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
|
||||
@@ -142,6 +144,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: 从本套牌中打印这张牌
|
||||
@@ -561,6 +565,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: 结果:
|
||||
@@ -751,6 +762,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: 自动替换
|
||||
|
||||
@@ -842,6 +858,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