diff --git a/apps/web-mzima-client/src/assets/locales/bg_BG.json b/apps/web-mzima-client/src/assets/locales/bg_BG.json
index e7031adc2f1..fd46c94fe28 100644
--- a/apps/web-mzima-client/src/assets/locales/bg_BG.json
+++ b/apps/web-mzima-client/src/assets/locales/bg_BG.json
@@ -114,6 +114,7 @@
"close_and_view": "Close and view results",
"show_more_less": "Покажи повече/по-малко",
"filters": "Пресяване",
+ "filters_and_sorting": "Filters and sorting",
"filter_by_survey": "Пресяване по допитване",
"configure": "Настрой",
"post": "Публикация",
@@ -295,7 +296,14 @@
"no_fields": "No fields",
"select_color": "Select color",
"choose_survey": "Choose survey",
- "marked_for_internal": "This task is marked for internal use only. It is not seen by users when they create a post.",
+ "marked_for_internal": {
+ "header": "Internal Use Only",
+ "body": "This task is marked for internal use only. It is not seen by users when they create a post."
+ },
+ "task_is_marked_as": {
+ "not_completed": "Task Complete? - Use toggle below",
+ "completed": "You have marked \"{{taskName}}\" Task as Completed!"
+ },
"delete_task": "Изтрий задача",
"duplicate_survey": "Копирай",
"main_info": "Main info",
@@ -314,6 +322,7 @@
"title": "Заглавие",
"field_allowed_relation_survey": "Разрешени допитвания",
"collect_image_caption": "Включи поле за заглавие на снимката",
+ "collect_media_caption": "Include caption field",
"disable_caption_field_explanation": "Това ще изключи и скрие всички съществуващи заглавия за това поле, но може да ги включите по всяко време.",
"description": "Описание",
"task_description": "Описание на задачата",
@@ -335,6 +344,8 @@
"related_post": "Свързани публикации",
"related_post_info": "Please note, the posts to relate to needs to be published, posts that are \"Under review\" will not appear in the search-results",
"upload_image": "Снимка",
+ "upload_document": "Document",
+ "upload_audio": "Audio",
"embed_video": "Вложи видео",
"markdown": "Markdown",
"categories": "Категории",
@@ -349,7 +360,13 @@
"checkbox_desc": "Позволява на потребителят да избира една или повече от предефиниран лист от опции.",
"relation_desc": "Създай връзка между две допитвания",
"upload_desc": "Позволява на снимка(снимки) да бъдат качени на публикацията",
+ "audio_desc": "Allows audio file(s) to be uploaded to the post",
+ "document_desc": "Allows document(s) to be uploaded to the post",
"video_desc": "Позволява клипове от Youtube или Vimeo да се влагат в публикацията",
+ "maximum_upload_size" : "Maximum Upload Size",
+ "small_upload_size" : "Small",
+ "medium_upload_size" : "Medium",
+ "large_upload_size" : "Large",
"markdown_desc": "Позволява да се вкарва обогатен синтакс в този текст",
"tasks": "Задачи",
"task_visible_when_published": "Тази задача ще бъде видима когато публикацията е публична.",
@@ -602,6 +619,7 @@
"source": "Източник",
"saved_filters": "Saved filters",
"saved_filter": "Saved filter",
+ "no_saved_filters": "No saved filters. Saved filter(s) will appear here for you to select once made available.",
"save_new_filter": "Save new filter",
"clear_all_filters": "Clear all filters",
"delete_this_saved_filter": "Are you sure you want to delete this saved filter?"
@@ -856,7 +874,9 @@
"unlocked": "Публикацията беше успешно отключена",
"unlock": "Отключи",
"lock_broken_by_other": "Вашата публикация беше отключена. Сегашните ви незапазени промени ще бъдат изгубени.",
- "locked_message": "Публикацията е заключена, защото {{ user }} работи по нея в момента. Опитайте да промените друга публикация."
+ "locked_message": "Публикацията е заключена, защото {{ user }} работи по нея в момента. Опитайте да промените друга публикация.",
+ "locked_tooltip": "This post is being edited by someone else. Please try again later."
+
},
"modify": {
"intro": "Избери допитване:",
@@ -966,9 +986,23 @@
"add_caption": "Добави заглавие",
"upload": "Качи",
"add_photo": "Добави снимка",
+ "add_audio": "Add audio",
+ "add_document": "Add document",
+ "retry" : "Retry",
"delete_photo": "Изтрий стринка",
"replace_image": "Замести снимката",
- "error_in_upload": "Your image is too large (maximum size is 1MB) or has the wrong format (allowed formats are gif, png, jpg and jpeg), please check and try again!"
+ "error_in_upload": "Your image is too large (maximum size is 1MB) or has the wrong format (allowed formats are gif, png, jpg and jpeg), please check and try again!",
+ "messages": {
+ "max_size" : "Your file is too large.",
+ "max_files" : "You have exceeded the maximum number of files.",
+ "required" : "Media is required.",
+ "invalid_type" : "Unsupported file type."
+ },
+ "status" : {
+ "uploading" : "Uploading...",
+ "upload_complete" : "Upload Complete!",
+ "upload_failed" : "Upload failed!"
+ }
},
"video": {
"enter_a_url": "Enter a video URL from Youtube or Vimeo."
@@ -1101,7 +1135,7 @@
"delete_category_desc": "Ако изтриете тази категория, няма вече да бъде свързана с публикациите. Продължете внимателно.",
"show_categories": "Покажи наличните категории",
"child_permissions": "Правата за тази категория се управляват през родителската категория",
- "which_categories": "Which categories should be available",
+ "which_categories": "Which categories should be available?",
"select_all": "Избери всички",
"choose_roles": "Избери роля",
"create_tag": "Създай категория",
diff --git a/apps/web-mzima-client/src/assets/locales/cs.json b/apps/web-mzima-client/src/assets/locales/cs.json
index e5a1fe566ce..1f2249c4198 100644
--- a/apps/web-mzima-client/src/assets/locales/cs.json
+++ b/apps/web-mzima-client/src/assets/locales/cs.json
@@ -322,6 +322,7 @@
"title": "Název",
"field_allowed_relation_survey": "Povolené průzkumy",
"collect_image_caption": "Zahrnout pole s popisem obrázku",
+ "collect_media_caption": "Zahrnout pole popisku",
"disable_caption_field_explanation": "Tím se zakáží a skryjí všechny existující popisky pro toto pole, ale můžete je kdykoli znovu povolit.",
"description": "Popis",
"task_description": "Popis ulohy",
@@ -343,6 +344,8 @@
"related_post": "Související příspěvek",
"related_post_info": "Vezměte prosím na vědomí, že příspěvky, kterých se to týká, musí být zveřejněny, příspěvky, které jsou v procesu kontroly, se ve výsledcích vyhledávání neobjeví.",
"upload_image": "Obrázek",
+ "upload_document": "Dokument",
+ "upload_audio": "Zvuk",
"embed_video": "Vložené video",
"markdown": "Markdown",
"categories": "Kategorie",
@@ -357,7 +360,13 @@
"checkbox_desc": "Umožňuje uživateli vybrat jednu nebo více předdefinovaných sad možností.",
"relation_desc": "Vytvořte vztah mezi různými průzkumy",
"upload_desc": "Umožňuje odesílání obrázk(ů) do příspěvku",
+ "audio_desc": "Umožňuje nahrávání zvuku(ů) do příspěvku",
+ "document_desc": "Umožňuje nahrát do příspěvku dokument(y).",
"video_desc": "Umožnit vkládání videa Youtube nebo Vimeo do příspěvku",
+ "maximum_upload_size" : "Maximální velikost nahrávaného souboru",
+ "small_upload_size" : "Malá",
+ "medium_upload_size" : "Střední",
+ "large_upload_size" : "Velká",
"markdown_desc": "Umožňuje použití syntaxe markdown pro stylování obsahu pole.",
"tasks": "Úlohy",
"task_visible_when_published": "Tato úloha bude viditelná při zveřejnění příspěvku.",
@@ -977,9 +986,23 @@
"add_caption": "Přidat titulek",
"upload": "Nahrát",
"add_photo": "Přidat fotku",
+ "add_audio": "Přidat zvuk",
+ "add_document": "Přidat dokument",
+ "retry" : "Opakovat",
"delete_photo": "Smazat fotku",
"replace_image": "Nahradit obrázek",
- "error_in_upload": "Váš obrázek je příliš velký (maximální velikost je 1 MB) nebo má nesprávný formát (povolené formáty jsou gif, png, jpg a jpeg). Zkontrolujte prosím a zkuste to znovu!"
+ "error_in_upload": "Váš obrázek je příliš velký (maximální velikost je 1 MB) nebo má nesprávný formát (povolené formáty jsou gif, png, jpg a jpeg). Zkontrolujte prosím a zkuste to znovu!",
+ "messages": {
+ "max_size" : "Soubor je příliš velký.",
+ "max_files" : "Byl překročen maximální počet souborů.",
+ "required" : "Jsou vyžadována média.",
+ "invalid_type" : "Unsupported file type."
+ },
+ "status" : {
+ "uploading" : "Nahrávání...",
+ "upload_complete" : "Nahrávání dokončeno!",
+ "upload_failed" : "Nahrávání se nezdařilo!"
+ }
},
"video": {
"enter_a_url": "Zadejte adresu URL videa z Youtube nebo Vimeo."
@@ -1112,7 +1135,7 @@
"delete_category_desc": "Pokud tuto kategorii odstraníte, nebude již spojena s žádnými příspěvky. Postupovat opatrně.",
"show_categories": "Zobrazit dostupné kategorie",
"child_permissions": "Oprávnění pro tuto kategorii jsou spravována nadřazenou kategorií.",
- "which_categories": "Které kategorie by měly být k dispozici",
+ "which_categories": "Which categories should be available?",
"select_all": "Vybrat vše",
"choose_roles": "Vybrat role",
"create_tag": "Vytvořit kategorii",
diff --git a/apps/web-mzima-client/src/assets/locales/cs_CZ.json b/apps/web-mzima-client/src/assets/locales/cs_CZ.json
index 3a9c3631f49..1ca0e458ed3 100644
--- a/apps/web-mzima-client/src/assets/locales/cs_CZ.json
+++ b/apps/web-mzima-client/src/assets/locales/cs_CZ.json
@@ -322,6 +322,7 @@
"title": "Název",
"field_allowed_relation_survey": "Povolené průzkumy",
"collect_image_caption": "Zahrnout pole s popisem obrázku",
+ "collect_media_caption": "Zahrnout pole popisku",
"disable_caption_field_explanation": "Tím se zakáží a skryjí všechny existující popisky pro toto pole, ale můžete je kdykoli znovu povolit.",
"description": "Popis",
"task_description": "Popis ulohy",
@@ -343,6 +344,8 @@
"related_post": "Související příspěvek",
"related_post_info": "Vezměte prosím na vědomí, že příspěvky, kterých se to týká, musí být zveřejněny, příspěvky, které jsou v procesu kontroly, se ve výsledcích vyhledávání neobjeví.",
"upload_image": "Obrázek",
+ "upload_document": "Dokument",
+ "upload_audio": "Zvuk",
"embed_video": "Vložené video",
"markdown": "Markdown",
"categories": "Kategorie",
@@ -357,7 +360,13 @@
"checkbox_desc": "Umožňuje uživateli vybrat jednu nebo více předdefinovaných sad možností.",
"relation_desc": "Vytvořte vztah mezi různými průzkumy",
"upload_desc": "Umožňuje odesílání obrázk(ů) do příspěvku",
+ "audio_desc": "Umožňuje nahrávání zvukových souborů do příspěvku",
+ "document_desc": "Umožňuje nahrát do příspěvku dokument(y).",
"video_desc": "Umožnit vkládání videa Youtube nebo Vimeo do příspěvku",
+ "maximum_upload_size" : "Maximální velikost nahrávaného souboru",
+ "small_upload_size" : "Malá",
+ "medium_upload_size" : "Střední",
+ "large_upload_size" : "Velká",
"markdown_desc": "Umožňuje použití syntaxe markdown pro stylování obsahu pole.",
"tasks": "Úlohy",
"task_visible_when_published": "Tato úloha bude viditelná při zveřejnění příspěvku.",
@@ -977,9 +986,23 @@
"add_caption": "Přidat titulek",
"upload": "Nahrát",
"add_photo": "Přidat fotku",
+ "add_audio": "Přidat zvuk",
+ "add_document": "Přidat dokument",
+ "retry" : "Opakovat",
"delete_photo": "Smazat fotku",
"replace_image": "Nahradit obrázek",
- "error_in_upload": "Váš obrázek je příliš velký (maximální velikost je 1 MB) nebo má nesprávný formát (povolené formáty jsou gif, png, jpg a jpeg). Zkontrolujte prosím a zkuste to znovu!"
+ "error_in_upload": "Váš obrázek je příliš velký (maximální velikost je 1 MB) nebo má nesprávný formát (povolené formáty jsou gif, png, jpg a jpeg). Zkontrolujte prosím a zkuste to znovu!",
+ "messages": {
+ "max_size" : "Soubor je příliš velký.",
+ "max_files" : "Byl překročen maximální počet souborů.",
+ "required" : "Jsou vyžadována média.",
+ "invalid_type" : "Unsupported file type."
+ },
+ "status" : {
+ "uploading" : "Nahrávání...",
+ "upload_complete" : "Nahrávání dokončeno!",
+ "upload_failed" : "Nahrávání se nezdařilo!"
+ }
},
"video": {
"enter_a_url": "Zadejte adresu URL videa z Youtube nebo Vimeo."
@@ -1112,7 +1135,7 @@
"delete_category_desc": "Pokud tuto kategorii odstraníte, nebude již spojena s žádnými příspěvky. Postupovat opatrně.",
"show_categories": "Zobrazit dostupné kategorie",
"child_permissions": "Oprávnění pro tuto kategorii jsou spravována nadřazenou kategorií.",
- "which_categories": "Které kategorie by měly být k dispozici",
+ "which_categories": "Which categories should be available?",
"select_all": "Vybrat vše",
"choose_roles": "Vybrat role",
"create_tag": "Vytvořit kategorii",
diff --git a/apps/web-mzima-client/src/assets/locales/el_GR.json b/apps/web-mzima-client/src/assets/locales/el_GR.json
new file mode 100644
index 00000000000..bb1e785934b
--- /dev/null
+++ b/apps/web-mzima-client/src/assets/locales/el_GR.json
@@ -0,0 +1,2770 @@
+{
+ "app": {
+ "contact_email_address": "Contact email address:",
+ "powered_by_ushahidi": "Powered by Ushahidi.",
+ "support": "Υποστήριξη Usahidi",
+ "by": "από",
+ "submit": "Υποβολή",
+ "anonymous": "Ανώνυμος",
+ "submitting": "Υποβολή",
+ "submit_another": "Υποβολή και Προσθήκη άλλου ",
+ "submit_response": "Υποβολή απάντησης σε Έρευνα",
+ "can_see_this": "μπορείς να δεις αυτό",
+ "collection": "Συλλογή",
+ "collections": "Συλλογές",
+ "create_collection": "Δημιουργία Συλλογής ",
+ "add_collection": "Add collection",
+ "export_to_csv": "Εξαγωγή φιλτραρισμένων δεδομένων ",
+ "create_new": "Δημιουργία Νέου",
+ "create_new_survey": "Δημιουργία Νέας Έρευνας",
+ "created_by": "Δημιουργήθηκε από ",
+ "date_created": "Ημερομηνία δημιουργίας",
+ "date_updated": "Ημερομηνία Επικαιροποίησης ",
+ "choose_photo": "Choose photo",
+ "choose": "Choose...",
+ "add_all_fields": "Add all fields",
+ "insert_text_here": "Insert text here...",
+ "deployment_not_found" : {
+ "text" : "Sorry, that deployment does not exist. Would you like to create a new deployment?",
+ "button_exit" : "Exit",
+ "button_create_deployment" : "Create Deployment"
+ },
+ "documentation": {
+ "title": "Τεκμηρίωση",
+ "description": "Μάθετε πώς μπορείτε να ρυθμίσετε, να διαμορφώσετε και να διαχειριστείτε την ανάπτυξη του Ushahidi."
+ },
+ "donate": "Donate",
+ "donation": "Donation",
+ "disable_monetization": "Disable Monetization",
+ "enable_monetization": "Enable Monetization",
+ "enable_monetization_error": "Fill in required fields above before enabling monetization.",
+ "enable_monetization_info": "Monetization is currently disabled.",
+ "intercom": {
+ "intercom": "Intercom",
+ "description": "Επικοινωνήστε με το προσωπικού του Usahidi για υποστήριξη με chat "
+ },
+ "onboarding": {
+ "title": "Onboarding",
+ "description": "Take a look at the Ushahidi onboarding again."
+ },
+ "report_a_bug": {
+ "title": "Report a bug",
+ "description": "Tell us when something doesn't work the way you expected."
+ },
+ "edit_collection": "Edit collection",
+ "features": {
+ "title": "Χαρακτηριστικά",
+ "description": "See what Ushahidi can do and how it works."
+ },
+ "forbidden": "Sorry, you're not allowed to do that.",
+ "forbidden-login": "Please enter your login details to access the deployment.",
+ "contact_with_admin": "Or contact the Admin ",
+ "404": "Αυτο το URL δεν υπάρχει ",
+ "page-not-found": "Page not found",
+ "get_notifications": "Get notifications",
+ "turn_off_notifications": "Turn off notifications",
+ "load_more": "Load more",
+ "loading": "Φόρτωση ",
+ "loading_saved_searches": "Loading saved searches",
+ "more": "More",
+ "cancel": "Cancel",
+ "save": "Save",
+ "save_and_close": "Save & close",
+ "update": "Επικαιροποίηση",
+ "update_and_close": "Update & close",
+ "add_and_close": "Add & close",
+ "updating": "Updating",
+ "saving": "Saving",
+ "settings": "Ρυθμίσεις ",
+ "share": "Share",
+ "specific_roles": "Συγκεκριμένοι Ρόλοι ",
+ "general": "Ρυθμίσεις ",
+ "surveys": "Survey",
+ "add_survey": "Προσθήκη Έρευνας",
+ "edit_survey": "Edit Survey",
+ "data_sources": "Data Sources",
+ "import": "Εισαγωγή ",
+ "users": "Χρήστες",
+ "edit_user": "Επεξεργασία Χρήστη",
+ "add_user": "Πρόσθεσε Χρήστη",
+ "edit": "Edit",
+ "roles": "Ρόλοι",
+ "edit_role": "Επεξεργασία Ρόλου ",
+ "add_role": "Προσθήκη Ρόλου ",
+ "webhooks": "Webhooks",
+ "edit_webhook": "Edit Role",
+ "add_webhook": "Add Role",
+ "categories": "Κατηγορίες",
+ "edit_category": "Edit Category",
+ "add_category": "Προσθήκη Κατηγορίας ",
+ "categories_count": "{{count}} categories",
+ "plans": "Plans",
+ "delete": "Διαγραφή",
+ "description": "Περιγραφή",
+ "color": "Χρώμα",
+ "search_users": "Αναζήτηση Χρηστών",
+ "searching": "Searching",
+ "show_hide": "Εμφάνιση/Απόκρυψη",
+ "fields": "Πεδία",
+ "no_results": "Δεν βρέθηκαν Αποτελέσματα",
+ "current_results": "Current results:",
+ "filter_by": "Filter by...",
+ "sort_filter": "Sort & filter",
+ "apply_filters": "Apply",
+ "close_and_view": "Close and view results",
+ "show_more_less": "Show more/less",
+ "filters": "Φίλτρα",
+ "filters_and_sorting": "Filters and sorting",
+ "filter_by_survey": "Filter by survey",
+ "configure": "Ρύθμιση",
+ "post": "Ανάρτηση",
+ "name": "Όνομα",
+ "key": "Key",
+ "survey_web_address": "Your survey's web address",
+ "default_value": "Default value (optional):",
+ "select_one": "Select One",
+ "sort_and_filter": "Sort & filter",
+ "saved_search": "Αποθηκευμένη Αναζήτηση",
+ "tasks": "Tasks",
+ "return_to_all_posts": "Return to all posts",
+ "this_deplyment_is_private": "This deployment is private",
+ "private_deployment": "Private Deployment",
+ "mark_as": "Mark as",
+ "who_can_see_this_category": "Who can see this category?",
+ "this_category_is_child_to": "This category is a child to {{parent}}",
+ "nothing": "Nothing",
+ "who_can_see_this": "Who can see this?",
+ "add": "Add",
+ "add_new_category": "+ Add new category",
+ "sort_by": "Sort By ...",
+ "newest_first": "Το νεότερο πρώτα",
+ "oldest_first": "Πρώτα το παλαιότερο",
+ "language": "Language",
+ "select_language": "Επιλογή γλώσσας",
+ "add_new_post": "Add new post",
+ "previous": "Previous",
+ "duplicate": "Αντίγραφο",
+ "yes_delete": "Yes, delete",
+ "no_go_back": "No, go back",
+ "are_you_sure_you_want_to_delete": "Are you sure you want to Delete",
+ "action_cannot_be_undone": "
This action cannot be undone.
Are you sure?
",
+ "you_are_not_authorized": "You are not authorized",
+ "lost_internet_connection": "Lost internet connection",
+ "tweet_is_unavailable": "This tweet is unavailable",
+ "file_uploader": "File uploader",
+ "preview_image": "Preview image",
+ "privacy_policy": "Privacy Policy",
+ "terms_and_conditions": "Terms and Conditions",
+ "ok_sounds_good": "OK, sounds good",
+ "next_step": "Next step",
+ "we_are_aware_there_are_some_issues_here": "We are aware there are some issues here. The team is working on fixing them.",
+ "you_are_using_old_deployment_version": "You are using Deployment Version - {{api_version}}. The latest version is v5. Please, update your Deployment for users access.",
+ "outdated_deployment": "Outdated Deployment!",
+ "the_deployment_is_outdated": "The Deployment is outdated, therefore some bugs may occur, till Admin update it.",
+ "your_deployment_is_outdated": "Your Deployment is outdated",
+ "we_ve_updated_deployments_to_version_5": "We’ve updated Deployments to version 5. Users may not have access to your deployment soon. ",
+ "for_more_details_on_deployment_update": "For more details on deployment update, go to Help & Support (this should be a link) or send an email to:",
+ "open_chat": "Open Chat",
+ "end_post": "End of Posts"
+ },
+ "cookies": {
+ "we_use_cookies": "Howdy! We use cookies to make your experience better.",
+ "cookies_privacy": "If you want to know more or withdraw your consent, please go to our Privacy Policy.",
+ "decline": "Decline",
+ "accept_cookies": "Accept cookies"
+ },
+ "404": {
+ "404": "404",
+ "error": "error",
+ "description": "Oops... Sorry, we can’t find the page that you’re looking for.
Please search by another phrase or go back to the Map View.",
+ "button": "Go to the Map View"
+ },
+ "toolbar": {
+ "searchbar": {
+ "search_entity": "Αναζήτηση",
+ "search_all_entities_for": "Αναζητήστε όλα τα {{entity}} για"
+ }
+ },
+ "color_picker": {
+ "hex_value": "Hex Value",
+ "red": "Κόκκινο",
+ "gold": "Χρυσός",
+ "blue": "Μπλέ",
+ "green": "Πράσινο"
+ },
+ "feature_limits": {
+ "view_unavailable": "Η{{value}} όψη δεν είναι διαθέσιμη στο παρόν σχέδιο (plan). Αναβάθμισε το πλάνο του για να το έχεις!"
+ },
+ "limit": {
+ "plan_limit": "Όριο πλάνου Usahidi",
+ "post_limit_reached": "Έχεις φτάσει στο όριο των δημοσιευμένων Αναρτήσεων σου για το πλάνο σου",
+ "admin_limit_reached": "Έχεις φτάσει στο όριο των Χρηστών Admin για το πλάνο σου",
+ "post_type_limit_reached": "Έχεις φτάσει στο όριο ερευνών για το πλάνο σου",
+ "upgrade": "Αναβάθμιση"
+ },
+ "activity": {
+ "activity_over_time": "Προοδευτική Δραστηριότητα ",
+ "activity_by_volume": "Δραστηριότητα βάσει όγκου",
+ "recent_activity_timeline": "Χρονολόγιο πρόσφατης Δραστηριότητας",
+ "new_post": "Νέα Ανάρτηση",
+ "by": "Από",
+ "context_body": "Μια περίληψη του πως οι άνθρωποι αλληλλεπιδρούν με {{site}}.",
+ "inbound": "Εισερχόμενα απαντητικά μηνύματα",
+ "outbound": "Εξερχόμενα Μηνύματα Έρευνας",
+ "recipients": "Μοναδικοί αποδέκτες στοχευμένης έρευνας",
+ "responders": "Μοναδικοί αποκριθέντες σε στοχευμένη έρευνα",
+ "all_targeted": "Όλες οι στοχευμένες έρευνες",
+ "no_targeted": "Δεν έχεις κάποια δεδομένα απο στοχευμένη έρευνα να δείξεις",
+ "all_sources": "Όλες οι πηγές Δεδομένων",
+ "web_mobile": "Web and Mobile",
+ "email": "email",
+ "sms": "sms",
+ "twitter": "twitter",
+ "all_crowdsourced": "All Crowdsourced Surveys",
+ "no_crowdsourced": "You don't have any Crowdsourced Survey data to show.",
+ "targeted_activity": "Tageted Survey Activity",
+ "crowdsourced_activity": "Crowdsourced Survey Activity",
+ "tooltip_template": "This is the single point tooltip template"
+ },
+ "form": {
+ "add_field": "Add field",
+ "add_field_instructions": "Πρόσθεσε Οδηγίες σε αυτό το Πεδίο ",
+ "add_field_instructions_info": "Οι οδηγίες αυτές θα παρουσιαστούν σαν συμβουλή σε ένα χρήστη όταν συμπληρώνει αυτό το πεδίο",
+ "add_field_instructions_placeholder": "Εξήγησε αυτό το Πεδίο ",
+ "add_post_type": "Προσθήκη Έρευνας",
+ "add_step": "Προσθήκη Εργασίας ",
+ "add_language": "Add language",
+ "added_form_stage_attribute": "Αποθηκευμένο Πεδίο",
+ "field_allowed_relation_post_type": "Επιτρεπόμενες Έρευνες",
+ "choose_order_message": "Επίλεξε και ταξινόμησε τα πεδία που θα ήθελες να συμπεριλάβεις σε αυτή την έρευνα",
+ "created_form_stage": "Αποθηκευμένη Εργσσία",
+ "currently_disabled": "Αυτή η έρευνα είναι προς το παρόν απενεργοποιημένη",
+ "custom_structure": "Συνηθισμένη Δομή",
+ "default_date_placeholder": "Προκαθορισμένη Ημερομηνία ",
+ "default_date_hint": "If no date is added, the current time of posting would be added by default. The user can still update the {{ field_name }} after post submission.",
+ "default_default_placeholder": "Default value",
+ "default_location_placeholder": "Nairobi, Kenya",
+ "delete_post_type": "Διέγραψε αυτή την Έρευνα",
+ "deleted_form": "Deleted Survey",
+ "deleted_form_stage": "Deleted Task",
+ "deleted_form_stage_attribute": "Deleted field",
+ "editable_by": "Editable By",
+ "edit_post_step": "Edit Task: {{step}}",
+ "edit_post_type": "Edit Survey: {{form}}",
+ "edit_post_types": "Επεξεργασία Ερευνών",
+ "field_add_option": "Add",
+ "field_add_other": "Add other",
+ "field_add_other_desc": "Allows entering a custom option that is not listed among the provided choices.",
+ "field_default": "Field Default",
+ "field_key": "Field Key",
+ "field_type": "Field Type",
+ "field_name": "Field Name",
+ "field_options": "Field Options",
+ "field_key_placeholder": "field-key",
+ "field_name_placeholder": "Ονόμασε αυτό το Πεδίο ",
+ "field_option_placeholder": "Επιλογή 1",
+ "field_required": "Αυτό το Πεδίο απαιτείται",
+ "form_name": "Όνομα",
+ "form_description": "Περιγραφή ",
+ "forms": "Forms",
+ "form_stage_settings_saved": "Saved settings",
+ "permission_public": "Δημόσιος/α",
+ "permission_admin": "Admin",
+ "permission_self": "Only Me",
+ "post_type_settings": "Survey Settings",
+ "post_step_settings": "Task Settings",
+ "priority_changed": "Changed priority",
+ "save_and_close": "Save & Close",
+ "save_post_type": "Save Survey",
+ "save_post_step": "Save Task",
+ "saved_form": "Survey saved.",
+ "select_language": "Select languages",
+ "step_delete": "Διαγραφή",
+ "step_name": "Όνομα Δράσης ",
+ "step_rename": "Μετονόμασε",
+ "step_required": "Αυτή η εργασία είναι απαραίτητη",
+ "post_step": "Ανάρτηση",
+ "type": "type",
+ "visible_to": "Visible To",
+ "choose_language": "Choose language for translation",
+ "error_input_number": "Please input {{type}} type number"
+ },
+ "survey": {
+ "no_tasks": "No tasks",
+ "select_categories": "Select categories",
+ "select_related_post": "Select related post",
+ "no_fields": "No fields",
+ "select_color": "Select color",
+ "choose_survey": "Choose survey",
+ "marked_for_internal": {
+ "header": "Internal Use Only",
+ "body": "This task is marked for internal use only. It is not seen by users when they create a post."
+ },
+ "task_is_marked_as": {
+ "not_completed": "Task Complete? - Use toggle below",
+ "completed": "You have marked \"{{taskName}}\" Task as Completed!"
+ },
+ "delete_task": "Διαγραφή εργασίας",
+ "duplicate_survey": "Αντίγραφο",
+ "main_info": "Main info",
+ "internal_use_task": "Η εργασία είναι μόνο για εσωτερική χρήση ",
+ "internal_use_task_desc": "Η εργασία αυτή είναι ορατή μόνο σε Χρήστη που έχει άδεια διαχείρισης αναρτήσεων",
+ "duplicate_task": "Αντιγραφή εργασίας",
+ "duplicate_option": "Duplicate option is present",
+ "special_characters_option": "This option contains special characters",
+ "show_this_task_to": "Δείξε στον καθένα αυτή την εργασία μόλις δημοσιοποιηθεί",
+ "show_this_task_to_desc": "Όταν μια απάντηση σε έρευνα δημοσιοποιείται. πληροφορίες απο αυτή την εργασία θα παρουσιαστούν",
+ "survey_name": "Τίτλος Έρευνας",
+ "describe_your_survey": "Περιέγραψε την έρευνά σου",
+ "describe_this_task": "Περιέγραψε αυτή την Εργασία",
+ "untitled_task": "Εργασία χωρίς Τίτλο",
+ "add_task": "Add task",
+ "title": "Τίτλος",
+ "field_allowed_relation_survey": "Επιτρεπόμενες Έρευνες",
+ "collect_image_caption": "Include image caption field",
+ "collect_media_caption": "Include caption field",
+ "disable_caption_field_explanation": "This will disable and hide all existing captions for this field, but you can re-enable them at any time.",
+ "description": "Περιγραφή ",
+ "task_description": "Περιγραφή Εργασίας ",
+ "post_fields": "Πεδία δημοσιεύσεων",
+ "task_fields": "Task fields",
+ "show_task": "Δείξτε αυτή την εργασία σε όλους/ες όταν δημοσιεύεται η ανάρτηση",
+ "task_info": "Μπορείτε να προσθέσετε επιπλέον πληροφορίες σε κάθε θέση, όπως μεταφράσεις ή επαλήθευση, και να τις αντιστοιχίσετε σε άτομα προσθέτοντας Εργασίες. Μπορείτε να επιλέξετε από προκατασκευασμένες εργασίες ή να δημιουργήσετε το δικό σας εξ αρχής. ",
+ "text_desc": "A sentence or less",
+ "short_text": "Σύντομο Κείμενο ",
+ "long_text": "Μεγάλο Κείμενο",
+ "number_decimal": "Number (Decimal)",
+ "number_integer": "Number (Integer)",
+ "location": "Τοποθεσία",
+ "date": "Ημερομηνία",
+ "datetime": "Ημέρα και Ώρα ",
+ "select": "Select",
+ "radio_button": "Radio Button(s)",
+ "checkbox": "Checkbox(es)",
+ "related_post": "Σχετικές Αναρτήσεις",
+ "related_post_info": "Please note, the posts to relate to needs to be published, posts that are \"Under review\" will not appear in the search-results",
+ "upload_image": "Εικόνα",
+ "upload_document": "Document",
+ "upload_audio": "Audio",
+ "embed_video": "Ενσωματωμένο Video",
+ "markdown": "Markdown",
+ "categories": "Κατηγορίες",
+ "textarea_desc": "Multiple sentences or paragraphs",
+ "decimal_desc": "A number with decimal places",
+ "integer_desc": "A whole number",
+ "location_desc": "A geographic location chosen via a map",
+ "date_desc": "A date with year, month, day",
+ "datetime_desc": "A date with time in hours and minutes",
+ "select_desc": "A drop down list of items",
+ "radio_desc": "Επιτρέπει στο Χρήστη να επιλέξει μόνο ένα απο μια προκαθορισμένη ομάδα επιλογών ",
+ "checkbox_desc": "Επιτρέπει στο Χρήστη να επιλέξει μια ή περισσότερες απο μια προκαθορισμένη ομάδα επιλογών ",
+ "relation_desc": "Δημιουργήστε μια σχέση μεταξύ διαφορετικών ερευνών",
+ "upload_desc": "Επιτρέπει τη μεταφόρτωση εικόνας/ων στην ανάρτηση",
+ "audio_desc": "Allows audio file(s) to be uploaded to the post",
+ "document_desc": "Allows document(s) to be uploaded to the post",
+ "video_desc": "Επιτρέπει στα βίντεο Youtube ή Vimeo να ενσωματωθούν στην ανάρτηση ",
+ "maximum_upload_size" : "Maximum Upload Size",
+ "small_upload_size" : "Small",
+ "medium_upload_size" : "Medium",
+ "large_upload_size" : "Large",
+ "markdown_desc": "Allows the use of markdown syntax to style the field content.",
+ "tasks": "Tasks",
+ "task_visible_when_published": "This task will be visible when post is published.",
+ "show_field_description": "Add field description (optional):",
+ "add_field": "Add {{fieldType | lowercase}} field",
+ "edit_field": "Edit {{fieldType | lowercase}} field",
+ "build": "Build",
+ "configure": "Ρύθμιση",
+ "require_section": "Require this task be completed before a post can be visible to the public",
+ "hide_author_information": "Hide author information",
+ "hide_author_information_desc": "Only people with permission to edit responses will be able to see who submitted them; and only when editing them.",
+ "hide_location_information": "Hide exact location information",
+ "hide_location_information_desc": "Only people with permission to edit responses will be able to see exact locations. Other people will see rounded locations. The location will be accurate to {{precision}}km.",
+ "hide_time_information": "Hide exact time information",
+ "hide_time_information_desc": "Only people with permission to edit responses will be able to see exact time submitted. Other people will see only the date.",
+ "share": "Share",
+ "task_name": "Όνομα εργασίας",
+ "required_field": "Required",
+ "required": "Required",
+ "required_desc": "Require this task be completed before a post can be visible to the public.",
+ "require_field_desc": "Require this field be completed",
+ "name_this_task": "Ονόμασε αυτή τη δράση",
+ "require_review": "Require posts to be reviewed before they're published",
+ "require_review_desc": "Νέες αποκρίσεις σε αυτή την έρευνα θα είναι \"υπο έλεγχο\" και έτσι δεν θα είναι άμεσα δημόσια ορατές. Χρήστες με άδεια ελέγχου της απόκρισης μπορούν να ελέγχξουν και να δημοσιοποιήσουν, άρα να τις κάνουν ορατές σε όλους/ες ",
+ "require_task": "Required",
+ "make_response_private": "Make responses private",
+ "response_private_desc": "Only people with permission to edit responses can see responses to this field",
+ "require_task_desc": "Require this task be completed before a post can be visible to the public",
+ "survey_permissions": "Survey permissions",
+ "only_edit": "Only people with permission to edit responses will be able to see responses to this field.",
+ "who_can_add": "Who can add to this survey",
+ "survey_field": "Πεδίο Έρευνας",
+ "choose_survey_field": "Choose what should be assigned to each survey field",
+ "choose_survey_field_desc": "Each of the survey's fields are listed below. Choose the data from {{datasource_type}} that you'd like to use to populate each of those fields.",
+ "who_can_contribute_to_task": "Who can contribute to fields in this task",
+ "view_detail": "Detail",
+ "no_options_for_this_field": "No options for this field",
+ "add_options_first": "Add options first",
+ "delete": {
+ "desc": "If you delete this survey, all of its posts will also be deleted. Proceed with caution.",
+ "delete": "Διαγραφή Έρευνας",
+ "delete_this": "Διαγραφή αυτής της έρευνας",
+ "delete_this_field": "Διαγραφή αυτού του πεδίου",
+ "delete_field": "Διαγραφή πεδίου",
+ "desc_field": "If you delete this field, all of the data that was collected within it will also be deleted. Proceed with caution."
+ },
+ "name": "Όνομα Έρευνας",
+ "color": {
+ "color": "Χρώμα",
+ "hex": "Hex value",
+ "red": "Κόκκινο",
+ "gold": "Χρυσός",
+ "blue": "Μπλέ",
+ "green": "Πράσινο"
+ },
+ "who": "Who can see this?",
+ "task": {
+ "delete": {
+ "desc": "If you delete this task, all of the data captured in it will also be deleted. Proceed with caution.",
+ "delete": "Διαγραφή Εργασίας",
+ "delete_this": "Διέγραψε αυτή την εργασία"
+ }
+ },
+ "fields": {
+ "fields_title": "Πεδία",
+ "validation": {
+ "required": "Required fields are missing, these fields are marked with an *.",
+ "special_characters": "{{name}} field contains special characters"
+ }
+ },
+ "targeted_survey": {
+ "title": "Create a new targeted survey",
+ "description": "Στείλτε ερωτήσεις μέσω SMS σε μια λίστα με αυτούς τους αριθμούς τηλεφώνου.",
+ "name_title": "Ονόμασε την έρευνά σου",
+ "name": "Όνομα Έρευνας",
+ "description_title": "Περιγραφή ¨Ερευνας",
+ "audience_title": "Επιλέξτε το κοινό σας",
+ "add_questions_title": "Προσθέστε τις ερωτήσεις σας",
+ "add_questions_description": "Θα στείλουμε κάθε ερώτηση ως ξεχωριστό SMS. Αφού κάποιος/α απαντήσει, θα στείλουμε την επόμενη ερώτηση της έρευνας.",
+ "add_another": "Πρόσθεσε άλλη ερώτηση ",
+ "add_a_question": "Πρόσθεσε μια ερώτηση",
+ "edit_title": "Edit question",
+ "new_question_title": "Νέα Ερώτηση",
+ "question_text": "Question text",
+ "question_description": "Αυτό είναι που θα δουν οι χρήστες όταν πάνε στην έρευνά σου",
+ "sample_question": "Δείγμα ερώτησης: Γεια σου! Πώς αισθάνεσαι σήμερα; Η απάντησή σου είναι δωρεάν.",
+ "char_remains": "{{remaining}}/160 characters remaining",
+ "publish": "Publish survey",
+ "delete": "Διαγραφή",
+ "send_to_old_number_warning": "Εάν στέλνετε μηνύματα σε έναν αριθμό που έχετε μιλήσει στο παρελθόν, οι απαντήσεις του ατόμου θα ισχύουν πάντα στην πιο πρόσφατη έρευνα. Δεν θα είναι πλέον σε θέση να απαντήσουν σε προηγούμενες αναπάντητες ερωτήσεις έρευνας.",
+ "publish_description_many": "Θα στείλουμε {{questions}} ερωτήσεις σε {{numbers}} άτομα μέσω SMS για συνολικά {{total_sms_messages}} μηνύματα. Ο πάροχος τηλεπικοινωνιών θα σας χρεώσει για κάθε μήνυμα. Να είστε προσεκτικοί σχετικά με το κόστος που θα υποστείτε με την αποστολή αυτής της έρευνας. Αυτή η πράξη δε μπορεί να αναιρεθεί.",
+ "publish_description_one_question": "Θα στείλουμε {{questions}} ερώτηση σε {{numbers}} άτομα μέσω SMS για συνολικά {{total_sms_messages}} μηνύματα. Ο πάροχος τηλεπικοινωνιών θα σας χρεώσει για κάθε μήνυμα. Να είστε προσεκτικοί σχετικά με το κόστος που θα υποστείτε με την αποστολή αυτής της έρευνας. Αυτή η πράξη δε μπορεί να αναιρεθεί.",
+ "publish_description_one_number": "Θα στείλουμε {{questions}} ερωτήσεις σε {{numbers}} άτομο μέσω SMS για συνολικά {{total_sms_messages}} μηνύματα. Ο πάροχος τηλεπικοινωνιών θα σας χρεώσει για κάθε μήνυμα. Να είστε προσεκτικοί σχετικά με το κόστος που θα υποστείτε με την αποστολή αυτής της έρευνας. Αυτή η πράξη δε μπορεί να αναιρεθεί.",
+ "publish_description_one_number_one_question": "Θα στείλουμε ερώτηση {{questions}} σε {{numbers}} άτομο μέσω SMS για ένα σύνολο {{total_sms_messages}} μηνυμάτων. Ο πάροχος τηλεπικοινωνιών θα σας χρεώσει για κάθε μήνυμα. Να είστε προσεκτικοί/ες σχετικά με το κόστος που θα έχετε με την αποστολή αυτής της έρευνας. Αυτή η πράξη δε μπορεί να αναιρεθεί.",
+ "question_warning": "Πρέπει να καταχωρίσετε τουλάχιστον μία ερώτηση",
+ "publish_warning": "Είστε σίγουροι/ες ότι μπορείτε να στείλετε αυτή την SMS έρευνα; ",
+ "publish_notification_many": "{{messages}} τα μηνύματά θα σταλούν ως μέρος αυτής της έρευνας. Θα χρεωθείτε για αυτά τα μηνύματα από τον τηλεπικοινωνιακό σας πάροχο.",
+ "publish_notification_one": " {{messages}} το μήνυμα θα σταλεί ως μέρος αυτής της έρευνας. Θα χρεωθείτε για αυτό το μήνυμα από τον τηλεπικοινωνιακό σας πάροχο.",
+ "hide_responders": "Απόκρυψη πληροφοριών σχετικά με τους ανταποκρινόμενους/ες",
+ "hide_responders_desc": "Οι αριθμοί τηλεφώνου των ατόμων που απαντούν στις ερωτήσεις σας παραμένουν κρυφοί από τον δημόσιο ιστότοπο. Μόνο τα μέλη της ομάδας με δικαιώματα επεξεργασίας θα μπορούν να τα δουν.",
+ "notification_button": "View survey in datamode",
+ "name_warning": "Πρέπει να δώσετε στην έρευνα σας ένα όνομα.",
+ "description_warning": "Πρέπει να δώσετε μια περιγραφή στην έρευνα σας.",
+ "send_to_person": "Στόχευση: Στείλτε αυτή την έρευνα στο {{recipientCount}} πρόσωπο μέσω SMS",
+ "send_to_people": "Στόχευση: Στείλτε αυτή την έρευνα σε άτομα με {{recipientCount}} μέσω SMS",
+ "country_code": "Κωδικός χώρας",
+ "country_code_error": "Πρέπει να επιλέξεις μια χώρα",
+ "select_country": "Επιλογή χώρας",
+ "phone_numbers": "Τηλεφωνικοί αριθμοί",
+ "phone_number_warning": "Πρέπει να εισαγάγετε τουλάχιστον ένα τηλεφωνικό αριθμό.",
+ "one_repeat_alert": "Καταργήσαμε συνολικά {{repeatCount}} αριθμό επανάληψης από τη λίστα σας.",
+ "multi_repeat_alert": "Καταργήσαμε συνολικά {{repeatCount}} επαναλαμβανόμενους αριθμούς από τη λίστα σας.",
+ "multi_number_error": "Από τους {{total}} αριθμούς τηλεφώνου που καταχωρίσατε, παρατηρήσαμε προβλήματα με {{bad}} από αυτά. Διορθώστε τους παρακάτω αριθμούς τηλεφώνου και συνεχίστε. Οι αριθμοί πρέπει να συμφωνούν με τους κανόνες μορφοποίησης της επιλεγμένης χώρας.",
+ "one_number_error": "Από τους {{total}} αριθμούς τηλεφώνου που καταχωρίσατε, παρατηρήσαμε προβλήματα με {{bad}} από αυτά. Διορθώστε τον παρακάτω αριθμό τηλεφώνου και συνεχίστε. Οι αριθμοί πρέπει να συμφωνούν με τους κανόνες μορφοποίησης της επιλεγμένης χώρας.",
+ "multi_numbers_good": "Αυτοί {{good_numbers}} οι αριθμοί δείχνουν εντάξει ",
+ "one_number_good": "Αυτός {{good_numbers}} ο αριθμός δείχνει εντάξει ",
+ "question_error": "Πρέπει να προσθέσετε τουλάχιστον μία ερώτηση",
+ "phone_number_instructions": "Πληκτρολογήστε τους αριθμούς τηλεφώνου που θέλετε να επικοινωνήσετε. Πρέπει να τοποθετήσετε ένα κόμμα ανάμεσα σε κάθε αριθμό τηλεφώνου.",
+ "targeted_survey": "Σκοπούμενη έρευνα",
+ "targeted_survey_desc": "Στείλαμε αυτή την έρευνα μέσω SMS",
+ "sent_messages": "Έχουμε αποστείλει {{totalSent}} μηνύματα και ",
+ "sent_message": "Έχουμε αποστείλει {{totalSent}} μήνυμα, και ",
+ "received_responses": "έχετε λάβει {{responses}} απαντήσεις",
+ "received_response": "έχετε λάβει {{responses}} απάντηση",
+ "recipients_count": "από {{recipients}} παραλήπτες μέχρι τώρα",
+ "recipient_count": "από {{recipients}} παραλήπτηq μέχρι τώρα.",
+ "error_message": "Παρουσιάστηκε σφάλμα κατά την προσπάθεια αποθήκευσης της σκοπούμενης έρευνας σας",
+ "error_contacts": "Μερικοί από τους αριθμούς που παρείχατε απέτυχαν, ελέγξτε τους αριθμούς σας και δοκιμάστε ξανά",
+ "pending_messages": "Επεξεργαζόμαστε {{totalPending}} μηνύματα",
+ "pending_message": "Επεξεργαζόμαστε {{totalPending}} μήνυμα",
+ "cancel": "Cancel"
+ }
+ },
+ "global_filter": {
+ "filter": "Φίλτρο",
+ "categories": {
+ "categories": "Κατηγορίες",
+ "all_categories": "Όλες οι Κατηγορίες "
+ },
+ "post_types": {
+ "post_types": "Έρευνες",
+ "all_types": "Όλοι οι Τύποι ",
+ "unstructured": "Μη Δομημένο"
+ },
+ "post_statuses": {
+ "post_statuses": "Κατάσταση ",
+ "all_statuses": "Οποιαδήποτε Κατάσταση",
+ "draft": "Σχέδιο",
+ "published": "Δημοσιεύτηκε "
+ },
+ "post_stages": {
+ "post_stages": "Τρέχουσα Εργασία",
+ "all_stages": "Όλες οι Εργασίες "
+ },
+ "collections": {
+ "collections": "Συλλογές",
+ "all_collections": "Όλες οι Συλλογές ",
+ "search_collections": "Αναζήτησε Συλλογές"
+ },
+ "sorting": "Sorting",
+ "sort": {
+ "order": {
+ "filter_type_tag": "Σειρά",
+ "desc": "Το νεότερο πρώτα",
+ "asc": "Το παλαιότερο πρώτα"
+ },
+ "orderby": {
+ "post_date": "Ημερομηνία Ανάρτησης ",
+ "created": "Ημερομηνία που δημιουργήθηκε",
+ "updated": "Ημερομηνία Επικαιροποίησης "
+ },
+ "unlockedOnTop": {
+ "filter_type_tag": "Οι μη προστατευμένες αναρτήσεις στην Κορυφή"
+ }
+ },
+ "filter_tabs": {
+ "order": "Σειρά",
+ "order_group": {
+ "orderby": {
+ "post_date": "Ημερομηνία Ανάρτησης ",
+ "created": "Ημερομηνία που δημιουργήθηκε",
+ "updated": "Ημερομηνία Επικαιροποίησης "
+ },
+ "order": {
+ "desc": "Το νεότερο πρώτα",
+ "asc": "Oldest first"
+ },
+ "unlocked_on_top_yes": "Ναι",
+ "unlocked_on_top_no": "Όχι"
+ },
+ "orderby": "Ταξινομήθηκε από ",
+ "order_unlocked_on_top": "Οι μη προστατευμένες αναρτήσεις στην Κορυφή",
+ "savedsearch": "Αποθηκευμένη Αναζήτηση",
+ "saved_search": "Αποθηκευμένη Αναζήτηση",
+ "q": "Λέξη Κλειδί ",
+ "created_after": "Ημερομηνία Έναρξης ",
+ "created_before": "End date",
+ "date_after": "Ημερομηνία Έναρξης ",
+ "date_before": "End date",
+ "center_point": "Τοποθεσία ",
+ "tags": "Κατηγορία ",
+ "form": "Έρευνα",
+ "current_stage": "Τρέχουσα Εργασία",
+ "set": "Συλλογή",
+ "status": "Κατάσταση ",
+ "expires": "Expires",
+ "download": "Download",
+ "location_value": "Within {{km}} km of {{value}}",
+ "visible_to": "Ορατό σε",
+ "user": "Χρήστης",
+ "has_location": "Post-locations",
+ "all_posts": "Δείξε Όλες τις Αναρτήσεις ",
+ "unmapped": "Show unmapped posts",
+ "mapped": "Show posts with a location",
+ "source": "Source"
+ },
+ "unmapped_start_one": "Εκεί είναι",
+ "unmapped_start_many": "Υπάρχουν",
+ "unmapped_one": "{{post_nb}} post",
+ "unmapped_many": "{{post_nb}} posts",
+ "unmapped_end": "not shown here because they don't include location information.",
+ "unmapped_none": "No posts without location information.",
+ "more": "Περισσότερα ",
+ "keyword": "Λέξη Κλειδί ",
+ "start_date": "Ημερομηνία Έναρξης ",
+ "start_date_placeholder": "25 Ιανουαρίου 2014",
+ "end_date": "Ημερομηνία Λήξης ",
+ "end_date_placeholder": "April 25, 2014",
+ "location": "Τοποθεσία ",
+ "location_placeholder": "Καταχώρισε Πόλη ή Διεύθυνση ",
+ "city_or_address": "City or address",
+ "viewing_mode": "Viewing mode",
+ "within_km": "Within",
+ "km": "Km",
+ "within_km_placeholder": "Αποσταση ",
+ "option_1": "σε ακτίνα 1 χιλιομέτρου",
+ "option_2": "Σε Ακτίνα 10 χιλιομέτρων",
+ "option_3": "Σε Ακτίνα 50 χιλιομέτρων",
+ "option_4": "Σε Ακτίνα 100 χιλιομέτρων",
+ "option_5": "Σε Ακτίνα 500 χιλιομέτρων",
+ "option_6": "within 100 km",
+ "option_7": "within 500 km",
+ "restore_defaults": "Restore Defaults",
+ "apply_filters": "Apply",
+ "save_to_set": "Save to Set",
+ "search": "Search",
+ "date_range": "Date range",
+ "who_its_visible_to": "Who it's visible to",
+ "status": "Κατάσταση",
+ "source": "Source",
+ "saved_filters": "Saved filters",
+ "saved_filter": "Saved filter",
+ "no_saved_filters": "No saved filters. Saved filter(s) will appear here for you to select once made available.",
+ "save_new_filter": "Save new filter",
+ "clear_all_filters": "Clear all filters",
+ "delete_this_saved_filter": "Are you sure you want to delete this saved filter?"
+ },
+ "graph": {
+ "all_posts": "Τίποτα. Δείξε όλες τις αναρτήσεις",
+ "all": "Όλο το χρόνο",
+ "compare": "Σύγκρινε...",
+ "compare_all": "Σύγκρινε",
+ "compare_status": "Σύγκρινε Κατάσταση",
+ "compare_tags": "Σύγκρινε Κατηγορίες",
+ "compare_form": "Σύγκρινε Έρευνες",
+ "compare_": "Σύγκρινε",
+ "created": "Δημιουργημένος Χρόνος",
+ "cumulative": "Δείξε Αθροιστικά Σύνολα",
+ "cumulative_post_count": "Συνολικός αριθμός αναρτήσεων",
+ "custom": "Custom date range",
+ "custom_display": "{{start || 'Beginning'}} to {{end || 'Now'}}",
+ "group_by_placeholder": "Γράφημα ",
+ "new_post_count": "Νέες Αναρτήσεις ",
+ "none": "Κανένας/Καμία ",
+ "no_data": "Δεν υπάρχει Δραστηριότητα να επιδειχθεί",
+ "post_count": "Μέτρηση δημοσιεύσεων",
+ "post_date": "Ημερομηνία δημιουργίας δημοσίευσης",
+ "select_one": "Select one",
+ "week": "Αυτή την Εβδομάδα ",
+ "month": "Αυτό τον Μήνα ",
+ "updated": "Επικαιροποίηση χρόνου"
+ },
+ "message": {
+ "button": {
+ "dismiss": "Απορρίπτω",
+ "upgrade": "Upgrade now",
+ "default": "Ok",
+ "cancel": "Ακύρωση"
+ }
+ },
+ "modal": {
+ "button": {
+ "close": "Κλείσιμο",
+ "done": "Done"
+ },
+ "donation": {
+ "thank_you_for_your_donation_start": "Web monetization is enabled on this website. Thank you for your donation. You have donated",
+ "thank_you_for_your_donation_end": "so far",
+ "web_monetization_text": "Ushahidi deployments are now web monetization enabled. Web monetization is a way of supporting the websites you love without playing advertisers game. All you need is to get your browser setup. Click the link below to learn how you can donate.",
+ "how_can_i_donate": "How can I donate?"
+ }
+ },
+ "nav": {
+ "open_menu": "Open menu",
+ "my_account": "My account",
+ "404": "Ώπα...",
+ "about": "Σχετικά",
+ "activity": "Δραστηριότητα",
+ "add_post": "Προσθήκη Ανάρτησης",
+ "account_settings": "Ρυθμίσεις Λογαριασμού",
+ "alerts": "Ειδοποιήσεις ",
+ "all": "Όλα",
+ "author_tagline": "Από {{Συγγραφέας}}",
+ "appearance": "Εμφάνιση ",
+ "back": "Πίσω",
+ "category": "Κατηγορία ",
+ "categories": "Κατηγορίες ",
+ "clear": "Clear",
+ "collections": "Συλλογές",
+ "comments": "Σχόλια ",
+ "data_sources": "Data Sources",
+ "data_import": "Εισαγωγή δεδομένων ",
+ "deployment_not_found": "Deployment Not Found",
+ "deselect": "Αποεπίλεξε",
+ "edit_profile": "Edit Profile",
+ "edit_post_type": "Edit Survey",
+ "everyone": "Everyone",
+ "export": "Εξαγωγή",
+ "forbidden": "Access Denied",
+ "dashboard": "Dashboard",
+ "delete": "Διαγραφή",
+ "edit": "Edit",
+ "filters": "Φίλτρα",
+ "forgotyourpassword": "Forgot your password?",
+ "resetpassword": "Reset password",
+ "resetmypassword": "Reset my password",
+ "forms": "Forms",
+ "help": "Βοήθεια",
+ "home": "Home",
+ "login": "Log in",
+ "logout": "Log out",
+ "login_register": "Log in / Sign up",
+ "help_support": "Help & Support",
+ "registration": "Sign up",
+ "register": "Sign up",
+ "map_settings": "Map Settings",
+ "more": "More",
+ "notifications": "Ειδοποιήσεις",
+ "receive_notifications": "Receive notifications",
+ "only_author": "Only the author",
+ "only_you": "Only you",
+ "people": "People",
+ "permissions": "Άδειες",
+ "plan_settings": "Plan",
+ "please_wait_loading": "Παρακαλώ περιμένετε. Φορτώνει...",
+ "plugins": "Plugins",
+ "posts": "Posts",
+ "posts_and_entities": "Έρευνες",
+ "profile": "Το Προφίλ μου",
+ "role": "Ρόλος",
+ "roles": "Ρόλοι",
+ "webhook": "Webhook",
+ "webhooks": "Webhooks",
+ "saved_searches": "Saved Searches",
+ "search": "Αναζήτηση",
+ "select_all": "Επίλεξε Όλα ",
+ "selected_items": "{{selectedItems}} selected",
+ "settings": "Ρυθμίσεις ",
+ "survey_settings": "Survey settings",
+ "tags": "Κατηγορίες",
+ "today": "Today",
+ "general": "General Settings",
+ "type": "Type",
+ "unknown": "Unknown",
+ "unselect_all": "Unselect All",
+ "user": "Χρήστης",
+ "users": "Χρήστες",
+ "views": "Views",
+ "yesterday": "Yesterday",
+ "map": "Map",
+ "data": "Data",
+ "feed": "Data"
+ },
+ "views": {
+ "map": "Map",
+ "list": "Χρονολόγιο ",
+ "activity": "Δραστηριότητα",
+ "data": "Data"
+ },
+ "share": {
+ "share_deployment": "Share deployment",
+ "share_post": "Share post",
+ "web_address": "You survey's web address",
+ "embed_on_websites": "HTML embed on websites",
+ "copied": "Copied!",
+ "share_on_twitter": "Share on Twitter",
+ "share_on_facebook": "Share on Facebook"
+ },
+ "post": {
+ "post_count": "{{count}} posts",
+ "see_more_plural": "Δείτε {{newPostsCount}} νέες αναρτήσεις",
+ "see_more_singular": "Δείτε {{newPostsCount}} νέα ανάρτηση",
+ "add_to_form": "Προσθήκη σε [Φόρμα]",
+ "posts": "Αναρτήσεις",
+ "post_title": "Post title",
+ "post_desc": "Post description",
+ "there_are_no_posts": "Δεν υπάρχουν Αναρτήσεις ",
+ "in_this_deployment": "in this deployment, yet.",
+ "posts_total": "{{posts}} of {{total_nb}} posts",
+ "posts_total_map": "Displaying {{posts}} of {{total_nb}} posts with location information on the map.",
+ "search_results": "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": "Η Εργασία Ολοκληρώθηκε ",
+ "everyone": "Everyone",
+ "just_you": "Μόνο Εσύ ",
+ "specific_roles": "Συγκεκριμένοι Ρόλοι ",
+ "can_see_this": "can see this",
+ "add_post_type": "Add {{form_name}}",
+ "edit_post_type": "Edit {{form_name}}",
+ "post": "Ανάρτηση",
+ "message": "Μήνυμα ",
+ "message_thread": "Αλληλουχία Μηνυμάτων ",
+ "all_posts": "All posts",
+ "no_search_results": "Η αναζήτησή σας δεν αντιστοιχεί σε καμία από τις δημοσιεύσεις",
+ "no_search_results_location": "Your search didn't match any posts with location information",
+ "no_posts_yet": "Δεν υπάρχουν Αναρτήσεις ακόμη!",
+ "no_posts_yet_location": "There are no posts with location information yet!",
+ "add_first_post": "Πρόσθεσε την 1η Ανάρτηση",
+ "create_post": "Δημιουργία Ανάρτησης",
+ "create": "Create",
+ "change": "Change",
+ "posted_by": "Αναρτήθηκε από",
+ "draft": "Under review",
+ "archived": "Archived",
+ "edited_by": "Τροποποιήθηκε από ",
+ "export": "Εξαγωγή",
+ "select_all": "Επίλεξε Όλα ",
+ "unselect_all": "Unselect All",
+ "per_page": "{{count}} posts",
+ "post_details": "Post Details",
+ "steps": "This post's tasks",
+ "mark_complete": "Mark as Complete",
+ "complete": "Complete",
+ "type_details": "{{type}} Details",
+ "edit_post": "τροποποίησε την ανάρτηση",
+ "history": "History",
+ "hide_form": "Hide {{form}}",
+ "hide_unknown_form": "Απόκρυψη Άγνωστου",
+ "publish": "Publish to...",
+ "publish_for_you": "You",
+ "publish_for_everyone": "Everyone",
+ "published": "Δημοσιεύτηκε",
+ "unpublished": "Unpublished",
+ "published_by": "Δημοσιεύτηκε από",
+ "can_see_this_post": "Μπορείς να δεις αυτή την ανάρτηση",
+ "categories": "Κατηγορίες",
+ "status": "Κατάσταση",
+ "type": "Τύπος",
+ "view": "View",
+ "step": "Εργασία",
+ "update": "Επικαιροποίηση",
+ "options": "Επιλογές",
+ "complete_draft": "Complete (Draft)",
+ "complete_published": "Complete (Published)",
+ "structure": "Structure",
+ "source": "via {{source}}",
+ "visible_to_public": "This post is visible to the public",
+ "visible_to_you": "This post is visible to just you and admins",
+ "visible_to_roles": "This post is visible to {{roles}}",
+ "show_only_form": "Show only {{form}}",
+ "show_only_unknown_form": "Show only Unknown",
+ "delete_post": "Διαγραφή ανάρτησης ",
+ "delete_this_post": "Διαγραφή αυτής της ανάρτησης ",
+ "delete_post_desc": "If you delete this post, all of its comments will also be deleted. Proceed with caution.",
+ "read_more": "Read more",
+ "post_actions": {
+ "edit": "Edit",
+ "delete": "Διαγραφή",
+ "export": "Εξαγωγή",
+ "put_under_review": "Put under review",
+ "archive": "Archive",
+ "publish": "Publish"
+ },
+ "created_at": "Created at",
+ "updated_at": "Last updated at",
+ "author": "Author",
+ "post_date": "Post date",
+ "change_author": "Change author",
+ "status_published": "Published",
+ "status_review": "Under review",
+ "status_archived": "Archived",
+ "unknown_posts": "Unknown posts",
+ "my_posts": "My posts",
+ "unstructured_posts": "Unstructured posts",
+ "published_posts": "Published posts",
+ "all_posts_desc": "All posts",
+ "published_posts_desc": "Όλες οι δημοσιεύσεις",
+ "unstructured_posts_desc": "Unstructured posts",
+ "my_posts_desc": "Your posts",
+ "unknown_posts_desc": "Posts with no assigned survey",
+ "image_is_required": "Image is required",
+ "image_max_size": "Image exceed max file size",
+ "locking": {
+ "unlocked": "Post successfully unlocked",
+ "unlock": "Unlock",
+ "lock_broken_by_other": "Η δημοσίευσή σας έχει ξεκλειδωθεί. Οι τρέχουσες, μη αποθηκευμένες αλλαγές, θα χαθούν.",
+ "locked_message": "Αυτή η ανάρτηση είναι κλειδωμένη επειδή {{χρήστης}} εργάζεται σε αυτή, τώρα. Προσπάθησε να διορθώσεις άλλη ανάρτηση ",
+ "locked_tooltip": "This post is being edited by someone else. Please try again later."
+
+ },
+ "modify": {
+ "intro": "Επιλογή Έρευνας",
+ "no_task_values": "Δεν υπάρχουν προς το παρόν αξίες για αυτή τη δράση",
+ "create_type": "Create {{type}}",
+ "edit_type": "Edit {{type}}: {{title}}",
+ "add_a_post": "Πρόσθεσε μια δημοσίευση",
+ "add_to_survey": "Add to this survey",
+ "edit_post": "Edit {{title}}",
+ "change_type": "Αλλαγή τύπου",
+ "incomplete_step": "Για να δημοσιεύσετε μια ανάρτηση, όλες οι απαιτούμενες εργασίες πρέπει να επισημανθούν ως ολοκληρωμένες. Η απαιτούμενη εργασία {{stage}} δεν έχει ακόμη ολοκληρωθεί",
+ "save_post": "Αποθήκευσε Ανάρτηση ",
+ "publish": "Δημοσιεύτηκε σε...",
+ "publish_to": "Publish to {{role}}",
+ "published_to": "Published to {{role}}",
+ "unpublish": "Επαναφορά στο σχέδιο",
+ "everyone": "Καθένας/Καθεμία",
+ "back": "Back",
+ "contact_info": "Καταχωρίστε τα στοιχεία επικοινωνίας σας (προαιρετικά)",
+ "author_realname": "Όνομα",
+ "author_email": "Email Address",
+ "bulk_actions": "Μαζικές ενέργειες",
+ "form": {
+ "categories": "Κατηγορίες",
+ "description": "Περιγραφή ",
+ "location": "Τοποθεσία",
+ "title": "Τίτλος",
+ "link": {
+ "name": "Όνομα συνδέσμου",
+ "url": "Url Συνδέσμου",
+ "add_link": "Προσθήκη συνδέσμου"
+ }
+ }
+ },
+ "preview": {
+ "private": "private",
+ "public": "δημόσιο",
+ "read_more": " ... Read More",
+ "tags": "Κατηγορίες",
+ "post_actions": {
+ "post_actions": "Post Actions",
+ "select": "select",
+ "edit": "τροποποίηση",
+ "set": "set",
+ "publish": "publish",
+ "unpublish": "αδημοσίευτο",
+ "delete": "διαγραφή"
+ }
+ },
+ "messages": {
+ "by_sms": "By SMS",
+ "by_email": "By Email",
+ "by_twitter": "By Twitter",
+ "reply": "Reply to Message thread",
+ "send": "Send New Message",
+ "save": "Save",
+ "simple_send": "Αποστολή",
+ "title": "Conversation with author",
+ "associated_messages": "View messages associated with this post",
+ "show_only_incoming": "Show only {{provider}} not assigned to a survey yet",
+ "imported_by": "{{messages}} imported by this deployment",
+ "Twitter": "Twitter",
+ "Email": "Email Address",
+ "SMS": "SMS",
+ "previous_page": "<< Previous page",
+ "next_page": "Next page >>",
+ "empty_message_error": "You must add a message",
+ "no_messages": "There are no messages yet. Start a conversation with the author by sending a message below."
+ },
+ "valid": {
+ "no_changes": "Δεν έχετε κάνει αλλαγές",
+ "invalid_state": "H παρούσα ανάρτηση βρίσκεται αυτή τη στιγμή σε άκυρη κατάσταση. Θα χρειαστεί να ολοκληρώσετε όλες τις απαιτούμενες εργασίες για να μπορέσετε να δημοσιεύσετε εκ νέου αυτή την ανάρτηση. Μπορείτε να ολοκληρώσετε τις απαραίτητες εργασίες ή να δώσετε στην ανάρτησή σας διαφορετική κατάσταση, όπως \"υπό εξέταση\".",
+ "validation_fail": "Required fields are missing, these fields are marked with an *.",
+ "validation_fail_other": "There was an error validating the data. Fields failing validation will display an error.",
+ "title": {
+ "required": "A title is required",
+ "minlength": "Title is too short",
+ "maxlength": "Ο τίτλος είναι υπερβολικά μεγάλος"
+ },
+ "label": {
+ "required": "Απαιτείται ένα όνομα"
+ },
+ "content": {
+ "required": "Η περιγραφή δεν μπορεί να είναι κενή"
+ },
+ "tags": {
+ "required": "Απαιτούνται Κατηγορίες"
+ },
+ "values": {
+ "required": "\"{{label}}\" is required",
+ "parse": "\"{{label}}\" could not be parsed",
+ "date": "\"{{label}}\" must be a date",
+ "number": "\"{{label}}\" must be a number",
+ "step": "\"{{label}}\" must be an integer"
+ },
+ "author_name": {
+ "maxlength": "΄Το όνομα είναι υπερβολικά μεγάλο"
+ },
+ "author_email": {
+ "email": "Invalid email"
+ }
+ },
+ "media": {
+ "enter_a": "Enter a",
+ "youtube": "Youtube",
+ "current_url": "Τρέχουσα Εικόνα",
+ "add_caption": "Add caption",
+ "upload": "Ανέβασμα",
+ "add_photo": "Add photo",
+ "add_audio": "Add audio",
+ "add_document": "Add document",
+ "retry" : "Retry",
+ "delete_photo": "Διαγραφή φωτογραφίας",
+ "replace_image": "Αντικατάσταση Εικόνας",
+ "error_in_upload": "Your image is too large (maximum size is 1MB) or has the wrong format (allowed formats are gif, png, jpg and jpeg), please check and try again!",
+ "messages": {
+ "max_size" : "Your file is too large.",
+ "max_files" : "You have exceeded the maximum number of files.",
+ "required" : "Media is required.",
+ "invalid_type" : "Unsupported file type."
+ },
+ "status" : {
+ "uploading" : "Uploading...",
+ "upload_complete" : "Upload Complete!",
+ "upload_failed" : "Upload failed!"
+ }
+ },
+ "video": {
+ "enter_a_url": "Enter a video URL from Youtube or Vimeo."
+ },
+ "unstructured": {
+ "add_survey": {
+ "info": "This post hasn't yet been assigned to a survey within your deployment. That's because it was submitted via {{source}}, which doesn't provide a way for the author to add their post to a specific survey.",
+ "choose": "Σε ποια έρευνα θέλετε να προσθέσετε αυτήν την ανάρτηση;",
+ "title": "Προσθέστε αυτή την ανάρτηση σε μια έρευνα",
+ "save_and_edit": "Add to survey & edit"
+ },
+ "survey_title": "Unknown Survey"
+ },
+ "relation": {
+ "search": "Αναζήτηση"
+ },
+ "location": {
+ "location": "Τοποθεσία",
+ "you_can_search_or_click": "You can search or click the area of map where you want to place the marker.",
+ "search_address": "Search for addresses, place names, or coordinates...",
+ "nothing_found": "Nothing found",
+ "errors": {
+ "empty_lat": "Latitude is empty field",
+ "empty_lng": "Longitude is empty field",
+ "decimal_lat": "Latitude only decimal number",
+ "decimal_lng": "Longitude only decimal number"
+ }
+ }
+ },
+ "role": {
+ "are_you_sure_you_want_to_delete_role": "Are you sure you want to delete role {{roleName}}?",
+ "add_role": "Προσθήκη Ρόλου ",
+ "edit_role": "Επεξεργασία Ρόλου ",
+ "name": "Όνομα",
+ "description": "Περιγραφή ",
+ "placeholder": {
+ "name": "Enter role name",
+ "description": "Enter role description"
+ },
+ "save": "Αποθήκευση Ρόλου ",
+ "save_add_another": "Αποθήκευση και Προσθήκη Άλλου",
+ "permissions": "Permissions",
+ "delete": "Διαγραφή",
+ "delete_role": "Delete this role",
+ "delete_role_desc": "If you delete this role, all of the users assigned to it will be assigned default permissions. Proceed with caution.",
+ "everyone": "Everyone",
+ "just_you": "Μόνο Εσύ ",
+ "only_me": "Only me"
+ },
+ "webhook": {
+ "add_webhook": "Add Role",
+ "edit_webhook": "Edit Role",
+ "uuid": "Webhook UUID",
+ "name": "Όνομα",
+ "shared_secret": "Shared Secret",
+ "url": "API URL",
+ "entity_type": "Entity Type",
+ "event_type": "Event Type",
+ "save": "Αποθήκευση Ρόλου ",
+ "save_add_another": "Αποθήκευση και Προσθήκη Άλλου",
+ "delete": "Διαγραφή",
+ "delete_webhook": "Delete this webhook",
+ "delete_webhook_desc": "If you delete this webhook, all associated webhook events will be lost. Proceed with caution."
+ },
+ "saved_search": {
+ "visible_to_public": "Αυτή η αποθηκευμένη έρευνα είναι δημόσια ορατή",
+ "visible_to_you": "This Saved Search is visible to just you and admins",
+ "visible_to_roles": "This Saved Search is visible to {{roles}}",
+ "featured": "Featured",
+ "featured_tooltip": "Featured searches appear to all users in
the \"Saved Searches\" menu"
+ },
+ "collection": {
+ "visible_to_public": "Αυτή η Συλλογή είναι ορατή στο κοινό",
+ "visible_to_you": "This Collection is visible to just you and admins",
+ "visible_to_roles": "Αυτή η Συλλογή είναι ορατή σε {{ρόλοι}}",
+ "validation": {
+ "required": {
+ "name": "Collection name is required"
+ }
+ },
+ "errors": {
+ "permissions": "You do not have permission to view this collection"
+ }
+ },
+ "set": {
+ "by": "από",
+ "clear_search": "Εκκαθάριση Αναζήτησης ",
+ "create_collection": "Δημιουργία Συλλογής ",
+ "create_new": "Δημιουργία Νέου",
+ "create_savedsearch": "Create Saved Search",
+ "description": "Περιγραφή ",
+ "delete_collection": "Delete this collection",
+ "delete_savedsearch": "Διέγραψε αυτή την Αποθηκευμένη Έρευνα",
+ "default_viewing_mode": "Default viewing mode",
+ "edit_collection_settings": "Edit Collection",
+ "edit_search_settings": "Edit Saved Search",
+ "featured": "Featured",
+ "featured_collection": "This collection is featured",
+ "featured_collection_tooltip": "Featured Collections appear to all users in
the \"Collections\" menu",
+ "find_a_collection": "Βρες μια Συλλογή",
+ "find_a_saved_search": "Find a saved search...",
+ "delete_saved_searches": "Διέγραψε Αποθηκευμένες Έρευνες",
+ "add_to_collection": "Add to Collection",
+ "empty_list_collections": "No collections",
+ "empty_list_savedsearches": "No saved searches",
+ "collection_name": "Όνομα Συλλογής",
+ "name_your_collection": "Ονόμασε τη Συλλογή σου",
+ "name_savedsearch": "Saved Search name",
+ "visible_to_collection": "Who can see this Collection",
+ "visible_to_savedsearch": "Ποιοι μπορούν να δουν αυτή την αποθηκευμένη έρευνα",
+ "reset_savedsearch": "Reset Search",
+ "save_set": "Save Collection",
+ "save_savedsearch": "Save Search",
+ "update_savedsearch": "Επικαιροποίηση Αναζήτησης ",
+ "edit_savedsearch": "Edit Search",
+ "set_settings": "Collection Settings",
+ "add_notification": "Add Notification",
+ "remove": "remove",
+ "update_saved_filter": "Update Saved Filter",
+ "create_saved_filter": "Create Saved Filter",
+ "collection_saved": "Collection saved.",
+ "collection_updated": "Collection updated.",
+ "collection_description": "You can add posts to your collection from the Data view"
+ },
+ "category": {
+ "add_tag": "Προσθήκη Κατηγορίας ",
+ "save_add_another": "Αποθήκευση και Προσθήκη Άλλου\n",
+ "delete_category": "Delete category",
+ "delete_this_category": "Διέγραψε αυτή την Κατηγορία",
+ "delete_category_desc": "If you delete this category, it will no longer be associated with any posts. Proceed with caution.",
+ "show_categories": "Δείξε Διαθέσιμες Κατηγορίες ",
+ "child_permissions": "Permissions for this category are managed by the parent category.",
+ "which_categories": "Which categories should be available?",
+ "select_all": "Επίλεξε Όλα ",
+ "choose_roles": "Choose Roles",
+ "create_tag": "Δημιουργία Κατηγορίας",
+ "saved_tag": "Η Κατηγορία Αποθηκεύτηκε ",
+ "deleted_tags": "Οι Κατηγορίες διαγράφηκαν",
+ "manage_tags": "Διαχείριση Κατηγοριών",
+ "edit_tag": "Edit Category",
+ "validation": {
+ "required": {
+ "name": "Category name is required"
+ }
+ },
+ "editor": {
+ "name": "Όνομα Κατηγορίας",
+ "slug": "Category Link",
+ "slug_help": "Αν μείνει κενό, θα δημιουργηθεί αυτόματα από το όνομα της κατηγορίας.",
+ "description": "Περιγραφή ",
+ "type": "Type",
+ "color": "Icon Color",
+ "icon": "Όνομα Εικόνας",
+ "roles_help": "Only selected roles will be able to view this category."
+ },
+ "placeholder": {
+ "name": "Enter name",
+ "descriptions": "Enter description...",
+ "choose_parent_category": "Choose parent category..."
+ },
+ "types": {
+ "category": "Κατηγορία ",
+ "status": "Κατάσταση"
+ },
+ "delete": "Διαγραφή",
+ "parent_category": "Parent category"
+ },
+ "tool": {
+ "manage_forms": "Διαχείριση Φορμών ",
+ "manage_tags": "Διαχείριση Κατηγοριών ",
+ "manage_users": "Διαχείριση Χρηστών ",
+ "manage_roles": "Manage Roles",
+ "manage_webhooks": "Ημερομηνία Λήξης ",
+ "manage_views": "Manage Views",
+ "manage_map_settings": "Manage Map Settings",
+ "manage_appearance_settings": "Manage Appearance Settings",
+ "manage_plugins": "Manage Plugins",
+ "appearance_settings": "Appearance Settings",
+ "map_settings": "Ρυθμίσεις Χάρτη ",
+ "site_settings": "Site Settings",
+ "settings": "Ρυθμίσεις ",
+ "tools": "Εργαλεία"
+ },
+ "map_settings": {
+ "admin_map_settings": "Map Settings",
+ "saved_map_settings": "Οι Ρυθμίσεις του Χάρτη Αποθηκεύτηκαν "
+ },
+ "settings": {
+ "api_key": "API Key",
+ "api_key_desc": "The API Key is unique to your deployment, it can be used to allow third party systems to interact with your Ushahidi deployment.",
+ "appearance": "Appearance Settings",
+ "continue": "Συνέχισε ",
+ "create": "Δημιουργία Νέας Έρευνας",
+ "create_open_or_targeted": "Create an open or targeted survey to gather information about Ushahidi.",
+ "current_header": "Τρέχουσα εικόνα φόντου",
+ "customize_your_new_deployment": "Customize your new deployment",
+ "embed": "Embed",
+ "embed_info": "To embed your map on another site use the code snippet below.",
+ "settings_list": {
+ "general": "Ρυθμίσεις ",
+ "general_desc": "Αλλάξτε το όνομα, την περιγραφή, το λογότυπο και άλλες λεπτομέρειες της εγκατάστασης.",
+ "surveys": "Έρευνες",
+ "surveys_desc": "Δημιουργήστε και διαμορφώστε τις έρευνες που συλλέγει η ανάπτυξη σας.",
+ "data_sources": "Data Sources",
+ "data_sources_desc": "Ρυθμίστε μηνύματα ηλεκτρονικού ταχυδρομείου, SMS και κανάλια μέσων κοινωνικής δικτύωσης που βοηθούν στην ανάπτυξη συλλογής δεδομένων έρευνας.",
+ "import": "Εισαγωγή ",
+ "import_desc": "Upload survey data to your deployment from a CSV file.",
+ "user_settings": "Configure HDX API",
+ "user_settings_desc": "Configure your API so that your tagged Ushahidi data can be uploaded to your Humanitarian Data Exchange (HDX) account.",
+ "export": "Εξαγωγή δεδομένων ",
+ "export_hxl": "Export and tag data",
+ "export_desc_hxl": "Export your data as a CSV file or assign tags and attributes to your data and upload directly to a Humanitarian Data Exchange (HDX) account or export as a tagged CSV file.",
+ "export_desc": "Εξήγαγε όλα τα δεδομένα σου ως ένα αρχείο CSV ή διάλεξε συνηθισμένα πεδία για εξαγωγή",
+ "users": "Χρήστες",
+ "users_desc": "Create and manage the people that contribute to your deployment.",
+ "roles": "Ρόλοι",
+ "roles_desc": "Δημιούργησε και διαχειρίσου τον τύπο των αδειών που θα έχουν οι χρήστες στην εφαρμογή",
+ "categories": "Κατηγορίες",
+ "categories_desc": "Create and manage the categories people can put posts into for improved organization.",
+ "webhooks": "Webhooks",
+ "webhooks_desc": "Create webhooks that send Ushahidi Platform data to external applications when specific events are triggered.",
+ "plans": "Plans",
+ "plan_desc": "Your deployment's current plan is {{current_plan}}.",
+ "donation": "Donation",
+ "donation_desc": "Create and manage the donations people can make towards your organisation."
+ },
+ "general_settings": {
+ "generate_api_key": "Generate API Key",
+ "private_settings": "Private settings:",
+ "api_key": "API Key",
+ "placeholder": {
+ "pick_location": "Pick Location..."
+ }
+ },
+ "user_settings": {
+ "user_settings_desc_1": "Here you can add your unique API key for your Humanitarian Data Exchange (HDX) account.",
+ "user_settings_desc_2": "Once set up, this will enable you to upload data directly to a Humanitarian Data Exchange (HDX) account.",
+ "user_settings_desc_3": "You can find your API key on your Humanitarian Data Exchange (HDX) profile once you're logged in.",
+ "view_guide": "View the guide to your API key",
+ "hdx_maintainer_id": "HDX Maintainer Id",
+ "api_key": "Api key",
+ "profile_page": "Found on your Humanitarian Data Exchange (HDX) profile page",
+ "valid_key": "A valid key is required",
+ "valid_user": "A valid maintainer id is required",
+ "api_key_saved": "API key saved! You can now tag your data and upload to a Humanitarian Data Exchange (HDX) account.",
+ "start_tagging": "Start tagging data",
+ "HDX": "Humanitarian Data Exchange",
+ "please_enter_maintainer_id": "Please enter maintainer id",
+ "please_enter_api_key": "Please enter API key",
+ "hdx_maintainer_id_min_length": "HDX Maintainer Id is too short",
+ "api_key_min_length": "API key is too short"
+ },
+ "webhooks": {
+ "use_webhook_for": "Use webhook for",
+ "enable_source_destination": "Enable Source and Destination Fields",
+ "enable_source_destination_desc": "This webhook will only be applied to Surveys of the selected type.",
+ "destination": "Προορισμός",
+ "placeholder": {
+ "name": "Please enter webhook name",
+ "shared_secret": "Please enter shared secret",
+ "api_url": "Please enter api url"
+ },
+ "validation": {
+ "required": {
+ "name": "Webhook name is required",
+ "shared_secret": "Shared secret key is required",
+ "api_url": "API URL required",
+ "event_type": "Event type is required",
+ "event_entity": "Event entity is required"
+ },
+ "please_provide_valid_api_url": "Please provide valid API URL with http(s)://",
+ "secret_key_cannot_be_less_start": "Shared secret key can not less than",
+ "secret_key_cannot_be_less_end": "characters"
+ }
+ },
+ "data_sources": {
+ "choose_data_source": "Choose Data Source...",
+ "type_of_data_source": "Type of Data Source",
+ "provider_name": "{{providerName}} Data Source?",
+ "do_you_really_want_to_disconnect": "Do you really want to disconnect your provider?",
+ "add_source": "Add source",
+ "associate_with_form": "Import to survey",
+ "associate_with_form_desc": "All incoming data from {{provider}} will be used to create responses to the survey you choose",
+ "data_sources": "Data Sources",
+ "enable_provider_message": "Accept survey submissions from this source",
+ "hint_turn_on_off": "Μπορείτε να διαμορφώσετε επιλογές για πηγές δεδομένων και, στη συνέχεια, να ενεργοποιήσετε και να απενεργοποιήσετε τις πηγές",
+ "hint_plugin_needs_configuring": "Πρέπει να διαμορφώσετε αυτή την πηγή δεδομένων, πριν την ενεργοποιήσετε.",
+ "provider_options": "Options",
+ "configure": "Ρύθμιση",
+ "options": "Επιλογές",
+ "saving_changes": "Saving",
+ "unavailable": "The datasource {{value}} is unavailable. Upgrade your plan to get it!",
+ "email": {
+ "incoming_server_type": "Incoming Server Type",
+ "incoming_server_type_pop": "POP",
+ "incoming_server_type_imap": "IMAP",
+ "incoming_server": "Incoming Server",
+ "incoming_server_desc": "Examples: mail.yourwebsite.com, imap.gmail.com, pop.gmail.com",
+ "incoming_server_port": "Incoming Server Port",
+ "incoming_server_port_desc": "Common ports: 110 (POP3), 143 (IMAP), 995 (POP3 with SSL), 993 (IMAP with SSL)",
+ "incoming_server_security": "Incoming Server Security",
+ "server_security_none": "Κανένα",
+ "server_security_SSL": "SSL",
+ "server_security_TLS": "TLS",
+ "incoming_username": "Εισερχόμενο Username",
+ "username_desc": "Username Λογαριασμού Email",
+ "incoming_password": "Incoming Password",
+ "password_desc": "Email account password",
+ "outgoing_server_type": "Outgoing Server Type",
+ "outgoing_server_type_SMTP": "SMTP",
+ "outgoing_server_type_sendmail": "sendmail",
+ "outgoing_server_type_native": "Native",
+ "outgoing_server": "Outgoing Server",
+ "outgoing_server_desc": "Examples: smtp.yourhost.com, smtp.gmail.com",
+ "outgoing_server_port": "Εξερχόμενη θύρα διακομιστή",
+ "outgoing_server_port_desc": "Common ports: 25 (SMTP default), 465 (SMTP with SSL)",
+ "outgoing_server_security": "Εξερχόμενη ασφάλεια διακομιστή",
+ "outgoing_username": "Εξερχόμενο Username",
+ "outgoing_password": "Outgoing Password",
+ "email_address": "Διεύθυνση e-mail ",
+ "email_sender_name": "Όνομα αποστολέα αλληλογραφίας",
+ "email_sender_name_desc": "Appears in the 'from:' field on outgoing emails"
+ },
+ "sms": {
+ "secret": "Secret",
+ "api_key_desc": "The API key",
+ "frontline_sms": {
+ "api_key": "Key",
+ "secret_desc": "Ορίστε ένα μυστικό ώστε μόνο εξουσιοδοτημένοι λογαριασμοί FrontlineCloud να μπορούν να στέλνουν / λαμβάνουν μήνυμα. Πρέπει να ρυθμίσετε το ίδιο μυστικό στη δραστηριότητα FrontlineCloud."
+ },
+ "nexmo": {
+ "from": "From",
+ "from_desc": "The from number",
+ "secret_desc": "The secret value",
+ "api_key": "API Key",
+ "api_secret": "API secret",
+ "api_secret_desc": "The API secret"
+ },
+ "smssync": {
+ "intro_step_1": "Step 1: Download the 'SMSSync' app from the Android Market.",
+ "intro_step_1_desc": "Σάρωση αυτού του QR κώδικα με το τηλέφωνό σας για να κατεβάσετε την εφαρμογή από το Android Market",
+ "intro_step_2": "Step 2: Android App Settings",
+ "intro_step_2_desc": "Turn on SMSSync and use the following link as the Sync URL:",
+ "secret_desc": "Ορίστε ένα μυστικό, ώστε μόνο εξουσιοδοτημένες συσκευές SMSSync να μπορούν να στέλνουν / λαμβάνουν μηνύματα. Πρέπει να διαμορφώσετε το ίδιο μυστικό στην εφαρμογή SMSSync"
+ },
+ "twilio": {
+ "phone_nb": "Τηλεφωνικός αριθμός",
+ "phone_nb_desc": "The from phone number. A Twilio phone number enabled for the type of message you wish to send.",
+ "account_sid": "Λογαρισμός SID",
+ "account_sid_desc": "The unique id of the Account that sent this message.",
+ "auth_token": "Auth Token",
+ "sms_auto_response": "SMS Auto response"
+ }
+ },
+ "twitter": {
+ "intro_step_1": "Step 1: Create a new Twitter application:
Twitter applications may take a few hours or days to be approved by Twitter.
Please be aware of this if you need this data quickly.",
+ "intro_step_1_desc": "Create a new twitter application",
+ "intro_step_2": "Step 2: Generate a consumer key and secret",
+ "intro_step_2_desc": "Once you've created the application click on \"Keys and Access Tokens\".
Then click \"Generate Consumer Key and Secret\".
Copy keys, tokens and secrets into the fields below.",
+ "consumer_key": "Consumer Key",
+ "consumer_key_desc": "Add the consumer key from your Twitter app.",
+ "consumer_secret": "Consumer Secret",
+ "consumer_secret_desc": "Προσθέστε το consumer secret από την εφαρμογή Twitter.",
+ "access_token": "Access Token",
+ "access_token_desc": "Add the access token you generated for your Twitter app.",
+ "access_token_secret": "Access Token Secret",
+ "access_token_secret_desc": "Add the access secret that you generated for your Twitter app.",
+ "search_terms": "Twitter search terms",
+ "search_terms_desc": "Add search terms separated with commas"
+ }
+ },
+ "donation": {
+ "title": {
+ "label": "Donation title",
+ "placeholder": "Enter the title of your donation",
+ "required": "Donation title is required"
+ },
+ "description": {
+ "label": "Describe your donation",
+ "placeholder": "Enter text telling more about this donation"
+ },
+ "images": {
+ "label": "Donation images"
+ },
+ "wallet": {
+ "label": "Wallet address",
+ "placeholder": "Enter a wallet address e.g $ilp.uphold.com/example",
+ "required": "Donation wallet address is required"
+ },
+ "info": {
+ "start_one": "Please make sure you have your wallet set up on",
+ "start_two": "to set web monetization.",
+ "start_three": "If you don't have a wallet already please click",
+ "here": "here",
+ "end": "to create one."
+ }
+ },
+ "roles": {
+ "member": "Μέλος",
+ "admin": "Admin",
+ "manage_users": "Διαχείριση Χρηστών",
+ "manage_posts": "Διαχείριση αναρτήσεων",
+ "manage_settings": "Mangage Settings",
+ "bulk_data_import_and_export": "Bulk Data Import and Export",
+ "edit_their_own_posts": "Edit Their Own Posts",
+ "manage_collections_and_saved_searches": "Manage Collections and Saved Searches",
+ "delete_posts": "Delete Posts",
+ "delete_their_own_posts": "Delete Their Own Posts",
+ "registred_member": "Καταχωρισμένο μέλος",
+ "administrator": "Administrator",
+ "roles_description": "These options control what this type of role can make changes to. Visit our support guides to find out more."
+ },
+ "deployment_delete_this": "Delete this deployment",
+ "deployment_delete": "Delete deployment",
+ "deployment_delete_info": "If you delete this deployment, all of its data will also be deleted. Proceed with caution.",
+ "deployment_name": "Όνομα Εφαρμογής",
+ "deployment_logo": "Deployment logo",
+ "delete_logo": "Διαγραφή λογοτύπου",
+ "map_default_baselayer": "Default base layer",
+ "map_location_precision": "Map Precision Level",
+ "map_precise_to": "When hide location is enabled for a survey, locations will be precise to:",
+ "map_clustering": "Combine nearby posts",
+ "map_default_latitude": "Default latitude",
+ "map_default_longitude": "Default longitude",
+ "map_default_zoom_level": "Default zoom level",
+ "map_default_location": "Default location",
+ "new_survey": "New Survey",
+ "send_targeted": "Send a targeted survey via SMS",
+ "send_crowdsourced": "Go back to crowd-sourced survey",
+ "site": "Site Settings",
+ "site_email": "Contact email address",
+ "site_email_note": "Use caution, as this will be visible to anyone on your site.",
+ "site_description": "Describe your site",
+ "site_description_placeholder": "Μια προαιρετική φράση ως περιγραφή ",
+ "site_timezone": "Site timezone",
+ "site_language": "Site language",
+ "site_private": "Make this deployment private",
+ "site_private_desc": "Enabling this option makes your deployment and it’s data only accessible to registered users with the correct privileges, who must sign in for access",
+ "site_disable_registration": "Disable user sign up?",
+ "site_disable_registration_desc": "Checking this disables the registration feature. Admins will have to manually add users.",
+ "select_image": "Επίλεξε εικόνα",
+ "saved_settings": "Deployment settings saved!",
+ "saved_map_settings": "Map settings saved!",
+ "features": {
+ "features": "Χαρακτηριστικά",
+ "please_select_features": "Please select the features you would like to enable."
+ },
+ "generic_field_error": "Λανθασμένη Καταχώριση, παρακαλώ προσπαθήστε ξανά",
+ "skip": "Παράκαμψε αυτή την εργασία",
+ "add_first_post": "Πρόσθεσε την πρώτη σου Ανάρτηση",
+ "add_first_post_subtitle": "A deployment is nothing until it has some content in it.",
+ "invite_people": "Or invite people to help you create posts.",
+ "add_new_users": "Προσθήκη Νέων Χρηστών",
+ "valid": {
+ "name": {
+ "required": "Το όνομα του ιστότοπου απαιτείται",
+ "pattern": "Invalid format",
+ "minlength": "Site name is too short"
+ }
+ },
+ "bulk_actions": "Bulk actions"
+ },
+ "data_import": {
+ "survey_field": "Πεδίο Έρευνας",
+ "csv_column": "CSV column",
+ "choose_which_column": "Choose which CSV column should be assigned to each survey field",
+ "each_survey_field": "Each of the survey's fields are listed below. Choose the column from your CSV file that you'd like to use to populate each of those fields.",
+ "status_explanation": "Το Ushahidi αναγνωρίζει μία από τις τρεις καταστάσεις αναρτήσεων: \"Δημοσιεύθηκε\", \"Σε εξέλιξη\" και \"Αρχειοθετήθηκε\". Βεβαιωθείτε λοιπόν ότι κάθε είσοδος στη στήλη που επιλέγετε έχει λάβει μία από αυτές τις τρεις τιμές.",
+ "defined_column": "Defined by a column in your CSV file...",
+ "imported_posts_status": "Οι εισαγόμενες αναρτήσεις θα πρέπει να έχουν την κατάστασή τους ...",
+ "marked_as": "Marked as...",
+ "see_imported_posts": "Δείτε τις εισαγόμενες αναρτήσεις",
+ "import_another_csv": "Εισαγωγή άλλου Αρχείου CSV ",
+ "import_complete": "Your import is complete",
+ "import_error": "An error has occurred importing your CSV file.",
+ "complete_info": "The data from your CSV spreadsheet, {{filename}}, was successfully imported.",
+ "get_polling_info": "Get Polling Info",
+ "import_another": "Εισαγωγή άλλου Αρχείου CSV ",
+ "nearly_complete": "Your import is nearly complete",
+ "finish_info": "The data from your CSV spreadsheet is still being processed. You're welcome to leave this page or wait until the process is complete. Either way, we'll notify you when your data is ready.",
+ "next": "Next",
+ "configure_imported_posts": "Ρύθμιση των εισαγόμενων αναρτήσεων",
+ "configure_explanation": "Μέσω αυτής της διεπαφής μπορείτε να ορίσετε τιμές για τα πεδία έρευνας που δεν έχουν αντιστοιχιστεί σε καταχωρίσεις CSV. Αυτές οι τιμές θα είναι οι ίδιες για όλες τις εισαγόμενες αναρτήσεις.",
+ "import": "Εισαγωγή ",
+ "import_explanation_csv": "Εισαγάγετε τα δεδομένα από ένα υπολογιστικό φύλλο CSV ως αναρτήσεις που ανήκουν σε μια συγκεκριμένη έρευνα",
+ "import_explanation_file_size": "The size for a single file is limited to 10 MB",
+ "import_explanation_format_location_1": "Geographic locations should be included as separate latitude and longitude columns in your CSV",
+ "import_explanation_required_fields": "All required survey fields must have an associated value set in the CSV. For example, if the field title is required then the field must be mapped to a CSV column where all rows of that column have a value set",
+ "configure_posts": "Ρύθμιση αναρτήσεων",
+ "configure_all_imported_posts": "Ρύθμιση όλων των εισαγόμενων αναρτήσεων",
+ "csv": "CSV",
+ "file_csv": "CSV file",
+ "import_csv": "Εισαγωγή CSV",
+ "import_to": "Εισαγωγή σε",
+ "change_csv_file": "Change {{selectedfile}} CSV file",
+ "upload_csv_file": "Upload CSV file",
+ "choose_status_to_imported_posts": "Choose status to imported posts:",
+ "has_tasks_required_start": "Your survey",
+ "has_tasks_required_end": ", includes tasks that typically must be completed for each post before they can be marked 'published.' During this import, all of your imported posts will have their tasks marked as 'incomplete', while still allowing their status to be marked as 'published.' If you edit any of these posts after they've been imported, however, you'll be asked to complete those tasks before re-publishing them.",
+ "choose_csv_file": "Choose CSV file",
+ "organize_data": "Organize data",
+ "organize_your_imported_data": "Εκχωρήστε στήλες CSV για να καταχωρίσετε πεδία",
+ "assign_csv_message": "Εκχωρήστε στήλες CSV για να καταχωρίσετε πεδία",
+ "csv_instructions": "Καθένα από τα ονόματα στηλών από το αρχείο CSV σας παρατίθεται παρακάτω. Επιλέξτε το πεδίο {{form_name}} στο οποίο θέλετε να εισαχθεί κάθε στήλη.",
+ "csv_instructions_required_fields": "Fields marked with a [*] are required and must be assigned a value.",
+ "csv_column_name": "CSV column name",
+ "post_type_title": "{{form_name}} field name",
+ "leave_empty": "Leave empty",
+ "cancel_import": "Ακύρωση Εισαγωγής ",
+ "finish_import": "Ολοκλήρωση Εισαγωγής",
+ "which_survey": "ποια έρευνα; "
+ },
+ "data_export": {
+ "title": "Εξαγωγή Δεδομένων ",
+ "title_hxl": "Export and tag data",
+ "description": "Εξήγαγε όλα τα δεδομένα σου σε μορφή CSV ή διάλεξε συγκεκριμένα πεδία της έρευνας που θέλεις να εξάγεις",
+ "description_hxl": "Export all of your data from Ushahidi as a CSV, choose specific survey fields you want to export as a CSV or assign",
+ "export": "Εξαγωγή",
+ "export_history": "Εξαγωγή Ιστορικού",
+ "hxl_tags": "HXL tags",
+ "hxl_attributes": "HXL attributes",
+ "and_choose": "and choose to upload to an",
+ "HDX": "Humanitarian Data Exchange",
+ "account": "account or download as a HXL 'tagged' CSV file.",
+ "all": "Εξαγωγή Όλων των Δεδομένων ",
+ "select_fields": "Select fields",
+ "select_fields_title": "Επίλεξε πεδία για εξαγωγή...",
+ "select_fields_desc": "Αν δεν θέλετε να εξάγετε όλα τα δεδομένα σας ταυτόχρονα, μπορείτε να επιλέξετε συγκεκριμένα πεδία από κάθε έρευνα για εξαγωγή.",
+ "export_selected": "Εξαγωγή επιλεγμένων πεδίων ",
+ "cancel": "Cancel",
+ "export_progress": "Export in progress...
You can leave this page if you want. Your export will continue.
We will let you know when we're done.
",
+ "no_fields": "Ωχ ... πρέπει να επιλέξετε πρώτα μερικά πεδία για εξαγωγή.",
+ "expires": "Expires: {{expires}}",
+ "job": "Εξαγωγή CSV {{jobId}}",
+ "created": "Created: {{created}}",
+ "success": "Κατάσταση: Ολοκληρώθηκε",
+ "pending": "Κατάσταση: Σε αναμονή",
+ "failed": "Κατάσταση: Απέτυχε",
+ "queued": "Κατάσταση: Σε εξέλιξη",
+ "pending_hdx": "Pending HDX",
+ "exported_to_cdn": "Exported to CDN",
+ "tags_attributes": "Assign tags and attributes",
+ "hxl_apikey_alert_1": "It looks like you haven't set up your Humanitarian Data Exchange (HDX) API. Without this set up, you can't tag data and upload to a Humanitarian Data Exchange (HDX) account.",
+ "hxl_configure": "Configure HDX API",
+ "hxl_apikey_alert_2": "We strongly advide you set this up now in",
+ "hxl_apikey_alert_3": "before continuing as you won't be able to upload your data to HDX",
+ "hxl_title": "Assign your HXL tags and attributes, select fields and export or upload",
+ "hxl_desc": "Select specific fields from a survey, assign a tag per field and then choose to assign multiple attributes. Preview your tag and attributes in tag preview.",
+ "hxl_instructions_1": "You can then choose to export your tagged fields to a CSV file or upload to a",
+ "hxl_instructions_2": "Humanitarian Data Exchange (HDX)",
+ "hxl_instructions_3": "account that has been set up in",
+ "hxl_instructions_4": "Configure HDX API",
+ "hxl_instructions_5": "(found in settings menu).",
+ "hxl_instructions_6": "Visit the",
+ "hxl_instructions_7": "HXL tag assist",
+ "hxl_instructions_8": "for more information on how to choose the best HXL tags and attributes for your data or the",
+ "hxl_instructions_9": "HXL 'cheat sheet'",
+ "HXL_tags": "HXL tags",
+ "HXL_attributes": "HXL attributes",
+ "tag_preview": "Tag preview",
+ "upload_title": "Are you ready to upload to an Humanitarian Data Exchange (HDX) account?",
+ "hdx_csv_title": "Are you ready to export to CSV?",
+ "upload_desc": "You selected {{fields}} fields to upload to a Humanitarian Data Exchange (HDX) account.
You assigned tags and attributes - to check, you can go back. If you are done, you can add details and upload.
The Humanitarian Data Exchange (HDX) requires a few more details in order to upload to their system. You'll add these next",
+ "hdx_csv_desc": "You selected {{fields}} fields to export to CSV.
You assigned tags and attributes - to check these are correct, you can go back and check. If you're done, you can export.",
+ "upload_button": "Add dataset details and upload to hdx",
+ "export_button": "Export to csv",
+ "go_back": "Go back and check",
+ "add_details": "Add details",
+ "details_desc": "To upload to the Humanitarian Data Exchange (HDX) some extra details are required.",
+ "privacy_title": "Privacy Settings",
+ "privacy_desc": "You have a choice of sharing your dataset publicly or restricting access to other members of the organisation which owns the dataset.",
+ "this_dataset": "This data set is:",
+ "private_desc": "Private (Only you and other HDX members of your organisation can search, view/edit or download this dataset)",
+ "public_desc": "Public (Anyone can search, view/edit or download this dataset)",
+ "dataset": "Dataset Title & Description",
+ "dataset_desc": "When users search for data on HDX, their search terms will be matched to terms in your title. Avoid using abbreviations in the title which may not be familiar to all users. Also, avoid using words such as current, latest or previous when referring to the time period (e.g Latest 3W) as these terms become misleading as the dataset ages.",
+ "dataset_example": "Example dataset title: Who is Doing What Where in Afghanistan, Jan-Dec 2015",
+ "dataset_title": "Title of data set",
+ "metadata_title": "Metadata",
+ "metadata_desc": "Metadata is additional information about your dataset that will make it easier for others to understand and put your data into context. Datasets on HDX must include a set of metadata fields.",
+ "source": "Source",
+ "organisation": "Organisation",
+ "select_organisation": "Select an organisation",
+ "license": "License",
+ "add_license": "Add license",
+ "read_more_licenses": "Read more about licenses",
+ "submit_hdx": "Submit to HDX Account",
+ "uploading_data": "Uploading data...",
+ "uploading_data_desc": "The data upload to your Humanitarian Data Exchange (HDX) account is in progress...
You can navigate away from this page while this upload happens but please don't close the browser.",
+ "uploading_data_err": "Uh oh... Something went wrong when uploading your data, please check the required fields and your api-key and try again.",
+ "no_fields_selected": "You haven't selected any fields or assigned any hxl tags or attributes. Please select at least one field and assign at least one tag to be able to export to CSV or upload to a Humanitarian Data Exchange (HDX) account.",
+ "validation": {
+ "title": "A title is needed",
+ "source": "Source is needed",
+ "organisation": "An organisation is needed",
+ "license": "A license is needed",
+ "all_fields": "Please fill in all required fields"
+ }
+ },
+ "user": {
+ "are_you_sure_you_want_to_delete_this_account": "Are you sure you want to delete this account?",
+ "role_display": "Role: {{role}}",
+ "contact": "{{type}}: {{contact}}",
+ "add_user": "Προσθήκη Χρήστη",
+ "edit_user": "Επεξεργασία Χρήστη",
+ "update_password": "Επικαιροποίηση Συνθηματικού ",
+ "change_role": "Αλλαγή Ρόλου ",
+ "save": "Αποθήκευσε Χρήστη ",
+ "save_add_another": "Save & Add Another",
+ "show_all_roles": "Show All Roles",
+ "cannot_delete_yourself": "You cannot delete your own user",
+ "cannot_change_your_own_role": "You cannot change your own role",
+ "confirm_password": "Confirm Password",
+ "delete_user": "Διαγραφή Χρήστη",
+ "delete_this_user": "Διέγραψε αυτό το Χρήστη ",
+ "delete_user_desc": "If you delete this user, posts created by this user will no longer have author information. This cannot be undone. Proceed with caution.",
+ "edit_profile": "Edit Profile",
+ "save_profile": "Save Profile",
+ "cancel": "Ακύρωση",
+ "failed_attempts": "Failed attempts:",
+ "full_name": "Εμφανιζόμενο όνομα",
+ "never": "Never",
+ "no_full_name": "Δεν εμφανίζεται όνομα",
+ "number_of_users_shown": "Αριθμός Χρηστών που εμφανίζονται",
+ "per_page": "{{count}} Χρήστες",
+ "password": "Password",
+ "new_password": "New Password",
+ "register": "Register",
+ "role": "Role:",
+ "roles": "Ρόλοι",
+ "saved_user": "Ο Χρήστης αποθηκεύτηκε",
+ "deleted_user": "Ο Χρήστης διαγράφηκε",
+ "search_and_filter": "Αναζήτησε και Φίλτραρε Χρήστες",
+ "passwordreset_instructions": "Enter your email to request a password reset",
+ "passwordreset_confirm_instructions": "If your email exists in our database, you will receive a password recovery email soon.",
+ "forgot_instructions": "No worries! Submit your email and check your inbox for a reset link.",
+ "token": "Password reset token",
+ "password_hint": "Password should have at least 8 characters, one lowercase letter, one uppercase letter, one number and one symbol",
+ "password_length": "Password must be at least 8 characters long",
+ "password_match": "Passwords do not match",
+ "check_email": "Check your email",
+ "name_will_be_a_display_name": "The name you enter will be a display name.",
+ "valid": {
+ "fields": {
+ "email must be unique": "User with this email already exists"
+ },
+ "name": {
+ "required": "Display name is required",
+ "maxlength": "Display name is too long"
+ },
+ "email": {
+ "required": "Απαιτείται διεύθυνση e-mail",
+ "pattern": "This email address is invalid",
+ "maxlength": "This email address is too long",
+ "emailExists": "Email is already in use"
+ },
+ "password": {
+ "required": "Απαιτείται Συνθηματικό",
+ "minlength": "This password is too short",
+ "maxlength": "This password is too long",
+ "weak": "This password is very weak"
+ },
+ "token": {
+ "required": "Token is required"
+ }
+ },
+ "placeholder": {
+ "realname": "Enter your name...",
+ "email": "Enter email address...",
+ "password": "Enter password..."
+ },
+ "password_notify": "If you leave the field blank your password will not change",
+ "avatar": "Avatar",
+ "name": "Όνομα",
+ "email": "Email Address",
+ "search_by_name": "Search by name"
+ },
+ "user_profile": {
+ "title": "Ρυθμίσεις Λογαριασμού ",
+ "update_password": "Επικαιροποίηση συνθηματικού",
+ "update_success": "Το προφίλ σας ενημερώθηκε με επιτυχία. Ίσως χρειαστεί να αποσυνδεθείτε και να επιστρέψετε πριν να αντικατοπτριστούν όλες οι αλλαγές σας.",
+ "button": {
+ "save": "Save & close",
+ "cancel": "Cancel"
+ },
+ "nav": {
+ "account_settings": "Account settings",
+ "notifications_settings": "Notifications settings",
+ "delete_contact": {
+ "title": "Delete your",
+ "title_subject": {
+ "email": "Email Address",
+ "phone": "Τηλέφωνο"
+ },
+ "instructions": "Deleting means that from now you will not be able to receive notifications on your phone number. But you can switch notifications to a contact method below.",
+ "button": {
+ "delete": "Διαγραφή",
+ "cancel": "Cancel"
+ }
+ }
+ }
+ },
+ "user_create": {
+ "full_name": "Display Name",
+ "email": "Διεύθυνση e-mail ",
+ "role": "Ρόλος"
+ },
+ "notify": {
+ "api_key": {
+ "change_question": "Are you sure you want to change the API Key?"
+ },
+ "contact": {
+ "save_success": "Η Επαφή Αποθηκεύτηκε",
+ "delete_confirm": "Θέλεις να διαγράψεις το Λογαριασμό σου;",
+ "error_message": "An error occurred while trying to remove your account",
+ "destroy_success": "Ο Λογαριασμός αφαιρέθηκε επιτυχώς"
+ },
+ "default": {
+ "data_has_not_been_saved": "The data has not been saved!",
+ "proceed_warning": "This action cannot be undone. Please proceed with caution.",
+ "save_success": "Saved resource",
+ "save_error": "Unable to save resource, please try again",
+ "destroy_confirm": "Are you sure you want to delete this resource?",
+ "destroy_success": "Deleted resource",
+ "destroy_error": "Unable to delete resource, please try again",
+ "destroy_cancelled": "Delete cancelled",
+ "bulk_destroy_confirm": "Are you sure you want to delete {{count}} resources?",
+ "bulk_destroy_success": "Deleted resource",
+ "bulk_destroy_error": "Unable to delete resource, please try again",
+ "bulk_destroy_cancelled": "Delete cancelled",
+ "are_you_sure_you_want_to_delete_this": "Are you sure you want to delete this?"
+ },
+ "data_import": {
+ "see_imported_posts": "Δείτε τις εισαγόμενες αναρτήσεις",
+ "file_missing": "Please choose a CSV file to upload.",
+ "form_missing": "Παρακαλώ επιλέξτε μια Έρευνα",
+ "csv_upload": "File {{name}} successfully uploaded",
+ "csv_import_processed_errors": "Your CSV import is complete. {{processed}} records imported, {{errors}} records failed.",
+ "csv_import_success_info": "The data from your CSV spreadsheet, {{filename}}, was successfully imported into your {{form_name}} survey.",
+ "duplicate_fields": "Columns must be mapped to unique survey fields. The following columns have more than 1 mapping: {{duplicates}}",
+ "required_fields": "Required fields must be set to a value. The following fields have not been set: {{required}}",
+ "empty_mapping": "The CSV file you uploaded is empty. Please check your CSV file and try again",
+ "empty_mapping_empty": "The CSV file does not contain column names. Please check your CSV file and try again",
+ "no_mappings": "No fields have been assigned mappings - at least one field must be mapped to continue",
+ "csv_import_cancel": "CSV import cancelled",
+ "csv_import_cancel_confirm": "Είστε βέβαιοι ότι θέλετε να ακυρώσετε την εισαγωγή;",
+ "csv_import_error": "Some of the data in your CSV file does not match the format of the mapped survey field. Please review the data and try again.",
+ "csv_import_success": "The data from your CSV file was successfully imported!"
+ },
+ "general_settings": {
+ "save_success": "Οι Γενικές Ρυθμίσεις Αποθηκεύτηκαν "
+ },
+ "donation_settings": {
+ "save_success": "Donation settings saved",
+ "delete_question": "Are you sure you want to delete this {{name}}."
+ },
+ "map_settings": {
+ "save_success": "Οι Ρυθμίσεις του Χάρτη Αποθηκεύτηκαν "
+ },
+ "generic": {
+ "okay": "Ok",
+ "alerts": "Alerts",
+ "confirm": "Επιβεβαίωση",
+ "save": "Save"
+ },
+ "login": {
+ "failed": "Login failed, check your email and password."
+ },
+ "register": {
+ "failed": "There were errors during registration. Check your input and try again.",
+ "success": "Registration complete! You can now log in.."
+ },
+ "post": {
+ "can_t_view_this_post": "You do not have permission to view this post.
It is still being reviewed by the admin.
It will be available to you once it is published.",
+ "contact_for_details": "Contact the admin for further details:",
+ "delete_image_confirm": "Είστε σίγουροι/ες ότι θέλετε να αφαιρέσετε αυτή την εικόνα; ",
+ "save_success": "Post {{name}} saved",
+ "save_success_review": "Post {{name}} saved. Your post will be reviewed by a moderator before publishing.",
+ "save_error": "Δεν είναι δυνατή η αποθήκευση της ανάρτησης, παρακαλώ δοκιμάστε ξανά",
+ "publish_success": "Post has been published for {{role}}",
+ "set_draft": "Η ανάρτηση είναι τώρα ορατή μόνο σε σένα",
+ "publish_error": "Unable to publish post, please try again",
+ "unpublish_success": "Post has been unpublished",
+ "unpublish_error": "Unable to unpublish post, please try again",
+ "yes_confirm_delete": "Ναι, διέγραψε αυτή την ανάρτηση ",
+ "confirm_delete": "Confirm Delete",
+ "destroy_title": "Διαγραφή Ανάρτησης",
+ "delete_question": "Are you sure you want to delete your post {{post}}?",
+ "destroy_success": "Η ανάρτηση διαγράφηκε",
+ "destroy_success_bulk": "Οι αναρτήσεις διαγράφηκαν",
+ "destroy_confirm": "Είστε σίγουροι ότι θέλετε να διαγράψετε αυτήν την ανάρτηση;",
+ "destroy_error": "Δεν είναι δυνατή η διαγραφή της ανάρτησης, δοκιμάστε ξανά",
+ "bulk_destroy_confirm": "Είστε βέβαιοι/ες ότι θέλετε να διαγράψετε τις {{count}} αναρτήσεις;",
+ "stage_save_success": "Επικαιροποιήθηκε {{stage}}",
+ "export": "Αυτό θα εξάγει φιλτραρισμένες αναρτήσεις. Εισαι σιγουρος/η οτι θελεις να συνεχισεις;",
+ "update_status_success_bulk": "Επικαιροποίηση κατάστασης για {{count}} αναρτήσεις",
+ "leave_without_save": "Do you want to leave this post without saving?",
+ "leave_confirm_message": "Αν συνεχίσεις όλες οι αλλαγές θα χαθούν",
+ "leave_confirm": "Continue without saving",
+ "unfinished_post_task": "You cannot publish this post, the post has unfinished tasks",
+ "posts_can_t_be_published": "The following posts can't be published: {{titles}}",
+ "post_not_found": "Post not found"
+ },
+ "category": {
+ "save_success": "Saved category {{name}}",
+ "destroy_confirm": "Are you sure you want to delete this category?",
+ "destroy_confirm_desc": "Η διαγραφή αυτής της κατηγορίας θα την καταργήσει από όλες τις υπάρχουσες αναρτήσεις. Αυτή η πράξη δεν μπορεί να αναιρεθεί.",
+ "destroy_success": "Category deleted",
+ "destroy_error": "Αδυναμία διαγραφής κατηγορίας, παρακαλώ προσπάθησε ξανά",
+ "bulk_destroy_confirm": "Are you sure you want to delete {{count}} categories?",
+ "bulk_destroy_confirm_desc": "Η διαγραφή αυτής της κατηγορίας θα την καταργήσει από όλες τις υπάρχουσες αναρτήσεις. Αυτή η πράξη δεν μπορεί να αναιρεθεί.",
+ "bulk_destroy_success": "{{count}} categories deleted",
+ "bulk_destroy_success_countless": "Categories deleted"
+ },
+ "role": {
+ "delete_question": "Are you sure you want to delete the role {{role}}?",
+ "destroy_success": "Role {{role}} deleted.",
+ "save_success": "Role {{role}} saved.",
+ "last_admin": "Δεν μπορείς να διαγράψεις το μοναδικό ρόλο admin"
+ },
+ "webhook": {
+ "delete_question": "Are you sure you want to delete the webhook {{webhook}}?",
+ "destroy_success": "Webhook {{webhook}} deleted.",
+ "save_success": "Webhook {{webhook}} saved."
+ },
+ "datasource": {
+ "save_success": "Saved Data Source {{name}}"
+ },
+ "user": {
+ "save_success": "O/η χρήστης {{name}} αποθηκεύτηκε",
+ "edit_success": "Ο / Χρήστης {{name}} επικαιροποιήθηκε",
+ "destroy_confirm": "Είσαι σίγουρος/η ότι θέλεις να διαγράψεις αυτό τον χρήστη;",
+ "destroy_success": "Οι Χρήστες διαγράφηκαν",
+ "destroy_error": "Δεν είναι δυνατή η διαγραφή του χρήστη, δοκιμάστε ξανά",
+ "bulk_destroy_confirm": "Είσαι σίγουρος/η ότι θέλεις να διαγράψεις {{count}} Χρήστες;",
+ "bulk_destroy_success": "Οι Χρήστες διαγράφηκαν",
+ "bulk_role_change_confirm": "Είσαι σίγουρος/η ότι θέλεις να αλλάξεις το ρόλο των {{count}} Χρηστών σε {{role}}?",
+ "bulk_role_change_success": "User roles changed to {{role_name}}",
+ "are_you_sure_you_want_to_delete_user": "Are you sure you want to delete {{username}}"
+ },
+ "video": {
+ "incorrect_url": "The URL, {{url}}, you entered did not match either a Youtube or Vimeo URL format."
+ },
+ "form": {
+ "add_to_survey": "Add to survey",
+ "save_success": "Η {{name}} Έρευνα αποθηκεύτηκε",
+ "save_stage_success": "Η {{name}} δράση της έρευνας αποθηκεύτηκε",
+ "save_attribute_success": "Field {{name}} added",
+ "edit_form_success": "Η έρευνα {{name}} επικαιροποιήθηκε ",
+ "edit_stage_success": "Η εργασία της έρευνας {{name}} επικαιροποιήθηκε ",
+ "delete_form_confirm": "Are you sure you want to delete this survey and all of its data?",
+ "delete_form_confirm_desc": "This action cannot be undone. Deleting this survey will remove all of its data, including posts. Write the name of the survey:
{{check_name}}
in the box below to confirm deletion.",
+ "delete_form_error": "The text you entered does not match the survey-name, please try again",
+ "delete_form_button": "Delete this survey",
+ "destroy_form_success": "Survey {{name}} deleted",
+ "delete_stage_confirm": "Είστε βέβαιοι/ες ότι θέλετε να διαγράψετε αυτήν την εργασία;",
+ "delete_stage_confirm_desc": "Αυτή η πράξη δε μπορεί να αναιρεθεί. Η διαγραφή αυτής της εργασίας θα αφαιρέσει όλα τα πεδία της και όλα τα δεδομένα σε αυτά.",
+ "destroy_stage_success": "Η δράση {{name}} της Έρευνας διαγράφηκε",
+ "delete_attribute_confirm": "Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτό το πεδίο;",
+ "delete_attribute_confirm_desc": "Αυτή η πράξη δε μπορεί να αναιρεθεί. Η διαγραφή αυτού του πεδίου θα αφαιρέσει τα δεδομένα του από όλες τις υπάρχουσες αναρτήσεις.",
+ "destroy_attribute_success": "Το πεδίο {{name}} διαγράφηκε",
+ "survey_name_required": "Survey-name is required",
+ "validation": {
+ "name": {
+ "required": "Απαιτείται ένα όνομα έρευνας",
+ "minlength": "Το Όνομα είναι μικρό",
+ "maxlength": "Το Όνομα είναι αρκετά μεγάλο"
+ },
+ "description": {
+ "required": "Η Περιγραφή δεν μπορεί να είναι κενή"
+ }
+ }
+ },
+ "collection": {
+ "delete_collection_confirm": "Είστε βέβαιοι/ες ότι θέλετε να διαγράψετε αυτή την συλλογή;",
+ "created_collection": "Collection {{collection}} created successfully",
+ "updated_collection": "Collection {{collection}} saved",
+ "add_to_collection": "Post has been added to {{collection}}",
+ "removed_from_collection": "Post has been removed from {{collection}}",
+ "bulk_add_to_collection": "{{count}} posts have been added to {{collection}}",
+ "done": "Done"
+ },
+ "savedsearch": {
+ "delete_savedsearch_success": "Saved search deleted successfully.",
+ "delete_savedsearch_plural_success": "Saved searches deleted successfully.",
+ "delete_savedsearch_confirm": "Are you sure you want to delete this saved search?",
+ "savedsearch_updated": "{{savedsearch}} was updated",
+ "savedsearch_saved": "{{savedsearch}} was saved"
+ },
+ "passwordreset": {
+ "failed": "Password reset failed",
+ "success": "Your password has been reset"
+ },
+ "notification": {
+ "add": "You will now be notified when new posts are added to {{set}}",
+ "delete_confirm": "Are you sure you want to remove this notification?",
+ "destroy_success": "You will no longer receive notifications about {{name}}."
+ },
+ "message": {
+ "sent_to": "Message sent to {{contact}}"
+ },
+ "export": {
+ "in_progress": "We are preparing your CSV file. This may take a few moments. You can leave this page if you want. We will let you know when we're done.",
+ "complete": "Η εξαγωγή ολοκληρώθηκε. Μπορείς να δεις το αρχείο CSV στις λήψεις σου",
+ "complete_data_found_message": "Τα δεδομένα απο την εξαγωγή μπορούν να βρεθούν στις λήψεις του φυλλομετρητή σου (browser)",
+ "confirmation": "Got it",
+ "cancel_export": "Ακύρωση Εξαγωγής",
+ "canceled_job": "Η εργασία εξαγωγής σας ακυρώθηκε",
+ "upload_complete": "Upload complete. You should now see your tagged data in your HDX account."
+ },
+ "survey": {
+ "bulk_destroy_confirm": "Are you sure you want to delete these {{count}} surveys?",
+ "bulk_destroy_confirm_desc": "Deleting these {{count}} selected surveys will also delete all collected posts and all associated data in the surveys. This step cannot be reversed.",
+ "destroy_confirm": "Are you sure you want to delete this survey?",
+ "destroy_confirm_desc": "Deleting this survey will also delete all collected posts and all associated data in the survey. This step cannot be reversed.",
+ "destroy_confirm_desc_end": "You can download and import all your data before deleting."
+ },
+ "confirm_modal": {
+ "add_post_success": {
+ "success": "Success!",
+ "success_description": "Thank you for submitting your report. The post is being reviewed by our team and soon will appear on the platform.",
+ "success_button": "OK, sounds good"
+ },
+ "deleted": {
+ "success": "Success!",
+ "success_description": "You've permanently deleted {{count}}.",
+ "success_button": "OK"
+ }
+ },
+ "language": {
+ "do_you_really_want_to_delete_language": "Do you really want to delete {{lang}} language?"
+ }
+ },
+ "empty": {
+ "default": "No records found.",
+ "post": "Δεν βρέθηκαν αναρτήσεις",
+ "user": "Δεν βρέθηκαν Χρήστες",
+ "category": "Δεν βρέθηκαν Κατηγορίες",
+ "role": "Δεν βρέθηκαν ρόλοι",
+ "webhook": "No webhooks found.",
+ "permission": "No permissions found.",
+ "form": "Δεν βρέθηκαν Φόρμες "
+ },
+ "location": {
+ "search": "Αναζήτηση",
+ "use_current_location": "Use your current location",
+ "click_map": "You can search or click the area of map where you want to place the marker.",
+ "placeholder": "Search for addresses, place names, or coordinates...",
+ "search_results": "Search results",
+ "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": "Ειδοποιήσεις",
+ "contacts_heading": "How you get notifications",
+ "notifications_heading": "What you get notified about",
+ "error_message": "The notification could not be deleted at this time",
+ "send_to_address": "Στείλες Ειδοποιήσεις σε αυτή τη Διεύθυνση",
+ "button": {
+ "delete": "Διαγραφή Ειδοποίησης "
+ },
+ "what_you_get_notification_about": "What you get notification about",
+ "removed": "Notification was removed",
+ "are_you_sure_you_want_to_remove_this_notification": "Are you sure you want to remove this notification?"
+ },
+ "contact": {
+ "edit": "Edit",
+ "save_changes": "Αποθήκευσε τις αλλαγές",
+ "saving_changes": "Saving changes",
+ "cancel_edit": "Cancel",
+ "add_phone_number": "Πρόσθεσε Τηλεφωνικό Αριθμό",
+ "add_email_address": "Προσθήκη e-mail",
+ "edit_phone_number": "Επεξεργαστείτε τον τηλεφωνικό σας αριθμό ",
+ "edit_email_address": "Edit your email address",
+ "error_message": "The contact could not be saved at this time",
+ "type": {
+ "phone": "Τηλέφωνο",
+ "email": "Email Address"
+ },
+ "button": {
+ "add": "Προσθήκη λογαριασμού",
+ "delete": "Remove account"
+ },
+ "valid": {
+ "email": {
+ "required": "An email address is required to receive notifications",
+ "email": "This email address is invalid",
+ "maxlength": "This email address is too long",
+ "not_valid": "This email is not valid"
+ },
+ "phone": {
+ "required": "Για την λήψη ειδοποιήσεων απαιτείται ένας αριθμός τηλεφώνου",
+ "pattern": "Απαιτείται ένας έγκυρος αριθμός τηλεφώνου",
+ "minlength": "Αυτός ο αριθμός είναι πολύ μικρός",
+ "maxlength": "This number is too long"
+ }
+ }
+ },
+ "terms_of_service": {
+ "title": "Ushahidi Terms of Service",
+ "terms_of_service": "Έχουμε ενημερώσει τους Όρους και τις Προϋποθέσεις μας και την Πολιτική Απορρήτου. Ελέγξτε προσεκτικά αυτά τα έγγραφα και αποδεχτείτε τους όρους προκειμένου να συνεχίσετε να χρησιμοποιείτε τις υπηρεσίες της Ushahidi.",
+ "agree": "Συμφωνώ με τους Όρους και Προϋποθέσεις του Usahidi",
+ "accept_and_continue": "Αποδοχή και Συνέχεια ",
+ "i_agree": "I agree to Ushahidi's Privacy Policy and\nTerms and Conditions."
+ },
+ "translations": {
+ "languages": "Languages",
+ "language": "Language",
+ "default": "default",
+ "translate_field": "Translate field",
+ "survey_select_default": "Select default language for this survey",
+ "category_select_default": "Select default language for this category",
+ "error_translation_exists": "You cannot select this language since there is already a translation for it.",
+ "edit_default_text": "Text in default language",
+ "edit_placeholder": "Write your translation here",
+ "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",
+ "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",
+ "add_a_language": "Add a language",
+ "error_no_default": "You need to specify a default language before adding a new translation.",
+ "select_language": "Select a language to add translation for",
+ "default_lang_info": "This is the language that will be used if no translations are available for the language the user has set for the deployment."
+ },
+ "languages": {
+ "ach": "Acoli",
+ "ady": "Adyghe",
+ "af": "Afrikaans",
+ "af-ZA": "Afrikaans (South Africa)",
+ "ak": "Akan",
+ "sq": "Albanian",
+ "sq-AL": "Albanian (Albania)",
+ "aln": "Albanian Gheg",
+ "am": "Amharic",
+ "am-ET": "Amharic (Ethiopia)",
+ "ar": "Arabic",
+ "ar-EG": "Arabic (Egypt)",
+ "ar-SA": "Arabic (Saudi Arabia)",
+ "ar-SD": "Arabic (Sudan)",
+ "ar-SY": "Arabic (Syria)",
+ "ar-AA": "Arabic (Unitag)",
+ "an": "Aragonese",
+ "hy": "Armenian",
+ "hy-AM": "Armenian (Armenia)",
+ "as": "Assamese",
+ "as-IN": "Assamese (India)",
+ "ast": "Asturian",
+ "ast-ES": "Asturian (Spain)",
+ "az": "Azerbaijani",
+ "az@Arab": "Azerbaijani (Arabic)",
+ "az-AZ": "Azerbaijani (Azerbaijan)",
+ "az-IR": "Azerbaijani (Iran)",
+ "az@latin": "Azerbaijani (Latin)",
+ "bal": "Balochi",
+ "ba": "Bashkir",
+ "eu": "Basque",
+ "eu-ES": "Basque (Spain)",
+ "bar": "Bavarian",
+ "be": "Belarusian",
+ "be-BY": "Belarusian (Belarus)",
+ "be@tarask": "Belarusian (Tarask)",
+ "bn": "Bengali",
+ "bn-BD": "Bengali (Bangladesh)",
+ "bn-IN": "Bengali (India)",
+ "brx": "Bodo",
+ "bs": "Bosnian",
+ "bs-BA": "Bosnian (Bosnia and Herzegovina)",
+ "br": "Breton",
+ "bg": "Bulgarian",
+ "bg-BG": "Bulgarian (Bulgaria)",
+ "my": "Burmese",
+ "my-MM": "Burmese (Myanmar)",
+ "ca": "Catalan",
+ "ca-ES": "Catalan (Spain)",
+ "ca@valencia": "Catalan (Valencian)",
+ "ceb": "Cebuano",
+ "tzm": "Central Atlas Tamazight",
+ "hne": "Chhattisgarhi",
+ "cgg": "Chiga",
+ "zh": "Chinese",
+ "zh-CN": "Chinese (China)",
+ "zh-CN.GB2312": "Chinese (China) (GB2312)",
+ "gan": "Chinese (Gan)",
+ "hak": "Chinese (Hakka)",
+ "zh-HK": "Chinese (Hong Kong)",
+ "czh": "Chinese (Huizhou)",
+ "cjy": "Chinese (Jinyu)",
+ "lzh": "Chinese (Literary)",
+ "cmn": "Chinese (Mandarin)",
+ "mnp": "Chinese (Min Bei)",
+ "cdo": "Chinese (Min Dong)",
+ "nan": "Chinese (Min Nan)",
+ "czo": "Chinese (Min Zhong)",
+ "cpx": "Chinese (Pu-Xian)",
+ "zh-Hans": "Chinese Simplified",
+ "zh-TW": "Chinese (Taiwan)",
+ "zh-TW.Big5": "Chinese (Taiwan) (Big5)",
+ "zh-Hant": "Chinese Traditional",
+ "wuu": "Chinese (Wu)",
+ "hsn": "Chinese (Xiang)",
+ "yue": "Chinese (Yue)",
+ "cv": "Chuvash",
+ "ksh": "Colognian",
+ "kw": "Cornish",
+ "co": "Corsican",
+ "crh": "Crimean Turkish",
+ "hr": "Croatian",
+ "hr-HR": "Croatian (Croatia)",
+ "cs": "Czech",
+ "cs-CZ": "Czech (Czech Republic)",
+ "da": "Danish",
+ "da-DK": "Danish (Denmark)",
+ "dv": "Divehi",
+ "doi": "Dogri",
+ "nl": "Dutch",
+ "nl-BE": "Dutch (Belgium)",
+ "nl-NL": "Dutch (Netherlands)",
+ "dz": "Dzongkha",
+ "dz-BT": "Dzongkha (Bhutan)",
+ "en": "English",
+ "en-AU": "English (Australia)",
+ "en-AT": "English (Austria)",
+ "en-BD": "English (Bangladesh)",
+ "en-BE": "English (Belgium)",
+ "en-CA": "English (Canada)",
+ "en-CL": "English (Chile)",
+ "en-CZ": "English (Czech Republic)",
+ "en-ee": "English (Estonia)",
+ "en-FI": "English (Finland)",
+ "en-DE": "English (Germany)",
+ "en-GH": "English (Ghana)",
+ "en-HK": "English (Hong Kong)",
+ "en-HU": "English (Hungary)",
+ "en-IN": "English (India)",
+ "en-IE": "English (Ireland)",
+ "en-lv": "English (Latvia)",
+ "en-lt": "English (Lithuania)",
+ "en-NL": "English (Netherlands)",
+ "en-NZ": "English (New Zealand)",
+ "en-NG": "English (Nigeria)",
+ "en-PK": "English (Pakistan)",
+ "en-PL": "English (Poland)",
+ "en-RO": "English (Romania)",
+ "en-SK": "English (Slovakia)",
+ "en-ZA": "English (South Africa)",
+ "en-LK": "English (Sri Lanka)",
+ "en-SE": "English (Sweden)",
+ "en-CH": "English (Switzerland)",
+ "en-GB": "English (United Kingdom)",
+ "en-US": "English (United States)",
+ "en-EN": "English",
+ "myv": "Erzya",
+ "eo": "Esperanto",
+ "et": "Estonian",
+ "et-EE": "Estonian (Estonia)",
+ "fo": "Faroese",
+ "fo-FO": "Faroese (Faroe Islands)",
+ "fil": "Filipino",
+ "fi": "Finnish",
+ "fi-FI": "Finnish (Finland)",
+ "frp": "Franco-Provençal (Arpitan)",
+ "fr": "French",
+ "fr-BE": "French (Belgium)",
+ "fr-CA": "French (Canada)",
+ "fr-FR": "French (France)",
+ "fr-CH": "French (Switzerland)",
+ "fur": "Friulian",
+ "ff": "Fulah",
+ "ff-SN": "Fulah (Senegal)",
+ "gd": "Gaelic, Scottish",
+ "gl": "Galician",
+ "gl-ES": "Galician (Spain)",
+ "lg": "Ganda",
+ "ka": "Georgian",
+ "ka-GE": "Georgian (Georgia)",
+ "de": "German",
+ "de-AT": "German (Austria)",
+ "de-DE": "German (Germany)",
+ "de-CH": "German (Switzerland)",
+ "el": "Greek",
+ "el-GR": "Greek (Greece)",
+ "kl": "Greenlandic",
+ "gu": "Gujarati",
+ "gu-IN": "Gujarati (India)",
+ "gun": "Gun",
+ "ht": "Haitian (Haitian Creole)",
+ "ht-HT": "Haitian (Haitian Creole) (Haiti)",
+ "ha": "Hausa",
+ "haw": "Hawaiian",
+ "he": "Hebrew",
+ "he-IL": "Hebrew (Israel)",
+ "hi": "Hindi",
+ "hi-IN": "Hindi (India)",
+ "hu": "Hungarian",
+ "hu-HU": "Hungarian (Hungary)",
+ "is": "Icelandic",
+ "is-IS": "Icelandic (Iceland)",
+ "io": "Ido",
+ "ig": "Igbo",
+ "ilo": "Iloko",
+ "id": "Indonesian",
+ "id-ID": "Indonesian (Indonesia)",
+ "ia": "Interlingua",
+ "iu": "Inuktitut",
+ "ga": "Irish",
+ "ga-IE": "Irish (Ireland)",
+ "it": "Italian",
+ "it-IT": "Italian (Italy)",
+ "it-CH": "Italian (Switzerland)",
+ "ja": "Japanese",
+ "ja-JP": "Japanese (Japan)",
+ "jv": "Javanese",
+ "kab": "Kabyle",
+ "kn": "Kannada",
+ "kn-IN": "Kannada (India)",
+ "pam": "Kapampangan",
+ "ks": "Kashmiri",
+ "ks-IN": "Kashmiri (India)",
+ "csb": "Kashubian",
+ "kk": "Kazakh",
+ "kk@Arab": "Kazakh (Arabic)",
+ "kk@Cyrl": "Kazakh (Cyrillic)",
+ "kk-KZ": "Kazakh (Kazakhstan)",
+ "kk@latin": "Kazakh (Latin)",
+ "km": "Khmer",
+ "km-KH": "Khmer (Cambodia)",
+ "rw": "Kinyarwanda",
+ "ky": "Kirgyz",
+ "tlh": "Klingon",
+ "kok": "Konkani",
+ "ko": "Korean",
+ "ko-KR": "Korean (Korea)",
+ "ku": "Kurdish",
+ "ku-IQ": "Kurdish (Iraq)",
+ "lad": "Ladino",
+ "lo": "Lao",
+ "lo-LA": "Lao (Laos)",
+ "ltg": "Latgalian",
+ "la": "Latin",
+ "lv": "Latvian",
+ "lv-LV": "Latvian (Latvia)",
+ "lez": "Lezghian",
+ "lij": "Ligurian",
+ "li": "Limburgian",
+ "ln": "Lingala",
+ "lt": "Lithuanian",
+ "lt-LT": "Lithuanian (Lithuania)",
+ "jbo": "Lojban",
+ "en@lolcat": "LOLCAT English",
+ "lmo": "Lombard",
+ "dsb": "Lower Sorbian",
+ "nds": "Low German",
+ "lb": "Luxembourgish",
+ "mk": "Macedonian",
+ "mk-MK": "Macedonian (Macedonia)",
+ "mai": "Maithili",
+ "mg": "Malagasy",
+ "ms": "Malay",
+ "ml": "Malayalam",
+ "ml-IN": "Malayalam (India)",
+ "ms-MY": "Malay (Malaysia)",
+ "mt": "Maltese",
+ "mt-MT": "Maltese (Malta)",
+ "mni": "Manipuri",
+ "mi": "Maori",
+ "arn": "Mapudungun",
+ "mr": "Marathi",
+ "mr-IN": "Marathi (India)",
+ "mh": "Marshallese",
+ "mw1": "Mirandese",
+ "mn": "Mongolian",
+ "mn-MN": "Mongolian (Mongolia)",
+ "nah": "Nahuatl",
+ "nv": "Navajo",
+ "nr": "Ndebele, South",
+ "nap": "Neapolitan",
+ "ne": "Nepali",
+ "ne-NP": "Nepali (Nepal)",
+ "nia": "Nias",
+ "nqo": "N'ko",
+ "se": "Northern Sami",
+ "nso": "Northern Sotho",
+ "no": "Norwegian",
+ "nb": "Norwegian Bokmål",
+ "nb-NO": "Norwegian Bokmål (Norway)",
+ "no-NO": "Norwegian (Norway)",
+ "nn": "Norwegian Nynorsk",
+ "nn-NO": "Norwegian Nynorsk (Norway)",
+ "ny": "Nyanja",
+ "oc": "Occitan (post 1500)",
+ "or": "Oriya",
+ "or-IN": "Oriya (India)",
+ "om": "Oromo",
+ "os": "Ossetic",
+ "pfl": "Palatinate German",
+ "pa": "Panjabi (Punjabi)",
+ "pa-IN": "Panjabi (Punjabi) (India)",
+ "pap": "Papiamento",
+ "fa": "Persian",
+ "fa-AF": "Persian (Afghanistan)",
+ "fa-IR": "Persian (Iran)",
+ "pms": "Piemontese",
+ "en@pirate": "Pirate English",
+ "pl": "Polish",
+ "pl-PL": "Polish (Poland)",
+ "pt": "Portuguese",
+ "pt-BR": "Portuguese (Brazil)",
+ "pt-PT": "Portuguese (Portugal)",
+ "ps": "Pushto",
+ "ro": "Romanian",
+ "ro-RO": "Romanian (Romania)",
+ "rm": "Romansh",
+ "ru": "Russian",
+ "ru-ee": "Russian (Estonia)",
+ "ru-lv": "Russian (Latvia)",
+ "ru-lt": "Russian (Lithuania)",
+ "ru@petr1708": "Russian Petrine orthography",
+ "ru-RU": "Russian (Russia)",
+ "sah": "Sakha (Yakut)",
+ "sm": "Samoan",
+ "sa": "Sanskrit",
+ "sat": "Santali",
+ "sc": "Sardinian",
+ "sco": "Scots",
+ "sr": "Serbian",
+ "sr@Ijekavian": "Serbian (Ijekavian)",
+ "sr@ijekavianlatin": "Serbian (Ijekavian Latin)",
+ "sr@latin": "Serbian (Latin)",
+ "sr-RS@latin": "Serbian (Latin) (Serbia)",
+ "sr-RS": "Serbian (Serbia)",
+ "sn": "Shona",
+ "scn": "Sicilian",
+ "szl": "Silesian",
+ "sd": "Sindhi",
+ "si": "Sinhala",
+ "si-LK": "Sinhala (Sri Lanka)",
+ "sk": "Slovak",
+ "sk-SK": "Slovak (Slovakia)",
+ "sl": "Slovenian",
+ "sl-SI": "Slovenian (Slovenia)",
+ "so": "Somali",
+ "son": "Songhay",
+ "st": "Sotho, Southern",
+ "st-ZA": "Sotho, Southern (South Africa)",
+ "sma": "Southern Sami",
+ "es": "Spanish",
+ "es-AR": "Spanish (Argentina)",
+ "es-BO": "Spanish (Bolivia)",
+ "es-CL": "Spanish (Chile)",
+ "es-CO": "Spanish (Colombia)",
+ "es-CR": "Spanish (Costa Rica)",
+ "es-DO": "Spanish (Dominican Republic)",
+ "es-EC": "Spanish (Ecuador)",
+ "es-SV": "Spanish (El Salvador)",
+ "es-GT": "Spanish (Guatemala)",
+ "es-419": "Spanish (Latin America)",
+ "es-MX": "Spanish (Mexico)",
+ "es-NI": "Spanish (Nicaragua)",
+ "es-PA": "Spanish (Panama)",
+ "es-PY": "Spanish (Paraguay)",
+ "es-PE": "Spanish (Peru)",
+ "es-PR": "Spanish (Puerto Rico)",
+ "es-ES": "Spanish (Spain)",
+ "es-US": "Spanish (United States)",
+ "es-UY": "Spanish (Uruguay)",
+ "es-VE": "Spanish (Venezuela)",
+ "su": "Sundanese",
+ "sw": "Swahili",
+ "sw-KE": "Swahili (Kenya)",
+ "ss": "Swati",
+ "sv": "Swedish",
+ "sv-FI": "Swedish (Finland)",
+ "sv-SE": "Swedish (Sweden)",
+ "tl": "Tagalog",
+ "tl-PH": "Tagalog (Philippines)",
+ "tg": "Tajik",
+ "tg-TJ": "Tajik (Tajikistan)",
+ "tzl": "Talossan",
+ "ta": "Tamil",
+ "ta-IN": "Tamil (India)",
+ "ta-LK": "Tamil (Sri-Lanka)",
+ "tt": "Tatar",
+ "te": "Telugu",
+ "te-IN": "Telugu (India)",
+ "tet": "Tetum (Tetun)",
+ "th": "Thai",
+ "th-TH": "Thai (Thailand)",
+ "bo": "Tibetan",
+ "bo-CN": "Tibetan (China)",
+ "ti": "Tigrinya",
+ "to": "Tongan",
+ "ts": "Tsonga",
+ "tn": "Tswana",
+ "tr": "Turkish",
+ "tr-TR": "Turkish (Turkey)",
+ "tk": "Turkmen",
+ "tk-TM": "Turkmen (Turkmenistan)",
+ "udm": "Udmurt",
+ "ug": "Uighur",
+ "ug@Arab": "Uighur (Arabic)",
+ "ug@Cyrl": "Uighur (Cyrillic)",
+ "ug@Latin": "Uighur (Latin)",
+ "uk": "Ukrainian",
+ "uk-UA": "Ukrainian (Ukraine)",
+ "vmf": "Upper Franconian",
+ "hsb": "Upper Sorbian",
+ "ur": "Urdu",
+ "ur-PK": "Urdu (Pakistan)",
+ "uz": "Uzbek",
+ "uz@Arab": "Uzbek (Arabic)",
+ "uz@Cyrl": "Uzbek (Cyrillic)",
+ "uz@Latn": "Uzbek (Latin)",
+ "uz-UZ": "Uzbek (Uzbekistan)",
+ "ve": "Venda",
+ "vec": "Venetian",
+ "vi": "Vietnamese",
+ "vi-VN": "Vietnamese (Viet Nam)",
+ "vls": "Vlaams",
+ "wa": "Walloon",
+ "war": "Wáray-Wáray",
+ "cy": "Welsh",
+ "cy-GB": "Welsh (United Kingdom)",
+ "fy": "Western Frisian",
+ "fy-NL": "Western Frisian (Netherlands)",
+ "wo": "Wolof",
+ "wo-SN": "Wolof (Senegal)",
+ "xh": "Xhosa",
+ "yi": "Yiddish",
+ "yo": "Yoruba",
+ "zu": "Zulu",
+ "zu-ZA": "Zulu (South Africa)"
+ },
+ "countries": {
+ "Afghanistan": "Afghanistan",
+ "Åland Islands": "Åland Islands",
+ "Albania": "Albania",
+ "Algeria": "Algeria",
+ "American Samoa": "American Samoa",
+ "Andorra": "Andorra",
+ "Angola": "Angola",
+ "Anguilla": "Anguilla",
+ "Antarctica": "Antarctica",
+ "Antigua and Barbuda": "Antigua and Barbuda",
+ "Argentina": "Argentina",
+ "Armenia": "Armenia",
+ "Aruba": "Aruba",
+ "Australia": "Australia",
+ "Austria": "Austria",
+ "Azerbaijan": "Azerbaijan",
+ "Bahamas": "Bahamas",
+ "Bahrain": "Bahrain",
+ "Bangladesh": "Bangladesh",
+ "Barbados": "Barbados",
+ "Belarus": "Belarus",
+ "Belgium": "Belgium",
+ "Belize": "Belize",
+ "Benin": "Benin",
+ "Bermuda": "Bermuda",
+ "Bhutan": "Bhutan",
+ "Bolivia, Plurinational State of bolivia": "Bolivia, Plurinational State of bolivia",
+ "Bosnia and Herzegovina": "Bosnia and Herzegovina",
+ "Botswana": "Botswana",
+ "Bouvet Island": "Bouvet Island",
+ "Brazil": "Brazil",
+ "British Indian Ocean Territory": "British Indian Ocean Territory",
+ "Brunei Darussalam": "Brunei Darussalam",
+ "Bulgaria": "Bulgaria",
+ "Burkina Faso": "Burkina Faso",
+ "Burundi": "Burundi",
+ "Cambodia": "Cambodia",
+ "Cameroon": "Cameroon",
+ "Canada": "Canada",
+ "Cape Verde": "Cape Verde",
+ "Cayman Islands": "Cayman Islands",
+ "Central African Republic": "Central African Republic",
+ "Chad": "Chad",
+ "Chile": "Chile",
+ "China": "China",
+ "Christmas Island": "Christmas Island",
+ "Cocos (Keeling) Islands": "Cocos (Keeling) Islands",
+ "Colombia": "Colombia",
+ "Comoros": "Comoros",
+ "Congo": "Congo",
+ "Congo, The Democratic Republic of the Congo": "Congo, The Democratic Republic of the Congo",
+ "Cook Islands": "Cook Islands",
+ "Costa Rica": "Costa Rica",
+ "Cote d'Ivoire": "Cote d'Ivoire",
+ "Croatia": "Croatia",
+ "Cuba": "Cuba",
+ "Cyprus": "Cyprus",
+ "Czech Republic": "Czech Republic",
+ "Denmark": "Denmark",
+ "Djibouti": "Djibouti",
+ "Dominica": "Dominica",
+ "Dominican Republic": "Dominican Republic",
+ "Ecuador": "Ecuador",
+ "Egypt": "Egypt",
+ "El Salvador": "El Salvador",
+ "Equatorial Guinea": "Equatorial Guinea",
+ "Eritrea": "Eritrea",
+ "Estonia": "Estonia",
+ "Ethiopia": "Ethiopia",
+ "Falkland Islands (Malvinas)": "Falkland Islands (Malvinas)",
+ "Faroe Islands": "Faroe Islands",
+ "Fiji": "Fiji",
+ "Finland": "Finland",
+ "France": "France",
+ "French Guiana": "French Guiana",
+ "French Polynesia": "French Polynesia",
+ "French Southern Territories": "French Southern Territories",
+ "Gabon": "Gabon",
+ "Gambia": "Gambia",
+ "Georgia": "Georgia",
+ "Germany": "Germany",
+ "Ghana": "Ghana",
+ "Gibraltar": "Gibraltar",
+ "Greece": "Greece",
+ "Greenland": "Greenland",
+ "Grenada": "Grenada",
+ "Guadeloupe": "Guadeloupe",
+ "Guam": "Guam",
+ "Guatemala": "Guatemala",
+ "Guernsey": "Guernsey",
+ "Guinea": "Guinea",
+ "Guinea-Bissau": "Guinea-Bissau",
+ "Guyana": "Guyana",
+ "Haiti": "Haiti",
+ "Heard Island and Mcdonald Islands": "Heard Island and Mcdonald Islands",
+ "Holy See (Vatican City State)": "Holy See (Vatican City State)",
+ "Honduras": "Honduras",
+ "Hong Kong": "Hong Kong",
+ "Hungary": "Hungary",
+ "Iceland": "Iceland",
+ "India": "India",
+ "Indonesia": "Indonesia",
+ "Iran, Islamic Republic of Persian Gulf": "Iran, Islamic Republic of Persian Gulf",
+ "Iraq": "Iraq",
+ "Ireland": "Ireland",
+ "Isle of Man": "Isle of Man",
+ "Israel": "Israel",
+ "Italy": "Italy",
+ "Jamaica": "Jamaica",
+ "Japan": "Japan",
+ "Jersey": "Jersey",
+ "Jordan": "Jordan",
+ "Kazakhstan": "Kazakhstan",
+ "Kenya": "Kenya",
+ "Kiribati": "Kiribati",
+ "Korea, Democratic People's Republic of Korea": "Korea, Democratic People's Republic of Korea",
+ "Korea, Republic of South Korea": "Korea, Republic of South Korea",
+ "Kosovo": "Kosovo",
+ "Kuwait": "Kuwait",
+ "Kyrgyzstan": "Kyrgyzstan",
+ "Laos": "Laos",
+ "Latvia": "Latvia",
+ "Lebanon": "Lebanon",
+ "Lesotho": "Lesotho",
+ "Liberia": "Liberia",
+ "Libyan Arab Jamahiriya": "Libyan Arab Jamahiriya",
+ "Liechtenstein": "Liechtenstein",
+ "Lithuania": "Lithuania",
+ "Luxembourg": "Luxembourg",
+ "Macao": "Macao",
+ "Macedonia": "Macedonia",
+ "Madagascar": "Madagascar",
+ "Malawi": "Malawi",
+ "Malaysia": "Malaysia",
+ "Maldives": "Maldives",
+ "Mali": "Mali",
+ "Malta": "Malta",
+ "Marshall Islands": "Marshall Islands",
+ "Martinique": "Martinique",
+ "Mauritania": "Mauritania",
+ "Mauritius": "Mauritius",
+ "Mayotte": "Mayotte",
+ "Mexico": "Mexico",
+ "Micronesia, Federated States of Micronesia": "Micronesia, Federated States of Micronesia",
+ "Moldova": "Moldova",
+ "Monaco": "Monaco",
+ "Mongolia": "Mongolia",
+ "Montenegro": "Montenegro",
+ "Montserrat": "Montserrat",
+ "Morocco": "Morocco",
+ "Mozambique": "Mozambique",
+ "Myanmar": "Myanmar",
+ "Namibia": "Namibia",
+ "Nauru": "Nauru",
+ "Nepal": "Nepal",
+ "Netherlands": "Netherlands",
+ "Netherlands Antilles": "Netherlands Antilles",
+ "New Caledonia": "New Caledonia",
+ "New Zealand": "New Zealand",
+ "Nicaragua": "Nicaragua",
+ "Niger": "Niger",
+ "Nigeria": "Nigeria",
+ "Niue": "Niue",
+ "Norfolk Island": "Norfolk Island",
+ "Northern Mariana Islands": "Northern Mariana Islands",
+ "Norway": "Norway",
+ "Oman": "Oman",
+ "Pakistan": "Pakistan",
+ "Palau": "Palau",
+ "Palestinian Territory, Occupied": "Palestinian Territory, Occupied",
+ "Panama": "Panama",
+ "Papua New Guinea": "Papua New Guinea",
+ "Paraguay": "Paraguay",
+ "Peru": "Peru",
+ "Philippines": "Philippines",
+ "Pitcairn": "Pitcairn",
+ "Poland": "Poland",
+ "Portugal": "Portugal",
+ "Puerto Rico": "Puerto Rico",
+ "Qatar": "Qatar",
+ "Romania": "Romania",
+ "Russia": "Russia",
+ "Rwanda": "Rwanda",
+ "Reunion": "Reunion",
+ "Saint Barthelemy": "Saint Barthelemy",
+ "Saint Helena, Ascension and Tristan Da Cunha": "Saint Helena, Ascension and Tristan Da Cunha",
+ "Saint Kitts and Nevis": "Saint Kitts and Nevis",
+ "Saint Lucia": "Saint Lucia",
+ "Saint Martin": "Saint Martin",
+ "Saint Pierre and Miquelon": "Saint Pierre and Miquelon",
+ "Saint Vincent and the Grenadines": "Saint Vincent and the Grenadines",
+ "Samoa": "Samoa",
+ "San Marino": "San Marino",
+ "Sao Tome and Principe": "Sao Tome and Principe",
+ "Saudi Arabia": "Saudi Arabia",
+ "Senegal": "Senegal",
+ "Serbia": "Serbia",
+ "Seychelles": "Seychelles",
+ "Sierra Leone": "Sierra Leone",
+ "Singapore": "Singapore",
+ "Slovakia": "Slovakia",
+ "Slovenia": "Slovenia",
+ "Solomon Islands": "Solomon Islands",
+ "Somalia": "Somalia",
+ "South Africa": "South Africa",
+ "South Sudan": "South Sudan",
+ "South Georgia and the South Sandwich Islands": "South Georgia and the South Sandwich Islands",
+ "Spain": "Spain",
+ "Sri Lanka": "Sri Lanka",
+ "Sudan": "Sudan",
+ "Suriname": "Suriname",
+ "Svalbard and Jan Mayen": "Svalbard and Jan Mayen",
+ "Swaziland": "Swaziland",
+ "Sweden": "Sweden",
+ "Switzerland": "Switzerland",
+ "Syrian Arab Republic": "Syrian Arab Republic",
+ "Taiwan": "Taiwan",
+ "Tajikistan": "Tajikistan",
+ "Tanzania, United Republic of Tanzania": "Tanzania, United Republic of Tanzania",
+ "Thailand": "Thailand",
+ "Timor-Leste": "Timor-Leste",
+ "Togo": "Togo",
+ "Tokelau": "Tokelau",
+ "Tonga": "Tonga",
+ "Trinidad and Tobago": "Trinidad and Tobago",
+ "Tunisia": "Tunisia",
+ "Turkey": "Turkey",
+ "Turkmenistan": "Turkmenistan",
+ "Turks and Caicos Islands": "Turks and Caicos Islands",
+ "Tuvalu": "Tuvalu",
+ "Uganda": "Uganda",
+ "Ukraine": "Ukraine",
+ "United Arab Emirates": "United Arab Emirates",
+ "United Kingdom": "United Kingdom",
+ "United States": "United States",
+ "Uruguay": "Uruguay",
+ "Uzbekistan": "Uzbekistan",
+ "Vanuatu": "Vanuatu",
+ "Venezuela, Bolivarian Republic of Venezuela": "Venezuela, Bolivarian Republic of Venezuela",
+ "Vietnam": "Vietnam",
+ "Virgin Islands, British": "Virgin Islands, British",
+ "Virgin Islands, U.S.": "Virgin Islands, U.S.",
+ "Wallis and Futuna": "Wallis and Futuna",
+ "Yemen": "Yemen",
+ "Zambia": "Zambia",
+ "Zimbabwe": "Zimbabwe"
+ },
+ "api": {
+ "providerNotAvailable": "One or more of the enabled providers is not available :param1",
+ "range": "The file size should be less than {{param3}} KB",
+ "mime_type": "File type not supported. Please upload a .csv file.",
+ "not_empty": ":field must not be empty",
+ "isKeyAvailable": "The key {{value}} is not available",
+ "contactIsValid": "Μη έγκυρος τηλεφωνικός αριθμός",
+ "roleDoesNotExist": "role_id {{value}} does not exist",
+ "invalidFormStageId": "form_stage_id :value does not exist",
+ "postTypeLimitReached": "limit: {{posttypes}}",
+ "dataUrlOrMediaRequired": "One of data_url or media_id is required",
+ "dataUrlMediaConflict": "Only one of data_url or media_id can be defined",
+ "size_error": "The file size should be less than :param1 MB",
+ "mime_type_not_allowed": "Ο τύπος αρχείου δεν υποστηρίζεται. Ανεβάστε ένα αρχείο εικόνας.",
+ "mime_not_empty": "MIME type not found. The MIME type must be set for the file.",
+ "contact": {
+ "invalid_phone": "Μη έγκυρος αριθμός τηλεφώνου {{param1}}",
+ "invalid_email": "Invalid email {{param1}}"
+ },
+ "email": {
+ "title": "{{sitename}} New post: {{title}}",
+ "message": "New post on {{sitename}}{{title}}{{content}}View post: {{url}}"
+ },
+ "sms": {
+ "message": "{{sitename}} New post: {{title}}"
+ },
+ "publishedPostsLimitReached": "limit:{{posts}}",
+ "tagDoesNotExist": "category :value does not exist",
+ "attributeDoesNotExist": "attribute {{param1}} does not exist",
+ "tooManyValues": "Too many values for {{param1}} (max: {{param2}})",
+ "valueDoesNotExist": "value id {{param2}} for field {{param1}} does not exist",
+ "canNotUseExistingValueOnNewPost": "Cannot use existing value {{param2}} for field {{param1}} on a new post",
+ "postAttributeRequired": "attribute {{param1}} is required",
+ "taskAttributeRequired": "attribute {{param1}} is required before stage {{param2}} can be completed",
+ "emptyIdAndLocale": "Must have at least id or locale",
+ "emptyParentWithLocale": "Must have at parent id when passing locale",
+ "notAnArray": "Post values for {{param1}} must be an array",
+ "scalar": "Post values for {{param1}} must be scalar",
+ "doesTranslationExist": "Translation {{value}} for post {{param2}} already exists",
+ "published_to": {
+ "exists": "The role you are publishing to {{value}} does not exist"
+ },
+ "stageDoesNotExist": "Stage {{param1}} does not exist",
+ "stageRequired": "Stage {{param1}} is required before publishing",
+ "postNeedsApprovalBeforePublishing": "Post needs approval by an administrator before it can be published",
+ "postCanOnlyBeUnpublishedByAdmin": "Post can only be unpublished by an administrator",
+ "alreadyLockedByDifferentUser": "Η Ανάρτηση είναι κλειδωμένη απο διαφορετικό χρήστη και δεν μπορεί να επικαιροποιηθεί ",
+ "values": {
+ "date": "The field {{param1}} must be a date, Given: {{param2}}",
+ "decimal": "The field {{param1}} must be a decimal with 2 places, Given: {{param2}}",
+ "digit": "The field {{param1}} must be a digit, Given: {{param2}}",
+ "email": "The field {{param1}} must be an email address, Given: {{param2}}",
+ "exists": "The field {{param1}} must be a valid post id, Post id: {{param2}}",
+ "tagExists": "The field {{param1}} must be a valid category id or name, Category: {{param2}}",
+ "max_length": "The field {{param1}} must not exceed :param2 characters long, Given: {{param2}}",
+ "invalidForm": "The field {{param1}} has the wrong post type, Post id:{{param2}}",
+ "numeric": "The field {{param1}} must be numeric, Given: {{param2}}",
+ "scalar": "The field {{param1}} must be scalar, Given: {{param2}}",
+ "point": "The field {{param1}} must be an array of lat and lon",
+ "lat": "the field {{param1}} must contain a valid latitude",
+ "lon": "the field {{param1}} must contain a valid longitude",
+ "url": "The field {{param1}} must be a url, Given: {{param2}}",
+ "video_type": "The field {{param1}} must be either a youtube or vimeo url, Given: {{param2}}"
+ },
+ "role": {
+ "isRoleValid": "Role must match the parent category",
+ "exists": "Role {{value}} does not exist"
+ },
+ "description_regex": "Η περιγραφή πρέπει να περιέχει μόνο γράμματα, αριθμούς, διαστήματα και σημεία στίξης",
+ "regex": "Το όνομα της κατηγορίας πρέπει να περιέχει μόνο γράμματα, αριθμούς, κενά και σημεία στίξης",
+ "isUniqueEmail": "{{field}} is already in use",
+ "isUniqueUsername": "{{field}} is already in use",
+ "isUserSelf": "You cannot change your own role",
+ "adminUserLimitReached": "limit:{{:admin}}"
+ }
+}
diff --git a/apps/web-mzima-client/src/assets/locales/en_GB.json b/apps/web-mzima-client/src/assets/locales/en_GB.json
new file mode 100644
index 00000000000..e8285e39ce4
--- /dev/null
+++ b/apps/web-mzima-client/src/assets/locales/en_GB.json
@@ -0,0 +1,2770 @@
+{
+ "app": {
+ "contact_email_address": "Contact email address:",
+ "powered_by_ushahidi": "Powered by Ushahidi.",
+ "support": "Ushahidi Support",
+ "by": "by",
+ "submit": "Submit",
+ "anonymous": "Anonymous",
+ "submitting": "Submitting",
+ "submit_another": "Submit & Add Another",
+ "submit_response": "Submit a survey response",
+ "can_see_this": "can see this",
+ "collection": "Collection",
+ "collections": "Collections",
+ "create_collection": "Create collection",
+ "add_collection": "Add collection",
+ "export_to_csv": "Export filtered data",
+ "create_new": "Create new",
+ "create_new_survey": "Create new survey",
+ "created_by": "Created by {{author}}",
+ "date_created": "Date created",
+ "date_updated": "Date updated",
+ "choose_photo": "Choose photo",
+ "choose": "Choose...",
+ "add_all_fields": "Add all fields",
+ "insert_text_here": "Insert text here...",
+ "deployment_not_found" : {
+ "text" : "Sorry, that deployment does not exist. Would you like to create a new deployment?",
+ "button_exit" : "Exit",
+ "button_create_deployment" : "Create Deployment"
+ },
+ "documentation": {
+ "title": "Documentation",
+ "description": "Learn how to set up, configure, and manage your Ushahidi deployment."
+ },
+ "donate": "Donate",
+ "donation": "Donation",
+ "disable_monetization": "Disable Monetisation",
+ "enable_monetization": "Enable Monetisation",
+ "enable_monetization_error": "Fill in the required fields above before enabling monetisation.",
+ "enable_monetization_info": "Monetisation is currently disabled.",
+ "intercom": {
+ "intercom": "Intercom",
+ "description": "Contact Ushahidi staff for chat support"
+ },
+ "onboarding": {
+ "title": "Onboarding",
+ "description": "Take a look at the Ushahidi onboarding again."
+ },
+ "report_a_bug": {
+ "title": "Report a bug",
+ "description": "Tell us when something doesn't work the way you expected."
+ },
+ "edit_collection": "Edit collection",
+ "features": {
+ "title": "Features",
+ "description": "See what Ushahidi can do and how it works."
+ },
+ "forbidden": "Sorry, you're not allowed to do that.",
+ "forbidden-login": "Please enter your login details to access the deployment.",
+ "contact_with_admin": "Or contact the Admin ",
+ "404": "That URL doesn't exist",
+ "page-not-found": "Page not found",
+ "get_notifications": "Get notifications",
+ "turn_off_notifications": "Turn off notifications",
+ "load_more": "Load more",
+ "loading": "Loading",
+ "loading_saved_searches": "Loading saved searches",
+ "more": "More",
+ "cancel": "Cancel",
+ "save": "Save",
+ "save_and_close": "Save & close",
+ "update": "Update",
+ "update_and_close": "Update & close",
+ "add_and_close": "Add & close",
+ "updating": "Updating",
+ "saving": "Saving",
+ "settings": "Settings",
+ "share": "Share",
+ "specific_roles": "Specific roles...",
+ "general": "General",
+ "surveys": "Surveys",
+ "add_survey": "Add Survey",
+ "edit_survey": "Edit Survey",
+ "data_sources": "Data Sources",
+ "import": "Import",
+ "users": "Users",
+ "edit_user": "Edit User",
+ "add_user": "Add User",
+ "edit": "Edit",
+ "roles": "Roles",
+ "edit_role": "Edit Role",
+ "add_role": "Add Role",
+ "webhooks": "Webhooks",
+ "edit_webhook": "Edit Webhook",
+ "add_webhook": "Add Webhook",
+ "categories": "Categories",
+ "edit_category": "Edit Category",
+ "add_category": "Add Category",
+ "categories_count": "{{count}} categories",
+ "plans": "Plans",
+ "delete": "Delete",
+ "description": "Description",
+ "color": "Colour",
+ "search_users": "Search users",
+ "searching": "Searching",
+ "show_hide": "Show/Hide",
+ "fields": "Fields",
+ "no_results": "No results found.",
+ "current_results": "Current results:",
+ "filter_by": "Filter by...",
+ "sort_filter": "Sort & filter",
+ "apply_filters": "Apply",
+ "close_and_view": "Close and view results",
+ "show_more_less": "Show more/less",
+ "filters": "Filters",
+ "filters_and_sorting": "Filters and sorting",
+ "filter_by_survey": "Filter by survey",
+ "configure": "Configure",
+ "post": "Post",
+ "name": "Name",
+ "key": "Key",
+ "survey_web_address": "Your survey's web address",
+ "default_value": "Default value (optional):",
+ "select_one": "Select One",
+ "sort_and_filter": "Sort & filter",
+ "saved_search": "Saved Search",
+ "tasks": "Tasks",
+ "return_to_all_posts": "Return to all posts",
+ "this_deplyment_is_private": "This deployment is private",
+ "private_deployment": "Private Deployment",
+ "mark_as": "Mark as",
+ "who_can_see_this_category": "Who can see this category?",
+ "this_category_is_child_to": "This category is a child to {{parent}}",
+ "nothing": "Nothing",
+ "who_can_see_this": "Who can see this?",
+ "add": "Add",
+ "add_new_category": "Add category",
+ "sort_by": "Sort By ...",
+ "newest_first": "Newest first",
+ "oldest_first": "Oldest first",
+ "language": "Language",
+ "select_language": "Select language",
+ "add_new_post": "Add new post",
+ "previous": "Previous",
+ "duplicate": "Duplicate",
+ "yes_delete": "Yes, delete",
+ "no_go_back": "No, go back",
+ "are_you_sure_you_want_to_delete": "Are you sure you want to Delete",
+ "action_cannot_be_undone": "This action cannot be undone.
Are you sure?
",
+ "you_are_not_authorized": "You are not authorised",
+ "lost_internet_connection": "Lost Internet connection",
+ "tweet_is_unavailable": "This tweet is unavailable",
+ "file_uploader": "File uploader",
+ "preview_image": "Preview image",
+ "privacy_policy": "Privacy Policy",
+ "terms_and_conditions": "Terms and Conditions",
+ "ok_sounds_good": "OK, sounds good",
+ "next_step": "Next step",
+ "we_are_aware_there_are_some_issues_here": "We are aware there are some issues here. The team is working on fixing them.",
+ "you_are_using_old_deployment_version": "You are using Deployment Version - {{api_version}}. The latest version is v5. Please, update your Deployment for users access.",
+ "outdated_deployment": "Outdated Deployment!",
+ "the_deployment_is_outdated": "The Deployment is outdated, therefore some bugs may occur, till Admin update it.",
+ "your_deployment_is_outdated": "Your Deployment is outdated",
+ "we_ve_updated_deployments_to_version_5": "We’ve updated Deployments to version 5. Users may not have access to your deployment soon. ",
+ "for_more_details_on_deployment_update": "For more details on deployment update, go to Help & Support (this should be a link) or send an email to:",
+ "open_chat": "Open Chat",
+ "end_post": "End of Posts"
+ },
+ "cookies": {
+ "we_use_cookies": "Howdy! We use cookies to make your experience better.",
+ "cookies_privacy": "If you want to know more or withdraw your consent, please go to our Privacy Policy.",
+ "decline": "Decline",
+ "accept_cookies": "Accept cookies"
+ },
+ "404": {
+ "404": "404",
+ "error": "error",
+ "description": "Oops... Sorry, we can’t find the page that you’re looking for.
Please search by another phrase or go back to the Map View.",
+ "button": "Go to the Map View"
+ },
+ "toolbar": {
+ "searchbar": {
+ "search_entity": "Search {{entity}}",
+ "search_all_entities_for": "Search all {{entity}} for "
+ }
+ },
+ "color_picker": {
+ "hex_value": "Hex Value",
+ "red": "Red",
+ "gold": "Gold",
+ "blue": "Blue",
+ "green": "Green"
+ },
+ "feature_limits": {
+ "view_unavailable": "The {{value}} view isn't available on your current plan. Upgrade your plan to get it!"
+ },
+ "limit": {
+ "plan_limit": "Ushahidi Plan Limit",
+ "post_limit_reached": "You have reached the limit of published Posts for your plan.",
+ "admin_limit_reached": "You have reached the limit of admin users for your plan.",
+ "post_type_limit_reached": "You have reached the surveys limit for your plan.",
+ "upgrade": "Upgrade"
+ },
+ "activity": {
+ "activity_over_time": "Activity over time",
+ "activity_by_volume": "Activity by volume",
+ "recent_activity_timeline": "Recent Activity timeline",
+ "new_post": "New Post",
+ "by": "By",
+ "context_body": "A summary of how people are interacting with {{site}}.",
+ "inbound": "Inbound Response Messages",
+ "outbound": "Outbound Surveying Messages",
+ "recipients": "Unique Recipients of Targeted Survey",
+ "responders": "Unique Responders to Targeted Survey",
+ "all_targeted": "All Targeted Surveys",
+ "no_targeted": "You don't have any Targeted Survey data to show.",
+ "all_sources": "All Data Souces",
+ "web_mobile": "Web and Mobile",
+ "email": "email",
+ "sms": "sms",
+ "twitter": "twitter",
+ "all_crowdsourced": "All Crowdsourced Surveys",
+ "no_crowdsourced": "You don't have any Crowdsourced Survey data to show.",
+ "targeted_activity": "Tageted Survey Activity",
+ "crowdsourced_activity": "Crowdsourced Survey Activity",
+ "tooltip_template": "This is the single point tooltip template"
+ },
+ "form": {
+ "add_field": "Add Field",
+ "add_field_instructions": "Add instructions to this field",
+ "add_field_instructions_info": "These instructions will be presented as a tooltip to a user when filling in this field.",
+ "add_field_instructions_placeholder": "Explain this field...",
+ "add_post_type": "Add Survey",
+ "add_step": "Add Task",
+ "add_language": "Add language",
+ "added_form_stage_attribute": "Saved field",
+ "field_allowed_relation_post_type": "Allowed surveys",
+ "choose_order_message": "Choose and order the fields that you would like to include in this survey",
+ "created_form_stage": "Saved task",
+ "currently_disabled": "This survey is currently disabled.",
+ "custom_structure": "Custom Structure",
+ "default_date_placeholder": "Default date",
+ "default_date_hint": "If no date is added, the current time of posting would be added by default. The user can still update the {{ field_name }} after post submission.",
+ "default_default_placeholder": "Default value",
+ "default_location_placeholder": "Nairobi, Kenya",
+ "delete_post_type": "Delete this survey",
+ "deleted_form": "Deleted Survey",
+ "deleted_form_stage": "Deleted Task",
+ "deleted_form_stage_attribute": "Deleted field",
+ "editable_by": "Editable By",
+ "edit_post_step": "Edit Task: {{step}}",
+ "edit_post_type": "Edit Survey: {{form}}",
+ "edit_post_types": "Edit Surveys",
+ "field_add_option": "Add",
+ "field_add_other": "Add other",
+ "field_add_other_desc": "Allows entering a custom option that is not listed among the provided choices.",
+ "field_default": "Field Default",
+ "field_key": "Field Key",
+ "field_type": "Field Type",
+ "field_name": "Field Name",
+ "field_options": "Field Options",
+ "field_key_placeholder": "field-key",
+ "field_name_placeholder": "Name this field",
+ "field_option_placeholder": "Option 1",
+ "field_required": "This field is required",
+ "form_name": "Name",
+ "form_description": "Description",
+ "forms": "Forms",
+ "form_stage_settings_saved": "Saved settings",
+ "permission_public": "Public",
+ "permission_admin": "Admin",
+ "permission_self": "Only Me",
+ "post_type_settings": "Survey Settings",
+ "post_step_settings": "Task Settings",
+ "priority_changed": "Changed priority",
+ "save_and_close": "Save & Close",
+ "save_post_type": "Save Survey",
+ "save_post_step": "Save Task",
+ "saved_form": "Survey saved.",
+ "select_language": "Select languages",
+ "step_delete": "Delete",
+ "step_name": "Task Name",
+ "step_rename": "Rename",
+ "step_required": "This task is required",
+ "post_step": "Post",
+ "type": "type",
+ "visible_to": "Visible To",
+ "choose_language": "Choose language for translation",
+ "error_input_number": "Please input {{type}} type number"
+ },
+ "survey": {
+ "no_tasks": "No tasks",
+ "select_categories": "Select categories",
+ "select_related_post": "Select related post",
+ "no_fields": "No fields",
+ "select_color": "Select colour",
+ "choose_survey": "Choose survey",
+ "marked_for_internal": {
+ "header": "Internal Use Only",
+ "body": "This task is marked for internal use only. It is not seen by users when they create a post."
+ },
+ "task_is_marked_as": {
+ "not_completed": "Task Complete? - Use toggle below",
+ "completed": "You have marked \"{{taskName}}\" Task as Completed!"
+ },
+ "delete_task": "Delete task",
+ "duplicate_survey": "Duplicate",
+ "main_info": "Main info",
+ "internal_use_task": "Task is only for internal use",
+ "internal_use_task_desc": "This task will only be visible to User who have Manage Post permission.",
+ "duplicate_task": "Duplicate task",
+ "duplicate_option": "Duplicate option is present",
+ "special_characters_option": "This option contains special characters",
+ "show_this_task_to": "Show this task to everyone when published",
+ "show_this_task_to_desc": "When a survey response is published, data from this task will be displayed.",
+ "survey_name": "Survey name",
+ "describe_your_survey": "Describe your survey...",
+ "describe_this_task": "Describe this task...",
+ "untitled_task": "Untitled task",
+ "add_task": "Add Task",
+ "title": "Title",
+ "field_allowed_relation_survey": "Allowed surveys",
+ "collect_image_caption": "Include image caption field",
+ "collect_media_caption": "Include caption field",
+ "disable_caption_field_explanation": "This will disable and hide all existing captions for this field, but you can re-enable them at any time.",
+ "description": "Description",
+ "task_description": "Task description",
+ "post_fields": "Post fields",
+ "task_fields": "Task fields",
+ "show_task": "Show this task to everyone when the post is published",
+ "task_info": "You can add additional information to each post, like translations or verification, and assign them to people by adding Tasks. You can choose from pre-built tasks or create your own from scratch.",
+ "text_desc": "A sentence or less",
+ "short_text": "Short text",
+ "long_text": "Long text",
+ "number_decimal": "Number (Decimal)",
+ "number_integer": "Number (Integer)",
+ "location": "Location",
+ "date": "Date",
+ "datetime": "Date & Time",
+ "select": "Select",
+ "radio_button": "Radio Button(s)",
+ "checkbox": "Checkbox(es)",
+ "related_post": "Related Post",
+ "related_post_info": "Please note, the posts to relate to needs to be published, posts that are \"Under review\" will not appear in the search-results",
+ "upload_image": "Image",
+ "upload_document": "Document",
+ "upload_audio": "Audio",
+ "embed_video": "Embed video",
+ "markdown": "Markdown",
+ "categories": "Categories",
+ "textarea_desc": "Multiple sentences or paragraphs",
+ "decimal_desc": "A number with decimal places",
+ "integer_desc": "A whole number",
+ "location_desc": "A geographic location chosen via a map",
+ "date_desc": "A date with year, month, day",
+ "datetime_desc": "A date with time in hours and minutes",
+ "select_desc": "A drop down list of items",
+ "radio_desc": "Allows the user to choose only one of a predefined set of options.",
+ "checkbox_desc": "Allows the user to choose one or more of a predefined set of options.",
+ "relation_desc": "Create a relation between different surveys",
+ "upload_desc": "Allows image(s) to be uploaded to the post",
+ "audio_desc": "Allows audio file(s) to be uploaded to the post",
+ "document_desc": "Allows document(s) to be uploaded to the post",
+ "video_desc": "Allows Youtube or Vimeo videos to be embed in the post",
+ "maximum_upload_size" : "Maximum Upload Size",
+ "small_upload_size" : "Small",
+ "medium_upload_size" : "Medium",
+ "large_upload_size" : "Large",
+ "markdown_desc": "Allows the use of markdown syntax to style the field content.",
+ "tasks": "Tasks",
+ "task_visible_when_published": "This task will be visible when post is published.",
+ "show_field_description": "Add field description (optional):",
+ "add_field": "Add {{fieldType | lowercase}} field",
+ "edit_field": "Edit {{fieldType | lowercase}} field",
+ "build": "Build",
+ "configure": "Configure",
+ "require_section": "Require this task be completed before a post can be visible to the public",
+ "hide_author_information": "Hide author information",
+ "hide_author_information_desc": "Only people with permission to edit responses will be able to see who submitted them; and only when editing them.",
+ "hide_location_information": "Hide exact location information",
+ "hide_location_information_desc": "Only people with permission to edit responses will be able to see exact locations. Other people will see rounded locations. The location will be accurate to {{precision}}km.",
+ "hide_time_information": "Hide exact time information",
+ "hide_time_information_desc": "Only people with permission to edit responses will be able to see exact time submitted. Other people will see only the date.",
+ "share": "Share",
+ "task_name": "Task name",
+ "required_field": "Required",
+ "required": "Required",
+ "required_desc": "Require this task be completed before a post can be visible to the public.",
+ "require_field_desc": "Require this field be completed",
+ "name_this_task": "Name this task...",
+ "require_review": "Require posts to be reviewed before they're published",
+ "require_review_desc": "New responses to this survey will be put 'under review', and therefore not immediately visible to the public. Users with permission to review the response can review and 'publish' them, which would then make them visible to everyone.",
+ "require_task": "Required",
+ "make_response_private": "Make responses private",
+ "response_private_desc": "Only people with permission to edit responses can see responses to this field",
+ "require_task_desc": "Require this task be completed before a post can be visible to the public",
+ "survey_permissions": "Survey permissions",
+ "only_edit": "Only people with permission to edit responses will be able to see responses to this field.",
+ "who_can_add": "Who can add to this survey",
+ "survey_field": "Survey field",
+ "choose_survey_field": "Choose what should be assigned to each survey field",
+ "choose_survey_field_desc": "Each of the survey's fields are listed below. Choose the data from {{datasource_type}} that you'd like to use to populate each of those fields.",
+ "who_can_contribute_to_task": "Who can contribute to fields in this task",
+ "view_detail": "Detail",
+ "no_options_for_this_field": "No options for this field",
+ "add_options_first": "Add options first",
+ "delete": {
+ "desc": "If you delete this survey, all of its posts will also be deleted. Proceed with caution.",
+ "delete": "Delete survey",
+ "delete_this": "Delete this survey",
+ "delete_this_field": "Delete this field",
+ "delete_field": "Delete field",
+ "desc_field": "If you delete this field, all of the data that was collected within it will also be deleted. Proceed with caution."
+ },
+ "name": "Survey name",
+ "color": {
+ "color": "Colour",
+ "hex": "Hex value",
+ "red": "Red",
+ "gold": "Gold",
+ "blue": "Blue",
+ "green": "Green"
+ },
+ "who": "Who can see this?",
+ "task": {
+ "delete": {
+ "desc": "If you delete this task, all of the data captured in it will also be deleted. Proceed with caution.",
+ "delete": "Delete task",
+ "delete_this": "Delete this task"
+ }
+ },
+ "fields": {
+ "fields_title": "Fields",
+ "validation": {
+ "required": "Required fields are missing, these fields are marked with an *.",
+ "special_characters": "{{name}} field contains special characters"
+ }
+ },
+ "targeted_survey": {
+ "title": "Create a new targeted survey",
+ "description": "Send questions via SMS to a list of those phone numbers.",
+ "name_title": "Name your survey",
+ "name": "Survey name",
+ "description_title": "Survey Description",
+ "audience_title": "Choose your audience",
+ "add_questions_title": "Add your questions",
+ "add_questions_description": "We will send each question as a separate SMS. After someone responds, we will send the next question in the survey.",
+ "add_another": "Add another question...",
+ "add_a_question": "Add a question...",
+ "edit_title": "Edit question",
+ "new_question_title": "New Question",
+ "question_text": "Question text",
+ "question_description": "This is what users will see when they go to your survey.",
+ "sample_question": "Sample question: Hi there! How are you feeling today? Your response is free.",
+ "char_remains": "{{remaining}}/160 characters remaining",
+ "publish": "Publish survey",
+ "delete": "Delete",
+ "send_to_old_number_warning": "If you are messaging a number that you have messaged in the past, that person's responses will always apply to the most recent survey. They will no longer be able to reply to previous unanswered survey questions.",
+ "publish_description_many": "We will send {{questions}} questions to {{numbers}} people via SMS for a total of {{total_sms_messages}} messages. Your telecommunications provider will charge you for each message. Please be careful about the costs you will incur by sending this survey. This action cannot be undone.",
+ "publish_description_one_question": "We will send {{questions}} question to {{numbers}} people via SMS for a total of {{total_sms_messages}} messages. Your telecommunications provider will charge you for each message. Please be careful about the costs you will incur by sending this survey. This action cannot be undone.",
+ "publish_description_one_number": "We will send {{questions}} questions to {{numbers}} person via SMS for a total of {{total_sms_messages}} messages. Your telecommunications provider will charge you for each message. Please be careful about the costs you will incur by sending this survey. This action cannot be undone.",
+ "publish_description_one_number_one_question": "We will send {{questions}} question to {{numbers}} person via SMS for a total of {{total_sms_messages}} message. Your telecommunications provider will charge you for each message. Please be careful about the costs you will incur by sending this survey. This action cannot be undone.",
+ "question_warning": "You must enter at least 1 question.",
+ "publish_warning": "Are you sure you ant to send this SMS survey?",
+ "publish_notification_many": "{{messages}} messages will be sent as part of this survey. You will be charged for these messages by your telecommunications provider",
+ "publish_notification_one": "{{messages}} message will be sent as part of this survey. You will be charged for that message by your telecommunications provider",
+ "hide_responders": "Hide information about responders",
+ "hide_responders_desc": "The phone numbers of the people who respond to your questions remain hidden from the public site. Only the team members with edit permissions will be able to see them.",
+ "notification_button": "View survey in datamode",
+ "name_warning": "You must give your survey a name.",
+ "description_warning": "You must give your survey a description.",
+ "send_to_person": "Targeted: Send this survey to {{recipientCount}} person via SMS",
+ "send_to_people": "Targeted: Send this survey to {{recipientCount}} people via SMS",
+ "country_code": "Country Code",
+ "country_code_error": "You must select a country.",
+ "select_country": "Select Country",
+ "phone_numbers": "Phone Numbers",
+ "phone_number_warning": "You must enter at least 1 phone number.",
+ "one_repeat_alert": "We removed a total of {{repeatCount}} repeat number from your list.",
+ "multi_repeat_alert": "We removed a total of {{repeatCount}} repeat numbers from your list.",
+ "multi_number_error": "Of the {{total}} phone numbers you entered, we noticed problems with {{bad}} of them. Please correct the phone numbers below and continue. Numbers must match the selected country's formatting rules.",
+ "one_number_error": "Of the {{total}} phone numbers you entered, we noticed problems with {{bad}} of them. Please correct the phone number below and continue. Numbers must match the selected country's formatting rules.",
+ "multi_numbers_good": "These {{good_numbers}} numbers look fine.",
+ "one_number_good": "This {{good_numbers}} number looks fine.",
+ "question_error": "You must add at least one question.",
+ "phone_number_instructions": "Please type in the phone numbers you'd like to contact. You must place a comma between each phone number.",
+ "targeted_survey": "Targeted Survey",
+ "targeted_survey_desc": "We sent this survey via SMS",
+ "sent_messages": "We have sent {{totalSent}} messages, and",
+ "sent_message": "We have sent {{totalSent}} message, and",
+ "received_responses": "you have received {{responses}} responses ",
+ "received_response": "you have received {{responses}} response ",
+ "recipients_count": "from {{recipients}} recipients so far.",
+ "recipient_count": "from {{recipients}} recipient so far.",
+ "error_message": "An error occurred while trying to save your targeted survey",
+ "error_contacts": "Some of the numbers you provided failed, please check your numbers and try again",
+ "pending_messages": "We are processing {{totalPending}} messages.",
+ "pending_message": "We are processing {{totalPending}} message.",
+ "cancel": "Cancel"
+ }
+ },
+ "global_filter": {
+ "filter": "Filter",
+ "categories": {
+ "categories": "Categories",
+ "all_categories": "All Categories"
+ },
+ "post_types": {
+ "post_types": "Surveys",
+ "all_types": "All Types",
+ "unstructured": "Unstructured"
+ },
+ "post_statuses": {
+ "post_statuses": "Status",
+ "all_statuses": "Any Status",
+ "draft": "Draft",
+ "published": "Published"
+ },
+ "post_stages": {
+ "post_stages": "Current Task",
+ "all_stages": "All Tasks"
+ },
+ "collections": {
+ "collections": "Collections",
+ "all_collections": "All Collections",
+ "search_collections": "Search Collections"
+ },
+ "sorting": "Sorting",
+ "sort": {
+ "order": {
+ "filter_type_tag": "Order",
+ "desc": "Newest first",
+ "asc": "Oldest first"
+ },
+ "orderby": {
+ "post_date": "Post Date",
+ "created": "Date created",
+ "updated": "Date updated"
+ },
+ "unlockedOnTop": {
+ "filter_type_tag": "Unlocked posts on top"
+ }
+ },
+ "filter_tabs": {
+ "order": "Order",
+ "order_group": {
+ "orderby": {
+ "post_date": "Post Date",
+ "created": "Date created",
+ "updated": "Date updated"
+ },
+ "order": {
+ "desc": "Newest first",
+ "asc": "Oldest first"
+ },
+ "unlocked_on_top_yes": "Yes",
+ "unlocked_on_top_no": "No"
+ },
+ "orderby": "Order by",
+ "order_unlocked_on_top": "Unlocked posts on top",
+ "savedsearch": "Saved Search",
+ "saved_search": "Saved Search",
+ "q": "Keyword",
+ "created_after": "Start date",
+ "created_before": "End date",
+ "date_after": "Start date",
+ "date_before": "End date",
+ "center_point": "Location",
+ "tags": "Category",
+ "form": "Survey",
+ "current_stage": "Current Task",
+ "set": "Collection",
+ "status": "Status",
+ "expires": "Expires",
+ "download": "Download",
+ "location_value": "Within {{km}} km of {{value}}",
+ "visible_to": "Visible to",
+ "user": "User",
+ "has_location": "Post-locations",
+ "all_posts": "Show all posts",
+ "unmapped": "Show unmapped posts",
+ "mapped": "Show posts with a location",
+ "source": "Source"
+ },
+ "unmapped_start_one": "There is",
+ "unmapped_start_many": "There are",
+ "unmapped_one": "{{ notShownPostsCount }} post",
+ "unmapped_many": "{{ notShownPostsCount }} posts",
+ "unmapped_end": "not shown here because they don't include location information.",
+ "unmapped_none": "No posts without location information.",
+ "more": "More",
+ "keyword": "Keyword",
+ "start_date": "Start Date",
+ "start_date_placeholder": "25 Jan 2014",
+ "end_date": "End Date",
+ "end_date_placeholder": "25 April 2014",
+ "location": "Location",
+ "location_placeholder": "Enter city or address",
+ "city_or_address": "City or address",
+ "viewing_mode": "Viewing mode",
+ "within_km": "Within",
+ "km": "Km",
+ "within_km_placeholder": "Distance",
+ "option_1": "within 1 km",
+ "option_2": "within 2 km",
+ "option_3": "within 5 km",
+ "option_4": "within 10 km",
+ "option_5": "within 50 km",
+ "option_6": "within 100 km",
+ "option_7": "within 500 km",
+ "restore_defaults": "Restore Defaults",
+ "apply_filters": "Apply",
+ "save_to_set": "Save to Set",
+ "search": "Search post by keyword",
+ "date_range": "Date range",
+ "who_its_visible_to": "Who it's visible to",
+ "status": "Status",
+ "source": "Source",
+ "saved_filters": "Saved filters",
+ "saved_filter": "Saved filter",
+ "no_saved_filters": "No saved filters. Saved filter(s) will appear here for you to select once made available.",
+ "save_new_filter": "Save new filter",
+ "clear_all_filters": "Clear all filters",
+ "delete_this_saved_filter": "Are you sure you want to delete this saved filter?"
+ },
+ "graph": {
+ "all_posts": "Nothing; Show all posts",
+ "all": "All time",
+ "compare": "Compare...",
+ "compare_all": "Compare...",
+ "compare_status": "Compare status",
+ "compare_tags": "Compare categories",
+ "compare_form": "Compare surveys",
+ "compare_": "Compare ",
+ "created": "Created time",
+ "cumulative": "Show cumulative totals",
+ "cumulative_post_count": "Total post count",
+ "custom": "Custom date range",
+ "custom_display": "{{start || 'Beginning'}} to {{end || 'Now'}}",
+ "group_by_placeholder": "Graph",
+ "new_post_count": "New posts",
+ "none": "None",
+ "no_data": "No activity to show",
+ "post_count": "Post count",
+ "post_date": "Post created date",
+ "select_one": "Select one",
+ "week": "This week",
+ "month": "This month",
+ "updated": "Updated time"
+ },
+ "message": {
+ "button": {
+ "dismiss": "Dismiss",
+ "upgrade": "Upgrade now",
+ "default": "Ok",
+ "cancel": "Cancel"
+ }
+ },
+ "modal": {
+ "button": {
+ "close": "Close",
+ "done": "Done"
+ },
+ "donation": {
+ "thank_you_for_your_donation_start": "Web monetisation is enabled on this website. Thank you for your donation. You have donated",
+ "thank_you_for_your_donation_end": "so far",
+ "web_monetization_text": "Ushahidi deployments are now web monetisation enabled. Web monetisation is a way of supporting the websites you love without playing advertisers' game. All you need is to get your browser setup. Click the link below to learn how you can donate.",
+ "how_can_i_donate": "How can I donate?"
+ }
+ },
+ "nav": {
+ "open_menu": "Open menu",
+ "my_account": "My account",
+ "404": "Whoops",
+ "about": "About",
+ "activity": "Activity",
+ "add_post": "Add Post",
+ "account_settings": "Account Settings",
+ "alerts": "Alerts",
+ "all": "All",
+ "author_tagline": "By {{author}}",
+ "appearance": "Appearance",
+ "back": "Back",
+ "category": "Category",
+ "categories": "Categories",
+ "clear": "Clear",
+ "collections": "Collections",
+ "comments": "Comments",
+ "data_sources": "Data Sources",
+ "data_import": "Data Import",
+ "deployment_not_found": "Deployment Not Found",
+ "deselect": "Deselect",
+ "edit_profile": "Edit Profile",
+ "edit_post_type": "Edit Survey",
+ "everyone": "Everyone",
+ "export": "Export",
+ "forbidden": "Access Denied",
+ "dashboard": "Dashboard",
+ "delete": "Delete",
+ "edit": "Edit",
+ "filters": "Filters",
+ "forgotyourpassword": "Forgot your password?",
+ "resetpassword": "Reset password",
+ "resetmypassword": "Reset my password",
+ "forms": "Forms",
+ "help": "Help",
+ "home": "Home",
+ "login": "Log in",
+ "logout": "Log out",
+ "login_register": "Log in / Sign up",
+ "help_support": "Help & Support",
+ "registration": "Sign up",
+ "register": "Sign up",
+ "map_settings": "Map Settings",
+ "more": "More",
+ "notifications": "Notifications",
+ "receive_notifications": "Receive notifications",
+ "only_author": "Only the author",
+ "only_you": "Only you",
+ "people": "People",
+ "permissions": "Permissions",
+ "plan_settings": "Plan",
+ "please_wait_loading": "Please wait. Loading...",
+ "plugins": "Plugins",
+ "posts": "Posts",
+ "posts_and_entities": "Surveys",
+ "profile": "My Profile",
+ "role": "Role",
+ "roles": "Roles",
+ "webhook": "Webhook",
+ "webhooks": "Webhooks",
+ "saved_searches": "Saved Searches",
+ "search": "Search",
+ "select_all": "Select all",
+ "selected_items": "{{selectedItems}} selected",
+ "settings": "Settings",
+ "survey_settings": "Survey settings",
+ "tags": "Categories",
+ "today": "Today",
+ "general": "General Settings",
+ "type": "Type",
+ "unknown": "Unknown",
+ "unselect_all": "Unselect All",
+ "user": "User",
+ "users": "Users",
+ "views": "Views",
+ "yesterday": "Yesterday",
+ "map": "Map",
+ "data": "Data",
+ "feed": "Data view"
+ },
+ "views": {
+ "map": "Map view",
+ "list": "Timeline",
+ "activity": "Activity",
+ "data": "Data view"
+ },
+ "share": {
+ "share_deployment": "Share deployment",
+ "share_post": "Share post",
+ "web_address": "You survey's web address",
+ "embed_on_websites": "HTML embed on websites",
+ "copied": "Copied!",
+ "share_on_twitter": "Share on Twitter",
+ "share_on_facebook": "Share on Facebook"
+ },
+ "post": {
+ "post_count": "{{count}} posts",
+ "see_more_plural": "See {{newPostsCount}} new posts",
+ "see_more_singular": "See {{newPostsCount}} new post",
+ "add_to_form": "Add to {{form}}",
+ "posts": "Posts",
+ "post_title": "Post title",
+ "post_desc": "Post description",
+ "there_are_no_posts": "There are no posts",
+ "in_this_deployment": " in this deployment, yet.",
+ "posts_total": " {{posts}} of {{total_nb}} posts",
+ "posts_total_map": "Displaying {{posts}} of {{total_nb}} posts with location information on the map.",
+ "search_results": "Results:",
+ "by": "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": "Task completed",
+ "everyone": "Everyone",
+ "just_you": "Just you",
+ "specific_roles": "Specific roles...",
+ "can_see_this": "can see this",
+ "add_post_type": "Add {{form_name}}",
+ "edit_post_type": "Edit {{form_name}}",
+ "post": "Post",
+ "message": "Message",
+ "message_thread": "Message Thread",
+ "all_posts": "All Posts",
+ "no_search_results": "Your search didn't match any posts",
+ "no_search_results_location": "Your search didn't match any posts with location information",
+ "no_posts_yet": "There are no posts yet!",
+ "no_posts_yet_location": "There are no posts with location information yet!",
+ "add_first_post": "Add the first post",
+ "create_post": "Create Post",
+ "create": "Create",
+ "change": "Change",
+ "posted_by": "Posted by",
+ "draft": "Under review",
+ "archived": "Archived",
+ "edited_by": "Edited by",
+ "export": "Export",
+ "select_all": "Select All",
+ "unselect_all": "Unselect All",
+ "per_page": "{{count}} posts",
+ "post_details": "Post Details",
+ "steps": "This post's tasks",
+ "mark_complete": "Mark as Complete",
+ "complete": "Complete",
+ "type_details": "{{type}} Details",
+ "edit_post": "Edit Post",
+ "history": "History",
+ "hide_form": "Hide {{form}}",
+ "hide_unknown_form": "Hide Unknown",
+ "publish": "Publish to...",
+ "publish_for_you": "You",
+ "publish_for_everyone": "Everyone",
+ "published": "Published",
+ "unpublished": "Unpublished",
+ "published_by": "Published by",
+ "can_see_this_post": "can see this post",
+ "categories": "Categories",
+ "status": "Status",
+ "type": "Type",
+ "view": "View",
+ "step": "Task",
+ "update": "Update",
+ "options": "Options",
+ "complete_draft": "Complete (Draft)",
+ "complete_published": "Complete (Published)",
+ "structure": "Structure",
+ "source": "via {{source}}",
+ "visible_to_public": "This post is visible to the public",
+ "visible_to_you": "This post is visible to just you and admins",
+ "visible_to_roles": "This post is visible to {{roles}}",
+ "show_only_form": "Show only {{form}}",
+ "show_only_unknown_form": "Show only Unknown",
+ "delete_post": "Delete post",
+ "delete_this_post": "Delete this post",
+ "delete_post_desc": "If you delete this post, all of its comments will also be deleted. Proceed with caution.",
+ "read_more": "Read more",
+ "post_actions": {
+ "edit": "Edit",
+ "delete": "Delete",
+ "export": "Export",
+ "put_under_review": "Put under review",
+ "archive": "Archive",
+ "publish": "Publish"
+ },
+ "created_at": "Created at",
+ "updated_at": "Last updated at",
+ "author": "Author",
+ "post_date": "Post date",
+ "change_author": "Change author",
+ "status_published": "Published",
+ "status_review": "Under review",
+ "status_archived": "Archived",
+ "unknown_posts": "Unknown posts",
+ "my_posts": "My posts",
+ "unstructured_posts": "Unstructured posts",
+ "published_posts": "Published posts",
+ "all_posts_desc": "All posts",
+ "published_posts_desc": "All published posts",
+ "unstructured_posts_desc": "Unstructured posts",
+ "my_posts_desc": "Your posts",
+ "unknown_posts_desc": "Posts with no assigned survey",
+ "image_is_required": "Image is required",
+ "image_max_size": "Image exceed max file size",
+ "locking": {
+ "unlocked": "Post successfully unlocked",
+ "unlock": "Unlock",
+ "lock_broken_by_other": "Your Post has been unlocked. Your current unsaved changes will be lost.",
+ "locked_message": "The post is locked because {{ user }} is working on it right now. Try editing a different post.",
+ "locked_tooltip": "This post is being edited by someone else. Please try again later."
+
+ },
+ "modify": {
+ "intro": "Select survey:",
+ "no_task_values": "There are currently no saved values for this task.",
+ "create_type": "Create {{type}}",
+ "edit_type": "Edit {{type}}: {{title}}",
+ "add_a_post": "Add a post",
+ "add_to_survey": "Add to this survey",
+ "edit_post": "Edit {{title}}",
+ "change_type": "Change type",
+ "incomplete_step": "To publish a post all required tasks must be marked as complete. The required task {{stage}} has not yet been marked complete",
+ "save_post": "Save Post",
+ "publish": "Publish to...",
+ "publish_to": "Publish to {{role}}",
+ "published_to": "Published to {{role}}",
+ "unpublish": "Revert to Draft",
+ "everyone": "Everyone",
+ "back": "Back",
+ "contact_info": "Enter your contact info (optional)",
+ "author_realname": "Name",
+ "author_email": "Email",
+ "bulk_actions": "Bulk Actions",
+ "form": {
+ "categories": "Categories",
+ "description": "Description",
+ "location": "Location",
+ "title": "Title",
+ "link": {
+ "name": "Link Name",
+ "url": "Link URL",
+ "add_link": "Add Link"
+ }
+ }
+ },
+ "preview": {
+ "private": "private",
+ "public": "public",
+ "read_more": " ... Read More",
+ "tags": "Categories",
+ "post_actions": {
+ "post_actions": "Post Actions",
+ "select": "select",
+ "edit": "edit",
+ "set": "set",
+ "publish": "publish",
+ "unpublish": "unpublish",
+ "delete": "delete"
+ }
+ },
+ "messages": {
+ "by_sms": "By SMS",
+ "by_email": "By Email",
+ "by_twitter": "By Twitter",
+ "reply": "Reply to Message thread",
+ "send": "Send new message",
+ "save": "Save",
+ "simple_send": "Send",
+ "title": "Conversation with author",
+ "associated_messages": "View messages associated with this post",
+ "show_only_incoming": "Show only {{provider}} not assigned to a survey yet ",
+ "imported_by": "{{messages}} imported by this deployment",
+ "Twitter": "Twitter",
+ "Email": "Email",
+ "SMS": "SMS",
+ "previous_page": "<< Previous page",
+ "next_page": "Next page >>",
+ "empty_message_error": "You must add a message",
+ "no_messages": "There are no messages yet. Start a conversation with the author by sending a message below."
+ },
+ "valid": {
+ "no_changes": "You haven’t made any changes",
+ "invalid_state": "This post is currently in an invalid state. You'll need to complete all required tasks before you can re-publish this post. You can either complete the necessary tasks or give your post a different status, like \"under review.\"",
+ "validation_fail": "Required fields are missing, these fields are marked with an *.",
+ "validation_fail_other": "There was an error validating the data. Fields failing validation will display an error.",
+ "title": {
+ "required": "A title is required",
+ "minlength": "Title is too short",
+ "maxlength": "Title is too long"
+ },
+ "label": {
+ "required": "A name is required"
+ },
+ "content": {
+ "required": "Description cannot be empty"
+ },
+ "tags": {
+ "required": "Categories are required"
+ },
+ "values": {
+ "required": "\"{{label}}\" is required",
+ "parse": "\"{{label}}\" could not be parsed",
+ "date": "\"{{label}}\" must be a date",
+ "number": "\"{{label}}\" must be a number",
+ "step": "\"{{label}}\" must be an integer"
+ },
+ "author_name": {
+ "maxlength": "Name is too long"
+ },
+ "author_email": {
+ "email": "Invalid email"
+ }
+ },
+ "media": {
+ "enter_a": "Enter a",
+ "youtube": " Youtube",
+ "current_url": "Current image",
+ "add_caption": "Add caption",
+ "upload": "Upload",
+ "add_photo": "Add photo",
+ "add_audio": "Add audio",
+ "add_document": "Add document",
+ "retry" : "Retry",
+ "delete_photo": "Delete photo",
+ "replace_image": "Replace image",
+ "error_in_upload": "Your image is too large (maximum size is 1MB) or has the wrong format (allowed formats are gif, png, jpg and jpeg), please check and try again!",
+ "messages": {
+ "max_size" : "Your file is too large.",
+ "max_files" : "You have exceeded the maximum number of files.",
+ "required" : "Media is required.",
+ "invalid_type" : "Unsupported file type."
+ },
+ "status" : {
+ "uploading" : "Uploading...",
+ "upload_complete" : "Upload Complete!",
+ "upload_failed" : "Upload failed!"
+ }
+ },
+ "video": {
+ "enter_a_url": "Enter a video URL from Youtube or Vimeo."
+ },
+ "unstructured": {
+ "add_survey": {
+ "info": "This post hasn’t yet been assigned to a Survey within your Deployment. That’s because it was submitted via {{source}}, which doesn’t provide a way for the authors to add their post to a specific Survey. Assign this post to a Survey, using the form below.",
+ "choose": "Which survey would you like to add this post to?",
+ "title": "Add this post to a survey",
+ "save_and_edit": "Add to survey & edit"
+ },
+ "survey_title": "Unknown Survey"
+ },
+ "relation": {
+ "search": "Search"
+ },
+ "location": {
+ "location": "Location",
+ "you_can_search_or_click": "You can search or click the area of map where you want to place the marker.",
+ "search_address": "Search for addresses, place names, or coordinates...",
+ "nothing_found": "Nothing found",
+ "errors": {
+ "empty_lat": "Latitude is empty field",
+ "empty_lng": "Longitude is empty field",
+ "decimal_lat": "Latitude only decimal number",
+ "decimal_lng": "Longitude only decimal number"
+ }
+ }
+ },
+ "role": {
+ "are_you_sure_you_want_to_delete_role": "Are you sure you want to delete role {{roleName}}?",
+ "add_role": "Add Role",
+ "edit_role": "Edit Role",
+ "name": "Name",
+ "description": "Description",
+ "placeholder": {
+ "name": "Enter role name",
+ "description": "Enter role description"
+ },
+ "save": "Save Role",
+ "save_add_another": "Save & Add Another",
+ "permissions": "Permissions",
+ "delete": "Delete",
+ "delete_role": "Delete this role",
+ "delete_role_desc": "If you delete this role, all of the users assigned to it will be assigned default permissions. Proceed with caution.",
+ "everyone": "Everyone",
+ "just_you": "Just you",
+ "only_me": "Only me"
+ },
+ "webhook": {
+ "add_webhook": "Add Webhook",
+ "edit_webhook": "Edit Webhook",
+ "uuid": "Webhook UUID",
+ "name": "Name",
+ "shared_secret": "Shared Secret",
+ "url": "API URL",
+ "entity_type": "Entity Type",
+ "event_type": "Event Type",
+ "save": "Save Role",
+ "save_add_another": "Save & Add Another",
+ "delete": "Delete",
+ "delete_webhook": "Delete this webhook",
+ "delete_webhook_desc": "If you delete this webhook, all associated webhook events will be lost. Proceed with caution."
+ },
+ "saved_search": {
+ "visible_to_public": "This Saved Search is visible to the public",
+ "visible_to_you": "This Saved Search is visible to just you and admins",
+ "visible_to_roles": "This Saved Search is visible to {{roles}}",
+ "featured": "Featured",
+ "featured_tooltip": "Featured searches appear to all users in
the \"Saved Searches\" menu"
+ },
+ "collection": {
+ "visible_to_public": "This Collection is visible to the public",
+ "visible_to_you": "This collection will only be visible to you and admins",
+ "visible_to_roles": "This Collection is visible to {{roles}}",
+ "validation": {
+ "required": {
+ "name": "Collection name is required"
+ }
+ },
+ "errors": {
+ "permissions": "You do not have permission to view this collection"
+ }
+ },
+ "set": {
+ "by": "by",
+ "clear_search": "Clear Search",
+ "create_collection": "Create Collection",
+ "create_new": " Create New",
+ "create_savedsearch": "Create Saved Search",
+ "description": "Description",
+ "delete_collection": "Delete this collection",
+ "delete_savedsearch": "Delete this Saved Search",
+ "default_viewing_mode": "Default viewing mode",
+ "edit_collection_settings": "Edit Collection",
+ "edit_search_settings": "Edit Saved Search",
+ "featured": "Featured",
+ "featured_collection": "This collection is featured",
+ "featured_collection_tooltip": "Featured Collections appear to all users in
the \"Collections\" menu",
+ "find_a_collection": "Find a collection...",
+ "find_a_saved_search": "Find a saved search...",
+ "delete_saved_searches": "Delete Saved Searches",
+ "add_to_collection": "Add to Collection",
+ "empty_list_collections": "No collections",
+ "empty_list_savedsearches": "No saved searches",
+ "collection_name": "Collection name",
+ "name_your_collection": "Name your collection...",
+ "name_savedsearch": "Saved Search name",
+ "visible_to_collection": "Who can see this Collection",
+ "visible_to_savedsearch": "Who can see this Saved Search",
+ "reset_savedsearch": "Reset Search",
+ "save_set": "Save Collection",
+ "save_savedsearch": "Save Search",
+ "update_savedsearch": "Update Search",
+ "edit_savedsearch": "Edit Search",
+ "set_settings": "Collection Settings",
+ "add_notification": "Add Notification",
+ "remove": "remove",
+ "update_saved_filter": "Update Saved Filter",
+ "create_saved_filter": "Create Saved Filter",
+ "collection_saved": "Collection saved.",
+ "collection_updated": "Collection updated.",
+ "collection_description": "You can add posts to your collection from the Data view"
+ },
+ "category": {
+ "add_tag": "Add Category",
+ "save_add_another": "Save & Add Another",
+ "delete_category": "Delete category",
+ "delete_this_category": "Delete this category",
+ "delete_category_desc": "If you delete this category, it will no longer be associated with any posts. Proceed with caution.",
+ "show_categories": "Show available categories",
+ "child_permissions": "Permissions for this category are managed by the parent category.",
+ "which_categories": "Which categories should be available?",
+ "select_all": "Select All",
+ "choose_roles": "Choose Roles",
+ "create_tag": "Create Category",
+ "saved_tag": "Category saved.",
+ "deleted_tags": "Categories deleted.",
+ "manage_tags": "Manage Categories",
+ "edit_tag": "Edit Category",
+ "validation": {
+ "required": {
+ "name": "Category name is required"
+ }
+ },
+ "editor": {
+ "name": "Category Name",
+ "slug": "Category Link",
+ "slug_help": "If left blank, will be automatically generated from category name.",
+ "description": "Description",
+ "type": "Type",
+ "color": "Icon Colour",
+ "icon": "Icon Name",
+ "roles_help": "Only selected roles will be able to view this category."
+ },
+ "placeholder": {
+ "name": "Enter name",
+ "descriptions": "Enter description...",
+ "choose_parent_category": "Choose parent category..."
+ },
+ "types": {
+ "category": "Category",
+ "status": "Status"
+ },
+ "delete": "Delete",
+ "parent_category": "Parent category"
+ },
+ "tool": {
+ "manage_forms": "Manage Forms",
+ "manage_tags": "Manage Categories",
+ "manage_users": "Manage Users",
+ "manage_roles": "Manage Roles",
+ "manage_webhooks": "Manage Webhooks",
+ "manage_views": "Manage Views",
+ "manage_map_settings": "Manage Map Settings",
+ "manage_appearance_settings": "Manage Appearance Settings",
+ "manage_plugins": "Manage Plugins",
+ "appearance_settings": "Appearance Settings",
+ "map_settings": "Map Settings",
+ "site_settings": "Site Settings",
+ "settings": "Settings",
+ "tools": "Tools"
+ },
+ "map_settings": {
+ "admin_map_settings": "Map Settings",
+ "saved_map_settings": "Map Settings saved."
+ },
+ "settings": {
+ "api_key": "API Key",
+ "api_key_desc": "The API Key is unique to your deployment, it can be used to allow third party systems to interact with your Ushahidi deployment.",
+ "appearance": "Appearance Settings",
+ "continue": "Continue",
+ "create": "Create a new survey",
+ "create_open_or_targeted": "Create an open or targeted survey to gather information about Ushahidi.",
+ "current_header": "Current background image",
+ "customize_your_new_deployment": "Customise your new deployment",
+ "embed": "Embed",
+ "embed_info": "To embed your map on another site use the code snippet below.",
+ "settings_list": {
+ "general": "General",
+ "general_desc": "Change your deployment's name, description, logo, and other details.",
+ "surveys": "Surveys",
+ "surveys_desc": "Create and configure the surveys your deployment collects.",
+ "data_sources": "Data Sources",
+ "data_sources_desc": "Configure email, SMS, and social media channels that help your deployment collect survey data.",
+ "import": "Import",
+ "import_desc": "Upload survey data to your deployment from a CSV file.",
+ "user_settings": "Configure HDX API",
+ "user_settings_desc": "Configure your API so that your tagged Ushahidi data can be uploaded to your Humanitarian Data Exchange (HDX) account.",
+ "export": "Export data",
+ "export_hxl": "Export and tag data",
+ "export_desc_hxl": "Export your data as a CSV file or assign tags and attributes to your data and upload directly to a Humanitarian Data Exchange (HDX) account or export as a tagged CSV file.",
+ "export_desc": "Export all of your data as a CSV file or choose custom fields to export",
+ "users": "Users",
+ "users_desc": "Create and manage the people that contribute to your deployment.",
+ "roles": "Roles",
+ "roles_desc": "Create and manage the type of permissions your users have on your deployment.",
+ "categories": "Categories",
+ "categories_desc": "Create and manage the categories people can put posts into for improved organization.",
+ "webhooks": "Webhooks",
+ "webhooks_desc": "Create webhooks that send Ushahidi Platform data to external applications when specific events are triggered.",
+ "plans": "Plans",
+ "plan_desc": "Your deployment's current plan is {{current_plan}}.",
+ "donation": "Donation",
+ "donation_desc": "Create and manage the donations people can make towards your organisation."
+ },
+ "general_settings": {
+ "generate_api_key": "Generate API Key",
+ "private_settings": "Private settings:",
+ "api_key": "API Key",
+ "placeholder": {
+ "pick_location": "Pick Location..."
+ }
+ },
+ "user_settings": {
+ "user_settings_desc_1": "Here you can add your unique API key for your Humanitarian Data Exchange (HDX) account.",
+ "user_settings_desc_2": "Once set up, this will enable you to upload data directly to a Humanitarian Data Exchange (HDX) account.",
+ "user_settings_desc_3": "You can find your API key on your Humanitarian Data Exchange (HDX) profile once you're logged in.",
+ "view_guide": "View the guide to your API key",
+ "hdx_maintainer_id": "HDX Maintainer Id",
+ "api_key": "API key",
+ "profile_page": "Found on your Humanitarian Data Exchange (HDX) profile page",
+ "valid_key": "A valid key is required",
+ "valid_user": "A valid maintainer ID is required",
+ "api_key_saved": "API key saved! You can now tag your data and upload to a Humanitarian Data Exchange (HDX) account.",
+ "start_tagging": "Start tagging data",
+ "HDX": "Humanitarian Data Exchange",
+ "please_enter_maintainer_id": "Please enter maintainer ID",
+ "please_enter_api_key": "Please enter API key",
+ "hdx_maintainer_id_min_length": "HDX Maintainer ID is too short",
+ "api_key_min_length": "API key is too short"
+ },
+ "webhooks": {
+ "use_webhook_for": "Use webhook for",
+ "enable_source_destination": "Enable Source and Destination Fields",
+ "enable_source_destination_desc": "This webhook will only be applied to Surveys of the selected type.",
+ "destination": "Destination",
+ "placeholder": {
+ "name": "Please enter webhook name",
+ "shared_secret": "Please enter shared secret",
+ "api_url": "Please enter API URL"
+ },
+ "validation": {
+ "required": {
+ "name": "Webhook name is required",
+ "shared_secret": "Shared secret key is required",
+ "api_url": "API URL required",
+ "event_type": "Event type is required",
+ "event_entity": "Event entity is required"
+ },
+ "please_provide_valid_api_url": "Please provide valid API URL with http(s)://",
+ "secret_key_cannot_be_less_start": "Shared secret key can not less than",
+ "secret_key_cannot_be_less_end": "characters"
+ }
+ },
+ "data_sources": {
+ "choose_data_source": "Choose Data Source...",
+ "type_of_data_source": "Type of Data Source",
+ "provider_name": "{{providerName}} Data Source?",
+ "do_you_really_want_to_disconnect": "Do you really want to disconnect your provider?",
+ "add_source": "Add source",
+ "associate_with_form": "Import to survey",
+ "associate_with_form_desc": "All incoming data from {{provider}} will be used to create responses to the survey you choose",
+ "data_sources": "Data Sources",
+ "enable_provider_message": "Accept survey submissions from this source",
+ "hint_turn_on_off": "You can configure options for data sources, and then turn sources on and off.",
+ "hint_plugin_needs_configuring": "You need to configure this data source before you can enable it.",
+ "provider_options": "Options",
+ "configure": "Configure",
+ "options": "Options",
+ "saving_changes": "Saving",
+ "unavailable": "The datasource {{value}} is unavailable. Upgrade your plan to get it!",
+ "email": {
+ "incoming_server_type": "Incoming Server Type",
+ "incoming_server_type_pop": "POP",
+ "incoming_server_type_imap": "IMAP",
+ "incoming_server": "Incoming Server",
+ "incoming_server_desc": "Examples: mail.yourwebsite.com, imap.gmail.com, pop.gmail.com",
+ "incoming_server_port": "Incoming Server Port",
+ "incoming_server_port_desc": "Common ports: 110 (POP3), 143 (IMAP), 995 (POP3 with SSL), 993 (IMAP with SSL)",
+ "incoming_server_security": "Incoming Server Security",
+ "server_security_none": "None",
+ "server_security_SSL": "SSL",
+ "server_security_TLS": "TLS",
+ "incoming_username": "Incoming Username",
+ "username_desc": "Email account username",
+ "incoming_password": "Incoming Password",
+ "password_desc": "Email account password",
+ "outgoing_server_type": "Outgoing Server Type",
+ "outgoing_server_type_SMTP": "SMTP",
+ "outgoing_server_type_sendmail": "sendmail",
+ "outgoing_server_type_native": "Native",
+ "outgoing_server": "Outgoing Server",
+ "outgoing_server_desc": "Examples: smtp.yourhost.com, smtp.gmail.com",
+ "outgoing_server_port": "Outgoing Server Port",
+ "outgoing_server_port_desc": "Common ports: 25 (SMTP default), 465 (SMTP with SSL)",
+ "outgoing_server_security": "Outgoing Server Security",
+ "outgoing_username": "Outgoing Username",
+ "outgoing_password": "Outgoing Password",
+ "email_address": "Email Address",
+ "email_sender_name": "Email Sender Name",
+ "email_sender_name_desc": "Appears in the 'from:' field on outgoing emails"
+ },
+ "sms": {
+ "secret": "Secret",
+ "api_key_desc": "The API key",
+ "frontline_sms": {
+ "api_key": "Key",
+ "secret_desc": "Set a secret so that only authorized FrontlineCloud accounts can send/recieve message. You need to configure the same secret in the FrontlineCloud Activity."
+ },
+ "nexmo": {
+ "from": "From",
+ "from_desc": "The from number",
+ "secret_desc": "The secret value",
+ "api_key": "API Key",
+ "api_secret": "API secret",
+ "api_secret_desc": "The API secret"
+ },
+ "smssync": {
+ "intro_step_1": "Step 1: Download the 'SMSSync' app from the Android Market.",
+ "intro_step_1_desc": "Scan this QR Code with your phone to download the app from the Android Market",
+ "intro_step_2": "Step 2: Android App Settings",
+ "intro_step_2_desc": "Turn on SMSSync and use the following link as the Sync URL: ",
+ "secret_desc": "Set a secret so that only authorized SMSSync devices can send/recieve message. You need to configure the same secret in the SMSSync App."
+ },
+ "twilio": {
+ "phone_nb": "Phone Number",
+ "phone_nb_desc": "The from phone number. A Twilio phone number enabled for the type of message you wish to send. ",
+ "account_sid": "Account SID",
+ "account_sid_desc": "The unique ID of the Account that sent this message.",
+ "auth_token": "Auth Token",
+ "sms_auto_response": "SMS Auto response"
+ }
+ },
+ "twitter": {
+ "intro_step_1": "Step 1: Create a new Twitter application:
Twitter applications may take a few hours or days to be approved by Twitter.
Please be aware of this if you need this data quickly.",
+ "intro_step_1_desc": "Create a new twitter application",
+ "intro_step_2": "Step 2: Generate a consumer key and secret",
+ "intro_step_2_desc": "Once you've created the application click on \"Keys and Access Tokens\".
Then click \"Generate Consumer Key and Secret\".
Copy keys, tokens and secrets into the fields below.",
+ "consumer_key": "Consumer Key",
+ "consumer_key_desc": "Add the consumer key from your Twitter app.",
+ "consumer_secret": "Consumer Secret",
+ "consumer_secret_desc": "Add the consumer secret from your Twitter app.",
+ "access_token": "Access Token",
+ "access_token_desc": "Add the access token you generated for your Twitter app.",
+ "access_token_secret": "Access Token Secret",
+ "access_token_secret_desc": "Add the access secret that you generated for your Twitter app.",
+ "search_terms": "Twitter search terms",
+ "search_terms_desc": "Add search terms separated with commas"
+ }
+ },
+ "donation": {
+ "title": {
+ "label": "Donation title",
+ "placeholder": "Enter the title of your donation",
+ "required": "Donation title is required"
+ },
+ "description": {
+ "label": "Describe your donation",
+ "placeholder": "Enter text telling more about this donation"
+ },
+ "images": {
+ "label": "Donation images"
+ },
+ "wallet": {
+ "label": "Wallet address",
+ "placeholder": "Enter a wallet address e.g $ilp.uphold.com/example",
+ "required": "Donation wallet address is required"
+ },
+ "info": {
+ "start_one": "Please make sure you have your wallet set up on",
+ "start_two": "to set web monetisation.",
+ "start_three": "If you don't have a wallet already please click",
+ "here": "here",
+ "end": "to create one."
+ }
+ },
+ "roles": {
+ "member": "Member",
+ "admin": "Admin",
+ "manage_users": "Manage Users",
+ "manage_posts": "Manage Posts",
+ "manage_settings": "Manage Settings",
+ "bulk_data_import_and_export": "Bulk Data Import and Export",
+ "edit_their_own_posts": "Edit Their Own Posts",
+ "manage_collections_and_saved_searches": "Manage Collections and Saved Searches",
+ "delete_posts": "Delete Posts",
+ "delete_their_own_posts": "Delete Their Own Posts",
+ "registred_member": "Registered member",
+ "administrator": "Administrator",
+ "roles_description": "These options control what this type of role can make changes to. Visit our support guides to find out more."
+ },
+ "deployment_delete_this": "Delete this deployment",
+ "deployment_delete": "Delete deployment",
+ "deployment_delete_info": "If you delete this deployment, all of its data will also be deleted. Proceed with caution.",
+ "deployment_name": "Deployment name",
+ "deployment_logo": "Deployment logo",
+ "delete_logo": "Delete logo",
+ "map_default_baselayer": "Default base layer",
+ "map_location_precision": "Map Precision Level",
+ "map_precise_to": "When hide location is enabled for a survey, locations will be precise to: ",
+ "map_clustering": "Combine nearby posts",
+ "map_default_latitude": "Default latitude",
+ "map_default_longitude": "Default longitude",
+ "map_default_zoom_level": "Default zoom level",
+ "map_default_location": "Default location",
+ "new_survey": "Add Survey",
+ "send_targeted": "Send a targeted survey via SMS",
+ "send_crowdsourced": "Go back to crowd-sourced survey",
+ "site": "Site Settings",
+ "site_email": "Contact email address",
+ "site_email_note": "Use caution, as this will be visible to anyone on your site.",
+ "site_description": "Describe your site",
+ "site_description_placeholder": "An optional one sentence description",
+ "site_timezone": "Site timezone",
+ "site_language": "Site language",
+ "site_private": "Make this deployment private",
+ "site_private_desc": "Enabling this option makes your deployment and it’s data only accessible to registered users with the correct privileges, who must sign in for access",
+ "site_disable_registration": "Disable user sign up?",
+ "site_disable_registration_desc": "Checking this disables the registration feature. Admins will have to manually add users.",
+ "select_image": "Select image",
+ "saved_settings": "Deployment settings saved!",
+ "saved_map_settings": "Map settings saved!",
+ "features": {
+ "features": "Features",
+ "please_select_features": "Please select the features you would like to enable."
+ },
+ "generic_field_error": "Invalid entry, please try again.",
+ "skip": "Skip this task",
+ "add_first_post": "Add Your First Post",
+ "add_first_post_subtitle": "A deployment is nothing until it has some content in it.",
+ "invite_people": "Or invite people to help you create posts.",
+ "add_new_users": "Add New Users",
+ "valid": {
+ "name": {
+ "required": "Site name is required",
+ "pattern": "Invalid format",
+ "minlength": "Site name is too short"
+ }
+ },
+ "bulk_actions": "Bulk actions"
+ },
+ "data_import": {
+ "survey_field": "Survey field",
+ "csv_column": "CSV column",
+ "choose_which_column": "Choose which CSV column should be assigned to each survey field",
+ "each_survey_field": "Each of the survey's fields are listed below. Choose the column from your CSV file that you'd like to use to populate each of those fields.",
+ "status_explanation": "Ushahidi recognizes one of three post statuses: Published, Under review, and Archived. So be sure that each entry in the column you select has one of those three values.",
+ "defined_column": "Defined by a column in your CSV file...",
+ "imported_posts_status": "Imported posts should have their status...",
+ "marked_as": "Marked as...",
+ "see_imported_posts": "See imported posts",
+ "import_another_csv": "Import another CSV file",
+ "import_complete": "Your import is complete",
+ "import_error": "An error has occurred importing your CSV file.",
+ "complete_info": "The data from your CSV spreadsheet, {{filename}}, was successfully imported.",
+ "get_polling_info": "Get Polling Info",
+ "import_another": "Import another CSV file",
+ "nearly_complete": "Your import is nearly complete",
+ "finish_info": "The data from your CSV spreadsheet is still being processed. You're welcome to leave this page or wait until the process is complete. Either way, we'll notify you when your data is ready.",
+ "next": "Next",
+ "configure_imported_posts": "Configure imported posts",
+ "configure_explanation": "Through this interface you can set values for the survey fields that were not mapped to entries in the CSV. These values will be the same for all imported posts.",
+ "import": "Import",
+ "import_explanation_csv": "Import the data from a CSV spreadsheet into your deployment as posts belonging to a specific survey",
+ "import_explanation_file_size": "The size for a single file is limited to 10 MB",
+ "import_explanation_format_location_1": "Geographic locations should be included as separate latitude and longitude columns in your CSV",
+ "import_explanation_required_fields": "All required survey fields must have an associated value set in the CSV. For example, if the field title is required then the field must be mapped to a CSV column where all rows of that column have a value set",
+ "configure_posts": "Configure Posts",
+ "configure_all_imported_posts": "Configure all imported posts",
+ "csv": "CSV",
+ "file_csv": "CSV file",
+ "import_csv": "Import CSV",
+ "import_to": "Import to ",
+ "change_csv_file": "Change {{selectedfile}} CSV file",
+ "upload_csv_file": "Upload CSV file",
+ "choose_status_to_imported_posts": "Choose status to imported posts:",
+ "has_tasks_required_start": "Your survey",
+ "has_tasks_required_end": ", includes tasks that typically must be completed for each post before they can be marked 'published.' During this import, all of your imported posts will have their tasks marked as 'incomplete', while still allowing their status to be marked as 'published.' If you edit any of these posts after they've been imported, however, you'll be asked to complete those tasks before re-publishing them.",
+ "choose_csv_file": "Choose CSV file",
+ "organize_data": "Organise data",
+ "organize_your_imported_data": "Assign CSV columns to post fields",
+ "assign_csv_message": "Assign CSV columns to post fields",
+ "csv_instructions": "Each of the column names from your CSV file are listed below. Choose the {{form_name}} field that you'd like each column to be imported to.",
+ "csv_instructions_required_fields": "Fields marked with a [*] are required and must be assigned a value.",
+ "csv_column_name": "CSV column name",
+ "post_type_title": "{{form_name}} field name",
+ "leave_empty": "Leave empty",
+ "cancel_import": "Cancel import",
+ "finish_import": "Finish import",
+ "which_survey": "which survey?"
+ },
+ "data_export": {
+ "title": "Export data",
+ "title_hxl": "Export and tag data",
+ "description": "Export all of your data as a CSV or choose specific survey fields you want to export.",
+ "description_hxl": "Export all of your data from Ushahidi as a CSV, choose specific survey fields you want to export as a CSV or assign",
+ "export": "Export",
+ "export_history": "Export History",
+ "hxl_tags": "HXL tags",
+ "hxl_attributes": "HXL attributes",
+ "and_choose": "and choose to upload to an",
+ "HDX": "Humanitarian Data Exchange",
+ "account": "account or download as a HXL 'tagged' CSV file.",
+ "all": "Export all data",
+ "select_fields": "Select fields",
+ "select_fields_title": "Select fields for export...",
+ "select_fields_desc": "If you don't want to export all of your data at once, you can select specific fields from each survey for export.",
+ "export_selected": "Export selected fields",
+ "cancel": "Cancel",
+ "export_progress": "Export in progress...
You can leave this page if you want. Your export will continue.
We will let you know when we're done.
",
+ "no_fields": "Uh oh... you need to select some fields to export first.",
+ "expires": "Expires: {{expires}}",
+ "job": "CSV Export {{jobId}}",
+ "created": "Created: {{created}}",
+ "success": "Status: Finished",
+ "pending": "Status: Pending",
+ "failed": "Status: Failed",
+ "queued": "Status: In Progress",
+ "pending_hdx": "Pending HDX",
+ "exported_to_cdn": "Exported to CDN",
+ "tags_attributes": "Assign tags and attributes",
+ "hxl_apikey_alert_1": "It looks like you haven't set up your Humanitarian Data Exchange (HDX) API. Without this set up, you can't tag data and upload to a Humanitarian Data Exchange (HDX) account.",
+ "hxl_configure": "Configure HDX API",
+ "hxl_apikey_alert_2": "We strongly advide you set this up now in",
+ "hxl_apikey_alert_3": "before continuing as you won't be able to upload your data to HDX",
+ "hxl_title": "Assign your HXL tags and attributes, select fields and export or upload",
+ "hxl_desc": "Select specific fields from a survey, assign a tag per field and then choose to assign multiple attributes. Preview your tag and attributes in tag preview.",
+ "hxl_instructions_1": "You can then choose to export your tagged fields to a CSV file or upload to a",
+ "hxl_instructions_2": "Humanitarian Data Exchange (HDX)",
+ "hxl_instructions_3": "account that has been set up in",
+ "hxl_instructions_4": "Configure HDX API",
+ "hxl_instructions_5": "(found in settings menu).",
+ "hxl_instructions_6": "Visit the",
+ "hxl_instructions_7": "HXL tag assist",
+ "hxl_instructions_8": "for more information on how to choose the best HXL tags and attributes for your data or the",
+ "hxl_instructions_9": "HXL 'cheat sheet'",
+ "HXL_tags": "HXL tags",
+ "HXL_attributes": "HXL attributes",
+ "tag_preview": "Tag preview",
+ "upload_title": "Are you ready to upload to an Humanitarian Data Exchange (HDX) account?",
+ "hdx_csv_title": "Are you ready to export to CSV?",
+ "upload_desc": "You selected {{fields}} fields to upload to a Humanitarian Data Exchange (HDX) account.
You assigned tags and attributes - to check, you can go back. If you are done, you can add details and upload.
The Humanitarian Data Exchange (HDX) requires a few more details in order to upload to their system. You'll add these next",
+ "hdx_csv_desc": "You selected {{fields}} fields to export to CSV.
You assigned tags and attributes - to check these are correct, you can go back and check. If you're done, you can export.",
+ "upload_button": "Add dataset details and upload to hdx",
+ "export_button": "Export to CSV",
+ "go_back": "Go back and check",
+ "add_details": "Add details",
+ "details_desc": "To upload to the Humanitarian Data Exchange (HDX) some extra details are required.",
+ "privacy_title": "Privacy Settings",
+ "privacy_desc": "You have a choice of sharing your dataset publicly or restricting access to other members of the organisation which owns the dataset.",
+ "this_dataset": "This data set is:",
+ "private_desc": "Private (Only you and other HDX members of your organisation can search, view/edit or download this dataset)",
+ "public_desc": "Public (Anyone can search, view/edit or download this dataset)",
+ "dataset": "Dataset Title & Description",
+ "dataset_desc": "When users search for data on HDX, their search terms will be matched to terms in your title. Avoid using abbreviations in the title which may not be familiar to all users. Also, avoid using words such as current, latest or previous when referring to the time period (e.g Latest 3W) as these terms become misleading as the dataset ages.",
+ "dataset_example": "Example dataset title: Who is Doing What Where in Afghanistan, Jan-Dec 2015",
+ "dataset_title": "Title of data set",
+ "metadata_title": "Metadata",
+ "metadata_desc": "Metadata is additional information about your dataset that will make it easier for others to understand and put your data into context. Datasets on HDX must include a set of metadata fields.",
+ "source": "Source",
+ "organisation": "Organisation",
+ "select_organisation": "Select an organisation",
+ "license": "Licence",
+ "add_license": "Add licence",
+ "read_more_licenses": "Read more about licences",
+ "submit_hdx": "Submit to HDX Account",
+ "uploading_data": "Uploading data...",
+ "uploading_data_desc": "The data upload to your Humanitarian Data Exchange (HDX) account is in progress...
You can navigate away from this page while this upload happens but please don't close the browser.",
+ "uploading_data_err": "Uh oh... Something went wrong when uploading your data, please check the required fields and your API-key and try again.",
+ "no_fields_selected": "You haven't selected any fields or assigned any hxl tags or attributes. Please select at least one field and assign at least one tag to be able to export to CSV or upload to a Humanitarian Data Exchange (HDX) account.",
+ "validation": {
+ "title": "A title is needed",
+ "source": "Source is needed",
+ "organisation": "An organisation is needed",
+ "license": "A licence is needed",
+ "all_fields": "Please fill in all required fields"
+ }
+ },
+ "user": {
+ "are_you_sure_you_want_to_delete_this_account": "Are you sure you want to delete this account?",
+ "role_display": "Role: {{role}}",
+ "contact": "{{type}}: {{contact}}",
+ "add_user": "Add User",
+ "edit_user": "Edit User",
+ "update_password": "Update Password",
+ "change_role": "Change Role",
+ "save": "Save User",
+ "save_add_another": "Save & Add Another",
+ "show_all_roles": "Show All Roles",
+ "cannot_delete_yourself": "You cannot delete your own user",
+ "cannot_change_your_own_role": "You cannot change your own role",
+ "confirm_password": "Confirm Password",
+ "delete_user": "Delete user",
+ "delete_this_user": "Delete this user",
+ "delete_user_desc": "If you delete this user, posts created by this user will no longer have author information. This cannot be undone. Proceed with caution.",
+ "edit_profile": "Edit Profile",
+ "save_profile": "Save Profile",
+ "cancel": "Cancel",
+ "failed_attempts": "Failed attempts: ",
+ "full_name": "Display Name",
+ "never": "Never",
+ "no_full_name": "No display name",
+ "number_of_users_shown": "Number of users shown",
+ "per_page": "{{count}} users",
+ "password": "Password",
+ "new_password": "New Password",
+ "register": "Register",
+ "role": "Role",
+ "roles": "Roles",
+ "saved_user": "User saved",
+ "deleted_user": "User deleted",
+ "search_and_filter": "Search & Filter Users",
+ "passwordreset_instructions": "Enter your email to request a password reset",
+ "passwordreset_confirm_instructions": "If your email exists in our database, you will receive a password recovery email soon.",
+ "forgot_instructions": "No worries! Submit your email and check your inbox for a reset link.",
+ "token": "Paste the password reset token from email",
+ "password_hint": "Password should have at least 8 characters, one lowercase letter, one uppercase letter, one number and one symbol",
+ "password_length": "Password must be at least 8 characters long",
+ "password_match": "Passwords do not match",
+ "check_email": "Check your email",
+ "name_will_be_a_display_name": "The name you enter will be a display name.",
+ "valid": {
+ "fields": {
+ "email must be unique": "User with this email already exists"
+ },
+ "name": {
+ "required": "Display name is required",
+ "maxlength": "Display name is too long"
+ },
+ "email": {
+ "required": "Email address is required",
+ "pattern": "This email address is invalid",
+ "maxlength": "This email address is too long",
+ "emailExists": "Email is already in use"
+ },
+ "password": {
+ "required": "Password is required",
+ "minlength": "This password is too short",
+ "maxlength": "This password is too long",
+ "weak": "This password is very weak"
+ },
+ "token": {
+ "required": "Token is required"
+ }
+ },
+ "placeholder": {
+ "realname": "Enter your name...",
+ "email": "Enter email address...",
+ "password": "Enter password..."
+ },
+ "password_notify": "If you leave the field blank your password will not change",
+ "avatar": "Avatar",
+ "name": "Name",
+ "email": "Email",
+ "search_by_name": "Search by name"
+ },
+ "user_profile": {
+ "title": "account settings",
+ "update_password": "Update password",
+ "update_success": "Your profile was updated successfully. You may need to sign out and back in before all your changes are reflected.",
+ "button": {
+ "save": "Save & close",
+ "cancel": "Cancel"
+ },
+ "nav": {
+ "account_settings": "Account settings",
+ "notifications_settings": "Notifications settings",
+ "delete_contact": {
+ "title": "Delete your",
+ "title_subject": {
+ "email": "Email",
+ "phone": "Phone"
+ },
+ "instructions": "Deleting means that from now you will not be able to receive notifications on your phone number. But you can switch notifications to a contact method below.",
+ "button": {
+ "delete": "Delete",
+ "cancel": "Cancel"
+ }
+ }
+ }
+ },
+ "user_create": {
+ "full_name": "Display Name",
+ "email": "Email Address",
+ "role": "Role"
+ },
+ "notify": {
+ "api_key": {
+ "change_question": "Are you sure you want to change the API Key?"
+ },
+ "contact": {
+ "save_success": "Contact saved",
+ "delete_confirm": "Do you want to remove your account?",
+ "error_message": "An error occurred while trying to remove your account",
+ "destroy_success": "Account removed successfully"
+ },
+ "default": {
+ "data_has_not_been_saved": "The data has not been saved!",
+ "proceed_warning": "This action cannot be undone. Please proceed with caution.",
+ "save_success": "Saved resource",
+ "save_error": "Unable to save resource, please try again",
+ "destroy_confirm": "Are you sure you want to delete this resource?",
+ "destroy_success": "Deleted resource",
+ "destroy_error": "Unable to delete resource, please try again",
+ "destroy_cancelled": "Delete cancelled",
+ "bulk_destroy_confirm": "Are you sure you want to delete {{count}} resources?",
+ "bulk_destroy_success": "Deleted resource",
+ "bulk_destroy_error": "Unable to delete resource, please try again",
+ "bulk_destroy_cancelled": "Delete cancelled",
+ "are_you_sure_you_want_to_delete_this": "Are you sure you want to delete this?"
+ },
+ "data_import": {
+ "see_imported_posts": "See imported posts",
+ "file_missing": "Please choose a CSV file to upload.",
+ "form_missing": "Please select a Survey.",
+ "csv_upload": "File {{name}} successfully uploaded",
+ "csv_import_processed_errors": "Your CSV import is complete. {{processed}} records imported, {{errors}} records failed.",
+ "csv_import_success_info": "The data from your CSV spreadsheet, {{filename}}, was successfully imported into your {{form_name}} survey.",
+ "duplicate_fields": "Columns must be mapped to unique survey fields. The following columns have more than 1 mapping: {{duplicates}}",
+ "required_fields": "Required fields must be set to a value. The following fields have not been set: {{required}}",
+ "empty_mapping": "The CSV file you uploaded is empty. Please check your CSV file and try again",
+ "empty_mapping_empty": "The CSV file does not contain column names. Please check your CSV file and try again",
+ "no_mappings": "No fields have been assigned mappings - at least one field must be mapped to continue",
+ "csv_import_cancel": "CSV import cancelled",
+ "csv_import_cancel_confirm": "Are you sure you want to cancel importing?",
+ "csv_import_error": "Some of the data in your CSV file does not match the format of the mapped survey field. Please review the data and try again.",
+ "csv_import_success": "The data from your CSV file was successfully imported!"
+ },
+ "general_settings": {
+ "save_success": "General settings saved"
+ },
+ "donation_settings": {
+ "save_success": "Donation settings saved",
+ "delete_question": "Are you sure you want to delete this {{name}}."
+ },
+ "map_settings": {
+ "save_success": "Map settings saved"
+ },
+ "generic": {
+ "okay": "Ok",
+ "alerts": "Alerts",
+ "confirm": "Confirmation",
+ "save": "Save"
+ },
+ "login": {
+ "failed": "Login failed, check your email and password."
+ },
+ "register": {
+ "failed": "There were errors during registration. Check your input and try again.",
+ "success": "Registration complete! You can now log in.."
+ },
+ "post": {
+ "can_t_view_this_post": "You do not have permission to view this post.
It is still being reviewed by the admin.
It will be available to you once it is published.",
+ "contact_for_details": "Contact the admin for further details:",
+ "delete_image_confirm": "Are you sure you want to remove this image?",
+ "save_success": "Post {{name}} saved",
+ "save_success_review": "Post {{name}} saved. Your post will be reviewed by a moderator before publishing.",
+ "save_error": "Unable to save post, please try again",
+ "publish_success": "Post has been published for {{role}}",
+ "set_draft": "Post is now visible to just you",
+ "publish_error": "Unable to publish post, please try again",
+ "unpublish_success": "Post has been unpublished",
+ "unpublish_error": "Unable to unpublish post, please try again",
+ "yes_confirm_delete": "Yes, delete this post",
+ "confirm_delete": "Confirm Delete",
+ "destroy_title": "Delete Post",
+ "delete_question": "Are you sure you want to delete your post {{post}}?",
+ "destroy_success": "Post {{name}} deleted",
+ "destroy_success_bulk": "Posts deleted",
+ "destroy_confirm": "Are you sure you want to delete this post?",
+ "destroy_error": "Unable to delete post, please try again",
+ "bulk_destroy_confirm": "Are you sure you want to delete {{count}} posts?",
+ "stage_save_success": "Updated {{stage}}",
+ "export": "This will export filtered posts. Are you sure you want to continue?",
+ "update_status_success_bulk": "Status updated for {{count}} posts",
+ "leave_without_save": "Do you want to leave this post without saving?",
+ "leave_confirm_message": "If you continue, all of your changes will be lost",
+ "leave_confirm": "Continue without saving",
+ "unfinished_post_task": "You cannot publish this post, the post has unfinished tasks",
+ "posts_can_t_be_published": "The following posts can't be published: {{titles}}",
+ "post_not_found": "Post not found"
+ },
+ "category": {
+ "save_success": "Saved category {{name}}",
+ "destroy_confirm": "Are you sure you want to delete this category?",
+ "destroy_confirm_desc": "Deleting this category will remove it from all existing posts. This action cannot be undone.",
+ "destroy_success": "Category deleted",
+ "destroy_error": "Unable to delete category, please try again",
+ "bulk_destroy_confirm": "Are you sure you want to delete these {{count}} categories?",
+ "bulk_destroy_confirm_desc": "Deleting these categories will remove them from all existing posts. This action cannot be undone.",
+ "bulk_destroy_success": "{{count}} categories deleted",
+ "bulk_destroy_success_countless": "Categories deleted"
+ },
+ "role": {
+ "delete_question": "Are you sure you want to delete the role?",
+ "destroy_success": "Role has been deleted.",
+ "save_success": "Role has been saved.",
+ "last_admin": "You can not delete the only admin role"
+ },
+ "webhook": {
+ "delete_question": "Are you sure you want to delete the webhook {{webhook}}?",
+ "destroy_success": "Webhook {{webhook}} deleted.",
+ "save_success": "Webhook {{webhook}} saved."
+ },
+ "datasource": {
+ "save_success": "Saved Data Source {{name}}"
+ },
+ "user": {
+ "save_success": "User {{name}} saved",
+ "edit_success": "User {{name}} updated",
+ "destroy_confirm": "Are you sure you want to delete this user?",
+ "destroy_success": "User deleted",
+ "destroy_error": "Unable to delete user, please try again",
+ "bulk_destroy_confirm": "Are you sure you want to delete {{count}} users?",
+ "bulk_destroy_success": "Users deleted",
+ "bulk_role_change_confirm": "Are you sure you want to change the role of {{count}} users to {{role}}?",
+ "bulk_role_change_success": "User roles changed to {{role_name}}",
+ "are_you_sure_you_want_to_delete_user": "Are you sure you want to delete {{username}}"
+ },
+ "video": {
+ "incorrect_url": "The URL, {{url}}, you entered did not match either a Youtube or Vimeo URL format."
+ },
+ "form": {
+ "add_to_survey": "Add to survey",
+ "save_success": "Survey {{name}} saved",
+ "save_stage_success": "Survey task {{name}} saved",
+ "save_attribute_success": "Field {{name}} added",
+ "edit_form_success": "Survey {{name}} updated",
+ "edit_stage_success": "Survey task {{name}} updated",
+ "delete_form_confirm": "Are you sure you want to delete this survey and all of its data?",
+ "delete_form_confirm_desc": "This action cannot be undone. Deleting this survey will remove all of its data, including posts. Write the name of the survey:
{{check_name}}
in the box below to confirm deletion.",
+ "delete_form_error": "The text you entered does not match the survey-name, please try again",
+ "delete_form_button": "Delete this survey",
+ "destroy_form_success": "Survey {{name}} deleted",
+ "delete_stage_confirm": "Are you sure you want to delete this task?",
+ "delete_stage_confirm_desc": "This action cannot be undone. Deleting this task will remove all of its fields, and any data in them.",
+ "destroy_stage_success": "Survey task {{name}} deleted",
+ "delete_attribute_confirm": "Are you sure you want to delete this field?",
+ "delete_attribute_confirm_desc": "This action cannot be undone. Deleting this field will remove its data from all existing posts.",
+ "destroy_attribute_success": "Field {{name}} deleted",
+ "survey_name_required": "Survey-name is required",
+ "validation": {
+ "name": {
+ "required": "A survey-name is needed",
+ "minlength": "Name is too short",
+ "maxlength": "Name is too long"
+ },
+ "description": {
+ "required": "Description cannot be empty"
+ }
+ }
+ },
+ "collection": {
+ "delete_collection_confirm": "Are you sure you want to delete this collection?",
+ "created_collection": "Collection {{collection}} created successfully",
+ "updated_collection": "Collection {{collection}} saved",
+ "add_to_collection": "Post has been added to {{collection}}",
+ "removed_from_collection": "Post has been removed from {{collection}}",
+ "bulk_add_to_collection": "{{count}} posts have been added to {{collection}}",
+ "done": "Done"
+ },
+ "savedsearch": {
+ "delete_savedsearch_success": "Saved search deleted successfully.",
+ "delete_savedsearch_plural_success": "Saved searches deleted successfully.",
+ "delete_savedsearch_confirm": "Are you sure you want to delete this saved search?",
+ "savedsearch_updated": "{{savedsearch}} was updated",
+ "savedsearch_saved": "{{savedsearch}} was saved"
+ },
+ "passwordreset": {
+ "failed": "Password reset failed",
+ "success": "Your password has been reset"
+ },
+ "notification": {
+ "add": "You will now be notified when new posts are added to {{set}}",
+ "delete_confirm": "Are you sure you want to remove this notification?",
+ "destroy_success": "You will no longer receive notifications about {{name}}."
+ },
+ "message": {
+ "sent_to": "Message sent to {{contact}}"
+ },
+ "export": {
+ "in_progress": "We are preparing your CSV file. This may take a few moments. You can leave this page if you want. We will let you know when we're done.",
+ "complete": "Export done. You should see your CSV-file in your downloads.",
+ "complete_data_found_message": "The data from your export can be found in your browser's downloads",
+ "confirmation": "Got it",
+ "cancel_export": "Cancel export",
+ "canceled_job": "Your export-job is canceled",
+ "upload_complete": "Upload complete. You should now see your tagged data in your HDX account."
+ },
+ "survey": {
+ "bulk_destroy_confirm": "Are you sure you want to delete these {{count}} surveys?",
+ "bulk_destroy_confirm_desc": "Deleting these {{count}} selected surveys will also delete all collected posts and all associated data in the surveys. This step cannot be reversed.",
+ "destroy_confirm": "Are you sure you want to delete this survey?",
+ "destroy_confirm_desc": "Deleting this survey will also delete all collected posts and all associated data in the survey. This step cannot be reversed.",
+ "destroy_confirm_desc_end": "You can download and import all your data before deleting."
+ },
+ "confirm_modal": {
+ "add_post_success": {
+ "success": "Success!",
+ "success_description": "Thank you for submitting your report. The post is being reviewed by our team and soon will appear on the platform.",
+ "success_button": "OK, sounds good"
+ },
+ "deleted": {
+ "success": "Success!",
+ "success_description": "You've permanently deleted {{count}}.",
+ "success_button": "OK"
+ }
+ },
+ "language": {
+ "do_you_really_want_to_delete_language": "Do you really want to delete {{lang}} language?"
+ }
+ },
+ "empty": {
+ "default": "No records found.",
+ "post": "No posts found.",
+ "user": "No users found.",
+ "category": "No categories found.",
+ "role": "No roles found.",
+ "webhook": "No webhooks found.",
+ "permission": "No permissions found.",
+ "form": "No forms found."
+ },
+ "location": {
+ "search": "Search",
+ "use_current_location": "Use your current location",
+ "click_map": "You can search or click the area of map where you want to place the marker.",
+ "placeholder": "Search for addresses, place names, or coordinates...",
+ "search_results": "Search results",
+ "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",
+ "invalid_lat": "The value given is not a valid latitude.",
+ "invalid_lon": "The value given is not a valid longitude."
+ },
+ "notification": {
+ "title": "Notifications",
+ "contacts_heading": "How you get notifications",
+ "notifications_heading": "What you get notified about",
+ "error_message": "The notification could not be deleted at this time",
+ "send_to_address": "Send notifications to this address",
+ "button": {
+ "delete": "Delete notification"
+ },
+ "what_you_get_notification_about": "What you get notification about",
+ "removed": "Notification was removed",
+ "are_you_sure_you_want_to_remove_this_notification": "Are you sure you want to remove this notification?"
+ },
+ "contact": {
+ "edit": "Edit",
+ "save_changes": "Save changes",
+ "saving_changes": "Saving changes",
+ "cancel_edit": "Cancel",
+ "add_phone_number": "Add a phone number",
+ "add_email_address": "Add an email address",
+ "edit_phone_number": "Edit your phone number",
+ "edit_email_address": "Edit your email address",
+ "error_message": "The contact could not be saved at this time",
+ "type": {
+ "phone": "Phone",
+ "email": "Email"
+ },
+ "button": {
+ "add": "Add account",
+ "delete": "Remove account"
+ },
+ "valid": {
+ "email": {
+ "required": "An email address is required to receive notifications",
+ "email": "This email address is invalid",
+ "maxlength": "This email address is too long",
+ "not_valid": "This email is not valid"
+ },
+ "phone": {
+ "required": "A phone number is required to receive notifications",
+ "pattern": "A valid phone number is required",
+ "minlength": "This number is too short",
+ "maxlength": "This number is too long"
+ }
+ }
+ },
+ "terms_of_service": {
+ "title": "Ushahidi Terms of Service",
+ "terms_of_service": "We have updated our Terms and Conditions and Privacy Policy. Please review these documents carefully and accept the terms in order to continue to use Ushahidi's services.",
+ "agree": "I agree to Ushahidi's Terms of Service.",
+ "accept_and_continue": "Accept and Continue",
+ "i_agree": "I agree to Ushahidi's Privacy Policy and\nTerms and Conditions."
+ },
+ "translations": {
+ "languages": "Languages",
+ "language": "Language",
+ "default": "default",
+ "translate_field": "Translate field",
+ "survey_select_default": "Select default language for this survey",
+ "category_select_default": "Select default language for this category",
+ "error_translation_exists": "You cannot select this language since there is already a translation for it.",
+ "edit_default_text": "Text in default language",
+ "edit_placeholder": "Write your translation here",
+ "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",
+ "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",
+ "add_a_language": "Add a language",
+ "error_no_default": "You need to specify a default language before adding a new translation.",
+ "select_language": "Select a language to add translation for",
+ "default_lang_info": "This is the language that will be used if no translations are available for the language the user has set for the deployment."
+ },
+ "languages": {
+ "ach": "Acoli",
+ "ady": "Adyghe",
+ "af": "Afrikaans",
+ "af-ZA": "Afrikaans (South Africa)",
+ "ak": "Akan",
+ "sq": "Albanian",
+ "sq-AL": "Albanian (Albania)",
+ "aln": "Albanian Gheg",
+ "am": "Amharic",
+ "am-ET": "Amharic (Ethiopia)",
+ "ar": "Arabic",
+ "ar-EG": "Arabic (Egypt)",
+ "ar-SA": "Arabic (Saudi Arabia)",
+ "ar-SD": "Arabic (Sudan)",
+ "ar-SY": "Arabic (Syria)",
+ "ar-AA": "Arabic (Unitag)",
+ "an": "Aragonese",
+ "hy": "Armenian",
+ "hy-AM": "Armenian (Armenia)",
+ "as": "Assamese",
+ "as-IN": "Assamese (India)",
+ "ast": "Asturian",
+ "ast-ES": "Asturian (Spain)",
+ "az": "Azerbaijani",
+ "az@Arab": "Azerbaijani (Arabic)",
+ "az-AZ": "Azerbaijani (Azerbaijan)",
+ "az-IR": "Azerbaijani (Iran)",
+ "az@latin": "Azerbaijani (Latin)",
+ "bal": "Balochi",
+ "ba": "Bashkir",
+ "eu": "Basque",
+ "eu-ES": "Basque (Spain)",
+ "bar": "Bavarian",
+ "be": "Belarusian",
+ "be-BY": "Belarusian (Belarus)",
+ "be@tarask": "Belarusian (Tarask)",
+ "bn": "Bengali",
+ "bn-BD": "Bengali (Bangladesh)",
+ "bn-IN": "Bengali (India)",
+ "brx": "Bodo",
+ "bs": "Bosnian",
+ "bs-BA": "Bosnian (Bosnia and Herzegovina)",
+ "br": "Breton",
+ "bg": "Bulgarian",
+ "bg-BG": "Bulgarian (Bulgaria)",
+ "my": "Burmese",
+ "my-MM": "Burmese (Myanmar)",
+ "ca": "Catalan",
+ "ca-ES": "Catalan (Spain)",
+ "ca@valencia": "Catalan (Valencian)",
+ "ceb": "Cebuano",
+ "tzm": "Central Atlas Tamazight",
+ "hne": "Chhattisgarhi",
+ "cgg": "Chiga",
+ "zh": "Chinese",
+ "zh-CN": "Chinese (China)",
+ "zh-CN.GB2312": "Chinese (China) (GB2312)",
+ "gan": "Chinese (Gan)",
+ "hak": "Chinese (Hakka)",
+ "zh-HK": "Chinese (Hong Kong)",
+ "czh": "Chinese (Huizhou)",
+ "cjy": "Chinese (Jinyu)",
+ "lzh": "Chinese (Literary)",
+ "cmn": "Chinese (Mandarin)",
+ "mnp": "Chinese (Min Bei)",
+ "cdo": "Chinese (Min Dong)",
+ "nan": "Chinese (Min Nan)",
+ "czo": "Chinese (Min Zhong)",
+ "cpx": "Chinese (Pu-Xian)",
+ "zh-Hans": "Chinese Simplified",
+ "zh-TW": "Chinese (Taiwan)",
+ "zh-TW.Big5": "Chinese (Taiwan) (Big5) ",
+ "zh-Hant": "Chinese Traditional",
+ "wuu": "Chinese (Wu)",
+ "hsn": "Chinese (Xiang)",
+ "yue": "Chinese (Yue)",
+ "cv": "Chuvash",
+ "ksh": "Colognian",
+ "kw": "Cornish",
+ "co": "Corsican",
+ "crh": "Crimean Turkish",
+ "hr": "Croatian",
+ "hr-HR": "Croatian (Croatia)",
+ "cs": "Czech",
+ "cs-CZ": "Czech (Czech Republic)",
+ "da": "Danish",
+ "da-DK": "Danish (Denmark)",
+ "dv": "Divehi",
+ "doi": "Dogri",
+ "nl": "Dutch",
+ "nl-BE": "Dutch (Belgium)",
+ "nl-NL": "Dutch (Netherlands)",
+ "dz": "Dzongkha",
+ "dz-BT": "Dzongkha (Bhutan)",
+ "en": "English",
+ "en-AU": "English (Australia)",
+ "en-AT": "English (Austria)",
+ "en-BD": "English (Bangladesh)",
+ "en-BE": "English (Belgium)",
+ "en-CA": "English (Canada)",
+ "en-CL": "English (Chile)",
+ "en-CZ": "English (Czech Republic)",
+ "en-ee": "English (Estonia)",
+ "en-FI": "English (Finland)",
+ "en-DE": "English (Germany)",
+ "en-GH": "English (Ghana)",
+ "en-HK": "English (Hong Kong)",
+ "en-HU": "English (Hungary)",
+ "en-IN": "English (India)",
+ "en-IE": "English (Ireland)",
+ "en-lv": "English (Latvia)",
+ "en-lt": "English (Lithuania)",
+ "en-NL": "English (Netherlands)",
+ "en-NZ": "English (New Zealand)",
+ "en-NG": "English (Nigeria)",
+ "en-PK": "English (Pakistan)",
+ "en-PL": "English (Poland)",
+ "en-RO": "English (Romania)",
+ "en-SK": "English (Slovakia)",
+ "en-ZA": "English (South Africa)",
+ "en-LK": "English (Sri Lanka)",
+ "en-SE": "English (Sweden)",
+ "en-CH": "English (Switzerland)",
+ "en-GB": "English (United Kingdom)",
+ "en-US": "English (United States)",
+ "en-EN": "English",
+ "myv": "Erzya",
+ "eo": "Esperanto",
+ "et": "Estonian",
+ "et-EE": "Estonian (Estonia)",
+ "fo": "Faroese",
+ "fo-FO": "Faroese (Faroe Islands)",
+ "fil": "Filipino",
+ "fi": "Finnish",
+ "fi-FI": "Finnish (Finland)",
+ "frp": "Franco-Provençal (Arpitan)",
+ "fr": "French",
+ "fr-BE": "French (Belgium)",
+ "fr-CA": "French (Canada)",
+ "fr-FR": "French (France)",
+ "fr-CH": "French (Switzerland)",
+ "fur": "Friulian",
+ "ff": "Fulah",
+ "ff-SN": "Fulah (Senegal)",
+ "gd": "Gaelic, Scottish",
+ "gl": "Galician",
+ "gl-ES": "Galician (Spain)",
+ "lg": "Ganda",
+ "ka": "Georgian",
+ "ka-GE": "Georgian (Georgia)",
+ "de": "German",
+ "de-AT": "German (Austria)",
+ "de-DE": "German (Germany)",
+ "de-CH": "German (Switzerland)",
+ "el": "Greek",
+ "el-GR": "Greek (Greece)",
+ "kl": "Greenlandic",
+ "gu": "Gujarati",
+ "gu-IN": "Gujarati (India)",
+ "gun": "Gun",
+ "ht": "Haitian (Haitian Creole)",
+ "ht-HT": "Haitian (Haitian Creole) (Haiti)",
+ "ha": "Hausa",
+ "haw": "Hawaiian",
+ "he": "Hebrew",
+ "he-IL": "Hebrew (Israel)",
+ "hi": "Hindi",
+ "hi-IN": "Hindi (India)",
+ "hu": "Hungarian",
+ "hu-HU": "Hungarian (Hungary)",
+ "is": "Icelandic",
+ "is-IS": "Icelandic (Iceland)",
+ "io": "Ido",
+ "ig": "Igbo",
+ "ilo": "Iloko",
+ "id": "Indonesian",
+ "id-ID": "Indonesian (Indonesia)",
+ "ia": "Interlingua",
+ "iu": "Inuktitut",
+ "ga": "Irish",
+ "ga-IE": "Irish (Ireland)",
+ "it": "Italian",
+ "it-IT": "Italian (Italy)",
+ "it-CH": "Italian (Switzerland)",
+ "ja": "Japanese",
+ "ja-JP": "Japanese (Japan)",
+ "jv": "Javanese",
+ "kab": "Kabyle",
+ "kn": "Kannada",
+ "kn-IN": "Kannada (India)",
+ "pam": "Kapampangan",
+ "ks": "Kashmiri",
+ "ks-IN": "Kashmiri (India)",
+ "csb": "Kashubian",
+ "kk": "Kazakh",
+ "kk@Arab": "Kazakh (Arabic)",
+ "kk@Cyrl": "Kazakh (Cyrillic)",
+ "kk-KZ": "Kazakh (Kazakhstan)",
+ "kk@latin": "Kazakh (Latin)",
+ "km": "Khmer",
+ "km-KH": "Khmer (Cambodia)",
+ "rw": "Kinyarwanda",
+ "ky": "Kirgyz",
+ "tlh": "Klingon",
+ "kok": "Konkani",
+ "ko": "Korean",
+ "ko-KR": "Korean (Korea)",
+ "ku": "Kurdish",
+ "ku-IQ": "Kurdish (Iraq)",
+ "lad": "Ladino",
+ "lo": "Lao",
+ "lo-LA": "Lao (Laos)",
+ "ltg": "Latgalian",
+ "la": "Latin",
+ "lv": "Latvian",
+ "lv-LV": "Latvian (Latvia)",
+ "lez": "Lezghian",
+ "lij": "Ligurian",
+ "li": "Limburgian",
+ "ln": "Lingala",
+ "lt": "Lithuanian",
+ "lt-LT": "Lithuanian (Lithuania)",
+ "jbo": "Lojban",
+ "en@lolcat": "LOLCAT English",
+ "lmo": "Lombard",
+ "dsb": "Lower Sorbian",
+ "nds": "Low German",
+ "lb": "Luxembourgish",
+ "mk": "Macedonian",
+ "mk-MK": "Macedonian (Macedonia)",
+ "mai": "Maithili",
+ "mg": "Malagasy",
+ "ms": "Malay",
+ "ml": "Malayalam",
+ "ml-IN": "Malayalam (India)",
+ "ms-MY": "Malay (Malaysia)",
+ "mt": "Maltese",
+ "mt-MT": "Maltese (Malta)",
+ "mni": "Manipuri",
+ "mi": "Maori",
+ "arn": "Mapudungun",
+ "mr": "Marathi",
+ "mr-IN": "Marathi (India)",
+ "mh": "Marshallese",
+ "mw1": "Mirandese",
+ "mn": "Mongolian",
+ "mn-MN": "Mongolian (Mongolia)",
+ "nah": "Nahuatl",
+ "nv": "Navajo",
+ "nr": "Ndebele, South",
+ "nap": "Neapolitan",
+ "ne": "Nepali",
+ "ne-NP": "Nepali (Nepal)",
+ "nia": "Nias",
+ "nqo": "N'ko",
+ "se": "Northern Sami",
+ "nso": "Northern Sotho",
+ "no": "Norwegian",
+ "nb": "Norwegian Bokmål",
+ "nb-NO": "Norwegian Bokmål (Norway)",
+ "no-NO": "Norwegian (Norway)",
+ "nn": "Norwegian Nynorsk",
+ "nn-NO": "Norwegian Nynorsk (Norway)",
+ "ny": "Nyanja",
+ "oc": "Occitan (post 1500)",
+ "or": "Oriya",
+ "or-IN": "Oriya (India)",
+ "om": "Oromo",
+ "os": "Ossetic",
+ "pfl": "Palatinate German",
+ "pa": "Panjabi (Punjabi)",
+ "pa-IN": "Panjabi (Punjabi) (India)",
+ "pap": "Papiamento",
+ "fa": "Persian",
+ "fa-AF": "Persian (Afghanistan)",
+ "fa-IR": "Persian (Iran)",
+ "pms": "Piemontese",
+ "en@pirate": "Pirate English",
+ "pl": "Polish",
+ "pl-PL": "Polish (Poland)",
+ "pt": "Portuguese",
+ "pt-BR": "Portuguese (Brazil)",
+ "pt-PT": "Portuguese (Portugal)",
+ "ps": "Pushto",
+ "ro": "Romanian",
+ "ro-RO": "Romanian (Romania)",
+ "rm": "Romansh",
+ "ru": "Russian",
+ "ru-ee": "Russian (Estonia)",
+ "ru-lv": "Russian (Latvia)",
+ "ru-lt": "Russian (Lithuania)",
+ "ru@petr1708": "Russian Petrine orthography",
+ "ru-RU": "Russian (Russia)",
+ "sah": "Sakha (Yakut)",
+ "sm": "Samoan",
+ "sa": "Sanskrit",
+ "sat": "Santali",
+ "sc": "Sardinian",
+ "sco": "Scots",
+ "sr": "Serbian",
+ "sr@Ijekavian": "Serbian (Ijekavian)",
+ "sr@ijekavianlatin": "Serbian (Ijekavian Latin)",
+ "sr@latin": "Serbian (Latin)",
+ "sr-RS@latin": "Serbian (Latin) (Serbia)",
+ "sr-RS": "Serbian (Serbia)",
+ "sn": "Shona",
+ "scn": "Sicilian",
+ "szl": "Silesian",
+ "sd": "Sindhi",
+ "si": "Sinhala",
+ "si-LK": "Sinhala (Sri Lanka)",
+ "sk": "Slovak",
+ "sk-SK": "Slovak (Slovakia)",
+ "sl": "Slovenian",
+ "sl-SI": "Slovenian (Slovenia)",
+ "so": "Somali",
+ "son": "Songhay",
+ "st": "Sotho, Southern",
+ "st-ZA": "Sotho, Southern (South Africa)",
+ "sma": "Southern Sami",
+ "es": "Spanish",
+ "es-AR": "Spanish (Argentina)",
+ "es-BO": "Spanish (Bolivia)",
+ "es-CL": "Spanish (Chile)",
+ "es-CO": "Spanish (Colombia)",
+ "es-CR": "Spanish (Costa Rica)",
+ "es-DO": "Spanish (Dominican Republic)",
+ "es-EC": "Spanish (Ecuador)",
+ "es-SV": "Spanish (El Salvador)",
+ "es-GT": "Spanish (Guatemala)",
+ "es-419": "Spanish (Latin America)",
+ "es-MX": "Spanish (Mexico)",
+ "es-NI": "Spanish (Nicaragua)",
+ "es-PA": "Spanish (Panama)",
+ "es-PY": "Spanish (Paraguay)",
+ "es-PE": "Spanish (Peru)",
+ "es-PR": "Spanish (Puerto Rico)",
+ "es-ES": "Spanish (Spain)",
+ "es-US": "Spanish (United States)",
+ "es-UY": "Spanish (Uruguay)",
+ "es-VE": "Spanish (Venezuela)",
+ "su": "Sundanese",
+ "sw": "Swahili",
+ "sw-KE": "Swahili (Kenya)",
+ "ss": "Swati",
+ "sv": "Swedish",
+ "sv-FI": "Swedish (Finland)",
+ "sv-SE": "Swedish (Sweden)",
+ "tl": "Tagalog",
+ "tl-PH": "Tagalog (Philippines)",
+ "tg": "Tajik",
+ "tg-TJ": "Tajik (Tajikistan)",
+ "tzl": "Talossan",
+ "ta": "Tamil",
+ "ta-IN": "Tamil (India)",
+ "ta-LK": "Tamil (Sri-Lanka)",
+ "tt": "Tatar",
+ "te": "Telugu",
+ "te-IN": "Telugu (India)",
+ "tet": "Tetum (Tetun)",
+ "th": "Thai",
+ "th-TH": "Thai (Thailand)",
+ "bo": "Tibetan",
+ "bo-CN": "Tibetan (China)",
+ "ti": "Tigrinya",
+ "to": "Tongan",
+ "ts": "Tsonga",
+ "tn": "Tswana",
+ "tr": "Turkish",
+ "tr-TR": "Turkish (Turkey)",
+ "tk": "Turkmen",
+ "tk-TM": "Turkmen (Turkmenistan)",
+ "udm": "Udmurt",
+ "ug": "Uighur",
+ "ug@Arab": "Uighur (Arabic)",
+ "ug@Cyrl": "Uighur (Cyrillic)",
+ "ug@Latin": "Uighur (Latin)",
+ "uk": "Ukrainian",
+ "uk-UA": "Ukrainian (Ukraine)",
+ "vmf": "Upper Franconian",
+ "hsb": "Upper Sorbian",
+ "ur": "Urdu",
+ "ur-PK": "Urdu (Pakistan)",
+ "uz": "Uzbek",
+ "uz@Arab": "Uzbek (Arabic)",
+ "uz@Cyrl": "Uzbek (Cyrillic)",
+ "uz@Latn": "Uzbek (Latin)",
+ "uz-UZ": "Uzbek (Uzbekistan)",
+ "ve": "Venda",
+ "vec": "Venetian",
+ "vi": "Vietnamese",
+ "vi-VN": "Vietnamese (Viet Nam)",
+ "vls": "Vlaams",
+ "wa": "Walloon",
+ "war": "Wáray-Wáray",
+ "cy": "Welsh",
+ "cy-GB": "Welsh (United Kingdom)",
+ "fy": "Western Frisian",
+ "fy-NL": "Western Frisian (Netherlands)",
+ "wo": "Wolof",
+ "wo-SN": "Wolof (Senegal)",
+ "xh": "Xhosa",
+ "yi": "Yiddish",
+ "yo": "Yoruba",
+ "zu": "Zulu",
+ "zu-ZA": "Zulu (South Africa)"
+ },
+ "countries": {
+ "Afghanistan": "Afghanistan",
+ "Åland Islands": "Åland Islands",
+ "Albania": "Albania",
+ "Algeria": "Algeria",
+ "American Samoa": "American Samoa",
+ "Andorra": "Andorra",
+ "Angola": "Angola",
+ "Anguilla": "Anguilla",
+ "Antarctica": "Antarctica",
+ "Antigua and Barbuda": "Antigua and Barbuda",
+ "Argentina": "Argentina",
+ "Armenia": "Armenia",
+ "Aruba": "Aruba",
+ "Australia": "Australia",
+ "Austria": "Austria",
+ "Azerbaijan": "Azerbaijan",
+ "Bahamas": "Bahamas",
+ "Bahrain": "Bahrain",
+ "Bangladesh": "Bangladesh",
+ "Barbados": "Barbados",
+ "Belarus": "Belarus",
+ "Belgium": "Belgium",
+ "Belize": "Belize",
+ "Benin": "Benin",
+ "Bermuda": "Bermuda",
+ "Bhutan": "Bhutan",
+ "Bolivia, Plurinational State of bolivia": "Bolivia, Plurinational State of bolivia",
+ "Bosnia and Herzegovina": "Bosnia and Herzegovina",
+ "Botswana": "Botswana",
+ "Bouvet Island": "Bouvet Island",
+ "Brazil": "Brazil",
+ "British Indian Ocean Territory": "British Indian Ocean Territory",
+ "Brunei Darussalam": "Brunei Darussalam",
+ "Bulgaria": "Bulgaria",
+ "Burkina Faso": "Burkina Faso",
+ "Burundi": "Burundi",
+ "Cambodia": "Cambodia",
+ "Cameroon": "Cameroon",
+ "Canada": "Canada",
+ "Cape Verde": "Cape Verde",
+ "Cayman Islands": "Cayman Islands",
+ "Central African Republic": "Central African Republic",
+ "Chad": "Chad",
+ "Chile": "Chile",
+ "China": "China",
+ "Christmas Island": "Christmas Island",
+ "Cocos (Keeling) Islands": "Cocos (Keeling) Islands",
+ "Colombia": "Colombia",
+ "Comoros": "Comoros",
+ "Congo": "Congo",
+ "Congo, The Democratic Republic of the Congo": "Congo, The Democratic Republic of the Congo",
+ "Cook Islands": "Cook Islands",
+ "Costa Rica": "Costa Rica",
+ "Cote d'Ivoire": "Cote d'Ivoire",
+ "Croatia": "Croatia",
+ "Cuba": "Cuba",
+ "Cyprus": "Cyprus",
+ "Czech Republic": "Czech Republic",
+ "Denmark": "Denmark",
+ "Djibouti": "Djibouti",
+ "Dominica": "Dominica",
+ "Dominican Republic": "Dominican Republic",
+ "Ecuador": "Ecuador",
+ "Egypt": "Egypt",
+ "El Salvador": "El Salvador",
+ "Equatorial Guinea": "Equatorial Guinea",
+ "Eritrea": "Eritrea",
+ "Estonia": "Estonia",
+ "Ethiopia": "Ethiopia",
+ "Falkland Islands (Malvinas)": "Falkland Islands",
+ "Faroe Islands": "Faroe Islands",
+ "Fiji": "Fiji",
+ "Finland": "Finland",
+ "France": "France",
+ "French Guiana": "French Guiana",
+ "French Polynesia": "French Polynesia",
+ "French Southern Territories": "French Southern Territories",
+ "Gabon": "Gabon",
+ "Gambia": "Gambia",
+ "Georgia": "Georgia",
+ "Germany": "Germany",
+ "Ghana": "Ghana",
+ "Gibraltar": "Gibraltar",
+ "Greece": "Greece",
+ "Greenland": "Greenland",
+ "Grenada": "Grenada",
+ "Guadeloupe": "Guadeloupe",
+ "Guam": "Guam",
+ "Guatemala": "Guatemala",
+ "Guernsey": "Guernsey",
+ "Guinea": "Guinea",
+ "Guinea-Bissau": "Guinea-Bissau",
+ "Guyana": "Guyana",
+ "Haiti": "Haiti",
+ "Heard Island and Mcdonald Islands": "Heard Island and Mcdonald Islands",
+ "Holy See (Vatican City State)": "Holy See (Vatican City State)",
+ "Honduras": "Honduras",
+ "Hong Kong": "Hong Kong",
+ "Hungary": "Hungary",
+ "Iceland": "Iceland",
+ "India": "India",
+ "Indonesia": "Indonesia",
+ "Iran, Islamic Republic of Persian Gulf": "Iran, Islamic Republic of Persian Gulf",
+ "Iraq": "Iraq",
+ "Ireland": "Ireland",
+ "Isle of Man": "Isle of Man",
+ "Israel": "Israel",
+ "Italy": "Italy",
+ "Jamaica": "Jamaica",
+ "Japan": "Japan",
+ "Jersey": "Jersey",
+ "Jordan": "Jordan",
+ "Kazakhstan": "Kazakhstan",
+ "Kenya": "Kenya",
+ "Kiribati": "Kiribati",
+ "Korea, Democratic People's Republic of Korea": "Korea, Democratic People's Republic of Korea",
+ "Korea, Republic of South Korea": "Korea, Republic of South Korea",
+ "Kosovo": "Kosovo",
+ "Kuwait": "Kuwait",
+ "Kyrgyzstan": "Kyrgyzstan",
+ "Laos": "Laos",
+ "Latvia": "Latvia",
+ "Lebanon": "Lebanon",
+ "Lesotho": "Lesotho",
+ "Liberia": "Liberia",
+ "Libyan Arab Jamahiriya": "Libyan Arab Jamahiriya",
+ "Liechtenstein": "Liechtenstein",
+ "Lithuania": "Lithuania",
+ "Luxembourg": "Luxembourg",
+ "Macao": "Macao",
+ "Macedonia": "Macedonia",
+ "Madagascar": "Madagascar",
+ "Malawi": "Malawi",
+ "Malaysia": "Malaysia",
+ "Maldives": "Maldives",
+ "Mali": "Mali",
+ "Malta": "Malta",
+ "Marshall Islands": "Marshall Islands",
+ "Martinique": "Martinique",
+ "Mauritania": "Mauritania",
+ "Mauritius": "Mauritius",
+ "Mayotte": "Mayotte",
+ "Mexico": "Mexico",
+ "Micronesia, Federated States of Micronesia": "Micronesia, Federated States of Micronesia",
+ "Moldova": "Moldova",
+ "Monaco": "Monaco",
+ "Mongolia": "Mongolia",
+ "Montenegro": "Montenegro",
+ "Montserrat": "Montserrat",
+ "Morocco": "Morocco",
+ "Mozambique": "Mozambique",
+ "Myanmar": "Myanmar",
+ "Namibia": "Namibia",
+ "Nauru": "Nauru",
+ "Nepal": "Nepal",
+ "Netherlands": "Netherlands",
+ "Netherlands Antilles": "Netherlands Antilles",
+ "New Caledonia": "New Caledonia",
+ "New Zealand": "New Zealand",
+ "Nicaragua": "Nicaragua",
+ "Niger": "Niger",
+ "Nigeria": "Nigeria",
+ "Niue": "Niue",
+ "Norfolk Island": "Norfolk Island",
+ "Northern Mariana Islands": "Northern Mariana Islands",
+ "Norway": "Norway",
+ "Oman": "Oman",
+ "Pakistan": "Pakistan",
+ "Palau": "Palau",
+ "Palestinian Territory, Occupied": "Palestinian Territory, Occupied",
+ "Panama": "Panama",
+ "Papua New Guinea": "Papua New Guinea",
+ "Paraguay": "Paraguay",
+ "Peru": "Peru",
+ "Philippines": "Philippines",
+ "Pitcairn": "Pitcairn",
+ "Poland": "Poland",
+ "Portugal": "Portugal",
+ "Puerto Rico": "Puerto Rico",
+ "Qatar": "Qatar",
+ "Romania": "Romania",
+ "Russia": "Russia",
+ "Rwanda": "Rwanda",
+ "Reunion": "Reunion",
+ "Saint Barthelemy": "Saint Barthelemy",
+ "Saint Helena, Ascension and Tristan Da Cunha": "Saint Helena, Ascension and Tristan Da Cunha",
+ "Saint Kitts and Nevis": "Saint Kitts and Nevis",
+ "Saint Lucia": "Saint Lucia",
+ "Saint Martin": "Saint Martin",
+ "Saint Pierre and Miquelon": "Saint Pierre and Miquelon",
+ "Saint Vincent and the Grenadines": "Saint Vincent and the Grenadines",
+ "Samoa": "Samoa",
+ "San Marino": "San Marino",
+ "Sao Tome and Principe": "Sao Tome and Principe",
+ "Saudi Arabia": "Saudi Arabia",
+ "Senegal": "Senegal",
+ "Serbia": "Serbia",
+ "Seychelles": "Seychelles",
+ "Sierra Leone": "Sierra Leone",
+ "Singapore": "Singapore",
+ "Slovakia": "Slovakia",
+ "Slovenia": "Slovenia",
+ "Solomon Islands": "Solomon Islands",
+ "Somalia": "Somalia",
+ "South Africa": "South Africa",
+ "South Sudan": "South Sudan",
+ "South Georgia and the South Sandwich Islands": "South Georgia and the South Sandwich Islands",
+ "Spain": "Spain",
+ "Sri Lanka": "Sri Lanka",
+ "Sudan": "Sudan",
+ "Suriname": "Suriname",
+ "Svalbard and Jan Mayen": "Svalbard and Jan Mayen",
+ "Swaziland": "Swaziland",
+ "Sweden": "Sweden",
+ "Switzerland": "Switzerland",
+ "Syrian Arab Republic": "Syrian Arab Republic",
+ "Taiwan": "Taiwan",
+ "Tajikistan": "Tajikistan",
+ "Tanzania, United Republic of Tanzania": "Tanzania, United Republic of Tanzania",
+ "Thailand": "Thailand",
+ "Timor-Leste": "Timor-Leste",
+ "Togo": "Togo",
+ "Tokelau": "Tokelau",
+ "Tonga": "Tonga",
+ "Trinidad and Tobago": "Trinidad and Tobago",
+ "Tunisia": "Tunisia",
+ "Turkey": "Turkey",
+ "Turkmenistan": "Turkmenistan",
+ "Turks and Caicos Islands": "Turks and Caicos Islands",
+ "Tuvalu": "Tuvalu",
+ "Uganda": "Uganda",
+ "Ukraine": "Ukraine",
+ "United Arab Emirates": "United Arab Emirates",
+ "United Kingdom": "United Kingdom",
+ "United States": "United States",
+ "Uruguay": "Uruguay",
+ "Uzbekistan": "Uzbekistan",
+ "Vanuatu": "Vanuatu",
+ "Venezuela, Bolivarian Republic of Venezuela": "Venezuela, Bolivarian Republic of Venezuela",
+ "Vietnam": "Vietnam",
+ "Virgin Islands, British": "Virgin Islands, British",
+ "Virgin Islands, U.S.": "Virgin Islands, U.S.",
+ "Wallis and Futuna": "Wallis and Futuna",
+ "Yemen": "Yemen",
+ "Zambia": "Zambia",
+ "Zimbabwe": "Zimbabwe"
+ },
+ "api": {
+ "providerNotAvailable": "One or more of the enabled providers is not available :param1",
+ "range": "The file size should be less than {{param3}} KB",
+ "mime_type": "File type not supported. Please upload a .csv file.",
+ "not_empty": ":field must not be empty",
+ "isKeyAvailable": "The key {{value}} is not available",
+ "contactIsValid": "Invalid phone number",
+ "roleDoesNotExist": "role_id {{value}} does not exist",
+ "invalidFormStageId": "form_stage_id :value does not exist",
+ "postTypeLimitReached": "limit: {{posttypes}}",
+ "dataUrlOrMediaRequired": "One of data_url or media_id is required",
+ "dataUrlMediaConflict": "Only one of data_url or media_id can be defined",
+ "size_error": "The file size should be less than :param1 MB",
+ "mime_type_not_allowed": "File type not supported. Please upload an image file.",
+ "mime_not_empty": "MIME type not found. The MIME type must be set for the file.",
+ "contact": {
+ "invalid_phone": "Invalid phone number {{param1}}",
+ "invalid_email": "Invalid email {{param1}}"
+ },
+ "email": {
+ "title": "{{sitename}} New post: {{title}}",
+ "message": "New post on {{sitename}}{{title}}{{content}}View post: {{url}}"
+ },
+ "sms": {
+ "message": "{{sitename}} New post: {{title}}"
+ },
+ "publishedPostsLimitReached": "limit:{{posts}}",
+ "tagDoesNotExist": "category :value does not exist",
+ "attributeDoesNotExist": "attribute {{param1}} does not exist",
+ "tooManyValues": "Too many values for {{param1}} (max: {{param2}})",
+ "valueDoesNotExist": "value id {{param2}} for field {{param1}} does not exist",
+ "canNotUseExistingValueOnNewPost": "Cannot use existing value {{param2}} for field {{param1}} on a new post",
+ "postAttributeRequired": "attribute {{param1}} is required",
+ "taskAttributeRequired": "attribute {{param1}} is required before stage {{param2}} can be completed",
+ "emptyIdAndLocale": "Must have at least id or locale",
+ "emptyParentWithLocale": "Must have at parent id when passing locale",
+ "notAnArray": "Post values for {{param1}} must be an array",
+ "scalar": "Post values for {{param1}} must be scalar",
+ "doesTranslationExist": "Translation {{value}} for post {{param2}} already exists",
+ "published_to": {
+ "exists": "The role you are publishing to {{value}} does not exist"
+ },
+ "stageDoesNotExist": "Stage {{param1}} does not exist",
+ "stageRequired": "Stage {{param1}} is required before publishing",
+ "postNeedsApprovalBeforePublishing": "Post needs approval by an administrator before it can be published",
+ "postCanOnlyBeUnpublishedByAdmin": "Post can only be unpublished by an administrator",
+ "alreadyLockedByDifferentUser": "Post is currently locked by a different user and can not be updated.",
+ "values": {
+ "date": "The field {{param1}} must be a date, Given: {{param2}}",
+ "decimal": "The field {{param1}} must be a decimal with 2 places, Given: {{param2}}",
+ "digit": "The field {{param1}} must be a digit, Given: {{param2}}",
+ "email": "The field {{param1}} must be an email address, Given: {{param2}}",
+ "exists": "The field {{param1}} must be a valid post id, Post id: {{param2}}",
+ "tagExists": "The field {{param1}} must be a valid category id or name, Category: {{param2}}",
+ "max_length": "The field {{param1}} must not exceed :param2 characters long, Given: {{param2}}",
+ "invalidForm": "The field {{param1}} has the wrong post type, Post id:{{param2}}",
+ "numeric": "The field {{param1}} must be numeric, Given: {{param2}}",
+ "scalar": "The field {{param1}} must be scalar, Given: {{param2}}",
+ "point": "The field {{param1}} must be an array of lat and lon",
+ "lat": "the field {{param1}} must contain a valid latitude",
+ "lon": "the field {{param1}} must contain a valid longitude",
+ "url": "The field {{param1}} must be a url, Given: {{param2}}",
+ "video_type": "The field {{param1}} must be either a youtube or vimeo url, Given: {{param2}}"
+ },
+ "role": {
+ "isRoleValid": "Role must match the parent category",
+ "exists": "Role {{value}} does not exist"
+ },
+ "description_regex": "The description must contain only letters, numbers, spaces and punctuation",
+ "regex": "The category name must contain only letters, numbers, spaces and punctuation",
+ "isUniqueEmail": "{{field}} is already in use",
+ "isUniqueUsername": "{{field}} is already in use",
+ "isUserSelf": "You cannot change your own role",
+ "adminUserLimitReached": "limit:{{:admin}}"
+ }
+}
diff --git a/apps/web-mzima-client/src/assets/locales/es.json b/apps/web-mzima-client/src/assets/locales/es.json
index 1192fb48ee3..d1f47f83609 100644
--- a/apps/web-mzima-client/src/assets/locales/es.json
+++ b/apps/web-mzima-client/src/assets/locales/es.json
@@ -114,6 +114,7 @@
"close_and_view": "Cerrar y ver resultados",
"show_more_less": "Mostrar más/menos",
"filters": "Filtros",
+ "filters_and_sorting": "Filters and sorting",
"filter_by_survey": "Filtrar por tema",
"configure": "Configurar",
"post": "Publicación",
@@ -295,7 +296,14 @@
"no_fields": "Sin campos",
"select_color": "Seleccionar Color",
"choose_survey": "Elegir encuesta",
- "marked_for_internal": "This task is marked for internal use only. It is not seen by users when they create a post.",
+ "marked_for_internal": {
+ "header": "Internal Use Only",
+ "body": "This task is marked for internal use only. It is not seen by users when they create a post."
+ },
+ "task_is_marked_as": {
+ "not_completed": "Task Complete? - Use toggle below",
+ "completed": "You have marked \"{{taskName}}\" Task as Completed!"
+ },
"delete_task": "Borrar tarea",
"duplicate_survey": "Duplicar",
"main_info": "Información principal",
@@ -314,6 +322,7 @@
"title": "Título",
"field_allowed_relation_survey": "Encuestas permitidas",
"collect_image_caption": "Incluir campo de leyenda de imagen",
+ "collect_media_caption": "Include caption field",
"disable_caption_field_explanation": "Esto deshabilitará y ocultará todos los apartados existentes para este campo, pero puede volver a habilitarlos en cualquier momento.",
"description": "Descripción",
"task_description": "Descripción de tareas",
@@ -335,6 +344,8 @@
"related_post": "Publicación relaccionada",
"related_post_info": "Please note, the posts to relate to needs to be published, posts that are \"Under review\" will not appear in the search-results",
"upload_image": "Imagen",
+ "upload_document": "Document",
+ "upload_audio": "Audio",
"embed_video": "Insertar video",
"markdown": "Rebaja",
"categories": "Categorías",
@@ -349,7 +360,13 @@
"checkbox_desc": "Permite al usuario elegir una o más opciones de una lista predefinida.",
"relation_desc": "Crea una relación entre diferentes encuestas",
"upload_desc": "Permite subir imágenes a la publicación",
+ "audio_desc": "Allows audio file(s) to be uploaded to the post",
+ "document_desc": "Allows document(s) to be uploaded to the post",
"video_desc": "Permite incrustar vídeos de Youtube o Vimeo en la publicación",
+ "maximum_upload_size" : "Maximum Upload Size",
+ "small_upload_size" : "Small",
+ "medium_upload_size" : "Medium",
+ "large_upload_size" : "Large",
"markdown_desc": "Permite el uso de reducción sintáctica para dar estilo al contenido del campo.",
"tasks": "Tareas",
"task_visible_when_published": "Esta función será visible cunado se edite la publicación.",
@@ -602,6 +619,7 @@
"source": "Fuente",
"saved_filters": "Saved filters",
"saved_filter": "Filtro guardado",
+ "no_saved_filters": "No saved filters. Saved filter(s) will appear here for you to select once made available.",
"save_new_filter": "Save new filter",
"clear_all_filters": "Clear all filters",
"delete_this_saved_filter": "¿Está seguro de que desea eliminar este filtro guardado?"
@@ -856,7 +874,9 @@
"unlocked": "Publicación desbloqueada con éxito",
"unlock": "Desbloquear",
"lock_broken_by_other": "Su publicación se ha desbloqueado. Sus cambios recientes sin guardar se perderán.",
- "locked_message": "La publicación está bloqueada porque {{user}} está trabajando en ella en este momento. Pruebe a editar otra publicación."
+ "locked_message": "La publicación está bloqueada porque {{user}} está trabajando en ella en este momento. Pruebe a editar otra publicación.",
+ "locked_tooltip": "This post is being edited by someone else. Please try again later."
+
},
"modify": {
"intro": "Seleccionar survey:",
@@ -966,9 +986,23 @@
"add_caption": "Añadir pie de foto",
"upload": "Upload",
"add_photo": "Añadir foto",
+ "add_audio": "Add audio",
+ "add_document": "Add document",
+ "retry" : "Retry",
"delete_photo": "Borrar foto",
"replace_image": "Reemplazar imagen",
- "error_in_upload": "Su imagen es demasiado grande (el tamaño máximo es de 1 MB) o tiene el formato incorrecto (los formatos permitidos son gif, png, jpg y jpeg), por favor compruebe e inténtelo de nuevo!"
+ "error_in_upload": "Su imagen es demasiado grande (el tamaño máximo es de 1 MB) o tiene el formato incorrecto (los formatos permitidos son gif, png, jpg y jpeg), por favor compruebe e inténtelo de nuevo!",
+ "messages": {
+ "max_size" : "Your file is too large.",
+ "max_files" : "You have exceeded the maximum number of files.",
+ "required" : "Media is required.",
+ "invalid_type" : "Unsupported file type."
+ },
+ "status" : {
+ "uploading" : "Uploading...",
+ "upload_complete" : "Upload Complete!",
+ "upload_failed" : "Upload failed!"
+ }
},
"video": {
"enter_a_url": "Ingrese la URL de un video de Youtube o Vimeo"
@@ -1101,7 +1135,7 @@
"delete_category_desc": "Si borra esta categoría, ya no estará asociada a ninguna publicación. Proceda con cautela.",
"show_categories": "Mostrar categorías disponibles",
"child_permissions": "Los permisos para esta categoría se gestionan mediante la categoría matriz.",
- "which_categories": "Qué categorías deberían estar disponibles",
+ "which_categories": "Which categories should be available?",
"select_all": "Seleccionar todo",
"choose_roles": "Seleccionar roles",
"create_tag": "Crear categoría",
diff --git a/apps/web-mzima-client/src/assets/locales/he.json b/apps/web-mzima-client/src/assets/locales/he.json
new file mode 100644
index 00000000000..f0e2419d0e1
--- /dev/null
+++ b/apps/web-mzima-client/src/assets/locales/he.json
@@ -0,0 +1,2770 @@
+{
+ "app": {
+ "contact_email_address": "Contact email address:",
+ "powered_by_ushahidi": "מופעל ע\"י אושהידי.",
+ "support": "Ushahidi Support",
+ "by": "by",
+ "submit": "Submit",
+ "anonymous": "Anonymous",
+ "submitting": "Submitting",
+ "submit_another": "Submit & Add Another",
+ "submit_response": "Submit a survey response",
+ "can_see_this": "can see this",
+ "collection": "Collection",
+ "collections": "Collections",
+ "create_collection": "Create collection",
+ "add_collection": "Add collection",
+ "export_to_csv": "Export filtered data",
+ "create_new": "Create new",
+ "create_new_survey": "Create new survey",
+ "created_by": "Created by {{author}}",
+ "date_created": "Date created",
+ "date_updated": "Date updated",
+ "choose_photo": "Choose photo",
+ "choose": "Choose...",
+ "add_all_fields": "Add all fields",
+ "insert_text_here": "Insert text here...",
+ "deployment_not_found" : {
+ "text" : "Sorry, that deployment does not exist. Would you like to create a new deployment?",
+ "button_exit" : "Exit",
+ "button_create_deployment" : "Create Deployment"
+ },
+ "documentation": {
+ "title": "Documentation",
+ "description": "Learn how to set up, configure, and manage your Ushahidi deployment."
+ },
+ "donate": "Donate",
+ "donation": "Donation",
+ "disable_monetization": "Disable Monetization",
+ "enable_monetization": "Enable Monetization",
+ "enable_monetization_error": "Fill in required fields above before enabling monetization.",
+ "enable_monetization_info": "Monetization is currently disabled.",
+ "intercom": {
+ "intercom": "Intercom",
+ "description": "Contact Ushahidi staff for chat support"
+ },
+ "onboarding": {
+ "title": "Onboarding",
+ "description": "Take a look at the Ushahidi onboarding again."
+ },
+ "report_a_bug": {
+ "title": "Report a bug",
+ "description": "Tell us when something doesn't work the way you expected."
+ },
+ "edit_collection": "Edit collection",
+ "features": {
+ "title": "Features",
+ "description": "See what Ushahidi can do and how it works."
+ },
+ "forbidden": "Sorry, you're not allowed to do that.",
+ "forbidden-login": "Please enter your login details to access the deployment.",
+ "contact_with_admin": "Or contact the Admin ",
+ "404": "That URL doesn't exist",
+ "page-not-found": "Page not found",
+ "get_notifications": "Get notifications",
+ "turn_off_notifications": "Turn off notifications",
+ "load_more": "Load more",
+ "loading": "Loading",
+ "loading_saved_searches": "Loading saved searches",
+ "more": "More",
+ "cancel": "Cancel",
+ "save": "Save",
+ "save_and_close": "Save & close",
+ "update": "Update",
+ "update_and_close": "Update & close",
+ "add_and_close": "Add & close",
+ "updating": "Updating",
+ "saving": "Saving",
+ "settings": "Settings",
+ "share": "Share",
+ "specific_roles": "Specific roles...",
+ "general": "General",
+ "surveys": "Survey",
+ "add_survey": "New Survey",
+ "edit_survey": "Edit Survey",
+ "data_sources": "Data Sources",
+ "import": "Import",
+ "users": "Users",
+ "edit_user": "ערוך משתמש ",
+ "add_user": "הוסף משתמש",
+ "edit": "Edit",
+ "roles": "Roles",
+ "edit_role": "Edit Role",
+ "add_role": "Add Role",
+ "webhooks": "Webhooks",
+ "edit_webhook": "Edit Role",
+ "add_webhook": "Add Role",
+ "categories": "Categories",
+ "edit_category": "Edit Category",
+ "add_category": "Add Category",
+ "categories_count": "{{count}} categories",
+ "plans": "Plans",
+ "delete": "Delete",
+ "description": "Description",
+ "color": "Color",
+ "search_users": "Search users",
+ "searching": "Searching",
+ "show_hide": "Show/Hide",
+ "fields": "Fields",
+ "no_results": "No results found.",
+ "current_results": "Current results:",
+ "filter_by": "Filter by...",
+ "sort_filter": "Sort & filter",
+ "apply_filters": "Apply",
+ "close_and_view": "Close and view results",
+ "show_more_less": "Show more/less",
+ "filters": "Filters",
+ "filters_and_sorting": "Filters and sorting",
+ "filter_by_survey": "Filter by survey",
+ "configure": "Configure",
+ "post": "Post",
+ "name": "Name",
+ "key": "Key",
+ "survey_web_address": "Your survey's web address",
+ "default_value": "Default value (optional):",
+ "select_one": "Select One",
+ "sort_and_filter": "Sort & filter",
+ "saved_search": "Saved Search",
+ "tasks": "Tasks",
+ "return_to_all_posts": "Return to all posts",
+ "this_deplyment_is_private": "This deployment is private",
+ "private_deployment": "Private Deployment",
+ "mark_as": "Mark as",
+ "who_can_see_this_category": "Who can see this category?",
+ "this_category_is_child_to": "This category is a child to {{parent}}",
+ "nothing": "Nothing",
+ "who_can_see_this": "Who can see this?",
+ "add": "Add",
+ "add_new_category": "+ Add new category",
+ "sort_by": "Sort By ...",
+ "newest_first": "Newest first",
+ "oldest_first": "Oldest first",
+ "language": "Language",
+ "select_language": "Select language",
+ "add_new_post": "Add new post",
+ "previous": "Previous",
+ "duplicate": "Duplicate",
+ "yes_delete": "Yes, delete",
+ "no_go_back": "No, go back",
+ "are_you_sure_you_want_to_delete": "Are you sure you want to Delete",
+ "action_cannot_be_undone": "This action cannot be undone.
Are you sure?
",
+ "you_are_not_authorized": "You are not authorized",
+ "lost_internet_connection": "Lost internet connection",
+ "tweet_is_unavailable": "This tweet is unavailable",
+ "file_uploader": "File uploader",
+ "preview_image": "Preview image",
+ "privacy_policy": "Privacy Policy",
+ "terms_and_conditions": "Terms and Conditions",
+ "ok_sounds_good": "OK, sounds good",
+ "next_step": "Next step",
+ "we_are_aware_there_are_some_issues_here": "We are aware there are some issues here. The team is working on fixing them.",
+ "you_are_using_old_deployment_version": "You are using Deployment Version - {{api_version}}. The latest version is v5. Please, update your Deployment for users access.",
+ "outdated_deployment": "Outdated Deployment!",
+ "the_deployment_is_outdated": "The Deployment is outdated, therefore some bugs may occur, till Admin update it.",
+ "your_deployment_is_outdated": "Your Deployment is outdated",
+ "we_ve_updated_deployments_to_version_5": "We’ve updated Deployments to version 5. Users may not have access to your deployment soon. ",
+ "for_more_details_on_deployment_update": "For more details on deployment update, go to Help & Support (this should be a link) or send an email to:",
+ "open_chat": "Open Chat",
+ "end_post": "End of Posts"
+ },
+ "cookies": {
+ "we_use_cookies": "Howdy! We use cookies to make your experience better.",
+ "cookies_privacy": "If you want to know more or withdraw your consent, please go to our Privacy Policy.",
+ "decline": "Decline",
+ "accept_cookies": "Accept cookies"
+ },
+ "404": {
+ "404": "404",
+ "error": "error",
+ "description": "Oops... Sorry, we can’t find the page that you’re looking for.
Please search by another phrase or go back to the Map View.",
+ "button": "Go to the Map View"
+ },
+ "toolbar": {
+ "searchbar": {
+ "search_entity": "Search {{entity}}",
+ "search_all_entities_for": "Search all {{entity}} for"
+ }
+ },
+ "color_picker": {
+ "hex_value": "Hex Value",
+ "red": "Red",
+ "gold": "Gold",
+ "blue": "Blue",
+ "green": "Green"
+ },
+ "feature_limits": {
+ "view_unavailable": "The {{value}} view isn't available on your current plan. Upgrade your plan to get it!"
+ },
+ "limit": {
+ "plan_limit": "Ushahidi Plan Limit",
+ "post_limit_reached": "You have reached the limit of published Posts for your plan.",
+ "admin_limit_reached": "You have reached the limit of admin users for your plan.",
+ "post_type_limit_reached": "You have reached the surveys limit for your plan.",
+ "upgrade": "Upgrade"
+ },
+ "activity": {
+ "activity_over_time": "Activity over time",
+ "activity_by_volume": "Activity by volume",
+ "recent_activity_timeline": "Recent Activity timeline",
+ "new_post": "New Post",
+ "by": "By",
+ "context_body": "A summary of how people are interacting with {{site}}.",
+ "inbound": "Inbound Response Messages",
+ "outbound": "Outbound Surveying Messages",
+ "recipients": "Unique Recipients of Targeted Survey",
+ "responders": "Unique Responders to Targeted Survey",
+ "all_targeted": "All Targeted Surveys",
+ "no_targeted": "You don't have any Targeted Survey data to show.",
+ "all_sources": "All Data Souces",
+ "web_mobile": "Web and Mobile",
+ "email": "email",
+ "sms": "sms",
+ "twitter": "twitter",
+ "all_crowdsourced": "All Crowdsourced Surveys",
+ "no_crowdsourced": "You don't have any Crowdsourced Survey data to show.",
+ "targeted_activity": "Tageted Survey Activity",
+ "crowdsourced_activity": "Crowdsourced Survey Activity",
+ "tooltip_template": "This is the single point tooltip template"
+ },
+ "form": {
+ "add_field": "Add field",
+ "add_field_instructions": "Add instructions to this field",
+ "add_field_instructions_info": "These instructions will be presented as a tooltip to a user when filling in this field.",
+ "add_field_instructions_placeholder": "Explain this field...",
+ "add_post_type": "New Survey",
+ "add_step": "Add task",
+ "add_language": "Add language",
+ "added_form_stage_attribute": "Saved field",
+ "field_allowed_relation_post_type": "Allowed surveys",
+ "choose_order_message": "Choose and order the fields that you would like to include in this survey",
+ "created_form_stage": "Saved task",
+ "currently_disabled": "This survey is currently disabled.",
+ "custom_structure": "Custom Structure",
+ "default_date_placeholder": "Default date",
+ "default_date_hint": "If no date is added, the current time of posting would be added by default. The user can still update the {{ field_name }} after post submission.",
+ "default_default_placeholder": "Default value",
+ "default_location_placeholder": "Nairobi, Kenya",
+ "delete_post_type": "Delete this survey",
+ "deleted_form": "Deleted Survey",
+ "deleted_form_stage": "Deleted Task",
+ "deleted_form_stage_attribute": "Deleted field",
+ "editable_by": "Editable By",
+ "edit_post_step": "Edit Task: {{step}}",
+ "edit_post_type": "Edit Survey: {{form}}",
+ "edit_post_types": "Edit Surveys",
+ "field_add_option": "Add",
+ "field_add_other": "Add other",
+ "field_add_other_desc": "Allows entering a custom option that is not listed among the provided choices.",
+ "field_default": "Field Default",
+ "field_key": "Field Key",
+ "field_type": "Field Type",
+ "field_name": "Field Name",
+ "field_options": "Field Options",
+ "field_key_placeholder": "field-key",
+ "field_name_placeholder": "Name this field",
+ "field_option_placeholder": "Option 1",
+ "field_required": "This field is required",
+ "form_name": "Name",
+ "form_description": "Description",
+ "forms": "טפסים",
+ "form_stage_settings_saved": "Saved settings",
+ "permission_public": "Public",
+ "permission_admin": "Admin",
+ "permission_self": "Only Me",
+ "post_type_settings": "Survey Settings",
+ "post_step_settings": "Task Settings",
+ "priority_changed": "Changed priority",
+ "save_and_close": "Save & Close",
+ "save_post_type": "Save Survey",
+ "save_post_step": "Save Task",
+ "saved_form": "Survey saved.",
+ "select_language": "Select languages",
+ "step_delete": "Delete",
+ "step_name": "Task Name",
+ "step_rename": "Rename",
+ "step_required": "This task is required",
+ "post_step": "Post",
+ "type": "סוג",
+ "visible_to": "Visible To",
+ "choose_language": "Choose language for translation",
+ "error_input_number": "Please input {{type}} type number"
+ },
+ "survey": {
+ "no_tasks": "No tasks",
+ "select_categories": "Select categories",
+ "select_related_post": "Select related post",
+ "no_fields": "No fields",
+ "select_color": "Select color",
+ "choose_survey": "Choose survey",
+ "marked_for_internal": {
+ "header": "Internal Use Only",
+ "body": "This task is marked for internal use only. It is not seen by users when they create a post."
+ },
+ "task_is_marked_as": {
+ "not_completed": "Task Complete? - Use toggle below",
+ "completed": "You have marked \"{{taskName}}\" Task as Completed!"
+ },
+ "delete_task": "Delete task",
+ "duplicate_survey": "Duplicate",
+ "main_info": "Main info",
+ "internal_use_task": "Task is only for internal use",
+ "internal_use_task_desc": "This task will only be visible to User who have Manage Post permission.",
+ "duplicate_task": "Duplicate task",
+ "duplicate_option": "Duplicate option is present",
+ "special_characters_option": "This option contains special characters",
+ "show_this_task_to": "Show this task to everyone when published",
+ "show_this_task_to_desc": "When a survey response is published, data from this task will be displayed.",
+ "survey_name": "Survey name",
+ "describe_your_survey": "Describe your survey...",
+ "describe_this_task": "Describe this task...",
+ "untitled_task": "Untitled task",
+ "add_task": "Add task",
+ "title": "Title",
+ "field_allowed_relation_survey": "Allowed surveys",
+ "collect_image_caption": "Include image caption field",
+ "collect_media_caption": "Include caption field",
+ "disable_caption_field_explanation": "This will disable and hide all existing captions for this field, but you can re-enable them at any time.",
+ "description": "Description",
+ "task_description": "Task description",
+ "post_fields": "Post fields",
+ "task_fields": "Task fields",
+ "show_task": "Show this task to everyone when the post is published",
+ "task_info": "You can add additional information to each post, like translations or verification, and assign them to people by adding Tasks. You can choose from pre-built tasks or create your own from scratch.",
+ "text_desc": "A sentence or less",
+ "short_text": "Short text",
+ "long_text": "Long text",
+ "number_decimal": "Number (Decimal)",
+ "number_integer": "Number (Integer)",
+ "location": "Location",
+ "date": "Date",
+ "datetime": "Date & Time",
+ "select": "Select",
+ "radio_button": "Radio Button(s)",
+ "checkbox": "Checkbox(es)",
+ "related_post": "Related Post",
+ "related_post_info": "Please note, the posts to relate to needs to be published, posts that are \"Under review\" will not appear in the search-results",
+ "upload_image": "Image",
+ "upload_document": "Document",
+ "upload_audio": "Audio",
+ "embed_video": "Embed video",
+ "markdown": "Markdown",
+ "categories": "Categories",
+ "textarea_desc": "Multiple sentences or paragraphs",
+ "decimal_desc": "A number with decimal places",
+ "integer_desc": "A whole number",
+ "location_desc": "A geographic location chosen via a map",
+ "date_desc": "A date with year, month, day",
+ "datetime_desc": "A date with time in hours and minutes",
+ "select_desc": "A drop down list of items",
+ "radio_desc": "Allows the user to choose only one of a predefined set of options.",
+ "checkbox_desc": "Allows the user to choose one or more of a predefined set of options.",
+ "relation_desc": "Create a relation between different surveys",
+ "upload_desc": "Allows image(s) to be uploaded to the post",
+ "audio_desc": "Allows audio file(s) to be uploaded to the post",
+ "document_desc": "Allows document(s) to be uploaded to the post",
+ "video_desc": "Allows Youtube or Vimeo videos to be embed in the post",
+ "maximum_upload_size" : "Maximum Upload Size",
+ "small_upload_size" : "Small",
+ "medium_upload_size" : "Medium",
+ "large_upload_size" : "Large",
+ "markdown_desc": "Allows the use of markdown syntax to style the field content.",
+ "tasks": "Tasks",
+ "task_visible_when_published": "This task will be visible when post is published.",
+ "show_field_description": "Add field description (optional):",
+ "add_field": "Add {{fieldType | lowercase}} field",
+ "edit_field": "Edit {{fieldType | lowercase}} field",
+ "build": "Build",
+ "configure": "Configure",
+ "require_section": "Require this task be completed before a post can be visible to the public",
+ "hide_author_information": "Hide author information",
+ "hide_author_information_desc": "Only people with permission to edit responses will be able to see who submitted them; and only when editing them.",
+ "hide_location_information": "Hide exact location information",
+ "hide_location_information_desc": "Only people with permission to edit responses will be able to see exact locations. Other people will see rounded locations. The location will be accurate to {{precision}}km.",
+ "hide_time_information": "Hide exact time information",
+ "hide_time_information_desc": "Only people with permission to edit responses will be able to see exact time submitted. Other people will see only the date.",
+ "share": "Share",
+ "task_name": "Task name",
+ "required_field": "Required",
+ "required": "Required",
+ "required_desc": "Require this task be completed before a post can be visible to the public.",
+ "require_field_desc": "Require this field be completed",
+ "name_this_task": "Name this task...",
+ "require_review": "Require posts to be reviewed before they're published",
+ "require_review_desc": "New responses to this survey will be put 'under review', and therefore not immediately visible to the public. Users with permission to review the response can review and 'publish' them, which would then make them visible to everyone.",
+ "require_task": "Required",
+ "make_response_private": "Make responses private",
+ "response_private_desc": "Only people with permission to edit responses can see responses to this field",
+ "require_task_desc": "Require this task be completed before a post can be visible to the public",
+ "survey_permissions": "Survey permissions",
+ "only_edit": "Only people with permission to edit responses will be able to see responses to this field.",
+ "who_can_add": "Who can add to this survey",
+ "survey_field": "Survey field",
+ "choose_survey_field": "Choose what should be assigned to each survey field",
+ "choose_survey_field_desc": "Each of the survey's fields are listed below. Choose the data from {{datasource_type}} that you'd like to use to populate each of those fields.",
+ "who_can_contribute_to_task": "Who can contribute to fields in this task",
+ "view_detail": "Detail",
+ "no_options_for_this_field": "No options for this field",
+ "add_options_first": "Add options first",
+ "delete": {
+ "desc": "If you delete this survey, all of its posts will also be deleted. Proceed with caution.",
+ "delete": "Delete survey",
+ "delete_this": "Delete this survey",
+ "delete_this_field": "Delete this field",
+ "delete_field": "Delete field",
+ "desc_field": "If you delete this field, all of the data that was collected within it will also be deleted. Proceed with caution."
+ },
+ "name": "Survey name",
+ "color": {
+ "color": "Color",
+ "hex": "Hex value",
+ "red": "Red",
+ "gold": "Gold",
+ "blue": "Blue",
+ "green": "Green"
+ },
+ "who": "Who can see this?",
+ "task": {
+ "delete": {
+ "desc": "If you delete this task, all of the data captured in it will also be deleted. Proceed with caution.",
+ "delete": "Delete task",
+ "delete_this": "Delete this task"
+ }
+ },
+ "fields": {
+ "fields_title": "Fields",
+ "validation": {
+ "required": "Required fields are missing, these fields are marked with an *.",
+ "special_characters": "{{name}} field contains special characters"
+ }
+ },
+ "targeted_survey": {
+ "title": "Create a new targeted survey",
+ "description": "Send questions via SMS to a list of those phone numbers.",
+ "name_title": "Name your survey",
+ "name": "Survey name",
+ "description_title": "Survey Description",
+ "audience_title": "Choose your audience",
+ "add_questions_title": "Add your questions",
+ "add_questions_description": "We will send each question as a separate SMS. After someone responds, we will send the next question in the survey.",
+ "add_another": "Add another question...",
+ "add_a_question": "Add a question...",
+ "edit_title": "Edit question",
+ "new_question_title": "New Question",
+ "question_text": "Question text",
+ "question_description": "This is what users will see when they go to your survey.",
+ "sample_question": "Sample question: Hi there! How are you feeling today? Your response is free.",
+ "char_remains": "{{remaining}}/160 characters remaining",
+ "publish": "Publish survey",
+ "delete": "Delete",
+ "send_to_old_number_warning": "If you are messaging a number that you have messaged in the past, that person's responses will always apply to the most recent survey. They will no longer be able to reply to previous unanswered survey questions.",
+ "publish_description_many": "We will send {{questions}} questions to {{numbers}} people via SMS for a total of {{total_sms_messages}} messages. Your telecommunications provider will charge you for each message. Please be careful about the costs you will incur by sending this survey. This action cannot be undone.",
+ "publish_description_one_question": "We will send {{questions}} question to {{numbers}} people via SMS for a total of {{total_sms_messages}} messages. Your telecommunications provider will charge you for each message. Please be careful about the costs you will incur by sending this survey. This action cannot be undone.",
+ "publish_description_one_number": "We will send {{questions}} questions to {{numbers}} person via SMS for a total of {{total_sms_messages}} messages. Your telecommunications provider will charge you for each message. Please be careful about the costs you will incur by sending this survey. This action cannot be undone.",
+ "publish_description_one_number_one_question": "We will send {{questions}} question to {{numbers}} person via SMS for a total of {{total_sms_messages}} message. Your telecommunications provider will charge you for each message. Please be careful about the costs you will incur by sending this survey. This action cannot be undone.",
+ "question_warning": "You must enter at least 1 question.",
+ "publish_warning": "Are you sure you ant to send this SMS survey?",
+ "publish_notification_many": "{{messages}} messages will be sent as part of this survey. You will be charged for these messages by your telecommunications provider",
+ "publish_notification_one": "{{messages}} message will be sent as part of this survey. You will be charged for that message by your telecommunications provider",
+ "hide_responders": "Hide information about responders",
+ "hide_responders_desc": "The phone numbers of the people who respond to your questions remain hidden from the public site. Only the team members with edit permissions will be able to see them.",
+ "notification_button": "View survey in datamode",
+ "name_warning": "You must give your survey a name.",
+ "description_warning": "You must give your survey a description.",
+ "send_to_person": "Targeted: Send this survey to {{recipientCount}} person via SMS",
+ "send_to_people": "Targeted: Send this survey to {{recipientCount}} people via SMS",
+ "country_code": "Country Code",
+ "country_code_error": "You must select a country.",
+ "select_country": "Select Country",
+ "phone_numbers": "Phone Numbers",
+ "phone_number_warning": "You must enter at least 1 phone number.",
+ "one_repeat_alert": "We removed a total of {{repeatCount}} repeat number from your list.",
+ "multi_repeat_alert": "We removed a total of {{repeatCount}} repeat numbers from your list.",
+ "multi_number_error": "Of the {{total}} phone numbers you entered, we noticed problems with {{bad}} of them. Please correct the phone numbers below and continue. Numbers must match the selected country's formatting rules.",
+ "one_number_error": "Of the {{total}} phone numbers you entered, we noticed problems with {{bad}} of them. Please correct the phone number below and continue. Numbers must match the selected country's formatting rules.",
+ "multi_numbers_good": "These {{good_numbers}} numbers look fine.",
+ "one_number_good": "This {{good_numbers}} number looks fine.",
+ "question_error": "You must add at least one question.",
+ "phone_number_instructions": "Please type in the phone numbers you'd like to contact. You must place a comma between each phone number.",
+ "targeted_survey": "Targeted Survey",
+ "targeted_survey_desc": "We sent this survey via SMS",
+ "sent_messages": "We have sent {{totalSent}} messages, and",
+ "sent_message": "We have sent {{totalSent}} message, and",
+ "received_responses": "you have received {{responses}} responses",
+ "received_response": "you have received {{responses}} response",
+ "recipients_count": "from {{recipients}} recipients so far.",
+ "recipient_count": "from {{recipients}} recipient so far.",
+ "error_message": "An error occurred while trying to save your targeted survey",
+ "error_contacts": "Some of the numbers you provided failed, please check your numbers and try again",
+ "pending_messages": "We are processing {{totalPending}} messages.",
+ "pending_message": "We are processing {{totalPending}} message.",
+ "cancel": "Cancel"
+ }
+ },
+ "global_filter": {
+ "filter": "Filter",
+ "categories": {
+ "categories": "Categories",
+ "all_categories": "All Categories"
+ },
+ "post_types": {
+ "post_types": "Surveys",
+ "all_types": "All Types",
+ "unstructured": "Unstructured"
+ },
+ "post_statuses": {
+ "post_statuses": "Status",
+ "all_statuses": "Any Status",
+ "draft": "Draft",
+ "published": "Published"
+ },
+ "post_stages": {
+ "post_stages": "Current Task",
+ "all_stages": "All Tasks"
+ },
+ "collections": {
+ "collections": "Collections",
+ "all_collections": "All Collections",
+ "search_collections": "Search Collections"
+ },
+ "sorting": "Sorting",
+ "sort": {
+ "order": {
+ "filter_type_tag": "Order",
+ "desc": "Newest first",
+ "asc": "Oldest first"
+ },
+ "orderby": {
+ "post_date": "Post Date",
+ "created": "Date created",
+ "updated": "Date updated"
+ },
+ "unlockedOnTop": {
+ "filter_type_tag": "Unlocked posts on top"
+ }
+ },
+ "filter_tabs": {
+ "order": "Order",
+ "order_group": {
+ "orderby": {
+ "post_date": "Post Date",
+ "created": "Date created",
+ "updated": "Date updated"
+ },
+ "order": {
+ "desc": "Newest first",
+ "asc": "Oldest first"
+ },
+ "unlocked_on_top_yes": "Yes",
+ "unlocked_on_top_no": "No"
+ },
+ "orderby": "Order by",
+ "order_unlocked_on_top": "Unlocked posts on top",
+ "savedsearch": "Saved Search",
+ "saved_search": "Saved Search",
+ "q": "Keyword",
+ "created_after": "Start date",
+ "created_before": "End date",
+ "date_after": "Start date",
+ "date_before": "End date",
+ "center_point": "Location",
+ "tags": "Category",
+ "form": "Survey",
+ "current_stage": "Current Task",
+ "set": "Collection",
+ "status": "Status",
+ "expires": "Expires",
+ "download": "Download",
+ "location_value": "Within {{km}} km of {{value}}",
+ "visible_to": "Visible to",
+ "user": "User",
+ "has_location": "Post-locations",
+ "all_posts": "Show all posts",
+ "unmapped": "Show unmapped posts",
+ "mapped": "Show posts with a location",
+ "source": "Source"
+ },
+ "unmapped_start_one": "There is",
+ "unmapped_start_many": "There are",
+ "unmapped_one": "{{post_nb}} post",
+ "unmapped_many": "{{post_nb}} posts",
+ "unmapped_end": "not shown here because they don't include location information.",
+ "unmapped_none": "No posts without location information.",
+ "more": "More",
+ "keyword": "Keyword",
+ "start_date": "Start Date",
+ "start_date_placeholder": "Jan 25, 2014",
+ "end_date": "End Date",
+ "end_date_placeholder": "April 25, 2014",
+ "location": "Location",
+ "location_placeholder": "Enter city or address",
+ "city_or_address": "City or address",
+ "viewing_mode": "Viewing mode",
+ "within_km": "Within",
+ "km": "Km",
+ "within_km_placeholder": "Distance",
+ "option_1": "within 1 km",
+ "option_2": "within 10 km",
+ "option_3": "within 50 km",
+ "option_4": "within 100 km",
+ "option_5": "within 500 km",
+ "option_6": "within 100 km",
+ "option_7": "within 500 km",
+ "restore_defaults": "Restore Defaults",
+ "apply_filters": "Apply",
+ "save_to_set": "Save to Set",
+ "search": "Search",
+ "date_range": "Date range",
+ "who_its_visible_to": "Who it's visible to",
+ "status": "Status",
+ "source": "Source",
+ "saved_filters": "Saved filters",
+ "saved_filter": "Saved filter",
+ "no_saved_filters": "No saved filters. Saved filter(s) will appear here for you to select once made available.",
+ "save_new_filter": "Save new filter",
+ "clear_all_filters": "Clear all filters",
+ "delete_this_saved_filter": "Are you sure you want to delete this saved filter?"
+ },
+ "graph": {
+ "all_posts": "Nothing; Show all posts",
+ "all": "All time",
+ "compare": "Compare...",
+ "compare_all": "Compare...",
+ "compare_status": "Compare status",
+ "compare_tags": "Compare categories",
+ "compare_form": "Compare surveys",
+ "compare_": "Compare",
+ "created": "Created time",
+ "cumulative": "Show cumulative totals",
+ "cumulative_post_count": "Total post count",
+ "custom": "Custom date range",
+ "custom_display": "{{start || 'Beginning'}} to {{end || 'Now'}}",
+ "group_by_placeholder": "Graph",
+ "new_post_count": "New posts",
+ "none": "None",
+ "no_data": "No activity to show",
+ "post_count": "Post count",
+ "post_date": "Post created date",
+ "select_one": "Select one",
+ "week": "This week",
+ "month": "This month",
+ "updated": "Updated time"
+ },
+ "message": {
+ "button": {
+ "dismiss": "Dismiss",
+ "upgrade": "Upgrade now",
+ "default": "Ok",
+ "cancel": "Cancel"
+ }
+ },
+ "modal": {
+ "button": {
+ "close": "Close",
+ "done": "Done"
+ },
+ "donation": {
+ "thank_you_for_your_donation_start": "Web monetization is enabled on this website. Thank you for your donation. You have donated",
+ "thank_you_for_your_donation_end": "so far",
+ "web_monetization_text": "Ushahidi deployments are now web monetization enabled. Web monetization is a way of supporting the websites you love without playing advertisers game. All you need is to get your browser setup. Click the link below to learn how you can donate.",
+ "how_can_i_donate": "How can I donate?"
+ }
+ },
+ "nav": {
+ "open_menu": "Open menu",
+ "my_account": "My account",
+ "404": "Whoops",
+ "about": "About",
+ "activity": "Activity",
+ "add_post": "Add Post",
+ "account_settings": "Account Settings",
+ "alerts": "Alerts",
+ "all": "כל",
+ "author_tagline": "By {{author}}",
+ "appearance": "Appearance",
+ "back": "אחורה",
+ "category": "Category",
+ "categories": "Categories",
+ "clear": "Clear",
+ "collections": "Collections",
+ "comments": "Comments",
+ "data_sources": "Data Sources",
+ "data_import": "Data Import",
+ "deployment_not_found": "Deployment Not Found",
+ "deselect": "Deselect",
+ "edit_profile": "ערוך פרופיל",
+ "edit_post_type": "Edit Survey",
+ "everyone": "Everyone",
+ "export": "Export",
+ "forbidden": "Access Denied",
+ "dashboard": "Dashboard",
+ "delete": "מחק",
+ "edit": "ערוך",
+ "filters": "Filters",
+ "forgotyourpassword": "Forgot your password?",
+ "resetpassword": "Reset password",
+ "resetmypassword": "Reset my password",
+ "forms": "Forms",
+ "help": "Help",
+ "home": "Home",
+ "login": "Log in",
+ "logout": "Log out",
+ "login_register": "Log in / Sign up",
+ "help_support": "Help & Support",
+ "registration": "Sign up",
+ "register": "Sign up",
+ "map_settings": "Map Settings",
+ "more": "More",
+ "notifications": "Notifications",
+ "receive_notifications": "Receive notifications",
+ "only_author": "Only the author",
+ "only_you": "Only you",
+ "people": "People",
+ "permissions": "Permissions",
+ "plan_settings": "Plan",
+ "please_wait_loading": "בבקשה המתן. טוען...",
+ "plugins": "Plugins",
+ "posts": "פוסטים",
+ "posts_and_entities": "Surveys",
+ "profile": "My Profile",
+ "role": "Role:",
+ "roles": "Roles",
+ "webhook": "Webhook",
+ "webhooks": "Webhooks",
+ "saved_searches": "Saved Searches",
+ "search": "Search",
+ "select_all": "Select all",
+ "selected_items": "{{selectedItems}} selected",
+ "settings": "Settings",
+ "survey_settings": "Survey settings",
+ "tags": "Categories",
+ "today": "Today",
+ "general": "General Settings",
+ "type": "Type",
+ "unknown": "Unknown",
+ "unselect_all": "בטל הכל",
+ "user": "User",
+ "users": "משתמשים",
+ "views": "צפיות",
+ "yesterday": "Yesterday",
+ "map": "Map",
+ "data": "Data",
+ "feed": "Data"
+ },
+ "views": {
+ "map": "Map",
+ "list": "Timeline",
+ "activity": "Activity",
+ "data": "Data"
+ },
+ "share": {
+ "share_deployment": "Share deployment",
+ "share_post": "Share post",
+ "web_address": "You survey's web address",
+ "embed_on_websites": "HTML embed on websites",
+ "copied": "Copied!",
+ "share_on_twitter": "Share on Twitter",
+ "share_on_facebook": "Share on Facebook"
+ },
+ "post": {
+ "post_count": "{{count}} posts",
+ "see_more_plural": "See {{newPostsCount}} new posts",
+ "see_more_singular": "See {{newPostsCount}} new post",
+ "add_to_form": "Add to {{form}}",
+ "posts": "Posts",
+ "post_title": "Post title",
+ "post_desc": "Post description",
+ "there_are_no_posts": "There are no posts",
+ "in_this_deployment": "in this deployment, yet.",
+ "posts_total": "{{posts}} of {{total_nb}} posts",
+ "posts_total_map": "Displaying {{posts}} of {{total_nb}} posts with location information on the map.",
+ "search_results": "Results:",
+ "by": "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": "Task completed",
+ "everyone": "Everyone",
+ "just_you": "Just you",
+ "specific_roles": "Specific roles...",
+ "can_see_this": "can see this",
+ "add_post_type": "Add {{form_name}}",
+ "edit_post_type": "Edit {{form_name}}",
+ "post": "Post",
+ "message": "Message",
+ "message_thread": "Message Thread",
+ "all_posts": "All posts",
+ "no_search_results": "Your search didn't match any posts",
+ "no_search_results_location": "Your search didn't match any posts with location information",
+ "no_posts_yet": "There are no posts yet!",
+ "no_posts_yet_location": "There are no posts with location information yet!",
+ "add_first_post": "Add the first post",
+ "create_post": "צור פוסט",
+ "create": "Create",
+ "change": "Change",
+ "posted_by": "Posted by",
+ "draft": "Under review",
+ "archived": "Archived",
+ "edited_by": "נערך על ידי",
+ "export": "יצוא",
+ "select_all": "Select All",
+ "unselect_all": "Unselect All",
+ "per_page": "{{count}} posts",
+ "post_details": "פרטי הפוסט",
+ "steps": "This post's tasks",
+ "mark_complete": "Mark as Complete",
+ "complete": "Complete",
+ "type_details": "{{type}} Details",
+ "edit_post": "ערוך פוסט",
+ "history": "History",
+ "hide_form": "Hide {{form}}",
+ "hide_unknown_form": "Hide Unknown",
+ "publish": "Publish to...",
+ "publish_for_you": "You",
+ "publish_for_everyone": "Everyone",
+ "published": "פורסם",
+ "unpublished": "Unpublished",
+ "published_by": "פורסם על ידי",
+ "can_see_this_post": "can see this post",
+ "categories": "Categories",
+ "status": "Status",
+ "type": "Type",
+ "view": "View",
+ "step": "Task",
+ "update": "Update",
+ "options": "Options",
+ "complete_draft": "Complete (Draft)",
+ "complete_published": "Complete (Published)",
+ "structure": "Structure",
+ "source": "via {{source}}",
+ "visible_to_public": "This post is visible to the public",
+ "visible_to_you": "This post is visible to just you and admins",
+ "visible_to_roles": "This post is visible to {{roles}}",
+ "show_only_form": "Show only {{form}}",
+ "show_only_unknown_form": "Show only Unknown",
+ "delete_post": "Delete post",
+ "delete_this_post": "Delete this post",
+ "delete_post_desc": "If you delete this post, all of its comments will also be deleted. Proceed with caution.",
+ "read_more": "Read more",
+ "post_actions": {
+ "edit": "Edit",
+ "delete": "Delete",
+ "export": "Export",
+ "put_under_review": "Put under review",
+ "archive": "Archive",
+ "publish": "Publish"
+ },
+ "created_at": "Created at",
+ "updated_at": "Last updated at",
+ "author": "Author",
+ "post_date": "Post date",
+ "change_author": "Change author",
+ "status_published": "Published",
+ "status_review": "Under review",
+ "status_archived": "Archived",
+ "unknown_posts": "Unknown posts",
+ "my_posts": "My posts",
+ "unstructured_posts": "Unstructured posts",
+ "published_posts": "Published posts",
+ "all_posts_desc": "All posts",
+ "published_posts_desc": "All published posts",
+ "unstructured_posts_desc": "Unstructured posts",
+ "my_posts_desc": "Your posts",
+ "unknown_posts_desc": "Posts with no assigned survey",
+ "image_is_required": "Image is required",
+ "image_max_size": "Image exceed max file size",
+ "locking": {
+ "unlocked": "Post successfully unlocked",
+ "unlock": "Unlock",
+ "lock_broken_by_other": "Your Post has been unlocked. Your current unsaved changes will be lost.",
+ "locked_message": "The post is locked because {{ user }} is working on it right now. Try editing a different post.",
+ "locked_tooltip": "This post is being edited by someone else. Please try again later."
+
+ },
+ "modify": {
+ "intro": "Select survey:",
+ "no_task_values": "There are currently no saved values for this task.",
+ "create_type": "Create {{type}}",
+ "edit_type": "Edit {{type}}: {{title}}",
+ "add_a_post": "Add a post",
+ "add_to_survey": "Add to this survey",
+ "edit_post": "Edit {{title}}",
+ "change_type": "Change type",
+ "incomplete_step": "To publish a post all required tasks must be marked as complete. The required task {{stage}} has not yet been marked complete",
+ "save_post": "Save Post",
+ "publish": "Publish to...",
+ "publish_to": "Publish to {{role}}",
+ "published_to": "Published to {{role}}",
+ "unpublish": "Revert to Draft",
+ "everyone": "Everyone",
+ "back": "Back",
+ "contact_info": "Enter your contact info (optional)",
+ "author_realname": "Name",
+ "author_email": "Email",
+ "bulk_actions": "Bulk Actions",
+ "form": {
+ "categories": "Categories",
+ "description": "Description",
+ "location": "Location",
+ "title": "Title",
+ "link": {
+ "name": "Link Name",
+ "url": "Link url",
+ "add_link": "Add Link"
+ }
+ }
+ },
+ "preview": {
+ "private": "private",
+ "public": "public",
+ "read_more": " ... Read More",
+ "tags": "Categories",
+ "post_actions": {
+ "post_actions": "Post Actions",
+ "select": "select",
+ "edit": "edit",
+ "set": "set",
+ "publish": "publish",
+ "unpublish": "unpublish",
+ "delete": "delete"
+ }
+ },
+ "messages": {
+ "by_sms": "By SMS",
+ "by_email": "By Email",
+ "by_twitter": "By Twitter",
+ "reply": "Reply to Message thread",
+ "send": "Send New Message",
+ "save": "Save",
+ "simple_send": "Send",
+ "title": "Conversation with author",
+ "associated_messages": "View messages associated with this post",
+ "show_only_incoming": "Show only {{provider}} not assigned to a survey yet",
+ "imported_by": "{{messages}} imported by this deployment",
+ "Twitter": "Twitter",
+ "Email": "Email",
+ "SMS": "SMS",
+ "previous_page": "<< Previous page",
+ "next_page": "Next page >>",
+ "empty_message_error": "You must add a message",
+ "no_messages": "There are no messages yet. Start a conversation with the author by sending a message below."
+ },
+ "valid": {
+ "no_changes": "You haven’t made any changes",
+ "invalid_state": "This post is currently in an invalid state. You'll need to complete all required tasks before you can re-publish this post. You can either complete the necessary tasks or give your post a different status, like \"under review.\"",
+ "validation_fail": "Required fields are missing, these fields are marked with an *.",
+ "validation_fail_other": "There was an error validating the data. Fields failing validation will display an error.",
+ "title": {
+ "required": "A title is required",
+ "minlength": "Title is too short",
+ "maxlength": "Title is too long"
+ },
+ "label": {
+ "required": "A name is required"
+ },
+ "content": {
+ "required": "Description cannot be empty"
+ },
+ "tags": {
+ "required": "Categories are required"
+ },
+ "values": {
+ "required": "\"{{label}}\" is required",
+ "parse": "\"{{label}}\" could not be parsed",
+ "date": "\"{{label}}\" must be a date",
+ "number": "\"{{label}}\" must be a number",
+ "step": "\"{{label}}\" must be an integer"
+ },
+ "author_name": {
+ "maxlength": "Name is too long"
+ },
+ "author_email": {
+ "email": "Invalid email"
+ }
+ },
+ "media": {
+ "enter_a": "Enter a",
+ "youtube": "Youtube",
+ "current_url": "Current image",
+ "add_caption": "Add caption",
+ "upload": "Upload",
+ "add_photo": "Add photo",
+ "add_audio": "Add audio",
+ "add_document": "Add document",
+ "retry" : "Retry",
+ "delete_photo": "Delete photo",
+ "replace_image": "Replace image",
+ "error_in_upload": "Your image is too large (maximum size is 1MB) or has the wrong format (allowed formats are gif, png, jpg and jpeg), please check and try again!",
+ "messages": {
+ "max_size" : "Your file is too large.",
+ "max_files" : "You have exceeded the maximum number of files.",
+ "required" : "Media is required.",
+ "invalid_type" : "Unsupported file type."
+ },
+ "status" : {
+ "uploading" : "Uploading...",
+ "upload_complete" : "Upload Complete!",
+ "upload_failed" : "Upload failed!"
+ }
+ },
+ "video": {
+ "enter_a_url": "Enter a video URL from Youtube or Vimeo."
+ },
+ "unstructured": {
+ "add_survey": {
+ "info": "This post hasn't yet been assigned to a survey within your deployment. That's because it was submitted via {{source}}, which doesn't provide a way for the author to add their post to a specific survey.",
+ "choose": "Which survey would you like to add this post to?",
+ "title": "Add this post to a survey",
+ "save_and_edit": "Add to survey & edit"
+ },
+ "survey_title": "Unknown Survey"
+ },
+ "relation": {
+ "search": "Search"
+ },
+ "location": {
+ "location": "Location",
+ "you_can_search_or_click": "You can search or click the area of map where you want to place the marker.",
+ "search_address": "Search for addresses, place names, or coordinates...",
+ "nothing_found": "Nothing found",
+ "errors": {
+ "empty_lat": "Latitude is empty field",
+ "empty_lng": "Longitude is empty field",
+ "decimal_lat": "Latitude only decimal number",
+ "decimal_lng": "Longitude only decimal number"
+ }
+ }
+ },
+ "role": {
+ "are_you_sure_you_want_to_delete_role": "Are you sure you want to delete role {{roleName}}?",
+ "add_role": "Add Role",
+ "edit_role": "Edit Role",
+ "name": "Name",
+ "description": "Description",
+ "placeholder": {
+ "name": "Enter role name",
+ "description": "Enter role description"
+ },
+ "save": "Save Role",
+ "save_add_another": "Save & Add Another",
+ "permissions": "Permissions",
+ "delete": "Delete",
+ "delete_role": "Delete this role",
+ "delete_role_desc": "If you delete this role, all of the users assigned to it will be assigned default permissions. Proceed with caution.",
+ "everyone": "Everyone",
+ "just_you": "Just you",
+ "only_me": "Only me"
+ },
+ "webhook": {
+ "add_webhook": "Add Role",
+ "edit_webhook": "Edit Role",
+ "uuid": "Webhook UUID",
+ "name": "Name",
+ "shared_secret": "Shared Secret",
+ "url": "API URL",
+ "entity_type": "Entity Type",
+ "event_type": "Event Type",
+ "save": "Save Role",
+ "save_add_another": "Save & Add Another",
+ "delete": "Delete",
+ "delete_webhook": "Delete this webhook",
+ "delete_webhook_desc": "If you delete this webhook, all associated webhook events will be lost. Proceed with caution."
+ },
+ "saved_search": {
+ "visible_to_public": "This Saved Search is visible to the public",
+ "visible_to_you": "This Saved Search is visible to just you and admins",
+ "visible_to_roles": "This Saved Search is visible to {{roles}}",
+ "featured": "Featured",
+ "featured_tooltip": "Featured searches appear to all users in
the \"Saved Searches\" menu"
+ },
+ "collection": {
+ "visible_to_public": "This Collection is visible to the public",
+ "visible_to_you": "This Collection is visible to just you and admins",
+ "visible_to_roles": "This Collection is visible to {{roles}}",
+ "validation": {
+ "required": {
+ "name": "Collection name is required"
+ }
+ },
+ "errors": {
+ "permissions": "You do not have permission to view this collection"
+ }
+ },
+ "set": {
+ "by": "by",
+ "clear_search": "Clear Search",
+ "create_collection": "Create Collection",
+ "create_new": "Create New",
+ "create_savedsearch": "Create Saved Search",
+ "description": "Description",
+ "delete_collection": "Delete this collection",
+ "delete_savedsearch": "Delete this Saved Search",
+ "default_viewing_mode": "Default viewing mode",
+ "edit_collection_settings": "Edit Collection",
+ "edit_search_settings": "Edit Saved Search",
+ "featured": "Featured",
+ "featured_collection": "This collection is featured",
+ "featured_collection_tooltip": "Featured Collections appear to all users in
the \"Collections\" menu",
+ "find_a_collection": "Find a collection...",
+ "find_a_saved_search": "Find a saved search...",
+ "delete_saved_searches": "Delete Saved Searches",
+ "add_to_collection": "Add to Collection",
+ "empty_list_collections": "No collections",
+ "empty_list_savedsearches": "No saved searches",
+ "collection_name": "Collection name",
+ "name_your_collection": "Name your collection...",
+ "name_savedsearch": "Saved Search name",
+ "visible_to_collection": "Who can see this Collection",
+ "visible_to_savedsearch": "Who can see this Saved Search",
+ "reset_savedsearch": "Reset Search",
+ "save_set": "Save Collection",
+ "save_savedsearch": "Save Search",
+ "update_savedsearch": "Update Search",
+ "edit_savedsearch": "Edit Search",
+ "set_settings": "Collection Settings",
+ "add_notification": "Add Notification",
+ "remove": "remove",
+ "update_saved_filter": "Update Saved Filter",
+ "create_saved_filter": "Create Saved Filter",
+ "collection_saved": "Collection saved.",
+ "collection_updated": "Collection updated.",
+ "collection_description": "You can add posts to your collection from the Data view"
+ },
+ "category": {
+ "add_tag": "Add Category",
+ "save_add_another": "Save & Add Another",
+ "delete_category": "Delete category",
+ "delete_this_category": "Delete this category",
+ "delete_category_desc": "If you delete this category, it will no longer be associated with any posts. Proceed with caution.",
+ "show_categories": "Show available categories",
+ "child_permissions": "Permissions for this category are managed by the parent category.",
+ "which_categories": "Which categories should be available?",
+ "select_all": "Select All",
+ "choose_roles": "Choose Roles",
+ "create_tag": "Create Category",
+ "saved_tag": "Category saved.",
+ "deleted_tags": "Categories deleted.",
+ "manage_tags": "Manage Categories",
+ "edit_tag": "Edit Category",
+ "validation": {
+ "required": {
+ "name": "Category name is required"
+ }
+ },
+ "editor": {
+ "name": "Category Name",
+ "slug": "Category Link",
+ "slug_help": "If left blank, will be automatically generated from category name.",
+ "description": "Description",
+ "type": "Type",
+ "color": "Icon Color",
+ "icon": "Icon Name",
+ "roles_help": "Only selected roles will be able to view this category."
+ },
+ "placeholder": {
+ "name": "Enter name",
+ "descriptions": "Enter description...",
+ "choose_parent_category": "Choose parent category..."
+ },
+ "types": {
+ "category": "Category",
+ "status": "Status"
+ },
+ "delete": "Delete",
+ "parent_category": "Parent category"
+ },
+ "tool": {
+ "manage_forms": "נהל טפסים",
+ "manage_tags": "Manage Categories",
+ "manage_users": "נהל משתמשים",
+ "manage_roles": "Manage Roles",
+ "manage_webhooks": "Manage Webhooks",
+ "manage_views": "Manage Views",
+ "manage_map_settings": "Manage Map Settings",
+ "manage_appearance_settings": "Manage Appearance Settings",
+ "manage_plugins": "Manage Plugins",
+ "appearance_settings": "Appearance Settings",
+ "map_settings": "הגדרות מפה",
+ "site_settings": "הגדרות האתר",
+ "settings": "Settings",
+ "tools": "כלים"
+ },
+ "map_settings": {
+ "admin_map_settings": "Map Settings",
+ "saved_map_settings": "Map Settings saved."
+ },
+ "settings": {
+ "api_key": "API Key",
+ "api_key_desc": "The API Key is unique to your deployment, it can be used to allow third party systems to interact with your Ushahidi deployment.",
+ "appearance": "Appearance Settings",
+ "continue": "Continue",
+ "create": "Create a new survey",
+ "create_open_or_targeted": "Create an open or targeted survey to gather information about Ushahidi.",
+ "current_header": "Current background image",
+ "customize_your_new_deployment": "Customize your new deployment",
+ "embed": "Embed",
+ "embed_info": "To embed your map on another site use the code snippet below.",
+ "settings_list": {
+ "general": "General",
+ "general_desc": "Change your deployment's name, description, logo, and other details.",
+ "surveys": "Surveys",
+ "surveys_desc": "Create and configure the surveys your deployment collects.",
+ "data_sources": "Data Sources",
+ "data_sources_desc": "Configure email, SMS, and social media channels that help your deployment collect survey data.",
+ "import": "Import",
+ "import_desc": "Upload survey data to your deployment from a CSV file.",
+ "user_settings": "Configure HDX API",
+ "user_settings_desc": "Configure your API so that your tagged Ushahidi data can be uploaded to your Humanitarian Data Exchange (HDX) account.",
+ "export": "Export data",
+ "export_hxl": "Export and tag data",
+ "export_desc_hxl": "Export your data as a CSV file or assign tags and attributes to your data and upload directly to a Humanitarian Data Exchange (HDX) account or export as a tagged CSV file.",
+ "export_desc": "Export all of your data as a CSV file or choose custom fields to export",
+ "users": "Users",
+ "users_desc": "Create and manage the people that contribute to your deployment.",
+ "roles": "Roles",
+ "roles_desc": "Create and manage the type of permissions your users have on your deployment.",
+ "categories": "Categories",
+ "categories_desc": "Create and manage the categories people can put posts into for improved organization.",
+ "webhooks": "Webhooks",
+ "webhooks_desc": "Create webhooks that send Ushahidi Platform data to external applications when specific events are triggered.",
+ "plans": "Plans",
+ "plan_desc": "Your deployment's current plan is {{current_plan}}.",
+ "donation": "Donation",
+ "donation_desc": "Create and manage the donations people can make towards your organisation."
+ },
+ "general_settings": {
+ "generate_api_key": "Generate API Key",
+ "private_settings": "Private settings:",
+ "api_key": "API Key",
+ "placeholder": {
+ "pick_location": "Pick Location..."
+ }
+ },
+ "user_settings": {
+ "user_settings_desc_1": "Here you can add your unique API key for your Humanitarian Data Exchange (HDX) account.",
+ "user_settings_desc_2": "Once set up, this will enable you to upload data directly to a Humanitarian Data Exchange (HDX) account.",
+ "user_settings_desc_3": "You can find your API key on your Humanitarian Data Exchange (HDX) profile once you're logged in.",
+ "view_guide": "View the guide to your API key",
+ "hdx_maintainer_id": "HDX Maintainer Id",
+ "api_key": "Api key",
+ "profile_page": "Found on your Humanitarian Data Exchange (HDX) profile page",
+ "valid_key": "A valid key is required",
+ "valid_user": "A valid maintainer id is required",
+ "api_key_saved": "API key saved! You can now tag your data and upload to a Humanitarian Data Exchange (HDX) account.",
+ "start_tagging": "Start tagging data",
+ "HDX": "Humanitarian Data Exchange",
+ "please_enter_maintainer_id": "Please enter maintainer id",
+ "please_enter_api_key": "Please enter API key",
+ "hdx_maintainer_id_min_length": "HDX Maintainer Id is too short",
+ "api_key_min_length": "API key is too short"
+ },
+ "webhooks": {
+ "use_webhook_for": "Use webhook for",
+ "enable_source_destination": "Enable Source and Destination Fields",
+ "enable_source_destination_desc": "This webhook will only be applied to Surveys of the selected type.",
+ "destination": "Destination",
+ "placeholder": {
+ "name": "Please enter webhook name",
+ "shared_secret": "Please enter shared secret",
+ "api_url": "Please enter api url"
+ },
+ "validation": {
+ "required": {
+ "name": "Webhook name is required",
+ "shared_secret": "Shared secret key is required",
+ "api_url": "API URL required",
+ "event_type": "Event type is required",
+ "event_entity": "Event entity is required"
+ },
+ "please_provide_valid_api_url": "Please provide valid API URL with http(s)://",
+ "secret_key_cannot_be_less_start": "Shared secret key can not less than",
+ "secret_key_cannot_be_less_end": "characters"
+ }
+ },
+ "data_sources": {
+ "choose_data_source": "Choose Data Source...",
+ "type_of_data_source": "Type of Data Source",
+ "provider_name": "{{providerName}} Data Source?",
+ "do_you_really_want_to_disconnect": "Do you really want to disconnect your provider?",
+ "add_source": "Add source",
+ "associate_with_form": "Import to survey",
+ "associate_with_form_desc": "All incoming data from {{provider}} will be used to create responses to the survey you choose",
+ "data_sources": "Data Sources",
+ "enable_provider_message": "Accept survey submissions from this source",
+ "hint_turn_on_off": "You can configure options for data sources, and then turn sources on and off.",
+ "hint_plugin_needs_configuring": "You need to configure this data source before you can enable it.",
+ "provider_options": "Options",
+ "configure": "Configure",
+ "options": "Options",
+ "saving_changes": "Saving",
+ "unavailable": "The datasource {{value}} is unavailable. Upgrade your plan to get it!",
+ "email": {
+ "incoming_server_type": "Incoming Server Type",
+ "incoming_server_type_pop": "POP",
+ "incoming_server_type_imap": "IMAP",
+ "incoming_server": "Incoming Server",
+ "incoming_server_desc": "Examples: mail.yourwebsite.com, imap.gmail.com, pop.gmail.com",
+ "incoming_server_port": "Incoming Server Port",
+ "incoming_server_port_desc": "Common ports: 110 (POP3), 143 (IMAP), 995 (POP3 with SSL), 993 (IMAP with SSL)",
+ "incoming_server_security": "Incoming Server Security",
+ "server_security_none": "None",
+ "server_security_SSL": "SSL",
+ "server_security_TLS": "TLS",
+ "incoming_username": "Incoming Username",
+ "username_desc": "Email account username",
+ "incoming_password": "Incoming Password",
+ "password_desc": "Email account password",
+ "outgoing_server_type": "Outgoing Server Type",
+ "outgoing_server_type_SMTP": "SMTP",
+ "outgoing_server_type_sendmail": "sendmail",
+ "outgoing_server_type_native": "Native",
+ "outgoing_server": "Outgoing Server",
+ "outgoing_server_desc": "Examples: smtp.yourhost.com, smtp.gmail.com",
+ "outgoing_server_port": "Outgoing Server Port",
+ "outgoing_server_port_desc": "Common ports: 25 (SMTP default), 465 (SMTP with SSL)",
+ "outgoing_server_security": "Outgoing Server Security",
+ "outgoing_username": "Outgoing Username",
+ "outgoing_password": "Outgoing Password",
+ "email_address": "Email Address",
+ "email_sender_name": "Email Sender Name",
+ "email_sender_name_desc": "Appears in the 'from:' field on outgoing emails"
+ },
+ "sms": {
+ "secret": "Secret",
+ "api_key_desc": "The API key",
+ "frontline_sms": {
+ "api_key": "Key",
+ "secret_desc": "Set a secret so that only authorized FrontlineCloud accounts can send/recieve message. You need to configure the same secret in the FrontlineCloud Activity."
+ },
+ "nexmo": {
+ "from": "From",
+ "from_desc": "The from number",
+ "secret_desc": "The secret value",
+ "api_key": "API Key",
+ "api_secret": "API secret",
+ "api_secret_desc": "The API secret"
+ },
+ "smssync": {
+ "intro_step_1": "Step 1: Download the 'SMSSync' app from the Android Market.",
+ "intro_step_1_desc": "Scan this QR Code with your phone to download the app from the Android Market",
+ "intro_step_2": "Step 2: Android App Settings",
+ "intro_step_2_desc": "Turn on SMSSync and use the following link as the Sync URL:",
+ "secret_desc": "Set a secret so that only authorized SMSSync devices can send/recieve message. You need to configure the same secret in the SMSSync App."
+ },
+ "twilio": {
+ "phone_nb": "Phone Number",
+ "phone_nb_desc": "The from phone number. A Twilio phone number enabled for the type of message you wish to send.",
+ "account_sid": "Account SID",
+ "account_sid_desc": "The unique id of the Account that sent this message.",
+ "auth_token": "Auth Token",
+ "sms_auto_response": "SMS Auto response"
+ }
+ },
+ "twitter": {
+ "intro_step_1": "Step 1: Create a new Twitter application:
Twitter applications may take a few hours or days to be approved by Twitter.
Please be aware of this if you need this data quickly.",
+ "intro_step_1_desc": "Create a new twitter application",
+ "intro_step_2": "Step 2: Generate a consumer key and secret",
+ "intro_step_2_desc": "Once you've created the application click on \"Keys and Access Tokens\".
Then click \"Generate Consumer Key and Secret\".
Copy keys, tokens and secrets into the fields below.",
+ "consumer_key": "Consumer Key",
+ "consumer_key_desc": "Add the consumer key from your Twitter app.",
+ "consumer_secret": "Consumer Secret",
+ "consumer_secret_desc": "Add the consumer secret from your Twitter app.",
+ "access_token": "Access Token",
+ "access_token_desc": "Add the access token you generated for your Twitter app.",
+ "access_token_secret": "Access Token Secret",
+ "access_token_secret_desc": "Add the access secret that you generated for your Twitter app.",
+ "search_terms": "Twitter search terms",
+ "search_terms_desc": "Add search terms separated with commas"
+ }
+ },
+ "donation": {
+ "title": {
+ "label": "Donation title",
+ "placeholder": "Enter the title of your donation",
+ "required": "Donation title is required"
+ },
+ "description": {
+ "label": "Describe your donation",
+ "placeholder": "Enter text telling more about this donation"
+ },
+ "images": {
+ "label": "Donation images"
+ },
+ "wallet": {
+ "label": "Wallet address",
+ "placeholder": "Enter a wallet address e.g $ilp.uphold.com/example",
+ "required": "Donation wallet address is required"
+ },
+ "info": {
+ "start_one": "Please make sure you have your wallet set up on",
+ "start_two": "to set web monetization.",
+ "start_three": "If you don't have a wallet already please click",
+ "here": "here",
+ "end": "to create one."
+ }
+ },
+ "roles": {
+ "member": "Member",
+ "admin": "Admin",
+ "manage_users": "Manage Users",
+ "manage_posts": "Manage Posts",
+ "manage_settings": "Mangage Settings",
+ "bulk_data_import_and_export": "Bulk Data Import and Export",
+ "edit_their_own_posts": "Edit Their Own Posts",
+ "manage_collections_and_saved_searches": "Manage Collections and Saved Searches",
+ "delete_posts": "Delete Posts",
+ "delete_their_own_posts": "Delete Their Own Posts",
+ "registred_member": "Registered member",
+ "administrator": "Administrator",
+ "roles_description": "These options control what this type of role can make changes to. Visit our support guides to find out more."
+ },
+ "deployment_delete_this": "Delete this deployment",
+ "deployment_delete": "Delete deployment",
+ "deployment_delete_info": "If you delete this deployment, all of its data will also be deleted. Proceed with caution.",
+ "deployment_name": "Deployment name",
+ "deployment_logo": "Deployment logo",
+ "delete_logo": "Delete logo",
+ "map_default_baselayer": "Default base layer",
+ "map_location_precision": "Map Precision Level",
+ "map_precise_to": "When hide location is enabled for a survey, locations will be precise to:",
+ "map_clustering": "Combine nearby posts",
+ "map_default_latitude": "Default latitude",
+ "map_default_longitude": "Default longitude",
+ "map_default_zoom_level": "Default zoom level",
+ "map_default_location": "Default location",
+ "new_survey": "New Survey",
+ "send_targeted": "Send a targeted survey via SMS",
+ "send_crowdsourced": "Go back to crowd-sourced survey",
+ "site": "Site Settings",
+ "site_email": "Contact email address",
+ "site_email_note": "Use caution, as this will be visible to anyone on your site.",
+ "site_description": "Describe your site",
+ "site_description_placeholder": "An optional one sentence description",
+ "site_timezone": "Site timezone",
+ "site_language": "Site language",
+ "site_private": "Make this deployment private",
+ "site_private_desc": "Enabling this option makes your deployment and it’s data only accessible to registered users with the correct privileges, who must sign in for access",
+ "site_disable_registration": "Disable user sign up?",
+ "site_disable_registration_desc": "Checking this disables the registration feature. Admins will have to manually add users.",
+ "select_image": "Select image",
+ "saved_settings": "Deployment settings saved!",
+ "saved_map_settings": "Map settings saved!",
+ "features": {
+ "features": "Features",
+ "please_select_features": "Please select the features you would like to enable."
+ },
+ "generic_field_error": "Invalid entry, please try again.",
+ "skip": "Skip this task",
+ "add_first_post": "Add Your First Post",
+ "add_first_post_subtitle": "A deployment is nothing until it has some content in it.",
+ "invite_people": "Or invite people to help you create posts.",
+ "add_new_users": "Add New Users",
+ "valid": {
+ "name": {
+ "required": "Site name is required",
+ "pattern": "Invalid format",
+ "minlength": "Site name is too short"
+ }
+ },
+ "bulk_actions": "Bulk actions"
+ },
+ "data_import": {
+ "survey_field": "Survey field",
+ "csv_column": "CSV column",
+ "choose_which_column": "Choose which CSV column should be assigned to each survey field",
+ "each_survey_field": "Each of the survey's fields are listed below. Choose the column from your CSV file that you'd like to use to populate each of those fields.",
+ "status_explanation": "Ushahidi recognizes one of three post statuses: Published, Under review, and Archived. So be sure that each entry in the column you select has one of those three values.",
+ "defined_column": "Defined by a column in your CSV file...",
+ "imported_posts_status": "Imported posts should have their status...",
+ "marked_as": "Marked as...",
+ "see_imported_posts": "See imported posts",
+ "import_another_csv": "Import another CSV file",
+ "import_complete": "Your import is complete",
+ "import_error": "An error has occurred importing your CSV file.",
+ "complete_info": "The data from your CSV spreadsheet, {{filename}}, was successfully imported.",
+ "get_polling_info": "Get Polling Info",
+ "import_another": "Import another CSV file",
+ "nearly_complete": "Your import is nearly complete",
+ "finish_info": "The data from your CSV spreadsheet is still being processed. You're welcome to leave this page or wait until the process is complete. Either way, we'll notify you when your data is ready.",
+ "next": "Next",
+ "configure_imported_posts": "Configure imported posts",
+ "configure_explanation": "Through this interface you can set values for the survey fields that were not mapped to entries in the CSV. These values will be the same for all imported posts.",
+ "import": "Import",
+ "import_explanation_csv": "Import the data from a CSV spreadsheet into your deployment as posts belonging to a specific survey",
+ "import_explanation_file_size": "The size for a single file is limited to 10 MB",
+ "import_explanation_format_location_1": "Geographic locations should be included as separate latitude and longitude columns in your CSV",
+ "import_explanation_required_fields": "All required survey fields must have an associated value set in the CSV. For example, if the field title is required then the field must be mapped to a CSV column where all rows of that column have a value set",
+ "configure_posts": "Configure Posts",
+ "configure_all_imported_posts": "Configure all imported posts",
+ "csv": "CSV",
+ "file_csv": "CSV file",
+ "import_csv": "Import CSV",
+ "import_to": "Import to",
+ "change_csv_file": "Change {{selectedfile}} CSV file",
+ "upload_csv_file": "Upload CSV file",
+ "choose_status_to_imported_posts": "Choose status to imported posts:",
+ "has_tasks_required_start": "Your survey",
+ "has_tasks_required_end": ", includes tasks that typically must be completed for each post before they can be marked 'published.' During this import, all of your imported posts will have their tasks marked as 'incomplete', while still allowing their status to be marked as 'published.' If you edit any of these posts after they've been imported, however, you'll be asked to complete those tasks before re-publishing them.",
+ "choose_csv_file": "Choose CSV file",
+ "organize_data": "Organize data",
+ "organize_your_imported_data": "Assign CSV columns to post fields",
+ "assign_csv_message": "Assign CSV columns to post fields",
+ "csv_instructions": "Each of the column names from your CSV file are listed below. Choose the {{form_name}} field that you'd like each column to be imported to.",
+ "csv_instructions_required_fields": "Fields marked with a [*] are required and must be assigned a value.",
+ "csv_column_name": "CSV column name",
+ "post_type_title": "{{form_name}} field name",
+ "leave_empty": "Leave empty",
+ "cancel_import": "Cancel import",
+ "finish_import": "Finish import",
+ "which_survey": "which survey?"
+ },
+ "data_export": {
+ "title": "Export data",
+ "title_hxl": "Export and tag data",
+ "description": "Export all of your data as a CSV or choose specific survey fields you want to export.",
+ "description_hxl": "Export all of your data from Ushahidi as a CSV, choose specific survey fields you want to export as a CSV or assign",
+ "export": "Export",
+ "export_history": "Export History",
+ "hxl_tags": "HXL tags",
+ "hxl_attributes": "HXL attributes",
+ "and_choose": "and choose to upload to an",
+ "HDX": "Humanitarian Data Exchange",
+ "account": "account or download as a HXL 'tagged' CSV file.",
+ "all": "Export all data",
+ "select_fields": "Select fields",
+ "select_fields_title": "Select fields for export...",
+ "select_fields_desc": "If you don't want to export all of your data at once, you can select specific fields from each survey for export.",
+ "export_selected": "Export selected fields",
+ "cancel": "Cancel",
+ "export_progress": "Export in progress...
You can leave this page if you want. Your export will continue.
We will let you know when we're done.
",
+ "no_fields": "Uh oh... you need to select some fields to export first.",
+ "expires": "Expires: {{expires}}",
+ "job": "CSV Export {{jobId}}",
+ "created": "Created: {{created}}",
+ "success": "Status: Finished",
+ "pending": "Status: Pending",
+ "failed": "Status: Failed",
+ "queued": "Status: In Progress",
+ "pending_hdx": "Pending HDX",
+ "exported_to_cdn": "Exported to CDN",
+ "tags_attributes": "Assign tags and attributes",
+ "hxl_apikey_alert_1": "It looks like you haven't set up your Humanitarian Data Exchange (HDX) API. Without this set up, you can't tag data and upload to a Humanitarian Data Exchange (HDX) account.",
+ "hxl_configure": "Configure HDX API",
+ "hxl_apikey_alert_2": "We strongly advide you set this up now in",
+ "hxl_apikey_alert_3": "before continuing as you won't be able to upload your data to HDX",
+ "hxl_title": "Assign your HXL tags and attributes, select fields and export or upload",
+ "hxl_desc": "Select specific fields from a survey, assign a tag per field and then choose to assign multiple attributes. Preview your tag and attributes in tag preview.",
+ "hxl_instructions_1": "You can then choose to export your tagged fields to a CSV file or upload to a",
+ "hxl_instructions_2": "Humanitarian Data Exchange (HDX)",
+ "hxl_instructions_3": "account that has been set up in",
+ "hxl_instructions_4": "Configure HDX API",
+ "hxl_instructions_5": "(found in settings menu).",
+ "hxl_instructions_6": "Visit the",
+ "hxl_instructions_7": "HXL tag assist",
+ "hxl_instructions_8": "for more information on how to choose the best HXL tags and attributes for your data or the",
+ "hxl_instructions_9": "HXL 'cheat sheet'",
+ "HXL_tags": "HXL tags",
+ "HXL_attributes": "HXL attributes",
+ "tag_preview": "Tag preview",
+ "upload_title": "Are you ready to upload to an Humanitarian Data Exchange (HDX) account?",
+ "hdx_csv_title": "Are you ready to export to CSV?",
+ "upload_desc": "You selected {{fields}} fields to upload to a Humanitarian Data Exchange (HDX) account.
You assigned tags and attributes - to check, you can go back. If you are done, you can add details and upload.
The Humanitarian Data Exchange (HDX) requires a few more details in order to upload to their system. You'll add these next",
+ "hdx_csv_desc": "You selected {{fields}} fields to export to CSV.
You assigned tags and attributes - to check these are correct, you can go back and check. If you're done, you can export.",
+ "upload_button": "Add dataset details and upload to hdx",
+ "export_button": "Export to csv",
+ "go_back": "Go back and check",
+ "add_details": "Add details",
+ "details_desc": "To upload to the Humanitarian Data Exchange (HDX) some extra details are required.",
+ "privacy_title": "Privacy Settings",
+ "privacy_desc": "You have a choice of sharing your dataset publicly or restricting access to other members of the organisation which owns the dataset.",
+ "this_dataset": "This data set is:",
+ "private_desc": "Private (Only you and other HDX members of your organisation can search, view/edit or download this dataset)",
+ "public_desc": "Public (Anyone can search, view/edit or download this dataset)",
+ "dataset": "Dataset Title & Description",
+ "dataset_desc": "When users search for data on HDX, their search terms will be matched to terms in your title. Avoid using abbreviations in the title which may not be familiar to all users. Also, avoid using words such as current, latest or previous when referring to the time period (e.g Latest 3W) as these terms become misleading as the dataset ages.",
+ "dataset_example": "Example dataset title: Who is Doing What Where in Afghanistan, Jan-Dec 2015",
+ "dataset_title": "Title of data set",
+ "metadata_title": "Metadata",
+ "metadata_desc": "Metadata is additional information about your dataset that will make it easier for others to understand and put your data into context. Datasets on HDX must include a set of metadata fields.",
+ "source": "Source",
+ "organisation": "Organisation",
+ "select_organisation": "Select an organisation",
+ "license": "License",
+ "add_license": "Add license",
+ "read_more_licenses": "Read more about licenses",
+ "submit_hdx": "Submit to HDX Account",
+ "uploading_data": "Uploading data...",
+ "uploading_data_desc": "The data upload to your Humanitarian Data Exchange (HDX) account is in progress...
You can navigate away from this page while this upload happens but please don't close the browser.",
+ "uploading_data_err": "Uh oh... Something went wrong when uploading your data, please check the required fields and your api-key and try again.",
+ "no_fields_selected": "You haven't selected any fields or assigned any hxl tags or attributes. Please select at least one field and assign at least one tag to be able to export to CSV or upload to a Humanitarian Data Exchange (HDX) account.",
+ "validation": {
+ "title": "A title is needed",
+ "source": "Source is needed",
+ "organisation": "An organisation is needed",
+ "license": "A license is needed",
+ "all_fields": "Please fill in all required fields"
+ }
+ },
+ "user": {
+ "are_you_sure_you_want_to_delete_this_account": "Are you sure you want to delete this account?",
+ "role_display": "Role: {{role}}",
+ "contact": "{{type}}: {{contact}}",
+ "add_user": "הוסף משתמש",
+ "edit_user": "ערוך משתמש ",
+ "update_password": "Update Password",
+ "change_role": "Change Role",
+ "save": "Save User",
+ "save_add_another": "Save & Add Another",
+ "show_all_roles": "Show All Roles",
+ "cannot_delete_yourself": "You cannot delete your own user",
+ "cannot_change_your_own_role": "You cannot change your own role",
+ "confirm_password": "אשר סיסמה",
+ "delete_user": "Delete user",
+ "delete_this_user": "מחוק משתמש זה",
+ "delete_user_desc": "If you delete this user, posts created by this user will no longer have author information. This cannot be undone. Proceed with caution.",
+ "edit_profile": "ערוך פרופיל",
+ "save_profile": "Save Profile",
+ "cancel": "Cancel",
+ "failed_attempts": "Failed attempts:",
+ "full_name": "Display Name",
+ "never": "אף פעם לא",
+ "no_full_name": "No display name",
+ "number_of_users_shown": "מספר המשתמשים שמוצגים",
+ "per_page": "{{count}} users",
+ "password": "סיסמה",
+ "new_password": "New Password",
+ "register": "הירשם",
+ "role": "Role:",
+ "roles": "Roles",
+ "saved_user": "User saved",
+ "deleted_user": "User deleted",
+ "search_and_filter": "Search & Filter Users",
+ "passwordreset_instructions": "Enter your email to request a password reset",
+ "passwordreset_confirm_instructions": "If your email exists in our database, you will receive a password recovery email soon.",
+ "forgot_instructions": "No worries! Submit your email and check your inbox for a reset link.",
+ "token": "Password reset token",
+ "password_hint": "Password should have at least 8 characters, one lowercase letter, one uppercase letter, one number and one symbol",
+ "password_length": "Password must be at least 8 characters long",
+ "password_match": "Passwords do not match",
+ "check_email": "Check your email",
+ "name_will_be_a_display_name": "The name you enter will be a display name.",
+ "valid": {
+ "fields": {
+ "email must be unique": "User with this email already exists"
+ },
+ "name": {
+ "required": "Display name is required",
+ "maxlength": "Display name is too long"
+ },
+ "email": {
+ "required": "Email address is required",
+ "pattern": "This email address is invalid",
+ "maxlength": "This email address is too long",
+ "emailExists": "Email is already in use"
+ },
+ "password": {
+ "required": "Password is required",
+ "minlength": "This password is too short",
+ "maxlength": "This password is too long",
+ "weak": "This password is very weak"
+ },
+ "token": {
+ "required": "Token is required"
+ }
+ },
+ "placeholder": {
+ "realname": "Enter your name...",
+ "email": "Enter email address...",
+ "password": "Enter password..."
+ },
+ "password_notify": "If you leave the field blank your password will not change",
+ "avatar": "Avatar",
+ "name": "Name",
+ "email": "Email Address",
+ "search_by_name": "Search by name"
+ },
+ "user_profile": {
+ "title": "account settings",
+ "update_password": "Update password",
+ "update_success": "Your profile was updated successfully. You may need to sign out and back in before all your changes are reflected.",
+ "button": {
+ "save": "Save & close",
+ "cancel": "Cancel"
+ },
+ "nav": {
+ "account_settings": "Account settings",
+ "notifications_settings": "Notifications settings",
+ "delete_contact": {
+ "title": "Delete your",
+ "title_subject": {
+ "email": "Email",
+ "phone": "Phone"
+ },
+ "instructions": "Deleting means that from now you will not be able to receive notifications on your phone number. But you can switch notifications to a contact method below.",
+ "button": {
+ "delete": "Delete",
+ "cancel": "Cancel"
+ }
+ }
+ }
+ },
+ "user_create": {
+ "full_name": "Display Name",
+ "email": "Email Address",
+ "role": "Role:"
+ },
+ "notify": {
+ "api_key": {
+ "change_question": "Are you sure you want to change the API Key?"
+ },
+ "contact": {
+ "save_success": "Contact saved",
+ "delete_confirm": "Do you want to remove your account?",
+ "error_message": "An error occurred while trying to remove your account",
+ "destroy_success": "Account removed successfully"
+ },
+ "default": {
+ "data_has_not_been_saved": "The data has not been saved!",
+ "proceed_warning": "This action cannot be undone. Please proceed with caution.",
+ "save_success": "Saved resource",
+ "save_error": "Unable to save resource, please try again",
+ "destroy_confirm": "Are you sure you want to delete this resource?",
+ "destroy_success": "Deleted resource",
+ "destroy_error": "Unable to delete resource, please try again",
+ "destroy_cancelled": "Delete cancelled",
+ "bulk_destroy_confirm": "Are you sure you want to delete {{count}} resources?",
+ "bulk_destroy_success": "Deleted resource",
+ "bulk_destroy_error": "Unable to delete resource, please try again",
+ "bulk_destroy_cancelled": "Delete cancelled",
+ "are_you_sure_you_want_to_delete_this": "Are you sure you want to delete this?"
+ },
+ "data_import": {
+ "see_imported_posts": "See imported posts",
+ "file_missing": "Please choose a CSV file to upload.",
+ "form_missing": "Please select a Survey.",
+ "csv_upload": "File {{name}} successfully uploaded",
+ "csv_import_processed_errors": "Your CSV import is complete. {{processed}} records imported, {{errors}} records failed.",
+ "csv_import_success_info": "The data from your CSV spreadsheet, {{filename}}, was successfully imported into your {{form_name}} survey.",
+ "duplicate_fields": "Columns must be mapped to unique survey fields. The following columns have more than 1 mapping: {{duplicates}}",
+ "required_fields": "Required fields must be set to a value. The following fields have not been set: {{required}}",
+ "empty_mapping": "The CSV file you uploaded is empty. Please check your CSV file and try again",
+ "empty_mapping_empty": "The CSV file does not contain column names. Please check your CSV file and try again",
+ "no_mappings": "No fields have been assigned mappings - at least one field must be mapped to continue",
+ "csv_import_cancel": "CSV import cancelled",
+ "csv_import_cancel_confirm": "Are you sure you want to cancel importing?",
+ "csv_import_error": "Some of the data in your CSV file does not match the format of the mapped survey field. Please review the data and try again.",
+ "csv_import_success": "The data from your CSV file was successfully imported!"
+ },
+ "general_settings": {
+ "save_success": "General settings saved"
+ },
+ "donation_settings": {
+ "save_success": "Donation settings saved",
+ "delete_question": "Are you sure you want to delete this {{name}}."
+ },
+ "map_settings": {
+ "save_success": "Map settings saved"
+ },
+ "generic": {
+ "okay": "Ok",
+ "alerts": "Alerts",
+ "confirm": "Confirmation",
+ "save": "Save"
+ },
+ "login": {
+ "failed": "Login failed, check your email and password."
+ },
+ "register": {
+ "failed": "There were errors during registration. Check your input and try again.",
+ "success": "Registration complete! You can now log in.."
+ },
+ "post": {
+ "can_t_view_this_post": "You do not have permission to view this post.
It is still being reviewed by the admin.
It will be available to you once it is published.",
+ "contact_for_details": "Contact the admin for further details:",
+ "delete_image_confirm": "Are you sure you want to remove this image?",
+ "save_success": "Post {{name}} saved",
+ "save_success_review": "Post {{name}} saved. Your post will be reviewed by a moderator before publishing.",
+ "save_error": "Unable to save post, please try again",
+ "publish_success": "Post has been published for {{role}}",
+ "set_draft": "Post is now visible to just you",
+ "publish_error": "Unable to publish post, please try again",
+ "unpublish_success": "Post has been unpublished",
+ "unpublish_error": "Unable to unpublish post, please try again",
+ "yes_confirm_delete": "Yes, delete this post",
+ "confirm_delete": "Confirm Delete",
+ "destroy_title": "Delete Post",
+ "delete_question": "Are you sure you want to delete your post {{post}}?",
+ "destroy_success": "Post deleted",
+ "destroy_success_bulk": "Posts deleted",
+ "destroy_confirm": "Are you sure you want to delete this post?",
+ "destroy_error": "Unable to delete post, please try again",
+ "bulk_destroy_confirm": "Are you sure you want to delete {{count}} posts?",
+ "stage_save_success": "Updated {{stage}}",
+ "export": "This will export filtered posts. Are you sure you want to continue?",
+ "update_status_success_bulk": "Status updated for {{count}} posts",
+ "leave_without_save": "Do you want to leave this post without saving?",
+ "leave_confirm_message": "If you continue, all of your changes will be lost",
+ "leave_confirm": "Continue without saving",
+ "unfinished_post_task": "You cannot publish this post, the post has unfinished tasks",
+ "posts_can_t_be_published": "The following posts can't be published: {{titles}}",
+ "post_not_found": "Post not found"
+ },
+ "category": {
+ "save_success": "Saved category {{name}}",
+ "destroy_confirm": "Are you sure you want to delete this category?",
+ "destroy_confirm_desc": "Deleting this category will remove it from all existing posts. This action cannot be undone.",
+ "destroy_success": "Category deleted",
+ "destroy_error": "Unable to delete category, please try again",
+ "bulk_destroy_confirm": "Are you sure you want to delete {{count}} categories?",
+ "bulk_destroy_confirm_desc": "Deleting these categories will remove them from all existing posts. This action cannot be undone.",
+ "bulk_destroy_success": "{{count}} categories deleted",
+ "bulk_destroy_success_countless": "Categories deleted"
+ },
+ "role": {
+ "delete_question": "Are you sure you want to delete the role {{role}}?",
+ "destroy_success": "Role {{role}} deleted.",
+ "save_success": "Role {{role}} saved.",
+ "last_admin": "You can not delete the only admin role"
+ },
+ "webhook": {
+ "delete_question": "Are you sure you want to delete the webhook {{webhook}}?",
+ "destroy_success": "Webhook {{webhook}} deleted.",
+ "save_success": "Webhook {{webhook}} saved."
+ },
+ "datasource": {
+ "save_success": "Saved Data Source {{name}}"
+ },
+ "user": {
+ "save_success": "User {{name}} saved",
+ "edit_success": "User {{name}} updated",
+ "destroy_confirm": "Are you sure you want to delete this user?",
+ "destroy_success": "User deleted",
+ "destroy_error": "Unable to delete user, please try again",
+ "bulk_destroy_confirm": "Are you sure you want to delete {{count}} users?",
+ "bulk_destroy_success": "Users deleted",
+ "bulk_role_change_confirm": "Are you sure you want to change the role of {{count}} users to {{role}}?",
+ "bulk_role_change_success": "User roles changed to {{role_name}}",
+ "are_you_sure_you_want_to_delete_user": "Are you sure you want to delete {{username}}"
+ },
+ "video": {
+ "incorrect_url": "The URL, {{url}}, you entered did not match either a Youtube or Vimeo URL format."
+ },
+ "form": {
+ "add_to_survey": "Add to survey",
+ "save_success": "Survey {{name}} saved",
+ "save_stage_success": "Survey task {{name}} saved",
+ "save_attribute_success": "Field {{name}} added",
+ "edit_form_success": "Survey {{name}} updated",
+ "edit_stage_success": "Survey task {{name}} updated",
+ "delete_form_confirm": "Are you sure you want to delete this survey and all of its data?",
+ "delete_form_confirm_desc": "This action cannot be undone. Deleting this survey will remove all of its data, including posts. Write the name of the survey:
{{check_name}}
in the box below to confirm deletion.",
+ "delete_form_error": "The text you entered does not match the survey-name, please try again",
+ "delete_form_button": "Delete this survey",
+ "destroy_form_success": "Survey {{name}} deleted",
+ "delete_stage_confirm": "Are you sure you want to delete this task?",
+ "delete_stage_confirm_desc": "This action cannot be undone. Deleting this task will remove all of its fields, and any data in them.",
+ "destroy_stage_success": "Survey task {{name}} deleted",
+ "delete_attribute_confirm": "Are you sure you want to delete this field?",
+ "delete_attribute_confirm_desc": "This action cannot be undone. Deleting this field will remove its data from all existing posts.",
+ "destroy_attribute_success": "Field {{name}} deleted",
+ "survey_name_required": "Survey-name is required",
+ "validation": {
+ "name": {
+ "required": "A survey-name is needed",
+ "minlength": "Name is too short",
+ "maxlength": "Name is too long"
+ },
+ "description": {
+ "required": "Description cannot be empty"
+ }
+ }
+ },
+ "collection": {
+ "delete_collection_confirm": "Are you sure you want to delete this collection?",
+ "created_collection": "Collection {{collection}} created successfully",
+ "updated_collection": "Collection {{collection}} saved",
+ "add_to_collection": "Post has been added to {{collection}}",
+ "removed_from_collection": "Post has been removed from {{collection}}",
+ "bulk_add_to_collection": "{{count}} posts have been added to {{collection}}",
+ "done": "Done"
+ },
+ "savedsearch": {
+ "delete_savedsearch_success": "Saved search deleted successfully.",
+ "delete_savedsearch_plural_success": "Saved searches deleted successfully.",
+ "delete_savedsearch_confirm": "Are you sure you want to delete this saved search?",
+ "savedsearch_updated": "{{savedsearch}} was updated",
+ "savedsearch_saved": "{{savedsearch}} was saved"
+ },
+ "passwordreset": {
+ "failed": "Password reset failed",
+ "success": "Your password has been reset"
+ },
+ "notification": {
+ "add": "You will now be notified when new posts are added to {{set}}",
+ "delete_confirm": "Are you sure you want to remove this notification?",
+ "destroy_success": "You will no longer receive notifications about {{name}}."
+ },
+ "message": {
+ "sent_to": "Message sent to {{contact}}"
+ },
+ "export": {
+ "in_progress": "We are preparing your CSV file. This may take a few moments. You can leave this page if you want. We will let you know when we're done.",
+ "complete": "Export done. You should see your CSV-file in your downloads.",
+ "complete_data_found_message": "The data from your export can be found in your browser's downloads",
+ "confirmation": "Got it",
+ "cancel_export": "Cancel export",
+ "canceled_job": "Your export-job is canceled",
+ "upload_complete": "Upload complete. You should now see your tagged data in your HDX account."
+ },
+ "survey": {
+ "bulk_destroy_confirm": "Are you sure you want to delete these {{count}} surveys?",
+ "bulk_destroy_confirm_desc": "Deleting these {{count}} selected surveys will also delete all collected posts and all associated data in the surveys. This step cannot be reversed.",
+ "destroy_confirm": "Are you sure you want to delete this survey?",
+ "destroy_confirm_desc": "Deleting this survey will also delete all collected posts and all associated data in the survey. This step cannot be reversed.",
+ "destroy_confirm_desc_end": "You can download and import all your data before deleting."
+ },
+ "confirm_modal": {
+ "add_post_success": {
+ "success": "Success!",
+ "success_description": "Thank you for submitting your report. The post is being reviewed by our team and soon will appear on the platform.",
+ "success_button": "OK, sounds good"
+ },
+ "deleted": {
+ "success": "Success!",
+ "success_description": "You've permanently deleted {{count}}.",
+ "success_button": "OK"
+ }
+ },
+ "language": {
+ "do_you_really_want_to_delete_language": "Do you really want to delete {{lang}} language?"
+ }
+ },
+ "empty": {
+ "default": "No records found.",
+ "post": "No posts found.",
+ "user": "No users found.",
+ "category": "No categories found.",
+ "role": "No roles found.",
+ "webhook": "No webhooks found.",
+ "permission": "No permissions found.",
+ "form": "No forms found."
+ },
+ "location": {
+ "search": "Search",
+ "use_current_location": "Use your current location",
+ "click_map": "You can search or click the area of map where you want to place the marker.",
+ "placeholder": "Search for addresses, place names, or coordinates...",
+ "search_results": "Search results",
+ "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",
+ "invalid_lat": "The value given is not a valid latitude.",
+ "invalid_lon": "The value given is not a valid longitude."
+ },
+ "notification": {
+ "title": "Notifications",
+ "contacts_heading": "How you get notifications",
+ "notifications_heading": "What you get notified about",
+ "error_message": "The notification could not be deleted at this time",
+ "send_to_address": "Send notifications to this address",
+ "button": {
+ "delete": "Delete notification"
+ },
+ "what_you_get_notification_about": "What you get notification about",
+ "removed": "Notification was removed",
+ "are_you_sure_you_want_to_remove_this_notification": "Are you sure you want to remove this notification?"
+ },
+ "contact": {
+ "edit": "Edit",
+ "save_changes": "Save changes",
+ "saving_changes": "Saving changes",
+ "cancel_edit": "Cancel",
+ "add_phone_number": "Add a phone number",
+ "add_email_address": "Add an email address",
+ "edit_phone_number": "Edit your phone number",
+ "edit_email_address": "Edit your email address",
+ "error_message": "The contact could not be saved at this time",
+ "type": {
+ "phone": "Phone",
+ "email": "Email"
+ },
+ "button": {
+ "add": "Add account",
+ "delete": "Remove account"
+ },
+ "valid": {
+ "email": {
+ "required": "An email address is required to receive notifications",
+ "email": "This email address is invalid",
+ "maxlength": "This email address is too long",
+ "not_valid": "This email is not valid"
+ },
+ "phone": {
+ "required": "A phone number is required to receive notifications",
+ "pattern": "A valid phone number is required",
+ "minlength": "This number is too short",
+ "maxlength": "This number is too long"
+ }
+ }
+ },
+ "terms_of_service": {
+ "title": "Ushahidi Terms of Service",
+ "terms_of_service": "We have updated our Terms and Conditions and Privacy Policy. Please review these documents carefully and accept the terms in order to continue to use Ushahidi's services.",
+ "agree": "I agree to Ushahidi's Terms of Service.",
+ "accept_and_continue": "Accept and Continue",
+ "i_agree": "I agree to Ushahidi's Privacy Policy and\nTerms and Conditions."
+ },
+ "translations": {
+ "languages": "Languages",
+ "language": "Language",
+ "default": "default",
+ "translate_field": "Translate field",
+ "survey_select_default": "Select default language for this survey",
+ "category_select_default": "Select default language for this category",
+ "error_translation_exists": "You cannot select this language since there is already a translation for it.",
+ "edit_default_text": "Text in default language",
+ "edit_placeholder": "Write your translation here",
+ "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",
+ "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",
+ "add_a_language": "Add a language",
+ "error_no_default": "You need to specify a default language before adding a new translation.",
+ "select_language": "Select a language to add translation for",
+ "default_lang_info": "This is the language that will be used if no translations are available for the language the user has set for the deployment."
+ },
+ "languages": {
+ "ach": "Acoli",
+ "ady": "Adyghe",
+ "af": "Afrikaans",
+ "af-ZA": "Afrikaans (South Africa)",
+ "ak": "Akan",
+ "sq": "Albanian",
+ "sq-AL": "Albanian (Albania)",
+ "aln": "Albanian Gheg",
+ "am": "Amharic",
+ "am-ET": "Amharic (Ethiopia)",
+ "ar": "Arabic",
+ "ar-EG": "Arabic (Egypt)",
+ "ar-SA": "Arabic (Saudi Arabia)",
+ "ar-SD": "Arabic (Sudan)",
+ "ar-SY": "Arabic (Syria)",
+ "ar-AA": "Arabic (Unitag)",
+ "an": "Aragonese",
+ "hy": "Armenian",
+ "hy-AM": "Armenian (Armenia)",
+ "as": "Assamese",
+ "as-IN": "Assamese (India)",
+ "ast": "Asturian",
+ "ast-ES": "Asturian (Spain)",
+ "az": "Azerbaijani",
+ "az@Arab": "Azerbaijani (Arabic)",
+ "az-AZ": "Azerbaijani (Azerbaijan)",
+ "az-IR": "Azerbaijani (Iran)",
+ "az@latin": "Azerbaijani (Latin)",
+ "bal": "Balochi",
+ "ba": "Bashkir",
+ "eu": "Basque",
+ "eu-ES": "Basque (Spain)",
+ "bar": "Bavarian",
+ "be": "Belarusian",
+ "be-BY": "Belarusian (Belarus)",
+ "be@tarask": "Belarusian (Tarask)",
+ "bn": "Bengali",
+ "bn-BD": "Bengali (Bangladesh)",
+ "bn-IN": "Bengali (India)",
+ "brx": "Bodo",
+ "bs": "Bosnian",
+ "bs-BA": "Bosnian (Bosnia and Herzegovina)",
+ "br": "Breton",
+ "bg": "Bulgarian",
+ "bg-BG": "Bulgarian (Bulgaria)",
+ "my": "Burmese",
+ "my-MM": "Burmese (Myanmar)",
+ "ca": "Catalan",
+ "ca-ES": "Catalan (Spain)",
+ "ca@valencia": "Catalan (Valencian)",
+ "ceb": "Cebuano",
+ "tzm": "Central Atlas Tamazight",
+ "hne": "Chhattisgarhi",
+ "cgg": "Chiga",
+ "zh": "Chinese",
+ "zh-CN": "Chinese (China)",
+ "zh-CN.GB2312": "Chinese (China) (GB2312)",
+ "gan": "Chinese (Gan)",
+ "hak": "Chinese (Hakka)",
+ "zh-HK": "Chinese (Hong Kong)",
+ "czh": "Chinese (Huizhou)",
+ "cjy": "Chinese (Jinyu)",
+ "lzh": "Chinese (Literary)",
+ "cmn": "Chinese (Mandarin)",
+ "mnp": "Chinese (Min Bei)",
+ "cdo": "Chinese (Min Dong)",
+ "nan": "Chinese (Min Nan)",
+ "czo": "Chinese (Min Zhong)",
+ "cpx": "Chinese (Pu-Xian)",
+ "zh-Hans": "Chinese Simplified",
+ "zh-TW": "Chinese (Taiwan)",
+ "zh-TW.Big5": "Chinese (Taiwan) (Big5)",
+ "zh-Hant": "Chinese Traditional",
+ "wuu": "Chinese (Wu)",
+ "hsn": "Chinese (Xiang)",
+ "yue": "Chinese (Yue)",
+ "cv": "Chuvash",
+ "ksh": "Colognian",
+ "kw": "Cornish",
+ "co": "Corsican",
+ "crh": "Crimean Turkish",
+ "hr": "Croatian",
+ "hr-HR": "Croatian (Croatia)",
+ "cs": "Czech",
+ "cs-CZ": "Czech (Czech Republic)",
+ "da": "Danish",
+ "da-DK": "Danish (Denmark)",
+ "dv": "Divehi",
+ "doi": "Dogri",
+ "nl": "Dutch",
+ "nl-BE": "Dutch (Belgium)",
+ "nl-NL": "Dutch (Netherlands)",
+ "dz": "Dzongkha",
+ "dz-BT": "Dzongkha (Bhutan)",
+ "en": "English",
+ "en-AU": "English (Australia)",
+ "en-AT": "English (Austria)",
+ "en-BD": "English (Bangladesh)",
+ "en-BE": "English (Belgium)",
+ "en-CA": "English (Canada)",
+ "en-CL": "English (Chile)",
+ "en-CZ": "English (Czech Republic)",
+ "en-ee": "English (Estonia)",
+ "en-FI": "English (Finland)",
+ "en-DE": "English (Germany)",
+ "en-GH": "English (Ghana)",
+ "en-HK": "English (Hong Kong)",
+ "en-HU": "English (Hungary)",
+ "en-IN": "English (India)",
+ "en-IE": "English (Ireland)",
+ "en-lv": "English (Latvia)",
+ "en-lt": "English (Lithuania)",
+ "en-NL": "English (Netherlands)",
+ "en-NZ": "English (New Zealand)",
+ "en-NG": "English (Nigeria)",
+ "en-PK": "English (Pakistan)",
+ "en-PL": "English (Poland)",
+ "en-RO": "English (Romania)",
+ "en-SK": "English (Slovakia)",
+ "en-ZA": "English (South Africa)",
+ "en-LK": "English (Sri Lanka)",
+ "en-SE": "English (Sweden)",
+ "en-CH": "English (Switzerland)",
+ "en-GB": "English (United Kingdom)",
+ "en-US": "English (United States)",
+ "en-EN": "English",
+ "myv": "Erzya",
+ "eo": "Esperanto",
+ "et": "Estonian",
+ "et-EE": "Estonian (Estonia)",
+ "fo": "Faroese",
+ "fo-FO": "Faroese (Faroe Islands)",
+ "fil": "Filipino",
+ "fi": "Finnish",
+ "fi-FI": "Finnish (Finland)",
+ "frp": "Franco-Provençal (Arpitan)",
+ "fr": "French",
+ "fr-BE": "French (Belgium)",
+ "fr-CA": "French (Canada)",
+ "fr-FR": "French (France)",
+ "fr-CH": "French (Switzerland)",
+ "fur": "Friulian",
+ "ff": "Fulah",
+ "ff-SN": "Fulah (Senegal)",
+ "gd": "Gaelic, Scottish",
+ "gl": "Galician",
+ "gl-ES": "Galician (Spain)",
+ "lg": "Ganda",
+ "ka": "Georgian",
+ "ka-GE": "Georgian (Georgia)",
+ "de": "German",
+ "de-AT": "German (Austria)",
+ "de-DE": "German (Germany)",
+ "de-CH": "German (Switzerland)",
+ "el": "Greek",
+ "el-GR": "Greek (Greece)",
+ "kl": "Greenlandic",
+ "gu": "Gujarati",
+ "gu-IN": "Gujarati (India)",
+ "gun": "Gun",
+ "ht": "Haitian (Haitian Creole)",
+ "ht-HT": "Haitian (Haitian Creole) (Haiti)",
+ "ha": "Hausa",
+ "haw": "Hawaiian",
+ "he": "Hebrew",
+ "he-IL": "Hebrew (Israel)",
+ "hi": "Hindi",
+ "hi-IN": "Hindi (India)",
+ "hu": "Hungarian",
+ "hu-HU": "Hungarian (Hungary)",
+ "is": "Icelandic",
+ "is-IS": "Icelandic (Iceland)",
+ "io": "Ido",
+ "ig": "Igbo",
+ "ilo": "Iloko",
+ "id": "Indonesian",
+ "id-ID": "Indonesian (Indonesia)",
+ "ia": "Interlingua",
+ "iu": "Inuktitut",
+ "ga": "Irish",
+ "ga-IE": "Irish (Ireland)",
+ "it": "Italian",
+ "it-IT": "Italian (Italy)",
+ "it-CH": "Italian (Switzerland)",
+ "ja": "Japanese",
+ "ja-JP": "Japanese (Japan)",
+ "jv": "Javanese",
+ "kab": "Kabyle",
+ "kn": "Kannada",
+ "kn-IN": "Kannada (India)",
+ "pam": "Kapampangan",
+ "ks": "Kashmiri",
+ "ks-IN": "Kashmiri (India)",
+ "csb": "Kashubian",
+ "kk": "Kazakh",
+ "kk@Arab": "Kazakh (Arabic)",
+ "kk@Cyrl": "Kazakh (Cyrillic)",
+ "kk-KZ": "Kazakh (Kazakhstan)",
+ "kk@latin": "Kazakh (Latin)",
+ "km": "Khmer",
+ "km-KH": "Khmer (Cambodia)",
+ "rw": "Kinyarwanda",
+ "ky": "Kirgyz",
+ "tlh": "Klingon",
+ "kok": "Konkani",
+ "ko": "Korean",
+ "ko-KR": "Korean (Korea)",
+ "ku": "Kurdish",
+ "ku-IQ": "Kurdish (Iraq)",
+ "lad": "Ladino",
+ "lo": "Lao",
+ "lo-LA": "Lao (Laos)",
+ "ltg": "Latgalian",
+ "la": "Latin",
+ "lv": "Latvian",
+ "lv-LV": "Latvian (Latvia)",
+ "lez": "Lezghian",
+ "lij": "Ligurian",
+ "li": "Limburgian",
+ "ln": "Lingala",
+ "lt": "Lithuanian",
+ "lt-LT": "Lithuanian (Lithuania)",
+ "jbo": "Lojban",
+ "en@lolcat": "LOLCAT English",
+ "lmo": "Lombard",
+ "dsb": "Lower Sorbian",
+ "nds": "Low German",
+ "lb": "Luxembourgish",
+ "mk": "Macedonian",
+ "mk-MK": "Macedonian (Macedonia)",
+ "mai": "Maithili",
+ "mg": "Malagasy",
+ "ms": "Malay",
+ "ml": "Malayalam",
+ "ml-IN": "Malayalam (India)",
+ "ms-MY": "Malay (Malaysia)",
+ "mt": "Maltese",
+ "mt-MT": "Maltese (Malta)",
+ "mni": "Manipuri",
+ "mi": "Maori",
+ "arn": "Mapudungun",
+ "mr": "Marathi",
+ "mr-IN": "Marathi (India)",
+ "mh": "Marshallese",
+ "mw1": "Mirandese",
+ "mn": "Mongolian",
+ "mn-MN": "Mongolian (Mongolia)",
+ "nah": "Nahuatl",
+ "nv": "Navajo",
+ "nr": "Ndebele, South",
+ "nap": "Neapolitan",
+ "ne": "Nepali",
+ "ne-NP": "Nepali (Nepal)",
+ "nia": "Nias",
+ "nqo": "N'ko",
+ "se": "Northern Sami",
+ "nso": "Northern Sotho",
+ "no": "Norwegian",
+ "nb": "Norwegian Bokmål",
+ "nb-NO": "Norwegian Bokmål (Norway)",
+ "no-NO": "Norwegian (Norway)",
+ "nn": "Norwegian Nynorsk",
+ "nn-NO": "Norwegian Nynorsk (Norway)",
+ "ny": "Nyanja",
+ "oc": "Occitan (post 1500)",
+ "or": "Oriya",
+ "or-IN": "Oriya (India)",
+ "om": "Oromo",
+ "os": "Ossetic",
+ "pfl": "Palatinate German",
+ "pa": "Panjabi (Punjabi)",
+ "pa-IN": "Panjabi (Punjabi) (India)",
+ "pap": "Papiamento",
+ "fa": "Persian",
+ "fa-AF": "Persian (Afghanistan)",
+ "fa-IR": "Persian (Iran)",
+ "pms": "Piemontese",
+ "en@pirate": "Pirate English",
+ "pl": "Polish",
+ "pl-PL": "Polish (Poland)",
+ "pt": "Portuguese",
+ "pt-BR": "Portuguese (Brazil)",
+ "pt-PT": "Portuguese (Portugal)",
+ "ps": "Pushto",
+ "ro": "Romanian",
+ "ro-RO": "Romanian (Romania)",
+ "rm": "Romansh",
+ "ru": "Russian",
+ "ru-ee": "Russian (Estonia)",
+ "ru-lv": "Russian (Latvia)",
+ "ru-lt": "Russian (Lithuania)",
+ "ru@petr1708": "Russian Petrine orthography",
+ "ru-RU": "Russian (Russia)",
+ "sah": "Sakha (Yakut)",
+ "sm": "Samoan",
+ "sa": "Sanskrit",
+ "sat": "Santali",
+ "sc": "Sardinian",
+ "sco": "Scots",
+ "sr": "Serbian",
+ "sr@Ijekavian": "Serbian (Ijekavian)",
+ "sr@ijekavianlatin": "Serbian (Ijekavian Latin)",
+ "sr@latin": "Serbian (Latin)",
+ "sr-RS@latin": "Serbian (Latin) (Serbia)",
+ "sr-RS": "Serbian (Serbia)",
+ "sn": "Shona",
+ "scn": "Sicilian",
+ "szl": "Silesian",
+ "sd": "Sindhi",
+ "si": "Sinhala",
+ "si-LK": "Sinhala (Sri Lanka)",
+ "sk": "Slovak",
+ "sk-SK": "Slovak (Slovakia)",
+ "sl": "Slovenian",
+ "sl-SI": "Slovenian (Slovenia)",
+ "so": "Somali",
+ "son": "Songhay",
+ "st": "Sotho, Southern",
+ "st-ZA": "Sotho, Southern (South Africa)",
+ "sma": "Southern Sami",
+ "es": "Spanish",
+ "es-AR": "Spanish (Argentina)",
+ "es-BO": "Spanish (Bolivia)",
+ "es-CL": "Spanish (Chile)",
+ "es-CO": "Spanish (Colombia)",
+ "es-CR": "Spanish (Costa Rica)",
+ "es-DO": "Spanish (Dominican Republic)",
+ "es-EC": "Spanish (Ecuador)",
+ "es-SV": "Spanish (El Salvador)",
+ "es-GT": "Spanish (Guatemala)",
+ "es-419": "Spanish (Latin America)",
+ "es-MX": "Spanish (Mexico)",
+ "es-NI": "Spanish (Nicaragua)",
+ "es-PA": "Spanish (Panama)",
+ "es-PY": "Spanish (Paraguay)",
+ "es-PE": "Spanish (Peru)",
+ "es-PR": "Spanish (Puerto Rico)",
+ "es-ES": "Spanish (Spain)",
+ "es-US": "Spanish (United States)",
+ "es-UY": "Spanish (Uruguay)",
+ "es-VE": "Spanish (Venezuela)",
+ "su": "Sundanese",
+ "sw": "Swahili",
+ "sw-KE": "Swahili (Kenya)",
+ "ss": "Swati",
+ "sv": "Swedish",
+ "sv-FI": "Swedish (Finland)",
+ "sv-SE": "Swedish (Sweden)",
+ "tl": "Tagalog",
+ "tl-PH": "Tagalog (Philippines)",
+ "tg": "Tajik",
+ "tg-TJ": "Tajik (Tajikistan)",
+ "tzl": "Talossan",
+ "ta": "Tamil",
+ "ta-IN": "Tamil (India)",
+ "ta-LK": "Tamil (Sri-Lanka)",
+ "tt": "Tatar",
+ "te": "Telugu",
+ "te-IN": "Telugu (India)",
+ "tet": "Tetum (Tetun)",
+ "th": "Thai",
+ "th-TH": "Thai (Thailand)",
+ "bo": "Tibetan",
+ "bo-CN": "Tibetan (China)",
+ "ti": "Tigrinya",
+ "to": "Tongan",
+ "ts": "Tsonga",
+ "tn": "Tswana",
+ "tr": "Turkish",
+ "tr-TR": "Turkish (Turkey)",
+ "tk": "Turkmen",
+ "tk-TM": "Turkmen (Turkmenistan)",
+ "udm": "Udmurt",
+ "ug": "Uighur",
+ "ug@Arab": "Uighur (Arabic)",
+ "ug@Cyrl": "Uighur (Cyrillic)",
+ "ug@Latin": "Uighur (Latin)",
+ "uk": "Ukrainian",
+ "uk-UA": "Ukrainian (Ukraine)",
+ "vmf": "Upper Franconian",
+ "hsb": "Upper Sorbian",
+ "ur": "Urdu",
+ "ur-PK": "Urdu (Pakistan)",
+ "uz": "Uzbek",
+ "uz@Arab": "Uzbek (Arabic)",
+ "uz@Cyrl": "Uzbek (Cyrillic)",
+ "uz@Latn": "Uzbek (Latin)",
+ "uz-UZ": "Uzbek (Uzbekistan)",
+ "ve": "Venda",
+ "vec": "Venetian",
+ "vi": "Vietnamese",
+ "vi-VN": "Vietnamese (Viet Nam)",
+ "vls": "Vlaams",
+ "wa": "Walloon",
+ "war": "Wáray-Wáray",
+ "cy": "Welsh",
+ "cy-GB": "Welsh (United Kingdom)",
+ "fy": "Western Frisian",
+ "fy-NL": "Western Frisian (Netherlands)",
+ "wo": "Wolof",
+ "wo-SN": "Wolof (Senegal)",
+ "xh": "Xhosa",
+ "yi": "Yiddish",
+ "yo": "Yoruba",
+ "zu": "Zulu",
+ "zu-ZA": "Zulu (South Africa)"
+ },
+ "countries": {
+ "Afghanistan": "Afghanistan",
+ "Åland Islands": "Åland Islands",
+ "Albania": "Albania",
+ "Algeria": "Algeria",
+ "American Samoa": "American Samoa",
+ "Andorra": "Andorra",
+ "Angola": "Angola",
+ "Anguilla": "Anguilla",
+ "Antarctica": "Antarctica",
+ "Antigua and Barbuda": "Antigua and Barbuda",
+ "Argentina": "Argentina",
+ "Armenia": "Armenia",
+ "Aruba": "Aruba",
+ "Australia": "Australia",
+ "Austria": "Austria",
+ "Azerbaijan": "Azerbaijan",
+ "Bahamas": "Bahamas",
+ "Bahrain": "Bahrain",
+ "Bangladesh": "Bangladesh",
+ "Barbados": "Barbados",
+ "Belarus": "Belarus",
+ "Belgium": "Belgium",
+ "Belize": "Belize",
+ "Benin": "Benin",
+ "Bermuda": "Bermuda",
+ "Bhutan": "Bhutan",
+ "Bolivia, Plurinational State of bolivia": "Bolivia, Plurinational State of bolivia",
+ "Bosnia and Herzegovina": "Bosnia and Herzegovina",
+ "Botswana": "Botswana",
+ "Bouvet Island": "Bouvet Island",
+ "Brazil": "Brazil",
+ "British Indian Ocean Territory": "British Indian Ocean Territory",
+ "Brunei Darussalam": "Brunei Darussalam",
+ "Bulgaria": "Bulgaria",
+ "Burkina Faso": "Burkina Faso",
+ "Burundi": "Burundi",
+ "Cambodia": "Cambodia",
+ "Cameroon": "Cameroon",
+ "Canada": "Canada",
+ "Cape Verde": "Cape Verde",
+ "Cayman Islands": "Cayman Islands",
+ "Central African Republic": "Central African Republic",
+ "Chad": "Chad",
+ "Chile": "Chile",
+ "China": "China",
+ "Christmas Island": "Christmas Island",
+ "Cocos (Keeling) Islands": "Cocos (Keeling) Islands",
+ "Colombia": "Colombia",
+ "Comoros": "Comoros",
+ "Congo": "Congo",
+ "Congo, The Democratic Republic of the Congo": "Congo, The Democratic Republic of the Congo",
+ "Cook Islands": "Cook Islands",
+ "Costa Rica": "Costa Rica",
+ "Cote d'Ivoire": "Cote d'Ivoire",
+ "Croatia": "Croatia",
+ "Cuba": "Cuba",
+ "Cyprus": "Cyprus",
+ "Czech Republic": "Czech Republic",
+ "Denmark": "Denmark",
+ "Djibouti": "Djibouti",
+ "Dominica": "Dominica",
+ "Dominican Republic": "Dominican Republic",
+ "Ecuador": "Ecuador",
+ "Egypt": "Egypt",
+ "El Salvador": "El Salvador",
+ "Equatorial Guinea": "Equatorial Guinea",
+ "Eritrea": "Eritrea",
+ "Estonia": "Estonia",
+ "Ethiopia": "Ethiopia",
+ "Falkland Islands (Malvinas)": "Falkland Islands (Malvinas)",
+ "Faroe Islands": "Faroe Islands",
+ "Fiji": "Fiji",
+ "Finland": "Finland",
+ "France": "France",
+ "French Guiana": "French Guiana",
+ "French Polynesia": "French Polynesia",
+ "French Southern Territories": "French Southern Territories",
+ "Gabon": "Gabon",
+ "Gambia": "Gambia",
+ "Georgia": "Georgia",
+ "Germany": "Germany",
+ "Ghana": "Ghana",
+ "Gibraltar": "Gibraltar",
+ "Greece": "Greece",
+ "Greenland": "Greenland",
+ "Grenada": "Grenada",
+ "Guadeloupe": "Guadeloupe",
+ "Guam": "Guam",
+ "Guatemala": "Guatemala",
+ "Guernsey": "Guernsey",
+ "Guinea": "Guinea",
+ "Guinea-Bissau": "Guinea-Bissau",
+ "Guyana": "Guyana",
+ "Haiti": "Haiti",
+ "Heard Island and Mcdonald Islands": "Heard Island and Mcdonald Islands",
+ "Holy See (Vatican City State)": "Holy See (Vatican City State)",
+ "Honduras": "Honduras",
+ "Hong Kong": "Hong Kong",
+ "Hungary": "Hungary",
+ "Iceland": "Iceland",
+ "India": "India",
+ "Indonesia": "Indonesia",
+ "Iran, Islamic Republic of Persian Gulf": "Iran, Islamic Republic of Persian Gulf",
+ "Iraq": "Iraq",
+ "Ireland": "Ireland",
+ "Isle of Man": "Isle of Man",
+ "Israel": "Israel",
+ "Italy": "Italy",
+ "Jamaica": "Jamaica",
+ "Japan": "Japan",
+ "Jersey": "Jersey",
+ "Jordan": "Jordan",
+ "Kazakhstan": "Kazakhstan",
+ "Kenya": "Kenya",
+ "Kiribati": "Kiribati",
+ "Korea, Democratic People's Republic of Korea": "Korea, Democratic People's Republic of Korea",
+ "Korea, Republic of South Korea": "Korea, Republic of South Korea",
+ "Kosovo": "Kosovo",
+ "Kuwait": "Kuwait",
+ "Kyrgyzstan": "Kyrgyzstan",
+ "Laos": "Laos",
+ "Latvia": "Latvia",
+ "Lebanon": "Lebanon",
+ "Lesotho": "Lesotho",
+ "Liberia": "Liberia",
+ "Libyan Arab Jamahiriya": "Libyan Arab Jamahiriya",
+ "Liechtenstein": "Liechtenstein",
+ "Lithuania": "Lithuania",
+ "Luxembourg": "Luxembourg",
+ "Macao": "Macao",
+ "Macedonia": "Macedonia",
+ "Madagascar": "Madagascar",
+ "Malawi": "Malawi",
+ "Malaysia": "Malaysia",
+ "Maldives": "Maldives",
+ "Mali": "Mali",
+ "Malta": "Malta",
+ "Marshall Islands": "Marshall Islands",
+ "Martinique": "Martinique",
+ "Mauritania": "Mauritania",
+ "Mauritius": "Mauritius",
+ "Mayotte": "Mayotte",
+ "Mexico": "Mexico",
+ "Micronesia, Federated States of Micronesia": "Micronesia, Federated States of Micronesia",
+ "Moldova": "Moldova",
+ "Monaco": "Monaco",
+ "Mongolia": "Mongolia",
+ "Montenegro": "Montenegro",
+ "Montserrat": "Montserrat",
+ "Morocco": "Morocco",
+ "Mozambique": "Mozambique",
+ "Myanmar": "Myanmar",
+ "Namibia": "Namibia",
+ "Nauru": "Nauru",
+ "Nepal": "Nepal",
+ "Netherlands": "Netherlands",
+ "Netherlands Antilles": "Netherlands Antilles",
+ "New Caledonia": "New Caledonia",
+ "New Zealand": "New Zealand",
+ "Nicaragua": "Nicaragua",
+ "Niger": "Niger",
+ "Nigeria": "Nigeria",
+ "Niue": "Niue",
+ "Norfolk Island": "Norfolk Island",
+ "Northern Mariana Islands": "Northern Mariana Islands",
+ "Norway": "Norway",
+ "Oman": "Oman",
+ "Pakistan": "Pakistan",
+ "Palau": "Palau",
+ "Palestinian Territory, Occupied": "Palestinian Territory, Occupied",
+ "Panama": "Panama",
+ "Papua New Guinea": "Papua New Guinea",
+ "Paraguay": "Paraguay",
+ "Peru": "Peru",
+ "Philippines": "Philippines",
+ "Pitcairn": "Pitcairn",
+ "Poland": "Poland",
+ "Portugal": "Portugal",
+ "Puerto Rico": "Puerto Rico",
+ "Qatar": "Qatar",
+ "Romania": "Romania",
+ "Russia": "Russia",
+ "Rwanda": "Rwanda",
+ "Reunion": "Reunion",
+ "Saint Barthelemy": "Saint Barthelemy",
+ "Saint Helena, Ascension and Tristan Da Cunha": "Saint Helena, Ascension and Tristan Da Cunha",
+ "Saint Kitts and Nevis": "Saint Kitts and Nevis",
+ "Saint Lucia": "Saint Lucia",
+ "Saint Martin": "Saint Martin",
+ "Saint Pierre and Miquelon": "Saint Pierre and Miquelon",
+ "Saint Vincent and the Grenadines": "Saint Vincent and the Grenadines",
+ "Samoa": "Samoa",
+ "San Marino": "San Marino",
+ "Sao Tome and Principe": "Sao Tome and Principe",
+ "Saudi Arabia": "Saudi Arabia",
+ "Senegal": "Senegal",
+ "Serbia": "Serbia",
+ "Seychelles": "Seychelles",
+ "Sierra Leone": "Sierra Leone",
+ "Singapore": "Singapore",
+ "Slovakia": "Slovakia",
+ "Slovenia": "Slovenia",
+ "Solomon Islands": "Solomon Islands",
+ "Somalia": "Somalia",
+ "South Africa": "South Africa",
+ "South Sudan": "South Sudan",
+ "South Georgia and the South Sandwich Islands": "South Georgia and the South Sandwich Islands",
+ "Spain": "Spain",
+ "Sri Lanka": "Sri Lanka",
+ "Sudan": "Sudan",
+ "Suriname": "Suriname",
+ "Svalbard and Jan Mayen": "Svalbard and Jan Mayen",
+ "Swaziland": "Swaziland",
+ "Sweden": "Sweden",
+ "Switzerland": "Switzerland",
+ "Syrian Arab Republic": "Syrian Arab Republic",
+ "Taiwan": "Taiwan",
+ "Tajikistan": "Tajikistan",
+ "Tanzania, United Republic of Tanzania": "Tanzania, United Republic of Tanzania",
+ "Thailand": "Thailand",
+ "Timor-Leste": "Timor-Leste",
+ "Togo": "Togo",
+ "Tokelau": "Tokelau",
+ "Tonga": "Tonga",
+ "Trinidad and Tobago": "Trinidad and Tobago",
+ "Tunisia": "Tunisia",
+ "Turkey": "Turkey",
+ "Turkmenistan": "Turkmenistan",
+ "Turks and Caicos Islands": "Turks and Caicos Islands",
+ "Tuvalu": "Tuvalu",
+ "Uganda": "Uganda",
+ "Ukraine": "Ukraine",
+ "United Arab Emirates": "United Arab Emirates",
+ "United Kingdom": "United Kingdom",
+ "United States": "United States",
+ "Uruguay": "Uruguay",
+ "Uzbekistan": "Uzbekistan",
+ "Vanuatu": "Vanuatu",
+ "Venezuela, Bolivarian Republic of Venezuela": "Venezuela, Bolivarian Republic of Venezuela",
+ "Vietnam": "Vietnam",
+ "Virgin Islands, British": "Virgin Islands, British",
+ "Virgin Islands, U.S.": "Virgin Islands, U.S.",
+ "Wallis and Futuna": "Wallis and Futuna",
+ "Yemen": "Yemen",
+ "Zambia": "Zambia",
+ "Zimbabwe": "Zimbabwe"
+ },
+ "api": {
+ "providerNotAvailable": "One or more of the enabled providers is not available :param1",
+ "range": "The file size should be less than {{param3}} KB",
+ "mime_type": "File type not supported. Please upload a .csv file.",
+ "not_empty": ":field must not be empty",
+ "isKeyAvailable": "The key {{value}} is not available",
+ "contactIsValid": "Invalid phone number",
+ "roleDoesNotExist": "role_id {{value}} does not exist",
+ "invalidFormStageId": "form_stage_id :value does not exist",
+ "postTypeLimitReached": "limit: {{posttypes}}",
+ "dataUrlOrMediaRequired": "One of data_url or media_id is required",
+ "dataUrlMediaConflict": "Only one of data_url or media_id can be defined",
+ "size_error": "The file size should be less than :param1 MB",
+ "mime_type_not_allowed": "File type not supported. Please upload an image file.",
+ "mime_not_empty": "MIME type not found. The MIME type must be set for the file.",
+ "contact": {
+ "invalid_phone": "Invalid phone number {{param1}}",
+ "invalid_email": "Invalid email {{param1}}"
+ },
+ "email": {
+ "title": "{{sitename}} New post: {{title}}",
+ "message": "New post on {{sitename}}{{title}}{{content}}View post: {{url}}"
+ },
+ "sms": {
+ "message": "{{sitename}} New post: {{title}}"
+ },
+ "publishedPostsLimitReached": "limit:{{posts}}",
+ "tagDoesNotExist": "category :value does not exist",
+ "attributeDoesNotExist": "attribute {{param1}} does not exist",
+ "tooManyValues": "Too many values for {{param1}} (max: {{param2}})",
+ "valueDoesNotExist": "value id {{param2}} for field {{param1}} does not exist",
+ "canNotUseExistingValueOnNewPost": "Cannot use existing value {{param2}} for field {{param1}} on a new post",
+ "postAttributeRequired": "attribute {{param1}} is required",
+ "taskAttributeRequired": "attribute {{param1}} is required before stage {{param2}} can be completed",
+ "emptyIdAndLocale": "Must have at least id or locale",
+ "emptyParentWithLocale": "Must have at parent id when passing locale",
+ "notAnArray": "Post values for {{param1}} must be an array",
+ "scalar": "Post values for {{param1}} must be scalar",
+ "doesTranslationExist": "Translation {{value}} for post {{param2}} already exists",
+ "published_to": {
+ "exists": "The role you are publishing to {{value}} does not exist"
+ },
+ "stageDoesNotExist": "Stage {{param1}} does not exist",
+ "stageRequired": "Stage {{param1}} is required before publishing",
+ "postNeedsApprovalBeforePublishing": "Post needs approval by an administrator before it can be published",
+ "postCanOnlyBeUnpublishedByAdmin": "Post can only be unpublished by an administrator",
+ "alreadyLockedByDifferentUser": "Post is currently locked by a different user and can not be updated.",
+ "values": {
+ "date": "The field {{param1}} must be a date, Given: {{param2}}",
+ "decimal": "The field {{param1}} must be a decimal with 2 places, Given: {{param2}}",
+ "digit": "The field {{param1}} must be a digit, Given: {{param2}}",
+ "email": "The field {{param1}} must be an email address, Given: {{param2}}",
+ "exists": "The field {{param1}} must be a valid post id, Post id: {{param2}}",
+ "tagExists": "The field {{param1}} must be a valid category id or name, Category: {{param2}}",
+ "max_length": "The field {{param1}} must not exceed :param2 characters long, Given: {{param2}}",
+ "invalidForm": "The field {{param1}} has the wrong post type, Post id:{{param2}}",
+ "numeric": "The field {{param1}} must be numeric, Given: {{param2}}",
+ "scalar": "The field {{param1}} must be scalar, Given: {{param2}}",
+ "point": "The field {{param1}} must be an array of lat and lon",
+ "lat": "the field {{param1}} must contain a valid latitude",
+ "lon": "the field {{param1}} must contain a valid longitude",
+ "url": "The field {{param1}} must be a url, Given: {{param2}}",
+ "video_type": "The field {{param1}} must be either a youtube or vimeo url, Given: {{param2}}"
+ },
+ "role": {
+ "isRoleValid": "Role must match the parent category",
+ "exists": "Role {{value}} does not exist"
+ },
+ "description_regex": "The description must contain only letters, numbers, spaces and punctuation",
+ "regex": "The category name must contain only letters, numbers, spaces and punctuation",
+ "isUniqueEmail": "{{field}} is already in use",
+ "isUniqueUsername": "{{field}} is already in use",
+ "isUserSelf": "You cannot change your own role",
+ "adminUserLimitReached": "limit:{{:admin}}"
+ }
+}
diff --git a/apps/web-mzima-client/src/assets/locales/hi.json b/apps/web-mzima-client/src/assets/locales/hi.json
new file mode 100644
index 00000000000..b634abc5388
--- /dev/null
+++ b/apps/web-mzima-client/src/assets/locales/hi.json
@@ -0,0 +1,2770 @@
+{
+ "app": {
+ "contact_email_address": "Contact email address:",
+ "powered_by_ushahidi": "उशाहिदी द्वारा संचालित",
+ "support": "उशाहिदी समर्थन",
+ "by": "द्वारा",
+ "submit": "जमा करें",
+ "anonymous": "गुमनाम",
+ "submitting": "जमा हो रहा है",
+ "submit_another": "जमा करें और एक और जोड़ें",
+ "submit_response": "सर्वे रिपोंस जमा करें",
+ "can_see_this": "इसे देख सकते है",
+ "collection": "Collection",
+ "collections": "Collections",
+ "create_collection": "संग्रह बनाएँ",
+ "add_collection": "Add collection",
+ "export_to_csv": "Export filtered data",
+ "create_new": "नया बनाएं",
+ "create_new_survey": "Create new survey",
+ "created_by": "Created by {{author}}",
+ "date_created": "Date created",
+ "date_updated": "Date updated",
+ "choose_photo": "Choose photo",
+ "choose": "Choose...",
+ "add_all_fields": "Add all fields",
+ "insert_text_here": "Insert text here...",
+ "deployment_not_found" : {
+ "text" : "Sorry, that deployment does not exist. Would you like to create a new deployment?",
+ "button_exit" : "Exit",
+ "button_create_deployment" : "Create Deployment"
+ },
+ "documentation": {
+ "title": "Documentation",
+ "description": "Learn how to set up, configure, and manage your Ushahidi deployment."
+ },
+ "donate": "Donate",
+ "donation": "Donation",
+ "disable_monetization": "Disable Monetization",
+ "enable_monetization": "Enable Monetization",
+ "enable_monetization_error": "Fill in required fields above before enabling monetization.",
+ "enable_monetization_info": "Monetization is currently disabled.",
+ "intercom": {
+ "intercom": "Intercom",
+ "description": "Contact Ushahidi staff for chat support"
+ },
+ "onboarding": {
+ "title": "Onboarding",
+ "description": "Take a look at the Ushahidi onboarding again."
+ },
+ "report_a_bug": {
+ "title": "Report a bug",
+ "description": "Tell us when something doesn't work the way you expected."
+ },
+ "edit_collection": "Edit collection",
+ "features": {
+ "title": "Features",
+ "description": "See what Ushahidi can do and how it works."
+ },
+ "forbidden": "Sorry, you're not allowed to do that.",
+ "forbidden-login": "Please enter your login details to access the deployment.",
+ "contact_with_admin": "Or contact the Admin ",
+ "404": "That URL doesn't exist",
+ "page-not-found": "Page not found",
+ "get_notifications": "Get notifications",
+ "turn_off_notifications": "Turn off notifications",
+ "load_more": "Load more",
+ "loading": "Loading",
+ "loading_saved_searches": "Loading saved searches",
+ "more": "More",
+ "cancel": "Cancel",
+ "save": "Save",
+ "save_and_close": "Save & close",
+ "update": "Update",
+ "update_and_close": "Update & close",
+ "add_and_close": "Add & close",
+ "updating": "Updating",
+ "saving": "Saving",
+ "settings": "Settings",
+ "share": "Share",
+ "specific_roles": "Specific roles...",
+ "general": "General",
+ "surveys": "Survey",
+ "add_survey": "New Survey",
+ "edit_survey": "Edit Survey",
+ "data_sources": "Data Sources",
+ "import": "Import",
+ "users": "Users",
+ "edit_user": "Edit User",
+ "add_user": "Add User",
+ "edit": "Edit",
+ "roles": "Roles",
+ "edit_role": "Edit Role",
+ "add_role": "Add Role",
+ "webhooks": "Webhooks",
+ "edit_webhook": "Edit Role",
+ "add_webhook": "Add Role",
+ "categories": "Categories",
+ "edit_category": "Edit Category",
+ "add_category": "Add Category",
+ "categories_count": "{{count}} categories",
+ "plans": "Plans",
+ "delete": "Delete",
+ "description": "Description",
+ "color": "Color",
+ "search_users": "Search users",
+ "searching": "Searching",
+ "show_hide": "Show/Hide",
+ "fields": "Fields",
+ "no_results": "No results found.",
+ "current_results": "Current results:",
+ "filter_by": "Filter by...",
+ "sort_filter": "Sort & filter",
+ "apply_filters": "Apply",
+ "close_and_view": "Close and view results",
+ "show_more_less": "Show more/less",
+ "filters": "Filters",
+ "filters_and_sorting": "Filters and sorting",
+ "filter_by_survey": "Filter by survey",
+ "configure": "Configure",
+ "post": "Post",
+ "name": "Name",
+ "key": "Key",
+ "survey_web_address": "Your survey's web address",
+ "default_value": "Default value (optional):",
+ "select_one": "Select One",
+ "sort_and_filter": "Sort & filter",
+ "saved_search": "Saved Search",
+ "tasks": "Tasks",
+ "return_to_all_posts": "Return to all posts",
+ "this_deplyment_is_private": "This deployment is private",
+ "private_deployment": "Private Deployment",
+ "mark_as": "Mark as",
+ "who_can_see_this_category": "Who can see this category?",
+ "this_category_is_child_to": "This category is a child to {{parent}}",
+ "nothing": "Nothing",
+ "who_can_see_this": "Who can see this?",
+ "add": "Add",
+ "add_new_category": "+ Add new category",
+ "sort_by": "Sort By ...",
+ "newest_first": "Newest first",
+ "oldest_first": "Oldest first",
+ "language": "Language",
+ "select_language": "Select language",
+ "add_new_post": "Add new post",
+ "previous": "Previous",
+ "duplicate": "प्रतिलिपि बनाएं",
+ "yes_delete": "Yes, delete",
+ "no_go_back": "No, go back",
+ "are_you_sure_you_want_to_delete": "Are you sure you want to Delete",
+ "action_cannot_be_undone": "This action cannot be undone.
Are you sure?
",
+ "you_are_not_authorized": "You are not authorized",
+ "lost_internet_connection": "Lost internet connection",
+ "tweet_is_unavailable": "This tweet is unavailable",
+ "file_uploader": "File uploader",
+ "preview_image": "Preview image",
+ "privacy_policy": "Privacy Policy",
+ "terms_and_conditions": "Terms and Conditions",
+ "ok_sounds_good": "OK, sounds good",
+ "next_step": "Next step",
+ "we_are_aware_there_are_some_issues_here": "We are aware there are some issues here. The team is working on fixing them.",
+ "you_are_using_old_deployment_version": "You are using Deployment Version - {{api_version}}. The latest version is v5. Please, update your Deployment for users access.",
+ "outdated_deployment": "Outdated Deployment!",
+ "the_deployment_is_outdated": "The Deployment is outdated, therefore some bugs may occur, till Admin update it.",
+ "your_deployment_is_outdated": "Your Deployment is outdated",
+ "we_ve_updated_deployments_to_version_5": "We’ve updated Deployments to version 5. Users may not have access to your deployment soon. ",
+ "for_more_details_on_deployment_update": "For more details on deployment update, go to Help & Support (this should be a link) or send an email to:",
+ "open_chat": "Open Chat",
+ "end_post": "End of Posts"
+ },
+ "cookies": {
+ "we_use_cookies": "Howdy! We use cookies to make your experience better.",
+ "cookies_privacy": "If you want to know more or withdraw your consent, please go to our Privacy Policy.",
+ "decline": "Decline",
+ "accept_cookies": "Accept cookies"
+ },
+ "404": {
+ "404": "404",
+ "error": "error",
+ "description": "Oops... Sorry, we can’t find the page that you’re looking for.
Please search by another phrase or go back to the Map View.",
+ "button": "Go to the Map View"
+ },
+ "toolbar": {
+ "searchbar": {
+ "search_entity": "Search {{entity}}",
+ "search_all_entities_for": "Search all {{entity}} for"
+ }
+ },
+ "color_picker": {
+ "hex_value": "Hex Value",
+ "red": "लाल",
+ "gold": "सोना",
+ "blue": "नीला",
+ "green": "हरा"
+ },
+ "feature_limits": {
+ "view_unavailable": "आपकी वर्तमान योजना में {{value}} दृश्य उपलब्ध नहीं है। इसे प्राप्त करने के लिए अपनी योजना को अपग्रेड करें!"
+ },
+ "limit": {
+ "plan_limit": "Ushahidi Plan Limit",
+ "post_limit_reached": "आप अपनी योजना के लिए प्रकाशित पोस्ट की सीमा तक पहुंच गए हैं।",
+ "admin_limit_reached": "आपकी योजना के लिए एडमिन यूजर्स की सीमा तक पहुँच गए है।",
+ "post_type_limit_reached": "आप अपनी योजना के लिए सर्वेक्षण सीमा तक पहुंच गए हैं।",
+ "upgrade": "अपग्रेड"
+ },
+ "activity": {
+ "activity_over_time": "Activity over time",
+ "activity_by_volume": "Activity by volume",
+ "recent_activity_timeline": "Recent Activity timeline",
+ "new_post": "नयी पोस्ट",
+ "by": "द्वारा",
+ "context_body": "A summary of how people are interacting with {{site}}.",
+ "inbound": "Inbound Response Messages",
+ "outbound": "Outbound Surveying Messages",
+ "recipients": "Unique Recipients of Targeted Survey",
+ "responders": "Unique Responders to Targeted Survey",
+ "all_targeted": "All Targeted Surveys",
+ "no_targeted": "You don't have any Targeted Survey data to show.",
+ "all_sources": "All Data Souces",
+ "web_mobile": "Web and Mobile",
+ "email": "email",
+ "sms": "sms",
+ "twitter": "twitter",
+ "all_crowdsourced": "All Crowdsourced Surveys",
+ "no_crowdsourced": "You don't have any Crowdsourced Survey data to show.",
+ "targeted_activity": "Tageted Survey Activity",
+ "crowdsourced_activity": "Crowdsourced Survey Activity",
+ "tooltip_template": "This is the single point tooltip template"
+ },
+ "form": {
+ "add_field": "फील्ड जोड़े",
+ "add_field_instructions": "इस फ़ील्ड में निर्देश जोड़ें",
+ "add_field_instructions_info": "These instructions will be presented as a tooltip to a user when filling in this field.",
+ "add_field_instructions_placeholder": "इस क्षेत्र को समझाएं...",
+ "add_post_type": "सर्वेक्षण जोड़ें",
+ "add_step": "कार्य जोड़ें",
+ "add_language": "भाषा जोड़ें",
+ "added_form_stage_attribute": "Saved field",
+ "field_allowed_relation_post_type": "Allowed surveys",
+ "choose_order_message": "Choose and order the fields that you would like to include in this survey",
+ "created_form_stage": "Saved task",
+ "currently_disabled": "This survey is currently disabled.",
+ "custom_structure": "Custom Structure",
+ "default_date_placeholder": "Default date",
+ "default_date_hint": "If no date is added, the current time of posting would be added by default. The user can still update the {{ field_name }} after post submission.",
+ "default_default_placeholder": "Default value",
+ "default_location_placeholder": "Nairobi, Kenya",
+ "delete_post_type": "Delete this survey",
+ "deleted_form": "Deleted Survey",
+ "deleted_form_stage": "Deleted Task",
+ "deleted_form_stage_attribute": "Deleted field",
+ "editable_by": "Editable By",
+ "edit_post_step": "Edit Task: {{step}}",
+ "edit_post_type": "Edit Survey: {{form}}",
+ "edit_post_types": "Edit Surveys",
+ "field_add_option": "Add",
+ "field_add_other": "Add other",
+ "field_add_other_desc": "Allows entering a custom option that is not listed among the provided choices.",
+ "field_default": "Field Default",
+ "field_key": "Field Key",
+ "field_type": "Field Type",
+ "field_name": "Field Name",
+ "field_options": "Field Options",
+ "field_key_placeholder": "field-key",
+ "field_name_placeholder": "Name this field",
+ "field_option_placeholder": "Option 1",
+ "field_required": "This field is required",
+ "form_name": "Name",
+ "form_description": "Description",
+ "forms": "Forms",
+ "form_stage_settings_saved": "Saved settings",
+ "permission_public": "Public",
+ "permission_admin": "Admin",
+ "permission_self": "Only Me",
+ "post_type_settings": "Survey Settings",
+ "post_step_settings": "Task Settings",
+ "priority_changed": "Changed priority",
+ "save_and_close": "Save & Close",
+ "save_post_type": "Save Survey",
+ "save_post_step": "Save Task",
+ "saved_form": "Survey saved.",
+ "select_language": "Select languages",
+ "step_delete": "Delete",
+ "step_name": "Task Name",
+ "step_rename": "Rename",
+ "step_required": "This task is required",
+ "post_step": "Post",
+ "type": "type",
+ "visible_to": "Visible To",
+ "choose_language": "Choose language for translation",
+ "error_input_number": "Please input {{type}} type number"
+ },
+ "survey": {
+ "no_tasks": "No tasks",
+ "select_categories": "Select categories",
+ "select_related_post": "Select related post",
+ "no_fields": "No fields",
+ "select_color": "Select color",
+ "choose_survey": "Choose survey",
+ "marked_for_internal": {
+ "header": "Internal Use Only",
+ "body": "This task is marked for internal use only. It is not seen by users when they create a post."
+ },
+ "task_is_marked_as": {
+ "not_completed": "Task Complete? - Use toggle below",
+ "completed": "You have marked \"{{taskName}}\" Task as Completed!"
+ },
+ "delete_task": "टास्क हटाएँ",
+ "duplicate_survey": "प्रतिलिपि बनाएं",
+ "main_info": "Main info",
+ "internal_use_task": "कार्य केवल आंतरिक उपयोग के लिए है।",
+ "internal_use_task_desc": "This task will only be visible to User who have Manage Post permission.",
+ "duplicate_task": "डुप्लिकेट कार्य",
+ "duplicate_option": "डुप्लिकेट विकल्प मौजूद है",
+ "special_characters_option": "This option contains special characters",
+ "show_this_task_to": "Show this task to everyone when published",
+ "show_this_task_to_desc": "When a survey response is published, data from this task will be displayed.",
+ "survey_name": "Survey name",
+ "describe_your_survey": "Describe your survey...",
+ "describe_this_task": "Describe this task...",
+ "untitled_task": "Untitled task",
+ "add_task": "Add task",
+ "title": "Title",
+ "field_allowed_relation_survey": "Allowed surveys",
+ "collect_image_caption": "Include image caption field",
+ "collect_media_caption": "Include caption field",
+ "disable_caption_field_explanation": "This will disable and hide all existing captions for this field, but you can re-enable them at any time.",
+ "description": "Description",
+ "task_description": "Task description",
+ "post_fields": "Post fields",
+ "task_fields": "Task fields",
+ "show_task": "Show this task to everyone when the post is published",
+ "task_info": "You can add additional information to each post, like translations or verification, and assign them to people by adding Tasks. You can choose from pre-built tasks or create your own from scratch.",
+ "text_desc": "A sentence or less",
+ "short_text": "Short text",
+ "long_text": "Long text",
+ "number_decimal": "Number (Decimal)",
+ "number_integer": "Number (Integer)",
+ "location": "Location",
+ "date": "Date",
+ "datetime": "Date & Time",
+ "select": "Select",
+ "radio_button": "Radio Button(s)",
+ "checkbox": "Checkbox(es)",
+ "related_post": "Related Post",
+ "related_post_info": "Please note, the posts to relate to needs to be published, posts that are \"Under review\" will not appear in the search-results",
+ "upload_image": "Image",
+ "upload_document": "Document",
+ "upload_audio": "Audio",
+ "embed_video": "Embed video",
+ "markdown": "Markdown",
+ "categories": "Categories",
+ "textarea_desc": "Multiple sentences or paragraphs",
+ "decimal_desc": "A number with decimal places",
+ "integer_desc": "A whole number",
+ "location_desc": "A geographic location chosen via a map",
+ "date_desc": "A date with year, month, day",
+ "datetime_desc": "A date with time in hours and minutes",
+ "select_desc": "A drop down list of items",
+ "radio_desc": "Allows the user to choose only one of a predefined set of options.",
+ "checkbox_desc": "Allows the user to choose one or more of a predefined set of options.",
+ "relation_desc": "Create a relation between different surveys",
+ "upload_desc": "Allows image(s) to be uploaded to the post",
+ "audio_desc": "Allows audio file(s) to be uploaded to the post",
+ "document_desc": "Allows document(s) to be uploaded to the post",
+ "video_desc": "Allows Youtube or Vimeo videos to be embed in the post",
+ "maximum_upload_size" : "Maximum Upload Size",
+ "small_upload_size" : "Small",
+ "medium_upload_size" : "Medium",
+ "large_upload_size" : "Large",
+ "markdown_desc": "Allows the use of markdown syntax to style the field content.",
+ "tasks": "Tasks",
+ "task_visible_when_published": "This task will be visible when post is published.",
+ "show_field_description": "Add field description (optional):",
+ "add_field": "Add {{fieldType | lowercase}} field",
+ "edit_field": "Edit {{fieldType | lowercase}} field",
+ "build": "Build",
+ "configure": "Configure",
+ "require_section": "Require this task be completed before a post can be visible to the public",
+ "hide_author_information": "Hide author information",
+ "hide_author_information_desc": "Only people with permission to edit responses will be able to see who submitted them; and only when editing them.",
+ "hide_location_information": "Hide exact location information",
+ "hide_location_information_desc": "Only people with permission to edit responses will be able to see exact locations. Other people will see rounded locations. The location will be accurate to {{precision}}km.",
+ "hide_time_information": "Hide exact time information",
+ "hide_time_information_desc": "Only people with permission to edit responses will be able to see exact time submitted. Other people will see only the date.",
+ "share": "Share",
+ "task_name": "Task name",
+ "required_field": "Required",
+ "required": "Required",
+ "required_desc": "Require this task be completed before a post can be visible to the public.",
+ "require_field_desc": "Require this field be completed",
+ "name_this_task": "Name this task...",
+ "require_review": "Require posts to be reviewed before they're published",
+ "require_review_desc": "New responses to this survey will be put 'under review', and therefore not immediately visible to the public. Users with permission to review the response can review and 'publish' them, which would then make them visible to everyone.",
+ "require_task": "Required",
+ "make_response_private": "Make responses private",
+ "response_private_desc": "Only people with permission to edit responses can see responses to this field",
+ "require_task_desc": "Require this task be completed before a post can be visible to the public",
+ "survey_permissions": "Survey permissions",
+ "only_edit": "Only people with permission to edit responses will be able to see responses to this field.",
+ "who_can_add": "Who can add to this survey",
+ "survey_field": "Survey field",
+ "choose_survey_field": "Choose what should be assigned to each survey field",
+ "choose_survey_field_desc": "Each of the survey's fields are listed below. Choose the data from {{datasource_type}} that you'd like to use to populate each of those fields.",
+ "who_can_contribute_to_task": "Who can contribute to fields in this task",
+ "view_detail": "Detail",
+ "no_options_for_this_field": "No options for this field",
+ "add_options_first": "Add options first",
+ "delete": {
+ "desc": "If you delete this survey, all of its posts will also be deleted. Proceed with caution.",
+ "delete": "Delete survey",
+ "delete_this": "Delete this survey",
+ "delete_this_field": "Delete this field",
+ "delete_field": "Delete field",
+ "desc_field": "If you delete this field, all of the data that was collected within it will also be deleted. Proceed with caution."
+ },
+ "name": "Survey name",
+ "color": {
+ "color": "Color",
+ "hex": "Hex value",
+ "red": "Red",
+ "gold": "सोना",
+ "blue": "Blue",
+ "green": "Green"
+ },
+ "who": "Who can see this?",
+ "task": {
+ "delete": {
+ "desc": "If you delete this task, all of the data captured in it will also be deleted. Proceed with caution.",
+ "delete": "Delete task",
+ "delete_this": "Delete this task"
+ }
+ },
+ "fields": {
+ "fields_title": "Fields",
+ "validation": {
+ "required": "Required fields are missing, these fields are marked with an *.",
+ "special_characters": "{{name}} field contains special characters"
+ }
+ },
+ "targeted_survey": {
+ "title": "Create a new targeted survey",
+ "description": "Send questions via SMS to a list of those phone numbers.",
+ "name_title": "Name your survey",
+ "name": "Survey name",
+ "description_title": "Survey Description",
+ "audience_title": "Choose your audience",
+ "add_questions_title": "Add your questions",
+ "add_questions_description": "We will send each question as a separate SMS. After someone responds, we will send the next question in the survey.",
+ "add_another": "Add another question...",
+ "add_a_question": "Add a question...",
+ "edit_title": "Edit question",
+ "new_question_title": "New Question",
+ "question_text": "Question text",
+ "question_description": "This is what users will see when they go to your survey.",
+ "sample_question": "Sample question: Hi there! How are you feeling today? Your response is free.",
+ "char_remains": "{{remaining}}/160 characters remaining",
+ "publish": "Publish survey",
+ "delete": "Delete",
+ "send_to_old_number_warning": "If you are messaging a number that you have messaged in the past, that person's responses will always apply to the most recent survey. They will no longer be able to reply to previous unanswered survey questions.",
+ "publish_description_many": "We will send {{questions}} questions to {{numbers}} people via SMS for a total of {{total_sms_messages}} messages. Your telecommunications provider will charge you for each message. Please be careful about the costs you will incur by sending this survey. This action cannot be undone.",
+ "publish_description_one_question": "We will send {{questions}} question to {{numbers}} people via SMS for a total of {{total_sms_messages}} messages. Your telecommunications provider will charge you for each message. Please be careful about the costs you will incur by sending this survey. This action cannot be undone.",
+ "publish_description_one_number": "We will send {{questions}} questions to {{numbers}} person via SMS for a total of {{total_sms_messages}} messages. Your telecommunications provider will charge you for each message. Please be careful about the costs you will incur by sending this survey. This action cannot be undone.",
+ "publish_description_one_number_one_question": "We will send {{questions}} question to {{numbers}} person via SMS for a total of {{total_sms_messages}} message. Your telecommunications provider will charge you for each message. Please be careful about the costs you will incur by sending this survey. This action cannot be undone.",
+ "question_warning": "You must enter at least 1 question.",
+ "publish_warning": "Are you sure you ant to send this SMS survey?",
+ "publish_notification_many": "{{messages}} messages will be sent as part of this survey. You will be charged for these messages by your telecommunications provider",
+ "publish_notification_one": "{{messages}} message will be sent as part of this survey. You will be charged for that message by your telecommunications provider",
+ "hide_responders": "Hide information about responders",
+ "hide_responders_desc": "The phone numbers of the people who respond to your questions remain hidden from the public site. Only the team members with edit permissions will be able to see them.",
+ "notification_button": "View survey in datamode",
+ "name_warning": "You must give your survey a name.",
+ "description_warning": "You must give your survey a description.",
+ "send_to_person": "Targeted: Send this survey to {{recipientCount}} person via SMS",
+ "send_to_people": "Targeted: Send this survey to {{recipientCount}} people via SMS",
+ "country_code": "Country Code",
+ "country_code_error": "You must select a country.",
+ "select_country": "Select Country",
+ "phone_numbers": "Phone Numbers",
+ "phone_number_warning": "You must enter at least 1 phone number.",
+ "one_repeat_alert": "We removed a total of {{repeatCount}} repeat number from your list.",
+ "multi_repeat_alert": "We removed a total of {{repeatCount}} repeat numbers from your list.",
+ "multi_number_error": "Of the {{total}} phone numbers you entered, we noticed problems with {{bad}} of them. Please correct the phone numbers below and continue. Numbers must match the selected country's formatting rules.",
+ "one_number_error": "Of the {{total}} phone numbers you entered, we noticed problems with {{bad}} of them. Please correct the phone number below and continue. Numbers must match the selected country's formatting rules.",
+ "multi_numbers_good": "These {{good_numbers}} numbers look fine.",
+ "one_number_good": "This {{good_numbers}} number looks fine.",
+ "question_error": "You must add at least one question.",
+ "phone_number_instructions": "Please type in the phone numbers you'd like to contact. You must place a comma between each phone number.",
+ "targeted_survey": "Targeted Survey",
+ "targeted_survey_desc": "We sent this survey via SMS",
+ "sent_messages": "We have sent {{totalSent}} messages, and",
+ "sent_message": "We have sent {{totalSent}} message, and",
+ "received_responses": "you have received {{responses}} responses",
+ "received_response": "you have received {{responses}} response",
+ "recipients_count": "from {{recipients}} recipients so far.",
+ "recipient_count": "from {{recipients}} recipient so far.",
+ "error_message": "An error occurred while trying to save your targeted survey",
+ "error_contacts": "Some of the numbers you provided failed, please check your numbers and try again",
+ "pending_messages": "We are processing {{totalPending}} messages.",
+ "pending_message": "We are processing {{totalPending}} message.",
+ "cancel": "Cancel"
+ }
+ },
+ "global_filter": {
+ "filter": "Filter",
+ "categories": {
+ "categories": "श्रेणियाँ",
+ "all_categories": "सभी श्रेणियाँ"
+ },
+ "post_types": {
+ "post_types": "सर्वेक्षण",
+ "all_types": "सभी प्रकार के",
+ "unstructured": "असंरचित"
+ },
+ "post_statuses": {
+ "post_statuses": "स्थिति",
+ "all_statuses": "कोई स्थिति",
+ "draft": "ड्राफ्ट",
+ "published": "Published"
+ },
+ "post_stages": {
+ "post_stages": "Current Task",
+ "all_stages": "सभी कार्य"
+ },
+ "collections": {
+ "collections": "संग्रह",
+ "all_collections": "All Collections",
+ "search_collections": "Search Collections"
+ },
+ "sorting": "Sorting",
+ "sort": {
+ "order": {
+ "filter_type_tag": "Order",
+ "desc": "Newest first",
+ "asc": "Oldest first"
+ },
+ "orderby": {
+ "post_date": "Post Date",
+ "created": "Date created",
+ "updated": "Date updated"
+ },
+ "unlockedOnTop": {
+ "filter_type_tag": "Unlocked posts on top"
+ }
+ },
+ "filter_tabs": {
+ "order": "Order",
+ "order_group": {
+ "orderby": {
+ "post_date": "Post Date",
+ "created": "Date created",
+ "updated": "Date updated"
+ },
+ "order": {
+ "desc": "Newest first",
+ "asc": "Oldest first"
+ },
+ "unlocked_on_top_yes": "Yes",
+ "unlocked_on_top_no": "No"
+ },
+ "orderby": "Order by",
+ "order_unlocked_on_top": "Unlocked posts on top",
+ "savedsearch": "Saved Search",
+ "saved_search": "Saved Search",
+ "q": "Keyword",
+ "created_after": "Start date",
+ "created_before": "End date",
+ "date_after": "Start date",
+ "date_before": "End date",
+ "center_point": "Location",
+ "tags": "Category",
+ "form": "Survey",
+ "current_stage": "Current Task",
+ "set": "Collection",
+ "status": "Status",
+ "expires": "Expires",
+ "download": "Download",
+ "location_value": "Within {{km}} km of {{value}}",
+ "visible_to": "Visible to",
+ "user": "User",
+ "has_location": "Post-locations",
+ "all_posts": "Show all posts",
+ "unmapped": "Show unmapped posts",
+ "mapped": "Show posts with a location",
+ "source": "Source"
+ },
+ "unmapped_start_one": "There is",
+ "unmapped_start_many": "There are",
+ "unmapped_one": "{{post_nb}} post",
+ "unmapped_many": "{{post_nb}} posts",
+ "unmapped_end": "not shown here because they don't include location information.",
+ "unmapped_none": "No posts without location information.",
+ "more": "More",
+ "keyword": "Keyword",
+ "start_date": "Start Date",
+ "start_date_placeholder": "Jan 25, 2014",
+ "end_date": "End Date",
+ "end_date_placeholder": "April 25, 2014",
+ "location": "Location",
+ "location_placeholder": "Enter city or address",
+ "city_or_address": "City or address",
+ "viewing_mode": "Viewing mode",
+ "within_km": "Within",
+ "km": "Km",
+ "within_km_placeholder": "Distance",
+ "option_1": "within 1 km",
+ "option_2": "within 10 km",
+ "option_3": "within 50 km",
+ "option_4": "within 100 km",
+ "option_5": "within 500 km",
+ "option_6": "within 100 km",
+ "option_7": "within 500 km",
+ "restore_defaults": "Restore Defaults",
+ "apply_filters": "Apply",
+ "save_to_set": "Save to Set",
+ "search": "Search",
+ "date_range": "Date range",
+ "who_its_visible_to": "Who it's visible to",
+ "status": "Status",
+ "source": "Source",
+ "saved_filters": "Saved filters",
+ "saved_filter": "Saved filter",
+ "no_saved_filters": "No saved filters. Saved filter(s) will appear here for you to select once made available.",
+ "save_new_filter": "Save new filter",
+ "clear_all_filters": "Clear all filters",
+ "delete_this_saved_filter": "Are you sure you want to delete this saved filter?"
+ },
+ "graph": {
+ "all_posts": "कुछ नहीं; सभी पोस्ट दिखाएं",
+ "all": "सभी समय",
+ "compare": "तुलना करें...",
+ "compare_all": "तुलना करें...",
+ "compare_status": "स्थिति की तुलना करें",
+ "compare_tags": "Compare categories",
+ "compare_form": "Compare surveys",
+ "compare_": "Compare",
+ "created": "Created time",
+ "cumulative": "Show cumulative totals",
+ "cumulative_post_count": "Total post count",
+ "custom": "Custom date range",
+ "custom_display": "{{start || 'Beginning'}} to {{end || 'Now'}}",
+ "group_by_placeholder": "Graph",
+ "new_post_count": "New posts",
+ "none": "None",
+ "no_data": "No activity to show",
+ "post_count": "Post count",
+ "post_date": "Post created date",
+ "select_one": "Select one",
+ "week": "This week",
+ "month": "This month",
+ "updated": "Updated time"
+ },
+ "message": {
+ "button": {
+ "dismiss": "खारिज करें",
+ "upgrade": "अपग्रेड करें",
+ "default": "ठीक है",
+ "cancel": "रद्द करें"
+ }
+ },
+ "modal": {
+ "button": {
+ "close": "बंद करें",
+ "done": "Done"
+ },
+ "donation": {
+ "thank_you_for_your_donation_start": "Web monetization is enabled on this website. Thank you for your donation. You have donated",
+ "thank_you_for_your_donation_end": "so far",
+ "web_monetization_text": "Ushahidi deployments are now web monetization enabled. Web monetization is a way of supporting the websites you love without playing advertisers game. All you need is to get your browser setup. Click the link below to learn how you can donate.",
+ "how_can_i_donate": "How can I donate?"
+ }
+ },
+ "nav": {
+ "open_menu": "Open menu",
+ "my_account": "My account",
+ "404": "Whoops",
+ "about": "बारे में ",
+ "activity": "Activity",
+ "add_post": "Add Post",
+ "account_settings": "Account Settings",
+ "alerts": "Alerts",
+ "all": "All",
+ "author_tagline": "By {{author}}",
+ "appearance": "Appearance",
+ "back": "Back",
+ "category": "Category",
+ "categories": "Categories",
+ "clear": "Clear",
+ "collections": "Collections",
+ "comments": "Comments",
+ "data_sources": "Data Sources",
+ "data_import": "Data Import",
+ "deployment_not_found": "Deployment Not Found",
+ "deselect": "Deselect",
+ "edit_profile": "Edit Profile",
+ "edit_post_type": "Edit Survey",
+ "everyone": "Everyone",
+ "export": "Export",
+ "forbidden": "Access Denied",
+ "dashboard": "Dashboard",
+ "delete": "Delete",
+ "edit": "Edit",
+ "filters": "Filters",
+ "forgotyourpassword": "Forgot your password?",
+ "resetpassword": "Reset password",
+ "resetmypassword": "Reset my password",
+ "forms": "Forms",
+ "help": "Help",
+ "home": "Home",
+ "login": "Log in",
+ "logout": "Log out",
+ "login_register": "Log in / Sign up",
+ "help_support": "Help & Support",
+ "registration": "Sign up",
+ "register": "Sign up",
+ "map_settings": "Map Settings",
+ "more": "More",
+ "notifications": "Notifications",
+ "receive_notifications": "Receive notifications",
+ "only_author": "Only the author",
+ "only_you": "Only you",
+ "people": "People",
+ "permissions": "Permissions",
+ "plan_settings": "Plan",
+ "please_wait_loading": "Please wait. Loading...",
+ "plugins": "Plugins",
+ "posts": "Posts",
+ "posts_and_entities": "Surveys",
+ "profile": "My Profile",
+ "role": "Role:",
+ "roles": "Roles",
+ "webhook": "Webhook",
+ "webhooks": "Webhooks",
+ "saved_searches": "Saved Searches",
+ "search": "Search",
+ "select_all": "Select all",
+ "selected_items": "{{selectedItems}} selected",
+ "settings": "Settings",
+ "survey_settings": "Survey settings",
+ "tags": "Categories",
+ "today": "Today",
+ "general": "General Settings",
+ "type": "Type",
+ "unknown": "Unknown",
+ "unselect_all": "Unselect All",
+ "user": "User",
+ "users": "Users",
+ "views": "Views",
+ "yesterday": "Yesterday",
+ "map": "Map",
+ "data": "Data",
+ "feed": "Data"
+ },
+ "views": {
+ "map": "नक्शा",
+ "list": "Timeline",
+ "activity": "Activity",
+ "data": "Data"
+ },
+ "share": {
+ "share_deployment": "Share deployment",
+ "share_post": "Share post",
+ "web_address": "You survey's web address",
+ "embed_on_websites": "HTML embed on websites",
+ "copied": "Copied!",
+ "share_on_twitter": "Share on Twitter",
+ "share_on_facebook": "Share on Facebook"
+ },
+ "post": {
+ "post_count": "{{count}} posts",
+ "see_more_plural": "See {{newPostsCount}} new posts",
+ "see_more_singular": "See {{newPostsCount}} new post",
+ "add_to_form": "Add to {{form}}",
+ "posts": "Posts",
+ "post_title": "Post title",
+ "post_desc": "Post description",
+ "there_are_no_posts": "There are no posts",
+ "in_this_deployment": "in this deployment, yet.",
+ "posts_total": "{{posts}} of {{total_nb}} posts",
+ "posts_total_map": "Displaying {{posts}} of {{total_nb}} posts with location information on the map.",
+ "search_results": "Results:",
+ "by": "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": "Task completed",
+ "everyone": "Everyone",
+ "just_you": "Just you",
+ "specific_roles": "Specific roles...",
+ "can_see_this": "can see this",
+ "add_post_type": "Add {{form_name}}",
+ "edit_post_type": "Edit {{form_name}}",
+ "post": "Post",
+ "message": "Message",
+ "message_thread": "Message Thread",
+ "all_posts": "All posts",
+ "no_search_results": "Your search didn't match any posts",
+ "no_search_results_location": "Your search didn't match any posts with location information",
+ "no_posts_yet": "There are no posts yet!",
+ "no_posts_yet_location": "There are no posts with location information yet!",
+ "add_first_post": "Add the first post",
+ "create_post": "Create Post",
+ "create": "Create",
+ "change": "Change",
+ "posted_by": "Posted by",
+ "draft": "Under review",
+ "archived": "Archived",
+ "edited_by": "Edited by",
+ "export": "Export",
+ "select_all": "Select All",
+ "unselect_all": "Unselect All",
+ "per_page": "{{count}} posts",
+ "post_details": "Post Details",
+ "steps": "This post's tasks",
+ "mark_complete": "Mark as Complete",
+ "complete": "Complete",
+ "type_details": "{{type}} Details",
+ "edit_post": "Edit Post",
+ "history": "History",
+ "hide_form": "Hide {{form}}",
+ "hide_unknown_form": "Hide Unknown",
+ "publish": "Publish to...",
+ "publish_for_you": "You",
+ "publish_for_everyone": "Everyone",
+ "published": "Published",
+ "unpublished": "Unpublished",
+ "published_by": "Published by",
+ "can_see_this_post": "can see this post",
+ "categories": "Categories",
+ "status": "Status",
+ "type": "Type",
+ "view": "View",
+ "step": "Task",
+ "update": "Update",
+ "options": "Options",
+ "complete_draft": "Complete (Draft)",
+ "complete_published": "Complete (Published)",
+ "structure": "Structure",
+ "source": "via {{source}}",
+ "visible_to_public": "This post is visible to the public",
+ "visible_to_you": "This post is visible to just you and admins",
+ "visible_to_roles": "This post is visible to {{roles}}",
+ "show_only_form": "Show only {{form}}",
+ "show_only_unknown_form": "Show only Unknown",
+ "delete_post": "Delete post",
+ "delete_this_post": "Delete this post",
+ "delete_post_desc": "If you delete this post, all of its comments will also be deleted. Proceed with caution.",
+ "read_more": "Read more",
+ "post_actions": {
+ "edit": "Edit",
+ "delete": "Delete",
+ "export": "Export",
+ "put_under_review": "Put under review",
+ "archive": "Archive",
+ "publish": "Publish"
+ },
+ "created_at": "Created at",
+ "updated_at": "Last updated at",
+ "author": "Author",
+ "post_date": "Post date",
+ "change_author": "Change author",
+ "status_published": "Published",
+ "status_review": "Under review",
+ "status_archived": "Archived",
+ "unknown_posts": "Unknown posts",
+ "my_posts": "My posts",
+ "unstructured_posts": "Unstructured posts",
+ "published_posts": "Published posts",
+ "all_posts_desc": "All posts",
+ "published_posts_desc": "All published posts",
+ "unstructured_posts_desc": "Unstructured posts",
+ "my_posts_desc": "Your posts",
+ "unknown_posts_desc": "Posts with no assigned survey",
+ "image_is_required": "Image is required",
+ "image_max_size": "Image exceed max file size",
+ "locking": {
+ "unlocked": "Post successfully unlocked",
+ "unlock": "Unlock",
+ "lock_broken_by_other": "Your Post has been unlocked. Your current unsaved changes will be lost.",
+ "locked_message": "The post is locked because {{ user }} is working on it right now. Try editing a different post.",
+ "locked_tooltip": "This post is being edited by someone else. Please try again later."
+
+ },
+ "modify": {
+ "intro": "Select survey:",
+ "no_task_values": "There are currently no saved values for this task.",
+ "create_type": "Create {{type}}",
+ "edit_type": "Edit {{type}}: {{title}}",
+ "add_a_post": "Add a post",
+ "add_to_survey": "Add to this survey",
+ "edit_post": "Edit {{title}}",
+ "change_type": "Change type",
+ "incomplete_step": "To publish a post all required tasks must be marked as complete. The required task {{stage}} has not yet been marked complete",
+ "save_post": "Save Post",
+ "publish": "Publish to...",
+ "publish_to": "Publish to {{role}}",
+ "published_to": "Published to {{role}}",
+ "unpublish": "Revert to Draft",
+ "everyone": "Everyone",
+ "back": "Back",
+ "contact_info": "Enter your contact info (optional)",
+ "author_realname": "Name",
+ "author_email": "Email Address",
+ "bulk_actions": "Bulk Actions",
+ "form": {
+ "categories": "Categories",
+ "description": "Description",
+ "location": "Location",
+ "title": "Title",
+ "link": {
+ "name": "Link Name",
+ "url": "Link url",
+ "add_link": "Add Link"
+ }
+ }
+ },
+ "preview": {
+ "private": "private",
+ "public": "public",
+ "read_more": " ... Read More",
+ "tags": "Categories",
+ "post_actions": {
+ "post_actions": "Post Actions",
+ "select": "select",
+ "edit": "edit",
+ "set": "set",
+ "publish": "publish",
+ "unpublish": "unpublish",
+ "delete": "delete"
+ }
+ },
+ "messages": {
+ "by_sms": "By SMS",
+ "by_email": "By Email",
+ "by_twitter": "By Twitter",
+ "reply": "Reply to Message thread",
+ "send": "Send New Message",
+ "save": "Save",
+ "simple_send": "Send",
+ "title": "Conversation with author",
+ "associated_messages": "View messages associated with this post",
+ "show_only_incoming": "Show only {{provider}} not assigned to a survey yet",
+ "imported_by": "{{messages}} imported by this deployment",
+ "Twitter": "Twitter",
+ "Email": "Email Address",
+ "SMS": "SMS",
+ "previous_page": "<< Previous page",
+ "next_page": "Next page >>",
+ "empty_message_error": "You must add a message",
+ "no_messages": "There are no messages yet. Start a conversation with the author by sending a message below."
+ },
+ "valid": {
+ "no_changes": "You haven’t made any changes",
+ "invalid_state": "This post is currently in an invalid state. You'll need to complete all required tasks before you can re-publish this post. You can either complete the necessary tasks or give your post a different status, like \"under review.\"",
+ "validation_fail": "Required fields are missing, these fields are marked with an *.",
+ "validation_fail_other": "There was an error validating the data. Fields failing validation will display an error.",
+ "title": {
+ "required": "A title is required",
+ "minlength": "Title is too short",
+ "maxlength": "Title is too long"
+ },
+ "label": {
+ "required": "A name is required"
+ },
+ "content": {
+ "required": "Description cannot be empty"
+ },
+ "tags": {
+ "required": "Categories are required"
+ },
+ "values": {
+ "required": "\"{{label}}\" is required",
+ "parse": "\"{{label}}\" could not be parsed",
+ "date": "\"{{label}}\" must be a date",
+ "number": "\"{{label}}\" must be a number",
+ "step": "\"{{label}}\" must be an integer"
+ },
+ "author_name": {
+ "maxlength": "Name is too long"
+ },
+ "author_email": {
+ "email": "Invalid email"
+ }
+ },
+ "media": {
+ "enter_a": "Enter a",
+ "youtube": "Youtube",
+ "current_url": "Current image",
+ "add_caption": "Add caption",
+ "upload": "Upload",
+ "add_photo": "Add photo",
+ "add_audio": "Add audio",
+ "add_document": "Add document",
+ "retry" : "Retry",
+ "delete_photo": "Delete photo",
+ "replace_image": "Replace image",
+ "error_in_upload": "Your image is too large (maximum size is 1MB) or has the wrong format (allowed formats are gif, png, jpg and jpeg), please check and try again!",
+ "messages": {
+ "max_size" : "Your file is too large.",
+ "max_files" : "You have exceeded the maximum number of files.",
+ "required" : "Media is required.",
+ "invalid_type" : "Unsupported file type."
+ },
+ "status" : {
+ "uploading" : "Uploading...",
+ "upload_complete" : "Upload Complete!",
+ "upload_failed" : "Upload failed!"
+ }
+ },
+ "video": {
+ "enter_a_url": "Enter a video URL from Youtube or Vimeo."
+ },
+ "unstructured": {
+ "add_survey": {
+ "info": "This post hasn't yet been assigned to a survey within your deployment. That's because it was submitted via {{source}}, which doesn't provide a way for the author to add their post to a specific survey.",
+ "choose": "Which survey would you like to add this post to?",
+ "title": "Add this post to a survey",
+ "save_and_edit": "Add to survey & edit"
+ },
+ "survey_title": "Unknown Survey"
+ },
+ "relation": {
+ "search": "Search"
+ },
+ "location": {
+ "location": "Location",
+ "you_can_search_or_click": "You can search or click the area of map where you want to place the marker.",
+ "search_address": "Search for addresses, place names, or coordinates...",
+ "nothing_found": "Nothing found",
+ "errors": {
+ "empty_lat": "Latitude is empty field",
+ "empty_lng": "Longitude is empty field",
+ "decimal_lat": "Latitude only decimal number",
+ "decimal_lng": "Longitude only decimal number"
+ }
+ }
+ },
+ "role": {
+ "are_you_sure_you_want_to_delete_role": "Are you sure you want to delete role {{roleName}}?",
+ "add_role": "Add Role",
+ "edit_role": "Edit Role",
+ "name": "Name",
+ "description": "Description",
+ "placeholder": {
+ "name": "Enter role name",
+ "description": "Enter role description"
+ },
+ "save": "Save Role",
+ "save_add_another": "Save & Add Another",
+ "permissions": "Permissions",
+ "delete": "Delete",
+ "delete_role": "Delete this role",
+ "delete_role_desc": "If you delete this role, all of the users assigned to it will be assigned default permissions. Proceed with caution.",
+ "everyone": "Everyone",
+ "just_you": "Just you",
+ "only_me": "Only me"
+ },
+ "webhook": {
+ "add_webhook": "Add Role",
+ "edit_webhook": "Edit Role",
+ "uuid": "Webhook UUID",
+ "name": "Name",
+ "shared_secret": "Shared Secret",
+ "url": "API URL",
+ "entity_type": "Entity Type",
+ "event_type": "Event Type",
+ "save": "Save Role",
+ "save_add_another": "Save & Add Another",
+ "delete": "Delete",
+ "delete_webhook": "Delete this webhook",
+ "delete_webhook_desc": "If you delete this webhook, all associated webhook events will be lost. Proceed with caution."
+ },
+ "saved_search": {
+ "visible_to_public": "This Saved Search is visible to the public",
+ "visible_to_you": "This Saved Search is visible to just you and admins",
+ "visible_to_roles": "This Saved Search is visible to {{roles}}",
+ "featured": "Featured",
+ "featured_tooltip": "Featured searches appear to all users in
the \"Saved Searches\" menu"
+ },
+ "collection": {
+ "visible_to_public": "This Collection is visible to the public",
+ "visible_to_you": "This Collection is visible to just you and admins",
+ "visible_to_roles": "This Collection is visible to {{roles}}",
+ "validation": {
+ "required": {
+ "name": "Collection name is required"
+ }
+ },
+ "errors": {
+ "permissions": "You do not have permission to view this collection"
+ }
+ },
+ "set": {
+ "by": "by",
+ "clear_search": "Clear Search",
+ "create_collection": "Create Collection",
+ "create_new": "Create New",
+ "create_savedsearch": "Create Saved Search",
+ "description": "Description",
+ "delete_collection": "Delete this collection",
+ "delete_savedsearch": "Delete this Saved Search",
+ "default_viewing_mode": "Default viewing mode",
+ "edit_collection_settings": "Edit Collection",
+ "edit_search_settings": "Edit Saved Search",
+ "featured": "Featured",
+ "featured_collection": "This collection is featured",
+ "featured_collection_tooltip": "Featured Collections appear to all users in
the \"Collections\" menu",
+ "find_a_collection": "Find a collection...",
+ "find_a_saved_search": "Find a saved search...",
+ "delete_saved_searches": "Delete Saved Searches",
+ "add_to_collection": "Add to Collection",
+ "empty_list_collections": "No collections",
+ "empty_list_savedsearches": "No saved searches",
+ "collection_name": "Collection name",
+ "name_your_collection": "Name your collection...",
+ "name_savedsearch": "Saved Search name",
+ "visible_to_collection": "Who can see this Collection",
+ "visible_to_savedsearch": "Who can see this Saved Search",
+ "reset_savedsearch": "Reset Search",
+ "save_set": "Save Collection",
+ "save_savedsearch": "Save Search",
+ "update_savedsearch": "Update Search",
+ "edit_savedsearch": "Edit Search",
+ "set_settings": "Collection Settings",
+ "add_notification": "Add Notification",
+ "remove": "remove",
+ "update_saved_filter": "Update Saved Filter",
+ "create_saved_filter": "Create Saved Filter",
+ "collection_saved": "Collection saved.",
+ "collection_updated": "Collection updated.",
+ "collection_description": "You can add posts to your collection from the Data view"
+ },
+ "category": {
+ "add_tag": "Add Category",
+ "save_add_another": "Save & Add Another",
+ "delete_category": "Delete category",
+ "delete_this_category": "Delete this category",
+ "delete_category_desc": "If you delete this category, it will no longer be associated with any posts. Proceed with caution.",
+ "show_categories": "Show available categories",
+ "child_permissions": "Permissions for this category are managed by the parent category.",
+ "which_categories": "Which categories should be available?",
+ "select_all": "Select All",
+ "choose_roles": "Choose Roles",
+ "create_tag": "Create Category",
+ "saved_tag": "Category saved.",
+ "deleted_tags": "Categories deleted.",
+ "manage_tags": "Manage Categories",
+ "edit_tag": "Edit Category",
+ "validation": {
+ "required": {
+ "name": "Category name is required"
+ }
+ },
+ "editor": {
+ "name": "Category Name",
+ "slug": "Category Link",
+ "slug_help": "If left blank, will be automatically generated from category name.",
+ "description": "Description",
+ "type": "Type",
+ "color": "Icon Color",
+ "icon": "Icon Name",
+ "roles_help": "Only selected roles will be able to view this category."
+ },
+ "placeholder": {
+ "name": "Enter name",
+ "descriptions": "Enter description...",
+ "choose_parent_category": "Choose parent category..."
+ },
+ "types": {
+ "category": "Category",
+ "status": "Status"
+ },
+ "delete": "Delete",
+ "parent_category": "Parent category"
+ },
+ "tool": {
+ "manage_forms": "Manage Forms",
+ "manage_tags": "Manage Categories",
+ "manage_users": "Manage Users",
+ "manage_roles": "Manage Roles",
+ "manage_webhooks": "Manage Webhooks",
+ "manage_views": "Manage Views",
+ "manage_map_settings": "Manage Map Settings",
+ "manage_appearance_settings": "Manage Appearance Settings",
+ "manage_plugins": "Manage Plugins",
+ "appearance_settings": "Appearance Settings",
+ "map_settings": "Map Settings",
+ "site_settings": "Site Settings",
+ "settings": "Settings",
+ "tools": "Tools"
+ },
+ "map_settings": {
+ "admin_map_settings": "Map Settings",
+ "saved_map_settings": "Map Settings saved."
+ },
+ "settings": {
+ "api_key": "API Key",
+ "api_key_desc": "The API Key is unique to your deployment, it can be used to allow third party systems to interact with your Ushahidi deployment.",
+ "appearance": "Appearance Settings",
+ "continue": "Continue",
+ "create": "Create a new survey",
+ "create_open_or_targeted": "Create an open or targeted survey to gather information about Ushahidi.",
+ "current_header": "Current background image",
+ "customize_your_new_deployment": "Customize your new deployment",
+ "embed": "Embed",
+ "embed_info": "To embed your map on another site use the code snippet below.",
+ "settings_list": {
+ "general": "General",
+ "general_desc": "Change your deployment's name, description, logo, and other details.",
+ "surveys": "Surveys",
+ "surveys_desc": "Create and configure the surveys your deployment collects.",
+ "data_sources": "Data Sources",
+ "data_sources_desc": "Configure email, SMS, and social media channels that help your deployment collect survey data.",
+ "import": "Import",
+ "import_desc": "Upload survey data to your deployment from a CSV file.",
+ "user_settings": "Configure HDX API",
+ "user_settings_desc": "Configure your API so that your tagged Ushahidi data can be uploaded to your Humanitarian Data Exchange (HDX) account.",
+ "export": "Export data",
+ "export_hxl": "Export and tag data",
+ "export_desc_hxl": "Export your data as a CSV file or assign tags and attributes to your data and upload directly to a Humanitarian Data Exchange (HDX) account or export as a tagged CSV file.",
+ "export_desc": "Export all of your data as a CSV file or choose custom fields to export",
+ "users": "Users",
+ "users_desc": "Create and manage the people that contribute to your deployment.",
+ "roles": "Roles",
+ "roles_desc": "Create and manage the type of permissions your users have on your deployment.",
+ "categories": "Categories",
+ "categories_desc": "Create and manage the categories people can put posts into for improved organization.",
+ "webhooks": "Webhooks",
+ "webhooks_desc": "Create webhooks that send Ushahidi Platform data to external applications when specific events are triggered.",
+ "plans": "Plans",
+ "plan_desc": "Your deployment's current plan is {{current_plan}}.",
+ "donation": "Donation",
+ "donation_desc": "Create and manage the donations people can make towards your organisation."
+ },
+ "general_settings": {
+ "generate_api_key": "Generate API Key",
+ "private_settings": "Private settings:",
+ "api_key": "API Key",
+ "placeholder": {
+ "pick_location": "Pick Location..."
+ }
+ },
+ "user_settings": {
+ "user_settings_desc_1": "Here you can add your unique API key for your Humanitarian Data Exchange (HDX) account.",
+ "user_settings_desc_2": "Once set up, this will enable you to upload data directly to a Humanitarian Data Exchange (HDX) account.",
+ "user_settings_desc_3": "You can find your API key on your Humanitarian Data Exchange (HDX) profile once you're logged in.",
+ "view_guide": "View the guide to your API key",
+ "hdx_maintainer_id": "HDX Maintainer Id",
+ "api_key": "Api key",
+ "profile_page": "Found on your Humanitarian Data Exchange (HDX) profile page",
+ "valid_key": "A valid key is required",
+ "valid_user": "A valid maintainer id is required",
+ "api_key_saved": "API key saved! You can now tag your data and upload to a Humanitarian Data Exchange (HDX) account.",
+ "start_tagging": "Start tagging data",
+ "HDX": "Humanitarian Data Exchange",
+ "please_enter_maintainer_id": "Please enter maintainer id",
+ "please_enter_api_key": "Please enter API key",
+ "hdx_maintainer_id_min_length": "HDX Maintainer Id is too short",
+ "api_key_min_length": "API key is too short"
+ },
+ "webhooks": {
+ "use_webhook_for": "Use webhook for",
+ "enable_source_destination": "Enable Source and Destination Fields",
+ "enable_source_destination_desc": "This webhook will only be applied to Surveys of the selected type.",
+ "destination": "Destination",
+ "placeholder": {
+ "name": "Please enter webhook name",
+ "shared_secret": "Please enter shared secret",
+ "api_url": "Please enter api url"
+ },
+ "validation": {
+ "required": {
+ "name": "Webhook name is required",
+ "shared_secret": "Shared secret key is required",
+ "api_url": "API URL required",
+ "event_type": "Event type is required",
+ "event_entity": "Event entity is required"
+ },
+ "please_provide_valid_api_url": "Please provide valid API URL with http(s)://",
+ "secret_key_cannot_be_less_start": "Shared secret key can not less than",
+ "secret_key_cannot_be_less_end": "characters"
+ }
+ },
+ "data_sources": {
+ "choose_data_source": "Choose Data Source...",
+ "type_of_data_source": "Type of Data Source",
+ "provider_name": "{{providerName}} Data Source?",
+ "do_you_really_want_to_disconnect": "Do you really want to disconnect your provider?",
+ "add_source": "Add source",
+ "associate_with_form": "Import to survey",
+ "associate_with_form_desc": "All incoming data from {{provider}} will be used to create responses to the survey you choose",
+ "data_sources": "Data Sources",
+ "enable_provider_message": "Accept survey submissions from this source",
+ "hint_turn_on_off": "You can configure options for data sources, and then turn sources on and off.",
+ "hint_plugin_needs_configuring": "You need to configure this data source before you can enable it.",
+ "provider_options": "Options",
+ "configure": "Configure",
+ "options": "Options",
+ "saving_changes": "Saving",
+ "unavailable": "The datasource {{value}} is unavailable. Upgrade your plan to get it!",
+ "email": {
+ "incoming_server_type": "Incoming Server Type",
+ "incoming_server_type_pop": "POP",
+ "incoming_server_type_imap": "IMAP",
+ "incoming_server": "Incoming Server",
+ "incoming_server_desc": "Examples: mail.yourwebsite.com, imap.gmail.com, pop.gmail.com",
+ "incoming_server_port": "Incoming Server Port",
+ "incoming_server_port_desc": "Common ports: 110 (POP3), 143 (IMAP), 995 (POP3 with SSL), 993 (IMAP with SSL)",
+ "incoming_server_security": "Incoming Server Security",
+ "server_security_none": "None",
+ "server_security_SSL": "SSL",
+ "server_security_TLS": "TLS",
+ "incoming_username": "Incoming Username",
+ "username_desc": "Email account username",
+ "incoming_password": "Incoming Password",
+ "password_desc": "Email account password",
+ "outgoing_server_type": "Outgoing Server Type",
+ "outgoing_server_type_SMTP": "SMTP",
+ "outgoing_server_type_sendmail": "sendmail",
+ "outgoing_server_type_native": "Native",
+ "outgoing_server": "Outgoing Server",
+ "outgoing_server_desc": "Examples: smtp.yourhost.com, smtp.gmail.com",
+ "outgoing_server_port": "Outgoing Server Port",
+ "outgoing_server_port_desc": "Common ports: 25 (SMTP default), 465 (SMTP with SSL)",
+ "outgoing_server_security": "Outgoing Server Security",
+ "outgoing_username": "Outgoing Username",
+ "outgoing_password": "Outgoing Password",
+ "email_address": "Email Address",
+ "email_sender_name": "Email Sender Name",
+ "email_sender_name_desc": "Appears in the 'from:' field on outgoing emails"
+ },
+ "sms": {
+ "secret": "Secret",
+ "api_key_desc": "The API key",
+ "frontline_sms": {
+ "api_key": "Key",
+ "secret_desc": "Set a secret so that only authorized FrontlineCloud accounts can send/recieve message. You need to configure the same secret in the FrontlineCloud Activity."
+ },
+ "nexmo": {
+ "from": "From",
+ "from_desc": "The from number",
+ "secret_desc": "The secret value",
+ "api_key": "API Key",
+ "api_secret": "API secret",
+ "api_secret_desc": "The API secret"
+ },
+ "smssync": {
+ "intro_step_1": "Step 1: Download the 'SMSSync' app from the Android Market.",
+ "intro_step_1_desc": "Scan this QR Code with your phone to download the app from the Android Market",
+ "intro_step_2": "Step 2: Android App Settings",
+ "intro_step_2_desc": "Turn on SMSSync and use the following link as the Sync URL:",
+ "secret_desc": "Set a secret so that only authorized SMSSync devices can send/recieve message. You need to configure the same secret in the SMSSync App."
+ },
+ "twilio": {
+ "phone_nb": "Phone Number",
+ "phone_nb_desc": "The from phone number. A Twilio phone number enabled for the type of message you wish to send.",
+ "account_sid": "Account SID",
+ "account_sid_desc": "The unique id of the Account that sent this message.",
+ "auth_token": "Auth Token",
+ "sms_auto_response": "SMS Auto response"
+ }
+ },
+ "twitter": {
+ "intro_step_1": "Step 1: Create a new Twitter application:
Twitter applications may take a few hours or days to be approved by Twitter.
Please be aware of this if you need this data quickly.",
+ "intro_step_1_desc": "Create a new twitter application",
+ "intro_step_2": "Step 2: Generate a consumer key and secret",
+ "intro_step_2_desc": "Once you've created the application click on \"Keys and Access Tokens\".
Then click \"Generate Consumer Key and Secret\".
Copy keys, tokens and secrets into the fields below.",
+ "consumer_key": "Consumer Key",
+ "consumer_key_desc": "Add the consumer key from your Twitter app.",
+ "consumer_secret": "Consumer Secret",
+ "consumer_secret_desc": "Add the consumer secret from your Twitter app.",
+ "access_token": "Access Token",
+ "access_token_desc": "Add the access token you generated for your Twitter app.",
+ "access_token_secret": "Access Token Secret",
+ "access_token_secret_desc": "Add the access secret that you generated for your Twitter app.",
+ "search_terms": "Twitter search terms",
+ "search_terms_desc": "Add search terms separated with commas"
+ }
+ },
+ "donation": {
+ "title": {
+ "label": "Donation title",
+ "placeholder": "Enter the title of your donation",
+ "required": "Donation title is required"
+ },
+ "description": {
+ "label": "Describe your donation",
+ "placeholder": "Enter text telling more about this donation"
+ },
+ "images": {
+ "label": "Donation images"
+ },
+ "wallet": {
+ "label": "Wallet address",
+ "placeholder": "Enter a wallet address e.g $ilp.uphold.com/example",
+ "required": "Donation wallet address is required"
+ },
+ "info": {
+ "start_one": "Please make sure you have your wallet set up on",
+ "start_two": "to set web monetization.",
+ "start_three": "If you don't have a wallet already please click",
+ "here": "here",
+ "end": "to create one."
+ }
+ },
+ "roles": {
+ "member": "Member",
+ "admin": "Admin",
+ "manage_users": "Manage Users",
+ "manage_posts": "Manage Posts",
+ "manage_settings": "Mangage Settings",
+ "bulk_data_import_and_export": "Bulk Data Import and Export",
+ "edit_their_own_posts": "Edit Their Own Posts",
+ "manage_collections_and_saved_searches": "Manage Collections and Saved Searches",
+ "delete_posts": "Delete Posts",
+ "delete_their_own_posts": "Delete Their Own Posts",
+ "registred_member": "Registered member",
+ "administrator": "Administrator",
+ "roles_description": "These options control what this type of role can make changes to. Visit our support guides to find out more."
+ },
+ "deployment_delete_this": "Delete this deployment",
+ "deployment_delete": "Delete deployment",
+ "deployment_delete_info": "If you delete this deployment, all of its data will also be deleted. Proceed with caution.",
+ "deployment_name": "Deployment name",
+ "deployment_logo": "Deployment logo",
+ "delete_logo": "Delete logo",
+ "map_default_baselayer": "Default base layer",
+ "map_location_precision": "Map Precision Level",
+ "map_precise_to": "When hide location is enabled for a survey, locations will be precise to:",
+ "map_clustering": "Combine nearby posts",
+ "map_default_latitude": "Default latitude",
+ "map_default_longitude": "Default longitude",
+ "map_default_zoom_level": "Default zoom level",
+ "map_default_location": "Default location",
+ "new_survey": "New Survey",
+ "send_targeted": "Send a targeted survey via SMS",
+ "send_crowdsourced": "Go back to crowd-sourced survey",
+ "site": "Site Settings",
+ "site_email": "Contact email address",
+ "site_email_note": "Use caution, as this will be visible to anyone on your site.",
+ "site_description": "Describe your site",
+ "site_description_placeholder": "An optional one sentence description",
+ "site_timezone": "Site timezone",
+ "site_language": "Site language",
+ "site_private": "Make this deployment private",
+ "site_private_desc": "Enabling this option makes your deployment and it’s data only accessible to registered users with the correct privileges, who must sign in for access",
+ "site_disable_registration": "Disable user sign up?",
+ "site_disable_registration_desc": "Checking this disables the registration feature. Admins will have to manually add users.",
+ "select_image": "Select image",
+ "saved_settings": "Deployment settings saved!",
+ "saved_map_settings": "Map settings saved!",
+ "features": {
+ "features": "Features",
+ "please_select_features": "Please select the features you would like to enable."
+ },
+ "generic_field_error": "Invalid entry, please try again.",
+ "skip": "Skip this task",
+ "add_first_post": "Add Your First Post",
+ "add_first_post_subtitle": "A deployment is nothing until it has some content in it.",
+ "invite_people": "Or invite people to help you create posts.",
+ "add_new_users": "Add New Users",
+ "valid": {
+ "name": {
+ "required": "Site name is required",
+ "pattern": "Invalid format",
+ "minlength": "Site name is too short"
+ }
+ },
+ "bulk_actions": "Bulk actions"
+ },
+ "data_import": {
+ "survey_field": "Survey field",
+ "csv_column": "CSV column",
+ "choose_which_column": "Choose which CSV column should be assigned to each survey field",
+ "each_survey_field": "Each of the survey's fields are listed below. Choose the column from your CSV file that you'd like to use to populate each of those fields.",
+ "status_explanation": "Ushahidi recognizes one of three post statuses: Published, Under review, and Archived. So be sure that each entry in the column you select has one of those three values.",
+ "defined_column": "Defined by a column in your CSV file...",
+ "imported_posts_status": "Imported posts should have their status...",
+ "marked_as": "Marked as...",
+ "see_imported_posts": "See imported posts",
+ "import_another_csv": "Import another CSV file",
+ "import_complete": "Your import is complete",
+ "import_error": "An error has occurred importing your CSV file.",
+ "complete_info": "The data from your CSV spreadsheet, {{filename}}, was successfully imported.",
+ "get_polling_info": "Get Polling Info",
+ "import_another": "Import another CSV file",
+ "nearly_complete": "Your import is nearly complete",
+ "finish_info": "The data from your CSV spreadsheet is still being processed. You're welcome to leave this page or wait until the process is complete. Either way, we'll notify you when your data is ready.",
+ "next": "Next",
+ "configure_imported_posts": "Configure imported posts",
+ "configure_explanation": "Through this interface you can set values for the survey fields that were not mapped to entries in the CSV. These values will be the same for all imported posts.",
+ "import": "Import",
+ "import_explanation_csv": "Import the data from a CSV spreadsheet into your deployment as posts belonging to a specific survey",
+ "import_explanation_file_size": "The size for a single file is limited to 10 MB",
+ "import_explanation_format_location_1": "Geographic locations should be included as separate latitude and longitude columns in your CSV",
+ "import_explanation_required_fields": "All required survey fields must have an associated value set in the CSV. For example, if the field title is required then the field must be mapped to a CSV column where all rows of that column have a value set",
+ "configure_posts": "Configure Posts",
+ "configure_all_imported_posts": "Configure all imported posts",
+ "csv": "CSV",
+ "file_csv": "CSV file",
+ "import_csv": "Import CSV",
+ "import_to": "Import to",
+ "change_csv_file": "Change {{selectedfile}} CSV file",
+ "upload_csv_file": "Upload CSV file",
+ "choose_status_to_imported_posts": "Choose status to imported posts:",
+ "has_tasks_required_start": "Your survey",
+ "has_tasks_required_end": ", includes tasks that typically must be completed for each post before they can be marked 'published.' During this import, all of your imported posts will have their tasks marked as 'incomplete', while still allowing their status to be marked as 'published.' If you edit any of these posts after they've been imported, however, you'll be asked to complete those tasks before re-publishing them.",
+ "choose_csv_file": "Choose CSV file",
+ "organize_data": "Organize data",
+ "organize_your_imported_data": "Assign CSV columns to post fields",
+ "assign_csv_message": "Assign CSV columns to post fields",
+ "csv_instructions": "Each of the column names from your CSV file are listed below. Choose the {{form_name}} field that you'd like each column to be imported to.",
+ "csv_instructions_required_fields": "Fields marked with a [*] are required and must be assigned a value.",
+ "csv_column_name": "CSV column name",
+ "post_type_title": "{{form_name}} field name",
+ "leave_empty": "Leave empty",
+ "cancel_import": "Cancel import",
+ "finish_import": "Finish import",
+ "which_survey": "which survey?"
+ },
+ "data_export": {
+ "title": "Export data",
+ "title_hxl": "Export and tag data",
+ "description": "Export all of your data as a CSV or choose specific survey fields you want to export.",
+ "description_hxl": "Export all of your data from Ushahidi as a CSV, choose specific survey fields you want to export as a CSV or assign",
+ "export": "Export",
+ "export_history": "Export History",
+ "hxl_tags": "HXL tags",
+ "hxl_attributes": "HXL attributes",
+ "and_choose": "and choose to upload to an",
+ "HDX": "Humanitarian Data Exchange",
+ "account": "account or download as a HXL 'tagged' CSV file.",
+ "all": "Export all data",
+ "select_fields": "Select fields",
+ "select_fields_title": "Select fields for export...",
+ "select_fields_desc": "If you don't want to export all of your data at once, you can select specific fields from each survey for export.",
+ "export_selected": "Export selected fields",
+ "cancel": "Cancel",
+ "export_progress": "Export in progress...
You can leave this page if you want. Your export will continue.
We will let you know when we're done.
",
+ "no_fields": "Uh oh... you need to select some fields to export first.",
+ "expires": "Expires: {{expires}}",
+ "job": "CSV Export {{jobId}}",
+ "created": "Created: {{created}}",
+ "success": "Status: Finished",
+ "pending": "Status: Pending",
+ "failed": "Status: Failed",
+ "queued": "Status: In Progress",
+ "pending_hdx": "Pending HDX",
+ "exported_to_cdn": "Exported to CDN",
+ "tags_attributes": "Assign tags and attributes",
+ "hxl_apikey_alert_1": "It looks like you haven't set up your Humanitarian Data Exchange (HDX) API. Without this set up, you can't tag data and upload to a Humanitarian Data Exchange (HDX) account.",
+ "hxl_configure": "Configure HDX API",
+ "hxl_apikey_alert_2": "We strongly advide you set this up now in",
+ "hxl_apikey_alert_3": "before continuing as you won't be able to upload your data to HDX",
+ "hxl_title": "Assign your HXL tags and attributes, select fields and export or upload",
+ "hxl_desc": "Select specific fields from a survey, assign a tag per field and then choose to assign multiple attributes. Preview your tag and attributes in tag preview.",
+ "hxl_instructions_1": "You can then choose to export your tagged fields to a CSV file or upload to a",
+ "hxl_instructions_2": "Humanitarian Data Exchange (HDX)",
+ "hxl_instructions_3": "account that has been set up in",
+ "hxl_instructions_4": "Configure HDX API",
+ "hxl_instructions_5": "(found in settings menu).",
+ "hxl_instructions_6": "Visit the",
+ "hxl_instructions_7": "HXL tag assist",
+ "hxl_instructions_8": "for more information on how to choose the best HXL tags and attributes for your data or the",
+ "hxl_instructions_9": "HXL 'cheat sheet'",
+ "HXL_tags": "HXL tags",
+ "HXL_attributes": "HXL attributes",
+ "tag_preview": "Tag preview",
+ "upload_title": "Are you ready to upload to an Humanitarian Data Exchange (HDX) account?",
+ "hdx_csv_title": "Are you ready to export to CSV?",
+ "upload_desc": "You selected {{fields}} fields to upload to a Humanitarian Data Exchange (HDX) account.
You assigned tags and attributes - to check, you can go back. If you are done, you can add details and upload.
The Humanitarian Data Exchange (HDX) requires a few more details in order to upload to their system. You'll add these next",
+ "hdx_csv_desc": "You selected {{fields}} fields to export to CSV.
You assigned tags and attributes - to check these are correct, you can go back and check. If you're done, you can export.",
+ "upload_button": "Add dataset details and upload to hdx",
+ "export_button": "Export to csv",
+ "go_back": "Go back and check",
+ "add_details": "Add details",
+ "details_desc": "To upload to the Humanitarian Data Exchange (HDX) some extra details are required.",
+ "privacy_title": "Privacy Settings",
+ "privacy_desc": "You have a choice of sharing your dataset publicly or restricting access to other members of the organisation which owns the dataset.",
+ "this_dataset": "This data set is:",
+ "private_desc": "Private (Only you and other HDX members of your organisation can search, view/edit or download this dataset)",
+ "public_desc": "Public (Anyone can search, view/edit or download this dataset)",
+ "dataset": "Dataset Title & Description",
+ "dataset_desc": "When users search for data on HDX, their search terms will be matched to terms in your title. Avoid using abbreviations in the title which may not be familiar to all users. Also, avoid using words such as current, latest or previous when referring to the time period (e.g Latest 3W) as these terms become misleading as the dataset ages.",
+ "dataset_example": "Example dataset title: Who is Doing What Where in Afghanistan, Jan-Dec 2015",
+ "dataset_title": "Title of data set",
+ "metadata_title": "Metadata",
+ "metadata_desc": "Metadata is additional information about your dataset that will make it easier for others to understand and put your data into context. Datasets on HDX must include a set of metadata fields.",
+ "source": "Source",
+ "organisation": "Organisation",
+ "select_organisation": "Select an organisation",
+ "license": "License",
+ "add_license": "Add license",
+ "read_more_licenses": "Read more about licenses",
+ "submit_hdx": "Submit to HDX Account",
+ "uploading_data": "Uploading data...",
+ "uploading_data_desc": "The data upload to your Humanitarian Data Exchange (HDX) account is in progress...
You can navigate away from this page while this upload happens but please don't close the browser.",
+ "uploading_data_err": "Uh oh... Something went wrong when uploading your data, please check the required fields and your api-key and try again.",
+ "no_fields_selected": "You haven't selected any fields or assigned any hxl tags or attributes. Please select at least one field and assign at least one tag to be able to export to CSV or upload to a Humanitarian Data Exchange (HDX) account.",
+ "validation": {
+ "title": "A title is needed",
+ "source": "Source is needed",
+ "organisation": "An organisation is needed",
+ "license": "A license is needed",
+ "all_fields": "Please fill in all required fields"
+ }
+ },
+ "user": {
+ "are_you_sure_you_want_to_delete_this_account": "Are you sure you want to delete this account?",
+ "role_display": "Role: {{role}}",
+ "contact": "{{type}}: {{contact}}",
+ "add_user": "Add User",
+ "edit_user": "Edit User",
+ "update_password": "Update Password",
+ "change_role": "Change Role",
+ "save": "Save User",
+ "save_add_another": "Save & Add Another",
+ "show_all_roles": "Show All Roles",
+ "cannot_delete_yourself": "You cannot delete your own user",
+ "cannot_change_your_own_role": "You cannot change your own role",
+ "confirm_password": "Confirm Password",
+ "delete_user": "Delete user",
+ "delete_this_user": "Delete this user",
+ "delete_user_desc": "If you delete this user, posts created by this user will no longer have author information. This cannot be undone. Proceed with caution.",
+ "edit_profile": "Edit Profile",
+ "save_profile": "Save Profile",
+ "cancel": "Cancel",
+ "failed_attempts": "Failed attempts:",
+ "full_name": "Display Name",
+ "never": "Never",
+ "no_full_name": "No display name",
+ "number_of_users_shown": "Number of users shown",
+ "per_page": "{{count}} users",
+ "password": "Password",
+ "new_password": "New Password",
+ "register": "Register",
+ "role": "Role:",
+ "roles": "Roles",
+ "saved_user": "User saved",
+ "deleted_user": "User deleted",
+ "search_and_filter": "Search & Filter Users",
+ "passwordreset_instructions": "Enter your email to request a password reset",
+ "passwordreset_confirm_instructions": "If your email exists in our database, you will receive a password recovery email soon.",
+ "forgot_instructions": "No worries! Submit your email and check your inbox for a reset link.",
+ "token": "Password reset token",
+ "password_hint": "Password should have at least 8 characters, one lowercase letter, one uppercase letter, one number and one symbol",
+ "password_length": "Password must be at least 8 characters long",
+ "password_match": "Passwords do not match",
+ "check_email": "Check your email",
+ "name_will_be_a_display_name": "The name you enter will be a display name.",
+ "valid": {
+ "fields": {
+ "email must be unique": "User with this email already exists"
+ },
+ "name": {
+ "required": "Display name is required",
+ "maxlength": "Display name is too long"
+ },
+ "email": {
+ "required": "Email address is required",
+ "pattern": "This email address is invalid",
+ "maxlength": "This email address is too long",
+ "emailExists": "Email is already in use"
+ },
+ "password": {
+ "required": "Password is required",
+ "minlength": "This password is too short",
+ "maxlength": "This password is too long",
+ "weak": "This password is very weak"
+ },
+ "token": {
+ "required": "Token is required"
+ }
+ },
+ "placeholder": {
+ "realname": "Enter your name...",
+ "email": "Enter email address...",
+ "password": "Enter password..."
+ },
+ "password_notify": "If you leave the field blank your password will not change",
+ "avatar": "Avatar",
+ "name": "Name",
+ "email": "Email Address",
+ "search_by_name": "Search by name"
+ },
+ "user_profile": {
+ "title": "account settings",
+ "update_password": "Update password",
+ "update_success": "Your profile was updated successfully. You may need to sign out and back in before all your changes are reflected.",
+ "button": {
+ "save": "Save & close",
+ "cancel": "Cancel"
+ },
+ "nav": {
+ "account_settings": "Account settings",
+ "notifications_settings": "Notifications settings",
+ "delete_contact": {
+ "title": "Delete your",
+ "title_subject": {
+ "email": "Email Address",
+ "phone": "Phone"
+ },
+ "instructions": "Deleting means that from now you will not be able to receive notifications on your phone number. But you can switch notifications to a contact method below.",
+ "button": {
+ "delete": "Delete",
+ "cancel": "Cancel"
+ }
+ }
+ }
+ },
+ "user_create": {
+ "full_name": "Display Name",
+ "email": "Email Address",
+ "role": "Role:"
+ },
+ "notify": {
+ "api_key": {
+ "change_question": "Are you sure you want to change the API Key?"
+ },
+ "contact": {
+ "save_success": "Contact saved",
+ "delete_confirm": "Do you want to remove your account?",
+ "error_message": "An error occurred while trying to remove your account",
+ "destroy_success": "Account removed successfully"
+ },
+ "default": {
+ "data_has_not_been_saved": "The data has not been saved!",
+ "proceed_warning": "This action cannot be undone. Please proceed with caution.",
+ "save_success": "Saved resource",
+ "save_error": "Unable to save resource, please try again",
+ "destroy_confirm": "Are you sure you want to delete this resource?",
+ "destroy_success": "Deleted resource",
+ "destroy_error": "Unable to delete resource, please try again",
+ "destroy_cancelled": "Delete cancelled",
+ "bulk_destroy_confirm": "Are you sure you want to delete {{count}} resources?",
+ "bulk_destroy_success": "Deleted resource",
+ "bulk_destroy_error": "Unable to delete resource, please try again",
+ "bulk_destroy_cancelled": "Delete cancelled",
+ "are_you_sure_you_want_to_delete_this": "Are you sure you want to delete this?"
+ },
+ "data_import": {
+ "see_imported_posts": "See imported posts",
+ "file_missing": "Please choose a CSV file to upload.",
+ "form_missing": "Please select a Survey.",
+ "csv_upload": "File {{name}} successfully uploaded",
+ "csv_import_processed_errors": "Your CSV import is complete. {{processed}} records imported, {{errors}} records failed.",
+ "csv_import_success_info": "The data from your CSV spreadsheet, {{filename}}, was successfully imported into your {{form_name}} survey.",
+ "duplicate_fields": "Columns must be mapped to unique survey fields. The following columns have more than 1 mapping: {{duplicates}}",
+ "required_fields": "Required fields must be set to a value. The following fields have not been set: {{required}}",
+ "empty_mapping": "The CSV file you uploaded is empty. Please check your CSV file and try again",
+ "empty_mapping_empty": "The CSV file does not contain column names. Please check your CSV file and try again",
+ "no_mappings": "No fields have been assigned mappings - at least one field must be mapped to continue",
+ "csv_import_cancel": "CSV import cancelled",
+ "csv_import_cancel_confirm": "Are you sure you want to cancel importing?",
+ "csv_import_error": "Some of the data in your CSV file does not match the format of the mapped survey field. Please review the data and try again.",
+ "csv_import_success": "The data from your CSV file was successfully imported!"
+ },
+ "general_settings": {
+ "save_success": "General settings saved"
+ },
+ "donation_settings": {
+ "save_success": "Donation settings saved",
+ "delete_question": "Are you sure you want to delete this {{name}}."
+ },
+ "map_settings": {
+ "save_success": "Map settings saved"
+ },
+ "generic": {
+ "okay": "Ok",
+ "alerts": "Alerts",
+ "confirm": "Confirmation",
+ "save": "Save"
+ },
+ "login": {
+ "failed": "Login failed, check your email and password."
+ },
+ "register": {
+ "failed": "There were errors during registration. Check your input and try again.",
+ "success": "Registration complete! You can now log in.."
+ },
+ "post": {
+ "can_t_view_this_post": "You do not have permission to view this post.
It is still being reviewed by the admin.
It will be available to you once it is published.",
+ "contact_for_details": "Contact the admin for further details:",
+ "delete_image_confirm": "Are you sure you want to remove this image?",
+ "save_success": "Post {{name}} saved",
+ "save_success_review": "Post {{name}} saved. Your post will be reviewed by a moderator before publishing.",
+ "save_error": "Unable to save post, please try again",
+ "publish_success": "Post has been published for {{role}}",
+ "set_draft": "Post is now visible to just you",
+ "publish_error": "Unable to publish post, please try again",
+ "unpublish_success": "Post has been unpublished",
+ "unpublish_error": "Unable to unpublish post, please try again",
+ "yes_confirm_delete": "Yes, delete this post",
+ "confirm_delete": "Confirm Delete",
+ "destroy_title": "Delete Post",
+ "delete_question": "Are you sure you want to delete your post {{post}}?",
+ "destroy_success": "Post deleted",
+ "destroy_success_bulk": "Posts deleted",
+ "destroy_confirm": "Are you sure you want to delete this post?",
+ "destroy_error": "Unable to delete post, please try again",
+ "bulk_destroy_confirm": "Are you sure you want to delete {{count}} posts?",
+ "stage_save_success": "Updated {{stage}}",
+ "export": "This will export filtered posts. Are you sure you want to continue?",
+ "update_status_success_bulk": "Status updated for {{count}} posts",
+ "leave_without_save": "Do you want to leave this post without saving?",
+ "leave_confirm_message": "If you continue, all of your changes will be lost",
+ "leave_confirm": "Continue without saving",
+ "unfinished_post_task": "You cannot publish this post, the post has unfinished tasks",
+ "posts_can_t_be_published": "The following posts can't be published: {{titles}}",
+ "post_not_found": "Post not found"
+ },
+ "category": {
+ "save_success": "Saved category {{name}}",
+ "destroy_confirm": "Are you sure you want to delete this category?",
+ "destroy_confirm_desc": "Deleting this category will remove it from all existing posts. This action cannot be undone.",
+ "destroy_success": "Category deleted",
+ "destroy_error": "Unable to delete category, please try again",
+ "bulk_destroy_confirm": "Are you sure you want to delete {{count}} categories?",
+ "bulk_destroy_confirm_desc": "Deleting these categories will remove them from all existing posts. This action cannot be undone.",
+ "bulk_destroy_success": "{{count}} categories deleted",
+ "bulk_destroy_success_countless": "Categories deleted"
+ },
+ "role": {
+ "delete_question": "Are you sure you want to delete the role {{role}}?",
+ "destroy_success": "Role {{role}} deleted.",
+ "save_success": "Role {{role}} saved.",
+ "last_admin": "You can not delete the only admin role"
+ },
+ "webhook": {
+ "delete_question": "Are you sure you want to delete the webhook {{webhook}}?",
+ "destroy_success": "Webhook {{webhook}} deleted.",
+ "save_success": "Webhook {{webhook}} saved."
+ },
+ "datasource": {
+ "save_success": "Saved Data Source {{name}}"
+ },
+ "user": {
+ "save_success": "User {{name}} saved",
+ "edit_success": "User {{name}} updated",
+ "destroy_confirm": "Are you sure you want to delete this user?",
+ "destroy_success": "User deleted",
+ "destroy_error": "Unable to delete user, please try again",
+ "bulk_destroy_confirm": "Are you sure you want to delete {{count}} users?",
+ "bulk_destroy_success": "Users deleted",
+ "bulk_role_change_confirm": "Are you sure you want to change the role of {{count}} users to {{role}}?",
+ "bulk_role_change_success": "User roles changed to {{role_name}}",
+ "are_you_sure_you_want_to_delete_user": "Are you sure you want to delete {{username}}"
+ },
+ "video": {
+ "incorrect_url": "The URL, {{url}}, you entered did not match either a Youtube or Vimeo URL format."
+ },
+ "form": {
+ "add_to_survey": "Add to survey",
+ "save_success": "Survey {{name}} saved",
+ "save_stage_success": "Survey task {{name}} saved",
+ "save_attribute_success": "Field {{name}} added",
+ "edit_form_success": "Survey {{name}} updated",
+ "edit_stage_success": "Survey task {{name}} updated",
+ "delete_form_confirm": "Are you sure you want to delete this survey and all of its data?",
+ "delete_form_confirm_desc": "This action cannot be undone. Deleting this survey will remove all of its data, including posts. Write the name of the survey:
{{check_name}}
in the box below to confirm deletion.",
+ "delete_form_error": "The text you entered does not match the survey-name, please try again",
+ "delete_form_button": "Delete this survey",
+ "destroy_form_success": "Survey {{name}} deleted",
+ "delete_stage_confirm": "Are you sure you want to delete this task?",
+ "delete_stage_confirm_desc": "This action cannot be undone. Deleting this task will remove all of its fields, and any data in them.",
+ "destroy_stage_success": "Survey task {{name}} deleted",
+ "delete_attribute_confirm": "Are you sure you want to delete this field?",
+ "delete_attribute_confirm_desc": "This action cannot be undone. Deleting this field will remove its data from all existing posts.",
+ "destroy_attribute_success": "Field {{name}} deleted",
+ "survey_name_required": "Survey-name is required",
+ "validation": {
+ "name": {
+ "required": "A survey-name is needed",
+ "minlength": "Name is too short",
+ "maxlength": "Name is too long"
+ },
+ "description": {
+ "required": "Description cannot be empty"
+ }
+ }
+ },
+ "collection": {
+ "delete_collection_confirm": "Are you sure you want to delete this collection?",
+ "created_collection": "Collection {{collection}} created successfully",
+ "updated_collection": "Collection {{collection}} saved",
+ "add_to_collection": "Post has been added to {{collection}}",
+ "removed_from_collection": "Post has been removed from {{collection}}",
+ "bulk_add_to_collection": "{{count}} posts have been added to {{collection}}",
+ "done": "Done"
+ },
+ "savedsearch": {
+ "delete_savedsearch_success": "Saved search deleted successfully.",
+ "delete_savedsearch_plural_success": "Saved searches deleted successfully.",
+ "delete_savedsearch_confirm": "Are you sure you want to delete this saved search?",
+ "savedsearch_updated": "{{savedsearch}} was updated",
+ "savedsearch_saved": "{{savedsearch}} was saved"
+ },
+ "passwordreset": {
+ "failed": "Password reset failed",
+ "success": "Your password has been reset"
+ },
+ "notification": {
+ "add": "You will now be notified when new posts are added to {{set}}",
+ "delete_confirm": "Are you sure you want to remove this notification?",
+ "destroy_success": "You will no longer receive notifications about {{name}}."
+ },
+ "message": {
+ "sent_to": "Message sent to {{contact}}"
+ },
+ "export": {
+ "in_progress": "We are preparing your CSV file. This may take a few moments. You can leave this page if you want. We will let you know when we're done.",
+ "complete": "Export done. You should see your CSV-file in your downloads.",
+ "complete_data_found_message": "The data from your export can be found in your browser's downloads",
+ "confirmation": "Got it",
+ "cancel_export": "Cancel export",
+ "canceled_job": "Your export-job is canceled",
+ "upload_complete": "Upload complete. You should now see your tagged data in your HDX account."
+ },
+ "survey": {
+ "bulk_destroy_confirm": "Are you sure you want to delete these {{count}} surveys?",
+ "bulk_destroy_confirm_desc": "Deleting these {{count}} selected surveys will also delete all collected posts and all associated data in the surveys. This step cannot be reversed.",
+ "destroy_confirm": "Are you sure you want to delete this survey?",
+ "destroy_confirm_desc": "Deleting this survey will also delete all collected posts and all associated data in the survey. This step cannot be reversed.",
+ "destroy_confirm_desc_end": "You can download and import all your data before deleting."
+ },
+ "confirm_modal": {
+ "add_post_success": {
+ "success": "Success!",
+ "success_description": "Thank you for submitting your report. The post is being reviewed by our team and soon will appear on the platform.",
+ "success_button": "OK, sounds good"
+ },
+ "deleted": {
+ "success": "Success!",
+ "success_description": "You've permanently deleted {{count}}.",
+ "success_button": "OK"
+ }
+ },
+ "language": {
+ "do_you_really_want_to_delete_language": "Do you really want to delete {{lang}} language?"
+ }
+ },
+ "empty": {
+ "default": "No records found.",
+ "post": "No posts found.",
+ "user": "No users found.",
+ "category": "No categories found.",
+ "role": "No roles found.",
+ "webhook": "No webhooks found.",
+ "permission": "No permissions found.",
+ "form": "No forms found."
+ },
+ "location": {
+ "search": "Search",
+ "use_current_location": "Use your current location",
+ "click_map": "You can search or click the area of map where you want to place the marker.",
+ "placeholder": "Search for addresses, place names, or coordinates...",
+ "search_results": "Search results",
+ "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",
+ "invalid_lat": "The value given is not a valid latitude.",
+ "invalid_lon": "The value given is not a valid longitude."
+ },
+ "notification": {
+ "title": "Notifications",
+ "contacts_heading": "How you get notifications",
+ "notifications_heading": "What you get notified about",
+ "error_message": "The notification could not be deleted at this time",
+ "send_to_address": "Send notifications to this address",
+ "button": {
+ "delete": "Delete notification"
+ },
+ "what_you_get_notification_about": "What you get notification about",
+ "removed": "Notification was removed",
+ "are_you_sure_you_want_to_remove_this_notification": "Are you sure you want to remove this notification?"
+ },
+ "contact": {
+ "edit": "Edit",
+ "save_changes": "Save changes",
+ "saving_changes": "Saving changes",
+ "cancel_edit": "Cancel",
+ "add_phone_number": "Add a phone number",
+ "add_email_address": "Add an email address",
+ "edit_phone_number": "Edit your phone number",
+ "edit_email_address": "Edit your email address",
+ "error_message": "The contact could not be saved at this time",
+ "type": {
+ "phone": "Phone",
+ "email": "Email Address"
+ },
+ "button": {
+ "add": "Add account",
+ "delete": "Remove account"
+ },
+ "valid": {
+ "email": {
+ "required": "An email address is required to receive notifications",
+ "email": "This email address is invalid",
+ "maxlength": "This email address is too long",
+ "not_valid": "This email is not valid"
+ },
+ "phone": {
+ "required": "A phone number is required to receive notifications",
+ "pattern": "A valid phone number is required",
+ "minlength": "This number is too short",
+ "maxlength": "This number is too long"
+ }
+ }
+ },
+ "terms_of_service": {
+ "title": "Ushahidi Terms of Service",
+ "terms_of_service": "We have updated our Terms and Conditions and Privacy Policy. Please review these documents carefully and accept the terms in order to continue to use Ushahidi's services.",
+ "agree": "I agree to Ushahidi's Terms of Service.",
+ "accept_and_continue": "Accept and Continue",
+ "i_agree": "I agree to Ushahidi's Privacy Policy and\nTerms and Conditions."
+ },
+ "translations": {
+ "languages": "Languages",
+ "language": "Language",
+ "default": "default",
+ "translate_field": "Translate field",
+ "survey_select_default": "Select default language for this survey",
+ "category_select_default": "Select default language for this category",
+ "error_translation_exists": "You cannot select this language since there is already a translation for it.",
+ "edit_default_text": "Text in default language",
+ "edit_placeholder": "Write your translation here",
+ "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",
+ "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",
+ "add_a_language": "Add a language",
+ "error_no_default": "You need to specify a default language before adding a new translation.",
+ "select_language": "Select a language to add translation for",
+ "default_lang_info": "This is the language that will be used if no translations are available for the language the user has set for the deployment."
+ },
+ "languages": {
+ "ach": "Acoli",
+ "ady": "Adyghe",
+ "af": "Afrikaans",
+ "af-ZA": "Afrikaans (South Africa)",
+ "ak": "Akan",
+ "sq": "Albanian",
+ "sq-AL": "Albanian (Albania)",
+ "aln": "Albanian Gheg",
+ "am": "Amharic",
+ "am-ET": "Amharic (Ethiopia)",
+ "ar": "Arabic",
+ "ar-EG": "Arabic (Egypt)",
+ "ar-SA": "Arabic (Saudi Arabia)",
+ "ar-SD": "Arabic (Sudan)",
+ "ar-SY": "Arabic (Syria)",
+ "ar-AA": "Arabic (Unitag)",
+ "an": "Aragonese",
+ "hy": "Armenian",
+ "hy-AM": "Armenian (Armenia)",
+ "as": "Assamese",
+ "as-IN": "Assamese (India)",
+ "ast": "Asturian",
+ "ast-ES": "Asturian (Spain)",
+ "az": "Azerbaijani",
+ "az@Arab": "Azerbaijani (Arabic)",
+ "az-AZ": "Azerbaijani (Azerbaijan)",
+ "az-IR": "Azerbaijani (Iran)",
+ "az@latin": "Azerbaijani (Latin)",
+ "bal": "Balochi",
+ "ba": "Bashkir",
+ "eu": "Basque",
+ "eu-ES": "Basque (Spain)",
+ "bar": "Bavarian",
+ "be": "Belarusian",
+ "be-BY": "Belarusian (Belarus)",
+ "be@tarask": "Belarusian (Tarask)",
+ "bn": "Bengali",
+ "bn-BD": "Bengali (Bangladesh)",
+ "bn-IN": "Bengali (India)",
+ "brx": "Bodo",
+ "bs": "Bosnian",
+ "bs-BA": "Bosnian (Bosnia and Herzegovina)",
+ "br": "Breton",
+ "bg": "Bulgarian",
+ "bg-BG": "Bulgarian (Bulgaria)",
+ "my": "Burmese",
+ "my-MM": "Burmese (Myanmar)",
+ "ca": "Catalan",
+ "ca-ES": "Catalan (Spain)",
+ "ca@valencia": "Catalan (Valencian)",
+ "ceb": "Cebuano",
+ "tzm": "Central Atlas Tamazight",
+ "hne": "Chhattisgarhi",
+ "cgg": "Chiga",
+ "zh": "Chinese",
+ "zh-CN": "Chinese (China)",
+ "zh-CN.GB2312": "Chinese (China) (GB2312)",
+ "gan": "Chinese (Gan)",
+ "hak": "Chinese (Hakka)",
+ "zh-HK": "Chinese (Hong Kong)",
+ "czh": "Chinese (Huizhou)",
+ "cjy": "Chinese (Jinyu)",
+ "lzh": "Chinese (Literary)",
+ "cmn": "Chinese (Mandarin)",
+ "mnp": "Chinese (Min Bei)",
+ "cdo": "Chinese (Min Dong)",
+ "nan": "Chinese (Min Nan)",
+ "czo": "Chinese (Min Zhong)",
+ "cpx": "Chinese (Pu-Xian)",
+ "zh-Hans": "Chinese Simplified",
+ "zh-TW": "Chinese (Taiwan)",
+ "zh-TW.Big5": "Chinese (Taiwan) (Big5)",
+ "zh-Hant": "Chinese Traditional",
+ "wuu": "Chinese (Wu)",
+ "hsn": "Chinese (Xiang)",
+ "yue": "Chinese (Yue)",
+ "cv": "Chuvash",
+ "ksh": "Colognian",
+ "kw": "Cornish",
+ "co": "Corsican",
+ "crh": "Crimean Turkish",
+ "hr": "Croatian",
+ "hr-HR": "Croatian (Croatia)",
+ "cs": "Czech",
+ "cs-CZ": "Czech (Czech Republic)",
+ "da": "Danish",
+ "da-DK": "Danish (Denmark)",
+ "dv": "Divehi",
+ "doi": "Dogri",
+ "nl": "Dutch",
+ "nl-BE": "Dutch (Belgium)",
+ "nl-NL": "Dutch (Netherlands)",
+ "dz": "Dzongkha",
+ "dz-BT": "Dzongkha (Bhutan)",
+ "en": "English",
+ "en-AU": "English (Australia)",
+ "en-AT": "English (Austria)",
+ "en-BD": "English (Bangladesh)",
+ "en-BE": "English (Belgium)",
+ "en-CA": "English (Canada)",
+ "en-CL": "English (Chile)",
+ "en-CZ": "English (Czech Republic)",
+ "en-ee": "English (Estonia)",
+ "en-FI": "English (Finland)",
+ "en-DE": "English (Germany)",
+ "en-GH": "English (Ghana)",
+ "en-HK": "English (Hong Kong)",
+ "en-HU": "English (Hungary)",
+ "en-IN": "English (India)",
+ "en-IE": "English (Ireland)",
+ "en-lv": "English (Latvia)",
+ "en-lt": "English (Lithuania)",
+ "en-NL": "English (Netherlands)",
+ "en-NZ": "English (New Zealand)",
+ "en-NG": "English (Nigeria)",
+ "en-PK": "English (Pakistan)",
+ "en-PL": "English (Poland)",
+ "en-RO": "English (Romania)",
+ "en-SK": "English (Slovakia)",
+ "en-ZA": "English (South Africa)",
+ "en-LK": "English (Sri Lanka)",
+ "en-SE": "English (Sweden)",
+ "en-CH": "English (Switzerland)",
+ "en-GB": "English (United Kingdom)",
+ "en-US": "English (United States)",
+ "en-EN": "English",
+ "myv": "Erzya",
+ "eo": "Esperanto",
+ "et": "Estonian",
+ "et-EE": "Estonian (Estonia)",
+ "fo": "Faroese",
+ "fo-FO": "Faroese (Faroe Islands)",
+ "fil": "Filipino",
+ "fi": "Finnish",
+ "fi-FI": "Finnish (Finland)",
+ "frp": "Franco-Provençal (Arpitan)",
+ "fr": "French",
+ "fr-BE": "French (Belgium)",
+ "fr-CA": "French (Canada)",
+ "fr-FR": "French (France)",
+ "fr-CH": "French (Switzerland)",
+ "fur": "Friulian",
+ "ff": "Fulah",
+ "ff-SN": "Fulah (Senegal)",
+ "gd": "Gaelic, Scottish",
+ "gl": "Galician",
+ "gl-ES": "Galician (Spain)",
+ "lg": "Ganda",
+ "ka": "Georgian",
+ "ka-GE": "Georgian (Georgia)",
+ "de": "German",
+ "de-AT": "German (Austria)",
+ "de-DE": "German (Germany)",
+ "de-CH": "German (Switzerland)",
+ "el": "Greek",
+ "el-GR": "Greek (Greece)",
+ "kl": "Greenlandic",
+ "gu": "Gujarati",
+ "gu-IN": "Gujarati (India)",
+ "gun": "Gun",
+ "ht": "Haitian (Haitian Creole)",
+ "ht-HT": "Haitian (Haitian Creole) (Haiti)",
+ "ha": "Hausa",
+ "haw": "Hawaiian",
+ "he": "Hebrew",
+ "he-IL": "Hebrew (Israel)",
+ "hi": "Hindi",
+ "hi-IN": "Hindi (India)",
+ "hu": "Hungarian",
+ "hu-HU": "Hungarian (Hungary)",
+ "is": "Icelandic",
+ "is-IS": "Icelandic (Iceland)",
+ "io": "Ido",
+ "ig": "Igbo",
+ "ilo": "Iloko",
+ "id": "Indonesian",
+ "id-ID": "Indonesian (Indonesia)",
+ "ia": "Interlingua",
+ "iu": "Inuktitut",
+ "ga": "Irish",
+ "ga-IE": "Irish (Ireland)",
+ "it": "Italian",
+ "it-IT": "Italian (Italy)",
+ "it-CH": "Italian (Switzerland)",
+ "ja": "Japanese",
+ "ja-JP": "Japanese (Japan)",
+ "jv": "Javanese",
+ "kab": "Kabyle",
+ "kn": "Kannada",
+ "kn-IN": "Kannada (India)",
+ "pam": "Kapampangan",
+ "ks": "Kashmiri",
+ "ks-IN": "Kashmiri (India)",
+ "csb": "Kashubian",
+ "kk": "Kazakh",
+ "kk@Arab": "Kazakh (Arabic)",
+ "kk@Cyrl": "Kazakh (Cyrillic)",
+ "kk-KZ": "Kazakh (Kazakhstan)",
+ "kk@latin": "Kazakh (Latin)",
+ "km": "Khmer",
+ "km-KH": "Khmer (Cambodia)",
+ "rw": "Kinyarwanda",
+ "ky": "Kirgyz",
+ "tlh": "Klingon",
+ "kok": "Konkani",
+ "ko": "Korean",
+ "ko-KR": "Korean (Korea)",
+ "ku": "Kurdish",
+ "ku-IQ": "Kurdish (Iraq)",
+ "lad": "Ladino",
+ "lo": "Lao",
+ "lo-LA": "Lao (Laos)",
+ "ltg": "Latgalian",
+ "la": "Latin",
+ "lv": "Latvian",
+ "lv-LV": "Latvian (Latvia)",
+ "lez": "Lezghian",
+ "lij": "Ligurian",
+ "li": "Limburgian",
+ "ln": "Lingala",
+ "lt": "Lithuanian",
+ "lt-LT": "Lithuanian (Lithuania)",
+ "jbo": "Lojban",
+ "en@lolcat": "LOLCAT English",
+ "lmo": "Lombard",
+ "dsb": "Lower Sorbian",
+ "nds": "Low German",
+ "lb": "Luxembourgish",
+ "mk": "Macedonian",
+ "mk-MK": "Macedonian (Macedonia)",
+ "mai": "Maithili",
+ "mg": "Malagasy",
+ "ms": "Malay",
+ "ml": "Malayalam",
+ "ml-IN": "Malayalam (India)",
+ "ms-MY": "Malay (Malaysia)",
+ "mt": "Maltese",
+ "mt-MT": "Maltese (Malta)",
+ "mni": "Manipuri",
+ "mi": "Maori",
+ "arn": "Mapudungun",
+ "mr": "Marathi",
+ "mr-IN": "Marathi (India)",
+ "mh": "Marshallese",
+ "mw1": "Mirandese",
+ "mn": "Mongolian",
+ "mn-MN": "Mongolian (Mongolia)",
+ "nah": "Nahuatl",
+ "nv": "Navajo",
+ "nr": "Ndebele, South",
+ "nap": "Neapolitan",
+ "ne": "Nepali",
+ "ne-NP": "Nepali (Nepal)",
+ "nia": "Nias",
+ "nqo": "N'ko",
+ "se": "Northern Sami",
+ "nso": "Northern Sotho",
+ "no": "Norwegian",
+ "nb": "Norwegian Bokmål",
+ "nb-NO": "Norwegian Bokmål (Norway)",
+ "no-NO": "Norwegian (Norway)",
+ "nn": "Norwegian Nynorsk",
+ "nn-NO": "Norwegian Nynorsk (Norway)",
+ "ny": "Nyanja",
+ "oc": "Occitan (post 1500)",
+ "or": "Oriya",
+ "or-IN": "Oriya (India)",
+ "om": "Oromo",
+ "os": "Ossetic",
+ "pfl": "Palatinate German",
+ "pa": "Panjabi (Punjabi)",
+ "pa-IN": "Panjabi (Punjabi) (India)",
+ "pap": "Papiamento",
+ "fa": "Persian",
+ "fa-AF": "Persian (Afghanistan)",
+ "fa-IR": "Persian (Iran)",
+ "pms": "Piemontese",
+ "en@pirate": "Pirate English",
+ "pl": "Polish",
+ "pl-PL": "Polish (Poland)",
+ "pt": "Portuguese",
+ "pt-BR": "Portuguese (Brazil)",
+ "pt-PT": "Portuguese (Portugal)",
+ "ps": "Pushto",
+ "ro": "Romanian",
+ "ro-RO": "Romanian (Romania)",
+ "rm": "Romansh",
+ "ru": "Russian",
+ "ru-ee": "Russian (Estonia)",
+ "ru-lv": "Russian (Latvia)",
+ "ru-lt": "Russian (Lithuania)",
+ "ru@petr1708": "Russian Petrine orthography",
+ "ru-RU": "Russian (Russia)",
+ "sah": "Sakha (Yakut)",
+ "sm": "Samoan",
+ "sa": "Sanskrit",
+ "sat": "Santali",
+ "sc": "Sardinian",
+ "sco": "Scots",
+ "sr": "Serbian",
+ "sr@Ijekavian": "Serbian (Ijekavian)",
+ "sr@ijekavianlatin": "Serbian (Ijekavian Latin)",
+ "sr@latin": "Serbian (Latin)",
+ "sr-RS@latin": "Serbian (Latin) (Serbia)",
+ "sr-RS": "Serbian (Serbia)",
+ "sn": "Shona",
+ "scn": "Sicilian",
+ "szl": "Silesian",
+ "sd": "Sindhi",
+ "si": "Sinhala",
+ "si-LK": "Sinhala (Sri Lanka)",
+ "sk": "Slovak",
+ "sk-SK": "Slovak (Slovakia)",
+ "sl": "Slovenian",
+ "sl-SI": "Slovenian (Slovenia)",
+ "so": "Somali",
+ "son": "Songhay",
+ "st": "Sotho, Southern",
+ "st-ZA": "Sotho, Southern (South Africa)",
+ "sma": "Southern Sami",
+ "es": "Spanish",
+ "es-AR": "Spanish (Argentina)",
+ "es-BO": "Spanish (Bolivia)",
+ "es-CL": "Spanish (Chile)",
+ "es-CO": "Spanish (Colombia)",
+ "es-CR": "Spanish (Costa Rica)",
+ "es-DO": "Spanish (Dominican Republic)",
+ "es-EC": "Spanish (Ecuador)",
+ "es-SV": "Spanish (El Salvador)",
+ "es-GT": "Spanish (Guatemala)",
+ "es-419": "Spanish (Latin America)",
+ "es-MX": "Spanish (Mexico)",
+ "es-NI": "Spanish (Nicaragua)",
+ "es-PA": "Spanish (Panama)",
+ "es-PY": "Spanish (Paraguay)",
+ "es-PE": "Spanish (Peru)",
+ "es-PR": "Spanish (Puerto Rico)",
+ "es-ES": "Spanish (Spain)",
+ "es-US": "Spanish (United States)",
+ "es-UY": "Spanish (Uruguay)",
+ "es-VE": "Spanish (Venezuela)",
+ "su": "Sundanese",
+ "sw": "Swahili",
+ "sw-KE": "Swahili (Kenya)",
+ "ss": "Swati",
+ "sv": "Swedish",
+ "sv-FI": "Swedish (Finland)",
+ "sv-SE": "Swedish (Sweden)",
+ "tl": "Tagalog",
+ "tl-PH": "Tagalog (Philippines)",
+ "tg": "Tajik",
+ "tg-TJ": "Tajik (Tajikistan)",
+ "tzl": "Talossan",
+ "ta": "Tamil",
+ "ta-IN": "Tamil (India)",
+ "ta-LK": "Tamil (Sri-Lanka)",
+ "tt": "Tatar",
+ "te": "Telugu",
+ "te-IN": "Telugu (India)",
+ "tet": "Tetum (Tetun)",
+ "th": "Thai",
+ "th-TH": "Thai (Thailand)",
+ "bo": "Tibetan",
+ "bo-CN": "Tibetan (China)",
+ "ti": "Tigrinya",
+ "to": "Tongan",
+ "ts": "Tsonga",
+ "tn": "Tswana",
+ "tr": "Turkish",
+ "tr-TR": "Turkish (Turkey)",
+ "tk": "Turkmen",
+ "tk-TM": "Turkmen (Turkmenistan)",
+ "udm": "Udmurt",
+ "ug": "Uighur",
+ "ug@Arab": "Uighur (Arabic)",
+ "ug@Cyrl": "Uighur (Cyrillic)",
+ "ug@Latin": "Uighur (Latin)",
+ "uk": "Ukrainian",
+ "uk-UA": "Ukrainian (Ukraine)",
+ "vmf": "Upper Franconian",
+ "hsb": "Upper Sorbian",
+ "ur": "Urdu",
+ "ur-PK": "Urdu (Pakistan)",
+ "uz": "Uzbek",
+ "uz@Arab": "Uzbek (Arabic)",
+ "uz@Cyrl": "Uzbek (Cyrillic)",
+ "uz@Latn": "Uzbek (Latin)",
+ "uz-UZ": "Uzbek (Uzbekistan)",
+ "ve": "Venda",
+ "vec": "Venetian",
+ "vi": "Vietnamese",
+ "vi-VN": "Vietnamese (Viet Nam)",
+ "vls": "Vlaams",
+ "wa": "Walloon",
+ "war": "Wáray-Wáray",
+ "cy": "Welsh",
+ "cy-GB": "Welsh (United Kingdom)",
+ "fy": "Western Frisian",
+ "fy-NL": "Western Frisian (Netherlands)",
+ "wo": "Wolof",
+ "wo-SN": "Wolof (Senegal)",
+ "xh": "Xhosa",
+ "yi": "Yiddish",
+ "yo": "Yoruba",
+ "zu": "Zulu",
+ "zu-ZA": "Zulu (South Africa)"
+ },
+ "countries": {
+ "Afghanistan": "Afghanistan",
+ "Åland Islands": "Åland Islands",
+ "Albania": "Albania",
+ "Algeria": "Algeria",
+ "American Samoa": "American Samoa",
+ "Andorra": "Andorra",
+ "Angola": "Angola",
+ "Anguilla": "Anguilla",
+ "Antarctica": "Antarctica",
+ "Antigua and Barbuda": "Antigua and Barbuda",
+ "Argentina": "Argentina",
+ "Armenia": "Armenia",
+ "Aruba": "Aruba",
+ "Australia": "Australia",
+ "Austria": "Austria",
+ "Azerbaijan": "Azerbaijan",
+ "Bahamas": "Bahamas",
+ "Bahrain": "Bahrain",
+ "Bangladesh": "Bangladesh",
+ "Barbados": "Barbados",
+ "Belarus": "Belarus",
+ "Belgium": "Belgium",
+ "Belize": "Belize",
+ "Benin": "Benin",
+ "Bermuda": "Bermuda",
+ "Bhutan": "Bhutan",
+ "Bolivia, Plurinational State of bolivia": "Bolivia, Plurinational State of bolivia",
+ "Bosnia and Herzegovina": "Bosnia and Herzegovina",
+ "Botswana": "Botswana",
+ "Bouvet Island": "Bouvet Island",
+ "Brazil": "Brazil",
+ "British Indian Ocean Territory": "British Indian Ocean Territory",
+ "Brunei Darussalam": "Brunei Darussalam",
+ "Bulgaria": "Bulgaria",
+ "Burkina Faso": "Burkina Faso",
+ "Burundi": "Burundi",
+ "Cambodia": "Cambodia",
+ "Cameroon": "Cameroon",
+ "Canada": "Canada",
+ "Cape Verde": "Cape Verde",
+ "Cayman Islands": "Cayman Islands",
+ "Central African Republic": "Central African Republic",
+ "Chad": "Chad",
+ "Chile": "Chile",
+ "China": "China",
+ "Christmas Island": "Christmas Island",
+ "Cocos (Keeling) Islands": "Cocos (Keeling) Islands",
+ "Colombia": "Colombia",
+ "Comoros": "Comoros",
+ "Congo": "Congo",
+ "Congo, The Democratic Republic of the Congo": "Congo, The Democratic Republic of the Congo",
+ "Cook Islands": "Cook Islands",
+ "Costa Rica": "Costa Rica",
+ "Cote d'Ivoire": "Cote d'Ivoire",
+ "Croatia": "Croatia",
+ "Cuba": "Cuba",
+ "Cyprus": "Cyprus",
+ "Czech Republic": "Czech Republic",
+ "Denmark": "Denmark",
+ "Djibouti": "Djibouti",
+ "Dominica": "Dominica",
+ "Dominican Republic": "Dominican Republic",
+ "Ecuador": "Ecuador",
+ "Egypt": "Egypt",
+ "El Salvador": "El Salvador",
+ "Equatorial Guinea": "Equatorial Guinea",
+ "Eritrea": "Eritrea",
+ "Estonia": "Estonia",
+ "Ethiopia": "Ethiopia",
+ "Falkland Islands (Malvinas)": "Falkland Islands (Malvinas)",
+ "Faroe Islands": "Faroe Islands",
+ "Fiji": "Fiji",
+ "Finland": "Finland",
+ "France": "France",
+ "French Guiana": "French Guiana",
+ "French Polynesia": "French Polynesia",
+ "French Southern Territories": "French Southern Territories",
+ "Gabon": "Gabon",
+ "Gambia": "Gambia",
+ "Georgia": "Georgia",
+ "Germany": "Germany",
+ "Ghana": "Ghana",
+ "Gibraltar": "Gibraltar",
+ "Greece": "Greece",
+ "Greenland": "Greenland",
+ "Grenada": "Grenada",
+ "Guadeloupe": "Guadeloupe",
+ "Guam": "Guam",
+ "Guatemala": "Guatemala",
+ "Guernsey": "Guernsey",
+ "Guinea": "Guinea",
+ "Guinea-Bissau": "Guinea-Bissau",
+ "Guyana": "Guyana",
+ "Haiti": "Haiti",
+ "Heard Island and Mcdonald Islands": "Heard Island and Mcdonald Islands",
+ "Holy See (Vatican City State)": "Holy See (Vatican City State)",
+ "Honduras": "Honduras",
+ "Hong Kong": "Hong Kong",
+ "Hungary": "Hungary",
+ "Iceland": "Iceland",
+ "India": "India",
+ "Indonesia": "Indonesia",
+ "Iran, Islamic Republic of Persian Gulf": "Iran, Islamic Republic of Persian Gulf",
+ "Iraq": "Iraq",
+ "Ireland": "Ireland",
+ "Isle of Man": "Isle of Man",
+ "Israel": "Israel",
+ "Italy": "Italy",
+ "Jamaica": "Jamaica",
+ "Japan": "Japan",
+ "Jersey": "Jersey",
+ "Jordan": "Jordan",
+ "Kazakhstan": "Kazakhstan",
+ "Kenya": "Kenya",
+ "Kiribati": "Kiribati",
+ "Korea, Democratic People's Republic of Korea": "Korea, Democratic People's Republic of Korea",
+ "Korea, Republic of South Korea": "Korea, Republic of South Korea",
+ "Kosovo": "Kosovo",
+ "Kuwait": "Kuwait",
+ "Kyrgyzstan": "Kyrgyzstan",
+ "Laos": "Laos",
+ "Latvia": "Latvia",
+ "Lebanon": "Lebanon",
+ "Lesotho": "Lesotho",
+ "Liberia": "Liberia",
+ "Libyan Arab Jamahiriya": "Libyan Arab Jamahiriya",
+ "Liechtenstein": "Liechtenstein",
+ "Lithuania": "Lithuania",
+ "Luxembourg": "Luxembourg",
+ "Macao": "Macao",
+ "Macedonia": "Macedonia",
+ "Madagascar": "Madagascar",
+ "Malawi": "Malawi",
+ "Malaysia": "Malaysia",
+ "Maldives": "Maldives",
+ "Mali": "Mali",
+ "Malta": "Malta",
+ "Marshall Islands": "Marshall Islands",
+ "Martinique": "Martinique",
+ "Mauritania": "Mauritania",
+ "Mauritius": "Mauritius",
+ "Mayotte": "Mayotte",
+ "Mexico": "Mexico",
+ "Micronesia, Federated States of Micronesia": "Micronesia, Federated States of Micronesia",
+ "Moldova": "Moldova",
+ "Monaco": "Monaco",
+ "Mongolia": "Mongolia",
+ "Montenegro": "Montenegro",
+ "Montserrat": "Montserrat",
+ "Morocco": "Morocco",
+ "Mozambique": "Mozambique",
+ "Myanmar": "Myanmar",
+ "Namibia": "Namibia",
+ "Nauru": "Nauru",
+ "Nepal": "Nepal",
+ "Netherlands": "Netherlands",
+ "Netherlands Antilles": "Netherlands Antilles",
+ "New Caledonia": "New Caledonia",
+ "New Zealand": "New Zealand",
+ "Nicaragua": "Nicaragua",
+ "Niger": "Niger",
+ "Nigeria": "Nigeria",
+ "Niue": "Niue",
+ "Norfolk Island": "Norfolk Island",
+ "Northern Mariana Islands": "Northern Mariana Islands",
+ "Norway": "Norway",
+ "Oman": "Oman",
+ "Pakistan": "Pakistan",
+ "Palau": "Palau",
+ "Palestinian Territory, Occupied": "Palestinian Territory, Occupied",
+ "Panama": "Panama",
+ "Papua New Guinea": "Papua New Guinea",
+ "Paraguay": "Paraguay",
+ "Peru": "Peru",
+ "Philippines": "Philippines",
+ "Pitcairn": "Pitcairn",
+ "Poland": "Poland",
+ "Portugal": "Portugal",
+ "Puerto Rico": "Puerto Rico",
+ "Qatar": "Qatar",
+ "Romania": "Romania",
+ "Russia": "Russia",
+ "Rwanda": "Rwanda",
+ "Reunion": "Reunion",
+ "Saint Barthelemy": "Saint Barthelemy",
+ "Saint Helena, Ascension and Tristan Da Cunha": "Saint Helena, Ascension and Tristan Da Cunha",
+ "Saint Kitts and Nevis": "Saint Kitts and Nevis",
+ "Saint Lucia": "Saint Lucia",
+ "Saint Martin": "Saint Martin",
+ "Saint Pierre and Miquelon": "Saint Pierre and Miquelon",
+ "Saint Vincent and the Grenadines": "Saint Vincent and the Grenadines",
+ "Samoa": "Samoa",
+ "San Marino": "San Marino",
+ "Sao Tome and Principe": "Sao Tome and Principe",
+ "Saudi Arabia": "Saudi Arabia",
+ "Senegal": "Senegal",
+ "Serbia": "Serbia",
+ "Seychelles": "Seychelles",
+ "Sierra Leone": "Sierra Leone",
+ "Singapore": "Singapore",
+ "Slovakia": "Slovakia",
+ "Slovenia": "Slovenia",
+ "Solomon Islands": "Solomon Islands",
+ "Somalia": "Somalia",
+ "South Africa": "South Africa",
+ "South Sudan": "South Sudan",
+ "South Georgia and the South Sandwich Islands": "South Georgia and the South Sandwich Islands",
+ "Spain": "Spain",
+ "Sri Lanka": "Sri Lanka",
+ "Sudan": "Sudan",
+ "Suriname": "Suriname",
+ "Svalbard and Jan Mayen": "Svalbard and Jan Mayen",
+ "Swaziland": "Swaziland",
+ "Sweden": "Sweden",
+ "Switzerland": "Switzerland",
+ "Syrian Arab Republic": "Syrian Arab Republic",
+ "Taiwan": "Taiwan",
+ "Tajikistan": "Tajikistan",
+ "Tanzania, United Republic of Tanzania": "Tanzania, United Republic of Tanzania",
+ "Thailand": "Thailand",
+ "Timor-Leste": "Timor-Leste",
+ "Togo": "Togo",
+ "Tokelau": "Tokelau",
+ "Tonga": "Tonga",
+ "Trinidad and Tobago": "Trinidad and Tobago",
+ "Tunisia": "Tunisia",
+ "Turkey": "Turkey",
+ "Turkmenistan": "Turkmenistan",
+ "Turks and Caicos Islands": "Turks and Caicos Islands",
+ "Tuvalu": "Tuvalu",
+ "Uganda": "Uganda",
+ "Ukraine": "Ukraine",
+ "United Arab Emirates": "United Arab Emirates",
+ "United Kingdom": "United Kingdom",
+ "United States": "United States",
+ "Uruguay": "Uruguay",
+ "Uzbekistan": "Uzbekistan",
+ "Vanuatu": "Vanuatu",
+ "Venezuela, Bolivarian Republic of Venezuela": "Venezuela, Bolivarian Republic of Venezuela",
+ "Vietnam": "Vietnam",
+ "Virgin Islands, British": "Virgin Islands, British",
+ "Virgin Islands, U.S.": "Virgin Islands, U.S.",
+ "Wallis and Futuna": "Wallis and Futuna",
+ "Yemen": "Yemen",
+ "Zambia": "Zambia",
+ "Zimbabwe": "Zimbabwe"
+ },
+ "api": {
+ "providerNotAvailable": "One or more of the enabled providers is not available :param1",
+ "range": "The file size should be less than {{param3}} KB",
+ "mime_type": "File type not supported. Please upload a .csv file.",
+ "not_empty": ":field must not be empty",
+ "isKeyAvailable": "The key {{value}} is not available",
+ "contactIsValid": "Invalid phone number",
+ "roleDoesNotExist": "role_id {{value}} does not exist",
+ "invalidFormStageId": "form_stage_id :value does not exist",
+ "postTypeLimitReached": "limit: {{posttypes}}",
+ "dataUrlOrMediaRequired": "One of data_url or media_id is required",
+ "dataUrlMediaConflict": "Only one of data_url or media_id can be defined",
+ "size_error": "The file size should be less than :param1 MB",
+ "mime_type_not_allowed": "File type not supported. Please upload an image file.",
+ "mime_not_empty": "MIME type not found. The MIME type must be set for the file.",
+ "contact": {
+ "invalid_phone": "Invalid phone number {{param1}}",
+ "invalid_email": "Invalid email {{param1}}"
+ },
+ "email": {
+ "title": "{{sitename}} New post: {{title}}",
+ "message": "New post on {{sitename}}{{title}}{{content}}View post: {{url}}"
+ },
+ "sms": {
+ "message": "{{sitename}} New post: {{title}}"
+ },
+ "publishedPostsLimitReached": "limit:{{posts}}",
+ "tagDoesNotExist": "category :value does not exist",
+ "attributeDoesNotExist": "attribute {{param1}} does not exist",
+ "tooManyValues": "Too many values for {{param1}} (max: {{param2}})",
+ "valueDoesNotExist": "value id {{param2}} for field {{param1}} does not exist",
+ "canNotUseExistingValueOnNewPost": "Cannot use existing value {{param2}} for field {{param1}} on a new post",
+ "postAttributeRequired": "attribute {{param1}} is required",
+ "taskAttributeRequired": "attribute {{param1}} is required before stage {{param2}} can be completed",
+ "emptyIdAndLocale": "Must have at least id or locale",
+ "emptyParentWithLocale": "Must have at parent id when passing locale",
+ "notAnArray": "Post values for {{param1}} must be an array",
+ "scalar": "Post values for {{param1}} must be scalar",
+ "doesTranslationExist": "Translation {{value}} for post {{param2}} already exists",
+ "published_to": {
+ "exists": "The role you are publishing to {{value}} does not exist"
+ },
+ "stageDoesNotExist": "Stage {{param1}} does not exist",
+ "stageRequired": "Stage {{param1}} is required before publishing",
+ "postNeedsApprovalBeforePublishing": "Post needs approval by an administrator before it can be published",
+ "postCanOnlyBeUnpublishedByAdmin": "Post can only be unpublished by an administrator",
+ "alreadyLockedByDifferentUser": "Post is currently locked by a different user and can not be updated.",
+ "values": {
+ "date": "The field {{param1}} must be a date, Given: {{param2}}",
+ "decimal": "The field {{param1}} must be a decimal with 2 places, Given: {{param2}}",
+ "digit": "The field {{param1}} must be a digit, Given: {{param2}}",
+ "email": "The field {{param1}} must be an email address, Given: {{param2}}",
+ "exists": "The field {{param1}} must be a valid post id, Post id: {{param2}}",
+ "tagExists": "The field {{param1}} must be a valid category id or name, Category: {{param2}}",
+ "max_length": "The field {{param1}} must not exceed :param2 characters long, Given: {{param2}}",
+ "invalidForm": "The field {{param1}} has the wrong post type, Post id:{{param2}}",
+ "numeric": "The field {{param1}} must be numeric, Given: {{param2}}",
+ "scalar": "The field {{param1}} must be scalar, Given: {{param2}}",
+ "point": "The field {{param1}} must be an array of lat and lon",
+ "lat": "the field {{param1}} must contain a valid latitude",
+ "lon": "the field {{param1}} must contain a valid longitude",
+ "url": "The field {{param1}} must be a url, Given: {{param2}}",
+ "video_type": "The field {{param1}} must be either a youtube or vimeo url, Given: {{param2}}"
+ },
+ "role": {
+ "isRoleValid": "Role must match the parent category",
+ "exists": "Role {{value}} does not exist"
+ },
+ "description_regex": "The description must contain only letters, numbers, spaces and punctuation",
+ "regex": "The category name must contain only letters, numbers, spaces and punctuation",
+ "isUniqueEmail": "{{field}} is already in use",
+ "isUniqueUsername": "{{field}} is already in use",
+ "isUserSelf": "You cannot change your own role",
+ "adminUserLimitReached": "limit:{{:admin}}"
+ }
+}
diff --git a/apps/web-mzima-client/src/assets/locales/hi_IN.json b/apps/web-mzima-client/src/assets/locales/hi_IN.json
new file mode 100644
index 00000000000..4d40dbe9cb9
--- /dev/null
+++ b/apps/web-mzima-client/src/assets/locales/hi_IN.json
@@ -0,0 +1,2770 @@
+{
+ "app": {
+ "contact_email_address": "Contact email address:",
+ "powered_by_ushahidi": "उशाहिदी द्वारा संचालित",
+ "support": "उशाहिदी समर्थन",
+ "by": "by",
+ "submit": "जमा करें",
+ "anonymous": "गुमनाम",
+ "submitting": "जमा हो रहा है",
+ "submit_another": "जमा करें और एक और जोड़ें",
+ "submit_response": "सर्वे रिपोंस जमा करें",
+ "can_see_this": "can see this",
+ "collection": "Collection",
+ "collections": "Collections",
+ "create_collection": "संग्रह बनाएँ",
+ "add_collection": "Add collection",
+ "export_to_csv": "Export filtered data",
+ "create_new": "नया बनाएं",
+ "create_new_survey": "Create new survey",
+ "created_by": "Created by {{author}}",
+ "date_created": "Date created",
+ "date_updated": "Date updated",
+ "choose_photo": "Choose photo",
+ "choose": "Choose...",
+ "add_all_fields": "Add all fields",
+ "insert_text_here": "Insert text here...",
+ "deployment_not_found" : {
+ "text" : "Sorry, that deployment does not exist. Would you like to create a new deployment?",
+ "button_exit" : "Exit",
+ "button_create_deployment" : "Create Deployment"
+ },
+ "documentation": {
+ "title": "Documentation",
+ "description": "Learn how to set up, configure, and manage your Ushahidi deployment."
+ },
+ "donate": "Donate",
+ "donation": "Donation",
+ "disable_monetization": "Disable Monetization",
+ "enable_monetization": "Enable Monetization",
+ "enable_monetization_error": "Fill in required fields above before enabling monetization.",
+ "enable_monetization_info": "Monetization is currently disabled.",
+ "intercom": {
+ "intercom": "Intercom",
+ "description": "Contact Ushahidi staff for chat support"
+ },
+ "onboarding": {
+ "title": "Onboarding",
+ "description": "Take a look at the Ushahidi onboarding again."
+ },
+ "report_a_bug": {
+ "title": "Report a bug",
+ "description": "Tell us when something doesn't work the way you expected."
+ },
+ "edit_collection": "Edit collection",
+ "features": {
+ "title": "Features",
+ "description": "See what Ushahidi can do and how it works."
+ },
+ "forbidden": "Sorry, you're not allowed to do that.",
+ "forbidden-login": "Please enter your login details to access the deployment.",
+ "contact_with_admin": "Or contact the Admin ",
+ "404": "That URL doesn't exist",
+ "page-not-found": "Page not found",
+ "get_notifications": "Get notifications",
+ "turn_off_notifications": "Turn off notifications",
+ "load_more": "Load more",
+ "loading": "Loading",
+ "loading_saved_searches": "Loading saved searches",
+ "more": "More",
+ "cancel": "Cancel",
+ "save": "Save",
+ "save_and_close": "Save & close",
+ "update": "Update",
+ "update_and_close": "Update & close",
+ "add_and_close": "Add & close",
+ "updating": "Updating",
+ "saving": "Saving",
+ "settings": "Settings",
+ "share": "Share",
+ "specific_roles": "Specific roles...",
+ "general": "General",
+ "surveys": "Surveys",
+ "add_survey": "New Survey",
+ "edit_survey": "Edit Survey",
+ "data_sources": "Data Sources",
+ "import": "Import",
+ "users": "Users",
+ "edit_user": "Edit User",
+ "add_user": "Add User",
+ "edit": "Edit",
+ "roles": "Roles",
+ "edit_role": "Edit Role",
+ "add_role": "Add Role",
+ "webhooks": "Webhooks",
+ "edit_webhook": "Edit Role",
+ "add_webhook": "Add Role",
+ "categories": "Categories",
+ "edit_category": "Edit Category",
+ "add_category": "Add Category",
+ "categories_count": "{{count}} categories",
+ "plans": "Plans",
+ "delete": "Delete",
+ "description": "Description",
+ "color": "Color",
+ "search_users": "Search users",
+ "searching": "Searching",
+ "show_hide": "Show/Hide",
+ "fields": "Fields",
+ "no_results": "No results found.",
+ "current_results": "Current results:",
+ "filter_by": "Filter by...",
+ "sort_filter": "Sort & filter",
+ "apply_filters": "Apply",
+ "close_and_view": "Close and view results",
+ "show_more_less": "Show more/less",
+ "filters": "Filters",
+ "filters_and_sorting": "Filters and sorting",
+ "filter_by_survey": "Filter by survey",
+ "configure": "Configure",
+ "post": "Post",
+ "name": "Name",
+ "key": "Key",
+ "survey_web_address": "Your survey's web address",
+ "default_value": "Default value (optional):",
+ "select_one": "Select One",
+ "sort_and_filter": "Sort & filter",
+ "saved_search": "Saved Search",
+ "tasks": "Tasks",
+ "return_to_all_posts": "Return to all posts",
+ "this_deplyment_is_private": "This deployment is private",
+ "private_deployment": "Private Deployment",
+ "mark_as": "Mark as",
+ "who_can_see_this_category": "Who can see this category?",
+ "this_category_is_child_to": "This category is a child to {{parent}}",
+ "nothing": "Nothing",
+ "who_can_see_this": "Who can see this?",
+ "add": "Add",
+ "add_new_category": "+ Add new category",
+ "sort_by": "Sort By ...",
+ "newest_first": "Newest first",
+ "oldest_first": "Oldest first",
+ "language": "Language",
+ "select_language": "Select language",
+ "add_new_post": "Add new post",
+ "previous": "Previous",
+ "duplicate": "प्रतिलिपि बनाएं",
+ "yes_delete": "Yes, delete",
+ "no_go_back": "No, go back",
+ "are_you_sure_you_want_to_delete": "Are you sure you want to Delete",
+ "action_cannot_be_undone": "This action cannot be undone.
Are you sure?
",
+ "you_are_not_authorized": "You are not authorized",
+ "lost_internet_connection": "Lost internet connection",
+ "tweet_is_unavailable": "This tweet is unavailable",
+ "file_uploader": "File uploader",
+ "preview_image": "Preview image",
+ "privacy_policy": "Privacy Policy",
+ "terms_and_conditions": "Terms and Conditions",
+ "ok_sounds_good": "OK, sounds good",
+ "next_step": "Next step",
+ "we_are_aware_there_are_some_issues_here": "We are aware there are some issues here. The team is working on fixing them.",
+ "you_are_using_old_deployment_version": "You are using Deployment Version - {{api_version}}. The latest version is v5. Please, update your Deployment for users access.",
+ "outdated_deployment": "Outdated Deployment!",
+ "the_deployment_is_outdated": "The Deployment is outdated, therefore some bugs may occur, till Admin update it.",
+ "your_deployment_is_outdated": "Your Deployment is outdated",
+ "we_ve_updated_deployments_to_version_5": "We’ve updated Deployments to version 5. Users may not have access to your deployment soon. ",
+ "for_more_details_on_deployment_update": "For more details on deployment update, go to Help & Support (this should be a link) or send an email to:",
+ "open_chat": "Open Chat",
+ "end_post": "End of Posts"
+ },
+ "cookies": {
+ "we_use_cookies": "Howdy! We use cookies to make your experience better.",
+ "cookies_privacy": "If you want to know more or withdraw your consent, please go to our Privacy Policy.",
+ "decline": "Decline",
+ "accept_cookies": "Accept cookies"
+ },
+ "404": {
+ "404": "404",
+ "error": "error",
+ "description": "Oops... Sorry, we can’t find the page that you’re looking for.
Please search by another phrase or go back to the Map View.",
+ "button": "Go to the Map View"
+ },
+ "toolbar": {
+ "searchbar": {
+ "search_entity": "Search {{entity}}",
+ "search_all_entities_for": "Search all {{entity}} for"
+ }
+ },
+ "color_picker": {
+ "hex_value": "Hex Value",
+ "red": "Red",
+ "gold": "सोना",
+ "blue": "Blue",
+ "green": "Green"
+ },
+ "feature_limits": {
+ "view_unavailable": "आपकी वर्तमान योजना में {{value}} दृश्य उपलब्ध नहीं है। इसे प्राप्त करने के लिए अपनी योजना को अपग्रेड करें!"
+ },
+ "limit": {
+ "plan_limit": "Ushahidi Plan Limit",
+ "post_limit_reached": "आप अपनी योजना के लिए प्रकाशित पोस्ट की सीमा तक पहुंच गए हैं।",
+ "admin_limit_reached": "आपकी योजना के लिए एडमिन यूजर्स की सीमा तक पहुँच गए है।",
+ "post_type_limit_reached": "आप अपनी योजना के लिए सर्वेक्षण सीमा तक पहुंच गए हैं।",
+ "upgrade": "अपग्रेड"
+ },
+ "activity": {
+ "activity_over_time": "Activity over time",
+ "activity_by_volume": "Activity by volume",
+ "recent_activity_timeline": "Recent Activity timeline",
+ "new_post": "नयी पोस्ट",
+ "by": "द्वारा",
+ "context_body": "A summary of how people are interacting with {{site}}.",
+ "inbound": "Inbound Response Messages",
+ "outbound": "Outbound Surveying Messages",
+ "recipients": "Unique Recipients of Targeted Survey",
+ "responders": "Unique Responders to Targeted Survey",
+ "all_targeted": "All Targeted Surveys",
+ "no_targeted": "You don't have any Targeted Survey data to show.",
+ "all_sources": "All Data Souces",
+ "web_mobile": "Web and Mobile",
+ "email": "email",
+ "sms": "sms",
+ "twitter": "twitter",
+ "all_crowdsourced": "All Crowdsourced Surveys",
+ "no_crowdsourced": "You don't have any Crowdsourced Survey data to show.",
+ "targeted_activity": "Tageted Survey Activity",
+ "crowdsourced_activity": "Crowdsourced Survey Activity",
+ "tooltip_template": "This is the single point tooltip template"
+ },
+ "form": {
+ "add_field": "फील्ड जोड़े",
+ "add_field_instructions": "इस फ़ील्ड में निर्देश जोड़ें",
+ "add_field_instructions_info": "These instructions will be presented as a tooltip to a user when filling in this field.",
+ "add_field_instructions_placeholder": "इस क्षेत्र को समझाएं...",
+ "add_post_type": "New Survey",
+ "add_step": "Add task",
+ "add_language": "भाषा जोड़ें",
+ "added_form_stage_attribute": "Saved field",
+ "field_allowed_relation_post_type": "Allowed surveys",
+ "choose_order_message": "Choose and order the fields that you would like to include in this survey",
+ "created_form_stage": "Saved task",
+ "currently_disabled": "This survey is currently disabled.",
+ "custom_structure": "Custom Structure",
+ "default_date_placeholder": "Default date",
+ "default_date_hint": "If no date is added, the current time of posting would be added by default. The user can still update the {{ field_name }} after post submission.",
+ "default_default_placeholder": "Default value",
+ "default_location_placeholder": "Nairobi, Kenya",
+ "delete_post_type": "Delete this survey",
+ "deleted_form": "Deleted Survey",
+ "deleted_form_stage": "Deleted Task",
+ "deleted_form_stage_attribute": "Deleted field",
+ "editable_by": "Editable By",
+ "edit_post_step": "Edit Task: {{step}}",
+ "edit_post_type": "Edit Survey: {{form}}",
+ "edit_post_types": "Edit Surveys",
+ "field_add_option": "Add",
+ "field_add_other": "Add other",
+ "field_add_other_desc": "Allows entering a custom option that is not listed among the provided choices.",
+ "field_default": "Field Default",
+ "field_key": "Field Key",
+ "field_type": "Field Type",
+ "field_name": "Field Name",
+ "field_options": "Field Options",
+ "field_key_placeholder": "field-key",
+ "field_name_placeholder": "Name this field",
+ "field_option_placeholder": "Option 1",
+ "field_required": "This field is required",
+ "form_name": "Name",
+ "form_description": "Description",
+ "forms": "Forms",
+ "form_stage_settings_saved": "Saved settings",
+ "permission_public": "Public",
+ "permission_admin": "Admin",
+ "permission_self": "Only Me",
+ "post_type_settings": "Survey Settings",
+ "post_step_settings": "Task Settings",
+ "priority_changed": "Changed priority",
+ "save_and_close": "Save & Close",
+ "save_post_type": "Save Survey",
+ "save_post_step": "Save Task",
+ "saved_form": "Survey saved.",
+ "select_language": "Select languages",
+ "step_delete": "Delete",
+ "step_name": "Task Name",
+ "step_rename": "Rename",
+ "step_required": "This task is required",
+ "post_step": "Post",
+ "type": "type",
+ "visible_to": "Visible To",
+ "choose_language": "Choose language for translation",
+ "error_input_number": "Please input {{type}} type number"
+ },
+ "survey": {
+ "no_tasks": "No tasks",
+ "select_categories": "Select categories",
+ "select_related_post": "Select related post",
+ "no_fields": "No fields",
+ "select_color": "Select color",
+ "choose_survey": "Choose survey",
+ "marked_for_internal": {
+ "header": "Internal Use Only",
+ "body": "This task is marked for internal use only. It is not seen by users when they create a post."
+ },
+ "task_is_marked_as": {
+ "not_completed": "Task Complete? - Use toggle below",
+ "completed": "You have marked \"{{taskName}}\" Task as Completed!"
+ },
+ "delete_task": "Delete task",
+ "duplicate_survey": "प्रतिलिपि बनाएं",
+ "main_info": "Main info",
+ "internal_use_task": "कार्य केवल आंतरिक उपयोग के लिए है।",
+ "internal_use_task_desc": "This task will only be visible to User who have Manage Post permission.",
+ "duplicate_task": "डुप्लिकेट कार्य",
+ "duplicate_option": "डुप्लिकेट विकल्प मौजूद है",
+ "special_characters_option": "This option contains special characters",
+ "show_this_task_to": "Show this task to everyone when published",
+ "show_this_task_to_desc": "When a survey response is published, data from this task will be displayed.",
+ "survey_name": "Survey name",
+ "describe_your_survey": "Describe your survey...",
+ "describe_this_task": "Describe this task...",
+ "untitled_task": "Untitled task",
+ "add_task": "Add task",
+ "title": "Title",
+ "field_allowed_relation_survey": "Allowed surveys",
+ "collect_image_caption": "Include image caption field",
+ "collect_media_caption": "Include caption field",
+ "disable_caption_field_explanation": "This will disable and hide all existing captions for this field, but you can re-enable them at any time.",
+ "description": "Description",
+ "task_description": "Task description",
+ "post_fields": "Post fields",
+ "task_fields": "Task fields",
+ "show_task": "Show this task to everyone when the post is published",
+ "task_info": "You can add additional information to each post, like translations or verification, and assign them to people by adding Tasks. You can choose from pre-built tasks or create your own from scratch.",
+ "text_desc": "A sentence or less",
+ "short_text": "Short text",
+ "long_text": "Long text",
+ "number_decimal": "Number (Decimal)",
+ "number_integer": "Number (Integer)",
+ "location": "Location",
+ "date": "Date",
+ "datetime": "Date & Time",
+ "select": "Select",
+ "radio_button": "Radio Button(s)",
+ "checkbox": "Checkbox(es)",
+ "related_post": "Related Post",
+ "related_post_info": "Please note, the posts to relate to needs to be published, posts that are \"Under review\" will not appear in the search-results",
+ "upload_image": "Image",
+ "upload_document": "Document",
+ "upload_audio": "Audio",
+ "embed_video": "Embed video",
+ "markdown": "Markdown",
+ "categories": "Categories",
+ "textarea_desc": "Multiple sentences or paragraphs",
+ "decimal_desc": "A number with decimal places",
+ "integer_desc": "A whole number",
+ "location_desc": "A geographic location chosen via a map",
+ "date_desc": "A date with year, month, day",
+ "datetime_desc": "A date with time in hours and minutes",
+ "select_desc": "A drop down list of items",
+ "radio_desc": "Allows the user to choose only one of a predefined set of options.",
+ "checkbox_desc": "Allows the user to choose one or more of a predefined set of options.",
+ "relation_desc": "Create a relation between different surveys",
+ "upload_desc": "Allows image(s) to be uploaded to the post",
+ "audio_desc": "Allows audio file(s) to be uploaded to the post",
+ "document_desc": "Allows document(s) to be uploaded to the post",
+ "video_desc": "Allows Youtube or Vimeo videos to be embed in the post",
+ "maximum_upload_size" : "Maximum Upload Size",
+ "small_upload_size" : "Small",
+ "medium_upload_size" : "Medium",
+ "large_upload_size" : "Large",
+ "markdown_desc": "Allows the use of markdown syntax to style the field content.",
+ "tasks": "Tasks",
+ "task_visible_when_published": "This task will be visible when post is published.",
+ "show_field_description": "Add field description (optional):",
+ "add_field": "Add {{fieldType | lowercase}} field",
+ "edit_field": "Edit {{fieldType | lowercase}} field",
+ "build": "Build",
+ "configure": "Configure",
+ "require_section": "Require this task be completed before a post can be visible to the public",
+ "hide_author_information": "Hide author information",
+ "hide_author_information_desc": "Only people with permission to edit responses will be able to see who submitted them; and only when editing them.",
+ "hide_location_information": "Hide exact location information",
+ "hide_location_information_desc": "Only people with permission to edit responses will be able to see exact locations. Other people will see rounded locations. The location will be accurate to {{precision}}km.",
+ "hide_time_information": "Hide exact time information",
+ "hide_time_information_desc": "Only people with permission to edit responses will be able to see exact time submitted. Other people will see only the date.",
+ "share": "Share",
+ "task_name": "Task name",
+ "required_field": "Required",
+ "required": "Required",
+ "required_desc": "Require this task be completed before a post can be visible to the public.",
+ "require_field_desc": "Require this field be completed",
+ "name_this_task": "Name this task...",
+ "require_review": "Require posts to be reviewed before they're published",
+ "require_review_desc": "New responses to this survey will be put 'under review', and therefore not immediately visible to the public. Users with permission to review the response can review and 'publish' them, which would then make them visible to everyone.",
+ "require_task": "Required",
+ "make_response_private": "Make responses private",
+ "response_private_desc": "Only people with permission to edit responses can see responses to this field",
+ "require_task_desc": "Require this task be completed before a post can be visible to the public",
+ "survey_permissions": "Survey permissions",
+ "only_edit": "Only people with permission to edit responses will be able to see responses to this field.",
+ "who_can_add": "Who can add to this survey",
+ "survey_field": "Survey field",
+ "choose_survey_field": "Choose what should be assigned to each survey field",
+ "choose_survey_field_desc": "Each of the survey's fields are listed below. Choose the data from {{datasource_type}} that you'd like to use to populate each of those fields.",
+ "who_can_contribute_to_task": "Who can contribute to fields in this task",
+ "view_detail": "Detail",
+ "no_options_for_this_field": "No options for this field",
+ "add_options_first": "Add options first",
+ "delete": {
+ "desc": "If you delete this survey, all of its posts will also be deleted. Proceed with caution.",
+ "delete": "Delete survey",
+ "delete_this": "Delete this survey",
+ "delete_this_field": "Delete this field",
+ "delete_field": "Delete field",
+ "desc_field": "If you delete this field, all of the data that was collected within it will also be deleted. Proceed with caution."
+ },
+ "name": "Survey name",
+ "color": {
+ "color": "Color",
+ "hex": "Hex value",
+ "red": "Red",
+ "gold": "सोना",
+ "blue": "Blue",
+ "green": "Green"
+ },
+ "who": "Who can see this?",
+ "task": {
+ "delete": {
+ "desc": "If you delete this task, all of the data captured in it will also be deleted. Proceed with caution.",
+ "delete": "Delete task",
+ "delete_this": "Delete this task"
+ }
+ },
+ "fields": {
+ "fields_title": "Fields",
+ "validation": {
+ "required": "Required fields are missing, these fields are marked with an *.",
+ "special_characters": "{{name}} field contains special characters"
+ }
+ },
+ "targeted_survey": {
+ "title": "Create a new targeted survey",
+ "description": "Send questions via SMS to a list of those phone numbers.",
+ "name_title": "Name your survey",
+ "name": "Survey name",
+ "description_title": "Survey Description",
+ "audience_title": "Choose your audience",
+ "add_questions_title": "Add your questions",
+ "add_questions_description": "We will send each question as a separate SMS. After someone responds, we will send the next question in the survey.",
+ "add_another": "Add another question...",
+ "add_a_question": "Add a question...",
+ "edit_title": "Edit question",
+ "new_question_title": "New Question",
+ "question_text": "Question text",
+ "question_description": "This is what users will see when they go to your survey.",
+ "sample_question": "Sample question: Hi there! How are you feeling today? Your response is free.",
+ "char_remains": "{{remaining}}/160 characters remaining",
+ "publish": "Publish survey",
+ "delete": "Delete",
+ "send_to_old_number_warning": "If you are messaging a number that you have messaged in the past, that person's responses will always apply to the most recent survey. They will no longer be able to reply to previous unanswered survey questions.",
+ "publish_description_many": "We will send {{questions}} questions to {{numbers}} people via SMS for a total of {{total_sms_messages}} messages. Your telecommunications provider will charge you for each message. Please be careful about the costs you will incur by sending this survey. This action cannot be undone.",
+ "publish_description_one_question": "We will send {{questions}} question to {{numbers}} people via SMS for a total of {{total_sms_messages}} messages. Your telecommunications provider will charge you for each message. Please be careful about the costs you will incur by sending this survey. This action cannot be undone.",
+ "publish_description_one_number": "We will send {{questions}} questions to {{numbers}} person via SMS for a total of {{total_sms_messages}} messages. Your telecommunications provider will charge you for each message. Please be careful about the costs you will incur by sending this survey. This action cannot be undone.",
+ "publish_description_one_number_one_question": "We will send {{questions}} question to {{numbers}} person via SMS for a total of {{total_sms_messages}} message. Your telecommunications provider will charge you for each message. Please be careful about the costs you will incur by sending this survey. This action cannot be undone.",
+ "question_warning": "You must enter at least 1 question.",
+ "publish_warning": "Are you sure you ant to send this SMS survey?",
+ "publish_notification_many": "{{messages}} messages will be sent as part of this survey. You will be charged for these messages by your telecommunications provider",
+ "publish_notification_one": "{{messages}} message will be sent as part of this survey. You will be charged for that message by your telecommunications provider",
+ "hide_responders": "Hide information about responders",
+ "hide_responders_desc": "The phone numbers of the people who respond to your questions remain hidden from the public site. Only the team members with edit permissions will be able to see them.",
+ "notification_button": "View survey in datamode",
+ "name_warning": "You must give your survey a name.",
+ "description_warning": "You must give your survey a description.",
+ "send_to_person": "Targeted: Send this survey to {{recipientCount}} person via SMS",
+ "send_to_people": "Targeted: Send this survey to {{recipientCount}} people via SMS",
+ "country_code": "Country Code",
+ "country_code_error": "You must select a country.",
+ "select_country": "Select Country",
+ "phone_numbers": "Phone Numbers",
+ "phone_number_warning": "You must enter at least 1 phone number.",
+ "one_repeat_alert": "We removed a total of {{repeatCount}} repeat number from your list.",
+ "multi_repeat_alert": "We removed a total of {{repeatCount}} repeat numbers from your list.",
+ "multi_number_error": "Of the {{total}} phone numbers you entered, we noticed problems with {{bad}} of them. Please correct the phone numbers below and continue. Numbers must match the selected country's formatting rules.",
+ "one_number_error": "Of the {{total}} phone numbers you entered, we noticed problems with {{bad}} of them. Please correct the phone number below and continue. Numbers must match the selected country's formatting rules.",
+ "multi_numbers_good": "These {{good_numbers}} numbers look fine.",
+ "one_number_good": "This {{good_numbers}} number looks fine.",
+ "question_error": "You must add at least one question.",
+ "phone_number_instructions": "Please type in the phone numbers you'd like to contact. You must place a comma between each phone number.",
+ "targeted_survey": "Targeted Survey",
+ "targeted_survey_desc": "We sent this survey via SMS",
+ "sent_messages": "We have sent {{totalSent}} messages, and",
+ "sent_message": "We have sent {{totalSent}} message, and",
+ "received_responses": "you have received {{responses}} responses",
+ "received_response": "you have received {{responses}} response",
+ "recipients_count": "from {{recipients}} recipients so far.",
+ "recipient_count": "from {{recipients}} recipient so far.",
+ "error_message": "An error occurred while trying to save your targeted survey",
+ "error_contacts": "Some of the numbers you provided failed, please check your numbers and try again",
+ "pending_messages": "We are processing {{totalPending}} messages.",
+ "pending_message": "We are processing {{totalPending}} message.",
+ "cancel": "Cancel"
+ }
+ },
+ "global_filter": {
+ "filter": "Filter",
+ "categories": {
+ "categories": "Categories",
+ "all_categories": "सभी श्रेणियाँ"
+ },
+ "post_types": {
+ "post_types": "Surveys",
+ "all_types": "सभी प्रकार के",
+ "unstructured": "असंरचित"
+ },
+ "post_statuses": {
+ "post_statuses": "Status",
+ "all_statuses": "कोई स्थिति",
+ "draft": "ड्राफ्ट",
+ "published": "Published"
+ },
+ "post_stages": {
+ "post_stages": "Current Task",
+ "all_stages": "सभी कार्य"
+ },
+ "collections": {
+ "collections": "Collections",
+ "all_collections": "All Collections",
+ "search_collections": "Search Collections"
+ },
+ "sorting": "Sorting",
+ "sort": {
+ "order": {
+ "filter_type_tag": "Order",
+ "desc": "Newest first",
+ "asc": "Oldest first"
+ },
+ "orderby": {
+ "post_date": "Post Date",
+ "created": "Date created",
+ "updated": "Date updated"
+ },
+ "unlockedOnTop": {
+ "filter_type_tag": "Unlocked posts on top"
+ }
+ },
+ "filter_tabs": {
+ "order": "Order",
+ "order_group": {
+ "orderby": {
+ "post_date": "Post Date",
+ "created": "Date created",
+ "updated": "Date updated"
+ },
+ "order": {
+ "desc": "Newest first",
+ "asc": "Oldest first"
+ },
+ "unlocked_on_top_yes": "Yes",
+ "unlocked_on_top_no": "No"
+ },
+ "orderby": "Order by",
+ "order_unlocked_on_top": "Unlocked posts on top",
+ "savedsearch": "Saved Search",
+ "saved_search": "Saved Search",
+ "q": "Keyword",
+ "created_after": "Start date",
+ "created_before": "End date",
+ "date_after": "Start date",
+ "date_before": "End date",
+ "center_point": "Location",
+ "tags": "Category",
+ "form": "Survey",
+ "current_stage": "Current Task",
+ "set": "Collection",
+ "status": "Status",
+ "expires": "Expires",
+ "download": "Download",
+ "location_value": "Within {{km}} km of {{value}}",
+ "visible_to": "Visible to",
+ "user": "User",
+ "has_location": "Post-locations",
+ "all_posts": "Show all posts",
+ "unmapped": "Show unmapped posts",
+ "mapped": "Show posts with a location",
+ "source": "Source"
+ },
+ "unmapped_start_one": "There is",
+ "unmapped_start_many": "There are",
+ "unmapped_one": "{{post_nb}} post",
+ "unmapped_many": "{{post_nb}} posts",
+ "unmapped_end": "not shown here because they don't include location information.",
+ "unmapped_none": "No posts without location information.",
+ "more": "More",
+ "keyword": "Keyword",
+ "start_date": "Start Date",
+ "start_date_placeholder": "Jan 25, 2014",
+ "end_date": "End Date",
+ "end_date_placeholder": "April 25, 2014",
+ "location": "Location",
+ "location_placeholder": "Enter city or address",
+ "city_or_address": "City or address",
+ "viewing_mode": "Viewing mode",
+ "within_km": "Within",
+ "km": "Km",
+ "within_km_placeholder": "Distance",
+ "option_1": "within 1 km",
+ "option_2": "within 10 km",
+ "option_3": "within 50 km",
+ "option_4": "within 100 km",
+ "option_5": "within 500 km",
+ "option_6": "within 100 km",
+ "option_7": "within 500 km",
+ "restore_defaults": "Restore Defaults",
+ "apply_filters": "Apply",
+ "save_to_set": "Save to Set",
+ "search": "Search",
+ "date_range": "Date range",
+ "who_its_visible_to": "Who it's visible to",
+ "status": "Status",
+ "source": "Source",
+ "saved_filters": "Saved filters",
+ "saved_filter": "Saved filter",
+ "no_saved_filters": "No saved filters. Saved filter(s) will appear here for you to select once made available.",
+ "save_new_filter": "Save new filter",
+ "clear_all_filters": "Clear all filters",
+ "delete_this_saved_filter": "Are you sure you want to delete this saved filter?"
+ },
+ "graph": {
+ "all_posts": "कुछ नहीं; सभी पोस्ट दिखाएं",
+ "all": "सभी समय",
+ "compare": "तुलना करें...",
+ "compare_all": "तुलना करें...",
+ "compare_status": "स्थिति की तुलना करें",
+ "compare_tags": "Compare categories",
+ "compare_form": "Compare surveys",
+ "compare_": "Compare",
+ "created": "Created time",
+ "cumulative": "Show cumulative totals",
+ "cumulative_post_count": "Total post count",
+ "custom": "Custom date range",
+ "custom_display": "{{start || 'Beginning'}} to {{end || 'Now'}}",
+ "group_by_placeholder": "Graph",
+ "new_post_count": "New posts",
+ "none": "None",
+ "no_data": "No activity to show",
+ "post_count": "Post count",
+ "post_date": "Post created date",
+ "select_one": "Select one",
+ "week": "This week",
+ "month": "This month",
+ "updated": "Updated time"
+ },
+ "message": {
+ "button": {
+ "dismiss": "खारिज करें",
+ "upgrade": "अपग्रेड करें",
+ "default": "Ok",
+ "cancel": "Cancel"
+ }
+ },
+ "modal": {
+ "button": {
+ "close": "बंद करें",
+ "done": "Done"
+ },
+ "donation": {
+ "thank_you_for_your_donation_start": "Web monetization is enabled on this website. Thank you for your donation. You have donated",
+ "thank_you_for_your_donation_end": "so far",
+ "web_monetization_text": "Ushahidi deployments are now web monetization enabled. Web monetization is a way of supporting the websites you love without playing advertisers game. All you need is to get your browser setup. Click the link below to learn how you can donate.",
+ "how_can_i_donate": "How can I donate?"
+ }
+ },
+ "nav": {
+ "open_menu": "Open menu",
+ "my_account": "My account",
+ "404": "Whoops",
+ "about": "बारे में ",
+ "activity": "Activity",
+ "add_post": "Add Post",
+ "account_settings": "Account Settings",
+ "alerts": "Alerts",
+ "all": "All",
+ "author_tagline": "By {{author}}",
+ "appearance": "Appearance",
+ "back": "Back",
+ "category": "Category",
+ "categories": "Categories",
+ "clear": "Clear",
+ "collections": "Collections",
+ "comments": "Comments",
+ "data_sources": "Data Sources",
+ "data_import": "Data Import",
+ "deployment_not_found": "Deployment Not Found",
+ "deselect": "Deselect",
+ "edit_profile": "Edit Profile",
+ "edit_post_type": "Edit Survey",
+ "everyone": "Everyone",
+ "export": "Export",
+ "forbidden": "Access Denied",
+ "dashboard": "Dashboard",
+ "delete": "Delete",
+ "edit": "Edit",
+ "filters": "Filters",
+ "forgotyourpassword": "Forgot your password?",
+ "resetpassword": "Reset password",
+ "resetmypassword": "Reset my password",
+ "forms": "Forms",
+ "help": "Help",
+ "home": "Home",
+ "login": "Log in",
+ "logout": "Log out",
+ "login_register": "Log in / Sign up",
+ "help_support": "Help & Support",
+ "registration": "Sign up",
+ "register": "Sign up",
+ "map_settings": "Map Settings",
+ "more": "More",
+ "notifications": "Notifications",
+ "receive_notifications": "Receive notifications",
+ "only_author": "Only the author",
+ "only_you": "Only you",
+ "people": "People",
+ "permissions": "Permissions",
+ "plan_settings": "Plan",
+ "please_wait_loading": "Please wait. Loading...",
+ "plugins": "Plugins",
+ "posts": "Posts",
+ "posts_and_entities": "Surveys",
+ "profile": "My Profile",
+ "role": "Role:",
+ "roles": "Roles",
+ "webhook": "Webhook",
+ "webhooks": "Webhooks",
+ "saved_searches": "Saved Searches",
+ "search": "Search",
+ "select_all": "Select all",
+ "selected_items": "{{selectedItems}} selected",
+ "settings": "Settings",
+ "survey_settings": "Survey settings",
+ "tags": "Categories",
+ "today": "Today",
+ "general": "General Settings",
+ "type": "Type",
+ "unknown": "Unknown",
+ "unselect_all": "Unselect All",
+ "user": "User",
+ "users": "Users",
+ "views": "Views",
+ "yesterday": "Yesterday",
+ "map": "Map",
+ "data": "Data",
+ "feed": "Data"
+ },
+ "views": {
+ "map": "नक्शा",
+ "list": "Timeline",
+ "activity": "Activity",
+ "data": "Data"
+ },
+ "share": {
+ "share_deployment": "Share deployment",
+ "share_post": "Share post",
+ "web_address": "You survey's web address",
+ "embed_on_websites": "HTML embed on websites",
+ "copied": "Copied!",
+ "share_on_twitter": "Share on Twitter",
+ "share_on_facebook": "Share on Facebook"
+ },
+ "post": {
+ "post_count": "{{count}} posts",
+ "see_more_plural": "See {{newPostsCount}} new posts",
+ "see_more_singular": "See {{newPostsCount}} new post",
+ "add_to_form": "Add to {{form}}",
+ "posts": "Posts",
+ "post_title": "Post title",
+ "post_desc": "Post description",
+ "there_are_no_posts": "There are no posts",
+ "in_this_deployment": "in this deployment, yet.",
+ "posts_total": "{{posts}} of {{total_nb}} posts",
+ "posts_total_map": "Displaying {{posts}} of {{total_nb}} posts with location information on the map.",
+ "search_results": "Results:",
+ "by": "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": "Task completed",
+ "everyone": "Everyone",
+ "just_you": "Just you",
+ "specific_roles": "Specific roles...",
+ "can_see_this": "can see this",
+ "add_post_type": "Add {{form_name}}",
+ "edit_post_type": "Edit {{form_name}}",
+ "post": "Post",
+ "message": "Message",
+ "message_thread": "Message Thread",
+ "all_posts": "All posts",
+ "no_search_results": "Your search didn't match any posts",
+ "no_search_results_location": "Your search didn't match any posts with location information",
+ "no_posts_yet": "There are no posts yet!",
+ "no_posts_yet_location": "There are no posts with location information yet!",
+ "add_first_post": "Add the first post",
+ "create_post": "Create Post",
+ "create": "Create",
+ "change": "Change",
+ "posted_by": "Posted by",
+ "draft": "Under review",
+ "archived": "Archived",
+ "edited_by": "Edited by",
+ "export": "Export",
+ "select_all": "Select All",
+ "unselect_all": "Unselect All",
+ "per_page": "{{count}} posts",
+ "post_details": "Post Details",
+ "steps": "This post's tasks",
+ "mark_complete": "Mark as Complete",
+ "complete": "Complete",
+ "type_details": "{{type}} Details",
+ "edit_post": "Edit Post",
+ "history": "History",
+ "hide_form": "Hide {{form}}",
+ "hide_unknown_form": "Hide Unknown",
+ "publish": "Publish to...",
+ "publish_for_you": "You",
+ "publish_for_everyone": "Everyone",
+ "published": "Published",
+ "unpublished": "Unpublished",
+ "published_by": "Published by",
+ "can_see_this_post": "can see this post",
+ "categories": "Categories",
+ "status": "Status",
+ "type": "Type",
+ "view": "View",
+ "step": "Task",
+ "update": "Update",
+ "options": "Options",
+ "complete_draft": "Complete (Draft)",
+ "complete_published": "Complete (Published)",
+ "structure": "Structure",
+ "source": "via {{source}}",
+ "visible_to_public": "This post is visible to the public",
+ "visible_to_you": "This post is visible to just you and admins",
+ "visible_to_roles": "This post is visible to {{roles}}",
+ "show_only_form": "Show only {{form}}",
+ "show_only_unknown_form": "Show only Unknown",
+ "delete_post": "Delete post",
+ "delete_this_post": "Delete this post",
+ "delete_post_desc": "If you delete this post, all of its comments will also be deleted. Proceed with caution.",
+ "read_more": "Read more",
+ "post_actions": {
+ "edit": "Edit",
+ "delete": "Delete",
+ "export": "Export",
+ "put_under_review": "Put under review",
+ "archive": "Archive",
+ "publish": "Publish"
+ },
+ "created_at": "Created at",
+ "updated_at": "Last updated at",
+ "author": "Author",
+ "post_date": "Post date",
+ "change_author": "Change author",
+ "status_published": "Published",
+ "status_review": "Under review",
+ "status_archived": "Archived",
+ "unknown_posts": "Unknown posts",
+ "my_posts": "My posts",
+ "unstructured_posts": "Unstructured posts",
+ "published_posts": "Published posts",
+ "all_posts_desc": "All posts",
+ "published_posts_desc": "All published posts",
+ "unstructured_posts_desc": "Unstructured posts",
+ "my_posts_desc": "Your posts",
+ "unknown_posts_desc": "Posts with no assigned survey",
+ "image_is_required": "Image is required",
+ "image_max_size": "Image exceed max file size",
+ "locking": {
+ "unlocked": "Post successfully unlocked",
+ "unlock": "Unlock",
+ "lock_broken_by_other": "Your Post has been unlocked. Your current unsaved changes will be lost.",
+ "locked_message": "The post is locked because {{ user }} is working on it right now. Try editing a different post.",
+ "locked_tooltip": "This post is being edited by someone else. Please try again later."
+
+ },
+ "modify": {
+ "intro": "Select survey:",
+ "no_task_values": "There are currently no saved values for this task.",
+ "create_type": "Create {{type}}",
+ "edit_type": "Edit {{type}}: {{title}}",
+ "add_a_post": "Add a post",
+ "add_to_survey": "Add to this survey",
+ "edit_post": "Edit {{title}}",
+ "change_type": "Change type",
+ "incomplete_step": "To publish a post all required tasks must be marked as complete. The required task {{stage}} has not yet been marked complete",
+ "save_post": "Save Post",
+ "publish": "Publish to...",
+ "publish_to": "Publish to {{role}}",
+ "published_to": "Published to {{role}}",
+ "unpublish": "Revert to Draft",
+ "everyone": "Everyone",
+ "back": "Back",
+ "contact_info": "Enter your contact info (optional)",
+ "author_realname": "Name",
+ "author_email": "Email Address",
+ "bulk_actions": "Bulk Actions",
+ "form": {
+ "categories": "Categories",
+ "description": "Description",
+ "location": "Location",
+ "title": "Title",
+ "link": {
+ "name": "Link Name",
+ "url": "Link url",
+ "add_link": "Add Link"
+ }
+ }
+ },
+ "preview": {
+ "private": "private",
+ "public": "public",
+ "read_more": " ... Read More",
+ "tags": "Categories",
+ "post_actions": {
+ "post_actions": "Post Actions",
+ "select": "select",
+ "edit": "edit",
+ "set": "set",
+ "publish": "publish",
+ "unpublish": "unpublish",
+ "delete": "delete"
+ }
+ },
+ "messages": {
+ "by_sms": "By SMS",
+ "by_email": "By Email",
+ "by_twitter": "By Twitter",
+ "reply": "Reply to Message thread",
+ "send": "Send New Message",
+ "save": "Save",
+ "simple_send": "Send",
+ "title": "Conversation with author",
+ "associated_messages": "View messages associated with this post",
+ "show_only_incoming": "Show only {{provider}} not assigned to a survey yet",
+ "imported_by": "{{messages}} imported by this deployment",
+ "Twitter": "Twitter",
+ "Email": "Email Address",
+ "SMS": "SMS",
+ "previous_page": "<< Previous page",
+ "next_page": "Next page >>",
+ "empty_message_error": "You must add a message",
+ "no_messages": "There are no messages yet. Start a conversation with the author by sending a message below."
+ },
+ "valid": {
+ "no_changes": "You haven’t made any changes",
+ "invalid_state": "This post is currently in an invalid state. You'll need to complete all required tasks before you can re-publish this post. You can either complete the necessary tasks or give your post a different status, like \"under review.\"",
+ "validation_fail": "Required fields are missing, these fields are marked with an *.",
+ "validation_fail_other": "There was an error validating the data. Fields failing validation will display an error.",
+ "title": {
+ "required": "A title is required",
+ "minlength": "Title is too short",
+ "maxlength": "Title is too long"
+ },
+ "label": {
+ "required": "A name is required"
+ },
+ "content": {
+ "required": "Description cannot be empty"
+ },
+ "tags": {
+ "required": "Categories are required"
+ },
+ "values": {
+ "required": "\"{{label}}\" is required",
+ "parse": "\"{{label}}\" could not be parsed",
+ "date": "\"{{label}}\" must be a date",
+ "number": "\"{{label}}\" must be a number",
+ "step": "\"{{label}}\" must be an integer"
+ },
+ "author_name": {
+ "maxlength": "Name is too long"
+ },
+ "author_email": {
+ "email": "Invalid email"
+ }
+ },
+ "media": {
+ "enter_a": "Enter a",
+ "youtube": "Youtube",
+ "current_url": "Current image",
+ "add_caption": "Add caption",
+ "upload": "Upload",
+ "add_photo": "Add photo",
+ "add_audio": "Add audio",
+ "add_document": "Add document",
+ "retry" : "Retry",
+ "delete_photo": "Delete photo",
+ "replace_image": "Replace image",
+ "error_in_upload": "Your image is too large (maximum size is 1MB) or has the wrong format (allowed formats are gif, png, jpg and jpeg), please check and try again!",
+ "messages": {
+ "max_size" : "Your file is too large.",
+ "max_files" : "You have exceeded the maximum number of files.",
+ "required" : "Media is required.",
+ "invalid_type" : "Unsupported file type."
+ },
+ "status" : {
+ "uploading" : "Uploading...",
+ "upload_complete" : "Upload Complete!",
+ "upload_failed" : "Upload failed!"
+ }
+ },
+ "video": {
+ "enter_a_url": "Enter a video URL from Youtube or Vimeo."
+ },
+ "unstructured": {
+ "add_survey": {
+ "info": "This post hasn't yet been assigned to a survey within your deployment. That's because it was submitted via {{source}}, which doesn't provide a way for the author to add their post to a specific survey.",
+ "choose": "Which survey would you like to add this post to?",
+ "title": "Add this post to a survey",
+ "save_and_edit": "Add to survey & edit"
+ },
+ "survey_title": "Unknown Survey"
+ },
+ "relation": {
+ "search": "Search"
+ },
+ "location": {
+ "location": "Location",
+ "you_can_search_or_click": "You can search or click the area of map where you want to place the marker.",
+ "search_address": "Search for addresses, place names, or coordinates...",
+ "nothing_found": "Nothing found",
+ "errors": {
+ "empty_lat": "Latitude is empty field",
+ "empty_lng": "Longitude is empty field",
+ "decimal_lat": "Latitude only decimal number",
+ "decimal_lng": "Longitude only decimal number"
+ }
+ }
+ },
+ "role": {
+ "are_you_sure_you_want_to_delete_role": "Are you sure you want to delete role {{roleName}}?",
+ "add_role": "Add Role",
+ "edit_role": "Edit Role",
+ "name": "Name",
+ "description": "Description",
+ "placeholder": {
+ "name": "Enter role name",
+ "description": "Enter role description"
+ },
+ "save": "Save Role",
+ "save_add_another": "Save & Add Another",
+ "permissions": "Permissions",
+ "delete": "Delete",
+ "delete_role": "Delete this role",
+ "delete_role_desc": "If you delete this role, all of the users assigned to it will be assigned default permissions. Proceed with caution.",
+ "everyone": "Everyone",
+ "just_you": "Just you",
+ "only_me": "Only me"
+ },
+ "webhook": {
+ "add_webhook": "Add Role",
+ "edit_webhook": "Edit Role",
+ "uuid": "Webhook UUID",
+ "name": "Name",
+ "shared_secret": "Shared Secret",
+ "url": "API URL",
+ "entity_type": "Entity Type",
+ "event_type": "Event Type",
+ "save": "Save Role",
+ "save_add_another": "Save & Add Another",
+ "delete": "Delete",
+ "delete_webhook": "Delete this webhook",
+ "delete_webhook_desc": "If you delete this webhook, all associated webhook events will be lost. Proceed with caution."
+ },
+ "saved_search": {
+ "visible_to_public": "This Saved Search is visible to the public",
+ "visible_to_you": "This Saved Search is visible to just you and admins",
+ "visible_to_roles": "This Saved Search is visible to {{roles}}",
+ "featured": "Featured",
+ "featured_tooltip": "Featured searches appear to all users in
the \"Saved Searches\" menu"
+ },
+ "collection": {
+ "visible_to_public": "This Collection is visible to the public",
+ "visible_to_you": "This Collection is visible to just you and admins",
+ "visible_to_roles": "This Collection is visible to {{roles}}",
+ "validation": {
+ "required": {
+ "name": "Collection name is required"
+ }
+ },
+ "errors": {
+ "permissions": "You do not have permission to view this collection"
+ }
+ },
+ "set": {
+ "by": "by",
+ "clear_search": "Clear Search",
+ "create_collection": "Create Collection",
+ "create_new": "Create New",
+ "create_savedsearch": "Create Saved Search",
+ "description": "Description",
+ "delete_collection": "Delete this collection",
+ "delete_savedsearch": "Delete this Saved Search",
+ "default_viewing_mode": "Default viewing mode",
+ "edit_collection_settings": "Edit Collection",
+ "edit_search_settings": "Edit Saved Search",
+ "featured": "Featured",
+ "featured_collection": "This collection is featured",
+ "featured_collection_tooltip": "Featured Collections appear to all users in
the \"Collections\" menu",
+ "find_a_collection": "Find a collection...",
+ "find_a_saved_search": "Find a saved search...",
+ "delete_saved_searches": "Delete Saved Searches",
+ "add_to_collection": "Add to Collection",
+ "empty_list_collections": "No collections",
+ "empty_list_savedsearches": "No saved searches",
+ "collection_name": "Collection name",
+ "name_your_collection": "Name your collection...",
+ "name_savedsearch": "Saved Search name",
+ "visible_to_collection": "Who can see this Collection",
+ "visible_to_savedsearch": "Who can see this Saved Search",
+ "reset_savedsearch": "Reset Search",
+ "save_set": "Save Collection",
+ "save_savedsearch": "Save Search",
+ "update_savedsearch": "Update Search",
+ "edit_savedsearch": "Edit Search",
+ "set_settings": "Collection Settings",
+ "add_notification": "Add Notification",
+ "remove": "remove",
+ "update_saved_filter": "Update Saved Filter",
+ "create_saved_filter": "Create Saved Filter",
+ "collection_saved": "Collection saved.",
+ "collection_updated": "Collection updated.",
+ "collection_description": "You can add posts to your collection from the Data view"
+ },
+ "category": {
+ "add_tag": "Add Category",
+ "save_add_another": "Save & Add Another",
+ "delete_category": "Delete category",
+ "delete_this_category": "Delete this category",
+ "delete_category_desc": "If you delete this category, it will no longer be associated with any posts. Proceed with caution.",
+ "show_categories": "Show available categories",
+ "child_permissions": "Permissions for this category are managed by the parent category.",
+ "which_categories": "Which categories should be available?",
+ "select_all": "Select All",
+ "choose_roles": "Choose Roles",
+ "create_tag": "Create Category",
+ "saved_tag": "Category saved.",
+ "deleted_tags": "Categories deleted.",
+ "manage_tags": "Manage Categories",
+ "edit_tag": "Edit Category",
+ "validation": {
+ "required": {
+ "name": "Category name is required"
+ }
+ },
+ "editor": {
+ "name": "Category Name",
+ "slug": "Category Link",
+ "slug_help": "If left blank, will be automatically generated from category name.",
+ "description": "Description",
+ "type": "Type",
+ "color": "Icon Color",
+ "icon": "Icon Name",
+ "roles_help": "Only selected roles will be able to view this category."
+ },
+ "placeholder": {
+ "name": "Enter name",
+ "descriptions": "Enter description...",
+ "choose_parent_category": "Choose parent category..."
+ },
+ "types": {
+ "category": "Category",
+ "status": "Status"
+ },
+ "delete": "Delete",
+ "parent_category": "Parent category"
+ },
+ "tool": {
+ "manage_forms": "Manage Forms",
+ "manage_tags": "Manage Categories",
+ "manage_users": "Manage Users",
+ "manage_roles": "Manage Roles",
+ "manage_webhooks": "Manage Webhooks",
+ "manage_views": "Manage Views",
+ "manage_map_settings": "Manage Map Settings",
+ "manage_appearance_settings": "Manage Appearance Settings",
+ "manage_plugins": "Manage Plugins",
+ "appearance_settings": "Appearance Settings",
+ "map_settings": "Map Settings",
+ "site_settings": "Site Settings",
+ "settings": "Settings",
+ "tools": "Tools"
+ },
+ "map_settings": {
+ "admin_map_settings": "Map Settings",
+ "saved_map_settings": "Map Settings saved."
+ },
+ "settings": {
+ "api_key": "API Key",
+ "api_key_desc": "The API Key is unique to your deployment, it can be used to allow third party systems to interact with your Ushahidi deployment.",
+ "appearance": "Appearance Settings",
+ "continue": "Continue",
+ "create": "Create a new survey",
+ "create_open_or_targeted": "Create an open or targeted survey to gather information about Ushahidi.",
+ "current_header": "Current background image",
+ "customize_your_new_deployment": "Customize your new deployment",
+ "embed": "Embed",
+ "embed_info": "To embed your map on another site use the code snippet below.",
+ "settings_list": {
+ "general": "General",
+ "general_desc": "Change your deployment's name, description, logo, and other details.",
+ "surveys": "Surveys",
+ "surveys_desc": "Create and configure the surveys your deployment collects.",
+ "data_sources": "Data Sources",
+ "data_sources_desc": "Configure email, SMS, and social media channels that help your deployment collect survey data.",
+ "import": "Import",
+ "import_desc": "Upload survey data to your deployment from a CSV file.",
+ "user_settings": "Configure HDX API",
+ "user_settings_desc": "Configure your API so that your tagged Ushahidi data can be uploaded to your Humanitarian Data Exchange (HDX) account.",
+ "export": "Export data",
+ "export_hxl": "Export and tag data",
+ "export_desc_hxl": "Export your data as a CSV file or assign tags and attributes to your data and upload directly to a Humanitarian Data Exchange (HDX) account or export as a tagged CSV file.",
+ "export_desc": "Export all of your data as a CSV file or choose custom fields to export",
+ "users": "Users",
+ "users_desc": "Create and manage the people that contribute to your deployment.",
+ "roles": "Roles",
+ "roles_desc": "Create and manage the type of permissions your users have on your deployment.",
+ "categories": "Categories",
+ "categories_desc": "Create and manage the categories people can put posts into for improved organization.",
+ "webhooks": "Webhooks",
+ "webhooks_desc": "Create webhooks that send Ushahidi Platform data to external applications when specific events are triggered.",
+ "plans": "Plans",
+ "plan_desc": "Your deployment's current plan is {{current_plan}}.",
+ "donation": "Donation",
+ "donation_desc": "Create and manage the donations people can make towards your organisation."
+ },
+ "general_settings": {
+ "generate_api_key": "Generate API Key",
+ "private_settings": "Private settings:",
+ "api_key": "API Key",
+ "placeholder": {
+ "pick_location": "Pick Location..."
+ }
+ },
+ "user_settings": {
+ "user_settings_desc_1": "Here you can add your unique API key for your Humanitarian Data Exchange (HDX) account.",
+ "user_settings_desc_2": "Once set up, this will enable you to upload data directly to a Humanitarian Data Exchange (HDX) account.",
+ "user_settings_desc_3": "You can find your API key on your Humanitarian Data Exchange (HDX) profile once you're logged in.",
+ "view_guide": "View the guide to your API key",
+ "hdx_maintainer_id": "HDX Maintainer Id",
+ "api_key": "Api key",
+ "profile_page": "Found on your Humanitarian Data Exchange (HDX) profile page",
+ "valid_key": "A valid key is required",
+ "valid_user": "A valid maintainer id is required",
+ "api_key_saved": "API key saved! You can now tag your data and upload to a Humanitarian Data Exchange (HDX) account.",
+ "start_tagging": "Start tagging data",
+ "HDX": "Humanitarian Data Exchange",
+ "please_enter_maintainer_id": "Please enter maintainer id",
+ "please_enter_api_key": "Please enter API key",
+ "hdx_maintainer_id_min_length": "HDX Maintainer Id is too short",
+ "api_key_min_length": "API key is too short"
+ },
+ "webhooks": {
+ "use_webhook_for": "Use webhook for",
+ "enable_source_destination": "Enable Source and Destination Fields",
+ "enable_source_destination_desc": "This webhook will only be applied to Surveys of the selected type.",
+ "destination": "Destination",
+ "placeholder": {
+ "name": "Please enter webhook name",
+ "shared_secret": "Please enter shared secret",
+ "api_url": "Please enter api url"
+ },
+ "validation": {
+ "required": {
+ "name": "Webhook name is required",
+ "shared_secret": "Shared secret key is required",
+ "api_url": "API URL required",
+ "event_type": "Event type is required",
+ "event_entity": "Event entity is required"
+ },
+ "please_provide_valid_api_url": "Please provide valid API URL with http(s)://",
+ "secret_key_cannot_be_less_start": "Shared secret key can not less than",
+ "secret_key_cannot_be_less_end": "characters"
+ }
+ },
+ "data_sources": {
+ "choose_data_source": "Choose Data Source...",
+ "type_of_data_source": "Type of Data Source",
+ "provider_name": "{{providerName}} Data Source?",
+ "do_you_really_want_to_disconnect": "Do you really want to disconnect your provider?",
+ "add_source": "Add source",
+ "associate_with_form": "Import to survey",
+ "associate_with_form_desc": "All incoming data from {{provider}} will be used to create responses to the survey you choose",
+ "data_sources": "Data Sources",
+ "enable_provider_message": "Accept survey submissions from this source",
+ "hint_turn_on_off": "You can configure options for data sources, and then turn sources on and off.",
+ "hint_plugin_needs_configuring": "You need to configure this data source before you can enable it.",
+ "provider_options": "Options",
+ "configure": "Configure",
+ "options": "Options",
+ "saving_changes": "Saving",
+ "unavailable": "The datasource {{value}} is unavailable. Upgrade your plan to get it!",
+ "email": {
+ "incoming_server_type": "Incoming Server Type",
+ "incoming_server_type_pop": "POP",
+ "incoming_server_type_imap": "IMAP",
+ "incoming_server": "Incoming Server",
+ "incoming_server_desc": "Examples: mail.yourwebsite.com, imap.gmail.com, pop.gmail.com",
+ "incoming_server_port": "Incoming Server Port",
+ "incoming_server_port_desc": "Common ports: 110 (POP3), 143 (IMAP), 995 (POP3 with SSL), 993 (IMAP with SSL)",
+ "incoming_server_security": "Incoming Server Security",
+ "server_security_none": "None",
+ "server_security_SSL": "SSL",
+ "server_security_TLS": "TLS",
+ "incoming_username": "Incoming Username",
+ "username_desc": "Email account username",
+ "incoming_password": "Incoming Password",
+ "password_desc": "Email account password",
+ "outgoing_server_type": "Outgoing Server Type",
+ "outgoing_server_type_SMTP": "SMTP",
+ "outgoing_server_type_sendmail": "sendmail",
+ "outgoing_server_type_native": "Native",
+ "outgoing_server": "Outgoing Server",
+ "outgoing_server_desc": "Examples: smtp.yourhost.com, smtp.gmail.com",
+ "outgoing_server_port": "Outgoing Server Port",
+ "outgoing_server_port_desc": "Common ports: 25 (SMTP default), 465 (SMTP with SSL)",
+ "outgoing_server_security": "Outgoing Server Security",
+ "outgoing_username": "Outgoing Username",
+ "outgoing_password": "Outgoing Password",
+ "email_address": "Email Address",
+ "email_sender_name": "Email Sender Name",
+ "email_sender_name_desc": "Appears in the 'from:' field on outgoing emails"
+ },
+ "sms": {
+ "secret": "Secret",
+ "api_key_desc": "The API key",
+ "frontline_sms": {
+ "api_key": "Key",
+ "secret_desc": "Set a secret so that only authorized FrontlineCloud accounts can send/recieve message. You need to configure the same secret in the FrontlineCloud Activity."
+ },
+ "nexmo": {
+ "from": "From",
+ "from_desc": "The from number",
+ "secret_desc": "The secret value",
+ "api_key": "API Key",
+ "api_secret": "API secret",
+ "api_secret_desc": "The API secret"
+ },
+ "smssync": {
+ "intro_step_1": "Step 1: Download the 'SMSSync' app from the Android Market.",
+ "intro_step_1_desc": "Scan this QR Code with your phone to download the app from the Android Market",
+ "intro_step_2": "Step 2: Android App Settings",
+ "intro_step_2_desc": "Turn on SMSSync and use the following link as the Sync URL:",
+ "secret_desc": "Set a secret so that only authorized SMSSync devices can send/recieve message. You need to configure the same secret in the SMSSync App."
+ },
+ "twilio": {
+ "phone_nb": "Phone Number",
+ "phone_nb_desc": "The from phone number. A Twilio phone number enabled for the type of message you wish to send.",
+ "account_sid": "Account SID",
+ "account_sid_desc": "The unique id of the Account that sent this message.",
+ "auth_token": "Auth Token",
+ "sms_auto_response": "SMS Auto response"
+ }
+ },
+ "twitter": {
+ "intro_step_1": "Step 1: Create a new Twitter application:
Twitter applications may take a few hours or days to be approved by Twitter.
Please be aware of this if you need this data quickly.",
+ "intro_step_1_desc": "Create a new twitter application",
+ "intro_step_2": "Step 2: Generate a consumer key and secret",
+ "intro_step_2_desc": "Once you've created the application click on \"Keys and Access Tokens\".
Then click \"Generate Consumer Key and Secret\".
Copy keys, tokens and secrets into the fields below.",
+ "consumer_key": "Consumer Key",
+ "consumer_key_desc": "Add the consumer key from your Twitter app.",
+ "consumer_secret": "Consumer Secret",
+ "consumer_secret_desc": "Add the consumer secret from your Twitter app.",
+ "access_token": "Access Token",
+ "access_token_desc": "Add the access token you generated for your Twitter app.",
+ "access_token_secret": "Access Token Secret",
+ "access_token_secret_desc": "Add the access secret that you generated for your Twitter app.",
+ "search_terms": "Twitter search terms",
+ "search_terms_desc": "Add search terms separated with commas"
+ }
+ },
+ "donation": {
+ "title": {
+ "label": "Donation title",
+ "placeholder": "Enter the title of your donation",
+ "required": "Donation title is required"
+ },
+ "description": {
+ "label": "Describe your donation",
+ "placeholder": "Enter text telling more about this donation"
+ },
+ "images": {
+ "label": "Donation images"
+ },
+ "wallet": {
+ "label": "Wallet address",
+ "placeholder": "Enter a wallet address e.g $ilp.uphold.com/example",
+ "required": "Donation wallet address is required"
+ },
+ "info": {
+ "start_one": "Please make sure you have your wallet set up on",
+ "start_two": "to set web monetization.",
+ "start_three": "If you don't have a wallet already please click",
+ "here": "here",
+ "end": "to create one."
+ }
+ },
+ "roles": {
+ "member": "Member",
+ "admin": "Admin",
+ "manage_users": "Manage Users",
+ "manage_posts": "Manage Posts",
+ "manage_settings": "Mangage Settings",
+ "bulk_data_import_and_export": "Bulk Data Import and Export",
+ "edit_their_own_posts": "Edit Their Own Posts",
+ "manage_collections_and_saved_searches": "Manage Collections and Saved Searches",
+ "delete_posts": "Delete Posts",
+ "delete_their_own_posts": "Delete Their Own Posts",
+ "registred_member": "Registered member",
+ "administrator": "Administrator",
+ "roles_description": "These options control what this type of role can make changes to. Visit our support guides to find out more."
+ },
+ "deployment_delete_this": "Delete this deployment",
+ "deployment_delete": "Delete deployment",
+ "deployment_delete_info": "If you delete this deployment, all of its data will also be deleted. Proceed with caution.",
+ "deployment_name": "Deployment name",
+ "deployment_logo": "Deployment logo",
+ "delete_logo": "Delete logo",
+ "map_default_baselayer": "Default base layer",
+ "map_location_precision": "Map Precision Level",
+ "map_precise_to": "When hide location is enabled for a survey, locations will be precise to:",
+ "map_clustering": "Combine nearby posts",
+ "map_default_latitude": "Default latitude",
+ "map_default_longitude": "Default longitude",
+ "map_default_zoom_level": "Default zoom level",
+ "map_default_location": "Default location",
+ "new_survey": "New Survey",
+ "send_targeted": "Send a targeted survey via SMS",
+ "send_crowdsourced": "Go back to crowd-sourced survey",
+ "site": "Site Settings",
+ "site_email": "Contact email address",
+ "site_email_note": "Use caution, as this will be visible to anyone on your site.",
+ "site_description": "Describe your site",
+ "site_description_placeholder": "An optional one sentence description",
+ "site_timezone": "Site timezone",
+ "site_language": "Site language",
+ "site_private": "Make this deployment private",
+ "site_private_desc": "Enabling this option makes your deployment and it’s data only accessible to registered users with the correct privileges, who must sign in for access",
+ "site_disable_registration": "Disable user sign up?",
+ "site_disable_registration_desc": "Checking this disables the registration feature. Admins will have to manually add users.",
+ "select_image": "Select image",
+ "saved_settings": "Deployment settings saved!",
+ "saved_map_settings": "Map settings saved!",
+ "features": {
+ "features": "Features",
+ "please_select_features": "Please select the features you would like to enable."
+ },
+ "generic_field_error": "Invalid entry, please try again.",
+ "skip": "Skip this task",
+ "add_first_post": "Add Your First Post",
+ "add_first_post_subtitle": "A deployment is nothing until it has some content in it.",
+ "invite_people": "Or invite people to help you create posts.",
+ "add_new_users": "Add New Users",
+ "valid": {
+ "name": {
+ "required": "Site name is required",
+ "pattern": "Invalid format",
+ "minlength": "Site name is too short"
+ }
+ },
+ "bulk_actions": "Bulk actions"
+ },
+ "data_import": {
+ "survey_field": "Survey field",
+ "csv_column": "CSV column",
+ "choose_which_column": "Choose which CSV column should be assigned to each survey field",
+ "each_survey_field": "Each of the survey's fields are listed below. Choose the column from your CSV file that you'd like to use to populate each of those fields.",
+ "status_explanation": "Ushahidi recognizes one of three post statuses: Published, Under review, and Archived. So be sure that each entry in the column you select has one of those three values.",
+ "defined_column": "Defined by a column in your CSV file...",
+ "imported_posts_status": "Imported posts should have their status...",
+ "marked_as": "Marked as...",
+ "see_imported_posts": "See imported posts",
+ "import_another_csv": "Import another CSV file",
+ "import_complete": "Your import is complete",
+ "import_error": "An error has occurred importing your CSV file.",
+ "complete_info": "The data from your CSV spreadsheet, {{filename}}, was successfully imported.",
+ "get_polling_info": "Get Polling Info",
+ "import_another": "Import another CSV file",
+ "nearly_complete": "Your import is nearly complete",
+ "finish_info": "The data from your CSV spreadsheet is still being processed. You're welcome to leave this page or wait until the process is complete. Either way, we'll notify you when your data is ready.",
+ "next": "Next",
+ "configure_imported_posts": "Configure imported posts",
+ "configure_explanation": "Through this interface you can set values for the survey fields that were not mapped to entries in the CSV. These values will be the same for all imported posts.",
+ "import": "Import",
+ "import_explanation_csv": "Import the data from a CSV spreadsheet into your deployment as posts belonging to a specific survey",
+ "import_explanation_file_size": "The size for a single file is limited to 10 MB",
+ "import_explanation_format_location_1": "Geographic locations should be included as separate latitude and longitude columns in your CSV",
+ "import_explanation_required_fields": "All required survey fields must have an associated value set in the CSV. For example, if the field title is required then the field must be mapped to a CSV column where all rows of that column have a value set",
+ "configure_posts": "Configure Posts",
+ "configure_all_imported_posts": "Configure all imported posts",
+ "csv": "CSV",
+ "file_csv": "CSV file",
+ "import_csv": "Import CSV",
+ "import_to": "Import to",
+ "change_csv_file": "Change {{selectedfile}} CSV file",
+ "upload_csv_file": "Upload CSV file",
+ "choose_status_to_imported_posts": "Choose status to imported posts:",
+ "has_tasks_required_start": "Your survey",
+ "has_tasks_required_end": ", includes tasks that typically must be completed for each post before they can be marked 'published.' During this import, all of your imported posts will have their tasks marked as 'incomplete', while still allowing their status to be marked as 'published.' If you edit any of these posts after they've been imported, however, you'll be asked to complete those tasks before re-publishing them.",
+ "choose_csv_file": "Choose CSV file",
+ "organize_data": "Organize data",
+ "organize_your_imported_data": "Assign CSV columns to post fields",
+ "assign_csv_message": "Assign CSV columns to post fields",
+ "csv_instructions": "Each of the column names from your CSV file are listed below. Choose the {{form_name}} field that you'd like each column to be imported to.",
+ "csv_instructions_required_fields": "Fields marked with a [*] are required and must be assigned a value.",
+ "csv_column_name": "CSV column name",
+ "post_type_title": "{{form_name}} field name",
+ "leave_empty": "Leave empty",
+ "cancel_import": "Cancel import",
+ "finish_import": "Finish import",
+ "which_survey": "which survey?"
+ },
+ "data_export": {
+ "title": "Export data",
+ "title_hxl": "Export and tag data",
+ "description": "Export all of your data as a CSV or choose specific survey fields you want to export.",
+ "description_hxl": "Export all of your data from Ushahidi as a CSV, choose specific survey fields you want to export as a CSV or assign",
+ "export": "Export",
+ "export_history": "Export History",
+ "hxl_tags": "HXL tags",
+ "hxl_attributes": "HXL attributes",
+ "and_choose": "and choose to upload to an",
+ "HDX": "Humanitarian Data Exchange",
+ "account": "account or download as a HXL 'tagged' CSV file.",
+ "all": "Export all data",
+ "select_fields": "Select fields",
+ "select_fields_title": "Select fields for export...",
+ "select_fields_desc": "If you don't want to export all of your data at once, you can select specific fields from each survey for export.",
+ "export_selected": "Export selected fields",
+ "cancel": "Cancel",
+ "export_progress": "Export in progress...
You can leave this page if you want. Your export will continue.
We will let you know when we're done.
",
+ "no_fields": "Uh oh... you need to select some fields to export first.",
+ "expires": "Expires: {{expires}}",
+ "job": "CSV Export {{jobId}}",
+ "created": "Created: {{created}}",
+ "success": "Status: Finished",
+ "pending": "Status: Pending",
+ "failed": "Status: Failed",
+ "queued": "Status: In Progress",
+ "pending_hdx": "Pending HDX",
+ "exported_to_cdn": "Exported to CDN",
+ "tags_attributes": "Assign tags and attributes",
+ "hxl_apikey_alert_1": "It looks like you haven't set up your Humanitarian Data Exchange (HDX) API. Without this set up, you can't tag data and upload to a Humanitarian Data Exchange (HDX) account.",
+ "hxl_configure": "Configure HDX API",
+ "hxl_apikey_alert_2": "We strongly advide you set this up now in",
+ "hxl_apikey_alert_3": "before continuing as you won't be able to upload your data to HDX",
+ "hxl_title": "Assign your HXL tags and attributes, select fields and export or upload",
+ "hxl_desc": "Select specific fields from a survey, assign a tag per field and then choose to assign multiple attributes. Preview your tag and attributes in tag preview.",
+ "hxl_instructions_1": "You can then choose to export your tagged fields to a CSV file or upload to a",
+ "hxl_instructions_2": "Humanitarian Data Exchange (HDX)",
+ "hxl_instructions_3": "account that has been set up in",
+ "hxl_instructions_4": "Configure HDX API",
+ "hxl_instructions_5": "(found in settings menu).",
+ "hxl_instructions_6": "Visit the",
+ "hxl_instructions_7": "HXL tag assist",
+ "hxl_instructions_8": "for more information on how to choose the best HXL tags and attributes for your data or the",
+ "hxl_instructions_9": "HXL 'cheat sheet'",
+ "HXL_tags": "HXL tags",
+ "HXL_attributes": "HXL attributes",
+ "tag_preview": "Tag preview",
+ "upload_title": "Are you ready to upload to an Humanitarian Data Exchange (HDX) account?",
+ "hdx_csv_title": "Are you ready to export to CSV?",
+ "upload_desc": "You selected {{fields}} fields to upload to a Humanitarian Data Exchange (HDX) account.
You assigned tags and attributes - to check, you can go back. If you are done, you can add details and upload.
The Humanitarian Data Exchange (HDX) requires a few more details in order to upload to their system. You'll add these next",
+ "hdx_csv_desc": "You selected {{fields}} fields to export to CSV.
You assigned tags and attributes - to check these are correct, you can go back and check. If you're done, you can export.",
+ "upload_button": "Add dataset details and upload to hdx",
+ "export_button": "Export to csv",
+ "go_back": "Go back and check",
+ "add_details": "Add details",
+ "details_desc": "To upload to the Humanitarian Data Exchange (HDX) some extra details are required.",
+ "privacy_title": "Privacy Settings",
+ "privacy_desc": "You have a choice of sharing your dataset publicly or restricting access to other members of the organisation which owns the dataset.",
+ "this_dataset": "This data set is:",
+ "private_desc": "Private (Only you and other HDX members of your organisation can search, view/edit or download this dataset)",
+ "public_desc": "Public (Anyone can search, view/edit or download this dataset)",
+ "dataset": "Dataset Title & Description",
+ "dataset_desc": "When users search for data on HDX, their search terms will be matched to terms in your title. Avoid using abbreviations in the title which may not be familiar to all users. Also, avoid using words such as current, latest or previous when referring to the time period (e.g Latest 3W) as these terms become misleading as the dataset ages.",
+ "dataset_example": "Example dataset title: Who is Doing What Where in Afghanistan, Jan-Dec 2015",
+ "dataset_title": "Title of data set",
+ "metadata_title": "Metadata",
+ "metadata_desc": "Metadata is additional information about your dataset that will make it easier for others to understand and put your data into context. Datasets on HDX must include a set of metadata fields.",
+ "source": "Source",
+ "organisation": "Organisation",
+ "select_organisation": "Select an organisation",
+ "license": "License",
+ "add_license": "Add license",
+ "read_more_licenses": "Read more about licenses",
+ "submit_hdx": "Submit to HDX Account",
+ "uploading_data": "Uploading data...",
+ "uploading_data_desc": "The data upload to your Humanitarian Data Exchange (HDX) account is in progress...
You can navigate away from this page while this upload happens but please don't close the browser.",
+ "uploading_data_err": "Uh oh... Something went wrong when uploading your data, please check the required fields and your api-key and try again.",
+ "no_fields_selected": "You haven't selected any fields or assigned any hxl tags or attributes. Please select at least one field and assign at least one tag to be able to export to CSV or upload to a Humanitarian Data Exchange (HDX) account.",
+ "validation": {
+ "title": "A title is needed",
+ "source": "Source is needed",
+ "organisation": "An organisation is needed",
+ "license": "A license is needed",
+ "all_fields": "Please fill in all required fields"
+ }
+ },
+ "user": {
+ "are_you_sure_you_want_to_delete_this_account": "Are you sure you want to delete this account?",
+ "role_display": "Role: {{role}}",
+ "contact": "{{type}}: {{contact}}",
+ "add_user": "Add User",
+ "edit_user": "Edit User",
+ "update_password": "Update Password",
+ "change_role": "Change Role",
+ "save": "Save User",
+ "save_add_another": "Save & Add Another",
+ "show_all_roles": "Show All Roles",
+ "cannot_delete_yourself": "You cannot delete your own user",
+ "cannot_change_your_own_role": "You cannot change your own role",
+ "confirm_password": "Confirm Password",
+ "delete_user": "Delete user",
+ "delete_this_user": "Delete this user",
+ "delete_user_desc": "If you delete this user, posts created by this user will no longer have author information. This cannot be undone. Proceed with caution.",
+ "edit_profile": "Edit Profile",
+ "save_profile": "Save Profile",
+ "cancel": "Cancel",
+ "failed_attempts": "Failed attempts:",
+ "full_name": "Display Name",
+ "never": "Never",
+ "no_full_name": "No display name",
+ "number_of_users_shown": "Number of users shown",
+ "per_page": "{{count}} users",
+ "password": "Password",
+ "new_password": "New Password",
+ "register": "Register",
+ "role": "Role:",
+ "roles": "Roles",
+ "saved_user": "User saved",
+ "deleted_user": "User deleted",
+ "search_and_filter": "Search & Filter Users",
+ "passwordreset_instructions": "Enter your email to request a password reset",
+ "passwordreset_confirm_instructions": "If your email exists in our database, you will receive a password recovery email soon.",
+ "forgot_instructions": "No worries! Submit your email and check your inbox for a reset link.",
+ "token": "Password reset token",
+ "password_hint": "Password should have at least 8 characters, one lowercase letter, one uppercase letter, one number and one symbol",
+ "password_length": "Password must be at least 8 characters long",
+ "password_match": "Passwords do not match",
+ "check_email": "Check your email",
+ "name_will_be_a_display_name": "The name you enter will be a display name.",
+ "valid": {
+ "fields": {
+ "email must be unique": "User with this email already exists"
+ },
+ "name": {
+ "required": "Display name is required",
+ "maxlength": "Display name is too long"
+ },
+ "email": {
+ "required": "Email address is required",
+ "pattern": "This email address is invalid",
+ "maxlength": "This email address is too long",
+ "emailExists": "Email is already in use"
+ },
+ "password": {
+ "required": "Password is required",
+ "minlength": "This password is too short",
+ "maxlength": "This password is too long",
+ "weak": "This password is very weak"
+ },
+ "token": {
+ "required": "Token is required"
+ }
+ },
+ "placeholder": {
+ "realname": "Enter your name...",
+ "email": "Enter email address...",
+ "password": "Enter password..."
+ },
+ "password_notify": "If you leave the field blank your password will not change",
+ "avatar": "Avatar",
+ "name": "Name",
+ "email": "Email Address",
+ "search_by_name": "Search by name"
+ },
+ "user_profile": {
+ "title": "account settings",
+ "update_password": "Update password",
+ "update_success": "Your profile was updated successfully. You may need to sign out and back in before all your changes are reflected.",
+ "button": {
+ "save": "Save & close",
+ "cancel": "Cancel"
+ },
+ "nav": {
+ "account_settings": "Account settings",
+ "notifications_settings": "Notifications settings",
+ "delete_contact": {
+ "title": "Delete your",
+ "title_subject": {
+ "email": "Email Address",
+ "phone": "Phone"
+ },
+ "instructions": "Deleting means that from now you will not be able to receive notifications on your phone number. But you can switch notifications to a contact method below.",
+ "button": {
+ "delete": "Delete",
+ "cancel": "Cancel"
+ }
+ }
+ }
+ },
+ "user_create": {
+ "full_name": "Display Name",
+ "email": "Email Address",
+ "role": "Role:"
+ },
+ "notify": {
+ "api_key": {
+ "change_question": "Are you sure you want to change the API Key?"
+ },
+ "contact": {
+ "save_success": "Contact saved",
+ "delete_confirm": "Do you want to remove your account?",
+ "error_message": "An error occurred while trying to remove your account",
+ "destroy_success": "Account removed successfully"
+ },
+ "default": {
+ "data_has_not_been_saved": "The data has not been saved!",
+ "proceed_warning": "This action cannot be undone. Please proceed with caution.",
+ "save_success": "Saved resource",
+ "save_error": "Unable to save resource, please try again",
+ "destroy_confirm": "Are you sure you want to delete this resource?",
+ "destroy_success": "Deleted resource",
+ "destroy_error": "Unable to delete resource, please try again",
+ "destroy_cancelled": "Delete cancelled",
+ "bulk_destroy_confirm": "Are you sure you want to delete {{count}} resources?",
+ "bulk_destroy_success": "Deleted resource",
+ "bulk_destroy_error": "Unable to delete resource, please try again",
+ "bulk_destroy_cancelled": "Delete cancelled",
+ "are_you_sure_you_want_to_delete_this": "Are you sure you want to delete this?"
+ },
+ "data_import": {
+ "see_imported_posts": "See imported posts",
+ "file_missing": "Please choose a CSV file to upload.",
+ "form_missing": "Please select a Survey.",
+ "csv_upload": "File {{name}} successfully uploaded",
+ "csv_import_processed_errors": "Your CSV import is complete. {{processed}} records imported, {{errors}} records failed.",
+ "csv_import_success_info": "The data from your CSV spreadsheet, {{filename}}, was successfully imported into your {{form_name}} survey.",
+ "duplicate_fields": "Columns must be mapped to unique survey fields. The following columns have more than 1 mapping: {{duplicates}}",
+ "required_fields": "Required fields must be set to a value. The following fields have not been set: {{required}}",
+ "empty_mapping": "The CSV file you uploaded is empty. Please check your CSV file and try again",
+ "empty_mapping_empty": "The CSV file does not contain column names. Please check your CSV file and try again",
+ "no_mappings": "No fields have been assigned mappings - at least one field must be mapped to continue",
+ "csv_import_cancel": "CSV import cancelled",
+ "csv_import_cancel_confirm": "Are you sure you want to cancel importing?",
+ "csv_import_error": "Some of the data in your CSV file does not match the format of the mapped survey field. Please review the data and try again.",
+ "csv_import_success": "The data from your CSV file was successfully imported!"
+ },
+ "general_settings": {
+ "save_success": "General settings saved"
+ },
+ "donation_settings": {
+ "save_success": "Donation settings saved",
+ "delete_question": "Are you sure you want to delete this {{name}}."
+ },
+ "map_settings": {
+ "save_success": "Map settings saved"
+ },
+ "generic": {
+ "okay": "Ok",
+ "alerts": "Alerts",
+ "confirm": "Confirmation",
+ "save": "Save"
+ },
+ "login": {
+ "failed": "Login failed, check your email and password."
+ },
+ "register": {
+ "failed": "There were errors during registration. Check your input and try again.",
+ "success": "Registration complete! You can now log in.."
+ },
+ "post": {
+ "can_t_view_this_post": "You do not have permission to view this post.
It is still being reviewed by the admin.
It will be available to you once it is published.",
+ "contact_for_details": "Contact the admin for further details:",
+ "delete_image_confirm": "Are you sure you want to remove this image?",
+ "save_success": "Post {{name}} saved",
+ "save_success_review": "Post {{name}} saved. Your post will be reviewed by a moderator before publishing.",
+ "save_error": "Unable to save post, please try again",
+ "publish_success": "Post has been published for {{role}}",
+ "set_draft": "Post is now visible to just you",
+ "publish_error": "Unable to publish post, please try again",
+ "unpublish_success": "Post has been unpublished",
+ "unpublish_error": "Unable to unpublish post, please try again",
+ "yes_confirm_delete": "Yes, delete this post",
+ "confirm_delete": "Confirm Delete",
+ "destroy_title": "Delete Post",
+ "delete_question": "Are you sure you want to delete your post {{post}}?",
+ "destroy_success": "Post deleted",
+ "destroy_success_bulk": "Posts deleted",
+ "destroy_confirm": "Are you sure you want to delete this post?",
+ "destroy_error": "Unable to delete post, please try again",
+ "bulk_destroy_confirm": "Are you sure you want to delete {{count}} posts?",
+ "stage_save_success": "Updated {{stage}}",
+ "export": "This will export filtered posts. Are you sure you want to continue?",
+ "update_status_success_bulk": "Status updated for {{count}} posts",
+ "leave_without_save": "Do you want to leave this post without saving?",
+ "leave_confirm_message": "If you continue, all of your changes will be lost",
+ "leave_confirm": "Continue without saving",
+ "unfinished_post_task": "You cannot publish this post, the post has unfinished tasks",
+ "posts_can_t_be_published": "The following posts can't be published: {{titles}}",
+ "post_not_found": "Post not found"
+ },
+ "category": {
+ "save_success": "Saved category {{name}}",
+ "destroy_confirm": "Are you sure you want to delete this category?",
+ "destroy_confirm_desc": "Deleting this category will remove it from all existing posts. This action cannot be undone.",
+ "destroy_success": "Category deleted",
+ "destroy_error": "Unable to delete category, please try again",
+ "bulk_destroy_confirm": "Are you sure you want to delete {{count}} categories?",
+ "bulk_destroy_confirm_desc": "Deleting these categories will remove them from all existing posts. This action cannot be undone.",
+ "bulk_destroy_success": "{{count}} categories deleted",
+ "bulk_destroy_success_countless": "Categories deleted"
+ },
+ "role": {
+ "delete_question": "Are you sure you want to delete the role {{role}}?",
+ "destroy_success": "Role {{role}} deleted.",
+ "save_success": "Role {{role}} saved.",
+ "last_admin": "You can not delete the only admin role"
+ },
+ "webhook": {
+ "delete_question": "Are you sure you want to delete the webhook {{webhook}}?",
+ "destroy_success": "Webhook {{webhook}} deleted.",
+ "save_success": "Webhook {{webhook}} saved."
+ },
+ "datasource": {
+ "save_success": "Saved Data Source {{name}}"
+ },
+ "user": {
+ "save_success": "User {{name}} saved",
+ "edit_success": "User {{name}} updated",
+ "destroy_confirm": "Are you sure you want to delete this user?",
+ "destroy_success": "User deleted",
+ "destroy_error": "Unable to delete user, please try again",
+ "bulk_destroy_confirm": "Are you sure you want to delete {{count}} users?",
+ "bulk_destroy_success": "Users deleted",
+ "bulk_role_change_confirm": "Are you sure you want to change the role of {{count}} users to {{role}}?",
+ "bulk_role_change_success": "User roles changed to {{role_name}}",
+ "are_you_sure_you_want_to_delete_user": "Are you sure you want to delete {{username}}"
+ },
+ "video": {
+ "incorrect_url": "The URL, {{url}}, you entered did not match either a Youtube or Vimeo URL format."
+ },
+ "form": {
+ "add_to_survey": "Add to survey",
+ "save_success": "Survey {{name}} saved",
+ "save_stage_success": "Survey task {{name}} saved",
+ "save_attribute_success": "Field {{name}} added",
+ "edit_form_success": "Survey {{name}} updated",
+ "edit_stage_success": "Survey task {{name}} updated",
+ "delete_form_confirm": "Are you sure you want to delete this survey and all of its data?",
+ "delete_form_confirm_desc": "This action cannot be undone. Deleting this survey will remove all of its data, including posts. Write the name of the survey:
{{check_name}}
in the box below to confirm deletion.",
+ "delete_form_error": "The text you entered does not match the survey-name, please try again",
+ "delete_form_button": "Delete this survey",
+ "destroy_form_success": "Survey {{name}} deleted",
+ "delete_stage_confirm": "Are you sure you want to delete this task?",
+ "delete_stage_confirm_desc": "This action cannot be undone. Deleting this task will remove all of its fields, and any data in them.",
+ "destroy_stage_success": "Survey task {{name}} deleted",
+ "delete_attribute_confirm": "Are you sure you want to delete this field?",
+ "delete_attribute_confirm_desc": "This action cannot be undone. Deleting this field will remove its data from all existing posts.",
+ "destroy_attribute_success": "Field {{name}} deleted",
+ "survey_name_required": "Survey-name is required",
+ "validation": {
+ "name": {
+ "required": "A survey-name is needed",
+ "minlength": "Name is too short",
+ "maxlength": "Name is too long"
+ },
+ "description": {
+ "required": "Description cannot be empty"
+ }
+ }
+ },
+ "collection": {
+ "delete_collection_confirm": "Are you sure you want to delete this collection?",
+ "created_collection": "Collection {{collection}} created successfully",
+ "updated_collection": "Collection {{collection}} saved",
+ "add_to_collection": "Post has been added to {{collection}}",
+ "removed_from_collection": "Post has been removed from {{collection}}",
+ "bulk_add_to_collection": "{{count}} posts have been added to {{collection}}",
+ "done": "Done"
+ },
+ "savedsearch": {
+ "delete_savedsearch_success": "Saved search deleted successfully.",
+ "delete_savedsearch_plural_success": "Saved searches deleted successfully.",
+ "delete_savedsearch_confirm": "Are you sure you want to delete this saved search?",
+ "savedsearch_updated": "{{savedsearch}} was updated",
+ "savedsearch_saved": "{{savedsearch}} was saved"
+ },
+ "passwordreset": {
+ "failed": "Password reset failed",
+ "success": "Your password has been reset"
+ },
+ "notification": {
+ "add": "You will now be notified when new posts are added to {{set}}",
+ "delete_confirm": "Are you sure you want to remove this notification?",
+ "destroy_success": "You will no longer receive notifications about {{name}}."
+ },
+ "message": {
+ "sent_to": "Message sent to {{contact}}"
+ },
+ "export": {
+ "in_progress": "We are preparing your CSV file. This may take a few moments. You can leave this page if you want. We will let you know when we're done.",
+ "complete": "Export done. You should see your CSV-file in your downloads.",
+ "complete_data_found_message": "The data from your export can be found in your browser's downloads",
+ "confirmation": "Got it",
+ "cancel_export": "Cancel export",
+ "canceled_job": "Your export-job is canceled",
+ "upload_complete": "Upload complete. You should now see your tagged data in your HDX account."
+ },
+ "survey": {
+ "bulk_destroy_confirm": "Are you sure you want to delete these {{count}} surveys?",
+ "bulk_destroy_confirm_desc": "Deleting these {{count}} selected surveys will also delete all collected posts and all associated data in the surveys. This step cannot be reversed.",
+ "destroy_confirm": "Are you sure you want to delete this survey?",
+ "destroy_confirm_desc": "Deleting this survey will also delete all collected posts and all associated data in the survey. This step cannot be reversed.",
+ "destroy_confirm_desc_end": "You can download and import all your data before deleting."
+ },
+ "confirm_modal": {
+ "add_post_success": {
+ "success": "Success!",
+ "success_description": "Thank you for submitting your report. The post is being reviewed by our team and soon will appear on the platform.",
+ "success_button": "OK, sounds good"
+ },
+ "deleted": {
+ "success": "Success!",
+ "success_description": "You've permanently deleted {{count}}.",
+ "success_button": "OK"
+ }
+ },
+ "language": {
+ "do_you_really_want_to_delete_language": "Do you really want to delete {{lang}} language?"
+ }
+ },
+ "empty": {
+ "default": "No records found.",
+ "post": "No posts found.",
+ "user": "No users found.",
+ "category": "No categories found.",
+ "role": "No roles found.",
+ "webhook": "No webhooks found.",
+ "permission": "No permissions found.",
+ "form": "No forms found."
+ },
+ "location": {
+ "search": "Search",
+ "use_current_location": "Use your current location",
+ "click_map": "You can search or click the area of map where you want to place the marker.",
+ "placeholder": "Search for addresses, place names, or coordinates...",
+ "search_results": "Search results",
+ "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",
+ "invalid_lat": "The value given is not a valid latitude.",
+ "invalid_lon": "The value given is not a valid longitude."
+ },
+ "notification": {
+ "title": "Notifications",
+ "contacts_heading": "How you get notifications",
+ "notifications_heading": "What you get notified about",
+ "error_message": "The notification could not be deleted at this time",
+ "send_to_address": "Send notifications to this address",
+ "button": {
+ "delete": "Delete notification"
+ },
+ "what_you_get_notification_about": "What you get notification about",
+ "removed": "Notification was removed",
+ "are_you_sure_you_want_to_remove_this_notification": "Are you sure you want to remove this notification?"
+ },
+ "contact": {
+ "edit": "Edit",
+ "save_changes": "Save changes",
+ "saving_changes": "Saving changes",
+ "cancel_edit": "Cancel",
+ "add_phone_number": "Add a phone number",
+ "add_email_address": "Add an email address",
+ "edit_phone_number": "Edit your phone number",
+ "edit_email_address": "Edit your email address",
+ "error_message": "The contact could not be saved at this time",
+ "type": {
+ "phone": "Phone",
+ "email": "Email Address"
+ },
+ "button": {
+ "add": "Add account",
+ "delete": "Remove account"
+ },
+ "valid": {
+ "email": {
+ "required": "An email address is required to receive notifications",
+ "email": "This email address is invalid",
+ "maxlength": "This email address is too long",
+ "not_valid": "This email is not valid"
+ },
+ "phone": {
+ "required": "A phone number is required to receive notifications",
+ "pattern": "A valid phone number is required",
+ "minlength": "This number is too short",
+ "maxlength": "This number is too long"
+ }
+ }
+ },
+ "terms_of_service": {
+ "title": "Ushahidi Terms of Service",
+ "terms_of_service": "We have updated our Terms and Conditions and Privacy Policy. Please review these documents carefully and accept the terms in order to continue to use Ushahidi's services.",
+ "agree": "I agree to Ushahidi's Terms of Service.",
+ "accept_and_continue": "Accept and Continue",
+ "i_agree": "I agree to Ushahidi's Privacy Policy and\nTerms and Conditions."
+ },
+ "translations": {
+ "languages": "Languages",
+ "language": "Language",
+ "default": "default",
+ "translate_field": "Translate field",
+ "survey_select_default": "Select default language for this survey",
+ "category_select_default": "Select default language for this category",
+ "error_translation_exists": "You cannot select this language since there is already a translation for it.",
+ "edit_default_text": "Text in default language",
+ "edit_placeholder": "Write your translation here",
+ "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",
+ "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",
+ "add_a_language": "Add a language",
+ "error_no_default": "You need to specify a default language before adding a new translation.",
+ "select_language": "Select a language to add translation for",
+ "default_lang_info": "This is the language that will be used if no translations are available for the language the user has set for the deployment."
+ },
+ "languages": {
+ "ach": "Acoli",
+ "ady": "Adyghe",
+ "af": "Afrikaans",
+ "af-ZA": "Afrikaans (South Africa)",
+ "ak": "Akan",
+ "sq": "Albanian",
+ "sq-AL": "Albanian (Albania)",
+ "aln": "Albanian Gheg",
+ "am": "Amharic",
+ "am-ET": "Amharic (Ethiopia)",
+ "ar": "Arabic",
+ "ar-EG": "Arabic (Egypt)",
+ "ar-SA": "Arabic (Saudi Arabia)",
+ "ar-SD": "Arabic (Sudan)",
+ "ar-SY": "Arabic (Syria)",
+ "ar-AA": "Arabic (Unitag)",
+ "an": "Aragonese",
+ "hy": "Armenian",
+ "hy-AM": "Armenian (Armenia)",
+ "as": "Assamese",
+ "as-IN": "Assamese (India)",
+ "ast": "Asturian",
+ "ast-ES": "Asturian (Spain)",
+ "az": "Azerbaijani",
+ "az@Arab": "Azerbaijani (Arabic)",
+ "az-AZ": "Azerbaijani (Azerbaijan)",
+ "az-IR": "Azerbaijani (Iran)",
+ "az@latin": "Azerbaijani (Latin)",
+ "bal": "Balochi",
+ "ba": "Bashkir",
+ "eu": "Basque",
+ "eu-ES": "Basque (Spain)",
+ "bar": "Bavarian",
+ "be": "Belarusian",
+ "be-BY": "Belarusian (Belarus)",
+ "be@tarask": "Belarusian (Tarask)",
+ "bn": "Bengali",
+ "bn-BD": "Bengali (Bangladesh)",
+ "bn-IN": "Bengali (India)",
+ "brx": "Bodo",
+ "bs": "Bosnian",
+ "bs-BA": "Bosnian (Bosnia and Herzegovina)",
+ "br": "Breton",
+ "bg": "Bulgarian",
+ "bg-BG": "Bulgarian (Bulgaria)",
+ "my": "Burmese",
+ "my-MM": "Burmese (Myanmar)",
+ "ca": "Catalan",
+ "ca-ES": "Catalan (Spain)",
+ "ca@valencia": "Catalan (Valencian)",
+ "ceb": "Cebuano",
+ "tzm": "Central Atlas Tamazight",
+ "hne": "Chhattisgarhi",
+ "cgg": "Chiga",
+ "zh": "Chinese",
+ "zh-CN": "Chinese (China)",
+ "zh-CN.GB2312": "Chinese (China) (GB2312)",
+ "gan": "Chinese (Gan)",
+ "hak": "Chinese (Hakka)",
+ "zh-HK": "Chinese (Hong Kong)",
+ "czh": "Chinese (Huizhou)",
+ "cjy": "Chinese (Jinyu)",
+ "lzh": "Chinese (Literary)",
+ "cmn": "Chinese (Mandarin)",
+ "mnp": "Chinese (Min Bei)",
+ "cdo": "Chinese (Min Dong)",
+ "nan": "Chinese (Min Nan)",
+ "czo": "Chinese (Min Zhong)",
+ "cpx": "Chinese (Pu-Xian)",
+ "zh-Hans": "Chinese Simplified",
+ "zh-TW": "Chinese (Taiwan)",
+ "zh-TW.Big5": "Chinese (Taiwan) (Big5)",
+ "zh-Hant": "Chinese Traditional",
+ "wuu": "Chinese (Wu)",
+ "hsn": "Chinese (Xiang)",
+ "yue": "Chinese (Yue)",
+ "cv": "Chuvash",
+ "ksh": "Colognian",
+ "kw": "Cornish",
+ "co": "Corsican",
+ "crh": "Crimean Turkish",
+ "hr": "Croatian",
+ "hr-HR": "Croatian (Croatia)",
+ "cs": "Czech",
+ "cs-CZ": "Czech (Czech Republic)",
+ "da": "Danish",
+ "da-DK": "Danish (Denmark)",
+ "dv": "Divehi",
+ "doi": "Dogri",
+ "nl": "Dutch",
+ "nl-BE": "Dutch (Belgium)",
+ "nl-NL": "Dutch (Netherlands)",
+ "dz": "Dzongkha",
+ "dz-BT": "Dzongkha (Bhutan)",
+ "en": "English",
+ "en-AU": "English (Australia)",
+ "en-AT": "English (Austria)",
+ "en-BD": "English (Bangladesh)",
+ "en-BE": "English (Belgium)",
+ "en-CA": "English (Canada)",
+ "en-CL": "English (Chile)",
+ "en-CZ": "English (Czech Republic)",
+ "en-ee": "English (Estonia)",
+ "en-FI": "English (Finland)",
+ "en-DE": "English (Germany)",
+ "en-GH": "English (Ghana)",
+ "en-HK": "English (Hong Kong)",
+ "en-HU": "English (Hungary)",
+ "en-IN": "English (India)",
+ "en-IE": "English (Ireland)",
+ "en-lv": "English (Latvia)",
+ "en-lt": "English (Lithuania)",
+ "en-NL": "English (Netherlands)",
+ "en-NZ": "English (New Zealand)",
+ "en-NG": "English (Nigeria)",
+ "en-PK": "English (Pakistan)",
+ "en-PL": "English (Poland)",
+ "en-RO": "English (Romania)",
+ "en-SK": "English (Slovakia)",
+ "en-ZA": "English (South Africa)",
+ "en-LK": "English (Sri Lanka)",
+ "en-SE": "English (Sweden)",
+ "en-CH": "English (Switzerland)",
+ "en-GB": "English (United Kingdom)",
+ "en-US": "English (United States)",
+ "en-EN": "English",
+ "myv": "Erzya",
+ "eo": "Esperanto",
+ "et": "Estonian",
+ "et-EE": "Estonian (Estonia)",
+ "fo": "Faroese",
+ "fo-FO": "Faroese (Faroe Islands)",
+ "fil": "Filipino",
+ "fi": "Finnish",
+ "fi-FI": "Finnish (Finland)",
+ "frp": "Franco-Provençal (Arpitan)",
+ "fr": "French",
+ "fr-BE": "French (Belgium)",
+ "fr-CA": "French (Canada)",
+ "fr-FR": "French (France)",
+ "fr-CH": "French (Switzerland)",
+ "fur": "Friulian",
+ "ff": "Fulah",
+ "ff-SN": "Fulah (Senegal)",
+ "gd": "Gaelic, Scottish",
+ "gl": "Galician",
+ "gl-ES": "Galician (Spain)",
+ "lg": "Ganda",
+ "ka": "Georgian",
+ "ka-GE": "Georgian (Georgia)",
+ "de": "German",
+ "de-AT": "German (Austria)",
+ "de-DE": "German (Germany)",
+ "de-CH": "German (Switzerland)",
+ "el": "Greek",
+ "el-GR": "Greek (Greece)",
+ "kl": "Greenlandic",
+ "gu": "Gujarati",
+ "gu-IN": "Gujarati (India)",
+ "gun": "Gun",
+ "ht": "Haitian (Haitian Creole)",
+ "ht-HT": "Haitian (Haitian Creole) (Haiti)",
+ "ha": "Hausa",
+ "haw": "Hawaiian",
+ "he": "Hebrew",
+ "he-IL": "Hebrew (Israel)",
+ "hi": "Hindi",
+ "hi-IN": "Hindi (India)",
+ "hu": "Hungarian",
+ "hu-HU": "Hungarian (Hungary)",
+ "is": "Icelandic",
+ "is-IS": "Icelandic (Iceland)",
+ "io": "Ido",
+ "ig": "Igbo",
+ "ilo": "Iloko",
+ "id": "Indonesian",
+ "id-ID": "Indonesian (Indonesia)",
+ "ia": "Interlingua",
+ "iu": "Inuktitut",
+ "ga": "Irish",
+ "ga-IE": "Irish (Ireland)",
+ "it": "Italian",
+ "it-IT": "Italian (Italy)",
+ "it-CH": "Italian (Switzerland)",
+ "ja": "Japanese",
+ "ja-JP": "Japanese (Japan)",
+ "jv": "Javanese",
+ "kab": "Kabyle",
+ "kn": "Kannada",
+ "kn-IN": "Kannada (India)",
+ "pam": "Kapampangan",
+ "ks": "Kashmiri",
+ "ks-IN": "Kashmiri (India)",
+ "csb": "Kashubian",
+ "kk": "Kazakh",
+ "kk@Arab": "Kazakh (Arabic)",
+ "kk@Cyrl": "Kazakh (Cyrillic)",
+ "kk-KZ": "Kazakh (Kazakhstan)",
+ "kk@latin": "Kazakh (Latin)",
+ "km": "Khmer",
+ "km-KH": "Khmer (Cambodia)",
+ "rw": "Kinyarwanda",
+ "ky": "Kirgyz",
+ "tlh": "Klingon",
+ "kok": "Konkani",
+ "ko": "Korean",
+ "ko-KR": "Korean (Korea)",
+ "ku": "Kurdish",
+ "ku-IQ": "Kurdish (Iraq)",
+ "lad": "Ladino",
+ "lo": "Lao",
+ "lo-LA": "Lao (Laos)",
+ "ltg": "Latgalian",
+ "la": "Latin",
+ "lv": "Latvian",
+ "lv-LV": "Latvian (Latvia)",
+ "lez": "Lezghian",
+ "lij": "Ligurian",
+ "li": "Limburgian",
+ "ln": "Lingala",
+ "lt": "Lithuanian",
+ "lt-LT": "Lithuanian (Lithuania)",
+ "jbo": "Lojban",
+ "en@lolcat": "LOLCAT English",
+ "lmo": "Lombard",
+ "dsb": "Lower Sorbian",
+ "nds": "Low German",
+ "lb": "Luxembourgish",
+ "mk": "Macedonian",
+ "mk-MK": "Macedonian (Macedonia)",
+ "mai": "Maithili",
+ "mg": "Malagasy",
+ "ms": "Malay",
+ "ml": "Malayalam",
+ "ml-IN": "Malayalam (India)",
+ "ms-MY": "Malay (Malaysia)",
+ "mt": "Maltese",
+ "mt-MT": "Maltese (Malta)",
+ "mni": "Manipuri",
+ "mi": "Maori",
+ "arn": "Mapudungun",
+ "mr": "Marathi",
+ "mr-IN": "Marathi (India)",
+ "mh": "Marshallese",
+ "mw1": "Mirandese",
+ "mn": "Mongolian",
+ "mn-MN": "Mongolian (Mongolia)",
+ "nah": "Nahuatl",
+ "nv": "Navajo",
+ "nr": "Ndebele, South",
+ "nap": "Neapolitan",
+ "ne": "Nepali",
+ "ne-NP": "Nepali (Nepal)",
+ "nia": "Nias",
+ "nqo": "N'ko",
+ "se": "Northern Sami",
+ "nso": "Northern Sotho",
+ "no": "Norwegian",
+ "nb": "Norwegian Bokmål",
+ "nb-NO": "Norwegian Bokmål (Norway)",
+ "no-NO": "Norwegian (Norway)",
+ "nn": "Norwegian Nynorsk",
+ "nn-NO": "Norwegian Nynorsk (Norway)",
+ "ny": "Nyanja",
+ "oc": "Occitan (post 1500)",
+ "or": "Oriya",
+ "or-IN": "Oriya (India)",
+ "om": "Oromo",
+ "os": "Ossetic",
+ "pfl": "Palatinate German",
+ "pa": "Panjabi (Punjabi)",
+ "pa-IN": "Panjabi (Punjabi) (India)",
+ "pap": "Papiamento",
+ "fa": "Persian",
+ "fa-AF": "Persian (Afghanistan)",
+ "fa-IR": "Persian (Iran)",
+ "pms": "Piemontese",
+ "en@pirate": "Pirate English",
+ "pl": "Polish",
+ "pl-PL": "Polish (Poland)",
+ "pt": "Portuguese",
+ "pt-BR": "Portuguese (Brazil)",
+ "pt-PT": "Portuguese (Portugal)",
+ "ps": "Pushto",
+ "ro": "Romanian",
+ "ro-RO": "Romanian (Romania)",
+ "rm": "Romansh",
+ "ru": "Russian",
+ "ru-ee": "Russian (Estonia)",
+ "ru-lv": "Russian (Latvia)",
+ "ru-lt": "Russian (Lithuania)",
+ "ru@petr1708": "Russian Petrine orthography",
+ "ru-RU": "Russian (Russia)",
+ "sah": "Sakha (Yakut)",
+ "sm": "Samoan",
+ "sa": "Sanskrit",
+ "sat": "Santali",
+ "sc": "Sardinian",
+ "sco": "Scots",
+ "sr": "Serbian",
+ "sr@Ijekavian": "Serbian (Ijekavian)",
+ "sr@ijekavianlatin": "Serbian (Ijekavian Latin)",
+ "sr@latin": "Serbian (Latin)",
+ "sr-RS@latin": "Serbian (Latin) (Serbia)",
+ "sr-RS": "Serbian (Serbia)",
+ "sn": "Shona",
+ "scn": "Sicilian",
+ "szl": "Silesian",
+ "sd": "Sindhi",
+ "si": "Sinhala",
+ "si-LK": "Sinhala (Sri Lanka)",
+ "sk": "Slovak",
+ "sk-SK": "Slovak (Slovakia)",
+ "sl": "Slovenian",
+ "sl-SI": "Slovenian (Slovenia)",
+ "so": "Somali",
+ "son": "Songhay",
+ "st": "Sotho, Southern",
+ "st-ZA": "Sotho, Southern (South Africa)",
+ "sma": "Southern Sami",
+ "es": "Spanish",
+ "es-AR": "Spanish (Argentina)",
+ "es-BO": "Spanish (Bolivia)",
+ "es-CL": "Spanish (Chile)",
+ "es-CO": "Spanish (Colombia)",
+ "es-CR": "Spanish (Costa Rica)",
+ "es-DO": "Spanish (Dominican Republic)",
+ "es-EC": "Spanish (Ecuador)",
+ "es-SV": "Spanish (El Salvador)",
+ "es-GT": "Spanish (Guatemala)",
+ "es-419": "Spanish (Latin America)",
+ "es-MX": "Spanish (Mexico)",
+ "es-NI": "Spanish (Nicaragua)",
+ "es-PA": "Spanish (Panama)",
+ "es-PY": "Spanish (Paraguay)",
+ "es-PE": "Spanish (Peru)",
+ "es-PR": "Spanish (Puerto Rico)",
+ "es-ES": "Spanish (Spain)",
+ "es-US": "Spanish (United States)",
+ "es-UY": "Spanish (Uruguay)",
+ "es-VE": "Spanish (Venezuela)",
+ "su": "Sundanese",
+ "sw": "Swahili",
+ "sw-KE": "Swahili (Kenya)",
+ "ss": "Swati",
+ "sv": "Swedish",
+ "sv-FI": "Swedish (Finland)",
+ "sv-SE": "Swedish (Sweden)",
+ "tl": "Tagalog",
+ "tl-PH": "Tagalog (Philippines)",
+ "tg": "Tajik",
+ "tg-TJ": "Tajik (Tajikistan)",
+ "tzl": "Talossan",
+ "ta": "Tamil",
+ "ta-IN": "Tamil (India)",
+ "ta-LK": "Tamil (Sri-Lanka)",
+ "tt": "Tatar",
+ "te": "Telugu",
+ "te-IN": "Telugu (India)",
+ "tet": "Tetum (Tetun)",
+ "th": "Thai",
+ "th-TH": "Thai (Thailand)",
+ "bo": "Tibetan",
+ "bo-CN": "Tibetan (China)",
+ "ti": "Tigrinya",
+ "to": "Tongan",
+ "ts": "Tsonga",
+ "tn": "Tswana",
+ "tr": "Turkish",
+ "tr-TR": "Turkish (Turkey)",
+ "tk": "Turkmen",
+ "tk-TM": "Turkmen (Turkmenistan)",
+ "udm": "Udmurt",
+ "ug": "Uighur",
+ "ug@Arab": "Uighur (Arabic)",
+ "ug@Cyrl": "Uighur (Cyrillic)",
+ "ug@Latin": "Uighur (Latin)",
+ "uk": "Ukrainian",
+ "uk-UA": "Ukrainian (Ukraine)",
+ "vmf": "Upper Franconian",
+ "hsb": "Upper Sorbian",
+ "ur": "Urdu",
+ "ur-PK": "Urdu (Pakistan)",
+ "uz": "Uzbek",
+ "uz@Arab": "Uzbek (Arabic)",
+ "uz@Cyrl": "Uzbek (Cyrillic)",
+ "uz@Latn": "Uzbek (Latin)",
+ "uz-UZ": "Uzbek (Uzbekistan)",
+ "ve": "Venda",
+ "vec": "Venetian",
+ "vi": "Vietnamese",
+ "vi-VN": "Vietnamese (Viet Nam)",
+ "vls": "Vlaams",
+ "wa": "Walloon",
+ "war": "Wáray-Wáray",
+ "cy": "Welsh",
+ "cy-GB": "Welsh (United Kingdom)",
+ "fy": "Western Frisian",
+ "fy-NL": "Western Frisian (Netherlands)",
+ "wo": "Wolof",
+ "wo-SN": "Wolof (Senegal)",
+ "xh": "Xhosa",
+ "yi": "Yiddish",
+ "yo": "Yoruba",
+ "zu": "Zulu",
+ "zu-ZA": "Zulu (South Africa)"
+ },
+ "countries": {
+ "Afghanistan": "Afghanistan",
+ "Åland Islands": "Åland Islands",
+ "Albania": "Albania",
+ "Algeria": "Algeria",
+ "American Samoa": "American Samoa",
+ "Andorra": "Andorra",
+ "Angola": "Angola",
+ "Anguilla": "Anguilla",
+ "Antarctica": "Antarctica",
+ "Antigua and Barbuda": "Antigua and Barbuda",
+ "Argentina": "Argentina",
+ "Armenia": "Armenia",
+ "Aruba": "Aruba",
+ "Australia": "Australia",
+ "Austria": "Austria",
+ "Azerbaijan": "Azerbaijan",
+ "Bahamas": "Bahamas",
+ "Bahrain": "Bahrain",
+ "Bangladesh": "Bangladesh",
+ "Barbados": "Barbados",
+ "Belarus": "Belarus",
+ "Belgium": "Belgium",
+ "Belize": "Belize",
+ "Benin": "Benin",
+ "Bermuda": "Bermuda",
+ "Bhutan": "Bhutan",
+ "Bolivia, Plurinational State of bolivia": "Bolivia, Plurinational State of bolivia",
+ "Bosnia and Herzegovina": "Bosnia and Herzegovina",
+ "Botswana": "Botswana",
+ "Bouvet Island": "Bouvet Island",
+ "Brazil": "Brazil",
+ "British Indian Ocean Territory": "British Indian Ocean Territory",
+ "Brunei Darussalam": "Brunei Darussalam",
+ "Bulgaria": "Bulgaria",
+ "Burkina Faso": "Burkina Faso",
+ "Burundi": "Burundi",
+ "Cambodia": "Cambodia",
+ "Cameroon": "Cameroon",
+ "Canada": "Canada",
+ "Cape Verde": "Cape Verde",
+ "Cayman Islands": "Cayman Islands",
+ "Central African Republic": "Central African Republic",
+ "Chad": "Chad",
+ "Chile": "Chile",
+ "China": "China",
+ "Christmas Island": "Christmas Island",
+ "Cocos (Keeling) Islands": "Cocos (Keeling) Islands",
+ "Colombia": "Colombia",
+ "Comoros": "Comoros",
+ "Congo": "Congo",
+ "Congo, The Democratic Republic of the Congo": "Congo, The Democratic Republic of the Congo",
+ "Cook Islands": "Cook Islands",
+ "Costa Rica": "Costa Rica",
+ "Cote d'Ivoire": "Cote d'Ivoire",
+ "Croatia": "Croatia",
+ "Cuba": "Cuba",
+ "Cyprus": "Cyprus",
+ "Czech Republic": "Czech Republic",
+ "Denmark": "Denmark",
+ "Djibouti": "Djibouti",
+ "Dominica": "Dominica",
+ "Dominican Republic": "Dominican Republic",
+ "Ecuador": "Ecuador",
+ "Egypt": "Egypt",
+ "El Salvador": "El Salvador",
+ "Equatorial Guinea": "Equatorial Guinea",
+ "Eritrea": "Eritrea",
+ "Estonia": "Estonia",
+ "Ethiopia": "Ethiopia",
+ "Falkland Islands (Malvinas)": "Falkland Islands (Malvinas)",
+ "Faroe Islands": "Faroe Islands",
+ "Fiji": "Fiji",
+ "Finland": "Finland",
+ "France": "France",
+ "French Guiana": "French Guiana",
+ "French Polynesia": "French Polynesia",
+ "French Southern Territories": "French Southern Territories",
+ "Gabon": "Gabon",
+ "Gambia": "Gambia",
+ "Georgia": "Georgia",
+ "Germany": "Germany",
+ "Ghana": "Ghana",
+ "Gibraltar": "Gibraltar",
+ "Greece": "Greece",
+ "Greenland": "Greenland",
+ "Grenada": "Grenada",
+ "Guadeloupe": "Guadeloupe",
+ "Guam": "Guam",
+ "Guatemala": "Guatemala",
+ "Guernsey": "Guernsey",
+ "Guinea": "Guinea",
+ "Guinea-Bissau": "Guinea-Bissau",
+ "Guyana": "Guyana",
+ "Haiti": "Haiti",
+ "Heard Island and Mcdonald Islands": "Heard Island and Mcdonald Islands",
+ "Holy See (Vatican City State)": "Holy See (Vatican City State)",
+ "Honduras": "Honduras",
+ "Hong Kong": "Hong Kong",
+ "Hungary": "Hungary",
+ "Iceland": "Iceland",
+ "India": "India",
+ "Indonesia": "Indonesia",
+ "Iran, Islamic Republic of Persian Gulf": "Iran, Islamic Republic of Persian Gulf",
+ "Iraq": "Iraq",
+ "Ireland": "Ireland",
+ "Isle of Man": "Isle of Man",
+ "Israel": "Israel",
+ "Italy": "Italy",
+ "Jamaica": "Jamaica",
+ "Japan": "Japan",
+ "Jersey": "Jersey",
+ "Jordan": "Jordan",
+ "Kazakhstan": "Kazakhstan",
+ "Kenya": "Kenya",
+ "Kiribati": "Kiribati",
+ "Korea, Democratic People's Republic of Korea": "Korea, Democratic People's Republic of Korea",
+ "Korea, Republic of South Korea": "Korea, Republic of South Korea",
+ "Kosovo": "Kosovo",
+ "Kuwait": "Kuwait",
+ "Kyrgyzstan": "Kyrgyzstan",
+ "Laos": "Laos",
+ "Latvia": "Latvia",
+ "Lebanon": "Lebanon",
+ "Lesotho": "Lesotho",
+ "Liberia": "Liberia",
+ "Libyan Arab Jamahiriya": "Libyan Arab Jamahiriya",
+ "Liechtenstein": "Liechtenstein",
+ "Lithuania": "Lithuania",
+ "Luxembourg": "Luxembourg",
+ "Macao": "Macao",
+ "Macedonia": "Macedonia",
+ "Madagascar": "Madagascar",
+ "Malawi": "Malawi",
+ "Malaysia": "Malaysia",
+ "Maldives": "Maldives",
+ "Mali": "Mali",
+ "Malta": "Malta",
+ "Marshall Islands": "Marshall Islands",
+ "Martinique": "Martinique",
+ "Mauritania": "Mauritania",
+ "Mauritius": "Mauritius",
+ "Mayotte": "Mayotte",
+ "Mexico": "Mexico",
+ "Micronesia, Federated States of Micronesia": "Micronesia, Federated States of Micronesia",
+ "Moldova": "Moldova",
+ "Monaco": "Monaco",
+ "Mongolia": "Mongolia",
+ "Montenegro": "Montenegro",
+ "Montserrat": "Montserrat",
+ "Morocco": "Morocco",
+ "Mozambique": "Mozambique",
+ "Myanmar": "Myanmar",
+ "Namibia": "Namibia",
+ "Nauru": "Nauru",
+ "Nepal": "Nepal",
+ "Netherlands": "Netherlands",
+ "Netherlands Antilles": "Netherlands Antilles",
+ "New Caledonia": "New Caledonia",
+ "New Zealand": "New Zealand",
+ "Nicaragua": "Nicaragua",
+ "Niger": "Niger",
+ "Nigeria": "Nigeria",
+ "Niue": "Niue",
+ "Norfolk Island": "Norfolk Island",
+ "Northern Mariana Islands": "Northern Mariana Islands",
+ "Norway": "Norway",
+ "Oman": "Oman",
+ "Pakistan": "Pakistan",
+ "Palau": "Palau",
+ "Palestinian Territory, Occupied": "Palestinian Territory, Occupied",
+ "Panama": "Panama",
+ "Papua New Guinea": "Papua New Guinea",
+ "Paraguay": "Paraguay",
+ "Peru": "Peru",
+ "Philippines": "Philippines",
+ "Pitcairn": "Pitcairn",
+ "Poland": "Poland",
+ "Portugal": "Portugal",
+ "Puerto Rico": "Puerto Rico",
+ "Qatar": "Qatar",
+ "Romania": "Romania",
+ "Russia": "Russia",
+ "Rwanda": "Rwanda",
+ "Reunion": "Reunion",
+ "Saint Barthelemy": "Saint Barthelemy",
+ "Saint Helena, Ascension and Tristan Da Cunha": "Saint Helena, Ascension and Tristan Da Cunha",
+ "Saint Kitts and Nevis": "Saint Kitts and Nevis",
+ "Saint Lucia": "Saint Lucia",
+ "Saint Martin": "Saint Martin",
+ "Saint Pierre and Miquelon": "Saint Pierre and Miquelon",
+ "Saint Vincent and the Grenadines": "Saint Vincent and the Grenadines",
+ "Samoa": "Samoa",
+ "San Marino": "San Marino",
+ "Sao Tome and Principe": "Sao Tome and Principe",
+ "Saudi Arabia": "Saudi Arabia",
+ "Senegal": "Senegal",
+ "Serbia": "Serbia",
+ "Seychelles": "Seychelles",
+ "Sierra Leone": "Sierra Leone",
+ "Singapore": "Singapore",
+ "Slovakia": "Slovakia",
+ "Slovenia": "Slovenia",
+ "Solomon Islands": "Solomon Islands",
+ "Somalia": "Somalia",
+ "South Africa": "South Africa",
+ "South Sudan": "South Sudan",
+ "South Georgia and the South Sandwich Islands": "South Georgia and the South Sandwich Islands",
+ "Spain": "Spain",
+ "Sri Lanka": "Sri Lanka",
+ "Sudan": "Sudan",
+ "Suriname": "Suriname",
+ "Svalbard and Jan Mayen": "Svalbard and Jan Mayen",
+ "Swaziland": "Swaziland",
+ "Sweden": "Sweden",
+ "Switzerland": "Switzerland",
+ "Syrian Arab Republic": "Syrian Arab Republic",
+ "Taiwan": "Taiwan",
+ "Tajikistan": "Tajikistan",
+ "Tanzania, United Republic of Tanzania": "Tanzania, United Republic of Tanzania",
+ "Thailand": "Thailand",
+ "Timor-Leste": "Timor-Leste",
+ "Togo": "Togo",
+ "Tokelau": "Tokelau",
+ "Tonga": "Tonga",
+ "Trinidad and Tobago": "Trinidad and Tobago",
+ "Tunisia": "Tunisia",
+ "Turkey": "Turkey",
+ "Turkmenistan": "Turkmenistan",
+ "Turks and Caicos Islands": "Turks and Caicos Islands",
+ "Tuvalu": "Tuvalu",
+ "Uganda": "Uganda",
+ "Ukraine": "Ukraine",
+ "United Arab Emirates": "United Arab Emirates",
+ "United Kingdom": "United Kingdom",
+ "United States": "United States",
+ "Uruguay": "Uruguay",
+ "Uzbekistan": "Uzbekistan",
+ "Vanuatu": "Vanuatu",
+ "Venezuela, Bolivarian Republic of Venezuela": "Venezuela, Bolivarian Republic of Venezuela",
+ "Vietnam": "Vietnam",
+ "Virgin Islands, British": "Virgin Islands, British",
+ "Virgin Islands, U.S.": "Virgin Islands, U.S.",
+ "Wallis and Futuna": "Wallis and Futuna",
+ "Yemen": "Yemen",
+ "Zambia": "Zambia",
+ "Zimbabwe": "Zimbabwe"
+ },
+ "api": {
+ "providerNotAvailable": "One or more of the enabled providers is not available :param1",
+ "range": "The file size should be less than {{param3}} KB",
+ "mime_type": "File type not supported. Please upload a .csv file.",
+ "not_empty": ":field must not be empty",
+ "isKeyAvailable": "The key {{value}} is not available",
+ "contactIsValid": "Invalid phone number",
+ "roleDoesNotExist": "role_id {{value}} does not exist",
+ "invalidFormStageId": "form_stage_id :value does not exist",
+ "postTypeLimitReached": "limit: {{posttypes}}",
+ "dataUrlOrMediaRequired": "One of data_url or media_id is required",
+ "dataUrlMediaConflict": "Only one of data_url or media_id can be defined",
+ "size_error": "The file size should be less than :param1 MB",
+ "mime_type_not_allowed": "File type not supported. Please upload an image file.",
+ "mime_not_empty": "MIME type not found. The MIME type must be set for the file.",
+ "contact": {
+ "invalid_phone": "Invalid phone number {{param1}}",
+ "invalid_email": "Invalid email {{param1}}"
+ },
+ "email": {
+ "title": "{{sitename}} New post: {{title}}",
+ "message": "New post on {{sitename}}{{title}}{{content}}View post: {{url}}"
+ },
+ "sms": {
+ "message": "{{sitename}} New post: {{title}}"
+ },
+ "publishedPostsLimitReached": "limit:{{posts}}",
+ "tagDoesNotExist": "category :value does not exist",
+ "attributeDoesNotExist": "attribute {{param1}} does not exist",
+ "tooManyValues": "Too many values for {{param1}} (max: {{param2}})",
+ "valueDoesNotExist": "value id {{param2}} for field {{param1}} does not exist",
+ "canNotUseExistingValueOnNewPost": "Cannot use existing value {{param2}} for field {{param1}} on a new post",
+ "postAttributeRequired": "attribute {{param1}} is required",
+ "taskAttributeRequired": "attribute {{param1}} is required before stage {{param2}} can be completed",
+ "emptyIdAndLocale": "Must have at least id or locale",
+ "emptyParentWithLocale": "Must have at parent id when passing locale",
+ "notAnArray": "Post values for {{param1}} must be an array",
+ "scalar": "Post values for {{param1}} must be scalar",
+ "doesTranslationExist": "Translation {{value}} for post {{param2}} already exists",
+ "published_to": {
+ "exists": "The role you are publishing to {{value}} does not exist"
+ },
+ "stageDoesNotExist": "Stage {{param1}} does not exist",
+ "stageRequired": "Stage {{param1}} is required before publishing",
+ "postNeedsApprovalBeforePublishing": "Post needs approval by an administrator before it can be published",
+ "postCanOnlyBeUnpublishedByAdmin": "Post can only be unpublished by an administrator",
+ "alreadyLockedByDifferentUser": "Post is currently locked by a different user and can not be updated.",
+ "values": {
+ "date": "The field {{param1}} must be a date, Given: {{param2}}",
+ "decimal": "The field {{param1}} must be a decimal with 2 places, Given: {{param2}}",
+ "digit": "The field {{param1}} must be a digit, Given: {{param2}}",
+ "email": "The field {{param1}} must be an email address, Given: {{param2}}",
+ "exists": "The field {{param1}} must be a valid post id, Post id: {{param2}}",
+ "tagExists": "The field {{param1}} must be a valid category id or name, Category: {{param2}}",
+ "max_length": "The field {{param1}} must not exceed :param2 characters long, Given: {{param2}}",
+ "invalidForm": "The field {{param1}} has the wrong post type, Post id:{{param2}}",
+ "numeric": "The field {{param1}} must be numeric, Given: {{param2}}",
+ "scalar": "The field {{param1}} must be scalar, Given: {{param2}}",
+ "point": "The field {{param1}} must be an array of lat and lon",
+ "lat": "the field {{param1}} must contain a valid latitude",
+ "lon": "the field {{param1}} must contain a valid longitude",
+ "url": "The field {{param1}} must be a url, Given: {{param2}}",
+ "video_type": "The field {{param1}} must be either a youtube or vimeo url, Given: {{param2}}"
+ },
+ "role": {
+ "isRoleValid": "Role must match the parent category",
+ "exists": "Role {{value}} does not exist"
+ },
+ "description_regex": "The description must contain only letters, numbers, spaces and punctuation",
+ "regex": "The category name must contain only letters, numbers, spaces and punctuation",
+ "isUniqueEmail": "{{field}} is already in use",
+ "isUniqueUsername": "{{field}} is already in use",
+ "isUserSelf": "You cannot change your own role",
+ "adminUserLimitReached": "limit:{{:admin}}"
+ }
+}
diff --git a/apps/web-mzima-client/src/assets/locales/hr.json b/apps/web-mzima-client/src/assets/locales/hr.json
index 38ead88b500..243d9224d54 100644
--- a/apps/web-mzima-client/src/assets/locales/hr.json
+++ b/apps/web-mzima-client/src/assets/locales/hr.json
@@ -114,6 +114,7 @@
"close_and_view": "Zatvori i pregledaj rezultate",
"show_more_less": "Prikaži više/manje",
"filters": "Filteri",
+ "filters_and_sorting": "Filters and sorting",
"filter_by_survey": "Filtriraj po anketi",
"configure": "Konfiguriraj",
"post": "Post",
@@ -295,7 +296,14 @@
"no_fields": "Nema polja",
"select_color": "Odabir boje",
"choose_survey": "Odabir ankete",
- "marked_for_internal": "This task is marked for internal use only. It is not seen by users when they create a post.",
+ "marked_for_internal": {
+ "header": "Internal Use Only",
+ "body": "This task is marked for internal use only. It is not seen by users when they create a post."
+ },
+ "task_is_marked_as": {
+ "not_completed": "Task Complete? - Use toggle below",
+ "completed": "You have marked \"{{taskName}}\" Task as Completed!"
+ },
"delete_task": "Obriši zadatak",
"duplicate_survey": "Dupliciraj",
"main_info": "Glavne informacije",
@@ -314,6 +322,7 @@
"title": "Naslov",
"field_allowed_relation_survey": "Dozvoljene ankete",
"collect_image_caption": "Uključi polje naslova slike",
+ "collect_media_caption": "Include caption field",
"disable_caption_field_explanation": "Ovo će onemogućiti i sakriti sve postojeće naslove za ovo polje, ali možete ponovno omogućiti u bilo koje buduće vrijeme.",
"description": "Opis",
"task_description": "Opis zadatka",
@@ -335,6 +344,8 @@
"related_post": "Povezani post",
"related_post_info": "Napominjemo, postovi koji se odnose na objavu, postovi koji su \"u pregledu\" neće se pojaviti u rezultatima pretraživanja",
"upload_image": "Slika",
+ "upload_document": "Document",
+ "upload_audio": "Audio",
"embed_video": "Ugradi video",
"markdown": "Markdown",
"categories": "Kategorije",
@@ -349,7 +360,13 @@
"checkbox_desc": "Dopušta korisniku odabir jedne ili više unaprijed definirane liste opcija.",
"relation_desc": "Stvorite odnos između različitih anketa",
"upload_desc": "Dozvoljava prijenos slika na post ",
+ "audio_desc": "Allows audio file(s) to be uploaded to the post",
+ "document_desc": "Allows document(s) to be uploaded to the post",
"video_desc": "Omogućuje ugradnju Youtube i Vimeo videa u post",
+ "maximum_upload_size" : "Maximum Upload Size",
+ "small_upload_size" : "Small",
+ "medium_upload_size" : "Medium",
+ "large_upload_size" : "Large",
"markdown_desc": "Dopušta korištenje markdown sintakse za stiliziranje sadržaja polja",
"tasks": "Zadaci",
"task_visible_when_published": "Ovaj zadatak će biti vidljiv kada je post objavljen.",
@@ -602,6 +619,7 @@
"source": "Izvor",
"saved_filters": "Saved filters",
"saved_filter": "Spremljeni filtar",
+ "no_saved_filters": "No saved filters. Saved filter(s) will appear here for you to select once made available.",
"save_new_filter": "Save new filter",
"clear_all_filters": "Clear all filters",
"delete_this_saved_filter": "Jeste li sigurni da želite izbrisati ovaj spremljeni filtar?"
@@ -856,7 +874,9 @@
"unlocked": "Post uspješno odključan",
"unlock": "Otključaj",
"lock_broken_by_other": "Vaš post je otključan. Trenutni nespremljene promjene bit će izgubljene.",
- "locked_message": "Post je zaključan zbog toga što{{ user }} upravo radi na njemu. Pokušajte urediti drugi post."
+ "locked_message": "Post je zaključan zbog toga što{{ user }} upravo radi na njemu. Pokušajte urediti drugi post.",
+ "locked_tooltip": "This post is being edited by someone else. Please try again later."
+
},
"modify": {
"intro": "Odaberi aknetu:",
@@ -966,9 +986,23 @@
"add_caption": "Dodaj naslov",
"upload": "Prenesi",
"add_photo": "Dodaj fotografiju",
+ "add_audio": "Add audio",
+ "add_document": "Add document",
+ "retry" : "Retry",
"delete_photo": "Obriši fotografiju",
"replace_image": "Zamjeni sliku",
- "error_in_upload": "Vaša slika je prevelika (maksimalna veličina je 1MB) ili je krivog formata (dozvoljeni formati su gif, png, jpg i jpeg), molimo provjerite i pokušajte ponovno!"
+ "error_in_upload": "Vaša slika je prevelika (maksimalna veličina je 1MB) ili je krivog formata (dozvoljeni formati su gif, png, jpg i jpeg), molimo provjerite i pokušajte ponovno!",
+ "messages": {
+ "max_size" : "Your file is too large.",
+ "max_files" : "You have exceeded the maximum number of files.",
+ "required" : "Media is required.",
+ "invalid_type" : "Unsupported file type."
+ },
+ "status" : {
+ "uploading" : "Uploading...",
+ "upload_complete" : "Upload Complete!",
+ "upload_failed" : "Upload failed!"
+ }
},
"video": {
"enter_a_url": "Unesi Youtube ili Vimeo video URL."
@@ -1101,7 +1135,7 @@
"delete_category_desc": "Ako obrišete ovu kategoriju, više neće biti asocirana sa ijednim postom. Nastavite s oprezom.",
"show_categories": "Prikaži dostupne kategorije",
"child_permissions": "Dopuštenja za ovu kategoriju su upravljani sa \"roditeljskom\" kategorijom.",
- "which_categories": "Which categories should be available",
+ "which_categories": "Which categories should be available?",
"select_all": "Odaberi sve",
"choose_roles": "Odaberi uloge",
"create_tag": "Kreiraj kategoriju",
diff --git a/apps/web-mzima-client/src/assets/locales/hu.json b/apps/web-mzima-client/src/assets/locales/hu.json
index c6b15446a91..cf8ea1fbbca 100644
--- a/apps/web-mzima-client/src/assets/locales/hu.json
+++ b/apps/web-mzima-client/src/assets/locales/hu.json
@@ -114,6 +114,7 @@
"close_and_view": "Bezárás és az eredmények megtekintése",
"show_more_less": "Többet/kevesebbet mutat",
"filters": "Szűrők",
+ "filters_and_sorting": "Filters and sorting",
"filter_by_survey": "A kérdőív alapján szűrés",
"configure": "Beállítás",
"post": "Bejegyzés",
@@ -295,7 +296,14 @@
"no_fields": "Nincsenek mezők",
"select_color": "Válassza ki a színt",
"choose_survey": "Válassza ki a felmérést",
- "marked_for_internal": "This task is marked for internal use only. It is not seen by users when they create a post.",
+ "marked_for_internal": {
+ "header": "Internal Use Only",
+ "body": "This task is marked for internal use only. It is not seen by users when they create a post."
+ },
+ "task_is_marked_as": {
+ "not_completed": "Task Complete? - Use toggle below",
+ "completed": "You have marked \"{{taskName}}\" Task as Completed!"
+ },
"delete_task": "Feladat törlése",
"duplicate_survey": "Duplikálás",
"main_info": "Fő információk",
@@ -314,6 +322,7 @@
"title": "Cím",
"field_allowed_relation_survey": "Engedélyezett kérdőívek",
"collect_image_caption": "A kép leíró mezőjét is tartalmazza",
+ "collect_media_caption": "Include caption field",
"disable_caption_field_explanation": "Ez kikapcsol és elrejt minden, jelenleg létező, ehhez a mezőhöz tartozó feliratot, de bármikor vissza tudod kapcsolni később.",
"description": "Leírás",
"task_description": "Feladat leírása",
@@ -335,6 +344,8 @@
"related_post": "Kapcsolódó bejegyzések",
"related_post_info": "Please note, the posts to relate to needs to be published, posts that are \"Under review\" will not appear in the search-results",
"upload_image": "Kép",
+ "upload_document": "Document",
+ "upload_audio": "Audio",
"embed_video": "Beágyazott videó",
"markdown": "Markdown",
"categories": "Kategóriák",
@@ -349,7 +360,13 @@
"checkbox_desc": "Engedélyezi a felhasználóknak, hogy egy, vagy több előre meghatározott lehetőség közül válasszanak",
"relation_desc": "Kapcsolat létrehozása kérdőívek között",
"upload_desc": "Engedélyezi kép(ek) feltöltését bejegyzéshez",
+ "audio_desc": "Allows audio file(s) to be uploaded to the post",
+ "document_desc": "Allows document(s) to be uploaded to the post",
"video_desc": "Engedélyezi Youtube vagy Vimeo videók bejegyzésbe ágyazását",
+ "maximum_upload_size" : "Maximum Upload Size",
+ "small_upload_size" : "Small",
+ "medium_upload_size" : "Medium",
+ "large_upload_size" : "Large",
"markdown_desc": "Engedélyezi „markdown” szintaxis használatát mezőtartalmak módosításánál",
"tasks": "Feladatok",
"task_visible_when_published": "Ez a feladat akkor lesz látható, ha a bejegyzés közzétett állapotba kerül.",
@@ -602,6 +619,7 @@
"source": "Forrás",
"saved_filters": "Saved filters",
"saved_filter": "Mentett szűrő",
+ "no_saved_filters": "No saved filters. Saved filter(s) will appear here for you to select once made available.",
"save_new_filter": "Save new filter",
"clear_all_filters": "Clear all filters",
"delete_this_saved_filter": "Biztosan törli ezt a mentett szűrőt?"
@@ -856,7 +874,9 @@
"unlocked": "A bejegyzés zárolása sikeresen feloldva",
"unlock": "Feloldás",
"lock_broken_by_other": "A bejegyzésed unlock-olva van. A jelenlegi, nem mentett változások el fognak veszni.",
- "locked_message": "A bejegyzés zárolva van, mert 1{{ user }}1 dolgozik rajta. Próbálkozz más bejegyzések szerkesztésével. "
+ "locked_message": "A bejegyzés zárolva van, mert 1{{ user }}1 dolgozik rajta. Próbálkozz más bejegyzések szerkesztésével. ",
+ "locked_tooltip": "This post is being edited by someone else. Please try again later."
+
},
"modify": {
"intro": "Kérdőív kiválasztása:",
@@ -966,9 +986,23 @@
"add_caption": "Képfelirat hozzáadása",
"upload": "Feltöltés",
"add_photo": "Fotó hozzáadása",
+ "add_audio": "Add audio",
+ "add_document": "Add document",
+ "retry" : "Retry",
"delete_photo": "Fotó törlése",
"replace_image": "Kép cseréje",
- "error_in_upload": "A képed túl nagy (maximum méret 1MB) vagy rossz formátumú (megengedett formátumok gif, png, jpg és jpeg), kérlek ellenőrizd le és próbálkozz újra!"
+ "error_in_upload": "A képed túl nagy (maximum méret 1MB) vagy rossz formátumú (megengedett formátumok gif, png, jpg és jpeg), kérlek ellenőrizd le és próbálkozz újra!",
+ "messages": {
+ "max_size" : "Your file is too large.",
+ "max_files" : "You have exceeded the maximum number of files.",
+ "required" : "Media is required.",
+ "invalid_type" : "Unsupported file type."
+ },
+ "status" : {
+ "uploading" : "Uploading...",
+ "upload_complete" : "Upload Complete!",
+ "upload_failed" : "Upload failed!"
+ }
},
"video": {
"enter_a_url": "Adj meg egy Youtube vagy Vimeo videohoz tartozó linket."
@@ -1101,7 +1135,7 @@
"delete_category_desc": "Ha kitörlöd ezt a kategóriátakkor semmilyen bejegyzés nem fog hozzá tartozni. Óvatosan járj el.",
"show_categories": "Elérhető kategóriák",
"child_permissions": "A kategóriához tartozó engedélyeket a szülő kategória menedzseli.",
- "which_categories": "Which categories should be available",
+ "which_categories": "Which categories should be available?",
"select_all": "Összes kiválasztása",
"choose_roles": "Szerep kiválasztása",
"create_tag": "Kategória létrehozása",
diff --git a/apps/web-mzima-client/src/assets/locales/id.json b/apps/web-mzima-client/src/assets/locales/id.json
index a42b789eb23..e28abd476e5 100644
--- a/apps/web-mzima-client/src/assets/locales/id.json
+++ b/apps/web-mzima-client/src/assets/locales/id.json
@@ -114,6 +114,7 @@
"close_and_view": "Menutup dan melihat hasil",
"show_more_less": "Perlihatkan lebih/kurang",
"filters": "Saringan",
+ "filters_and_sorting": "Filters and sorting",
"filter_by_survey": "Saringan oleh survei",
"configure": "Konfigurasikan",
"post": "Postingan",
@@ -295,7 +296,14 @@
"no_fields": "Tidak ada bidang",
"select_color": "Pilih warna",
"choose_survey": "Pilih survei",
- "marked_for_internal": "This task is marked for internal use only. It is not seen by users when they create a post.",
+ "marked_for_internal": {
+ "header": "Internal Use Only",
+ "body": "This task is marked for internal use only. It is not seen by users when they create a post."
+ },
+ "task_is_marked_as": {
+ "not_completed": "Task Complete? - Use toggle below",
+ "completed": "You have marked \"{{taskName}}\" Task as Completed!"
+ },
"delete_task": "Delete task",
"duplicate_survey": "Duplicate",
"main_info": "Info utama",
@@ -314,6 +322,7 @@
"title": "Judul",
"field_allowed_relation_survey": "Izinkan survei",
"collect_image_caption": "Include image caption field",
+ "collect_media_caption": "Include caption field",
"disable_caption_field_explanation": "This will disable and hide all existing captions for this field, but you can re-enable them at any time.",
"description": "Deskripsi",
"task_description": "Deskripsi tugas",
@@ -335,6 +344,8 @@
"related_post": "Related Post",
"related_post_info": "Harap dicatat, posting yang berhubungan dengan perlu dipublikasikan, posting yang \"Dalam peninjauan\" tidak akan muncul di hasil pencarian",
"upload_image": "Image",
+ "upload_document": "Document",
+ "upload_audio": "Audio",
"embed_video": "Embed video",
"markdown": "Markdown",
"categories": "Categories",
@@ -349,7 +360,13 @@
"checkbox_desc": "Ijinkan pengguna ini untuk memilih satu atua lebih dari kumpulan opsi yang telah ditetapkan.",
"relation_desc": "Buat relasi diantara survei-survei",
"upload_desc": "Ijinkan gambar(gambar) diunggah ke dalam postingan",
+ "audio_desc": "Allows audio file(s) to be uploaded to the post",
+ "document_desc": "Allows document(s) to be uploaded to the post",
"video_desc": "Allows Youtube or Vimeo videos to be embed in the post",
+ "maximum_upload_size" : "Maximum Upload Size",
+ "small_upload_size" : "Small",
+ "medium_upload_size" : "Medium",
+ "large_upload_size" : "Large",
"markdown_desc": "Allows the use of markdown syntax to style the field content.",
"tasks": "Tugas",
"task_visible_when_published": "This task will be visible when post is published.",
@@ -602,6 +619,7 @@
"source": "Source",
"saved_filters": "Saved filters",
"saved_filter": "Filter tersimpan",
+ "no_saved_filters": "No saved filters. Saved filter(s) will appear here for you to select once made available.",
"save_new_filter": "Save new filter",
"clear_all_filters": "Clear all filters",
"delete_this_saved_filter": "Apakah Anda yakin ingin menghapus filter tersimpan ini?"
@@ -856,7 +874,9 @@
"unlocked": "Post successfully unlocked",
"unlock": "Unlock",
"lock_broken_by_other": "Your Post has been unlocked. Your current unsaved changes will be lost.",
- "locked_message": "The post is locked because {{ user }} is working on it right now. Try editing a different post."
+ "locked_message": "The post is locked because {{ user }} is working on it right now. Try editing a different post.",
+ "locked_tooltip": "This post is being edited by someone else. Please try again later."
+
},
"modify": {
"intro": "Pilih survei:",
@@ -966,9 +986,23 @@
"add_caption": "Tambahkan keterangan",
"upload": "Unggah",
"add_photo": "Add photo",
+ "add_audio": "Add audio",
+ "add_document": "Add document",
+ "retry" : "Retry",
"delete_photo": "Delete photo",
"replace_image": "Replace image",
- "error_in_upload": "Your image is too large (maximum size is 1MB) or has the wrong format (allowed formats are gif, png, jpg and jpeg), please check and try again!"
+ "error_in_upload": "Your image is too large (maximum size is 1MB) or has the wrong format (allowed formats are gif, png, jpg and jpeg), please check and try again!",
+ "messages": {
+ "max_size" : "Your file is too large.",
+ "max_files" : "You have exceeded the maximum number of files.",
+ "required" : "Media is required.",
+ "invalid_type" : "Unsupported file type."
+ },
+ "status" : {
+ "uploading" : "Uploading...",
+ "upload_complete" : "Upload Complete!",
+ "upload_failed" : "Upload failed!"
+ }
},
"video": {
"enter_a_url": "Enter a video URL from Youtube or Vimeo."
@@ -1101,7 +1135,7 @@
"delete_category_desc": "If you delete this category, it will no longer be associated with any posts. Proceed with caution.",
"show_categories": "Show available categories",
"child_permissions": "Permissions for this category are managed by the parent category.",
- "which_categories": "Kategori mana yang harus tersedia",
+ "which_categories": "Which categories should be available?",
"select_all": "Pilih Semua",
"choose_roles": "Pilih Peran",
"create_tag": "Buat Kategori",
diff --git a/apps/web-mzima-client/src/assets/locales/ko.json b/apps/web-mzima-client/src/assets/locales/ko.json
new file mode 100644
index 00000000000..4d82f8bdf3f
--- /dev/null
+++ b/apps/web-mzima-client/src/assets/locales/ko.json
@@ -0,0 +1,2770 @@
+{
+ "app": {
+ "contact_email_address": "Contact email address:",
+ "powered_by_ushahidi": "우샤히디 제공",
+ "support": "우샤히디 지원",
+ "by": "by",
+ "submit": "제출하기",
+ "anonymous": "익명",
+ "submitting": "제출중",
+ "submit_another": "제출하고 추가 작성하기",
+ "submit_response": "조사 응답 제출하기",
+ "can_see_this": "can see this",
+ "collection": "Collection",
+ "collections": "Collections",
+ "create_collection": "Create collection",
+ "add_collection": "Add collection",
+ "export_to_csv": "Export filtered data",
+ "create_new": "Create new",
+ "create_new_survey": "Create new survey",
+ "created_by": "Created by {{author}}",
+ "date_created": "Date created",
+ "date_updated": "Date updated",
+ "choose_photo": "Choose photo",
+ "choose": "Choose...",
+ "add_all_fields": "Add all fields",
+ "insert_text_here": "Insert text here...",
+ "deployment_not_found" : {
+ "text" : "Sorry, that deployment does not exist. Would you like to create a new deployment?",
+ "button_exit" : "Exit",
+ "button_create_deployment" : "Create Deployment"
+ },
+ "documentation": {
+ "title": "Documentation",
+ "description": "Learn how to set up, configure, and manage your Ushahidi deployment."
+ },
+ "donate": "기부",
+ "donation": "Donation",
+ "disable_monetization": "Disable Monetization",
+ "enable_monetization": "Enable Monetization",
+ "enable_monetization_error": "Fill in required fields above before enabling monetization.",
+ "enable_monetization_info": "Monetization is currently disabled.",
+ "intercom": {
+ "intercom": "Intercom",
+ "description": "Contact Ushahidi staff for chat support"
+ },
+ "onboarding": {
+ "title": "Onboarding",
+ "description": "Take a look at the Ushahidi onboarding again."
+ },
+ "report_a_bug": {
+ "title": "Report a bug",
+ "description": "Tell us when something doesn't work the way you expected."
+ },
+ "edit_collection": "Edit collection",
+ "features": {
+ "title": "Features",
+ "description": "See what Ushahidi can do and how it works."
+ },
+ "forbidden": "Sorry, you're not allowed to do that.",
+ "forbidden-login": "Please enter your login details to access the deployment.",
+ "contact_with_admin": "Or contact the Admin ",
+ "404": "That URL doesn't exist",
+ "page-not-found": "Page not found",
+ "get_notifications": "Get notifications",
+ "turn_off_notifications": "Turn off notifications",
+ "load_more": "Load more",
+ "loading": "Loading",
+ "loading_saved_searches": "Loading saved searches",
+ "more": "More",
+ "cancel": "Cancel",
+ "save": "Save",
+ "save_and_close": "Save & close",
+ "update": "Update",
+ "update_and_close": "Update & close",
+ "add_and_close": "Add & close",
+ "updating": "Updating",
+ "saving": "Saving",
+ "settings": "Settings",
+ "share": "Share",
+ "specific_roles": "Specific roles...",
+ "general": "General",
+ "surveys": "Survey",
+ "add_survey": "New Survey",
+ "edit_survey": "Edit Survey",
+ "data_sources": "Data Sources",
+ "import": "Import",
+ "users": "Users",
+ "edit_user": "Edit User",
+ "add_user": "Add User",
+ "edit": "Edit",
+ "roles": "Roles",
+ "edit_role": "Edit Role",
+ "add_role": "Add Role",
+ "webhooks": "Webhooks",
+ "edit_webhook": "Edit Role",
+ "add_webhook": "Add Role",
+ "categories": "Categories",
+ "edit_category": "Edit Category",
+ "add_category": "카테고리 추가",
+ "categories_count": "{{count}} categories",
+ "plans": "Plans",
+ "delete": "Delete",
+ "description": "Description",
+ "color": "Color",
+ "search_users": "Search users",
+ "searching": "Searching",
+ "show_hide": "Show/Hide",
+ "fields": "Fields",
+ "no_results": "No results found.",
+ "current_results": "Current results:",
+ "filter_by": "Filter by...",
+ "sort_filter": "Sort & filter",
+ "apply_filters": "Apply",
+ "close_and_view": "Close and view results",
+ "show_more_less": "Show more/less",
+ "filters": "Filters",
+ "filters_and_sorting": "Filters and sorting",
+ "filter_by_survey": "Filter by survey",
+ "configure": "Configure",
+ "post": "Post",
+ "name": "Name",
+ "key": "Key",
+ "survey_web_address": "Your survey's web address",
+ "default_value": "Default value (optional):",
+ "select_one": "Select One",
+ "sort_and_filter": "Sort & filter",
+ "saved_search": "Saved Search",
+ "tasks": "Tasks",
+ "return_to_all_posts": "Return to all posts",
+ "this_deplyment_is_private": "This deployment is private",
+ "private_deployment": "Private Deployment",
+ "mark_as": "Mark as",
+ "who_can_see_this_category": "Who can see this category?",
+ "this_category_is_child_to": "This category is a child to {{parent}}",
+ "nothing": "Nothing",
+ "who_can_see_this": "Who can see this?",
+ "add": "Add",
+ "add_new_category": "+ Add new category",
+ "sort_by": "Sort By ...",
+ "newest_first": "Newest first",
+ "oldest_first": "Oldest first",
+ "language": "Language",
+ "select_language": "Select language",
+ "add_new_post": "Add new post",
+ "previous": "Previous",
+ "duplicate": "Duplicate",
+ "yes_delete": "Yes, delete",
+ "no_go_back": "No, go back",
+ "are_you_sure_you_want_to_delete": "Are you sure you want to Delete",
+ "action_cannot_be_undone": "This action cannot be undone.
Are you sure?
",
+ "you_are_not_authorized": "You are not authorized",
+ "lost_internet_connection": "Lost internet connection",
+ "tweet_is_unavailable": "This tweet is unavailable",
+ "file_uploader": "File uploader",
+ "preview_image": "Preview image",
+ "privacy_policy": "Privacy Policy",
+ "terms_and_conditions": "Terms and Conditions",
+ "ok_sounds_good": "OK, sounds good",
+ "next_step": "Next step",
+ "we_are_aware_there_are_some_issues_here": "We are aware there are some issues here. The team is working on fixing them.",
+ "you_are_using_old_deployment_version": "You are using Deployment Version - {{api_version}}. The latest version is v5. Please, update your Deployment for users access.",
+ "outdated_deployment": "Outdated Deployment!",
+ "the_deployment_is_outdated": "The Deployment is outdated, therefore some bugs may occur, till Admin update it.",
+ "your_deployment_is_outdated": "Your Deployment is outdated",
+ "we_ve_updated_deployments_to_version_5": "We’ve updated Deployments to version 5. Users may not have access to your deployment soon. ",
+ "for_more_details_on_deployment_update": "For more details on deployment update, go to Help & Support (this should be a link) or send an email to:",
+ "open_chat": "Open Chat",
+ "end_post": "End of Posts"
+ },
+ "cookies": {
+ "we_use_cookies": "Howdy! We use cookies to make your experience better.",
+ "cookies_privacy": "If you want to know more or withdraw your consent, please go to our Privacy Policy.",
+ "decline": "Decline",
+ "accept_cookies": "Accept cookies"
+ },
+ "404": {
+ "404": "404",
+ "error": "error",
+ "description": "Oops... Sorry, we can’t find the page that you’re looking for.
Please search by another phrase or go back to the Map View.",
+ "button": "Go to the Map View"
+ },
+ "toolbar": {
+ "searchbar": {
+ "search_entity": "찾기",
+ "search_all_entities_for": "Search all {{entity}} for"
+ }
+ },
+ "color_picker": {
+ "hex_value": "Hex Value",
+ "red": "Red",
+ "gold": "Gold",
+ "blue": "Blue",
+ "green": "Green"
+ },
+ "feature_limits": {
+ "view_unavailable": "이 {{value}}은/는 현재 요금제에서는 확인할 수 없습니다. 확인을 위해서 요금제를 업그레이드 하세요"
+ },
+ "limit": {
+ "plan_limit": "우샤히디 요금제 제한",
+ "post_limit_reached": "해당요금제로 공개 게시할 수 있는 한계에 도달하였습니다. ",
+ "admin_limit_reached": "You have reached the limit of admin users for your plan.",
+ "post_type_limit_reached": "해당요금제의 조사 한계에 도달하였습니다.",
+ "upgrade": "업그레이드"
+ },
+ "activity": {
+ "activity_over_time": "Activity over time",
+ "activity_by_volume": "Activity by volume",
+ "recent_activity_timeline": "Recent Activity timeline",
+ "new_post": "새 게시물",
+ "by": "By",
+ "context_body": "A summary of how people are interacting with {{site}}.",
+ "inbound": "Inbound Response Messages",
+ "outbound": "Outbound Surveying Messages",
+ "recipients": "Unique Recipients of Targeted Survey",
+ "responders": "Unique Responders to Targeted Survey",
+ "all_targeted": "All Targeted Surveys",
+ "no_targeted": "You don't have any Targeted Survey data to show.",
+ "all_sources": "All Data Souces",
+ "web_mobile": "Web and Mobile",
+ "email": "email",
+ "sms": "sms",
+ "twitter": "twitter",
+ "all_crowdsourced": "All Crowdsourced Surveys",
+ "no_crowdsourced": "You don't have any Crowdsourced Survey data to show.",
+ "targeted_activity": "Tageted Survey Activity",
+ "crowdsourced_activity": "Crowdsourced Survey Activity",
+ "tooltip_template": "This is the single point tooltip template"
+ },
+ "form": {
+ "add_field": "Add field",
+ "add_field_instructions": "이 항목에 지시사항을 추가하세요.",
+ "add_field_instructions_info": "These instructions will be presented as a tooltip to a user when filling in this field.",
+ "add_field_instructions_placeholder": "Explain this field...",
+ "add_post_type": "New Survey",
+ "add_step": "Add Task",
+ "add_language": "Add language",
+ "added_form_stage_attribute": "Saved field",
+ "field_allowed_relation_post_type": "Allowed surveys",
+ "choose_order_message": "Choose and order the fields that you would like to include in this survey",
+ "created_form_stage": "Saved task",
+ "currently_disabled": "This survey is currently disabled.",
+ "custom_structure": "Custom Structure",
+ "default_date_placeholder": "Default date",
+ "default_date_hint": "If no date is added, the current time of posting would be added by default. The user can still update the {{ field_name }} after post submission.",
+ "default_default_placeholder": "Default value",
+ "default_location_placeholder": "Nairobi, Kenya",
+ "delete_post_type": "Delete this survey",
+ "deleted_form": "Deleted Survey",
+ "deleted_form_stage": "Deleted Task",
+ "deleted_form_stage_attribute": "Deleted field",
+ "editable_by": "Editable By",
+ "edit_post_step": "Edit Task: {{step}}",
+ "edit_post_type": "Edit Survey: {{form}}",
+ "edit_post_types": "Edit Surveys",
+ "field_add_option": "Add",
+ "field_add_other": "Add other",
+ "field_add_other_desc": "Allows entering a custom option that is not listed among the provided choices.",
+ "field_default": "Field Default",
+ "field_key": "Field Key",
+ "field_type": "Field Type",
+ "field_name": "Field Name",
+ "field_options": "Field Options",
+ "field_key_placeholder": "field-key",
+ "field_name_placeholder": "Name this field",
+ "field_option_placeholder": "Option 1",
+ "field_required": "This field is required",
+ "form_name": "Name",
+ "form_description": "Description",
+ "forms": "Forms",
+ "form_stage_settings_saved": "Saved settings",
+ "permission_public": "Public",
+ "permission_admin": "Admin",
+ "permission_self": "Only Me",
+ "post_type_settings": "Survey Settings",
+ "post_step_settings": "Task Settings",
+ "priority_changed": "Changed priority",
+ "save_and_close": "Save & Close",
+ "save_post_type": "Save Survey",
+ "save_post_step": "Save Task",
+ "saved_form": "Survey saved.",
+ "select_language": "Select languages",
+ "step_delete": "Delete",
+ "step_name": "Task Name",
+ "step_rename": "Rename",
+ "step_required": "This task is required",
+ "post_step": "Post",
+ "type": "type",
+ "visible_to": "Visible To",
+ "choose_language": "Choose language for translation",
+ "error_input_number": "Please input {{type}} type number"
+ },
+ "survey": {
+ "no_tasks": "No tasks",
+ "select_categories": "Select categories",
+ "select_related_post": "Select related post",
+ "no_fields": "No fields",
+ "select_color": "Select color",
+ "choose_survey": "Choose survey",
+ "marked_for_internal": {
+ "header": "Internal Use Only",
+ "body": "This task is marked for internal use only. It is not seen by users when they create a post."
+ },
+ "task_is_marked_as": {
+ "not_completed": "Task Complete? - Use toggle below",
+ "completed": "You have marked \"{{taskName}}\" Task as Completed!"
+ },
+ "delete_task": "작업 삭제하기",
+ "duplicate_survey": "Duplicate",
+ "main_info": "Main info",
+ "internal_use_task": "Task is only for internal use",
+ "internal_use_task_desc": "This task will only be visible to User who have Manage Post permission.",
+ "duplicate_task": "Duplicate task",
+ "duplicate_option": "Duplicate option is present",
+ "special_characters_option": "This option contains special characters",
+ "show_this_task_to": "Show this task to everyone when published",
+ "show_this_task_to_desc": "When a survey response is published, data from this task will be displayed.",
+ "survey_name": "Survey name",
+ "describe_your_survey": "Describe your survey...",
+ "describe_this_task": "Describe this task...",
+ "untitled_task": "Untitled task",
+ "add_task": "Add task",
+ "title": "제목",
+ "field_allowed_relation_survey": "Allowed surveys",
+ "collect_image_caption": "Include image caption field",
+ "collect_media_caption": "Include caption field",
+ "disable_caption_field_explanation": "This will disable and hide all existing captions for this field, but you can re-enable them at any time.",
+ "description": "Description",
+ "task_description": "Task description",
+ "post_fields": "Post fields",
+ "task_fields": "Task fields",
+ "show_task": "Show this task to everyone when the post is published",
+ "task_info": "You can add additional information to each post, like translations or verification, and assign them to people by adding Tasks. You can choose from pre-built tasks or create your own from scratch.",
+ "text_desc": "A sentence or less",
+ "short_text": "Short text",
+ "long_text": "Long text",
+ "number_decimal": "Number (Decimal)",
+ "number_integer": "Number (Integer)",
+ "location": "Location",
+ "date": "Date",
+ "datetime": "Date & Time",
+ "select": "Select",
+ "radio_button": "Radio Button(s)",
+ "checkbox": "Checkbox(es)",
+ "related_post": "Related Post",
+ "related_post_info": "Please note, the posts to relate to needs to be published, posts that are \"Under review\" will not appear in the search-results",
+ "upload_image": "Image",
+ "upload_document": "Document",
+ "upload_audio": "Audio",
+ "embed_video": "Embed video",
+ "markdown": "Markdown",
+ "categories": "Categories",
+ "textarea_desc": "Multiple sentences or paragraphs",
+ "decimal_desc": "A number with decimal places",
+ "integer_desc": "A whole number",
+ "location_desc": "A geographic location chosen via a map",
+ "date_desc": "A date with year, month, day",
+ "datetime_desc": "A date with time in hours and minutes",
+ "select_desc": "A drop down list of items",
+ "radio_desc": "Allows the user to choose only one of a predefined set of options.",
+ "checkbox_desc": "Allows the user to choose one or more of a predefined set of options.",
+ "relation_desc": "Create a relation between different surveys",
+ "upload_desc": "Allows image(s) to be uploaded to the post",
+ "audio_desc": "Allows audio file(s) to be uploaded to the post",
+ "document_desc": "Allows document(s) to be uploaded to the post",
+ "video_desc": "Allows Youtube or Vimeo videos to be embed in the post",
+ "maximum_upload_size" : "Maximum Upload Size",
+ "small_upload_size" : "Small",
+ "medium_upload_size" : "Medium",
+ "large_upload_size" : "Large",
+ "markdown_desc": "Allows the use of markdown syntax to style the field content.",
+ "tasks": "Tasks",
+ "task_visible_when_published": "This task will be visible when post is published.",
+ "show_field_description": "Add field description (optional):",
+ "add_field": "Add {{fieldType | lowercase}} field",
+ "edit_field": "Edit {{fieldType | lowercase}} field",
+ "build": "Build",
+ "configure": "Configure",
+ "require_section": "Require this task be completed before a post can be visible to the public",
+ "hide_author_information": "Hide author information",
+ "hide_author_information_desc": "Only people with permission to edit responses will be able to see who submitted them; and only when editing them.",
+ "hide_location_information": "Hide exact location information",
+ "hide_location_information_desc": "Only people with permission to edit responses will be able to see exact locations. Other people will see rounded locations. The location will be accurate to {{precision}}km.",
+ "hide_time_information": "Hide exact time information",
+ "hide_time_information_desc": "Only people with permission to edit responses will be able to see exact time submitted. Other people will see only the date.",
+ "share": "Share",
+ "task_name": "Task name",
+ "required_field": "Required",
+ "required": "Required",
+ "required_desc": "Require this task be completed before a post can be visible to the public.",
+ "require_field_desc": "Require this field be completed",
+ "name_this_task": "Name this task...",
+ "require_review": "Require posts to be reviewed before they're published",
+ "require_review_desc": "New responses to this survey will be put 'under review', and therefore not immediately visible to the public. Users with permission to review the response can review and 'publish' them, which would then make them visible to everyone.",
+ "require_task": "Required",
+ "make_response_private": "Make responses private",
+ "response_private_desc": "Only people with permission to edit responses can see responses to this field",
+ "require_task_desc": "Require this task be completed before a post can be visible to the public",
+ "survey_permissions": "Survey permissions",
+ "only_edit": "Only people with permission to edit responses will be able to see responses to this field.",
+ "who_can_add": "Who can add to this survey",
+ "survey_field": "Survey field",
+ "choose_survey_field": "Choose what should be assigned to each survey field",
+ "choose_survey_field_desc": "Each of the survey's fields are listed below. Choose the data from {{datasource_type}} that you'd like to use to populate each of those fields.",
+ "who_can_contribute_to_task": "Who can contribute to fields in this task",
+ "view_detail": "Detail",
+ "no_options_for_this_field": "No options for this field",
+ "add_options_first": "Add options first",
+ "delete": {
+ "desc": "If you delete this survey, all of its posts will also be deleted. Proceed with caution.",
+ "delete": "Delete survey",
+ "delete_this": "Delete this survey",
+ "delete_this_field": "Delete this field",
+ "delete_field": "Delete field",
+ "desc_field": "If you delete this field, all of the data that was collected within it will also be deleted. Proceed with caution."
+ },
+ "name": "Survey name",
+ "color": {
+ "color": "Color",
+ "hex": "Hex value",
+ "red": "Red",
+ "gold": "Gold",
+ "blue": "Blue",
+ "green": "Green"
+ },
+ "who": "Who can see this?",
+ "task": {
+ "delete": {
+ "desc": "If you delete this task, all of the data captured in it will also be deleted. Proceed with caution.",
+ "delete": "Delete task",
+ "delete_this": "Delete this task"
+ }
+ },
+ "fields": {
+ "fields_title": "Fields",
+ "validation": {
+ "required": "Required fields are missing, these fields are marked with an *.",
+ "special_characters": "{{name}} field contains special characters"
+ }
+ },
+ "targeted_survey": {
+ "title": "Create a new targeted survey",
+ "description": "Send questions via SMS to a list of those phone numbers.",
+ "name_title": "Name your survey",
+ "name": "Survey name",
+ "description_title": "Survey Description",
+ "audience_title": "Choose your audience",
+ "add_questions_title": "Add your questions",
+ "add_questions_description": "We will send each question as a separate SMS. After someone responds, we will send the next question in the survey.",
+ "add_another": "Add another question...",
+ "add_a_question": "Add a question...",
+ "edit_title": "Edit question",
+ "new_question_title": "New Question",
+ "question_text": "Question text",
+ "question_description": "This is what users will see when they go to your survey.",
+ "sample_question": "Sample question: Hi there! How are you feeling today? Your response is free.",
+ "char_remains": "{{remaining}}/160 characters remaining",
+ "publish": "Publish survey",
+ "delete": "Delete",
+ "send_to_old_number_warning": "If you are messaging a number that you have messaged in the past, that person's responses will always apply to the most recent survey. They will no longer be able to reply to previous unanswered survey questions.",
+ "publish_description_many": "We will send {{questions}} questions to {{numbers}} people via SMS for a total of {{total_sms_messages}} messages. Your telecommunications provider will charge you for each message. Please be careful about the costs you will incur by sending this survey. This action cannot be undone.",
+ "publish_description_one_question": "We will send {{questions}} question to {{numbers}} people via SMS for a total of {{total_sms_messages}} messages. Your telecommunications provider will charge you for each message. Please be careful about the costs you will incur by sending this survey. This action cannot be undone.",
+ "publish_description_one_number": "We will send {{questions}} questions to {{numbers}} person via SMS for a total of {{total_sms_messages}} messages. Your telecommunications provider will charge you for each message. Please be careful about the costs you will incur by sending this survey. This action cannot be undone.",
+ "publish_description_one_number_one_question": "We will send {{questions}} question to {{numbers}} person via SMS for a total of {{total_sms_messages}} message. Your telecommunications provider will charge you for each message. Please be careful about the costs you will incur by sending this survey. This action cannot be undone.",
+ "question_warning": "You must enter at least 1 question.",
+ "publish_warning": "Are you sure you ant to send this SMS survey?",
+ "publish_notification_many": "{{messages}} messages will be sent as part of this survey. You will be charged for these messages by your telecommunications provider",
+ "publish_notification_one": "{{messages}} message will be sent as part of this survey. You will be charged for that message by your telecommunications provider",
+ "hide_responders": "Hide information about responders",
+ "hide_responders_desc": "The phone numbers of the people who respond to your questions remain hidden from the public site. Only the team members with edit permissions will be able to see them.",
+ "notification_button": "View survey in datamode",
+ "name_warning": "You must give your survey a name.",
+ "description_warning": "You must give your survey a description.",
+ "send_to_person": "Targeted: Send this survey to {{recipientCount}} person via SMS",
+ "send_to_people": "Targeted: Send this survey to {{recipientCount}} people via SMS",
+ "country_code": "Country Code",
+ "country_code_error": "You must select a country.",
+ "select_country": "Select Country",
+ "phone_numbers": "Phone Numbers",
+ "phone_number_warning": "You must enter at least 1 phone number.",
+ "one_repeat_alert": "We removed a total of {{repeatCount}} repeat number from your list.",
+ "multi_repeat_alert": "We removed a total of {{repeatCount}} repeat numbers from your list.",
+ "multi_number_error": "Of the {{total}} phone numbers you entered, we noticed problems with {{bad}} of them. Please correct the phone numbers below and continue. Numbers must match the selected country's formatting rules.",
+ "one_number_error": "Of the {{total}} phone numbers you entered, we noticed problems with {{bad}} of them. Please correct the phone number below and continue. Numbers must match the selected country's formatting rules.",
+ "multi_numbers_good": "These {{good_numbers}} numbers look fine.",
+ "one_number_good": "This {{good_numbers}} number looks fine.",
+ "question_error": "You must add at least one question.",
+ "phone_number_instructions": "Please type in the phone numbers you'd like to contact. You must place a comma between each phone number.",
+ "targeted_survey": "Targeted Survey",
+ "targeted_survey_desc": "We sent this survey via SMS",
+ "sent_messages": "We have sent {{totalSent}} messages, and",
+ "sent_message": "We have sent {{totalSent}} message, and",
+ "received_responses": "you have received {{responses}} responses",
+ "received_response": "you have received {{responses}} response",
+ "recipients_count": "from {{recipients}} recipients so far.",
+ "recipient_count": "from {{recipients}} recipient so far.",
+ "error_message": "An error occurred while trying to save your targeted survey",
+ "error_contacts": "Some of the numbers you provided failed, please check your numbers and try again",
+ "pending_messages": "We are processing {{totalPending}} messages.",
+ "pending_message": "We are processing {{totalPending}} message.",
+ "cancel": "Cancel"
+ }
+ },
+ "global_filter": {
+ "filter": "필터",
+ "categories": {
+ "categories": "카테고리",
+ "all_categories": "All Categories"
+ },
+ "post_types": {
+ "post_types": "조사",
+ "all_types": "All Types",
+ "unstructured": "Unstructured"
+ },
+ "post_statuses": {
+ "post_statuses": "Status",
+ "all_statuses": "Any Status",
+ "draft": "Draft",
+ "published": "Published"
+ },
+ "post_stages": {
+ "post_stages": "Current Task",
+ "all_stages": "All Tasks"
+ },
+ "collections": {
+ "collections": "Collections",
+ "all_collections": "All Collections",
+ "search_collections": "Search Collections"
+ },
+ "sorting": "Sorting",
+ "sort": {
+ "order": {
+ "filter_type_tag": "Order",
+ "desc": "Newest first",
+ "asc": "Oldest first"
+ },
+ "orderby": {
+ "post_date": "Post Date",
+ "created": "Date created",
+ "updated": "Date updated"
+ },
+ "unlockedOnTop": {
+ "filter_type_tag": "Unlocked posts on top"
+ }
+ },
+ "filter_tabs": {
+ "order": "Order",
+ "order_group": {
+ "orderby": {
+ "post_date": "Post Date",
+ "created": "Date created",
+ "updated": "Date updated"
+ },
+ "order": {
+ "desc": "Newest first",
+ "asc": "Oldest first"
+ },
+ "unlocked_on_top_yes": "Yes",
+ "unlocked_on_top_no": "No"
+ },
+ "orderby": "Order by",
+ "order_unlocked_on_top": "Unlocked posts on top",
+ "savedsearch": "Saved Search",
+ "saved_search": "Saved Search",
+ "q": "키워드",
+ "created_after": "Start date",
+ "created_before": "End date",
+ "date_after": "Start date",
+ "date_before": "End date",
+ "center_point": "Location",
+ "tags": "Category",
+ "form": "Survey",
+ "current_stage": "Current Task",
+ "set": "Collection",
+ "status": "Status",
+ "expires": "Expires",
+ "download": "Download",
+ "location_value": "Within {{km}} km of {{value}}",
+ "visible_to": "Visible to",
+ "user": "User",
+ "has_location": "Post-locations",
+ "all_posts": "Show all posts",
+ "unmapped": "Show unmapped posts",
+ "mapped": "Show posts with a location",
+ "source": "Source"
+ },
+ "unmapped_start_one": "There is",
+ "unmapped_start_many": "There are",
+ "unmapped_one": "{{post_nb}} post",
+ "unmapped_many": "{{post_nb}} posts",
+ "unmapped_end": "not shown here because they don't include location information.",
+ "unmapped_none": "No posts without location information.",
+ "more": "More",
+ "keyword": "키워드",
+ "start_date": "Start Date",
+ "start_date_placeholder": "Jan 25, 2014",
+ "end_date": "End Date",
+ "end_date_placeholder": "April 25, 2014",
+ "location": "Location",
+ "location_placeholder": "Enter city or address",
+ "city_or_address": "City or address",
+ "viewing_mode": "Viewing mode",
+ "within_km": "Within",
+ "km": "Km",
+ "within_km_placeholder": "Distance",
+ "option_1": "within 1 km",
+ "option_2": "within 10 km",
+ "option_3": "within 50 km",
+ "option_4": "within 100 km",
+ "option_5": "within 500 km",
+ "option_6": "within 100 km",
+ "option_7": "within 500 km",
+ "restore_defaults": "Restore Defaults",
+ "apply_filters": "Apply",
+ "save_to_set": "Save to Set",
+ "search": "Search",
+ "date_range": "Date range",
+ "who_its_visible_to": "Who it's visible to",
+ "status": "Status",
+ "source": "Source",
+ "saved_filters": "Saved filters",
+ "saved_filter": "Saved filter",
+ "no_saved_filters": "No saved filters. Saved filter(s) will appear here for you to select once made available.",
+ "save_new_filter": "Save new filter",
+ "clear_all_filters": "Clear all filters",
+ "delete_this_saved_filter": "Are you sure you want to delete this saved filter?"
+ },
+ "graph": {
+ "all_posts": "Nothing; Show all posts",
+ "all": "All time",
+ "compare": "Compare...",
+ "compare_all": "Compare...",
+ "compare_status": "Compare status",
+ "compare_tags": "Compare categories",
+ "compare_form": "Compare surveys",
+ "compare_": "Compare",
+ "created": "Created time",
+ "cumulative": "Show cumulative totals",
+ "cumulative_post_count": "Total post count",
+ "custom": "Custom date range",
+ "custom_display": "{{start || 'Beginning'}} to {{end || 'Now'}}",
+ "group_by_placeholder": "Graph",
+ "new_post_count": "New posts",
+ "none": "None",
+ "no_data": "No activity to show",
+ "post_count": "Post count",
+ "post_date": "Post created date",
+ "select_one": "Select one",
+ "week": "This week",
+ "month": "This month",
+ "updated": "Updated time"
+ },
+ "message": {
+ "button": {
+ "dismiss": "Dismiss",
+ "upgrade": "Upgrade now",
+ "default": "Ok",
+ "cancel": "Cancel"
+ }
+ },
+ "modal": {
+ "button": {
+ "close": "Close",
+ "done": "Done"
+ },
+ "donation": {
+ "thank_you_for_your_donation_start": "Web monetization is enabled on this website. Thank you for your donation. You have donated",
+ "thank_you_for_your_donation_end": "so far",
+ "web_monetization_text": "Ushahidi deployments are now web monetization enabled. Web monetization is a way of supporting the websites you love without playing advertisers game. All you need is to get your browser setup. Click the link below to learn how you can donate.",
+ "how_can_i_donate": "How can I donate?"
+ }
+ },
+ "nav": {
+ "open_menu": "Open menu",
+ "my_account": "My account",
+ "404": "Whoops",
+ "about": "About",
+ "activity": "Activity",
+ "add_post": "Add Post",
+ "account_settings": "Account Settings",
+ "alerts": "Alerts",
+ "all": "All",
+ "author_tagline": "By {{author}}",
+ "appearance": "Appearance",
+ "back": "Back",
+ "category": "카테고리",
+ "categories": "Categories",
+ "clear": "Clear",
+ "collections": "Collections",
+ "comments": "Comments",
+ "data_sources": "Data Sources",
+ "data_import": "Data Import",
+ "deployment_not_found": "Deployment Not Found",
+ "deselect": "Deselect",
+ "edit_profile": "Edit Profile",
+ "edit_post_type": "Edit Survey",
+ "everyone": "Everyone",
+ "export": "Export",
+ "forbidden": "Access Denied",
+ "dashboard": "Dashboard",
+ "delete": "Delete",
+ "edit": "Edit",
+ "filters": "Filters",
+ "forgotyourpassword": "Forgot your password?",
+ "resetpassword": "Reset password",
+ "resetmypassword": "Reset my password",
+ "forms": "Forms",
+ "help": "Help",
+ "home": "Home",
+ "login": "Log in",
+ "logout": "Log out",
+ "login_register": "Log in / Sign up",
+ "help_support": "Help & Support",
+ "registration": "Sign up",
+ "register": "Sign up",
+ "map_settings": "Map Settings",
+ "more": "More",
+ "notifications": "Notifications",
+ "receive_notifications": "Receive notifications",
+ "only_author": "Only the author",
+ "only_you": "Only you",
+ "people": "People",
+ "permissions": "허가",
+ "plan_settings": "Plan",
+ "please_wait_loading": "Please wait. Loading...",
+ "plugins": "Plugins",
+ "posts": "Posts",
+ "posts_and_entities": "Surveys",
+ "profile": "My Profile",
+ "role": "Role",
+ "roles": "Roles",
+ "webhook": "Webhook",
+ "webhooks": "Webhooks",
+ "saved_searches": "Saved Searches",
+ "search": "Search",
+ "select_all": "Select all",
+ "selected_items": "{{selectedItems}} selected",
+ "settings": "Settings",
+ "survey_settings": "Survey settings",
+ "tags": "Categories",
+ "today": "Today",
+ "general": "General Settings",
+ "type": "Type",
+ "unknown": "Unknown",
+ "unselect_all": "Unselect All",
+ "user": "User",
+ "users": "Users",
+ "views": "Views",
+ "yesterday": "Yesterday",
+ "map": "Map",
+ "data": "Data",
+ "feed": "Data"
+ },
+ "views": {
+ "map": "Map",
+ "list": "Timeline",
+ "activity": "Activity",
+ "data": "Data"
+ },
+ "share": {
+ "share_deployment": "Share deployment",
+ "share_post": "Share post",
+ "web_address": "You survey's web address",
+ "embed_on_websites": "HTML embed on websites",
+ "copied": "Copied!",
+ "share_on_twitter": "Share on Twitter",
+ "share_on_facebook": "Share on Facebook"
+ },
+ "post": {
+ "post_count": "{{count}} posts",
+ "see_more_plural": "See {{newPostsCount}} new posts",
+ "see_more_singular": "See {{newPostsCount}} new post",
+ "add_to_form": "Add to {{form}}",
+ "posts": "Posts",
+ "post_title": "Post title",
+ "post_desc": "Post description",
+ "there_are_no_posts": "There are no posts",
+ "in_this_deployment": "in this deployment, yet.",
+ "posts_total": "{{posts}} of {{total_nb}} posts",
+ "posts_total_map": "Displaying {{posts}} of {{total_nb}} posts with location information on the map.",
+ "search_results": "Results:",
+ "by": "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": "Task completed",
+ "everyone": "Everyone",
+ "just_you": "Just you",
+ "specific_roles": "Specific roles...",
+ "can_see_this": "can see this",
+ "add_post_type": "Add {{form_name}}",
+ "edit_post_type": "Edit {{form_name}}",
+ "post": "Post",
+ "message": "Message",
+ "message_thread": "Message Thread",
+ "all_posts": "All posts",
+ "no_search_results": "Your search didn't match any posts",
+ "no_search_results_location": "Your search didn't match any posts with location information",
+ "no_posts_yet": "There are no posts yet!",
+ "no_posts_yet_location": "There are no posts with location information yet!",
+ "add_first_post": "Add the first post",
+ "create_post": "Create Post",
+ "create": "Create",
+ "change": "Change",
+ "posted_by": "Posted by",
+ "draft": "Under review",
+ "archived": "Archived",
+ "edited_by": "Edited by",
+ "export": "Export",
+ "select_all": "Select All",
+ "unselect_all": "Unselect All",
+ "per_page": "{{count}} posts",
+ "post_details": "Post Details",
+ "steps": "This post's tasks",
+ "mark_complete": "Mark as Complete",
+ "complete": "Complete",
+ "type_details": "{{type}} Details",
+ "edit_post": "Edit Post",
+ "history": "History",
+ "hide_form": "Hide {{form}}",
+ "hide_unknown_form": "Hide Unknown",
+ "publish": "Publish to...",
+ "publish_for_you": "You",
+ "publish_for_everyone": "Everyone",
+ "published": "Published",
+ "unpublished": "Unpublished",
+ "published_by": "Published by",
+ "can_see_this_post": "can see this post",
+ "categories": "Categories",
+ "status": "Status",
+ "type": "Type",
+ "view": "View",
+ "step": "Task",
+ "update": "Update",
+ "options": "Options",
+ "complete_draft": "Complete (Draft)",
+ "complete_published": "Complete (Published)",
+ "structure": "Structure",
+ "source": "via {{source}}",
+ "visible_to_public": "This post is visible to the public",
+ "visible_to_you": "This post is visible to just you and admins",
+ "visible_to_roles": "This post is visible to {{roles}}",
+ "show_only_form": "Show only {{form}}",
+ "show_only_unknown_form": "Show only Unknown",
+ "delete_post": "Delete post",
+ "delete_this_post": "Delete this post",
+ "delete_post_desc": "If you delete this post, all of its comments will also be deleted. Proceed with caution.",
+ "read_more": "Read more",
+ "post_actions": {
+ "edit": "Edit",
+ "delete": "Delete",
+ "export": "Export",
+ "put_under_review": "Put under review",
+ "archive": "Archive",
+ "publish": "Publish"
+ },
+ "created_at": "Created at",
+ "updated_at": "Last updated at",
+ "author": "Author",
+ "post_date": "Post date",
+ "change_author": "Change author",
+ "status_published": "Published",
+ "status_review": "Under review",
+ "status_archived": "Archived",
+ "unknown_posts": "Unknown posts",
+ "my_posts": "My posts",
+ "unstructured_posts": "Unstructured posts",
+ "published_posts": "Published posts",
+ "all_posts_desc": "All posts",
+ "published_posts_desc": "All published posts",
+ "unstructured_posts_desc": "Unstructured posts",
+ "my_posts_desc": "Your posts",
+ "unknown_posts_desc": "Posts with no assigned survey",
+ "image_is_required": "Image is required",
+ "image_max_size": "Image exceed max file size",
+ "locking": {
+ "unlocked": "Post successfully unlocked",
+ "unlock": "Unlock",
+ "lock_broken_by_other": "Your Post has been unlocked. Your current unsaved changes will be lost.",
+ "locked_message": "The post is locked because {{ user }} is working on it right now. Try editing a different post.",
+ "locked_tooltip": "This post is being edited by someone else. Please try again later."
+
+ },
+ "modify": {
+ "intro": "Select survey:",
+ "no_task_values": "There are currently no saved values for this task.",
+ "create_type": "Create {{type}}",
+ "edit_type": "Edit {{type}}: {{title}}",
+ "add_a_post": "Add a post",
+ "add_to_survey": "Add to this survey",
+ "edit_post": "Edit {{title}}",
+ "change_type": "Change type",
+ "incomplete_step": "To publish a post all required tasks must be marked as complete. The required task {{stage}} has not yet been marked complete",
+ "save_post": "Save Post",
+ "publish": "Publish to...",
+ "publish_to": "Publish to {{role}}",
+ "published_to": "Published to {{role}}",
+ "unpublish": "Revert to Draft",
+ "everyone": "Everyone",
+ "back": "Back",
+ "contact_info": "Enter your contact info (optional)",
+ "author_realname": "Name",
+ "author_email": "Email Address",
+ "bulk_actions": "Bulk Actions",
+ "form": {
+ "categories": "Categories",
+ "description": "Description",
+ "location": "Location",
+ "title": "Title",
+ "link": {
+ "name": "Link Name",
+ "url": "Link url",
+ "add_link": "Add Link"
+ }
+ }
+ },
+ "preview": {
+ "private": "private",
+ "public": "public",
+ "read_more": " ... Read More",
+ "tags": "Categories",
+ "post_actions": {
+ "post_actions": "Post Actions",
+ "select": "select",
+ "edit": "edit",
+ "set": "set",
+ "publish": "publish",
+ "unpublish": "unpublish",
+ "delete": "delete"
+ }
+ },
+ "messages": {
+ "by_sms": "By SMS",
+ "by_email": "By Email",
+ "by_twitter": "By Twitter",
+ "reply": "Reply to Message thread",
+ "send": "Send New Message",
+ "save": "Save",
+ "simple_send": "Send",
+ "title": "Conversation with author",
+ "associated_messages": "View messages associated with this post",
+ "show_only_incoming": "Show only {{provider}} not assigned to a survey yet",
+ "imported_by": "{{messages}} imported by this deployment",
+ "Twitter": "Twitter",
+ "Email": "Email Address",
+ "SMS": "SMS",
+ "previous_page": "<< Previous page",
+ "next_page": "Next page >>",
+ "empty_message_error": "You must add a message",
+ "no_messages": "There are no messages yet. Start a conversation with the author by sending a message below."
+ },
+ "valid": {
+ "no_changes": "You haven’t made any changes",
+ "invalid_state": "This post is currently in an invalid state. You'll need to complete all required tasks before you can re-publish this post. You can either complete the necessary tasks or give your post a different status, like \"under review.\"",
+ "validation_fail": "Required fields are missing, these fields are marked with an *.",
+ "validation_fail_other": "There was an error validating the data. Fields failing validation will display an error.",
+ "title": {
+ "required": "A title is required",
+ "minlength": "Title is too short",
+ "maxlength": "Title is too long"
+ },
+ "label": {
+ "required": "A name is required"
+ },
+ "content": {
+ "required": "Description cannot be empty"
+ },
+ "tags": {
+ "required": "Categories are required"
+ },
+ "values": {
+ "required": "\"{{label}}\" is required",
+ "parse": "\"{{label}}\" could not be parsed",
+ "date": "\"{{label}}\" must be a date",
+ "number": "\"{{label}}\" must be a number",
+ "step": "\"{{label}}\" must be an integer"
+ },
+ "author_name": {
+ "maxlength": "Name is too long"
+ },
+ "author_email": {
+ "email": "Invalid email"
+ }
+ },
+ "media": {
+ "enter_a": "Enter a",
+ "youtube": "Youtube",
+ "current_url": "Current image",
+ "add_caption": "Add caption",
+ "upload": "Upload",
+ "add_photo": "Add photo",
+ "add_audio": "Add audio",
+ "add_document": "Add document",
+ "retry" : "Retry",
+ "delete_photo": "Delete photo",
+ "replace_image": "Replace image",
+ "error_in_upload": "Your image is too large (maximum size is 1MB) or has the wrong format (allowed formats are gif, png, jpg and jpeg), please check and try again!",
+ "messages": {
+ "max_size" : "Your file is too large.",
+ "max_files" : "You have exceeded the maximum number of files.",
+ "required" : "Media is required.",
+ "invalid_type" : "Unsupported file type."
+ },
+ "status" : {
+ "uploading" : "Uploading...",
+ "upload_complete" : "Upload Complete!",
+ "upload_failed" : "Upload failed!"
+ }
+ },
+ "video": {
+ "enter_a_url": "Enter a video URL from Youtube or Vimeo."
+ },
+ "unstructured": {
+ "add_survey": {
+ "info": "This post hasn't yet been assigned to a survey within your deployment. That's because it was submitted via {{source}}, which doesn't provide a way for the author to add their post to a specific survey.",
+ "choose": "Which survey would you like to add this post to?",
+ "title": "Add this post to a survey",
+ "save_and_edit": "Add to survey & edit"
+ },
+ "survey_title": "Unknown Survey"
+ },
+ "relation": {
+ "search": "Search"
+ },
+ "location": {
+ "location": "Location",
+ "you_can_search_or_click": "You can search or click the area of map where you want to place the marker.",
+ "search_address": "Search for addresses, place names, or coordinates...",
+ "nothing_found": "Nothing found",
+ "errors": {
+ "empty_lat": "Latitude is empty field",
+ "empty_lng": "Longitude is empty field",
+ "decimal_lat": "Latitude only decimal number",
+ "decimal_lng": "Longitude only decimal number"
+ }
+ }
+ },
+ "role": {
+ "are_you_sure_you_want_to_delete_role": "Are you sure you want to delete role {{roleName}}?",
+ "add_role": "Add Role",
+ "edit_role": "Edit Role",
+ "name": "Name",
+ "description": "Description",
+ "placeholder": {
+ "name": "Enter role name",
+ "description": "Enter role description"
+ },
+ "save": "Save Role",
+ "save_add_another": "Save & Add Another",
+ "permissions": "허가",
+ "delete": "Delete",
+ "delete_role": "Delete this role",
+ "delete_role_desc": "If you delete this role, all of the users assigned to it will be assigned default permissions. Proceed with caution.",
+ "everyone": "Everyone",
+ "just_you": "Just you",
+ "only_me": "Only me"
+ },
+ "webhook": {
+ "add_webhook": "Add Role",
+ "edit_webhook": "Edit Role",
+ "uuid": "Webhook UUID",
+ "name": "Name",
+ "shared_secret": "Shared Secret",
+ "url": "API URL",
+ "entity_type": "Entity Type",
+ "event_type": "Event Type",
+ "save": "Save Role",
+ "save_add_another": "Save & Add Another",
+ "delete": "Delete",
+ "delete_webhook": "Delete this webhook",
+ "delete_webhook_desc": "If you delete this webhook, all associated webhook events will be lost. Proceed with caution."
+ },
+ "saved_search": {
+ "visible_to_public": "This Saved Search is visible to the public",
+ "visible_to_you": "This Saved Search is visible to just you and admins",
+ "visible_to_roles": "This Saved Search is visible to {{roles}}",
+ "featured": "Featured",
+ "featured_tooltip": "Featured searches appear to all users in
the \"Saved Searches\" menu"
+ },
+ "collection": {
+ "visible_to_public": "This Collection is visible to the public",
+ "visible_to_you": "This Collection is visible to just you and admins",
+ "visible_to_roles": "This Collection is visible to {{roles}}",
+ "validation": {
+ "required": {
+ "name": "Collection name is required"
+ }
+ },
+ "errors": {
+ "permissions": "You do not have permission to view this collection"
+ }
+ },
+ "set": {
+ "by": "by",
+ "clear_search": "찾기 초기화",
+ "create_collection": "Create Collection",
+ "create_new": "Create New",
+ "create_savedsearch": "Create Saved Search",
+ "description": "Description",
+ "delete_collection": "Delete this collection",
+ "delete_savedsearch": "Delete this Saved Search",
+ "default_viewing_mode": "Default viewing mode",
+ "edit_collection_settings": "Edit Collection",
+ "edit_search_settings": "Edit Saved Search",
+ "featured": "Featured",
+ "featured_collection": "This collection is featured",
+ "featured_collection_tooltip": "Featured Collections appear to all users in
the \"Collections\" menu",
+ "find_a_collection": "Find a collection...",
+ "find_a_saved_search": "Find a saved search...",
+ "delete_saved_searches": "Delete Saved Searches",
+ "add_to_collection": "Add to Collection",
+ "empty_list_collections": "No collections",
+ "empty_list_savedsearches": "No saved searches",
+ "collection_name": "Collection name",
+ "name_your_collection": "Name your collection...",
+ "name_savedsearch": "Saved Search name",
+ "visible_to_collection": "Who can see this Collection",
+ "visible_to_savedsearch": "Who can see this Saved Search",
+ "reset_savedsearch": "Reset Search",
+ "save_set": "Save Collection",
+ "save_savedsearch": "Save Search",
+ "update_savedsearch": "Update Search",
+ "edit_savedsearch": "Edit Search",
+ "set_settings": "Collection Settings",
+ "add_notification": "Add Notification",
+ "remove": "remove",
+ "update_saved_filter": "Update Saved Filter",
+ "create_saved_filter": "Create Saved Filter",
+ "collection_saved": "Collection saved.",
+ "collection_updated": "Collection updated.",
+ "collection_description": "You can add posts to your collection from the Data view"
+ },
+ "category": {
+ "add_tag": "카테고리 추가",
+ "save_add_another": "Save & Add Another",
+ "delete_category": "Delete category",
+ "delete_this_category": "Delete this category",
+ "delete_category_desc": "If you delete this category, it will no longer be associated with any posts. Proceed with caution.",
+ "show_categories": "Show available categories",
+ "child_permissions": "Permissions for this category are managed by the parent category.",
+ "which_categories": "Which categories should be available?",
+ "select_all": "Select All",
+ "choose_roles": "Choose Roles",
+ "create_tag": "Create Category",
+ "saved_tag": "Category saved.",
+ "deleted_tags": "Categories deleted.",
+ "manage_tags": "Manage Categories",
+ "edit_tag": "Edit Category",
+ "validation": {
+ "required": {
+ "name": "Category name is required"
+ }
+ },
+ "editor": {
+ "name": "Category Name",
+ "slug": "Category Link",
+ "slug_help": "If left blank, will be automatically generated from category name.",
+ "description": "Description",
+ "type": "Type",
+ "color": "Icon Color",
+ "icon": "Icon Name",
+ "roles_help": "Only selected roles will be able to view this category."
+ },
+ "placeholder": {
+ "name": "Enter name",
+ "descriptions": "Enter description...",
+ "choose_parent_category": "Choose parent category..."
+ },
+ "types": {
+ "category": "Category",
+ "status": "Status"
+ },
+ "delete": "Delete",
+ "parent_category": "Parent category"
+ },
+ "tool": {
+ "manage_forms": "Manage Forms",
+ "manage_tags": "카테고리 관리",
+ "manage_users": "Manage Users",
+ "manage_roles": "Manage Roles",
+ "manage_webhooks": "Manage Webhooks",
+ "manage_views": "Manage Views",
+ "manage_map_settings": "Manage Map Settings",
+ "manage_appearance_settings": "Manage Appearance Settings",
+ "manage_plugins": "Manage Plugins",
+ "appearance_settings": "Appearance Settings",
+ "map_settings": "Map Settings",
+ "site_settings": "Site Settings",
+ "settings": "Settings",
+ "tools": "Tools"
+ },
+ "map_settings": {
+ "admin_map_settings": "Map Settings",
+ "saved_map_settings": "Map Settings saved."
+ },
+ "settings": {
+ "api_key": "API Key",
+ "api_key_desc": "The API Key is unique to your deployment, it can be used to allow third party systems to interact with your Ushahidi deployment.",
+ "appearance": "Appearance Settings",
+ "continue": "Continue",
+ "create": "Create a new survey",
+ "create_open_or_targeted": "Create an open or targeted survey to gather information about Ushahidi.",
+ "current_header": "Current background image",
+ "customize_your_new_deployment": "Customize your new deployment",
+ "embed": "Embed",
+ "embed_info": "To embed your map on another site use the code snippet below.",
+ "settings_list": {
+ "general": "General",
+ "general_desc": "Change your deployment's name, description, logo, and other details.",
+ "surveys": "Surveys",
+ "surveys_desc": "Create and configure the surveys your deployment collects.",
+ "data_sources": "Data Sources",
+ "data_sources_desc": "Configure email, SMS, and social media channels that help your deployment collect survey data.",
+ "import": "Import",
+ "import_desc": "Upload survey data to your deployment from a CSV file.",
+ "user_settings": "Configure HDX API",
+ "user_settings_desc": "Configure your API so that your tagged Ushahidi data can be uploaded to your Humanitarian Data Exchange (HDX) account.",
+ "export": "Export data",
+ "export_hxl": "Export and tag data",
+ "export_desc_hxl": "Export your data as a CSV file or assign tags and attributes to your data and upload directly to a Humanitarian Data Exchange (HDX) account or export as a tagged CSV file.",
+ "export_desc": "Export all of your data as a CSV file or choose custom fields to export",
+ "users": "Users",
+ "users_desc": "Create and manage the people that contribute to your deployment.",
+ "roles": "Roles",
+ "roles_desc": "Create and manage the type of permissions your users have on your deployment.",
+ "categories": "Categories",
+ "categories_desc": "Create and manage the categories people can put posts into for improved organization.",
+ "webhooks": "Webhooks",
+ "webhooks_desc": "Create webhooks that send Ushahidi Platform data to external applications when specific events are triggered.",
+ "plans": "Plans",
+ "plan_desc": "Your deployment's current plan is {{current_plan}}.",
+ "donation": "Donation",
+ "donation_desc": "Create and manage the donations people can make towards your organisation."
+ },
+ "general_settings": {
+ "generate_api_key": "Generate API Key",
+ "private_settings": "Private settings:",
+ "api_key": "API Key",
+ "placeholder": {
+ "pick_location": "Pick Location..."
+ }
+ },
+ "user_settings": {
+ "user_settings_desc_1": "Here you can add your unique API key for your Humanitarian Data Exchange (HDX) account.",
+ "user_settings_desc_2": "Once set up, this will enable you to upload data directly to a Humanitarian Data Exchange (HDX) account.",
+ "user_settings_desc_3": "You can find your API key on your Humanitarian Data Exchange (HDX) profile once you're logged in.",
+ "view_guide": "View the guide to your API key",
+ "hdx_maintainer_id": "HDX Maintainer Id",
+ "api_key": "Api key",
+ "profile_page": "Found on your Humanitarian Data Exchange (HDX) profile page",
+ "valid_key": "A valid key is required",
+ "valid_user": "A valid maintainer id is required",
+ "api_key_saved": "API key saved! You can now tag your data and upload to a Humanitarian Data Exchange (HDX) account.",
+ "start_tagging": "Start tagging data",
+ "HDX": "Humanitarian Data Exchange",
+ "please_enter_maintainer_id": "Please enter maintainer id",
+ "please_enter_api_key": "Please enter API key",
+ "hdx_maintainer_id_min_length": "HDX Maintainer Id is too short",
+ "api_key_min_length": "API key is too short"
+ },
+ "webhooks": {
+ "use_webhook_for": "Use webhook for",
+ "enable_source_destination": "Enable Source and Destination Fields",
+ "enable_source_destination_desc": "This webhook will only be applied to Surveys of the selected type.",
+ "destination": "Destination",
+ "placeholder": {
+ "name": "Please enter webhook name",
+ "shared_secret": "Please enter shared secret",
+ "api_url": "Please enter api url"
+ },
+ "validation": {
+ "required": {
+ "name": "Webhook name is required",
+ "shared_secret": "Shared secret key is required",
+ "api_url": "API URL required",
+ "event_type": "Event type is required",
+ "event_entity": "Event entity is required"
+ },
+ "please_provide_valid_api_url": "Please provide valid API URL with http(s)://",
+ "secret_key_cannot_be_less_start": "Shared secret key can not less than",
+ "secret_key_cannot_be_less_end": "characters"
+ }
+ },
+ "data_sources": {
+ "choose_data_source": "Choose Data Source...",
+ "type_of_data_source": "Type of Data Source",
+ "provider_name": "{{providerName}} Data Source?",
+ "do_you_really_want_to_disconnect": "Do you really want to disconnect your provider?",
+ "add_source": "Add source",
+ "associate_with_form": "Import to survey",
+ "associate_with_form_desc": "All incoming data from {{provider}} will be used to create responses to the survey you choose",
+ "data_sources": "Data Sources",
+ "enable_provider_message": "Accept survey submissions from this source",
+ "hint_turn_on_off": "You can configure options for data sources, and then turn sources on and off.",
+ "hint_plugin_needs_configuring": "You need to configure this data source before you can enable it.",
+ "provider_options": "Options",
+ "configure": "Configure",
+ "options": "Options",
+ "saving_changes": "Saving",
+ "unavailable": "The datasource {{value}} is unavailable. Upgrade your plan to get it!",
+ "email": {
+ "incoming_server_type": "Incoming Server Type",
+ "incoming_server_type_pop": "POP",
+ "incoming_server_type_imap": "IMAP",
+ "incoming_server": "Incoming Server",
+ "incoming_server_desc": "Examples: mail.yourwebsite.com, imap.gmail.com, pop.gmail.com",
+ "incoming_server_port": "Incoming Server Port",
+ "incoming_server_port_desc": "Common ports: 110 (POP3), 143 (IMAP), 995 (POP3 with SSL), 993 (IMAP with SSL)",
+ "incoming_server_security": "Incoming Server Security",
+ "server_security_none": "None",
+ "server_security_SSL": "SSL",
+ "server_security_TLS": "TLS",
+ "incoming_username": "Incoming Username",
+ "username_desc": "Email account username",
+ "incoming_password": "Incoming Password",
+ "password_desc": "Email account password",
+ "outgoing_server_type": "Outgoing Server Type",
+ "outgoing_server_type_SMTP": "SMTP",
+ "outgoing_server_type_sendmail": "sendmail",
+ "outgoing_server_type_native": "Native",
+ "outgoing_server": "Outgoing Server",
+ "outgoing_server_desc": "Examples: smtp.yourhost.com, smtp.gmail.com",
+ "outgoing_server_port": "Outgoing Server Port",
+ "outgoing_server_port_desc": "Common ports: 25 (SMTP default), 465 (SMTP with SSL)",
+ "outgoing_server_security": "Outgoing Server Security",
+ "outgoing_username": "Outgoing Username",
+ "outgoing_password": "Outgoing Password",
+ "email_address": "Email Address",
+ "email_sender_name": "Email Sender Name",
+ "email_sender_name_desc": "Appears in the 'from:' field on outgoing emails"
+ },
+ "sms": {
+ "secret": "Secret",
+ "api_key_desc": "The API key",
+ "frontline_sms": {
+ "api_key": "Key",
+ "secret_desc": "Set a secret so that only authorized FrontlineCloud accounts can send/recieve message. You need to configure the same secret in the FrontlineCloud Activity."
+ },
+ "nexmo": {
+ "from": "From",
+ "from_desc": "The from number",
+ "secret_desc": "The secret value",
+ "api_key": "API Key",
+ "api_secret": "API secret",
+ "api_secret_desc": "The API secret"
+ },
+ "smssync": {
+ "intro_step_1": "Step 1: Download the 'SMSSync' app from the Android Market.",
+ "intro_step_1_desc": "Scan this QR Code with your phone to download the app from the Android Market",
+ "intro_step_2": "Step 2: Android App Settings",
+ "intro_step_2_desc": "Turn on SMSSync and use the following link as the Sync URL:",
+ "secret_desc": "Set a secret so that only authorized SMSSync devices can send/recieve message. You need to configure the same secret in the SMSSync App."
+ },
+ "twilio": {
+ "phone_nb": "Phone Number",
+ "phone_nb_desc": "The from phone number. A Twilio phone number enabled for the type of message you wish to send.",
+ "account_sid": "Account SID",
+ "account_sid_desc": "The unique id of the Account that sent this message.",
+ "auth_token": "Auth Token",
+ "sms_auto_response": "SMS Auto response"
+ }
+ },
+ "twitter": {
+ "intro_step_1": "Step 1: Create a new Twitter application:
Twitter applications may take a few hours or days to be approved by Twitter.
Please be aware of this if you need this data quickly.",
+ "intro_step_1_desc": "Create a new twitter application",
+ "intro_step_2": "Step 2: Generate a consumer key and secret",
+ "intro_step_2_desc": "Once you've created the application click on \"Keys and Access Tokens\".
Then click \"Generate Consumer Key and Secret\".
Copy keys, tokens and secrets into the fields below.",
+ "consumer_key": "Consumer Key",
+ "consumer_key_desc": "Add the consumer key from your Twitter app.",
+ "consumer_secret": "Consumer Secret",
+ "consumer_secret_desc": "Add the consumer secret from your Twitter app.",
+ "access_token": "Access Token",
+ "access_token_desc": "Add the access token you generated for your Twitter app.",
+ "access_token_secret": "Access Token Secret",
+ "access_token_secret_desc": "Add the access secret that you generated for your Twitter app.",
+ "search_terms": "Twitter search terms",
+ "search_terms_desc": "Add search terms separated with commas"
+ }
+ },
+ "donation": {
+ "title": {
+ "label": "Donation title",
+ "placeholder": "Enter the title of your donation",
+ "required": "Donation title is required"
+ },
+ "description": {
+ "label": "Describe your donation",
+ "placeholder": "Enter text telling more about this donation"
+ },
+ "images": {
+ "label": "Donation images"
+ },
+ "wallet": {
+ "label": "Wallet address",
+ "placeholder": "Enter a wallet address e.g $ilp.uphold.com/example",
+ "required": "Donation wallet address is required"
+ },
+ "info": {
+ "start_one": "Please make sure you have your wallet set up on",
+ "start_two": "to set web monetization.",
+ "start_three": "If you don't have a wallet already please click",
+ "here": "here",
+ "end": "to create one."
+ }
+ },
+ "roles": {
+ "member": "Member",
+ "admin": "Admin",
+ "manage_users": "Manage Users",
+ "manage_posts": "Manage Posts",
+ "manage_settings": "Mangage Settings",
+ "bulk_data_import_and_export": "Bulk Data Import and Export",
+ "edit_their_own_posts": "Edit Their Own Posts",
+ "manage_collections_and_saved_searches": "Manage Collections and Saved Searches",
+ "delete_posts": "Delete Posts",
+ "delete_their_own_posts": "Delete Their Own Posts",
+ "registred_member": "Registered member",
+ "administrator": "Administrator",
+ "roles_description": "These options control what this type of role can make changes to. Visit our support guides to find out more."
+ },
+ "deployment_delete_this": "Delete this deployment",
+ "deployment_delete": "Delete deployment",
+ "deployment_delete_info": "If you delete this deployment, all of its data will also be deleted. Proceed with caution.",
+ "deployment_name": "Deployment name",
+ "deployment_logo": "Deployment logo",
+ "delete_logo": "Delete logo",
+ "map_default_baselayer": "Default base layer",
+ "map_location_precision": "Map Precision Level",
+ "map_precise_to": "When hide location is enabled for a survey, locations will be precise to:",
+ "map_clustering": "Combine nearby posts",
+ "map_default_latitude": "Default latitude",
+ "map_default_longitude": "Default longitude",
+ "map_default_zoom_level": "Default zoom level",
+ "map_default_location": "Default location",
+ "new_survey": "New Survey",
+ "send_targeted": "Send a targeted survey via SMS",
+ "send_crowdsourced": "Go back to crowd-sourced survey",
+ "site": "Site Settings",
+ "site_email": "Contact email address",
+ "site_email_note": "Use caution, as this will be visible to anyone on your site.",
+ "site_description": "Describe your site",
+ "site_description_placeholder": "An optional one sentence description",
+ "site_timezone": "Site timezone",
+ "site_language": "Site language",
+ "site_private": "Make this deployment private",
+ "site_private_desc": "Enabling this option makes your deployment and it’s data only accessible to registered users with the correct privileges, who must sign in for access",
+ "site_disable_registration": "Disable user sign up?",
+ "site_disable_registration_desc": "Checking this disables the registration feature. Admins will have to manually add users.",
+ "select_image": "Select image",
+ "saved_settings": "Deployment settings saved!",
+ "saved_map_settings": "Map settings saved!",
+ "features": {
+ "features": "Features",
+ "please_select_features": "Please select the features you would like to enable."
+ },
+ "generic_field_error": "Invalid entry, please try again.",
+ "skip": "Skip this task",
+ "add_first_post": "Add Your First Post",
+ "add_first_post_subtitle": "A deployment is nothing until it has some content in it.",
+ "invite_people": "Or invite people to help you create posts.",
+ "add_new_users": "Add New Users",
+ "valid": {
+ "name": {
+ "required": "Site name is required",
+ "pattern": "Invalid format",
+ "minlength": "Site name is too short"
+ }
+ },
+ "bulk_actions": "Bulk actions"
+ },
+ "data_import": {
+ "survey_field": "Survey field",
+ "csv_column": "CSV column",
+ "choose_which_column": "Choose which CSV column should be assigned to each survey field",
+ "each_survey_field": "Each of the survey's fields are listed below. Choose the column from your CSV file that you'd like to use to populate each of those fields.",
+ "status_explanation": "Ushahidi recognizes one of three post statuses: Published, Under review, and Archived. So be sure that each entry in the column you select has one of those three values.",
+ "defined_column": "Defined by a column in your CSV file...",
+ "imported_posts_status": "Imported posts should have their status...",
+ "marked_as": "Marked as...",
+ "see_imported_posts": "See imported posts",
+ "import_another_csv": "Import another CSV file",
+ "import_complete": "Your import is complete",
+ "import_error": "An error has occurred importing your CSV file.",
+ "complete_info": "The data from your CSV spreadsheet, {{filename}}, was successfully imported.",
+ "get_polling_info": "Get Polling Info",
+ "import_another": "Import another CSV file",
+ "nearly_complete": "Your import is nearly complete",
+ "finish_info": "The data from your CSV spreadsheet is still being processed. You're welcome to leave this page or wait until the process is complete. Either way, we'll notify you when your data is ready.",
+ "next": "Next",
+ "configure_imported_posts": "Configure imported posts",
+ "configure_explanation": "Through this interface you can set values for the survey fields that were not mapped to entries in the CSV. These values will be the same for all imported posts.",
+ "import": "Import",
+ "import_explanation_csv": "Import the data from a CSV spreadsheet into your deployment as posts belonging to a specific survey",
+ "import_explanation_file_size": "The size for a single file is limited to 10 MB",
+ "import_explanation_format_location_1": "Geographic locations should be included as separate latitude and longitude columns in your CSV",
+ "import_explanation_required_fields": "All required survey fields must have an associated value set in the CSV. For example, if the field title is required then the field must be mapped to a CSV column where all rows of that column have a value set",
+ "configure_posts": "Configure Posts",
+ "configure_all_imported_posts": "Configure all imported posts",
+ "csv": "CSV",
+ "file_csv": "CSV file",
+ "import_csv": "Import CSV",
+ "import_to": "Import to",
+ "change_csv_file": "Change {{selectedfile}} CSV file",
+ "upload_csv_file": "Upload CSV file",
+ "choose_status_to_imported_posts": "Choose status to imported posts:",
+ "has_tasks_required_start": "Your survey",
+ "has_tasks_required_end": ", includes tasks that typically must be completed for each post before they can be marked 'published.' During this import, all of your imported posts will have their tasks marked as 'incomplete', while still allowing their status to be marked as 'published.' If you edit any of these posts after they've been imported, however, you'll be asked to complete those tasks before re-publishing them.",
+ "choose_csv_file": "Choose CSV file",
+ "organize_data": "Organize data",
+ "organize_your_imported_data": "Assign CSV columns to post fields",
+ "assign_csv_message": "Assign CSV columns to post fields",
+ "csv_instructions": "Each of the column names from your CSV file are listed below. Choose the {{form_name}} field that you'd like each column to be imported to.",
+ "csv_instructions_required_fields": "Fields marked with a [*] are required and must be assigned a value.",
+ "csv_column_name": "CSV column name",
+ "post_type_title": "{{form_name}} field name",
+ "leave_empty": "Leave empty",
+ "cancel_import": "Cancel import",
+ "finish_import": "Finish import",
+ "which_survey": "which survey?"
+ },
+ "data_export": {
+ "title": "Export data",
+ "title_hxl": "Export and tag data",
+ "description": "Export all of your data as a CSV or choose specific survey fields you want to export.",
+ "description_hxl": "Export all of your data from Ushahidi as a CSV, choose specific survey fields you want to export as a CSV or assign",
+ "export": "Export",
+ "export_history": "Export History",
+ "hxl_tags": "HXL tags",
+ "hxl_attributes": "HXL attributes",
+ "and_choose": "and choose to upload to an",
+ "HDX": "Humanitarian Data Exchange",
+ "account": "account or download as a HXL 'tagged' CSV file.",
+ "all": "Export all data",
+ "select_fields": "Select fields",
+ "select_fields_title": "Select fields for export...",
+ "select_fields_desc": "If you don't want to export all of your data at once, you can select specific fields from each survey for export.",
+ "export_selected": "Export selected fields",
+ "cancel": "Cancel",
+ "export_progress": "Export in progress...
You can leave this page if you want. Your export will continue.
We will let you know when we're done.
",
+ "no_fields": "Uh oh... you need to select some fields to export first.",
+ "expires": "Expires: {{expires}}",
+ "job": "CSV Export {{jobId}}",
+ "created": "Created: {{created}}",
+ "success": "Status: Finished",
+ "pending": "Status: Pending",
+ "failed": "Status: Failed",
+ "queued": "Status: In Progress",
+ "pending_hdx": "Pending HDX",
+ "exported_to_cdn": "Exported to CDN",
+ "tags_attributes": "Assign tags and attributes",
+ "hxl_apikey_alert_1": "It looks like you haven't set up your Humanitarian Data Exchange (HDX) API. Without this set up, you can't tag data and upload to a Humanitarian Data Exchange (HDX) account.",
+ "hxl_configure": "Configure HDX API",
+ "hxl_apikey_alert_2": "We strongly advide you set this up now in",
+ "hxl_apikey_alert_3": "before continuing as you won't be able to upload your data to HDX",
+ "hxl_title": "Assign your HXL tags and attributes, select fields and export or upload",
+ "hxl_desc": "Select specific fields from a survey, assign a tag per field and then choose to assign multiple attributes. Preview your tag and attributes in tag preview.",
+ "hxl_instructions_1": "You can then choose to export your tagged fields to a CSV file or upload to a",
+ "hxl_instructions_2": "Humanitarian Data Exchange (HDX)",
+ "hxl_instructions_3": "account that has been set up in",
+ "hxl_instructions_4": "Configure HDX API",
+ "hxl_instructions_5": "(found in settings menu).",
+ "hxl_instructions_6": "Visit the",
+ "hxl_instructions_7": "HXL tag assist",
+ "hxl_instructions_8": "for more information on how to choose the best HXL tags and attributes for your data or the",
+ "hxl_instructions_9": "HXL 'cheat sheet'",
+ "HXL_tags": "HXL tags",
+ "HXL_attributes": "HXL attributes",
+ "tag_preview": "Tag preview",
+ "upload_title": "Are you ready to upload to an Humanitarian Data Exchange (HDX) account?",
+ "hdx_csv_title": "Are you ready to export to CSV?",
+ "upload_desc": "You selected {{fields}} fields to upload to a Humanitarian Data Exchange (HDX) account.
You assigned tags and attributes - to check, you can go back. If you are done, you can add details and upload.
The Humanitarian Data Exchange (HDX) requires a few more details in order to upload to their system. You'll add these next",
+ "hdx_csv_desc": "You selected {{fields}} fields to export to CSV.
You assigned tags and attributes - to check these are correct, you can go back and check. If you're done, you can export.",
+ "upload_button": "Add dataset details and upload to hdx",
+ "export_button": "Export to csv",
+ "go_back": "Go back and check",
+ "add_details": "Add details",
+ "details_desc": "To upload to the Humanitarian Data Exchange (HDX) some extra details are required.",
+ "privacy_title": "Privacy Settings",
+ "privacy_desc": "You have a choice of sharing your dataset publicly or restricting access to other members of the organisation which owns the dataset.",
+ "this_dataset": "This data set is:",
+ "private_desc": "Private (Only you and other HDX members of your organisation can search, view/edit or download this dataset)",
+ "public_desc": "Public (Anyone can search, view/edit or download this dataset)",
+ "dataset": "Dataset Title & Description",
+ "dataset_desc": "When users search for data on HDX, their search terms will be matched to terms in your title. Avoid using abbreviations in the title which may not be familiar to all users. Also, avoid using words such as current, latest or previous when referring to the time period (e.g Latest 3W) as these terms become misleading as the dataset ages.",
+ "dataset_example": "Example dataset title: Who is Doing What Where in Afghanistan, Jan-Dec 2015",
+ "dataset_title": "Title of data set",
+ "metadata_title": "Metadata",
+ "metadata_desc": "Metadata is additional information about your dataset that will make it easier for others to understand and put your data into context. Datasets on HDX must include a set of metadata fields.",
+ "source": "Source",
+ "organisation": "Organisation",
+ "select_organisation": "Select an organisation",
+ "license": "License",
+ "add_license": "Add license",
+ "read_more_licenses": "Read more about licenses",
+ "submit_hdx": "Submit to HDX Account",
+ "uploading_data": "Uploading data...",
+ "uploading_data_desc": "The data upload to your Humanitarian Data Exchange (HDX) account is in progress...
You can navigate away from this page while this upload happens but please don't close the browser.",
+ "uploading_data_err": "Uh oh... Something went wrong when uploading your data, please check the required fields and your api-key and try again.",
+ "no_fields_selected": "You haven't selected any fields or assigned any hxl tags or attributes. Please select at least one field and assign at least one tag to be able to export to CSV or upload to a Humanitarian Data Exchange (HDX) account.",
+ "validation": {
+ "title": "A title is needed",
+ "source": "Source is needed",
+ "organisation": "An organisation is needed",
+ "license": "A license is needed",
+ "all_fields": "Please fill in all required fields"
+ }
+ },
+ "user": {
+ "are_you_sure_you_want_to_delete_this_account": "Are you sure you want to delete this account?",
+ "role_display": "Role: {{role}}",
+ "contact": "{{type}}: {{contact}}",
+ "add_user": "Add User",
+ "edit_user": "Edit User",
+ "update_password": "Update Password",
+ "change_role": "Change Role",
+ "save": "Save User",
+ "save_add_another": "Save & Add Another",
+ "show_all_roles": "Show All Roles",
+ "cannot_delete_yourself": "You cannot delete your own user",
+ "cannot_change_your_own_role": "You cannot change your own role",
+ "confirm_password": "Confirm Password",
+ "delete_user": "Delete user",
+ "delete_this_user": "Delete this user",
+ "delete_user_desc": "If you delete this user, posts created by this user will no longer have author information. This cannot be undone. Proceed with caution.",
+ "edit_profile": "Edit Profile",
+ "save_profile": "Save Profile",
+ "cancel": "Cancel",
+ "failed_attempts": "Failed attempts:",
+ "full_name": "Display Name",
+ "never": "Never",
+ "no_full_name": "No display name",
+ "number_of_users_shown": "Number of users shown",
+ "per_page": "{{count}} users",
+ "password": "Password",
+ "new_password": "New Password",
+ "register": "Register",
+ "role": "Role:",
+ "roles": "Roles",
+ "saved_user": "User saved",
+ "deleted_user": "User deleted",
+ "search_and_filter": "Search & Filter Users",
+ "passwordreset_instructions": "Enter your email to request a password reset",
+ "passwordreset_confirm_instructions": "If your email exists in our database, you will receive a password recovery email soon.",
+ "forgot_instructions": "No worries! Submit your email and check your inbox for a reset link.",
+ "token": "Password reset token",
+ "password_hint": "Password should have at least 8 characters, one lowercase letter, one uppercase letter, one number and one symbol",
+ "password_length": "Password must be at least 8 characters long",
+ "password_match": "Passwords do not match",
+ "check_email": "Check your email",
+ "name_will_be_a_display_name": "The name you enter will be a display name.",
+ "valid": {
+ "fields": {
+ "email must be unique": "User with this email already exists"
+ },
+ "name": {
+ "required": "Display name is required",
+ "maxlength": "Display name is too long"
+ },
+ "email": {
+ "required": "Email address is required",
+ "pattern": "This email address is invalid",
+ "maxlength": "This email address is too long",
+ "emailExists": "Email is already in use"
+ },
+ "password": {
+ "required": "Password is required",
+ "minlength": "This password is too short",
+ "maxlength": "This password is too long",
+ "weak": "This password is very weak"
+ },
+ "token": {
+ "required": "Token is required"
+ }
+ },
+ "placeholder": {
+ "realname": "Enter your name...",
+ "email": "Enter email address...",
+ "password": "Enter password..."
+ },
+ "password_notify": "If you leave the field blank your password will not change",
+ "avatar": "Avatar",
+ "name": "Name",
+ "email": "Email Address",
+ "search_by_name": "Search by name"
+ },
+ "user_profile": {
+ "title": "account settings",
+ "update_password": "Update password",
+ "update_success": "Your profile was updated successfully. You may need to sign out and back in before all your changes are reflected.",
+ "button": {
+ "save": "Save & close",
+ "cancel": "Cancel"
+ },
+ "nav": {
+ "account_settings": "Account settings",
+ "notifications_settings": "Notifications settings",
+ "delete_contact": {
+ "title": "Delete your",
+ "title_subject": {
+ "email": "Email Address",
+ "phone": "Phone"
+ },
+ "instructions": "Deleting means that from now you will not be able to receive notifications on your phone number. But you can switch notifications to a contact method below.",
+ "button": {
+ "delete": "Delete",
+ "cancel": "Cancel"
+ }
+ }
+ }
+ },
+ "user_create": {
+ "full_name": "Display Name",
+ "email": "Email Address",
+ "role": "Role"
+ },
+ "notify": {
+ "api_key": {
+ "change_question": "Are you sure you want to change the API Key?"
+ },
+ "contact": {
+ "save_success": "Contact saved",
+ "delete_confirm": "Do you want to remove your account?",
+ "error_message": "An error occurred while trying to remove your account",
+ "destroy_success": "Account removed successfully"
+ },
+ "default": {
+ "data_has_not_been_saved": "The data has not been saved!",
+ "proceed_warning": "This action cannot be undone. Please proceed with caution.",
+ "save_success": "Saved resource",
+ "save_error": "Unable to save resource, please try again",
+ "destroy_confirm": "Are you sure you want to delete this resource?",
+ "destroy_success": "Deleted resource",
+ "destroy_error": "Unable to delete resource, please try again",
+ "destroy_cancelled": "Delete cancelled",
+ "bulk_destroy_confirm": "Are you sure you want to delete {{count}} resources?",
+ "bulk_destroy_success": "Deleted resource",
+ "bulk_destroy_error": "Unable to delete resource, please try again",
+ "bulk_destroy_cancelled": "Delete cancelled",
+ "are_you_sure_you_want_to_delete_this": "Are you sure you want to delete this?"
+ },
+ "data_import": {
+ "see_imported_posts": "See imported posts",
+ "file_missing": "Please choose a CSV file to upload.",
+ "form_missing": "Please select a Survey.",
+ "csv_upload": "File {{name}} successfully uploaded",
+ "csv_import_processed_errors": "Your CSV import is complete. {{processed}} records imported, {{errors}} records failed.",
+ "csv_import_success_info": "The data from your CSV spreadsheet, {{filename}}, was successfully imported into your {{form_name}} survey.",
+ "duplicate_fields": "Columns must be mapped to unique survey fields. The following columns have more than 1 mapping: {{duplicates}}",
+ "required_fields": "Required fields must be set to a value. The following fields have not been set: {{required}}",
+ "empty_mapping": "The CSV file you uploaded is empty. Please check your CSV file and try again",
+ "empty_mapping_empty": "The CSV file does not contain column names. Please check your CSV file and try again",
+ "no_mappings": "No fields have been assigned mappings - at least one field must be mapped to continue",
+ "csv_import_cancel": "CSV import cancelled",
+ "csv_import_cancel_confirm": "Are you sure you want to cancel importing?",
+ "csv_import_error": "Some of the data in your CSV file does not match the format of the mapped survey field. Please review the data and try again.",
+ "csv_import_success": "The data from your CSV file was successfully imported!"
+ },
+ "general_settings": {
+ "save_success": "General settings saved"
+ },
+ "donation_settings": {
+ "save_success": "Donation settings saved",
+ "delete_question": "Are you sure you want to delete this {{name}}."
+ },
+ "map_settings": {
+ "save_success": "Map settings saved"
+ },
+ "generic": {
+ "okay": "Ok",
+ "alerts": "Alerts",
+ "confirm": "Confirmation",
+ "save": "Save"
+ },
+ "login": {
+ "failed": "Login failed, check your email and password."
+ },
+ "register": {
+ "failed": "There were errors during registration. Check your input and try again.",
+ "success": "Registration complete! You can now log in.."
+ },
+ "post": {
+ "can_t_view_this_post": "You do not have permission to view this post.
It is still being reviewed by the admin.
It will be available to you once it is published.",
+ "contact_for_details": "Contact the admin for further details:",
+ "delete_image_confirm": "Are you sure you want to remove this image?",
+ "save_success": "Post {{name}} saved",
+ "save_success_review": "Post {{name}} saved. Your post will be reviewed by a moderator before publishing.",
+ "save_error": "Unable to save post, please try again",
+ "publish_success": "Post has been published for {{role}}",
+ "set_draft": "Post is now visible to just you",
+ "publish_error": "Unable to publish post, please try again",
+ "unpublish_success": "Post has been unpublished",
+ "unpublish_error": "Unable to unpublish post, please try again",
+ "yes_confirm_delete": "Yes, delete this post",
+ "confirm_delete": "Confirm Delete",
+ "destroy_title": "Delete Post",
+ "delete_question": "Are you sure you want to delete your post {{post}}?",
+ "destroy_success": "Post deleted",
+ "destroy_success_bulk": "Posts deleted",
+ "destroy_confirm": "Are you sure you want to delete this post?",
+ "destroy_error": "Unable to delete post, please try again",
+ "bulk_destroy_confirm": "Are you sure you want to delete {{count}} posts?",
+ "stage_save_success": "Updated {{stage}}",
+ "export": "This will export filtered posts. Are you sure you want to continue?",
+ "update_status_success_bulk": "Status updated for {{count}} posts",
+ "leave_without_save": "Do you want to leave this post without saving?",
+ "leave_confirm_message": "If you continue, all of your changes will be lost",
+ "leave_confirm": "Continue without saving",
+ "unfinished_post_task": "You cannot publish this post, the post has unfinished tasks",
+ "posts_can_t_be_published": "The following posts can't be published: {{titles}}",
+ "post_not_found": "Post not found"
+ },
+ "category": {
+ "save_success": "Saved category {{name}}",
+ "destroy_confirm": "Are you sure you want to delete this category?",
+ "destroy_confirm_desc": "Deleting this category will remove it from all existing posts. This action cannot be undone.",
+ "destroy_success": "Category deleted",
+ "destroy_error": "Unable to delete category, please try again",
+ "bulk_destroy_confirm": "Are you sure you want to delete {{count}} categories?",
+ "bulk_destroy_confirm_desc": "Deleting these categories will remove them from all existing posts. This action cannot be undone.",
+ "bulk_destroy_success": "{{count}} categories deleted",
+ "bulk_destroy_success_countless": "Categories deleted"
+ },
+ "role": {
+ "delete_question": "Are you sure you want to delete the role {{role}}?",
+ "destroy_success": "Role {{role}} deleted.",
+ "save_success": "Role {{role}} saved.",
+ "last_admin": "You can not delete the only admin role"
+ },
+ "webhook": {
+ "delete_question": "Are you sure you want to delete the webhook {{webhook}}?",
+ "destroy_success": "Webhook {{webhook}} deleted.",
+ "save_success": "Webhook {{webhook}} saved."
+ },
+ "datasource": {
+ "save_success": "Saved Data Source {{name}}"
+ },
+ "user": {
+ "save_success": "User {{name}} saved",
+ "edit_success": "User {{name}} updated",
+ "destroy_confirm": "Are you sure you want to delete this user?",
+ "destroy_success": "User deleted",
+ "destroy_error": "Unable to delete user, please try again",
+ "bulk_destroy_confirm": "Are you sure you want to delete {{count}} users?",
+ "bulk_destroy_success": "Users deleted",
+ "bulk_role_change_confirm": "Are you sure you want to change the role of {{count}} users to {{role}}?",
+ "bulk_role_change_success": "User roles changed to {{role_name}}",
+ "are_you_sure_you_want_to_delete_user": "Are you sure you want to delete {{username}}"
+ },
+ "video": {
+ "incorrect_url": "The URL, {{url}}, you entered did not match either a Youtube or Vimeo URL format."
+ },
+ "form": {
+ "add_to_survey": "Add to survey",
+ "save_success": "Survey {{name}} saved",
+ "save_stage_success": "Survey task {{name}} saved",
+ "save_attribute_success": "Field {{name}} added",
+ "edit_form_success": "Survey {{name}} updated",
+ "edit_stage_success": "Survey task {{name}} updated",
+ "delete_form_confirm": "Are you sure you want to delete this survey and all of its data?",
+ "delete_form_confirm_desc": "This action cannot be undone. Deleting this survey will remove all of its data, including posts. Write the name of the survey:
{{check_name}}
in the box below to confirm deletion.",
+ "delete_form_error": "The text you entered does not match the survey-name, please try again",
+ "delete_form_button": "Delete this survey",
+ "destroy_form_success": "Survey {{name}} deleted",
+ "delete_stage_confirm": "Are you sure you want to delete this task?",
+ "delete_stage_confirm_desc": "This action cannot be undone. Deleting this task will remove all of its fields, and any data in them.",
+ "destroy_stage_success": "Survey task {{name}} deleted",
+ "delete_attribute_confirm": "Are you sure you want to delete this field?",
+ "delete_attribute_confirm_desc": "This action cannot be undone. Deleting this field will remove its data from all existing posts.",
+ "destroy_attribute_success": "Field {{name}} deleted",
+ "survey_name_required": "Survey-name is required",
+ "validation": {
+ "name": {
+ "required": "A survey-name is needed",
+ "minlength": "Name is too short",
+ "maxlength": "Name is too long"
+ },
+ "description": {
+ "required": "Description cannot be empty"
+ }
+ }
+ },
+ "collection": {
+ "delete_collection_confirm": "Are you sure you want to delete this collection?",
+ "created_collection": "Collection {{collection}} created successfully",
+ "updated_collection": "Collection {{collection}} saved",
+ "add_to_collection": "Post has been added to {{collection}}",
+ "removed_from_collection": "Post has been removed from {{collection}}",
+ "bulk_add_to_collection": "{{count}} posts have been added to {{collection}}",
+ "done": "Done"
+ },
+ "savedsearch": {
+ "delete_savedsearch_success": "Saved search deleted successfully.",
+ "delete_savedsearch_plural_success": "Saved searches deleted successfully.",
+ "delete_savedsearch_confirm": "Are you sure you want to delete this saved search?",
+ "savedsearch_updated": "{{savedsearch}} was updated",
+ "savedsearch_saved": "{{savedsearch}} was saved"
+ },
+ "passwordreset": {
+ "failed": "Password reset failed",
+ "success": "Your password has been reset"
+ },
+ "notification": {
+ "add": "You will now be notified when new posts are added to {{set}}",
+ "delete_confirm": "Are you sure you want to remove this notification?",
+ "destroy_success": "You will no longer receive notifications about {{name}}."
+ },
+ "message": {
+ "sent_to": "Message sent to {{contact}}"
+ },
+ "export": {
+ "in_progress": "We are preparing your CSV file. This may take a few moments. You can leave this page if you want. We will let you know when we're done.",
+ "complete": "Export done. You should see your CSV-file in your downloads.",
+ "complete_data_found_message": "The data from your export can be found in your browser's downloads",
+ "confirmation": "Got it",
+ "cancel_export": "Cancel export",
+ "canceled_job": "Your export-job is canceled",
+ "upload_complete": "Upload complete. You should now see your tagged data in your HDX account."
+ },
+ "survey": {
+ "bulk_destroy_confirm": "Are you sure you want to delete these {{count}} surveys?",
+ "bulk_destroy_confirm_desc": "Deleting these {{count}} selected surveys will also delete all collected posts and all associated data in the surveys. This step cannot be reversed.",
+ "destroy_confirm": "Are you sure you want to delete this survey?",
+ "destroy_confirm_desc": "Deleting this survey will also delete all collected posts and all associated data in the survey. This step cannot be reversed.",
+ "destroy_confirm_desc_end": "You can download and import all your data before deleting."
+ },
+ "confirm_modal": {
+ "add_post_success": {
+ "success": "Success!",
+ "success_description": "Thank you for submitting your report. The post is being reviewed by our team and soon will appear on the platform.",
+ "success_button": "OK, sounds good"
+ },
+ "deleted": {
+ "success": "Success!",
+ "success_description": "You've permanently deleted {{count}}.",
+ "success_button": "OK"
+ }
+ },
+ "language": {
+ "do_you_really_want_to_delete_language": "Do you really want to delete {{lang}} language?"
+ }
+ },
+ "empty": {
+ "default": "No records found.",
+ "post": "No posts found.",
+ "user": "No users found.",
+ "category": "No categories found.",
+ "role": "No roles found.",
+ "webhook": "No webhooks found.",
+ "permission": "No permissions found.",
+ "form": "No forms found."
+ },
+ "location": {
+ "search": "Search",
+ "use_current_location": "Use your current location",
+ "click_map": "You can search or click the area of map where you want to place the marker.",
+ "placeholder": "Search for addresses, place names, or coordinates...",
+ "search_results": "Search results",
+ "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",
+ "invalid_lat": "The value given is not a valid latitude.",
+ "invalid_lon": "The value given is not a valid longitude."
+ },
+ "notification": {
+ "title": "Notifications",
+ "contacts_heading": "How you get notifications",
+ "notifications_heading": "What you get notified about",
+ "error_message": "The notification could not be deleted at this time",
+ "send_to_address": "Send notifications to this address",
+ "button": {
+ "delete": "Delete notification"
+ },
+ "what_you_get_notification_about": "What you get notification about",
+ "removed": "Notification was removed",
+ "are_you_sure_you_want_to_remove_this_notification": "Are you sure you want to remove this notification?"
+ },
+ "contact": {
+ "edit": "Edit",
+ "save_changes": "Save changes",
+ "saving_changes": "Saving changes",
+ "cancel_edit": "Cancel",
+ "add_phone_number": "Add a phone number",
+ "add_email_address": "Add an email address",
+ "edit_phone_number": "Edit your phone number",
+ "edit_email_address": "Edit your email address",
+ "error_message": "The contact could not be saved at this time",
+ "type": {
+ "phone": "Phone",
+ "email": "Email Address"
+ },
+ "button": {
+ "add": "Add account",
+ "delete": "Remove account"
+ },
+ "valid": {
+ "email": {
+ "required": "An email address is required to receive notifications",
+ "email": "This email address is invalid",
+ "maxlength": "This email address is too long",
+ "not_valid": "This email is not valid"
+ },
+ "phone": {
+ "required": "A phone number is required to receive notifications",
+ "pattern": "A valid phone number is required",
+ "minlength": "This number is too short",
+ "maxlength": "This number is too long"
+ }
+ }
+ },
+ "terms_of_service": {
+ "title": "Ushahidi Terms of Service",
+ "terms_of_service": "We have updated our Terms and Conditions and Privacy Policy. Please review these documents carefully and accept the terms in order to continue to use Ushahidi's services.",
+ "agree": "I agree to Ushahidi's Terms of Service.",
+ "accept_and_continue": "Accept and Continue",
+ "i_agree": "I agree to Ushahidi's Privacy Policy and\nTerms and Conditions."
+ },
+ "translations": {
+ "languages": "Languages",
+ "language": "Language",
+ "default": "default",
+ "translate_field": "Translate field",
+ "survey_select_default": "Select default language for this survey",
+ "category_select_default": "Select default language for this category",
+ "error_translation_exists": "You cannot select this language since there is already a translation for it.",
+ "edit_default_text": "Text in default language",
+ "edit_placeholder": "Write your translation here",
+ "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",
+ "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",
+ "add_a_language": "Add a language",
+ "error_no_default": "You need to specify a default language before adding a new translation.",
+ "select_language": "Select a language to add translation for",
+ "default_lang_info": "This is the language that will be used if no translations are available for the language the user has set for the deployment."
+ },
+ "languages": {
+ "ach": "Acoli",
+ "ady": "Adyghe",
+ "af": "Afrikaans",
+ "af-ZA": "Afrikaans (South Africa)",
+ "ak": "Akan",
+ "sq": "Albanian",
+ "sq-AL": "Albanian (Albania)",
+ "aln": "Albanian Gheg",
+ "am": "Amharic",
+ "am-ET": "Amharic (Ethiopia)",
+ "ar": "Arabic",
+ "ar-EG": "Arabic (Egypt)",
+ "ar-SA": "Arabic (Saudi Arabia)",
+ "ar-SD": "Arabic (Sudan)",
+ "ar-SY": "Arabic (Syria)",
+ "ar-AA": "Arabic (Unitag)",
+ "an": "Aragonese",
+ "hy": "Armenian",
+ "hy-AM": "Armenian (Armenia)",
+ "as": "Assamese",
+ "as-IN": "Assamese (India)",
+ "ast": "Asturian",
+ "ast-ES": "Asturian (Spain)",
+ "az": "Azerbaijani",
+ "az@Arab": "Azerbaijani (Arabic)",
+ "az-AZ": "Azerbaijani (Azerbaijan)",
+ "az-IR": "Azerbaijani (Iran)",
+ "az@latin": "Azerbaijani (Latin)",
+ "bal": "Balochi",
+ "ba": "Bashkir",
+ "eu": "Basque",
+ "eu-ES": "Basque (Spain)",
+ "bar": "Bavarian",
+ "be": "Belarusian",
+ "be-BY": "Belarusian (Belarus)",
+ "be@tarask": "Belarusian (Tarask)",
+ "bn": "Bengali",
+ "bn-BD": "Bengali (Bangladesh)",
+ "bn-IN": "Bengali (India)",
+ "brx": "Bodo",
+ "bs": "Bosnian",
+ "bs-BA": "Bosnian (Bosnia and Herzegovina)",
+ "br": "Breton",
+ "bg": "Bulgarian",
+ "bg-BG": "Bulgarian (Bulgaria)",
+ "my": "Burmese",
+ "my-MM": "Burmese (Myanmar)",
+ "ca": "Catalan",
+ "ca-ES": "Catalan (Spain)",
+ "ca@valencia": "Catalan (Valencian)",
+ "ceb": "Cebuano",
+ "tzm": "Central Atlas Tamazight",
+ "hne": "Chhattisgarhi",
+ "cgg": "Chiga",
+ "zh": "Chinese",
+ "zh-CN": "Chinese (China)",
+ "zh-CN.GB2312": "Chinese (China) (GB2312)",
+ "gan": "Chinese (Gan)",
+ "hak": "Chinese (Hakka)",
+ "zh-HK": "Chinese (Hong Kong)",
+ "czh": "Chinese (Huizhou)",
+ "cjy": "Chinese (Jinyu)",
+ "lzh": "Chinese (Literary)",
+ "cmn": "Chinese (Mandarin)",
+ "mnp": "Chinese (Min Bei)",
+ "cdo": "Chinese (Min Dong)",
+ "nan": "Chinese (Min Nan)",
+ "czo": "Chinese (Min Zhong)",
+ "cpx": "Chinese (Pu-Xian)",
+ "zh-Hans": "Chinese Simplified",
+ "zh-TW": "Chinese (Taiwan)",
+ "zh-TW.Big5": "Chinese (Taiwan) (Big5)",
+ "zh-Hant": "Chinese Traditional",
+ "wuu": "Chinese (Wu)",
+ "hsn": "Chinese (Xiang)",
+ "yue": "Chinese (Yue)",
+ "cv": "Chuvash",
+ "ksh": "Colognian",
+ "kw": "Cornish",
+ "co": "Corsican",
+ "crh": "Crimean Turkish",
+ "hr": "Croatian",
+ "hr-HR": "Croatian (Croatia)",
+ "cs": "Czech",
+ "cs-CZ": "Czech (Czech Republic)",
+ "da": "Danish",
+ "da-DK": "Danish (Denmark)",
+ "dv": "Divehi",
+ "doi": "Dogri",
+ "nl": "Dutch",
+ "nl-BE": "Dutch (Belgium)",
+ "nl-NL": "Dutch (Netherlands)",
+ "dz": "Dzongkha",
+ "dz-BT": "Dzongkha (Bhutan)",
+ "en": "English",
+ "en-AU": "English (Australia)",
+ "en-AT": "English (Austria)",
+ "en-BD": "English (Bangladesh)",
+ "en-BE": "English (Belgium)",
+ "en-CA": "English (Canada)",
+ "en-CL": "English (Chile)",
+ "en-CZ": "English (Czech Republic)",
+ "en-ee": "English (Estonia)",
+ "en-FI": "English (Finland)",
+ "en-DE": "English (Germany)",
+ "en-GH": "English (Ghana)",
+ "en-HK": "English (Hong Kong)",
+ "en-HU": "English (Hungary)",
+ "en-IN": "English (India)",
+ "en-IE": "English (Ireland)",
+ "en-lv": "English (Latvia)",
+ "en-lt": "English (Lithuania)",
+ "en-NL": "English (Netherlands)",
+ "en-NZ": "English (New Zealand)",
+ "en-NG": "English (Nigeria)",
+ "en-PK": "English (Pakistan)",
+ "en-PL": "English (Poland)",
+ "en-RO": "English (Romania)",
+ "en-SK": "English (Slovakia)",
+ "en-ZA": "English (South Africa)",
+ "en-LK": "English (Sri Lanka)",
+ "en-SE": "English (Sweden)",
+ "en-CH": "English (Switzerland)",
+ "en-GB": "English (United Kingdom)",
+ "en-US": "English (United States)",
+ "en-EN": "English",
+ "myv": "Erzya",
+ "eo": "Esperanto",
+ "et": "Estonian",
+ "et-EE": "Estonian (Estonia)",
+ "fo": "Faroese",
+ "fo-FO": "Faroese (Faroe Islands)",
+ "fil": "Filipino",
+ "fi": "Finnish",
+ "fi-FI": "Finnish (Finland)",
+ "frp": "Franco-Provençal (Arpitan)",
+ "fr": "French",
+ "fr-BE": "French (Belgium)",
+ "fr-CA": "French (Canada)",
+ "fr-FR": "French (France)",
+ "fr-CH": "French (Switzerland)",
+ "fur": "Friulian",
+ "ff": "Fulah",
+ "ff-SN": "Fulah (Senegal)",
+ "gd": "Gaelic, Scottish",
+ "gl": "Galician",
+ "gl-ES": "Galician (Spain)",
+ "lg": "Ganda",
+ "ka": "Georgian",
+ "ka-GE": "Georgian (Georgia)",
+ "de": "German",
+ "de-AT": "German (Austria)",
+ "de-DE": "German (Germany)",
+ "de-CH": "German (Switzerland)",
+ "el": "Greek",
+ "el-GR": "Greek (Greece)",
+ "kl": "Greenlandic",
+ "gu": "Gujarati",
+ "gu-IN": "Gujarati (India)",
+ "gun": "Gun",
+ "ht": "Haitian (Haitian Creole)",
+ "ht-HT": "Haitian (Haitian Creole) (Haiti)",
+ "ha": "Hausa",
+ "haw": "Hawaiian",
+ "he": "Hebrew",
+ "he-IL": "Hebrew (Israel)",
+ "hi": "Hindi",
+ "hi-IN": "Hindi (India)",
+ "hu": "Hungarian",
+ "hu-HU": "Hungarian (Hungary)",
+ "is": "Icelandic",
+ "is-IS": "Icelandic (Iceland)",
+ "io": "Ido",
+ "ig": "Igbo",
+ "ilo": "Iloko",
+ "id": "Indonesian",
+ "id-ID": "Indonesian (Indonesia)",
+ "ia": "Interlingua",
+ "iu": "Inuktitut",
+ "ga": "Irish",
+ "ga-IE": "Irish (Ireland)",
+ "it": "Italian",
+ "it-IT": "Italian (Italy)",
+ "it-CH": "Italian (Switzerland)",
+ "ja": "Japanese",
+ "ja-JP": "Japanese (Japan)",
+ "jv": "Javanese",
+ "kab": "Kabyle",
+ "kn": "Kannada",
+ "kn-IN": "Kannada (India)",
+ "pam": "Kapampangan",
+ "ks": "Kashmiri",
+ "ks-IN": "Kashmiri (India)",
+ "csb": "Kashubian",
+ "kk": "Kazakh",
+ "kk@Arab": "Kazakh (Arabic)",
+ "kk@Cyrl": "Kazakh (Cyrillic)",
+ "kk-KZ": "Kazakh (Kazakhstan)",
+ "kk@latin": "Kazakh (Latin)",
+ "km": "Khmer",
+ "km-KH": "Khmer (Cambodia)",
+ "rw": "Kinyarwanda",
+ "ky": "Kirgyz",
+ "tlh": "Klingon",
+ "kok": "Konkani",
+ "ko": "Korean",
+ "ko-KR": "Korean (Korea)",
+ "ku": "Kurdish",
+ "ku-IQ": "Kurdish (Iraq)",
+ "lad": "Ladino",
+ "lo": "Lao",
+ "lo-LA": "Lao (Laos)",
+ "ltg": "Latgalian",
+ "la": "Latin",
+ "lv": "Latvian",
+ "lv-LV": "Latvian (Latvia)",
+ "lez": "Lezghian",
+ "lij": "Ligurian",
+ "li": "Limburgian",
+ "ln": "Lingala",
+ "lt": "Lithuanian",
+ "lt-LT": "Lithuanian (Lithuania)",
+ "jbo": "Lojban",
+ "en@lolcat": "LOLCAT English",
+ "lmo": "Lombard",
+ "dsb": "Lower Sorbian",
+ "nds": "Low German",
+ "lb": "Luxembourgish",
+ "mk": "Macedonian",
+ "mk-MK": "Macedonian (Macedonia)",
+ "mai": "Maithili",
+ "mg": "Malagasy",
+ "ms": "Malay",
+ "ml": "Malayalam",
+ "ml-IN": "Malayalam (India)",
+ "ms-MY": "Malay (Malaysia)",
+ "mt": "Maltese",
+ "mt-MT": "Maltese (Malta)",
+ "mni": "Manipuri",
+ "mi": "Maori",
+ "arn": "Mapudungun",
+ "mr": "Marathi",
+ "mr-IN": "Marathi (India)",
+ "mh": "Marshallese",
+ "mw1": "Mirandese",
+ "mn": "Mongolian",
+ "mn-MN": "Mongolian (Mongolia)",
+ "nah": "Nahuatl",
+ "nv": "Navajo",
+ "nr": "Ndebele, South",
+ "nap": "Neapolitan",
+ "ne": "Nepali",
+ "ne-NP": "Nepali (Nepal)",
+ "nia": "Nias",
+ "nqo": "N'ko",
+ "se": "Northern Sami",
+ "nso": "Northern Sotho",
+ "no": "Norwegian",
+ "nb": "Norwegian Bokmål",
+ "nb-NO": "Norwegian Bokmål (Norway)",
+ "no-NO": "Norwegian (Norway)",
+ "nn": "Norwegian Nynorsk",
+ "nn-NO": "Norwegian Nynorsk (Norway)",
+ "ny": "Nyanja",
+ "oc": "Occitan (post 1500)",
+ "or": "Oriya",
+ "or-IN": "Oriya (India)",
+ "om": "Oromo",
+ "os": "Ossetic",
+ "pfl": "Palatinate German",
+ "pa": "Panjabi (Punjabi)",
+ "pa-IN": "Panjabi (Punjabi) (India)",
+ "pap": "Papiamento",
+ "fa": "Persian",
+ "fa-AF": "Persian (Afghanistan)",
+ "fa-IR": "Persian (Iran)",
+ "pms": "Piemontese",
+ "en@pirate": "Pirate English",
+ "pl": "Polish",
+ "pl-PL": "Polish (Poland)",
+ "pt": "Portuguese",
+ "pt-BR": "Portuguese (Brazil)",
+ "pt-PT": "Portuguese (Portugal)",
+ "ps": "Pushto",
+ "ro": "Romanian",
+ "ro-RO": "Romanian (Romania)",
+ "rm": "Romansh",
+ "ru": "Russian",
+ "ru-ee": "Russian (Estonia)",
+ "ru-lv": "Russian (Latvia)",
+ "ru-lt": "Russian (Lithuania)",
+ "ru@petr1708": "Russian Petrine orthography",
+ "ru-RU": "Russian (Russia)",
+ "sah": "Sakha (Yakut)",
+ "sm": "Samoan",
+ "sa": "Sanskrit",
+ "sat": "Santali",
+ "sc": "Sardinian",
+ "sco": "Scots",
+ "sr": "Serbian",
+ "sr@Ijekavian": "Serbian (Ijekavian)",
+ "sr@ijekavianlatin": "Serbian (Ijekavian Latin)",
+ "sr@latin": "Serbian (Latin)",
+ "sr-RS@latin": "Serbian (Latin) (Serbia)",
+ "sr-RS": "Serbian (Serbia)",
+ "sn": "Shona",
+ "scn": "Sicilian",
+ "szl": "Silesian",
+ "sd": "Sindhi",
+ "si": "Sinhala",
+ "si-LK": "Sinhala (Sri Lanka)",
+ "sk": "Slovak",
+ "sk-SK": "Slovak (Slovakia)",
+ "sl": "Slovenian",
+ "sl-SI": "Slovenian (Slovenia)",
+ "so": "Somali",
+ "son": "Songhay",
+ "st": "Sotho, Southern",
+ "st-ZA": "Sotho, Southern (South Africa)",
+ "sma": "Southern Sami",
+ "es": "Spanish",
+ "es-AR": "Spanish (Argentina)",
+ "es-BO": "Spanish (Bolivia)",
+ "es-CL": "Spanish (Chile)",
+ "es-CO": "Spanish (Colombia)",
+ "es-CR": "Spanish (Costa Rica)",
+ "es-DO": "Spanish (Dominican Republic)",
+ "es-EC": "Spanish (Ecuador)",
+ "es-SV": "Spanish (El Salvador)",
+ "es-GT": "Spanish (Guatemala)",
+ "es-419": "Spanish (Latin America)",
+ "es-MX": "Spanish (Mexico)",
+ "es-NI": "Spanish (Nicaragua)",
+ "es-PA": "Spanish (Panama)",
+ "es-PY": "Spanish (Paraguay)",
+ "es-PE": "Spanish (Peru)",
+ "es-PR": "Spanish (Puerto Rico)",
+ "es-ES": "Spanish (Spain)",
+ "es-US": "Spanish (United States)",
+ "es-UY": "Spanish (Uruguay)",
+ "es-VE": "Spanish (Venezuela)",
+ "su": "Sundanese",
+ "sw": "Swahili",
+ "sw-KE": "Swahili (Kenya)",
+ "ss": "Swati",
+ "sv": "Swedish",
+ "sv-FI": "Swedish (Finland)",
+ "sv-SE": "Swedish (Sweden)",
+ "tl": "Tagalog",
+ "tl-PH": "Tagalog (Philippines)",
+ "tg": "Tajik",
+ "tg-TJ": "Tajik (Tajikistan)",
+ "tzl": "Talossan",
+ "ta": "Tamil",
+ "ta-IN": "Tamil (India)",
+ "ta-LK": "Tamil (Sri-Lanka)",
+ "tt": "Tatar",
+ "te": "Telugu",
+ "te-IN": "Telugu (India)",
+ "tet": "Tetum (Tetun)",
+ "th": "Thai",
+ "th-TH": "Thai (Thailand)",
+ "bo": "Tibetan",
+ "bo-CN": "Tibetan (China)",
+ "ti": "Tigrinya",
+ "to": "Tongan",
+ "ts": "Tsonga",
+ "tn": "Tswana",
+ "tr": "Turkish",
+ "tr-TR": "Turkish (Turkey)",
+ "tk": "Turkmen",
+ "tk-TM": "Turkmen (Turkmenistan)",
+ "udm": "Udmurt",
+ "ug": "Uighur",
+ "ug@Arab": "Uighur (Arabic)",
+ "ug@Cyrl": "Uighur (Cyrillic)",
+ "ug@Latin": "Uighur (Latin)",
+ "uk": "Ukrainian",
+ "uk-UA": "Ukrainian (Ukraine)",
+ "vmf": "Upper Franconian",
+ "hsb": "Upper Sorbian",
+ "ur": "Urdu",
+ "ur-PK": "Urdu (Pakistan)",
+ "uz": "Uzbek",
+ "uz@Arab": "Uzbek (Arabic)",
+ "uz@Cyrl": "Uzbek (Cyrillic)",
+ "uz@Latn": "Uzbek (Latin)",
+ "uz-UZ": "Uzbek (Uzbekistan)",
+ "ve": "Venda",
+ "vec": "Venetian",
+ "vi": "Vietnamese",
+ "vi-VN": "Vietnamese (Viet Nam)",
+ "vls": "Vlaams",
+ "wa": "Walloon",
+ "war": "Wáray-Wáray",
+ "cy": "Welsh",
+ "cy-GB": "Welsh (United Kingdom)",
+ "fy": "Western Frisian",
+ "fy-NL": "Western Frisian (Netherlands)",
+ "wo": "Wolof",
+ "wo-SN": "Wolof (Senegal)",
+ "xh": "Xhosa",
+ "yi": "Yiddish",
+ "yo": "Yoruba",
+ "zu": "Zulu",
+ "zu-ZA": "Zulu (South Africa)"
+ },
+ "countries": {
+ "Afghanistan": "Afghanistan",
+ "Åland Islands": "Åland Islands",
+ "Albania": "Albania",
+ "Algeria": "Algeria",
+ "American Samoa": "American Samoa",
+ "Andorra": "Andorra",
+ "Angola": "Angola",
+ "Anguilla": "Anguilla",
+ "Antarctica": "Antarctica",
+ "Antigua and Barbuda": "Antigua and Barbuda",
+ "Argentina": "Argentina",
+ "Armenia": "Armenia",
+ "Aruba": "Aruba",
+ "Australia": "Australia",
+ "Austria": "Austria",
+ "Azerbaijan": "Azerbaijan",
+ "Bahamas": "Bahamas",
+ "Bahrain": "Bahrain",
+ "Bangladesh": "Bangladesh",
+ "Barbados": "Barbados",
+ "Belarus": "Belarus",
+ "Belgium": "Belgium",
+ "Belize": "Belize",
+ "Benin": "Benin",
+ "Bermuda": "Bermuda",
+ "Bhutan": "Bhutan",
+ "Bolivia, Plurinational State of bolivia": "Bolivia, Plurinational State of bolivia",
+ "Bosnia and Herzegovina": "Bosnia and Herzegovina",
+ "Botswana": "Botswana",
+ "Bouvet Island": "Bouvet Island",
+ "Brazil": "Brazil",
+ "British Indian Ocean Territory": "British Indian Ocean Territory",
+ "Brunei Darussalam": "Brunei Darussalam",
+ "Bulgaria": "Bulgaria",
+ "Burkina Faso": "Burkina Faso",
+ "Burundi": "Burundi",
+ "Cambodia": "Cambodia",
+ "Cameroon": "Cameroon",
+ "Canada": "Canada",
+ "Cape Verde": "Cape Verde",
+ "Cayman Islands": "Cayman Islands",
+ "Central African Republic": "Central African Republic",
+ "Chad": "Chad",
+ "Chile": "Chile",
+ "China": "China",
+ "Christmas Island": "Christmas Island",
+ "Cocos (Keeling) Islands": "Cocos (Keeling) Islands",
+ "Colombia": "Colombia",
+ "Comoros": "Comoros",
+ "Congo": "Congo",
+ "Congo, The Democratic Republic of the Congo": "Congo, The Democratic Republic of the Congo",
+ "Cook Islands": "Cook Islands",
+ "Costa Rica": "Costa Rica",
+ "Cote d'Ivoire": "Cote d'Ivoire",
+ "Croatia": "Croatia",
+ "Cuba": "Cuba",
+ "Cyprus": "Cyprus",
+ "Czech Republic": "Czech Republic",
+ "Denmark": "Denmark",
+ "Djibouti": "Djibouti",
+ "Dominica": "Dominica",
+ "Dominican Republic": "Dominican Republic",
+ "Ecuador": "Ecuador",
+ "Egypt": "Egypt",
+ "El Salvador": "El Salvador",
+ "Equatorial Guinea": "Equatorial Guinea",
+ "Eritrea": "Eritrea",
+ "Estonia": "Estonia",
+ "Ethiopia": "Ethiopia",
+ "Falkland Islands (Malvinas)": "Falkland Islands (Malvinas)",
+ "Faroe Islands": "Faroe Islands",
+ "Fiji": "Fiji",
+ "Finland": "Finland",
+ "France": "France",
+ "French Guiana": "French Guiana",
+ "French Polynesia": "French Polynesia",
+ "French Southern Territories": "French Southern Territories",
+ "Gabon": "Gabon",
+ "Gambia": "Gambia",
+ "Georgia": "Georgia",
+ "Germany": "Germany",
+ "Ghana": "Ghana",
+ "Gibraltar": "Gibraltar",
+ "Greece": "Greece",
+ "Greenland": "Greenland",
+ "Grenada": "Grenada",
+ "Guadeloupe": "Guadeloupe",
+ "Guam": "Guam",
+ "Guatemala": "Guatemala",
+ "Guernsey": "Guernsey",
+ "Guinea": "Guinea",
+ "Guinea-Bissau": "Guinea-Bissau",
+ "Guyana": "Guyana",
+ "Haiti": "Haiti",
+ "Heard Island and Mcdonald Islands": "Heard Island and Mcdonald Islands",
+ "Holy See (Vatican City State)": "Holy See (Vatican City State)",
+ "Honduras": "Honduras",
+ "Hong Kong": "Hong Kong",
+ "Hungary": "Hungary",
+ "Iceland": "Iceland",
+ "India": "India",
+ "Indonesia": "Indonesia",
+ "Iran, Islamic Republic of Persian Gulf": "Iran, Islamic Republic of Persian Gulf",
+ "Iraq": "Iraq",
+ "Ireland": "Ireland",
+ "Isle of Man": "Isle of Man",
+ "Israel": "Israel",
+ "Italy": "Italy",
+ "Jamaica": "Jamaica",
+ "Japan": "Japan",
+ "Jersey": "Jersey",
+ "Jordan": "Jordan",
+ "Kazakhstan": "Kazakhstan",
+ "Kenya": "Kenya",
+ "Kiribati": "Kiribati",
+ "Korea, Democratic People's Republic of Korea": "Korea, Democratic People's Republic of Korea",
+ "Korea, Republic of South Korea": "Korea, Republic of South Korea",
+ "Kosovo": "Kosovo",
+ "Kuwait": "Kuwait",
+ "Kyrgyzstan": "Kyrgyzstan",
+ "Laos": "Laos",
+ "Latvia": "Latvia",
+ "Lebanon": "Lebanon",
+ "Lesotho": "Lesotho",
+ "Liberia": "Liberia",
+ "Libyan Arab Jamahiriya": "Libyan Arab Jamahiriya",
+ "Liechtenstein": "Liechtenstein",
+ "Lithuania": "Lithuania",
+ "Luxembourg": "Luxembourg",
+ "Macao": "Macao",
+ "Macedonia": "Macedonia",
+ "Madagascar": "Madagascar",
+ "Malawi": "Malawi",
+ "Malaysia": "Malaysia",
+ "Maldives": "Maldives",
+ "Mali": "Mali",
+ "Malta": "Malta",
+ "Marshall Islands": "Marshall Islands",
+ "Martinique": "Martinique",
+ "Mauritania": "Mauritania",
+ "Mauritius": "Mauritius",
+ "Mayotte": "Mayotte",
+ "Mexico": "Mexico",
+ "Micronesia, Federated States of Micronesia": "Micronesia, Federated States of Micronesia",
+ "Moldova": "Moldova",
+ "Monaco": "Monaco",
+ "Mongolia": "Mongolia",
+ "Montenegro": "Montenegro",
+ "Montserrat": "Montserrat",
+ "Morocco": "Morocco",
+ "Mozambique": "Mozambique",
+ "Myanmar": "Myanmar",
+ "Namibia": "Namibia",
+ "Nauru": "Nauru",
+ "Nepal": "Nepal",
+ "Netherlands": "Netherlands",
+ "Netherlands Antilles": "Netherlands Antilles",
+ "New Caledonia": "New Caledonia",
+ "New Zealand": "New Zealand",
+ "Nicaragua": "Nicaragua",
+ "Niger": "Niger",
+ "Nigeria": "Nigeria",
+ "Niue": "Niue",
+ "Norfolk Island": "Norfolk Island",
+ "Northern Mariana Islands": "Northern Mariana Islands",
+ "Norway": "Norway",
+ "Oman": "Oman",
+ "Pakistan": "Pakistan",
+ "Palau": "Palau",
+ "Palestinian Territory, Occupied": "Palestinian Territory, Occupied",
+ "Panama": "Panama",
+ "Papua New Guinea": "Papua New Guinea",
+ "Paraguay": "Paraguay",
+ "Peru": "Peru",
+ "Philippines": "Philippines",
+ "Pitcairn": "Pitcairn",
+ "Poland": "Poland",
+ "Portugal": "Portugal",
+ "Puerto Rico": "Puerto Rico",
+ "Qatar": "Qatar",
+ "Romania": "Romania",
+ "Russia": "Russia",
+ "Rwanda": "Rwanda",
+ "Reunion": "Reunion",
+ "Saint Barthelemy": "Saint Barthelemy",
+ "Saint Helena, Ascension and Tristan Da Cunha": "Saint Helena, Ascension and Tristan Da Cunha",
+ "Saint Kitts and Nevis": "Saint Kitts and Nevis",
+ "Saint Lucia": "Saint Lucia",
+ "Saint Martin": "Saint Martin",
+ "Saint Pierre and Miquelon": "Saint Pierre and Miquelon",
+ "Saint Vincent and the Grenadines": "Saint Vincent and the Grenadines",
+ "Samoa": "Samoa",
+ "San Marino": "San Marino",
+ "Sao Tome and Principe": "Sao Tome and Principe",
+ "Saudi Arabia": "Saudi Arabia",
+ "Senegal": "Senegal",
+ "Serbia": "Serbia",
+ "Seychelles": "Seychelles",
+ "Sierra Leone": "Sierra Leone",
+ "Singapore": "Singapore",
+ "Slovakia": "Slovakia",
+ "Slovenia": "Slovenia",
+ "Solomon Islands": "Solomon Islands",
+ "Somalia": "Somalia",
+ "South Africa": "South Africa",
+ "South Sudan": "South Sudan",
+ "South Georgia and the South Sandwich Islands": "South Georgia and the South Sandwich Islands",
+ "Spain": "Spain",
+ "Sri Lanka": "Sri Lanka",
+ "Sudan": "Sudan",
+ "Suriname": "Suriname",
+ "Svalbard and Jan Mayen": "Svalbard and Jan Mayen",
+ "Swaziland": "Swaziland",
+ "Sweden": "Sweden",
+ "Switzerland": "Switzerland",
+ "Syrian Arab Republic": "Syrian Arab Republic",
+ "Taiwan": "Taiwan",
+ "Tajikistan": "Tajikistan",
+ "Tanzania, United Republic of Tanzania": "Tanzania, United Republic of Tanzania",
+ "Thailand": "Thailand",
+ "Timor-Leste": "Timor-Leste",
+ "Togo": "Togo",
+ "Tokelau": "Tokelau",
+ "Tonga": "Tonga",
+ "Trinidad and Tobago": "Trinidad and Tobago",
+ "Tunisia": "Tunisia",
+ "Turkey": "Turkey",
+ "Turkmenistan": "Turkmenistan",
+ "Turks and Caicos Islands": "Turks and Caicos Islands",
+ "Tuvalu": "Tuvalu",
+ "Uganda": "Uganda",
+ "Ukraine": "Ukraine",
+ "United Arab Emirates": "United Arab Emirates",
+ "United Kingdom": "United Kingdom",
+ "United States": "United States",
+ "Uruguay": "Uruguay",
+ "Uzbekistan": "Uzbekistan",
+ "Vanuatu": "Vanuatu",
+ "Venezuela, Bolivarian Republic of Venezuela": "Venezuela, Bolivarian Republic of Venezuela",
+ "Vietnam": "Vietnam",
+ "Virgin Islands, British": "Virgin Islands, British",
+ "Virgin Islands, U.S.": "Virgin Islands, U.S.",
+ "Wallis and Futuna": "Wallis and Futuna",
+ "Yemen": "Yemen",
+ "Zambia": "Zambia",
+ "Zimbabwe": "Zimbabwe"
+ },
+ "api": {
+ "providerNotAvailable": "One or more of the enabled providers is not available :param1",
+ "range": "The file size should be less than {{param3}} KB",
+ "mime_type": "File type not supported. Please upload a .csv file.",
+ "not_empty": ":field must not be empty",
+ "isKeyAvailable": "The key {{value}} is not available",
+ "contactIsValid": "Invalid phone number",
+ "roleDoesNotExist": "role_id {{value}} does not exist",
+ "invalidFormStageId": "form_stage_id :value does not exist",
+ "postTypeLimitReached": "limit: {{posttypes}}",
+ "dataUrlOrMediaRequired": "One of data_url or media_id is required",
+ "dataUrlMediaConflict": "Only one of data_url or media_id can be defined",
+ "size_error": "The file size should be less than :param1 MB",
+ "mime_type_not_allowed": "File type not supported. Please upload an image file.",
+ "mime_not_empty": "MIME type not found. The MIME type must be set for the file.",
+ "contact": {
+ "invalid_phone": "Invalid phone number {{param1}}",
+ "invalid_email": "Invalid email {{param1}}"
+ },
+ "email": {
+ "title": "{{sitename}} New post: {{title}}",
+ "message": "New post on {{sitename}}{{title}}{{content}}View post: {{url}}"
+ },
+ "sms": {
+ "message": "{{sitename}} New post: {{title}}"
+ },
+ "publishedPostsLimitReached": "limit:{{posts}}",
+ "tagDoesNotExist": "category :value does not exist",
+ "attributeDoesNotExist": "attribute {{param1}} does not exist",
+ "tooManyValues": "Too many values for {{param1}} (max: {{param2}})",
+ "valueDoesNotExist": "value id {{param2}} for field {{param1}} does not exist",
+ "canNotUseExistingValueOnNewPost": "Cannot use existing value {{param2}} for field {{param1}} on a new post",
+ "postAttributeRequired": "attribute {{param1}} is required",
+ "taskAttributeRequired": "attribute {{param1}} is required before stage {{param2}} can be completed",
+ "emptyIdAndLocale": "Must have at least id or locale",
+ "emptyParentWithLocale": "Must have at parent id when passing locale",
+ "notAnArray": "Post values for {{param1}} must be an array",
+ "scalar": "Post values for {{param1}} must be scalar",
+ "doesTranslationExist": "Translation {{value}} for post {{param2}} already exists",
+ "published_to": {
+ "exists": "The role you are publishing to {{value}} does not exist"
+ },
+ "stageDoesNotExist": "Stage {{param1}} does not exist",
+ "stageRequired": "Stage {{param1}} is required before publishing",
+ "postNeedsApprovalBeforePublishing": "Post needs approval by an administrator before it can be published",
+ "postCanOnlyBeUnpublishedByAdmin": "Post can only be unpublished by an administrator",
+ "alreadyLockedByDifferentUser": "Post is currently locked by a different user and can not be updated.",
+ "values": {
+ "date": "The field {{param1}} must be a date, Given: {{param2}}",
+ "decimal": "The field {{param1}} must be a decimal with 2 places, Given: {{param2}}",
+ "digit": "The field {{param1}} must be a digit, Given: {{param2}}",
+ "email": "The field {{param1}} must be an email address, Given: {{param2}}",
+ "exists": "The field {{param1}} must be a valid post id, Post id: {{param2}}",
+ "tagExists": "The field {{param1}} must be a valid category id or name, Category: {{param2}}",
+ "max_length": "The field {{param1}} must not exceed :param2 characters long, Given: {{param2}}",
+ "invalidForm": "The field {{param1}} has the wrong post type, Post id:{{param2}}",
+ "numeric": "The field {{param1}} must be numeric, Given: {{param2}}",
+ "scalar": "The field {{param1}} must be scalar, Given: {{param2}}",
+ "point": "The field {{param1}} must be an array of lat and lon",
+ "lat": "the field {{param1}} must contain a valid latitude",
+ "lon": "the field {{param1}} must contain a valid longitude",
+ "url": "The field {{param1}} must be a url, Given: {{param2}}",
+ "video_type": "The field {{param1}} must be either a youtube or vimeo url, Given: {{param2}}"
+ },
+ "role": {
+ "isRoleValid": "Role must match the parent category",
+ "exists": "Role {{value}} does not exist"
+ },
+ "description_regex": "The description must contain only letters, numbers, spaces and punctuation",
+ "regex": "The category name must contain only letters, numbers, spaces and punctuation",
+ "isUniqueEmail": "{{field}} is already in use",
+ "isUniqueUsername": "{{field}} is already in use",
+ "isUserSelf": "You cannot change your own role",
+ "adminUserLimitReached": "limit:{{:admin}}"
+ }
+}
diff --git a/apps/web-mzima-client/src/assets/locales/pl.json b/apps/web-mzima-client/src/assets/locales/pl.json
index 6dcb1373512..101ef864d4b 100644
--- a/apps/web-mzima-client/src/assets/locales/pl.json
+++ b/apps/web-mzima-client/src/assets/locales/pl.json
@@ -995,7 +995,8 @@
"messages": {
"max_size" : "Your file is too large.",
"max_files" : "You have exceeded the maximum number of files.",
- "required" : "Media is required."
+ "required" : "Media is required.",
+ "invalid_type" : "Unsupported file type."
},
"status" : {
"uploading" : "Uploading...",
@@ -1134,7 +1135,7 @@
"delete_category_desc": "If you delete this category, it will no longer be associated with any posts. Proceed with caution.",
"show_categories": "Show available categories",
"child_permissions": "Permissions for this category are managed by the parent category.",
- "which_categories": "Which categories should be available",
+ "which_categories": "Which categories should be available?",
"select_all": "Select All",
"choose_roles": "Choose Roles",
"create_tag": "Create Category",
diff --git a/apps/web-mzima-client/src/assets/locales/sr.json b/apps/web-mzima-client/src/assets/locales/sr.json
new file mode 100644
index 00000000000..8e35ff8beb5
--- /dev/null
+++ b/apps/web-mzima-client/src/assets/locales/sr.json
@@ -0,0 +1,2770 @@
+{
+ "app": {
+ "contact_email_address": "Contact email address:",
+ "powered_by_ushahidi": "Bazirano na Ushahidi platformi.",
+ "support": "Ushahidi podrška",
+ "by": "po",
+ "submit": "Privhati",
+ "anonymous": "Anoniman",
+ "submitting": "Podnošenje",
+ "submit_another": "Pošaljite i dodajte još jedan",
+ "submit_response": "Pošaljite odgovor ankete",
+ "can_see_this": "mogu videti ovo",
+ "collection": "Zbirka",
+ "collections": "Zbirke",
+ "create_collection": "Kreirajte zbirku",
+ "add_collection": "Add collection",
+ "export_to_csv": "Izvoz filtriranih podataka",
+ "create_new": "Napravi novi",
+ "create_new_survey": "Kreirajte novu anketu",
+ "created_by": "Napisao {{author}}",
+ "date_created": "Datum kreiranja",
+ "date_updated": "Datum je ažuriran",
+ "choose_photo": "Choose photo",
+ "choose": "Choose...",
+ "add_all_fields": "Add all fields",
+ "insert_text_here": "Insert text here...",
+ "deployment_not_found" : {
+ "text" : "Sorry, that deployment does not exist. Would you like to create a new deployment?",
+ "button_exit" : "Exit",
+ "button_create_deployment" : "Create Deployment"
+ },
+ "documentation": {
+ "title": "Dokumentacija",
+ "description": "Naučite kako da podesite, konfigurišete i upravljate vašom Ushahidi implementacijom."
+ },
+ "donate": "Donate",
+ "donation": "Donation",
+ "disable_monetization": "Disable Monetization",
+ "enable_monetization": "Enable Monetization",
+ "enable_monetization_error": "Fill in required fields above before enabling monetization.",
+ "enable_monetization_info": "Monetization is currently disabled.",
+ "intercom": {
+ "intercom": "Interfon",
+ "description": "Obratite se osoblju Ushahidi-ja za podršku u chatu"
+ },
+ "onboarding": {
+ "title": "Onboarding",
+ "description": "Take a look at the Ushahidi onboarding again."
+ },
+ "report_a_bug": {
+ "title": "Prijavite grešku",
+ "description": "Recite nam kada nešto ne funkcioniše onako kako ste očekivali."
+ },
+ "edit_collection": "Uređivanje zbirke",
+ "features": {
+ "title": "Karakteristike",
+ "description": "Pogledajte šta Ushahidi može da radi i kako to funkcioniše."
+ },
+ "forbidden": "Izvinite, to vam nije dozvoljeno.",
+ "forbidden-login": "Please enter your login details to access the deployment.",
+ "contact_with_admin": "Or contact the Admin ",
+ "404": "Taj URL ne postoji",
+ "page-not-found": "Page not found",
+ "get_notifications": "Dobiti obaveštenja",
+ "turn_off_notifications": "Isključite obaveštenja",
+ "load_more": "Učitaj više",
+ "loading": "Učitavam",
+ "loading_saved_searches": "Učitavanje sačuvanih pretraga",
+ "more": "Više",
+ "cancel": "Poništi",
+ "save": "Sačuvati",
+ "save_and_close": "Save & close",
+ "update": "Update",
+ "update_and_close": "Update & close",
+ "add_and_close": "Add & close",
+ "updating": "Ažuriranje",
+ "saving": "Čuvanje",
+ "settings": "Podešavanja",
+ "share": "Objavi",
+ "specific_roles": "Specifične uloge ...",
+ "general": "Opšte",
+ "surveys": "Survey",
+ "add_survey": "Dodaj anketu",
+ "edit_survey": "Uredi anketu",
+ "data_sources": "Izvori podataka",
+ "import": "Uvoz",
+ "users": "Korisnici",
+ "edit_user": "Uređivanje korisnika",
+ "add_user": "Dodati korisnika",
+ "edit": "Uredi",
+ "roles": "Uloge",
+ "edit_role": "Uredi ulogu",
+ "add_role": "Dodaj ulogu",
+ "webhooks": "Web prikazi",
+ "edit_webhook": "Uredi web-kukicu",
+ "add_webhook": "Dodaj web-kukicu",
+ "categories": "Kategorije",
+ "edit_category": "Uredi kategoriju",
+ "add_category": "Dodaj kategoriju",
+ "categories_count": "{{count}} kategorija",
+ "plans": "Planovi",
+ "delete": "Izbriši",
+ "description": "Opis",
+ "color": "Boja",
+ "search_users": "Search users",
+ "searching": "Searching",
+ "show_hide": "Show/Hide",
+ "fields": "Fields",
+ "no_results": "No results found.",
+ "current_results": "Current results:",
+ "filter_by": "Filter by...",
+ "sort_filter": "Sort & filter",
+ "apply_filters": "Apply",
+ "close_and_view": "Close and view results",
+ "show_more_less": "Show more/less",
+ "filters": "Filteri",
+ "filters_and_sorting": "Filters and sorting",
+ "filter_by_survey": "Filter by survey",
+ "configure": "Konfigurišite",
+ "post": "Objava",
+ "name": "Naziv",
+ "key": "Ključ",
+ "survey_web_address": "Your survey's web address",
+ "default_value": "Default value (optional):",
+ "select_one": "Select One",
+ "sort_and_filter": "Sort & filter",
+ "saved_search": "Sačuvana pretraga",
+ "tasks": "Zadaci",
+ "return_to_all_posts": "Return to all posts",
+ "this_deplyment_is_private": "This deployment is private",
+ "private_deployment": "Private Deployment",
+ "mark_as": "Mark as",
+ "who_can_see_this_category": "Who can see this category?",
+ "this_category_is_child_to": "This category is a child to {{parent}}",
+ "nothing": "Nothing",
+ "who_can_see_this": "Who can see this?",
+ "add": "Dodati",
+ "add_new_category": "+ Add new category",
+ "sort_by": "Sort By ...",
+ "newest_first": "Najnoviji prvi",
+ "oldest_first": "Prvo najstarije",
+ "language": "Language",
+ "select_language": "Select language",
+ "add_new_post": "Add new post",
+ "previous": "Previous",
+ "duplicate": "Duplikat",
+ "yes_delete": "Yes, delete",
+ "no_go_back": "No, go back",
+ "are_you_sure_you_want_to_delete": "Are you sure you want to Delete",
+ "action_cannot_be_undone": "This action cannot be undone.
Are you sure?
",
+ "you_are_not_authorized": "You are not authorized",
+ "lost_internet_connection": "Lost internet connection",
+ "tweet_is_unavailable": "This tweet is unavailable",
+ "file_uploader": "File uploader",
+ "preview_image": "Preview image",
+ "privacy_policy": "Privacy Policy",
+ "terms_and_conditions": "Terms and Conditions",
+ "ok_sounds_good": "OK, sounds good",
+ "next_step": "Next step",
+ "we_are_aware_there_are_some_issues_here": "We are aware there are some issues here. The team is working on fixing them.",
+ "you_are_using_old_deployment_version": "You are using Deployment Version - {{api_version}}. The latest version is v5. Please, update your Deployment for users access.",
+ "outdated_deployment": "Outdated Deployment!",
+ "the_deployment_is_outdated": "The Deployment is outdated, therefore some bugs may occur, till Admin update it.",
+ "your_deployment_is_outdated": "Your Deployment is outdated",
+ "we_ve_updated_deployments_to_version_5": "We’ve updated Deployments to version 5. Users may not have access to your deployment soon. ",
+ "for_more_details_on_deployment_update": "For more details on deployment update, go to Help & Support (this should be a link) or send an email to:",
+ "open_chat": "Open Chat",
+ "end_post": "End of Posts"
+ },
+ "cookies": {
+ "we_use_cookies": "Howdy! We use cookies to make your experience better.",
+ "cookies_privacy": "If you want to know more or withdraw your consent, please go to our Privacy Policy.",
+ "decline": "Decline",
+ "accept_cookies": "Accept cookies"
+ },
+ "404": {
+ "404": "404",
+ "error": "error",
+ "description": "Oops... Sorry, we can’t find the page that you’re looking for.
Please search by another phrase or go back to the Map View.",
+ "button": "Go to the Map View"
+ },
+ "toolbar": {
+ "searchbar": {
+ "search_entity": "Pretraživanje {{entity}}",
+ "search_all_entities_for": "Pretražite sve {{entity}} za"
+ }
+ },
+ "color_picker": {
+ "hex_value": "Hex vrednost",
+ "red": "Crveno",
+ "gold": "Zlatna",
+ "blue": "Plava",
+ "green": "Zelena"
+ },
+ "feature_limits": {
+ "view_unavailable": "Prikaz {{value}} nije dostupan u vašem trenutnom planu. Nadogradite svoj plan da biste ga iskoristili!"
+ },
+ "limit": {
+ "plan_limit": "Ushahidi limit plan",
+ "post_limit_reached": "Dosegli ste ograničenje objavljenih postova za svoj plan.",
+ "admin_limit_reached": "Dosegli ste ograničenje administrativnih korisnika za svoj plan.",
+ "post_type_limit_reached": "Dosegli ste ograničenje ankete za svoj plan.",
+ "upgrade": "Nadogradnja"
+ },
+ "activity": {
+ "activity_over_time": "Aktivnost tokom vremena",
+ "activity_by_volume": "Aktivnost po zapremini",
+ "recent_activity_timeline": "Nedavna vremenska linija aktivnosti",
+ "new_post": "Nova objava",
+ "by": "za",
+ "context_body": "Rezime načina na koji ljudi komuniciraju sa {{site}}.",
+ "inbound": "Poruke ulaznog odgovora",
+ "outbound": "Izlazne poruke ankete",
+ "recipients": "Jedinstveni primaoci ciljanog istraživanja",
+ "responders": "Jedinstveni odgovori na ciljano istraživanje",
+ "all_targeted": "Sve ciljane ankete",
+ "no_targeted": "Nemate podatke o ciljanom istraživanju koji bi se prikazali.",
+ "all_sources": "Svi izvori podataka",
+ "web_mobile": "Web i mobilni",
+ "email": "e-mail",
+ "sms": "SMS",
+ "twitter": "twitter",
+ "all_crowdsourced": "Sve ankete o gužvi",
+ "no_crowdsourced": "Nemate podatke o anketi o pretrpanoj masi koji bi se pokazali.",
+ "targeted_activity": "Aktivnosti ciljane ankete",
+ "crowdsourced_activity": "Aktivnost ankete koju kreiraju ljudi",
+ "tooltip_template": "This is the single point tooltip template"
+ },
+ "form": {
+ "add_field": "Add field",
+ "add_field_instructions": "Dodajte uputstva u ovo polje",
+ "add_field_instructions_info": "Ova uputstva biće predstavljena kao opis korisniku prilikom popunjavanja ovog polja.",
+ "add_field_instructions_placeholder": "Objasnite ovo polje ...",
+ "add_post_type": "Dodaj anketu",
+ "add_step": "Dodajte zadatak",
+ "add_language": "Add language",
+ "added_form_stage_attribute": "Sačuvano polje",
+ "field_allowed_relation_post_type": "Dozvoljena ispitivanja",
+ "choose_order_message": "Izaberite i odredite polja koja želite da uključite u ovo istraživanje",
+ "created_form_stage": "Sačuvani zadatak",
+ "currently_disabled": "Ova anketa je trenutno onemogućena.",
+ "custom_structure": "Prilagođena struktura",
+ "default_date_placeholder": "Podrazumevani datum",
+ "default_date_hint": "If no date is added, the current time of posting would be added by default. The user can still update the {{ field_name }} after post submission.",
+ "default_default_placeholder": "Podrazumevana vrednost",
+ "default_location_placeholder": "Najrobi, Kenija",
+ "delete_post_type": "Izbrišite ovu anketu",
+ "deleted_form": "Izbrisana anketa",
+ "deleted_form_stage": "Izbrisan zadatak",
+ "deleted_form_stage_attribute": "Izbrisano polje",
+ "editable_by": "Za uređivanje od ",
+ "edit_post_step": "Izmene zadatka: {{step}}",
+ "edit_post_type": "Izmena ankete: {{form}}",
+ "edit_post_types": "Uređivanje anketa",
+ "field_add_option": "Dodati",
+ "field_add_other": "Add other",
+ "field_add_other_desc": "Allows entering a custom option that is not listed among the provided choices.",
+ "field_default": "Podrazumevano polje",
+ "field_key": "Polje ključa",
+ "field_type": "Vrsta polja",
+ "field_name": "Ime polja",
+ "field_options": "Opcije polja",
+ "field_key_placeholder": "polje ključa",
+ "field_name_placeholder": "Imenujte ovo polje",
+ "field_option_placeholder": "Opcija 1",
+ "field_required": "Ovo polje je obavezno",
+ "form_name": "Naziv",
+ "form_description": "Opis",
+ "forms": "Obrasci",
+ "form_stage_settings_saved": "Sačuvaj podešavanja",
+ "permission_public": "Javno",
+ "permission_admin": "Admin",
+ "permission_self": "Samo ja",
+ "post_type_settings": "Podešavanja ankete",
+ "post_step_settings": "Podešavanja zadataka",
+ "priority_changed": "Promeni prioritet",
+ "save_and_close": "Sačuvaj i zatvori",
+ "save_post_type": "Sačuvaj anketu",
+ "save_post_step": "Sačuvaj zadatak",
+ "saved_form": "Anketa je sačuvana.",
+ "select_language": "Select languages",
+ "step_delete": "Izbriši",
+ "step_name": "Naziv zadatka",
+ "step_rename": "Preimenuj",
+ "step_required": "Ovaj zadatak je obavezan",
+ "post_step": "Objava",
+ "type": "vrsta",
+ "visible_to": "Vidljivo",
+ "choose_language": "Choose language for translation",
+ "error_input_number": "Please input {{type}} type number"
+ },
+ "survey": {
+ "no_tasks": "No tasks",
+ "select_categories": "Select categories",
+ "select_related_post": "Select related post",
+ "no_fields": "No fields",
+ "select_color": "Select color",
+ "choose_survey": "Choose survey",
+ "marked_for_internal": {
+ "header": "Internal Use Only",
+ "body": "This task is marked for internal use only. It is not seen by users when they create a post."
+ },
+ "task_is_marked_as": {
+ "not_completed": "Task Complete? - Use toggle below",
+ "completed": "You have marked \"{{taskName}}\" Task as Completed!"
+ },
+ "delete_task": "Izbriši zadatak",
+ "duplicate_survey": "Duplikat",
+ "main_info": "Main info",
+ "internal_use_task": "Zadatak je samo za internu upotrebu",
+ "internal_use_task_desc": "Ovaj zadatak će biti vidljiv samo korisniku koji ima dozvolu za upravljanje pobjavom",
+ "duplicate_task": "Dvostruki zadatak",
+ "duplicate_option": "Duplicate option is present",
+ "special_characters_option": "This option contains special characters",
+ "show_this_task_to": "Pokažite ovaj zadatak svima kada bude objavljen",
+ "show_this_task_to_desc": "Kada se objavi odgovor ankete, biće prikazani podaci iz ovog zadatka.",
+ "survey_name": "Naziv ankete",
+ "describe_your_survey": "Opišite svoju anketu ...",
+ "describe_this_task": "Opišite ovaj zadatak ...",
+ "untitled_task": "Zadatak bez naslova",
+ "add_task": "Add task",
+ "title": "Naslov",
+ "field_allowed_relation_survey": "Dozvoljena ispitivanja",
+ "collect_image_caption": "Uključite polje opisa za slike",
+ "collect_media_caption": "Include caption field",
+ "disable_caption_field_explanation": "Ovo će onemogućiti i sakriti sve postojeće naslove za ovo polje, ali možete ih ponovo omogućiti u bilo kojem trenutku.",
+ "description": "Opis",
+ "task_description": "Opis zadatka",
+ "post_fields": "Polja objave",
+ "task_fields": "Polja zadatka",
+ "show_task": "Pokažite ovaj zadatak svima kada bude objavljen post",
+ "task_info": "Svakoj objavi možete dodati dodatne informacije, poput prevoda ili verifikacije, i dodeliti ih ljudima dodavanjem zadataka. Možete birati između unapred izgrađenih zadataka ili kreirati svoje od početka.",
+ "text_desc": "Rečenica ili manje",
+ "short_text": "Kratak tekst",
+ "long_text": "Dug tekst",
+ "number_decimal": "Broj (decimalno)",
+ "number_integer": "Broj (celi broj)",
+ "location": "Lokacija",
+ "date": "Datum",
+ "datetime": "Datum i vreme",
+ "select": "Izaberi",
+ "radio_button": "Radio dugme(ad)",
+ "checkbox": "Polje(a) za potvrdu",
+ "related_post": "Srodne objave",
+ "related_post_info": "Please note, the posts to relate to needs to be published, posts that are \"Under review\" will not appear in the search-results",
+ "upload_image": "Slika",
+ "upload_document": "Document",
+ "upload_audio": "Audio",
+ "embed_video": "Ugradi video",
+ "markdown": "Smanjenje",
+ "categories": "Kategorije",
+ "textarea_desc": "Više rečenica ili odlomaka",
+ "decimal_desc": "Broj sa devimalama",
+ "integer_desc": "Čitav broj",
+ "location_desc": "Geografska lokacija izabrana putem mape",
+ "date_desc": "Датум са годином, месецом, даном",
+ "datetime_desc": "Datum sa vremenom u satima i minutama",
+ "select_desc": "Opadajuća lista predmeta",
+ "radio_desc": "Omogućuje korisniku da odabere samo jednu od unaprijed definisanih skupova opcija",
+ "checkbox_desc": "Omogućuje korisniku da odabere jedan ili više od unaprijed definisanih skupova opcija.",
+ "relation_desc": "Kreirajte odnos između različitih anketa",
+ "upload_desc": "Omogućava unošenje slike(a) u objavu",
+ "audio_desc": "Allows audio file(s) to be uploaded to the post",
+ "document_desc": "Allows document(s) to be uploaded to the post",
+ "video_desc": "Omogućuje umetanje video zapisa Youtube ili Vimeo u objavu",
+ "maximum_upload_size" : "Maximum Upload Size",
+ "small_upload_size" : "Small",
+ "medium_upload_size" : "Medium",
+ "large_upload_size" : "Large",
+ "markdown_desc": "Omogućava upotrebu sintaksa za obeležavanje da stilišu sadržaj polja.",
+ "tasks": "Zadaci",
+ "task_visible_when_published": "Ovaj zadatak će biti vidljiv kada bude objavljen post.",
+ "show_field_description": "Dodajte opis polja (neobvezno):",
+ "add_field": "Add {{fieldType | lowercase}} field",
+ "edit_field": "Edit {{fieldType | lowercase}} field",
+ "build": "Izgradi",
+ "configure": "Konfigurišite",
+ "require_section": "Require this task be completed before a post can be visible to the public",
+ "hide_author_information": "Hide author information",
+ "hide_author_information_desc": "Only people with permission to edit responses will be able to see who submitted them; and only when editing them.",
+ "hide_location_information": "Hide exact location information",
+ "hide_location_information_desc": "Only people with permission to edit responses will be able to see exact locations. Other people will see rounded locations. The location will be accurate to {{precision}}km.",
+ "hide_time_information": "Hide exact time information",
+ "hide_time_information_desc": "Only people with permission to edit responses will be able to see exact time submitted. Other people will see only the date.",
+ "share": "Share",
+ "task_name": "Task name",
+ "required_field": "Required",
+ "required": "Required",
+ "required_desc": "Require this task be completed before a post can be visible to the public.",
+ "require_field_desc": "Require this field be completed",
+ "name_this_task": "Name this task...",
+ "require_review": "Require posts to be reviewed before they're published",
+ "require_review_desc": "New responses to this survey will be put 'under review', and therefore not immediately visible to the public. Users with permission to review the response can review and 'publish' them, which would then make them visible to everyone.",
+ "require_task": "Required",
+ "make_response_private": "Make responses private",
+ "response_private_desc": "Only people with permission to edit responses can see responses to this field",
+ "require_task_desc": "Require this task be completed before a post can be visible to the public",
+ "survey_permissions": "Survey permissions",
+ "only_edit": "Only people with permission to edit responses will be able to see responses to this field.",
+ "who_can_add": "Who can add to this survey",
+ "survey_field": "Polje ankete",
+ "choose_survey_field": "Choose what should be assigned to each survey field",
+ "choose_survey_field_desc": "Each of the survey's fields are listed below. Choose the data from {{datasource_type}} that you'd like to use to populate each of those fields.",
+ "who_can_contribute_to_task": "Who can contribute to fields in this task",
+ "view_detail": "Detail",
+ "no_options_for_this_field": "No options for this field",
+ "add_options_first": "Add options first",
+ "delete": {
+ "desc": "If you delete this survey, all of its posts will also be deleted. Proceed with caution.",
+ "delete": "Delete survey",
+ "delete_this": "Izbrišite ovu anketu",
+ "delete_this_field": "Delete this field",
+ "delete_field": "Delete field",
+ "desc_field": "If you delete this field, all of the data that was collected within it will also be deleted. Proceed with caution."
+ },
+ "name": "Naziv ankete",
+ "color": {
+ "color": "Boja",
+ "hex": "Hex value",
+ "red": "Red",
+ "gold": "Gold",
+ "blue": "Blue",
+ "green": "Green"
+ },
+ "who": "Who can see this?",
+ "task": {
+ "delete": {
+ "desc": "If you delete this task, all of the data captured in it will also be deleted. Proceed with caution.",
+ "delete": "Izbriši zadatak",
+ "delete_this": "Delete this task"
+ }
+ },
+ "fields": {
+ "fields_title": "Fields",
+ "validation": {
+ "required": "Required fields are missing, these fields are marked with an *.",
+ "special_characters": "{{name}} field contains special characters"
+ }
+ },
+ "targeted_survey": {
+ "title": "Create a new targeted survey",
+ "description": "Send questions via SMS to a list of those phone numbers.",
+ "name_title": "Name your survey",
+ "name": "Naziv ankete",
+ "description_title": "Survey Description",
+ "audience_title": "Choose your audience",
+ "add_questions_title": "Add your questions",
+ "add_questions_description": "We will send each question as a separate SMS. After someone responds, we will send the next question in the survey.",
+ "add_another": "Add another question...",
+ "add_a_question": "Add a question...",
+ "edit_title": "Edit question",
+ "new_question_title": "New Question",
+ "question_text": "Question text",
+ "question_description": "This is what users will see when they go to your survey.",
+ "sample_question": "Sample question: Hi there! How are you feeling today? Your response is free.",
+ "char_remains": "{{remaining}}/160 characters remaining",
+ "publish": "Publish survey",
+ "delete": "Izbriši",
+ "send_to_old_number_warning": "If you are messaging a number that you have messaged in the past, that person's responses will always apply to the most recent survey. They will no longer be able to reply to previous unanswered survey questions.",
+ "publish_description_many": "We will send {{questions}} questions to {{numbers}} people via SMS for a total of {{total_sms_messages}} messages. Your telecommunications provider will charge you for each message. Please be careful about the costs you will incur by sending this survey. This action cannot be undone.",
+ "publish_description_one_question": "We will send {{questions}} question to {{numbers}} people via SMS for a total of {{total_sms_messages}} messages. Your telecommunications provider will charge you for each message. Please be careful about the costs you will incur by sending this survey. This action cannot be undone.",
+ "publish_description_one_number": "We will send {{questions}} questions to {{numbers}} person via SMS for a total of {{total_sms_messages}} messages. Your telecommunications provider will charge you for each message. Please be careful about the costs you will incur by sending this survey. This action cannot be undone.",
+ "publish_description_one_number_one_question": "We will send {{questions}} question to {{numbers}} person via SMS for a total of {{total_sms_messages}} message. Your telecommunications provider will charge you for each message. Please be careful about the costs you will incur by sending this survey. This action cannot be undone.",
+ "question_warning": "You must enter at least 1 question.",
+ "publish_warning": "Are you sure you ant to send this SMS survey?",
+ "publish_notification_many": "{{messages}} messages will be sent as part of this survey. You will be charged for these messages by your telecommunications provider",
+ "publish_notification_one": "{{messages}} message will be sent as part of this survey. You will be charged for that message by your telecommunications provider",
+ "hide_responders": "Hide information about responders",
+ "hide_responders_desc": "The phone numbers of the people who respond to your questions remain hidden from the public site. Only the team members with edit permissions will be able to see them.",
+ "notification_button": "View survey in datamode",
+ "name_warning": "You must give your survey a name.",
+ "description_warning": "You must give your survey a description.",
+ "send_to_person": "Targeted: Send this survey to {{recipientCount}} person via SMS",
+ "send_to_people": "Targeted: Send this survey to {{recipientCount}} people via SMS",
+ "country_code": "Country Code",
+ "country_code_error": "You must select a country.",
+ "select_country": "Select Country",
+ "phone_numbers": "Phone Numbers",
+ "phone_number_warning": "You must enter at least 1 phone number.",
+ "one_repeat_alert": "We removed a total of {{repeatCount}} repeat number from your list.",
+ "multi_repeat_alert": "We removed a total of {{repeatCount}} repeat numbers from your list.",
+ "multi_number_error": "Of the {{total}} phone numbers you entered, we noticed problems with {{bad}} of them. Please correct the phone numbers below and continue. Numbers must match the selected country's formatting rules.",
+ "one_number_error": "Of the {{total}} phone numbers you entered, we noticed problems with {{bad}} of them. Please correct the phone number below and continue. Numbers must match the selected country's formatting rules.",
+ "multi_numbers_good": "These {{good_numbers}} numbers look fine.",
+ "one_number_good": "This {{good_numbers}} number looks fine.",
+ "question_error": "You must add at least one question.",
+ "phone_number_instructions": "Please type in the phone numbers you'd like to contact. You must place a comma between each phone number.",
+ "targeted_survey": "Targeted Survey",
+ "targeted_survey_desc": "We sent this survey via SMS",
+ "sent_messages": "We have sent {{totalSent}} messages, and",
+ "sent_message": "We have sent {{totalSent}} message, and",
+ "received_responses": "you have received {{responses}} responses",
+ "received_response": "you have received {{responses}} response",
+ "recipients_count": "from {{recipients}} recipients so far.",
+ "recipient_count": "from {{recipients}} recipient so far.",
+ "error_message": "An error occurred while trying to save your targeted survey",
+ "error_contacts": "Some of the numbers you provided failed, please check your numbers and try again",
+ "pending_messages": "We are processing {{totalPending}} messages.",
+ "pending_message": "We are processing {{totalPending}} message.",
+ "cancel": "Otkaži"
+ }
+ },
+ "global_filter": {
+ "filter": "Filter",
+ "categories": {
+ "categories": "Kategorije",
+ "all_categories": "sve kategorije"
+ },
+ "post_types": {
+ "post_types": "Ankete",
+ "all_types": "Sve vrste",
+ "unstructured": "Nestrukturiran"
+ },
+ "post_statuses": {
+ "post_statuses": "Status",
+ "all_statuses": "Bilo koji status",
+ "draft": "Nacrt",
+ "published": "Objavljeno"
+ },
+ "post_stages": {
+ "post_stages": "Trenutni zadatak",
+ "all_stages": "Svi zadaci"
+ },
+ "collections": {
+ "collections": "Zbirka",
+ "all_collections": "Sve kolekcije",
+ "search_collections": "Pretražite zbirke"
+ },
+ "sorting": "Sorting",
+ "sort": {
+ "order": {
+ "filter_type_tag": "Poruči",
+ "desc": "Najnoviji prvi",
+ "asc": "Prvo najstarije"
+ },
+ "orderby": {
+ "post_date": "Datum objave",
+ "created": "Datum kreiranja",
+ "updated": "Datum je ažuriran"
+ },
+ "unlockedOnTop": {
+ "filter_type_tag": "Otključane objave na vrhu"
+ }
+ },
+ "filter_tabs": {
+ "order": "Poruči",
+ "order_group": {
+ "orderby": {
+ "post_date": "Datum objave",
+ "created": "Datum kreiranja",
+ "updated": "Datum ažuriran"
+ },
+ "order": {
+ "desc": "Najnoviji prvi",
+ "asc": "Prvo najstarije"
+ },
+ "unlocked_on_top_yes": "Da",
+ "unlocked_on_top_no": "Ne"
+ },
+ "orderby": "Poređaj prema",
+ "order_unlocked_on_top": "Otključane objave na vrhu",
+ "savedsearch": "Sačuvana pretraga",
+ "saved_search": "Sačuvana pretraga",
+ "q": "Ključna reč",
+ "created_after": "Datum početka",
+ "created_before": "Krajnji datum",
+ "date_after": "Datum početka",
+ "date_before": "Krajnji datum",
+ "center_point": "Lokacija",
+ "tags": "Kategorija",
+ "form": "Anketa",
+ "current_stage": "Trenutni zadatak",
+ "set": "Zbirka",
+ "status": "Status",
+ "expires": "Expires",
+ "download": "Download",
+ "location_value": "U krugu od {{km}} km od {{value}}",
+ "visible_to": "Vidljivo",
+ "user": "Korisnik",
+ "has_location": "Objava-lokacija",
+ "all_posts": "Prikaži sve postove",
+ "unmapped": "Prikaži neopisane postove",
+ "mapped": "Prikaži objave sa lokacijom",
+ "source": "Izvor"
+ },
+ "unmapped_start_one": "Postoji",
+ "unmapped_start_many": "Postoji",
+ "unmapped_one": "{{post_nb}} post",
+ "unmapped_many": "{{post_nb}} posts",
+ "unmapped_end": "nije prikazano ovde jer ne sadrže podatke o lokaciji.",
+ "unmapped_none": "No posts without location information.",
+ "more": "Više",
+ "keyword": "Ključna reč",
+ "start_date": "Datum početka",
+ "start_date_placeholder": "25. januara 2014.",
+ "end_date": "Krajnji datum",
+ "end_date_placeholder": "25. aprila 2014.",
+ "location": "Lokacija",
+ "location_placeholder": "Unesite grad ili adresu",
+ "city_or_address": "City or address",
+ "viewing_mode": "Viewing mode",
+ "within_km": "U sklopu",
+ "km": "km",
+ "within_km_placeholder": "Udaljenost",
+ "option_1": "unutar 1 km",
+ "option_2": "unutar 10 km",
+ "option_3": "unutar 50 km",
+ "option_4": "unutar 100 km",
+ "option_5": "unutar 500 km",
+ "option_6": "within 100 km",
+ "option_7": "within 500 km",
+ "restore_defaults": "Vrati podrazumevane vrednosti",
+ "apply_filters": "Primeniti",
+ "save_to_set": "Sačuvaj u podešavanje",
+ "search": "Search",
+ "date_range": "Raspon datuma",
+ "who_its_visible_to": "Kome je to vidljivo",
+ "status": "Status",
+ "source": "Izvor",
+ "saved_filters": "Saved filters",
+ "saved_filter": "Saved filter",
+ "no_saved_filters": "No saved filters. Saved filter(s) will appear here for you to select once made available.",
+ "save_new_filter": "Save new filter",
+ "clear_all_filters": "Clear all filters",
+ "delete_this_saved_filter": "Are you sure you want to delete this saved filter?"
+ },
+ "graph": {
+ "all_posts": "Ništa; Prikaži sve postove",
+ "all": "Sve vreme",
+ "compare": "Uporedite ...",
+ "compare_all": "Uporediti...",
+ "compare_status": "Uporedite status",
+ "compare_tags": "Uporedite kategorije",
+ "compare_form": "Uporedite ankete",
+ "compare_": "Uporedi",
+ "created": "Vreme kreiranja",
+ "cumulative": "Prikaži kumulativne iznose",
+ "cumulative_post_count": "Ukupan broj poruka",
+ "custom": "Prilagođeni raspon datuma",
+ "custom_display": "{{start || 'Beginning'}} do {{end || 'Now'}}",
+ "group_by_placeholder": "Grafikon",
+ "new_post_count": "Nove objave",
+ "none": "Nijedan",
+ "no_data": "Nema aktivnosti za prikazivanje",
+ "post_count": "Broj objava",
+ "post_date": "Datum kreiranja objave",
+ "select_one": "Izaberite jedan",
+ "week": "Ove nedelje",
+ "month": "Ovog meseca",
+ "updated": "Ažurirano vreme"
+ },
+ "message": {
+ "button": {
+ "dismiss": "Obustavi",
+ "upgrade": "Nadogradi sada",
+ "default": "Uredu",
+ "cancel": "Otkaži"
+ }
+ },
+ "modal": {
+ "button": {
+ "close": "Zatvori",
+ "done": "Done"
+ },
+ "donation": {
+ "thank_you_for_your_donation_start": "Web monetization is enabled on this website. Thank you for your donation. You have donated",
+ "thank_you_for_your_donation_end": "so far",
+ "web_monetization_text": "Ushahidi deployments are now web monetization enabled. Web monetization is a way of supporting the websites you love without playing advertisers game. All you need is to get your browser setup. Click the link below to learn how you can donate.",
+ "how_can_i_donate": "How can I donate?"
+ }
+ },
+ "nav": {
+ "open_menu": "Open menu",
+ "my_account": "My account",
+ "404": "Ups",
+ "about": "U вези са",
+ "activity": "Aktivnost",
+ "add_post": "Dodaj objavu",
+ "account_settings": "Podešavanja naloga",
+ "alerts": "Upozorenja",
+ "all": "Sve",
+ "author_tagline": "Autor {{author}}",
+ "appearance": "Izgled",
+ "back": "Nazad",
+ "category": "Kategorija",
+ "categories": "Kategorije",
+ "clear": "Raščisti",
+ "collections": "Zbirka",
+ "comments": "Komentari",
+ "data_sources": "Izvori podataka",
+ "data_import": "Uvoz podataka",
+ "deployment_not_found": "Deployment Not Found",
+ "deselect": "Poništi izbor",
+ "edit_profile": "Izmenite profil",
+ "edit_post_type": "Uredi anketu",
+ "everyone": "Svako",
+ "export": "Izvezi",
+ "forbidden": "Pristup odbijen",
+ "dashboard": "Komandna tabla",
+ "delete": "Izbriši",
+ "edit": "Uredi",
+ "filters": "Filteri",
+ "forgotyourpassword": "Zaboravili ste lozinku?",
+ "resetpassword": "Resetuj šifru",
+ "resetmypassword": "Resetuj moju šifru",
+ "forms": "Obrasci",
+ "help": "Pomo'",
+ "home": "Kući",
+ "login": "Prijavite se",
+ "logout": "Odjavit se",
+ "login_register": "Log in / Sign up",
+ "help_support": "Help & Support",
+ "registration": "Prijavi se",
+ "register": "Prijavi se",
+ "map_settings": "Podešavanja mape",
+ "more": "Više",
+ "notifications": "Obaveštenja",
+ "receive_notifications": "Receive notifications",
+ "only_author": "Samo autor",
+ "only_you": "Samo ti",
+ "people": "Ljudi",
+ "permissions": "Dozvole",
+ "plan_settings": "Plan",
+ "please_wait_loading": "Sačekajte. Učitavanje ...",
+ "plugins": "Dodaci",
+ "posts": "Objave",
+ "posts_and_entities": "Ankete",
+ "profile": "Moj profil",
+ "role": "Uloga",
+ "roles": "Uloge",
+ "webhook": "Web-kukica",
+ "webhooks": "Web-kukice",
+ "saved_searches": "Saved Searches",
+ "search": "Pretraga",
+ "select_all": "Select all",
+ "selected_items": "{{selectedItems}} selected",
+ "settings": "Settings",
+ "survey_settings": "Survey settings",
+ "tags": "Categories",
+ "today": "Today",
+ "general": "General Settings",
+ "type": "Type",
+ "unknown": "Unknown",
+ "unselect_all": "Unselect All",
+ "user": "User",
+ "users": "Korisnici",
+ "views": "Views",
+ "yesterday": "Yesterday",
+ "map": "Map",
+ "data": "Data",
+ "feed": "Data"
+ },
+ "views": {
+ "map": "Map",
+ "list": "Vremenska linija",
+ "activity": "Aktivnost",
+ "data": "Data"
+ },
+ "share": {
+ "share_deployment": "Share deployment",
+ "share_post": "Share post",
+ "web_address": "You survey's web address",
+ "embed_on_websites": "HTML embed on websites",
+ "copied": "Copied!",
+ "share_on_twitter": "Share on Twitter",
+ "share_on_facebook": "Share on Facebook"
+ },
+ "post": {
+ "post_count": "{{count}} objava",
+ "see_more_plural": "Pogledajte {{newPostsCount}} novih objava",
+ "see_more_singular": "Pogledajte {{newPostsCount}} novih objava",
+ "add_to_form": "Dodaj u {{form}}",
+ "posts": "Objave",
+ "post_title": "Post title",
+ "post_desc": "Post description",
+ "there_are_no_posts": "Nema objava",
+ "in_this_deployment": "još u ovom rasporedu.",
+ "posts_total": "{{posts}}od {{total_nb}} objava",
+ "posts_total_map": "Displaying {{posts}} of {{total_nb}} posts with location information on the map.",
+ "search_results": "Results:",
+ "by": "Od strane",
+ "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": "Zadatak završen",
+ "everyone": "Svako",
+ "just_you": "Samo ti",
+ "specific_roles": "Specifične uloge ...",
+ "can_see_this": "mogu videti ovo",
+ "add_post_type": "Dodajte {{form_name}}",
+ "edit_post_type": "Izmenite {{form_name}}",
+ "post": "Objava",
+ "message": "Poruka",
+ "message_thread": "Tema poruke",
+ "all_posts": "All posts",
+ "no_search_results": "Vaša pretraga nije odgovarala nijednoj objavi",
+ "no_search_results_location": "Your search didn't match any posts with location information",
+ "no_posts_yet": "Još nema objava!",
+ "no_posts_yet_location": "There are no posts with location information yet!",
+ "add_first_post": "Dodajte prvu objavu",
+ "create_post": "Kreirajte objavu",
+ "create": "Kreiraj",
+ "change": "Izmena",
+ "posted_by": "Objavio",
+ "draft": "U razmatranju",
+ "archived": "Arhivirano",
+ "edited_by": "Uredio",
+ "export": "Izvezi",
+ "select_all": "Izaberi sve",
+ "unselect_all": "Poništi sve",
+ "per_page": "{{count}} objava",
+ "post_details": "Detalji objave",
+ "steps": "Zadaci ove objave",
+ "mark_complete": "Označi kao završeno",
+ "complete": "Završeno",
+ "type_details": "{{type}} Detalji",
+ "edit_post": "Uređivanje objave",
+ "history": "Istorija",
+ "hide_form": "Sakri {{form}}",
+ "hide_unknown_form": "Sakrij nepoznato",
+ "publish": "Objavi u ...",
+ "publish_for_you": "Tebe",
+ "publish_for_everyone": "Svako",
+ "published": "Objavljeno",
+ "unpublished": "Neobjavljeno",
+ "published_by": "Objavio",
+ "can_see_this_post": "mogu da vidim ovu objavu",
+ "categories": "Categories",
+ "status": "Status",
+ "type": "Type",
+ "view": "View",
+ "step": "Task",
+ "update": "Update",
+ "options": "Opcije",
+ "complete_draft": "Complete (Draft)",
+ "complete_published": "Complete (Published)",
+ "structure": "Structure",
+ "source": "via {{source}}",
+ "visible_to_public": "This post is visible to the public",
+ "visible_to_you": "This post is visible to just you and admins",
+ "visible_to_roles": "This post is visible to {{roles}}",
+ "show_only_form": "Show only {{form}}",
+ "show_only_unknown_form": "Show only Unknown",
+ "delete_post": "Delete post",
+ "delete_this_post": "Delete this post",
+ "delete_post_desc": "If you delete this post, all of its comments will also be deleted. Proceed with caution.",
+ "read_more": "Read more",
+ "post_actions": {
+ "edit": "Uredi",
+ "delete": "Izbriši",
+ "export": "Izvezi",
+ "put_under_review": "Put under review",
+ "archive": "Archive",
+ "publish": "Publish"
+ },
+ "created_at": "Created at",
+ "updated_at": "Last updated at",
+ "author": "Author",
+ "post_date": "Post date",
+ "change_author": "Change author",
+ "status_published": "Published",
+ "status_review": "Under review",
+ "status_archived": "Archived",
+ "unknown_posts": "Unknown posts",
+ "my_posts": "My posts",
+ "unstructured_posts": "Unstructured posts",
+ "published_posts": "Published posts",
+ "all_posts_desc": "All posts",
+ "published_posts_desc": "All published posts",
+ "unstructured_posts_desc": "Unstructured posts",
+ "my_posts_desc": "Your posts",
+ "unknown_posts_desc": "Posts with no assigned survey",
+ "image_is_required": "Image is required",
+ "image_max_size": "Image exceed max file size",
+ "locking": {
+ "unlocked": "Post successfully unlocked",
+ "unlock": "Unlock",
+ "lock_broken_by_other": "Your Post has been unlocked. Your current unsaved changes will be lost.",
+ "locked_message": "The post is locked because {{ user }} is working on it right now. Try editing a different post.",
+ "locked_tooltip": "This post is being edited by someone else. Please try again later."
+
+ },
+ "modify": {
+ "intro": "Select survey:",
+ "no_task_values": "There are currently no saved values for this task.",
+ "create_type": "Create {{type}}",
+ "edit_type": "Edit {{type}}: {{title}}",
+ "add_a_post": "Add a post",
+ "add_to_survey": "Add to this survey",
+ "edit_post": "Edit {{title}}",
+ "change_type": "Change type",
+ "incomplete_step": "To publish a post all required tasks must be marked as complete. The required task {{stage}} has not yet been marked complete",
+ "save_post": "Save Post",
+ "publish": "Publish to...",
+ "publish_to": "Publish to {{role}}",
+ "published_to": "Published to {{role}}",
+ "unpublish": "Revert to Draft",
+ "everyone": "Svako",
+ "back": "Back",
+ "contact_info": "Enter your contact info (optional)",
+ "author_realname": "Naziv",
+ "author_email": "Email Address",
+ "bulk_actions": "Bulk Actions",
+ "form": {
+ "categories": "Categories",
+ "description": "Opis",
+ "location": "Location",
+ "title": "Title",
+ "link": {
+ "name": "Link Name",
+ "url": "Link url",
+ "add_link": "Add Link"
+ }
+ }
+ },
+ "preview": {
+ "private": "private",
+ "public": "public",
+ "read_more": " ... Read More",
+ "tags": "Categories",
+ "post_actions": {
+ "post_actions": "Post Actions",
+ "select": "select",
+ "edit": "edit",
+ "set": "set",
+ "publish": "publish",
+ "unpublish": "unpublish",
+ "delete": "delete"
+ }
+ },
+ "messages": {
+ "by_sms": "SMS-om",
+ "by_email": "E-poštom",
+ "by_twitter": "Pomoću Twitter-a",
+ "reply": "Odgovor na temu poruke",
+ "send": "Pošalji novu poruku",
+ "save": "Sačuvaj",
+ "simple_send": "Poslati",
+ "title": "Razgovor sa autorom",
+ "associated_messages": "Погледајте поруке повезане са овим постом",
+ "show_only_incoming": "Prikaži samo {{provider}} koji još nije dodeljen anketi",
+ "imported_by": "{{messages}} uvezene ovom implementacijom",
+ "Twitter": "twitter",
+ "Email": "e-mail",
+ "SMS": "SMS",
+ "previous_page": "<< Previous page",
+ "next_page": "Next page >>",
+ "empty_message_error": "You must add a message",
+ "no_messages": "There are no messages yet. Start a conversation with the author by sending a message below."
+ },
+ "valid": {
+ "no_changes": "You haven’t made any changes",
+ "invalid_state": "This post is currently in an invalid state. You'll need to complete all required tasks before you can re-publish this post. You can either complete the necessary tasks or give your post a different status, like \"under review.\"",
+ "validation_fail": "Required fields are missing, these fields are marked with an *.",
+ "validation_fail_other": "There was an error validating the data. Fields failing validation will display an error.",
+ "title": {
+ "required": "A title is required",
+ "minlength": "Title is too short",
+ "maxlength": "Title is too long"
+ },
+ "label": {
+ "required": "A name is required"
+ },
+ "content": {
+ "required": "Opis ne može biti prazan"
+ },
+ "tags": {
+ "required": "Categories are required"
+ },
+ "values": {
+ "required": "\"{{label}}\" is required",
+ "parse": "\"{{label}}\" could not be parsed",
+ "date": "\"{{label}}\" must be a date",
+ "number": "\"{{label}}\" must be a number",
+ "step": "\"{{label}}\" must be an integer"
+ },
+ "author_name": {
+ "maxlength": "Name is too long"
+ },
+ "author_email": {
+ "email": "Invalid email"
+ }
+ },
+ "media": {
+ "enter_a": "Enter a",
+ "youtube": "Youtube",
+ "current_url": "Current image",
+ "add_caption": "Add caption",
+ "upload": "Upload",
+ "add_photo": "Add photo",
+ "add_audio": "Add audio",
+ "add_document": "Add document",
+ "retry" : "Retry",
+ "delete_photo": "Delete photo",
+ "replace_image": "Replace image",
+ "error_in_upload": "Your image is too large (maximum size is 1MB) or has the wrong format (allowed formats are gif, png, jpg and jpeg), please check and try again!",
+ "messages": {
+ "max_size" : "Your file is too large.",
+ "max_files" : "You have exceeded the maximum number of files.",
+ "required" : "Media is required.",
+ "invalid_type" : "Unsupported file type."
+ },
+ "status" : {
+ "uploading" : "Uploading...",
+ "upload_complete" : "Upload Complete!",
+ "upload_failed" : "Upload failed!"
+ }
+ },
+ "video": {
+ "enter_a_url": "Enter a video URL from Youtube or Vimeo."
+ },
+ "unstructured": {
+ "add_survey": {
+ "info": "This post hasn't yet been assigned to a survey within your deployment. That's because it was submitted via {{source}}, which doesn't provide a way for the author to add their post to a specific survey.",
+ "choose": "Which survey would you like to add this post to?",
+ "title": "Add this post to a survey",
+ "save_and_edit": "Add to survey & edit"
+ },
+ "survey_title": "Unknown Survey"
+ },
+ "relation": {
+ "search": "Pretraga"
+ },
+ "location": {
+ "location": "Location",
+ "you_can_search_or_click": "You can search or click the area of map where you want to place the marker.",
+ "search_address": "Tražite adrese, imena mesta ili koordinate ...",
+ "nothing_found": "Nothing found",
+ "errors": {
+ "empty_lat": "Latitude is empty field",
+ "empty_lng": "Longitude is empty field",
+ "decimal_lat": "Latitude only decimal number",
+ "decimal_lng": "Longitude only decimal number"
+ }
+ }
+ },
+ "role": {
+ "are_you_sure_you_want_to_delete_role": "Are you sure you want to delete role {{roleName}}?",
+ "add_role": "Dodaj ulogu",
+ "edit_role": "Uredi ulogu",
+ "name": "Naziv",
+ "description": "Opis",
+ "placeholder": {
+ "name": "Enter role name",
+ "description": "Enter role description"
+ },
+ "save": "Sačuvaj ulogu",
+ "save_add_another": "Sačuvaj i dodaj sledeće",
+ "permissions": "Dozvole",
+ "delete": "Izbriši",
+ "delete_role": "Izbrišite ovu ulogu",
+ "delete_role_desc": "Ako izbrišete ovu ulogu, svim korisnicima koji su joj dodeljeni biće dodeljena uobičajna odobrenja. Nastavite sa oprezom.",
+ "everyone": "Svako",
+ "just_you": "Samo ti",
+ "only_me": "Only me"
+ },
+ "webhook": {
+ "add_webhook": "Add Role",
+ "edit_webhook": "Edit Role",
+ "uuid": "Web kukica UUID",
+ "name": "Naziv",
+ "shared_secret": "Deljenje skriveno",
+ "url": "API URL",
+ "entity_type": "Tip entiteta",
+ "event_type": "Vrsta događaja",
+ "save": "Sačuvaj ulogu",
+ "save_add_another": "Sačuvaj i dodaj sledeće",
+ "delete": "Izbriši",
+ "delete_webhook": "Izbriši ovaj web kukicu",
+ "delete_webhook_desc": "Ako izbrišete ovu web-kukicu, svi pridruženi događaji web-kuke bi će izgubljeni. Nastavite oprezno."
+ },
+ "saved_search": {
+ "visible_to_public": "Ova sačuvana pretraga je javno vidljiva",
+ "visible_to_you": "Ova sačuvana pretraga vidljiva je samo vama i administratorima",
+ "visible_to_roles": "Ova sačuvana pretraga je vidljiva za {{roles}}",
+ "featured": "Istaknut",
+ "featured_tooltip": "Istaknute pretrage pojavljuju se svim korisnicima u
meniju „Sačuvana pretraživanja“"
+ },
+ "collection": {
+ "visible_to_public": "Ova zbirka je javno vidljiva",
+ "visible_to_you": "This Collection is visible to just you and admins",
+ "visible_to_roles": "Ova kolekcija je vidljiva za {{roles}}",
+ "validation": {
+ "required": {
+ "name": "Collection name is required"
+ }
+ },
+ "errors": {
+ "permissions": "You do not have permission to view this collection"
+ }
+ },
+ "set": {
+ "by": "Od strane",
+ "clear_search": "Očisti pretragu",
+ "create_collection": "Kreiraj zbirku",
+ "create_new": "Kreiraj novo",
+ "create_savedsearch": "Kreirajte sačuvanu pretragu",
+ "description": "Opis",
+ "delete_collection": "Izbrišite ovu kolekciju",
+ "delete_savedsearch": "Izbrišite ovu sačuvanu pretragu",
+ "default_viewing_mode": "Podrazumevani režim pregleda",
+ "edit_collection_settings": "Uredi zbirku",
+ "edit_search_settings": "Uređivanje sačuvane pretrage",
+ "featured": "Istaknut",
+ "featured_collection": "Ova kolekcija je predstavljena",
+ "featured_collection_tooltip": "Predstavljene kolekcije pojavljuju se svim korisnicima u
meniju „Zbirke“",
+ "find_a_collection": "Pronađi kolekciju ...",
+ "find_a_saved_search": "Pronađite sačuvanu pretragu ...",
+ "delete_saved_searches": "Obrisati sačuvane pretrage",
+ "add_to_collection": "Dodaj u kolekciju",
+ "empty_list_collections": "Nema zbirke",
+ "empty_list_savedsearches": "Nema sačuvanih pretraga",
+ "collection_name": "Naziv kolekcije",
+ "name_your_collection": "Dajte naziv svojoj kolekciji ...",
+ "name_savedsearch": "Sačuvan naziv pretrage",
+ "visible_to_collection": "Ko može videti ovu kolekciju",
+ "visible_to_savedsearch": "Ko može videti sačuvane pretrage",
+ "reset_savedsearch": "Resetuj pretragu",
+ "save_set": "Sačuvaj zbirku",
+ "save_savedsearch": "Sačuvaj pretragu",
+ "update_savedsearch": "Ažuriraj pretragu",
+ "edit_savedsearch": "Uređivanje pretrage",
+ "set_settings": "Podešavanja kolekcije",
+ "add_notification": "Dodaj obaveštenje",
+ "remove": "ukloniti",
+ "update_saved_filter": "Update Saved Filter",
+ "create_saved_filter": "Create Saved Filter",
+ "collection_saved": "Collection saved.",
+ "collection_updated": "Collection updated.",
+ "collection_description": "You can add posts to your collection from the Data view"
+ },
+ "category": {
+ "add_tag": "Dodaj kategoriju",
+ "save_add_another": "Sačuvaj i dodaj sledeće",
+ "delete_category": "Izbriši kategoriju",
+ "delete_this_category": "Izbriši ovu kategoriju",
+ "delete_category_desc": "Ako izbrišete ovu kategoriju ona više neće biti povezana sa bilo kojim objavama. Nastavite sa oprezom.",
+ "show_categories": "Prikaži dostupne kategorije",
+ "child_permissions": "Dozvolama za ovu kategoriju upravlja matična kategorija.",
+ "which_categories": "Which categories should be available?",
+ "select_all": "Izaberi sve",
+ "choose_roles": "Izaberite uloge",
+ "create_tag": "Kreirajte kategoriju",
+ "saved_tag": "Kategorija je sačuvana.",
+ "deleted_tags": "Kategorije su izbrisane",
+ "manage_tags": "Upravljanje kategorijama",
+ "edit_tag": "Uredi kategoriju",
+ "validation": {
+ "required": {
+ "name": "Category name is required"
+ }
+ },
+ "editor": {
+ "name": "Naziv kategorije",
+ "slug": "Link kategorije",
+ "slug_help": "Ako ostane prazno, automatski će se generirati iz naziva kategorije.",
+ "description": "Opis",
+ "type": "Vrsta",
+ "color": "Boja ikona",
+ "icon": "Naziv ikone",
+ "roles_help": "Samo odabrane uloge će moći da pregledaju ovu kategoriju."
+ },
+ "placeholder": {
+ "name": "Enter name",
+ "descriptions": "Enter description...",
+ "choose_parent_category": "Choose parent category..."
+ },
+ "types": {
+ "category": "Kategorija",
+ "status": "Status"
+ },
+ "delete": "Izbriši",
+ "parent_category": "Parent category"
+ },
+ "tool": {
+ "manage_forms": "Upravljajte obrascima",
+ "manage_tags": "Upravljanje kategorijama",
+ "manage_users": "Upravljanje korisnicima",
+ "manage_roles": "Upravljajte ulogama",
+ "manage_webhooks": "Upravljanje Web kukice",
+ "manage_views": "Upravljanje prikazima",
+ "manage_map_settings": "Upravljanje podešavanjima mape",
+ "manage_appearance_settings": "Upravljanje podešavanjima izgleda",
+ "manage_plugins": "Upravljanje dodacima",
+ "appearance_settings": "Podešavanja izgleda",
+ "map_settings": "Podešavanja mape",
+ "site_settings": "Podešavanja sajta",
+ "settings": "Podešavanja",
+ "tools": "Alati"
+ },
+ "map_settings": {
+ "admin_map_settings": "Podešavanja mape",
+ "saved_map_settings": "Podešavanja mape su sačuvana."
+ },
+ "settings": {
+ "api_key": "API ključ",
+ "api_key_desc": "API ključ je jedinstven za vašu implementaciju, može se koristiti da sistemima trećih strana omogući interakciju sa vašom Ushahidi implementacijom.",
+ "appearance": "Podešavanja izgleda",
+ "continue": "Nastavi",
+ "create": "Kreirajte novu anketu",
+ "create_open_or_targeted": "Napravite otvorenu ili ciljanu anketu da biste prikupili informacije o Ushahidi.",
+ "current_header": "Trenutna pozadinska slika",
+ "customize_your_new_deployment": "Prilagodite vašoj novoj primeni",
+ "embed": "Ugrađivanje",
+ "embed_info": "Da biste mapu ugradili na drugu veb lokaciju, koristite isječak koda u nastavku.",
+ "settings_list": {
+ "general": "Opšte",
+ "general_desc": "Promenite naziv, opis, logotip i druge detalje vašeg rasporeda.",
+ "surveys": "Ankete",
+ "surveys_desc": "Kreirajte i konfigurišite ankete koje vaša implementacija sakuplja.",
+ "data_sources": "Izvori podataka",
+ "data_sources_desc": "Konfigurišite e-poštu, SMS i kanale društvenih medija koji će pomoći u vašoj implementaciji sakupljanja podatke iz ankete.",
+ "import": "Uvoz",
+ "import_desc": "Otpremite podatke ankete u vašu implementaciju iz CSV datoteke.",
+ "user_settings": "Konfigurišite HDX API",
+ "user_settings_desc": "Konfigurišite svoj API tako da se vaši Ushahidi označeni podaci mogu preneti na vaš nalog za Humanitarnu razmenu podataka (HDX).",
+ "export": "Izvezi podatke",
+ "export_hxl": "Izvoz i označavanje podataka",
+ "export_desc_hxl": "Izvezite svoje podatke u obliku CSV datoteke ili dodelite oznake i osobine vašim podacima i prenesite ih direktno na vaš nalog za Humanitarnu razmenu podataka (HDx) ili ih izvezite kao označenu CSV datoteku",
+ "export_desc": "Izvezite sve svoje podatke u obliku CSV datoteke ili odaberite prilagođena polja za izvoz",
+ "users": "Korisnici",
+ "users_desc": "Kreirajte i upravljajte ljudima koji doprinose vašoj implementaciji.",
+ "roles": "Uloge",
+ "roles_desc": "Kreirajte i upravljajte tipom dozvola koje vaši korisnici imaju na vašoj implementaciji.",
+ "categories": "Kategorije",
+ "categories_desc": "Kreirajte i upravljajte kategorijama u koje ljudi mogu postavljati objave radi poboljšanja organizacije.",
+ "webhooks": "Web prikazi",
+ "webhooks_desc": "Kreirajte web prikaze koji šalju podatke Ushahidi platforme spoljnim aplikacijama kada se pokreću određeni događaji.",
+ "plans": "Planovi",
+ "plan_desc": "Trenutni plan vaše implementacije je {{current_plan}}.",
+ "donation": "Donation",
+ "donation_desc": "Create and manage the donations people can make towards your organisation."
+ },
+ "general_settings": {
+ "generate_api_key": "Generate API Key",
+ "private_settings": "Private settings:",
+ "api_key": "API ključ",
+ "placeholder": {
+ "pick_location": "Pick Location..."
+ }
+ },
+ "user_settings": {
+ "user_settings_desc_1": "Ovde možete dodati svoj jedinstveni API ključ za svoj nalog za Humanitarnu razmenu podataka (HDX).",
+ "user_settings_desc_2": "Nakon postavljanja, ovo će vam omogućiti da direktno učitavate podatke na Humanitarnom nalogu za razmenu podataka (HDX).",
+ "user_settings_desc_3": "API ključ možete pronaći na svom profilu za Humanitarnu razmjenu podataka (HDX) nakon što ste prijavljeni.",
+ "view_guide": "Pogledajte vodič za vaš API ključ",
+ "hdx_maintainer_id": "HDX Maintainer Id",
+ "api_key": "Api ključ",
+ "profile_page": "Nalazi se na vašoj stranici profila za Humanitarnu razmenu podataka (HDX)",
+ "valid_key": "Potreban je važeći ključ",
+ "valid_user": "Potreban je važeći ID održavača",
+ "api_key_saved": "API ključ je sačuvan! Sada možete označiti svoje podatke i učitati na nalog za Humanitarnu razmenu podataka (HDX).",
+ "start_tagging": "Započnite označavanje podataka",
+ "HDX": "Humanitarna razmjena podataka",
+ "please_enter_maintainer_id": "Please enter maintainer id",
+ "please_enter_api_key": "Please enter API key",
+ "hdx_maintainer_id_min_length": "HDX Maintainer Id is too short",
+ "api_key_min_length": "API key is too short"
+ },
+ "webhooks": {
+ "use_webhook_for": "Koristite wev-kukicu za",
+ "enable_source_destination": "Omogućite izvorna i odredišna polja",
+ "enable_source_destination_desc": "Ova web-kukica biće primenjena samo na ankete izabranog tipa.",
+ "destination": "Odredište",
+ "placeholder": {
+ "name": "Please enter webhook name",
+ "shared_secret": "Please enter shared secret",
+ "api_url": "Please enter api url"
+ },
+ "validation": {
+ "required": {
+ "name": "Webhook name is required",
+ "shared_secret": "Shared secret key is required",
+ "api_url": "API URL required",
+ "event_type": "Event type is required",
+ "event_entity": "Event entity is required"
+ },
+ "please_provide_valid_api_url": "Please provide valid API URL with http(s)://",
+ "secret_key_cannot_be_less_start": "Shared secret key can not less than",
+ "secret_key_cannot_be_less_end": "characters"
+ }
+ },
+ "data_sources": {
+ "choose_data_source": "Choose Data Source...",
+ "type_of_data_source": "Type of Data Source",
+ "provider_name": "{{providerName}} Data Source?",
+ "do_you_really_want_to_disconnect": "Do you really want to disconnect your provider?",
+ "add_source": "Add source",
+ "associate_with_form": "Uvoz u anketu",
+ "associate_with_form_desc": "Svi dolazni podaci od {{provajdera}} će se koristiti za kreiranje odgovora na anketu koju odaberete",
+ "data_sources": "Izvori podataka",
+ "enable_provider_message": "Prihvati prijave iz ovog izvora",
+ "hint_turn_on_off": "Možete konfigurisati opcije za izvore podataka, a zatim da ih uključite i isključite.",
+ "hint_plugin_needs_configuring": "Morate konfigurisati ovaj izvor podataka pre nego što ga možete omogućiti.",
+ "provider_options": "Opcije",
+ "configure": "Konfigurišite",
+ "options": "Opcije",
+ "saving_changes": "Čuvanje",
+ "unavailable": "Izvor podataka {{value}} nije dostupan. Nadogradite svoj plan da biste ga iskoristili!",
+ "email": {
+ "incoming_server_type": "Vrsta dolaznog servera",
+ "incoming_server_type_pop": "POP",
+ "incoming_server_type_imap": "IMAP",
+ "incoming_server": "Dolazni server",
+ "incoming_server_desc": "Primeri: mail.yourwebsite.com, imap.gmail.com, pop.gmail.com",
+ "incoming_server_port": "Port za dolazni server",
+ "incoming_server_port_desc": "Uobičajeni prtovi: 110 (POP3), 143 (IMAP), 995 (POP3 sa SSL), 993 (IMAP sa SSL)",
+ "incoming_server_security": "Bezbednost dolaznog servera",
+ "server_security_none": "Nijedan",
+ "server_security_SSL": "SSL",
+ "server_security_TLS": "TLS",
+ "incoming_username": "Dolazno korisničko ime",
+ "username_desc": "Korisničko ime za nalog e-pošte",
+ "incoming_password": "Dolazna lozinka",
+ "password_desc": "Lozinka naloga e-pošte",
+ "outgoing_server_type": "Vrsta odlaznog servera",
+ "outgoing_server_type_SMTP": "SMTP",
+ "outgoing_server_type_sendmail": "sendmail",
+ "outgoing_server_type_native": "Native",
+ "outgoing_server": "Outgoing Server",
+ "outgoing_server_desc": "Examples: smtp.yourhost.com, smtp.gmail.com",
+ "outgoing_server_port": "Outgoing Server Port",
+ "outgoing_server_port_desc": "Common ports: 25 (SMTP default), 465 (SMTP with SSL)",
+ "outgoing_server_security": "Outgoing Server Security",
+ "outgoing_username": "Outgoing Username",
+ "outgoing_password": "Outgoing Password",
+ "email_address": "Adresa E-pošte",
+ "email_sender_name": "Email Sender Name",
+ "email_sender_name_desc": "Appears in the 'from:' field on outgoing emails"
+ },
+ "sms": {
+ "secret": "Skriven",
+ "api_key_desc": "API ključ",
+ "frontline_sms": {
+ "api_key": "Ključ",
+ "secret_desc": "Podesite tajnu tako da samo ovlašćeni FrontlineCloud nalozi mogu slati / primati poruku. Morate da konfigurišete istu tajnu u FrontlineCloud aktivnostima."
+ },
+ "nexmo": {
+ "from": "Od",
+ "from_desc": "Od broja",
+ "secret_desc": "Tajna vrednost",
+ "api_key": "API ključ",
+ "api_secret": "Tajna API-ja",
+ "api_secret_desc": "Tajna API-ja"
+ },
+ "smssync": {
+ "intro_step_1": "1. korak: preuzmite aplikaciju \"SMSSync\" sa Android Market-a.",
+ "intro_step_1_desc": "Skenirajte ovaj QR kod telefonom da biste preuzeli aplikaciju sa Android Market-a",
+ "intro_step_2": "2. korak: Podešavanja Android aplikacije",
+ "intro_step_2_desc": "Uključite SMSSync i koristite sledeću vezu kao URL za sinhronizaciju:",
+ "secret_desc": "Podesite tajnu tako da samo ovlašćeni SMSSync uređaji mogu slati / primati poruku. Morate da konfigurišete istu tajnu u aplikaciji SMSSync."
+ },
+ "twilio": {
+ "phone_nb": "Broj telefona",
+ "phone_nb_desc": "Broj telefona. Omogućen je Twilio telefonski broj za vrstu poruke koju želite poslati.",
+ "account_sid": "SID nalog",
+ "account_sid_desc": "Jedinstveni ID naloga koji je poslao ovu poruku.",
+ "auth_token": "Auth Token",
+ "sms_auto_response": "Automatski odgovor SMS-a"
+ }
+ },
+ "twitter": {
+ "intro_step_1": "1. korak: Kreirajte novu aplikaciju za Twitter:
Twitter aplikacijama može biti potrebno nekoliko sati ili dana da ih Twitter odobri.
Imajte ovo na umu ako su vam ovi podaci brzo trebni.",
+ "intro_step_1_desc": "Napravite novu twitter aplikaciju",
+ "intro_step_2": "Korak 2: Generišite potrošački ključ i tajnu",
+ "intro_step_2_desc": "Nakon što kreirate aplikaciju, kliknite na \"Ključevi i pristup tokeni\".
Zatim kliknite \"Generiši potrošački ključ i tajnu\".
Kopirajte ključeve, tokene i tajne u polja ispod.",
+ "consumer_key": "Potrošački ključ",
+ "consumer_key_desc": "odajte potrošački ključ iz svoje Twitter aplikacije.",
+ "consumer_secret": "Potrošačka tajna",
+ "consumer_secret_desc": "Dodajte potrošačku tajnu iz svoje Twitter aplikacije.",
+ "access_token": "Pristupni token",
+ "access_token_desc": "Dodajte pristupni token koji ste generisali za svoju aplikaciju Twitter.",
+ "access_token_secret": "Pristupit Token tajni",
+ "access_token_secret_desc": "Dodajte tajnu pristupa koju ste generisali za svoju aplikaciju Twitter.",
+ "search_terms": "Uslovi pretrage Twitter-a",
+ "search_terms_desc": "Dodajte pojmove za pretraživanje odvojene zarezima"
+ }
+ },
+ "donation": {
+ "title": {
+ "label": "Donation title",
+ "placeholder": "Enter the title of your donation",
+ "required": "Donation title is required"
+ },
+ "description": {
+ "label": "Describe your donation",
+ "placeholder": "Enter text telling more about this donation"
+ },
+ "images": {
+ "label": "Donation images"
+ },
+ "wallet": {
+ "label": "Wallet address",
+ "placeholder": "Enter a wallet address e.g $ilp.uphold.com/example",
+ "required": "Donation wallet address is required"
+ },
+ "info": {
+ "start_one": "Please make sure you have your wallet set up on",
+ "start_two": "to set web monetization.",
+ "start_three": "If you don't have a wallet already please click",
+ "here": "here",
+ "end": "to create one."
+ }
+ },
+ "roles": {
+ "member": "Član",
+ "admin": "Admin",
+ "manage_users": "Upravljanje korisnicima",
+ "manage_posts": "Upravljanje objavama",
+ "manage_settings": "Mangage Settings",
+ "bulk_data_import_and_export": "Bulk Data Import and Export",
+ "edit_their_own_posts": "Edit Their Own Posts",
+ "manage_collections_and_saved_searches": "Manage Collections and Saved Searches",
+ "delete_posts": "Delete Posts",
+ "delete_their_own_posts": "Delete Their Own Posts",
+ "registred_member": "Registrovani član",
+ "administrator": "Administrator",
+ "roles_description": "These options control what this type of role can make changes to. Visit our support guides to find out more."
+ },
+ "deployment_delete_this": "Izbrišite raspored",
+ "deployment_delete": "Izbriši raspoređivanje",
+ "deployment_delete_info": "Ako izbrišete ovu implementaciju, svi njeni podaci će takođe biti izbrisani. Nastavite sa oprezom.",
+ "deployment_name": "Naziv rasporeda",
+ "deployment_logo": "Logotip raporeda",
+ "delete_logo": "Izbriši logotip",
+ "map_default_baselayer": "Podrazumevani osnovni sloj",
+ "map_location_precision": "Nivo preciznosti mape",
+ "map_precise_to": "Kada je skrivanje lokacije za anketu omogućeno , lokacije će biti tačne za:",
+ "map_clustering": "Kombinujte objave u blizini",
+ "map_default_latitude": "Podrazumevana širina",
+ "map_default_longitude": "Podrazumevana dužina",
+ "map_default_zoom_level": "Podrazumevani nivo zuma",
+ "map_default_location": "Podrazumevana lokacija",
+ "new_survey": "New Survey",
+ "send_targeted": "Pošaljite ciljanu anketu putem SMS-a",
+ "send_crowdsourced": "Vratite se anketi o mnoštvu",
+ "site": "Podešavanja sajta",
+ "site_email": "Kontakt email adresa",
+ "site_email_note": "Budite oprezni jer će to biti vidljivo svima na vašoj veb lokaciji.",
+ "site_description": "Opišite svoju stranicu",
+ "site_description_placeholder": "Opcionalni opis u jednoj rečenici",
+ "site_timezone": "Vremenska zona veb lokacije",
+ "site_language": "Jezik sajta",
+ "site_private": "Učinite ovaj raspoređ privatnim",
+ "site_private_desc": "Omogućavanje ove opcije čini vašu implementaciju sa dostupnim samo registriranim korisnicima sa ispravnim ovlašćenjima, koji se moraju prijaviti za pristup",
+ "site_disable_registration": "Disable user sign up?",
+ "site_disable_registration_desc": "Checking this disables the registration feature. Admins will have to manually add users.",
+ "select_image": "Select image",
+ "saved_settings": "Deployment settings saved!",
+ "saved_map_settings": "Map settings saved!",
+ "features": {
+ "features": "Features",
+ "please_select_features": "Please select the features you would like to enable."
+ },
+ "generic_field_error": "Invalid entry, please try again.",
+ "skip": "Skip this task",
+ "add_first_post": "Add Your First Post",
+ "add_first_post_subtitle": "A deployment is nothing until it has some content in it.",
+ "invite_people": "Or invite people to help you create posts.",
+ "add_new_users": "Add New Users",
+ "valid": {
+ "name": {
+ "required": "Site name is required",
+ "pattern": "Invalid format",
+ "minlength": "Site name is too short"
+ }
+ },
+ "bulk_actions": "Bulk actions"
+ },
+ "data_import": {
+ "survey_field": "Polje ankete",
+ "csv_column": "CSV kolona",
+ "choose_which_column": "Izaberite koju CSV kolonu treba dodeliti svakom polju ankete",
+ "each_survey_field": "Svako od polja ankete je dole navedeno. Izaberite kolonu iz svoje CSV datoteke koju želite da upotriebite za popunjavanje svakog od ovih polja.",
+ "status_explanation": "Ushahidi prepoznaje jednu od tri statusa posta: Objavljeno, U pregledu i Arhivirano. Zato budite sigurni da svaki unos u koloni koju odaberete ima jednu od ove tri vrednosti.",
+ "defined_column": "Definisano kolonom u vašoj CSV datoteci ...",
+ "imported_posts_status": "Uvezene objave trebale bi imati svoj status ...",
+ "marked_as": "Označeno kao ...",
+ "see_imported_posts": "Pogledajte uvezene objave",
+ "import_another_csv": "Uvezi drugu CSV datoteku",
+ "import_complete": "Uvoz je dovršen",
+ "import_error": "An error has occurred importing your CSV file.",
+ "complete_info": "Podaci iz vaše CSV tabele, {{filename}}, uspešno su uveženi.",
+ "get_polling_info": "Get Polling Info",
+ "import_another": "Uvezi drugu CSV datoteku",
+ "nearly_complete": "Uvoz je gotovo završen",
+ "finish_info": "Podaci iz vaše CSV tabele i dalje se obrađuju. Možete napustiti ovu stranicu ili sačekati dok se postupak ne dovrši. U svakom slučaju, obavestićemo vas kada su vaši podaci spremni.",
+ "next": "Sledeći",
+ "configure_imported_posts": "Konfigurišite uvezene objave",
+ "configure_explanation": "Kroz ovo interfejs možete postaviti vrednosti za polja ankete koja nisu preslikana na unose u CSV-u. Ove vrednosti će biti iste za sve uvezene objave.",
+ "import": "Uvoz",
+ "import_explanation_csv": "Uvezite podatke iz CSV tabele u vašu implementaciju kao objave koji pripadaju određenoj anketi",
+ "import_explanation_file_size": "Veličina jedne datoteke ograničena je na 10 MB",
+ "import_explanation_format_location_1": "Geografske lokacije treba da budu uključene u vašem CSV-u kao zasebe kolone geografske širine i dužine.",
+ "import_explanation_required_fields": "Sva obavezna polja ankete moraju imati pridruženu vrednost postavljenu u CSV-u. Na primjer, ako je neophodan polje naslova, polje se mora preslikati u CSV koloni gde svi redovi date kolone imaju postavljenu vrijednost",
+ "configure_posts": "Configure objave",
+ "configure_all_imported_posts": "Konfigurišite sve uvezene objave",
+ "csv": "CSV",
+ "file_csv": "CSV datoteka",
+ "import_csv": "Uvezi CSV",
+ "import_to": "Uvezi u",
+ "change_csv_file": "Change {{selectedfile}} CSV file",
+ "upload_csv_file": "Upload CSV file",
+ "choose_status_to_imported_posts": "Choose status to imported posts:",
+ "has_tasks_required_start": "Your survey",
+ "has_tasks_required_end": ", includes tasks that typically must be completed for each post before they can be marked 'published.' During this import, all of your imported posts will have their tasks marked as 'incomplete', while still allowing their status to be marked as 'published.' If you edit any of these posts after they've been imported, however, you'll be asked to complete those tasks before re-publishing them.",
+ "choose_csv_file": "Izaberite CSV datoteku",
+ "organize_data": "Organizujte podatke",
+ "organize_your_imported_data": "Dodelite CSV kolonama da objavljuju polja",
+ "assign_csv_message": "Dodelite CSV kolonama da objavljuju polja",
+ "csv_instructions": "Svako od imena kolone iz CSV datoteke su navedene dole. Izaberite polje {{form_name}} u koje želite da se svaka kolona uvozi.",
+ "csv_instructions_required_fields": "Polja označena sa [*] su obavezna i njima se mora dodeliti vrednost.",
+ "csv_column_name": "Naziv CSV kolone",
+ "post_type_title": "{{form_name}} ime polja",
+ "leave_empty": "Ostavite prazno",
+ "cancel_import": "Otkaži uvoz",
+ "finish_import": "Završite uvoz",
+ "which_survey": "which survey?"
+ },
+ "data_export": {
+ "title": "Izvoz podataka",
+ "title_hxl": "Izvoz i označavanje podataka",
+ "description": "Izvezite sve svoje podatke u obliku CSV-a ili odaberite određena polja ankete koja želite eksportovati",
+ "description_hxl": "Izvezite sve svoje podatke u obliku CSV-a ili odaberite određena polja ankete koja želite eksportovati.",
+ "export": "Izvezi",
+ "export_history": "Istorija izvoza",
+ "hxl_tags": "HXL oznake",
+ "hxl_attributes": "HXL atributi",
+ "and_choose": "i odlučite da je otpremite u",
+ "HDX": "Humanitarna razmjena podataka",
+ "account": "nalog ili preuzanje u obliku CSV datoteke s 'oznakom' HXL.",
+ "all": "Izvoz svih podataka",
+ "select_fields": "Izaberite polja",
+ "select_fields_title": "Izaberite polja za izvoz ...",
+ "select_fields_desc": "Ako ne želite da izvezete sve svoje podatke odjednom, za izvoz možete odabrati određena polja iz svake ankete.",
+ "export_selected": "Izvezi odabrana polja",
+ "cancel": "Otkaži",
+ "export_progress": "Izvoz je u toku...
Možete da napustite ovu stranicu ako želite. Izvoz će se nastaviti.
Obavestićemo vas kada završimo.
",
+ "no_fields": "Uh uh... prvo morate odabrati neka polja za izvoz.",
+ "expires": "Ističe: {{ekpires}}",
+ "job": "Izvoz CSV-a {{jobId}}",
+ "created": "Napravljeno: {{created}}",
+ "success": "Status: Završeno",
+ "pending": "Status: U toku",
+ "failed": "Status: nije uspelo",
+ "queued": "Status: U toku",
+ "pending_hdx": "HDX na čekanju",
+ "exported_to_cdn": "Izvezeno u CDN",
+ "tags_attributes": "Dodelite oznake i atribute",
+ "hxl_apikey_alert_1": "Izgleda da niste postavili API za humanitarnu razmenu podataka (HDX). Bez ovog podešavanja ne možete označiti podatke i prenijeti na nalog za humanitarnu razmenu podataka (HDX).",
+ "hxl_configure": "Konfigurišite HDX API",
+ "hxl_apikey_alert_2": "Toplo vam savetujemo da unutra ovo postavite sada ",
+ "hxl_apikey_alert_3": "pre nego što nastavite, jer nećete moći da pošaljete svoje podatke na HDX",
+ "hxl_title": "Dodijelite svoje HXL oznake i atribute, odaberite polja i izvozite ili prenesite",
+ "hxl_desc": "Izaberite određena polja iz ankete, dodelite oznaku po polju, a zatim izaberite da dodelite više atributa. Pregledajte svoju oznaku i atribute u pregledu oznaka.",
+ "hxl_instructions_1": "Zatim možete da izvozite svoja obeležena polja u CSV datoteku ili da ih pošaljete u",
+ "hxl_instructions_2": "Humanitarna razmjena podataka (HDX)",
+ "hxl_instructions_3": "nalog koji je postavljen u",
+ "hxl_instructions_4": "Konfigurišite HDX API",
+ "hxl_instructions_5": "(found in settings menu).",
+ "hxl_instructions_6": "Visit the",
+ "hxl_instructions_7": "HXL tag assist",
+ "hxl_instructions_8": "for more information on how to choose the best HXL tags and attributes for your data or the",
+ "hxl_instructions_9": "HXL 'cheat sheet'",
+ "HXL_tags": "HXL tags",
+ "HXL_attributes": "HXL atributi",
+ "tag_preview": "Tag preview",
+ "upload_title": "Are you ready to upload to an Humanitarian Data Exchange (HDX) account?",
+ "hdx_csv_title": "Are you ready to export to CSV?",
+ "upload_desc": "You selected {{fields}} fields to upload to a Humanitarian Data Exchange (HDX) account.
You assigned tags and attributes - to check, you can go back. If you are done, you can add details and upload.
The Humanitarian Data Exchange (HDX) requires a few more details in order to upload to their system. You'll add these next",
+ "hdx_csv_desc": "You selected {{fields}} fields to export to CSV.
You assigned tags and attributes - to check these are correct, you can go back and check. If you're done, you can export.",
+ "upload_button": "Add dataset details and upload to hdx",
+ "export_button": "Export to csv",
+ "go_back": "Go back and check",
+ "add_details": "Add details",
+ "details_desc": "To upload to the Humanitarian Data Exchange (HDX) some extra details are required.",
+ "privacy_title": "Privacy Settings",
+ "privacy_desc": "You have a choice of sharing your dataset publicly or restricting access to other members of the organisation which owns the dataset.",
+ "this_dataset": "This data set is:",
+ "private_desc": "Private (Only you and other HDX members of your organisation can search, view/edit or download this dataset)",
+ "public_desc": "Public (Anyone can search, view/edit or download this dataset)",
+ "dataset": "Dataset Title & Description",
+ "dataset_desc": "When users search for data on HDX, their search terms will be matched to terms in your title. Avoid using abbreviations in the title which may not be familiar to all users. Also, avoid using words such as current, latest or previous when referring to the time period (e.g Latest 3W) as these terms become misleading as the dataset ages.",
+ "dataset_example": "Example dataset title: Who is Doing What Where in Afghanistan, Jan-Dec 2015",
+ "dataset_title": "Title of data set",
+ "metadata_title": "Metadata",
+ "metadata_desc": "Metadata is additional information about your dataset that will make it easier for others to understand and put your data into context. Datasets on HDX must include a set of metadata fields.",
+ "source": "Source",
+ "organisation": "Organisation",
+ "select_organisation": "Select an organisation",
+ "license": "License",
+ "add_license": "Add license",
+ "read_more_licenses": "Read more about licenses",
+ "submit_hdx": "Submit to HDX Account",
+ "uploading_data": "Uploading data...",
+ "uploading_data_desc": "The data upload to your Humanitarian Data Exchange (HDX) account is in progress...
You can navigate away from this page while this upload happens but please don't close the browser.",
+ "uploading_data_err": "Uh oh... Something went wrong when uploading your data, please check the required fields and your api-key and try again.",
+ "no_fields_selected": "You haven't selected any fields or assigned any hxl tags or attributes. Please select at least one field and assign at least one tag to be able to export to CSV or upload to a Humanitarian Data Exchange (HDX) account.",
+ "validation": {
+ "title": "A title is needed",
+ "source": "Source is needed",
+ "organisation": "An organisation is needed",
+ "license": "A license is needed",
+ "all_fields": "Please fill in all required fields"
+ }
+ },
+ "user": {
+ "are_you_sure_you_want_to_delete_this_account": "Are you sure you want to delete this account?",
+ "role_display": "Uloga: {{role}}",
+ "contact": "{{type}}: {{contact}}",
+ "add_user": "Dodati korisnika",
+ "edit_user": "Uređivanje korisnika",
+ "update_password": "Ažuriraj lozinku",
+ "change_role": "Promena uloge",
+ "save": "Sačuvaj korisnika",
+ "save_add_another": "Sačuvaj i dodaj sledeće",
+ "show_all_roles": "Prikaži sve uloge",
+ "cannot_delete_yourself": "Ne možete izbrisati sopstvenog korisnika",
+ "cannot_change_your_own_role": "Ne možete promeniti sopstvenu ulogu",
+ "confirm_password": "Potvrdi lozinku",
+ "delete_user": "Obriši korisnika",
+ "delete_this_user": "Izbriši ovog korisnika",
+ "delete_user_desc": "Ako izbrišete ovog korisnika, objave koje je kreirao ovaj korisnik više neće imati informacije o autoru. Ovo se ne može poništiti. Nastavite sa oprezom.",
+ "edit_profile": "Izmenite profil",
+ "save_profile": "Sačuvaj profil",
+ "cancel": "Otkaži",
+ "failed_attempts": "Neuspešni pokušaji:",
+ "full_name": "Prikazano ime",
+ "never": "Nikad",
+ "no_full_name": "Nema prikazanog imena",
+ "number_of_users_shown": "Broj prikazanih korisnika",
+ "per_page": "{{count}} korisnika",
+ "password": "Lozinka",
+ "new_password": "Nova lozinka",
+ "register": "Registar",
+ "role": "Role:",
+ "roles": "Uloge",
+ "saved_user": "Korisnik je sačuvan",
+ "deleted_user": "Korisnik je izbrisan",
+ "search_and_filter": "Pretražite i filtrirajte korisnike",
+ "passwordreset_instructions": "Unesite svoju adresu e-pošte da biste zatražili vraćanje lozinke",
+ "passwordreset_confirm_instructions": "Ako vaš email postoji u našoj bazi podataka, uskoro ćete dobiti e-poštu za oporavak lozinke.",
+ "forgot_instructions": "No worries! Submit your email and check your inbox for a reset link.",
+ "token": "Token za resetovanje lozinke",
+ "password_hint": "Password should have at least 8 characters, one lowercase letter, one uppercase letter, one number and one symbol",
+ "password_length": "Password must be at least 8 characters long",
+ "password_match": "Passwords do not match",
+ "check_email": "Check your email",
+ "name_will_be_a_display_name": "The name you enter will be a display name.",
+ "valid": {
+ "fields": {
+ "email must be unique": "User with this email already exists"
+ },
+ "name": {
+ "required": "Display name is required",
+ "maxlength": "Display name is too long"
+ },
+ "email": {
+ "required": "Adresa e-pošte je obavezna",
+ "pattern": "Ova adresa e-pošte nije važeća",
+ "maxlength": "This email address is too long",
+ "emailExists": "Email is already in use"
+ },
+ "password": {
+ "required": "Password is required",
+ "minlength": "This password is too short",
+ "maxlength": "This password is too long",
+ "weak": "This password is very weak"
+ },
+ "token": {
+ "required": "Token is required"
+ }
+ },
+ "placeholder": {
+ "realname": "Enter your name...",
+ "email": "Enter email address...",
+ "password": "Enter password..."
+ },
+ "password_notify": "If you leave the field blank your password will not change",
+ "avatar": "Avatar",
+ "name": "Naziv",
+ "email": "Email Address",
+ "search_by_name": "Search by name"
+ },
+ "user_profile": {
+ "title": "podešavanja naloga",
+ "update_password": "Ažuriraj lozinku",
+ "update_success": "Vaš profil je uspešno ažuriran. Možda ćete se morati odjaviti i prijaviti prije nego što se sve promjene odraze.",
+ "button": {
+ "save": "Save & close",
+ "cancel": "Otkaži"
+ },
+ "nav": {
+ "account_settings": "Account settings",
+ "notifications_settings": "Notifications settings",
+ "delete_contact": {
+ "title": "Delete your",
+ "title_subject": {
+ "email": "Email Address",
+ "phone": "Telefon"
+ },
+ "instructions": "Deleting means that from now you will not be able to receive notifications on your phone number. But you can switch notifications to a contact method below.",
+ "button": {
+ "delete": "Izbriši",
+ "cancel": "Otkaži"
+ }
+ }
+ }
+ },
+ "user_create": {
+ "full_name": "Prikazano ime",
+ "email": "Adresa E-pošte",
+ "role": "Uloga"
+ },
+ "notify": {
+ "api_key": {
+ "change_question": "Da li ste sigurni da želite da promenite API ključ?"
+ },
+ "contact": {
+ "save_success": "Kontakt je sačuvan",
+ "delete_confirm": "Želite li ukloniti svoj nalog?",
+ "error_message": "Došlo je do greške prilikom pokušaja uklanjanja naloga",
+ "destroy_success": "Nalog je uspešno uklonjen"
+ },
+ "default": {
+ "data_has_not_been_saved": "The data has not been saved!",
+ "proceed_warning": "Ova akcija se ne može poništiti. Molimo nastavite s oprezom.",
+ "save_success": "Sačuvani resurs",
+ "save_error": "Nije moguće sačuvati resurs, pokušajte ponovo",
+ "destroy_confirm": "Jeste li sigurni da želite da izbrišete ovaj resurs?",
+ "destroy_success": "Izbrisan resurs",
+ "destroy_error": "Nije moguće obrisati resurs, pokušajte ponovo",
+ "destroy_cancelled": "Brisanje otkazano",
+ "bulk_destroy_confirm": "Jeste li sigurni da želite da izbrišete {{count}} resurse?",
+ "bulk_destroy_success": "Izbrisan resurs",
+ "bulk_destroy_error": "Nije moguće obrisati resurs, pokušajte ponovo",
+ "bulk_destroy_cancelled": "Brisanje otkazano",
+ "are_you_sure_you_want_to_delete_this": "Are you sure you want to delete this?"
+ },
+ "data_import": {
+ "see_imported_posts": "Pogledajte uvezene objave",
+ "file_missing": "Izaberite CSV datoteku koju želite da otpremite.",
+ "form_missing": "Molimo odaberite anketu.",
+ "csv_upload": "Datoteka {{name}} je uspešno otpremljena",
+ "csv_import_processed_errors": "Uvoz CSV-a je dovršen. {{processed}} uvezeni zapisi, {{errors}} zapisi nisu uspeli.",
+ "csv_import_success_info": "Podaci iz vaše CSV tabele, {{filename}}, uspešno su uveženi u vašu {{form_name}} anketu.",
+ "duplicate_fields": "Kolone moraju biti preslikani u jedinstvena polja za istraživanje. Sledeće kolone imaju više od 1 preslikavanja: {{duplicates}}",
+ "required_fields": "Obavezna polja moraju biti postavljena na vrijednost. Sledeća polja nisu postavljena: {{required}}",
+ "empty_mapping": "CSV datoteka koju ste otpremili je prazna. Proverite CSV datoteku i pokušajte ponovo",
+ "empty_mapping_empty": "CSV datoteka ne sadrži imena kolona. Proverite CSV datoteku i pokušajte ponovo",
+ "no_mappings": "Nijednom od polja nije dodeljeno mapiranje - bar jedno polje mora biti mapirano kako bi se nastavilo",
+ "csv_import_cancel": "Uvoz CSV je otkazan",
+ "csv_import_cancel_confirm": "Jeste li sigurni da želite da otkažete uvoz?",
+ "csv_import_error": "Some of the data in your CSV file does not match the format of the mapped survey field. Please review the data and try again.",
+ "csv_import_success": "The data from your CSV file was successfully imported!"
+ },
+ "general_settings": {
+ "save_success": "Opšte postavke su sačuvane"
+ },
+ "donation_settings": {
+ "save_success": "Donation settings saved",
+ "delete_question": "Are you sure you want to delete this {{name}}."
+ },
+ "map_settings": {
+ "save_success": "Podešavanja mape su sačuvana."
+ },
+ "generic": {
+ "okay": "U redu",
+ "alerts": "Upozorenja",
+ "confirm": "Potvrda",
+ "save": "Sačuvaj"
+ },
+ "login": {
+ "failed": "Prijava nije uspela, proverite vašu e-poštu i lozinku."
+ },
+ "register": {
+ "failed": "Došlo je do greške tokom registracije. Proverite svoj unos i pokušajte ponovo.",
+ "success": "Registracija završena! Sada se možete prijaviti .."
+ },
+ "post": {
+ "can_t_view_this_post": "You do not have permission to view this post.
It is still being reviewed by the admin.
It will be available to you once it is published.",
+ "contact_for_details": "Contact the admin for further details:",
+ "delete_image_confirm": "Jeste li sigurni da želite da uklonite ovu sliku?",
+ "save_success": "Objava {{name}} je sačuvana",
+ "save_success_review": "Objava {{name}} je sačuvana. Prije objave moderator će pregledati vašu objavu.",
+ "save_error": "Objavu nije moguće sačuvati. Pokušajte ponovo",
+ "publish_success": "Objava je objavljena za {{role}}",
+ "set_draft": "Objava je sada vidljiv samo vama",
+ "publish_error": "Objavljivanje nije moguće, pokušajte ponovo",
+ "unpublish_success": "Objava nije objavljena",
+ "unpublish_error": "Nije moguće poništiti objavu, molimo pokušajte ponovo",
+ "yes_confirm_delete": "Da, izbrišite ovu objavu",
+ "confirm_delete": "Potvrdite brisanje",
+ "destroy_title": "Izbriši objavu",
+ "delete_question": "Jeste li sigurni da želite da izbrišete svoju objavu {{post}}?",
+ "destroy_success": "Objava je izbrisana",
+ "destroy_success_bulk": "Objave su izbrisane",
+ "destroy_confirm": "Jeste li sigurni da želite da izbrišete ovu objavu?",
+ "destroy_error": "Nije moguće brisanje objavu. Pokušajte ponovo",
+ "bulk_destroy_confirm": "Jeste li sigurni da želite da izbrišete {{count}} objave?",
+ "stage_save_success": "Ažurirano {{stage}}",
+ "export": "Ovo će izvesti filtrirane objave. Da li ste sigurni da želite da nastavite?",
+ "update_status_success_bulk": "Status je ažuriran za {{count}} objava",
+ "leave_without_save": "Da li želite da napustite ovu objavu bez čuvanja?",
+ "leave_confirm_message": "Ako nastavite, sve vaše promene će biti izgubljene",
+ "leave_confirm": "Nastaviti bez čuvanja",
+ "unfinished_post_task": "You cannot publish this post, the post has unfinished tasks",
+ "posts_can_t_be_published": "The following posts can't be published: {{titles}}",
+ "post_not_found": "Post not found"
+ },
+ "category": {
+ "save_success": "Sačuvana kategorija {{name}}",
+ "destroy_confirm": "Jeste li sigurni da želite da izbrišete ovu kategoriju?",
+ "destroy_confirm_desc": "Brisanjem ove kategorije uklonićete je iz svih postojećih objava. Ova akcija se ne može poništiti.",
+ "destroy_success": "Kategorija je izbrisana",
+ "destroy_error": "Nije moguće izbrisati kategoriju, pokušajte ponovo",
+ "bulk_destroy_confirm": "Jeste li sigurni da želite da izbrišete {{count}} kategorije?",
+ "bulk_destroy_confirm_desc": "Brisanjem ovih kategorije uklonićete ih iz svih postojećih objava. Ova akcija se ne može poništiti.",
+ "bulk_destroy_success": "{{count}} kategorije su izbrisane",
+ "bulk_destroy_success_countless": "Categories deleted"
+ },
+ "role": {
+ "delete_question": "Are you sure you want to delete the role {{role}}?",
+ "destroy_success": "Role {{role}} deleted.",
+ "save_success": "Role {{role}} saved.",
+ "last_admin": "Ne možete izbrisati jedinu ulogu administratora"
+ },
+ "webhook": {
+ "delete_question": "Jeste li sigurni da želite da izbrišete web-kukicu {{webhook}}?",
+ "destroy_success": "Web kukica {{webhook}} je obrisana.",
+ "save_success": "Web kukica {{webhook}} je sačuvana."
+ },
+ "datasource": {
+ "save_success": "Sačuvani izvor podataka {{name}}"
+ },
+ "user": {
+ "save_success": "Korisnik {{name}} je sačuvan",
+ "edit_success": "Korisnik {{name}} je ažuriran",
+ "destroy_confirm": "Jeste li sigurni da želite da izbrišete ovog korisnika?",
+ "destroy_success": "Korisnik je izbrisan",
+ "destroy_error": "Nije moguće izbrisati korisnika. Pokušajte ponovo",
+ "bulk_destroy_confirm": "Jeste li sigurni da želite da izbrišete {{count}} korisnika?",
+ "bulk_destroy_success": "Korisnici su izbrisani",
+ "bulk_role_change_confirm": "Jeste li sigurni da želite da promenite ulogu {{count}} korisnika u {{role}}?",
+ "bulk_role_change_success": "Uloge korisnika promenjene su u {{role_name}}",
+ "are_you_sure_you_want_to_delete_user": "Are you sure you want to delete {{username}}"
+ },
+ "video": {
+ "incorrect_url": "URL, {{url}}, koji ste uneli ne odgovara ni Youtube ni Vimeo formatu URL-a"
+ },
+ "form": {
+ "add_to_survey": "Dodaj anketu",
+ "save_success": "Anketa {{name}} je sačuvana",
+ "save_stage_success": "Anketni zadatak {{name}} je sačuvana",
+ "save_attribute_success": "Dodato je polje {{name}}",
+ "edit_form_success": "Anketa {{name}} je ažurirana",
+ "edit_stage_success": "Zadatak ankete {{name}} je ažuriran",
+ "delete_form_confirm": "Jeste li sigurni da želite izbrisati ovu anketu i sve njene podatke?",
+ "delete_form_confirm_desc": "Ova akcija se ne može poništiti. Brisanjem ove ankete biće uklonjeni svi njeni podaci, uključujući i objave. U polje ispod upišite naziv ankete:
{{check_name}}
da biste potvrdili brisanje.",
+ "delete_form_error": "Tekst koji ste uneli ne odgovara nazivu ankete, pokušajte ponovo",
+ "delete_form_button": "Izbrišite ovu anketu",
+ "destroy_form_success": "Anketa {{name}} je izbrisana",
+ "delete_stage_confirm": "Jeste li sigurni da želite da izbrišete ovaj zadatak?",
+ "delete_stage_confirm_desc": "Ova akcija se ne može poništiti. Brisanjem ovog zadatka biće uklonjena sva njegova polja i svi podaci u njima.",
+ "destroy_stage_success": "Zadatak ankete {{name}} je izbrisan",
+ "delete_attribute_confirm": "Jeste li sigurni da želite da izbrišete ovo polje?",
+ "delete_attribute_confirm_desc": "Ova akcija se ne može poništiti. Brisanjem ovog polja ukloniće se njegovi podaci iz svih postojećih objava.",
+ "destroy_attribute_success": "Polje {{name}} je izbrisano",
+ "survey_name_required": "Survey-name is required",
+ "validation": {
+ "name": {
+ "required": "Potrebno je naziv ankete",
+ "minlength": "Ime je prekratko",
+ "maxlength": "Name is too long"
+ },
+ "description": {
+ "required": "Opis ne može biti prazan"
+ }
+ }
+ },
+ "collection": {
+ "delete_collection_confirm": "Jeste li sigurni da želite da izbrišete ovu zbirku?",
+ "created_collection": "Kolekcija {{collection}} je kreirana uspešno",
+ "updated_collection": "Kolekcija {{collection}} je sačuvana",
+ "add_to_collection": "Objava je dodata u {{collection}}",
+ "removed_from_collection": "Objava je uklonjen iz {{collection}}",
+ "bulk_add_to_collection": "{{count}} objave su dodane u {{collection}}",
+ "done": "Done"
+ },
+ "savedsearch": {
+ "delete_savedsearch_success": "Sačuvana pretraga je uspešno izbrisana.",
+ "delete_savedsearch_plural_success": "Sačuvane pretrage uspešno su izbrisane.",
+ "delete_savedsearch_confirm": "Jeste li sigurni da želite da izbrišete ovu sačuvanu pretragu?",
+ "savedsearch_updated": "{{savedsearch}} je ažuriran",
+ "savedsearch_saved": "{{savedsearch}} je sačuvan"
+ },
+ "passwordreset": {
+ "failed": "Resetovanje lozinke nije uspelo",
+ "success": "Vaša lozinka je resetovana"
+ },
+ "notification": {
+ "add": "Sada ćete biti obaveštavani kada se dodaju nove objave u {{set}}",
+ "delete_confirm": "Jeste li sigurni da želite ukloniti ovo obaveštenje?",
+ "destroy_success": "Više nećete primati obaveštenja o {{name}}."
+ },
+ "message": {
+ "sent_to": "Poruka poslata {{contact}}"
+ },
+ "export": {
+ "in_progress": "Pripremamo vaš CSV fajl. Ovo može potrajati neko vreme. Ako želite, možete napustiti ovu stranicu. Obavestićemo vas kada završimo.",
+ "complete": "Izvoz je završen. Trebali biste videti svoju CSV datoteku u preuzimanjima.",
+ "complete_data_found_message": "Podaci iz vašeg izvoza mogu se naći u preuzimanjima vašeg pretraživača",
+ "confirmation": "Razumem",
+ "cancel_export": "Otkaži izvoz",
+ "canceled_job": "Vaš posao izvoza je otkazan",
+ "upload_complete": "Otpremanje je završeno. Sada bi trebalo da vidite svoje označene podatke na vašem HDX nalogu."
+ },
+ "survey": {
+ "bulk_destroy_confirm": "Are you sure you want to delete these {{count}} surveys?",
+ "bulk_destroy_confirm_desc": "Deleting these {{count}} selected surveys will also delete all collected posts and all associated data in the surveys. This step cannot be reversed.",
+ "destroy_confirm": "Are you sure you want to delete this survey?",
+ "destroy_confirm_desc": "Deleting this survey will also delete all collected posts and all associated data in the survey. This step cannot be reversed.",
+ "destroy_confirm_desc_end": "You can download and import all your data before deleting."
+ },
+ "confirm_modal": {
+ "add_post_success": {
+ "success": "Success!",
+ "success_description": "Thank you for submitting your report. The post is being reviewed by our team and soon will appear on the platform.",
+ "success_button": "OK, sounds good"
+ },
+ "deleted": {
+ "success": "Success!",
+ "success_description": "You've permanently deleted {{count}}.",
+ "success_button": "OK"
+ }
+ },
+ "language": {
+ "do_you_really_want_to_delete_language": "Do you really want to delete {{lang}} language?"
+ }
+ },
+ "empty": {
+ "default": "Nije pronađen nijedan zapis.",
+ "post": "Nije pronađen nijedan objava.",
+ "user": "Nema pronađenih korisnika.",
+ "category": "Nije pronađena nijedna kategorija.",
+ "role": "Nije pronađena nijedna uloga",
+ "webhook": "Nisu pronađeni web-kukice.",
+ "permission": "Nije pronadjena dozvola.",
+ "form": "Nije pronađen nijedan obrazac."
+ },
+ "location": {
+ "search": "Pretraga",
+ "use_current_location": "Koristite svoju trenutnu lokaciju",
+ "click_map": "Možete da pretražite ili kliknete na područje mape gde želite da postavite marker.",
+ "placeholder": "Tražite adrese, imena mesta ili koordinate ...",
+ "search_results": "Rezultati pretraživanja",
+ "error": "Žao nam je što nismo mogli da pronađemo lokaciju koja odgovara vašoj pretrazi",
+ "my_location_error": "Žao nam je što nismo mogli pronaći vašu lokaciju",
+ "update_map": "Ažuriraj mapu",
+ "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": "Obaveštenja",
+ "contacts_heading": "Kako dobijate obaveštenja",
+ "notifications_heading": "O čemu ste obavešteni",
+ "error_message": "Obaveštenje trenutno nije moguće izbrisati",
+ "send_to_address": "Pošaljite obaveštenja na ovu adresu",
+ "button": {
+ "delete": "Obrisati obaveštenja"
+ },
+ "what_you_get_notification_about": "What you get notification about",
+ "removed": "Notification was removed",
+ "are_you_sure_you_want_to_remove_this_notification": "Jeste li sigurni da želite ukloniti ovo obaveštenje?"
+ },
+ "contact": {
+ "edit": "Uredi",
+ "save_changes": "Sačuvaj izmene",
+ "saving_changes": "Čuvanje promena",
+ "cancel_edit": "Otkaži",
+ "add_phone_number": "Dodajte broj telefona",
+ "add_email_address": "Dodajte adresu e-pošte",
+ "edit_phone_number": "Uredite svoj telefonski broj",
+ "edit_email_address": "Uredite svoju adresu e-pošte",
+ "error_message": "Trenutno nije moguće sačuvati kontakt",
+ "type": {
+ "phone": "Telefon",
+ "email": "e-mail"
+ },
+ "button": {
+ "add": "Dodaj nalog",
+ "delete": "Ukloni nalog"
+ },
+ "valid": {
+ "email": {
+ "required": "Za primanje obaveštenja potrebna je adresa e-pošte",
+ "email": "Ova adresa e-pošte nije važeća",
+ "maxlength": "Ova adresa e-pošte je predugačka",
+ "not_valid": "This email is not valid"
+ },
+ "phone": {
+ "required": "Za primanje obaveštenja potreban je telefonski broj",
+ "pattern": "Potreban je važeći telefonski broj",
+ "minlength": "Ovaj broj je prekratak",
+ "maxlength": "Ovaj broj je predugačak"
+ }
+ }
+ },
+ "terms_of_service": {
+ "title": "Uslovi usluge Ushahidi",
+ "terms_of_service": "Ažurirali smo naše Uslove i odredbe i Politiku privatnosti. Molimo pažljivo pregledajte ove dokumente i prihvatite uslove da biste i dalje koristili usluge Ushahidi.",
+ "agree": "Prihvatam uslove korišćenja usluge Ushahidi.",
+ "accept_and_continue": "Prihvati i nastavi",
+ "i_agree": "I agree to Ushahidi's Privacy Policy and\nTerms and Conditions."
+ },
+ "translations": {
+ "languages": "Languages",
+ "language": "Language",
+ "default": "default",
+ "translate_field": "Translate field",
+ "survey_select_default": "Select default language for this survey",
+ "category_select_default": "Select default language for this category",
+ "error_translation_exists": "You cannot select this language since there is already a translation for it.",
+ "edit_default_text": "Text in default language",
+ "edit_placeholder": "Write your translation here",
+ "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",
+ "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",
+ "add_a_language": "Add a language",
+ "error_no_default": "You need to specify a default language before adding a new translation.",
+ "select_language": "Select a language to add translation for",
+ "default_lang_info": "This is the language that will be used if no translations are available for the language the user has set for the deployment."
+ },
+ "languages": {
+ "ach": "Ačoli",
+ "ady": "Adigeja",
+ "af": "Afrikanerski",
+ "af-ZA": "Afrikanerski jezik (Južna Afrika)",
+ "ak": "Akan",
+ "sq": "Albanski",
+ "sq-AL": "Albanski (Albanija)",
+ "aln": "Albanski Gega",
+ "am": "Amharski",
+ "am-ET": "Amharski (Etiopija)",
+ "ar": "Arapski",
+ "ar-EG": "Arapski (Egipat)",
+ "ar-SA": "Arapski (Saudijska Arabija)",
+ "ar-SD": "Arapski (Sudan)",
+ "ar-SY": "Arapski (Sirija)",
+ "ar-AA": "Arapski (Unitag)",
+ "an": "Aragonski",
+ "hy": "Jermenski",
+ "hy-AM": "Jermenski (Jermenija)",
+ "as": "Asamski",
+ "as-IN": "Asamski (Indija)",
+ "ast": "Asturijski",
+ "ast-ES": "Asturijski (Španija)",
+ "az": "Azerbejdžani",
+ "az@Arab": "Azerbejdžanski (arapski)",
+ "az-AZ": "Azerbejdžan (Azerbejdžan)",
+ "az-IR": "Azerbejdžan (Iran)",
+ "az@latin": "Azerbejdžanski (Latinica)",
+ "bal": "Belučki",
+ "ba": "Bashkir",
+ "eu": "Basque",
+ "eu-ES": "Basque (Spain)",
+ "bar": "Bavarian",
+ "be": "Belarusian",
+ "be-BY": "Belarusian (Belarus)",
+ "be@tarask": "Belarusian (Tarask)",
+ "bn": "Bengali",
+ "bn-BD": "Bengali (Bangladesh)",
+ "bn-IN": "Bengali (India)",
+ "brx": "Bodo",
+ "bs": "Bosnian",
+ "bs-BA": "Bosnian (Bosnia and Herzegovina)",
+ "br": "Breton",
+ "bg": "Bulgarian",
+ "bg-BG": "Bulgarian (Bulgaria)",
+ "my": "Burmese",
+ "my-MM": "Burmese (Myanmar)",
+ "ca": "Catalan",
+ "ca-ES": "Catalan (Spain)",
+ "ca@valencia": "Catalan (Valencian)",
+ "ceb": "Cebuano",
+ "tzm": "Central Atlas Tamazight",
+ "hne": "Chhattisgarhi",
+ "cgg": "Chiga",
+ "zh": "Chinese",
+ "zh-CN": "Chinese (China)",
+ "zh-CN.GB2312": "Chinese (China) (GB2312)",
+ "gan": "Chinese (Gan)",
+ "hak": "Chinese (Hakka)",
+ "zh-HK": "Chinese (Hong Kong)",
+ "czh": "Chinese (Huizhou)",
+ "cjy": "Chinese (Jinyu)",
+ "lzh": "Chinese (Literary)",
+ "cmn": "Chinese (Mandarin)",
+ "mnp": "Chinese (Min Bei)",
+ "cdo": "Chinese (Min Dong)",
+ "nan": "Chinese (Min Nan)",
+ "czo": "Chinese (Min Zhong)",
+ "cpx": "Chinese (Pu-Xian)",
+ "zh-Hans": "Chinese Simplified",
+ "zh-TW": "Chinese (Taiwan)",
+ "zh-TW.Big5": "Chinese (Taiwan) (Big5)",
+ "zh-Hant": "Chinese Traditional",
+ "wuu": "Chinese (Wu)",
+ "hsn": "Chinese (Xiang)",
+ "yue": "Chinese (Yue)",
+ "cv": "Chuvash",
+ "ksh": "Colognian",
+ "kw": "Cornish",
+ "co": "Corsican",
+ "crh": "Crimean Turkish",
+ "hr": "Croatian",
+ "hr-HR": "Croatian (Croatia)",
+ "cs": "Czech",
+ "cs-CZ": "Czech (Czech Republic)",
+ "da": "Danish",
+ "da-DK": "Danish (Denmark)",
+ "dv": "Divehi",
+ "doi": "Dogri",
+ "nl": "Dutch",
+ "nl-BE": "Dutch (Belgium)",
+ "nl-NL": "Dutch (Netherlands)",
+ "dz": "Dzongkha",
+ "dz-BT": "Dzongkha (Bhutan)",
+ "en": "English",
+ "en-AU": "English (Australia)",
+ "en-AT": "English (Austria)",
+ "en-BD": "English (Bangladesh)",
+ "en-BE": "English (Belgium)",
+ "en-CA": "English (Canada)",
+ "en-CL": "English (Chile)",
+ "en-CZ": "English (Czech Republic)",
+ "en-ee": "English (Estonia)",
+ "en-FI": "English (Finland)",
+ "en-DE": "English (Germany)",
+ "en-GH": "English (Ghana)",
+ "en-HK": "English (Hong Kong)",
+ "en-HU": "English (Hungary)",
+ "en-IN": "English (India)",
+ "en-IE": "English (Ireland)",
+ "en-lv": "English (Latvia)",
+ "en-lt": "English (Lithuania)",
+ "en-NL": "English (Netherlands)",
+ "en-NZ": "English (New Zealand)",
+ "en-NG": "English (Nigeria)",
+ "en-PK": "English (Pakistan)",
+ "en-PL": "English (Poland)",
+ "en-RO": "English (Romania)",
+ "en-SK": "English (Slovakia)",
+ "en-ZA": "English (South Africa)",
+ "en-LK": "English (Sri Lanka)",
+ "en-SE": "English (Sweden)",
+ "en-CH": "English (Switzerland)",
+ "en-GB": "English (United Kingdom)",
+ "en-US": "English (United States)",
+ "en-EN": "English",
+ "myv": "Erzya",
+ "eo": "Esperanto",
+ "et": "Estonian",
+ "et-EE": "Estonian (Estonia)",
+ "fo": "Faroese",
+ "fo-FO": "Faroese (Faroe Islands)",
+ "fil": "Filipino",
+ "fi": "Finnish",
+ "fi-FI": "Finnish (Finland)",
+ "frp": "Franco-Provençal (Arpitan)",
+ "fr": "French",
+ "fr-BE": "French (Belgium)",
+ "fr-CA": "French (Canada)",
+ "fr-FR": "French (France)",
+ "fr-CH": "French (Switzerland)",
+ "fur": "Friulian",
+ "ff": "Fulah",
+ "ff-SN": "Fulah (Senegal)",
+ "gd": "Gaelic, Scottish",
+ "gl": "Galician",
+ "gl-ES": "Galician (Spain)",
+ "lg": "Ganda",
+ "ka": "Georgian",
+ "ka-GE": "Georgian (Georgia)",
+ "de": "German",
+ "de-AT": "German (Austria)",
+ "de-DE": "German (Germany)",
+ "de-CH": "German (Switzerland)",
+ "el": "Greek",
+ "el-GR": "Greek (Greece)",
+ "kl": "Greenlandic",
+ "gu": "Gujarati",
+ "gu-IN": "Gujarati (India)",
+ "gun": "Gun",
+ "ht": "Haitian (Haitian Creole)",
+ "ht-HT": "Haitian (Haitian Creole) (Haiti)",
+ "ha": "Hausa",
+ "haw": "Hawaiian",
+ "he": "Hebrew",
+ "he-IL": "Hebrew (Israel)",
+ "hi": "Hindi",
+ "hi-IN": "Hindi (India)",
+ "hu": "Hungarian",
+ "hu-HU": "Hungarian (Hungary)",
+ "is": "Icelandic",
+ "is-IS": "Icelandic (Iceland)",
+ "io": "Ido",
+ "ig": "Igbo",
+ "ilo": "Iloko",
+ "id": "Indonesian",
+ "id-ID": "Indonesian (Indonesia)",
+ "ia": "Interlingua",
+ "iu": "Inuktitut",
+ "ga": "Irish",
+ "ga-IE": "Irish (Ireland)",
+ "it": "Italian",
+ "it-IT": "Italian (Italy)",
+ "it-CH": "Italian (Switzerland)",
+ "ja": "Japanese",
+ "ja-JP": "Japanese (Japan)",
+ "jv": "Javanese",
+ "kab": "Kabyle",
+ "kn": "Kannada",
+ "kn-IN": "Kannada (India)",
+ "pam": "Kapampangan",
+ "ks": "Kashmiri",
+ "ks-IN": "Kashmiri (India)",
+ "csb": "Kashubian",
+ "kk": "Kazakh",
+ "kk@Arab": "Kazakh (Arabic)",
+ "kk@Cyrl": "Kazakh (Cyrillic)",
+ "kk-KZ": "Kazakh (Kazakhstan)",
+ "kk@latin": "Kazakh (Latin)",
+ "km": "Khmer",
+ "km-KH": "Khmer (Cambodia)",
+ "rw": "Kinyarwanda",
+ "ky": "Kirgyz",
+ "tlh": "Klingon",
+ "kok": "Konkani",
+ "ko": "Korean",
+ "ko-KR": "Korean (Korea)",
+ "ku": "Kurdish",
+ "ku-IQ": "Kurdish (Iraq)",
+ "lad": "Ladino",
+ "lo": "Lao",
+ "lo-LA": "Lao (Laos)",
+ "ltg": "Latgalian",
+ "la": "Latin",
+ "lv": "Latvian",
+ "lv-LV": "Latvian (Latvia)",
+ "lez": "Lezghian",
+ "lij": "Ligurian",
+ "li": "Limburgian",
+ "ln": "Lingala",
+ "lt": "Lithuanian",
+ "lt-LT": "Lithuanian (Lithuania)",
+ "jbo": "Lojban",
+ "en@lolcat": "LOLCAT English",
+ "lmo": "Lombard",
+ "dsb": "Lower Sorbian",
+ "nds": "Low German",
+ "lb": "Luxembourgish",
+ "mk": "Macedonian",
+ "mk-MK": "Macedonian (Macedonia)",
+ "mai": "Maithili",
+ "mg": "Malagasy",
+ "ms": "Malay",
+ "ml": "Malayalam",
+ "ml-IN": "Malayalam (India)",
+ "ms-MY": "Malay (Malaysia)",
+ "mt": "Maltese",
+ "mt-MT": "Maltese (Malta)",
+ "mni": "Manipuri",
+ "mi": "Maori",
+ "arn": "Mapudungun",
+ "mr": "Marathi",
+ "mr-IN": "Marathi (India)",
+ "mh": "Marshallese",
+ "mw1": "Mirandese",
+ "mn": "Mongolian",
+ "mn-MN": "Mongolian (Mongolia)",
+ "nah": "Nahuatl",
+ "nv": "Navajo",
+ "nr": "Ndebele, South",
+ "nap": "Neapolitan",
+ "ne": "Nepali",
+ "ne-NP": "Nepali (Nepal)",
+ "nia": "Nias",
+ "nqo": "N'ko",
+ "se": "Northern Sami",
+ "nso": "Northern Sotho",
+ "no": "Norwegian",
+ "nb": "Norwegian Bokmål",
+ "nb-NO": "Norwegian Bokmål (Norway)",
+ "no-NO": "Norwegian (Norway)",
+ "nn": "Norwegian Nynorsk",
+ "nn-NO": "Norwegian Nynorsk (Norway)",
+ "ny": "Nyanja",
+ "oc": "Occitan (post 1500)",
+ "or": "Oriya",
+ "or-IN": "Oriya (India)",
+ "om": "Oromo",
+ "os": "Ossetic",
+ "pfl": "Palatinate German",
+ "pa": "Panjabi (Punjabi)",
+ "pa-IN": "Panjabi (Punjabi) (India)",
+ "pap": "Papiamento",
+ "fa": "Persian",
+ "fa-AF": "Persian (Afghanistan)",
+ "fa-IR": "Persian (Iran)",
+ "pms": "Piemontese",
+ "en@pirate": "Pirate English",
+ "pl": "Polish",
+ "pl-PL": "Polish (Poland)",
+ "pt": "Portuguese",
+ "pt-BR": "Portuguese (Brazil)",
+ "pt-PT": "Portuguese (Portugal)",
+ "ps": "Pushto",
+ "ro": "Romanian",
+ "ro-RO": "Romanian (Romania)",
+ "rm": "Romansh",
+ "ru": "Russian",
+ "ru-ee": "Russian (Estonia)",
+ "ru-lv": "Russian (Latvia)",
+ "ru-lt": "Russian (Lithuania)",
+ "ru@petr1708": "Russian Petrine orthography",
+ "ru-RU": "Russian (Russia)",
+ "sah": "Sakha (Yakut)",
+ "sm": "Samoan",
+ "sa": "Sanskrit",
+ "sat": "Santali",
+ "sc": "Sardinian",
+ "sco": "Scots",
+ "sr": "Serbian",
+ "sr@Ijekavian": "Serbian (Ijekavian)",
+ "sr@ijekavianlatin": "Serbian (Ijekavian Latin)",
+ "sr@latin": "Serbian (Latin)",
+ "sr-RS@latin": "Serbian (Latin) (Serbia)",
+ "sr-RS": "Serbian (Serbia)",
+ "sn": "Shona",
+ "scn": "Sicilian",
+ "szl": "Silesian",
+ "sd": "Sindhi",
+ "si": "Sinhala",
+ "si-LK": "Sinhala (Sri Lanka)",
+ "sk": "Slovak",
+ "sk-SK": "Slovak (Slovakia)",
+ "sl": "Slovenian",
+ "sl-SI": "Slovenian (Slovenia)",
+ "so": "Somali",
+ "son": "Songhay",
+ "st": "Sotho, Southern",
+ "st-ZA": "Sotho, Southern (South Africa)",
+ "sma": "Southern Sami",
+ "es": "Spanish",
+ "es-AR": "Spanish (Argentina)",
+ "es-BO": "Spanish (Bolivia)",
+ "es-CL": "Spanish (Chile)",
+ "es-CO": "Spanish (Colombia)",
+ "es-CR": "Spanish (Costa Rica)",
+ "es-DO": "Spanish (Dominican Republic)",
+ "es-EC": "Spanish (Ecuador)",
+ "es-SV": "Spanish (El Salvador)",
+ "es-GT": "Spanish (Guatemala)",
+ "es-419": "Spanish (Latin America)",
+ "es-MX": "Spanish (Mexico)",
+ "es-NI": "Spanish (Nicaragua)",
+ "es-PA": "Spanish (Panama)",
+ "es-PY": "Spanish (Paraguay)",
+ "es-PE": "Spanish (Peru)",
+ "es-PR": "Spanish (Puerto Rico)",
+ "es-ES": "Spanish (Spain)",
+ "es-US": "Spanish (United States)",
+ "es-UY": "Spanish (Uruguay)",
+ "es-VE": "Spanish (Venezuela)",
+ "su": "Sundanese",
+ "sw": "Swahili",
+ "sw-KE": "Swahili (Kenya)",
+ "ss": "Swati",
+ "sv": "Swedish",
+ "sv-FI": "Swedish (Finland)",
+ "sv-SE": "Swedish (Sweden)",
+ "tl": "Tagalog",
+ "tl-PH": "Tagalog (Philippines)",
+ "tg": "Tajik",
+ "tg-TJ": "Tajik (Tajikistan)",
+ "tzl": "Talossan",
+ "ta": "Tamil",
+ "ta-IN": "Tamil (India)",
+ "ta-LK": "Tamil (Sri-Lanka)",
+ "tt": "Tatar",
+ "te": "Telugu",
+ "te-IN": "Telugu (India)",
+ "tet": "Tetum (Tetun)",
+ "th": "Thai",
+ "th-TH": "Thai (Thailand)",
+ "bo": "Tibetan",
+ "bo-CN": "Tibetan (China)",
+ "ti": "Tigrinya",
+ "to": "Tongan",
+ "ts": "Tsonga",
+ "tn": "Tswana",
+ "tr": "Turkish",
+ "tr-TR": "Turkish (Turkey)",
+ "tk": "Turkmen",
+ "tk-TM": "Turkmen (Turkmenistan)",
+ "udm": "Udmurt",
+ "ug": "Uighur",
+ "ug@Arab": "Uighur (Arabic)",
+ "ug@Cyrl": "Uighur (Cyrillic)",
+ "ug@Latin": "Uighur (Latin)",
+ "uk": "Ukrainian",
+ "uk-UA": "Ukrainian (Ukraine)",
+ "vmf": "Upper Franconian",
+ "hsb": "Upper Sorbian",
+ "ur": "Urdu",
+ "ur-PK": "Urdu (Pakistan)",
+ "uz": "Uzbek",
+ "uz@Arab": "Uzbek (Arabic)",
+ "uz@Cyrl": "Uzbek (Cyrillic)",
+ "uz@Latn": "Uzbek (Latin)",
+ "uz-UZ": "Uzbek (Uzbekistan)",
+ "ve": "Venda",
+ "vec": "Venetian",
+ "vi": "Vietnamese",
+ "vi-VN": "Vietnamese (Viet Nam)",
+ "vls": "Vlaams",
+ "wa": "Walloon",
+ "war": "Wáray-Wáray",
+ "cy": "Welsh",
+ "cy-GB": "Welsh (United Kingdom)",
+ "fy": "Western Frisian",
+ "fy-NL": "Western Frisian (Netherlands)",
+ "wo": "Wolof",
+ "wo-SN": "Wolof (Senegal)",
+ "xh": "Xhosa",
+ "yi": "Yiddish",
+ "yo": "Yoruba",
+ "zu": "Zulu",
+ "zu-ZA": "Zulu (South Africa)"
+ },
+ "countries": {
+ "Afghanistan": "Avganistan",
+ "Åland Islands": "Olandska ostrva",
+ "Albania": "Albanija",
+ "Algeria": "Alžir",
+ "American Samoa": "Američka Samoa",
+ "Andorra": "Andora",
+ "Angola": "Angola",
+ "Anguilla": "Anguilla",
+ "Antarctica": "Antartik",
+ "Antigua and Barbuda": "Antigva i Barbuda",
+ "Argentina": "Argentina",
+ "Armenia": "Jermenija",
+ "Aruba": "Aruba",
+ "Australia": "Australija",
+ "Austria": "Austrija",
+ "Azerbaijan": "Azerbejdžan",
+ "Bahamas": "Bahami",
+ "Bahrain": "Bahrein",
+ "Bangladesh": "Bangladeš",
+ "Barbados": "Barbados",
+ "Belarus": "Belorusija",
+ "Belgium": "Belgija",
+ "Belize": "Belize",
+ "Benin": "Benin",
+ "Bermuda": "Bermuda",
+ "Bhutan": "Butan",
+ "Bolivia, Plurinational State of bolivia": "Bolivija, višenacionalna država Bolivije",
+ "Bosnia and Herzegovina": "Bosna i Hercegovina",
+ "Botswana": "Botswana",
+ "Bouvet Island": "Bouvet Island",
+ "Brazil": "Brazil",
+ "British Indian Ocean Territory": "British Indian Ocean Territory",
+ "Brunei Darussalam": "Brunei Darussalam",
+ "Bulgaria": "Bulgaria",
+ "Burkina Faso": "Burkina Faso",
+ "Burundi": "Burundi",
+ "Cambodia": "Cambodia",
+ "Cameroon": "Cameroon",
+ "Canada": "Canada",
+ "Cape Verde": "Cape Verde",
+ "Cayman Islands": "Cayman Islands",
+ "Central African Republic": "Central African Republic",
+ "Chad": "Chad",
+ "Chile": "Chile",
+ "China": "China",
+ "Christmas Island": "Christmas Island",
+ "Cocos (Keeling) Islands": "Cocos (Keeling) Islands",
+ "Colombia": "Colombia",
+ "Comoros": "Comoros",
+ "Congo": "Congo",
+ "Congo, The Democratic Republic of the Congo": "Congo, The Democratic Republic of the Congo",
+ "Cook Islands": "Cook Islands",
+ "Costa Rica": "Costa Rica",
+ "Cote d'Ivoire": "Cote d'Ivoire",
+ "Croatia": "Croatia",
+ "Cuba": "Cuba",
+ "Cyprus": "Cyprus",
+ "Czech Republic": "Czech Republic",
+ "Denmark": "Denmark",
+ "Djibouti": "Djibouti",
+ "Dominica": "Dominica",
+ "Dominican Republic": "Dominican Republic",
+ "Ecuador": "Ecuador",
+ "Egypt": "Egypt",
+ "El Salvador": "El Salvador",
+ "Equatorial Guinea": "Equatorial Guinea",
+ "Eritrea": "Eritrea",
+ "Estonia": "Estonia",
+ "Ethiopia": "Ethiopia",
+ "Falkland Islands (Malvinas)": "Falkland Islands (Malvinas)",
+ "Faroe Islands": "Faroe Islands",
+ "Fiji": "Fiji",
+ "Finland": "Finland",
+ "France": "France",
+ "French Guiana": "French Guiana",
+ "French Polynesia": "French Polynesia",
+ "French Southern Territories": "French Southern Territories",
+ "Gabon": "Gabon",
+ "Gambia": "Gambia",
+ "Georgia": "Georgia",
+ "Germany": "Germany",
+ "Ghana": "Ghana",
+ "Gibraltar": "Gibraltar",
+ "Greece": "Greece",
+ "Greenland": "Greenland",
+ "Grenada": "Grenada",
+ "Guadeloupe": "Guadeloupe",
+ "Guam": "Guam",
+ "Guatemala": "Guatemala",
+ "Guernsey": "Guernsey",
+ "Guinea": "Guinea",
+ "Guinea-Bissau": "Guinea-Bissau",
+ "Guyana": "Guyana",
+ "Haiti": "Haiti",
+ "Heard Island and Mcdonald Islands": "Heard Island and Mcdonald Islands",
+ "Holy See (Vatican City State)": "Holy See (Vatican City State)",
+ "Honduras": "Honduras",
+ "Hong Kong": "Hong Kong",
+ "Hungary": "Hungary",
+ "Iceland": "Iceland",
+ "India": "India",
+ "Indonesia": "Indonesia",
+ "Iran, Islamic Republic of Persian Gulf": "Iran, Islamic Republic of Persian Gulf",
+ "Iraq": "Iraq",
+ "Ireland": "Ireland",
+ "Isle of Man": "Isle of Man",
+ "Israel": "Israel",
+ "Italy": "Italy",
+ "Jamaica": "Jamaica",
+ "Japan": "Japan",
+ "Jersey": "Jersey",
+ "Jordan": "Jordan",
+ "Kazakhstan": "Kazakhstan",
+ "Kenya": "Kenya",
+ "Kiribati": "Kiribati",
+ "Korea, Democratic People's Republic of Korea": "Korea, Democratic People's Republic of Korea",
+ "Korea, Republic of South Korea": "Korea, Republic of South Korea",
+ "Kosovo": "Autonomna pokrajina Kosovo i Metohija",
+ "Kuwait": "Kuwait",
+ "Kyrgyzstan": "Kyrgyzstan",
+ "Laos": "Laos",
+ "Latvia": "Latvia",
+ "Lebanon": "Lebanon",
+ "Lesotho": "Lesotho",
+ "Liberia": "Liberia",
+ "Libyan Arab Jamahiriya": "Libyan Arab Jamahiriya",
+ "Liechtenstein": "Liechtenstein",
+ "Lithuania": "Lithuania",
+ "Luxembourg": "Luxembourg",
+ "Macao": "Macao",
+ "Macedonia": "Macedonia",
+ "Madagascar": "Madagascar",
+ "Malawi": "Malawi",
+ "Malaysia": "Malaysia",
+ "Maldives": "Maldives",
+ "Mali": "Mali",
+ "Malta": "Malta",
+ "Marshall Islands": "Marshall Islands",
+ "Martinique": "Martinique",
+ "Mauritania": "Mauritania",
+ "Mauritius": "Mauritius",
+ "Mayotte": "Mayotte",
+ "Mexico": "Mexico",
+ "Micronesia, Federated States of Micronesia": "Micronesia, Federated States of Micronesia",
+ "Moldova": "Moldova",
+ "Monaco": "Monaco",
+ "Mongolia": "Mongolia",
+ "Montenegro": "Montenegro",
+ "Montserrat": "Montserrat",
+ "Morocco": "Morocco",
+ "Mozambique": "Mozambique",
+ "Myanmar": "Myanmar",
+ "Namibia": "Namibia",
+ "Nauru": "Nauru",
+ "Nepal": "Nepal",
+ "Netherlands": "Netherlands",
+ "Netherlands Antilles": "Netherlands Antilles",
+ "New Caledonia": "New Caledonia",
+ "New Zealand": "New Zealand",
+ "Nicaragua": "Nicaragua",
+ "Niger": "Niger",
+ "Nigeria": "Nigeria",
+ "Niue": "Niue",
+ "Norfolk Island": "Norfolk Island",
+ "Northern Mariana Islands": "Northern Mariana Islands",
+ "Norway": "Norway",
+ "Oman": "Oman",
+ "Pakistan": "Pakistan",
+ "Palau": "Palau",
+ "Palestinian Territory, Occupied": "Palestinian Territory, Occupied",
+ "Panama": "Panama",
+ "Papua New Guinea": "Papua New Guinea",
+ "Paraguay": "Paraguay",
+ "Peru": "Peru",
+ "Philippines": "Philippines",
+ "Pitcairn": "Pitcairn",
+ "Poland": "Poland",
+ "Portugal": "Portugal",
+ "Puerto Rico": "Puerto Rico",
+ "Qatar": "Qatar",
+ "Romania": "Romania",
+ "Russia": "Russia",
+ "Rwanda": "Rwanda",
+ "Reunion": "Reunion",
+ "Saint Barthelemy": "Saint Barthelemy",
+ "Saint Helena, Ascension and Tristan Da Cunha": "Saint Helena, Ascension and Tristan Da Cunha",
+ "Saint Kitts and Nevis": "Saint Kitts and Nevis",
+ "Saint Lucia": "Saint Lucia",
+ "Saint Martin": "Saint Martin",
+ "Saint Pierre and Miquelon": "Saint Pierre and Miquelon",
+ "Saint Vincent and the Grenadines": "Saint Vincent and the Grenadines",
+ "Samoa": "Samoa",
+ "San Marino": "San Marino",
+ "Sao Tome and Principe": "Sao Tome and Principe",
+ "Saudi Arabia": "Saudi Arabia",
+ "Senegal": "Senegal",
+ "Serbia": "Serbia",
+ "Seychelles": "Seychelles",
+ "Sierra Leone": "Sierra Leone",
+ "Singapore": "Singapore",
+ "Slovakia": "Slovakia",
+ "Slovenia": "Slovenia",
+ "Solomon Islands": "Solomon Islands",
+ "Somalia": "Somalia",
+ "South Africa": "South Africa",
+ "South Sudan": "South Sudan",
+ "South Georgia and the South Sandwich Islands": "South Georgia and the South Sandwich Islands",
+ "Spain": "Spain",
+ "Sri Lanka": "Sri Lanka",
+ "Sudan": "Sudan",
+ "Suriname": "Suriname",
+ "Svalbard and Jan Mayen": "Svalbard and Jan Mayen",
+ "Swaziland": "Swaziland",
+ "Sweden": "Sweden",
+ "Switzerland": "Switzerland",
+ "Syrian Arab Republic": "Syrian Arab Republic",
+ "Taiwan": "Taiwan",
+ "Tajikistan": "Tajikistan",
+ "Tanzania, United Republic of Tanzania": "Tanzania, United Republic of Tanzania",
+ "Thailand": "Thailand",
+ "Timor-Leste": "Timor-Leste",
+ "Togo": "Togo",
+ "Tokelau": "Tokelau",
+ "Tonga": "Tonga",
+ "Trinidad and Tobago": "Trinidad and Tobago",
+ "Tunisia": "Tunisia",
+ "Turkey": "Turkey",
+ "Turkmenistan": "Turkmenistan",
+ "Turks and Caicos Islands": "Turks and Caicos Islands",
+ "Tuvalu": "Tuvalu",
+ "Uganda": "Uganda",
+ "Ukraine": "Ukraine",
+ "United Arab Emirates": "United Arab Emirates",
+ "United Kingdom": "United Kingdom",
+ "United States": "United States",
+ "Uruguay": "Uruguay",
+ "Uzbekistan": "Uzbekistan",
+ "Vanuatu": "Vanuatu",
+ "Venezuela, Bolivarian Republic of Venezuela": "Venezuela, Bolivarian Republic of Venezuela",
+ "Vietnam": "Vietnam",
+ "Virgin Islands, British": "Virgin Islands, British",
+ "Virgin Islands, U.S.": "Virgin Islands, U.S.",
+ "Wallis and Futuna": "Wallis and Futuna",
+ "Yemen": "Yemen",
+ "Zambia": "Zambia",
+ "Zimbabwe": "Zimbabwe"
+ },
+ "api": {
+ "providerNotAvailable": "Jedan ili više omogućenih provajdera nije dostupan: param1",
+ "range": "Veličina datoteke trebala bi da bude manja od {{param3}} KB",
+ "mime_type": "Tip datoteke nije podržan. Pošaljite .csv datoteku.",
+ "not_empty": ": polje ne sme biti prazno",
+ "isKeyAvailable": "Ključ {{value}} nije dostupan",
+ "contactIsValid": "Nevažeći telefonski broj",
+ "roleDoesNotExist": "role_id {{value}} ne postoji",
+ "invalidFormStageId": "form_stage_id :vrednost ne postoji",
+ "postTypeLimitReached": "ograničenje: {{posttypes}}",
+ "dataUrlOrMediaRequired": "Potreban je jedan od data_url ili media_id",
+ "dataUrlMediaConflict": "Može se definisati samo jedan od data_url ili media_id",
+ "size_error": "Veličina datoteke trebala bi da bude manja od :param1 MB",
+ "mime_type_not_allowed": "Tip datoteke nije podržan. Pošaljite datoteku slike.",
+ "mime_not_empty": "MIME tip nije pronađen. Za datoteku mora biti postavljen MIME tip.",
+ "contact": {
+ "invalid_phone": "Nevažeći telefonski broj {{param1}}",
+ "invalid_email": "Nevažeća adresa e-pošte {{param1}}"
+ },
+ "email": {
+ "title": "{{sitename}} Nova objava: {{title}}",
+ "message": "Nova objava na {{sitename}} {{title}} {{content}} Pogledaj objavu: {{url}}"
+ },
+ "sms": {
+ "message": "{{sitename}} Nova objava: {{title}}"
+ },
+ "publishedPostsLimitReached": "ograničenje: {{posts}}",
+ "tagDoesNotExist": "kategorija : :value ne postoji",
+ "attributeDoesNotExist": "atribut {{param1}} ne postoji",
+ "tooManyValues": "Previše vrednosti za {{param1}} (maks: {{param2}})",
+ "valueDoesNotExist": "vrednost id {{param2}} za polje {{param1}} ne postoji",
+ "canNotUseExistingValueOnNewPost": "Ne možete koristiti postojeću vrednost {{param2}} za polje {{param1}} na novoj objavi",
+ "postAttributeRequired": "atribut {{param1}} je obavezan",
+ "taskAttributeRequired": "atribut {{param1}} je potreban pre nego što se faza {{param2}} završi",
+ "emptyIdAndLocale": "Mora imati najmanje ID ili mesto",
+ "emptyParentWithLocale": "Mora da ima roditeljski id pri prolasku lokala",
+ "notAnArray": "Post values for {{param1}} must be an array",
+ "scalar": "Post values for {{param1}} must be scalar",
+ "doesTranslationExist": "Translation {{value}} for post {{param2}} already exists",
+ "published_to": {
+ "exists": "The role you are publishing to {{value}} does not exist"
+ },
+ "stageDoesNotExist": "Stage {{param1}} does not exist",
+ "stageRequired": "Stage {{param1}} is required before publishing",
+ "postNeedsApprovalBeforePublishing": "Post needs approval by an administrator before it can be published",
+ "postCanOnlyBeUnpublishedByAdmin": "Post can only be unpublished by an administrator",
+ "alreadyLockedByDifferentUser": "Post is currently locked by a different user and can not be updated.",
+ "values": {
+ "date": "The field {{param1}} must be a date, Given: {{param2}}",
+ "decimal": "The field {{param1}} must be a decimal with 2 places, Given: {{param2}}",
+ "digit": "The field {{param1}} must be a digit, Given: {{param2}}",
+ "email": "The field {{param1}} must be an email address, Given: {{param2}}",
+ "exists": "The field {{param1}} must be a valid post id, Post id: {{param2}}",
+ "tagExists": "The field {{param1}} must be a valid category id or name, Category: {{param2}}",
+ "max_length": "The field {{param1}} must not exceed :param2 characters long, Given: {{param2}}",
+ "invalidForm": "The field {{param1}} has the wrong post type, Post id:{{param2}}",
+ "numeric": "The field {{param1}} must be numeric, Given: {{param2}}",
+ "scalar": "The field {{param1}} must be scalar, Given: {{param2}}",
+ "point": "The field {{param1}} must be an array of lat and lon",
+ "lat": "the field {{param1}} must contain a valid latitude",
+ "lon": "the field {{param1}} must contain a valid longitude",
+ "url": "The field {{param1}} must be a url, Given: {{param2}}",
+ "video_type": "The field {{param1}} must be either a youtube or vimeo url, Given: {{param2}}"
+ },
+ "role": {
+ "isRoleValid": "Role must match the parent category",
+ "exists": "Role {{value}} does not exist"
+ },
+ "description_regex": "The description must contain only letters, numbers, spaces and punctuation",
+ "regex": "The category name must contain only letters, numbers, spaces and punctuation",
+ "isUniqueEmail": "{{field}} is already in use",
+ "isUniqueUsername": "{{field}} is already in use",
+ "isUserSelf": "You cannot change your own role",
+ "adminUserLimitReached": "limit:{{:admin}}"
+ }
+}
diff --git a/apps/web-mzima-client/src/assets/locales/tr.json b/apps/web-mzima-client/src/assets/locales/tr.json
new file mode 100644
index 00000000000..e8f2265a4c8
--- /dev/null
+++ b/apps/web-mzima-client/src/assets/locales/tr.json
@@ -0,0 +1,2770 @@
+{
+ "app": {
+ "contact_email_address": "Contact email address:",
+ "powered_by_ushahidi": "Ushahidi tarafından hayata geçirilmiştir.",
+ "support": "Ushahidi destek",
+ "by": "tarafından",
+ "submit": "Gönder",
+ "anonymous": "Anonim",
+ "submitting": "Gönderiyor",
+ "submit_another": "Gönder ve Bir Diğerini Ekle",
+ "submit_response": "Bir anket cevabı gönder",
+ "can_see_this": "bunu görebilir",
+ "collection": "Koleksiyon",
+ "collections": "Koleksiyonlar",
+ "create_collection": "Create collection",
+ "add_collection": "Add collection",
+ "export_to_csv": "Export filtered data",
+ "create_new": "Create new",
+ "create_new_survey": "Create new survey",
+ "created_by": "Created by {{author}}",
+ "date_created": "Date created",
+ "date_updated": "Date updated",
+ "choose_photo": "Choose photo",
+ "choose": "Choose...",
+ "add_all_fields": "Add all fields",
+ "insert_text_here": "Insert text here...",
+ "deployment_not_found" : {
+ "text" : "Sorry, that deployment does not exist. Would you like to create a new deployment?",
+ "button_exit" : "Exit",
+ "button_create_deployment" : "Create Deployment"
+ },
+ "documentation": {
+ "title": "Documentation",
+ "description": "Learn how to set up, configure, and manage your Ushahidi deployment."
+ },
+ "donate": "Donate",
+ "donation": "Donation",
+ "disable_monetization": "Disable Monetization",
+ "enable_monetization": "Enable Monetization",
+ "enable_monetization_error": "Fill in required fields above before enabling monetization.",
+ "enable_monetization_info": "Monetization is currently disabled.",
+ "intercom": {
+ "intercom": "Intercom",
+ "description": "Contact Ushahidi staff for chat support"
+ },
+ "onboarding": {
+ "title": "Onboarding",
+ "description": "Take a look at the Ushahidi onboarding again."
+ },
+ "report_a_bug": {
+ "title": "Report a bug",
+ "description": "Tell us when something doesn't work the way you expected."
+ },
+ "edit_collection": "Edit collection",
+ "features": {
+ "title": "Features",
+ "description": "See what Ushahidi can do and how it works."
+ },
+ "forbidden": "Sorry, you're not allowed to do that.",
+ "forbidden-login": "Please enter your login details to access the deployment.",
+ "contact_with_admin": "Or contact the Admin ",
+ "404": "That URL doesn't exist",
+ "page-not-found": "Page not found",
+ "get_notifications": "Get notifications",
+ "turn_off_notifications": "Turn off notifications",
+ "load_more": "Load more",
+ "loading": "Loading",
+ "loading_saved_searches": "Loading saved searches",
+ "more": "More",
+ "cancel": "Cancel",
+ "save": "Save",
+ "save_and_close": "Save & close",
+ "update": "Update",
+ "update_and_close": "Update & close",
+ "add_and_close": "Add & close",
+ "updating": "Updating",
+ "saving": "Saving",
+ "settings": "Settings",
+ "share": "Share",
+ "specific_roles": "Specific roles...",
+ "general": "General",
+ "surveys": "Survey",
+ "add_survey": "New Survey",
+ "edit_survey": "Edit Survey",
+ "data_sources": "Data Sources",
+ "import": "Import",
+ "users": "Users",
+ "edit_user": "Edit User",
+ "add_user": "Add User",
+ "edit": "Edit",
+ "roles": "Roles",
+ "edit_role": "Edit Role",
+ "add_role": "Add Role",
+ "webhooks": "Webhooks",
+ "edit_webhook": "Edit Role",
+ "add_webhook": "Add Role",
+ "categories": "Categories",
+ "edit_category": "Edit Category",
+ "add_category": "Add Category",
+ "categories_count": "{{count}} categories",
+ "plans": "Plans",
+ "delete": "Delete",
+ "description": "Description",
+ "color": "Color",
+ "search_users": "Search users",
+ "searching": "Searching",
+ "show_hide": "Show/Hide",
+ "fields": "Fields",
+ "no_results": "No results found.",
+ "current_results": "Current results:",
+ "filter_by": "Filter by...",
+ "sort_filter": "Sort & filter",
+ "apply_filters": "Apply",
+ "close_and_view": "Close and view results",
+ "show_more_less": "Show more/less",
+ "filters": "Filters",
+ "filters_and_sorting": "Filters and sorting",
+ "filter_by_survey": "Filter by survey",
+ "configure": "Configure",
+ "post": "Post",
+ "name": "Name",
+ "key": "Key",
+ "survey_web_address": "Your survey's web address",
+ "default_value": "Default value (optional):",
+ "select_one": "Select One",
+ "sort_and_filter": "Sort & filter",
+ "saved_search": "Saved Search",
+ "tasks": "Tasks",
+ "return_to_all_posts": "Return to all posts",
+ "this_deplyment_is_private": "This deployment is private",
+ "private_deployment": "Private Deployment",
+ "mark_as": "Mark as",
+ "who_can_see_this_category": "Who can see this category?",
+ "this_category_is_child_to": "This category is a child to {{parent}}",
+ "nothing": "Nothing",
+ "who_can_see_this": "Who can see this?",
+ "add": "Add",
+ "add_new_category": "+ Add new category",
+ "sort_by": "Sort By ...",
+ "newest_first": "Newest first",
+ "oldest_first": "Oldest first",
+ "language": "Language",
+ "select_language": "Select language",
+ "add_new_post": "Add new post",
+ "previous": "Previous",
+ "duplicate": "Çoğalt",
+ "yes_delete": "Yes, delete",
+ "no_go_back": "No, go back",
+ "are_you_sure_you_want_to_delete": "Are you sure you want to Delete",
+ "action_cannot_be_undone": "This action cannot be undone.
Are you sure?
",
+ "you_are_not_authorized": "You are not authorized",
+ "lost_internet_connection": "Lost internet connection",
+ "tweet_is_unavailable": "This tweet is unavailable",
+ "file_uploader": "File uploader",
+ "preview_image": "Preview image",
+ "privacy_policy": "Privacy Policy",
+ "terms_and_conditions": "Terms and Conditions",
+ "ok_sounds_good": "OK, sounds good",
+ "next_step": "Next step",
+ "we_are_aware_there_are_some_issues_here": "We are aware there are some issues here. The team is working on fixing them.",
+ "you_are_using_old_deployment_version": "You are using Deployment Version - {{api_version}}. The latest version is v5. Please, update your Deployment for users access.",
+ "outdated_deployment": "Outdated Deployment!",
+ "the_deployment_is_outdated": "The Deployment is outdated, therefore some bugs may occur, till Admin update it.",
+ "your_deployment_is_outdated": "Your Deployment is outdated",
+ "we_ve_updated_deployments_to_version_5": "We’ve updated Deployments to version 5. Users may not have access to your deployment soon. ",
+ "for_more_details_on_deployment_update": "For more details on deployment update, go to Help & Support (this should be a link) or send an email to:",
+ "open_chat": "Open Chat",
+ "end_post": "End of Posts"
+ },
+ "cookies": {
+ "we_use_cookies": "Howdy! We use cookies to make your experience better.",
+ "cookies_privacy": "If you want to know more or withdraw your consent, please go to our Privacy Policy.",
+ "decline": "Decline",
+ "accept_cookies": "Accept cookies"
+ },
+ "404": {
+ "404": "404",
+ "error": "error",
+ "description": "Oops... Sorry, we can’t find the page that you’re looking for.
Please search by another phrase or go back to the Map View.",
+ "button": "Go to the Map View"
+ },
+ "toolbar": {
+ "searchbar": {
+ "search_entity": "Ara {{entity}}",
+ "search_all_entities_for": "Bütün {{entity}} yi ..... için ara"
+ }
+ },
+ "color_picker": {
+ "hex_value": "Hex Değeri",
+ "red": "Kırmızı",
+ "gold": "Altın",
+ "blue": "Mavi",
+ "green": "Yeşil"
+ },
+ "feature_limits": {
+ "view_unavailable": "Mevcut planınızda {{value}} görünümü etkin değildir. Edinmek için yükseltin!"
+ },
+ "limit": {
+ "plan_limit": "Ushahidi Plan Sınırı",
+ "post_limit_reached": "Planınız için geçerli olan gönderi yayınlama sınırına ulaştınız.",
+ "admin_limit_reached": "Planınızı için geçerli admin kullanıcı sayısı sınırına ulaştınız.",
+ "post_type_limit_reached": "Planınız için geçerli anket sınırına ulaştınız.",
+ "upgrade": "Yükselt"
+ },
+ "activity": {
+ "activity_over_time": "Zaman içerisindeki etkinlik",
+ "activity_by_volume": "Hacmen etkinlik",
+ "recent_activity_timeline": "En Son Etkinlik zaman çizelgelsi",
+ "new_post": "Yeni Gönderi",
+ "by": "Tarafından",
+ "context_body": "{{site}} ile kaç kişinin etkileşimde olduğunun bir özeti.",
+ "inbound": "Inbound Response Messages",
+ "outbound": "Outbound Surveying Messages",
+ "recipients": "Unique Recipients of Targeted Survey",
+ "responders": "Unique Responders to Targeted Survey",
+ "all_targeted": "All Targeted Surveys",
+ "no_targeted": "You don't have any Targeted Survey data to show.",
+ "all_sources": "All Data Souces",
+ "web_mobile": "Web and Mobile",
+ "email": "email",
+ "sms": "sms",
+ "twitter": "twitter",
+ "all_crowdsourced": "All Crowdsourced Surveys",
+ "no_crowdsourced": "You don't have any Crowdsourced Survey data to show.",
+ "targeted_activity": "Tageted Survey Activity",
+ "crowdsourced_activity": "Crowdsourced Survey Activity",
+ "tooltip_template": "This is the single point tooltip template"
+ },
+ "form": {
+ "add_field": "Add field",
+ "add_field_instructions": "Bu alana talimatları ekle",
+ "add_field_instructions_info": "Bu talimatlar kullanıcı bu alanı doldururken ipucu olarak gösterilecektir.",
+ "add_field_instructions_placeholder": "Bu alanı açıklayın",
+ "add_post_type": "Anket Ekle",
+ "add_step": "Add Task",
+ "add_language": "Add language",
+ "added_form_stage_attribute": "Saved field",
+ "field_allowed_relation_post_type": "Allowed surveys",
+ "choose_order_message": "Choose and order the fields that you would like to include in this survey",
+ "created_form_stage": "Saved task",
+ "currently_disabled": "This survey is currently disabled.",
+ "custom_structure": "Custom Structure",
+ "default_date_placeholder": "Default date",
+ "default_date_hint": "If no date is added, the current time of posting would be added by default. The user can still update the {{ field_name }} after post submission.",
+ "default_default_placeholder": "Default value",
+ "default_location_placeholder": "Nairobi, Kenya",
+ "delete_post_type": "Delete this survey",
+ "deleted_form": "Deleted Survey",
+ "deleted_form_stage": "Deleted Task",
+ "deleted_form_stage_attribute": "Deleted field",
+ "editable_by": "Editable By",
+ "edit_post_step": "Edit Task: {{step}}",
+ "edit_post_type": "Edit Survey: {{form}}",
+ "edit_post_types": "Edit Surveys",
+ "field_add_option": "Add",
+ "field_add_other": "Add other",
+ "field_add_other_desc": "Allows entering a custom option that is not listed among the provided choices.",
+ "field_default": "Field Default",
+ "field_key": "Field Key",
+ "field_type": "Field Type",
+ "field_name": "Field Name",
+ "field_options": "Field Options",
+ "field_key_placeholder": "field-key",
+ "field_name_placeholder": "Name this field",
+ "field_option_placeholder": "Option 1",
+ "field_required": "This field is required",
+ "form_name": "Name",
+ "form_description": "Description",
+ "forms": "Forms",
+ "form_stage_settings_saved": "Saved settings",
+ "permission_public": "Public",
+ "permission_admin": "Admin",
+ "permission_self": "Only Me",
+ "post_type_settings": "Survey Settings",
+ "post_step_settings": "Task Settings",
+ "priority_changed": "Changed priority",
+ "save_and_close": "Save & Close",
+ "save_post_type": "Save Survey",
+ "save_post_step": "Save Task",
+ "saved_form": "Survey saved.",
+ "select_language": "Select languages",
+ "step_delete": "Delete",
+ "step_name": "Task Name",
+ "step_rename": "Rename",
+ "step_required": "This task is required",
+ "post_step": "Post",
+ "type": "type",
+ "visible_to": "Visible To",
+ "choose_language": "Choose language for translation",
+ "error_input_number": "Please input {{type}} type number"
+ },
+ "survey": {
+ "no_tasks": "No tasks",
+ "select_categories": "Select categories",
+ "select_related_post": "Select related post",
+ "no_fields": "No fields",
+ "select_color": "Select color",
+ "choose_survey": "Choose survey",
+ "marked_for_internal": {
+ "header": "Internal Use Only",
+ "body": "This task is marked for internal use only. It is not seen by users when they create a post."
+ },
+ "task_is_marked_as": {
+ "not_completed": "Task Complete? - Use toggle below",
+ "completed": "You have marked \"{{taskName}}\" Task as Completed!"
+ },
+ "delete_task": "Görevi sil",
+ "duplicate_survey": "Çoğalt",
+ "main_info": "Main info",
+ "internal_use_task": "Görev yalnızca iç kullanım içinidir",
+ "internal_use_task_desc": "Bu görev yalnızca Gönderi Yönetme izni olan Kullanıcıya görünür olacak.",
+ "duplicate_task": "Duplicate task",
+ "duplicate_option": "Duplicate option is present",
+ "special_characters_option": "This option contains special characters",
+ "show_this_task_to": "Show this task to everyone when published",
+ "show_this_task_to_desc": "When a survey response is published, data from this task will be displayed.",
+ "survey_name": "Survey name",
+ "describe_your_survey": "Describe your survey...",
+ "describe_this_task": "Describe this task...",
+ "untitled_task": "Untitled task",
+ "add_task": "Add task",
+ "title": "Title",
+ "field_allowed_relation_survey": "Allowed surveys",
+ "collect_image_caption": "Include image caption field",
+ "collect_media_caption": "Include caption field",
+ "disable_caption_field_explanation": "This will disable and hide all existing captions for this field, but you can re-enable them at any time.",
+ "description": "Description",
+ "task_description": "Task description",
+ "post_fields": "Post fields",
+ "task_fields": "Task fields",
+ "show_task": "Show this task to everyone when the post is published",
+ "task_info": "You can add additional information to each post, like translations or verification, and assign them to people by adding Tasks. You can choose from pre-built tasks or create your own from scratch.",
+ "text_desc": "A sentence or less",
+ "short_text": "Short text",
+ "long_text": "Long text",
+ "number_decimal": "Number (Decimal)",
+ "number_integer": "Number (Integer)",
+ "location": "Location",
+ "date": "Date",
+ "datetime": "Date & Time",
+ "select": "Select",
+ "radio_button": "Radio Button(s)",
+ "checkbox": "Checkbox(es)",
+ "related_post": "Related Post",
+ "related_post_info": "Please note, the posts to relate to needs to be published, posts that are \"Under review\" will not appear in the search-results",
+ "upload_image": "Image",
+ "upload_document": "Document",
+ "upload_audio": "Audio",
+ "embed_video": "Embed video",
+ "markdown": "Markdown",
+ "categories": "Categories",
+ "textarea_desc": "Multiple sentences or paragraphs",
+ "decimal_desc": "A number with decimal places",
+ "integer_desc": "A whole number",
+ "location_desc": "A geographic location chosen via a map",
+ "date_desc": "A date with year, month, day",
+ "datetime_desc": "A date with time in hours and minutes",
+ "select_desc": "A drop down list of items",
+ "radio_desc": "Allows the user to choose only one of a predefined set of options.",
+ "checkbox_desc": "Allows the user to choose one or more of a predefined set of options.",
+ "relation_desc": "Create a relation between different surveys",
+ "upload_desc": "Allows image(s) to be uploaded to the post",
+ "audio_desc": "Allows audio file(s) to be uploaded to the post",
+ "document_desc": "Allows document(s) to be uploaded to the post",
+ "video_desc": "Allows Youtube or Vimeo videos to be embed in the post",
+ "maximum_upload_size" : "Maximum Upload Size",
+ "small_upload_size" : "Small",
+ "medium_upload_size" : "Medium",
+ "large_upload_size" : "Large",
+ "markdown_desc": "Allows the use of markdown syntax to style the field content.",
+ "tasks": "Tasks",
+ "task_visible_when_published": "This task will be visible when post is published.",
+ "show_field_description": "Add field description (optional):",
+ "add_field": "Add {{fieldType | lowercase}} field",
+ "edit_field": "Edit {{fieldType | lowercase}} field",
+ "build": "Build",
+ "configure": "Configure",
+ "require_section": "Require this task be completed before a post can be visible to the public",
+ "hide_author_information": "Hide author information",
+ "hide_author_information_desc": "Only people with permission to edit responses will be able to see who submitted them; and only when editing them.",
+ "hide_location_information": "Hide exact location information",
+ "hide_location_information_desc": "Only people with permission to edit responses will be able to see exact locations. Other people will see rounded locations. The location will be accurate to {{precision}}km.",
+ "hide_time_information": "Hide exact time information",
+ "hide_time_information_desc": "Only people with permission to edit responses will be able to see exact time submitted. Other people will see only the date.",
+ "share": "Share",
+ "task_name": "Task name",
+ "required_field": "Required",
+ "required": "Required",
+ "required_desc": "Require this task be completed before a post can be visible to the public.",
+ "require_field_desc": "Require this field be completed",
+ "name_this_task": "Name this task...",
+ "require_review": "Require posts to be reviewed before they're published",
+ "require_review_desc": "New responses to this survey will be put 'under review', and therefore not immediately visible to the public. Users with permission to review the response can review and 'publish' them, which would then make them visible to everyone.",
+ "require_task": "Required",
+ "make_response_private": "Make responses private",
+ "response_private_desc": "Only people with permission to edit responses can see responses to this field",
+ "require_task_desc": "Require this task be completed before a post can be visible to the public",
+ "survey_permissions": "Survey permissions",
+ "only_edit": "Only people with permission to edit responses will be able to see responses to this field.",
+ "who_can_add": "Who can add to this survey",
+ "survey_field": "Survey field",
+ "choose_survey_field": "Choose what should be assigned to each survey field",
+ "choose_survey_field_desc": "Each of the survey's fields are listed below. Choose the data from {{datasource_type}} that you'd like to use to populate each of those fields.",
+ "who_can_contribute_to_task": "Who can contribute to fields in this task",
+ "view_detail": "Detail",
+ "no_options_for_this_field": "No options for this field",
+ "add_options_first": "Add options first",
+ "delete": {
+ "desc": "If you delete this survey, all of its posts will also be deleted. Proceed with caution.",
+ "delete": "Delete survey",
+ "delete_this": "Delete this survey",
+ "delete_this_field": "Delete this field",
+ "delete_field": "Delete field",
+ "desc_field": "If you delete this field, all of the data that was collected within it will also be deleted. Proceed with caution."
+ },
+ "name": "Survey name",
+ "color": {
+ "color": "Color",
+ "hex": "Hex value",
+ "red": "Red",
+ "gold": "Altın",
+ "blue": "Blue",
+ "green": "Green"
+ },
+ "who": "Who can see this?",
+ "task": {
+ "delete": {
+ "desc": "If you delete this task, all of the data captured in it will also be deleted. Proceed with caution.",
+ "delete": "Delete task",
+ "delete_this": "Delete this task"
+ }
+ },
+ "fields": {
+ "fields_title": "Fields",
+ "validation": {
+ "required": "Required fields are missing, these fields are marked with an *.",
+ "special_characters": "{{name}} field contains special characters"
+ }
+ },
+ "targeted_survey": {
+ "title": "Create a new targeted survey",
+ "description": "Send questions via SMS to a list of those phone numbers.",
+ "name_title": "Name your survey",
+ "name": "Survey name",
+ "description_title": "Survey Description",
+ "audience_title": "Choose your audience",
+ "add_questions_title": "Add your questions",
+ "add_questions_description": "We will send each question as a separate SMS. After someone responds, we will send the next question in the survey.",
+ "add_another": "Add another question...",
+ "add_a_question": "Add a question...",
+ "edit_title": "Edit question",
+ "new_question_title": "New Question",
+ "question_text": "Question text",
+ "question_description": "This is what users will see when they go to your survey.",
+ "sample_question": "Sample question: Hi there! How are you feeling today? Your response is free.",
+ "char_remains": "{{remaining}}/160 characters remaining",
+ "publish": "Publish survey",
+ "delete": "Delete",
+ "send_to_old_number_warning": "If you are messaging a number that you have messaged in the past, that person's responses will always apply to the most recent survey. They will no longer be able to reply to previous unanswered survey questions.",
+ "publish_description_many": "We will send {{questions}} questions to {{numbers}} people via SMS for a total of {{total_sms_messages}} messages. Your telecommunications provider will charge you for each message. Please be careful about the costs you will incur by sending this survey. This action cannot be undone.",
+ "publish_description_one_question": "We will send {{questions}} question to {{numbers}} people via SMS for a total of {{total_sms_messages}} messages. Your telecommunications provider will charge you for each message. Please be careful about the costs you will incur by sending this survey. This action cannot be undone.",
+ "publish_description_one_number": "We will send {{questions}} questions to {{numbers}} person via SMS for a total of {{total_sms_messages}} messages. Your telecommunications provider will charge you for each message. Please be careful about the costs you will incur by sending this survey. This action cannot be undone.",
+ "publish_description_one_number_one_question": "We will send {{questions}} question to {{numbers}} person via SMS for a total of {{total_sms_messages}} message. Your telecommunications provider will charge you for each message. Please be careful about the costs you will incur by sending this survey. This action cannot be undone.",
+ "question_warning": "You must enter at least 1 question.",
+ "publish_warning": "Are you sure you ant to send this SMS survey?",
+ "publish_notification_many": "{{messages}} messages will be sent as part of this survey. You will be charged for these messages by your telecommunications provider",
+ "publish_notification_one": "{{messages}} message will be sent as part of this survey. You will be charged for that message by your telecommunications provider",
+ "hide_responders": "Hide information about responders",
+ "hide_responders_desc": "The phone numbers of the people who respond to your questions remain hidden from the public site. Only the team members with edit permissions will be able to see them.",
+ "notification_button": "View survey in datamode",
+ "name_warning": "You must give your survey a name.",
+ "description_warning": "You must give your survey a description.",
+ "send_to_person": "Targeted: Send this survey to {{recipientCount}} person via SMS",
+ "send_to_people": "Targeted: Send this survey to {{recipientCount}} people via SMS",
+ "country_code": "Country Code",
+ "country_code_error": "You must select a country.",
+ "select_country": "Select Country",
+ "phone_numbers": "Phone Numbers",
+ "phone_number_warning": "You must enter at least 1 phone number.",
+ "one_repeat_alert": "We removed a total of {{repeatCount}} repeat number from your list.",
+ "multi_repeat_alert": "We removed a total of {{repeatCount}} repeat numbers from your list.",
+ "multi_number_error": "Of the {{total}} phone numbers you entered, we noticed problems with {{bad}} of them. Please correct the phone numbers below and continue. Numbers must match the selected country's formatting rules.",
+ "one_number_error": "Of the {{total}} phone numbers you entered, we noticed problems with {{bad}} of them. Please correct the phone number below and continue. Numbers must match the selected country's formatting rules.",
+ "multi_numbers_good": "These {{good_numbers}} numbers look fine.",
+ "one_number_good": "This {{good_numbers}} number looks fine.",
+ "question_error": "You must add at least one question.",
+ "phone_number_instructions": "Please type in the phone numbers you'd like to contact. You must place a comma between each phone number.",
+ "targeted_survey": "Targeted Survey",
+ "targeted_survey_desc": "We sent this survey via SMS",
+ "sent_messages": "We have sent {{totalSent}} messages, and",
+ "sent_message": "We have sent {{totalSent}} message, and",
+ "received_responses": "you have received {{responses}} responses",
+ "received_response": "you have received {{responses}} response",
+ "recipients_count": "from {{recipients}} recipients so far.",
+ "recipient_count": "from {{recipients}} recipient so far.",
+ "error_message": "An error occurred while trying to save your targeted survey",
+ "error_contacts": "Some of the numbers you provided failed, please check your numbers and try again",
+ "pending_messages": "We are processing {{totalPending}} messages.",
+ "pending_message": "We are processing {{totalPending}} message.",
+ "cancel": "Cancel"
+ }
+ },
+ "global_filter": {
+ "filter": "Filtrele",
+ "categories": {
+ "categories": "Categoriler",
+ "all_categories": "Tüm Kategoriler"
+ },
+ "post_types": {
+ "post_types": "Anketler",
+ "all_types": "All Types",
+ "unstructured": "Unstructured"
+ },
+ "post_statuses": {
+ "post_statuses": "Status",
+ "all_statuses": "Any Status",
+ "draft": "Draft",
+ "published": "Published"
+ },
+ "post_stages": {
+ "post_stages": "Current Task",
+ "all_stages": "All Tasks"
+ },
+ "collections": {
+ "collections": "Koleksiyonlar",
+ "all_collections": "All Collections",
+ "search_collections": "Search Collections"
+ },
+ "sorting": "Sorting",
+ "sort": {
+ "order": {
+ "filter_type_tag": "Order",
+ "desc": "Newest first",
+ "asc": "Oldest first"
+ },
+ "orderby": {
+ "post_date": "Post Date",
+ "created": "Date created",
+ "updated": "Date updated"
+ },
+ "unlockedOnTop": {
+ "filter_type_tag": "Unlocked posts on top"
+ }
+ },
+ "filter_tabs": {
+ "order": "Order",
+ "order_group": {
+ "orderby": {
+ "post_date": "Post Date",
+ "created": "Date created",
+ "updated": "Date updated"
+ },
+ "order": {
+ "desc": "Newest first",
+ "asc": "Oldest first"
+ },
+ "unlocked_on_top_yes": "Yes",
+ "unlocked_on_top_no": "No"
+ },
+ "orderby": "Order by",
+ "order_unlocked_on_top": "Unlocked posts on top",
+ "savedsearch": "Saved Search",
+ "saved_search": "Saved Search",
+ "q": "Keyword",
+ "created_after": "Start date",
+ "created_before": "End date",
+ "date_after": "Start date",
+ "date_before": "End date",
+ "center_point": "Location",
+ "tags": "Category",
+ "form": "Survey",
+ "current_stage": "Current Task",
+ "set": "Koleksiyon",
+ "status": "Status",
+ "expires": "Expires",
+ "download": "Download",
+ "location_value": "Within {{km}} km of {{value}}",
+ "visible_to": "Visible to",
+ "user": "User",
+ "has_location": "Post-locations",
+ "all_posts": "Show all posts",
+ "unmapped": "Show unmapped posts",
+ "mapped": "Show posts with a location",
+ "source": "Source"
+ },
+ "unmapped_start_one": "There is",
+ "unmapped_start_many": "There are",
+ "unmapped_one": "{{post_nb}} post",
+ "unmapped_many": "{{post_nb}} posts",
+ "unmapped_end": "not shown here because they don't include location information.",
+ "unmapped_none": "No posts without location information.",
+ "more": "More",
+ "keyword": "Keyword",
+ "start_date": "Start Date",
+ "start_date_placeholder": "Jan 25, 2014",
+ "end_date": "End Date",
+ "end_date_placeholder": "April 25, 2014",
+ "location": "Location",
+ "location_placeholder": "Enter city or address",
+ "city_or_address": "City or address",
+ "viewing_mode": "Viewing mode",
+ "within_km": "Within",
+ "km": "Km",
+ "within_km_placeholder": "Distance",
+ "option_1": "within 1 km",
+ "option_2": "within 10 km",
+ "option_3": "within 50 km",
+ "option_4": "within 100 km",
+ "option_5": "within 500 km",
+ "option_6": "within 100 km",
+ "option_7": "within 500 km",
+ "restore_defaults": "Restore Defaults",
+ "apply_filters": "Apply",
+ "save_to_set": "Save to Set",
+ "search": "Search",
+ "date_range": "Date range",
+ "who_its_visible_to": "Who it's visible to",
+ "status": "Status",
+ "source": "Source",
+ "saved_filters": "Saved filters",
+ "saved_filter": "Saved filter",
+ "no_saved_filters": "No saved filters. Saved filter(s) will appear here for you to select once made available.",
+ "save_new_filter": "Save new filter",
+ "clear_all_filters": "Clear all filters",
+ "delete_this_saved_filter": "Are you sure you want to delete this saved filter?"
+ },
+ "graph": {
+ "all_posts": "Bir şey yok; Bütün gönderileri göster",
+ "all": "Tüm zamanlar",
+ "compare": "Compare...",
+ "compare_all": "Compare...",
+ "compare_status": "Compare status",
+ "compare_tags": "Compare categories",
+ "compare_form": "Compare surveys",
+ "compare_": "Compare",
+ "created": "Created time",
+ "cumulative": "Show cumulative totals",
+ "cumulative_post_count": "Total post count",
+ "custom": "Custom date range",
+ "custom_display": "{{start || 'Beginning'}} to {{end || 'Now'}}",
+ "group_by_placeholder": "Graph",
+ "new_post_count": "New posts",
+ "none": "None",
+ "no_data": "No activity to show",
+ "post_count": "Post count",
+ "post_date": "Post created date",
+ "select_one": "Select one",
+ "week": "This week",
+ "month": "This month",
+ "updated": "Updated time"
+ },
+ "message": {
+ "button": {
+ "dismiss": "Yoksay",
+ "upgrade": "Upgrade now",
+ "default": "Ok",
+ "cancel": "Cancel"
+ }
+ },
+ "modal": {
+ "button": {
+ "close": "Close",
+ "done": "Done"
+ },
+ "donation": {
+ "thank_you_for_your_donation_start": "Web monetization is enabled on this website. Thank you for your donation. You have donated",
+ "thank_you_for_your_donation_end": "so far",
+ "web_monetization_text": "Ushahidi deployments are now web monetization enabled. Web monetization is a way of supporting the websites you love without playing advertisers game. All you need is to get your browser setup. Click the link below to learn how you can donate.",
+ "how_can_i_donate": "How can I donate?"
+ }
+ },
+ "nav": {
+ "open_menu": "Open menu",
+ "my_account": "My account",
+ "404": "Whoops",
+ "about": "About",
+ "activity": "Activity",
+ "add_post": "Add Post",
+ "account_settings": "Account Settings",
+ "alerts": "Alerts",
+ "all": "All",
+ "author_tagline": "By {{author}}",
+ "appearance": "Appearance",
+ "back": "Back",
+ "category": "Category",
+ "categories": "Categories",
+ "clear": "Clear",
+ "collections": "Koleksiyonlar",
+ "comments": "Comments",
+ "data_sources": "Data Sources",
+ "data_import": "Data Import",
+ "deployment_not_found": "Deployment Not Found",
+ "deselect": "Deselect",
+ "edit_profile": "Edit Profile",
+ "edit_post_type": "Edit Survey",
+ "everyone": "Everyone",
+ "export": "Export",
+ "forbidden": "Access Denied",
+ "dashboard": "Dashboard",
+ "delete": "Delete",
+ "edit": "Edit",
+ "filters": "Filters",
+ "forgotyourpassword": "Forgot your password?",
+ "resetpassword": "Reset password",
+ "resetmypassword": "Reset my password",
+ "forms": "Forms",
+ "help": "Help",
+ "home": "Home",
+ "login": "Log in",
+ "logout": "Log out",
+ "login_register": "Log in / Sign up",
+ "help_support": "Help & Support",
+ "registration": "Sign up",
+ "register": "Sign up",
+ "map_settings": "Map Settings",
+ "more": "More",
+ "notifications": "Notifications",
+ "receive_notifications": "Receive notifications",
+ "only_author": "Only the author",
+ "only_you": "Only you",
+ "people": "People",
+ "permissions": "Permissions",
+ "plan_settings": "Plan",
+ "please_wait_loading": "Please wait. Loading...",
+ "plugins": "Plugins",
+ "posts": "Posts",
+ "posts_and_entities": "Surveys",
+ "profile": "My Profile",
+ "role": "Role:",
+ "roles": "Roles",
+ "webhook": "Webhook",
+ "webhooks": "Webhooks",
+ "saved_searches": "Saved Searches",
+ "search": "Search",
+ "select_all": "Select all",
+ "selected_items": "{{selectedItems}} selected",
+ "settings": "Settings",
+ "survey_settings": "Survey settings",
+ "tags": "Categories",
+ "today": "Today",
+ "general": "General Settings",
+ "type": "Type",
+ "unknown": "Unknown",
+ "unselect_all": "Unselect All",
+ "user": "User",
+ "users": "Users",
+ "views": "Views",
+ "yesterday": "Yesterday",
+ "map": "Map",
+ "data": "Data",
+ "feed": "Data"
+ },
+ "views": {
+ "map": "Map",
+ "list": "Timeline",
+ "activity": "Activity",
+ "data": "Data"
+ },
+ "share": {
+ "share_deployment": "Share deployment",
+ "share_post": "Share post",
+ "web_address": "You survey's web address",
+ "embed_on_websites": "HTML embed on websites",
+ "copied": "Copied!",
+ "share_on_twitter": "Share on Twitter",
+ "share_on_facebook": "Share on Facebook"
+ },
+ "post": {
+ "post_count": "{{count}} posts",
+ "see_more_plural": "See {{newPostsCount}} new posts",
+ "see_more_singular": "See {{newPostsCount}} new post",
+ "add_to_form": "Add to {{form}}",
+ "posts": "Posts",
+ "post_title": "Post title",
+ "post_desc": "Post description",
+ "there_are_no_posts": "There are no posts",
+ "in_this_deployment": "in this deployment, yet.",
+ "posts_total": "{{posts}} of {{total_nb}} posts",
+ "posts_total_map": "Displaying {{posts}} of {{total_nb}} posts with location information on the map.",
+ "search_results": "Results:",
+ "by": "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": "Task completed",
+ "everyone": "Everyone",
+ "just_you": "Just you",
+ "specific_roles": "Specific roles...",
+ "can_see_this": "can see this",
+ "add_post_type": "Add {{form_name}}",
+ "edit_post_type": "Edit {{form_name}}",
+ "post": "Post",
+ "message": "Message",
+ "message_thread": "Message Thread",
+ "all_posts": "All posts",
+ "no_search_results": "Your search didn't match any posts",
+ "no_search_results_location": "Your search didn't match any posts with location information",
+ "no_posts_yet": "There are no posts yet!",
+ "no_posts_yet_location": "There are no posts with location information yet!",
+ "add_first_post": "Add the first post",
+ "create_post": "Create Post",
+ "create": "Create",
+ "change": "Change",
+ "posted_by": "Posted by",
+ "draft": "Under review",
+ "archived": "Archived",
+ "edited_by": "Edited by",
+ "export": "Export",
+ "select_all": "Select All",
+ "unselect_all": "Unselect All",
+ "per_page": "{{count}} posts",
+ "post_details": "Post Details",
+ "steps": "This post's tasks",
+ "mark_complete": "Mark as Complete",
+ "complete": "Complete",
+ "type_details": "{{type}} Details",
+ "edit_post": "Edit Post",
+ "history": "History",
+ "hide_form": "Hide {{form}}",
+ "hide_unknown_form": "Hide Unknown",
+ "publish": "Publish to...",
+ "publish_for_you": "You",
+ "publish_for_everyone": "Everyone",
+ "published": "Published",
+ "unpublished": "Unpublished",
+ "published_by": "Published by",
+ "can_see_this_post": "can see this post",
+ "categories": "Categories",
+ "status": "Status",
+ "type": "Type",
+ "view": "View",
+ "step": "Task",
+ "update": "Update",
+ "options": "Options",
+ "complete_draft": "Complete (Draft)",
+ "complete_published": "Complete (Published)",
+ "structure": "Structure",
+ "source": "via {{source}}",
+ "visible_to_public": "This post is visible to the public",
+ "visible_to_you": "This post is visible to just you and admins",
+ "visible_to_roles": "This post is visible to {{roles}}",
+ "show_only_form": "Show only {{form}}",
+ "show_only_unknown_form": "Show only Unknown",
+ "delete_post": "Delete post",
+ "delete_this_post": "Delete this post",
+ "delete_post_desc": "If you delete this post, all of its comments will also be deleted. Proceed with caution.",
+ "read_more": "Read more",
+ "post_actions": {
+ "edit": "Edit",
+ "delete": "Delete",
+ "export": "Export",
+ "put_under_review": "Put under review",
+ "archive": "Archive",
+ "publish": "Publish"
+ },
+ "created_at": "Created at",
+ "updated_at": "Last updated at",
+ "author": "Author",
+ "post_date": "Post date",
+ "change_author": "Change author",
+ "status_published": "Published",
+ "status_review": "Under review",
+ "status_archived": "Archived",
+ "unknown_posts": "Unknown posts",
+ "my_posts": "My posts",
+ "unstructured_posts": "Unstructured posts",
+ "published_posts": "Published posts",
+ "all_posts_desc": "All posts",
+ "published_posts_desc": "All published posts",
+ "unstructured_posts_desc": "Unstructured posts",
+ "my_posts_desc": "Your posts",
+ "unknown_posts_desc": "Posts with no assigned survey",
+ "image_is_required": "Image is required",
+ "image_max_size": "Image exceed max file size",
+ "locking": {
+ "unlocked": "Post successfully unlocked",
+ "unlock": "Unlock",
+ "lock_broken_by_other": "Your Post has been unlocked. Your current unsaved changes will be lost.",
+ "locked_message": "The post is locked because {{ user }} is working on it right now. Try editing a different post.",
+ "locked_tooltip": "This post is being edited by someone else. Please try again later."
+
+ },
+ "modify": {
+ "intro": "Select survey:",
+ "no_task_values": "There are currently no saved values for this task.",
+ "create_type": "Create {{type}}",
+ "edit_type": "Edit {{type}}: {{title}}",
+ "add_a_post": "Add a post",
+ "add_to_survey": "Add to this survey",
+ "edit_post": "Edit {{title}}",
+ "change_type": "Change type",
+ "incomplete_step": "To publish a post all required tasks must be marked as complete. The required task {{stage}} has not yet been marked complete",
+ "save_post": "Save Post",
+ "publish": "Publish to...",
+ "publish_to": "Publish to {{role}}",
+ "published_to": "Published to {{role}}",
+ "unpublish": "Revert to Draft",
+ "everyone": "Everyone",
+ "back": "Back",
+ "contact_info": "Enter your contact info (optional)",
+ "author_realname": "Name",
+ "author_email": "Email",
+ "bulk_actions": "Bulk Actions",
+ "form": {
+ "categories": "Categories",
+ "description": "Description",
+ "location": "Location",
+ "title": "Title",
+ "link": {
+ "name": "Link Name",
+ "url": "Link url",
+ "add_link": "Add Link"
+ }
+ }
+ },
+ "preview": {
+ "private": "private",
+ "public": "public",
+ "read_more": " ... Read More",
+ "tags": "Categories",
+ "post_actions": {
+ "post_actions": "Post Actions",
+ "select": "select",
+ "edit": "edit",
+ "set": "set",
+ "publish": "publish",
+ "unpublish": "unpublish",
+ "delete": "delete"
+ }
+ },
+ "messages": {
+ "by_sms": "By SMS",
+ "by_email": "By Email",
+ "by_twitter": "By Twitter",
+ "reply": "Reply to Message thread",
+ "send": "Send New Message",
+ "save": "Save",
+ "simple_send": "Send",
+ "title": "Conversation with author",
+ "associated_messages": "View messages associated with this post",
+ "show_only_incoming": "Show only {{provider}} not assigned to a survey yet",
+ "imported_by": "{{messages}} imported by this deployment",
+ "Twitter": "Twitter",
+ "Email": "Email",
+ "SMS": "SMS",
+ "previous_page": "<< Previous page",
+ "next_page": "Next page >>",
+ "empty_message_error": "You must add a message",
+ "no_messages": "There are no messages yet. Start a conversation with the author by sending a message below."
+ },
+ "valid": {
+ "no_changes": "You haven’t made any changes",
+ "invalid_state": "This post is currently in an invalid state. You'll need to complete all required tasks before you can re-publish this post. You can either complete the necessary tasks or give your post a different status, like \"under review.\"",
+ "validation_fail": "Required fields are missing, these fields are marked with an *.",
+ "validation_fail_other": "There was an error validating the data. Fields failing validation will display an error.",
+ "title": {
+ "required": "A title is required",
+ "minlength": "Title is too short",
+ "maxlength": "Title is too long"
+ },
+ "label": {
+ "required": "A name is required"
+ },
+ "content": {
+ "required": "Description cannot be empty"
+ },
+ "tags": {
+ "required": "Categories are required"
+ },
+ "values": {
+ "required": "\"{{label}}\" is required",
+ "parse": "\"{{label}}\" could not be parsed",
+ "date": "\"{{label}}\" must be a date",
+ "number": "\"{{label}}\" must be a number",
+ "step": "\"{{label}}\" must be an integer"
+ },
+ "author_name": {
+ "maxlength": "Name is too long"
+ },
+ "author_email": {
+ "email": "Invalid email"
+ }
+ },
+ "media": {
+ "enter_a": "Enter a",
+ "youtube": "Youtube",
+ "current_url": "Current image",
+ "add_caption": "Add caption",
+ "upload": "Upload",
+ "add_photo": "Add photo",
+ "add_audio": "Add audio",
+ "add_document": "Add document",
+ "retry" : "Retry",
+ "delete_photo": "Delete photo",
+ "replace_image": "Replace image",
+ "error_in_upload": "Your image is too large (maximum size is 1MB) or has the wrong format (allowed formats are gif, png, jpg and jpeg), please check and try again!",
+ "messages": {
+ "max_size" : "Your file is too large.",
+ "max_files" : "You have exceeded the maximum number of files.",
+ "required" : "Media is required.",
+ "invalid_type" : "Unsupported file type."
+ },
+ "status" : {
+ "uploading" : "Uploading...",
+ "upload_complete" : "Upload Complete!",
+ "upload_failed" : "Upload failed!"
+ }
+ },
+ "video": {
+ "enter_a_url": "Enter a video URL from Youtube or Vimeo."
+ },
+ "unstructured": {
+ "add_survey": {
+ "info": "This post hasn't yet been assigned to a survey within your deployment. That's because it was submitted via {{source}}, which doesn't provide a way for the author to add their post to a specific survey.",
+ "choose": "Which survey would you like to add this post to?",
+ "title": "Add this post to a survey",
+ "save_and_edit": "Add to survey & edit"
+ },
+ "survey_title": "Unknown Survey"
+ },
+ "relation": {
+ "search": "Search"
+ },
+ "location": {
+ "location": "Location",
+ "you_can_search_or_click": "You can search or click the area of map where you want to place the marker.",
+ "search_address": "Search for addresses, place names, or coordinates...",
+ "nothing_found": "Nothing found",
+ "errors": {
+ "empty_lat": "Latitude is empty field",
+ "empty_lng": "Longitude is empty field",
+ "decimal_lat": "Latitude only decimal number",
+ "decimal_lng": "Longitude only decimal number"
+ }
+ }
+ },
+ "role": {
+ "are_you_sure_you_want_to_delete_role": "Are you sure you want to delete role {{roleName}}?",
+ "add_role": "Add Role",
+ "edit_role": "Edit Role",
+ "name": "Name",
+ "description": "Description",
+ "placeholder": {
+ "name": "Enter role name",
+ "description": "Enter role description"
+ },
+ "save": "Save Role",
+ "save_add_another": "Save & Add Another",
+ "permissions": "Permissions",
+ "delete": "Delete",
+ "delete_role": "Delete this role",
+ "delete_role_desc": "If you delete this role, all of the users assigned to it will be assigned default permissions. Proceed with caution.",
+ "everyone": "Everyone",
+ "just_you": "Just you",
+ "only_me": "Only me"
+ },
+ "webhook": {
+ "add_webhook": "Add Role",
+ "edit_webhook": "Edit Role",
+ "uuid": "Webhook UUID",
+ "name": "Name",
+ "shared_secret": "Shared Secret",
+ "url": "API URL",
+ "entity_type": "Entity Type",
+ "event_type": "Event Type",
+ "save": "Save Role",
+ "save_add_another": "Save & Add Another",
+ "delete": "Delete",
+ "delete_webhook": "Delete this webhook",
+ "delete_webhook_desc": "If you delete this webhook, all associated webhook events will be lost. Proceed with caution."
+ },
+ "saved_search": {
+ "visible_to_public": "This Saved Search is visible to the public",
+ "visible_to_you": "This Saved Search is visible to just you and admins",
+ "visible_to_roles": "This Saved Search is visible to {{roles}}",
+ "featured": "Featured",
+ "featured_tooltip": "Featured searches appear to all users in
the \"Saved Searches\" menu"
+ },
+ "collection": {
+ "visible_to_public": "This Collection is visible to the public",
+ "visible_to_you": "This Collection is visible to just you and admins",
+ "visible_to_roles": "This Collection is visible to {{roles}}",
+ "validation": {
+ "required": {
+ "name": "Collection name is required"
+ }
+ },
+ "errors": {
+ "permissions": "You do not have permission to view this collection"
+ }
+ },
+ "set": {
+ "by": "by",
+ "clear_search": "Clear Search",
+ "create_collection": "Create Collection",
+ "create_new": "Create New",
+ "create_savedsearch": "Create Saved Search",
+ "description": "Description",
+ "delete_collection": "Delete this collection",
+ "delete_savedsearch": "Delete this Saved Search",
+ "default_viewing_mode": "Default viewing mode",
+ "edit_collection_settings": "Edit Collection",
+ "edit_search_settings": "Edit Saved Search",
+ "featured": "Featured",
+ "featured_collection": "This collection is featured",
+ "featured_collection_tooltip": "Featured Collections appear to all users in
the \"Collections\" menu",
+ "find_a_collection": "Find a collection...",
+ "find_a_saved_search": "Find a saved search...",
+ "delete_saved_searches": "Delete Saved Searches",
+ "add_to_collection": "Add to Collection",
+ "empty_list_collections": "No collections",
+ "empty_list_savedsearches": "No saved searches",
+ "collection_name": "Collection name",
+ "name_your_collection": "Name your collection...",
+ "name_savedsearch": "Saved Search name",
+ "visible_to_collection": "Who can see this Collection",
+ "visible_to_savedsearch": "Who can see this Saved Search",
+ "reset_savedsearch": "Reset Search",
+ "save_set": "Save Collection",
+ "save_savedsearch": "Save Search",
+ "update_savedsearch": "Update Search",
+ "edit_savedsearch": "Edit Search",
+ "set_settings": "Collection Settings",
+ "add_notification": "Add Notification",
+ "remove": "remove",
+ "update_saved_filter": "Update Saved Filter",
+ "create_saved_filter": "Create Saved Filter",
+ "collection_saved": "Collection saved.",
+ "collection_updated": "Collection updated.",
+ "collection_description": "You can add posts to your collection from the Data view"
+ },
+ "category": {
+ "add_tag": "Add Category",
+ "save_add_another": "Save & Add Another",
+ "delete_category": "Delete category",
+ "delete_this_category": "Delete this category",
+ "delete_category_desc": "If you delete this category, it will no longer be associated with any posts. Proceed with caution.",
+ "show_categories": "Show available categories",
+ "child_permissions": "Permissions for this category are managed by the parent category.",
+ "which_categories": "Which categories should be available?",
+ "select_all": "Select All",
+ "choose_roles": "Choose Roles",
+ "create_tag": "Create Category",
+ "saved_tag": "Category saved.",
+ "deleted_tags": "Categories deleted.",
+ "manage_tags": "Manage Categories",
+ "edit_tag": "Edit Category",
+ "validation": {
+ "required": {
+ "name": "Category name is required"
+ }
+ },
+ "editor": {
+ "name": "Category Name",
+ "slug": "Category Link",
+ "slug_help": "If left blank, will be automatically generated from category name.",
+ "description": "Description",
+ "type": "Type",
+ "color": "Icon Color",
+ "icon": "Icon Name",
+ "roles_help": "Only selected roles will be able to view this category."
+ },
+ "placeholder": {
+ "name": "Enter name",
+ "descriptions": "Enter description...",
+ "choose_parent_category": "Choose parent category..."
+ },
+ "types": {
+ "category": "Category",
+ "status": "Status"
+ },
+ "delete": "Delete",
+ "parent_category": "Parent category"
+ },
+ "tool": {
+ "manage_forms": "Manage Forms",
+ "manage_tags": "Manage Categories",
+ "manage_users": "Manage Users",
+ "manage_roles": "Manage Roles",
+ "manage_webhooks": "Manage Webhooks",
+ "manage_views": "Manage Views",
+ "manage_map_settings": "Manage Map Settings",
+ "manage_appearance_settings": "Manage Appearance Settings",
+ "manage_plugins": "Manage Plugins",
+ "appearance_settings": "Appearance Settings",
+ "map_settings": "Map Settings",
+ "site_settings": "Site Settings",
+ "settings": "Settings",
+ "tools": "Tools"
+ },
+ "map_settings": {
+ "admin_map_settings": "Map Settings",
+ "saved_map_settings": "Map Settings saved."
+ },
+ "settings": {
+ "api_key": "API Key",
+ "api_key_desc": "The API Key is unique to your deployment, it can be used to allow third party systems to interact with your Ushahidi deployment.",
+ "appearance": "Appearance Settings",
+ "continue": "Continue",
+ "create": "Create a new survey",
+ "create_open_or_targeted": "Create an open or targeted survey to gather information about Ushahidi.",
+ "current_header": "Current background image",
+ "customize_your_new_deployment": "Customize your new deployment",
+ "embed": "Embed",
+ "embed_info": "To embed your map on another site use the code snippet below.",
+ "settings_list": {
+ "general": "General",
+ "general_desc": "Change your deployment's name, description, logo, and other details.",
+ "surveys": "Surveys",
+ "surveys_desc": "Create and configure the surveys your deployment collects.",
+ "data_sources": "Data Sources",
+ "data_sources_desc": "Configure email, SMS, and social media channels that help your deployment collect survey data.",
+ "import": "Import",
+ "import_desc": "Upload survey data to your deployment from a CSV file.",
+ "user_settings": "Configure HDX API",
+ "user_settings_desc": "Configure your API so that your tagged Ushahidi data can be uploaded to your Humanitarian Data Exchange (HDX) account.",
+ "export": "Export data",
+ "export_hxl": "Export and tag data",
+ "export_desc_hxl": "Export your data as a CSV file or assign tags and attributes to your data and upload directly to a Humanitarian Data Exchange (HDX) account or export as a tagged CSV file.",
+ "export_desc": "Export all of your data as a CSV file or choose custom fields to export",
+ "users": "Users",
+ "users_desc": "Create and manage the people that contribute to your deployment.",
+ "roles": "Roles",
+ "roles_desc": "Create and manage the type of permissions your users have on your deployment.",
+ "categories": "Categories",
+ "categories_desc": "Create and manage the categories people can put posts into for improved organization.",
+ "webhooks": "Webhooks",
+ "webhooks_desc": "Create webhooks that send Ushahidi Platform data to external applications when specific events are triggered.",
+ "plans": "Plans",
+ "plan_desc": "Your deployment's current plan is {{current_plan}}.",
+ "donation": "Donation",
+ "donation_desc": "Create and manage the donations people can make towards your organisation."
+ },
+ "general_settings": {
+ "generate_api_key": "Generate API Key",
+ "private_settings": "Private settings:",
+ "api_key": "API Key",
+ "placeholder": {
+ "pick_location": "Pick Location..."
+ }
+ },
+ "user_settings": {
+ "user_settings_desc_1": "Here you can add your unique API key for your Humanitarian Data Exchange (HDX) account.",
+ "user_settings_desc_2": "Once set up, this will enable you to upload data directly to a Humanitarian Data Exchange (HDX) account.",
+ "user_settings_desc_3": "You can find your API key on your Humanitarian Data Exchange (HDX) profile once you're logged in.",
+ "view_guide": "View the guide to your API key",
+ "hdx_maintainer_id": "HDX Maintainer Id",
+ "api_key": "Api key",
+ "profile_page": "Found on your Humanitarian Data Exchange (HDX) profile page",
+ "valid_key": "A valid key is required",
+ "valid_user": "A valid maintainer id is required",
+ "api_key_saved": "API key saved! You can now tag your data and upload to a Humanitarian Data Exchange (HDX) account.",
+ "start_tagging": "Start tagging data",
+ "HDX": "Humanitarian Data Exchange",
+ "please_enter_maintainer_id": "Please enter maintainer id",
+ "please_enter_api_key": "Please enter API key",
+ "hdx_maintainer_id_min_length": "HDX Maintainer Id is too short",
+ "api_key_min_length": "API key is too short"
+ },
+ "webhooks": {
+ "use_webhook_for": "Use webhook for",
+ "enable_source_destination": "Enable Source and Destination Fields",
+ "enable_source_destination_desc": "This webhook will only be applied to Surveys of the selected type.",
+ "destination": "Destination",
+ "placeholder": {
+ "name": "Please enter webhook name",
+ "shared_secret": "Please enter shared secret",
+ "api_url": "Please enter api url"
+ },
+ "validation": {
+ "required": {
+ "name": "Webhook name is required",
+ "shared_secret": "Shared secret key is required",
+ "api_url": "API URL required",
+ "event_type": "Event type is required",
+ "event_entity": "Event entity is required"
+ },
+ "please_provide_valid_api_url": "Please provide valid API URL with http(s)://",
+ "secret_key_cannot_be_less_start": "Shared secret key can not less than",
+ "secret_key_cannot_be_less_end": "characters"
+ }
+ },
+ "data_sources": {
+ "choose_data_source": "Choose Data Source...",
+ "type_of_data_source": "Type of Data Source",
+ "provider_name": "{{providerName}} Data Source?",
+ "do_you_really_want_to_disconnect": "Do you really want to disconnect your provider?",
+ "add_source": "Add source",
+ "associate_with_form": "Import to survey",
+ "associate_with_form_desc": "All incoming data from {{provider}} will be used to create responses to the survey you choose",
+ "data_sources": "Data Sources",
+ "enable_provider_message": "Accept survey submissions from this source",
+ "hint_turn_on_off": "You can configure options for data sources, and then turn sources on and off.",
+ "hint_plugin_needs_configuring": "You need to configure this data source before you can enable it.",
+ "provider_options": "Options",
+ "configure": "Configure",
+ "options": "Options",
+ "saving_changes": "Saving",
+ "unavailable": "The datasource {{value}} is unavailable. Upgrade your plan to get it!",
+ "email": {
+ "incoming_server_type": "Incoming Server Type",
+ "incoming_server_type_pop": "POP",
+ "incoming_server_type_imap": "IMAP",
+ "incoming_server": "Incoming Server",
+ "incoming_server_desc": "Examples: mail.yourwebsite.com, imap.gmail.com, pop.gmail.com",
+ "incoming_server_port": "Incoming Server Port",
+ "incoming_server_port_desc": "Common ports: 110 (POP3), 143 (IMAP), 995 (POP3 with SSL), 993 (IMAP with SSL)",
+ "incoming_server_security": "Incoming Server Security",
+ "server_security_none": "None",
+ "server_security_SSL": "SSL",
+ "server_security_TLS": "TLS",
+ "incoming_username": "Incoming Username",
+ "username_desc": "Email account username",
+ "incoming_password": "Incoming Password",
+ "password_desc": "Email account password",
+ "outgoing_server_type": "Outgoing Server Type",
+ "outgoing_server_type_SMTP": "SMTP",
+ "outgoing_server_type_sendmail": "sendmail",
+ "outgoing_server_type_native": "Native",
+ "outgoing_server": "Outgoing Server",
+ "outgoing_server_desc": "Examples: smtp.yourhost.com, smtp.gmail.com",
+ "outgoing_server_port": "Outgoing Server Port",
+ "outgoing_server_port_desc": "Common ports: 25 (SMTP default), 465 (SMTP with SSL)",
+ "outgoing_server_security": "Outgoing Server Security",
+ "outgoing_username": "Outgoing Username",
+ "outgoing_password": "Outgoing Password",
+ "email_address": "Email Address",
+ "email_sender_name": "Email Sender Name",
+ "email_sender_name_desc": "Appears in the 'from:' field on outgoing emails"
+ },
+ "sms": {
+ "secret": "Secret",
+ "api_key_desc": "The API key",
+ "frontline_sms": {
+ "api_key": "Key",
+ "secret_desc": "Set a secret so that only authorized FrontlineCloud accounts can send/recieve message. You need to configure the same secret in the FrontlineCloud Activity."
+ },
+ "nexmo": {
+ "from": "From",
+ "from_desc": "The from number",
+ "secret_desc": "The secret value",
+ "api_key": "API Key",
+ "api_secret": "API secret",
+ "api_secret_desc": "The API secret"
+ },
+ "smssync": {
+ "intro_step_1": "Step 1: Download the 'SMSSync' app from the Android Market.",
+ "intro_step_1_desc": "Scan this QR Code with your phone to download the app from the Android Market",
+ "intro_step_2": "Step 2: Android App Settings",
+ "intro_step_2_desc": "Turn on SMSSync and use the following link as the Sync URL:",
+ "secret_desc": "Set a secret so that only authorized SMSSync devices can send/recieve message. You need to configure the same secret in the SMSSync App."
+ },
+ "twilio": {
+ "phone_nb": "Phone Number",
+ "phone_nb_desc": "The from phone number. A Twilio phone number enabled for the type of message you wish to send.",
+ "account_sid": "Account SID",
+ "account_sid_desc": "The unique id of the Account that sent this message.",
+ "auth_token": "Auth Token",
+ "sms_auto_response": "SMS Auto response"
+ }
+ },
+ "twitter": {
+ "intro_step_1": "Step 1: Create a new Twitter application:
Twitter applications may take a few hours or days to be approved by Twitter.
Please be aware of this if you need this data quickly.",
+ "intro_step_1_desc": "Create a new twitter application",
+ "intro_step_2": "Step 2: Generate a consumer key and secret",
+ "intro_step_2_desc": "Once you've created the application click on \"Keys and Access Tokens\".
Then click \"Generate Consumer Key and Secret\".
Copy keys, tokens and secrets into the fields below.",
+ "consumer_key": "Consumer Key",
+ "consumer_key_desc": "Add the consumer key from your Twitter app.",
+ "consumer_secret": "Consumer Secret",
+ "consumer_secret_desc": "Add the consumer secret from your Twitter app.",
+ "access_token": "Access Token",
+ "access_token_desc": "Add the access token you generated for your Twitter app.",
+ "access_token_secret": "Access Token Secret",
+ "access_token_secret_desc": "Add the access secret that you generated for your Twitter app.",
+ "search_terms": "Twitter search terms",
+ "search_terms_desc": "Add search terms separated with commas"
+ }
+ },
+ "donation": {
+ "title": {
+ "label": "Donation title",
+ "placeholder": "Enter the title of your donation",
+ "required": "Donation title is required"
+ },
+ "description": {
+ "label": "Describe your donation",
+ "placeholder": "Enter text telling more about this donation"
+ },
+ "images": {
+ "label": "Donation images"
+ },
+ "wallet": {
+ "label": "Wallet address",
+ "placeholder": "Enter a wallet address e.g $ilp.uphold.com/example",
+ "required": "Donation wallet address is required"
+ },
+ "info": {
+ "start_one": "Please make sure you have your wallet set up on",
+ "start_two": "to set web monetization.",
+ "start_three": "If you don't have a wallet already please click",
+ "here": "here",
+ "end": "to create one."
+ }
+ },
+ "roles": {
+ "member": "Member",
+ "admin": "Admin",
+ "manage_users": "Manage Users",
+ "manage_posts": "Manage Posts",
+ "manage_settings": "Mangage Settings",
+ "bulk_data_import_and_export": "Bulk Data Import and Export",
+ "edit_their_own_posts": "Edit Their Own Posts",
+ "manage_collections_and_saved_searches": "Manage Collections and Saved Searches",
+ "delete_posts": "Delete Posts",
+ "delete_their_own_posts": "Delete Their Own Posts",
+ "registred_member": "Registered member",
+ "administrator": "Administrator",
+ "roles_description": "These options control what this type of role can make changes to. Visit our support guides to find out more."
+ },
+ "deployment_delete_this": "Delete this deployment",
+ "deployment_delete": "Delete deployment",
+ "deployment_delete_info": "If you delete this deployment, all of its data will also be deleted. Proceed with caution.",
+ "deployment_name": "Deployment name",
+ "deployment_logo": "Deployment logo",
+ "delete_logo": "Delete logo",
+ "map_default_baselayer": "Default base layer",
+ "map_location_precision": "Map Precision Level",
+ "map_precise_to": "When hide location is enabled for a survey, locations will be precise to:",
+ "map_clustering": "Combine nearby posts",
+ "map_default_latitude": "Default latitude",
+ "map_default_longitude": "Default longitude",
+ "map_default_zoom_level": "Default zoom level",
+ "map_default_location": "Default location",
+ "new_survey": "New Survey",
+ "send_targeted": "Send a targeted survey via SMS",
+ "send_crowdsourced": "Go back to crowd-sourced survey",
+ "site": "Site Settings",
+ "site_email": "Contact email address",
+ "site_email_note": "Use caution, as this will be visible to anyone on your site.",
+ "site_description": "Describe your site",
+ "site_description_placeholder": "An optional one sentence description",
+ "site_timezone": "Site timezone",
+ "site_language": "Site language",
+ "site_private": "Make this deployment private",
+ "site_private_desc": "Enabling this option makes your deployment and it’s data only accessible to registered users with the correct privileges, who must sign in for access",
+ "site_disable_registration": "Disable user sign up?",
+ "site_disable_registration_desc": "Checking this disables the registration feature. Admins will have to manually add users.",
+ "select_image": "Select image",
+ "saved_settings": "Deployment settings saved!",
+ "saved_map_settings": "Map settings saved!",
+ "features": {
+ "features": "Features",
+ "please_select_features": "Please select the features you would like to enable."
+ },
+ "generic_field_error": "Invalid entry, please try again.",
+ "skip": "Skip this task",
+ "add_first_post": "Add Your First Post",
+ "add_first_post_subtitle": "A deployment is nothing until it has some content in it.",
+ "invite_people": "Or invite people to help you create posts.",
+ "add_new_users": "Add New Users",
+ "valid": {
+ "name": {
+ "required": "Site name is required",
+ "pattern": "Invalid format",
+ "minlength": "Site name is too short"
+ }
+ },
+ "bulk_actions": "Bulk actions"
+ },
+ "data_import": {
+ "survey_field": "Survey field",
+ "csv_column": "CSV column",
+ "choose_which_column": "Choose which CSV column should be assigned to each survey field",
+ "each_survey_field": "Each of the survey's fields are listed below. Choose the column from your CSV file that you'd like to use to populate each of those fields.",
+ "status_explanation": "Ushahidi recognizes one of three post statuses: Published, Under review, and Archived. So be sure that each entry in the column you select has one of those three values.",
+ "defined_column": "Defined by a column in your CSV file...",
+ "imported_posts_status": "Imported posts should have their status...",
+ "marked_as": "Marked as...",
+ "see_imported_posts": "See imported posts",
+ "import_another_csv": "Import another CSV file",
+ "import_complete": "Your import is complete",
+ "import_error": "An error has occurred importing your CSV file.",
+ "complete_info": "The data from your CSV spreadsheet, {{filename}}, was successfully imported.",
+ "get_polling_info": "Get Polling Info",
+ "import_another": "Import another CSV file",
+ "nearly_complete": "Your import is nearly complete",
+ "finish_info": "The data from your CSV spreadsheet is still being processed. You're welcome to leave this page or wait until the process is complete. Either way, we'll notify you when your data is ready.",
+ "next": "Next",
+ "configure_imported_posts": "Configure imported posts",
+ "configure_explanation": "Through this interface you can set values for the survey fields that were not mapped to entries in the CSV. These values will be the same for all imported posts.",
+ "import": "Import",
+ "import_explanation_csv": "Import the data from a CSV spreadsheet into your deployment as posts belonging to a specific survey",
+ "import_explanation_file_size": "The size for a single file is limited to 10 MB",
+ "import_explanation_format_location_1": "Geographic locations should be included as separate latitude and longitude columns in your CSV",
+ "import_explanation_required_fields": "All required survey fields must have an associated value set in the CSV. For example, if the field title is required then the field must be mapped to a CSV column where all rows of that column have a value set",
+ "configure_posts": "Configure Posts",
+ "configure_all_imported_posts": "Configure all imported posts",
+ "csv": "CSV",
+ "file_csv": "CSV file",
+ "import_csv": "Import CSV",
+ "import_to": "Import to",
+ "change_csv_file": "Change {{selectedfile}} CSV file",
+ "upload_csv_file": "Upload CSV file",
+ "choose_status_to_imported_posts": "Choose status to imported posts:",
+ "has_tasks_required_start": "Your survey",
+ "has_tasks_required_end": ", includes tasks that typically must be completed for each post before they can be marked 'published.' During this import, all of your imported posts will have their tasks marked as 'incomplete', while still allowing their status to be marked as 'published.' If you edit any of these posts after they've been imported, however, you'll be asked to complete those tasks before re-publishing them.",
+ "choose_csv_file": "Choose CSV file",
+ "organize_data": "Organize data",
+ "organize_your_imported_data": "Assign CSV columns to post fields",
+ "assign_csv_message": "Assign CSV columns to post fields",
+ "csv_instructions": "Each of the column names from your CSV file are listed below. Choose the {{form_name}} field that you'd like each column to be imported to.",
+ "csv_instructions_required_fields": "Fields marked with a [*] are required and must be assigned a value.",
+ "csv_column_name": "CSV column name",
+ "post_type_title": "{{form_name}} field name",
+ "leave_empty": "Leave empty",
+ "cancel_import": "Cancel import",
+ "finish_import": "Finish import",
+ "which_survey": "which survey?"
+ },
+ "data_export": {
+ "title": "Export data",
+ "title_hxl": "Export and tag data",
+ "description": "Export all of your data as a CSV or choose specific survey fields you want to export.",
+ "description_hxl": "Export all of your data from Ushahidi as a CSV, choose specific survey fields you want to export as a CSV or assign",
+ "export": "Export",
+ "export_history": "Export History",
+ "hxl_tags": "HXL tags",
+ "hxl_attributes": "HXL attributes",
+ "and_choose": "and choose to upload to an",
+ "HDX": "Humanitarian Data Exchange",
+ "account": "account or download as a HXL 'tagged' CSV file.",
+ "all": "Export all data",
+ "select_fields": "Select fields",
+ "select_fields_title": "Select fields for export...",
+ "select_fields_desc": "If you don't want to export all of your data at once, you can select specific fields from each survey for export.",
+ "export_selected": "Export selected fields",
+ "cancel": "Cancel",
+ "export_progress": "Export in progress...
You can leave this page if you want. Your export will continue.
We will let you know when we're done.
",
+ "no_fields": "Uh oh... you need to select some fields to export first.",
+ "expires": "Expires: {{expires}}",
+ "job": "CSV Export {{jobId}}",
+ "created": "Created: {{created}}",
+ "success": "Status: Finished",
+ "pending": "Status: Pending",
+ "failed": "Status: Failed",
+ "queued": "Status: In Progress",
+ "pending_hdx": "Pending HDX",
+ "exported_to_cdn": "Exported to CDN",
+ "tags_attributes": "Assign tags and attributes",
+ "hxl_apikey_alert_1": "It looks like you haven't set up your Humanitarian Data Exchange (HDX) API. Without this set up, you can't tag data and upload to a Humanitarian Data Exchange (HDX) account.",
+ "hxl_configure": "Configure HDX API",
+ "hxl_apikey_alert_2": "We strongly advide you set this up now in",
+ "hxl_apikey_alert_3": "before continuing as you won't be able to upload your data to HDX",
+ "hxl_title": "Assign your HXL tags and attributes, select fields and export or upload",
+ "hxl_desc": "Select specific fields from a survey, assign a tag per field and then choose to assign multiple attributes. Preview your tag and attributes in tag preview.",
+ "hxl_instructions_1": "You can then choose to export your tagged fields to a CSV file or upload to a",
+ "hxl_instructions_2": "Humanitarian Data Exchange (HDX)",
+ "hxl_instructions_3": "account that has been set up in",
+ "hxl_instructions_4": "Configure HDX API",
+ "hxl_instructions_5": "(found in settings menu).",
+ "hxl_instructions_6": "Visit the",
+ "hxl_instructions_7": "HXL tag assist",
+ "hxl_instructions_8": "for more information on how to choose the best HXL tags and attributes for your data or the",
+ "hxl_instructions_9": "HXL 'cheat sheet'",
+ "HXL_tags": "HXL tags",
+ "HXL_attributes": "HXL attributes",
+ "tag_preview": "Tag preview",
+ "upload_title": "Are you ready to upload to an Humanitarian Data Exchange (HDX) account?",
+ "hdx_csv_title": "Are you ready to export to CSV?",
+ "upload_desc": "You selected {{fields}} fields to upload to a Humanitarian Data Exchange (HDX) account.
You assigned tags and attributes - to check, you can go back. If you are done, you can add details and upload.
The Humanitarian Data Exchange (HDX) requires a few more details in order to upload to their system. You'll add these next",
+ "hdx_csv_desc": "You selected {{fields}} fields to export to CSV.
You assigned tags and attributes - to check these are correct, you can go back and check. If you're done, you can export.",
+ "upload_button": "Add dataset details and upload to hdx",
+ "export_button": "Export to csv",
+ "go_back": "Go back and check",
+ "add_details": "Add details",
+ "details_desc": "To upload to the Humanitarian Data Exchange (HDX) some extra details are required.",
+ "privacy_title": "Privacy Settings",
+ "privacy_desc": "You have a choice of sharing your dataset publicly or restricting access to other members of the organisation which owns the dataset.",
+ "this_dataset": "This data set is:",
+ "private_desc": "Private (Only you and other HDX members of your organisation can search, view/edit or download this dataset)",
+ "public_desc": "Public (Anyone can search, view/edit or download this dataset)",
+ "dataset": "Dataset Title & Description",
+ "dataset_desc": "When users search for data on HDX, their search terms will be matched to terms in your title. Avoid using abbreviations in the title which may not be familiar to all users. Also, avoid using words such as current, latest or previous when referring to the time period (e.g Latest 3W) as these terms become misleading as the dataset ages.",
+ "dataset_example": "Example dataset title: Who is Doing What Where in Afghanistan, Jan-Dec 2015",
+ "dataset_title": "Title of data set",
+ "metadata_title": "Metadata",
+ "metadata_desc": "Metadata is additional information about your dataset that will make it easier for others to understand and put your data into context. Datasets on HDX must include a set of metadata fields.",
+ "source": "Source",
+ "organisation": "Organisation",
+ "select_organisation": "Select an organisation",
+ "license": "License",
+ "add_license": "Add license",
+ "read_more_licenses": "Read more about licenses",
+ "submit_hdx": "Submit to HDX Account",
+ "uploading_data": "Uploading data...",
+ "uploading_data_desc": "The data upload to your Humanitarian Data Exchange (HDX) account is in progress...
You can navigate away from this page while this upload happens but please don't close the browser.",
+ "uploading_data_err": "Uh oh... Something went wrong when uploading your data, please check the required fields and your api-key and try again.",
+ "no_fields_selected": "You haven't selected any fields or assigned any hxl tags or attributes. Please select at least one field and assign at least one tag to be able to export to CSV or upload to a Humanitarian Data Exchange (HDX) account.",
+ "validation": {
+ "title": "A title is needed",
+ "source": "Source is needed",
+ "organisation": "An organisation is needed",
+ "license": "A license is needed",
+ "all_fields": "Please fill in all required fields"
+ }
+ },
+ "user": {
+ "are_you_sure_you_want_to_delete_this_account": "Are you sure you want to delete this account?",
+ "role_display": "Role: {{role}}",
+ "contact": "{{type}}: {{contact}}",
+ "add_user": "Add User",
+ "edit_user": "Edit User",
+ "update_password": "Update Password",
+ "change_role": "Change Role",
+ "save": "Save User",
+ "save_add_another": "Save & Add Another",
+ "show_all_roles": "Show All Roles",
+ "cannot_delete_yourself": "You cannot delete your own user",
+ "cannot_change_your_own_role": "You cannot change your own role",
+ "confirm_password": "Confirm Password",
+ "delete_user": "Delete user",
+ "delete_this_user": "Delete this user",
+ "delete_user_desc": "If you delete this user, posts created by this user will no longer have author information. This cannot be undone. Proceed with caution.",
+ "edit_profile": "Edit Profile",
+ "save_profile": "Save Profile",
+ "cancel": "Cancel",
+ "failed_attempts": "Failed attempts:",
+ "full_name": "Display Name",
+ "never": "Never",
+ "no_full_name": "No display name",
+ "number_of_users_shown": "Number of users shown",
+ "per_page": "{{count}} users",
+ "password": "Password",
+ "new_password": "New Password",
+ "register": "Register",
+ "role": "Role:",
+ "roles": "Roles",
+ "saved_user": "User saved",
+ "deleted_user": "User deleted",
+ "search_and_filter": "Search & Filter Users",
+ "passwordreset_instructions": "Enter your email to request a password reset",
+ "passwordreset_confirm_instructions": "If your email exists in our database, you will receive a password recovery email soon.",
+ "forgot_instructions": "No worries! Submit your email and check your inbox for a reset link.",
+ "token": "Password reset token",
+ "password_hint": "Password should have at least 8 characters, one lowercase letter, one uppercase letter, one number and one symbol",
+ "password_length": "Password must be at least 8 characters long",
+ "password_match": "Passwords do not match",
+ "check_email": "Check your email",
+ "name_will_be_a_display_name": "The name you enter will be a display name.",
+ "valid": {
+ "fields": {
+ "email must be unique": "User with this email already exists"
+ },
+ "name": {
+ "required": "Display name is required",
+ "maxlength": "Display name is too long"
+ },
+ "email": {
+ "required": "Email address is required",
+ "pattern": "This email address is invalid",
+ "maxlength": "This email address is too long",
+ "emailExists": "Email is already in use"
+ },
+ "password": {
+ "required": "Password is required",
+ "minlength": "This password is too short",
+ "maxlength": "This password is too long",
+ "weak": "This password is very weak"
+ },
+ "token": {
+ "required": "Token is required"
+ }
+ },
+ "placeholder": {
+ "realname": "Enter your name...",
+ "email": "Enter email address...",
+ "password": "Enter password..."
+ },
+ "password_notify": "If you leave the field blank your password will not change",
+ "avatar": "Avatar",
+ "name": "Name",
+ "email": "Email Address",
+ "search_by_name": "Search by name"
+ },
+ "user_profile": {
+ "title": "account settings",
+ "update_password": "Update password",
+ "update_success": "Your profile was updated successfully. You may need to sign out and back in before all your changes are reflected.",
+ "button": {
+ "save": "Save & close",
+ "cancel": "Cancel"
+ },
+ "nav": {
+ "account_settings": "Account settings",
+ "notifications_settings": "Notifications settings",
+ "delete_contact": {
+ "title": "Delete your",
+ "title_subject": {
+ "email": "Email",
+ "phone": "Phone"
+ },
+ "instructions": "Deleting means that from now you will not be able to receive notifications on your phone number. But you can switch notifications to a contact method below.",
+ "button": {
+ "delete": "Delete",
+ "cancel": "Cancel"
+ }
+ }
+ }
+ },
+ "user_create": {
+ "full_name": "Display Name",
+ "email": "Email Address",
+ "role": "Role:"
+ },
+ "notify": {
+ "api_key": {
+ "change_question": "Are you sure you want to change the API Key?"
+ },
+ "contact": {
+ "save_success": "Contact saved",
+ "delete_confirm": "Do you want to remove your account?",
+ "error_message": "An error occurred while trying to remove your account",
+ "destroy_success": "Account removed successfully"
+ },
+ "default": {
+ "data_has_not_been_saved": "The data has not been saved!",
+ "proceed_warning": "This action cannot be undone. Please proceed with caution.",
+ "save_success": "Saved resource",
+ "save_error": "Unable to save resource, please try again",
+ "destroy_confirm": "Are you sure you want to delete this resource?",
+ "destroy_success": "Deleted resource",
+ "destroy_error": "Unable to delete resource, please try again",
+ "destroy_cancelled": "Delete cancelled",
+ "bulk_destroy_confirm": "Are you sure you want to delete {{count}} resources?",
+ "bulk_destroy_success": "Deleted resource",
+ "bulk_destroy_error": "Unable to delete resource, please try again",
+ "bulk_destroy_cancelled": "Delete cancelled",
+ "are_you_sure_you_want_to_delete_this": "Are you sure you want to delete this?"
+ },
+ "data_import": {
+ "see_imported_posts": "See imported posts",
+ "file_missing": "Please choose a CSV file to upload.",
+ "form_missing": "Please select a Survey.",
+ "csv_upload": "File {{name}} successfully uploaded",
+ "csv_import_processed_errors": "Your CSV import is complete. {{processed}} records imported, {{errors}} records failed.",
+ "csv_import_success_info": "The data from your CSV spreadsheet, {{filename}}, was successfully imported into your {{form_name}} survey.",
+ "duplicate_fields": "Columns must be mapped to unique survey fields. The following columns have more than 1 mapping: {{duplicates}}",
+ "required_fields": "Required fields must be set to a value. The following fields have not been set: {{required}}",
+ "empty_mapping": "The CSV file you uploaded is empty. Please check your CSV file and try again",
+ "empty_mapping_empty": "The CSV file does not contain column names. Please check your CSV file and try again",
+ "no_mappings": "No fields have been assigned mappings - at least one field must be mapped to continue",
+ "csv_import_cancel": "CSV import cancelled",
+ "csv_import_cancel_confirm": "Are you sure you want to cancel importing?",
+ "csv_import_error": "Some of the data in your CSV file does not match the format of the mapped survey field. Please review the data and try again.",
+ "csv_import_success": "The data from your CSV file was successfully imported!"
+ },
+ "general_settings": {
+ "save_success": "General settings saved"
+ },
+ "donation_settings": {
+ "save_success": "Donation settings saved",
+ "delete_question": "Are you sure you want to delete this {{name}}."
+ },
+ "map_settings": {
+ "save_success": "Map settings saved"
+ },
+ "generic": {
+ "okay": "Ok",
+ "alerts": "Alerts",
+ "confirm": "Confirmation",
+ "save": "Save"
+ },
+ "login": {
+ "failed": "Login failed, check your email and password."
+ },
+ "register": {
+ "failed": "There were errors during registration. Check your input and try again.",
+ "success": "Registration complete! You can now log in.."
+ },
+ "post": {
+ "can_t_view_this_post": "You do not have permission to view this post.
It is still being reviewed by the admin.
It will be available to you once it is published.",
+ "contact_for_details": "Contact the admin for further details:",
+ "delete_image_confirm": "Are you sure you want to remove this image?",
+ "save_success": "Post {{name}} saved",
+ "save_success_review": "Post {{name}} saved. Your post will be reviewed by a moderator before publishing.",
+ "save_error": "Unable to save post, please try again",
+ "publish_success": "Post has been published for {{role}}",
+ "set_draft": "Post is now visible to just you",
+ "publish_error": "Unable to publish post, please try again",
+ "unpublish_success": "Post has been unpublished",
+ "unpublish_error": "Unable to unpublish post, please try again",
+ "yes_confirm_delete": "Yes, delete this post",
+ "confirm_delete": "Confirm Delete",
+ "destroy_title": "Delete Post",
+ "delete_question": "Are you sure you want to delete your post {{post}}?",
+ "destroy_success": "Post deleted",
+ "destroy_success_bulk": "Posts deleted",
+ "destroy_confirm": "Are you sure you want to delete this post?",
+ "destroy_error": "Unable to delete post, please try again",
+ "bulk_destroy_confirm": "Are you sure you want to delete {{count}} posts?",
+ "stage_save_success": "Updated {{stage}}",
+ "export": "This will export filtered posts. Are you sure you want to continue?",
+ "update_status_success_bulk": "Status updated for {{count}} posts",
+ "leave_without_save": "Do you want to leave this post without saving?",
+ "leave_confirm_message": "If you continue, all of your changes will be lost",
+ "leave_confirm": "Continue without saving",
+ "unfinished_post_task": "You cannot publish this post, the post has unfinished tasks",
+ "posts_can_t_be_published": "The following posts can't be published: {{titles}}",
+ "post_not_found": "Post not found"
+ },
+ "category": {
+ "save_success": "Saved category {{name}}",
+ "destroy_confirm": "Are you sure you want to delete this category?",
+ "destroy_confirm_desc": "Deleting this category will remove it from all existing posts. This action cannot be undone.",
+ "destroy_success": "Category deleted",
+ "destroy_error": "Unable to delete category, please try again",
+ "bulk_destroy_confirm": "Are you sure you want to delete {{count}} categories?",
+ "bulk_destroy_confirm_desc": "Deleting these categories will remove them from all existing posts. This action cannot be undone.",
+ "bulk_destroy_success": "{{count}} categories deleted",
+ "bulk_destroy_success_countless": "Categories deleted"
+ },
+ "role": {
+ "delete_question": "Are you sure you want to delete the role {{role}}?",
+ "destroy_success": "Role {{role}} deleted.",
+ "save_success": "Role {{role}} saved.",
+ "last_admin": "You can not delete the only admin role"
+ },
+ "webhook": {
+ "delete_question": "Are you sure you want to delete the webhook {{webhook}}?",
+ "destroy_success": "Webhook {{webhook}} deleted.",
+ "save_success": "Webhook {{webhook}} saved."
+ },
+ "datasource": {
+ "save_success": "Saved Data Source {{name}}"
+ },
+ "user": {
+ "save_success": "User {{name}} saved",
+ "edit_success": "User {{name}} updated",
+ "destroy_confirm": "Are you sure you want to delete this user?",
+ "destroy_success": "User deleted",
+ "destroy_error": "Unable to delete user, please try again",
+ "bulk_destroy_confirm": "Are you sure you want to delete {{count}} users?",
+ "bulk_destroy_success": "Users deleted",
+ "bulk_role_change_confirm": "Are you sure you want to change the role of {{count}} users to {{role}}?",
+ "bulk_role_change_success": "User roles changed to {{role_name}}",
+ "are_you_sure_you_want_to_delete_user": "Are you sure you want to delete {{username}}"
+ },
+ "video": {
+ "incorrect_url": "The URL, {{url}}, you entered did not match either a Youtube or Vimeo URL format."
+ },
+ "form": {
+ "add_to_survey": "Add to survey",
+ "save_success": "Survey {{name}} saved",
+ "save_stage_success": "Survey task {{name}} saved",
+ "save_attribute_success": "Field {{name}} added",
+ "edit_form_success": "Survey {{name}} updated",
+ "edit_stage_success": "Survey task {{name}} updated",
+ "delete_form_confirm": "Are you sure you want to delete this survey and all of its data?",
+ "delete_form_confirm_desc": "This action cannot be undone. Deleting this survey will remove all of its data, including posts. Write the name of the survey:
{{check_name}}
in the box below to confirm deletion.",
+ "delete_form_error": "The text you entered does not match the survey-name, please try again",
+ "delete_form_button": "Delete this survey",
+ "destroy_form_success": "Survey {{name}} deleted",
+ "delete_stage_confirm": "Are you sure you want to delete this task?",
+ "delete_stage_confirm_desc": "This action cannot be undone. Deleting this task will remove all of its fields, and any data in them.",
+ "destroy_stage_success": "Survey task {{name}} deleted",
+ "delete_attribute_confirm": "Are you sure you want to delete this field?",
+ "delete_attribute_confirm_desc": "This action cannot be undone. Deleting this field will remove its data from all existing posts.",
+ "destroy_attribute_success": "Field {{name}} deleted",
+ "survey_name_required": "Survey-name is required",
+ "validation": {
+ "name": {
+ "required": "A survey-name is needed",
+ "minlength": "Name is too short",
+ "maxlength": "Name is too long"
+ },
+ "description": {
+ "required": "Description cannot be empty"
+ }
+ }
+ },
+ "collection": {
+ "delete_collection_confirm": "Are you sure you want to delete this collection?",
+ "created_collection": "Collection {{collection}} created successfully",
+ "updated_collection": "Collection {{collection}} saved",
+ "add_to_collection": "Post has been added to {{collection}}",
+ "removed_from_collection": "Post has been removed from {{collection}}",
+ "bulk_add_to_collection": "{{count}} posts have been added to {{collection}}",
+ "done": "Done"
+ },
+ "savedsearch": {
+ "delete_savedsearch_success": "Saved search deleted successfully.",
+ "delete_savedsearch_plural_success": "Saved searches deleted successfully.",
+ "delete_savedsearch_confirm": "Are you sure you want to delete this saved search?",
+ "savedsearch_updated": "{{savedsearch}} was updated",
+ "savedsearch_saved": "{{savedsearch}} was saved"
+ },
+ "passwordreset": {
+ "failed": "Password reset failed",
+ "success": "Your password has been reset"
+ },
+ "notification": {
+ "add": "You will now be notified when new posts are added to {{set}}",
+ "delete_confirm": "Are you sure you want to remove this notification?",
+ "destroy_success": "You will no longer receive notifications about {{name}}."
+ },
+ "message": {
+ "sent_to": "Message sent to {{contact}}"
+ },
+ "export": {
+ "in_progress": "We are preparing your CSV file. This may take a few moments. You can leave this page if you want. We will let you know when we're done.",
+ "complete": "Export done. You should see your CSV-file in your downloads.",
+ "complete_data_found_message": "The data from your export can be found in your browser's downloads",
+ "confirmation": "Got it",
+ "cancel_export": "Cancel export",
+ "canceled_job": "Your export-job is canceled",
+ "upload_complete": "Upload complete. You should now see your tagged data in your HDX account."
+ },
+ "survey": {
+ "bulk_destroy_confirm": "Are you sure you want to delete these {{count}} surveys?",
+ "bulk_destroy_confirm_desc": "Deleting these {{count}} selected surveys will also delete all collected posts and all associated data in the surveys. This step cannot be reversed.",
+ "destroy_confirm": "Are you sure you want to delete this survey?",
+ "destroy_confirm_desc": "Deleting this survey will also delete all collected posts and all associated data in the survey. This step cannot be reversed.",
+ "destroy_confirm_desc_end": "You can download and import all your data before deleting."
+ },
+ "confirm_modal": {
+ "add_post_success": {
+ "success": "Success!",
+ "success_description": "Thank you for submitting your report. The post is being reviewed by our team and soon will appear on the platform.",
+ "success_button": "OK, sounds good"
+ },
+ "deleted": {
+ "success": "Success!",
+ "success_description": "You've permanently deleted {{count}}.",
+ "success_button": "OK"
+ }
+ },
+ "language": {
+ "do_you_really_want_to_delete_language": "Do you really want to delete {{lang}} language?"
+ }
+ },
+ "empty": {
+ "default": "No records found.",
+ "post": "No posts found.",
+ "user": "No users found.",
+ "category": "No categories found.",
+ "role": "No roles found.",
+ "webhook": "No webhooks found.",
+ "permission": "No permissions found.",
+ "form": "No forms found."
+ },
+ "location": {
+ "search": "Search",
+ "use_current_location": "Use your current location",
+ "click_map": "You can search or click the area of map where you want to place the marker.",
+ "placeholder": "Search for addresses, place names, or coordinates...",
+ "search_results": "Search results",
+ "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",
+ "invalid_lat": "The value given is not a valid latitude.",
+ "invalid_lon": "The value given is not a valid longitude."
+ },
+ "notification": {
+ "title": "Notifications",
+ "contacts_heading": "How you get notifications",
+ "notifications_heading": "What you get notified about",
+ "error_message": "The notification could not be deleted at this time",
+ "send_to_address": "Send notifications to this address",
+ "button": {
+ "delete": "Delete notification"
+ },
+ "what_you_get_notification_about": "What you get notification about",
+ "removed": "Notification was removed",
+ "are_you_sure_you_want_to_remove_this_notification": "Are you sure you want to remove this notification?"
+ },
+ "contact": {
+ "edit": "Edit",
+ "save_changes": "Save changes",
+ "saving_changes": "Saving changes",
+ "cancel_edit": "Cancel",
+ "add_phone_number": "Add a phone number",
+ "add_email_address": "Add an email address",
+ "edit_phone_number": "Edit your phone number",
+ "edit_email_address": "Edit your email address",
+ "error_message": "The contact could not be saved at this time",
+ "type": {
+ "phone": "Phone",
+ "email": "Email"
+ },
+ "button": {
+ "add": "Add account",
+ "delete": "Remove account"
+ },
+ "valid": {
+ "email": {
+ "required": "An email address is required to receive notifications",
+ "email": "This email address is invalid",
+ "maxlength": "This email address is too long",
+ "not_valid": "This email is not valid"
+ },
+ "phone": {
+ "required": "A phone number is required to receive notifications",
+ "pattern": "A valid phone number is required",
+ "minlength": "This number is too short",
+ "maxlength": "This number is too long"
+ }
+ }
+ },
+ "terms_of_service": {
+ "title": "Ushahidi Terms of Service",
+ "terms_of_service": "We have updated our Terms and Conditions and Privacy Policy. Please review these documents carefully and accept the terms in order to continue to use Ushahidi's services.",
+ "agree": "I agree to Ushahidi's Terms of Service.",
+ "accept_and_continue": "Accept and Continue",
+ "i_agree": "I agree to Ushahidi's Privacy Policy and\nTerms and Conditions."
+ },
+ "translations": {
+ "languages": "Languages",
+ "language": "Language",
+ "default": "default",
+ "translate_field": "Translate field",
+ "survey_select_default": "Select default language for this survey",
+ "category_select_default": "Select default language for this category",
+ "error_translation_exists": "You cannot select this language since there is already a translation for it.",
+ "edit_default_text": "Text in default language",
+ "edit_placeholder": "Write your translation here",
+ "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",
+ "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",
+ "add_a_language": "Add a language",
+ "error_no_default": "You need to specify a default language before adding a new translation.",
+ "select_language": "Select a language to add translation for",
+ "default_lang_info": "This is the language that will be used if no translations are available for the language the user has set for the deployment."
+ },
+ "languages": {
+ "ach": "Acoli",
+ "ady": "Adyghe",
+ "af": "Afrikaans",
+ "af-ZA": "Afrikaans (South Africa)",
+ "ak": "Akan",
+ "sq": "Albanian",
+ "sq-AL": "Albanian (Albania)",
+ "aln": "Albanian Gheg",
+ "am": "Amharic",
+ "am-ET": "Amharic (Ethiopia)",
+ "ar": "Arabic",
+ "ar-EG": "Arabic (Egypt)",
+ "ar-SA": "Arabic (Saudi Arabia)",
+ "ar-SD": "Arabic (Sudan)",
+ "ar-SY": "Arabic (Syria)",
+ "ar-AA": "Arabic (Unitag)",
+ "an": "Aragonese",
+ "hy": "Armenian",
+ "hy-AM": "Armenian (Armenia)",
+ "as": "Assamese",
+ "as-IN": "Assamese (India)",
+ "ast": "Asturian",
+ "ast-ES": "Asturian (Spain)",
+ "az": "Azerbaijani",
+ "az@Arab": "Azerbaijani (Arabic)",
+ "az-AZ": "Azerbaijani (Azerbaijan)",
+ "az-IR": "Azerbaijani (Iran)",
+ "az@latin": "Azerbaijani (Latin)",
+ "bal": "Balochi",
+ "ba": "Bashkir",
+ "eu": "Basque",
+ "eu-ES": "Basque (Spain)",
+ "bar": "Bavarian",
+ "be": "Belarusian",
+ "be-BY": "Belarusian (Belarus)",
+ "be@tarask": "Belarusian (Tarask)",
+ "bn": "Bengali",
+ "bn-BD": "Bengali (Bangladesh)",
+ "bn-IN": "Bengali (India)",
+ "brx": "Bodo",
+ "bs": "Bosnian",
+ "bs-BA": "Bosnian (Bosnia and Herzegovina)",
+ "br": "Breton",
+ "bg": "Bulgarian",
+ "bg-BG": "Bulgarian (Bulgaria)",
+ "my": "Burmese",
+ "my-MM": "Burmese (Myanmar)",
+ "ca": "Catalan",
+ "ca-ES": "Catalan (Spain)",
+ "ca@valencia": "Catalan (Valencian)",
+ "ceb": "Cebuano",
+ "tzm": "Central Atlas Tamazight",
+ "hne": "Chhattisgarhi",
+ "cgg": "Chiga",
+ "zh": "Chinese",
+ "zh-CN": "Chinese (China)",
+ "zh-CN.GB2312": "Chinese (China) (GB2312)",
+ "gan": "Chinese (Gan)",
+ "hak": "Chinese (Hakka)",
+ "zh-HK": "Chinese (Hong Kong)",
+ "czh": "Chinese (Huizhou)",
+ "cjy": "Chinese (Jinyu)",
+ "lzh": "Chinese (Literary)",
+ "cmn": "Chinese (Mandarin)",
+ "mnp": "Chinese (Min Bei)",
+ "cdo": "Chinese (Min Dong)",
+ "nan": "Chinese (Min Nan)",
+ "czo": "Chinese (Min Zhong)",
+ "cpx": "Chinese (Pu-Xian)",
+ "zh-Hans": "Chinese Simplified",
+ "zh-TW": "Chinese (Taiwan)",
+ "zh-TW.Big5": "Chinese (Taiwan) (Big5)",
+ "zh-Hant": "Chinese Traditional",
+ "wuu": "Chinese (Wu)",
+ "hsn": "Chinese (Xiang)",
+ "yue": "Chinese (Yue)",
+ "cv": "Chuvash",
+ "ksh": "Colognian",
+ "kw": "Cornish",
+ "co": "Corsican",
+ "crh": "Crimean Turkish",
+ "hr": "Croatian",
+ "hr-HR": "Croatian (Croatia)",
+ "cs": "Czech",
+ "cs-CZ": "Czech (Czech Republic)",
+ "da": "Danish",
+ "da-DK": "Danish (Denmark)",
+ "dv": "Divehi",
+ "doi": "Dogri",
+ "nl": "Dutch",
+ "nl-BE": "Dutch (Belgium)",
+ "nl-NL": "Dutch (Netherlands)",
+ "dz": "Dzongkha",
+ "dz-BT": "Dzongkha (Bhutan)",
+ "en": "English",
+ "en-AU": "English (Australia)",
+ "en-AT": "English (Austria)",
+ "en-BD": "English (Bangladesh)",
+ "en-BE": "English (Belgium)",
+ "en-CA": "English (Canada)",
+ "en-CL": "English (Chile)",
+ "en-CZ": "English (Czech Republic)",
+ "en-ee": "English (Estonia)",
+ "en-FI": "English (Finland)",
+ "en-DE": "English (Germany)",
+ "en-GH": "English (Ghana)",
+ "en-HK": "English (Hong Kong)",
+ "en-HU": "English (Hungary)",
+ "en-IN": "English (India)",
+ "en-IE": "English (Ireland)",
+ "en-lv": "English (Latvia)",
+ "en-lt": "English (Lithuania)",
+ "en-NL": "English (Netherlands)",
+ "en-NZ": "English (New Zealand)",
+ "en-NG": "English (Nigeria)",
+ "en-PK": "English (Pakistan)",
+ "en-PL": "English (Poland)",
+ "en-RO": "English (Romania)",
+ "en-SK": "English (Slovakia)",
+ "en-ZA": "English (South Africa)",
+ "en-LK": "English (Sri Lanka)",
+ "en-SE": "English (Sweden)",
+ "en-CH": "English (Switzerland)",
+ "en-GB": "English (United Kingdom)",
+ "en-US": "English (United States)",
+ "en-EN": "English",
+ "myv": "Erzya",
+ "eo": "Esperanto",
+ "et": "Estonian",
+ "et-EE": "Estonian (Estonia)",
+ "fo": "Faroese",
+ "fo-FO": "Faroese (Faroe Islands)",
+ "fil": "Filipino",
+ "fi": "Finnish",
+ "fi-FI": "Finnish (Finland)",
+ "frp": "Franco-Provençal (Arpitan)",
+ "fr": "French",
+ "fr-BE": "French (Belgium)",
+ "fr-CA": "French (Canada)",
+ "fr-FR": "French (France)",
+ "fr-CH": "French (Switzerland)",
+ "fur": "Friulian",
+ "ff": "Fulah",
+ "ff-SN": "Fulah (Senegal)",
+ "gd": "Gaelic, Scottish",
+ "gl": "Galician",
+ "gl-ES": "Galician (Spain)",
+ "lg": "Ganda",
+ "ka": "Georgian",
+ "ka-GE": "Georgian (Georgia)",
+ "de": "German",
+ "de-AT": "German (Austria)",
+ "de-DE": "German (Germany)",
+ "de-CH": "German (Switzerland)",
+ "el": "Greek",
+ "el-GR": "Greek (Greece)",
+ "kl": "Greenlandic",
+ "gu": "Gujarati",
+ "gu-IN": "Gujarati (India)",
+ "gun": "Gun",
+ "ht": "Haitian (Haitian Creole)",
+ "ht-HT": "Haitian (Haitian Creole) (Haiti)",
+ "ha": "Hausa",
+ "haw": "Hawaiian",
+ "he": "Hebrew",
+ "he-IL": "Hebrew (Israel)",
+ "hi": "Hindi",
+ "hi-IN": "Hindi (India)",
+ "hu": "Hungarian",
+ "hu-HU": "Hungarian (Hungary)",
+ "is": "Icelandic",
+ "is-IS": "Icelandic (Iceland)",
+ "io": "Ido",
+ "ig": "Igbo",
+ "ilo": "Iloko",
+ "id": "Indonesian",
+ "id-ID": "Indonesian (Indonesia)",
+ "ia": "Interlingua",
+ "iu": "Inuktitut",
+ "ga": "Irish",
+ "ga-IE": "Irish (Ireland)",
+ "it": "Italian",
+ "it-IT": "Italian (Italy)",
+ "it-CH": "Italian (Switzerland)",
+ "ja": "Japanese",
+ "ja-JP": "Japanese (Japan)",
+ "jv": "Javanese",
+ "kab": "Kabyle",
+ "kn": "Kannada",
+ "kn-IN": "Kannada (India)",
+ "pam": "Kapampangan",
+ "ks": "Kashmiri",
+ "ks-IN": "Kashmiri (India)",
+ "csb": "Kashubian",
+ "kk": "Kazakh",
+ "kk@Arab": "Kazakh (Arabic)",
+ "kk@Cyrl": "Kazakh (Cyrillic)",
+ "kk-KZ": "Kazakh (Kazakhstan)",
+ "kk@latin": "Kazakh (Latin)",
+ "km": "Khmer",
+ "km-KH": "Khmer (Cambodia)",
+ "rw": "Kinyarwanda",
+ "ky": "Kirgyz",
+ "tlh": "Klingon",
+ "kok": "Konkani",
+ "ko": "Korean",
+ "ko-KR": "Korean (Korea)",
+ "ku": "Kurdish",
+ "ku-IQ": "Kurdish (Iraq)",
+ "lad": "Ladino",
+ "lo": "Lao",
+ "lo-LA": "Lao (Laos)",
+ "ltg": "Latgalian",
+ "la": "Latin",
+ "lv": "Latvian",
+ "lv-LV": "Latvian (Latvia)",
+ "lez": "Lezghian",
+ "lij": "Ligurian",
+ "li": "Limburgian",
+ "ln": "Lingala",
+ "lt": "Lithuanian",
+ "lt-LT": "Lithuanian (Lithuania)",
+ "jbo": "Lojban",
+ "en@lolcat": "LOLCAT English",
+ "lmo": "Lombard",
+ "dsb": "Lower Sorbian",
+ "nds": "Low German",
+ "lb": "Luxembourgish",
+ "mk": "Macedonian",
+ "mk-MK": "Macedonian (Macedonia)",
+ "mai": "Maithili",
+ "mg": "Malagasy",
+ "ms": "Malay",
+ "ml": "Malayalam",
+ "ml-IN": "Malayalam (India)",
+ "ms-MY": "Malay (Malaysia)",
+ "mt": "Maltese",
+ "mt-MT": "Maltese (Malta)",
+ "mni": "Manipuri",
+ "mi": "Maori",
+ "arn": "Mapudungun",
+ "mr": "Marathi",
+ "mr-IN": "Marathi (India)",
+ "mh": "Marshallese",
+ "mw1": "Mirandese",
+ "mn": "Mongolian",
+ "mn-MN": "Mongolian (Mongolia)",
+ "nah": "Nahuatl",
+ "nv": "Navajo",
+ "nr": "Ndebele, South",
+ "nap": "Neapolitan",
+ "ne": "Nepali",
+ "ne-NP": "Nepali (Nepal)",
+ "nia": "Nias",
+ "nqo": "N'ko",
+ "se": "Northern Sami",
+ "nso": "Northern Sotho",
+ "no": "Norwegian",
+ "nb": "Norwegian Bokmål",
+ "nb-NO": "Norwegian Bokmål (Norway)",
+ "no-NO": "Norwegian (Norway)",
+ "nn": "Norwegian Nynorsk",
+ "nn-NO": "Norwegian Nynorsk (Norway)",
+ "ny": "Nyanja",
+ "oc": "Occitan (post 1500)",
+ "or": "Oriya",
+ "or-IN": "Oriya (India)",
+ "om": "Oromo",
+ "os": "Ossetic",
+ "pfl": "Palatinate German",
+ "pa": "Panjabi (Punjabi)",
+ "pa-IN": "Panjabi (Punjabi) (India)",
+ "pap": "Papiamento",
+ "fa": "Persian",
+ "fa-AF": "Persian (Afghanistan)",
+ "fa-IR": "Persian (Iran)",
+ "pms": "Piemontese",
+ "en@pirate": "Pirate English",
+ "pl": "Polish",
+ "pl-PL": "Polish (Poland)",
+ "pt": "Portuguese",
+ "pt-BR": "Portuguese (Brazil)",
+ "pt-PT": "Portuguese (Portugal)",
+ "ps": "Pushto",
+ "ro": "Romanian",
+ "ro-RO": "Romanian (Romania)",
+ "rm": "Romansh",
+ "ru": "Russian",
+ "ru-ee": "Russian (Estonia)",
+ "ru-lv": "Russian (Latvia)",
+ "ru-lt": "Russian (Lithuania)",
+ "ru@petr1708": "Russian Petrine orthography",
+ "ru-RU": "Russian (Russia)",
+ "sah": "Sakha (Yakut)",
+ "sm": "Samoan",
+ "sa": "Sanskrit",
+ "sat": "Santali",
+ "sc": "Sardinian",
+ "sco": "Scots",
+ "sr": "Serbian",
+ "sr@Ijekavian": "Serbian (Ijekavian)",
+ "sr@ijekavianlatin": "Serbian (Ijekavian Latin)",
+ "sr@latin": "Serbian (Latin)",
+ "sr-RS@latin": "Serbian (Latin) (Serbia)",
+ "sr-RS": "Serbian (Serbia)",
+ "sn": "Shona",
+ "scn": "Sicilian",
+ "szl": "Silesian",
+ "sd": "Sindhi",
+ "si": "Sinhala",
+ "si-LK": "Sinhala (Sri Lanka)",
+ "sk": "Slovak",
+ "sk-SK": "Slovak (Slovakia)",
+ "sl": "Slovenian",
+ "sl-SI": "Slovenian (Slovenia)",
+ "so": "Somali",
+ "son": "Songhay",
+ "st": "Sotho, Southern",
+ "st-ZA": "Sotho, Southern (South Africa)",
+ "sma": "Southern Sami",
+ "es": "Spanish",
+ "es-AR": "Spanish (Argentina)",
+ "es-BO": "Spanish (Bolivia)",
+ "es-CL": "Spanish (Chile)",
+ "es-CO": "Spanish (Colombia)",
+ "es-CR": "Spanish (Costa Rica)",
+ "es-DO": "Spanish (Dominican Republic)",
+ "es-EC": "Spanish (Ecuador)",
+ "es-SV": "Spanish (El Salvador)",
+ "es-GT": "Spanish (Guatemala)",
+ "es-419": "Spanish (Latin America)",
+ "es-MX": "Spanish (Mexico)",
+ "es-NI": "Spanish (Nicaragua)",
+ "es-PA": "Spanish (Panama)",
+ "es-PY": "Spanish (Paraguay)",
+ "es-PE": "Spanish (Peru)",
+ "es-PR": "Spanish (Puerto Rico)",
+ "es-ES": "Spanish (Spain)",
+ "es-US": "Spanish (United States)",
+ "es-UY": "Spanish (Uruguay)",
+ "es-VE": "Spanish (Venezuela)",
+ "su": "Sundanese",
+ "sw": "Swahili",
+ "sw-KE": "Swahili (Kenya)",
+ "ss": "Swati",
+ "sv": "Swedish",
+ "sv-FI": "Swedish (Finland)",
+ "sv-SE": "Swedish (Sweden)",
+ "tl": "Tagalog",
+ "tl-PH": "Tagalog (Philippines)",
+ "tg": "Tajik",
+ "tg-TJ": "Tajik (Tajikistan)",
+ "tzl": "Talossan",
+ "ta": "Tamil",
+ "ta-IN": "Tamil (India)",
+ "ta-LK": "Tamil (Sri-Lanka)",
+ "tt": "Tatar",
+ "te": "Telugu",
+ "te-IN": "Telugu (India)",
+ "tet": "Tetum (Tetun)",
+ "th": "Thai",
+ "th-TH": "Thai (Thailand)",
+ "bo": "Tibetan",
+ "bo-CN": "Tibetan (China)",
+ "ti": "Tigrinya",
+ "to": "Tongan",
+ "ts": "Tsonga",
+ "tn": "Tswana",
+ "tr": "Turkish",
+ "tr-TR": "Turkish (Turkey)",
+ "tk": "Turkmen",
+ "tk-TM": "Turkmen (Turkmenistan)",
+ "udm": "Udmurt",
+ "ug": "Uighur",
+ "ug@Arab": "Uighur (Arabic)",
+ "ug@Cyrl": "Uighur (Cyrillic)",
+ "ug@Latin": "Uighur (Latin)",
+ "uk": "Ukrainian",
+ "uk-UA": "Ukrainian (Ukraine)",
+ "vmf": "Upper Franconian",
+ "hsb": "Upper Sorbian",
+ "ur": "Urdu",
+ "ur-PK": "Urdu (Pakistan)",
+ "uz": "Uzbek",
+ "uz@Arab": "Uzbek (Arabic)",
+ "uz@Cyrl": "Uzbek (Cyrillic)",
+ "uz@Latn": "Uzbek (Latin)",
+ "uz-UZ": "Uzbek (Uzbekistan)",
+ "ve": "Venda",
+ "vec": "Venetian",
+ "vi": "Vietnamese",
+ "vi-VN": "Vietnamese (Viet Nam)",
+ "vls": "Vlaams",
+ "wa": "Walloon",
+ "war": "Wáray-Wáray",
+ "cy": "Welsh",
+ "cy-GB": "Welsh (United Kingdom)",
+ "fy": "Western Frisian",
+ "fy-NL": "Western Frisian (Netherlands)",
+ "wo": "Wolof",
+ "wo-SN": "Wolof (Senegal)",
+ "xh": "Xhosa",
+ "yi": "Yiddish",
+ "yo": "Yoruba",
+ "zu": "Zulu",
+ "zu-ZA": "Zulu (South Africa)"
+ },
+ "countries": {
+ "Afghanistan": "Afghanistan",
+ "Åland Islands": "Åland Islands",
+ "Albania": "Albania",
+ "Algeria": "Algeria",
+ "American Samoa": "American Samoa",
+ "Andorra": "Andorra",
+ "Angola": "Angola",
+ "Anguilla": "Anguilla",
+ "Antarctica": "Antarctica",
+ "Antigua and Barbuda": "Antigua and Barbuda",
+ "Argentina": "Argentina",
+ "Armenia": "Armenia",
+ "Aruba": "Aruba",
+ "Australia": "Australia",
+ "Austria": "Austria",
+ "Azerbaijan": "Azerbaijan",
+ "Bahamas": "Bahamas",
+ "Bahrain": "Bahrain",
+ "Bangladesh": "Bangladesh",
+ "Barbados": "Barbados",
+ "Belarus": "Belarus",
+ "Belgium": "Belgium",
+ "Belize": "Belize",
+ "Benin": "Benin",
+ "Bermuda": "Bermuda",
+ "Bhutan": "Bhutan",
+ "Bolivia, Plurinational State of bolivia": "Bolivia, Plurinational State of bolivia",
+ "Bosnia and Herzegovina": "Bosnia and Herzegovina",
+ "Botswana": "Botswana",
+ "Bouvet Island": "Bouvet Island",
+ "Brazil": "Brazil",
+ "British Indian Ocean Territory": "British Indian Ocean Territory",
+ "Brunei Darussalam": "Brunei Darussalam",
+ "Bulgaria": "Bulgaria",
+ "Burkina Faso": "Burkina Faso",
+ "Burundi": "Burundi",
+ "Cambodia": "Cambodia",
+ "Cameroon": "Cameroon",
+ "Canada": "Canada",
+ "Cape Verde": "Cape Verde",
+ "Cayman Islands": "Cayman Islands",
+ "Central African Republic": "Central African Republic",
+ "Chad": "Chad",
+ "Chile": "Chile",
+ "China": "China",
+ "Christmas Island": "Christmas Island",
+ "Cocos (Keeling) Islands": "Cocos (Keeling) Islands",
+ "Colombia": "Colombia",
+ "Comoros": "Comoros",
+ "Congo": "Congo",
+ "Congo, The Democratic Republic of the Congo": "Congo, The Democratic Republic of the Congo",
+ "Cook Islands": "Cook Islands",
+ "Costa Rica": "Costa Rica",
+ "Cote d'Ivoire": "Cote d'Ivoire",
+ "Croatia": "Croatia",
+ "Cuba": "Cuba",
+ "Cyprus": "Cyprus",
+ "Czech Republic": "Czech Republic",
+ "Denmark": "Denmark",
+ "Djibouti": "Djibouti",
+ "Dominica": "Dominica",
+ "Dominican Republic": "Dominican Republic",
+ "Ecuador": "Ecuador",
+ "Egypt": "Egypt",
+ "El Salvador": "El Salvador",
+ "Equatorial Guinea": "Equatorial Guinea",
+ "Eritrea": "Eritrea",
+ "Estonia": "Estonia",
+ "Ethiopia": "Ethiopia",
+ "Falkland Islands (Malvinas)": "Falkland Islands (Malvinas)",
+ "Faroe Islands": "Faroe Islands",
+ "Fiji": "Fiji",
+ "Finland": "Finland",
+ "France": "France",
+ "French Guiana": "French Guiana",
+ "French Polynesia": "French Polynesia",
+ "French Southern Territories": "French Southern Territories",
+ "Gabon": "Gabon",
+ "Gambia": "Gambia",
+ "Georgia": "Georgia",
+ "Germany": "Germany",
+ "Ghana": "Ghana",
+ "Gibraltar": "Gibraltar",
+ "Greece": "Greece",
+ "Greenland": "Greenland",
+ "Grenada": "Grenada",
+ "Guadeloupe": "Guadeloupe",
+ "Guam": "Guam",
+ "Guatemala": "Guatemala",
+ "Guernsey": "Guernsey",
+ "Guinea": "Guinea",
+ "Guinea-Bissau": "Guinea-Bissau",
+ "Guyana": "Guyana",
+ "Haiti": "Haiti",
+ "Heard Island and Mcdonald Islands": "Heard Island and Mcdonald Islands",
+ "Holy See (Vatican City State)": "Holy See (Vatican City State)",
+ "Honduras": "Honduras",
+ "Hong Kong": "Hong Kong",
+ "Hungary": "Hungary",
+ "Iceland": "Iceland",
+ "India": "India",
+ "Indonesia": "Indonesia",
+ "Iran, Islamic Republic of Persian Gulf": "Iran, Islamic Republic of Persian Gulf",
+ "Iraq": "Iraq",
+ "Ireland": "Ireland",
+ "Isle of Man": "Isle of Man",
+ "Israel": "Israel",
+ "Italy": "Italy",
+ "Jamaica": "Jamaica",
+ "Japan": "Japan",
+ "Jersey": "Jersey",
+ "Jordan": "Jordan",
+ "Kazakhstan": "Kazakhstan",
+ "Kenya": "Kenya",
+ "Kiribati": "Kiribati",
+ "Korea, Democratic People's Republic of Korea": "Korea, Democratic People's Republic of Korea",
+ "Korea, Republic of South Korea": "Korea, Republic of South Korea",
+ "Kosovo": "Kosovo",
+ "Kuwait": "Kuwait",
+ "Kyrgyzstan": "Kyrgyzstan",
+ "Laos": "Laos",
+ "Latvia": "Latvia",
+ "Lebanon": "Lebanon",
+ "Lesotho": "Lesotho",
+ "Liberia": "Liberia",
+ "Libyan Arab Jamahiriya": "Libyan Arab Jamahiriya",
+ "Liechtenstein": "Liechtenstein",
+ "Lithuania": "Lithuania",
+ "Luxembourg": "Luxembourg",
+ "Macao": "Macao",
+ "Macedonia": "Macedonia",
+ "Madagascar": "Madagascar",
+ "Malawi": "Malawi",
+ "Malaysia": "Malaysia",
+ "Maldives": "Maldives",
+ "Mali": "Mali",
+ "Malta": "Malta",
+ "Marshall Islands": "Marshall Islands",
+ "Martinique": "Martinique",
+ "Mauritania": "Mauritania",
+ "Mauritius": "Mauritius",
+ "Mayotte": "Mayotte",
+ "Mexico": "Mexico",
+ "Micronesia, Federated States of Micronesia": "Micronesia, Federated States of Micronesia",
+ "Moldova": "Moldova",
+ "Monaco": "Monaco",
+ "Mongolia": "Mongolia",
+ "Montenegro": "Montenegro",
+ "Montserrat": "Montserrat",
+ "Morocco": "Morocco",
+ "Mozambique": "Mozambique",
+ "Myanmar": "Myanmar",
+ "Namibia": "Namibia",
+ "Nauru": "Nauru",
+ "Nepal": "Nepal",
+ "Netherlands": "Netherlands",
+ "Netherlands Antilles": "Netherlands Antilles",
+ "New Caledonia": "New Caledonia",
+ "New Zealand": "New Zealand",
+ "Nicaragua": "Nicaragua",
+ "Niger": "Niger",
+ "Nigeria": "Nigeria",
+ "Niue": "Niue",
+ "Norfolk Island": "Norfolk Island",
+ "Northern Mariana Islands": "Northern Mariana Islands",
+ "Norway": "Norway",
+ "Oman": "Oman",
+ "Pakistan": "Pakistan",
+ "Palau": "Palau",
+ "Palestinian Territory, Occupied": "Palestinian Territory, Occupied",
+ "Panama": "Panama",
+ "Papua New Guinea": "Papua New Guinea",
+ "Paraguay": "Paraguay",
+ "Peru": "Peru",
+ "Philippines": "Philippines",
+ "Pitcairn": "Pitcairn",
+ "Poland": "Poland",
+ "Portugal": "Portugal",
+ "Puerto Rico": "Puerto Rico",
+ "Qatar": "Qatar",
+ "Romania": "Romania",
+ "Russia": "Russia",
+ "Rwanda": "Rwanda",
+ "Reunion": "Reunion",
+ "Saint Barthelemy": "Saint Barthelemy",
+ "Saint Helena, Ascension and Tristan Da Cunha": "Saint Helena, Ascension and Tristan Da Cunha",
+ "Saint Kitts and Nevis": "Saint Kitts and Nevis",
+ "Saint Lucia": "Saint Lucia",
+ "Saint Martin": "Saint Martin",
+ "Saint Pierre and Miquelon": "Saint Pierre and Miquelon",
+ "Saint Vincent and the Grenadines": "Saint Vincent and the Grenadines",
+ "Samoa": "Samoa",
+ "San Marino": "San Marino",
+ "Sao Tome and Principe": "Sao Tome and Principe",
+ "Saudi Arabia": "Saudi Arabia",
+ "Senegal": "Senegal",
+ "Serbia": "Serbia",
+ "Seychelles": "Seychelles",
+ "Sierra Leone": "Sierra Leone",
+ "Singapore": "Singapore",
+ "Slovakia": "Slovakia",
+ "Slovenia": "Slovenia",
+ "Solomon Islands": "Solomon Islands",
+ "Somalia": "Somalia",
+ "South Africa": "South Africa",
+ "South Sudan": "South Sudan",
+ "South Georgia and the South Sandwich Islands": "South Georgia and the South Sandwich Islands",
+ "Spain": "Spain",
+ "Sri Lanka": "Sri Lanka",
+ "Sudan": "Sudan",
+ "Suriname": "Suriname",
+ "Svalbard and Jan Mayen": "Svalbard and Jan Mayen",
+ "Swaziland": "Swaziland",
+ "Sweden": "Sweden",
+ "Switzerland": "Switzerland",
+ "Syrian Arab Republic": "Syrian Arab Republic",
+ "Taiwan": "Taiwan",
+ "Tajikistan": "Tajikistan",
+ "Tanzania, United Republic of Tanzania": "Tanzania, United Republic of Tanzania",
+ "Thailand": "Thailand",
+ "Timor-Leste": "Timor-Leste",
+ "Togo": "Togo",
+ "Tokelau": "Tokelau",
+ "Tonga": "Tonga",
+ "Trinidad and Tobago": "Trinidad and Tobago",
+ "Tunisia": "Tunisia",
+ "Turkey": "Turkey",
+ "Turkmenistan": "Turkmenistan",
+ "Turks and Caicos Islands": "Turks and Caicos Islands",
+ "Tuvalu": "Tuvalu",
+ "Uganda": "Uganda",
+ "Ukraine": "Ukraine",
+ "United Arab Emirates": "United Arab Emirates",
+ "United Kingdom": "United Kingdom",
+ "United States": "United States",
+ "Uruguay": "Uruguay",
+ "Uzbekistan": "Uzbekistan",
+ "Vanuatu": "Vanuatu",
+ "Venezuela, Bolivarian Republic of Venezuela": "Venezuela, Bolivarian Republic of Venezuela",
+ "Vietnam": "Vietnam",
+ "Virgin Islands, British": "Virgin Islands, British",
+ "Virgin Islands, U.S.": "Virgin Islands, U.S.",
+ "Wallis and Futuna": "Wallis and Futuna",
+ "Yemen": "Yemen",
+ "Zambia": "Zambia",
+ "Zimbabwe": "Zimbabwe"
+ },
+ "api": {
+ "providerNotAvailable": "One or more of the enabled providers is not available :param1",
+ "range": "The file size should be less than {{param3}} KB",
+ "mime_type": "File type not supported. Please upload a .csv file.",
+ "not_empty": ":field must not be empty",
+ "isKeyAvailable": "The key {{value}} is not available",
+ "contactIsValid": "Invalid phone number",
+ "roleDoesNotExist": "role_id {{value}} does not exist",
+ "invalidFormStageId": "form_stage_id :value does not exist",
+ "postTypeLimitReached": "limit: {{posttypes}}",
+ "dataUrlOrMediaRequired": "One of data_url or media_id is required",
+ "dataUrlMediaConflict": "Only one of data_url or media_id can be defined",
+ "size_error": "The file size should be less than :param1 MB",
+ "mime_type_not_allowed": "File type not supported. Please upload an image file.",
+ "mime_not_empty": "MIME type not found. The MIME type must be set for the file.",
+ "contact": {
+ "invalid_phone": "Invalid phone number {{param1}}",
+ "invalid_email": "Invalid email {{param1}}"
+ },
+ "email": {
+ "title": "{{sitename}} New post: {{title}}",
+ "message": "New post on {{sitename}}{{title}}{{content}}View post: {{url}}"
+ },
+ "sms": {
+ "message": "{{sitename}} New post: {{title}}"
+ },
+ "publishedPostsLimitReached": "limit:{{posts}}",
+ "tagDoesNotExist": "category :value does not exist",
+ "attributeDoesNotExist": "attribute {{param1}} does not exist",
+ "tooManyValues": "Too many values for {{param1}} (max: {{param2}})",
+ "valueDoesNotExist": "value id {{param2}} for field {{param1}} does not exist",
+ "canNotUseExistingValueOnNewPost": "Cannot use existing value {{param2}} for field {{param1}} on a new post",
+ "postAttributeRequired": "attribute {{param1}} is required",
+ "taskAttributeRequired": "attribute {{param1}} is required before stage {{param2}} can be completed",
+ "emptyIdAndLocale": "Must have at least id or locale",
+ "emptyParentWithLocale": "Must have at parent id when passing locale",
+ "notAnArray": "Post values for {{param1}} must be an array",
+ "scalar": "Post values for {{param1}} must be scalar",
+ "doesTranslationExist": "Translation {{value}} for post {{param2}} already exists",
+ "published_to": {
+ "exists": "The role you are publishing to {{value}} does not exist"
+ },
+ "stageDoesNotExist": "Stage {{param1}} does not exist",
+ "stageRequired": "Stage {{param1}} is required before publishing",
+ "postNeedsApprovalBeforePublishing": "Post needs approval by an administrator before it can be published",
+ "postCanOnlyBeUnpublishedByAdmin": "Post can only be unpublished by an administrator",
+ "alreadyLockedByDifferentUser": "Post is currently locked by a different user and can not be updated.",
+ "values": {
+ "date": "The field {{param1}} must be a date, Given: {{param2}}",
+ "decimal": "The field {{param1}} must be a decimal with 2 places, Given: {{param2}}",
+ "digit": "The field {{param1}} must be a digit, Given: {{param2}}",
+ "email": "The field {{param1}} must be an email address, Given: {{param2}}",
+ "exists": "The field {{param1}} must be a valid post id, Post id: {{param2}}",
+ "tagExists": "The field {{param1}} must be a valid category id or name, Category: {{param2}}",
+ "max_length": "The field {{param1}} must not exceed :param2 characters long, Given: {{param2}}",
+ "invalidForm": "The field {{param1}} has the wrong post type, Post id:{{param2}}",
+ "numeric": "The field {{param1}} must be numeric, Given: {{param2}}",
+ "scalar": "The field {{param1}} must be scalar, Given: {{param2}}",
+ "point": "The field {{param1}} must be an array of lat and lon",
+ "lat": "the field {{param1}} must contain a valid latitude",
+ "lon": "the field {{param1}} must contain a valid longitude",
+ "url": "The field {{param1}} must be a url, Given: {{param2}}",
+ "video_type": "The field {{param1}} must be either a youtube or vimeo url, Given: {{param2}}"
+ },
+ "role": {
+ "isRoleValid": "Role must match the parent category",
+ "exists": "Role {{value}} does not exist"
+ },
+ "description_regex": "The description must contain only letters, numbers, spaces and punctuation",
+ "regex": "The category name must contain only letters, numbers, spaces and punctuation",
+ "isUniqueEmail": "{{field}} is already in use",
+ "isUniqueUsername": "{{field}} is already in use",
+ "isUserSelf": "You cannot change your own role",
+ "adminUserLimitReached": "limit:{{:admin}}"
+ }
+}
diff --git a/apps/web-mzima-client/src/assets/locales/uk_UA.json b/apps/web-mzima-client/src/assets/locales/uk_UA.json
new file mode 100644
index 00000000000..ec319c1dd21
--- /dev/null
+++ b/apps/web-mzima-client/src/assets/locales/uk_UA.json
@@ -0,0 +1,2770 @@
+{
+ "app": {
+ "contact_email_address": "Contact email address:",
+ "powered_by_ushahidi": "При підтримці Ushahidi.",
+ "support": "Підтримка Ushahidi",
+ "by": "створено",
+ "submit": "Відправити",
+ "anonymous": "Анонімно",
+ "submitting": "Відправлення",
+ "submit_another": "Відправити і Додати ще",
+ "submit_response": "Відправити відповідь на опитування",
+ "can_see_this": "може переглянути це",
+ "collection": "Колекція",
+ "collections": "Колекції",
+ "create_collection": "Створити колекцію",
+ "add_collection": "Add collection",
+ "export_to_csv": "Експорт відфільтрованих даних",
+ "create_new": "Створити нові",
+ "create_new_survey": "Створити нове опитування",
+ "created_by": "Створено {{author}}",
+ "date_created": "Дата створення",
+ "date_updated": "Дата оновлення",
+ "choose_photo": "Choose photo",
+ "choose": "Choose...",
+ "add_all_fields": "Add all fields",
+ "insert_text_here": "Insert text here...",
+ "deployment_not_found" : {
+ "text" : "Sorry, that deployment does not exist. Would you like to create a new deployment?",
+ "button_exit" : "Exit",
+ "button_create_deployment" : "Create Deployment"
+ },
+ "documentation": {
+ "title": "Документація",
+ "description": "Дізнайтеся про встановлення, налаштування та керування розгортанням Ushahidi."
+ },
+ "donate": "Пожертви",
+ "donation": "Пожертви",
+ "disable_monetization": "Вимкнути монетизацію",
+ "enable_monetization": "Увімкнути монетизацію",
+ "enable_monetization_error": "Заповніть обовʼязкові поля щоб увімкнути монетизацію",
+ "enable_monetization_info": "Монетизація вимкнена",
+ "intercom": {
+ "intercom": "Інтерком",
+ "description": "Зв'язатися з персоналом Ushahidi, щоб отримати підтримку в чаті"
+ },
+ "onboarding": {
+ "title": "Onboarding",
+ "description": "Take a look at the Ushahidi onboarding again."
+ },
+ "report_a_bug": {
+ "title": "Повідомити про помилку",
+ "description": "Розкажіть нам якщо щось працює не так, як ви очікували."
+ },
+ "edit_collection": "Редагувати колекцію",
+ "features": {
+ "title": "Характеристики",
+ "description": "Дізнайтеся, що може робити Ushahidi і як це працює."
+ },
+ "forbidden": "Вибачте, у вас немає дозволу це зробити.",
+ "forbidden-login": "Please enter your login details to access the deployment.",
+ "contact_with_admin": "Or contact the Admin ",
+ "404": "Такої URL-адреси не існує",
+ "page-not-found": "Page not found",
+ "get_notifications": "Отримувати сповіщення",
+ "turn_off_notifications": "Вимкнути сповіщення",
+ "load_more": "Завантажити ще",
+ "loading": "Завантаження",
+ "loading_saved_searches": "Завантажуємо збережені пошуки",
+ "more": "More",
+ "cancel": "Cancel",
+ "save": "Save",
+ "save_and_close": "Save & close",
+ "update": "Update",
+ "update_and_close": "Update & close",
+ "add_and_close": "Add & close",
+ "updating": "Updating",
+ "saving": "Saving",
+ "settings": "Settings",
+ "share": "Share",
+ "specific_roles": "Конкретні ролі...",
+ "general": "Загальне",
+ "surveys": "Survey",
+ "add_survey": "Додати опитування",
+ "edit_survey": "Редагувати опитування",
+ "data_sources": "Data Sources",
+ "import": "Import",
+ "users": "Users",
+ "edit_user": "Редагувати користувача",
+ "add_user": "Додати користувача",
+ "edit": "Редагувати",
+ "roles": "Roles",
+ "edit_role": "Редагувати Роль",
+ "add_role": "Додати Роль",
+ "webhooks": "Вебхуки",
+ "edit_webhook": "Змінити вебхук",
+ "add_webhook": "Додати вебхук",
+ "categories": "Categories",
+ "edit_category": "Редагувати категорію",
+ "add_category": "Додати категорію",
+ "categories_count": "{{count}} categories",
+ "plans": "Plans",
+ "delete": "Delete",
+ "description": "Description",
+ "color": "Color",
+ "search_users": "Search users",
+ "searching": "Searching",
+ "show_hide": "Show/Hide",
+ "fields": "Fields",
+ "no_results": "No results found.",
+ "current_results": "Current results:",
+ "filter_by": "Filter by...",
+ "sort_filter": "Sort & filter",
+ "apply_filters": "Apply",
+ "close_and_view": "Close and view results",
+ "show_more_less": "Show more/less",
+ "filters": "Filters",
+ "filters_and_sorting": "Filters and sorting",
+ "filter_by_survey": "Filter by survey",
+ "configure": "Configure",
+ "post": "Post",
+ "name": "Ім'я",
+ "key": "Key",
+ "survey_web_address": "Your survey's web address",
+ "default_value": "Default value (optional):",
+ "select_one": "Select One",
+ "sort_and_filter": "Sort & filter",
+ "saved_search": "Збережений пошук",
+ "tasks": "Tasks",
+ "return_to_all_posts": "Return to all posts",
+ "this_deplyment_is_private": "This deployment is private",
+ "private_deployment": "Private Deployment",
+ "mark_as": "Mark as",
+ "who_can_see_this_category": "Who can see this category?",
+ "this_category_is_child_to": "This category is a child to {{parent}}",
+ "nothing": "Nothing",
+ "who_can_see_this": "Who can see this?",
+ "add": "Add",
+ "add_new_category": "+ Add new category",
+ "sort_by": "Sort By ...",
+ "newest_first": "Найновіші спочатку",
+ "oldest_first": "Найстаріші спочатку",
+ "language": "Мова",
+ "select_language": "Select language",
+ "add_new_post": "Add new post",
+ "previous": "Previous",
+ "duplicate": "Зробити копію",
+ "yes_delete": "Yes, delete",
+ "no_go_back": "No, go back",
+ "are_you_sure_you_want_to_delete": "Are you sure you want to Delete",
+ "action_cannot_be_undone": "This action cannot be undone.
Are you sure?
",
+ "you_are_not_authorized": "You are not authorized",
+ "lost_internet_connection": "Lost internet connection",
+ "tweet_is_unavailable": "This tweet is unavailable",
+ "file_uploader": "File uploader",
+ "preview_image": "Preview image",
+ "privacy_policy": "Privacy Policy",
+ "terms_and_conditions": "Terms and Conditions",
+ "ok_sounds_good": "OK, sounds good",
+ "next_step": "Next step",
+ "we_are_aware_there_are_some_issues_here": "We are aware there are some issues here. The team is working on fixing them.",
+ "you_are_using_old_deployment_version": "You are using Deployment Version - {{api_version}}. The latest version is v5. Please, update your Deployment for users access.",
+ "outdated_deployment": "Outdated Deployment!",
+ "the_deployment_is_outdated": "The Deployment is outdated, therefore some bugs may occur, till Admin update it.",
+ "your_deployment_is_outdated": "Your Deployment is outdated",
+ "we_ve_updated_deployments_to_version_5": "We’ve updated Deployments to version 5. Users may not have access to your deployment soon. ",
+ "for_more_details_on_deployment_update": "For more details on deployment update, go to Help & Support (this should be a link) or send an email to:",
+ "open_chat": "Open Chat",
+ "end_post": "End of Posts"
+ },
+ "cookies": {
+ "we_use_cookies": "Howdy! We use cookies to make your experience better.",
+ "cookies_privacy": "If you want to know more or withdraw your consent, please go to our Privacy Policy.",
+ "decline": "Decline",
+ "accept_cookies": "Accept cookies"
+ },
+ "404": {
+ "404": "404",
+ "error": "error",
+ "description": "Oops... Sorry, we can’t find the page that you’re looking for.
Please search by another phrase or go back to the Map View.",
+ "button": "Go to the Map View"
+ },
+ "toolbar": {
+ "searchbar": {
+ "search_entity": "Шукати на {{entity}}",
+ "search_all_entities_for": "Шукати на {{entity}}"
+ }
+ },
+ "color_picker": {
+ "hex_value": "Шістнадцяткове значення",
+ "red": "Червоний",
+ "gold": "Золотий",
+ "blue": "Синій",
+ "green": "Зелений"
+ },
+ "feature_limits": {
+ "view_unavailable": "Неможливо відобразити {{value}} за умовами вашого тарифного плану. Оновіть ваш тарифний план щоб отримати доступ!"
+ },
+ "limit": {
+ "plan_limit": "Лімітний план Ushahidi",
+ "post_limit_reached": "Ви досягнули максимальної кількості постів доступних для вашого тарифного плану.",
+ "admin_limit_reached": "Ви досягнули максимальної кількості користувачів адміністраторів доступних для вашого тарифного плану.",
+ "post_type_limit_reached": "Ви досягнули максимальної кількості опитувань доступних для вашого тарифного плану.",
+ "upgrade": "Поновлення"
+ },
+ "activity": {
+ "activity_over_time": "Активність з плином часу",
+ "activity_by_volume": "Активність за обсягом",
+ "recent_activity_timeline": "Графік останніх дій",
+ "new_post": "Новий пост",
+ "by": "Зроблено",
+ "context_body": "Опис того, як люди взаємодіють з {{site}}.",
+ "inbound": "Вхідні Повідомлення",
+ "outbound": "Вихідні Повідомлення Опитування",
+ "recipients": "Унікальні одержувачі цільового опитування",
+ "responders": "Унікальні респонденти на цільове опитування",
+ "all_targeted": "Всі Цільові Опитування",
+ "no_targeted": "У вас немає даних цільового опитування, які можна було б показати.",
+ "all_sources": "Всі Джерела Даних",
+ "web_mobile": "Веб і мобільний",
+ "email": "Електронна пошта",
+ "sms": "sms",
+ "twitter": "твіттер",
+ "all_crowdsourced": "Усі краудсорсингові опитування",
+ "no_crowdsourced": "У вас немає даних краудсорсингово опитування, які можна було б показати.",
+ "targeted_activity": "Активність в цільових опитуваннях",
+ "crowdsourced_activity": "Активність в краудсорсингових опитуваннях",
+ "tooltip_template": "This is the single point tooltip template"
+ },
+ "form": {
+ "add_field": "Add field",
+ "add_field_instructions": "Додати вказівки до цього поля",
+ "add_field_instructions_info": "Ці інструкції будуть представлені користувачеві у вигляді спливаючої підказки при заповненні цього поля.",
+ "add_field_instructions_placeholder": "Пояснити це поле...",
+ "add_post_type": "Додати опитування",
+ "add_step": "Додати завдання",
+ "add_language": "Додати мову",
+ "added_form_stage_attribute": "Збережене поле",
+ "field_allowed_relation_post_type": "Дозволені опитування",
+ "choose_order_message": "Виберіть і впорядкуйте поля, які ви хотіли б включити в це опитування",
+ "created_form_stage": "Збережена задача",
+ "currently_disabled": "В даний час це опитування вимкнено.",
+ "custom_structure": "Унікальна Структура",
+ "default_date_placeholder": "Дата за замовчуванням",
+ "default_date_hint": "If no date is added, the current time of posting would be added by default. The user can still update the {{ field_name }} after post submission.",
+ "default_default_placeholder": "Величина за замовчуванням",
+ "default_location_placeholder": "Найробі, Кенія",
+ "delete_post_type": "Видалити це опитування",
+ "deleted_form": "Видалені опитування",
+ "deleted_form_stage": "Видалене завдання",
+ "deleted_form_stage_attribute": "Видалене поле",
+ "editable_by": "Може редагувати:",
+ "edit_post_step": "Редагувати завдання: {{step}}",
+ "edit_post_type": "Редагувати опитування: {{form}}",
+ "edit_post_types": "Редагувати опитування",
+ "field_add_option": "Додати",
+ "field_add_other": "Add other",
+ "field_add_other_desc": "Allows entering a custom option that is not listed among the provided choices.",
+ "field_default": "Поле за замовчуванням",
+ "field_key": "Ключ поля",
+ "field_type": "Тип поля",
+ "field_name": "Назва поля",
+ "field_options": "Field Options",
+ "field_key_placeholder": "field-key",
+ "field_name_placeholder": "Name this field",
+ "field_option_placeholder": "Option 1",
+ "field_required": "This field is required",
+ "form_name": "Ім'я",
+ "form_description": "Description",
+ "forms": "Форми",
+ "form_stage_settings_saved": "Saved settings",
+ "permission_public": "Public",
+ "permission_admin": "Admin",
+ "permission_self": "Only Me",
+ "post_type_settings": "Налаштування опитування",
+ "post_step_settings": "Task Settings",
+ "priority_changed": "Changed priority",
+ "save_and_close": "Save & Close",
+ "save_post_type": "Зберегти опитування",
+ "save_post_step": "Save Task",
+ "saved_form": "Опитування збережено.",
+ "select_language": "Оберіть мови",
+ "step_delete": "Delete",
+ "step_name": "Task Name",
+ "step_rename": "Rename",
+ "step_required": "This task is required",
+ "post_step": "Post",
+ "type": "тип",
+ "visible_to": "Є доступ до перегляду у",
+ "choose_language": "Choose language for translation",
+ "error_input_number": "Please input {{type}} type number"
+ },
+ "survey": {
+ "no_tasks": "No tasks",
+ "select_categories": "Select categories",
+ "select_related_post": "Select related post",
+ "no_fields": "No fields",
+ "select_color": "Select color",
+ "choose_survey": "Choose survey",
+ "marked_for_internal": {
+ "header": "Internal Use Only",
+ "body": "This task is marked for internal use only. It is not seen by users when they create a post."
+ },
+ "task_is_marked_as": {
+ "not_completed": "Task Complete? - Use toggle below",
+ "completed": "You have marked \"{{taskName}}\" Task as Completed!"
+ },
+ "delete_task": "Видалити завдання",
+ "duplicate_survey": "Зробити копію",
+ "main_info": "Main info",
+ "internal_use_task": "Завдання призначене тільки для внутрішнього використання",
+ "internal_use_task_desc": "Це завдання буде видно тільки користувачеві, у якого є дозвіл на управління публікацією.",
+ "duplicate_task": "Повторити завдання",
+ "duplicate_option": "Копія варіанта наявна",
+ "special_characters_option": "This option contains special characters",
+ "show_this_task_to": "Покажіть це завдання всім, коли воно буде опубліковано",
+ "show_this_task_to_desc": "Коли буде опубліковано відповідь на опитування, будуть відображені дані з цього завдання.",
+ "survey_name": "Назва опитування",
+ "describe_your_survey": "Опишіть своє опитування...",
+ "describe_this_task": "Опишіть цю задачу...",
+ "untitled_task": "Завдання без назви",
+ "add_task": "Add task",
+ "title": "Назва",
+ "field_allowed_relation_survey": "Дозволені опитування",
+ "collect_image_caption": "Включити поле з підписом зображення",
+ "collect_media_caption": "Include caption field",
+ "disable_caption_field_explanation": "Ця дія призведе до вимкнення та приховування всіх існуючих підписів для цього поля, але ви можете в будь-який час знову їх увімкнути.",
+ "description": "Опис",
+ "task_description": "Опис завдання",
+ "post_fields": "Поля для посту",
+ "task_fields": "Поля завдань",
+ "show_task": "Покажіть це завдання всім, коли пост буде опублікований",
+ "task_info": "Ви можете додати до кожного посту додаткову інформацію, як то переклади чи підтвердження і присвоїти їх людям, додавши Завдання. Ви можете обрати з попередньо створених завдань або створити власне завдання з нуля.",
+ "text_desc": "Одне речення або менше",
+ "short_text": "Короткий текст",
+ "long_text": "Довгий текст",
+ "number_decimal": "Число (десяткове)",
+ "number_integer": "Число (ціле)",
+ "location": "Location",
+ "date": "Date",
+ "datetime": "Дата і час",
+ "select": "Select",
+ "radio_button": "Radio Button(s)",
+ "checkbox": "Checkbox(es)",
+ "related_post": "Related Post",
+ "related_post_info": "Please note, the posts to relate to needs to be published, posts that are \"Under review\" will not appear in the search-results",
+ "upload_image": "Image",
+ "upload_document": "Document",
+ "upload_audio": "Audio",
+ "embed_video": "Embed video",
+ "markdown": "Markdown",
+ "categories": "Categories",
+ "textarea_desc": "Multiple sentences or paragraphs",
+ "decimal_desc": "Число з дробовою частиною",
+ "integer_desc": "A whole number",
+ "location_desc": "A geographic location chosen via a map",
+ "date_desc": "A date with year, month, day",
+ "datetime_desc": "A date with time in hours and minutes",
+ "select_desc": "A drop down list of items",
+ "radio_desc": "Allows the user to choose only one of a predefined set of options.",
+ "checkbox_desc": "Allows the user to choose one or more of a predefined set of options.",
+ "relation_desc": "Create a relation between different surveys",
+ "upload_desc": "Allows image(s) to be uploaded to the post",
+ "audio_desc": "Allows audio file(s) to be uploaded to the post",
+ "document_desc": "Allows document(s) to be uploaded to the post",
+ "video_desc": "Allows Youtube or Vimeo videos to be embed in the post",
+ "maximum_upload_size" : "Maximum Upload Size",
+ "small_upload_size" : "Small",
+ "medium_upload_size" : "Medium",
+ "large_upload_size" : "Large",
+ "markdown_desc": "Allows the use of markdown syntax to style the field content.",
+ "tasks": "Tasks",
+ "task_visible_when_published": "Це завдання буде видно після публікації посту.",
+ "show_field_description": "Add field description (optional):",
+ "add_field": "Add {{fieldType | lowercase}} field",
+ "edit_field": "Edit {{fieldType | lowercase}} field",
+ "build": "Build",
+ "configure": "Configure",
+ "require_section": "Необхідно виконати це завдання перед тим як відкрити доступ до перегляду посту для всіх",
+ "hide_author_information": "Hide author information",
+ "hide_author_information_desc": "Only people with permission to edit responses will be able to see who submitted them; and only when editing them.",
+ "hide_location_information": "Hide exact location information",
+ "hide_location_information_desc": "Only people with permission to edit responses will be able to see exact locations. Other people will see rounded locations. The location will be accurate to {{precision}}km.",
+ "hide_time_information": "Hide exact time information",
+ "hide_time_information_desc": "Only people with permission to edit responses will be able to see exact time submitted. Other people will see only the date.",
+ "share": "Share",
+ "task_name": "Task name",
+ "required_field": "Required",
+ "required": "Required",
+ "required_desc": "Необхідно виконати це завдання перед тим як відкрити доступ до перегляду посту для всіх.",
+ "require_field_desc": "Require this field be completed",
+ "name_this_task": "Name this task...",
+ "require_review": "Require posts to be reviewed before they're published",
+ "require_review_desc": "Нові відповіді на це опитування будуть поміщені в категорію \"перевіряється\", а отже не відразу стануть доступними до перегляду. Користувачі, які мають дозвіл на перегляд відповідей можуть перевірити їх та \"опублікувати\", таким чином всі зможуть побачити ці відповіді. ",
+ "require_task": "Required",
+ "make_response_private": "Make responses private",
+ "response_private_desc": "Only people with permission to edit responses can see responses to this field",
+ "require_task_desc": "Require this task be completed before a post can be visible to the public",
+ "survey_permissions": "Survey permissions",
+ "only_edit": "Only people with permission to edit responses will be able to see responses to this field.",
+ "who_can_add": "Who can add to this survey",
+ "survey_field": "Поле опитування",
+ "choose_survey_field": "Choose what should be assigned to each survey field",
+ "choose_survey_field_desc": "Each of the survey's fields are listed below. Choose the data from {{datasource_type}} that you'd like to use to populate each of those fields.",
+ "who_can_contribute_to_task": "Who can contribute to fields in this task",
+ "view_detail": "Detail",
+ "no_options_for_this_field": "No options for this field",
+ "add_options_first": "Add options first",
+ "delete": {
+ "desc": "If you delete this survey, all of its posts will also be deleted. Proceed with caution.",
+ "delete": "Delete survey",
+ "delete_this": "Delete this survey",
+ "delete_this_field": "Delete this field",
+ "delete_field": "Delete field",
+ "desc_field": "If you delete this field, all of the data that was collected within it will also be deleted. Proceed with caution."
+ },
+ "name": "Назва опитування",
+ "color": {
+ "color": "Color",
+ "hex": "Hex value",
+ "red": "Red",
+ "gold": "Gold",
+ "blue": "Синій",
+ "green": "Зелений"
+ },
+ "who": "Who can see this?",
+ "task": {
+ "delete": {
+ "desc": "If you delete this task, all of the data captured in it will also be deleted. Proceed with caution.",
+ "delete": "Delete task",
+ "delete_this": "Delete this task"
+ }
+ },
+ "fields": {
+ "fields_title": "Fields",
+ "validation": {
+ "required": "Required fields are missing, these fields are marked with an *.",
+ "special_characters": "{{name}} field contains special characters"
+ }
+ },
+ "targeted_survey": {
+ "title": "Create a new targeted survey",
+ "description": "Send questions via SMS to a list of those phone numbers.",
+ "name_title": "Name your survey",
+ "name": "Назва опитування",
+ "description_title": "Survey Description",
+ "audience_title": "Choose your audience",
+ "add_questions_title": "Add your questions",
+ "add_questions_description": "We will send each question as a separate SMS. After someone responds, we will send the next question in the survey.",
+ "add_another": "Додати питання...",
+ "add_a_question": "Add a question...",
+ "edit_title": "Edit question",
+ "new_question_title": "New Question",
+ "question_text": "Question text",
+ "question_description": "This is what users will see when they go to your survey.",
+ "sample_question": "Sample question: Hi there! How are you feeling today? Your response is free.",
+ "char_remains": "{{remaining}}/160 characters remaining",
+ "publish": "Publish survey",
+ "delete": "Delete",
+ "send_to_old_number_warning": "If you are messaging a number that you have messaged in the past, that person's responses will always apply to the most recent survey. They will no longer be able to reply to previous unanswered survey questions.",
+ "publish_description_many": "We will send {{questions}} questions to {{numbers}} people via SMS for a total of {{total_sms_messages}} messages. Your telecommunications provider will charge you for each message. Please be careful about the costs you will incur by sending this survey. This action cannot be undone.",
+ "publish_description_one_question": "We will send {{questions}} question to {{numbers}} people via SMS for a total of {{total_sms_messages}} messages. Your telecommunications provider will charge you for each message. Please be careful about the costs you will incur by sending this survey. This action cannot be undone.",
+ "publish_description_one_number": "We will send {{questions}} questions to {{numbers}} person via SMS for a total of {{total_sms_messages}} messages. Your telecommunications provider will charge you for each message. Please be careful about the costs you will incur by sending this survey. This action cannot be undone.",
+ "publish_description_one_number_one_question": "We will send {{questions}} question to {{numbers}} person via SMS for a total of {{total_sms_messages}} message. Your telecommunications provider will charge you for each message. Please be careful about the costs you will incur by sending this survey. This action cannot be undone.",
+ "question_warning": "You must enter at least 1 question.",
+ "publish_warning": "Are you sure you ant to send this SMS survey?",
+ "publish_notification_many": "{{messages}} messages will be sent as part of this survey. You will be charged for these messages by your telecommunications provider",
+ "publish_notification_one": "{{messages}} message will be sent as part of this survey. You will be charged for that message by your telecommunications provider",
+ "hide_responders": "Hide information about responders",
+ "hide_responders_desc": "The phone numbers of the people who respond to your questions remain hidden from the public site. Only the team members with edit permissions will be able to see them.",
+ "notification_button": "View survey in datamode",
+ "name_warning": "You must give your survey a name.",
+ "description_warning": "You must give your survey a description.",
+ "send_to_person": "Targeted: Send this survey to {{recipientCount}} person via SMS",
+ "send_to_people": "Targeted: Send this survey to {{recipientCount}} people via SMS",
+ "country_code": "Country Code",
+ "country_code_error": "You must select a country.",
+ "select_country": "Select Country",
+ "phone_numbers": "Phone Numbers",
+ "phone_number_warning": "You must enter at least 1 phone number.",
+ "one_repeat_alert": "We removed a total of {{repeatCount}} repeat number from your list.",
+ "multi_repeat_alert": "We removed a total of {{repeatCount}} repeat numbers from your list.",
+ "multi_number_error": "Of the {{total}} phone numbers you entered, we noticed problems with {{bad}} of them. Please correct the phone numbers below and continue. Numbers must match the selected country's formatting rules.",
+ "one_number_error": "Of the {{total}} phone numbers you entered, we noticed problems with {{bad}} of them. Please correct the phone number below and continue. Numbers must match the selected country's formatting rules.",
+ "multi_numbers_good": "These {{good_numbers}} numbers look fine.",
+ "one_number_good": "This {{good_numbers}} number looks fine.",
+ "question_error": "You must add at least one question.",
+ "phone_number_instructions": "Please type in the phone numbers you'd like to contact. You must place a comma between each phone number.",
+ "targeted_survey": "Targeted Survey",
+ "targeted_survey_desc": "We sent this survey via SMS",
+ "sent_messages": "We have sent {{totalSent}} messages, and",
+ "sent_message": "We have sent {{totalSent}} message, and",
+ "received_responses": "you have received {{responses}} responses",
+ "received_response": "you have received {{responses}} response",
+ "recipients_count": "from {{recipients}} recipients so far.",
+ "recipient_count": "from {{recipients}} recipient so far.",
+ "error_message": "An error occurred while trying to save your targeted survey",
+ "error_contacts": "Some of the numbers you provided failed, please check your numbers and try again",
+ "pending_messages": "We are processing {{totalPending}} messages.",
+ "pending_message": "We are processing {{totalPending}} message.",
+ "cancel": "Cancel"
+ }
+ },
+ "global_filter": {
+ "filter": "Фільтр",
+ "categories": {
+ "categories": "Категорії",
+ "all_categories": "Всі Категорії"
+ },
+ "post_types": {
+ "post_types": "Опитування",
+ "all_types": "Всі типи",
+ "unstructured": "Неструктуроване"
+ },
+ "post_statuses": {
+ "post_statuses": "Статус",
+ "all_statuses": "Будь-який Статус",
+ "draft": "Чернетка",
+ "published": "Опубліковане"
+ },
+ "post_stages": {
+ "post_stages": "Поточне завдання",
+ "all_stages": "Всі Завдання"
+ },
+ "collections": {
+ "collections": "Колекції",
+ "all_collections": "Всі Колекції",
+ "search_collections": "Пошук Колекцій"
+ },
+ "sorting": "Sorting",
+ "sort": {
+ "order": {
+ "filter_type_tag": "Порядок",
+ "desc": "Найновіші спочатку",
+ "asc": "Найстаріші спочатку"
+ },
+ "orderby": {
+ "post_date": "Дата публікації",
+ "created": "Дата створення",
+ "updated": "Дата оновлення"
+ },
+ "unlockedOnTop": {
+ "filter_type_tag": "Розблоковані пости зверху"
+ }
+ },
+ "filter_tabs": {
+ "order": "Порядок",
+ "order_group": {
+ "orderby": {
+ "post_date": "Дата публікації",
+ "created": "Дата створення",
+ "updated": "Дата оновлення"
+ },
+ "order": {
+ "desc": "Найновіші спочатку",
+ "asc": "Найстаріші спочатку"
+ },
+ "unlocked_on_top_yes": "Так",
+ "unlocked_on_top_no": "Ні"
+ },
+ "orderby": "Сортувати за",
+ "order_unlocked_on_top": "Розблоковані пости зверху",
+ "savedsearch": "Збережений пошук",
+ "saved_search": "Збережений пошук",
+ "q": "Ключове слово",
+ "created_after": "Дата початку",
+ "created_before": "Кінцева дата",
+ "date_after": "Дата початку",
+ "date_before": "Кінцева дата",
+ "center_point": "Розташування",
+ "tags": "Категорія",
+ "form": "Опитування",
+ "current_stage": "Поточне завдання",
+ "set": "Колекція",
+ "status": "Статус",
+ "expires": "Expires",
+ "download": "Download",
+ "location_value": "В межах {{km}} км від {{value}}",
+ "visible_to": "Є доступ до перегляду у",
+ "user": "Користувач",
+ "has_location": "Post-locations",
+ "all_posts": "Show all posts",
+ "unmapped": "Show unmapped posts",
+ "mapped": "Show posts with a location",
+ "source": "Source"
+ },
+ "unmapped_start_one": "Є",
+ "unmapped_start_many": "Є",
+ "unmapped_one": "{{post_nb}} post",
+ "unmapped_many": "{{post_nb}} posts",
+ "unmapped_end": "не показано тут, оскільки вони не містять інформацію про місцезнаходження.",
+ "unmapped_none": "No posts without location information.",
+ "more": "Більше",
+ "keyword": "Ключове слово",
+ "start_date": "Дата початку",
+ "start_date_placeholder": "Січ 25, 2014",
+ "end_date": "Кінцева дата",
+ "end_date_placeholder": "Кві 25, 2014",
+ "location": "Розташування",
+ "location_placeholder": "Введіть місто або адресу",
+ "city_or_address": "City or address",
+ "viewing_mode": "Viewing mode",
+ "within_km": "В межах",
+ "km": "Км",
+ "within_km_placeholder": "Відстань",
+ "option_1": "В межах 1 км",
+ "option_2": "В межах 10 км",
+ "option_3": "В межах 50 км",
+ "option_4": "within 100 km",
+ "option_5": "within 500 km",
+ "option_6": "within 100 km",
+ "option_7": "within 500 km",
+ "restore_defaults": "Restore Defaults",
+ "apply_filters": "Apply",
+ "save_to_set": "Save to Set",
+ "search": "Search",
+ "date_range": "Date range",
+ "who_its_visible_to": "У кого є доступ до перегляду",
+ "status": "Status",
+ "source": "Source",
+ "saved_filters": "Saved filters",
+ "saved_filter": "Saved filter",
+ "no_saved_filters": "No saved filters. Saved filter(s) will appear here for you to select once made available.",
+ "save_new_filter": "Save new filter",
+ "clear_all_filters": "Clear all filters",
+ "delete_this_saved_filter": "Are you sure you want to delete this saved filter?"
+ },
+ "graph": {
+ "all_posts": "Нічого; Відобразити всі пости",
+ "all": "Весь час",
+ "compare": "Порівняти...",
+ "compare_all": "Порівняти...",
+ "compare_status": "Порівняти статус",
+ "compare_tags": "Порівняння категорій",
+ "compare_form": "Порівнянти опитування",
+ "compare_": "Порівняти",
+ "created": "Час створення",
+ "cumulative": "Показати сукупні підсумки",
+ "cumulative_post_count": "Загальна кількість постів",
+ "custom": "Індивідуальний діапазон дат ",
+ "custom_display": "{{start || 'Beginning'}} до {{end || 'Now'}}",
+ "group_by_placeholder": "Графік",
+ "new_post_count": "Нові пости",
+ "none": "Жоден",
+ "no_data": "Немає активності для відображення",
+ "post_count": "Кількість записів",
+ "post_date": "Дата створення посту",
+ "select_one": "Обрати один",
+ "week": "Цього тижня",
+ "month": "Цього місяця",
+ "updated": "Оновлений час"
+ },
+ "message": {
+ "button": {
+ "dismiss": "Відхилити",
+ "upgrade": "Поновити зараз",
+ "default": "Добре",
+ "cancel": "Відмінити"
+ }
+ },
+ "modal": {
+ "button": {
+ "close": "Закрити",
+ "done": "Done"
+ },
+ "donation": {
+ "thank_you_for_your_donation_start": "Web monetization is enabled on this website. Thank you for your donation. You have donated",
+ "thank_you_for_your_donation_end": "so far",
+ "web_monetization_text": "Ushahidi deployments are now web monetization enabled. Web monetization is a way of supporting the websites you love without playing advertisers game. All you need is to get your browser setup. Click the link below to learn how you can donate.",
+ "how_can_i_donate": "How can I donate?"
+ }
+ },
+ "nav": {
+ "open_menu": "Open menu",
+ "my_account": "My account",
+ "404": "Упс",
+ "about": "Про",
+ "activity": "Діяльність",
+ "add_post": "Додати запис",
+ "account_settings": "Налаштування облікового запису",
+ "alerts": "Оповіщення",
+ "all": "Всі",
+ "author_tagline": "Створено {{author}}",
+ "appearance": "Вигляд",
+ "back": "Назад",
+ "category": "Категорія",
+ "categories": "Категорії",
+ "clear": "Очистити",
+ "collections": "Колекції",
+ "comments": "Коментарі",
+ "data_sources": "Джерела Даних",
+ "data_import": "Імпорт даних",
+ "deployment_not_found": "Deployment Not Found",
+ "deselect": "Скасувати вибір",
+ "edit_profile": "Редагувати Профіль",
+ "edit_post_type": "Редагувати опитування",
+ "everyone": "Всі",
+ "export": "Експортувати",
+ "forbidden": "Доступ заборонено",
+ "dashboard": "Dashboard",
+ "delete": "Delete",
+ "edit": "Редагувати",
+ "filters": "Filters",
+ "forgotyourpassword": "Forgot your password?",
+ "resetpassword": "Reset password",
+ "resetmypassword": "Reset my password",
+ "forms": "Forms",
+ "help": "Help",
+ "home": "Home",
+ "login": "Log in",
+ "logout": "Log out",
+ "login_register": "Log in / Sign up",
+ "help_support": "Help & Support",
+ "registration": "Sign up",
+ "register": "Sign up",
+ "map_settings": "Налаштування карти",
+ "more": "More",
+ "notifications": "Сповіщення",
+ "receive_notifications": "Receive notifications",
+ "only_author": "Only the author",
+ "only_you": "Only you",
+ "people": "People",
+ "permissions": "Дозволи",
+ "plan_settings": "Plan",
+ "please_wait_loading": "Please wait. Loading...",
+ "plugins": "Plugins",
+ "posts": "Posts",
+ "posts_and_entities": "Surveys",
+ "profile": "My Profile",
+ "role": "Роль",
+ "roles": "Roles",
+ "webhook": "Вебхук",
+ "webhooks": "Вебхуки",
+ "saved_searches": "Saved Searches",
+ "search": "Пошук",
+ "select_all": "Select all",
+ "selected_items": "{{selectedItems}} selected",
+ "settings": "Settings",
+ "survey_settings": "Survey settings",
+ "tags": "Categories",
+ "today": "Today",
+ "general": "General Settings",
+ "type": "Type",
+ "unknown": "Unknown",
+ "unselect_all": "Unselect All",
+ "user": "User",
+ "users": "Users",
+ "views": "Views",
+ "yesterday": "Yesterday",
+ "map": "Map",
+ "data": "Data",
+ "feed": "Data"
+ },
+ "views": {
+ "map": "Map",
+ "list": "Часова шкала",
+ "activity": "Діяльність",
+ "data": "Data"
+ },
+ "share": {
+ "share_deployment": "Share deployment",
+ "share_post": "Share post",
+ "web_address": "You survey's web address",
+ "embed_on_websites": "HTML embed on websites",
+ "copied": "Copied!",
+ "share_on_twitter": "Share on Twitter",
+ "share_on_facebook": "Share on Facebook"
+ },
+ "post": {
+ "post_count": "{{count}} posts",
+ "see_more_plural": "Переглянути {{newPostsCount}} нові пости",
+ "see_more_singular": "Переглянути {{newPostsCount}} нове повідомлення",
+ "add_to_form": "Додати до {{form}}",
+ "posts": "Записи",
+ "post_title": "Назва посту",
+ "post_desc": "Опис посту",
+ "there_are_no_posts": "Немає постів",
+ "in_this_deployment": "ще у цьому розгортанні.",
+ "posts_total": "{{posts}} з {{total_nb}} постів",
+ "posts_total_map": "Відображено {{posts}} з {{total_nb}} постів з інформацією про місцезнаходження на карті.",
+ "search_results": "Результати:",
+ "by": "створено",
+ "duplicate_option": "Виникла проблема з конфігурацією цього поля через наявність повторів. Будь ласка, перейдіть до налаштувань опитування та виправте це.",
+ "task_completed": "Завдання виконано",
+ "everyone": "Всі",
+ "just_you": "Тільки ви",
+ "specific_roles": "Конкретні ролі...",
+ "can_see_this": "може переглянути це",
+ "add_post_type": "Додати {{form_name}}",
+ "edit_post_type": "Редагувати {{form_name}}",
+ "post": "Post",
+ "message": "Message",
+ "message_thread": "Message Thread",
+ "all_posts": "All posts",
+ "no_search_results": "Не знайдено дописів за вашим пошуком",
+ "no_search_results_location": "Your search didn't match any posts with location information",
+ "no_posts_yet": "There are no posts yet!",
+ "no_posts_yet_location": "There are no posts with location information yet!",
+ "add_first_post": "Add the first post",
+ "create_post": "Створити запис",
+ "create": "Create",
+ "change": "Change",
+ "posted_by": "Створено ",
+ "draft": "На розгляді",
+ "archived": "Archived",
+ "edited_by": "Edited by",
+ "export": "Експортувати",
+ "select_all": "Обрати все",
+ "unselect_all": "Unselect All",
+ "per_page": "{{count}} posts",
+ "post_details": "Post Details",
+ "steps": "This post's tasks",
+ "mark_complete": "Позначити зробленим",
+ "complete": "Complete",
+ "type_details": "{{type}} Details",
+ "edit_post": "Edit Post",
+ "history": "History",
+ "hide_form": "Hide {{form}}",
+ "hide_unknown_form": "Hide Unknown",
+ "publish": "Publish to...",
+ "publish_for_you": "You",
+ "publish_for_everyone": "Everyone",
+ "published": "Published",
+ "unpublished": "Unpublished",
+ "published_by": "Published by",
+ "can_see_this_post": "can see this post",
+ "categories": "Categories",
+ "status": "Status",
+ "type": "Type",
+ "view": "View",
+ "step": "Task",
+ "update": "Update",
+ "options": "Options",
+ "complete_draft": "Complete (Draft)",
+ "complete_published": "Complete (Published)",
+ "structure": "Structure",
+ "source": "via {{source}}",
+ "visible_to_public": "Цей пост бачуть всі",
+ "visible_to_you": "Цей пост бачите лише ви та адміністратори",
+ "visible_to_roles": "Цей пост бачуть {{roles}}",
+ "show_only_form": "Show only {{form}}",
+ "show_only_unknown_form": "Show only Unknown",
+ "delete_post": "Delete post",
+ "delete_this_post": "Delete this post",
+ "delete_post_desc": "If you delete this post, all of its comments will also be deleted. Proceed with caution.",
+ "read_more": "Read more",
+ "post_actions": {
+ "edit": "Редагувати",
+ "delete": "Delete",
+ "export": "Експортувати",
+ "put_under_review": "Put under review",
+ "archive": "Archive",
+ "publish": "Publish"
+ },
+ "created_at": "Created at",
+ "updated_at": "Last updated at",
+ "author": "Author",
+ "post_date": "Post date",
+ "change_author": "Change author",
+ "status_published": "Published",
+ "status_review": "На розгляді",
+ "status_archived": "Archived",
+ "unknown_posts": "Unknown posts",
+ "my_posts": "My posts",
+ "unstructured_posts": "Unstructured posts",
+ "published_posts": "Published posts",
+ "all_posts_desc": "All posts",
+ "published_posts_desc": "All published posts",
+ "unstructured_posts_desc": "Unstructured posts",
+ "my_posts_desc": "Your posts",
+ "unknown_posts_desc": "Posts with no assigned survey",
+ "image_is_required": "Image is required",
+ "image_max_size": "Image exceed max file size",
+ "locking": {
+ "unlocked": "Post successfully unlocked",
+ "unlock": "Unlock",
+ "lock_broken_by_other": "Your Post has been unlocked. Your current unsaved changes will be lost.",
+ "locked_message": "The post is locked because {{ user }} is working on it right now. Try editing a different post.",
+ "locked_tooltip": "This post is being edited by someone else. Please try again later."
+
+ },
+ "modify": {
+ "intro": "Select survey:",
+ "no_task_values": "There are currently no saved values for this task.",
+ "create_type": "Create {{type}}",
+ "edit_type": "Edit {{type}}: {{title}}",
+ "add_a_post": "Add a post",
+ "add_to_survey": "Add to this survey",
+ "edit_post": "Edit {{title}}",
+ "change_type": "Change type",
+ "incomplete_step": "To publish a post all required tasks must be marked as complete. The required task {{stage}} has not yet been marked complete",
+ "save_post": "Save Post",
+ "publish": "Publish to...",
+ "publish_to": "Publish to {{role}}",
+ "published_to": "Published to {{role}}",
+ "unpublish": "Revert to Draft",
+ "everyone": "Everyone",
+ "back": "Back",
+ "contact_info": "Enter your contact info (optional)",
+ "author_realname": "Ім'я",
+ "author_email": "Email",
+ "bulk_actions": "Bulk Actions",
+ "form": {
+ "categories": "Categories",
+ "description": "Description",
+ "location": "Location",
+ "title": "Title",
+ "link": {
+ "name": "Link Name",
+ "url": "Link url",
+ "add_link": "Add Link"
+ }
+ }
+ },
+ "preview": {
+ "private": "private",
+ "public": "public",
+ "read_more": " ... Read More",
+ "tags": "Categories",
+ "post_actions": {
+ "post_actions": "Post Actions",
+ "select": "select",
+ "edit": "edit",
+ "set": "set",
+ "publish": "publish",
+ "unpublish": "unpublish",
+ "delete": "delete"
+ }
+ },
+ "messages": {
+ "by_sms": "За допомогою SMS",
+ "by_email": "By Email",
+ "by_twitter": "By Twitter",
+ "reply": "Reply to Message thread",
+ "send": "Send New Message",
+ "save": "Save",
+ "simple_send": "Send",
+ "title": "Conversation with author",
+ "associated_messages": "View messages associated with this post",
+ "show_only_incoming": "Show only {{provider}} not assigned to a survey yet",
+ "imported_by": "{{messages}} imported by this deployment",
+ "Twitter": "Twitter",
+ "Email": "Email",
+ "SMS": "SMS",
+ "previous_page": "<< Previous page",
+ "next_page": "Next page >>",
+ "empty_message_error": "You must add a message",
+ "no_messages": "There are no messages yet. Start a conversation with the author by sending a message below."
+ },
+ "valid": {
+ "no_changes": "You haven’t made any changes",
+ "invalid_state": "This post is currently in an invalid state. You'll need to complete all required tasks before you can re-publish this post. You can either complete the necessary tasks or give your post a different status, like \"under review.\"",
+ "validation_fail": "Required fields are missing, these fields are marked with an *.",
+ "validation_fail_other": "There was an error validating the data. Fields failing validation will display an error.",
+ "title": {
+ "required": "A title is required",
+ "minlength": "Title is too short",
+ "maxlength": "Title is too long"
+ },
+ "label": {
+ "required": "A name is required"
+ },
+ "content": {
+ "required": "Description cannot be empty"
+ },
+ "tags": {
+ "required": "Categories are required"
+ },
+ "values": {
+ "required": "\"{{label}}\" is required",
+ "parse": "\"{{label}}\" could not be parsed",
+ "date": "\"{{label}}\" must be a date",
+ "number": "\"{{label}}\" must be a number",
+ "step": "\"{{label}}\" must be an integer"
+ },
+ "author_name": {
+ "maxlength": "Name is too long"
+ },
+ "author_email": {
+ "email": "Invalid email"
+ }
+ },
+ "media": {
+ "enter_a": "Enter a",
+ "youtube": "Youtube",
+ "current_url": "Current image",
+ "add_caption": "Add caption",
+ "upload": "Upload",
+ "add_photo": "Add photo",
+ "add_audio": "Add audio",
+ "add_document": "Add document",
+ "retry" : "Retry",
+ "delete_photo": "Delete photo",
+ "replace_image": "Replace image",
+ "error_in_upload": "Your image is too large (maximum size is 1MB) or has the wrong format (allowed formats are gif, png, jpg and jpeg), please check and try again!",
+ "messages": {
+ "max_size" : "Your file is too large.",
+ "max_files" : "You have exceeded the maximum number of files.",
+ "required" : "Media is required.",
+ "invalid_type" : "Unsupported file type."
+ },
+ "status" : {
+ "uploading" : "Uploading...",
+ "upload_complete" : "Upload Complete!",
+ "upload_failed" : "Upload failed!"
+ }
+ },
+ "video": {
+ "enter_a_url": "Enter a video URL from Youtube or Vimeo."
+ },
+ "unstructured": {
+ "add_survey": {
+ "info": "This post hasn't yet been assigned to a survey within your deployment. That's because it was submitted via {{source}}, which doesn't provide a way for the author to add their post to a specific survey.",
+ "choose": "Which survey would you like to add this post to?",
+ "title": "Add this post to a survey",
+ "save_and_edit": "Add to survey & edit"
+ },
+ "survey_title": "Unknown Survey"
+ },
+ "relation": {
+ "search": "Пошук"
+ },
+ "location": {
+ "location": "Location",
+ "you_can_search_or_click": "You can search or click the area of map where you want to place the marker.",
+ "search_address": "Шукати за адресою, назвою або координатами...",
+ "nothing_found": "Nothing found",
+ "errors": {
+ "empty_lat": "Latitude is empty field",
+ "empty_lng": "Longitude is empty field",
+ "decimal_lat": "Latitude only decimal number",
+ "decimal_lng": "Longitude only decimal number"
+ }
+ }
+ },
+ "role": {
+ "are_you_sure_you_want_to_delete_role": "Are you sure you want to delete role {{roleName}}?",
+ "add_role": "Додати Роль",
+ "edit_role": "Редагувати Роль",
+ "name": "Ім'я",
+ "description": "Опис",
+ "placeholder": {
+ "name": "Enter role name",
+ "description": "Enter role description"
+ },
+ "save": "Зберегти роль",
+ "save_add_another": "Зберегти та додати ще",
+ "permissions": "Дозволи",
+ "delete": "Видалити",
+ "delete_role": "Видалити цю роль",
+ "delete_role_desc": "Увага! Якщо ви видалете цю роль, всі Користувачі в цій ролі отримвють дозволи передбачені за замовчуванням. Будьте обережні.",
+ "everyone": "Всі",
+ "just_you": "Тільки ви",
+ "only_me": "Only me"
+ },
+ "webhook": {
+ "add_webhook": "Add Role",
+ "edit_webhook": "Edit Role",
+ "uuid": "UUID вебхука",
+ "name": "Ім'я",
+ "shared_secret": "Спільний секрет",
+ "url": "API URL",
+ "entity_type": "Тип об'єкту",
+ "event_type": "Тип дії",
+ "save": "Зберегти роль",
+ "save_add_another": "Зберегти та додати ще",
+ "delete": "Видалити",
+ "delete_webhook": "Видалити цей вебхук",
+ "delete_webhook_desc": "Увага! Якщо ви видалите цей вебхук, всі повʼязані події будуть втрачені. Будьте уважні."
+ },
+ "saved_search": {
+ "visible_to_public": "Цей збережений пошук бачать всі",
+ "visible_to_you": "Цей збережений пошук бачите лише ви та адміністратори",
+ "visible_to_roles": "Цей збережений пошук бачать {{roles}}",
+ "featured": "Рекомендації",
+ "featured_tooltip": "Рекомендовані пошукові запити відображаються для всіх Користувачів у
меню \"Збережені пошуки\"."
+ },
+ "collection": {
+ "visible_to_public": "Цю колекцію бачуть всі",
+ "visible_to_you": "This Collection is visible to just you and admins",
+ "visible_to_roles": "Цю колекцію бачуть {{roles}}",
+ "validation": {
+ "required": {
+ "name": "Collection name is required"
+ }
+ },
+ "errors": {
+ "permissions": "You do not have permission to view this collection"
+ }
+ },
+ "set": {
+ "by": "створено",
+ "clear_search": "Очистити пошук",
+ "create_collection": "Створити колекцію",
+ "create_new": "Створити нові",
+ "create_savedsearch": "Створити збережений пошук",
+ "description": "Опис",
+ "delete_collection": "Видалити цю колекцію",
+ "delete_savedsearch": "Видалити цей збережений пошук",
+ "default_viewing_mode": "Режим перегляду за замовчуванням",
+ "edit_collection_settings": "Редагувати колекцію",
+ "edit_search_settings": "Редагувати збережений пошук",
+ "featured": "Рекомендації",
+ "featured_collection": "Ця колекція рекомендована",
+ "featured_collection_tooltip": "Рекомендовані колекції відображаються для всіх користувачів у
меню «Колекції».",
+ "find_a_collection": "Знайти колекцію...",
+ "find_a_saved_search": "Знайти збережений пошук...",
+ "delete_saved_searches": "Видалити збережені пошуки",
+ "add_to_collection": "Add to Collection",
+ "empty_list_collections": "No collections",
+ "empty_list_savedsearches": "No saved searches",
+ "collection_name": "Collection name",
+ "name_your_collection": "Name your collection...",
+ "name_savedsearch": "Назва збереженого пошуку",
+ "visible_to_collection": "Who can see this Collection",
+ "visible_to_savedsearch": "Who can see this Saved Search",
+ "reset_savedsearch": "Reset Search",
+ "save_set": "Save Collection",
+ "save_savedsearch": "Зберегти пошук",
+ "update_savedsearch": "Оновити пошук",
+ "edit_savedsearch": "Редагувати пошук",
+ "set_settings": "Collection Settings",
+ "add_notification": "Add Notification",
+ "remove": "remove",
+ "update_saved_filter": "Update Saved Filter",
+ "create_saved_filter": "Create Saved Filter",
+ "collection_saved": "Collection saved.",
+ "collection_updated": "Collection updated.",
+ "collection_description": "You can add posts to your collection from the Data view"
+ },
+ "category": {
+ "add_tag": "Додати категорію",
+ "save_add_another": "Зберегти та додати ще",
+ "delete_category": "Видалити Категорію",
+ "delete_this_category": "Видалити цю категорію",
+ "delete_category_desc": "Увага! Якщо ви видалите цю категорію, вона більше не буде зʼявлятись на жодному з постів. Будьте обережні.",
+ "show_categories": "Показати всі доступні категорії",
+ "child_permissions": "Дозволи для цієї категорії керуються батьківською категорією.",
+ "which_categories": "Which categories should be available?",
+ "select_all": "Обрати все",
+ "choose_roles": "Обрати ролі",
+ "create_tag": "Створити Категорію",
+ "saved_tag": "Категорію збережено.",
+ "deleted_tags": "Категорії видалено.",
+ "manage_tags": "Управління Категоріями",
+ "edit_tag": "Редагувати категорію",
+ "validation": {
+ "required": {
+ "name": "Category name is required"
+ }
+ },
+ "editor": {
+ "name": "Category Name",
+ "slug": "Category Link",
+ "slug_help": "If left blank, will be automatically generated from category name.",
+ "description": "Description",
+ "type": "Type",
+ "color": "Icon Color",
+ "icon": "Icon Name",
+ "roles_help": "Only selected roles will be able to view this category."
+ },
+ "placeholder": {
+ "name": "Enter name",
+ "descriptions": "Enter description...",
+ "choose_parent_category": "Choose parent category..."
+ },
+ "types": {
+ "category": "Category",
+ "status": "Status"
+ },
+ "delete": "Delete",
+ "parent_category": "Parent category"
+ },
+ "tool": {
+ "manage_forms": "Управління формами",
+ "manage_tags": "Управління Категоріями",
+ "manage_users": "Управління користувачами",
+ "manage_roles": "Управління ролями",
+ "manage_webhooks": "Керування вебхуками",
+ "manage_views": "Управління переглядом",
+ "manage_map_settings": "Керувати налаштуваннями карти",
+ "manage_appearance_settings": "Керувати налаштуваннями відображення",
+ "manage_plugins": "Керування плагінами",
+ "appearance_settings": "Налаштування відображення",
+ "map_settings": "Налаштування карти",
+ "site_settings": "Налаштування сайту",
+ "settings": "Налаштування",
+ "tools": "Інструменти"
+ },
+ "map_settings": {
+ "admin_map_settings": "Налаштування карти",
+ "saved_map_settings": "Налаштування карти збережені."
+ },
+ "settings": {
+ "api_key": "API ключ",
+ "api_key_desc": "API ключ – унікальний для вашого сайту. Він потрібен для взаємодії сторонніх систем з вашим сайтом на Ushahidi.",
+ "appearance": "Налаштування відображення",
+ "continue": "Продовжити",
+ "create": "Створити нове опитування",
+ "create_open_or_targeted": "Створіть відкрите або цільове опитування, щоб зібрати інформацію про Ushahidi.",
+ "current_header": "Поточне фонове зображення",
+ "customize_your_new_deployment": "Налаштуйте ваше нове розгортання",
+ "embed": "Вставити",
+ "embed_info": "Щоб вставити свою карту на іншому сайті, скористайтеся наведеним нижче фрагментом коду.",
+ "settings_list": {
+ "general": "Загальне",
+ "general_desc": "Змініть назву, опис, логотип та інші деталі свого розгортання.",
+ "surveys": "Опитування",
+ "surveys_desc": "Створення і налаштування опитувань, що збираються на вашому сайті",
+ "data_sources": "Data Sources",
+ "data_sources_desc": "Налаштування пошти, SMS та соціальних мереж для збору опитувань з вашого сайту.",
+ "import": "Import",
+ "import_desc": "Завантажити на сайт дані опитування з CSV файлу.",
+ "user_settings": "Налаштувати HDX API",
+ "user_settings_desc": "Налаштуйте API щоб завантажувати дані з Ushahidi до аккаунту Humanitarian Data Exchange (HDX).",
+ "export": "Експортувати дані",
+ "export_hxl": "Експорт і тегування даних",
+ "export_desc_hxl": "Експортуйте свої дані в форматі CSV, або призначте теги та атрибути своїм даним і завантажте їх безпосередньо в обліковий запис гуманітарного обміну даними (Humanitarian Data Exchange, HDX), або експортуйте в форматі CSV з тегами.",
+ "export_desc": "Експортуйте всі свої дані в форматі CSV або виберіть окремі поля для експорту",
+ "users": "Користувачі",
+ "users_desc": "Create and manage the people that contribute to your deployment.",
+ "roles": "Roles",
+ "roles_desc": "Create and manage the type of permissions your users have on your deployment.",
+ "categories": "Categories",
+ "categories_desc": "Create and manage the categories people can put posts into for improved organization.",
+ "webhooks": "Вебхуки",
+ "webhooks_desc": "Створити вебхук щоб при створенні певних подій надсилати дані з Ushahidi до сторонніх сервісів",
+ "plans": "Plans",
+ "plan_desc": "Your deployment's current plan is {{current_plan}}.",
+ "donation": "Donation",
+ "donation_desc": "Create and manage the donations people can make towards your organisation."
+ },
+ "general_settings": {
+ "generate_api_key": "Generate API Key",
+ "private_settings": "Private settings:",
+ "api_key": "API ключ",
+ "placeholder": {
+ "pick_location": "Pick Location..."
+ }
+ },
+ "user_settings": {
+ "user_settings_desc_1": "Тут можна додати унікальний API ключ для вашого Humanitarian Data Exchange (HDX) аккаунту.",
+ "user_settings_desc_2": "Once set up, this will enable you to upload data directly to a Humanitarian Data Exchange (HDX) account.",
+ "user_settings_desc_3": "Ви знайдете ваш API ключ в профілі Humanitarian Data Exchange (HDX) після входу.",
+ "view_guide": "Показати довідку по API ключу",
+ "hdx_maintainer_id": "HDX Maintainer Id",
+ "api_key": "API ключ",
+ "profile_page": "Found on your Humanitarian Data Exchange (HDX) profile page",
+ "valid_key": "A valid key is required",
+ "valid_user": "A valid maintainer id is required",
+ "api_key_saved": "API ключ збережено! Тепер ви можете розмічати і завантажувати дані в Humanitarian Data Exchange (HDX).",
+ "start_tagging": "Start tagging data",
+ "HDX": "Обмін гуманітарними даними",
+ "please_enter_maintainer_id": "Please enter maintainer id",
+ "please_enter_api_key": "Please enter API key",
+ "hdx_maintainer_id_min_length": "HDX Maintainer Id is too short",
+ "api_key_min_length": "API key is too short"
+ },
+ "webhooks": {
+ "use_webhook_for": "Use webhook for",
+ "enable_source_destination": "Enable Source and Destination Fields",
+ "enable_source_destination_desc": "Цей вебхук буде застосований до обраного типу опитувань",
+ "destination": "Destination",
+ "placeholder": {
+ "name": "Please enter webhook name",
+ "shared_secret": "Please enter shared secret",
+ "api_url": "Please enter api url"
+ },
+ "validation": {
+ "required": {
+ "name": "Webhook name is required",
+ "shared_secret": "Shared secret key is required",
+ "api_url": "API URL required",
+ "event_type": "Event type is required",
+ "event_entity": "Event entity is required"
+ },
+ "please_provide_valid_api_url": "Please provide valid API URL with http(s)://",
+ "secret_key_cannot_be_less_start": "Shared secret key can not less than",
+ "secret_key_cannot_be_less_end": "characters"
+ }
+ },
+ "data_sources": {
+ "choose_data_source": "Choose Data Source...",
+ "type_of_data_source": "Type of Data Source",
+ "provider_name": "{{providerName}} Data Source?",
+ "do_you_really_want_to_disconnect": "Do you really want to disconnect your provider?",
+ "add_source": "Add source",
+ "associate_with_form": "Імпортувати в опитування",
+ "associate_with_form_desc": "Всі вхідні дані з {{provider}} будуть використані для створення відповідей на обране опитування",
+ "data_sources": "Data Sources",
+ "enable_provider_message": "Приймати результати опитувань з цього джерела",
+ "hint_turn_on_off": "You can configure options for data sources, and then turn sources on and off.",
+ "hint_plugin_needs_configuring": "You need to configure this data source before you can enable it.",
+ "provider_options": "Options",
+ "configure": "Configure",
+ "options": "Options",
+ "saving_changes": "Saving",
+ "unavailable": "The datasource {{value}} is unavailable. Upgrade your plan to get it!",
+ "email": {
+ "incoming_server_type": "Incoming Server Type",
+ "incoming_server_type_pop": "POP",
+ "incoming_server_type_imap": "IMAP",
+ "incoming_server": "Incoming Server",
+ "incoming_server_desc": "Examples: mail.yourwebsite.com, imap.gmail.com, pop.gmail.com",
+ "incoming_server_port": "Incoming Server Port",
+ "incoming_server_port_desc": "Common ports: 110 (POP3), 143 (IMAP), 995 (POP3 with SSL), 993 (IMAP with SSL)",
+ "incoming_server_security": "Incoming Server Security",
+ "server_security_none": "None",
+ "server_security_SSL": "SSL",
+ "server_security_TLS": "TLS",
+ "incoming_username": "Incoming Username",
+ "username_desc": "Email account username",
+ "incoming_password": "Incoming Password",
+ "password_desc": "Email account password",
+ "outgoing_server_type": "Outgoing Server Type",
+ "outgoing_server_type_SMTP": "SMTP",
+ "outgoing_server_type_sendmail": "sendmail",
+ "outgoing_server_type_native": "Native",
+ "outgoing_server": "Outgoing Server",
+ "outgoing_server_desc": "Examples: smtp.yourhost.com, smtp.gmail.com",
+ "outgoing_server_port": "Outgoing Server Port",
+ "outgoing_server_port_desc": "Common ports: 25 (SMTP default), 465 (SMTP with SSL)",
+ "outgoing_server_security": "Outgoing Server Security",
+ "outgoing_username": "Outgoing Username",
+ "outgoing_password": "Outgoing Password",
+ "email_address": "Адреса електронної пошти",
+ "email_sender_name": "Email Sender Name",
+ "email_sender_name_desc": "Appears in the 'from:' field on outgoing emails"
+ },
+ "sms": {
+ "secret": "Secret",
+ "api_key_desc": "API ключ",
+ "frontline_sms": {
+ "api_key": "Key",
+ "secret_desc": "Set a secret so that only authorized FrontlineCloud accounts can send/recieve message. You need to configure the same secret in the FrontlineCloud Activity."
+ },
+ "nexmo": {
+ "from": "From",
+ "from_desc": "The from number",
+ "secret_desc": "The secret value",
+ "api_key": "API ключ",
+ "api_secret": "API secret",
+ "api_secret_desc": "The API secret"
+ },
+ "smssync": {
+ "intro_step_1": "Step 1: Download the 'SMSSync' app from the Android Market.",
+ "intro_step_1_desc": "Scan this QR Code with your phone to download the app from the Android Market",
+ "intro_step_2": "Step 2: Android App Settings",
+ "intro_step_2_desc": "Turn on SMSSync and use the following link as the Sync URL:",
+ "secret_desc": "Set a secret so that only authorized SMSSync devices can send/recieve message. You need to configure the same secret in the SMSSync App."
+ },
+ "twilio": {
+ "phone_nb": "Phone Number",
+ "phone_nb_desc": "The from phone number. A Twilio phone number enabled for the type of message you wish to send.",
+ "account_sid": "Account SID",
+ "account_sid_desc": "The unique id of the Account that sent this message.",
+ "auth_token": "Auth Token",
+ "sms_auto_response": "SMS Auto response"
+ }
+ },
+ "twitter": {
+ "intro_step_1": "Step 1: Create a new Twitter application:
Twitter applications may take a few hours or days to be approved by Twitter.
Please be aware of this if you need this data quickly.",
+ "intro_step_1_desc": "Create a new twitter application",
+ "intro_step_2": "Step 2: Generate a consumer key and secret",
+ "intro_step_2_desc": "Once you've created the application click on \"Keys and Access Tokens\".
Then click \"Generate Consumer Key and Secret\".
Copy keys, tokens and secrets into the fields below.",
+ "consumer_key": "Consumer Key",
+ "consumer_key_desc": "Add the consumer key from your Twitter app.",
+ "consumer_secret": "Consumer Secret",
+ "consumer_secret_desc": "Add the consumer secret from your Twitter app.",
+ "access_token": "Access Token",
+ "access_token_desc": "Add the access token you generated for your Twitter app.",
+ "access_token_secret": "Access Token Secret",
+ "access_token_secret_desc": "Add the access secret that you generated for your Twitter app.",
+ "search_terms": "Twitter search terms",
+ "search_terms_desc": "Add search terms separated with commas"
+ }
+ },
+ "donation": {
+ "title": {
+ "label": "Donation title",
+ "placeholder": "Enter the title of your donation",
+ "required": "Donation title is required"
+ },
+ "description": {
+ "label": "Describe your donation",
+ "placeholder": "Enter text telling more about this donation"
+ },
+ "images": {
+ "label": "Donation images"
+ },
+ "wallet": {
+ "label": "Wallet address",
+ "placeholder": "Enter a wallet address e.g $ilp.uphold.com/example",
+ "required": "Donation wallet address is required"
+ },
+ "info": {
+ "start_one": "Please make sure you have your wallet set up on",
+ "start_two": "to set web monetization.",
+ "start_three": "If you don't have a wallet already please click",
+ "here": "here",
+ "end": "to create one."
+ }
+ },
+ "roles": {
+ "member": "Member",
+ "admin": "Admin",
+ "manage_users": "Управління користувачами",
+ "manage_posts": "Manage Posts",
+ "manage_settings": "Mangage Settings",
+ "bulk_data_import_and_export": "Bulk Data Import and Export",
+ "edit_their_own_posts": "Edit Their Own Posts",
+ "manage_collections_and_saved_searches": "Manage Collections and Saved Searches",
+ "delete_posts": "Delete Posts",
+ "delete_their_own_posts": "Delete Their Own Posts",
+ "registred_member": "Registered member",
+ "administrator": "Administrator",
+ "roles_description": "These options control what this type of role can make changes to. Visit our support guides to find out more."
+ },
+ "deployment_delete_this": "Delete this deployment",
+ "deployment_delete": "Delete deployment",
+ "deployment_delete_info": "If you delete this deployment, all of its data will also be deleted. Proceed with caution.",
+ "deployment_name": "Deployment name",
+ "deployment_logo": "Лого сайту",
+ "delete_logo": "Видалити лого",
+ "map_default_baselayer": "Default base layer",
+ "map_location_precision": "Map Precision Level",
+ "map_precise_to": "Якщо увімкнено приховування місцерозташування, то опитування матиме розташування з точністю до:",
+ "map_clustering": "Combine nearby posts",
+ "map_default_latitude": "Default latitude",
+ "map_default_longitude": "Default longitude",
+ "map_default_zoom_level": "Default zoom level",
+ "map_default_location": "Default location",
+ "new_survey": "New Survey",
+ "send_targeted": "Розіслати цільове опитування через SMS",
+ "send_crowdsourced": "Go back to crowd-sourced survey",
+ "site": "Site Settings",
+ "site_email": "Contact email address",
+ "site_email_note": "Будьте уважні, будь-який користувач цього сайту зможе це побачити.",
+ "site_description": "Describe your site",
+ "site_description_placeholder": "An optional one sentence description",
+ "site_timezone": "Site timezone",
+ "site_language": "Мова сайту",
+ "site_private": "Make this deployment private",
+ "site_private_desc": "Enabling this option makes your deployment and it’s data only accessible to registered users with the correct privileges, who must sign in for access",
+ "site_disable_registration": "Disable user sign up?",
+ "site_disable_registration_desc": "Checking this disables the registration feature. Admins will have to manually add users.",
+ "select_image": "Select image",
+ "saved_settings": "Deployment settings saved!",
+ "saved_map_settings": "Map settings saved!",
+ "features": {
+ "features": "Features",
+ "please_select_features": "Please select the features you would like to enable."
+ },
+ "generic_field_error": "Invalid entry, please try again.",
+ "skip": "Skip this task",
+ "add_first_post": "Add Your First Post",
+ "add_first_post_subtitle": "A deployment is nothing until it has some content in it.",
+ "invite_people": "Or invite people to help you create posts.",
+ "add_new_users": "Add New Users",
+ "valid": {
+ "name": {
+ "required": "Site name is required",
+ "pattern": "Invalid format",
+ "minlength": "Site name is too short"
+ }
+ },
+ "bulk_actions": "Bulk actions"
+ },
+ "data_import": {
+ "survey_field": "Поле опитування",
+ "csv_column": "CSV стовпець",
+ "choose_which_column": "Виберіть який стовпець CSV слід призначити кожному полю опитування",
+ "each_survey_field": "Нижче наведено кожне з полів опитування. Виберіть стовпець у файлі CSV, який ви хочете використовувати для заповнення кожного з цих полів.",
+ "status_explanation": "Ushahidi розпізнає один із трьох статусів постів: Опублікований, Перевіряється та Заархівований. Тому переконайтеся, що кожен запис у вибраному стовпці має одне з цих трьох значень.",
+ "defined_column": "Визначається стовпцем у вашому файлі CSV...",
+ "imported_posts_status": "Імпортовані пости повинні мати свій статус...",
+ "marked_as": "Позначено як...",
+ "see_imported_posts": "Переглянути імпортовані пости",
+ "import_another_csv": "Імпортувати інший файл CSV",
+ "import_complete": "Імпорт завершено",
+ "import_error": "An error has occurred importing your CSV file.",
+ "complete_info": "The data from your CSV spreadsheet, {{filename}}, was successfully imported.",
+ "get_polling_info": "Get Polling Info",
+ "import_another": "Імпортувати інший файл CSV",
+ "nearly_complete": "Your import is nearly complete",
+ "finish_info": "The data from your CSV spreadsheet is still being processed. You're welcome to leave this page or wait until the process is complete. Either way, we'll notify you when your data is ready.",
+ "next": "Next",
+ "configure_imported_posts": "Configure imported posts",
+ "configure_explanation": "Тут ви можете встановити значення полів опитування, які не були знайдені в CSV файлі. Для всіх імпортованих дописів ці значення будуть однаковими.",
+ "import": "Import",
+ "import_explanation_csv": "Імпортувати дані з CSV таблиці в дописи до одного опитування",
+ "import_explanation_file_size": "The size for a single file is limited to 10 MB",
+ "import_explanation_format_location_1": "Geographic locations should be included as separate latitude and longitude columns in your CSV",
+ "import_explanation_required_fields": "Всі обовʼязкові поля в опитуванні мусять мати відповідне значення в CSV файлі. Наприклад, якщо заголовок обовʼязковий, то він має бути повʼязаний з такою колонкою в CSV, де значення заповнені в кожному рядку",
+ "configure_posts": "Configure Posts",
+ "configure_all_imported_posts": "Configure all imported posts",
+ "csv": "CSV",
+ "file_csv": "CSV файл",
+ "import_csv": "Імпортувати CSV",
+ "import_to": "Import to",
+ "change_csv_file": "Change {{selectedfile}} CSV file",
+ "upload_csv_file": "Upload CSV file",
+ "choose_status_to_imported_posts": "Choose status to imported posts:",
+ "has_tasks_required_start": "Your survey",
+ "has_tasks_required_end": ", includes tasks that typically must be completed for each post before they can be marked 'published.' During this import, all of your imported posts will have their tasks marked as 'incomplete', while still allowing their status to be marked as 'published.' If you edit any of these posts after they've been imported, however, you'll be asked to complete those tasks before re-publishing them.",
+ "choose_csv_file": "Choose CSV file",
+ "organize_data": "Organize data",
+ "organize_your_imported_data": "Assign CSV columns to post fields",
+ "assign_csv_message": "Assign CSV columns to post fields",
+ "csv_instructions": "Each of the column names from your CSV file are listed below. Choose the {{form_name}} field that you'd like each column to be imported to.",
+ "csv_instructions_required_fields": "Fields marked with a [*] are required and must be assigned a value.",
+ "csv_column_name": "CSV column name",
+ "post_type_title": "{{form_name}} field name",
+ "leave_empty": "Leave empty",
+ "cancel_import": "Cancel import",
+ "finish_import": "Finish import",
+ "which_survey": "which survey?"
+ },
+ "data_export": {
+ "title": "Експортувати дані",
+ "title_hxl": "Експорт і тегування даних",
+ "description": "Експортуйте всі свої дані у форматі CSV, або виберіть конкретні поля опитування, які потрібно експортувати.",
+ "description_hxl": "Експортуйте всі свої дані з Ushahidi у форматі CSV, оберіть конкретні поля опитування, які потрібно експортувати у форматі CSV, або призначте",
+ "export": "Експортувати",
+ "export_history": "Експортувати історію",
+ "hxl_tags": "HXL теги",
+ "hxl_attributes": "HXL атрибути",
+ "and_choose": "і виберіть завантаження до",
+ "HDX": "Обмін гуманітарними даними",
+ "account": "account or download as a HXL 'tagged' CSV file.",
+ "all": "Експортувати всі дані",
+ "select_fields": "Select fields",
+ "select_fields_title": "Обрати поля для експорту...",
+ "select_fields_desc": "Якщо ви не хочете експортувати всі дані одночасно, ви можете вибрати окремі поля з кожного опитування для експорту.",
+ "export_selected": "Експортувати вибрані поля",
+ "cancel": "Cancel",
+ "export_progress": "Виконується експорт...
Ви можете залишити цю сторінку, якщо хочете. Експорт продовжиться.
Ми повідомимо вам, коли закінчимо.
",
+ "no_fields": "Ой... спочатку потрібно вибрати якісь поля для експорту.",
+ "expires": "Expires: {{expires}}",
+ "job": "Експортувати CSV {{jobId}}",
+ "created": "Створено: {{created}}",
+ "success": "Статус: завершено",
+ "pending": "Status: Pending",
+ "failed": "Status: Failed",
+ "queued": "Status: In Progress",
+ "pending_hdx": "Pending HDX",
+ "exported_to_cdn": "Експортовано до CDN",
+ "tags_attributes": "Assign tags and attributes",
+ "hxl_apikey_alert_1": "Схоже що Humanitarian Data Exchange (HDX) API ще не налаштований. Без цього неможливо розмічати і завантажувати дані в Humanitarian Data Exchange (HDX).",
+ "hxl_configure": "Налаштувати HDX API",
+ "hxl_apikey_alert_2": "We strongly advide you set this up now in",
+ "hxl_apikey_alert_3": "before continuing as you won't be able to upload your data to HDX",
+ "hxl_title": "Призначте свої теги та атрибути HXL, виберіть поля та експортуйте чи завантажте",
+ "hxl_desc": "Select specific fields from a survey, assign a tag per field and then choose to assign multiple attributes. Preview your tag and attributes in tag preview.",
+ "hxl_instructions_1": "Потім ви зможете експортувати поля з тегами у форматі CSV або завантажити до",
+ "hxl_instructions_2": "Humanitarian Data Exchange (HDX)",
+ "hxl_instructions_3": "account that has been set up in",
+ "hxl_instructions_4": "Налаштувати HDX API",
+ "hxl_instructions_5": "(found in settings menu).",
+ "hxl_instructions_6": "Visit the",
+ "hxl_instructions_7": "HXL tag assist",
+ "hxl_instructions_8": "for more information on how to choose the best HXL tags and attributes for your data or the",
+ "hxl_instructions_9": "довідка по HXL",
+ "HXL_tags": "HXL теги",
+ "HXL_attributes": "HXL атрибути",
+ "tag_preview": "Tag preview",
+ "upload_title": "Are you ready to upload to an Humanitarian Data Exchange (HDX) account?",
+ "hdx_csv_title": "Ви готові експортувати в CSV?",
+ "upload_desc": "You selected {{fields}} fields to upload to a Humanitarian Data Exchange (HDX) account.
You assigned tags and attributes - to check, you can go back. If you are done, you can add details and upload.
The Humanitarian Data Exchange (HDX) requires a few more details in order to upload to their system. You'll add these next",
+ "hdx_csv_desc": "Ви вибрали {{fields}} полів для експорту в CSV.
Ви призначили теги та атрибути – щоб перевірити їх правильність, ви можете повернутися назад і перевірити. Якщо ви закінчили, ви можете почати експорт.",
+ "upload_button": "Add dataset details and upload to hdx",
+ "export_button": "Експортувати в форматі csv",
+ "go_back": "Go back and check",
+ "add_details": "Add details",
+ "details_desc": "To upload to the Humanitarian Data Exchange (HDX) some extra details are required.",
+ "privacy_title": "Privacy Settings",
+ "privacy_desc": "You have a choice of sharing your dataset publicly or restricting access to other members of the organisation which owns the dataset.",
+ "this_dataset": "This data set is:",
+ "private_desc": "Private (Only you and other HDX members of your organisation can search, view/edit or download this dataset)",
+ "public_desc": "Public (Anyone can search, view/edit or download this dataset)",
+ "dataset": "Dataset Title & Description",
+ "dataset_desc": "When users search for data on HDX, their search terms will be matched to terms in your title. Avoid using abbreviations in the title which may not be familiar to all users. Also, avoid using words such as current, latest or previous when referring to the time period (e.g Latest 3W) as these terms become misleading as the dataset ages.",
+ "dataset_example": "Example dataset title: Who is Doing What Where in Afghanistan, Jan-Dec 2015",
+ "dataset_title": "Title of data set",
+ "metadata_title": "Metadata",
+ "metadata_desc": "Metadata is additional information about your dataset that will make it easier for others to understand and put your data into context. Datasets on HDX must include a set of metadata fields.",
+ "source": "Source",
+ "organisation": "Organisation",
+ "select_organisation": "Select an organisation",
+ "license": "License",
+ "add_license": "Add license",
+ "read_more_licenses": "Read more about licenses",
+ "submit_hdx": "Submit to HDX Account",
+ "uploading_data": "Uploading data...",
+ "uploading_data_desc": "The data upload to your Humanitarian Data Exchange (HDX) account is in progress...
You can navigate away from this page while this upload happens but please don't close the browser.",
+ "uploading_data_err": "Ой... Щось не так з завантаженням даних, будь ласка, перевірте обовʼязкові поля та API ключ та спробуйте ще раз.",
+ "no_fields_selected": "Ви не вибрали жодних полів і не призначили жодних тегів чи атрибутів hxl. Виберіть принаймні одне поле та призначте принаймні один тег, щоб мати можливість експортувати в CSV або завантажувати в обліковий запис гуманітарного обміну даними (Humanitarian Data Exchange, HDX).",
+ "validation": {
+ "title": "A title is needed",
+ "source": "Source is needed",
+ "organisation": "An organisation is needed",
+ "license": "A license is needed",
+ "all_fields": "Please fill in all required fields"
+ }
+ },
+ "user": {
+ "are_you_sure_you_want_to_delete_this_account": "Are you sure you want to delete this account?",
+ "role_display": "Роль: {{role}}",
+ "contact": "{{type}}: {{contact}}",
+ "add_user": "Додати користувача",
+ "edit_user": "Редагувати користувача",
+ "update_password": "Поновити пароль",
+ "change_role": "Змінити роль",
+ "save": "Зберегти користувача",
+ "save_add_another": "Зберегти та додати ще",
+ "show_all_roles": "Показати всі ролі",
+ "cannot_delete_yourself": "You cannot delete your own user",
+ "cannot_change_your_own_role": "You cannot change your own role",
+ "confirm_password": "Confirm Password",
+ "delete_user": "Delete user",
+ "delete_this_user": "Delete this user",
+ "delete_user_desc": "If you delete this user, posts created by this user will no longer have author information. This cannot be undone. Proceed with caution.",
+ "edit_profile": "Edit Profile",
+ "save_profile": "Save Profile",
+ "cancel": "Cancel",
+ "failed_attempts": "Failed attempts:",
+ "full_name": "Відобразити назву",
+ "never": "Never",
+ "no_full_name": "No display name",
+ "number_of_users_shown": "Number of users shown",
+ "per_page": "{{count}} users",
+ "password": "Password",
+ "new_password": "New Password",
+ "register": "Register",
+ "role": "Role:",
+ "roles": "Roles",
+ "saved_user": "User saved",
+ "deleted_user": "User deleted",
+ "search_and_filter": "Search & Filter Users",
+ "passwordreset_instructions": "Enter your email to request a password reset",
+ "passwordreset_confirm_instructions": "If your email exists in our database, you will receive a password recovery email soon.",
+ "forgot_instructions": "No worries! Submit your email and check your inbox for a reset link.",
+ "token": "Password reset token",
+ "password_hint": "Password should have at least 8 characters, one lowercase letter, one uppercase letter, one number and one symbol",
+ "password_length": "Password must be at least 8 characters long",
+ "password_match": "Passwords do not match",
+ "check_email": "Check your email",
+ "name_will_be_a_display_name": "The name you enter will be a display name.",
+ "valid": {
+ "fields": {
+ "email must be unique": "User with this email already exists"
+ },
+ "name": {
+ "required": "Display name is required",
+ "maxlength": "Display name is too long"
+ },
+ "email": {
+ "required": "Email address is required",
+ "pattern": "This email address is invalid",
+ "maxlength": "This email address is too long",
+ "emailExists": "Email is already in use"
+ },
+ "password": {
+ "required": "Password is required",
+ "minlength": "This password is too short",
+ "maxlength": "This password is too long",
+ "weak": "This password is very weak"
+ },
+ "token": {
+ "required": "Token is required"
+ }
+ },
+ "placeholder": {
+ "realname": "Enter your name...",
+ "email": "Enter email address...",
+ "password": "Enter password..."
+ },
+ "password_notify": "If you leave the field blank your password will not change",
+ "avatar": "Avatar",
+ "name": "Ім'я",
+ "email": "Email Address",
+ "search_by_name": "Search by name"
+ },
+ "user_profile": {
+ "title": "Налаштування облікового запису",
+ "update_password": "Поновити пароль",
+ "update_success": "Ваш профіль успішно оновлено. Можливо, вам знадобиться вийти та знову ввійти, перш ніж усі ваші зміни будуть відображені.",
+ "button": {
+ "save": "Save & close",
+ "cancel": "Відмінити"
+ },
+ "nav": {
+ "account_settings": "Account settings",
+ "notifications_settings": "Notifications settings",
+ "delete_contact": {
+ "title": "Delete your",
+ "title_subject": {
+ "email": "Email",
+ "phone": "Phone"
+ },
+ "instructions": "Deleting means that from now you will not be able to receive notifications on your phone number. But you can switch notifications to a contact method below.",
+ "button": {
+ "delete": "Delete",
+ "cancel": "Cancel"
+ }
+ }
+ }
+ },
+ "user_create": {
+ "full_name": "Відобразити назву",
+ "email": "Адреса електронної пошти",
+ "role": "Роль"
+ },
+ "notify": {
+ "api_key": {
+ "change_question": "Певні що хочете змінити API ключ?"
+ },
+ "contact": {
+ "save_success": "Контакт збережено",
+ "delete_confirm": "Ви хочете видалити свій обліковий запис?",
+ "error_message": "Під час спроби видалити ваш обліковий запис сталася помилка",
+ "destroy_success": "Обліковий запис успішно видалено"
+ },
+ "default": {
+ "data_has_not_been_saved": "The data has not been saved!",
+ "proceed_warning": "Цю дію не можна скасувати. Будь ласка, дійте обережно.",
+ "save_success": "Збережені ресурси",
+ "save_error": "Не вдалось зберегти ресурс, спробуйте ще раз",
+ "destroy_confirm": "Певні що хочете видалити цей ресурс?",
+ "destroy_success": "Deleted resource",
+ "destroy_error": "Unable to delete resource, please try again",
+ "destroy_cancelled": "Delete cancelled",
+ "bulk_destroy_confirm": "Певні що хочете видалити {{count}} ресурсів?",
+ "bulk_destroy_success": "Deleted resource",
+ "bulk_destroy_error": "Unable to delete resource, please try again",
+ "bulk_destroy_cancelled": "Delete cancelled",
+ "are_you_sure_you_want_to_delete_this": "Are you sure you want to delete this?"
+ },
+ "data_import": {
+ "see_imported_posts": "Переглянути імпортовані пости",
+ "file_missing": "Будь ласка, виберіть файл CSV для завантаження.",
+ "form_missing": "Оберіть опитування.",
+ "csv_upload": "File {{name}} successfully uploaded",
+ "csv_import_processed_errors": "Your CSV import is complete. {{processed}} records imported, {{errors}} records failed.",
+ "csv_import_success_info": "Дані з CSV таблиці {{filename}} успішно завантажені в ваш опитувальник {{form_name}}.",
+ "duplicate_fields": "Стовпчики повинні мати однозначне співвідношення до полів опитування. Знайдено більше одного співпадіння для цих стовчиків: {{duplicates}}",
+ "required_fields": "Required fields must be set to a value. The following fields have not been set: {{required}}",
+ "empty_mapping": "The CSV file you uploaded is empty. Please check your CSV file and try again",
+ "empty_mapping_empty": "The CSV file does not contain column names. Please check your CSV file and try again",
+ "no_mappings": "No fields have been assigned mappings - at least one field must be mapped to continue",
+ "csv_import_cancel": "CSV import cancelled",
+ "csv_import_cancel_confirm": "Певні що хочете відмінити імпортування?",
+ "csv_import_error": "Some of the data in your CSV file does not match the format of the mapped survey field. Please review the data and try again.",
+ "csv_import_success": "The data from your CSV file was successfully imported!"
+ },
+ "general_settings": {
+ "save_success": "Загальні налаштування збережено"
+ },
+ "donation_settings": {
+ "save_success": "Donation settings saved",
+ "delete_question": "Певні що хочете видалити {{name}}?"
+ },
+ "map_settings": {
+ "save_success": "Map settings saved"
+ },
+ "generic": {
+ "okay": "Ok",
+ "alerts": "Alerts",
+ "confirm": "Confirmation",
+ "save": "Save"
+ },
+ "login": {
+ "failed": "Login failed, check your email and password."
+ },
+ "register": {
+ "failed": "There were errors during registration. Check your input and try again.",
+ "success": "Registration complete! You can now log in.."
+ },
+ "post": {
+ "can_t_view_this_post": "You do not have permission to view this post.
It is still being reviewed by the admin.
It will be available to you once it is published.",
+ "contact_for_details": "Contact the admin for further details:",
+ "delete_image_confirm": "Певні що хочете видалити це зображення?",
+ "save_success": "Post {{name}} saved",
+ "save_success_review": "Post {{name}} saved. Your post will be reviewed by a moderator before publishing.",
+ "save_error": "Unable to save post, please try again",
+ "publish_success": "Post has been published for {{role}}",
+ "set_draft": "Тепер тільки ви бачите цей пост",
+ "publish_error": "Unable to publish post, please try again",
+ "unpublish_success": "Post has been unpublished",
+ "unpublish_error": "Unable to unpublish post, please try again",
+ "yes_confirm_delete": "Так, видалити допис",
+ "confirm_delete": "Confirm Delete",
+ "destroy_title": "Delete Post",
+ "delete_question": "Певні що хочете видалити свій допис {{post}}?",
+ "destroy_success": "Post deleted",
+ "destroy_success_bulk": "Posts deleted",
+ "destroy_confirm": "Певні що хочете видалити цей допис?",
+ "destroy_error": "Unable to delete post, please try again",
+ "bulk_destroy_confirm": "Певні що хочете видалити {{count}} дописів?",
+ "stage_save_success": "Updated {{stage}}",
+ "export": "Ця дія експортує відфільтровані пости. Ви впевнені, що хочете продовжити?",
+ "update_status_success_bulk": "Status updated for {{count}} posts",
+ "leave_without_save": "Do you want to leave this post without saving?",
+ "leave_confirm_message": "If you continue, all of your changes will be lost",
+ "leave_confirm": "Continue without saving",
+ "unfinished_post_task": "You cannot publish this post, the post has unfinished tasks",
+ "posts_can_t_be_published": "The following posts can't be published: {{titles}}",
+ "post_not_found": "Post not found"
+ },
+ "category": {
+ "save_success": "Saved category {{name}}",
+ "destroy_confirm": "Певні що хочете видалити цю категорію?",
+ "destroy_confirm_desc": "Deleting this category will remove it from all existing posts. This action cannot be undone.",
+ "destroy_success": "Category deleted",
+ "destroy_error": "Unable to delete category, please try again",
+ "bulk_destroy_confirm": "Певні що хочете видалити {{count}} категорій?",
+ "bulk_destroy_confirm_desc": "Deleting these categories will remove them from all existing posts. This action cannot be undone.",
+ "bulk_destroy_success": "видалено {{count}} категорій",
+ "bulk_destroy_success_countless": "Categories deleted"
+ },
+ "role": {
+ "delete_question": "Are you sure you want to delete the role {{role}}?",
+ "destroy_success": "Role {{role}} deleted.",
+ "save_success": "Role {{role}} saved.",
+ "last_admin": "You can not delete the only admin role"
+ },
+ "webhook": {
+ "delete_question": "Певні що хочете видалити вебхук {{webhook}}?",
+ "destroy_success": "Вебхук {{webhook}} видалено.",
+ "save_success": "Вебхук {{webhook}} збережено."
+ },
+ "datasource": {
+ "save_success": "Saved Data Source {{name}}"
+ },
+ "user": {
+ "save_success": "User {{name}} saved",
+ "edit_success": "User {{name}} updated",
+ "destroy_confirm": "Певні що хочете видалити цього користувача?",
+ "destroy_success": "Користувача видалено",
+ "destroy_error": "Не вдалось видалити користувача, спробуйте ще раз",
+ "bulk_destroy_confirm": "Певні що хочете видалити {{count}} користувачів?",
+ "bulk_destroy_success": "Users deleted",
+ "bulk_role_change_confirm": "Певні що хочете змінити роль на {{role}} для {{count}} користувачів?",
+ "bulk_role_change_success": "User roles changed to {{role_name}}",
+ "are_you_sure_you_want_to_delete_user": "Are you sure you want to delete {{username}}"
+ },
+ "video": {
+ "incorrect_url": "The URL, {{url}}, you entered did not match either a Youtube or Vimeo URL format."
+ },
+ "form": {
+ "add_to_survey": "Додати в опитування",
+ "save_success": "Опитування {{name}} збережене",
+ "save_stage_success": "Завдання {{name}} в опитуванні збережено",
+ "save_attribute_success": "Field {{name}} added",
+ "edit_form_success": "Опитування {{name}} оновлено",
+ "edit_stage_success": "Задача {{name}} в опитуванні оновлена",
+ "delete_form_confirm": "Ви певні що хочете видалити це опитування і всі його дані?",
+ "delete_form_confirm_desc": "Цю дію не можна скасувати або відмінити. Виделання цього опитування видалить всі його дані, включно з дописами. Щоб підтвердити видалення, введіть назву опитування:
{{check_name}}
.",
+ "delete_form_error": "Введений текст не співпадає з назвою опитування, пробуйте ще раз",
+ "delete_form_button": "Delete this survey",
+ "destroy_form_success": "Survey {{name}} deleted",
+ "delete_stage_confirm": "Певні що хочете видалити цю задачу?",
+ "delete_stage_confirm_desc": "This action cannot be undone. Deleting this task will remove all of its fields, and any data in them.",
+ "destroy_stage_success": "Survey task {{name}} deleted",
+ "delete_attribute_confirm": "Певні що хочете видалити це поле?",
+ "delete_attribute_confirm_desc": "This action cannot be undone. Deleting this field will remove its data from all existing posts.",
+ "destroy_attribute_success": "Field {{name}} deleted",
+ "survey_name_required": "Survey-name is required",
+ "validation": {
+ "name": {
+ "required": "A survey-name is needed",
+ "minlength": "Name is too short",
+ "maxlength": "Name is too long"
+ },
+ "description": {
+ "required": "Description cannot be empty"
+ }
+ }
+ },
+ "collection": {
+ "delete_collection_confirm": "Певні що хочете видалити цю колекцію?",
+ "created_collection": "Collection {{collection}} created successfully",
+ "updated_collection": "Collection {{collection}} saved",
+ "add_to_collection": "Post has been added to {{collection}}",
+ "removed_from_collection": "Post has been removed from {{collection}}",
+ "bulk_add_to_collection": "{{count}} posts have been added to {{collection}}",
+ "done": "Done"
+ },
+ "savedsearch": {
+ "delete_savedsearch_success": "Збережений пошук успішно видалено.",
+ "delete_savedsearch_plural_success": "Збережені пошуки успішно видалено.",
+ "delete_savedsearch_confirm": "Певні що хочете видалити цей збережений пошук?",
+ "savedsearch_updated": "{{savedsearch}} was updated",
+ "savedsearch_saved": "{{savedsearch}} was saved"
+ },
+ "passwordreset": {
+ "failed": "Password reset failed",
+ "success": "Your password has been reset"
+ },
+ "notification": {
+ "add": "You will now be notified when new posts are added to {{set}}",
+ "delete_confirm": "Певні що хочете видалити це сповіщення?",
+ "destroy_success": "You will no longer receive notifications about {{name}}."
+ },
+ "message": {
+ "sent_to": "Message sent to {{contact}}"
+ },
+ "export": {
+ "in_progress": "We are preparing your CSV file. This may take a few moments. You can leave this page if you want. We will let you know when we're done.",
+ "complete": "Експорт завершено. Ви можете знайти свій CSV-файл серед своїх завантажень.",
+ "complete_data_found_message": "Дані з вашого експорту можна знайти в завантаженнях вашого браузера",
+ "confirmation": "Got it",
+ "cancel_export": "Скасувати експорт",
+ "canceled_job": "Ваше завдання на експорт скасовано",
+ "upload_complete": "Upload complete. You should now see your tagged data in your HDX account."
+ },
+ "survey": {
+ "bulk_destroy_confirm": "Are you sure you want to delete these {{count}} surveys?",
+ "bulk_destroy_confirm_desc": "Deleting these {{count}} selected surveys will also delete all collected posts and all associated data in the surveys. This step cannot be reversed.",
+ "destroy_confirm": "Are you sure you want to delete this survey?",
+ "destroy_confirm_desc": "Deleting this survey will also delete all collected posts and all associated data in the survey. This step cannot be reversed.",
+ "destroy_confirm_desc_end": "You can download and import all your data before deleting."
+ },
+ "confirm_modal": {
+ "add_post_success": {
+ "success": "Success!",
+ "success_description": "Thank you for submitting your report. The post is being reviewed by our team and soon will appear on the platform.",
+ "success_button": "OK, sounds good"
+ },
+ "deleted": {
+ "success": "Success!",
+ "success_description": "You've permanently deleted {{count}}.",
+ "success_button": "OK"
+ }
+ },
+ "language": {
+ "do_you_really_want_to_delete_language": "Do you really want to delete {{lang}} language?"
+ }
+ },
+ "empty": {
+ "default": "Не знайдено жодного запису.",
+ "post": "Не знайдено жодного посту.",
+ "user": "Не знайдено жодного користувача.",
+ "category": "Не знайдено жодної категорії.",
+ "role": "Не знайдено жодних ролей.",
+ "webhook": "Вебхуки не знайдені",
+ "permission": "No permissions found.",
+ "form": "No forms found."
+ },
+ "location": {
+ "search": "Пошук",
+ "use_current_location": "Скористуватись своїм поточним місцезнаходженням",
+ "click_map": "Ви можете здійснити пошук або клацнути область на карті, де потрібно розмістити маркер.",
+ "placeholder": "Шукати за адресою, назвою або координатами...",
+ "search_results": "Результати пошуку",
+ "error": "Вибачте, по вашому пошуку не знайдено жодного місця",
+ "my_location_error": "Sorry we could not find your location",
+ "update_map": "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": "Сповіщення",
+ "contacts_heading": "Як отримувати сповіщення",
+ "notifications_heading": "Про що ви отримуєте сповіщення",
+ "error_message": "The notification could not be deleted at this time",
+ "send_to_address": "Send notifications to this address",
+ "button": {
+ "delete": "Delete notification"
+ },
+ "what_you_get_notification_about": "What you get notification about",
+ "removed": "Notification was removed",
+ "are_you_sure_you_want_to_remove_this_notification": "Певні що хочете видалити це сповіщення?"
+ },
+ "contact": {
+ "edit": "Редагувати",
+ "save_changes": "Зберегти зміни",
+ "saving_changes": "Saving changes",
+ "cancel_edit": "Cancel",
+ "add_phone_number": "Add a phone number",
+ "add_email_address": "Add an email address",
+ "edit_phone_number": "Edit your phone number",
+ "edit_email_address": "Edit your email address",
+ "error_message": "The contact could not be saved at this time",
+ "type": {
+ "phone": "Phone",
+ "email": "Email"
+ },
+ "button": {
+ "add": "Add account",
+ "delete": "Remove account"
+ },
+ "valid": {
+ "email": {
+ "required": "An email address is required to receive notifications",
+ "email": "This email address is invalid",
+ "maxlength": "This email address is too long",
+ "not_valid": "This email is not valid"
+ },
+ "phone": {
+ "required": "A phone number is required to receive notifications",
+ "pattern": "A valid phone number is required",
+ "minlength": "This number is too short",
+ "maxlength": "This number is too long"
+ }
+ }
+ },
+ "terms_of_service": {
+ "title": "Умови обслуговування Ushahidi",
+ "terms_of_service": "We have updated our Terms and Conditions and Privacy Policy. Please review these documents carefully and accept the terms in order to continue to use Ushahidi's services.",
+ "agree": "I agree to Ushahidi's Terms of Service.",
+ "accept_and_continue": "Accept and Continue",
+ "i_agree": "I agree to Ushahidi's Privacy Policy and\nTerms and Conditions."
+ },
+ "translations": {
+ "languages": "Мови",
+ "language": "Мова",
+ "default": "default",
+ "translate_field": "Translate field",
+ "survey_select_default": "Оберіть мову цього опитування за змовчуванням",
+ "category_select_default": "Select default language for this category",
+ "error_translation_exists": "You cannot select this language since there is already a translation for it.",
+ "edit_default_text": "Text in default language",
+ "edit_placeholder": "Write your translation here",
+ "add_translation": "Add your translation below:",
+ "survey_name_required": "Потрібен переклад для назви опитування",
+ "field_add_translation": "Fields (click to add translation):",
+ "add_translation_lang": "Додати переклад",
+ "translate_field_name": "Translate field name",
+ "translate_field_desc": "Translate field description",
+ "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",
+ "add_a_language": "Додати мову",
+ "error_no_default": "You need to specify a default language before adding a new translation.",
+ "select_language": "Select a language to add translation for",
+ "default_lang_info": "This is the language that will be used if no translations are available for the language the user has set for the deployment."
+ },
+ "languages": {
+ "ach": "ачолі",
+ "ady": "адигейська",
+ "af": "африкаанс",
+ "af-ZA": "африкаанс (ПАР)",
+ "ak": "акан",
+ "sq": "албанська",
+ "sq-AL": "албанська (Албанія)",
+ "aln": "албанська гегська",
+ "am": "амхарська",
+ "am-ET": "амхарська (Ефіопія)",
+ "ar": "арабська",
+ "ar-EG": "арабська (Єгипет)",
+ "ar-SA": "арабська (Саудівська Аравія)",
+ "ar-SD": "арабська (Судан)",
+ "ar-SY": "арабська (Сирія)",
+ "ar-AA": "Arabic (Unitag)",
+ "an": "арагонська",
+ "hy": "вірменська",
+ "hy-AM": "вірменська (Вірменія)",
+ "as": "ассамська",
+ "as-IN": "ассамська (Індія)",
+ "ast": "астурійська",
+ "ast-ES": "астурійська (Іспанія)",
+ "az": "азербайджанська",
+ "az@Arab": "азербайджанська (арабська)",
+ "az-AZ": "азербайджанська (Азербайджан)",
+ "az-IR": "азербайджанська (Іран)",
+ "az@latin": "азербайджанська (латиниця)",
+ "bal": "белуджійська",
+ "ba": "башкирська",
+ "eu": "баскська",
+ "eu-ES": "баскська (Іспанія)",
+ "bar": "баварська",
+ "be": "білоруська",
+ "be-BY": "білоруська (Білорусь)",
+ "be@tarask": "білоруська (тарашкевиця)",
+ "bn": "бенгальська",
+ "bn-BD": "бенгальська (Бангладеш)",
+ "bn-IN": "бенгальська (Індія)",
+ "brx": "бодо",
+ "bs": "боснійська",
+ "bs-BA": "боснійська (Боснія і Герцоговина)",
+ "br": "бретонська",
+ "bg": "болгарська",
+ "bg-BG": "болгарська (Болгарія)",
+ "my": "бірманська",
+ "my-MM": "бірманська (Мʼянма)",
+ "ca": "каталонська",
+ "ca-ES": "каталонська (Іспанія)",
+ "ca@valencia": "каталонська (валенсійська)",
+ "ceb": "себуанська",
+ "tzm": "берберська",
+ "hne": "чхаттісгархі",
+ "cgg": "Chiga",
+ "zh": "китайська",
+ "zh-CN": "китайська (Китай)",
+ "zh-CN.GB2312": "китайська (Китай) (GB2312)",
+ "gan": "Chinese (Gan)",
+ "hak": "китайська (Хакка)",
+ "zh-HK": "китайська (Гонконг)",
+ "czh": "китайська (Хуейчжоу)",
+ "cjy": "китайська (цзінська)",
+ "lzh": "Chinese (Literary)",
+ "cmn": "Chinese (Mandarin)",
+ "mnp": "Chinese (Min Bei)",
+ "cdo": "Chinese (Min Dong)",
+ "nan": "Chinese (Min Nan)",
+ "czo": "Chinese (Min Zhong)",
+ "cpx": "Chinese (Pu-Xian)",
+ "zh-Hans": "Chinese Simplified",
+ "zh-TW": "китайська (Тайвань)",
+ "zh-TW.Big5": "китайська (Тайвань) (Big5)",
+ "zh-Hant": "Chinese Traditional",
+ "wuu": "Chinese (Wu)",
+ "hsn": "Chinese (Xiang)",
+ "yue": "Chinese (Yue)",
+ "cv": "чуваська",
+ "ksh": "кельнська",
+ "kw": "корнська",
+ "co": "корсиканська",
+ "crh": "кримськотатарська",
+ "hr": "хорватська",
+ "hr-HR": "хорватська (Хорватія)",
+ "cs": "чеська",
+ "cs-CZ": "чеська (Чехія)",
+ "da": "данська",
+ "da-DK": "данська (Данія)",
+ "dv": "мальдівська",
+ "doi": "догрі",
+ "nl": "нідерландська",
+ "nl-BE": "нідерландська (Бельгія)",
+ "nl-NL": "нідерландська (Нідерланди)",
+ "dz": "дзонг-ке",
+ "dz-BT": "дхонг-ке (Бутан)",
+ "en": "англійська",
+ "en-AU": "англійська (Австралія)",
+ "en-AT": "англійська (Австрія)",
+ "en-BD": "англійська (Бангладеш)",
+ "en-BE": "англійська (Бельгія)",
+ "en-CA": "англійська (Канада)",
+ "en-CL": "англійська (Чілі)",
+ "en-CZ": "англійська (Чехія)",
+ "en-ee": "англійська (Естонія)",
+ "en-FI": "англійська (Фінляндія)",
+ "en-DE": "англійська (Німеччина)",
+ "en-GH": "англійська (Гана)",
+ "en-HK": "англійська (Гонконг)",
+ "en-HU": "англійська (Угорщина)",
+ "en-IN": "англійська (Індія)",
+ "en-IE": "англійська (Ірландія)",
+ "en-lv": "англійська (Латвія)",
+ "en-lt": "англійська (Литва)",
+ "en-NL": "англійська (Нідерланди)",
+ "en-NZ": "англійська (Нова Зеландія)",
+ "en-NG": "англійська (Нігерія)",
+ "en-PK": "англійська (Пакистан)",
+ "en-PL": "англійська (Польща)",
+ "en-RO": "англійська (Румунія)",
+ "en-SK": "англійська (Словаччина)",
+ "en-ZA": "англійська (ПАР)",
+ "en-LK": "англійська (Шрі-Ланка)",
+ "en-SE": "англійська (Швеція)",
+ "en-CH": "англійська (Швейцарія)",
+ "en-GB": "англійська (Велика Британія)",
+ "en-US": "англійська (США)",
+ "en-EN": "англійська",
+ "myv": "ерзянська",
+ "eo": "есперанто",
+ "et": "естонська",
+ "et-EE": "естонська (Естонія)",
+ "fo": "фарерська",
+ "fo-FO": "фарерська (Фарерські острови)",
+ "fil": "філіппінська",
+ "fi": "фінська",
+ "fi-FI": "фінська (Фінляндія)",
+ "frp": "франко-провансальська",
+ "fr": "французька",
+ "fr-BE": "французька (Бельгія)",
+ "fr-CA": "французька (Канада)",
+ "fr-FR": "французька (Франція)",
+ "fr-CH": "французька (Швейцарія)",
+ "fur": "фріульська",
+ "ff": "фульфульде",
+ "ff-SN": "фульфульде (Сенегал)",
+ "gd": "шотландська гельська",
+ "gl": "галісійська",
+ "gl-ES": "галісійська (Іспанія)",
+ "lg": "луганда",
+ "ka": "грузинська",
+ "ka-GE": "грузинська (Грузія)",
+ "de": "німецька",
+ "de-AT": "німецька (Австрія)",
+ "de-DE": "німецька (Німеччина)",
+ "de-CH": "німецька (Швейцарія)",
+ "el": "грецька",
+ "el-GR": "грецька (Греція)",
+ "kl": "гренландська",
+ "gu": "гуджараті",
+ "gu-IN": "гуджараті (Індія)",
+ "gun": "ґунська",
+ "ht": "гаїтянська креольська",
+ "ht-HT": "гаїтянська креольська (Гаїті)",
+ "ha": "хауса",
+ "haw": "гавайська",
+ "he": "іврит",
+ "he-IL": "іврит (Ізраїль)",
+ "hi": "хінді",
+ "hi-IN": "хінді (Індія)",
+ "hu": "угорська",
+ "hu-HU": "угорська (Угорщина)",
+ "is": "ісландська",
+ "is-IS": "ісландська (Ісландія)",
+ "io": "ідо",
+ "ig": "ігбо",
+ "ilo": "ілоканська",
+ "id": "індонезійська",
+ "id-ID": "індонезійська (Індонезія)",
+ "ia": "інтерлінгва",
+ "iu": "інуктитут",
+ "ga": "ірландська",
+ "ga-IE": "ірландська (Ірландія)",
+ "it": "італійська",
+ "it-IT": "італійська (Італія)",
+ "it-CH": "італійська (Швейцарія)",
+ "ja": "японська",
+ "ja-JP": "японська (Японія)",
+ "jv": "яванська",
+ "kab": "кабільська",
+ "kn": "каннада",
+ "kn-IN": "каннада (Індія)",
+ "pam": "Kapampangan",
+ "ks": "кашмірська",
+ "ks-IN": "кашмірська (Індія)",
+ "csb": "кашубська",
+ "kk": "казахська",
+ "kk@Arab": "казахська (арабська)",
+ "kk@Cyrl": "казахська (кирилиця)",
+ "kk-KZ": "казахська (Казахстан)",
+ "kk@latin": "казахська (латиниця)",
+ "km": "кхмерська",
+ "km-KH": "кхмерська (Камбоджа)",
+ "rw": "руандійська",
+ "ky": "киргизська",
+ "tlh": "клінгонська",
+ "kok": "конкані",
+ "ko": "корейська",
+ "ko-KR": "корейська (Корея)",
+ "ku": "курдська",
+ "ku-IQ": "курдська (Ірак)",
+ "lad": "сефардська",
+ "lo": "лаоська",
+ "lo-LA": "лаоська (Лаос)",
+ "ltg": "латгальська",
+ "la": "латинська",
+ "lv": "латиська",
+ "lv-LV": "латиська (Латвія)",
+ "lez": "лезгини",
+ "lij": "лігурійська",
+ "li": "лімбурзька",
+ "ln": "лінґала",
+ "lt": "литовська",
+ "lt-LT": "литовська (Литва)",
+ "jbo": "ложбан",
+ "en@lolcat": "англійська LOLCAT",
+ "lmo": "ломбардійська",
+ "dsb": "нижньолужицька",
+ "nds": "нижньонімецька",
+ "lb": "люксембурзька",
+ "mk": "македонська",
+ "mk-MK": "македонська (Македонія)",
+ "mai": "майтхілі",
+ "mg": "малагасійська",
+ "ms": "малайська",
+ "ml": "малаялам",
+ "ml-IN": "малаялам (Індія)",
+ "ms-MY": "малайська (Малайзія)",
+ "mt": "мальтійська",
+ "mt-MT": "мальтійська (Мальта)",
+ "mni": "маніпурі",
+ "mi": "маорі",
+ "arn": "Мапудунґун",
+ "mr": "маратхі",
+ "mr-IN": "маратхі (Індія)",
+ "mh": "маршальська",
+ "mw1": "мірандська",
+ "mn": "монгольська",
+ "mn-MN": "монгольська (Монголія)",
+ "nah": "науатль",
+ "nv": "навахо",
+ "nr": "південна ндебеле",
+ "nap": "неаполітанська",
+ "ne": "непальська",
+ "ne-NP": "непальська (Непал)",
+ "nia": "ніасська",
+ "nqo": "N'ko",
+ "se": "північносаамська",
+ "nso": "північна сото",
+ "no": "норвезька",
+ "nb": "букмол",
+ "nb-NO": "букмол (Норвегія)",
+ "no-NO": "норвезька (Норвегія)",
+ "nn": "нюношк",
+ "nn-NO": "нюношк (Норвегія)",
+ "ny": "ньянджа",
+ "oc": "Occitan (post 1500)",
+ "or": "орія",
+ "or-IN": "орія (Індія)",
+ "om": "оромо",
+ "os": "осетинська",
+ "pfl": "Німецька пфальцська",
+ "pa": "пенджабська",
+ "pa-IN": "пенджабська (Індія)",
+ "pap": "папʼяменто",
+ "fa": "перська",
+ "fa-AF": "перська (Афганістан)",
+ "fa-IR": "перська (Іран)",
+ "pms": "пʼємонтська",
+ "en@pirate": "Pirate English",
+ "pl": "польська",
+ "pl-PL": "польська (Польща)",
+ "pt": "португальська",
+ "pt-BR": "португальська (Бразилія)",
+ "pt-PT": "португальська (Португалія)",
+ "ps": "пушту",
+ "ro": "румунська",
+ "ro-RO": "румунська (Румунія)",
+ "rm": "ретороманська",
+ "ru": "російська",
+ "ru-ee": "російська (Естонія)",
+ "ru-lv": "російська (Латвія)",
+ "ru-lt": "російська (Литва)",
+ "ru@petr1708": "Russian Petrine orthography",
+ "ru-RU": "російська (Росія)",
+ "sah": "якутська",
+ "sm": "самоанська",
+ "sa": "санскрит",
+ "sat": "санталі",
+ "sc": "сардинська",
+ "sco": "шотландська рівнинна",
+ "sr": "сербська",
+ "sr@Ijekavian": "сербська штокавська",
+ "sr@ijekavianlatin": "сербська штокавська (латиниця)",
+ "sr@latin": "сербська латиниця",
+ "sr-RS@latin": "сербська латиниця (Сербія)",
+ "sr-RS": "сербська (Сербія)",
+ "sn": "шона",
+ "scn": "сицилійська",
+ "szl": "сілезька",
+ "sd": "синдхі",
+ "si": "сингальська",
+ "si-LK": "сингальська (Шрі-Ланка)",
+ "sk": "словацька",
+ "sk-SK": "словацька (Словаччина)",
+ "sl": "словенська",
+ "sl-SI": "словенська (Словенія)",
+ "so": "сомалійська",
+ "son": "сонгайська",
+ "st": "сесото",
+ "st-ZA": "сесото (ПАР)",
+ "sma": "південносаамська",
+ "es": "іспанська",
+ "es-AR": "іспанська (Аргентина)",
+ "es-BO": "іспанська (Болівія)",
+ "es-CL": "іспанська (Чілі)",
+ "es-CO": "іспанська (Колумбія)",
+ "es-CR": "іспанська (Коста-Рика)",
+ "es-DO": "іспанська (Домініканська Республіка)",
+ "es-EC": "іспанська (Еквадор)",
+ "es-SV": "іспанська (Сальвадор)",
+ "es-GT": "іспанська (Гватемала)",
+ "es-419": "іспанська (Латинська Америка)",
+ "es-MX": "іспанська (Мексика)",
+ "es-NI": "іспанська (Нікарагуа)",
+ "es-PA": "іспанська (Панама)",
+ "es-PY": "іспанська (Парагвай)",
+ "es-PE": "іспанська (Перу)",
+ "es-PR": "іспанська (Пуерто-Рико)",
+ "es-ES": "іспанська (Іспанія)",
+ "es-US": "іспанська (США)",
+ "es-UY": "іспанська (Уругвай)",
+ "es-VE": "іспанська (Венесуела)",
+ "su": "сунданська",
+ "sw": "суахілі",
+ "sw-KE": "суахілі (Кенія)",
+ "ss": "сваті",
+ "sv": "шведська",
+ "sv-FI": "шведська (Фінляндія)",
+ "sv-SE": "шведська (Швеція)",
+ "tl": "тагальська",
+ "tl-PH": "тагальська (Філіппіни)",
+ "tg": "таджицька",
+ "tg-TJ": "таджицька (Таджикистан)",
+ "tzl": "талосська",
+ "ta": "тамільська",
+ "ta-IN": "тамільська (Індія)",
+ "ta-LK": "тамільська (Шрі-Ланка)",
+ "tt": "татарська",
+ "te": "телугу",
+ "te-IN": "телугу (Індія)",
+ "tet": "тетум",
+ "th": "тайська",
+ "th-TH": "тайська (Таїланд)",
+ "bo": "тибетська",
+ "bo-CN": "тибетська (Китай)",
+ "ti": "тигринья",
+ "to": "тонганська",
+ "ts": "тсонга",
+ "tn": "сетсвана",
+ "tr": "турецька",
+ "tr-TR": "турецька (Туреччина)",
+ "tk": "туркменська",
+ "tk-TM": "туркменська (Туркменістан)",
+ "udm": "удмуртська",
+ "ug": "уйгурська",
+ "ug@Arab": "уйгурська (арабська)",
+ "ug@Cyrl": "уйгурська (кирилиця)",
+ "ug@Latin": "уйгурська (латиниця)",
+ "uk": "українська",
+ "uk-UA": "українська (Україна)",
+ "vmf": "Upper Franconian",
+ "hsb": "Upper Sorbian",
+ "ur": "урду",
+ "ur-PK": "урду (Пакистан)",
+ "uz": "узбецька",
+ "uz@Arab": "узбецька (арабська)",
+ "uz@Cyrl": "узбецька (кирилиця)",
+ "uz@Latn": "узбецька (латиниця)",
+ "uz-UZ": "узбецька (Узбекистан)",
+ "ve": "вендійська",
+ "vec": "венеційська",
+ "vi": "вʼєтнамська",
+ "vi-VN": "вʼєтнамська (Вʼєтнам)",
+ "vls": "фламандська",
+ "wa": "валлонська",
+ "war": "варайська",
+ "cy": "валлійська",
+ "cy-GB": "валлійська (Велика Британія)",
+ "fy": "західнофризька",
+ "fy-NL": "західнофризька (Нідерланди)",
+ "wo": "волоф",
+ "wo-SN": "волоф (Сенегал)",
+ "xh": "коса",
+ "yi": "їдиш",
+ "yo": "йоруба",
+ "zu": "зулу",
+ "zu-ZA": "зулу (ПАР)"
+ },
+ "countries": {
+ "Afghanistan": "Афганістан",
+ "Åland Islands": "Аландські острови",
+ "Albania": "Albania",
+ "Algeria": "Алжир",
+ "American Samoa": "Американське Самоа",
+ "Andorra": "Андорра",
+ "Angola": "Ангола",
+ "Anguilla": "Ангілья",
+ "Antarctica": "Антарктика",
+ "Antigua and Barbuda": "Антигуа і Барбуда",
+ "Argentina": "Аргентина",
+ "Armenia": "Вірменія",
+ "Aruba": "Аруба",
+ "Australia": "Австралія",
+ "Austria": "Австрія",
+ "Azerbaijan": "Азербайджан",
+ "Bahamas": "Bahamas",
+ "Bahrain": "Бахрейн",
+ "Bangladesh": "Бангладеш",
+ "Barbados": "Барбадос",
+ "Belarus": "Білорусь",
+ "Belgium": "Belgium",
+ "Belize": "Беліз",
+ "Benin": "Бенін",
+ "Bermuda": "Bermuda",
+ "Bhutan": "Bhutan",
+ "Bolivia, Plurinational State of bolivia": "Bolivia, Plurinational State of bolivia",
+ "Bosnia and Herzegovina": "Bosnia and Herzegovina",
+ "Botswana": "Botswana",
+ "Bouvet Island": "Bouvet Island",
+ "Brazil": "Brazil",
+ "British Indian Ocean Territory": "British Indian Ocean Territory",
+ "Brunei Darussalam": "Brunei Darussalam",
+ "Bulgaria": "Bulgaria",
+ "Burkina Faso": "Burkina Faso",
+ "Burundi": "Burundi",
+ "Cambodia": "Cambodia",
+ "Cameroon": "Cameroon",
+ "Canada": "Canada",
+ "Cape Verde": "Cape Verde",
+ "Cayman Islands": "Cayman Islands",
+ "Central African Republic": "Central African Republic",
+ "Chad": "Chad",
+ "Chile": "Chile",
+ "China": "China",
+ "Christmas Island": "Christmas Island",
+ "Cocos (Keeling) Islands": "Cocos (Keeling) Islands",
+ "Colombia": "Colombia",
+ "Comoros": "Comoros",
+ "Congo": "Congo",
+ "Congo, The Democratic Republic of the Congo": "Congo, The Democratic Republic of the Congo",
+ "Cook Islands": "Cook Islands",
+ "Costa Rica": "Costa Rica",
+ "Cote d'Ivoire": "Cote d'Ivoire",
+ "Croatia": "Croatia",
+ "Cuba": "Cuba",
+ "Cyprus": "Cyprus",
+ "Czech Republic": "Czech Republic",
+ "Denmark": "Denmark",
+ "Djibouti": "Djibouti",
+ "Dominica": "Dominica",
+ "Dominican Republic": "Dominican Republic",
+ "Ecuador": "Ecuador",
+ "Egypt": "Egypt",
+ "El Salvador": "El Salvador",
+ "Equatorial Guinea": "Equatorial Guinea",
+ "Eritrea": "Eritrea",
+ "Estonia": "Estonia",
+ "Ethiopia": "Ethiopia",
+ "Falkland Islands (Malvinas)": "Falkland Islands (Malvinas)",
+ "Faroe Islands": "Faroe Islands",
+ "Fiji": "Fiji",
+ "Finland": "Finland",
+ "France": "France",
+ "French Guiana": "French Guiana",
+ "French Polynesia": "French Polynesia",
+ "French Southern Territories": "French Southern Territories",
+ "Gabon": "Gabon",
+ "Gambia": "Gambia",
+ "Georgia": "Georgia",
+ "Germany": "Germany",
+ "Ghana": "Ghana",
+ "Gibraltar": "Gibraltar",
+ "Greece": "Greece",
+ "Greenland": "Greenland",
+ "Grenada": "Grenada",
+ "Guadeloupe": "Guadeloupe",
+ "Guam": "Guam",
+ "Guatemala": "Guatemala",
+ "Guernsey": "Guernsey",
+ "Guinea": "Guinea",
+ "Guinea-Bissau": "Guinea-Bissau",
+ "Guyana": "Guyana",
+ "Haiti": "Haiti",
+ "Heard Island and Mcdonald Islands": "Heard Island and Mcdonald Islands",
+ "Holy See (Vatican City State)": "Holy See (Vatican City State)",
+ "Honduras": "Honduras",
+ "Hong Kong": "Hong Kong",
+ "Hungary": "Hungary",
+ "Iceland": "Iceland",
+ "India": "India",
+ "Indonesia": "Indonesia",
+ "Iran, Islamic Republic of Persian Gulf": "Iran, Islamic Republic of Persian Gulf",
+ "Iraq": "Iraq",
+ "Ireland": "Ireland",
+ "Isle of Man": "Isle of Man",
+ "Israel": "Israel",
+ "Italy": "Italy",
+ "Jamaica": "Jamaica",
+ "Japan": "Japan",
+ "Jersey": "Jersey",
+ "Jordan": "Jordan",
+ "Kazakhstan": "Kazakhstan",
+ "Kenya": "Kenya",
+ "Kiribati": "Kiribati",
+ "Korea, Democratic People's Republic of Korea": "Korea, Democratic People's Republic of Korea",
+ "Korea, Republic of South Korea": "Korea, Republic of South Korea",
+ "Kosovo": "Kosovo",
+ "Kuwait": "Kuwait",
+ "Kyrgyzstan": "Kyrgyzstan",
+ "Laos": "Laos",
+ "Latvia": "Latvia",
+ "Lebanon": "Lebanon",
+ "Lesotho": "Lesotho",
+ "Liberia": "Liberia",
+ "Libyan Arab Jamahiriya": "Libyan Arab Jamahiriya",
+ "Liechtenstein": "Liechtenstein",
+ "Lithuania": "Lithuania",
+ "Luxembourg": "Luxembourg",
+ "Macao": "Macao",
+ "Macedonia": "Macedonia",
+ "Madagascar": "Madagascar",
+ "Malawi": "Malawi",
+ "Malaysia": "Malaysia",
+ "Maldives": "Maldives",
+ "Mali": "Mali",
+ "Malta": "Malta",
+ "Marshall Islands": "Marshall Islands",
+ "Martinique": "Martinique",
+ "Mauritania": "Mauritania",
+ "Mauritius": "Mauritius",
+ "Mayotte": "Mayotte",
+ "Mexico": "Mexico",
+ "Micronesia, Federated States of Micronesia": "Micronesia, Federated States of Micronesia",
+ "Moldova": "Moldova",
+ "Monaco": "Monaco",
+ "Mongolia": "Mongolia",
+ "Montenegro": "Montenegro",
+ "Montserrat": "Montserrat",
+ "Morocco": "Morocco",
+ "Mozambique": "Mozambique",
+ "Myanmar": "Myanmar",
+ "Namibia": "Namibia",
+ "Nauru": "Nauru",
+ "Nepal": "Nepal",
+ "Netherlands": "Netherlands",
+ "Netherlands Antilles": "Netherlands Antilles",
+ "New Caledonia": "New Caledonia",
+ "New Zealand": "New Zealand",
+ "Nicaragua": "Nicaragua",
+ "Niger": "Niger",
+ "Nigeria": "Nigeria",
+ "Niue": "Niue",
+ "Norfolk Island": "Norfolk Island",
+ "Northern Mariana Islands": "Northern Mariana Islands",
+ "Norway": "Norway",
+ "Oman": "Oman",
+ "Pakistan": "Pakistan",
+ "Palau": "Palau",
+ "Palestinian Territory, Occupied": "Palestinian Territory, Occupied",
+ "Panama": "Panama",
+ "Papua New Guinea": "Papua New Guinea",
+ "Paraguay": "Paraguay",
+ "Peru": "Peru",
+ "Philippines": "Philippines",
+ "Pitcairn": "Pitcairn",
+ "Poland": "Poland",
+ "Portugal": "Portugal",
+ "Puerto Rico": "Puerto Rico",
+ "Qatar": "Qatar",
+ "Romania": "Romania",
+ "Russia": "Russia",
+ "Rwanda": "Rwanda",
+ "Reunion": "Reunion",
+ "Saint Barthelemy": "Saint Barthelemy",
+ "Saint Helena, Ascension and Tristan Da Cunha": "Saint Helena, Ascension and Tristan Da Cunha",
+ "Saint Kitts and Nevis": "Saint Kitts and Nevis",
+ "Saint Lucia": "Saint Lucia",
+ "Saint Martin": "Saint Martin",
+ "Saint Pierre and Miquelon": "Saint Pierre and Miquelon",
+ "Saint Vincent and the Grenadines": "Saint Vincent and the Grenadines",
+ "Samoa": "Samoa",
+ "San Marino": "San Marino",
+ "Sao Tome and Principe": "Sao Tome and Principe",
+ "Saudi Arabia": "Saudi Arabia",
+ "Senegal": "Senegal",
+ "Serbia": "Serbia",
+ "Seychelles": "Seychelles",
+ "Sierra Leone": "Sierra Leone",
+ "Singapore": "Singapore",
+ "Slovakia": "Slovakia",
+ "Slovenia": "Slovenia",
+ "Solomon Islands": "Solomon Islands",
+ "Somalia": "Somalia",
+ "South Africa": "South Africa",
+ "South Sudan": "South Sudan",
+ "South Georgia and the South Sandwich Islands": "South Georgia and the South Sandwich Islands",
+ "Spain": "Spain",
+ "Sri Lanka": "Sri Lanka",
+ "Sudan": "Sudan",
+ "Suriname": "Suriname",
+ "Svalbard and Jan Mayen": "Svalbard and Jan Mayen",
+ "Swaziland": "Swaziland",
+ "Sweden": "Sweden",
+ "Switzerland": "Switzerland",
+ "Syrian Arab Republic": "Syrian Arab Republic",
+ "Taiwan": "Taiwan",
+ "Tajikistan": "Tajikistan",
+ "Tanzania, United Republic of Tanzania": "Tanzania, United Republic of Tanzania",
+ "Thailand": "Thailand",
+ "Timor-Leste": "Timor-Leste",
+ "Togo": "Togo",
+ "Tokelau": "Tokelau",
+ "Tonga": "Tonga",
+ "Trinidad and Tobago": "Trinidad and Tobago",
+ "Tunisia": "Tunisia",
+ "Turkey": "Turkey",
+ "Turkmenistan": "Turkmenistan",
+ "Turks and Caicos Islands": "Turks and Caicos Islands",
+ "Tuvalu": "Tuvalu",
+ "Uganda": "Uganda",
+ "Ukraine": "Ukraine",
+ "United Arab Emirates": "United Arab Emirates",
+ "United Kingdom": "United Kingdom",
+ "United States": "United States",
+ "Uruguay": "Uruguay",
+ "Uzbekistan": "Uzbekistan",
+ "Vanuatu": "Vanuatu",
+ "Venezuela, Bolivarian Republic of Venezuela": "Venezuela, Bolivarian Republic of Venezuela",
+ "Vietnam": "Vietnam",
+ "Virgin Islands, British": "Virgin Islands, British",
+ "Virgin Islands, U.S.": "Virgin Islands, U.S.",
+ "Wallis and Futuna": "Wallis and Futuna",
+ "Yemen": "Yemen",
+ "Zambia": "Zambia",
+ "Zimbabwe": "Zimbabwe"
+ },
+ "api": {
+ "providerNotAvailable": "One or more of the enabled providers is not available :param1",
+ "range": "The file size should be less than {{param3}} KB",
+ "mime_type": "File type not supported. Please upload a .csv file.",
+ "not_empty": ":field must not be empty",
+ "isKeyAvailable": "The key {{value}} is not available",
+ "contactIsValid": "Invalid phone number",
+ "roleDoesNotExist": "role_id {{value}} does not exist",
+ "invalidFormStageId": "form_stage_id :value does not exist",
+ "postTypeLimitReached": "limit: {{posttypes}}",
+ "dataUrlOrMediaRequired": "One of data_url or media_id is required",
+ "dataUrlMediaConflict": "Only one of data_url or media_id can be defined",
+ "size_error": "The file size should be less than :param1 MB",
+ "mime_type_not_allowed": "File type not supported. Please upload an image file.",
+ "mime_not_empty": "MIME type not found. The MIME type must be set for the file.",
+ "contact": {
+ "invalid_phone": "Invalid phone number {{param1}}",
+ "invalid_email": "Invalid email {{param1}}"
+ },
+ "email": {
+ "title": "{{sitename}} New post: {{title}}",
+ "message": "New post on {{sitename}}{{title}}{{content}}View post: {{url}}"
+ },
+ "sms": {
+ "message": "{{sitename}} New post: {{title}}"
+ },
+ "publishedPostsLimitReached": "limit:{{posts}}",
+ "tagDoesNotExist": "category :value does not exist",
+ "attributeDoesNotExist": "attribute {{param1}} does not exist",
+ "tooManyValues": "Too many values for {{param1}} (max: {{param2}})",
+ "valueDoesNotExist": "value id {{param2}} for field {{param1}} does not exist",
+ "canNotUseExistingValueOnNewPost": "Cannot use existing value {{param2}} for field {{param1}} on a new post",
+ "postAttributeRequired": "attribute {{param1}} is required",
+ "taskAttributeRequired": "attribute {{param1}} is required before stage {{param2}} can be completed",
+ "emptyIdAndLocale": "Must have at least id or locale",
+ "emptyParentWithLocale": "Must have at parent id when passing locale",
+ "notAnArray": "Post values for {{param1}} must be an array",
+ "scalar": "Post values for {{param1}} must be scalar",
+ "doesTranslationExist": "Translation {{value}} for post {{param2}} already exists",
+ "published_to": {
+ "exists": "The role you are publishing to {{value}} does not exist"
+ },
+ "stageDoesNotExist": "Stage {{param1}} does not exist",
+ "stageRequired": "Stage {{param1}} is required before publishing",
+ "postNeedsApprovalBeforePublishing": "Post needs approval by an administrator before it can be published",
+ "postCanOnlyBeUnpublishedByAdmin": "Post can only be unpublished by an administrator",
+ "alreadyLockedByDifferentUser": "Post is currently locked by a different user and can not be updated.",
+ "values": {
+ "date": "The field {{param1}} must be a date, Given: {{param2}}",
+ "decimal": "The field {{param1}} must be a decimal with 2 places, Given: {{param2}}",
+ "digit": "The field {{param1}} must be a digit, Given: {{param2}}",
+ "email": "The field {{param1}} must be an email address, Given: {{param2}}",
+ "exists": "The field {{param1}} must be a valid post id, Post id: {{param2}}",
+ "tagExists": "The field {{param1}} must be a valid category id or name, Category: {{param2}}",
+ "max_length": "The field {{param1}} must not exceed :param2 characters long, Given: {{param2}}",
+ "invalidForm": "The field {{param1}} has the wrong post type, Post id:{{param2}}",
+ "numeric": "The field {{param1}} must be numeric, Given: {{param2}}",
+ "scalar": "The field {{param1}} must be scalar, Given: {{param2}}",
+ "point": "The field {{param1}} must be an array of lat and lon",
+ "lat": "the field {{param1}} must contain a valid latitude",
+ "lon": "the field {{param1}} must contain a valid longitude",
+ "url": "The field {{param1}} must be a url, Given: {{param2}}",
+ "video_type": "The field {{param1}} must be either a youtube or vimeo url, Given: {{param2}}"
+ },
+ "role": {
+ "isRoleValid": "Role must match the parent category",
+ "exists": "Role {{value}} does not exist"
+ },
+ "description_regex": "The description must contain only letters, numbers, spaces and punctuation",
+ "regex": "The category name must contain only letters, numbers, spaces and punctuation",
+ "isUniqueEmail": "{{field}} is already in use",
+ "isUniqueUsername": "{{field}} is already in use",
+ "isUserSelf": "You cannot change your own role",
+ "adminUserLimitReached": "limit:{{:admin}}"
+ }
+}
diff --git a/apps/web-mzima-client/src/assets/locales/ur.json b/apps/web-mzima-client/src/assets/locales/ur.json
new file mode 100644
index 00000000000..a21ff30d2b5
--- /dev/null
+++ b/apps/web-mzima-client/src/assets/locales/ur.json
@@ -0,0 +1,2770 @@
+{
+ "app": {
+ "contact_email_address": "Contact email address:",
+ "powered_by_ushahidi": "یوشاہدی کا تیار کردہ",
+ "support": "یوشاہدی سپورٹم",
+ "by": "کی طرف سے",
+ "submit": "جمع کرائیں",
+ "anonymous": "گمنام",
+ "submitting": "جمع کروا رہا ہے",
+ "submit_another": "جمع کرائیں اور دوسرا شامل کریں",
+ "submit_response": "سروے کا جواب جمع کروائیں",
+ "can_see_this": "یہ دیکھ سکتے ہیں",
+ "collection": "مجموعہ",
+ "collections": "مجموعے",
+ "create_collection": "مجموعہ بنائیں",
+ "add_collection": "Add collection",
+ "export_to_csv": "فلٹر شدہ ڈیٹا ایکسپورٹ کریں",
+ "create_new": "نیا بنائیں",
+ "create_new_survey": "نیا سروے بنائیں",
+ "created_by": "تخلیق کردہ بذریعہ {{author}}",
+ "date_created": "تخلیق کی تاریخ",
+ "date_updated": "تاریخ کو اپ ڈیٹ کیا گیا",
+ "choose_photo": "Choose photo",
+ "choose": "Choose...",
+ "add_all_fields": "Add all fields",
+ "insert_text_here": "Insert text here...",
+ "deployment_not_found" : {
+ "text" : "Sorry, that deployment does not exist. Would you like to create a new deployment?",
+ "button_exit" : "Exit",
+ "button_create_deployment" : "Create Deployment"
+ },
+ "documentation": {
+ "title": "دستاویز",
+ "description": "اپنی یوشاہدی تعیناتی کو ترتیب دینے اور اس کا نظم کرنے کا طریقہ سیکھیں۔"
+ },
+ "donate": "عطیہ کریں",
+ "donation": "عطیہ",
+ "disable_monetization": " پیسہ بنانے کے عمل کو غیر فعال کریں",
+ "enable_monetization": "پیسہ بنانے کے عمل کو فعال کریں",
+ "enable_monetization_error": "Fill in required fields above before enabling monetization.",
+ "enable_monetization_info": "Monetization is currently disabled.",
+ "intercom": {
+ "intercom": "Intercom",
+ "description": "Contact Ushahidi staff for chat support"
+ },
+ "onboarding": {
+ "title": "Onboarding",
+ "description": "Take a look at the Ushahidi onboarding again."
+ },
+ "report_a_bug": {
+ "title": "Report a bug",
+ "description": "Tell us when something doesn't work the way you expected."
+ },
+ "edit_collection": "Edit collection",
+ "features": {
+ "title": "Features",
+ "description": "See what Ushahidi can do and how it works."
+ },
+ "forbidden": "Sorry, you're not allowed to do that.",
+ "forbidden-login": "Please enter your login details to access the deployment.",
+ "contact_with_admin": "Or contact the Admin ",
+ "404": "That URL doesn't exist",
+ "page-not-found": "Page not found",
+ "get_notifications": "Get notifications",
+ "turn_off_notifications": "Turn off notifications",
+ "load_more": "Load more",
+ "loading": "Loading",
+ "loading_saved_searches": "Loading saved searches",
+ "more": "More",
+ "cancel": "Cancel",
+ "save": "Save",
+ "save_and_close": "Save & close",
+ "update": "Update",
+ "update_and_close": "Update & close",
+ "add_and_close": "Add & close",
+ "updating": "Updating",
+ "saving": "Saving",
+ "settings": "Settings",
+ "share": "Share",
+ "specific_roles": "مخصوص کردار...",
+ "general": "General",
+ "surveys": "Survey",
+ "add_survey": "New Survey",
+ "edit_survey": "Edit Survey",
+ "data_sources": "Data Sources",
+ "import": "Import",
+ "users": "Users",
+ "edit_user": "Edit User",
+ "add_user": "Add User",
+ "edit": "Edit",
+ "roles": "Roles",
+ "edit_role": "کردار میں ترمیم کریں",
+ "add_role": "کردار شامل کریں",
+ "webhooks": "Webhooks",
+ "edit_webhook": "Edit Role",
+ "add_webhook": "Add Role",
+ "categories": "Categories",
+ "edit_category": "Edit Category",
+ "add_category": "زمرہ شامل کریں",
+ "categories_count": "{{count}} categories",
+ "plans": "Plans",
+ "delete": "Delete",
+ "description": "Description",
+ "color": "Color",
+ "search_users": "Search users",
+ "searching": "Searching",
+ "show_hide": "Show/Hide",
+ "fields": "Fields",
+ "no_results": "No results found.",
+ "current_results": "Current results:",
+ "filter_by": "Filter by...",
+ "sort_filter": "Sort & filter",
+ "apply_filters": "Apply",
+ "close_and_view": "Close and view results",
+ "show_more_less": "Show more/less",
+ "filters": "Filters",
+ "filters_and_sorting": "Filters and sorting",
+ "filter_by_survey": "Filter by survey",
+ "configure": "Configure",
+ "post": "Post",
+ "name": "Name",
+ "key": "Key",
+ "survey_web_address": "Your survey's web address",
+ "default_value": "Default value (optional):",
+ "select_one": "Select One",
+ "sort_and_filter": "Sort & filter",
+ "saved_search": "Saved Search",
+ "tasks": "Tasks",
+ "return_to_all_posts": "Return to all posts",
+ "this_deplyment_is_private": "This deployment is private",
+ "private_deployment": "Private Deployment",
+ "mark_as": "Mark as",
+ "who_can_see_this_category": "Who can see this category?",
+ "this_category_is_child_to": "This category is a child to {{parent}}",
+ "nothing": "Nothing",
+ "who_can_see_this": "Who can see this?",
+ "add": "Add",
+ "add_new_category": "+ Add new category",
+ "sort_by": "Sort By ...",
+ "newest_first": "تازہ ترین پہلے",
+ "oldest_first": "سب سے قدیم پہلے",
+ "language": "Language",
+ "select_language": "Select language",
+ "add_new_post": "Add new post",
+ "previous": "Previous",
+ "duplicate": "ڈپلیکیٹ",
+ "yes_delete": "Yes, delete",
+ "no_go_back": "No, go back",
+ "are_you_sure_you_want_to_delete": "Are you sure you want to Delete",
+ "action_cannot_be_undone": "This action cannot be undone.
Are you sure?
",
+ "you_are_not_authorized": "You are not authorized",
+ "lost_internet_connection": "Lost internet connection",
+ "tweet_is_unavailable": "This tweet is unavailable",
+ "file_uploader": "File uploader",
+ "preview_image": "Preview image",
+ "privacy_policy": "Privacy Policy",
+ "terms_and_conditions": "Terms and Conditions",
+ "ok_sounds_good": "OK, sounds good",
+ "next_step": "Next step",
+ "we_are_aware_there_are_some_issues_here": "We are aware there are some issues here. The team is working on fixing them.",
+ "you_are_using_old_deployment_version": "You are using Deployment Version - {{api_version}}. The latest version is v5. Please, update your Deployment for users access.",
+ "outdated_deployment": "Outdated Deployment!",
+ "the_deployment_is_outdated": "The Deployment is outdated, therefore some bugs may occur, till Admin update it.",
+ "your_deployment_is_outdated": "Your Deployment is outdated",
+ "we_ve_updated_deployments_to_version_5": "We’ve updated Deployments to version 5. Users may not have access to your deployment soon. ",
+ "for_more_details_on_deployment_update": "For more details on deployment update, go to Help & Support (this should be a link) or send an email to:",
+ "open_chat": "Open Chat",
+ "end_post": "End of Posts"
+ },
+ "cookies": {
+ "we_use_cookies": "Howdy! We use cookies to make your experience better.",
+ "cookies_privacy": "If you want to know more or withdraw your consent, please go to our Privacy Policy.",
+ "decline": "Decline",
+ "accept_cookies": "Accept cookies"
+ },
+ "404": {
+ "404": "404",
+ "error": "error",
+ "description": "Oops... Sorry, we can’t find the page that you’re looking for.
Please search by another phrase or go back to the Map View.",
+ "button": "Go to the Map View"
+ },
+ "toolbar": {
+ "searchbar": {
+ "search_entity": "{{entity}} تلاش کریں",
+ "search_all_entities_for": "تمام {{entity}} کے لیے تلاش کریں"
+ }
+ },
+ "color_picker": {
+ "hex_value": "رنگ کی ہیکس ویلیو",
+ "red": "سرخ",
+ "gold": "سونا",
+ "blue": "نیلا",
+ "green": "سبز"
+ },
+ "feature_limits": {
+ "view_unavailable": "{{value}} منظر آپ کے موجودہ پلان پر دستیاب نہیں ہے۔ اسے حاصل کرنے کے لیے اپنا منصوبہ اپ گریڈ کریں!"
+ },
+ "limit": {
+ "plan_limit": "یوشاہدی پلان کی حد",
+ "post_limit_reached": "آپ اپنے پلان کے لیے شائع شدہ پوسٹس کی حد کو پہنچ گئے ہیں",
+ "admin_limit_reached": "آپ اپنے پلان کے منتظم صارفین کی حد کو پہنچ گئے ہیں",
+ "post_type_limit_reached": "آپ اپنے پلان کے لیے سروے کی حد کو پہنچ گئے ہیں",
+ "upgrade": "اپ گریڈ"
+ },
+ "activity": {
+ "activity_over_time": "وقت کے ساتھ سرگرمی",
+ "activity_by_volume": "حجم کے لحاظ سے سرگرمی",
+ "recent_activity_timeline": "حالیہ سرگرمی کی ٹائم لائن",
+ "new_post": "نئی پوسٹ",
+ "by": "کی طرف سے",
+ "context_body": "اس کا خلاصہ کہ لوگ کس طرح {{site}} کے ساتھ تعامل کر رہے ہیں",
+ "inbound": "آنے والے جوابی پیغامات",
+ "outbound": "آؤٹ باؤنڈ سروے کے پیغامات",
+ "recipients": "ٹارگیٹڈ سروے کے منفرد وصول کنندگان",
+ "responders": "ٹارگٹڈ سروے کے منفرد جواب دہندگان",
+ "all_targeted": "تمام ٹارگٹڈ سروے",
+ "no_targeted": "آپ کے پاس دکھانے کے لیے کوئی ہدف شدہ سروے ڈیٹا نہیں ہے",
+ "all_sources": "تمام ڈیٹا ذرائع",
+ "web_mobile": "ویب اور موبائل",
+ "email": "ای میل",
+ "sms": "پیغام",
+ "twitter": "ٹویٹر",
+ "all_crowdsourced": "تمام کراؤڈ سورس سروے",
+ "no_crowdsourced": "You don't have any Crowdsourced Survey data to show.",
+ "targeted_activity": "Tageted Survey Activity",
+ "crowdsourced_activity": "Crowdsourced Survey Activity",
+ "tooltip_template": "This is the single point tooltip template"
+ },
+ "form": {
+ "add_field": "Add field",
+ "add_field_instructions": "اس فیلڈ میں ہدایات شامل کریں",
+ "add_field_instructions_info": "یہ ہدایات اس فیلڈ کو بھرتے وقت صارف کو ٹول ٹپ کے طور پر پیش کی جائیں گی",
+ "add_field_instructions_placeholder": "اس فیلڈ کی وضاحت کریں...",
+ "add_post_type": "سروے شامل کریں۔",
+ "add_step": "ٹاسک شامل کریں",
+ "add_language": "زبان شامل کریں",
+ "added_form_stage_attribute": "محفوظ شدہ فیلڈ",
+ "field_allowed_relation_post_type": "سروے کی اجازت ہے",
+ "choose_order_message": "ان فیلڈز کو منتخب کریں اور ترتیب کریں جنہیں آپ اس سروے میں شامل کرنا چاہتے ہیں",
+ "created_form_stage": "محفوظ کردہ کام",
+ "currently_disabled": "یہ سروے فی الحال غیر فعال ہے",
+ "custom_structure": "اپنی مرضی کی ساخت",
+ "default_date_placeholder": "پہلے سے طے شدہ تاریخ",
+ "default_date_hint": "If no date is added, the current time of posting would be added by default. The user can still update the {{ field_name }} after post submission.",
+ "default_default_placeholder": "پہلے سے طے شدہ قیمت",
+ "default_location_placeholder": "نیروبی، کینیا",
+ "delete_post_type": "اس سروے کو حذف کریں",
+ "deleted_form": "حذف شدہ سروے",
+ "deleted_form_stage": "Deleted Task",
+ "deleted_form_stage_attribute": "Deleted field",
+ "editable_by": "Editable By",
+ "edit_post_step": "Edit Task: {{step}}",
+ "edit_post_type": "Edit Survey: {{form}}",
+ "edit_post_types": "Edit Surveys",
+ "field_add_option": "Add",
+ "field_add_other": "Add other",
+ "field_add_other_desc": "Allows entering a custom option that is not listed among the provided choices.",
+ "field_default": "Field Default",
+ "field_key": "Field Key",
+ "field_type": "Field Type",
+ "field_name": "Field Name",
+ "field_options": "Field Options",
+ "field_key_placeholder": "field-key",
+ "field_name_placeholder": "Name this field",
+ "field_option_placeholder": "Option 1",
+ "field_required": "This field is required",
+ "form_name": "Name",
+ "form_description": "Description",
+ "forms": "Forms",
+ "form_stage_settings_saved": "Saved settings",
+ "permission_public": "Public",
+ "permission_admin": "Admin",
+ "permission_self": "Only Me",
+ "post_type_settings": "Survey Settings",
+ "post_step_settings": "Task Settings",
+ "priority_changed": "Changed priority",
+ "save_and_close": "Save & Close",
+ "save_post_type": "Save Survey",
+ "save_post_step": "Save Task",
+ "saved_form": "Survey saved.",
+ "select_language": "Select languages",
+ "step_delete": "Delete",
+ "step_name": "Task Name",
+ "step_rename": "Rename",
+ "step_required": "This task is required",
+ "post_step": "Post",
+ "type": "type",
+ "visible_to": "Visible To",
+ "choose_language": "Choose language for translation",
+ "error_input_number": "Please input {{type}} type number"
+ },
+ "survey": {
+ "no_tasks": "No tasks",
+ "select_categories": "Select categories",
+ "select_related_post": "Select related post",
+ "no_fields": "No fields",
+ "select_color": "Select color",
+ "choose_survey": "Choose survey",
+ "marked_for_internal": {
+ "header": "Internal Use Only",
+ "body": "This task is marked for internal use only. It is not seen by users when they create a post."
+ },
+ "task_is_marked_as": {
+ "not_completed": "Task Complete? - Use toggle below",
+ "completed": "You have marked \"{{taskName}}\" Task as Completed!"
+ },
+ "delete_task": "کام کو حذف کریں",
+ "duplicate_survey": "ڈپلیکیٹ",
+ "main_info": "Main info",
+ "internal_use_task": "کام صرف اندرونی استعمال کے لیے ہے",
+ "internal_use_task_desc": "یہ کام صرف اس صارف کو نظر آئے گا جس کے پاس پوسٹ کا نظم کرنے کی اجازت ہے",
+ "duplicate_task": "ڈپلیکیٹ ٹاسک",
+ "duplicate_option": "ڈپلیکیٹ آپشن موجود ہے",
+ "special_characters_option": "This option contains special characters",
+ "show_this_task_to": "شائع ہونے پر یہ کام سب کو دکھائیں",
+ "show_this_task_to_desc": "سروے کا جواب شائع ہونے پر، اس کام کا ڈیٹا ظاہر کیا جائے گا",
+ "survey_name": "سروے کا نام",
+ "describe_your_survey": "اپنے سروے کی وضاحت کریں...",
+ "describe_this_task": "اس کام کی وضاحت کریں...",
+ "untitled_task": "بلا عنوان کام",
+ "add_task": "Add task",
+ "title": "عنوان",
+ "field_allowed_relation_survey": "سروے کی اجازت ہے",
+ "collect_image_caption": "تصویر کیپشن فیلڈ شامل کریں",
+ "collect_media_caption": "Include caption field",
+ "disable_caption_field_explanation": "This will disable and hide all existing captions for this field, but you can re-enable them at any time.",
+ "description": "Description",
+ "task_description": "Task description",
+ "post_fields": "Post fields",
+ "task_fields": "Task fields",
+ "show_task": "Show this task to everyone when the post is published",
+ "task_info": "You can add additional information to each post, like translations or verification, and assign them to people by adding Tasks. You can choose from pre-built tasks or create your own from scratch.",
+ "text_desc": "A sentence or less",
+ "short_text": "Short text",
+ "long_text": "Long text",
+ "number_decimal": "Number (Decimal)",
+ "number_integer": "Number (Integer)",
+ "location": "Location",
+ "date": "Date",
+ "datetime": "Date & Time",
+ "select": "Select",
+ "radio_button": "Radio Button(s)",
+ "checkbox": "Checkbox(es)",
+ "related_post": "Related Post",
+ "related_post_info": "Please note, the posts to relate to needs to be published, posts that are \"Under review\" will not appear in the search-results",
+ "upload_image": "Image",
+ "upload_document": "Document",
+ "upload_audio": "Audio",
+ "embed_video": "Embed video",
+ "markdown": "Markdown",
+ "categories": "Categories",
+ "textarea_desc": "Multiple sentences or paragraphs",
+ "decimal_desc": "A number with decimal places",
+ "integer_desc": "A whole number",
+ "location_desc": "A geographic location chosen via a map",
+ "date_desc": "A date with year, month, day",
+ "datetime_desc": "A date with time in hours and minutes",
+ "select_desc": "A drop down list of items",
+ "radio_desc": "Allows the user to choose only one of a predefined set of options.",
+ "checkbox_desc": "Allows the user to choose one or more of a predefined set of options.",
+ "relation_desc": "Create a relation between different surveys",
+ "upload_desc": "Allows image(s) to be uploaded to the post",
+ "audio_desc": "Allows audio file(s) to be uploaded to the post",
+ "document_desc": "Allows document(s) to be uploaded to the post",
+ "video_desc": "Allows Youtube or Vimeo videos to be embed in the post",
+ "maximum_upload_size" : "Maximum Upload Size",
+ "small_upload_size" : "Small",
+ "medium_upload_size" : "Medium",
+ "large_upload_size" : "Large",
+ "markdown_desc": "Allows the use of markdown syntax to style the field content.",
+ "tasks": "Tasks",
+ "task_visible_when_published": "This task will be visible when post is published.",
+ "show_field_description": "Add field description (optional):",
+ "add_field": "Add {{fieldType | lowercase}} field",
+ "edit_field": "Edit {{fieldType | lowercase}} field",
+ "build": "Build",
+ "configure": "Configure",
+ "require_section": "Require this task be completed before a post can be visible to the public",
+ "hide_author_information": "Hide author information",
+ "hide_author_information_desc": "Only people with permission to edit responses will be able to see who submitted them; and only when editing them.",
+ "hide_location_information": "Hide exact location information",
+ "hide_location_information_desc": "Only people with permission to edit responses will be able to see exact locations. Other people will see rounded locations. The location will be accurate to {{precision}}km.",
+ "hide_time_information": "Hide exact time information",
+ "hide_time_information_desc": "Only people with permission to edit responses will be able to see exact time submitted. Other people will see only the date.",
+ "share": "Share",
+ "task_name": "Task name",
+ "required_field": "Required",
+ "required": "Required",
+ "required_desc": "Require this task be completed before a post can be visible to the public.",
+ "require_field_desc": "Require this field be completed",
+ "name_this_task": "Name this task...",
+ "require_review": "Require posts to be reviewed before they're published",
+ "require_review_desc": "New responses to this survey will be put 'under review', and therefore not immediately visible to the public. Users with permission to review the response can review and 'publish' them, which would then make them visible to everyone.",
+ "require_task": "Required",
+ "make_response_private": "Make responses private",
+ "response_private_desc": "Only people with permission to edit responses can see responses to this field",
+ "require_task_desc": "Require this task be completed before a post can be visible to the public",
+ "survey_permissions": "Survey permissions",
+ "only_edit": "Only people with permission to edit responses will be able to see responses to this field.",
+ "who_can_add": "Who can add to this survey",
+ "survey_field": "Survey field",
+ "choose_survey_field": "Choose what should be assigned to each survey field",
+ "choose_survey_field_desc": "Each of the survey's fields are listed below. Choose the data from {{datasource_type}} that you'd like to use to populate each of those fields.",
+ "who_can_contribute_to_task": "Who can contribute to fields in this task",
+ "view_detail": "Detail",
+ "no_options_for_this_field": "No options for this field",
+ "add_options_first": "Add options first",
+ "delete": {
+ "desc": "If you delete this survey, all of its posts will also be deleted. Proceed with caution.",
+ "delete": "Delete survey",
+ "delete_this": "Delete this survey",
+ "delete_this_field": "Delete this field",
+ "delete_field": "Delete field",
+ "desc_field": "If you delete this field, all of the data that was collected within it will also be deleted. Proceed with caution."
+ },
+ "name": "Survey name",
+ "color": {
+ "color": "Color",
+ "hex": "Hex value",
+ "red": "سرخ",
+ "gold": "Gold",
+ "blue": "نیلا",
+ "green": "سبز"
+ },
+ "who": "Who can see this?",
+ "task": {
+ "delete": {
+ "desc": "If you delete this task, all of the data captured in it will also be deleted. Proceed with caution.",
+ "delete": "Delete task",
+ "delete_this": "Delete this task"
+ }
+ },
+ "fields": {
+ "fields_title": "Fields",
+ "validation": {
+ "required": "Required fields are missing, these fields are marked with an *.",
+ "special_characters": "{{name}} field contains special characters"
+ }
+ },
+ "targeted_survey": {
+ "title": "Create a new targeted survey",
+ "description": "Send questions via SMS to a list of those phone numbers.",
+ "name_title": "Name your survey",
+ "name": "Survey name",
+ "description_title": "Survey Description",
+ "audience_title": "Choose your audience",
+ "add_questions_title": "Add your questions",
+ "add_questions_description": "We will send each question as a separate SMS. After someone responds, we will send the next question in the survey.",
+ "add_another": "Add another question...",
+ "add_a_question": "Add a question...",
+ "edit_title": "Edit question",
+ "new_question_title": "New Question",
+ "question_text": "Question text",
+ "question_description": "This is what users will see when they go to your survey.",
+ "sample_question": "Sample question: Hi there! How are you feeling today? Your response is free.",
+ "char_remains": "{{remaining}}/160 characters remaining",
+ "publish": "Publish survey",
+ "delete": "Delete",
+ "send_to_old_number_warning": "If you are messaging a number that you have messaged in the past, that person's responses will always apply to the most recent survey. They will no longer be able to reply to previous unanswered survey questions.",
+ "publish_description_many": "We will send {{questions}} questions to {{numbers}} people via SMS for a total of {{total_sms_messages}} messages. Your telecommunications provider will charge you for each message. Please be careful about the costs you will incur by sending this survey. This action cannot be undone.",
+ "publish_description_one_question": "We will send {{questions}} question to {{numbers}} people via SMS for a total of {{total_sms_messages}} messages. Your telecommunications provider will charge you for each message. Please be careful about the costs you will incur by sending this survey. This action cannot be undone.",
+ "publish_description_one_number": "We will send {{questions}} questions to {{numbers}} person via SMS for a total of {{total_sms_messages}} messages. Your telecommunications provider will charge you for each message. Please be careful about the costs you will incur by sending this survey. This action cannot be undone.",
+ "publish_description_one_number_one_question": "We will send {{questions}} question to {{numbers}} person via SMS for a total of {{total_sms_messages}} message. Your telecommunications provider will charge you for each message. Please be careful about the costs you will incur by sending this survey. This action cannot be undone.",
+ "question_warning": "You must enter at least 1 question.",
+ "publish_warning": "Are you sure you ant to send this SMS survey?",
+ "publish_notification_many": "{{messages}} messages will be sent as part of this survey. You will be charged for these messages by your telecommunications provider",
+ "publish_notification_one": "{{messages}} message will be sent as part of this survey. You will be charged for that message by your telecommunications provider",
+ "hide_responders": "Hide information about responders",
+ "hide_responders_desc": "The phone numbers of the people who respond to your questions remain hidden from the public site. Only the team members with edit permissions will be able to see them.",
+ "notification_button": "View survey in datamode",
+ "name_warning": "You must give your survey a name.",
+ "description_warning": "You must give your survey a description.",
+ "send_to_person": "Targeted: Send this survey to {{recipientCount}} person via SMS",
+ "send_to_people": "Targeted: Send this survey to {{recipientCount}} people via SMS",
+ "country_code": "Country Code",
+ "country_code_error": "You must select a country.",
+ "select_country": "Select Country",
+ "phone_numbers": "Phone Numbers",
+ "phone_number_warning": "You must enter at least 1 phone number.",
+ "one_repeat_alert": "We removed a total of {{repeatCount}} repeat number from your list.",
+ "multi_repeat_alert": "We removed a total of {{repeatCount}} repeat numbers from your list.",
+ "multi_number_error": "Of the {{total}} phone numbers you entered, we noticed problems with {{bad}} of them. Please correct the phone numbers below and continue. Numbers must match the selected country's formatting rules.",
+ "one_number_error": "Of the {{total}} phone numbers you entered, we noticed problems with {{bad}} of them. Please correct the phone number below and continue. Numbers must match the selected country's formatting rules.",
+ "multi_numbers_good": "These {{good_numbers}} numbers look fine.",
+ "one_number_good": "This {{good_numbers}} number looks fine.",
+ "question_error": "You must add at least one question.",
+ "phone_number_instructions": "Please type in the phone numbers you'd like to contact. You must place a comma between each phone number.",
+ "targeted_survey": "Targeted Survey",
+ "targeted_survey_desc": "We sent this survey via SMS",
+ "sent_messages": "We have sent {{totalSent}} messages, and",
+ "sent_message": "We have sent {{totalSent}} message, and",
+ "received_responses": "you have received {{responses}} responses",
+ "received_response": "you have received {{responses}} response",
+ "recipients_count": "from {{recipients}} recipients so far.",
+ "recipient_count": "from {{recipients}} recipient so far.",
+ "error_message": "An error occurred while trying to save your targeted survey",
+ "error_contacts": "Some of the numbers you provided failed, please check your numbers and try again",
+ "pending_messages": "We are processing {{totalPending}} messages.",
+ "pending_message": "We are processing {{totalPending}} message.",
+ "cancel": "Cancel"
+ }
+ },
+ "global_filter": {
+ "filter": "فلٹر",
+ "categories": {
+ "categories": "اقسام",
+ "all_categories": "تمام اقسام"
+ },
+ "post_types": {
+ "post_types": "سروے",
+ "all_types": "تمام اقسام",
+ "unstructured": "غیر ساختہ"
+ },
+ "post_statuses": {
+ "post_statuses": "سٹیٹس",
+ "all_statuses": "کوئی بھی سٹیٹس",
+ "draft": "مسودہ",
+ "published": "شائع شدہ"
+ },
+ "post_stages": {
+ "post_stages": "موجودہ ٹاسک",
+ "all_stages": "تمام کام"
+ },
+ "collections": {
+ "collections": "مجموعے",
+ "all_collections": "تمام مجموعے",
+ "search_collections": "مجموعے تلاش کریں"
+ },
+ "sorting": "Sorting",
+ "sort": {
+ "order": {
+ "filter_type_tag": "ترتیب",
+ "desc": "تازہ ترین پہلے",
+ "asc": "سب سے قدیم پہلے"
+ },
+ "orderby": {
+ "post_date": "پوسٹ کی تاریخ",
+ "created": "تخلیق کی تاریخ",
+ "updated": "تاریخ کو اپ ڈیٹ کیا گیا"
+ },
+ "unlockedOnTop": {
+ "filter_type_tag": "سب سے اوپر غیر مقفل پوسٹس"
+ }
+ },
+ "filter_tabs": {
+ "order": "ترتیب",
+ "order_group": {
+ "orderby": {
+ "post_date": "پوسٹ کی تاریخ",
+ "created": "تخلیق کی تاریخ",
+ "updated": "تاریخ کو اپ ڈیٹ کیا گیا"
+ },
+ "order": {
+ "desc": "تازہ ترین پہلے",
+ "asc": "سب سے قدیم پہلے"
+ },
+ "unlocked_on_top_yes": "جی ہاں",
+ "unlocked_on_top_no": "نہیں"
+ },
+ "orderby": "سے ترتیب کریں",
+ "order_unlocked_on_top": "سب سے اوپر پر غیر مقفل پوسٹس",
+ "savedsearch": "محفوظ کردہ تلاش",
+ "saved_search": "محفوظ کردہ تلاش",
+ "q": "کلیدی لفظ",
+ "created_after": "شروع کرنے کی تاریخ",
+ "created_before": "آخری تاریخ",
+ "date_after": "Start date",
+ "date_before": "آخری تاریخ",
+ "center_point": "Location",
+ "tags": "Category",
+ "form": "Survey",
+ "current_stage": "Current Task",
+ "set": "مجموعہ",
+ "status": "Status",
+ "expires": "Expires",
+ "download": "Download",
+ "location_value": "Within {{km}} km of {{value}}",
+ "visible_to": "Visible to",
+ "user": "User",
+ "has_location": "Post-locations",
+ "all_posts": "Show all posts",
+ "unmapped": "Show unmapped posts",
+ "mapped": "Show posts with a location",
+ "source": "Source"
+ },
+ "unmapped_start_one": "ہے",
+ "unmapped_start_many": "وہاں ہے",
+ "unmapped_one": "{{post_nb}} post",
+ "unmapped_many": "{{post_nb}} posts",
+ "unmapped_end": "یہاں نہیں دکھایا گیا کیونکہ ان میں مقام کی معلومات شامل نہیں ہے",
+ "unmapped_none": "No posts without location information.",
+ "more": "مزید",
+ "keyword": "کلیدی لفظ",
+ "start_date": "شروع کرنے کی تاریخ",
+ "start_date_placeholder": "Jan 25, 2014",
+ "end_date": "End Date",
+ "end_date_placeholder": "April 25, 2014",
+ "location": "Location",
+ "location_placeholder": "Enter city or address",
+ "city_or_address": "City or address",
+ "viewing_mode": "Viewing mode",
+ "within_km": "Within",
+ "km": "Km",
+ "within_km_placeholder": "Distance",
+ "option_1": "within 1 km",
+ "option_2": "within 10 km",
+ "option_3": "within 50 km",
+ "option_4": "within 100 km",
+ "option_5": "within 500 km",
+ "option_6": "within 100 km",
+ "option_7": "within 500 km",
+ "restore_defaults": "Restore Defaults",
+ "apply_filters": "Apply",
+ "save_to_set": "Save to Set",
+ "search": "Search",
+ "date_range": "Date range",
+ "who_its_visible_to": "Who it's visible to",
+ "status": "Status",
+ "source": "Source",
+ "saved_filters": "Saved filters",
+ "saved_filter": "Saved filter",
+ "no_saved_filters": "No saved filters. Saved filter(s) will appear here for you to select once made available.",
+ "save_new_filter": "Save new filter",
+ "clear_all_filters": "Clear all filters",
+ "delete_this_saved_filter": "Are you sure you want to delete this saved filter?"
+ },
+ "graph": {
+ "all_posts": "کچھ نہیں؛ تمام پوسٹس دکھائیں",
+ "all": "تمام وقت",
+ "compare": "موازنہ کریں...",
+ "compare_all": "موازنہ کریں...",
+ "compare_status": "حیثیت کا موازنہ کریں",
+ "compare_tags": "زمروں کا موازنہ کریں",
+ "compare_form": "سروے کا موازنہ کریں",
+ "compare_": "موازنہ کریں",
+ "created": "تخلیق کا وقت",
+ "cumulative": "مجموعی کل دکھائیں۔",
+ "cumulative_post_count": "پوسٹ کی کل تعداد",
+ "custom": "حسب ضرورت تاریخ کی حد",
+ "custom_display": "{{شروع کریں || 'شروع'}} سے {{اختتام || 'ابھی'}}",
+ "group_by_placeholder": "گراف",
+ "new_post_count": "نئی پوسٹس",
+ "none": "None",
+ "no_data": "No activity to show",
+ "post_count": "Post count",
+ "post_date": "Post created date",
+ "select_one": "Select one",
+ "week": "This week",
+ "month": "This month",
+ "updated": "Updated time"
+ },
+ "message": {
+ "button": {
+ "dismiss": "برطرف",
+ "upgrade": "ابھی اپ گریڈ کریں",
+ "default": "ٹھیک ہے",
+ "cancel": "منسوخ کریں۔"
+ }
+ },
+ "modal": {
+ "button": {
+ "close": "بند کریں",
+ "done": "Done"
+ },
+ "donation": {
+ "thank_you_for_your_donation_start": "Web monetization is enabled on this website. Thank you for your donation. You have donated",
+ "thank_you_for_your_donation_end": "so far",
+ "web_monetization_text": "Ushahidi deployments are now web monetization enabled. Web monetization is a way of supporting the websites you love without playing advertisers game. All you need is to get your browser setup. Click the link below to learn how you can donate.",
+ "how_can_i_donate": "How can I donate?"
+ }
+ },
+ "nav": {
+ "open_menu": "Open menu",
+ "my_account": "My account",
+ "404": "افوہ",
+ "about": "کے بارے میں",
+ "activity": "سرگرمی",
+ "add_post": "پوسٹ شامل کریں",
+ "account_settings": "اکاؤنٹ کی ترتیبات",
+ "alerts": "انتباہات",
+ "all": "تمام",
+ "author_tagline": "بذریعہ {{author}}",
+ "appearance": "ظہور",
+ "back": "پیچھے",
+ "category": "قسم",
+ "categories": "اقسام",
+ "clear": "Clear",
+ "collections": "مجموعے",
+ "comments": "Comments",
+ "data_sources": "Data Sources",
+ "data_import": "Data Import",
+ "deployment_not_found": "Deployment Not Found",
+ "deselect": "Deselect",
+ "edit_profile": "Edit Profile",
+ "edit_post_type": "Edit Survey",
+ "everyone": "Everyone",
+ "export": "Export",
+ "forbidden": "Access Denied",
+ "dashboard": "Dashboard",
+ "delete": "Delete",
+ "edit": "Edit",
+ "filters": "Filters",
+ "forgotyourpassword": "Forgot your password?",
+ "resetpassword": "Reset password",
+ "resetmypassword": "Reset my password",
+ "forms": "Forms",
+ "help": "Help",
+ "home": "Home",
+ "login": "Log in",
+ "logout": "Log out",
+ "login_register": "Log in / Sign up",
+ "help_support": "Help & Support",
+ "registration": "Sign up",
+ "register": "Sign up",
+ "map_settings": "Map Settings",
+ "more": "More",
+ "notifications": "Notifications",
+ "receive_notifications": "Receive notifications",
+ "only_author": "Only the author",
+ "only_you": "Only you",
+ "people": "People",
+ "permissions": "اجازتیں",
+ "plan_settings": "Plan",
+ "please_wait_loading": "Please wait. Loading...",
+ "plugins": "Plugins",
+ "posts": "پوسٹس",
+ "posts_and_entities": "Surveys",
+ "profile": "My Profile",
+ "role": "Role:",
+ "roles": "Roles",
+ "webhook": "Webhook",
+ "webhooks": "Webhooks",
+ "saved_searches": "Saved Searches",
+ "search": "Search",
+ "select_all": "Select all",
+ "selected_items": "{{selectedItems}} selected",
+ "settings": "Settings",
+ "survey_settings": "Survey settings",
+ "tags": "Categories",
+ "today": "Today",
+ "general": "General Settings",
+ "type": "Type",
+ "unknown": "Unknown",
+ "unselect_all": "Unselect All",
+ "user": "User",
+ "users": "Users",
+ "views": "Views",
+ "yesterday": "Yesterday",
+ "map": "Map",
+ "data": "Data",
+ "feed": "Data"
+ },
+ "views": {
+ "map": "Map",
+ "list": "ٹائم لائن",
+ "activity": "سرگرمی",
+ "data": "Data"
+ },
+ "share": {
+ "share_deployment": "Share deployment",
+ "share_post": "Share post",
+ "web_address": "You survey's web address",
+ "embed_on_websites": "HTML embed on websites",
+ "copied": "Copied!",
+ "share_on_twitter": "Share on Twitter",
+ "share_on_facebook": "Share on Facebook"
+ },
+ "post": {
+ "post_count": "{{count}} posts",
+ "see_more_plural": "{{newPostsCount}} نئی پوسٹس دیکھیں",
+ "see_more_singular": "{{newPostsCount}} نئی پوسٹ دیکھیں",
+ "add_to_form": "{{form}} میں شامل کریں",
+ "posts": "پوسٹس",
+ "post_title": "پوسٹ کا عنوان",
+ "post_desc": "پوسٹ کی تفصیل",
+ "there_are_no_posts": "کوئی پوسٹس نہیں ہیں",
+ "in_this_deployment": "اس تعیناتی میں، ابھی تک",
+ "posts_total": "{{total_nb}} پوسٹس میں سے {{posts}}",
+ "posts_total_map": "Displaying {{posts}} of {{total_nb}} posts with location information on the map.",
+ "search_results": "Results:",
+ "by": "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": "Task completed",
+ "everyone": "Everyone",
+ "just_you": "Just you",
+ "specific_roles": "مخصوص کردار...",
+ "can_see_this": "can see this",
+ "add_post_type": "Add {{form_name}}",
+ "edit_post_type": "Edit {{form_name}}",
+ "post": "Post",
+ "message": "Message",
+ "message_thread": "Message Thread",
+ "all_posts": "All posts",
+ "no_search_results": "Your search didn't match any posts",
+ "no_search_results_location": "Your search didn't match any posts with location information",
+ "no_posts_yet": "There are no posts yet!",
+ "no_posts_yet_location": "There are no posts with location information yet!",
+ "add_first_post": "Add the first post",
+ "create_post": "Create Post",
+ "create": "Create",
+ "change": "Change",
+ "posted_by": "Posted by",
+ "draft": "Under review",
+ "archived": "Archived",
+ "edited_by": "Edited by",
+ "export": "Export",
+ "select_all": "Select All",
+ "unselect_all": "Unselect All",
+ "per_page": "{{count}} posts",
+ "post_details": "Post Details",
+ "steps": "This post's tasks",
+ "mark_complete": "Mark as Complete",
+ "complete": "Complete",
+ "type_details": "{{type}} Details",
+ "edit_post": "Edit Post",
+ "history": "History",
+ "hide_form": "Hide {{form}}",
+ "hide_unknown_form": "Hide Unknown",
+ "publish": "Publish to...",
+ "publish_for_you": "You",
+ "publish_for_everyone": "Everyone",
+ "published": "Published",
+ "unpublished": "Unpublished",
+ "published_by": "Published by",
+ "can_see_this_post": "can see this post",
+ "categories": "Categories",
+ "status": "Status",
+ "type": "Type",
+ "view": "View",
+ "step": "Task",
+ "update": "Update",
+ "options": "Options",
+ "complete_draft": "Complete (Draft)",
+ "complete_published": "Complete (Published)",
+ "structure": "Structure",
+ "source": "via {{source}}",
+ "visible_to_public": "This post is visible to the public",
+ "visible_to_you": "This post is visible to just you and admins",
+ "visible_to_roles": "This post is visible to {{roles}}",
+ "show_only_form": "Show only {{form}}",
+ "show_only_unknown_form": "Show only Unknown",
+ "delete_post": "Delete post",
+ "delete_this_post": "Delete this post",
+ "delete_post_desc": "If you delete this post, all of its comments will also be deleted. Proceed with caution.",
+ "read_more": "Read more",
+ "post_actions": {
+ "edit": "Edit",
+ "delete": "Delete",
+ "export": "Export",
+ "put_under_review": "Put under review",
+ "archive": "Archive",
+ "publish": "Publish"
+ },
+ "created_at": "Created at",
+ "updated_at": "Last updated at",
+ "author": "Author",
+ "post_date": "Post date",
+ "change_author": "Change author",
+ "status_published": "Published",
+ "status_review": "Under review",
+ "status_archived": "Archived",
+ "unknown_posts": "Unknown posts",
+ "my_posts": "My posts",
+ "unstructured_posts": "Unstructured posts",
+ "published_posts": "Published posts",
+ "all_posts_desc": "All posts",
+ "published_posts_desc": "All published posts",
+ "unstructured_posts_desc": "Unstructured posts",
+ "my_posts_desc": "Your posts",
+ "unknown_posts_desc": "Posts with no assigned survey",
+ "image_is_required": "Image is required",
+ "image_max_size": "Image exceed max file size",
+ "locking": {
+ "unlocked": "Post successfully unlocked",
+ "unlock": "Unlock",
+ "lock_broken_by_other": "Your Post has been unlocked. Your current unsaved changes will be lost.",
+ "locked_message": "The post is locked because {{ user }} is working on it right now. Try editing a different post.",
+ "locked_tooltip": "This post is being edited by someone else. Please try again later."
+
+ },
+ "modify": {
+ "intro": "Select survey:",
+ "no_task_values": "There are currently no saved values for this task.",
+ "create_type": "Create {{type}}",
+ "edit_type": "Edit {{type}}: {{title}}",
+ "add_a_post": "Add a post",
+ "add_to_survey": "Add to this survey",
+ "edit_post": "Edit {{title}}",
+ "change_type": "Change type",
+ "incomplete_step": "To publish a post all required tasks must be marked as complete. The required task {{stage}} has not yet been marked complete",
+ "save_post": "Save Post",
+ "publish": "Publish to...",
+ "publish_to": "Publish to {{role}}",
+ "published_to": "Published to {{role}}",
+ "unpublish": "Revert to Draft",
+ "everyone": "Everyone",
+ "back": "Back",
+ "contact_info": "Enter your contact info (optional)",
+ "author_realname": "Name",
+ "author_email": "Email",
+ "bulk_actions": "Bulk Actions",
+ "form": {
+ "categories": "Categories",
+ "description": "Description",
+ "location": "Location",
+ "title": "Title",
+ "link": {
+ "name": "Link Name",
+ "url": "Link url",
+ "add_link": "Add Link"
+ }
+ }
+ },
+ "preview": {
+ "private": "private",
+ "public": "public",
+ "read_more": " ... Read More",
+ "tags": "Categories",
+ "post_actions": {
+ "post_actions": "Post Actions",
+ "select": "select",
+ "edit": "edit",
+ "set": "set",
+ "publish": "publish",
+ "unpublish": "unpublish",
+ "delete": "delete"
+ }
+ },
+ "messages": {
+ "by_sms": "By SMS",
+ "by_email": "By Email",
+ "by_twitter": "By Twitter",
+ "reply": "Reply to Message thread",
+ "send": "Send New Message",
+ "save": "Save",
+ "simple_send": "Send",
+ "title": "Conversation with author",
+ "associated_messages": "View messages associated with this post",
+ "show_only_incoming": "Show only {{provider}} not assigned to a survey yet",
+ "imported_by": "{{messages}} imported by this deployment",
+ "Twitter": "Twitter",
+ "Email": "Email",
+ "SMS": "SMS",
+ "previous_page": "<< Previous page",
+ "next_page": "Next page >>",
+ "empty_message_error": "You must add a message",
+ "no_messages": "There are no messages yet. Start a conversation with the author by sending a message below."
+ },
+ "valid": {
+ "no_changes": "You haven’t made any changes",
+ "invalid_state": "This post is currently in an invalid state. You'll need to complete all required tasks before you can re-publish this post. You can either complete the necessary tasks or give your post a different status, like \"under review.\"",
+ "validation_fail": "Required fields are missing, these fields are marked with an *.",
+ "validation_fail_other": "There was an error validating the data. Fields failing validation will display an error.",
+ "title": {
+ "required": "A title is required",
+ "minlength": "Title is too short",
+ "maxlength": "Title is too long"
+ },
+ "label": {
+ "required": "A name is required"
+ },
+ "content": {
+ "required": "Description cannot be empty"
+ },
+ "tags": {
+ "required": "Categories are required"
+ },
+ "values": {
+ "required": "\"{{label}}\" is required",
+ "parse": "\"{{label}}\" could not be parsed",
+ "date": "\"{{label}}\" must be a date",
+ "number": "\"{{label}}\" must be a number",
+ "step": "\"{{label}}\" must be an integer"
+ },
+ "author_name": {
+ "maxlength": "Name is too long"
+ },
+ "author_email": {
+ "email": "Invalid email"
+ }
+ },
+ "media": {
+ "enter_a": "Enter a",
+ "youtube": "Youtube",
+ "current_url": "Current image",
+ "add_caption": "Add caption",
+ "upload": "Upload",
+ "add_photo": "Add photo",
+ "add_audio": "Add audio",
+ "add_document": "Add document",
+ "retry" : "Retry",
+ "delete_photo": "Delete photo",
+ "replace_image": "Replace image",
+ "error_in_upload": "Your image is too large (maximum size is 1MB) or has the wrong format (allowed formats are gif, png, jpg and jpeg), please check and try again!",
+ "messages": {
+ "max_size" : "Your file is too large.",
+ "max_files" : "You have exceeded the maximum number of files.",
+ "required" : "Media is required.",
+ "invalid_type" : "Unsupported file type."
+ },
+ "status" : {
+ "uploading" : "Uploading...",
+ "upload_complete" : "Upload Complete!",
+ "upload_failed" : "Upload failed!"
+ }
+ },
+ "video": {
+ "enter_a_url": "Enter a video URL from Youtube or Vimeo."
+ },
+ "unstructured": {
+ "add_survey": {
+ "info": "This post hasn't yet been assigned to a survey within your deployment. That's because it was submitted via {{source}}, which doesn't provide a way for the author to add their post to a specific survey.",
+ "choose": "Which survey would you like to add this post to?",
+ "title": "Add this post to a survey",
+ "save_and_edit": "Add to survey & edit"
+ },
+ "survey_title": "Unknown Survey"
+ },
+ "relation": {
+ "search": "Search"
+ },
+ "location": {
+ "location": "Location",
+ "you_can_search_or_click": "You can search or click the area of map where you want to place the marker.",
+ "search_address": "Search for addresses, place names, or coordinates...",
+ "nothing_found": "Nothing found",
+ "errors": {
+ "empty_lat": "Latitude is empty field",
+ "empty_lng": "Longitude is empty field",
+ "decimal_lat": "Latitude only decimal number",
+ "decimal_lng": "Longitude only decimal number"
+ }
+ }
+ },
+ "role": {
+ "are_you_sure_you_want_to_delete_role": "Are you sure you want to delete role {{roleName}}?",
+ "add_role": "کردار شامل کریں",
+ "edit_role": "کردار میں ترمیم کریں",
+ "name": "نام",
+ "description": "تفصیل",
+ "placeholder": {
+ "name": "Enter role name",
+ "description": "Enter role description"
+ },
+ "save": "کردار کو محفوظ کریں",
+ "save_add_another": "محفوظ کریں اور دوسرا شامل کریں",
+ "permissions": "اجازتیں",
+ "delete": "حذف کریں",
+ "delete_role": "اس کردار کو حذف کریں",
+ "delete_role_desc": "اگر آپ اس کردار کو حذف کرتے ہیں، تو اس کے لیے تفویض کردہ تمام صارفین کو پہلے سے طے شدہ اجازتیں تفویض کر دی جائیں گی۔ احتیاط سے آگے بڑھو.",
+ "everyone": "Everyone",
+ "just_you": "Just you",
+ "only_me": "Only me"
+ },
+ "webhook": {
+ "add_webhook": "Add Role",
+ "edit_webhook": "Edit Role",
+ "uuid": "ویب ہک UUID",
+ "name": "نام",
+ "shared_secret": "مشترکہ راز",
+ "url": "API URL",
+ "entity_type": "ساخت کی قسم",
+ "event_type": "Event Type",
+ "save": "کردار کو محفوظ کریں",
+ "save_add_another": "Save & Add Another",
+ "delete": "Delete",
+ "delete_webhook": "Delete this webhook",
+ "delete_webhook_desc": "If you delete this webhook, all associated webhook events will be lost. Proceed with caution."
+ },
+ "saved_search": {
+ "visible_to_public": "یہ محفوظ شدہ تلاش عوام کے لیے مرئی ہے",
+ "visible_to_you": "یہ محفوظ شدہ تلاش صرف آپ اور منتظمین کو نظر آتی ہے",
+ "visible_to_roles": "یہ محفوظ کردہ تلاش {{roles}} کو نظر آتی ہے",
+ "featured": "نمایاں",
+ "featured_tooltip": "نمایاں تلاشیں
\"محفوظ شدہ تلاش\" مردوں میں تمام صارفین کو دکھائی دیتی ہیں۔"
+ },
+ "collection": {
+ "visible_to_public": "یہ مجموعہ عوام کے لیے مرئی ہے",
+ "visible_to_you": "This Collection is visible to just you and admins",
+ "visible_to_roles": "یہ مجموعہ {{roles}} کو نظر آتا ہے",
+ "validation": {
+ "required": {
+ "name": "Collection name is required"
+ }
+ },
+ "errors": {
+ "permissions": "You do not have permission to view this collection"
+ }
+ },
+ "set": {
+ "by": "کی طرف سے",
+ "clear_search": "تلاش صاف کریں",
+ "create_collection": "مجموعہ بنائیں",
+ "create_new": "نیا بنائیں",
+ "create_savedsearch": "Create Saved Search",
+ "description": "Description",
+ "delete_collection": "Delete this collection",
+ "delete_savedsearch": "Delete this Saved Search",
+ "default_viewing_mode": "Default viewing mode",
+ "edit_collection_settings": "Edit Collection",
+ "edit_search_settings": "Edit Saved Search",
+ "featured": "نمایاں",
+ "featured_collection": "This collection is featured",
+ "featured_collection_tooltip": "Featured Collections appear to all users in
the \"Collections\" menu",
+ "find_a_collection": "Find a collection...",
+ "find_a_saved_search": "Find a saved search...",
+ "delete_saved_searches": "Delete Saved Searches",
+ "add_to_collection": "Add to Collection",
+ "empty_list_collections": "No collections",
+ "empty_list_savedsearches": "No saved searches",
+ "collection_name": "Collection name",
+ "name_your_collection": "Name your collection...",
+ "name_savedsearch": "Saved Search name",
+ "visible_to_collection": "Who can see this Collection",
+ "visible_to_savedsearch": "Who can see this Saved Search",
+ "reset_savedsearch": "Reset Search",
+ "save_set": "Save Collection",
+ "save_savedsearch": "Save Search",
+ "update_savedsearch": "Update Search",
+ "edit_savedsearch": "Edit Search",
+ "set_settings": "Collection Settings",
+ "add_notification": "Add Notification",
+ "remove": "remove",
+ "update_saved_filter": "Update Saved Filter",
+ "create_saved_filter": "Create Saved Filter",
+ "collection_saved": "Collection saved.",
+ "collection_updated": "Collection updated.",
+ "collection_description": "You can add posts to your collection from the Data view"
+ },
+ "category": {
+ "add_tag": "زمرہ شامل کریں",
+ "save_add_another": "محفوظ کریں اور دوسرا شامل کریں",
+ "delete_category": "قسم حذف کریں",
+ "delete_this_category": "Delete this category",
+ "delete_category_desc": "If you delete this category, it will no longer be associated with any posts. Proceed with caution.",
+ "show_categories": "Show available categories",
+ "child_permissions": "Permissions for this category are managed by the parent category.",
+ "which_categories": "Which categories should be available?",
+ "select_all": "Select All",
+ "choose_roles": "کرداروں کا انتخاب کریں",
+ "create_tag": "Create Category",
+ "saved_tag": "Category saved.",
+ "deleted_tags": "Categories deleted.",
+ "manage_tags": "Manage Categories",
+ "edit_tag": "Edit Category",
+ "validation": {
+ "required": {
+ "name": "Category name is required"
+ }
+ },
+ "editor": {
+ "name": "Category Name",
+ "slug": "Category Link",
+ "slug_help": "If left blank, will be automatically generated from category name.",
+ "description": "Description",
+ "type": "Type",
+ "color": "Icon Color",
+ "icon": "Icon Name",
+ "roles_help": "صرف منتخب کردار ہی اس زمرے کو دیکھ سکیں گے۔"
+ },
+ "placeholder": {
+ "name": "Enter name",
+ "descriptions": "Enter description...",
+ "choose_parent_category": "Choose parent category..."
+ },
+ "types": {
+ "category": "Category",
+ "status": "Status"
+ },
+ "delete": "Delete",
+ "parent_category": "Parent category"
+ },
+ "tool": {
+ "manage_forms": "فارمز کا نظم کریں۔",
+ "manage_tags": "اقسام کا نظم کریں",
+ "manage_users": "صارفین کا نظم کریں",
+ "manage_roles": "کرداروں کا نظم کریں",
+ "manage_webhooks": "Manage Webhooks",
+ "manage_views": "Manage Views",
+ "manage_map_settings": "Manage Map Settings",
+ "manage_appearance_settings": "Manage Appearance Settings",
+ "manage_plugins": "Manage Plugins",
+ "appearance_settings": "Appearance Settings",
+ "map_settings": "Map Settings",
+ "site_settings": "Site Settings",
+ "settings": "Settings",
+ "tools": "Tools"
+ },
+ "map_settings": {
+ "admin_map_settings": "نقشہ کی ترتیبات",
+ "saved_map_settings": "Map Settings saved."
+ },
+ "settings": {
+ "api_key": "API Key",
+ "api_key_desc": "The API Key is unique to your deployment, it can be used to allow third party systems to interact with your Ushahidi deployment.",
+ "appearance": "Appearance Settings",
+ "continue": "Continue",
+ "create": "Create a new survey",
+ "create_open_or_targeted": "Create an open or targeted survey to gather information about Ushahidi.",
+ "current_header": "Current background image",
+ "customize_your_new_deployment": "Customize your new deployment",
+ "embed": "Embed",
+ "embed_info": "To embed your map on another site use the code snippet below.",
+ "settings_list": {
+ "general": "General",
+ "general_desc": "Change your deployment's name, description, logo, and other details.",
+ "surveys": "Surveys",
+ "surveys_desc": "Create and configure the surveys your deployment collects.",
+ "data_sources": "Data Sources",
+ "data_sources_desc": "Configure email, SMS, and social media channels that help your deployment collect survey data.",
+ "import": "Import",
+ "import_desc": "Upload survey data to your deployment from a CSV file.",
+ "user_settings": "Configure HDX API",
+ "user_settings_desc": "Configure your API so that your tagged Ushahidi data can be uploaded to your Humanitarian Data Exchange (HDX) account.",
+ "export": "Export data",
+ "export_hxl": "Export and tag data",
+ "export_desc_hxl": "Export your data as a CSV file or assign tags and attributes to your data and upload directly to a Humanitarian Data Exchange (HDX) account or export as a tagged CSV file.",
+ "export_desc": "Export all of your data as a CSV file or choose custom fields to export",
+ "users": "Users",
+ "users_desc": "Create and manage the people that contribute to your deployment.",
+ "roles": "Roles",
+ "roles_desc": "Create and manage the type of permissions your users have on your deployment.",
+ "categories": "Categories",
+ "categories_desc": "Create and manage the categories people can put posts into for improved organization.",
+ "webhooks": "Webhooks",
+ "webhooks_desc": "Create webhooks that send Ushahidi Platform data to external applications when specific events are triggered.",
+ "plans": "Plans",
+ "plan_desc": "Your deployment's current plan is {{current_plan}}.",
+ "donation": "Donation",
+ "donation_desc": "Create and manage the donations people can make towards your organisation."
+ },
+ "general_settings": {
+ "generate_api_key": "Generate API Key",
+ "private_settings": "Private settings:",
+ "api_key": "API Key",
+ "placeholder": {
+ "pick_location": "Pick Location..."
+ }
+ },
+ "user_settings": {
+ "user_settings_desc_1": "Here you can add your unique API key for your Humanitarian Data Exchange (HDX) account.",
+ "user_settings_desc_2": "Once set up, this will enable you to upload data directly to a Humanitarian Data Exchange (HDX) account.",
+ "user_settings_desc_3": "You can find your API key on your Humanitarian Data Exchange (HDX) profile once you're logged in.",
+ "view_guide": "View the guide to your API key",
+ "hdx_maintainer_id": "HDX Maintainer Id",
+ "api_key": "Api key",
+ "profile_page": "Found on your Humanitarian Data Exchange (HDX) profile page",
+ "valid_key": "A valid key is required",
+ "valid_user": "A valid maintainer id is required",
+ "api_key_saved": "API key saved! You can now tag your data and upload to a Humanitarian Data Exchange (HDX) account.",
+ "start_tagging": "Start tagging data",
+ "HDX": "Humanitarian Data Exchange",
+ "please_enter_maintainer_id": "Please enter maintainer id",
+ "please_enter_api_key": "Please enter API key",
+ "hdx_maintainer_id_min_length": "HDX Maintainer Id is too short",
+ "api_key_min_length": "API key is too short"
+ },
+ "webhooks": {
+ "use_webhook_for": "Use webhook for",
+ "enable_source_destination": "Enable Source and Destination Fields",
+ "enable_source_destination_desc": "This webhook will only be applied to Surveys of the selected type.",
+ "destination": "Destination",
+ "placeholder": {
+ "name": "Please enter webhook name",
+ "shared_secret": "Please enter shared secret",
+ "api_url": "Please enter api url"
+ },
+ "validation": {
+ "required": {
+ "name": "Webhook name is required",
+ "shared_secret": "Shared secret key is required",
+ "api_url": "API URL required",
+ "event_type": "Event type is required",
+ "event_entity": "Event entity is required"
+ },
+ "please_provide_valid_api_url": "Please provide valid API URL with http(s)://",
+ "secret_key_cannot_be_less_start": "Shared secret key can not less than",
+ "secret_key_cannot_be_less_end": "characters"
+ }
+ },
+ "data_sources": {
+ "choose_data_source": "Choose Data Source...",
+ "type_of_data_source": "Type of Data Source",
+ "provider_name": "{{providerName}} Data Source?",
+ "do_you_really_want_to_disconnect": "Do you really want to disconnect your provider?",
+ "add_source": "Add source",
+ "associate_with_form": "Import to survey",
+ "associate_with_form_desc": "All incoming data from {{provider}} will be used to create responses to the survey you choose",
+ "data_sources": "Data Sources",
+ "enable_provider_message": "Accept survey submissions from this source",
+ "hint_turn_on_off": "You can configure options for data sources, and then turn sources on and off.",
+ "hint_plugin_needs_configuring": "You need to configure this data source before you can enable it.",
+ "provider_options": "Options",
+ "configure": "Configure",
+ "options": "Options",
+ "saving_changes": "Saving",
+ "unavailable": "The datasource {{value}} is unavailable. Upgrade your plan to get it!",
+ "email": {
+ "incoming_server_type": "Incoming Server Type",
+ "incoming_server_type_pop": "POP",
+ "incoming_server_type_imap": "IMAP",
+ "incoming_server": "Incoming Server",
+ "incoming_server_desc": "Examples: mail.yourwebsite.com, imap.gmail.com, pop.gmail.com",
+ "incoming_server_port": "Incoming Server Port",
+ "incoming_server_port_desc": "Common ports: 110 (POP3), 143 (IMAP), 995 (POP3 with SSL), 993 (IMAP with SSL)",
+ "incoming_server_security": "Incoming Server Security",
+ "server_security_none": "None",
+ "server_security_SSL": "SSL",
+ "server_security_TLS": "TLS",
+ "incoming_username": "Incoming Username",
+ "username_desc": "Email account username",
+ "incoming_password": "Incoming Password",
+ "password_desc": "Email account password",
+ "outgoing_server_type": "Outgoing Server Type",
+ "outgoing_server_type_SMTP": "SMTP",
+ "outgoing_server_type_sendmail": "sendmail",
+ "outgoing_server_type_native": "Native",
+ "outgoing_server": "Outgoing Server",
+ "outgoing_server_desc": "Examples: smtp.yourhost.com, smtp.gmail.com",
+ "outgoing_server_port": "Outgoing Server Port",
+ "outgoing_server_port_desc": "Common ports: 25 (SMTP default), 465 (SMTP with SSL)",
+ "outgoing_server_security": "Outgoing Server Security",
+ "outgoing_username": "Outgoing Username",
+ "outgoing_password": "Outgoing Password",
+ "email_address": "Email Address",
+ "email_sender_name": "Email Sender Name",
+ "email_sender_name_desc": "Appears in the 'from:' field on outgoing emails"
+ },
+ "sms": {
+ "secret": "Secret",
+ "api_key_desc": "The API key",
+ "frontline_sms": {
+ "api_key": "Key",
+ "secret_desc": "Set a secret so that only authorized FrontlineCloud accounts can send/recieve message. You need to configure the same secret in the FrontlineCloud Activity."
+ },
+ "nexmo": {
+ "from": "From",
+ "from_desc": "The from number",
+ "secret_desc": "The secret value",
+ "api_key": "API Key",
+ "api_secret": "API secret",
+ "api_secret_desc": "The API secret"
+ },
+ "smssync": {
+ "intro_step_1": "Step 1: Download the 'SMSSync' app from the Android Market.",
+ "intro_step_1_desc": "Scan this QR Code with your phone to download the app from the Android Market",
+ "intro_step_2": "Step 2: Android App Settings",
+ "intro_step_2_desc": "Turn on SMSSync and use the following link as the Sync URL:",
+ "secret_desc": "Set a secret so that only authorized SMSSync devices can send/recieve message. You need to configure the same secret in the SMSSync App."
+ },
+ "twilio": {
+ "phone_nb": "Phone Number",
+ "phone_nb_desc": "The from phone number. A Twilio phone number enabled for the type of message you wish to send.",
+ "account_sid": "Account SID",
+ "account_sid_desc": "The unique id of the Account that sent this message.",
+ "auth_token": "Auth Token",
+ "sms_auto_response": "SMS Auto response"
+ }
+ },
+ "twitter": {
+ "intro_step_1": "Step 1: Create a new Twitter application:
Twitter applications may take a few hours or days to be approved by Twitter.
Please be aware of this if you need this data quickly.",
+ "intro_step_1_desc": "Create a new twitter application",
+ "intro_step_2": "Step 2: Generate a consumer key and secret",
+ "intro_step_2_desc": "Once you've created the application click on \"Keys and Access Tokens\".
Then click \"Generate Consumer Key and Secret\".
Copy keys, tokens and secrets into the fields below.",
+ "consumer_key": "Consumer Key",
+ "consumer_key_desc": "Add the consumer key from your Twitter app.",
+ "consumer_secret": "Consumer Secret",
+ "consumer_secret_desc": "Add the consumer secret from your Twitter app.",
+ "access_token": "Access Token",
+ "access_token_desc": "Add the access token you generated for your Twitter app.",
+ "access_token_secret": "Access Token Secret",
+ "access_token_secret_desc": "Add the access secret that you generated for your Twitter app.",
+ "search_terms": "Twitter search terms",
+ "search_terms_desc": "Add search terms separated with commas"
+ }
+ },
+ "donation": {
+ "title": {
+ "label": "Donation title",
+ "placeholder": "Enter the title of your donation",
+ "required": "Donation title is required"
+ },
+ "description": {
+ "label": "Describe your donation",
+ "placeholder": "Enter text telling more about this donation"
+ },
+ "images": {
+ "label": "Donation images"
+ },
+ "wallet": {
+ "label": "Wallet address",
+ "placeholder": "Enter a wallet address e.g $ilp.uphold.com/example",
+ "required": "Donation wallet address is required"
+ },
+ "info": {
+ "start_one": "Please make sure you have your wallet set up on",
+ "start_two": "to set web monetization.",
+ "start_three": "If you don't have a wallet already please click",
+ "here": "here",
+ "end": "to create one."
+ }
+ },
+ "roles": {
+ "member": "Member",
+ "admin": "Admin",
+ "manage_users": "Manage Users",
+ "manage_posts": "Manage Posts",
+ "manage_settings": "Mangage Settings",
+ "bulk_data_import_and_export": "Bulk Data Import and Export",
+ "edit_their_own_posts": "Edit Their Own Posts",
+ "manage_collections_and_saved_searches": "Manage Collections and Saved Searches",
+ "delete_posts": "Delete Posts",
+ "delete_their_own_posts": "Delete Their Own Posts",
+ "registred_member": "Registered member",
+ "administrator": "Administrator",
+ "roles_description": "These options control what this type of role can make changes to. Visit our support guides to find out more."
+ },
+ "deployment_delete_this": "Delete this deployment",
+ "deployment_delete": "Delete deployment",
+ "deployment_delete_info": "If you delete this deployment, all of its data will also be deleted. Proceed with caution.",
+ "deployment_name": "Deployment name",
+ "deployment_logo": "Deployment logo",
+ "delete_logo": "Delete logo",
+ "map_default_baselayer": "Default base layer",
+ "map_location_precision": "Map Precision Level",
+ "map_precise_to": "When hide location is enabled for a survey, locations will be precise to:",
+ "map_clustering": "Combine nearby posts",
+ "map_default_latitude": "Default latitude",
+ "map_default_longitude": "Default longitude",
+ "map_default_zoom_level": "Default zoom level",
+ "map_default_location": "Default location",
+ "new_survey": "New Survey",
+ "send_targeted": "Send a targeted survey via SMS",
+ "send_crowdsourced": "Go back to crowd-sourced survey",
+ "site": "Site Settings",
+ "site_email": "Contact email address",
+ "site_email_note": "Use caution, as this will be visible to anyone on your site.",
+ "site_description": "Describe your site",
+ "site_description_placeholder": "An optional one sentence description",
+ "site_timezone": "Site timezone",
+ "site_language": "Site language",
+ "site_private": "Make this deployment private",
+ "site_private_desc": "Enabling this option makes your deployment and it’s data only accessible to registered users with the correct privileges, who must sign in for access",
+ "site_disable_registration": "Disable user sign up?",
+ "site_disable_registration_desc": "Checking this disables the registration feature. Admins will have to manually add users.",
+ "select_image": "Select image",
+ "saved_settings": "Deployment settings saved!",
+ "saved_map_settings": "Map settings saved!",
+ "features": {
+ "features": "Features",
+ "please_select_features": "Please select the features you would like to enable."
+ },
+ "generic_field_error": "Invalid entry, please try again.",
+ "skip": "Skip this task",
+ "add_first_post": "Add Your First Post",
+ "add_first_post_subtitle": "A deployment is nothing until it has some content in it.",
+ "invite_people": "Or invite people to help you create posts.",
+ "add_new_users": "Add New Users",
+ "valid": {
+ "name": {
+ "required": "Site name is required",
+ "pattern": "Invalid format",
+ "minlength": "Site name is too short"
+ }
+ },
+ "bulk_actions": "Bulk actions"
+ },
+ "data_import": {
+ "survey_field": "Survey field",
+ "csv_column": "CSV column",
+ "choose_which_column": "Choose which CSV column should be assigned to each survey field",
+ "each_survey_field": "Each of the survey's fields are listed below. Choose the column from your CSV file that you'd like to use to populate each of those fields.",
+ "status_explanation": "Ushahidi recognizes one of three post statuses: Published, Under review, and Archived. So be sure that each entry in the column you select has one of those three values.",
+ "defined_column": "Defined by a column in your CSV file...",
+ "imported_posts_status": "Imported posts should have their status...",
+ "marked_as": "Marked as...",
+ "see_imported_posts": "See imported posts",
+ "import_another_csv": "Import another CSV file",
+ "import_complete": "Your import is complete",
+ "import_error": "An error has occurred importing your CSV file.",
+ "complete_info": "The data from your CSV spreadsheet, {{filename}}, was successfully imported.",
+ "get_polling_info": "Get Polling Info",
+ "import_another": "Import another CSV file",
+ "nearly_complete": "Your import is nearly complete",
+ "finish_info": "The data from your CSV spreadsheet is still being processed. You're welcome to leave this page or wait until the process is complete. Either way, we'll notify you when your data is ready.",
+ "next": "Next",
+ "configure_imported_posts": "Configure imported posts",
+ "configure_explanation": "Through this interface you can set values for the survey fields that were not mapped to entries in the CSV. These values will be the same for all imported posts.",
+ "import": "Import",
+ "import_explanation_csv": "Import the data from a CSV spreadsheet into your deployment as posts belonging to a specific survey",
+ "import_explanation_file_size": "The size for a single file is limited to 10 MB",
+ "import_explanation_format_location_1": "Geographic locations should be included as separate latitude and longitude columns in your CSV",
+ "import_explanation_required_fields": "All required survey fields must have an associated value set in the CSV. For example, if the field title is required then the field must be mapped to a CSV column where all rows of that column have a value set",
+ "configure_posts": "Configure Posts",
+ "configure_all_imported_posts": "Configure all imported posts",
+ "csv": "CSV",
+ "file_csv": "CSV file",
+ "import_csv": "Import CSV",
+ "import_to": "Import to",
+ "change_csv_file": "Change {{selectedfile}} CSV file",
+ "upload_csv_file": "Upload CSV file",
+ "choose_status_to_imported_posts": "Choose status to imported posts:",
+ "has_tasks_required_start": "Your survey",
+ "has_tasks_required_end": ", includes tasks that typically must be completed for each post before they can be marked 'published.' During this import, all of your imported posts will have their tasks marked as 'incomplete', while still allowing their status to be marked as 'published.' If you edit any of these posts after they've been imported, however, you'll be asked to complete those tasks before re-publishing them.",
+ "choose_csv_file": "Choose CSV file",
+ "organize_data": "Organize data",
+ "organize_your_imported_data": "Assign CSV columns to post fields",
+ "assign_csv_message": "Assign CSV columns to post fields",
+ "csv_instructions": "Each of the column names from your CSV file are listed below. Choose the {{form_name}} field that you'd like each column to be imported to.",
+ "csv_instructions_required_fields": "Fields marked with a [*] are required and must be assigned a value.",
+ "csv_column_name": "CSV column name",
+ "post_type_title": "{{form_name}} field name",
+ "leave_empty": "Leave empty",
+ "cancel_import": "Cancel import",
+ "finish_import": "Finish import",
+ "which_survey": "which survey?"
+ },
+ "data_export": {
+ "title": "Export data",
+ "title_hxl": "Export and tag data",
+ "description": "Export all of your data as a CSV or choose specific survey fields you want to export.",
+ "description_hxl": "Export all of your data from Ushahidi as a CSV, choose specific survey fields you want to export as a CSV or assign",
+ "export": "Export",
+ "export_history": "Export History",
+ "hxl_tags": "HXL tags",
+ "hxl_attributes": "HXL attributes",
+ "and_choose": "and choose to upload to an",
+ "HDX": "Humanitarian Data Exchange",
+ "account": "account or download as a HXL 'tagged' CSV file.",
+ "all": "Export all data",
+ "select_fields": "Select fields",
+ "select_fields_title": "Select fields for export...",
+ "select_fields_desc": "If you don't want to export all of your data at once, you can select specific fields from each survey for export.",
+ "export_selected": "Export selected fields",
+ "cancel": "Cancel",
+ "export_progress": "Export in progress...
You can leave this page if you want. Your export will continue.
We will let you know when we're done.
",
+ "no_fields": "Uh oh... you need to select some fields to export first.",
+ "expires": "Expires: {{expires}}",
+ "job": "CSV Export {{jobId}}",
+ "created": "Created: {{created}}",
+ "success": "Status: Finished",
+ "pending": "Status: Pending",
+ "failed": "Status: Failed",
+ "queued": "Status: In Progress",
+ "pending_hdx": "Pending HDX",
+ "exported_to_cdn": "Exported to CDN",
+ "tags_attributes": "Assign tags and attributes",
+ "hxl_apikey_alert_1": "It looks like you haven't set up your Humanitarian Data Exchange (HDX) API. Without this set up, you can't tag data and upload to a Humanitarian Data Exchange (HDX) account.",
+ "hxl_configure": "Configure HDX API",
+ "hxl_apikey_alert_2": "We strongly advide you set this up now in",
+ "hxl_apikey_alert_3": "before continuing as you won't be able to upload your data to HDX",
+ "hxl_title": "Assign your HXL tags and attributes, select fields and export or upload",
+ "hxl_desc": "Select specific fields from a survey, assign a tag per field and then choose to assign multiple attributes. Preview your tag and attributes in tag preview.",
+ "hxl_instructions_1": "You can then choose to export your tagged fields to a CSV file or upload to a",
+ "hxl_instructions_2": "Humanitarian Data Exchange (HDX)",
+ "hxl_instructions_3": "account that has been set up in",
+ "hxl_instructions_4": "Configure HDX API",
+ "hxl_instructions_5": "(found in settings menu).",
+ "hxl_instructions_6": "Visit the",
+ "hxl_instructions_7": "HXL tag assist",
+ "hxl_instructions_8": "for more information on how to choose the best HXL tags and attributes for your data or the",
+ "hxl_instructions_9": "HXL 'cheat sheet'",
+ "HXL_tags": "HXL tags",
+ "HXL_attributes": "HXL attributes",
+ "tag_preview": "Tag preview",
+ "upload_title": "Are you ready to upload to an Humanitarian Data Exchange (HDX) account?",
+ "hdx_csv_title": "Are you ready to export to CSV?",
+ "upload_desc": "You selected {{fields}} fields to upload to a Humanitarian Data Exchange (HDX) account.
You assigned tags and attributes - to check, you can go back. If you are done, you can add details and upload.
The Humanitarian Data Exchange (HDX) requires a few more details in order to upload to their system. You'll add these next",
+ "hdx_csv_desc": "You selected {{fields}} fields to export to CSV.
You assigned tags and attributes - to check these are correct, you can go back and check. If you're done, you can export.",
+ "upload_button": "Add dataset details and upload to hdx",
+ "export_button": "Export to csv",
+ "go_back": "Go back and check",
+ "add_details": "Add details",
+ "details_desc": "To upload to the Humanitarian Data Exchange (HDX) some extra details are required.",
+ "privacy_title": "Privacy Settings",
+ "privacy_desc": "You have a choice of sharing your dataset publicly or restricting access to other members of the organisation which owns the dataset.",
+ "this_dataset": "This data set is:",
+ "private_desc": "Private (Only you and other HDX members of your organisation can search, view/edit or download this dataset)",
+ "public_desc": "Public (Anyone can search, view/edit or download this dataset)",
+ "dataset": "Dataset Title & Description",
+ "dataset_desc": "When users search for data on HDX, their search terms will be matched to terms in your title. Avoid using abbreviations in the title which may not be familiar to all users. Also, avoid using words such as current, latest or previous when referring to the time period (e.g Latest 3W) as these terms become misleading as the dataset ages.",
+ "dataset_example": "Example dataset title: Who is Doing What Where in Afghanistan, Jan-Dec 2015",
+ "dataset_title": "Title of data set",
+ "metadata_title": "Metadata",
+ "metadata_desc": "Metadata is additional information about your dataset that will make it easier for others to understand and put your data into context. Datasets on HDX must include a set of metadata fields.",
+ "source": "Source",
+ "organisation": "Organisation",
+ "select_organisation": "Select an organisation",
+ "license": "License",
+ "add_license": "Add license",
+ "read_more_licenses": "Read more about licenses",
+ "submit_hdx": "Submit to HDX Account",
+ "uploading_data": "Uploading data...",
+ "uploading_data_desc": "The data upload to your Humanitarian Data Exchange (HDX) account is in progress...
You can navigate away from this page while this upload happens but please don't close the browser.",
+ "uploading_data_err": "Uh oh... Something went wrong when uploading your data, please check the required fields and your api-key and try again.",
+ "no_fields_selected": "You haven't selected any fields or assigned any hxl tags or attributes. Please select at least one field and assign at least one tag to be able to export to CSV or upload to a Humanitarian Data Exchange (HDX) account.",
+ "validation": {
+ "title": "A title is needed",
+ "source": "Source is needed",
+ "organisation": "An organisation is needed",
+ "license": "A license is needed",
+ "all_fields": "Please fill in all required fields"
+ }
+ },
+ "user": {
+ "are_you_sure_you_want_to_delete_this_account": "Are you sure you want to delete this account?",
+ "role_display": "کردار: {{role}}",
+ "contact": "{{type}}: {{contact}}",
+ "add_user": "Add User",
+ "edit_user": "Edit User",
+ "update_password": "Update Password",
+ "change_role": "کردار تبدیل کریں",
+ "save": "Save User",
+ "save_add_another": "Save & Add Another",
+ "show_all_roles": "تمام کردار دکھائیں",
+ "cannot_delete_yourself": "You cannot delete your own user",
+ "cannot_change_your_own_role": "آپ اپنا کردار خود نہیں بدل سکتے",
+ "confirm_password": "Confirm Password",
+ "delete_user": "Delete user",
+ "delete_this_user": "Delete this user",
+ "delete_user_desc": "If you delete this user, posts created by this user will no longer have author information. This cannot be undone. Proceed with caution.",
+ "edit_profile": "Edit Profile",
+ "save_profile": "Save Profile",
+ "cancel": "Cancel",
+ "failed_attempts": "Failed attempts:",
+ "full_name": "Display Name",
+ "never": "Never",
+ "no_full_name": "No display name",
+ "number_of_users_shown": "Number of users shown",
+ "per_page": "{{count}} users",
+ "password": "Password",
+ "new_password": "New Password",
+ "register": "Register",
+ "role": "Role:",
+ "roles": "Roles",
+ "saved_user": "User saved",
+ "deleted_user": "User deleted",
+ "search_and_filter": "Search & Filter Users",
+ "passwordreset_instructions": "Enter your email to request a password reset",
+ "passwordreset_confirm_instructions": "If your email exists in our database, you will receive a password recovery email soon.",
+ "forgot_instructions": "No worries! Submit your email and check your inbox for a reset link.",
+ "token": "Password reset token",
+ "password_hint": "Password should have at least 8 characters, one lowercase letter, one uppercase letter, one number and one symbol",
+ "password_length": "Password must be at least 8 characters long",
+ "password_match": "Passwords do not match",
+ "check_email": "Check your email",
+ "name_will_be_a_display_name": "The name you enter will be a display name.",
+ "valid": {
+ "fields": {
+ "email must be unique": "User with this email already exists"
+ },
+ "name": {
+ "required": "Display name is required",
+ "maxlength": "Display name is too long"
+ },
+ "email": {
+ "required": "Email address is required",
+ "pattern": "This email address is invalid",
+ "maxlength": "This email address is too long",
+ "emailExists": "Email is already in use"
+ },
+ "password": {
+ "required": "Password is required",
+ "minlength": "This password is too short",
+ "maxlength": "This password is too long",
+ "weak": "This password is very weak"
+ },
+ "token": {
+ "required": "Token is required"
+ }
+ },
+ "placeholder": {
+ "realname": "Enter your name...",
+ "email": "Enter email address...",
+ "password": "Enter password..."
+ },
+ "password_notify": "If you leave the field blank your password will not change",
+ "avatar": "Avatar",
+ "name": "Name",
+ "email": "Email Address",
+ "search_by_name": "Search by name"
+ },
+ "user_profile": {
+ "title": "account settings",
+ "update_password": "Update password",
+ "update_success": "Your profile was updated successfully. You may need to sign out and back in before all your changes are reflected.",
+ "button": {
+ "save": "Save & close",
+ "cancel": "Cancel"
+ },
+ "nav": {
+ "account_settings": "Account settings",
+ "notifications_settings": "Notifications settings",
+ "delete_contact": {
+ "title": "Delete your",
+ "title_subject": {
+ "email": "Email",
+ "phone": "Phone"
+ },
+ "instructions": "Deleting means that from now you will not be able to receive notifications on your phone number. But you can switch notifications to a contact method below.",
+ "button": {
+ "delete": "Delete",
+ "cancel": "Cancel"
+ }
+ }
+ }
+ },
+ "user_create": {
+ "full_name": "Display Name",
+ "email": "Email Address",
+ "role": "کردار"
+ },
+ "notify": {
+ "api_key": {
+ "change_question": "Are you sure you want to change the API Key?"
+ },
+ "contact": {
+ "save_success": "Contact saved",
+ "delete_confirm": "Do you want to remove your account?",
+ "error_message": "An error occurred while trying to remove your account",
+ "destroy_success": "Account removed successfully"
+ },
+ "default": {
+ "data_has_not_been_saved": "The data has not been saved!",
+ "proceed_warning": "This action cannot be undone. Please proceed with caution.",
+ "save_success": "Saved resource",
+ "save_error": "Unable to save resource, please try again",
+ "destroy_confirm": "Are you sure you want to delete this resource?",
+ "destroy_success": "Deleted resource",
+ "destroy_error": "Unable to delete resource, please try again",
+ "destroy_cancelled": "Delete cancelled",
+ "bulk_destroy_confirm": "Are you sure you want to delete {{count}} resources?",
+ "bulk_destroy_success": "Deleted resource",
+ "bulk_destroy_error": "Unable to delete resource, please try again",
+ "bulk_destroy_cancelled": "Delete cancelled",
+ "are_you_sure_you_want_to_delete_this": "Are you sure you want to delete this?"
+ },
+ "data_import": {
+ "see_imported_posts": "See imported posts",
+ "file_missing": "Please choose a CSV file to upload.",
+ "form_missing": "Please select a Survey.",
+ "csv_upload": "File {{name}} successfully uploaded",
+ "csv_import_processed_errors": "Your CSV import is complete. {{processed}} records imported, {{errors}} records failed.",
+ "csv_import_success_info": "The data from your CSV spreadsheet, {{filename}}, was successfully imported into your {{form_name}} survey.",
+ "duplicate_fields": "Columns must be mapped to unique survey fields. The following columns have more than 1 mapping: {{duplicates}}",
+ "required_fields": "Required fields must be set to a value. The following fields have not been set: {{required}}",
+ "empty_mapping": "The CSV file you uploaded is empty. Please check your CSV file and try again",
+ "empty_mapping_empty": "The CSV file does not contain column names. Please check your CSV file and try again",
+ "no_mappings": "No fields have been assigned mappings - at least one field must be mapped to continue",
+ "csv_import_cancel": "CSV import cancelled",
+ "csv_import_cancel_confirm": "Are you sure you want to cancel importing?",
+ "csv_import_error": "Some of the data in your CSV file does not match the format of the mapped survey field. Please review the data and try again.",
+ "csv_import_success": "The data from your CSV file was successfully imported!"
+ },
+ "general_settings": {
+ "save_success": "General settings saved"
+ },
+ "donation_settings": {
+ "save_success": "Donation settings saved",
+ "delete_question": "Are you sure you want to delete this {{name}}."
+ },
+ "map_settings": {
+ "save_success": "Map settings saved"
+ },
+ "generic": {
+ "okay": "Ok",
+ "alerts": "Alerts",
+ "confirm": "Confirmation",
+ "save": "Save"
+ },
+ "login": {
+ "failed": "Login failed, check your email and password."
+ },
+ "register": {
+ "failed": "There were errors during registration. Check your input and try again.",
+ "success": "Registration complete! You can now log in.."
+ },
+ "post": {
+ "can_t_view_this_post": "You do not have permission to view this post.
It is still being reviewed by the admin.
It will be available to you once it is published.",
+ "contact_for_details": "Contact the admin for further details:",
+ "delete_image_confirm": "Are you sure you want to remove this image?",
+ "save_success": "Post {{name}} saved",
+ "save_success_review": "Post {{name}} saved. Your post will be reviewed by a moderator before publishing.",
+ "save_error": "Unable to save post, please try again",
+ "publish_success": "Post has been published for {{role}}",
+ "set_draft": "Post is now visible to just you",
+ "publish_error": "Unable to publish post, please try again",
+ "unpublish_success": "Post has been unpublished",
+ "unpublish_error": "Unable to unpublish post, please try again",
+ "yes_confirm_delete": "Yes, delete this post",
+ "confirm_delete": "Confirm Delete",
+ "destroy_title": "Delete Post",
+ "delete_question": "Are you sure you want to delete your post {{post}}?",
+ "destroy_success": "Post deleted",
+ "destroy_success_bulk": "Posts deleted",
+ "destroy_confirm": "Are you sure you want to delete this post?",
+ "destroy_error": "Unable to delete post, please try again",
+ "bulk_destroy_confirm": "Are you sure you want to delete {{count}} posts?",
+ "stage_save_success": "Updated {{stage}}",
+ "export": "This will export filtered posts. Are you sure you want to continue?",
+ "update_status_success_bulk": "Status updated for {{count}} posts",
+ "leave_without_save": "Do you want to leave this post without saving?",
+ "leave_confirm_message": "If you continue, all of your changes will be lost",
+ "leave_confirm": "Continue without saving",
+ "unfinished_post_task": "You cannot publish this post, the post has unfinished tasks",
+ "posts_can_t_be_published": "The following posts can't be published: {{titles}}",
+ "post_not_found": "Post not found"
+ },
+ "category": {
+ "save_success": "Saved category {{name}}",
+ "destroy_confirm": "Are you sure you want to delete this category?",
+ "destroy_confirm_desc": "Deleting this category will remove it from all existing posts. This action cannot be undone.",
+ "destroy_success": "Category deleted",
+ "destroy_error": "Unable to delete category, please try again",
+ "bulk_destroy_confirm": "Are you sure you want to delete {{count}} categories?",
+ "bulk_destroy_confirm_desc": "Deleting these categories will remove them from all existing posts. This action cannot be undone.",
+ "bulk_destroy_success": "{{count}} categories deleted",
+ "bulk_destroy_success_countless": "Categories deleted"
+ },
+ "role": {
+ "delete_question": "Are you sure you want to delete the role {{role}}?",
+ "destroy_success": "Role {{role}} deleted.",
+ "save_success": "Role {{role}} saved.",
+ "last_admin": "You can not delete the only admin role"
+ },
+ "webhook": {
+ "delete_question": "Are you sure you want to delete the webhook {{webhook}}?",
+ "destroy_success": "Webhook {{webhook}} deleted.",
+ "save_success": "Webhook {{webhook}} saved."
+ },
+ "datasource": {
+ "save_success": "Saved Data Source {{name}}"
+ },
+ "user": {
+ "save_success": "User {{name}} saved",
+ "edit_success": "User {{name}} updated",
+ "destroy_confirm": "Are you sure you want to delete this user?",
+ "destroy_success": "User deleted",
+ "destroy_error": "Unable to delete user, please try again",
+ "bulk_destroy_confirm": "Are you sure you want to delete {{count}} users?",
+ "bulk_destroy_success": "Users deleted",
+ "bulk_role_change_confirm": "Are you sure you want to change the role of {{count}} users to {{role}}?",
+ "bulk_role_change_success": "User roles changed to {{role_name}}",
+ "are_you_sure_you_want_to_delete_user": "Are you sure you want to delete {{username}}"
+ },
+ "video": {
+ "incorrect_url": "The URL, {{url}}, you entered did not match either a Youtube or Vimeo URL format."
+ },
+ "form": {
+ "add_to_survey": "Add to survey",
+ "save_success": "Survey {{name}} saved",
+ "save_stage_success": "Survey task {{name}} saved",
+ "save_attribute_success": "Field {{name}} added",
+ "edit_form_success": "Survey {{name}} updated",
+ "edit_stage_success": "Survey task {{name}} updated",
+ "delete_form_confirm": "Are you sure you want to delete this survey and all of its data?",
+ "delete_form_confirm_desc": "This action cannot be undone. Deleting this survey will remove all of its data, including posts. Write the name of the survey:
{{check_name}}
in the box below to confirm deletion.",
+ "delete_form_error": "The text you entered does not match the survey-name, please try again",
+ "delete_form_button": "Delete this survey",
+ "destroy_form_success": "Survey {{name}} deleted",
+ "delete_stage_confirm": "Are you sure you want to delete this task?",
+ "delete_stage_confirm_desc": "This action cannot be undone. Deleting this task will remove all of its fields, and any data in them.",
+ "destroy_stage_success": "Survey task {{name}} deleted",
+ "delete_attribute_confirm": "Are you sure you want to delete this field?",
+ "delete_attribute_confirm_desc": "This action cannot be undone. Deleting this field will remove its data from all existing posts.",
+ "destroy_attribute_success": "Field {{name}} deleted",
+ "survey_name_required": "Survey-name is required",
+ "validation": {
+ "name": {
+ "required": "A survey-name is needed",
+ "minlength": "Name is too short",
+ "maxlength": "Name is too long"
+ },
+ "description": {
+ "required": "Description cannot be empty"
+ }
+ }
+ },
+ "collection": {
+ "delete_collection_confirm": "Are you sure you want to delete this collection?",
+ "created_collection": "Collection {{collection}} created successfully",
+ "updated_collection": "Collection {{collection}} saved",
+ "add_to_collection": "Post has been added to {{collection}}",
+ "removed_from_collection": "Post has been removed from {{collection}}",
+ "bulk_add_to_collection": "{{count}} posts have been added to {{collection}}",
+ "done": "Done"
+ },
+ "savedsearch": {
+ "delete_savedsearch_success": "Saved search deleted successfully.",
+ "delete_savedsearch_plural_success": "Saved searches deleted successfully.",
+ "delete_savedsearch_confirm": "Are you sure you want to delete this saved search?",
+ "savedsearch_updated": "{{savedsearch}} was updated",
+ "savedsearch_saved": "{{savedsearch}} was saved"
+ },
+ "passwordreset": {
+ "failed": "Password reset failed",
+ "success": "Your password has been reset"
+ },
+ "notification": {
+ "add": "You will now be notified when new posts are added to {{set}}",
+ "delete_confirm": "Are you sure you want to remove this notification?",
+ "destroy_success": "You will no longer receive notifications about {{name}}."
+ },
+ "message": {
+ "sent_to": "Message sent to {{contact}}"
+ },
+ "export": {
+ "in_progress": "We are preparing your CSV file. This may take a few moments. You can leave this page if you want. We will let you know when we're done.",
+ "complete": "Export done. You should see your CSV-file in your downloads.",
+ "complete_data_found_message": "The data from your export can be found in your browser's downloads",
+ "confirmation": "Got it",
+ "cancel_export": "Cancel export",
+ "canceled_job": "Your export-job is canceled",
+ "upload_complete": "Upload complete. You should now see your tagged data in your HDX account."
+ },
+ "survey": {
+ "bulk_destroy_confirm": "Are you sure you want to delete these {{count}} surveys?",
+ "bulk_destroy_confirm_desc": "Deleting these {{count}} selected surveys will also delete all collected posts and all associated data in the surveys. This step cannot be reversed.",
+ "destroy_confirm": "Are you sure you want to delete this survey?",
+ "destroy_confirm_desc": "Deleting this survey will also delete all collected posts and all associated data in the survey. This step cannot be reversed.",
+ "destroy_confirm_desc_end": "You can download and import all your data before deleting."
+ },
+ "confirm_modal": {
+ "add_post_success": {
+ "success": "Success!",
+ "success_description": "Thank you for submitting your report. The post is being reviewed by our team and soon will appear on the platform.",
+ "success_button": "OK, sounds good"
+ },
+ "deleted": {
+ "success": "Success!",
+ "success_description": "You've permanently deleted {{count}}.",
+ "success_button": "OK"
+ }
+ },
+ "language": {
+ "do_you_really_want_to_delete_language": "Do you really want to delete {{lang}} language?"
+ }
+ },
+ "empty": {
+ "default": "No records found.",
+ "post": "No posts found.",
+ "user": "No users found.",
+ "category": "No categories found.",
+ "role": "کوئی کردار نہیں ملا۔",
+ "webhook": "No webhooks found.",
+ "permission": "No permissions found.",
+ "form": "No forms found."
+ },
+ "location": {
+ "search": "Search",
+ "use_current_location": "Use your current location",
+ "click_map": "You can search or click the area of map where you want to place the marker.",
+ "placeholder": "Search for addresses, place names, or coordinates...",
+ "search_results": "Search results",
+ "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",
+ "invalid_lat": "The value given is not a valid latitude.",
+ "invalid_lon": "The value given is not a valid longitude."
+ },
+ "notification": {
+ "title": "Notifications",
+ "contacts_heading": "How you get notifications",
+ "notifications_heading": "What you get notified about",
+ "error_message": "The notification could not be deleted at this time",
+ "send_to_address": "Send notifications to this address",
+ "button": {
+ "delete": "Delete notification"
+ },
+ "what_you_get_notification_about": "What you get notification about",
+ "removed": "Notification was removed",
+ "are_you_sure_you_want_to_remove_this_notification": "Are you sure you want to remove this notification?"
+ },
+ "contact": {
+ "edit": "Edit",
+ "save_changes": "Save changes",
+ "saving_changes": "Saving changes",
+ "cancel_edit": "Cancel",
+ "add_phone_number": "Add a phone number",
+ "add_email_address": "Add an email address",
+ "edit_phone_number": "Edit your phone number",
+ "edit_email_address": "Edit your email address",
+ "error_message": "The contact could not be saved at this time",
+ "type": {
+ "phone": "Phone",
+ "email": "Email"
+ },
+ "button": {
+ "add": "Add account",
+ "delete": "Remove account"
+ },
+ "valid": {
+ "email": {
+ "required": "An email address is required to receive notifications",
+ "email": "This email address is invalid",
+ "maxlength": "This email address is too long",
+ "not_valid": "This email is not valid"
+ },
+ "phone": {
+ "required": "A phone number is required to receive notifications",
+ "pattern": "A valid phone number is required",
+ "minlength": "This number is too short",
+ "maxlength": "This number is too long"
+ }
+ }
+ },
+ "terms_of_service": {
+ "title": "Ushahidi Terms of Service",
+ "terms_of_service": "We have updated our Terms and Conditions and Privacy Policy. Please review these documents carefully and accept the terms in order to continue to use Ushahidi's services.",
+ "agree": "I agree to Ushahidi's Terms of Service.",
+ "accept_and_continue": "Accept and Continue",
+ "i_agree": "I agree to Ushahidi's Privacy Policy and\nTerms and Conditions."
+ },
+ "translations": {
+ "languages": "Languages",
+ "language": "Language",
+ "default": "default",
+ "translate_field": "Translate field",
+ "survey_select_default": "Select default language for this survey",
+ "category_select_default": "Select default language for this category",
+ "error_translation_exists": "You cannot select this language since there is already a translation for it.",
+ "edit_default_text": "Text in default language",
+ "edit_placeholder": "Write your translation here",
+ "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",
+ "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",
+ "add_a_language": "Add a language",
+ "error_no_default": "You need to specify a default language before adding a new translation.",
+ "select_language": "Select a language to add translation for",
+ "default_lang_info": "This is the language that will be used if no translations are available for the language the user has set for the deployment."
+ },
+ "languages": {
+ "ach": "Acoli",
+ "ady": "Adyghe",
+ "af": "Afrikaans",
+ "af-ZA": "Afrikaans (South Africa)",
+ "ak": "Akan",
+ "sq": "Albanian",
+ "sq-AL": "Albanian (Albania)",
+ "aln": "Albanian Gheg",
+ "am": "Amharic",
+ "am-ET": "Amharic (Ethiopia)",
+ "ar": "Arabic",
+ "ar-EG": "Arabic (Egypt)",
+ "ar-SA": "Arabic (Saudi Arabia)",
+ "ar-SD": "Arabic (Sudan)",
+ "ar-SY": "Arabic (Syria)",
+ "ar-AA": "Arabic (Unitag)",
+ "an": "Aragonese",
+ "hy": "Armenian",
+ "hy-AM": "Armenian (Armenia)",
+ "as": "Assamese",
+ "as-IN": "Assamese (India)",
+ "ast": "Asturian",
+ "ast-ES": "Asturian (Spain)",
+ "az": "Azerbaijani",
+ "az@Arab": "Azerbaijani (Arabic)",
+ "az-AZ": "Azerbaijani (Azerbaijan)",
+ "az-IR": "Azerbaijani (Iran)",
+ "az@latin": "Azerbaijani (Latin)",
+ "bal": "Balochi",
+ "ba": "Bashkir",
+ "eu": "Basque",
+ "eu-ES": "Basque (Spain)",
+ "bar": "Bavarian",
+ "be": "Belarusian",
+ "be-BY": "Belarusian (Belarus)",
+ "be@tarask": "Belarusian (Tarask)",
+ "bn": "Bengali",
+ "bn-BD": "Bengali (Bangladesh)",
+ "bn-IN": "Bengali (India)",
+ "brx": "Bodo",
+ "bs": "Bosnian",
+ "bs-BA": "Bosnian (Bosnia and Herzegovina)",
+ "br": "Breton",
+ "bg": "Bulgarian",
+ "bg-BG": "Bulgarian (Bulgaria)",
+ "my": "Burmese",
+ "my-MM": "Burmese (Myanmar)",
+ "ca": "Catalan",
+ "ca-ES": "Catalan (Spain)",
+ "ca@valencia": "Catalan (Valencian)",
+ "ceb": "Cebuano",
+ "tzm": "Central Atlas Tamazight",
+ "hne": "Chhattisgarhi",
+ "cgg": "Chiga",
+ "zh": "Chinese",
+ "zh-CN": "Chinese (China)",
+ "zh-CN.GB2312": "Chinese (China) (GB2312)",
+ "gan": "Chinese (Gan)",
+ "hak": "Chinese (Hakka)",
+ "zh-HK": "Chinese (Hong Kong)",
+ "czh": "Chinese (Huizhou)",
+ "cjy": "Chinese (Jinyu)",
+ "lzh": "Chinese (Literary)",
+ "cmn": "Chinese (Mandarin)",
+ "mnp": "Chinese (Min Bei)",
+ "cdo": "Chinese (Min Dong)",
+ "nan": "Chinese (Min Nan)",
+ "czo": "Chinese (Min Zhong)",
+ "cpx": "Chinese (Pu-Xian)",
+ "zh-Hans": "Chinese Simplified",
+ "zh-TW": "Chinese (Taiwan)",
+ "zh-TW.Big5": "Chinese (Taiwan) (Big5)",
+ "zh-Hant": "Chinese Traditional",
+ "wuu": "Chinese (Wu)",
+ "hsn": "Chinese (Xiang)",
+ "yue": "Chinese (Yue)",
+ "cv": "Chuvash",
+ "ksh": "Colognian",
+ "kw": "Cornish",
+ "co": "Corsican",
+ "crh": "Crimean Turkish",
+ "hr": "Croatian",
+ "hr-HR": "Croatian (Croatia)",
+ "cs": "Czech",
+ "cs-CZ": "Czech (Czech Republic)",
+ "da": "Danish",
+ "da-DK": "Danish (Denmark)",
+ "dv": "Divehi",
+ "doi": "Dogri",
+ "nl": "Dutch",
+ "nl-BE": "Dutch (Belgium)",
+ "nl-NL": "Dutch (Netherlands)",
+ "dz": "Dzongkha",
+ "dz-BT": "Dzongkha (Bhutan)",
+ "en": "English",
+ "en-AU": "English (Australia)",
+ "en-AT": "English (Austria)",
+ "en-BD": "English (Bangladesh)",
+ "en-BE": "English (Belgium)",
+ "en-CA": "English (Canada)",
+ "en-CL": "English (Chile)",
+ "en-CZ": "English (Czech Republic)",
+ "en-ee": "English (Estonia)",
+ "en-FI": "English (Finland)",
+ "en-DE": "English (Germany)",
+ "en-GH": "English (Ghana)",
+ "en-HK": "English (Hong Kong)",
+ "en-HU": "English (Hungary)",
+ "en-IN": "English (India)",
+ "en-IE": "English (Ireland)",
+ "en-lv": "English (Latvia)",
+ "en-lt": "English (Lithuania)",
+ "en-NL": "English (Netherlands)",
+ "en-NZ": "English (New Zealand)",
+ "en-NG": "English (Nigeria)",
+ "en-PK": "English (Pakistan)",
+ "en-PL": "English (Poland)",
+ "en-RO": "English (Romania)",
+ "en-SK": "English (Slovakia)",
+ "en-ZA": "English (South Africa)",
+ "en-LK": "English (Sri Lanka)",
+ "en-SE": "English (Sweden)",
+ "en-CH": "English (Switzerland)",
+ "en-GB": "English (United Kingdom)",
+ "en-US": "English (United States)",
+ "en-EN": "English",
+ "myv": "Erzya",
+ "eo": "Esperanto",
+ "et": "Estonian",
+ "et-EE": "Estonian (Estonia)",
+ "fo": "Faroese",
+ "fo-FO": "Faroese (Faroe Islands)",
+ "fil": "Filipino",
+ "fi": "Finnish",
+ "fi-FI": "Finnish (Finland)",
+ "frp": "Franco-Provençal (Arpitan)",
+ "fr": "French",
+ "fr-BE": "French (Belgium)",
+ "fr-CA": "French (Canada)",
+ "fr-FR": "French (France)",
+ "fr-CH": "French (Switzerland)",
+ "fur": "Friulian",
+ "ff": "Fulah",
+ "ff-SN": "Fulah (Senegal)",
+ "gd": "Gaelic, Scottish",
+ "gl": "Galician",
+ "gl-ES": "Galician (Spain)",
+ "lg": "Ganda",
+ "ka": "Georgian",
+ "ka-GE": "Georgian (Georgia)",
+ "de": "German",
+ "de-AT": "German (Austria)",
+ "de-DE": "German (Germany)",
+ "de-CH": "German (Switzerland)",
+ "el": "Greek",
+ "el-GR": "Greek (Greece)",
+ "kl": "Greenlandic",
+ "gu": "Gujarati",
+ "gu-IN": "Gujarati (India)",
+ "gun": "Gun",
+ "ht": "Haitian (Haitian Creole)",
+ "ht-HT": "Haitian (Haitian Creole) (Haiti)",
+ "ha": "Hausa",
+ "haw": "Hawaiian",
+ "he": "Hebrew",
+ "he-IL": "Hebrew (Israel)",
+ "hi": "Hindi",
+ "hi-IN": "Hindi (India)",
+ "hu": "Hungarian",
+ "hu-HU": "Hungarian (Hungary)",
+ "is": "Icelandic",
+ "is-IS": "Icelandic (Iceland)",
+ "io": "Ido",
+ "ig": "Igbo",
+ "ilo": "Iloko",
+ "id": "Indonesian",
+ "id-ID": "Indonesian (Indonesia)",
+ "ia": "Interlingua",
+ "iu": "Inuktitut",
+ "ga": "Irish",
+ "ga-IE": "Irish (Ireland)",
+ "it": "Italian",
+ "it-IT": "Italian (Italy)",
+ "it-CH": "Italian (Switzerland)",
+ "ja": "Japanese",
+ "ja-JP": "Japanese (Japan)",
+ "jv": "Javanese",
+ "kab": "Kabyle",
+ "kn": "Kannada",
+ "kn-IN": "Kannada (India)",
+ "pam": "Kapampangan",
+ "ks": "Kashmiri",
+ "ks-IN": "Kashmiri (India)",
+ "csb": "Kashubian",
+ "kk": "Kazakh",
+ "kk@Arab": "Kazakh (Arabic)",
+ "kk@Cyrl": "Kazakh (Cyrillic)",
+ "kk-KZ": "Kazakh (Kazakhstan)",
+ "kk@latin": "Kazakh (Latin)",
+ "km": "Khmer",
+ "km-KH": "Khmer (Cambodia)",
+ "rw": "Kinyarwanda",
+ "ky": "Kirgyz",
+ "tlh": "Klingon",
+ "kok": "Konkani",
+ "ko": "Korean",
+ "ko-KR": "Korean (Korea)",
+ "ku": "Kurdish",
+ "ku-IQ": "Kurdish (Iraq)",
+ "lad": "Ladino",
+ "lo": "Lao",
+ "lo-LA": "Lao (Laos)",
+ "ltg": "Latgalian",
+ "la": "Latin",
+ "lv": "Latvian",
+ "lv-LV": "Latvian (Latvia)",
+ "lez": "Lezghian",
+ "lij": "Ligurian",
+ "li": "Limburgian",
+ "ln": "Lingala",
+ "lt": "Lithuanian",
+ "lt-LT": "Lithuanian (Lithuania)",
+ "jbo": "Lojban",
+ "en@lolcat": "LOLCAT English",
+ "lmo": "Lombard",
+ "dsb": "Lower Sorbian",
+ "nds": "Low German",
+ "lb": "Luxembourgish",
+ "mk": "Macedonian",
+ "mk-MK": "Macedonian (Macedonia)",
+ "mai": "Maithili",
+ "mg": "Malagasy",
+ "ms": "Malay",
+ "ml": "Malayalam",
+ "ml-IN": "Malayalam (India)",
+ "ms-MY": "Malay (Malaysia)",
+ "mt": "Maltese",
+ "mt-MT": "Maltese (Malta)",
+ "mni": "Manipuri",
+ "mi": "Maori",
+ "arn": "Mapudungun",
+ "mr": "Marathi",
+ "mr-IN": "Marathi (India)",
+ "mh": "Marshallese",
+ "mw1": "Mirandese",
+ "mn": "Mongolian",
+ "mn-MN": "Mongolian (Mongolia)",
+ "nah": "Nahuatl",
+ "nv": "Navajo",
+ "nr": "Ndebele, South",
+ "nap": "Neapolitan",
+ "ne": "Nepali",
+ "ne-NP": "Nepali (Nepal)",
+ "nia": "Nias",
+ "nqo": "N'ko",
+ "se": "Northern Sami",
+ "nso": "Northern Sotho",
+ "no": "Norwegian",
+ "nb": "Norwegian Bokmål",
+ "nb-NO": "Norwegian Bokmål (Norway)",
+ "no-NO": "Norwegian (Norway)",
+ "nn": "Norwegian Nynorsk",
+ "nn-NO": "Norwegian Nynorsk (Norway)",
+ "ny": "Nyanja",
+ "oc": "Occitan (post 1500)",
+ "or": "Oriya",
+ "or-IN": "Oriya (India)",
+ "om": "Oromo",
+ "os": "Ossetic",
+ "pfl": "Palatinate German",
+ "pa": "Panjabi (Punjabi)",
+ "pa-IN": "Panjabi (Punjabi) (India)",
+ "pap": "Papiamento",
+ "fa": "Persian",
+ "fa-AF": "Persian (Afghanistan)",
+ "fa-IR": "Persian (Iran)",
+ "pms": "Piemontese",
+ "en@pirate": "Pirate English",
+ "pl": "Polish",
+ "pl-PL": "Polish (Poland)",
+ "pt": "Portuguese",
+ "pt-BR": "Portuguese (Brazil)",
+ "pt-PT": "Portuguese (Portugal)",
+ "ps": "Pushto",
+ "ro": "Romanian",
+ "ro-RO": "Romanian (Romania)",
+ "rm": "Romansh",
+ "ru": "Russian",
+ "ru-ee": "Russian (Estonia)",
+ "ru-lv": "Russian (Latvia)",
+ "ru-lt": "Russian (Lithuania)",
+ "ru@petr1708": "Russian Petrine orthography",
+ "ru-RU": "Russian (Russia)",
+ "sah": "Sakha (Yakut)",
+ "sm": "Samoan",
+ "sa": "Sanskrit",
+ "sat": "Santali",
+ "sc": "Sardinian",
+ "sco": "Scots",
+ "sr": "Serbian",
+ "sr@Ijekavian": "Serbian (Ijekavian)",
+ "sr@ijekavianlatin": "Serbian (Ijekavian Latin)",
+ "sr@latin": "Serbian (Latin)",
+ "sr-RS@latin": "Serbian (Latin) (Serbia)",
+ "sr-RS": "Serbian (Serbia)",
+ "sn": "Shona",
+ "scn": "Sicilian",
+ "szl": "Silesian",
+ "sd": "Sindhi",
+ "si": "Sinhala",
+ "si-LK": "Sinhala (Sri Lanka)",
+ "sk": "Slovak",
+ "sk-SK": "Slovak (Slovakia)",
+ "sl": "Slovenian",
+ "sl-SI": "Slovenian (Slovenia)",
+ "so": "Somali",
+ "son": "Songhay",
+ "st": "Sotho, Southern",
+ "st-ZA": "Sotho, Southern (South Africa)",
+ "sma": "Southern Sami",
+ "es": "Spanish",
+ "es-AR": "Spanish (Argentina)",
+ "es-BO": "Spanish (Bolivia)",
+ "es-CL": "Spanish (Chile)",
+ "es-CO": "Spanish (Colombia)",
+ "es-CR": "Spanish (Costa Rica)",
+ "es-DO": "Spanish (Dominican Republic)",
+ "es-EC": "Spanish (Ecuador)",
+ "es-SV": "Spanish (El Salvador)",
+ "es-GT": "Spanish (Guatemala)",
+ "es-419": "Spanish (Latin America)",
+ "es-MX": "Spanish (Mexico)",
+ "es-NI": "Spanish (Nicaragua)",
+ "es-PA": "Spanish (Panama)",
+ "es-PY": "Spanish (Paraguay)",
+ "es-PE": "Spanish (Peru)",
+ "es-PR": "Spanish (Puerto Rico)",
+ "es-ES": "Spanish (Spain)",
+ "es-US": "Spanish (United States)",
+ "es-UY": "Spanish (Uruguay)",
+ "es-VE": "Spanish (Venezuela)",
+ "su": "Sundanese",
+ "sw": "Swahili",
+ "sw-KE": "Swahili (Kenya)",
+ "ss": "Swati",
+ "sv": "Swedish",
+ "sv-FI": "Swedish (Finland)",
+ "sv-SE": "Swedish (Sweden)",
+ "tl": "Tagalog",
+ "tl-PH": "Tagalog (Philippines)",
+ "tg": "Tajik",
+ "tg-TJ": "Tajik (Tajikistan)",
+ "tzl": "Talossan",
+ "ta": "Tamil",
+ "ta-IN": "Tamil (India)",
+ "ta-LK": "Tamil (Sri-Lanka)",
+ "tt": "Tatar",
+ "te": "Telugu",
+ "te-IN": "Telugu (India)",
+ "tet": "Tetum (Tetun)",
+ "th": "Thai",
+ "th-TH": "Thai (Thailand)",
+ "bo": "Tibetan",
+ "bo-CN": "Tibetan (China)",
+ "ti": "Tigrinya",
+ "to": "Tongan",
+ "ts": "Tsonga",
+ "tn": "Tswana",
+ "tr": "Turkish",
+ "tr-TR": "Turkish (Turkey)",
+ "tk": "Turkmen",
+ "tk-TM": "Turkmen (Turkmenistan)",
+ "udm": "Udmurt",
+ "ug": "Uighur",
+ "ug@Arab": "Uighur (Arabic)",
+ "ug@Cyrl": "Uighur (Cyrillic)",
+ "ug@Latin": "Uighur (Latin)",
+ "uk": "Ukrainian",
+ "uk-UA": "Ukrainian (Ukraine)",
+ "vmf": "Upper Franconian",
+ "hsb": "Upper Sorbian",
+ "ur": "Urdu",
+ "ur-PK": "Urdu (Pakistan)",
+ "uz": "Uzbek",
+ "uz@Arab": "Uzbek (Arabic)",
+ "uz@Cyrl": "Uzbek (Cyrillic)",
+ "uz@Latn": "Uzbek (Latin)",
+ "uz-UZ": "Uzbek (Uzbekistan)",
+ "ve": "Venda",
+ "vec": "Venetian",
+ "vi": "Vietnamese",
+ "vi-VN": "Vietnamese (Viet Nam)",
+ "vls": "Vlaams",
+ "wa": "Walloon",
+ "war": "Wáray-Wáray",
+ "cy": "Welsh",
+ "cy-GB": "Welsh (United Kingdom)",
+ "fy": "Western Frisian",
+ "fy-NL": "Western Frisian (Netherlands)",
+ "wo": "Wolof",
+ "wo-SN": "Wolof (Senegal)",
+ "xh": "Xhosa",
+ "yi": "Yiddish",
+ "yo": "Yoruba",
+ "zu": "Zulu",
+ "zu-ZA": "Zulu (South Africa)"
+ },
+ "countries": {
+ "Afghanistan": "Afghanistan",
+ "Åland Islands": "Åland Islands",
+ "Albania": "Albania",
+ "Algeria": "Algeria",
+ "American Samoa": "American Samoa",
+ "Andorra": "Andorra",
+ "Angola": "Angola",
+ "Anguilla": "Anguilla",
+ "Antarctica": "Antarctica",
+ "Antigua and Barbuda": "Antigua and Barbuda",
+ "Argentina": "Argentina",
+ "Armenia": "Armenia",
+ "Aruba": "Aruba",
+ "Australia": "Australia",
+ "Austria": "Austria",
+ "Azerbaijan": "Azerbaijan",
+ "Bahamas": "Bahamas",
+ "Bahrain": "Bahrain",
+ "Bangladesh": "Bangladesh",
+ "Barbados": "Barbados",
+ "Belarus": "Belarus",
+ "Belgium": "Belgium",
+ "Belize": "Belize",
+ "Benin": "Benin",
+ "Bermuda": "Bermuda",
+ "Bhutan": "Bhutan",
+ "Bolivia, Plurinational State of bolivia": "Bolivia, Plurinational State of bolivia",
+ "Bosnia and Herzegovina": "Bosnia and Herzegovina",
+ "Botswana": "Botswana",
+ "Bouvet Island": "Bouvet Island",
+ "Brazil": "Brazil",
+ "British Indian Ocean Territory": "British Indian Ocean Territory",
+ "Brunei Darussalam": "Brunei Darussalam",
+ "Bulgaria": "Bulgaria",
+ "Burkina Faso": "Burkina Faso",
+ "Burundi": "Burundi",
+ "Cambodia": "Cambodia",
+ "Cameroon": "Cameroon",
+ "Canada": "Canada",
+ "Cape Verde": "Cape Verde",
+ "Cayman Islands": "Cayman Islands",
+ "Central African Republic": "Central African Republic",
+ "Chad": "Chad",
+ "Chile": "Chile",
+ "China": "China",
+ "Christmas Island": "Christmas Island",
+ "Cocos (Keeling) Islands": "Cocos (Keeling) Islands",
+ "Colombia": "Colombia",
+ "Comoros": "Comoros",
+ "Congo": "Congo",
+ "Congo, The Democratic Republic of the Congo": "Congo, The Democratic Republic of the Congo",
+ "Cook Islands": "Cook Islands",
+ "Costa Rica": "Costa Rica",
+ "Cote d'Ivoire": "Cote d'Ivoire",
+ "Croatia": "Croatia",
+ "Cuba": "Cuba",
+ "Cyprus": "Cyprus",
+ "Czech Republic": "Czech Republic",
+ "Denmark": "Denmark",
+ "Djibouti": "Djibouti",
+ "Dominica": "Dominica",
+ "Dominican Republic": "Dominican Republic",
+ "Ecuador": "Ecuador",
+ "Egypt": "Egypt",
+ "El Salvador": "El Salvador",
+ "Equatorial Guinea": "Equatorial Guinea",
+ "Eritrea": "Eritrea",
+ "Estonia": "Estonia",
+ "Ethiopia": "Ethiopia",
+ "Falkland Islands (Malvinas)": "Falkland Islands (Malvinas)",
+ "Faroe Islands": "Faroe Islands",
+ "Fiji": "Fiji",
+ "Finland": "Finland",
+ "France": "France",
+ "French Guiana": "French Guiana",
+ "French Polynesia": "French Polynesia",
+ "French Southern Territories": "French Southern Territories",
+ "Gabon": "Gabon",
+ "Gambia": "Gambia",
+ "Georgia": "Georgia",
+ "Germany": "Germany",
+ "Ghana": "Ghana",
+ "Gibraltar": "Gibraltar",
+ "Greece": "Greece",
+ "Greenland": "Greenland",
+ "Grenada": "Grenada",
+ "Guadeloupe": "Guadeloupe",
+ "Guam": "Guam",
+ "Guatemala": "Guatemala",
+ "Guernsey": "Guernsey",
+ "Guinea": "Guinea",
+ "Guinea-Bissau": "Guinea-Bissau",
+ "Guyana": "Guyana",
+ "Haiti": "Haiti",
+ "Heard Island and Mcdonald Islands": "Heard Island and Mcdonald Islands",
+ "Holy See (Vatican City State)": "Holy See (Vatican City State)",
+ "Honduras": "Honduras",
+ "Hong Kong": "Hong Kong",
+ "Hungary": "Hungary",
+ "Iceland": "Iceland",
+ "India": "India",
+ "Indonesia": "Indonesia",
+ "Iran, Islamic Republic of Persian Gulf": "Iran, Islamic Republic of Persian Gulf",
+ "Iraq": "Iraq",
+ "Ireland": "Ireland",
+ "Isle of Man": "Isle of Man",
+ "Israel": "Israel",
+ "Italy": "Italy",
+ "Jamaica": "Jamaica",
+ "Japan": "Japan",
+ "Jersey": "Jersey",
+ "Jordan": "Jordan",
+ "Kazakhstan": "Kazakhstan",
+ "Kenya": "Kenya",
+ "Kiribati": "Kiribati",
+ "Korea, Democratic People's Republic of Korea": "Korea, Democratic People's Republic of Korea",
+ "Korea, Republic of South Korea": "Korea, Republic of South Korea",
+ "Kosovo": "Kosovo",
+ "Kuwait": "Kuwait",
+ "Kyrgyzstan": "Kyrgyzstan",
+ "Laos": "Laos",
+ "Latvia": "Latvia",
+ "Lebanon": "Lebanon",
+ "Lesotho": "Lesotho",
+ "Liberia": "Liberia",
+ "Libyan Arab Jamahiriya": "Libyan Arab Jamahiriya",
+ "Liechtenstein": "Liechtenstein",
+ "Lithuania": "Lithuania",
+ "Luxembourg": "Luxembourg",
+ "Macao": "Macao",
+ "Macedonia": "Macedonia",
+ "Madagascar": "Madagascar",
+ "Malawi": "Malawi",
+ "Malaysia": "Malaysia",
+ "Maldives": "Maldives",
+ "Mali": "Mali",
+ "Malta": "Malta",
+ "Marshall Islands": "Marshall Islands",
+ "Martinique": "Martinique",
+ "Mauritania": "Mauritania",
+ "Mauritius": "Mauritius",
+ "Mayotte": "Mayotte",
+ "Mexico": "Mexico",
+ "Micronesia, Federated States of Micronesia": "Micronesia, Federated States of Micronesia",
+ "Moldova": "Moldova",
+ "Monaco": "Monaco",
+ "Mongolia": "Mongolia",
+ "Montenegro": "Montenegro",
+ "Montserrat": "Montserrat",
+ "Morocco": "Morocco",
+ "Mozambique": "Mozambique",
+ "Myanmar": "Myanmar",
+ "Namibia": "Namibia",
+ "Nauru": "Nauru",
+ "Nepal": "Nepal",
+ "Netherlands": "Netherlands",
+ "Netherlands Antilles": "Netherlands Antilles",
+ "New Caledonia": "New Caledonia",
+ "New Zealand": "New Zealand",
+ "Nicaragua": "Nicaragua",
+ "Niger": "Niger",
+ "Nigeria": "Nigeria",
+ "Niue": "Niue",
+ "Norfolk Island": "Norfolk Island",
+ "Northern Mariana Islands": "Northern Mariana Islands",
+ "Norway": "Norway",
+ "Oman": "Oman",
+ "Pakistan": "Pakistan",
+ "Palau": "Palau",
+ "Palestinian Territory, Occupied": "Palestinian Territory, Occupied",
+ "Panama": "Panama",
+ "Papua New Guinea": "Papua New Guinea",
+ "Paraguay": "Paraguay",
+ "Peru": "Peru",
+ "Philippines": "Philippines",
+ "Pitcairn": "Pitcairn",
+ "Poland": "Poland",
+ "Portugal": "Portugal",
+ "Puerto Rico": "Puerto Rico",
+ "Qatar": "Qatar",
+ "Romania": "Romania",
+ "Russia": "Russia",
+ "Rwanda": "Rwanda",
+ "Reunion": "Reunion",
+ "Saint Barthelemy": "Saint Barthelemy",
+ "Saint Helena, Ascension and Tristan Da Cunha": "Saint Helena, Ascension and Tristan Da Cunha",
+ "Saint Kitts and Nevis": "Saint Kitts and Nevis",
+ "Saint Lucia": "Saint Lucia",
+ "Saint Martin": "Saint Martin",
+ "Saint Pierre and Miquelon": "Saint Pierre and Miquelon",
+ "Saint Vincent and the Grenadines": "Saint Vincent and the Grenadines",
+ "Samoa": "Samoa",
+ "San Marino": "San Marino",
+ "Sao Tome and Principe": "Sao Tome and Principe",
+ "Saudi Arabia": "Saudi Arabia",
+ "Senegal": "Senegal",
+ "Serbia": "Serbia",
+ "Seychelles": "Seychelles",
+ "Sierra Leone": "Sierra Leone",
+ "Singapore": "Singapore",
+ "Slovakia": "Slovakia",
+ "Slovenia": "Slovenia",
+ "Solomon Islands": "Solomon Islands",
+ "Somalia": "Somalia",
+ "South Africa": "South Africa",
+ "South Sudan": "South Sudan",
+ "South Georgia and the South Sandwich Islands": "South Georgia and the South Sandwich Islands",
+ "Spain": "Spain",
+ "Sri Lanka": "Sri Lanka",
+ "Sudan": "Sudan",
+ "Suriname": "Suriname",
+ "Svalbard and Jan Mayen": "Svalbard and Jan Mayen",
+ "Swaziland": "Swaziland",
+ "Sweden": "Sweden",
+ "Switzerland": "Switzerland",
+ "Syrian Arab Republic": "Syrian Arab Republic",
+ "Taiwan": "Taiwan",
+ "Tajikistan": "Tajikistan",
+ "Tanzania, United Republic of Tanzania": "Tanzania, United Republic of Tanzania",
+ "Thailand": "Thailand",
+ "Timor-Leste": "Timor-Leste",
+ "Togo": "Togo",
+ "Tokelau": "Tokelau",
+ "Tonga": "Tonga",
+ "Trinidad and Tobago": "Trinidad and Tobago",
+ "Tunisia": "Tunisia",
+ "Turkey": "Turkey",
+ "Turkmenistan": "Turkmenistan",
+ "Turks and Caicos Islands": "Turks and Caicos Islands",
+ "Tuvalu": "Tuvalu",
+ "Uganda": "Uganda",
+ "Ukraine": "Ukraine",
+ "United Arab Emirates": "United Arab Emirates",
+ "United Kingdom": "United Kingdom",
+ "United States": "United States",
+ "Uruguay": "Uruguay",
+ "Uzbekistan": "Uzbekistan",
+ "Vanuatu": "Vanuatu",
+ "Venezuela, Bolivarian Republic of Venezuela": "Venezuela, Bolivarian Republic of Venezuela",
+ "Vietnam": "Vietnam",
+ "Virgin Islands, British": "Virgin Islands, British",
+ "Virgin Islands, U.S.": "Virgin Islands, U.S.",
+ "Wallis and Futuna": "Wallis and Futuna",
+ "Yemen": "Yemen",
+ "Zambia": "Zambia",
+ "Zimbabwe": "Zimbabwe"
+ },
+ "api": {
+ "providerNotAvailable": "One or more of the enabled providers is not available :param1",
+ "range": "The file size should be less than {{param3}} KB",
+ "mime_type": "File type not supported. Please upload a .csv file.",
+ "not_empty": ":field must not be empty",
+ "isKeyAvailable": "The key {{value}} is not available",
+ "contactIsValid": "Invalid phone number",
+ "roleDoesNotExist": "role_id {{value}} does not exist",
+ "invalidFormStageId": "form_stage_id :value does not exist",
+ "postTypeLimitReached": "limit: {{posttypes}}",
+ "dataUrlOrMediaRequired": "One of data_url or media_id is required",
+ "dataUrlMediaConflict": "Only one of data_url or media_id can be defined",
+ "size_error": "The file size should be less than :param1 MB",
+ "mime_type_not_allowed": "File type not supported. Please upload an image file.",
+ "mime_not_empty": "MIME type not found. The MIME type must be set for the file.",
+ "contact": {
+ "invalid_phone": "Invalid phone number {{param1}}",
+ "invalid_email": "Invalid email {{param1}}"
+ },
+ "email": {
+ "title": "{{sitename}} New post: {{title}}",
+ "message": "New post on {{sitename}}{{title}}{{content}}View post: {{url}}"
+ },
+ "sms": {
+ "message": "{{sitename}} New post: {{title}}"
+ },
+ "publishedPostsLimitReached": "limit:{{posts}}",
+ "tagDoesNotExist": "category :value does not exist",
+ "attributeDoesNotExist": "attribute {{param1}} does not exist",
+ "tooManyValues": "Too many values for {{param1}} (max: {{param2}})",
+ "valueDoesNotExist": "value id {{param2}} for field {{param1}} does not exist",
+ "canNotUseExistingValueOnNewPost": "Cannot use existing value {{param2}} for field {{param1}} on a new post",
+ "postAttributeRequired": "attribute {{param1}} is required",
+ "taskAttributeRequired": "attribute {{param1}} is required before stage {{param2}} can be completed",
+ "emptyIdAndLocale": "Must have at least id or locale",
+ "emptyParentWithLocale": "Must have at parent id when passing locale",
+ "notAnArray": "Post values for {{param1}} must be an array",
+ "scalar": "Post values for {{param1}} must be scalar",
+ "doesTranslationExist": "Translation {{value}} for post {{param2}} already exists",
+ "published_to": {
+ "exists": "The role you are publishing to {{value}} does not exist"
+ },
+ "stageDoesNotExist": "Stage {{param1}} does not exist",
+ "stageRequired": "Stage {{param1}} is required before publishing",
+ "postNeedsApprovalBeforePublishing": "Post needs approval by an administrator before it can be published",
+ "postCanOnlyBeUnpublishedByAdmin": "Post can only be unpublished by an administrator",
+ "alreadyLockedByDifferentUser": "Post is currently locked by a different user and can not be updated.",
+ "values": {
+ "date": "The field {{param1}} must be a date, Given: {{param2}}",
+ "decimal": "The field {{param1}} must be a decimal with 2 places, Given: {{param2}}",
+ "digit": "The field {{param1}} must be a digit, Given: {{param2}}",
+ "email": "The field {{param1}} must be an email address, Given: {{param2}}",
+ "exists": "The field {{param1}} must be a valid post id, Post id: {{param2}}",
+ "tagExists": "The field {{param1}} must be a valid category id or name, Category: {{param2}}",
+ "max_length": "The field {{param1}} must not exceed :param2 characters long, Given: {{param2}}",
+ "invalidForm": "The field {{param1}} has the wrong post type, Post id:{{param2}}",
+ "numeric": "The field {{param1}} must be numeric, Given: {{param2}}",
+ "scalar": "The field {{param1}} must be scalar, Given: {{param2}}",
+ "point": "The field {{param1}} must be an array of lat and lon",
+ "lat": "the field {{param1}} must contain a valid latitude",
+ "lon": "the field {{param1}} must contain a valid longitude",
+ "url": "The field {{param1}} must be a url, Given: {{param2}}",
+ "video_type": "The field {{param1}} must be either a youtube or vimeo url, Given: {{param2}}"
+ },
+ "role": {
+ "isRoleValid": "Role must match the parent category",
+ "exists": "Role {{value}} does not exist"
+ },
+ "description_regex": "The description must contain only letters, numbers, spaces and punctuation",
+ "regex": "The category name must contain only letters, numbers, spaces and punctuation",
+ "isUniqueEmail": "{{field}} is already in use",
+ "isUniqueUsername": "{{field}} is already in use",
+ "isUserSelf": "You cannot change your own role",
+ "adminUserLimitReached": "limit:{{:admin}}"
+ }
+}