mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
chore(locales): fix locale issues
This commit is contained in:
parent
61ca0a56be
commit
6948bf8073
16 changed files with 22 additions and 20 deletions
|
@ -69,6 +69,7 @@ val appLanguages = arrayListOf(
|
|||
Triple("", "Esperanto", "eo"),
|
||||
Triple("", "español", "es"),
|
||||
Triple("", "فارسی", "fa"),
|
||||
Triple("", "fil", "fil"),
|
||||
Triple("", "français", "fr"),
|
||||
Triple("", "galego", "gl"),
|
||||
Triple("", "हिन्दी", "hi"),
|
||||
|
@ -84,6 +85,7 @@ val appLanguages = arrayListOf(
|
|||
Triple("", "македонски", "mk"),
|
||||
Triple("", "മലയാളം", "ml"),
|
||||
Triple("", "bahasa Melayu", "ms"),
|
||||
Triple("", "ဗမာစာ", "my"),
|
||||
Triple("", "Nederlands", "nl"),
|
||||
Triple("", "norsk nynorsk", "nn"),
|
||||
Triple("", "norsk bokmål", "no"),
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources></resources>
|
||||
<resources/>
|
||||
|
|
|
@ -575,5 +575,5 @@
|
|||
<string name="no_plugins_found_error">Tidak ada plugin yang ditemukan di repositori</string>
|
||||
<string name="no_repository_found_error">Repositori tidak ditemukan, periksa URL dan coba VPN</string>
|
||||
<string name="already_voted">Kamu sudah voting</string>
|
||||
<string name="default_account">\@string/default_subtitles</string>
|
||||
<string name="default_account">@string/default_subtitles</string>
|
||||
</resources>
|
|
@ -58,7 +58,7 @@
|
|||
<string name="continue_watching">ဆက်လက်ကြည့်ရှုမည်</string>
|
||||
<string name="action_remove_watching">ဖယ်ရှားရန်</string>
|
||||
<string name="action_open_watching">ပိုမို၍</string>
|
||||
<string name="action_open_play">\@string/home_play</string>
|
||||
<string name="action_open_play">@string/home_play</string>
|
||||
<string name="vpn_torrent">ဒီဟာကတောရပ်တစ်ခုပါ ဗီပီအန်တစ်ခုသုံးဖို့အကြံပြုပါတယ်</string>
|
||||
<string name="torrent_plot">ဖော်ပြချက်</string>
|
||||
<string name="normal_no_plot">ဇာတ်လမ်းသွား မတွေ့ပါ</string>
|
||||
|
@ -128,7 +128,7 @@
|
|||
<string name="queued">နောက်အစီအစဥ်</string>
|
||||
<string name="no_subtitles">စာတန်းထိုးမထည့်</string>
|
||||
<string name="default_subtitles">ပုံသေ</string>
|
||||
<string name="default_account">\@string/default_subtitles</string>
|
||||
<string name="default_account">@string/default_subtitles</string>
|
||||
<string name="free_storage">ကျန်ရှိသော</string>
|
||||
<string name="app_storage">အက်ပ်</string>
|
||||
<string name="movies">ရုပ်ရှင်များ</string>
|
||||
|
|
|
@ -573,6 +573,6 @@
|
|||
<string name="automatic_plugin_download_mode_title">Selecteer een modus om het downloaden van plug-ins te filteren</string>
|
||||
<string name="disable">Uitzetten</string>
|
||||
<string name="unable_to_inflate">De gebruikersinterface kon niet correct worden gemaakt, dit is een ERNSTIG PROBLEEM en moet onmiddellijk gerapporteerd worden %s</string>
|
||||
<string name="default_account">\@string/default_subtitles</string>
|
||||
<string name="default_account">@string/default_subtitles</string>
|
||||
<string name="already_voted">Je hebt al gestemd</string>
|
||||
</resources>
|
|
@ -567,5 +567,5 @@
|
|||
<string name="no_plugins_found_error">Không tìm thấy plugin</string>
|
||||
<string name="unable_to_inflate">Không thể khởi tạo UI, đây là một LỖI LỚN và cần được báo cáo ngay lập tức tới %s</string>
|
||||
<string name="automatic_plugin_download_mode_title">Chọn chế độ để lọc plugin tải xuống</string>
|
||||
<string name="default_account">\@string/default_subtitles</string>
|
||||
<string name="default_account">@string/default_subtitles</string>
|
||||
</resources>
|
Loading…
Reference in a new issue