mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
update locales
This commit is contained in:
+267
-193
@@ -1,12 +1,14 @@
|
||||
mse version: 2.0.2
|
||||
mse version: 2.5.8
|
||||
installer group: translations/chinese/traditional
|
||||
full name: 繁體中文 (Traditional Chinese)
|
||||
version: 2023-11-19
|
||||
version: 2025-06-18
|
||||
icon: cn.png
|
||||
|
||||
|
||||
############################################################## Menu items
|
||||
menu:
|
||||
## app menus
|
||||
# file menu
|
||||
file: 文件
|
||||
new set: 新建套牌... Ctrl+N
|
||||
open set: 打開套牌... Ctrl+O
|
||||
@@ -26,6 +28,7 @@ menu:
|
||||
show profiler: 顯示分析器 Ctrl+F6
|
||||
exit: 退出 Alt+F4
|
||||
|
||||
# edit menu
|
||||
edit: 編輯
|
||||
undo: 撤銷%s Ctrl+Z
|
||||
redo: 重做%s Ctrl+Y
|
||||
@@ -45,6 +48,7 @@ menu:
|
||||
auto replace: 自動替換...
|
||||
preferences: 參數設置...
|
||||
|
||||
# cards menu
|
||||
cards: 卡牌
|
||||
previous card: 選擇上一張卡牌 PgUp
|
||||
next card: 選擇下一張卡牌 PgDn
|
||||
@@ -55,6 +59,8 @@ menu:
|
||||
#TODO: Localize
|
||||
add card csv: Add Cards from CSV or TSV...
|
||||
#TODO: Localize
|
||||
add card json: Add Cards from JSON...
|
||||
#TODO: Localize
|
||||
link card: &Link Cards To Selected Card...
|
||||
#TODO: Localize
|
||||
copy card and links: Copy Selected Cards And Their Linked Cards Ctrl+Shift+C
|
||||
@@ -65,6 +71,7 @@ menu:
|
||||
rotate 180: 上下翻轉180°
|
||||
card list columns: 卡牌列表欄...
|
||||
|
||||
# keywords menu
|
||||
keywords: 關鍵詞
|
||||
previous keyword: 選擇上一個關鍵詞 PgUp
|
||||
next keyword: 選擇下一個關鍵詞 PgDn
|
||||
@@ -72,6 +79,7 @@ menu:
|
||||
add keyword: 添加關鍵詞 Ctrl+Enter
|
||||
remove keyword: 刪除所選關鍵詞 Del
|
||||
|
||||
# format menu
|
||||
format: 字體格式
|
||||
bold: 粗體 Ctrl+B
|
||||
italic: 斜體 Ctrl+I
|
||||
@@ -79,9 +87,11 @@ menu:
|
||||
symbols: 符號 Ctrl+M
|
||||
reminder text: 提示文本 Ctrl+R
|
||||
insert symbol: 插入符號
|
||||
|
||||
# spelling
|
||||
no spelling suggestions: (沒有拼字建議)
|
||||
|
||||
# graph menu
|
||||
graph: 圖像
|
||||
pie: 餅形圖 1
|
||||
bar: 條形圖 2
|
||||
@@ -89,9 +99,11 @@ menu:
|
||||
scatter: 散點圖 4
|
||||
scatter pie: 散餅圖 5
|
||||
|
||||
# console menu
|
||||
console: 機
|
||||
clear console: 清機 Ctrl+L
|
||||
|
||||
# window menu
|
||||
window: 視窗
|
||||
new window: 新建視窗
|
||||
cards tab: 卡牌編輯 F5
|
||||
@@ -102,13 +114,14 @@ menu:
|
||||
random pack tab: 補充包 Alt+6
|
||||
console tab: 機 Alt+7
|
||||
|
||||
# help menu
|
||||
help: 幫助
|
||||
index: 索引... F1
|
||||
website: 官方網站...
|
||||
about: 關於Magic Set Editor...
|
||||
|
||||
# symbol editor
|
||||
|
||||
## symbol editor menus
|
||||
# file menu
|
||||
new symbol: 新建... Ctrl+N
|
||||
open symbol: 打開... Ctrl+O
|
||||
save symbol: 保存 Ctrl+S
|
||||
@@ -116,10 +129,12 @@ menu:
|
||||
store symbol: 儲存 Ctrl+Enter
|
||||
close symbol editor: 關閉 Alt+F4
|
||||
|
||||
# edit menu
|
||||
duplicate: 復制 Ctrl+D
|
||||
group: 分組 Ctrl+G
|
||||
ungroup: 取消分組 Ctrl+U
|
||||
|
||||
# tool menu
|
||||
tool: 工具
|
||||
select: 選擇 F5
|
||||
rotate: 旋轉 F6
|
||||
@@ -130,9 +145,10 @@ menu:
|
||||
|
||||
############################################################## Menu help texts
|
||||
help:
|
||||
## app menus
|
||||
welcome: 歡迎使用 Magic Set Editor
|
||||
|
||||
#file:
|
||||
# file menu
|
||||
new set: 創建新套牌
|
||||
open set: 打開已有套牌
|
||||
last opened set: 打開 '%s'
|
||||
@@ -147,6 +163,8 @@ help:
|
||||
export mws: 將套牌導出成為能在 Magic Workstation 中使用的格式
|
||||
#TODO: Localize
|
||||
add card csv: Add cards from a Comma Separated Values or Tab Separated Values file
|
||||
#TODO: Localize
|
||||
add card json: Add cards from a JSON file
|
||||
check updates: 安裝或昇級文件包
|
||||
print preview: 顯示即將被打印的卡牌
|
||||
print: 從本套牌中打印這張牌
|
||||
@@ -154,7 +172,7 @@ help:
|
||||
show profiler: 顯示探查器窗口,其中包含腳本函數的計時。 用於優化。
|
||||
exit: 退出Magic Set Editor程序,請迅速保存你的套牌
|
||||
|
||||
#edit:
|
||||
# edit menu
|
||||
undo: 撤銷上一個動作
|
||||
redo: 重做上一個動作
|
||||
cut: 將選中的文字剪切至剪切板
|
||||
@@ -173,7 +191,7 @@ help:
|
||||
auto replace: 自動替換什麼文字?
|
||||
preferences: 修改Magic Set Editor的設置
|
||||
|
||||
#cards:
|
||||
# cards menu
|
||||
previous card: 選擇列表中的上一張卡牌
|
||||
next card: 選擇列表中的下一張卡牌
|
||||
search cards: 使用搜尋字詞過濾卡片列表
|
||||
@@ -192,33 +210,34 @@ help:
|
||||
rotate 180: 將所顯示卡牌上下翻轉
|
||||
card list columns: 調整卡牌列表欄顯示項目和顯示順序
|
||||
|
||||
#keywords:
|
||||
# keywords menu
|
||||
previous keyword: 從列表中選擇上一個關鍵詞
|
||||
next keyword: 從列表中選擇下一個關鍵詞
|
||||
search keywords: 使用搜尋字詞過濾關鍵字列表
|
||||
add keyword: 添加一個新關鍵詞到本套牌中
|
||||
remove keyword: 從本套牌中刪除選中的關鍵詞
|
||||
|
||||
#format:
|
||||
# format menu
|
||||
bold: 將所選文字設為粗體
|
||||
italic: 將所選文字設為斜體
|
||||
underline: 為選定的文字新增底線
|
||||
symbols: 將所選文字改成符號
|
||||
reminder text: 對選擇的關鍵詞顯示提示文本
|
||||
|
||||
# spelling
|
||||
no spelling suggestions: 沒有對此的拼字建議
|
||||
|
||||
#graph:
|
||||
# graph menu
|
||||
pie: 餅狀圖,每一份的大小取決與卡牌數量
|
||||
bar: 條形圖,條形高度取決於卡牌數量
|
||||
stack: 條形圖,堆疊條形圖
|
||||
scatter: 散點圖,每一個散點的大小取決與卡牌數量
|
||||
scatter pie: 散餅圖,每一個三點都是一個小型餅狀圖
|
||||
|
||||
#console:
|
||||
# console menu
|
||||
clear console: 清機
|
||||
|
||||
#window:
|
||||
# window menu
|
||||
new window: 創建一個額外視窗用來編輯同一套牌
|
||||
cards tab: 編輯套牌中的卡牌
|
||||
set info tab: 編輯套牌資訊,例如創建者,其他
|
||||
@@ -228,29 +247,34 @@ help:
|
||||
random pack tab: 為該套裝產生隨機補充包
|
||||
console tab: 顯示錯誤訊息並允許腳本執行
|
||||
|
||||
help: 幫助
|
||||
# help menu
|
||||
index: 指數
|
||||
website: 網站
|
||||
about: 關於
|
||||
|
||||
# New Set Window
|
||||
# new set window
|
||||
search game list control: 過濾遊戲列表。 使用 - 排除遊戲。 使用 field: 在特定字段中搜尋。 使用 “” 進行字面搜尋。 用空格分隔多個查詢。
|
||||
search stylesheet list control: 過濾模板清單。 使用 - 排除模板。 使用 field: 在特定字段中搜尋。 使用 “” 進行字面搜尋。 用空格分隔多個查詢。
|
||||
|
||||
# Cards panel
|
||||
# card select / image export
|
||||
filename format: (使用 {card.name} 作為卡片名稱;文件類型由擴展名決定)
|
||||
|
||||
# cards panel
|
||||
collapse notes: 隱藏卡片備註框
|
||||
expand notes: 顯示卡片備註框
|
||||
search cards control: 過濾卡片列表。 使用 - 排除卡片。 使用 field: 在特定字段中搜尋。 使用 “” 進行字面搜尋。 用空格分隔多個查詢。
|
||||
# Keywords panel
|
||||
|
||||
# keywords panel
|
||||
search keywords control: 過濾關鍵字清單。 使用 - 排除關鍵字。 使用 field: 在特定字段中搜尋。 使用 “” 進行字面搜尋。 用空格分隔多個查詢。
|
||||
# Random pack panel
|
||||
|
||||
# random pack panel
|
||||
random seed: 使用隨機種子產生。
|
||||
fixed seed: 使用特定種子產生。
|
||||
seed: 隨機產生器的種子號碼。 使用相同的種子數會得到相同的包。
|
||||
edit pack type: 編輯包類型
|
||||
number of packs: 要產生的 %ss 數量
|
||||
|
||||
# Preferences
|
||||
# preferences
|
||||
app language:
|
||||
注意: 你必須重新啟動MSE
|
||||
才能使語言修改生效
|
||||
@@ -262,7 +286,8 @@ help:
|
||||
# apprentice export
|
||||
set code: 套牌代碼是一個雙位元組代碼,它能被Apprentice識別成一幅套牌
|
||||
|
||||
# Symbol editor
|
||||
## symbol editor menus
|
||||
# file menu
|
||||
new symbol: 創建一個新的系列符號
|
||||
open symbol: 打開一個系列符號
|
||||
save symbol: 保存系列符號
|
||||
@@ -270,13 +295,11 @@ help:
|
||||
store symbol: 將系列符號儲存進套牌
|
||||
close symbol editor: 關閉系列符號編輯器
|
||||
|
||||
# edit menu
|
||||
duplicate: 復制所選圖形
|
||||
group: 所選圖形分成一組
|
||||
ungroup: 取消所選分組
|
||||
|
||||
grid: 顯示網格線
|
||||
snap: 吸附形狀和控制點到網格線
|
||||
|
||||
#tool:
|
||||
select: 選擇並移動形狀
|
||||
rotate: 旋轉並修剪形狀
|
||||
@@ -285,7 +308,9 @@ help:
|
||||
symmetry: 給系列符號添加對稱效果
|
||||
paint: 用筆刷在圖形上繪制
|
||||
|
||||
#select editor:
|
||||
# toolbar
|
||||
grid: 顯示網格線
|
||||
snap: 吸附形狀和控制點到網格線
|
||||
merge: 把這個圖形融合到下面
|
||||
subtract: 把這個圖形從下面剪掉,僅保留不在這個圖形,但是在下面圖形的區域
|
||||
intersect: 把這個圖形和下面相交,僅保留圖像共有區域
|
||||
@@ -293,6 +318,7 @@ help:
|
||||
overlap: 替換並且將邊框覆蓋到上面的圖形
|
||||
border: 把這個圖形繪制為邊框
|
||||
|
||||
# shape manipulation
|
||||
drag to shear: 拖拽,修改選定的 %s
|
||||
drag to rotate: 拖拽,修改選定部分的旋轉角度 %s;按住Ctrl,強制旋轉15°
|
||||
drag to resize: 拖拽,修改選定部分的大小 %s,;按住Ctrl,強制修改大小
|
||||
@@ -324,14 +350,10 @@ help:
|
||||
remove symmetry: 移除對稱效果
|
||||
copies: 輸入反轉數值(包含原始數值)
|
||||
|
||||
# Card select
|
||||
filename format: (使用 {card.name} 作為卡片名稱;文件類型由擴展名決定)
|
||||
|
||||
############################################################## Toolbar
|
||||
tool:
|
||||
undo: 撤銷
|
||||
redo: 重做
|
||||
|
||||
## app toolbars
|
||||
# tabs
|
||||
cards tab: 卡牌編輯
|
||||
set info tab: 套牌資訊
|
||||
style tab: 風格樣式
|
||||
@@ -340,7 +362,20 @@ tool:
|
||||
random pack tab: 補充包
|
||||
console tab: 機
|
||||
|
||||
# symbol editor
|
||||
# cards toolbar
|
||||
#TODO: Localize Section
|
||||
search cards: Search cards (Ctrl+K)
|
||||
card counts 2: %s Selected, %s Total
|
||||
card counts 3: %s Selected, %s Filtered, %s Total
|
||||
|
||||
# edit toolbar
|
||||
undo: 撤銷
|
||||
redo: 重做
|
||||
|
||||
# console toolbar
|
||||
clear console: 清機
|
||||
|
||||
## symbol editor toolbars
|
||||
store symbol: 儲存
|
||||
|
||||
grid: 網格
|
||||
@@ -376,10 +411,10 @@ tool:
|
||||
smooth point: 平滑
|
||||
symmetric point: 對稱
|
||||
|
||||
clear console: 清機
|
||||
|
||||
############################################################## Toolbar help text
|
||||
tooltip:
|
||||
## app popup tooltips
|
||||
# tabs
|
||||
cards tab: 卡牌
|
||||
set info tab: 套牌資訊
|
||||
style tab: 樣式
|
||||
@@ -388,17 +423,20 @@ tooltip:
|
||||
random pack tab: 隨機補充包生成
|
||||
console tab: 錯誤和警告
|
||||
|
||||
# file toolbar
|
||||
new set: 新建套牌
|
||||
open set: 打開套牌
|
||||
save set: 保存套牌
|
||||
export: 導出
|
||||
|
||||
# edit toolbar
|
||||
cut: 剪切
|
||||
copy: 復制
|
||||
paste: 貼上
|
||||
undo: 撤銷%s
|
||||
redo: 重做%s
|
||||
|
||||
# cards toolbar
|
||||
add card: 添加卡牌
|
||||
remove card: 移除選中卡牌
|
||||
#TODO: Localize
|
||||
@@ -407,22 +445,28 @@ tooltip:
|
||||
copy card and links: Copy selected cards and linked cards
|
||||
rotate card: 旋轉卡牌
|
||||
|
||||
# keywords toolbar
|
||||
add keyword: 添加關鍵詞
|
||||
remove keyword: 移除所選關鍵詞
|
||||
|
||||
# format toolbar
|
||||
bold: 粗體
|
||||
italic: 斜體
|
||||
underline: 強調
|
||||
symbols: 系列符號
|
||||
reminder text: 提示文本
|
||||
|
||||
# graph toolbar
|
||||
pie: 餅形圖
|
||||
bar: 條形圖
|
||||
stack: 堆疊條形圖
|
||||
scatter: 散點圖
|
||||
scatter pie: 散餅圖
|
||||
|
||||
# symbol editor
|
||||
# console toolbar
|
||||
clear console: 清機
|
||||
|
||||
## symbol editor popup tooltips
|
||||
store symbol: 將系列符號保存到套牌
|
||||
|
||||
grid: 顯示網格
|
||||
@@ -458,15 +502,13 @@ tooltip:
|
||||
smooth point: 點平滑效果
|
||||
symmetric point: 點對稱效果
|
||||
|
||||
clear console: 清機
|
||||
|
||||
############################################################## Labels in the GUI
|
||||
label:
|
||||
# Cards tab
|
||||
## app window items labels
|
||||
# cards panel
|
||||
card notes: 卡牌資訊:
|
||||
search cards: 搜尋卡 (Ctrl+K)
|
||||
|
||||
# Keywords tab
|
||||
# keywords panel
|
||||
search keywords: 搜尋關鍵字 (Ctrl+K)
|
||||
keyword: 關鍵詞
|
||||
match: 匹配
|
||||
@@ -478,18 +520,18 @@ label:
|
||||
這是一個標準的 %s 關鍵詞,你不需要編輯它。
|
||||
如果你做了一個關鍵詞的備份,那麼你的備份將優先被使用
|
||||
|
||||
# Style tab
|
||||
# style panel
|
||||
styling options: 樣式選項
|
||||
|
||||
# Random pack panel
|
||||
# random pack panel
|
||||
pack selection: 選擇包裝類型
|
||||
pack totals: 數數
|
||||
pack name: 包名
|
||||
seed: 種子
|
||||
total cards: 全部的
|
||||
|
||||
#TODO: Localize entire section
|
||||
# Link cards dialog
|
||||
# link cards dialog
|
||||
#TODO: Localize Section
|
||||
custom link: Custom...
|
||||
custom link selected: Generator, Front Face, Meld Component, etc...
|
||||
custom link linked: Token, Back Face, Meld Result, etc...
|
||||
@@ -499,26 +541,27 @@ label:
|
||||
linked cards: Linked Cards:
|
||||
select linked cards: Choose up to 4 cards to link:
|
||||
|
||||
# Open dialogs
|
||||
# open dialogs
|
||||
all files: 全部文件
|
||||
|
||||
# Other set window dialogs
|
||||
# other set window dialogs
|
||||
save changes:
|
||||
套牌 '%s' 已經被修改。
|
||||
|
||||
你想保存修改嗎?
|
||||
|
||||
# New set window
|
||||
# new set dialog
|
||||
game type: 游戲類型:
|
||||
style type: 風格樣式:
|
||||
search game list: 過濾遊戲
|
||||
search stylesheet list: 過濾器模板
|
||||
|
||||
# stylesheet not found dialog
|
||||
stylesheet not found:
|
||||
你要打開的套牌使用的是 "%s" 樣式表
|
||||
這個樣式表在你的系統里沒有找到,請選擇其他方案
|
||||
|
||||
# Preferences
|
||||
# preferences dialog
|
||||
language: 語言
|
||||
windows: 公開組
|
||||
app language: 程序界面語言 (App Language)
|
||||
@@ -542,11 +585,11 @@ label:
|
||||
|
||||
檢查更新時不會搜集使用者資訊。
|
||||
|
||||
# Column select
|
||||
# column select dialog
|
||||
select columns: 選擇你要顯示的欄目
|
||||
columns: 欄目:
|
||||
|
||||
# Card select / images export
|
||||
# card select / image export dialogs
|
||||
select cards: 導出卡牌
|
||||
select cards print: 選擇需要打印的卡牌
|
||||
selected card count: 將匯出 %s 張卡。
|
||||
@@ -555,22 +598,30 @@ label:
|
||||
export filenames: 文件名
|
||||
filename is ignored: (忽略文件名)
|
||||
|
||||
# apprentice export
|
||||
# apprentice export dialog
|
||||
set code: 設置套牌代碼:
|
||||
apprentice export cancelled: 導出到 Apprentice 的過程被取消
|
||||
|
||||
# Html export
|
||||
# html export dialog
|
||||
html template: 模板:
|
||||
html export options: 導出選項
|
||||
|
||||
#TODO: Localize entire section
|
||||
# CSV import
|
||||
# CSV import dialog
|
||||
#TODO: Localize Section
|
||||
add card csv sep: Separator:
|
||||
add card csv tab: Tab
|
||||
add card csv comma: Comma
|
||||
add card csv semicolon: Semicolon
|
||||
add card csv file: CSV or TSV file path:
|
||||
|
||||
# Image slicer
|
||||
# JSON import dialog
|
||||
#TODO: Localize Section
|
||||
add card json type: Type of JSON file:
|
||||
add card json custom: Custom JSON file
|
||||
add card json path: Path of the card array within the file:
|
||||
add card json file: Path of the file:
|
||||
|
||||
# image slicer dialog
|
||||
original: 原始:
|
||||
result: 結果:
|
||||
original with dimensions: 原來的 (%s x %s):
|
||||
@@ -597,14 +648,11 @@ label:
|
||||
filter: 過濾
|
||||
sharpen filter: 銳化
|
||||
|
||||
# Auto replace
|
||||
# auto replace dialog
|
||||
auto match: 匹配
|
||||
auto replace: 替換
|
||||
|
||||
# Symbol editor
|
||||
sides: 側
|
||||
|
||||
# Packages window
|
||||
# packages dialog
|
||||
package name: 文件包
|
||||
package status: 狀態
|
||||
package action: 動作
|
||||
@@ -624,44 +672,51 @@ label:
|
||||
installer size: 尺寸
|
||||
installer status: 地位
|
||||
no version: -
|
||||
|
||||
# print dialog
|
||||
#TODO: Localize
|
||||
put space between cards: Put space between cards?
|
||||
|
||||
## symbol editor
|
||||
sides: 側
|
||||
|
||||
############################################################## Buttons/checkboxes/choices in the GUI
|
||||
button:
|
||||
# Editor
|
||||
edit symbol: 編輯
|
||||
symbol gallery: 畫廊
|
||||
|
||||
# Card panel
|
||||
# cards panel
|
||||
#TODO: Localize
|
||||
unlink: Unlink
|
||||
#TODO: Localize
|
||||
link select: Select
|
||||
|
||||
# Style panel
|
||||
# style panel
|
||||
use for all cards: 應用到全部卡牌
|
||||
use custom styling options: 本張卡牌使用特殊設置
|
||||
|
||||
# Keywords panel
|
||||
# set info panel
|
||||
edit symbol: 編輯
|
||||
symbol gallery: 畫廊
|
||||
|
||||
# keywords panel
|
||||
insert parameter: 插入參數...
|
||||
refer parameter: 提交參數...
|
||||
|
||||
# Random pack panel
|
||||
# random pack panel
|
||||
generate pack: 產生補充包
|
||||
random seed: 隨機種子
|
||||
fixed seed: 固定種子
|
||||
add custom pack: 新增自訂助推器包...
|
||||
|
||||
# Console panel
|
||||
# console panel
|
||||
evaluate: 評價
|
||||
clear: 清
|
||||
|
||||
# Welcome
|
||||
# welcome
|
||||
new set: 新建套牌
|
||||
open set: 打開套牌
|
||||
check updates: 檢查更新
|
||||
last opened set: 上一次打開的套牌
|
||||
|
||||
# Preferences
|
||||
# preferences
|
||||
open sets in new window: 在新視窗中開啟所有集合
|
||||
select: 選擇...
|
||||
browse: 瀏覽...
|
||||
@@ -676,13 +731,13 @@ button:
|
||||
never: 從不
|
||||
internal image extension: 內部儲存帶有檔案副檔名的映像
|
||||
|
||||
# Column select
|
||||
# column select
|
||||
move up: 向上移動
|
||||
move down: 向下移動
|
||||
show: 顯示
|
||||
hide: 隱藏
|
||||
|
||||
# Card select
|
||||
# card select / image export
|
||||
export entire set: 整套
|
||||
export generated packs: 產生的補充包
|
||||
export custom cards selection: 客製化選擇
|
||||
@@ -694,7 +749,7 @@ button:
|
||||
number: 文件名添加序號
|
||||
number overwrite: 文件名添加序號,覆蓋上次導出的結果
|
||||
|
||||
# Auto replace
|
||||
# auto replace
|
||||
use auto replace: 使用自動替換
|
||||
add item: 添加
|
||||
remove item: 移出
|
||||
@@ -702,10 +757,10 @@ button:
|
||||
enabled: 開啟
|
||||
whole word: 匹配整個字符串
|
||||
|
||||
# Old style update checker (NOTE: this will be removed in a feature version)
|
||||
# old style update checker (NOTE: this will be removed in a feature version)
|
||||
close: 關閉
|
||||
|
||||
# Packages window
|
||||
# packages window
|
||||
keep package: 不修改
|
||||
don't install package: 不安裝
|
||||
install package: 安裝
|
||||
@@ -718,12 +773,14 @@ button:
|
||||
|
||||
############################################################## Titles in the GUI
|
||||
title:
|
||||
# window titles
|
||||
magic set editor: Magic Set Editor
|
||||
%s - magic set editor: %s - Magic Set Editor
|
||||
untitled: 無標題
|
||||
about: 關於 Magic Set Editor
|
||||
symbol editor: 系列符號編輯器
|
||||
# dialogs
|
||||
|
||||
# dialog titles
|
||||
new set: 新建套牌
|
||||
open set: 打開套牌
|
||||
save set: 套牌另存為
|
||||
@@ -734,6 +791,7 @@ title:
|
||||
select stylesheet: 選擇樣式表
|
||||
#TODO: Localize
|
||||
link cards: Link Cards To Selected Card
|
||||
|
||||
#preferences
|
||||
preferences: 設置
|
||||
global: 全局
|
||||
@@ -743,44 +801,52 @@ title:
|
||||
updates: 昇級更新
|
||||
update check: 檢查更新
|
||||
locate apprentice: 定位 Apprentice
|
||||
|
||||
# select
|
||||
select columns: 選擇欄目
|
||||
select cards: 選擇卡牌
|
||||
select cards export: 導出選中的卡牌
|
||||
select cards print: 選擇您要列印的卡片
|
||||
|
||||
# slice
|
||||
slice image: 圖片切片
|
||||
|
||||
# pack
|
||||
custom pack: 客製化包裝類型
|
||||
|
||||
# print
|
||||
print preview: 打印預覽
|
||||
#TODO: Localize
|
||||
settings: Settings
|
||||
|
||||
# export
|
||||
export images: 導出為圖像
|
||||
export cancelled: 導出取消
|
||||
export html: 導出為HTML
|
||||
save html: 保存為HTML
|
||||
|
||||
# import
|
||||
#TODO: Localize
|
||||
#TODO: Localize Section
|
||||
add card csv: Add Cards from CSV or TSV file
|
||||
#TODO: Localize
|
||||
add card csv file: Open CSV or TSV file
|
||||
add card json: Add Cards from JSON file
|
||||
add card json file: Open JSON file
|
||||
|
||||
# auto replace
|
||||
auto replaces: 自動替換
|
||||
|
||||
# Package Update Window
|
||||
# package update
|
||||
packages window: 文件包管理器
|
||||
installing updates: 安裝更新
|
||||
|
||||
cannot create file: 無法創建文件
|
||||
|
||||
############################################################## Action (undo/redo) names
|
||||
action:
|
||||
# List boxes
|
||||
# list boxes
|
||||
add item: 添加 %s
|
||||
remove item: 移除 %s
|
||||
|
||||
# Text editor
|
||||
# text editor
|
||||
typing: 鍵入
|
||||
enter: 進入
|
||||
soft line break: 切斷軟線
|
||||
@@ -791,10 +857,11 @@ action:
|
||||
paste: 貼上
|
||||
auto replace: 自動替換
|
||||
correct: 拼字糾正
|
||||
# Choice/color editors
|
||||
|
||||
# choice/color editors
|
||||
change: 修改 %s
|
||||
|
||||
# Symbol Actions
|
||||
# symbol actions
|
||||
move: 移動 %s
|
||||
rotate: 旋轉 %s
|
||||
shear: 修剪 %s
|
||||
@@ -806,7 +873,7 @@ action:
|
||||
group parts: 分組
|
||||
ungroup parts: 取消分組
|
||||
|
||||
# Symbol Part Actions
|
||||
# symbol part actions
|
||||
convert to line: 轉換成直線
|
||||
convert to curve: 轉換成曲線
|
||||
lock point: 鎖定點
|
||||
@@ -816,7 +883,7 @@ action:
|
||||
delete point: 刪除控制點
|
||||
delete points: 刪除多個控制點
|
||||
|
||||
# Symmetry
|
||||
# symmetry
|
||||
add symmetry: 添加對稱效果
|
||||
remove symmetry: 移除對稱效果
|
||||
move symmetry center: 移動對稱中心
|
||||
@@ -826,7 +893,7 @@ action:
|
||||
|
||||
############################################################## Error messages
|
||||
error:
|
||||
# File related
|
||||
# file related
|
||||
file not found: 沒有找到文件: '%s' 在 '%s' 文件包中
|
||||
file not found package like:
|
||||
沒有找到文件:'%s' 在 '%s' 文件包中
|
||||
@@ -844,22 +911,31 @@ error:
|
||||
要解決這個問題,添加:
|
||||
附加項目 到: %s %s
|
||||
|
||||
#TODO: Localize
|
||||
# Image import
|
||||
# image import
|
||||
#TODO: Localize Section
|
||||
import not found: File not found: '%s'
|
||||
can't import image without set: Must first save or load a set file before importing file: '%s'
|
||||
can't create file stream: Failed to create file stream: '%s'
|
||||
can't write image to set: Failed to write image to set: '%s'
|
||||
can't import image: Failed to import image: '%s'
|
||||
|
||||
#TODO: Localize
|
||||
# Card creation
|
||||
# card creation
|
||||
#TODO: Localize Section
|
||||
no field with name: Card doesn't have a field named '%s'
|
||||
can't set value: Can not set card value '%s', it is not of the right type
|
||||
add card csv file not found: Could not find or load the CSV or TSV file
|
||||
add card csv file malformed: CSV or TSV file malformed, row '%s' does not have the same number of entries as the first row
|
||||
add card json unknown type: JSON value of unknown type found
|
||||
add card json failed to parse: Failed to parse JSON file
|
||||
add card json path not valid: Path within the JSON file is not valid
|
||||
add card json empty array: Card array in JSON file is empty
|
||||
add card json file not found: Could not find or load the JSON file
|
||||
import empty file: %s file is empty
|
||||
import missing fields:
|
||||
The %s file contains the following entries that could not
|
||||
be imported, because no corresponding card field was found: %s
|
||||
|
||||
# Script stuff
|
||||
# script stuff
|
||||
has no member: %s 沒有成員 '%s'
|
||||
can't convert: 無法將 %s 轉換成 %s
|
||||
has no member value: 字符串 "%s" 沒有成員 '%s'
|
||||
@@ -874,11 +950,11 @@ error:
|
||||
%s
|
||||
在提示文本里的關鍵詞 '%s'
|
||||
|
||||
# Image stuff
|
||||
# image stuff
|
||||
coordinates for blending overlap: 坐標混合重疊
|
||||
images used for blending must have the same size: 邊框用圖像必須使用相同大小
|
||||
|
||||
# Error from files
|
||||
# error from files
|
||||
no game specified: 沒有為 %s 指定游戲類型
|
||||
no stylesheet specified for the set: 沒有為套牌制定樣式表
|
||||
stylesheet and set refer to different game:
|
||||
@@ -897,25 +973,25 @@ error:
|
||||
word list type not found: 詞語列表類型 %s 沒有找到 (從<word-list> 標簽中)
|
||||
pack type not found: 未找到包類型 “%s” (來自包類型)
|
||||
|
||||
# Update checking
|
||||
# update checking
|
||||
checking updates failed: 檢查更新失敗。
|
||||
no updates: 沒有可用更新。
|
||||
|
||||
#TODO: Localize entire section
|
||||
# Card linking
|
||||
# card linking
|
||||
#TODO: Localize Section
|
||||
not enough free links: Card does not have enough free links available. Can only link up to 4 cards.
|
||||
not enough free links for copy: Card does not have enough free links available for copy. Can only link up to 4 cards.
|
||||
could not link: The following cards could not be linked, as they already have 4 links:
|
||||
|
||||
# Stats panel
|
||||
# stats panel
|
||||
dimension not found: 沒有統計資料 '%s'
|
||||
|
||||
# Random packs
|
||||
# random packs
|
||||
pack type duplicate name:
|
||||
已有一個名為「%s」的套件類型。
|
||||
請選擇不同的名稱。
|
||||
|
||||
# Package update window
|
||||
# package update window
|
||||
checking updates: 檢查更新
|
||||
can't download installer:
|
||||
無法為文件包 %s 下載安裝程序,從 %s
|
||||
@@ -952,7 +1028,7 @@ type:
|
||||
date: 日期
|
||||
nil: 什麼都不做
|
||||
|
||||
# Object types
|
||||
# object types
|
||||
package: 文件包
|
||||
locale: 翻譯
|
||||
game: 游戲
|
||||
@@ -971,7 +1047,7 @@ type:
|
||||
card region: 卡區
|
||||
card regions: 卡區域
|
||||
|
||||
# Symbol editor shapes
|
||||
# symbol editor shapes
|
||||
shape: 圖形
|
||||
shapes: 多個圖形
|
||||
circle: 圓形
|
||||
@@ -996,105 +1072,103 @@ type:
|
||||
package:
|
||||
magic.mse-game:
|
||||
# Card fields
|
||||
name: 名稱
|
||||
cc: 總費用
|
||||
type: 類型
|
||||
p/t: 力量/防御
|
||||
rarity: 稀有度
|
||||
card name: 卡牌名字
|
||||
name: 名稱
|
||||
cc: 總費用
|
||||
type: 類型
|
||||
p/t: 力量/防御
|
||||
rarity: 稀有度
|
||||
card name: 卡牌名字
|
||||
|
||||
# Set info
|
||||
title: 標題
|
||||
description: 描述
|
||||
artist: 畫家
|
||||
copyright: 版權
|
||||
symbol: 系列符號
|
||||
|
||||
border color: 邊框顏色
|
||||
automatic reminder text: 自動提示文本
|
||||
automatic card numbers: 自動卡牌編號
|
||||
sort special rarity: 特殊稀有度卡排排序
|
||||
mark errors: 標出錯誤
|
||||
use gradient multicolor: 使用傾斜多色
|
||||
title: 標題
|
||||
description: 描述
|
||||
artist: 畫家
|
||||
copyright: 版權
|
||||
symbol: 系列符號
|
||||
|
||||
border color: 邊框顏色
|
||||
automatic reminder text: 自動提示文本
|
||||
automatic card numbers: 自動卡牌編號
|
||||
sort special rarity: 特殊稀有度卡排排序
|
||||
mark errors: 標出錯誤
|
||||
use gradient multicolor: 使用傾斜多色
|
||||
|
||||
|
||||
|
||||
# descriptions/help text
|
||||
artifact style: 神器風格
|
||||
saturated multicolor: 標準多色牌
|
||||
shifted sorting: 排序變換
|
||||
darker artifacts: 更深色神器
|
||||
grey hybrid name: 混色牌名字變灰
|
||||
artifact style: 神器風格
|
||||
saturated multicolor: 標準多色牌
|
||||
shifted sorting: 排序變換
|
||||
darker artifacts: 更深色神器
|
||||
grey hybrid name: 混色牌名字變灰
|
||||
colored multicolor land name: 多色牌和地牌的名字變色
|
||||
grey hybrid typeline: 混色牌類型線變灰
|
||||
use guild mana symbols: 使用工會符號
|
||||
one textline tokens: 一條文本線 衍生物
|
||||
alpha style blending: 阿爾法風格混合
|
||||
grey hybrid typeline: 混色牌類型線變灰
|
||||
use guild mana symbols: 使用工會符號
|
||||
one textline tokens: 一條文本線 衍生物
|
||||
alpha style blending: 阿爾法風格混合
|
||||
type of gradient multicolor: 傾斜多色類型
|
||||
type of gradient artifact: 傾斜神器類型
|
||||
tap symbol: 橫置符號
|
||||
image size: 圖像大小
|
||||
cardname font: 卡牌名字字體
|
||||
font color: 字體顏色
|
||||
text box mana symbols: 文字欄法術力符號
|
||||
green style: 綠色風格
|
||||
land style: 地牌風格
|
||||
center text: 文字居中
|
||||
colored rarities: 稀有度變色
|
||||
left align artist: 畫家左對齊
|
||||
inverted common symbol: 反轉普通系列符號
|
||||
|
||||
type of gradient artifact: 傾斜神器類型
|
||||
tap symbol: 橫置符號
|
||||
image size: 圖像大小
|
||||
cardname font: 卡牌名字字體
|
||||
font color: 字體顏色
|
||||
text box mana symbols: 文字欄法術力符號
|
||||
green style: 綠色風格
|
||||
land style: 地牌風格
|
||||
center text: 文字居中
|
||||
colored rarities: 稀有度變色
|
||||
left align artist: 畫家左對齊
|
||||
inverted common symbol: 反轉普通系列符號
|
||||
|
||||
magic-mana-*.mse-symbol-font:
|
||||
# note: reminder/shortcut must start with a space, otherwise it is used as a shortcut
|
||||
# so typing T *anywhere* would insert a symbol (which would be bad)
|
||||
menu item T: 橫置符號 T
|
||||
menu item Q: 重置符號 Q
|
||||
menu item W: 白色法術力 W
|
||||
menu item U: 藍色法術力 U
|
||||
menu item B: 黑色法術力 B
|
||||
menu item R: 紅色法術力 R
|
||||
menu item G: 綠色法術力 G
|
||||
menu item S: 雪境法術力 S
|
||||
menu item X: 可變法術力 X X
|
||||
menu item Y: 可變法術力 Y Y
|
||||
menu item Z: 可變法術力 Z Z
|
||||
menu item I: 無限法術力 I
|
||||
menu item colorless: 無色法術力...
|
||||
title colorless: 無色法術力
|
||||
message colorless: 輸入無色法術力數量:
|
||||
menu item half: 一半法術力
|
||||
menu item |W: 白色法術力 |W
|
||||
menu item |U: 藍色法術力 |U
|
||||
menu item |B: 黑色法術力 |B
|
||||
menu item |R: 紅色法術力 |R
|
||||
menu item |G: 綠色法術力 |G
|
||||
menu item |S: 雪境法術力 |S
|
||||
menu item 1/2: 無色法術力 1/2
|
||||
menu item hybrid: 混合法術力(雙色)
|
||||
menu item W/U: 白/藍 法術力 W/U
|
||||
menu item U/B: 藍/黑 法術力 U/B
|
||||
menu item B/R: 黑/紅 法術力 B/R
|
||||
menu item R/G: 紅/綠 法術力 R/G
|
||||
menu item G/W: 綠/白 法術力 G/W
|
||||
menu item W/B: 白/黑 法術力 W/B
|
||||
menu item U/R: 藍/紅 法術力 U/R
|
||||
menu item B/G: 黑/綠 法術力 B/G
|
||||
menu item R/W: 紅/白 法術力 R/W
|
||||
menu item G/U: 綠/藍 法術力 G/U
|
||||
menu item hybrid 3: 混合法術力(三色)
|
||||
menu item W/U/B: 白/藍/黑 法術力 W/U/B
|
||||
menu item U/B/R: 藍/黑/紅 法術力 U/B/R
|
||||
menu item B/R/G: 黑/紅/綠 法術力 B/R/G
|
||||
menu item R/G/W: 紅/綠/白 法術力 R/G/W
|
||||
menu item G/W/U: 綠/白/藍 法術力 G/W/U
|
||||
menu item W/B/R: 白/黑/紅 法術力 W/B/R
|
||||
menu item U/R/G: 藍/紅/綠 法術力 U/R/G
|
||||
menu item B/G/W: 黑/綠/白 法術力 B/G/W
|
||||
menu item R/W/U: 紅/白/藍 法術力 R/W/U
|
||||
menu item G/U/B: 綠/藍/黑 法術力 G/U/B
|
||||
menu item T: 橫置符號 T
|
||||
menu item Q: 重置符號 Q
|
||||
menu item W: 白色法術力 W
|
||||
menu item U: 藍色法術力 U
|
||||
menu item B: 黑色法術力 B
|
||||
menu item R: 紅色法術力 R
|
||||
menu item G: 綠色法術力 G
|
||||
menu item S: 雪境法術力 S
|
||||
menu item X: 可變法術力 X X
|
||||
menu item Y: 可變法術力 Y Y
|
||||
menu item Z: 可變法術力 Z Z
|
||||
menu item I: 無限法術力 I
|
||||
menu item colorless: 無色法術力...
|
||||
title colorless: 無色法術力
|
||||
message colorless: 輸入無色法術力數量:
|
||||
menu item half: 一半法術力
|
||||
menu item |W: 白色法術力 |W
|
||||
menu item |U: 藍色法術力 |U
|
||||
menu item |B: 黑色法術力 |B
|
||||
menu item |R: 紅色法術力 |R
|
||||
menu item |G: 綠色法術力 |G
|
||||
menu item |S: 雪境法術力 |S
|
||||
menu item 1/2: 無色法術力 1/2
|
||||
menu item hybrid: 混合法術力(雙色)
|
||||
menu item W/U: 白/藍 法術力 W/U
|
||||
menu item U/B: 藍/黑 法術力 U/B
|
||||
menu item B/R: 黑/紅 法術力 B/R
|
||||
menu item R/G: 紅/綠 法術力 R/G
|
||||
menu item G/W: 綠/白 法術力 G/W
|
||||
menu item W/B: 白/黑 法術力 W/B
|
||||
menu item U/R: 藍/紅 法術力 U/R
|
||||
menu item B/G: 黑/綠 法術力 B/G
|
||||
menu item R/W: 紅/白 法術力 R/W
|
||||
menu item G/U: 綠/藍 法術力 G/U
|
||||
menu item hybrid 3: 混合法術力(三色)
|
||||
menu item W/U/B: 白/藍/黑 法術力 W/U/B
|
||||
menu item U/B/R: 藍/黑/紅 法術力 U/B/R
|
||||
menu item B/R/G: 黑/紅/綠 法術力 B/R/G
|
||||
menu item R/G/W: 紅/綠/白 法術力 R/G/W
|
||||
menu item G/W/U: 綠/白/藍 法術力 G/W/U
|
||||
menu item W/B/R: 白/黑/紅 法術力 W/B/R
|
||||
menu item U/R/G: 藍/紅/綠 法術力 U/R/G
|
||||
menu item B/G/W: 黑/綠/白 法術力 B/G/W
|
||||
menu item R/W/U: 紅/白/藍 法術力 R/W/U
|
||||
menu item G/U/B: 綠/藍/黑 法術力 G/U/B
|
||||
menu item number hybrids: 數字混合法術力
|
||||
menu item 2/W: 2/W
|
||||
menu item 2/U: 2/U
|
||||
menu item 2/B: 2/B
|
||||
menu item 2/R: 2/R
|
||||
menu item 2/G: 2/G
|
||||
menu item 2/W: 2/白
|
||||
menu item 2/U: 2/藍
|
||||
menu item 2/B: 2/黑
|
||||
menu item 2/R: 2/紅
|
||||
menu item 2/G: 2/綠
|
||||
|
||||
Reference in New Issue
Block a user