Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added new CMD keys #184

Merged
merged 1 commit into from
Jul 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
118 changes: 59 additions & 59 deletions index.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
Loading