From e27b607f7aa67f98234db42e3b12b6aa72b6b010 Mon Sep 17 00:00:00 2001 From: David Losada Date: Tue, 21 Sep 2021 20:59:20 +0200 Subject: [PATCH] chore(i18n): update i18n strings --- app/common/locales/ar.json | 22 ++++++++++++---------- app/common/locales/bg-BG.json | 4 +++- app/common/locales/cs.json | 4 +++- app/common/locales/de.json | 4 +++- app/common/locales/es.json | 4 +++- app/common/locales/fa-IR.json | 4 +++- app/common/locales/fr-FR.json | 4 +++- app/common/locales/fr.json | 4 +++- app/common/locales/hr.json | 4 +++- app/common/locales/hu.json | 4 +++- app/common/locales/hy.json | 4 +++- app/common/locales/ja.json | 4 +++- app/common/locales/nl.json | 4 +++- app/common/locales/pt-BR.json | 4 +++- app/common/locales/zh-TW.json | 4 +++- 15 files changed, 54 insertions(+), 24 deletions(-) diff --git a/app/common/locales/ar.json b/app/common/locales/ar.json index 1b3527fb72..1800c3b3bd 100644 --- a/app/common/locales/ar.json +++ b/app/common/locales/ar.json @@ -22,7 +22,7 @@ "title": "الوثائق", "description": "تعلم كيفية تنصيب و اعداد وادارة عملية نشر برنامج أوشاهيدي و جعله متاح للاستخدام." }, - "donate": "Donate", + "donate": "تبرع", "donation": "Donation", "disable_monetization": "Disable Monetization", "enable_monetization": "Enable Monetization", @@ -186,7 +186,7 @@ "add_field_instructions_placeholder": "وضح هذا الحقل", "add_post_type": "إضافة استطلاع", "add_step": "إضافة مهام", - "add_language": "Add language", + "add_language": "إضافة لغة", "added_form_stage_attribute": "حقل محفوظ", "field_allowed_relation_post_type": "الاستطلاعات المسموحة", "choose_order_message": "اختر واطلب الحقول التي ترغب في تضمينها في هذا الاستطلاع", @@ -228,7 +228,7 @@ "save_post_type": "حفظ الإستطلاع", "save_post_step": "حفظ المهمة", "saved_form": "تم حفظ الإستطلاع", - "select_language": "Select languages", + "select_language": "اختر اللغات", "step_delete": "حذف", "step_name": "اسم المهمة", "step_rename": "اعادة تسمية", @@ -655,7 +655,7 @@ "in_this_deployment": "في عملية نشر البرنامج وجعله متاح هذه، بعدُ.", "posts_total": "{{posts}} من أصل {{total_nb}} منشورات", "posts_total_map": "Displaying {{posts}} of {{total_nb}} posts with location information on the map.", - "search_results": "Results:", + "search_results": "النتائج:", "by": "بواسطة", "duplicate_option": "There's a problem with the configuration of this field because of duplicates, please go to the survey-settings and fix it.", "task_completed": "اكتملت المهمة", @@ -1633,7 +1633,9 @@ "error": "نتأسف، لم نجد موقع يطابق بحثك.", "my_location_error": "عذرا لم نجد موقعك", "update_map": "تحديث الخريطة", - "no_matching_locations": "لا توجد مواقع مطابقة" + "no_matching_locations": "لا توجد مواقع مطابقة", + "invalid_lat": "The value given is not a valid latitude.", + "invalid_lon": "The value given is not a valid longitude." }, "notification": { "title": "الإشعارات", @@ -1684,7 +1686,7 @@ "accept_and_continue": "قبول و الاستمرار" }, "translations": { - "languages": "Languages", + "languages": "اللغات", "language": "Language", "default": "default", "translate_field": "Translate field", @@ -1696,9 +1698,9 @@ "add_translation": "Add your translation below:", "survey_name_required": "Translation for survey-name is required", "field_add_translation": "Fields (click to add translation):", - "add_translation_lang": "Add translation", - "translate_field_name": "Translate field name", - "translate_field_desc": "Translate field description", + "add_translation_lang": "إضافة ترجمة", + "translate_field_name": "ترجم اسم الحقل", + "translate_field_desc": "ترجم وصف الحقل", "category_translations_link": "Please note, to add translations to category-names, head over to Category Settings", "parent_child_lang": "Please note that the selected default language for this child-category is different from its parent", "post_title_required": "Translation for post-title is required", @@ -1833,7 +1835,7 @@ "en-CH": "الإنجليزية(سويسرا)", "en-GB": "انجليزية(المملكة المتحدة)", "en-US": "انجليزية(الولايات المتحدة)", - "en-EN": "English", + "en-EN": "الإنجليزية", "myv": "الإرزية", "eo": "الإسبرانتو", "et": "الإستونية", diff --git a/app/common/locales/bg-BG.json b/app/common/locales/bg-BG.json index 99ca60b5d1..abdd5c1ace 100644 --- a/app/common/locales/bg-BG.json +++ b/app/common/locales/bg-BG.json @@ -1633,7 +1633,9 @@ "error": "Съжалявам, но не успяхме да намерим местоположение въз основа на търсенето", "my_location_error": "Съжалявам, но не откривам вашето местоположение.", "update_map": "Обнови картата", - "no_matching_locations": "Няма пасващи местоположения" + "no_matching_locations": "Няма пасващи местоположения", + "invalid_lat": "The value given is not a valid latitude.", + "invalid_lon": "The value given is not a valid longitude." }, "notification": { "title": "Известия", diff --git a/app/common/locales/cs.json b/app/common/locales/cs.json index b4386e235a..bfb5293d22 100644 --- a/app/common/locales/cs.json +++ b/app/common/locales/cs.json @@ -1633,7 +1633,9 @@ "error": "Nenašli jsme místo, které odpovídá vašemu hledání", "my_location_error": "Litujeme, ale nemůžeme najít vaši polohu", "update_map": "Aktualizovat mapu", - "no_matching_locations": "Žádné odpovídající umístění" + "no_matching_locations": "Žádné odpovídající umístění", + "invalid_lat": "The value given is not a valid latitude.", + "invalid_lon": "The value given is not a valid longitude." }, "notification": { "title": "Oznamování", diff --git a/app/common/locales/de.json b/app/common/locales/de.json index d79355c25d..98e742254d 100644 --- a/app/common/locales/de.json +++ b/app/common/locales/de.json @@ -1633,7 +1633,9 @@ "error": "Es konnte leider kein Standort gefunden werden, der Ihrer Suche entspricht.", "my_location_error": "Sorry we could not find your location", "update_map": "Update map", - "no_matching_locations": "No matching locations" + "no_matching_locations": "No matching locations", + "invalid_lat": "The value given is not a valid latitude.", + "invalid_lon": "The value given is not a valid longitude." }, "notification": { "title": "Benachrichtigungen", diff --git a/app/common/locales/es.json b/app/common/locales/es.json index f744920bac..cb882e149b 100644 --- a/app/common/locales/es.json +++ b/app/common/locales/es.json @@ -1633,7 +1633,9 @@ "error": "Lo sentimos, no pudimos hallar una ubicación que corresponda a su búsqueda", "my_location_error": "Lo sentimos, no pudimos encontrar su ubicación", "update_map": "Actualizar mapa", - "no_matching_locations": "Sin ubicaciones coincidentes" + "no_matching_locations": "Sin ubicaciones coincidentes", + "invalid_lat": "The value given is not a valid latitude.", + "invalid_lon": "The value given is not a valid longitude." }, "notification": { "title": "Notificaciones", diff --git a/app/common/locales/fa-IR.json b/app/common/locales/fa-IR.json index e65c5b4c7f..d6fc160f84 100644 --- a/app/common/locales/fa-IR.json +++ b/app/common/locales/fa-IR.json @@ -1633,7 +1633,9 @@ "error": "متأسفانه نتوانستیم مکان مورد نظر شما را پیدا کنیم", "my_location_error": "متأسفانه نتوانستیم مکان شما را پیدا کنیم", "update_map": "نقشه بروز رسانی شده", - "no_matching_locations": "هیچ مکانی یافت نشد" + "no_matching_locations": "هیچ مکانی یافت نشد", + "invalid_lat": "The value given is not a valid latitude.", + "invalid_lon": "The value given is not a valid longitude." }, "notification": { "title": "اعلان ها", diff --git a/app/common/locales/fr-FR.json b/app/common/locales/fr-FR.json index f9bdad6bc0..94931f288f 100644 --- a/app/common/locales/fr-FR.json +++ b/app/common/locales/fr-FR.json @@ -1633,7 +1633,9 @@ "error": "Désolé nous ne trouvons pas de lieu correspondant à votre recherche", "my_location_error": "Désolé nous ne trouvons pas votre lieu", "update_map": "Modifier la carte", - "no_matching_locations": "Pas de lieu trouvé" + "no_matching_locations": "Pas de lieu trouvé", + "invalid_lat": "The value given is not a valid latitude.", + "invalid_lon": "The value given is not a valid longitude." }, "notification": { "title": "Notifications", diff --git a/app/common/locales/fr.json b/app/common/locales/fr.json index 3d2ce83054..3702a30248 100644 --- a/app/common/locales/fr.json +++ b/app/common/locales/fr.json @@ -1633,7 +1633,9 @@ "error": "Désolé, nous n'avons trouvé aucune localisation correspondant à votre recherche", "my_location_error": "Sorry we could not find your location", "update_map": "Update map", - "no_matching_locations": "No matching locations" + "no_matching_locations": "No matching locations", + "invalid_lat": "The value given is not a valid latitude.", + "invalid_lon": "The value given is not a valid longitude." }, "notification": { "title": "Notifications", diff --git a/app/common/locales/hr.json b/app/common/locales/hr.json index d18eba805d..03907593be 100644 --- a/app/common/locales/hr.json +++ b/app/common/locales/hr.json @@ -1633,7 +1633,9 @@ "error": "Isprika, nismo uspjeli pronaći lokaciju koja odgovara Vašoj pretrazi", "my_location_error": "Isprika, nismo mogli pronaći Vašu lokaciju", "update_map": "Ažuriraj kartu", - "no_matching_locations": "Nema odgovarajućih lokacija" + "no_matching_locations": "Nema odgovarajućih lokacija", + "invalid_lat": "The value given is not a valid latitude.", + "invalid_lon": "The value given is not a valid longitude." }, "notification": { "title": "Obavijesti", diff --git a/app/common/locales/hu.json b/app/common/locales/hu.json index 8a21de0681..a037bdc1f3 100644 --- a/app/common/locales/hu.json +++ b/app/common/locales/hu.json @@ -1633,7 +1633,9 @@ "error": "Sajnáljuk, nem találtunk a keresésednek megfelelő helyszínt", "my_location_error": "Sajnáljuk, nem találtuk a megadott helyet", "update_map": "Térkép frissítése", - "no_matching_locations": "Nincs ilyen helyszín" + "no_matching_locations": "Nincs ilyen helyszín", + "invalid_lat": "The value given is not a valid latitude.", + "invalid_lon": "The value given is not a valid longitude." }, "notification": { "title": "Értesítések", diff --git a/app/common/locales/hy.json b/app/common/locales/hy.json index 1af0d767b7..0e898ab777 100644 --- a/app/common/locales/hy.json +++ b/app/common/locales/hy.json @@ -1633,7 +1633,9 @@ "error": "Ներողություն, մենք չկարողացանք գտնել Ձեր որոնմանը համապատասխանող վայրեր", "my_location_error": "Ներողություն, մենք չկարողացանք գտնել Ձեր գտնվելու վայրը", "update_map": "Թարմացնել քարտեզը", - "no_matching_locations": "Համապատասխանող վայրեր չկան" + "no_matching_locations": "Համապատասխանող վայրեր չկան", + "invalid_lat": "The value given is not a valid latitude.", + "invalid_lon": "The value given is not a valid longitude." }, "notification": { "title": "Ծանուցումներ", diff --git a/app/common/locales/ja.json b/app/common/locales/ja.json index 1852a1ca4f..de072927d3 100644 --- a/app/common/locales/ja.json +++ b/app/common/locales/ja.json @@ -1633,7 +1633,9 @@ "error": "Sorry we could not find a location matching your search", "my_location_error": "Sorry we could not find your location", "update_map": "地図を更新", - "no_matching_locations": "No matching locations" + "no_matching_locations": "No matching locations", + "invalid_lat": "The value given is not a valid latitude.", + "invalid_lon": "The value given is not a valid longitude." }, "notification": { "title": "Notifications", diff --git a/app/common/locales/nl.json b/app/common/locales/nl.json index 494518b0de..3f917be2fa 100644 --- a/app/common/locales/nl.json +++ b/app/common/locales/nl.json @@ -1633,7 +1633,9 @@ "error": "Geen locatie gevonden op basis van de zoekopdracht", "my_location_error": "Geen locatie gevonden", "update_map": "Kaart wijzigen", - "no_matching_locations": "Geen overeenkomstige locaties" + "no_matching_locations": "Geen overeenkomstige locaties", + "invalid_lat": "The value given is not a valid latitude.", + "invalid_lon": "The value given is not a valid longitude." }, "notification": { "title": "Notificaties", diff --git a/app/common/locales/pt-BR.json b/app/common/locales/pt-BR.json index 31f936ef5d..5de6c643bd 100644 --- a/app/common/locales/pt-BR.json +++ b/app/common/locales/pt-BR.json @@ -1633,7 +1633,9 @@ "error": "Desculpe, não foi possível encontrar um local correspondente à sua pesquisa", "my_location_error": "Sorry we could not find your location", "update_map": "Update map", - "no_matching_locations": "No matching locations" + "no_matching_locations": "No matching locations", + "invalid_lat": "The value given is not a valid latitude.", + "invalid_lon": "The value given is not a valid longitude." }, "notification": { "title": "Notificações", diff --git a/app/common/locales/zh-TW.json b/app/common/locales/zh-TW.json index b27aadab97..fcbc3ec2ed 100644 --- a/app/common/locales/zh-TW.json +++ b/app/common/locales/zh-TW.json @@ -1633,7 +1633,9 @@ "error": "Sorry we could not find a location matching your search", "my_location_error": "Sorry we could not find your location", "update_map": "Update map", - "no_matching_locations": "No matching locations" + "no_matching_locations": "No matching locations", + "invalid_lat": "The value given is not a valid latitude.", + "invalid_lon": "The value given is not a valid longitude." }, "notification": { "title": "Notifications",