From 93252f33ffca03604a23de2e7c7444e328b1a06e Mon Sep 17 00:00:00 2001 From: "Weblate (bot)" Date: Sun, 31 Oct 2021 16:56:56 +0100 Subject: [PATCH] Translations update from Weblate (#2543) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update Spanish translation * Update Arabic translation * Update Esperanto translation * Update Chinese (Simplified) translation * Update Turkish translation * Update Chinese (Traditional) translation * Update Lithuanian translation * Update Portuguese translation Co-authored-by: Jorge Maldonado Ventura Co-authored-by: Rex_sa Co-authored-by: Jorge Maldonado Ventura Co-authored-by: Eric Co-authored-by: Oğuz Ersen Co-authored-by: Jeff Huang Co-authored-by: Gediminas Murauskas Co-authored-by: SC * Update translation files Translation: Invidious/Invidious Translations Translate-URL: https://hosted.weblate.org/projects/invidious/translations/ Co-authored-by: Anonymous Co-authored-by: Hosted Weblate Co-authored-by: Omer I.S Co-authored-by: Samantaz Fox Co-authored-by: 황윤성 --- locales/ar.json | 3 ++- locales/eo.json | 3 ++- locales/es.json | 3 ++- locales/eu.json | 3 +-- locales/lt.json | 3 ++- locales/pt.json | 3 ++- locales/si.json | 4 ---- locales/tr.json | 3 ++- locales/zh-CN.json | 3 ++- locales/zh-TW.json | 3 ++- 10 files changed, 17 insertions(+), 14 deletions(-) delete mode 100644 locales/si.json diff --git a/locales/ar.json b/locales/ar.json index df45c060..15cf89bf 100644 --- a/locales/ar.json +++ b/locales/ar.json @@ -431,5 +431,6 @@ "footer_modfied_source_code": "شفرة المصدر المعدلة", "adminprefs_modified_source_code_url_label": "URL إلى مستودع التعليمات البرمجية المصدرية المعدلة", "footer_documentation": "التوثيق", - "footer_donate_page": "تبرّع" + "footer_donate_page": "تبرّع", + "preferences_region_label": "بلد المحتوى:. " } diff --git a/locales/eo.json b/locales/eo.json index c9c16a74..eafa5928 100644 --- a/locales/eo.json +++ b/locales/eo.json @@ -431,5 +431,6 @@ "adminprefs_modified_source_code_url_label": "URL al modifita deponejo de fontkodo", "footer_modfied_source_code": "Modifita Fontkodo", "footer_original_source_code": "Originala fontkodo", - "footer_donate_page": "Donaci" + "footer_donate_page": "Donaci", + "preferences_region_label": "Lando de enhavo: " } diff --git a/locales/es.json b/locales/es.json index 49d1e09e..c4cb41d2 100644 --- a/locales/es.json +++ b/locales/es.json @@ -431,5 +431,6 @@ "adminprefs_modified_source_code_url_label": "URL al repositorio de código fuente modificado", "footer_source_code": "Código fuente", "footer_modfied_source_code": "Código fuente modificado", - "footer_donate_page": "Donar" + "footer_donate_page": "Donar", + "preferences_region_label": "País del contenido: " } diff --git a/locales/eu.json b/locales/eu.json index 1458e9a9..a62bb60b 100644 --- a/locales/eu.json +++ b/locales/eu.json @@ -73,6 +73,5 @@ "Dark mode: ": "Gai iluna: ", "preferences_dark_mode_label": "Gaia: ", "dark": "iluna", - "light": "argia", - "Subscription preferences": "Harpidetzen hobespenak" + "light": "argia" } diff --git a/locales/lt.json b/locales/lt.json index cc609126..6864a178 100644 --- a/locales/lt.json +++ b/locales/lt.json @@ -431,5 +431,6 @@ "footer_original_source_code": "Pradinis pirminis kodas", "adminprefs_modified_source_code_url_label": "URL į pakeisto pirminio kodo repozitoriją", "footer_modfied_source_code": "Pakeistas pirminis kodas", - "footer_donate_page": "Paaukoti" + "footer_donate_page": "Paaukoti", + "preferences_region_label": "Turinio šalis: " } diff --git a/locales/pt.json b/locales/pt.json index 554569f4..b545d098 100644 --- a/locales/pt.json +++ b/locales/pt.json @@ -431,5 +431,6 @@ "adminprefs_modified_source_code_url_label": "URL do repositório do código-fonte alterado", "footer_documentation": "Documentação", "footer_modfied_source_code": "Código-fonte alterado", - "footer_donate_page": "Doar" + "footer_donate_page": "Doar", + "preferences_region_label": "País do conteúdo: " } diff --git a/locales/si.json b/locales/si.json deleted file mode 100644 index 09ed43a4..00000000 --- a/locales/si.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "LIVE": "සජීව", - "popular": "ජනප්‍රිය" -} diff --git a/locales/tr.json b/locales/tr.json index 28f46963..c8a0648a 100644 --- a/locales/tr.json +++ b/locales/tr.json @@ -431,5 +431,6 @@ "footer_original_source_code": "Orijinal kaynak kodları", "footer_modfied_source_code": "Değiştirilmiş kaynak kodları", "adminprefs_modified_source_code_url_label": "Değiştirilmiş kaynak kodları deposunun URL'si", - "footer_donate_page": "Bağış yap" + "footer_donate_page": "Bağış yap", + "preferences_region_label": "İçerik ülkesi: " } diff --git a/locales/zh-CN.json b/locales/zh-CN.json index 9bb3ae71..59287ee8 100644 --- a/locales/zh-CN.json +++ b/locales/zh-CN.json @@ -431,5 +431,6 @@ "footer_modfied_source_code": "修改的源代码", "adminprefs_modified_source_code_url_label": "更改的源代码仓库网址", "footer_original_source_code": "原始源代码", - "footer_donate_page": "捐赠" + "footer_donate_page": "捐赠", + "preferences_region_label": "内容国家: " } diff --git a/locales/zh-TW.json b/locales/zh-TW.json index d27491da..139b2786 100644 --- a/locales/zh-TW.json +++ b/locales/zh-TW.json @@ -431,5 +431,6 @@ "footer_original_source_code": "原本的原始碼", "footer_modfied_source_code": "修改後的原始碼", "adminprefs_modified_source_code_url_label": "修改後的原始碼倉庫 URL", - "footer_donate_page": "捐款" + "footer_donate_page": "捐款", + "preferences_region_label": "內容國家: " }