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

111 lines
1.4 KiB
JSON
Raw Normal View History

[
{
"code": "en-US",
"title": "English (US)"
},
{
"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": "Banlga (বাংলা)"
},
{
2024-03-21 01:52:24 +00:00
"code": "ca-ES",
"title": "Catalan"
},
{
"code": "de-DE",
"title": "Deutsch"
},
2024-04-07 05:43:48 +00:00
{
"code": "en-GB",
"title": "English (GB)"
},
{
"code": "es-ES",
"title": "Spanish"
},
{
2024-03-21 01:52:24 +00:00
"code": "fa-IR",
"title": "فارسی (Farsi)"
},
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-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-04-21 00:15:04 +00:00
{
"code": "ka-GE",
"title": "Georgian"
},
2024-03-28 06:51:26 +00:00
{
"code": "ko-KR",
"title": "Korean"
},
2024-03-23 05:29:07 +00:00
{
2024-03-23 19:43:31 +00:00
"code": "nl-NL",
"title": "Dutch (Netherlands)"
2024-03-23 05:29:07 +00:00
},
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-05-01 22:41:39 +00:00
},
2024-04-06 16:03:59 +00:00
{
"code": "tr-TR",
"title": "Turkish"
},
{
"code": "uk-UA",
"title": "Ukrainian"
2024-03-14 08:29:02 +00:00
},
{
2024-03-21 01:52:24 +00:00
"code": "vi-VN",
"title": "Tiếng Việt"
},
{
"code": "zh-CN",
"title": "Chinese (Simplified)"
2024-03-20 04:31:44 +00:00
},
{
2024-03-21 01:52:24 +00:00
"code": "zh-TW",
"title": "Chinese (Traditional)"
2024-04-28 03:46:52 +00:00
},
{
"code": "dg-DG",
"title": "Doge 🐶"
}
2024-05-04 21:53:21 +00:00
]