veloren/assets/voxygen/i18n/zh_TW/main.ron

54 lines
2.4 KiB
Rust
Raw Normal View History

2021-08-01 07:31:03 +00:00
/// WARNING: Localization files shall be saved in UTF-8 format without BOM
/// Localization for Traditional Chinese
(
string_map: {
"main.connecting": "連線中",
"main.creating_world": "生成世界中",
// Welcome notice that appears the first time Veloren is started
"main.notice": r#"歡迎加入 Veloren alpha 版!
- alpha
- RedditGitLab Discord
- Veloren GPL 3 open-source licence GPL 3
- Veloren
- Voxel RPG Doom
~ Veloren "#,
// Login process description
"main.login_process": r#"Information on the Login Process:
If you are having issues signing in:
Please note that you now need an account
to play on auth-enabled servers.
You can create an account over at
https://veloren.net/account/."#,
"main.login.server_not_found": "找不到伺服器",
"main.login.authentication_error": "伺服器認證錯誤",
"main.login.server_full": "伺服器已滿",
"main.login.untrusted_auth_server": "認證伺服器不可信",
"main.login.outdated_client_or_server": "伺服器錯誤:版本可能不相容,請檢查更新。",
"main.login.timeout": "逾時:伺服器無法即時回應(也許試過載或者網路問題)。",
"main.login.server_shut_down": "伺服器已關閉",
"main.login.network_error": "網路錯誤",
"main.login.failed_sending_request": "認證伺服器請求失敗",
"main.login.client_crashed": "客戶端崩潰",
"main.login.select_language": "选择一种语言 ",
},
vector_map: {
}
)