From a38e4812389517d5570ee537ddc45e197c10f169 Mon Sep 17 00:00:00 2001 From: PHIDIAS <10016767+PHIDIAS0303@users.noreply.github.com> Date: Thu, 2 Jun 2022 03:39:18 +0900 Subject: [PATCH] Create expcore.cfg --- locale/zh-TW/expcore.cfg | 53 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 locale/zh-TW/expcore.cfg diff --git a/locale/zh-TW/expcore.cfg b/locale/zh-TW/expcore.cfg new file mode 100644 index 00000000..bdc4907d --- /dev/null +++ b/locale/zh-TW/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=Unauthorized, Access is denied due to invalid credentials +reject-string-options=Invalid Option, Must be one of: __1__ +reject-string-max-length=Invalid Length, Max: __1__ +reject-number=Invalid Number. +reject-number-range=Invalid Range, Min (inclusive): __1__, Max (inclusive): __2__ +reject-player=Invalid Player Name, __1__ ,try using tab key to auto-complete the name +reject-player-online=Player is offline. +reject-player-alive=Player is dead. +reject-force=Invalid Force Name. +reject-surface=Invalid Surface Name. +reject-color=Invalid Color Name. +invalid-inputs=Invalid Input, /__1__ __2__ +invalid-param=Invalid Param "__1__"; __2__ +command-help=__1__ - __2__ +command-ran=Command Complete +command-fail=Command 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__ has been assigned to __2__ by __3__ +game-message-unassign=__1__ has been unassigned from __2__ by __3__ +reject-role=Invalid Role Name. +reject-player-role=Player has a higher role. + +[gui_util] +button_tooltip=Shows/hides the toolbar. + +[expcore-gui] +left-button-tooltip=Hide all open windows. + +[expcore-data] +set-preference=You data saving preference has been set to __1__. Existing data will not be effected until you rejoin. +get-preference=You data saving preference is __1__. Use /set-preference to change this. Use /save-data to get a local copy of your data. +get-data=Your player data has been writen to file, location: factorio/script_output/expgaming_player_data.json +data-failed=Your player data has failed to load. Any changes to your data will not be saved. +data-restore=Your player data has been restored and changes will now save when you leave. +preference=Saving Preference +preference-tooltip=Which categories will be saved when you leave the game +preference-value-tooltip=Change by using /set-preference +preference-All=All data will be saved +preference-Statistics=Only statistics, settings, and required data will be saved +preference-Settings=Only settings and required data will be saved +preference-Required=Only required data will be saved \ No newline at end of file