open-webui/src/lib/i18n/locales/languages.json

123 lines
1.6 KiB
JSON
Raw Normal View History

[
{
"code": "en-US",
"title": "English (US)"
},
{
"code": "en-GB",
"title": "English (GB)"
},
2024-05-08 16:34:36 +00:00
{
"code": "ar-BH",
"title": "العربية (AR)"
},
2024-03-21 21:29:05 +00:00
{
"code": "bg-BG",
"title": "Bulgarian (BG)"
},
2024-04-26 20:58:46 +00:00
{
"code": "bn-BD",
"title": "Bangla (বাংলা)"
2024-04-26 20:58:46 +00:00
},
{
2024-03-21 01:52:24 +00:00
"code": "ca-ES",
"title": "Catalan"
},
{
"code": "de-DE",
"title": "Deutsch"
},
2024-05-08 08:55:28 +00:00
{
"code": "es-ES",
"title": "Spanish"
},
{
2024-03-21 01:52:24 +00:00
"code": "fa-IR",
"title": "فارسی (Farsi)"
},
{
"code": "fi-FI",
"title": "Finnish"
},
2024-03-19 15:51:52 +00:00
{
"code": "fr-CA",
"title": "French (Canada)"
},
2024-03-21 01:52:24 +00:00
{
"code": "fr-FR",
"title": "French (France)"
},
2024-05-12 07:56:32 +00:00
{
"code": "he-IL",
"title": "עברית (Hebrew)"
},
{
"code": "hi-IN",
"title": "Hindi (हिंदी)"
},
2024-03-23 04:28:26 +00:00
{
2024-03-23 19:43:31 +00:00
"code": "it-IT",
"title": "Italian"
},
{
"code": "ja-JP",
"title": "Japanese"
},
2024-05-08 08:55:28 +00:00
{
"code": "ka-GE",
"title": "Georgian"
},
2024-03-28 06:51:26 +00:00
{
"code": "ko-KR",
"title": "Korean"
},
2024-05-08 08:55:28 +00:00
{
"code": "nl-NL",
"title": "Dutch (Netherlands)"
},
2024-03-23 05:00:08 +00:00
{
2024-04-16 19:23:57 +00:00
"code": "pl-PL",
"title": "Polish"
2024-03-23 19:43:31 +00:00
},
2024-04-05 22:45:10 +00:00
{
"code": "pt-BR",
"title": "Portuguese (Brazil)"
},
2024-04-16 19:23:57 +00:00
{
"code": "pt-PT",
"title": "Portuguese (Portugal)"
},
2024-03-19 05:14:34 +00:00
{
"code": "ru-RU",
"title": "Russian (Russia)"
},
{
"code": "sv-SE",
"title": "Swedish"
2024-03-14 08:29:02 +00:00
},
{
"code": "tr-TR",
"title": "Turkish"
2024-03-20 04:31:44 +00:00
},
{
"code": "uk-UA",
"title": "Ukrainian"
2024-04-28 03:46:52 +00:00
},
2024-05-08 08:55:28 +00:00
{
"code": "vi-VN",
"title": "Tiếng Việt"
},
{
"code": "zh-CN",
"title": "Chinese (Simplified)"
},
{
"code": "zh-TW",
"title": "Chinese (Traditional)"
},
2024-04-28 03:46:52 +00:00
{
"code": "dg-DG",
"title": "Doge 🐶"
}
2024-04-28 04:02:15 +00:00
]