From 7694f64cb3bd80a6b92186346dc7933dee8b389f Mon Sep 17 00:00:00 2001 From: Nateowami <6140710+Nateowami@users.noreply.github.com> Date: Thu, 26 Mar 2026 19:16:28 +0000 Subject: [PATCH] Update all translation files from Crowdin --- .../ClientApp/src/assets/i18n/checking_ar.json | 6 ++++-- .../ClientApp/src/assets/i18n/checking_az.json | 6 ++++-- .../ClientApp/src/assets/i18n/checking_de.json | 6 ++++-- .../ClientApp/src/assets/i18n/checking_es.json | 6 ++++-- .../ClientApp/src/assets/i18n/checking_fa.json | 6 ++++-- .../ClientApp/src/assets/i18n/checking_fr.json | 6 ++++-- .../ClientApp/src/assets/i18n/checking_hi.json | 6 ++++-- .../ClientApp/src/assets/i18n/checking_id.json | 6 ++++-- .../ClientApp/src/assets/i18n/checking_km.json | 6 ++++-- .../ClientApp/src/assets/i18n/checking_kyu.json | 6 ++++-- .../ClientApp/src/assets/i18n/checking_lo.json | 6 ++++-- .../ClientApp/src/assets/i18n/checking_npi.json | 6 ++++-- .../ClientApp/src/assets/i18n/checking_pt_BR.json | 6 ++++-- .../ClientApp/src/assets/i18n/checking_ro.json | 6 ++++-- .../ClientApp/src/assets/i18n/checking_ru.json | 6 ++++-- .../ClientApp/src/assets/i18n/checking_zh_CN.json | 6 ++++-- 16 files changed, 64 insertions(+), 32 deletions(-) diff --git a/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_ar.json b/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_ar.json index f306d9bff10..6a7dc9ca740 100644 --- a/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_ar.json +++ b/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_ar.json @@ -485,11 +485,13 @@ "upgrade_safari": "{{ newLine }} نوصي بتحديث متصفّح الإنترنت بالضغط على {{ safariLink }}." }, "text": { - "book_does_not_exist": "هذا السفر/ الكتاب غير موجود.", "book_is_empty": "هذا السفر/ الكتاب فارغ. أضِف فصولاً في Paratext.", + "chapter_does_not_exist": "This chapter does not exist in {{ projectName }}", + "error": "An error occurred while loading the text", "loading": "التحميل جارٍ...", "not_available_offline": "هذا النص غير متوفر دون اتّصال بالإنترنت. اتصل بالإنترنت للوصول إلى النص.", - "permission_denied": "You do not have permission to view this text. Please contact the project's administrator to get permission." + "permission_denied": "You do not have permission to view this text. Please contact the project's administrator to get permission.", + "this_book_does_not_exist": "{{ bookName }} does not exist in {{ projectName }}" }, "text_chooser_dialog": { "cancel": "إلغاء", diff --git a/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_az.json b/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_az.json index d523d0bb9ff..313f8bba74e 100644 --- a/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_az.json +++ b/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_az.json @@ -485,11 +485,13 @@ "upgrade_safari": "{{ newLine }} Ən son {{ safariLink }} səviyyəsinə keçməyi məsləhət görürük." }, "text": { - "book_does_not_exist": "Bu kitab mövcud deyil.", "book_is_empty": "Bu kitab boşdur. Paratext proqramın köməyi ilə fəsillər əlavə edin.", + "chapter_does_not_exist": "This chapter does not exist in {{ projectName }}", + "error": "An error occurred while loading the text", "loading": "Yüklənir...", "not_available_offline": "Bu mətn oflayn olaraq mövcud deyil. Mətni görmək üçün İnternetə qoşulun.", - "permission_denied": "You do not have permission to view this text. Please contact the project's administrator to get permission." + "permission_denied": "You do not have permission to view this text. Please contact the project's administrator to get permission.", + "this_book_does_not_exist": "{{ bookName }} does not exist in {{ projectName }}" }, "text_chooser_dialog": { "cancel": "Ləğv etmək", diff --git a/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_de.json b/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_de.json index 90d267bd2b0..1a6ab09eee5 100644 --- a/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_de.json +++ b/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_de.json @@ -485,11 +485,13 @@ "upgrade_safari": "{{ newLine }}Wir empfehlen ein Upgrade auf die neueste Version von {{ safariLink }}." }, "text": { - "book_does_not_exist": "Dieses Buch existiert nicht.", "book_is_empty": "Dieses Buch ist leer. Kapitel in Paratext hinzufügen.", + "chapter_does_not_exist": "This chapter does not exist in {{ projectName }}", + "error": "An error occurred while loading the text", "loading": "Wird geladen...", "not_available_offline": "Dieser Text ist offline nicht verfügbar. Verbinde Dich mit dem Internet, um den Text zu sehen.", - "permission_denied": "Du hast keine Berechtigung, diesen Text in diesem Projekt zu sehen. Bitte kontaktiere den Administrator des Projekts, um die Berechtigung zu erhalten." + "permission_denied": "Du hast keine Berechtigung, diesen Text in diesem Projekt zu sehen. Bitte kontaktiere den Administrator des Projekts, um die Berechtigung zu erhalten.", + "this_book_does_not_exist": "{{ bookName }} does not exist in {{ projectName }}" }, "text_chooser_dialog": { "cancel": "Abbrechen", diff --git a/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_es.json b/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_es.json index 58a0314e9cb..c822213da43 100644 --- a/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_es.json +++ b/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_es.json @@ -485,11 +485,13 @@ "upgrade_safari": "{{ newLine }}Recomendamos actualizar a la última versión de {{ safariLink }}." }, "text": { - "book_does_not_exist": "Este libro no existe.", "book_is_empty": "Este libro está vacío. Añadir capítulos en Paratext.", + "chapter_does_not_exist": "This chapter does not exist in {{ projectName }}", + "error": "An error occurred while loading the text", "loading": "Cargando...", "not_available_offline": "Este texto no está disponible fuera de línea. Conéctese a Internet para ver el texto.", - "permission_denied": "No tiene permiso para ver este texto. Póngase en contacto con el administrador del proyecto para obtener permiso." + "permission_denied": "No tiene permiso para ver este texto. Póngase en contacto con el administrador del proyecto para obtener permiso.", + "this_book_does_not_exist": "{{ bookName }} does not exist in {{ projectName }}" }, "text_chooser_dialog": { "cancel": "Cancelar", diff --git a/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_fa.json b/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_fa.json index 56486bfe2db..a28d463211d 100644 --- a/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_fa.json +++ b/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_fa.json @@ -485,11 +485,13 @@ "upgrade_safari": "{{ newLine }}We recommend upgrading to the latest {{ safariLink }}." }, "text": { - "book_does_not_exist": "This book does not exist.", "book_is_empty": "This book is empty. Add chapters in Paratext.", + "chapter_does_not_exist": "This chapter does not exist in {{ projectName }}", + "error": "An error occurred while loading the text", "loading": "در حال بارگیری...", "not_available_offline": "This text is not available offline. Connect to the Internet to see the text.", - "permission_denied": "You do not have permission to view this text. Please contact the project's administrator to get permission." + "permission_denied": "You do not have permission to view this text. Please contact the project's administrator to get permission.", + "this_book_does_not_exist": "{{ bookName }} does not exist in {{ projectName }}" }, "text_chooser_dialog": { "cancel": "لغو", diff --git a/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_fr.json b/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_fr.json index 4a5de9f8cdd..c744a735f25 100644 --- a/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_fr.json +++ b/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_fr.json @@ -485,11 +485,13 @@ "upgrade_safari": "{{ newLine }}Nous vous recommandons de passer à la dernière version de {{ safariLink }}." }, "text": { - "book_does_not_exist": "Ce livre n'existe pas.", "book_is_empty": "Ce livre est vide. Ajoutez des chapitres dans Paratext.", + "chapter_does_not_exist": "This chapter does not exist in {{ projectName }}", + "error": "An error occurred while loading the text", "loading": "Chargement...", "not_available_offline": "Ce texte n'est pas disponible hors connexion. Connectez-vous à Internet pour voir le texte.", - "permission_denied": "Vous n'avez pas la permission d'écrire dans ce livre. Contactez l'administrateur du projet pour obtenir la permission." + "permission_denied": "Vous n'avez pas la permission d'écrire dans ce livre. Contactez l'administrateur du projet pour obtenir la permission.", + "this_book_does_not_exist": "{{ bookName }} does not exist in {{ projectName }}" }, "text_chooser_dialog": { "cancel": "Annuler", diff --git a/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_hi.json b/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_hi.json index 40a01ab4f27..733acf539b4 100644 --- a/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_hi.json +++ b/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_hi.json @@ -485,11 +485,13 @@ "upgrade_safari": "{{ newLine }}We recommend upgrading to the latest {{ safariLink }}." }, "text": { - "book_does_not_exist": "This book does not exist.", "book_is_empty": "This book is empty. Add chapters in Paratext.", + "chapter_does_not_exist": "This chapter does not exist in {{ projectName }}", + "error": "An error occurred while loading the text", "loading": "लोड हो रहा है...", "not_available_offline": "This text is not available offline. Connect to the Internet to see the text.", - "permission_denied": "You do not have permission to view this text. Please contact the project's administrator to get permission." + "permission_denied": "You do not have permission to view this text. Please contact the project's administrator to get permission.", + "this_book_does_not_exist": "{{ bookName }} does not exist in {{ projectName }}" }, "text_chooser_dialog": { "cancel": "कैंसिल करें", diff --git a/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_id.json b/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_id.json index 245fd45555a..ce89fa3c0f2 100644 --- a/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_id.json +++ b/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_id.json @@ -485,11 +485,13 @@ "upgrade_safari": "{{ newLine }}Kami merekomendasikan untuk meningkatkan ke versi terbaru {{ safariLink }}." }, "text": { - "book_does_not_exist": "Kitab tidak ada.", "book_is_empty": "Kitab masih kosong. Tambahkan pasal di Paratext.", + "chapter_does_not_exist": "This chapter does not exist in {{ projectName }}", + "error": "An error occurred while loading the text", "loading": "Memuat...", "not_available_offline": "Teks ini tidak tersedia secara luring. Sambungkan ke Internet untuk melihat teks.", - "permission_denied": "Anda tidak memiliki izin untuk melihat teks ini. Silakan hubungi administrator proyek untuk mendapatkan izin." + "permission_denied": "Anda tidak memiliki izin untuk melihat teks ini. Silakan hubungi administrator proyek untuk mendapatkan izin.", + "this_book_does_not_exist": "{{ bookName }} does not exist in {{ projectName }}" }, "text_chooser_dialog": { "cancel": "Batal", diff --git a/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_km.json b/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_km.json index defee3ce8c1..7e13c259b71 100644 --- a/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_km.json +++ b/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_km.json @@ -485,11 +485,13 @@ "upgrade_safari": "{{ newLine }}We recommend upgrading to the latest {{ safariLink }}." }, "text": { - "book_does_not_exist": "This book does not exist.", "book_is_empty": "This book is empty. Add chapters in Paratext.", + "chapter_does_not_exist": "This chapter does not exist in {{ projectName }}", + "error": "An error occurred while loading the text", "loading": "កំពុង​ផ្ទុក...", "not_available_offline": "This text is not available offline. Connect to the Internet to see the text.", - "permission_denied": "You do not have permission to view this text. Please contact the project's administrator to get permission." + "permission_denied": "You do not have permission to view this text. Please contact the project's administrator to get permission.", + "this_book_does_not_exist": "{{ bookName }} does not exist in {{ projectName }}" }, "text_chooser_dialog": { "cancel": "លុបចោល", diff --git a/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_kyu.json b/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_kyu.json index e2a03c2433f..4d891b6428f 100644 --- a/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_kyu.json +++ b/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_kyu.json @@ -485,11 +485,13 @@ "upgrade_safari": "{{ newLine }}We recommend upgrading to the latest {{ safariLink }}." }, "text": { - "book_does_not_exist": "ꤜꤤ꤬ꤛꤢꤩ꤭ꤒꤣ꤬ꤙꤢ꤬ ꤗꤢ꤬ ꤢ꤬ꤥ꤬ ꤔꤢꤪ ꤒꤥ꤬꤯ ", "book_is_empty": "ꤘꤣ ꤜꤤ꤬ꤛꤢꤩ꤭ꤒꤣ꤬ꤙꤢ꤬ ꤢ꤬ꤊꤢꤨ꤭ ꤔꤌꤣ꤬ ꤒꤟꤢꤧ꤬ ꤥ꤬ ꤒꤣ꤬ꤡꤣ꤬꤮ ꤒꤥ꤬꤯ ꤙꤢꤩ꤬ꤔꤟꤌꤣ꤭ ꤢ꤬ꤗꤟꤢ꤭ꤘꤢꤨ꤬ ꤘꤣ Paratext ꤊꤢꤨ꤭ ꤔꤌꤣ꤬꤯ ", + "chapter_does_not_exist": "This chapter does not exist in {{ projectName }}", + "error": "An error occurred while loading the text", "loading": "Loading...", "not_available_offline": "This text is not available offline. Connect to the Internet to see the text.", - "permission_denied": "You do not have permission to view this text. Please contact the project's administrator to get permission." + "permission_denied": "You do not have permission to view this text. Please contact the project's administrator to get permission.", + "this_book_does_not_exist": "{{ bookName }} does not exist in {{ projectName }}" }, "text_chooser_dialog": { "cancel": "ꤗꤟꤢꤩ꤬ꤕꤜꤤ꤭ꤊꤛꤢ꤭", diff --git a/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_lo.json b/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_lo.json index fe6cc93b0c5..ba97d7383ba 100644 --- a/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_lo.json +++ b/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_lo.json @@ -485,11 +485,13 @@ "upgrade_safari": "{{ newLine }}We recommend upgrading to the latest {{ safariLink }}." }, "text": { - "book_does_not_exist": "This book does not exist.", "book_is_empty": "This book is empty. Add chapters in Paratext.", + "chapter_does_not_exist": "This chapter does not exist in {{ projectName }}", + "error": "An error occurred while loading the text", "loading": "Loading...", "not_available_offline": "This text is not available offline. Connect to the Internet to see the text.", - "permission_denied": "You do not have permission to view this text. Please contact the project's administrator to get permission." + "permission_denied": "You do not have permission to view this text. Please contact the project's administrator to get permission.", + "this_book_does_not_exist": "{{ bookName }} does not exist in {{ projectName }}" }, "text_chooser_dialog": { "cancel": "ຍົກເລີກ", diff --git a/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_npi.json b/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_npi.json index 59c24421145..512bdc2ec52 100644 --- a/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_npi.json +++ b/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_npi.json @@ -485,11 +485,13 @@ "upgrade_safari": "{{ newLine }}हामी नयाँ अपग्रेड गर्नका लागि सुझाव गर्छौं {{ safariLink }}" }, "text": { - "book_does_not_exist": "यो पुस्तक छैन।", "book_is_empty": "यो किताब खाली छ। पाराटेक्‍स्‍टमा अध्‍यायहरू थप्‍नुहोस्।", + "chapter_does_not_exist": "This chapter does not exist in {{ projectName }}", + "error": "An error occurred while loading the text", "loading": "लोड हुँदैछ...", "not_available_offline": "यो टेक्‍स्‍ट अफलाइनमा उपलब्‍ध छैन। टेक्‍स्‍टलाई हेर्न इन्‍टरनेटमा जोडिनुहोस्।", - "permission_denied": "You do not have permission to view this text. Please contact the project's administrator to get permission." + "permission_denied": "You do not have permission to view this text. Please contact the project's administrator to get permission.", + "this_book_does_not_exist": "{{ bookName }} does not exist in {{ projectName }}" }, "text_chooser_dialog": { "cancel": "रद्द गर्नुहोस्", diff --git a/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_pt_BR.json b/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_pt_BR.json index fc74865b327..9ee46fd7623 100644 --- a/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_pt_BR.json +++ b/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_pt_BR.json @@ -485,11 +485,13 @@ "upgrade_safari": "{{ newLine }} Recomendamos atualizar para a versão mais recente de {{ safariLink }}." }, "text": { - "book_does_not_exist": "Este livro não existe.", "book_is_empty": "Este livro está vazio. Adicione capítulos no Paratext.", + "chapter_does_not_exist": "This chapter does not exist in {{ projectName }}", + "error": "An error occurred while loading the text", "loading": "Carregando...", "not_available_offline": "Este texto não está disponível offline. Conecte-se à Internet para ver o texto.", - "permission_denied": "You do not have permission to view this text. Please contact the project's administrator to get permission." + "permission_denied": "You do not have permission to view this text. Please contact the project's administrator to get permission.", + "this_book_does_not_exist": "{{ bookName }} does not exist in {{ projectName }}" }, "text_chooser_dialog": { "cancel": "Cancelar", diff --git a/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_ro.json b/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_ro.json index 001e54e09d1..b9c22ba7a67 100644 --- a/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_ro.json +++ b/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_ro.json @@ -485,11 +485,13 @@ "upgrade_safari": "{{ newLine }}Vă recomandăm să faceți upgrade la cea mai recentă versiune {{ safariLink }}." }, "text": { - "book_does_not_exist": "Această carte nu există.", "book_is_empty": "Această carte este goală. Adăugați capitole în Paratext.", + "chapter_does_not_exist": "This chapter does not exist in {{ projectName }}", + "error": "An error occurred while loading the text", "loading": "Se încarcă...", "not_available_offline": "Acest text nu este disponibil offline. Conectați-vă la internet pentru a vedea textul.", - "permission_denied": "You do not have permission to view this text. Please contact the project's administrator to get permission." + "permission_denied": "You do not have permission to view this text. Please contact the project's administrator to get permission.", + "this_book_does_not_exist": "{{ bookName }} does not exist in {{ projectName }}" }, "text_chooser_dialog": { "cancel": "Renunță", diff --git a/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_ru.json b/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_ru.json index 4081a366132..b285a3cf7a2 100644 --- a/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_ru.json +++ b/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_ru.json @@ -485,11 +485,13 @@ "upgrade_safari": "{{ newLine }}We recommend upgrading to the latest {{ safariLink }}." }, "text": { - "book_does_not_exist": "This book does not exist.", "book_is_empty": "This book is empty. Add chapters in Paratext.", + "chapter_does_not_exist": "This chapter does not exist in {{ projectName }}", + "error": "An error occurred while loading the text", "loading": "Загрузка...", "not_available_offline": "This text is not available offline. Connect to the Internet to see the text.", - "permission_denied": "You do not have permission to view this text. Please contact the project's administrator to get permission." + "permission_denied": "You do not have permission to view this text. Please contact the project's administrator to get permission.", + "this_book_does_not_exist": "{{ bookName }} does not exist in {{ projectName }}" }, "text_chooser_dialog": { "cancel": "Отменить", diff --git a/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_zh_CN.json b/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_zh_CN.json index 8e226da4889..3a89ac99358 100644 --- a/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_zh_CN.json +++ b/src/SIL.XForge.Scripture/ClientApp/src/assets/i18n/checking_zh_CN.json @@ -485,11 +485,13 @@ "upgrade_safari": "{{ newLine }}We recommend upgrading to the latest {{ safariLink }}." }, "text": { - "book_does_not_exist": "This book does not exist.", "book_is_empty": "This book is empty. Add chapters in Paratext.", + "chapter_does_not_exist": "This chapter does not exist in {{ projectName }}", + "error": "An error occurred while loading the text", "loading": "下载中……", "not_available_offline": "This text is not available offline. Connect to the Internet to see the text.", - "permission_denied": "You do not have permission to view this text. Please contact the project's administrator to get permission." + "permission_denied": "You do not have permission to view this text. Please contact the project's administrator to get permission.", + "this_book_does_not_exist": "{{ bookName }} does not exist in {{ projectName }}" }, "text_chooser_dialog": { "cancel": "取消",