mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
update locales
This commit is contained in:
@@ -52,6 +52,10 @@ menu:
|
||||
add card: 添加卡牌 Ctrl+Enter
|
||||
add cards: 批量添加卡牌...
|
||||
remove card: 删除所选卡牌
|
||||
#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
|
||||
orientation: 旋转
|
||||
rotate 0: 普通
|
||||
rotate 270: 顺时针旋转90°
|
||||
@@ -171,6 +175,10 @@ help:
|
||||
add card: 添加一个新的空白卡牌到本套牌
|
||||
add cards: 添加多张卡牌到本套牌
|
||||
remove card: 从本套牌中删除所选卡牌
|
||||
#TODO: Localize
|
||||
link card: Link one or more cards to the selected card
|
||||
#TODO: Localize
|
||||
copy card and links: Copy the selected cards and all their linked cards
|
||||
orientation: 调整所显示卡牌的方向
|
||||
rotate card: 将所显示卡牌顺时针旋转90°
|
||||
rotate 0: 将所显示卡牌还原为正常模式
|
||||
@@ -391,6 +399,10 @@ tooltip:
|
||||
|
||||
add card: 添加卡牌
|
||||
remove card: 移除选中卡牌
|
||||
#TODO: Localize
|
||||
link card: Link cards to selected card
|
||||
#TODO: Localize
|
||||
copy card and links: Copy selected cards and linked cards
|
||||
rotate card: 旋转卡牌
|
||||
|
||||
add keyword: 添加关键词
|
||||
@@ -473,6 +485,18 @@ label:
|
||||
pack name: 包名
|
||||
seed: 种子
|
||||
total cards: 全部的
|
||||
|
||||
#TODO: Localize entire section
|
||||
# Link cards dialog
|
||||
custom link: Custom...
|
||||
custom link selected: Generator, Front Face, Meld Component, etc...
|
||||
custom link linked: Token, Back Face, Meld Result, etc...
|
||||
custom link undefined: Undefined
|
||||
linked cards relation: Choose the type of relation between the selected card and the linked cards:
|
||||
selected card: Selected Card:
|
||||
linked cards: Linked Cards:
|
||||
select linked cards: Choose up to 4 cards to link:
|
||||
|
||||
# Open dialogs
|
||||
all files: 全部文件
|
||||
|
||||
@@ -591,13 +615,19 @@ label:
|
||||
installer size: 尺寸
|
||||
installer status: 地位
|
||||
no version: -
|
||||
|
||||
put space between cards: Put space between cards?
|
||||
############################################################## Buttons/checkboxes/choices in the GUI
|
||||
button:
|
||||
# Editor
|
||||
edit symbol: 编辑
|
||||
symbol gallery: 画廊
|
||||
|
||||
# Card panel
|
||||
#TODO: Localize
|
||||
unlink: Unlink
|
||||
#TODO: Localize
|
||||
link select: Select
|
||||
|
||||
# Style panel
|
||||
use for all cards: 应用到全部卡牌
|
||||
use custom styling options: 本张卡牌使用特殊设置
|
||||
@@ -679,11 +709,11 @@ button:
|
||||
|
||||
############################################################## Titles in the GUI
|
||||
title:
|
||||
magic set editor: Magic Set Editor 由 slimeking 漢化制作
|
||||
%s - magic set editor: %s - Magic Set Editor 由 slimeking 漢化制作
|
||||
magic set editor: Magic Set Editor
|
||||
%s - magic set editor: %s - Magic Set Editor
|
||||
untitled: 无标题
|
||||
about: 关于 Magic Set Editor 由slimeking漢化制作
|
||||
symbol editor: 系列符号编辑器 由slimeking漢化制作
|
||||
symbol editor: 系列符号编辑器
|
||||
# dialogs
|
||||
new set: 新建套牌
|
||||
open set: 打开套牌
|
||||
@@ -693,6 +723,8 @@ title:
|
||||
updates available: 可用更新
|
||||
save changes: 保存修改?
|
||||
select stylesheet: 选择样式表
|
||||
#TODO: Localize
|
||||
link cards: Link Cards To Selected Card
|
||||
#preferences
|
||||
preferences: 设置
|
||||
global: 全局
|
||||
@@ -713,6 +745,7 @@ title:
|
||||
custom pack: 定制包装类型
|
||||
# print
|
||||
print preview: 打印预览
|
||||
settings: Settings
|
||||
# export
|
||||
export images: 导出为图像
|
||||
export cancelled: 导出取消
|
||||
@@ -797,6 +830,19 @@ error:
|
||||
要解决这个问题,添加:
|
||||
附加项目 到: %s %s
|
||||
|
||||
#TODO: Localize
|
||||
# Image import
|
||||
import not found: File not found: '%s'
|
||||
can't import image without set: Must first save or load a set file before importing file: '%s'
|
||||
can't create file stream: Failed to create file stream: '%s'
|
||||
can't write image to set: Failed to write image to set: '%s'
|
||||
can't import image: Failed to import image: '%s'
|
||||
|
||||
#TODO: Localize
|
||||
# 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
|
||||
|
||||
# Script stuff
|
||||
has no member: %s 没有成员 '%s'
|
||||
can't convert: 无法将 %s 转换成 %s
|
||||
@@ -839,6 +885,12 @@ error:
|
||||
checking updates failed: 检查更新失败。
|
||||
no updates: 没有可用更新。
|
||||
|
||||
#TODO: Localize entire section
|
||||
# Card linking
|
||||
not enough free links: Card does not have enough free links available. Can only link up to 4 cards.
|
||||
not enough free links for copy: Card does not have enough free links available for copy. Can only link up to 4 cards.
|
||||
could not link: The following cards could not be linked, as they already have 4 links:
|
||||
|
||||
# Stats panel
|
||||
dimension not found: 没有统计数据 '%s'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user