diff --git a/app/app.js b/app/app.js
index 59d0ae8a05..d7d77d1837 100644
--- a/app/app.js
+++ b/app/app.js
@@ -4,7 +4,6 @@ require('angular-resource');
require('angular-translate');
require('angular-translate-loader-static-files');
require('angular-ui-bootstrap');
-require('angular-datepicker/build/angular-datepicker');
require('angular-sanitize');
require('angular-elastic');
require('angular-filter');
@@ -71,7 +70,6 @@ angular.module('app',
'LocalStorageModule',
'pascalprecht.translate',
'ui.bootstrap.pagination',
- 'angular-datepicker',
'angular.filter',
'ng-showdown',
'ngGeolocation',
@@ -155,6 +153,9 @@ angular.module('app',
.factory('Editor', function () {
return require('@toast-ui/editor');
})
+ .factory('Flatpickr', function () {
+ return require('flatpickr').default;
+ })
// inject the router instance into a `run` block by name
//.run(['$uiRouter', '$trace', '$location', function ($uiRouter, $trace, $location) {
// // * uncomment this to enable the visualizer *
diff --git a/app/common/common-module.js b/app/common/common-module.js
index a9ac3797d6..65410083cc 100644
--- a/app/common/common-module.js
+++ b/app/common/common-module.js
@@ -85,6 +85,7 @@ angular.module('ushahidi.common', [
.controller('intercom', require('./controllers/intercom.js'))
.service('LoadingProgress', require('./services/loadingProgress.service.js'))
.service('DataExport', require('./services/data-export.service.js'))
+.service('AccessibilityService', require('./services/accessibility.service.js'))
.service('HxlExport', require('./services/hxl-export.service.js'))
.service('DataImport', require('./services/data-import.service.js'))
.service('VerifierService', require('./verifier/verifier.service.js'))
diff --git a/app/common/directives/role-selector.directive.js b/app/common/directives/role-selector.directive.js
index 6162d34a93..3a527739cb 100644
--- a/app/common/directives/role-selector.directive.js
+++ b/app/common/directives/role-selector.directive.js
@@ -37,10 +37,12 @@ function RoleSelectorController($scope, RoleEndpoint, $translate, _) {
if (_.indexOf($scope.model.role, admin.name) === -1) {
$scope.model.role.push(admin.name);
}
+ $scope.everyone = false
}
// adding all available roles to model if user clicks 'Everyone'
function setEveryone() {
$scope.model.role = null;
+ $scope.everyone = true
}
}
diff --git a/app/common/directives/role-selector.html b/app/common/directives/role-selector.html
index 3db79e7000..9991aedf19 100644
--- a/app/common/directives/role-selector.html
+++ b/app/common/directives/role-selector.html
@@ -18,7 +18,7 @@
ng-model="everyone"
ng-click="setEveryone()"
>
- Everyone
+ Everyone
@@ -40,7 +40,7 @@
ng-model="everyone"
ng-click="setAdmin()"
>
- Specific roles...
+ Specific roles...
إذا مسحت هذه الفئة ، لن يكون موصولا بأي بوست. تقدم بحذر",
"show_categories": "اظهر الفئات الموجودة",
"child_permissions": "تتم إدارة أذونات هذه الفئة بواسطة الفئة الرئيسية.",
+ "which_categories": "Which categories should be available",
"select_all": "تحديد الكل",
"choose_roles": "اختيار أدوار",
"create_tag": "إنشاء فئة",
@@ -1017,7 +1032,9 @@
"webhooks": "Webhooks",
"webhooks_desc": "إنشاء webhooks التي ترسل بيانات منصة اوشاهيدي إلى تطبيقات خارجية عند تشغيل أحداث معينة",
"plans": "الخطط\n",
- "plan_desc": "خطة إنتشارك الحالية هي {{current_plan}}"
+ "plan_desc": "خطة إنتشارك الحالية هي {{current_plan}}",
+ "donation": "Donation",
+ "donation_desc": "Create and manage the donations people can make towards your organisation."
},
"user_settings": {
"user_settings_desc_1": "Here you can add your unique API key for your Humanitarian Data Exchange (HDX) account.",
@@ -1130,6 +1147,16 @@
"search_terms_desc": "اضف مصطلحات البحث منفصلة بفواصل"
}
},
+ "donation": {
+ "title": {
+ "label": "Donation title",
+ "placeholder": "Enter the title of your donation",
+ "required": "Donation title is required"
+ },
+ "wallet": {
+ "required": "Donation wallet address is required"
+ }
+ },
"roles": {
"member": "عضو",
"admin": "المشرف",
@@ -1168,6 +1195,8 @@
"site_language": "لغة الموقع ",
"site_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": "تم حفظ اعدادات نشر و توزيع البرنامج ",
"saved_map_settings": "تم حفظ إعدادات الخريطة",
@@ -1430,6 +1459,10 @@
"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": "تم حفظ إعدادات الخريطة"
},
@@ -1528,6 +1561,7 @@
"delete_attribute_confirm": " هل أنت متأكد أنك تريد حذف هذا المجال؟",
"delete_attribute_confirm_desc": "لا يمكن التراجع عن هذا العملية. سيؤدي حذف هذا الحقل إلى إزالة بياناته من جميع البوستات الموجودة",
"destroy_attribute_success": "تم حذف حقل {{name}}.",
+ "survey_name_required": "Survey-name is required",
"validation": {
"name": {
"required": "يلزم اسم الاستطلاع ",
@@ -1645,6 +1679,30 @@
"agree": "اقبل بشروط و خدمات اوشاهيدي",
"accept_and_continue": "قبول و الاستمرار"
},
+ "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": "أكولي",
"ady": "أديغية",
@@ -1771,6 +1829,7 @@
"en-CH": "الإنجليزية(سويسرا)",
"en-GB": "انجليزية(المملكة المتحدة)",
"en-US": "انجليزية(الولايات المتحدة)",
+ "en-EN": "English",
"myv": "الإرزية",
"eo": "الإسبرانتو",
"et": "الإستونية",
diff --git a/app/common/locales/bg-BG.json b/app/common/locales/bg-BG.json
index 47fdd3f28e..43891cff5c 100644
--- a/app/common/locales/bg-BG.json
+++ b/app/common/locales/bg-BG.json
@@ -22,6 +22,8 @@
"title": "Документация",
"description": "Научи се как да създаваш, настройваш и управляваш своята Ushahidi инсталация."
},
+ "donate": "Donate",
+ "donation": "Donation",
"intercom": {
"intercom": "Intercom",
"description": "Свържи се с екипа на Ushahidi за поддържка през чат"
@@ -180,6 +182,7 @@
"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": "Избери и подреди полетата, които би искал да включиш в допитването",
@@ -221,6 +224,7 @@
"save_post_type": "Запази допитване",
"save_post_step": "Запази задача",
"saved_form": "Допитването е запазено.",
+ "select_language": "Select languages",
"step_delete": "Изтрий",
"step_name": "Име на задача",
"step_rename": "Преименувай",
@@ -286,8 +290,8 @@
"tasks": "Задачи",
"task_visible_when_published": "Тази задача ще бъде видима когато публикацията е публична.",
"show_field_description": "Add field description (optional):",
- "add_field": "Добави поле",
- "edit_field": "Промени полето",
+ "add_field": "Add {{fieldType | lowercase}} field",
+ "edit_field": "Edit {{fieldType | lowercase}} field",
"build": "Изгради",
"configure": "Настрой",
"require_section": "Изискай тази задача преди публикация да бъде публично достъпна",
@@ -311,6 +315,7 @@
"response_private_desc": "Само хора с права да променят могат да видят отговорите на това поле",
"require_task_desc": "Изискай тази задача преди публикация да бъде публично достъпна",
"survey_permissions": "Права за допитване",
+ "only_edit": "Only people with permission to edit responses will be able to see responses to this field.",
"who_can_add": "Кой може да добавя към това допитване",
"survey_field": "Полета на допитване",
"choose_survey_field": "Изберете какво трябва да се припише на всяко поле в допитването",
@@ -341,6 +346,11 @@
"delete_this": "Изтрий тази задача"
}
},
+ "fields": {
+ "validation": {
+ "required": "Required fields are missing, these fields are marked with an *."
+ }
+ },
"targeted_survey": {
"title": "Създай ново насочено допитване",
"description": "Изпрати въпроси със SMS на списък от избраните телефонни номера.",
@@ -635,6 +645,8 @@
"see_more_singular": "Виж {{newPostsCount}} нови публикации",
"add_to_form": "Добави към {{form}}",
"posts": "Публикации",
+ "post_title": "Post title",
+ "post_desc": "Post description",
"there_are_no_posts": "Няма никакви публикации",
"in_this_deployment": "все още в тази инсталация.",
"posts_total": "{{posts}} от {{total_nb}} публикации",
@@ -803,7 +815,8 @@
"valid": {
"no_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": "Задължителни полета липсва. Тези полета са отбелязани с * отдолу.",
+ "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": "Заглавието е задължително",
"minlength": "Заглавието е твърде късо",
@@ -822,7 +835,8 @@
"required": "\"{{label}}\" е задължително",
"parse": "\"{{label}}\" не може да се разпознае",
"date": "\"{{label}}\" трябва да е дата",
- "number": "\"{{label}}\" трябва да е число"
+ "number": "\"{{label}}\" трябва да е число",
+ "step": "\"{{label}}\" must be an integer"
},
"author_name": {
"maxlength": "Името е твърде дълго"
@@ -939,6 +953,7 @@
"delete_category_desc": "Ако изтриете тази категория, няма вече да бъде свързана с публикациите. Продължете внимателно.",
"show_categories": "Покажи наличните категории",
"child_permissions": "Правата за тази категория се управляват през родителската категория",
+ "which_categories": "Which categories should be available",
"select_all": "Избери всички",
"choose_roles": "Избери роля",
"create_tag": "Създай категория",
@@ -1017,7 +1032,9 @@
"webhooks": "Webhooks",
"webhooks_desc": "Създай webhook, които да изпращат данни от Ushahidi платформата на външни приложения при определени събития.",
"plans": "Планове",
- "plan_desc": "Планът на инсталацията ви е {{current_plan}}."
+ "plan_desc": "Планът на инсталацията ви е {{current_plan}}.",
+ "donation": "Donation",
+ "donation_desc": "Create and manage the donations people can make towards your organisation."
},
"user_settings": {
"user_settings_desc_1": "Тук може да добавите вашият уникален API ключ за акаунта ви в Humanitarian Data Exchange (HDX).",
@@ -1130,6 +1147,16 @@
"search_terms_desc": "Добави думи за търсене отделени със запетая"
}
},
+ "donation": {
+ "title": {
+ "label": "Donation title",
+ "placeholder": "Enter the title of your donation",
+ "required": "Donation title is required"
+ },
+ "wallet": {
+ "required": "Donation wallet address is required"
+ }
+ },
"roles": {
"member": "Член",
"admin": "Администратор",
@@ -1168,6 +1195,8 @@
"site_language": "Език на сайта",
"site_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": "Настройките на инсталацията бяха запазени",
"saved_map_settings": "Настройките на картата бяха запазени!",
@@ -1430,6 +1459,10 @@
"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": "Настройките на картата бяха запазени"
},
@@ -1528,6 +1561,7 @@
"delete_attribute_confirm": "Сигурни ли сте, че искате да изтриете това поле?",
"delete_attribute_confirm_desc": "Това действие не може да бъде обърнато. Изтривайки полето ще махнете всички данни от съществуващите публикации.",
"destroy_attribute_success": "Полето {{name}} е изтрито",
+ "survey_name_required": "Survey-name is required",
"validation": {
"name": {
"required": "Изисква се име за допитването",
@@ -1645,6 +1679,30 @@
"agree": "Съгласявам се с условията на ползване на Ushahidi.",
"accept_and_continue": "Съгласи се и продължи"
},
+ "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",
@@ -1771,6 +1829,7 @@
"en-CH": "English (Switzerland)",
"en-GB": "English (United Kingdom)",
"en-US": "English (United States)",
+ "en-EN": "English",
"myv": "Erzya",
"eo": "Есперанто",
"et": "Естонски",
diff --git a/app/common/locales/cs.json b/app/common/locales/cs.json
index ee4e44b941..33c7934633 100644
--- a/app/common/locales/cs.json
+++ b/app/common/locales/cs.json
@@ -22,6 +22,8 @@
"title": "Dokumentace",
"description": "Naučte se, jak nastavit, konfigurovat a spravovat nasazení systému Ushahidi."
},
+ "donate": "Darujte",
+ "donation": "Dary",
"intercom": {
"intercom": "Intercom",
"description": "Kontaktovat pracovníky Ushahidi pro podporu chatu"
@@ -180,6 +182,7 @@
"add_field_instructions_placeholder": "Vysvětlit toto pole...",
"add_post_type": "Přidat průzkum",
"add_step": "Přidat úlohu",
+ "add_language": "Přidat jazyk",
"added_form_stage_attribute": "Uložené pole",
"field_allowed_relation_post_type": "Povolené průzkumy",
"choose_order_message": "Vyberte a seřaďte pole, která byste chtěl zahrnout do tohoto průzkumu",
@@ -221,6 +224,7 @@
"save_post_type": "Uložit průzkum",
"save_post_step": "Uložit úlohu",
"saved_form": "Průzkum uložen",
+ "select_language": "Vyberte jazyky",
"step_delete": "Smazat",
"step_name": "Název úlohy",
"step_rename": "Přejmenovat",
@@ -235,7 +239,7 @@
"internal_use_task": "Úloha je určena pouze pro interní použití",
"internal_use_task_desc": "Tato úloha bude viditelná pouze pro uživatele, kteří mají oprávnění ke správě příspěvků.",
"duplicate_task": "Zdvojit úlohu",
- "duplicate_option": "Duplicate option is present",
+ "duplicate_option": "Možnost duplikátu je k dispozici",
"show_this_task_to": "Zobrazit tuto úlohu všem při publikování",
"show_this_task_to_desc": "Při zveřejnění odpovědi na průzkum se zobrazí data z této úlohy.",
"survey_name": "Název průzkumu",
@@ -265,7 +269,7 @@
"radio_button": "Přepínací tlačítko(a)",
"checkbox": "Zaškrtávací políčko(a)",
"related_post": "Související příspěvek",
- "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",
+ "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",
"embed_video": "Vložené video",
"markdown": "Markdown",
@@ -286,8 +290,8 @@
"tasks": "Úlohy",
"task_visible_when_published": "Tato úloha bude viditelná při zveřejnění příspěvku.",
"show_field_description": "Přidat popis pole (volitelné):",
- "add_field": "Přidat pole",
- "edit_field": "Upravit pole",
+ "add_field": "Přidat pole {{fieldType | lowercase}}",
+ "edit_field": "Upravit pole {{fieldType | lowercase}}",
"build": "Vytvořit",
"configure": "Konfigurovat",
"require_section": "Vyžaduje, aby byla tato úloha dokončena dříve, než může být příspěvek viditelný veřejnosti",
@@ -311,6 +315,7 @@
"response_private_desc": "Pouze lidé s povolením k úpravám odpovědí mohou vidět odpovědi na toto pole",
"require_task_desc": "Vyžaduje, aby byla tato úloha dokončena dříve, než může být příspěvek viditelný veřejnosti",
"survey_permissions": "Práva k průzkumu",
+ "only_edit": "Odpovědi na toto pole uvidí pouze lidé s oprávněním upravovat odpovědi.",
"who_can_add": "Kdo může do tohoto průzkumu přidat",
"survey_field": "Pole průzkumu",
"choose_survey_field": "Vyberte, co by mělo být přiřazeno ke každému poli průzkumu",
@@ -341,6 +346,11 @@
"delete_this": "Smazat tuto úlohu"
}
},
+ "fields": {
+ "validation": {
+ "required": "Chybí povinná pole, tato pole jsou označena *."
+ }
+ },
"targeted_survey": {
"title": "Vytvořte nový cílený průzkum",
"description": "Odeslání dotazů přes SMS na seznam těchto telefonních čísel.",
@@ -635,13 +645,15 @@
"see_more_singular": "Viz {{newPostsCount}} nových příspěvků",
"add_to_form": "Přidat do {{form}}",
"posts": "Příspěvky",
+ "post_title": "Vložit název",
+ "post_desc": "Vložit popis",
"there_are_no_posts": "Nejsou žádné příspěvky",
"in_this_deployment": "v tomto nasazení.",
"posts_total": "{{posts}} z {{total_nb}} příspěvků",
"posts_total_map": "Zobrazování {{posts}} z {{total_nb}} příspěvků s informacemi o poloze na mapě.",
"search_results": "Výsledek:",
"by": "od",
- "duplicate_option": "There's a problem with the configuration of this field because of duplicates, please go to the survey-settings and fix it.",
+ "duplicate_option": "Došlo k problému s konfigurací tohoto pole kvůli duplikátům, přejděte do nastavení průzkumu a opravte ho.",
"task_completed": "Úloha dokončena",
"everyone": "Kdokoliv",
"just_you": "Jen vy",
@@ -803,7 +815,8 @@
"valid": {
"no_changes": "Neprovedl jste žádné změny",
"invalid_state": "Tento příspěvek je v neplatném stavu. Budete muset dokončit všechny požadované úlohy, než budete moci tento příspěvek znovu publikovat. Můžete buď dokončit potřebné úlohy, nebo dát vašemu příspěvku jiný stav, například \"ke kontrole\".",
- "validation_fail": "Požadovaná pole chybí, tato pole jsou označena * níže.",
+ "validation_fail": "Chybí povinná pole, tato pole jsou označena *.",
+ "validation_fail_other": "Při ověřování dat došlo k chybě. Pole, u kterých se nepodařilo ověřit, zobrazí chybu.",
"title": {
"required": "Je vyžadován název",
"minlength": "Název je příliš krátký",
@@ -822,7 +835,8 @@
"required": "\"{{label}} je povinný",
"parse": "\"{{label}}\" nelze analyzovat",
"date": "\"{{label}}\" musí být datum",
- "number": "\"{{label}}\" musí být číslo"
+ "number": "\"{{label}}\" musí být číslo",
+ "step": "\"{{label}}\" musí být celé číslo"
},
"author_name": {
"maxlength": "Název je příliš dlouhý"
@@ -939,6 +953,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",
"select_all": "Vybrat vše",
"choose_roles": "Vybrat role",
"create_tag": "Vytvořit kategorii",
@@ -1017,7 +1032,9 @@
"webhooks": "Webhooks",
"webhooks_desc": "Vytvořit webhooks které odesílají data platformy Ushahidi externím aplikacím při spuštění určitých událostí.",
"plans": "Plány",
- "plan_desc": "Současný plán nasazení je {{current_plan}}."
+ "plan_desc": "Současný plán nasazení je {{current_plan}}.",
+ "donation": "Dar",
+ "donation_desc": "Vytvářejte a spravujte dary, které mohou lidé poskytnout vaší organizaci."
},
"user_settings": {
"user_settings_desc_1": "Zde můžete přidat svůj jedinečný klíč API pro svůj účet Human Data Exchange (HDX).",
@@ -1130,6 +1147,16 @@
"search_terms_desc": "Přidat hledané výrazy oddělené čárkami"
}
},
+ "donation": {
+ "title": {
+ "label": "Název daru",
+ "placeholder": "Zadejte název svého daru",
+ "required": "Název daru je povinný"
+ },
+ "wallet": {
+ "required": "Je nutná adresa peněženky pro darování"
+ }
+ },
"roles": {
"member": "Člen",
"admin": "Správce",
@@ -1168,6 +1195,8 @@
"site_language": "Jazyk stránek",
"site_private": "Udělat toto nasazení soukromé",
"site_private_desc": "Povolením této možnosti bude vaše nasazení a jeho data přístupná pouze registrovaným uživatelům se správnými oprávněními, kteří se k přístupu musí přihlásit",
+ "site_disable_registration": "Zakázat registraci uživatele?",
+ "site_disable_registration_desc": "Zaškrtnutím této možnosti se deaktivuje funkce registrace. Správci budou muset uživatele přidávat ručně.",
"select_image": "Vybrat obrázek",
"saved_settings": "Nastavení Nasazení byly uloženy!",
"saved_map_settings": "Nastavení map uloženo!",
@@ -1430,6 +1459,10 @@
"general_settings": {
"save_success": "Obecná nastavení uložena"
},
+ "donation_settings": {
+ "save_success": "Nastavení daru bylo uloženo",
+ "delete_question": "Opravdu chcete {{name}} smazat."
+ },
"map_settings": {
"save_success": "Nastavení mapy uloženo"
},
@@ -1528,6 +1561,7 @@
"delete_attribute_confirm": "Opravdu chcete toto pole smazat?",
"delete_attribute_confirm_desc": "Tuto akci nelze vrátit zpět. Vymazání tohoto pole odstraní jeho data ze všech existujících příspěvků.",
"destroy_attribute_success": "Pole {{name}} smazáno",
+ "survey_name_required": "Název průzkumu je povinný",
"validation": {
"name": {
"required": "Název průzkumu je vyžadován",
@@ -1645,6 +1679,30 @@
"agree": "Souhlasím se Smluvními podmínkami společnosti Ushahidi.",
"accept_and_continue": "Přijmout a pokračovat"
},
+ "translations": {
+ "languages": "Jazyky",
+ "language": "Jazyk",
+ "default": "výchozí",
+ "translate_field": "Přeložit pole",
+ "survey_select_default": "Vyberte výchozí jazyk pro tento průzkum",
+ "category_select_default": "Vyberte výchozí jazyk pro tuto kategorii",
+ "error_translation_exists": "Tento jazyk nemůžete vybrat, protože pro něj již existuje překlad.",
+ "edit_default_text": "Text ve výchozím jazyce",
+ "edit_placeholder": "Sem napište překlad",
+ "add_translation": "Přidejte svůj překlad níže:",
+ "survey_name_required": "Je vyžadován překlad názvu průzkumu",
+ "field_add_translation": "Pole (kliknutím přidáte překlad):",
+ "add_translation_lang": "Přidat překlad",
+ "translate_field_name": "Přeložit název pole",
+ "translate_field_desc": "Přeložit popis pole",
+ "category_translations_link": "Chcete-li přidat překlady k názvům kategorií, přejděte do Nastavení kategorie",
+ "parent_child_lang": "Pamatujte, že vybraný výchozí jazyk pro tuto podřízenou kategorii se liší od jejího nadřazeného jazyka",
+ "post_title_required": "Překlad pro název je vyžadován",
+ "add_a_language": "Přidat jazyk",
+ "error_no_default": "Před přidáním nového překladu musíte určit výchozí jazyk.",
+ "select_language": "Vyberte jazyk, do kterého chcete přidat překlad",
+ "default_lang_info": "Toto je jazyk, který se použije, pokud nejsou k dispozici žádné překlady pro jazyk, který uživatel nastavil pro nasazení."
+ },
"languages": {
"ach": "Acoli",
"ady": "Adyghe",
@@ -1771,6 +1829,7 @@
"en-CH": "Angličtina (Switzerland)",
"en-GB": "Angličtina (Spojené Království)",
"en-US": "Angličtina (Spojené státy)",
+ "en-EN": "Čeština",
"myv": "Erzja",
"eo": "Esperanto",
"et": "Estonština",
diff --git a/app/common/locales/de.json b/app/common/locales/de.json
index 3bbb1634a0..0cf7fdf1c7 100644
--- a/app/common/locales/de.json
+++ b/app/common/locales/de.json
@@ -22,6 +22,8 @@
"title": "Dokumentation",
"description": "Erfahren Sie, wie Sie Ihre Ushahidi-Umgebung einrichten, konfigurieren und verwalten."
},
+ "donate": "Donate",
+ "donation": "Donation",
"intercom": {
"intercom": "Intercom",
"description": "Contact Ushahidi staff for chat support"
@@ -180,6 +182,7 @@
"add_field_instructions_placeholder": "Explain this field...",
"add_post_type": "Umfrage hinzufügen",
"add_step": "Aufgabe hinzufügen",
+ "add_language": "Add language",
"added_form_stage_attribute": "Gespeichertes Feld",
"field_allowed_relation_post_type": "Zulässige Umfragen",
"choose_order_message": "Wählen und sortieren Sie die Felder, die in dieser Umfrage enthalten sein sollen",
@@ -221,6 +224,7 @@
"save_post_type": "Umfrage speichern",
"save_post_step": "Aufgabe speichern",
"saved_form": "Umfrage wurde gespeichert.",
+ "select_language": "Select languages",
"step_delete": "Löschen",
"step_name": "Name der Aufgabe",
"step_rename": "Umbenennen",
@@ -286,8 +290,8 @@
"tasks": "Aufgaben",
"task_visible_when_published": "This task will be visible when post is published.",
"show_field_description": "Add field description (optional):",
- "add_field": "Feld hinzufügen",
- "edit_field": "Feld bearbeiten",
+ "add_field": "Add {{fieldType | lowercase}} field",
+ "edit_field": "Edit {{fieldType | lowercase}} field",
"build": "Build",
"configure": "Konfigurieren",
"require_section": "Festlegen, dass diese Aufgabe abgeschlossen sein muss, bevor ein Beitrag öffentlich sichtbar sein kann",
@@ -311,6 +315,7 @@
"response_private_desc": "Only people with permission to edit responses can see responses to this field",
"require_task_desc": "Festlegen, dass diese Aufgabe abgeschlossen sein muss, bevor ein Beitrag öffentlich sichtbar sein kann",
"survey_permissions": "Umfrageberechtigungen",
+ "only_edit": "Only people with permission to edit responses will be able to see responses to this field.",
"who_can_add": "Wer zu dieser Umfrage beitragen darf",
"survey_field": "Umfragefeld",
"choose_survey_field": "Choose what should be assigned to each survey field",
@@ -341,6 +346,11 @@
"delete_this": "Diese Aufgabe löschen"
}
},
+ "fields": {
+ "validation": {
+ "required": "Required fields are missing, these fields are marked with an *."
+ }
+ },
"targeted_survey": {
"title": "Neue zielgerichtete Umfrage erstellen",
"description": "Send questions via SMS to a list of those phone numbers.",
@@ -635,6 +645,8 @@
"see_more_singular": "See {{newPostsCount}} new post",
"add_to_form": "Zu {{form}} hinzufügen",
"posts": "Beiträge",
+ "post_title": "Post title",
+ "post_desc": "Post description",
"there_are_no_posts": "Es sind keine Beiträge vorhanden",
"in_this_deployment": "in dieser Bereitstellung.",
"posts_total": "{{posts}} von {{total_nb}} Beiträgen",
@@ -803,7 +815,8 @@
"valid": {
"no_changes": "You haven’t made any changes",
"invalid_state": "Dieser Beitrag befindet sich zurzeit in einem ungültigen Zustand. Sie müssen alle erforderlichen Aufgaben abschließen, bevor Sie diesen Beitrag erneut veröffentlichen können. Sie können entweder die erforderlichen Aufgaben abschließen oder Ihrem Beitrag auf einen anderen Status setzen, z. B. \"Wird geprüft\".",
- "validation_fail": "Pflichtfelder sind nicht ausgefüllt (unten mit einem * gekennzeichnet).",
+ "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": "Ein Titel ist erforderlich",
"minlength": "Der Titel ist zu kurz",
@@ -822,7 +835,8 @@
"required": "\"{{label}}\" ist erforderlich",
"parse": "\"{{label}}\" konnte nicht geparsed werden",
"date": "\"{{label}}\" muss ein Datum sein",
- "number": "\"{{label}}\" muss eine Zahl sein"
+ "number": "\"{{label}}\" muss eine Zahl sein",
+ "step": "\"{{label}}\" must be an integer"
},
"author_name": {
"maxlength": "Name ist zu lang"
@@ -939,6 +953,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",
"select_all": "Alle wählen",
"choose_roles": "Rollen auswählen",
"create_tag": "Kategorie erstellen",
@@ -1017,7 +1032,9 @@
"webhooks": "Webhooks",
"webhooks_desc": "Webhooks erstellen, die Daten der Ushahidi-Plattform an externe Anwendungen senden, wenn bestimmte Ereignisse ausgelöst werden.",
"plans": "Tarife",
- "plan_desc": "Der derzeitige Tarif Ihrer Bereitstellung ist {{current_plan}}."
+ "plan_desc": "Der derzeitige Tarif Ihrer Bereitstellung ist {{current_plan}}.",
+ "donation": "Donation",
+ "donation_desc": "Create and manage the donations people can make towards your organisation."
},
"user_settings": {
"user_settings_desc_1": "Here you can add your unique API key for your Humanitarian Data Exchange (HDX) account.",
@@ -1130,6 +1147,16 @@
"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"
+ },
+ "wallet": {
+ "required": "Donation wallet address is required"
+ }
+ },
"roles": {
"member": "Member",
"admin": "Admin",
@@ -1168,6 +1195,8 @@
"site_language": "Website-Sprache",
"site_private": "Diese Bereitstellung als privat festlegen",
"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": "Bild auswählen",
"saved_settings": "Bereitstellungseinstellungen wurden gespeichert.",
"saved_map_settings": "Karteneinstellungen wurden gespeichert.",
@@ -1430,6 +1459,10 @@
"general_settings": {
"save_success": "Allgemeine Einstellungen gespeichert"
},
+ "donation_settings": {
+ "save_success": "Donation settings saved",
+ "delete_question": "Are you sure you want to delete this {{name}}."
+ },
"map_settings": {
"save_success": "Karteneinstellungen gespeichert"
},
@@ -1528,6 +1561,7 @@
"delete_attribute_confirm": "Möchten Sie dieses Feld wirklich löschen?",
"delete_attribute_confirm_desc": "This action cannot be undone. Deleting this field will remove its data from all existing posts.",
"destroy_attribute_success": "Feld \"{{name}}\" wurde gelöscht",
+ "survey_name_required": "Survey-name is required",
"validation": {
"name": {
"required": "A survey-name is needed",
@@ -1645,6 +1679,30 @@
"agree": "I agree to Ushahidi's Terms of Service.",
"accept_and_continue": "Accept and Continue"
},
+ "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",
@@ -1771,6 +1829,7 @@
"en-CH": "Englisch (Schweiz)",
"en-GB": "Englisch (Großbritannien)",
"en-US": "Englisch (USA)",
+ "en-EN": "English",
"myv": "Ersjanisch",
"eo": "Esperanto",
"et": "Estnisch",
diff --git a/app/common/locales/es.json b/app/common/locales/es.json
index 65390d33ef..f3eb4bf27d 100644
--- a/app/common/locales/es.json
+++ b/app/common/locales/es.json
@@ -19,9 +19,11 @@
"date_created": "Fecha de creación",
"date_updated": "Fecha de actualización",
"documentation": {
- "title": "Documentación",
+ "title": "Documentación",
"description": "Aprenda cómo preparar, configurar y administrar su despliegue de Ushahidi."
},
+ "donate": "Donar",
+ "donation": "Donación",
"intercom": {
"intercom": "Interfono",
"description": "Contacte con el personal de Ushahidi para asistencia por mensajería instantánea"
@@ -32,8 +34,8 @@
},
"edit_collection": "Editar colección",
"features": {
- "title": "Características",
- "description": "Vea lo que Ushahidi puede hacer y cómo funciona."
+ "title": "Características",
+ "description": "Vea lo que Ushahidi puede hacer y cómo funciona."
},
"forbidden": "Lo sentimos, no tiene permisos para hacer eso",
"404": "La URL no existe",
@@ -46,7 +48,7 @@
"cancel": "Cancelar",
"save": "Guardar",
"save_and_close": "Guardar y cerrar",
- "add_and_close": "Añadir y cerrar",
+ "add_and_close": "Añadir y cerrar",
"update_and_close": "Actualizar y cerrar",
"updating": "Actualizando",
"saving": "Guardando",
@@ -61,23 +63,23 @@
"import": "Importar",
"users": "Usuarios",
"edit_user": "Editar Usuario",
- "add_user": "Añadir Usuario",
+ "add_user": "Añadir usuario",
"edit": "Editar",
"roles": "Roles",
"edit_role": "Editar Rol",
- "add_role": "Añadir Rol",
+ "add_role": "Añadir rol",
"webhooks": "WebHooks",
"edit_webhook": "Editar Webhook",
- "add_webhook": "Añadir Webhook",
+ "add_webhook": "Añadir webhook",
"categories": "Categorias",
"edit_category": "Editar Categoría",
- "add_category": "Añadir Categoría",
+ "add_category": "Añadir categoría",
"categories_count": "{{count}} categorías",
"plans": "Planes",
"delete": "Borrar",
"description": "Descripción",
"color": "Color",
- "search_users": "Buscar Usuarios",
+ "search_users": "Buscar usuarios",
"searching": "Buscando",
"show_hide": "Mostrar/Ocultar",
"fields": "Campos",
@@ -85,12 +87,12 @@
"filter_by": "Filtrar por...",
"sort_filter": "Clasificar y filtrar",
"apply_filters": "Utilizar",
- "close_and_view": "Close and view results",
- "show_more_less": "Mostrar má/menos",
+ "close_and_view": "Cerrar y ver resultados",
+ "show_more_less": "Mostrar más/menos",
"filters": "Filtros",
"filter_by_survey": "Filtrar por tema",
"configure": "Configurar",
- "post": "Incidente",
+ "post": "Publicación",
"name": "Nombre",
"key": "Clave",
"survey_web_address": "Dirección web de su encuesta",
@@ -99,12 +101,12 @@
"sort_and_filter": "Clasificar y filtrar",
"saved_search": "Guardar búsqueda",
"tasks": "Tareas",
- "return_to_all_posts": "Volver a todos los informes",
+ "return_to_all_posts": "Volver a todas las publicaciones",
"this_deplyment_is_private": "Esta aplicación es privada",
- "private_deployment": "Aplicación privada",
+ "private_deployment": "Despliegue privado",
"mark_as": "Marcar como",
"who_can_see_this_category": "¿Quién puede ver esta categoría?",
- "this_category_is_child_to": "Esta categoría es de niño a {{parent}}",
+ "this_category_is_child_to": "Esta categoría es hija de {{parent}}",
"nothing": "Nada",
"who_can_see_this": "¿Quién puede ver esto?",
"add": "Añadir",
@@ -130,7 +132,7 @@
"user": {
"expired": "Tu prueba de 30 días ha terminado. Actualiza ahora para sacar el máximo partido de Ushahidi.",
"not_expired": "Te quedan {{days}} días en tu prueba gratuita. Actualice ahora para publicaciones ilimitadas y acceso completo a Ushahidi.",
- "limit_reached": "¡Buen trabajo! Tienes más de 25 posts. Actualiza el plan ahora para ver el resto de sus posts o ponte en contacto con nuestro equipo para un servicio empresarial completo para su proyecto. "
+ "limit_reached": "¡Buen trabajo! Tiene más de 25 publicaciones. Actualice el plan ahora para ver el resto de sus publicaciones o póngase en contacto con nuestro equipo para un servicio empresarial completo para su proyecto. "
}
},
"color_picker": {
@@ -144,9 +146,9 @@
"view_unavailable": "La vista {{value}} no está disponible en su plan actual. Ascienda su plan para conseguirlo"
},
"limit": {
- "plan_limit": "Límite de Plan de Ushahidi",
- "post_limit_reached": "Ha alcanzado el límite de reportes publicados para su plan.",
- "admin_limit_reached": "Ha alcanzado el límite de usuarios administradores para su plan.",
+ "plan_limit": "Límite de plan de Ushahidi",
+ "post_limit_reached": "Ha alcanzado el límite de publicaciones para su plan.",
+ "admin_limit_reached": "Ha alcanzado el límite de usuarios administradores para su plan.",
"post_type_limit_reached": "Ha alcanzado el límite de encuestas para su plan.",
"upgrade": "Ascender"
},
@@ -154,33 +156,34 @@
"activity_over_time": "Actividad por tiempo",
"activity_by_volume": "Actividad por volumen",
"recent_activity_timeline": "Actividad reciente",
- "new_post": "Nuevo reporte",
+ "new_post": "Nueva publicación",
"by": "Por",
"context_body": "Un resumen de cómo se interactua con {{site}}.",
"inbound": "Mensajes de la bandeja de entrada",
"outbound": "Mensajes de la bandeja de salida",
"recipients": "Destinatarios únicos de la encuesta seleccionada",
"responders": "Respondedores únicos a la encuesta seleccionada",
- "all_targeted": "Todas las Encuestas Seleccionadas\n",
- "no_targeted": "No tiene ningún dato de Encuesta seleccionada para mostrar.",
+ "all_targeted": "Todas las encuestas seleccionadas",
+ "no_targeted": "No tiene ningún dato de encuesta seleccionada para mostrar.",
"all_sources": "Todas las fuentes de datos",
"web_mobile": "Web y móvil",
"email": "correo electrónico",
"sms": "sms",
"twitter": "twitter",
- "all_crowdsourced": "Todas las encuestas de Colaborativas",
- "no_crowdsourced": "No tiene ningún dato de Encuesta Colaborativa para mostrar.",
+ "all_crowdsourced": "Todas las encuestas colaborativas",
+ "no_crowdsourced": "No tiene ningún dato de encuesta colaborativa para mostrar.",
"targeted_activity": "Actividad de encuesta seleccionada",
"crowdsourced_activity": "Actividad de encuesta de colaborativa"
},
"form": {
- "add_field": "Añadir campo",
- "add_field_instructions": "Añ instrucciones a este campo",
+ "add_field": "Añadir campo",
+ "add_field_instructions": "Añadir instrucciones a este campo",
"add_field_instructions_info": "Estas instrucciones se presentarán como consejos cuando un usuario rellene este campo.",
"add_field_instructions_placeholder": "Explique este campo...",
- "add_post_type": "Añadir encuesta",
- "add_step": "Añadir tarea",
- "added_form_stage_attribute": "Campo Guardado",
+ "add_post_type": "Añadir encuesta",
+ "add_step": "Añadir tarea",
+ "add_language": "Agregar idioma",
+ "added_form_stage_attribute": "Campo guardado",
"field_allowed_relation_post_type": "Encuestas autorizadas",
"choose_order_message": "Elija y ordene los campos que desea incluir en esta encuesta",
"created_form_stage": "Tarea guardada",
@@ -191,13 +194,13 @@
"default_location_placeholder": "Nairobi, Kenya",
"delete_post_type": "Borrar esta encuesta",
"deleted_form": "Encuesta borrada",
- "deleted_form_stage": "Tarea Borrada",
- "deleted_form_stage_attribute": "Campo Borrado",
+ "deleted_form_stage": "Tarea borrada",
+ "deleted_form_stage_attribute": "Campo borrado",
"editable_by": "Editable por",
- "edit_post_step": "Editar Tarea: {{step}}",
+ "edit_post_step": "Editar tarea: {{step}}",
"edit_post_type": "Editar encuestas: {{form}}",
- "edit_post_types": "Editar Encuestas",
- "field_add_option": "Añadir",
+ "edit_post_types": "Editar encuestas",
+ "field_add_option": "Añadir",
"field_default": "Campo por defecto",
"field_key": "Clave del campo",
"field_type": "Tipo de campo",
@@ -221,13 +224,14 @@
"save_post_type": "Guardar Survey",
"save_post_step": "Guardar Tarea",
"saved_form": "Survey guardado.",
+ "select_language": "Select languages",
"step_delete": "Borrar",
"step_name": "Nombre de la tarea",
"step_rename": "Renombrar",
"step_required": "Esta tarea es obligatoria",
- "post_step": "Reporte",
+ "post_step": "Publicación",
"type": "tipo",
- "visible_to": "Visible Para"
+ "visible_to": "Visible para"
},
"survey": {
"delete_task": "Borrar tarea",
@@ -235,7 +239,7 @@
"internal_use_task": "Función únicamente para uso interno",
"internal_use_task_desc": "Esta función sólo será visible para el usuario que tenga permiso de Administrador de Publicaciones.",
"duplicate_task": "Duplicar tarea",
- "duplicate_option": "Duplicate option is present",
+ "duplicate_option": "La opción duplicar está presente",
"show_this_task_to": "Mostrar esta tarea a todos cuando sea publicada",
"show_this_task_to_desc": "Cuando la respuesta a una encuesta sea publicada, los datos de esta tarea serán desplegados.",
"survey_name": "Nombre de encuesta",
@@ -243,16 +247,16 @@
"describe_this_task": "Describe esta tarea...",
"untitled_task": "Tarea sin título",
"add_task": "Añadir tarea",
- "title": "Título",
+ "title": "Título",
"field_allowed_relation_survey": "Encuestas permitidas",
"collect_image_caption": "Incluir campo de leyenda de imagen",
"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",
+ "description": "Descripción",
"task_description": "Descripción de tareas",
- "post_fields": "Campos del reporte",
+ "post_fields": "Campos de la publicación",
"task_fields": "Campos de tareas",
- "show_task": "Mostrar esta tarea a todos cuando el reporte sea publicado",
- "task_info": "Puede agregar información adicional a cada reporte como traducciones o verificaciones, y asignarlas a personas añadiendo Tasks. Puedes escoger las tareas predefinidas o crear uno de cero.",
+ "show_task": "Hacer esta tarea visible cuando se suba la publicación",
+ "task_info": "Puede agregar información adicional a cada publicación como traducciones o verificaciones, y asignarlas a personas añadiendo Tasks. Puedes escoger las tareas predefinidas o crear uno de cero.",
"text_desc": "Una frase o menos",
"short_text": "Texto breve",
"long_text": "Texto largo",
@@ -280,14 +284,14 @@
"radio_desc": "Permite al usuario elegir una opción de una lista predefinida.",
"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 al reporte",
+ "upload_desc": "Permite subir imágenes a la publicación",
"video_desc": "Permite incrustar vídeos de Youtube o Vimeo en la publicación",
"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.",
- "show_field_description": "Agregar campo descripción (opcional):",
- "add_field": "Añadir campo",
- "edit_field": "Editar campo",
+ "show_field_description": "Añadir descripción del campo (opcional):",
+ "add_field": "Añadir campo de tipo {{fieldType | lowercase}}",
+ "edit_field": "Edit {{fieldType | lowercase}} field",
"build": "Construir",
"configure": "Configurar",
"require_section": "Es necesario completar esta función antes de que una publicación sea visible al público",
@@ -304,20 +308,21 @@
"required_desc": "Es necesario completar esta función antes de que una publicación sea visible al público",
"require_field_desc": "Es necesario completar este campo",
"name_this_task": "Nombre de la tarea...",
- "require_review": "Se necesita que se revisen las publicaciones antes de publicarse",
+ "require_review": "Es necesario revisar las publicaciones antes de subirse",
"require_review_desc": "Las nuevas respuestas a esta encuesta se pondrán \"en revisión\", y por lo tanto no serán visibles inmediatamente para el público. Los usuarios con permiso para revisar las respuestas pueden revisarlas y \"publicarlas\", lo que las haría visibles para todos.",
"require_task": "Solicitado",
"make_response_private": "Hacer las respuestas privadas",
"response_private_desc": "Solo las personas con permiso para editar respuestas pueden ver las respuestas de este campo",
"require_task_desc": "Es necesario completar esta función antes de que una publicación sea visible al público",
"survey_permissions": "Permisos de las encuestas",
+ "only_edit": "Only people with permission to edit responses will be able to see responses to this field.",
"who_can_add": "Quién puede agregar a esta encuesta",
"survey_field": "Campo de encuesta",
"choose_survey_field": "Elija lo que debería asignarse a cada campo de encuesta",
"choose_survey_field_desc": "Cada uno de los campos de la encuesta se enumeran a continuación. Elija los datos de la {{datasource_type}} que desea utilizar para rellenar cada uno de esos campos.",
"who_can_contribute_to_task": "Quién puede contribuir en los campos de esta función",
"delete": {
- "desc": "Si borra este survey, todos sus reportes serán borrados también. Proceda con precaución.",
+ "desc": "Si borra esta encuesta, todas sus publicaciones serán borradas. Proceda con precaución.",
"delete": "Borrar survey",
"delete_this": "Borrar este survey",
"delete_this_field": "Borrar este campo",
@@ -327,13 +332,13 @@
"name": "Nombre",
"color": {
"color": "Color",
- "hex": "Valor Hexadecimal",
+ "hex": "Valor hexadecimal",
"red": "Rojo",
"gold": "Dorado",
"blue": "Azul",
"green": "Verde"
},
- "who": "Quién puede ver esto?",
+ "who": "¿Quién puede ver esto?",
"task": {
"delete": {
"desc": "Si borra esta tarea, todos los datos guardados en ella serán borrados. Proceda con precaución.",
@@ -341,6 +346,11 @@
"delete_this": "Borrar esta tarea"
}
},
+ "fields": {
+ "validation": {
+ "required": "Required fields are missing, these fields are marked with an *."
+ }
+ },
"targeted_survey": {
"title": "Crear una encuesta dirigida nueva",
"description": "Enviar las preguntas vía SMS a la lista de esos números de teléfono.",
@@ -407,28 +417,28 @@
"global_filter": {
"filter": "Filtro",
"categories": {
- "categories": "Categorías",
- "all_categories": "Todas las Categorías"
+ "categories": "Categorías",
+ "all_categories": "Todas las categorías"
},
"post_types": {
"post_types": "Encuestas",
- "all_types": "Todos los Tipos",
+ "all_types": "Todos los tipos",
"unstructured": "Sin estructura"
},
"post_statuses": {
"post_statuses": "Estado",
- "all_statuses": "Cualquier Estado",
+ "all_statuses": "Cualquier estado",
"draft": "Borrador",
"published": "Publicado"
},
"post_stages": {
- "post_stages": "Tarea Actual",
- "all_stages": "Todas las Tareas"
+ "post_stages": "Tarea actual",
+ "all_stages": "Todas las tareas"
},
"collections": {
"collections": "Colecciones",
- "all_collections": "Todas las Colecciones",
- "search_collections": "Buscar Colecciones"
+ "all_collections": "Todas las colecciones",
+ "search_collections": "Buscar colecciones"
},
"sort": {
"order": {
@@ -468,12 +478,12 @@
"created_after": "Fecha inicial",
"created_before": "Fecha final",
"date_after": "Fecha de inicio",
- "date_before": "Fecha de cierre\nFecha límite",
- "center_point": "Localización",
- "tags": "Categoría",
- "form": "Survey",
- "current_stage": "Tarea Actual",
- "set": "Colección",
+ "date_before": "Fecha de fin",
+ "center_point": "Localización",
+ "tags": "Categoría",
+ "form": "Encuesta",
+ "current_stage": "Tarea actual",
+ "set": "Colección",
"status": "Estado",
"location_value": "Dentro de {{km}} km de {{value}}",
"visible_to": "Visible para",
@@ -489,14 +499,14 @@
"unmapped_one": "{{post_nb}} publicación",
"unmapped_many": "{{post_nb}} publicaciones",
"unmapped_end": "no se muestran aquí porque no incluyen información de ubicación.",
- "more": "Más",
+ "more": "Más",
"keyword": "Keyword",
"start_date": "Fecha de inicio",
- "start_date_placeholder": "Jan 25, 2014",
+ "start_date_placeholder": "25 de enero de 2014",
"end_date": "Fecha final",
- "end_date_placeholder": "April 25, 2014",
- "location": "Localización",
- "location_placeholder": "Introduzca ciudad or dirección",
+ "end_date_placeholder": "25 de abril de 2014",
+ "location": "Localización",
+ "location_placeholder": "Introduzca ciudad o dirección",
"within_km": "Dentro de",
"km": "Km",
"within_km_placeholder": "Distancia",
@@ -515,25 +525,25 @@
"source": "Fuente"
},
"graph": {
- "all_posts": "Nada; Mostrar todos los reportes",
+ "all_posts": "Nada; mostrar todas las publicaciones",
"all": "Todo el tiempo",
"compare": "Comparar...",
"compare_all": "Comparar...",
"compare_status": "Comparar estado",
- "compare_tags": "Comparar categorías",
+ "compare_tags": "Comparar categorías",
"compare_form": "Comparar encuestas",
"compare_": "Comparar",
"created": "Fecha de creación",
"cumulative": "Mostrar el total acumulativo",
- "cumulative_post_count": "Cuenta total de reportes",
+ "cumulative_post_count": "Total de publicaciones",
"custom": "Rango de fechas personalizado",
"custom_display": "{{start || 'Beginning'}} to {{end || 'Now'}}",
- "group_by_placeholder": "Gráfico",
- "new_post_count": "Nuevo reportes",
+ "group_by_placeholder": "Gráfico",
+ "new_post_count": "Nuevas publicaciones",
"none": "No",
"no_data": "No hay actividad que mostrar",
- "post_count": "Cuenta de reportes",
- "post_date": "Fecha de creación del reporte",
+ "post_count": "Cantidad de publicaciones",
+ "post_date": "Fecha de creación de la publicación",
"select_one": "Seleccionar uno",
"week": "Esta semana",
"month": "Este mes",
@@ -554,25 +564,25 @@
},
"nav": {
"404": "Zumbidos",
- "about": "A cerca de",
+ "about": "Acerca de",
"activity": "Actividad",
- "add_post": "Añadir reporte",
- "account_settings": "Ajustes de la Cuenta",
+ "add_post": "Añadir publicación",
+ "account_settings": "Ajustes de la cuenta",
"alerts": "Alertas",
"all": "Todo",
"author_tagline": "Por {{author}}",
"appearance": "Apariencia",
"back": "Volver",
- "category": "Categoría",
- "categories": "Categorías",
+ "category": "Categoría",
+ "categories": "Categorías",
"clear": "Borrar",
"collections": "Colecciones",
"comments": "Comentarios",
- "data_sources": "Fuentes de Datos",
- "data_import": "Importar Datos",
+ "data_sources": "Fuentes de datos",
+ "data_import": "Importar datos",
"deselect": "Deseleccionar",
- "edit_profile": "Editar Perfil",
- "edit_post_type": "Editar Survey",
+ "edit_profile": "Editar perfil",
+ "edit_post_type": "Editar encuesta",
"everyone": "Todos",
"export": "Exportar",
"forbidden": "Acceso Denegado",
@@ -600,54 +610,56 @@
"plan_settings": "Plan",
"please_wait_loading": "Por Favor Espere. Cargando...",
"plugins": "Plugins",
- "posts": "Reportes",
+ "posts": "Publicaciones",
"posts_and_entities": "Encuestas",
- "profile": "Mi Perfil",
+ "profile": "Mi perfil",
"role": "Rol",
"roles": "Roles",
"webhook": "Webhook",
"webhooks": "Webhooks",
- "saved_searches": "BúsquedasGuardadas",
+ "saved_searches": "Búsquedas guardadas",
"search": "Buscar",
"select_all": "Seleccionar todo",
"selected_items": "{{selectedItems}} seleccionados",
"settings": "Ajustes",
- "survey_settings": "Ajustes del Survey",
- "tags": "Categorías",
+ "survey_settings": "Ajustes de la encuesta",
+ "tags": "Categorías",
"today": "Hoy",
- "general": "Ajustes Generales",
+ "general": "Ajustes generales",
"type": "Tipo",
"unknown": "Desconocido",
- "unselect_all": "Deseleccionar Todo",
+ "unselect_all": "Deseleccionar todo",
"user": "Usuario",
"users": "Usuarios",
"views": "Vistas",
"yesterday": "Ayer"
},
"views": {
- "map": "Map",
- "list": "Cronología",
+ "map": "Mapa",
+ "list": "Cronología",
"activity": "Actividad",
"data": "Datos"
},
"post": {
"see_more_plural": "Ver {{newPostCount}} publicaciones nuevas",
"see_more_singular": "Ver {{newPostCount}} publicación nueva",
- "add_to_form": "Añadir a {{form}}",
- "posts": "Reportes",
- "there_are_no_posts": "No hay reportes",
+ "add_to_form": "Añadir a {{form}}",
+ "posts": "Publicaciones",
+ "post_title": "Título de la publicación",
+ "post_desc": "Descripción de la publicación",
+ "there_are_no_posts": "No hay publicaciones",
"in_this_deployment": "en este despliegue, de momento.",
"posts_total": "{{posts}} de {{total_nb}} publicaciones",
- "posts_total_map": "Displaying {{posts}} of {{total_nb}} posts with location information on the map.",
- "search_results": "Results:",
+ "posts_total_map": "Mostrando {{posts}} de {{total_nb}} publicaciones con ubicación en el mapa.",
+ "search_results": "Resultados:",
"by": "por",
- "duplicate_option": "There's a problem with the configuration of this field because of duplicates, please go to the survey-settings and fix it.",
+ "duplicate_option": "Hay un problema en la configuración de este campo a causa de duplicados, por favor vaya a los ajustes de encuesta y soluciónelo.",
"task_completed": "Tarea completada",
"everyone": "Todos",
"just_you": "Solamente usted",
- "specific_roles": "Roles específicos...",
+ "specific_roles": "Roles específicos...",
"can_see_this": "puede ver esto",
- "add_post_type": "Añadir {{form_name}}",
+ "add_post_type": "Añadir {{form_name}}",
"edit_post_type": "Editar {{form_name}}",
"messages": {
"by_sms": "Por SMS",
@@ -658,51 +670,51 @@
"save": "Guardar",
"simple_send": "Enviar",
"title": "Conversación con el autor",
- "associated_messages": "Ver mensajes asociados a este reporte",
+ "associated_messages": "Ver mensajes asociados a esta publicación",
"show_only_incoming": "Mostrar solo {{provider}} que aún no tiene asignada ninguna encuesta",
"imported_by": "{{messages}} importados por este desarrollo",
"Twitter": "Twitter",
"Email": "e-mail",
"SMS": "SMS"
},
- "post": "reporte",
+ "post": "publicación",
"message": "Mensaje",
"message_thread": "Hilo de Mensajes",
"all_posts": "Todas las publicaciones",
- "no_search_results": "Su búsqueda no devolvió ningún reporte",
- "no_search_results_location": "Your search didn't match any posts with location information",
- "no_posts_yet": "De momento no hay reportes !",
- "no_posts_yet_location": "There are no posts with location information yet!",
- "add_first_post": "Añadir el primer reporte",
- "create_post": "Crear reporte",
+ "no_search_results": "Su búsqueda no devolvió ninguna publicación",
+ "no_search_results_location": "Su búsqueda no coincide con publicaciones que tengan ubicación",
+ "no_posts_yet": "¡Aún no hay publicaciones!",
+ "no_posts_yet_location": "¡Aún no hay publicaciones con ubicación!",
+ "add_first_post": "Añadir la primer publicación",
+ "create_post": "Crear publicación",
"create": "Crear",
"change": "Cambiar",
- "posted_by": "Reportado por",
+ "posted_by": "Publicado por",
"draft": "Borrador",
"archived": "Archivado",
"edited_by": "Editado por",
"export": "Exportar",
"select_all": "Seleccionar Todo",
"unselect_all": "Deseleccionar Todo",
- "per_page": "{{count}} reportes",
- "post_details": "Detalles del reporte",
- "steps": "Esta tarea del reporte",
+ "per_page": "{{count}} publicaciones",
+ "post_details": "Detalles de la publicación",
+ "steps": "Tareas de esta publicación",
"mark_complete": "Marcar como Completado",
"complete": "Completado",
"type_details": "{{type}} Detalles",
- "edit_post": "Editar reporte",
- "history": "Histórico",
+ "edit_post": "Editar publicación",
+ "history": "Histórico",
"hide_form": "Ocultar {{form}}",
- "hide_unknown_form": "Ocultar Desconocido",
+ "hide_unknown_form": "Ocultar desconocido",
"publish": "Publicar para...",
"publish_for_you": "Usted",
"publish_for_everyone": "Todos",
"published": "Publicado",
"unpublished": "Despublicado",
"published_by": "Publicado por",
- "can_see_this_post": "puede ver este reporte",
- "location": "Localización",
- "categories": "Categorías",
+ "can_see_this_post": "puede ver esta publicación",
+ "location": "Ubicación",
+ "categories": "Categorías",
"status": "Estado",
"type": "Tipo",
"view": "Ver",
@@ -713,14 +725,14 @@
"complete_published": "Completado (Publicado)",
"structure": "Estructura",
"source": "via {{source}}",
- "visible_to_public": "Este reporte es visible para el público",
- "visible_to_you": "Este reporte es visible sólo para usted y admins",
- "visible_to_roles": "Este reporte es visible para {{roles}}",
- "show_only_form": "Mostrar sólo {{form}}",
- "show_only_unknown_form": "Mostrar sólo Desconocido",
- "delete_post": "Borrar reporte",
- "delete_this_post": "Borrar este reporte",
- "delete_post_desc": "Si borra este reporte, todos sus comentarios serán también borrados. Proceda con precaución.",
+ "visible_to_public": "Esta publicación es visible para el público",
+ "visible_to_you": "Esta publicación es visible sólo para usted y admins",
+ "visible_to_roles": "Esta publicación es visible para {{roles}}",
+ "show_only_form": "Mostrar sólo {{form}}",
+ "show_only_unknown_form": "Mostrar sólo desconocido",
+ "delete_post": "Borrar publicación",
+ "delete_this_post": "Borrar esta publicación",
+ "delete_post_desc": "Si borra esta publicación, todos sus comentarios serán borrados. Proceda con precaución.",
"post_actions": {
"edit": "Editar",
"delete": "Borrar",
@@ -732,7 +744,7 @@
"created_at": "Creado el",
"updated_at": "última actualización el",
"author": "Autor",
- "post_date": "Fecha del reporte",
+ "post_date": "Fecha de la publicación",
"change_author": "Cambiar autor",
"status_published": "Publicado",
"status_review": "En revisión",
@@ -757,31 +769,31 @@
"no_task_values": "En este momento no existen valores guardados para esta tarea.",
"create_type": "Crear {{type}}",
"edit_type": "Editar {{type}}: {{title}}",
- "add_a_post": "Añadir un reporte",
- "add_to_survey": "Añadir a este survey",
+ "add_a_post": "Añadir una publicación",
+ "add_to_survey": "Añadir a esta encuesta",
"edit_post": "Editar {{title}}",
"change_type": "Cambiar tipo",
- "incomplete_step": "Para publicar un reporte todas las tareas obligatorias deben ser marcadas como completas. La tarea obligatoria {{stage}} no ha sido marcada como completa",
- "save_post": "Guardar reporte",
+ "incomplete_step": "Para publicar una publicación, todas las tareas obligatorias deben ser marcadas como completas. La tarea obligatoria {{stage}} no ha sido marcada como completa",
+ "save_post": "Guardar publicación",
"publish": "Publicar a...",
"publish_to": "Publicar a {{role}}",
"published_to": "Publicado a {{role}}",
- "unpublish": "Revertir a Borrador",
+ "unpublish": "Revertir a borrador",
"everyone": "Todos",
"back": "Volver",
"contact_info": "Introduzca su información de contacto (opcional)",
"author_realname": "Nombre",
- "author_email": "Email",
+ "author_email": "Correo-e",
"bulk_actions": "Acciones en bloque",
"form": {
- "categories": "Categorías",
- "description": "Descripción",
- "location": "Localización",
+ "categories": "Categorías",
+ "description": "Descripción",
+ "location": "Localización",
"title": "Título",
"link": {
"name": "Nombre del enlace",
- "url": "Url del enlace",
- "add_link": "Añadir Enlace"
+ "url": "URL del enlace",
+ "add_link": "Añadir enlace"
}
}
},
@@ -789,9 +801,9 @@
"private": "privado",
"public": "público",
"read_more": " ... Leer Más",
- "tags": "Categorías",
+ "tags": "Categorías",
"post_actions": {
- "post_actions": "Acciones del reporte",
+ "post_actions": "Acciones de la publicación",
"select": "seleccionar",
"edit": "editar",
"set": "ajustar",
@@ -803,11 +815,12 @@
"valid": {
"no_changes": "Usted no ha realizado ningún cambio",
"invalid_state": "Este mensaje tiene condición de no válido en este momento. Necesita completar todas las tareas obligatorias antes de que pueda volver a publicar este mensaje. Puede completar las tareas necesarias o marcar su mensaje con otra condición, como ¨en revisión¨.",
- "validation_fail": "Hay campos requeridos que faltan rellenar, los campos están marcados con un * debajo de ellos.",
+ "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": "Un título es obligatorio",
"minlength": "El título es demasiado corto",
- "maxlength": "El título es demasiado largo"
+ "maxlength": "El título es demasiado largo"
},
"label": {
"required": "Nombre obligatorio"
@@ -816,26 +829,27 @@
"required": "Descripción cannot be empty"
},
"tags": {
- "required": "Las Categorías son obligatorias"
+ "required": "Las categorías son obligatorias"
},
"values": {
"required": "\"{{label}}\" es obligatorio",
"parse": "\"{{label}}\" no pudo ser parsed",
"date": "\"{{label}}\" debe ser una fecha",
- "number": "\"{{label}}\" debe ser un número"
+ "number": "\"{{label}}\" debe ser un número",
+ "step": "\"{{label}}\" debe ser un entero"
},
"author_name": {
"maxlength": "El nombre es demasiado largo"
},
"author_email": {
- "email": "email no válido"
+ "email": "correo-e no válido"
}
},
"media": {
"enter_a": "Introducir un",
"youtube": "Youtube",
- "current_url": "Current image",
- "add_caption": "Añadir pie de foto.",
+ "current_url": "Imagen actual",
+ "add_caption": "Añadir pie de foto",
"upload": "Upload",
"add_photo": "Añadir foto",
"delete_photo": "Borrar foto",
@@ -847,74 +861,74 @@
},
"unstructured": {
"add_survey": {
- "info": "Este reporte no ha sido asignado a una encuesta en su despliegue. Eso es por que ha sido recibido vía {{source}}, que no provee de una manera al autor de agregar el reporte a una encuesta específica.",
- "choose": "¿A qué encuesta le gustar;áa agregar este reporte?",
- "title": "Añadir este reporte a una encuesta",
- "save_and_edit": "Añadir a la encuesta & editar"
+ "info": "Esta publicación no ha sido asignada a una encuesta en su despliegue. Eso es porque ha sido recibida vía {{source}}, que no da al autor una manera de agregar el reporte a una encuesta específica.",
+ "choose": "¿A qué encuesta le gustaría agregar esta publicación?",
+ "title": "Añadir esta publicación a una encuesta",
+ "save_and_edit": "Añadir a la encuesta y editar"
},
"survey_title": "Encuesta desconocida"
}
},
"role": {
- "add_role": "Añadir Rol",
- "edit_role": "Editar Rol",
+ "add_role": "Añadir rol",
+ "edit_role": "Editar rol",
"name": "Nombre",
- "description": "Descripción",
+ "description": "Descripción",
"save": "Guardar Rol",
- "save_add_another": "Guardar & Añadir Otro",
+ "save_add_another": "Guardar y añadir otro",
"permissions": "Permisos",
"delete": "Borrar",
"delete_role": "Borrar este rol",
"delete_role_desc": "Si borra este rol, todos los usuarios que tiene asignado tendrán los permisos por defecto. Proceda con precaución.",
"everyone": "Todos",
- "just_you": "Sólo usted"
+ "just_you": "Sólo usted"
},
"webhook": {
- "add_webhook": "Agregar Rol",
+ "add_webhook": "Añadir rol",
"edit_webhook": "Editar rol",
"uuid": "WebHook UUID",
"name": "Nombre",
- "shared_secret": "Shared Secret",
- "url": "API URL",
+ "shared_secret": "Secreto compartido",
+ "url": "URL de la API",
"entity_type": "Tipo de entidad",
"event_type": "Tipo de evento",
- "save": "Guardar Rol",
- "save_add_another": "Guardar y Añadir más",
+ "save": "Guardar rol",
+ "save_add_another": "Guardar y añadir más",
"delete": "Borrar",
"delete_webhook": "Borrar este WebHook",
"delete_webhook_desc": "Si borra este webhook, se perderán todos los eventos de webhook asociados. Proceda con cautela."
},
"saved_search": {
- "visible_to_public": "Esta Búsqueda Guardada es visible para todos",
- "visible_to_you": "Esta Búsqueda Guardada es visible sólo para usted y admins",
- "visible_to_roles": "Esta Búsqueda Guardada es visible para {{roles}}",
+ "visible_to_public": "Esta búsqueda guardada es visible para todos",
+ "visible_to_you": "Esta búsqueda guardada es visible sólo para usted y admins",
+ "visible_to_roles": "Esta búsqueda guardada es visible para {{roles}}",
"featured": "Destacado",
- "featured_tooltip": "Las búsquedas destacadas aparecen en el menú \"Búsquedas Guardadas\" para todos los usuarios"
+ "featured_tooltip": "Las búsquedas destacadas aparecen en el menú \"Búsquedas guardadas\" para todos los usuarios"
},
"collection": {
- "visible_to_public": "Esta Colección es visible para todos",
- "visible_to_you": "Esta Colección es visible sólo para usted y admins",
- "visible_to_roles": "Esta Colección es visible para {{roles}}"
+ "visible_to_public": "Esta colección es visible para todos",
+ "visible_to_you": "Esta colección es visible sólo para usted y admins",
+ "visible_to_roles": "Esta colección es visible para {{roles}}"
},
"set": {
"by": "por",
- "clear_search": "Borrar Búsqueda",
- "create_collection": "Crear Colección",
+ "clear_search": "Borrar búsqueda",
+ "create_collection": "Crear colección",
"create_new": "Crear Nuevo",
- "create_savedsearch": "Crear Búsqueda Guardada",
- "description": "Descripción",
- "delete_collection": "Borrar esta colección",
- "delete_savedsearch": "Borrar esta Búsqueda Guardada",
+ "create_savedsearch": "Crear búsqueda guardada",
+ "description": "Descripción",
+ "delete_collection": "Borrar esta colección",
+ "delete_savedsearch": "Borrar esta búsqueda guardada",
"default_viewing_mode": "Modo de vista por defecto",
- "edit_collection_settings": "Editar Colección",
- "edit_search_settings": "Editar Búsqueda Guardada",
+ "edit_collection_settings": "Editar colección",
+ "edit_search_settings": "Editar búsqueda guardada",
"featured": "Destacado",
"featured_collection": "Esta colección es detacada",
"featured_collection_tooltip": "Las colecciones destacadas aparecen en el menú \"Colecciones\" para todos los usuarios",
"find_a_collection": "Encontrar una colección...",
"find_a_saved_search": "Encontrar una búsqueda guardada...",
"delete_saved_searches": "Borrar búsquedas guardadas",
- "add_to_collection": "Añadir a Colección",
+ "add_to_collection": "Añadir a colección",
"empty_list_collections": "Sin colecciones",
"empty_list_savedsearches": "No hay búsquedas guardadas",
"collection_name": "Nombre de la Colección",
@@ -928,20 +942,21 @@
"update_savedsearch": "Actualizar Búsqueda",
"edit_savedsearch": "Editar Búsqueda",
"set_settings": "Ajustes de la Colección",
- "add_notification": "Añadir Notificación",
+ "add_notification": "Añadir notificación",
"remove": "eliminar"
},
"category": {
- "add_tag": "Añadir Categoría",
- "save_add_another": "Guardar & Añadir Otro",
- "delete_category": "Borrar categoría",
- "delete_this_category": "Borrar esta categoría",
+ "add_tag": "Añadir categoría",
+ "save_add_another": "Guardar y añadir otro",
+ "delete_category": "Borrar categoría",
+ "delete_this_category": "Borrar esta categoría",
"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.",
- "select_all": "Seleccionar Todo",
- "choose_roles": "Seleccionar Roles",
- "create_tag": "Crear Categoría",
+ "which_categories": "Qué categorías deberían estar disponibles",
+ "select_all": "Seleccionar todo",
+ "choose_roles": "Seleccionar roles",
+ "create_tag": "Crear categoría",
"saved_tag": "Categoría Guardada.",
"deleted_tags": "Categorías borradas.",
"manage_tags": "Administrar Categorías",
@@ -964,28 +979,28 @@
},
"tool": {
"manage_forms": "Administrar formularios",
- "manage_tags": "Administrar Categorías",
- "manage_users": "Administrar Usuarios",
- "manage_roles": "Administrar Roles",
+ "manage_tags": "Administrar categorías",
+ "manage_users": "Administrar usuarios",
+ "manage_roles": "Administrar roles",
"manage_webhooks": "Administrar WebHooks",
"manage_views": "Administrar vistas",
- "manage_map_settings": "Administrar Ajustes del Mapa",
- "manage_appearance_settings": "Administrar Ajustes de la Apariencia",
- "manage_plugins": "Administrar Plugins",
+ "manage_map_settings": "Administrar ajustes del mapa",
+ "manage_appearance_settings": "Administrar ajustes de apariencia",
+ "manage_plugins": "Administrar plugins",
"appearance_settings": "Ajustes de la apariencia",
- "map_settings": "Ajustes del Mapa",
+ "map_settings": "Ajustes del mapa",
"site_settings": "Ajustes del Site",
"settings": "Configuraciones",
"tools": "Herramientas"
},
"map_settings": {
"admin_map_settings": "Ajustes del mapa",
- "saved_map_settings": "Ajustes del mapa Guardados."
+ "saved_map_settings": "Ajustes del mapa guardados."
},
"settings": {
- "api_key": "Clave API",
- "api_key_desc": "La clave API es exclusiva para su desarrollo, se puede utilizar para permitir a sistemas de terceros interactuar con su desarrollo en Ushahidi.",
- "appearance": "Ajustes de la Apariencia",
+ "api_key": "Clave de la API",
+ "api_key_desc": "La clave de la API es exclusiva para su desarrollo, se puede utilizar para permitir a sistemas de terceros interactuar con su desarrollo en Ushahidi.",
+ "appearance": "Ajustes de la apariencia",
"continue": "Continuar",
"create": "Crear nueva encuesta",
"create_open_or_targeted": "Crear una encuesta abierta o dirigida para recopilar información sobre Ushahidi.",
@@ -1017,7 +1032,9 @@
"webhooks": "WebHooks",
"webhooks_desc": "Crear webhooks que envíen datos de la plataforma Ushahidi a aplicaciones externas cuando se desencadenen eventos específicos.",
"plans": "Planes",
- "plan_desc": "Su actual plan de despliegue es {{current_plan}}."
+ "plan_desc": "Su actual plan de despliegue es {{current_plan}}.",
+ "donation": "Donation",
+ "donation_desc": "Create and manage the donations people can make towards your organisation."
},
"user_settings": {
"user_settings_desc_1": "Aquí puede agregar su clave API única para su cuenta de Intercambio de datos humanitarios (HDX).",
@@ -1064,12 +1081,12 @@
"server_security_SSL": "SSL",
"server_security_TLS": "TLS",
"incoming_username": "Nombre de usuario de entrada",
- "username_desc": "Nombre de usuario de e-mail",
+ "username_desc": "Nombre de usuario de correo-e",
"incoming_password": "Contraseña de entrada",
- "password_desc": "Contraseña de cuenta de e-mail",
+ "password_desc": "Contraseña de la cuenta de correo-e",
"outgoing_server_type": "Tipo de servidor de salida",
"outgoing_server_type_SMTP": "SMTP",
- "outgoing_server_type_sendmail": "remitente de e-mail",
+ "outgoing_server_type_sendmail": "remitente de correo-e",
"outgoing_server_type_native": "Nativa",
"outgoing_server": "Servidor de salida",
"outgoing_server_desc": "Ejemlos: smtp.suservidor.com, smtp.gmail.com",
@@ -1078,9 +1095,9 @@
"outgoing_server_security": "Seguridad del servidor de salida",
"outgoing_username": "Nombre de usuario de salida",
"outgoing_password": "Contraseña de salida",
- "email_address": "Dirección de e-mail",
- "email_sender_name": "Nombre del remitente del e-mail",
- "email_sender_name_desc": "Aparecerá en el campo \"de\" de los e-mail enviados"
+ "email_address": "Dirección de correo-e",
+ "email_sender_name": "Nombre del remitente del correo-e",
+ "email_sender_name_desc": "Aparecerá en el campo \"de\" de los correos enviados"
},
"sms": {
"secret": "Secreto",
@@ -1127,7 +1144,17 @@
"access_token_secret": "Identificador de acceso del secreto",
"access_token_secret_desc": "Añada el secreto de acceso que generó para la aplicación de Twitter.",
"search_terms": "Términos de búsqueda en Twitter",
- "search_terms_desc": "Añada términos de búsqueda separados por comas"
+ "search_terms_desc": "Añada términos de búsqueda separados por coma"
+ }
+ },
+ "donation": {
+ "title": {
+ "label": "Título de donación",
+ "placeholder": "Ingrese el título de su donación",
+ "required": "El título de donación es necesario"
+ },
+ "wallet": {
+ "required": "Se necesita dirección de billetera"
}
},
"roles": {
@@ -1151,7 +1178,7 @@
"map_default_baselayer": "Capa de mapa por defecto",
"map_location_precision": "Mapa de Nivel de Precisión ",
"map_precise_to": "Cuando la función de ocultar ubicación está habilitada en la encuesta, las ubicaciones serán precisas:",
- "map_clustering": "Combinar reportes cercanos",
+ "map_clustering": "Combinar publicaciones cercanas",
"map_default_latitude": "Latitud por defecto",
"map_default_longitude": "Longitud por defecto",
"map_default_zoom_level": "Nivel de zoom inicial",
@@ -1160,7 +1187,7 @@
"send_targeted": "Enviar una encuesta dirigida vía SMS",
"send_crowdsourced": "Volver a la encuesta completa de origen",
"site": "Ajustes del site",
- "site_email": "Dirección de email de contacto",
+ "site_email": "Correo-e de contacto",
"site_email_note": "Use con cuidado ya que esto va a ser visible por todos en su sitio web.",
"site_description": "Descripción del site",
"site_description_placeholder": "Una descripción opcional de una frase",
@@ -1168,19 +1195,21 @@
"site_language": "Idioma",
"site_private": "Hacer este despliegue privado",
"site_private_desc": "Habilitar esta opción hace que sus Encuestas y sus datos solo sean accesibles para usuarios registrados con los privilegios correctos, que deben iniciar sesión para acceder",
+ "site_disable_registration": "¿Deshabilitar registro de usuario?",
+ "site_disable_registration_desc": "Checking this disables the registration feature. Admins will have to manually add users.",
"select_image": "Seleccionar imagen",
"saved_settings": "Ajustes de despliegue guardados!",
- "saved_map_settings": "Ajustes de mapa guardados!",
+ "saved_map_settings": "¡Ajustes de mapa guardados!",
"features": {
- "features": "Características",
- "please_select_features": "Por Favor seleccione las características que desea habilitar."
+ "features": "Características",
+ "please_select_features": "Por favor seleccione las características que desea habilitar."
},
"generic_field_error": "Entrada no válida, por favor, inténtelo de nuevo.",
"skip": "Saltar esta tarea",
- "add_first_post": "Añadir su primer reporte",
+ "add_first_post": "Añadir su primer publicación",
"add_first_post_subtitle": "Un despliegue no es nada hasta que tiene contenido.",
- "invite_people": "O invite gente para ayudarle a crear reportes.",
- "add_new_users": "Añadir Nuevos Usuarios",
+ "invite_people": "O invite gente para ayudarle a crear publicaciones.",
+ "add_new_users": "Añadir nuevos usuarios",
"valid": {
"name": {
"required": "El nombre es obligatorio"
@@ -1192,11 +1221,11 @@
"csv_column": "Columna CSV",
"choose_which_column": "Elija la columna CSV que debería asignarse a cada encuesta",
"each_survey_field": "Cada área para encuestas se detalla a continuación. Elija la columna de su archivo CSV que le gustaría usar para cada área.",
- "status_explanation": "Ushahidi reconoce una de estas tres categorías de reportes: Publicado, En revisión y Archivado. Así que asegúrese de que cada entrada de la columna que seleccionó tenga uno de esos tres valores.",
+ "status_explanation": "Ushahidi reconoce una de estas 3 categorías de publicación: publicada, en revisión y archivada. Asegúrese de que cada entrada de la columna que seleccionó tenga uno de esos tres valores.",
"defined_column": "Definido por una columna de su archivo CSV...",
- "imported_posts_status": "Los reportes importados deben tener estado",
+ "imported_posts_status": "Las publicaciones importadas deben tener estado",
"marked_as": "Señalado como...",
- "see_imported_posts": "Vea reportes importados",
+ "see_imported_posts": "Vea publicaciones importadas",
"import_another_csv": "Importar otro archivo CSV",
"import_complete": "Su importación se ha completado",
"complete_info": "Los datos de su hoja de cálculo CSV, {{filename}, se importó correctamente.",
@@ -1204,30 +1233,30 @@
"nearly_complete": "Su importación está casi terminada",
"finish_info": "Los datos de la hoja de cálculo de su CSV aún se están procesando. Puede dejar esta página o esperar hasta que se complete el proceso. En cualquier caso, nosotros le notificaremos cuando sus datos estén listos.",
"next": "Siguiente",
- "configure_imported_posts": "Configure los reportes importados",
+ "configure_imported_posts": "Configure las publicaciones importadas",
"configure_explanation": "A través de esta interface puede establecer valores para los campos de la encuesta que no han sido relacionados con las entradas del CSV. Estos valores serán los mismos para todos los reportes importados.",
"import": "Importar",
"import_explanation_csv": "Importar los datos de una hoja de cálculo CSV en su despliegue como reportes que pertenecen a un survey específico",
"import_explanation_file_size": "El tamaño del fichero está limitado a 10 MB",
"import_explanation_format_location_1": "Las localizaciones geográficas deben ser incluidas como latitud y longitud en columnas separadas en su CSV",
"import_explanation_required_fields": "Todos los campos obligatorios del survey deben tener un valor asociado en el CSV. Por ejemplo, si el campo título es obligatorio debe ser mapeado a una columna del CSV donde cada fila de esa columna contenga valores",
- "configure_posts": "Configurar reportes",
- "configure_all_imported_posts": "Configurar todos los reportes importados",
+ "configure_posts": "Configurar publicaciones",
+ "configure_all_imported_posts": "Configurar todas las publicaciones importadas",
"csv": "CSV",
"file_csv": "fichero CSV",
"import_csv": "Importar CSV",
"import_to": "Importar a",
"choose_csv_file": "Escoja un archivo CSV",
"organize_data": "Organizar datos",
- "organize_your_imported_data": "Asignar las columnas del CSV a campos del reporte",
- "assign_csv_message": "Asignar columnas del CSV a campos del reporte",
+ "organize_your_imported_data": "Asignar las columnas del CSV a campos de la publicación",
+ "assign_csv_message": "Asignar columnas del CSV a campos de la publicación",
"csv_instructions": "Cada nombre de columna en su fichero CSV se muestra a continuación. Seleccione el campo de {{form_name}} que quiere que sea importado a cada columna.",
"csv_instructions_required_fields": "Campos marcados con un [*] son obligatorios y deben tener un valor asignado.",
"csv_column_name": "Nombre de la columna CSV",
"post_type_title": "{{form_name}} Nombre del campo",
"leave_empty": "Déjelo vacío",
- "cancel_import": "Cancelar importación",
- "finish_import": "Finalizar importación",
+ "cancel_import": "Cancelar importación",
+ "finish_import": "Finalizar importación",
"which_survey": "¿Qué encuesta?"
},
"data_export": {
@@ -1320,12 +1349,12 @@
"user": {
"role_display": "Rol: {{role}}",
"contact": "{{type}}: {{contact}}",
- "add_user": "Añadir usuario",
- "edit_user": "Editar Usuario",
+ "add_user": "Añadir usuario",
+ "edit_user": "Editar usuario",
"update_password": "Actualizar contraseña",
"change_role": "Cambiar Rol",
"save": "Guardar Usuario",
- "save_add_another": "Guardar & Añadir otro",
+ "save_add_another": "Guardar y añadir otro",
"show_all_roles": "Mostrar Todos los Roles",
"cannot_delete_yourself": "No puede borrar su propio usuario",
"cannot_change_your_own_role": "No puede cambiar su propio rol",
@@ -1336,7 +1365,7 @@
"edit_profile": "Editar Perfil",
"save_profile": "Guardar Perfil",
"cancel": "Cancelar",
- "email": "Dirección de Email",
+ "email": "Dirección de correo-e",
"failed_attempts": "Intentos fallidos:",
"full_name": "Nombre para mostrar",
"never": "Nunca",
@@ -1360,9 +1389,9 @@
"maxlength": "El nombre para mostrar es demasiado largo"
},
"email": {
- "required": "La dirección de email es obligatoria",
- "email": "Esta dirección de email no es válida",
- "maxlength": "Esta dirección de email es demasiado larga"
+ "required": "La dirección de correo-e es obligatoria",
+ "email": "Esta dirección de correo-e no es válida",
+ "maxlength": "Esta dirección de correo-e es demasiado larga"
},
"password": {
"required": "La contraseña es obligatoria",
@@ -1376,7 +1405,7 @@
"update_password": "Actualizar contraseña",
"update_success": "Su perfil ha sido actualizado satisfactoriamente. Puede que necesite salir y volver a entrar para que los cambios sean efectivos.",
"button": {
- "save": "Guardar & cerrar",
+ "save": "Guardar y cerrar",
"cancel": "Cancelar"
},
"nav": {
@@ -1386,12 +1415,12 @@
},
"user_create": {
"full_name": "Nombre para mostrar",
- "email": "Dirección de Email",
+ "email": "Dirección de correo-e",
"role": "Rol"
},
"notify": {
"api_key": {
- "change_question": "¿Está seguro de que desea cambiar la clave API?"
+ "change_question": "¿Está seguro de que desea cambiar la clave de la API?"
},
"contact": {
"save_success": "Contacto guardado",
@@ -1413,7 +1442,7 @@
"bulk_destroy_cancelled": "Borrado cancelado"
},
"data_import": {
- "see_imported_posts": "Vea los reportes importados",
+ "see_imported_posts": "Vea las publicaciones importadas",
"file_missing": "Por favor, escoja un archivo CSV para subir.",
"form_missing": "Por favor, seleccione una encuesta.",
"csv_upload": "Archivo {{name}} Subido satisfactoriamente",
@@ -1430,6 +1459,10 @@
"general_settings": {
"save_success": "Ajustes generales guardados"
},
+ "donation_settings": {
+ "save_success": "Ajustes de donación guardados",
+ "delete_question": "¿Seguro que desea borrar este {{name}}?"
+ },
"map_settings": {
"save_success": "Ajustes de mapa guardados"
},
@@ -1448,26 +1481,26 @@
},
"post": {
"delete_image_confirm": "¿Está seguro de que desea eliminar esta imagen?",
- "save_success": "Reporte {{name}} guardado",
- "save_success_review": "Reporte {{name}} guardado. Su reporte será revisado por un moderador antes de ser publicado.",
- "save_error": "No se puede guardar el reporte, por favor, inténtelo de nuevo",
- "publish_success": "El reporte ha sido publicado por {{role}}",
- "set_draft": "El reporte es ahora visible sólo para usted",
- "publish_error": "No se puede publicar el reporte, por favor, inténtelo de nuevo",
- "unpublish_success": "El reporte ha dejado de ser público",
- "unpublish_error": "El reporte no puede dejar de ser público, por favor, inténtelo de nuevo",
- "yes_confirm_delete": "Si, borrar este reporte",
+ "save_success": "Publicación {{name}} guardada",
+ "save_success_review": "Publicación {{name}} guardada. Su publicación será revisada por un moderador antes de ser publicada.",
+ "save_error": "No se puede guardar la publicación, por favor, inténtelo de nuevo",
+ "publish_success": "La publicación ha sido subida por {{role}}",
+ "set_draft": "Ahora la publicación es visible para usted",
+ "publish_error": "No se puede subir la publicación, por favor, inténtelo de nuevo",
+ "unpublish_success": "El reporte ha dejado de ser público",
+ "unpublish_error": "La publicación no puede dejar de ser pública, por favor, inténtelo de nuevo",
+ "yes_confirm_delete": "Sí, borrar esta publicación",
"confirm_delete": "Confirmar Borrado",
- "destroy_title": "Borrar reporte",
- "delete_question": "Seguro de que desea borrar su reporte {{post}}?",
- "destroy_success": "Reporte borrado",
- "destroy_success_bulk": "Reportes borrados",
- "destroy_confirm": "Seguro de que desea borrar este reporte?",
- "destroy_error": "No se puede borrar el reporte, por favor, inténtelo de nuevo",
- "bulk_destroy_confirm": "Seguro que desea borrar {{count}} reportes?",
+ "destroy_title": "Borrar publicación",
+ "delete_question": "¿Seguro de que desea borrar su publicación {{post}}?",
+ "destroy_success": "Publicación borrada",
+ "destroy_success_bulk": "Publicaciones borradas",
+ "destroy_confirm": "¿Seguro de que desea borrar esta publicación?",
+ "destroy_error": "No se puede borrar la publicación, por favor, inténtelo de nuevo",
+ "bulk_destroy_confirm": "¿Seguro que desea borrar {{count}} publicaciones?",
"stage_save_success": "Actualizado {{stage}}",
- "export": "Esto va a exportar los reportes seleccionados. Seguro que desea continuar?",
- "update_status_success_bulk": "Estado actualizado para {{count}} reportes",
+ "export": "Esto va a exportar las publicaciones seleccionados. ¿Seguro que desea continuar?",
+ "update_status_success_bulk": "Se actualizó el estado para {{count}} publicaciones",
"leave_without_save": "¿Desea salir de esta publicación sin guardar?",
"leave_confirm_message": "Si continúa todos sus cambios se perderán",
"leave_confirm": "Continuar sin guardar"
@@ -1514,7 +1547,7 @@
"add_to_survey": "Añadir a la encuesta",
"save_success": "Encuesta {{name}} guardada",
"save_stage_success": "Tarea del survey {{name}} guardada",
- "save_attribute_success": "Campo {{name}} añadido",
+ "save_attribute_success": "Campo {{name}} añadido",
"edit_form_success": "Encuesta {{name}} actualizada",
"edit_stage_success": " Tarea de encuesta {{name}} actualizada",
"delete_form_confirm": "¿Está seguro de que desea eliminar esta encuesta y todos sus datos?",
@@ -1528,6 +1561,7 @@
"delete_attribute_confirm": "Seguro de que desea borrar este campo?",
"delete_attribute_confirm_desc": "Esta acción no se puede deshacer. Al borrar este campo se eliminarán todos sus datos de todas las publicaciones existentes.",
"destroy_attribute_success": "Campo {{name}} borrado",
+ "survey_name_required": "Nombre de encuesta es necesario",
"validation": {
"name": {
"required": "Se necesita un nombre de encuesta",
@@ -1543,8 +1577,8 @@
"delete_collection_confirm": "Seguro de que desea borrar esta colección?",
"created_collection": "Colección {{collection}} creada satisfactoriamente",
"updated_collection": "Recopilación {{collection}} guardada",
- "add_to_collection": "El reporte ha sido añadido a {{collection}}",
- "removed_from_collection": "El reporte ha sido eliminado de {{collection}}",
+ "add_to_collection": "La publicación ha sido añadida a {{collection}}",
+ "removed_from_collection": "La publicación ha sido eliminada de {{collection}}",
"bulk_add_to_collection": "{{count}} reportes han sido añadidos a {{collection}}"
},
"savedsearch": {
@@ -1559,7 +1593,7 @@
"success": "Su contraseña ha sido reseteada"
},
"notification": {
- "add": "Ahora recibirá notificaciones cuando se añadan reporte a {{set}}",
+ "add": "Ahora recibirá notificaciones cuando se añadan publicaciones a {{set}}",
"delete_confirm": "Seguro de que desea eliminar esta notificación?",
"destroy_success": "Ya no recibirá más notificaciones de {{name}}."
},
@@ -1578,7 +1612,7 @@
},
"empty": {
"default": "No se han encontrado registros.",
- "post": "No se han encontrado reportes.",
+ "post": "No se han encontrado publicaciones.",
"user": "No se han encontrado usuarios.",
"category": "No se han encontrado categorías.",
"role": "No se han encontrado roles",
@@ -1612,8 +1646,8 @@
"save_changes": "Guardar cambios",
"saving_changes": "Guardando cambios",
"cancel_edit": "Cancelar",
- "add_phone_number": "Añadir un número de teléfono",
- "add_email_address": "Añadir una dirección de email",
+ "add_phone_number": "Añadir número de teléfono",
+ "add_email_address": "Añadir dirección de correo-e",
"edit_phone_number": "Editar su número de teléfono",
"edit_email_address": "Editar su dirección de email",
"error_message": "El contacto no ha podido ser guardado en este momento",
@@ -1645,6 +1679,30 @@
"agree": "Acepto los Términos de Servicio de Ushahidi",
"accept_and_continue": "Aceptar y continuar"
},
+ "translations": {
+ "languages": "Idiomas",
+ "language": "Idioma",
+ "default": "predeterminado",
+ "translate_field": "Campo traducido",
+ "survey_select_default": "Seleccione idioma predeterminado para esta encuesta",
+ "category_select_default": "Selecciona un idioma predeterminado para esta categoría",
+ "error_translation_exists": "No puedes seleccionar este idioma pues ya tiene una traducción para él.",
+ "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": "Adigué",
@@ -1693,9 +1751,9 @@
"bg-BG": "Bulgaro (Bulgaria)",
"my": "Burmese",
"my-MM": "Burmese (Myanmar)",
- "ca": "Catalan",
+ "ca": "Catalán",
"ca-ES": "Catalan (España)",
- "ca@valencia": "Catalan (Valencian)",
+ "ca@valencia": "Catalán (Valenciano)",
"ceb": "Cebuano",
"tzm": "Central Atlas Tamazight",
"hne": "Chhattisgarhi",
@@ -1771,6 +1829,7 @@
"en-CH": "Inglés (Switzerland)",
"en-GB": "Inglés (United Kingdom)",
"en-US": "Inglés (United States)",
+ "en-EN": "Inglés",
"myv": "Erzya",
"eo": "Esperanto",
"et": "Estonian",
@@ -1809,7 +1868,7 @@
"ht-HT": "Haitian (Haitian Creole) (Haiti)",
"ha": "Hausa",
"haw": "Hawaiian",
- "he": "Hebrew",
+ "he": "Hebreo",
"he-IL": "Hebrew (Israel)",
"hi": "Hindi",
"hi-IN": "Hindi (India)",
@@ -2079,7 +2138,7 @@
"Benin": "Benin",
"Bermuda": "Bermudas",
"Bhutan": "Bután",
- "Bolivia, Plurinational State of bolivia": "Bolivia, estado plurinacional de Bolivia",
+ "Bolivia, Plurinational State of bolivia": "Bolivia, Estado Plurinacional de Bolivia",
"Bosnia and Herzegovina": "Bosnia-Herzegovina",
"Botswana": "Botsuana",
"Bouvet Island": "Isla Bouvet",
@@ -2326,7 +2385,7 @@
"sms": {
"message": "{{sitename}} Publicación nueva: {{title}}"
},
- "publishedPostsLimitReached": "limite:{{posts}}",
+ "publishedPostsLimitReached": "límite:{{posts}}",
"tagDoesNotExist": "La categoría :value no existe",
"attributeDoesNotExist": "el atributo {{param1}} no existe",
"tooManyValues": "Demasiados valores para {{param1}} (max: {{param2}})",
@@ -2336,7 +2395,7 @@
"taskAttributeRequired": "se necesita un atributo {{param1}} antes de poder completar la etapa {{param2}}",
"emptyIdAndLocale": "Debe tener al menos ID o ubicación",
"emptyParentWithLocale": "Debe tener el ID del padre al pase por la ubicación",
- "notAnArray": "Los valores de publicación para {{param1}} deben ser una matriz",
+ "notAnArray": "Los valores de publicación para {{param1}} deben ser una matriz",
"scalar": "Los valores de publicación para {{param1}} se deben escalar",
"doesTranslationExist": "La traducción {{valor}} para la publicación {{param2}} ya existe",
"isSlugAvailable": "el capo {{value}} ya está utilizado",
@@ -2346,7 +2405,7 @@
"stageDoesNotExist": "El escenario {{param1}} no existe",
"stageRequired": "Se necesita el escenario {{param1}} antes de publicar",
"postNeedsApprovalBeforePublishing": "Es necesario que un administrador aprueba la publicación antes de que se pueda publicar",
- "postCanOnlyBeUnpublishedByAdmin": "Solo puede eliminar la publicación un administrador",
+ "postCanOnlyBeUnpublishedByAdmin": "Solo un administrador puede eliminar una publicación ",
"alreadyLockedByDifferentUser": "La publicación está bloqueada por un usuario diferente y no se puede actualizar.",
"values": {
"date": "El campo {{param1}} debe ser una fecha, dado: {{param2}}",
diff --git a/app/common/locales/fa-IR.json b/app/common/locales/fa-IR.json
index 6eb89cf42b..62a3faad0a 100644
--- a/app/common/locales/fa-IR.json
+++ b/app/common/locales/fa-IR.json
@@ -22,6 +22,8 @@
"title": "مستندات",
"description": "نحوه راه اندازی، پیکربندی و مدیریت گسترش Ushahidi را یاد بگیرید."
},
+ "donate": "Donate",
+ "donation": "Donation",
"intercom": {
"intercom": "ارتباط داخلی",
"description": "تماس با کارمندان Ushahidi برای پشتیبانی از طریق چت"
@@ -180,6 +182,7 @@
"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": "فیلدهای مورد نظر خود را در این نظرسنجی انتخاب کنید و سفارش دهید",
@@ -221,6 +224,7 @@
"save_post_type": "ذخیره نظرسنجی",
"save_post_step": "ذخیره وظیفه",
"saved_form": "نظرسنجی ذخیره شد.",
+ "select_language": "Select languages",
"step_delete": "حذف",
"step_name": "نام وظیفه",
"step_rename": "تغییر نام",
@@ -286,8 +290,8 @@
"tasks": "وظایف",
"task_visible_when_published": "این وظیفه هنگامی که نوشته منتشر می شود قابل مشاهده خواهد بود.",
"show_field_description": "Add field description (optional):",
- "add_field": "افزودن فیلد",
- "edit_field": "ویرایش فیلد",
+ "add_field": "Add {{fieldType | lowercase}} field",
+ "edit_field": "Edit {{fieldType | lowercase}} field",
"build": "ساختن",
"configure": "پیکربندی",
"require_section": "پیش از این که نوشته بتواند برای عموم قابل مشاهده باشد، این وظیفه باید کامل شود",
@@ -311,6 +315,7 @@
"response_private_desc": "فقط افرادی که مجوز ویرایش پاسخ ها را دارند می توانند پاسخ های این فیلد را ببینند",
"require_task_desc": "پیش از این که نوشته بتواند برای عموم قابل مشاهده باشد، این وظیفه باید کامل شود",
"survey_permissions": "دسترسی های نظرسنجی",
+ "only_edit": "Only people with permission to edit responses will be able to see responses to this field.",
"who_can_add": "چه کسی می تواند به این نظرسنجی اضافه کند",
"survey_field": "فیلد نظرسنجی",
"choose_survey_field": "انتخاب کنید چه چیزی باید به هر فیلد مورد نظر اختصاص داده شود",
@@ -341,6 +346,11 @@
"delete_this": "حذف این وظیفه"
}
},
+ "fields": {
+ "validation": {
+ "required": "Required fields are missing, these fields are marked with an *."
+ }
+ },
"targeted_survey": {
"title": "ایجاد نظرسنجی هدفمند",
"description": "سوالاتتان را از طریق اس ام اس به لیست آن شماره تلفن ها ارسال کنید.",
@@ -635,6 +645,8 @@
"see_more_singular": "{{newPostsCount}} نوشته جدید را ببینید",
"add_to_form": "افزودن به {{form}}",
"posts": "نوشته ها",
+ "post_title": "Post title",
+ "post_desc": "Post description",
"there_are_no_posts": "هنوز در این توسعه",
"in_this_deployment": "نوشته جدیدی وجود ندارد.",
"posts_total": "{{posts}} of {{total_nb}} posts",
@@ -803,7 +815,8 @@
"valid": {
"no_changes": "شما هیچ تغییری انجام نداده اید",
"invalid_state": "این نوشته در حال حاضر در حالت نامعتبر است قبل از اینکه بتوانید این نوشته را دوباره منتشر کنید، باید تمام وظایف مورد نیاز را کامل کنید. شما می توانید وظایف لازم را کامل کنید یا نوشته خود را در یک وضعیت دیگر مانند \"تحت بررسی\" قرار دهید.",
- "validation_fail": "فیلدهای اجباری پر نشده اند، این فیلدها با * در زیر مشخص شده اند.",
+ "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": "عنوان نمی تواند خالی باشد",
"minlength": "عنوان خیلی کوتاه است",
@@ -822,7 +835,8 @@
"required": "«{{label}}» مورد نیاز است",
"parse": "«{{label}}» نمی تواند تجزیه شود",
"date": "«{{label}}» باید یک تاریخ باشد",
- "number": "«{{label}}» باید یک عدد باشد"
+ "number": "«{{label}}» باید یک عدد باشد",
+ "step": "\"{{label}}\" must be an integer"
},
"author_name": {
"maxlength": "نام بیش از حد طولانی است"
@@ -939,6 +953,7 @@
"delete_category_desc": " اگر این دسته بندی را حذف کنید strong>، دیگر با هیچ پستی مرتبط نخواهد بود. با احتیاط ادامه بدهید.",
"show_categories": "نمایش دسته بندی های موجود",
"child_permissions": "مجوزهای این دسته بندی توسط دسته بندی والد مدیریت می شود.",
+ "which_categories": "Which categories should be available",
"select_all": "انتخاب همه",
"choose_roles": "انتخاب نقش ها",
"create_tag": "ایجاد دسته بندی",
@@ -1017,7 +1032,9 @@
"webhooks": "وب هوک ها",
"webhooks_desc": "وب هوک هایی ایجاد کنید که هنگام وقوع رویداهای خاص، داده های پلتفرم Ushahidi را به طرح های خارجی ارسال می کند.",
"plans": "طرح ها",
- "plan_desc": "طرح فعلی حوزه شما {{current_plan}} است."
+ "plan_desc": "طرح فعلی حوزه شما {{current_plan}} است.",
+ "donation": "Donation",
+ "donation_desc": "Create and manage the donations people can make towards your organisation."
},
"user_settings": {
"user_settings_desc_1": "Here you can add your unique API key for your Humanitarian Data Exchange (HDX) account.",
@@ -1130,6 +1147,16 @@
"search_terms_desc": "کلمات جستجو را با کاما از هم جدا کنید."
}
},
+ "donation": {
+ "title": {
+ "label": "Donation title",
+ "placeholder": "Enter the title of your donation",
+ "required": "Donation title is required"
+ },
+ "wallet": {
+ "required": "Donation wallet address is required"
+ }
+ },
"roles": {
"member": "عضو",
"admin": "مدیر",
@@ -1168,6 +1195,8 @@
"site_language": "زبان سایت",
"site_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": "تنظیمات گسترش ذخیره شد!",
"saved_map_settings": "تنظیمات نقشه ذخیره شد!",
@@ -1430,6 +1459,10 @@
"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": "تنظیمات مپ (نگاشت) ذخیره شد"
},
@@ -1528,6 +1561,7 @@
"delete_attribute_confirm": "آیا از حذف این فیلد مطمئن هستید؟",
"delete_attribute_confirm_desc": "این کار قابل بازگشت نیست. با حذف این فیلد، داده های آن از همه پست های موجود حذف می شود.",
"destroy_attribute_success": "فیلد {{name}} حذف شد",
+ "survey_name_required": "Survey-name is required",
"validation": {
"name": {
"required": "نام نظر سنجی مورد نیاز است",
@@ -1645,6 +1679,30 @@
"agree": "شرایط خدمات Ushahidi را قبول می کنم.",
"accept_and_continue": "پذیرفتن و ادامه"
},
+ "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": "آکولی",
"ady": "آدیغی",
@@ -1771,6 +1829,7 @@
"en-CH": "انگلیسی (سوئیس)",
"en-GB": "انگلیسی (انگلستان)",
"en-US": "انگلیسی (ایالات متحده)",
+ "en-EN": "English",
"myv": "ارزیا",
"eo": "اسپرانتو",
"et": "استونیایی",
diff --git a/app/common/locales/fr-FR.json b/app/common/locales/fr-FR.json
index 35610b6c18..fa6af44c79 100644
--- a/app/common/locales/fr-FR.json
+++ b/app/common/locales/fr-FR.json
@@ -22,6 +22,8 @@
"title": "Documentation",
"description": "Apprendre à configurer, administrer le déploiement Ushahidi"
},
+ "donate": "Donate",
+ "donation": "Donation",
"intercom": {
"intercom": "Intercom",
"description": "Contacter l'assistance Ushahidi via le chat"
@@ -180,6 +182,7 @@
"add_field_instructions_placeholder": "Détailler ce champ...",
"add_post_type": "Ajouter un témoignage",
"add_step": "Ajouter une tâche",
+ "add_language": "Add language",
"added_form_stage_attribute": "Champ sauvegardé",
"field_allowed_relation_post_type": "Témoignages autorisés",
"choose_order_message": "Choisissez et ordonnez les champs que vous voulez ajouter à ce temoignage",
@@ -221,6 +224,7 @@
"save_post_type": "Sauvegarder le témoignage",
"save_post_step": "Sauvegarder la tâche",
"saved_form": "Témoignage sauvegardé.",
+ "select_language": "Select languages",
"step_delete": "Supprimer",
"step_name": "Nom de la tâche",
"step_rename": "Renommer",
@@ -286,8 +290,8 @@
"tasks": "Tâches",
"task_visible_when_published": "Cette tâche sera visible une fois publiée",
"show_field_description": "Add field description (optional):",
- "add_field": "Ajouter un champ",
- "edit_field": "Modifier un champ",
+ "add_field": "Add {{fieldType | lowercase}} field",
+ "edit_field": "Edit {{fieldType | lowercase}} field",
"build": "Build",
"configure": "Configurer",
"require_section": "Cette tâche doit être réalisée avant que la publication ne soit visible par tous",
@@ -311,6 +315,7 @@
"response_private_desc": "Seules les personnes avec les droits d'édition de réponses peuvent voir les réponses",
"require_task_desc": "Cette tâche doit être réalisée avant que la publication ne soit visible par tous",
"survey_permissions": "Droits du témoignage",
+ "only_edit": "Only people with permission to edit responses will be able to see responses to this field.",
"who_can_add": "Qui peut ajouter des témoignages à cette enquête",
"survey_field": "Champ de témoignage",
"choose_survey_field": "Choisissez ce qui doit être attribué à chaque témoignages",
@@ -341,6 +346,11 @@
"delete_this": "Supprimer cette tâche"
}
},
+ "fields": {
+ "validation": {
+ "required": "Required fields are missing, these fields are marked with an *."
+ }
+ },
"targeted_survey": {
"title": "Créer un nouveau témoignage ciblé",
"description": "Envoyer les questions par SMS à une liste prédéfinie",
@@ -635,6 +645,8 @@
"see_more_singular": "Voir {{newPostsCount}} nouvelle publication",
"add_to_form": "Ajouter à {{form}}",
"posts": "Publications",
+ "post_title": "Post title",
+ "post_desc": "Post description",
"there_are_no_posts": "Il n'y a aucune publication",
"in_this_deployment": "dans cette version.",
"posts_total": "{{posts}} sur {{total_nb}} publications",
@@ -803,7 +815,8 @@
"valid": {
"no_changes": "Vous n'avez fait aucun changement",
"invalid_state": "Cette publication n'est pas dans un état correct. Vous devez compléter toutes les tâches obligatoires avant de re-publier. Vous pouvez alors marquer toutes les tâches comme complétés ou passer la publication sous le status 'Sous vérification'",
- "validation_fail": "Les champs requis sont manquants, veuillez remplir les champs marqués d'un *",
+ "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": "Un titre est requis",
"minlength": "Le titre est trop court",
@@ -822,7 +835,8 @@
"required": "\"{{label}}\" est requis",
"parse": "\"{{label}}\" ne peut pas être parsé",
"date": "\"{{label}}\" doit être une date",
- "number": "\"{{label}}\" doit être un nombre"
+ "number": "\"{{label}}\" doit être un nombre",
+ "step": "\"{{label}}\" must be an integer"
},
"author_name": {
"maxlength": "Le nom est trop long"
@@ -939,6 +953,7 @@
"delete_category_desc": "Si vous supprimez cette catégorie, elle ne sera plus associé à aucune publication.",
"show_categories": "Afficher les catégories disponibles",
"child_permissions": "Les permissions pour cette catégorie sont gérés par sa catégorie parente.",
+ "which_categories": "Which categories should be available",
"select_all": "Tout séléctionner",
"choose_roles": "Choisir les rôles",
"create_tag": "Créer une catégorie",
@@ -1017,7 +1032,9 @@
"webhooks": "Webhooks",
"webhooks_desc": "Créez des Webhooks qui envoient des données Ushahidi Platform à des applications externes lorsque des événements spécifiques sont déclenchés.",
"plans": "Offres",
- "plan_desc": "L'offre actuelle de votre application est {{current_plan}}."
+ "plan_desc": "L'offre actuelle de votre application est {{current_plan}}.",
+ "donation": "Donation",
+ "donation_desc": "Create and manage the donations people can make towards your organisation."
},
"user_settings": {
"user_settings_desc_1": "Ici, vous pouvez ajouter votre clé API pour votre compte Humanitarian Data Exchange (HDX).",
@@ -1130,6 +1147,16 @@
"search_terms_desc": "Ajouter des termes de recherche séparés par des virgules"
}
},
+ "donation": {
+ "title": {
+ "label": "Donation title",
+ "placeholder": "Enter the title of your donation",
+ "required": "Donation title is required"
+ },
+ "wallet": {
+ "required": "Donation wallet address is required"
+ }
+ },
"roles": {
"member": "Membres",
"admin": "Admin",
@@ -1168,6 +1195,8 @@
"site_language": "Langue du site",
"site_private": "Rendre cette application privée",
"site_private_desc": "L’activation de cette option rend votre déploiement et ses données accessibles uniquement aux utilisateurs enregistrés dotés des privilèges appropriés, qui doivent se connecter pour y accéder.",
+ "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": "Selectionner une image",
"saved_settings": "Paramètres de l'application enregistrés!",
"saved_map_settings": "Paramètres de la carte enregistrés !",
@@ -1430,6 +1459,10 @@
"general_settings": {
"save_success": "Paramètres globaux sauvegardés"
},
+ "donation_settings": {
+ "save_success": "Donation settings saved",
+ "delete_question": "Are you sure you want to delete this {{name}}."
+ },
"map_settings": {
"save_success": "Paramètres de cartes sauvegardés"
},
@@ -1528,6 +1561,7 @@
"delete_attribute_confirm": "Êtes-vous sûr de vouloir supprimer ce champ ?",
"delete_attribute_confirm_desc": "Cette action ne peut pas être annulée. Supprimer ce champ supprimera toutes ses données issues de publications existantes.",
"destroy_attribute_success": "Champ {{name}} supprimé",
+ "survey_name_required": "Survey-name is required",
"validation": {
"name": {
"required": "un nom de témoignage est requis",
@@ -1645,6 +1679,30 @@
"agree": "J'accepte les conditions d'utilisations de Ushahidi.",
"accept_and_continue": "Accepter et continuer"
},
+ "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",
@@ -1771,6 +1829,7 @@
"en-CH": "English (Switzerland)",
"en-GB": "English (United Kingdom)",
"en-US": "English (United States)",
+ "en-EN": "English",
"myv": "Erzya",
"eo": "Esperanto",
"et": "Estonian",
diff --git a/app/common/locales/fr.json b/app/common/locales/fr.json
index 19ae1ebc27..14438d1326 100644
--- a/app/common/locales/fr.json
+++ b/app/common/locales/fr.json
@@ -22,6 +22,8 @@
"title": "Documentation",
"description": "Apprendre comment paramétrer, configurer et gérer votre déploiement Ushahidi."
},
+ "donate": "Donate",
+ "donation": "Donation",
"intercom": {
"intercom": "Intercom",
"description": "Contact Ushahidi staff for chat support"
@@ -180,6 +182,7 @@
"add_field_instructions_placeholder": "Explain this field...",
"add_post_type": "Ajouter Enquête",
"add_step": "Ajouter Tâche",
+ "add_language": "Add language",
"added_form_stage_attribute": "Champ sauvegardé",
"field_allowed_relation_post_type": "Enquêtes permises",
"choose_order_message": "Choisir et commander les champs que vous souhaitez inclure dans cette enquête",
@@ -221,6 +224,7 @@
"save_post_type": "Enregistrer l'enquête",
"save_post_step": "Enregistrer la tâche",
"saved_form": "Enquête sauvegardée.",
+ "select_language": "Select languages",
"step_delete": "Supprimer",
"step_name": "Nom de la tâche",
"step_rename": "Renommer",
@@ -286,8 +290,8 @@
"tasks": "Tâches",
"task_visible_when_published": "This task will be visible when post is published.",
"show_field_description": "Add field description (optional):",
- "add_field": "Ajouter champ",
- "edit_field": "Modifier champ",
+ "add_field": "Add {{fieldType | lowercase}} field",
+ "edit_field": "Edit {{fieldType | lowercase}} field",
"build": "Build",
"configure": "Configurer",
"require_section": "Require this task be completed before a post can be visible to the public",
@@ -311,6 +315,7 @@
"response_private_desc": "Seules les personnes ayant la permission de modifier les réponses peuvent voir les réponses à ce champ",
"require_task_desc": "Require this task be completed before a post can be visible to the public",
"survey_permissions": "Autorisaitons d'enquête",
+ "only_edit": "Only people with permission to edit responses will be able to see responses to this field.",
"who_can_add": "Qui peut ajouter dans cette enquête",
"survey_field": "Survey field",
"choose_survey_field": "Choose what should be assigned to each survey field",
@@ -341,6 +346,11 @@
"delete_this": "Supprimer cette tâche"
}
},
+ "fields": {
+ "validation": {
+ "required": "Required fields are missing, these fields are marked with an *."
+ }
+ },
"targeted_survey": {
"title": "Create a new targeted survey",
"description": "Send questions via SMS to a list of those phone numbers.",
@@ -635,6 +645,8 @@
"see_more_singular": "See {{newPostsCount}} new post",
"add_to_form": "Ajouter à {{form}}",
"posts": "Publications",
+ "post_title": "Post title",
+ "post_desc": "Post description",
"there_are_no_posts": "Aucune publication",
"in_this_deployment": "dans ce déploiement, encore.",
"posts_total": "{{posts}} sur {{total_nb}} publications",
@@ -803,7 +815,8 @@
"valid": {
"no_changes": "You haven’t made any changes",
"invalid_state": "Cette publication est actuellement dans un état invalide. Vous devez exécuter toutes les tâches requises avant de pouvoir la republier. Vous pouvez soit exécuter les tâches nécessaires, soit changer l'état de votre publication, par exemple « en cours de traitement ».",
- "validation_fail": "Des champs requis sont manquants ; ils sont signalés par un * ci-dessous.",
+ "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": "Un titre est requis",
"minlength": "Le titre est trop court",
@@ -822,7 +835,8 @@
"required": "« {{label}} » est requis",
"parse": "« {{label}} » n'a pas pu être analysé",
"date": "« {{label}} » doit être une date",
- "number": "« {{label}} » doit être un nombre"
+ "number": "« {{label}} » doit être un nombre",
+ "step": "\"{{label}}\" must be an integer"
},
"author_name": {
"maxlength": "Le nom est trop long"
@@ -939,6 +953,7 @@
"delete_category_desc": "If you delete this category, it will no longer be associated with any posts. Proceed with caution.",
"show_categories": "Afficher les Catégories disponibles ",
"child_permissions": "Permissions for this category are managed by the parent category.",
+ "which_categories": "Which categories should be available",
"select_all": "Sélectionner tout",
"choose_roles": "Choisir Rôles",
"create_tag": "Créer une catégorie",
@@ -1017,7 +1032,9 @@
"webhooks": "Webhooks",
"webhooks_desc": "Create webhooks that send Ushahidi Platform data to external applications when specific events are triggered.",
"plans": "Plans",
- "plan_desc": "Votre plan actuel de déploiement est {{current_plan}}."
+ "plan_desc": "Votre plan actuel de déploiement est {{current_plan}}.",
+ "donation": "Donation",
+ "donation_desc": "Create and manage the donations people can make towards your organisation."
},
"user_settings": {
"user_settings_desc_1": "Here you can add your unique API key for your Humanitarian Data Exchange (HDX) account.",
@@ -1130,6 +1147,16 @@
"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"
+ },
+ "wallet": {
+ "required": "Donation wallet address is required"
+ }
+ },
"roles": {
"member": "Member",
"admin": "Admin",
@@ -1168,6 +1195,8 @@
"site_language": "Langue du site",
"site_private": "Rendre ce déploiement privé",
"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": "Sélectionner une image",
"saved_settings": "Paramètres de déploiement sauvegardés",
"saved_map_settings": "Paramètres de la carte enregistrés.",
@@ -1430,6 +1459,10 @@
"general_settings": {
"save_success": "Paramètres généraux sauvegardés"
},
+ "donation_settings": {
+ "save_success": "Donation settings saved",
+ "delete_question": "Are you sure you want to delete this {{name}}."
+ },
"map_settings": {
"save_success": "Paramètres de la carte sauvegardés"
},
@@ -1528,6 +1561,7 @@
"delete_attribute_confirm": "Êtes-vous sûr de vouloir supprimer ce champ ?",
"delete_attribute_confirm_desc": "This action cannot be undone. Deleting this field will remove its data from all existing posts.",
"destroy_attribute_success": "Champ {{name}} supprimé",
+ "survey_name_required": "Survey-name is required",
"validation": {
"name": {
"required": "A survey-name is needed",
@@ -1645,6 +1679,30 @@
"agree": "I agree to Ushahidi's Terms of Service.",
"accept_and_continue": "Accept and Continue"
},
+ "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",
@@ -1771,6 +1829,7 @@
"en-CH": "Anglais (Suisse)",
"en-GB": "Anglais (Royaume-Uni)",
"en-US": "Anglais (Etats-Unis)",
+ "en-EN": "English",
"myv": "Erzya",
"eo": "Esperanto",
"et": "Estonien",
diff --git a/app/common/locales/hr.json b/app/common/locales/hr.json
new file mode 100644
index 0000000000..353c4d7771
--- /dev/null
+++ b/app/common/locales/hr.json
@@ -0,0 +1,2438 @@
+{
+ "app": {
+ "powered_by_ushahidi": "Omogućuje Ushahidi.",
+ "support": "Ushahidi Podrška",
+ "by": "po",
+ "submit": "Pošalji",
+ "anonymous": "Anonimno",
+ "submitting": "Slanje",
+ "submit_another": "Pošalji i Dodaj drugo",
+ "submit_response": "Pošaljite odgovore ankete",
+ "can_see_this": "može vidjeti ovo",
+ "collection": "Kolekcija",
+ "collections": "Kolekcije",
+ "create_collection": "Kreiraj kolekciju",
+ "export_to_csv": "Izvoz filtriranih podataka",
+ "create_new": "Napravi novi",
+ "create_new_survey": "Napravi novu anketu",
+ "created_by": "Napravio/la {{author}}",
+ "date_created": "Datum kreiranja",
+ "date_updated": "Datum ažuriranja",
+ "documentation": {
+ "title": "Dokumentacija",
+ "description": "Nauči kako namjestiti, prilagoditi i upravljati sa vašom Ushahidi implementacijom."
+ },
+ "donate": "Donate",
+ "donation": "Donation",
+ "intercom": {
+ "intercom": "Intercom",
+ "description": "Kontaktiraj Ushahidi tim kroz chat podršku"
+ },
+ "report_a_bug": {
+ "title": "Prijavi grešku",
+ "description": "Javite nam kada nešto ne radi kako bi trebalo."
+ },
+ "edit_collection": "Uredi kolekciju",
+ "features": {
+ "title": "Značajke",
+ "description": "Pogledaj što Ushahidi može i kako radi."
+ },
+ "forbidden": "Isprika, niste u mogućnosti to napraviti.",
+ "404": "Taj URL ne postoji",
+ "get_notifications": "Primaj obavijesti",
+ "turn_off_notifications": "Isključi obavijesti",
+ "load_more": "Učitaj više",
+ "loading": "Pokretanje",
+ "loading_saved_searches": "Pokretanje spremljenih pretraga",
+ "more": "Više",
+ "cancel": "Odustani",
+ "save": "Spremi",
+ "save_and_close": "Spremi & zatvori",
+ "add_and_close": "Dodaj & zatvori",
+ "update_and_close": "Ažuriraj & zatvori",
+ "updating": "Ažuriranje",
+ "saving": "Spremanje",
+ "settings": "Postavke",
+ "share": "Podijeli",
+ "specific_roles": "Određene uloge...",
+ "general": "Opće",
+ "surveys": "Anketa",
+ "add_survey": "Dodaj anketu",
+ "edit_survey": "Uredi anketu",
+ "data_sources": "Izvori podataka",
+ "import": "Uvoz",
+ "users": "Korisnici",
+ "edit_user": "Uredi korisnika",
+ "add_user": "Dodaj korisnika",
+ "edit": "Uredi",
+ "roles": "Uloge",
+ "edit_role": "Uredi ulogu",
+ "add_role": "Dodaj ulogu",
+ "webhooks": "Webhookovi",
+ "edit_webhook": "Uredi webhook",
+ "add_webhook": "Dodaj Webhook",
+ "categories": "Kategorije",
+ "edit_category": "Uredi kategoriju",
+ "add_category": "Dodaj kategoriju",
+ "categories_count": "{{count}} kategorija",
+ "plans": "Planovi",
+ "delete": "Obriši",
+ "description": "Opis",
+ "color": "Boja",
+ "search_users": "Pretraži korisnike",
+ "searching": "Pretraživanje",
+ "show_hide": "Prikaži/sakrij",
+ "fields": "Polja",
+ "no_results": "Nema pronađenih rezultata.",
+ "filter_by": "Filtriraj po...",
+ "sort_filter": "Sortiraj & filtriraj",
+ "apply_filters": "Primjeni",
+ "close_and_view": "Zatvori i pregledaj rezultate",
+ "show_more_less": "Prikaži više/manje",
+ "filters": "Filteri",
+ "filter_by_survey": "Filtriraj po anketi",
+ "configure": "Konfiguriraj",
+ "post": "Post",
+ "name": "Naziv",
+ "key": "Ključ",
+ "survey_web_address": "Web adresa vaše ankete",
+ "default_value": "Zadana vrijednost (opcionalno):",
+ "select_one": "Odaberi jedan",
+ "sort_and_filter": "Sortiraj & filtriraj",
+ "saved_search": "Spremljena pretraga",
+ "tasks": "Zadaci",
+ "return_to_all_posts": "Vrati se na sve postove",
+ "this_deplyment_is_private": "Implementacija je privatna",
+ "private_deployment": "Privatna implementacija",
+ "mark_as": "Obilježi kao",
+ "who_can_see_this_category": "Tko može vidjeti ovu kategoriju?",
+ "this_category_is_child_to": "Ova kategorija je dijete od {{parent}}",
+ "nothing": "Ništa",
+ "who_can_see_this": "Tko može vidjeti ovo?",
+ "add": "Dodaj",
+ "add_new_category": "+ Dodaj novu kategoriju",
+ "sort_by": "Sortiraj po ...",
+ "newest_first": "Najnoviji prvo",
+ "oldest_first": "Najstariji prvo",
+ "language": "Jezik",
+ "select_language": "Odaberi jezik"
+ },
+ "toolbar": {
+ "searchbar": {
+ "search_entity": "Pretraži {{entity}}",
+ "search_all_entities_for": "Pretraži sve {{entity}} za"
+ }
+ },
+ "demo_warnings": {
+ "close": "Zatvori",
+ "visitor": {
+ "not_expired": "{{site_name}} koristi besplatnu probnu verziju Ushahidi. Vidjeti ćete samo prvih 25 postova za sljedećih {{days}} dana.",
+ "expired": "{{site_name}} koristi besplatnu probnu verziju Ushahidi. Vidjeti ćete samo prvih 25 postova."
+ },
+ "user": {
+ "expired": "Vaših 30 probnih dana je završeno. Nadogradite odmah kako bi kompletno koristili Ushahidi.",
+ "not_expired": "Imate {{days}} dana u Vašem besplatnom probnom roku. Nadogradite odmah za neograničene postove i potpuni pristup Ushahidi.",
+ "limit_reached": "Dobar posao! Imate više od 25 postova. Nadogradite odmah kako bi vidjeli ostatak postova ili nam se javite o punoj podršci poslovnog partnerstva za vaš projekt."
+ }
+ },
+ "color_picker": {
+ "hex_value": "Heksadecimalna vrijednost",
+ "red": "Crveno",
+ "gold": "Zlatno",
+ "blue": "Plavo",
+ "green": "Zeleno"
+ },
+ "feature_limits": {
+ "view_unavailable": "{{value}} pregled nije dostupan u Vašem trenutnom planu. Nadogradite Vaš plan kako bi ga imali!"
+ },
+ "limit": {
+ "plan_limit": "Ushahidi ograničenja planova",
+ "post_limit_reached": "Dostigli ste limit objavljenih postova za Vaš plan.",
+ "admin_limit_reached": "Dostigli ste limit administratorskih korisnika za Vaš plan.",
+ "post_type_limit_reached": "Dostigli ste limit anketa za Vaš plan.",
+ "upgrade": "Nadogradnja"
+ },
+ "activity": {
+ "activity_over_time": "Aktivnost tijekom vremena",
+ "activity_by_volume": "Aktivnost po količini",
+ "recent_activity_timeline": "Vremenski niz nedavne aktivnosti ",
+ "new_post": "Novi post",
+ "by": "Po",
+ "context_body": "Pregled kako osobe koriste {{site}}.",
+ "inbound": "Poruke dolaznih odgovora",
+ "outbound": "Izlazne anketne poruke",
+ "recipients": "Jedinstveni primatelji ciljane ankete",
+ "responders": "Jedinstveni odgovori na ciljanu anketu",
+ "all_targeted": "Sve ciljane ankete",
+ "no_targeted": "Nemate nikakvih podataka ciljane ankete za prikaz",
+ "all_sources": "Svi izvori podataka",
+ "web_mobile": "Web i mobilno",
+ "email": "e-mail",
+ "sms": "sms",
+ "twitter": "twitter",
+ "all_crowdsourced": "Sve Crowdsourced ankete",
+ "no_crowdsourced": "Nemate nikakve podatke Crowdsourced ankete za prikaz.",
+ "targeted_activity": "Ciljana anketna aktivnost",
+ "crowdsourced_activity": "Aktivnost Crowdsourced anketa"
+ },
+ "form": {
+ "add_field": "Dodaj polje",
+ "add_field_instructions": "Dodaj instrukcije za ovo polje",
+ "add_field_instructions_info": "Ove upute bit će prezentirane kao informativni oblačić korisniku kada ispunjava ovo polje. ",
+ "add_field_instructions_placeholder": "Objasni ovo polje...",
+ "add_post_type": "Dodaj anketu",
+ "add_step": "Dodaj zadatak",
+ "add_language": "Add language",
+ "added_form_stage_attribute": "Spremljeno polje",
+ "field_allowed_relation_post_type": "Dozvoljene ankete",
+ "choose_order_message": "Odaberite i sortirajte polja koja bi ste uključili u ovu anketu",
+ "created_form_stage": "Spremljeni zadatak",
+ "currently_disabled": "Ova anketa je trenutno onemogućena",
+ "custom_structure": "Prilagođena struktura",
+ "default_date_placeholder": "Zadani datum",
+ "default_default_placeholder": "Zadana vrijednost",
+ "default_location_placeholder": "Nairobi, Kenija",
+ "delete_post_type": "Obriši ovu anketu",
+ "deleted_form": "Obrisane ankete",
+ "deleted_form_stage": "Obrisani zadatak",
+ "deleted_form_stage_attribute": "Obrisano polje",
+ "editable_by": "Može se uređivati sa",
+ "edit_post_step": "Uredi zadatak: {{step}}",
+ "edit_post_type": "Uredi anketu: {{form}}",
+ "edit_post_types": "Uredi ankete",
+ "field_add_option": "Dodaj",
+ "field_default": "Zadano polje",
+ "field_key": "Ključ polja",
+ "field_type": "Vrsta polja",
+ "field_name": "Naziv polja",
+ "field_options": "Postavke polja",
+ "field_key_placeholder": "ključ-polja",
+ "field_name_placeholder": "Imenujte ovo polje",
+ "field_option_placeholder": "Opcija 1",
+ "field_required": "Ovo polje je obavezno",
+ "form_name": "Naziv",
+ "form_description": "Opis",
+ "forms": "Forme",
+ "form_stage_settings_saved": "Spremljene postavke",
+ "permission_public": "Javno",
+ "permission_admin": "Administrator",
+ "permission_self": "Samo ja",
+ "post_type_settings": "Postavke ankete",
+ "post_step_settings": "Postavke zadatka",
+ "priority_changed": "Prioritet promijenjen",
+ "save_and_close": "Spremi & zatvori",
+ "save_post_type": "Spremi anketu",
+ "save_post_step": "Spremi zadatak",
+ "saved_form": "Anketa spremljena.",
+ "select_language": "Select languages",
+ "step_delete": "Obriši",
+ "step_name": "Naziv zadatka",
+ "step_rename": "Preimenuj",
+ "step_required": "Ovaj zadatak je obavezan",
+ "post_step": "Post",
+ "type": "vrsta",
+ "visible_to": "Vidljivo"
+ },
+ "survey": {
+ "delete_task": "Obriši zadatak",
+ "duplicate_survey": "Dupliciraj",
+ "internal_use_task": "Zadatak je samo za interno korištenje",
+ "internal_use_task_desc": "Ovaj će zadatak biti vidljiv samo korisnicima koji imaju dozvolu za upravljanje postovima.",
+ "duplicate_task": "Dupliciraj zadatak",
+ "duplicate_option": "Prisutna duplicirana opcija",
+ "show_this_task_to": "Pokaži ovaj zadatak svima kao objavljen ",
+ "show_this_task_to_desc": "Kada su anketni odgovori objavljeni, podaci iz ovog zadataka bit će prikazani",
+ "survey_name": "Naziv ankete",
+ "describe_your_survey": "Opiši svoju anketu...",
+ "describe_this_task": "Opiši ovaj zadatak...",
+ "untitled_task": "Neimenovan zadatak",
+ "add_task": "Dodaj zadatak",
+ "title": "Naslov",
+ "field_allowed_relation_survey": "Dozvoljene ankete",
+ "collect_image_caption": "Uključi polje naslova slike",
+ "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",
+ "post_fields": "Polja posta",
+ "task_fields": "Polja posta",
+ "show_task": "Prikaži ovaj zadatak svima kada je post objavljen",
+ "task_info": "Možete dodati dodatne informacije za svaki post, kao što su prijevodi ili verifikacije te dodijeliti osobe dodavanjem zadataka. Možete odabrati iz već napravljenih zadataka ili kreirati nove ispočetka.",
+ "text_desc": "Rečenica ili manje",
+ "short_text": "Kratki tekst",
+ "long_text": "Dugački tekst",
+ "number_decimal": "Broj (decimalni)",
+ "number_integer": "Broj (cijeli broj)",
+ "location": "Lokacija",
+ "date": "Datu",
+ "datetime": "Datum & vrijeme",
+ "select": "Odaberi",
+ "radio_button": "Radio gumb(i)",
+ "checkbox": "Potvrdni okvir(i)",
+ "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",
+ "embed_video": "Ugradi video",
+ "markdown": "Markdown",
+ "categories": "Kategorije",
+ "textarea_desc": "Više rečenica ili paragrafi",
+ "decimal_desc": "Broj sa decimalnim mjestima",
+ "integer_desc": "Cijeli broj",
+ "location_desc": "Geografska lokacija odabrana sa kartom",
+ "date_desc": "Datum sa godinom, mjesecom i danom",
+ "datetime_desc": "Datum sa satima i minutama",
+ "select_desc": "Padajuća lista stavki",
+ "radio_desc": "Omogućuje korisniku odabir samo jedne od unaprijed definirane liste opcija.",
+ "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 ",
+ "video_desc": "Omogućuje ugradnju Youtube i Vimeo videa u post",
+ "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.",
+ "show_field_description": "Dodaj opis polja (opcionalno):",
+ "add_field": "Add {{fieldType | lowercase}} field",
+ "edit_field": "Edit {{fieldType | lowercase}} field",
+ "build": "Napravi",
+ "configure": "Konfiguriraj",
+ "require_section": "Zahtijevajte da se ovaj zadatak dovrši prije nego što objava bude javno vidljiva",
+ "hide_author_information": "Sakrij podatke u autoru",
+ "hide_author_information_desc": "Samo osobe s dopuštenjem za uređivanje odgovora moći će vidjeti tko ih je poslao; i to samo kad ih uređuju.",
+ "hide_location_information": "Sakrij točne informacije o lokaciji",
+ "hide_location_information_desc": "Samo osobe sa dopuštenjem za uređivanje odgovora moći će vidjeti točne lokacije. Ostale osobe će vidjeti zaokružene lokacije. Lokacija će biti točna na {{precision}}km.",
+ "hide_time_information": "Sakrij točne vremenske informacije",
+ "hide_time_information_desc": "Samo osobe s dopuštenjem za uređivanje odgovora moći će vidjeti točno vrijeme. Druge osobe će vidjeti samo datum.",
+ "share": "Podijeli",
+ "task_name": "Naziv zadatka",
+ "required_field": "Obavezno",
+ "required": "Obavezno",
+ "required_desc": "Zahtijevajte da se ovaj zadatak dovrši prije nego što objava bude javno vidljiva.",
+ "require_field_desc": "Zahtijevajte da ovo polje bude popunjeno",
+ "name_this_task": "Imenujte ovaj zadatak...",
+ "require_review": "Zahtijevajte da se postovi pregledaju prije objavljivanja",
+ "require_review_desc": "Novi odgovori na ovu anketu bit će stavljeni na \"pregled\" i stoga neće odmah biti vidljivi javnosti. Korisnici s dopuštenjem za pregled odgovora mogu ih pregledati i 'objaviti', što bi ih učinilo vidljivima svima.",
+ "require_task": "Obavezno",
+ "make_response_private": "Napravi odgovore privatnim",
+ "response_private_desc": "Samo osobe sa dopuštenjem za uređivanje odgovora mogu vidjeti odgovore za ovo polje",
+ "require_task_desc": "Zahtijevajte da se ovaj zadatak dovrši prije nego što objava bude javno vidljiva",
+ "survey_permissions": "Dopuštenja ankete",
+ "only_edit": "Only people with permission to edit responses will be able to see responses to this field.",
+ "who_can_add": "Tko može dodati ovu anketu",
+ "survey_field": "Polje ankete",
+ "choose_survey_field": "Odaberi što bi trebalo biti dodijeljeno svakom polju ankete",
+ "choose_survey_field_desc": "Sva anketna polja su navedene dolje. Odaberi podatke iz {{datasource_type}} kojeg bi htjeli koristiti za ispunjavanje svakog od ponuđenih polja.",
+ "who_can_contribute_to_task": "Tko može doprinijeti poljima u ovom zadatku",
+ "delete": {
+ "desc": "Ako obrišete ovu anketu, svi njeni postovi će također biti obrisani. Nastavite s oprezom.",
+ "delete": "Obriši anketu",
+ "delete_this": "Obriši ovu anketu",
+ "delete_this_field": "Obriši ovo polje",
+ "delete_field": "Obriši polje",
+ "desc_field": "Ako obrišete ovo polje, svi skupljeni podaci unutar će također biti obrisani. Nastavite s oprezom."
+ },
+ "name": "Naziv ankete",
+ "color": {
+ "color": "Boja",
+ "hex": "Heksadecimalna vrijednost",
+ "red": "Crveno",
+ "gold": "Zlatno",
+ "blue": "Plavo",
+ "green": "Zeleno"
+ },
+ "who": "Tko može vidjeti ovo?",
+ "task": {
+ "delete": {
+ "desc": "Ako obrišete ovaj zadatak, svi njegovi uhvaćeni podaci će također biti obrisani. Nastavite s oprezom.",
+ "delete": "Obriši zadatak",
+ "delete_this": "Obriši ovaj zadatak"
+ }
+ },
+ "fields": {
+ "validation": {
+ "required": "Required fields are missing, these fields are marked with an *."
+ }
+ },
+ "targeted_survey": {
+ "title": "Kreiraj novu ciljanu anketu",
+ "description": "Pošalji pitanja SMS-om na listu ovih telefonskih brojeva",
+ "name_title": "Imenujte svoju anketu",
+ "name": "Naziv ankete",
+ "description_title": "Opis ankete",
+ "audience_title": "Odaberi svoju publiku",
+ "add_questions_title": "Dodaj svoja pitanja",
+ "add_questions_description": "Poslati ćemo svako pitanje kao zasebni SMS. Nakon što netko odgovori, poslati ćemo sljedeće pitanje iz ankete.",
+ "add_another": "Dodaj sljedeće pitanje...",
+ "add_a_question": "Dodaj pitanje...",
+ "edit_title": "Uredi pitanje",
+ "new_question_title": "Novo pitanje",
+ "question_text": "Tekst pitanja",
+ "question_description": "Ovo će korisnici vidjeti kada posjete Vašu anketu.",
+ "sample_question": "Primjer pitanja: Bok! Kako se osjećate danas? Vaš je odgovor besplatan.",
+ "char_remains": "{{remaining}}/160 znakova preostalo",
+ "publish": "Objavi anketu",
+ "delete": "Obriši",
+ "send_to_old_number_warning": "Ako šaljete poruku broju kojem ste poslali prije, odgovori te osoba će uvijek biti aplicirani za najnoviju anketu. Osoba neće više moći odgovoriti na prošla neodgovorena pitanja ankete.",
+ "publish_description_many": "Poslati ćemo {{questions}} pitanja na {{numbers}} osoba preko SMS-a i to ukupno {{total_sms_messages}} poruka. Vaš telekomunikacijski pružatelj će Vam to naplatiti kao svaku pojedinačnu poruku. Molimo budite pažljivi oko troškova koji će nastupiti slanjem ove ankete. Ova akcija se ne može vratiti.",
+ "publish_description_one_question": "Poslati ćemo {{questions}} pitanje na {{numbers}} osoba preko SMS-a i to ukupno {{total_sms_messages}} poruka. Vaš telekomunikacijski pružatelj će Vam to naplatiti kao svaku pojedinačnu poruku. Molimo budite pažljivi oko troškova koji će nastupiti slanjem ove ankete. Ova akcija se ne može vratiti.",
+ "publish_description_one_number": "Poslati ćemo {{questions}} pitanja na {{numbers}} osobe preko SMS-a i to ukupno {{total_sms_messages}} poruka. Vaš telekomunikacijski pružatelj će Vam to naplatiti kao svaku pojedinačnu poruku. Molimo budite pažljivi oko troškova koji će nastupiti slanjem ove ankete. Ova akcija se ne može vratiti.",
+ "publish_description_one_number_one_question": "Poslati ćemo {{questions}} pitanje na {{numbers}} osobe preko SMS-a i to ukupno {{total_sms_messages}} poruka. Vaš telekomunikacijski pružatelj će Vam to naplatiti kao svaku pojedinačnu poruku. Molimo budite pažljivi oko troškova koji će nastupiti slanjem ove ankete. Ova akcija se ne može vratiti.",
+ "question_warning": "Morate unijeti barem 1 pitanje.",
+ "publish_warning": "Jeste li sigurni da želite poslati ovu SMS anketu?",
+ "publish_notification_many": "{{messages}} poruke će biti poslane kao dio ove ankete. Biti će vam naplaćeno za ove poruke od strane Vašeg telekomunikacijskog pružatelja.",
+ "publish_notification_one": "{{messages}} poruka će biti poslane kao dio ove ankete. Biti će vam naplaćeno za ovu poruku od strane Vašeg telekomunikacijskog pružatelja.",
+ "hide_responders": "Sakrij informacije o osobama daju odgovore",
+ "hide_responders_desc": "Brojevi telefona osoba koje odgovaraju na Vaša pitanja ostaju skrivena na javnom web mjestu. Samo će ih članovi tima s dopuštenjima za uređivanje moći vidjeti.",
+ "notification_button": "Pregledaj anketu u prikazu podataka",
+ "name_warning": "Morate svojoj anketi dati naziv.",
+ "description_warning": "Morate svojoj anketi dati opis.",
+ "send_to_person": "Ciljano: Pošalji ovu anketu na {{recipientCount}} osobai SMS-om",
+ "send_to_people": "Ciljano: Pošalji ovu anketu na {{recipientCount}} osoba SMS-om",
+ "country_code": "Kod države",
+ "country_code_error": "Morate odabrati državu.",
+ "select_country": "Odaberi državu",
+ "phone_numbers": "Telefonski brojevi",
+ "phone_number_warning": "Morate unijeti barem 1 telefonski broj",
+ "one_repeat_alert": "Uklonili smo ukupno {{repeatCount}} ponovljeni broj iz Vaše liste.",
+ "multi_repeat_alert": "Uklonili smo ukupno {{repeatCount}} ponovljenih brojeva iz Vaše liste.",
+ "multi_number_error": "Od {{total}} telefonskih brojeva koje ste unijeli, primijetili smo probleme sa {{bad}} njih. Molimo ispravite brojeve telefona ispod i nastavite. Brojevi se moraju podudarati s pravilima oblikovanja odabrane zemlje.",
+ "one_number_error": "Od {{total}} telefonskih brojeva koje ste unijeli, primijetili smo probleme sa {{bad}} njih. Molimo ispravite brojeve telefona ispod i nastavite. Brojevi se moraju podudarati s pravilima oblikovanja odabrane zemlje.",
+ "multi_numbers_good": "Ovi {{good_numbers}} brojevi izgledaju u redu.",
+ "one_number_good": "Ovaj {{good_numbers}} broj izgleda u redu.",
+ "question_error": "Morate dodati barem jedno pitanje.",
+ "phone_number_instructions": "Molimo upišite telefonske brojeve koje biste htjeli kontaktirati. Morate unijeti zarez između svakog telefonskog broja.",
+ "targeted_survey": "Ciljana anketa",
+ "targeted_survey_desc": "Poslali smo ovu anketu SMS-om",
+ "sent_messages": "Poslali smo {{totalSent}} poruka, i",
+ "sent_message": "Poslali smo {{totalSent}} poruku, i",
+ "received_responses": "primili ste {{responses}} odgovora",
+ "received_response": "primili ste {{responses}} odgovor",
+ "recipients_count": "od {{recipients}} primatelja dosad.",
+ "recipient_count": "od {{recipients}} primatelja dosad.",
+ "error_message": "Dogodila se greška kod pokušaja spremanja Vaše ciljane ankete",
+ "error_contacts": "Neki brojevi koje ste naveli nisu uspjeli, provjerite svoje brojeve i pokušajte ponovo",
+ "pending_messages": "Obrađujemo {{totalPending}} poruka.",
+ "pending_message": "Obrađujemo {{totalPending}} poruku.",
+ "cancel": "Odustani"
+ }
+ },
+ "global_filter": {
+ "filter": "Filter",
+ "categories": {
+ "categories": "Kategorije",
+ "all_categories": "Sve kategorije"
+ },
+ "post_types": {
+ "post_types": "Ankete",
+ "all_types": "Sve vrste",
+ "unstructured": "Nestrukturirano"
+ },
+ "post_statuses": {
+ "post_statuses": "Status",
+ "all_statuses": "Bilo koji status",
+ "draft": "Skica",
+ "published": "Objavljeno"
+ },
+ "post_stages": {
+ "post_stages": "Trenutni zadatak",
+ "all_stages": "Svi zadaci"
+ },
+ "collections": {
+ "collections": "Kolekcije",
+ "all_collections": "Sve kolekcije",
+ "search_collections": "Pretraži kolekcije"
+ },
+ "sort": {
+ "order": {
+ "filter_type_tag": "Redoslijed",
+ "desc": "Najnoviji prvo",
+ "asc": "Najstariji prvo"
+ },
+ "orderby": {
+ "post_date": "Datum posta",
+ "created": "Datum kreiranja",
+ "updated": "Datum ažuriranja"
+ },
+ "unlockedOnTop": {
+ "filter_type_tag": "Otključani postovi na vrh"
+ }
+ },
+ "filter_tabs": {
+ "order": "Redoslijed",
+ "order_group": {
+ "orderby": {
+ "post_date": "Datum posta",
+ "created": "Datum kreiranja",
+ "updated": "Datum ažuriranja"
+ },
+ "order": {
+ "desc": "Najnoviji prvo",
+ "asc": "Najstariji prvo"
+ },
+ "unlocked_on_top_yes": "Da",
+ "unlocked_on_top_no": "Ne"
+ },
+ "orderby": "Sortiraj po",
+ "order_unlocked_on_top": "Neotključani postovi na vrh",
+ "savedsearch": "Spremljena pretraga",
+ "saved_search": "Spremljena pretraga",
+ "q": "Ključna riječ",
+ "created_after": "Početni datum",
+ "created_before": "Završni datum",
+ "date_after": "Početni datum",
+ "date_before": "Završni datum",
+ "center_point": "Lokacija",
+ "tags": "Kategorija",
+ "form": "Anketa",
+ "current_stage": "Trenutni zadatak",
+ "set": "Kolekcija",
+ "status": "Status",
+ "location_value": "Unutar {{km}} km od {{value}}",
+ "visible_to": "Vidljivo",
+ "user": "Korisnik",
+ "has_location": "Post-lokacije",
+ "all_posts": "Prikaži sve postove",
+ "unmapped": "Prikaži postove koji nisu mapirani",
+ "mapped": "Prikaži postove sa lokacijom",
+ "source": "Izvor"
+ },
+ "unmapped_start_one": "Tamo je",
+ "unmapped_start_many": "Postoji",
+ "unmapped_one": "{{post_nb}} post",
+ "unmapped_many": "{{post_nb}} postovi",
+ "unmapped_end": "nisu prikazani ovdje jer ne sadrže lokacijske informacije.",
+ "more": "Više",
+ "keyword": "Ključna riječ",
+ "start_date": "Početni datum",
+ "start_date_placeholder": "25. siječanj 2014.",
+ "end_date": "Završni datum",
+ "end_date_placeholder": "25. travanj 2014.",
+ "location": "Lokacija",
+ "location_placeholder": "Unesi grad ili adresu",
+ "within_km": "Unutar",
+ "km": "Km",
+ "within_km_placeholder": "Udaljenost",
+ "option_1": "unutar 1 km",
+ "option_2": "unutar 10 km",
+ "option_3": "unutar 50 km",
+ "option_4": "unutar 100km",
+ "option_5": "unutar 500 km",
+ "restore_defaults": "Vratite zadano",
+ "apply_filters": "Primjeni",
+ "save_to_set": "Spremi u set",
+ "search": "Pretraga",
+ "date_range": "Datumski raspon",
+ "who_its_visible_to": "Kome je vidljivo",
+ "status": "Status",
+ "source": "Izvor"
+ },
+ "graph": {
+ "all_posts": "Ništa; Prikaži sve postove",
+ "all": "Svo vrijeme",
+ "compare": "Usporedi...",
+ "compare_all": "Usporedi...",
+ "compare_status": "Usporedi status",
+ "compare_tags": "Usporedi kategorije",
+ "compare_form": "Usporedi ankete",
+ "compare_": "Usporedi",
+ "created": "Vrijeme kreiranja",
+ "cumulative": "Prikaži kumulativne ukupne iznose",
+ "cumulative_post_count": "Ukupan broj postova",
+ "custom": "Prilagođeni datumski raspon",
+ "custom_display": "{{start || 'Početak'}} to {{end || 'Sada'}}",
+ "group_by_placeholder": "Graf",
+ "new_post_count": "Novi postovi",
+ "none": "Ništa",
+ "no_data": "Nema aktivnosti za prikaz",
+ "post_count": "Broj postova",
+ "post_date": "Datum kreiranja posta",
+ "select_one": "Odaberi jedan",
+ "week": "Ovaj tjedan",
+ "month": "Ovaj mjesec",
+ "updated": "Ažurirano vrijeme"
+ },
+ "message": {
+ "button": {
+ "dismiss": "Odbaci",
+ "upgrade": "Nadogradite odmah",
+ "default": "U redu",
+ "cancel": "Odustani"
+ }
+ },
+ "modal": {
+ "button": {
+ "close": "Zatvori"
+ }
+ },
+ "nav": {
+ "404": "Opa",
+ "about": "O softveru",
+ "activity": "Aktivnost",
+ "add_post": "Dodaj post",
+ "account_settings": "Postavke računa",
+ "alerts": "Upozorenja",
+ "all": "Sve",
+ "author_tagline": "Po {{author}}",
+ "appearance": "Izgled",
+ "back": "Natrag",
+ "category": "Kategorija",
+ "categories": "Kategorije",
+ "clear": "Očisti",
+ "collections": "Kolekcije",
+ "comments": "Komentari",
+ "data_sources": "izvori podataka",
+ "data_import": "Uvoz podataka",
+ "deselect": "Poništi odabir",
+ "edit_profile": "Uredi profil",
+ "edit_post_type": "Uredi anketu",
+ "everyone": "Svi",
+ "export": "Izvoz",
+ "forbidden": "Nedozvoljen pristup",
+ "dashboard": "Nadzorna ploča",
+ "delete": "Obriši",
+ "edit": "Uredi",
+ "filters": "Filteri",
+ "forgotyourpassword": "Zaboravili ste lozinku?",
+ "resetpassword": "Ponovno postavi lozinku",
+ "resetmypassword": "Ponovno postavi moju lozinku",
+ "forms": "Forme",
+ "help": "Pomoć",
+ "home": "Početna",
+ "login": "Prijava",
+ "logout": "Odjava",
+ "registration": "Registracija",
+ "register": "Registracija",
+ "map_settings": "Postavke karte",
+ "more": "Više",
+ "notifications": "Obavijesti",
+ "only_author": "Samo autor",
+ "only_you": "Samo Vi",
+ "people": "Osobe",
+ "permissions": "Dopuštenja",
+ "plan_settings": "Plan",
+ "please_wait_loading": "Molimo pričekajte. Pokretanje...",
+ "plugins": "Dodaci",
+ "posts": "Postovi",
+ "posts_and_entities": "Ankete",
+ "profile": "Moj profil",
+ "role": "Uloga",
+ "roles": "Uloge",
+ "webhook": "Webhook",
+ "webhooks": "Webhookovi",
+ "saved_searches": "Spremljene pretrage",
+ "search": "Pretraga",
+ "select_all": "Odaberi sve",
+ "selected_items": "{{selectedItems}} odabrane",
+ "settings": "Postavke",
+ "survey_settings": "Postavke ankete",
+ "tags": "Kategorije",
+ "today": "Danas",
+ "general": "Opće postavke",
+ "type": "Vrsta",
+ "unknown": "Nepoznato",
+ "unselect_all": "Poništi odabir za sve",
+ "user": "Korisnik",
+ "users": "Korisnici",
+ "views": "Pogledi",
+ "yesterday": "Jučer"
+ },
+ "views": {
+ "map": "Karta",
+ "list": "Vremenski niz",
+ "activity": "Aktivnost",
+ "data": "Podaci"
+ },
+ "post": {
+ "see_more_plural": "Pregledaj {{newPostsCount}} novih postova",
+ "see_more_singular": "Pregledaj {{newPostsCount}} novi post",
+ "add_to_form": "Dodaj u {{form}}",
+ "posts": "Postovi",
+ "post_title": "Post title",
+ "post_desc": "Post description",
+ "there_are_no_posts": "Nema postova",
+ "in_this_deployment": "u ovoj implementaciji, još.",
+ "posts_total": "{{posts}} od {{total_nb}} postova",
+ "posts_total_map": "Prikazivanje {{posts}} od {{total_nb}} postova sa lokacijskim informacijama na karti.",
+ "search_results": "Rezultati:",
+ "by": "po",
+ "duplicate_option": "Postoji problem sa konfiguracijom ovog polja zbog duplikata, molimo idite u postavke ankete i ispravite.",
+ "task_completed": "Zadatak završen",
+ "everyone": "Svi",
+ "just_you": "Samo Vi",
+ "specific_roles": "Određene uloge...",
+ "can_see_this": "može vidjeti ovo",
+ "add_post_type": "Dodaj {{form_name}}",
+ "edit_post_type": "Uredi {{form_name}}",
+ "messages": {
+ "by_sms": "SMS-om",
+ "by_email": "E-mailom",
+ "by_twitter": "Sa Twittera",
+ "reply": "Odgovori na niz poruka",
+ "send": "Pošalji novu poruku",
+ "save": "Spremi",
+ "simple_send": "Pošalji",
+ "title": "Razgovor sa autorom",
+ "associated_messages": "Pregledaj poruke povezane s ovim postom",
+ "show_only_incoming": "Prikaži samo {{provider}} koji još nije dodijeljen anketi",
+ "imported_by": "{{messages}} uvezene ovom implementacijom",
+ "Twitter": "Twitter",
+ "Email": "E-mail",
+ "SMS": "SMS"
+ },
+ "post": "Post",
+ "message": "Poruka",
+ "message_thread": "Niz poruka",
+ "all_posts": "Svi postovi",
+ "no_search_results": "Vaša pretraga ne odgovara nijednom postu",
+ "no_search_results_location": "Vaša pretraga ne odgovara ni jednom postu sa lokacijskim informacijama",
+ "no_posts_yet": "Još nema postova!",
+ "no_posts_yet_location": "Još nema postova sa lokacijskim informacijama!",
+ "add_first_post": "Dodaj prvi post",
+ "create_post": "Napravi post",
+ "create": "Napravi",
+ "change": "Promjeni",
+ "posted_by": "Objavio",
+ "draft": "U pregledu",
+ "archived": "Arhivirano",
+ "edited_by": "Uredio",
+ "export": "Izvoz",
+ "select_all": "Odaberi sve",
+ "unselect_all": "Poništi odabir za sve",
+ "per_page": "{{count}} postova",
+ "post_details": "Detalji posta",
+ "steps": "Zadaci ovog posta",
+ "mark_complete": "Označi kao gotovo",
+ "complete": "Dovrši",
+ "type_details": "{{type}} detalji",
+ "edit_post": "Uredi post",
+ "history": "Povijest",
+ "hide_form": "Sakrij {{form}}",
+ "hide_unknown_form": "Sakrij nepoznato",
+ "publish": "Objavi na...",
+ "publish_for_you": "Vi",
+ "publish_for_everyone": "Svi",
+ "published": "Objavljeno",
+ "unpublished": "Neobjavljeno",
+ "published_by": "Objavio",
+ "can_see_this_post": "može vidjeti ovaj post",
+ "location": "Lokacija",
+ "categories": "Kategorije",
+ "status": "Status",
+ "type": "Vrsta",
+ "view": "Pogled",
+ "step": "Zadatak",
+ "update": "Ažuriranje",
+ "options": "Opcije",
+ "complete_draft": "Dovršeno (skica)",
+ "complete_published": "Dovršeno (objavljeno)",
+ "structure": "Struktura",
+ "source": "preko {{source}}",
+ "visible_to_public": "Ovaj post je javno vidljiv",
+ "visible_to_you": "Ovaj post vidljiv je samo Vama i administratorima",
+ "visible_to_roles": "Post je vidljiv {{roles}}",
+ "show_only_form": "Samo prikaži {{form}}",
+ "show_only_unknown_form": "Prikaži samo nepoznato",
+ "delete_post": "Obriši post",
+ "delete_this_post": "Obriši ovaj post",
+ "delete_post_desc": "Ako obrišete ovaj post, svi njegovi komentari će također biti obrisani. Nastavite s oprezom.",
+ "post_actions": {
+ "edit": "Uredi",
+ "delete": "Obriši",
+ "export": "Izvoz",
+ "put_under_review": "Stavi u pregled",
+ "archive": "Arhiva",
+ "publish": "Objavi"
+ },
+ "created_at": "Kreirano u",
+ "updated_at": "Posljednje ažurirano u",
+ "author": "Autor",
+ "post_date": "Datum posta",
+ "change_author": "Promjeni autora",
+ "status_published": "Objavljeno",
+ "status_review": "U pregledu",
+ "status_archived": "Arhivirano",
+ "unknown_posts": "Nepoznati postovi",
+ "my_posts": "Moji postovi",
+ "unstructured_posts": "Nestrukturirani postovi",
+ "published_posts": "Objavljeni postovi",
+ "all_posts_desc": "Svi postovi",
+ "published_posts_desc": "Svi objavljeni postovi",
+ "unstructured_posts_desc": "Nestrukturirani postovi",
+ "my_posts_desc": "Vaši postovi",
+ "unknown_posts_desc": "Postovi bez dodijeljenih anketa",
+ "locking": {
+ "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."
+ },
+ "modify": {
+ "intro": "Odaberi aknetu:",
+ "no_task_values": "Trenutno nema spremljenih vrijednosti za ovaj zadatak.",
+ "create_type": "Kreiraj {{type}}",
+ "edit_type": "Uredi {{type}}: {{title}}",
+ "add_a_post": "Dodaj post",
+ "add_to_survey": "Dodaj u ovu anketu",
+ "edit_post": "Uredi {{title}}",
+ "change_type": "Promjeni vrstu",
+ "incomplete_step": "Za objavu posta sva obavezna polja moraju biti obilježena kao završena. Obavezni zadatak {{stage}} još nije obilježen kao završen",
+ "save_post": "Spremi post",
+ "publish": "Objavi na...",
+ "publish_to": "Objavi u {{role}}",
+ "published_to": "Objavljeno u {{role}}",
+ "unpublish": "Vrati na skicu",
+ "everyone": "Svi",
+ "back": "Natrag",
+ "contact_info": "Unesi svoje kontaktne podatke (opcionalno)",
+ "author_realname": "Naziv",
+ "author_email": "E-mail",
+ "bulk_actions": "Skupne akcije",
+ "form": {
+ "categories": "Kategorije",
+ "description": "Opis",
+ "location": "Lokacija",
+ "title": "Naslov",
+ "link": {
+ "name": "Naziv poveznice",
+ "url": "URL poveznice",
+ "add_link": "Dodaj poveznicu"
+ }
+ }
+ },
+ "preview": {
+ "private": "privatno",
+ "public": "javno",
+ "read_more": " ... Pročitaj više",
+ "tags": "Kategorije",
+ "post_actions": {
+ "post_actions": "Akcije posta",
+ "select": "odaberi",
+ "edit": "uredi",
+ "set": "polje",
+ "publish": "objavi",
+ "unpublish": "ukloni objavu",
+ "delete": "obriši"
+ }
+ },
+ "valid": {
+ "no_changes": "Niste napravili nikakve promjene",
+ "invalid_state": "Ovaj post je trenutno u nevaljanom stanju. Morat ćete izvršiti sve potrebne zadatke da biste mogli ponovno objaviti ovaj post. Možete izvršiti potrebne zadatke ili svojem postu dati drugačiji status, na primjer \"u pregledu\".",
+ "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": "Naslov je obavezan",
+ "minlength": "Naslov je prekratak",
+ "maxlength": "Naslov je predug"
+ },
+ "label": {
+ "required": "Naziv je obavezan"
+ },
+ "content": {
+ "required": "Opis ne smije biti prazan"
+ },
+ "tags": {
+ "required": "Kategorije su obavezne"
+ },
+ "values": {
+ "required": "\"{{label}}\" je obavezan",
+ "parse": "\"{{label}}\" je nemoguće obraditi",
+ "date": "\"{{label}}\" mora biti datum",
+ "number": "\"{{label}}\" mora biti broj",
+ "step": "\"{{label}}\" must be an integer"
+ },
+ "author_name": {
+ "maxlength": "Naziv je predug"
+ },
+ "author_email": {
+ "email": "Nevaljani e-mail"
+ }
+ },
+ "media": {
+ "enter_a": "Unesi",
+ "youtube": "Youtube",
+ "current_url": "Trenutna slika",
+ "add_caption": "Dodaj naslov",
+ "upload": "Prenesi",
+ "add_photo": "Dodaj fotografiju",
+ "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!"
+ },
+ "video": {
+ "enter_a_url": "Unesi Youtube ili Vimeo video URL."
+ },
+ "unstructured": {
+ "add_survey": {
+ "info": "Ovaj post još nije dodijeljen anketi unutar Vaše implementacije. To je zbog toga što je dostavljeno putem {{source}}, što autoru ne pruža način da doda svoj post određenoj anketi.",
+ "choose": "Kojoj anketi bi htjeli dodati ovaj post?",
+ "title": "Dodaj ovaj post u anketu",
+ "save_and_edit": "Dodaj u anketu & uredi"
+ },
+ "survey_title": "Nepoznata anketa"
+ }
+ },
+ "role": {
+ "add_role": "Dodaj ulogu",
+ "edit_role": "Uredi ulogu",
+ "name": "Naziv",
+ "description": "Opis",
+ "save": "Spremi ulogu",
+ "save_add_another": "Spremi i Dodaj drugo",
+ "permissions": "Dopuštenja",
+ "delete": "Obriši",
+ "delete_role": "Obriši ovu ulogu",
+ "delete_role_desc": "Ako obrišete ovu ulogu, svim korisnicima koji su imali tu ulogu bit će vraćena zadana dopuštenja. Nastavite s oprezom.",
+ "everyone": "Svi",
+ "just_you": "Samo Vi"
+ },
+ "webhook": {
+ "add_webhook": "Dodaj ulogu",
+ "edit_webhook": "Uredi ulogu",
+ "uuid": "Webhook UUID",
+ "name": "Naziv",
+ "shared_secret": "Dijeljena tajna",
+ "url": "API URL",
+ "entity_type": "Vrsta entiteta",
+ "event_type": "Vrsta događaja",
+ "save": "Spremi ulogu",
+ "save_add_another": "Spremi i Dodaj drugo",
+ "delete": "Obriši",
+ "delete_webhook": "Obriši ovaj webhook",
+ "delete_webhook_desc": "Ako obrišete ovaj webhook, svi asocirani događaji webhookova bit će izgubljeni. Nastavite s oprezom."
+ },
+ "saved_search": {
+ "visible_to_public": "Ova spremljena pretraga je javno vidljiva",
+ "visible_to_you": "Ova spremljena pretraga vidljiva je samo Vama i administratorima",
+ "visible_to_roles": "Spremljena pretraga je vidljiva {{roles}}",
+ "featured": "Istaknuto",
+ "featured_tooltip": "Istaknute pretrage prikazuju se svim korisnicima u izborniku \"Spremljene pretrage\""
+ },
+ "collection": {
+ "visible_to_public": "Ova kolekcija je javno vidljiva",
+ "visible_to_you": "Ova kolekcija je vidljiva samo Vama i administratorima",
+ "visible_to_roles": "Ova kolekcija vidljiva je {{roles}}"
+ },
+ "set": {
+ "by": "po",
+ "clear_search": "Očisti pretragu",
+ "create_collection": "Kreiraj kolekciju",
+ "create_new": "Napravi novi",
+ "create_savedsearch": "Kreiraj spremljenu pretragu",
+ "description": "Opis",
+ "delete_collection": "Obriši ovu kolekciju",
+ "delete_savedsearch": "Obriši ovu spremljenu pretragu",
+ "default_viewing_mode": "Zadani prikaz",
+ "edit_collection_settings": "Uredi kolekciju",
+ "edit_search_settings": "Uredi spremljenu pretragu",
+ "featured": "Istaknuto",
+ "featured_collection": "Ova kolekcija je istaknuta",
+ "featured_collection_tooltip": "Istaknute kolekcije prikazuju se svim korisnicima u izborniku \"Kolekcije\"",
+ "find_a_collection": "Traži kolekciju...",
+ "find_a_saved_search": "Pronađi spremljenu pretragu...",
+ "delete_saved_searches": "Obriši spremljene pretrage",
+ "add_to_collection": "Dodaj u kolekciju",
+ "empty_list_collections": "Nema kolekcija",
+ "empty_list_savedsearches": "Nema spremljenih pretraga",
+ "collection_name": "Naziv kolekcije",
+ "name_your_collection": "Imenujte svoju kolekciju...",
+ "name_savedsearch": "Naziv spremljene pretrage",
+ "visible_to_collection": "Tko može vidjeti ovu kolekciju",
+ "visible_to_savedsearch": "Tko može vidjeti ovu spremljenu pretragu",
+ "reset_savedsearch": "Ponovno pretraživanje",
+ "save_set": "Spremi kolekciju",
+ "save_savedsearch": "Spremi pretragu",
+ "update_savedsearch": "Ažuriraj pretragu",
+ "edit_savedsearch": "Uredi pretragu",
+ "set_settings": "Postavke kolekcije",
+ "add_notification": "Dodaj obavijest",
+ "remove": "ukloni"
+ },
+ "category": {
+ "add_tag": "Dodaj kategoriju",
+ "save_add_another": "Spremi i Dodaj drugo",
+ "delete_category": "Obriši kategoriju",
+ "delete_this_category": "Obriši ovu kategoriju",
+ "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",
+ "select_all": "Odaberi sve",
+ "choose_roles": "Odaberi uloge",
+ "create_tag": "Kreiraj kategoriju",
+ "saved_tag": "Kategorija spremljena.",
+ "deleted_tags": "Kategorije obrisane.",
+ "manage_tags": "Upravljaj kategorijama",
+ "edit_tag": "Uredi kategoriju",
+ "editor": {
+ "name": "Naziv kategorije",
+ "slug": "Kategorijska poveznica",
+ "slug_help": "Ako se ostavi prazno, bit će automatski generirano iz naziva kategorije",
+ "description": "Opis",
+ "type": "Vrsta",
+ "color": "Boja ikone",
+ "icon": "Naziv ikone",
+ "roles_help": "Samo odabrane uloge će moći vidjeti ovu kategoriju."
+ },
+ "types": {
+ "category": "Kategorija",
+ "status": "Status"
+ },
+ "delete": "Obriši"
+ },
+ "tool": {
+ "manage_forms": "Upravljaj formama",
+ "manage_tags": "Upravljaj kategorijama",
+ "manage_users": "Upravljaj korisnicima",
+ "manage_roles": "Upravljaj ulogama",
+ "manage_webhooks": "Upravljaj Webhookovima",
+ "manage_views": "Upravljaj prikazima",
+ "manage_map_settings": "Upravljaj postavkama karte",
+ "manage_appearance_settings": "Upravljaj postavkama prikaza",
+ "manage_plugins": "Upravljaj dodacima",
+ "appearance_settings": "Postavke izgleda",
+ "map_settings": "Postavke karte",
+ "site_settings": "Postavke web mjesta",
+ "settings": "Postavke",
+ "tools": "Alati"
+ },
+ "map_settings": {
+ "admin_map_settings": "Postavke karte",
+ "saved_map_settings": "Postavke karte spremljene."
+ },
+ "settings": {
+ "api_key": "API ključ",
+ "api_key_desc": "API ključ je unikatan za Vašu implementaciju, može se koristiti za dopuštenje sustavima treće strane kako bi se mogli povezati s Vašom Ushahidi implementacijom.",
+ "appearance": "Postavke izgleda",
+ "continue": "Nastavi",
+ "create": "Napravi novu anketu",
+ "create_open_or_targeted": "Kreiraj otvorenu ili ciljanu anketu za skupljanje informacija o Ushahidi.",
+ "current_header": "Trenutna pozadinska slika",
+ "customize_your_new_deployment": "Prilagodite svoju novu implementaciju",
+ "embed": "Ugradi",
+ "embed_info": "Za ugradnju Vaše karte na drugo web mjesto upotrijebite isječak koda u nastavku.",
+ "settings_list": {
+ "general": "Opće",
+ "general_desc": "Promijenite naziv svoje implementacije, opis, logo i ostale detalje.",
+ "surveys": "Ankete",
+ "surveys_desc": "Kreiraj i postavi ankete koje Vaša implementacija skuplja.",
+ "data_sources": "Izvori podataka",
+ "data_sources_desc": "E-mail postavke, SMS i kanali socijalnih mreža koji pomažu Vašoj implementaciji u skupljanju anketnih podataka.",
+ "import": "Uvoz",
+ "import_desc": "Prenesite podatke ankete u vašu implementaciju iz CSV datoteke.",
+ "user_settings": "Konfiguriraj HDX API",
+ "user_settings_desc": "Konfigurirajte svoj API tako da se vaši označeni Ushahidi podaci mogu prenijeti na vaš račun za Humanitarian Data Exchange (HDX).",
+ "export": "Izvoz podataka",
+ "export_hxl": "Izvezi i označi podatke",
+ "export_desc_hxl": "Izvezite Vaše podatke kao CSV datoteku ili dodijelite oznake i atribute Vašim podacima i prenesite direktno u Humanitarian Data Exchange (HDX) račun ili izvezite kao označenu CSV datoteku.",
+ "export_desc": "Izvezite sve Vaše podatke kao CSV datoteku ili odaberite prilagođena polja za izvoz",
+ "users": "Korisnici",
+ "users_desc": "Kreiraj i upravljaj s osobama koji doprinose vašoj implementaciji",
+ "roles": "Uloge",
+ "roles_desc": "Kreiraj i upravljaj vrstama dopuštenja koja korisnici imaju na Vašoj implementaciji.",
+ "categories": "Kategorije",
+ "categories_desc": "Kreiraj i upravljaj kategorijama u koje osobe mogu staviti postove za poboljšanu organizaciju",
+ "webhooks": "Webhookovi",
+ "webhooks_desc": "Kreiraj webhookove koji šalju podatke Ushahidi platforme vanjskim aplikacijama kada se dogode specifični događaji.",
+ "plans": "Planovi",
+ "plan_desc": "Vaš trenutni plan implementacije je {{current_plan}}.",
+ "donation": "Donation",
+ "donation_desc": "Create and manage the donations people can make towards your organisation."
+ },
+ "user_settings": {
+ "user_settings_desc_1": "Ovdje možete dodati Vaš unikatni API ključ za Vaš Humanitarian Data Exchange (HDX) račun.",
+ "user_settings_desc_2": "Nakon što je namješteno, ovo će Vam omogućiti prijenos podataka direktno prema Humanitarian Data Exchange (HDX) računu.",
+ "user_settings_desc_3": "Možete pronaći Vaš API ključ na Vašem Humanitarian Data Exchange (HDX) profilu kada se prijavite.",
+ "view_guide": "Pogledajte upute za Vaš API ključ",
+ "hdx_maintainer_id": "HDX Id održavatelja",
+ "api_key": "API ključ",
+ "profile_page": "Pronađeno na Vašoj Humanitarian Data Exchange (HDX) profilnoj stranici",
+ "valid_key": "Ispravan ključ je obavezan",
+ "valid_user": "Ispravan id održavatelja je obavezan",
+ "api_key_saved": "API ključ spremljen! Možete sada označiti Vaše podatke i prenijeti u Humanitarian Data Exchange (HDX) račun.",
+ "start_tagging": "Počni označivanje podataka"
+ },
+ "webhooks": {
+ "use_webhook_for": "Koristi webhook za",
+ "enable_source_destination": "Omogući izvorna i odredišna polja",
+ "enable_source_destination_desc": "Ovaj webhook će biti primjenjen samo na ankete odabrane vrste.",
+ "destination": "Odredište"
+ },
+ "data_sources": {
+ "associate_with_form": "Uvezi u anketu",
+ "associate_with_form_desc": "Svi dolazni podaci od {{provider}} bit će korišteni za kreiranje odgovora anketi koju odaberete",
+ "data_sources": "Izvori podataka",
+ "enable_provider_message": "Prihvati prijave ankete iz ovog izvora",
+ "hint_turn_on_off": "Možete postaviti opcije za izvore podataka, i onda uključiti ili isključiti izvore.",
+ "hint_plugin_needs_configuring": "Morate konfigurirati ovaj izvor podataka prije nego ga omogućite.",
+ "provider_options": "Opcije",
+ "configure": "Konfiguriraj",
+ "options": "Opcije",
+ "saving_changes": "Spremanje",
+ "unavailable": "Izvor podataka {{value}} nije dostupan. Nadogradite vaš plan kako bi mu pristupili!",
+ "email": {
+ "email_desc": "Ovo će biti korišteno za slanje odlaznih e-mailova",
+ "incoming_server_type": "Vrsta dolaznog servera",
+ "incoming_server_type_pop": "POP",
+ "incoming_server_type_imap": "IMAP",
+ "incoming_server": "Dolazni server",
+ "incoming_server_desc": "Primjeri: mail.yourwebsite.com, imap.gmail.com, pop.gmail.com",
+ "incoming_server_port": "Port dolaznog servera",
+ "incoming_server_port_desc": "Uobičajeni portovi: 110 (POP3), 143 (IMAP), 995 (POP3 sa SSL-om), 993 (IMAP sa SSL-om)",
+ "incoming_server_security": "Sigurnost dolaznog servera",
+ "server_security_none": "Ništa",
+ "server_security_SSL": "SSL",
+ "server_security_TLS": "TLS",
+ "incoming_username": "Korisničko ime dolaznog servera",
+ "username_desc": "Korisničko ime e-mail računa",
+ "incoming_password": "Lozinka dolaznog servera",
+ "password_desc": "Lozinka e-mail računa",
+ "outgoing_server_type": "Vrsta odlaznog servera",
+ "outgoing_server_type_SMTP": "SMTP",
+ "outgoing_server_type_sendmail": "sendmail",
+ "outgoing_server_type_native": "Domaće",
+ "outgoing_server": "Odlazni server",
+ "outgoing_server_desc": "Primjeri: smtp.yourhost.com, smtp.gmail.com",
+ "outgoing_server_port": "Port odlaznog servera",
+ "outgoing_server_port_desc": "Uobičajeni portovi: 25 (SMTP zadano), 465 (SMTP sa SSL-om)",
+ "outgoing_server_security": "Sigurnost odlaznog servera",
+ "outgoing_username": "Korisničko ime odlaznog servera",
+ "outgoing_password": "Lozinka odlaznog servera",
+ "email_address": "E-mail adresa",
+ "email_sender_name": "Ime pošiljatelja e-maila",
+ "email_sender_name_desc": "Pojavljuje se u 'od:' polju na odlaznim e-mailovima"
+ },
+ "sms": {
+ "secret": "Tajna",
+ "api_key_desc": "API ključ",
+ "frontline_sms": {
+ "api_key": "Ključ",
+ "secret_desc": "Postavite tajnu tako da samo autorizirani FrontlineCloud računi mogu primati/slati poruke. Morate konfigurirati istu tajnu u FrontlineCloud aktivnosti."
+ },
+ "nexmo": {
+ "from": "Iz",
+ "from_desc": "Od broja",
+ "secret_desc": "Tajna vrijednost",
+ "api_key": "API ključ",
+ "api_secret": "API tajna",
+ "api_secret_desc": "API tajna"
+ },
+ "smssync": {
+ "intro_step_1": "Korak 1: Preuzmite 'SMSSync' aplikaciju sa Google Play trgovine.",
+ "intro_step_1_desc": "Skeniraj ovaj QR kod sa Vašim mobitelom kako bi preuzeli aplikaciju iz Google Play trgovine",
+ "intro_step_2": "Korak 2: Postavke Android aplikacije",
+ "intro_step_2_desc": "Uključite SMSSync i koristite sljedeću poveznicu kao sinkronizacijski URL: ",
+ "secret_desc": "Postavite tajnu tako da samo autorizirani SMSSync uređaji mogu primati/slati poruke. Morate konfigurirati istu tajnu u SMSSync aplikaciji."
+ },
+ "twilio": {
+ "phone_nb": "Broj telefona",
+ "phone_nb_desc": "Broj telefona \"od\". Twilio broj telefona omogućen za vrstu poruke koju želite poslati.",
+ "account_sid": "SID računa",
+ "account_sid_desc": "Unikatni id računa koji je poslao ovu poruku.",
+ "auth_token": "Autorizacijski token",
+ "sms_auto_response": "SMS automatski odgovor"
+ }
+ },
+ "twitter": {
+ "intro_step_1": "Korak 1: Kreirajte novu Twitter aplikaciju: Twitter aplikacije mogu biti odobrene za nekoliko sati ili dana od strane Twittera. Molimo obratite pažnju na to ako trebate ove podatke brzo.",
+ "intro_step_1_desc": "Kreiraj novu twitter aplikaciju",
+ "intro_step_2": "Korak 2: Izradite potrošački ključ i tajnu",
+ "intro_step_2_desc": "Nakon što ste kreirali aplikaciju kliknite na \"Ključevi i pristupni tokeni\". Onda kliknite \"Generiraj potrošački ključ i tajnu\". Kopirajte ključeve, tokene i tajne u polja ispod.",
+ "consumer_key": "Potrošački ključ",
+ "consumer_key_desc": "Dodaj potrošački ključ iz Vaše Twitter aplikacije.",
+ "consumer_secret": "Potrošačka tajna",
+ "consumer_secret_desc": "Dodaj potrošačku tajnu iz Vaše Twitter aplikacije.",
+ "access_token": "Pristupni token",
+ "access_token_desc": "Dodajte pristupni token koji ste generirali za Vašu Twitter aplikaciju.",
+ "access_token_secret": "Tajna pristupnog tokena",
+ "access_token_secret_desc": "Dodajte pristupnu tajnu koju ste generirali za Vašu Twitter aplikaciju. ",
+ "search_terms": "Twitter pojmovi za pretraživanje",
+ "search_terms_desc": "Dodaj pojmove za pretraživanje odvojene zarezima"
+ }
+ },
+ "donation": {
+ "title": {
+ "label": "Donation title",
+ "placeholder": "Enter the title of your donation",
+ "required": "Donation title is required"
+ },
+ "wallet": {
+ "required": "Donation wallet address is required"
+ }
+ },
+ "roles": {
+ "member": "Član",
+ "admin": "Admin",
+ "manage_users": "Upravljaj korisnicima",
+ "manage_posts": "Upravljaj postovima",
+ "manage_settings": "Upravljaj postavkama",
+ "bulk_data_import": "Skupni uvoz i izvoz podataka",
+ "edit_own_posts": "Uredi njihove vlastite postove",
+ "registred_member": "Registrirani član",
+ "administrator": "Administrator",
+ "roles_description": "Ove opcije kontroliraju čemu ova vrsta uloge može raditi promjene. Posjetite naše upute podrške kako bi saznali više."
+ },
+ "deployment_delete_this": "Obriši ovu implementaciju",
+ "deployment_delete": "Obriši implementaciju",
+ "deployment_delete_info": "Ako obrišete ovu implementaciju, svi podaci će također biti obrisani. Nastavite s oprezom.",
+ "deployment_name": "Naziv implementacije",
+ "deployment_logo": "Logo implementacije",
+ "delete_logo": "Obriši logo",
+ "map_default_baselayer": "Zadani bazni sloj",
+ "map_location_precision": "Stupanj preciznosti karte ",
+ "map_precise_to": "Kada je skrivanje lokacije omogućeno za anketu, lokacije će biti precizne na:",
+ "map_clustering": "Spoji postove u blizini",
+ "map_default_latitude": "Zadana latituda",
+ "map_default_longitude": "Zadana longituda",
+ "map_default_zoom_level": "Zadani nivo zumiranja",
+ "map_default_location": "Zadana lokacija",
+ "new_survey": "Nova anketa",
+ "send_targeted": "Pošalji ciljanu anketu preko SMS-a",
+ "send_crowdsourced": "Vrati se natrag na crowdsourced anketu",
+ "site": "Postavke web mjesta",
+ "site_email": "E-mail adresa kontakta",
+ "site_email_note": "Koristite sa oprezom, ovo će biti vidljivo svima na Vašem web mjestu.",
+ "site_description": "Opiši svoje web mjesto",
+ "site_description_placeholder": "Opcionalni opis u jednoj rečenici",
+ "site_timezone": "Vremenska zona web mjesta",
+ "site_language": "Jezik web mjesta",
+ "site_private": "Napravi ovu implementaciju privatnom",
+ "site_private_desc": "Omogućavanjem ove opcije napraviti će Vašu implementaciju i njene podatke dostupne samo registriranim korisnicima sa ispravnim dopuštenjima, a oni se moraju prijaviti za pristup.",
+ "site_disable_registration": "Onemogući registraciju korisnika?",
+ "site_disable_registration_desc": "Označavanjem ove opcije onemogućuje se registracija. Administratori će morati ručno dodavati korisnike.",
+ "select_image": "Odaberi sliku",
+ "saved_settings": "Postavke implementacije spremljene!",
+ "saved_map_settings": "Postavke karte spremljene",
+ "features": {
+ "features": "Značajke",
+ "please_select_features": "Molimo odaberite značajke koje bi htjeli omogućiti."
+ },
+ "generic_field_error": "Neispravan unos, molimo pokušajte ponovno.",
+ "skip": "Preskoći ovaj zadatak",
+ "add_first_post": "Dodaj svoj prvi post",
+ "add_first_post_subtitle": "Implementacija nije ništa dok nema neki sadržaj u sebi.",
+ "invite_people": "Ili pozovite ljude za pomoć u kreiranju postova.",
+ "add_new_users": "Dodaj nove korisnike",
+ "valid": {
+ "name": {
+ "required": "Naziv web mjesta je obavezan"
+ }
+ }
+ },
+ "data_import": {
+ "survey_field": "Polje ankete",
+ "csv_column": "CSV stupac",
+ "choose_which_column": "Odaberi koji CSV stupac bi trebao biti dodijeljen kojem polju",
+ "each_survey_field": "Sva anketna polja su navedene dolje. Odaberi stupac iz CSV datoteke kako bi ga koristili za ispunjavanje svakog od ponuđenih polja.",
+ "status_explanation": "Ushahidi prepoznaje jedan od tri statusa posta: Objavljeno, U pregledu i Arhivirano. Stoga budite sigurni da svaki unos u stupcu koji odaberete ima jednu od te tri vrijednosti.`",
+ "defined_column": "Definirano sa stupcem u Vašoj CSV datoteci...",
+ "imported_posts_status": "Uneseni postovi bi trebali imati svoj status...",
+ "marked_as": "Obilježeno kao...",
+ "see_imported_posts": "Vidi uvezene postove",
+ "import_another_csv": "Uvezi još jednu CSV datoteku",
+ "import_complete": "Vaš uvoz je završen",
+ "complete_info": "Podaci iz Vaše CSV tablice, {{filename}}, su uspješno uvezeni.",
+ "import_another": "Uvezi još jednu CSV datoteku",
+ "nearly_complete": "Vaš uvoz je skoro završen",
+ "finish_info": "Podaci iz Vaše CSV tablice se još obrađuju. Možete slobodno napustiti ovu stranicu ili čekati dok je proces završen. U svakom slučaju, obavijestiti ćemo Vas kada su podaci spremni.",
+ "next": "Sljedeće",
+ "configure_imported_posts": "Konfigurirajte uvezene postove",
+ "configure_explanation": "Kroz ovo sučelje možete namjestiti vrijednosti za polja ankete koja nisu mapirana sa unosima u CSV datoteci. Ove vrijednosti će biti iste za sve uvezene postove.",
+ "import": "Uvoz",
+ "import_explanation_csv": "Uvezite podatke iz CSV tablice u svoju implementaciju kao postove koji pripadaju određenoj anketi",
+ "import_explanation_file_size": "Veličina za jednu datoteku je ograničena na 10 MB",
+ "import_explanation_format_location_1": "Geografske lokacije bi trebale biti uključene kao odvojeni stupci latituda i longituda u Vašoj CSV datoteci",
+ "import_explanation_required_fields": "Sva obavezna polja ankete moraju imati pridruženu vrijednost postavljenu u CSV-u. Na primjer, ako je potreban naslov polja, polje se mora mapirati u CSV stupac gdje svi retci tog stupca imaju vrijednost",
+ "configure_posts": "Konfiguriraj postove",
+ "configure_all_imported_posts": "Konfiguriraj sve uvezene postove",
+ "csv": "CSV",
+ "file_csv": "CSV datoteka",
+ "import_csv": "Uvezi CSV",
+ "import_to": "Uvezi u",
+ "choose_csv_file": "Odaberi CSV datoteku",
+ "organize_data": "Organiziraj podatke",
+ "organize_your_imported_data": "Dodijeli CSV stupce poljima posta",
+ "assign_csv_message": "Dodijeli CSV stupce poljima posta",
+ "csv_instructions": "Svi nazivi stupaca iz Vaše CSV datoteke su navedeni ispod. Odaberi {{form_name}} polje u koje bi htjeli uvesti pojedini stupac.",
+ "csv_instructions_required_fields": "Polja obilježena s [*] su obavezna i moraju imati vrijednost.",
+ "csv_column_name": "Naziv CSV stupca",
+ "post_type_title": "{{form_name}} naziv polja",
+ "leave_empty": "Ostavi prazno",
+ "cancel_import": "Prekini uvoz",
+ "finish_import": "Završi uvoz",
+ "which_survey": "koja anketa?"
+ },
+ "data_export": {
+ "title": "Izvoz podataka",
+ "title_hxl": "Izvezi i označi podatke",
+ "description": "Izvezi sve svoje podake kao CSV ili odaberi određena anketna polja koja bi htjeli izvesti.",
+ "description_hxl": "Izvezi sve svoje podake iz Ushahidi kao CSV, odaberi određena anketna polja koja bi htjeli izvesti kao CSV ili dodijeliti",
+ "export": "Izvoz",
+ "export_history": "Povijest izvoza",
+ "hxl_tags": "HXL tagovi",
+ "hxl_attributes": "HXL atributi",
+ "and_choose": "i odaberite za prijenos na",
+ "HDX": "Humanitarian Data Exchange",
+ "account": "račun ili preuzimanje kao HXL 'obilježena' CSV datoteka.",
+ "all": "Izvoz svih podataka",
+ "select_fields": "Odaberi polja",
+ "select_fields_title": "Odaberi polja za izvoz...",
+ "select_fields_desc": "Ako ne želite izvesti sve podatke od jednom, možete odabrati specifična polja iz svake ankete za izvoz.",
+ "export_selected": "Izvezi odabrana polja",
+ "cancel": "Odustani",
+ "export_progress": "
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}}"
+ },
+ "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."
+ }
+ },
+ "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": "Որոնել",
+ "use_current_location": "Օգտագործել Ձեր ներկայիս գտնվելու վայրը",
+ "click_map": "Դուք կարող եք որոնել կամ քարտեզի վրա սեղմել այն շրջանի վրա, որտեղ ցանկանում եք նշան տեղակայել:",
+ "placeholder": "Որոնել հասցե, տեղանուններ կամ կոորդինատներ...",
+ "search_results": "Որոնման արդյունքները",
+ "error": "Ներողություն, մենք չկարողացանք գտնել Ձեր որոնմանը համապատասխանող վայրեր",
+ "my_location_error": "Ներողություն, մենք չկարողացանք գտնել Ձեր գտնվելու վայրը",
+ "update_map": "Թարմացնել քարտեզը",
+ "no_matching_locations": "Համապատասխանող վայրեր չկան"
+ },
+ "notification": {
+ "title": "Ծանուցումներ",
+ "contacts_heading": "Ինչպես ստանալ ծանուցումներ",
+ "notifications_heading": "Ինչի մասին եք Դուք ծանուցվում",
+ "error_message": "Ծանուցումները հնարավոր չէ հեռացնել այս պահին",
+ "send_to_address": "Ծանուցումներ ուղարկել այս հասցեին",
+ "button": {
+ "delete": "Հեռացնել ծանուցումը"
+ }
+ },
+ "contact": {
+ "edit": "Խմբագրել",
+ "save_changes": "Պահպանել փոփոխությունները",
+ "saving_changes": "Փոփոխությունները պահպանվում են",
+ "cancel_edit": "Չեղարկել",
+ "add_phone_number": "Ավելացնել հեռախոսահամար",
+ "add_email_address": "Ավելացնել էլ. փոստի հասցե",
+ "edit_phone_number": "Խմբագրել Ձեր հեռախոսահամարը",
+ "edit_email_address": "Խմբագրել Ձեր էլ. փոստի հասցեն",
+ "error_message": "Կոնտակտային տվյալներն այս անգամ հնարավոր չեղավ պահպանել",
+ "type": {
+ "phone": "Հեռախոսահամար",
+ "email": "էլ. փոստի հասցե"
+ },
+ "button": {
+ "add": "ավելացնել օգտահաշիվ",
+ "delete": "Հեռացնել օգտահաշիվ"
+ },
+ "valid": {
+ "email": {
+ "required": "Ծանուցումներ ստանալու համար անհրաժեշտ է էլ. փոստի հասցե",
+ "email": "Այս էլ. փոստի հասցեն սխալ է",
+ "maxlength": "Այս էլ. փոստի հասցեն չափազանց երկար է"
+ },
+ "phone": {
+ "required": "Ծանուցումներ ստանալու համար անհրաժեշտ է հեռախոսահամար",
+ "pattern": "A valid phone number is required",
+ "minlength": "Այս հեռախոսահամարը չափազանց կարճ է",
+ "maxlength": "Այս հեռախոսահամարը չափազանց երկար է"
+ }
+ }
+ },
+ "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"
+ },
+ "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",
+ "isSlugAvailable": "field: {{value}} is already in use",
+ "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}}"
+ }
+}
\ No newline at end of file
diff --git a/app/common/locales/ja.json b/app/common/locales/ja.json
index df8cd1e37d..f63382140b 100644
--- a/app/common/locales/ja.json
+++ b/app/common/locales/ja.json
@@ -22,6 +22,8 @@
"title": "ドキュメント",
"description": "ウシャヒディのインストールを設定、構成、管理する方法について説明します。"
},
+ "donate": "Donate",
+ "donation": "Donation",
"intercom": {
"intercom": "Intercom",
"description": "チャットのサポートについては、ウシャヒディのスタッフにお問い合わせください。"
@@ -180,6 +182,7 @@
"add_field_instructions_placeholder": "Explain this field...",
"add_post_type": "調査を追加",
"add_step": "タスクの追加",
+ "add_language": "Add language",
"added_form_stage_attribute": "保存されたフィールド",
"field_allowed_relation_post_type": "Allowed surveys",
"choose_order_message": "このアンケートに含めるフィールドを選択して並べ替える",
@@ -221,6 +224,7 @@
"save_post_type": "Save Survey",
"save_post_step": "タスクを保存",
"saved_form": "調査が保存されました。",
+ "select_language": "Select languages",
"step_delete": "削除",
"step_name": "タスク名",
"step_rename": "名前変更",
@@ -286,8 +290,8 @@
"tasks": "タスク",
"task_visible_when_published": "This task will be visible when post is published.",
"show_field_description": "Add field description (optional):",
- "add_field": "フィールドを追加",
- "edit_field": "Edit field",
+ "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",
@@ -311,6 +315,7 @@
"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",
@@ -341,6 +346,11 @@
"delete_this": "Delete this task"
}
},
+ "fields": {
+ "validation": {
+ "required": "Required fields are missing, these fields are marked with an *."
+ }
+ },
"targeted_survey": {
"title": "Create a new targeted survey",
"description": "Send questions via SMS to a list of those phone numbers.",
@@ -635,6 +645,8 @@
"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",
@@ -803,7 +815,8 @@
"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 * below.",
+ "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",
@@ -822,7 +835,8 @@
"required": "\"{{label}}\" is required",
"parse": "\"{{label}}\" could not be parsed",
"date": "\"{{label}}\" must be a date",
- "number": "\"{{label}}\" must be a number"
+ "number": "\"{{label}}\" must be a number",
+ "step": "\"{{label}}\" must be an integer"
},
"author_name": {
"maxlength": "Name is too long"
@@ -939,6 +953,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",
"select_all": "Select All",
"choose_roles": "Choose Roles",
"create_tag": "Create Category",
@@ -1017,7 +1032,9 @@
"webhooks": "Webフック",
"webhooks_desc": "Create webhooks that send Ushahidi Platform data to external applications when specific events are triggered.",
"plans": "計画",
- "plan_desc": "Your deployment's current plan is {{current_plan}}."
+ "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."
},
"user_settings": {
"user_settings_desc_1": "Here you can add your unique API key for your Humanitarian Data Exchange (HDX) account.",
@@ -1130,6 +1147,16 @@
"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"
+ },
+ "wallet": {
+ "required": "Donation wallet address is required"
+ }
+ },
"roles": {
"member": "Member",
"admin": "管理者",
@@ -1168,6 +1195,8 @@
"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!",
@@ -1430,6 +1459,10 @@
"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"
},
@@ -1528,6 +1561,7 @@
"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",
@@ -1645,6 +1679,30 @@
"agree": "I agree to Ushahidi's Terms of Service.",
"accept_and_continue": "Accept and Continue"
},
+ "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",
@@ -1771,6 +1829,7 @@
"en-CH": "English (Switzerland)",
"en-GB": "English (United Kingdom)",
"en-US": "English (United States)",
+ "en-EN": "English",
"myv": "Erzya",
"eo": "Esperanto",
"et": "Estonian",
diff --git a/app/common/locales/languages.json b/app/common/locales/languages.json
index 9964b33652..13e5f1590d 100644
--- a/app/common/locales/languages.json
+++ b/app/common/locales/languages.json
@@ -1 +1 @@
-{"languages":[{"rtl":true,"pluralequation":"language.pluralequation","code":"ar","name":"Arabic","nplurals":6},{"rtl":false,"pluralequation":"language.pluralequation","code":"bg-BG","name":"Bulgarian (Bulgaria)","nplurals":2},{"rtl":false,"pluralequation":"language.pluralequation","code":"zh","name":"Chinese","nplurals":1},{"rtl":false,"pluralequation":"language.pluralequation","code":"zh-TW","name":"Chinese (Taiwan)","nplurals":1},{"rtl":false,"pluralequation":"language.pluralequation","code":"cs","name":"Czech","nplurals":4},{"rtl":false,"pluralequation":"language.pluralequation","code":"nl","name":"Dutch","nplurals":2},{"rtl":false,"pluralequation":"language.pluralequation","code":"en","name":"English","nplurals":2},{"rtl":false,"pluralequation":"language.pluralequation","code":"fr","name":"French","nplurals":2},{"rtl":false,"pluralequation":"language.pluralequation","code":"fr-FR","name":"French (France)","nplurals":2},{"rtl":false,"pluralequation":"language.pluralequation","code":"de","name":"German","nplurals":2},{"rtl":false,"pluralequation":"language.pluralequation","code":"hu","name":"Hungarian","nplurals":2},{"rtl":false,"pluralequation":"language.pluralequation","code":"ja","name":"Japanese","nplurals":1},{"rtl":true,"pluralequation":"language.pluralequation","code":"fa-IR","name":"Persian (Iran)","nplurals":2},{"rtl":false,"pluralequation":"language.pluralequation","code":"pt-BR","name":"Portuguese (Brazil)","nplurals":2},{"rtl":false,"pluralequation":"language.pluralequation","code":"ru","name":"Russian","nplurals":4},{"rtl":false,"pluralequation":"language.pluralequation","code":"es","name":"Spanish","nplurals":2}]}
\ No newline at end of file
+{"languages":[{"rtl":true,"pluralequation":"language.pluralequation","code":"ar","name":"Arabic","nplurals":6},{"rtl":false,"pluralequation":"language.pluralequation","code":"hy","name":"Armenian","nplurals":2},{"rtl":false,"pluralequation":"language.pluralequation","code":"bg-BG","name":"Bulgarian (Bulgaria)","nplurals":2},{"rtl":false,"pluralequation":"language.pluralequation","code":"zh-TW","name":"Chinese (Taiwan)","nplurals":1},{"rtl":false,"pluralequation":"language.pluralequation","code":"hr","name":"Croatian","nplurals":3},{"rtl":false,"pluralequation":"language.pluralequation","code":"cs","name":"Czech","nplurals":4},{"rtl":false,"pluralequation":"language.pluralequation","code":"nl","name":"Dutch","nplurals":2},{"rtl":false,"pluralequation":"language.pluralequation","code":"en","name":"English","nplurals":2},{"rtl":false,"pluralequation":"language.pluralequation","code":"fr","name":"French","nplurals":2},{"rtl":false,"pluralequation":"language.pluralequation","code":"fr-FR","name":"French (France)","nplurals":2},{"rtl":false,"pluralequation":"language.pluralequation","code":"de","name":"German","nplurals":2},{"rtl":false,"pluralequation":"language.pluralequation","code":"hu","name":"Hungarian","nplurals":2},{"rtl":false,"pluralequation":"language.pluralequation","code":"ja","name":"Japanese","nplurals":1},{"rtl":true,"pluralequation":"language.pluralequation","code":"fa-IR","name":"Persian (Iran)","nplurals":2},{"rtl":false,"pluralequation":"language.pluralequation","code":"pt-BR","name":"Portuguese (Brazil)","nplurals":2},{"rtl":false,"pluralequation":"language.pluralequation","code":"es","name":"Spanish","nplurals":2}]}
\ No newline at end of file
diff --git a/app/common/locales/nl.json b/app/common/locales/nl.json
index 99b10b271d..48137f371b 100644
--- a/app/common/locales/nl.json
+++ b/app/common/locales/nl.json
@@ -22,6 +22,8 @@
"title": "Documentatie",
"description": "Leer hoe je een Ushahidi platform kunt inrichten, configureren en beheren."
},
+ "donate": "Donate",
+ "donation": "Donation",
"intercom": {
"intercom": "Intercom",
"description": "Neem contact op met een Ushahidi medewerker voor ondersteuning"
@@ -180,6 +182,7 @@
"add_field_instructions_placeholder": "Licht dit veld toe...",
"add_post_type": "Formulier toevoegen",
"add_step": "Taak toevoegen",
+ "add_language": "Add language",
"added_form_stage_attribute": "Veld opgeslagen",
"field_allowed_relation_post_type": "Toegestane onderzoeken",
"choose_order_message": "Choose and order the fields that you would like to include in this survey",
@@ -221,6 +224,7 @@
"save_post_type": "Formulier opslaan",
"save_post_step": "Taak opslaan",
"saved_form": "Formulier opgeslagen.",
+ "select_language": "Select languages",
"step_delete": "Verwijderen",
"step_name": "Taaknaam",
"step_rename": "Hernoemen",
@@ -286,8 +290,8 @@
"tasks": "Taken",
"task_visible_when_published": "De taak wordt zichtbaar wanneer de plaatsing is gepubliceerd.",
"show_field_description": "Add field description (optional):",
- "add_field": "Veld toevoegen",
- "edit_field": "Veld wijzigen",
+ "add_field": "Add {{fieldType | lowercase}} field",
+ "edit_field": "Edit {{fieldType | lowercase}} field",
"build": "Build",
"configure": "Configure",
"require_section": "Vereis dat de taak is afgerond alvorens een plaatsing zichtbaar wordt",
@@ -311,6 +315,7 @@
"response_private_desc": "Only people with permission to edit responses can see responses to this field",
"require_task_desc": "Vereis dat de taak is afgerond alvorens een plaatsing zichtbaar wordt voor iedereen",
"survey_permissions": "Formulier permissies",
+ "only_edit": "Only people with permission to edit responses will be able to see responses to this field.",
"who_can_add": "Wie mag dit formulier gebruiken",
"survey_field": "Formulierveld",
"choose_survey_field": "Choose what should be assigned to each survey field",
@@ -341,6 +346,11 @@
"delete_this": "Taak verwijderen"
}
},
+ "fields": {
+ "validation": {
+ "required": "Required fields are missing, these fields are marked with an *."
+ }
+ },
"targeted_survey": {
"title": "Create a new targeted survey",
"description": "Send questions via SMS to a list of those phone numbers.",
@@ -635,6 +645,8 @@
"see_more_singular": "Bekijk {{newPostsCount}} nieuwe plaatsing",
"add_to_form": "Voeg toe aan {{form}}",
"posts": "Plaatsingen",
+ "post_title": "Post title",
+ "post_desc": "Post description",
"there_are_no_posts": "Er zijn geen plaatsingen",
"in_this_deployment": "op dit platform, tot op heden.",
"posts_total": "{{posts}} van {{total_nb}} plaatsingen",
@@ -803,7 +815,8 @@
"valid": {
"no_changes": "You haven’t made any changes",
"invalid_state": "De plaatsing heeft een ongeldige status. Rond alle aangegeven taken af om de plaatsing opnieuw te publiceren. Ook kan de status van de plaatsing worden gewijzigd bijv. in \"Wacht op beoordeling\"",
- "validation_fail": "Required fields are missing, these fields are marked with an * below.",
+ "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",
@@ -822,7 +835,8 @@
"required": "\"{{label}}\" is required",
"parse": "\"{{label}}\" could not be parsed",
"date": "\"{{label}}\" dient een datum te zijn",
- "number": "\"{{label}}\" dient een getal te zijn"
+ "number": "\"{{label}}\" dient een getal te zijn",
+ "step": "\"{{label}}\" must be an integer"
},
"author_name": {
"maxlength": "Name is too long"
@@ -939,6 +953,7 @@
"delete_category_desc": "If you delete this category, it will no longer be associated with any posts. Proceed with caution.",
"show_categories": "Categorieën",
"child_permissions": "De rechten voor de categorie worden bepaald door de bovenliggende categorie.",
+ "which_categories": "Which categories should be available",
"select_all": "Alles selecteren",
"choose_roles": "Rollen kiezen",
"create_tag": "Categorie toevoegen",
@@ -1017,7 +1032,9 @@
"webhooks": "Webhooks",
"webhooks_desc": "Create webhooks that send Ushahidi Platform data to external applications when specific events are triggered.",
"plans": "Abonnementen",
- "plan_desc": "Het abonnement voor het platform is {{current_plan}}."
+ "plan_desc": "Het abonnement voor het platform is {{current_plan}}.",
+ "donation": "Donation",
+ "donation_desc": "Create and manage the donations people can make towards your organisation."
},
"user_settings": {
"user_settings_desc_1": "Here you can add your unique API key for your Humanitarian Data Exchange (HDX) account.",
@@ -1130,6 +1147,16 @@
"search_terms_desc": "Voeg zoektermen toe, gescheiden door komma's"
}
},
+ "donation": {
+ "title": {
+ "label": "Donation title",
+ "placeholder": "Enter the title of your donation",
+ "required": "Donation title is required"
+ },
+ "wallet": {
+ "required": "Donation wallet address is required"
+ }
+ },
"roles": {
"member": "Lid",
"admin": "Beheerder",
@@ -1168,6 +1195,8 @@
"site_language": "Website taal",
"site_private": "Maak deze implementatie privé",
"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": "Kaartinstellingen opgeslagen!",
@@ -1430,6 +1459,10 @@
"general_settings": {
"save_success": "Algemene instellingen opgeslagen"
},
+ "donation_settings": {
+ "save_success": "Donation settings saved",
+ "delete_question": "Are you sure you want to delete this {{name}}."
+ },
"map_settings": {
"save_success": "Kaartinstellingen opgeslagen"
},
@@ -1528,6 +1561,7 @@
"delete_attribute_confirm": "Weet u zeker dat u dit veld wilt verwijderen?",
"delete_attribute_confirm_desc": "De actie kan niet ongedaan worden gemaakt. Wanneer het veld wordt verwijderd, dan worden alle gegevens voor dit veld verwijderd van bestaande plaatsingen.",
"destroy_attribute_success": "Veldn {{name}} verwijderd",
+ "survey_name_required": "Survey-name is required",
"validation": {
"name": {
"required": "Geef het formulier een naam",
@@ -1645,6 +1679,30 @@
"agree": "Ik ga akkoord met de gebruiksvoorwaarden.",
"accept_and_continue": "Accepteren en doorgaan"
},
+ "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",
@@ -1771,6 +1829,7 @@
"en-CH": "English (Switzerland)",
"en-GB": "English (United Kingdom)",
"en-US": "English (United States)",
+ "en-EN": "English",
"myv": "Erzya",
"eo": "Esperanto",
"et": "Estonian",
diff --git a/app/common/locales/pt-BR.json b/app/common/locales/pt-BR.json
index 947c9a44b5..8a007ae516 100644
--- a/app/common/locales/pt-BR.json
+++ b/app/common/locales/pt-BR.json
@@ -22,6 +22,8 @@
"title": "Documentação",
"description": "Aprenda como instalar, configurar e administrar a sua implantação Ushahidi."
},
+ "donate": "Donate",
+ "donation": "Donation",
"intercom": {
"intercom": "Intercom",
"description": "Contact Ushahidi staff for chat support"
@@ -180,6 +182,7 @@
"add_field_instructions_placeholder": "Explique este campo ...",
"add_post_type": "Adicionar pesquisa",
"add_step": "Adicionar tarefa",
+ "add_language": "Add language",
"added_form_stage_attribute": "Campo salvo",
"field_allowed_relation_post_type": "Pesquisas permitidas",
"choose_order_message": "Selecionar e ordenar campos para incluir na pesquisa",
@@ -221,6 +224,7 @@
"save_post_type": "Salvar pesquisa",
"save_post_step": "Salvar tarefa",
"saved_form": "Pesquisa salva.",
+ "select_language": "Select languages",
"step_delete": "Excluir",
"step_name": "Nome da tarefa",
"step_rename": "Renomear",
@@ -286,8 +290,8 @@
"tasks": "Tarefas",
"task_visible_when_published": "Esta tarefa será visível quando a postagem for publicada.",
"show_field_description": "Adicionar descrição do campo (opcional)",
- "add_field": "Adicionar campo",
- "edit_field": "Editar campo",
+ "add_field": "Add {{fieldType | lowercase}} field",
+ "edit_field": "Edit {{fieldType | lowercase}} field",
"build": "Construir",
"configure": "Configurar",
"require_section": "Exigir que esta tarefa seja concluída antes que uma postagem possa ser visível para o público",
@@ -311,6 +315,7 @@
"response_private_desc": "Somente pessoas com permissão para editar respostas podem ver respostas para esse campo",
"require_task_desc": "Exigir que esta tarefa seja concluída antes de uma publicação ser visível ao público.",
"survey_permissions": "Permissões de pesquisa",
+ "only_edit": "Only people with permission to edit responses will be able to see responses to this field.",
"who_can_add": "Quem pode adicionar algo a essa pesquisa",
"survey_field": "Campo da pesquisa",
"choose_survey_field": "Escolha o que deve ser atribuído a cada campo de pesquisa",
@@ -341,6 +346,11 @@
"delete_this": "Excluir esta tarefa"
}
},
+ "fields": {
+ "validation": {
+ "required": "Required fields are missing, these fields are marked with an *."
+ }
+ },
"targeted_survey": {
"title": "Create a new targeted survey",
"description": "Send questions via SMS to a list of those phone numbers.",
@@ -635,6 +645,8 @@
"see_more_singular": "Ver {{newPostsCount}} novo post",
"add_to_form": "Adicionar a {{form}}",
"posts": "Publicações",
+ "post_title": "Post title",
+ "post_desc": "Post description",
"there_are_no_posts": "Não há postagens",
"in_this_deployment": "nessa implantação, ainda.",
"posts_total": "{{posts}} de {{total_nb}} posts",
@@ -803,7 +815,8 @@
"valid": {
"no_changes": "You haven’t made any changes",
"invalid_state": "Esta postagem está atualmente em um estado inválido. Você precisará concluir todas as tarefas necessárias antes de poder republicar esta postagem. Você pode concluir as tarefas necessárias ou dar à sua postagem um status diferente, como \"sob revisão\".",
- "validation_fail": "Campos obrigatório estão faltando; marcados com um * abaixo",
+ "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": "Um título é obrigatório",
"minlength": "Título curto demais",
@@ -822,7 +835,8 @@
"required": "\"{{label}}\" é obrigatório",
"parse": "\"{{label}}\" não pode ser analisado",
"date": "\"{{label}}\" deve ser uma data",
- "number": "\"{{label}}\" deve ser um número"
+ "number": "\"{{label}}\" deve ser um número",
+ "step": "\"{{label}}\" must be an integer"
},
"author_name": {
"maxlength": "Nome grande demais"
@@ -939,6 +953,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",
"select_all": "Selecionar todos",
"choose_roles": "Escolher papéis",
"create_tag": "Criar categoria",
@@ -1017,7 +1032,9 @@
"webhooks": "Webhooks",
"webhooks_desc": "Create webhooks that send Ushahidi Platform data to external applications when specific events are triggered.",
"plans": "Planos",
- "plan_desc": "O plano atual da sua implantação é {{current_plan}}."
+ "plan_desc": "O plano atual da sua implantação é {{current_plan}}.",
+ "donation": "Donation",
+ "donation_desc": "Create and manage the donations people can make towards your organisation."
},
"user_settings": {
"user_settings_desc_1": "Here you can add your unique API key for your Humanitarian Data Exchange (HDX) account.",
@@ -1130,6 +1147,16 @@
"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"
+ },
+ "wallet": {
+ "required": "Donation wallet address is required"
+ }
+ },
"roles": {
"member": "Member",
"admin": "Admin",
@@ -1168,6 +1195,8 @@
"site_language": "Idioma do site",
"site_private": "Tornar esta implantação particular",
"site_private_desc": "Habilitando esta opção fará que sua implantação e seus dados somente será acessível aos usuários registrados com os privilégios corretos, que devem se logar para ter acesso.",
+ "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": "Selecionar imagem",
"saved_settings": "Configurações de implantação salvas.",
"saved_map_settings": "Configurações do mapa salvas.",
@@ -1430,6 +1459,10 @@
"general_settings": {
"save_success": "Configurações gerais salvas"
},
+ "donation_settings": {
+ "save_success": "Donation settings saved",
+ "delete_question": "Are you sure you want to delete this {{name}}."
+ },
"map_settings": {
"save_success": "Configurações do mapa salvas"
},
@@ -1528,6 +1561,7 @@
"delete_attribute_confirm": "Tem certeza que quer excluir este campo?",
"delete_attribute_confirm_desc": "This action cannot be undone. Deleting this field will remove its data from all existing posts.",
"destroy_attribute_success": "Campo {{name}} excluído",
+ "survey_name_required": "Survey-name is required",
"validation": {
"name": {
"required": "A survey-name is needed",
@@ -1645,6 +1679,30 @@
"agree": "I agree to Ushahidi's Terms of Service.",
"accept_and_continue": "Accept and Continue"
},
+ "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": "Acholi",
"ady": "Adyghe",
@@ -1771,6 +1829,7 @@
"en-CH": "Inglês (Suíça)",
"en-GB": "Inglês (Reino Unido)",
"en-US": "Inglês (Estados Unidos)",
+ "en-EN": "English",
"myv": "Erzya",
"eo": "Esperanto",
"et": "Estoniano",
diff --git a/app/common/locales/zh-TW.json b/app/common/locales/zh-TW.json
index 510ea0d703..e3505bec04 100644
--- a/app/common/locales/zh-TW.json
+++ b/app/common/locales/zh-TW.json
@@ -22,6 +22,8 @@
"title": "文件",
"description": "學習如何安裝、設定與管理你的 Ushahidi 網站"
},
+ "donate": "Donate",
+ "donation": "Donation",
"intercom": {
"intercom": "Intercom線上客服",
"description": "聯絡 Ushahidi 公司來取得線上聊天功能"
@@ -124,7 +126,7 @@
"demo_warnings": {
"close": "Close",
"visitor": {
- "not_expired": "Deployment {{site_name}} is using a free trial of Ushahidi. You will only see the first 25 posts for the next {{days}} days.",
+ "not_expired": "這個網站 {{site_name}} 使用 Ushahidi 的免費試用版本,在接下來的 {{days}} 天裡只能看到前 25 筆資料",
"expired": "Deployment {{site_name}} is using a free trial of Ushahidi. You will only see the first 25 posts."
},
"user": {
@@ -157,14 +159,14 @@
"new_post": "新的資料",
"by": "作者",
"context_body": "人們與 {{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",
+ "inbound": "收到的回應訊息",
+ "outbound": "送出的調查訊息",
+ "recipients": "目標調查的不重複收件人",
+ "responders": "目標調查的不重複收件人",
+ "all_targeted": "所有目標調查",
+ "no_targeted": "目前沒有任何目標調查資料可以顯示",
+ "all_sources": "所有資料來源",
+ "web_mobile": "網站與手機",
"email": "email",
"sms": "sms",
"twitter": "twitter",
@@ -180,8 +182,9 @@
"add_field_instructions_placeholder": "介紹這個欄位...",
"add_post_type": "新增調查",
"add_step": "新增任務",
+ "add_language": "Add language",
"added_form_stage_attribute": "已儲存的欄位",
- "field_allowed_relation_post_type": "Allowed surveys",
+ "field_allowed_relation_post_type": "允許的調查",
"choose_order_message": "選擇並排序你想加入到此調查的欄位",
"created_form_stage": "已儲存的任務",
"currently_disabled": "此調查遭停用",
@@ -221,6 +224,7 @@
"save_post_type": "儲存調查",
"save_post_step": "儲存任務",
"saved_form": "調查已儲存",
+ "select_language": "Select languages",
"step_delete": "刪除",
"step_name": "Task Name",
"step_rename": "重新命名",
@@ -231,17 +235,17 @@
},
"survey": {
"delete_task": "刪除任務",
- "duplicate_survey": "Duplicate",
+ "duplicate_survey": "複製",
"internal_use_task": "任務內容只做內部使用",
"internal_use_task_desc": "這個任務內容只會提供給管理資料的使用者",
"duplicate_task": "複製任務",
- "duplicate_option": "Duplicate option is present",
+ "duplicate_option": "複製選項已經存在",
"show_this_task_to": "在發布後顯示這個任務給所有人",
- "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",
+ "show_this_task_to_desc": "當一個調查回應發布,這個任務的資料就會顯示",
+ "survey_name": "調查名稱",
+ "describe_your_survey": "介紹你的調查",
+ "describe_this_task": "介紹這個任務",
+ "untitled_task": "沒有標題的任務",
"add_task": "新增任務",
"title": "標題",
"field_allowed_relation_survey": "Allowed surveys",
@@ -286,8 +290,8 @@
"tasks": "任務",
"task_visible_when_published": "This task will be visible when post is published.",
"show_field_description": "Add field description (optional):",
- "add_field": "新增欄位",
- "edit_field": "資料欄位",
+ "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",
@@ -311,6 +315,7 @@
"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": "此調查權限",
+ "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",
@@ -341,6 +346,11 @@
"delete_this": "Delete this task"
}
},
+ "fields": {
+ "validation": {
+ "required": "Required fields are missing, these fields are marked with an *."
+ }
+ },
"targeted_survey": {
"title": "Create a new targeted survey",
"description": "Send questions via SMS to a list of those phone numbers.",
@@ -428,42 +438,42 @@
"collections": {
"collections": "集合",
"all_collections": "所有集合",
- "search_collections": "Search Collections"
+ "search_collections": "搜尋集合"
},
"sort": {
"order": {
- "filter_type_tag": "Order",
- "desc": "Newest first",
- "asc": "Oldest first"
+ "filter_type_tag": "排序",
+ "desc": "新的在前面",
+ "asc": "舊的在前面"
},
"orderby": {
- "post_date": "Post Date",
- "created": "Date created",
- "updated": "Date updated"
+ "post_date": "資料建立日期",
+ "created": "建立日期",
+ "updated": "更新日期"
},
"unlockedOnTop": {
- "filter_type_tag": "Unlocked posts on top"
+ "filter_type_tag": "解除置頂資料"
}
},
"filter_tabs": {
- "order": "Order",
+ "order": "排序",
"order_group": {
"orderby": {
- "post_date": "Post Date",
- "created": "Date created",
- "updated": "Date updated"
+ "post_date": "資料建立日期",
+ "created": "建立日期",
+ "updated": "更新日期"
},
"order": {
- "desc": "Newest first",
- "asc": "Oldest first"
+ "desc": "新的在前面",
+ "asc": "舊的在前面"
},
- "unlocked_on_top_yes": "Yes",
- "unlocked_on_top_no": "No"
+ "unlocked_on_top_yes": "是",
+ "unlocked_on_top_no": "否"
},
- "orderby": "Order by",
- "order_unlocked_on_top": "Unlocked posts on top",
- "savedsearch": "Saved Search",
- "saved_search": "Saved Search",
+ "orderby": "排序",
+ "order_unlocked_on_top": "解除置頂資料",
+ "savedsearch": "儲存的搜尋",
+ "saved_search": "儲存的搜尋",
"q": "關鍵字",
"created_after": "開始日期",
"created_before": "結束日期",
@@ -484,10 +494,10 @@
"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_start_one": "有",
+ "unmapped_start_many": "有",
+ "unmapped_one": "{{post_nb}} 筆資料",
+ "unmapped_many": "{{post_nb}} 筆資料",
"unmapped_end": "not shown here because they don't include location information.",
"more": "更多",
"keyword": "關鍵字",
@@ -524,7 +534,7 @@
"compare_form": "比較調查",
"compare_": "比較",
"created": "建立時間",
- "cumulative": "Show cumulative totals",
+ "cumulative": "顯示累積總數",
"cumulative_post_count": "資料總數量",
"custom": "自訂日期範圍",
"custom_display": "{{start || 'Beginning'}} to {{end || 'Now'}}",
@@ -542,7 +552,7 @@
"message": {
"button": {
"dismiss": "忽略",
- "upgrade": "Upgrade now",
+ "upgrade": "現在就升級",
"default": "好",
"cancel": "取消"
}
@@ -553,12 +563,12 @@
}
},
"nav": {
- "404": "Whoops",
+ "404": "喔喔",
"about": "關於",
"activity": "活動",
"add_post": "新增資料",
"account_settings": "帳號設定",
- "alerts": "Alerts",
+ "alerts": "警告",
"all": "全部",
"author_tagline": "作者 {{author}}",
"appearance": "顯示",
@@ -628,15 +638,17 @@
"map": "地圖",
"list": "時間軸",
"activity": "活動",
- "data": "Data"
+ "data": "資料"
},
"post": {
- "see_more_plural": "See {{newPostsCount}} new posts",
- "see_more_singular": "See {{newPostsCount}} new post",
+ "see_more_plural": "檢視 {{newPostsCount}} 筆新資料",
+ "see_more_singular": "檢視 {{newPostsCount}} 筆新資料",
"add_to_form": "加至 {{form}}",
"posts": "資料",
+ "post_title": "Post title",
+ "post_desc": "Post description",
"there_are_no_posts": "尚未有資料",
- "in_this_deployment": "in this deployment, yet.",
+ "in_this_deployment": "還沒在這個網站",
"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:",
@@ -803,7 +815,8 @@
"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": "必填欄位尚未填寫,這些欄位標示有*",
+ "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": "標題必填",
"minlength": "標題太短",
@@ -822,7 +835,8 @@
"required": "\"{{label}}\" 必填",
"parse": "\"{{label}}\" 無法處理",
"date": "\"{{label}}\" 必須是日期",
- "number": "\"{{label}}\" 必須是數字"
+ "number": "\"{{label}}\" 必須是數字",
+ "step": "\"{{label}}\" must be an integer"
},
"author_name": {
"maxlength": "姓名太長"
@@ -870,11 +884,11 @@
"just_you": "只有你"
},
"webhook": {
- "add_webhook": "Add Role",
- "edit_webhook": "Edit Role",
+ "add_webhook": "新增角色",
+ "edit_webhook": "編輯角色",
"uuid": "Webhook UUID",
- "name": "Name",
- "shared_secret": "Shared Secret",
+ "name": "名稱",
+ "shared_secret": "共用的密碼",
"url": "API URL",
"entity_type": "Entity Type",
"event_type": "Event Type",
@@ -885,19 +899,19 @@
"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",
+ "visible_to_public": "儲存的搜尋是公開的",
+ "visible_to_you": "這個儲存的搜尋只有你跟管理者看得到",
+ "visible_to_roles": "儲存的搜尋是 {{roles}} 可見",
+ "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_public": "這個集合是公開的",
"visible_to_you": "這個集合只有你和管理者能看見",
"visible_to_roles": "這個集合開放給 {{roles}}"
},
"set": {
- "by": "by",
+ "by": "由",
"clear_search": "清除搜尋",
"create_collection": "建立集合",
"create_new": "建立新的",
@@ -939,6 +953,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",
"select_all": "全選",
"choose_roles": "選擇角色",
"create_tag": "建立分類",
@@ -1017,7 +1032,9 @@
"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}}."
+ "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."
},
"user_settings": {
"user_settings_desc_1": "Here you can add your unique API key for your Humanitarian Data Exchange (HDX) account.",
@@ -1130,6 +1147,16 @@
"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"
+ },
+ "wallet": {
+ "required": "Donation wallet address is required"
+ }
+ },
"roles": {
"member": "Member",
"admin": "Admin",
@@ -1168,6 +1195,8 @@
"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": "地圖設定已儲存",
@@ -1430,6 +1459,10 @@
"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": "地圖設定已儲存"
},
@@ -1528,6 +1561,7 @@
"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",
@@ -1645,6 +1679,30 @@
"agree": "I agree to Ushahidi's Terms of Service.",
"accept_and_continue": "Accept and Continue"
},
+ "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",
@@ -1771,6 +1829,7 @@
"en-CH": "English (Switzerland)",
"en-GB": "English (United Kingdom)",
"en-US": "English (United States)",
+ "en-EN": "English",
"myv": "Erzya",
"eo": "Esperanto",
"et": "Estonian",
diff --git a/app/common/services/accessibility.service.js b/app/common/services/accessibility.service.js
new file mode 100644
index 0000000000..b841b167e4
--- /dev/null
+++ b/app/common/services/accessibility.service.js
@@ -0,0 +1,9 @@
+module.exports = AccessibilityService;
+function AccessibilityService() {
+ return {
+ setFocus
+ };
+ function setFocus(id) {
+ return document.getElementById(id).focus();
+ }
+}
diff --git a/app/common/services/endpoints/sdk/SurveysSdk.js b/app/common/services/endpoints/sdk/SurveysSdk.js
index b2c9c9a5c2..518213d04b 100644
--- a/app/common/services/endpoints/sdk/SurveysSdk.js
+++ b/app/common/services/endpoints/sdk/SurveysSdk.js
@@ -110,15 +110,15 @@ function (
}
const areOptionsUnique = function (options) {
- return ushahidi().areOptionsUnique(options);
+ return UshahidiSdk.Surveys.areOptionsUnique(options);
}
const fieldHasTranslations = function (field, language) {
- return ushahidi().fieldHasTranslations(field, language);
+ return UshahidiSdk.Surveys.fieldHasTranslations(field, language);
}
const fieldCanHaveOptions = function (field) {
- return ushahidi().fieldCanHaveOptions(field);
+ return UshahidiSdk.Surveys.fieldCanHaveOptions(field);
}
return { findSurveyTo, getSurveysTo, findSurvey, getSurveys, saveSurvey, deleteSurvey, areOptionsUnique, fieldHasTranslations, fieldCanHaveOptions };
diff --git a/app/main/activity/activity.controller.js b/app/main/activity/activity.controller.js
index b583a8eca1..ab60c76bd7 100644
--- a/app/main/activity/activity.controller.js
+++ b/app/main/activity/activity.controller.js
@@ -1,8 +1,8 @@
module.exports = ActivityController;
-ActivityController.$inject = ['$rootScope', '$scope', '$translate', 'moment', 'Features'];
+ActivityController.$inject = ['$rootScope', '$scope', '$translate', 'moment', 'Features', 'Flatpickr'];
-function ActivityController($rootScope, $scope, $translate, moment, Features) {
+function ActivityController($rootScope, $scope, $translate, moment, Features, Flatpickr) {
// Initial values
$scope.isActivityAvailable = false;
$scope.currentInterval = 'all';
@@ -12,8 +12,7 @@ function ActivityController($rootScope, $scope, $translate, moment, Features) {
created_before: null
};
$scope.filtersMenuOpen = false;
- $scope.dateOptions = { format : 'yyyy-mm-dd' };
-
+ Flatpickr('.flatpickr', {});
$scope.saveFilters = saveFilters;
$scope.cancelChangeFilters = cancelChangeFilters;
$scope.targetedSurveysEnabled = false;
diff --git a/app/main/activity/activity.html b/app/main/activity/activity.html
index 88e93b07f7..03b9544d5b 100644
--- a/app/main/activity/activity.html
+++ b/app/main/activity/activity.html
@@ -73,7 +73,7 @@