From 87be5ebc16fdb7c3e2c38ff9605243480d19b264 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Tue, 25 Oct 2022 00:12:12 +0900 Subject: [PATCH] Create expcore.cfg --- locale/zh-CN/expcore.cfg | 53 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 locale/zh-CN/expcore.cfg diff --git a/locale/zh-CN/expcore.cfg b/locale/zh-CN/expcore.cfg new file mode 100644 index 00000000..0f8e0705 --- /dev/null +++ b/locale/zh-CN/expcore.cfg @@ -0,0 +1,53 @@ +time-symbol-days-short=__1__d +color-tag=[color=__1__]__2__[/color] + +[time-format] +simple-format-tagged=__1__ __2__ +simple-format-div=__1__:__2__ + +[expcore-commands] +unauthorized=你沒有權限運行該項目 +reject-string-options=無效的選項. 要在: __1__ +reject-string-max-length=無效的長度, 最長: __1__ +reject-number=無效的數值. +reject-number-range=無效的範圍. 最少 (包括): __1__, 最大 (包括): __2__ +reject-player=無效的用戶名稱, __1__ , 可以用 TAB 鍵來自動完成 +reject-player-online=用戶不在線. +reject-player-alive=用戶已死亡. +reject-force=無效的勢力. +reject-surface=無效的表面. +reject-color=無效的顏色. +invalid-inputs=無效的輸入, /__1__ __2__ +invalid-param=無效的參數 "__1__"; __2__ +command-help=__1__ - __2__ +command-ran=指令運行完成 +command-fail=指令運行失敗 failed to run: __1__ +command-error-log-format=[ERROR] command/__1__ :: __2__ + +[expcore-roles] +error-log-format-flag=[ERROR] roleFlag/__1__ :: __2__ +error-log-format-assign=[ERROR] rolePromote/__1__ :: __2__ +game-message-assign=__1__ 已被 __3__ 指派到身分組 __2__ +game-message-unassign=__1__ 已被 __3__ 取消指派到身分組 __2__ +reject-role=無效的身分組. +reject-player-role=用戶已有更高的身分組. + +[gui_util] +button_tooltip=是否顯示工具欄. + +[expcore-gui] +left-button-tooltip=關閉所有打開的視窗. + +[expcore-data] +set-preference=你的喜好已設定為 __1__. 在你重新加入前將不會有任何改動. +get-preference=你的喜好為 __1__. 使用 /set-preference 來更改. 使用 /save-data 來獲得一份資料副本. +get-data=你的個人資料已寫入: factorio/script_output/expgaming_player_data.json +data-failed=無法載入你的個人資料. 任何改動將不會保存. +data-restore=已載入你的個人資料. 改動將會被保存. +preference=儲存喜好 +preference-tooltip=那種資料將在退出時保存 +preference-value-tooltip=使用 /set-preference 來更換儲存喜好 +preference-All=所有資料都會被儲存 +preference-Statistics=只有數據, 設定和資料會被儲存 +preference-Settings=只有設定和資料會被儲存 +preference-Required=只有需要的資料會被儲存 \ No newline at end of file