Localization Update (#23)

Improved localization support across MSE. Unless otherwise noted, updates apply to Chinese, French, German, Italian, Japanese, Korean, Portuguese, Russian, and Spanish

Locales have been updated, including the Dutch and Polish locales. These may still want to be improved by native speakers but are no longer full of untranslated English strings.

Type line word lists are now localized, and will change with the Set tab language option rather than needing files to be edited. Chinese types are sorted by Unicode, Japanese types are sorted by gojūon, the rest are alphabetized in their own language. Card type and super types have also been reordered accordingly.

Added spellcheck dictionaries for most languages. Chinese and Japanese have instead had their spellchecking disabled so they don't have their entire cards underlined.
Updated the Beleren, MPlantin, and Relay fonts to support Cyrillic characters.

Number maps have been added to assist with localized keywords.
Localized keyword files have been added up to Lost Caverns of Ixalan. To use these, rename the magic.mse-game/keywords file to "keywords_en", then rename the keyword file of your choice to "keywords".
Craft has a simplified reminder text for most languages. The craft_code function in magic.mse-game/scripts provides a template for using the more comprehensive version English uses, with German having access to it as well so far.

Localized auto-frames for M15 Adventures, M15 Sagas, Mainframe Tokens, M15 Mainframe, Mainframe DFC, and GenevensiS frames

Added Totem armor -> Umbra armor to auto errata script, and updated it to allow for localized replacements

Did about as much stats page localization as we can get away with. French has been completed, other languages will need the stats names and help trace done by someone who actually knows the language.
---------

Co-authored-by: cajun <kajunkittyavenger@gmail.com>
This commit is contained in:
GenevensiS
2024-01-05 10:02:40 +01:00
committed by GitHub
parent 33d04480e5
commit 1adaf70609
137 changed files with 709925 additions and 194920 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,17 +1,28 @@
# Full-Magic-Pack # Full-Magic-Pack
Pack containing most all public Magic templates for MSE. Pack containing nearly all public Magic templates for MSE, except outdated ones. You can submit things we're missing via Pull Request or linking a source in Issues.
# Installation # Installation
1. Download [this zip file](https://github.com/MagicSetEditorPacks/Full-Magic-Pack/archive/refs/heads/main.zip).
1. Download and extract [this zip file](https://github.com/MagicSetEditorPacks/Full-Magic-Pack/archive/refs/heads/main.zip).
2. Extract the zip file. It will contain 5 items: 2. Extract the zip file. It will contain 5 items:
* a folder `data`, which is where the templates are installed. * a subfolder `data`, which is where the templates are installed.
* a folder `Magic - Fonts`, which contains necessary font files. * a subfolder `Magic - Fonts`, which contains necessary font files.
* `magicseteditor.exe` and `mse.exe`, the regular version of the app. * a subfolder `backup`, which contains the previous stable version of the app.
* `magicseteditor - 201`, the previous stable version of the app. * `magicseteditor.exe` and `mse.exe`, the regular version of the app. The files are identical.
* `magicseteditor.com`, a command-line version of MSE for advanced users. * `magicseteditor.com`, a command-line version of MSE for advanced users.
4. Inside the extracted folder, open the subfolder `Magic - Fonts`. It contains several `.ttf` and/or `.otf` files. Select them all, right-click on one of them, then click Install. Some templates may require additional fonts, provided in the `template specific fonts` subfolder. 3. Open the subfolder `Magic - Fonts`. It contains several `.ttf` and/or `.otf` files. Select them all, right-click on one of them, then click Install. Some templates may require additional fonts, provided in the `template specific fonts` subfolder.
5. Move or copy all other subfolders into your MSE folder. 4. If you already had a previous version of MSE, move or copy all other subfolders into your existing MSE folder. Otherwise, this folder acts as a stand alone installation.
# Change Language
1. Open the following subfolder:
MSE Folder/data/magic.mse-game/
2. Rename the "keywords" file to "keywords_en" (without any extension).
3. Locate the "keywords_XX" file of your desired language, and rename it to "keywords" (without any extension).
4. Rename the "statistics" file to "statistics_en" (without any extension).
5. Locate the "statistics_XX" file of your desired language, and rename it to "statistics" (without any extension).
6. Launch MSE.
7. Go to Edit menu > Preferences... > select your desired language.
8. Reload MSE.
9. Whenever you create a new Set, go to Set info tab > Defaults and Automation section > Card language > select your desired language.
# CardConjurer # CardConjurer
Some template images are provided by [CardConjurer](https://cardconjurer.com/): Some template images are provided by [CardConjurer](https://cardconjurer.com/):

View File

@@ -1,16 +1,18 @@
mse version: 2.0.0 mse version: 2.0.2
installer group: translations/chinese/simplified installer group: translations/chinese/simplified
full name: 简体中文 (Simplified Chinese) full name: 简体中文 (Simplified Chinese)
version: 2013-08-13 version: 2023-11-19
icon: cn.png icon: cn.png
############################################################## Menu items ############################################################## Menu items
menu: menu:
file: 文件 file: 文件
new set: 新建套牌... Ctrl+N new set: 新建套牌... Ctrl+N
open set: 打开套牌... Ctrl+O open set: 打开套牌... Ctrl+O
save set: 保存套牌 Ctrl+S save set: 保存套牌 Ctrl+S
save set as: 套牌另存为... F12 save set as: 将牌组保存为目录... F12
save set as directory: 将集另存为目录...
export: 导出 export: 导出
export html: HTML文件... export html: HTML文件...
export image: 卡牌图像... export image: 卡牌图像...
@@ -21,15 +23,22 @@ menu:
print preview: 打印预览... print preview: 打印预览...
print: 打印... Ctrl+P print: 打印... Ctrl+P
reload data: 重新载入数据 Ctrl+F5 reload data: 重新载入数据 Ctrl+F5
#_ADD show profiler: Show Profiler Ctrl+F6 show profiler: 显示分析器 Ctrl+F6
exit: 退出 Alt+F4 exit: 退出 Alt+F4
edit: 编辑 edit: 编辑
undo: 撤销%s Ctrl+Z undo: 撤销%s Ctrl+Z
redo: 重做%s Ctrl+Y redo: 重做%s Ctrl+Y
cut: 剪切 Ctrl+X cut: 剪切 Ctrl+X
cut card: 剪切 Ctrl+X
cut keyword: 剪切 Ctrl+X
copy: 复制 Ctrl+C copy: 复制 Ctrl+C
copy card: 复制 Ctrl+C
copy keyword: 复制 Ctrl+C
paste: 粘贴 Ctrl+V paste: 粘贴 Ctrl+V
paste card: 粘贴 Ctrl+V
paste keyword: 粘贴 Ctrl+V
select all: 全选 Ctrl+A
find: 查找 Ctrl+F find: 查找 Ctrl+F
find next: 查找下一个 F3 find next: 查找下一个 F3
replace: 替换 Ctrl+H replace: 替换 Ctrl+H
@@ -39,6 +48,7 @@ menu:
cards: 卡牌 cards: 卡牌
previous card: 选择上一张卡牌 PgUp previous card: 选择上一张卡牌 PgUp
next card: 选择下一张卡牌 PgDn next card: 选择下一张卡牌 PgDn
search cards: 搜索卡 Ctrl+K
add card: 添加卡牌 Ctrl+Enter add card: 添加卡牌 Ctrl+Enter
add cards: 批量添加卡牌... add cards: 批量添加卡牌...
remove card: 删除所选卡牌 remove card: 删除所选卡牌
@@ -52,17 +62,18 @@ menu:
keywords: 关键词 keywords: 关键词
previous keyword: 选择上一个关键词 PgUp previous keyword: 选择上一个关键词 PgUp
next keyword: 选择下一个关键词 PgDn next keyword: 选择下一个关键词 PgDn
search keywords: 搜索关键词 Ctrl+K
add keyword: 添加关键词 Ctrl+Enter add keyword: 添加关键词 Ctrl+Enter
remove keyword: 删除所选关键词 Del remove keyword: 删除所选关键词 Del
format: 字体格式 format: 字体格式
bold: 粗体 Ctrl+B bold: 粗体 Ctrl+B
italic: 斜体 Ctrl+I italic: 斜体 Ctrl+I
underline: 强调 Ctrl+U
symbols: 符号 Ctrl+M symbols: 符号 Ctrl+M
reminder text: 提示文本 Ctrl+R reminder text: 提示文本 Ctrl+R
insert symbol: 插入符号 insert symbol: 插入符号
#_ADD # spelling no spelling suggestions: (没有建议)
#_ADD no spelling suggestions: (no suggestions)
graph: 图像 graph: 图像
pie: 饼形图 1 pie: 饼形图 1
@@ -71,15 +82,18 @@ menu:
scatter: 散点图 4 scatter: 散点图 4
scatter pie: 散饼图 5 scatter pie: 散饼图 5
console: 机
clear console: 清机 Ctrl+L
window: 窗口 window: 窗口
new window: 新建窗口 new window: 新建窗口
cards tab: 卡牌编辑 F5 cards tab: 卡牌编辑 F5
set info tab: 套牌信息 F6
style tab: 风格选择 F7 style tab: 风格选择 F7
set info tab: 套牌信息 F6
keywords tab: 关键词 F8 keywords tab: 关键词 F8
stats tab: 统计结果 F9 stats tab: 统计结果 F9
#_ADD random pack tab: &Random Packs random pack tab: 补充包 Alt+6
#_ADD console tab: &Console Ctrl+F9 console tab: 机 Alt+7
help: 帮助 help: 帮助
index: 索引... F1 index: 索引... F1
@@ -111,12 +125,13 @@ menu:
help: help:
welcome: 欢迎使用 Magic Set Editor welcome: 欢迎使用 Magic Set Editor
file: #file:
new set: 创建新套牌 new set: 创建新套牌
open set: 打开已有套牌 open set: 打开已有套牌
last opened set: 打开 '%s' last opened set: 打开 '%s'
save set: 保存现有套牌 save set: 保存现有套牌
save set as: 使用新文件名保存套牌 save set as: 使用新文件名保存套牌
save set as directory: 将集合保存为一个目录,其中每张卡都有单独的文件
export: 导出套牌... export: 导出套牌...
export html: 将套牌导出成网页格式 export html: 将套牌导出成网页格式
export image: 将所选卡牌导出成为一张图片 export image: 将所选卡牌导出成为一张图片
@@ -127,10 +142,10 @@ help:
print preview: 显示即将被打印的卡牌 print preview: 显示即将被打印的卡牌
print: 从本套牌中打印这张牌 print: 从本套牌中打印这张牌
reload data: 重新载入所有模板(游戏类型和样式)和套牌数据. reload data: 重新载入所有模板(游戏类型和样式)和套牌数据.
#_ADD show profiler: Show the profiler window, with timings of (script) functions. Used for optimization. show profiler: 显示探查器窗口,其中包含脚本函数的计时。 用于优化。
exit: 退出Magic Set Editor程序请迅速保存你的套牌 exit: 退出Magic Set Editor程序请迅速保存你的套牌
edit: #edit:
undo: 撤销上一个动作 undo: 撤销上一个动作
redo: 重做上一个动作 redo: 重做上一个动作
cut: 将选中的文字剪切至剪切板 cut: 将选中的文字剪切至剪切板
@@ -142,15 +157,17 @@ help:
paste: 从剪切板插入文字 paste: 从剪切板插入文字
paste card: 从剪切板插入卡牌 paste card: 从剪切板插入卡牌
paste keyword: 从剪切板插入关键词 paste keyword: 从剪切板插入关键词
select all: 选择所有文本
find: 搜索卡牌文字 find: 搜索卡牌文字
find next: 查找下一个 find next: 查找下一个
replace: 替换卡牌文字 replace: 替换卡牌文字
auto replace: 自动替换什么文字? auto replace: 自动替换什么文字?
preferences: 修改Magic Set Editor的设置 preferences: 修改Magic Set Editor的设置
cards: #cards:
previous card: 选择列表中的上一张卡牌 previous card: 选择列表中的上一张卡牌
next card: 选择列表中的下一张卡牌 next card: 选择列表中的下一张卡牌
search cards: 使用搜索词过滤卡片列表
add card: 添加一个新的空白卡牌到本套牌 add card: 添加一个新的空白卡牌到本套牌
add cards: 添加多张卡牌到本套牌 add cards: 添加多张卡牌到本套牌
remove card: 从本套牌中删除所选卡牌 remove card: 从本套牌中删除所选卡牌
@@ -162,51 +179,66 @@ help:
rotate 180: 将所显示卡牌上下翻转 rotate 180: 将所显示卡牌上下翻转
card list columns: 调整卡牌列表栏显示项目和显示顺序 card list columns: 调整卡牌列表栏显示项目和显示顺序
keywords: #keywords:
previous keyword: 从列表中选择上一个关键词 previous keyword: 从列表中选择上一个关键词
next keyword: 从列表中选择下一个关键词 next keyword: 从列表中选择下一个关键词
search keywords: 使用搜索词过滤关键字列表
add keyword: 添加一个新关键词到本套牌中 add keyword: 添加一个新关键词到本套牌中
remove keyword: 从本套牌中删除选中的关键词 remove keyword: 从本套牌中删除选中的关键词
format: #format:
bold: 将所选文字设为粗体 bold: 将所选文字设为粗体
italic: 将所选文字设为斜体 italic: 将所选文字设为斜体
underline: 为选定的文本添加下划线
symbols: 将所选文字改成符号 symbols: 将所选文字改成符号
reminder text: 对选择的关键词显示提示文本 reminder text: 对选择的关键词显示提示文本
#_ADD # spelling
#_ADD no spelling suggestions: There are no suggestions for correcting this error
graph: #spelling
no spelling suggestions: 没有对此的拼写建议
#graph:
pie: 饼状图,每一份的大小取决与卡牌数量 pie: 饼状图,每一份的大小取决与卡牌数量
bar: 条形图,条形高度取决于卡牌数量 bar: 条形图,条形高度取决于卡牌数量
stack: 条形图,堆叠条形图 stack: 条形图,堆叠条形图
scatter: 散点图,每一个散点的大小取决与卡牌数量 scatter: 散点图,每一个散点的大小取决与卡牌数量
scatter pie: 散饼图,每一个三点都是一个小型饼状图 scatter pie: 散饼图,每一个三点都是一个小型饼状图
window: #console:
clear console: 清机
#window:
new window: 创建一个额外窗口用来编辑同一套牌 new window: 创建一个额外窗口用来编辑同一套牌
cards tab: 编辑套牌中的卡牌 cards tab: 编辑套牌中的卡牌
set info tab: 编辑套牌信息,例如创建者,其他 set info tab: 编辑套牌信息,例如创建者,其他
style tab: 改变卡牌样式 style tab: 改变卡牌样式
keywords tab: 定义本套牌额外的关键词 keywords tab: 定义本套牌额外的关键词
stats tab: 显示本套牌的统计情况 stats tab: 显示本套牌的统计情况
#_ADD random pack tab: Try how the set works out in practice by generating random booster packs. random pack tab: 为该套装生成随机补充包
#_ADD console tab: Shows error messages and allows executing script commands. console tab: 显示错误消息并允许脚本执行
help: help: 帮助
index: index: 指数
website: website: 网站
about: about: 关于
# New Set Window
search game list control: 过滤游戏列表。 使用 - 排除游戏。 使用 field: 在特定字段中搜索。 使用 “” 进行字面搜索。 用空格分隔多个查询。
search stylesheet list control: 过滤模板列表。 使用 - 排除模板。 使用 field: 在特定字段中搜索。 使用 “” 进行字面搜索。 用空格分隔多个查询。
# Cards panel # Cards panel
#_ADD collapse notes: Hide the card notes box collapse notes: 隐藏卡片备注框
#_ADD expand notes: Show the card notes box expand notes: 显示卡片备注框
search cards control: 过滤卡片列表。 使用 - 排除卡片。 使用 field: 在特定字段中搜索。 使用 “” 进行字面搜索。 用空格分隔多个查询。
# Keywords panel
search keywords control: 过滤关键字列表。 使用 - 排除关键字。 使用 field: 在特定字段中搜索。 使用 “” 进行字面搜索。 用空格分隔多个查询。
# Random pack panel # Random pack panel
#_ADD random seed: Different packs will be generated each time. random seed: 使用随机种子生成。
#_ADD fixed seed: Using the same seed number gives the same 'random' packs. fixed seed: 使用特定种子生成。
#_ADD seed: Seed number for the random generator. Using the same seed number gives the same 'random' packs. seed: 随机生成器的种子号。 使用相同的种子数会得到相同的包。
#_ADD edit pack type: Double click to edit pack type edit pack type: 编辑包类型
#_ADD number of packs: The number of %ss to generate number of packs: 要生成的 %ss 数量
# Preferences # Preferences
app language: app language:
@@ -233,7 +265,7 @@ help:
grid: 显示网格线 grid: 显示网格线
snap: 吸附形状和控制点到网格线 snap: 吸附形状和控制点到网格线
tool: #tool:
select: 选择并移动形状 select: 选择并移动形状
rotate: 旋转并修剪形状 rotate: 旋转并修剪形状
points: 编辑形状控制点 points: 编辑形状控制点
@@ -241,7 +273,7 @@ help:
symmetry: 给系列符号添加对称效果 symmetry: 给系列符号添加对称效果
paint: 用笔刷在图形上绘制 paint: 用笔刷在图形上绘制
select editor: #select editor:
merge: 把这个图形融合到下面 merge: 把这个图形融合到下面
subtract: 把这个图形从下面剪掉,仅保留不在这个图形,但是在下面图形的区域 subtract: 把这个图形从下面剪掉,仅保留不在这个图形,但是在下面图形的区域
intersect: 把这个图形和下面相交,仅保留图像共有区域 intersect: 把这个图形和下面相交,仅保留图像共有区域
@@ -293,8 +325,8 @@ tool:
style tab: 风格样式 style tab: 风格样式
keywords tab: 关键词 keywords tab: 关键词
stats tab: 统计结果 stats tab: 统计结果
#_ADD random pack tab: Random random pack tab: 补充包
#_ADD console tab: Console console tab:
# symbol editor # symbol editor
store symbol: 储存 store symbol: 储存
@@ -332,15 +364,17 @@ tool:
smooth point: 平滑 smooth point: 平滑
symmetric point: 对称 symmetric point: 对称
clear console: 清机
############################################################## Toolbar help text ############################################################## Toolbar help text
tooltip: tooltip:
cards tab: 卡牌编辑 cards tab: 卡牌
set info tab: 套牌信息 set info tab: 套牌信息
style tab: 风格样式 style tab: 样式
keywords tab: 关键词 keywords tab: 关键词
stats tab: 统计结果 stats tab: 统计
#_ADD random pack tab: Random packs random pack tab: 随机补充包生成
#_ADD console tab: console tab: 错误和警告
new set: 新建套牌 new set: 新建套牌
open set: 打开套牌 open set: 打开套牌
@@ -362,6 +396,7 @@ tooltip:
bold: 粗体 bold: 粗体
italic: 斜体 italic: 斜体
underline: 强调
symbols: 系列符号 symbols: 系列符号
reminder text: 提示文本 reminder text: 提示文本
@@ -371,12 +406,6 @@ tooltip:
scatter: 散点图 scatter: 散点图
scatter pie: 散饼图 scatter pie: 散饼图
cards tab: 卡牌
set info tab: 套牌信息
style tab: 样式
keywords tab: 关键词
stats tab: 统计
# symbol editor # symbol editor
store symbol: 将系列符号保存到套牌 store symbol: 将系列符号保存到套牌
@@ -413,14 +442,16 @@ tooltip:
smooth point: 点平滑效果 smooth point: 点平滑效果
symmetric point: 点对称效果 symmetric point: 点对称效果
clear console: 清机
############################################################## Labels in the GUI ############################################################## Labels in the GUI
label: label:
# Cards tab # Cards tab
card notes: 卡牌信息: card notes: 卡牌信息:
#_ADD search cards: Search for cards... search cards: 搜索卡 (Ctrl+K)
# Keywords tab # Keywords tab
#_ADD search keywords: Search for keywords... search keywords: 搜索关键词 (Ctrl+K)
keyword: 关键词 keyword: 关键词
match: 匹配 match: 匹配
mode: 类型 mode: 类型
@@ -435,14 +466,13 @@ label:
styling options: 样式选项 styling options: 样式选项
# Random pack panel # Random pack panel
#_ADD pack selection: Pack selection pack selection: 选择包装类型
#_ADD pack totals: Totals pack totals: 数数
#_ADD pack name: Pack name pack name: 包名
#_ADD seed: Seed seed: 种子
#_ADD total cards: Total total cards: 全部的
# Open dialogs # Open dialogs
all files 全部文件 all files: 全部文件
# Other set window dialogs # Other set window dialogs
save changes: save changes:
@@ -453,6 +483,8 @@ label:
# New set window # New set window
game type: 游戏类型: game type: 游戏类型:
style type: 风格样式: style type: 风格样式:
search game list: 过滤游戏
search stylesheet list: 过滤器模板
stylesheet not found: stylesheet not found:
你要打开的套牌使用的是 "%s" 样式表 你要打开的套牌使用的是 "%s" 样式表
@@ -460,14 +492,21 @@ label:
# Preferences # Preferences
language: 语言 language: 语言
#_ADD windows: Open sets windows: 开集
app language: 程序界面语言: app language: 程序界面语言 (App Language)
card display: 卡牌显示 card display: 卡牌显示
zoom: 缩放: storage: 贮存
zoom: 缩放
export: 导出:
scale: 内部规模
percent of normal: % 之后导出 percent of normal: % 之后导出
external programs: 外部程序 external programs: 外部程序
apprentice: Apprentice: apprentice: Apprentice:
apprentice exe: 可执行Apprentice apprentice exe: 可执行Apprentice
internal scale desc:
缩放以在内部存储卡片图像。
更改此项可能会影响锐化的外观。
不适用于现有图像。
check at startup: 程序运行时检查新版本 check at startup: 程序运行时检查新版本
checking requires internet: checking requires internet:
检查新版本需要接入互联网。 检查新版本需要接入互联网。
@@ -480,13 +519,12 @@ label:
columns: 栏目: columns: 栏目:
# Card select / images export # Card select / images export
#_ADD select cards: Cards to export select cards: 选择要导出的卡
#_ADD selected card count: %s cards will be exported.
select cards print: 选择需要打印的卡牌 select cards print: 选择需要打印的卡牌
selected card count: 将导出 %s 张卡
filename format: 格式: filename format: 格式:
filename conflicts: 处理重复文件名: filename conflicts: 处理重复文件名:
export filenames: 文件名 export filenames: 文件名
#_DEL cards to export: 导出卡牌
filename is ignored: (忽略文件名) filename is ignored: (忽略文件名)
# apprentice export # apprentice export
@@ -500,24 +538,29 @@ label:
# Image slicer # Image slicer
original: 原始: original: 原始:
result: 结果: result: 结果:
original with dimensions: 原来的 (%s x %s):
result with dimensions: 结果 (%s x %s):
size: 大小 size: 大小
#_ADD original size: &Original Size original size: 原始尺寸
#_ADD size to fit: Size to &Fit size to fit: 调整大小以适合
#_ADD force to fit: F&orce to Fit force to fit: 强制贴合
#_ADD custom size: &Custom Size custom size: 自定义大小
selection: 选取 selection: 选取
#_ADD selection left: &Left selection left: 左边
#_ADD selection top: &Top selection top: 顶部
#_ADD selection width: &Width selection width: 宽度
#_ADD selection height: &Height selection height: 高度
zoom: 缩放 selection center: 中心
#_ADD fix aspect ratio: Fix aspect ratio (width/height) selection center vertically: 垂直居中
#_ADD zoom amount: Zoom selection center horizontally: 水平居中
#_ADD zoom amount x: Zoom &X selection center both: 居中两者
#_ADD zoom amount y: Zoom &Y fix aspect ratio: 修复宽高比(宽度/高度)
#_ADD zoom %: % zoom amount: 飞涨
zoom amount x: 飞涨 &X
zoom amount y: 飞涨 &Y
zoom %: %
filter: 过滤 filter: 过滤
#_ADD sharpen filter: &Sharpen filter sharpen filter: 锐化
# Auto replace # Auto replace
auto match: 匹配 auto match: 匹配
@@ -537,16 +580,16 @@ label:
package installed: 已安装 package installed: 已安装
package installable: 未安装 package installable: 未安装
install package: 安装 install package: 安装
#_ADD reinstall package: reinstall reinstall package: 重新安装
upgrade package: 升级 upgrade package: 升级
remove package: 移除 remove package: 移除
#_ADD installed version: Installed version: installed version: 安装版本
#_ADD installable version: Latest version: installable version: 最新版本
#_ADD installer size: Size: installer size: 尺寸
#_ADD installer status: Status: installer status: 地位
#_ADD no version: - no version: -
#_ADD
############################################################## Buttons/checkboxes/choices in the GUI ############################################################## Buttons/checkboxes/choices in the GUI
button: button:
# Editor # Editor
@@ -562,13 +605,14 @@ button:
refer parameter: 提交参数... refer parameter: 提交参数...
# Random pack panel # Random pack panel
#_ADD generate pack: &Generate Pack generate pack: 生成补充包
#_ADD random seed: &Random Seed random seed: 随机种子
#_ADD fixed seed: &Fixed Seed fixed seed: 固定种子
#_ADD add custom pack: Add &Custom Pack... add custom pack: 添加自定义助推器包
# Console panel # Console panel
#_ADD evaluate: &Evaluate evaluate: 评价
clear: 清
# Welcome # Welcome
new set: 新建套牌 new set: 新建套牌
@@ -577,18 +621,19 @@ button:
last opened set: 上一次打开的套牌 last opened set: 上一次打开的套牌
# Preferences # Preferences
#_ADD open sets in new window: Open all sets in a new &window open sets in new window: 在新窗口中打开所有集合
select: 选择... select: 选择...
browse: 浏览... browse: 浏览...
high quality: 高质量渲染效果 high quality: 高质量渲染效果
show lines: 各个编辑区域显示线 show lines: 各个编辑区域显示线
show editing hints: 编辑的时候显示虚线提示框 show editing hints: 编辑的时候显示虚线提示框
zoom export: 当导出时采用上面缩放和旋转设置 zoom export: 当导出时采用上面缩放和旋转设置
#_ADD spellcheck enabled: Show &spelling errors on cards spellcheck enabled: 在卡片上显示拼写错误
check now: 立刻检查 check now: 立刻检查
always: 总是 always: 总是
if internet connection exists: 如果接入互联网 if internet connection exists: 如果接入互联网
never: 从不 never: 从不
internal image extension: 内部存储带有文件扩展名的图像
# Column select # Column select
move up: 向上移动 move up: 向上移动
@@ -597,10 +642,10 @@ button:
hide: 隐藏 hide: 隐藏
# Card select # Card select
#_ADD export entire set: Entire set export entire set: 全套
#_ADD export generated packs: Generated packs export generated packs: 生成的包
#_ADD export custom cards selection: Custom selection export custom cards selection: 定制选择
#_ADD select cards: &Select Cards... select cards: 选择卡片...
select all: 全选 select all: 全选
select none: 全不选 select none: 全不选
overwrite: 覆盖旧文件 overwrite: 覆盖旧文件
@@ -624,7 +669,7 @@ button:
don't install package: 不安装 don't install package: 不安装
install package: 安装 install package: 安装
upgrade package: 升级 upgrade package: 升级
#_ADD reinstall package: Re&install reinstall package: 重新安装
remove package: 移除 remove package: 移除
install group: 全部安装 install group: 全部安装
upgrade group: 全部升级 upgrade group: 全部升级
@@ -641,6 +686,7 @@ title:
new set: 新建套牌 new set: 新建套牌
open set: 打开套牌 open set: 打开套牌
save set: 套牌另存为 save set: 套牌另存为
save set as directory: 将集另存为目录
save image: 保存图片 save image: 保存图片
updates available: 可用更新 updates available: 可用更新
save changes: 保存修改? save changes: 保存修改?
@@ -650,6 +696,7 @@ title:
global: 全局 global: 全局
display: 显示 display: 显示
directories: 目录 directories: 目录
internal: 内部的
updates: 升级更新 updates: 升级更新
update check: 检查更新 update check: 检查更新
locate apprentice: 定位 Apprentice locate apprentice: 定位 Apprentice
@@ -657,10 +704,11 @@ title:
select columns: 选择栏目 select columns: 选择栏目
select cards: 选择卡牌 select cards: 选择卡牌
select cards export: 导出选中的卡牌 select cards export: 导出选中的卡牌
select cards print: 选择您要打印的卡片
# slice # slice
slice image: 图片切片 slice image: 图片切片
#_ADD # pack # pack
#_ADD custom pack: Custom Pack Type custom pack: 定制包装类型
# print # print
print preview: 打印预览 print preview: 打印预览
# export # export
@@ -693,7 +741,7 @@ action:
cut: 剪切 cut: 剪切
paste: 粘贴 paste: 粘贴
auto replace: 自动替换 auto replace: 自动替换
#_ADD correct: Spelling Correction correct: 拼写纠正
# Choice/color editors # Choice/color editors
change: 修改 %s change: 修改 %s
@@ -721,7 +769,7 @@ action:
# Symmetry # Symmetry
add symmetry: 添加对称效果 add symmetry: 添加对称效果
#remove symmetry: 移除对称效果 remove symmetry: 移除对称效果
move symmetry center: 移动对称中心 move symmetry center: 移动对称中心
move symmetry handle: 改变对称方向 move symmetry handle: 改变对称方向
change symmetry type: 改变对称类型 change symmetry type: 改变对称类型
@@ -781,9 +829,9 @@ error:
这个文件是由更高版本的 Magic Set Editor (%s) 制作的 这个文件是由更高版本的 Magic Set Editor (%s) 制作的
当你打开它的时候,文件中的一些外观会丢失 当你打开它的时候,文件中的一些外观会丢失
推荐你升级到最新版本 推荐你升级到最新版本
浏览官方网站 http:://magicseteditor.sourceforge.net/ 浏览官方网站 https://magicseteditor.boards.net/page/downloads
word list type not found: 词语列表类型 %s 没有找到 (从<word-list> 标签中) word list type not found: 词语列表类型 %s 没有找到 (从<word-list> 标签中)
#_ADD pack type not found: The pack type "%s" was not found (from a pack type) pack type not found: 未找到包类型 “%s” (来自包类型)
# Update checking # Update checking
checking updates failed: 检查更新失败。 checking updates failed: 检查更新失败。
@@ -792,13 +840,13 @@ error:
# Stats panel # Stats panel
dimension not found: 没有统计数据 '%s' dimension not found: 没有统计数据 '%s'
#_ADD # Random packs # Random packs
#_ADD pack type duplicate name: pack type duplicate name:
There is already a pack type named '%s'. 已有一个名为 “%s” 的包类型。
Please choose a different name. 请选择不同的名称。
#_ADD
# Package update window # Package update window
# checking updates: 检查更新 checking updates: 检查更新
can't download installer: can't download installer:
无法为文件包 %s 下载安装程序,从 %s 无法为文件包 %s 下载安装程序,从 %s
没有更新被安装 没有更新被安装
@@ -831,7 +879,7 @@ type:
boolean: 逻辑型 boolean: 逻辑型
color: 颜色 color: 颜色
image: 图像 image: 图像
#_ADD date: date date: 日期
nil: 什么都不做 nil: 什么都不做
# Object types # Object types
@@ -840,8 +888,8 @@ type:
game: 游戏 game: 游戏
set: 套牌 set: 套牌
stylesheet: 样式表 stylesheet: 样式表
export template:export 模板 export template: export 模板
#_ADD symbol: symbol symbol: 象征
card: 卡牌 card: 卡牌
cards: 多张卡牌 cards: 多张卡牌
field: 区域 field: 区域
@@ -849,7 +897,9 @@ type:
value: 值 value: 值
keyword: 关键词 keyword: 关键词
keywords: 关键词 keywords: 关键词
#_ADD pack: pack type pack: 包装类型
card region: 卡区
card regions: 卡区域
# Symbol editor shapes # Symbol editor shapes
shape: 图形 shape: 图形
@@ -972,4 +1022,3 @@ package:
menu item B/G/W: 黑/绿/白 法术力 B/G/W menu item B/G/W: 黑/绿/白 法术力 B/G/W
menu item R/W/U: 红/白/蓝 法术力 R/W/U menu item R/W/U: 红/白/蓝 法术力 R/W/U
menu item G/U/B: 绿/蓝/黑 法术力 G/U/B menu item G/U/B: 绿/蓝/黑 法术力 G/U/B

View File

@@ -1,9 +1,10 @@
mse version: 2.0.0 mse version: 2.0.2
installer group: translations/chinese/traditional installer group: translations/chinese/traditional
full name: 繁體中文 (Traditional Chinese) full name: 繁體中文 (Traditional Chinese)
version: 2013-08-13 version: 2023-11-19
icon: cn.png icon: cn.png
############################################################## Menu items ############################################################## Menu items
menu: menu:
file: 文件 file: 文件
@@ -11,6 +12,7 @@ menu:
open set: 打開套牌... Ctrl+O open set: 打開套牌... Ctrl+O
save set: 保存套牌 Ctrl+S save set: 保存套牌 Ctrl+S
save set as: 套牌另存為... F12 save set as: 套牌另存為... F12
save set as directory: 另存為目錄...
export: 導出 export: 導出
export html: HTML文件... export html: HTML文件...
export image: 卡牌圖像... export image: 卡牌圖像...
@@ -21,15 +23,22 @@ menu:
print preview: 打印預覽... print preview: 打印預覽...
print: 打印... Ctrl+P print: 打印... Ctrl+P
reload data: 重新載入資料 Ctrl+F5 reload data: 重新載入資料 Ctrl+F5
#_ADD show profiler: Show Profiler Ctrl+F6 show profiler: 顯示分析器 Ctrl+F6
exit: 退出 Alt+F4 exit: 退出 Alt+F4
edit: 編輯 edit: 編輯
undo: 撤銷%s Ctrl+Z undo: 撤銷%s Ctrl+Z
redo: 重做%s Ctrl+Y redo: 重做%s Ctrl+Y
cut: 剪切 Ctrl+X cut: 剪切 Ctrl+X
cut card: 剪切 Ctrl+X
cut keyword: 剪切 Ctrl+X
copy: 復制 Ctrl+C copy: 復制 Ctrl+C
copy card: 復制 Ctrl+C
copy keyword: 復制 Ctrl+C
paste: 貼上 Ctrl+V paste: 貼上 Ctrl+V
paste card: 貼上 Ctrl+V
paste keyword: 貼上 Ctrl+V
select all: 全選 Ctrl+A
find: 搜尋 Ctrl+F find: 搜尋 Ctrl+F
find next: 搜尋下一個 F3 find next: 搜尋下一個 F3
replace: 替換 Ctrl+H replace: 替換 Ctrl+H
@@ -39,6 +48,7 @@ menu:
cards: 卡牌 cards: 卡牌
previous card: 選擇上一張卡牌 PgUp previous card: 選擇上一張卡牌 PgUp
next card: 選擇下一張卡牌 PgDn next card: 選擇下一張卡牌 PgDn
search cards: 搜尋卡 Ctrl+K
add card: 添加卡牌 Ctrl+Enter add card: 添加卡牌 Ctrl+Enter
add cards: 批量添加卡牌... add cards: 批量添加卡牌...
remove card: 刪除所選卡牌 remove card: 刪除所選卡牌
@@ -52,17 +62,19 @@ menu:
keywords: 關鍵詞 keywords: 關鍵詞
previous keyword: 選擇上一個關鍵詞 PgUp previous keyword: 選擇上一個關鍵詞 PgUp
next keyword: 選擇下一個關鍵詞 PgDn next keyword: 選擇下一個關鍵詞 PgDn
search keywords: 搜尋關鍵字 Ctrl+K
add keyword: 添加關鍵詞 Ctrl+Enter add keyword: 添加關鍵詞 Ctrl+Enter
remove keyword: 刪除所選關鍵詞 Del remove keyword: 刪除所選關鍵詞 Del
format: 字體格式 format: 字體格式
bold: 粗體 Ctrl+B bold: 粗體 Ctrl+B
italic: 斜體 Ctrl+I italic: 斜體 Ctrl+I
underline: 強調 Ctrl+U
symbols: 符號 Ctrl+M symbols: 符號 Ctrl+M
reminder text: 提示文本 Ctrl+R reminder text: 提示文本 Ctrl+R
insert symbol: 插入符號 insert symbol: 插入符號
#_ADD # spelling # spelling
#_ADD no spelling suggestions: (no suggestions) no spelling suggestions: (沒有拼字建議)
graph: 圖像 graph: 圖像
pie: 餅形圖 1 pie: 餅形圖 1
@@ -71,15 +83,18 @@ menu:
scatter: 散點圖 4 scatter: 散點圖 4
scatter pie: 散餅圖 5 scatter pie: 散餅圖 5
console: 機
clear console: 清機 Ctrl+L
window: 視窗 window: 視窗
new window: 新建視窗 new window: 新建視窗
cards tab: 卡牌編輯 F5 cards tab: 卡牌編輯 F5
set info tab: 套牌資訊 F6
style tab: 風格選擇 F7 style tab: 風格選擇 F7
set info tab: 套牌資訊 F6
keywords tab: 關鍵詞 F8 keywords tab: 關鍵詞 F8
stats tab: 統計結果 F9 stats tab: 統計結果 F9
#_ADD random pack tab: &Random Packs random pack tab: 補充包 Alt+6
#_ADD console tab: &Console Ctrl+F9 console tab: 機 Alt+7
help: 幫助 help: 幫助
index: 索引... F1 index: 索引... F1
@@ -111,12 +126,13 @@ menu:
help: help:
welcome: 歡迎使用 Magic Set Editor welcome: 歡迎使用 Magic Set Editor
file: #file:
new set: 創建新套牌 new set: 創建新套牌
open set: 打開已有套牌 open set: 打開已有套牌
last opened set: 打開 '%s' last opened set: 打開 '%s'
save set: 保存現有套牌 save set: 保存現有套牌
save set as: 使用新文件名保存套牌 save set as: 使用新文件名保存套牌
save set as directory: 將集合儲存為目錄,其中每張卡都有單獨的文件
export: 導出套牌... export: 導出套牌...
export html: 將套牌導出成網頁格式 export html: 將套牌導出成網頁格式
export image: 將所選卡牌導出成為一張圖片 export image: 將所選卡牌導出成為一張圖片
@@ -127,10 +143,10 @@ help:
print preview: 顯示即將被打印的卡牌 print preview: 顯示即將被打印的卡牌
print: 從本套牌中打印這張牌 print: 從本套牌中打印這張牌
reload data: 重新載入所有模板(游戲類型和樣式)和套牌資料. reload data: 重新載入所有模板(游戲類型和樣式)和套牌資料.
#_ADD show profiler: Show the profiler window, with timings of (script) functions. Used for optimization. show profiler: 顯示探查器窗口,其中包含腳本函數的計時。 用於優化。
exit: 退出Magic Set Editor程序請迅速保存你的套牌 exit: 退出Magic Set Editor程序請迅速保存你的套牌
edit: #edit:
undo: 撤銷上一個動作 undo: 撤銷上一個動作
redo: 重做上一個動作 redo: 重做上一個動作
cut: 將選中的文字剪切至剪切板 cut: 將選中的文字剪切至剪切板
@@ -142,15 +158,17 @@ help:
paste: 從剪切板插入文字 paste: 從剪切板插入文字
paste card: 從剪切板插入卡牌 paste card: 從剪切板插入卡牌
paste keyword: 從剪切板插入關鍵詞 paste keyword: 從剪切板插入關鍵詞
select all: 全選
find: 搜索卡牌文字 find: 搜索卡牌文字
find next: 搜尋下一個 find next: 搜尋下一個
replace: 替換卡牌文字 replace: 替換卡牌文字
auto replace: 自動替換什麼文字? auto replace: 自動替換什麼文字?
preferences: 修改Magic Set Editor的設置 preferences: 修改Magic Set Editor的設置
cards: #cards:
previous card: 選擇列表中的上一張卡牌 previous card: 選擇列表中的上一張卡牌
next card: 選擇列表中的下一張卡牌 next card: 選擇列表中的下一張卡牌
search cards: 使用搜尋字詞過濾卡片列表
add card: 添加一個新的空白卡牌到本套牌 add card: 添加一個新的空白卡牌到本套牌
add cards: 添加多張卡牌到本套牌 add cards: 添加多張卡牌到本套牌
remove card: 從本套牌中刪除所選卡牌 remove card: 從本套牌中刪除所選卡牌
@@ -162,51 +180,63 @@ help:
rotate 180: 將所顯示卡牌上下翻轉 rotate 180: 將所顯示卡牌上下翻轉
card list columns: 調整卡牌列表欄顯示項目和顯示順序 card list columns: 調整卡牌列表欄顯示項目和顯示順序
keywords: #keywords:
previous keyword: 從列表中選擇上一個關鍵詞 previous keyword: 從列表中選擇上一個關鍵詞
next keyword: 從列表中選擇下一個關鍵詞 next keyword: 從列表中選擇下一個關鍵詞
search keywords: 使用搜尋字詞過濾關鍵字列表
add keyword: 添加一個新關鍵詞到本套牌中 add keyword: 添加一個新關鍵詞到本套牌中
remove keyword: 從本套牌中刪除選中的關鍵詞 remove keyword: 從本套牌中刪除選中的關鍵詞
format: #format:
bold: 將所選文字設為粗體 bold: 將所選文字設為粗體
italic: 將所選文字設為斜體 italic: 將所選文字設為斜體
underline: 為選定的文字新增底線
symbols: 將所選文字改成符號 symbols: 將所選文字改成符號
reminder text: 對選擇的關鍵詞顯示提示文本 reminder text: 對選擇的關鍵詞顯示提示文本
#_ADD # spelling # spelling
#_ADD no spelling suggestions: There are no suggestions for correcting this error no spelling suggestions: 沒有對此的拼字建議
graph: #graph:
pie: 餅狀圖,每一份的大小取決與卡牌數量 pie: 餅狀圖,每一份的大小取決與卡牌數量
bar: 條形圖,條形高度取決於卡牌數量 bar: 條形圖,條形高度取決於卡牌數量
stack: 條形圖,堆疊條形圖 stack: 條形圖,堆疊條形圖
scatter: 散點圖,每一個散點的大小取決與卡牌數量 scatter: 散點圖,每一個散點的大小取決與卡牌數量
scatter pie: 散餅圖,每一個三點都是一個小型餅狀圖 scatter pie: 散餅圖,每一個三點都是一個小型餅狀圖
window: #console:
clear console: 清機
#window:
new window: 創建一個額外視窗用來編輯同一套牌 new window: 創建一個額外視窗用來編輯同一套牌
cards tab: 編輯套牌中的卡牌 cards tab: 編輯套牌中的卡牌
set info tab: 編輯套牌資訊,例如創建者,其他 set info tab: 編輯套牌資訊,例如創建者,其他
style tab: 改變卡牌樣式 style tab: 改變卡牌樣式
keywords tab: 定義本套牌額外的關鍵詞 keywords tab: 定義本套牌額外的關鍵詞
stats tab: 顯示本套牌的統計情況 stats tab: 顯示本套牌的統計情況
#_ADD random pack tab: Try how the set works out in practice by generating random booster packs. random pack tab: 為該套裝產生隨機補充包
#_ADD console tab: Shows error messages and allows executing script commands. console tab: 顯示錯誤訊息並允許腳本執行
help: help: 幫助
index: index: 指數
website: website: 網站
about: about: 關於
# New Set Window
search game list control: 過濾遊戲列表。 使用 - 排除遊戲。 使用 field: 在特定字段中搜尋。 使用 “” 進行字面搜尋。 用空格分隔多個查詢。
search stylesheet list control: 過濾模板清單。 使用 - 排除模板。 使用 field: 在特定字段中搜尋。 使用 “” 進行字面搜尋。 用空格分隔多個查詢。
# Cards panel # Cards panel
#_ADD collapse notes: Hide the card notes box collapse notes: 隱藏卡片備註框
#_ADD expand notes: Show the card notes box expand notes: 顯示卡片備註框
search cards control: 過濾卡片列表。 使用 - 排除卡片。 使用 field: 在特定字段中搜尋。 使用 “” 進行字面搜尋。 用空格分隔多個查詢。
# Keywords panel
search keywords control: 過濾關鍵字清單。 使用 - 排除關鍵字。 使用 field: 在特定字段中搜尋。 使用 “” 進行字面搜尋。 用空格分隔多個查詢。
# Random pack panel # Random pack panel
#_ADD random seed: Different packs will be generated each time. random seed: 使用隨機種子產生。
#_ADD fixed seed: Using the same seed number gives the same 'random' packs. fixed seed: 使用特定種子產生。
#_ADD seed: Seed number for the random generator. Using the same seed number gives the same 'random' packs. seed: 隨機產生器的種子號碼。 使用相同的種子數會得到相同的包。
#_ADD edit pack type: Double click to edit pack type edit pack type: 編輯包類型
#_ADD number of packs: The number of %ss to generate number of packs: 要產生的 %ss 數量
# Preferences # Preferences
app language: app language:
@@ -233,7 +263,7 @@ help:
grid: 顯示網格線 grid: 顯示網格線
snap: 吸附形狀和控制點到網格線 snap: 吸附形狀和控制點到網格線
tool: #tool:
select: 選擇並移動形狀 select: 選擇並移動形狀
rotate: 旋轉並修剪形狀 rotate: 旋轉並修剪形狀
points: 編輯形狀控制點 points: 編輯形狀控制點
@@ -241,7 +271,7 @@ help:
symmetry: 給系列符號添加對稱效果 symmetry: 給系列符號添加對稱效果
paint: 用筆刷在圖形上繪制 paint: 用筆刷在圖形上繪制
select editor: #select editor:
merge: 把這個圖形融合到下面 merge: 把這個圖形融合到下面
subtract: 把這個圖形從下面剪掉,僅保留不在這個圖形,但是在下面圖形的區域 subtract: 把這個圖形從下面剪掉,僅保留不在這個圖形,但是在下面圖形的區域
intersect: 把這個圖形和下面相交,僅保留圖像共有區域 intersect: 把這個圖形和下面相交,僅保留圖像共有區域
@@ -293,8 +323,8 @@ tool:
style tab: 風格樣式 style tab: 風格樣式
keywords tab: 關鍵詞 keywords tab: 關鍵詞
stats tab: 統計結果 stats tab: 統計結果
#_ADD random pack tab: Random random pack tab: 補充包
#_ADD console tab: Console console tab:
# symbol editor # symbol editor
store symbol: 儲存 store symbol: 儲存
@@ -332,15 +362,17 @@ tool:
smooth point: 平滑 smooth point: 平滑
symmetric point: 對稱 symmetric point: 對稱
clear console: 清機
############################################################## Toolbar help text ############################################################## Toolbar help text
tooltip: tooltip:
cards tab: 卡牌編輯 cards tab: 卡牌
set info tab: 套牌資訊 set info tab: 套牌資訊
style tab: 風格樣式 style tab: 樣式
keywords tab: 關鍵詞 keywords tab: 關鍵詞
stats tab: 統計結果 stats tab: 統計
#_ADD random pack tab: Random packs random pack tab: 隨機補充包生成
#_ADD console tab: console tab: 錯誤和警告
new set: 新建套牌 new set: 新建套牌
open set: 打開套牌 open set: 打開套牌
@@ -362,6 +394,7 @@ tooltip:
bold: 粗體 bold: 粗體
italic: 斜體 italic: 斜體
underline: 強調
symbols: 系列符號 symbols: 系列符號
reminder text: 提示文本 reminder text: 提示文本
@@ -371,12 +404,6 @@ tooltip:
scatter: 散點圖 scatter: 散點圖
scatter pie: 散餅圖 scatter pie: 散餅圖
cards tab: 卡牌
set info tab: 套牌資訊
style tab: 樣式
keywords tab: 關鍵詞
stats tab: 統計
# symbol editor # symbol editor
store symbol: 將系列符號保存到套牌 store symbol: 將系列符號保存到套牌
@@ -413,14 +440,16 @@ tooltip:
smooth point: 點平滑效果 smooth point: 點平滑效果
symmetric point: 點對稱效果 symmetric point: 點對稱效果
clear console: 清機
############################################################## Labels in the GUI ############################################################## Labels in the GUI
label: label:
# Cards tab # Cards tab
card notes: 卡牌資訊: card notes: 卡牌資訊:
#_ADD search cards: Search for cards... search cards: 搜尋卡 (Ctrl+K)
# Keywords tab # Keywords tab
#_ADD search keywords: Search for keywords... search keywords: 搜尋關鍵字 (Ctrl+K)
keyword: 關鍵詞 keyword: 關鍵詞
match: 匹配 match: 匹配
mode: 類型 mode: 類型
@@ -435,14 +464,14 @@ label:
styling options: 樣式選項 styling options: 樣式選項
# Random pack panel # Random pack panel
#_ADD pack selection: Pack selection pack selection: 選擇包裝類型
#_ADD pack totals: Totals pack totals: 數數
#_ADD pack name: Pack name pack name: 包名
#_ADD seed: Seed seed: 種子
#_ADD total cards: Total total cards: 全部的
# Open dialogs # Open dialogs
all files 全部文件 all files: 全部文件
# Other set window dialogs # Other set window dialogs
save changes: save changes:
@@ -453,6 +482,8 @@ label:
# New set window # New set window
game type: 游戲類型: game type: 游戲類型:
style type: 風格樣式: style type: 風格樣式:
search game list: 過濾遊戲
search stylesheet list: 過濾器模板
stylesheet not found: stylesheet not found:
你要打開的套牌使用的是 "%s" 樣式表 你要打開的套牌使用的是 "%s" 樣式表
@@ -460,14 +491,21 @@ label:
# Preferences # Preferences
language: 語言 language: 語言
#_ADD windows: Open sets windows: 公開組
app language: 程序界面語言: app language: 程序界面語言 (App Language)
card display: 卡牌顯示 card display: 卡牌顯示
zoom: 縮放: storage: 貯存
zoom: 縮放
export: 導出
scale: 內部刻度
percent of normal: % 之后導出 percent of normal: % 之后導出
external programs: 外部程序 external programs: 外部程序
apprentice: Apprentice: apprentice: Apprentice:
apprentice exe: 可執行Apprentice apprentice exe: 可執行Apprentice
internal scale desc:
縮放以在內部儲存卡片圖像。
更改此項目可能會影響銳化的外觀。
不適用於現有影像。
check at startup: 程序運行時檢查新版本 check at startup: 程序運行時檢查新版本
checking requires internet: checking requires internet:
檢查新版本需要接入互聯網。 檢查新版本需要接入互聯網。
@@ -481,8 +519,8 @@ label:
# Card select / images export # Card select / images export
select cards: 導出卡牌 select cards: 導出卡牌
#_ADD selected card count: %s cards will be exported.
select cards print: 選擇需要打印的卡牌 select cards print: 選擇需要打印的卡牌
selected card count: 將匯出 %s 張卡。
filename format: 格式: filename format: 格式:
filename conflicts: 處理重復文件名: filename conflicts: 處理重復文件名:
export filenames: 文件名 export filenames: 文件名
@@ -499,24 +537,29 @@ label:
# Image slicer # Image slicer
original: 原始: original: 原始:
result: 結果: result: 結果:
original with dimensions: 原來的 (%s x %s):
result with dimensions: 結果 (%s x %s):
size: 大小 size: 大小
#_ADD original size: &Original Size original size: 原始尺寸
#_ADD size to fit: Size to &Fit size to fit: 調整大小以適合
#_ADD force to fit: F&orce to Fit force to fit: 強制貼合
#_ADD custom size: &Custom Size custom size: 自訂大小
selection: 選取 selection: 選取
#_ADD selection left: &Left selection left: 左邊
#_ADD selection top: &Top selection top: 頂部
#_ADD selection width: &Width selection width: 寬度
#_ADD selection height: &Height selection height: 高度
zoom: 縮放 selection center: 中心
#_ADD fix aspect ratio: Fix aspect ratio (width/height) selection center vertically: 垂直居中
#_ADD zoom amount: Zoom selection center horizontally: 水平居中
#_ADD zoom amount x: Zoom &X selection center both: 居中兩者
#_ADD zoom amount y: Zoom &Y fix aspect ratio: 修復寬高比(寬度/高度)
#_ADD zoom %: % zoom amount: 飛漲
zoom amount x: 飛漲 &X
zoom amount y: 飛漲 &Y
zoom %: %
filter: 過濾 filter: 過濾
#_ADD sharpen filter: &Sharpen filter sharpen filter: 銳化
# Auto replace # Auto replace
auto match: 匹配 auto match: 匹配
@@ -536,16 +579,16 @@ label:
package installed: 已安裝 package installed: 已安裝
package installable: 未安裝 package installable: 未安裝
install package: 安裝 install package: 安裝
#_ADD reinstall package: reinstall reinstall package: 重新安裝
upgrade package: 昇級 upgrade package: 昇級
remove package: 移除 remove package: 移除
#_ADD installed version: Installed version: installed version: 安裝版本
#_ADD installable version: Latest version: installable version: 最新版本
#_ADD installer size: Size: installer size: 尺寸
#_ADD installer status: Status: installer status: 地位
#_ADD no version: - no version: -
#_ADD
############################################################## Buttons/checkboxes/choices in the GUI ############################################################## Buttons/checkboxes/choices in the GUI
button: button:
# Editor # Editor
@@ -561,13 +604,14 @@ button:
refer parameter: 提交參數... refer parameter: 提交參數...
# Random pack panel # Random pack panel
#_ADD generate pack: &Generate Pack generate pack: 產生補充包
#_ADD random seed: &Random Seed random seed: 隨機種子
#_ADD fixed seed: &Fixed Seed fixed seed: 固定種子
#_ADD add custom pack: Add &Custom Pack... add custom pack: 新增自訂助推器包...
# Console panel # Console panel
#_ADD evaluate: &Evaluate evaluate: 評價
clear: 清
# Welcome # Welcome
new set: 新建套牌 new set: 新建套牌
@@ -576,18 +620,19 @@ button:
last opened set: 上一次打開的套牌 last opened set: 上一次打開的套牌
# Preferences # Preferences
#_ADD open sets in new window: Open all sets in a new &window open sets in new window: 在新視窗中開啟所有集合
select: 選擇... select: 選擇...
browse: 瀏覽... browse: 瀏覽...
high quality: 高質量渲染效果 high quality: 高質量渲染效果
show lines: 各個編輯區域顯示線 show lines: 各個編輯區域顯示線
show editing hints: 編輯的時候顯示虛線提示框 show editing hints: 編輯的時候顯示虛線提示框
zoom export: 當導出時採用上面縮放和旋轉設置 zoom export: 當導出時採用上面縮放和旋轉設置
#_ADD spellcheck enabled: Show &spelling errors on cards spellcheck enabled: 在卡片上顯示拼字錯誤
check now: 立刻檢查 check now: 立刻檢查
always: 總是 always: 總是
if internet connection exists: 如果接入互聯網 if internet connection exists: 如果接入互聯網
never: 從不 never: 從不
internal image extension: 內部儲存帶有檔案副檔名的映像
# Column select # Column select
move up: 向上移動 move up: 向上移動
@@ -596,10 +641,10 @@ button:
hide: 隱藏 hide: 隱藏
# Card select # Card select
#_ADD export entire set: Entire set export entire set: 整套
#_ADD export generated packs: Generated packs export generated packs: 產生的補充包
#_ADD export custom cards selection: Custom selection export custom cards selection: 客製化選擇
#_ADD select cards: &Select Cards... select cards: 選擇卡片...
select all: 全選 select all: 全選
select none: 全不選 select none: 全不選
overwrite: 覆蓋舊文件 overwrite: 覆蓋舊文件
@@ -623,7 +668,7 @@ button:
don't install package: 不安裝 don't install package: 不安裝
install package: 安裝 install package: 安裝
upgrade package: 昇級 upgrade package: 昇級
#_ADD reinstall package: Re&install reinstall package: 重新安裝
remove package: 移除 remove package: 移除
install group: 全部安裝 install group: 全部安裝
upgrade group: 全部昇級 upgrade group: 全部昇級
@@ -640,6 +685,7 @@ title:
new set: 新建套牌 new set: 新建套牌
open set: 打開套牌 open set: 打開套牌
save set: 套牌另存為 save set: 套牌另存為
save set as directory: 另存為目錄
save image: 保存圖片 save image: 保存圖片
updates available: 可用更新 updates available: 可用更新
save changes: 保存修改? save changes: 保存修改?
@@ -649,6 +695,7 @@ title:
global: 全局 global: 全局
display: 顯示 display: 顯示
directories: 目錄 directories: 目錄
internal: 內部的
updates: 昇級更新 updates: 昇級更新
update check: 檢查更新 update check: 檢查更新
locate apprentice: 定位 Apprentice locate apprentice: 定位 Apprentice
@@ -656,10 +703,11 @@ title:
select columns: 選擇欄目 select columns: 選擇欄目
select cards: 選擇卡牌 select cards: 選擇卡牌
select cards export: 導出選中的卡牌 select cards export: 導出選中的卡牌
select cards print: 選擇您要列印的卡片
# slice # slice
slice image: 圖片切片 slice image: 圖片切片
#_ADD # pack # pack
#_ADD custom pack: Custom Pack Type custom pack: 客製化包裝類型
# print # print
print preview: 打印預覽 print preview: 打印預覽
# export # export
@@ -692,7 +740,7 @@ action:
cut: 剪切 cut: 剪切
paste: 貼上 paste: 貼上
auto replace: 自動替換 auto replace: 自動替換
#_ADD correct: Spelling Correction correct: 拼字糾正
# Choice/color editors # Choice/color editors
change: 修改 %s change: 修改 %s
@@ -720,7 +768,7 @@ action:
# Symmetry # Symmetry
add symmetry: 添加對稱效果 add symmetry: 添加對稱效果
#remove symmetry: 移除對稱效果 remove symmetry: 移除對稱效果
move symmetry center: 移動對稱中心 move symmetry center: 移動對稱中心
move symmetry handle: 改變對稱方向 move symmetry handle: 改變對稱方向
change symmetry type: 改變對稱類型 change symmetry type: 改變對稱類型
@@ -780,9 +828,9 @@ error:
這個文件是由更高版本的 Magic Set Editor (%s) 制作的 這個文件是由更高版本的 Magic Set Editor (%s) 制作的
當你打開它的時候,文件中的一些外觀會丟失 當你打開它的時候,文件中的一些外觀會丟失
推荐你昇級到最新版本 推荐你昇級到最新版本
瀏覽官方網站 http:://magicseteditor.sourceforge.net/ 瀏覽官方網站 https://magicseteditor.boards.net/page/downloads
word list type not found: 詞語列表類型 %s 沒有找到 (從<word-list> 標簽中) word list type not found: 詞語列表類型 %s 沒有找到 (從<word-list> 標簽中)
#_ADD pack type not found: The pack type "%s" was not found (from a pack type) pack type not found: 未找到包類型 “%s” (來自包類型)
# Update checking # Update checking
checking updates failed: 檢查更新失敗。 checking updates failed: 檢查更新失敗。
@@ -791,13 +839,13 @@ error:
# Stats panel # Stats panel
dimension not found: 沒有統計資料 '%s' dimension not found: 沒有統計資料 '%s'
#_ADD # Random packs # Random packs
#_ADD pack type duplicate name: pack type duplicate name:
There is already a pack type named '%s'. 已有一個名為「%s」的套件類型。
Please choose a different name. 請選擇不同的名稱。
#_ADD
# Package update window # Package update window
# checking updates: 檢查更新 checking updates: 檢查更新
can't download installer: can't download installer:
無法為文件包 %s 下載安裝程序,從 %s 無法為文件包 %s 下載安裝程序,從 %s
沒有更新被安裝 沒有更新被安裝
@@ -830,7 +878,7 @@ type:
boolean: 邏輯型 boolean: 邏輯型
color: 顏色 color: 顏色
image: 圖像 image: 圖像
#_ADD date: date date: 日期
nil: 什麼都不做 nil: 什麼都不做
# Object types # Object types
@@ -839,8 +887,8 @@ type:
game: 游戲 game: 游戲
set: 套牌 set: 套牌
stylesheet: 樣式表 stylesheet: 樣式表
export template:export 模板 export template: export 模板
#_ADD symbol: symbol symbol: 象徵
card: 卡牌 card: 卡牌
cards: 多張卡牌 cards: 多張卡牌
field: 區域 field: 區域
@@ -848,7 +896,9 @@ type:
value: 值 value: 值
keyword: 關鍵詞 keyword: 關鍵詞
keywords: 關鍵詞 keywords: 關鍵詞
#_ADD pack: pack type pack: 包裝類型
card region: 卡區
card regions: 卡區域
# Symbol editor shapes # Symbol editor shapes
shape: 圖形 shape: 圖形
@@ -977,4 +1027,3 @@ package:
menu item 2/B: 2/B menu item 2/B: 2/B
menu item 2/R: 2/R menu item 2/R: 2/R
menu item 2/G: 2/G menu item 2/G: 2/G

View File

@@ -1,10 +1,10 @@
mse version: 2.0.0 mse version: 2.0.2
installer group: translations/dansk installer group: translations/dansk
full name: Dansk full name: Dansk (Danish)
version: 2013-08-13 version: 2023-11-19
icon: dk.png icon: dk.png
######## by lord_joakim ######### #By lord_joakim
############################################################## Menu items ############################################################## Menu items
menu: menu:
file: &Fil file: &Fil
@@ -12,6 +12,7 @@ menu:
open set: &Åben... Ctrl+O open set: &Åben... Ctrl+O
save set: &Gem Ctrl+S save set: &Gem Ctrl+S
save set as: Gem &Som... F12 save set as: Gem &Som... F12
save set as directory: Gem som bibliotek...
export: &Eksporter export: &Eksporter
export html: &HTML... export html: &HTML...
export image: Enkelt &Billede... export image: Enkelt &Billede...
@@ -22,15 +23,22 @@ menu:
print preview: Udskriv Prø&ve... print preview: Udskriv Prø&ve...
print: &Udskriv... Ctrl+P print: &Udskriv... Ctrl+P
reload data: Genlæs Data Ctrl+F5 reload data: Genlæs Data Ctrl+F5
#_ADD show profiler: Show Profiler Ctrl+F6 show profiler: Vis profiler Ctrl+F6
exit: L&uk Alt+F4 exit: L&uk Alt+F4
edit: &Rediger edit: &Rediger
undo: &Fortryd%s Ctrl+Z undo: &Fortryd%s Ctrl+Z
redo: &Gendan%s Ctrl+Y redo: &Gendan%s Ctrl+Y
cut: Kli&p Ctrl+X cut: Kli&p Ctrl+X
cut card: Kli&p Ctrl+X
cut keyword: Kli&p Ctrl+X
copy: &Kopiér Ctrl+C copy: &Kopiér Ctrl+C
copy card: &Kopiér Ctrl+C
copy keyword: &Kopiér Ctrl+C
paste: &Sæt ind Ctrl+V paste: &Sæt ind Ctrl+V
paste card: &Sæt ind Ctrl+V
paste keyword: &Sæt ind Ctrl+V
select all: Select &All Ctrl+A
find: &Find Ctrl+F find: &Find Ctrl+F
find next: Find &Næste F3 find next: Find &Næste F3
replace: E&rstat Ctrl+H replace: E&rstat Ctrl+H
@@ -40,6 +48,7 @@ menu:
cards: &Kort cards: &Kort
previous card: Vælg &Forhenværende Kort PgUp previous card: Vælg &Forhenværende Kort PgUp
next card: Vælg &Næste Kort PgDn next card: Vælg &Næste Kort PgDn
search cards: &Søg kort Ctrl+K
add card: &Tilføj Kort Ctrl+Enter add card: &Tilføj Kort Ctrl+Enter
add cards: Tilføj &Flere Kort... add cards: Tilføj &Flere Kort...
remove card: &Slet Valgte Kort remove card: &Slet Valgte Kort
@@ -53,12 +62,14 @@ menu:
keywords: &Nøgleord keywords: &Nøgleord
previous keyword: Vælg &Forhenværende Nøgleord PgUp previous keyword: Vælg &Forhenværende Nøgleord PgUp
next keyword: Vælg &Næste Nøgleord PgDn next keyword: Vælg &Næste Nøgleord PgDn
search keywords: &Søg Nøgleord Ctrl+K
add keyword: &Tilføj Nøgleord Ctrl+Enter add keyword: &Tilføj Nøgleord Ctrl+Enter
remove keyword: &Fjern Valgte Nøgleord Del remove keyword: &Fjern Valgte Nøgleord Del
format: F&ormater format: F&ormater
bold: &Fed Ctrl+B bold: &Fed Ctrl+B
italic: &Kursiv Ctrl+I italic: &Kursiv Ctrl+I
underline: &Understrege Ctrl+U
symbols: &Symboler Ctrl+M symbols: &Symboler Ctrl+M
reminder text: &Nøgleordspåmindelser Ctrl+R reminder text: &Nøgleordspåmindelser Ctrl+R
insert symbol: I&ndsæt Symbol insert symbol: I&ndsæt Symbol
@@ -72,15 +83,18 @@ menu:
scatter: K&oordinatvisning 4 scatter: K&oordinatvisning 4
scatter pie: La&gkage-Koordinater 5 scatter pie: La&gkage-Koordinater 5
console: Konsol
clear console: &Ryd konsol Ctrl+L
window: &Vindue window: &Vindue
new window: &Nyt Vindue new window: &Nyt Vindue
cards tab: &Kort F5 cards tab: &Kort F5
set info tab: &Sæt Information F6
style tab: St&il F7 style tab: St&il F7
set info tab: &Sæt Information F6
keywords tab: &Nøgleord F8 keywords tab: &Nøgleord F8
stats tab: S&tatistik F9 stats tab: S&tatistik F9
random pack tab: &Tilfældige Pakker random pack tab: &Tilfældige Pakker
#_ADD console tab: &Console Ctrl+F9 console tab: K&onsol Alt+7
help: &Hjælp help: &Hjælp
index: &Indeks... F1 index: &Indeks... F1
@@ -94,7 +108,7 @@ menu:
save symbol: &Gem Ctrl+S save symbol: &Gem Ctrl+S
save symbol as: Gem &Som... F12 save symbol as: Gem &Som... F12
store symbol: B&rug Ctrl+Enter store symbol: B&rug Ctrl+Enter
close symbol editor:Close Alt+F4 close symbol editor: Close Alt+F4
duplicate: &Duplikér Ctrl+D duplicate: &Duplikér Ctrl+D
group: &Gruppér Ctrl+G group: &Gruppér Ctrl+G
@@ -112,12 +126,13 @@ menu:
help: help:
welcome: Velkommen til Magic Set Editor welcome: Velkommen til Magic Set Editor
file: #file:
new set: Lav et nyt sæt new set: Lav et nyt sæt
open set: Åben et sæt open set: Åben et sæt
last opened set: Åben '%s' last opened set: Åben '%s'
save set: Gem sættet save set: Gem sættet
save set as: Gem sættet med et nyt navn save set as: Gem sættet med et nyt navn
save set as directory: Gem sættet som en mappe med separate filer for hvert kort
export: Eksportér sættet... export: Eksportér sættet...
export html: Eksportér sættet til en hjemmeside export html: Eksportér sættet til en hjemmeside
export image: Eksportér det valgte kort til en billedfil export image: Eksportér det valgte kort til en billedfil
@@ -128,10 +143,10 @@ help:
print preview: Viser kort som de bliver udskrevet print preview: Viser kort som de bliver udskrevet
print: Udskriv kort fra dette sæt print: Udskriv kort fra dette sæt
reload data: Genindlæser alle skabelonsfiler (spil og stil) sammen med sættet. reload data: Genindlæser alle skabelonsfiler (spil og stil) sammen med sættet.
#_ADD show profiler: Show the profiler window, with timings of (script) functions. Used for optimization. show profiler: Vis profilvinduet med timings af scriptfunktioner. Bruges til optimering.
exit: Lukker Magic Set Editor; påminder om sættet skal gemmes før lukning exit: Lukker Magic Set Editor; påminder om sættet skal gemmes før lukning
edit: #edit:
undo: Fortryder den sidste handling undo: Fortryder den sidste handling
redo: Gendanner den sidste handling redo: Gendanner den sidste handling
cut: Flytter den valgte tekst til udklipsholderen cut: Flytter den valgte tekst til udklipsholderen
@@ -143,15 +158,17 @@ help:
paste: Indsætter teksten fra udklipsholderen paste: Indsætter teksten fra udklipsholderen
paste card: Indsætter kortet fra udklipsholderen paste card: Indsætter kortet fra udklipsholderen
paste keyword: Indsætter nøgleordet fra udklipsholderen paste keyword: Indsætter nøgleordet fra udklipsholderen
select all: Vælg al tekst
find: Søger kortenes tekster find: Søger kortenes tekster
find next: Finder det næste tilsvarende ord find next: Finder det næste tilsvarende ord
replace: Erstatter kortenes tekster replace: Erstatter kortenes tekster
auto replace: Hvilken tekst skal automatisk erstattes? auto replace: Hvilken tekst skal automatisk erstattes?
preferences: Ændr Magic Set Editor's konfiguration preferences: Ændr Magic Set Editor's konfiguration
cards: #cards:
previous card: Vælg det forhenværende kort i listen previous card: Vælg det forhenværende kort i listen
next card: Vælger det næste kort i listen next card: Vælger det næste kort i listen
search cards: Filtrer kortlisten ved hjælp af søgetermer
add card: Tilføler et nyt, tomt kort til listen add card: Tilføler et nyt, tomt kort til listen
add cards: Tilføjer flere kort til listen add cards: Tilføjer flere kort til listen
remove card: Sletter det valgte kort fra sættet! remove card: Sletter det valgte kort fra sættet!
@@ -163,47 +180,57 @@ help:
rotate 180: Viser kortet på hovedet rotate 180: Viser kortet på hovedet
card list columns: Vælg hvilke kolonner der er vist og i hvilken rækkefølge. card list columns: Vælg hvilke kolonner der er vist og i hvilken rækkefølge.
keywords: #keywords:
previous keyword: Vælger det forhenværende nøgleord i listen previous keyword: Vælger det forhenværende nøgleord i listen
next keyword: Vælger det næste nøgleord i listen next keyword: Vælger det næste nøgleord i listen
search keywords: Filtrer nøgleord i listen ved hjælp af søgeord
add keyword: Tilføjer et nyt nøgleord til sættet add keyword: Tilføjer et nyt nøgleord til sættet
remove keyword: Sletter det valgte nøgleord til sættet remove keyword: Sletter det valgte nøgleord til sættet
format: #format:
bold: Gør den valgte tekst fed bold: Gør den valgte tekst fed
italic: Gør den valgte tekst kursiv italic: Gør den valgte tekst kursiv
underline: Gør den markerede tekst understreget
symbols: Teksten er som Magic-symboler symbols: Teksten er som Magic-symboler
reminder text: Viser huskeregler i teksten reminder text: Viser huskeregler i teksten
# spelling # spelling
no spelling suggestions: Der er ingen forslag til at rette denne fejl. no spelling suggestions: Der er ingen forslag til at rette denne fejl.
graph: #graph:
pie: En lagkagegraf, hvert stykke viser antallet af kort pie: En lagkagegraf, hvert stykke viser antallet af kort
bar: En stolpegraf, hver stolpe viser antallet af kort bar: En stolpegraf, hver stolpe viser antallet af kort
stack: En stolpegraf med stolperne lagt i bunker stack: En stolpegraf med stolperne lagt i bunker
scatter: Et koordinatdiagram, hvor størrelsen af hver koordinat viser størrelsen scatter: Et koordinatdiagram, hvor størrelsen af hver koordinat viser størrelsen
scatter pie: Et koordinatdiagram hvor hver koordinat har sin egen lagkagegraf scatter pie: Et koordinatdiagram hvor hver koordinat har sin egen lagkagegraf
window: #console:
new window: Åbner et nyt vindue for at arbejde med det samme sæt clear console: Ryd konsol
#window:
new window: Åbner et nyt vindue for at arbejde med det samme sæt
cards tab: Redigerer kortene i sættet cards tab: Redigerer kortene i sættet
set info tab: Ændrer information om saettet, dets skaber etc. set info tab: Ændrer information om saettet, dets skaber etc.
style tab: Ændrer kortenes stil style tab: Ændrer kortenes stil
keywords tab: Definerer ekstra nøgleord for dette sæt keywords tab: Definerer ekstra nøgleord for dette sæt
stats tab: Viser statistikker om dette sæt stats tab: Viser statistikker om dette sæt
random pack tab: Prøv at se hvordan sættet fungerer ved at lave boosters! random pack tab: Prøv at se hvordan sættet fungerer ved at lave boosters!
#_ADD console tab: Shows error messages and allows executing script commands. console tab: Viser fejlmeddelelser og tillader udførelse af scriptkommandoer.
help: help: Hjælp
index: index: Indeks
website: website: Internet side
about: about: Om
# New Set Window
search game list control: Filtrer spillisten. Brug - til at udelukke spil. Brug felt: til at søge i et bestemt felt. Brug anførselstegn til bogstavelig søgning. Adskil flere forespørgsler med et mellemrum.
search stylesheet list control: Filtrer stilarklisten. Brug - til at udelukke spil. Brug felt: til at søge i et bestemt felt. Brug anførselstegn til bogstavelig søgning. Adskil flere forespørgsler med et mellemrum.
# Cards panel # Cards panel
collapse notes: Viser noteboksen collapse notes: Viser noteboksen
expand notes: Vis noteboksen expand notes: Vis noteboksen
search cards control: Filtrer kortlisten. Brug - til at udelukke spil. Brug felt: til at søge i et bestemt felt. Brug anførselstegn til bogstavelig søgning. Adskil flere forespørgsler med et mellemrum.
# Keywords panel
search keywords control: Filtrer nøgleord i listen. Brug - til at udelukke spil. Brug felt: til at søge i et bestemt felt. Brug anførselstegn til bogstavelig søgning. Adskil flere forespørgsler med et mellemrum.
# Random pack panel # Random pack panel
random seed: Hver kortgeneration laver en ny pakke random seed: Hver kortgeneration laver en ny pakke
fixed seed: Hvis du bruger samme variabel vil den samme 'tilfældige' booster dukke op fixed seed: Hvis du bruger samme variabel vil den samme 'tilfældige' booster dukke op
@@ -223,12 +250,11 @@ help:
# Symbol editor # Symbol editor
new symbol: Lav et nyt symbol new symbol: Lav et nyt symbol
open symbol: Åben et symbol open symbol: Åben et symbol
save symbol: Gem symbolet save symbol: Gem symbolet
save symbol as: Gem symbol under et andet filnavn save symbol as: Gem symbol under et andet filnavn
store symbol: Bruger symbolet i sættet store symbol: Bruger symbolet i sættet
close symbol editor:Lukker symboleditoren close symbol editor: Lukker symboleditoren
duplicate: Duplikerer de valgte former duplicate: Duplikerer de valgte former
group: Gruppér de valgte former group: Gruppér de valgte former
@@ -237,7 +263,7 @@ help:
grid: Viser gitter grid: Viser gitter
snap: Låser former og kanter fast til gitteret snap: Låser former og kanter fast til gitteret
tool: #tool:
select: Vælg og flyt former select: Vælg og flyt former
rotate: Rotér og fordrej former rotate: Rotér og fordrej former
points: Ændrer formpunkter i formen points: Ændrer formpunkter i formen
@@ -245,7 +271,7 @@ help:
symmetry: Tilføj symmetri til symbolet symmetry: Tilføj symmetri til symbolet
paint: Tegn på formen med en pensel paint: Tegn på formen med en pensel
select editor: #select editor:
merge: Smelter formen sammen med former under den merge: Smelter formen sammen med former under den
subtract: Fjerner denne forms areal fra former under den subtract: Fjerner denne forms areal fra former under den
intersect: Finder de ramte områder med former under denne og viser kun arealet af denne figur hvor den rammer andre former intersect: Finder de ramte områder med former under denne og viser kun arealet af denne figur hvor den rammer andre former
@@ -298,7 +324,7 @@ tool:
keywords tab: Nøgleord keywords tab: Nøgleord
stats tab: Statistik stats tab: Statistik
random pack tab: Tilfældig random pack tab: Tilfældig
#_ADD console tab: Console console tab: Konsol
# symbol editor # symbol editor
store symbol: Brug store symbol: Brug
@@ -336,15 +362,17 @@ tool:
smooth point: Glat smooth point: Glat
symmetric point: Symmetrisk symmetric point: Symmetrisk
clear console: Ryd konsol
############################################################## Toolbar help text ############################################################## Toolbar help text
tooltip: tooltip:
cards tab: cards tab: Kortlisten
set info tab: Sætinformation set info tab: Sætinformation
style tab: style tab: Kortstil
keywords tab: keywords tab: Nøgleord
stats tab: stats tab: Statistikker
random pack tab: Tilfældige pakker random pack tab: Tilfældige pakker
#_ADD console tab: console tab: Fejl og advarsler
new set: Nyt sæt new set: Nyt sæt
open set: Åben sæt open set: Åben sæt
@@ -366,6 +394,7 @@ tooltip:
bold: Fed bold: Fed
italic: Kursiv italic: Kursiv
underline: Understrege
symbols: Symboler symbols: Symboler
reminder text: Huskeregler reminder text: Huskeregler
@@ -375,12 +404,6 @@ tooltip:
scatter: Koordinatdiagram scatter: Koordinatdiagram
scatter pie: Lagkagekoordinatdiagram scatter pie: Lagkagekoordinatdiagram
cards tab:
set info tab: Sætinformation
style tab: Kortstil
keywords tab:
stats tab:
# symbol editor # symbol editor
store symbol: Brug symbol i sæt store symbol: Brug symbol i sæt
@@ -417,14 +440,16 @@ tooltip:
smooth point: Gør punkt glat smooth point: Gør punkt glat
symmetric point: Gør punkt symmetrisk symmetric point: Gør punkt symmetrisk
clear console: Ryd konsol
############################################################## Labels in the GUI ############################################################## Labels in the GUI
label: label:
# Cards tab # Cards tab
card notes: Kortets noter: card notes: Kortets noter:
#_ADD search cards: Search for cards... search cards: Søg kort (Ctrl+K)
# Keywords tab # Keywords tab
#_ADD search keywords: Search for keywords... search keywords: Søg Nøgleord (Ctrl+K)
keyword: Nøgleord keyword: Nøgleord
match: Svarer til match: Svarer til
mode: Mode mode: Mode
@@ -446,7 +471,7 @@ label:
total cards: Total total cards: Total
# Open dialogs # Open dialogs
all files Alle filer all files: Alle filer
# Other set window dialogs # Other set window dialogs
save changes: save changes:
@@ -457,6 +482,8 @@ label:
# New set window # New set window
game type: &Spiltype: game type: &Spiltype:
style type: &Kortstil: style type: &Kortstil:
search game list: Filter spil
search stylesheet list: Filter stilen
stylesheet not found: stylesheet not found:
Sættet du har åbner bruger stilen "%s". Sættet du har åbner bruger stilen "%s".
@@ -465,15 +492,21 @@ label:
# Preferences # Preferences
language: Sprog language: Sprog
windows: Åbne sæt windows: Åbne sæt
app language: Sprog: app language: Sprog (App Language)
card display: Kortdisplay card display: Kortdisplay
zoom: &Zoom: storage: Opbevaring
zoom: Zoom
export: &Eksportér
scale: Intern skala
percent of normal: % af normal størrelse percent of normal: % af normal størrelse
external programs: Eksterne programmer external programs: Eksterne programmer
apprentice: &Apprentice: apprentice: &Apprentice:
apprentice exe: Apprentice Executable apprentice exe: Apprentice Executable
internal scale desc:
Skaler til internt at gemme kortbilleder på.
Ændring af dette kan påvirke, hvordan Sharpening ser ud.
Gælder ikke med tilbagevirkende kraft for eksisterende billeder.
check at startup: Tjek efter nye versioner ved startup check at startup: Tjek efter nye versioner ved startup
checking requires internet: checking requires internet:
Dette kræver netforbindelse. Dette kræver netforbindelse.
Når der ikke er forbindelse, bliver der ikke ledt efter opdateringer. Når der ikke er forbindelse, bliver der ikke ledt efter opdateringer.
@@ -486,8 +519,8 @@ label:
# Card select / images export # Card select / images export
select cards: Kort til at eksportere select cards: Kort til at eksportere
selected card count: %s kort vil blive eksporteret.
select cards print: Vælg de kort, du vil udskrive select cards print: Vælg de kort, du vil udskrive
selected card count: %s kort vil blive eksporteret.
filename format: &Format: filename format: &Format:
filename conflicts: &Arbejdsmetode med dobbelte filnavne: filename conflicts: &Arbejdsmetode med dobbelte filnavne:
export filenames: Filnavne export filenames: Filnavne
@@ -499,11 +532,13 @@ label:
# Html export # Html export
html template: Skabelon: html template: Skabelon:
html export options:Eksportmuligheder html export options: Eksportmuligheder
# Image slicer # Image slicer
original: Original: original: Original:
result: Resultat: result: Resultat:
original with dimensions: Original (%s x %s):
result with dimensions: Result (%s x %s):
size: Størrelse size: Størrelse
original size: &Original Størrelse original size: &Original Størrelse
size to fit: Billedstørrelse er &rammestørrelse size to fit: Billedstørrelse er &rammestørrelse
@@ -514,9 +549,11 @@ label:
selection top: &Øverst selection top: &Øverst
selection width: &Bredde selection width: &Bredde
selection height: &Højde selection height: &Højde
zoom: Zoom selection center: Centrer
selection center vertically: Centrer lodret
selection center horizontally: Centrer vandret
selection center both: Center Begge
fix aspect ratio: Fiksér højde/breddeforhold fix aspect ratio: Fiksér højde/breddeforhold
zoom amount: Zoom zoom amount: Zoom
zoom amount x: Zoom &X zoom amount x: Zoom &X
zoom amount y: Zoom &Y zoom amount y: Zoom &Y
@@ -573,7 +610,8 @@ button:
add custom pack: Tilføj &Egen Pakke... add custom pack: Tilføj &Egen Pakke...
# Console panel # Console panel
#_ADD evaluate: &Evaluate evaluate: &Vurdere
clear: &Ryd
# Welcome # Welcome
new set: Nyt sæt new set: Nyt sæt
@@ -589,11 +627,12 @@ button:
show lines: Vis &linier omkring felter show lines: Vis &linier omkring felter
show editing hints: Vis bokse og hints for &redigering show editing hints: Vis bokse og hints for &redigering
zoom export: Brug zoom og rotationsfunktioner under e&ksport zoom export: Brug zoom og rotationsfunktioner under e&ksport
#_ADD spellcheck enabled: Show &spelling errors on cards spellcheck enabled: Vis stavefejl på kort
check now: Tjek &Nu! check now: Tjek &Nu!
always: Altid always: Altid
if internet connection exists: Hvis internetforbindelse findes if internet connection exists: Hvis internetforbindelse findes
never: Aldrig never: Aldrig
internal image extension: Gem billeder internt med filtypenavn
# Column select # Column select
move up: Flyt &Op move up: Flyt &Op
@@ -624,7 +663,6 @@ button:
# 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: &Luk close: &Luk
# Packages window # Packages window
keep package: &Ændr ikke keep package: &Ændr ikke
don't install package: &Installér ikke don't install package: &Installér ikke
@@ -647,6 +685,7 @@ title:
new set: Nyt Sæt new set: Nyt Sæt
open set: Åben Sæt open set: Åben Sæt
save set: Gem Sæt Som save set: Gem Sæt Som
save set as directory: Gem sæt som bibliotek
save image: Gem Billede save image: Gem Billede
updates available: Opdateringer Ikke Tilgængelige updates available: Opdateringer Ikke Tilgængelige
save changes: Gem Ændringer? save changes: Gem Ændringer?
@@ -656,13 +695,15 @@ title:
global: Globalt global: Globalt
display: Display display: Display
directories: Mapper directories: Mapper
internal: Indre
updates: Opdateringer updates: Opdateringer
update check: Opdateringstjek update check: Opdateringstjek
locate apprentice: Find Apprentice locate apprentice: Find Apprentice
# select # select
select columns: Vælg Kolonner select columns: Vælg Kolonner
select cards: Vælg Kort select cards: Vælg Kort
select cards export:Vælg Kort Til Eksport select cards export: Vælg Kort Til Eksport
select cards print: Vælg de kort, du vil udskrive
# slice # slice
slice image: Billededitor slice image: Billededitor
# pack # pack
@@ -710,7 +751,7 @@ action:
scale: Forstør/Formindsk %s scale: Forstør/Formindsk %s
duplicate: Duplikér %s duplicate: Duplikér %s
reorder parts: Omlæg reorder parts: Omlæg
change combine mode:Ændr Combine Mode change combine mode: Ændr Combine Mode
change shape name: Ændr formnavn change shape name: Ændr formnavn
group parts: Gruppér group parts: Gruppér
ungroup parts: Opløs ungroup parts: Opløs
@@ -727,13 +768,14 @@ action:
# Symmetry # Symmetry
add symmetry: Tilføj symmetri add symmetry: Tilføj symmetri
#remove symmetry: Fjern symmetri remove symmetry: Fjern symmetri
move symmetry center: Flyt symmetri centrum move symmetry center: Flyt symmetri centrum
move symmetry handle: Ændr symmetriens orientation move symmetry handle: Ændr symmetriens orientation
change symmetry type: Ændr symmetriens type change symmetry type: Ændr symmetriens type
change symmetry copies: Antal reflektioner change symmetry copies: Antal reflektioner
############################################################## Error messages ############################################################## Error messages
#TODO: Localize Entire Section
error: error:
# File related # File related
file not found: File not found: '%s' in package '%s' file not found: File not found: '%s' in package '%s'
@@ -787,7 +829,7 @@ error:
This file is made with a newer version of Magic Set Editor (%s) This file is made with a newer version of Magic Set Editor (%s)
When you open it, some aspects of the file may be lost. When you open it, some aspects of the file may be lost.
It is recommended that you upgrade to the latest version. It is recommended that you upgrade to the latest version.
Visit http:://magicseteditor.sourceforge.net/ Visit https://magicseteditor.boards.net/page/downloads
word list type not found: The word list type "%s" was not found (from a <word-list> tag) word list type not found: The word list type "%s" was not found (from a <word-list> tag)
pack type not found: The pack type "%s" was not found (from a pack type) pack type not found: The pack type "%s" was not found (from a pack type)
@@ -804,7 +846,7 @@ error:
Please choose a different name. Please choose a different name.
# Package update window # Package update window
# checking updates: Checking for updates. checking updates: Checking for updates.
can't download installer: can't download installer:
Unable to download installer for package %s from %s. Unable to download installer for package %s from %s.
Nothing has been installed. Nothing has been installed.
@@ -827,56 +869,58 @@ error:
############################################################## Types used in scripts / shape names ############################################################## Types used in scripts / shape names
type: type:
function: function function: fungere
collection: collection collection: samling
collection of: collection of %ss collection of: samling af %ss
object: object object: objekt
double: real number double: reelle tal
integer: integer number integer: heltal
string: string string: snor
boolean: boolean boolean: boolesk
color: color color: farve
image: image image: billede
date: date date: dato
nil: nothing nil: nil
# Object types # Object types
package: package package: filpakke
locale: translation locale: oversættelse
game: game game: spil
set: set set: t
stylesheet: stylesheet stylesheet: stilark
export template:export template export template: eksport skabelon
symbol: symbol symbol: symbol
card: card card: kort
cards: cards cards: alle kort
field: field field: mark
style: style style: stil
value: value value: værdi
keyword: keyword keyword: nøgleord
keywords: keywords keywords: alle nøgleord
pack: pack type pack: pakker
card region: kortregion
card regions: kortområder
# Symbol editor shapes # Symbol editor shapes
shape: shape shape: form
shapes: shapes shapes: former
circle: circle circle: cirkel
ellipse: ellipse ellipse: ellipse
square: square square: firkant
rectangle: rectangle rectangle: rektangel
triangle: triangle triangle: trekant
rhombus: rhombus rhombus: rombe
pentagon: pentagon pentagon: femkant
hexagon: hexagon hexagon: sekskant
polygon: polygon polygon: polygon
star: star star: stjerne
rotation: rotation rotation: rotation
reflection: reflection reflection: afspejling
group: group group: gruppe
point: point point: punkt
points: points points: point
############################################################## Magic ############################################################## Magic
package: package:
@@ -941,4 +985,3 @@ package:
menu item B/G/W: Black/Green/White mana B/G/W menu item B/G/W: Black/Green/White mana B/G/W
menu item R/W/U: Red/White/Blue mana R/W/U menu item R/W/U: Red/White/Blue mana R/W/U
menu item G/U/B: Green/Blue/Black mana G/U/B menu item G/U/B: Green/Blue/Black mana G/U/B

View File

@@ -1,9 +1,10 @@
mse version: 2.0.0 mse version: 2.0.2
installer group: translations/deutsch installer group: translations/deutsch
full name: Deutsch full name: Deutsch (German)
version: 2013-08-13 version: 2023-11-19
icon: de.png icon: de.png
############################################################## Menu items ############################################################## Menu items
menu: menu:
file: &Datei file: &Datei
@@ -11,6 +12,7 @@ menu:
open set: &Öffnen... Ctrl+O open set: &Öffnen... Ctrl+O
save set: &Speichern Ctrl+S save set: &Speichern Ctrl+S
save set as: Speichern unter... F12 save set as: Speichern unter... F12
save set as directory: Als Verzeichnis speichern...
export: &Exportieren export: &Exportieren
export html: &HTML exportieren... export html: &HTML exportieren...
export image: Bild exportieren... export image: Bild exportieren...
@@ -21,15 +23,22 @@ menu:
print preview: Druckvorschau... print preview: Druckvorschau...
print: &Drucken... Ctrl+P print: &Drucken... Ctrl+P
reload data: Daten neu laden Ctrl+F5 reload data: Daten neu laden Ctrl+F5
#_ADD show profiler: Show Profiler Ctrl+F6 show profiler: Analysator anzeigen Ctrl+F6
exit: Beenden Alt+F4 exit: Beenden Alt+F4
edit: &Bearbeiten edit: &Bearbeiten
undo: Rückgängig:%s Ctrl+Z undo: Rückgängig:%s Ctrl+Z
redo: Wiederholen:%s Ctrl+Y redo: Wiederholen:%s Ctrl+Y
cut: Ausschneiden Ctrl+X cut: Ausschneiden Ctrl+X
cut card: Ausschneiden Ctrl+X
cut keyword: Ausschneiden Ctrl+X
copy: Kopieren Ctrl+C copy: Kopieren Ctrl+C
copy card: Kopieren Ctrl+C
copy keyword: Kopieren Ctrl+C
paste: Einfügen Ctrl+V paste: Einfügen Ctrl+V
paste card: Einfügen Ctrl+V
paste keyword: Einfügen Ctrl+V
select all: Wählen Sie Alle Ctrl+A
find: Suchen Ctrl+F find: Suchen Ctrl+F
find next: Nächstes Ergebnis F3 find next: Nächstes Ergebnis F3
replace: Ersetzen Ctrl+H replace: Ersetzen Ctrl+H
@@ -39,6 +48,7 @@ menu:
cards: &Karten cards: &Karten
previous card: Vorherige Karte PgUp previous card: Vorherige Karte PgUp
next card: Nächste Karte PgDn next card: Nächste Karte PgDn
search cards: Suchkarten Ctrl+K
add card: Karte Hinzufügen Ctrl+Enter add card: Karte Hinzufügen Ctrl+Enter
add cards: Mehrere hinzufügen... add cards: Mehrere hinzufügen...
remove card: Markierte Entfernen Del remove card: Markierte Entfernen Del
@@ -52,17 +62,19 @@ menu:
keywords: &Fähigkeiten keywords: &Fähigkeiten
previous keyword: Vorherige PgUp previous keyword: Vorherige PgUp
next keyword: Nächste PgDn next keyword: Nächste PgDn
search keywords: Suche Schlüsselwörter Ctrl+K
add keyword: Hinzufügen Ctrl+Enter add keyword: Hinzufügen Ctrl+Enter
remove keyword: Markierte Enfernen Del remove keyword: Markierte Enfernen Del
format: F&ormat format: F&ormat
bold: &Fett Ctrl+B bold: &Fett Ctrl+B
italic: &Kursiv Ctrl+I italic: &Kursiv Ctrl+I
underline: Unterstreichen Ctrl+U
symbols: &Symbole Ctrl+M symbols: &Symbole Ctrl+M
reminder text: &Reminder Text Ctrl+R reminder text: &Reminder Text Ctrl+R
insert symbol: Sy&mbol einfügen insert symbol: Sy&mbol einfügen
#_ADD # spelling # spelling
#_ADD no spelling suggestions: (no suggestions) no spelling suggestions: (keine Vorschläge)
graph: &Diagramm graph: &Diagramm
pie: &Kreis 1 pie: &Kreis 1
@@ -71,15 +83,18 @@ menu:
scatter: &Blase 4 scatter: &Blase 4
scatter pie: G&estreute Kreise 5 scatter pie: G&estreute Kreise 5
console: Konsole
clear console: &Leeren Sie die Konsole Ctrl+L
window: &Ansicht window: &Ansicht
new window: &Neues Fenster new window: &Neues Fenster
cards tab: &Karten F5 cards tab: &Karten F5
set info tab: &Editionsinformationen F6
style tab: Aussehen F7 style tab: Aussehen F7
set info tab: &Editionsinformationen F6
keywords tab: Fähigkeiten F8 keywords tab: Fähigkeiten F8
stats tab: S&tatistik F9 stats tab: S&tatistik F9
random pack tab: &Zufällige Packs random pack tab: &Zufällige Packs
#_ADD console tab: &Console Ctrl+F9 console tab: Konsole Alt+7
help: &Hilfe help: &Hilfe
index: &Index... F1 index: &Index... F1
@@ -93,7 +108,7 @@ menu:
save symbol: &Speichern Ctrl+S save symbol: &Speichern Ctrl+S
save symbol as: Speichern unter... F12 save symbol as: Speichern unter... F12
store symbol: Übernehmen Ctrl+Enter store symbol: Übernehmen Ctrl+Enter
close symbol editor:&Beenden Alt+F4 close symbol editor: &Beenden Alt+F4
duplicate: Verdoppeln Ctrl+D duplicate: Verdoppeln Ctrl+D
group: &Gruppieren Ctrl+G group: &Gruppieren Ctrl+G
@@ -111,12 +126,13 @@ menu:
help: help:
welcome: Willkommen im Magic Set Editor welcome: Willkommen im Magic Set Editor
file: #file:
new set: Neue Edition erstellen new set: Neue Edition erstellen
open set: Bestehende Edition öffnen open set: Bestehende Edition öffnen
last opened set: Zuletzt geöffnetes '%s' last opened set: Zuletzt geöffnetes '%s'
save set: Edition speichern save set: Edition speichern
save set as: Edition speichern als... save set as: Edition speichern als...
save set as directory: Speichern Sie den Satz als Verzeichnis mit separaten Dateien für jede Karte
export: Edition exporieren... export: Edition exporieren...
export html: Exportieren der Edition in html export html: Exportieren der Edition in html
export image: Exportieren des gewählten Bildes export image: Exportieren des gewählten Bildes
@@ -127,10 +143,10 @@ help:
print preview: Zeigt an, wie die Bilder gedruckt werden print preview: Zeigt an, wie die Bilder gedruckt werden
print: Druckt die Bilder der Edition print: Druckt die Bilder der Edition
reload data: Läd alle Daten neu. reload data: Läd alle Daten neu.
#_ADD show profiler: Show the profiler window, with timings of (script) functions. Used for optimization. show profiler: Zeigt das Analysefenster mit den Zeitabläufen der Skriptfunktionen an. Wird zur Optimierung verwendet.
exit: Beendet Magic Set Editor exit: Beendet Magic Set Editor
edit: #edit:
undo: Macht die letzte Aktion rückgängig undo: Macht die letzte Aktion rückgängig
redo: Wiederholt die letzte Aktion redo: Wiederholt die letzte Aktion
cut: Verschiebt die Daten in die Zwischenablage cut: Verschiebt die Daten in die Zwischenablage
@@ -142,15 +158,17 @@ help:
paste: Fügt den Text der Zwischenablage ein paste: Fügt den Text der Zwischenablage ein
paste card: Fügt den Karte der Zwischenablage ein paste card: Fügt den Karte der Zwischenablage ein
paste keyword: Fügt die Fähigkeit der Zwischenablage ein paste keyword: Fügt die Fähigkeit der Zwischenablage ein
select all: Wählen Sie den gesamten Text aus
find: Sucht den Text in einer Karte find: Sucht den Text in einer Karte
find next: Zeigt das nächste Ergebnis an find next: Zeigt das nächste Ergebnis an
replace: Ersetzt den karten Text replace: Ersetzt den karten Text
auto replace: Ersetzt den text ohne Bestätigung auto replace: Ersetzt den text ohne Bestätigung
preferences: Ändert die Einstellungen preferences: Ändert die Einstellungen
cards: #cards:
previous card: Wählt die vorherige Karte der Liste previous card: Wählt die vorherige Karte der Liste
next card: Wählt die nächste Karte der Liste next card: Wählt die nächste Karte der Liste
search cards: Filtern Sie die Kartenliste anhand von Suchbegriffen
add card: Fügt eine neue Karte zur Edition hinzu add card: Fügt eine neue Karte zur Edition hinzu
add cards: Fügt mehrere Karten zur Edition hinzu add cards: Fügt mehrere Karten zur Edition hinzu
remove card: Entfernt die gewählte Karte aus der Edition remove card: Entfernt die gewählte Karte aus der Edition
@@ -162,28 +180,33 @@ help:
rotate 180: Dreht die Karte um 180° rotate 180: Dreht die Karte um 180°
card list columns: Wähle die Spalten, die angezeigt werden sollen. card list columns: Wähle die Spalten, die angezeigt werden sollen.
keywords: #keywords:
previous keyword: Wählt die vorherige Fähigkeit previous keyword: Wählt die vorherige Fähigkeit
next keyword: Wählt die nächste Fähigkeit next keyword: Wählt die nächste Fähigkeit
search keywords: Filtern Sie die Schlüsselwortliste mithilfe von Suchbegriffen
add keyword: Fügt eine neue Fähigkeit hinzu add keyword: Fügt eine neue Fähigkeit hinzu
remove keyword: Löscht die markierte Fähigkeit remove keyword: Löscht die markierte Fähigkeit
format: #format:
bold: Formatiert den Text Fett bold: Formatiert den Text Fett
italic: Formatiert den Text Kursiv italic: Formatiert den Text Kursiv
underline: Unterstreicht den ausgewählten Text
symbols: Formatiert den Text als Symbol symbols: Formatiert den Text als Symbol
reminder text: Zeige den Reminder-Text für die gewählte Fähigkeit an reminder text: Zeige den Reminder-Text für die gewählte Fähigkeit an
#_ADD # spelling # spelling
#_ADD no spelling suggestions: There are no suggestions for correcting this error no spelling suggestions: Es gibt keine Vorschläge zur Behebung dieses Fehlers
graph: #graph:
pie: Ein Kreisdiagramm, die Größe der Kreise zeigt die Anzahl der Karten an pie: Ein Kreisdiagramm, die Größe der Kreise zeigt die Anzahl der Karten an
bar: Ein Balkendiagramm, die Größe der Balken zeigt die Anzahl der Karten an bar: Ein Balkendiagramm, die Größe der Balken zeigt die Anzahl der Karten an
stack: Ein Balkendiagramm mit gestapelten Säulen stack: Ein Balkendiagramm mit gestapelten Säulen
scatter: Ein Blasendiagramm, die Größe der Blase zeigt die Anzahl der Karten an scatter: Ein Blasendiagramm, die Größe der Blase zeigt die Anzahl der Karten an
scatter pie: Gestreute Kreise, wobei jeder Kreis ein Kreisdiagramm ist scatter pie: Gestreute Kreise, wobei jeder Kreis ein Kreisdiagramm ist
window: #console:
clear console: Leeren Sie die Konsole
#window:
new window: Erstellt ein neues Fenster mit der gleichen Edition new window: Erstellt ein neues Fenster mit der gleichen Edition
cards tab: Bearbeite die Karten der Edition cards tab: Bearbeite die Karten der Edition
set info tab: Bearbeite die Informationen der Edition set info tab: Bearbeite die Informationen der Edition
@@ -191,22 +214,29 @@ help:
keywords tab: Füge Fähigkeiten für diese Edition hinzu keywords tab: Füge Fähigkeiten für diese Edition hinzu
stats tab: Zeigt eine Statistik über diese Edition an stats tab: Zeigt eine Statistik über diese Edition an
random pack tab: Testet wie das Set funktionieren würde, indem es ufällige Booster Packs erstellt. random pack tab: Testet wie das Set funktionieren würde, indem es ufällige Booster Packs erstellt.
#_ADD console tab: Shows error messages and allows executing script commands. console tab: Zeigt Fehlermeldungen an und ermöglicht die Ausführung von Skriptbefehlen.
help: help: Helfen
index: index: Index
website: website: Webseite
about: about: Um
# New Set Window
search game list control: Filtern Sie die Spieleliste. Verwenden Sie - um Spiele auszuschließen. Verwenden Sie field:, um in einem bestimmten Feld zu suchen. Verwenden Sie Anführungszeichen für die wörtliche Suche. Trennen Sie mehrere Abfragen durch ein Leerzeichen.
search stylesheet list control: Filtern Sie die Vorlagenliste. Verwenden Sie - um Spiele auszuschließen. Verwenden Sie field:, um in einem bestimmten Feld zu suchen. Verwenden Sie Anführungszeichen für die wörtliche Suche. Trennen Sie mehrere Abfragen durch ein Leerzeichen.
# Cards panel # Cards panel
collapse notes: Versteckt die Karten-Notiz-Box collapse notes: Versteckt die Karten-Notiz-Box
expand notes: Teigt die Karten-Notiz-Box expand notes: Teigt die Karten-Notiz-Box
search cards control: Filtern Sie die Kartenliste. Verwenden Sie - um Spiele auszuschließen. Verwenden Sie field:, um in einem bestimmten Feld zu suchen. Verwenden Sie Anführungszeichen für die wörtliche Suche. Trennen Sie mehrere Abfragen durch ein Leerzeichen.
# Keywords panel
search keywords control: Filtern Sie die Schlüsselliste. Verwenden Sie - um Spiele auszuschließen. Verwenden Sie field:, um in einem bestimmten Feld zu suchen. Verwenden Sie Anführungszeichen für die wörtliche Suche. Trennen Sie mehrere Abfragen durch ein Leerzeichen.
# Random pack panel # Random pack panel
random seed: Erstellt jedes mal andere Packs. random seed: Erstellt jedes mal andere Packs.
fixed seed: Indem man dieselbe Nummer verwendet, bekommt man dieselben "zufälligen" Packs. fixed seed: Indem man dieselbe Nummer verwendet, bekommt man dieselben "zufälligen" Packs.
seed: Nummer für den Zufallsgenerator. Indem man dieselbe Nummer verwendet, bekommt man dieselben "zufälligen" Packs. seed: Nummer für den Zufallsgenerator. Indem man dieselbe Nummer verwendet, bekommt man dieselben "zufälligen" Packs.
#_ADD edit pack type: Double click to edit pack type edit pack type: Doppelklicken Sie, um den Pakettyp zu bearbeiten
#_ADD number of packs: The number of %ss to generate number of packs: Die Anzahl der zu generierenden %ss
# Preferences # Preferences
app language: app language:
@@ -224,7 +254,7 @@ help:
save symbol: Symbol Symbol speichern save symbol: Symbol Symbol speichern
save symbol as: Symbol Symbol speichern unter... save symbol as: Symbol Symbol speichern unter...
store symbol: Symbol Symbol übernehmen store symbol: Symbol Symbol übernehmen
close symbol editor:Symbol-Editor beenden close symbol editor: Symbol-Editor beenden
duplicate: Clont das gewählte Objekt duplicate: Clont das gewählte Objekt
group: Gruppiert die gewählten Elemente group: Gruppiert die gewählten Elemente
@@ -233,7 +263,7 @@ help:
grid: Gitternetz anzeigen grid: Gitternetz anzeigen
snap: Punkte und Objekte am Gitternetz ausrichten snap: Punkte und Objekte am Gitternetz ausrichten
tool: #tool:
select: Wählt Objekte aus und bewegt es select: Wählt Objekte aus und bewegt es
rotate: Dreht Objekte rotate: Dreht Objekte
points: Bearbeitet die Punkte des Objektes points: Bearbeitet die Punkte des Objektes
@@ -241,7 +271,7 @@ help:
symmetry: Symmetrisches Symbol hinzufügen symmetry: Symmetrisches Symbol hinzufügen
paint: Zeichnet ein Objekt mit dem Pinsel paint: Zeichnet ein Objekt mit dem Pinsel
select editor: #select editor:
merge: Vermischt das Objekt mit den Darunterliegenden merge: Vermischt das Objekt mit den Darunterliegenden
subtract: Entfernt gemeinsame Flächen subtract: Entfernt gemeinsame Flächen
intersect: Zeigt nur die gemeinsame Fläche an intersect: Zeigt nur die gemeinsame Fläche an
@@ -294,7 +324,7 @@ tool:
keywords tab: Fähigkeiten keywords tab: Fähigkeiten
stats tab: Statistik stats tab: Statistik
random pack tab: Zufällige Packs random pack tab: Zufällige Packs
#_ADD console tab: Console console tab: Konsole
# symbol editor # symbol editor
store symbol: Übernehmen store symbol: Übernehmen
@@ -332,15 +362,17 @@ tool:
smooth point: Glätten smooth point: Glätten
symmetric point: Symmetrisch symmetric point: Symmetrisch
clear console: Leeren Sie die Konsole
############################################################## Toolbar help text ############################################################## Toolbar help text
tooltip: tooltip:
cards tab: Karten cards tab: Karten
set info tab: Editionsinformation set info tab: Editionsinformationen
style tab: Styles style tab: Kartenstyle
keywords tab: Fähigkeiten keywords tab: Fähigkeiten
stats tab: Statistiken stats tab: Statistiken
random pack tab: Zufällige Packs random pack tab: Zufällige Packs
#_ADD console tab: console tab: Fehler und Warnungen
new set: Neue Edition new set: Neue Edition
open set: Edition öffnen open set: Edition öffnen
@@ -362,6 +394,7 @@ tooltip:
bold: Fett bold: Fett
italic: Krusiv italic: Krusiv
underline: Unterstreichen
symbols: Symbole symbols: Symbole
reminder text: Text merken reminder text: Text merken
@@ -371,12 +404,6 @@ tooltip:
scatter: Blasendiagramm scatter: Blasendiagramm
scatter pie: Gestreute Kreise scatter pie: Gestreute Kreise
cards tab: Karten
set info tab: Editionsinformationen
style tab: Kartenstyle
keywords tab: Fähigkeiten
stats tab: Statistiken
# symbol editor # symbol editor
store symbol: Symbol für diese Edition übernehmen store symbol: Symbol für diese Edition übernehmen
@@ -413,14 +440,16 @@ tooltip:
smooth point: Punkt glätten smooth point: Punkt glätten
symmetric point: Punkt symmetrisch ausrichten symmetric point: Punkt symmetrisch ausrichten
clear console: Leeren Sie die Konsole
############################################################## Labels in the GUI ############################################################## Labels in the GUI
label: label:
# Cards tab # Cards tab
card notes: Kartenanmerkung: card notes: Kartenanmerkung:
#_ADD search cards: Search for cards... search cards: Suchkarten (Ctrl+K)
# Keywords tab # Keywords tab
#_ADD search keywords: Search for keywords... search keywords: Suche Schlüsselwörter (Ctrl+K)
keyword: Schlagwort keyword: Schlagwort
match: Fähigkeit match: Fähigkeit
mode: Modus mode: Modus
@@ -437,12 +466,12 @@ label:
# Random pack panel # Random pack panel
pack selection: Pack wählen pack selection: Pack wählen
pack totals: Packs gesamt pack totals: Packs gesamt
#_ADD pack name: Pack name pack name: Pack name
seed: Nummer seed: Nummer
total cards: Gesamtkarten total cards: Gesamtkarten
# Open dialogs # Open dialogs
all files Alle Dateien all files: Alle Dateien
# Other set window dialogs # Other set window dialogs
save changes: save changes:
@@ -453,6 +482,8 @@ label:
# New set window # New set window
game type: &Spieltyp: game type: &Spieltyp:
style type: &Style: style type: &Style:
search game list: Filterspiele
search stylesheet list: Filtervorlagen
stylesheet not found: stylesheet not found:
Die ausgewählte Edition benutzt das Stylesheet "%s" . Die ausgewählte Edition benutzt das Stylesheet "%s" .
@@ -460,14 +491,21 @@ label:
# Preferences # Preferences
language: Sprache language: Sprache
#_ADD windows: Open sets windows: Offene Sets
app language: Sprache der Benutzeroberfläche: app language: Sprache der Benutzeroberfläche (App Language)
card display: Kartenaussehen card display: Kartenaussehen
zoom: &Zoom: storage: Lagerung
zoom: Zoomen
export: Exportieren
scale: Interne Skala
percent of normal: % der Normalgröße percent of normal: % der Normalgröße
external programs: Externe Programme external programs: Externe Programme
apprentice: &Rohling: apprentice: &Rohling:
apprentice exe: Rohling-Exe apprentice exe: Rohling-Exe
internal scale desc:
Skalieren Sie, um Kartenbilder intern zu speichern.
Wenn Sie dies ändern, kann sich dies auf das Erscheinungsbild der Schärfung auswirken.
Gilt nicht rückwirkend für bestehende Bilder.
check at startup: Beim Start auf neue Version überprüfen check at startup: Beim Start auf neue Version überprüfen
checking requires internet: checking requires internet:
Das Überprüfen benötigt eine offene Internetverbindung. Das Überprüfen benötigt eine offene Internetverbindung.
@@ -481,8 +519,8 @@ label:
# Card select / images export # Card select / images export
select cards: Wähle Karten zum exportieren select cards: Wähle Karten zum exportieren
select cards print: Wählen Sie Karten zum Drucken aus
selected card count: %s Karten werden exportiert. selected card count: %s Karten werden exportiert.
select cards print: Wähle die zu druckenden Karten aus
filename format: &Format: filename format: &Format:
filename conflicts: &Doppelte Dateinamen: filename conflicts: &Doppelte Dateinamen:
export filenames: Dateinamen exportieren export filenames: Dateinamen exportieren
@@ -494,11 +532,13 @@ label:
# Html export # Html export
html template: html-Template: html template: html-Template:
html export options:html-Exportoptionen html export options: html-Exportoptionen
# Image slicer # Image slicer
original: Original: original: Original:
result: Ergebnis: result: Ergebnis:
original with dimensions: Original (%s x %s):
result with dimensions: Ergebnis (%s x %s):
size: Größe size: Größe
original size: &Originalgröße original size: &Originalgröße
size to fit: Markierung anpassen size to fit: Markierung anpassen
@@ -509,7 +549,10 @@ label:
selection top: &Oben selection top: &Oben
selection width: &Breite selection width: &Breite
selection height: &Höhe selection height: &Höhe
zoom: Zoom selection center: Zentrieren
selection center vertically: Vertikal zentrieren
selection center horizontally: Horizontal zentrieren
selection center both: Zentrieren Sie beide
fix aspect ratio: Fix aspect ratio (width/height) fix aspect ratio: Fix aspect ratio (width/height)
zoom amount: Zoom zoom amount: Zoom
zoom amount x: Zoom &X zoom amount x: Zoom &X
@@ -536,16 +579,16 @@ label:
package installed: Installiert package installed: Installiert
package installable: Nicht installiert package installable: Nicht installiert
install package: Installieren install package: Installieren
#_ADD reinstall package: reinstall reinstall package: neu installieren
upgrade package: Upgraden upgrade package: Upgraden
remove package: Entfernen remove package: Entfernen
#_ADD installed version: Installed version: installed version: Installierte Version
#_ADD installable version: Latest version: installable version: Letzte Version
#_ADD installer size: Size: installer size: Größe
#_ADD installer status: Status: installer status: Status:
#_ADD no version: - no version: -
#_ADD
############################################################## Buttons/checkboxes/choices in the GUI ############################################################## Buttons/checkboxes/choices in the GUI
button: button:
# Editor # Editor
@@ -564,10 +607,11 @@ button:
generate pack: &Pack generieren generate pack: &Pack generieren
random seed: &Zufällige Nummer random seed: &Zufällige Nummer
fixed seed: &Eingestellte Nummer fixed seed: &Eingestellte Nummer
#_ADD add custom pack: Add &Custom Pack... add custom pack: Benutzerdefiniertes Paket hinzufügen...
# Console panel # Console panel
#_ADD evaluate: &Evaluate evaluate: Auswerten
clear: &Leeren Sie
# Welcome # Welcome
new set: Neue Edition new set: Neue Edition
@@ -576,18 +620,19 @@ button:
last opened set: Zuletzt geöffnet: last opened set: Zuletzt geöffnet:
# Preferences # Preferences
#_ADD open sets in new window: Open all sets in a new &window open sets in new window: Alle Sets in einem neuen Fenster öffnen
select: &OK... select: &OK...
browse: &Durchsuchen... browse: &Durchsuchen...
high quality: &High-quality-Rendern high quality: &High-quality-Rendern
show lines: Hilfslinien anzeigen show lines: Hilfslinien anzeigen
show editing hints: Zeigt Hilfen beim B&earbeiten an show editing hints: Zeigt Hilfen beim B&earbeiten an
zoom export: Zoom- und Dreheinstellungen beim Export verwenden zoom export: Zoom- und Dreheinstellungen beim Export verwenden
#_ADD spellcheck enabled: Show &spelling errors on cards spellcheck enabled: Rechtschreibfehler auf Karten anzeigen
check now: &Jetzt überprüfen check now: &Jetzt überprüfen
always: Immer (empfohlen) always: Immer (empfohlen)
if internet connection exists: Wenn Internetverbindung besteht if internet connection exists: Wenn Internetverbindung besteht
never: Niemals never: Niemals
internal image extension: Speichern Sie Bilder intern mit der Dateierweiterung
# Column select # Column select
move up: A&ufwärts move up: A&ufwärts
@@ -623,7 +668,7 @@ button:
don't install package: &Nicht installieren don't install package: &Nicht installieren
install package: &Installieren install package: &Installieren
upgrade package: &Upgraden upgrade package: &Upgraden
#_ADD reinstall package: Re&install reinstall package: Neu &installieren
remove package: &Entfernen remove package: &Entfernen
install group: &Installiere alle install group: &Installiere alle
upgrade group: &Upgrade alle upgrade group: &Upgrade alle
@@ -640,6 +685,7 @@ title:
new set: Neue Edition new set: Neue Edition
open set: Edition öffnen open set: Edition öffnen
save set: Edition speichern als save set: Edition speichern als
save set as directory: Als Verzeichnis speichern
save image: Bild speichern save image: Bild speichern
updates available: Updates verfügbar updates available: Updates verfügbar
save changes: Änderungen speichern? save changes: Änderungen speichern?
@@ -649,17 +695,19 @@ title:
global: Global global: Global
display: Aussehen display: Aussehen
directories: Verzeichnisse directories: Verzeichnisse
internal: Intern
updates: Updates updates: Updates
update check: Auf Updates überprüfen update check: Auf Updates überprüfen
locate apprentice: Apprentice lokalisieren locate apprentice: Apprentice lokalisieren
# select # select
select columns: Wähle Spalten select columns: Wähle Spalten
select cards: Wähle Karten select cards: Wähle Karten
select cards export:Wählen die Export-Karten select cards export: Wählen die Export-Karten
select cards print: Wählen Sie die Karten aus, die Sie drucken möchten
# slice # slice
slice image: Bildeinstellungen slice image: Bildeinstellungen
#_ADD # pack # pack
#_ADD custom pack: Custom Pack Type custom pack: Benutzerdefinierter Pakettyp
# print # print
print preview: Druckvorschau print preview: Druckvorschau
# export # export
@@ -692,7 +740,8 @@ action:
cut: Ausschneiden cut: Ausschneiden
paste: Einfügen paste: Einfügen
auto replace: Automatisches Ersetzen auto replace: Automatisches Ersetzen
#_ADD correct: Spelling Correction correct: Rechtschreibkorrektur
# Choice/color editors # Choice/color editors
change: Ändere %s change: Ändere %s
@@ -720,7 +769,7 @@ action:
# Symmetry # Symmetry
add symmetry: Symmetrieachse hinzufügen add symmetry: Symmetrieachse hinzufügen
#remove symmetry: Symmetrieachse entfernen remove symmetry: Symmetrieachse entfernen
move symmetry center: Symmetrieachsenmitte bewegen move symmetry center: Symmetrieachsenmitte bewegen
move symmetry handle: Symmetrieachse ändern move symmetry handle: Symmetrieachse ändern
change symmetry type: Symmetrieachsentyp ändern change symmetry type: Symmetrieachsentyp ändern
@@ -780,9 +829,9 @@ error:
Diese Datei wurde mit einer neueren Version von MSE erstellt. (%s) Diese Datei wurde mit einer neueren Version von MSE erstellt. (%s)
Das Öffnen würde zum Verlust von Informationen führen. Das Öffnen würde zum Verlust von Informationen führen.
Bitte laden Sie sich die neuste Version unter Bitte laden Sie sich die neuste Version unter
http:://magicseteditor.sourceforge.net/ herunter. https://magicseteditor.boards.net/page/downloads herunter.
word list type not found: %s ist nicht bei <Wortliste> gelistet word list type not found: %s ist nicht bei <Wortliste> gelistet
#_ADD pack type not found: The pack type "%s" was not found (from a pack type) pack type not found: Der Pakettyp „%s wurde nicht gefunden (von einem Pakettyp)
# Update checking # Update checking
checking updates failed: Update schlug fehl. checking updates failed: Update schlug fehl.
@@ -791,13 +840,13 @@ error:
# Stats panel # Stats panel
dimension not found: Keine Statistikdimension '%s' dimension not found: Keine Statistikdimension '%s'
#_ADD # Random packs # Random packs
#_ADD pack type duplicate name: pack type duplicate name:
There is already a pack type named '%s'. Es gibt bereits einen Pakettyp namens „%s.
Please choose a different name. Bitte wählen Sie einen anderen Namen.
#_ADD
# Package update window # Package update window
# checking updates: Suche nach Updates. checking updates: Suche nach Updates.
can't download installer: can't download installer:
Konnte nicht Installer für Package %s von %s herunterladen. Konnte nicht Installer für Package %s von %s herunterladen.
Es wurde nichts installiert. Es wurde nichts installiert.
@@ -820,56 +869,58 @@ error:
############################################################## Types used in scripts / shape names ############################################################## Types used in scripts / shape names
type: type:
function: function function: funktion
collection: collection collection: sammlung
collection of: collection of %ss collection of: sammlung von %ss
object: object object: objekt
double: real number double: reelle Zahl
integer: integer number integer: ganze Zahl
string: string string: zeichenfolge
boolean: boolean boolean: boolescher Wert
color: color color: farbe
image: image image: bild
#_ADD date: date date: datum
nil: nothing nil: nichts
# Object types # Object types
package: package package: paket
locale: translation locale: übersetzung
game: game game: spiel
set: set set: satz
stylesheet: stylesheet stylesheet: stylesheet
export template:export template export template: exportvorlage
symbol: symbol symbol: symbol
card: card card: karte
cards: cards cards: karten
field: field field: feld
style: style style: stil
value: value value: wert
keyword: keyword keyword: stichwort
keywords: keywords keywords: schlüsselwörter
#_ADD pack: pack type pack: packungstyp
card region: kartenregion
card regions: kartenregionen
# Symbol editor shapes # Symbol editor shapes
shape: shape shape: form
shapes: shapes shapes: formen
circle: circle circle: kreis
ellipse: ellipse ellipse: ellipse
square: square square: quadrat
rectangle: rectangle rectangle: rechteck
triangle: triangle triangle: dreieck
rhombus: rhombus rhombus: rhombus
pentagon: pentagon pentagon: pentagon
hexagon: hexagon hexagon: hexagon
polygon: polygon polygon: polygon
star: star star: stern
rotation: rotation rotation: drehung
reflection: reflection reflection: betrachtung
group: group group: gruppe
point: point point: punkt
points: points points: punkte
############################################################## Magic ############################################################## Magic
package: package:
@@ -934,4 +985,3 @@ package:
menu item B/G/W: Schwarz/Grün/Weiß B/G/W menu item B/G/W: Schwarz/Grün/Weiß B/G/W
menu item R/W/U: Rot/Weiß/Blau R/W/U menu item R/W/U: Rot/Weiß/Blau R/W/U
menu item G/U/B: Grün/Blau/Schwarz G/U/B menu item G/U/B: Grün/Blau/Schwarz G/U/B

View File

View File

View File

View File

729
data/dictionaries/de_DE.aff Normal file
View File

@@ -0,0 +1,729 @@
# this is the affix file of the de_DE Hunspell dictionary
# derived from the igerman98 dictionary
#
# Version: 20161207+frami20170109
#
# Copyright (C) 1998-2016 Björn Jacke <bjoern@j3e.de>
#
# License: GPLv2, GPLv3
# There should be a copy of both of this licenses included
# with every distribution of this dictionary. Modified
# versions using the GPL may only include the GPL
SET UTF-8
TRY esijanrtolcdugmphbyfvkwqxzäüößáéêàâñESIJANRTOLCDUGMPHBYFVKWQXZÄÜÖÉ-.
PFX U Y 1
PFX U 0 un .
PFX V Y 1
PFX V 0 ver .
SFX F Y 35
SFX F 0 nen in
SFX F e in e
SFX F e innen e
SFX F 0 in [^i]n
SFX F 0 innen [^i]n
SFX F 0 in [^enr]
SFX F 0 innen [^enr]
SFX F 0 in [^e]r
SFX F 0 innen [^e]r
SFX F 0 in [^r]er
SFX F 0 innen [^r]er
SFX F 0 in [^e]rer
SFX F 0 innen [^e]rer
SFX F 0 in ierer
SFX F 0 innen ierer
SFX F er in [^i]erer
SFX F er innen [^i]erer
SFX F in In in
SFX F in Innen in
SFX F e In e
SFX F e Innen e
SFX F 0 In [^i]n
SFX F 0 Innen [^i]n
SFX F 0 In [^en]
SFX F 0 Innen [^en]
SFX F 0 In [^e]r
SFX F 0 Innen [^e]r
SFX F 0 In [^r]er
SFX F 0 Innen [^r]er
SFX F 0 In [^e]rer
SFX F 0 Innen [^e]rer
SFX F 0 In ierer
SFX F 0 Innen ierer
SFX F er In [^i]erer
SFX F er Innen [^i]erer
#SFX F en innen en
#SFX F en Innen en
SFX L N 12
SFX L 0 tlich n
SFX L 0 tliche n
SFX L 0 tlicher n
SFX L 0 tliches n
SFX L 0 tlichem n
SFX L 0 tlichen n
SFX L 0 lich [^n]
SFX L 0 liche [^n]
SFX L 0 licher [^n]
SFX L 0 liches [^n]
SFX L 0 lichem [^n]
SFX L 0 lichen [^n]
#SFX H N 2
#SFX H 0 heit .
#SFX H 0 heiten .
#SFX K N 2
#SFX K 0 keit .
#SFX K 0 keiten .
SFX M N 10
SFX M 0 chen [^se]
SFX M 0 chens [^se]
SFX M ass ässchen ass
SFX M ass ässchens ass
SFX M oss össchen oss
SFX M oss össchens oss
SFX M uss üsschen uss
SFX M uss üsschens uss
SFX M e chen e
SFX M e chens e
SFX A Y 46
SFX A 0 r e
SFX A 0 n e
SFX A 0 m e
SFX A 0 s e
SFX A 0 e [^elr]
SFX A 0 er [^elr]
SFX A 0 en [^elr]
SFX A 0 em [^elr]
SFX A 0 es [^elr]
SFX A 0 e [^e][rl]
SFX A 0 er [^e][rl]
SFX A 0 en [^e][rl]
SFX A 0 em [^e][rl]
SFX A 0 es [^e][rl]
SFX A 0 e [^u]er
SFX A 0 er [^u]er
SFX A 0 en [^u]er
SFX A 0 em [^u]er
SFX A 0 es [^u]er
SFX A er re uer
SFX A er rer uer
SFX A er ren uer
SFX A er rem uer
SFX A er res uer
SFX A 0 e [eil]el
SFX A 0 er [eil]el
SFX A 0 en [eil]el
SFX A 0 em [eil]el
SFX A 0 es [eil]el
SFX A el le [^eil]el
SFX A el ler [^eil]el
SFX A el len [^eil]el
SFX A el lem [^eil]el
SFX A el les [^eil]el
SFX A lig elig [^aeiouhlräüö]lig
SFX A lig elige [^aeiouhlräüö]lig
SFX A lig eliger [^aeiouhlräüö]lig
SFX A lig eligen [^aeiouhlräüö]lig
SFX A lig eligem [^aeiouhlräüö]lig
SFX A lig eliges [^aeiouhlräüö]lig
SFX A erig rig [^hi]erig
SFX A erig rige [^hi]erig
SFX A erig riger [^hi]erig
SFX A erig rigen [^hi]erig
SFX A erig rigem [^hi]erig
SFX A erig riges [^hi]erig
SFX C Y 100
SFX C 0 ere [^elr]
SFX C 0 erer [^elr]
SFX C 0 eren [^elr]
SFX C 0 erem [^elr]
SFX C 0 eres [^elr]
SFX C 0 re e
SFX C 0 rer e
SFX C 0 ren e
SFX C 0 rem e
SFX C 0 res e
SFX C 0 ere [^e][lr]
SFX C 0 erer [^e][lr]
SFX C 0 eren [^e][lr]
SFX C 0 erem [^e][lr]
SFX C 0 eres [^e][lr]
SFX C el lere el
SFX C el lerer el
SFX C el leren el
SFX C el lerem el
SFX C el leres el
SFX C er rere uer
SFX C er rerer uer
SFX C er reren uer
SFX C er rerem uer
SFX C er reres uer
SFX C 0 ere [^u]er
SFX C 0 erer [^u]er
SFX C 0 eren [^u]er
SFX C 0 erem [^u]er
SFX C 0 eres [^u]er
SFX C lig eligere [^aeiouhlräüö]lig
SFX C lig eligerer [^aeiouhlräüö]lig
SFX C lig eligeren [^aeiouhlräüö]lig
SFX C lig eligerem [^aeiouhlräüö]lig
SFX C lig eligeres [^aeiouhlräüö]lig
SFX C erig rigere [^hi]erig
SFX C erig rigerer [^hi]erig
SFX C erig rigeren [^hi]erig
SFX C erig rigerem [^hi]erig
SFX C erig rigeres [^hi]erig
SFX C 0 est [kßsuxz]
SFX C 0 este [kßsuxz]
SFX C 0 ester [kßsuxz]
SFX C 0 esten [kßsuxz]
SFX C 0 estem [kßsuxz]
SFX C 0 estes [kßsuxz]
SFX C 0 st et
SFX C 0 ste et
SFX C 0 ster et
SFX C 0 sten et
SFX C 0 stem et
SFX C 0 stes et
SFX C 0 st igt
SFX C 0 ste igt
SFX C 0 ster igt
SFX C 0 sten igt
SFX C 0 stem igt
SFX C 0 stes igt
SFX C 0 est [^i]gt
SFX C 0 este [^i]gt
SFX C 0 ester [^i]gt
SFX C 0 esten [^i]gt
SFX C 0 estem [^i]gt
SFX C 0 estes [^i]gt
SFX C 0 est [^eg]t
SFX C 0 este [^eg]t
SFX C 0 ester [^eg]t
SFX C 0 esten [^eg]t
SFX C 0 estem [^eg]t
SFX C 0 estes [^eg]t
SFX C 0 st [^kßstxz]
SFX C 0 ste [^kßstxz]
SFX C 0 ster [^kßstxz]
SFX C 0 sten [^kßstxz]
SFX C 0 stem [^kßstxz]
SFX C 0 stes [^kßstxz]
SFX C 0 st nd
SFX C 0 ste nd
SFX C 0 ster nd
SFX C 0 sten nd
SFX C 0 stem nd
SFX C 0 stes nd
SFX C 0 est [^n]d
SFX C 0 este [^n]d
SFX C 0 ester [^n]d
SFX C 0 esten [^n]d
SFX C 0 estem [^n]d
SFX C 0 estes [^n]d
SFX C lig eligst [^aeiouhlräüö]lig
SFX C lig eligste [^aeiouhlräüö]lig
SFX C lig eligster [^aeiouhlräüö]lig
SFX C lig eligsten [^aeiouhlräüö]lig
SFX C lig eligstem [^aeiouhlräüö]lig
SFX C lig eligstes [^aeiouhlräüö]lig
SFX C erig rigst [^hi]erig
SFX C erig rigste [^hi]erig
SFX C erig rigster [^hi]erig
SFX C erig rigsten [^hi]erig
SFX C erig rigstem [^hi]erig
SFX C erig rigstes [^hi]erig
SFX E Y 1
SFX E 0 e .
SFX f Y 4
SFX f ph f ph
SFX f ph fen ph
SFX f phie fie phie
SFX f phie fien phie
SFX N Y 1
SFX N 0 n .
SFX P Y 1
SFX P 0 en .
SFX p Y 26
SFX p auf äufe auf
SFX p auf äufen auf
SFX p aus äuser [hH]aus
SFX p aus äusern [hH]aus
SFX p arkt ärkte [mM]arkt
SFX p arkt ärkten [mM]arkt
SFX p ang änge ang
SFX p ang ängen ang
SFX p uß üße uß
SFX p uß üßen uß
SFX p oß öße oß
SFX p oß ößen oß
SFX p aum äume aum
SFX p aum äumen aum
SFX p ag äge ag
SFX p ag ägen ag
SFX p ug üge ug
SFX p ug ügen ug
SFX p all älle all
SFX p all ällen all
SFX p ass ässe ass
SFX p ass ässen ass
SFX p uss üsse uss
SFX p uss üssen uss
SFX p oss össe oss
SFX p oss össen oss
# last ...oss rules are for swiss de_CH only - but do not affect de_DE
SFX R Y 3
SFX R 0 er [^e]
SFX R 0 ern [^e]
SFX R 0 r e
SFX S Y 1
SFX S 0 s .
SFX q Y 2
SFX q 0 se s
SFX q 0 sen s
SFX Q Y 1
SFX Q 0 ses s
#SFX Q 0 se s
#SFX Q 0 sen s
SFX T Y 1
SFX T 0 es .
SFX J Y 12
SFX J n ung [bgkpßsz]eln
SFX J n ungen [bgkpßsz]eln
SFX J eln lung eln
SFX J n ung ern
SFX J en ung en
SFX J eln lungen eln
SFX J n ungen ern
SFX J en ungen en
SFX J 0 ung [^n]
SFX J 0 ungen [^n]
SFX J el lung el
SFX J el lungen el
SFX B N 12
SFX B n bar e[lr]n
SFX B n bare e[lr]n
SFX B n baren e[lr]n
SFX B n barer e[lr]n
SFX B n bares e[lr]n
SFX B n barem e[lr]n
SFX B en bar en
SFX B en bare en
SFX B en baren en
SFX B en barer en
SFX B en bares en
SFX B en barem en
SFX D Y 6
SFX D 0 d n
SFX D 0 de n
SFX D 0 den n
SFX D 0 der n
SFX D 0 des n
SFX D 0 dem n
SFX W Y 5
SFX W en 0 en
SFX W n 0 [^e]n
SFX W st 0 [^s]st
SFX W t 0 sst
SFX W t 0 [^s]t
SFX I Y 16
SFX I n 0 en
SFX I eln le eln
SFX I n e eln
SFX I ern re ern
SFX I n e ern
SFX I n t e[lr]n
SFX I n t [dt]en
SFX I en t [^dimnt]en
SFX I en t eien
SFX I n t [^e]ien
SFX I n t chnen
SFX I en t [^c]h[mn]en
SFX I n t [^aäehilmnoöuür][mn]en
SFX I en t [aäeilmnoöuür][mn]en
SFX I n e un
SFX I n t un
SFX X Y 26
SFX X n t e[lr]n
SFX X n t [dtw]en
SFX X en t eien
SFX X n t [^e]ien
SFX X en t [^ditmnw]en
SFX X n t chnen
SFX X en t [^c]h[mn]en
SFX X n t [^aäehilmnoöuür][mn]en
SFX X en t [aäeilmnoöuür][mn]en
SFX X n t un
SFX X st 0 tst
SFX X n st e[lr]n
SFX X n st [dtw]en
SFX X en st [^dimnßstwzx]en
SFX X en st eien
SFX X n st [^e]ien
SFX X n st chnen
SFX X en st [^c]h[mn]en
SFX X n st [^aäehilmnoöuür][mn]en
SFX X en st [aäeilmnoöuür][mn]en
SFX X n st un
SFX X n st [ßsxz]en
SFX X n st ssen
SFX X n st schen
SFX X t st [^sz]t
SFX X t est zt
SFX Y Y 36
SFX Y n te e[lr]n
SFX Y n te [dtw]en
SFX Y en te [^dimntw]en
SFX Y en te eien
SFX Y n te [^e]ien
SFX Y n te chnen
SFX Y en te [^c]h[mn]en
SFX Y n te [^aäehilmnoöuür][mn]en
SFX Y en te [aäeilmnoöuür][mn]en
SFX Y n test e[lr]n
SFX Y n test [dtw]en
SFX Y en test [^dimntw]en
SFX Y en test eien
SFX Y n test [^e]ien
SFX Y n test chnen
SFX Y en test [^c]h[mn]en
SFX Y n test [^aäehilmnoöuür][mn]en
SFX Y en test [aäeilmnoöuür][mn]en
SFX Y n tet e[lr]n
SFX Y n tet [dtw]en
SFX Y en tet [^dimntw]en
SFX Y en tet eien
SFX Y n tet [^e]ien
SFX Y n tet chnen
SFX Y en tet [^c]h[mn]en
SFX Y n tet [^aäehilmnoöuür][mn]en
SFX Y en tet [aäeilmnoöuür][mn]en
SFX Y n ten e[lr]n
SFX Y n ten [dtw]en
SFX Y en ten [^dimntw]en
SFX Y en ten eien
SFX Y n ten [^e]ien
SFX Y n ten chnen
SFX Y en ten [^c]h[mn]en
SFX Y n ten [^aäehilmnoöuür][mn]en
SFX Y en ten [aäeilmnoöuür][mn]en
SFX Z Y 15
SFX Z 0 st [^hßsz]
SFX Z 0 st [^c]h
SFX Z 0 st [^s]ch
SFX Z 0 est [dfkstz]
SFX Z 0 est ch
SFX Z 0 est [au]ß
SFX Z 0 est ieß
SFX Z 0 est [io]ss
SFX Z 0 t [^dt]
SFX Z 0 et [dt]
SFX Z 0 n e
SFX Z 0 en ie
SFX Z 0 en [^e]
SFX Z 0 est iess
SFX Z 0 est [au]ss
# last two ...ss rules only used for swiss de_CH - but de_DE is unaffected
SFX O Y 21
SFX O n tes e[lr]n
SFX O n tes [dtw]en
SFX O en tes [^dmntw]en
SFX O n tes chnen
SFX O en tes [^c]h[mn]en
SFX O n tes [^aäehilmnoöuür][mn]en
SFX O en tes [aäeilmnoöuür][mn]en
SFX O n ter e[lr]n
SFX O n ter [dtw]en
SFX O en ter [^dmntw]en
SFX O n ter chnen
SFX O en ter [^c]h[mn]en
SFX O n ter [^aäehilmnoöuür][mn]en
SFX O en ter [aäeilmnoöuür][mn]en
SFX O n tem e[lr]n
SFX O n tem [dtw]en
SFX O en tem [^dmntw]en
SFX O n tem chnen
SFX O en tem [^c]h[mn]en
SFX O n tem [^aäehilmnoöuür][mn]en
SFX O en tem [aäeilmnoöuür][mn]en
REP 28
REP f ph
REP ph f
REP ß ss
REP ss ß
REP s ss
REP ss s
REP i ie
REP ie i
REP ee e
REP o oh
REP oh o
REP a ah
REP ah a
REP e eh
REP eh e
REP ae ä
REP oe ö
REP ue ü
REP Ae Ä
REP Oe Ö
REP Ue Ü
REP d t
REP t d
REP th t
REP t th
REP r rh
REP ch k
REP k ch
#REP eee ee-E
# this one will allow "-Eltern" - Hunspell 1.1.5 bug, but CHECKSHARPS obsoletes LANG de_DE
#LANG de_DE
CHECKSHARPS
COMPOUNDBEGIN x
COMPOUNDMIDDLE y
COMPOUNDEND z
FORBIDDENWORD d
# Prefixes are allowed at the beginning of compounds,
# suffixes are allowed at the end of compounds by default:
# (prefix)?(root)+(affix)?
# Affixes with COMPOUNDPERMITFLAG may be inside of compounds.
COMPOUNDPERMITFLAG c
ONLYINCOMPOUND o
# my PSEUDOROOT h(elper) flag
NEEDAFFIX h
# forbid uppercase characters at compound word bounds
# BUT I want to take care about it myself ;-)
# CHECKCOMPOUNDCASE
KEEPCASE w
# Affixes signed with CIRCUMFIX flag may be on a word when this word also has a prefix with CIRCUMFIX flag and vice versa.
# for decapitalizing nouns with fogemorphemes
CIRCUMFIX f
# this one would make a separate dict entry "Denkmalsschutz" invalidate the
# compound of "Denkmal"+"schutz". We do not want this feature here...
# CHECKCOMPOUNDREP
# make not all possible suggestions for typos of Flicken or some rare words
NOSUGGEST n
WORDCHARS ß-.
# - setting this to 2 decreases performance by 1/10 but is needed for "öl" and "ei"
# - setting this to 1 for handling Fuge-elements with dashes (Arbeits-) dash will
# be a special word but - is handled as a affix now
COMPOUNDMIN 2
# this ones are for Duden R36 (old orthography)
#CHECKCOMPOUNDPATTERN 2 #oldspell
#CHECKCOMPOUNDPATTERN ee e #oldspell
#CHECKCOMPOUNDPATTERN oo o #oldspell
# also need oo o
# this one needs to be flagable to be used for old orthography
#CHECKCOMPOUNDTRIPLE
PFX i Y 1
PFX i 0 -/coyf .
SFX j Y 3
SFX j 0 0/xoc .
SFX j 0 -/zocf .
SFX j 0 -/cz .
# Female forms for compound/Compound words:
# attention: [^e][^n] does also filter out "...er" !
SFX g Y 12
SFX g 0 innen/xyoc [^n]
SFX g en innen/xyoc en
SFX g 0 Innen/xyoc [^n]
SFX g en Innen/xyoc en
SFX g 0 innen/xyocf [^n]
SFX g en innen/xyocf en
SFX g 0 Innen/xyocf [^n]
SFX g en Innen/xyocf en
SFX g 0 innen-/cz [^n]
SFX g en innen-/cz en
SFX g 0 Innen-/cz [^n]
SFX g en Innen-/cz en
PFX k Y 2
PFX k 0 -/coxf .
PFX k 0 0/coy .
SFX e Y 2
SFX e 0 0/yoc .
SFX e 0 -/zc .
# for Uppercased end-words to prepend - and lowercase: (Tier/EPSm) (EX: Bettbezüge und *-laken*)
# AND
# for lowercased end-words to prepend - and re-uppercase : (tier/EPSozm) (EX: Arbeits*-Tier*)
#PFX m A -a/co A
#PFX m a -/ a
PFX m Y 58
PFX m A -a A
PFX m B -b B
PFX m C -c C
PFX m D -d D
PFX m E -e E
PFX m F -f F
PFX m G -g G
PFX m H -h H
PFX m I -i I
PFX m J -j J
PFX m K -k K
PFX m L -l L
PFX m M -m M
PFX m N -n N
PFX m O -o O
PFX m P -p P
PFX m Q -q Q
PFX m R -r R
PFX m S -s S
PFX m T -t T
PFX m U -u U
PFX m V -v V
PFX m W -w W
PFX m X -x X
PFX m Y -y Y
PFX m Z -z Z
PFX m Ä -ä Ä
PFX m Ö -ö Ö
PFX m Ü -ü Ü
PFX m a -A/co a
PFX m b -B/co b
PFX m c -C/co c
PFX m d -D/co d
PFX m e -E/co e
PFX m f -F/co f
PFX m g -G/co g
PFX m h -H/co h
PFX m i -I/co i
PFX m j -J/co j
PFX m k -K/co k
PFX m l -L/co l
PFX m m -M/co m
PFX m n -N/co n
PFX m o -O/co o
PFX m p -P/co p
PFX m q -Q/co q
PFX m r -R/co r
PFX m s -S/co s
PFX m t -T/co t
PFX m u -U/co u
PFX m v -V/co v
PFX m w -W/co w
PFX m x -X/co x
PFX m y -Y/co y
PFX m z -Z/co z
PFX m ä -Ä/co ä
PFX m ö -Ö/co ö
PFX m ü -Ü/co ü
# Decapitalizing: (not used ATM... )
# /co(f) : compound permit, in coumpount only, (decapitalizing with fogemorphemes)
#PFX l Y 29
#PFX l A a/co A
#PFX l Ä ä/co Ä
#PFX l B b/co B
#PFX l C c/co C
#PFX l D d/co D
#PFX l E e/co E
#PFX l F f/co F
#PFX l G g/co G
#PFX l H h/co H
#PFX l I i/co I
#PFX l J j/co J
#PFX l K k/co K
#PFX l L l/co L
#PFX l M m/co M
#PFX l N n/co N
#PFX l O o/co O
#PFX l Ö ö/co Ö
#PFX l P p/co P
#PFX l Q q/co Q
#PFX l R r/co R
#PFX l S s/co S
#PFX l T t/co T
#PFX l U u/co U
#PFX l Ü ü/co Ü
#PFX l V v/co V
#PFX l W w/co W
#PFX l X x/co X
#PFX l Y y/co Y
#PFX l Z z/co Z
# private hunspell flags:
# --x : not for capmain (rare words)
# With "BREAK -" some wrong forms are accepted but that is needed for US-Wirtschaft etc.
# So enabling this is the lesser evil. No perfect solution found so far...
BREAK 2
BREAK -
BREAK .

258218
data/dictionaries/de_DE.dic Normal file

File diff suppressed because it is too large Load Diff

6907
data/dictionaries/es_ES.aff Normal file

File diff suppressed because it is too large Load Diff

70158
data/dictionaries/es_ES.dic Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

View File

122134
data/dictionaries/ko_KO.aff Normal file

File diff suppressed because it is too large Load Diff

102253
data/dictionaries/ko_KO.dic Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1,9 +1,10 @@
mse version: 2.0.2 mse version: 2.0.2
installer group: translations/English installer group: translations/english
full name: English full name: English
version: 2020-05-15 version: 2023-11-19
icon: usgb.png icon: usgb.png
############################################################## Menu items ############################################################## Menu items
menu: menu:
file: &File file: &File
@@ -68,6 +69,7 @@ menu:
format: F&ormat format: F&ormat
bold: &Bold Ctrl+B bold: &Bold Ctrl+B
italic: &Italic Ctrl+I italic: &Italic Ctrl+I
underline: &Underline Ctrl+U
symbols: &Symbols Ctrl+M symbols: &Symbols Ctrl+M
reminder text: &Reminder Text Ctrl+R reminder text: &Reminder Text Ctrl+R
insert symbol: I&nsert Symbol insert symbol: I&nsert Symbol
@@ -81,6 +83,9 @@ menu:
scatter: S&catter Plot 4 scatter: S&catter Plot 4
scatter pie: Sc&atter-Pie 5 scatter pie: Sc&atter-Pie 5
console: Console
clear console: &Clear Console Ctrl+L
window: &Window window: &Window
new window: &New Window new window: &New Window
cards tab: &Cards Alt+1 cards tab: &Cards Alt+1
@@ -89,7 +94,7 @@ menu:
keywords tab: &Keywords Alt+4 keywords tab: &Keywords Alt+4
stats tab: S&tatistics Alt+5 stats tab: S&tatistics Alt+5
random pack tab: &Random Packs Alt+6 random pack tab: &Random Packs Alt+6
console tab: &Console Alt+7 console tab: C&onsole Alt+7
help: &Help help: &Help
index: &Index... F1 index: &Index... F1
@@ -103,7 +108,7 @@ menu:
save symbol: &Save Ctrl+S save symbol: &Save Ctrl+S
save symbol as: Save &As... F12 save symbol as: Save &As... F12
store symbol: S&tore Ctrl+Enter store symbol: S&tore Ctrl+Enter
close symbol editor:Close Alt+F4 close symbol editor: Close Alt+F4
duplicate: &Duplicate Ctrl+D duplicate: &Duplicate Ctrl+D
group: &Group Ctrl+G group: &Group Ctrl+G
@@ -185,6 +190,7 @@ help:
#format: #format:
bold: Makes the selected text bold bold: Makes the selected text bold
italic: Makes the selected text italic italic: Makes the selected text italic
underline: Makes the selected text underlined
symbols: Draws the selected text with symbols symbols: Draws the selected text with symbols
reminder text: Show reminder text for the selected keyword reminder text: Show reminder text for the selected keyword
# spelling # spelling
@@ -197,6 +203,9 @@ help:
scatter: A scatter plot, the size indicates the number of cards scatter: A scatter plot, the size indicates the number of cards
scatter pie: A scatter plot where each item is a small pie graph scatter pie: A scatter plot where each item is a small pie graph
#console:
clear console: Clear the console
#window: #window:
new window: Creates another window to edit the same set new window: Creates another window to edit the same set
cards tab: Edit the cards in the set cards tab: Edit the cards in the set
@@ -207,11 +216,15 @@ help:
random pack tab: Try how the set works out in practice by generating random booster packs. random pack tab: Try how the set works out in practice by generating random booster packs.
console tab: Shows error messages and allows executing script commands. console tab: Shows error messages and allows executing script commands.
#help: help:
index: index:
website: website:
about: about:
# New Set Window
search game list control: Filter the game list. Use - to exclude games. Use field: to search in a specific field. Use quotes for literal search. Separate multiple queries with a space.
search stylesheet list control: Filter the stylesheet list. Use - to exclude styles. Use field: to search in a specific field. Use quotes for literal search. Separate multiple queries with a space.
# Cards panel # Cards panel
collapse notes: Hide the card notes box collapse notes: Hide the card notes box
expand notes: Show the card notes box expand notes: Show the card notes box
@@ -241,7 +254,7 @@ help:
save symbol: Save the symbol save symbol: Save the symbol
save symbol as: Save the symbol under a diferent filename save symbol as: Save the symbol under a diferent filename
store symbol: Stores the symbol in the set store symbol: Stores the symbol in the set
close symbol editor:Closes the symbol editor close symbol editor: Closes the symbol editor
duplicate: Duplicates the selected shapes duplicate: Duplicates the selected shapes
group: Group the selected shapes together group: Group the selected shapes together
@@ -349,15 +362,17 @@ tool:
smooth point: Smooth smooth point: Smooth
symmetric point: Symmetric symmetric point: Symmetric
clear console: Clear Console
############################################################## Toolbar help text ############################################################## Toolbar help text
tooltip: tooltip:
cards tab: cards tab: Cards list
set info tab: Set information set info tab: Set information
style tab: style tab: Styling options
keywords tab: keywords tab: Keywords
stats tab: stats tab: Statistics
random pack tab: Random packs random pack tab: Random pack generation
console tab: console tab: Errors and Warnings
new set: New set new set: New set
open set: Open set open set: Open set
@@ -379,6 +394,7 @@ tooltip:
bold: Bold bold: Bold
italic: Italic italic: Italic
underline: Underline
symbols: Symbols symbols: Symbols
reminder text: Reminder Text reminder text: Reminder Text
@@ -424,6 +440,8 @@ tooltip:
smooth point: Make point smooth smooth point: Make point smooth
symmetric point: Make point symmetric symmetric point: Make point symmetric
clear console: Clear Console
############################################################## Labels in the GUI ############################################################## Labels in the GUI
label: label:
# Cards tab # Cards tab
@@ -452,6 +470,9 @@ label:
seed: Seed seed: Seed
total cards: Total total cards: Total
# Open dialogs
all files: All Files
# Other set window dialogs # Other set window dialogs
save changes: save changes:
The set '%s' has changed. The set '%s' has changed.
@@ -461,6 +482,8 @@ label:
# New set window # New set window
game type: &Game type: game type: &Game type:
style type: &Card style: style type: &Card style:
search game list: Filter Games
search stylesheet list: Filter Stylesheets
stylesheet not found: stylesheet not found:
The set you are trying to open uses the stylesheet "%s". The set you are trying to open uses the stylesheet "%s".
@@ -471,11 +494,18 @@ label:
windows: Open sets windows: Open sets
app language: Language of the user interface: app language: Language of the user interface:
card display: Card Display card display: Card Display
storage: Storage
zoom: &Zoom: zoom: &Zoom:
export: &Export:
scale: &Internal Scale:
percent of normal: % of normal size percent of normal: % of normal size
external programs: External programs external programs: External programs
apprentice: &Apprentice: apprentice: &Apprentice:
apprentice exe: Apprentice Executable apprentice exe: Apprentice Executable
internal scale desc:
Scale to internally store card images at.
Changing this may impact how Sharpening looks.
Does not retroactively apply to existing images.
check at startup: Check for new versions at startup check at startup: Check for new versions at startup
checking requires internet: checking requires internet:
Checking for updates requires an internet connection. Checking for updates requires an internet connection.
@@ -489,6 +519,7 @@ label:
# Card select / images export # Card select / images export
select cards: Cards to export select cards: Cards to export
select cards print: Select cards to print
selected card count: %s cards will be exported. selected card count: %s cards will be exported.
filename format: &Format: filename format: &Format:
filename conflicts: &Handle duplicating filenames: filename conflicts: &Handle duplicating filenames:
@@ -501,11 +532,13 @@ label:
# Html export # Html export
html template: Template: html template: Template:
html export options:Export options html export options: Export options
# Image slicer # Image slicer
original: Original: original: Original:
result: Result: result: Result:
original with dimensions: Original (%s x %s):
result with dimensions: Result (%s x %s):
size: Size size: Size
original size: &Original Size original size: &Original Size
size to fit: Size to &Fit size to fit: Size to &Fit
@@ -516,7 +549,10 @@ label:
selection top: &Top selection top: &Top
selection width: &Width selection width: &Width
selection height: &Height selection height: &Height
#zoom: Zoom selection center: Center
selection center vertically: Center Vertically
selection center horizontally: Center Horizontally
selection center both: Center Both
fix aspect ratio: Fix aspect ratio (width/height) fix aspect ratio: Fix aspect ratio (width/height)
zoom amount: Zoom zoom amount: Zoom
zoom amount x: Zoom &X zoom amount x: Zoom &X
@@ -575,6 +611,7 @@ button:
# Console panel # Console panel
evaluate: &Evaluate evaluate: &Evaluate
clear: &Clear
# Welcome # Welcome
new set: New set new set: New set
@@ -589,12 +626,13 @@ button:
high quality: &High quality rendering high quality: &High quality rendering
show lines: Show &lines around fields show lines: Show &lines around fields
show editing hints: Show boxes and hints for &editing show editing hints: Show boxes and hints for &editing
zoom export: Use zoom and rotation settings when e&xporting zoom export: Use Viewer zoom and rotation settings when e&xporting
spellcheck enabled: Show &spelling errors on cards spellcheck enabled: Show &spelling errors on cards
check now: Check &Now check now: Check &Now
always: Always always: Always
if internet connection exists: If internet connection exists if internet connection exists: If internet connection exists
never: Never never: Never
internal image extension: Store images internally with file extension
# Column select # Column select
move up: Move &Up move up: Move &Up
@@ -657,13 +695,14 @@ title:
global: Global global: Global
display: Display display: Display
directories: Directories directories: Directories
internal: Internal
updates: Updates updates: Updates
update check: Update Check update check: Update Check
locate apprentice: Locate Apprentice locate apprentice: Locate Apprentice
# select # select
select columns: Select Columns select columns: Select Columns
select cards: Select Cards select cards: Select Cards
select cards export:Select Cards to Export select cards export: Select Cards to Export
select cards print: Select the cards you want to print select cards print: Select the cards you want to print
# slice # slice
slice image: Slice Image slice image: Slice Image
@@ -702,6 +741,7 @@ action:
paste: Paste paste: Paste
auto replace: Auto Replace auto replace: Auto Replace
correct: Spelling Correction correct: Spelling Correction
# Choice/color editors # Choice/color editors
change: Change %s change: Change %s
@@ -712,7 +752,7 @@ action:
scale: Resize %s scale: Resize %s
duplicate: Duplicate %s duplicate: Duplicate %s
reorder parts: Reorder reorder parts: Reorder
change combine mode:Change combine mode change combine mode: Change combine mode
change shape name: Change shape name change shape name: Change shape name
group parts: Group group parts: Group
ungroup parts: Ungroup ungroup parts: Ungroup
@@ -729,7 +769,7 @@ action:
# Symmetry # Symmetry
add symmetry: Add symmetry add symmetry: Add symmetry
#remove symmetry: Remove symmetry remove symmetry: Remove symmetry
move symmetry center: Move symmetry center move symmetry center: Move symmetry center
move symmetry handle: Change symmetry orientation move symmetry handle: Change symmetry orientation
change symmetry type: Change symmetry type change symmetry type: Change symmetry type
@@ -789,7 +829,7 @@ error:
This file is made with a newer version of Magic Set Editor (%s) This file is made with a newer version of Magic Set Editor (%s)
When you open it, some aspects of the file may be lost. When you open it, some aspects of the file may be lost.
It is recommended that you upgrade to the latest version. It is recommended that you upgrade to the latest version.
Visit http:://magicseteditor.sourceforge.net/ Visit https://magicseteditor.boards.net/page/downloads
word list type not found: The word list type "%s" was not found (from a <word-list> tag) word list type not found: The word list type "%s" was not found (from a <word-list> tag)
pack type not found: The pack type "%s" was not found (from a pack type) pack type not found: The pack type "%s" was not found (from a pack type)
@@ -806,7 +846,7 @@ error:
Please choose a different name. Please choose a different name.
# Package update window # Package update window
# checking updates: Checking for updates. checking updates: Checking for updates.
can't download installer: can't download installer:
Unable to download installer for package %s from %s. Unable to download installer for package %s from %s.
Nothing has been installed. Nothing has been installed.
@@ -848,7 +888,7 @@ type:
game: game game: game
set: set set: set
stylesheet: stylesheet stylesheet: stylesheet
export template:export template export template: export template
symbol: symbol symbol: symbol
card: card card: card
cards: cards cards: cards
@@ -858,6 +898,8 @@ type:
keyword: keyword keyword: keyword
keywords: keywords keywords: keywords
pack: pack type pack: pack type
card region: card region
card regions: card regions
# Symbol editor shapes # Symbol editor shapes
shape: shape shape: shape
@@ -943,4 +985,3 @@ package:
menu item B/G/W: Black/Green/White mana B/G/W menu item B/G/W: Black/Green/White mana B/G/W
menu item R/W/U: Red/White/Blue mana R/W/U menu item R/W/U: Red/White/Blue mana R/W/U
menu item G/U/B: Green/Blue/Black mana G/U/B menu item G/U/B: Green/Blue/Black mana G/U/B

View File

@@ -1,9 +1,10 @@
mse version: 2.0.0 mse version: 2.0.2
installer group: translations/español installer group: translations/español
full name: Español full name: Español (Spanish)
version: 2013-08-13 version: 2023-11-19
icon: es.png icon: es.png
############################################################## Menu items ############################################################## Menu items
menu: menu:
file: &Archivo file: &Archivo
@@ -11,12 +12,13 @@ menu:
open set: &Abrir... Ctrl+O open set: &Abrir... Ctrl+O
save set: &Guardar Ctrl+S save set: &Guardar Ctrl+S
save set as: Guardar &como... F12 save set as: Guardar &como... F12
save set as directory: Guardar como directorio...
export: &Exportar export: &Exportar
export html: &HTML... export html: Exportar &HTML...
export image: &Imagen de carta... export image: &Exportar imagen de carta...
export images: Todas las i&mágenes... export images: Exportar todas las i&mágenes...
export apprentice: A&pprentice... export apprentice: Exportar a A&pprentice...
export mws: Magic &Workstation... export mws: Exportar a Magic &Workstation...
check updates: &Buscar actualizaciones... check updates: &Buscar actualizaciones...
print preview: &Vista previa de impresión... print preview: &Vista previa de impresión...
print: &Imprimir... Ctrl+P print: &Imprimir... Ctrl+P
@@ -28,8 +30,15 @@ menu:
undo: &Deshacer%s Ctrl+Z undo: &Deshacer%s Ctrl+Z
redo: &Rehacer%s Ctrl+Y redo: &Rehacer%s Ctrl+Y
cut: Corta&r Ctrl+X cut: Corta&r Ctrl+X
cut card: Corta&r Ctrl+X
cut keyword: Corta&r Ctrl+X
copy: &Copiar Ctrl+C copy: &Copiar Ctrl+C
copy card: &Copiar Ctrl+C
copy keyword: &Copiar Ctrl+C
paste: &Pegar Ctrl+V paste: &Pegar Ctrl+V
paste card: &Pegar Ctrl+V
paste keyword: &Pegar Ctrl+V
select all: Seleccionar &Todo Ctrl+A
find: &Buscar Ctrl+F find: &Buscar Ctrl+F
find next: Buscar &siguiente F3 find next: Buscar &siguiente F3
replace: R&eemplazar Ctrl+H replace: R&eemplazar Ctrl+H
@@ -38,7 +47,8 @@ menu:
cards: &Cartas cards: &Cartas
previous card: &Seleccionar carta anterior PgUp previous card: &Seleccionar carta anterior PgUp
next card: Seleccionar &siguiente carta PgDn next card: Seleccionar &carta siguiente PgDn
search cards: &Buscar Cartas Ctrl+K
add card: &Añadir carta Ctrl+Enter add card: &Añadir carta Ctrl+Enter
add cards: Añadir &múltiples cartas... add cards: Añadir &múltiples cartas...
remove card: &Borrar carta seleccionada remove card: &Borrar carta seleccionada
@@ -49,20 +59,22 @@ menu:
rotate 180: Rotar 180°, &de arriba a abajo rotate 180: Rotar 180°, &de arriba a abajo
card list columns: C&olumnas del listado de cartas... card list columns: C&olumnas del listado de cartas...
keywords: &Palabras clave keywords: &Palabras Clave
previous keyword: &Seleccionar palabra clave anterior PgUp previous keyword: &Seleccionar Palabra Clave anterior PgUp
next keyword: S&eleccionar siguiente palabra clave PgDn next keyword: S&eleccionar Palabra Clave siguiente PgDn
add keyword: &Añadir palabra clave Ctrl+Enter search keywords: &Buscar Palabras Clave Ctrl+K
remove keyword: &Borrar palabra clave seleccionada Del add keyword: &Añadir Palabra Clave Ctrl+Enter
remove keyword: &Borrar Palabra Clave seleccionada Del
format: F&ormato format: F&ormato
bold: &Negrita Ctrl+B bold: &Negrita Ctrl+B
italic: &Cursiva Ctrl+I italic: &Cursiva Ctrl+I
underline: &Subrayado Ctrl+U
symbols: &Símbolos Ctrl+M symbols: &Símbolos Ctrl+M
reminder text: &Texto recordatorio Ctrl+R reminder text: &Texto recordatorio Ctrl+R
insert symbol: I&nsertar símbolo insert symbol: I&nsertar símbolo
# spelling # spelling
no spelling suggestions: (no hay sugerencias) no spelling suggestions: (No hay sugerencias)
graph: &Gráfico graph: &Gráfico
pie: &Circular 1 pie: &Circular 1
@@ -71,15 +83,18 @@ menu:
scatter: &Diagrama de dispersión 4 scatter: &Diagrama de dispersión 4
scatter pie: D&iagrama de dispersión circular 5 scatter pie: D&iagrama de dispersión circular 5
console: Consola
clear console: &Limpiar la Consola Ctrl+L
window: &Ventana window: &Ventana
new window: &Nueva ventana new window: &Nueva ventana
cards tab: &Cartas F5 cards tab: &Cartas Alt+1
set info tab: &Información del set F6 style tab: &Estilo Alt+2
style tab: &Estilo F7 set info tab: &Información del Set Alt+3
keywords tab: &Palabras clave F8 keywords tab: &Palabras Clave Alt+4
stats tab: E&stadísticas F9 stats tab: E&stadísticas Alt+5
random pack tab: &Mazos aleatorios random pack tab: &Mazos aleatorios Alt+6
#_ADD console tab: &Console Ctrl+F9 console tab: &Consola Alt+7
help: &Ayuda help: &Ayuda
index: &Índice... F1 index: &Índice... F1
@@ -93,7 +108,7 @@ menu:
save symbol: &Guardar Ctrl+S save symbol: &Guardar Ctrl+S
save symbol as: Guardar &como... F12 save symbol as: Guardar &como... F12
store symbol: A&lmacenar Ctrl+Enter store symbol: A&lmacenar Ctrl+Enter
close symbol editor:Cerrar Alt+F4 close symbol editor: Cerrar Alt+F4
duplicate: &Duplicar Ctrl+D duplicate: &Duplicar Ctrl+D
group: &Agrupar Ctrl+G group: &Agrupar Ctrl+G
@@ -111,49 +126,52 @@ menu:
help: help:
welcome: Bienvenido a Magic Set Editor welcome: Bienvenido a Magic Set Editor
file: #file:
new set: Crear un nuevo set new set: Crear un nuevo Set
open set: Abrir un set existente open set: Abrir un Set existente
last opened set: Abrir '%s' last opened set: Abrir '%s'
save set: Guardar el set save set: Guardar el Set
save set as: Guardar el set con un nombre nuevo save set as: Guardar el Set con un nombre nuevo
export: Exportar el set... save set as directory: Guarda el Set como un directorio, con archivos separados para cada carta
export html: Exportar el set a una página web export: Exportar el Set...
export html: Exportar el Set a una página web
export image: Exportar la carta seleccionada a un archivo de imagen export image: Exportar la carta seleccionada a un archivo de imagen
export images: Exportar las imágenes de todas las cartas export images: Exportar las imágenes de todas las cartas
export apprentice: Exportar el set para que se pueda jugar en Apprentice export apprentice: Exportar el Set para que se pueda jugar en Apprentice
export mws: Exportar el set para que se pueda jugar en Magic Workstation export mws: Exportar el Set para que se pueda jugar en Magic Workstation
check updates: Instala y/o actualiza paquetes check updates: Instala y/o actualiza paquetes
print preview: Muestra la carta tal y como va a ser impresa print preview: Muestra la carta tal y como va a ser impresa
print: Imprimir cartas de este set print: Imprimir cartas de este Set
reload data: Recargar todos los archivos de plantillas (juego y estilo) y el set reload data: Recargar todos los archivos de plantillas (juego y estilo) y el Set
show profiler: Muestra la ventana del analizador, con los tiempos de las funciones de script. Utilizado para la optimización show profiler: Muestra la ventana del analizador, con los tiempos de las funciones de script. Utilizado para la optimización
exit: Salir de Magic Set Editor; pregunta si debe guardarse el set exit: Salir de Magic Set Editor; pregunta si debe guardarse el Set
edit: #edit:
undo: Deshace la última acción undo: Deshace la última acción
redo: Rehace la última acción redo: Rehace la última acción
cut: Mueve el texto seleccionado al portapapeles cut: Mueve el texto seleccionado al portapapeles
cut card: Mueve la carta seleccionada al portapapeles cut card: Mueve la carta seleccionada al portapapeles
cut keyword: Mueve la palabra clave seleccionada al portapapeles cut keyword: Mueve la Palabra Clave seleccionada al portapapeles
copy: Coloca el texto seleccionado en el portapapeles copy: Copia el texto seleccionado al portapapeles
copy card: Coloca la carta seleccionada en el portapapeles copy card: Copia la carta seleccionada al portapapeles
copy keyword: Coloca la palabre clave seleccionada en el portapapeles copy keyword: Copia la Palabra Clave seleccionada al portapapeles
paste: Inserta el texto del portapapeles paste: Pega el texto desde el portapapeles
paste card: Inserta la carta del portapapeles paste card: Pega la carta desde el portapapeles
paste keyword: Inserta la palabra clave del portapapeles paste keyword: Pega la Palabra Clave desde el portapapeles
select all: Seleccionar todo el texto
find: Busca en los textos de la carta find: Busca en los textos de la carta
find next: Busca la siguiente palabra find next: Busca la siguiente palabra
replace: Reemplaza en los textos de las cartas replace: Reemplaza en los textos de las cartas
auto replace: ¿Qué texto debería ser reemplazado automáticamente? auto replace: ¿Qué texto debería ser reemplazado automáticamente?
preferences: Cambia la configuración de Magic Set Editor preferences: Cambia la configuración de Magic Set Editor
cards: #cards:
previous card: Selecciona la carta anterior en la lista previous card: Selecciona la carta anterior en la lista
next card: Selecciona la siguiente carta en la lista next card: Selecciona la carta siguiente en la lista
add card: Añade una carta nueva, vacía, a este set search cards: Filtra la lista de cartas usando términos de búsqueda
add cards: Añade múltiples cartas al set add card: Añade una carta nueva, vacía, a este Set
remove card: Borra la carta seleccionada de este set add cards: Añade múltiples cartas al Set
remove card: Borra la carta seleccionada de este Set
orientation: Orientación de la carta mostrada orientation: Orientación de la carta mostrada
rotate card: Rota la carta 90° en sentido horario rotate card: Rota la carta 90° en sentido horario
rotate 0: Muestra la carta con el lado derecho hacia arriba rotate 0: Muestra la carta con el lado derecho hacia arriba
@@ -162,78 +180,89 @@ help:
rotate 180: Muestra la carta dada la vuelta rotate 180: Muestra la carta dada la vuelta
card list columns: Selecciona qué columnas deberían mostrarse y en qué orden card list columns: Selecciona qué columnas deberían mostrarse y en qué orden
keywords: #keywords:
previous keyword: Selecciona la anterior palabra clave en la lista previous keyword: Selecciona la Palabra Clave anterior en la lista
next keyword: Selecciona la siguiente palabra clave en la lista next keyword: Selecciona la Palabra Clave siguiente en la lista
add keyword: Añade una nueva palabra clave a este set search keywords: Filtrar la lista de Palabras Clave usando términos de busqueda
remove keyword: Borra la palabra clave seleccionada de este set add keyword: Añade una nueva Palabra Clave a este Set
remove keyword: Borra la Palabra Clave seleccionada de este Set
format: #format:
bold: Pone el texto seleccionado en negrita bold: Pone el texto seleccionado en negrita
italic: Pone el texto seleccionado en cursiva italic: Pone el texto seleccionado en cursiva
underline: Pone el texto seleccionado en subrayado
symbols: Dibuja el texto seleccionado con símbolos symbols: Dibuja el texto seleccionado con símbolos
reminder text: Muestra el texto recordatorio de la palabra clave seleccionada reminder text: Muestra el texto recordatorio de la Palabra Clave seleccionada
# spelling # spelling
no spelling suggestions: No hay sugerencias para corregir este error no spelling suggestions: No hay sugerencias para corregir este error
graph: #graph:
pie: Un gráfico circular, el radio de la poción indica el número de cartas pie: Un gráfico circular, el radio de la poción indica el número de cartas
bar: Un gráfico de barras, la altura de la barra indica el número de cartas bar: Un gráfico de barras, la altura de la barra indica el número de cartas
stack: Un gráfico de barras con las barras apiladas stack: Un gráfico de barras con las barras apiladas
scatter: Un diagrama de dispersión, el tamaño indica el número de cartas scatter: Un diagrama de dispersión, el tamaño indica el número de cartas
scatter pie: Un diagrama de dispersión donde cada elemento es un pequeño gráfico circular scatter pie: Un diagrama de dispersión donde cada elemento es un pequeño gráfico circular
window: #console:
new window: Crea otra ventana para editar el mismo set clear console: Limpiar la Consola
cards tab: Edita las cartas del set
set info tab: Edita la información del set, su creador, etc.
style tab: Cambia el estilo de las cartas
keywords tab: Define palabras clave extra para este set
stats tab: Muestra las estadísticas de las cartas en el set
random pack tab: Prueba como funciona el set en la práctica generando mazos sellados aleatorios
#_ADD console tab: Shows error messages and allows executing script commands.
help: #window:
index: new window: Crea otra ventana para editar el mismo Set
website: cards tab: Edita las cartas del Set
about: set info tab: Edita la información del Set, su creador, etc
style tab: Cambia el estilo de las cartas
keywords tab: Define Palabras Clave extra para este Set
stats tab: Muestra las estadísticas de las cartas en el Set
random pack tab: Prueba cómo funciona el Set en la práctica generando mazos sellados aleatorios
console tab: Muestra mensajes de error y permite ejecutar comandos script
help: Ayuda
index: Índice
website: Sitio web
about: Acerca
# New Set Window
search game list control: Filtrar la lista de juegos. Usa "-" para excluir juegos. Usa "campo:" para buscar en un campo especifico (en inglés, ej: "name:"). Usa comillas para una búsqueda literal. Separa múltiples consultas con un espacio.
search stylesheet list control: Filtrar la lista de estilos. Usa "-" para excluir estilos. Usa "campo:" para buscar en un campo especifico (en inglés, ej: "name:"). Usa comillas para una búsqueda literal. Separa múltiples consultas con un espacio.
# Cards panel # Cards panel
collapse notes: Ocultar las notas de la carta collapse notes: Ocultar las notas de la carta
expand notes: Mostrar las notas de la carta expand notes: Mostrar las notas de la carta
search cards control: Filtrar la lista de cartas. Usa "-" para excluir cartas. Usa "campo:" para buscar en un campo especifico (en inglés, ej: "name:"). Usa comillas para una búsqueda literal. Separa múltiples consultas con un espacio.
# Keywords panel
search keywords control: Filtrar la lista de Palabras Clave. Usa "-" para excluir Palabras Clave. Usa "campo:" para buscar en un campo especifico (en inglés, ej: "name:"). Usa comillas para una búsqueda literal. Separa múltiples consultas con un espacio.
# Random pack panel # Random pack panel
random seed: Cada vez se generarán mazos diferentes. random seed: Cada vez se generarán mazos diferentes.
fixed seed: Utilizando la misma semilla se obtienen los mismos mazos 'aleatorios'. fixed seed: Utilizando la misma semilla se obtienen los mismos mazos 'aleatorios'.
seed: Número de semilla para el generador aleatorio. Al utilizar la misma semilla se obtienen los mismos mazos 'aleatorios' seed: Número de semilla para el generador aleatorio. Al utilizar la misma semilla se obtienen los mismos mazos 'aleatorios'
edit pack type: Pincha dos veces para editar el mazo edit pack type: Doble click para editar el mazo
number of packs: El número de %ss a generar number of packs: Número de %ss a generar
# Preferences # Preferences
app language: app language:
Note: Debes reiniciar MSE para que los cambios hagan efecto. Note: Debes reiniciar MSE para que los cambios hagan efecto.
zoom export: zoom export:
(Cuando está desactivado, las cartas se exportan (Cuando está desactivado, las cartas se exportan en una orientación normal)
y copian al 100% de su tamaño y en una orientación normal)
# apprentice export # apprentice export
set code: Un código de set es un código de dos caracteres que usa el Apprentice para referirse a un set. set code: Un código de Set es un código de dos caracteres que usa el Apprentice para referirse a un Set.
# Symbol editor # Symbol editor
new symbol: Crear un nuevo símbolo new symbol: Crear un nuevo símbolo
open symbol: Abre un símbolo open symbol: Abre un símbolo
save symbol: Guarda el símbolo save symbol: Guarda el símbolo
save symbol as: Guarda el símbolo bajo un nombre diferente save symbol as: Guarda el símbolo bajo un nombre diferente
store symbol: Almacena el símbolo en el set store symbol: Almacena el símbolo en el Set
close symbol editor:Cierra el editor de símbolos close symbol editor: Cierra el editor de símbolos
duplicate: Duplica las formas seleccionadas duplicate: Duplica las formas seleccionadas
group: Agrupa las formas seleccionadas group: Agrupa las formas seleccionadas
ungroup: Desagrupa el grupo seleccionado ungroup: Desagrupa el grupo seleccionado
grid: Muestra las rejillas grid: Muestra las cuadrículas
snap: Ajusta las formas y los puntos a las rejillas snap: Ajusta las formas y los puntos a las cuadrículas
tool: #tool:
select: Selecciona y mueve las formas select: Selecciona y mueve las formas
rotate: Gira e inclina las formas rotate: Gira e inclina las formas
points: Edita los puntos de control de una forma en el símbolo points: Edita los puntos de control de una forma en el símbolo
@@ -241,9 +270,9 @@ help:
symmetry: Añade simetría al símbolo symmetry: Añade simetría al símbolo
paint: Pinta en la forma usando un pincel paint: Pinta en la forma usando un pincel
select editor: #select editor:
merge: Fusiona esta forma con las que tiene debajo merge: Fusiona esta forma con las que tiene debajo
subtract: Resta esta forma con las que tiene debajo, deja sólo el área en la otra forma que no está en este forma subtract: Resta esta forma con las que tiene debajo, deja sólo el área en la otra forma que no está en esta forma
intersect: Cruza esta forma con las que tiene debajo, deja sólo el área en ambas formas intersect: Cruza esta forma con las que tiene debajo, deja sólo el área en ambas formas
difference: Distingue esta forma de las que tiene debajo, deja sólo el área que no hay en ninguna otra forma difference: Distingue esta forma de las que tiene debajo, deja sólo el área que no hay en ninguna otra forma
overlap: Coloca esta forma, y su borde encima de las formas que están debajo overlap: Coloca esta forma, y su borde encima de las formas que están debajo
@@ -252,7 +281,7 @@ help:
drag to shear: Arrastra para inclinar la forma seleccionada %s drag to shear: Arrastra para inclinar la forma seleccionada %s
drag to rotate: Arrastra para girar la forma seleccionada %s, Ctrl contrae el ángulo en múltiplos de 15 grados drag to rotate: Arrastra para girar la forma seleccionada %s, Ctrl contrae el ángulo en múltiplos de 15 grados
drag to resize: Arrastra para cambiar el tamaño de la forma seleccionada %s, Ctrl contrae el tamaño drag to resize: Arrastra para cambiar el tamaño de la forma seleccionada %s, Ctrl contrae el tamaño
click to select shape: Pincha para seleccionar la forma, arrastra para mover la forma, pincha dos veces para editar la forma click to select shape: Haz click para seleccionar la forma, arrastra para mover la forma, doble click para editar la forma
ellipse: Dibujar círculos y elipses ellipse: Dibujar círculos y elipses
rectangle: Dibujar cuadrados y rectángulos rectangle: Dibujar cuadrados y rectángulos
@@ -260,19 +289,19 @@ help:
star: Dibujar estrellas star: Dibujar estrellas
sides: El número de lados del polígono o de puntos de la estrella sides: El número de lados del polígono o de puntos de la estrella
drag to draw shape: Arrastra para cambiar el tamaño de la forma, Ctrl contrae la forma, Mayús centra la forma drag to draw shape: Arrastra para cambiar el tamaño de la forma, Ctrl contrae la forma, Mayús centra la forma
draw ellipse: Pincha y arrastra para dibujar una elipse, mantén Ctrl apretado para un círculo draw ellipse: Selecciona y arrastra para dibujar una elipse, mantén Ctrl apretado para un círculo
draw rectangle: Pincha y arrastra para dibujar un rectángulo, mantén Ctrl apretado para un cuadrado draw rectangle: Selecciona y arrastra para dibujar un rectángulo, mantén Ctrl apretado para un cuadrado
draw polygon: Pincha y arrastra para dibujar un polígono draw polygon: Selecciona y arrastra para dibujar un polígono
draw star: Pincha y arrastra para dibujar una estrella draw star: Selecciona y arrastra para dibujar una estrella
line segment: Hace que el segmento de la línea seleccionada sea recta line segment: Hace que el segmento de la línea seleccionada sea recto
curve segment: Hace que el segmento de la línea seleccionada sea curva curve segment: Hace que el segmento de la línea seleccionada sea curvo
free point: Permite que los dos puntos de control del punto se muevan libremente free point: Permite que los dos puntos de control del punto se muevan libremente
smooth point: Hace que el punto seleccionado se suavice colocando los dos puntos de control opuestos entre sí smooth point: Hace que el punto seleccionado se suavice colocando los dos puntos de control opuestos entre sí
symmetric point: Hace que el punto seleccionado sea simétrico symmetric point: Hace que el punto seleccionado sea simétrico
drag to move curve: Arrastra para mover la curva drag to move curve: Arrastra para mover la curva
drag to move line: Alt + arrastrar para mover la curva; pincha dos veces para añadir un punto a esta línea drag to move line: Alt + arrastrar para mover la curva; doble click para añadir un punto a esta línea
drag to move point: Pincha y arrastra para mover el punto de control; pincha dos veces para eliminar el punto drag to move point: Selecciona y arrastra para mover el punto de control; doble click para eliminar el punto
rotation: Simetría rotatoria (rueda) rotation: Simetría rotatoria (rueda)
reflection: Simetría reflejada (espejo) reflection: Simetría reflejada (espejo)
@@ -289,18 +318,18 @@ tool:
redo: Rehacer redo: Rehacer
cards tab: Cartas cards tab: Cartas
set info tab: Información del set set info tab: Información del Set
style tab: Estilo style tab: Estilo
keywords tab: Palabras clave keywords tab: Palabras Clave
stats tab: Estadísticas stats tab: Estadísticas
random pack tab: Mazos aleatorios random pack tab: Mazos aleatorios
#_ADD console tab: Console console tab: Consola
# symbol editor # symbol editor
store symbol: Almacenar store symbol: Almacenar
grid: Rejilla grid: Cuadrícula
snap: Forzar snap: Alinear a la Cuadrícula
select: Seleccionar select: Seleccionar
rotate: Girar rotate: Girar
@@ -330,22 +359,24 @@ tool:
curve segment: Curva curve segment: Curva
free point: Libre free point: Libre
smooth point: Suavizar smooth point: Suavizar
symmetric point: Símetrico symmetric point: Simétrico
clear console: Limpiar la Consola
############################################################## Toolbar help text ############################################################## Toolbar help text
tooltip: tooltip:
cards tab: cards tab: Lista de cartas
set info tab: Información del set set info tab: Información del Set
style tab: style tab: Estilos
keywords tab: keywords tab: Palabras Clave
stats tab: stats tab: Estadísticas
random pack tab: Mazos aleatorios random pack tab: Mazos aleatorios
#_ADD console tab: console tab: Consola
new set: Nuevo set new set: Nuevo Set
open set: Abrir set open set: Abrir Set
save set: Guardar set save set: Guardar Set
export: Exportar set export: Exportar Set
cut: Cortar cut: Cortar
copy: Copiar copy: Copiar
@@ -357,11 +388,12 @@ tooltip:
remove card: Eliminar carta seleccionada remove card: Eliminar carta seleccionada
rotate card: Girar carta rotate card: Girar carta
add keyword: Añadir palabra clave add keyword: Añadir Palabra Clave
remove keyword: Eliminar palabra clave seleccionada remove keyword: Eliminar Palabra Clave seleccionada
bold: Negrita bold: Negrita
italic: Cursiva italic: Cursiva
underline: Subrayado
symbols: Símbolos symbols: Símbolos
reminder text: Texto recordatorio reminder text: Texto recordatorio
@@ -371,17 +403,12 @@ tooltip:
scatter: Diagrama de dispersión scatter: Diagrama de dispersión
scatter pie: Diagrama de dispersión circular scatter pie: Diagrama de dispersión circular
cards tab:
set info tab: Información del set
style tab: Estilo de carta
keywords tab:
stats tab:
# symbol editor # symbol editor
store symbol: Almacenar símbolo en el set store symbol: Almacenar símbolo en el Set
grid: Mostrar rejilla grid: Mostrar cuadrícula
snap: Forzar a la rejilla snap: Alinear a la cuadrícula
select: Seleccionar (F5) select: Seleccionar (F5)
rotate: Girar (F6) rotate: Girar (F6)
@@ -413,6 +440,8 @@ tooltip:
smooth point: Hacer punto suave smooth point: Hacer punto suave
symmetric point: Hacer punto simétrico symmetric point: Hacer punto simétrico
clear console: Limpiar la Consola
############################################################## Labels in the GUI ############################################################## Labels in the GUI
label: label:
# Cards tab # Cards tab
@@ -420,16 +449,16 @@ label:
search cards: Buscar cartas... search cards: Buscar cartas...
# Keywords tab # Keywords tab
#_ADD search keywords: Search for keywords... search keywords: Buscar Palabras Clave (Ctrl+K)
keyword: Palabra clave keyword: Palabra Clave
match: Coincidencia match: Coincidencia
mode: Modo mode: Modo
uses: Nº de Usos uses: Usos
reminder: Texto recordatorio reminder: Texto recordatorio
rules: Reglas adicionales rules: Reglas adicionales
standard keyword: standard keyword:
Esta es una palabra clave %s estándar, no puedes editarla. Esta es una Palabra Clave %s estándar, no puedes editarla.
Si haces una copia de la palabra clave tu copia tendrá preferencia. Si haces una copia de la Palabra Clave tu copia tendrá preferencia.
# Style tab # Style tab
styling options: Opciones de estilo styling options: Opciones de estilo
@@ -441,33 +470,43 @@ label:
seed: Semilla seed: Semilla
total cards: Total total cards: Total
# Open dialogs # Open dialogs
all files Todos los archivos all files: Todos los archivos
# Other set window dialogs # Other set window dialogs
save changes: save changes:
El set '%s' ha cambiado. El Set '%s' ha cambiado.
¿Quieres guardar los cambios? ¿Quieres guardar los cambios?
# New set window # New set window
game type: &Juego: game type: &Juego:
style type: &Estilo de carta: style type: &Estilo de carta:
search game list: Filtrar juegos
search stylesheet list: Filtrar estilos
stylesheet not found: stylesheet not found:
El set que estás intentando abrir usa el estilo "%s". El Set que estás intentando abrir usa el estilo "%s".
Este estilo no se encuentra en tu sistema, por favor selecciona otro. Este estilo no se encuentra en tu sistema, por favor selecciona otro.
# Preferences # Preferences
language: Idioma language: Idioma
windows: Abrir sets windows: Abrir Sets
app language: Idioma para la interfaz del usuario: app language: Idioma para la interfaz del usuario (App Language)
card display: Visualización de carta card display: Visualización de carta
storage: Almacenamiento
zoom: &Zoom: zoom: &Zoom:
export: &Exportar:
scale: &Escala interna:
percent of normal: % del tamaño normal percent of normal: % del tamaño normal
external programs: Programas externos external programs: Programas externos
apprentice: &Apprentice: apprentice: &Apprentice:
apprentice exe: Ejecutable de Apprentice apprentice exe: Ejecutable de Apprentice
internal scale desc:
Escala para almacenar internamente las imágenes de las cartas.
Cambiar esto puede afectar como se ve el Sharpening o Perfilado.
No se aplica retroactivamente a las imágenes existentes.
check at startup: Buscar nuevas versiones al inicio check at startup: Buscar nuevas versiones al inicio
checking requires internet: checking requires internet:
La búsqueda de actualizaciones requiere una conexión a internet. La búsqueda de actualizaciones requiere una conexión a internet.
@@ -481,24 +520,26 @@ label:
# Card select / images export # Card select / images export
select cards: Cartas a exportar select cards: Cartas a exportar
select cards print: Seleccionar tarjetas para imprimir
selected card count: %s cartas serán exportadas. selected card count: %s cartas serán exportadas.
select cards print: Selecciona las cartas que quieres imprimir
filename format: &Formato: filename format: &Formato:
filename conflicts: &Soportar duplicado de nombres de archivos: filename conflicts: &Soportar duplicado de nombres de archivos:
export filenames: Nombres de archivo export filenames: Nombres de archivo
filename is ignored: (el nombre de archivo es ignorado) filename is ignored: (el nombre de archivo es ignorado)
# apprentice export # apprentice export
set code: Código &del set: set code: Código &del Set:
apprentice export cancelled: La exportación a Apprentice se ha cancelado apprentice export cancelled: La exportación a Apprentice se ha cancelado
# Html export # Html export
html template: Plantilla: html template: Plantilla:
html export options:Opciones de exportación html export options: Opciones de exportación
# Image slicer # Image slicer
original: Original: original: Original:
result: Resultado: result: Resultado:
original with dimensions: Original (%s x %s):
result with dimensions: Resultado (%s x %s):
size: Tamaño size: Tamaño
original size: &Tamaño original original size: &Tamaño original
size to fit: &Ajustar a tamaño size to fit: &Ajustar a tamaño
@@ -509,36 +550,39 @@ label:
selection top: A&rriba selection top: A&rriba
selection width: A&nchura selection width: A&nchura
selection height: A&ltura selection height: A&ltura
zoom: Zoom selection center: Centrar
selection center vertically: Centrar verticalmente
selection center horizontally: Centrar horizontalmente
selection center both: Centrar ambos
fix aspect ratio: Bloquear relación de aspecto (anchura/altura) fix aspect ratio: Bloquear relación de aspecto (anchura/altura)
zoom amount: Zoom zoom amount: Zoom
zoom amount x: Zoom &X zoom amount x: Zoom &X
zoom amount y: Zoom &Y zoom amount y: Zoom &Y
zoom %: % zoom %: %
filter: Filtro filter: Filtro
sharpen filter: &Filtro enfocar sharpen filter: &Filtro de Sharpening o Perfilado
# Auto replace # Auto replace
auto match: Coincidencia auto match: Coincidencia
auto replace: Reemplazar auto replace: Reemplazar
# Symbol editor # Symbol editor
sides: lados sides: Lados
# Packages window # Packages window
package name: Paquete package name: Paquete
package status: Situación package status: Situación
package action: Acción package action: Acción
package conflicts: modificaciones en conflicto package conflicts: Modificaciones en conflicto
package modified: modificaciones locales package modified: Modificaciones locales
package updates: actualizaciones disponibles package updates: Actualizaciones disponibles
package installed: instalado package installed: Instalado
package installable: no instalado package installable: No instalado
install package: instalar install package: Instalar
reinstall package: reinstalar reinstall package: Reinstalar
upgrade package: actualizar upgrade package: Actualizar
remove package: eliminar remove package: Eliminar
installed version: Versión instalada: installed version: Versión instalada:
installable version: Última versión: installable version: Última versión:
@@ -567,27 +611,29 @@ button:
add custom pack: Añadir un &mazo aleatorio... add custom pack: Añadir un &mazo aleatorio...
# Console panel # Console panel
#_ADD evaluate: &Evaluate evaluate: &Evaluar
clear: &Limpiar
# Welcome # Welcome
new set: Nuevo set new set: Nuevo Set
open set: Abrir set open set: Abrir Set
check updates: Buscar actualizaciones check updates: Buscar actualizaciones
last opened set: Último set abierto last opened set: Último Set abierto
# Preferences # Preferences
open sets in new window: Abre todos los sets en una &ventana nueva open sets in new window: Abre todos los Sets en una &ventana nueva
select: &Seleccionar... select: &Seleccionar...
browse: &Buscar... browse: &Buscar...
high quality: &Renderización de alta calidad high quality: &Renderización de alta calidad
show lines: Mostrar &líneas alrededor de los campos show lines: Mostrar &líneas alrededor de los campos
show editing hints: Mostrar cajas y pistas para &editar show editing hints: Mostrar cajas y pistas para &editar
zoom export: Usar las configuraciones de zoom y giro cuando se e&xporte zoom export: Usar las configuraciones rotación cuando se e&xporte
spellcheck enabled: Mostrar errores de &ortografía en las cartas spellcheck enabled: Mostrar errores de &ortografía en las cartas
check now: Buscar &ahora check now: Buscar &ahora
always: Siempre always: Siempre
if internet connection exists: Si hay conexión de internet if internet connection exists: Si hay conexión de internet
never: Nunca never: Nunca
internal image extension: Almacenar imágenes internamente con extensión de archivo
# Column select # Column select
move up: Mover &hacia arriba move up: Mover &hacia arriba
@@ -596,16 +642,16 @@ button:
hide: &Ocultar hide: &Ocultar
# Card select # Card select
export entire set: Todo el set export entire set: Todo el Set
export generated packs: Mazos generados export generated packs: Mazos generados
export custom cards selection: Selección personalizada export custom cards selection: Selección personalizada
select cards: &Seleccionar cartas... select cards: &Seleccionar cartas...
select all: Seleccionar &todo select all: Seleccionar &todo
select none: &No seleccionar ninguno select none: &No seleccionar ninguno
overwrite: Sobreescribir archivos antiguos overwrite: Sobrescribir archivos antiguos
keep old: Mantener archivos antiguos keep old: Mantener archivos antiguos
number: Añadir un número al nombre de archivo number: Añadir un número al nombre de archivo
number overwrite: Añadir un número al nombre de archivo, sobreescribe las exportaciones anteriores number overwrite: Añadir un número al nombre de archivo, sobrescribe las exportaciones anteriores
# Auto replace # Auto replace
use auto replace: Usar auto-reemplazamiento use auto replace: Usar auto-reemplazamiento
@@ -639,7 +685,8 @@ title:
# dialogs # dialogs
new set: Nuevo Set new set: Nuevo Set
open set: Abrir Set open set: Abrir Set
save set: Guardar set como save set: Guardar Set como
save set as directory: Guardar Set como directorio
save image: Guardar imagen save image: Guardar imagen
updates available: Actualizaciones disponibles updates available: Actualizaciones disponibles
save changes: ¿Guardar los cambios? save changes: ¿Guardar los cambios?
@@ -649,13 +696,15 @@ title:
global: Global global: Global
display: Pantalla display: Pantalla
directories: Directorios directories: Directorios
internal: Interno
updates: Actualizaciones updates: Actualizaciones
update check: Búsqueda de actualizaciones update check: Búsqueda de actualizaciones
locate apprentice: Localizar Apprentice locate apprentice: Localizar Apprentice
# select # select
select columns: Seleccionar columnas select columns: Seleccionar columnas
select cards: Seleccionar cartas select cards: Seleccionar cartas
select cards export:Seleccionar cartas a exportar select cards export: Seleccionar cartas a exportar
select cards print: Seleccionar cartas a imprimir
# slice # slice
slice image: Cortar imagen slice image: Cortar imagen
# pack # pack
@@ -666,7 +715,7 @@ title:
export images: Exportar imágenes export images: Exportar imágenes
export cancelled: Exportación cancelada export cancelled: Exportación cancelada
export html: Exportar a HTML export html: Exportar a HTML
save html: Exportar a HTML save html: Guardar HTML
# auto replace # auto replace
auto replaces: Auto-reemplazar auto replaces: Auto-reemplazar
@@ -693,6 +742,7 @@ action:
paste: Pegar paste: Pegar
auto replace: Auto-reemplazar auto replace: Auto-reemplazar
correct: Corrector ortográfico correct: Corrector ortográfico
# Choice/color editors # Choice/color editors
change: Cambiar %s change: Cambiar %s
@@ -703,7 +753,7 @@ action:
scale: Cambiar de tamaño %s scale: Cambiar de tamaño %s
duplicate: Duplicar %s duplicate: Duplicar %s
reorder parts: Reordenar reorder parts: Reordenar
change combine mode:Cambiar modo combinación change combine mode: Cambiar modo combinación
change shape name: Cambiar nombre de forma change shape name: Cambiar nombre de forma
group parts: Agrupar group parts: Agrupar
ungroup parts: Desagrupar ungroup parts: Desagrupar
@@ -720,7 +770,7 @@ action:
# Symmetry # Symmetry
add symmetry: Añadir simetría add symmetry: Añadir simetría
#remove symmetry: Eliminar simetría remove symmetry: Eliminar simetría
move symmetry center: Mover el centro de simetría move symmetry center: Mover el centro de simetría
move symmetry handle: Cambiar la orientación de la simetría move symmetry handle: Cambiar la orientación de la simetría
change symmetry type: Cambiar tipo de simetría change symmetry type: Cambiar tipo de simetría
@@ -759,7 +809,7 @@ error:
Parámetro %s: %s Parámetro %s: %s
in keyword reminder: in keyword reminder:
%s %s
en el texto recordatorio de la palabra clave '%s' en el texto recordatorio de la Palabra Clave '%s'
# Image stuff # Image stuff
coordinates for blending overlap: Coordenadas para la mezcla (blending) solapada coordinates for blending overlap: Coordenadas para la mezcla (blending) solapada
@@ -767,9 +817,9 @@ error:
# Error from files # Error from files
no game specified: Ningún juego especificado para el %s no game specified: Ningún juego especificado para el %s
no stylesheet specified for the set: Ho hay hojas de estilo (stylesheet) especificadas para el set no stylesheet specified for the set: Ho hay hojas de estilo (stylesheet) especificadas para el Set
stylesheet and set refer to different game: stylesheet and set refer to different game:
La hoja de estilo (stylesheet) y el set no hacen referencia al mismo juego, hay un error en el archivo de la hoja de estilo La hoja de estilo (stylesheet) y el Set no hacen referencia al mismo juego, hay un error en el archivo de la hoja de estilo
unsupported field type: Campo (field) no soportado: '%s' unsupported field type: Campo (field) no soportado: '%s'
unsupported fill type: Relleno (fill) no soportado: '%s' unsupported fill type: Relleno (fill) no soportado: '%s'
unrecognized value: Valor no reconocido: '%s', revirtiendo a %s unrecognized value: Valor no reconocido: '%s', revirtiendo a %s
@@ -780,7 +830,7 @@ error:
Este archivo se hizo con una versión más nueva de Magic Set Editor (%s) Este archivo se hizo con una versión más nueva de Magic Set Editor (%s)
Cuando lo abras, se perderán algunos aspectos del archivo. Cuando lo abras, se perderán algunos aspectos del archivo.
Se recomienda que actualices el programa a su última versión. Se recomienda que actualices el programa a su última versión.
Visita http:://magicseteditor.sourceforge.net/ Visita https://magicseteditor.boards.net/page/downloads
word list type not found: Palabra de una lista (word list) %s no encontrada (desde una etiqueta <word-list>) word list type not found: Palabra de una lista (word list) %s no encontrada (desde una etiqueta <word-list>)
pack type not found: Tipo de mazo "%s" no encontrado (desde un tipo de mazo) pack type not found: Tipo de mazo "%s" no encontrado (desde un tipo de mazo)
@@ -797,7 +847,7 @@ error:
Por favor escoge un nombre diferente. Por favor escoge un nombre diferente.
# Package update window # Package update window
# checking updates: Comprobando actualizaciones. checking updates: Comprobando actualizaciones.
can't download installer: can't download installer:
No se pudo descargar el instalador para el paquete %s desde %s. No se pudo descargar el instalador para el paquete %s desde %s.
No se ha instalado nada. No se ha instalado nada.
@@ -837,18 +887,20 @@ type:
package: paquete package: paquete
locale: traducción locale: traducción
game: juego game: juego
set: set set: Set
stylesheet: estilo stylesheet: estilo
export template:plantilla de exportación export template: plantilla de exportación
symbol: símbolo symbol: símbolo
card: carta card: carta
cards: cartas cards: cartas
field: campo field: campo
style: estilo style: estilo
value: valor value: valor
keyword: palabra clave keyword: Palabra Clave
keywords: palabras clave keywords: Palabras Clave
pack: mazo pack: mazo
card region: región de la tarjeta
card regions: regiónes de la tarjeta
# Symbol editor shapes # Symbol editor shapes
shape: forma shape: forma
@@ -934,4 +986,3 @@ package:
menu item B/G/W: Maná Negro/Verde/Blanco B/G/W menu item B/G/W: Maná Negro/Verde/Blanco B/G/W
menu item R/W/U: Maná Rojo/Blanco/Azul R/W/U menu item R/W/U: Maná Rojo/Blanco/Azul R/W/U
menu item G/U/B: Maná Verde/Azul/Negro G/U/B menu item G/U/B: Maná Verde/Azul/Negro G/U/B

View File

@@ -1,9 +1,10 @@
mse version: 2.0.2 mse version: 2.0.2
installer group: translations/français installer group: translations/français
full name: Français full name: Français (French)
version: 2013-08-13 version: 2023-11-19
icon: fr.png icon: fr.png
#By GenevensiS
############################################################## Menu items ############################################################## Menu items
menu: menu:
file: &Fichier file: &Fichier
@@ -241,7 +242,8 @@ help:
app language: app language:
Note: Vous devez redémarrer MSE pour que le changement prenne effet. Note: Vous devez redémarrer MSE pour que le changement prenne effet.
zoom export: zoom export:
(Quand l'option est décochée, les cartes sont exportées à 100% de leur taille et dans leur rotation normale.) (Quand l'option est décochée, les cartes sont exportées
à 100% de leur taille et dans leur rotation normale.)
# apprentice export # apprentice export
set code: Un Set Code est un code à 2 caractères utilisé par le logiciel pour référencer le Set set code: Un Set Code est un code à 2 caractères utilisé par le logiciel pour référencer le Set
@@ -252,7 +254,7 @@ help:
save symbol: Sauvegarder le symbole save symbol: Sauvegarder le symbole
save symbol as: Sauvegarder le symbole sous un autre nom save symbol as: Sauvegarder le symbole sous un autre nom
store symbol: Choisir le symbole pour le Set courant store symbol: Choisir le symbole pour le Set courant
close symbol editor:Fermer l'éditeur de symbole close symbol editor: Fermer l'éditeur de symbole
duplicate: Dupliquer la forme sélectionnée duplicate: Dupliquer la forme sélectionnée
group: Grouper ensemble les formes sélectionnées group: Grouper ensemble les formes sélectionnées
@@ -402,6 +404,7 @@ tooltip:
scatter: Nuage de points scatter: Nuage de points
scatter pie: Nuage de cercles scatter pie: Nuage de cercles
# symbol editor # symbol editor
store symbol: Utilier ce symbole pour le Set store symbol: Utilier ce symbole pour le Set
@@ -468,6 +471,9 @@ label:
seed: Source seed: Source
total cards: Total total cards: Total
# Open dialogs
all files: Tous les fichiers
# Other set window dialogs # Other set window dialogs
save changes: save changes:
Le Set '%s' a changé. Le Set '%s' a changé.
@@ -487,8 +493,8 @@ label:
# Preferences # Preferences
language: Langue language: Langue
windows: Ouverture des Sets windows: Ouverture des Sets
app language: Langue de l'interface utilisateur: app language: Langue de l'interface utilisateur (App Language)
card display: Affichage des carte card display: Affichage des cartes
storage: Stockage interne storage: Stockage interne
zoom: &Zoom: zoom: &Zoom:
export: &Export: export: &Export:
@@ -514,6 +520,7 @@ label:
# Card select / images export # Card select / images export
select cards: Cartes à exporter select cards: Cartes à exporter
select cards print: Selectionner les cartes à imprimer
selected card count: %s cartes seront exportées. selected card count: %s cartes seront exportées.
filename format: &Format: filename format: &Format:
filename conflicts: &Gestion des doublons de fichiers: filename conflicts: &Gestion des doublons de fichiers:
@@ -617,11 +624,11 @@ button:
open sets in new window: Ouvrir les Sets dans une nouvelle fenêtre open sets in new window: Ouvrir les Sets dans une nouvelle fenêtre
select: &Sélectionner... select: &Sélectionner...
browse: &Naviguer... browse: &Naviguer...
high quality: Rendu &haute qualité high quality: Rendu haute qualité
show lines: Afficher les &lignes autour des champs show lines: Afficher les lignes autour des champs
show editing hints: Afficher les étiquettes et les conseils pour l'&edition show editing hints: Afficher les étiquettes et les conseils pour l'edition
zoom export: Utiliser les paramètres de zoom et de rotation lors de l'e&xportation zoom export: Utiliser les paramètres de zoom et de rotation lors de l'exportation
spellcheck enabled: Afficher les fautes d'orthographe &sur les cartes spellcheck enabled: Afficher les fautes d'orthographe sur les cartes
check now: &Vérifier maintenant check now: &Vérifier maintenant
always: Toujours always: Toujours
if internet connection exists: Si il y a une connexion internet if internet connection exists: Si il y a une connexion internet
@@ -696,7 +703,7 @@ title:
# select # select
select columns: Selectionner Colonnes select columns: Selectionner Colonnes
select cards: Selectionner Cartes select cards: Selectionner Cartes
select cards export:Selectionner Cartes à exporter select cards export: Selectionner Cartes à exporter
select cards print: Selectionner Cartes à imprimer select cards print: Selectionner Cartes à imprimer
# slice # slice
slice image: Découper l'image slice image: Découper l'image
@@ -735,6 +742,7 @@ action:
paste: Coller paste: Coller
auto replace: Remplacement auto auto replace: Remplacement auto
correct: Correction orthographique correct: Correction orthographique
# Choice/color editors # Choice/color editors
change: Changer %s change: Changer %s
@@ -745,7 +753,7 @@ action:
scale: Agrandir %s scale: Agrandir %s
duplicate: Dupliquer %s duplicate: Dupliquer %s
reorder parts: Réordonner reorder parts: Réordonner
change combine mode:Changer mode de combinaison change combine mode: Changer mode de combinaison
change shape name: Changer nom de forme change shape name: Changer nom de forme
group parts: Grouper group parts: Grouper
ungroup parts: Dégrouper ungroup parts: Dégrouper
@@ -762,7 +770,7 @@ action:
# Symmetry # Symmetry
add symmetry: Ajouter symétrie add symmetry: Ajouter symétrie
#remove symmetry: Supprimer symétrie remove symmetry: Supprimer symétrie
move symmetry center: Déplacer le centre de symétrie move symmetry center: Déplacer le centre de symétrie
move symmetry handle: Déplacer l'orientation de symétrie move symmetry handle: Déplacer l'orientation de symétrie
change symmetry type: Changer le type de symétrie change symmetry type: Changer le type de symétrie
@@ -839,12 +847,11 @@ error:
Veuillez choisir un nom différent. Veuillez choisir un nom différent.
# Package update window # Package update window
# checking updates: Recherche des mises à jour. checking updates: Recherche des mises à jour.
can't download installer: can't download installer:
Impossible de télécharger l'installateur pour le package %s de %s. Impossible de télécharger l'installateur pour le package %s de %s.
Rien n'a été installé. Rien n'a été installé.
downloading updates: Téléchargement des mises à jour (%d de %d) downloading updates: Téléchargement des mises à jour (%d de %d)
installing updates: Mise à jour des packages (%d de %d) installing updates: Mise à jour des packages (%d de %d)
@@ -873,16 +880,16 @@ type:
boolean: booléen boolean: booléen
color: couleur color: couleur
image: image image: image
date: date
nil: null nil: null
# Object types # Object types
package: package package: package
locale: traduction locale: traduction
game: jeu game: jeu
date: date
set: set set: set
stylesheet: stylesheet stylesheet: stylesheet
export template:modèle d'export export template: modèle d'export
symbol: symbole symbol: symbole
card: carte card: carte
cards: cartes cards: cartes
@@ -891,13 +898,15 @@ type:
value: valeur value: valeur
keyword: mot-clef keyword: mot-clef
keywords: mots-clefs keywords: mots-clefs
pack: type de pack
card region: région de carte
card regions: régions de carte
# Symbol editor shapes # Symbol editor shapes
shape: forme shape: forme
shapes: formes shapes: formes
circle: cercle circle: cercle
ellipse: ellipse ellipse: ellipse
pack: type de pack
square: carré square: carré
rectangle: rectangle rectangle: rectangle
triangle: triangle triangle: triangle
@@ -916,6 +925,19 @@ type:
############################################################## Magic ############################################################## Magic
package: package:
magic.mse-game:
# Card fields
name: Name
cc: CC
type: Type
p/t: P/T
rarity: Rarity
card name: Card Name
# Set info
# descriptions/help text
magic-mana-*.mse-symbol-font: magic-mana-*.mse-symbol-font:
# note: reminder/shortcut must start with a space, otherwise it is used as a shortcut # 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) # so typing T *anywhere* would insert a symbol (which would be bad)

View File

@@ -1,9 +1,10 @@
mse version: 2.0.0 mse version: 2.0.2
installer group: translations/italiano installer group: translations/italiano
full name: Italiano full name: Italiano (Italian)
version: 2013-08-13 version: 2023-11-19
icon: it.png icon: it.png
############################################################## Menu items ############################################################## Menu items
menu: menu:
file: &File file: &File
@@ -11,6 +12,7 @@ menu:
open set: &Apri... Ctrl+O open set: &Apri... Ctrl+O
save set: &Salva Ctrl+S save set: &Salva Ctrl+S
save set as: Salva &come... F12 save set as: Salva &come... F12
save set as directory: Salva come directory...
export: &Esporta export: &Esporta
export html: &HTML... export html: &HTML...
export image: Immagine &Carta... export image: Immagine &Carta...
@@ -21,15 +23,22 @@ menu:
print preview: Anteprima di S&tampa... print preview: Anteprima di S&tampa...
print: &Stampa... Ctrl+P print: &Stampa... Ctrl+P
reload data: Ricarica dati Ctrl+F5 reload data: Ricarica dati Ctrl+F5
#_ADD show profiler: Show Profiler Ctrl+F6 show profiler: Mostra Analizzatore Ctrl+F6
exit: E&sci Alt+F4 exit: E&sci Alt+F4
edit: &Modifica edit: &Modifica
undo: &Annulla%s Ctrl+Z undo: &Annulla%s Ctrl+Z
redo: &Ripristina%s Ctrl+Y redo: &Ripristina%s Ctrl+Y
cut: &Taglia Ctrl+X cut: &Taglia Ctrl+X
cut card: &Taglia Ctrl+X
cut keyword: &Taglia Ctrl+X
copy: &Copia Ctrl+C copy: &Copia Ctrl+C
copy card: &Copia Ctrl+C
copy keyword: &Copia Ctrl+C
paste: &Incolla Ctrl+V paste: &Incolla Ctrl+V
paste card: &Incolla Ctrl+V
paste keyword: &Incolla Ctrl+V
select all: Seleziona tutto Ctrl+A
find: &Trova Ctrl+F find: &Trova Ctrl+F
find next: Trova &successivo F3 find next: Trova &successivo F3
replace: S&ostituisci Ctrl+H replace: S&ostituisci Ctrl+H
@@ -39,6 +48,7 @@ menu:
cards: &Carte cards: &Carte
previous card: Seleziona &carta precedente PgUp previous card: Seleziona &carta precedente PgUp
next card: Seleziona &carta successiva PgDn next card: Seleziona &carta successiva PgDn
search cards: Cerca carte Ctrl+K
add card: &Aggiungi carta Ctrl+Enter add card: &Aggiungi carta Ctrl+Enter
add cards: Aggiungi &carte Multiple... add cards: Aggiungi &carte Multiple...
remove card: &Rimuovi carta Del remove card: &Rimuovi carta Del
@@ -52,12 +62,14 @@ menu:
keywords: &Parole chiave keywords: &Parole chiave
previous keyword: Seleziona &parola-chiave precedente PgUp previous keyword: Seleziona &parola-chiave precedente PgUp
next keyword: Seleziona &parola-chiave seguente PgDn next keyword: Seleziona &parola-chiave seguente PgDn
search keywords: Cerca parole-chiave Ctrl+K
add keyword: &Aggiungi parola-chiave Ctrl+Enter add keyword: &Aggiungi parola-chiave Ctrl+Enter
remove keyword: &Rimuovi parola-chiave selezionata Del remove keyword: &Rimuovi parola-chiave selezionata Del
format: F&ormato format: F&ormato
bold: &Grassetto Ctrl+B bold: &Grassetto Ctrl+B
italic: &Corsivo Ctrl+I italic: &Corsivo Ctrl+I
underline: &Sottolineare Ctrl+U
symbols: &Simboli Ctrl+M symbols: &Simboli Ctrl+M
reminder text: &Promemoria Ctrl+R reminder text: &Promemoria Ctrl+R
insert symbol: I&nserisci Simbolo insert symbol: I&nserisci Simbolo
@@ -71,15 +83,18 @@ menu:
scatter: &Dispersione 4 scatter: &Dispersione 4
scatter pie: D&ispersione Torta 5 scatter pie: D&ispersione Torta 5
console: Console
clear console: &Vuoto Console Ctrl+L
window: &Finestre window: &Finestre
new window: &Nuova Finestra new window: &Nuova Finestra
cards tab: &Carte F5 cards tab: &Carte F5
set info tab: &Informazioni F6
style tab: St&ile F7 style tab: St&ile F7
set info tab: &Informazioni F6
keywords tab: &Parole chiave F8 keywords tab: &Parole chiave F8
stats tab: S&tatistiche F9 stats tab: S&tatistiche F9
random pack tab: &Buste casuali random pack tab: &Buste casuali
#_ADD console tab: &Console Ctrl+F9 console tab: C&onsole Alt+7
help: &Aiuto help: &Aiuto
index: &Indice... F1 index: &Indice... F1
@@ -93,7 +108,7 @@ menu:
save symbol: &Salva Ctrl+S save symbol: &Salva Ctrl+S
save symbol as: Salva &Come... F12 save symbol as: Salva &Come... F12
store symbol: Usa &simbolo Ctrl+Enter store symbol: Usa &simbolo Ctrl+Enter
close symbol editor:Close Alt+F4 close symbol editor: Close Alt+F4
duplicate: Duplica Ctrl+D duplicate: Duplica Ctrl+D
group: &Raggruppa Ctrl+G group: &Raggruppa Ctrl+G
@@ -111,12 +126,13 @@ menu:
help: help:
welcome: Benvenuto in Magic Set Editor welcome: Benvenuto in Magic Set Editor
file: #file:
new set: Crea un nuovo set new set: Crea un nuovo set
open set: Apri un set esistente open set: Apri un set esistente
last opened set: Apri '%s' last opened set: Apri '%s'
save set: Salva set save set: Salva set
save set as: Save set con nome save set as: Save set con nome
save set as directory: Salva il set come directory con file separati per ciascuna carta
export: Esporta il set... export: Esporta il set...
export html: Esporta il set in una pagina web export html: Esporta il set in una pagina web
export image: Esporta la carta selezionata come immagine export image: Esporta la carta selezionata come immagine
@@ -127,10 +143,10 @@ help:
print preview: Anteprima di stampa print preview: Anteprima di stampa
print: Stampa carte da questo set print: Stampa carte da questo set
reload data: Ricarica tutti i template e il set. reload data: Ricarica tutti i template e il set.
#_ADD show profiler: Show the profiler window, with timings of (script) functions. Used for optimization. show profiler: Mostra la finestra dell'analizzatore, con i tempi delle funzioni dello script. Utilizzato per l'ottimizzazione.
exit: Esce da Magic Set Editor; chiede se salvare il set exit: Esce da Magic Set Editor; chiede se salvare il set
edit: #edit:
undo: Annulla l'ultima azione undo: Annulla l'ultima azione
redo: Ripristina l'ultima azione redo: Ripristina l'ultima azione
cut: Muovi il testo selezionato negli appunti cut: Muovi il testo selezionato negli appunti
@@ -142,15 +158,17 @@ help:
paste: Inserisci il testo dagli appunti paste: Inserisci il testo dagli appunti
paste card: Inserisci la carta dagli appunti paste card: Inserisci la carta dagli appunti
paste keyword: Inserisci la parola-chiave dagli appunti paste keyword: Inserisci la parola-chiave dagli appunti
select all: Seleziona tutto il testo
find: Cerca nel testo delle carte find: Cerca nel testo delle carte
find next: Trova successivo find next: Trova successivo
replace: Rimpiazza nel testo della carta replace: Rimpiazza nel testo della carta
auto replace: Rimpiazza il testo automaticamente auto replace: Rimpiazza il testo automaticamente
preferences: Cambia la configurazione di Magic Set Editor preferences: Cambia la configurazione di Magic Set Editor
cards: #cards:
previous card: Seleziona la carta precedente della lista previous card: Seleziona la carta precedente della lista
next card: Seleziona la prossima carta della lista next card: Seleziona la prossima carta della lista
search cards: Filtra l'elenco delle carte utilizzando i termini di ricerca
add card: Aggiunge una nuova carta vuota al set add card: Aggiunge una nuova carta vuota al set
add cards: Aggiunge carte multiple al set add cards: Aggiunge carte multiple al set
remove card: Cancella la carta selezionata dal set remove card: Cancella la carta selezionata dal set
@@ -162,28 +180,33 @@ help:
rotate 180: Visualizza la carta capovolta rotate 180: Visualizza la carta capovolta
card list columns: Seleziona quali colonne visualizzare e in quale ordine. card list columns: Seleziona quali colonne visualizzare e in quale ordine.
keywords: #keywords:
previous keyword: Seleziona la parola-chiave precedente previous keyword: Seleziona la parola-chiave precedente
next keyword: Seleziona la parola-chiave seguente next keyword: Seleziona la parola-chiave seguente
search keywords: Filtra l'elenco di parola-chiave utilizzando i termini di ricerca
add keyword: Aggiungi una nuova parola-chiave add keyword: Aggiungi una nuova parola-chiave
remove keyword: Cancella la parola-chiave selezionata remove keyword: Cancella la parola-chiave selezionata
format: #format:
bold: Applica il grassetto al testo selezionato bold: Applica il grassetto al testo selezionato
italic: Applica il corsivo al testo selezionato italic: Applica il corsivo al testo selezionato
underline: Sottolinea il testo selezionato
symbols: Trasforma il testo selezionato in simboli symbols: Trasforma il testo selezionato in simboli
reminder text: Mostra promemoria per la parola-chiave selezionata reminder text: Mostra promemoria per la parola-chiave selezionata
# spelling # spelling
no spelling suggestions: Nessun suggerimento di correzione no spelling suggestions: Nessun suggerimento di correzione
graph: #graph:
pie: Un grafico a torta, la dimensione della fetta indica il numero di carte. pie: Un grafico a torta, la dimensione della fetta indica il numero di carte.
bar: Un grafico a barre, l'altezza della colonna indica il numero di carte. bar: Un grafico a barre, l'altezza della colonna indica il numero di carte.
stack: Un grafico con barre sovrapposte. stack: Un grafico con barre sovrapposte.
scatter: Una grafico dispersione, la dimensione indica il numero di carte. scatter: Una grafico dispersione, la dimensione indica il numero di carte.
scatter pie: Una grafico dispersione in cui ogni elemento è un piccolo grafico a torta. scatter pie: Una grafico dispersione in cui ogni elemento è un piccolo grafico a torta.
window: #console:
clear console: Vuoto Console
#window:
new window: Apri un'altra finestra contenente lo stesso set new window: Apri un'altra finestra contenente lo stesso set
cards tab: Modifica le carte nel set cards tab: Modifica le carte nel set
set info tab: Modifica le informazioni su set, autore, ecc. set info tab: Modifica le informazioni su set, autore, ecc.
@@ -191,16 +214,23 @@ help:
keywords tab: Definisci parole chiave aggiuntive per questo set keywords tab: Definisci parole chiave aggiuntive per questo set
stats tab: Mostra le statistiche delle carte del set stats tab: Mostra le statistiche delle carte del set
random pack tab: Controlla se il set funziona nella pratica generando buste casuali. random pack tab: Controlla se il set funziona nella pratica generando buste casuali.
#_ADD console tab: Shows error messages and allows executing script commands. console tab: Mostra messaggi di errore e consente l'esecuzione di comandi script.
help: help: Aiuto
index: index: Indice
website: website: Sito web
about: about: Di
# New Set Window
search game list control: Filtra l'elenco dei giochi. Usa - per escludere i giochi. Usa field: per effettuare la ricerca in un campo specifico. Utilizza le virgolette per la ricerca letterale. Separa più query con uno spazio.
search stylesheet list control: Filtra l'elenco dei fogli di stile. Usa - per escludere i giochi. Usa field: per effettuare la ricerca in un campo specifico. Utilizza le virgolette per la ricerca letterale. Separa più query con uno spazio.
# Cards panel # Cards panel
collapse notes: Nascondi il campo 'Note carta' collapse notes: Nascondi il campo 'Note carta'
expand notes: Mpstra il campo 'Note carta' expand notes: Mpstra il campo 'Note carta'
search cards control: Filtra l'elenco delle carte. Usa - per escludere i giochi. Usa field: per effettuare la ricerca in un campo specifico. Utilizza le virgolette per la ricerca letterale. Separa più query con uno spazio.
# Keywords panel
search keywords control: Filtra l'elenco delle parole chiave. Usa - per escludere i giochi. Usa field: per effettuare la ricerca in un campo specifico. Utilizza le virgolette per la ricerca letterale. Separa più query con uno spazio.
# Random pack panel # Random pack panel
random seed: Ogni volta saranno generate buste diverse. random seed: Ogni volta saranno generate buste diverse.
fixed seed: Usando lo stesso seme si ottengono le stesse buste 'casuali'. fixed seed: Usando lo stesso seme si ottengono le stesse buste 'casuali'.
@@ -212,7 +242,8 @@ help:
app language: app language:
Nota: Devi riavviare MSE perchè le modifiche abbiano effetto. Nota: Devi riavviare MSE perchè le modifiche abbiano effetto.
zoom export: zoom export:
(Se disattivato, le carte sono esportate e copiate al 100% della grandezza e con orientamento normale) (Se disattivato, le carte sono esportate e copiate
al 100% della grandezza e con orientamento normale)
# apprentice export # apprentice export
set code: Un set code è un codice di due caratteri usato da Apprentice come riferimento ad un set. set code: Un set code è un codice di due caratteri usato da Apprentice come riferimento ad un set.
@@ -223,7 +254,7 @@ help:
save symbol: Salva il simbolo save symbol: Salva il simbolo
save symbol as: Salva il simbolo con nome save symbol as: Salva il simbolo con nome
store symbol: Assegna il simbolo al set store symbol: Assegna il simbolo al set
close symbol editor:Chiude l'editor di simboli close symbol editor: Chiude l'editor di simboli
duplicate: Duplica le forme selezionate duplicate: Duplica le forme selezionate
group: Raggruppa le forme selezionate group: Raggruppa le forme selezionate
@@ -232,7 +263,7 @@ help:
grid: Mostra griglia grid: Mostra griglia
snap: Allinea figure e punti alla griglia snap: Allinea figure e punti alla griglia
tool: #tool:
select: Seleziona e muovi le figure select: Seleziona e muovi le figure
rotate: Ruota e taglia le figure rotate: Ruota e taglia le figure
points: Modifica i punti di controllo di una figura nel simbolo points: Modifica i punti di controllo di una figura nel simbolo
@@ -240,7 +271,7 @@ help:
symmetry: Aggiunge simmetria al simbolo symmetry: Aggiunge simmetria al simbolo
paint: Disegna sulla figura con un pennello paint: Disegna sulla figura con un pennello
select editor: #select editor:
merge: Unisce la figura con quelle sottostanti merge: Unisce la figura con quelle sottostanti
subtract: Sottrae questa figura da quelle sottostanti, lasciando solo l'area che non le appartiene subtract: Sottrae questa figura da quelle sottostanti, lasciando solo l'area che non le appartiene
intersect: Interseca questa figura con quelle sottostanti, lasciando solo l'area in comune intersect: Interseca questa figura con quelle sottostanti, lasciando solo l'area in comune
@@ -293,7 +324,7 @@ tool:
keywords tab: Keywords keywords tab: Keywords
stats tab: Statistiche stats tab: Statistiche
random pack tab: Buste random pack tab: Buste
#_ADD console tab: Console console tab: Console
# symbol editor # symbol editor
store symbol: Usa store symbol: Usa
@@ -331,15 +362,17 @@ tool:
smooth point: Ammorbidisci smooth point: Ammorbidisci
symmetric point: Simmetrico symmetric point: Simmetrico
clear console: Vuoto Console
############################################################## Toolbar help text ############################################################## Toolbar help text
tooltip: tooltip:
cards tab: cards tab: Elenco delle Carte
set info tab: Informazioni set set info tab: Informazioni set
style tab: style tab: Stile Carta
keywords tab: keywords tab: Parola-chiave
stats tab: stats tab: Statistiche
random pack tab: Buste casuali random pack tab: Buste casuali
#_ADD console tab: console tab: Errori e avvisi
new set: Nuovo set new set: Nuovo set
open set: Apri set open set: Apri set
@@ -361,6 +394,7 @@ tooltip:
bold: Grassetto bold: Grassetto
italic: Corsivo italic: Corsivo
underline: Sottolineare
symbols: Simboli symbols: Simboli
reminder text: Promemoria reminder text: Promemoria
@@ -370,12 +404,6 @@ tooltip:
scatter: Grafico dispersione scatter: Grafico dispersione
scatter pie: Grafico torte dispersione scatter pie: Grafico torte dispersione
cards tab:
set info tab: Informazioni set
style tab: Stile Carta
keywords tab:
stats tab:
# symbol editor # symbol editor
store symbol: Usa il simbolo nel set store symbol: Usa il simbolo nel set
@@ -412,14 +440,16 @@ tooltip:
smooth point: Rendi punto morbido smooth point: Rendi punto morbido
symmetric point: Rendi punto simmetrico symmetric point: Rendi punto simmetrico
clear console: Vuoto Console
############################################################## Labels in the GUI ############################################################## Labels in the GUI
label: label:
# Cards tab # Cards tab
card notes: Note carta: card notes: Note carta:
#_ADD search cards: Search for cards... search cards: Cerca carte (Ctrl+K)
# Keywords tab # Keywords tab
#_ADD search keywords: Search for keywords... search keywords: Cerca parole chiave (Ctrl+K)
keyword: Parole chiave keyword: Parole chiave
match: Nome match: Nome
mode: Tipo mode: Tipo
@@ -441,7 +471,7 @@ label:
total cards: Totale total cards: Totale
# Open dialogs # Open dialogs
all files Tutti i file all files: Tutti i file
# Other set window dialogs # Other set window dialogs
save changes: save changes:
@@ -452,6 +482,8 @@ label:
# New set window # New set window
game type: &Tipo di gioco: game type: &Tipo di gioco:
style type: &Stile carte: style type: &Stile carte:
search game list: Filtra giochi
search stylesheet list: Filtra fogli di stile
stylesheet not found: stylesheet not found:
Il set che stai cercando di aprire usa lo stile "%s". Il set che stai cercando di aprire usa lo stile "%s".
@@ -460,13 +492,20 @@ label:
# Preferences # Preferences
language: Lingua language: Lingua
windows: Set aperti windows: Set aperti
app language: Lingua dell'interfaccia: app language: Lingua dell'interfaccia (App Language)
card display: Visualizza Carta card display: Visualizza Carta
zoom: &Zoom: storage: Magazzinaggio
zoom: Ingrandisci
export: &Esporta
scale: Scala interna
percent of normal: % della grandezza originale percent of normal: % della grandezza originale
external programs: Programmi esterni external programs: Programmi esterni
apprentice: &Apprentice: apprentice: &Apprentice:
apprentice exe: Eseguibile di Apprentice apprentice exe: Eseguibile di Apprentice
internal scale desc:
Scala per archiviare internamente le immagini delle carte.
La modifica di questa impostazione potrebbe influire sull'aspetto della Nitidezza.
Non si applica retroattivamente alle immagini esistenti.
check at startup: Controlla aggiornamenti all'avvio check at startup: Controlla aggiornamenti all'avvio
checking requires internet: checking requires internet:
Controllare gli aggiornamenti richiede una connessione a Internet. Controllare gli aggiornamenti richiede una connessione a Internet.
@@ -480,8 +519,8 @@ label:
# Card select / images export # Card select / images export
select cards: Carte da esportare select cards: Carte da esportare
selected card count: %s carte saranno esportate.
select cards print: Seleziona le carte che vuoi stampare select cards print: Seleziona le carte che vuoi stampare
selected card count: %s carte saranno esportate.
filename format: &Formato: filename format: &Formato:
filename conflicts: &Handle duplicating filenames: filename conflicts: &Handle duplicating filenames:
export filenames: Filenames export filenames: Filenames
@@ -493,11 +532,13 @@ label:
# Html export # Html export
html template: Template: html template: Template:
html export options:Opzioni esportazione html export options: Opzioni esportazione
# Image slicer # Image slicer
original: Originale: original: Originale:
result: Risultato: result: Risultato:
original with dimensions: Originale (%s x %s):
result with dimensions: Risultato (%s x %s):
size: Dimensioni size: Dimensioni
original size: &Dimensioni originali original size: &Dimensioni originali
size to fit: Adatta alla &Finestra size to fit: Adatta alla &Finestra
@@ -508,11 +549,14 @@ label:
selection top: A&lto selection top: A&lto
selection width: &Larghezza selection width: &Larghezza
selection height: Al&tezza selection height: Al&tezza
zoom: Zoom selection center: Centrare
selection center vertically: Centra verticalmente
selection center horizontally: Centra orizzontalmente
selection center both: Centrare entrambi
fix aspect ratio: Mantieni proporzioni (larghezza/altezza) fix aspect ratio: Mantieni proporzioni (larghezza/altezza)
zoom amount: Zoom zoom amount: Ingrandisci
zoom amount x: Zoom &X zoom amount x: Ingrandisci &X
zoom amount y: Zoom &Y zoom amount y: Ingrandisci &Y
zoom %: % zoom %: %
filter: Filtro filter: Filtro
sharpen filter: &Contrasta sharpen filter: &Contrasta
@@ -566,7 +610,8 @@ button:
add custom pack: Aggiungi Busta personalizzata... (&C) add custom pack: Aggiungi Busta personalizzata... (&C)
# Console panel # Console panel
#_ADD evaluate: &Evaluate evaluate: &Valutare
clear: Vuoto
# Welcome # Welcome
new set: Nuovo set new set: Nuovo set
@@ -582,11 +627,12 @@ button:
show lines: Mostra &linee attorno ai campi show lines: Mostra &linee attorno ai campi
show editing hints: Mostra suggerimenti per le &modifiche show editing hints: Mostra suggerimenti per le &modifiche
zoom export: usa le impostazioni di zoom e rotazione quando e&sporti zoom export: usa le impostazioni di zoom e rotazione quando e&sporti
#_ADD spellcheck enabled: Show &spelling errors on cards spellcheck enabled: Mostra gli errori di ortografia sulle carte
check now: Controlla ora (&N) check now: Controlla ora (&N)
always: Sempre always: Sempre
if internet connection exists: Se è presente una connessione a Internet if internet connection exists: Se è presente una connessione a Internet
never: Mai never: Mai
internal image extension: Memorizza le immagini internamente con l'estensione del file
# Column select # Column select
move up: Muovi S&u move up: Muovi S&u
@@ -639,6 +685,7 @@ title:
new set: Nuovo Set new set: Nuovo Set
open set: Apri set open set: Apri set
save set: Salva set come save set: Salva set come
save set as directory: Salva impostato come directory
save image: Salva immagine save image: Salva immagine
updates available: Aggiornamenti disponibili updates available: Aggiornamenti disponibili
save changes: Salvare modifiche? save changes: Salvare modifiche?
@@ -648,6 +695,7 @@ title:
global: Globali global: Globali
display: Visualizza display: Visualizza
directories: Cartelle directories: Cartelle
internal: Interna
updates: Aggiornamenti updates: Aggiornamenti
update check: Controlla aggiornamenti update check: Controlla aggiornamenti
locate apprentice: Localizza Apprentice locate apprentice: Localizza Apprentice
@@ -655,6 +703,7 @@ title:
select columns: Seleziona colonne select columns: Seleziona colonne
select cards: Seleziona carte select cards: Seleziona carte
select cards export: Seleziona carte da esportare select cards export: Seleziona carte da esportare
select cards print: Seleziona le carte che desideri stampare
# slice # slice
slice image: Ritaglia figura slice image: Ritaglia figura
# pack # pack
@@ -692,6 +741,7 @@ action:
paste: Incolla paste: Incolla
auto replace: Rimpiazza automaticamente auto replace: Rimpiazza automaticamente
correct: Correzione ortografica correct: Correzione ortografica
# Choice/color editors # Choice/color editors
change: Cambia %s change: Cambia %s
@@ -702,7 +752,7 @@ action:
scale: Ridimensiona %s scale: Ridimensiona %s
duplicate: Duplica %s duplicate: Duplica %s
reorder parts: Riordina reorder parts: Riordina
change combine mode:Cambia combinazione change combine mode: Cambia combinazione
change shape name: Cambia nome figura change shape name: Cambia nome figura
group parts: Raggruppa group parts: Raggruppa
ungroup parts: Sgruppa ungroup parts: Sgruppa
@@ -719,7 +769,7 @@ action:
# Symmetry # Symmetry
add symmetry: Aggiungi Simmetria add symmetry: Aggiungi Simmetria
#remove symmetry: Rimuovi simmetria remove symmetry: Rimuovi simmetria
move symmetry center: Muovi centro di simmetria move symmetry center: Muovi centro di simmetria
move symmetry handle: Cambia orientamento simmetria move symmetry handle: Cambia orientamento simmetria
change symmetry type: Cambia tipo di simmetria change symmetry type: Cambia tipo di simmetria
@@ -779,7 +829,7 @@ error:
Questo file è stato creato con una versione più recente di Magic Set Editor (%s) Questo file è stato creato con una versione più recente di Magic Set Editor (%s)
Aprendolo, alcuni dati del file possono essere perduti. Aprendolo, alcuni dati del file possono essere perduti.
Si raccomanda di aggiornare il programma alla versione più recente. Si raccomanda di aggiornare il programma alla versione più recente.
Visita http:://magicseteditor.sourceforge.net/ Visita https://magicseteditor.boards.net/page/downloads
word list type not found: The word list type %s was not found (from a <word-list> tag) word list type not found: The word list type %s was not found (from a <word-list> tag)
pack type not found: Tipo "%s" non trovato (da un pacchetto) pack type not found: Tipo "%s" non trovato (da un pacchetto)
@@ -796,6 +846,7 @@ error:
Scegli un nome differente. Scegli un nome differente.
# Package update window # Package update window
checking updates: Verifica aggiornamenti.
can't download installer: can't download installer:
Impossibile scaricare l'installatore del pacchetto %s da %s. Impossibile scaricare l'installatore del pacchetto %s da %s.
Installazione non riuscita. Installazione non riuscita.
@@ -837,7 +888,7 @@ type:
game: gioco game: gioco
set: set set: set
stylesheet: stile stylesheet: stile
export template:modello di esportazione export template: modello di esportazione
symbol: simbolo symbol: simbolo
card: carta card: carta
cards: carte cards: carte
@@ -847,6 +898,8 @@ type:
keyword: parola-chiave keyword: parola-chiave
keywords: parole chiave keywords: parole chiave
pack: tipo busta pack: tipo busta
card region: regione della carta
card regions: regioni delle carte
# Symbol editor shapes # Symbol editor shapes
shape: forma shape: forma

View File

@@ -1,9 +1,10 @@
mse version: 2.0.0 mse version: 2.0.2
installer group: translations/japanese installer group: translations/japanese
full name: 日本語 (Japanese) full name: 日本語 (Japanese)
version: 2013-08-13 version: 2023-11-19
icon: jp.png icon: jp.png
############################################################## Menu items ############################################################## Menu items
menu: menu:
file: &ファイル file: &ファイル
@@ -11,6 +12,7 @@ menu:
open set: &開く... Ctrl+O open set: &開く... Ctrl+O
save set: &上書き保存 Ctrl+S save set: &上書き保存 Ctrl+S
save set as: 名前をつけて保存... F12 save set as: 名前をつけて保存... F12
save set as directory: ディレクトリとして保存...
export: &輸出 export: &輸出
export html: &HTML... export html: &HTML...
export image: カード&イメージ... export image: カード&イメージ...
@@ -21,15 +23,22 @@ menu:
print preview: 印刷プレビュー... print preview: 印刷プレビュー...
print: &印刷... Ctrl+P print: &印刷... Ctrl+P
reload data: 再読込 Ctrl+F5 reload data: 再読込 Ctrl+F5
#_ADD show profiler: Show Profiler Ctrl+F6 show profiler: プロファイラーを表示 Ctrl+F6
exit: 終了 Alt+F4 exit: 終了 Alt+F4
edit: &編集 edit: &編集
undo: &元に戻す%s Ctrl+Z undo: &元に戻す%s Ctrl+Z
redo: &やり直し%s Ctrl+Y redo: &やり直し%s Ctrl+Y
cut: 切り取り Ctrl+X cut: 切り取り Ctrl+X
cut card: 切り取り Ctrl+X
cut keyword: 切り取り Ctrl+X
copy: &コピー Ctrl+C copy: &コピー Ctrl+C
copy card: &コピー Ctrl+C
copy keyword: &コピー Ctrl+C
paste: &貼り付け Ctrl+V paste: &貼り付け Ctrl+V
paste card: &貼り付け Ctrl+V
paste keyword: &貼り付け Ctrl+V
select all: すべて選択 Ctrl+A
find: &検索 Ctrl+F find: &検索 Ctrl+F
find next: 次を検索 F3 find next: 次を検索 F3
replace: 置換 Ctrl+H replace: 置換 Ctrl+H
@@ -39,6 +48,7 @@ menu:
cards: &カード cards: &カード
previous card: 前のカードを選択 PgUp previous card: 前のカードを選択 PgUp
next card: 次のカードを選択 PgDn next card: 次のカードを選択 PgDn
search cards: カードの検索 Ctrl+K
add card: &カードを追加 Ctrl+Enter add card: &カードを追加 Ctrl+Enter
add cards: &複数のカードを追加... add cards: &複数のカードを追加...
remove card: &選択したカードを削除 remove card: &選択したカードを削除
@@ -52,17 +62,19 @@ menu:
keywords: &キーワード keywords: &キーワード
previous keyword: 前のキーワードを選択 PgUp previous keyword: 前のキーワードを選択 PgUp
next keyword: 次のキーワードを選択 PgDn next keyword: 次のキーワードを選択 PgDn
search keywords: 検索キーワード Ctrl+K
add keyword: &キーワードを追加 Ctrl+Enter add keyword: &キーワードを追加 Ctrl+Enter
remove keyword: &キーワードを削除 Del remove keyword: &キーワードを削除 Del
format: &書式 format: &書式
bold: &太字 Ctrl+B bold: &太字 Ctrl+B
italic: &斜体 Ctrl+I italic: &斜体 Ctrl+I
underline: 下線 Ctrl+U
symbols: &記号 Ctrl+M symbols: &記号 Ctrl+M
reminder text: &注釈文 Ctrl+R reminder text: &注釈文 Ctrl+R
insert symbol: 記号の挿入 insert symbol: 記号の挿入
#_ADD # spelling # spelling
#_ADD no spelling suggestions: (no suggestions) no spelling suggestions: (提案はありません)
graph: &グラフ graph: &グラフ
pie: &パイ 1 pie: &パイ 1
@@ -71,15 +83,18 @@ menu:
scatter: &散布図 4 scatter: &散布図 4
scatter pie: &散乱-パイ 5 scatter pie: &散乱-パイ 5
console: 機
clear console: 機を片付ける Ctrl+L
window: &ウィンドウ window: &ウィンドウ
new window: &新しいウィンドウ new window: &新しいウィンドウ
cards tab: &カード F5 cards tab: &カード F5
set info tab: &セットの情報 F6
style tab: スタイル F7 style tab: スタイル F7
set info tab: &セットの情報 F6
keywords tab: &キーワード F8 keywords tab: &キーワード F8
stats tab: 統計 F9 stats tab: 統計 F9
#_ADD random pack tab: &Random Packs random pack tab: ランダムパック Alt+6
#_ADD console tab: &Console Ctrl+F9 console tab: 機 Alt+7
help: &ヘルプ help: &ヘルプ
index: &索引... F1 index: &索引... F1
@@ -93,7 +108,7 @@ menu:
save symbol: &上書き保存 Ctrl+S save symbol: &上書き保存 Ctrl+S
save symbol as: 名前をつけて保存... F12 save symbol as: 名前をつけて保存... F12
store symbol: 適用 Ctrl+Enter store symbol: 適用 Ctrl+Enter
close symbol editor:閉じる Alt+F4 close symbol editor: 閉じる Alt+F4
duplicate: &複製 Ctrl+D duplicate: &複製 Ctrl+D
group: &グループ化 Ctrl+G group: &グループ化 Ctrl+G
@@ -111,12 +126,13 @@ menu:
help: help:
welcome: Magic Set Editor 2 へようこそ welcome: Magic Set Editor 2 へようこそ
file: #file:
new set: 新しいセットを作成します。 new set: 新しいセットを作成します。
open set: 既存のセットを開きます。 open set: 既存のセットを開きます。
last opened set: 直前に '%s' を開く。 last opened set: 直前に '%s' を開く。
save set: 現在のセットを保存します。 save set: 現在のセットを保存します。
save set as: 現在のセットを新しい名前で保存します。 save set as: 現在のセットを新しい名前で保存します。
save set as directory: カードごとに個別のファイルを含むディレクトリとしてセットを保存します
export: エクスポート... export: エクスポート...
export html: 現在のセットをHTML形式で出力します。 export html: 現在のセットをHTML形式で出力します。
export image: 選択したカードの画像を出力します。 export image: 選択したカードの画像を出力します。
@@ -127,10 +143,10 @@ help:
print preview: 印刷のプレビュー画面を表示します。 print preview: 印刷のプレビュー画面を表示します。
print: このセットを印刷します。 print: このセットを印刷します。
reload data: 全てのテンプレートファイルと現在のセットを再読み込みします。 reload data: 全てのテンプレートファイルと現在のセットを再読み込みします。
#_ADD show profiler: Show the profiler window, with timings of (script) functions. Used for optimization. show profiler: スクリプト関数のタイミングを示すプロファイラー ウィンドウを表示します。 最適化に使用されます。
exit: Magic Set Editorを終了します。 exit: Magic Set Editorを終了します。
edit: #edit:
undo: 直前に行った操作を元に戻します。 undo: 直前に行った操作を元に戻します。
redo: 直前に行った操作をやり直します。 redo: 直前に行った操作をやり直します。
cut: 選択したテキストをクリップボードに移動します。 cut: 選択したテキストをクリップボードに移動します。
@@ -142,15 +158,17 @@ help:
paste: クリップボードのテキストを挿入します。 paste: クリップボードのテキストを挿入します。
paste card: クリップボードのカードを挿入します。 paste card: クリップボードのカードを挿入します。
paste keyword: クリップボードのキーワード能力を挿入します。 paste keyword: クリップボードのキーワード能力を挿入します。
select all: すべてのテキストを選択
find: カードテキストから指定したテキストを検索します。 find: カードテキストから指定したテキストを検索します。
find next: 次に適合するテキストを検索します。 find next: 次に適合するテキストを検索します。
replace: カードテキストから指定したテキストを置換します。 replace: カードテキストから指定したテキストを置換します。
auto replace: どのテキストが自動的に置き換えられるべきですか? auto replace: どのテキストが自動的に置き換えられるべきですか?
preferences: Magic Set Editorの設定を変更します。 preferences: Magic Set Editorの設定を変更します。
cards: #cards:
previous card: リストの前のカードを選択します。 previous card: リストの前のカードを選択します。
next card: リストの次のカードを選択します。 next card: リストの次のカードを選択します。
search cards: 検索語を使用してカードリストをフィルタリングする
add card: 新しいカードを現在のセットに加えます。 add card: 新しいカードを現在のセットに加えます。
add cards: 複数のカードを現在のセットに加えます。 add cards: 複数のカードを現在のセットに加えます。
remove card: 現在のセットから選ばれたカードを削除します。 remove card: 現在のセットから選ばれたカードを削除します。
@@ -162,51 +180,63 @@ help:
rotate 180: カードを180°回転させて表示します。 rotate 180: カードを180°回転させて表示します。
card list columns: 表示させる列の設定を行います。 card list columns: 表示させる列の設定を行います。
keywords: #keywords:
previous keyword: リストの前のキーワード能力を選択します。 previous keyword: リストの前のキーワード能力を選択します。
next keyword: リストの次のキーワード能力を選択します。 next keyword: リストの次のキーワード能力を選択します。
search keywords: 検索語を使用してキーワードリストをフィルタリングする
add keyword: 新しいキーワード能力を現在のセットに加えます。 add keyword: 新しいキーワード能力を現在のセットに加えます。
remove keyword: 現在のセットから選ばれたキーワード能力を削除します。 remove keyword: 現在のセットから選ばれたキーワード能力を削除します。
format: #format:
bold: 選択したテキストを太字(ボールド体)にします。 bold: 選択したテキストを太字(ボールド体)にします。
italic: 選択したテキストを斜体(イタリック体)にします。 italic: 選択したテキストを斜体(イタリック体)にします。
underline: 選択したテキストに下線を付けます
symbols: 選択したテキストをマナ・シンボルなどのシンボルにします。 symbols: 選択したテキストをマナ・シンボルなどのシンボルにします。
reminder text: 選ばれたキーワード能力のための注釈文を表示させます。 reminder text: 選ばれたキーワード能力のための注釈文を表示させます。
#_ADD # spelling # spelling
#_ADD no spelling suggestions: There are no suggestions for correcting this error no spelling suggestions: このエラーを修正するための提案はありません
graph: #graph:
pie: を円グラフ、スライスのサイズのカードの数を示します pie: を円グラフ、スライスのサイズのカードの数を示します
bar: バーグラフは、バーの高さをカードの数を示します bar: バーグラフは、バーの高さをカードの数を示します
stack: バーグラフを積み重ねバー stack: バーグラフを積み重ねバー
scatter: 散布図は、カードの大きさの数を示します scatter: 散布図は、カードの大きさの数を示します
scatter pie: 各アイテムを散布図では、小さなパイグラフ scatter pie: 各アイテムを散布図では、小さなパイグラフ
window: #console:
clear console: 機を片付ける
#window:
new window: 同じセットを編集するために、もう一つのウィンドウを表示します。 new window: 同じセットを編集するために、もう一つのウィンドウを表示します。
cards tab: 現在のセットのカードを編集します。 cards tab: 現在のセットのカードを編集します。
set info tab: 現在のセットについての情報を表示します。 set info tab: 現在のセットについての情報を表示します。
style tab: 現在のカードのスタイルを変更します。 style tab: 現在のカードのスタイルを変更します。
keywords tab: 現在のセットのためのキーワード能力を定義します。 keywords tab: 現在のセットのためのキーワード能力を定義します。
stats tab: 現在のセットの統計を表示します。 stats tab: 現在のセットの統計を表示します。
#_ADD random pack tab: Try how the set works out in practice by generating random booster packs. random pack tab: ランダムパックを生成する
#_ADD console tab: Shows error messages and allows executing script commands. console tab: エラー メッセージを表示し、スクリプト コマンドの実行を許可します。
help: help: ヘルプ
index: index: 索引
website: website: Webサイト
about: about: について
# New Set Window
search game list control: ゲームリストをフィルタリングします。 ゲームを除外するには - を使用します。 field: を使用して、特定のフィールドを検索します。 リテラル検索には「」を使用します。 複数のクエリはスペースで区切ります。
search stylesheet list control: テンプレートリストをフィルタリングします。 ゲームを除外するには - を使用します。 field: を使用して、特定のフィールドを検索します。 リテラル検索には「」を使用します。 複数のクエリはスペースで区切ります。
# Cards panel # Cards panel
#_ADD collapse notes: Hide the card notes box collapse notes: カードのメモボックスを非表示にする
#_ADD expand notes: Show the card notes box expand notes: カードのメモボックスを表示する
search cards control: カードリストをフィルタリングします。 ゲームを除外するには - を使用します。 field: を使用して、特定のフィールドを検索します。 リテラル検索には「」を使用します。 複数のクエリはスペースで区切ります。
# Keywords panel
search keywords control: キーワードリストをフィルタリングします。 ゲームを除外するには - を使用します。 field: を使用して、特定のフィールドを検索します。 リテラル検索には「」を使用します。 複数のクエリはスペースで区切ります。
# Random pack panel # Random pack panel
#_ADD random seed: Different packs will be generated each time. random seed: 毎回異なるパックが生成されます。
#_ADD fixed seed: Using the same seed number gives the same 'random' packs. fixed seed: 同じシード番号を使用すると、同じパックが得られます。
#_ADD seed: Seed number for the random generator. Using the same seed number gives the same 'random' packs. seed: ランダムジェネレーターのシード番号。 同じシード番号を使用すると、同じパックが得られます。
#_ADD edit pack type: Double click to edit pack type edit pack type: ダブルクリックしてパックタイプを編集します
#_ADD number of packs: The number of %ss to generate number of packs: 生成する %ss の数
# Preferences # Preferences
app language: app language:
@@ -224,7 +254,7 @@ help:
save symbol: 現在のセット・シンボルを保存します。 save symbol: 現在のセット・シンボルを保存します。
save symbol as: 現在のセット・シンボルを新しい名前で保存します。 save symbol as: 現在のセット・シンボルを新しい名前で保存します。
store symbol: 現在のセット・シンボルを、現在のセットで使用します。 store symbol: 現在のセット・シンボルを、現在のセットで使用します。
close symbol editor:シンボル・エディタを終了します。 close symbol editor: シンボル・エディタを終了します。
duplicate: 選択した図形を複製します。 duplicate: 選択した図形を複製します。
group: 選択した図形をグループにします。 group: 選択した図形をグループにします。
@@ -233,7 +263,7 @@ help:
grid: グリッドの表示/非表示を変更します。 grid: グリッドの表示/非表示を変更します。
snap: 図形とポイントをグリッドに合わせるかどうか選択します。 snap: 図形とポイントをグリッドに合わせるかどうか選択します。
tool: #tool:
select: 図形を選択します。 select: 図形を選択します。
rotate: 図形を回転させます。 rotate: 図形を回転させます。
points: 図形を編集するためのポイントを設置します。 points: 図形を編集するためのポイントを設置します。
@@ -241,7 +271,7 @@ help:
symmetry: 対象線を加えます。 symmetry: 対象線を加えます。
paint: ペイントブラシツールを使って図形をペイントします。 paint: ペイントブラシツールを使って図形をペイントします。
select editor: #select editor:
merge: それの下でこの形をそれらと合併させます merge: それの下でこの形をそれらと合併させます
subtract: それの下の形からこの形を引いて、すなわちこの形でエリアだけをその形に残します subtract: それの下の形からこの形を引いて、すなわちこの形でエリアだけをその形に残します
intersect: それ、両方のエリアだけが形成する葉の下の形でのこの形を横切ります intersect: それ、両方のエリアだけが形成する葉の下の形でのこの形を横切ります
@@ -293,8 +323,8 @@ tool:
style tab: スタイル style tab: スタイル
keywords tab: キーワード keywords tab: キーワード
stats tab: 統計値 stats tab: 統計値
#_ADD random pack tab: Random random pack tab: ブースターパック
#_ADD console tab: Console console tab:
# symbol editor # symbol editor
store symbol: 使います store symbol: 使います
@@ -332,15 +362,17 @@ tool:
smooth point: 滑らかにします smooth point: 滑らかにします
symmetric point: 対称的です symmetric point: 対称的です
clear console: 機を片付ける
############################################################## Toolbar help text ############################################################## Toolbar help text
tooltip: tooltip:
cards tab: cards tab: カード
set info tab: セットの情報 set info tab: セットの情報
style tab: style tab: スタイル
keywords tab: keywords tab: キーワード
stats tab: stats tab: 統計
#_ADD random pack tab: Random packs random pack tab: ランダムパック
#_ADD console tab: console tab: エラーと警告
new set: 新規作成 new set: 新規作成
open set: 開く open set: 開く
@@ -362,6 +394,7 @@ tooltip:
bold: 太字 bold: 太字
italic: 斜体 italic: 斜体
underline: 下線
symbols: シンボル symbols: シンボル
reminder text: 注釈文 reminder text: 注釈文
@@ -371,12 +404,6 @@ tooltip:
scatter: 散布図 scatter: 散布図
scatter pie: 散乱-パイプロット scatter pie: 散乱-パイプロット
cards tab:
set info tab: セットの情報
style tab: スタイル
keywords tab:
stats tab:
# symbol editor # symbol editor
store symbol: 使用セットの記号 store symbol: 使用セットの記号
@@ -413,14 +440,16 @@ tooltip:
smooth point: ポイントを滑らかにしてください smooth point: ポイントを滑らかにしてください
symmetric point: ポイントを対称的にしてください symmetric point: ポイントを対称的にしてください
clear console: 機を片付ける
############################################################## Labels in the GUI ############################################################## Labels in the GUI
label: label:
# Cards tab # Cards tab
card notes: カードメモ: card notes: カードメモ:
#_ADD search cards: Search for cards... search cards: カードを検索する (Ctrl+K)
# Keywords tab # Keywords tab
#_ADD search keywords: Search for keywords... search keywords: 検索キーワード (Ctrl+K)
keyword: キーワード keyword: キーワード
match: 適合 match: 適合
mode: モード mode: モード
@@ -435,14 +464,14 @@ label:
styling options: スタイル・オプション styling options: スタイル・オプション
# Random pack panel # Random pack panel
#_ADD pack selection: Pack selection pack selection: パックの選択
#_ADD pack totals: Totals pack totals: カウント
#_ADD pack name: Pack name pack name: パック名
#_ADD seed: Seed seed: シード
#_ADD total cards: Total total cards: 合計
# Open dialogs # Open dialogs
all files 全てのファイル all files: 全てのファイル
# Other set window dialogs # Other set window dialogs
save changes: save changes:
@@ -453,6 +482,8 @@ label:
# New set window # New set window
game type: &ゲームタイプ: game type: &ゲームタイプ:
style type: &カードスタイル: style type: &カードスタイル:
search game list: ゲームをフィルターする
search stylesheet list: フィルターテンプレート
stylesheet not found: stylesheet not found:
あなたが始めようとしているセットがスタイルシートを使う "%s"。 あなたが始めようとしているセットがスタイルシートを使う "%s"。
@@ -460,14 +491,21 @@ label:
# Preferences # Preferences
language: 言語 language: 言語
#_ADD windows: Open sets windows: オープンセット
app language: ユーザー・インタフェースの言語 app language: ユーザー・インタフェースの言語 (App Language)
card display: カード表示 card display: カード表示
zoom: &ズーム: storage: ストレージ
zoom: ズーム
export: 輸出
scale: 内部スケール
percent of normal: 正常なサイズのパーセント値 percent of normal: 正常なサイズのパーセント値
external programs: 外部のプログラム external programs: 外部のプログラム
apprentice: &Apprentice apprentice: &Apprentice
apprentice exe: Apprenticeを起動できます apprentice exe: Apprenticeを起動できます
internal scale desc:
カード画像を内部的に保存するためのスケール。
これを変更すると、シャープ化の見た目に影響する可能性があります。
既存のイメージには遡って適用されません。
check at startup: 起動ごとのバージョン・チェック check at startup: 起動ごとのバージョン・チェック
checking requires internet: checking requires internet:
アップデートを調べることはインターネット接続を必要とします。 アップデートを調べることはインターネット接続を必要とします。
@@ -480,9 +518,9 @@ label:
columns: 列: columns: 列:
# Card select / images export # Card select / images export
#_ADD select cards: Cards to export select cards: エクスポートするカード
#_ADD selected card count: %s cards will be exported.
select cards print: あなたが印刷したいカードを選んでください select cards print: あなたが印刷したいカードを選んでください
selected card count: %s 枚のカードがエクスポートされます。
filename format: &フォーマット: filename format: &フォーマット:
filename conflicts: &取っ手を複写することのファイル名: filename conflicts: &取っ手を複写することのファイル名:
export filenames: ファイル名 export filenames: ファイル名
@@ -494,29 +532,34 @@ label:
# Html export # Html export
html template: テンプレート: html template: テンプレート:
html export options:エクスポート・オプション html export options: エクスポート・オプション
# Image slicer # Image slicer
original: オリジナル: original: オリジナル:
result: 結果: result: 結果:
original with dimensions: オリジナル (%s x %s):
result with dimensions: 結果 (%s x %s):
size: サイズ size: サイズ
#_ADD original size: &Original Size original size: オリジナルサイズ
#_ADD size to fit: Size to &Fit size to fit: フィットするようにサイズを変更する
#_ADD force to fit: F&orce to Fit force to fit: 力でフィットさせる
#_ADD custom size: &Custom Size custom size: カスタムサイズ
selection: 選択 selection: 選択
#_ADD selection left: &Left selection left:
#_ADD selection top: &Top selection top:
#_ADD selection width: &Width selection width:
#_ADD selection height: &Height selection height: 身長
zoom: ズーム selection center: 中心
#_ADD fix aspect ratio: Fix aspect ratio (width/height) selection center vertically: 垂直方向の中央に配置
#_ADD zoom amount: Zoom selection center horizontally: 水平方向の中央揃え
#_ADD zoom amount x: Zoom &X selection center both: 中央両方
#_ADD zoom amount y: Zoom &Y fix aspect ratio: アスペクト比を修正 (幅高さ)
#_ADD zoom %: % zoom amount: ズーム
zoom amount x: ズーム &X
zoom amount y: ズーム &Y
zoom %: %
filter: フィルター filter: フィルター
#_ADD sharpen filter: &Sharpen filter sharpen filter: 研ぐ
# Auto replace # Auto replace
auto match: 適合 auto match: 適合
@@ -536,16 +579,16 @@ label:
package installed: インストール package installed: インストール
package installable: 正しくインストール package installable: 正しくインストール
install package: インストール install package: インストール
#_ADD reinstall package: reinstall reinstall package: 再インストール
upgrade package: アップグレード upgrade package: アップグレード
remove package: 取り外す remove package: 取り外す
#_ADD installed version: Installed version: installed version: インストールされているバージョン
#_ADD installable version: Latest version: installable version: 最新バージョン
#_ADD installer size: Size: installer size: サイズ
#_ADD installer status: Status: installer status: 状態
#_ADD no version: - no version: -
#_ADD
############################################################## Buttons/checkboxes/choices in the GUI ############################################################## Buttons/checkboxes/choices in the GUI
button: button:
# Editor # Editor
@@ -561,13 +604,14 @@ button:
refer parameter: パラメータを使用する... refer parameter: パラメータを使用する...
# Random pack panel # Random pack panel
#_ADD generate pack: &Generate Pack generate pack: パックの生成
#_ADD random seed: &Random Seed random seed: ランダムシード
#_ADD fixed seed: &Fixed Seed fixed seed: 固定シード
#_ADD add custom pack: Add &Custom Pack... add custom pack: カスタムパックの追加...
# Console panel # Console panel
#_ADD evaluate: &Evaluate evaluate: 評価する
clear: 機を片付ける
# Welcome # Welcome
new set: 新規作成 new set: 新規作成
@@ -576,18 +620,19 @@ button:
last opened set: 直前のセット last opened set: 直前のセット
# Preferences # Preferences
#_ADD open sets in new window: Open all sets in a new &window open sets in new window: すべてのセットを新しいウィンドウで開きます
select: &選択... select: &選択...
browse: &参照... browse: &参照...
high quality: &高品質の画像 high quality: &高品質の画像
show lines: 編集フィールドの線を表示する show lines: 編集フィールドの線を表示する
show editing hints: 編集の際にボックスとヒントを表示する show editing hints: 編集の際にボックスとヒントを表示する
zoom export: エクスポートする際にズームと回転の設定を使用する。 zoom export: エクスポートする際にズームと回転の設定を使用する。
#_ADD spellcheck enabled: Show &spelling errors on cards spellcheck enabled: カードのスペルミスを表示する
check now: &今のチェック check now: &今のチェック
always: 常に行う always: 常に行う
if internet connection exists: インターネットに接続していれば if internet connection exists: インターネットに接続していれば
never: 行わない never: 行わない
internal image extension: ファイル拡張子を付けて画像を内部に保存する
# Column select # Column select
move up: 上へ移動 move up: 上へ移動
@@ -596,10 +641,10 @@ button:
hide: &非表示 hide: &非表示
# Card select # Card select
#_ADD export entire set: Entire set export entire set: セット全体
#_ADD export generated packs: Generated packs export generated packs: 生成されたパック
#_ADD export custom cards selection: Custom selection export custom cards selection: カスタム選択
#_ADD select cards: &Select Cards... select cards: カードを選択...
select all: &すべてを選択 select all: &すべてを選択
select none: &選択の解除 select none: &選択の解除
overwrite: 古いファイルを上書き overwrite: 古いファイルを上書き
@@ -623,11 +668,11 @@ button:
don't install package: &はインストールしないで don't install package: &はインストールしないで
install package: &インストール install package: &インストール
upgrade package: &アップグレード upgrade package: &アップグレード
#_ADD reinstall package: Re&install reinstall package: 再インストール
remove package: &取り外す remove package: &取り外す
#_ADD install group: &Install All install group: すべてインストールする
#_ADD upgrade group: &Upgrade All upgrade group: すべてアップグレードする
#_ADD remove group: &Remove All remove group: すべて削除する
############################################################## Titles in the GUI ############################################################## Titles in the GUI
title: title:
@@ -640,6 +685,7 @@ title:
new set: 新規作成 new set: 新規作成
open set: 開く open set: 開く
save set: 上書き保存 save set: 上書き保存
save set as directory: セットをディレクトリとして保存
save image: 画像の保存 save image: 画像の保存
updates available: アップデートが利用可能です。 updates available: アップデートが利用可能です。
save changes: 変更を保存しますか? save changes: 変更を保存しますか?
@@ -649,17 +695,19 @@ title:
global: 地域設定 global: 地域設定
display: 表示設定 display: 表示設定
directories: ディレクトリ設定 directories: ディレクトリ設定
internal: 内部
updates: アップデート updates: アップデート
update check: アップデート・チェック update check: アップデート・チェック
locate apprentice: Apprentice捜し locate apprentice: Apprentice捜し
# select # select
select columns: 列の選択 select columns: 列の選択
select cards: カードの選択 select cards: カードの選択
select cards export:選択したカードのエクスポート select cards export: 選択したカードのエクスポート
select cards print: 印刷したいカードを選択します
# slice # slice
slice image: 画像編集 slice image: 画像編集
#_ADD # pack # pack
#_ADD custom pack: Custom Pack Type custom pack: カスタムパックタイプ
# print # print
print preview: 印刷プレビュー print preview: 印刷プレビュー
# export # export
@@ -692,7 +740,7 @@ action:
cut: カット cut: カット
paste: ペースト paste: ペースト
auto replace: オートマチックな取って代わること auto replace: オートマチックな取って代わること
#_ADD correct: Spelling Correction correct: スペル修正
# Choice/color editors # Choice/color editors
change: 変化 %s change: 変化 %s
@@ -703,7 +751,7 @@ action:
scale: サイズを変更します %s scale: サイズを変更します %s
duplicate: 写し %s duplicate: 写し %s
reorder parts: 再注文 reorder parts: 再注文
change combine mode:変化連合体モード change combine mode: 変化連合体モード
change shape name: 変化形名 change shape name: 変化形名
group parts: グループ group parts: グループ
ungroup parts: 分かれます ungroup parts: 分かれます
@@ -720,7 +768,7 @@ action:
# Symmetry # Symmetry
add symmetry: 対称を加えてください add symmetry: 対称を加えてください
#remove symmetry: 対称を取り除いてください remove symmetry: 対称を取り除いてください
move symmetry center: 動き対称センター move symmetry center: 動き対称センター
move symmetry handle: 変化対称オリエンテーション move symmetry handle: 変化対称オリエンテーション
change symmetry type: 変化対称タイプ change symmetry type: 変化対称タイプ
@@ -779,9 +827,9 @@ error:
%s %s
このファイルがMagic Set Editorのより新しいバージョンで作られる (%s) あなたがそれを開けて、ファイルのいくつかの局面が紛失しているかもしれない時 このファイルがMagic Set Editorのより新しいバージョンで作られる (%s) あなたがそれを開けて、ファイルのいくつかの局面が紛失しているかもしれない時
あなたは最新のバージョンにアップグレードするように勧められます。 あなたは最新のバージョンにアップグレードするように勧められます。
http::を訪問してください / magicseteditor.sourceforge.net / を訪問してください https://magicseteditor.boards.net/page/downloads
word list type not found: リストタイプという語 %s (<word-list>タグから)見つからなかった word list type not found: リストタイプという語 %s (<word-list>タグから)見つからなかった
#_ADD pack type not found: The pack type "%s" was not found (from a pack type) pack type not found: パック タイプ "%s" が見つかりませんでした (パック タイプから)
# Update checking # Update checking
checking updates failed: アップデートが失敗したか調べます。 checking updates failed: アップデートが失敗したか調べます。
@@ -790,13 +838,13 @@ error:
# Stats panel # Stats panel
dimension not found: ディメンションはありません '%s' dimension not found: ディメンションはありません '%s'
#_ADD # Random packs # Random packs
#_ADD pack type duplicate name: pack type duplicate name:
There is already a pack type named '%s'. '%s' という名前のパック タイプがすでに存在します。
Please choose a different name. 別の名前を選択してください。
#_ADD
# Package update window # Package update window
# checking updates: アップデートを調べます。 checking updates: アップデートを調べます。
can't download installer: can't download installer:
インストーラのパッケージをダウンロードできませんでした。 %s 〜から %s. インストーラのパッケージをダウンロードできませんでした。 %s 〜から %s.
何もがインストールされています。 何もがインストールされています。
@@ -827,17 +875,17 @@ type:
boolean: ブールです boolean: ブールです
color: 色 color: 色
image: イメージ image: イメージ
#_ADD date: date date: 日付
nil: 何も nil: 何も
# Object types # Object types
#_ADD package: package package: パッケージ
#_ADD locale: translation locale: 翻訳
game: ゲーム game: ゲーム
set: セット set: セット
stylesheet: スタイルシート stylesheet: スタイルシート
export template:輸出テンプレート export template: 輸出テンプレート
#_ADD symbol: symbol symbol: シンボル
card: カード card: カード
cards: カード cards: カード
field: フィールド field: フィールド
@@ -845,7 +893,9 @@ type:
value: 値 value: 値
keyword: キーワード keyword: キーワード
keywords: キーワード keywords: キーワード
#_ADD pack: pack type pack: パックタイプ
card region: カード領域
card regions: すべてのカード領域
# Symbol editor shapes # Symbol editor shapes
shape: 形 shape: 形
@@ -888,7 +938,7 @@ package:
# note: reminder/shortcut must start with a space, otherwise it is used as a shortcut # 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) # so typing T *anywhere* would insert a symbol (which would be bad)
menu item T: タップ・シンボル(&T) T menu item T: タップ・シンボル(&T) T
#_ADD menu item Q: &Untap symbol Q #_ADD menu item Q: &Untap symbol Q
menu item W: 白マナ(&W) W menu item W: 白マナ(&W) W
menu item U: 青マナ(&U) U menu item U: 青マナ(&U) U
menu item B: 黒マナ(&B) B menu item B: 黒マナ(&B) B
@@ -898,7 +948,7 @@ package:
menu item X: 不特定マナ・シンボル(&X) X menu item X: 不特定マナ・シンボル(&X) X
menu item Y: 不特定マナ・シンボル(&Y) Y menu item Y: 不特定マナ・シンボル(&Y) Y
menu item Z: 不特定マナ・シンボル(&Z) Z menu item Z: 不特定マナ・シンボル(&Z) Z
#_ADD menu item I: &Infinite mana I #_ADD menu item I: &Infinite mana I
menu item colorless: 無色マナ(&C)... menu item colorless: 無色マナ(&C)...
title colorless: 無色マナ(&C) title colorless: 無色マナ(&C)
message colorless: 任意の数の無色マナ message colorless: 任意の数の無色マナ
@@ -932,4 +982,3 @@ package:
menu item B/G/W: 黒/緑/白 マナ B/G/W menu item B/G/W: 黒/緑/白 マナ B/G/W
menu item R/W/U: 赤/白/青 マナ R/W/U menu item R/W/U: 赤/白/青 マナ R/W/U
menu item G/U/B: 緑/青/黒 マナ G/U/B menu item G/U/B: 緑/青/黒 マナ G/U/B

BIN
data/ko.mse-locale/ko.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

989
data/ko.mse-locale/locale Normal file
View File

@@ -0,0 +1,989 @@
mse version: 2.0.2
installer group: translations/korean
full name: 한국어 (Korean)
version: 2023-11-19
icon: ko.png
############################################################## Menu items
#TODO: Get actual speaker to localize this better and not via google translate
menu:
file: &파일
new set: &새로운... Ctrl+N
open set: &열려 있는... Ctrl+O
save set: &덮어쓰기 저장 Ctrl+S
save set as: 다른 이름으로 저장... F12
#TODO: Localize
save set as directory: 디렉토리로 저장...
export: &수출
export html: &HTML...
export image: 카드 이미지 내보내기...
export images: 모든 카드 이미지 내보내기...
export apprentice: &Apprentice...
export mws: Magic Workstation...
check updates: 업데이트 확인...
print preview: 인쇄 &미리보기...
print: &인쇄... Ctrl+P
reload data: 데이터 다시 로드 Ctrl+F5
show profiler: 프로파일러 표시 Ctrl+F6
exit: 폐쇄하다 Alt+F4
edit: &편집하다
undo: &실행 취소 %s Ctrl+Z
redo: &다시 하다 %s Ctrl+Y
cut: 잘라내다 Ctrl+X
cut card: 카드 잘라내다 Ctrl+X
cut keyword: 키워드 Ctrl+X
copy: &복사 잘라내다 Ctrl+C
copy card: 카드 복사 Ctrl+C
copy keyword: 키워드 복사 Ctrl+C
paste: &붙여넣기 Ctrl+V
paste card: 카드 붙여넣기 Ctrl+V
paste keyword: 키워드 붙여넣기 Ctrl+V
select all: 모두 선택 Ctrl+A
find: &검색 Ctrl+F
find next: 다음 검색 F3
replace: 교체 Ctrl+H
auto replace: 자동 교체...
preferences: &설정...
cards: &카드
previous card: 이전 카드 PgUp
next card: 다음 카드 PgDn
search cards: &카드 검색 Ctrl+K
add card: &카드 추가 Ctrl+Enter
add cards: &여러 카드 추가...
remove card: &카드 삭제
orientation: &카드 방향
rotate 0: &표준
rotate 270: &오른쪽으로 90° 회전
rotate 90: 왼쪽으로 90° 회전
rotate 180: 180° 회전
card list columns: 카드 목록 표시 설정...
keywords: &키워드
previous keyword: 이전 키워드 PgUp
next keyword: 다음 키워드 PgDn
search keywords: 키워드 검색 Ctrl+K
add keyword: &여러 키워드 Ctrl+Enter
remove keyword: 키워드 삭제 Del
format: &서식
bold: &굵게 Ctrl+B
italic: &기울임꼴 Ctrl+I
underline: &밑줄 Ctrl+U
symbols: &기호 Ctrl+M
reminder text: 키워드 설명 Ctrl+R
insert symbol: 기호 삽입
no spelling suggestions: 제안 없음
graph: &그래프
pie: &파이 차트 1
bar: &バー 2
stack: &막대 그래프 3
scatter: &산포도 4
scatter pie: 산포도 파이 차트 5
console: 콘솔
clear console: &콘솔 지우다 Ctrl+L
window: &창
new window: &새 창
cards tab: &카드 F5
style tab: 스타일 F7
set info tab: &세트 정보 F6
keywords tab: &키워드 F8
stats tab: 통계 F9
random pack tab: &카드팩 Alt+6
console tab: &콘솔 Alt+7
help: &도움말
index: &색인... F1
website: &Magic Set Editor 웹사이트...
about: &Magic Set Editor 소개...
# symbol editor
new symbol: &새로운 기호... Ctrl+N
open symbol: &열린 기호... Ctrl+O
save symbol: &기호 저장 Ctrl+S
save symbol as: 기호 파일 저장... F12
store symbol: 적용하다 Ctrl+Enter
close symbol editor: 폐쇄하다 Alt+F4
duplicate: &복제하다 Ctrl+D
group: &그룹 Ctrl+G
ungroup: 그룹 &해제 Ctrl+U
tool: &도구
select: &선택하다 F5
rotate: &회전하다 F6
points: &포인트들 F7
basic shapes: &모양 F8
symmetry: 대칭 추가 F9
paint: 대칭 추가 F10
############################################################## Menu help texts
help:
welcome: Magic Set Editor 2 에 오신 것을 환영합니다
#file:
new set: 새 세트 만들기
open set: 기존 세트 열기
last opened set: '%s' 열기
save set: 이 세트를 저장합니다
save set as: 이 세트를 새 이름으로 저장
save set as directory: 각 카드에 대해 별도의 파일이 포함된 디렉토리로 세트를 저장합니다.
export: 세트 내보내기...
export html: 세트를 코드로 내보내기
export image: 이 카드의 이미지를 저장하세요
export images: 모든 카드의 이미지를 저장하세요
export apprentice: Apprentice에서 사용할 수 있도록 세트 내보내기
export mws: Magic Workstation에서 사용할 수 있도록 세트 내보내기
check updates: 템플릿 업데이트 설치
print preview: 인쇄될 카드를 표시합니다.
print: 이 세트의 카드를 인쇄하세요
reload data: 모든 템플릿 파일과 세트를 다시 로드합니다.
show profiler: 스크립트 기능의 타이밍과 함께 프로파일러 창을 표시합니다. 최적화에 사용됩니다.
exit: 저장을 요청한 후 프로그램을 닫습니다.
#edit:
undo: 마지막 작업을 취소합니다.
redo: 마지막 작업을 다시 실행합니다.
cut: 선택한 텍스트를 클립보드로 이동
cut card: 선택한 카드를 클립보드로 이동
cut keyword: 선택한 키워드를 클립보드로 이동
copy: 선택한 텍스트를 클립보드에 복사
copy card: 선택한 카드를 클립보드에 복사
copy keyword: 선택한 키워드를 클립보드에 복사
paste: 클립보드에서 텍스트를 삽입합니다
paste card: 클립보드에서 카드를 삽입합니다
paste keyword: 클립보드에서 키워드를 삽입합니다
select all: 모든 텍스트 선택
find: 카드 텍스트 검색
find next: 다음 일치 찾기
replace: 카드 텍스트에서 교체
auto replace: 자동으로 대체되어야 하는 텍스트는 무엇입니까?
preferences: Magic Set Editor 구성 변경
# TODO
#cards:
previous card: 목록에서 이전 카드를 선택합니다.
next card: 목록에서 다음 카드를 선택합니다.
search cards: 검색어를 사용하여 카드 목록 필터링
add card: 이 세트에 새로운 빈 카드를 추가하세요.
add cards: 세트에 여러 카드 추가
remove card: 이 세트에서 선택한 카드를 삭제하세요.
orientation: 표시된 카드의 방향
rotate card: 카드 디스플레이를 시계 방향으로 90° 회전
rotate 0: 카드를 오른쪽이 위로 오도록 표시하세요.
rotate 270: 시계 방향으로 회전된 카드를 표시합니다.
rotate 90: 시계 반대 방향으로 회전된 카드를 표시합니다.
rotate 180: 카드를 거꾸로 뒤집습니다.
card list columns: 표시할 열과 순서를 선택합니다.
#keywords:
previous keyword: 목록에서 이전 키워드를 선택합니다.
next keyword: 목록에서 다음 키워드를 선택합니다.
search keywords: 검색어를 사용하여 키워드 목록 필터링
add keyword: 이 세트에 새 키워드 추가
remove keyword: 이 세트에서 선택한 키워드를 삭제하세요.
#format:
bold: 선택한 텍스트를 굵게 만듭니다.
italic: 선택한 텍스트를 이탤릭체로 만듭니다.
underline: 선택한 텍스트에 밑줄을 그어줍니다.
symbols: 선택한 텍스트를 기호로 변환
reminder text: 선택한 키워드에 대한 알림 텍스트 표시
# spelling
no spelling suggestions: 이 오류를 수정하기 위한 제안 사항이 없습니다.
#graph:
pie: 파이 그래프, 슬라이스 크기는 카드 수를 나타냅니다.
bar: 막대 그래프, 막대의 높이는 카드 수를 나타냅니다.
stack: 누적 막대가 있는 막대 그래프
scatter: 분산형 차트, 크기는 카드 수를 나타냅니다.
scatter pie: 각 항목이 작은 파이 그래프인 분산형 차트
#console:
clear console: 콘솔 지우다
#window:
new window: 동일한 세트를 편집하기 위해 다른 창을 만듭니다.
cards tab: 세트의 카드 편집
set info tab: 세트, 제작자 등에 대한 정보를 편집합니다.
style tab: 카드 스타일 변경
keywords tab: 이 세트에 대한 추가 키워드 정의
stats tab: 세트에 있는 카드에 대한 통계 표시
random pack tab: 세트에 대한 무작위 부스터 팩을 생성합니다.
console tab: 오류 메시지를 표시하고 스크립트 명령 실행을 허용합니다.
help:
index:
website:
about:
# New Set Window
search game list control: Filter the game list. Use - to exclude games. Use field: to search in a specific field. Use quotes for literal search. Separate multiple queries with a space.
search stylesheet list control: Filter the stylesheet list. Use - to exclude styles. Use field: to search in a specific field. Use quotes for literal search. Separate multiple queries with a space.
# Cards panel
collapse notes: 카드 메모 상자 숨기기
expand notes: 카드 메모 상자 표시
search cards control: Filter the card list. Use - to exclude cards. Use field: to search in a specific field. Use quotes for literal search. Separate multiple queries with a space.
# Keywords panel
search keywords control: Filter the keyword list. Use - to exclude keywords. Use field: to search in a specific field. Use quotes for literal search. Separate multiple queries with a space.
# Random pack panel
random seed: Different packs will be generated each time.
fixed seed: Using the same seed number gives the same 'random' packs.
seed: Seed number for the random generator. Using the same seed number gives the same 'random' packs.
edit pack type: Double click to edit pack type
number of packs: The number of %ss to generate
# Preferences
app language:
참고: 변경 사항을 적용하려면 MSE를 다시 시작해야 합니다.
zoom export:
끄면 카드가 100% 크기 및 일반 회전으로 내보내지고 복사됩니다.
# apprentice export
set code: 세트 코드는 Apprentice이 세트를 참조하는 데 사용하는 두 문자 코드입니다.
# Symbol editor
new symbol: 새 기호 만들기
open symbol: 기호 열기
save symbol: 기호 저장
save symbol as: 새 파일 이름으로 기호를 저장합니다.
store symbol: 세트의 기호를 사용하세요.
close symbol editor: 기호 편집기를 닫습니다.
duplicate: 선택한 모양을 복제합니다.
group: 선택한 도형을 그룹화
ungroup: 선택한 그룹을 해체하세요
grid: 눈금선 표시
snap: 모양과 점을 눈금선에 맞춥니다.
#tool:
select: 도형 선택 및 이동
rotate: 도형 회전 및 기울이기
points: 심볼의 모양에 대한 제어점 편집
basic shapes: 직사각형, 원 등 기본 도형 그리기
symmetry: 기호에 대칭 추가
paint: 붓을 사용하여 모양을 칠합니다.
#select editor:
merge: 이 도형을 아래의 도형과 병합합니다.
subtract: Subtract the area of this shape from the shape below.
intersect: 이 모양을 아래 모양과 교차하고 두 모양의 영역만 남깁니다.
difference: 이 모양이 아래에 있는 모양과 겹치는 영역을 삭제합니다.
overlap: 이 모양은 아래 모양 위에 배치됩니다.
border: 이 모양을 테두리로 그립니다.
drag to shear: 선택한 %s를 드래그하여 기울이기
drag to rotate: 선택한 %s를 회전하려면 드래그하세요. Ctrl 는 각도를 15도의 배수로 제한합니다.
drag to resize: 선택한 %s의 크기를 조정하려면 드래그하세요. Ctrl 는 크기를 제한합니다.
click to select shape: 모양을 선택하려면 클릭하고, 모양을 이동하려면 드래그하고, 모양을 편집하려면 두 번 클릭하세요.
ellipse: 원과 타원 그리기
rectangle: 정사각형과 직사각형 그리기
polygon: 삼각형, 오각형 및 기타 일반 다각형 그리기
star: 별 그리기
sides: 다각형의 변 수 또는 별의 점 수입니다.
drag to draw shape: 드래그하여 모양 크기 조정, Ctrl 키를 누르면 모양 제한, Shift 가운데 모양
draw ellipse: 타원을 그리려면 클릭하고 드래그하세요. 원을 그리려면 Ctrl 키를 누르세요.
draw rectangle: 직사각형을 그리려면 클릭하고 드래그하세요. 정사각형을 그리려면 Ctrl 키를 누르세요.
draw polygon: 클릭하고 드래그하여 다각형을 그립니다.
draw star: 클릭하고 드래그하여 별을 그립니다.
line segment: 선택한 선분을 직선으로 만듭니다.
curve segment: 선택한 선분을 곡선으로 만듭니다.
free point: 포인트의 두 제어점을 자유롭게 이동할 수 있습니다.
smooth point: 두 개의 제어점을 서로 반대편에 배치하여 선택한 점을 부드럽게 만듭니다.
symmetric point: 선택한 점을 대칭으로 만듭니다.
drag to move curve: 곡선을 이동하려면 드래그하세요.
drag to move line: 곡선을 이동하려면 Alt 키를 누른 채 드래그하세요. 이 선에 점을 추가하려면 두 번 클릭하세요.
drag to move point: 제어점을 이동하려면 클릭하고 드래그하세요. 점을 제거하려면 두 번 클릭하세요.
rotation: 회전 대칭(바퀴)
reflection: 반사 대칭(거울)
add symmetry: 기호에 대칭 추가
remove symmetry: 이 대칭을 제거하세요
copies: 원본을 포함한 반사 횟수
# Card select
filename format: (카드 이름은 {card.name}을 사용하세요. ; 파일 형식은 확장자에 따라 결정됩니다.)
############################################################## Toolbar
tool:
undo: 실행 취소
redo: 다시 하다
cards tab: 카드
set info tab: 세트 정보
style tab: 스타일
keywords tab: 키워드
stats tab: 통계
random pack tab: 카드팩
console tab: 콘솔
# symbol editor
store symbol: 저장
grid: 그리드
snap: 스냅
select: 선택하다
rotate: 회전하다
points: 포인트들
basic shapes: 모양
symmetry: 대칭
paint: 페인트
merge: 병합
subtract: 덜다
intersect: 교차하다
difference: 차이점
overlap: 겹치다
border: 국경
ellipse: 타원
rectangle: 직사각형
polygon: 다각형
star: 별
rotation: 회전
reflection: 반사
add symmetry: 추가하다
remove symmetry: 제거하다
line segment: 선
curve segment: 곡선
free point: 무료
smooth point: 매끄러운
symmetric point: 대칭
clear console: 콘솔 지우다
############################################################## Toolbar help text
tooltip:
cards tab: 카드 목록
set info tab: 세트 정보
style tab: 스타일 옵션
keywords tab: 키워드
stats tab: 통계
random pack tab: 카드 팩 생성
console tab: 오류 및 경고
new set: 새로운 세트
open set: 오픈 세트
save set: 세이브 세트
export: 내보내기 세트
cut: 자르다
copy: 복사
paste: 반죽
undo: 실행 취소 %s
redo: 다시 하다 %s
add card: 카드 추가
remove card: 선택한 카드 삭제
rotate card: 카드 회전
add keyword: 키워드 추가
remove keyword: 선택한 키워드 삭제
bold: 용감한
italic: 이탤릭체
underline: 밑줄
symbols: 기호
reminder text: 알림 텍스트
pie: 파이 그래프
bar: 막대 그래프
stack: 누적 막대 그래프
scatter: 산포도
scatter pie: 분산형 파이 플롯
# symbol editor
store symbol: 이 세트에 이 기호를 사용하세요
grid: 그리드 표시
snap: 그리드에 스냅
select: 선택하다 (F5)
rotate: 회전 (F6)
points: 포인트들 (F7)
basic shapes: 모양 (F8)
symmetry: 대칭 (F9)
paint: 모양에 페인트 (F10)
merge: 아래의 도형과 병합
subtract: 그 아래의 도형에서 빼기
intersect: 아래의 도형과 교차
difference: 아래 모양의 차이
overlap: 다른 도형 위에 배치
border: 테두리 모양
ellipse: 원 / 타원
rectangle: 정사각형 / 직사각형
polygon: 다각형
star: 별
rotation: 회전 대칭 추가
reflection: 반사 대칭 추가
add symmetry: 선택 항목에 대칭 추가
remove symmetry: 대칭 제거
line segment: 직선을 만드세요
curve segment: 곡선을 만드세요
free point: 잠금해제 포인트
smooth point: 매끄러운 점을 만들어라
symmetric point: 대칭점을 만드세요
clear console: 콘솔 지우다
############################################################## Labels in the GUI
label:
# Cards tab
card notes: 카드 메모:
search cards: 검색 카드 (Ctrl+K)
# Keywords tab
search keywords: 검색 키워드 (Ctrl+K)
keyword: 예어
match: 텍스트 일치
mode: 방법
uses: 용도
reminder: 알림 텍스트
rules: 추가 규칙
standard keyword:
이는 기본 키워드이므로 편집할 수 없습니다.
복사본을 만들면 해당 복사본이 대신 사용됩니다.
# Style tab
styling options: 스타일링 옵션
# Random pack panel
pack selection: 팩 선택
pack totals: 합계
pack name: 팩 이름
seed: 시드
total cards: 총
# Open dialogs
all files: 모든 파일
# Other set window dialogs
save changes:
세트 '%s' 가 변경되었습니다.
변경 사항을 저장하시겠습니까?
# New set window
game type: 게임 타입:
style type: 카드 스타일:
search game list: 게임 필터링
search stylesheet list: 스타일시트 필터링
stylesheet not found:
열려고 하는 세트는 스타일시트 '%s'을 사용합니다.
이 스타일시트를 시스템에서 찾을 수 없습니다. 대체 스타일을 선택하십시오.
# Preferences
language: 언어
windows: 오픈 세트
app language: 사용자 인터페이스 언어:
card display: 카드 디스플레이
storage: 저장
zoom: 줌:
export: 내보내다:
scale: 내부 규모:
percent of normal: 정상 크기의 퍼센트
external programs: 외부 프로그램
apprentice: &Apprentice:
apprentice exe: Apprentice Executable
internal scale desc:
카드 이미지를 더 큰 규모로 저장합니다.
이를 변경하면 선명 효과가 나타나는 방식에 영향을 줄 수 있습니다.
기존 이미지에는 소급 적용되지 않습니다.
check at startup: 시작 시 새 버전 확인
checking requires internet:
업데이트를 확인하려면 인터넷 연결이 필요합니다.
인터넷 연결이 없으면 업데이트가 확인되지 않습니다.
업데이트 확인 시 어떠한 정보도 수집되지 않습니다.
# Column select
select columns: 표시할 열 선택
columns: 열:
# Card select / images export
select cards: 내보낼 카드
select cards print: 인쇄할 카드 선택
selected card count: 카드 %s 개가 내보내집니다.
filename format: 파일 이름 형식:
filename conflicts: 중복된 파일 이름을 처리합니다:
export filenames: 파일 이름
filename is ignored: (파일 이름은 무시됩니다)
# apprentice export
set code: 세트 암호:
apprentice export cancelled: Apprentice 으로의 수출이 취소되었습니다.
# Html export
html template: 주형:
html export options: 내보내기 옵션
# Image slicer
original: 원래의:
result: 결과:
original with dimensions: 원래의 (%s x %s):
result with dimensions: 결과 (%s x %s):
size: 크기
original size: 원본 크기
size to fit: 일반 자르기
force to fit: 강제로 맞춤
custom size: 맞춤 자르기
selection: 선택
selection left: 왼쪽
selection top: 맨 위
selection width: 너비
selection height: 신장
selection center: 센터
selection center vertically: 수직으로 중앙에 위치
selection center horizontally: 수평으로 중앙에
selection center both: 센터
fix aspect ratio: 고정된 종횡비 (너비/신장)
zoom amount: 줌
zoom amount x: 줌 &X
zoom amount y: 줌 &Y
zoom %: %
filter: 필터
sharpen filter: 필터를 선명하게
# Auto replace
auto match: 텍스트 일치
auto replace: 바꾸다
# Symbol editor
sides: 측면
# Packages window
package name: 패키지
package status: 상태
package action: 행동
package conflicts: 충돌하는 코드 변경
package modified: 개인 - 코드 변경
package updates: 업데이트 가능
package installed: 설치됨
package installable: 설치되지 않음
install package: 설치하다
reinstall package: 재설치
upgrade package: 업데이트
remove package: 제거하다
installed version: 설치된 버전:
installable version: 최신 버전:
installer size: 크기:
installer status: 상태:
no version: -
############################################################## Buttons/checkboxes/choices in the GUI
button:
# Editor
edit symbol: 편집하다
symbol gallery: 갤러리
# Style panel
use for all cards: 모든 카드에 사용
use custom styling options: 이 카드에만 옵션이 적용되도록 합니다.
# Keywords panel
insert parameter: 매개변수 추가...
refer parameter: 매개변수 삽입...
# Random pack panel
generate pack: 팩 생성
random seed: 무작위 시드
fixed seed: 고정 시드
add custom pack: 커스텀 팩 추가
# Console panel
evaluate: 평가하다
clear: 지우다
# Welcome
new set: 새 세트 만들기
open set: 기존 세트 열기
check updates: 업데이트 확인
last opened set: 마지막 개봉 세트
# Preferences
open sets in new window: 새 창에서 세트 열기
select: 선택하다...
browse: 검색...
high quality: 고품질 렌더링
show lines: 필드 주위에 선 표시
show editing hints: 편집에 대한 힌트 표시
zoom export: 이미지를 내보낼 때 확대/축소 및 회전 옵션 사용
spellcheck enabled: 철자 오류 표시
check now: 지금 확인하세요
always: 언제나
if internet connection exists: 인터넷 연결이 존재하는 경우
never: 절대
internal image extension: 파일 확장자로 이미지 저장
# Column select
move up: 숭진시키다
move down: 아래로 이동
show: 보여주다
hide: 숨다
# Card select
export entire set: 전체 세트
export generated packs: 생성된 팩
export custom cards selection: 맞춤 선택
select cards: 카드 선택
select all: 모두 선택
select none: 모두 선택 해제
overwrite: 오래된 파일 덮어쓰기
keep old: 오래된 파일을 보관하다
number: 파일 이름에 숫자 추가
number overwrite: 파일 이름에 숫자를 추가하고 이전 내보내기를 덮어씁니다.
# Auto replace
use auto replace: 자동 교체 사용
add item: 추가하다
remove item: 제거하다
defaults: 기본값으로 재설정
enabled: 활성화됨
whole word: 전체 단어만 일치
# Old style update checker (NOTE: this will be removed in a feature version)
close: 닫다
# Packages window
keep package: 변경하지 마세요
don't install package: 설치하지 마세요
install package: 설치하다
upgrade package: 업데이트
reinstall package: 재설치
remove package: 제거하다
install group: 모두 설치
upgrade group: 모두 업그레이드
remove group: 모두 제거
############################################################## Titles in the GUI
title:
magic set editor: Magic Set Editor
%s - magic set editor: %s - Magic Set Editor
untitled: 제목 없음
about: About Magic Set Editor
symbol editor: 기호 편집기
# dialogs
new set: 새로운
open set: 열려 있는
save set: 덮어쓰기 저장
save set as directory: 디렉토리로 저장
save image: 이미지를 저장
updates available: 업데이트 가능
save changes: 변경 사항을 저장하다?
select stylesheet: 스타일시트 선택
#preferences
preferences: 환경설정
global: 글로벌
display: 표시하다
directories: 디렉토리
internal: 내부
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: 인쇄 &미리보기
# export
export images: 모든 카드 이미지 내보내기
export cancelled: 내보내기가 취소되었습니다.
export html: 내보내기 HTML
save html: 내보내기 HTML
# auto replace
auto replaces: 자동 교체
# Package Update Window
packages window: 패키지 관리자
installing updates: 업데이트 설치
cannot create file: 파일을 만들 수 없습니다
############################################################## Action (undo/redo) names
action:
# List boxes
add item: 추가하다 %s
remove item: 제거하다 %s
# Text editor
typing: 타이핑
enter: 입력하다
soft line break: 부드러운 줄 바꿈
insert symbol: 기호 삽입
backspace: 역행 키이
delete: 삭제
cut: 자르다
paste: 페이스트
auto replace: 자동 교체
correct: 맞춤법 교정
# Choice/color editors
change: 변화 %s
# Symbol Actions
move: 이동하다 %s
rotate: 회전 %s
shear: 전단 %s
scale: 크기 조정 %s
duplicate: 복제하다 %s
reorder parts: 재 주문
change combine mode: 결합 모드 변경
change shape name: 도형 이름 변경
group parts: 그룹
ungroup parts: 그룹 해제
# Symbol Part Actions
convert to line: 라인으로 변환
convert to curve: 곡선으로 변환
lock point: 잠금 지점
move handle: 핸들 이동
move curve: 곡선 이동
add control point: 제어점 추가
delete point: 한 점 삭제
delete points: 많은 포인트 삭제
# Symmetry
add symmetry: 대칭 추가
remove symmetry: 대칭을 제거하다
move symmetry center: 대칭 중심 이동
move symmetry handle: 대칭 방향 변경
change symmetry type: 대칭 유형 변경
change symmetry copies: 반사 횟수
############################################################## Error messages
error:
# File related
file not found: 파일을 찾을 수 없습니다: '%s' 패키지에 '%s'
file not found package like:
파일을 찾을 수 없습니다: '%s' 패키지에 '%s'
다른 패키지의 파일을 열려고 하는 경우 다음을 사용하십시오. "/패키지 이름/파일 이름"
file parse error:
파일을 구문 분석하는 중 오류가 발생했습니다.: '%s'
%s
package not found: 패키지를 찾을 수 없습니다: '%s'
package out of date: 패키지 '%s' (버전 %s) 오래된 것입니다, 버전 %s 필수
package too new: 패키지 '%s' (버전 %s) 호환되지 않습니다, 버전 %s 에 의해 요구됨 '%s'
unable to open output file: 저장하는 동안 오류가 발생했습니다. 출력 파일을 열 수 없습니다.
unable to store file: 저장하는 동안 오류가 발생했습니다. 파일을 저장할 수 없습니다.
dependency not given:
패키지 '%s' 패키지의 파일을 사용합니다 '%s' 하지만 종속성을 나열하지는 않습니다.
이 문제를 해결하려면 다음을 추가하세요:
depends on: %s %s
# Script stuff
has no member: %s 회원이 없습니다 '%s'
can't convert: %s 에서 %s 로 변환할 수 없습니다.
has no member value: 끈 "%s" 회원이 없습니다 '%s'
can't convert value: "%s" 를 %s에서 %s로 변환할 수 없습니다.
unsupported format: 잘못된 문자열 형식: '%s'
in function:
%s
기능에서 %s
in parameter:
매개변수 %s: %s
in keyword reminder:
%s
키워드의 알림 텍스트에서 '%s'
# Image stuff
coordinates for blending overlap: 블렌딩 오버랩을 위한 좌표
images used for blending must have the same size: 블렌딩에 사용되는 이미지의 크기는 동일해야 합니다.
# Error from files
no game specified: 에 지정된 게임이 없습니다 %s
no stylesheet specified for the set: 세트에 지정된 스타일시트가 없습니다
stylesheet and set refer to different game:
스타일시트와 세트가 동일한 게임을 참조하지 않습니다. 이는 스타일시트 파일의 오류입니다.
unsupported field type: 지원되지 않는 필드 유형: '%s'
unsupported fill type: 지원되지 않는 채우기 유형: '%s'
unrecognized value: 인식할 수 없는 값: '%s', 기본값으로 %s
expected key: 예상 키: '%s'
aborting parsing: 치명적인 오류가 발생하여 읽기가 중단되었습니다.
newer version:
%s
이 파일은 최신 버전의 Magic Set Editor로 제작되었습니다. (%s)
파일을 열면 파일의 일부 측면이 손실될 수 있습니다.
최신 버전으로 업그레이드하는 것이 좋습니다.
방문하다 https://magicseteditor.boards.net/page/downloads
word list type not found: 단어 목록 유형 %s를 찾을 수 없습니다. (from a <word-list> tag)
pack type not found: 팩 유형 %s를 찾을 수 없습니다. (from a pack type)
# Update checking
checking updates failed: 업데이트 확인에 실패했습니다.
no updates: 사용 가능한 업데이트가 없습니다.
# Stats panel
dimension not found: 통계 차원 '%s' 가 없습니다.
# Random packs
pack type duplicate name:
'%s' 라는 팩 유형이 이미 있습니다.
다른 이름을 선택하세요.
# Package update window
checking updates: 업데이트를 확인하는 중입니다.
can't download installer:
패키지 %s 용 설치 프로그램: %s 에서 다운로드할 수 없습니다.
아무것도 설치되지 않았습니다.
downloading updates: 업데이트 다운로드 중 (%d / %d)
installing updates: 패키지 업데이트 (%d / %d)
remove packages:
%s개의 패키지가 제거됩니다. 계속하시겠습니까?
remove packages modified:
이렇게 하면 %s개의 패키지가 제거되며 그 중 %s개는 설치 후 수정되었습니다.
제거한 후에는 취소할 수 없습니다.
계속하시겠습니까?
install packages successful: %s개의 패키지가 성공적으로 설치되었습니다.
remove packages successful: %s개의 패키지가 성공적으로 제거되었습니다.
change packages successful: %s개의 패키지가 성공적으로 변경되었습니다.
cannot create file: 파일 '%s' 를 생성할 수 없습니다. 설치를 계속하시겠습니까?
############################################################## Types used in scripts / shape names
type:
function: 기능
collection: 수집
collection of: %s 수집
object: 물체
double: 숫자
integer: 전체 숫자
string: 끈
boolean: 부울
color: 색상
image: 영상
date: 날짜
nil: 아무것도 아님
# Object types
package: 패키지
locale: 번역
game: 게임
set: 세트
stylesheet: 스타일시트
export template: 템플릿 내보내기
symbol: 상징
card: 카드
cards: 모든 카드
field: 필드
style: 스타일
value: 값
keyword: 예어
keywords: 키워드
pack: 팩 유형
card region: 카드 지역
card regions: 모든 카드 지역
# Symbol editor shapes
shape: 모양
shapes: 모든 모양
circle: 원
ellipse: 타원
square: 정사각형
rectangle: 직사각형
triangle: 삼각형
rhombus: 마름모
pentagon: 오각형
hexagon: 육각형
polygon: 다각형
star: 별
rotation: 회전
reflection: 반사
group: 그룹
point: 포인트들
points: 모든 포인트
############################################################## Magic
package:
magic.mse-game:
# Card fields
name: 이름
cc: 비용
type: 유형
p/t: 힘 / 강인함
rarity: 희박
card name: 카드 이름
# Set info
# descriptions/help text
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: &Tap symbol T
menu item Q: &Untap symbol Q
menu item W: &White mana W
menu item U: Bl&ue mana U
menu item B: &Black mana B
menu item R: &Red mana R
menu item G: &Green mana G
menu item S: &Snow mana S
menu item X: Variable mana &X X
menu item Y: Variable mana &Y Y
menu item Z: Variable mana &Z Z
menu item I: &Infinite mana I
menu item colorless: &Colorless mana...
title colorless: Colorless mana
message colorless: Enter amount of colorless mana:
menu item half: &Half mana
menu item |W: &White |W
menu item |U: Bl&ue |U
menu item |B: &Black |B
menu item |R: &Red |R
menu item |G: &Green |G
menu item |S: &Snow |S
menu item 1/2: &Colorless 1/2
menu item hybrid: H&ybrid mana (two color)
menu item W/U: White/Blue mana W/U
menu item U/B: Blue/Black mana U/B
menu item B/R: Black/Red mana B/R
menu item R/G: Red/Green mana R/G
menu item G/W: Green/White mana G/W
menu item W/B: White/Black mana W/B
menu item U/R: Blue/Red mana U/R
menu item B/G: Black/Green mana B/G
menu item R/W: Red/White mana R/W
menu item G/U: Green/Blue mana G/U
menu item hybrid 3: H&ybrid mana (three color)
menu item W/U/B: White/Blue/Black mana W/U/B
menu item U/B/R: Blue/Black/Red mana U/B/R
menu item B/R/G: Black/Red/Green mana B/R/G
menu item R/G/W: Red/Green/White mana R/G/W
menu item G/W/U: Green/White/Blue mana G/W/U
menu item W/B/R: White/Black/Red mana W/B/R
menu item U/R/G: Blue/Red/Green mana U/R/G
menu item B/G/W: Black/Green/White mana B/G/W
menu item R/W/U: Red/White/Blue mana R/W/U
menu item G/U/B: Green/Blue/Black mana G/U/B

View File

@@ -85,7 +85,7 @@ init script:
or or
( (
chosen(styling.extended_art, choice: "if land") chosen(styling.extended_art, choice: "if land")
and (contains(card.super_type, match: "Land") or contains(replace(match: "Planeswalker", replace: "", card.super_type), match: "Plane")) and (lang_setting("is_land")(card.super_type) or lang_setting("is_plane")(card.super_type))
) )
} }
@@ -95,7 +95,7 @@ init script:
or or
( (
chosen(styling.legend_crown, choice: "normal if legendary") chosen(styling.legend_crown, choice: "normal if legendary")
and contains(card.super_type, match: "Legendary") and lang_setting("is_legendary")(card.super_type)
) )
} }
@@ -105,7 +105,7 @@ init script:
or or
( (
chosen(styling.legend_crown, choice: "special if legendary") chosen(styling.legend_crown, choice: "special if legendary")
and contains(card.super_type, match: "Legendary") and lang_setting("is_legendary")(card.super_type)
) )
} }
@@ -115,7 +115,7 @@ init script:
else if chosen(styling.land_leaf, choice: "yes") then true else if chosen(styling.land_leaf, choice: "yes") then true
else if ( else if (
chosen(styling.land_leaf , choice: "if land") chosen(styling.land_leaf , choice: "if land")
and (contains(card.super_type, match: "Land") or contains(replace(match: "Planeswalker", replace: "", card.super_type), match: "Plane")) and (lang_setting("is_land")(card.super_type) or lang_setting("is_plane")(card.super_type))
) then true ) then true
else false else false
} }

View File

@@ -91,7 +91,7 @@ init script:
or or
( (
chosen(styling.extended_art, choice: "if land") chosen(styling.extended_art, choice: "if land")
and (contains(card.super_type, match: "Land") or contains(replace(match: "Planeswalker", replace: "", card.super_type), match: "Plane")) and (lang_setting("is_land")(card.super_type) or lang_setting("is_plane")(card.super_type))
) )
} }
@@ -101,7 +101,7 @@ init script:
or or
( (
chosen(styling.legend_crown, choice: "normal if legendary") chosen(styling.legend_crown, choice: "normal if legendary")
and contains(card.super_type, match: "Legendary") and lang_setting("is_legendary")(card.super_type)
) )
} }
@@ -111,7 +111,7 @@ init script:
or or
( (
chosen(styling.legend_crown, choice: "special if legendary") chosen(styling.legend_crown, choice: "special if legendary")
and contains(card.super_type, match: "Legendary") and lang_setting("is_legendary")(card.super_type)
) )
} }
@@ -121,7 +121,7 @@ init script:
else if chosen(styling.land_leaf, choice: "yes") then true else if chosen(styling.land_leaf, choice: "yes") then true
else if ( else if (
chosen(styling.land_leaf , choice: "if land") chosen(styling.land_leaf , choice: "if land")
and (contains(card.super_type, match: "Land") or contains(replace(match: "Planeswalker", replace: "", card.super_type), match: "Plane")) and (lang_setting("is_land")(card.super_type) or lang_setting("is_plane")(card.super_type))
) then true ) then true
else false else false
} }

View File

@@ -88,7 +88,7 @@ init script:
or or
( (
chosen(styling.extended_art, choice: "if land") chosen(styling.extended_art, choice: "if land")
and (contains(card.super_type, match: "Land") or contains(replace(match: "Planeswalker", replace: "", card.super_type), match: "Plane")) and (lang_setting("is_land")(card.super_type) or lang_setting("is_plane")(card.super_type))
) )
} }
@@ -98,7 +98,7 @@ init script:
or or
( (
chosen(styling.legend_crown, choice: "normal if legendary") chosen(styling.legend_crown, choice: "normal if legendary")
and contains(card.super_type, match: "Legendary") and lang_setting("is_legendary")(card.super_type)
) )
} }
@@ -108,7 +108,7 @@ init script:
or or
( (
chosen(styling.legend_crown, choice: "special if legendary") chosen(styling.legend_crown, choice: "special if legendary")
and contains(card.super_type, match: "Legendary") and lang_setting("is_legendary")(card.super_type)
) )
} }
@@ -118,7 +118,7 @@ init script:
else if chosen(styling.land_leaf, choice: "yes") then true else if chosen(styling.land_leaf, choice: "yes") then true
else if ( else if (
chosen(styling.land_leaf , choice: "if land") chosen(styling.land_leaf , choice: "if land")
and (contains(card.super_type, match: "Land") or contains(replace(match: "Planeswalker", replace: "", card.super_type), match: "Plane")) and (lang_setting("is_land")(card.super_type) or lang_setting("is_plane")(card.super_type))
) then true ) then true
else false else false
} }

View File

@@ -102,7 +102,7 @@ init script:
or or
( (
chosen(styling.extended_art, choice: "if land") chosen(styling.extended_art, choice: "if land")
and (contains(card.super_type, match: "Land") or contains(replace(match: "Planeswalker", replace: "", card.super_type), match: "Plane")) and (lang_setting("is_land")(card.super_type) or lang_setting("is_plane")(card.super_type))
) )
} }
@@ -112,7 +112,7 @@ init script:
or or
( (
chosen(styling.legend_crown, choice: "normal if legendary") chosen(styling.legend_crown, choice: "normal if legendary")
and contains(card.super_type, match: "Legendary") and lang_setting("is_legendary")(card.super_type)
) )
} }
@@ -122,7 +122,7 @@ init script:
or or
( (
chosen(styling.legend_crown, choice: "special if legendary") chosen(styling.legend_crown, choice: "special if legendary")
and contains(card.super_type, match: "Legendary") and lang_setting("is_legendary")(card.super_type)
) )
} }
@@ -132,7 +132,7 @@ init script:
else if chosen(styling.land_leaf, choice: "yes") then true else if chosen(styling.land_leaf, choice: "yes") then true
else if ( else if (
chosen(styling.land_leaf , choice: "if land") chosen(styling.land_leaf , choice: "if land")
and (contains(card.super_type, match: "Land") or contains(replace(match: "Planeswalker", replace: "", card.super_type), match: "Plane")) and (lang_setting("is_land")(card.super_type) or lang_setting("is_plane")(card.super_type))
) then true ) then true
else false else false
} }

View File

@@ -88,7 +88,7 @@ init script:
or or
( (
chosen(styling.extended_art, choice: "if land") chosen(styling.extended_art, choice: "if land")
and (contains(card.super_type, match: "Land") or contains(replace(match: "Planeswalker", replace: "", card.super_type), match: "Plane")) and (lang_setting("is_land")(card.super_type) or lang_setting("is_plane")(card.super_type))
) )
} }
@@ -98,7 +98,7 @@ init script:
or or
( (
chosen(styling.legend_crown, choice: "normal if legendary") chosen(styling.legend_crown, choice: "normal if legendary")
and contains(card.super_type, match: "Legendary") and lang_setting("is_legendary")(card.super_type)
) )
} }
@@ -108,7 +108,7 @@ init script:
or or
( (
chosen(styling.legend_crown, choice: "special if legendary") chosen(styling.legend_crown, choice: "special if legendary")
and contains(card.super_type, match: "Legendary") and lang_setting("is_legendary")(card.super_type)
) )
} }
@@ -118,7 +118,7 @@ init script:
else if chosen(styling.land_leaf, choice: "yes") then true else if chosen(styling.land_leaf, choice: "yes") then true
else if ( else if (
chosen(styling.land_leaf , choice: "if land") chosen(styling.land_leaf , choice: "if land")
and (contains(card.super_type, match: "Land") or contains(replace(match: "Planeswalker", replace: "", card.super_type), match: "Plane")) and (lang_setting("is_land")(card.super_type) or lang_setting("is_plane")(card.super_type))
) then true ) then true
else false else false
} }

View File

@@ -91,7 +91,7 @@ init script:
or or
( (
chosen(styling.extended_art, choice: "if land") chosen(styling.extended_art, choice: "if land")
and (contains(card.super_type, match: "Land") or contains(replace(match: "Planeswalker", replace: "", card.super_type), match: "Plane")) and (lang_setting("is_land")(card.super_type) or lang_setting("is_plane")(card.super_type))
) )
} }
@@ -101,7 +101,7 @@ init script:
or or
( (
chosen(styling.legend_crown, choice: "normal if legendary") chosen(styling.legend_crown, choice: "normal if legendary")
and contains(card.super_type, match: "Legendary") and lang_setting("is_legendary")(card.super_type)
) )
} }
@@ -111,7 +111,7 @@ init script:
or or
( (
chosen(styling.legend_crown, choice: "special if legendary") chosen(styling.legend_crown, choice: "special if legendary")
and contains(card.super_type, match: "Legendary") and lang_setting("is_legendary")(card.super_type)
) )
} }
@@ -121,7 +121,7 @@ init script:
else if chosen(styling.land_leaf, choice: "yes") then true else if chosen(styling.land_leaf, choice: "yes") then true
else if ( else if (
chosen(styling.land_leaf , choice: "if land") chosen(styling.land_leaf , choice: "if land")
and (contains(card.super_type, match: "Land") or contains(replace(match: "Planeswalker", replace: "", card.super_type), match: "Plane")) and (lang_setting("is_land")(card.super_type) or lang_setting("is_plane")(card.super_type))
) then true ) then true
else false else false
} }

View File

@@ -91,7 +91,7 @@ init script:
or or
( (
chosen(styling.extended_art, choice: "if land") chosen(styling.extended_art, choice: "if land")
and contains(card.super_type, match: "Land") and (lang_setting("is_land")(card.super_type) or lang_setting("is_plane")(card.super_type))
) )
} }
@@ -101,7 +101,7 @@ init script:
or or
( (
chosen(styling.legend_crown, choice: "normal if legendary") chosen(styling.legend_crown, choice: "normal if legendary")
and contains(card.super_type, match: "Legendary") and lang_setting("is_legendary")(card.super_type)
) )
} }
@@ -111,7 +111,7 @@ init script:
or or
( (
chosen(styling.legend_crown, choice: "special if legendary") chosen(styling.legend_crown, choice: "special if legendary")
and contains(card.super_type, match: "Legendary") and lang_setting("is_legendary")(card.super_type)
) )
} }
@@ -119,8 +119,10 @@ init script:
{ {
if has_special_crown() then false if has_special_crown() then false
else if chosen(styling.land_leaf, choice: "yes") then true else if chosen(styling.land_leaf, choice: "yes") then true
else if chosen(styling.land_leaf, choice: "if land") else if (
and contains(card.super_type, match: "Land") then true chosen(styling.land_leaf , choice: "if land")
and (lang_setting("is_land")(card.super_type) or lang_setting("is_plane")(card.super_type))
) then true
else false else false
} }

View File

@@ -88,7 +88,7 @@ init script:
or or
( (
chosen(styling.extended_art, choice: "if land") chosen(styling.extended_art, choice: "if land")
and (contains(card.super_type, match: "Land") or contains(replace(match: "Planeswalker", replace: "", card.super_type), match: "Plane")) and (lang_setting("is_land")(card.super_type) or lang_setting("is_plane")(card.super_type))
) )
} }
@@ -98,7 +98,7 @@ init script:
or or
( (
chosen(styling.legend_crown, choice: "normal if legendary") chosen(styling.legend_crown, choice: "normal if legendary")
and ( contains(card.super_type, match: "Legendary") or contains(card.name, match: "Legendary") ) and (lang_setting("is_legendary")(card.super_type) or lang_setting("is_legendary")(card.name))
) )
} }
@@ -108,7 +108,7 @@ init script:
or or
( (
chosen(styling.legend_crown, choice: "special if legendary") chosen(styling.legend_crown, choice: "special if legendary")
and ( contains(card.super_type, match: "Legendary") or contains(card.name, match: "Legendary") ) and (lang_setting("is_legendary")(card.super_type) or lang_setting("is_legendary")(card.name))
) )
} }
@@ -118,7 +118,7 @@ init script:
else if chosen(styling.land_leaf, choice: "yes") then true else if chosen(styling.land_leaf, choice: "yes") then true
else if ( else if (
chosen(styling.land_leaf , choice: "if land") chosen(styling.land_leaf , choice: "if land")
and (contains(card.super_type, match: "Land") or contains(replace(match: "Planeswalker", replace: "", card.super_type), match: "Plane")) and (lang_setting("is_land")(card.super_type) or lang_setting("is_plane")(card.super_type))
) then true ) then true
else false else false
} }
@@ -239,7 +239,7 @@ init script:
if styling.type_location == "under the name" then false if styling.type_location == "under the name" then false
else if has_rarity() and ( styling.rarity_location == "type line right" or styling.rarity_location == "type line left" ) then true else if has_rarity() and ( styling.rarity_location == "type line right" or styling.rarity_location == "type line left" ) then true
else if has_identity() and ( styling.color_indicator_dot_location == "type line right" or styling.color_indicator_dot_location == "type line left" ) then true else if has_identity() and ( styling.color_indicator_dot_location == "type line right" or styling.color_indicator_dot_location == "type line left" ) then true
else if card.type != "<word-list-type></word-list-type>" then true else if trim(remove_tags(card.type)) != "" then true
else false else false
} }

View File

@@ -91,7 +91,7 @@ init script:
or or
( (
chosen(styling.extended_art, choice: "if land") chosen(styling.extended_art, choice: "if land")
and (contains(card.super_type, match: "Land") or contains(replace(match: "Planeswalker", replace: "", card.super_type), match: "Plane")) and (lang_setting("is_land")(card.super_type) or lang_setting("is_plane")(card.super_type))
) )
} }
@@ -101,7 +101,7 @@ init script:
or or
( (
chosen(styling.legend_crown, choice: "normal if legendary") chosen(styling.legend_crown, choice: "normal if legendary")
and contains(card.super_type, match: "Legendary") and lang_setting("is_legendary")(card.super_type)
) )
} }
@@ -111,7 +111,7 @@ init script:
or or
( (
chosen(styling.legend_crown, choice: "special if legendary") chosen(styling.legend_crown, choice: "special if legendary")
and contains(card.super_type, match: "Legendary") and lang_setting("is_legendary")(card.super_type)
) )
} }
@@ -121,7 +121,7 @@ init script:
else if chosen(styling.land_leaf, choice: "yes") then true else if chosen(styling.land_leaf, choice: "yes") then true
else if ( else if (
chosen(styling.land_leaf , choice: "if land or plane") chosen(styling.land_leaf , choice: "if land or plane")
and (contains(card.super_type, match: "Land") or contains(replace(match: "Planeswalker", replace: "", card.super_type), match: "Plane")) and (lang_setting("is_land")(card.super_type) or lang_setting("is_plane")(card.super_type))
) then true ) then true
else false else false
} }

View File

@@ -78,12 +78,17 @@ init script:
is_promo := { styling.promo } is_promo := { styling.promo }
has_identity := { styling.color_indicator_dot } has_identity := { styling.color_indicator_dot }
has_identity2 := { styling.color_indicator_dot_2 } has_identity2 := { styling.color_indicator_dot_2 }
is_legend := {not is_spot() and ((set.auto_legends and contains(card.super_type, match:"Legendary"))) }
is_spot := {contains(styling.frames, match:"Spotlight")} is_spot := {contains(styling.frames, match:"Spotlight")}
is_reversed := { not is_spot() and contains(styling.frames, match:"Reversed")} is_reversed := { not is_spot() and contains(styling.frames, match:"Reversed")}
is_vehicle := {not is_spot() and (contains(styling.frames, match:"Vehicle") or (contains(styling.auto_frames, match:"Vehicle") and contains(card.sub_type, match:"Vehicle")))} is_legend := { not is_spot() and auto_legend() }
is_nyx := {not is_spot() and (contains(styling.frames, match:"Nyx") or (contains(styling.auto_frames, match:"Nyx") and contains(card.type, match:"Enchantment "))) } is_vehicle := { not is_spot() and (auto_vehicle() or contains(styling.frames, match:"vehicle")) }
is_snow := {not is_spot() and (contains(styling.frames, match:"Snow") or (contains(styling.auto_frames, match:"Snow") and contains(card.type, match:"Snow"))) } is_nyx := { not is_spot() and (auto_nyx() or contains(styling.frames, match:"nyx")) }
is_snow := { not is_spot() and (auto_snow() or contains(styling.frames, match:"snow")) }
auto_legend := { set.auto_legends and lang_setting("is_legendary")(card.super_type) }
auto_vehicle := { contains(styling.auto_frames, match:"vehicle") and lang_setting("is_vehicle")(card.sub_type) }
auto_nyx := { contains(styling.auto_frames, match:"nyx") and lang_setting("is_nyx")(card.super_type) }
auto_snow := { contains(styling.auto_frames, match:"snow") and lang_setting("is_snow")(card.super_type) }
##### flavor bar stuff ##### flavor bar stuff
chop_correction := { chop_bot() } chop_correction := { chop_bot() }
top_of_textbox := {327-(-chop_top())} top_of_textbox := {327-(-chop_top())}
@@ -143,16 +148,17 @@ styling field:
description: Frames to use. Higher choices may override lower choices. description: Frames to use. Higher choices may override lower choices.
choice: Spotlight choice: Spotlight
choice: Reversed choice: Reversed
choice: Nyx choice: nyx
choice: Vehicle choice: vehicle
choice: Snow choice: snow
styling field: styling field:
type: multiple choice type: multiple choice
name: auto frames name: auto frames
description: Automatically applies frames for multi-typed enchantments or Vehicles on the main card. description: Automatically applies frames for multi-typed enchantments, snow, or Vehicles on the main card.
choice: Nyx choice: nyx
choice: Vehicle choice: vehicle
choice: Snow choice: snow
initial: nyx, vehicle, snow
styling field: styling field:
type: multiple choice type: multiple choice
name: other options name: other options

View File

@@ -134,8 +134,8 @@ init script:
is_mutate := { not is_expanded_art() and not is_full_art() and chosen(styling.frames, choice: "mutate") and not is_map()} is_mutate := { not is_expanded_art() and not is_full_art() and chosen(styling.frames, choice: "mutate") and not is_map()}
is_miracle := { chosen(styling.frames, choice: "miracle") and not is_map() and not is_expanded_art() and not is_cons() and not is_fnm() and not is_inverted()} is_miracle := { chosen(styling.frames, choice: "miracle") and not is_map() and not is_expanded_art() and not is_cons() and not is_fnm() and not is_inverted()}
is_nyx := { chosen(styling.frames, choice: "nyx") and not is_map() } is_nyx := { chosen(styling.frames, choice: "nyx") and not is_map() }
is_vehicle := { (chosen(styling.frames, choice: "vehicle") or (chosen(styling.other_options, choice:"auto vehicles") and match_vehicle(card.sub_type))) and not is_map()} is_vehicle := { (chosen(styling.frames, choice: "vehicle") or (chosen(styling.other_options, choice:"auto vehicles") and lang_setting("is_vehicle")(card.sub_type))) and not is_map()}
is_snow := { (chosen(styling.frames, choice: "snow") or (chosen(styling.other_options, choice:"auto snow") and match_snow(card.super_type))) and not is_map()} is_snow := { (chosen(styling.frames, choice: "snow") or (chosen(styling.other_options, choice:"auto snow") and lang_setting("is_snow")(card.super_type))) and not is_map()}
is_cons := { chosen(styling.frames, choice: "draft matters") or chosen(styling.frames, choice: "conspiracy") and not is_map() } is_cons := { chosen(styling.frames, choice: "draft matters") or chosen(styling.frames, choice: "conspiracy") and not is_map() }
is_scrolls := { chosen(styling.frames, choice: "conspiracy") and not is_map()} is_scrolls := { chosen(styling.frames, choice: "conspiracy") and not is_map()}
is_shifted := { chosen(styling.frames, choice: "planeshifted") and not is_map() and not is_full_art() and not is_fnm()} is_shifted := { chosen(styling.frames, choice: "planeshifted") and not is_map() and not is_full_art() and not is_fnm()}
@@ -144,7 +144,7 @@ init script:
is_map := { chosen(styling.frames, choice: "map") } is_map := { chosen(styling.frames, choice: "map") }
use_node := { chosen(styling.frames, choice: "lesson") } use_node := { chosen(styling.frames, choice: "lesson") }
is_season := { chosen(styling.frames, choice: "season") and not is_map() } is_season := { chosen(styling.frames, choice: "season") and not is_map() }
is_legend := {not is_map() and (chosen(styling.frames, choice: "legend") or (set.auto_legends and contains(card.super_type, match:"Legendary"))) } is_legend := {not is_map() and (chosen(styling.frames, choice: "legend") or (set.auto_legends and lang_setting("is_legendary")(card.super_type))) }
is_full_art := {chosen(styling.frames, choice:"fullart") and not is_map() and not is_clear()} is_full_art := {chosen(styling.frames, choice:"fullart") and not is_map() and not is_clear()}
is_expanded_art := {not is_map() and not is_clear() and contains(styling.frames, match:"less art")} is_expanded_art := {not is_map() and not is_clear() and contains(styling.frames, match:"less art")}
is_borderless := {not is_map() and not is_clear() and chosen(styling.frames, choice:"borderless art")} is_borderless := {not is_map() and not is_clear() and chosen(styling.frames, choice:"borderless art")}

View File

@@ -188,11 +188,11 @@ init script:
is_miracle := {styling.front_style == "miracle"} is_miracle := {styling.front_style == "miracle"}
is_class := {styling.front_style == "class"} is_class := {styling.front_style == "class"}
is_nyx := {styling.front_style == "nyx" or chosen(styling.other_options, choice:"nyx front")} is_nyx := {styling.front_style == "nyx" or chosen(styling.other_options, choice:"nyx front")}
is_vehicle := {styling.front_style == "vehicle" or chosen(styling.other_options, choice:"vehicle front") or (chosen(styling.other_options, choice:"automate type frames") and match_vehicle(card.type))} is_vehicle := {styling.front_style == "vehicle" or chosen(styling.other_options, choice:"vehicle front") or (chosen(styling.other_options, choice:"automate type frames") and lang_setting("is_vehicle")(card.sub_type))}
is_map := {styling.front_style == "map"} is_map := {styling.front_style == "map"}
is_snow := {styling.front_style == "snow" or chosen(styling.other_options, choice:"snow front") or (chosen(styling.other_options, choice:"automate type frames") and match_snow(card.type))} is_snow := {styling.front_style == "snow" or chosen(styling.other_options, choice:"snow front") or (chosen(styling.other_options, choice:"automate type frames") and lang_setting("is_snow")(card.super_type))}
is_saga := {two_boxes() or three_boxes() or four_boxes()} is_saga := {two_boxes() or three_boxes() or four_boxes()}
is_legend := {is_normal() and not is_map() and (chosen(styling.other_options, choice:"legendary front") or (contains(card.super_type, match:"Legendary") and set.auto_legends)) } is_legend := {is_normal() and not is_map() and (chosen(styling.other_options, choice:"legendary front") or (lang_setting("is_legendary")(card.super_type) and set.auto_legends)) }
is_curtains := {contains(card.notes, match:"!curtain")} is_curtains := {contains(card.notes, match:"!curtain")}
is_mutate := {chosen(styling.other_options, choice:"front mutate") and is_normal() and not is_full() and not is_saga() and not is_map() and not front_clear()} is_mutate := {chosen(styling.other_options, choice:"front mutate") and is_normal() and not is_full() and not is_saga() and not is_map() and not front_clear()}
is_leveler := {styling.front_style == "leveler"} is_leveler := {styling.front_style == "leveler"}
@@ -207,11 +207,11 @@ init script:
back_miracle := {styling.back_style == "miracle"} back_miracle := {styling.back_style == "miracle"}
back_class := {styling.back_style == "class"} back_class := {styling.back_style == "class"}
back_nyx := {styling.back_style == "nyx" or chosen(styling.other_options, choice:"nyx back")} back_nyx := {styling.back_style == "nyx" or chosen(styling.other_options, choice:"nyx back")}
back_vehicle := {styling.back_style == "vehicle" or chosen(styling.other_options, choice:"vehicle back") or (chosen(styling.other_options, choice:"automate type frames") and match_vehicle(card.type_2))} back_vehicle := {styling.back_style == "vehicle" or chosen(styling.other_options, choice:"vehicle back") or (chosen(styling.other_options, choice:"automate type frames") and lang_setting("is_vehicle")(card.sub_type_2))}
back_map := {styling.back_style == "map"} back_map := {styling.back_style == "map"}
back_snow := {styling.back_style == "snow" or chosen(styling.other_options, choice:"snow back") or (chosen(styling.other_options, choice:"automate type frames") and match_snow(card.type_2))} back_snow := {styling.back_style == "snow" or chosen(styling.other_options, choice:"snow back") or (chosen(styling.other_options, choice:"automate type frames") and lang_setting("is_snow")(card.super_type_2))}
back_saga := {back_two_boxes() or back_three_boxes() or back_four_boxes()} back_saga := {back_two_boxes() or back_three_boxes() or back_four_boxes()}
back_legend := {back_normal() and not back_map() and (chosen(styling.other_options, choice: "legendary back") or (contains(card.super_type_2, match: "Legendary") and set.auto_legends))} back_legend := {back_normal() and not back_map() and (chosen(styling.other_options, choice: "legendary back") or (set.auto_legends and lang_setting("is_legendary")(card.super_type_2)))}
back_mutate := {chosen(styling.other_options, choice:"back mutate") and back_normal() and not is_full() and not back_saga() and not back_map() and not back_clear()} back_mutate := {chosen(styling.other_options, choice:"back mutate") and back_normal() and not is_full() and not back_saga() and not back_map() and not back_clear()}
back_poke_walker := {mainframe_walkerb() and not is_full() and use_evobar()} back_poke_walker := {mainframe_walkerb() and not is_full() and use_evobar()}
back_leveler := {styling.back_style == "leveler"} back_leveler := {styling.back_style == "leveler"}

View File

@@ -68,17 +68,20 @@ init script:
is_promo := { styling.promo } is_promo := { styling.promo }
########## Frame styling ########## Frame styling
card_shape := { "token" } card_shape := { "token" }
is_clear := { styling.use_clear_frames }
is_unsorted := {styling.remove_from_autocount} is_unsorted := {styling.remove_from_autocount}
is_m20 := {contains(styling.frames, match: "M20")} is_m20 := {contains(styling.frames, match: "M20")}
is_snow := {contains(styling.frames, match: "snow") and not is_m20()}
is_tall := {contains(styling.frames, match: "tall")} is_tall := {contains(styling.frames, match: "tall")}
is_textless := {card.rule_text == "" and remove_tags(card.flavor_text) == ""} is_textless := {card.rule_text == "" and remove_tags(card.flavor_text) == ""}
is_clear := {contains(styling.frames, match: "clear")} is_clear := {contains(styling.frames, match: "clear")}
mtgo_abil := {contains(styling.frames, match: "MTGO Ability") and not is_m20()} mtgo_abil := {contains(styling.frames, match: "MTGO Ability") and not is_m20()}
is_legend := {(contains(styling.frames, match: "legend") or (set.auto_legends and contains(card.super_type, match:"Legendary")))} is_legend := { auto_legend() or contains(styling.frames, match:"legendary") }
is_nyx := {contains(styling.frames, match: "nyx") and not is_clear() and not is_m20()} is_vehicle := { (auto_vehicle() or contains(styling.frames, match:"vehicle")) and not is_m20() }
is_vehicle := {contains(styling.frames, match: "vehicle") and not is_m20()} is_nyx := { (auto_nyx() or contains(styling.frames, match:"nyx")) and not is_m20() and not is_clear() }
is_snow := { (auto_snow() or contains(styling.frames, match:"snow")) and not is_m20() }
auto_legend := { set.auto_legends and lang_setting("is_legendary")(card.super_type) }
auto_vehicle := { contains(styling.auto_frames, match:"vehicle") and lang_setting("is_vehicle")(card.sub_type) }
auto_nyx := { contains(styling.auto_frames, match:"nyx") and lang_setting("is_nyx")(card.super_type) }
auto_snow := { contains(styling.auto_frames, match:"snow") and lang_setting("is_snow")(card.super_type) }
is_copy := {contains(styling.frames, match: "copy")} is_copy := {contains(styling.frames, match: "copy")}
text_shape := { text_shape := {
if is_m20() and is_tall() then "9" if is_m20() and is_tall() then "9"
@@ -133,6 +136,14 @@ styling field:
choice: vehicle choice: vehicle
choice: nyx choice: nyx
choice: snow choice: snow
styling field:
type: multiple choice
name: auto frames
description: Automatically applies frames for multi-typed enchantments, snow, or Vehicles.
choice: nyx
choice: vehicle
choice: snow
initial: nyx, vehicle, snow
styling field: styling field:
type: multiple choice type: multiple choice
name: other options name: other options
@@ -238,6 +249,9 @@ styling style:
frames: frames:
render style: checklist render style: checklist
direction: vertical direction: vertical
auto frames:
render style: checklist
direction: vertical
other options: other options:
render style: checklist render style: checklist
direction: vertical direction: vertical

View File

@@ -193,12 +193,17 @@ init script:
un_png := replace@(match:".png", replace: "") un_png := replace@(match:".png", replace: "")
a_saga := {true} a_saga := {true}
saga_reminder := { if styling.alternate_reminder != "" then styling.alternate_reminder else if is_class() then "Gain the next level as a sorcery to add its ability." else "As this Saga enters and after your draw step, add a lore counter. Sacrifice after III." } saga_reminder := { if styling.alternate_reminder != "" then styling.alternate_reminder else if is_class() then "Gain the next level as a sorcery to add its ability." else "As this Saga enters and after your draw step, add a lore counter. Sacrifice after III." }
is_nyx := {contains(styling.other_options, match:"nyx")} is_class := {contains(styling.other_options, match:"class") or lang_setting("is_class")(card.sub_type)}
is_snow := {contains(styling.other_options, match:"snow")}
is_vehicle := {contains(styling.other_options, match:"vehicle")}
is_class := {contains(styling.other_options, match:"class") or contains(card.sub_type, match:"Class")}
un_marked := {is_class() or contains(styling.other_options, match:"remove bookmark")} un_marked := {is_class() or contains(styling.other_options, match:"remove bookmark")}
is_legend := {set.auto_legends and contains(card.super_type, match:"Legendary") } is_legend := { auto_legend() }
is_vehicle := { auto_vehicle() or contains(styling.other_options, match:"vehicle") }
is_nyx := { auto_nyx() or contains(styling.other_options, match:"nyx") }
is_snow := { auto_snow() or contains(styling.other_options, match:"snow") }
auto_legend := { set.auto_legends and lang_setting("is_legendary")(card.super_type) }
auto_vehicle := { contains(styling.auto_frames, match:"vehicle") and lang_setting("is_vehicle")(card.sub_type) }
auto_nyx := { contains(styling.auto_frames, match:"nyx") and lang_setting("is_nyx")(card.super_type) }
auto_snow := { contains(styling.auto_frames, match:"snow") and lang_setting("is_snow")(card.super_type) }
nyx_background := { color_background(type:"nyx", base_hybrid:card_hybrid) } nyx_background := { color_background(type:"nyx", base_hybrid:card_hybrid) }
snow_background := { color_background(type:"snowtexture", base_hybrid:card_hybrid) } snow_background := { color_background(type:"snowtexture", base_hybrid:card_hybrid) }
bookmark_background := { color_background(type:"mark", base_hybrid:card_hybrid) } bookmark_background := { color_background(type:"mark", base_hybrid:card_hybrid) }
@@ -275,6 +280,14 @@ styling field:
type: text type: text
name: custom chapter name name: custom chapter name
description: Set how this symbol will be called in text exports (ie I, II...). Default is C. description: Set how this symbol will be called in text exports (ie I, II...). Default is C.
styling field:
type: multiple choice
name: auto frames
description: Automatically applies frames for multi-typed enchantments, snow, or Vehicles.
choice: nyx
choice: vehicle
choice: snow
initial: nyx, vehicle, snow
styling field: styling field:
type: multiple choice type: multiple choice
name: other options name: other options
@@ -406,6 +419,9 @@ styling style:
choice images: choice images:
no: { symbol_variation(symbol: set.symbol, variation: "common") } no: { symbol_variation(symbol: set.symbol, variation: "common") }
yes: { symbol_variation(symbol: set.symbol, variation: "invertedcommon") } yes: { symbol_variation(symbol: set.symbol, variation: "invertedcommon") }
auto frames:
render style: checklist
direction: vertical
other options: other options:
render style: checklist render style: checklist
direction: vertical direction: vertical

View File

@@ -0,0 +1,259 @@
Attraction
Urzas
Arkan
Archon
Äthergeborener
Atog
Azra
Bobbel
Bold
Buboh
Camarid
Cocatrisk
Cyberman
Dalek
Dauthi
Dryade
Eldrazi
Feenwesen
Fraktalwesen
Gargoyle
Gestaltwandler
Gith
Gnoll
Goblin
Gorgo
Gremlin
Halbling
Hippogryph
Homarid
Ifrit
Juggernaut
Kavu
Kirin
Kithkin
Kor
Lamia
Lammasu
Lhurgoyf
Mantikor
Mastikor
Meervolk
Metathran
Modulon
Mungo
Myr
Nachtmahr
Nachtschrat
Nephilim
Noggle
Oger
Ophis
Orgg
Ork
Pentavit
Phyrexianer
Remasuri
Saproling
Sceada
Servo
Slith
Soltari
Specter
Surrakar
Tetravit
Thalakos
Thopter
Thrull
Tiefling
Trilobit
Triskelavit
Vedalken
Viashino
Wraith
Zephalid
Zubera
Doctor
Ninja
Spruchwandler
Uberlebender
Ajani
Aminatou
Angrath
Arlinn
Ashiok
Bahamut
Basri
Bolas
Calix
Chandra
Comet
Dack
Dakkon
Daretti
Davriel
Dihada
Domri
Dovin
Ellywick
Elminster
Elspeth
Estrid
Freyalise
Garruk
Gideon
Grist
Guff
Huatli
Jace
Jared
Jaya
Jeska
Kaito
Karn
Kasmina
Kaya
Kiora
Koth
Liliana
Lolth
Lukka
Minsc
Mordenkainen
Nahiri
Narset
Niko
Nissa
Nixilis
Oko
Quintorius
Ral
Rowan
Saheeli
Samut
Sarkhan
Serra
Sivitri
Sorin
Szat
Tamiyo
Tasha
Teferi
Teyo
Tezzeret
Thibalt
Tyvar
Ugin
Urza
Venser
Vivien
Vraska
Vronos
Will
Windgrace
Wrenn
Xenagos
Yanggu
Yanling
Zariel
Alara
Amonkhet
Arcavios
Bloomburrow
Capenna
Dominaria
Duskmourn
Eldraine
Faerûn
Ikoria
Innistrad
Ixalan
Kaladesh
Kaldheim
Kamigawa
Lorwyn
Merkadia
Mirrodin
Rath
Ravnica
Schattenmoor
Tarkir
Theros
Thunder
Junction
Ulgrotha
Zendikar
Antausia
Arkhos
Azgol
Belenon
Bolas' Meditationsreich
Cridhe
Abyssus
Echoir
Equilor
Ergamon
Fabacin
Fiora
Gargantikar
Gobakhan
Iquatana
Ir
Karsus
Kephalai
Kinshala
Kolbahan
Kylem
Kyneth
Luvion
Moag
Mongseng
Muraganda
Phyrexia
Pyrulea
Rabiah
Regatha
Segovia
Serras
Shandalar
Shenmeng
Valla
Vryn
Wildfeuer
Xerex
Zhalfir
Alkabah
Aranzhur
Diraden
Kodisha
Metal
Island
Skalla
Tavelia
Tolvada
Azoria
Cabralin
Celesta
Gastal
Ilcae
Mirrankkar
Nether
Void
Obsidias
Torwynn
Vatraquaz
Alfava
Metraxis
Androzani
Minor
Apalapucia
Dalek-Asylum
Darillium
Die Bibliothek
Gallifrey
Kandoka
Necros
Skaro
Trenzalore
Mana
Manavorrat

View File

@@ -1 +0,0 @@
merfolk

View File

@@ -57,26 +57,14 @@ planeswalkers
Merfolk Merfolk
deathtouch deathtouch
noncombat noncombat
Urza
Karn
Ajani
Goldmane Goldmane
Jace
Beleren Beleren
Liliana
Vess Vess
Chandra
Nalaar Nalaar
Garruk
Wildspeaker Wildspeaker
Tezzeret
Elspeth
Tirel Tirel
Nicol Nicol
Bolas
Sarkhan
Vol Vol
Nissa
Revane Revane
Baltrice Baltrice
Crucius Crucius
@@ -90,7 +78,6 @@ Tolaria
Weatherlight Weatherlight
Ertai Ertai
Barrin Barrin
Dominaria
Benalish Benalish
Benalia Benalia
Sisay Sisay
@@ -173,4 +160,238 @@ hedron
thrull thrull
arcun arcun
merfolk merfolk
ziziziz Powerstone
Ajani
Aminatou
Angrath
Arlinn
Ashiok
Bahamut
Basri
Bolas
Calix
Chandra
Comet
Dack
Dakkon
Daretti
Davriel
Dihada
Domri
Dovin
Ellywick
Elminster
Elspeth
Estrid
Freyalise
Garruk
Gideon
Grist
Guff
Huatli
Jace
Jared
Jaya
Jeska
Kaito
Karn
Kasmina
Kaya
Kiora
Koth
Liliana
Lolth
Lukka
Minsc
Mordenkainen
Nahiri
Narset
Niko
Nissa
Nixilis
Oko
Quintorius
Ral
Rowan
Saheeli
Samut
Sarkhan
Serra
Sivitri
Sorin
Szat
Tamiyo
Tasha
Teferi
Teyo
Tezzeret
Tibalt
Tyvar
Ugin
Urza
Venser
Vivien
Vraska
Vronos
Will
Windgrace
Wrenn
Xenagos
Yanggu
Yanling
Zariel
Aetherborn
Archon
Astartes
Aurochs
Azra
Beeble
Blinkmoth
Brushwagg
Camarid
Cephalid
Custodes
Cyberman
Dalek
Dauthi
Efreet
Eldrazi
Graveborn
Gith
Gnoll
Halfling
Homarid
Hippogriff
Homunculus
Kavu
Kirin
Kithkin
Kobold
Kor
Lamia
Lammasu
Lhurgoyf
Licid
Manticore
Masticore
Metathran
Moonfolk
Myr
Necron
Nephilim
Nightstalker
Noggle
Orgg
Ouphe
Pangolin
Pentavite
Phelddagrif
Pincher
Shapeshifter
Slith
Surrakar
Tetravite
Thalakos
Tiefling
Treefolk
Triskelavite
Tyranid
Vedalken
Viashino
Volver
Zubera
Berserker
Flagbearer
Primarch
Spellshaper
Alara
Amonkhet
Arcavios
Bloomburrow
Capenna
Dominaria
Duskmourn
Eldraine
Faerûn
Ikoria
Innistrad
Ixalan
Kaladesh
Kaldheim
Kamigawa
Lorwyn
Mercadia
Mirrodin
Phyrexia
Rath
Ravnica
Shadowmoor
Tarkir
Theros
Ulgrotha
Zendikar
Antausia
Arkhos
Azgol
Belenon
Bolas's
Cridhe
Echoir
Equilor
Ergamon
Fabacin
Fiora
Gargantikar
Gobakhan
Iquatana
Ir
Karsus
Kephalai
Kinshala
Kolbahan
Kylem
Kyneth
Luvion
Moag
Mongseng
Muraganda
Pyrulea
Rabiah
Regatha
Segovia
Serra's
Shandalar
Shenmeng
Valla
Vryn
Wildfire
Xerex
Zhalfir
Alkabah
Aranzhur
Diraden
Kodisha
Skalla
Tavelia
Tolvada
Azoria
Cabralin
Celesta
Gastal
Ilcae
Mirrankkar
Obsidias
Torwynn
Vatraquaz
Alfava Metraxis
Androzani Minor
Apalapucia
Darillium
Earth
Gallifrey
Horsehead Nebula
Kandoka
Necros
Mutter's
Spacecraft
Trenzalore

View File

@@ -1 +0,0 @@
merfolk

View File

@@ -173,4 +173,238 @@ hedron
thrull thrull
arcun arcun
merfolk merfolk
ziziziz Powerstone
Ajani
Aminatou
Angrath
Arlinn
Ashiok
Bahamut
Basri
Bolas
Calix
Chandra
Comet
Dack
Dakkon
Daretti
Davriel
Dihada
Domri
Dovin
Ellywick
Elminster
Elspeth
Estrid
Freyalise
Garruk
Gideon
Grist
Guff
Huatli
Jace
Jared
Jaya
Jeska
Kaito
Karn
Kasmina
Kaya
Kiora
Koth
Liliana
Lolth
Lukka
Minsc
Mordenkainen
Nahiri
Narset
Niko
Nissa
Nixilis
Oko
Quintorius
Ral
Rowan
Saheeli
Samut
Sarkhan
Serra
Sivitri
Sorin
Szat
Tamiyo
Tasha
Teferi
Teyo
Tezzeret
Tibalt
Tyvar
Ugin
Urza
Venser
Vivien
Vraska
Vronos
Will
Windgrace
Wrenn
Xenagos
Yanggu
Yanling
Zariel
Aetherborn
Archon
Astartes
Aurochs
Azra
Beeble
Blinkmoth
Brushwagg
Camarid
Cephalid
Custodes
Cyberman
Dalek
Dauthi
Efreet
Eldrazi
Graveborn
Gith
Gnoll
Halfling
Homarid
Hippogriff
Homunculus
Kavu
Kirin
Kithkin
Kobold
Kor
Lamia
Lammasu
Lhurgoyf
Licid
Manticore
Masticore
Metathran
Moonfolk
Myr
Necron
Nephilim
Nightstalker
Noggle
Orgg
Ouphe
Pangolin
Pentavite
Phelddagrif
Pincher
Shapeshifter
Slith
Surrakar
Tetravite
Thalakos
Tiefling
Treefolk
Triskelavite
Tyranid
Vedalken
Viashino
Volver
Zubera
Berserker
Flagbearer
Primarch
Spellshaper
Alara
Amonkhet
Arcavios
Bloomburrow
Capenna
Dominaria
Duskmourn
Eldraine
Faerûn
Ikoria
Innistrad
Ixalan
Kaladesh
Kaldheim
Kamigawa
Lorwyn
Mercadia
Mirrodin
Phyrexia
Rath
Ravnica
Shadowmoor
Tarkir
Theros
Ulgrotha
Zendikar
Antausia
Arkhos
Azgol
Belenon
Bolas's
Cridhe
Echoir
Equilor
Ergamon
Fabacin
Fiora
Gargantikar
Gobakhan
Iquatana
Ir
Karsus
Kephalai
Kinshala
Kolbahan
Kylem
Kyneth
Luvion
Moag
Mongseng
Muraganda
Pyrulea
Rabiah
Regatha
Segovia
Serra's
Shandalar
Shenmeng
Valla
Vryn
Wildfire
Xerex
Zhalfir
Alkabah
Aranzhur
Diraden
Kodisha
Skalla
Tavelia
Tolvada
Azoria
Cabralin
Celesta
Gastal
Ilcae
Mirrankkar
Obsidias
Torwynn
Vatraquaz
Alfava Metraxis
Androzani Minor
Apalapucia
Darillium
Earth
Gallifrey
Horsehead Nebula
Kandoka
Necros
Mutter's
Spacecraft
Trenzalore

View File

@@ -1 +0,0 @@
merfolk

View File

@@ -174,3 +174,239 @@ thrull
arcun arcun
merfolk merfolk
monocolored monocolored
Powerstone
Cartouche
Ajani
Aminatou
Angrath
Arlinn
Ashiok
Bahamut
Basri
Bolas
Calix
Chandra
Comet
Dack
Dakkon
Daretti
Davriel
Dihada
Domri
Dovin
Ellywick
Elminster
Elspeth
Estrid
Freyalise
Garruk
Gideon
Grist
Guff
Huatli
Jace
Jared
Jaya
Jeska
Kaito
Karn
Kasmina
Kaya
Kiora
Koth
Liliana
Lolth
Lukka
Minsc
Mordenkainen
Nahiri
Narset
Niko
Nissa
Nixilis
Oko
Quintorius
Ral
Rowan
Saheeli
Samut
Sarkhan
Serra
Sivitri
Sorin
Szat
Tamiyo
Tasha
Teferi
Teyo
Tezzeret
Tibalt
Tyvar
Ugin
Urza
Venser
Vivien
Vraska
Vronos
Will
Windgrace
Wrenn
Xenagos
Yanggu
Yanling
Zariel
Aetherborn
Archon
Astartes
Aurochs
Azra
Beeble
Blinkmoth
Brushwagg
Camarid
Cephalid
Custodes
Cyberman
Dalek
Dauthi
Efreet
Eldrazi
Graveborn
Gith
Gnoll
Halfling
Homarid
Hippogriff
Homunculus
Kavu
Kirin
Kithkin
Kobold
Kor
Lamia
Lammasu
Lhurgoyf
Licid
Manticore
Masticore
Metathran
Moonfolk
Myr
Necron
Nephilim
Nightstalker
Noggle
Orgg
Ouphe
Pangolin
Pentavite
Phelddagrif
Pincher
Shapeshifter
Slith
Surrakar
Tetravite
Thalakos
Tiefling
Treefolk
Triskelavite
Tyranid
Vedalken
Viashino
Volver
Zubera
Berserker
Flagbearer
Primarch
Spellshaper
Alara
Amonkhet
Arcavios
Bloomburrow
Capenna
Dominaria
Duskmourn
Eldraine
Faerûn
Ikoria
Innistrad
Ixalan
Kaladesh
Kaldheim
Kamigawa
Lorwyn
Mercadia
Mirrodin
Phyrexia
Rath
Ravnica
Shadowmoor
Tarkir
Theros
Ulgrotha
Zendikar
Antausia
Arkhos
Azgol
Belenon
Bolas's
Cridhe
Echoir
Equilor
Ergamon
Fabacin
Fiora
Gargantikar
Gobakhan
Iquatana
Ir
Karsus
Kephalai
Kinshala
Kolbahan
Kylem
Kyneth
Luvion
Moag
Mongseng
Muraganda
Pyrulea
Rabiah
Regatha
Segovia
Serra's
Shandalar
Shenmeng
Valla
Vryn
Wildfire
Xerex
Zhalfir
Alkabah
Aranzhur
Diraden
Kodisha
Skalla
Tavelia
Tolvada
Azoria
Cabralin
Celesta
Gastal
Ilcae
Mirrankkar
Obsidias
Torwynn
Vatraquaz
Alfava Metraxis
Androzani Minor
Apalapucia
Darillium
Earth
Gallifrey
Horsehead Nebula
Kandoka
Necros
Mutter's
Spacecraft
Trenzalore

View File

@@ -0,0 +1,255 @@
Attraction
Subciudad
urza
Ajani
Aminatou
Angrath
Arlinn
Ashiok
Bahamut
Basri
Bolas
Cálix
Chandra
Comet
Dack
Dakkon
Daretti
Davriel
Dihada
Domri
Dovin
Ellywick
Elminster
Elspeth
Estrid
Freyalise
Garruk
Gideon
Grist
Guff
Huatli
Jace
Jared
Jaya
Jeska
Kaito
Karn
Kasmina
Kaya
Kiora
Koth
Liliana
Lolth
Lukka
Minsc
Mordenkainen
Nahiri
Narset
Niko
Nissa
Nixilis
Oko
Quintorius
Ral
Rowan
Saheeli
Samut
Sarkhan
Serra
Sivitri
Sorin
Szat
Tamiyo
Tasha
Teferi
Teyo
Tezzeret
Tibalt
Tyvar
Ugin
Urza
Venser
Vivien
Vraska
Vronos
Will
Windgrace
Wrenn
Xenagos
Yanggu
Yanling
Zariel
Atog
Azra
Camárido
Capibara
Caribú
Cefálido
Cocatriz
Constructo
Dauti
Djinn
Draco
Efrit
Eldrazi
Etergénito
Gnoll
Gith
Gólem
Gremlin
Homárido
Homúnculo
Kavu
Kirin
Kóbold
Kraken
Lammasu
Lhurgoyf
Licántropo
Manticora
Masticore
Metamorfo
Metathrán
Minotauro
Myr
Nefilim
Noggle
Orgg
Oufé
Pangolín
Pegaso
Pentavita
Pirexiano
titilante
Saprolín
Slit
Soltari
Surrakar
Talako
Tetravita
Thrull
Tiefling
Tintícola
Tóptero
Trisquelavita
Uómbat
Vedalken
Viashino
Yerbamala
Yeti
Zombie
Berserker
Metabolizador
Alara
Amonkhet
Arcavios
Bloomburrow
Capenna
Dominaria
Duskmourn
Eldraine
Faerûn
Ikoria
Innistrad
Ixalan
Kaladesh
Kaldheim
Kamigawa
Lorwyn
Mercadia
Mirrodín
Rath
Rávnica
Tarkir
Theros
Thunder
Junction
Ulgrotha
Zendikar
Antausia
Arkhos
Azgol
Bélenon
Cridhe
Echoir
Equilor
Ergamon
Fábacin
Fiora
Gargantikar
Gobakhan
Iquatana
Ir
Karsus
Kephalai
Kinshala
Kólbahan
Kylem
Kyneth
Luvion
Moag
Mongseng
Muraganda
Phyrexia
Pyrulea
Rabiah
Regatha
Nicol
Serra
Segovia
Shandalar
Shenmeng
Valla
Vryn
Xerex
Zhalfir
Alkabah
Aranzhur
Diraden
Kodisha
Metal
Island
Skalla
Tavelia
Tolvada
Azoria
Cabralin
Celesta
Gastal
Ilcae
Mirrankkar
Nether
Void
Obsidias
Torwynn
Vatraquaz
Alfava
Metraxis
Androzani
Minor
Apalapucia
Darillium
Earth
Gallifrey
Horsehead
Nebula
Kandoka
Mars
Moon
Necros
New Earth
Outside
Mutter's
Spiral
Skaro
Spacecraft
The
Dalek
Asylum
Library
Time
Trenzalore
Unknown
Planet

View File

@@ -1,175 +0,0 @@
148
mana
untap/MSDRJZG
unblockable
planeswalker
noncreature
nonland
nonenchantment
nonartifact
nonwhite
nonblue
nonblack
nonred
nongreen
unblock/USDG
precombat
postcombat
scry
plainswalk
islandwalk
swampwalk
mountainwalk
forestwalk
landwalk
desertwalk
plainshome
islandhome
swamphome
mountainhome
foresthome
landhome
soulshift
ninjitsu
bushido
lifelink
gravestorm
fateseal
bloodthirst
djinn
unattach
face-down
face-up
spell's
guerrilas
mages
exit-the-battlefield
enter-the-battlefield
havok
spectre
gargadon
gargadons
Crovax
evincar
and/or
20/20
planeswalkers
Merfolk
deathtouch
noncombat
Urza
Karn
Ajani
Goldmane
Jace
Beleren
Liliana
Vess
Chandra
Nalaar
Garruk
Wildspeaker
Tezzeret
Elspeth
Tirel
Nicol
Bolas
Sarkhan
Vol
Nissa
Revane
Baltrice
Crucius
scryers
+1
etherium
-1
Kothophed
wurm
Tolaria
Weatherlight
Ertai
Barrin
Dominaria
Benalish
Benalia
Sisay
golem
Keld
Maraxus
Volrath
Mirri
Multani
maro-sorcerer
Squee
Tahngarth
Crovax
Selenia
Greven
il-Vec
Argive
Samite
Orim
Argivian
Rath
Starke
Sidar
Kondo
evincar
multiverse
Eladamri
Skyshroud
guerilla
Soltari
Lyna
Rofellos
spellcasting
Korvecdal
Vuel
Takara
self-interest
Ashnod
Mishra
Fallaji
Gix
Phyrexia
Phyrexian
supremacy
Tawnos
Argoth
Xantcha
Saproling
nontoken
mage
Ashling
Jaya
Maralen
Mornsong
non-Sliver
non-Shapeshifter
Thopter
Kraken
and/or
primordial
non-Dragon
nonpermanent
noninstant
nonplaneswalker
nonenchantment
nonsorcery
nonartifact
non-Human
Hellkite
hexproof
draughts
dwarves
sigil
dwarven
axe
earthen
hedron
thrull
arcun
merfolk

View File

@@ -173,3 +173,242 @@ hedron
thrull thrull
arcun arcun
merfolk merfolk
lithoforce
citerraine
dUrza
atog
bosquérisson
cabybara
camaride
céphalide
changeforme
cocatrix
cyberman
dalek
dauthi
désencavé
djaggernaut
eldrazi
élémental
encrelin
épix
éthérien
évolien
gith
gorgonoïde
gremlin
halfelin
homaride
kavru
kirin
lamassu
lhurgoyf
lunaréen
masticore
mécanoptère
métathran
myr
nephilim
neugle
orgg
orphe
pentavite
phyrexian
sangami
saprobionte
scintimite
servo
slith
slivoïde
soltari
srâne
surrakar
sylvin
tetravite
thalakos
tieffelin
time
triskelavite
tyrannœil
vedalken
viashino
zubera
berserker
mécanoptère
praetor
psychagogue
sortisan
Ajani
Aminatou
Angrath
Arlinn
Ashiok
Bahamut
Basri
Bolas
Calembredaine
Calix
Chandra
Comet
Dack
Dakkon
Daretti
Davriel
Dihada
Domri
Dovin
Ellywick
Elminster
Elspeth
Estrid
Freyalise
Garruk
Gideon
Grist
Huatli
Jace
Jared
Jaya
Jeska
Kaito
Karn
Kasmina
Kaya
Kiora
Koth
Liliana
Lolth
Lukka
Minsc
Mordenkainen
Nahiri
Narset
Niko
Nissa
Nixilis
Oko
Quintorius
Ral
Rowan
Saheeli
Samut
Sarkhan
Serra
Sivitri
Sorin
Szat
Tamiyo
Tasha
Téfeiri
Teyo
Tezzeret
Tibalt
Tyvar
Ugin
Urza
Venser
Vivien
Vraska
Vronos
Will
Wrenn
Xénagos
Yanggu
Yanling
Zariel
Alara
Amonkhet
Arcavios
Bloomburrow
Capenna
Dominaria
Duskmourn
Eldraine
Faerûn
Ikoria
Innistrad
Ixalan
Kaladesh
Kaldheim
Kamigawa
Lorwyn
Mercadia
Mirrodin
Rajh
Ravnica
Sombrelande
Tarkir
Theros
Thunder
Junction
Ulgrotha
Zendikar
Antausia
Arkhos
Azgol
Belenon
Cridhe
Echoir
Équilor
Ergamon
Fabacin
Fiora
Gargantikar
Gobakhan
Grégefeu
Iquatana
Ir
Karsus
Kephalai
Kinshala
Kolbahan
Kylem
Kyneth
L'Abysse
Luvion
Moag
Mongseng
Muraganda
Phyrexia
Pyrulée
Rabiah
Regatha
Ségovie
Shandalar
Shenmeng
Valla
Vryn
Xerex
Zhalfir
Alkabah
Aranzhur
Diraden
Kodisha
Metal
Island
Skalla
Tavelia
Tolvada
Azoria
Cabralin
Celesta
Gastal
Ilcae
Mirrankkar
Nether
Void
Obsidias
Torwynn
Vatraquaz
Alfava
Metraxis
Androzani
Minor
Apalapucia
Darillium
Gallifrey
Kandoka
Daleks
Necros
Skaro
Trenzalore

View File

@@ -1,175 +0,0 @@
148
mana
untap/MSDRJZG
unblockable
planeswalker
noncreature
nonland
nonenchantment
nonartifact
nonwhite
nonblue
nonblack
nonred
nongreen
unblock/USDG
precombat
postcombat
scry
plainswalk
islandwalk
swampwalk
mountainwalk
forestwalk
landwalk
desertwalk
plainshome
islandhome
swamphome
mountainhome
foresthome
landhome
soulshift
ninjitsu
bushido
lifelink
gravestorm
fateseal
bloodthirst
djinn
unattach
face-down
face-up
spell's
guerrilas
mages
exit-the-battlefield
enter-the-battlefield
havok
spectre
gargadon
gargadons
Crovax
evincar
and/or
20/20
planeswalkers
Merfolk
deathtouch
noncombat
Urza
Karn
Ajani
Goldmane
Jace
Beleren
Liliana
Vess
Chandra
Nalaar
Garruk
Wildspeaker
Tezzeret
Elspeth
Tirel
Nicol
Bolas
Sarkhan
Vol
Nissa
Revane
Baltrice
Crucius
scryers
+1
etherium
-1
Kothophed
wurm
Tolaria
Weatherlight
Ertai
Barrin
Dominaria
Benalish
Benalia
Sisay
golem
Keld
Maraxus
Volrath
Mirri
Multani
maro-sorcerer
Squee
Tahngarth
Crovax
Selenia
Greven
il-Vec
Argive
Samite
Orim
Argivian
Rath
Starke
Sidar
Kondo
evincar
multiverse
Eladamri
Skyshroud
guerilla
Soltari
Lyna
Rofellos
spellcasting
Korvecdal
Vuel
Takara
self-interest
Ashnod
Mishra
Fallaji
Gix
Phyrexia
Phyrexian
supremacy
Tawnos
Argoth
Xantcha
Saproling
nontoken
mage
Ashling
Jaya
Maralen
Mornsong
non-Sliver
non-Shapeshifter
Thopter
Kraken
and/or
primordial
non-Dragon
nonpermanent
noninstant
nonplaneswalker
nonenchantment
nonsorcery
nonartifact
non-Human
Hellkite
hexproof
draughts
dwarves
sigil
dwarven
axe
earthen
hedron
thrull
arcun
merfolk

View File

@@ -173,3 +173,253 @@ hedron
thrull thrull
arcun arcun
merfolk merfolk
Attraction
Atog
Avatar
Azra
Beholder
Burlarbusto
Camarid
Cefalide
Coccatrice
Dauthi
Draghetto
Efreet
Eldrazi
Elementale
Eteride
Fungus
Gargoyle
Gith
Gnoll
Gremlin
Halfling
Homarid
Imp
Juggernaut
Kavu
Kirin
Kithkin
Kor
Lammasu
Lampidottero
Lhurgoyf
Lunantropo
Manticora
Masticora
Metathran
Myr
Necrospettro
Nephilim
Noggle
Ogre
Orgg
Ouphe
Pentavite
Phyrexiano
Pungitore
Saprolingio
Silvantropo
Slith
Surrakar
Tetravite
Thalakos
Tiefling
Tottero
Triskelavite
Vedalken
Viashino
Volvero
Zubera
Berserker
Metabolizzatore
Mutamagia
Warlock
Ajani
Aminatou
Angrath
Arlinn
Ashiok
Bahamut
Basri
Bolas
Calix
Chandra
Comet
Dack
Dakkon
Daretti
Davriel
Dihada
Domri
Dovin
Ellywick
Elminster
Elspeth
Estrid
Freyalise
Garruk
Gideon
Grist
Guff
Huatli
Jace
Jared
Jaya
Jeska
Kaito
Karn
Kasmina
Kaya
Kiora
Koth
Liliana
Lolth
Lukka
Minsc
Mordenkainen
Nahiri
Narset
Niko
Nissa
Nixilis
Oko
Quintorius
Ral
Rowan
Saheeli
Samut
Sarkhan
Serra
Sivitri
Sorin
Szat
Tamiyo
Tasha
Teferi
Teyo
Tezzeret
Tibalt
Tyvar
Ugin
Urza
Venser
Vivien
Vraska
Vronos
Will
Windgrace
Wrenn
Xenagos
Yanggu
Yanling
Zariel
Alara
Amonkhet
Arcavios
Bloomburrow
Capenna
Dominaria
Duskmourn
Eldraine
Faerûn
Ikoria
Innistrad
Ixalan
Kaladesh
Kaldheim
Kamigawa
Lorwyn
Mercadia
Mirrodin
Rath
Ravnica
Tarkir
Theros
Thunder
Junction
Ulgrotha
Zendikar
Antausia
Arkhos
Azgol
Belenon
Cridhe
Echoir
Equilor
Ergamon
Fabacin
Fiora
Gargantikar
Gobakhan
Iquatana
Ir
Karsus
Kephalai
Kinshala
Kolbahan
Kylem
Kyneth
L'Abisso
Luvion
Moag
Mongseng
Muraganda
Phyrexia
Pyrulea
Rabiah
Regatha
Segovia
Shandalar
Shenmeng
Valla
Vryn
Xerex
Zhalfir
Alkabah
Aranzhur
Diraden
Kodisha
Metal
Island
Skalla
Tavelia
Tolvada
Azoria
Cabralin
Celesta
Gastal
Ilcae
Mirrankkar
Nether Void
Obsidias
Torwynn
Vatraquaz
Alfava
Metraxis
Androzani
Minor
Apalapucia
Darillium
Earth
Gallifrey
Horsehead
Nebula
Kandoka
Mars
Moon
Necros
New Earth
Outside
Mutter's
Spiral
Skaro
Spacecraft
The
Dalek
Asylum
Library
Time
Trenzalore
Unknown
Planet

View File

@@ -0,0 +1,208 @@
마법석
부란기
신안
탑승물
우르자의
마법진
카르투슈
아케인
가고일
고블린
공성차
그렘린
그리핀
기스
나무인간
나이트메어
날틀
늑대인간
님프
다우티
드라이어드
드론
드워프
라마수
라미아
루고이프
리바이어던
마스티코어
만티코어
미르
바다코끼리
바실리스크
반신
베달켄
변신괴물
비아시노
비홀더
사티로스
삼엽충
새끼용
샐러맨더
서보
세팔리드
솔타리
스럴
스펙터
슬리버
오록스
오우거
울버린
웜뱃
위어드
이프리트
임프
잉클링
자칼
점액괴물
조립공
좀비
진균
집정관
천산갑
카부
카피바라
켄타우로스
코르
코볼드
코카트리스
크라켄
키클롭스
탈라코스
테트라바이트
트리스케라바이트
티플링
페가수스
페어리
펜타바이트
프랙탈
피렉시아
하플링
하피
헬리온
현신
호러
호마리드
호문쿨루스
히포그리프
공성차
광전사
궁수
날틀
늑대인간
닌자
드론
드루이드
레인저
리바이어던
마도사
정찰병
좀비
집정관
현신
호러
흑마법사
개럭
그리스트
기디온
나르셋
나히리
니사
니코
닉실리스
다브리엘
다콘
도빈
돔리
디하다
로완
롤스
루카
릴리아나
모덴카이넨
민스크
바스리
바하무트
볼라스
브라스카
비비안
사르칸
사무트
사힐리
아를린
아시오크
아자니
앙그라스
얀링
양구
엘리윅
엘민스터
엘스페스
오코
우르자의
자리엘
제나고스
제이스
찬드라
카른
카스미나
카야
카이토
칼릭스
키오라
타미요
타샤
타이바르
테제렛
테페리
티볼트
화틀리
아바타
아우프
아즈라
아토그
야마
에테르붙이
엘드라지
엘크
엘프
피렉시아
도미나리아
라브니카
로윈
메르카디아
미로딘
아르카비오스
아몬케트
엘드레인
울그로사
이니스트라드
이코리아
익살란
젠디카르
카미가와
카펜나
칼드하임
칼라데시
타르커
테로스
페이룬
고바칸
레가타
모아그
무라간다
벨레논
브린
샨달라르
세고비아
아즈골
에르가몬
제렉스
카르서스
카일렘
파이룰리아
피렉시아
피오라
톨바다

View File

@@ -1,175 +0,0 @@
148
mana
untap/MSDRJZG
unblockable
planeswalker
noncreature
nonland
nonenchantment
nonartifact
nonwhite
nonblue
nonblack
nonred
nongreen
unblock/USDG
precombat
postcombat
scry
plainswalk
islandwalk
swampwalk
mountainwalk
forestwalk
landwalk
desertwalk
plainshome
islandhome
swamphome
mountainhome
foresthome
landhome
soulshift
ninjitsu
bushido
lifelink
gravestorm
fateseal
bloodthirst
djinn
unattach
face-down
face-up
spell's
guerrilas
mages
exit-the-battlefield
enter-the-battlefield
havok
spectre
gargadon
gargadons
Crovax
evincar
and/or
20/20
planeswalkers
Merfolk
deathtouch
noncombat
Urza
Karn
Ajani
Goldmane
Jace
Beleren
Liliana
Vess
Chandra
Nalaar
Garruk
Wildspeaker
Tezzeret
Elspeth
Tirel
Nicol
Bolas
Sarkhan
Vol
Nissa
Revane
Baltrice
Crucius
scryers
+1
etherium
-1
Kothophed
wurm
Tolaria
Weatherlight
Ertai
Barrin
Dominaria
Benalish
Benalia
Sisay
golem
Keld
Maraxus
Volrath
Mirri
Multani
maro-sorcerer
Squee
Tahngarth
Crovax
Selenia
Greven
il-Vec
Argive
Samite
Orim
Argivian
Rath
Starke
Sidar
Kondo
evincar
multiverse
Eladamri
Skyshroud
guerilla
Soltari
Lyna
Rofellos
spellcasting
Korvecdal
Vuel
Takara
self-interest
Ashnod
Mishra
Fallaji
Gix
Phyrexia
Phyrexian
supremacy
Tawnos
Argoth
Xantcha
Saproling
nontoken
mage
Ashling
Jaya
Maralen
Mornsong
non-Sliver
non-Shapeshifter
Thopter
Kraken
and/or
primordial
non-Dragon
nonpermanent
noninstant
nonplaneswalker
nonenchantment
nonsorcery
nonartifact
non-Human
Hellkite
hexproof
draughts
dwarves
sigil
dwarven
axe
earthen
hedron
thrull
arcun
merfolk

View File

@@ -173,3 +173,247 @@ hedron
thrull thrull
arcun arcun
merfolk merfolk
Attraction
Atogue
Azra
Camárida
Cocatriz
Dauthi
Efrite
Eldrazi
Ent
Etergênito
Fractius
Gith
Gnoll
Goblin
Gremlin
Juggernaut
Kavu
Kirin
Kithkin
Kobold
Kor
Lammasu
Lhurgoyf
Mastícora
Metamorfo
Metathran
Myr
Nanquíneo
Necronato
Nefilim
Noggle
Orc
Orgg
Pentavite
Phyrexiano
Slith
Soltariano
Servus
Surrakar
Tetravite
Thalakos
Thrul
Tiferino
Tóptero
Triscelavite
Vedalkeano
Viashino
Vorme
Wombat
Yeti
Zubera
Amoque
Magimodelador
Ajani
Aminatou
Angrath
Arlinn
Ashiok
Bahamut
Basri
Calix
Chandra
Comet
Dack
Dakkon
Daretti
Davriel
Dihada
Domri
Dovin
Ellywick
Elminster
Elspeth
Estrid
Freyalise
Garruk
Gideon
Grist
Guff
Huatli
Jace
Jared
Jaya
Jeska
Kaito
Karn
Kasmina
Kaya
Kiora
Koth
Liliana
Lolth
Lukka
Minsc
Mordenkainen
Nahiri
Narset
Nicol
Niko
Nissa
Nixilis
Oko
Quintorius
Ral
Rowan
Saheeli
Samut
Sarkhan
Serra
Sivitri
Sorin
Szat
Tamiyo
Tasha
Teferi
Teyo
Tezzeret
Tibalt
Tyvar
Ugin
Urza
Venser
Vivien
Vraska
Vronos
Will
Windgrace
Wrenn
Xenagos
Yanggu
Yanling
Zariel
Alara
Amonkhet
Arcávios
Bloomburrow
Capenna
Dominária
Duskmourn
Eldraine
Faerûn
Ikoria
Innistrad
Ixalan
Kaladesh
Kaldheim
Kamigawa
Lorwyn
Mercádia
Mirrodin
Rath
Ravnica
Tarkir
Theros
Thunder
Junction
Ulgrotha
Zendikar
Antausia
Arkhos
Azgol
Belenon
Cridhe
Echoir
Dominio
Equilor
Ergamon
Fabacin
Fiora
Gargantikar
Gobakhan
Iquatana
Ir
Karsus
Kephalai
Kinshala
Kolbahan
Kylem
Kyneth
Luvion
Moag
Mongseng
Muraganda
O Abisano
Phyrexia
Pyrulea
Rabiah
Regatha
Segóvia
Shandalar
Shenmeng
Valla
Vryn
Xerex
Zhalfir
Alkabah
Aranzhur
Diraden
Kodisha
Metal
Island
Skalla
Tavelia
Tolvada
Azoria
Cabralin
Celesta
Gastal
Ilcae
Mirrankkar
Nether
Void
Obsidias
Torwynn
Vatraquaz
Alfava
Metraxis
Androzani
Minor
Apalapucia
Darillium
Earth
Gallifrey
Horsehead
Nebula
Kandoka
Mars
Moon
Necros
New
Earth
Outside
Mutter's
Spiral
Skaro
Spacecraft
The
Dalek
Asylum
Library
Time
Trenzalore
Unknown
Planet

View File

@@ -1,175 +0,0 @@
148
mana
untap/MSDRJZG
unblockable
planeswalker
noncreature
nonland
nonenchantment
nonartifact
nonwhite
nonblue
nonblack
nonred
nongreen
unblock/USDG
precombat
postcombat
scry
plainswalk
islandwalk
swampwalk
mountainwalk
forestwalk
landwalk
desertwalk
plainshome
islandhome
swamphome
mountainhome
foresthome
landhome
soulshift
ninjitsu
bushido
lifelink
gravestorm
fateseal
bloodthirst
djinn
unattach
face-down
face-up
spell's
guerrilas
mages
exit-the-battlefield
enter-the-battlefield
havok
spectre
gargadon
gargadons
Crovax
evincar
and/or
20/20
planeswalkers
Merfolk
deathtouch
noncombat
Urza
Karn
Ajani
Goldmane
Jace
Beleren
Liliana
Vess
Chandra
Nalaar
Garruk
Wildspeaker
Tezzeret
Elspeth
Tirel
Nicol
Bolas
Sarkhan
Vol
Nissa
Revane
Baltrice
Crucius
scryers
+1
etherium
-1
Kothophed
wurm
Tolaria
Weatherlight
Ertai
Barrin
Dominaria
Benalish
Benalia
Sisay
golem
Keld
Maraxus
Volrath
Mirri
Multani
maro-sorcerer
Squee
Tahngarth
Crovax
Selenia
Greven
il-Vec
Argive
Samite
Orim
Argivian
Rath
Starke
Sidar
Kondo
evincar
multiverse
Eladamri
Skyshroud
guerilla
Soltari
Lyna
Rofellos
spellcasting
Korvecdal
Vuel
Takara
self-interest
Ashnod
Mishra
Fallaji
Gix
Phyrexia
Phyrexian
supremacy
Tawnos
Argoth
Xantcha
Saproling
nontoken
mage
Ashling
Jaya
Maralen
Mornsong
non-Sliver
non-Shapeshifter
Thopter
Kraken
and/or
primordial
non-Dragon
nonpermanent
noninstant
nonplaneswalker
nonenchantment
nonsorcery
nonartifact
non-Human
Hellkite
hexproof
draughts
dwarves
sigil
dwarven
axe
earthen
hedron
thrull
arcun
merfolk

View File

@@ -173,3 +173,4 @@ hedron
thrull thrull
arcun arcun
merfolk merfolk
Attraction

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 807 B

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

@@ -755,6 +755,11 @@ keyword:
match: Rebound match: Rebound
mode: expert mode: expert
reminder: If you cast this spell from your hand, exile it as it resolves. At the beginning of your next upkeep, you may cast this card from exile without paying its mana cost. reminder: If you cast this spell from your hand, exile it as it resolves. At the beginning of your next upkeep, you may cast this card from exile without paying its mana cost.
keyword:
keyword: Umbra armor
match: Totem armor
mode: expert
reminder: If enchanted {if contains(card.text, match:"Enchant <param-name>creature</param-name>") then "creature" else "permanent"} would be destroyed, instead remove all damage from it and destroy this Aura.
keyword: keyword:
keyword: Umbra armor keyword: Umbra armor
match: Umbra armor match: Umbra armor
@@ -1680,7 +1685,7 @@ keyword:
keyword: Incubate keyword: Incubate
match: Incubate <atom-param>number</atom-param> match: Incubate <atom-param>number</atom-param>
mode: action mode: action
reminder: Create an Incubator token wit {english_number_a(param1)} +1/+1 counter(s) on it and "[2]: Transform this artifact." It transforms into a 0/0 Phyrexian artifact creature. reminder: Create an Incubator token with {english_number_a(param1)} +1/+1 counter(s) on it and "[2]: Transform this artifact." It transforms into a 0/0 Phyrexian artifact creature.
# Wilds of Eldraine # Wilds of Eldraine
keyword: keyword:
keyword: Bargain keyword: Bargain
@@ -1691,7 +1696,7 @@ keyword:
keyword: Celebration keyword: Celebration
match: Celebration match: Celebration
mode: pseudo mode: pseudo
rules: Celebration — If two or more nonland permanents entered the battlefield under your turn, [effect]. rules: Celebration — If two or more nonland permanents entered the battlefield under your control this turn, [effect].
keyword: keyword:
keyword: Cursed Role keyword: Cursed Role
match: Cursed Role token match: Cursed Role token
@@ -1764,7 +1769,7 @@ keyword:
keyword: Craft keyword: Craft
match: Craft with <atom-param>name</atom-param> <atom-param>cost</atom-param> match: Craft with <atom-param>name</atom-param> <atom-param>cost</atom-param>
mode: expert mode: expert
reminder: {rem := param2.value + ", Exile this artifact, Exile ";count := filter_text(param1.value, match:"^(one|two|three|four|five|six|seven|eight|nine|ten|eleven|twelve|thirteen|fourteen|fifteen|sixteen|seventeen|eighteen|nineteen|twenty|thirty|forty|fifty|sixty|seventy|eighty|ninety|[0-9]+)(-(one|two|three|four|five|six|seven|eight|nine))? (or more)?");commas := filter_text(param1.value, match:",");vowel := match(param1.value, match:"^[aeiouAEIOU]");if commas != "" then count := english_number(length(commas)+1);count := replace(count, match:" $", replace:"");if count == param1.value then (rem := rem + param1.value + " other permanents you control and/or cards from your graveyard: ") else if count != "" then (rem := rem + (if count == "one or more" then param1.value else "the " + count) + " from among other permanents you control and/or cards in your graveyard: ") else rem := rem + "another " + param1.value + " you control or " + (if vowel then "an " else "a ") + param1.value + " card from your graveyard: ";rem := rem + "Return this card transformed under its owner's control. Craft only as a sorcery.";rem;} reminder: {craft_code(param1:param1, param2:param2)}
keyword: keyword:
keyword: Descend keyword: Descend
match: Descend <atom-param>number</atom-param> match: Descend <atom-param>number</atom-param>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Some files were not shown because too many files have changed in this diff Show More