update locales

This commit is contained in:
GenevensiS
2025-06-21 11:48:34 +02:00
parent e45353af9b
commit e2d546743b
13 changed files with 3636 additions and 1951 deletions
+263 -189
View File
@@ -1,12 +1,14 @@
mse version: 2.0.2
mse version: 2.5.8
installer group: translations/chinese/simplified
full name: 简体中文 (Simplified Chinese)
version: 2023-11-19
version: 2025-06-18
icon: cn.png
#By slimeking
############################################################## Menu items
menu:
## app menus
# file menu
file: 文件
new set: 新建套牌... Ctrl+N
open set: 打开套牌... Ctrl+O
@@ -26,6 +28,7 @@ menu:
show profiler: 显示分析器 Ctrl+F6
exit: 退出 Alt+F4
# edit menu
edit: 编辑
undo: 撤销%s Ctrl+Z
redo: 重做%s Ctrl+Y
@@ -45,6 +48,7 @@ menu:
auto replace: 自动替换...
preferences: 参数设置...
# cards menu
cards: 卡牌
previous card: 选择上一张卡牌 PgUp
next card: 选择下一张卡牌 PgDn
@@ -55,6 +59,8 @@ menu:
#TODO: Localize
add card csv: Add Cards from CSV or TSV...
#TODO: Localize
add card json: Add Cards from JSON...
#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
@@ -65,6 +71,7 @@ menu:
rotate 180: 上下翻转180°
card list columns: 卡牌列表栏...
# keywords menu
keywords: 关键词
previous keyword: 选择上一个关键词 PgUp
next keyword: 选择下一个关键词 PgDn
@@ -72,6 +79,7 @@ menu:
add keyword: 添加关键词 Ctrl+Enter
remove keyword: 删除所选关键词 Del
# format menu
format: 字体格式
bold: 粗体 Ctrl+B
italic: 斜体 Ctrl+I
@@ -79,8 +87,11 @@ menu:
symbols: 符号 Ctrl+M
reminder text: 提示文本 Ctrl+R
insert symbol: 插入符号
# spelling
no spelling suggestions: (没有建议)
# graph menu
graph: 图像
pie: 饼形图 1
bar: 条形图 2
@@ -88,9 +99,11 @@ menu:
scatter: 散点图 4
scatter pie: 散饼图 5
# console menu
console: 机
clear console: 清机 Ctrl+L
# window menu
window: 窗口
new window: 新建窗口
cards tab: 卡牌编辑 F5
@@ -101,13 +114,14 @@ menu:
random pack tab: 补充包 Alt+6
console tab: 机 Alt+7
# help menu
help: 帮助
index: 索引... F1
website: 官方网站...
about: 关于Magic Set Editor...
# symbol editor
## symbol editor menus
# file menu
new symbol: 新建... Ctrl+N
open symbol: 打开... Ctrl+O
save symbol: 保存 Ctrl+S
@@ -115,10 +129,12 @@ menu:
store symbol: 储存 Ctrl+Enter
close symbol editor: 关闭 Alt+F4
# edit menu
duplicate: 复制 Ctrl+D
group: 分组 Ctrl+G
ungroup: 取消分组 Ctrl+U
# tool menu
tool: 工具
select: 选择 F5
rotate: 旋转 F6
@@ -129,9 +145,10 @@ menu:
############################################################## Menu help texts
help:
## app menus
welcome: 欢迎使用 Magic Set Editor
#file:
# file menu
new set: 创建新套牌
open set: 打开已有套牌
last opened set: 打开 '%s'
@@ -146,6 +163,8 @@ help:
export mws: 将套牌导出成为能在 Magic Workstation 中使用的格式
#TODO: Localize
add card csv: Add cards from a Comma Separated Values or Tab Separated Values file
#TODO: Localize
add card json: Add cards from a JSON file
check updates: 安装或升级文件包
print preview: 显示即将被打印的卡牌
print: 从本套牌中打印这张牌
@@ -153,7 +172,7 @@ help:
show profiler: 显示探查器窗口,其中包含脚本函数的计时。 用于优化。
exit: 退出Magic Set Editor程序,请迅速保存你的套牌
#edit:
# edit menu
undo: 撤销上一个动作
redo: 重做上一个动作
cut: 将选中的文字剪切至剪切板
@@ -172,7 +191,7 @@ help:
auto replace: 自动替换什么文字?
preferences: 修改Magic Set Editor的设置
#cards:
# cards menu
previous card: 选择列表中的上一张卡牌
next card: 选择列表中的下一张卡牌
search cards: 使用搜索词过滤卡片列表
@@ -191,34 +210,34 @@ help:
rotate 180: 将所显示卡牌上下翻转
card list columns: 调整卡牌列表栏显示项目和显示顺序
#keywords:
# keywords menu
previous keyword: 从列表中选择上一个关键词
next keyword: 从列表中选择下一个关键词
search keywords: 使用搜索词过滤关键字列表
add keyword: 添加一个新关键词到本套牌中
remove keyword: 从本套牌中删除选中的关键词
#format:
# format menu
bold: 将所选文字设为粗体
italic: 将所选文字设为斜体
underline: 为选定的文本添加下划线
symbols: 将所选文字改成符号
reminder text: 对选择的关键词显示提示文本
#spelling
# spelling
no spelling suggestions: 没有对此的拼写建议
#graph:
# graph menu
pie: 饼状图,每一份的大小取决与卡牌数量
bar: 条形图,条形高度取决于卡牌数量
stack: 条形图,堆叠条形图
scatter: 散点图,每一个散点的大小取决与卡牌数量
scatter pie: 散饼图,每一个三点都是一个小型饼状图
#console:
# console menu
clear console: 清机
#window:
# window menu
new window: 创建一个额外窗口用来编辑同一套牌
cards tab: 编辑套牌中的卡牌
set info tab: 编辑套牌信息,例如创建者,其他
@@ -228,31 +247,34 @@ help:
random pack tab: 为该套装生成随机补充包
console tab: 显示错误消息并允许脚本执行
help: 帮助
# help menu
index: 指数
website: 网站
about: 关于
# New Set Window
# new set window
search game list control: 过滤游戏列表。 使用 - 排除游戏。 使用 field: 在特定字段中搜索。 使用 “” 进行字面搜索。 用空格分隔多个查询。
search stylesheet list control: 过滤模板列表。 使用 - 排除模板。 使用 field: 在特定字段中搜索。 使用 “” 进行字面搜索。 用空格分隔多个查询。
# Cards panel
# card select / image export
filename format: (使用 {card.name} 作为卡片名称;文件类型由扩展名决定)
# cards panel
collapse notes: 隐藏卡片备注框
expand notes: 显示卡片备注框
search cards control: 过滤卡片列表。 使用 - 排除卡片。 使用 field: 在特定字段中搜索。 使用 “” 进行字面搜索。 用空格分隔多个查询。
# Keywords panel
# keywords panel
search keywords control: 过滤关键字列表。 使用 - 排除关键字。 使用 field: 在特定字段中搜索。 使用 “” 进行字面搜索。 用空格分隔多个查询。
# Random pack panel
# random pack panel
random seed: 使用随机种子生成。
fixed seed: 使用特定种子生成。
seed: 随机生成器的种子号。 使用相同的种子数会得到相同的包。
edit pack type: 编辑包类型
number of packs: 要生成的 %ss 数量
# Preferences
# preferences
app language:
注意: 你必须重新启动MSE
才能使语言修改生效
@@ -264,7 +286,8 @@ help:
# apprentice export
set code: 套牌代码是一个双字节代码,它能被Apprentice识别成一幅套牌
# Symbol editor
## symbol editor menus
# file menu
new symbol: 创建一个新的系列符号
open symbol: 打开一个系列符号
save symbol: 保存系列符号
@@ -272,13 +295,11 @@ help:
store symbol: 将系列符号储存进套牌
close symbol editor: 关闭系列符号编辑器
# edit menu
duplicate: 复制所选图形
group: 所选图形分成一组
ungroup: 取消所选分组
grid: 显示网格线
snap: 吸附形状和控制点到网格线
#tool:
select: 选择并移动形状
rotate: 旋转并修剪形状
@@ -287,7 +308,9 @@ help:
symmetry: 给系列符号添加对称效果
paint: 用笔刷在图形上绘制
#select editor:
# toolbar
grid: 显示网格线
snap: 吸附形状和控制点到网格线
merge: 把这个图形融合到下面
subtract: 把这个图形从下面剪掉,仅保留不在这个图形,但是在下面图形的区域
intersect: 把这个图形和下面相交,仅保留图像共有区域
@@ -295,6 +318,7 @@ help:
overlap: 替换并且将边框覆盖到上面的图形
border: 把这个图形绘制为边框
# shape manipulation
drag to shear: 拖拽,修改选定的 %s
drag to rotate: 拖拽,修改选定部分的旋转角度 %s;按住Ctrl,强制旋转15°
drag to resize: 拖拽,修改选定部分的大小 %s,;按住Ctrl,强制修改大小
@@ -326,14 +350,10 @@ help:
remove symmetry: 移除对称效果
copies: 输入反转数值(包含原始数值)
# Card select
filename format: (使用 {card.name} 作为卡片名称;文件类型由扩展名决定)
############################################################## Toolbar
tool:
undo: 撤销
redo: 重做
## app toolbars
# tabs
cards tab: 卡牌编辑
set info tab: 套牌信息
style tab: 风格样式
@@ -342,7 +362,22 @@ tool:
random pack tab: 补充包
console tab: 机
# symbol editor
# cards toolbar
#TODO: Localize
search cards: Search cards (Ctrl+K)
#TODO: Localize
card counts 2: %s Selected, %s Total
#TODO: Localize
card counts 3: %s Selected, %s Filtered, %s Total
# edit toolbar
undo: 撤销
redo: 重做
# console toolbar
clear console: 清机
## symbol editor toolbars
store symbol: 储存
grid: 网格
@@ -378,10 +413,10 @@ tool:
smooth point: 平滑
symmetric point: 对称
clear console: 清机
############################################################## Toolbar help text
tooltip:
## app popup tooltips
# tabs
cards tab: 卡牌
set info tab: 套牌信息
style tab: 样式
@@ -390,17 +425,20 @@ tooltip:
random pack tab: 随机补充包生成
console tab: 错误和警告
# file toolbar
new set: 新建套牌
open set: 打开套牌
save set: 保存套牌
export: 导出
# edit toolbar
cut: 剪切
copy: 复制
paste: 粘贴
undo: 撤销%s
redo: 重做%s
# cards toolbar
add card: 添加卡牌
remove card: 移除选中卡牌
#TODO: Localize
@@ -409,22 +447,28 @@ tooltip:
copy card and links: Copy selected cards and linked cards
rotate card: 旋转卡牌
# keywords toolbar
add keyword: 添加关键词
remove keyword: 移除所选关键词
# format toolbar
bold: 粗体
italic: 斜体
underline: 强调
symbols: 系列符号
reminder text: 提示文本
# graph toolbar
pie: 饼形图
bar: 条形图
stack: 堆叠条形图
scatter: 散点图
scatter pie: 散饼图
# symbol editor
# console toolbar
clear console: 清机
## symbol editor popup tooltips
store symbol: 将系列符号保存到套牌
grid: 显示网格
@@ -460,15 +504,13 @@ tooltip:
smooth point: 点平滑效果
symmetric point: 点对称效果
clear console: 清机
############################################################## Labels in the GUI
label:
# Cards tab
## app window items labels
# cards panel
card notes: 卡牌信息:
search cards: 搜索卡 (Ctrl+K)
# Keywords tab
# keywords panel
search keywords: 搜索关键词 (Ctrl+K)
keyword: 关键词
match: 匹配
@@ -480,18 +522,18 @@ label:
这是一个标准的 %s 关键词,你不需要编辑它。
如果你做了一个关键词的备份,那么你的备份将优先被使用
# Style tab
# style panel
styling options: 样式选项
# Random pack panel
# random pack panel
pack selection: 选择包装类型
pack totals: 数数
pack name: 包名
seed: 种子
total cards: 全部的
#TODO: Localize entire section
# Link cards dialog
# link cards dialog
#TODO: Localize Section
custom link: Custom...
custom link selected: Generator, Front Face, Meld Component, etc...
custom link linked: Token, Back Face, Meld Result, etc...
@@ -501,26 +543,27 @@ label:
linked cards: Linked Cards:
select linked cards: Choose up to 4 cards to link:
# Open dialogs
# open dialogs
all files: 全部文件
# Other set window dialogs
# other set window dialogs
save changes:
套牌 '%s' 已经被修改。
你想保存修改吗?
# New set window
# new set dialog
game type: 游戏类型:
style type: 风格样式:
search game list: 过滤游戏
search stylesheet list: 过滤器模板
# stylesheet not found dialog
stylesheet not found:
你要打开的套牌使用的是 "%s" 样式表
这个样式表在你的系统里没有找到,请选择其他方案
# Preferences
# preferences dialog
language: 语言
windows: 开集
app language: 程序界面语言 (App Language)
@@ -544,11 +587,11 @@ label:
检查更新时不会搜集用户信息。
# Column select
# column select dialog
select columns: 选择你要显示的栏目
columns: 栏目:
# Card select / images export
# card select / image export dialogs
select cards: 选择要导出的卡
select cards print: 选择需要打印的卡牌
selected card count: 将导出 %s 张卡
@@ -557,22 +600,30 @@ label:
export filenames: 文件名
filename is ignored: (忽略文件名)
# apprentice export
# apprentice export dialog
set code: 设置套牌代码:
apprentice export cancelled: 导出到 Apprentice 的过程被取消
# Html export
# html export dialog
html template: 模板:
html export options: 导出选项
#TODO: Localize entire section
# CSV import
# CSV import dialog
#TODO: Localize Section
add card csv sep: Separator:
add card csv tab: Tab
add card csv comma: Comma
add card csv semicolon: Semicolon
add card csv file: CSV or TSV file path:
# Image slicer
# JSON import dialog
#TODO: Localize Section
add card json type: Type of JSON file:
add card json custom: Custom JSON file
add card json path: Path of the card array within the file:
add card json file: Path of the file:
# image slicer dialog
original: 原始:
result: 结果:
original with dimensions: 原来的 (%s x %s):
@@ -599,14 +650,11 @@ label:
filter: 过滤
sharpen filter: 锐化
# Auto replace
# auto replace dialog
auto match: 匹配
auto replace: 替换
# Symbol editor
sides: 侧
# Packages window
# packages dialog
package name: 文件包
package status: 状态
package action: 动作
@@ -626,44 +674,51 @@ label:
installer size: 尺寸
installer status: 地位
no version: -
# print dialog
#TODO: Localize
put space between cards: Put space between cards?
## symbol editor
sides: 侧
############################################################## Buttons/checkboxes/choices in the GUI
button:
# Editor
edit symbol: 编辑
symbol gallery: 画廊
# Card panel
# cards panel
#TODO: Localize
unlink: Unlink
#TODO: Localize
link select: Select
# Style panel
# style panel
use for all cards: 应用到全部卡牌
use custom styling options: 本张卡牌使用特殊设置
# Keywords panel
# set info panel
edit symbol: 编辑
symbol gallery: 画廊
# keywords panel
insert parameter: 插入参数...
refer parameter: 提交参数...
# Random pack panel
# random pack panel
generate pack: 生成补充包
random seed: 随机种子
fixed seed: 固定种子
add custom pack: 添加自定义助推器包
# Console panel
# console panel
evaluate: 评价
clear: 清
# Welcome
# welcome
new set: 新建套牌
open set: 打开套牌
check updates: 检查更新
last opened set: 上一次打开的套牌
# Preferences
# preferences
open sets in new window: 在新窗口中打开所有集合
select: 选择...
browse: 浏览...
@@ -678,13 +733,13 @@ button:
never: 从不
internal image extension: 内部存储带有文件扩展名的图像
# Column select
# column select
move up: 向上移动
move down: 向下移动
show: 显示
hide: 隐藏
# Card select
# card select / image export
export entire set: 全套
export generated packs: 生成的包
export custom cards selection: 定制选择
@@ -696,7 +751,7 @@ button:
number: 文件名添加序号
number overwrite: 文件名添加序号,覆盖上次导出的结果
# Auto replace
# auto replace
use auto replace: 使用自动替换
add item: 添加
remove item: 移出
@@ -704,10 +759,10 @@ button:
enabled: 开启
whole word: 匹配整个字符串
# Old style update checker (NOTE: this will be removed in a feature version)
# old style update checker (NOTE: this will be removed in a feature version)
close: 关闭
# Packages window
# packages window
keep package: 不修改
don't install package: 不安装
install package: 安装
@@ -720,12 +775,14 @@ button:
############################################################## Titles in the GUI
title:
# window titles
magic set editor: Magic Set Editor
%s - magic set editor: %s - Magic Set Editor
untitled: 无标题
about: 关于 Magic Set Editor 由slimeking漢化制作
symbol editor: 系列符号编辑器
# dialogs
# dialog titles
new set: 新建套牌
open set: 打开套牌
save set: 套牌另存为
@@ -736,6 +793,7 @@ title:
select stylesheet: 选择样式表
#TODO: Localize
link cards: Link Cards To Selected Card
#preferences
preferences: 设置
global: 全局
@@ -745,44 +803,52 @@ title:
updates: 升级更新
update check: 检查更新
locate apprentice: 定位 Apprentice
# select
select columns: 选择栏目
select cards: 选择卡牌
select cards export: 导出选中的卡牌
select cards print: 选择您要打印的卡片
# slice
slice image: 图片切片
# pack
custom pack: 定制包装类型
# print
print preview: 打印预览
#TODO: Localize
settings: Settings
# export
export images: 导出为图像
export cancelled: 导出取消
export html: 导出为HTML
save html: 保存为HTML
# import
#TODO: Localize
#TODO: Localize Section
add card csv: Add Cards from CSV or TSV file
#TODO: Localize
add card csv file: Open CSV or TSV file
add card json: Add Cards from JSON file
add card json file: Open JSON file
# auto replace
auto replaces: 自动替换
# Package Update Window
# package update
packages window: 文件包管理器
installing updates: 安装更新
cannot create file: 无法创建文件
############################################################## Action (undo/redo) names
action:
# List boxes
# list boxes
add item: 添加 %s
remove item: 移除 %s
# Text editor
# text editor
typing: 键入
enter: 进入
soft line break: 切断软线
@@ -793,10 +859,11 @@ action:
paste: 粘贴
auto replace: 自动替换
correct: 拼写纠正
# Choice/color editors
# choice/color editors
change: 修改 %s
# Symbol Actions
# symbol actions
move: 移动 %s
rotate: 旋转 %s
shear: 修剪 %s
@@ -808,7 +875,7 @@ action:
group parts: 分组
ungroup parts: 取消分组
# Symbol Part Actions
# symbol part actions
convert to line: 转换成直线
convert to curve: 转换成曲线
lock point: 锁定点
@@ -818,7 +885,7 @@ action:
delete point: 删除控制点
delete points: 删除多个控制点
# Symmetry
# symmetry
add symmetry: 添加对称效果
remove symmetry: 移除对称效果
move symmetry center: 移动对称中心
@@ -828,7 +895,7 @@ action:
############################################################## Error messages
error:
# File related
# file related
file not found: 没有找到文件: '%s' 在 '%s' 文件包中
file not found package like:
没有找到文件:'%s' 在 '%s' 文件包中
@@ -846,22 +913,31 @@ error:
要解决这个问题,添加:
附加项目 到: %s %s
#TODO: Localize
# Image import
# image import
#TODO: Localize Section
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
# card creation
#TODO: Localize Section
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
add card json unknown type: JSON value of unknown type found
add card json failed to parse: Failed to parse JSON file
add card json path not valid: Path within the JSON file is not valid
add card json empty array: Card array in JSON file is empty
add card json file not found: Could not find or load the JSON file
import empty file: %s file is empty
import missing fields:
The %s file contains the following entries that could not
be imported, because no corresponding card field was found: %s
# Script stuff
# script stuff
has no member: %s 没有成员 '%s'
can't convert: 无法将 %s 转换成 %s
has no member value: 字符串 "%s" 没有成员 '%s'
@@ -876,11 +952,11 @@ error:
%s
在提示文本里的关键词 '%s'
# Image stuff
# image stuff
coordinates for blending overlap: 坐标混合重叠
images used for blending must have the same size: 边框用图像必须使用相同大小
# Error from files
# error from files
no game specified: 没有为 %s 指定游戏类型
no stylesheet specified for the set: 没有为套牌制定样式表
stylesheet and set refer to different game:
@@ -899,25 +975,25 @@ error:
word list type not found: 词语列表类型 %s 没有找到 (从<word-list> 标签中)
pack type not found: 未找到包类型 “%s” (来自包类型)
# Update checking
# update checking
checking updates failed: 检查更新失败。
no updates: 没有可用更新。
#TODO: Localize entire section
# Card linking
# card linking
#TODO: Localize Section
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
# stats panel
dimension not found: 没有统计数据 '%s'
# Random packs
# random packs
pack type duplicate name:
已有一个名为 “%s” 的包类型。
请选择不同的名称。
# Package update window
# package update window
checking updates: 检查更新
can't download installer:
无法为文件包 %s 下载安装程序,从 %s
@@ -954,7 +1030,7 @@ type:
date: 日期
nil: 什么都不做
# Object types
# object types
package: 文件包
locale: 翻译
game: 游戏
@@ -973,7 +1049,7 @@ type:
card region: 卡区
card regions: 卡区域
# Symbol editor shapes
# symbol editor shapes
shape: 图形
shapes: 多个图形
circle: 圆形
@@ -998,99 +1074,97 @@ type:
package:
magic.mse-game:
# Card fields
name: 名称
cc: 总费用
type: 类型
p/t: 力量/防御
rarity: 稀有度
card name: 卡牌名字
name: 名称
cc: 总费用
type: 类型
p/t: 力量/防御
rarity: 稀有度
card name: 卡牌名字
# Set info
title: 标题
description: 描述
artist: 画家
copyright: 版权
symbol: 系列符号
border color: 边框颜色
automatic reminder text: 自动提示文本
automatic card numbers: 自动卡牌编号
sort special rarity: 特殊稀有度卡排排序
mark errors: 标出错误
use gradient multicolor: 使用倾斜多色
title: 标题
description: 描述
artist: 画家
copyright: 版权
symbol: 系列符号
border color: 边框颜色
automatic reminder text: 自动提示文本
automatic card numbers: 自动卡牌编号
sort special rarity: 特殊稀有度卡排排序
mark errors: 标出错误
use gradient multicolor: 使用倾斜多色
# descriptions/help text
artifact style: 神器风格
saturated multicolor: 标准多色牌
shifted sorting: 排序变换
darker artifacts: 更深色神器
grey hybrid name: 混色牌名字变灰
artifact style: 神器风格
saturated multicolor: 标准多色牌
shifted sorting: 排序变换
darker artifacts: 更深色神器
grey hybrid name: 混色牌名字变灰
colored multicolor land name: 多色牌和地牌的名字变色
grey hybrid typeline: 混色牌类型线变灰
use guild mana symbols: 使用工会符号
one textline tokens: 一条文本线 衍生物
alpha style blending: 阿尔法风格混合
grey hybrid typeline: 混色牌类型线变灰
use guild mana symbols: 使用工会符号
one textline tokens: 一条文本线 衍生物
alpha style blending: 阿尔法风格混合
type of gradient multicolor: 倾斜多色类型
type of gradient artifact: 倾斜神器类型
tap symbol: 横置符号
image size: 图像大小
cardname font: 卡牌名字字体
font color: 字体颜色
text box mana symbols: 文字栏法术力符号
green style: 绿色风格
land style: 地牌风格
center text: 文字居中
colored rarities: 稀有度变色
left align artist: 画家左对齐
inverted common symbol: 反转普通系列符号
type of gradient artifact: 倾斜神器类型
tap symbol: 横置符号
image size: 图像大小
cardname font: 卡牌名字字体
font color: 字体颜色
text box mana symbols: 文字栏法术力符号
green style: 绿色风格
land style: 地牌风格
center text: 文字居中
colored rarities: 稀有度变色
left align artist: 画家左对齐
inverted common symbol: 反转普通系列符号
magic-mana-*.mse-symbol-font:
# note: reminder/shortcut must start with a space, otherwise it is used as a shortcut
# so typing T *anywhere* would insert a symbol (which would be bad)
menu item T: 横置符号 T
menu item Q: 重置符号 Q
menu item W: 白色法术力 W
menu item U: 蓝色法术力 U
menu item B: 黑色法术力 B
menu item R: 红色法术力 R
menu item G: 绿色法术力 G
menu item S: 雪境法术力 S
menu item X: 可变法术力 X X
menu item Y: 可变法术力 Y Y
menu item Z: 可变法术力 Z Z
menu item I: 无限法术力 I
menu item T: 横置符号 T
menu item Q: 重置符号 Q
menu item W: 白色法术力 W
menu item U: 蓝色法术力 U
menu item B: 黑色法术力 B
menu item R: 红色法术力 R
menu item G: 绿色法术力 G
menu item S: 雪境法术力 S
menu item X: 可变法术力 X X
menu item Y: 可变法术力 Y Y
menu item Z: 可变法术力 Z Z
menu item I: 无限法术力 I
menu item colorless: 无色法术力...
title colorless: 无色法术力
message colorless: 输入无色法术力数量:
menu item half: 一半法术力
menu item |W: 白色法术力 |W
menu item |U: 蓝色法术力 |U
menu item |B: 黑色法术力 |B
menu item |R: 红色法术力 |R
menu item |G: 绿色法术力 |G
menu item |S: 雪境法术力 |S
menu item 1/2: 无色法术力 1/2
menu item hybrid: 混合法术力(双色)
menu item W/U: 白/蓝 法术力 W/U
menu item U/B: 蓝/黑 法术力 U/B
menu item B/R: 黑/红 法术力 B/R
menu item R/G: 红/绿 法术力 R/G
menu item G/W: 绿/白 法术力 G/W
menu item W/B: 白/黑 法术力 W/B
menu item U/R: 蓝/红 法术力 U/R
menu item B/G: 黑/绿 法术力 B/G
menu item R/W: 红/白 法术力 R/W
menu item G/U: 绿/蓝 法术力 G/U
menu item hybrid 3: 混合法术力(三色)
menu item W/U/B: 白/蓝/黑 法术力 W/U/B
menu item U/B/R: 蓝/黑/红 法术力 U/B/R
menu item B/R/G: 黑/红/绿 法术力 B/R/G
menu item R/G/W: 红/绿/白 法术力 R/G/W
menu item G/W/U: 绿/白/蓝 法术力 G/W/U
menu item W/B/R: 白/黑/红 法术力 W/B/R
menu item U/R/G: 蓝/红/绿 法术力 U/R/G
menu item B/G/W: 黑/绿/白 法术力 B/G/W
menu item R/W/U: 红/白/蓝 法术力 R/W/U
menu item G/U/B: 绿/蓝/黑 法术力 G/U/B
title colorless: 无色法术力
message colorless: 输入无色法术力数量:
menu item half: 一半法术力
menu item |W: 白色法术力 |W
menu item |U: 蓝色法术力 |U
menu item |B: 黑色法术力 |B
menu item |R: 红色法术力 |R
menu item |G: 绿色法术力 |G
menu item |S: 雪境法术力 |S
menu item 1/2: 无色法术力 1/2
menu item hybrid: 混合法术力(双色)
menu item W/U: 白/蓝 法术力 W/U
menu item U/B: 蓝/黑 法术力 U/B
menu item B/R: 黑/红 法术力 B/R
menu item R/G: 红/绿 法术力 R/G
menu item G/W: 绿/白 法术力 G/W
menu item W/B: 白/黑 法术力 W/B
menu item U/R: 蓝/红 法术力 U/R
menu item B/G: 黑/绿 法术力 B/G
menu item R/W: 红/白 法术力 R/W
menu item G/U: 绿/蓝 法术力 G/U
menu item hybrid 3: 混合法术力(三色)
menu item W/U/B: 白/蓝/黑 法术力 W/U/B
menu item U/B/R: 蓝/黑/红 法术力 U/B/R
menu item B/R/G: 黑/红/绿 法术力 B/R/G
menu item R/G/W: 红/绿/白 法术力 R/G/W
menu item G/W/U: 绿/白/蓝 法术力 G/W/U
menu item W/B/R: 白/黑/红 法术力 W/B/R
menu item U/R/G: 蓝/红/绿 法术力 U/R/G
menu item B/G/W: 黑/绿/白 法术力 B/G/W
menu item R/W/U: 红/白/蓝 法术力 R/W/U
menu item G/U/B: 绿/蓝/黑 法术力 G/U/B