diff options
author | Emma Miler <27428383+emma-miler@users.noreply.github.com> | 2022-06-16 01:36:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-16 01:36:36 +0200 |
commit | bdf8e684550ee4763e7eb93ae9e561ddc0dbde9a (patch) | |
tree | 3ba766949efad5cdaf88c494e0e05faa2ffe9da5 /Northstar.Client/mod/resource/northstar_client_localisation_tchinese.txt | |
parent | 1a80df50db26c2752d869726cddba3460dd6daaa (diff) | |
download | NorthstarMods-bdf8e684550ee4763e7eb93ae9e561ddc0dbde9a.tar.gz NorthstarMods-bdf8e684550ee4763e7eb93ae9e561ddc0dbde9a.zip |
Localize masterserver errors (#333)
* Dependent commit
* Add english localization
* Update northstar_client_localisation_mspanish.txt
* Add more localizations
* Update northstar_client_localisation_spanish.txt
* Adhere to code style
Diffstat (limited to 'Northstar.Client/mod/resource/northstar_client_localisation_tchinese.txt')
-rw-r--r-- | Northstar.Client/mod/resource/northstar_client_localisation_tchinese.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Northstar.Client/mod/resource/northstar_client_localisation_tchinese.txt b/Northstar.Client/mod/resource/northstar_client_localisation_tchinese.txt index 4981a0a8..5e6721a9 100644 --- a/Northstar.Client/mod/resource/northstar_client_localisation_tchinese.txt +++ b/Northstar.Client/mod/resource/northstar_client_localisation_tchinese.txt @@ -310,5 +310,16 @@ // In-game chat "HUD_CHAT_WHISPER_PREFIX" "[WHISPER]" "HUD_CHAT_SERVER_PREFIX" "[SERVER]" + + "NO_GAMESERVER_RESPONSE" "無法連接到遊戲伺服器'" + "BAD_GAMESERVER_RESPONSE" "遊戲伺服器回應無效" + "UNAUTHORIZED_GAMESERVER" "遊戲伺服器無法完成請求,因為它未與主伺服器進行驗證" + "UNAUTHORIZED_GAME" "Stryder 無法確認當前賬戶擁有Titanfall 2" + "UNAUTHORIZED_PWD" "密碼錯誤" + "STRYDER_RESPONSE" "無法讀取Stryder回應" + "PLAYER_NOT_FOUND" "找不到玩家賬戶" + "INVALID_MASTERSERVER_TOKEN" "主伺服器token過期或無效" + "JSON_PARSE_ERROR" "讀取json回應時發生錯誤" + "UNSUPPORTED_VERSION" "您的遊戲版本過低" } } |