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: 將套牌導出成為能在 Apprentice 中使用的格式
|
||||
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: 從本套牌中打印這張牌
|
||||
@@ -559,6 +563,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