mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
update locales
This commit is contained in:
@@ -53,6 +53,8 @@ menu:
|
||||
add cards: &複数のカードを追加...
|
||||
remove card: &選択したカードを削除
|
||||
#TODO: Localize
|
||||
add card csv: Add Cards from CSV or TSV...
|
||||
#TODO: Localize
|
||||
link card: &Link Cards To Selected Card...
|
||||
#TODO: Localize
|
||||
copy card and links: Copy Selected Cards And Their Linked Cards Ctrl+Shift+C
|
||||
@@ -143,6 +145,8 @@ help:
|
||||
export images: すべてのカードの画像の出力します。
|
||||
export apprentice: 現在のセットをApprentice32形式で出力します。
|
||||
export mws: 現在のセットをMagic Workstation形式で出力します。
|
||||
#TODO: Localize
|
||||
add card csv: Add cards from a Comma Separated Values or Tab Separated Values file
|
||||
check updates: 新しいスタイルや言語ファイル等をダウンロードするためのウィンドウを開きます。
|
||||
print preview: 印刷のプレビュー画面を表示します。
|
||||
print: このセットを印刷します。
|
||||
@@ -558,6 +562,13 @@ label:
|
||||
html template: テンプレート:
|
||||
html export options: エクスポート・オプション
|
||||
|
||||
#TODO: Localize entire section
|
||||
# CSV import
|
||||
add card csv sep: Separator:
|
||||
add card csv tab: Tab
|
||||
add card csv comma: Comma
|
||||
add card csv file: CSV or TSV file path:
|
||||
|
||||
# Image slicer
|
||||
original: オリジナル:
|
||||
result: 結果:
|
||||
@@ -749,6 +760,11 @@ title:
|
||||
export cancelled: エクスポートの取り消し
|
||||
export html: HTMLへのエクスポート
|
||||
save html: HTMLへの保存
|
||||
# import
|
||||
#TODO: Localize
|
||||
add card csv: Add Cards from CSV or TSV file
|
||||
#TODO: Localize
|
||||
add card csv file: Open CSV or TSV file
|
||||
# auto replace
|
||||
auto replaces: 自動置換
|
||||
|
||||
@@ -840,6 +856,8 @@ error:
|
||||
# Card creation
|
||||
no field with name: Card doesn't have a field named '%s'
|
||||
can't set value: Can not set card value '%s', it is not of the right type
|
||||
add card csv file not found: Could not find or load the CSV or TSV file
|
||||
add card csv file malformed: CSV or TSV file malformed, row '%s' does not have the same number of entries as the first row
|
||||
|
||||
# Script stuff
|
||||
has no member: %s メンバーを持っていません '%s'
|
||||
|
||||
Reference in New Issue
Block a user