You've already forked AstralRinth
forked from didirus/AstralRinth
Migrate to Turborepo (#1251)
This commit is contained in:
1040
apps/frontend/src/locales/en-US/index.json
Normal file
1040
apps/frontend/src/locales/en-US/index.json
Normal file
File diff suppressed because it is too large
Load Diff
58
apps/frontend/src/locales/en-US/languages.json
Normal file
58
apps/frontend/src/locales/en-US/languages.json
Normal file
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"ar": "Arabic",
|
||||
"be": "Belarusian",
|
||||
"bg": "Bulgarian",
|
||||
"bn": "Bangla",
|
||||
"ca": "Catalan",
|
||||
"cs": "Czech",
|
||||
"da": "Danish",
|
||||
"de": "German",
|
||||
"de-CH": "German (Switzerland)",
|
||||
"el": "Greek",
|
||||
"en-GB": "English (United Kingdom)",
|
||||
"en-US": "English (United States)",
|
||||
"en-x-lolcat": "LOLCAT",
|
||||
"en-x-pirate": "English (Pirate)",
|
||||
"en-x-updown": "English (Upside down)",
|
||||
"en-x-uwu": "English (UwU)",
|
||||
"eo": "Esperanto",
|
||||
"es": "Spanish",
|
||||
"et": "Estonian",
|
||||
"fi": "Finnish",
|
||||
"fr": "French",
|
||||
"fr-BE": "French (Belgium)",
|
||||
"fr-CA": "French (Canada)",
|
||||
"he": "Hebrew",
|
||||
"hi": "Hindi",
|
||||
"hr": "Croatian",
|
||||
"hu": "Hungarian",
|
||||
"id": "Indonesian",
|
||||
"it": "Italian",
|
||||
"ja": "Japanese",
|
||||
"kk": "Kazakh",
|
||||
"ko": "Korean",
|
||||
"ky": "Kyrgyz",
|
||||
"lt": "Lithuanian",
|
||||
"lv": "Latvian",
|
||||
"ms": "Malay",
|
||||
"nb": "Norwegian Bokmål",
|
||||
"nl": "Dutch",
|
||||
"nn": "Norwegian Nynorsk",
|
||||
"pes": "Persian",
|
||||
"pl": "Polish",
|
||||
"pt": "Portuguese",
|
||||
"pt-BR": "Portuguese (Brazil)",
|
||||
"ro": "Romanian",
|
||||
"ru": "Russian",
|
||||
"ru-x-bandit": "Russian (Bandit)",
|
||||
"sk": "Slovak",
|
||||
"sv": "Swedish",
|
||||
"th": "Thai",
|
||||
"tok": "Toki Pona",
|
||||
"tr": "Turkish",
|
||||
"tt": "Tatar",
|
||||
"uk": "Ukrainian",
|
||||
"vi": "Vietnamese",
|
||||
"zh-Hans": "Chinese (Simplified)",
|
||||
"zh-Hant": "Chinese (Traditional)"
|
||||
}
|
||||
10
apps/frontend/src/locales/en-US/meta.json
Normal file
10
apps/frontend/src/locales/en-US/meta.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"displayName": {
|
||||
"description": "Please enter the name of the language in its specific variant or regional form (e.g., English (US) for American English, not just English). If the language does not have any specific variant, simply enter the name of the language (e.g., Français, Deutsch).",
|
||||
"message": "English (United States)"
|
||||
},
|
||||
"searchTerms": {
|
||||
"description": "Please provide additional search terms associated with the language, if needed, to enhance the search functionality (e.g., American English, Deutschland). Each search term should be entered on a separate line. Translate as a hyphen (-) if no additional terms are needed.",
|
||||
"message": "USA\nAmerican English"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user