diff --git a/en_US.json b/en_US.json index c38e836a..1584cfeb 100644 --- a/en_US.json +++ b/en_US.json @@ -360,6 +360,9 @@ "CMD_EXECUTOR_NO_CMD": "No commands could be found. :(", "CMD_EXECUTOR_TITLE": "YimMenu Command Executor", "CMD_EXECUTOR_TYPE_CMD": "Type your command", + "CMD_EXECUTOR_INSTRUCTIONS":"Navigate the suggestions with the UP/DOWN arrow keys and append using the TAB key.", + "CMD_EXECUTOR_NO_SUGGESTIONS": "No suggestions found.", + "CMD_HISTORY_LABEL": "Command History", "COLLISION": "Collision", "COLOR_OPTIONS": "Color Options", "COMPLAINT_KICK": "Desync Kick", diff --git a/index.json b/index.json index 925222f0..ff001573 100644 --- a/index.json +++ b/index.json @@ -1,59 +1,59 @@ -{ - "version": 112, - "default_lang": "en_US", - "translations": { - "de_DE": { - "name": "Deutsch", - "file": "de_DE.json" - }, - "en_US": { - "name": "English (US)", - "file": "en_US.json" - }, - "es_ES": { - "name": "Español (España)", - "file": "es_ES.json" - }, - "fr_FR": { - "name": "Français (FR)", - "file": "fr_FR.json" - }, - "it_IT": { - "name": "Italiano (IT)", - "file": "it_IT.json" - }, - "pl_PL": { - "name": "Polish (PL)", - "file": "pl_PL.json" - }, - "pt_BR": { - "name": "Portuguese (BR)", - "file": "pt_BR.json" - }, - "ru_RU": { - "alphabet_type": "cyrillic", - "name": "Russian (RU)", - "file": "ru_RU.json" - }, - "zh_CN": { - "alphabet_type": "chinese", - "name": "Chinese (CN)", - "file": "zh_CN.json" - }, - "zh_TW": { - "alphabet_type": "chinese", - "name": "Chinese (TW)", - "file": "zh_TW.json" - }, - "ko_KR": { - "alphabet_type": "korean", - "name": "Korean (KR)", - "file": "ko_KR.json" - }, - "tr_TR": { - "alphabet_type": "turkish", - "name": "Turkish (TR)", - "file": "tr_TR.json" - } - } -} +{ + "version": 113, + "default_lang": "en_US", + "translations": { + "de_DE": { + "name": "Deutsch", + "file": "de_DE.json" + }, + "en_US": { + "name": "English (US)", + "file": "en_US.json" + }, + "es_ES": { + "name": "Español (España)", + "file": "es_ES.json" + }, + "fr_FR": { + "name": "Français (FR)", + "file": "fr_FR.json" + }, + "it_IT": { + "name": "Italiano (IT)", + "file": "it_IT.json" + }, + "pl_PL": { + "name": "Polish (PL)", + "file": "pl_PL.json" + }, + "pt_BR": { + "name": "Portuguese (BR)", + "file": "pt_BR.json" + }, + "ru_RU": { + "alphabet_type": "cyrillic", + "name": "Russian (RU)", + "file": "ru_RU.json" + }, + "zh_CN": { + "alphabet_type": "chinese", + "name": "Chinese (CN)", + "file": "zh_CN.json" + }, + "zh_TW": { + "alphabet_type": "chinese", + "name": "Chinese (TW)", + "file": "zh_TW.json" + }, + "ko_KR": { + "alphabet_type": "korean", + "name": "Korean (KR)", + "file": "ko_KR.json" + }, + "tr_TR": { + "alphabet_type": "turkish", + "name": "Turkish (TR)", + "file": "tr_TR.json" + } + } +}