mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
58 lines
1.8 KiB
Plaintext
58 lines
1.8 KiB
Plaintext
/// WARNING: Localization files shall be saved in UTF-8 format without BOM
|
|
|
|
/// Localization for Traditional Chinese
|
|
(
|
|
string_map: {
|
|
// Texts used in multiple locations with the same formatting
|
|
"common.username": "帳號名稱",
|
|
"common.singleplayer": "單人模式",
|
|
"common.multiplayer": "多人模式",
|
|
"common.servers": "伺服器",
|
|
"common.quit": "退出",
|
|
"common.settings": "設定",
|
|
"common.languages": "語言",
|
|
"common.interface": "界面",
|
|
"common.gameplay": "遊戲",
|
|
"common.controls": "控制",
|
|
"common.video": "畫面",
|
|
"common.sound": "聲音",
|
|
"common.resume": "繼續",
|
|
"common.characters": "角色",
|
|
"common.close": "關閉",
|
|
"common.yes": "是",
|
|
"common.no": "否",
|
|
"common.back": "返回",
|
|
"common.create": "建立",
|
|
"common.okay": "好",
|
|
"common.accept": "接受",
|
|
"common.disclaimer": "免責聲明",
|
|
"common.cancel": "取消",
|
|
"common.none": "無",
|
|
"common.error": "錯誤",
|
|
"common.fatal_error": "致命錯誤",
|
|
|
|
// Message when connection to the server is lost
|
|
"common.connection_lost": r#"連線中斷!
|
|
檢查看看伺服器重啟了嗎?
|
|
客戶端有更新了嗎?"#,
|
|
|
|
|
|
"common.races.orc": "獸人",
|
|
"common.races.human": "人類",
|
|
"common.races.dwarf": "矮人",
|
|
"common.races.elf": "精靈",
|
|
"common.races.undead": "不死族",
|
|
"common.races.danari": "丹那利",
|
|
|
|
"common.weapons.axe": "斧",
|
|
"common.weapons.sword": "劍",
|
|
"common.weapons.staff": "杖",
|
|
"common.weapons.bow": "弓",
|
|
"common.weapons.hammer": "鎚",
|
|
},
|
|
|
|
|
|
vector_map: {
|
|
}
|
|
)
|