Converts translations to the new i18n interpolation format (#6495).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4518 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
4f4a62c6d0
commit
bc1703d7b6
|
@ -32,37 +32,37 @@ bg:
|
|||
half_a_minute: "half a minute"
|
||||
less_than_x_seconds:
|
||||
one: "по-малко от 1 секунда"
|
||||
other: "по-малко от {{count}} секунди"
|
||||
other: "по-малко от %{count} секунди"
|
||||
x_seconds:
|
||||
one: "1 секунда"
|
||||
other: "{{count}} секунди"
|
||||
other: "%{count} секунди"
|
||||
less_than_x_minutes:
|
||||
one: "по-малко от 1 минута"
|
||||
other: "по-малко от {{count}} минути"
|
||||
other: "по-малко от %{count} минути"
|
||||
x_minutes:
|
||||
one: "1 минута"
|
||||
other: "{{count}} минути"
|
||||
other: "%{count} минути"
|
||||
about_x_hours:
|
||||
one: "около 1 час"
|
||||
other: "около {{count}} часа"
|
||||
other: "около %{count} часа"
|
||||
x_days:
|
||||
one: "1 ден"
|
||||
other: "{{count}} дена"
|
||||
other: "%{count} дена"
|
||||
about_x_months:
|
||||
one: "около 1 месец"
|
||||
other: "около {{count}} месеца"
|
||||
other: "около %{count} месеца"
|
||||
x_months:
|
||||
one: "1 месец"
|
||||
other: "{{count}} месеца"
|
||||
other: "%{count} месеца"
|
||||
about_x_years:
|
||||
one: "около 1 година"
|
||||
other: "около {{count}} години"
|
||||
other: "около %{count} години"
|
||||
over_x_years:
|
||||
one: "над 1 година"
|
||||
other: "над {{count}} години"
|
||||
other: "над %{count} години"
|
||||
almost_x_years:
|
||||
one: "почти 1 година"
|
||||
other: "почти {{count}} години"
|
||||
other: "почти %{count} години"
|
||||
|
||||
number:
|
||||
format:
|
||||
|
@ -106,11 +106,11 @@ bg:
|
|||
taken: "вече съществува"
|
||||
not_a_number: "не е число"
|
||||
not_a_date: "е невалидна дата"
|
||||
greater_than: "трябва да бъде по-голям[a/о] от {{count}}"
|
||||
greater_than_or_equal_to: "трябва да бъде по-голям[a/о] от или равен[a/o] на {{count}}"
|
||||
equal_to: "трябва да бъде равен[a/o] на {{count}}"
|
||||
less_than: "трябва да бъде по-малък[a/o] от {{count}}"
|
||||
less_than_or_equal_to: "трябва да бъде по-малък[a/o] от или равен[a/o] на {{count}}"
|
||||
greater_than: "трябва да бъде по-голям[a/о] от %{count}"
|
||||
greater_than_or_equal_to: "трябва да бъде по-голям[a/о] от или равен[a/o] на %{count}"
|
||||
equal_to: "трябва да бъде равен[a/o] на %{count}"
|
||||
less_than: "трябва да бъде по-малък[a/o] от %{count}"
|
||||
less_than_or_equal_to: "трябва да бъде по-малък[a/o] от или равен[a/o] на %{count}"
|
||||
odd: "трябва да бъде нечетен[a/o]"
|
||||
even: "трябва да бъде четен[a/o]"
|
||||
greater_than_start_date: "трябва да е след началната дата"
|
||||
|
@ -146,20 +146,20 @@ bg:
|
|||
notice_file_not_found: Несъществуваща или преместена страница.
|
||||
notice_locking_conflict: Друг потребител променя тези данни в момента.
|
||||
notice_not_authorized: Нямате право на достъп до тази страница.
|
||||
notice_email_sent: "Изпратен e-mail на {{value}}"
|
||||
notice_email_error: "Грешка при изпращане на e-mail ({{value}})"
|
||||
notice_email_sent: "Изпратен e-mail на %{value}"
|
||||
notice_email_error: "Грешка при изпращане на e-mail (%{value})"
|
||||
notice_feeds_access_key_reseted: Вашия ключ за RSS достъп беше променен.
|
||||
|
||||
error_scm_not_found: Несъществуващ обект в хранилището.
|
||||
error_scm_command_failed: "Грешка при опит за комуникация с хранилище: {{value}}"
|
||||
error_scm_command_failed: "Грешка при опит за комуникация с хранилище: %{value}"
|
||||
|
||||
mail_subject_lost_password: "Вашата парола ({{value}})"
|
||||
mail_subject_lost_password: "Вашата парола (%{value})"
|
||||
mail_body_lost_password: 'За да смените паролата си, използвайте следния линк:'
|
||||
mail_subject_register: "Активация на профил ({{value}})"
|
||||
mail_subject_register: "Активация на профил (%{value})"
|
||||
mail_body_register: 'За да активирате профила си използвайте следния линк:'
|
||||
|
||||
gui_validation_error: 1 грешка
|
||||
gui_validation_error_plural: "{{count}} грешки"
|
||||
gui_validation_error_plural: "%{count} грешки"
|
||||
|
||||
field_name: Име
|
||||
field_description: Описание
|
||||
|
@ -270,7 +270,7 @@ bg:
|
|||
label_x_projects:
|
||||
zero: 0 проекти
|
||||
one: 1 проект
|
||||
other: "{{count}} проекта"
|
||||
other: "%{count} проекта"
|
||||
label_project_all: Всички проекти
|
||||
label_project_latest: Последни проекти
|
||||
label_issue: Задача
|
||||
|
@ -337,8 +337,8 @@ bg:
|
|||
label_text: Дълъг текст
|
||||
label_attribute: Атрибут
|
||||
label_attribute_plural: Атрибути
|
||||
label_download: "{{count}} изтегляне"
|
||||
label_download_plural: "{{count}} изтегляния"
|
||||
label_download: "%{count} изтегляне"
|
||||
label_download_plural: "%{count} изтегляния"
|
||||
label_no_data: Няма изходни данни
|
||||
label_change_status: Промяна на състоянието
|
||||
label_history: История
|
||||
|
@ -367,17 +367,17 @@ bg:
|
|||
label_closed_issues: затворена
|
||||
label_closed_issues_plural: затворени
|
||||
label_x_open_issues_abbr_on_total:
|
||||
zero: 0 отворени / {{total}}
|
||||
one: 1 отворена / {{total}}
|
||||
other: "{{count}} отворени / {{total}}"
|
||||
zero: 0 отворени / %{total}
|
||||
one: 1 отворена / %{total}
|
||||
other: "%{count} отворени / %{total}"
|
||||
label_x_open_issues_abbr:
|
||||
zero: 0 отворени
|
||||
one: 1 отворена
|
||||
other: "{{count}} отворени"
|
||||
other: "%{count} отворени"
|
||||
label_x_closed_issues_abbr:
|
||||
zero: 0 затворени
|
||||
one: 1 затворена
|
||||
other: "{{count}} затворени"
|
||||
other: "%{count} затворени"
|
||||
label_total: Общо
|
||||
label_permissions: Права
|
||||
label_current_status: Текущо състояние
|
||||
|
@ -394,7 +394,7 @@ bg:
|
|||
label_months_from: месеца от
|
||||
label_gantt: Мрежов график
|
||||
label_internal: Вътрешен
|
||||
label_last_changes: "последни {{count}} промени"
|
||||
label_last_changes: "последни %{count} промени"
|
||||
label_change_view_all: Виж всички промени
|
||||
label_personalize_page: Персонализиране
|
||||
label_comment: Коментар
|
||||
|
@ -402,7 +402,7 @@ bg:
|
|||
label_x_comments:
|
||||
zero: 0 коментари
|
||||
one: 1 коментар
|
||||
other: "{{count}} коментари"
|
||||
other: "%{count} коментари"
|
||||
label_comment_add: Добавяне на коментар
|
||||
label_comment_added: Добавен коментар
|
||||
label_comment_delete: Изтриване на коментари
|
||||
|
@ -426,8 +426,8 @@ bg:
|
|||
label_day_plural: дни
|
||||
label_repository: Хранилище
|
||||
label_browse: Разглеждане
|
||||
label_modification: "{{count}} промяна"
|
||||
label_modification_plural: "{{count}} промени"
|
||||
label_modification: "%{count} промяна"
|
||||
label_modification_plural: "%{count} промени"
|
||||
label_revision: Ревизия
|
||||
label_revision_plural: Ревизии
|
||||
label_added: добавено
|
||||
|
@ -442,8 +442,8 @@ bg:
|
|||
label_sort_lower: Премести по-долу
|
||||
label_sort_lowest: Премести най-долу
|
||||
label_roadmap: Пътна карта
|
||||
label_roadmap_due_in: "Излиза след {{value}}"
|
||||
label_roadmap_overdue: "{{value}} закъснение"
|
||||
label_roadmap_due_in: "Излиза след %{value}"
|
||||
label_roadmap_overdue: "%{value} закъснение"
|
||||
label_roadmap_no_issues: Няма задачи за тази версия
|
||||
label_search: Търсене
|
||||
label_result_plural: Pезултати
|
||||
|
@ -461,8 +461,8 @@ bg:
|
|||
label_changes_details: Подробни промени
|
||||
label_issue_tracking: Тракинг
|
||||
label_spent_time: Отделено време
|
||||
label_f_hour: "{{value}} час"
|
||||
label_f_hour_plural: "{{value}} часа"
|
||||
label_f_hour: "%{value} час"
|
||||
label_f_hour_plural: "%{value} часа"
|
||||
label_time_tracking: Отделяне на време
|
||||
label_change_plural: Промени
|
||||
label_statistics: Статистики
|
||||
|
@ -509,12 +509,12 @@ bg:
|
|||
label_date_from: От
|
||||
label_date_to: До
|
||||
label_language_based: В зависимост от езика
|
||||
label_sort_by: "Сортиране по {{value}}"
|
||||
label_sort_by: "Сортиране по %{value}"
|
||||
label_send_test_email: Изпращане на тестов e-mail
|
||||
label_feeds_access_key_created_on: "{{value}} от създаването на RSS ключа"
|
||||
label_feeds_access_key_created_on: "%{value} от създаването на RSS ключа"
|
||||
label_module_plural: Модули
|
||||
label_added_time_by: "Публикувана от {{author}} преди {{age}}"
|
||||
label_updated_time: "Обновена преди {{value}}"
|
||||
label_added_time_by: "Публикувана от %{author} преди %{age}"
|
||||
label_updated_time: "Обновена преди %{value}"
|
||||
label_jump_to_a_project: Проект...
|
||||
|
||||
button_login: Вход
|
||||
|
@ -564,16 +564,16 @@ bg:
|
|||
text_tip_task_end_day: задача завършваща този ден
|
||||
text_tip_task_begin_end_day: задача започваща и завършваща този ден
|
||||
text_project_identifier_info: 'Позволени са малки букви (a-z), цифри и тирета.<br />Невъзможна промяна след запис.'
|
||||
text_caracters_maximum: "До {{count}} символа."
|
||||
text_length_between: "От {{min}} до {{max}} символа."
|
||||
text_caracters_maximum: "До %{count} символа."
|
||||
text_length_between: "От %{min} до %{max} символа."
|
||||
text_tracker_no_workflow: Няма дефиниран работен процес за този тракер
|
||||
text_unallowed_characters: Непозволени символи
|
||||
text_comma_separated: Позволено е изброяване (с разделител запетая).
|
||||
text_issues_ref_in_commit_messages: Отбелязване и приключване на задачи от ревизии
|
||||
text_issue_added: "Публикувана е нова задача с номер {{id}} (от {{author}})."
|
||||
text_issue_updated: "Задача {{id}} е обновена (от {{author}})."
|
||||
text_issue_added: "Публикувана е нова задача с номер %{id} (от %{author})."
|
||||
text_issue_updated: "Задача %{id} е обновена (от %{author})."
|
||||
text_wiki_destroy_confirmation: Сигурни ли сте, че искате да изтриете това Wiki и цялото му съдържание?
|
||||
text_issue_category_destroy_question: "Има задачи ({{count}}) обвързани с тази категория. Какво ще изберете?"
|
||||
text_issue_category_destroy_question: "Има задачи (%{count}) обвързани с тази категория. Какво ще изберете?"
|
||||
text_issue_category_destroy_assignments: Премахване на връзките с категорията
|
||||
text_issue_category_reassign_to: Преобвързване с категория
|
||||
|
||||
|
@ -611,7 +611,7 @@ bg:
|
|||
notice_no_issue_selected: "Няма избрани задачи."
|
||||
label_bulk_edit_selected_issues: Редактиране на задачи
|
||||
label_no_change_option: (Без промяна)
|
||||
notice_failed_to_save_issues: "Неуспешен запис на {{count}} задачи от {{total}} избрани: {{ids}}."
|
||||
notice_failed_to_save_issues: "Неуспешен запис на %{count} задачи от %{total} избрани: %{ids}."
|
||||
label_theme: Тема
|
||||
label_default: По подразбиране
|
||||
label_search_titles_only: Само в заглавията
|
||||
|
@ -624,37 +624,37 @@ bg:
|
|||
setting_emails_footer: Подтекст за e-mail
|
||||
label_float: Дробно
|
||||
button_copy: Копиране
|
||||
mail_body_account_information_external: "Можете да използвате вашия {{value}} профил за вход."
|
||||
mail_body_account_information_external: "Можете да използвате вашия %{value} профил за вход."
|
||||
mail_body_account_information: Информацията за профила ви
|
||||
setting_protocol: Протокол
|
||||
label_user_mail_no_self_notified: "Не искам известия за извършени от мен промени"
|
||||
setting_time_format: Формат на часа
|
||||
label_registration_activation_by_email: активиране на профила по email
|
||||
mail_subject_account_activation_request: "Заявка за активиране на профил в {{value}}"
|
||||
mail_body_account_activation_request: "Има новорегистриран потребител ({{value}}), очакващ вашето одобрение:"
|
||||
mail_subject_account_activation_request: "Заявка за активиране на профил в %{value}"
|
||||
mail_body_account_activation_request: "Има новорегистриран потребител (%{value}), очакващ вашето одобрение:"
|
||||
label_registration_automatic_activation: автоматично активиране
|
||||
label_registration_manual_activation: ръчно активиране
|
||||
notice_account_pending: "Профилът Ви е създаден и очаква одобрение от администратор."
|
||||
field_time_zone: Часова зона
|
||||
text_caracters_minimum: "Минимум {{count}} символа."
|
||||
text_caracters_minimum: "Минимум %{count} символа."
|
||||
setting_bcc_recipients: Получатели на скрито копие (bcc)
|
||||
button_annotate: Анотация
|
||||
label_issues_by: "Задачи по {{value}}"
|
||||
label_issues_by: "Задачи по %{value}"
|
||||
field_searchable: С възможност за търсене
|
||||
label_display_per_page: "На страница по: {{value}}"
|
||||
label_display_per_page: "На страница по: %{value}"
|
||||
setting_per_page_options: Опции за страниране
|
||||
label_age: Възраст
|
||||
notice_default_data_loaded: Примерната информацията е успешно заредена.
|
||||
text_load_default_configuration: Зареждане на примерна информация
|
||||
text_no_configuration_data: "Все още не са конфигурирани Роли, тракери, състояния на задачи и работен процес.\nСтрого се препоръчва зареждането на примерната информация. Веднъж заредена ще имате възможност да я редактирате."
|
||||
error_can_t_load_default_data: "Грешка при зареждане на примерната информация: {{value}}"
|
||||
error_can_t_load_default_data: "Грешка при зареждане на примерната информация: %{value}"
|
||||
button_update: Обновяване
|
||||
label_change_properties: Промяна на настройки
|
||||
label_general: Основни
|
||||
label_repository_plural: Хранилища
|
||||
label_associated_revisions: Асоциирани ревизии
|
||||
setting_user_format: Потребителски формат
|
||||
text_status_changed_by_changeset: "Приложено с ревизия {{value}}."
|
||||
text_status_changed_by_changeset: "Приложено с ревизия %{value}."
|
||||
label_more: Още
|
||||
text_issues_destroy_confirmation: 'Сигурни ли сте, че искате да изтриете избраните задачи?'
|
||||
label_scm: SCM (Система за контрол на кода)
|
||||
|
@ -681,7 +681,7 @@ bg:
|
|||
label_ldap_authentication: LDAP оторизация
|
||||
label_downloads_abbr: D/L
|
||||
label_this_month: текущия месец
|
||||
label_last_n_days: "последните {{count}} дни"
|
||||
label_last_n_days: "последните %{count} дни"
|
||||
label_all_time: всички
|
||||
label_this_year: текущата година
|
||||
label_date_range: Период
|
||||
|
@ -690,7 +690,7 @@ bg:
|
|||
label_last_month: последния месец
|
||||
label_add_another_file: Добавяне на друг файл
|
||||
label_optional_description: Незадължително описание
|
||||
text_destroy_time_entries_question: "{{hours}} часа са отделени на задачите, които искате да изтриете. Какво избирате?"
|
||||
text_destroy_time_entries_question: "%{hours} часа са отделени на задачите, които искате да изтриете. Какво избирате?"
|
||||
error_issue_not_found_in_project: 'Задачата не е намерена или не принадлежи на този проект'
|
||||
text_assign_time_entries_to_project: Прехвърляне на отделеното време към проект
|
||||
text_destroy_time_entries: Изтриване на отделеното време
|
||||
|
@ -705,15 +705,15 @@ bg:
|
|||
setting_default_projects_public: Новите проекти са публични по подразбиране
|
||||
error_scm_annotate: "Обектът не съществува или не може да бъде анотиран."
|
||||
label_planning: Планиране
|
||||
text_subprojects_destroy_warning: "Неговите подпроекти: {{value}} също ще бъдат изтрити."
|
||||
label_and_its_subprojects: "{{value}} и неговите подпроекти"
|
||||
mail_body_reminder: "{{count}} задачи, назначени на вас са с краен срок в следващите {{days}} дни:"
|
||||
mail_subject_reminder: "{{count}} задачи с краен срок с следващите {{days}} дни"
|
||||
text_user_wrote: "{{value}} написа:"
|
||||
text_subprojects_destroy_warning: "Неговите подпроекти: %{value} също ще бъдат изтрити."
|
||||
label_and_its_subprojects: "%{value} и неговите подпроекти"
|
||||
mail_body_reminder: "%{count} задачи, назначени на вас са с краен срок в следващите %{days} дни:"
|
||||
mail_subject_reminder: "%{count} задачи с краен срок с следващите %{days} дни"
|
||||
text_user_wrote: "%{value} написа:"
|
||||
label_duplicated_by: дублирана от
|
||||
setting_enabled_scm: Разрешена SCM
|
||||
text_enumeration_category_reassign_to: 'Пресвържете ги към тази стойност:'
|
||||
text_enumeration_destroy_question: "{{count}} обекта са свързани с тази стойност."
|
||||
text_enumeration_destroy_question: "%{count} обекта са свързани с тази стойност."
|
||||
label_incoming_emails: Входящи e-mail-и
|
||||
label_generate_key: Генериране на ключ
|
||||
setting_mail_handler_api_enabled: Разрешаване на WS за входящи e-mail-и
|
||||
|
@ -779,12 +779,12 @@ bg:
|
|||
text_repository_usernames_mapping: "Select ou update the Redmine user mapped to each username found in the repository log.\nUsers with the same Redmine and repository username or email are automatically mapped."
|
||||
permission_edit_own_messages: Редактиране на собствени съобщения
|
||||
permission_delete_own_messages: Изтриване на собствени съобщения
|
||||
label_user_activity: "Активност на {{value}}"
|
||||
label_updated_time_by: "Обновена от {{author}} преди {{age}}"
|
||||
label_user_activity: "Активност на %{value}"
|
||||
label_updated_time_by: "Обновена от %{author} преди %{age}"
|
||||
text_diff_truncated: '... Този diff не е пълен, понеже е надхвърля максималния размер, който може да бъде показан.'
|
||||
setting_diff_max_lines_displayed: Максимален брой показани diff редове
|
||||
text_plugin_assets_writable: Папката на приставките е разрешена за запис
|
||||
warning_attachments_not_saved: "{{count}} файла не бяха записани."
|
||||
warning_attachments_not_saved: "%{count} файла не бяха записани."
|
||||
button_create_and_continue: Създаване и продължаване
|
||||
text_custom_field_possible_values_info: 'Една стойност на ред'
|
||||
label_display: Display
|
||||
|
@ -799,21 +799,21 @@ bg:
|
|||
label_descending: Намаляващ
|
||||
label_sort: Сортиране
|
||||
label_ascending: Нарастващ
|
||||
label_date_from_to: От {{start}} до {{end}}
|
||||
label_date_from_to: От %{start} до %{end}
|
||||
label_greater_or_equal: ">="
|
||||
label_less_or_equal: <=
|
||||
text_wiki_page_destroy_question: Тази страница има {{descendants}} страници деца и descendant(s). Какво желаете да правите?
|
||||
text_wiki_page_destroy_question: Тази страница има %{descendants} страници деца и descendant(s). Какво желаете да правите?
|
||||
text_wiki_page_reassign_children: Преназначаване на страниците деца на тази родителска страница
|
||||
text_wiki_page_nullify_children: Запазване на тези страници като коренни страници
|
||||
text_wiki_page_destroy_children: Изтриване на страниците деца и всички техни descendants
|
||||
setting_password_min_length: Минимална дължина на парола
|
||||
field_group_by: Групиране на резултатите по
|
||||
mail_subject_wiki_content_updated: "Wiki страницата '{{id}}' не беше обновена"
|
||||
mail_subject_wiki_content_updated: "Wiki страницата '%{id}' не беше обновена"
|
||||
label_wiki_content_added: Wiki страница беше добавена
|
||||
mail_subject_wiki_content_added: "Wiki страницата '{{id}}' беше добавена"
|
||||
mail_body_wiki_content_added: Wiki страницата '{{id}}' беше добавена от {{author}}.
|
||||
mail_subject_wiki_content_added: "Wiki страницата '%{id}' беше добавена"
|
||||
mail_body_wiki_content_added: Wiki страницата '%{id}' беше добавена от %{author}.
|
||||
label_wiki_content_updated: Wiki страница беше обновена
|
||||
mail_body_wiki_content_updated: Wiki страницата '{{id}}' беше обновена от {{author}}.
|
||||
mail_body_wiki_content_updated: Wiki страницата '%{id}' беше обновена от %{author}.
|
||||
permission_add_project: Създаване на проект
|
||||
setting_new_project_user_role_id: Роля, давана на потребител, създаващ проекти, който не е администратор
|
||||
label_view_all_revisions: Разглеждане на всички ревизии
|
||||
|
@ -821,14 +821,14 @@ bg:
|
|||
label_branch: работен вариант
|
||||
error_no_tracker_in_project: Няма асоциирани тракери с този проект. Проверете настройките на проекта.
|
||||
error_no_default_issue_status: Няма установено подразбиращо се състояние за задачите. Моля проверете вашата конфигурация (Вижте "Администрация -> Състояния на задачи").
|
||||
text_journal_changed: "{{label}} променен от {{old}} на {{new}}"
|
||||
text_journal_set_to: "{{label}} установен на {{value}}"
|
||||
text_journal_deleted: "{{label}} изтрит ({{old}})"
|
||||
text_journal_changed: "%{label} променен от %{old} на %{new}"
|
||||
text_journal_set_to: "%{label} установен на %{value}"
|
||||
text_journal_deleted: "%{label} изтрит (%{old})"
|
||||
label_group_plural: Групи
|
||||
label_group: Група
|
||||
label_group_new: Нова група
|
||||
label_time_entry_plural: Използвано време
|
||||
text_journal_added: "Добавено {{label}} {{value}}"
|
||||
text_journal_added: "Добавено %{label} %{value}"
|
||||
field_active: Активен
|
||||
enumeration_system_activity: Системна активност
|
||||
permission_delete_issue_watchers: Изтриване на наблюдатели
|
||||
|
@ -863,9 +863,9 @@ bg:
|
|||
setting_start_of_week: Първи ден на седмицата
|
||||
permission_view_issues: Разглеждане на задачите
|
||||
label_display_used_statuses_only: Показване само на състоянията, използвани от този тракер
|
||||
label_revision_id: Ревизия {{value}}
|
||||
label_revision_id: Ревизия %{value}
|
||||
label_api_access_key: API ключ за достъп
|
||||
label_api_access_key_created_on: API ключ за достъп е създаден преди {{value}}
|
||||
label_api_access_key_created_on: API ключ за достъп е създаден преди %{value}
|
||||
label_feeds_access_key: RSS access ключ
|
||||
notice_api_access_key_reseted: Вашият API ключ за достъп беше изчистен.
|
||||
setting_rest_api_enabled: Разрешаване на REST web сървис
|
||||
|
@ -892,12 +892,12 @@ bg:
|
|||
label_subtask_plural: Подзадачи
|
||||
label_project_copy_notifications: Изпращане на Send e-mail известия по време на копирането на проекта
|
||||
error_can_not_delete_custom_field: Невъзможност за изтриване на потребителско поле
|
||||
error_unable_to_connect: Невъзможност за свързване с ({{value}})
|
||||
error_unable_to_connect: Невъзможност за свързване с (%{value})
|
||||
error_can_not_remove_role: Тази роля се използва и не може да бъде изтрита.
|
||||
error_can_not_delete_tracker: Този тракер съдържа задачи и не може да бъде изтрит.
|
||||
field_principal: Principal
|
||||
label_my_page_block: Блокове в личната страница
|
||||
notice_failed_to_save_members: "Невъзможност за запис на член(ове): {{errors}}."
|
||||
notice_failed_to_save_members: "Невъзможност за запис на член(ове): %{errors}."
|
||||
text_zoom_out: Намаляване
|
||||
text_zoom_in: Увеличаване
|
||||
notice_unable_delete_time_entry: Невъзможност за изтриване на запис на time log.
|
||||
|
@ -916,7 +916,7 @@ bg:
|
|||
label_user_mail_option_only_my_events: Само за неща, в които съм включен/а
|
||||
text_tip_issue_begin_day: задача, започваща този ден
|
||||
label_user_mail_option_only_assigned: Само за неща, назначени на мен
|
||||
button_edit_associated_wikipage: "Редактиране на асоциираната Wiki страница: {{page_title}}"
|
||||
button_edit_associated_wikipage: "Редактиране на асоциираната Wiki страница: %{page_title}"
|
||||
field_assigned_to_role: Assignee's role
|
||||
field_start_date: Начална дата
|
||||
label_principal_search: "Търсене на потребител или група:"
|
||||
|
@ -924,7 +924,7 @@ bg:
|
|||
field_visible: Видим
|
||||
setting_emails_header: Emails header
|
||||
setting_commit_logtime_activity_id: Activity for logged time
|
||||
text_time_logged_by_changeset: Applied in changeset {{value}}.
|
||||
text_time_logged_by_changeset: Applied in changeset %{value}.
|
||||
setting_commit_logtime_enabled: Enable time logging
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed ({{max}})
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
|
||||
setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
|
||||
|
|
|
@ -32,37 +32,37 @@ bs:
|
|||
half_a_minute: "pola minute"
|
||||
less_than_x_seconds:
|
||||
one: "manje od 1 sekunde"
|
||||
other: "manje od {{count}} sekudni"
|
||||
other: "manje od %{count} sekudni"
|
||||
x_seconds:
|
||||
one: "1 sekunda"
|
||||
other: "{{count}} sekundi"
|
||||
other: "%{count} sekundi"
|
||||
less_than_x_minutes:
|
||||
one: "manje od 1 minute"
|
||||
other: "manje od {{count}} minuta"
|
||||
other: "manje od %{count} minuta"
|
||||
x_minutes:
|
||||
one: "1 minuta"
|
||||
other: "{{count}} minuta"
|
||||
other: "%{count} minuta"
|
||||
about_x_hours:
|
||||
one: "oko 1 sahat"
|
||||
other: "oko {{count}} sahata"
|
||||
other: "oko %{count} sahata"
|
||||
x_days:
|
||||
one: "1 dan"
|
||||
other: "{{count}} dana"
|
||||
other: "%{count} dana"
|
||||
about_x_months:
|
||||
one: "oko 1 mjesec"
|
||||
other: "oko {{count}} mjeseci"
|
||||
other: "oko %{count} mjeseci"
|
||||
x_months:
|
||||
one: "1 mjesec"
|
||||
other: "{{count}} mjeseci"
|
||||
other: "%{count} mjeseci"
|
||||
about_x_years:
|
||||
one: "oko 1 godine"
|
||||
other: "oko {{count}} godina"
|
||||
other: "oko %{count} godina"
|
||||
over_x_years:
|
||||
one: "preko 1 godine"
|
||||
other: "preko {{count}} godina"
|
||||
other: "preko %{count} godina"
|
||||
almost_x_years:
|
||||
one: "almost 1 year"
|
||||
other: "almost {{count}} years"
|
||||
other: "almost %{count} years"
|
||||
|
||||
|
||||
number:
|
||||
|
@ -120,11 +120,11 @@ bs:
|
|||
taken: "već je zauzeto"
|
||||
not_a_number: "nije broj"
|
||||
not_a_date: "nije ispravan datum"
|
||||
greater_than: "mora bit veći od {{count}}"
|
||||
greater_than_or_equal_to: "mora bit veći ili jednak {{count}}"
|
||||
equal_to: "mora biti jednak {{count}}"
|
||||
less_than: "mora biti manji od {{count}}"
|
||||
less_than_or_equal_to: "mora bit manji ili jednak {{count}}"
|
||||
greater_than: "mora bit veći od %{count}"
|
||||
greater_than_or_equal_to: "mora bit veći ili jednak %{count}"
|
||||
equal_to: "mora biti jednak %{count}"
|
||||
less_than: "mora biti manji od %{count}"
|
||||
less_than_or_equal_to: "mora bit manji ili jednak %{count}"
|
||||
odd: "mora biti neparan"
|
||||
even: "mora biti paran"
|
||||
greater_than_start_date: "mora biti veći nego početni datum"
|
||||
|
@ -156,9 +156,9 @@ bs:
|
|||
notice_account_wrong_password: Pogrešna lozinka
|
||||
notice_can_t_change_password: Ovaj nalog koristi eksterni izvor prijavljivanja. Ne mogu da promjenim šifru.
|
||||
notice_default_data_loaded: Podrazumjevana konfiguracija uspječno učitana.
|
||||
notice_email_error: Došlo je do greške pri slanju emaila ({{value}})
|
||||
notice_email_sent: "Email je poslan {{value}}"
|
||||
notice_failed_to_save_issues: "Neuspješno snimanje {{count}} aktivnosti na {{total}} izabrano: {{ids}}."
|
||||
notice_email_error: Došlo je do greške pri slanju emaila (%{value})
|
||||
notice_email_sent: "Email je poslan %{value}"
|
||||
notice_failed_to_save_issues: "Neuspješno snimanje %{count} aktivnosti na %{total} izabrano: %{ids}."
|
||||
notice_feeds_access_key_reseted: Vaš RSS pristup je resetovan.
|
||||
notice_file_not_found: Stranica kojoj pokušavate da pristupite ne postoji ili je uklonjena.
|
||||
notice_locking_conflict: "Konflikt: podaci su izmjenjeni od strane drugog korisnika."
|
||||
|
@ -169,28 +169,28 @@ bs:
|
|||
notice_successful_delete: Brisanje izvršeno.
|
||||
notice_successful_update: Promjene uspješno izvršene.
|
||||
|
||||
error_can_t_load_default_data: "Podrazumjevane postavke se ne mogu učitati {{value}}"
|
||||
error_scm_command_failed: "Desila se greška pri pristupu repozitoriju: {{value}}"
|
||||
error_can_t_load_default_data: "Podrazumjevane postavke se ne mogu učitati %{value}"
|
||||
error_scm_command_failed: "Desila se greška pri pristupu repozitoriju: %{value}"
|
||||
error_scm_not_found: "Unos i/ili revizija ne postoji u repozitoriju."
|
||||
|
||||
error_scm_annotate: "Ova stavka ne postoji ili nije označena."
|
||||
error_issue_not_found_in_project: 'Aktivnost nije nađena ili ne pripada ovom projektu'
|
||||
|
||||
warning_attachments_not_saved: "{{count}} fajl(ovi) ne mogu biti snimljen(i)."
|
||||
warning_attachments_not_saved: "%{count} fajl(ovi) ne mogu biti snimljen(i)."
|
||||
|
||||
mail_subject_lost_password: "Vaša {{value}} lozinka"
|
||||
mail_subject_lost_password: "Vaša %{value} lozinka"
|
||||
mail_body_lost_password: 'Za promjenu lozinke, kliknite na sljedeći link:'
|
||||
mail_subject_register: "Aktivirajte {{value}} vaš korisnički račun"
|
||||
mail_subject_register: "Aktivirajte %{value} vaš korisnički račun"
|
||||
mail_body_register: 'Za aktivaciju vašeg korisničkog računa, kliknite na sljedeći link:'
|
||||
mail_body_account_information_external: "Možete koristiti vaš {{value}} korisnički račun za prijavu na sistem."
|
||||
mail_body_account_information_external: "Možete koristiti vaš %{value} korisnički račun za prijavu na sistem."
|
||||
mail_body_account_information: Informacija o vašem korisničkom računu
|
||||
mail_subject_account_activation_request: "{{value}} zahtjev za aktivaciju korisničkog računa"
|
||||
mail_body_account_activation_request: "Novi korisnik ({{value}}) se registrovao. Korisnički račun čeka vaše odobrenje za aktivaciju:"
|
||||
mail_subject_reminder: "{{count}} aktivnost(i) u kašnjenju u narednim {{days}} danima"
|
||||
mail_body_reminder: "{{count}} aktivnost(i) koje su dodjeljenje vama u narednim {{days}} danima:"
|
||||
mail_subject_account_activation_request: "%{value} zahtjev za aktivaciju korisničkog računa"
|
||||
mail_body_account_activation_request: "Novi korisnik (%{value}) se registrovao. Korisnički račun čeka vaše odobrenje za aktivaciju:"
|
||||
mail_subject_reminder: "%{count} aktivnost(i) u kašnjenju u narednim %{days} danima"
|
||||
mail_body_reminder: "%{count} aktivnost(i) koje su dodjeljenje vama u narednim %{days} danima:"
|
||||
|
||||
gui_validation_error: 1 greška
|
||||
gui_validation_error_plural: "{{count}} grešaka"
|
||||
gui_validation_error_plural: "%{count} grešaka"
|
||||
|
||||
field_name: Ime
|
||||
field_description: Opis
|
||||
|
@ -391,14 +391,14 @@ bs:
|
|||
label_x_projects:
|
||||
zero: 0 projekata
|
||||
one: 1 projekat
|
||||
other: "{{count}} projekata"
|
||||
other: "%{count} projekata"
|
||||
label_project_all: Svi projekti
|
||||
label_project_latest: Posljednji projekti
|
||||
label_issue: Aktivnost
|
||||
label_issue_new: Nova aktivnost
|
||||
label_issue_plural: Aktivnosti
|
||||
label_issue_view_all: Vidi sve aktivnosti
|
||||
label_issues_by: "Aktivnosti po {{value}}"
|
||||
label_issues_by: "Aktivnosti po %{value}"
|
||||
label_issue_added: Aktivnost je dodana
|
||||
label_issue_updated: Aktivnost je izmjenjena
|
||||
label_document: Dokument
|
||||
|
@ -448,7 +448,7 @@ bs:
|
|||
label_activity_plural: Promjene
|
||||
label_activity: Operacija
|
||||
label_overall_activity: Pregled svih promjena
|
||||
label_user_activity: "Promjene izvršene od: {{value}}"
|
||||
label_user_activity: "Promjene izvršene od: %{value}"
|
||||
label_new: Novi
|
||||
label_logged_as: Prijavljen kao
|
||||
label_environment: Sistemsko okruženje
|
||||
|
@ -457,7 +457,7 @@ bs:
|
|||
label_auth_source_new: Novi mod authentifikacije
|
||||
label_auth_source_plural: Modovi authentifikacije
|
||||
label_subproject_plural: Podprojekti
|
||||
label_and_its_subprojects: "{{value}} i njegovi podprojekti"
|
||||
label_and_its_subprojects: "%{value} i njegovi podprojekti"
|
||||
label_min_max_length: Min - Maks dužina
|
||||
label_list: Lista
|
||||
label_date: Datum
|
||||
|
@ -468,8 +468,8 @@ bs:
|
|||
label_text: Dugi tekst
|
||||
label_attribute: Atribut
|
||||
label_attribute_plural: Atributi
|
||||
label_download: "{{count}} download"
|
||||
label_download_plural: "{{count}} download-i"
|
||||
label_download: "%{count} download"
|
||||
label_download_plural: "%{count} download-i"
|
||||
label_no_data: Nema podataka za prikaz
|
||||
label_change_status: Promjeni status
|
||||
label_history: Istorija
|
||||
|
@ -500,17 +500,17 @@ bs:
|
|||
label_closed_issues: zatvoren
|
||||
label_closed_issues_plural: zatvoreni
|
||||
label_x_open_issues_abbr_on_total:
|
||||
zero: 0 otvoreno / {{total}}
|
||||
one: 1 otvorena / {{total}}
|
||||
other: "{{count}} otvorene / {{total}}"
|
||||
zero: 0 otvoreno / %{total}
|
||||
one: 1 otvorena / %{total}
|
||||
other: "%{count} otvorene / %{total}"
|
||||
label_x_open_issues_abbr:
|
||||
zero: 0 otvoreno
|
||||
one: 1 otvorena
|
||||
other: "{{count}} otvorene"
|
||||
other: "%{count} otvorene"
|
||||
label_x_closed_issues_abbr:
|
||||
zero: 0 zatvoreno
|
||||
one: 1 zatvorena
|
||||
other: "{{count}} zatvorene"
|
||||
other: "%{count} zatvorene"
|
||||
label_total: Ukupno
|
||||
label_permissions: Dozvole
|
||||
label_current_status: Tekući status
|
||||
|
@ -528,7 +528,7 @@ bs:
|
|||
label_months_from: mjeseci od
|
||||
label_gantt: Gantt
|
||||
label_internal: Interno
|
||||
label_last_changes: "posljednjih {{count}} promjena"
|
||||
label_last_changes: "posljednjih %{count} promjena"
|
||||
label_change_view_all: Vidi sve promjene
|
||||
label_personalize_page: Personaliziraj ovu stranicu
|
||||
label_comment: Komentar
|
||||
|
@ -536,7 +536,7 @@ bs:
|
|||
label_x_comments:
|
||||
zero: bez komentara
|
||||
one: 1 komentar
|
||||
other: "{{count}} komentari"
|
||||
other: "%{count} komentari"
|
||||
label_comment_add: Dodaj komentar
|
||||
label_comment_added: Komentar je dodan
|
||||
label_comment_delete: Izbriši komentar
|
||||
|
@ -555,7 +555,7 @@ bs:
|
|||
label_yesterday: juče
|
||||
label_this_week: ova hefta
|
||||
label_last_week: zadnja hefta
|
||||
label_last_n_days: "posljednjih {{count}} dana"
|
||||
label_last_n_days: "posljednjih %{count} dana"
|
||||
label_this_month: ovaj mjesec
|
||||
label_last_month: posljednji mjesec
|
||||
label_this_year: ova godina
|
||||
|
@ -569,8 +569,8 @@ bs:
|
|||
label_repository: Repozitorij
|
||||
label_repository_plural: Repozitoriji
|
||||
label_browse: Listaj
|
||||
label_modification: "{{count}} promjena"
|
||||
label_modification_plural: "{{count}} promjene"
|
||||
label_modification: "%{count} promjena"
|
||||
label_modification_plural: "%{count} promjene"
|
||||
label_revision: Revizija
|
||||
label_revision_plural: Revizije
|
||||
label_associated_revisions: Doddjeljene revizije
|
||||
|
@ -588,8 +588,8 @@ bs:
|
|||
label_sort_lower: Pomjeri dole
|
||||
label_sort_lowest: Pomjeri na dno
|
||||
label_roadmap: Plan realizacije
|
||||
label_roadmap_due_in: "Obavezan do {{value}}"
|
||||
label_roadmap_overdue: "{{value}} kasni"
|
||||
label_roadmap_due_in: "Obavezan do %{value}"
|
||||
label_roadmap_overdue: "%{value} kasni"
|
||||
label_roadmap_no_issues: Nema aktivnosti za ovu verziju
|
||||
label_search: Traži
|
||||
label_result_plural: Rezultati
|
||||
|
@ -607,8 +607,8 @@ bs:
|
|||
label_changes_details: Detalji svih promjena
|
||||
label_issue_tracking: Evidencija aktivnosti
|
||||
label_spent_time: Utrošak vremena
|
||||
label_f_hour: "{{value}} sahat"
|
||||
label_f_hour_plural: "{{value}} sahata"
|
||||
label_f_hour: "%{value} sahat"
|
||||
label_f_hour_plural: "%{value} sahata"
|
||||
label_time_tracking: Evidencija vremena
|
||||
label_change_plural: Promjene
|
||||
label_statistics: Statistika
|
||||
|
@ -657,13 +657,13 @@ bs:
|
|||
label_date_from: Od
|
||||
label_date_to: Do
|
||||
label_language_based: Bazirano na korisnikovom jeziku
|
||||
label_sort_by: "Sortiraj po {{value}}"
|
||||
label_sort_by: "Sortiraj po %{value}"
|
||||
label_send_test_email: Pošalji testni email
|
||||
label_feeds_access_key_created_on: "RSS pristupni ključ kreiran prije {{value}} dana"
|
||||
label_feeds_access_key_created_on: "RSS pristupni ključ kreiran prije %{value} dana"
|
||||
label_module_plural: Moduli
|
||||
label_added_time_by: "Dodano od {{author}} prije {{age}}"
|
||||
label_updated_time_by: "Izmjenjeno od {{author}} prije {{age}}"
|
||||
label_updated_time: "Izmjenjeno prije {{value}}"
|
||||
label_added_time_by: "Dodano od %{author} prije %{age}"
|
||||
label_updated_time_by: "Izmjenjeno od %{author} prije %{age}"
|
||||
label_updated_time: "Izmjenjeno prije %{value}"
|
||||
label_jump_to_a_project: Skoči na projekat...
|
||||
label_file_plural: Fajlovi
|
||||
label_changeset_plural: Setovi promjena
|
||||
|
@ -679,7 +679,7 @@ bs:
|
|||
label_registration_activation_by_email: aktivacija korisničkog računa email-om
|
||||
label_registration_manual_activation: ručna aktivacija korisničkog računa
|
||||
label_registration_automatic_activation: automatska kreacija korisničkog računa
|
||||
label_display_per_page: "Po stranici: {{value}}"
|
||||
label_display_per_page: "Po stranici: %{value}"
|
||||
label_age: Starost
|
||||
label_change_properties: Promjena osobina
|
||||
label_general: Generalno
|
||||
|
@ -745,42 +745,42 @@ bs:
|
|||
text_regexp_info: npr. ^[A-Z0-9]+$
|
||||
text_min_max_length_info: 0 znači bez restrikcije
|
||||
text_project_destroy_confirmation: Sigurno želite izbrisati ovaj projekat i njegove podatke ?
|
||||
text_subprojects_destroy_warning: "Podprojekt(i): {{value}} će takođe biti izbrisani."
|
||||
text_subprojects_destroy_warning: "Podprojekt(i): %{value} će takođe biti izbrisani."
|
||||
text_workflow_edit: Odaberite ulogu i područje aktivnosti za ispravku toka promjena na aktivnosti
|
||||
text_are_you_sure: Da li ste sigurni ?
|
||||
text_tip_issue_begin_day: zadatak počinje danas
|
||||
text_tip_issue_end_day: zadatak završava danas
|
||||
text_tip_issue_begin_end_day: zadatak započinje i završava danas
|
||||
text_project_identifier_info: 'Samo mala slova (a-z), brojevi i crtice su dozvoljeni.<br />Nakon snimanja, identifikator se ne može mijenjati.'
|
||||
text_caracters_maximum: "maksimum {{count}} karaktera."
|
||||
text_caracters_minimum: "Dužina mora biti najmanje {{count}} znakova."
|
||||
text_length_between: "Broj znakova između {{min}} i {{max}}."
|
||||
text_caracters_maximum: "maksimum %{count} karaktera."
|
||||
text_caracters_minimum: "Dužina mora biti najmanje %{count} znakova."
|
||||
text_length_between: "Broj znakova između %{min} i %{max}."
|
||||
text_tracker_no_workflow: Tok statusa nije definisan za ovo područje aktivnosti
|
||||
text_unallowed_characters: Nedozvoljeni znakovi
|
||||
text_comma_separated: Višestruke vrijednosti dozvoljene (odvojiti zarezom).
|
||||
text_issues_ref_in_commit_messages: 'Referenciranje i zatvaranje aktivnosti putem "commit" poruka'
|
||||
text_issue_added: "Aktivnost {{id}} je prijavljena od {{author}}."
|
||||
text_issue_updated: "Aktivnost {{id}} je izmjenjena od {{author}}."
|
||||
text_issue_added: "Aktivnost %{id} je prijavljena od %{author}."
|
||||
text_issue_updated: "Aktivnost %{id} je izmjenjena od %{author}."
|
||||
text_wiki_destroy_confirmation: Sigurno želite izbrisati ovaj wiki i čitav njegov sadržaj ?
|
||||
text_issue_category_destroy_question: "Neke aktivnosti ({{count}}) pripadaju ovoj kategoriji. Sigurno to želite uraditi ?"
|
||||
text_issue_category_destroy_question: "Neke aktivnosti (%{count}) pripadaju ovoj kategoriji. Sigurno to želite uraditi ?"
|
||||
text_issue_category_destroy_assignments: Ukloni kategoriju
|
||||
text_issue_category_reassign_to: Ponovo dodijeli ovu kategoriju
|
||||
text_user_mail_option: "Za projekte koje niste odabrali, primićete samo notifikacije o stavkama koje pratite ili ste u njih uključeni (npr. vi ste autor ili su vama dodjeljenje)."
|
||||
text_no_configuration_data: "Uloge, područja aktivnosti, statusi aktivnosti i tok promjena statusa nisu konfigurisane.\nKrajnje je preporučeno da učitate tekuđe postavke. Kasnije ćete ih moći mjenjati po svojim potrebama."
|
||||
text_load_default_configuration: Učitaj tekuću konfiguraciju
|
||||
text_status_changed_by_changeset: "Primjenjeno u setu promjena {{value}}."
|
||||
text_status_changed_by_changeset: "Primjenjeno u setu promjena %{value}."
|
||||
text_issues_destroy_confirmation: 'Sigurno želite izbrisati odabranu/e aktivnost/i ?'
|
||||
text_select_project_modules: 'Odaberi module koje želite u ovom projektu:'
|
||||
text_default_administrator_account_changed: Tekući administratorski račun je promjenjen
|
||||
text_file_repository_writable: U direktorij sa fajlovima koji su prilozi se može pisati
|
||||
text_plugin_assets_writable: U direktorij plugin-ova se može pisati
|
||||
text_rmagick_available: RMagick je dostupan (opciono)
|
||||
text_destroy_time_entries_question: "{{hours}} sahata je prijavljeno na aktivnostima koje želite brisati. Želite li to učiniti ?"
|
||||
text_destroy_time_entries_question: "%{hours} sahata je prijavljeno na aktivnostima koje želite brisati. Želite li to učiniti ?"
|
||||
text_destroy_time_entries: Izbriši prijavljeno vrijeme
|
||||
text_assign_time_entries_to_project: Dodaj prijavljenoo vrijeme projektu
|
||||
text_reassign_time_entries: 'Preraspodjeli prijavljeno vrijeme na ovu aktivnost:'
|
||||
text_user_wrote: "{{value}} je napisao/la:"
|
||||
text_enumeration_destroy_question: "Za {{count}} objekata je dodjeljenja ova vrijednost."
|
||||
text_user_wrote: "%{value} je napisao/la:"
|
||||
text_enumeration_destroy_question: "Za %{count} objekata je dodjeljenja ova vrijednost."
|
||||
text_enumeration_category_reassign_to: 'Ponovo im dodjeli ovu vrijednost:'
|
||||
text_email_delivery_not_configured: "Email dostava nije konfiguraisana, notifikacija je onemogućena.\nKonfiguriši SMTP server u config/email.yml i restartuj aplikaciju nakon toga."
|
||||
text_repository_usernames_mapping: "Odaberi ili ispravi redmine korisnika mapiranog za svako korisničko ima nađeno u logu repozitorija.\nKorisnici sa istim imenom u redmineu i u repozitoruju se automatski mapiraju."
|
||||
|
@ -817,23 +817,23 @@ bs:
|
|||
button_annotate: Zabilježi
|
||||
button_activate: Aktiviraj
|
||||
label_sort: Sortiranje
|
||||
label_date_from_to: Od {{start}} do {{end}}
|
||||
label_date_from_to: Od %{start} do %{end}
|
||||
label_ascending: Rastuće
|
||||
label_descending: Opadajuće
|
||||
label_greater_or_equal: ">="
|
||||
label_less_or_equal: <=
|
||||
text_wiki_page_destroy_question: This page has {{descendants}} child page(s) and descendant(s). What do you want to do?
|
||||
text_wiki_page_destroy_question: This page has %{descendants} child page(s) and descendant(s). What do you want to do?
|
||||
text_wiki_page_reassign_children: Reassign child pages to this parent page
|
||||
text_wiki_page_nullify_children: Keep child pages as root pages
|
||||
text_wiki_page_destroy_children: Delete child pages and all their descendants
|
||||
setting_password_min_length: Minimum password length
|
||||
field_group_by: Group results by
|
||||
mail_subject_wiki_content_updated: "'{{id}}' wiki page has been updated"
|
||||
mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated"
|
||||
label_wiki_content_added: Wiki page added
|
||||
mail_subject_wiki_content_added: "'{{id}}' wiki page has been added"
|
||||
mail_body_wiki_content_added: The '{{id}}' wiki page has been added by {{author}}.
|
||||
mail_subject_wiki_content_added: "'%{id}' wiki page has been added"
|
||||
mail_body_wiki_content_added: The '%{id}' wiki page has been added by %{author}.
|
||||
label_wiki_content_updated: Wiki page updated
|
||||
mail_body_wiki_content_updated: The '{{id}}' wiki page has been updated by {{author}}.
|
||||
mail_body_wiki_content_updated: The '%{id}' wiki page has been updated by %{author}.
|
||||
permission_add_project: Create project
|
||||
setting_new_project_user_role_id: Role given to a non-admin user who creates a project
|
||||
label_view_all_revisions: View all revisions
|
||||
|
@ -841,14 +841,14 @@ bs:
|
|||
label_branch: Branch
|
||||
error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings.
|
||||
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
||||
text_journal_set_to: "{{label}} set to {{value}}"
|
||||
text_journal_deleted: "{{label}} deleted ({{old}})"
|
||||
text_journal_changed: "%{label} changed from %{old} to %{new}"
|
||||
text_journal_set_to: "%{label} set to %{value}"
|
||||
text_journal_deleted: "%{label} deleted (%{old})"
|
||||
label_group_plural: Groups
|
||||
label_group: Group
|
||||
label_group_new: New group
|
||||
label_time_entry_plural: Spent time
|
||||
text_journal_added: "{{label}} {{value}} added"
|
||||
text_journal_added: "%{label} %{value} added"
|
||||
field_active: Active
|
||||
enumeration_system_activity: System Activity
|
||||
permission_delete_issue_watchers: Delete watchers
|
||||
|
@ -883,9 +883,9 @@ bs:
|
|||
setting_start_of_week: Start calendars on
|
||||
permission_view_issues: View Issues
|
||||
label_display_used_statuses_only: Only display statuses that are used by this tracker
|
||||
label_revision_id: Revision {{value}}
|
||||
label_revision_id: Revision %{value}
|
||||
label_api_access_key: API access key
|
||||
label_api_access_key_created_on: API access key created {{value}} ago
|
||||
label_api_access_key_created_on: API access key created %{value} ago
|
||||
label_feeds_access_key: RSS access key
|
||||
notice_api_access_key_reseted: Your API access key was reset.
|
||||
setting_rest_api_enabled: Enable REST web service
|
||||
|
@ -912,12 +912,12 @@ bs:
|
|||
label_subtask_plural: Subtasks
|
||||
label_project_copy_notifications: Send email notifications during the project copy
|
||||
error_can_not_delete_custom_field: Unable to delete custom field
|
||||
error_unable_to_connect: Unable to connect ({{value}})
|
||||
error_unable_to_connect: Unable to connect (%{value})
|
||||
error_can_not_remove_role: This role is in use and can not be deleted.
|
||||
error_can_not_delete_tracker: This tracker contains issues and can't be deleted.
|
||||
field_principal: Principal
|
||||
label_my_page_block: My page block
|
||||
notice_failed_to_save_members: "Failed to save member(s): {{errors}}."
|
||||
notice_failed_to_save_members: "Failed to save member(s): %{errors}."
|
||||
text_zoom_out: Zoom out
|
||||
text_zoom_in: Zoom in
|
||||
notice_unable_delete_time_entry: Unable to delete time log entry.
|
||||
|
@ -925,7 +925,7 @@ bs:
|
|||
field_time_entries: Log time
|
||||
project_module_gantt: Gantt
|
||||
project_module_calendar: Calendar
|
||||
button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}"
|
||||
button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
|
||||
text_are_you_sure_with_children: Delete issue and all child issues?
|
||||
field_text: Text field
|
||||
label_user_mail_option_only_owner: Only for things I am the owner of
|
||||
|
@ -942,7 +942,7 @@ bs:
|
|||
field_visible: Visible
|
||||
setting_emails_header: Emails header
|
||||
setting_commit_logtime_activity_id: Activity for logged time
|
||||
text_time_logged_by_changeset: Applied in changeset {{value}}.
|
||||
text_time_logged_by_changeset: Applied in changeset %{value}.
|
||||
setting_commit_logtime_enabled: Enable time logging
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed ({{max}})
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
|
||||
setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
|
||||
|
|
|
@ -36,37 +36,37 @@ ca:
|
|||
half_a_minute: "mig minut"
|
||||
less_than_x_seconds:
|
||||
one: "menys d'un segon"
|
||||
other: "menys de {{count}} segons"
|
||||
other: "menys de %{count} segons"
|
||||
x_seconds:
|
||||
one: "1 segons"
|
||||
other: "{{count}} segons"
|
||||
other: "%{count} segons"
|
||||
less_than_x_minutes:
|
||||
one: "menys d'un minut"
|
||||
other: "menys de {{count}} minuts"
|
||||
other: "menys de %{count} minuts"
|
||||
x_minutes:
|
||||
one: "1 minut"
|
||||
other: "{{count}} minuts"
|
||||
other: "%{count} minuts"
|
||||
about_x_hours:
|
||||
one: "aproximadament 1 hora"
|
||||
other: "aproximadament {{count}} hores"
|
||||
other: "aproximadament %{count} hores"
|
||||
x_days:
|
||||
one: "1 dia"
|
||||
other: "{{count}} dies"
|
||||
other: "%{count} dies"
|
||||
about_x_months:
|
||||
one: "aproximadament 1 mes"
|
||||
other: "aproximadament {{count}} mesos"
|
||||
other: "aproximadament %{count} mesos"
|
||||
x_months:
|
||||
one: "1 mes"
|
||||
other: "{{count}} mesos"
|
||||
other: "%{count} mesos"
|
||||
about_x_years:
|
||||
one: "aproximadament 1 any"
|
||||
other: "aproximadament {{count}} anys"
|
||||
other: "aproximadament %{count} anys"
|
||||
over_x_years:
|
||||
one: "més d'un any"
|
||||
other: "més de {{count}} anys"
|
||||
other: "més de %{count} anys"
|
||||
almost_x_years:
|
||||
one: "almost 1 year"
|
||||
other: "almost {{count}} years"
|
||||
other: "almost %{count} years"
|
||||
|
||||
number:
|
||||
# Default format for numbers
|
||||
|
@ -112,11 +112,11 @@ ca:
|
|||
taken: "ja s'està utilitzant"
|
||||
not_a_number: "no és un número"
|
||||
not_a_date: "no és una data vàlida"
|
||||
greater_than: "ha de ser més gran que {{count}}"
|
||||
greater_than_or_equal_to: "ha de ser més gran o igual a {{count}}"
|
||||
equal_to: "ha de ser igual a {{count}}"
|
||||
less_than: "ha de ser menys que {{count}}"
|
||||
less_than_or_equal_to: "ha de ser menys o igual a {{count}}"
|
||||
greater_than: "ha de ser més gran que %{count}"
|
||||
greater_than_or_equal_to: "ha de ser més gran o igual a %{count}"
|
||||
equal_to: "ha de ser igual a %{count}"
|
||||
less_than: "ha de ser menys que %{count}"
|
||||
less_than_or_equal_to: "ha de ser menys o igual a %{count}"
|
||||
odd: "ha de ser senar"
|
||||
even: "ha de ser parell"
|
||||
greater_than_start_date: "ha de ser superior que la data inicial"
|
||||
|
@ -153,12 +153,12 @@ ca:
|
|||
notice_file_not_found: "La pàgina a la que intenteu accedir no existeix o s'ha suprimit."
|
||||
notice_locking_conflict: Un altre usuari ha actualitzat les dades.
|
||||
notice_not_authorized: No teniu permís per a accedir a aquesta pàgina.
|
||||
notice_email_sent: "S'ha enviat un correu electrònic a {{value}}"
|
||||
notice_email_error: "S'ha produït un error en enviar el correu ({{value}})"
|
||||
notice_email_sent: "S'ha enviat un correu electrònic a %{value}"
|
||||
notice_email_error: "S'ha produït un error en enviar el correu (%{value})"
|
||||
notice_feeds_access_key_reseted: "S'ha reiniciat la clau d'accés del RSS."
|
||||
notice_api_access_key_reseted: "S'ha reiniciat la clau d'accés a l'API."
|
||||
notice_failed_to_save_issues: "No s'han pogut desar %s assumptes de {{count}} seleccionats: {{ids}}."
|
||||
notice_failed_to_save_members: "No s'han pogut desar els membres: {{errors}}."
|
||||
notice_failed_to_save_issues: "No s'han pogut desar %s assumptes de %{count} seleccionats: %{ids}."
|
||||
notice_failed_to_save_members: "No s'han pogut desar els membres: %{errors}."
|
||||
notice_no_issue_selected: "No s'ha seleccionat cap assumpte. Activeu els assumptes que voleu editar."
|
||||
notice_account_pending: "S'ha creat el compte i ara està pendent de l'aprovació de l'administrador."
|
||||
notice_default_data_loaded: "S'ha carregat correctament la configuració predeterminada."
|
||||
|
@ -166,9 +166,9 @@ ca:
|
|||
notice_unable_delete_time_entry: "No s'ha pogut suprimir l'entrada del registre de temps."
|
||||
notice_issue_done_ratios_updated: "S'ha actualitzat el tant per cent dels assumptes."
|
||||
|
||||
error_can_t_load_default_data: "No s'ha pogut carregar la configuració predeterminada: {{value}} "
|
||||
error_can_t_load_default_data: "No s'ha pogut carregar la configuració predeterminada: %{value} "
|
||||
error_scm_not_found: "No s'ha trobat l'entrada o la revisió en el dipòsit."
|
||||
error_scm_command_failed: "S'ha produït un error en intentar accedir al dipòsit: {{value}}"
|
||||
error_scm_command_failed: "S'ha produït un error en intentar accedir al dipòsit: %{value}"
|
||||
error_scm_annotate: "L'entrada no existeix o no s'ha pogut anotar."
|
||||
error_issue_not_found_in_project: "No s'ha trobat l'assumpte o no pertany a aquest projecte"
|
||||
error_no_tracker_in_project: "Aquest projecte no té seguidor associat. Comproveu els paràmetres del projecte."
|
||||
|
@ -182,26 +182,26 @@ ca:
|
|||
error_workflow_copy_source: "Seleccioneu un seguidor o rol font"
|
||||
error_workflow_copy_target: "Seleccioneu seguidors i rols objectiu"
|
||||
error_unable_delete_issue_status: "No s'ha pogut suprimir l'estat de l'assumpte"
|
||||
error_unable_to_connect: "No s'ha pogut connectar ({{value}})"
|
||||
warning_attachments_not_saved: "No s'han pogut desar {{count}} fitxers."
|
||||
error_unable_to_connect: "No s'ha pogut connectar (%{value})"
|
||||
warning_attachments_not_saved: "No s'han pogut desar %{count} fitxers."
|
||||
|
||||
mail_subject_lost_password: "Contrasenya de {{value}}"
|
||||
mail_subject_lost_password: "Contrasenya de %{value}"
|
||||
mail_body_lost_password: "Per a canviar la contrasenya, feu clic en l'enllaç següent:"
|
||||
mail_subject_register: "Activació del compte de {{value}}"
|
||||
mail_subject_register: "Activació del compte de %{value}"
|
||||
mail_body_register: "Per a activar el compte, feu clic en l'enllaç següent:"
|
||||
mail_body_account_information_external: "Podeu utilitzar el compte «{{value}}» per a entrar."
|
||||
mail_body_account_information_external: "Podeu utilitzar el compte «%{value}» per a entrar."
|
||||
mail_body_account_information: Informació del compte
|
||||
mail_subject_account_activation_request: "Sol·licitud d'activació del compte de {{value}}"
|
||||
mail_body_account_activation_request: "S'ha registrat un usuari nou ({{value}}). El seu compte està pendent d'aprovació:"
|
||||
mail_subject_reminder: "{{count}} assumptes venceran els següents {{days}} dies"
|
||||
mail_body_reminder: "{{count}} assumptes que teniu assignades venceran els següents {{days}} dies:"
|
||||
mail_subject_wiki_content_added: "S'ha afegit la pàgina wiki «{{id}}»"
|
||||
mail_body_wiki_content_added: "En {{author}} ha afegit la pàgina wiki «{{id}}»."
|
||||
mail_subject_wiki_content_updated: "S'ha actualitzat la pàgina wiki «{{id}}»"
|
||||
mail_body_wiki_content_updated: "En {{author}} ha actualitzat la pàgina wiki «{{id}}»."
|
||||
mail_subject_account_activation_request: "Sol·licitud d'activació del compte de %{value}"
|
||||
mail_body_account_activation_request: "S'ha registrat un usuari nou (%{value}). El seu compte està pendent d'aprovació:"
|
||||
mail_subject_reminder: "%{count} assumptes venceran els següents %{days} dies"
|
||||
mail_body_reminder: "%{count} assumptes que teniu assignades venceran els següents %{days} dies:"
|
||||
mail_subject_wiki_content_added: "S'ha afegit la pàgina wiki «%{id}»"
|
||||
mail_body_wiki_content_added: "En %{author} ha afegit la pàgina wiki «%{id}»."
|
||||
mail_subject_wiki_content_updated: "S'ha actualitzat la pàgina wiki «%{id}»"
|
||||
mail_body_wiki_content_updated: "En %{author} ha actualitzat la pàgina wiki «%{id}»."
|
||||
|
||||
gui_validation_error: 1 error
|
||||
gui_validation_error_plural: "{{count}} errors"
|
||||
gui_validation_error_plural: "%{count} errors"
|
||||
|
||||
field_name: Nom
|
||||
field_description: Descripció
|
||||
|
@ -427,14 +427,14 @@ ca:
|
|||
label_x_projects:
|
||||
zero: cap projecte
|
||||
one: 1 projecte
|
||||
other: "{{count}} projectes"
|
||||
other: "%{count} projectes"
|
||||
label_project_all: Tots els projectes
|
||||
label_project_latest: Els últims projectes
|
||||
label_issue: Assumpte
|
||||
label_issue_new: Assumpte nou
|
||||
label_issue_plural: Assumptes
|
||||
label_issue_view_all: Visualitza tots els assumptes
|
||||
label_issues_by: "Assumptes per {{value}}"
|
||||
label_issues_by: "Assumptes per %{value}"
|
||||
label_issue_added: Assumpte afegit
|
||||
label_issue_updated: Assumpte actualitzat
|
||||
label_document: Document
|
||||
|
@ -484,7 +484,7 @@ ca:
|
|||
label_registered_on: Informat el
|
||||
label_activity: Activitat
|
||||
label_overall_activity: Activitat global
|
||||
label_user_activity: "Activitat de {{value}}"
|
||||
label_user_activity: "Activitat de %{value}"
|
||||
label_new: Nou
|
||||
label_logged_as: Heu entrat com a
|
||||
label_environment: Entorn
|
||||
|
@ -494,7 +494,7 @@ ca:
|
|||
label_auth_source_plural: "Modes d'autenticació"
|
||||
label_subproject_plural: Subprojectes
|
||||
label_subproject_new: "Subprojecte nou"
|
||||
label_and_its_subprojects: "{{value}} i els seus subprojectes"
|
||||
label_and_its_subprojects: "%{value} i els seus subprojectes"
|
||||
label_min_max_length: Longitud mín - max
|
||||
label_list: Llist
|
||||
label_date: Data
|
||||
|
@ -505,8 +505,8 @@ ca:
|
|||
label_text: Text llarg
|
||||
label_attribute: Atribut
|
||||
label_attribute_plural: Atributs
|
||||
label_download: "{{count}} baixada"
|
||||
label_download_plural: "{{count}} baixades"
|
||||
label_download: "%{count} baixada"
|
||||
label_download_plural: "%{count} baixades"
|
||||
label_no_data: Sense dades a mostrar
|
||||
label_change_status: "Canvia l'estat"
|
||||
label_history: Historial
|
||||
|
@ -538,17 +538,17 @@ ca:
|
|||
label_closed_issues: tancat
|
||||
label_closed_issues_plural: tancats
|
||||
label_x_open_issues_abbr_on_total:
|
||||
zero: 0 oberts / {{total}}
|
||||
one: 1 obert / {{total}}
|
||||
other: "{{count}} oberts / {{total}}"
|
||||
zero: 0 oberts / %{total}
|
||||
one: 1 obert / %{total}
|
||||
other: "%{count} oberts / %{total}"
|
||||
label_x_open_issues_abbr:
|
||||
zero: 0 oberts
|
||||
one: 1 obert
|
||||
other: "{{count}} oberts"
|
||||
other: "%{count} oberts"
|
||||
label_x_closed_issues_abbr:
|
||||
zero: 0 tancats
|
||||
one: 1 tancat
|
||||
other: "{{count}} tancats"
|
||||
other: "%{count} tancats"
|
||||
label_total: Total
|
||||
label_permissions: Permisos
|
||||
label_current_status: Estat actual
|
||||
|
@ -566,7 +566,7 @@ ca:
|
|||
label_months_from: mesos des de
|
||||
label_gantt: Gantt
|
||||
label_internal: Intern
|
||||
label_last_changes: "últims {{count}} canvis"
|
||||
label_last_changes: "últims %{count} canvis"
|
||||
label_change_view_all: Visualitza tots els canvis
|
||||
label_personalize_page: Personalitza aquesta pàgina
|
||||
label_comment: Comentari
|
||||
|
@ -574,7 +574,7 @@ ca:
|
|||
label_x_comments:
|
||||
zero: sense comentaris
|
||||
one: 1 comentari
|
||||
other: "{{count}} comentaris"
|
||||
other: "%{count} comentaris"
|
||||
label_comment_add: Afegeix un comentari
|
||||
label_comment_added: Comentari afegit
|
||||
label_comment_delete: Suprimeix comentaris
|
||||
|
@ -595,7 +595,7 @@ ca:
|
|||
label_yesterday: ahir
|
||||
label_this_week: aquesta setmana
|
||||
label_last_week: "l'última setmana"
|
||||
label_last_n_days: "els últims {{count}} dies"
|
||||
label_last_n_days: "els últims %{count} dies"
|
||||
label_this_month: aquest més
|
||||
label_last_month: "l'últim més"
|
||||
label_this_year: aquest any
|
||||
|
@ -609,13 +609,13 @@ ca:
|
|||
label_repository: Dipòsit
|
||||
label_repository_plural: Dipòsits
|
||||
label_browse: Navega
|
||||
label_modification: "{{count}} canvi"
|
||||
label_modification_plural: "{{count}} canvis"
|
||||
label_modification: "%{count} canvi"
|
||||
label_modification_plural: "%{count} canvis"
|
||||
label_branch: Branca
|
||||
label_tag: Etiqueta
|
||||
label_revision: Revisió
|
||||
label_revision_plural: Revisions
|
||||
label_revision_id: "Revisió {{value}}"
|
||||
label_revision_id: "Revisió %{value}"
|
||||
label_associated_revisions: Revisions associades
|
||||
label_added: afegit
|
||||
label_modified: modificat
|
||||
|
@ -632,8 +632,8 @@ ca:
|
|||
label_sort_lower: Mou cap avall
|
||||
label_sort_lowest: Mou a la part inferior
|
||||
label_roadmap: Planificació
|
||||
label_roadmap_due_in: "Venç en {{value}}"
|
||||
label_roadmap_overdue: "{{value}} tard"
|
||||
label_roadmap_due_in: "Venç en %{value}"
|
||||
label_roadmap_overdue: "%{value} tard"
|
||||
label_roadmap_no_issues: No hi ha assumptes per a aquesta versió
|
||||
label_search: Cerca
|
||||
label_result_plural: Resultats
|
||||
|
@ -652,8 +652,8 @@ ca:
|
|||
label_issue_tracking: "Seguiment d'assumptes"
|
||||
label_spent_time: Temps invertit
|
||||
label_overall_spent_time: "Temps total invertit"
|
||||
label_f_hour: "{{value}} hora"
|
||||
label_f_hour_plural: "{{value}} hores"
|
||||
label_f_hour: "%{value} hora"
|
||||
label_f_hour_plural: "%{value} hores"
|
||||
label_time_tracking: Temps de seguiment
|
||||
label_change_plural: Canvis
|
||||
label_statistics: Estadístiques
|
||||
|
@ -704,15 +704,15 @@ ca:
|
|||
label_date_from: Des de
|
||||
label_date_to: A
|
||||
label_language_based: "Basat en l'idioma de l'usuari"
|
||||
label_sort_by: "Ordena per {{value}}"
|
||||
label_sort_by: "Ordena per %{value}"
|
||||
label_send_test_email: Envia un correu electrònic de prova
|
||||
label_feeds_access_key: "Clau d'accés del RSS"
|
||||
label_missing_feeds_access_key: "Falta una clau d'accés del RSS"
|
||||
label_feeds_access_key_created_on: "Clau d'accés del RSS creada fa {{value}}"
|
||||
label_feeds_access_key_created_on: "Clau d'accés del RSS creada fa %{value}"
|
||||
label_module_plural: Mòduls
|
||||
label_added_time_by: "Afegit per {{author}} fa {{age}}"
|
||||
label_updated_time_by: "Actualitzat per {{author}} fa {{age}}"
|
||||
label_updated_time: "Actualitzat fa {{value}}"
|
||||
label_added_time_by: "Afegit per %{author} fa %{age}"
|
||||
label_updated_time_by: "Actualitzat per %{author} fa %{age}"
|
||||
label_updated_time: "Actualitzat fa %{value}"
|
||||
label_jump_to_a_project: Salta al projecte...
|
||||
label_file_plural: Fitxers
|
||||
label_changeset_plural: Conjunt de canvis
|
||||
|
@ -728,7 +728,7 @@ ca:
|
|||
label_registration_activation_by_email: activació del compte per correu electrònic
|
||||
label_registration_manual_activation: activació del compte manual
|
||||
label_registration_automatic_activation: activació del compte automàtica
|
||||
label_display_per_page: "Per pàgina: {{value}}"
|
||||
label_display_per_page: "Per pàgina: %{value}"
|
||||
label_age: Edat
|
||||
label_change_properties: Canvia les propietats
|
||||
label_general: General
|
||||
|
@ -751,7 +751,7 @@ ca:
|
|||
label_sort: Ordena
|
||||
label_ascending: Ascendent
|
||||
label_descending: Descendent
|
||||
label_date_from_to: Des de {{start}} a {{end}}
|
||||
label_date_from_to: Des de %{start} a %{end}
|
||||
label_wiki_content_added: "S'ha afegit la pàgina wiki"
|
||||
label_wiki_content_updated: "S'ha actualitzat la pàgina wiki"
|
||||
label_group: Grup
|
||||
|
@ -770,7 +770,7 @@ ca:
|
|||
label_display_used_statuses_only: "Mostra només els estats que utilitza aquest seguidor"
|
||||
label_api_access_key: "Clau d'accés a l'API"
|
||||
label_missing_api_access_key: "Falta una clau d'accés de l'API"
|
||||
label_api_access_key_created_on: "Clau d'accés de l'API creada fa {{value}}"
|
||||
label_api_access_key_created_on: "Clau d'accés de l'API creada fa %{value}"
|
||||
label_profile: Perfil
|
||||
label_subtask_plural: Subtasques
|
||||
label_project_copy_notifications: "Envia notificacions de correu electrònic durant la còpia del projecte"
|
||||
|
@ -833,53 +833,53 @@ ca:
|
|||
text_regexp_info: ex. ^[A-Z0-9]+$
|
||||
text_min_max_length_info: 0 significa sense restricció
|
||||
text_project_destroy_confirmation: Segur que voleu suprimir aquest projecte i les dades relacionades?
|
||||
text_subprojects_destroy_warning: "També seran suprimits els seus subprojectes: {{value}}."
|
||||
text_subprojects_destroy_warning: "També seran suprimits els seus subprojectes: %{value}."
|
||||
text_workflow_edit: Seleccioneu un rol i un seguidor per a editar el flux de treball
|
||||
text_are_you_sure: Segur?
|
||||
text_journal_changed: "{{label}} ha canviat de {{old}} a {{new}}"
|
||||
text_journal_set_to: "{{label}} s'ha establert a {{value}}"
|
||||
text_journal_deleted: "{{label}} s'ha suprimit ({{old}})"
|
||||
text_journal_added: "S'ha afegit {{label}} {{value}}"
|
||||
text_journal_changed: "%{label} ha canviat de %{old} a %{new}"
|
||||
text_journal_set_to: "%{label} s'ha establert a %{value}"
|
||||
text_journal_deleted: "%{label} s'ha suprimit (%{old})"
|
||||
text_journal_added: "S'ha afegit %{label} %{value}"
|
||||
text_tip_issue_begin_day: "tasca que s'inicia aquest dia"
|
||||
text_tip_issue_end_day: tasca que finalitza aquest dia
|
||||
text_tip_issue_begin_end_day: "tasca que s'inicia i finalitza aquest dia"
|
||||
text_project_identifier_info: "Es permeten lletres en minúscules (a-z), números i guions.<br />Un cop desat, l'identificador no es pot modificar."
|
||||
text_caracters_maximum: "{{count}} caràcters com a màxim."
|
||||
text_caracters_minimum: "Com a mínim ha de tenir {{count}} caràcters."
|
||||
text_length_between: "Longitud entre {{min}} i {{max}} caràcters."
|
||||
text_caracters_maximum: "%{count} caràcters com a màxim."
|
||||
text_caracters_minimum: "Com a mínim ha de tenir %{count} caràcters."
|
||||
text_length_between: "Longitud entre %{min} i %{max} caràcters."
|
||||
text_tracker_no_workflow: "No s'ha definit cap flux de treball per a aquest seguidor"
|
||||
text_unallowed_characters: Caràcters no permesos
|
||||
text_comma_separated: Es permeten valors múltiples (separats per una coma).
|
||||
text_line_separated: "Es permeten diversos valors (una línia per cada valor)."
|
||||
text_issues_ref_in_commit_messages: Referència i soluciona els assumptes en els missatges publicats
|
||||
text_issue_added: "L'assumpte {{id}} ha sigut informat per {{author}}."
|
||||
text_issue_updated: "L'assumpte {{id}} ha sigut actualitzat per {{author}}."
|
||||
text_issue_added: "L'assumpte %{id} ha sigut informat per %{author}."
|
||||
text_issue_updated: "L'assumpte %{id} ha sigut actualitzat per %{author}."
|
||||
text_wiki_destroy_confirmation: Segur que voleu suprimir aquest wiki i tots els seus continguts?
|
||||
text_issue_category_destroy_question: "Alguns assumptes ({{count}}) estan assignats a aquesta categoria. Què voleu fer?"
|
||||
text_issue_category_destroy_question: "Alguns assumptes (%{count}) estan assignats a aquesta categoria. Què voleu fer?"
|
||||
text_issue_category_destroy_assignments: Suprimeix les assignacions de la categoria
|
||||
text_issue_category_reassign_to: Torna a assignar els assumptes a aquesta categoria
|
||||
text_user_mail_option: "Per als projectes no seleccionats, només rebreu notificacions sobre les coses que vigileu o que hi esteu implicat (ex. assumptes que en sou l'autor o hi esteu assignat)."
|
||||
text_no_configuration_data: "Encara no s'han configurat els rols, seguidors, estats de l'assumpte i flux de treball.\nÉs altament recomanable que carregueu la configuració predeterminada. Podreu modificar-la un cop carregada."
|
||||
text_load_default_configuration: Carrega la configuració predeterminada
|
||||
text_status_changed_by_changeset: "Aplicat en el conjunt de canvis {{value}}."
|
||||
text_status_changed_by_changeset: "Aplicat en el conjunt de canvis %{value}."
|
||||
text_issues_destroy_confirmation: "Segur que voleu suprimir els assumptes seleccionats?"
|
||||
text_select_project_modules: "Seleccioneu els mòduls a habilitar per a aquest projecte:"
|
||||
text_default_administrator_account_changed: "S'ha canviat el compte d'administrador predeterminat"
|
||||
text_file_repository_writable: Es pot escriure en el dipòsit de fitxers
|
||||
text_plugin_assets_writable: Es pot escriure als connectors actius
|
||||
text_rmagick_available: RMagick disponible (opcional)
|
||||
text_destroy_time_entries_question: "S'han informat {{hours}} hores en els assumptes que aneu a suprimir. Què voleu fer?"
|
||||
text_destroy_time_entries_question: "S'han informat %{hours} hores en els assumptes que aneu a suprimir. Què voleu fer?"
|
||||
text_destroy_time_entries: Suprimeix les hores informades
|
||||
text_assign_time_entries_to_project: Assigna les hores informades al projecte
|
||||
text_reassign_time_entries: "Torna a assignar les hores informades a aquest assumpte:"
|
||||
text_user_wrote: "{{value}} va escriure:"
|
||||
text_enumeration_destroy_question: "{{count}} objectes estan assignats a aquest valor."
|
||||
text_user_wrote: "%{value} va escriure:"
|
||||
text_enumeration_destroy_question: "%{count} objectes estan assignats a aquest valor."
|
||||
text_enumeration_category_reassign_to: "Torna a assignar-los a aquest valor:"
|
||||
text_email_delivery_not_configured: "El lliurament per correu electrònic no està configurat i les notificacions estan inhabilitades.\nConfigureu el servidor SMTP a config/email.yml i reinicieu l'aplicació per habilitar-lo."
|
||||
text_repository_usernames_mapping: "Seleccioneu l'assignació entre els usuaris del Redmine i cada nom d'usuari trobat al dipòsit.\nEls usuaris amb el mateix nom d'usuari o correu del Redmine i del dipòsit s'assignaran automàticament."
|
||||
text_diff_truncated: "... Aquestes diferències s'han trucat perquè excedeixen la mida màxima que es pot mostrar."
|
||||
text_custom_field_possible_values_info: "Una línia per a cada valor"
|
||||
text_wiki_page_destroy_question: "Aquesta pàgina té {{descendants}} pàgines fill i descendents. Què voleu fer?"
|
||||
text_wiki_page_destroy_question: "Aquesta pàgina té %{descendants} pàgines fill i descendents. Què voleu fer?"
|
||||
text_wiki_page_nullify_children: "Deixa les pàgines fill com a pàgines arrel"
|
||||
text_wiki_page_destroy_children: "Suprimeix les pàgines fill i tots els seus descendents"
|
||||
text_wiki_page_reassign_children: "Reasigna les pàgines fill a aquesta pàgina pare"
|
||||
|
@ -914,7 +914,7 @@ ca:
|
|||
enumeration_activities: Activitats (seguidor de temps)
|
||||
enumeration_system_activity: Activitat del sistema
|
||||
|
||||
button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}"
|
||||
button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
|
||||
text_are_you_sure_with_children: Delete issue and all child issues?
|
||||
field_text: Text field
|
||||
label_user_mail_option_only_owner: Only for things I am the owner of
|
||||
|
@ -931,7 +931,7 @@ ca:
|
|||
field_visible: Visible
|
||||
setting_emails_header: Emails header
|
||||
setting_commit_logtime_activity_id: Activity for logged time
|
||||
text_time_logged_by_changeset: Applied in changeset {{value}}.
|
||||
text_time_logged_by_changeset: Applied in changeset %{value}.
|
||||
setting_commit_logtime_enabled: Enable time logging
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed ({{max}})
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
|
||||
setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
|
||||
|
|
|
@ -32,37 +32,37 @@ cs:
|
|||
half_a_minute: "půl minuty"
|
||||
less_than_x_seconds:
|
||||
one: "méně než sekunda"
|
||||
other: "méně než {{count}} sekund"
|
||||
other: "méně než %{count} sekund"
|
||||
x_seconds:
|
||||
one: "1 sekunda"
|
||||
other: "{{count}} sekund"
|
||||
other: "%{count} sekund"
|
||||
less_than_x_minutes:
|
||||
one: "méně než minuta"
|
||||
other: "méně než {{count}} minut"
|
||||
other: "méně než %{count} minut"
|
||||
x_minutes:
|
||||
one: "1 minuta"
|
||||
other: "{{count}} minut"
|
||||
other: "%{count} minut"
|
||||
about_x_hours:
|
||||
one: "asi 1 hodina"
|
||||
other: "asi {{count}} hodin"
|
||||
other: "asi %{count} hodin"
|
||||
x_days:
|
||||
one: "1 den"
|
||||
other: "{{count}} dnů"
|
||||
other: "%{count} dnů"
|
||||
about_x_months:
|
||||
one: "asi 1 měsíc"
|
||||
other: "asi {{count}} měsíců"
|
||||
other: "asi %{count} měsíců"
|
||||
x_months:
|
||||
one: "1 měsíc"
|
||||
other: "{{count}} měsíců"
|
||||
other: "%{count} měsíců"
|
||||
about_x_years:
|
||||
one: "asi 1 rok"
|
||||
other: "asi {{count}} let"
|
||||
other: "asi %{count} let"
|
||||
over_x_years:
|
||||
one: "více než 1 rok"
|
||||
other: "více než {{count}} roky"
|
||||
other: "více než %{count} roky"
|
||||
almost_x_years:
|
||||
one: "témeř 1 rok"
|
||||
other: "téměř {{count}} roky"
|
||||
other: "téměř %{count} roky"
|
||||
|
||||
number:
|
||||
format:
|
||||
|
@ -106,11 +106,11 @@ cs:
|
|||
taken: "je již použito"
|
||||
not_a_number: "není číslo"
|
||||
not_a_date: "není platné datum"
|
||||
greater_than: "musí být větší než {{count}}"
|
||||
greater_than_or_equal_to: "musí být větší nebo rovno {{count}}"
|
||||
equal_to: "musí být přesně {{count}}"
|
||||
less_than: "musí být méně než {{count}}"
|
||||
less_than_or_equal_to: "musí být méně nebo rovno {{count}}"
|
||||
greater_than: "musí být větší než %{count}"
|
||||
greater_than_or_equal_to: "musí být větší nebo rovno %{count}"
|
||||
equal_to: "musí být přesně %{count}"
|
||||
less_than: "musí být méně než %{count}"
|
||||
less_than_or_equal_to: "musí být méně nebo rovno %{count}"
|
||||
odd: "musí být liché"
|
||||
even: "musí být sudé"
|
||||
greater_than_start_date: "musí být větší než počáteční datum"
|
||||
|
@ -152,30 +152,30 @@ cs:
|
|||
notice_locking_conflict: Údaje byly změněny jiným uživatelem.
|
||||
notice_scm_error: Záznam a/nebo revize neexistuje v repozitáři.
|
||||
notice_not_authorized: Nemáte dostatečná práva pro zobrazení této stránky.
|
||||
notice_email_sent: "Na adresu {{value}} byl odeslán email"
|
||||
notice_email_error: "Při odesílání emailu nastala chyba ({{value}})"
|
||||
notice_email_sent: "Na adresu %{value} byl odeslán email"
|
||||
notice_email_error: "Při odesílání emailu nastala chyba (%{value})"
|
||||
notice_feeds_access_key_reseted: Váš klíč pro přístup k RSS byl resetován.
|
||||
notice_failed_to_save_issues: "Chyba při uložení {{count}} úkolu(ů) z {{total}} vybraných: {{ids}}."
|
||||
notice_failed_to_save_issues: "Chyba při uložení %{count} úkolu(ů) z %{total} vybraných: %{ids}."
|
||||
notice_no_issue_selected: "Nebyl zvolen žádný úkol. Prosím, zvolte úkoly, které chcete editovat"
|
||||
notice_account_pending: "Váš účet byl vytvořen, nyní čeká na schválení administrátorem."
|
||||
notice_default_data_loaded: Výchozí konfigurace úspěšně nahrána.
|
||||
|
||||
error_can_t_load_default_data: "Výchozí konfigurace nebyla nahrána: {{value}}"
|
||||
error_can_t_load_default_data: "Výchozí konfigurace nebyla nahrána: %{value}"
|
||||
error_scm_not_found: "Položka a/nebo revize neexistují v repozitáři."
|
||||
error_scm_command_failed: "Při pokusu o přístup k repozitáři došlo k chybě: {{value}}"
|
||||
error_scm_command_failed: "Při pokusu o přístup k repozitáři došlo k chybě: %{value}"
|
||||
error_issue_not_found_in_project: 'Úkol nebyl nalezen nebo nepatří k tomuto projektu'
|
||||
|
||||
mail_subject_lost_password: "Vaše heslo ({{value}})"
|
||||
mail_subject_lost_password: "Vaše heslo (%{value})"
|
||||
mail_body_lost_password: 'Pro změnu vašeho hesla klikněte na následující odkaz:'
|
||||
mail_subject_register: "Aktivace účtu ({{value}})"
|
||||
mail_subject_register: "Aktivace účtu (%{value})"
|
||||
mail_body_register: 'Pro aktivaci vašeho účtu klikněte na následující odkaz:'
|
||||
mail_body_account_information_external: "Pomocí vašeho účtu {{value}} se můžete přihlásit."
|
||||
mail_body_account_information_external: "Pomocí vašeho účtu %{value} se můžete přihlásit."
|
||||
mail_body_account_information: Informace o vašem účtu
|
||||
mail_subject_account_activation_request: "Aktivace {{value}} účtu"
|
||||
mail_body_account_activation_request: "Byl zaregistrován nový uživatel {{value}}. Aktivace jeho účtu závisí na vašem potvrzení."
|
||||
mail_subject_account_activation_request: "Aktivace %{value} účtu"
|
||||
mail_body_account_activation_request: "Byl zaregistrován nový uživatel %{value}. Aktivace jeho účtu závisí na vašem potvrzení."
|
||||
|
||||
gui_validation_error: 1 chyba
|
||||
gui_validation_error_plural: "{{count}} chyb(y)"
|
||||
gui_validation_error_plural: "%{count} chyb(y)"
|
||||
|
||||
field_name: Název
|
||||
field_description: Popis
|
||||
|
@ -310,14 +310,14 @@ cs:
|
|||
label_x_projects:
|
||||
zero: žádné projekty
|
||||
one: 1 projekt
|
||||
other: "{{count}} projekty(ů)"
|
||||
other: "%{count} projekty(ů)"
|
||||
label_project_all: Všechny projekty
|
||||
label_project_latest: Poslední projekty
|
||||
label_issue: Úkol
|
||||
label_issue_new: Nový úkol
|
||||
label_issue_plural: Úkoly
|
||||
label_issue_view_all: Všechny úkoly
|
||||
label_issues_by: "Úkoly podle {{value}}"
|
||||
label_issues_by: "Úkoly podle %{value}"
|
||||
label_issue_added: Úkol přidán
|
||||
label_issue_updated: Úkol aktualizován
|
||||
label_document: Dokument
|
||||
|
@ -383,8 +383,8 @@ cs:
|
|||
label_text: Dlouhý text
|
||||
label_attribute: Atribut
|
||||
label_attribute_plural: Atributy
|
||||
label_download: "{{count}} stažení"
|
||||
label_download_plural: "{{count}} stažení"
|
||||
label_download: "%{count} stažení"
|
||||
label_download_plural: "%{count} stažení"
|
||||
label_no_data: Žádné položky
|
||||
label_change_status: Změnit stav
|
||||
label_history: Historie
|
||||
|
@ -415,17 +415,17 @@ cs:
|
|||
label_closed_issues: uzavřený
|
||||
label_closed_issues_plural: uzavřené
|
||||
label_x_open_issues_abbr_on_total:
|
||||
zero: 0 otevřených / {{total}}
|
||||
one: 1 otevřený / {{total}}
|
||||
other: "{{count}} otevřených / {{total}}"
|
||||
zero: 0 otevřených / %{total}
|
||||
one: 1 otevřený / %{total}
|
||||
other: "%{count} otevřených / %{total}"
|
||||
label_x_open_issues_abbr:
|
||||
zero: 0 otevřených
|
||||
one: 1 otevřený
|
||||
other: "{{count}} otevřených"
|
||||
other: "%{count} otevřených"
|
||||
label_x_closed_issues_abbr:
|
||||
zero: 0 uzavřených
|
||||
one: 1 uzavřený
|
||||
other: "{{count}} uzavřených"
|
||||
other: "%{count} uzavřených"
|
||||
label_total: Celkem
|
||||
label_permissions: Práva
|
||||
label_current_status: Aktuální stav
|
||||
|
@ -443,7 +443,7 @@ cs:
|
|||
label_months_from: měsíců od
|
||||
label_gantt: Ganttův graf
|
||||
label_internal: Interní
|
||||
label_last_changes: "posledních {{count}} změn"
|
||||
label_last_changes: "posledních %{count} změn"
|
||||
label_change_view_all: Zobrazit všechny změny
|
||||
label_personalize_page: Přizpůsobit tuto stránku
|
||||
label_comment: Komentář
|
||||
|
@ -451,7 +451,7 @@ cs:
|
|||
label_x_comments:
|
||||
zero: žádné komentáře
|
||||
one: 1 komentář
|
||||
other: "{{count}} komentářů"
|
||||
other: "%{count} komentářů"
|
||||
label_comment_add: Přidat komentáře
|
||||
label_comment_added: Komentář přidán
|
||||
label_comment_delete: Odstranit komentář
|
||||
|
@ -470,7 +470,7 @@ cs:
|
|||
label_yesterday: včera
|
||||
label_this_week: tento týden
|
||||
label_last_week: minulý týden
|
||||
label_last_n_days: "posledních {{count}} dnů"
|
||||
label_last_n_days: "posledních %{count} dnů"
|
||||
label_this_month: tento měsíc
|
||||
label_last_month: minulý měsíc
|
||||
label_this_year: tento rok
|
||||
|
@ -484,8 +484,8 @@ cs:
|
|||
label_repository: Repozitář
|
||||
label_repository_plural: Repozitáře
|
||||
label_browse: Procházet
|
||||
label_modification: "{{count}} změna"
|
||||
label_modification_plural: "{{count}} změn"
|
||||
label_modification: "%{count} změna"
|
||||
label_modification_plural: "%{count} změn"
|
||||
label_revision: Revize
|
||||
label_revision_plural: Revizí
|
||||
label_associated_revisions: Související verze
|
||||
|
@ -501,8 +501,8 @@ cs:
|
|||
label_sort_lower: Přesunout dolů
|
||||
label_sort_lowest: Přesunout na konec
|
||||
label_roadmap: Plán
|
||||
label_roadmap_due_in: "Zbývá {{value}}"
|
||||
label_roadmap_overdue: "{{value}} pozdě"
|
||||
label_roadmap_due_in: "Zbývá %{value}"
|
||||
label_roadmap_overdue: "%{value} pozdě"
|
||||
label_roadmap_no_issues: Pro tuto verzi nejsou žádné úkoly
|
||||
label_search: Hledat
|
||||
label_result_plural: Výsledky
|
||||
|
@ -520,8 +520,8 @@ cs:
|
|||
label_changes_details: Detail všech změn
|
||||
label_issue_tracking: Sledování úkolů
|
||||
label_spent_time: Strávený čas
|
||||
label_f_hour: "{{value}} hodina"
|
||||
label_f_hour_plural: "{{value}} hodin"
|
||||
label_f_hour: "%{value} hodina"
|
||||
label_f_hour_plural: "%{value} hodin"
|
||||
label_time_tracking: Sledování času
|
||||
label_change_plural: Změny
|
||||
label_statistics: Statistiky
|
||||
|
@ -569,12 +569,12 @@ cs:
|
|||
label_date_from: Od
|
||||
label_date_to: Do
|
||||
label_language_based: Podle výchozího jazyku
|
||||
label_sort_by: "Seřadit podle {{value}}"
|
||||
label_sort_by: "Seřadit podle %{value}"
|
||||
label_send_test_email: Poslat testovací email
|
||||
label_feeds_access_key_created_on: "Přístupový klíč pro RSS byl vytvořen před {{value}}"
|
||||
label_feeds_access_key_created_on: "Přístupový klíč pro RSS byl vytvořen před %{value}"
|
||||
label_module_plural: Moduly
|
||||
label_added_time_by: "Přidáno uživatelem {{author}} před {{age}}"
|
||||
label_updated_time: "Aktualizováno před {{value}}"
|
||||
label_added_time_by: "Přidáno uživatelem %{author} před %{age}"
|
||||
label_updated_time: "Aktualizováno před %{value}"
|
||||
label_jump_to_a_project: Vyberte projekt...
|
||||
label_file_plural: Soubory
|
||||
label_changeset_plural: Changesety
|
||||
|
@ -590,7 +590,7 @@ cs:
|
|||
label_registration_activation_by_email: aktivace účtu emailem
|
||||
label_registration_manual_activation: manuální aktivace účtu
|
||||
label_registration_automatic_activation: automatická aktivace účtu
|
||||
label_display_per_page: "{{value}} na stránku"
|
||||
label_display_per_page: "%{value} na stránku"
|
||||
label_age: Věk
|
||||
label_change_properties: Změnit vlastnosti
|
||||
label_general: Obecné
|
||||
|
@ -657,29 +657,29 @@ cs:
|
|||
text_tip_issue_end_day: úkol končí v tento den
|
||||
text_tip_issue_begin_end_day: úkol začíná a končí v tento den
|
||||
text_project_identifier_info: 'Jsou povolena malá písmena (a-z), čísla a pomlčky.<br />Po uložení již není možné identifikátor změnit.'
|
||||
text_caracters_maximum: "{{count}} znaků maximálně."
|
||||
text_caracters_minimum: "Musí být alespoň {{count}} znaků dlouhé."
|
||||
text_length_between: "Délka mezi {{min}} a {{max}} znaky."
|
||||
text_caracters_maximum: "%{count} znaků maximálně."
|
||||
text_caracters_minimum: "Musí být alespoň %{count} znaků dlouhé."
|
||||
text_length_between: "Délka mezi %{min} a %{max} znaky."
|
||||
text_tracker_no_workflow: Pro tuto frontu není definován žádný průběh práce
|
||||
text_unallowed_characters: Nepovolené znaky
|
||||
text_comma_separated: Povoleno více hodnot (oddělěné čárkou).
|
||||
text_issues_ref_in_commit_messages: Odkazování a opravování úkolů ve zprávách commitů
|
||||
text_issue_added: "Úkol {{id}} byl vytvořen uživatelem {{author}}."
|
||||
text_issue_updated: "Úkol {{id}} byl aktualizován uživatelem {{author}}."
|
||||
text_issue_added: "Úkol %{id} byl vytvořen uživatelem %{author}."
|
||||
text_issue_updated: "Úkol %{id} byl aktualizován uživatelem %{author}."
|
||||
text_wiki_destroy_confirmation: Opravdu si přejete odstranit tuto Wiki a celý její obsah?
|
||||
text_issue_category_destroy_question: "Některé úkoly ({{count}}) jsou přiřazeny k této kategorii. Co s nimi chtete udělat?"
|
||||
text_issue_category_destroy_question: "Některé úkoly (%{count}) jsou přiřazeny k této kategorii. Co s nimi chtete udělat?"
|
||||
text_issue_category_destroy_assignments: Zrušit přiřazení ke kategorii
|
||||
text_issue_category_reassign_to: Přiřadit úkoly do této kategorie
|
||||
text_user_mail_option: "U projektů, které nebyly vybrány, budete dostávat oznámení pouze o vašich či o sledovaných položkách (např. o položkách jejichž jste autor nebo ke kterým jste přiřazen(a))."
|
||||
text_no_configuration_data: "Role, fronty, stavy úkolů ani průběh práce nebyly zatím nakonfigurovány.\nVelice doporučujeme nahrát výchozí konfiguraci. Po té si můžete vše upravit"
|
||||
text_load_default_configuration: Nahrát výchozí konfiguraci
|
||||
text_status_changed_by_changeset: "Použito v changesetu {{value}}."
|
||||
text_status_changed_by_changeset: "Použito v changesetu %{value}."
|
||||
text_issues_destroy_confirmation: 'Opravdu si přejete odstranit všechny zvolené úkoly?'
|
||||
text_select_project_modules: 'Aktivní moduly v tomto projektu:'
|
||||
text_default_administrator_account_changed: Výchozí nastavení administrátorského účtu změněno
|
||||
text_file_repository_writable: Povolen zápis do adresáře ukládání souborů
|
||||
text_rmagick_available: RMagick k dispozici (volitelné)
|
||||
text_destroy_time_entries_question: "U úkolů, které chcete odstranit je evidováno {{hours}} práce. Co chete udělat?"
|
||||
text_destroy_time_entries_question: "U úkolů, které chcete odstranit je evidováno %{hours} práce. Co chete udělat?"
|
||||
text_destroy_time_entries: Odstranit evidované hodiny.
|
||||
text_assign_time_entries_to_project: Přiřadit evidované hodiny projektu
|
||||
text_reassign_time_entries: 'Přeřadit evidované hodiny k tomuto úkolu:'
|
||||
|
@ -711,15 +711,15 @@ cs:
|
|||
enumeration_activities: Aktivity (sledování času)
|
||||
error_scm_annotate: "Položka neexistuje nebo nemůže být komentována."
|
||||
label_planning: Plánování
|
||||
text_subprojects_destroy_warning: "Jeho podprojek(y): {{value}} budou také smazány."
|
||||
label_and_its_subprojects: "{{value}} a jeho podprojekty"
|
||||
mail_body_reminder: "{{count}} úkol(ů), které máte přiřazeny má termín během několik dní ({{days}}):"
|
||||
mail_subject_reminder: "{{count}} úkol(ů) má termín během několik dní ({{days}})"
|
||||
text_user_wrote: "{{value}} napsal:"
|
||||
text_subprojects_destroy_warning: "Jeho podprojek(y): %{value} budou také smazány."
|
||||
label_and_its_subprojects: "%{value} a jeho podprojekty"
|
||||
mail_body_reminder: "%{count} úkol(ů), které máte přiřazeny má termín během několik dní (%{days}):"
|
||||
mail_subject_reminder: "%{count} úkol(ů) má termín během několik dní (%{days})"
|
||||
text_user_wrote: "%{value} napsal:"
|
||||
label_duplicated_by: duplikováno od
|
||||
setting_enabled_scm: Povolené SCM
|
||||
text_enumeration_category_reassign_to: 'Přeřadit je do této:'
|
||||
text_enumeration_destroy_question: "Několik ({{count}}) objektů je přiřazeno k této hodnotě."
|
||||
text_enumeration_destroy_question: "Několik (%{count}) objektů je přiřazeno k této hodnotě."
|
||||
label_incoming_emails: Příchozí e-maily
|
||||
label_generate_key: Generovat klíč
|
||||
setting_mail_handler_api_enabled: Povolit WS pro příchozí e-maily
|
||||
|
@ -785,12 +785,12 @@ cs:
|
|||
text_repository_usernames_mapping: "Vybrat nebo upravit mapování mezi Redmine uživateli a uživatelskými jmény nalezenými v logu repozitáře.\nUživatelé se shodným Redmine uživatelským jménem a uživatelským jménem v repozitáři jsou mapovaní automaticky."
|
||||
permission_edit_own_messages: Upravit vlastní zprávy
|
||||
permission_delete_own_messages: Smazat vlastní zprávy
|
||||
label_user_activity: "Aktivita uživatele: {{value}}"
|
||||
label_updated_time_by: "Akutualizováno: {{author}} před: {{age}}"
|
||||
label_user_activity: "Aktivita uživatele: %{value}"
|
||||
label_updated_time_by: "Akutualizováno: %{author} před: %{age}"
|
||||
text_diff_truncated: '... Rozdílový soubor je zkrácen, protože jeho délka přesahuje max. limit.'
|
||||
setting_diff_max_lines_displayed: Maximální počet zobrazenách řádků rozdílů
|
||||
text_plugin_assets_writable: Možnost zápisu do adresáře plugin assets
|
||||
warning_attachments_not_saved: "{{count}} soubor(ů) nebylo možné uložit."
|
||||
warning_attachments_not_saved: "%{count} soubor(ů) nebylo možné uložit."
|
||||
button_create_and_continue: Vytvořit a pokračovat
|
||||
text_custom_field_possible_values_info: 'Každá hodnota na novém řádku'
|
||||
label_display: Zobrazit
|
||||
|
@ -805,21 +805,21 @@ cs:
|
|||
label_descending: Sestupně
|
||||
label_sort: Řazení
|
||||
label_ascending: Vzestupně
|
||||
label_date_from_to: Od {{start}} do {{end}}
|
||||
label_date_from_to: Od %{start} do %{end}
|
||||
label_greater_or_equal: ">="
|
||||
label_less_or_equal: <=
|
||||
text_wiki_page_destroy_question: Tato stránka má {{descendants}} podstránek a potomků. Co chcete udělat?
|
||||
text_wiki_page_destroy_question: Tato stránka má %{descendants} podstránek a potomků. Co chcete udělat?
|
||||
text_wiki_page_reassign_children: Přiřadit podstránky k tomuto rodiči
|
||||
text_wiki_page_nullify_children: Ponechat podstránky jako kořenové stránky
|
||||
text_wiki_page_destroy_children: Smazat podstránky a všechny jejich potomky
|
||||
setting_password_min_length: Minimální délka hesla
|
||||
field_group_by: Seskupovat výsledky podle
|
||||
mail_subject_wiki_content_updated: "'{{id}}' Wiki stránka byla aktualizována"
|
||||
mail_subject_wiki_content_updated: "'%{id}' Wiki stránka byla aktualizována"
|
||||
label_wiki_content_added: Wiki stránka přidána
|
||||
mail_subject_wiki_content_added: "'{{id}}' Wiki stránka byla přidána"
|
||||
mail_body_wiki_content_added: "'{{id}}' Wiki stránka byla přidána od {{author}}."
|
||||
mail_subject_wiki_content_added: "'%{id}' Wiki stránka byla přidána"
|
||||
mail_body_wiki_content_added: "'%{id}' Wiki stránka byla přidána od %{author}."
|
||||
label_wiki_content_updated: Wiki stránka aktualizována
|
||||
mail_body_wiki_content_updated: "'{{id}}' Wiki stránka byla aktualizována od {{author}}."
|
||||
mail_body_wiki_content_updated: "'%{id}' Wiki stránka byla aktualizována od %{author}."
|
||||
permission_add_project: Vytvořit projekt
|
||||
setting_new_project_user_role_id: Role přiřazená uživateli bez práv administrátora, který projekt vytvořil
|
||||
label_view_all_revisions: Zobrazit všechny revize
|
||||
|
@ -827,14 +827,14 @@ cs:
|
|||
label_branch: Branch
|
||||
error_no_tracker_in_project: Žádná fronta nebyla přiřazena tomuto projektu. Prosím zkontroluje nastavení projektu.
|
||||
error_no_default_issue_status: Není nastaven výchozí stav úkolu. Prosím zkontrolujte nastavení ("Administrace -> Stavy úkolů").
|
||||
text_journal_changed: "{{label}} změněn z {{old}} na {{new}}"
|
||||
text_journal_set_to: "{{label}} nastaven na {{value}}"
|
||||
text_journal_deleted: "{{label}} smazán ({{old}})"
|
||||
text_journal_changed: "%{label} změněn z %{old} na %{new}"
|
||||
text_journal_set_to: "%{label} nastaven na %{value}"
|
||||
text_journal_deleted: "%{label} smazán (%{old})"
|
||||
label_group_plural: Skupiny
|
||||
label_group: Skupina
|
||||
label_group_new: Nová skupina
|
||||
label_time_entry_plural: Strávený čas
|
||||
text_journal_added: "{{label}} {{value}} přidán"
|
||||
text_journal_added: "%{label} %{value} přidán"
|
||||
field_active: Aktivní
|
||||
enumeration_system_activity: Systémová aktivita
|
||||
permission_delete_issue_watchers: Smazat přihlížející
|
||||
|
@ -869,9 +869,9 @@ cs:
|
|||
setting_start_of_week: Začínat kalendáře
|
||||
permission_view_issues: Zobrazit úkoly
|
||||
label_display_used_statuses_only: Zobrazit pouze stavy které jsou použité touto frontou
|
||||
label_revision_id: Revize {{value}}
|
||||
label_revision_id: Revize %{value}
|
||||
label_api_access_key: API přístupový klíč
|
||||
label_api_access_key_created_on: API přístupový klíč vytvořen {{value}}
|
||||
label_api_access_key_created_on: API přístupový klíč vytvořen %{value}
|
||||
label_feeds_access_key: RSS přístupový klíč
|
||||
notice_api_access_key_reseted: Váš API přístupový klíč byl resetován.
|
||||
setting_rest_api_enabled: Zapnout službu REST
|
||||
|
@ -898,12 +898,12 @@ cs:
|
|||
label_subtask_plural: Podúkol
|
||||
label_project_copy_notifications: Odeslat email oznámení v průběhu kopie projektu
|
||||
error_can_not_delete_custom_field: Nelze smazat volitelné pole
|
||||
error_unable_to_connect: Nelze se připojit ({{value}})
|
||||
error_unable_to_connect: Nelze se připojit (%{value})
|
||||
error_can_not_remove_role: Tato role je právě používaná a nelze ji smazat.
|
||||
error_can_not_delete_tracker: Tato fronta obsahuje úkoly a nemůže být smazán.
|
||||
field_principal: Hlavní
|
||||
label_my_page_block: Bloky na mé stránce
|
||||
notice_failed_to_save_members: "Nepodařilo se uložit člena(y): {{errors}}."
|
||||
notice_failed_to_save_members: "Nepodařilo se uložit člena(y): %{errors}."
|
||||
text_zoom_out: Oddálit
|
||||
text_zoom_in: Přiblížit
|
||||
notice_unable_delete_time_entry: Nelze smazat čas ze záznamu.
|
||||
|
@ -911,7 +911,7 @@ cs:
|
|||
field_time_entries: Zaznamenaný čas
|
||||
project_module_gantt: Gantt
|
||||
project_module_calendar: Kalendář
|
||||
button_edit_associated_wikipage: "Upravit přiřazenou Wiki stránku: {{page_title}}"
|
||||
button_edit_associated_wikipage: "Upravit přiřazenou Wiki stránku: %{page_title}"
|
||||
text_are_you_sure_with_children: Smazat úkol včetně všech podúkolů?
|
||||
field_text: Textové pole
|
||||
label_user_mail_option_only_owner: Only for things I am the owner of
|
||||
|
@ -928,7 +928,7 @@ cs:
|
|||
field_visible: Visible
|
||||
setting_emails_header: Emails header
|
||||
setting_commit_logtime_activity_id: Activity for logged time
|
||||
text_time_logged_by_changeset: Applied in changeset {{value}}.
|
||||
text_time_logged_by_changeset: Applied in changeset %{value}.
|
||||
setting_commit_logtime_enabled: Enable time logging
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed ({{max}})
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
|
||||
setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
|
||||
|
|
|
@ -35,37 +35,37 @@ da:
|
|||
half_a_minute: "et halvt minut"
|
||||
less_than_x_seconds:
|
||||
one: "mindre end et sekund"
|
||||
other: "mindre end {{count}} sekunder"
|
||||
other: "mindre end %{count} sekunder"
|
||||
x_seconds:
|
||||
one: "et sekund"
|
||||
other: "{{count}} sekunder"
|
||||
other: "%{count} sekunder"
|
||||
less_than_x_minutes:
|
||||
one: "mindre end et minut"
|
||||
other: "mindre end {{count}} minutter"
|
||||
other: "mindre end %{count} minutter"
|
||||
x_minutes:
|
||||
one: "et minut"
|
||||
other: "{{count}} minutter"
|
||||
other: "%{count} minutter"
|
||||
about_x_hours:
|
||||
one: "cirka en time"
|
||||
other: "cirka {{count}} timer"
|
||||
other: "cirka %{count} timer"
|
||||
x_days:
|
||||
one: "en dag"
|
||||
other: "{{count}} dage"
|
||||
other: "%{count} dage"
|
||||
about_x_months:
|
||||
one: "cirka en måned"
|
||||
other: "cirka {{count}} måneder"
|
||||
other: "cirka %{count} måneder"
|
||||
x_months:
|
||||
one: "en måned"
|
||||
other: "{{count}} måneder"
|
||||
other: "%{count} måneder"
|
||||
about_x_years:
|
||||
one: "cirka et år"
|
||||
other: "cirka {{count}} år"
|
||||
other: "cirka %{count} år"
|
||||
over_x_years:
|
||||
one: "mere end et år"
|
||||
other: "mere end {{count}} år"
|
||||
other: "mere end %{count} år"
|
||||
almost_x_years:
|
||||
one: "næsten 1 år"
|
||||
other: "næsten {{count}} år"
|
||||
other: "næsten %{count} år"
|
||||
|
||||
number:
|
||||
format:
|
||||
|
@ -115,16 +115,16 @@ da:
|
|||
accepted: "skal accepteres"
|
||||
empty: "må ikke udelades"
|
||||
blank: "skal udfyldes"
|
||||
too_long: "er for lang (højst {{count}} tegn)"
|
||||
too_short: "er for kort (mindst {{count}} tegn)"
|
||||
wrong_length: "har forkert længde (skulle være {{count}} tegn)"
|
||||
too_long: "er for lang (højst %{count} tegn)"
|
||||
too_short: "er for kort (mindst %{count} tegn)"
|
||||
wrong_length: "har forkert længde (skulle være %{count} tegn)"
|
||||
taken: "er allerede anvendt"
|
||||
not_a_number: "er ikke et tal"
|
||||
greater_than: "skal være større end {{count}}"
|
||||
greater_than_or_equal_to: "skal være større end eller lig med {{count}}"
|
||||
equal_to: "skal være lig med {{count}}"
|
||||
less_than: "skal være mindre end {{count}}"
|
||||
less_than_or_equal_to: "skal være mindre end eller lig med {{count}}"
|
||||
greater_than: "skal være større end %{count}"
|
||||
greater_than_or_equal_to: "skal være større end eller lig med %{count}"
|
||||
equal_to: "skal være lig med %{count}"
|
||||
less_than: "skal være mindre end %{count}"
|
||||
less_than_or_equal_to: "skal være mindre end eller lig med %{count}"
|
||||
odd: "skal være ulige"
|
||||
even: "skal være lige"
|
||||
greater_than_start_date: "skal være senere end startdatoen"
|
||||
|
@ -134,8 +134,8 @@ da:
|
|||
|
||||
template:
|
||||
header:
|
||||
one: "En fejl forhindrede {{model}} i at blive gemt"
|
||||
other: "{{count}} fejl forhindrede denne {{model}} i at blive gemt"
|
||||
one: "En fejl forhindrede %{model} i at blive gemt"
|
||||
other: "%{count} fejl forhindrede denne %{model} i at blive gemt"
|
||||
body: "Der var problemer med følgende felter:"
|
||||
|
||||
actionview_instancetag_blank_option: Vælg venligst
|
||||
|
@ -166,29 +166,29 @@ da:
|
|||
notice_file_not_found: Siden du forsøger at tilgå eksisterer ikke eller er blevet fjernet.
|
||||
notice_locking_conflict: Data er opdateret af en anden bruger.
|
||||
notice_not_authorized: Du har ikke adgang til denne side.
|
||||
notice_email_sent: "En email er sendt til {{value}}"
|
||||
notice_email_error: "En fejl opstod under afsendelse af email ({{value}})"
|
||||
notice_email_sent: "En email er sendt til %{value}"
|
||||
notice_email_error: "En fejl opstod under afsendelse af email (%{value})"
|
||||
notice_feeds_access_key_reseted: Din adgangsnøgle til RSS er nulstillet.
|
||||
notice_failed_to_save_issues: "Det mislykkedes at gemme {{count}} sage(r) på {{total}} valgt: {{ids}}."
|
||||
notice_failed_to_save_issues: "Det mislykkedes at gemme %{count} sage(r) på %{total} valgt: %{ids}."
|
||||
notice_no_issue_selected: "Ingen sag er valgt! Vælg venligst hvilke emner du vil rette."
|
||||
notice_account_pending: "Din konto er oprettet, og afventer administrators godkendelse."
|
||||
notice_default_data_loaded: Standardopsætningen er indlæst.
|
||||
|
||||
error_can_t_load_default_data: "Standardopsætning kunne ikke indlæses: {{value}}"
|
||||
error_can_t_load_default_data: "Standardopsætning kunne ikke indlæses: %{value}"
|
||||
error_scm_not_found: "Adgang nægtet og/eller revision blev ikke fundet i det valgte repository."
|
||||
error_scm_command_failed: "En fejl opstod under forbindelsen til det valgte repository: {{value}}"
|
||||
error_scm_command_failed: "En fejl opstod under forbindelsen til det valgte repository: %{value}"
|
||||
|
||||
mail_subject_lost_password: "Dit {{value}} kodeord"
|
||||
mail_subject_lost_password: "Dit %{value} kodeord"
|
||||
mail_body_lost_password: 'For at ændre dit kodeord, klik på dette link:'
|
||||
mail_subject_register: "{{value}} kontoaktivering"
|
||||
mail_subject_register: "%{value} kontoaktivering"
|
||||
mail_body_register: 'Klik på dette link for at aktivere din konto:'
|
||||
mail_body_account_information_external: "Du kan bruge din {{value}} konto til at logge ind."
|
||||
mail_body_account_information_external: "Du kan bruge din %{value} konto til at logge ind."
|
||||
mail_body_account_information: Din kontoinformation
|
||||
mail_subject_account_activation_request: "{{value}} kontoaktivering"
|
||||
mail_body_account_activation_request: "En ny bruger ({{value}}) er registreret. Godkend venligst kontoen:"
|
||||
mail_subject_account_activation_request: "%{value} kontoaktivering"
|
||||
mail_body_account_activation_request: "En ny bruger (%{value}) er registreret. Godkend venligst kontoen:"
|
||||
|
||||
gui_validation_error: 1 fejl
|
||||
gui_validation_error_plural: "{{count}} fejl"
|
||||
gui_validation_error_plural: "%{count} fejl"
|
||||
|
||||
field_name: Navn
|
||||
field_description: Beskrivelse
|
||||
|
@ -318,14 +318,14 @@ da:
|
|||
label_x_projects:
|
||||
zero: Ingen projekter
|
||||
one: 1 projekt
|
||||
other: "{{count}} projekter"
|
||||
other: "%{count} projekter"
|
||||
label_project_all: Alle projekter
|
||||
label_project_latest: Seneste projekter
|
||||
label_issue: Sag
|
||||
label_issue_new: Opret sag
|
||||
label_issue_plural: Sager
|
||||
label_issue_view_all: Vis alle sager
|
||||
label_issues_by: "Sager fra {{value}}"
|
||||
label_issues_by: "Sager fra %{value}"
|
||||
label_issue_added: Sagen er oprettet
|
||||
label_issue_updated: Sagen er opdateret
|
||||
label_document: Dokument
|
||||
|
@ -390,8 +390,8 @@ da:
|
|||
label_text: Lang tekst
|
||||
label_attribute: Attribut
|
||||
label_attribute_plural: Attributter
|
||||
label_download: "{{count}} Download"
|
||||
label_download_plural: "{{count}} Downloads"
|
||||
label_download: "%{count} Download"
|
||||
label_download_plural: "%{count} Downloads"
|
||||
label_no_data: Ingen data at vise
|
||||
label_change_status: Ændringsstatus
|
||||
label_history: Historik
|
||||
|
@ -422,17 +422,17 @@ da:
|
|||
label_closed_issues: lukket
|
||||
label_closed_issues_plural: lukkede
|
||||
label_x_open_issues_abbr_on_total:
|
||||
zero: 0 åbne / {{total}}
|
||||
one: 1 åben / {{total}}
|
||||
other: "{{count}} åbne / {{total}}"
|
||||
zero: 0 åbne / %{total}
|
||||
one: 1 åben / %{total}
|
||||
other: "%{count} åbne / %{total}"
|
||||
label_x_open_issues_abbr:
|
||||
zero: 0 åbne
|
||||
one: 1 åben
|
||||
other: "{{count}} åbne"
|
||||
other: "%{count} åbne"
|
||||
label_x_closed_issues_abbr:
|
||||
zero: 0 lukkede
|
||||
one: 1 lukket
|
||||
other: "{{count}} lukkede"
|
||||
other: "%{count} lukkede"
|
||||
label_total: Total
|
||||
label_permissions: Rettigheder
|
||||
label_current_status: Nuværende status
|
||||
|
@ -450,7 +450,7 @@ da:
|
|||
label_months_from: måneder frem
|
||||
label_gantt: Gantt
|
||||
label_internal: Intern
|
||||
label_last_changes: "sidste {{count}} ændringer"
|
||||
label_last_changes: "sidste %{count} ændringer"
|
||||
label_change_view_all: Vis alle ændringer
|
||||
label_personalize_page: Tilret denne side
|
||||
label_comment: Kommentar
|
||||
|
@ -458,7 +458,7 @@ da:
|
|||
label_x_comments:
|
||||
zero: ingen kommentarer
|
||||
one: 1 kommentar
|
||||
other: "{{count}} kommentarer"
|
||||
other: "%{count} kommentarer"
|
||||
label_comment_add: Tilføj en kommentar
|
||||
label_comment_added: Kommentaren er tilføjet
|
||||
label_comment_delete: Slet kommentar
|
||||
|
@ -477,7 +477,7 @@ da:
|
|||
label_yesterday: i går
|
||||
label_this_week: denne uge
|
||||
label_last_week: sidste uge
|
||||
label_last_n_days: "sidste {{count}} dage"
|
||||
label_last_n_days: "sidste %{count} dage"
|
||||
label_this_month: denne måned
|
||||
label_last_month: sidste måned
|
||||
label_this_year: dette år
|
||||
|
@ -491,8 +491,8 @@ da:
|
|||
label_repository: Repository
|
||||
label_repository_plural: Repositories
|
||||
label_browse: Gennemse
|
||||
label_modification: "{{count}} ændring"
|
||||
label_modification_plural: "{{count}} ændringer"
|
||||
label_modification: "%{count} ændring"
|
||||
label_modification_plural: "%{count} ændringer"
|
||||
label_revision: Revision
|
||||
label_revision_plural: Revisioner
|
||||
label_associated_revisions: Tilnyttede revisioner
|
||||
|
@ -509,7 +509,7 @@ da:
|
|||
label_sort_lowest: Flyt til bunden
|
||||
label_roadmap: Roadmap
|
||||
label_roadmap_due_in: Deadline
|
||||
label_roadmap_overdue: "{{value}} forsinket"
|
||||
label_roadmap_overdue: "%{value} forsinket"
|
||||
label_roadmap_no_issues: Ingen sager i denne version
|
||||
label_search: Søg
|
||||
label_result_plural: Resultater
|
||||
|
@ -527,8 +527,8 @@ da:
|
|||
label_changes_details: Detaljer for alle ændringer
|
||||
label_issue_tracking: Sags søgning
|
||||
label_spent_time: Anvendt tid
|
||||
label_f_hour: "{{value}} time"
|
||||
label_f_hour_plural: "{{value}} timer"
|
||||
label_f_hour: "%{value} time"
|
||||
label_f_hour_plural: "%{value} timer"
|
||||
label_time_tracking: Tidsstyring
|
||||
label_change_plural: Ændringer
|
||||
label_statistics: Statistik
|
||||
|
@ -576,12 +576,12 @@ da:
|
|||
label_date_from: Fra
|
||||
label_date_to: Til
|
||||
label_language_based: Baseret på brugerens sprog
|
||||
label_sort_by: "Sortér efter {{value}}"
|
||||
label_sort_by: "Sortér efter %{value}"
|
||||
label_send_test_email: Send en test email
|
||||
label_feeds_access_key_created_on: "RSS adgangsnøgle dannet for {{value}} siden"
|
||||
label_feeds_access_key_created_on: "RSS adgangsnøgle dannet for %{value} siden"
|
||||
label_module_plural: Moduler
|
||||
label_added_time_by: "Tilføjet af {{author}} for {{age}} siden"
|
||||
label_updated_time: "Opdateret for {{value}} siden"
|
||||
label_added_time_by: "Tilføjet af %{author} for %{age} siden"
|
||||
label_updated_time: "Opdateret for %{value} siden"
|
||||
label_jump_to_a_project: Skift til projekt...
|
||||
label_file_plural: Filer
|
||||
label_changeset_plural: Ændringer
|
||||
|
@ -597,7 +597,7 @@ da:
|
|||
label_registration_activation_by_email: kontoaktivering på email
|
||||
label_registration_manual_activation: manuel kontoaktivering
|
||||
label_registration_automatic_activation: automatisk kontoaktivering
|
||||
label_display_per_page: "Per side: {{value}}"
|
||||
label_display_per_page: "Per side: %{value}"
|
||||
label_age: Alder
|
||||
label_change_properties: Ændre indstillinger
|
||||
label_general: Generelt
|
||||
|
@ -659,23 +659,23 @@ da:
|
|||
text_tip_issue_end_day: opaven slutter denne dag
|
||||
text_tip_issue_begin_end_day: opgaven begynder og slutter denne dag
|
||||
text_project_identifier_info: 'Små bogstaver (a-z), numre og bindestreg er tilladt.<br />Denne er en unik identifikation for projektet, og kan defor ikke rettes senere.'
|
||||
text_caracters_maximum: "max {{count}} karakterer."
|
||||
text_caracters_minimum: "Skal være mindst {{count}} karakterer lang."
|
||||
text_length_between: "Længde skal være mellem {{min}} og {{max}} karakterer."
|
||||
text_caracters_maximum: "max %{count} karakterer."
|
||||
text_caracters_minimum: "Skal være mindst %{count} karakterer lang."
|
||||
text_length_between: "Længde skal være mellem %{min} og %{max} karakterer."
|
||||
text_tracker_no_workflow: Ingen arbejdsgang defineret for denne type
|
||||
text_unallowed_characters: Ikke-tilladte karakterer
|
||||
text_comma_separated: Adskillige værdier tilladt (adskilt med komma).
|
||||
text_issues_ref_in_commit_messages: Referer og løser sager i commit-beskeder
|
||||
text_issue_added: "Sag {{id}} er rapporteret af {{author}}."
|
||||
text_issue_updated: "Sag {{id}} er blevet opdateret af {{author}}."
|
||||
text_issue_added: "Sag %{id} er rapporteret af %{author}."
|
||||
text_issue_updated: "Sag %{id} er blevet opdateret af %{author}."
|
||||
text_wiki_destroy_confirmation: Er du sikker på at du vil slette denne wiki og dens indhold?
|
||||
text_issue_category_destroy_question: "Nogle sager ({{count}}) er tildelt denne kategori. Hvad ønsker du at gøre?"
|
||||
text_issue_category_destroy_question: "Nogle sager (%{count}) er tildelt denne kategori. Hvad ønsker du at gøre?"
|
||||
text_issue_category_destroy_assignments: Slet tildelinger af kategori
|
||||
text_issue_category_reassign_to: Tildel sager til denne kategori
|
||||
text_user_mail_option: "For ikke-valgte projekter vil du kun modtage beskeder omhandlende ting du er involveret i eller overvåger (f.eks. sager du har indberettet eller ejer)."
|
||||
text_no_configuration_data: "Roller, typer, sagsstatuser og arbejdsgange er endnu ikke konfigureret.\nDet er anbefalet at indlæse standardopsætningen. Du vil kunne ændre denne når den er indlæst."
|
||||
text_load_default_configuration: Indlæs standardopsætningen
|
||||
text_status_changed_by_changeset: "Anvendt i ændring {{value}}."
|
||||
text_status_changed_by_changeset: "Anvendt i ændring %{value}."
|
||||
text_issues_destroy_confirmation: 'Er du sikker på du ønsker at slette den/de valgte sag(er)?'
|
||||
text_select_project_modules: 'Vælg moduler er skal være aktiveret for dette projekt:'
|
||||
text_default_administrator_account_changed: Standard administratorkonto ændret
|
||||
|
@ -711,7 +711,7 @@ da:
|
|||
label_add_another_file: Tilføj endnu en fil
|
||||
label_chronological_order: I kronologisk rækkefølge
|
||||
setting_activity_days_default: Antal dage der vises under projektaktivitet
|
||||
text_destroy_time_entries_question: "{{hours}} timer er registreret på denne sag som du er ved at slette. Hvad vil du gøre?"
|
||||
text_destroy_time_entries_question: "%{hours} timer er registreret på denne sag som du er ved at slette. Hvad vil du gøre?"
|
||||
error_issue_not_found_in_project: 'Sagen blev ikke fundet eller tilhører ikke dette projekt'
|
||||
text_assign_time_entries_to_project: Tildel raporterede timer til projektet
|
||||
setting_display_subprojects_issues: Vis sager for underprojekter på hovedprojektet som standard
|
||||
|
@ -725,7 +725,7 @@ da:
|
|||
setting_default_projects_public: Nye projekter er offentlige som standard
|
||||
error_scm_annotate: "Filen findes ikke, eller kunne ikke annoteres."
|
||||
label_planning: Planlægning
|
||||
text_subprojects_destroy_warning: "Dets underprojekter(er): {{value}} vil også blive slettet."
|
||||
text_subprojects_destroy_warning: "Dets underprojekter(er): %{value} vil også blive slettet."
|
||||
permission_edit_issues: Redigér sager
|
||||
setting_diff_max_lines_displayed: Højeste antal forskelle der vises
|
||||
permission_edit_own_issue_notes: Redigér egne noter
|
||||
|
@ -752,7 +752,7 @@ da:
|
|||
permission_protect_wiki_pages: Beskyt wiki sider
|
||||
permission_manage_documents: Administrér dokumenter
|
||||
permission_add_issue_watchers: Tilføj overvågere
|
||||
warning_attachments_not_saved: "der var {{count}} fil(er), som ikke kunne gemmes."
|
||||
warning_attachments_not_saved: "der var %{count} fil(er), som ikke kunne gemmes."
|
||||
permission_comment_news: Kommentér nyheder
|
||||
text_enumeration_category_reassign_to: 'FLyt dem til denne værdi:'
|
||||
permission_select_project_modules: Vælg projektmoduler
|
||||
|
@ -760,7 +760,7 @@ da:
|
|||
permission_delete_messages: Slet beskeder
|
||||
permission_move_issues: Flyt sager
|
||||
permission_edit_wiki_pages: Redigér wiki sider
|
||||
label_user_activity: "{{value}}'s aktivitet"
|
||||
label_user_activity: "%{value}'s aktivitet"
|
||||
permission_manage_issue_relations: Administrér sags-relationer
|
||||
label_issue_watchers: Overvågere
|
||||
permission_delete_wiki_pages: Slet wiki sider
|
||||
|
@ -771,27 +771,27 @@ da:
|
|||
permission_manage_boards: Administrér fora
|
||||
permission_delete_wiki_pages_attachments: Slet filer vedhæftet wiki sider
|
||||
permission_view_messages: Se beskeder
|
||||
text_enumeration_destroy_question: "{{count}} objekter er tildelt denne værdi."
|
||||
text_enumeration_destroy_question: "%{count} objekter er tildelt denne værdi."
|
||||
permission_manage_files: Administrér filer
|
||||
permission_add_messages: Opret beskeder
|
||||
permission_edit_issue_notes: Redigér noter
|
||||
permission_manage_news: Administrér nyheder
|
||||
text_plugin_assets_writable: Der er skriverettigheder til plugin assets folderen
|
||||
label_display: Vis
|
||||
label_and_its_subprojects: "{{value}} og dets underprojekter"
|
||||
label_and_its_subprojects: "%{value} og dets underprojekter"
|
||||
permission_view_calendar: Se kalender
|
||||
button_create_and_continue: Opret og fortsæt
|
||||
setting_gravatar_enabled: Anvend Gravatar bruger ikoner
|
||||
label_updated_time_by: "Opdateret af {{author}} for {{age}} siden"
|
||||
label_updated_time_by: "Opdateret af %{author} for %{age} siden"
|
||||
text_diff_truncated: '... Listen over forskelle er bleve afkortet da den overstiger den maksimale størrelse der kan vises.'
|
||||
text_user_wrote: "{{value}} skrev:"
|
||||
text_user_wrote: "%{value} skrev:"
|
||||
setting_mail_handler_api_enabled: Aktiver webservice for indkomne emails
|
||||
permission_delete_issues: Slet sager
|
||||
permission_view_documents: Se dokumenter
|
||||
permission_browse_repository: Gennemse repository
|
||||
permission_manage_repository: Administrér repository
|
||||
permission_manage_members: Administrér medlemmer
|
||||
mail_subject_reminder: "{{count}} sag(er) har deadline i de kommende dage ({{days}})"
|
||||
mail_subject_reminder: "%{count} sag(er) har deadline i de kommende dage (%{days})"
|
||||
permission_add_issue_notes: Tilføj noter
|
||||
permission_edit_messages: Redigér beskeder
|
||||
permission_view_issue_watchers: Se liste over overvågere
|
||||
|
@ -816,26 +816,26 @@ da:
|
|||
field_identity_url: OpenID URL
|
||||
label_login_with_open_id_option: eller login med OpenID
|
||||
setting_per_page_options: Enheder per side muligheder
|
||||
mail_body_reminder: "{{count}} sage(er) som er tildelt dig har deadline indenfor de næste {{days}} dage:"
|
||||
mail_body_reminder: "%{count} sage(er) som er tildelt dig har deadline indenfor de næste %{days} dage:"
|
||||
field_content: Indhold
|
||||
label_descending: Aftagende
|
||||
label_sort: Sortér
|
||||
label_ascending: Tiltagende
|
||||
label_date_from_to: Fra {{start}} til {{end}}
|
||||
label_date_from_to: Fra %{start} til %{end}
|
||||
label_greater_or_equal: ">="
|
||||
label_less_or_equal: <=
|
||||
text_wiki_page_destroy_question: Denne side har {{descendants}} underside(r) og afledte. Hvad vil du gøre?
|
||||
text_wiki_page_destroy_question: Denne side har %{descendants} underside(r) og afledte. Hvad vil du gøre?
|
||||
text_wiki_page_reassign_children: Flyt undersider til denne side
|
||||
text_wiki_page_nullify_children: Behold undersider som rod-sider
|
||||
text_wiki_page_destroy_children: Slet undersider ogalle deres afledte sider.
|
||||
setting_password_min_length: Mindste længde på kodeord
|
||||
field_group_by: Gruppér resultater efter
|
||||
mail_subject_wiki_content_updated: "'{{id}}' wikisiden er blevet opdateret"
|
||||
mail_subject_wiki_content_updated: "'%{id}' wikisiden er blevet opdateret"
|
||||
label_wiki_content_added: Wiki side tilføjet
|
||||
mail_subject_wiki_content_added: "'{{id}}' wikisiden er blevet tilføjet"
|
||||
mail_body_wiki_content_added: The '{{id}}' wikiside er blevet tilføjet af {{author}}.
|
||||
mail_subject_wiki_content_added: "'%{id}' wikisiden er blevet tilføjet"
|
||||
mail_body_wiki_content_added: The '%{id}' wikiside er blevet tilføjet af %{author}.
|
||||
label_wiki_content_updated: Wikiside opdateret
|
||||
mail_body_wiki_content_updated: Wikisiden '{{id}}' er blevet opdateret af {{author}}.
|
||||
mail_body_wiki_content_updated: Wikisiden '%{id}' er blevet opdateret af %{author}.
|
||||
permission_add_project: Opret projekt
|
||||
setting_new_project_user_role_id: Denne rolle gives til en bruger, som ikke er administrator, og som opretter et projekt
|
||||
label_view_all_revisions: Se alle revisioner
|
||||
|
@ -843,14 +843,14 @@ da:
|
|||
label_branch: Branch
|
||||
error_no_tracker_in_project: Der er ingen sagshåndtering for dette projekt. Kontrollér venligst projektindstillingerne.
|
||||
error_no_default_issue_status: Der er ikek defineret en standardstatus. Kontrollér venligst indstillingernen (Gå til "Administration -> Sagsstatuser").
|
||||
text_journal_changed: "{{label}} ændret fra {{old}} til {{new}}"
|
||||
text_journal_set_to: "{{label}} sat til {{value}}"
|
||||
text_journal_deleted: "{{label}} slettet ({{old}})"
|
||||
text_journal_changed: "%{label} ændret fra %{old} til %{new}"
|
||||
text_journal_set_to: "%{label} sat til %{value}"
|
||||
text_journal_deleted: "%{label} slettet (%{old})"
|
||||
label_group_plural: Grupper
|
||||
label_group: Grupper
|
||||
label_group_new: Ny gruppe
|
||||
label_time_entry_plural: Anvendt tid
|
||||
text_journal_added: "{{label}} {{value}} tilføjet"
|
||||
text_journal_added: "%{label} %{value} tilføjet"
|
||||
field_active: Aktiv
|
||||
enumeration_system_activity: System Aktivitet
|
||||
permission_delete_issue_watchers: Slet overvågere
|
||||
|
@ -885,9 +885,9 @@ da:
|
|||
setting_start_of_week: Start kalendre på
|
||||
permission_view_issues: Vis sager
|
||||
label_display_used_statuses_only: Vis kun statuser der er benyttet af denne tracker
|
||||
label_revision_id: Revision {{value}}
|
||||
label_revision_id: Revision %{value}
|
||||
label_api_access_key: API nøgle
|
||||
label_api_access_key_created_on: API nøgle genereret {{value}} siden
|
||||
label_api_access_key_created_on: API nøgle genereret %{value} siden
|
||||
label_feeds_access_key: RSS nøgle
|
||||
notice_api_access_key_reseted: Din API nøgle er nulstillet.
|
||||
setting_rest_api_enabled: Aktiver REST web service
|
||||
|
@ -914,12 +914,12 @@ da:
|
|||
label_subtask_plural: Under opgaver
|
||||
label_project_copy_notifications: Send email notifikationer, mens projektet kopieres
|
||||
error_can_not_delete_custom_field: Kan ikke slette brugerdefineret felt
|
||||
error_unable_to_connect: Kan ikke forbinde ({{value}})
|
||||
error_unable_to_connect: Kan ikke forbinde (%{value})
|
||||
error_can_not_remove_role: Denne rolle er i brug og kan ikke slettes.
|
||||
error_can_not_delete_tracker: Denne type indeholder sager og kan ikke slettes.
|
||||
field_principal: Principal
|
||||
label_my_page_block: blok
|
||||
notice_failed_to_save_members: "Fejl under lagring af medlem(mer): {{errors}}."
|
||||
notice_failed_to_save_members: "Fejl under lagring af medlem(mer): %{errors}."
|
||||
text_zoom_out: Zoom ud
|
||||
text_zoom_in: Zoom in
|
||||
notice_unable_delete_time_entry: Kan ikke slette tidsregistrering.
|
||||
|
@ -927,7 +927,7 @@ da:
|
|||
field_time_entries: Log tid
|
||||
project_module_gantt: Gantt
|
||||
project_module_calendar: Kalender
|
||||
button_edit_associated_wikipage: "Redigér tilknyttet Wiki side: {{page_title}}"
|
||||
button_edit_associated_wikipage: "Redigér tilknyttet Wiki side: %{page_title}"
|
||||
text_are_you_sure_with_children: Slet sag og alle undersager?
|
||||
field_text: Tekstfelt
|
||||
label_user_mail_option_only_owner: Only for things I am the owner of
|
||||
|
@ -944,7 +944,7 @@ da:
|
|||
field_visible: Visible
|
||||
setting_emails_header: Emails header
|
||||
setting_commit_logtime_activity_id: Activity for logged time
|
||||
text_time_logged_by_changeset: Applied in changeset {{value}}.
|
||||
text_time_logged_by_changeset: Applied in changeset %{value}.
|
||||
setting_commit_logtime_enabled: Enable time logging
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed ({{max}})
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
|
||||
setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
|
||||
|
|
|
@ -35,37 +35,37 @@ de:
|
|||
half_a_minute: 'eine halbe Minute'
|
||||
less_than_x_seconds:
|
||||
one: 'weniger als 1 Sekunde'
|
||||
other: 'weniger als {{count}} Sekunden'
|
||||
other: 'weniger als %{count} Sekunden'
|
||||
x_seconds:
|
||||
one: '1 Sekunde'
|
||||
other: '{{count}} Sekunden'
|
||||
other: '%{count} Sekunden'
|
||||
less_than_x_minutes:
|
||||
one: 'weniger als 1 Minute'
|
||||
other: 'weniger als {{count}} Minuten'
|
||||
other: 'weniger als %{count} Minuten'
|
||||
x_minutes:
|
||||
one: '1 Minute'
|
||||
other: '{{count}} Minuten'
|
||||
other: '%{count} Minuten'
|
||||
about_x_hours:
|
||||
one: 'etwa 1 Stunde'
|
||||
other: 'etwa {{count}} Stunden'
|
||||
other: 'etwa %{count} Stunden'
|
||||
x_days:
|
||||
one: '1 Tag'
|
||||
other: '{{count}} Tagen'
|
||||
other: '%{count} Tagen'
|
||||
about_x_months:
|
||||
one: 'etwa 1 Monat'
|
||||
other: 'etwa {{count}} Monaten'
|
||||
other: 'etwa %{count} Monaten'
|
||||
x_months:
|
||||
one: '1 Monat'
|
||||
other: '{{count}} Monaten'
|
||||
other: '%{count} Monaten'
|
||||
about_x_years:
|
||||
one: 'etwa 1 Jahr'
|
||||
other: 'etwa {{count}} Jahren'
|
||||
other: 'etwa %{count} Jahren'
|
||||
over_x_years:
|
||||
one: 'mehr als 1 Jahr'
|
||||
other: 'mehr als {{count}} Jahren'
|
||||
other: 'mehr als %{count} Jahren'
|
||||
almost_x_years:
|
||||
one: "fast 1 Jahr"
|
||||
other: "fast {{count}} Jahren"
|
||||
other: "fast %{count} Jahren"
|
||||
|
||||
number:
|
||||
# Default format for numbers
|
||||
|
@ -111,7 +111,7 @@ de:
|
|||
activerecord:
|
||||
errors:
|
||||
template:
|
||||
header: "Dieses {{model}}-Objekt konnte nicht gespeichert werden: {{count}} Fehler."
|
||||
header: "Dieses %{model}-Objekt konnte nicht gespeichert werden: %{count} Fehler."
|
||||
body: "Bitte überprüfen Sie die folgenden Felder:"
|
||||
|
||||
messages:
|
||||
|
@ -122,17 +122,17 @@ de:
|
|||
accepted: "muss akzeptiert werden"
|
||||
empty: "muss ausgefüllt werden"
|
||||
blank: "muss ausgefüllt werden"
|
||||
too_long: "ist zu lang (nicht mehr als {{count}} Zeichen)"
|
||||
too_short: "ist zu kurz (nicht weniger als {{count}} Zeichen)"
|
||||
wrong_length: "hat die falsche Länge (muss genau {{count}} Zeichen haben)"
|
||||
too_long: "ist zu lang (nicht mehr als %{count} Zeichen)"
|
||||
too_short: "ist zu kurz (nicht weniger als %{count} Zeichen)"
|
||||
wrong_length: "hat die falsche Länge (muss genau %{count} Zeichen haben)"
|
||||
taken: "ist bereits vergeben"
|
||||
not_a_number: "ist keine Zahl"
|
||||
not_a_date: "is kein gültiges Datum"
|
||||
greater_than: "muss größer als {{count}} sein"
|
||||
greater_than_or_equal_to: "muss größer oder gleich {{count}} sein"
|
||||
equal_to: "muss genau {{count}} sein"
|
||||
less_than: "muss kleiner als {{count}} sein"
|
||||
less_than_or_equal_to: "muss kleiner oder gleich {{count}} sein"
|
||||
greater_than: "muss größer als %{count} sein"
|
||||
greater_than_or_equal_to: "muss größer oder gleich %{count} sein"
|
||||
equal_to: "muss genau %{count} sein"
|
||||
less_than: "muss kleiner als %{count} sein"
|
||||
less_than_or_equal_to: "muss kleiner oder gleich %{count} sein"
|
||||
odd: "muss ungerade sein"
|
||||
even: "muss gerade sein"
|
||||
greater_than_start_date: "muss größer als Anfangsdatum sein"
|
||||
|
@ -169,12 +169,12 @@ de:
|
|||
notice_file_not_found: Anhang existiert nicht oder ist gelöscht worden.
|
||||
notice_locking_conflict: Datum wurde von einem anderen Benutzer geändert.
|
||||
notice_not_authorized: Sie sind nicht berechtigt, auf diese Seite zuzugreifen.
|
||||
notice_email_sent: "Eine E-Mail wurde an {{value}} gesendet."
|
||||
notice_email_error: "Beim Senden einer E-Mail ist ein Fehler aufgetreten ({{value}})."
|
||||
notice_email_sent: "Eine E-Mail wurde an %{value} gesendet."
|
||||
notice_email_error: "Beim Senden einer E-Mail ist ein Fehler aufgetreten (%{value})."
|
||||
notice_feeds_access_key_reseted: Ihr Atom-Zugriffsschlüssel wurde zurückgesetzt.
|
||||
notice_api_access_key_reseted: Ihr API-Zugriffsschlüssel wurde zurückgesetzt.
|
||||
notice_failed_to_save_issues: "{{count}} von {{total}} ausgewählten Tickets konnte(n) nicht gespeichert werden: {{ids}}."
|
||||
notice_failed_to_save_members: "Benutzer konnte nicht gespeichert werden: {{errors}}."
|
||||
notice_failed_to_save_issues: "%{count} von %{total} ausgewählten Tickets konnte(n) nicht gespeichert werden: %{ids}."
|
||||
notice_failed_to_save_members: "Benutzer konnte nicht gespeichert werden: %{errors}."
|
||||
notice_no_issue_selected: "Kein Ticket ausgewählt! Bitte wählen Sie die Tickets, die Sie bearbeiten möchten."
|
||||
notice_account_pending: "Ihr Konto wurde erstellt und wartet jetzt auf die Genehmigung des Administrators."
|
||||
notice_default_data_loaded: Die Standard-Konfiguration wurde erfolgreich geladen.
|
||||
|
@ -182,9 +182,9 @@ de:
|
|||
notice_unable_delete_time_entry: Der Zeiterfassungseintrag konnte nicht gelöscht werden.
|
||||
notice_issue_done_ratios_updated: Der Ticket-Fortschritt wurde aktualisiert.
|
||||
|
||||
error_can_t_load_default_data: "Die Standard-Konfiguration konnte nicht geladen werden: {{value}}"
|
||||
error_can_t_load_default_data: "Die Standard-Konfiguration konnte nicht geladen werden: %{value}"
|
||||
error_scm_not_found: Eintrag und/oder Revision existiert nicht im Projektarchiv.
|
||||
error_scm_command_failed: "Beim Zugriff auf das Projektarchiv ist ein Fehler aufgetreten: {{value}}"
|
||||
error_scm_command_failed: "Beim Zugriff auf das Projektarchiv ist ein Fehler aufgetreten: %{value}"
|
||||
error_scm_annotate: "Der Eintrag existiert nicht oder kann nicht annotiert werden."
|
||||
error_issue_not_found_in_project: 'Das Ticket wurde nicht gefunden oder gehört nicht zu diesem Projekt.'
|
||||
error_no_tracker_in_project: Diesem Projekt ist kein Tracker zugeordnet. Bitte überprüfen Sie die Projekteinstellungen.
|
||||
|
@ -198,26 +198,26 @@ de:
|
|||
error_workflow_copy_source: Bitte wählen Sie einen Quell-Tracker und eine Quell-Rolle.
|
||||
error_workflow_copy_target: Bitte wählen Sie die Ziel-Tracker und -Rollen.
|
||||
error_unable_delete_issue_status: "Der Ticket-Status konnte nicht gelöscht werden."
|
||||
error_unable_to_connect: Fehler beim Verbinden ({{value}})
|
||||
warning_attachments_not_saved: "{{count}} Datei(en) konnten nicht gespeichert werden."
|
||||
error_unable_to_connect: Fehler beim Verbinden (%{value})
|
||||
warning_attachments_not_saved: "%{count} Datei(en) konnten nicht gespeichert werden."
|
||||
|
||||
mail_subject_lost_password: "Ihr {{value}} Kennwort"
|
||||
mail_subject_lost_password: "Ihr %{value} Kennwort"
|
||||
mail_body_lost_password: 'Benutzen Sie den folgenden Link, um Ihr Kennwort zu ändern:'
|
||||
mail_subject_register: "{{value}} Kontoaktivierung"
|
||||
mail_subject_register: "%{value} Kontoaktivierung"
|
||||
mail_body_register: 'Um Ihr Konto zu aktivieren, benutzen Sie folgenden Link:'
|
||||
mail_body_account_information_external: "Sie können sich mit Ihrem Konto {{value}} an anmelden."
|
||||
mail_body_account_information_external: "Sie können sich mit Ihrem Konto %{value} an anmelden."
|
||||
mail_body_account_information: Ihre Konto-Informationen
|
||||
mail_subject_account_activation_request: "Antrag auf {{value}} Kontoaktivierung"
|
||||
mail_body_account_activation_request: "Ein neuer Benutzer ({{value}}) hat sich registriert. Sein Konto wartet auf Ihre Genehmigung:"
|
||||
mail_subject_reminder: "{{count}} Tickets müssen in den nächsten {{days}} Tagen abgegeben werden"
|
||||
mail_body_reminder: "{{count}} Tickets, die Ihnen zugewiesen sind, müssen in den nächsten {{days}} Tagen abgegeben werden:"
|
||||
mail_subject_wiki_content_added: "Wiki-Seite '{{id}}' hinzugefügt"
|
||||
mail_body_wiki_content_added: "Die Wiki-Seite '{{id}}' wurde von {{author}} hinzugefügt."
|
||||
mail_subject_wiki_content_updated: "Wiki-Seite '{{id}}' erfolgreich aktualisiert"
|
||||
mail_body_wiki_content_updated: "Die Wiki-Seite '{{id}}' wurde von {{author}} aktualisiert."
|
||||
mail_subject_account_activation_request: "Antrag auf %{value} Kontoaktivierung"
|
||||
mail_body_account_activation_request: "Ein neuer Benutzer (%{value}) hat sich registriert. Sein Konto wartet auf Ihre Genehmigung:"
|
||||
mail_subject_reminder: "%{count} Tickets müssen in den nächsten %{days} Tagen abgegeben werden"
|
||||
mail_body_reminder: "%{count} Tickets, die Ihnen zugewiesen sind, müssen in den nächsten %{days} Tagen abgegeben werden:"
|
||||
mail_subject_wiki_content_added: "Wiki-Seite '%{id}' hinzugefügt"
|
||||
mail_body_wiki_content_added: "Die Wiki-Seite '%{id}' wurde von %{author} hinzugefügt."
|
||||
mail_subject_wiki_content_updated: "Wiki-Seite '%{id}' erfolgreich aktualisiert"
|
||||
mail_body_wiki_content_updated: "Die Wiki-Seite '%{id}' wurde von %{author} aktualisiert."
|
||||
|
||||
gui_validation_error: 1 Fehler
|
||||
gui_validation_error_plural: "{{count}} Fehler"
|
||||
gui_validation_error_plural: "%{count} Fehler"
|
||||
|
||||
field_name: Name
|
||||
field_description: Beschreibung
|
||||
|
@ -443,14 +443,14 @@ de:
|
|||
label_x_projects:
|
||||
zero: keine Projekte
|
||||
one: 1 Projekt
|
||||
other: "{{count}} Projekte"
|
||||
other: "%{count} Projekte"
|
||||
label_project_all: Alle Projekte
|
||||
label_project_latest: Neueste Projekte
|
||||
label_issue: Ticket
|
||||
label_issue_new: Neues Ticket
|
||||
label_issue_plural: Tickets
|
||||
label_issue_view_all: Alle Tickets anzeigen
|
||||
label_issues_by: "Tickets von {{value}}"
|
||||
label_issues_by: "Tickets von %{value}"
|
||||
label_issue_added: Ticket hinzugefügt
|
||||
label_issue_updated: Ticket aktualisiert
|
||||
label_document: Dokument
|
||||
|
@ -500,7 +500,7 @@ de:
|
|||
label_registered_on: Angemeldet am
|
||||
label_activity: Aktivität
|
||||
label_overall_activity: Aktivität aller Projekte anzeigen
|
||||
label_user_activity: "Aktivität von {{value}}"
|
||||
label_user_activity: "Aktivität von %{value}"
|
||||
label_new: Neu
|
||||
label_logged_as: Angemeldet als
|
||||
label_environment: Umgebung
|
||||
|
@ -510,7 +510,7 @@ de:
|
|||
label_auth_source_plural: Authentifizierungs-Arten
|
||||
label_subproject_plural: Unterprojekte
|
||||
label_subproject_new: Neues Unterprojekt
|
||||
label_and_its_subprojects: "{{value}} und dessen Unterprojekte"
|
||||
label_and_its_subprojects: "%{value} und dessen Unterprojekte"
|
||||
label_min_max_length: Länge (Min. - Max.)
|
||||
label_list: Liste
|
||||
label_date: Datum
|
||||
|
@ -521,8 +521,8 @@ de:
|
|||
label_text: Langer Text
|
||||
label_attribute: Attribut
|
||||
label_attribute_plural: Attribute
|
||||
label_download: "{{count}} Download"
|
||||
label_download_plural: "{{count}} Downloads"
|
||||
label_download: "%{count} Download"
|
||||
label_download_plural: "%{count} Downloads"
|
||||
label_no_data: Nichts anzuzeigen
|
||||
label_change_status: Statuswechsel
|
||||
label_history: Historie
|
||||
|
@ -554,17 +554,17 @@ de:
|
|||
label_closed_issues: geschlossen
|
||||
label_closed_issues_plural: geschlossen
|
||||
label_x_open_issues_abbr_on_total:
|
||||
zero: 0 offen / {{total}}
|
||||
one: 1 offen / {{total}}
|
||||
other: "{{count}} offen / {{total}}"
|
||||
zero: 0 offen / %{total}
|
||||
one: 1 offen / %{total}
|
||||
other: "%{count} offen / %{total}"
|
||||
label_x_open_issues_abbr:
|
||||
zero: 0 offen
|
||||
one: 1 offen
|
||||
other: "{{count}} offen"
|
||||
other: "%{count} offen"
|
||||
label_x_closed_issues_abbr:
|
||||
zero: 0 geschlossen
|
||||
one: 1 geschlossen
|
||||
other: "{{count}} geschlossen"
|
||||
other: "%{count} geschlossen"
|
||||
label_total: Gesamtzahl
|
||||
label_permissions: Berechtigungen
|
||||
label_current_status: Gegenwärtiger Status
|
||||
|
@ -582,7 +582,7 @@ de:
|
|||
label_months_from: Monate ab
|
||||
label_gantt: Gantt-Diagramm
|
||||
label_internal: Intern
|
||||
label_last_changes: "{{count}} letzte Änderungen"
|
||||
label_last_changes: "%{count} letzte Änderungen"
|
||||
label_change_view_all: Alle Änderungen anzeigen
|
||||
label_personalize_page: Diese Seite anpassen
|
||||
label_comment: Kommentar
|
||||
|
@ -590,7 +590,7 @@ de:
|
|||
label_x_comments:
|
||||
zero: keine Kommentare
|
||||
one: 1 Kommentar
|
||||
other: "{{count}} Kommentare"
|
||||
other: "%{count} Kommentare"
|
||||
label_comment_add: Kommentar hinzufügen
|
||||
label_comment_added: Kommentar hinzugefügt
|
||||
label_comment_delete: Kommentar löschen
|
||||
|
@ -611,7 +611,7 @@ de:
|
|||
label_yesterday: gestern
|
||||
label_this_week: aktuelle Woche
|
||||
label_last_week: vorige Woche
|
||||
label_last_n_days: "die letzten {{count}} Tage"
|
||||
label_last_n_days: "die letzten %{count} Tage"
|
||||
label_this_month: aktueller Monat
|
||||
label_last_month: voriger Monat
|
||||
label_this_year: aktuelles Jahr
|
||||
|
@ -625,13 +625,13 @@ de:
|
|||
label_repository: Projektarchiv
|
||||
label_repository_plural: Projektarchive
|
||||
label_browse: Codebrowser
|
||||
label_modification: "{{count}} Änderung"
|
||||
label_modification_plural: "{{count}} Änderungen"
|
||||
label_modification: "%{count} Änderung"
|
||||
label_modification_plural: "%{count} Änderungen"
|
||||
label_branch: Zweig
|
||||
label_tag: Markierung
|
||||
label_revision: Revision
|
||||
label_revision_plural: Revisionen
|
||||
label_revision_id: Revision {{value}}
|
||||
label_revision_id: Revision %{value}
|
||||
label_associated_revisions: Zugehörige Revisionen
|
||||
label_added: hinzugefügt
|
||||
label_modified: geändert
|
||||
|
@ -648,8 +648,8 @@ de:
|
|||
label_sort_lower: Eins tiefer
|
||||
label_sort_lowest: Ans Ende
|
||||
label_roadmap: Roadmap
|
||||
label_roadmap_due_in: "Fällig in {{value}}"
|
||||
label_roadmap_overdue: "{{value}} verspätet"
|
||||
label_roadmap_due_in: "Fällig in %{value}"
|
||||
label_roadmap_overdue: "%{value} verspätet"
|
||||
label_roadmap_no_issues: Keine Tickets für diese Version
|
||||
label_search: Suche
|
||||
label_result_plural: Resultate
|
||||
|
@ -668,8 +668,8 @@ de:
|
|||
label_issue_tracking: Tickets
|
||||
label_spent_time: Aufgewendete Zeit
|
||||
label_overall_spent_time: Aufgewendete Zeit aller Projekte anzeigen
|
||||
label_f_hour: "{{value}} Stunde"
|
||||
label_f_hour_plural: "{{value}} Stunden"
|
||||
label_f_hour: "%{value} Stunde"
|
||||
label_f_hour_plural: "%{value} Stunden"
|
||||
label_time_tracking: Zeiterfassung
|
||||
label_change_plural: Änderungen
|
||||
label_statistics: Statistiken
|
||||
|
@ -720,15 +720,15 @@ de:
|
|||
label_date_from: Von
|
||||
label_date_to: Bis
|
||||
label_language_based: Sprachabhängig
|
||||
label_sort_by: "Sortiert nach {{value}}"
|
||||
label_sort_by: "Sortiert nach %{value}"
|
||||
label_send_test_email: Test-E-Mail senden
|
||||
label_feeds_access_key: RSS-Zugriffsschlüssel
|
||||
label_missing_feeds_access_key: Der RSS-Zugriffsschlüssel fehlt.
|
||||
label_feeds_access_key_created_on: "Atom-Zugriffsschlüssel vor {{value}} erstellt"
|
||||
label_feeds_access_key_created_on: "Atom-Zugriffsschlüssel vor %{value} erstellt"
|
||||
label_module_plural: Module
|
||||
label_added_time_by: "Von {{author}} vor {{age}} hinzugefügt"
|
||||
label_updated_time_by: "Von {{author}} vor {{age}} aktualisiert"
|
||||
label_updated_time: "Vor {{value}} aktualisiert"
|
||||
label_added_time_by: "Von %{author} vor %{age} hinzugefügt"
|
||||
label_updated_time_by: "Von %{author} vor %{age} aktualisiert"
|
||||
label_updated_time: "Vor %{value} aktualisiert"
|
||||
label_jump_to_a_project: Zu einem Projekt springen...
|
||||
label_file_plural: Dateien
|
||||
label_changeset_plural: Changesets
|
||||
|
@ -744,7 +744,7 @@ de:
|
|||
label_registration_activation_by_email: Kontoaktivierung durch E-Mail
|
||||
label_registration_manual_activation: Manuelle Kontoaktivierung
|
||||
label_registration_automatic_activation: Automatische Kontoaktivierung
|
||||
label_display_per_page: "Pro Seite: {{value}}"
|
||||
label_display_per_page: "Pro Seite: %{value}"
|
||||
label_age: Geändert vor
|
||||
label_change_properties: Eigenschaften ändern
|
||||
label_general: Allgemein
|
||||
|
@ -767,7 +767,7 @@ de:
|
|||
label_sort: Sortierung
|
||||
label_ascending: Aufsteigend
|
||||
label_descending: Absteigend
|
||||
label_date_from_to: von {{start}} bis {{end}}
|
||||
label_date_from_to: von %{start} bis %{end}
|
||||
label_wiki_content_added: Die Wiki-Seite wurde erfolgreich hinzugefügt.
|
||||
label_wiki_content_updated: Die Wiki-Seite wurde erfolgreich aktualisiert.
|
||||
label_group: Gruppe
|
||||
|
@ -786,7 +786,7 @@ de:
|
|||
label_display_used_statuses_only: Zeige nur Status an, die von diesem Tracker verwendet werden
|
||||
label_api_access_key: API-Zugriffsschlüssel
|
||||
label_missing_api_access_key: Der API-Zugriffsschlüssel fehlt.
|
||||
label_api_access_key_created_on: Der API-Zugriffsschlüssel wurde vor {{value}} erstellt
|
||||
label_api_access_key_created_on: Der API-Zugriffsschlüssel wurde vor %{value} erstellt
|
||||
label_profile: Profil
|
||||
label_subtask_plural: Unteraufgaben
|
||||
label_project_copy_notifications: Sende Mailbenachrichtigungen beim Kopieren des Projekts.
|
||||
|
@ -803,7 +803,7 @@ de:
|
|||
button_create_and_continue: Anlegen und weiter
|
||||
button_test: Testen
|
||||
button_edit: Bearbeiten
|
||||
button_edit_associated_wikipage: "Zugehörige Wikiseite bearbeiten: {{page_title}}"
|
||||
button_edit_associated_wikipage: "Zugehörige Wikiseite bearbeiten: %{page_title}"
|
||||
button_add: Hinzufügen
|
||||
button_change: Wechseln
|
||||
button_apply: Anwenden
|
||||
|
@ -852,53 +852,53 @@ de:
|
|||
text_regexp_info: z. B. ^[A-Z0-9]+$
|
||||
text_min_max_length_info: 0 heißt keine Beschränkung
|
||||
text_project_destroy_confirmation: Sind Sie sicher, dass sie das Projekt löschen wollen?
|
||||
text_subprojects_destroy_warning: "Dessen Unterprojekte ({{value}}) werden ebenfalls gelöscht."
|
||||
text_subprojects_destroy_warning: "Dessen Unterprojekte (%{value}) werden ebenfalls gelöscht."
|
||||
text_workflow_edit: Workflow zum Bearbeiten auswählen
|
||||
text_are_you_sure: Sind Sie sicher?
|
||||
text_journal_changed: "{{label}} wurde von {{old}} zu {{new}} geändert"
|
||||
text_journal_set_to: "{{label}} wurde auf {{value}} gesetzt"
|
||||
text_journal_deleted: "{{label}} {{old}} wurde gelöscht"
|
||||
text_journal_added: "{{label}} {{value}} wurde hinzugefügt"
|
||||
text_journal_changed: "%{label} wurde von %{old} zu %{new} geändert"
|
||||
text_journal_set_to: "%{label} wurde auf %{value} gesetzt"
|
||||
text_journal_deleted: "%{label} %{old} wurde gelöscht"
|
||||
text_journal_added: "%{label} %{value} wurde hinzugefügt"
|
||||
text_tip_issue_begin_day: Aufgabe, die an diesem Tag beginnt
|
||||
text_tip_issue_end_day: Aufgabe, die an diesem Tag endet
|
||||
text_tip_issue_begin_end_day: Aufgabe, die an diesem Tag beginnt und endet
|
||||
text_project_identifier_info: 'Kleinbuchstaben (a-z), Ziffern und Bindestriche erlaubt.<br />Einmal gespeichert, kann die Kennung nicht mehr geändert werden.'
|
||||
text_caracters_maximum: "Max. {{count}} Zeichen."
|
||||
text_caracters_minimum: "Muss mindestens {{count}} Zeichen lang sein."
|
||||
text_length_between: "Länge zwischen {{min}} und {{max}} Zeichen."
|
||||
text_caracters_maximum: "Max. %{count} Zeichen."
|
||||
text_caracters_minimum: "Muss mindestens %{count} Zeichen lang sein."
|
||||
text_length_between: "Länge zwischen %{min} und %{max} Zeichen."
|
||||
text_tracker_no_workflow: Kein Workflow für diesen Tracker definiert.
|
||||
text_unallowed_characters: Nicht erlaubte Zeichen
|
||||
text_comma_separated: Mehrere Werte erlaubt (durch Komma getrennt).
|
||||
text_line_separated: Mehrere Werte sind erlaubt (eine Zeile pro Wert).
|
||||
text_issues_ref_in_commit_messages: Ticket-Beziehungen und -Status in Commit-Log-Meldungen
|
||||
text_issue_added: "Ticket {{id}} wurde erstellt von {{author}}."
|
||||
text_issue_updated: "Ticket {{id}} wurde aktualisiert von {{author}}."
|
||||
text_issue_added: "Ticket %{id} wurde erstellt von %{author}."
|
||||
text_issue_updated: "Ticket %{id} wurde aktualisiert von %{author}."
|
||||
text_wiki_destroy_confirmation: Sind Sie sicher, dass Sie dieses Wiki mit sämtlichem Inhalt löschen möchten?
|
||||
text_issue_category_destroy_question: "Einige Tickets ({{count}}) sind dieser Kategorie zugeodnet. Was möchten Sie tun?"
|
||||
text_issue_category_destroy_question: "Einige Tickets (%{count}) sind dieser Kategorie zugeodnet. Was möchten Sie tun?"
|
||||
text_issue_category_destroy_assignments: Kategorie-Zuordnung entfernen
|
||||
text_issue_category_reassign_to: Tickets dieser Kategorie zuordnen
|
||||
text_user_mail_option: "Für nicht ausgewählte Projekte werden Sie nur Benachrichtigungen für Dinge erhalten, die Sie beobachten oder an denen Sie beteiligt sind (z. B. Tickets, deren Autor Sie sind oder die Ihnen zugewiesen sind)."
|
||||
text_no_configuration_data: "Rollen, Tracker, Ticket-Status und Workflows wurden noch nicht konfiguriert.\nEs ist sehr zu empfehlen, die Standard-Konfiguration zu laden. Sobald sie geladen ist, können Sie sie abändern."
|
||||
text_load_default_configuration: Standard-Konfiguration laden
|
||||
text_status_changed_by_changeset: "Status geändert durch Changeset {{value}}."
|
||||
text_status_changed_by_changeset: "Status geändert durch Changeset %{value}."
|
||||
text_issues_destroy_confirmation: 'Sind Sie sicher, dass Sie die ausgewählten Tickets löschen möchten?'
|
||||
text_select_project_modules: 'Bitte wählen Sie die Module aus, die in diesem Projekt aktiviert sein sollen:'
|
||||
text_default_administrator_account_changed: Administrator-Kennwort geändert
|
||||
text_file_repository_writable: Verzeichnis für Dateien beschreibbar
|
||||
text_plugin_assets_writable: Verzeichnis für Plugin-Assets beschreibbar
|
||||
text_rmagick_available: RMagick verfügbar (optional)
|
||||
text_destroy_time_entries_question: Es wurden bereits {{hours}} Stunden auf dieses Ticket gebucht. Was soll mit den Aufwänden geschehen?
|
||||
text_destroy_time_entries_question: Es wurden bereits %{hours} Stunden auf dieses Ticket gebucht. Was soll mit den Aufwänden geschehen?
|
||||
text_destroy_time_entries: Gebuchte Aufwände löschen
|
||||
text_assign_time_entries_to_project: Gebuchte Aufwände dem Projekt zuweisen
|
||||
text_reassign_time_entries: 'Gebuchte Aufwände diesem Ticket zuweisen:'
|
||||
text_user_wrote: "{{value}} schrieb:"
|
||||
text_enumeration_destroy_question: "{{count}} Objekt(e) sind diesem Wert zugeordnet."
|
||||
text_user_wrote: "%{value} schrieb:"
|
||||
text_enumeration_destroy_question: "%{count} Objekt(e) sind diesem Wert zugeordnet."
|
||||
text_enumeration_category_reassign_to: 'Die Objekte stattdessen diesem Wert zuordnen:'
|
||||
text_email_delivery_not_configured: "Der SMTP-Server ist nicht konfiguriert und Mailbenachrichtigungen sind ausgeschaltet.\nNehmen Sie die Einstellungen für Ihren SMTP-Server in config/email.yml vor und starten Sie die Applikation neu."
|
||||
text_repository_usernames_mapping: "Bitte legen Sie die Zuordnung der Redmine-Benutzer zu den Benutzernamen der Commit-Log-Meldungen des Projektarchivs fest.\nBenutzer mit identischen Redmine- und Projektarchiv-Benutzernamen oder -E-Mail-Adressen werden automatisch zugeordnet."
|
||||
text_diff_truncated: '... Dieser Diff wurde abgeschnitten, weil er die maximale Anzahl anzuzeigender Zeilen überschreitet.'
|
||||
text_custom_field_possible_values_info: 'Eine Zeile pro Wert'
|
||||
text_wiki_page_destroy_question: "Diese Seite hat {{descendants}} Unterseite(n). Was möchten Sie tun?"
|
||||
text_wiki_page_destroy_question: "Diese Seite hat %{descendants} Unterseite(n). Was möchten Sie tun?"
|
||||
text_wiki_page_nullify_children: Verschiebe die Unterseiten auf die oberste Ebene
|
||||
text_wiki_page_destroy_children: Lösche alle Unterseiten
|
||||
text_wiki_page_reassign_children: Ordne die Unterseiten dieser Seite zu
|
||||
|
@ -947,7 +947,7 @@ de:
|
|||
field_visible: Visible
|
||||
setting_emails_header: Emails header
|
||||
setting_commit_logtime_activity_id: Activity for logged time
|
||||
text_time_logged_by_changeset: Applied in changeset {{value}}.
|
||||
text_time_logged_by_changeset: Applied in changeset %{value}.
|
||||
setting_commit_logtime_enabled: Enable time logging
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed ({{max}})
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
|
||||
setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
|
||||
|
|
|
@ -35,37 +35,37 @@ el:
|
|||
half_a_minute: "μισό λεπτό"
|
||||
less_than_x_seconds:
|
||||
one: "λιγότερο από 1 δευτερόλεπτο"
|
||||
other: "λιγότερο από {{count}} δευτερόλεπτα"
|
||||
other: "λιγότερο από %{count} δευτερόλεπτα"
|
||||
x_seconds:
|
||||
one: "1 δευτερόλεπτο"
|
||||
other: "{{count}} δευτερόλεπτα"
|
||||
other: "%{count} δευτερόλεπτα"
|
||||
less_than_x_minutes:
|
||||
one: "λιγότερο από ένα λεπτό"
|
||||
other: "λιγότερο από {{count}} λεπτά"
|
||||
other: "λιγότερο από %{count} λεπτά"
|
||||
x_minutes:
|
||||
one: "1 λεπτό"
|
||||
other: "{{count}} λεπτά"
|
||||
other: "%{count} λεπτά"
|
||||
about_x_hours:
|
||||
one: "περίπου 1 ώρα"
|
||||
other: "περίπου {{count}} ώρες"
|
||||
other: "περίπου %{count} ώρες"
|
||||
x_days:
|
||||
one: "1 ημέρα"
|
||||
other: "{{count}} ημέρες"
|
||||
other: "%{count} ημέρες"
|
||||
about_x_months:
|
||||
one: "περίπου 1 μήνα"
|
||||
other: "περίπου {{count}} μήνες"
|
||||
other: "περίπου %{count} μήνες"
|
||||
x_months:
|
||||
one: "1 μήνα"
|
||||
other: "{{count}} μήνες"
|
||||
other: "%{count} μήνες"
|
||||
about_x_years:
|
||||
one: "περίπου 1 χρόνο"
|
||||
other: "περίπου {{count}} χρόνια"
|
||||
other: "περίπου %{count} χρόνια"
|
||||
over_x_years:
|
||||
one: "πάνω από 1 χρόνο"
|
||||
other: "πάνω από {{count}} χρόνια"
|
||||
other: "πάνω από %{count} χρόνια"
|
||||
almost_x_years:
|
||||
one: "almost 1 year"
|
||||
other: "almost {{count}} years"
|
||||
other: "almost %{count} years"
|
||||
|
||||
number:
|
||||
format:
|
||||
|
@ -103,17 +103,17 @@ el:
|
|||
accepted: "πρέπει να γίνει αποδοχή"
|
||||
empty: "δε μπορεί να είναι άδειο"
|
||||
blank: "δε μπορεί να είναι κενό"
|
||||
too_long: "έχει πολλούς (μέγ.επιτρ. {{count}} χαρακτήρες)"
|
||||
too_short: "έχει λίγους (ελάχ.επιτρ. {{count}} χαρακτήρες)"
|
||||
wrong_length: "δεν είναι σωστός ο αριθμός χαρακτήρων (πρέπει να έχει {{count}} χαρακτήρες)"
|
||||
too_long: "έχει πολλούς (μέγ.επιτρ. %{count} χαρακτήρες)"
|
||||
too_short: "έχει λίγους (ελάχ.επιτρ. %{count} χαρακτήρες)"
|
||||
wrong_length: "δεν είναι σωστός ο αριθμός χαρακτήρων (πρέπει να έχει %{count} χαρακτήρες)"
|
||||
taken: "έχει ήδη κατοχυρωθεί"
|
||||
not_a_number: "δεν είναι αριθμός"
|
||||
not_a_date: "δεν είναι σωστή ημερομηνία"
|
||||
greater_than: "πρέπει να είναι μεγαλύτερο από {{count}}"
|
||||
greater_than_or_equal_to: "πρέπει να είναι μεγαλύτερο από ή ίσο με {{count}}"
|
||||
equal_to: "πρέπει να είναι ίσον με {{count}}"
|
||||
less_than: "πρέπει να είναι μικρότερη από {{count}}"
|
||||
less_than_or_equal_to: "πρέπει να είναι μικρότερο από ή ίσο με {{count}}"
|
||||
greater_than: "πρέπει να είναι μεγαλύτερο από %{count}"
|
||||
greater_than_or_equal_to: "πρέπει να είναι μεγαλύτερο από ή ίσο με %{count}"
|
||||
equal_to: "πρέπει να είναι ίσον με %{count}"
|
||||
less_than: "πρέπει να είναι μικρότερη από %{count}"
|
||||
less_than_or_equal_to: "πρέπει να είναι μικρότερο από ή ίσο με %{count}"
|
||||
odd: "πρέπει να είναι μονός"
|
||||
even: "πρέπει να είναι ζυγός"
|
||||
greater_than_start_date: "πρέπει να είναι αργότερα από την ημερομηνία έναρξης"
|
||||
|
@ -150,42 +150,42 @@ el:
|
|||
notice_file_not_found: Η σελίδα που ζητήσατε δεν υπάρχει ή έχει αφαιρεθεί.
|
||||
notice_locking_conflict: Τα δεδομένα έχουν ενημερωθεί από άλλο χρήστη.
|
||||
notice_not_authorized: Δεν έχετε δικαίωμα πρόσβασης σε αυτή τη σελίδα.
|
||||
notice_email_sent: "Ένα μήνυμα ηλεκτρονικού ταχυδρομείου εστάλη στο {{value}}"
|
||||
notice_email_error: "Σφάλμα κατά την αποστολή του μηνύματος στο ({{value}})"
|
||||
notice_email_sent: "Ένα μήνυμα ηλεκτρονικού ταχυδρομείου εστάλη στο %{value}"
|
||||
notice_email_error: "Σφάλμα κατά την αποστολή του μηνύματος στο (%{value})"
|
||||
notice_feeds_access_key_reseted: Έγινε επαναφορά στο κλειδί πρόσβασης RSS.
|
||||
notice_failed_to_save_issues: "Αποτυχία αποθήκευσης {{count}} θεμα(των) από τα {{total}} επιλεγμένα: {{ids}}."
|
||||
notice_failed_to_save_issues: "Αποτυχία αποθήκευσης %{count} θεμα(των) από τα %{total} επιλεγμένα: %{ids}."
|
||||
notice_no_issue_selected: "Κανένα θέμα δεν είναι επιλεγμένο! Παρακαλούμε, ελέγξτε τα θέματα που θέλετε να επεξεργαστείτε."
|
||||
notice_account_pending: "Ο λογαριασμός σας έχει δημιουργηθεί και είναι σε στάδιο έγκρισης από τον διαχειριστή."
|
||||
notice_default_data_loaded: Οι προεπιλεγμένες ρυθμίσεις φορτώθηκαν επιτυχώς.
|
||||
notice_unable_delete_version: Αδύνατον να διαγραφεί η έκδοση.
|
||||
|
||||
error_can_t_load_default_data: "Οι προεπιλεγμένες ρυθμίσεις δεν μπόρεσαν να φορτωθούν:: {{value}}"
|
||||
error_can_t_load_default_data: "Οι προεπιλεγμένες ρυθμίσεις δεν μπόρεσαν να φορτωθούν:: %{value}"
|
||||
error_scm_not_found: "Η εγγραφή ή η αναθεώρηση δεν βρέθηκε στο αποθετήριο."
|
||||
error_scm_command_failed: "Παρουσιάστηκε σφάλμα κατά την προσπάθεια πρόσβασης στο αποθετήριο: {{value}}"
|
||||
error_scm_command_failed: "Παρουσιάστηκε σφάλμα κατά την προσπάθεια πρόσβασης στο αποθετήριο: %{value}"
|
||||
error_scm_annotate: "Η καταχώριση δεν υπάρχει ή δεν μπορεί να σχολιαστεί."
|
||||
error_issue_not_found_in_project: 'Το θέμα δεν βρέθηκε ή δεν ανήκει σε αυτό το έργο'
|
||||
error_no_tracker_in_project: 'Δεν υπάρχει ανιχνευτής για αυτό το έργο. Παρακαλώ ελέγξτε τις ρυθμίσεις του έργου.'
|
||||
error_no_default_issue_status: 'Δεν έχει οριστεί η προεπιλογή κατάστασης θεμάτων. Παρακαλώ ελέγξτε τις ρυθμίσεις σας (Μεταβείτε στην "Διαχείριση -> Κατάσταση θεμάτων").'
|
||||
|
||||
warning_attachments_not_saved: "{{count}} αρχείο(α) δε μπορούν να αποθηκευτούν."
|
||||
warning_attachments_not_saved: "%{count} αρχείο(α) δε μπορούν να αποθηκευτούν."
|
||||
|
||||
mail_subject_lost_password: "Ο κωδικός σας {{value}}"
|
||||
mail_subject_lost_password: "Ο κωδικός σας %{value}"
|
||||
mail_body_lost_password: 'Για να αλλάξετε τον κωδικό πρόσβασης, πατήστε τον ακόλουθο σύνδεσμο:'
|
||||
mail_subject_register: "Ενεργοποίηση του λογαριασμού χρήστη {{value}} "
|
||||
mail_subject_register: "Ενεργοποίηση του λογαριασμού χρήστη %{value} "
|
||||
mail_body_register: 'Για να ενεργοποιήσετε το λογαριασμό σας, επιλέξτε τον ακόλουθο σύνδεσμο:'
|
||||
mail_body_account_information_external: "Μπορείτε να χρησιμοποιήσετε τον λογαριασμό {{value}} για να συνδεθείτε."
|
||||
mail_body_account_information_external: "Μπορείτε να χρησιμοποιήσετε τον λογαριασμό %{value} για να συνδεθείτε."
|
||||
mail_body_account_information: Πληροφορίες του λογαριασμού σας
|
||||
mail_subject_account_activation_request: "αίτημα ενεργοποίησης λογαριασμού {{value}}"
|
||||
mail_body_account_activation_request: "'Ένας νέος χρήστης ({{value}}) έχει εγγραφεί. Ο λογαριασμός είναι σε στάδιο αναμονής της έγκρισης σας:"
|
||||
mail_subject_reminder: "{{count}} θέμα(τα) με προθεσμία στις επόμενες {{days}} ημέρες"
|
||||
mail_body_reminder: "{{count}}θέμα(τα) που έχουν ανατεθεί σε σας, με προθεσμία στις επόμενες {{days}} ημέρες:"
|
||||
mail_subject_wiki_content_added: "'προστέθηκε η σελίδα wiki {{id}}' "
|
||||
mail_body_wiki_content_added: "Η σελίδα wiki '{{id}}' προστέθηκε από τον {{author}}."
|
||||
mail_subject_wiki_content_updated: "'ενημερώθηκε η σελίδα wiki {{id}}' "
|
||||
mail_body_wiki_content_updated: "Η σελίδα wiki '{{id}}' ενημερώθηκε από τον {{author}}."
|
||||
mail_subject_account_activation_request: "αίτημα ενεργοποίησης λογαριασμού %{value}"
|
||||
mail_body_account_activation_request: "'Ένας νέος χρήστης (%{value}) έχει εγγραφεί. Ο λογαριασμός είναι σε στάδιο αναμονής της έγκρισης σας:"
|
||||
mail_subject_reminder: "%{count} θέμα(τα) με προθεσμία στις επόμενες %{days} ημέρες"
|
||||
mail_body_reminder: "%{count}θέμα(τα) που έχουν ανατεθεί σε σας, με προθεσμία στις επόμενες %{days} ημέρες:"
|
||||
mail_subject_wiki_content_added: "'προστέθηκε η σελίδα wiki %{id}' "
|
||||
mail_body_wiki_content_added: "Η σελίδα wiki '%{id}' προστέθηκε από τον %{author}."
|
||||
mail_subject_wiki_content_updated: "'ενημερώθηκε η σελίδα wiki %{id}' "
|
||||
mail_body_wiki_content_updated: "Η σελίδα wiki '%{id}' ενημερώθηκε από τον %{author}."
|
||||
|
||||
gui_validation_error: 1 σφάλμα
|
||||
gui_validation_error_plural: "{{count}} σφάλματα"
|
||||
gui_validation_error_plural: "%{count} σφάλματα"
|
||||
|
||||
field_name: Όνομα
|
||||
field_description: Περιγραφή
|
||||
|
@ -389,14 +389,14 @@ el:
|
|||
label_x_projects:
|
||||
zero: κανένα έργο
|
||||
one: 1 έργο
|
||||
other: "{{count}} έργα"
|
||||
other: "%{count} έργα"
|
||||
label_project_all: Όλα τα έργα
|
||||
label_project_latest: Τελευταία έργα
|
||||
label_issue: Θέμα
|
||||
label_issue_new: Νέο θέμα
|
||||
label_issue_plural: Θέματα
|
||||
label_issue_view_all: Προβολή όλων των θεμάτων
|
||||
label_issues_by: "Θέματα του {{value}}"
|
||||
label_issues_by: "Θέματα του %{value}"
|
||||
label_issue_added: Το θέμα προστέθηκε
|
||||
label_issue_updated: Το θέμα ενημερώθηκε
|
||||
label_document: Έγγραφο
|
||||
|
@ -445,7 +445,7 @@ el:
|
|||
label_registered_on: Εγγράφηκε την
|
||||
label_activity: Δραστηριότητα
|
||||
label_overall_activity: Συνολική δραστηριότητα
|
||||
label_user_activity: "δραστηριότητα του {{value}}"
|
||||
label_user_activity: "δραστηριότητα του %{value}"
|
||||
label_new: Νέο
|
||||
label_logged_as: Σύνδεδεμένος ως
|
||||
label_environment: Περιβάλλον
|
||||
|
@ -454,7 +454,7 @@ el:
|
|||
label_auth_source_new: Νέος τρόπος πιστοποίησης
|
||||
label_auth_source_plural: Τρόποι πιστοποίησης
|
||||
label_subproject_plural: Επιμέρους έργα
|
||||
label_and_its_subprojects: "{{value}} και τα επιμέρους έργα του"
|
||||
label_and_its_subprojects: "%{value} και τα επιμέρους έργα του"
|
||||
label_min_max_length: Ελάχ. - Μέγ. μήκος
|
||||
label_list: Λίστα
|
||||
label_date: Ημερομηνία
|
||||
|
@ -465,8 +465,8 @@ el:
|
|||
label_text: Μακροσκελές κείμενο
|
||||
label_attribute: Ιδιότητα
|
||||
label_attribute_plural: Ιδιότητες
|
||||
label_download: "{{count}} Μεταφόρτωση"
|
||||
label_download_plural: "{{count}} Μεταφορτώσεις"
|
||||
label_download: "%{count} Μεταφόρτωση"
|
||||
label_download_plural: "%{count} Μεταφορτώσεις"
|
||||
label_no_data: Δεν υπάρχουν δεδομένα
|
||||
label_change_status: Αλλαγή κατάστασης
|
||||
label_history: Ιστορικό
|
||||
|
@ -497,17 +497,17 @@ el:
|
|||
label_closed_issues: Κλειστό
|
||||
label_closed_issues_plural: Κλειστά
|
||||
label_x_open_issues_abbr_on_total:
|
||||
zero: 0 ανοικτά / {{total}}
|
||||
one: 1 ανοικτό / {{total}}
|
||||
other: "{{count}} ανοικτά / {{total}}"
|
||||
zero: 0 ανοικτά / %{total}
|
||||
one: 1 ανοικτό / %{total}
|
||||
other: "%{count} ανοικτά / %{total}"
|
||||
label_x_open_issues_abbr:
|
||||
zero: 0 ανοικτά
|
||||
one: 1 ανοικτό
|
||||
other: "{{count}} ανοικτά"
|
||||
other: "%{count} ανοικτά"
|
||||
label_x_closed_issues_abbr:
|
||||
zero: 0 κλειστά
|
||||
one: 1 κλειστό
|
||||
other: "{{count}} κλειστά"
|
||||
other: "%{count} κλειστά"
|
||||
label_total: Σύνολο
|
||||
label_permissions: Άδειες
|
||||
label_current_status: Τρέχουσα κατάσταση
|
||||
|
@ -525,7 +525,7 @@ el:
|
|||
label_months_from: μηνών από
|
||||
label_gantt: Gantt
|
||||
label_internal: Εσωτερικό
|
||||
label_last_changes: "Τελευταίες {{count}} αλλαγές"
|
||||
label_last_changes: "Τελευταίες %{count} αλλαγές"
|
||||
label_change_view_all: Προβολή όλων των αλλαγών
|
||||
label_personalize_page: Προσαρμογή σελίδας
|
||||
label_comment: Σχόλιο
|
||||
|
@ -533,7 +533,7 @@ el:
|
|||
label_x_comments:
|
||||
zero: δεν υπάρχουν σχόλια
|
||||
one: 1 σχόλιο
|
||||
other: "{{count}} σχόλια"
|
||||
other: "%{count} σχόλια"
|
||||
label_comment_add: Προσθήκη σχολίου
|
||||
label_comment_added: Τα σχόλια προστέθηκαν
|
||||
label_comment_delete: Διαγραφή σχολίων
|
||||
|
@ -554,7 +554,7 @@ el:
|
|||
label_yesterday: χθες
|
||||
label_this_week: αυτή την εβδομάδα
|
||||
label_last_week: την προηγούμενη εβδομάδα
|
||||
label_last_n_days: "τελευταίες {{count}} μέρες"
|
||||
label_last_n_days: "τελευταίες %{count} μέρες"
|
||||
label_this_month: αυτό το μήνα
|
||||
label_last_month: τον προηγούμενο μήνα
|
||||
label_this_year: αυτό το χρόνο
|
||||
|
@ -568,8 +568,8 @@ el:
|
|||
label_repository: Αποθετήριο
|
||||
label_repository_plural: Αποθετήρια
|
||||
label_browse: Πλοήγηση
|
||||
label_modification: "{{count}} τροποποίηση"
|
||||
label_modification_plural: "{{count}} τροποποιήσεις"
|
||||
label_modification: "%{count} τροποποίηση"
|
||||
label_modification_plural: "%{count} τροποποιήσεις"
|
||||
label_branch: Branch
|
||||
label_tag: Tag
|
||||
label_revision: Αναθεώρηση
|
||||
|
@ -590,8 +590,8 @@ el:
|
|||
label_sort_lower: Μετακίνηση προς τα κάτω
|
||||
label_sort_lowest: Μετακίνηση στο κατώτατο μέρος
|
||||
label_roadmap: Χάρτης πορείας
|
||||
label_roadmap_due_in: "Προθεσμία σε {{value}}"
|
||||
label_roadmap_overdue: "{{value}} καθυστερημένο"
|
||||
label_roadmap_due_in: "Προθεσμία σε %{value}"
|
||||
label_roadmap_overdue: "%{value} καθυστερημένο"
|
||||
label_roadmap_no_issues: Δεν υπάρχουν θέματα για αυτή την έκδοση
|
||||
label_search: Αναζήτηση
|
||||
label_result_plural: Αποτελέσματα
|
||||
|
@ -609,8 +609,8 @@ el:
|
|||
label_changes_details: Λεπτομέρειες όλων των αλλαγών
|
||||
label_issue_tracking: Ανίχνευση θεμάτων
|
||||
label_spent_time: Δαπανημένος χρόνος
|
||||
label_f_hour: "{{value}} ώρα"
|
||||
label_f_hour_plural: "{{value}} ώρες"
|
||||
label_f_hour: "%{value} ώρα"
|
||||
label_f_hour_plural: "%{value} ώρες"
|
||||
label_time_tracking: Ανίχνευση χρόνου
|
||||
label_change_plural: Αλλαγές
|
||||
label_statistics: Στατιστικά
|
||||
|
@ -659,13 +659,13 @@ el:
|
|||
label_date_from: Από
|
||||
label_date_to: Έως
|
||||
label_language_based: Με βάση τη γλώσσα του χρήστη
|
||||
label_sort_by: "Ταξινόμηση ανά {{value}}"
|
||||
label_sort_by: "Ταξινόμηση ανά %{value}"
|
||||
label_send_test_email: Αποστολή δοκιμαστικού email
|
||||
label_feeds_access_key_created_on: "το κλειδί πρόσβασης RSS δημιουργήθηκε πριν από {{value}}"
|
||||
label_feeds_access_key_created_on: "το κλειδί πρόσβασης RSS δημιουργήθηκε πριν από %{value}"
|
||||
label_module_plural: Μονάδες
|
||||
label_added_time_by: "Προστέθηκε από τον {{author}} πριν από {{age}}"
|
||||
label_updated_time_by: "Ενημερώθηκε από τον {{author}} πριν από {{age}}"
|
||||
label_updated_time: "Ενημερώθηκε πριν από {{value}}"
|
||||
label_added_time_by: "Προστέθηκε από τον %{author} πριν από %{age}"
|
||||
label_updated_time_by: "Ενημερώθηκε από τον %{author} πριν από %{age}"
|
||||
label_updated_time: "Ενημερώθηκε πριν από %{value}"
|
||||
label_jump_to_a_project: Μεταβείτε σε ένα έργο...
|
||||
label_file_plural: Αρχεία
|
||||
label_changeset_plural: Changesets
|
||||
|
@ -681,7 +681,7 @@ el:
|
|||
label_registration_activation_by_email: ενεργοποίηση λογαριασμού με email
|
||||
label_registration_manual_activation: χειροκίνητη ενεργοποίηση λογαριασμού
|
||||
label_registration_automatic_activation: αυτόματη ενεργοποίηση λογαριασμού
|
||||
label_display_per_page: "Ανά σελίδα: {{value}}"
|
||||
label_display_per_page: "Ανά σελίδα: %{value}"
|
||||
label_age: Ηλικία
|
||||
label_change_properties: Αλλαγή ιδιοτήτων
|
||||
label_general: Γενικά
|
||||
|
@ -704,7 +704,7 @@ el:
|
|||
label_sort: Ταξινόμηση
|
||||
label_ascending: Αύξουσα
|
||||
label_descending: Φθίνουσα
|
||||
label_date_from_to: Από {{start}} έως {{end}}
|
||||
label_date_from_to: Από %{start} έως %{end}
|
||||
label_wiki_content_added: Η σελίδα Wiki προστέθηκε
|
||||
label_wiki_content_updated: Η σελίδα Wiki ενημερώθηκε
|
||||
|
||||
|
@ -756,48 +756,48 @@ el:
|
|||
text_regexp_info: eg. ^[A-Z0-9]+$
|
||||
text_min_max_length_info: 0 σημαίνει ότι δεν υπάρχουν περιορισμοί
|
||||
text_project_destroy_confirmation: Είστε σίγουροι ότι θέλετε να διαγράψετε αυτό το έργο και τα σχετικά δεδομένα του;
|
||||
text_subprojects_destroy_warning: "Επίσης το(α) επιμέρους έργο(α): {{value}} θα διαγραφούν."
|
||||
text_subprojects_destroy_warning: "Επίσης το(α) επιμέρους έργο(α): %{value} θα διαγραφούν."
|
||||
text_workflow_edit: Επιλέξτε ένα ρόλο και έναν ανιχνευτή για να επεξεργαστείτε τη ροή εργασίας
|
||||
text_are_you_sure: Είστε σίγουρος ;
|
||||
text_tip_issue_begin_day: καθήκοντα που ξεκινάνε σήμερα
|
||||
text_tip_issue_end_day: καθήκοντα που τελειώνουν σήμερα
|
||||
text_tip_issue_begin_end_day: καθήκοντα που ξεκινάνε και τελειώνουν σήμερα
|
||||
text_project_identifier_info: 'Επιτρέπονται μόνο μικρά πεζά γράμματα (a-z), αριθμοί και παύλες. <br /> Μετά την αποθήκευση, το αναγνωριστικό δεν μπορεί να αλλάξει.'
|
||||
text_caracters_maximum: "μέγιστος αριθμός {{count}} χαρακτήρες."
|
||||
text_caracters_minimum: "Πρέπει να περιέχει τουλάχιστον {{count}} χαρακτήρες."
|
||||
text_length_between: "Μήκος μεταξύ {{min}} και {{max}} χαρακτήρες."
|
||||
text_caracters_maximum: "μέγιστος αριθμός %{count} χαρακτήρες."
|
||||
text_caracters_minimum: "Πρέπει να περιέχει τουλάχιστον %{count} χαρακτήρες."
|
||||
text_length_between: "Μήκος μεταξύ %{min} και %{max} χαρακτήρες."
|
||||
text_tracker_no_workflow: Δεν έχει οριστεί ροή εργασίας για αυτό τον ανιχνευτή
|
||||
text_unallowed_characters: Μη επιτρεπόμενοι χαρακτήρες
|
||||
text_comma_separated: Επιτρέπονται πολλαπλές τιμές (χωρισμένες με κόμμα).
|
||||
text_issues_ref_in_commit_messages: Αναφορά και καθορισμός θεμάτων σε μηνύματα commit
|
||||
text_issue_added: "Το θέμα {{id}} παρουσιάστηκε από τον {{author}}."
|
||||
text_issue_updated: "Το θέμα {{id}} ενημερώθηκε από τον {{author}}."
|
||||
text_issue_added: "Το θέμα %{id} παρουσιάστηκε από τον %{author}."
|
||||
text_issue_updated: "Το θέμα %{id} ενημερώθηκε από τον %{author}."
|
||||
text_wiki_destroy_confirmation: Είστε σίγουροι ότι θέλετε να διαγράψετε αυτό το wiki και όλο το περιεχόμενο του ;
|
||||
text_issue_category_destroy_question: "Κάποια θέματα ({{count}}) έχουν εκχωρηθεί σε αυτή την κατηγορία. Τι θέλετε να κάνετε ;"
|
||||
text_issue_category_destroy_question: "Κάποια θέματα (%{count}) έχουν εκχωρηθεί σε αυτή την κατηγορία. Τι θέλετε να κάνετε ;"
|
||||
text_issue_category_destroy_assignments: Αφαίρεση εκχωρήσεων κατηγορίας
|
||||
text_issue_category_reassign_to: Επανεκχώρηση θεμάτων σε αυτή την κατηγορία
|
||||
text_user_mail_option: "Για μη επιλεγμένα έργα, θα λάβετε ειδοποιήσεις μόνο για πράγματα που παρακολουθείτε ή στα οποία συμμετέχω ενεργά (π.χ. θέματα των οποίων είστε συγγραφέας ή σας έχουν ανατεθεί)."
|
||||
text_no_configuration_data: "Οι ρόλοι, οι ανιχνευτές, η κατάσταση των θεμάτων και η ροή εργασίας δεν έχουν ρυθμιστεί ακόμα.\nΣυνιστάται ιδιαίτερα να φορτώσετε τις προεπιλεγμένες ρυθμίσεις. Θα είστε σε θέση να τις τροποποιήσετε μετά τη φόρτωση τους."
|
||||
text_load_default_configuration: Φόρτωση προεπιλεγμένων ρυθμίσεων
|
||||
text_status_changed_by_changeset: "Εφαρμόστηκε στο changeset {{value}}."
|
||||
text_status_changed_by_changeset: "Εφαρμόστηκε στο changeset %{value}."
|
||||
text_issues_destroy_confirmation: 'Είστε σίγουρος ότι θέλετε να διαγράψετε το επιλεγμένο θέμα(τα);'
|
||||
text_select_project_modules: 'Επιλέξτε ποιες μονάδες θα ενεργοποιήσετε για αυτό το έργο:'
|
||||
text_default_administrator_account_changed: Ο προκαθορισμένος λογαριασμός του διαχειριστή άλλαξε
|
||||
text_file_repository_writable: Εγγράψιμος κατάλογος συνημμένων
|
||||
text_plugin_assets_writable: Εγγράψιμος κατάλογος plugin assets
|
||||
text_rmagick_available: Διαθέσιμο RMagick (προαιρετικό)
|
||||
text_destroy_time_entries_question: "{{hours}} δαπανήθηκαν σχετικά με τα θέματα που πρόκειται να διαγράψετε. Τι θέλετε να κάνετε ;"
|
||||
text_destroy_time_entries_question: "%{hours} δαπανήθηκαν σχετικά με τα θέματα που πρόκειται να διαγράψετε. Τι θέλετε να κάνετε ;"
|
||||
text_destroy_time_entries: Διαγραφή αναφερόμενων ωρών
|
||||
text_assign_time_entries_to_project: Ανάθεση αναφερόμενων ωρών στο έργο
|
||||
text_reassign_time_entries: 'Ανάθεση εκ νέου των αναφερόμενων ωρών στο θέμα:'
|
||||
text_user_wrote: "{{value}} έγραψε:"
|
||||
text_enumeration_destroy_question: "{{count}} αντικείμενα έχουν τεθεί σε αυτή την τιμή."
|
||||
text_user_wrote: "%{value} έγραψε:"
|
||||
text_enumeration_destroy_question: "%{count} αντικείμενα έχουν τεθεί σε αυτή την τιμή."
|
||||
text_enumeration_category_reassign_to: 'Επανεκχώρηση τους στην παρούσα αξία:'
|
||||
text_email_delivery_not_configured: "Δεν έχουν γίνει ρυθμίσεις παράδοσης email, και οι ειδοποιήσεις είναι απενεργοποιημένες.\nΔηλώστε τον εξυπηρετητή SMTP στο config/email.yml και κάντε επανακκίνηση την εφαρμογή για να τις ρυθμίσεις."
|
||||
text_repository_usernames_mapping: "Επιλέξτε ή ενημερώστε τον χρήστη Redmine που αντιστοιχεί σε κάθε όνομα χρήστη στο ιστορικό του αποθετηρίου.\nΧρήστες με το ίδιο όνομα χρήστη ή email στο Redmine και στο αποθετηρίο αντιστοιχίζονται αυτόματα."
|
||||
text_diff_truncated: '... Αυτό το diff εχεί κοπεί επειδή υπερβαίνει το μέγιστο μέγεθος που μπορεί να προβληθεί.'
|
||||
text_custom_field_possible_values_info: 'Μία γραμμή για κάθε τιμή'
|
||||
text_wiki_page_destroy_question: "Αυτή η σελίδα έχει {{descendants}} σελίδες τέκνων και απογόνων. Τι θέλετε να κάνετε ;"
|
||||
text_wiki_page_destroy_question: "Αυτή η σελίδα έχει %{descendants} σελίδες τέκνων και απογόνων. Τι θέλετε να κάνετε ;"
|
||||
text_wiki_page_nullify_children: "Διατηρήστε τις σελίδες τέκνων ως σελίδες root"
|
||||
text_wiki_page_destroy_children: "Διαγράψτε όλες τις σελίδες τέκνων και των απογόνων τους"
|
||||
text_wiki_page_reassign_children: "Επανεκχώριση των σελίδων τέκνων στη γονική σελίδα"
|
||||
|
@ -827,14 +827,14 @@ el:
|
|||
enumeration_issue_priorities: Προτεραιότητα θέματος
|
||||
enumeration_doc_categories: Κατηγορία εγγράφων
|
||||
enumeration_activities: Δραστηριότητες (κατακερματισμός χρόνου)
|
||||
text_journal_changed: "{{label}} άλλαξε από {{old}} σε {{new}}"
|
||||
text_journal_set_to: "{{label}} ορίζεται σε {{value}}"
|
||||
text_journal_deleted: "{{label}} διαγράφηκε ({{old}})"
|
||||
text_journal_changed: "%{label} άλλαξε από %{old} σε %{new}"
|
||||
text_journal_set_to: "%{label} ορίζεται σε %{value}"
|
||||
text_journal_deleted: "%{label} διαγράφηκε (%{old})"
|
||||
label_group_plural: Ομάδες
|
||||
label_group: Ομάδα
|
||||
label_group_new: Νέα ομάδα
|
||||
label_time_entry_plural: Χρόνος που δαπανήθηκε
|
||||
text_journal_added: "{{label}} {{value}} added"
|
||||
text_journal_added: "%{label} %{value} added"
|
||||
field_active: Active
|
||||
enumeration_system_activity: System Activity
|
||||
permission_delete_issue_watchers: Delete watchers
|
||||
|
@ -869,9 +869,9 @@ el:
|
|||
setting_start_of_week: Start calendars on
|
||||
permission_view_issues: View Issues
|
||||
label_display_used_statuses_only: Only display statuses that are used by this tracker
|
||||
label_revision_id: Revision {{value}}
|
||||
label_revision_id: Revision %{value}
|
||||
label_api_access_key: API access key
|
||||
label_api_access_key_created_on: API access key created {{value}} ago
|
||||
label_api_access_key_created_on: API access key created %{value} ago
|
||||
label_feeds_access_key: RSS access key
|
||||
notice_api_access_key_reseted: Your API access key was reset.
|
||||
setting_rest_api_enabled: Enable REST web service
|
||||
|
@ -898,12 +898,12 @@ el:
|
|||
label_subtask_plural: Subtasks
|
||||
label_project_copy_notifications: Send email notifications during the project copy
|
||||
error_can_not_delete_custom_field: Unable to delete custom field
|
||||
error_unable_to_connect: Unable to connect ({{value}})
|
||||
error_unable_to_connect: Unable to connect (%{value})
|
||||
error_can_not_remove_role: This role is in use and can not be deleted.
|
||||
error_can_not_delete_tracker: This tracker contains issues and can't be deleted.
|
||||
field_principal: Principal
|
||||
label_my_page_block: My page block
|
||||
notice_failed_to_save_members: "Failed to save member(s): {{errors}}."
|
||||
notice_failed_to_save_members: "Failed to save member(s): %{errors}."
|
||||
text_zoom_out: Zoom out
|
||||
text_zoom_in: Zoom in
|
||||
notice_unable_delete_time_entry: Unable to delete time log entry.
|
||||
|
@ -911,7 +911,7 @@ el:
|
|||
field_time_entries: Log time
|
||||
project_module_gantt: Gantt
|
||||
project_module_calendar: Calendar
|
||||
button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}"
|
||||
button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
|
||||
text_are_you_sure_with_children: Delete issue and all child issues?
|
||||
field_text: Text field
|
||||
label_user_mail_option_only_owner: Only for things I am the owner of
|
||||
|
@ -928,7 +928,7 @@ el:
|
|||
field_visible: Visible
|
||||
setting_emails_header: Emails header
|
||||
setting_commit_logtime_activity_id: Activity for logged time
|
||||
text_time_logged_by_changeset: Applied in changeset {{value}}.
|
||||
text_time_logged_by_changeset: Applied in changeset %{value}.
|
||||
setting_commit_logtime_enabled: Enable time logging
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed ({{max}})
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
|
||||
setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -33,37 +33,37 @@ en:
|
|||
half_a_minute: "half a minute"
|
||||
less_than_x_seconds:
|
||||
one: "less than 1 second"
|
||||
other: "less than {{count}} seconds"
|
||||
other: "less than %{count} seconds"
|
||||
x_seconds:
|
||||
one: "1 second"
|
||||
other: "{{count}} seconds"
|
||||
other: "%{count} seconds"
|
||||
less_than_x_minutes:
|
||||
one: "less than a minute"
|
||||
other: "less than {{count}} minutes"
|
||||
other: "less than %{count} minutes"
|
||||
x_minutes:
|
||||
one: "1 minute"
|
||||
other: "{{count}} minutes"
|
||||
other: "%{count} minutes"
|
||||
about_x_hours:
|
||||
one: "about 1 hour"
|
||||
other: "about {{count}} hours"
|
||||
other: "about %{count} hours"
|
||||
x_days:
|
||||
one: "1 day"
|
||||
other: "{{count}} days"
|
||||
other: "%{count} days"
|
||||
about_x_months:
|
||||
one: "about 1 month"
|
||||
other: "about {{count}} months"
|
||||
other: "about %{count} months"
|
||||
x_months:
|
||||
one: "1 month"
|
||||
other: "{{count}} months"
|
||||
other: "%{count} months"
|
||||
about_x_years:
|
||||
one: "about 1 year"
|
||||
other: "about {{count}} years"
|
||||
other: "about %{count} years"
|
||||
over_x_years:
|
||||
one: "over 1 year"
|
||||
other: "over {{count}} years"
|
||||
other: "over %{count} years"
|
||||
almost_x_years:
|
||||
one: "almost 1 year"
|
||||
other: "almost {{count}} years"
|
||||
other: "almost %{count} years"
|
||||
|
||||
number:
|
||||
# Default format for numbers
|
||||
|
@ -103,17 +103,17 @@ en:
|
|||
accepted: "must be accepted"
|
||||
empty: "can't be empty"
|
||||
blank: "can't be blank"
|
||||
too_long: "is too long (maximum is {{count}} characters)"
|
||||
too_short: "is too short (minimum is {{count}} characters)"
|
||||
wrong_length: "is the wrong length (should be {{count}} characters)"
|
||||
too_long: "is too long (maximum is %{count} characters)"
|
||||
too_short: "is too short (minimum is %{count} characters)"
|
||||
wrong_length: "is the wrong length (should be %{count} characters)"
|
||||
taken: "has already been taken"
|
||||
not_a_number: "is not a number"
|
||||
not_a_date: "is not a valid date"
|
||||
greater_than: "must be greater than {{count}}"
|
||||
greater_than_or_equal_to: "must be greater than or equal to {{count}}"
|
||||
equal_to: "must be equal to {{count}}"
|
||||
less_than: "must be less than {{count}}"
|
||||
less_than_or_equal_to: "must be less than or equal to {{count}}"
|
||||
greater_than: "must be greater than %{count}"
|
||||
greater_than_or_equal_to: "must be greater than or equal to %{count}"
|
||||
equal_to: "must be equal to %{count}"
|
||||
less_than: "must be less than %{count}"
|
||||
less_than_or_equal_to: "must be less than or equal to %{count}"
|
||||
odd: "must be odd"
|
||||
even: "must be even"
|
||||
greater_than_start_date: "must be greater than start date"
|
||||
|
@ -151,23 +151,23 @@ en:
|
|||
notice_locking_conflict: Data has been updated by another user.
|
||||
notice_not_authorized: You are not authorized to access this page.
|
||||
notice_not_authorized_archived_project: The project you're trying to access has been archived.
|
||||
notice_email_sent: "An email was sent to {{value}}"
|
||||
notice_email_error: "An error occurred while sending mail ({{value}})"
|
||||
notice_email_sent: "An email was sent to %{value}"
|
||||
notice_email_error: "An error occurred while sending mail (%{value})"
|
||||
notice_feeds_access_key_reseted: Your RSS access key was reset.
|
||||
notice_api_access_key_reseted: Your API access key was reset.
|
||||
notice_failed_to_save_issues: "Failed to save {{count}} issue(s) on {{total}} selected: {{ids}}."
|
||||
notice_failed_to_save_members: "Failed to save member(s): {{errors}}."
|
||||
notice_failed_to_save_issues: "Failed to save %{count} issue(s) on %{total} selected: %{ids}."
|
||||
notice_failed_to_save_members: "Failed to save member(s): %{errors}."
|
||||
notice_no_issue_selected: "No issue is selected! Please, check the issues you want to edit."
|
||||
notice_account_pending: "Your account was created and is now pending administrator approval."
|
||||
notice_default_data_loaded: Default configuration successfully loaded.
|
||||
notice_unable_delete_version: Unable to delete version.
|
||||
notice_unable_delete_time_entry: Unable to delete time log entry.
|
||||
notice_issue_done_ratios_updated: Issue done ratios updated.
|
||||
notice_gantt_chart_truncated: "The chart was truncated because it exceeds the maximum number of items that can be displayed ({{max}})"
|
||||
notice_gantt_chart_truncated: "The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})"
|
||||
|
||||
error_can_t_load_default_data: "Default configuration could not be loaded: {{value}}"
|
||||
error_can_t_load_default_data: "Default configuration could not be loaded: %{value}"
|
||||
error_scm_not_found: "The entry or revision was not found in the repository."
|
||||
error_scm_command_failed: "An error occurred when trying to access the repository: {{value}}"
|
||||
error_scm_command_failed: "An error occurred when trying to access the repository: %{value}"
|
||||
error_scm_annotate: "The entry does not exist or can not be annotated."
|
||||
error_issue_not_found_in_project: 'The issue was not found or does not belong to this project'
|
||||
error_no_tracker_in_project: 'No tracker is associated to this project. Please check the Project settings.'
|
||||
|
@ -181,26 +181,26 @@ en:
|
|||
error_workflow_copy_source: 'Please select a source tracker or role'
|
||||
error_workflow_copy_target: 'Please select target tracker(s) and role(s)'
|
||||
error_unable_delete_issue_status: 'Unable to delete issue status'
|
||||
error_unable_to_connect: "Unable to connect ({{value}})"
|
||||
warning_attachments_not_saved: "{{count}} file(s) could not be saved."
|
||||
error_unable_to_connect: "Unable to connect (%{value})"
|
||||
warning_attachments_not_saved: "%{count} file(s) could not be saved."
|
||||
|
||||
mail_subject_lost_password: "Your {{value}} password"
|
||||
mail_subject_lost_password: "Your %{value} password"
|
||||
mail_body_lost_password: 'To change your password, click on the following link:'
|
||||
mail_subject_register: "Your {{value}} account activation"
|
||||
mail_subject_register: "Your %{value} account activation"
|
||||
mail_body_register: 'To activate your account, click on the following link:'
|
||||
mail_body_account_information_external: "You can use your {{value}} account to log in."
|
||||
mail_body_account_information_external: "You can use your %{value} account to log in."
|
||||
mail_body_account_information: Your account information
|
||||
mail_subject_account_activation_request: "{{value}} account activation request"
|
||||
mail_body_account_activation_request: "A new user ({{value}}) has registered. The account is pending your approval:"
|
||||
mail_subject_reminder: "{{count}} issue(s) due in the next {{days}} days"
|
||||
mail_body_reminder: "{{count}} issue(s) that are assigned to you are due in the next {{days}} days:"
|
||||
mail_subject_wiki_content_added: "'{{id}}' wiki page has been added"
|
||||
mail_body_wiki_content_added: "The '{{id}}' wiki page has been added by {{author}}."
|
||||
mail_subject_wiki_content_updated: "'{{id}}' wiki page has been updated"
|
||||
mail_body_wiki_content_updated: "The '{{id}}' wiki page has been updated by {{author}}."
|
||||
mail_subject_account_activation_request: "%{value} account activation request"
|
||||
mail_body_account_activation_request: "A new user (%{value}) has registered. The account is pending your approval:"
|
||||
mail_subject_reminder: "%{count} issue(s) due in the next %{days} days"
|
||||
mail_body_reminder: "%{count} issue(s) that are assigned to you are due in the next %{days} days:"
|
||||
mail_subject_wiki_content_added: "'%{id}' wiki page has been added"
|
||||
mail_body_wiki_content_added: "The '%{id}' wiki page has been added by %{author}."
|
||||
mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated"
|
||||
mail_body_wiki_content_updated: "The '%{id}' wiki page has been updated by %{author}."
|
||||
|
||||
gui_validation_error: 1 error
|
||||
gui_validation_error_plural: "{{count}} errors"
|
||||
gui_validation_error_plural: "%{count} errors"
|
||||
|
||||
field_name: Name
|
||||
field_description: Description
|
||||
|
@ -436,14 +436,14 @@ en:
|
|||
label_x_projects:
|
||||
zero: no projects
|
||||
one: 1 project
|
||||
other: "{{count}} projects"
|
||||
other: "%{count} projects"
|
||||
label_project_all: All Projects
|
||||
label_project_latest: Latest projects
|
||||
label_issue: Issue
|
||||
label_issue_new: New issue
|
||||
label_issue_plural: Issues
|
||||
label_issue_view_all: View all issues
|
||||
label_issues_by: "Issues by {{value}}"
|
||||
label_issues_by: "Issues by %{value}"
|
||||
label_issue_added: Issue added
|
||||
label_issue_updated: Issue updated
|
||||
label_document: Document
|
||||
|
@ -493,7 +493,7 @@ en:
|
|||
label_registered_on: Registered on
|
||||
label_activity: Activity
|
||||
label_overall_activity: Overall activity
|
||||
label_user_activity: "{{value}}'s activity"
|
||||
label_user_activity: "%{value}'s activity"
|
||||
label_new: New
|
||||
label_logged_as: Logged in as
|
||||
label_environment: Environment
|
||||
|
@ -503,7 +503,7 @@ en:
|
|||
label_auth_source_plural: Authentication modes
|
||||
label_subproject_plural: Subprojects
|
||||
label_subproject_new: New subproject
|
||||
label_and_its_subprojects: "{{value}} and its subprojects"
|
||||
label_and_its_subprojects: "%{value} and its subprojects"
|
||||
label_min_max_length: Min - Max length
|
||||
label_list: List
|
||||
label_date: Date
|
||||
|
@ -514,8 +514,8 @@ en:
|
|||
label_text: Long text
|
||||
label_attribute: Attribute
|
||||
label_attribute_plural: Attributes
|
||||
label_download: "{{count}} Download"
|
||||
label_download_plural: "{{count}} Downloads"
|
||||
label_download: "%{count} Download"
|
||||
label_download_plural: "%{count} Downloads"
|
||||
label_no_data: No data to display
|
||||
label_change_status: Change status
|
||||
label_history: History
|
||||
|
@ -547,17 +547,17 @@ en:
|
|||
label_closed_issues: closed
|
||||
label_closed_issues_plural: closed
|
||||
label_x_open_issues_abbr_on_total:
|
||||
zero: 0 open / {{total}}
|
||||
one: 1 open / {{total}}
|
||||
other: "{{count}} open / {{total}}"
|
||||
zero: 0 open / %{total}
|
||||
one: 1 open / %{total}
|
||||
other: "%{count} open / %{total}"
|
||||
label_x_open_issues_abbr:
|
||||
zero: 0 open
|
||||
one: 1 open
|
||||
other: "{{count}} open"
|
||||
other: "%{count} open"
|
||||
label_x_closed_issues_abbr:
|
||||
zero: 0 closed
|
||||
one: 1 closed
|
||||
other: "{{count}} closed"
|
||||
other: "%{count} closed"
|
||||
label_total: Total
|
||||
label_permissions: Permissions
|
||||
label_current_status: Current status
|
||||
|
@ -575,7 +575,7 @@ en:
|
|||
label_months_from: months from
|
||||
label_gantt: Gantt
|
||||
label_internal: Internal
|
||||
label_last_changes: "last {{count}} changes"
|
||||
label_last_changes: "last %{count} changes"
|
||||
label_change_view_all: View all changes
|
||||
label_personalize_page: Personalize this page
|
||||
label_comment: Comment
|
||||
|
@ -583,7 +583,7 @@ en:
|
|||
label_x_comments:
|
||||
zero: no comments
|
||||
one: 1 comment
|
||||
other: "{{count}} comments"
|
||||
other: "%{count} comments"
|
||||
label_comment_add: Add a comment
|
||||
label_comment_added: Comment added
|
||||
label_comment_delete: Delete comments
|
||||
|
@ -604,7 +604,7 @@ en:
|
|||
label_yesterday: yesterday
|
||||
label_this_week: this week
|
||||
label_last_week: last week
|
||||
label_last_n_days: "last {{count}} days"
|
||||
label_last_n_days: "last %{count} days"
|
||||
label_this_month: this month
|
||||
label_last_month: last month
|
||||
label_this_year: this year
|
||||
|
@ -618,13 +618,13 @@ en:
|
|||
label_repository: Repository
|
||||
label_repository_plural: Repositories
|
||||
label_browse: Browse
|
||||
label_modification: "{{count}} change"
|
||||
label_modification_plural: "{{count}} changes"
|
||||
label_modification: "%{count} change"
|
||||
label_modification_plural: "%{count} changes"
|
||||
label_branch: Branch
|
||||
label_tag: Tag
|
||||
label_revision: Revision
|
||||
label_revision_plural: Revisions
|
||||
label_revision_id: "Revision {{value}}"
|
||||
label_revision_id: "Revision %{value}"
|
||||
label_associated_revisions: Associated revisions
|
||||
label_added: added
|
||||
label_modified: modified
|
||||
|
@ -641,8 +641,8 @@ en:
|
|||
label_sort_lower: Move down
|
||||
label_sort_lowest: Move to bottom
|
||||
label_roadmap: Roadmap
|
||||
label_roadmap_due_in: "Due in {{value}}"
|
||||
label_roadmap_overdue: "{{value}} late"
|
||||
label_roadmap_due_in: "Due in %{value}"
|
||||
label_roadmap_overdue: "%{value} late"
|
||||
label_roadmap_no_issues: No issues for this version
|
||||
label_search: Search
|
||||
label_result_plural: Results
|
||||
|
@ -661,8 +661,8 @@ en:
|
|||
label_issue_tracking: Issue tracking
|
||||
label_spent_time: Spent time
|
||||
label_overall_spent_time: Overall spent time
|
||||
label_f_hour: "{{value}} hour"
|
||||
label_f_hour_plural: "{{value}} hours"
|
||||
label_f_hour: "%{value} hour"
|
||||
label_f_hour_plural: "%{value} hours"
|
||||
label_time_tracking: Time tracking
|
||||
label_change_plural: Changes
|
||||
label_statistics: Statistics
|
||||
|
@ -713,15 +713,15 @@ en:
|
|||
label_date_from: From
|
||||
label_date_to: To
|
||||
label_language_based: Based on user's language
|
||||
label_sort_by: "Sort by {{value}}"
|
||||
label_sort_by: "Sort by %{value}"
|
||||
label_send_test_email: Send a test email
|
||||
label_feeds_access_key: RSS access key
|
||||
label_missing_feeds_access_key: Missing a RSS access key
|
||||
label_feeds_access_key_created_on: "RSS access key created {{value}} ago"
|
||||
label_feeds_access_key_created_on: "RSS access key created %{value} ago"
|
||||
label_module_plural: Modules
|
||||
label_added_time_by: "Added by {{author}} {{age}} ago"
|
||||
label_updated_time_by: "Updated by {{author}} {{age}} ago"
|
||||
label_updated_time: "Updated {{value}} ago"
|
||||
label_added_time_by: "Added by %{author} %{age} ago"
|
||||
label_updated_time_by: "Updated by %{author} %{age} ago"
|
||||
label_updated_time: "Updated %{value} ago"
|
||||
label_jump_to_a_project: Jump to a project...
|
||||
label_file_plural: Files
|
||||
label_changeset_plural: Changesets
|
||||
|
@ -741,7 +741,7 @@ en:
|
|||
label_registration_activation_by_email: account activation by email
|
||||
label_registration_manual_activation: manual account activation
|
||||
label_registration_automatic_activation: automatic account activation
|
||||
label_display_per_page: "Per page: {{value}}"
|
||||
label_display_per_page: "Per page: %{value}"
|
||||
label_age: Age
|
||||
label_change_properties: Change properties
|
||||
label_general: General
|
||||
|
@ -764,7 +764,7 @@ en:
|
|||
label_sort: Sort
|
||||
label_ascending: Ascending
|
||||
label_descending: Descending
|
||||
label_date_from_to: From {{start}} to {{end}}
|
||||
label_date_from_to: From %{start} to %{end}
|
||||
label_wiki_content_added: Wiki page added
|
||||
label_wiki_content_updated: Wiki page updated
|
||||
label_group: Group
|
||||
|
@ -783,7 +783,7 @@ en:
|
|||
label_display_used_statuses_only: Only display statuses that are used by this tracker
|
||||
label_api_access_key: API access key
|
||||
label_missing_api_access_key: Missing an API access key
|
||||
label_api_access_key_created_on: "API access key created {{value}} ago"
|
||||
label_api_access_key_created_on: "API access key created %{value} ago"
|
||||
label_profile: Profile
|
||||
label_subtask_plural: Subtasks
|
||||
label_project_copy_notifications: Send email notifications during the project copy
|
||||
|
@ -800,7 +800,7 @@ en:
|
|||
button_create_and_continue: Create and continue
|
||||
button_test: Test
|
||||
button_edit: Edit
|
||||
button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}"
|
||||
button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
|
||||
button_add: Add
|
||||
button_change: Change
|
||||
button_apply: Apply
|
||||
|
@ -849,55 +849,55 @@ en:
|
|||
text_regexp_info: eg. ^[A-Z0-9]+$
|
||||
text_min_max_length_info: 0 means no restriction
|
||||
text_project_destroy_confirmation: Are you sure you want to delete this project and related data ?
|
||||
text_subprojects_destroy_warning: "Its subproject(s): {{value}} will be also deleted."
|
||||
text_subprojects_destroy_warning: "Its subproject(s): %{value} will be also deleted."
|
||||
text_workflow_edit: Select a role and a tracker to edit the workflow
|
||||
text_are_you_sure: Are you sure ?
|
||||
text_are_you_sure_with_children: "Delete issue and all child issues?"
|
||||
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
||||
text_journal_set_to: "{{label}} set to {{value}}"
|
||||
text_journal_deleted: "{{label}} deleted ({{old}})"
|
||||
text_journal_added: "{{label}} {{value}} added"
|
||||
text_journal_changed: "%{label} changed from %{old} to %{new}"
|
||||
text_journal_set_to: "%{label} set to %{value}"
|
||||
text_journal_deleted: "%{label} deleted (%{old})"
|
||||
text_journal_added: "%{label} %{value} added"
|
||||
text_tip_issue_begin_day: issue beginning this day
|
||||
text_tip_issue_end_day: issue ending this day
|
||||
text_tip_issue_begin_end_day: issue beginning and ending this day
|
||||
text_project_identifier_info: 'Only lower case letters (a-z), numbers and dashes are allowed.<br />Once saved, the identifier can not be changed.'
|
||||
text_caracters_maximum: "{{count}} characters maximum."
|
||||
text_caracters_minimum: "Must be at least {{count}} characters long."
|
||||
text_length_between: "Length between {{min}} and {{max}} characters."
|
||||
text_caracters_maximum: "%{count} characters maximum."
|
||||
text_caracters_minimum: "Must be at least %{count} characters long."
|
||||
text_length_between: "Length between %{min} and %{max} characters."
|
||||
text_tracker_no_workflow: No workflow defined for this tracker
|
||||
text_unallowed_characters: Unallowed characters
|
||||
text_comma_separated: Multiple values allowed (comma separated).
|
||||
text_line_separated: Multiple values allowed (one line for each value).
|
||||
text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages
|
||||
text_issue_added: "Issue {{id}} has been reported by {{author}}."
|
||||
text_issue_updated: "Issue {{id}} has been updated by {{author}}."
|
||||
text_issue_added: "Issue %{id} has been reported by %{author}."
|
||||
text_issue_updated: "Issue %{id} has been updated by %{author}."
|
||||
text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content ?
|
||||
text_issue_category_destroy_question: "Some issues ({{count}}) are assigned to this category. What do you want to do ?"
|
||||
text_issue_category_destroy_question: "Some issues (%{count}) are assigned to this category. What do you want to do ?"
|
||||
text_issue_category_destroy_assignments: Remove category assignments
|
||||
text_issue_category_reassign_to: Reassign issues to this category
|
||||
text_user_mail_option: "For unselected projects, you will only receive notifications about things you watch or you're involved in (eg. issues you're the author or assignee)."
|
||||
text_no_configuration_data: "Roles, trackers, issue statuses and workflow have not been configured yet.\nIt is highly recommended to load the default configuration. You will be able to modify it once loaded."
|
||||
text_load_default_configuration: Load the default configuration
|
||||
text_status_changed_by_changeset: "Applied in changeset {{value}}."
|
||||
text_time_logged_by_changeset: "Applied in changeset {{value}}."
|
||||
text_status_changed_by_changeset: "Applied in changeset %{value}."
|
||||
text_time_logged_by_changeset: "Applied in changeset %{value}."
|
||||
text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?'
|
||||
text_select_project_modules: 'Select modules to enable for this project:'
|
||||
text_default_administrator_account_changed: Default administrator account changed
|
||||
text_file_repository_writable: Attachments directory writable
|
||||
text_plugin_assets_writable: Plugin assets directory writable
|
||||
text_rmagick_available: RMagick available (optional)
|
||||
text_destroy_time_entries_question: "{{hours}} hours were reported on the issues you are about to delete. What do you want to do ?"
|
||||
text_destroy_time_entries_question: "%{hours} hours were reported on the issues you are about to delete. What do you want to do ?"
|
||||
text_destroy_time_entries: Delete reported hours
|
||||
text_assign_time_entries_to_project: Assign reported hours to the project
|
||||
text_reassign_time_entries: 'Reassign reported hours to this issue:'
|
||||
text_user_wrote: "{{value}} wrote:"
|
||||
text_enumeration_destroy_question: "{{count}} objects are assigned to this value."
|
||||
text_user_wrote: "%{value} wrote:"
|
||||
text_enumeration_destroy_question: "%{count} objects are assigned to this value."
|
||||
text_enumeration_category_reassign_to: 'Reassign them to this value:'
|
||||
text_email_delivery_not_configured: "Email delivery is not configured, and notifications are disabled.\nConfigure your SMTP server in config/email.yml and restart the application to enable them."
|
||||
text_repository_usernames_mapping: "Select or update the Redmine user mapped to each username found in the repository log.\nUsers with the same Redmine and repository username or email are automatically mapped."
|
||||
text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.'
|
||||
text_custom_field_possible_values_info: 'One line for each value'
|
||||
text_wiki_page_destroy_question: "This page has {{descendants}} child page(s) and descendant(s). What do you want to do?"
|
||||
text_wiki_page_destroy_question: "This page has %{descendants} child page(s) and descendant(s). What do you want to do?"
|
||||
text_wiki_page_nullify_children: "Keep child pages as root pages"
|
||||
text_wiki_page_destroy_children: "Delete child pages and all their descendants"
|
||||
text_wiki_page_reassign_children: "Reassign child pages to this parent page"
|
||||
|
|
|
@ -66,44 +66,44 @@ es:
|
|||
half_a_minute: "medio minuto"
|
||||
less_than_x_seconds:
|
||||
one: "menos de 1 segundo"
|
||||
other: "menos de {{count}} segundos"
|
||||
other: "menos de %{count} segundos"
|
||||
x_seconds:
|
||||
one: "1 segundo"
|
||||
other: "{{count}} segundos"
|
||||
other: "%{count} segundos"
|
||||
less_than_x_minutes:
|
||||
one: "menos de 1 minuto"
|
||||
other: "menos de {{count}} minutos"
|
||||
other: "menos de %{count} minutos"
|
||||
x_minutes:
|
||||
one: "1 minuto"
|
||||
other: "{{count}} minutos"
|
||||
other: "%{count} minutos"
|
||||
about_x_hours:
|
||||
one: "alrededor de 1 hora"
|
||||
other: "alrededor de {{count}} horas"
|
||||
other: "alrededor de %{count} horas"
|
||||
x_days:
|
||||
one: "1 día"
|
||||
other: "{{count}} días"
|
||||
other: "%{count} días"
|
||||
about_x_months:
|
||||
one: "alrededor de 1 mes"
|
||||
other: "alrededor de {{count}} meses"
|
||||
other: "alrededor de %{count} meses"
|
||||
x_months:
|
||||
one: "1 mes"
|
||||
other: "{{count}} meses"
|
||||
other: "%{count} meses"
|
||||
about_x_years:
|
||||
one: "alrededor de 1 año"
|
||||
other: "alrededor de {{count}} años"
|
||||
other: "alrededor de %{count} años"
|
||||
over_x_years:
|
||||
one: "más de 1 año"
|
||||
other: "más de {{count}} años"
|
||||
other: "más de %{count} años"
|
||||
almost_x_years:
|
||||
one: "casi 1 año"
|
||||
other: "casi {{count}} años"
|
||||
other: "casi %{count} años"
|
||||
|
||||
activerecord:
|
||||
errors:
|
||||
template:
|
||||
header:
|
||||
one: "no se pudo guardar este {{model}} porque se encontró 1 error"
|
||||
other: "no se pudo guardar este {{model}} porque se encontraron {{count}} errores"
|
||||
one: "no se pudo guardar este %{model} porque se encontró 1 error"
|
||||
other: "no se pudo guardar este %{model} porque se encontraron %{count} errores"
|
||||
# The variable :count is also available
|
||||
body: "Se encontraron problemas con los siguientes campos:"
|
||||
|
||||
|
@ -117,16 +117,16 @@ es:
|
|||
accepted: "debe ser aceptado"
|
||||
empty: "no puede estar vacío"
|
||||
blank: "no puede estar en blanco"
|
||||
too_long: "es demasiado largo ({{count}} caracteres máximo)"
|
||||
too_short: "es demasiado corto ({{count}} caracteres mínimo)"
|
||||
wrong_length: "no tiene la longitud correcta ({{count}} caracteres exactos)"
|
||||
too_long: "es demasiado largo (%{count} caracteres máximo)"
|
||||
too_short: "es demasiado corto (%{count} caracteres mínimo)"
|
||||
wrong_length: "no tiene la longitud correcta (%{count} caracteres exactos)"
|
||||
taken: "ya está en uso"
|
||||
not_a_number: "no es un número"
|
||||
greater_than: "debe ser mayor que {{count}}"
|
||||
greater_than_or_equal_to: "debe ser mayor que o igual a {{count}}"
|
||||
equal_to: "debe ser igual a {{count}}"
|
||||
less_than: "debe ser menor que {{count}}"
|
||||
less_than_or_equal_to: "debe ser menor que o igual a {{count}}"
|
||||
greater_than: "debe ser mayor que %{count}"
|
||||
greater_than_or_equal_to: "debe ser mayor que o igual a %{count}"
|
||||
equal_to: "debe ser igual a %{count}"
|
||||
less_than: "debe ser menor que %{count}"
|
||||
less_than_or_equal_to: "debe ser menor que o igual a %{count}"
|
||||
odd: "debe ser impar"
|
||||
even: "debe ser par"
|
||||
greater_than_start_date: "debe ser posterior a la fecha de comienzo"
|
||||
|
@ -239,10 +239,10 @@ es:
|
|||
enumeration_activities: Actividades (tiempo dedicado)
|
||||
enumeration_doc_categories: Categorías del documento
|
||||
enumeration_issue_priorities: Prioridad de las peticiones
|
||||
error_can_t_load_default_data: "No se ha podido cargar la configuración por defecto: {{value}}"
|
||||
error_can_t_load_default_data: "No se ha podido cargar la configuración por defecto: %{value}"
|
||||
error_issue_not_found_in_project: 'La petición no se encuentra o no está asociada a este proyecto'
|
||||
error_scm_annotate: "No existe la entrada o no ha podido ser anotada"
|
||||
error_scm_command_failed: "Se produjo un error al acceder al repositorio: {{value}}"
|
||||
error_scm_command_failed: "Se produjo un error al acceder al repositorio: %{value}"
|
||||
error_scm_not_found: "La entrada y/o la revisión no existe en el repositorio."
|
||||
field_account: Cuenta
|
||||
field_activity: Actividad
|
||||
|
@ -338,19 +338,19 @@ es:
|
|||
general_text_no: 'no'
|
||||
general_text_yes: 'sí'
|
||||
gui_validation_error: 1 error
|
||||
gui_validation_error_plural: "{{count}} errores"
|
||||
gui_validation_error_plural: "%{count} errores"
|
||||
label_activity: Actividad
|
||||
label_add_another_file: Añadir otro fichero
|
||||
label_add_note: Añadir una nota
|
||||
label_added: añadido
|
||||
label_added_time_by: "Añadido por {{author}} hace {{age}}"
|
||||
label_added_time_by: "Añadido por %{author} hace %{age}"
|
||||
label_administration: Administración
|
||||
label_age: Edad
|
||||
label_ago: hace
|
||||
label_all: todos
|
||||
label_all_time: todo el tiempo
|
||||
label_all_words: Todas las palabras
|
||||
label_and_its_subprojects: "{{value}} y proyectos secundarios"
|
||||
label_and_its_subprojects: "%{value} y proyectos secundarios"
|
||||
label_applied_status: Aplicar estado
|
||||
label_assigned_to_me_issues: Peticiones que me están asignadas
|
||||
label_associated_revisions: Revisiones asociadas
|
||||
|
@ -383,17 +383,17 @@ es:
|
|||
label_closed_issues: cerrada
|
||||
label_closed_issues_plural: cerradas
|
||||
label_x_open_issues_abbr_on_total:
|
||||
zero: 0 abiertas / {{total}}
|
||||
one: 1 abierta / {{total}}
|
||||
other: "{{count}} abiertas / {{total}}"
|
||||
zero: 0 abiertas / %{total}
|
||||
one: 1 abierta / %{total}
|
||||
other: "%{count} abiertas / %{total}"
|
||||
label_x_open_issues_abbr:
|
||||
zero: 0 abiertas
|
||||
one: 1 abierta
|
||||
other: "{{count}} abiertas"
|
||||
other: "%{count} abiertas"
|
||||
label_x_closed_issues_abbr:
|
||||
zero: 0 cerradas
|
||||
one: 1 cerrada
|
||||
other: "{{count}} cerradas"
|
||||
other: "%{count} cerradas"
|
||||
label_comment: Comentario
|
||||
label_comment_add: Añadir un comentario
|
||||
label_comment_added: Comentario añadido
|
||||
|
@ -402,7 +402,7 @@ es:
|
|||
label_x_comments:
|
||||
zero: sin comentarios
|
||||
one: 1 comentario
|
||||
other: "{{count}} comentarios"
|
||||
other: "%{count} comentarios"
|
||||
label_commits_per_author: Commits por autor
|
||||
label_commits_per_month: Commits por mes
|
||||
label_confirmation: Confirmación
|
||||
|
@ -426,13 +426,13 @@ es:
|
|||
label_diff_inline: en línea
|
||||
label_diff_side_by_side: cara a cara
|
||||
label_disabled: deshabilitado
|
||||
label_display_per_page: "Por página: {{value}}"
|
||||
label_display_per_page: "Por página: %{value}"
|
||||
label_document: Documento
|
||||
label_document_added: Documento añadido
|
||||
label_document_new: Nuevo documento
|
||||
label_document_plural: Documentos
|
||||
label_download: "{{count}} Descarga"
|
||||
label_download_plural: "{{count}} Descargas"
|
||||
label_download: "%{count} Descarga"
|
||||
label_download_plural: "%{count} Descargas"
|
||||
label_downloads_abbr: D/L
|
||||
label_duplicated_by: duplicada por
|
||||
label_duplicates: duplicada de
|
||||
|
@ -444,10 +444,10 @@ es:
|
|||
label_equals: igual
|
||||
label_example: Ejemplo
|
||||
label_export_to: 'Exportar a:'
|
||||
label_f_hour: "{{value}} hora"
|
||||
label_f_hour_plural: "{{value}} horas"
|
||||
label_f_hour: "%{value} hora"
|
||||
label_f_hour_plural: "%{value} horas"
|
||||
label_feed_plural: Feeds
|
||||
label_feeds_access_key_created_on: "Clave de acceso por RSS creada hace {{value}}"
|
||||
label_feeds_access_key_created_on: "Clave de acceso por RSS creada hace %{value}"
|
||||
label_file_added: Fichero añadido
|
||||
label_file_plural: Archivos
|
||||
label_filter_add: Añadir el filtro
|
||||
|
@ -484,13 +484,13 @@ es:
|
|||
label_issue_updated: Petición actualizada
|
||||
label_issue_view_all: Ver todas las peticiones
|
||||
label_issue_watchers: Seguidores
|
||||
label_issues_by: "Peticiones por {{value}}"
|
||||
label_issues_by: "Peticiones por %{value}"
|
||||
label_jump_to_a_project: Ir al proyecto...
|
||||
label_language_based: Basado en el idioma
|
||||
label_last_changes: "últimos {{count}} cambios"
|
||||
label_last_changes: "últimos %{count} cambios"
|
||||
label_last_login: Última conexión
|
||||
label_last_month: último mes
|
||||
label_last_n_days: "últimos {{count}} días"
|
||||
label_last_n_days: "últimos %{count} días"
|
||||
label_last_week: última semana
|
||||
label_latest_revision: Última revisión
|
||||
label_latest_revision_plural: Últimas revisiones
|
||||
|
@ -511,8 +511,8 @@ es:
|
|||
label_message_plural: Mensajes
|
||||
label_message_posted: Mensaje añadido
|
||||
label_min_max_length: Longitud mín - máx
|
||||
label_modification: "{{count}} modificación"
|
||||
label_modification_plural: "{{count}} modificaciones"
|
||||
label_modification: "%{count} modificación"
|
||||
label_modification_plural: "%{count} modificaciones"
|
||||
label_modified: modificado
|
||||
label_module_plural: Módulos
|
||||
label_month: Mes
|
||||
|
@ -563,7 +563,7 @@ es:
|
|||
label_x_projects:
|
||||
zero: sin proyectos
|
||||
one: 1 proyecto
|
||||
other: "{{count}} proyectos"
|
||||
other: "%{count} proyectos"
|
||||
label_public_projects: Proyectos públicos
|
||||
label_query: Consulta personalizada
|
||||
label_query_new: Nueva consulta
|
||||
|
@ -590,9 +590,9 @@ es:
|
|||
label_revision: Revisión
|
||||
label_revision_plural: Revisiones
|
||||
label_roadmap: Planificación
|
||||
label_roadmap_due_in: "Finaliza en {{value}}"
|
||||
label_roadmap_due_in: "Finaliza en %{value}"
|
||||
label_roadmap_no_issues: No hay peticiones para esta versión
|
||||
label_roadmap_overdue: "{{value}} tarde"
|
||||
label_roadmap_overdue: "%{value} tarde"
|
||||
label_role: Perfil
|
||||
label_role_and_permissions: Perfiles y permisos
|
||||
label_role_new: Nuevo perfil
|
||||
|
@ -604,7 +604,7 @@ es:
|
|||
label_send_test_email: Enviar un correo de prueba
|
||||
label_settings: Configuración
|
||||
label_show_completed_versions: Muestra las versiones terminadas
|
||||
label_sort_by: "Ordenar por {{value}}"
|
||||
label_sort_by: "Ordenar por %{value}"
|
||||
label_sort_higher: Subir
|
||||
label_sort_highest: Primero
|
||||
label_sort_lower: Bajar
|
||||
|
@ -628,11 +628,11 @@ es:
|
|||
label_tracker: Tipo
|
||||
label_tracker_new: Nuevo tipo
|
||||
label_tracker_plural: Tipos de peticiones
|
||||
label_updated_time: "Actualizado hace {{value}}"
|
||||
label_updated_time_by: "Actualizado por {{author}} hace {{age}}"
|
||||
label_updated_time: "Actualizado hace %{value}"
|
||||
label_updated_time_by: "Actualizado por %{author} hace %{age}"
|
||||
label_used_by: Utilizado por
|
||||
label_user: Usuario
|
||||
label_user_activity: "Actividad de {{value}}"
|
||||
label_user_activity: "Actividad de %{value}"
|
||||
label_user_mail_no_self_notified: "No quiero ser avisado de cambios hechos por mí"
|
||||
label_user_mail_option_all: "Para cualquier evento en todos mis proyectos"
|
||||
label_user_mail_option_selected: "Para cualquier evento de los proyectos seleccionados..."
|
||||
|
@ -653,16 +653,16 @@ es:
|
|||
label_workflow: Flujo de trabajo
|
||||
label_year: Año
|
||||
label_yesterday: ayer
|
||||
mail_body_account_activation_request: "Se ha inscrito un nuevo usuario ({{value}}). La cuenta está pendiende de aprobación:"
|
||||
mail_body_account_activation_request: "Se ha inscrito un nuevo usuario (%{value}). La cuenta está pendiende de aprobación:"
|
||||
mail_body_account_information: Información sobre su cuenta
|
||||
mail_body_account_information_external: "Puede usar su cuenta {{value}} para conectarse."
|
||||
mail_body_account_information_external: "Puede usar su cuenta %{value} para conectarse."
|
||||
mail_body_lost_password: 'Para cambiar su contraseña, haga clic en el siguiente enlace:'
|
||||
mail_body_register: 'Para activar su cuenta, haga clic en el siguiente enlace:'
|
||||
mail_body_reminder: "{{count}} peticion(es) asignadas a tí finalizan en los próximos {{days}} días:"
|
||||
mail_subject_account_activation_request: "Petición de activación de cuenta {{value}}"
|
||||
mail_subject_lost_password: "Tu contraseña del {{value}}"
|
||||
mail_subject_register: "Activación de la cuenta del {{value}}"
|
||||
mail_subject_reminder: "{{count}} peticion(es) finalizan en los próximos {{days}} días"
|
||||
mail_body_reminder: "%{count} peticion(es) asignadas a tí finalizan en los próximos %{days} días:"
|
||||
mail_subject_account_activation_request: "Petición de activación de cuenta %{value}"
|
||||
mail_subject_lost_password: "Tu contraseña del %{value}"
|
||||
mail_subject_register: "Activación de la cuenta del %{value}"
|
||||
mail_subject_reminder: "%{count} peticion(es) finalizan en los próximos %{days} días"
|
||||
notice_account_activated: Su cuenta ha sido activada. Ya puede conectarse.
|
||||
notice_account_invalid_creditentials: Usuario o contraseña inválido.
|
||||
notice_account_lost_email_sent: Se le ha enviado un correo con instrucciones para elegir una nueva contraseña.
|
||||
|
@ -674,9 +674,9 @@ es:
|
|||
notice_account_wrong_password: Contraseña incorrecta.
|
||||
notice_can_t_change_password: Esta cuenta utiliza una fuente de autenticación externa. No es posible cambiar la contraseña.
|
||||
notice_default_data_loaded: Configuración por defecto cargada correctamente.
|
||||
notice_email_error: "Ha ocurrido un error mientras enviando el correo ({{value}})"
|
||||
notice_email_sent: "Se ha enviado un correo a {{value}}"
|
||||
notice_failed_to_save_issues: "Imposible grabar %s peticion(es) en {{count}} seleccionado: {{ids}}."
|
||||
notice_email_error: "Ha ocurrido un error mientras enviando el correo (%{value})"
|
||||
notice_email_sent: "Se ha enviado un correo a %{value}"
|
||||
notice_failed_to_save_issues: "Imposible grabar %s peticion(es) en %{count} seleccionado: %{ids}."
|
||||
notice_feeds_access_key_reseted: Su clave de acceso para RSS ha sido reiniciada.
|
||||
notice_file_not_found: La página a la que intenta acceder no existe.
|
||||
notice_locking_conflict: Los datos han sido modificados por otro usuario.
|
||||
|
@ -787,25 +787,25 @@ es:
|
|||
status_registered: registrado
|
||||
text_are_you_sure: ¿Está seguro?
|
||||
text_assign_time_entries_to_project: Asignar las horas al proyecto
|
||||
text_caracters_maximum: "{{count}} caracteres como máximo."
|
||||
text_caracters_minimum: "{{count}} caracteres como mínimo."
|
||||
text_caracters_maximum: "%{count} caracteres como máximo."
|
||||
text_caracters_minimum: "%{count} caracteres como mínimo."
|
||||
text_comma_separated: Múltiples valores permitidos (separados por coma).
|
||||
text_default_administrator_account_changed: Cuenta de administrador por defecto modificada
|
||||
text_destroy_time_entries: Borrar las horas
|
||||
text_destroy_time_entries_question: Existen {{hours}} horas asignadas a la petición que quiere borrar. ¿Qué quiere hacer?
|
||||
text_destroy_time_entries_question: Existen %{hours} horas asignadas a la petición que quiere borrar. ¿Qué quiere hacer?
|
||||
text_diff_truncated: '... Diferencia truncada por exceder el máximo tamaño visualizable.'
|
||||
text_email_delivery_not_configured: "Las notificaciones están desactivadas porque el servidor de correo no está configurado.\nConfigure el servidor de SMTP en config/email.yml y reinicie la aplicación para activar los cambios."
|
||||
text_enumeration_category_reassign_to: 'Reasignar al siguiente valor:'
|
||||
text_enumeration_destroy_question: "{{count}} objetos con este valor asignado."
|
||||
text_enumeration_destroy_question: "%{count} objetos con este valor asignado."
|
||||
text_file_repository_writable: Se puede escribir en el repositorio
|
||||
text_issue_added: "Petición {{id}} añadida por {{author}}."
|
||||
text_issue_added: "Petición %{id} añadida por %{author}."
|
||||
text_issue_category_destroy_assignments: Dejar las peticiones sin categoría
|
||||
text_issue_category_destroy_question: "Algunas peticiones ({{count}}) están asignadas a esta categoría. ¿Qué desea hacer?"
|
||||
text_issue_category_destroy_question: "Algunas peticiones (%{count}) están asignadas a esta categoría. ¿Qué desea hacer?"
|
||||
text_issue_category_reassign_to: Reasignar las peticiones a la categoría
|
||||
text_issue_updated: "La petición {{id}} ha sido actualizada por {{author}}."
|
||||
text_issue_updated: "La petición %{id} ha sido actualizada por %{author}."
|
||||
text_issues_destroy_confirmation: '¿Seguro que quiere borrar las peticiones seleccionadas?'
|
||||
text_issues_ref_in_commit_messages: Referencia y petición de corrección en los mensajes
|
||||
text_length_between: "Longitud entre {{min}} y {{max}} caracteres."
|
||||
text_length_between: "Longitud entre %{min} y %{max} caracteres."
|
||||
text_load_default_configuration: Cargar la configuración por defecto
|
||||
text_min_max_length_info: 0 para ninguna restricción
|
||||
text_no_configuration_data: "Todavía no se han configurado perfiles, ni tipos, estados y flujo de trabajo asociado a peticiones. Se recomiendo encarecidamente cargar la configuración por defecto. Una vez cargada, podrá modificarla."
|
||||
|
@ -817,19 +817,19 @@ es:
|
|||
text_rmagick_available: RMagick disponible (opcional)
|
||||
text_select_mail_notifications: Seleccionar los eventos a notificar
|
||||
text_select_project_modules: 'Seleccione los módulos a activar para este proyecto:'
|
||||
text_status_changed_by_changeset: "Aplicado en los cambios {{value}}"
|
||||
text_subprojects_destroy_warning: "Los proyectos secundarios: {{value}} también se eliminarán"
|
||||
text_status_changed_by_changeset: "Aplicado en los cambios %{value}"
|
||||
text_subprojects_destroy_warning: "Los proyectos secundarios: %{value} también se eliminarán"
|
||||
text_tip_issue_begin_day: tarea que comienza este día
|
||||
text_tip_issue_begin_end_day: tarea que comienza y termina este día
|
||||
text_tip_issue_end_day: tarea que termina este día
|
||||
text_tracker_no_workflow: No hay ningún flujo de trabajo definido para este tipo de petición
|
||||
text_unallowed_characters: Caracteres no permitidos
|
||||
text_user_mail_option: "De los proyectos no seleccionados, sólo recibirá notificaciones sobre elementos monitorizados o elementos en los que esté involucrado (por ejemplo, peticiones de las que usted sea autor o asignadas a usted)."
|
||||
text_user_wrote: "{{value}} escribió:"
|
||||
text_user_wrote: "%{value} escribió:"
|
||||
text_wiki_destroy_confirmation: ¿Seguro que quiere borrar el wiki y todo su contenido?
|
||||
text_workflow_edit: Seleccionar un flujo de trabajo para actualizar
|
||||
text_plugin_assets_writable: Se puede escribir en el directorio público de las extensiones
|
||||
warning_attachments_not_saved: "No se han podido grabar {{count}} ficheros."
|
||||
warning_attachments_not_saved: "No se han podido grabar %{count} ficheros."
|
||||
button_create_and_continue: Crear y continuar
|
||||
text_custom_field_possible_values_info: 'Un valor en cada línea'
|
||||
label_display: Mostrar
|
||||
|
@ -844,21 +844,21 @@ es:
|
|||
label_descending: Descendente
|
||||
label_sort: Ordenar
|
||||
label_ascending: Ascendente
|
||||
label_date_from_to: Desde {{start}} hasta {{end}}
|
||||
label_date_from_to: Desde %{start} hasta %{end}
|
||||
label_greater_or_equal: ">="
|
||||
label_less_or_equal: <=
|
||||
text_wiki_page_destroy_question: Esta página tiene {{descendants}} página(s) hija(s) y descendiente(s). ¿Qué desea hacer?
|
||||
text_wiki_page_destroy_question: Esta página tiene %{descendants} página(s) hija(s) y descendiente(s). ¿Qué desea hacer?
|
||||
text_wiki_page_reassign_children: Reasignar páginas hijas a esta página
|
||||
text_wiki_page_nullify_children: Dejar páginas hijas como páginas raíz
|
||||
text_wiki_page_destroy_children: Eliminar páginas hijas y todos sus descendientes
|
||||
setting_password_min_length: Longitud mínima de la contraseña
|
||||
field_group_by: Agrupar resultados por
|
||||
mail_subject_wiki_content_updated: "La página wiki '{{id}}' ha sido actualizada"
|
||||
mail_subject_wiki_content_updated: "La página wiki '%{id}' ha sido actualizada"
|
||||
label_wiki_content_added: Página wiki añadida
|
||||
mail_subject_wiki_content_added: "Se ha añadido la página wiki '{{id}}'."
|
||||
mail_body_wiki_content_added: "{{author}} ha añadido la página wiki '{{id}}'."
|
||||
mail_subject_wiki_content_added: "Se ha añadido la página wiki '%{id}'."
|
||||
mail_body_wiki_content_added: "%{author} ha añadido la página wiki '%{id}'."
|
||||
label_wiki_content_updated: Página wiki actualizada
|
||||
mail_body_wiki_content_updated: La página wiki '{{id}}' ha sido actualizada por {{author}}.
|
||||
mail_body_wiki_content_updated: La página wiki '%{id}' ha sido actualizada por %{author}.
|
||||
permission_add_project: Crear proyecto
|
||||
setting_new_project_user_role_id: Permiso asignado a un usuario no-administrador para crear proyectos
|
||||
label_view_all_revisions: Ver todas las revisiones
|
||||
|
@ -866,14 +866,14 @@ es:
|
|||
label_branch: Rama
|
||||
error_no_tracker_in_project: Este proyecto no tiene asociados tipos de peticiones. Por favor, revise la configuración.
|
||||
error_no_default_issue_status: No se ha definido un estado de petición por defecto. Por favor, revise la configuración (en "Administración" -> "Estados de las peticiones").
|
||||
text_journal_changed: "{{label}} cambiado {{old}} por {{new}}"
|
||||
text_journal_set_to: "{{label}} establecido a {{value}}"
|
||||
text_journal_deleted: "{{label}} eliminado ({{old}})"
|
||||
text_journal_changed: "%{label} cambiado %{old} por %{new}"
|
||||
text_journal_set_to: "%{label} establecido a %{value}"
|
||||
text_journal_deleted: "%{label} eliminado (%{old})"
|
||||
label_group_plural: Grupos
|
||||
label_group: Grupo
|
||||
label_group_new: Nuevo grupo
|
||||
label_time_entry_plural: Tiempo dedicado
|
||||
text_journal_added: "Añadido {{label}} {{value}}"
|
||||
text_journal_added: "Añadido %{label} %{value}"
|
||||
field_active: Activo
|
||||
enumeration_system_activity: Actividad del sistema
|
||||
permission_delete_issue_watchers: Borrar seguidores
|
||||
|
@ -909,9 +909,9 @@ es:
|
|||
setting_start_of_week: Comenzar las semanas en
|
||||
permission_view_issues: Ver peticiones
|
||||
label_display_used_statuses_only: Sólo mostrar los estados usados por este tipo de petición
|
||||
label_revision_id: Revisión {{value}}
|
||||
label_revision_id: Revisión %{value}
|
||||
label_api_access_key: Clave de acceso de la API
|
||||
label_api_access_key_created_on: Clave de acceso de la API creada hace {{value}}
|
||||
label_api_access_key_created_on: Clave de acceso de la API creada hace %{value}
|
||||
label_feeds_access_key: Clave de acceso RSS
|
||||
notice_api_access_key_reseted: Clave de acceso a la API regenerada.
|
||||
setting_rest_api_enabled: Activar servicio web REST
|
||||
|
@ -938,12 +938,12 @@ es:
|
|||
label_subtask_plural: Subtareas
|
||||
label_project_copy_notifications: Enviar notificaciones por correo electrónico durante la copia del proyecto
|
||||
error_can_not_delete_custom_field: Fue imposible eliminar el campo personalizado
|
||||
error_unable_to_connect: Fue imposible conectar con ({{value}})
|
||||
error_unable_to_connect: Fue imposible conectar con (%{value})
|
||||
error_can_not_remove_role: Este rol está en uso y no puede ser eliminado.
|
||||
error_can_not_delete_tracker: Este tipo contiene peticiones y no puede ser eliminado.
|
||||
field_principal: Principal
|
||||
label_my_page_block: Bloque Mi página
|
||||
notice_failed_to_save_members: "Fallo al guardar miembro(s): {{errors}}."
|
||||
notice_failed_to_save_members: "Fallo al guardar miembro(s): %{errors}."
|
||||
text_zoom_out: Alejar
|
||||
text_zoom_in: Acercar
|
||||
notice_unable_delete_time_entry: Fue imposible eliminar la entrada de tiempo dedicado.
|
||||
|
@ -951,7 +951,7 @@ es:
|
|||
field_time_entries: Log time
|
||||
project_module_gantt: Gantt
|
||||
project_module_calendar: Calendario
|
||||
button_edit_associated_wikipage: "Editar paginas Wiki asociadas: {{page_title}}"
|
||||
button_edit_associated_wikipage: "Editar paginas Wiki asociadas: %{page_title}"
|
||||
text_are_you_sure_with_children: ¿Borrar peticiones y todas sus peticiones hijas?
|
||||
field_text: Campo de texto
|
||||
label_user_mail_option_only_owner: Solo para objetos que soy propietario
|
||||
|
@ -969,7 +969,7 @@ es:
|
|||
setting_emails_header: Encabezado de Correos
|
||||
|
||||
setting_commit_logtime_activity_id: Activity for logged time
|
||||
text_time_logged_by_changeset: Applied in changeset {{value}}.
|
||||
text_time_logged_by_changeset: Applied in changeset %{value}.
|
||||
setting_commit_logtime_enabled: Enable time logging
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed ({{max}})
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
|
||||
setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -78,37 +78,37 @@ fi:
|
|||
half_a_minute: "puoli minuuttia"
|
||||
less_than_x_seconds:
|
||||
one: "aiemmin kuin sekunti"
|
||||
other: "aiemmin kuin {{count}} sekuntia"
|
||||
other: "aiemmin kuin %{count} sekuntia"
|
||||
x_seconds:
|
||||
one: "sekunti"
|
||||
other: "{{count}} sekuntia"
|
||||
other: "%{count} sekuntia"
|
||||
less_than_x_minutes:
|
||||
one: "aiemmin kuin minuutti"
|
||||
other: "aiemmin kuin {{count}} minuuttia"
|
||||
other: "aiemmin kuin %{count} minuuttia"
|
||||
x_minutes:
|
||||
one: "minuutti"
|
||||
other: "{{count}} minuuttia"
|
||||
other: "%{count} minuuttia"
|
||||
about_x_hours:
|
||||
one: "noin tunti"
|
||||
other: "noin {{count}} tuntia"
|
||||
other: "noin %{count} tuntia"
|
||||
x_days:
|
||||
one: "päivä"
|
||||
other: "{{count}} päivää"
|
||||
other: "%{count} päivää"
|
||||
about_x_months:
|
||||
one: "noin kuukausi"
|
||||
other: "noin {{count}} kuukautta"
|
||||
other: "noin %{count} kuukautta"
|
||||
x_months:
|
||||
one: "kuukausi"
|
||||
other: "{{count}} kuukautta"
|
||||
other: "%{count} kuukautta"
|
||||
about_x_years:
|
||||
one: "vuosi"
|
||||
other: "noin {{count}} vuotta"
|
||||
other: "noin %{count} vuotta"
|
||||
over_x_years:
|
||||
one: "yli vuosi"
|
||||
other: "yli {{count}} vuotta"
|
||||
other: "yli %{count} vuotta"
|
||||
almost_x_years:
|
||||
one: "almost 1 year"
|
||||
other: "almost {{count}} years"
|
||||
other: "almost %{count} years"
|
||||
prompts:
|
||||
year: "Vuosi"
|
||||
month: "Kuukausi"
|
||||
|
@ -121,8 +121,8 @@ fi:
|
|||
errors:
|
||||
template:
|
||||
header:
|
||||
one: "1 virhe esti tämän {{model}} mallinteen tallentamisen"
|
||||
other: "{{count}} virhettä esti tämän {{model}} mallinteen tallentamisen"
|
||||
one: "1 virhe esti tämän %{model} mallinteen tallentamisen"
|
||||
other: "%{count} virhettä esti tämän %{model} mallinteen tallentamisen"
|
||||
body: "Seuraavat kentät aiheuttivat ongelmia:"
|
||||
messages:
|
||||
inclusion: "ei löydy listauksesta"
|
||||
|
@ -132,16 +132,16 @@ fi:
|
|||
accepted: "täytyy olla hyväksytty"
|
||||
empty: "ei voi olla tyhjä"
|
||||
blank: "ei voi olla sisällötön"
|
||||
too_long: "on liian pitkä (maksimi on {{count}} merkkiä)"
|
||||
too_short: "on liian lyhyt (minimi on {{count}} merkkiä)"
|
||||
wrong_length: "on väärän pituinen (täytyy olla täsmälleen {{count}} merkkiä)"
|
||||
too_long: "on liian pitkä (maksimi on %{count} merkkiä)"
|
||||
too_short: "on liian lyhyt (minimi on %{count} merkkiä)"
|
||||
wrong_length: "on väärän pituinen (täytyy olla täsmälleen %{count} merkkiä)"
|
||||
taken: "on jo käytössä"
|
||||
not_a_number: "ei ole numero"
|
||||
greater_than: "täytyy olla suurempi kuin {{count}}"
|
||||
greater_than_or_equal_to: "täytyy olla suurempi tai yhtä suuri kuin{{count}}"
|
||||
equal_to: "täytyy olla yhtä suuri kuin {{count}}"
|
||||
less_than: "täytyy olla pienempi kuin {{count}}"
|
||||
less_than_or_equal_to: "täytyy olla pienempi tai yhtä suuri kuin {{count}}"
|
||||
greater_than: "täytyy olla suurempi kuin %{count}"
|
||||
greater_than_or_equal_to: "täytyy olla suurempi tai yhtä suuri kuin%{count}"
|
||||
equal_to: "täytyy olla yhtä suuri kuin %{count}"
|
||||
less_than: "täytyy olla pienempi kuin %{count}"
|
||||
less_than_or_equal_to: "täytyy olla pienempi tai yhtä suuri kuin %{count}"
|
||||
odd: "täytyy olla pariton"
|
||||
even: "täytyy olla parillinen"
|
||||
greater_than_start_date: "tulee olla aloituspäivän jälkeinen"
|
||||
|
@ -178,29 +178,29 @@ fi:
|
|||
notice_file_not_found: Hakemaasi sivua ei löytynyt tai se on poistettu.
|
||||
notice_locking_conflict: Toinen käyttäjä on päivittänyt tiedot.
|
||||
notice_not_authorized: Sinulla ei ole oikeutta näyttää tätä sivua.
|
||||
notice_email_sent: "Sähköposti on lähetty osoitteeseen {{value}}"
|
||||
notice_email_error: "Sähköpostilähetyksessä tapahtui virhe ({{value}})"
|
||||
notice_email_sent: "Sähköposti on lähetty osoitteeseen %{value}"
|
||||
notice_email_error: "Sähköpostilähetyksessä tapahtui virhe (%{value})"
|
||||
notice_feeds_access_key_reseted: RSS salasana on nollaantunut.
|
||||
notice_failed_to_save_issues: "{{count}} Tapahtum(an/ien) tallennus epäonnistui {{total}} valitut: {{ids}}."
|
||||
notice_failed_to_save_issues: "%{count} Tapahtum(an/ien) tallennus epäonnistui %{total} valitut: %{ids}."
|
||||
notice_no_issue_selected: "Tapahtumia ei ole valittu! Valitse tapahtumat joita haluat muokata."
|
||||
notice_account_pending: "Tilisi on luotu ja odottaa ylläpitäjän hyväksyntää."
|
||||
notice_default_data_loaded: Vakioasetusten palautus onnistui.
|
||||
|
||||
error_can_t_load_default_data: "Vakioasetuksia ei voitu ladata: {{value}}"
|
||||
error_can_t_load_default_data: "Vakioasetuksia ei voitu ladata: %{value}"
|
||||
error_scm_not_found: "Syötettä ja/tai versiota ei löydy tietovarastosta."
|
||||
error_scm_command_failed: "Tietovarastoon pääsyssä tapahtui virhe: {{value}}"
|
||||
error_scm_command_failed: "Tietovarastoon pääsyssä tapahtui virhe: %{value}"
|
||||
|
||||
mail_subject_lost_password: "Sinun {{value}} salasanasi"
|
||||
mail_subject_lost_password: "Sinun %{value} salasanasi"
|
||||
mail_body_lost_password: 'Vaihtaaksesi salasanasi, napsauta seuraavaa linkkiä:'
|
||||
mail_subject_register: "{{value}} tilin aktivointi"
|
||||
mail_subject_register: "%{value} tilin aktivointi"
|
||||
mail_body_register: 'Aktivoidaksesi tilisi, napsauta seuraavaa linkkiä:'
|
||||
mail_body_account_information_external: "Voit nyt käyttää {{value}} tiliäsi kirjautuaksesi järjestelmään."
|
||||
mail_body_account_information_external: "Voit nyt käyttää %{value} tiliäsi kirjautuaksesi järjestelmään."
|
||||
mail_body_account_information: Sinun tilin tiedot
|
||||
mail_subject_account_activation_request: "{{value}} tilin aktivointi pyyntö"
|
||||
mail_body_account_activation_request: "Uusi käyttäjä ({{value}}) on rekisteröitynyt. Hänen tili odottaa hyväksyntääsi:"
|
||||
mail_subject_account_activation_request: "%{value} tilin aktivointi pyyntö"
|
||||
mail_body_account_activation_request: "Uusi käyttäjä (%{value}) on rekisteröitynyt. Hänen tili odottaa hyväksyntääsi:"
|
||||
|
||||
gui_validation_error: 1 virhe
|
||||
gui_validation_error_plural: "{{count}} virhettä"
|
||||
gui_validation_error_plural: "%{count} virhettä"
|
||||
|
||||
field_name: Nimi
|
||||
field_description: Kuvaus
|
||||
|
@ -321,14 +321,14 @@ fi:
|
|||
label_x_projects:
|
||||
zero: no projects
|
||||
one: 1 project
|
||||
other: "{{count}} projects"
|
||||
other: "%{count} projects"
|
||||
label_project_all: Kaikki projektit
|
||||
label_project_latest: Uusimmat projektit
|
||||
label_issue: Tapahtuma
|
||||
label_issue_new: Uusi tapahtuma
|
||||
label_issue_plural: Tapahtumat
|
||||
label_issue_view_all: Näytä kaikki tapahtumat
|
||||
label_issues_by: "Tapahtumat {{value}}"
|
||||
label_issues_by: "Tapahtumat %{value}"
|
||||
label_document: Dokumentti
|
||||
label_document_new: Uusi dokumentti
|
||||
label_document_plural: Dokumentit
|
||||
|
@ -390,8 +390,8 @@ fi:
|
|||
label_text: Pitkä merkkijono
|
||||
label_attribute: Määre
|
||||
label_attribute_plural: Määreet
|
||||
label_download: "{{count}} Lataus"
|
||||
label_download_plural: "{{count}} Lataukset"
|
||||
label_download: "%{count} Lataus"
|
||||
label_download_plural: "%{count} Lataukset"
|
||||
label_no_data: Ei tietoa näytettäväksi
|
||||
label_change_status: Muutos tila
|
||||
label_history: Historia
|
||||
|
@ -420,17 +420,17 @@ fi:
|
|||
label_closed_issues: suljettu
|
||||
label_closed_issues_plural: suljettua
|
||||
label_x_open_issues_abbr_on_total:
|
||||
zero: 0 open / {{total}}
|
||||
one: 1 open / {{total}}
|
||||
other: "{{count}} open / {{total}}"
|
||||
zero: 0 open / %{total}
|
||||
one: 1 open / %{total}
|
||||
other: "%{count} open / %{total}"
|
||||
label_x_open_issues_abbr:
|
||||
zero: 0 open
|
||||
one: 1 open
|
||||
other: "{{count}} open"
|
||||
other: "%{count} open"
|
||||
label_x_closed_issues_abbr:
|
||||
zero: 0 closed
|
||||
one: 1 closed
|
||||
other: "{{count}} closed"
|
||||
other: "%{count} closed"
|
||||
label_total: Yhteensä
|
||||
label_permissions: Oikeudet
|
||||
label_current_status: Nykyinen tila
|
||||
|
@ -448,7 +448,7 @@ fi:
|
|||
label_months_from: kuukauden päässä
|
||||
label_gantt: Gantt
|
||||
label_internal: Sisäinen
|
||||
label_last_changes: "viimeiset {{count}} muutokset"
|
||||
label_last_changes: "viimeiset %{count} muutokset"
|
||||
label_change_view_all: Näytä kaikki muutokset
|
||||
label_personalize_page: Personoi tämä sivu
|
||||
label_comment: Kommentti
|
||||
|
@ -456,7 +456,7 @@ fi:
|
|||
label_x_comments:
|
||||
zero: no comments
|
||||
one: 1 comment
|
||||
other: "{{count}} comments"
|
||||
other: "%{count} comments"
|
||||
label_comment_add: Lisää kommentti
|
||||
label_comment_added: Kommentti lisätty
|
||||
label_comment_delete: Poista kommentti
|
||||
|
@ -480,8 +480,8 @@ fi:
|
|||
label_repository: Tietovarasto
|
||||
label_repository_plural: Tietovarastot
|
||||
label_browse: Selaus
|
||||
label_modification: "{{count}} muutos"
|
||||
label_modification_plural: "{{count}} muutettu"
|
||||
label_modification: "%{count} muutos"
|
||||
label_modification_plural: "%{count} muutettu"
|
||||
label_revision: Versio
|
||||
label_revision_plural: Versiot
|
||||
label_added: lisätty
|
||||
|
@ -496,8 +496,8 @@ fi:
|
|||
label_sort_lower: Siirrä alas
|
||||
label_sort_lowest: Siirrä alimmaiseksi
|
||||
label_roadmap: Roadmap
|
||||
label_roadmap_due_in: "Määräaika {{value}}"
|
||||
label_roadmap_overdue: "{{value}} myöhässä"
|
||||
label_roadmap_due_in: "Määräaika %{value}"
|
||||
label_roadmap_overdue: "%{value} myöhässä"
|
||||
label_roadmap_no_issues: Ei tapahtumia tälle versiolle
|
||||
label_search: Haku
|
||||
label_result_plural: Tulokset
|
||||
|
@ -515,8 +515,8 @@ fi:
|
|||
label_changes_details: Kaikkien muutosten yksityiskohdat
|
||||
label_issue_tracking: Tapahtumien seuranta
|
||||
label_spent_time: Käytetty aika
|
||||
label_f_hour: "{{value}} tunti"
|
||||
label_f_hour_plural: "{{value}} tuntia"
|
||||
label_f_hour: "%{value} tunti"
|
||||
label_f_hour_plural: "%{value} tuntia"
|
||||
label_time_tracking: Ajan seuranta
|
||||
label_change_plural: Muutokset
|
||||
label_statistics: Tilastot
|
||||
|
@ -561,12 +561,12 @@ fi:
|
|||
label_month: Kuukausi
|
||||
label_week: Viikko
|
||||
label_language_based: Pohjautuen käyttäjän kieleen
|
||||
label_sort_by: "Lajittele {{value}}"
|
||||
label_sort_by: "Lajittele %{value}"
|
||||
label_send_test_email: Lähetä testi sähköposti
|
||||
label_feeds_access_key_created_on: "RSS salasana luotiin {{value}} sitten"
|
||||
label_feeds_access_key_created_on: "RSS salasana luotiin %{value} sitten"
|
||||
label_module_plural: Moduulit
|
||||
label_added_time_by: "Lisännyt {{author}} {{age}} sitten"
|
||||
label_updated_time: "Päivitetty {{value}} sitten"
|
||||
label_added_time_by: "Lisännyt %{author} %{age} sitten"
|
||||
label_updated_time: "Päivitetty %{value} sitten"
|
||||
label_jump_to_a_project: Siirry projektiin...
|
||||
label_file_plural: Tiedostot
|
||||
label_changeset_plural: Muutosryhmät
|
||||
|
@ -582,7 +582,7 @@ fi:
|
|||
label_registration_activation_by_email: tilin aktivointi sähköpostitse
|
||||
label_registration_manual_activation: tilin aktivointi käsin
|
||||
label_registration_automatic_activation: tilin aktivointi automaattisesti
|
||||
label_display_per_page: "Per sivu: {{value}}"
|
||||
label_display_per_page: "Per sivu: %{value}"
|
||||
label_age: Ikä
|
||||
label_change_properties: Vaihda asetuksia
|
||||
label_general: Yleinen
|
||||
|
@ -638,17 +638,17 @@ fi:
|
|||
text_tip_issue_end_day: tehtävä joka loppuu tänä päivänä
|
||||
text_tip_issue_begin_end_day: tehtävä joka alkaa ja loppuu tänä päivänä
|
||||
text_project_identifier_info: 'Pienet kirjaimet (a-z), numerot ja viivat ovat sallittu.<br />Tallentamisen jälkeen tunnistetta ei voi muuttaa.'
|
||||
text_caracters_maximum: "{{count}} merkkiä enintään."
|
||||
text_caracters_minimum: "Täytyy olla vähintään {{count}} merkkiä pitkä."
|
||||
text_length_between: "Pituus välillä {{min}} ja {{max}} merkkiä."
|
||||
text_caracters_maximum: "%{count} merkkiä enintään."
|
||||
text_caracters_minimum: "Täytyy olla vähintään %{count} merkkiä pitkä."
|
||||
text_length_between: "Pituus välillä %{min} ja %{max} merkkiä."
|
||||
text_tracker_no_workflow: Työnkulkua ei määritelty tälle tapahtumalle
|
||||
text_unallowed_characters: Kiellettyjä merkkejä
|
||||
text_comma_separated: Useat arvot sallittu (pilkku eroteltuna).
|
||||
text_issues_ref_in_commit_messages: Liitän ja korjaan ongelmia syötetyssä viestissä
|
||||
text_issue_added: "Issue {{id}} has been reported by {{author}}."
|
||||
text_issue_updated: "Issue {{id}} has been updated by {{author}}."
|
||||
text_issue_added: "Issue %{id} has been reported by %{author}."
|
||||
text_issue_updated: "Issue %{id} has been updated by %{author}."
|
||||
text_wiki_destroy_confirmation: Oletko varma että haluat poistaa tämän wiki:n ja kaikki sen sisältämän tiedon?
|
||||
text_issue_category_destroy_question: "Jotkut tapahtumat ({{count}}) ovat nimetty tälle luokalle. Mitä haluat tehdä?"
|
||||
text_issue_category_destroy_question: "Jotkut tapahtumat (%{count}) ovat nimetty tälle luokalle. Mitä haluat tehdä?"
|
||||
text_issue_category_destroy_assignments: Poista luokan tehtävät
|
||||
text_issue_category_reassign_to: Vaihda tapahtuma tähän luokkaan
|
||||
text_user_mail_option: "Valitsemattomille projekteille, saat vain muistutuksen asioista joita seuraat tai olet mukana (esim. tapahtumat joissa olet tekijä tai nimettynä)."
|
||||
|
@ -682,7 +682,7 @@ fi:
|
|||
enumeration_activities: Historia (ajan seuranta)
|
||||
label_associated_revisions: Liittyvät versiot
|
||||
setting_user_format: Käyttäjien esitysmuoto
|
||||
text_status_changed_by_changeset: "Päivitetty muutosversioon {{value}}."
|
||||
text_status_changed_by_changeset: "Päivitetty muutosversioon %{value}."
|
||||
text_issues_destroy_confirmation: 'Oletko varma että haluat poistaa valitut tapahtumat ?'
|
||||
label_more: Lisää
|
||||
label_issue_added: Tapahtuma lisätty
|
||||
|
@ -710,8 +710,8 @@ fi:
|
|||
label_downloads_abbr: D/L
|
||||
label_add_another_file: Lisää uusi tiedosto
|
||||
label_this_month: tässä kuussa
|
||||
text_destroy_time_entries_question: "{{hours}} tuntia on raportoitu tapahtumasta jonka aiot poistaa. Mitä haluat tehdä ?"
|
||||
label_last_n_days: "viimeiset {{count}} päivää"
|
||||
text_destroy_time_entries_question: "%{hours} tuntia on raportoitu tapahtumasta jonka aiot poistaa. Mitä haluat tehdä ?"
|
||||
label_last_n_days: "viimeiset %{count} päivää"
|
||||
label_all_time: koko ajalta
|
||||
error_issue_not_found_in_project: 'Tapahtumaa ei löytynyt tai se ei kuulu tähän projektiin'
|
||||
label_this_year: tänä vuonna
|
||||
|
@ -736,15 +736,15 @@ fi:
|
|||
label_overall_activity: Kokonaishistoria
|
||||
error_scm_annotate: "Merkintää ei ole tai siihen ei voi lisätä selityksiä."
|
||||
label_planning: Suunnittelu
|
||||
text_subprojects_destroy_warning: "Tämän aliprojekti(t): {{value}} tullaan myös poistamaan."
|
||||
label_and_its_subprojects: "{{value}} ja aliprojektit"
|
||||
mail_body_reminder: "{{count}} sinulle nimettyä tapahtuma(a) erääntyy {{days}} päivä sisään:"
|
||||
mail_subject_reminder: "{{count}} tapahtuma(a) erääntyy {{days}} lähipäivinä"
|
||||
text_user_wrote: "{{value}} kirjoitti:"
|
||||
text_subprojects_destroy_warning: "Tämän aliprojekti(t): %{value} tullaan myös poistamaan."
|
||||
label_and_its_subprojects: "%{value} ja aliprojektit"
|
||||
mail_body_reminder: "%{count} sinulle nimettyä tapahtuma(a) erääntyy %{days} päivä sisään:"
|
||||
mail_subject_reminder: "%{count} tapahtuma(a) erääntyy %{days} lähipäivinä"
|
||||
text_user_wrote: "%{value} kirjoitti:"
|
||||
label_duplicated_by: kopioinut
|
||||
setting_enabled_scm: Versionhallinta käytettävissä
|
||||
text_enumeration_category_reassign_to: 'Siirrä täksi arvoksi:'
|
||||
text_enumeration_destroy_question: "{{count}} kohdetta on sijoitettu tälle arvolle."
|
||||
text_enumeration_destroy_question: "%{count} kohdetta on sijoitettu tälle arvolle."
|
||||
label_incoming_emails: Saapuvat sähköpostiviestit
|
||||
label_generate_key: Luo avain
|
||||
setting_mail_handler_api_enabled: Ota käyttöön WS saapuville sähköposteille
|
||||
|
@ -810,12 +810,12 @@ fi:
|
|||
text_repository_usernames_mapping: "Valitse päivittääksesi Redmine käyttäjä jokaiseen käyttäjään joka löytyy tietovaraston lokista.\nKäyttäjät joilla on sama Redmine ja tietovaraston käyttäjänimi tai sähköpostiosoite, yhdistetään automaattisesti."
|
||||
permission_edit_own_messages: Muokkaa omia viestejä
|
||||
permission_delete_own_messages: Poista omia viestejä
|
||||
label_user_activity: "Käyttäjän {{value}} historia"
|
||||
label_updated_time_by: "Updated by {{author}} {{age}} ago"
|
||||
label_user_activity: "Käyttäjän %{value} historia"
|
||||
label_updated_time_by: "Updated by %{author} %{age} ago"
|
||||
text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.'
|
||||
setting_diff_max_lines_displayed: Max number of diff lines displayed
|
||||
text_plugin_assets_writable: Plugin assets directory writable
|
||||
warning_attachments_not_saved: "{{count}} file(s) could not be saved."
|
||||
warning_attachments_not_saved: "%{count} file(s) could not be saved."
|
||||
button_create_and_continue: Create and continue
|
||||
text_custom_field_possible_values_info: 'One line for each value'
|
||||
label_display: Display
|
||||
|
@ -830,21 +830,21 @@ fi:
|
|||
label_descending: Descending
|
||||
label_sort: Sort
|
||||
label_ascending: Ascending
|
||||
label_date_from_to: From {{start}} to {{end}}
|
||||
label_date_from_to: From %{start} to %{end}
|
||||
label_greater_or_equal: ">="
|
||||
label_less_or_equal: <=
|
||||
text_wiki_page_destroy_question: This page has {{descendants}} child page(s) and descendant(s). What do you want to do?
|
||||
text_wiki_page_destroy_question: This page has %{descendants} child page(s) and descendant(s). What do you want to do?
|
||||
text_wiki_page_reassign_children: Reassign child pages to this parent page
|
||||
text_wiki_page_nullify_children: Keep child pages as root pages
|
||||
text_wiki_page_destroy_children: Delete child pages and all their descendants
|
||||
setting_password_min_length: Minimum password length
|
||||
field_group_by: Group results by
|
||||
mail_subject_wiki_content_updated: "'{{id}}' wiki page has been updated"
|
||||
mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated"
|
||||
label_wiki_content_added: Wiki page added
|
||||
mail_subject_wiki_content_added: "'{{id}}' wiki page has been added"
|
||||
mail_body_wiki_content_added: The '{{id}}' wiki page has been added by {{author}}.
|
||||
mail_subject_wiki_content_added: "'%{id}' wiki page has been added"
|
||||
mail_body_wiki_content_added: The '%{id}' wiki page has been added by %{author}.
|
||||
label_wiki_content_updated: Wiki page updated
|
||||
mail_body_wiki_content_updated: The '{{id}}' wiki page has been updated by {{author}}.
|
||||
mail_body_wiki_content_updated: The '%{id}' wiki page has been updated by %{author}.
|
||||
permission_add_project: Create project
|
||||
setting_new_project_user_role_id: Role given to a non-admin user who creates a project
|
||||
label_view_all_revisions: View all revisions
|
||||
|
@ -852,14 +852,14 @@ fi:
|
|||
label_branch: Branch
|
||||
error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings.
|
||||
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
||||
text_journal_set_to: "{{label}} set to {{value}}"
|
||||
text_journal_deleted: "{{label}} deleted ({{old}})"
|
||||
text_journal_changed: "%{label} changed from %{old} to %{new}"
|
||||
text_journal_set_to: "%{label} set to %{value}"
|
||||
text_journal_deleted: "%{label} deleted (%{old})"
|
||||
label_group_plural: Groups
|
||||
label_group: Group
|
||||
label_group_new: New group
|
||||
label_time_entry_plural: Spent time
|
||||
text_journal_added: "{{label}} {{value}} added"
|
||||
text_journal_added: "%{label} %{value} added"
|
||||
field_active: Active
|
||||
enumeration_system_activity: System Activity
|
||||
permission_delete_issue_watchers: Delete watchers
|
||||
|
@ -894,9 +894,9 @@ fi:
|
|||
setting_start_of_week: Start calendars on
|
||||
permission_view_issues: View Issues
|
||||
label_display_used_statuses_only: Only display statuses that are used by this tracker
|
||||
label_revision_id: Revision {{value}}
|
||||
label_revision_id: Revision %{value}
|
||||
label_api_access_key: API access key
|
||||
label_api_access_key_created_on: API access key created {{value}} ago
|
||||
label_api_access_key_created_on: API access key created %{value} ago
|
||||
label_feeds_access_key: RSS access key
|
||||
notice_api_access_key_reseted: Your API access key was reset.
|
||||
setting_rest_api_enabled: Enable REST web service
|
||||
|
@ -923,12 +923,12 @@ fi:
|
|||
label_subtask_plural: Subtasks
|
||||
label_project_copy_notifications: Send email notifications during the project copy
|
||||
error_can_not_delete_custom_field: Unable to delete custom field
|
||||
error_unable_to_connect: Unable to connect ({{value}})
|
||||
error_unable_to_connect: Unable to connect (%{value})
|
||||
error_can_not_remove_role: This role is in use and can not be deleted.
|
||||
error_can_not_delete_tracker: This tracker contains issues and can't be deleted.
|
||||
field_principal: Principal
|
||||
label_my_page_block: My page block
|
||||
notice_failed_to_save_members: "Failed to save member(s): {{errors}}."
|
||||
notice_failed_to_save_members: "Failed to save member(s): %{errors}."
|
||||
text_zoom_out: Zoom out
|
||||
text_zoom_in: Zoom in
|
||||
notice_unable_delete_time_entry: Unable to delete time log entry.
|
||||
|
@ -936,7 +936,7 @@ fi:
|
|||
field_time_entries: Log time
|
||||
project_module_gantt: Gantt
|
||||
project_module_calendar: Calendar
|
||||
button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}"
|
||||
button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
|
||||
text_are_you_sure_with_children: Delete issue and all child issues?
|
||||
field_text: Text field
|
||||
label_user_mail_option_only_owner: Only for things I am the owner of
|
||||
|
@ -953,7 +953,7 @@ fi:
|
|||
field_visible: Visible
|
||||
setting_emails_header: Emails header
|
||||
setting_commit_logtime_activity_id: Activity for logged time
|
||||
text_time_logged_by_changeset: Applied in changeset {{value}}.
|
||||
text_time_logged_by_changeset: Applied in changeset %{value}.
|
||||
setting_commit_logtime_enabled: Enable time logging
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed ({{max}})
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
|
||||
setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
|
||||
|
|
|
@ -36,38 +36,38 @@ fr:
|
|||
less_than_x_seconds:
|
||||
zero: "moins d'une seconde"
|
||||
one: "moins d'une seconde"
|
||||
other: "moins de {{count}} secondes"
|
||||
other: "moins de %{count} secondes"
|
||||
x_seconds:
|
||||
one: "1 seconde"
|
||||
other: "{{count}} secondes"
|
||||
other: "%{count} secondes"
|
||||
less_than_x_minutes:
|
||||
zero: "moins d'une minute"
|
||||
one: "moins d'une minute"
|
||||
other: "moins de {{count}} minutes"
|
||||
other: "moins de %{count} minutes"
|
||||
x_minutes:
|
||||
one: "1 minute"
|
||||
other: "{{count}} minutes"
|
||||
other: "%{count} minutes"
|
||||
about_x_hours:
|
||||
one: "environ une heure"
|
||||
other: "environ {{count}} heures"
|
||||
other: "environ %{count} heures"
|
||||
x_days:
|
||||
one: "un jour"
|
||||
other: "{{count}} jours"
|
||||
other: "%{count} jours"
|
||||
about_x_months:
|
||||
one: "environ un mois"
|
||||
other: "environ {{count}} mois"
|
||||
other: "environ %{count} mois"
|
||||
x_months:
|
||||
one: "un mois"
|
||||
other: "{{count}} mois"
|
||||
other: "%{count} mois"
|
||||
about_x_years:
|
||||
one: "environ un an"
|
||||
other: "environ {{count}} ans"
|
||||
other: "environ %{count} ans"
|
||||
over_x_years:
|
||||
one: "plus d'un an"
|
||||
other: "plus de {{count}} ans"
|
||||
other: "plus de %{count} ans"
|
||||
almost_x_years:
|
||||
one: "presqu'un an"
|
||||
other: "presque {{count}} ans"
|
||||
other: "presque %{count} ans"
|
||||
prompts:
|
||||
year: "Année"
|
||||
month: "Mois"
|
||||
|
@ -112,8 +112,8 @@ fr:
|
|||
errors:
|
||||
template:
|
||||
header:
|
||||
one: "Impossible d'enregistrer {{model}} : une erreur"
|
||||
other: "Impossible d'enregistrer {{model}} : {{count}} erreurs."
|
||||
one: "Impossible d'enregistrer %{model} : une erreur"
|
||||
other: "Impossible d'enregistrer %{model} : %{count} erreurs."
|
||||
body: "Veuillez vérifier les champs suivants :"
|
||||
messages:
|
||||
inclusion: "n'est pas inclus(e) dans la liste"
|
||||
|
@ -123,16 +123,16 @@ fr:
|
|||
accepted: "doit être accepté(e)"
|
||||
empty: "doit être renseigné(e)"
|
||||
blank: "doit être renseigné(e)"
|
||||
too_long: "est trop long (pas plus de {{count}} caractères)"
|
||||
too_short: "est trop court (au moins {{count}} caractères)"
|
||||
wrong_length: "ne fait pas la bonne longueur (doit comporter {{count}} caractères)"
|
||||
too_long: "est trop long (pas plus de %{count} caractères)"
|
||||
too_short: "est trop court (au moins %{count} caractères)"
|
||||
wrong_length: "ne fait pas la bonne longueur (doit comporter %{count} caractères)"
|
||||
taken: "est déjà utilisé"
|
||||
not_a_number: "n'est pas un nombre"
|
||||
greater_than: "doit être supérieur à {{count}}"
|
||||
greater_than_or_equal_to: "doit être supérieur ou égal à {{count}}"
|
||||
equal_to: "doit être égal à {{count}}"
|
||||
less_than: "doit être inférieur à {{count}}"
|
||||
less_than_or_equal_to: "doit être inférieur ou égal à {{count}}"
|
||||
greater_than: "doit être supérieur à %{count}"
|
||||
greater_than_or_equal_to: "doit être supérieur ou égal à %{count}"
|
||||
equal_to: "doit être égal à %{count}"
|
||||
less_than: "doit être inférieur à %{count}"
|
||||
less_than_or_equal_to: "doit être inférieur ou égal à %{count}"
|
||||
odd: "doit être impair"
|
||||
even: "doit être pair"
|
||||
greater_than_start_date: "doit être postérieure à la date de début"
|
||||
|
@ -170,21 +170,21 @@ fr:
|
|||
notice_locking_conflict: Les données ont été mises à jour par un autre utilisateur. Mise à jour impossible.
|
||||
notice_not_authorized: "Vous n'êtes pas autorisés à accéder à cette page."
|
||||
notice_not_authorized_archived_project: Le projet auquel vous tentez d'accéder a été archivé.
|
||||
notice_email_sent: "Un email a été envoyé à {{value}}"
|
||||
notice_email_error: "Erreur lors de l'envoi de l'email ({{value}})"
|
||||
notice_email_sent: "Un email a été envoyé à %{value}"
|
||||
notice_email_error: "Erreur lors de l'envoi de l'email (%{value})"
|
||||
notice_feeds_access_key_reseted: "Votre clé d'accès aux flux RSS a été réinitialisée."
|
||||
notice_failed_to_save_issues: "{{count}} demande(s) sur les {{total}} sélectionnées n'ont pas pu être mise(s) à jour : {{ids}}."
|
||||
notice_failed_to_save_issues: "%{count} demande(s) sur les %{total} sélectionnées n'ont pas pu être mise(s) à jour : %{ids}."
|
||||
notice_no_issue_selected: "Aucune demande sélectionnée ! Cochez les demandes que vous voulez mettre à jour."
|
||||
notice_account_pending: "Votre compte a été créé et attend l'approbation de l'administrateur."
|
||||
notice_default_data_loaded: Paramétrage par défaut chargé avec succès.
|
||||
notice_unable_delete_version: Impossible de supprimer cette version.
|
||||
notice_issue_done_ratios_updated: L'avancement des demandes a été mis à jour.
|
||||
notice_api_access_key_reseted: Votre clé d'accès API a été réinitialisée.
|
||||
notice_gantt_chart_truncated: "Le diagramme a été tronqué car il excède le nombre maximal d'éléments pouvant être affichés ({{max}})"
|
||||
notice_gantt_chart_truncated: "Le diagramme a été tronqué car il excède le nombre maximal d'éléments pouvant être affichés (%{max})"
|
||||
|
||||
error_can_t_load_default_data: "Une erreur s'est produite lors du chargement du paramétrage : {{value}}"
|
||||
error_can_t_load_default_data: "Une erreur s'est produite lors du chargement du paramétrage : %{value}"
|
||||
error_scm_not_found: "L'entrée et/ou la révision demandée n'existe pas dans le dépôt."
|
||||
error_scm_command_failed: "Une erreur s'est produite lors de l'accès au dépôt : {{value}}"
|
||||
error_scm_command_failed: "Une erreur s'est produite lors de l'accès au dépôt : %{value}"
|
||||
error_scm_annotate: "L'entrée n'existe pas ou ne peut pas être annotée."
|
||||
error_issue_not_found_in_project: "La demande n'existe pas ou n'appartient pas à ce projet"
|
||||
error_can_not_reopen_issue_on_closed_version: 'Une demande assignée à une version fermée ne peut pas être réouverte'
|
||||
|
@ -193,25 +193,25 @@ fr:
|
|||
error_workflow_copy_target: 'Veuillez sélectionner les trackers et rôles cibles'
|
||||
error_issue_done_ratios_not_updated: L'avancement des demandes n'a pas pu être mis à jour.
|
||||
|
||||
warning_attachments_not_saved: "{{count}} fichier(s) n'ont pas pu être sauvegardés."
|
||||
warning_attachments_not_saved: "%{count} fichier(s) n'ont pas pu être sauvegardés."
|
||||
|
||||
mail_subject_lost_password: "Votre mot de passe {{value}}"
|
||||
mail_subject_lost_password: "Votre mot de passe %{value}"
|
||||
mail_body_lost_password: 'Pour changer votre mot de passe, cliquez sur le lien suivant :'
|
||||
mail_subject_register: "Activation de votre compte {{value}}"
|
||||
mail_subject_register: "Activation de votre compte %{value}"
|
||||
mail_body_register: 'Pour activer votre compte, cliquez sur le lien suivant :'
|
||||
mail_body_account_information_external: "Vous pouvez utiliser votre compte {{value}} pour vous connecter."
|
||||
mail_body_account_information_external: "Vous pouvez utiliser votre compte %{value} pour vous connecter."
|
||||
mail_body_account_information: Paramètres de connexion de votre compte
|
||||
mail_subject_account_activation_request: "Demande d'activation d'un compte {{value}}"
|
||||
mail_body_account_activation_request: "Un nouvel utilisateur ({{value}}) s'est inscrit. Son compte nécessite votre approbation :"
|
||||
mail_subject_reminder: "{{count}} demande(s) arrivent à échéance ({{days}})"
|
||||
mail_body_reminder: "{{count}} demande(s) qui vous sont assignées arrivent à échéance dans les {{days}} prochains jours :"
|
||||
mail_subject_wiki_content_added: "Page wiki '{{id}}' ajoutée"
|
||||
mail_body_wiki_content_added: "La page wiki '{{id}}' a été ajoutée par {{author}}."
|
||||
mail_subject_wiki_content_updated: "Page wiki '{{id}}' mise à jour"
|
||||
mail_body_wiki_content_updated: "La page wiki '{{id}}' a été mise à jour par {{author}}."
|
||||
mail_subject_account_activation_request: "Demande d'activation d'un compte %{value}"
|
||||
mail_body_account_activation_request: "Un nouvel utilisateur (%{value}) s'est inscrit. Son compte nécessite votre approbation :"
|
||||
mail_subject_reminder: "%{count} demande(s) arrivent à échéance (%{days})"
|
||||
mail_body_reminder: "%{count} demande(s) qui vous sont assignées arrivent à échéance dans les %{days} prochains jours :"
|
||||
mail_subject_wiki_content_added: "Page wiki '%{id}' ajoutée"
|
||||
mail_body_wiki_content_added: "La page wiki '%{id}' a été ajoutée par %{author}."
|
||||
mail_subject_wiki_content_updated: "Page wiki '%{id}' mise à jour"
|
||||
mail_body_wiki_content_updated: "La page wiki '%{id}' a été mise à jour par %{author}."
|
||||
|
||||
gui_validation_error: 1 erreur
|
||||
gui_validation_error_plural: "{{count}} erreurs"
|
||||
gui_validation_error_plural: "%{count} erreurs"
|
||||
|
||||
field_name: Nom
|
||||
field_description: Description
|
||||
|
@ -438,7 +438,7 @@ fr:
|
|||
label_x_projects:
|
||||
zero: aucun projet
|
||||
one: un projet
|
||||
other: "{{count}} projets"
|
||||
other: "%{count} projets"
|
||||
label_project_all: Tous les projets
|
||||
label_project_latest: Derniers projets
|
||||
label_issue: Demande
|
||||
|
@ -447,7 +447,7 @@ fr:
|
|||
label_issue_view_all: Voir toutes les demandes
|
||||
label_issue_added: Demande ajoutée
|
||||
label_issue_updated: Demande mise à jour
|
||||
label_issues_by: "Demandes par {{value}}"
|
||||
label_issues_by: "Demandes par %{value}"
|
||||
label_document: Document
|
||||
label_document_new: Nouveau document
|
||||
label_document_plural: Documents
|
||||
|
@ -495,7 +495,7 @@ fr:
|
|||
label_registered_on: "Inscrit le "
|
||||
label_activity: Activité
|
||||
label_overall_activity: Activité globale
|
||||
label_user_activity: "Activité de {{value}}"
|
||||
label_user_activity: "Activité de %{value}"
|
||||
label_new: Nouveau
|
||||
label_logged_as: Connecté en tant que
|
||||
label_environment: Environnement
|
||||
|
@ -505,7 +505,7 @@ fr:
|
|||
label_auth_source_plural: Modes d'authentification
|
||||
label_subproject_plural: Sous-projets
|
||||
label_subproject_new: Nouveau sous-projet
|
||||
label_and_its_subprojects: "{{value}} et ses sous-projets"
|
||||
label_and_its_subprojects: "%{value} et ses sous-projets"
|
||||
label_min_max_length: Longueurs mini - maxi
|
||||
label_list: Liste
|
||||
label_date: Date
|
||||
|
@ -516,8 +516,8 @@ fr:
|
|||
label_text: Texte long
|
||||
label_attribute: Attribut
|
||||
label_attribute_plural: Attributs
|
||||
label_download: "{{count}} téléchargement"
|
||||
label_download_plural: "{{count}} téléchargements"
|
||||
label_download: "%{count} téléchargement"
|
||||
label_download_plural: "%{count} téléchargements"
|
||||
label_no_data: Aucune donnée à afficher
|
||||
label_change_status: Changer le statut
|
||||
label_history: Historique
|
||||
|
@ -548,17 +548,17 @@ fr:
|
|||
label_closed_issues: fermé
|
||||
label_closed_issues_plural: fermés
|
||||
label_x_open_issues_abbr_on_total:
|
||||
zero: 0 ouvert sur {{total}}
|
||||
one: 1 ouvert sur {{total}}
|
||||
other: "{{count}} ouverts sur {{total}}"
|
||||
zero: 0 ouvert sur %{total}
|
||||
one: 1 ouvert sur %{total}
|
||||
other: "%{count} ouverts sur %{total}"
|
||||
label_x_open_issues_abbr:
|
||||
zero: 0 ouvert
|
||||
one: 1 ouvert
|
||||
other: "{{count}} ouverts"
|
||||
other: "%{count} ouverts"
|
||||
label_x_closed_issues_abbr:
|
||||
zero: 0 fermé
|
||||
one: 1 fermé
|
||||
other: "{{count}} fermés"
|
||||
other: "%{count} fermés"
|
||||
label_total: Total
|
||||
label_permissions: Permissions
|
||||
label_current_status: Statut actuel
|
||||
|
@ -576,7 +576,7 @@ fr:
|
|||
label_months_from: mois depuis
|
||||
label_gantt: Gantt
|
||||
label_internal: Interne
|
||||
label_last_changes: "{{count}} derniers changements"
|
||||
label_last_changes: "%{count} derniers changements"
|
||||
label_change_view_all: Voir tous les changements
|
||||
label_personalize_page: Personnaliser cette page
|
||||
label_comment: Commentaire
|
||||
|
@ -584,7 +584,7 @@ fr:
|
|||
label_x_comments:
|
||||
zero: aucun commentaire
|
||||
one: un commentaire
|
||||
other: "{{count}} commentaires"
|
||||
other: "%{count} commentaires"
|
||||
label_comment_add: Ajouter un commentaire
|
||||
label_comment_added: Commentaire ajouté
|
||||
label_comment_delete: Supprimer les commentaires
|
||||
|
@ -603,7 +603,7 @@ fr:
|
|||
label_yesterday: hier
|
||||
label_this_week: cette semaine
|
||||
label_last_week: la semaine dernière
|
||||
label_last_n_days: "les {{count}} derniers jours"
|
||||
label_last_n_days: "les %{count} derniers jours"
|
||||
label_this_month: ce mois-ci
|
||||
label_last_month: le mois dernier
|
||||
label_this_year: cette année
|
||||
|
@ -617,8 +617,8 @@ fr:
|
|||
label_repository: Dépôt
|
||||
label_repository_plural: Dépôts
|
||||
label_browse: Parcourir
|
||||
label_modification: "{{count}} modification"
|
||||
label_modification_plural: "{{count}} modifications"
|
||||
label_modification: "%{count} modification"
|
||||
label_modification_plural: "%{count} modifications"
|
||||
label_revision: "Révision "
|
||||
label_revision_plural: Révisions
|
||||
label_associated_revisions: Révisions associées
|
||||
|
@ -636,8 +636,8 @@ fr:
|
|||
label_sort_lower: Descendre
|
||||
label_sort_lowest: Descendre en dernier
|
||||
label_roadmap: Roadmap
|
||||
label_roadmap_due_in: "Échéance dans {{value}}"
|
||||
label_roadmap_overdue: "En retard de {{value}}"
|
||||
label_roadmap_due_in: "Échéance dans %{value}"
|
||||
label_roadmap_overdue: "En retard de %{value}"
|
||||
label_roadmap_no_issues: Aucune demande pour cette version
|
||||
label_search: "Recherche "
|
||||
label_result_plural: Résultats
|
||||
|
@ -655,8 +655,8 @@ fr:
|
|||
label_changes_details: Détails de tous les changements
|
||||
label_issue_tracking: Suivi des demandes
|
||||
label_spent_time: Temps passé
|
||||
label_f_hour: "{{value}} heure"
|
||||
label_f_hour_plural: "{{value}} heures"
|
||||
label_f_hour: "%{value} heure"
|
||||
label_f_hour_plural: "%{value} heures"
|
||||
label_time_tracking: Suivi du temps
|
||||
label_change_plural: Changements
|
||||
label_statistics: Statistiques
|
||||
|
@ -705,13 +705,13 @@ fr:
|
|||
label_date_from: Du
|
||||
label_date_to: Au
|
||||
label_language_based: Basé sur la langue de l'utilisateur
|
||||
label_sort_by: "Trier par {{value}}"
|
||||
label_sort_by: "Trier par %{value}"
|
||||
label_send_test_email: Envoyer un email de test
|
||||
label_feeds_access_key_created_on: "Clé d'accès RSS créée il y a {{value}}"
|
||||
label_feeds_access_key_created_on: "Clé d'accès RSS créée il y a %{value}"
|
||||
label_module_plural: Modules
|
||||
label_added_time_by: "Ajouté par {{author}} il y a {{age}}"
|
||||
label_updated_time_by: "Mis à jour par {{author}} il y a {{age}}"
|
||||
label_updated_time: "Mis à jour il y a {{value}}"
|
||||
label_added_time_by: "Ajouté par %{author} il y a %{age}"
|
||||
label_updated_time_by: "Mis à jour par %{author} il y a %{age}"
|
||||
label_updated_time: "Mis à jour il y a %{value}"
|
||||
label_jump_to_a_project: Aller à un projet...
|
||||
label_file_plural: Fichiers
|
||||
label_changeset_plural: Révisions
|
||||
|
@ -727,7 +727,7 @@ fr:
|
|||
label_registration_activation_by_email: activation du compte par email
|
||||
label_registration_manual_activation: activation manuelle du compte
|
||||
label_registration_automatic_activation: activation automatique du compte
|
||||
label_display_per_page: "Par page : {{value}}"
|
||||
label_display_per_page: "Par page : %{value}"
|
||||
label_age: Âge
|
||||
label_change_properties: Changer les propriétés
|
||||
label_general: Général
|
||||
|
@ -750,7 +750,7 @@ fr:
|
|||
label_sort: Tri
|
||||
label_ascending: Croissant
|
||||
label_descending: Décroissant
|
||||
label_date_from_to: Du {{start}} au {{end}}
|
||||
label_date_from_to: Du %{start} au %{end}
|
||||
label_wiki_content_added: Page wiki ajoutée
|
||||
label_wiki_content_updated: Page wiki mise à jour
|
||||
label_group_plural: Groupes
|
||||
|
@ -768,12 +768,12 @@ fr:
|
|||
label_update_issue_done_ratios: Mettre à jour l'avancement des demandes
|
||||
label_display_used_statuses_only: N'afficher que les statuts utilisés dans ce tracker
|
||||
label_api_access_key: Clé d'accès API
|
||||
label_api_access_key_created_on: Clé d'accès API créée il y a {{value}}
|
||||
label_api_access_key_created_on: Clé d'accès API créée il y a %{value}
|
||||
label_feeds_access_key: Clé d'accès RSS
|
||||
label_missing_api_access_key: Clé d'accès API manquante
|
||||
label_missing_feeds_access_key: Clé d'accès RSS manquante
|
||||
label_close_versions: Fermer les versions terminées
|
||||
label_revision_id: Revision {{value}}
|
||||
label_revision_id: Revision %{value}
|
||||
label_profile: Profil
|
||||
label_subtask_plural: Sous-tâches
|
||||
label_project_copy_notifications: Envoyer les notifications durant la copie du projet
|
||||
|
@ -836,50 +836,50 @@ fr:
|
|||
text_regexp_info: ex. ^[A-Z0-9]+$
|
||||
text_min_max_length_info: 0 pour aucune restriction
|
||||
text_project_destroy_confirmation: Êtes-vous sûr de vouloir supprimer ce projet et toutes ses données ?
|
||||
text_subprojects_destroy_warning: "Ses sous-projets : {{value}} seront également supprimés."
|
||||
text_subprojects_destroy_warning: "Ses sous-projets : %{value} seront également supprimés."
|
||||
text_workflow_edit: Sélectionner un tracker et un rôle pour éditer le workflow
|
||||
text_are_you_sure: Êtes-vous sûr ?
|
||||
text_tip_issue_begin_day: tâche commençant ce jour
|
||||
text_tip_issue_end_day: tâche finissant ce jour
|
||||
text_tip_issue_begin_end_day: tâche commençant et finissant ce jour
|
||||
text_project_identifier_info: 'Seuls les lettres minuscules (a-z), chiffres et tirets sont autorisés.<br />Un fois sauvegardé, l''identifiant ne pourra plus être modifié.'
|
||||
text_caracters_maximum: "{{count}} caractères maximum."
|
||||
text_caracters_minimum: "{{count}} caractères minimum."
|
||||
text_length_between: "Longueur comprise entre {{min}} et {{max}} caractères."
|
||||
text_caracters_maximum: "%{count} caractères maximum."
|
||||
text_caracters_minimum: "%{count} caractères minimum."
|
||||
text_length_between: "Longueur comprise entre %{min} et %{max} caractères."
|
||||
text_tracker_no_workflow: Aucun worflow n'est défini pour ce tracker
|
||||
text_unallowed_characters: Caractères non autorisés
|
||||
text_comma_separated: Plusieurs valeurs possibles (séparées par des virgules).
|
||||
text_line_separated: Plusieurs valeurs possibles (une valeur par ligne).
|
||||
text_issues_ref_in_commit_messages: Référencement et résolution des demandes dans les commentaires de commits
|
||||
text_issue_added: "La demande {{id}} a été soumise par {{author}}."
|
||||
text_issue_updated: "La demande {{id}} a été mise à jour par {{author}}."
|
||||
text_issue_added: "La demande %{id} a été soumise par %{author}."
|
||||
text_issue_updated: "La demande %{id} a été mise à jour par %{author}."
|
||||
text_wiki_destroy_confirmation: Etes-vous sûr de vouloir supprimer ce wiki et tout son contenu ?
|
||||
text_issue_category_destroy_question: "{{count}} demandes sont affectées à cette catégories. Que voulez-vous faire ?"
|
||||
text_issue_category_destroy_question: "%{count} demandes sont affectées à cette catégories. Que voulez-vous faire ?"
|
||||
text_issue_category_destroy_assignments: N'affecter les demandes à aucune autre catégorie
|
||||
text_issue_category_reassign_to: Réaffecter les demandes à cette catégorie
|
||||
text_user_mail_option: "Pour les projets non sélectionnés, vous recevrez seulement des notifications pour ce que vous surveillez ou à quoi vous participez (exemple: demandes dont vous êtes l'auteur ou la personne assignée)."
|
||||
text_no_configuration_data: "Les rôles, trackers, statuts et le workflow ne sont pas encore paramétrés.\nIl est vivement recommandé de charger le paramétrage par defaut. Vous pourrez le modifier une fois chargé."
|
||||
text_load_default_configuration: Charger le paramétrage par défaut
|
||||
text_status_changed_by_changeset: "Appliqué par commit {{value}}."
|
||||
text_time_logged_by_changeset: "Appliqué par commit {{value}}"
|
||||
text_status_changed_by_changeset: "Appliqué par commit %{value}."
|
||||
text_time_logged_by_changeset: "Appliqué par commit %{value}"
|
||||
text_issues_destroy_confirmation: 'Êtes-vous sûr de vouloir supprimer le(s) demandes(s) selectionnée(s) ?'
|
||||
text_select_project_modules: 'Sélectionner les modules à activer pour ce projet :'
|
||||
text_default_administrator_account_changed: Compte administrateur par défaut changé
|
||||
text_file_repository_writable: Répertoire de stockage des fichiers accessible en écriture
|
||||
text_plugin_assets_writable: Répertoire public des plugins accessible en écriture
|
||||
text_rmagick_available: Bibliothèque RMagick présente (optionnelle)
|
||||
text_destroy_time_entries_question: "{{hours}} heures ont été enregistrées sur les demandes à supprimer. Que voulez-vous faire ?"
|
||||
text_destroy_time_entries_question: "%{hours} heures ont été enregistrées sur les demandes à supprimer. Que voulez-vous faire ?"
|
||||
text_destroy_time_entries: Supprimer les heures
|
||||
text_assign_time_entries_to_project: Reporter les heures sur le projet
|
||||
text_reassign_time_entries: 'Reporter les heures sur cette demande:'
|
||||
text_user_wrote: "{{value}} a écrit :"
|
||||
text_enumeration_destroy_question: "Cette valeur est affectée à {{count}} objets."
|
||||
text_user_wrote: "%{value} a écrit :"
|
||||
text_enumeration_destroy_question: "Cette valeur est affectée à %{count} objets."
|
||||
text_enumeration_category_reassign_to: 'Réaffecter les objets à cette valeur:'
|
||||
text_email_delivery_not_configured: "L'envoi de mail n'est pas configuré, les notifications sont désactivées.\nConfigurez votre serveur SMTP dans config/email.yml et redémarrez l'application pour les activer."
|
||||
text_repository_usernames_mapping: "Vous pouvez sélectionner ou modifier l'utilisateur Redmine associé à chaque nom d'utilisateur figurant dans l'historique du dépôt.\nLes utilisateurs avec le même identifiant ou la même adresse mail seront automatiquement associés."
|
||||
text_diff_truncated: '... Ce différentiel a été tronqué car il excède la taille maximale pouvant être affichée.'
|
||||
text_custom_field_possible_values_info: 'Une ligne par valeur'
|
||||
text_wiki_page_destroy_question: "Cette page possède {{descendants}} sous-page(s) et descendante(s). Que voulez-vous faire ?"
|
||||
text_wiki_page_destroy_question: "Cette page possède %{descendants} sous-page(s) et descendante(s). Que voulez-vous faire ?"
|
||||
text_wiki_page_nullify_children: "Conserver les sous-pages en tant que pages racines"
|
||||
text_wiki_page_destroy_children: "Supprimer les sous-pages et toutes leurs descedantes"
|
||||
text_wiki_page_reassign_children: "Réaffecter les sous-pages à cette page"
|
||||
|
@ -917,20 +917,20 @@ fr:
|
|||
label_branch: Branche
|
||||
error_no_tracker_in_project: "Aucun tracker n'est associé à ce projet. Vérifier la configuration du projet."
|
||||
error_no_default_issue_status: "Aucun statut de demande n'est défini par défaut. Vérifier votre configuration (Administration -> Statuts de demandes)."
|
||||
text_journal_changed: "{{label}} changé de {{old}} à {{new}}"
|
||||
text_journal_set_to: "{{label}} mis à {{value}}"
|
||||
text_journal_deleted: "{{label}} {{old}} supprimé"
|
||||
text_journal_added: "{{label}} {{value}} ajouté"
|
||||
text_journal_changed: "%{label} changé de %{old} à %{new}"
|
||||
text_journal_set_to: "%{label} mis à %{value}"
|
||||
text_journal_deleted: "%{label} %{old} supprimé"
|
||||
text_journal_added: "%{label} %{value} ajouté"
|
||||
enumeration_system_activity: Activité système
|
||||
label_board_sticky: Sticky
|
||||
label_board_locked: Verrouillé
|
||||
error_unable_delete_issue_status: Impossible de supprimer le statut de demande
|
||||
error_can_not_delete_custom_field: Impossible de supprimer le champ personnalisé
|
||||
error_unable_to_connect: Connexion impossible ({{value}})
|
||||
error_unable_to_connect: Connexion impossible (%{value})
|
||||
error_can_not_remove_role: Ce rôle est utilisé et ne peut pas être supprimé.
|
||||
error_can_not_delete_tracker: Ce tracker contient des demandes et ne peut pas être supprimé.
|
||||
field_principal: Principal
|
||||
notice_failed_to_save_members: "Erreur lors de la sauvegarde des membres: {{errors}}."
|
||||
notice_failed_to_save_members: "Erreur lors de la sauvegarde des membres: %{errors}."
|
||||
text_zoom_out: Zoom arrière
|
||||
text_zoom_in: Zoom avant
|
||||
notice_unable_delete_time_entry: Impossible de supprimer le temps passé.
|
||||
|
@ -938,7 +938,7 @@ fr:
|
|||
field_time_entries: Log time
|
||||
project_module_gantt: Gantt
|
||||
project_module_calendar: Calendrier
|
||||
button_edit_associated_wikipage: "Modifier la page wiki associée: {{page_title}}"
|
||||
button_edit_associated_wikipage: "Modifier la page wiki associée: %{page_title}"
|
||||
text_are_you_sure_with_children: Supprimer la demande et toutes ses sous-demandes ?
|
||||
field_text: Champ texte
|
||||
label_user_mail_option_only_owner: Seulement pour ce que j'ai créé
|
||||
|
|
|
@ -74,41 +74,41 @@ gl:
|
|||
zero: 'menos dun segundo'
|
||||
one: '1 segundo'
|
||||
few: 'poucos segundos'
|
||||
other: '{{count}} segundos'
|
||||
other: '%{count} segundos'
|
||||
x_seconds:
|
||||
one: '1 segundo'
|
||||
other: '{{count}} segundos'
|
||||
other: '%{count} segundos'
|
||||
less_than_x_minutes:
|
||||
zero: 'menos dun minuto'
|
||||
one: '1 minuto'
|
||||
other: '{{count}} minutos'
|
||||
other: '%{count} minutos'
|
||||
x_minutes:
|
||||
one: '1 minuto'
|
||||
other: '{{count}} minuto'
|
||||
other: '%{count} minuto'
|
||||
about_x_hours:
|
||||
one: 'aproximadamente unha hora'
|
||||
other: '{{count}} horas'
|
||||
other: '%{count} horas'
|
||||
x_days:
|
||||
one: '1 día'
|
||||
other: '{{count}} días'
|
||||
other: '%{count} días'
|
||||
x_weeks:
|
||||
one: '1 semana'
|
||||
other: '{{count}} semanas'
|
||||
other: '%{count} semanas'
|
||||
about_x_months:
|
||||
one: 'aproximadamente 1 mes'
|
||||
other: '{{count}} meses'
|
||||
other: '%{count} meses'
|
||||
x_months:
|
||||
one: '1 mes'
|
||||
other: '{{count}} meses'
|
||||
other: '%{count} meses'
|
||||
about_x_years:
|
||||
one: 'aproximadamente 1 ano'
|
||||
other: '{{count}} anos'
|
||||
other: '%{count} anos'
|
||||
over_x_years:
|
||||
one: 'máis dun ano'
|
||||
other: '{{count}} anos'
|
||||
other: '%{count} anos'
|
||||
almost_x_years:
|
||||
one: "almost 1 year"
|
||||
other: "almost {{count}} years"
|
||||
other: "almost %{count} years"
|
||||
now: 'agora'
|
||||
today: 'hoxe'
|
||||
tomorrow: 'mañá'
|
||||
|
@ -124,8 +124,8 @@ gl:
|
|||
errors:
|
||||
template:
|
||||
header:
|
||||
one: "1 erro evitou que se poidese gardar o {{model}}"
|
||||
other: "{{count}} erros evitaron que se poidese gardar o {{model}}"
|
||||
one: "1 erro evitou que se poidese gardar o %{model}"
|
||||
other: "%{count} erros evitaron que se poidese gardar o %{model}"
|
||||
body: "Atopáronse os seguintes problemas:"
|
||||
messages:
|
||||
inclusion: "non está incluido na lista"
|
||||
|
@ -135,16 +135,16 @@ gl:
|
|||
accepted: "debe ser aceptado"
|
||||
empty: "non pode estar valeiro"
|
||||
blank: "non pode estar en blanco"
|
||||
too_long: "é demasiado longo (non máis de {{count}} carácteres)"
|
||||
too_short: "é demasiado curto (non menos de {{count}} carácteres)"
|
||||
wrong_length: "non ten a lonxitude correcta (debe ser de {{count}} carácteres)"
|
||||
too_long: "é demasiado longo (non máis de %{count} carácteres)"
|
||||
too_short: "é demasiado curto (non menos de %{count} carácteres)"
|
||||
wrong_length: "non ten a lonxitude correcta (debe ser de %{count} carácteres)"
|
||||
taken: "non está dispoñible"
|
||||
not_a_number: "non é un número"
|
||||
greater_than: "debe ser maior que {{count}}"
|
||||
greater_than_or_equal_to: "debe ser maior ou igual que {{count}}"
|
||||
equal_to: "debe ser igual a {{count}}"
|
||||
less_than: "debe ser menor que {{count}}"
|
||||
less_than_or_equal_to: "debe ser menor ou igual que {{count}}"
|
||||
greater_than: "debe ser maior que %{count}"
|
||||
greater_than_or_equal_to: "debe ser maior ou igual que %{count}"
|
||||
equal_to: "debe ser igual a %{count}"
|
||||
less_than: "debe ser menor que %{count}"
|
||||
less_than_or_equal_to: "debe ser menor ou igual que %{count}"
|
||||
odd: "debe ser par"
|
||||
even: "debe ser impar"
|
||||
greater_than_start_date: "debe ser posterior á data de comezo"
|
||||
|
@ -216,10 +216,10 @@ gl:
|
|||
enumeration_activities: Actividades (tempo dedicado)
|
||||
enumeration_doc_categories: Categorías do documento
|
||||
enumeration_issue_priorities: Prioridade das peticións
|
||||
error_can_t_load_default_data: "Non se puido cargar a configuración por defecto: {{value}}"
|
||||
error_can_t_load_default_data: "Non se puido cargar a configuración por defecto: %{value}"
|
||||
error_issue_not_found_in_project: 'A petición non se atopa ou non está asociada a este proxecto'
|
||||
error_scm_annotate: "Non existe a entrada ou non se puido anotar"
|
||||
error_scm_command_failed: "Aconteceu un erro ao acceder ó repositorio: {{value}}"
|
||||
error_scm_command_failed: "Aconteceu un erro ao acceder ó repositorio: %{value}"
|
||||
error_scm_not_found: "A entrada e/ou revisión non existe no repositorio."
|
||||
field_account: Conta
|
||||
field_activity: Actividade
|
||||
|
@ -315,19 +315,19 @@ gl:
|
|||
general_text_no: 'non'
|
||||
general_text_yes: 'si'
|
||||
gui_validation_error: 1 erro
|
||||
gui_validation_error_plural: "{{count}} erros"
|
||||
gui_validation_error_plural: "%{count} erros"
|
||||
label_activity: Actividade
|
||||
label_add_another_file: Engadir outro arquivo
|
||||
label_add_note: Engadir unha nota
|
||||
label_added: engadido
|
||||
label_added_time_by: "Engadido por {{author}} fai {{age}}"
|
||||
label_added_time_by: "Engadido por %{author} fai %{age}"
|
||||
label_administration: Administración
|
||||
label_age: Idade
|
||||
label_ago: fai
|
||||
label_all: todos
|
||||
label_all_time: todo o tempo
|
||||
label_all_words: Tódalas palabras
|
||||
label_and_its_subprojects: "{{value}} e proxectos secundarios"
|
||||
label_and_its_subprojects: "%{value} e proxectos secundarios"
|
||||
label_applied_status: Aplicar estado
|
||||
label_assigned_to_me_issues: Peticións asignadas a min
|
||||
label_associated_revisions: Revisións asociadas
|
||||
|
@ -360,17 +360,17 @@ gl:
|
|||
label_closed_issues: pechada
|
||||
label_closed_issues_plural: pechadas
|
||||
label_x_open_issues_abbr_on_total:
|
||||
zero: 0 open / {{total}}
|
||||
one: 1 open / {{total}}
|
||||
other: "{{count}} open / {{total}}"
|
||||
zero: 0 open / %{total}
|
||||
one: 1 open / %{total}
|
||||
other: "%{count} open / %{total}"
|
||||
label_x_open_issues_abbr:
|
||||
zero: 0 open
|
||||
one: 1 open
|
||||
other: "{{count}} open"
|
||||
other: "%{count} open"
|
||||
label_x_closed_issues_abbr:
|
||||
zero: 0 closed
|
||||
one: 1 closed
|
||||
other: "{{count}} closed"
|
||||
other: "%{count} closed"
|
||||
label_comment: Comentario
|
||||
label_comment_add: Engadir un comentario
|
||||
label_comment_added: Comentario engadido
|
||||
|
@ -379,7 +379,7 @@ gl:
|
|||
label_x_comments:
|
||||
zero: no comments
|
||||
one: 1 comment
|
||||
other: "{{count}} comments"
|
||||
other: "%{count} comments"
|
||||
label_commits_per_author: Commits por autor
|
||||
label_commits_per_month: Commits por mes
|
||||
label_confirmation: Confirmación
|
||||
|
@ -403,13 +403,13 @@ gl:
|
|||
label_diff_inline: en liña
|
||||
label_diff_side_by_side: cara a cara
|
||||
label_disabled: deshabilitado
|
||||
label_display_per_page: "Por páxina: {{value}}"
|
||||
label_display_per_page: "Por páxina: %{value}"
|
||||
label_document: Documento
|
||||
label_document_added: Documento engadido
|
||||
label_document_new: Novo documento
|
||||
label_document_plural: Documentos
|
||||
label_download: "{{count}} Descarga"
|
||||
label_download_plural: "{{count}} Descargas"
|
||||
label_download: "%{count} Descarga"
|
||||
label_download_plural: "%{count} Descargas"
|
||||
label_downloads_abbr: D/L
|
||||
label_duplicated_by: duplicada por
|
||||
label_duplicates: duplicada de
|
||||
|
@ -421,10 +421,10 @@ gl:
|
|||
label_equals: igual
|
||||
label_example: Exemplo
|
||||
label_export_to: 'Exportar a:'
|
||||
label_f_hour: "{{value}} hora"
|
||||
label_f_hour_plural: "{{value}} horas"
|
||||
label_f_hour: "%{value} hora"
|
||||
label_f_hour_plural: "%{value} horas"
|
||||
label_feed_plural: Feeds
|
||||
label_feeds_access_key_created_on: "Clave de acceso por RSS creada fai {{value}}"
|
||||
label_feeds_access_key_created_on: "Clave de acceso por RSS creada fai %{value}"
|
||||
label_file_added: Arquivo engadido
|
||||
label_file_plural: Arquivos
|
||||
label_filter_add: Engadir o filtro
|
||||
|
@ -461,13 +461,13 @@ gl:
|
|||
label_issue_updated: Petición actualizada
|
||||
label_issue_view_all: Ver tódalas peticións
|
||||
label_issue_watchers: Seguidores
|
||||
label_issues_by: "Peticións por {{value}}"
|
||||
label_issues_by: "Peticións por %{value}"
|
||||
label_jump_to_a_project: Ir ao proxecto...
|
||||
label_language_based: Baseado no idioma
|
||||
label_last_changes: "últimos {{count}} cambios"
|
||||
label_last_changes: "últimos %{count} cambios"
|
||||
label_last_login: Última conexión
|
||||
label_last_month: último mes
|
||||
label_last_n_days: "últimos {{count}} días"
|
||||
label_last_n_days: "últimos %{count} días"
|
||||
label_last_week: última semana
|
||||
label_latest_revision: Última revisión
|
||||
label_latest_revision_plural: Últimas revisións
|
||||
|
@ -488,8 +488,8 @@ gl:
|
|||
label_message_plural: Mensaxes
|
||||
label_message_posted: Mensaxe engadida
|
||||
label_min_max_length: Lonxitude mín - máx
|
||||
label_modification: "{{count}} modificación"
|
||||
label_modification_plural: "{{count}} modificacións"
|
||||
label_modification: "%{count} modificación"
|
||||
label_modification_plural: "%{count} modificacións"
|
||||
label_modified: modificado
|
||||
label_module_plural: Módulos
|
||||
label_month: Mes
|
||||
|
@ -540,7 +540,7 @@ gl:
|
|||
label_x_projects:
|
||||
zero: no projects
|
||||
one: 1 project
|
||||
other: "{{count}} projects"
|
||||
other: "%{count} projects"
|
||||
label_public_projects: Proxectos públicos
|
||||
label_query: Consulta personalizada
|
||||
label_query_new: Nova consulta
|
||||
|
@ -567,9 +567,9 @@ gl:
|
|||
label_revision: Revisión
|
||||
label_revision_plural: Revisións
|
||||
label_roadmap: Planificación
|
||||
label_roadmap_due_in: "Remata en {{value}}"
|
||||
label_roadmap_due_in: "Remata en %{value}"
|
||||
label_roadmap_no_issues: Non hai peticións para esta versión
|
||||
label_roadmap_overdue: "{{value}} tarde"
|
||||
label_roadmap_overdue: "%{value} tarde"
|
||||
label_role: Perfil
|
||||
label_role_and_permissions: Perfiles e permisos
|
||||
label_role_new: Novo perfil
|
||||
|
@ -581,7 +581,7 @@ gl:
|
|||
label_send_test_email: Enviar un correo de proba
|
||||
label_settings: Configuración
|
||||
label_show_completed_versions: Mostra as versións rematadas
|
||||
label_sort_by: "Ordenar por {{value}}"
|
||||
label_sort_by: "Ordenar por %{value}"
|
||||
label_sort_higher: Subir
|
||||
label_sort_highest: Primeiro
|
||||
label_sort_lower: Baixar
|
||||
|
@ -605,11 +605,11 @@ gl:
|
|||
label_tracker: Tipo
|
||||
label_tracker_new: Novo tipo
|
||||
label_tracker_plural: Tipos de peticións
|
||||
label_updated_time: "Actualizado fai {{value}}"
|
||||
label_updated_time_by: "Actualizado por {{author}} fai {{age}}"
|
||||
label_updated_time: "Actualizado fai %{value}"
|
||||
label_updated_time_by: "Actualizado por %{author} fai %{age}"
|
||||
label_used_by: Utilizado por
|
||||
label_user: Usuario
|
||||
label_user_activity: "Actividade de {{value}}"
|
||||
label_user_activity: "Actividade de %{value}"
|
||||
label_user_mail_no_self_notified: "Non quero ser avisado de cambios feitos por min"
|
||||
label_user_mail_option_all: "Para calquera evento en tódolos proxectos"
|
||||
label_user_mail_option_selected: "Para calquera evento dos proxectos seleccionados..."
|
||||
|
@ -630,16 +630,16 @@ gl:
|
|||
label_workflow: Fluxo de traballo
|
||||
label_year: Ano
|
||||
label_yesterday: onte
|
||||
mail_body_account_activation_request: "Inscribiuse un novo usuario ({{value}}). A conta está pendente de aprobación:"
|
||||
mail_body_account_activation_request: "Inscribiuse un novo usuario (%{value}). A conta está pendente de aprobación:"
|
||||
mail_body_account_information: Información sobre a súa conta
|
||||
mail_body_account_information_external: "Pode usar a súa conta {{value}} para conectarse."
|
||||
mail_body_account_information_external: "Pode usar a súa conta %{value} para conectarse."
|
||||
mail_body_lost_password: 'Para cambiar o seu contrasinal, faga clic no seguinte enlace:'
|
||||
mail_body_register: 'Para activar a súa conta, faga clic no seguinte enlace:'
|
||||
mail_body_reminder: "{{count}} petición(s) asignadas a ti rematan nos próximos {{days}} días:"
|
||||
mail_subject_account_activation_request: "Petición de activación de conta {{value}}"
|
||||
mail_subject_lost_password: "O teu contrasinal de {{value}}"
|
||||
mail_subject_register: "Activación da conta de {{value}}"
|
||||
mail_subject_reminder: "{{count}} petición(s) rematarán nos próximos {{days}} días"
|
||||
mail_body_reminder: "%{count} petición(s) asignadas a ti rematan nos próximos %{days} días:"
|
||||
mail_subject_account_activation_request: "Petición de activación de conta %{value}"
|
||||
mail_subject_lost_password: "O teu contrasinal de %{value}"
|
||||
mail_subject_register: "Activación da conta de %{value}"
|
||||
mail_subject_reminder: "%{count} petición(s) rematarán nos próximos %{days} días"
|
||||
notice_account_activated: A súa conta foi activada. Xa pode conectarse.
|
||||
notice_account_invalid_creditentials: Usuario ou contrasinal inválido.
|
||||
notice_account_lost_email_sent: Enviouse un correo con instrucións para elixir un novo contrasinal.
|
||||
|
@ -651,9 +651,9 @@ gl:
|
|||
notice_account_wrong_password: Contrasinal incorrecto.
|
||||
notice_can_t_change_password: Esta conta utiliza unha fonte de autenticación externa. Non é posible cambiar o contrasinal.
|
||||
notice_default_data_loaded: Configuración por defecto cargada correctamente.
|
||||
notice_email_error: "Ocorreu un error enviando o correo ({{value}})"
|
||||
notice_email_sent: "Enviouse un correo a {{value}}"
|
||||
notice_failed_to_save_issues: "Imposible gravar %s petición(s) en {{count}} seleccionado: {{ids}}."
|
||||
notice_email_error: "Ocorreu un error enviando o correo (%{value})"
|
||||
notice_email_sent: "Enviouse un correo a %{value}"
|
||||
notice_failed_to_save_issues: "Imposible gravar %s petición(s) en %{count} seleccionado: %{ids}."
|
||||
notice_feeds_access_key_reseted: A súa clave de acceso para RSS reiniciouse.
|
||||
notice_file_not_found: A páxina á que tenta acceder non existe.
|
||||
notice_locking_conflict: Os datos modificáronse por outro usuario.
|
||||
|
@ -764,25 +764,25 @@ gl:
|
|||
status_registered: rexistrado
|
||||
text_are_you_sure: ¿Está seguro?
|
||||
text_assign_time_entries_to_project: Asignar as horas ó proxecto
|
||||
text_caracters_maximum: "{{count}} caracteres como máximo."
|
||||
text_caracters_minimum: "{{count}} caracteres como mínimo"
|
||||
text_caracters_maximum: "%{count} caracteres como máximo."
|
||||
text_caracters_minimum: "%{count} caracteres como mínimo"
|
||||
text_comma_separated: Múltiples valores permitidos (separados por coma).
|
||||
text_default_administrator_account_changed: Conta de administrador por defecto modificada
|
||||
text_destroy_time_entries: Borrar as horas
|
||||
text_destroy_time_entries_question: Existen {{hours}} horas asignadas á petición que quere borrar. ¿Que quere facer ?
|
||||
text_destroy_time_entries_question: Existen %{hours} horas asignadas á petición que quere borrar. ¿Que quere facer ?
|
||||
text_diff_truncated: '... Diferencia truncada por exceder o máximo tamaño visualizable.'
|
||||
text_email_delivery_not_configured: "O envío de correos non está configurado, e as notificacións desactiváronse. \n Configure o servidor de SMTP en config/email.yml e reinicie a aplicación para activar os cambios."
|
||||
text_enumeration_category_reassign_to: 'Reasignar ó seguinte valor:'
|
||||
text_enumeration_destroy_question: "{{count}} obxectos con este valor asignado."
|
||||
text_enumeration_destroy_question: "%{count} obxectos con este valor asignado."
|
||||
text_file_repository_writable: Pódese escribir no repositorio
|
||||
text_issue_added: "Petición {{id}} engadida por {{author}}."
|
||||
text_issue_added: "Petición %{id} engadida por %{author}."
|
||||
text_issue_category_destroy_assignments: Deixar as peticións sen categoría
|
||||
text_issue_category_destroy_question: "Algunhas peticións ({{count}}) están asignadas a esta categoría. ¿Que desexa facer?"
|
||||
text_issue_category_destroy_question: "Algunhas peticións (%{count}) están asignadas a esta categoría. ¿Que desexa facer?"
|
||||
text_issue_category_reassign_to: Reasignar as peticións á categoría
|
||||
text_issue_updated: "A petición {{id}} actualizouse por {{author}}."
|
||||
text_issue_updated: "A petición %{id} actualizouse por %{author}."
|
||||
text_issues_destroy_confirmation: '¿Seguro que quere borrar as peticións seleccionadas?'
|
||||
text_issues_ref_in_commit_messages: Referencia e petición de corrección nas mensaxes
|
||||
text_length_between: "Lonxitude entre {{min}} e {{max}} caracteres."
|
||||
text_length_between: "Lonxitude entre %{min} e %{max} caracteres."
|
||||
text_load_default_configuration: Cargar a configuración por defecto
|
||||
text_min_max_length_info: 0 para ningunha restrición
|
||||
text_no_configuration_data: "Inda non se configuraron perfiles, nin tipos, estados e fluxo de traballo asociado a peticións. Recoméndase encarecidamente cargar a configuración por defecto. Unha vez cargada, poderá modificala."
|
||||
|
@ -794,18 +794,18 @@ gl:
|
|||
text_rmagick_available: RMagick dispoñible (opcional)
|
||||
text_select_mail_notifications: Seleccionar os eventos a notificar
|
||||
text_select_project_modules: 'Seleccione os módulos a activar para este proxecto:'
|
||||
text_status_changed_by_changeset: "Aplicado nos cambios {{value}}"
|
||||
text_subprojects_destroy_warning: "Os proxectos secundarios: {{value}} tamén se eliminarán"
|
||||
text_status_changed_by_changeset: "Aplicado nos cambios %{value}"
|
||||
text_subprojects_destroy_warning: "Os proxectos secundarios: %{value} tamén se eliminarán"
|
||||
text_tip_issue_begin_day: tarefa que comeza este día
|
||||
text_tip_issue_begin_end_day: tarefa que comeza e remata este día
|
||||
text_tip_issue_end_day: tarefa que remata este día
|
||||
text_tracker_no_workflow: Non hai ningún fluxo de traballo definido para este tipo de petición
|
||||
text_unallowed_characters: Caracteres non permitidos
|
||||
text_user_mail_option: "Dos proxectos non seleccionados, só recibirá notificacións sobre elementos monitorizados ou elementos nos que estea involucrado (por exemplo, peticións das que vostede sexa autor ou asignadas a vostede)."
|
||||
text_user_wrote: "{{value}} escribiu:"
|
||||
text_user_wrote: "%{value} escribiu:"
|
||||
text_wiki_destroy_confirmation: ¿Seguro que quere borrar o wiki e todo o seu contido?
|
||||
text_workflow_edit: Seleccionar un fluxo de traballo para actualizar
|
||||
warning_attachments_not_saved: "{{count}} file(s) could not be saved."
|
||||
warning_attachments_not_saved: "%{count} file(s) could not be saved."
|
||||
field_editable: Editable
|
||||
text_plugin_assets_writable: Plugin assets directory writable
|
||||
label_display: Display
|
||||
|
@ -821,21 +821,21 @@ gl:
|
|||
label_descending: Descending
|
||||
label_sort: Sort
|
||||
label_ascending: Ascending
|
||||
label_date_from_to: From {{start}} to {{end}}
|
||||
label_date_from_to: From %{start} to %{end}
|
||||
label_greater_or_equal: ">="
|
||||
label_less_or_equal: <=
|
||||
text_wiki_page_destroy_question: This page has {{descendants}} child page(s) and descendant(s). What do you want to do?
|
||||
text_wiki_page_destroy_question: This page has %{descendants} child page(s) and descendant(s). What do you want to do?
|
||||
text_wiki_page_reassign_children: Reassign child pages to this parent page
|
||||
text_wiki_page_nullify_children: Keep child pages as root pages
|
||||
text_wiki_page_destroy_children: Delete child pages and all their descendants
|
||||
setting_password_min_length: Minimum password length
|
||||
field_group_by: Group results by
|
||||
mail_subject_wiki_content_updated: "'{{id}}' wiki page has been updated"
|
||||
mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated"
|
||||
label_wiki_content_added: Wiki page added
|
||||
mail_subject_wiki_content_added: "'{{id}}' wiki page has been added"
|
||||
mail_body_wiki_content_added: The '{{id}}' wiki page has been added by {{author}}.
|
||||
mail_subject_wiki_content_added: "'%{id}' wiki page has been added"
|
||||
mail_body_wiki_content_added: The '%{id}' wiki page has been added by %{author}.
|
||||
label_wiki_content_updated: Wiki page updated
|
||||
mail_body_wiki_content_updated: The '{{id}}' wiki page has been updated by {{author}}.
|
||||
mail_body_wiki_content_updated: The '%{id}' wiki page has been updated by %{author}.
|
||||
permission_add_project: Create project
|
||||
setting_new_project_user_role_id: Role given to a non-admin user who creates a project
|
||||
label_view_all_revisions: View all revisions
|
||||
|
@ -843,14 +843,14 @@ gl:
|
|||
label_branch: Branch
|
||||
error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings.
|
||||
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
||||
text_journal_set_to: "{{label}} set to {{value}}"
|
||||
text_journal_deleted: "{{label}} deleted ({{old}})"
|
||||
text_journal_changed: "%{label} changed from %{old} to %{new}"
|
||||
text_journal_set_to: "%{label} set to %{value}"
|
||||
text_journal_deleted: "%{label} deleted (%{old})"
|
||||
label_group_plural: Groups
|
||||
label_group: Group
|
||||
label_group_new: New group
|
||||
label_time_entry_plural: Spent time
|
||||
text_journal_added: "{{label}} {{value}} added"
|
||||
text_journal_added: "%{label} %{value} added"
|
||||
field_active: Active
|
||||
enumeration_system_activity: System Activity
|
||||
permission_delete_issue_watchers: Delete watchers
|
||||
|
@ -885,9 +885,9 @@ gl:
|
|||
setting_start_of_week: Start calendars on
|
||||
permission_view_issues: View Issues
|
||||
label_display_used_statuses_only: Only display statuses that are used by this tracker
|
||||
label_revision_id: Revision {{value}}
|
||||
label_revision_id: Revision %{value}
|
||||
label_api_access_key: API access key
|
||||
label_api_access_key_created_on: API access key created {{value}} ago
|
||||
label_api_access_key_created_on: API access key created %{value} ago
|
||||
label_feeds_access_key: RSS access key
|
||||
notice_api_access_key_reseted: Your API access key was reset.
|
||||
setting_rest_api_enabled: Enable REST web service
|
||||
|
@ -914,12 +914,12 @@ gl:
|
|||
label_subtask_plural: Subtasks
|
||||
label_project_copy_notifications: Send email notifications during the project copy
|
||||
error_can_not_delete_custom_field: Unable to delete custom field
|
||||
error_unable_to_connect: Unable to connect ({{value}})
|
||||
error_unable_to_connect: Unable to connect (%{value})
|
||||
error_can_not_remove_role: This role is in use and can not be deleted.
|
||||
error_can_not_delete_tracker: This tracker contains issues and can't be deleted.
|
||||
field_principal: Principal
|
||||
label_my_page_block: My page block
|
||||
notice_failed_to_save_members: "Failed to save member(s): {{errors}}."
|
||||
notice_failed_to_save_members: "Failed to save member(s): %{errors}."
|
||||
text_zoom_out: Zoom out
|
||||
text_zoom_in: Zoom in
|
||||
notice_unable_delete_time_entry: Unable to delete time log entry.
|
||||
|
@ -927,7 +927,7 @@ gl:
|
|||
field_time_entries: Log time
|
||||
project_module_gantt: Gantt
|
||||
project_module_calendar: Calendar
|
||||
button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}"
|
||||
button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
|
||||
text_are_you_sure_with_children: Delete issue and all child issues?
|
||||
field_text: Text field
|
||||
label_user_mail_option_only_owner: Only for things I am the owner of
|
||||
|
@ -944,7 +944,7 @@ gl:
|
|||
field_visible: Visible
|
||||
setting_emails_header: Emails header
|
||||
setting_commit_logtime_activity_id: Activity for logged time
|
||||
text_time_logged_by_changeset: Applied in changeset {{value}}.
|
||||
text_time_logged_by_changeset: Applied in changeset %{value}.
|
||||
setting_commit_logtime_enabled: Enable time logging
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed ({{max}})
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
|
||||
setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
|
||||
|
|
|
@ -38,38 +38,38 @@ he:
|
|||
less_than_x_seconds:
|
||||
zero: 'פחות משניה'
|
||||
one: 'פחות משניה'
|
||||
other: 'פחות מ־{{count}} שניות'
|
||||
other: 'פחות מ־%{count} שניות'
|
||||
x_seconds:
|
||||
one: 'שניה אחת'
|
||||
other: '{{count}} שניות'
|
||||
other: '%{count} שניות'
|
||||
less_than_x_minutes:
|
||||
zero: 'פחות מדקה אחת'
|
||||
one: 'פחות מדקה אחת'
|
||||
other: 'פחות מ־{{count}} דקות'
|
||||
other: 'פחות מ־%{count} דקות'
|
||||
x_minutes:
|
||||
one: 'דקה אחת'
|
||||
other: '{{count}} דקות'
|
||||
other: '%{count} דקות'
|
||||
about_x_hours:
|
||||
one: 'בערך שעה אחת'
|
||||
other: 'בערך {{count}} שעות'
|
||||
other: 'בערך %{count} שעות'
|
||||
x_days:
|
||||
one: 'יום אחד'
|
||||
other: '{{count}} ימים'
|
||||
other: '%{count} ימים'
|
||||
about_x_months:
|
||||
one: 'בערך חודש אחד'
|
||||
other: 'בערך {{count}} חודשים'
|
||||
other: 'בערך %{count} חודשים'
|
||||
x_months:
|
||||
one: 'חודש אחד'
|
||||
other: '{{count}} חודשים'
|
||||
other: '%{count} חודשים'
|
||||
about_x_years:
|
||||
one: 'בערך שנה אחת'
|
||||
other: 'בערך {{count}} שנים'
|
||||
other: 'בערך %{count} שנים'
|
||||
over_x_years:
|
||||
one: 'מעל שנה אחת'
|
||||
other: 'מעל {{count}} שנים'
|
||||
other: 'מעל %{count} שנים'
|
||||
almost_x_years:
|
||||
one: "כמעט שנה"
|
||||
other: "כמעט {{count}} שנים"
|
||||
other: "כמעט %{count} שנים"
|
||||
|
||||
number:
|
||||
format:
|
||||
|
@ -108,16 +108,16 @@ he:
|
|||
accepted: "חייב באישור"
|
||||
empty: "חייב להכלל"
|
||||
blank: "חייב להכלל"
|
||||
too_long: "ארוך מדי (לא יותר מ־{{count}} תוים)"
|
||||
too_short: "קצר מדי (לא יותר מ־{{count}} תוים)"
|
||||
wrong_length: "לא באורך הנכון (חייב להיות {{count}} תוים)"
|
||||
too_long: "ארוך מדי (לא יותר מ־%{count} תוים)"
|
||||
too_short: "קצר מדי (לא יותר מ־%{count} תוים)"
|
||||
wrong_length: "לא באורך הנכון (חייב להיות %{count} תוים)"
|
||||
taken: "לא זמין"
|
||||
not_a_number: "הוא לא מספר"
|
||||
greater_than: "חייב להיות גדול מ־{{count}}"
|
||||
greater_than_or_equal_to: "חייב להיות גדול או שווה ל־{{count}}"
|
||||
equal_to: "חייב להיות שווה ל־{{count}}"
|
||||
less_than: "חייב להיות קטן מ־{{count}}"
|
||||
less_than_or_equal_to: "חייב להיות קטן או שווה ל־{{count}}"
|
||||
greater_than: "חייב להיות גדול מ־%{count}"
|
||||
greater_than_or_equal_to: "חייב להיות גדול או שווה ל־%{count}"
|
||||
equal_to: "חייב להיות שווה ל־%{count}"
|
||||
less_than: "חייב להיות קטן מ־%{count}"
|
||||
less_than_or_equal_to: "חייב להיות קטן או שווה ל־%{count}"
|
||||
odd: "חייב להיות אי זוגי"
|
||||
even: "חייב להיות זוגי"
|
||||
greater_than_start_date: "חייב להיות מאוחר יותר מתאריך ההתחלה"
|
||||
|
@ -155,12 +155,12 @@ he:
|
|||
notice_locking_conflict: המידע עודכן על ידי משתמש אחר.
|
||||
notice_not_authorized: אינך מורשה לראות דף זה.
|
||||
notice_not_authorized_archived_project: הפרויקט שאתה מנסה לגשת אליו נמצא בארכיון.
|
||||
notice_email_sent: "דואל נשלח לכתובת {{value}}"
|
||||
notice_email_error: "ארעה שגיאה בעת שליחת הדואל ({{value}})"
|
||||
notice_email_sent: "דואל נשלח לכתובת %{value}"
|
||||
notice_email_error: "ארעה שגיאה בעת שליחת הדואל (%{value})"
|
||||
notice_feeds_access_key_reseted: מפתח ה־RSS שלך אופס.
|
||||
notice_api_access_key_reseted: מפתח הגישה שלך ל־API אופס.
|
||||
notice_failed_to_save_issues: "נכשרת בשמירת {{count}} נושא\ים ב {{total}} נבחרו: {{ids}}."
|
||||
notice_failed_to_save_members: "כשלון בשמירת חבר(ים): {{errors}}."
|
||||
notice_failed_to_save_issues: "נכשרת בשמירת %{count} נושא\ים ב %{total} נבחרו: %{ids}."
|
||||
notice_failed_to_save_members: "כשלון בשמירת חבר(ים): %{errors}."
|
||||
notice_no_issue_selected: "לא נבחר אף נושא! בחר בבקשה את הנושאים שברצונך לערוך."
|
||||
notice_account_pending: "החשבון שלך נוצר ועתה מחכה לאישור מנהל המערכת."
|
||||
notice_default_data_loaded: אפשרויות ברירת מחדל מופעלות.
|
||||
|
@ -168,9 +168,9 @@ he:
|
|||
notice_unable_delete_time_entry: לא ניתן למחוק רשומת זמן.
|
||||
notice_issue_done_ratios_updated: אחוזי התקדמות לנושא עודכנו.
|
||||
|
||||
error_can_t_load_default_data: "אפשרויות ברירת המחדל לא הצליחו להיטען: {{value}}"
|
||||
error_can_t_load_default_data: "אפשרויות ברירת המחדל לא הצליחו להיטען: %{value}"
|
||||
error_scm_not_found: כניסה ו\או מהדורה אינם קיימים במאגר.
|
||||
error_scm_command_failed: "ארעה שגיאה בעת ניסון גישה למאגר: {{value}}"
|
||||
error_scm_command_failed: "ארעה שגיאה בעת ניסון גישה למאגר: %{value}"
|
||||
error_scm_annotate: "הכניסה לא קיימת או שלא ניתן לתאר אותה."
|
||||
error_issue_not_found_in_project: 'הנושאים לא נמצאו או אינם שיכים לפרויקט'
|
||||
error_no_tracker_in_project: לא הוגדר סיווג לפרויקט זה. נא בדוק את הגדרות הפרויקט.
|
||||
|
@ -184,26 +184,26 @@ he:
|
|||
error_workflow_copy_source: נא בחר סיווג או תפקיד מקור
|
||||
error_workflow_copy_target: נא בחר תפקיד(ים) וסיווג(ים)
|
||||
error_unable_delete_issue_status: לא ניתן למחוק מצב נושא
|
||||
error_unable_to_connect: לא ניתן להתחבר ({{value}})
|
||||
warning_attachments_not_saved: "כשלון בשמירת {{count}} קבצים."
|
||||
error_unable_to_connect: לא ניתן להתחבר (%{value})
|
||||
warning_attachments_not_saved: "כשלון בשמירת %{count} קבצים."
|
||||
|
||||
mail_subject_lost_password: "סיסמת ה־{{value}} שלך"
|
||||
mail_subject_lost_password: "סיסמת ה־%{value} שלך"
|
||||
mail_body_lost_password: 'לשינו סיסמת ה־Redmine שלך, לחץ על הקישור הבא:'
|
||||
mail_subject_register: "הפעלת חשבון {{value}}"
|
||||
mail_subject_register: "הפעלת חשבון %{value}"
|
||||
mail_body_register: 'להפעלת חשבון ה־Redmine שלך, לחץ על הקישור הבא:'
|
||||
mail_body_account_information_external: "אתה יכול להשתמש בחשבון {{value}} כדי להתחבר"
|
||||
mail_body_account_information_external: "אתה יכול להשתמש בחשבון %{value} כדי להתחבר"
|
||||
mail_body_account_information: פרטי החשבון שלך
|
||||
mail_subject_account_activation_request: "בקשת הפעלה לחשבון {{value}}"
|
||||
mail_body_account_activation_request: "משתמש חדש ({{value}}) נרשם. החשבון שלו מחכה לאישור שלך:"
|
||||
mail_subject_reminder: "{{count}} נושאים מיועדים להגשה בימים הקרובים ({{days}})"
|
||||
mail_body_reminder: "{{count}} נושאים שמיועדים אליך מיועדים להגשה בתוך {{days}} ימים:"
|
||||
mail_subject_wiki_content_added: "דף ה־wiki '{{id}}' נוסף"
|
||||
mail_body_wiki_content_added: דף ה־wiki '{{id}}' נוסף ע"י {{author}}.
|
||||
mail_subject_wiki_content_updated: "דף ה־wiki '{{id}}' עודכן"
|
||||
mail_body_wiki_content_updated: דף ה־wiki '{{id}}' עודכן ע"י {{author}}.
|
||||
mail_subject_account_activation_request: "בקשת הפעלה לחשבון %{value}"
|
||||
mail_body_account_activation_request: "משתמש חדש (%{value}) נרשם. החשבון שלו מחכה לאישור שלך:"
|
||||
mail_subject_reminder: "%{count} נושאים מיועדים להגשה בימים הקרובים (%{days})"
|
||||
mail_body_reminder: "%{count} נושאים שמיועדים אליך מיועדים להגשה בתוך %{days} ימים:"
|
||||
mail_subject_wiki_content_added: "דף ה־wiki '%{id}' נוסף"
|
||||
mail_body_wiki_content_added: דף ה־wiki '%{id}' נוסף ע"י %{author}.
|
||||
mail_subject_wiki_content_updated: "דף ה־wiki '%{id}' עודכן"
|
||||
mail_body_wiki_content_updated: דף ה־wiki '%{id}' עודכן ע"י %{author}.
|
||||
|
||||
gui_validation_error: שגיאה 1
|
||||
gui_validation_error_plural: "{{count}} שגיאות"
|
||||
gui_validation_error_plural: "%{count} שגיאות"
|
||||
|
||||
field_name: שם
|
||||
field_description: תיאור
|
||||
|
@ -431,14 +431,14 @@ he:
|
|||
label_x_projects:
|
||||
zero: ללא פרויקטים
|
||||
one: פרויקט אחד
|
||||
other: "{{count}} פרויקטים"
|
||||
other: "%{count} פרויקטים"
|
||||
label_project_all: כל הפרויקטים
|
||||
label_project_latest: הפרויקטים החדשים ביותר
|
||||
label_issue: נושא
|
||||
label_issue_new: נושא חדש
|
||||
label_issue_plural: נושאים
|
||||
label_issue_view_all: צפה בכל הנושאים
|
||||
label_issues_by: "נושאים לפי {{value}}"
|
||||
label_issues_by: "נושאים לפי %{value}"
|
||||
label_issue_added: נושא נוסף
|
||||
label_issue_updated: נושא עודכן
|
||||
label_document: מסמך
|
||||
|
@ -488,7 +488,7 @@ he:
|
|||
label_registered_on: נרשם בתאריך
|
||||
label_activity: פעילות
|
||||
label_overall_activity: פעילות כוללת
|
||||
label_user_activity: "הפעילות של {{value}}"
|
||||
label_user_activity: "הפעילות של %{value}"
|
||||
label_new: חדש
|
||||
label_logged_as: מחובר כ
|
||||
label_environment: סביבה
|
||||
|
@ -498,7 +498,7 @@ he:
|
|||
label_auth_source_plural: מקורות הזדהות
|
||||
label_subproject_plural: תת־פרויקטים
|
||||
label_subproject_new: תת־פרויקט חדש
|
||||
label_and_its_subprojects: "{{value}} וכל תתי־הפרויקטים שלו"
|
||||
label_and_its_subprojects: "%{value} וכל תתי־הפרויקטים שלו"
|
||||
label_min_max_length: אורך מינימאלי - מקסימאלי
|
||||
label_list: רשימה
|
||||
label_date: תאריך
|
||||
|
@ -509,8 +509,8 @@ he:
|
|||
label_text: טקסט ארוך
|
||||
label_attribute: תכונה
|
||||
label_attribute_plural: תכונות
|
||||
label_download: "הורדה {{count}}"
|
||||
label_download_plural: "{{count}} הורדות"
|
||||
label_download: "הורדה %{count}"
|
||||
label_download_plural: "%{count} הורדות"
|
||||
label_no_data: אין מידע להציג
|
||||
label_change_status: שנה מצב
|
||||
label_history: היסטוריה
|
||||
|
@ -542,17 +542,17 @@ he:
|
|||
label_closed_issues: סגור
|
||||
label_closed_issues_plural: סגורים
|
||||
label_x_open_issues_abbr_on_total:
|
||||
zero: 0 פתוחים / {{total}}
|
||||
one: 1 פתוח / {{total}}
|
||||
other: "{{count}} פתוחים / {{total}}"
|
||||
zero: 0 פתוחים / %{total}
|
||||
one: 1 פתוח / %{total}
|
||||
other: "%{count} פתוחים / %{total}"
|
||||
label_x_open_issues_abbr:
|
||||
zero: 0 פתוחים
|
||||
one: 1 פתוח
|
||||
other: "{{count}} פתוחים"
|
||||
other: "%{count} פתוחים"
|
||||
label_x_closed_issues_abbr:
|
||||
zero: 0 סגורים
|
||||
one: 1 סגור
|
||||
other: "{{count}} סגורים"
|
||||
other: "%{count} סגורים"
|
||||
label_total: סה"כ
|
||||
label_permissions: הרשאות
|
||||
label_current_status: מצב נוכחי
|
||||
|
@ -570,7 +570,7 @@ he:
|
|||
label_months_from: חודשים מ
|
||||
label_gantt: גאנט
|
||||
label_internal: פנימי
|
||||
label_last_changes: "{{count}} שינוים אחרונים"
|
||||
label_last_changes: "%{count} שינוים אחרונים"
|
||||
label_change_view_all: צפה בכל השינוים
|
||||
label_personalize_page: התאם אישית דף זה
|
||||
label_comment: תגובה
|
||||
|
@ -578,7 +578,7 @@ he:
|
|||
label_x_comments:
|
||||
zero: אין הערות
|
||||
one: הערה אחת
|
||||
other: "{{count}} הערות"
|
||||
other: "%{count} הערות"
|
||||
label_comment_add: הוסף תגובה
|
||||
label_comment_added: תגובה נוספה
|
||||
label_comment_delete: מחק תגובות
|
||||
|
@ -599,7 +599,7 @@ he:
|
|||
label_yesterday: אתמול
|
||||
label_this_week: השבוע
|
||||
label_last_week: השבוע שעבר
|
||||
label_last_n_days: "ב־{{count}} ימים אחרונים"
|
||||
label_last_n_days: "ב־%{count} ימים אחרונים"
|
||||
label_this_month: החודש
|
||||
label_last_month: חודש שעבר
|
||||
label_this_year: השנה
|
||||
|
@ -613,13 +613,13 @@ he:
|
|||
label_repository: מאגר
|
||||
label_repository_plural: מאגרים
|
||||
label_browse: סייר
|
||||
label_modification: "שינוי {{count}}"
|
||||
label_modification_plural: "{{count}} שינויים"
|
||||
label_modification: "שינוי %{count}"
|
||||
label_modification_plural: "%{count} שינויים"
|
||||
label_branch: ענף
|
||||
label_tag: סימון
|
||||
label_revision: מהדורה
|
||||
label_revision_plural: מהדורות
|
||||
label_revision_id: מהדורה {{value}}
|
||||
label_revision_id: מהדורה %{value}
|
||||
label_associated_revisions: מהדורות קשורות
|
||||
label_added: נוסף
|
||||
label_modified: שונה
|
||||
|
@ -636,8 +636,8 @@ he:
|
|||
label_sort_lower: הזז למטה
|
||||
label_sort_lowest: הזז לתחתית
|
||||
label_roadmap: מפת הדרכים
|
||||
label_roadmap_due_in: "נגמר בעוד {{value}}"
|
||||
label_roadmap_overdue: "{{value}} מאחר"
|
||||
label_roadmap_due_in: "נגמר בעוד %{value}"
|
||||
label_roadmap_overdue: "%{value} מאחר"
|
||||
label_roadmap_no_issues: אין נושאים לגירסה זו
|
||||
label_search: חפש
|
||||
label_result_plural: תוצאות
|
||||
|
@ -656,8 +656,8 @@ he:
|
|||
label_issue_tracking: מעקב אחר נושאים
|
||||
label_spent_time: זמן שהושקע
|
||||
label_overall_spent_time: זמן שהושקע סה"כ
|
||||
label_f_hour: "{{value}} שעה"
|
||||
label_f_hour_plural: "{{value}} שעות"
|
||||
label_f_hour: "%{value} שעה"
|
||||
label_f_hour_plural: "%{value} שעות"
|
||||
label_time_tracking: מעקב זמנים
|
||||
label_change_plural: שינויים
|
||||
label_statistics: סטטיסטיקות
|
||||
|
@ -708,15 +708,15 @@ he:
|
|||
label_date_from: מתאריך
|
||||
label_date_to: עד
|
||||
label_language_based: מבוסס שפה
|
||||
label_sort_by: "מיין לפי {{value}}"
|
||||
label_sort_by: "מיין לפי %{value}"
|
||||
label_send_test_email: שלח דוא"ל בדיקה
|
||||
label_feeds_access_key: מפתח גישה ל־RSS
|
||||
label_missing_feeds_access_key: חסר מפתח גישה ל־RSS
|
||||
label_feeds_access_key_created_on: "מפתח הזנת RSS נוצר לפני{{value}}"
|
||||
label_feeds_access_key_created_on: "מפתח הזנת RSS נוצר לפני%{value}"
|
||||
label_module_plural: מודולים
|
||||
label_added_time_by: 'נוסף ע"י {{author}} לפני {{age}}'
|
||||
label_updated_time_by: 'עודכן ע"י {{author}} לפני {{age}}'
|
||||
label_updated_time: "עודכן לפני {{value}} "
|
||||
label_added_time_by: 'נוסף ע"י %{author} לפני %{age}'
|
||||
label_updated_time_by: 'עודכן ע"י %{author} לפני %{age}'
|
||||
label_updated_time: "עודכן לפני %{value} "
|
||||
label_jump_to_a_project: קפוץ לפרויקט...
|
||||
label_file_plural: קבצים
|
||||
label_changeset_plural: סדרות שינויים
|
||||
|
@ -735,7 +735,7 @@ he:
|
|||
label_registration_activation_by_email: הפעל חשבון באמצעות דוא"ל
|
||||
label_registration_manual_activation: הפעלת חשבון ידנית
|
||||
label_registration_automatic_activation: הפעלת חשבון אוטומטית
|
||||
label_display_per_page: "בכל דף: {{value}} תוצאות"
|
||||
label_display_per_page: "בכל דף: %{value} תוצאות"
|
||||
label_age: גיל
|
||||
label_change_properties: שנה מאפיינים
|
||||
label_general: כללי
|
||||
|
@ -758,7 +758,7 @@ he:
|
|||
label_sort: מיון
|
||||
label_ascending: בסדר עולה
|
||||
label_descending: בסדר יורד
|
||||
label_date_from_to: 'מתאריך {{start}} ועד תאריך {{end}}'
|
||||
label_date_from_to: 'מתאריך %{start} ועד תאריך %{end}'
|
||||
label_wiki_content_added: נוסף דף ל־wiki
|
||||
label_wiki_content_updated: דף wiki עודכן
|
||||
label_group: קבוצה
|
||||
|
@ -777,7 +777,7 @@ he:
|
|||
label_display_used_statuses_only: הצג רק את המצבים בשימוש לסיווג זה
|
||||
label_api_access_key: מפתח גישה ל־API
|
||||
label_missing_api_access_key: חסר מפתח גישה ל־API
|
||||
label_api_access_key_created_on: 'מפתח גישה ל־API נוצר לפני {{value}}'
|
||||
label_api_access_key_created_on: 'מפתח גישה ל־API נוצר לפני %{value}'
|
||||
label_profile: פרופיל
|
||||
label_subtask_plural: תתי־משימות
|
||||
label_project_copy_notifications: שלח התראות דואר במהלך העתקת הפרויקט
|
||||
|
@ -792,7 +792,7 @@ he:
|
|||
button_create_and_continue: צור ופתח חדש
|
||||
button_test: בדוק
|
||||
button_edit: ערוך
|
||||
button_edit_associated_wikipage: "ערוך דף wiki מקושר: {{page_title}}"
|
||||
button_edit_associated_wikipage: "ערוך דף wiki מקושר: %{page_title}"
|
||||
button_add: הוסף
|
||||
button_change: שנה
|
||||
button_apply: החל
|
||||
|
@ -841,54 +841,54 @@ he:
|
|||
text_regexp_info: כגון. ^[A-Z0-9]+$
|
||||
text_min_max_length_info: 0 משמעו ללא הגבלות
|
||||
text_project_destroy_confirmation: האם אתה בטוח שברצונך למחוק את הפרויקט ואת כל המידע הקשור אליו?
|
||||
text_subprojects_destroy_warning: "תת־הפרויקט\ים: {{value}} ימחקו גם כן."
|
||||
text_subprojects_destroy_warning: "תת־הפרויקט\ים: %{value} ימחקו גם כן."
|
||||
text_workflow_edit: בחר תפקיד וסיווג כדי לערוך את זרימת העבודה
|
||||
text_are_you_sure: האם אתה בטוח?
|
||||
text_are_you_sure_with_children: האם למחוק את הנושא ואת כל בניו?
|
||||
text_journal_changed: "{{label}} השתנה מ{{old}} ל{{new}}"
|
||||
text_journal_set_to: "{{label}} נקבע ל{{value}}"
|
||||
text_journal_deleted: "{{label}} נמחק ({{old}})"
|
||||
text_journal_added: "{{label}} {{value}} נוסף"
|
||||
text_journal_changed: "%{label} השתנה מ%{old} ל%{new}"
|
||||
text_journal_set_to: "%{label} נקבע ל%{value}"
|
||||
text_journal_deleted: "%{label} נמחק (%{old})"
|
||||
text_journal_added: "%{label} %{value} נוסף"
|
||||
text_tip_issue_begin_day: מטלה המתחילה היום
|
||||
text_tip_issue_end_day: מטלה המסתיימת היום
|
||||
text_tip_issue_begin_end_day: מטלה המתחילה ומסתיימת היום
|
||||
text_project_identifier_info: 'אותיות לטיניות (a-z), מספרים ומקפים.<br />ברגע שנשמר, לא ניתן לשנות את המזהה.'
|
||||
text_caracters_maximum: "מקסימום {{count}} תווים."
|
||||
text_caracters_minimum: "חייב להיות לפחות באורך של {{count}} תווים."
|
||||
text_length_between: "אורך בין {{min}} ל {{max}} תווים."
|
||||
text_caracters_maximum: "מקסימום %{count} תווים."
|
||||
text_caracters_minimum: "חייב להיות לפחות באורך של %{count} תווים."
|
||||
text_length_between: "אורך בין %{min} ל %{max} תווים."
|
||||
text_tracker_no_workflow: זרימת עבודה לא הוגדרה עבור סיווג זה
|
||||
text_unallowed_characters: תווים לא מורשים
|
||||
text_comma_separated: הכנסת ערכים מרובים מותרת (מופרדים בפסיקים).
|
||||
text_line_separated: ניתן להזין מספר ערכים (שורה אחת לכל ערך).
|
||||
text_issues_ref_in_commit_messages: קישור ותיקום נושאים בהודעות הפקדה
|
||||
text_issue_added: "הנושא {{id}} דווח (בידי {{author}})."
|
||||
text_issue_updated: "הנושא {{id}} עודכן (בידי {{author}})."
|
||||
text_issue_added: "הנושא %{id} דווח (בידי %{author})."
|
||||
text_issue_updated: "הנושא %{id} עודכן (בידי %{author})."
|
||||
text_wiki_destroy_confirmation: האם אתה בטוח שברצונך למחוק את הWIKI הזה ואת כל תוכנו?
|
||||
text_issue_category_destroy_question: "כמה נושאים ({{count}}) מוצבים לקטגוריה הזו. מה ברצונך לעשות?"
|
||||
text_issue_category_destroy_question: "כמה נושאים (%{count}) מוצבים לקטגוריה הזו. מה ברצונך לעשות?"
|
||||
text_issue_category_destroy_assignments: הסר הצבת קטגוריה
|
||||
text_issue_category_reassign_to: הצב מחדש את הקטגוריה לנושאים
|
||||
text_user_mail_option: "בפרויקטים שלא בחרת, אתה רק תקבל התרעות על שאתה צופה או קשור אליהם (לדוגמא:נושאים שאתה היוצר שלהם או אחראי עליהם)."
|
||||
text_no_configuration_data: "לא הוגדרה תצורה עבור תפקידים, סיווגים, מצבי נושא וזרימת עבודה.\nמומלץ מאד לטעון את תצורת ברירת המחדל. תוכל לשנותה מאוחר יותר."
|
||||
text_load_default_configuration: טען את אפשרויות ברירת המחדל
|
||||
text_status_changed_by_changeset: "הוחל בסדרת השינויים {{value}}."
|
||||
text_status_changed_by_changeset: "הוחל בסדרת השינויים %{value}."
|
||||
text_issues_destroy_confirmation: 'האם אתה בטוח שברצונך למחוק את הנושא\ים?'
|
||||
text_select_project_modules: 'בחר מודולים להחיל על פרויקט זה:'
|
||||
text_default_administrator_account_changed: מנהל המערכת ברירת המחדל שונה
|
||||
text_file_repository_writable: מאגר הקבצים ניתן לכתיבה
|
||||
text_plugin_assets_writable: ספרית נכסי תוספים ניתנת לכתיבה
|
||||
text_rmagick_available: RMagick זמין (רשות)
|
||||
text_destroy_time_entries_question: "{{hours}} שעות דווחו על הנושאים שאתה עומד למחוק. מה ברצונך לעשות?"
|
||||
text_destroy_time_entries_question: "%{hours} שעות דווחו על הנושאים שאתה עומד למחוק. מה ברצונך לעשות?"
|
||||
text_destroy_time_entries: מחק שעות שדווחו
|
||||
text_assign_time_entries_to_project: הצב שעות שדווחו לפרויקט הזה
|
||||
text_reassign_time_entries: 'הצב מחדש שעות שדווחו לפרויקט הזה:'
|
||||
text_user_wrote: "{{value}} כתב:"
|
||||
text_enumeration_destroy_question: "{{count}} אוביקטים מוצבים לערך זה."
|
||||
text_user_wrote: "%{value} כתב:"
|
||||
text_enumeration_destroy_question: "%{count} אוביקטים מוצבים לערך זה."
|
||||
text_enumeration_category_reassign_to: 'הצב מחדש לערך הזה:'
|
||||
text_email_delivery_not_configured: 'לא נקבעה תצורה לשליחת דואר, וההתראות כבויות.\nקבע את תצורת שרת ה־SMTP בקובץ /etc/redmine/<instance>/email.yml והתחל את האפליקציה מחדש ע"מ לאפשר אותם.'
|
||||
text_repository_usernames_mapping: "בחר או עדכן את משתמש Redmine הממופה לכל שם משתמש ביומן המאגר.\nמשתמשים בעלי שם או כתובת דואר זהה ב־Redmine ובמאגר ממופים באופן אוטומטי."
|
||||
text_diff_truncated: '... השינויים עוברים את מספר השורות המירבי לתצוגה, ולכן הם קוצצו.'
|
||||
text_custom_field_possible_values_info: שורה אחת לכל ערך
|
||||
text_wiki_page_destroy_question: לדף זה יש {{descendants}} דפים בנים ותלויים. מה ברצונך לעשות?
|
||||
text_wiki_page_destroy_question: לדף זה יש %{descendants} דפים בנים ותלויים. מה ברצונך לעשות?
|
||||
text_wiki_page_nullify_children: השאר דפים בנים כדפים ראשיים
|
||||
text_wiki_page_destroy_children: מחק את הדפים הבנים ואת כל התלויים בהם
|
||||
text_wiki_page_reassign_children: הצב מחדש דפים בנים לדף האב הנוכחי
|
||||
|
@ -933,7 +933,7 @@ he:
|
|||
field_visible: Visible
|
||||
setting_emails_header: Emails header
|
||||
setting_commit_logtime_activity_id: Activity for logged time
|
||||
text_time_logged_by_changeset: Applied in changeset {{value}}.
|
||||
text_time_logged_by_changeset: Applied in changeset %{value}.
|
||||
setting_commit_logtime_enabled: Enable time logging
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed ({{max}})
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
|
||||
setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
|
||||
|
|
|
@ -35,34 +35,34 @@ hr:
|
|||
half_a_minute: "pola minute"
|
||||
less_than_x_seconds:
|
||||
one: "manje od sekunde"
|
||||
other: "manje od {{count}} sekundi"
|
||||
other: "manje od %{count} sekundi"
|
||||
x_seconds:
|
||||
one: "1 sekunda"
|
||||
other: "{{count}} sekundi"
|
||||
other: "%{count} sekundi"
|
||||
less_than_x_minutes:
|
||||
one: "manje od minute"
|
||||
other: "manje od {{count}} minuta"
|
||||
other: "manje od %{count} minuta"
|
||||
x_minutes:
|
||||
one: "1 minuta"
|
||||
other: "{{count}} minuta"
|
||||
other: "%{count} minuta"
|
||||
about_x_hours:
|
||||
one: "oko sat vremena"
|
||||
other: "oko {{count}} sati"
|
||||
other: "oko %{count} sati"
|
||||
x_days:
|
||||
one: "1 dan"
|
||||
other: "{{count}} dana"
|
||||
other: "%{count} dana"
|
||||
about_x_months:
|
||||
one: "oko 1 mjesec"
|
||||
other: "oko {{count}} mjeseci"
|
||||
other: "oko %{count} mjeseci"
|
||||
x_months:
|
||||
one: "mjesec"
|
||||
other: "{{count}} mjeseci"
|
||||
other: "%{count} mjeseci"
|
||||
about_x_years:
|
||||
one: "1 godina"
|
||||
other: "{{count}} godina"
|
||||
other: "%{count} godina"
|
||||
over_x_years:
|
||||
one: "preko 1 godine"
|
||||
other: "preko {{count}} godina"
|
||||
other: "preko %{count} godina"
|
||||
|
||||
number:
|
||||
format:
|
||||
|
@ -101,17 +101,17 @@ hr:
|
|||
accepted: "mora biti prihvaćen"
|
||||
empty: "ne može biti prazno"
|
||||
blank: "ne može biti razmaka"
|
||||
too_long: "je predug (maximum is {{count}} characters)"
|
||||
too_short: "je prekratak (minimum is {{count}} characters)"
|
||||
wrong_length: "je pogrešne dužine (should be {{count}} characters)"
|
||||
too_long: "je predug (maximum is %{count} characters)"
|
||||
too_short: "je prekratak (minimum is %{count} characters)"
|
||||
wrong_length: "je pogrešne dužine (should be %{count} characters)"
|
||||
taken: "već je zauzeto"
|
||||
not_a_number: "nije broj"
|
||||
not_a_date: "nije ispravan datum"
|
||||
greater_than: "mora biti veći od {{count}}"
|
||||
greater_than_or_equal_to: "mora biti veći ili jednak {{count}}"
|
||||
equal_to: "mora biti jednak {{count}}"
|
||||
less_than: "mora biti manji od {{count}}"
|
||||
less_than_or_equal_to: "mora bit manji ili jednak{{count}}"
|
||||
greater_than: "mora biti veći od %{count}"
|
||||
greater_than_or_equal_to: "mora biti veći ili jednak %{count}"
|
||||
equal_to: "mora biti jednak %{count}"
|
||||
less_than: "mora biti manji od %{count}"
|
||||
less_than_or_equal_to: "mora bit manji ili jednak%{count}"
|
||||
odd: "mora biti neparan"
|
||||
even: "mora biti paran"
|
||||
greater_than_start_date: "mora biti veci nego pocetni datum"
|
||||
|
@ -148,20 +148,20 @@ hr:
|
|||
notice_file_not_found: Stranica kojoj ste pokušali pristupiti ne postoji ili je uklonjena.
|
||||
notice_locking_conflict: Podataci su ažurirani od strane drugog korisnika.
|
||||
notice_not_authorized: Niste ovlašteni za pristup ovoj stranici.
|
||||
notice_email_sent: E-mail je poslan {{value}}"
|
||||
notice_email_error: Dogodila se pogreška tijekom slanja E-maila ({{value}})"
|
||||
notice_email_sent: E-mail je poslan %{value}"
|
||||
notice_email_error: Dogodila se pogreška tijekom slanja E-maila (%{value})"
|
||||
notice_feeds_access_key_reseted: Vaš RSS pristup je resetovan.
|
||||
notice_api_access_key_reseted: Vaš API pristup je resetovan.
|
||||
notice_failed_to_save_issues: "Neuspjelo spremanje {{count}} predmeta na {{total}} odabrane: {{ids}}."
|
||||
notice_failed_to_save_issues: "Neuspjelo spremanje %{count} predmeta na %{total} odabrane: %{ids}."
|
||||
notice_no_issue_selected: "Niti jedan predmet nije odabran! Molim, odaberite predmete koje želite urediti."
|
||||
notice_account_pending: "Vaš korisnicki račun je otvoren, čeka odobrenje administratora."
|
||||
notice_default_data_loaded: Konfiguracija je uspješno učitana.
|
||||
notice_unable_delete_version: Nije moguće izbrisati verziju.
|
||||
notice_issue_done_ratios_updated: Issue done ratios updated.
|
||||
|
||||
error_can_t_load_default_data: "Zadanu konfiguracija nije učitana: {{value}}"
|
||||
error_can_t_load_default_data: "Zadanu konfiguracija nije učitana: %{value}"
|
||||
error_scm_not_found: "Unos i/ili revizija nije pronađen."
|
||||
error_scm_command_failed: "Dogodila se pogreška prilikom pokušaja pristupa: {{value}}"
|
||||
error_scm_command_failed: "Dogodila se pogreška prilikom pokušaja pristupa: %{value}"
|
||||
error_scm_annotate: "Ne postoji ili ne može biti obilježen."
|
||||
error_issue_not_found_in_project: 'Nije pronađen ili ne pripada u ovaj projekt'
|
||||
error_no_tracker_in_project: 'No tracker is associated to this project. Please check the Project settings.'
|
||||
|
@ -172,25 +172,25 @@ hr:
|
|||
error_workflow_copy_source: 'Please select a source tracker or role'
|
||||
error_workflow_copy_target: 'Please select target tracker(s) and role(s)'
|
||||
|
||||
warning_attachments_not_saved: "{{count}} Datoteka/e nije mogla biti spremljena."
|
||||
warning_attachments_not_saved: "%{count} Datoteka/e nije mogla biti spremljena."
|
||||
|
||||
mail_subject_lost_password: "Vaša {{value}} zaporka"
|
||||
mail_subject_lost_password: "Vaša %{value} zaporka"
|
||||
mail_body_lost_password: 'Kako biste promijenili Vašu zaporku slijedite poveznicu:'
|
||||
mail_subject_register: "Aktivacija korisničog računa {{value}}"
|
||||
mail_subject_register: "Aktivacija korisničog računa %{value}"
|
||||
mail_body_register: 'Da biste aktivirali svoj račun, kliknite na sljedeci link:'
|
||||
mail_body_account_information_external: "Možete koristiti vaš račun {{value}} za prijavu."
|
||||
mail_body_account_information_external: "Možete koristiti vaš račun %{value} za prijavu."
|
||||
mail_body_account_information: Vaši korisnički podaci
|
||||
mail_subject_account_activation_request: "{{value}} predmet za aktivaciju korisničkog računa"
|
||||
mail_body_account_activation_request: "Novi korisnik ({{value}}) je registriran. Njegov korisnički račun čeka vaše odobrenje:"
|
||||
mail_subject_reminder: "{{count}} predmet(a) dospijeva sljedećih {{days}} dana"
|
||||
mail_body_reminder: "{{count}} vama dodijeljen(ih) predmet(a) dospijeva u sljedećih {{days}} dana:"
|
||||
mail_subject_wiki_content_added: "'{{id}}' wiki page has been added"
|
||||
mail_body_wiki_content_added: "The '{{id}}' wiki page has been added by {{author}}."
|
||||
mail_subject_wiki_content_updated: "'{{id}}' wiki page has been updated"
|
||||
mail_body_wiki_content_updated: "The '{{id}}' wiki page has been updated by {{author}}."
|
||||
mail_subject_account_activation_request: "%{value} predmet za aktivaciju korisničkog računa"
|
||||
mail_body_account_activation_request: "Novi korisnik (%{value}) je registriran. Njegov korisnički račun čeka vaše odobrenje:"
|
||||
mail_subject_reminder: "%{count} predmet(a) dospijeva sljedećih %{days} dana"
|
||||
mail_body_reminder: "%{count} vama dodijeljen(ih) predmet(a) dospijeva u sljedećih %{days} dana:"
|
||||
mail_subject_wiki_content_added: "'%{id}' wiki page has been added"
|
||||
mail_body_wiki_content_added: "The '%{id}' wiki page has been added by %{author}."
|
||||
mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated"
|
||||
mail_body_wiki_content_updated: "The '%{id}' wiki page has been updated by %{author}."
|
||||
|
||||
gui_validation_error: 1 pogreška
|
||||
gui_validation_error_plural: "{{count}} pogrešaka"
|
||||
gui_validation_error_plural: "%{count} pogrešaka"
|
||||
|
||||
field_name: Ime
|
||||
field_description: Opis
|
||||
|
@ -407,14 +407,14 @@ hr:
|
|||
label_x_projects:
|
||||
zero: no projects
|
||||
one: 1 project
|
||||
other: "{{count}} projects"
|
||||
other: "%{count} projects"
|
||||
label_project_all: Svi Projekti
|
||||
label_project_latest: Najnoviji projekt
|
||||
label_issue: Predmet
|
||||
label_issue_new: Novi predmet
|
||||
label_issue_plural: Predmeti
|
||||
label_issue_view_all: Pregled svih predmeta
|
||||
label_issues_by: "Predmeti od {{value}}"
|
||||
label_issues_by: "Predmeti od %{value}"
|
||||
label_issue_added: Predmet dodan
|
||||
label_issue_updated: Predmet promijenjen
|
||||
label_document: Dokument
|
||||
|
@ -463,7 +463,7 @@ hr:
|
|||
label_registered_on: Registrirano
|
||||
label_activity: Aktivnosti
|
||||
label_overall_activity: Aktivnosti
|
||||
label_user_activity: "{{value}} ova/ina aktivnost"
|
||||
label_user_activity: "%{value} ova/ina aktivnost"
|
||||
label_new: Novi
|
||||
label_logged_as: Prijavljeni ste kao
|
||||
label_environment: Okolina
|
||||
|
@ -473,7 +473,7 @@ hr:
|
|||
label_auth_source_plural: Načini prijavljivanja
|
||||
label_subproject_plural: Potprojekti
|
||||
label_subproject_new: Novi potprojekt
|
||||
label_and_its_subprojects: "{{value}} i njegovi potprojekti"
|
||||
label_and_its_subprojects: "%{value} i njegovi potprojekti"
|
||||
label_min_max_length: Min - Maks veličina
|
||||
label_list: Liste
|
||||
label_date: Datum
|
||||
|
@ -484,8 +484,8 @@ hr:
|
|||
label_text: Long text
|
||||
label_attribute: Atribut
|
||||
label_attribute_plural: Atributi
|
||||
label_download: "{{count}} Download"
|
||||
label_download_plural: "{{count}} Downloads"
|
||||
label_download: "%{count} Download"
|
||||
label_download_plural: "%{count} Downloads"
|
||||
label_no_data: Nema podataka za prikaz
|
||||
label_change_status: Promjena statusa
|
||||
label_history: Povijest
|
||||
|
@ -517,17 +517,17 @@ hr:
|
|||
label_closed_issues: Zatvoren
|
||||
label_closed_issues_plural: Zatvoreno
|
||||
label_x_open_issues_abbr_on_total:
|
||||
zero: 0 open / {{total}}
|
||||
one: 1 open / {{total}}
|
||||
other: "{{count}} open / {{total}}"
|
||||
zero: 0 open / %{total}
|
||||
one: 1 open / %{total}
|
||||
other: "%{count} open / %{total}"
|
||||
label_x_open_issues_abbr:
|
||||
zero: 0 open
|
||||
one: 1 open
|
||||
other: "{{count}} open"
|
||||
other: "%{count} open"
|
||||
label_x_closed_issues_abbr:
|
||||
zero: 0 closed
|
||||
one: 1 closed
|
||||
other: "{{count}} closed"
|
||||
other: "%{count} closed"
|
||||
label_total: Ukupno
|
||||
label_permissions: Dozvole
|
||||
label_current_status: Trenutni status
|
||||
|
@ -545,7 +545,7 @@ hr:
|
|||
label_months_from: Mjeseci od
|
||||
label_gantt: Gantt
|
||||
label_internal: Interno
|
||||
label_last_changes: "Posljednjih {{count}} promjena"
|
||||
label_last_changes: "Posljednjih %{count} promjena"
|
||||
label_change_view_all: Prikaz svih promjena
|
||||
label_personalize_page: Prilagodite ovu stranicu
|
||||
label_comment: Komentar
|
||||
|
@ -553,7 +553,7 @@ hr:
|
|||
label_x_comments:
|
||||
zero: no comments
|
||||
one: 1 comment
|
||||
other: "{{count}} comments"
|
||||
other: "%{count} comments"
|
||||
label_comment_add: Dodaj komentar
|
||||
label_comment_added: Komentar dodan
|
||||
label_comment_delete: Brisanje komentara
|
||||
|
@ -574,7 +574,7 @@ hr:
|
|||
label_yesterday: jučer
|
||||
label_this_week: ovog tjedna
|
||||
label_last_week: prošlog tjedna
|
||||
label_last_n_days: "zadnjih {{count}} dana"
|
||||
label_last_n_days: "zadnjih %{count} dana"
|
||||
label_this_month: ovog mjeseca
|
||||
label_last_month: prošlog mjeseca
|
||||
label_this_year: ove godine
|
||||
|
@ -588,13 +588,13 @@ hr:
|
|||
label_repository: Skladište
|
||||
label_repository_plural: Skladišta
|
||||
label_browse: Pregled
|
||||
label_modification: "{{count}} promjena"
|
||||
label_modification_plural: "{{count}} promjena"
|
||||
label_modification: "%{count} promjena"
|
||||
label_modification_plural: "%{count} promjena"
|
||||
label_branch: Branch
|
||||
label_tag: Tag
|
||||
label_revision: Revizija
|
||||
label_revision_plural: Revizije
|
||||
label_revision_id: "Revision {{value}}"
|
||||
label_revision_id: "Revision %{value}"
|
||||
label_associated_revisions: Dodijeljene revizije
|
||||
label_added: dodano
|
||||
label_modified: promijenjen
|
||||
|
@ -611,8 +611,8 @@ hr:
|
|||
label_sort_lower: Premjesti prema dolje
|
||||
label_sort_lowest: Premjesti na dno
|
||||
label_roadmap: Putokaz
|
||||
label_roadmap_due_in: "Završava se za {{value}}"
|
||||
label_roadmap_overdue: "{{value}} kasni"
|
||||
label_roadmap_due_in: "Završava se za %{value}"
|
||||
label_roadmap_overdue: "%{value} kasni"
|
||||
label_roadmap_no_issues: Nema predmeta za ovu verziju
|
||||
label_search: Traži
|
||||
label_result_plural: Rezultati
|
||||
|
@ -630,8 +630,8 @@ hr:
|
|||
label_changes_details: Detalji svih promjena
|
||||
label_issue_tracking: Praćenje predmeta
|
||||
label_spent_time: Utrošeno vrijeme
|
||||
label_f_hour: "{{value}} sata"
|
||||
label_f_hour_plural: "{{value}} sati"
|
||||
label_f_hour: "%{value} sata"
|
||||
label_f_hour_plural: "%{value} sati"
|
||||
label_time_tracking: Praćenje vremena
|
||||
label_change_plural: Promjene
|
||||
label_statistics: Statistika
|
||||
|
@ -680,15 +680,15 @@ hr:
|
|||
label_date_from: Od
|
||||
label_date_to: Do
|
||||
label_language_based: Zasnovano na jeziku
|
||||
label_sort_by: "Uredi po {{value}}"
|
||||
label_sort_by: "Uredi po %{value}"
|
||||
label_send_test_email: Pošalji testno E-pismo
|
||||
label_feeds_access_key: RSS access key
|
||||
label_missing_feeds_access_key: Missing a RSS access key
|
||||
label_feeds_access_key_created_on: "RSS kljuc za pristup je napravljen prije {{value}}"
|
||||
label_feeds_access_key_created_on: "RSS kljuc za pristup je napravljen prije %{value}"
|
||||
label_module_plural: Moduli
|
||||
label_added_time_by: "Promijenio {{author}} prije {{age}}"
|
||||
label_updated_time_by: "Dodao/la {{author}} prije {{age}}"
|
||||
label_updated_time: "Promijenjeno prije {{value}}"
|
||||
label_added_time_by: "Promijenio %{author} prije %{age}"
|
||||
label_updated_time_by: "Dodao/la %{author} prije %{age}"
|
||||
label_updated_time: "Promijenjeno prije %{value}"
|
||||
label_jump_to_a_project: Prebaci se na projekt...
|
||||
label_file_plural: Datoteke
|
||||
label_changeset_plural: Promjene
|
||||
|
@ -704,7 +704,7 @@ hr:
|
|||
label_registration_activation_by_email: aktivacija putem e-pošte
|
||||
label_registration_manual_activation: ručna aktivacija
|
||||
label_registration_automatic_activation: automatska aktivacija
|
||||
label_display_per_page: "Po stranici: {{value}}"
|
||||
label_display_per_page: "Po stranici: %{value}"
|
||||
label_age: Starost
|
||||
label_change_properties: Promijeni svojstva
|
||||
label_general: Općenito
|
||||
|
@ -727,7 +727,7 @@ hr:
|
|||
label_sort: Sort
|
||||
label_ascending: Ascending
|
||||
label_descending: Descending
|
||||
label_date_from_to: From {{start}} to {{end}}
|
||||
label_date_from_to: From %{start} to %{end}
|
||||
label_wiki_content_added: Wiki page added
|
||||
label_wiki_content_updated: Wiki page updated
|
||||
label_group: Group
|
||||
|
@ -746,7 +746,7 @@ hr:
|
|||
label_display_used_statuses_only: Only display statuses that are used by this tracker
|
||||
label_api_access_key: API access key
|
||||
label_missing_api_access_key: Missing an API access key
|
||||
label_api_access_key_created_on: "API access key created {{value}} ago"
|
||||
label_api_access_key_created_on: "API access key created %{value} ago"
|
||||
|
||||
button_login: Prijavi
|
||||
button_submit: Pošalji
|
||||
|
@ -806,54 +806,54 @@ hr:
|
|||
text_regexp_info: eg. ^[A-Z0-9]+$
|
||||
text_min_max_length_info: 0 znači bez ograničenja
|
||||
text_project_destroy_confirmation: Da li ste sigurni da želite izbrisati ovaj projekt i sve njegove podatke?
|
||||
text_subprojects_destroy_warning: "Njegov(i) potprojekt(i): {{value}} će također biti obrisan."
|
||||
text_subprojects_destroy_warning: "Njegov(i) potprojekt(i): %{value} će također biti obrisan."
|
||||
text_workflow_edit: Select a role and a tracker to edit the workflow
|
||||
text_are_you_sure: Da li ste sigurni?
|
||||
text_journal_changed: "{{label}} promijenjen iz {{old}} u {{new}}"
|
||||
text_journal_set_to: "{{label}} postavi na {{value}}"
|
||||
text_journal_deleted: "{{label}} izbrisano ({{old}})"
|
||||
text_journal_added: "{{label}} {{value}} added"
|
||||
text_journal_changed: "%{label} promijenjen iz %{old} u %{new}"
|
||||
text_journal_set_to: "%{label} postavi na %{value}"
|
||||
text_journal_deleted: "%{label} izbrisano (%{old})"
|
||||
text_journal_added: "%{label} %{value} added"
|
||||
text_tip_issue_begin_day: Zadaci koji počinju ovog dana
|
||||
text_tip_issue_end_day: zadaci koji se završavaju ovog dana
|
||||
text_tip_issue_begin_end_day: Zadaci koji počinju i završavaju se ovog dana
|
||||
text_project_identifier_info: 'mala slova (a-z), brojevi i crtice su dozvoljeni.<br />Jednom snimljen identifikator se ne može mijenjati!'
|
||||
text_caracters_maximum: "Najviše {{count}} znakova."
|
||||
text_caracters_minimum: "Mora biti dugačko najmanje {{count}} znakova."
|
||||
text_length_between: "Dužina izmedu {{min}} i {{max}} znakova."
|
||||
text_caracters_maximum: "Najviše %{count} znakova."
|
||||
text_caracters_minimum: "Mora biti dugačko najmanje %{count} znakova."
|
||||
text_length_between: "Dužina izmedu %{min} i %{max} znakova."
|
||||
text_tracker_no_workflow: Tijek rada nije definiran za ovaj tracker
|
||||
text_unallowed_characters: Nedozvoljeni znakovi
|
||||
text_comma_separated: Višestruke vrijednosti su dozvoljene (razdvojene zarezom).
|
||||
text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages
|
||||
text_tracker_no_workflow: No workflow defined for this tracker
|
||||
text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages
|
||||
text_issue_added: "Predmet {{id}} je prijavljen (prijavio {{author}})."
|
||||
text_issue_updated: "Predmet {{id}} je promijenjen {{author}})."
|
||||
text_issue_added: "Predmet %{id} je prijavljen (prijavio %{author})."
|
||||
text_issue_updated: "Predmet %{id} je promijenjen %{author})."
|
||||
text_wiki_destroy_confirmation: Da li ste sigurni da želite izbrisati ovaj wiki i njegov sadržaj?
|
||||
text_issue_category_destroy_question: "Neke predmeti ({{count}}) su dodijeljeni ovoj kategoriji. Što želite uraditi?"
|
||||
text_issue_category_destroy_question: "Neke predmeti (%{count}) su dodijeljeni ovoj kategoriji. Što želite uraditi?"
|
||||
text_issue_category_destroy_assignments: Ukloni dodjeljivanje kategorija
|
||||
text_issue_category_reassign_to: Ponovo dodijeli predmete ovoj kategoriji
|
||||
text_user_mail_option: "Za neizabrane projekte, primit ćete obavjesti samo o stvarima koje pratite ili u kojima sudjelujete (npr. predmete koje ste vi napravili ili koje su vama dodjeljeni)."
|
||||
text_no_configuration_data: "Roles, trackers, issue statuses and workflow have not been configured yet.\nIt is highly recommended to load the default configuration. You will be able to modify it once loaded."
|
||||
text_load_default_configuration: Učitaj početnu konfiguraciju
|
||||
text_status_changed_by_changeset: "Applied in changeset {{value}}."
|
||||
text_status_changed_by_changeset: "Applied in changeset %{value}."
|
||||
text_issues_destroy_confirmation: 'Jeste li sigurni da želite obrisati izabrani/e predmet(e)?'
|
||||
text_select_project_modules: 'Odaberite module koji će biti omogućeni za ovaj projekt:'
|
||||
text_default_administrator_account_changed: Default administrator account changed
|
||||
text_file_repository_writable: Dozvoljeno pisanje u direktorij za privitke
|
||||
text_plugin_assets_writable: Plugin assets directory writable
|
||||
text_rmagick_available: RMagick dostupan (nije obavezno)
|
||||
text_destroy_time_entries_question: "{{hours}} sati je prijavljeno za predmete koje želite obrisati. Što ćete učiniti?"
|
||||
text_destroy_time_entries_question: "%{hours} sati je prijavljeno za predmete koje želite obrisati. Što ćete učiniti?"
|
||||
text_destroy_time_entries: Obriši prijavljene sate
|
||||
text_assign_time_entries_to_project: Pridruži prijavljene sate projektu
|
||||
text_reassign_time_entries: 'Premjesti prijavljene sate ovom predmetu:'
|
||||
text_user_wrote: "{{value}} je napisao/la:"
|
||||
text_enumeration_destroy_question: "{{count}} objekata je pridruženo toj vrijednosti."
|
||||
text_user_wrote: "%{value} je napisao/la:"
|
||||
text_enumeration_destroy_question: "%{count} objekata je pridruženo toj vrijednosti."
|
||||
text_enumeration_category_reassign_to: 'Premjesti ih ovoj vrijednosti:'
|
||||
text_email_delivery_not_configured: "Email delivery is not configured, and notifications are disabled.\nConfigure your SMTP server in config/email.yml and restart the application to enable them."
|
||||
text_repository_usernames_mapping: "Select or update the Redmine user mapped to each username found in the repository log.\nUsers with the same Redmine and repository username or email are automatically mapped."
|
||||
text_diff_truncated: '... Ovaj diff je odrezan zato što prelazi maksimalnu veličinu koja može biti prikazana.'
|
||||
text_custom_field_possible_values_info: 'One line for each value'
|
||||
text_wiki_page_destroy_question: "This page has {{descendants}} child page(s) and descendant(s). What do you want to do?"
|
||||
text_wiki_page_destroy_question: "This page has %{descendants} child page(s) and descendant(s). What do you want to do?"
|
||||
text_wiki_page_nullify_children: "Keep child pages as root pages"
|
||||
text_wiki_page_destroy_children: "Delete child pages and all their descendants"
|
||||
text_wiki_page_reassign_children: "Reassign child pages to this parent page"
|
||||
|
@ -905,12 +905,12 @@ hr:
|
|||
label_subtask_plural: Subtasks
|
||||
label_project_copy_notifications: Send email notifications during the project copy
|
||||
error_can_not_delete_custom_field: Unable to delete custom field
|
||||
error_unable_to_connect: Unable to connect ({{value}})
|
||||
error_unable_to_connect: Unable to connect (%{value})
|
||||
error_can_not_remove_role: This role is in use and can not be deleted.
|
||||
error_can_not_delete_tracker: This tracker contains issues and can't be deleted.
|
||||
field_principal: Principal
|
||||
label_my_page_block: My page block
|
||||
notice_failed_to_save_members: "Failed to save member(s): {{errors}}."
|
||||
notice_failed_to_save_members: "Failed to save member(s): %{errors}."
|
||||
text_zoom_out: Zoom out
|
||||
text_zoom_in: Zoom in
|
||||
notice_unable_delete_time_entry: Unable to delete time log entry.
|
||||
|
@ -918,7 +918,7 @@ hr:
|
|||
field_time_entries: Log time
|
||||
project_module_gantt: Gantt
|
||||
project_module_calendar: Calendar
|
||||
button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}"
|
||||
button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
|
||||
text_are_you_sure_with_children: Delete issue and all child issues?
|
||||
field_text: Text field
|
||||
label_user_mail_option_only_owner: Only for things I am the owner of
|
||||
|
@ -935,7 +935,7 @@ hr:
|
|||
field_visible: Visible
|
||||
setting_emails_header: Emails header
|
||||
setting_commit_logtime_activity_id: Activity for logged time
|
||||
text_time_logged_by_changeset: Applied in changeset {{value}}.
|
||||
text_time_logged_by_changeset: Applied in changeset %{value}.
|
||||
setting_commit_logtime_enabled: Enable time logging
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed ({{max}})
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
|
||||
setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
|
||||
|
|
|
@ -33,38 +33,38 @@
|
|||
less_than_x_seconds:
|
||||
# zero: 'kevesebb, mint 1 másodperc'
|
||||
one: 'kevesebb, mint 1 másodperc'
|
||||
other: 'kevesebb, mint {{count}} másodperc'
|
||||
other: 'kevesebb, mint %{count} másodperc'
|
||||
x_seconds:
|
||||
one: '1 másodperc'
|
||||
other: '{{count}} másodperc'
|
||||
other: '%{count} másodperc'
|
||||
less_than_x_minutes:
|
||||
# zero: 'kevesebb, mint 1 perc'
|
||||
one: 'kevesebb, mint 1 perc'
|
||||
other: 'kevesebb, mint {{count}} perc'
|
||||
other: 'kevesebb, mint %{count} perc'
|
||||
x_minutes:
|
||||
one: '1 perc'
|
||||
other: '{{count}} perc'
|
||||
other: '%{count} perc'
|
||||
about_x_hours:
|
||||
one: 'majdnem 1 óra'
|
||||
other: 'majdnem {{count}} óra'
|
||||
other: 'majdnem %{count} óra'
|
||||
x_days:
|
||||
one: '1 nap'
|
||||
other: '{{count}} nap'
|
||||
other: '%{count} nap'
|
||||
about_x_months:
|
||||
one: 'majdnem 1 hónap'
|
||||
other: 'majdnem {{count}} hónap'
|
||||
other: 'majdnem %{count} hónap'
|
||||
x_months:
|
||||
one: '1 hónap'
|
||||
other: '{{count}} hónap'
|
||||
other: '%{count} hónap'
|
||||
about_x_years:
|
||||
one: 'majdnem 1 év'
|
||||
other: 'majdnem {{count}} év'
|
||||
other: 'majdnem %{count} év'
|
||||
over_x_years:
|
||||
one: 'több, mint 1 év'
|
||||
other: 'több, mint {{count}} év'
|
||||
other: 'több, mint %{count} év'
|
||||
almost_x_years:
|
||||
one: "közel 1 év"
|
||||
other: "közel {{count}} év"
|
||||
other: "közel %{count} év"
|
||||
prompts:
|
||||
year: "Év"
|
||||
month: "Hónap"
|
||||
|
@ -117,8 +117,8 @@
|
|||
errors:
|
||||
template:
|
||||
header:
|
||||
one: "1 hiba miatt nem menthető a következő: {{model}}"
|
||||
other: "{{count}} hiba miatt nem menthető a következő: {{model}}"
|
||||
one: "1 hiba miatt nem menthető a következő: %{model}"
|
||||
other: "%{count} hiba miatt nem menthető a következő: %{model}"
|
||||
body: "Problémás mezők:"
|
||||
messages:
|
||||
inclusion: "nincs a listában"
|
||||
|
@ -128,16 +128,16 @@
|
|||
accepted: "nincs elfogadva"
|
||||
empty: "nincs megadva"
|
||||
blank: "nincs megadva"
|
||||
too_long: "túl hosszú (nem lehet több {{count}} karakternél)"
|
||||
too_short: "túl rövid (legalább {{count}} karakter kell legyen)"
|
||||
wrong_length: "nem megfelelő hosszúságú ({{count}} karakter szükséges)"
|
||||
too_long: "túl hosszú (nem lehet több %{count} karakternél)"
|
||||
too_short: "túl rövid (legalább %{count} karakter kell legyen)"
|
||||
wrong_length: "nem megfelelő hosszúságú (%{count} karakter szükséges)"
|
||||
taken: "már foglalt"
|
||||
not_a_number: "nem szám"
|
||||
greater_than: "nagyobb kell legyen, mint {{count}}"
|
||||
greater_than_or_equal_to: "legalább {{count}} kell legyen"
|
||||
equal_to: "pontosan {{count}} kell legyen"
|
||||
less_than: "kevesebb, mint {{count}} kell legyen"
|
||||
less_than_or_equal_to: "legfeljebb {{count}} lehet"
|
||||
greater_than: "nagyobb kell legyen, mint %{count}"
|
||||
greater_than_or_equal_to: "legalább %{count} kell legyen"
|
||||
equal_to: "pontosan %{count} kell legyen"
|
||||
less_than: "kevesebb, mint %{count} kell legyen"
|
||||
less_than_or_equal_to: "legfeljebb %{count} lehet"
|
||||
odd: "páratlan kell legyen"
|
||||
even: "páros kell legyen"
|
||||
greater_than_start_date: "nagyobbnak kell lennie, mint az indítás dátuma"
|
||||
|
@ -174,17 +174,17 @@
|
|||
notice_file_not_found: Az oldal, amit meg szeretne nézni nem található, vagy átkerült egy másik helyre.
|
||||
notice_locking_conflict: Az adatot egy másik felhasználó idő közben módosította.
|
||||
notice_not_authorized: Nincs hozzáférési engedélye ehhez az oldalhoz.
|
||||
notice_email_sent: "Egy e-mail üzenetet küldtünk a következő címre {{value}}"
|
||||
notice_email_error: "Hiba történt a levél küldése közben ({{value}})"
|
||||
notice_email_sent: "Egy e-mail üzenetet küldtünk a következő címre %{value}"
|
||||
notice_email_error: "Hiba történt a levél küldése közben (%{value})"
|
||||
notice_feeds_access_key_reseted: Az RSS hozzáférési kulcsát újra generáltuk.
|
||||
notice_failed_to_save_issues: "Nem sikerült a {{count}} feladat(ok) mentése a {{total}} -ban kiválasztva: {{ids}}."
|
||||
notice_failed_to_save_issues: "Nem sikerült a %{count} feladat(ok) mentése a %{total} -ban kiválasztva: %{ids}."
|
||||
notice_no_issue_selected: "Nincs feladat kiválasztva! Kérem jelölje meg melyik feladatot szeretné szerkeszteni!"
|
||||
notice_account_pending: "A fiókja létrejött, és adminisztrátori jóváhagyásra vár."
|
||||
notice_default_data_loaded: Az alapértelmezett konfiguráció betöltése sikeresen megtörtént.
|
||||
|
||||
error_can_t_load_default_data: "Az alapértelmezett konfiguráció betöltése nem lehetséges: {{value}}"
|
||||
error_can_t_load_default_data: "Az alapértelmezett konfiguráció betöltése nem lehetséges: %{value}"
|
||||
error_scm_not_found: "A bejegyzés, vagy revízió nem található a tárolóban."
|
||||
error_scm_command_failed: "A tároló elérése közben hiba lépett fel: {{value}}"
|
||||
error_scm_command_failed: "A tároló elérése közben hiba lépett fel: %{value}"
|
||||
error_scm_annotate: "A bejegyzés nem létezik, vagy nics jegyzetekkel ellátva."
|
||||
error_issue_not_found_in_project: 'A feladat nem található, vagy nem ehhez a projekthez tartozik'
|
||||
|
||||
|
@ -192,13 +192,13 @@
|
|||
mail_body_lost_password: 'A Redmine jelszó megváltoztatásához, kattintson a következő linkre:'
|
||||
mail_subject_register: Redmine azonosító aktiválása
|
||||
mail_body_register: 'A Redmine azonosítója aktiválásához, kattintson a következő linkre:'
|
||||
mail_body_account_information_external: "A {{value}} azonosító használatával bejelentkezhet a Redmine-ba."
|
||||
mail_body_account_information_external: "A %{value} azonosító használatával bejelentkezhet a Redmine-ba."
|
||||
mail_body_account_information: Az Ön Redmine azonosítójának információi
|
||||
mail_subject_account_activation_request: Redmine azonosító aktiválási kérelem
|
||||
mail_body_account_activation_request: "Egy új felhasználó ({{value}}) regisztrált, azonosítója jóváhasgyásra várakozik:"
|
||||
mail_body_account_activation_request: "Egy új felhasználó (%{value}) regisztrált, azonosítója jóváhasgyásra várakozik:"
|
||||
|
||||
gui_validation_error: 1 hiba
|
||||
gui_validation_error_plural: "{{count}} hiba"
|
||||
gui_validation_error_plural: "%{count} hiba"
|
||||
|
||||
field_name: Név
|
||||
field_description: Leírás
|
||||
|
@ -334,14 +334,14 @@
|
|||
label_x_projects:
|
||||
zero: nincsenek projektek
|
||||
one: 1 projekt
|
||||
other: "{{count}} projekt"
|
||||
other: "%{count} projekt"
|
||||
label_project_all: Az összes projekt
|
||||
label_project_latest: Legutóbbi projektek
|
||||
label_issue: Feladat
|
||||
label_issue_new: Új feladat
|
||||
label_issue_plural: Feladatok
|
||||
label_issue_view_all: Minden feladat
|
||||
label_issues_by: "{{value}} feladatai"
|
||||
label_issues_by: "%{value} feladatai"
|
||||
label_issue_added: Feladat hozzáadva
|
||||
label_issue_updated: Feladat frissítve
|
||||
label_document: Dokumentum
|
||||
|
@ -397,7 +397,7 @@
|
|||
label_auth_source_new: Új azonosítási mód
|
||||
label_auth_source_plural: Azonosítási módok
|
||||
label_subproject_plural: Alprojektek
|
||||
label_and_its_subprojects: "{{value}} és alprojektjei"
|
||||
label_and_its_subprojects: "%{value} és alprojektjei"
|
||||
label_min_max_length: Min - Max hossz
|
||||
label_list: Lista
|
||||
label_date: Dátum
|
||||
|
@ -408,8 +408,8 @@
|
|||
label_text: Hosszú szöveg
|
||||
label_attribute: Tulajdonság
|
||||
label_attribute_plural: Tulajdonságok
|
||||
label_download: "{{count}} Letöltés"
|
||||
label_download_plural: "{{count}} Letöltés"
|
||||
label_download: "%{count} Letöltés"
|
||||
label_download_plural: "%{count} Letöltés"
|
||||
label_no_data: Nincs megjeleníthető adat
|
||||
label_change_status: Státusz módosítása
|
||||
label_history: Történet
|
||||
|
@ -440,17 +440,17 @@
|
|||
label_closed_issues: lezárt
|
||||
label_closed_issues_plural: lezárt
|
||||
label_x_open_issues_abbr_on_total:
|
||||
zero: nyitott 0 / {{total}}
|
||||
one: nyitott 1 / {{total}}
|
||||
other: "nyitott {{count}} / {{total}}"
|
||||
zero: nyitott 0 / %{total}
|
||||
one: nyitott 1 / %{total}
|
||||
other: "nyitott %{count} / %{total}"
|
||||
label_x_open_issues_abbr:
|
||||
zero: 0 nyitott
|
||||
one: 1 nyitott
|
||||
other: "{{count}} nyitott"
|
||||
other: "%{count} nyitott"
|
||||
label_x_closed_issues_abbr:
|
||||
zero: 0 lezárt
|
||||
one: 1 lezárt
|
||||
other: "{{count}} lezárt"
|
||||
other: "%{count} lezárt"
|
||||
label_total: Összesen
|
||||
label_permissions: Jogosultságok
|
||||
label_current_status: Jelenlegi státusz
|
||||
|
@ -468,7 +468,7 @@
|
|||
label_months_from: hónap, kezdve
|
||||
label_gantt: Gantt
|
||||
label_internal: Belső
|
||||
label_last_changes: "utolsó {{count}} változás"
|
||||
label_last_changes: "utolsó %{count} változás"
|
||||
label_change_view_all: Minden változás megtekintése
|
||||
label_personalize_page: Az oldal testreszabása
|
||||
label_comment: Megjegyzés
|
||||
|
@ -476,7 +476,7 @@
|
|||
label_x_comments:
|
||||
zero: nincs megjegyzés
|
||||
one: 1 megjegyzés
|
||||
other: "{{count}} megjegyzés"
|
||||
other: "%{count} megjegyzés"
|
||||
label_comment_add: Megjegyzés hozzáadása
|
||||
label_comment_added: Megjegyzés hozzáadva
|
||||
label_comment_delete: Megjegyzések törlése
|
||||
|
@ -495,7 +495,7 @@
|
|||
label_yesterday: tegnap
|
||||
label_this_week: aktuális hét
|
||||
label_last_week: múlt hét
|
||||
label_last_n_days: "az elmúlt {{count}} nap"
|
||||
label_last_n_days: "az elmúlt %{count} nap"
|
||||
label_this_month: aktuális hónap
|
||||
label_last_month: múlt hónap
|
||||
label_this_year: aktuális év
|
||||
|
@ -509,8 +509,8 @@
|
|||
label_repository: Tároló
|
||||
label_repository_plural: Tárolók
|
||||
label_browse: Tallóz
|
||||
label_modification: "{{count}} változás"
|
||||
label_modification_plural: "{{count}} változás"
|
||||
label_modification: "%{count} változás"
|
||||
label_modification_plural: "%{count} változás"
|
||||
label_revision: Revízió
|
||||
label_revision_plural: Revíziók
|
||||
label_associated_revisions: Kapcsolt revíziók
|
||||
|
@ -526,8 +526,8 @@
|
|||
label_sort_lower: Eggyel lejjebb
|
||||
label_sort_lowest: Az aljára
|
||||
label_roadmap: Életút
|
||||
label_roadmap_due_in: "Elkészültéig várhatóan még {{value}}"
|
||||
label_roadmap_overdue: "{{value}} késésben"
|
||||
label_roadmap_due_in: "Elkészültéig várhatóan még %{value}"
|
||||
label_roadmap_overdue: "%{value} késésben"
|
||||
label_roadmap_no_issues: Nincsenek feladatok ehhez a verzióhoz
|
||||
label_search: Keresés
|
||||
label_result_plural: Találatok
|
||||
|
@ -545,8 +545,8 @@
|
|||
label_changes_details: Változások részletei
|
||||
label_issue_tracking: Feladat követés
|
||||
label_spent_time: Ráfordított idő
|
||||
label_f_hour: "{{value}} óra"
|
||||
label_f_hour_plural: "{{value}} óra"
|
||||
label_f_hour: "%{value} óra"
|
||||
label_f_hour_plural: "%{value} óra"
|
||||
label_time_tracking: Idő rögzítés
|
||||
label_change_plural: Változások
|
||||
label_statistics: Statisztikák
|
||||
|
@ -594,12 +594,12 @@
|
|||
label_date_from: 'Kezdet:'
|
||||
label_date_to: 'Vége:'
|
||||
label_language_based: A felhasználó nyelve alapján
|
||||
label_sort_by: "{{value}} szerint rendezve"
|
||||
label_sort_by: "%{value} szerint rendezve"
|
||||
label_send_test_email: Teszt e-mail küldése
|
||||
label_feeds_access_key_created_on: "RSS hozzáférési kulcs létrehozva ennyivel ezelőtt: {{value}}"
|
||||
label_feeds_access_key_created_on: "RSS hozzáférési kulcs létrehozva ennyivel ezelőtt: %{value}"
|
||||
label_module_plural: Modulok
|
||||
label_added_time_by: "{{author}} adta hozzá ennyivel ezelőtt: {{age}}"
|
||||
label_updated_time: "Utolsó módosítás ennyivel ezelőtt: {{value}}"
|
||||
label_added_time_by: "%{author} adta hozzá ennyivel ezelőtt: %{age}"
|
||||
label_updated_time: "Utolsó módosítás ennyivel ezelőtt: %{value}"
|
||||
label_jump_to_a_project: Ugrás projekthez...
|
||||
label_file_plural: Fájlok
|
||||
label_changeset_plural: Changesets
|
||||
|
@ -615,7 +615,7 @@
|
|||
label_registration_activation_by_email: Fiók aktiválása e-mailben
|
||||
label_registration_manual_activation: Manuális fiók aktiválás
|
||||
label_registration_automatic_activation: Automatikus fiók aktiválás
|
||||
label_display_per_page: "Oldalanként: {{value}}"
|
||||
label_display_per_page: "Oldalanként: %{value}"
|
||||
label_age: Kor
|
||||
label_change_properties: Tulajdonságok változtatása
|
||||
label_general: Általános
|
||||
|
@ -677,36 +677,36 @@
|
|||
text_regexp_info: pl. ^[A-Z0-9]+$
|
||||
text_min_max_length_info: 0 = nincs korlátozás
|
||||
text_project_destroy_confirmation: Biztosan törölni szeretné a projektet és vele együtt minden kapcsolódó adatot ?
|
||||
text_subprojects_destroy_warning: "Az alprojekt(ek): {{value}} szintén törlésre kerülnek."
|
||||
text_subprojects_destroy_warning: "Az alprojekt(ek): %{value} szintén törlésre kerülnek."
|
||||
text_workflow_edit: Válasszon egy szerepkört, és egy feladat típust a workflow szerkesztéséhez
|
||||
text_are_you_sure: Biztos benne ?
|
||||
text_tip_issue_begin_day: a feladat ezen a napon kezdődik
|
||||
text_tip_issue_end_day: a feladat ezen a napon ér véget
|
||||
text_tip_issue_begin_end_day: a feladat ezen a napon kezdődik és ér véget
|
||||
text_project_identifier_info: 'Kis betűk (a-z), számok és kötőjel megengedett.<br />Mentés után az azonosítót megváltoztatni nem lehet.'
|
||||
text_caracters_maximum: "maximum {{count}} karakter."
|
||||
text_caracters_minimum: "Legkevesebb {{count}} karakter hosszúnek kell lennie."
|
||||
text_length_between: "Legalább {{min}} és legfeljebb {{max}} hosszú karakter."
|
||||
text_caracters_maximum: "maximum %{count} karakter."
|
||||
text_caracters_minimum: "Legkevesebb %{count} karakter hosszúnek kell lennie."
|
||||
text_length_between: "Legalább %{min} és legfeljebb %{max} hosszú karakter."
|
||||
text_tracker_no_workflow: Nincs workflow definiálva ehhez a feladat típushoz
|
||||
text_unallowed_characters: Tiltott karakterek
|
||||
text_comma_separated: Több érték megengedett (vesszővel elválasztva)
|
||||
text_issues_ref_in_commit_messages: Hivatkozás feladatokra, feladatok javítása a commit üzenetekben
|
||||
text_issue_added: "A feladatot {{id}} bejelentette: {{author}}."
|
||||
text_issue_updated: "A feladatot {{id}} módosította: {{author}}."
|
||||
text_issue_added: "A feladatot %{id} bejelentette: %{author}."
|
||||
text_issue_updated: "A feladatot %{id} módosította: %{author}."
|
||||
text_wiki_destroy_confirmation: Biztosan törölni szeretné ezt a wiki-t minden tartalmával együtt ?
|
||||
text_issue_category_destroy_question: "Néhány feladat ({{count}}) hozzá van rendelve ehhez a kategóriához. Mit szeretne tenni ?"
|
||||
text_issue_category_destroy_question: "Néhány feladat (%{count}) hozzá van rendelve ehhez a kategóriához. Mit szeretne tenni ?"
|
||||
text_issue_category_destroy_assignments: Kategória hozzárendelés megszűntetése
|
||||
text_issue_category_reassign_to: Feladatok újra hozzárendelése másik kategóriához
|
||||
text_user_mail_option: "A nem kiválasztott projektekről csak akkor kap értesítést, ha figyelést kér rá, vagy részt vesz benne (pl. Ön a létrehozó, vagy a hozzárendelő)"
|
||||
text_no_configuration_data: "Szerepkörök, feladat típusok, feladat státuszok, és workflow adatok még nincsenek konfigurálva.\nErősen ajánlott, az alapértelmezett konfiguráció betöltése, és utána módosíthatja azt."
|
||||
text_load_default_configuration: Alapértelmezett konfiguráció betöltése
|
||||
text_status_changed_by_changeset: "Applied in changeset {{value}}."
|
||||
text_status_changed_by_changeset: "Applied in changeset %{value}."
|
||||
text_issues_destroy_confirmation: 'Biztos benne, hogy törölni szeretné a kijelölt feladato(ka)t ?'
|
||||
text_select_project_modules: 'Válassza ki az engedélyezett modulokat ehhez a projekthez:'
|
||||
text_default_administrator_account_changed: Alapértelmezett adminisztrátor fiók megváltoztatva
|
||||
text_file_repository_writable: Fájl tároló írható
|
||||
text_rmagick_available: RMagick elérhető (opcionális)
|
||||
text_destroy_time_entries_question: "{{hours}} órányi munka van rögzítve a feladatokon, amiket törölni szeretne. Mit szeretne tenni ?"
|
||||
text_destroy_time_entries_question: "%{hours} órányi munka van rögzítve a feladatokon, amiket törölni szeretne. Mit szeretne tenni ?"
|
||||
text_destroy_time_entries: A rögzített órák törlése
|
||||
text_assign_time_entries_to_project: A rögzített órák hozzárendelése a projekthez
|
||||
text_reassign_time_entries: 'A rögzített órák újra hozzárendelése másik feladathoz:'
|
||||
|
@ -736,13 +736,13 @@
|
|||
enumeration_issue_priorities: Feladat prioritások
|
||||
enumeration_doc_categories: Dokumentum kategóriák
|
||||
enumeration_activities: Tevékenységek (idő rögzítés)
|
||||
mail_body_reminder: "{{count}} neked kiosztott feladat határidős az elkövetkező {{days}} napban:"
|
||||
mail_subject_reminder: "{{count}} feladat határidős az elkövetkező {{days}} napokban"
|
||||
text_user_wrote: "{{value}} írta:"
|
||||
mail_body_reminder: "%{count} neked kiosztott feladat határidős az elkövetkező %{days} napban:"
|
||||
mail_subject_reminder: "%{count} feladat határidős az elkövetkező %{days} napokban"
|
||||
text_user_wrote: "%{value} írta:"
|
||||
label_duplicated_by: duplikálta
|
||||
setting_enabled_scm: Forráskódkezelő (SCM) engedélyezése
|
||||
text_enumeration_category_reassign_to: 'Újra hozzárendelés ehhez:'
|
||||
text_enumeration_destroy_question: "{{count}} objektum van hozzárendelve ehhez az értékhez."
|
||||
text_enumeration_destroy_question: "%{count} objektum van hozzárendelve ehhez az értékhez."
|
||||
label_incoming_emails: Beérkezett levelek
|
||||
label_generate_key: Kulcs generálása
|
||||
setting_mail_handler_api_enabled: Web Service engedélyezése a beérkezett levelekhez
|
||||
|
@ -808,12 +808,12 @@
|
|||
text_repository_usernames_mapping: "Állítsd be a felhasználó összerendeléseket a Redmine, és a tároló logban található felhasználók között.\nAz azonos felhasználó nevek összerendelése automatikusan megtörténik."
|
||||
permission_edit_own_messages: Saját üzenetek szerkesztése
|
||||
permission_delete_own_messages: Saját üzenetek törlése
|
||||
label_user_activity: "{{value}} tevékenységei"
|
||||
label_updated_time_by: "Módosította {{author}} ennyivel ezelőtt: {{age}}"
|
||||
label_user_activity: "%{value} tevékenységei"
|
||||
label_updated_time_by: "Módosította %{author} ennyivel ezelőtt: %{age}"
|
||||
text_diff_truncated: '... A diff fájl vége nem jelenik meg, mert hosszab, mint a megjeleníthető sorok száma.'
|
||||
setting_diff_max_lines_displayed: A megjelenítendő sorok száma (maximum) a diff fájloknál
|
||||
text_plugin_assets_writable: Plugin eszközök könyvtár írható
|
||||
warning_attachments_not_saved: "{{count}} fájl mentése nem sikerült."
|
||||
warning_attachments_not_saved: "%{count} fájl mentése nem sikerült."
|
||||
button_create_and_continue: Létrehozás és folytatás
|
||||
text_custom_field_possible_values_info: 'Értékenként egy sor'
|
||||
label_display: Megjelenés
|
||||
|
@ -828,21 +828,21 @@
|
|||
label_descending: Csökkenő
|
||||
label_sort: Rendezés
|
||||
label_ascending: Növekvő
|
||||
label_date_from_to: "{{start}} -tól {{end}} -ig"
|
||||
label_date_from_to: "%{start} -tól %{end} -ig"
|
||||
label_greater_or_equal: ">="
|
||||
label_less_or_equal: "<="
|
||||
text_wiki_page_destroy_question: Ennek az oldalnak {{descendants}} gyermek-, és leszármazott oldala van. Mit szeretne tenni?
|
||||
text_wiki_page_destroy_question: Ennek az oldalnak %{descendants} gyermek-, és leszármazott oldala van. Mit szeretne tenni?
|
||||
text_wiki_page_reassign_children: Az aloldalak hozzárendelése ehhez a szülő oldalhoz
|
||||
text_wiki_page_nullify_children: Az aloldalak megtartása, mint főoldalak
|
||||
text_wiki_page_destroy_children: Minden aloldal és leszármazottjának törlése
|
||||
setting_password_min_length: Minimum jelszó hosszúság
|
||||
field_group_by: Szerint csoportosítva
|
||||
mail_subject_wiki_content_updated: "'{{id}}' wiki oldal frissítve"
|
||||
mail_subject_wiki_content_updated: "'%{id}' wiki oldal frissítve"
|
||||
label_wiki_content_added: Wiki oldal hozzáadva
|
||||
mail_subject_wiki_content_added: "Új wiki oldal: '{{id}}'"
|
||||
mail_body_wiki_content_added: A '{{id}}' wiki oldalt {{author}} hozta létre.
|
||||
mail_subject_wiki_content_added: "Új wiki oldal: '%{id}'"
|
||||
mail_body_wiki_content_added: A '%{id}' wiki oldalt %{author} hozta létre.
|
||||
label_wiki_content_updated: Wiki oldal frissítve
|
||||
mail_body_wiki_content_updated: A '{{id}}' wiki oldalt {{author}} frissítette.
|
||||
mail_body_wiki_content_updated: A '%{id}' wiki oldalt %{author} frissítette.
|
||||
permission_add_project: Projekt létrehozása
|
||||
setting_new_project_user_role_id: Projekt létrehozási jog nem adminisztrátor felhasználóknak
|
||||
label_view_all_revisions: Minden revízió megtekintése
|
||||
|
@ -850,14 +850,14 @@
|
|||
label_branch: Branch
|
||||
error_no_tracker_in_project: Nincs feladat típus hozzárendelve ehhez a projekthez. Kérem ellenőrizze a projekt beállításait.
|
||||
error_no_default_issue_status: Nincs alapértelmezett feladat státusz beállítva. Kérem ellenőrizze a beállításokat (Itt találja "Adminisztráció -> Feladat státuszok").
|
||||
text_journal_changed: "{{label}} változott erről: {{old}} erre: {{new}}"
|
||||
text_journal_set_to: "{{label}} új értéke: {{value}}"
|
||||
text_journal_deleted: "{{label}} törölve ({{old}})"
|
||||
text_journal_changed: "%{label} változott erről: %{old} erre: %{new}"
|
||||
text_journal_set_to: "%{label} új értéke: %{value}"
|
||||
text_journal_deleted: "%{label} törölve (%{old})"
|
||||
label_group_plural: Csoportok
|
||||
label_group: Csoport
|
||||
label_group_new: Új csoport
|
||||
label_time_entry_plural: Rögzített idő
|
||||
text_journal_added: "{{label}} {{value}} hozzáadva"
|
||||
text_journal_added: "%{label} %{value} hozzáadva"
|
||||
field_active: Aktív
|
||||
enumeration_system_activity: Rendszer Tevékenység
|
||||
permission_delete_issue_watchers: Megfigyelők törlése
|
||||
|
@ -892,9 +892,9 @@
|
|||
setting_start_of_week: A hét első napja
|
||||
permission_view_issues: Feladatok megtekintése
|
||||
label_display_used_statuses_only: Csak olyan feladat státuszok megjelenítése, amit ez a feladat típus használ
|
||||
label_revision_id: Revízió {{value}}
|
||||
label_revision_id: Revízió %{value}
|
||||
label_api_access_key: API hozzáférési kulcs
|
||||
label_api_access_key_created_on: API hozzáférési kulcs létrehozva {{value}} ezelőtt
|
||||
label_api_access_key_created_on: API hozzáférési kulcs létrehozva %{value} ezelőtt
|
||||
label_feeds_access_key: RSS hozzáférési kulcs
|
||||
notice_api_access_key_reseted: Az API hozzáférési kulcsa újragenerálva.
|
||||
setting_rest_api_enabled: REST web service engedélyezése
|
||||
|
@ -917,7 +917,7 @@
|
|||
error_can_not_delete_custom_field: Nem lehet törölni az egyéni mezőt
|
||||
permission_manage_subtasks: Alfeladatok kezelése
|
||||
label_profile: Profil
|
||||
error_unable_to_connect: Nem lehet csatlakozni ({{value}})
|
||||
error_unable_to_connect: Nem lehet csatlakozni (%{value})
|
||||
error_can_not_remove_role: Ez a szerepkör használatban van és ezért nem törölhető-
|
||||
field_parent_issue: Szülő feladat
|
||||
error_unable_delete_issue_status: Nem lehet törölni a feladat állapotát
|
||||
|
@ -926,7 +926,7 @@
|
|||
label_project_copy_notifications: Küldjön e-mail értesítéseket projektmásolás közben.
|
||||
field_principal: Felelős
|
||||
label_my_page_block: Saját kezdőlap-blokk
|
||||
notice_failed_to_save_members: "Nem sikerült menteni a tago(ka)t: {{errors}}."
|
||||
notice_failed_to_save_members: "Nem sikerült menteni a tago(ka)t: %{errors}."
|
||||
text_zoom_out: Kicsinyít
|
||||
text_zoom_in: Nagyít
|
||||
notice_unable_delete_time_entry: Az időrögzítés nem törölhető
|
||||
|
@ -934,7 +934,7 @@
|
|||
field_time_entries: Log time
|
||||
project_module_gantt: Gantt
|
||||
project_module_calendar: Calendar
|
||||
button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}"
|
||||
button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
|
||||
text_are_you_sure_with_children: Delete issue and all child issues?
|
||||
field_text: Text field
|
||||
label_user_mail_option_only_owner: Only for things I am the owner of
|
||||
|
@ -951,7 +951,7 @@
|
|||
field_visible: Visible
|
||||
setting_emails_header: Emails header
|
||||
setting_commit_logtime_activity_id: Activity for logged time
|
||||
text_time_logged_by_changeset: Applied in changeset {{value}}.
|
||||
text_time_logged_by_changeset: Applied in changeset %{value}.
|
||||
setting_commit_logtime_enabled: Enable time logging
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed ({{max}})
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
|
||||
setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
|
||||
|
|
|
@ -30,37 +30,37 @@ id:
|
|||
half_a_minute: "setengah menit"
|
||||
less_than_x_seconds:
|
||||
one: "kurang dari sedetik"
|
||||
other: "kurang dari {{count}} detik"
|
||||
other: "kurang dari %{count} detik"
|
||||
x_seconds:
|
||||
one: "sedetik"
|
||||
other: "{{count}} detik"
|
||||
other: "%{count} detik"
|
||||
less_than_x_minutes:
|
||||
one: "kurang dari semenit"
|
||||
other: "kurang dari {{count}} menit"
|
||||
other: "kurang dari %{count} menit"
|
||||
x_minutes:
|
||||
one: "semenit"
|
||||
other: "{{count}} menit"
|
||||
other: "%{count} menit"
|
||||
about_x_hours:
|
||||
one: "sekitar sejam"
|
||||
other: "sekitar {{count}} jam"
|
||||
other: "sekitar %{count} jam"
|
||||
x_days:
|
||||
one: "sehari"
|
||||
other: "{{count}} hari"
|
||||
other: "%{count} hari"
|
||||
about_x_months:
|
||||
one: "sekitar sebulan"
|
||||
other: "sekitar {{count}} bulan"
|
||||
other: "sekitar %{count} bulan"
|
||||
x_months:
|
||||
one: "sebulan"
|
||||
other: "{{count}} bulan"
|
||||
other: "%{count} bulan"
|
||||
about_x_years:
|
||||
one: "sekitar setahun"
|
||||
other: "sekitar {{count}} tahun"
|
||||
other: "sekitar %{count} tahun"
|
||||
over_x_years:
|
||||
one: "lebih dari setahun"
|
||||
other: "lebih dari {{count}} tahun"
|
||||
other: "lebih dari %{count} tahun"
|
||||
almost_x_years:
|
||||
one: "almost 1 year"
|
||||
other: "almost {{count}} years"
|
||||
other: "almost %{count} years"
|
||||
|
||||
number:
|
||||
format:
|
||||
|
@ -103,17 +103,17 @@ id:
|
|||
accepted: "harus disetujui"
|
||||
empty: "tidak boleh kosong"
|
||||
blank: "tidak boleh kosong"
|
||||
too_long: "terlalu panjang (maksimum {{count}} karakter)"
|
||||
too_short: "terlalu pendek (minimum {{count}} karakter)"
|
||||
wrong_length: "panjangnya salah (seharusnya {{count}} karakter)"
|
||||
too_long: "terlalu panjang (maksimum %{count} karakter)"
|
||||
too_short: "terlalu pendek (minimum %{count} karakter)"
|
||||
wrong_length: "panjangnya salah (seharusnya %{count} karakter)"
|
||||
taken: "sudah diambil"
|
||||
not_a_number: "bukan angka"
|
||||
not_a_date: "bukan tanggal"
|
||||
greater_than: "harus lebih besar dari {{count}}"
|
||||
greater_than_or_equal_to: "harus lebih besar atau sama dengan {{count}}"
|
||||
equal_to: "harus sama dengan {{count}}"
|
||||
less_than: "harus kurang dari {{count}}"
|
||||
less_than_or_equal_to: "harus kurang atau sama dengan {{count}}"
|
||||
greater_than: "harus lebih besar dari %{count}"
|
||||
greater_than_or_equal_to: "harus lebih besar atau sama dengan %{count}"
|
||||
equal_to: "harus sama dengan %{count}"
|
||||
less_than: "harus kurang dari %{count}"
|
||||
less_than_or_equal_to: "harus kurang atau sama dengan %{count}"
|
||||
odd: "harus ganjil"
|
||||
even: "harus genap"
|
||||
greater_than_start_date: "harus lebih besar dari tanggal mulai"
|
||||
|
@ -150,18 +150,18 @@ id:
|
|||
notice_file_not_found: Berkas yang anda buka tidak ada atau sudah dihapus.
|
||||
notice_locking_conflict: Data sudah diubah oleh pengguna lain.
|
||||
notice_not_authorized: Anda tidak memiliki akses ke halaman ini.
|
||||
notice_email_sent: "Email sudah dikirim ke {{value}}"
|
||||
notice_email_error: "Terjadi kesalahan pada saat pengiriman email ({{value}})"
|
||||
notice_email_sent: "Email sudah dikirim ke %{value}"
|
||||
notice_email_error: "Terjadi kesalahan pada saat pengiriman email (%{value})"
|
||||
notice_feeds_access_key_reseted: RSS access key anda sudah direset.
|
||||
notice_failed_to_save_issues: "Gagal menyimpan {{count}} masalah dari {{total}} yang dipilih: {{ids}}."
|
||||
notice_failed_to_save_issues: "Gagal menyimpan %{count} masalah dari %{total} yang dipilih: %{ids}."
|
||||
notice_no_issue_selected: "Tidak ada masalah yang dipilih! Silakan pilih masalah yang akan anda sunting."
|
||||
notice_account_pending: "Akun anda sudah dibuat dan sekarang sedang menunggu persetujuan administrator."
|
||||
notice_default_data_loaded: Konfigurasi default sudah berhasil dimuat.
|
||||
notice_unable_delete_version: Tidak bisa menghapus versi.
|
||||
|
||||
error_can_t_load_default_data: "Konfigurasi default tidak bisa dimuat: {{value}}"
|
||||
error_can_t_load_default_data: "Konfigurasi default tidak bisa dimuat: %{value}"
|
||||
error_scm_not_found: "Entri atau revisi tidak terdapat pada repositori."
|
||||
error_scm_command_failed: "Terjadi kesalahan pada saat mengakses repositori: {{value}}"
|
||||
error_scm_command_failed: "Terjadi kesalahan pada saat mengakses repositori: %{value}"
|
||||
error_scm_annotate: "Entri tidak ada, atau tidak dapat di anotasi."
|
||||
error_issue_not_found_in_project: 'Masalah tidak ada atau tidak tergabung dalam proyek ini.'
|
||||
error_no_tracker_in_project: 'Tidak ada pelacak yang diasosiasikan pada proyek ini. Silakan pilih Pengaturan Proyek.'
|
||||
|
@ -169,25 +169,25 @@ id:
|
|||
error_can_not_reopen_issue_on_closed_version: 'Masalah yang ditujukan pada versi tertutup tidak bisa dibuka kembali'
|
||||
error_can_not_archive_project: Proyek ini tidak bisa diarsipkan
|
||||
|
||||
warning_attachments_not_saved: "{{count}} berkas tidak bisa disimpan."
|
||||
warning_attachments_not_saved: "%{count} berkas tidak bisa disimpan."
|
||||
|
||||
mail_subject_lost_password: "Kata sandi {{value}} anda"
|
||||
mail_subject_lost_password: "Kata sandi %{value} anda"
|
||||
mail_body_lost_password: 'Untuk mengubah kata sandi anda, klik tautan berikut::'
|
||||
mail_subject_register: "Aktivasi akun {{value}} anda"
|
||||
mail_subject_register: "Aktivasi akun %{value} anda"
|
||||
mail_body_register: 'Untuk mengaktifkan akun anda, klik tautan berikut:'
|
||||
mail_body_account_information_external: "Anda dapat menggunakan akun {{value}} anda untuk login."
|
||||
mail_body_account_information_external: "Anda dapat menggunakan akun %{value} anda untuk login."
|
||||
mail_body_account_information: Informasi akun anda
|
||||
mail_subject_account_activation_request: "Permintaan aktivasi akun {{value}} "
|
||||
mail_body_account_activation_request: "Pengguna baru ({{value}}) sudan didaftarkan. Akun tersebut menunggu persetujuan anda:"
|
||||
mail_subject_reminder: "{{count}} masalah harus selesai pada hari berikutnya ({{days}})"
|
||||
mail_body_reminder: "{{count}} masalah yang ditugaskan pada anda harus selesai dalam {{days}} hari kedepan:"
|
||||
mail_subject_wiki_content_added: "'{{id}}' halaman wiki sudah ditambahkan"
|
||||
mail_body_wiki_content_added: "The '{{id}}' halaman wiki sudah ditambahkan oleh {{author}}."
|
||||
mail_subject_wiki_content_updated: "'{{id}}' halaman wiki sudah diperbarui"
|
||||
mail_body_wiki_content_updated: "The '{{id}}' halaman wiki sudah diperbarui oleh {{author}}."
|
||||
mail_subject_account_activation_request: "Permintaan aktivasi akun %{value} "
|
||||
mail_body_account_activation_request: "Pengguna baru (%{value}) sudan didaftarkan. Akun tersebut menunggu persetujuan anda:"
|
||||
mail_subject_reminder: "%{count} masalah harus selesai pada hari berikutnya (%{days})"
|
||||
mail_body_reminder: "%{count} masalah yang ditugaskan pada anda harus selesai dalam %{days} hari kedepan:"
|
||||
mail_subject_wiki_content_added: "'%{id}' halaman wiki sudah ditambahkan"
|
||||
mail_body_wiki_content_added: "The '%{id}' halaman wiki sudah ditambahkan oleh %{author}."
|
||||
mail_subject_wiki_content_updated: "'%{id}' halaman wiki sudah diperbarui"
|
||||
mail_body_wiki_content_updated: "The '%{id}' halaman wiki sudah diperbarui oleh %{author}."
|
||||
|
||||
gui_validation_error: 1 kesalahan
|
||||
gui_validation_error_plural: "{{count}} kesalahan"
|
||||
gui_validation_error_plural: "%{count} kesalahan"
|
||||
|
||||
|
||||
field_name: Nama
|
||||
|
@ -398,14 +398,14 @@ id:
|
|||
label_x_projects:
|
||||
zero: tidak ada proyek
|
||||
one: 1 proyek
|
||||
other: "{{count}} proyek"
|
||||
other: "%{count} proyek"
|
||||
label_project_all: Semua Proyek
|
||||
label_project_latest: Proyek terakhir
|
||||
label_issue: Masalah
|
||||
label_issue_new: Masalah baru
|
||||
label_issue_plural: Masalah
|
||||
label_issue_view_all: tampilkan semua masalah
|
||||
label_issues_by: "Masalah ditambahkan oleh {{value}}"
|
||||
label_issues_by: "Masalah ditambahkan oleh %{value}"
|
||||
label_issue_added: Masalah ditambahan
|
||||
label_issue_updated: Masalah diperbarui
|
||||
label_document: Dokumen
|
||||
|
@ -454,7 +454,7 @@ id:
|
|||
label_registered_on: Terdaftar pada
|
||||
label_activity: Kegiatan
|
||||
label_overall_activity: Kegiatan umum
|
||||
label_user_activity: "kegiatan {{value}}"
|
||||
label_user_activity: "kegiatan %{value}"
|
||||
label_new: Baru
|
||||
label_logged_as: Login sebagai
|
||||
label_environment: Lingkungan
|
||||
|
@ -463,7 +463,7 @@ id:
|
|||
label_auth_source_new: Mode otentikasi baru
|
||||
label_auth_source_plural: Mode Otentikasi
|
||||
label_subproject_plural: Subproyek
|
||||
label_and_its_subprojects: "{{value}} dan subproyeknya"
|
||||
label_and_its_subprojects: "%{value} dan subproyeknya"
|
||||
label_min_max_length: Panjang Min - Maks
|
||||
label_list: Daftar
|
||||
label_date: Tanggal
|
||||
|
@ -474,8 +474,8 @@ id:
|
|||
label_text: Long text
|
||||
label_attribute: Atribut
|
||||
label_attribute_plural: Atribut
|
||||
label_download: "{{count}} Unduhan"
|
||||
label_download_plural: "{{count}} Unduhan"
|
||||
label_download: "%{count} Unduhan"
|
||||
label_download_plural: "%{count} Unduhan"
|
||||
label_no_data: Tidak ada data untuk ditampilkan
|
||||
label_change_status: Status perubahan
|
||||
label_history: Riwayat
|
||||
|
@ -507,17 +507,17 @@ id:
|
|||
label_closed_issues: selesai
|
||||
label_closed_issues_plural: selesai
|
||||
label_x_open_issues_abbr_on_total:
|
||||
zero: 0 belum selesai / {{total}}
|
||||
one: 1 belum selesai / {{total}}
|
||||
other: "{{count}} terbuka / {{total}}"
|
||||
zero: 0 belum selesai / %{total}
|
||||
one: 1 belum selesai / %{total}
|
||||
other: "%{count} terbuka / %{total}"
|
||||
label_x_open_issues_abbr:
|
||||
zero: 0 belum selesai
|
||||
one: 1 belum selesai
|
||||
other: "{{count}} belum selesai"
|
||||
other: "%{count} belum selesai"
|
||||
label_x_closed_issues_abbr:
|
||||
zero: 0 selesai
|
||||
one: 1 selesai
|
||||
other: "{{count}} selesai"
|
||||
other: "%{count} selesai"
|
||||
label_total: Total
|
||||
label_permissions: Perijinan
|
||||
label_current_status: Status sekarang
|
||||
|
@ -535,7 +535,7 @@ id:
|
|||
label_months_from: dari bulan
|
||||
label_gantt: Gantt
|
||||
label_internal: Internal
|
||||
label_last_changes: "{{count}} perubahan terakhir"
|
||||
label_last_changes: "%{count} perubahan terakhir"
|
||||
label_change_view_all: Tampilkan semua perubahan
|
||||
label_personalize_page: Personalkan halaman ini
|
||||
label_comment: Komentar
|
||||
|
@ -543,7 +543,7 @@ id:
|
|||
label_x_comments:
|
||||
zero: tak ada komentar
|
||||
one: 1 komentar
|
||||
other: "{{count}} komentar"
|
||||
other: "%{count} komentar"
|
||||
label_comment_add: Tambahkan komentar
|
||||
label_comment_added: Komentar ditambahkan
|
||||
label_comment_delete: Hapus komentar
|
||||
|
@ -564,7 +564,7 @@ id:
|
|||
label_yesterday: kemarin
|
||||
label_this_week: minggu ini
|
||||
label_last_week: minggu lalu
|
||||
label_last_n_days: "{{count}} hari terakhir"
|
||||
label_last_n_days: "%{count} hari terakhir"
|
||||
label_this_month: bulan ini
|
||||
label_last_month: bulan lalu
|
||||
label_this_year: this year
|
||||
|
@ -578,8 +578,8 @@ id:
|
|||
label_repository: Repositori
|
||||
label_repository_plural: Repositori
|
||||
label_browse: Jelajah
|
||||
label_modification: "{{count}} perubahan"
|
||||
label_modification_plural: "{{count}} perubahan"
|
||||
label_modification: "%{count} perubahan"
|
||||
label_modification_plural: "%{count} perubahan"
|
||||
label_branch: Cabang
|
||||
label_tag: Tag
|
||||
label_revision: Revisi
|
||||
|
@ -600,8 +600,8 @@ id:
|
|||
label_sort_lower: Ke bawah
|
||||
label_sort_lowest: Ke paling bawah
|
||||
label_roadmap: Rencana kerja
|
||||
label_roadmap_due_in: "Harus selesai dalam {{value}}"
|
||||
label_roadmap_overdue: "{{value}} terlambat"
|
||||
label_roadmap_due_in: "Harus selesai dalam %{value}"
|
||||
label_roadmap_overdue: "%{value} terlambat"
|
||||
label_roadmap_no_issues: Tak ada masalah pada versi ini
|
||||
label_search: Cari
|
||||
label_result_plural: Hasil
|
||||
|
@ -619,8 +619,8 @@ id:
|
|||
label_changes_details: Rincian semua perubahan
|
||||
label_issue_tracking: Pelacak masalah
|
||||
label_spent_time: Waktu terpakai
|
||||
label_f_hour: "{{value}} jam"
|
||||
label_f_hour_plural: "{{value}} jam"
|
||||
label_f_hour: "%{value} jam"
|
||||
label_f_hour_plural: "%{value} jam"
|
||||
label_time_tracking: Pelacak waktu
|
||||
label_change_plural: Perubahan
|
||||
label_statistics: Statistik
|
||||
|
@ -669,13 +669,13 @@ id:
|
|||
label_date_from: Dari
|
||||
label_date_to: Sampai
|
||||
label_language_based: Berdasarkan bahasa pengguna
|
||||
label_sort_by: "Urut berdasarkan {{value}}"
|
||||
label_sort_by: "Urut berdasarkan %{value}"
|
||||
label_send_test_email: Kirim email percobaan
|
||||
label_feeds_access_key_created_on: "RSS access key dibuat {{value}} yang lalu"
|
||||
label_feeds_access_key_created_on: "RSS access key dibuat %{value} yang lalu"
|
||||
label_module_plural: Modul
|
||||
label_added_time_by: "Ditambahkan oleh {{author}} {{age}} yang lalu"
|
||||
label_updated_time_by: "Diperbarui oleh {{author}} {{age}} yang lalu"
|
||||
label_updated_time: "Diperbarui oleh {{value}} yang lalu"
|
||||
label_added_time_by: "Ditambahkan oleh %{author} %{age} yang lalu"
|
||||
label_updated_time_by: "Diperbarui oleh %{author} %{age} yang lalu"
|
||||
label_updated_time: "Diperbarui oleh %{value} yang lalu"
|
||||
label_jump_to_a_project: Pilih proyek...
|
||||
label_file_plural: Berkas
|
||||
label_changeset_plural: Set perubahan
|
||||
|
@ -693,7 +693,7 @@ id:
|
|||
label_registration_activation_by_email: aktivasi akun melalui email
|
||||
label_registration_manual_activation: aktivasi akun secara manual
|
||||
label_registration_automatic_activation: aktivasi akun secara otomatis
|
||||
label_display_per_page: "Per halaman: {{value}}"
|
||||
label_display_per_page: "Per halaman: %{value}"
|
||||
label_age: Umur
|
||||
label_change_properties: Rincian perubahan
|
||||
label_general: Umum
|
||||
|
@ -716,7 +716,7 @@ id:
|
|||
label_sort: Urut
|
||||
label_ascending: Menaik
|
||||
label_descending: Menurun
|
||||
label_date_from_to: Dari {{start}} sampai {{end}}
|
||||
label_date_from_to: Dari %{start} sampai %{end}
|
||||
label_wiki_content_added: Halaman wiki ditambahkan
|
||||
label_wiki_content_updated: Halaman wiki diperbarui
|
||||
label_group: Kelompok
|
||||
|
@ -787,52 +787,52 @@ id:
|
|||
text_regexp_info: mis. ^[A-Z0-9]+$
|
||||
text_min_max_length_info: 0 berarti tidak ada pembatasan
|
||||
text_project_destroy_confirmation: Apakah anda benar-benar akan menghapus proyek ini beserta data terkait ?
|
||||
text_subprojects_destroy_warning: "Subproyek: {{value}} juga akan dihapus."
|
||||
text_subprojects_destroy_warning: "Subproyek: %{value} juga akan dihapus."
|
||||
text_workflow_edit: Pilih peran dan pelacak untuk menyunting alur kerja
|
||||
text_are_you_sure: Anda yakin ?
|
||||
text_journal_changed: "{{label}} berubah dari {{old}} menjadi {{new}}"
|
||||
text_journal_set_to: "{{label}} di set ke {{value}}"
|
||||
text_journal_deleted: "{{label}} dihapus ({{old}})"
|
||||
text_journal_added: "{{label}} {{value}} ditambahkan"
|
||||
text_journal_changed: "%{label} berubah dari %{old} menjadi %{new}"
|
||||
text_journal_set_to: "%{label} di set ke %{value}"
|
||||
text_journal_deleted: "%{label} dihapus (%{old})"
|
||||
text_journal_added: "%{label} %{value} ditambahkan"
|
||||
text_tip_issue_begin_day: tugas dimulai hari itu
|
||||
text_tip_issue_end_day: tugas berakhir hari itu
|
||||
text_tip_issue_begin_end_day: tugas dimulai dan berakhir hari itu
|
||||
text_project_identifier_info: 'Yang diijinkan hanya huruf kecil (a-z), angka dan tanda minus.<br />Sekali disimpan, pengenal tidak bisa diubah.'
|
||||
text_caracters_maximum: "maximum {{count}} karakter."
|
||||
text_caracters_minimum: "Setidaknya harus sepanjang {{count}} karakter."
|
||||
text_length_between: "Panjang diantara {{min}} dan {{max}} karakter."
|
||||
text_caracters_maximum: "maximum %{count} karakter."
|
||||
text_caracters_minimum: "Setidaknya harus sepanjang %{count} karakter."
|
||||
text_length_between: "Panjang diantara %{min} dan %{max} karakter."
|
||||
text_tracker_no_workflow: Tidak ada alur kerja untuk pelacak ini
|
||||
text_unallowed_characters: Karakter tidak diperbolehkan
|
||||
text_comma_separated: Beberapa nilai diperbolehkan (dipisahkan koma).
|
||||
text_issues_ref_in_commit_messages: Mereferensikan dan membetulkan masalah pada pesan komit
|
||||
text_issue_added: "Masalah {{id}} sudah dilaporkan oleh {{author}}."
|
||||
text_issue_updated: "Masalah {{id}} sudah diperbarui oleh {{author}}."
|
||||
text_issue_added: "Masalah %{id} sudah dilaporkan oleh %{author}."
|
||||
text_issue_updated: "Masalah %{id} sudah diperbarui oleh %{author}."
|
||||
text_wiki_destroy_confirmation: Apakah anda benar-benar akan menghapus wiki ini beserta semua isinya ?
|
||||
text_issue_category_destroy_question: "Beberapa masalah ({{count}}) ditugaskan pada kategori ini. Apa yang anda lakukan ?"
|
||||
text_issue_category_destroy_question: "Beberapa masalah (%{count}) ditugaskan pada kategori ini. Apa yang anda lakukan ?"
|
||||
text_issue_category_destroy_assignments: Hapus kategori penugasan
|
||||
text_issue_category_reassign_to: Tugaskan kembali masalah untuk kategori ini
|
||||
text_user_mail_option: "Untuk proyek yang tidak dipilih, anda hanya akan menerima notifikasi hal-hal yang anda pantau atau anda terlibat di dalamnya (misalnya masalah yang anda tulis atau ditugaskan pada anda)."
|
||||
text_no_configuration_data: "Peran, pelacak, status masalah dan alur kerja belum dikonfigur.\nSangat disarankan untuk memuat konfigurasi default. Anda akan bisa mengubahnya setelah konfigurasi dimuat."
|
||||
text_load_default_configuration: Muat konfigurasi default
|
||||
text_status_changed_by_changeset: "Diterapkan di set perubahan {{value}}."
|
||||
text_status_changed_by_changeset: "Diterapkan di set perubahan %{value}."
|
||||
text_issues_destroy_confirmation: 'Apakah anda yakin untuk menghapus masalah terpilih ?'
|
||||
text_select_project_modules: 'Pilih modul untuk diaktifkan pada proyek ini:'
|
||||
text_default_administrator_account_changed: Akun administrator default sudah berubah
|
||||
text_file_repository_writable: Direktori yang bisa ditulisi untuk lampiran
|
||||
text_plugin_assets_writable: Direktori yang bisa ditulisi untuk plugin asset
|
||||
text_rmagick_available: RMagick tersedia (optional)
|
||||
text_destroy_time_entries_question: "{{hours}} jam sudah dilaporkan pada masalah yang akan anda hapus. Apa yang akan anda lakukan ?"
|
||||
text_destroy_time_entries_question: "%{hours} jam sudah dilaporkan pada masalah yang akan anda hapus. Apa yang akan anda lakukan ?"
|
||||
text_destroy_time_entries: Hapus jam yang terlapor
|
||||
text_assign_time_entries_to_project: Tugaskan jam terlapor pada proyek
|
||||
text_reassign_time_entries: 'Tugaskan kembali jam terlapor pada masalah ini:'
|
||||
text_user_wrote: "{{value}} menulis:"
|
||||
text_enumeration_destroy_question: "{{count}} obyek ditugaskan untuk nilai ini."
|
||||
text_user_wrote: "%{value} menulis:"
|
||||
text_enumeration_destroy_question: "%{count} obyek ditugaskan untuk nilai ini."
|
||||
text_enumeration_category_reassign_to: 'Tugaskan kembali untuk nilai ini:'
|
||||
text_email_delivery_not_configured: "Pengiriman email belum dikonfigurasi, notifikasi tidak diaktifkan.\nAnda harus mengkonfigur SMTP server anda pada config/email.yml dan restart kembali aplikasi untuk mengaktifkan."
|
||||
text_repository_usernames_mapping: "Pilih atau perbarui pengguna Redmine yang terpetakan ke setiap nama pengguna yang ditemukan di log repositori.\nPengguna dengan nama pengguna dan repositori atau email yang sama secara otomasit akan dipetakan."
|
||||
text_diff_truncated: '... Perbedaan terpotong karena melebihi batas maksimum yang bisa ditampilkan.'
|
||||
text_custom_field_possible_values_info: 'Satu baris untuk setiap nilai'
|
||||
text_wiki_page_destroy_question: "Halaman ini mempunyai {{descendants}} halaman anak dan turunannya. Apa yang akan anda lakukan ?"
|
||||
text_wiki_page_destroy_question: "Halaman ini mempunyai %{descendants} halaman anak dan turunannya. Apa yang akan anda lakukan ?"
|
||||
text_wiki_page_nullify_children: "Biarkan halaman anak sebagai halaman teratas (root)"
|
||||
text_wiki_page_destroy_children: "Hapus halaman anak dan semua turunannya"
|
||||
text_wiki_page_reassign_children: "Tujukan halaman anak ke halaman induk yang ini"
|
||||
|
@ -868,13 +868,13 @@ id:
|
|||
setting_issue_done_ratio: Calculate the issue done ratio with
|
||||
label_api_access_key: API access key
|
||||
text_line_separated: Multiple values allowed (one line for each value).
|
||||
label_revision_id: Revision {{value}}
|
||||
label_revision_id: Revision %{value}
|
||||
permission_view_issues: View Issues
|
||||
setting_issue_done_ratio_issue_status: Use the issue status
|
||||
error_issue_done_ratios_not_updated: Issue done ratios not updated.
|
||||
label_display_used_statuses_only: Only display statuses that are used by this tracker
|
||||
error_workflow_copy_target: Please select target tracker(s) and role(s)
|
||||
label_api_access_key_created_on: API access key created {{value}} ago
|
||||
label_api_access_key_created_on: API access key created %{value} ago
|
||||
label_feeds_access_key: RSS access key
|
||||
notice_api_access_key_reseted: Your API access key was reset.
|
||||
setting_rest_api_enabled: Enable REST web service
|
||||
|
@ -906,12 +906,12 @@ id:
|
|||
label_subtask_plural: Subtasks
|
||||
label_project_copy_notifications: Send email notifications during the project copy
|
||||
error_can_not_delete_custom_field: Unable to delete custom field
|
||||
error_unable_to_connect: Unable to connect ({{value}})
|
||||
error_unable_to_connect: Unable to connect (%{value})
|
||||
error_can_not_remove_role: This role is in use and can not be deleted.
|
||||
error_can_not_delete_tracker: This tracker contains issues and can't be deleted.
|
||||
field_principal: Principal
|
||||
label_my_page_block: My page block
|
||||
notice_failed_to_save_members: "Failed to save member(s): {{errors}}."
|
||||
notice_failed_to_save_members: "Failed to save member(s): %{errors}."
|
||||
text_zoom_out: Zoom out
|
||||
text_zoom_in: Zoom in
|
||||
notice_unable_delete_time_entry: Unable to delete time log entry.
|
||||
|
@ -919,7 +919,7 @@ id:
|
|||
field_time_entries: Log time
|
||||
project_module_gantt: Gantt
|
||||
project_module_calendar: Calendar
|
||||
button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}"
|
||||
button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
|
||||
text_are_you_sure_with_children: Delete issue and all child issues?
|
||||
field_text: Text field
|
||||
label_user_mail_option_only_owner: Only for things I am the owner of
|
||||
|
@ -936,7 +936,7 @@ id:
|
|||
field_visible: Visible
|
||||
setting_emails_header: Emails header
|
||||
setting_commit_logtime_activity_id: Activity for logged time
|
||||
text_time_logged_by_changeset: Applied in changeset {{value}}.
|
||||
text_time_logged_by_changeset: Applied in changeset %{value}.
|
||||
setting_commit_logtime_enabled: Enable time logging
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed ({{max}})
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
|
||||
setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
|
||||
|
|
|
@ -37,37 +37,37 @@ it:
|
|||
half_a_minute: "mezzo minuto"
|
||||
less_than_x_seconds:
|
||||
one: "meno di un secondo"
|
||||
other: "meno di {{count}} secondi"
|
||||
other: "meno di %{count} secondi"
|
||||
x_seconds:
|
||||
one: "1 secondo"
|
||||
other: "{{count}} secondi"
|
||||
other: "%{count} secondi"
|
||||
less_than_x_minutes:
|
||||
one: "meno di un minuto"
|
||||
other: "meno di {{count}} minuti"
|
||||
other: "meno di %{count} minuti"
|
||||
x_minutes:
|
||||
one: "1 minuto"
|
||||
other: "{{count}} minuti"
|
||||
other: "%{count} minuti"
|
||||
about_x_hours:
|
||||
one: "circa un'ora"
|
||||
other: "circa {{count}} ore"
|
||||
other: "circa %{count} ore"
|
||||
x_days:
|
||||
one: "1 giorno"
|
||||
other: "{{count}} giorni"
|
||||
other: "%{count} giorni"
|
||||
about_x_months:
|
||||
one: "circa un mese"
|
||||
other: "circa {{count}} mesi"
|
||||
other: "circa %{count} mesi"
|
||||
x_months:
|
||||
one: "1 mese"
|
||||
other: "{{count}} mesi"
|
||||
other: "%{count} mesi"
|
||||
about_x_years:
|
||||
one: "circa un anno"
|
||||
other: "circa {{count}} anni"
|
||||
other: "circa %{count} anni"
|
||||
over_x_years:
|
||||
one: "oltre un anno"
|
||||
other: "oltre {{count}} anni"
|
||||
other: "oltre %{count} anni"
|
||||
almost_x_years:
|
||||
one: "quasi 1 anno"
|
||||
other: "quasi {{count}} anni"
|
||||
other: "quasi %{count} anni"
|
||||
|
||||
number:
|
||||
format:
|
||||
|
@ -100,8 +100,8 @@ it:
|
|||
errors:
|
||||
template:
|
||||
header:
|
||||
one: "Non posso salvare questo {{model}}: 1 errore"
|
||||
other: "Non posso salvare questo {{model}}: {{count}} errori."
|
||||
one: "Non posso salvare questo %{model}: 1 errore"
|
||||
other: "Non posso salvare questo %{model}: %{count} errori."
|
||||
body: "Per favore ricontrolla i seguenti campi:"
|
||||
messages:
|
||||
inclusion: "non è incluso nella lista"
|
||||
|
@ -111,16 +111,16 @@ it:
|
|||
accepted: "deve essere accettata"
|
||||
empty: "non può essere vuoto"
|
||||
blank: "non può essere lasciato in bianco"
|
||||
too_long: "è troppo lungo (il massimo è {{count}} lettere)"
|
||||
too_short: "è troppo corto (il minimo è {{count}} lettere)"
|
||||
wrong_length: "è della lunghezza sbagliata (deve essere di {{count}} lettere)"
|
||||
too_long: "è troppo lungo (il massimo è %{count} lettere)"
|
||||
too_short: "è troppo corto (il minimo è %{count} lettere)"
|
||||
wrong_length: "è della lunghezza sbagliata (deve essere di %{count} lettere)"
|
||||
taken: "è già in uso"
|
||||
not_a_number: "non è un numero"
|
||||
greater_than: "deve essere superiore a {{count}}"
|
||||
greater_than_or_equal_to: "deve essere superiore o uguale a {{count}}"
|
||||
equal_to: "deve essere uguale a {{count}}"
|
||||
less_than: "deve essere meno di {{count}}"
|
||||
less_than_or_equal_to: "deve essere meno o uguale a {{count}}"
|
||||
greater_than: "deve essere superiore a %{count}"
|
||||
greater_than_or_equal_to: "deve essere superiore o uguale a %{count}"
|
||||
equal_to: "deve essere uguale a %{count}"
|
||||
less_than: "deve essere meno di %{count}"
|
||||
less_than_or_equal_to: "deve essere meno o uguale a %{count}"
|
||||
odd: "deve essere dispari"
|
||||
even: "deve essere pari"
|
||||
greater_than_start_date: "deve essere maggiore della data di partenza"
|
||||
|
@ -157,20 +157,20 @@ it:
|
|||
notice_file_not_found: La pagina desiderata non esiste o è stata rimossa.
|
||||
notice_locking_conflict: Le informazioni sono state modificate da un altro utente.
|
||||
notice_not_authorized: Non sei autorizzato ad accedere a questa pagina.
|
||||
notice_email_sent: "Una email è stata spedita a {{value}}"
|
||||
notice_email_error: "Si è verificato un errore durante l'invio di una email ({{value}})"
|
||||
notice_email_sent: "Una email è stata spedita a %{value}"
|
||||
notice_email_error: "Si è verificato un errore durante l'invio di una email (%{value})"
|
||||
notice_feeds_access_key_reseted: La tua chiave di accesso RSS è stata reimpostata.
|
||||
|
||||
error_scm_not_found: "La risorsa e/o la versione non esistono nel repository."
|
||||
error_scm_command_failed: "Si è verificato un errore durante l'accesso al repository: {{value}}"
|
||||
error_scm_command_failed: "Si è verificato un errore durante l'accesso al repository: %{value}"
|
||||
|
||||
mail_subject_lost_password: "Password {{value}}"
|
||||
mail_subject_lost_password: "Password %{value}"
|
||||
mail_body_lost_password: 'Per cambiare la password, usa il seguente collegamento:'
|
||||
mail_subject_register: "Attivazione utente {{value}}"
|
||||
mail_subject_register: "Attivazione utente %{value}"
|
||||
mail_body_register: "Per attivare l'utente, usa il seguente collegamento:"
|
||||
|
||||
gui_validation_error: 1 errore
|
||||
gui_validation_error_plural: "{{count}} errori"
|
||||
gui_validation_error_plural: "%{count} errori"
|
||||
|
||||
field_name: Nome
|
||||
field_description: Descrizione
|
||||
|
@ -281,7 +281,7 @@ it:
|
|||
label_x_projects:
|
||||
zero: nessun progetto
|
||||
one: 1 progetto
|
||||
other: "{{count}} progetti"
|
||||
other: "%{count} progetti"
|
||||
label_project_all: Tutti i progetti
|
||||
label_project_latest: Ultimi progetti registrati
|
||||
label_issue: Segnalazione
|
||||
|
@ -348,8 +348,8 @@ it:
|
|||
label_text: Testo esteso
|
||||
label_attribute: Attributo
|
||||
label_attribute_plural: Attributi
|
||||
label_download: "{{count}} Download"
|
||||
label_download_plural: "{{count}} Download"
|
||||
label_download: "%{count} Download"
|
||||
label_download_plural: "%{count} Download"
|
||||
label_no_data: Nessun dato disponibile
|
||||
label_change_status: Cambia stato
|
||||
label_history: Cronologia
|
||||
|
@ -378,17 +378,17 @@ it:
|
|||
label_closed_issues: chiusa
|
||||
label_closed_issues_plural: chiuse
|
||||
label_x_open_issues_abbr_on_total:
|
||||
zero: 0 aperte / {{total}}
|
||||
one: 1 aperta / {{total}}
|
||||
other: "{{count}} aperte / {{total}}"
|
||||
zero: 0 aperte / %{total}
|
||||
one: 1 aperta / %{total}
|
||||
other: "%{count} aperte / %{total}"
|
||||
label_x_open_issues_abbr:
|
||||
zero: 0 aperte
|
||||
one: 1 aperta
|
||||
other: "{{count}} aperte"
|
||||
other: "%{count} aperte"
|
||||
label_x_closed_issues_abbr:
|
||||
zero: 0 chiuse
|
||||
one: 1 chiusa
|
||||
other: "{{count}} chiuse"
|
||||
other: "%{count} chiuse"
|
||||
label_total: Totale
|
||||
label_permissions: Permessi
|
||||
label_current_status: Stato attuale
|
||||
|
@ -405,7 +405,7 @@ it:
|
|||
label_months_from: mesi da
|
||||
label_gantt: Gantt
|
||||
label_internal: Interno
|
||||
label_last_changes: "ultime {{count}} modifiche"
|
||||
label_last_changes: "ultime %{count} modifiche"
|
||||
label_change_view_all: Tutte le modifiche
|
||||
label_personalize_page: Personalizza la pagina
|
||||
label_comment: Commento
|
||||
|
@ -413,7 +413,7 @@ it:
|
|||
label_x_comments:
|
||||
zero: nessun commento
|
||||
one: 1 commento
|
||||
other: "{{count}} commenti"
|
||||
other: "%{count} commenti"
|
||||
label_comment_add: Aggiungi un commento
|
||||
label_comment_added: Commento aggiunto
|
||||
label_comment_delete: Elimina commenti
|
||||
|
@ -437,8 +437,8 @@ it:
|
|||
label_day_plural: giorni
|
||||
label_repository: Repository
|
||||
label_browse: Sfoglia
|
||||
label_modification: "{{count}} modifica"
|
||||
label_modification_plural: "{{count}} modifiche"
|
||||
label_modification: "%{count} modifica"
|
||||
label_modification_plural: "%{count} modifiche"
|
||||
label_revision: Versione
|
||||
label_revision_plural: Versioni
|
||||
label_added: aggiunto
|
||||
|
@ -453,8 +453,8 @@ it:
|
|||
label_sort_lower: Giù
|
||||
label_sort_lowest: Sposta in fondo
|
||||
label_roadmap: Roadmap
|
||||
label_roadmap_due_in: "Da ultimare in {{value}}"
|
||||
label_roadmap_overdue: "{{value}} di ritardo"
|
||||
label_roadmap_due_in: "Da ultimare in %{value}"
|
||||
label_roadmap_overdue: "%{value} di ritardo"
|
||||
label_roadmap_no_issues: Nessuna segnalazione per questa versione
|
||||
label_search: Ricerca
|
||||
label_result_plural: Risultati
|
||||
|
@ -472,8 +472,8 @@ it:
|
|||
label_changes_details: Particolari di tutti i cambiamenti
|
||||
label_issue_tracking: Tracking delle segnalazioni
|
||||
label_spent_time: Tempo impiegato
|
||||
label_f_hour: "{{value}} ora"
|
||||
label_f_hour_plural: "{{value}} ore"
|
||||
label_f_hour: "%{value} ora"
|
||||
label_f_hour_plural: "%{value} ore"
|
||||
label_time_tracking: Tracking del tempo
|
||||
label_change_plural: Modifiche
|
||||
label_statistics: Statistiche
|
||||
|
@ -520,12 +520,12 @@ it:
|
|||
label_date_from: Da
|
||||
label_date_to: A
|
||||
label_language_based: Basato sul linguaggio
|
||||
label_sort_by: "Ordina per {{value}}"
|
||||
label_sort_by: "Ordina per %{value}"
|
||||
label_send_test_email: Invia una email di prova
|
||||
label_feeds_access_key_created_on: "chiave di accesso RSS creata {{value}} fa"
|
||||
label_feeds_access_key_created_on: "chiave di accesso RSS creata %{value} fa"
|
||||
label_module_plural: Moduli
|
||||
label_added_time_by: "Aggiunto da {{author}} {{age}} fa"
|
||||
label_updated_time: "Aggiornato {{value}} fa"
|
||||
label_added_time_by: "Aggiunto da %{author} %{age} fa"
|
||||
label_updated_time: "Aggiornato %{value} fa"
|
||||
label_jump_to_a_project: Vai al progetto...
|
||||
|
||||
button_login: Entra
|
||||
|
@ -575,16 +575,16 @@ it:
|
|||
text_tip_issue_end_day: attività che terminano in questa giornata
|
||||
text_tip_issue_begin_end_day: attività che iniziano e terminano in questa giornata
|
||||
text_project_identifier_info: "Lettere minuscole (a-z), numeri e trattini permessi.<br />Una volta salvato, l'identificativo non può essere modificato."
|
||||
text_caracters_maximum: "massimo {{count}} caratteri."
|
||||
text_length_between: "Lunghezza compresa tra {{min}} e {{max}} caratteri."
|
||||
text_caracters_maximum: "massimo %{count} caratteri."
|
||||
text_length_between: "Lunghezza compresa tra %{min} e %{max} caratteri."
|
||||
text_tracker_no_workflow: Nessun workflow definito per questo tracker
|
||||
text_unallowed_characters: Caratteri non permessi
|
||||
text_comma_separated: Valori multipli permessi (separati da virgole).
|
||||
text_issues_ref_in_commit_messages: Segnalazioni di riferimento e chiusura nei messaggi di commit
|
||||
text_issue_added: "E' stata segnalata l'anomalia {{id}} da {{author}}."
|
||||
text_issue_updated: "L'anomalia {{id}} è stata aggiornata da {{author}}."
|
||||
text_issue_added: "E' stata segnalata l'anomalia %{id} da %{author}."
|
||||
text_issue_updated: "L'anomalia %{id} è stata aggiornata da %{author}."
|
||||
text_wiki_destroy_confirmation: Sicuro di voler eliminare questo wiki e tutti i suoi contenuti?
|
||||
text_issue_category_destroy_question: "Alcune segnalazioni ({{count}}) risultano assegnate a questa categoria. Cosa vuoi fare ?"
|
||||
text_issue_category_destroy_question: "Alcune segnalazioni (%{count}) risultano assegnate a questa categoria. Cosa vuoi fare ?"
|
||||
text_issue_category_destroy_assignments: Rimuovi le assegnazioni a questa categoria
|
||||
text_issue_category_reassign_to: Riassegna segnalazioni a questa categoria
|
||||
|
||||
|
@ -622,7 +622,7 @@ it:
|
|||
notice_no_issue_selected: "Nessuna segnalazione selezionata! Seleziona le segnalazioni che intendi modificare."
|
||||
label_bulk_edit_selected_issues: Modifica massiva delle segnalazioni selezionate
|
||||
label_no_change_option: (Nessuna modifica)
|
||||
notice_failed_to_save_issues: "Impossibile salvare {{count}} segnalazioni su {{total}} selezionate: {{ids}}."
|
||||
notice_failed_to_save_issues: "Impossibile salvare %{count} segnalazioni su %{total} selezionate: %{ids}."
|
||||
label_theme: Tema
|
||||
label_default: Predefinito
|
||||
label_search_titles_only: Cerca solo nei titoli
|
||||
|
@ -634,37 +634,37 @@ it:
|
|||
setting_emails_footer: Piè di pagina email
|
||||
label_float: Decimale
|
||||
button_copy: Copia
|
||||
mail_body_account_information_external: "Puoi utilizzare il tuo account {{value}} per accedere al sistema."
|
||||
mail_body_account_information_external: "Puoi utilizzare il tuo account %{value} per accedere al sistema."
|
||||
mail_body_account_information: Le informazioni riguardanti il tuo account
|
||||
setting_protocol: Protocollo
|
||||
label_user_mail_no_self_notified: "Non voglio notifiche riguardanti modifiche da me apportate"
|
||||
setting_time_format: Formato ora
|
||||
label_registration_activation_by_email: attivazione account via email
|
||||
mail_subject_account_activation_request: "{{value}} richiesta attivazione account"
|
||||
mail_body_account_activation_request: "Un nuovo utente ({{value}}) ha effettuato la registrazione. Il suo account è in attesa di abilitazione da parte tua:"
|
||||
mail_subject_account_activation_request: "%{value} richiesta attivazione account"
|
||||
mail_body_account_activation_request: "Un nuovo utente (%{value}) ha effettuato la registrazione. Il suo account è in attesa di abilitazione da parte tua:"
|
||||
label_registration_automatic_activation: attivazione account automatica
|
||||
label_registration_manual_activation: attivazione account manuale
|
||||
notice_account_pending: "Il tuo account è stato creato ed è in attesa di attivazione da parte dell'amministratore."
|
||||
field_time_zone: Fuso orario
|
||||
text_caracters_minimum: "Deve essere lungo almeno {{count}} caratteri."
|
||||
text_caracters_minimum: "Deve essere lungo almeno %{count} caratteri."
|
||||
setting_bcc_recipients: Destinatari in copia nascosta (bcc)
|
||||
button_annotate: Annota
|
||||
label_issues_by: "Segnalazioni di {{value}}"
|
||||
label_issues_by: "Segnalazioni di %{value}"
|
||||
field_searchable: Ricercabile
|
||||
label_display_per_page: "Per pagina: {{value}}"
|
||||
label_display_per_page: "Per pagina: %{value}"
|
||||
setting_per_page_options: Opzioni oggetti per pagina
|
||||
label_age: Età
|
||||
notice_default_data_loaded: Configurazione predefinita caricata con successo.
|
||||
text_load_default_configuration: Carica la configurazione predefinita
|
||||
text_no_configuration_data: "Ruoli, tracker, stati delle segnalazioni e workflow non sono stati ancora configurati.\nE' vivamente consigliato caricare la configurazione predefinita. Potrai modificarla una volta caricata."
|
||||
error_can_t_load_default_data: "Non è stato possibile caricare la configurazione predefinita : {{value}}"
|
||||
error_can_t_load_default_data: "Non è stato possibile caricare la configurazione predefinita : %{value}"
|
||||
button_update: Aggiorna
|
||||
label_change_properties: Modifica le proprietà
|
||||
label_general: Generale
|
||||
label_repository_plural: Repository
|
||||
label_associated_revisions: Revisioni associate
|
||||
setting_user_format: Formato visualizzazione utenti
|
||||
text_status_changed_by_changeset: "Applicata nel changeset {{value}}."
|
||||
text_status_changed_by_changeset: "Applicata nel changeset %{value}."
|
||||
label_more: Altro
|
||||
text_issues_destroy_confirmation: 'Sei sicuro di voler eliminare le segnalazioni selezionate?'
|
||||
label_scm: SCM
|
||||
|
@ -691,7 +691,7 @@ it:
|
|||
label_ldap_authentication: Autenticazione LDAP
|
||||
label_downloads_abbr: D/L
|
||||
label_this_month: questo mese
|
||||
label_last_n_days: "ultimi {{count}} giorni"
|
||||
label_last_n_days: "ultimi %{count} giorni"
|
||||
label_all_time: sempre
|
||||
label_this_year: quest'anno
|
||||
label_date_range: Intervallo di date
|
||||
|
@ -700,7 +700,7 @@ it:
|
|||
label_last_month: ultimo mese
|
||||
label_add_another_file: Aggiungi un altro file
|
||||
label_optional_description: Descrizione opzionale
|
||||
text_destroy_time_entries_question: "{{hours}} ore risultano spese sulle segnalazioni che stai per eliminare. Cosa vuoi fare ?"
|
||||
text_destroy_time_entries_question: "%{hours} ore risultano spese sulle segnalazioni che stai per eliminare. Cosa vuoi fare ?"
|
||||
error_issue_not_found_in_project: 'La segnalazione non è stata trovata o non appartiene al progetto'
|
||||
text_assign_time_entries_to_project: Assegna le ore segnalate al progetto
|
||||
text_destroy_time_entries: Elimina le ore segnalate
|
||||
|
@ -715,15 +715,15 @@ it:
|
|||
setting_default_projects_public: I nuovi progetti sono pubblici in modo predefinito
|
||||
error_scm_annotate: "L'oggetto non esiste o non può essere annotato."
|
||||
label_planning: Pianificazione
|
||||
text_subprojects_destroy_warning: "Anche i suoi sottoprogetti: {{value}} verranno eliminati."
|
||||
label_and_its_subprojects: "{{value}} ed i suoi sottoprogetti"
|
||||
mail_body_reminder: "{{count}} segnalazioni che ti sono state assegnate scadranno nei prossimi {{days}} giorni:"
|
||||
mail_subject_reminder: "{{count}} segnalazioni in scadenza nei prossimi {{days}} giorni"
|
||||
text_user_wrote: "{{value}} ha scritto:"
|
||||
text_subprojects_destroy_warning: "Anche i suoi sottoprogetti: %{value} verranno eliminati."
|
||||
label_and_its_subprojects: "%{value} ed i suoi sottoprogetti"
|
||||
mail_body_reminder: "%{count} segnalazioni che ti sono state assegnate scadranno nei prossimi %{days} giorni:"
|
||||
mail_subject_reminder: "%{count} segnalazioni in scadenza nei prossimi %{days} giorni"
|
||||
text_user_wrote: "%{value} ha scritto:"
|
||||
label_duplicated_by: duplicato da
|
||||
setting_enabled_scm: SCM abilitato
|
||||
text_enumeration_category_reassign_to: 'Riassegnale a questo valore:'
|
||||
text_enumeration_destroy_question: "{{count}} oggetti hanno un assegnamento su questo valore."
|
||||
text_enumeration_destroy_question: "%{count} oggetti hanno un assegnamento su questo valore."
|
||||
label_incoming_emails: Email in arrivo
|
||||
label_generate_key: Genera una chiave
|
||||
setting_mail_handler_api_enabled: Abilita WS per le email in arrivo
|
||||
|
@ -789,12 +789,12 @@ it:
|
|||
text_repository_usernames_mapping: "Seleziona per aggiornare la corrispondenza tra gli utenti Redmine e quelli presenti nel log del repository.\nGli utenti Redmine e repository con lo stesso note utente o email sono mappati automaticamente."
|
||||
permission_edit_own_messages: Modifica propri messaggi
|
||||
permission_delete_own_messages: Elimina propri messaggi
|
||||
label_user_activity: "attività di {{value}}"
|
||||
label_updated_time_by: "Aggiornato da {{author}} {{age}} fa"
|
||||
label_user_activity: "attività di %{value}"
|
||||
label_updated_time_by: "Aggiornato da %{author} %{age} fa"
|
||||
text_diff_truncated: '... Le differenze sono state troncate perchè superano il limite massimo visualizzabile.'
|
||||
setting_diff_max_lines_displayed: Limite massimo di differenze (linee) mostrate
|
||||
text_plugin_assets_writable: Directory attività dei plugins scrivibile
|
||||
warning_attachments_not_saved: "{{count}} file non possono essere salvati."
|
||||
warning_attachments_not_saved: "%{count} file non possono essere salvati."
|
||||
button_create_and_continue: Crea e continua
|
||||
text_custom_field_possible_values_info: 'Un valore per ogni riga'
|
||||
label_display: Mostra
|
||||
|
@ -809,21 +809,21 @@ it:
|
|||
label_descending: Discendente
|
||||
label_sort: Ordina
|
||||
label_ascending: Ascendente
|
||||
label_date_from_to: Da {{start}} a {{end}}
|
||||
label_date_from_to: Da %{start} a %{end}
|
||||
label_greater_or_equal: ">="
|
||||
label_less_or_equal: <=
|
||||
text_wiki_page_destroy_question: Questa pagina ha {{descendants}} pagine figlie. Cosa ne vuoi fare?
|
||||
text_wiki_page_destroy_question: Questa pagina ha %{descendants} pagine figlie. Cosa ne vuoi fare?
|
||||
text_wiki_page_reassign_children: Riassegna le pagine figlie al padre di questa pagina
|
||||
text_wiki_page_nullify_children: Mantieni le pagine figlie come pagine radice
|
||||
text_wiki_page_destroy_children: Elimina le pagine figlie e tutta la discendenza
|
||||
setting_password_min_length: Lunghezza minima password
|
||||
field_group_by: Raggruppa risultati per
|
||||
mail_subject_wiki_content_updated: "La pagina wiki '{{id}}' è stata aggiornata"
|
||||
mail_subject_wiki_content_updated: "La pagina wiki '%{id}' è stata aggiornata"
|
||||
label_wiki_content_added: Aggiunta pagina al wiki
|
||||
mail_subject_wiki_content_added: "La pagina '{{id}}' è stata aggiunta al wiki"
|
||||
mail_body_wiki_content_added: La pagina '{{id}}' è stata aggiunta al wiki da {{author}}.
|
||||
mail_subject_wiki_content_added: "La pagina '%{id}' è stata aggiunta al wiki"
|
||||
mail_body_wiki_content_added: La pagina '%{id}' è stata aggiunta al wiki da %{author}.
|
||||
label_wiki_content_updated: Aggiornata pagina wiki
|
||||
mail_body_wiki_content_updated: La pagina '{{id}}' wiki è stata aggiornata da{{author}}.
|
||||
mail_body_wiki_content_updated: La pagina '%{id}' wiki è stata aggiornata da%{author}.
|
||||
permission_add_project: Crea progetto
|
||||
setting_new_project_user_role_id: Ruolo assegnato agli utenti non amministratori che creano un progetto
|
||||
label_view_all_revisions: Mostra tutte le revisioni
|
||||
|
@ -831,14 +831,14 @@ it:
|
|||
label_branch: Branch
|
||||
error_no_tracker_in_project: Nessun tracker è associato a questo progetto. Per favore verifica le impostazioni del Progetto.
|
||||
error_no_default_issue_status: Nessuno stato predefinito delle segnalazioni è configurato. Per favore verifica le impostazioni (Vai in "Amministrazione -> Stati segnalazioni").
|
||||
text_journal_changed: "{{label}} modificata da {{old}} a {{new}}"
|
||||
text_journal_set_to: "{{label}} impostata a {{value}}"
|
||||
text_journal_deleted: "{{label}} eliminata ({{old}})"
|
||||
text_journal_changed: "%{label} modificata da %{old} a %{new}"
|
||||
text_journal_set_to: "%{label} impostata a %{value}"
|
||||
text_journal_deleted: "%{label} eliminata (%{old})"
|
||||
label_group_plural: Gruppi
|
||||
label_group: Gruppo
|
||||
label_group_new: Nuovo gruppo
|
||||
label_time_entry_plural: Tempo impiegato
|
||||
text_journal_added: "{{value}} {{label}} aggiunto"
|
||||
text_journal_added: "%{value} %{label} aggiunto"
|
||||
field_active: Attivo
|
||||
enumeration_system_activity: Attività di sistema
|
||||
permission_delete_issue_watchers: Elimina osservatori
|
||||
|
@ -873,9 +873,9 @@ it:
|
|||
setting_start_of_week: Avvia calendari il
|
||||
permission_view_issues: Mostra segnalazioni
|
||||
label_display_used_statuses_only: Mostra solo stati che vengono usati per questo tracker
|
||||
label_revision_id: Revisione {{value}}
|
||||
label_revision_id: Revisione %{value}
|
||||
label_api_access_key: Chiave di accesso API
|
||||
label_api_access_key_created_on: Chiave di accesso API creata {{value}} fa
|
||||
label_api_access_key_created_on: Chiave di accesso API creata %{value} fa
|
||||
label_feeds_access_key: Chiave di accesso RSS
|
||||
notice_api_access_key_reseted: La chiave di accesso API è stata reimpostata.
|
||||
setting_rest_api_enabled: Abilita il servizio web REST
|
||||
|
@ -902,12 +902,12 @@ it:
|
|||
label_subtask_plural: Sottoattività
|
||||
label_project_copy_notifications: Invia notifiche email durante la copia del progetto
|
||||
error_can_not_delete_custom_field: Impossibile eliminare il campo personalizzato
|
||||
error_unable_to_connect: Impossibile connettersi ({{value}})
|
||||
error_unable_to_connect: Impossibile connettersi (%{value})
|
||||
error_can_not_remove_role: Questo ruolo è in uso e non può essere eliminato.
|
||||
error_can_not_delete_tracker: Questo tracker contiene segnalazioni e non può essere eliminato.
|
||||
field_principal: Principale
|
||||
label_my_page_block: La mia pagina di blocco
|
||||
notice_failed_to_save_members: "Impossibile salvare il membro(i): {{errors}}."
|
||||
notice_failed_to_save_members: "Impossibile salvare il membro(i): %{errors}."
|
||||
text_zoom_out: Riduci ingrandimento
|
||||
text_zoom_in: Aumenta ingrandimento
|
||||
notice_unable_delete_time_entry: Impossibile eliminare il valore time log.
|
||||
|
@ -915,7 +915,7 @@ it:
|
|||
field_time_entries: Log time
|
||||
project_module_gantt: Gantt
|
||||
project_module_calendar: Calendar
|
||||
button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}"
|
||||
button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
|
||||
text_are_you_sure_with_children: Delete issue and all child issues?
|
||||
field_text: Text field
|
||||
label_user_mail_option_only_owner: Only for things I am the owner of
|
||||
|
@ -932,7 +932,7 @@ it:
|
|||
field_visible: Visible
|
||||
setting_emails_header: Emails header
|
||||
setting_commit_logtime_activity_id: Activity for logged time
|
||||
text_time_logged_by_changeset: Applied in changeset {{value}}.
|
||||
text_time_logged_by_changeset: Applied in changeset %{value}.
|
||||
setting_commit_logtime_enabled: Enable time logging
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed ({{max}})
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
|
||||
setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
|
||||
|
|
|
@ -36,37 +36,37 @@ ja:
|
|||
half_a_minute: "30秒前後"
|
||||
less_than_x_seconds:
|
||||
one: "1秒以内"
|
||||
other: "{{count}}秒以内"
|
||||
other: "%{count}秒以内"
|
||||
x_seconds:
|
||||
one: "1秒"
|
||||
other: "{{count}}秒"
|
||||
other: "%{count}秒"
|
||||
less_than_x_minutes:
|
||||
one: "1分以内"
|
||||
other: "{{count}}分以内"
|
||||
other: "%{count}分以内"
|
||||
x_minutes:
|
||||
one: "1分"
|
||||
other: "{{count}}分"
|
||||
other: "%{count}分"
|
||||
about_x_hours:
|
||||
one: "約1時間"
|
||||
other: "約{{count}}時間"
|
||||
other: "約%{count}時間"
|
||||
x_days:
|
||||
one: "1日"
|
||||
other: "{{count}}日"
|
||||
other: "%{count}日"
|
||||
about_x_months:
|
||||
one: "約1ヶ月"
|
||||
other: "約{{count}}ヶ月"
|
||||
other: "約%{count}ヶ月"
|
||||
x_months:
|
||||
one: "1ヶ月"
|
||||
other: "{{count}}ヶ月"
|
||||
other: "%{count}ヶ月"
|
||||
about_x_years:
|
||||
one: "約1年"
|
||||
other: "約{{count}}年"
|
||||
other: "約%{count}年"
|
||||
over_x_years:
|
||||
one: "1年以上"
|
||||
other: "{{count}}年以上"
|
||||
other: "%{count}年以上"
|
||||
almost_x_years:
|
||||
one: "ほぼ1年"
|
||||
other: "ほぼ{{count}}年"
|
||||
other: "ほぼ%{count}年"
|
||||
|
||||
number:
|
||||
format:
|
||||
|
@ -116,8 +116,8 @@ ja:
|
|||
errors:
|
||||
template:
|
||||
header:
|
||||
one: "{{model}} にエラーが発生しました。"
|
||||
other: "{{model}} に {{count}} つのエラーが発生しました。"
|
||||
one: "%{model} にエラーが発生しました。"
|
||||
other: "%{model} に %{count} つのエラーが発生しました。"
|
||||
body: "次の項目を確認してください。"
|
||||
|
||||
messages:
|
||||
|
@ -128,17 +128,17 @@ ja:
|
|||
accepted: "を受諾してください。"
|
||||
empty: "を入力してください。"
|
||||
blank: "を入力してください。"
|
||||
too_long: "は{{count}}文字以内で入力してください。"
|
||||
too_short: "は{{count}}文字以上で入力してください。"
|
||||
wrong_length: "は{{count}}文字で入力してください。"
|
||||
too_long: "は%{count}文字以内で入力してください。"
|
||||
too_short: "は%{count}文字以上で入力してください。"
|
||||
wrong_length: "は%{count}文字で入力してください。"
|
||||
taken: "はすでに存在します。"
|
||||
not_a_number: "は数値で入力してください。"
|
||||
not_a_date: "は日付を入力してください。"
|
||||
greater_than: "は{{count}}より大きい値にしてください。"
|
||||
greater_than_or_equal_to: "は{{count}}以上の値にしてください。"
|
||||
equal_to: "は{{count}}にしてください。"
|
||||
less_than: "は{{count}}より小さい値にしてください。"
|
||||
less_than_or_equal_to: "は{{count}}以下の値にしてください。"
|
||||
greater_than: "は%{count}より大きい値にしてください。"
|
||||
greater_than_or_equal_to: "は%{count}以上の値にしてください。"
|
||||
equal_to: "は%{count}にしてください。"
|
||||
less_than: "は%{count}より小さい値にしてください。"
|
||||
less_than_or_equal_to: "は%{count}以下の値にしてください。"
|
||||
odd: "は奇数にしてください。"
|
||||
even: "は偶数にしてください。"
|
||||
greater_than_start_date: "を開始日より後にしてください"
|
||||
|
@ -176,12 +176,12 @@ ja:
|
|||
notice_locking_conflict: 別のユーザがデータを更新しています。
|
||||
notice_not_authorized: このページにアクセスするには認証が必要です。
|
||||
notice_not_authorized_archived_project: プロジェクトは書庫に保存されています。
|
||||
notice_email_sent: "{{value}} 宛にメールを送信しました。"
|
||||
notice_email_error: "メール送信中にエラーが発生しました ({{value}})"
|
||||
notice_email_sent: "%{value} 宛にメールを送信しました。"
|
||||
notice_email_error: "メール送信中にエラーが発生しました (%{value})"
|
||||
notice_feeds_access_key_reseted: RSSアクセスキーを初期化しました。
|
||||
notice_api_access_key_reseted: APIアクセスキーを初期化しました。
|
||||
notice_failed_to_save_issues: "{{total}}件のうち{{count}}件のチケットが保存できませんでした: {{ids}}."
|
||||
notice_failed_to_save_members: "メンバーの保存に失敗しました: {{errors}}."
|
||||
notice_failed_to_save_issues: "%{total}件のうち%{count}件のチケットが保存できませんでした: %{ids}."
|
||||
notice_failed_to_save_members: "メンバーの保存に失敗しました: %{errors}."
|
||||
notice_no_issue_selected: "チケットが選択されていません! 更新対象のチケットを選択してください。"
|
||||
notice_account_pending: アカウントは作成済みで、管理者の承認待ちです。
|
||||
notice_default_data_loaded: デフォルト設定をロードしました。
|
||||
|
@ -189,16 +189,16 @@ ja:
|
|||
notice_unable_delete_time_entry: 作業時間を削除できません
|
||||
notice_issue_done_ratios_updated: チケットの進捗が更新されました。
|
||||
|
||||
error_can_t_load_default_data: "デフォルト設定がロードできませんでした: {{value}}"
|
||||
error_can_t_load_default_data: "デフォルト設定がロードできませんでした: %{value}"
|
||||
error_scm_not_found: リポジトリに、エントリ/リビジョンが存在しません。
|
||||
error_scm_command_failed: "リポジトリへアクセスしようとしてエラーになりました: {{value}}"
|
||||
error_scm_command_failed: "リポジトリへアクセスしようとしてエラーになりました: %{value}"
|
||||
error_scm_annotate: "エントリが存在しない、もしくはアノテートできません。"
|
||||
error_issue_not_found_in_project: 'チケットが見つかりません、もしくはこのプロジェクトに属していません'
|
||||
error_unable_delete_issue_status: "チケットのステータスを削除できませんでした。"
|
||||
error_no_tracker_in_project: 'このプロジェクトにはトラッカーが登録されていません。プロジェクト設定を確認してください。'
|
||||
error_no_default_issue_status: 'デフォルトのチケットステータスが定義されていません。設定を確認してください(管理→チケットのステータス)。'
|
||||
error_can_not_delete_custom_field: 'カスタムフィールドを削除できません。'
|
||||
error_unable_to_connect: "接続できません。 ({{value}})"
|
||||
error_unable_to_connect: "接続できません。 (%{value})"
|
||||
error_can_not_remove_role: 'このロールは使用されています。削除できません。'
|
||||
error_can_not_reopen_issue_on_closed_version: '終了したバージョンにひも付けされたチケットの再オープンはできません。'
|
||||
error_can_not_archive_project: このプロジェクトは書庫に保存できません
|
||||
|
@ -207,25 +207,25 @@ ja:
|
|||
error_workflow_copy_target: 'コピー先となるトラッカーとロールを選択してください'
|
||||
error_can_not_delete_tracker: 'このトラッカーは使用されています。削除できません。'
|
||||
|
||||
warning_attachments_not_saved: "{{count}}個の添付ファイルが保存できませんでした。"
|
||||
warning_attachments_not_saved: "%{count}個の添付ファイルが保存できませんでした。"
|
||||
|
||||
mail_subject_lost_password: "{{value}} パスワード再発行"
|
||||
mail_subject_lost_password: "%{value} パスワード再発行"
|
||||
mail_body_lost_password: 'パスワードを変更するには、以下のリンクをクリックしてください:'
|
||||
mail_subject_register: "{{value}} アカウント登録の確認"
|
||||
mail_subject_register: "%{value} アカウント登録の確認"
|
||||
mail_body_register: 'アカウント登録を完了するには、以下のアドレスをクリックしてください:'
|
||||
mail_body_account_information_external: "{{value}} アカウントを使ってにログインできます。"
|
||||
mail_body_account_information_external: "%{value} アカウントを使ってにログインできます。"
|
||||
mail_body_account_information: アカウント情報
|
||||
mail_subject_account_activation_request: "{{value}} アカウントの承認要求"
|
||||
mail_body_account_activation_request: "新しいユーザ {{value}} が登録されました。このアカウントはあなたの承認待ちです:"
|
||||
mail_subject_reminder: "{{count}}件のチケットの期日が{{days}}日以内に到来します"
|
||||
mail_body_reminder: "{{count}}件の担当チケットの期日が{{days}}日以内に到来します:"
|
||||
mail_subject_wiki_content_added: "Wikiページ {{id}} が追加されました"
|
||||
mail_body_wiki_content_added: "{{author}} によってWikiページ {{id}} が追加されました。"
|
||||
mail_subject_wiki_content_updated: "Wikiページ {{id}} が更新されました"
|
||||
mail_body_wiki_content_updated: "{{author}} によってWikiページ {{id}} が更新されました。"
|
||||
mail_subject_account_activation_request: "%{value} アカウントの承認要求"
|
||||
mail_body_account_activation_request: "新しいユーザ %{value} が登録されました。このアカウントはあなたの承認待ちです:"
|
||||
mail_subject_reminder: "%{count}件のチケットの期日が%{days}日以内に到来します"
|
||||
mail_body_reminder: "%{count}件の担当チケットの期日が%{days}日以内に到来します:"
|
||||
mail_subject_wiki_content_added: "Wikiページ %{id} が追加されました"
|
||||
mail_body_wiki_content_added: "%{author} によってWikiページ %{id} が追加されました。"
|
||||
mail_subject_wiki_content_updated: "Wikiページ %{id} が更新されました"
|
||||
mail_body_wiki_content_updated: "%{author} によってWikiページ %{id} が更新されました。"
|
||||
|
||||
gui_validation_error: 1件のエラー
|
||||
gui_validation_error_plural: "{{count}}件のエラー"
|
||||
gui_validation_error_plural: "%{count}件のエラー"
|
||||
|
||||
field_name: 名称
|
||||
field_description: 説明
|
||||
|
@ -459,14 +459,14 @@ ja:
|
|||
label_x_projects:
|
||||
zero: プロジェクトはありません
|
||||
one: 1プロジェクト
|
||||
other: "{{count}}プロジェクト"
|
||||
other: "%{count}プロジェクト"
|
||||
label_project_all: 全プロジェクト
|
||||
label_project_latest: 最近のプロジェクト
|
||||
label_issue: チケット
|
||||
label_issue_new: 新しいチケット
|
||||
label_issue_plural: チケット
|
||||
label_issue_view_all: 全てのチケットを見る
|
||||
label_issues_by: "{{value}} 別のチケット"
|
||||
label_issues_by: "%{value} 別のチケット"
|
||||
label_issue_added: チケットが追加されました
|
||||
label_issue_updated: チケットが更新されました
|
||||
label_document: 文書
|
||||
|
@ -516,7 +516,7 @@ ja:
|
|||
label_registered_on: 登録日
|
||||
label_activity: 活動
|
||||
label_overall_activity: 全ての活動
|
||||
label_user_activity: "{{value}} の活動"
|
||||
label_user_activity: "%{value} の活動"
|
||||
label_new: 新しく作成
|
||||
label_logged_as: ログイン中:
|
||||
label_environment: 環境
|
||||
|
@ -526,7 +526,7 @@ ja:
|
|||
label_auth_source_plural: 認証方式
|
||||
label_subproject_plural: サブプロジェクト
|
||||
label_subproject_new: 新しいサブプロジェクト
|
||||
label_and_its_subprojects: "{{value}} とサブプロジェクト"
|
||||
label_and_its_subprojects: "%{value} とサブプロジェクト"
|
||||
label_min_max_length: 最小値 - 最大値の長さ
|
||||
label_list: リストから選択
|
||||
label_date: 日付
|
||||
|
@ -537,8 +537,8 @@ ja:
|
|||
label_text: 長いテキスト
|
||||
label_attribute: 属性
|
||||
label_attribute_plural: 属性
|
||||
label_download: "{{count}}ダウンロード"
|
||||
label_download_plural: "{{count}}ダウンロード"
|
||||
label_download: "%{count}ダウンロード"
|
||||
label_download_plural: "%{count}ダウンロード"
|
||||
label_no_data: 表示するデータがありません
|
||||
label_change_status: ステータスの変更
|
||||
label_history: 履歴
|
||||
|
@ -570,17 +570,17 @@ ja:
|
|||
label_closed_issues: 完了
|
||||
label_closed_issues_plural: 完了
|
||||
label_x_open_issues_abbr_on_total:
|
||||
zero: 0件未完了 / 全{{total}}件
|
||||
one: 1件未完了 / 全{{total}}件
|
||||
other: "{{count}}件未完了 / 全{{total}}件"
|
||||
zero: 0件未完了 / 全%{total}件
|
||||
one: 1件未完了 / 全%{total}件
|
||||
other: "%{count}件未完了 / 全%{total}件"
|
||||
label_x_open_issues_abbr:
|
||||
zero: 0件未完了
|
||||
one: 1件未完了
|
||||
other: "{{count}}件未完了"
|
||||
other: "%{count}件未完了"
|
||||
label_x_closed_issues_abbr:
|
||||
zero: 0件完了
|
||||
one: 1件完了
|
||||
other: "{{count}}件完了"
|
||||
other: "%{count}件完了"
|
||||
label_total: 合計
|
||||
label_permissions: 権限
|
||||
label_current_status: 現在のステータス
|
||||
|
@ -598,7 +598,7 @@ ja:
|
|||
label_months_from: ヶ月分
|
||||
label_gantt: ガントチャート
|
||||
label_internal: 内部
|
||||
label_last_changes: "最新の変更 {{count}}件"
|
||||
label_last_changes: "最新の変更 %{count}件"
|
||||
label_change_view_all: 全ての変更を見る
|
||||
label_personalize_page: このページをパーソナライズする
|
||||
label_comment: コメント
|
||||
|
@ -606,7 +606,7 @@ ja:
|
|||
label_x_comments:
|
||||
zero: コメントがありません
|
||||
one: 1コメント
|
||||
other: "{{count}}コメント"
|
||||
other: "%{count}コメント"
|
||||
label_comment_add: コメント追加
|
||||
label_comment_added: 追加されたコメント
|
||||
label_comment_delete: コメント削除
|
||||
|
@ -627,7 +627,7 @@ ja:
|
|||
label_yesterday: 昨日
|
||||
label_this_week: この週
|
||||
label_last_week: 先週
|
||||
label_last_n_days: "最後の{{count}}日間"
|
||||
label_last_n_days: "最後の%{count}日間"
|
||||
label_this_month: 今月
|
||||
label_last_month: 先月
|
||||
label_this_year: 今年
|
||||
|
@ -641,13 +641,13 @@ ja:
|
|||
label_repository: リポジトリ
|
||||
label_repository_plural: リポジトリ
|
||||
label_browse: ブラウズ
|
||||
label_modification: "{{count}}点の変更"
|
||||
label_modification_plural: "{{count}}点の変更"
|
||||
label_modification: "%{count}点の変更"
|
||||
label_modification_plural: "%{count}点の変更"
|
||||
label_branch: ブランチ
|
||||
label_tag: タグ
|
||||
label_revision: リビジョン
|
||||
label_revision_plural: リビジョン
|
||||
label_revision_id: リビジョン {{value}}
|
||||
label_revision_id: リビジョン %{value}
|
||||
label_associated_revisions: 関係しているリビジョン
|
||||
label_added: 追加
|
||||
label_modified: 変更
|
||||
|
@ -664,8 +664,8 @@ ja:
|
|||
label_sort_lower: 下へ
|
||||
label_sort_lowest: 一番下へ
|
||||
label_roadmap: ロードマップ
|
||||
label_roadmap_due_in: "期日まで {{value}}"
|
||||
label_roadmap_overdue: "{{value}} 遅れ"
|
||||
label_roadmap_due_in: "期日まで %{value}"
|
||||
label_roadmap_overdue: "%{value} 遅れ"
|
||||
label_roadmap_no_issues: このバージョンに関するチケットはありません
|
||||
label_search: 検索
|
||||
label_result_plural: 結果
|
||||
|
@ -684,8 +684,8 @@ ja:
|
|||
label_issue_tracking: チケットトラッキング
|
||||
label_spent_time: 作業時間の記録
|
||||
label_overall_spent_time: 全ての作業時間の記録
|
||||
label_f_hour: "{{value}}時間"
|
||||
label_f_hour_plural: "{{value}}時間"
|
||||
label_f_hour: "%{value}時間"
|
||||
label_f_hour_plural: "%{value}時間"
|
||||
label_time_tracking: 時間トラッキング
|
||||
label_change_plural: 変更
|
||||
label_statistics: 統計
|
||||
|
@ -736,15 +736,15 @@ ja:
|
|||
label_date_from: "日付指定: "
|
||||
label_date_to: から
|
||||
label_language_based: 既定の言語の設定に従う
|
||||
label_sort_by: "並び替え {{value}}"
|
||||
label_sort_by: "並び替え %{value}"
|
||||
label_send_test_email: テストメールを送信
|
||||
label_feeds_access_key: RSSアクセスキー
|
||||
label_missing_feeds_access_key: RSSアクセスキーが見つかりません
|
||||
label_feeds_access_key_created_on: "RSSアクセスキーは{{value}}前に作成されました"
|
||||
label_feeds_access_key_created_on: "RSSアクセスキーは%{value}前に作成されました"
|
||||
label_module_plural: モジュール
|
||||
label_added_time_by: "{{author}} が{{age}}前に追加"
|
||||
label_updated_time_by: "{{author}} が{{age}}前に更新"
|
||||
label_updated_time: "{{value}}前に更新"
|
||||
label_added_time_by: "%{author} が%{age}前に追加"
|
||||
label_updated_time_by: "%{author} が%{age}前に更新"
|
||||
label_updated_time: "%{value}前に更新"
|
||||
label_jump_to_a_project: プロジェクトへ移動...
|
||||
label_file_plural: ファイル
|
||||
label_changeset_plural: 更新履歴
|
||||
|
@ -764,7 +764,7 @@ ja:
|
|||
label_registration_activation_by_email: メールでアカウントを有効化
|
||||
label_registration_manual_activation: 手動でアカウントを有効化
|
||||
label_registration_automatic_activation: 自動でアカウントを有効化
|
||||
label_display_per_page: "1ページに: {{value}}"
|
||||
label_display_per_page: "1ページに: %{value}"
|
||||
label_age: 年齢
|
||||
label_change_properties: プロパティの変更
|
||||
label_general: 全般
|
||||
|
@ -787,7 +787,7 @@ ja:
|
|||
label_sort: ソート条件
|
||||
label_ascending: 昇順
|
||||
label_descending: 降順
|
||||
label_date_from_to: "{{start}}から{{end}}まで"
|
||||
label_date_from_to: "%{start}から%{end}まで"
|
||||
label_wiki_content_added: Wikiページが追加されました
|
||||
label_wiki_content_updated: Wikiページが更新されました
|
||||
label_group: グループ
|
||||
|
@ -806,7 +806,7 @@ ja:
|
|||
label_display_used_statuses_only: このトラッカーで使われているステータスのみ表示する
|
||||
label_api_access_key: APIアクセスキー
|
||||
label_missing_api_access_key: APIアクセスキーが見つかりません
|
||||
label_api_access_key_created_on: "APIアクセスキーは{{value}}前に作成されました"
|
||||
label_api_access_key_created_on: "APIアクセスキーは%{value}前に作成されました"
|
||||
label_subtask_plural: 子チケット
|
||||
label_project_copy_notifications: コピーしたチケットのメール通知を送信する
|
||||
label_principal_search: "ユーザまたはグループの検索:"
|
||||
|
@ -822,7 +822,7 @@ ja:
|
|||
button_create_and_continue: 連続作成
|
||||
button_test: テスト
|
||||
button_edit: 編集
|
||||
button_edit_associated_wikipage: "関連するWikiページを編集: {{page_title}}"
|
||||
button_edit_associated_wikipage: "関連するWikiページを編集: %{page_title}"
|
||||
button_add: 追加
|
||||
button_change: 変更
|
||||
button_apply: 適用
|
||||
|
@ -871,54 +871,54 @@ ja:
|
|||
text_regexp_info: 例) ^[A-Z0-9]+$
|
||||
text_min_max_length_info: 0だと無制限になります
|
||||
text_project_destroy_confirmation: 本当にこのプロジェクトと関連データを削除してもよろしいですか?
|
||||
text_subprojects_destroy_warning: "サブプロジェクト {{value}} も削除されます。"
|
||||
text_subprojects_destroy_warning: "サブプロジェクト %{value} も削除されます。"
|
||||
text_workflow_edit: ワークフローを編集するロールとトラッカーを選んでください
|
||||
text_are_you_sure: よろしいですか?
|
||||
text_are_you_sure_with_children: チケットとその子チケット全てを削除しますか?
|
||||
text_journal_changed: "{{label}} を {{old}} から {{new}} に変更"
|
||||
text_journal_set_to: "{{label}} を {{value}} にセット"
|
||||
text_journal_deleted: "{{label}} を削除 ({{old}})"
|
||||
text_journal_added: "{{label}} {{value}} を追加"
|
||||
text_journal_changed: "%{label} を %{old} から %{new} に変更"
|
||||
text_journal_set_to: "%{label} を %{value} にセット"
|
||||
text_journal_deleted: "%{label} を削除 (%{old})"
|
||||
text_journal_added: "%{label} %{value} を追加"
|
||||
text_tip_issue_begin_day: この日に開始するタスク
|
||||
text_tip_issue_end_day: この日に終了するタスク
|
||||
text_tip_issue_begin_end_day: この日のうちに開始して終了するタスク
|
||||
text_project_identifier_info: '英小文字(a-z)と数字とダッシュ(-)が使えます。<br />一度保存すると、識別子は変更できません。'
|
||||
text_caracters_maximum: "最大{{count}}文字です。"
|
||||
text_caracters_minimum: "最低{{count}}文字の長さが必要です"
|
||||
text_length_between: "長さは{{min}}から{{max}}文字までです。"
|
||||
text_caracters_maximum: "最大%{count}文字です。"
|
||||
text_caracters_minimum: "最低%{count}文字の長さが必要です"
|
||||
text_length_between: "長さは%{min}から%{max}文字までです。"
|
||||
text_tracker_no_workflow: このトラッカーにワークフローが定義されていません
|
||||
text_unallowed_characters: 次の文字は使用できません
|
||||
text_comma_separated: (カンマで区切ることで)複数の値を設定できます。
|
||||
text_line_separated: (1行ごとに書くことで)複数の値を設定できます。
|
||||
text_issues_ref_in_commit_messages: コミットメッセージ内でチケットの参照/修正
|
||||
text_issue_added: "チケット {{id}} が {{author}} によって報告されました。"
|
||||
text_issue_updated: "チケット {{id}} が {{author}} によって更新されました。"
|
||||
text_issue_added: "チケット %{id} が %{author} によって報告されました。"
|
||||
text_issue_updated: "チケット %{id} が %{author} によって更新されました。"
|
||||
text_wiki_destroy_confirmation: 本当にこのwikiとその内容の全てを削除しますか?
|
||||
text_issue_category_destroy_question: "{{count}}件のチケットがこのカテゴリに割り当てられています。"
|
||||
text_issue_category_destroy_question: "%{count}件のチケットがこのカテゴリに割り当てられています。"
|
||||
text_issue_category_destroy_assignments: カテゴリの割り当てを削除する
|
||||
text_issue_category_reassign_to: チケットをこのカテゴリに再割り当てする
|
||||
text_user_mail_option: "未選択のプロジェクトでは、ウォッチまたは関係している事柄(例: 自分が報告者もしくは担当者であるチケット)のみメールが送信されます。"
|
||||
text_no_configuration_data: "ロール、トラッカー、チケットのステータス、ワークフローがまだ設定されていません。\nデフォルト設定のロードを強くお勧めします。ロードした後、それを修正することができます。"
|
||||
text_load_default_configuration: デフォルト設定をロード
|
||||
text_status_changed_by_changeset: "更新履歴 {{value}} で適用されました。"
|
||||
text_status_changed_by_changeset: "更新履歴 %{value} で適用されました。"
|
||||
text_issues_destroy_confirmation: '本当に選択したチケットを削除しますか?'
|
||||
text_select_project_modules: 'このプロジェクトで使用するモジュールを選択してください:'
|
||||
text_default_administrator_account_changed: デフォルト管理アカウントが変更済
|
||||
text_file_repository_writable: ファイルリポジトリに書き込み可能
|
||||
text_plugin_assets_writable: Plugin assetsディレクトリに書き込み可能
|
||||
text_rmagick_available: RMagickが使用可能 (オプション)
|
||||
text_destroy_time_entries_question: このチケットの{{hours}}時間分の作業記録の扱いを選択してください。
|
||||
text_destroy_time_entries_question: このチケットの%{hours}時間分の作業記録の扱いを選択してください。
|
||||
text_destroy_time_entries: 記録された作業時間を含めて削除
|
||||
text_assign_time_entries_to_project: 記録された作業時間をプロジェクト自体に割り当て
|
||||
text_reassign_time_entries: '記録された作業時間をこのチケットに再割り当て:'
|
||||
text_user_wrote: "{{value}} は書きました:"
|
||||
text_enumeration_destroy_question: "{{count}}個のオブジェクトがこの値に割り当てられています。"
|
||||
text_user_wrote: "%{value} は書きました:"
|
||||
text_enumeration_destroy_question: "%{count}個のオブジェクトがこの値に割り当てられています。"
|
||||
text_enumeration_category_reassign_to: '次の値に割り当て直す:'
|
||||
text_email_delivery_not_configured: "メールを送信するために必要な設定が行われていないため、メール通知は利用できません。\nconfig/email.ymlでSMTPサーバの設定を行い、アプリケーションを再起動してください。"
|
||||
text_repository_usernames_mapping: "リポジトリのログから検出されたユーザー名をどのRedmineユーザーに関連づけるのか選択してください。\nログ上のユーザー名またはメールアドレスがRedmineのユーザーと一致する場合は自動的に関連づけられます。"
|
||||
text_diff_truncated: '... 差分の行数が表示可能な上限を超えました。超過分は表示しません。'
|
||||
text_custom_field_possible_values_info: '選択肢の値は1行に1個ずつ記述してください。'
|
||||
text_wiki_page_destroy_question: "この親ページの配下に{{descendants}}ページの子孫ページがあります。"
|
||||
text_wiki_page_destroy_question: "この親ページの配下に%{descendants}ページの子孫ページがあります。"
|
||||
text_wiki_page_nullify_children: "子ページをメインページ配下に移動する"
|
||||
text_wiki_page_destroy_children: "配下の子孫ページも削除する"
|
||||
text_wiki_page_reassign_children: "子ページを次の親ページの配下に移動する"
|
||||
|
@ -953,7 +953,7 @@ ja:
|
|||
enumeration_activities: 作業分類 (時間トラッキング)
|
||||
enumeration_system_activity: システム作業分類
|
||||
setting_commit_logtime_activity_id: Activity for logged time
|
||||
text_time_logged_by_changeset: Applied in changeset {{value}}.
|
||||
text_time_logged_by_changeset: Applied in changeset %{value}.
|
||||
setting_commit_logtime_enabled: Enable time logging
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed ({{max}})
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
|
||||
setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
|
||||
|
|
|
@ -37,37 +37,37 @@ ko:
|
|||
half_a_minute: "30초"
|
||||
less_than_x_seconds:
|
||||
one: "일초 이하"
|
||||
other: "{{count}}초 이하"
|
||||
other: "%{count}초 이하"
|
||||
x_seconds:
|
||||
one: "일초"
|
||||
other: "{{count}}초"
|
||||
other: "%{count}초"
|
||||
less_than_x_minutes:
|
||||
one: "일분 이하"
|
||||
other: "{{count}}분 이하"
|
||||
other: "%{count}분 이하"
|
||||
x_minutes:
|
||||
one: "일분"
|
||||
other: "{{count}}분"
|
||||
other: "%{count}분"
|
||||
about_x_hours:
|
||||
one: "약 한시간"
|
||||
other: "약 {{count}}시간"
|
||||
other: "약 %{count}시간"
|
||||
x_days:
|
||||
one: "하루"
|
||||
other: "{{count}}일"
|
||||
other: "%{count}일"
|
||||
about_x_months:
|
||||
one: "약 한달"
|
||||
other: "약 {{count}}달"
|
||||
other: "약 %{count}달"
|
||||
x_months:
|
||||
one: "한달"
|
||||
other: "{{count}}달"
|
||||
other: "%{count}달"
|
||||
about_x_years:
|
||||
one: "약 일년"
|
||||
other: "약 {{count}}년"
|
||||
other: "약 %{count}년"
|
||||
over_x_years:
|
||||
one: "일년 이상"
|
||||
other: "{{count}}년 이상"
|
||||
other: "%{count}년 이상"
|
||||
almost_x_years:
|
||||
one: "약 1년"
|
||||
other: "약 {{count}}년"
|
||||
other: "약 %{count}년"
|
||||
prompts:
|
||||
year: "년"
|
||||
month: "월"
|
||||
|
@ -145,8 +145,8 @@ ko:
|
|||
errors:
|
||||
template:
|
||||
header:
|
||||
one: "한개의 오류가 발생해 {{model}}을(를) 저장하지 않았습니다."
|
||||
other: "{{count}}개의 오류가 발생해 {{model}}을(를) 저장하지 않았습니다."
|
||||
one: "한개의 오류가 발생해 %{model}을(를) 저장하지 않았습니다."
|
||||
other: "%{count}개의 오류가 발생해 %{model}을(를) 저장하지 않았습니다."
|
||||
# The variable :count is also available
|
||||
body: "다음 항목에 문제가 발견했습니다:"
|
||||
|
||||
|
@ -158,16 +158,16 @@ ko:
|
|||
accepted: "은 인정되어야 합니다"
|
||||
empty: "은 길이가 0이어서는 안됩니다."
|
||||
blank: "은 빈 값이어서는 안 됩니다"
|
||||
too_long: "은 너무 깁니다 (최대 {{count}}자 까지)"
|
||||
too_short: "은 너무 짧습니다 (최소 {{count}}자 까지)"
|
||||
wrong_length: "은 길이가 틀렸습니다 ({{count}}자이어야 합니다.)"
|
||||
too_long: "은 너무 깁니다 (최대 %{count}자 까지)"
|
||||
too_short: "은 너무 짧습니다 (최소 %{count}자 까지)"
|
||||
wrong_length: "은 길이가 틀렸습니다 (%{count}자이어야 합니다.)"
|
||||
taken: "은 이미 선택된 겁니다"
|
||||
not_a_number: "은 숫자가 아닙니다"
|
||||
greater_than: "은 {{count}}보다 커야 합니다."
|
||||
greater_than_or_equal_to: "은 {{count}}보다 크거나 같아야 합니다"
|
||||
equal_to: "은 {{count}}(와)과 같아야 합니다"
|
||||
less_than: "은 {{count}}보다 작어야 합니다"
|
||||
less_than_or_equal_to: "은 {{count}}과 같거나 이하을 요구합니다"
|
||||
greater_than: "은 %{count}보다 커야 합니다."
|
||||
greater_than_or_equal_to: "은 %{count}보다 크거나 같아야 합니다"
|
||||
equal_to: "은 %{count}(와)과 같아야 합니다"
|
||||
less_than: "은 %{count}보다 작어야 합니다"
|
||||
less_than_or_equal_to: "은 %{count}과 같거나 이하을 요구합니다"
|
||||
odd: "은 홀수여야 합니다"
|
||||
even: "은 짝수여야 합니다"
|
||||
greater_than_start_date: "는 시작날짜보다 커야 합니다"
|
||||
|
@ -204,40 +204,40 @@ ko:
|
|||
notice_file_not_found: 요청하신 페이지는 삭제되었거나 옮겨졌습니다.
|
||||
notice_locking_conflict: 다른 사용자에 의해서 데이터가 변경되었습니다.
|
||||
notice_not_authorized: 이 페이지에 접근할 권한이 없습니다.
|
||||
notice_email_sent: "{{value}}님에게 메일이 발송되었습니다."
|
||||
notice_email_error: "메일을 전송하는 과정에 오류가 발생했습니다. ({{value}})"
|
||||
notice_email_sent: "%{value}님에게 메일이 발송되었습니다."
|
||||
notice_email_error: "메일을 전송하는 과정에 오류가 발생했습니다. (%{value})"
|
||||
notice_feeds_access_key_reseted: RSS에 접근가능한 열쇠(key)가 생성되었습니다.
|
||||
notice_failed_to_save_issues: "저장에 실패하였습니다: 실패 {{count}}(선택 {{total}}): {{ids}}."
|
||||
notice_failed_to_save_issues: "저장에 실패하였습니다: 실패 %{count}(선택 %{total}): %{ids}."
|
||||
notice_no_issue_selected: "일감이 선택되지 않았습니다. 수정하기 원하는 일감을 선택하세요"
|
||||
notice_account_pending: "계정이 만들어졌으며 관리자 승인 대기중입니다."
|
||||
notice_default_data_loaded: 기본값을 성공적으로 읽어들였습니다.
|
||||
notice_unable_delete_version: 삭제할 수 없는 버전입니다.
|
||||
|
||||
error_can_t_load_default_data: "기본값을 읽어들일 수 없습니다.: {{value}}"
|
||||
error_can_t_load_default_data: "기본값을 읽어들일 수 없습니다.: %{value}"
|
||||
error_scm_not_found: 항목이나 리비젼이 저장소에 존재하지 않습니다.
|
||||
error_scm_command_failed: "저장소에 접근하는 도중에 오류가 발생하였습니다.: {{value}}"
|
||||
error_scm_command_failed: "저장소에 접근하는 도중에 오류가 발생하였습니다.: %{value}"
|
||||
error_scm_annotate: "항목이 없거나 행별 이력을 볼 수 없습니다."
|
||||
error_issue_not_found_in_project: '일감이 없거나 이 프로젝트의 것이 아닙니다.'
|
||||
|
||||
warning_attachments_not_saved: "{{count}}개 파일을 저장할 수 없습니다."
|
||||
warning_attachments_not_saved: "%{count}개 파일을 저장할 수 없습니다."
|
||||
|
||||
mail_subject_lost_password: "{{value}} 비밀번호"
|
||||
mail_subject_lost_password: "%{value} 비밀번호"
|
||||
mail_body_lost_password: '비밀번호를 변경하려면 다음 링크를 클릭하세요.'
|
||||
mail_subject_register: "{{value}} 계정 활성화"
|
||||
mail_subject_register: "%{value} 계정 활성화"
|
||||
mail_body_register: '계정을 활성화하려면 링크를 클릭하세요.:'
|
||||
mail_body_account_information_external: "로그인할 때 {{value}} 계정을 사용하실 수 있습니다."
|
||||
mail_body_account_information_external: "로그인할 때 %{value} 계정을 사용하실 수 있습니다."
|
||||
mail_body_account_information: 계정 정보
|
||||
mail_subject_account_activation_request: "{{value}} 계정 활성화 요청"
|
||||
mail_body_account_activation_request: "새 사용자({{value}})가 등록되었습니다. 관리자님의 승인을 기다리고 있습니다.:"
|
||||
mail_body_reminder: "당신이 맡고 있는 일감 {{count}}개의 완료 기한이 {{days}}일 후 입니다."
|
||||
mail_subject_reminder: "내일이 만기인 일감 {{count}}개 ({{days}})"
|
||||
mail_subject_wiki_content_added: "위키페이지 '{{id}}'이(가) 추가되었습니다."
|
||||
mail_subject_wiki_content_updated: "'위키페이지 {{id}}'이(가) 수정되었습니다."
|
||||
mail_body_wiki_content_added: "{{author}}이(가) 위키페이지 '{{id}}'을(를) 추가하였습니다."
|
||||
mail_body_wiki_content_updated: "{{author}}이(가) 위키페이지 '{{id}}'을(를) 수정하였습니다."
|
||||
mail_subject_account_activation_request: "%{value} 계정 활성화 요청"
|
||||
mail_body_account_activation_request: "새 사용자(%{value})가 등록되었습니다. 관리자님의 승인을 기다리고 있습니다.:"
|
||||
mail_body_reminder: "당신이 맡고 있는 일감 %{count}개의 완료 기한이 %{days}일 후 입니다."
|
||||
mail_subject_reminder: "내일이 만기인 일감 %{count}개 (%{days})"
|
||||
mail_subject_wiki_content_added: "위키페이지 '%{id}'이(가) 추가되었습니다."
|
||||
mail_subject_wiki_content_updated: "'위키페이지 %{id}'이(가) 수정되었습니다."
|
||||
mail_body_wiki_content_added: "%{author}이(가) 위키페이지 '%{id}'을(를) 추가하였습니다."
|
||||
mail_body_wiki_content_updated: "%{author}이(가) 위키페이지 '%{id}'을(를) 수정하였습니다."
|
||||
|
||||
gui_validation_error: 에러
|
||||
gui_validation_error_plural: "{{count}}개 에러"
|
||||
gui_validation_error_plural: "%{count}개 에러"
|
||||
|
||||
field_name: 이름
|
||||
field_description: 설명
|
||||
|
@ -441,14 +441,14 @@ ko:
|
|||
label_x_projects:
|
||||
zero: 없음
|
||||
one: "한 프로젝트"
|
||||
other: "{{count}}개 프로젝트"
|
||||
other: "%{count}개 프로젝트"
|
||||
label_project_all: 모든 프로젝트
|
||||
label_project_latest: 최근 프로젝트
|
||||
label_issue: 일감
|
||||
label_issue_new: 새 일감만들기
|
||||
label_issue_plural: 일감
|
||||
label_issue_view_all: 모든 일감 보기
|
||||
label_issues_by: "{{value}}별 일감"
|
||||
label_issues_by: "%{value}별 일감"
|
||||
label_issue_added: 일감 추가
|
||||
label_issue_updated: 일감 수정
|
||||
label_document: 문서
|
||||
|
@ -497,7 +497,7 @@ ko:
|
|||
label_registered_on: 등록시각
|
||||
label_activity: 작업내역
|
||||
label_overall_activity: 전체 작업내역
|
||||
label_user_activity: "{{value}}의 작업내역"
|
||||
label_user_activity: "%{value}의 작업내역"
|
||||
label_new: 새로 만들기
|
||||
label_logged_as: '로그인계정:'
|
||||
label_environment: 환경
|
||||
|
@ -506,7 +506,7 @@ ko:
|
|||
label_auth_source_new: 새 인증 공급자
|
||||
label_auth_source_plural: 인증 공급자
|
||||
label_subproject_plural: 하위 프로젝트
|
||||
label_and_its_subprojects: "{{value}}와 하위 프로젝트들"
|
||||
label_and_its_subprojects: "%{value}와 하위 프로젝트들"
|
||||
label_min_max_length: 최소 - 최대 길이
|
||||
label_list: 목록
|
||||
label_date: 날짜
|
||||
|
@ -517,8 +517,8 @@ ko:
|
|||
label_text: 텍스트
|
||||
label_attribute: 속성
|
||||
label_attribute_plural: 속성
|
||||
label_download: "{{count}}회 다운로드"
|
||||
label_download_plural: "{{count}}회 다운로드"
|
||||
label_download: "%{count}회 다운로드"
|
||||
label_download_plural: "%{count}회 다운로드"
|
||||
label_no_data: 표시할 데이터가 없습니다.
|
||||
label_change_status: 상태 변경
|
||||
label_history: 이력
|
||||
|
@ -549,17 +549,17 @@ ko:
|
|||
label_closed_issues: 완료됨
|
||||
label_closed_issues_plural: 완료됨
|
||||
label_x_open_issues_abbr_on_total:
|
||||
zero: "총 {{total}} 건 모두 완료"
|
||||
one: "한 건 진행 중 / 총 {{total}} 건 중 "
|
||||
other: "{{count}} 건 진행 중 / 총 {{total}} 건"
|
||||
zero: "총 %{total} 건 모두 완료"
|
||||
one: "한 건 진행 중 / 총 %{total} 건 중 "
|
||||
other: "%{count} 건 진행 중 / 총 %{total} 건"
|
||||
label_x_open_issues_abbr:
|
||||
zero: 모두 완료
|
||||
one: 한 건 진행 중
|
||||
other: "{{count}} 건 진행 중"
|
||||
other: "%{count} 건 진행 중"
|
||||
label_x_closed_issues_abbr:
|
||||
zero: 모두 미완료
|
||||
one: 한 건 완료
|
||||
other: "{{count}} 건 완료"
|
||||
other: "%{count} 건 완료"
|
||||
label_total: 합계
|
||||
label_permissions: 권한
|
||||
label_current_status: 일감 상태
|
||||
|
@ -577,7 +577,7 @@ ko:
|
|||
label_months_from: 개월 동안 | 다음부터
|
||||
label_gantt: Gantt 챠트
|
||||
label_internal: 내부
|
||||
label_last_changes: "최근 {{count}}개의 변경사항"
|
||||
label_last_changes: "최근 %{count}개의 변경사항"
|
||||
label_change_view_all: 모든 변경 내역 보기
|
||||
label_personalize_page: 입맛대로 구성하기
|
||||
label_comment: 댓글
|
||||
|
@ -585,7 +585,7 @@ ko:
|
|||
label_x_comments:
|
||||
zero: 댓글 없음
|
||||
one: 한 개의 댓글
|
||||
other: "{{count}} 개의 댓글"
|
||||
other: "%{count} 개의 댓글"
|
||||
label_comment_add: 댓글 추가
|
||||
label_comment_added: 댓글이 추가되었습니다.
|
||||
label_comment_delete: 댓글 삭제
|
||||
|
@ -606,7 +606,7 @@ ko:
|
|||
label_yesterday: 어제
|
||||
label_this_week: 이번주
|
||||
label_last_week: 지난 주
|
||||
label_last_n_days: "지난 {{count}} 일"
|
||||
label_last_n_days: "지난 %{count} 일"
|
||||
label_this_month: 이번 달
|
||||
label_last_month: 지난 달
|
||||
label_this_year: 올해
|
||||
|
@ -620,8 +620,8 @@ ko:
|
|||
label_repository: 저장소
|
||||
label_repository_plural: 저장소
|
||||
label_browse: 저장소 둘러보기
|
||||
label_modification: "{{count}} 변경"
|
||||
label_modification_plural: "{{count}} 변경"
|
||||
label_modification: "%{count} 변경"
|
||||
label_modification_plural: "%{count} 변경"
|
||||
label_revision: 개정판
|
||||
label_revision_plural: 개정판
|
||||
label_associated_revisions: 관련된 개정판들
|
||||
|
@ -639,8 +639,8 @@ ko:
|
|||
label_sort_lower: 아래로
|
||||
label_sort_lowest: 맨 아래로
|
||||
label_roadmap: 로드맵
|
||||
label_roadmap_due_in: "기한 {{value}}"
|
||||
label_roadmap_overdue: "{{value}} 지연"
|
||||
label_roadmap_due_in: "기한 %{value}"
|
||||
label_roadmap_overdue: "%{value} 지연"
|
||||
label_roadmap_no_issues: 이 버전에 해당하는 일감 없음
|
||||
label_search: 검색
|
||||
label_result_plural: 결과
|
||||
|
@ -658,8 +658,8 @@ ko:
|
|||
label_changes_details: 모든 상세 변경 내역
|
||||
label_issue_tracking: 일감 추적
|
||||
label_spent_time: 소요 시간
|
||||
label_f_hour: "{{value}} 시간"
|
||||
label_f_hour_plural: "{{value}} 시간"
|
||||
label_f_hour: "%{value} 시간"
|
||||
label_f_hour_plural: "%{value} 시간"
|
||||
label_time_tracking: 시간추적
|
||||
label_change_plural: 변경사항들
|
||||
label_statistics: 통계
|
||||
|
@ -708,13 +708,13 @@ ko:
|
|||
label_date_from: '기간:'
|
||||
label_date_to: ' ~ '
|
||||
label_language_based: 언어설정에 따름
|
||||
label_sort_by: "{{value}}(으)로 정렬"
|
||||
label_sort_by: "%{value}(으)로 정렬"
|
||||
label_send_test_email: 테스트 메일 보내기
|
||||
label_feeds_access_key_created_on: "피드 접근 키가 {{value}} 이전에 생성되었습니다."
|
||||
label_feeds_access_key_created_on: "피드 접근 키가 %{value} 이전에 생성되었습니다."
|
||||
label_module_plural: 모듈
|
||||
label_added_time_by: "{{author}}이(가) {{age}} 전에 추가함"
|
||||
label_updated_time_by: "{{author}}이(가) {{age}} 전에 변경"
|
||||
label_updated_time: "{{value}} 전에 수정됨"
|
||||
label_added_time_by: "%{author}이(가) %{age} 전에 추가함"
|
||||
label_updated_time_by: "%{author}이(가) %{age} 전에 변경"
|
||||
label_updated_time: "%{value} 전에 수정됨"
|
||||
label_jump_to_a_project: 프로젝트 바로가기
|
||||
label_file_plural: 파일
|
||||
label_changeset_plural: 변경묶음
|
||||
|
@ -730,7 +730,7 @@ ko:
|
|||
label_registration_activation_by_email: 메일로 계정을 활성화하기
|
||||
label_registration_automatic_activation: 자동 계정 활성화
|
||||
label_registration_manual_activation: 수동 계정 활성화
|
||||
label_display_per_page: "페이지당 줄수: {{value}}"
|
||||
label_display_per_page: "페이지당 줄수: %{value}"
|
||||
label_age: 마지막 수정일
|
||||
label_change_properties: 속성 변경
|
||||
label_general: 일반
|
||||
|
@ -753,7 +753,7 @@ ko:
|
|||
label_sort: 정렬
|
||||
label_ascending: 오름차순
|
||||
label_descending: 내림차순
|
||||
label_date_from_to: "{{start}}부터 {{end}}까지"
|
||||
label_date_from_to: "%{start}부터 %{end}까지"
|
||||
label_wiki_content_added: 위키페이지 추가
|
||||
label_wiki_content_updated: 위키페이지 수정
|
||||
|
||||
|
@ -805,48 +805,48 @@ ko:
|
|||
text_regexp_info: 예) ^[A-Z0-9]+$
|
||||
text_min_max_length_info: 0 는 제한이 없음을 의미함
|
||||
text_project_destroy_confirmation: 이 프로젝트를 삭제하고 모든 데이터를 지우시겠습니까?
|
||||
text_subprojects_destroy_warning: "하위 프로젝트({{value}})이(가) 자동으로 지워질 것입니다."
|
||||
text_subprojects_destroy_warning: "하위 프로젝트(%{value})이(가) 자동으로 지워질 것입니다."
|
||||
text_workflow_edit: 업무흐름 수정하려면 역할과 일감유형을 선택하세요.
|
||||
text_are_you_sure: 계속 진행 하시겠습니까?
|
||||
text_tip_issue_begin_day: 오늘 시작하는 업무(task)
|
||||
text_tip_issue_end_day: 오늘 종료하는 업무(task)
|
||||
text_tip_issue_begin_end_day: 오늘 시작하고 종료하는 업무(task)
|
||||
text_project_identifier_info: '영문 소문자(a-z) 및 숫자, 대쉬(-) 가능.<br />저장된후에는 식별자 변경 불가능.'
|
||||
text_caracters_maximum: "최대 {{count}} 글자 가능"
|
||||
text_caracters_minimum: "최소한 {{count}} 글자 이상이어야 합니다."
|
||||
text_length_between: "{{min}} 에서 {{max}} 글자"
|
||||
text_caracters_maximum: "최대 %{count} 글자 가능"
|
||||
text_caracters_minimum: "최소한 %{count} 글자 이상이어야 합니다."
|
||||
text_length_between: "%{min} 에서 %{max} 글자"
|
||||
text_tracker_no_workflow: 이 일감 유형에는 업무흐름이 정의되지 않았습니다.
|
||||
text_unallowed_characters: 허용되지 않는 문자열
|
||||
text_comma_separated: "구분자','를 이용해서 여러 개의 값을 입력할 수 있습니다."
|
||||
text_issues_ref_in_commit_messages: 제출 메시지에서 일감을 참조하거나 해결하기
|
||||
text_issue_added: "{{author}}이(가) 일감 {{id}}을(를) 보고하였습니다."
|
||||
text_issue_updated: "{{author}}이(가) 일감 {{id}}을(를) 수정하였습니다."
|
||||
text_issue_added: "%{author}이(가) 일감 %{id}을(를) 보고하였습니다."
|
||||
text_issue_updated: "%{author}이(가) 일감 %{id}을(를) 수정하였습니다."
|
||||
text_wiki_destroy_confirmation: 이 위키와 모든 내용을 지우시겠습니까?
|
||||
text_issue_category_destroy_question: "일부 일감들({{count}}개)이 이 범주에 지정되어 있습니다. 어떻게 하시겠습니까?"
|
||||
text_issue_category_destroy_question: "일부 일감들(%{count}개)이 이 범주에 지정되어 있습니다. 어떻게 하시겠습니까?"
|
||||
text_issue_category_destroy_assignments: 범주 지정 지우기
|
||||
text_issue_category_reassign_to: 일감을 이 범주에 다시 지정하기
|
||||
text_user_mail_option: "선택하지 않은 프로젝트에서도, 지켜보는 중이거나 속해있는 사항(일감을 발행했거나 할당된 경우)이 있으면 알림메일을 받게 됩니다."
|
||||
text_no_configuration_data: "역할, 일감 유형, 일감 상태들과 업무흐름이 아직 설정되지 않았습니다.\n기본 설정을 읽어들이는 것을 권장합니다. 읽어들인 후에 수정할 수 있습니다."
|
||||
text_load_default_configuration: 기본 설정을 읽어들이기
|
||||
text_status_changed_by_changeset: "변경묶음 {{value}}에 의하여 변경됨"
|
||||
text_status_changed_by_changeset: "변경묶음 %{value}에 의하여 변경됨"
|
||||
text_issues_destroy_confirmation: '선택한 일감을 정말로 삭제하시겠습니까?'
|
||||
text_select_project_modules: '이 프로젝트에서 활성화시킬 모듈을 선택하세요:'
|
||||
text_default_administrator_account_changed: 기본 관리자 계정이 변경
|
||||
text_file_repository_writable: 파일 저장소 쓰기 가능
|
||||
text_plugin_assets_writable: 플러그인 전용 디렉토리가 쓰기 가능
|
||||
text_rmagick_available: RMagick 사용 가능 (선택적)
|
||||
text_destroy_time_entries_question: 삭제하려는 일감에 {{hours}} 시간이 보고되어 있습니다. 어떻게 하시겠습니까?
|
||||
text_destroy_time_entries_question: 삭제하려는 일감에 %{hours} 시간이 보고되어 있습니다. 어떻게 하시겠습니까?
|
||||
text_destroy_time_entries: 보고된 시간을 삭제하기
|
||||
text_assign_time_entries_to_project: 보고된 시간을 프로젝트에 할당하기
|
||||
text_reassign_time_entries: '이 알림에 보고된 시간을 재할당하기:'
|
||||
text_user_wrote: "{{value}}의 덧글:"
|
||||
text_user_wrote: "%{value}의 덧글:"
|
||||
text_enumeration_category_reassign_to: '새로운 값을 설정:'
|
||||
text_enumeration_destroy_question: "{{count}} 개의 일감이 이 값을 사용하고 있습니다."
|
||||
text_enumeration_destroy_question: "%{count} 개의 일감이 이 값을 사용하고 있습니다."
|
||||
text_email_delivery_not_configured: "이메일 전달이 설정되지 않았습니다. 그래서 알림이 비활성화되었습니다.\n SMTP서버를 config/email.yml에서 설정하고 어플리케이션을 다시 시작하십시오. 그러면 동작합니다."
|
||||
text_repository_usernames_mapping: "저장소 로그에서 발견된 각 사용자에 레드마인 사용자를 업데이트할때 선택합니다.\n레드마인과 저장소의 이름이나 이메일이 같은 사용자가 자동으로 연결됩니다."
|
||||
text_diff_truncated: '... 이 차이점은 표시할 수 있는 최대 줄수를 초과해서 이 차이점은 잘렸습니다.'
|
||||
text_custom_field_possible_values_info: '각 값 당 한 줄'
|
||||
text_wiki_page_destroy_question: 이 페이지는 {{descendants}} 개의 하위 페이지와 관련 내용이 있습니다. 이 내용을 어떻게 하시겠습니까?
|
||||
text_wiki_page_destroy_question: 이 페이지는 %{descendants} 개의 하위 페이지와 관련 내용이 있습니다. 이 내용을 어떻게 하시겠습니까?
|
||||
text_wiki_page_nullify_children: 하위 페이지를 최상위 페이지 아래로 지정
|
||||
text_wiki_page_destroy_children: 모든 하위 페이지와 관련 내용을 삭제
|
||||
text_wiki_page_reassign_children: 하위 페이지를 이 페이지 아래로 지정
|
||||
|
@ -883,14 +883,14 @@ ko:
|
|||
label_branch: 분기(分岐)저장소
|
||||
error_no_tracker_in_project: 사용할 수 있도록 설정된 일감 유형이 없습니다. 프로젝트 설정을 확인하십시오.
|
||||
error_no_default_issue_status: '기본 상태가 정해져 있지 않습니다. 설정을 확인하십시오. (주 메뉴의 "관리" -> "일감 상태")'
|
||||
text_journal_changed: "{{label}}을(를) {{old}}에서 {{new}}(으)로 변경되었습니다."
|
||||
text_journal_set_to: "{{label}}을(를) {{value}}(으)로 지정되었습니다."
|
||||
text_journal_deleted: "{{label}} 값이 지워졌습니다. ({{old}})"
|
||||
text_journal_changed: "%{label}을(를) %{old}에서 %{new}(으)로 변경되었습니다."
|
||||
text_journal_set_to: "%{label}을(를) %{value}(으)로 지정되었습니다."
|
||||
text_journal_deleted: "%{label} 값이 지워졌습니다. (%{old})"
|
||||
label_group_plural: 그룹
|
||||
label_group: 그룹
|
||||
label_group_new: 새 그룹
|
||||
label_time_entry_plural: 작업시간
|
||||
text_journal_added: "{{label}}에 {{value}}이(가) 추가되었습니다."
|
||||
text_journal_added: "%{label}에 %{value}이(가) 추가되었습니다."
|
||||
field_active: 사용중
|
||||
enumeration_system_activity: 시스템 작업
|
||||
permission_delete_issue_watchers: 일감지킴이 지우기
|
||||
|
@ -925,9 +925,9 @@ ko:
|
|||
setting_start_of_week: 달력 시작 요일
|
||||
permission_view_issues: 일감 보기
|
||||
label_display_used_statuses_only: 이 일감유형에서 사용되는 상태만 보여주기
|
||||
label_revision_id: 개정판 {{value}}
|
||||
label_revision_id: 개정판 %{value}
|
||||
label_api_access_key: API 접근키
|
||||
label_api_access_key_created_on: API 접근키가 {{value}} 전에 생성되었습니다.
|
||||
label_api_access_key_created_on: API 접근키가 %{value} 전에 생성되었습니다.
|
||||
label_feeds_access_key: RSS 접근키
|
||||
notice_api_access_key_reseted: API 접근키가 초기화되었습니다.
|
||||
setting_rest_api_enabled: REST 웹서비스 활성화
|
||||
|
@ -954,12 +954,12 @@ ko:
|
|||
label_subtask_plural: 하위 일감
|
||||
label_project_copy_notifications: 프로젝트 복사 중에 이메일 알림 보내기
|
||||
error_can_not_delete_custom_field: 사용자 정의 필드를 삭제할 수 없습니다.
|
||||
error_unable_to_connect: 연결할 수 없습니다(({{value}})
|
||||
error_unable_to_connect: 연결할 수 없습니다((%{value})
|
||||
error_can_not_remove_role: 이 역할은 현재 사용 중이이서 삭제할 수 없습니다.
|
||||
error_can_not_delete_tracker: 이 유형의 일감들이 있어서 삭제할 수 없습니다.
|
||||
field_principal: 신원
|
||||
label_my_page_block: 내 페이지 출력화면
|
||||
notice_failed_to_save_members: "{{errors}}:구성원을 저장 중 실패하였습니다"
|
||||
notice_failed_to_save_members: "%{errors}:구성원을 저장 중 실패하였습니다"
|
||||
text_zoom_out: 더 작게
|
||||
text_zoom_in: 더 크게
|
||||
notice_unable_delete_time_entry: 시간 기록 항목을 삭제할 수 없습니다.
|
||||
|
@ -967,7 +967,7 @@ ko:
|
|||
field_time_entries: 기록된 시간
|
||||
project_module_gantt: Gantt 챠트
|
||||
project_module_calendar: 달력
|
||||
button_edit_associated_wikipage: "연관된 위키 페이지 {{page_title}} 수정"
|
||||
button_edit_associated_wikipage: "연관된 위키 페이지 %{page_title} 수정"
|
||||
text_are_you_sure_with_children: 일감과 모든 하위 일감들을 삭제하시겠습니까?
|
||||
field_text: 텍스트 영역
|
||||
label_user_mail_option_only_owner: 내가 저자인 사항만
|
||||
|
@ -984,7 +984,7 @@ ko:
|
|||
field_visible: 보이기
|
||||
setting_emails_header: 이메일 헤더
|
||||
setting_commit_logtime_activity_id: 기록된 시간에 적용할 작업분류
|
||||
text_time_logged_by_changeset: "변경묶음 {{value}}에서 적용되었습니다."
|
||||
text_time_logged_by_changeset: "변경묶음 %{value}에서 적용되었습니다."
|
||||
setting_commit_logtime_enabled: 커밋 시점에 작업 시간 기록 활성화
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed ({{max}})
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
|
||||
setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
|
||||
|
|
|
@ -37,42 +37,42 @@ lt:
|
|||
distance_in_words:
|
||||
half_a_minute: "pusė minutės"
|
||||
less_than_x_seconds:
|
||||
one: "mažiau nei {{count}} sekundė"
|
||||
few: "mažiau nei {{count}} sekundžių"
|
||||
many: "mažiau nei {{count}} sekundžių"
|
||||
other: "mažiau nei {{count}} sekundės"
|
||||
one: "mažiau nei %{count} sekundė"
|
||||
few: "mažiau nei %{count} sekundžių"
|
||||
many: "mažiau nei %{count} sekundžių"
|
||||
other: "mažiau nei %{count} sekundės"
|
||||
x_seconds:
|
||||
one: "{{count}} sekundė"
|
||||
few: "{{count}} sekundžių"
|
||||
many: "{{count}} sekundžių"
|
||||
other: "{{count}} sekundės"
|
||||
one: "%{count} sekundė"
|
||||
few: "%{count} sekundžių"
|
||||
many: "%{count} sekundžių"
|
||||
other: "%{count} sekundės"
|
||||
less_than_x_minutes:
|
||||
one: "mažiau nei minutė"
|
||||
other: "mažiau nei {{count}} minutės"
|
||||
other: "mažiau nei %{count} minutės"
|
||||
x_minutes:
|
||||
one: "1 minutė"
|
||||
other: "{{count}} minutės"
|
||||
other: "%{count} minutės"
|
||||
about_x_hours:
|
||||
one: "apie 1 valanda"
|
||||
other: "apie {{count}} valandų"
|
||||
other: "apie %{count} valandų"
|
||||
x_days:
|
||||
one: "1 diena"
|
||||
other: "{{count}} dienų"
|
||||
other: "%{count} dienų"
|
||||
about_x_months:
|
||||
one: "apie 1 mėnuo"
|
||||
other: "apie {{count}} mėnesiai"
|
||||
other: "apie %{count} mėnesiai"
|
||||
x_months:
|
||||
one: "1 mėnuo"
|
||||
other: "{{count}} mėnesiai"
|
||||
other: "%{count} mėnesiai"
|
||||
about_x_years:
|
||||
one: "apie 1 metai"
|
||||
other: "apie {{count}} metų"
|
||||
other: "apie %{count} metų"
|
||||
over_x_years:
|
||||
one: "virš 1 metų"
|
||||
other: "virš {{count}} metų"
|
||||
other: "virš %{count} metų"
|
||||
almost_x_years:
|
||||
one: "almost 1 year"
|
||||
other: "almost {{count}} years"
|
||||
other: "almost %{count} years"
|
||||
prompts:
|
||||
year: "Metai"
|
||||
month: "Mėnuo"
|
||||
|
@ -137,10 +137,10 @@ lt:
|
|||
errors:
|
||||
template:
|
||||
header:
|
||||
one: "Išsaugant objektą {{model}} rasta {{count}} klaida"
|
||||
few: "Išsaugant objektą {{model}} rasta {{count}} klaidų"
|
||||
many: "Išsaugant objektą {{model}} rasta {{count}} klaidų"
|
||||
other: "Išsaugant objektą {{model}} rastos {{count}} klaidos"
|
||||
one: "Išsaugant objektą %{model} rasta %{count} klaida"
|
||||
few: "Išsaugant objektą %{model} rasta %{count} klaidų"
|
||||
many: "Išsaugant objektą %{model} rasta %{count} klaidų"
|
||||
other: "Išsaugant objektą %{model} rastos %{count} klaidos"
|
||||
body: "Šiuose laukuose yra klaidų:"
|
||||
|
||||
messages:
|
||||
|
@ -152,28 +152,28 @@ lt:
|
|||
empty: "negali būti tuščias"
|
||||
blank: "negali būti tuščias"
|
||||
too_long:
|
||||
one: "per ilgas (daugiausiai {{count}} simbolius)"
|
||||
few: "per ilgas (daugiausiai {{count}} simboliu)"
|
||||
many: "per ilgas (daugiausiai {{count}} simboliu)"
|
||||
other: "per ilgas (daugiausiai {{count}} simboliai)"
|
||||
one: "per ilgas (daugiausiai %{count} simbolius)"
|
||||
few: "per ilgas (daugiausiai %{count} simboliu)"
|
||||
many: "per ilgas (daugiausiai %{count} simboliu)"
|
||||
other: "per ilgas (daugiausiai %{count} simboliai)"
|
||||
too_short:
|
||||
one: "per trumpas (mažiausiai {{count}} simbolius)"
|
||||
few: "per trumpas (mažiausiai {{count}} simboliu)"
|
||||
many: "per trumpas (mažiausiai {{count}} simboliu)"
|
||||
other: "per trumpas (mažiausiai {{count}} simboliai)"
|
||||
one: "per trumpas (mažiausiai %{count} simbolius)"
|
||||
few: "per trumpas (mažiausiai %{count} simboliu)"
|
||||
many: "per trumpas (mažiausiai %{count} simboliu)"
|
||||
other: "per trumpas (mažiausiai %{count} simboliai)"
|
||||
wrong_length:
|
||||
one: "neteisingo ilgio (turi būti lygiai {{count}} simbolius)"
|
||||
few: "neteisingo ilgio (turi būti lygiai {{count}} simboliu)"
|
||||
many: "neteisingo ilgio (turi būti lygiai {{count}} simboliu)"
|
||||
other: "neteisingo ilgio (turi būti lygiai {{count}} simboliai)"
|
||||
one: "neteisingo ilgio (turi būti lygiai %{count} simbolius)"
|
||||
few: "neteisingo ilgio (turi būti lygiai %{count} simboliu)"
|
||||
many: "neteisingo ilgio (turi būti lygiai %{count} simboliu)"
|
||||
other: "neteisingo ilgio (turi būti lygiai %{count} simboliai)"
|
||||
taken: "jau užimtas"
|
||||
not_a_number: "ne skaičius"
|
||||
not_a_date: "is not a valid date"
|
||||
greater_than: "turi būti didesnis už {{count}}"
|
||||
greater_than_or_equal_to: "turi būti didesnis arba lygus {{count}}"
|
||||
equal_to: "turi būti lygus {{count}}"
|
||||
less_than: "turi būti mažesnis už {{count}}"
|
||||
less_than_or_equal_to: "turi būti mažesnis arba lygus {{count}}"
|
||||
greater_than: "turi būti didesnis už %{count}"
|
||||
greater_than_or_equal_to: "turi būti didesnis arba lygus %{count}"
|
||||
equal_to: "turi būti lygus %{count}"
|
||||
less_than: "turi būti mažesnis už %{count}"
|
||||
less_than_or_equal_to: "turi būti mažesnis arba lygus %{count}"
|
||||
odd: "turi būti nelyginis"
|
||||
even: "turi būti lyginis"
|
||||
greater_than_start_date: "turi būti didesnė negu pradžios data"
|
||||
|
@ -210,18 +210,18 @@ lt:
|
|||
notice_file_not_found: Puslapis, į kurį ketinate įeiti, neegzistuoja arba yra pašalintas.
|
||||
notice_locking_conflict: Duomenys atnaujinti kito vartotojo.
|
||||
notice_not_authorized: Jūs neturite teisių gauti prieigą prie šio puslapio.
|
||||
notice_email_sent: "Laiškas išsiųstas {{value}}"
|
||||
notice_email_error: "Laiško siuntimo metu įvyko klaida ({{value}})"
|
||||
notice_email_sent: "Laiškas išsiųstas %{value}"
|
||||
notice_email_error: "Laiško siuntimo metu įvyko klaida (%{value})"
|
||||
notice_feeds_access_key_reseted: Jūsų RSS raktas buvo atnaujintas.
|
||||
notice_failed_to_save_issues: "Nepavyko išsaugoti {{count}} problemos(ų) iš {{total}} pasirinkto: {{ids}}."
|
||||
notice_failed_to_save_issues: "Nepavyko išsaugoti %{count} problemos(ų) iš %{total} pasirinkto: %{ids}."
|
||||
notice_no_issue_selected: "Nepasirinkta nė viena problema! Prašom pažymėti problemą, kurią norite redaguoti."
|
||||
notice_account_pending: "Jūsų paskyra buvo sukurta ir dabar laukiama administratoriaus patvirtinimo."
|
||||
notice_default_data_loaded: Numatytoji konfiguracija sėkmingai užkrauta.
|
||||
notice_unable_delete_version: Neįmanoma panaikinti versiją
|
||||
|
||||
error_can_t_load_default_data: "Numatytoji konfiguracija negali būti užkrauta: {{value}}"
|
||||
error_can_t_load_default_data: "Numatytoji konfiguracija negali būti užkrauta: %{value}"
|
||||
error_scm_not_found: "Duomenys ir/ar pakeitimai saugykloje(repozitorojoje) neegzistuoja."
|
||||
error_scm_command_failed: "Įvyko klaida jungiantis prie saugyklos: {{value}}"
|
||||
error_scm_command_failed: "Įvyko klaida jungiantis prie saugyklos: %{value}"
|
||||
error_scm_annotate: "Įrašas neegzistuoja arba negalima jo atvaizduoti."
|
||||
error_issue_not_found_in_project: 'Darbas nerastas arba nesurištas su šiuo projektu'
|
||||
error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings.
|
||||
|
@ -229,25 +229,25 @@ lt:
|
|||
error_can_not_reopen_issue_on_closed_version: Uždarytai versijai priskirtas darbas negali būti atnaujintas.
|
||||
error_can_not_archive_project: Šio projekto negalima suarchyvuoti
|
||||
|
||||
warning_attachments_not_saved: "{{count}} byla(ų) negali būti išsaugota."
|
||||
warning_attachments_not_saved: "%{count} byla(ų) negali būti išsaugota."
|
||||
|
||||
mail_subject_lost_password: "Jūsų {{value}} slaptažodis"
|
||||
mail_subject_lost_password: "Jūsų %{value} slaptažodis"
|
||||
mail_body_lost_password: 'Norėdami pakeisti slaptažodį, spauskite nuorodą:'
|
||||
mail_subject_register: "Jūsų {{value}} paskyros aktyvavimas"
|
||||
mail_subject_register: "Jūsų %{value} paskyros aktyvavimas"
|
||||
mail_body_register: 'Norėdami aktyvuoti paskyrą, spauskite nuorodą:'
|
||||
mail_body_account_information_external: "Jūs galite naudoti Jūsų {{value}} paskyrą, norėdami prisijungti."
|
||||
mail_body_account_information_external: "Jūs galite naudoti Jūsų %{value} paskyrą, norėdami prisijungti."
|
||||
mail_body_account_information: Informacija apie Jūsų paskyrą
|
||||
mail_subject_account_activation_request: "{{value}} paskyros aktyvavimo prašymas"
|
||||
mail_body_account_activation_request: "Užsiregistravo naujas vartotojas ({{value}}). Jo paskyra laukia jūsų patvirtinimo:"
|
||||
mail_subject_reminder: "{{count}} darbas(ai) po kelių {{days}} dienų"
|
||||
mail_body_reminder: "{{count}} darbas(ai), kurie yra jums priskirti, baigiasi po {{days}} dienų(os):"
|
||||
mail_subject_wiki_content_added: "'{{id}}' pridėtas wiki puslapis"
|
||||
mail_body_wiki_content_added: "The '{{id}}' wiki puslapi pridėjo {{author}}."
|
||||
mail_subject_wiki_content_updated: "'{{id}}' atnaujintas wiki puslapis"
|
||||
mail_body_wiki_content_updated: "The '{{id}}' wiki puslapį atnaujino {{author}}."
|
||||
mail_subject_account_activation_request: "%{value} paskyros aktyvavimo prašymas"
|
||||
mail_body_account_activation_request: "Užsiregistravo naujas vartotojas (%{value}). Jo paskyra laukia jūsų patvirtinimo:"
|
||||
mail_subject_reminder: "%{count} darbas(ai) po kelių %{days} dienų"
|
||||
mail_body_reminder: "%{count} darbas(ai), kurie yra jums priskirti, baigiasi po %{days} dienų(os):"
|
||||
mail_subject_wiki_content_added: "'%{id}' pridėtas wiki puslapis"
|
||||
mail_body_wiki_content_added: "The '%{id}' wiki puslapi pridėjo %{author}."
|
||||
mail_subject_wiki_content_updated: "'%{id}' atnaujintas wiki puslapis"
|
||||
mail_body_wiki_content_updated: "The '%{id}' wiki puslapį atnaujino %{author}."
|
||||
|
||||
gui_validation_error: 1 klaida
|
||||
gui_validation_error_plural: "{{count}} klaidų(os)"
|
||||
gui_validation_error_plural: "%{count} klaidų(os)"
|
||||
|
||||
field_name: Pavadinimas
|
||||
field_description: Aprašas
|
||||
|
@ -458,14 +458,14 @@ lt:
|
|||
label_x_projects:
|
||||
zero: nėra projektų
|
||||
one: 1 projektas
|
||||
other: "{{count}} projektų"
|
||||
other: "%{count} projektų"
|
||||
label_project_all: Visi Projektai
|
||||
label_project_latest: Paskutiniai projektai
|
||||
label_issue: Darbas
|
||||
label_issue_new: Naujas darbas
|
||||
label_issue_plural: Darbai
|
||||
label_issue_view_all: Peržiūrėti visus darbus
|
||||
label_issues_by: "Darbai pagal {{value}}"
|
||||
label_issues_by: "Darbai pagal %{value}"
|
||||
label_issue_added: Darbas pridėtas
|
||||
label_issue_updated: Darbas atnaujintas
|
||||
label_document: Dokumentas
|
||||
|
@ -513,7 +513,7 @@ lt:
|
|||
label_registered_on: Užregistruota
|
||||
label_activity: Veikla
|
||||
label_overall_activity: Visa veikla
|
||||
label_user_activity: "{{value}}o veiksmai"
|
||||
label_user_activity: "%{value}o veiksmai"
|
||||
label_new: Naujas
|
||||
label_logged_as: Prisijungęs kaip
|
||||
label_environment: Aplinka
|
||||
|
@ -522,7 +522,7 @@ lt:
|
|||
label_auth_source_new: Naujas autentiškumo nustatymo būdas
|
||||
label_auth_source_plural: Autentiškumo nustatymo būdai
|
||||
label_subproject_plural: Subprojektai
|
||||
label_and_its_subprojects: "{{value}} projektas ir jo subprojektai"
|
||||
label_and_its_subprojects: "%{value} projektas ir jo subprojektai"
|
||||
label_min_max_length: Min - Maks ilgis
|
||||
label_list: Sąrašas
|
||||
label_date: Data
|
||||
|
@ -533,8 +533,8 @@ lt:
|
|||
label_text: Ilgas tekstas
|
||||
label_attribute: Požymis
|
||||
label_attribute_plural: Požymiai
|
||||
label_download: "{{count}} persiuntimas"
|
||||
label_download_plural: "{{count}} persiuntimai"
|
||||
label_download: "%{count} persiuntimas"
|
||||
label_download_plural: "%{count} persiuntimai"
|
||||
label_no_data: Nėra ką atvaizduoti
|
||||
label_change_status: Pakeitimo būsena
|
||||
label_history: Istorija
|
||||
|
@ -566,17 +566,17 @@ lt:
|
|||
label_closed_issues: uždaryta
|
||||
label_closed_issues_plural: uždaryti
|
||||
label_x_open_issues_abbr_on_total:
|
||||
zero: 0 open / {{total}}
|
||||
one: 1 open / {{total}}
|
||||
other: "{{count}} open / {{total}}"
|
||||
zero: 0 open / %{total}
|
||||
one: 1 open / %{total}
|
||||
other: "%{count} open / %{total}"
|
||||
label_x_open_issues_abbr:
|
||||
zero: 0 open
|
||||
one: 1 open
|
||||
other: "{{count}} open"
|
||||
other: "%{count} open"
|
||||
label_x_closed_issues_abbr:
|
||||
zero: 0 uždarytu
|
||||
one: 1 uždarytas
|
||||
other: "{{count}} uždarytu"
|
||||
other: "%{count} uždarytu"
|
||||
label_total: Bendra suma
|
||||
label_permissions: Leidimai
|
||||
label_current_status: Einamoji būsena
|
||||
|
@ -594,7 +594,7 @@ lt:
|
|||
label_months_from: mėnesiai nuo
|
||||
label_gantt: Gantt
|
||||
label_internal: Vidinis
|
||||
label_last_changes: "paskutiniai {{count}}, pokyčiai"
|
||||
label_last_changes: "paskutiniai %{count}, pokyčiai"
|
||||
label_change_view_all: Peržiūrėti visus pakeitimus
|
||||
label_personalize_page: Suasmeninti šį puslapį
|
||||
label_comment: Komentaras
|
||||
|
@ -602,7 +602,7 @@ lt:
|
|||
label_x_comments:
|
||||
zero: nėra komentarų
|
||||
one: 1 komentaras
|
||||
other: "{{count}} komentarų"
|
||||
other: "%{count} komentarų"
|
||||
label_comment_add: Pridėkite komentarą
|
||||
label_comment_added: Komentaras pridėtas
|
||||
label_comment_delete: Pašalinkite komentarus
|
||||
|
@ -621,7 +621,7 @@ lt:
|
|||
label_yesterday: vakar
|
||||
label_this_week: šią savaitę
|
||||
label_last_week: paskutinė savaitė
|
||||
label_last_n_days: "paskutinių {{count}} dienų"
|
||||
label_last_n_days: "paskutinių %{count} dienų"
|
||||
label_this_month: šis menuo
|
||||
label_last_month: paskutinis menuo
|
||||
label_this_year: šiemet
|
||||
|
@ -635,8 +635,8 @@ lt:
|
|||
label_repository: Saugykla
|
||||
label_repository_plural: Saugyklos
|
||||
label_browse: Naršyti
|
||||
label_modification: "{{count}} pakeitimas"
|
||||
label_modification_plural: "{{count}} pakeitimai"
|
||||
label_modification: "%{count} pakeitimas"
|
||||
label_modification_plural: "%{count} pakeitimai"
|
||||
label_revision: Revizija
|
||||
label_revision_plural: Revizijos
|
||||
label_associated_revisions: susijusios revizijos
|
||||
|
@ -654,8 +654,8 @@ lt:
|
|||
label_sort_lower: Perkelti žemyn
|
||||
label_sort_lowest: Perkelti į apačią
|
||||
label_roadmap: Veiklos grafikas
|
||||
label_roadmap_due_in: "Baigiasi po {{value}}"
|
||||
label_roadmap_overdue: "{{value}} vėluojama"
|
||||
label_roadmap_due_in: "Baigiasi po %{value}"
|
||||
label_roadmap_overdue: "%{value} vėluojama"
|
||||
label_roadmap_no_issues: Jokio darbo šiai versijai nėra
|
||||
label_search: Ieškoti
|
||||
label_result_plural: Rezultatai
|
||||
|
@ -673,8 +673,8 @@ lt:
|
|||
label_changes_details: Visų pakeitimų detalės
|
||||
label_issue_tracking: Darbų sekimas
|
||||
label_spent_time: Dirbtas laikas
|
||||
label_f_hour: "{{value}} valanda"
|
||||
label_f_hour_plural: "{{value}} valandų"
|
||||
label_f_hour: "%{value} valanda"
|
||||
label_f_hour_plural: "%{value} valandų"
|
||||
label_time_tracking: Laiko sekimas
|
||||
label_change_plural: Pakeitimai
|
||||
label_statistics: Statistika
|
||||
|
@ -723,13 +723,13 @@ lt:
|
|||
label_date_from: Nuo
|
||||
label_date_to: Iki
|
||||
label_language_based: Pagrįsta vartotojo kalba
|
||||
label_sort_by: "Rūšiuoti pagal {{value}}"
|
||||
label_sort_by: "Rūšiuoti pagal %{value}"
|
||||
label_send_test_email: Nusiųsti bandomąjį elektroninį laišką
|
||||
label_feeds_access_key_created_on: "RSS prieigos raktas sukurtas prieš {{value}}"
|
||||
label_feeds_access_key_created_on: "RSS prieigos raktas sukurtas prieš %{value}"
|
||||
label_module_plural: Moduliai
|
||||
label_added_time_by: "Pridėjo {{author}} prieš {{age}}"
|
||||
label_updated_time_by: "Atnaujino {{author}} {{age}} atgal"
|
||||
label_updated_time: "Atnaujinta prieš {{value}}"
|
||||
label_added_time_by: "Pridėjo %{author} prieš %{age}"
|
||||
label_updated_time_by: "Atnaujino %{author} %{age} atgal"
|
||||
label_updated_time: "Atnaujinta prieš %{value}"
|
||||
label_jump_to_a_project: Šuolis į projektą...
|
||||
label_file_plural: Bylos
|
||||
label_changeset_plural: Changesets
|
||||
|
@ -745,7 +745,7 @@ lt:
|
|||
label_registration_activation_by_email: "paskyros aktyvacija per e-paštą"
|
||||
label_registration_manual_activation: "rankinė paskyros aktyvacija"
|
||||
label_registration_automatic_activation: "automatinė paskyros aktyvacija"
|
||||
label_display_per_page: "{{value}} įrašų puslapyje"
|
||||
label_display_per_page: "%{value} įrašų puslapyje"
|
||||
label_age: Amžius
|
||||
label_change_properties: Pakeisti nustatymus
|
||||
label_general: Bendri
|
||||
|
@ -769,7 +769,7 @@ lt:
|
|||
label_descending: Descending
|
||||
label_sort: Rūšiuoti
|
||||
label_ascending: Ascending
|
||||
label_date_from_to: From {{start}} to {{end}}
|
||||
label_date_from_to: From %{start} to %{end}
|
||||
label_greater_or_equal: ">="
|
||||
label_less_or_equal: <=
|
||||
label_wiki_content_added: Wiki puslapis pridėtas
|
||||
|
@ -843,52 +843,52 @@ lt:
|
|||
text_regexp_info: pvz. ^[A-Z0-9]+$
|
||||
text_min_max_length_info: 0 reiškia jokių apribojimų
|
||||
text_project_destroy_confirmation: Ar esate įsitikinęs, kad jūs norite pašalinti šį projektą ir visus susijusius duomenis?
|
||||
text_subprojects_destroy_warning: "Šis(ie) subprojektas(ai): {{value}} taip pat bus ištrintas(i)."
|
||||
text_subprojects_destroy_warning: "Šis(ie) subprojektas(ai): %{value} taip pat bus ištrintas(i)."
|
||||
text_workflow_edit: Išrinkite vaidmenį ir pėdsekį, kad redaguotumėte darbų eigą
|
||||
text_are_you_sure: Ar esate įsitikinęs?
|
||||
text_journal_changed: "{{label}} pakeista iš {{old}} į {{new}}"
|
||||
text_journal_set_to: "{{label}} pakeista į {{value}}"
|
||||
text_journal_deleted: "{{label}} ištrintas ({{old}})"
|
||||
text_journal_added: "{{label}} {{value}} pridėtas"
|
||||
text_journal_changed: "%{label} pakeista iš %{old} į %{new}"
|
||||
text_journal_set_to: "%{label} pakeista į %{value}"
|
||||
text_journal_deleted: "%{label} ištrintas (%{old})"
|
||||
text_journal_added: "%{label} %{value} pridėtas"
|
||||
text_tip_issue_begin_day: užduotis, prasidedanti šią dieną
|
||||
text_tip_issue_end_day: užduotis, pasibaigianti šią dieną
|
||||
text_tip_issue_begin_end_day: užduotis, prasidedanti ir pasibaigianti šią dieną
|
||||
text_project_identifier_info: 'Mažosios raidės (a-z), skaičiai ir brūkšniai galimi.<br/>Išsaugojus, identifikuotojas negali būti keičiamas.'
|
||||
text_caracters_maximum: "{{count}} simbolių maksimumas."
|
||||
text_caracters_minimum: "Turi būti mažiausiai {{count}} simbolių ilgio."
|
||||
text_length_between: "Ilgis tarp {{min}} ir {{max}} simbolių."
|
||||
text_caracters_maximum: "%{count} simbolių maksimumas."
|
||||
text_caracters_minimum: "Turi būti mažiausiai %{count} simbolių ilgio."
|
||||
text_length_between: "Ilgis tarp %{min} ir %{max} simbolių."
|
||||
text_tracker_no_workflow: Jokia darbų eiga neapibrėžta šiam pėdsekiui
|
||||
text_unallowed_characters: Neleistini simboliai
|
||||
text_comma_separated: Leistinos kelios reikšmės (atskirtos kableliu).
|
||||
text_issues_ref_in_commit_messages: Darbų pavedimų(commit) nurodymas ir fiksavimas pranešimuose
|
||||
text_issue_added: "Darbas {{id}} buvo praneštas (by {{author}})."
|
||||
text_issue_updated: "Darbas {{id}} buvo atnaujintas (by {{author}})."
|
||||
text_issue_added: "Darbas %{id} buvo praneštas (by %{author})."
|
||||
text_issue_updated: "Darbas %{id} buvo atnaujintas (by %{author})."
|
||||
text_wiki_destroy_confirmation: Ar esate įsitikinęs, kad jūs norite pašalinti wiki ir visą jos turinį?
|
||||
text_issue_category_destroy_question: "Kai kurie darbai ({{count}}) yra paskirti šiai kategorijai. Ką jūs norite daryti?"
|
||||
text_issue_category_destroy_question: "Kai kurie darbai (%{count}) yra paskirti šiai kategorijai. Ką jūs norite daryti?"
|
||||
text_issue_category_destroy_assignments: Pašalinti kategorijos užduotis
|
||||
text_issue_category_reassign_to: Iš naujo priskirti darbus šiai kategorijai
|
||||
text_user_mail_option: "neišrinktiems projektams, jūs tiktai gausite pranešimus apie įvykius, kuriuos jūs stebite, arba į kuriuos esate įtrauktas (pvz. darbai, jūs esate autorius ar įgaliotinis)."
|
||||
text_no_configuration_data: "Vaidmenys, pėdsekiai, darbų būsenos ir darbų eiga dar nebuvo konfigūruoti.\nGriežtai rekomenduojam užkrauti numatytąją(default)konfiguraciją. Užkrovus, galėsite ją modifikuoti."
|
||||
text_load_default_configuration: Užkrauti numatytąj konfiguraciją
|
||||
text_status_changed_by_changeset: "Pakeista {{value}} revizijoje."
|
||||
text_status_changed_by_changeset: "Pakeista %{value} revizijoje."
|
||||
text_issues_destroy_confirmation: 'Ar jūs tikrai norite sunaikinti pažymėtą(us) darbą(us)?'
|
||||
text_select_project_modules: 'Parinkite modulius, kuriuos norite naudoti šiame projekte:'
|
||||
text_default_administrator_account_changed: Administratoriaus numatyta paskyra pakeista
|
||||
text_file_repository_writable: Į rinkmenu saugyklą galima saugoti (RW)
|
||||
text_plugin_assets_writable: Įskiepių 'assets' katalogas įrašomas
|
||||
text_rmagick_available: RMagick pasiekiamas (pasirinktinai)
|
||||
text_destroy_time_entries_question: Naikinamam darbui priskirta {{hours}} valandų. Ką jūs noryte su jomis daryti?
|
||||
text_destroy_time_entries_question: Naikinamam darbui priskirta %{hours} valandų. Ką jūs noryte su jomis daryti?
|
||||
text_destroy_time_entries: Ištrinti paskelbtas valandas
|
||||
text_assign_time_entries_to_project: Priskirti valandas prie projekto
|
||||
text_reassign_time_entries: 'Priskirti paskelbtas valandas šiam darbui:'
|
||||
text_user_wrote: "{{value}} parašė:"
|
||||
text_enumeration_destroy_question: "{{count}} objektai priskirti šiai reikšmei."
|
||||
text_user_wrote: "%{value} parašė:"
|
||||
text_enumeration_destroy_question: "%{count} objektai priskirti šiai reikšmei."
|
||||
text_enumeration_category_reassign_to: 'Priskirti juos šiai reikšmei:'
|
||||
text_email_delivery_not_configured: "El.pašto siuntimas nesukonfigūruotas, ir perspėjimai neaktyvus.\nSukonfigūruokite savo SMTP serverį byloje config/email.yml ir perleiskite programą norėdami pritaikyti pakeitimus."
|
||||
text_repository_usernames_mapping: "Parinkite ar atnaujinkite Redmine vartotojo vardą kiekvienam saugyklos vardui, kuris paminėtas saugyklos log'e.\nVartotojai, turintys tą patį Redmine ir saugyklos vardą ar el.paštą automatiškai surišti."
|
||||
text_diff_truncated: "... Šis diff'as nukarpytas, nes jis viršijo maksimalų rodomą eilučių skaičių."
|
||||
text_custom_field_possible_values_info: 'Po vieną eilutę kiekvienai reikšmei'
|
||||
text_wiki_page_destroy_question: This page has {{descendants}} child page(s) and descendant(s). What do you want to do?
|
||||
text_wiki_page_destroy_question: This page has %{descendants} child page(s) and descendant(s). What do you want to do?
|
||||
text_wiki_page_reassign_children: Priskirkite iš naujo 'child' puslapius šiam puslapiui
|
||||
text_wiki_page_nullify_children: Laikyti child puslapius as root puslapius
|
||||
text_wiki_page_destroy_children: Pašalinti child puslapius ir jų sekinius
|
||||
|
@ -933,9 +933,9 @@ lt:
|
|||
label_update_issue_done_ratios: Update issue done ratios
|
||||
permission_view_issues: View Issues
|
||||
label_display_used_statuses_only: Only display statuses that are used by this tracker
|
||||
label_revision_id: Revision {{value}}
|
||||
label_revision_id: Revision %{value}
|
||||
label_api_access_key: API access key
|
||||
label_api_access_key_created_on: API access key created {{value}} ago
|
||||
label_api_access_key_created_on: API access key created %{value} ago
|
||||
label_feeds_access_key: RSS access key
|
||||
notice_api_access_key_reseted: Your API access key was reset.
|
||||
setting_rest_api_enabled: Enable REST web service
|
||||
|
@ -962,12 +962,12 @@ lt:
|
|||
label_subtask_plural: Subtasks
|
||||
label_project_copy_notifications: Send email notifications during the project copy
|
||||
error_can_not_delete_custom_field: Unable to delete custom field
|
||||
error_unable_to_connect: Unable to connect ({{value}})
|
||||
error_unable_to_connect: Unable to connect (%{value})
|
||||
error_can_not_remove_role: This role is in use and can not be deleted.
|
||||
error_can_not_delete_tracker: This tracker contains issues and can't be deleted.
|
||||
field_principal: Principal
|
||||
label_my_page_block: My page block
|
||||
notice_failed_to_save_members: "Failed to save member(s): {{errors}}."
|
||||
notice_failed_to_save_members: "Failed to save member(s): %{errors}."
|
||||
text_zoom_out: Zoom out
|
||||
text_zoom_in: Zoom in
|
||||
notice_unable_delete_time_entry: Unable to delete time log entry.
|
||||
|
@ -975,7 +975,7 @@ lt:
|
|||
field_time_entries: Log time
|
||||
project_module_gantt: Gantt
|
||||
project_module_calendar: Calendar
|
||||
button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}"
|
||||
button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
|
||||
text_are_you_sure_with_children: Delete issue and all child issues?
|
||||
field_text: Text field
|
||||
label_user_mail_option_only_owner: Only for things I am the owner of
|
||||
|
@ -992,7 +992,7 @@ lt:
|
|||
field_visible: Visible
|
||||
setting_emails_header: Emails header
|
||||
setting_commit_logtime_activity_id: Activity for logged time
|
||||
text_time_logged_by_changeset: Applied in changeset {{value}}.
|
||||
text_time_logged_by_changeset: Applied in changeset %{value}.
|
||||
setting_commit_logtime_enabled: Enable time logging
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed ({{max}})
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
|
||||
setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -32,37 +32,37 @@ nl:
|
|||
half_a_minute: "halve minuut"
|
||||
less_than_x_seconds:
|
||||
one: "minder dan een seconde"
|
||||
other: "mindera dan {{count}} seconden"
|
||||
other: "mindera dan %{count} seconden"
|
||||
x_seconds:
|
||||
one: "1 seconde"
|
||||
other: "{{count}} seconden"
|
||||
other: "%{count} seconden"
|
||||
less_than_x_minutes:
|
||||
one: "minder dan een minuut"
|
||||
other: "minder dan {{count}} minuten"
|
||||
other: "minder dan %{count} minuten"
|
||||
x_minutes:
|
||||
one: "1 minuut"
|
||||
other: "{{count}} minuten"
|
||||
other: "%{count} minuten"
|
||||
about_x_hours:
|
||||
one: "ongeveer 1 uur"
|
||||
other: "ongeveer {{count}} uren"
|
||||
other: "ongeveer %{count} uren"
|
||||
x_days:
|
||||
one: "1 dag"
|
||||
other: "{{count}} dagen"
|
||||
other: "%{count} dagen"
|
||||
about_x_months:
|
||||
one: "ongeveer 1 maand"
|
||||
other: "ongeveer {{count}} maanden"
|
||||
other: "ongeveer %{count} maanden"
|
||||
x_months:
|
||||
one: "1 maand"
|
||||
other: "{{count}} maanden"
|
||||
other: "%{count} maanden"
|
||||
about_x_years:
|
||||
one: "ongeveer 1 jaar"
|
||||
other: "ongeveer {{count}} jaren"
|
||||
other: "ongeveer %{count} jaren"
|
||||
over_x_years:
|
||||
one: "over 1 jaar"
|
||||
other: "over {{count}} jaren"
|
||||
other: "over %{count} jaren"
|
||||
almost_x_years:
|
||||
one: "almost 1 year"
|
||||
other: "almost {{count}} years"
|
||||
other: "almost %{count} years"
|
||||
|
||||
number:
|
||||
format:
|
||||
|
@ -106,11 +106,11 @@ nl:
|
|||
taken: "is al in gebruik"
|
||||
not_a_number: "is geen getal"
|
||||
not_a_date: "is geen valide datum"
|
||||
greater_than: "moet groter zijn dan {{count}}"
|
||||
greater_than_or_equal_to: "moet groter zijn of gelijk zijn aan {{count}}"
|
||||
equal_to: "moet gelijk zijn aan {{count}}"
|
||||
less_than: "moet minder zijn dan {{count}}"
|
||||
less_than_or_equal_to: "moet minder dan of gelijk zijn aan {{count}}"
|
||||
greater_than: "moet groter zijn dan %{count}"
|
||||
greater_than_or_equal_to: "moet groter zijn of gelijk zijn aan %{count}"
|
||||
equal_to: "moet gelijk zijn aan %{count}"
|
||||
less_than: "moet minder zijn dan %{count}"
|
||||
less_than_or_equal_to: "moet minder dan of gelijk zijn aan %{count}"
|
||||
odd: "moet oneven zijn"
|
||||
even: "moet even zijn"
|
||||
greater_than_start_date: "moet na de startdatum liggen"
|
||||
|
@ -182,10 +182,10 @@ nl:
|
|||
enumeration_activities: Activiteiten (tijdtracking)
|
||||
enumeration_doc_categories: Documentcategorieën
|
||||
enumeration_issue_priorities: Issueprioriteiten
|
||||
error_can_t_load_default_data: "De standaard configuratie kon niet worden geladen: {{value}}"
|
||||
error_can_t_load_default_data: "De standaard configuratie kon niet worden geladen: %{value}"
|
||||
error_issue_not_found_in_project: 'Deze issue is niet gevonden of behoort niet toe tot dit project.'
|
||||
error_scm_annotate: "Er kan geen commentaar toegevoegd worden."
|
||||
error_scm_command_failed: "Er trad een fout op tijdens de poging om verbinding te maken met de repository: {{value}}"
|
||||
error_scm_command_failed: "Er trad een fout op tijdens de poging om verbinding te maken met de repository: %{value}"
|
||||
error_scm_not_found: "Deze ingang of revisie bestaat niet in de repository."
|
||||
field_account: Account
|
||||
field_activity: Activiteit
|
||||
|
@ -281,19 +281,19 @@ nl:
|
|||
general_text_no: 'nee'
|
||||
general_text_yes: 'ja'
|
||||
gui_validation_error: 1 fout
|
||||
gui_validation_error_plural: "{{count}} fouten"
|
||||
gui_validation_error_plural: "%{count} fouten"
|
||||
label_activity: Activiteit
|
||||
label_add_another_file: Ander bestand toevoegen
|
||||
label_add_note: Voeg een notitie toe
|
||||
label_added: toegevoegd
|
||||
label_added_time_by: "Toegevoegd door {{author}} {{age}} geleden"
|
||||
label_added_time_by: "Toegevoegd door %{author} %{age} geleden"
|
||||
label_administration: Administratie
|
||||
label_age: Leeftijd
|
||||
label_ago: dagen geleden
|
||||
label_all: alle
|
||||
label_all_time: alles
|
||||
label_all_words: Alle woorden
|
||||
label_and_its_subprojects: "{{value}} en zijn subprojecten."
|
||||
label_and_its_subprojects: "%{value} en zijn subprojecten."
|
||||
label_applied_status: Toegekende status
|
||||
label_assigned_to_me_issues: Aan mij toegewezen issues
|
||||
label_associated_revisions: Geassociëerde revisies
|
||||
|
@ -326,17 +326,17 @@ nl:
|
|||
label_closed_issues: gesloten
|
||||
label_closed_issues_plural: gesloten
|
||||
label_x_open_issues_abbr_on_total:
|
||||
zero: 0 open / {{total}}
|
||||
one: 1 open / {{total}}
|
||||
other: "{{count}} open / {{total}}"
|
||||
zero: 0 open / %{total}
|
||||
one: 1 open / %{total}
|
||||
other: "%{count} open / %{total}"
|
||||
label_x_open_issues_abbr:
|
||||
zero: 0 open
|
||||
one: 1 open
|
||||
other: "{{count}} open"
|
||||
other: "%{count} open"
|
||||
label_x_closed_issues_abbr:
|
||||
zero: 0 closed
|
||||
one: 1 closed
|
||||
other: "{{count}} closed"
|
||||
other: "%{count} closed"
|
||||
label_comment: Commentaar
|
||||
label_comment_add: Voeg commentaar toe
|
||||
label_comment_added: Commentaar toegevoegd
|
||||
|
@ -345,7 +345,7 @@ nl:
|
|||
label_x_comments:
|
||||
zero: no comments
|
||||
one: 1 comment
|
||||
other: "{{count}} comments"
|
||||
other: "%{count} comments"
|
||||
label_commits_per_author: Commits per auteur
|
||||
label_commits_per_month: Commits per maand
|
||||
label_confirmation: Bevestiging
|
||||
|
@ -369,13 +369,13 @@ nl:
|
|||
label_diff_inline: inline
|
||||
label_diff_side_by_side: naast elkaar
|
||||
label_disabled: uitgeschakeld
|
||||
label_display_per_page: "Per pagina: {{value}}"
|
||||
label_display_per_page: "Per pagina: %{value}"
|
||||
label_document: Document
|
||||
label_document_added: Document toegevoegd
|
||||
label_document_new: Nieuw document
|
||||
label_document_plural: Documenten
|
||||
label_download: "{{count}} Download"
|
||||
label_download_plural: "{{count}} Downloads"
|
||||
label_download: "%{count} Download"
|
||||
label_download_plural: "%{count} Downloads"
|
||||
label_downloads_abbr: D/L
|
||||
label_duplicated_by: gedupliceerd door
|
||||
label_duplicates: dupliceert
|
||||
|
@ -387,10 +387,10 @@ nl:
|
|||
label_equals: is gelijk
|
||||
label_example: Voorbeeld
|
||||
label_export_to: Exporteer naar
|
||||
label_f_hour: "{{value}} uur"
|
||||
label_f_hour_plural: "{{value}} uren"
|
||||
label_f_hour: "%{value} uur"
|
||||
label_f_hour_plural: "%{value} uren"
|
||||
label_feed_plural: Feeds
|
||||
label_feeds_access_key_created_on: "RSS toegangssleutel {{value}} geleden gemaakt."
|
||||
label_feeds_access_key_created_on: "RSS toegangssleutel %{value} geleden gemaakt."
|
||||
label_file_added: Bericht toegevoegd
|
||||
label_file_plural: Bestanden
|
||||
label_filter_add: Voeg filter toe
|
||||
|
@ -427,13 +427,13 @@ nl:
|
|||
label_issue_updated: Issue bijgewerkt
|
||||
label_issue_view_all: Bekijk alle issues
|
||||
label_issue_watchers: Monitoren
|
||||
label_issues_by: "Issues door {{value}}"
|
||||
label_issues_by: "Issues door %{value}"
|
||||
label_jump_to_a_project: Ga naar een project...
|
||||
label_language_based: Taal gebaseerd
|
||||
label_last_changes: "laatste {{count}} wijzigingen"
|
||||
label_last_changes: "laatste %{count} wijzigingen"
|
||||
label_last_login: Laatste bezoek
|
||||
label_last_month: laatste maand
|
||||
label_last_n_days: "{{count}} dagen geleden"
|
||||
label_last_n_days: "%{count} dagen geleden"
|
||||
label_last_week: vorige week
|
||||
label_latest_revision: Meest recente revisie
|
||||
label_latest_revision_plural: Meest recente revisies
|
||||
|
@ -454,8 +454,8 @@ nl:
|
|||
label_message_plural: Berichten
|
||||
label_message_posted: Bericht toegevoegd
|
||||
label_min_max_length: Min-max lengte
|
||||
label_modification: "{{count}} wijziging"
|
||||
label_modification_plural: "{{count}} wijzigingen"
|
||||
label_modification: "%{count} wijziging"
|
||||
label_modification_plural: "%{count} wijzigingen"
|
||||
label_modified: gewijzigd
|
||||
label_module_plural: Modules
|
||||
label_month: Maand
|
||||
|
@ -506,7 +506,7 @@ nl:
|
|||
label_x_projects:
|
||||
zero: no projects
|
||||
one: 1 project
|
||||
other: "{{count}} projects"
|
||||
other: "%{count} projects"
|
||||
label_public_projects: Publieke projecten
|
||||
label_query: Eigen zoekvraag
|
||||
label_query_new: Nieuwe zoekvraag
|
||||
|
@ -533,9 +533,9 @@ nl:
|
|||
label_revision: Revisie
|
||||
label_revision_plural: Revisies
|
||||
label_roadmap: Roadmap
|
||||
label_roadmap_due_in: "Voldaan in {{value}}"
|
||||
label_roadmap_due_in: "Voldaan in %{value}"
|
||||
label_roadmap_no_issues: Geen issues voor deze versie
|
||||
label_roadmap_overdue: "{{value}} over tijd"
|
||||
label_roadmap_overdue: "%{value} over tijd"
|
||||
label_role: Rol
|
||||
label_role_and_permissions: Rollen en permissies
|
||||
label_role_new: Nieuwe rol
|
||||
|
@ -547,7 +547,7 @@ nl:
|
|||
label_send_test_email: Stuur een test e-mail
|
||||
label_settings: Instellingen
|
||||
label_show_completed_versions: Toon afgeronde versies
|
||||
label_sort_by: "Sorteer op {{value}}"
|
||||
label_sort_by: "Sorteer op %{value}"
|
||||
label_sort_higher: Verplaats naar boven
|
||||
label_sort_highest: Verplaats naar begin
|
||||
label_sort_lower: Verplaats naar beneden
|
||||
|
@ -571,11 +571,11 @@ nl:
|
|||
label_tracker: Tracker
|
||||
label_tracker_new: Nieuwe tracker
|
||||
label_tracker_plural: Trackers
|
||||
label_updated_time: "{{value}} geleden bijgewerkt"
|
||||
label_updated_time_by: "{{age}} geleden bijgewerkt door {{author}}"
|
||||
label_updated_time: "%{value} geleden bijgewerkt"
|
||||
label_updated_time_by: "%{age} geleden bijgewerkt door %{author}"
|
||||
label_used_by: Gebruikt door
|
||||
label_user: Gebruiker
|
||||
label_user_activity: "{{value}}'s activiteit"
|
||||
label_user_activity: "%{value}'s activiteit"
|
||||
label_user_mail_no_self_notified: "Ik wil niet op de hoogte gehouden worden van wijzigingen die ik zelf maak."
|
||||
label_user_mail_option_all: "Bij elk gebeurtenis in al mijn projecten..."
|
||||
label_user_mail_option_selected: "Enkel bij elke gebeurtenis op het geselecteerde project..."
|
||||
|
@ -596,16 +596,16 @@ nl:
|
|||
label_workflow: Workflow
|
||||
label_year: Jaar
|
||||
label_yesterday: gisteren
|
||||
mail_body_account_activation_request: "Een nieuwe gebruiker ({{value}}) is geregistreerd. Zijn account wacht op uw akkoord:"
|
||||
mail_body_account_activation_request: "Een nieuwe gebruiker (%{value}) is geregistreerd. Zijn account wacht op uw akkoord:"
|
||||
mail_body_account_information: Uw account gegevens
|
||||
mail_body_account_information_external: "U kunt uw account ({{value}}) gebruiken om in te loggen."
|
||||
mail_body_account_information_external: "U kunt uw account (%{value}) gebruiken om in te loggen."
|
||||
mail_body_lost_password: 'Gebruik de volgende link om uw wachtwoord te wijzigen:'
|
||||
mail_body_register: 'Gebruik de volgende link om uw account te activeren:'
|
||||
mail_body_reminder: "{{count}} issue(s) die aan u toegewezen zijn en voldaan moeten zijn in de komende {{days}} dagen:"
|
||||
mail_subject_account_activation_request: "{{value}} accountactivatieverzoek"
|
||||
mail_subject_lost_password: "uw {{value}} wachtwoord"
|
||||
mail_subject_register: "uw {{value}} accountactivatie"
|
||||
mail_subject_reminder: "{{count}} issue(s) die voldaan moeten zijn in de komende {{days}} dagen."
|
||||
mail_body_reminder: "%{count} issue(s) die aan u toegewezen zijn en voldaan moeten zijn in de komende %{days} dagen:"
|
||||
mail_subject_account_activation_request: "%{value} accountactivatieverzoek"
|
||||
mail_subject_lost_password: "uw %{value} wachtwoord"
|
||||
mail_subject_register: "uw %{value} accountactivatie"
|
||||
mail_subject_reminder: "%{count} issue(s) die voldaan moeten zijn in de komende %{days} dagen."
|
||||
notice_account_activated: uw account is geactiveerd. u kunt nu inloggen.
|
||||
notice_account_invalid_creditentials: Incorrecte gebruikersnaam of wachtwoord
|
||||
notice_account_lost_email_sent: Er is een e-mail naar u verstuurd met instructies over het kiezen van een nieuw wachtwoord.
|
||||
|
@ -617,9 +617,9 @@ nl:
|
|||
notice_account_wrong_password: Incorrect wachtwoord
|
||||
notice_can_t_change_password: Dit account gebruikt een externe bron voor authenticatie. Het is niet mogelijk om het wachtwoord te veranderen.
|
||||
notice_default_data_loaded: Standaard configuratie succesvol geladen.
|
||||
notice_email_error: "Er is een fout opgetreden tijdens het versturen van ({{value}})"
|
||||
notice_email_sent: "Een e-mail werd verstuurd naar {{value}}"
|
||||
notice_failed_to_save_issues: "Fout bij bewaren van {{count}} issue(s) ({{total}} geselecteerd): {{ids}}."
|
||||
notice_email_error: "Er is een fout opgetreden tijdens het versturen van (%{value})"
|
||||
notice_email_sent: "Een e-mail werd verstuurd naar %{value}"
|
||||
notice_failed_to_save_issues: "Fout bij bewaren van %{count} issue(s) (%{total} geselecteerd): %{ids}."
|
||||
notice_feeds_access_key_reseted: Je RSS toegangssleutel werd gereset.
|
||||
notice_file_not_found: De pagina die u probeerde te benaderen bestaat niet of is verwijderd.
|
||||
notice_locking_conflict: De gegevens zijn gewijzigd door een andere gebruiker.
|
||||
|
@ -730,25 +730,25 @@ nl:
|
|||
status_registered: geregistreerd
|
||||
text_are_you_sure: Weet u het zeker?
|
||||
text_assign_time_entries_to_project: Gerapporteerde uren toevoegen aan dit project
|
||||
text_caracters_maximum: "{{count}} van maximum aantal tekens."
|
||||
text_caracters_minimum: "Moet minstens {{count}} karakters lang zijn."
|
||||
text_caracters_maximum: "%{count} van maximum aantal tekens."
|
||||
text_caracters_minimum: "Moet minstens %{count} karakters lang zijn."
|
||||
text_comma_separated: Meerdere waarden toegestaan (kommagescheiden).
|
||||
text_default_administrator_account_changed: Standaard beheerderaccount gewijzigd
|
||||
text_destroy_time_entries: Verwijder gerapporteerde uren
|
||||
text_destroy_time_entries_question: "{{hours}} uren werden gerapporteerd op de issue(s) die u wilde verwijderen. Wat wil u doen?"
|
||||
text_destroy_time_entries_question: "%{hours} uren werden gerapporteerd op de issue(s) die u wilde verwijderen. Wat wil u doen?"
|
||||
text_diff_truncated: '... Deze diff werd afgekort omdat het de maximale weer te geven karakters overschreed.'
|
||||
text_email_delivery_not_configured: "E-mailbezorging is niet geconfigureerd. Notificaties zijn uitgeschakeld.\nConfigureer uw SMTP server in config/email.yml en herstart de applicatie om dit te activeren."
|
||||
text_enumeration_category_reassign_to: 'Wijs de volgende waarde toe:'
|
||||
text_enumeration_destroy_question: "{{count}} objecten zijn toegewezen aan deze waarde."
|
||||
text_enumeration_destroy_question: "%{count} objecten zijn toegewezen aan deze waarde."
|
||||
text_file_repository_writable: Bestandsrepository beschrijfbaar
|
||||
text_issue_added: "Issue {{id}} is gerapporteerd (door {{author}})."
|
||||
text_issue_added: "Issue %{id} is gerapporteerd (door %{author})."
|
||||
text_issue_category_destroy_assignments: Verwijder toewijzingen aan deze categorie
|
||||
text_issue_category_destroy_question: "Er zijn issues ({{count}}) aan deze categorie toegewezen. Wat wilt u hiermee doen ?"
|
||||
text_issue_category_destroy_question: "Er zijn issues (%{count}) aan deze categorie toegewezen. Wat wilt u hiermee doen ?"
|
||||
text_issue_category_reassign_to: Issues opnieuw toewijzen aan deze categorie
|
||||
text_issue_updated: "Issue {{id}} is gewijzigd (door {{author}})."
|
||||
text_issue_updated: "Issue %{id} is gewijzigd (door %{author})."
|
||||
text_issues_destroy_confirmation: 'Weet u zeker dat u deze issue(s) wil verwijderen?'
|
||||
text_issues_ref_in_commit_messages: Opzoeken en aanpassen van issues in commitberichten
|
||||
text_length_between: "Lengte tussen {{min}} en {{max}} tekens."
|
||||
text_length_between: "Lengte tussen %{min} en %{max} tekens."
|
||||
text_load_default_configuration: Laad de standaardconfiguratie
|
||||
text_min_max_length_info: 0 betekent geen restrictie
|
||||
text_no_configuration_data: "Rollen, trackers, issue statussen en workflows zijn nog niet geconfigureerd.\nHet is ten zeerste aangeraden om de standaard configuratie in te laden. U kunt deze aanpassen nadat deze is ingeladen."
|
||||
|
@ -761,18 +761,18 @@ nl:
|
|||
text_rmagick_available: RMagick beschikbaar (optioneel)
|
||||
text_select_mail_notifications: Selecteer acties waarvoor mededelingen via mail moeten worden verstuurd.
|
||||
text_select_project_modules: 'Selecteer de modules die u wilt gebruiken voor dit project:'
|
||||
text_status_changed_by_changeset: "Toegepast in changeset {{value}}."
|
||||
text_subprojects_destroy_warning: "De subprojecten: {{value}} zullen ook verwijderd worden."
|
||||
text_status_changed_by_changeset: "Toegepast in changeset %{value}."
|
||||
text_subprojects_destroy_warning: "De subprojecten: %{value} zullen ook verwijderd worden."
|
||||
text_tip_issue_begin_day: issue die op deze dag begint
|
||||
text_tip_issue_begin_end_day: issue die op deze dag begint en eindigt
|
||||
text_tip_issue_end_day: issue die op deze dag eindigt
|
||||
text_tracker_no_workflow: Geen workflow gedefinieerd voor deze tracker
|
||||
text_unallowed_characters: Niet toegestane tekens
|
||||
text_user_mail_option: "Bij niet-geselecteerde projecten zult u enkel notificaties ontvangen voor issues die u monitort of waar u bij betrokken bent (als auteur of toegewezen persoon)."
|
||||
text_user_wrote: "{{value}} schreef:"
|
||||
text_user_wrote: "%{value} schreef:"
|
||||
text_wiki_destroy_confirmation: Weet u zeker dat u deze wiki en zijn inhoud wenst te verwijderen?
|
||||
text_workflow_edit: Selecteer een rol en een tracker om de workflow te wijzigen
|
||||
warning_attachments_not_saved: "{{count}} bestand(en) konden niet opgeslagen worden."
|
||||
warning_attachments_not_saved: "%{count} bestand(en) konden niet opgeslagen worden."
|
||||
button_create_and_continue: Maak en ga verder
|
||||
text_custom_field_possible_values_info: 'Per lijn een waarde'
|
||||
label_display: Toon
|
||||
|
@ -787,21 +787,21 @@ nl:
|
|||
label_descending: Aflopend
|
||||
label_sort: Sorteer
|
||||
label_ascending: Oplopend
|
||||
label_date_from_to: Van {{start}} tot {{end}}
|
||||
label_date_from_to: Van %{start} tot %{end}
|
||||
label_greater_or_equal: ">="
|
||||
label_less_or_equal: <=
|
||||
text_wiki_page_destroy_question: Deze pagina heeft {{descendants}} subpagina's en onderliggende pagina's?. Wil wil je ermee doen?
|
||||
text_wiki_page_destroy_question: Deze pagina heeft %{descendants} subpagina's en onderliggende pagina's?. Wil wil je ermee doen?
|
||||
text_wiki_page_reassign_children: Alle subpagina's toewijzen aan deze hoofdpagina
|
||||
text_wiki_page_nullify_children: Behoud subpagina's als hoofdpagina's
|
||||
text_wiki_page_destroy_children: Verwijder alle subpagina's en onderliggende pagina's
|
||||
setting_password_min_length: Minimum wachtwoord lengte
|
||||
field_group_by: Groepeer resultaten per
|
||||
mail_subject_wiki_content_updated: "'{{id}}' wiki pagina is bijgewerkt"
|
||||
mail_subject_wiki_content_updated: "'%{id}' wiki pagina is bijgewerkt"
|
||||
label_wiki_content_added: Wiki pagina toegevoegd
|
||||
mail_subject_wiki_content_added: "'{{id}}' wiki pagina is toegevoegd"
|
||||
mail_body_wiki_content_added: The '{{id}}' wiki pagina is toegevoegd door {{author}}.
|
||||
mail_subject_wiki_content_added: "'%{id}' wiki pagina is toegevoegd"
|
||||
mail_body_wiki_content_added: The '%{id}' wiki pagina is toegevoegd door %{author}.
|
||||
label_wiki_content_updated: Wiki pagina bijgewerkt
|
||||
mail_body_wiki_content_updated: The '{{id}}' wiki pagina is bijgewerkt door {{author}}.
|
||||
mail_body_wiki_content_updated: The '%{id}' wiki pagina is bijgewerkt door %{author}.
|
||||
permission_add_project: Maak project
|
||||
setting_new_project_user_role_id: Rol van gebruiker die een project maakt
|
||||
label_view_all_revisions: Bekijk alle revisies
|
||||
|
@ -809,14 +809,14 @@ nl:
|
|||
label_branch: Branch
|
||||
error_no_tracker_in_project: Geen tracker is geassocieerd met dit project. Check de project instellingen.
|
||||
error_no_default_issue_status: Geen standaard issue status ingesteld. Check de configuratie (Ga naar "Administratie -> Issue statussen").
|
||||
text_journal_changed: "{{label}} gewijzigd van {{old}} naar {{new}}"
|
||||
text_journal_set_to: "{{label}} gewijzigd naar {{value}}"
|
||||
text_journal_deleted: "{{label}} verwijderd ({{old}})"
|
||||
text_journal_changed: "%{label} gewijzigd van %{old} naar %{new}"
|
||||
text_journal_set_to: "%{label} gewijzigd naar %{value}"
|
||||
text_journal_deleted: "%{label} verwijderd (%{old})"
|
||||
label_group_plural: Groepen
|
||||
label_group: Groep
|
||||
label_group_new: Nieuwe groep
|
||||
label_time_entry_plural: Bestede tijd
|
||||
text_journal_added: "{{label}} {{value}} toegevoegd"
|
||||
text_journal_added: "%{label} %{value} toegevoegd"
|
||||
field_active: Actief
|
||||
enumeration_system_activity: Systeem Activiteit
|
||||
permission_delete_issue_watchers: Verwijder volgers
|
||||
|
@ -851,9 +851,9 @@ nl:
|
|||
setting_start_of_week: Week begint op
|
||||
permission_view_issues: Bekijk Issues
|
||||
label_display_used_statuses_only: Laat alleen statussen zien die gebruikt worden door deze tracker
|
||||
label_revision_id: Revisie {{value}}
|
||||
label_revision_id: Revisie %{value}
|
||||
label_api_access_key: API access key
|
||||
label_api_access_key_created_on: API access key gemaakt {{value}} geleden
|
||||
label_api_access_key_created_on: API access key gemaakt %{value} geleden
|
||||
label_feeds_access_key: RSS access key
|
||||
notice_api_access_key_reseted: Uw API access key was gereset.
|
||||
setting_rest_api_enabled: Activeer REST web service
|
||||
|
@ -880,12 +880,12 @@ nl:
|
|||
label_subtask_plural: Subtasks
|
||||
label_project_copy_notifications: Stuur email notificaties voor de project kopie
|
||||
error_can_not_delete_custom_field: Verwijderen niet mogelijk van custom field
|
||||
error_unable_to_connect: Geen connectie ({{value}})
|
||||
error_unable_to_connect: Geen connectie (%{value})
|
||||
error_can_not_remove_role: Deze rol is in gebruik en kan niet worden verwijderd.
|
||||
error_can_not_delete_tracker: Deze tracker bevat nog issues en kan niet worden verwijderd.
|
||||
field_principal: Principal
|
||||
label_my_page_block: Mijn pagina block
|
||||
notice_failed_to_save_members: "Niet gelukt om lid/leden op te slaan: {{errors}}."
|
||||
notice_failed_to_save_members: "Niet gelukt om lid/leden op te slaan: %{errors}."
|
||||
text_zoom_out: Zoom uit
|
||||
text_zoom_in: Zoom in
|
||||
notice_unable_delete_time_entry: Verwijderen niet mogelijk van tijd log invoer.
|
||||
|
@ -893,7 +893,7 @@ nl:
|
|||
field_time_entries: Log tijd
|
||||
project_module_gantt: Gantt
|
||||
project_module_calendar: Kalender
|
||||
button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}"
|
||||
button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
|
||||
text_are_you_sure_with_children: Delete issue and all child issues?
|
||||
field_text: Text field
|
||||
label_user_mail_option_only_owner: Only for things I am the owner of
|
||||
|
@ -910,7 +910,7 @@ nl:
|
|||
field_visible: Visible
|
||||
setting_emails_header: Emails header
|
||||
setting_commit_logtime_activity_id: Activity for logged time
|
||||
text_time_logged_by_changeset: Applied in changeset {{value}}.
|
||||
text_time_logged_by_changeset: Applied in changeset %{value}.
|
||||
setting_commit_logtime_enabled: Enable time logging
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed ({{max}})
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
|
||||
setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
|
||||
|
|
|
@ -27,37 +27,37 @@
|
|||
half_a_minute: "et halvt minutt"
|
||||
less_than_x_seconds:
|
||||
one: "mindre enn 1 sekund"
|
||||
other: "mindre enn {{count}} sekunder"
|
||||
other: "mindre enn %{count} sekunder"
|
||||
x_seconds:
|
||||
one: "1 sekund"
|
||||
other: "{{count}} sekunder"
|
||||
other: "%{count} sekunder"
|
||||
less_than_x_minutes:
|
||||
one: "mindre enn 1 minutt"
|
||||
other: "mindre enn {{count}} minutter"
|
||||
other: "mindre enn %{count} minutter"
|
||||
x_minutes:
|
||||
one: "1 minutt"
|
||||
other: "{{count}} minutter"
|
||||
other: "%{count} minutter"
|
||||
about_x_hours:
|
||||
one: "rundt 1 time"
|
||||
other: "rundt {{count}} timer"
|
||||
other: "rundt %{count} timer"
|
||||
x_days:
|
||||
one: "1 dag"
|
||||
other: "{{count}} dager"
|
||||
other: "%{count} dager"
|
||||
about_x_months:
|
||||
one: "rundt 1 måned"
|
||||
other: "rundt {{count}} måneder"
|
||||
other: "rundt %{count} måneder"
|
||||
x_months:
|
||||
one: "1 måned"
|
||||
other: "{{count}} måneder"
|
||||
other: "%{count} måneder"
|
||||
about_x_years:
|
||||
one: "rundt 1 år"
|
||||
other: "rundt {{count}} år"
|
||||
other: "rundt %{count} år"
|
||||
over_x_years:
|
||||
one: "over 1 år"
|
||||
other: "over {{count}} år"
|
||||
other: "over %{count} år"
|
||||
almost_x_years:
|
||||
one: "nesten 1 år"
|
||||
other: "nesten {{count}} år"
|
||||
other: "nesten %{count} år"
|
||||
number:
|
||||
format:
|
||||
precision: 2
|
||||
|
@ -86,7 +86,7 @@
|
|||
activerecord:
|
||||
errors:
|
||||
template:
|
||||
header: "kunne ikke lagre {{model}} på grunn av {{count}} feil."
|
||||
header: "kunne ikke lagre %{model} på grunn av %{count} feil."
|
||||
body: "det oppstod problemer i følgende felt:"
|
||||
messages:
|
||||
inclusion: "er ikke inkludert i listen"
|
||||
|
@ -96,16 +96,16 @@
|
|||
accepted: "må være akseptert"
|
||||
empty: "kan ikke være tom"
|
||||
blank: "kan ikke være blank"
|
||||
too_long: "er for lang (maksimum {{count}} tegn)"
|
||||
too_short: "er for kort (minimum {{count}} tegn)"
|
||||
wrong_length: "er av feil lengde (maksimum {{count}} tegn)"
|
||||
too_long: "er for lang (maksimum %{count} tegn)"
|
||||
too_short: "er for kort (minimum %{count} tegn)"
|
||||
wrong_length: "er av feil lengde (maksimum %{count} tegn)"
|
||||
taken: "er allerede i bruk"
|
||||
not_a_number: "er ikke et tall"
|
||||
greater_than: "må være større enn {{count}}"
|
||||
greater_than_or_equal_to: "må være større enn eller lik {{count}}"
|
||||
equal_to: "må være lik {{count}}"
|
||||
less_than: "må være mindre enn {{count}}"
|
||||
less_than_or_equal_to: "må være mindre enn eller lik {{count}}"
|
||||
greater_than: "må være større enn %{count}"
|
||||
greater_than_or_equal_to: "må være større enn eller lik %{count}"
|
||||
equal_to: "må være lik %{count}"
|
||||
less_than: "må være mindre enn %{count}"
|
||||
less_than_or_equal_to: "må være mindre enn eller lik %{count}"
|
||||
odd: "må være oddetall"
|
||||
even: "må være partall"
|
||||
greater_than_start_date: "må være større enn startdato"
|
||||
|
@ -143,33 +143,33 @@
|
|||
notice_file_not_found: Siden du forsøkte å vise eksisterer ikke, eller er slettet.
|
||||
notice_locking_conflict: Data har blitt oppdatert av en annen bruker.
|
||||
notice_not_authorized: Du har ikke adgang til denne siden.
|
||||
notice_email_sent: "En e-post er sendt til {{value}}"
|
||||
notice_email_error: "En feil oppstod under sending av e-post ({{value}})"
|
||||
notice_email_sent: "En e-post er sendt til %{value}"
|
||||
notice_email_error: "En feil oppstod under sending av e-post (%{value})"
|
||||
notice_feeds_access_key_reseted: Din RSS-tilgangsnøkkel er nullstilt.
|
||||
notice_failed_to_save_issues: "Lykkes ikke å lagre {{count}} sak(er) på {{total}} valgt: {{ids}}."
|
||||
notice_failed_to_save_issues: "Lykkes ikke å lagre %{count} sak(er) på %{total} valgt: %{ids}."
|
||||
notice_no_issue_selected: "Ingen sak valgt! Vennligst merk sakene du vil endre."
|
||||
notice_account_pending: "Din konto ble opprettet og avventer nå administrativ godkjenning."
|
||||
notice_default_data_loaded: Standardkonfigurasjonen lastet inn.
|
||||
|
||||
error_can_t_load_default_data: "Standardkonfigurasjonen kunne ikke lastes inn: {{value}}"
|
||||
error_can_t_load_default_data: "Standardkonfigurasjonen kunne ikke lastes inn: %{value}"
|
||||
error_scm_not_found: "Elementet og/eller revisjonen eksisterer ikke i depoet."
|
||||
error_scm_command_failed: "En feil oppstod under tilkobling til depoet: {{value}}"
|
||||
error_scm_command_failed: "En feil oppstod under tilkobling til depoet: %{value}"
|
||||
error_scm_annotate: "Elementet eksisterer ikke, eller kan ikke noteres."
|
||||
error_issue_not_found_in_project: 'Saken eksisterer ikke, eller hører ikke til dette prosjektet'
|
||||
|
||||
mail_subject_lost_password: "Ditt {{value}} passord"
|
||||
mail_subject_lost_password: "Ditt %{value} passord"
|
||||
mail_body_lost_password: 'Klikk følgende lenke for å endre ditt passord:'
|
||||
mail_subject_register: "{{value}} kontoaktivering"
|
||||
mail_subject_register: "%{value} kontoaktivering"
|
||||
mail_body_register: 'Klikk følgende lenke for å aktivere din konto:'
|
||||
mail_body_account_information_external: "Du kan bruke din {{value}}-konto for å logge inn."
|
||||
mail_body_account_information_external: "Du kan bruke din %{value}-konto for å logge inn."
|
||||
mail_body_account_information: Informasjon om din konto
|
||||
mail_subject_account_activation_request: "{{value}} kontoaktivering"
|
||||
mail_body_account_activation_request: "En ny bruker ({{value}}) er registrert, og avventer din godkjenning:"
|
||||
mail_subject_reminder: "{{count}} sak(er) har frist de kommende {{days}} dagene"
|
||||
mail_body_reminder: "{{count}} sak(er) som er tildelt deg har frist de kommende {{days}} dager:"
|
||||
mail_subject_account_activation_request: "%{value} kontoaktivering"
|
||||
mail_body_account_activation_request: "En ny bruker (%{value}) er registrert, og avventer din godkjenning:"
|
||||
mail_subject_reminder: "%{count} sak(er) har frist de kommende %{days} dagene"
|
||||
mail_body_reminder: "%{count} sak(er) som er tildelt deg har frist de kommende %{days} dager:"
|
||||
|
||||
gui_validation_error: 1 feil
|
||||
gui_validation_error_plural: "{{count}} feil"
|
||||
gui_validation_error_plural: "%{count} feil"
|
||||
|
||||
field_name: Navn
|
||||
field_description: Beskrivelse
|
||||
|
@ -305,14 +305,14 @@
|
|||
label_x_projects:
|
||||
zero: ingen prosjekter
|
||||
one: 1 prosjekt
|
||||
other: "{{count}} prosjekter"
|
||||
other: "%{count} prosjekter"
|
||||
label_project_all: Alle prosjekter
|
||||
label_project_latest: Siste prosjekter
|
||||
label_issue: Sak
|
||||
label_issue_new: Ny sak
|
||||
label_issue_plural: Saker
|
||||
label_issue_view_all: Vis alle saker
|
||||
label_issues_by: "Saker etter {{value}}"
|
||||
label_issues_by: "Saker etter %{value}"
|
||||
label_issue_added: Sak lagt til
|
||||
label_issue_updated: Sak oppdatert
|
||||
label_document: Dokument
|
||||
|
@ -368,7 +368,7 @@
|
|||
label_auth_source_new: Ny autentifikasjonmodus
|
||||
label_auth_source_plural: Autentifikasjonsmoduser
|
||||
label_subproject_plural: Underprosjekter
|
||||
label_and_its_subprojects: "{{value}} og dets underprosjekter"
|
||||
label_and_its_subprojects: "%{value} og dets underprosjekter"
|
||||
label_min_max_length: Min.-maks. lengde
|
||||
label_list: Liste
|
||||
label_date: Dato
|
||||
|
@ -379,8 +379,8 @@
|
|||
label_text: Lang tekst
|
||||
label_attribute: Attributt
|
||||
label_attribute_plural: Attributter
|
||||
label_download: "{{count}} Nedlasting"
|
||||
label_download_plural: "{{count}} Nedlastinger"
|
||||
label_download: "%{count} Nedlasting"
|
||||
label_download_plural: "%{count} Nedlastinger"
|
||||
label_no_data: Ingen data å vise
|
||||
label_change_status: Endre status
|
||||
label_history: Historikk
|
||||
|
@ -411,17 +411,17 @@
|
|||
label_closed_issues: lukket
|
||||
label_closed_issues_plural: lukkede
|
||||
label_x_open_issues_abbr_on_total:
|
||||
zero: 0 åpne / {{total}}
|
||||
one: 1 åpen / {{total}}
|
||||
other: "{{count}} åpne / {{total}}"
|
||||
zero: 0 åpne / %{total}
|
||||
one: 1 åpen / %{total}
|
||||
other: "%{count} åpne / %{total}"
|
||||
label_x_open_issues_abbr:
|
||||
zero: 0 åpne
|
||||
one: 1 åpen
|
||||
other: "{{count}} åpne"
|
||||
other: "%{count} åpne"
|
||||
label_x_closed_issues_abbr:
|
||||
zero: 0 lukka
|
||||
one: 1 lukka
|
||||
other: "{{count}} lukka"
|
||||
other: "%{count} lukka"
|
||||
label_total: Totalt
|
||||
label_permissions: Godkjenninger
|
||||
label_current_status: Nåværende status
|
||||
|
@ -439,7 +439,7 @@
|
|||
label_months_from: måneder fra
|
||||
label_gantt: Gantt
|
||||
label_internal: Intern
|
||||
label_last_changes: "siste {{count}} endringer"
|
||||
label_last_changes: "siste %{count} endringer"
|
||||
label_change_view_all: Vis alle endringer
|
||||
label_personalize_page: Tilpass denne siden
|
||||
label_comment: Kommentar
|
||||
|
@ -447,7 +447,7 @@
|
|||
label_x_comments:
|
||||
zero: no kommentarer
|
||||
one: 1 kommentar
|
||||
other: "{{count}} kommentarer"
|
||||
other: "%{count} kommentarer"
|
||||
label_comment_add: Legg til kommentar
|
||||
label_comment_added: Kommentar lagt til
|
||||
label_comment_delete: Slett kommentar
|
||||
|
@ -466,7 +466,7 @@
|
|||
label_yesterday: i går
|
||||
label_this_week: denne uken
|
||||
label_last_week: sist uke
|
||||
label_last_n_days: "siste {{count}} dager"
|
||||
label_last_n_days: "siste %{count} dager"
|
||||
label_this_month: denne måneden
|
||||
label_last_month: siste måned
|
||||
label_this_year: dette året
|
||||
|
@ -480,8 +480,8 @@
|
|||
label_repository: Depot
|
||||
label_repository_plural: Depoter
|
||||
label_browse: Utforsk
|
||||
label_modification: "{{count}} endring"
|
||||
label_modification_plural: "{{count}} endringer"
|
||||
label_modification: "%{count} endring"
|
||||
label_modification_plural: "%{count} endringer"
|
||||
label_revision: Revisjon
|
||||
label_revision_plural: Revisjoner
|
||||
label_associated_revisions: Assosierte revisjoner
|
||||
|
@ -497,8 +497,8 @@
|
|||
label_sort_lower: Flytt ned
|
||||
label_sort_lowest: Flytt til bunnen
|
||||
label_roadmap: Veikart
|
||||
label_roadmap_due_in: "Frist om {{value}}"
|
||||
label_roadmap_overdue: "{{value}} over fristen"
|
||||
label_roadmap_due_in: "Frist om %{value}"
|
||||
label_roadmap_overdue: "%{value} over fristen"
|
||||
label_roadmap_no_issues: Ingen saker for denne versjonen
|
||||
label_search: Søk
|
||||
label_result_plural: Resultater
|
||||
|
@ -516,8 +516,8 @@
|
|||
label_changes_details: Detaljer om alle endringer
|
||||
label_issue_tracking: Sakssporing
|
||||
label_spent_time: Brukt tid
|
||||
label_f_hour: "{{value}} time"
|
||||
label_f_hour_plural: "{{value}} timer"
|
||||
label_f_hour: "%{value} time"
|
||||
label_f_hour_plural: "%{value} timer"
|
||||
label_time_tracking: Tidssporing
|
||||
label_change_plural: Endringer
|
||||
label_statistics: Statistikk
|
||||
|
@ -566,12 +566,12 @@
|
|||
label_date_from: Fra
|
||||
label_date_to: Til
|
||||
label_language_based: Basert på brukerens språk
|
||||
label_sort_by: "Sorter etter {{value}}"
|
||||
label_sort_by: "Sorter etter %{value}"
|
||||
label_send_test_email: Send en e-post-test
|
||||
label_feeds_access_key_created_on: "RSS tilgangsnøkkel opprettet for {{value}} siden"
|
||||
label_feeds_access_key_created_on: "RSS tilgangsnøkkel opprettet for %{value} siden"
|
||||
label_module_plural: Moduler
|
||||
label_added_time_by: "Lagt til av {{author}} for {{age}} siden"
|
||||
label_updated_time: "Oppdatert for {{value}} siden"
|
||||
label_added_time_by: "Lagt til av %{author} for %{age} siden"
|
||||
label_updated_time: "Oppdatert for %{value} siden"
|
||||
label_jump_to_a_project: Gå til et prosjekt...
|
||||
label_file_plural: Filer
|
||||
label_changeset_plural: Endringssett
|
||||
|
@ -587,7 +587,7 @@
|
|||
label_registration_activation_by_email: kontoaktivering pr. e-post
|
||||
label_registration_manual_activation: manuell kontoaktivering
|
||||
label_registration_automatic_activation: automatisk kontoaktivering
|
||||
label_display_per_page: "Pr. side: {{value}}"
|
||||
label_display_per_page: "Pr. side: %{value}"
|
||||
label_age: Alder
|
||||
label_change_properties: Endre egenskaper
|
||||
label_general: Generell
|
||||
|
@ -649,40 +649,40 @@
|
|||
text_regexp_info: eg. ^[A-Z0-9]+$
|
||||
text_min_max_length_info: 0 betyr ingen begrensning
|
||||
text_project_destroy_confirmation: Er du sikker på at du vil slette dette prosjekter og alle relatert data ?
|
||||
text_subprojects_destroy_warning: "Underprojekt(ene): {{value}} vil også bli slettet."
|
||||
text_subprojects_destroy_warning: "Underprojekt(ene): %{value} vil også bli slettet."
|
||||
text_workflow_edit: Velg en rolle og en sakstype for å endre arbeidsflyten
|
||||
text_are_you_sure: Er du sikker ?
|
||||
text_tip_issue_begin_day: oppgaven starter denne dagen
|
||||
text_tip_issue_end_day: oppgaven avsluttes denne dagen
|
||||
text_tip_issue_begin_end_day: oppgaven starter og avsluttes denne dagen
|
||||
text_project_identifier_info: 'Små bokstaver (a-z), nummer og bindestrek tillatt.<br />Identifikatoren kan ikke endres etter den er lagret.'
|
||||
text_caracters_maximum: "{{count}} tegn maksimum."
|
||||
text_caracters_minimum: "Må være minst {{count}} tegn langt."
|
||||
text_length_between: "Lengde mellom {{min}} og {{max}} tegn."
|
||||
text_caracters_maximum: "%{count} tegn maksimum."
|
||||
text_caracters_minimum: "Må være minst %{count} tegn langt."
|
||||
text_length_between: "Lengde mellom %{min} og %{max} tegn."
|
||||
text_tracker_no_workflow: Ingen arbeidsflyt definert for denne sakstypen
|
||||
text_unallowed_characters: Ugyldige tegn
|
||||
text_comma_separated: Flere verdier tillat (kommaseparert).
|
||||
text_issues_ref_in_commit_messages: Referering og retting av saker i innsendingsmelding
|
||||
text_issue_added: "Issue {{id}} has been reported by {{author}}."
|
||||
text_issue_updated: "Issue {{id}} has been updated by {{author}}."
|
||||
text_issue_added: "Issue %{id} has been reported by %{author}."
|
||||
text_issue_updated: "Issue %{id} has been updated by %{author}."
|
||||
text_wiki_destroy_confirmation: Er du sikker på at du vil slette denne wikien og alt innholdet ?
|
||||
text_issue_category_destroy_question: "Noen saker ({{count}}) er lagt til i denne kategorien. Hva vil du gjøre ?"
|
||||
text_issue_category_destroy_question: "Noen saker (%{count}) er lagt til i denne kategorien. Hva vil du gjøre ?"
|
||||
text_issue_category_destroy_assignments: Fjern bruk av kategorier
|
||||
text_issue_category_reassign_to: Overfør sakene til denne kategorien
|
||||
text_user_mail_option: "For ikke-valgte prosjekter vil du bare motta varsling om ting du overvåker eller er involveret i (eks. saker du er forfatter av eller er tildelt)."
|
||||
text_no_configuration_data: "Roller, arbeidsflyt, sakstyper og -statuser er ikke konfigurert enda.\nDet anbefales sterkt å laste inn standardkonfigurasjonen. Du vil kunne endre denne etter den er innlastet."
|
||||
text_load_default_configuration: Last inn standardkonfigurasjonen
|
||||
text_status_changed_by_changeset: "Brukt i endringssett {{value}}."
|
||||
text_status_changed_by_changeset: "Brukt i endringssett %{value}."
|
||||
text_issues_destroy_confirmation: 'Er du sikker på at du vil slette valgte sak(er) ?'
|
||||
text_select_project_modules: 'Velg moduler du vil aktivere for dette prosjektet:'
|
||||
text_default_administrator_account_changed: Standard administrator-konto er endret
|
||||
text_file_repository_writable: Fil-arkivet er skrivbart
|
||||
text_rmagick_available: RMagick er tilgjengelig (valgfritt)
|
||||
text_destroy_time_entries_question: "{{hours}} timer er ført på sakene du er i ferd med å slette. Hva vil du gjøre ?"
|
||||
text_destroy_time_entries_question: "%{hours} timer er ført på sakene du er i ferd med å slette. Hva vil du gjøre ?"
|
||||
text_destroy_time_entries: Slett førte timer
|
||||
text_assign_time_entries_to_project: Overfør førte timer til prosjektet
|
||||
text_reassign_time_entries: 'Overfør førte timer til denne saken:'
|
||||
text_user_wrote: "{{value}} skrev:"
|
||||
text_user_wrote: "%{value} skrev:"
|
||||
|
||||
default_role_manager: Leder
|
||||
default_role_developer: Utvikler
|
||||
|
@ -710,7 +710,7 @@
|
|||
enumeration_doc_categories: Dokument-kategorier
|
||||
enumeration_activities: Aktiviteter (tidssporing)
|
||||
text_enumeration_category_reassign_to: 'Endre dem til denne verdien:'
|
||||
text_enumeration_destroy_question: "{{count}} objekter er endret til denne verdien."
|
||||
text_enumeration_destroy_question: "%{count} objekter er endret til denne verdien."
|
||||
label_incoming_emails: Innkommende e-post
|
||||
label_generate_key: Generer en nøkkel
|
||||
setting_mail_handler_api_enabled: Skru på WS for innkommende e-post
|
||||
|
@ -776,12 +776,12 @@
|
|||
text_repository_usernames_mapping: "Select ou update the Redmine user mapped to each username found in the repository log.\nUsers with the same Redmine and repository username or email are automatically mapped."
|
||||
permission_edit_own_messages: Edit own messages
|
||||
permission_delete_own_messages: Delete own messages
|
||||
label_user_activity: "{{value}}'s activity"
|
||||
label_updated_time_by: "Updated by {{author}} {{age}} ago"
|
||||
label_user_activity: "%{value}'s activity"
|
||||
label_updated_time_by: "Updated by %{author} %{age} ago"
|
||||
text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.'
|
||||
setting_diff_max_lines_displayed: Max number of diff lines displayed
|
||||
text_plugin_assets_writable: Plugin assets directory writable
|
||||
warning_attachments_not_saved: "{{count}} file(s) could not be saved."
|
||||
warning_attachments_not_saved: "%{count} file(s) could not be saved."
|
||||
button_create_and_continue: Create and continue
|
||||
text_custom_field_possible_values_info: 'One line for each value'
|
||||
label_display: Display
|
||||
|
@ -796,21 +796,21 @@
|
|||
label_descending: Descending
|
||||
label_sort: Sort
|
||||
label_ascending: Ascending
|
||||
label_date_from_to: From {{start}} to {{end}}
|
||||
label_date_from_to: From %{start} to %{end}
|
||||
label_greater_or_equal: ">="
|
||||
label_less_or_equal: <=
|
||||
text_wiki_page_destroy_question: This page has {{descendants}} child page(s) and descendant(s). What do you want to do?
|
||||
text_wiki_page_destroy_question: This page has %{descendants} child page(s) and descendant(s). What do you want to do?
|
||||
text_wiki_page_reassign_children: Reassign child pages to this parent page
|
||||
text_wiki_page_nullify_children: Keep child pages as root pages
|
||||
text_wiki_page_destroy_children: Delete child pages and all their descendants
|
||||
setting_password_min_length: Minimum password length
|
||||
field_group_by: Group results by
|
||||
mail_subject_wiki_content_updated: "'{{id}}' wiki page has been updated"
|
||||
mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated"
|
||||
label_wiki_content_added: Wiki page added
|
||||
mail_subject_wiki_content_added: "'{{id}}' wiki page has been added"
|
||||
mail_body_wiki_content_added: The '{{id}}' wiki page has been added by {{author}}.
|
||||
mail_subject_wiki_content_added: "'%{id}' wiki page has been added"
|
||||
mail_body_wiki_content_added: The '%{id}' wiki page has been added by %{author}.
|
||||
label_wiki_content_updated: Wiki page updated
|
||||
mail_body_wiki_content_updated: The '{{id}}' wiki page has been updated by {{author}}.
|
||||
mail_body_wiki_content_updated: The '%{id}' wiki page has been updated by %{author}.
|
||||
permission_add_project: Create project
|
||||
setting_new_project_user_role_id: Role given to a non-admin user who creates a project
|
||||
label_view_all_revisions: View all revisions
|
||||
|
@ -818,14 +818,14 @@
|
|||
label_branch: Branch
|
||||
error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings.
|
||||
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
||||
text_journal_set_to: "{{label}} set to {{value}}"
|
||||
text_journal_deleted: "{{label}} deleted ({{old}})"
|
||||
text_journal_changed: "%{label} changed from %{old} to %{new}"
|
||||
text_journal_set_to: "%{label} set to %{value}"
|
||||
text_journal_deleted: "%{label} deleted (%{old})"
|
||||
label_group_plural: Groups
|
||||
label_group: Group
|
||||
label_group_new: New group
|
||||
label_time_entry_plural: Spent time
|
||||
text_journal_added: "{{label}} {{value}} added"
|
||||
text_journal_added: "%{label} %{value} added"
|
||||
field_active: Active
|
||||
enumeration_system_activity: System Activity
|
||||
permission_delete_issue_watchers: Delete watchers
|
||||
|
@ -860,9 +860,9 @@
|
|||
setting_start_of_week: Start calendars on
|
||||
permission_view_issues: View Issues
|
||||
label_display_used_statuses_only: Only display statuses that are used by this tracker
|
||||
label_revision_id: Revision {{value}}
|
||||
label_revision_id: Revision %{value}
|
||||
label_api_access_key: API access key
|
||||
label_api_access_key_created_on: API access key created {{value}} ago
|
||||
label_api_access_key_created_on: API access key created %{value} ago
|
||||
label_feeds_access_key: RSS access key
|
||||
notice_api_access_key_reseted: Your API access key was reset.
|
||||
setting_rest_api_enabled: Enable REST web service
|
||||
|
@ -889,12 +889,12 @@
|
|||
label_subtask_plural: Subtasks
|
||||
label_project_copy_notifications: Send email notifications during the project copy
|
||||
error_can_not_delete_custom_field: Unable to delete custom field
|
||||
error_unable_to_connect: Unable to connect ({{value}})
|
||||
error_unable_to_connect: Unable to connect (%{value})
|
||||
error_can_not_remove_role: This role is in use and can not be deleted.
|
||||
error_can_not_delete_tracker: This tracker contains issues and can't be deleted.
|
||||
field_principal: Principal
|
||||
label_my_page_block: My page block
|
||||
notice_failed_to_save_members: "Failed to save member(s): {{errors}}."
|
||||
notice_failed_to_save_members: "Failed to save member(s): %{errors}."
|
||||
text_zoom_out: Zoom out
|
||||
text_zoom_in: Zoom in
|
||||
notice_unable_delete_time_entry: Unable to delete time log entry.
|
||||
|
@ -902,7 +902,7 @@
|
|||
field_time_entries: Log time
|
||||
project_module_gantt: Gantt
|
||||
project_module_calendar: Calendar
|
||||
button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}"
|
||||
button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
|
||||
text_are_you_sure_with_children: Delete issue and all child issues?
|
||||
field_text: Text field
|
||||
label_user_mail_option_only_owner: Only for things I am the owner of
|
||||
|
@ -919,7 +919,7 @@
|
|||
field_visible: Visible
|
||||
setting_emails_header: Emails header
|
||||
setting_commit_logtime_activity_id: Activity for logged time
|
||||
text_time_logged_by_changeset: Applied in changeset {{value}}.
|
||||
text_time_logged_by_changeset: Applied in changeset %{value}.
|
||||
setting_commit_logtime_enabled: Enable time logging
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed ({{max}})
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
|
||||
setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
|
||||
|
|
|
@ -61,50 +61,50 @@ pl:
|
|||
half_a_minute: "pół minuty"
|
||||
less_than_x_seconds:
|
||||
one: "mniej niż sekundę"
|
||||
few: "mniej niż {{count}} sekundy"
|
||||
other: "mniej niż {{count}} sekund"
|
||||
few: "mniej niż %{count} sekundy"
|
||||
other: "mniej niż %{count} sekund"
|
||||
x_seconds:
|
||||
one: "sekundę"
|
||||
few: "{{count}} sekundy"
|
||||
other: "{{count}} sekund"
|
||||
few: "%{count} sekundy"
|
||||
other: "%{count} sekund"
|
||||
less_than_x_minutes:
|
||||
one: "mniej niż minutę"
|
||||
few: "mniej niż {{count}} minuty"
|
||||
other: "mniej niż {{count}} minut"
|
||||
few: "mniej niż %{count} minuty"
|
||||
other: "mniej niż %{count} minut"
|
||||
x_minutes:
|
||||
one: "minutę"
|
||||
few: "{{count}} minuty"
|
||||
other: "{{count}} minut"
|
||||
few: "%{count} minuty"
|
||||
other: "%{count} minut"
|
||||
about_x_hours:
|
||||
one: "około godziny"
|
||||
other: "około {{count}} godzin"
|
||||
other: "około %{count} godzin"
|
||||
x_days:
|
||||
one: "1 dzień"
|
||||
other: "{{count}} dni"
|
||||
other: "%{count} dni"
|
||||
about_x_months:
|
||||
one: "około miesiąca"
|
||||
other: "około {{count}} miesięcy"
|
||||
other: "około %{count} miesięcy"
|
||||
x_months:
|
||||
one: "1 miesiąc"
|
||||
few: "{{count}} miesiące"
|
||||
other: "{{count}} miesięcy"
|
||||
few: "%{count} miesiące"
|
||||
other: "%{count} miesięcy"
|
||||
about_x_years:
|
||||
one: "około roku"
|
||||
other: "około {{count}} lat"
|
||||
other: "około %{count} lat"
|
||||
over_x_years:
|
||||
one: "ponad rok"
|
||||
few: "ponad {{count}} lata"
|
||||
other: "ponad {{count}} lat"
|
||||
few: "ponad %{count} lata"
|
||||
other: "ponad %{count} lat"
|
||||
almost_x_years:
|
||||
one: "prawie rok"
|
||||
other: "prawie {{count}} lata"
|
||||
other: "prawie %{count} lata"
|
||||
|
||||
activerecord:
|
||||
errors:
|
||||
template:
|
||||
header:
|
||||
one: "{{model}} nie został zachowany z powodu jednego błędu"
|
||||
other: "{{model}} nie został zachowany z powodu {{count}} błędów"
|
||||
one: "%{model} nie został zachowany z powodu jednego błędu"
|
||||
other: "%{model} nie został zachowany z powodu %{count} błędów"
|
||||
body: "Błędy dotyczą następujących pól:"
|
||||
messages:
|
||||
inclusion: "nie znajduje się na liście dopuszczalnych wartości"
|
||||
|
@ -114,16 +114,16 @@ pl:
|
|||
accepted: "musi być zaakceptowane"
|
||||
empty: "nie może być puste"
|
||||
blank: "nie może być puste"
|
||||
too_long: "jest za długie (maksymalnie {{count}} znaków)"
|
||||
too_short: "jest za krótkie (minimalnie {{count}} znaków)"
|
||||
wrong_length: "jest nieprawidłowej długości (powinna wynosić {{count}} znaków)"
|
||||
too_long: "jest za długie (maksymalnie %{count} znaków)"
|
||||
too_short: "jest za krótkie (minimalnie %{count} znaków)"
|
||||
wrong_length: "jest nieprawidłowej długości (powinna wynosić %{count} znaków)"
|
||||
taken: "jest już zajęte"
|
||||
not_a_number: "nie jest liczbą"
|
||||
greater_than: "musi być większe niż {{count}}"
|
||||
greater_than_or_equal_to: "musi być większe lub równe {{count}}"
|
||||
equal_to: "musi być równe {{count}}"
|
||||
less_than: "musi być mniejsze niż {{count}}"
|
||||
less_than_or_equal_to: "musi być mniejsze lub równe {{count}}"
|
||||
greater_than: "musi być większe niż %{count}"
|
||||
greater_than_or_equal_to: "musi być większe lub równe %{count}"
|
||||
equal_to: "musi być równe %{count}"
|
||||
less_than: "musi być mniejsze niż %{count}"
|
||||
less_than_or_equal_to: "musi być mniejsze lub równe %{count}"
|
||||
odd: "musi być nieparzyste"
|
||||
even: "musi być parzyste"
|
||||
greater_than_start_date: "musi być większe niż początkowa data"
|
||||
|
@ -203,10 +203,10 @@ pl:
|
|||
enumeration_activities: Działania (śledzenie czasu)
|
||||
enumeration_doc_categories: Kategorie dokumentów
|
||||
enumeration_issue_priorities: Priorytety zagadnień
|
||||
error_can_t_load_default_data: "Domyślna konfiguracja nie może być załadowana: {{value}}"
|
||||
error_can_t_load_default_data: "Domyślna konfiguracja nie może być załadowana: %{value}"
|
||||
error_issue_not_found_in_project: 'Zaganienie nie zostało znalezione lub nie należy do tego projektu'
|
||||
error_scm_annotate: "Wpis nie istnieje lub nie można do niego dodawać adnotacji."
|
||||
error_scm_command_failed: "Wystąpił błąd przy próbie dostępu do repozytorium: {{value}}"
|
||||
error_scm_command_failed: "Wystąpił błąd przy próbie dostępu do repozytorium: %{value}"
|
||||
error_scm_not_found: "Obiekt lub wersja nie zostały znalezione w repozytorium."
|
||||
field_account: Konto
|
||||
field_activity: Aktywność
|
||||
|
@ -304,21 +304,21 @@ pl:
|
|||
general_text_no: 'nie'
|
||||
general_text_yes: 'tak'
|
||||
gui_validation_error: 1 błąd
|
||||
gui_validation_error_plural234: "{{count}} błędy"
|
||||
gui_validation_error_plural5: "{{count}} błędów"
|
||||
gui_validation_error_plural: "{{count}} błędów"
|
||||
gui_validation_error_plural234: "%{count} błędy"
|
||||
gui_validation_error_plural5: "%{count} błędów"
|
||||
gui_validation_error_plural: "%{count} błędów"
|
||||
label_activity: Aktywność
|
||||
label_add_another_file: Dodaj kolejny plik
|
||||
label_add_note: Dodaj notatkę
|
||||
label_added: dodane
|
||||
label_added_time_by: "Dodane przez {{author}} {{age}} temu"
|
||||
label_added_time_by: "Dodane przez %{author} %{age} temu"
|
||||
label_administration: Administracja
|
||||
label_age: Wiek
|
||||
label_ago: dni temu
|
||||
label_all: wszystko
|
||||
label_all_time: cały czas
|
||||
label_all_words: Wszystkie słowa
|
||||
label_and_its_subprojects: "{{value}} i podprojekty"
|
||||
label_and_its_subprojects: "%{value} i podprojekty"
|
||||
label_applied_status: Stosowany status
|
||||
label_assigned_to_me_issues: Zagadnienia przypisane do mnie
|
||||
label_associated_revisions: Skojarzone rewizje
|
||||
|
@ -353,17 +353,17 @@ pl:
|
|||
label_closed_issues_plural5: zamknięte
|
||||
label_closed_issues_plural: zamknięte
|
||||
label_x_open_issues_abbr_on_total:
|
||||
zero: 0 open / {{total}}
|
||||
one: 1 open / {{total}}
|
||||
other: "{{count}} open / {{total}}"
|
||||
zero: 0 open / %{total}
|
||||
one: 1 open / %{total}
|
||||
other: "%{count} open / %{total}"
|
||||
label_x_open_issues_abbr:
|
||||
zero: 0 open
|
||||
one: 1 open
|
||||
other: "{{count}} open"
|
||||
other: "%{count} open"
|
||||
label_x_closed_issues_abbr:
|
||||
zero: 0 closed
|
||||
one: 1 closed
|
||||
other: "{{count}} closed"
|
||||
other: "%{count} closed"
|
||||
label_comment: Komentarz
|
||||
label_comment_add: Dodaj komentarz
|
||||
label_comment_added: Komentarz dodany
|
||||
|
@ -374,7 +374,7 @@ pl:
|
|||
label_x_comments:
|
||||
zero: no comments
|
||||
one: 1 comment
|
||||
other: "{{count}} comments"
|
||||
other: "%{count} comments"
|
||||
label_commits_per_author: Zatwierdzenia według autorów
|
||||
label_commits_per_month: Zatwierdzenia według miesięcy
|
||||
label_confirmation: Potwierdzenie
|
||||
|
@ -398,15 +398,15 @@ pl:
|
|||
label_diff_inline: w linii
|
||||
label_diff_side_by_side: obok siebie
|
||||
label_disabled: zablokowany
|
||||
label_display_per_page: "Na stronę: {{value}}"
|
||||
label_display_per_page: "Na stronę: %{value}"
|
||||
label_document: Dokument
|
||||
label_document_added: Dodano dokument
|
||||
label_document_new: Nowy dokument
|
||||
label_document_plural: Dokumenty
|
||||
label_download: "{{count}} Pobranie"
|
||||
label_download_plural234: "{{count}} Pobrania"
|
||||
label_download_plural5: "{{count}} Pobrań"
|
||||
label_download_plural: "{{count}} Pobrania"
|
||||
label_download: "%{count} Pobranie"
|
||||
label_download_plural234: "%{count} Pobrania"
|
||||
label_download_plural5: "%{count} Pobrań"
|
||||
label_download_plural: "%{count} Pobrania"
|
||||
label_downloads_abbr: Pobieranie
|
||||
label_duplicated_by: zduplikowane przez
|
||||
label_duplicates: duplikaty
|
||||
|
@ -418,10 +418,10 @@ pl:
|
|||
label_equals: równa się
|
||||
label_example: Przykład
|
||||
label_export_to: Eksportuj do
|
||||
label_f_hour: "{{value}} godzina"
|
||||
label_f_hour_plural: "{{value}} godzin"
|
||||
label_f_hour: "%{value} godzina"
|
||||
label_f_hour_plural: "%{value} godzin"
|
||||
label_feed_plural: Ilość RSS
|
||||
label_feeds_access_key_created_on: "Klucz dostępu RSS stworzony {{value}} dni temu"
|
||||
label_feeds_access_key_created_on: "Klucz dostępu RSS stworzony %{value} dni temu"
|
||||
label_file_added: Dodano plik
|
||||
label_file_plural: Pliki
|
||||
label_filter_add: Dodaj filtr
|
||||
|
@ -458,13 +458,13 @@ pl:
|
|||
label_issue_updated: Uaktualniono zagadnienie
|
||||
label_issue_view_all: Zobacz wszystkie zagadnienia
|
||||
label_issue_watchers: Obserwatorzy
|
||||
label_issues_by: "Zagadnienia wprowadzone przez {{value}}"
|
||||
label_issues_by: "Zagadnienia wprowadzone przez %{value}"
|
||||
label_jump_to_a_project: Skocz do projektu...
|
||||
label_language_based: Na podstawie języka
|
||||
label_last_changes: "ostatnie {{count}} zmian"
|
||||
label_last_changes: "ostatnie %{count} zmian"
|
||||
label_last_login: Ostatnie połączenie
|
||||
label_last_month: ostatni miesiąc
|
||||
label_last_n_days: "ostatnie {{count}} dni"
|
||||
label_last_n_days: "ostatnie %{count} dni"
|
||||
label_last_week: ostatni tydzień
|
||||
label_latest_revision: Najnowsza rewizja
|
||||
label_latest_revision_plural: Najnowsze rewizje
|
||||
|
@ -485,10 +485,10 @@ pl:
|
|||
label_message_plural: Wiadomości
|
||||
label_message_posted: Dodano wiadomość
|
||||
label_min_max_length: Min - Maks długość
|
||||
label_modification: "{{count}} modyfikacja"
|
||||
label_modification_plural234: "{{count}} modyfikacje"
|
||||
label_modification_plural5: "{{count}} modyfikacji"
|
||||
label_modification_plural: "{{count}} modyfikacje"
|
||||
label_modification: "%{count} modyfikacja"
|
||||
label_modification_plural234: "%{count} modyfikacje"
|
||||
label_modification_plural5: "%{count} modyfikacji"
|
||||
label_modification_plural: "%{count} modyfikacje"
|
||||
label_modified: zmodyfikowane
|
||||
label_module_plural: Moduły
|
||||
label_month: Miesiąc
|
||||
|
@ -543,7 +543,7 @@ pl:
|
|||
label_x_projects:
|
||||
zero: brak projektów
|
||||
one: jeden projekt
|
||||
other: "{{count}} projektów"
|
||||
other: "%{count} projektów"
|
||||
label_public_projects: Projekty publiczne
|
||||
label_query: Kwerenda
|
||||
label_query_new: Nowa kwerenda
|
||||
|
@ -572,7 +572,7 @@ pl:
|
|||
label_roadmap: Mapa
|
||||
label_roadmap_due_in: W czasie
|
||||
label_roadmap_no_issues: Brak zagadnień do tej wersji
|
||||
label_roadmap_overdue: "{{value}} spóźnienia"
|
||||
label_roadmap_overdue: "%{value} spóźnienia"
|
||||
label_role: Rola
|
||||
label_role_and_permissions: Role i Uprawnienia
|
||||
label_role_new: Nowa rola
|
||||
|
@ -584,7 +584,7 @@ pl:
|
|||
label_send_test_email: Wyślij próbny email
|
||||
label_settings: Ustawienia
|
||||
label_show_completed_versions: Pokaż kompletne wersje
|
||||
label_sort_by: "Sortuj po {{value}}"
|
||||
label_sort_by: "Sortuj po %{value}"
|
||||
label_sort_higher: Do góry
|
||||
label_sort_highest: Przesuń na górę
|
||||
label_sort_lower: Do dołu
|
||||
|
@ -608,7 +608,7 @@ pl:
|
|||
label_tracker: Typ zagadnienia
|
||||
label_tracker_new: Nowy typ zagadnienia
|
||||
label_tracker_plural: Typy zagadnień
|
||||
label_updated_time: "Zaktualizowane {{value}} temu"
|
||||
label_updated_time: "Zaktualizowane %{value} temu"
|
||||
label_used_by: Używane przez
|
||||
label_user: Użytkownik
|
||||
label_user_mail_no_self_notified: "Nie chcę powiadomień o zmianach, które sam wprowadzam."
|
||||
|
@ -631,16 +631,16 @@ pl:
|
|||
label_workflow: Przepływ
|
||||
label_year: Rok
|
||||
label_yesterday: wczoraj
|
||||
mail_body_account_activation_request: "Zarejestrowano nowego użytkownika: ({{value}}). Konto oczekuje na twoje zatwierdzenie:"
|
||||
mail_body_account_activation_request: "Zarejestrowano nowego użytkownika: (%{value}). Konto oczekuje na twoje zatwierdzenie:"
|
||||
mail_body_account_information: Twoje konto
|
||||
mail_body_account_information_external: "Możesz użyć twojego {{value}} konta do zalogowania."
|
||||
mail_body_account_information_external: "Możesz użyć twojego %{value} konta do zalogowania."
|
||||
mail_body_lost_password: 'W celu zmiany swojego hasła użyj poniższego odnośnika:'
|
||||
mail_body_register: 'W celu aktywacji Twojego konta, użyj poniższego odnośnika:'
|
||||
mail_body_reminder: "Wykaz przypisanych do Ciebie zagadnień, których termin wypada w ciągu następnych {{count}} dni"
|
||||
mail_subject_account_activation_request: "Zapytanie aktywacyjne konta {{value}}"
|
||||
mail_subject_lost_password: "Twoje hasło do {{value}}"
|
||||
mail_subject_register: "Aktywacja konta w {{value}}"
|
||||
mail_subject_reminder: "Uwaga na terminy, masz zagadnienia do obsłużenia w ciągu następnych {{count}} dni! ({{days}})"
|
||||
mail_body_reminder: "Wykaz przypisanych do Ciebie zagadnień, których termin wypada w ciągu następnych %{count} dni"
|
||||
mail_subject_account_activation_request: "Zapytanie aktywacyjne konta %{value}"
|
||||
mail_subject_lost_password: "Twoje hasło do %{value}"
|
||||
mail_subject_register: "Aktywacja konta w %{value}"
|
||||
mail_subject_reminder: "Uwaga na terminy, masz zagadnienia do obsłużenia w ciągu następnych %{count} dni! (%{days})"
|
||||
notice_account_activated: Twoje konto zostało aktywowane. Możesz się zalogować.
|
||||
notice_account_invalid_creditentials: Zły użytkownik lub hasło
|
||||
notice_account_lost_email_sent: Email z instrukcjami zmiany hasła został wysłany do Ciebie.
|
||||
|
@ -652,9 +652,9 @@ pl:
|
|||
notice_account_wrong_password: Złe hasło
|
||||
notice_can_t_change_password: To konto ma zewnętrzne źródło identyfikacji. Nie możesz zmienić hasła.
|
||||
notice_default_data_loaded: Domyślna konfiguracja została pomyślnie załadowana.
|
||||
notice_email_error: "Wystąpił błąd w trakcie wysyłania maila ({{value}})"
|
||||
notice_email_sent: "Email został wysłany do {{value}}"
|
||||
notice_failed_to_save_issues: "Błąd podczas zapisu zagadnień {{count}} z {{total}} zaznaczonych: {{ids}}."
|
||||
notice_email_error: "Wystąpił błąd w trakcie wysyłania maila (%{value})"
|
||||
notice_email_sent: "Email został wysłany do %{value}"
|
||||
notice_failed_to_save_issues: "Błąd podczas zapisu zagadnień %{count} z %{total} zaznaczonych: %{ids}."
|
||||
notice_feeds_access_key_reseted: Twój klucz dostępu RSS został zrestetowany.
|
||||
notice_file_not_found: Strona do której próbujesz się dostać nie istnieje lub została usunięta.
|
||||
notice_locking_conflict: Dane poprawione przez innego użytkownika.
|
||||
|
@ -764,24 +764,24 @@ pl:
|
|||
status_registered: zarejestrowany
|
||||
text_are_you_sure: Jesteś pewien ?
|
||||
text_assign_time_entries_to_project: Przypisz wpisy dziennika do projektu
|
||||
text_caracters_maximum: "{{count}} znaków maksymalnie."
|
||||
text_caracters_minimum: "Musi być nie krótsze niż {{count}} znaków."
|
||||
text_caracters_maximum: "%{count} znaków maksymalnie."
|
||||
text_caracters_minimum: "Musi być nie krótsze niż %{count} znaków."
|
||||
text_comma_separated: Wielokrotne wartości dozwolone (rozdzielone przecinkami).
|
||||
text_default_administrator_account_changed: Zmieniono domyślne hasło administratora
|
||||
text_destroy_time_entries: Usuń wpisy dziennika
|
||||
text_destroy_time_entries_question: Przepracowano {{hours}} godzin przy zagadnieniu, które chcesz usunąć. Co chcesz zrobić?
|
||||
text_destroy_time_entries_question: Przepracowano %{hours} godzin przy zagadnieniu, które chcesz usunąć. Co chcesz zrobić?
|
||||
text_email_delivery_not_configured: "Dostarczanie poczty elektronicznej nie zostało skonfigurowane, więc powiadamianie jest nieaktywne.\nSkonfiguruj serwer SMTP w config/email.yml a następnie zrestartuj aplikację i uaktywnij to."
|
||||
text_enumeration_category_reassign_to: 'Zmień przypisanie na tą wartość:'
|
||||
text_enumeration_destroy_question: "{{count}} obiektów jest przypisana do tej wartości."
|
||||
text_enumeration_destroy_question: "%{count} obiektów jest przypisana do tej wartości."
|
||||
text_file_repository_writable: Zapisywalne repozytorium plików
|
||||
text_issue_added: "Zagadnienie {{id}} zostało wprowadzone (by {{author}})."
|
||||
text_issue_added: "Zagadnienie %{id} zostało wprowadzone (by %{author})."
|
||||
text_issue_category_destroy_assignments: Usuń przydziały kategorii
|
||||
text_issue_category_destroy_question: "Zagadnienia ({{count}}) są przypisane do tej kategorii. Co chcesz zrobić?"
|
||||
text_issue_category_destroy_question: "Zagadnienia (%{count}) są przypisane do tej kategorii. Co chcesz zrobić?"
|
||||
text_issue_category_reassign_to: Przydziel zagadnienie do tej kategorii
|
||||
text_issue_updated: "Zagadnienie {{id}} zostało zaktualizowane (by {{author}})."
|
||||
text_issue_updated: "Zagadnienie %{id} zostało zaktualizowane (by %{author})."
|
||||
text_issues_destroy_confirmation: 'Czy jestes pewien, że chcesz usunąć wskazane zagadnienia?'
|
||||
text_issues_ref_in_commit_messages: Odwołania do zagadnień w komentarzach zatwierdzeń
|
||||
text_length_between: "Długość pomiędzy {{min}} i {{max}} znaków."
|
||||
text_length_between: "Długość pomiędzy %{min} i %{max} znaków."
|
||||
text_load_default_configuration: Załaduj domyślną konfigurację
|
||||
text_min_max_length_info: 0 oznacza brak restrykcji
|
||||
text_no_configuration_data: "Role użytkowników, typy zagadnień, statusy zagadnień oraz przepływ pracy nie zostały jeszcze skonfigurowane.\nJest wysoce rekomendowane by załadować domyślną konfigurację. Po załadowaniu będzie możliwość edycji tych danych."
|
||||
|
@ -793,24 +793,24 @@ pl:
|
|||
text_rmagick_available: RMagick dostępne (opcjonalnie)
|
||||
text_select_mail_notifications: Zaznacz czynności przy których użytkownik powinien być powiadomiony mailem.
|
||||
text_select_project_modules: 'Wybierz moduły do aktywacji w tym projekcie:'
|
||||
text_status_changed_by_changeset: "Zastosowane w zmianach {{value}}."
|
||||
text_subprojects_destroy_warning: "Podprojekt(y): {{value}} zostaną także usunięte."
|
||||
text_status_changed_by_changeset: "Zastosowane w zmianach %{value}."
|
||||
text_subprojects_destroy_warning: "Podprojekt(y): %{value} zostaną także usunięte."
|
||||
text_tip_issue_begin_day: zadanie zaczynające się dzisiaj
|
||||
text_tip_issue_begin_end_day: zadanie zaczynające i kończące się dzisiaj
|
||||
text_tip_issue_end_day: zadanie kończące się dzisiaj
|
||||
text_tracker_no_workflow: Brak przepływu zdefiniowanego dla tego typu zagadnienia
|
||||
text_unallowed_characters: Niedozwolone znaki
|
||||
text_user_mail_option: "W przypadku niezaznaczonych projektów, będziesz otrzymywał powiadomienia tylko na temat zagadnień, które obserwujesz, lub w których bierzesz udział (np. jesteś autorem lub adresatem)."
|
||||
text_user_wrote: "{{value}} napisał:"
|
||||
text_user_wrote: "%{value} napisał:"
|
||||
text_wiki_destroy_confirmation: Jesteś pewien, że chcesz usunąć to wiki i całą jego zawartość ?
|
||||
text_workflow_edit: Zaznacz rolę i typ zagadnienia do edycji przepływu
|
||||
|
||||
label_user_activity: "Aktywność: {{value}}"
|
||||
label_updated_time_by: "Uaktualnione przez {{author}} {{age}} temu"
|
||||
label_user_activity: "Aktywność: %{value}"
|
||||
label_updated_time_by: "Uaktualnione przez %{author} %{age} temu"
|
||||
text_diff_truncated: '... Ten plik różnic został przycięty ponieważ jest zbyt długi.'
|
||||
setting_diff_max_lines_displayed: Maksymalna liczba linii różnicy do pokazania
|
||||
text_plugin_assets_writable: Zapisywalny katalog zasobów wtyczek
|
||||
warning_attachments_not_saved: "{{count}} załącznik(ów) nie zostało zapisanych."
|
||||
warning_attachments_not_saved: "%{count} załącznik(ów) nie zostało zapisanych."
|
||||
field_editable: Edytowalne
|
||||
label_display: Wygląd
|
||||
button_create_and_continue: Stwórz i dodaj kolejne
|
||||
|
@ -825,21 +825,21 @@ pl:
|
|||
label_descending: Malejąco
|
||||
label_sort: Sortuj
|
||||
label_ascending: Rosnąco
|
||||
label_date_from_to: Od {{start}} do {{end}}
|
||||
label_date_from_to: Od %{start} do %{end}
|
||||
label_greater_or_equal: ">="
|
||||
label_less_or_equal: <=
|
||||
text_wiki_page_destroy_question: Ta strona posiada podstrony ({{descendants}}). Co chcesz zrobić?
|
||||
text_wiki_page_destroy_question: Ta strona posiada podstrony (%{descendants}). Co chcesz zrobić?
|
||||
text_wiki_page_reassign_children: Podepnij je do strony nadrzędnej względem usuwanej
|
||||
text_wiki_page_nullify_children: Przesuń je na szczyt hierarchii
|
||||
text_wiki_page_destroy_children: Usuń wszystkie podstrony
|
||||
setting_password_min_length: Minimalna długość hasła
|
||||
field_group_by: Grupuj wyniki wg
|
||||
mail_subject_wiki_content_updated: "Strona wiki '{{id}}' została uaktualniona"
|
||||
mail_subject_wiki_content_updated: "Strona wiki '%{id}' została uaktualniona"
|
||||
label_wiki_content_added: Dodano stronę wiki
|
||||
mail_subject_wiki_content_added: "Strona wiki '{{id}}' została dodana"
|
||||
mail_body_wiki_content_added: Strona wiki '{{id}}' została dodana przez {{author}}.
|
||||
mail_subject_wiki_content_added: "Strona wiki '%{id}' została dodana"
|
||||
mail_body_wiki_content_added: Strona wiki '%{id}' została dodana przez %{author}.
|
||||
label_wiki_content_updated: Uaktualniono stronę wiki
|
||||
mail_body_wiki_content_updated: Strona wiki '{{id}}' została uaktualniona przez {{author}}.
|
||||
mail_body_wiki_content_updated: Strona wiki '%{id}' została uaktualniona przez %{author}.
|
||||
permission_add_project: Tworzenie projektu
|
||||
setting_new_project_user_role_id: Rola nadawana twórcom projektów, którzy nie posiadają uprawnień administatora
|
||||
label_view_all_revisions: Pokaż wszystkie rewizje
|
||||
|
@ -847,14 +847,14 @@ pl:
|
|||
label_branch: Gałąź
|
||||
error_no_tracker_in_project: Projekt nie posiada powiązanych typów zagadnień. Sprawdź ustawienia projektu.
|
||||
error_no_default_issue_status: Nie zdefiniowano domyślnego statusu zagadnień. Sprawdź konfigurację (Przejdź do "Administracja -> Statusy zagadnień).
|
||||
text_journal_changed: "Zmieniono {{label}} z {{old}} na {{new}}"
|
||||
text_journal_set_to: "Ustawiono {{label}} na {{value}}"
|
||||
text_journal_deleted: "Usunięto {{label}} ({{old}})"
|
||||
text_journal_changed: "Zmieniono %{label} z %{old} na %{new}"
|
||||
text_journal_set_to: "Ustawiono %{label} na %{value}"
|
||||
text_journal_deleted: "Usunięto %{label} (%{old})"
|
||||
label_group_plural: Grupy
|
||||
label_group: Grupa
|
||||
label_group_new: Nowa grupa
|
||||
label_time_entry_plural: Przepracowany czas
|
||||
text_journal_added: "Dodano {{label}} {{value}}"
|
||||
text_journal_added: "Dodano %{label} %{value}"
|
||||
field_active: Aktywne
|
||||
enumeration_system_activity: Aktywność Systemowa
|
||||
button_copy_and_follow: Kopiuj i przejdź do kopii zagadnienia
|
||||
|
@ -868,7 +868,7 @@ pl:
|
|||
error_workflow_copy_target: Proszę wybrać docelowe typ(y) zagadnień i rolę(e)
|
||||
field_sharing: Współdzielenie
|
||||
label_api_access_key: Klucz dostępu do API
|
||||
label_api_access_key_created_on: Klucz dostępu do API został utworzony {{value}} temu
|
||||
label_api_access_key_created_on: Klucz dostępu do API został utworzony %{value} temu
|
||||
label_close_versions: Zamknij ukończone wersje
|
||||
label_copy_same_as_target: Jak cel
|
||||
label_copy_source: Źródło
|
||||
|
@ -877,7 +877,7 @@ pl:
|
|||
label_feeds_access_key: Klucz dostępu do RSS
|
||||
label_missing_api_access_key: Brakuje klucza dostępu do API
|
||||
label_missing_feeds_access_key: Brakuje klucza dostępu do RSS
|
||||
label_revision_id: Rewizja {{value}}
|
||||
label_revision_id: Rewizja %{value}
|
||||
label_subproject_new: Nowy podprojekt
|
||||
label_update_issue_done_ratios: Uaktualnij % wykonania
|
||||
label_user_anonymous: Anonimowy
|
||||
|
@ -919,12 +919,12 @@ pl:
|
|||
label_subtask_plural: Podzagadnienia
|
||||
label_project_copy_notifications: Wyślij powiadomienia mailowe przy kopiowaniu projektu
|
||||
error_can_not_delete_custom_field: Nie można usunąć tego pola
|
||||
error_unable_to_connect: Nie można połączyć ({{value}})
|
||||
error_unable_to_connect: Nie można połączyć (%{value})
|
||||
error_can_not_remove_role: Ta rola przypisana jest niektórym użytkownikom i nie może zostać usunięta.
|
||||
error_can_not_delete_tracker: Ten typ przypisany jest do części zagadnień i nie może zostać usunięty.
|
||||
field_principal: Przełożony
|
||||
label_my_page_block: Elementy
|
||||
notice_failed_to_save_members: "Nie można zapisać uczestników: {{errors}}."
|
||||
notice_failed_to_save_members: "Nie można zapisać uczestników: %{errors}."
|
||||
text_zoom_out: Zmniejsz czcionkę
|
||||
text_zoom_in: Powiększ czcionkę
|
||||
notice_unable_delete_time_entry: Nie można usunąć wpisu z dziennika.
|
||||
|
@ -932,7 +932,7 @@ pl:
|
|||
field_time_entries: Dziennik
|
||||
project_module_gantt: Diagram Gantta
|
||||
project_module_calendar: Kalendarz
|
||||
button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}"
|
||||
button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
|
||||
text_are_you_sure_with_children: Delete issue and all child issues?
|
||||
field_text: Text field
|
||||
label_user_mail_option_only_owner: Only for things I am the owner of
|
||||
|
@ -949,7 +949,7 @@ pl:
|
|||
field_visible: Visible
|
||||
setting_emails_header: Emails header
|
||||
setting_commit_logtime_activity_id: Activity for logged time
|
||||
text_time_logged_by_changeset: Applied in changeset {{value}}.
|
||||
text_time_logged_by_changeset: Applied in changeset %{value}.
|
||||
setting_commit_logtime_enabled: Enable time logging
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed ({{max}})
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
|
||||
setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
|
||||
|
|
|
@ -33,46 +33,46 @@ pt-BR:
|
|||
half_a_minute: 'meio minuto'
|
||||
less_than_x_seconds:
|
||||
one: 'menos de 1 segundo'
|
||||
other: 'menos de {{count}} segundos'
|
||||
other: 'menos de %{count} segundos'
|
||||
|
||||
x_seconds:
|
||||
one: '1 segundo'
|
||||
other: '{{count}} segundos'
|
||||
other: '%{count} segundos'
|
||||
|
||||
less_than_x_minutes:
|
||||
one: 'menos de um minuto'
|
||||
other: 'menos de {{count}} minutos'
|
||||
other: 'menos de %{count} minutos'
|
||||
|
||||
x_minutes:
|
||||
one: '1 minuto'
|
||||
other: '{{count}} minutos'
|
||||
other: '%{count} minutos'
|
||||
|
||||
about_x_hours:
|
||||
one: 'aproximadamente 1 hora'
|
||||
other: 'aproximadamente {{count}} horas'
|
||||
other: 'aproximadamente %{count} horas'
|
||||
|
||||
x_days:
|
||||
one: '1 dia'
|
||||
other: '{{count}} dias'
|
||||
other: '%{count} dias'
|
||||
|
||||
about_x_months:
|
||||
one: 'aproximadamente 1 mês'
|
||||
other: 'aproximadamente {{count}} meses'
|
||||
other: 'aproximadamente %{count} meses'
|
||||
|
||||
x_months:
|
||||
one: '1 mês'
|
||||
other: '{{count}} meses'
|
||||
other: '%{count} meses'
|
||||
|
||||
about_x_years:
|
||||
one: 'aproximadamente 1 ano'
|
||||
other: 'aproximadamente {{count}} anos'
|
||||
other: 'aproximadamente %{count} anos'
|
||||
|
||||
over_x_years:
|
||||
one: 'mais de 1 ano'
|
||||
other: 'mais de {{count}} anos'
|
||||
other: 'mais de %{count} anos'
|
||||
almost_x_years:
|
||||
one: "almost 1 year"
|
||||
other: "almost {{count}} years"
|
||||
other: "almost %{count} years"
|
||||
|
||||
# numeros
|
||||
number:
|
||||
|
@ -118,7 +118,7 @@ pt-BR:
|
|||
template:
|
||||
header:
|
||||
one: "model não pode ser salvo: 1 erro"
|
||||
other: "model não pode ser salvo: {{count}} erros."
|
||||
other: "model não pode ser salvo: %{count} erros."
|
||||
body: "Por favor, verifique os seguintes campos:"
|
||||
messages:
|
||||
inclusion: "não está incluso na lista"
|
||||
|
@ -128,16 +128,16 @@ pt-BR:
|
|||
accepted: "precisa ser aceito"
|
||||
empty: "não pode ficar vazio"
|
||||
blank: "não pode ficar vazio"
|
||||
too_long: "é muito longo (máximo: {{count}} caracteres)"
|
||||
too_short: "é muito curto (mínimon: {{count}} caracteres)"
|
||||
wrong_length: "deve ter {{count}} caracteres"
|
||||
too_long: "é muito longo (máximo: %{count} caracteres)"
|
||||
too_short: "é muito curto (mínimon: %{count} caracteres)"
|
||||
wrong_length: "deve ter %{count} caracteres"
|
||||
taken: "não está disponível"
|
||||
not_a_number: "não é um número"
|
||||
greater_than: "precisa ser maior do que {{count}}"
|
||||
greater_than_or_equal_to: "precisa ser maior ou igual a {{count}}"
|
||||
equal_to: "precisa ser igual a {{count}}"
|
||||
less_than: "precisa ser menor do que {{count}}"
|
||||
less_than_or_equal_to: "precisa ser menor ou igual a {{count}}"
|
||||
greater_than: "precisa ser maior do que %{count}"
|
||||
greater_than_or_equal_to: "precisa ser maior ou igual a %{count}"
|
||||
equal_to: "precisa ser igual a %{count}"
|
||||
less_than: "precisa ser menor do que %{count}"
|
||||
less_than_or_equal_to: "precisa ser menor ou igual a %{count}"
|
||||
odd: "precisa ser ímpar"
|
||||
even: "precisa ser par"
|
||||
greater_than_start_date: "deve ser maior que a data inicial"
|
||||
|
@ -174,35 +174,35 @@ pt-BR:
|
|||
notice_file_not_found: A página que você está tentando acessar não existe ou foi excluída.
|
||||
notice_locking_conflict: Os dados foram atualizados por outro usuário.
|
||||
notice_not_authorized: Você não está autorizado a acessar esta página.
|
||||
notice_email_sent: "Um e-mail foi enviado para {{value}}"
|
||||
notice_email_error: "Ocorreu um erro ao enviar o e-mail ({{value}})"
|
||||
notice_email_sent: "Um e-mail foi enviado para %{value}"
|
||||
notice_email_error: "Ocorreu um erro ao enviar o e-mail (%{value})"
|
||||
notice_feeds_access_key_reseted: Sua chave RSS foi reconfigurada.
|
||||
notice_failed_to_save_issues: "Problema ao salvar {{count}} tarefa(s) de {{total}} selecionadas: {{ids}}."
|
||||
notice_failed_to_save_issues: "Problema ao salvar %{count} tarefa(s) de %{total} selecionadas: %{ids}."
|
||||
notice_no_issue_selected: "Nenhuma tarefa selecionada! Por favor, marque as tarefas que você deseja editar."
|
||||
notice_account_pending: "Sua conta foi criada e está aguardando aprovação do administrador."
|
||||
notice_default_data_loaded: Configuração padrão carregada com sucesso.
|
||||
|
||||
error_can_t_load_default_data: "A configuração padrão não pode ser carregada: {{value}}"
|
||||
error_can_t_load_default_data: "A configuração padrão não pode ser carregada: %{value}"
|
||||
error_scm_not_found: "A entrada e/ou a revisão não existe no repositório."
|
||||
error_scm_command_failed: "Ocorreu um erro ao tentar acessar o repositório: {{value}}"
|
||||
error_scm_command_failed: "Ocorreu um erro ao tentar acessar o repositório: %{value}"
|
||||
error_scm_annotate: "Esta entrada não existe ou não pode ser anotada."
|
||||
error_issue_not_found_in_project: 'A tarefa não foi encontrada ou não pertence a este projeto'
|
||||
error_no_tracker_in_project: 'Não há um tipo de tarefa associado a este projeto. Favor verificar as configurações do projeto.'
|
||||
error_no_default_issue_status: 'A situação padrão para tarefa não está definida. Favor verificar sua configuração (Vá em "Administração -> Situação da tarefa").'
|
||||
|
||||
mail_subject_lost_password: "Sua senha do {{value}}."
|
||||
mail_subject_lost_password: "Sua senha do %{value}."
|
||||
mail_body_lost_password: 'Para mudar sua senha, clique no link abaixo:'
|
||||
mail_subject_register: "Ativação de conta do {{value}}."
|
||||
mail_subject_register: "Ativação de conta do %{value}."
|
||||
mail_body_register: 'Para ativar sua conta, clique no link abaixo:'
|
||||
mail_body_account_information_external: "Você pode usar sua conta do {{value}} para entrar."
|
||||
mail_body_account_information_external: "Você pode usar sua conta do %{value} para entrar."
|
||||
mail_body_account_information: Informações sobre sua conta
|
||||
mail_subject_account_activation_request: "{{value}} - Requisição de ativação de conta"
|
||||
mail_body_account_activation_request: "Um novo usuário ({{value}}) se registrou. A conta está aguardando sua aprovação:"
|
||||
mail_subject_reminder: "{{count}} tarefa(s) com data prevista para os próximos {{days}} dias"
|
||||
mail_body_reminder: "{{count}} tarefa(s) para você com data prevista para os próximos {{days}} dias:"
|
||||
mail_subject_account_activation_request: "%{value} - Requisição de ativação de conta"
|
||||
mail_body_account_activation_request: "Um novo usuário (%{value}) se registrou. A conta está aguardando sua aprovação:"
|
||||
mail_subject_reminder: "%{count} tarefa(s) com data prevista para os próximos %{days} dias"
|
||||
mail_body_reminder: "%{count} tarefa(s) para você com data prevista para os próximos %{days} dias:"
|
||||
|
||||
gui_validation_error: 1 erro
|
||||
gui_validation_error_plural: "{{count}} erros"
|
||||
gui_validation_error_plural: "%{count} erros"
|
||||
|
||||
field_name: Nome
|
||||
field_description: Descrição
|
||||
|
@ -343,14 +343,14 @@ pt-BR:
|
|||
label_x_projects:
|
||||
zero: nenhum projeto
|
||||
one: 1 projeto
|
||||
other: "{{count}} projetos"
|
||||
other: "%{count} projetos"
|
||||
label_project_all: Todos os projetos
|
||||
label_project_latest: Últimos projetos
|
||||
label_issue: Tarefa
|
||||
label_issue_new: Nova tarefa
|
||||
label_issue_plural: Tarefas
|
||||
label_issue_view_all: Ver todas as tarefas
|
||||
label_issues_by: "Tarefas por {{value}}"
|
||||
label_issues_by: "Tarefas por %{value}"
|
||||
label_issue_added: Tarefa adicionada
|
||||
label_issue_updated: Tarefa atualizada
|
||||
label_document: Documento
|
||||
|
@ -406,7 +406,7 @@ pt-BR:
|
|||
label_auth_source_new: Novo modo de autenticação
|
||||
label_auth_source_plural: Modos de autenticação
|
||||
label_subproject_plural: Sub-projetos
|
||||
label_and_its_subprojects: "{{value}} e seus sub-projetos"
|
||||
label_and_its_subprojects: "%{value} e seus sub-projetos"
|
||||
label_min_max_length: Tamanho mín-máx
|
||||
label_list: Lista
|
||||
label_date: Data
|
||||
|
@ -417,8 +417,8 @@ pt-BR:
|
|||
label_text: Texto longo
|
||||
label_attribute: Atributo
|
||||
label_attribute_plural: Atributos
|
||||
label_download: "{{count}} Download"
|
||||
label_download_plural: "{{count}} Downloads"
|
||||
label_download: "%{count} Download"
|
||||
label_download_plural: "%{count} Downloads"
|
||||
label_no_data: Nenhuma informação disponível
|
||||
label_change_status: Alterar situação
|
||||
label_history: Histórico
|
||||
|
@ -449,17 +449,17 @@ pt-BR:
|
|||
label_closed_issues: Fechada
|
||||
label_closed_issues_plural: Fechadas
|
||||
label_x_open_issues_abbr_on_total:
|
||||
zero: 0 aberta / {{total}}
|
||||
one: 1 aberta / {{total}}
|
||||
other: "{{count}} abertas / {{total}}"
|
||||
zero: 0 aberta / %{total}
|
||||
one: 1 aberta / %{total}
|
||||
other: "%{count} abertas / %{total}"
|
||||
label_x_open_issues_abbr:
|
||||
zero: 0 aberta
|
||||
one: 1 aberta
|
||||
other: "{{count}} abertas"
|
||||
other: "%{count} abertas"
|
||||
label_x_closed_issues_abbr:
|
||||
zero: 0 fechada
|
||||
one: 1 fechada
|
||||
other: "{{count}} fechadas"
|
||||
other: "%{count} fechadas"
|
||||
label_total: Total
|
||||
label_permissions: Permissões
|
||||
label_current_status: Situação atual
|
||||
|
@ -477,7 +477,7 @@ pt-BR:
|
|||
label_months_from: meses a partir de
|
||||
label_gantt: Gantt
|
||||
label_internal: Interno
|
||||
label_last_changes: "últimas {{count}} alterações"
|
||||
label_last_changes: "últimas %{count} alterações"
|
||||
label_change_view_all: Mostrar todas as alterações
|
||||
label_personalize_page: Personalizar esta página
|
||||
label_comment: Comentário
|
||||
|
@ -485,7 +485,7 @@ pt-BR:
|
|||
label_x_comments:
|
||||
zero: nenhum comentário
|
||||
one: 1 comentário
|
||||
other: "{{count}} comentários"
|
||||
other: "%{count} comentários"
|
||||
label_comment_add: Adicionar comentário
|
||||
label_comment_added: Comentário adicionado
|
||||
label_comment_delete: Excluir comentário
|
||||
|
@ -504,7 +504,7 @@ pt-BR:
|
|||
label_yesterday: ontem
|
||||
label_this_week: esta semana
|
||||
label_last_week: última semana
|
||||
label_last_n_days: "últimos {{count}} dias"
|
||||
label_last_n_days: "últimos %{count} dias"
|
||||
label_this_month: este mês
|
||||
label_last_month: último mês
|
||||
label_this_year: este ano
|
||||
|
@ -518,8 +518,8 @@ pt-BR:
|
|||
label_repository: Repositório
|
||||
label_repository_plural: Repositórios
|
||||
label_browse: Procurar
|
||||
label_modification: "{{count}} alteração"
|
||||
label_modification_plural: "{{count}} alterações"
|
||||
label_modification: "%{count} alteração"
|
||||
label_modification_plural: "%{count} alterações"
|
||||
label_revision: Revisão
|
||||
label_revision_plural: Revisões
|
||||
label_associated_revisions: Revisões associadas
|
||||
|
@ -535,8 +535,8 @@ pt-BR:
|
|||
label_sort_lower: Mover para baixo
|
||||
label_sort_lowest: Mover para o fim
|
||||
label_roadmap: Planejamento
|
||||
label_roadmap_due_in: "Previsto para {{value}}"
|
||||
label_roadmap_overdue: "{{value}} atrasado"
|
||||
label_roadmap_due_in: "Previsto para %{value}"
|
||||
label_roadmap_overdue: "%{value} atrasado"
|
||||
label_roadmap_no_issues: Sem tarefas para esta versão
|
||||
label_search: Busca
|
||||
label_result_plural: Resultados
|
||||
|
@ -554,8 +554,8 @@ pt-BR:
|
|||
label_changes_details: Detalhes de todas as alterações
|
||||
label_issue_tracking: Tarefas
|
||||
label_spent_time: Tempo gasto
|
||||
label_f_hour: "{{value}} hora"
|
||||
label_f_hour_plural: "{{value}} horas"
|
||||
label_f_hour: "%{value} hora"
|
||||
label_f_hour_plural: "%{value} horas"
|
||||
label_time_tracking: Controle de horas
|
||||
label_change_plural: Alterações
|
||||
label_statistics: Estatísticas
|
||||
|
@ -604,12 +604,12 @@ pt-BR:
|
|||
label_date_from: De
|
||||
label_date_to: Para
|
||||
label_language_based: Com base no idioma do usuário
|
||||
label_sort_by: "Ordenar por {{value}}"
|
||||
label_sort_by: "Ordenar por %{value}"
|
||||
label_send_test_email: Enviar um e-mail de teste
|
||||
label_feeds_access_key_created_on: "chave de acesso RSS criada {{value}} atrás"
|
||||
label_feeds_access_key_created_on: "chave de acesso RSS criada %{value} atrás"
|
||||
label_module_plural: Módulos
|
||||
label_added_time_by: "Adicionado por {{author}} {{age}} atrás"
|
||||
label_updated_time: "Atualizado {{value}} atrás"
|
||||
label_added_time_by: "Adicionado por %{author} %{age} atrás"
|
||||
label_updated_time: "Atualizado %{value} atrás"
|
||||
label_jump_to_a_project: Ir para o projeto...
|
||||
label_file_plural: Arquivos
|
||||
label_changeset_plural: Changesets
|
||||
|
@ -625,7 +625,7 @@ pt-BR:
|
|||
label_registration_activation_by_email: ativação de conta por e-mail
|
||||
label_registration_manual_activation: ativação manual de conta
|
||||
label_registration_automatic_activation: ativação automática de conta
|
||||
label_display_per_page: "Por página: {{value}}"
|
||||
label_display_per_page: "Por página: %{value}"
|
||||
label_age: Idade
|
||||
label_change_properties: Alterar propriedades
|
||||
label_general: Geral
|
||||
|
@ -691,41 +691,41 @@ pt-BR:
|
|||
text_regexp_info: ex. ^[A-Z0-9]+$
|
||||
text_min_max_length_info: 0 = sem restrição
|
||||
text_project_destroy_confirmation: Você tem certeza que deseja excluir este projeto e todos os dados relacionados?
|
||||
text_subprojects_destroy_warning: "Seu(s) subprojeto(s): {{value}} também serão excluídos."
|
||||
text_subprojects_destroy_warning: "Seu(s) subprojeto(s): %{value} também serão excluídos."
|
||||
text_workflow_edit: Selecione um papel e um tipo de tarefa para editar o fluxo de trabalho
|
||||
text_are_you_sure: Você tem certeza?
|
||||
text_tip_issue_begin_day: tarefa inicia neste dia
|
||||
text_tip_issue_end_day: tarefa termina neste dia
|
||||
text_tip_issue_begin_end_day: tarefa inicia e termina neste dia
|
||||
text_project_identifier_info: 'Letras minúsculas (a-z), números e hífens permitidos.<br />Uma vez salvo, o identificador não poderá ser alterado.'
|
||||
text_caracters_maximum: "máximo {{count}} caracteres"
|
||||
text_caracters_minimum: "deve ter ao menos {{count}} caracteres."
|
||||
text_length_between: "deve ter entre {{min}} e {{max}} caracteres."
|
||||
text_caracters_maximum: "máximo %{count} caracteres"
|
||||
text_caracters_minimum: "deve ter ao menos %{count} caracteres."
|
||||
text_length_between: "deve ter entre %{min} e %{max} caracteres."
|
||||
text_tracker_no_workflow: Sem fluxo de trabalho definido para este tipo.
|
||||
text_unallowed_characters: Caracteres não permitidos
|
||||
text_comma_separated: Múltiplos valores são permitidos (separados por vírgula).
|
||||
text_issues_ref_in_commit_messages: Referenciando tarefas nas mensagens de commit
|
||||
text_issue_added: "Tarefa {{id}} incluída (por {{author}})."
|
||||
text_issue_updated: "Tarefa {{id}} alterada (por {{author}})."
|
||||
text_issue_added: "Tarefa %{id} incluída (por %{author})."
|
||||
text_issue_updated: "Tarefa %{id} alterada (por %{author})."
|
||||
text_wiki_destroy_confirmation: Você tem certeza que deseja excluir este wiki e TODO o seu conteúdo?
|
||||
text_issue_category_destroy_question: "Algumas tarefas ({{count}}) estão atribuídas a esta categoria. O que você deseja fazer?"
|
||||
text_issue_category_destroy_question: "Algumas tarefas (%{count}) estão atribuídas a esta categoria. O que você deseja fazer?"
|
||||
text_issue_category_destroy_assignments: Remover atribuições da categoria
|
||||
text_issue_category_reassign_to: Redefinir tarefas para esta categoria
|
||||
text_user_mail_option: "Para projetos (não selecionados), você somente receberá notificações sobre o que você está observando ou está envolvido (ex. tarefas das quais você é o autor ou que estão atribuídas a você)"
|
||||
text_no_configuration_data: "Os Papéis, tipos de tarefas, situação de tarefas e fluxos de trabalho não foram configurados ainda.\nÉ altamente recomendado carregar as configurações padrão. Você poderá modificar estas configurações assim que carregadas."
|
||||
text_load_default_configuration: Carregar a configuração padrão
|
||||
text_status_changed_by_changeset: "Aplicado no changeset {{value}}."
|
||||
text_status_changed_by_changeset: "Aplicado no changeset %{value}."
|
||||
text_issues_destroy_confirmation: 'Você tem certeza que deseja excluir a(s) tarefa(s) selecionada(s)?'
|
||||
text_select_project_modules: 'Selecione módulos para habilitar para este projeto:'
|
||||
text_default_administrator_account_changed: Conta padrão do administrador alterada
|
||||
text_file_repository_writable: Repositório com permissão de escrita
|
||||
text_rmagick_available: RMagick disponível (opcional)
|
||||
text_destroy_time_entries_question: "{{hours}} horas de trabalho foram registradas nas tarefas que você está excluindo. O que você deseja fazer?"
|
||||
text_destroy_time_entries_question: "%{hours} horas de trabalho foram registradas nas tarefas que você está excluindo. O que você deseja fazer?"
|
||||
text_destroy_time_entries: Excluir horas de trabalho
|
||||
text_assign_time_entries_to_project: Atribuir estas horas de trabalho para outro projeto
|
||||
text_reassign_time_entries: 'Atribuir horas reportadas para esta tarefa:'
|
||||
text_user_wrote: "{{value}} escreveu:"
|
||||
text_enumeration_destroy_question: "{{count}} objetos estão atribuídos a este valor."
|
||||
text_user_wrote: "%{value} escreveu:"
|
||||
text_enumeration_destroy_question: "%{count} objetos estão atribuídos a este valor."
|
||||
text_enumeration_category_reassign_to: 'Reatribuí-los ao valor:'
|
||||
text_email_delivery_not_configured: "O envio de e-mail não está configurado, e as notificações estão inativas.\nConfigure seu servidor SMTP no arquivo config/email.yml e reinicie a aplicação para ativá-las."
|
||||
|
||||
|
@ -809,12 +809,12 @@ pt-BR:
|
|||
text_repository_usernames_mapping: "Seleciona ou atualiza os usuários do Redmine mapeando para cada usuário encontrado no log do repositório.\nUsuários com o mesmo login ou e-mail no Redmine e no repositório serão mapeados automaticamente."
|
||||
permission_edit_own_messages: Editar próprias mensagens
|
||||
permission_delete_own_messages: Excluir próprias mensagens
|
||||
label_user_activity: "Atividade de {{value}}"
|
||||
label_updated_time_by: "Atualizado por {{author}} há {{age}}"
|
||||
label_user_activity: "Atividade de %{value}"
|
||||
label_updated_time_by: "Atualizado por %{author} há %{age}"
|
||||
text_diff_truncated: '... Este diff foi truncado porque excede o tamanho máximo que pode ser exibido.'
|
||||
setting_diff_max_lines_displayed: Número máximo de linhas exibidas no diff
|
||||
text_plugin_assets_writable: Diretório de plugins gravável
|
||||
warning_attachments_not_saved: "{{count}} arquivo(s) não puderam ser salvo(s)."
|
||||
warning_attachments_not_saved: "%{count} arquivo(s) não puderam ser salvo(s)."
|
||||
button_create_and_continue: Criar e continuar
|
||||
text_custom_field_possible_values_info: 'Uma linha para cada valor'
|
||||
label_display: Exibição
|
||||
|
@ -829,34 +829,34 @@ pt-BR:
|
|||
label_descending: Descendente
|
||||
label_sort: Ordenar
|
||||
label_ascending: Ascendente
|
||||
label_date_from_to: De {{start}} até {{end}}
|
||||
label_date_from_to: De %{start} até %{end}
|
||||
label_greater_or_equal: ">="
|
||||
label_less_or_equal: <=
|
||||
text_wiki_page_destroy_question: Esta página tem {{descendants}} página(s) filha(s) e descendente(s). O que você quer fazer?
|
||||
text_wiki_page_destroy_question: Esta página tem %{descendants} página(s) filha(s) e descendente(s). O que você quer fazer?
|
||||
text_wiki_page_reassign_children: Reatribuir páginas filhas para esta página pai
|
||||
text_wiki_page_nullify_children: Manter as páginas filhas como páginas raízes
|
||||
text_wiki_page_destroy_children: Excluir páginas filhas e todas suas descendentes
|
||||
setting_password_min_length: Comprimento mínimo para senhas
|
||||
field_group_by: Agrupar por
|
||||
mail_subject_wiki_content_updated: "A página wiki '{{id}}' foi atualizada"
|
||||
mail_subject_wiki_content_updated: "A página wiki '%{id}' foi atualizada"
|
||||
label_wiki_content_added: Página wiki adicionada
|
||||
mail_subject_wiki_content_added: "A página wiki '{{id}}' foi adicionada"
|
||||
mail_body_wiki_content_added: A página wiki '{{id}}' foi adicionada por {{author}}.
|
||||
mail_subject_wiki_content_added: "A página wiki '%{id}' foi adicionada"
|
||||
mail_body_wiki_content_added: A página wiki '%{id}' foi adicionada por %{author}.
|
||||
label_wiki_content_updated: Página wiki atualizada
|
||||
mail_body_wiki_content_updated: A página wiki '{{id}}' foi atualizada por {{author}}.
|
||||
mail_body_wiki_content_updated: A página wiki '%{id}' foi atualizada por %{author}.
|
||||
permission_add_project: Criar projeto
|
||||
setting_new_project_user_role_id: Papel atribuído a um usuário não-administrador que cria um projeto
|
||||
label_view_all_revisions: Ver todas as revisões
|
||||
label_tag: Etiqueta
|
||||
label_branch: Ramo
|
||||
text_journal_changed: "{{label}} alterado de {{old}} para {{new}}"
|
||||
text_journal_set_to: "{{label}} ajustado para {{value}}"
|
||||
text_journal_deleted: "{{label}} excluído ({{old}})"
|
||||
text_journal_changed: "%{label} alterado de %{old} para %{new}"
|
||||
text_journal_set_to: "%{label} ajustado para %{value}"
|
||||
text_journal_deleted: "%{label} excluído (%{old})"
|
||||
label_group_plural: Grupos
|
||||
label_group: Grupo
|
||||
label_group_new: Novo grupo
|
||||
label_time_entry_plural: Tempos gastos
|
||||
text_journal_added: "{{label}} {{value}} adicionado"
|
||||
text_journal_added: "%{label} %{value} adicionado"
|
||||
field_active: Ativo
|
||||
enumeration_system_activity: Atividade do sistema
|
||||
permission_delete_issue_watchers: Excluir observadores
|
||||
|
@ -892,10 +892,10 @@ pt-BR:
|
|||
field_watcher: Observador
|
||||
permission_view_issues: Ver tarefas
|
||||
label_display_used_statuses_only: Somente exibir situações que são usadas por este tipo de tarefa
|
||||
label_revision_id: Revisão {{value}}
|
||||
label_revision_id: Revisão %{value}
|
||||
label_api_access_key: Chave de acesso a API
|
||||
button_show: Exibir
|
||||
label_api_access_key_created_on: Chave de acesso a API criado a {{value}} atrás
|
||||
label_api_access_key_created_on: Chave de acesso a API criado a %{value} atrás
|
||||
label_feeds_access_key: Chave de acesso ao RSS
|
||||
notice_api_access_key_reseted: Sua chave de acesso a API foi redefinida.
|
||||
setting_rest_api_enabled: Habilitar REST web service
|
||||
|
@ -922,12 +922,12 @@ pt-BR:
|
|||
label_subtask_plural: Subtarefas
|
||||
label_project_copy_notifications: Enviar notificações por e-mail ao copiar projeto
|
||||
error_can_not_delete_custom_field: Não foi possível excluir o campo personalizado
|
||||
error_unable_to_connect: Não foi possível conectar ({{value}})
|
||||
error_unable_to_connect: Não foi possível conectar (%{value})
|
||||
error_can_not_remove_role: Este papel está em uso e não pode ser excluído.
|
||||
error_can_not_delete_tracker: Este tipo de tarefa está atribuído a alguma(s) tarefa(s) e não pode ser excluído.
|
||||
field_principal: Principal
|
||||
label_my_page_block: Meu bloco de página
|
||||
notice_failed_to_save_members: "Falha ao gravar membro(s): {{errors}}."
|
||||
notice_failed_to_save_members: "Falha ao gravar membro(s): %{errors}."
|
||||
text_zoom_out: Afastar zoom
|
||||
text_zoom_in: Aproximar zoom
|
||||
notice_unable_delete_time_entry: Não foi possível excluir a entrada no registro de horas trabalhadas.
|
||||
|
@ -935,7 +935,7 @@ pt-BR:
|
|||
field_time_entries: Log time
|
||||
project_module_gantt: Gantt
|
||||
project_module_calendar: Calendário
|
||||
button_edit_associated_wikipage: "Editar página wiki relacionada: {{page_title}}"
|
||||
button_edit_associated_wikipage: "Editar página wiki relacionada: %{page_title}"
|
||||
text_are_you_sure_with_children: Excluir a tarefa e suas subtarefas?
|
||||
field_text: Campo de texto
|
||||
label_user_mail_option_only_owner: Somente para as coisas que eu criei
|
||||
|
@ -952,7 +952,7 @@ pt-BR:
|
|||
field_visible: Visible
|
||||
setting_emails_header: Emails header
|
||||
setting_commit_logtime_activity_id: Activity for logged time
|
||||
text_time_logged_by_changeset: Applied in changeset {{value}}.
|
||||
text_time_logged_by_changeset: Applied in changeset %{value}.
|
||||
setting_commit_logtime_enabled: Enable time logging
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed ({{max}})
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
|
||||
setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
|
||||
|
|
|
@ -33,37 +33,37 @@ pt:
|
|||
half_a_minute: "meio minuto"
|
||||
less_than_x_seconds:
|
||||
one: "menos de 1 segundo"
|
||||
other: "menos de {{count}} segundos"
|
||||
other: "menos de %{count} segundos"
|
||||
x_seconds:
|
||||
one: "1 segundo"
|
||||
other: "{{count}} segundos"
|
||||
other: "%{count} segundos"
|
||||
less_than_x_minutes:
|
||||
one: "menos de um minuto"
|
||||
other: "menos de {{count}} minutos"
|
||||
other: "menos de %{count} minutos"
|
||||
x_minutes:
|
||||
one: "1 minuto"
|
||||
other: "{{count}} minutos"
|
||||
other: "%{count} minutos"
|
||||
about_x_hours:
|
||||
one: "aproximadamente 1 hora"
|
||||
other: "aproximadamente {{count}} horas"
|
||||
other: "aproximadamente %{count} horas"
|
||||
x_days:
|
||||
one: "1 dia"
|
||||
other: "{{count}} dias"
|
||||
other: "%{count} dias"
|
||||
about_x_months:
|
||||
one: "aproximadamente 1 mês"
|
||||
other: "aproximadamente {{count}} meses"
|
||||
other: "aproximadamente %{count} meses"
|
||||
x_months:
|
||||
one: "1 mês"
|
||||
other: "{{count}} meses"
|
||||
other: "%{count} meses"
|
||||
about_x_years:
|
||||
one: "aproximadamente 1 ano"
|
||||
other: "aproximadamente {{count}} anos"
|
||||
other: "aproximadamente %{count} anos"
|
||||
over_x_years:
|
||||
one: "mais de 1 ano"
|
||||
other: "mais de {{count}} anos"
|
||||
other: "mais de %{count} anos"
|
||||
almost_x_years:
|
||||
one: "almost 1 year"
|
||||
other: "almost {{count}} years"
|
||||
other: "almost %{count} years"
|
||||
|
||||
number:
|
||||
format:
|
||||
|
@ -102,8 +102,8 @@ pt:
|
|||
errors:
|
||||
template:
|
||||
header:
|
||||
one: "Não foi possível guardar {{model}}: 1 erro"
|
||||
other: "Não foi possível guardar {{model}}: {{count}} erros"
|
||||
one: "Não foi possível guardar %{model}: 1 erro"
|
||||
other: "Não foi possível guardar %{model}: %{count} erros"
|
||||
body: "Por favor, verifique os seguintes campos:"
|
||||
messages:
|
||||
inclusion: "não está incluído na lista"
|
||||
|
@ -113,16 +113,16 @@ pt:
|
|||
accepted: "precisa de ser aceite"
|
||||
empty: "não pode estar em branco"
|
||||
blank: "não pode estar em branco"
|
||||
too_long: "tem demasiados caracteres (máximo: {{count}} caracteres)"
|
||||
too_short: "tem poucos caracteres (mínimo: {{count}} caracteres)"
|
||||
wrong_length: "não é do tamanho correcto (necessita de ter {{count}} caracteres)"
|
||||
too_long: "tem demasiados caracteres (máximo: %{count} caracteres)"
|
||||
too_short: "tem poucos caracteres (mínimo: %{count} caracteres)"
|
||||
wrong_length: "não é do tamanho correcto (necessita de ter %{count} caracteres)"
|
||||
taken: "não está disponível"
|
||||
not_a_number: "não é um número"
|
||||
greater_than: "tem de ser maior do que {{count}}"
|
||||
greater_than_or_equal_to: "tem de ser maior ou igual a {{count}}"
|
||||
equal_to: "tem de ser igual a {{count}}"
|
||||
less_than: "tem de ser menor do que {{count}}"
|
||||
less_than_or_equal_to: "tem de ser menor ou igual a {{count}}"
|
||||
greater_than: "tem de ser maior do que %{count}"
|
||||
greater_than_or_equal_to: "tem de ser maior ou igual a %{count}"
|
||||
equal_to: "tem de ser igual a %{count}"
|
||||
less_than: "tem de ser menor do que %{count}"
|
||||
less_than_or_equal_to: "tem de ser menor ou igual a %{count}"
|
||||
odd: "tem de ser ímpar"
|
||||
even: "tem de ser par"
|
||||
greater_than_start_date: "deve ser maior que a data inicial"
|
||||
|
@ -160,34 +160,34 @@ pt:
|
|||
notice_file_not_found: A página que está a tentar aceder não existe ou foi removida.
|
||||
notice_locking_conflict: Os dados foram actualizados por outro utilizador.
|
||||
notice_not_authorized: Não está autorizado a visualizar esta página.
|
||||
notice_email_sent: "Foi enviado um e-mail para {{value}}"
|
||||
notice_email_error: "Ocorreu um erro ao enviar o e-mail ({{value}})"
|
||||
notice_email_sent: "Foi enviado um e-mail para %{value}"
|
||||
notice_email_error: "Ocorreu um erro ao enviar o e-mail (%{value})"
|
||||
notice_feeds_access_key_reseted: A sua chave de RSS foi inicializada.
|
||||
notice_failed_to_save_issues: "Não foi possível guardar {{count}} tarefa(s) das {{total}} seleccionadas: {{ids}}."
|
||||
notice_failed_to_save_issues: "Não foi possível guardar %{count} tarefa(s) das %{total} seleccionadas: %{ids}."
|
||||
notice_no_issue_selected: "Nenhuma tarefa seleccionada! Por favor, seleccione as tarefas que quer editar."
|
||||
notice_account_pending: "A sua conta foi criada e está agora à espera de aprovação do administrador."
|
||||
notice_default_data_loaded: Configuração padrão carregada com sucesso.
|
||||
notice_unable_delete_version: Não foi possível apagar a versão.
|
||||
|
||||
error_can_t_load_default_data: "Não foi possível carregar a configuração padrão: {{value}}"
|
||||
error_can_t_load_default_data: "Não foi possível carregar a configuração padrão: %{value}"
|
||||
error_scm_not_found: "A entrada ou revisão não foi encontrada no repositório."
|
||||
error_scm_command_failed: "Ocorreu um erro ao tentar aceder ao repositório: {{value}}"
|
||||
error_scm_command_failed: "Ocorreu um erro ao tentar aceder ao repositório: %{value}"
|
||||
error_scm_annotate: "A entrada não existe ou não pode ser anotada."
|
||||
error_issue_not_found_in_project: 'A tarefa não foi encontrada ou não pertence a este projecto.'
|
||||
|
||||
mail_subject_lost_password: "Palavra-chave de {{value}}"
|
||||
mail_subject_lost_password: "Palavra-chave de %{value}"
|
||||
mail_body_lost_password: 'Para mudar a sua palavra-chave, clique na ligação abaixo:'
|
||||
mail_subject_register: "Activação de conta de {{value}}"
|
||||
mail_subject_register: "Activação de conta de %{value}"
|
||||
mail_body_register: 'Para activar a sua conta, clique na ligação abaixo:'
|
||||
mail_body_account_information_external: "Pode utilizar a conta {{value}} para autenticar-se."
|
||||
mail_body_account_information_external: "Pode utilizar a conta %{value} para autenticar-se."
|
||||
mail_body_account_information: Informação da sua conta
|
||||
mail_subject_account_activation_request: "Pedido de activação da conta {{value}}"
|
||||
mail_body_account_activation_request: "Um novo utilizador ({{value}}) registou-se. A sua conta está à espera de aprovação:"
|
||||
mail_subject_reminder: "{{count}} tarefa(s) para entregar nos próximos {{days}} dias"
|
||||
mail_body_reminder: "{{count}} tarefa(s) que estão atribuídas a si estão agendadas para estarem completas nos próximos {{days}} dias:"
|
||||
mail_subject_account_activation_request: "Pedido de activação da conta %{value}"
|
||||
mail_body_account_activation_request: "Um novo utilizador (%{value}) registou-se. A sua conta está à espera de aprovação:"
|
||||
mail_subject_reminder: "%{count} tarefa(s) para entregar nos próximos %{days} dias"
|
||||
mail_body_reminder: "%{count} tarefa(s) que estão atribuídas a si estão agendadas para estarem completas nos próximos %{days} dias:"
|
||||
|
||||
gui_validation_error: 1 erro
|
||||
gui_validation_error_plural: "{{count}} erros"
|
||||
gui_validation_error_plural: "%{count} erros"
|
||||
|
||||
field_name: Nome
|
||||
field_description: Descrição
|
||||
|
@ -328,14 +328,14 @@ pt:
|
|||
label_x_projects:
|
||||
zero: no projects
|
||||
one: 1 project
|
||||
other: "{{count}} projects"
|
||||
other: "%{count} projects"
|
||||
label_project_all: Todos os projectos
|
||||
label_project_latest: Últimos projectos
|
||||
label_issue: Tarefa
|
||||
label_issue_new: Nova tarefa
|
||||
label_issue_plural: Tarefas
|
||||
label_issue_view_all: Ver todas as tarefas
|
||||
label_issues_by: "Tarefas por {{value}}"
|
||||
label_issues_by: "Tarefas por %{value}"
|
||||
label_issue_added: Tarefa adicionada
|
||||
label_issue_updated: Tarefa actualizada
|
||||
label_document: Documento
|
||||
|
@ -391,7 +391,7 @@ pt:
|
|||
label_auth_source_new: Novo modo de autenticação
|
||||
label_auth_source_plural: Modos de autenticação
|
||||
label_subproject_plural: Sub-projectos
|
||||
label_and_its_subprojects: "{{value}} e sub-projectos"
|
||||
label_and_its_subprojects: "%{value} e sub-projectos"
|
||||
label_min_max_length: Tamanho mínimo-máximo
|
||||
label_list: Lista
|
||||
label_date: Data
|
||||
|
@ -402,8 +402,8 @@ pt:
|
|||
label_text: Texto longo
|
||||
label_attribute: Atributo
|
||||
label_attribute_plural: Atributos
|
||||
label_download: "{{count}} Download"
|
||||
label_download_plural: "{{count}} Downloads"
|
||||
label_download: "%{count} Download"
|
||||
label_download_plural: "%{count} Downloads"
|
||||
label_no_data: Sem dados para mostrar
|
||||
label_change_status: Mudar estado
|
||||
label_history: Histórico
|
||||
|
@ -434,17 +434,17 @@ pt:
|
|||
label_closed_issues: fechado
|
||||
label_closed_issues_plural: fechados
|
||||
label_x_open_issues_abbr_on_total:
|
||||
zero: 0 open / {{total}}
|
||||
one: 1 open / {{total}}
|
||||
other: "{{count}} open / {{total}}"
|
||||
zero: 0 open / %{total}
|
||||
one: 1 open / %{total}
|
||||
other: "%{count} open / %{total}"
|
||||
label_x_open_issues_abbr:
|
||||
zero: 0 open
|
||||
one: 1 open
|
||||
other: "{{count}} open"
|
||||
other: "%{count} open"
|
||||
label_x_closed_issues_abbr:
|
||||
zero: 0 closed
|
||||
one: 1 closed
|
||||
other: "{{count}} closed"
|
||||
other: "%{count} closed"
|
||||
label_total: Total
|
||||
label_permissions: Permissões
|
||||
label_current_status: Estado actual
|
||||
|
@ -462,7 +462,7 @@ pt:
|
|||
label_months_from: meses de
|
||||
label_gantt: Gantt
|
||||
label_internal: Interno
|
||||
label_last_changes: "últimas {{count}} alterações"
|
||||
label_last_changes: "últimas %{count} alterações"
|
||||
label_change_view_all: Ver todas as alterações
|
||||
label_personalize_page: Personalizar esta página
|
||||
label_comment: Comentário
|
||||
|
@ -470,7 +470,7 @@ pt:
|
|||
label_x_comments:
|
||||
zero: no comments
|
||||
one: 1 comment
|
||||
other: "{{count}} comments"
|
||||
other: "%{count} comments"
|
||||
label_comment_add: Adicionar comentário
|
||||
label_comment_added: Comentário adicionado
|
||||
label_comment_delete: Apagar comentários
|
||||
|
@ -489,7 +489,7 @@ pt:
|
|||
label_yesterday: ontem
|
||||
label_this_week: esta semana
|
||||
label_last_week: semana passada
|
||||
label_last_n_days: "últimos {{count}} dias"
|
||||
label_last_n_days: "últimos %{count} dias"
|
||||
label_this_month: este mês
|
||||
label_last_month: mês passado
|
||||
label_this_year: este ano
|
||||
|
@ -503,8 +503,8 @@ pt:
|
|||
label_repository: Repositório
|
||||
label_repository_plural: Repositórios
|
||||
label_browse: Navegar
|
||||
label_modification: "{{count}} alteração"
|
||||
label_modification_plural: "{{count}} alterações"
|
||||
label_modification: "%{count} alteração"
|
||||
label_modification_plural: "%{count} alterações"
|
||||
label_revision: Revisão
|
||||
label_revision_plural: Revisões
|
||||
label_associated_revisions: Revisões associadas
|
||||
|
@ -522,8 +522,8 @@ pt:
|
|||
label_sort_lower: Mover para baixo
|
||||
label_sort_lowest: Mover para o fim
|
||||
label_roadmap: Roadmap
|
||||
label_roadmap_due_in: "Termina em {{value}}"
|
||||
label_roadmap_overdue: "Atrasado {{value}}"
|
||||
label_roadmap_due_in: "Termina em %{value}"
|
||||
label_roadmap_overdue: "Atrasado %{value}"
|
||||
label_roadmap_no_issues: Sem tarefas para esta versão
|
||||
label_search: Procurar
|
||||
label_result_plural: Resultados
|
||||
|
@ -541,8 +541,8 @@ pt:
|
|||
label_changes_details: Detalhes de todas as mudanças
|
||||
label_issue_tracking: Tarefas
|
||||
label_spent_time: Tempo gasto
|
||||
label_f_hour: "{{value}} hora"
|
||||
label_f_hour_plural: "{{value}} horas"
|
||||
label_f_hour: "%{value} hora"
|
||||
label_f_hour_plural: "%{value} horas"
|
||||
label_time_tracking: Registo de tempo
|
||||
label_change_plural: Mudanças
|
||||
label_statistics: Estatísticas
|
||||
|
@ -591,12 +591,12 @@ pt:
|
|||
label_date_from: De
|
||||
label_date_to: Para
|
||||
label_language_based: Baseado na língua do utilizador
|
||||
label_sort_by: "Ordenar por {{value}}"
|
||||
label_sort_by: "Ordenar por %{value}"
|
||||
label_send_test_email: enviar um e-mail de teste
|
||||
label_feeds_access_key_created_on: "Chave RSS criada há {{value}} atrás"
|
||||
label_feeds_access_key_created_on: "Chave RSS criada há %{value} atrás"
|
||||
label_module_plural: Módulos
|
||||
label_added_time_by: "Adicionado por {{author}} há {{age}} atrás"
|
||||
label_updated_time: "Alterado há {{value}} atrás"
|
||||
label_added_time_by: "Adicionado por %{author} há %{age} atrás"
|
||||
label_updated_time: "Alterado há %{value} atrás"
|
||||
label_jump_to_a_project: Ir para o projecto...
|
||||
label_file_plural: Ficheiros
|
||||
label_changeset_plural: Changesets
|
||||
|
@ -612,7 +612,7 @@ pt:
|
|||
label_registration_activation_by_email: Activação da conta por e-mail
|
||||
label_registration_manual_activation: Activação manual da conta
|
||||
label_registration_automatic_activation: Activação automática da conta
|
||||
label_display_per_page: "Por página: {{value}}"
|
||||
label_display_per_page: "Por página: %{value}"
|
||||
label_age: Idade
|
||||
label_change_properties: Mudar propriedades
|
||||
label_general: Geral
|
||||
|
@ -678,41 +678,41 @@ pt:
|
|||
text_regexp_info: ex. ^[A-Z0-9]+$
|
||||
text_min_max_length_info: 0 siginifica sem restrição
|
||||
text_project_destroy_confirmation: Tem a certeza que deseja apagar o projecto e todos os dados relacionados?
|
||||
text_subprojects_destroy_warning: "O(s) seu(s) sub-projecto(s): {{value}} também será/serão apagado(s)."
|
||||
text_subprojects_destroy_warning: "O(s) seu(s) sub-projecto(s): %{value} também será/serão apagado(s)."
|
||||
text_workflow_edit: Seleccione uma função e um tipo de tarefa para editar o fluxo de trabalho
|
||||
text_are_you_sure: Tem a certeza?
|
||||
text_tip_issue_begin_day: tarefa a começar neste dia
|
||||
text_tip_issue_end_day: tarefa a acabar neste dia
|
||||
text_tip_issue_begin_end_day: tarefa a começar e acabar neste dia
|
||||
text_project_identifier_info: 'Apenas são permitidos letras minúsculas (a-z), números e hífens.<br />Uma vez guardado, o identificador não poderá ser alterado.'
|
||||
text_caracters_maximum: "máximo {{count}} caracteres."
|
||||
text_caracters_minimum: "Deve ter pelo menos {{count}} caracteres."
|
||||
text_length_between: "Deve ter entre {{min}} e {{max}} caracteres."
|
||||
text_caracters_maximum: "máximo %{count} caracteres."
|
||||
text_caracters_minimum: "Deve ter pelo menos %{count} caracteres."
|
||||
text_length_between: "Deve ter entre %{min} e %{max} caracteres."
|
||||
text_tracker_no_workflow: Sem fluxo de trabalho definido para este tipo de tarefa.
|
||||
text_unallowed_characters: Caracteres não permitidos
|
||||
text_comma_separated: Permitidos múltiplos valores (separados por vírgula).
|
||||
text_issues_ref_in_commit_messages: Referenciando e fechando tarefas em mensagens de commit
|
||||
text_issue_added: "Tarefa {{id}} foi criada por {{author}}."
|
||||
text_issue_updated: "Tarefa {{id}} foi actualizada por {{author}}."
|
||||
text_issue_added: "Tarefa %{id} foi criada por %{author}."
|
||||
text_issue_updated: "Tarefa %{id} foi actualizada por %{author}."
|
||||
text_wiki_destroy_confirmation: Tem a certeza que deseja apagar este wiki e todo o seu conteúdo?
|
||||
text_issue_category_destroy_question: "Algumas tarefas ({{count}}) estão atribuídas a esta categoria. O que quer fazer?"
|
||||
text_issue_category_destroy_question: "Algumas tarefas (%{count}) estão atribuídas a esta categoria. O que quer fazer?"
|
||||
text_issue_category_destroy_assignments: Remover as atribuições à categoria
|
||||
text_issue_category_reassign_to: Re-atribuir as tarefas para esta categoria
|
||||
text_user_mail_option: "Para projectos não seleccionados, apenas receberá notificações acerca de coisas que está a observar ou está envolvido (ex. tarefas das quais foi o criador ou lhes foram atribuídas)."
|
||||
text_no_configuration_data: "Perfis, tipos de tarefas, estados das tarefas e workflows ainda não foram configurados.\nÉ extremamente recomendado carregar as configurações padrão. Será capaz de as modificar depois de estarem carregadas."
|
||||
text_load_default_configuration: Carregar as configurações padrão
|
||||
text_status_changed_by_changeset: "Aplicado no changeset {{value}}."
|
||||
text_status_changed_by_changeset: "Aplicado no changeset %{value}."
|
||||
text_issues_destroy_confirmation: 'Tem a certeza que deseja apagar a(s) tarefa(s) seleccionada(s)?'
|
||||
text_select_project_modules: 'Seleccione os módulos a activar para este projecto:'
|
||||
text_default_administrator_account_changed: Conta default de administrador alterada.
|
||||
text_file_repository_writable: Repositório de ficheiros com permissões de escrita
|
||||
text_rmagick_available: RMagick disponível (opcional)
|
||||
text_destroy_time_entries_question: "{{hours}} horas de trabalho foram atribuídas a estas tarefas que vai apagar. O que deseja fazer?"
|
||||
text_destroy_time_entries_question: "%{hours} horas de trabalho foram atribuídas a estas tarefas que vai apagar. O que deseja fazer?"
|
||||
text_destroy_time_entries: Apagar as horas
|
||||
text_assign_time_entries_to_project: Atribuir as horas ao projecto
|
||||
text_reassign_time_entries: 'Re-atribuir as horas para esta tarefa:'
|
||||
text_user_wrote: "{{value}} escreveu:"
|
||||
text_enumeration_destroy_question: "{{count}} objectos estão atribuídos a este valor."
|
||||
text_user_wrote: "%{value} escreveu:"
|
||||
text_enumeration_destroy_question: "%{count} objectos estão atribuídos a este valor."
|
||||
text_enumeration_category_reassign_to: 'Re-atribuí-los para este valor:'
|
||||
text_email_delivery_not_configured: "Entrega por e-mail não está configurada, e as notificação estão desactivadas.\nConfigure o seu servidor de SMTP em config/email.yml e reinicie a aplicação para activar estas funcionalidades."
|
||||
|
||||
|
@ -793,12 +793,12 @@ pt:
|
|||
text_repository_usernames_mapping: "Seleccionar ou actualizar o utilizador de Redmine mapeado a cada nome de utilizador encontrado no repositório.\nUtilizadores com o mesmo nome de utilizador ou email no Redmine e no repositório são mapeados automaticamente."
|
||||
permission_edit_own_messages: Editar as próprias mensagens
|
||||
permission_delete_own_messages: Apagar as próprias mensagens
|
||||
label_user_activity: "Actividade de {{value}}"
|
||||
label_updated_time_by: "Actualizado por {{author}} há {{age}}"
|
||||
label_user_activity: "Actividade de %{value}"
|
||||
label_updated_time_by: "Actualizado por %{author} há %{age}"
|
||||
text_diff_truncated: '... Este diff foi truncado porque excede o tamanho máximo que pode ser mostrado.'
|
||||
setting_diff_max_lines_displayed: Número máximo de linhas de diff mostradas
|
||||
text_plugin_assets_writable: Escrita na pasta de activos dos módulos de extensão possível
|
||||
warning_attachments_not_saved: "Não foi possível gravar {{count}} ficheiro(s) ."
|
||||
warning_attachments_not_saved: "Não foi possível gravar %{count} ficheiro(s) ."
|
||||
button_create_and_continue: Criar e continuar
|
||||
text_custom_field_possible_values_info: 'Uma linha para cada valor'
|
||||
label_display: Mostrar
|
||||
|
@ -813,21 +813,21 @@ pt:
|
|||
label_descending: Descendente
|
||||
label_sort: Ordenar
|
||||
label_ascending: Ascendente
|
||||
label_date_from_to: De {{start}} a {{end}}
|
||||
label_date_from_to: De %{start} a %{end}
|
||||
label_greater_or_equal: ">="
|
||||
label_less_or_equal: <=
|
||||
text_wiki_page_destroy_question: Esta página tem {{descendants}} página(s) subordinada(s) e descendente(s). O que deseja fazer?
|
||||
text_wiki_page_destroy_question: Esta página tem %{descendants} página(s) subordinada(s) e descendente(s). O que deseja fazer?
|
||||
text_wiki_page_reassign_children: Reatribuir páginas subordinadas a esta página principal
|
||||
text_wiki_page_nullify_children: Manter páginas subordinadas como páginas raíz
|
||||
text_wiki_page_destroy_children: Apagar as páginas subordinadas e todos os seus descendentes
|
||||
setting_password_min_length: Tamanho mínimo de palavra-chave
|
||||
field_group_by: Agrupar resultados por
|
||||
mail_subject_wiki_content_updated: "A página Wiki '{{id}}' foi actualizada"
|
||||
mail_subject_wiki_content_updated: "A página Wiki '%{id}' foi actualizada"
|
||||
label_wiki_content_added: Página Wiki adicionada
|
||||
mail_subject_wiki_content_added: "A página Wiki '{{id}}' foi adicionada"
|
||||
mail_body_wiki_content_added: A página Wiki '{{id}}' foi adicionada por {{author}}.
|
||||
mail_subject_wiki_content_added: "A página Wiki '%{id}' foi adicionada"
|
||||
mail_body_wiki_content_added: A página Wiki '%{id}' foi adicionada por %{author}.
|
||||
label_wiki_content_updated: Página Wiki actualizada
|
||||
mail_body_wiki_content_updated: A página Wiki '{{id}}' foi actualizada por {{author}}.
|
||||
mail_body_wiki_content_updated: A página Wiki '%{id}' foi actualizada por %{author}.
|
||||
permission_add_project: Criar projecto
|
||||
setting_new_project_user_role_id: Função atribuída a um utilizador não-administrador que cria um projecto
|
||||
label_view_all_revisions: Ver todas as revisões
|
||||
|
@ -839,10 +839,10 @@ pt:
|
|||
label_group: Grupo
|
||||
label_group_new: Novo grupo
|
||||
label_time_entry_plural: Tempo registado
|
||||
text_journal_changed: "{{label}} alterado de {{old}} para {{new}}"
|
||||
text_journal_set_to: "{{label}} configurado como {{value}}"
|
||||
text_journal_deleted: "{{label}} apagou ({{old}})"
|
||||
text_journal_added: "{{label}} {{value}} adicionado"
|
||||
text_journal_changed: "%{label} alterado de %{old} para %{new}"
|
||||
text_journal_set_to: "%{label} configurado como %{value}"
|
||||
text_journal_deleted: "%{label} apagou (%{old})"
|
||||
text_journal_added: "%{label} %{value} adicionado"
|
||||
field_active: Activo
|
||||
enumeration_system_activity: Actividade de sistema
|
||||
permission_delete_issue_watchers: Apagar observadores
|
||||
|
@ -877,9 +877,9 @@ pt:
|
|||
setting_start_of_week: Iniciar calendários a
|
||||
permission_view_issues: Ver tarefas
|
||||
label_display_used_statuses_only: Só exibir estados empregues por este tipo de tarefa
|
||||
label_revision_id: Revisão {{value}}
|
||||
label_revision_id: Revisão %{value}
|
||||
label_api_access_key: Chave de acesso API
|
||||
label_api_access_key_created_on: Chave de acesso API criada há {{value}}
|
||||
label_api_access_key_created_on: Chave de acesso API criada há %{value}
|
||||
label_feeds_access_key: Chave de acesso RSS
|
||||
notice_api_access_key_reseted: A sua chave de acesso API foi reinicializada.
|
||||
setting_rest_api_enabled: Activar serviço Web REST
|
||||
|
@ -906,12 +906,12 @@ pt:
|
|||
label_subtask_plural: Sub-tarefa
|
||||
label_project_copy_notifications: Enviar notificações por e-mail durante a cópia do projecto
|
||||
error_can_not_delete_custom_field: Não foi possível apagar o campo personalizado
|
||||
error_unable_to_connect: Não foi possível ligar ({{value}})
|
||||
error_unable_to_connect: Não foi possível ligar (%{value})
|
||||
error_can_not_remove_role: Esta função está actualmente em uso e não pode ser apagada.
|
||||
error_can_not_delete_tracker: Existem ainda tarefas nesta categoria. Não é possível apagar este tipo de tarefa.
|
||||
field_principal: Principal
|
||||
label_my_page_block: Bloco da minha página
|
||||
notice_failed_to_save_members: "Erro ao guardar o(s) membro(s): {{errors}}."
|
||||
notice_failed_to_save_members: "Erro ao guardar o(s) membro(s): %{errors}."
|
||||
text_zoom_out: Ampliar
|
||||
text_zoom_in: Reduzir
|
||||
notice_unable_delete_time_entry: Não foi possível apagar a entrada de tempo registado.
|
||||
|
@ -919,7 +919,7 @@ pt:
|
|||
field_time_entries: Tempo registado
|
||||
project_module_gantt: Gantt
|
||||
project_module_calendar: Calendário
|
||||
button_edit_associated_wikipage: "Editar página Wiki associada: {{page_title}}"
|
||||
button_edit_associated_wikipage: "Editar página Wiki associada: %{page_title}"
|
||||
text_are_you_sure_with_children: Apagar tarefa e todas as sub-tarefas?
|
||||
field_text: Text field
|
||||
label_user_mail_option_only_owner: Only for things I am the owner of
|
||||
|
@ -936,7 +936,7 @@ pt:
|
|||
field_visible: Visible
|
||||
setting_emails_header: Emails header
|
||||
setting_commit_logtime_activity_id: Activity for logged time
|
||||
text_time_logged_by_changeset: Applied in changeset {{value}}.
|
||||
text_time_logged_by_changeset: Applied in changeset %{value}.
|
||||
setting_commit_logtime_enabled: Enable time logging
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed ({{max}})
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
|
||||
setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
|
||||
|
|
|
@ -30,37 +30,37 @@ ro:
|
|||
half_a_minute: "jumătate de minut"
|
||||
less_than_x_seconds:
|
||||
one: "mai puțin de o secundă"
|
||||
other: "mai puțin de {{count}} secunde"
|
||||
other: "mai puțin de %{count} secunde"
|
||||
x_seconds:
|
||||
one: "o secundă"
|
||||
other: "{{count}} secunde"
|
||||
other: "%{count} secunde"
|
||||
less_than_x_minutes:
|
||||
one: "mai puțin de un minut"
|
||||
other: "mai puțin de {{count}} minute"
|
||||
other: "mai puțin de %{count} minute"
|
||||
x_minutes:
|
||||
one: "un minut"
|
||||
other: "{{count}} minute"
|
||||
other: "%{count} minute"
|
||||
about_x_hours:
|
||||
one: "aproximativ o oră"
|
||||
other: "aproximativ {{count}} ore"
|
||||
other: "aproximativ %{count} ore"
|
||||
x_days:
|
||||
one: "o zi"
|
||||
other: "{{count}} zile"
|
||||
other: "%{count} zile"
|
||||
about_x_months:
|
||||
one: "aproximativ o lună"
|
||||
other: "aproximativ {{count}} luni"
|
||||
other: "aproximativ %{count} luni"
|
||||
x_months:
|
||||
one: "o luna"
|
||||
other: "{{count}} luni"
|
||||
other: "%{count} luni"
|
||||
about_x_years:
|
||||
one: "aproximativ un an"
|
||||
other: "aproximativ {{count}} ani"
|
||||
other: "aproximativ %{count} ani"
|
||||
over_x_years:
|
||||
one: "peste un an"
|
||||
other: "peste {{count}} ani"
|
||||
other: "peste %{count} ani"
|
||||
almost_x_years:
|
||||
one: "almost 1 year"
|
||||
other: "almost {{count}} years"
|
||||
other: "almost %{count} years"
|
||||
|
||||
number:
|
||||
human:
|
||||
|
@ -100,11 +100,11 @@ ro:
|
|||
taken: "a fost luat deja"
|
||||
not_a_number: "nu este un număr"
|
||||
not_a_date: "nu este o dată validă"
|
||||
greater_than: "trebuie să fie mai mare de {{count}}"
|
||||
greater_than_or_equal_to: "trebuie să fie mai mare sau egal cu {{count}}"
|
||||
greater_than: "trebuie să fie mai mare de %{count}"
|
||||
greater_than_or_equal_to: "trebuie să fie mai mare sau egal cu %{count}"
|
||||
equal_to: "trebuie să fie egal cu {count}}"
|
||||
less_than: "trebuie să fie mai mic decat {{count}}"
|
||||
less_than_or_equal_to: "trebuie să fie mai mic sau egal cu {{count}}"
|
||||
less_than: "trebuie să fie mai mic decat %{count}"
|
||||
less_than_or_equal_to: "trebuie să fie mai mic sau egal cu %{count}"
|
||||
odd: "trebuie să fie impar"
|
||||
even: "trebuie să fie par"
|
||||
greater_than_start_date: "trebuie să fie după data de început"
|
||||
|
@ -141,36 +141,36 @@ ro:
|
|||
notice_file_not_found: Pagina pe care doriți să o accesați nu există sau a fost ștearsă.
|
||||
notice_locking_conflict: Datele au fost actualizate de alt utilizator.
|
||||
notice_not_authorized: Nu sunteți autorizat sa accesați această pagină.
|
||||
notice_email_sent: "S-a trimis un email către {{value}}"
|
||||
notice_email_error: "A intervenit o eroare la trimiterea de email ({{value}})"
|
||||
notice_email_sent: "S-a trimis un email către %{value}"
|
||||
notice_email_error: "A intervenit o eroare la trimiterea de email (%{value})"
|
||||
notice_feeds_access_key_reseted: Cheia de acces RSS a fost resetată.
|
||||
notice_failed_to_save_issues: "Nu s-au putut salva {{count}} tichete din cele {{total}} selectate: {{ids}}."
|
||||
notice_failed_to_save_issues: "Nu s-au putut salva %{count} tichete din cele %{total} selectate: %{ids}."
|
||||
notice_no_issue_selected: "Niciun tichet selectat! Vă rugăm să selectați tichetele pe care doriți să le editați."
|
||||
notice_account_pending: "Contul dumneavoastră a fost creat și așteaptă aprobarea administratorului."
|
||||
notice_default_data_loaded: S-a încărcat configurația implicită.
|
||||
notice_unable_delete_version: Nu se poate șterge versiunea.
|
||||
|
||||
error_can_t_load_default_data: "Nu s-a putut încărca configurația implicită: {{value}}"
|
||||
error_can_t_load_default_data: "Nu s-a putut încărca configurația implicită: %{value}"
|
||||
error_scm_not_found: "Nu s-a găsit articolul sau revizia în depozit."
|
||||
error_scm_command_failed: "A intervenit o eroare la accesarea depozitului: {{value}}"
|
||||
error_scm_command_failed: "A intervenit o eroare la accesarea depozitului: %{value}"
|
||||
error_scm_annotate: "Nu există sau nu poate fi adnotată."
|
||||
error_issue_not_found_in_project: 'Tichetul nu a fost găsit sau nu aparține acestui proiect'
|
||||
|
||||
warning_attachments_not_saved: "Nu s-au putut salva {{count}} fișiere."
|
||||
warning_attachments_not_saved: "Nu s-au putut salva %{count} fișiere."
|
||||
|
||||
mail_subject_lost_password: "Parola dumneavoastră: {{value}}"
|
||||
mail_subject_lost_password: "Parola dumneavoastră: %{value}"
|
||||
mail_body_lost_password: 'Pentru a schimba parola, accesați:'
|
||||
mail_subject_register: "Activarea contului {{value}}"
|
||||
mail_subject_register: "Activarea contului %{value}"
|
||||
mail_body_register: 'Pentru activarea contului, accesați:'
|
||||
mail_body_account_information_external: "Puteți folosi contul „{value}}” pentru a vă autentifica."
|
||||
mail_body_account_information: Informații despre contul dumneavoastră
|
||||
mail_subject_account_activation_request: "Cerere de activare a contului {{value}}"
|
||||
mail_body_account_activation_request: "S-a înregistrat un utilizator nou ({{value}}). Contul așteaptă aprobarea dumneavoastră:"
|
||||
mail_subject_reminder: "{{count}} tichete trebuie rezolvate în următoarele {{days}} zile"
|
||||
mail_body_reminder: "{{count}} tichete atribuite dumneavoastră trebuie rezolvate în următoarele {{days}} zile:"
|
||||
mail_subject_account_activation_request: "Cerere de activare a contului %{value}"
|
||||
mail_body_account_activation_request: "S-a înregistrat un utilizator nou (%{value}). Contul așteaptă aprobarea dumneavoastră:"
|
||||
mail_subject_reminder: "%{count} tichete trebuie rezolvate în următoarele %{days} zile"
|
||||
mail_body_reminder: "%{count} tichete atribuite dumneavoastră trebuie rezolvate în următoarele %{days} zile:"
|
||||
|
||||
gui_validation_error: o eroare
|
||||
gui_validation_error_plural: "{{count}} erori"
|
||||
gui_validation_error_plural: "%{count} erori"
|
||||
|
||||
field_name: Nume
|
||||
field_description: Descriere
|
||||
|
@ -370,14 +370,14 @@ ro:
|
|||
label_x_projects:
|
||||
zero: niciun proiect
|
||||
one: un proiect
|
||||
other: "{{count}} proiecte"
|
||||
other: "%{count} proiecte"
|
||||
label_project_all: Toate proiectele
|
||||
label_project_latest: Proiecte noi
|
||||
label_issue: Tichet
|
||||
label_issue_new: Tichet nou
|
||||
label_issue_plural: Tichete
|
||||
label_issue_view_all: Afișează toate tichetele
|
||||
label_issues_by: "Sortează după {{value}}"
|
||||
label_issues_by: "Sortează după %{value}"
|
||||
label_issue_added: Adaugat
|
||||
label_issue_updated: Actualizat
|
||||
label_document: Document
|
||||
|
@ -426,7 +426,7 @@ ro:
|
|||
label_registered_on: Înregistrat la
|
||||
label_activity: Activitate
|
||||
label_overall_activity: Activitate - vedere de ansamblu
|
||||
label_user_activity: "Activitate {{value}}"
|
||||
label_user_activity: "Activitate %{value}"
|
||||
label_new: Nou
|
||||
label_logged_as: Autentificat ca
|
||||
label_environment: Mediu
|
||||
|
@ -435,7 +435,7 @@ ro:
|
|||
label_auth_source_new: Nou
|
||||
label_auth_source_plural: Moduri de autentificare
|
||||
label_subproject_plural: Sub-proiecte
|
||||
label_and_its_subprojects: "{{value}} și sub-proiecte"
|
||||
label_and_its_subprojects: "%{value} și sub-proiecte"
|
||||
label_min_max_length: lungime min - max
|
||||
label_list: Listă
|
||||
label_date: Dată
|
||||
|
@ -446,8 +446,8 @@ ro:
|
|||
label_text: Text lung
|
||||
label_attribute: Atribut
|
||||
label_attribute_plural: Atribute
|
||||
label_download: "{{count}} descărcare"
|
||||
label_download_plural: "{{count}} descărcări"
|
||||
label_download: "%{count} descărcare"
|
||||
label_download_plural: "%{count} descărcări"
|
||||
label_no_data: Nu există date de afișat
|
||||
label_change_status: Schimbă starea
|
||||
label_history: Istoric
|
||||
|
@ -478,17 +478,17 @@ ro:
|
|||
label_closed_issues: închis
|
||||
label_closed_issues_plural: închise
|
||||
label_x_open_issues_abbr_on_total:
|
||||
zero: 0 deschise / {{total}}
|
||||
one: 1 deschis / {{total}}
|
||||
other: "{{count}} deschise / {{total}}"
|
||||
zero: 0 deschise / %{total}
|
||||
one: 1 deschis / %{total}
|
||||
other: "%{count} deschise / %{total}"
|
||||
label_x_open_issues_abbr:
|
||||
zero: 0 deschise
|
||||
one: 1 deschis
|
||||
other: "{{count}} deschise"
|
||||
other: "%{count} deschise"
|
||||
label_x_closed_issues_abbr:
|
||||
zero: 0 închise
|
||||
one: 1 închis
|
||||
other: "{{count}} închise"
|
||||
other: "%{count} închise"
|
||||
label_total: Total
|
||||
label_permissions: Permisiuni
|
||||
label_current_status: Stare curentă
|
||||
|
@ -506,7 +506,7 @@ ro:
|
|||
label_months_from: luni de la
|
||||
label_gantt: Gantt
|
||||
label_internal: Intern
|
||||
label_last_changes: "ultimele {{count}} schimbări"
|
||||
label_last_changes: "ultimele %{count} schimbări"
|
||||
label_change_view_all: Afișează toate schimbările
|
||||
label_personalize_page: Personalizează aceasta pagina
|
||||
label_comment: Comentariu
|
||||
|
@ -514,7 +514,7 @@ ro:
|
|||
label_x_comments:
|
||||
zero: fara comentarii
|
||||
one: 1 comentariu
|
||||
other: "{{count}} comentarii"
|
||||
other: "%{count} comentarii"
|
||||
label_comment_add: Adaugă un comentariu
|
||||
label_comment_added: Adăugat
|
||||
label_comment_delete: Șterge comentariul
|
||||
|
@ -533,7 +533,7 @@ ro:
|
|||
label_yesterday: ieri
|
||||
label_this_week: săptămâna aceasta
|
||||
label_last_week: săptămâna trecută
|
||||
label_last_n_days: "ultimele {{count}} zile"
|
||||
label_last_n_days: "ultimele %{count} zile"
|
||||
label_this_month: luna aceasta
|
||||
label_last_month: luna trecută
|
||||
label_this_year: anul acesta
|
||||
|
@ -547,8 +547,8 @@ ro:
|
|||
label_repository: Depozit
|
||||
label_repository_plural: Depozite
|
||||
label_browse: Afișează
|
||||
label_modification: "{{count}} schimbare"
|
||||
label_modification_plural: "{{count}} schimbări"
|
||||
label_modification: "%{count} schimbare"
|
||||
label_modification_plural: "%{count} schimbări"
|
||||
label_revision: Revizie
|
||||
label_revision_plural: Revizii
|
||||
label_associated_revisions: Revizii asociate
|
||||
|
@ -566,8 +566,8 @@ ro:
|
|||
label_sort_lower: În jos
|
||||
label_sort_lowest: Ultima
|
||||
label_roadmap: Planificare
|
||||
label_roadmap_due_in: "De terminat în {{value}}"
|
||||
label_roadmap_overdue: "Întârziat cu {{value}}"
|
||||
label_roadmap_due_in: "De terminat în %{value}"
|
||||
label_roadmap_overdue: "Întârziat cu %{value}"
|
||||
label_roadmap_no_issues: Nu există tichete pentru această versiune
|
||||
label_search: Caută
|
||||
label_result_plural: Rezultate
|
||||
|
@ -585,8 +585,8 @@ ro:
|
|||
label_changes_details: Detaliile tuturor schimbărilor
|
||||
label_issue_tracking: Urmărire tichete
|
||||
label_spent_time: Timp alocat
|
||||
label_f_hour: "{{value}} oră"
|
||||
label_f_hour_plural: "{{value}} ore"
|
||||
label_f_hour: "%{value} oră"
|
||||
label_f_hour_plural: "%{value} ore"
|
||||
label_time_tracking: Urmărire timp de lucru
|
||||
label_change_plural: Schimbări
|
||||
label_statistics: Statistici
|
||||
|
@ -635,13 +635,13 @@ ro:
|
|||
label_date_from: De la
|
||||
label_date_to: La
|
||||
label_language_based: Un funcție de limba de afișare a utilizatorului
|
||||
label_sort_by: "Sortează după {{value}}"
|
||||
label_sort_by: "Sortează după %{value}"
|
||||
label_send_test_email: Trimite email de test
|
||||
label_feeds_access_key_created_on: "Cheie de acces creată acum {{value}}"
|
||||
label_feeds_access_key_created_on: "Cheie de acces creată acum %{value}"
|
||||
label_module_plural: Module
|
||||
label_added_time_by: "Adăugat de {{author}} acum {{age}}"
|
||||
label_updated_time_by: "Actualizat de {{author}} acum {{age}}"
|
||||
label_updated_time: "Actualizat acum {{value}}"
|
||||
label_added_time_by: "Adăugat de %{author} acum %{age}"
|
||||
label_updated_time_by: "Actualizat de %{author} acum %{age}"
|
||||
label_updated_time: "Actualizat acum %{value}"
|
||||
label_jump_to_a_project: Alege proiectul...
|
||||
label_file_plural: Fișiere
|
||||
label_changeset_plural: Schimbări
|
||||
|
@ -657,7 +657,7 @@ ro:
|
|||
label_registration_activation_by_email: activare cont prin email
|
||||
label_registration_manual_activation: activare manuală a contului
|
||||
label_registration_automatic_activation: activare automată a contului
|
||||
label_display_per_page: "pe pagină: {{value}}"
|
||||
label_display_per_page: "pe pagină: %{value}"
|
||||
label_age: vechime
|
||||
label_change_properties: Schimbă proprietățile
|
||||
label_general: General
|
||||
|
@ -681,7 +681,7 @@ ro:
|
|||
label_sort: Sortează
|
||||
label_ascending: Crescător
|
||||
label_descending: Descrescător
|
||||
label_date_from_to: De la {{start}} la {{end}}
|
||||
label_date_from_to: De la %{start} la %{end}
|
||||
|
||||
|
||||
button_login: Autentificare
|
||||
|
@ -732,42 +732,42 @@ ro:
|
|||
text_regexp_info: ex. ^[A-Z0-9]+$
|
||||
text_min_max_length_info: 0 înseamnă fără restricții
|
||||
text_project_destroy_confirmation: Sigur doriți să ștergeți proiectul și toate datele asociate?
|
||||
text_subprojects_destroy_warning: "Se vor șterge și sub-proiectele: {{value}}."
|
||||
text_subprojects_destroy_warning: "Se vor șterge și sub-proiectele: %{value}."
|
||||
text_workflow_edit: Selectați un rol și un tip de tichet pentru a edita modul de lucru
|
||||
text_are_you_sure: Sunteți sigur(ă)?
|
||||
text_tip_issue_begin_day: sarcină care începe în această zi
|
||||
text_tip_issue_end_day: sarcină care se termină în această zi
|
||||
text_tip_issue_begin_end_day: sarcină care începe și se termină în această zi
|
||||
text_project_identifier_info: 'Sunt permise doar litere mici (a-z), numere și cratime.<br />Odată salvat, identificatorul nu mai poate fi modificat.'
|
||||
text_caracters_maximum: "maxim {{count}} caractere."
|
||||
text_caracters_minimum: "Trebuie să fie minim {{count}} caractere."
|
||||
text_length_between: "Lungime între {{min}} și {{max}} caractere."
|
||||
text_caracters_maximum: "maxim %{count} caractere."
|
||||
text_caracters_minimum: "Trebuie să fie minim %{count} caractere."
|
||||
text_length_between: "Lungime între %{min} și %{max} caractere."
|
||||
text_tracker_no_workflow: Nu sunt moduri de lucru pentru acest tip de tichet
|
||||
text_unallowed_characters: Caractere nepermise
|
||||
text_comma_separated: Sunt permise mai multe valori (separate cu virgulă).
|
||||
text_issues_ref_in_commit_messages: Referire la tichete și rezolvare în textul mesajului
|
||||
text_issue_added: "Tichetul {{id}} a fost adăugat de {{author}}."
|
||||
text_issue_updated: "Tichetul {{id}} a fost actualizat de {{author}}."
|
||||
text_issue_added: "Tichetul %{id} a fost adăugat de %{author}."
|
||||
text_issue_updated: "Tichetul %{id} a fost actualizat de %{author}."
|
||||
text_wiki_destroy_confirmation: Sigur doriți ștergerea Wiki și a conținutului asociat?
|
||||
text_issue_category_destroy_question: "Această categorie conține ({{count}}) tichete. Ce doriți să faceți?"
|
||||
text_issue_category_destroy_question: "Această categorie conține (%{count}) tichete. Ce doriți să faceți?"
|
||||
text_issue_category_destroy_assignments: Șterge apartenența la categorie.
|
||||
text_issue_category_reassign_to: Atribuie tichetele la această categorie
|
||||
text_user_mail_option: "Pentru proiectele care nu sunt selectate, veți primi notificări doar pentru ceea ce urmăriți sau în ce sunteți implicat (ex: tichete create de dumneavoastră sau care vă sunt atribuite)."
|
||||
text_no_configuration_data: "Nu s-au configurat încă rolurile, stările tichetelor și modurile de lucru.\nEste recomandat să încărcați configurația implicită. O veți putea modifica ulterior."
|
||||
text_load_default_configuration: Încarcă configurația implicită
|
||||
text_status_changed_by_changeset: "Aplicat în setul {{value}}."
|
||||
text_status_changed_by_changeset: "Aplicat în setul %{value}."
|
||||
text_issues_destroy_confirmation: 'Sigur doriți să ștergeți tichetele selectate?'
|
||||
text_select_project_modules: 'Selectați modulele active pentru acest proiect:'
|
||||
text_default_administrator_account_changed: S-a schimbat contul administratorului implicit
|
||||
text_file_repository_writable: Se poate scrie în directorul de atașamente
|
||||
text_plugin_assets_writable: Se poate scrie în directorul de plugin-uri
|
||||
text_rmagick_available: Este disponibil RMagick (opțional)
|
||||
text_destroy_time_entries_question: "{{hours}} ore sunt înregistrate la tichetele pe care doriți să le ștergeți. Ce doriți sa faceți?"
|
||||
text_destroy_time_entries_question: "%{hours} ore sunt înregistrate la tichetele pe care doriți să le ștergeți. Ce doriți sa faceți?"
|
||||
text_destroy_time_entries: Șterge orele înregistrate
|
||||
text_assign_time_entries_to_project: Atribuie orele la proiect
|
||||
text_reassign_time_entries: 'Atribuie orele înregistrate la tichetul:'
|
||||
text_user_wrote: "{{value}} a scris:"
|
||||
text_enumeration_destroy_question: "Această valoare are {{count}} obiecte."
|
||||
text_user_wrote: "%{value} a scris:"
|
||||
text_enumeration_destroy_question: "Această valoare are %{count} obiecte."
|
||||
text_enumeration_category_reassign_to: 'Atribuie la această valoare:'
|
||||
text_email_delivery_not_configured: "Trimiterea de emailuri nu este configurată și ca urmare, notificările sunt dezactivate.\nConfigurați serverul SMTP în config/email.yml și reporniți aplicația pentru a le activa."
|
||||
text_repository_usernames_mapping: "Selectați sau modificați contul Redmine echivalent contului din istoricul depozitului.\nUtilizatorii cu un cont (sau e-mail) identic în Redmine și depozit sunt echivalate automat."
|
||||
|
@ -801,18 +801,18 @@ ro:
|
|||
enumeration_activities: Activități (timp de lucru)
|
||||
label_greater_or_equal: ">="
|
||||
label_less_or_equal: <=
|
||||
text_wiki_page_destroy_question: Această pagină are {{descendants}} pagini anterioare și descendenți. Ce doriți să faceți?
|
||||
text_wiki_page_destroy_question: Această pagină are %{descendants} pagini anterioare și descendenți. Ce doriți să faceți?
|
||||
text_wiki_page_reassign_children: Atribuie paginile la această pagină
|
||||
text_wiki_page_nullify_children: Menține paginile ca și pagini inițiale (root)
|
||||
text_wiki_page_destroy_children: Șterge paginile și descendenții
|
||||
setting_password_min_length: Lungime minimă parolă
|
||||
field_group_by: Grupează după
|
||||
mail_subject_wiki_content_updated: "Pagina wiki '{{id}}' a fost actualizată"
|
||||
mail_subject_wiki_content_updated: "Pagina wiki '%{id}' a fost actualizată"
|
||||
label_wiki_content_added: Adăugat
|
||||
mail_subject_wiki_content_added: "Pagina wiki '{{id}}' a fost adăugată"
|
||||
mail_body_wiki_content_added: Pagina wiki '{{id}}' a fost adăugată de {{author}}.
|
||||
mail_subject_wiki_content_added: "Pagina wiki '%{id}' a fost adăugată"
|
||||
mail_body_wiki_content_added: Pagina wiki '%{id}' a fost adăugată de %{author}.
|
||||
label_wiki_content_updated: Actualizat
|
||||
mail_body_wiki_content_updated: Pagina wiki '{{id}}' a fost actualizată de {{author}}.
|
||||
mail_body_wiki_content_updated: Pagina wiki '%{id}' a fost actualizată de %{author}.
|
||||
permission_add_project: Crează proiect
|
||||
setting_new_project_user_role_id: Rol atribuit utilizatorului non-admin care crează un proiect.
|
||||
label_view_all_revisions: Arată toate reviziile
|
||||
|
@ -820,14 +820,14 @@ ro:
|
|||
label_branch: Branch
|
||||
error_no_tracker_in_project: Nu există un tracker asociat cu proiectul. Verificați vă rog setările proiectului.
|
||||
error_no_default_issue_status: Nu există un status implicit al tichetelor. Verificați vă rog configurația (Mergeți la "Administrare -> Stări tichete").
|
||||
text_journal_changed: "{{label}} schimbat din {{old}} în {{new}}"
|
||||
text_journal_set_to: "{{label}} setat ca {{value}}"
|
||||
text_journal_deleted: "{{label}} șters ({{old}})"
|
||||
text_journal_changed: "%{label} schimbat din %{old} în %{new}"
|
||||
text_journal_set_to: "%{label} setat ca %{value}"
|
||||
text_journal_deleted: "%{label} șters (%{old})"
|
||||
label_group_plural: Grupuri
|
||||
label_group: Grup
|
||||
label_group_new: Grup nou
|
||||
label_time_entry_plural: Timp alocat
|
||||
text_journal_added: "{{label}} {{value}} added"
|
||||
text_journal_added: "%{label} %{value} added"
|
||||
field_active: Active
|
||||
enumeration_system_activity: System Activity
|
||||
permission_delete_issue_watchers: Delete watchers
|
||||
|
@ -862,9 +862,9 @@ ro:
|
|||
setting_start_of_week: Start calendars on
|
||||
permission_view_issues: View Issues
|
||||
label_display_used_statuses_only: Only display statuses that are used by this tracker
|
||||
label_revision_id: Revision {{value}}
|
||||
label_revision_id: Revision %{value}
|
||||
label_api_access_key: API access key
|
||||
label_api_access_key_created_on: API access key created {{value}} ago
|
||||
label_api_access_key_created_on: API access key created %{value} ago
|
||||
label_feeds_access_key: RSS access key
|
||||
notice_api_access_key_reseted: Your API access key was reset.
|
||||
setting_rest_api_enabled: Enable REST web service
|
||||
|
@ -891,12 +891,12 @@ ro:
|
|||
label_subtask_plural: Subtasks
|
||||
label_project_copy_notifications: Send email notifications during the project copy
|
||||
error_can_not_delete_custom_field: Unable to delete custom field
|
||||
error_unable_to_connect: Unable to connect ({{value}})
|
||||
error_unable_to_connect: Unable to connect (%{value})
|
||||
error_can_not_remove_role: This role is in use and can not be deleted.
|
||||
error_can_not_delete_tracker: This tracker contains issues and can't be deleted.
|
||||
field_principal: Principal
|
||||
label_my_page_block: My page block
|
||||
notice_failed_to_save_members: "Failed to save member(s): {{errors}}."
|
||||
notice_failed_to_save_members: "Failed to save member(s): %{errors}."
|
||||
text_zoom_out: Zoom out
|
||||
text_zoom_in: Zoom in
|
||||
notice_unable_delete_time_entry: Unable to delete time log entry.
|
||||
|
@ -904,7 +904,7 @@ ro:
|
|||
field_time_entries: Log time
|
||||
project_module_gantt: Gantt
|
||||
project_module_calendar: Calendar
|
||||
button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}"
|
||||
button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
|
||||
text_are_you_sure_with_children: Delete issue and all child issues?
|
||||
field_text: Text field
|
||||
label_user_mail_option_only_owner: Only for things I am the owner of
|
||||
|
@ -921,7 +921,7 @@ ro:
|
|||
field_visible: Visible
|
||||
setting_emails_header: Emails header
|
||||
setting_commit_logtime_activity_id: Activity for logged time
|
||||
text_time_logged_by_changeset: Applied in changeset {{value}}.
|
||||
text_time_logged_by_changeset: Applied in changeset %{value}.
|
||||
setting_commit_logtime_enabled: Enable time logging
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed ({{max}})
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
|
||||
setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
|
||||
|
|
|
@ -89,60 +89,60 @@ ru:
|
|||
distance_in_words:
|
||||
half_a_minute: "меньше минуты"
|
||||
less_than_x_seconds:
|
||||
one: "меньше {{count}} секунды"
|
||||
few: "меньше {{count}} секунд"
|
||||
many: "меньше {{count}} секунд"
|
||||
other: "меньше {{count}} секунды"
|
||||
one: "меньше %{count} секунды"
|
||||
few: "меньше %{count} секунд"
|
||||
many: "меньше %{count} секунд"
|
||||
other: "меньше %{count} секунды"
|
||||
x_seconds:
|
||||
one: "{{count}} секунда"
|
||||
few: "{{count}} секунды"
|
||||
many: "{{count}} секунд"
|
||||
other: "{{count}} секунды"
|
||||
one: "%{count} секунда"
|
||||
few: "%{count} секунды"
|
||||
many: "%{count} секунд"
|
||||
other: "%{count} секунды"
|
||||
less_than_x_minutes:
|
||||
one: "меньше {{count}} минуты"
|
||||
few: "меньше {{count}} минут"
|
||||
many: "меньше {{count}} минут"
|
||||
other: "меньше {{count}} минуты"
|
||||
one: "меньше %{count} минуты"
|
||||
few: "меньше %{count} минут"
|
||||
many: "меньше %{count} минут"
|
||||
other: "меньше %{count} минуты"
|
||||
x_minutes:
|
||||
one: "{{count}} минуту"
|
||||
few: "{{count}} минуты"
|
||||
many: "{{count}} минут"
|
||||
other: "{{count}} минуты"
|
||||
one: "%{count} минуту"
|
||||
few: "%{count} минуты"
|
||||
many: "%{count} минут"
|
||||
other: "%{count} минуты"
|
||||
about_x_hours:
|
||||
one: "около {{count}} часа"
|
||||
few: "около {{count}} часов"
|
||||
many: "около {{count}} часов"
|
||||
other: "около {{count}} часа"
|
||||
one: "около %{count} часа"
|
||||
few: "около %{count} часов"
|
||||
many: "около %{count} часов"
|
||||
other: "около %{count} часа"
|
||||
x_days:
|
||||
one: "{{count}} день"
|
||||
few: "{{count}} дня"
|
||||
many: "{{count}} дней"
|
||||
other: "{{count}} дня"
|
||||
one: "%{count} день"
|
||||
few: "%{count} дня"
|
||||
many: "%{count} дней"
|
||||
other: "%{count} дня"
|
||||
about_x_months:
|
||||
one: "около {{count}} месяца"
|
||||
few: "около {{count}} месяцев"
|
||||
many: "около {{count}} месяцев"
|
||||
other: "около {{count}} месяца"
|
||||
one: "около %{count} месяца"
|
||||
few: "около %{count} месяцев"
|
||||
many: "около %{count} месяцев"
|
||||
other: "около %{count} месяца"
|
||||
x_months:
|
||||
one: "{{count}} месяц"
|
||||
few: "{{count}} месяца"
|
||||
many: "{{count}} месяцев"
|
||||
other: "{{count}} месяца"
|
||||
one: "%{count} месяц"
|
||||
few: "%{count} месяца"
|
||||
many: "%{count} месяцев"
|
||||
other: "%{count} месяца"
|
||||
about_x_years:
|
||||
one: "около {{count}} года"
|
||||
few: "около {{count}} лет"
|
||||
many: "около {{count}} лет"
|
||||
other: "около {{count}} лет"
|
||||
one: "около %{count} года"
|
||||
few: "около %{count} лет"
|
||||
many: "около %{count} лет"
|
||||
other: "около %{count} лет"
|
||||
over_x_years:
|
||||
one: "больше {{count}} года"
|
||||
few: "больше {{count}} лет"
|
||||
many: "больше {{count}} лет"
|
||||
other: "больше {{count}} лет"
|
||||
one: "больше %{count} года"
|
||||
few: "больше %{count} лет"
|
||||
many: "больше %{count} лет"
|
||||
other: "больше %{count} лет"
|
||||
almost_x_years:
|
||||
one: "почти 1 год"
|
||||
few: "почти {{count}} года"
|
||||
many: "почти {{count}} лет"
|
||||
other: "почти {{count}} года"
|
||||
few: "почти %{count} года"
|
||||
many: "почти %{count} лет"
|
||||
other: "почти %{count} года"
|
||||
prompts:
|
||||
year: "Год"
|
||||
month: "Месяц"
|
||||
|
@ -155,10 +155,10 @@ ru:
|
|||
errors:
|
||||
template:
|
||||
header:
|
||||
one: "{{model}}: сохранение не удалось из-за {{count}} ошибки"
|
||||
few: "{{model}}: сохранение не удалось из-за {{count}} ошибок"
|
||||
many: "{{model}}: сохранение не удалось из-за {{count}} ошибок"
|
||||
other: "{{model}}: сохранение не удалось из-за {{count}} ошибки"
|
||||
one: "%{model}: сохранение не удалось из-за %{count} ошибки"
|
||||
few: "%{model}: сохранение не удалось из-за %{count} ошибок"
|
||||
many: "%{model}: сохранение не удалось из-за %{count} ошибок"
|
||||
other: "%{model}: сохранение не удалось из-за %{count} ошибки"
|
||||
|
||||
body: "Проблемы возникли со следующими полями:"
|
||||
|
||||
|
@ -171,27 +171,27 @@ ru:
|
|||
empty: "не может быть пустым"
|
||||
blank: "не может быть пустым"
|
||||
too_long:
|
||||
one: "слишком большой длины (не может быть больше чем {{count}} символ)"
|
||||
few: "слишком большой длины (не может быть больше чем {{count}} символа)"
|
||||
many: "слишком большой длины (не может быть больше чем {{count}} символов)"
|
||||
other: "слишком большой длины (не может быть больше чем {{count}} символа)"
|
||||
one: "слишком большой длины (не может быть больше чем %{count} символ)"
|
||||
few: "слишком большой длины (не может быть больше чем %{count} символа)"
|
||||
many: "слишком большой длины (не может быть больше чем %{count} символов)"
|
||||
other: "слишком большой длины (не может быть больше чем %{count} символа)"
|
||||
too_short:
|
||||
one: "недостаточной длины (не может быть меньше {{count}} символа)"
|
||||
few: "недостаточной длины (не может быть меньше {{count}} символов)"
|
||||
many: "недостаточной длины (не может быть меньше {{count}} символов)"
|
||||
other: "недостаточной длины (не может быть меньше {{count}} символа)"
|
||||
one: "недостаточной длины (не может быть меньше %{count} символа)"
|
||||
few: "недостаточной длины (не может быть меньше %{count} символов)"
|
||||
many: "недостаточной длины (не может быть меньше %{count} символов)"
|
||||
other: "недостаточной длины (не может быть меньше %{count} символа)"
|
||||
wrong_length:
|
||||
one: "неверной длины (может быть длиной ровно {{count}} символ)"
|
||||
few: "неверной длины (может быть длиной ровно {{count}} символа)"
|
||||
many: "неверной длины (может быть длиной ровно {{count}} символов)"
|
||||
other: "неверной длины (может быть длиной ровно {{count}} символа)"
|
||||
one: "неверной длины (может быть длиной ровно %{count} символ)"
|
||||
few: "неверной длины (может быть длиной ровно %{count} символа)"
|
||||
many: "неверной длины (может быть длиной ровно %{count} символов)"
|
||||
other: "неверной длины (может быть длиной ровно %{count} символа)"
|
||||
taken: "уже существует"
|
||||
not_a_number: "не является числом"
|
||||
greater_than: "может иметь значение большее {{count}}"
|
||||
greater_than_or_equal_to: "может иметь значение большее или равное {{count}}"
|
||||
equal_to: "может иметь лишь значение, равное {{count}}"
|
||||
less_than: "может иметь значение меньшее чем {{count}}"
|
||||
less_than_or_equal_to: "может иметь значение меньшее или равное {{count}}"
|
||||
greater_than: "может иметь значение большее %{count}"
|
||||
greater_than_or_equal_to: "может иметь значение большее или равное %{count}"
|
||||
equal_to: "может иметь лишь значение, равное %{count}"
|
||||
less_than: "может иметь значение меньшее чем %{count}"
|
||||
less_than_or_equal_to: "может иметь значение меньшее или равное %{count}"
|
||||
odd: "может иметь лишь нечетное значение"
|
||||
even: "может иметь лишь четное значение"
|
||||
greater_than_start_date: "должна быть позднее даты начала"
|
||||
|
@ -230,7 +230,7 @@ ru:
|
|||
button_delete: Удалить
|
||||
button_download: Загрузить
|
||||
button_edit: Редактировать
|
||||
button_edit_associated_wikipage: "Редактировать связанную wiki-страницу: {{page_title}}"
|
||||
button_edit_associated_wikipage: "Редактировать связанную wiki-страницу: %{page_title}"
|
||||
button_list: Список
|
||||
button_lock: Заблокировать
|
||||
button_login: Вход
|
||||
|
@ -282,12 +282,12 @@ ru:
|
|||
error_can_not_remove_role: Эта роль используется и не может быть удалена.
|
||||
error_can_not_delete_custom_field: Невозможно удалить настраиваемое поле
|
||||
error_can_not_delete_tracker: Этот трекер содержит задачи и не может быть удален.
|
||||
error_can_t_load_default_data: "Конфигурация по умолчанию не была загружена: {{value}}"
|
||||
error_can_t_load_default_data: "Конфигурация по умолчанию не была загружена: %{value}"
|
||||
error_issue_not_found_in_project: Задача не была найдена или не прикреплена к этому проекту
|
||||
error_scm_annotate: "Данные отсутствуют или не могут быть подписаны."
|
||||
error_scm_command_failed: "Ошибка доступа к хранилищу: {{value}}"
|
||||
error_scm_command_failed: "Ошибка доступа к хранилищу: %{value}"
|
||||
error_scm_not_found: Хранилище не содержит записи и/или исправления.
|
||||
error_unable_to_connect: Невозможно подключиться ({{value}})
|
||||
error_unable_to_connect: Невозможно подключиться (%{value})
|
||||
error_unable_delete_issue_status: Невозможно удалить статус задачи
|
||||
|
||||
field_account: Учетная запись
|
||||
|
@ -394,13 +394,13 @@ ru:
|
|||
general_text_Yes: 'Да'
|
||||
|
||||
gui_validation_error: 1 ошибка
|
||||
gui_validation_error_plural: "{{count}} ошибок"
|
||||
gui_validation_error_plural2: "{{count}} ошибки"
|
||||
gui_validation_error_plural5: "{{count}} ошибок"
|
||||
gui_validation_error_plural: "%{count} ошибок"
|
||||
gui_validation_error_plural2: "%{count} ошибки"
|
||||
gui_validation_error_plural5: "%{count} ошибок"
|
||||
|
||||
label_activity: Активность
|
||||
label_add_another_file: Добавить ещё один файл
|
||||
label_added_time_by: "Добавил(а) {{author}} {{age}} назад"
|
||||
label_added_time_by: "Добавил(а) %{author} %{age} назад"
|
||||
label_added: добавлено
|
||||
label_add_note: Добавить замечание
|
||||
label_administration: Администрирование
|
||||
|
@ -409,7 +409,7 @@ ru:
|
|||
label_all_time: всё время
|
||||
label_all_words: Все слова
|
||||
label_all: все
|
||||
label_and_its_subprojects: "{{value}} и все подпроекты"
|
||||
label_and_its_subprojects: "%{value} и все подпроекты"
|
||||
label_applied_status: Применимый статус
|
||||
label_ascending: По возрастанию
|
||||
label_assigned_to_me_issues: Мои задачи
|
||||
|
@ -465,7 +465,7 @@ ru:
|
|||
label_custom_field_new: Новое настраиваемое поле
|
||||
label_custom_field_plural: Настраиваемые поля
|
||||
label_date_from: С
|
||||
label_date_from_to: С {{start}} по {{end}}
|
||||
label_date_from_to: С %{start} по %{end}
|
||||
label_date_range: временной интервал
|
||||
label_date_to: по
|
||||
label_date: Дата
|
||||
|
@ -479,15 +479,15 @@ ru:
|
|||
label_diff_side_by_side: рядом
|
||||
label_disabled: отключено
|
||||
label_display: Отображение
|
||||
label_display_per_page: "На страницу: {{value}}"
|
||||
label_display_per_page: "На страницу: %{value}"
|
||||
label_document: Документ
|
||||
label_document_added: Добавлен документ
|
||||
label_document_new: Новый документ
|
||||
label_document_plural: Документы
|
||||
label_download: "{{count}} загрузка"
|
||||
label_download_plural: "{{count}} скачиваний"
|
||||
label_download_plural2: "{{count}} загрузки"
|
||||
label_download_plural5: "{{count}} загрузок"
|
||||
label_download: "%{count} загрузка"
|
||||
label_download_plural: "%{count} скачиваний"
|
||||
label_download_plural2: "%{count} загрузки"
|
||||
label_download_plural5: "%{count} загрузок"
|
||||
label_downloads_abbr: Скачиваний
|
||||
label_duplicated_by: дублируется
|
||||
label_duplicates: дублирует
|
||||
|
@ -500,9 +500,9 @@ ru:
|
|||
label_example: Пример
|
||||
label_export_to: Экспортировать в
|
||||
label_feed_plural: RSS
|
||||
label_feeds_access_key_created_on: "Ключ доступа RSS создан {{value}} назад"
|
||||
label_f_hour: "{{value}} час"
|
||||
label_f_hour_plural: "{{value}} часов"
|
||||
label_feeds_access_key_created_on: "Ключ доступа RSS создан %{value} назад"
|
||||
label_f_hour: "%{value} час"
|
||||
label_f_hour_plural: "%{value} часов"
|
||||
label_file_added: Добавлен файл
|
||||
label_file_plural: Файлы
|
||||
label_filter_add: Добавить фильтр
|
||||
|
@ -533,7 +533,7 @@ ru:
|
|||
label_issue_category: Категория задачи
|
||||
label_issue_new: Новая задача
|
||||
label_issue_plural: Задачи
|
||||
label_issues_by: "Сортировать по {{value}}"
|
||||
label_issues_by: "Сортировать по %{value}"
|
||||
label_issue_status_new: Новый статус
|
||||
label_issue_status_plural: Статусы задачи
|
||||
label_issue_status: Статус задачи
|
||||
|
@ -543,10 +543,10 @@ ru:
|
|||
label_issue_watchers: Наблюдатели
|
||||
label_jump_to_a_project: Перейти к проекту...
|
||||
label_language_based: На основе языка
|
||||
label_last_changes: "менее {{count}} изменений"
|
||||
label_last_changes: "менее %{count} изменений"
|
||||
label_last_login: Последнее подключение
|
||||
label_last_month: последний месяц
|
||||
label_last_n_days: "последние {{count}} дней"
|
||||
label_last_n_days: "последние %{count} дней"
|
||||
label_last_week: последняя неделю
|
||||
label_latest_revision: Последняя редакция
|
||||
label_latest_revision_plural: Последние редакции
|
||||
|
@ -569,10 +569,10 @@ ru:
|
|||
label_message_posted: Добавлено сообщение
|
||||
label_me: мне
|
||||
label_min_max_length: Минимальная - максимальная длина
|
||||
label_modification: "{{count}} изменение"
|
||||
label_modification_plural: "{{count}} изменений"
|
||||
label_modification_plural2: "{{count}} изменения"
|
||||
label_modification_plural5: "{{count}} изменений"
|
||||
label_modification: "%{count} изменение"
|
||||
label_modification_plural: "%{count} изменений"
|
||||
label_modification_plural2: "%{count} изменения"
|
||||
label_modification_plural5: "%{count} изменений"
|
||||
label_modified: изменено
|
||||
label_module_plural: Модули
|
||||
label_months_from: месяцев(ца) с
|
||||
|
@ -653,9 +653,9 @@ ru:
|
|||
label_revision: Редакция
|
||||
label_revision_plural: Редакции
|
||||
label_roadmap: Оперативный план
|
||||
label_roadmap_due_in: "В срок {{value}}"
|
||||
label_roadmap_due_in: "В срок %{value}"
|
||||
label_roadmap_no_issues: Нет задач для данной версии
|
||||
label_roadmap_overdue: "опоздание {{value}}"
|
||||
label_roadmap_overdue: "опоздание %{value}"
|
||||
label_role: Роль
|
||||
label_role_and_permissions: Роли и права доступа
|
||||
label_role_new: Новая роль
|
||||
|
@ -668,7 +668,7 @@ ru:
|
|||
label_settings: Настройки
|
||||
label_show_completed_versions: Показывать завершенные версии
|
||||
label_sort: Сортировать
|
||||
label_sort_by: "Сортировать по {{value}}"
|
||||
label_sort_by: "Сортировать по %{value}"
|
||||
label_sort_higher: Вверх
|
||||
label_sort_highest: В начало
|
||||
label_sort_lower: Вниз
|
||||
|
@ -694,11 +694,11 @@ ru:
|
|||
label_tracker: Трекер
|
||||
label_tracker_new: Новый трекер
|
||||
label_tracker_plural: Трекеры
|
||||
label_updated_time: "Обновлено {{value}} назад"
|
||||
label_updated_time_by: "Обновлено {{author}} {{age}} назад"
|
||||
label_updated_time: "Обновлено %{value} назад"
|
||||
label_updated_time_by: "Обновлено %{author} %{age} назад"
|
||||
label_used_by: Используется
|
||||
label_user: Пользователь
|
||||
label_user_activity: "Активность пользователя {{value}}"
|
||||
label_user_activity: "Активность пользователя %{value}"
|
||||
label_user_mail_no_self_notified: "Не извещать об изменениях, которые я сделал сам"
|
||||
label_user_mail_option_all: "О всех событиях во всех моих проектах"
|
||||
label_user_mail_option_selected: "О всех событиях только в выбранном проекте..."
|
||||
|
@ -723,46 +723,46 @@ ru:
|
|||
label_x_closed_issues_abbr:
|
||||
zero: "0 закрыто"
|
||||
one: "1 закрыт"
|
||||
few: "{{count}} закрыто"
|
||||
many: "{{count}} закрыто"
|
||||
other: "{{count}} закрыто"
|
||||
few: "%{count} закрыто"
|
||||
many: "%{count} закрыто"
|
||||
other: "%{count} закрыто"
|
||||
label_x_comments:
|
||||
zero: "нет комментариев"
|
||||
one: "1 комментарий"
|
||||
few: "{{count}} комментария"
|
||||
many: "{{count}} комментариев"
|
||||
other: "{{count}} комментариев"
|
||||
few: "%{count} комментария"
|
||||
many: "%{count} комментариев"
|
||||
other: "%{count} комментариев"
|
||||
label_x_open_issues_abbr:
|
||||
zero: "0 открыто"
|
||||
one: "1 открыт"
|
||||
few: "{{count}} открыто"
|
||||
many: "{{count}} открыто"
|
||||
other: "{{count}} открыто"
|
||||
few: "%{count} открыто"
|
||||
many: "%{count} открыто"
|
||||
other: "%{count} открыто"
|
||||
label_x_open_issues_abbr_on_total:
|
||||
zero: "0 открыто / {{total}}"
|
||||
one: "1 открыт / {{total}}"
|
||||
few: "{{count}} открыто / {{total}}"
|
||||
many: "{{count}} открыто / {{total}}"
|
||||
other: "{{count}} открыто / {{total}}"
|
||||
zero: "0 открыто / %{total}"
|
||||
one: "1 открыт / %{total}"
|
||||
few: "%{count} открыто / %{total}"
|
||||
many: "%{count} открыто / %{total}"
|
||||
other: "%{count} открыто / %{total}"
|
||||
label_x_projects:
|
||||
zero: "нет проектов"
|
||||
one: "1 проект"
|
||||
few: "{{count}} проекта"
|
||||
many: "{{count}} проектов"
|
||||
other: "{{count}} проектов"
|
||||
few: "%{count} проекта"
|
||||
many: "%{count} проектов"
|
||||
other: "%{count} проектов"
|
||||
label_year: Год
|
||||
label_yesterday: вчера
|
||||
|
||||
mail_body_account_activation_request: "Зарегистрирован новый пользователь ({{value}}). Учетная запись ожидает Вашего утверждения:"
|
||||
mail_body_account_activation_request: "Зарегистрирован новый пользователь (%{value}). Учетная запись ожидает Вашего утверждения:"
|
||||
mail_body_account_information: Информация о Вашей учетной записи
|
||||
mail_body_account_information_external: "Вы можете использовать Вашу {{value}} учетную запись для входа."
|
||||
mail_body_account_information_external: "Вы можете использовать Вашу %{value} учетную запись для входа."
|
||||
mail_body_lost_password: 'Для изменения пароля зайдите по следующей ссылке:'
|
||||
mail_body_register: 'Для активации учетной записи зайдите по следующей ссылке:'
|
||||
mail_body_reminder: "{{count}} назначенных на Вас задач на следующие {{days}} дней:"
|
||||
mail_subject_account_activation_request: "Запрос на активацию пользователя в системе {{value}}"
|
||||
mail_subject_lost_password: "Ваш {{value}} пароль"
|
||||
mail_subject_register: "Активация учетной записи {{value}}"
|
||||
mail_subject_reminder: "{{count}} назначенных на Вас задач в ближайшие {{days}} дней"
|
||||
mail_body_reminder: "%{count} назначенных на Вас задач на следующие %{days} дней:"
|
||||
mail_subject_account_activation_request: "Запрос на активацию пользователя в системе %{value}"
|
||||
mail_subject_lost_password: "Ваш %{value} пароль"
|
||||
mail_subject_register: "Активация учетной записи %{value}"
|
||||
mail_subject_reminder: "%{count} назначенных на Вас задач в ближайшие %{days} дней"
|
||||
|
||||
notice_account_activated: Ваша учетная запись активирована. Вы можете войти.
|
||||
notice_account_invalid_creditentials: Неправильное имя пользователя или пароль
|
||||
|
@ -775,10 +775,10 @@ ru:
|
|||
notice_account_wrong_password: Неверный пароль
|
||||
notice_can_t_change_password: Для данной учетной записи используется источник внешней аутентификации. Невозможно изменить пароль.
|
||||
notice_default_data_loaded: Была загружена конфигурация по умолчанию.
|
||||
notice_email_error: "Во время отправки письма произошла ошибка ({{value}})"
|
||||
notice_email_sent: "Отправлено письмо {{value}}"
|
||||
notice_failed_to_save_issues: "Не удалось сохранить {{count}} пункт(ов) из {{total}} выбранных: {{ids}}."
|
||||
notice_failed_to_save_members: "Не удалось сохранить участника(ов): {{errors}}."
|
||||
notice_email_error: "Во время отправки письма произошла ошибка (%{value})"
|
||||
notice_email_sent: "Отправлено письмо %{value}"
|
||||
notice_failed_to_save_issues: "Не удалось сохранить %{count} пункт(ов) из %{total} выбранных: %{ids}."
|
||||
notice_failed_to_save_members: "Не удалось сохранить участника(ов): %{errors}."
|
||||
notice_feeds_access_key_reseted: Ваш ключ доступа RSS был перезапущен.
|
||||
notice_file_not_found: Страница, на которую Вы пытаетесь зайти, не существует или удалена.
|
||||
notice_locking_conflict: Информация обновлена другим пользователем.
|
||||
|
@ -905,29 +905,29 @@ ru:
|
|||
text_are_you_sure_with_children: Удалить задачу и все ее подзадачи?
|
||||
text_are_you_sure: Подтвердите
|
||||
text_assign_time_entries_to_project: Прикрепить зарегистрированное время к проекту
|
||||
text_caracters_maximum: "Максимум {{count}} символов(а)."
|
||||
text_caracters_minimum: "Должно быть не менее {{count}} символов."
|
||||
text_caracters_maximum: "Максимум %{count} символов(а)."
|
||||
text_caracters_minimum: "Должно быть не менее %{count} символов."
|
||||
text_comma_separated: Допустимы несколько значений (через запятую).
|
||||
text_custom_field_possible_values_info: 'По одному значению в каждой строке'
|
||||
text_default_administrator_account_changed: Учетная запись администратора по умолчанию изменена
|
||||
text_destroy_time_entries_question: Вы собираетесь удалить {{hours}} часа(ов), прикрепленных за этой задачей.
|
||||
text_destroy_time_entries_question: Вы собираетесь удалить %{hours} часа(ов), прикрепленных за этой задачей.
|
||||
text_destroy_time_entries: Удалить зарегистрированное время
|
||||
text_diff_truncated: '... Этот diff ограничен, так как превышает максимальный отображаемый размер.'
|
||||
text_email_delivery_not_configured: "Параметры работы с почтовым сервером не настроены и функция уведомления по email не активна.\nНастроить параметры для Вашего SMTP-сервера Вы можете в файле config/email.yml. Для применения изменений перезапустите приложение."
|
||||
text_enumeration_category_reassign_to: 'Назначить им следующее значение:'
|
||||
text_enumeration_destroy_question: "{{count}} объект(а,ов) связаны с этим значением."
|
||||
text_enumeration_destroy_question: "%{count} объект(а,ов) связаны с этим значением."
|
||||
text_file_repository_writable: Хранилище с доступом на запись
|
||||
text_issue_added: "По задаче {{id}} был создан отчет ({{author}})."
|
||||
text_issue_added: "По задаче %{id} был создан отчет (%{author})."
|
||||
text_issue_category_destroy_assignments: Удалить назначения категории
|
||||
text_issue_category_destroy_question: "Несколько задач ({{count}}) назначено в данную категорию. Что Вы хотите предпринять?"
|
||||
text_issue_category_destroy_question: "Несколько задач (%{count}) назначено в данную категорию. Что Вы хотите предпринять?"
|
||||
text_issue_category_reassign_to: Переназначить задачи для данной категории
|
||||
text_issues_destroy_confirmation: 'Вы уверены, что хотите удалить выбранные задачи?'
|
||||
text_issues_ref_in_commit_messages: Сопоставление и изменение статуса задач исходя из текста сообщений
|
||||
text_issue_updated: "Задача {{id}} была обновлена ({{author}})."
|
||||
text_journal_changed: "Параметр {{label}} изменился с {{old}} на {{new}}"
|
||||
text_journal_deleted: "Значение {{old}} параметра {{label}} удалено"
|
||||
text_journal_set_to: "Параметр {{label}} изменился на {{value}}"
|
||||
text_length_between: "Длина между {{min}} и {{max}} символов."
|
||||
text_issue_updated: "Задача %{id} была обновлена (%{author})."
|
||||
text_journal_changed: "Параметр %{label} изменился с %{old} на %{new}"
|
||||
text_journal_deleted: "Значение %{old} параметра %{label} удалено"
|
||||
text_journal_set_to: "Параметр %{label} изменился на %{value}"
|
||||
text_length_between: "Длина между %{min} и %{max} символов."
|
||||
text_load_default_configuration: Загрузить конфигурацию по умолчанию
|
||||
text_min_max_length_info: 0 означает отсутствие запретов
|
||||
text_no_configuration_data: "Роли, трекеры, статусы задач и оперативный план не были сконфигурированы.\nНастоятельно рекомендуется загрузить конфигурацию по-умолчанию. Вы сможете её изменить потом."
|
||||
|
@ -940,31 +940,31 @@ ru:
|
|||
text_rmagick_available: Доступно использование RMagick (опционально)
|
||||
text_select_mail_notifications: Выберите действия, на которые будет отсылаться уведомление на электронную почту.
|
||||
text_select_project_modules: 'Выберите модули, которые будут использованы в проекте:'
|
||||
text_status_changed_by_changeset: "Реализовано в {{value}} редакции."
|
||||
text_subprojects_destroy_warning: "Подпроекты: {{value}} также будут удалены."
|
||||
text_status_changed_by_changeset: "Реализовано в %{value} редакции."
|
||||
text_subprojects_destroy_warning: "Подпроекты: %{value} также будут удалены."
|
||||
text_tip_issue_begin_day: дата начала задачи
|
||||
text_tip_issue_begin_end_day: начало задачи и окончание ее в этот день
|
||||
text_tip_issue_end_day: дата завершения задачи
|
||||
text_tracker_no_workflow: Для этого трекера последовательность действий не определена
|
||||
text_unallowed_characters: Запрещенные символы
|
||||
text_user_mail_option: "Для невыбранных проектов, Вы будете получать уведомления только о том что просматриваете или в чем участвуете (например, вопросы, автором которых Вы являетесь или которые Вам назначены)."
|
||||
text_user_wrote: "{{value}} писал(а):"
|
||||
text_user_wrote: "%{value} писал(а):"
|
||||
text_wiki_destroy_confirmation: Вы уверены, что хотите удалить данную Wiki и все ее содержимое?
|
||||
text_workflow_edit: Выберите роль и трекер для редактирования последовательности состояний
|
||||
|
||||
warning_attachments_not_saved: "{{count}} файл(ов) невозможно сохранить."
|
||||
text_wiki_page_destroy_question: Эта страница имеет {{descendants}} дочерних страниц и их потомков. Что вы хотите сделать?
|
||||
warning_attachments_not_saved: "%{count} файл(ов) невозможно сохранить."
|
||||
text_wiki_page_destroy_question: Эта страница имеет %{descendants} дочерних страниц и их потомков. Что вы хотите сделать?
|
||||
text_wiki_page_reassign_children: Переопределить дочерние страницы на текущую страницу
|
||||
text_wiki_page_nullify_children: Сделать дочерние страницы главными страницами
|
||||
text_wiki_page_destroy_children: Удалить дочерние страницы и всех их потомков
|
||||
setting_password_min_length: Минимальная длина пароля
|
||||
field_group_by: Группировать результаты по
|
||||
mail_subject_wiki_content_updated: "Wiki-страница '{{id}}' была обновлена"
|
||||
mail_subject_wiki_content_updated: "Wiki-страница '%{id}' была обновлена"
|
||||
label_wiki_content_added: Добавлена wiki-страница
|
||||
mail_subject_wiki_content_added: "Wiki-страница '{{id}}' была добавлена"
|
||||
mail_body_wiki_content_added: "{{author}} добавил(а) wiki-страницу '{{id}}'."
|
||||
mail_subject_wiki_content_added: "Wiki-страница '%{id}' была добавлена"
|
||||
mail_body_wiki_content_added: "%{author} добавил(а) wiki-страницу '%{id}'."
|
||||
label_wiki_content_updated: Обновлена wiki-страница
|
||||
mail_body_wiki_content_updated: "{{author}} обновил(а) wiki-страницу '{{id}}'."
|
||||
mail_body_wiki_content_updated: "%{author} обновил(а) wiki-страницу '%{id}'."
|
||||
permission_add_project: Создание проекта
|
||||
setting_new_project_user_role_id: Роль, назначаемая пользователю, создавшему проект
|
||||
label_view_all_revisions: Показать все ревизии
|
||||
|
@ -976,7 +976,7 @@ ru:
|
|||
label_group: Группа
|
||||
label_group_new: Новая группа
|
||||
label_time_entry_plural: Затраченное время
|
||||
text_journal_added: "{{label}} {{value}} добавлен"
|
||||
text_journal_added: "%{label} %{value} добавлен"
|
||||
field_active: Активно
|
||||
enumeration_system_activity: Системная активность
|
||||
permission_delete_issue_watchers: Удаление наблюдателей
|
||||
|
@ -1011,10 +1011,10 @@ ru:
|
|||
setting_start_of_week: День начала недели
|
||||
label_api_access_key: Ключ доступа к API
|
||||
text_line_separated: Разрешено несколько значений (по одному значению в строку).
|
||||
label_revision_id: Ревизия {{value}}
|
||||
label_revision_id: Ревизия %{value}
|
||||
permission_view_issues: Просмотр задач
|
||||
label_display_used_statuses_only: Отображать только те статусы, которые используются в этом трекере
|
||||
label_api_access_key_created_on: Ключ доступ к API был создан {{value}} назад
|
||||
label_api_access_key_created_on: Ключ доступ к API был создан %{value} назад
|
||||
label_feeds_access_key: Ключ доступа к RSS
|
||||
notice_api_access_key_reseted: Ваш ключ доступа к API был сброшен.
|
||||
setting_rest_api_enabled: Включить веб-сервис REST
|
||||
|
@ -1045,7 +1045,7 @@ ru:
|
|||
setting_emails_header: Заголовок письма
|
||||
|
||||
setting_commit_logtime_activity_id: Activity for logged time
|
||||
text_time_logged_by_changeset: Applied in changeset {{value}}.
|
||||
text_time_logged_by_changeset: Applied in changeset %{value}.
|
||||
setting_commit_logtime_enabled: Enable time logging
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed ({{max}})
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
|
||||
setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
|
||||
|
|
|
@ -32,37 +32,37 @@ sk:
|
|||
half_a_minute: "pol minúty"
|
||||
less_than_x_seconds:
|
||||
one: "menej ako 1 sekunda"
|
||||
other: "menej ako {{count}} sekúnd"
|
||||
other: "menej ako %{count} sekúnd"
|
||||
x_seconds:
|
||||
one: "1 sekunda"
|
||||
other: "{{count}} sekúnd"
|
||||
other: "%{count} sekúnd"
|
||||
less_than_x_minutes:
|
||||
one: "menej ako minúta"
|
||||
other: "menej ako {{count}} minút"
|
||||
other: "menej ako %{count} minút"
|
||||
x_minutes:
|
||||
one: "1 minuta"
|
||||
other: "{{count}} minút"
|
||||
other: "%{count} minút"
|
||||
about_x_hours:
|
||||
one: "okolo 1 hodiny"
|
||||
other: "okolo {{count}} hodín"
|
||||
other: "okolo %{count} hodín"
|
||||
x_days:
|
||||
one: "1 deň"
|
||||
other: "{{count}} dní"
|
||||
other: "%{count} dní"
|
||||
about_x_months:
|
||||
one: "okolo 1 mesiaca"
|
||||
other: "okolo {{count}} mesiace/ov"
|
||||
other: "okolo %{count} mesiace/ov"
|
||||
x_months:
|
||||
one: "1 mesiac"
|
||||
other: "{{count}} mesiace/ov"
|
||||
other: "%{count} mesiace/ov"
|
||||
about_x_years:
|
||||
one: "okolo 1 roka"
|
||||
other: "okolo {{count}} roky/ov"
|
||||
other: "okolo %{count} roky/ov"
|
||||
over_x_years:
|
||||
one: "cez 1 rok"
|
||||
other: "cez {{count}} roky/ov"
|
||||
other: "cez %{count} roky/ov"
|
||||
almost_x_years:
|
||||
one: "almost 1 year"
|
||||
other: "almost {{count}} years"
|
||||
other: "almost %{count} years"
|
||||
|
||||
number:
|
||||
human:
|
||||
|
@ -102,11 +102,11 @@ sk:
|
|||
taken: "je už použité"
|
||||
not_a_number: "nieje číslo"
|
||||
not_a_date: "nieje platný dátum"
|
||||
greater_than: "musí byť väčšíe ako {{count}}"
|
||||
greater_than_or_equal_to: "musí byť väčšie alebo rovné {{count}}"
|
||||
equal_to: "musí byť rovné {{count}}"
|
||||
less_than: "musí byť menej ako {{count}}"
|
||||
less_than_or_equal_to: "musí byť menej alebo rovné {{count}}"
|
||||
greater_than: "musí byť väčšíe ako %{count}"
|
||||
greater_than_or_equal_to: "musí byť väčšie alebo rovné %{count}"
|
||||
equal_to: "musí byť rovné %{count}"
|
||||
less_than: "musí byť menej ako %{count}"
|
||||
less_than_or_equal_to: "musí byť menej alebo rovné %{count}"
|
||||
odd: "musí byť nepárne"
|
||||
even: "musí byť párne"
|
||||
greater_than_start_date: "musí byť neskôr ako počiatočný dátum"
|
||||
|
@ -146,30 +146,30 @@ sk:
|
|||
notice_locking_conflict: Údaje boli zmenené iným užívateľom.
|
||||
notice_scm_error: Položka a/alebo revízia neexistuje v repozitári.
|
||||
notice_not_authorized: Nemáte dostatočné práva pre zobrazenie tejto stránky.
|
||||
notice_email_sent: "Na adresu {{value}} bol odeslaný email"
|
||||
notice_email_error: "Pri odosielaní emailu nastala chyba ({{value}})"
|
||||
notice_email_sent: "Na adresu %{value} bol odeslaný email"
|
||||
notice_email_error: "Pri odosielaní emailu nastala chyba (%{value})"
|
||||
notice_feeds_access_key_reseted: Váš klúč pre prístup k Atomu bol resetovaný.
|
||||
notice_failed_to_save_issues: "Nastala chyba pri ukládaní {{count}} úloh na {{total}} zvolený: {{ids}}."
|
||||
notice_failed_to_save_issues: "Nastala chyba pri ukládaní %{count} úloh na %{total} zvolený: %{ids}."
|
||||
notice_no_issue_selected: "Nebola zvolená žiadná úloha. Prosím, zvoľte úlohy, ktoré chcete upraviť"
|
||||
notice_account_pending: "Váš účet bol vytvorený, teraz čaká na schválenie administrátorom."
|
||||
notice_default_data_loaded: Výchozia konfigurácia úspešne nahraná.
|
||||
|
||||
error_can_t_load_default_data: "Výchozia konfigurácia nebola nahraná: {{value}}"
|
||||
error_can_t_load_default_data: "Výchozia konfigurácia nebola nahraná: %{value}"
|
||||
error_scm_not_found: "Položka a/alebo revízia neexistuje v repozitári."
|
||||
error_scm_command_failed: "Pri pokuse o prístup k repozitári došlo k chybe: {{value}}"
|
||||
error_scm_command_failed: "Pri pokuse o prístup k repozitári došlo k chybe: %{value}"
|
||||
error_issue_not_found_in_project: 'Úloha nebola nájdená alebo nepatrí k tomuto projektu'
|
||||
|
||||
mail_subject_lost_password: "Vaše heslo ({{value}})"
|
||||
mail_subject_lost_password: "Vaše heslo (%{value})"
|
||||
mail_body_lost_password: 'Pre zmenu vašeho hesla kliknite na následujúci odkaz:'
|
||||
mail_subject_register: "Aktivácia účtu ({{value}})"
|
||||
mail_subject_register: "Aktivácia účtu (%{value})"
|
||||
mail_body_register: 'Pre aktiváciu vašeho účtu kliknite na následujúci odkaz:'
|
||||
mail_body_account_information_external: "Pomocou vašeho účtu {{value}} se môžete prihlásiť."
|
||||
mail_body_account_information_external: "Pomocou vašeho účtu %{value} se môžete prihlásiť."
|
||||
mail_body_account_information: Informácie o vašom účte
|
||||
mail_subject_account_activation_request: "Aktivácia {{value}} účtu"
|
||||
mail_body_account_activation_request: "Bol zaregistrovaný nový uživateľ {{value}}. Aktivácia jeho účtu závisí na vašom potvrdení."
|
||||
mail_subject_account_activation_request: "Aktivácia %{value} účtu"
|
||||
mail_body_account_activation_request: "Bol zaregistrovaný nový uživateľ %{value}. Aktivácia jeho účtu závisí na vašom potvrdení."
|
||||
|
||||
gui_validation_error: 1 chyba
|
||||
gui_validation_error_plural: "{{count}} chyb(y)"
|
||||
gui_validation_error_plural: "%{count} chyb(y)"
|
||||
|
||||
field_name: Názov
|
||||
field_description: Popis
|
||||
|
@ -304,14 +304,14 @@ sk:
|
|||
label_x_projects:
|
||||
zero: žiadne projekty
|
||||
one: 1 projekt
|
||||
other: "{{count}} projekty/ov"
|
||||
other: "%{count} projekty/ov"
|
||||
label_project_all: Všetky projekty
|
||||
label_project_latest: Posledné projekty
|
||||
label_issue: Úloha
|
||||
label_issue_new: Nová úloha
|
||||
label_issue_plural: Úlohy
|
||||
label_issue_view_all: Všetky úlohy
|
||||
label_issues_by: "Úlohy od užívateľa {{value}}"
|
||||
label_issues_by: "Úlohy od užívateľa %{value}"
|
||||
label_issue_added: Úloha pridaná
|
||||
label_issue_updated: Úloha aktualizovaná
|
||||
label_document: Dokument
|
||||
|
@ -377,8 +377,8 @@ sk:
|
|||
label_text: Dlhý text
|
||||
label_attribute: Atribut
|
||||
label_attribute_plural: Atributy
|
||||
label_download: "{{count}} Download"
|
||||
label_download_plural: "{{count}} Downloady"
|
||||
label_download: "%{count} Download"
|
||||
label_download_plural: "%{count} Downloady"
|
||||
label_no_data: Žiadné položky
|
||||
label_change_status: Zmeniť stav
|
||||
label_history: História
|
||||
|
@ -409,17 +409,17 @@ sk:
|
|||
label_closed_issues: Uzavrený
|
||||
label_closed_issues_plural: Uzavrené
|
||||
label_x_open_issues_abbr_on_total:
|
||||
zero: 0 otvorených z celkovo {{total}}
|
||||
one: 1 otvorený z celkovo {{total}}
|
||||
other: "{{count}} otvorené/ých z celkovo {{total}}"
|
||||
zero: 0 otvorených z celkovo %{total}
|
||||
one: 1 otvorený z celkovo %{total}
|
||||
other: "%{count} otvorené/ých z celkovo %{total}"
|
||||
label_x_open_issues_abbr:
|
||||
zero: 0 otvorených
|
||||
one: 1 otvorený
|
||||
other: "{{count}} otvorené/ých"
|
||||
other: "%{count} otvorené/ých"
|
||||
label_x_closed_issues_abbr:
|
||||
zero: 0 zavretých
|
||||
one: 1 zavretý
|
||||
other: "{{count}} zavreté/ých"
|
||||
other: "%{count} zavreté/ých"
|
||||
label_total: Celkovo
|
||||
label_permissions: Práva
|
||||
label_current_status: Aktuálny stav
|
||||
|
@ -437,7 +437,7 @@ sk:
|
|||
label_months_from: mesiacov od
|
||||
label_gantt: Ganttov graf
|
||||
label_internal: Interný
|
||||
label_last_changes: "posledných {{count}} zmien"
|
||||
label_last_changes: "posledných %{count} zmien"
|
||||
label_change_view_all: Zobraziť všetky zmeny
|
||||
label_personalize_page: Prispôsobiť túto stránku
|
||||
label_comment: Komentár
|
||||
|
@ -445,7 +445,7 @@ sk:
|
|||
label_x_comments:
|
||||
zero: žiaden komentár
|
||||
one: 1 komentár
|
||||
other: "{{count}} komentáre/ov"
|
||||
other: "%{count} komentáre/ov"
|
||||
label_comment_add: Pridať komentár
|
||||
label_comment_added: Komentár pridaný
|
||||
label_comment_delete: Odstrániť komentár
|
||||
|
@ -464,7 +464,7 @@ sk:
|
|||
label_yesterday: včera
|
||||
label_this_week: tento týždeň
|
||||
label_last_week: minulý týždeň
|
||||
label_last_n_days: "posledných {{count}} dní"
|
||||
label_last_n_days: "posledných %{count} dní"
|
||||
label_this_month: tento mesiac
|
||||
label_last_month: minulý mesiac
|
||||
label_this_year: tento rok
|
||||
|
@ -478,8 +478,8 @@ sk:
|
|||
label_repository: Repozitár
|
||||
label_repository_plural: Repozitáre
|
||||
label_browse: Prechádzať
|
||||
label_modification: "{{count}} zmena"
|
||||
label_modification_plural: "{{count}} zmien"
|
||||
label_modification: "%{count} zmena"
|
||||
label_modification_plural: "%{count} zmien"
|
||||
label_revision: Revízia
|
||||
label_revision_plural: Revízií
|
||||
label_associated_revisions: Súvisiace verzie
|
||||
|
@ -495,8 +495,8 @@ sk:
|
|||
label_sort_lower: Presunúť dole
|
||||
label_sort_lowest: Presunúť na koniec
|
||||
label_roadmap: Plán
|
||||
label_roadmap_due_in: "Zostáva {{value}}"
|
||||
label_roadmap_overdue: "{{value}} neskoro"
|
||||
label_roadmap_due_in: "Zostáva %{value}"
|
||||
label_roadmap_overdue: "%{value} neskoro"
|
||||
label_roadmap_no_issues: Pre túto verziu niesú žiadne úlohy
|
||||
label_search: Hľadať
|
||||
label_result_plural: Výsledky
|
||||
|
@ -514,8 +514,8 @@ sk:
|
|||
label_changes_details: Detail všetkých zmien
|
||||
label_issue_tracking: Sledovanie úloh
|
||||
label_spent_time: Strávený čas
|
||||
label_f_hour: "{{value}} hodina"
|
||||
label_f_hour_plural: "{{value}} hodín"
|
||||
label_f_hour: "%{value} hodina"
|
||||
label_f_hour_plural: "%{value} hodín"
|
||||
label_time_tracking: Sledovánie času
|
||||
label_change_plural: Zmeny
|
||||
label_statistics: Štatistiky
|
||||
|
@ -563,12 +563,12 @@ sk:
|
|||
label_date_from: Od
|
||||
label_date_to: Do
|
||||
label_language_based: Podľa výchozieho jazyka
|
||||
label_sort_by: "Zoradenie podľa {{value}}"
|
||||
label_sort_by: "Zoradenie podľa %{value}"
|
||||
label_send_test_email: Poslať testovací email
|
||||
label_feeds_access_key_created_on: "Prístupový klúč pre RSS bol vytvorený pred {{value}}"
|
||||
label_feeds_access_key_created_on: "Prístupový klúč pre RSS bol vytvorený pred %{value}"
|
||||
label_module_plural: Moduly
|
||||
label_added_time_by: "Pridané užívateľom {{author}} pred {{age}}"
|
||||
label_updated_time: "Aktualizované pred {{value}}"
|
||||
label_added_time_by: "Pridané užívateľom %{author} pred %{age}"
|
||||
label_updated_time: "Aktualizované pred %{value}"
|
||||
label_jump_to_a_project: Zvoliť projekt...
|
||||
label_file_plural: Súbory
|
||||
label_changeset_plural: Sady zmien
|
||||
|
@ -584,7 +584,7 @@ sk:
|
|||
label_registration_activation_by_email: aktivácia účtu emailom
|
||||
label_registration_manual_activation: manuálna aktivácia účtu
|
||||
label_registration_automatic_activation: automatická aktivácia účtu
|
||||
label_display_per_page: "{{value}} na stránku"
|
||||
label_display_per_page: "%{value} na stránku"
|
||||
label_age: Vek
|
||||
label_change_properties: Zmeniť vlastnosti
|
||||
label_general: Všeobecné
|
||||
|
@ -651,23 +651,23 @@ sk:
|
|||
text_tip_issue_end_day: úloha končí v tento deň
|
||||
text_tip_issue_begin_end_day: úloha začína a končí v tento deň
|
||||
text_project_identifier_info: 'Povolené znaky sú malé písmena (a-z), čísla a pomlčka.<br />Po uložení už nieje možné identifikátor zmeniť.'
|
||||
text_caracters_maximum: "{{count}} znakov maximálne."
|
||||
text_caracters_minimum: "Musí byť aspoň {{count}} znaky/ov dlhé."
|
||||
text_length_between: "Dĺžka medzi {{min}} až {{max}} znakmi."
|
||||
text_caracters_maximum: "%{count} znakov maximálne."
|
||||
text_caracters_minimum: "Musí byť aspoň %{count} znaky/ov dlhé."
|
||||
text_length_between: "Dĺžka medzi %{min} až %{max} znakmi."
|
||||
text_tracker_no_workflow: Pre tuto frontu nieje definovaný žiadný workflow
|
||||
text_unallowed_characters: Nepovolené znaky
|
||||
text_comma_separated: Je povolené viacero hodnôt (oddelené navzájom čiarkou).
|
||||
text_issues_ref_in_commit_messages: Odkazovať a upravovať úlohy v správach s následovnym obsahom
|
||||
text_issue_added: "úloha {{id}} bola vytvorená užívateľom {{author}}."
|
||||
text_issue_updated: "Úloha {{id}} byla aktualizovaná užívateľom {{author}}."
|
||||
text_issue_added: "úloha %{id} bola vytvorená užívateľom %{author}."
|
||||
text_issue_updated: "Úloha %{id} byla aktualizovaná užívateľom %{author}."
|
||||
text_wiki_destroy_confirmation: Naozaj si prajete odstrániť túto Wiki a celý jej obsah?
|
||||
text_issue_category_destroy_question: "Niektoré úlohy ({{count}}) sú priradené k tejto kategórii. Čo chtete s nimi spraviť?"
|
||||
text_issue_category_destroy_question: "Niektoré úlohy (%{count}) sú priradené k tejto kategórii. Čo chtete s nimi spraviť?"
|
||||
text_issue_category_destroy_assignments: Zrušiť priradenie ku kategórii
|
||||
text_issue_category_reassign_to: Priradiť úlohy do tejto kategórie
|
||||
text_user_mail_option: "U projektov, které neboli vybrané, budete dostávať oznamenie iba o vašich či o sledovaných položkách (napr. o položkách, ktorých ste autor, alebo ku ktorým ste priradený/á)."
|
||||
text_no_configuration_data: "Role, fronty, stavy úloh ani workflow neboli zatiaľ nakonfigurované.\nVelmi doporučujeme nahrať východziu konfiguráciu. Potom si môžete všetko upraviť"
|
||||
text_load_default_configuration: Nahrať východziu konfiguráciu
|
||||
text_status_changed_by_changeset: "Aktualizované v sade zmien {{value}}."
|
||||
text_status_changed_by_changeset: "Aktualizované v sade zmien %{value}."
|
||||
text_issues_destroy_confirmation: 'Naozaj si prajete odstrániť všetky zvolené úlohy?'
|
||||
text_select_project_modules: 'Aktivne moduly v tomto projekte:'
|
||||
text_default_administrator_account_changed: Zmenené výchozie nastavenie administrátorského účtu
|
||||
|
@ -705,15 +705,15 @@ sk:
|
|||
enumeration_activities: Aktivity (sledovanie času)
|
||||
error_scm_annotate: "Položka neexistuje alebo nemôže byť komentovaná."
|
||||
label_planning: Plánovanie
|
||||
text_subprojects_destroy_warning: "Jeho podprojekt(y): {{value}} budú takisto vymazané."
|
||||
label_and_its_subprojects: "{{value}} a jeho podprojekty"
|
||||
mail_body_reminder: "{{count}} úloha(y), ktorá(é) je(sú) vám priradený(é), ma(jú) byť hotova(é) za {{days}} dní:"
|
||||
mail_subject_reminder: "{{count}} úloha(y) ma(jú) byť hotova(é) za pár {{days}} dní"
|
||||
text_user_wrote: "{{value}} napísal:"
|
||||
text_subprojects_destroy_warning: "Jeho podprojekt(y): %{value} budú takisto vymazané."
|
||||
label_and_its_subprojects: "%{value} a jeho podprojekty"
|
||||
mail_body_reminder: "%{count} úloha(y), ktorá(é) je(sú) vám priradený(é), ma(jú) byť hotova(é) za %{days} dní:"
|
||||
mail_subject_reminder: "%{count} úloha(y) ma(jú) byť hotova(é) za pár %{days} dní"
|
||||
text_user_wrote: "%{value} napísal:"
|
||||
label_duplicated_by: duplikovaný
|
||||
setting_enabled_scm: Zapnúť SCM
|
||||
text_enumeration_category_reassign_to: 'Prenastaviť na túto hodnotu:'
|
||||
text_enumeration_destroy_question: "{{count}} objekty sú nastavené na túto hodnotu."
|
||||
text_enumeration_destroy_question: "%{count} objekty sú nastavené na túto hodnotu."
|
||||
label_incoming_emails: Príchádzajúce emaily
|
||||
label_generate_key: Vygenerovať kľúč
|
||||
setting_mail_handler_api_enabled: Zapnúť Webovú Službu (WS) pre príchodzie emaily
|
||||
|
@ -779,12 +779,12 @@ sk:
|
|||
permission_delete_own_messages: Mazanie vlastných správ
|
||||
text_repository_usernames_mapping: "Vyberte alebo upravte mapovanie medzi užívateľmi systému Redmine a užívateľskými menami nájdenými v logu repozitára.\nUžívatelia s rovnakým prihlasovacím menom alebo emailom v systéme Redmine a repozitára sú mapovaní automaticky."
|
||||
label_example: Príklad
|
||||
label_user_activity: "Aktivita užívateľa {{value}}"
|
||||
label_updated_time_by: "Aktualizované užívateľom {{author}} pred {{age}}"
|
||||
label_user_activity: "Aktivita užívateľa %{value}"
|
||||
label_updated_time_by: "Aktualizované užívateľom %{author} pred %{age}"
|
||||
text_diff_truncated: '... Tento rozdielový výpis bol skratený, pretože prekračuje maximálnu veľkosť, ktorá môže byť zobrazená.'
|
||||
setting_diff_max_lines_displayed: Maximálne množstvo zobrazených riadkov rozdielového výpisu
|
||||
text_plugin_assets_writable: Adresár pre pluginy s možnosťou zápisu
|
||||
warning_attachments_not_saved: "{{count}} súbor(y) nemohol(li) byť uložené."
|
||||
warning_attachments_not_saved: "%{count} súbor(y) nemohol(li) byť uložené."
|
||||
field_editable: Editovateľné
|
||||
label_display: Zobrazenie
|
||||
button_create_and_continue: Vytvoriť a pokračovať
|
||||
|
@ -799,22 +799,22 @@ sk:
|
|||
label_descending: Zostupné
|
||||
label_sort: Zoradenie
|
||||
label_ascending: Rastúce
|
||||
label_date_from_to: Od {{start}} do {{end}}
|
||||
label_date_from_to: Od %{start} do %{end}
|
||||
label_greater_or_equal: ">="
|
||||
label_less_or_equal: <=
|
||||
text_wiki_page_destroy_question: Táto stránka má {{descendants}} podstránku/y a potomka/ov. Čo chcete vykonať?
|
||||
text_wiki_page_destroy_question: Táto stránka má %{descendants} podstránku/y a potomka/ov. Čo chcete vykonať?
|
||||
text_wiki_page_reassign_children: Preradiť podstránky k tejto hlavnej stránke
|
||||
text_wiki_page_nullify_children: Zachovať podstránky ako hlavné stránky
|
||||
text_wiki_page_destroy_children: Vymazať podstránky a všetkých ich potomkov
|
||||
setting_password_min_length: Minimálna dĺžka hesla
|
||||
field_group_by: Skupinové výsledky podľa
|
||||
mail_subject_wiki_content_updated: "'{{id}}' Wiki stránka bola aktualizovaná"
|
||||
mail_subject_wiki_content_updated: "'%{id}' Wiki stránka bola aktualizovaná"
|
||||
label_wiki_content_added: Wiki stránka pridaná
|
||||
mail_subject_wiki_content_added: "'{{id}}' Wiki stránka bola pridaná"
|
||||
mail_body_wiki_content_added: The '{{id}}' Wiki stránka bola pridaná užívateľom {{author}}.
|
||||
mail_subject_wiki_content_added: "'%{id}' Wiki stránka bola pridaná"
|
||||
mail_body_wiki_content_added: The '%{id}' Wiki stránka bola pridaná užívateľom %{author}.
|
||||
permission_add_project: Vytvorenie projektu
|
||||
label_wiki_content_updated: Wiki stránka aktualizovaná
|
||||
mail_body_wiki_content_updated: Wiki stránka '{{id}}' bola aktualizovaná užívateľom {{author}}.
|
||||
mail_body_wiki_content_updated: Wiki stránka '%{id}' bola aktualizovaná užívateľom %{author}.
|
||||
setting_repositories_encodings: Kódovanie repozitára
|
||||
setting_new_project_user_role_id: Rola dána non-admin užívateľovi, ktorý vytvorí projekt
|
||||
label_view_all_revisions: Zobraziť všetkz revízie
|
||||
|
@ -822,14 +822,14 @@ sk:
|
|||
label_branch: Vetva
|
||||
error_no_tracker_in_project: K tomuto projektu nieje priradená žiadna fronta. Prosím skontrolujte nastavenie projektu.
|
||||
error_no_default_issue_status: Nieje definovaný východzí stav úlohy. Prosím skontrolujte vase nastavenie (Choďte na "Administrácia -> Stavz úloh").
|
||||
text_journal_changed: "{{label}} zmenené z {{old}} na {{new}}"
|
||||
text_journal_set_to: "{{label}} nastavené na {{value}}"
|
||||
text_journal_deleted: "{{label}} zmazané ({{old}})"
|
||||
text_journal_changed: "%{label} zmenené z %{old} na %{new}"
|
||||
text_journal_set_to: "%{label} nastavené na %{value}"
|
||||
text_journal_deleted: "%{label} zmazané (%{old})"
|
||||
label_group_plural: Skupiny
|
||||
label_group: Skupina
|
||||
label_group_new: Nová skupina
|
||||
label_time_entry_plural: Strávený čas
|
||||
text_journal_added: "{{label}} {{value}} pridané"
|
||||
text_journal_added: "%{label} %{value} pridané"
|
||||
field_active: Aktívne
|
||||
enumeration_system_activity: Aktivita systému
|
||||
permission_delete_issue_watchers: Odstrániť pozorovateľov
|
||||
|
@ -864,9 +864,9 @@ sk:
|
|||
setting_start_of_week: Štart pracovného týždňa v
|
||||
permission_view_issues: Zobraziť úlohy
|
||||
label_display_used_statuses_only: Zobraziť len stavy, ktoré sú priradené k tejto fronte
|
||||
label_revision_id: Revízia {{value}}
|
||||
label_revision_id: Revízia %{value}
|
||||
label_api_access_key: API prístupový kľúč
|
||||
label_api_access_key_created_on: API prístupový kľúč vytvorený pred {{value}}
|
||||
label_api_access_key_created_on: API prístupový kľúč vytvorený pred %{value}
|
||||
label_feeds_access_key: RSS prístupový kľúč
|
||||
notice_api_access_key_reseted: Váš API prístupový kľúč bol resetovaný.
|
||||
setting_rest_api_enabled: Zapnúť REST web službu
|
||||
|
@ -893,12 +893,12 @@ sk:
|
|||
label_subtask_plural: Podúlohy
|
||||
label_project_copy_notifications: Zaslať emailové upozornenie behom kopírovania projektu
|
||||
error_can_not_delete_custom_field: Nieje možné vymazať užívateľské pole
|
||||
error_unable_to_connect: Nieje možné vymazať ({{value}})
|
||||
error_unable_to_connect: Nieje možné vymazať (%{value})
|
||||
error_can_not_remove_role: Táto roľa sa používa a nemôže byť vymazaná.
|
||||
error_can_not_delete_tracker: Táto fronta obsahuje úlohy a nemôže byť vymazaná.
|
||||
field_principal: Principal
|
||||
label_my_page_block: My page block
|
||||
notice_failed_to_save_members: "Failed to save member(s): {{errors}}."
|
||||
notice_failed_to_save_members: "Failed to save member(s): %{errors}."
|
||||
text_zoom_out: Zoom out
|
||||
text_zoom_in: Zoom in
|
||||
notice_unable_delete_time_entry: Unable to delete time log entry.
|
||||
|
@ -906,7 +906,7 @@ sk:
|
|||
field_time_entries: Log time
|
||||
project_module_gantt: Gantt
|
||||
project_module_calendar: Calendar
|
||||
button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}"
|
||||
button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
|
||||
text_are_you_sure_with_children: Delete issue and all child issues?
|
||||
field_text: Text field
|
||||
label_user_mail_option_only_owner: Only for things I am the owner of
|
||||
|
@ -923,7 +923,7 @@ sk:
|
|||
field_visible: Visible
|
||||
setting_emails_header: Emails header
|
||||
setting_commit_logtime_activity_id: Activity for logged time
|
||||
text_time_logged_by_changeset: Applied in changeset {{value}}.
|
||||
text_time_logged_by_changeset: Applied in changeset %{value}.
|
||||
setting_commit_logtime_enabled: Enable time logging
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed ({{max}})
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
|
||||
setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
|
||||
|
|
|
@ -32,37 +32,37 @@ sl:
|
|||
half_a_minute: "half a minute"
|
||||
less_than_x_seconds:
|
||||
one: "less than 1 second"
|
||||
other: "less than {{count}} seconds"
|
||||
other: "less than %{count} seconds"
|
||||
x_seconds:
|
||||
one: "1 second"
|
||||
other: "{{count}} seconds"
|
||||
other: "%{count} seconds"
|
||||
less_than_x_minutes:
|
||||
one: "less than a minute"
|
||||
other: "less than {{count}} minutes"
|
||||
other: "less than %{count} minutes"
|
||||
x_minutes:
|
||||
one: "1 minute"
|
||||
other: "{{count}} minutes"
|
||||
other: "%{count} minutes"
|
||||
about_x_hours:
|
||||
one: "about 1 hour"
|
||||
other: "about {{count}} hours"
|
||||
other: "about %{count} hours"
|
||||
x_days:
|
||||
one: "1 day"
|
||||
other: "{{count}} days"
|
||||
other: "%{count} days"
|
||||
about_x_months:
|
||||
one: "about 1 month"
|
||||
other: "about {{count}} months"
|
||||
other: "about %{count} months"
|
||||
x_months:
|
||||
one: "1 month"
|
||||
other: "{{count}} months"
|
||||
other: "%{count} months"
|
||||
about_x_years:
|
||||
one: "about 1 year"
|
||||
other: "about {{count}} years"
|
||||
other: "about %{count} years"
|
||||
over_x_years:
|
||||
one: "over 1 year"
|
||||
other: "over {{count}} years"
|
||||
other: "over %{count} years"
|
||||
almost_x_years:
|
||||
one: "almost 1 year"
|
||||
other: "almost {{count}} years"
|
||||
other: "almost %{count} years"
|
||||
|
||||
number:
|
||||
format:
|
||||
|
@ -106,11 +106,11 @@ sl:
|
|||
taken: "je že zaseden"
|
||||
not_a_number: "ni število"
|
||||
not_a_date: "ni veljaven datum"
|
||||
greater_than: "must be greater than {{count}}"
|
||||
greater_than_or_equal_to: "must be greater than or equal to {{count}}"
|
||||
equal_to: "must be equal to {{count}}"
|
||||
less_than: "must be less than {{count}}"
|
||||
less_than_or_equal_to: "must be less than or equal to {{count}}"
|
||||
greater_than: "must be greater than %{count}"
|
||||
greater_than_or_equal_to: "must be greater than or equal to %{count}"
|
||||
equal_to: "must be equal to %{count}"
|
||||
less_than: "must be less than %{count}"
|
||||
less_than_or_equal_to: "must be less than or equal to %{count}"
|
||||
odd: "must be odd"
|
||||
even: "must be even"
|
||||
greater_than_start_date: "mora biti kasnejši kot začeten datum"
|
||||
|
@ -147,34 +147,34 @@ sl:
|
|||
notice_file_not_found: Stran na katero se želite povezati ne obstaja ali pa je bila umaknjena.
|
||||
notice_locking_conflict: Drug uporabnik je posodobil podatke.
|
||||
notice_not_authorized: Nimate privilegijev za dostop do te strani.
|
||||
notice_email_sent: "E-poštno sporočilo je bilo poslano {{value}}"
|
||||
notice_email_error: "Ob pošiljanju e-sporočila je prišlo do napake ({{value}})"
|
||||
notice_email_sent: "E-poštno sporočilo je bilo poslano %{value}"
|
||||
notice_email_error: "Ob pošiljanju e-sporočila je prišlo do napake (%{value})"
|
||||
notice_feeds_access_key_reseted: Vaš RSS dostopni ključ je bil ponastavljen.
|
||||
notice_failed_to_save_issues: "Neuspelo shranjevanje {{count}} zahtevka na {{total}} izbranem: {{ids}}."
|
||||
notice_failed_to_save_issues: "Neuspelo shranjevanje %{count} zahtevka na %{total} izbranem: %{ids}."
|
||||
notice_no_issue_selected: "Izbran ni noben zahtevek! Prosimo preverite zahtevke, ki jih želite urediti."
|
||||
notice_account_pending: "Vaš račun je bil ustvarjen in čaka na potrditev s strani administratorja."
|
||||
notice_default_data_loaded: Privzete nastavitve so bile uspešno naložene.
|
||||
notice_unable_delete_version: Verzije ni bilo mogoče izbrisati.
|
||||
|
||||
error_can_t_load_default_data: "Privzetih nastavitev ni bilo mogoče naložiti: {{value}}"
|
||||
error_can_t_load_default_data: "Privzetih nastavitev ni bilo mogoče naložiti: %{value}"
|
||||
error_scm_not_found: "Vnos ali revizija v shrambi ni bila najdena ."
|
||||
error_scm_command_failed: "Med vzpostavljem povezave s shrambo je prišlo do napake: {{value}}"
|
||||
error_scm_command_failed: "Med vzpostavljem povezave s shrambo je prišlo do napake: %{value}"
|
||||
error_scm_annotate: "Vnos ne obstaja ali pa ga ni mogoče komentirati."
|
||||
error_issue_not_found_in_project: 'Zahtevek ni bil najden ali pa ne pripada temu projektu'
|
||||
|
||||
mail_subject_lost_password: "Vaše {{value}} geslo"
|
||||
mail_subject_lost_password: "Vaše %{value} geslo"
|
||||
mail_body_lost_password: 'Za spremembo glesla kliknite na naslednjo povezavo:'
|
||||
mail_subject_register: "Aktivacija {{value}} vašega računa"
|
||||
mail_subject_register: "Aktivacija %{value} vašega računa"
|
||||
mail_body_register: 'Za aktivacijo vašega računa kliknite na naslednjo povezavo:'
|
||||
mail_body_account_information_external: "Za prijavo lahko uporabite vaš {{value}} račun."
|
||||
mail_body_account_information_external: "Za prijavo lahko uporabite vaš %{value} račun."
|
||||
mail_body_account_information: Informacije o vašem računu
|
||||
mail_subject_account_activation_request: "{{value}} zahtevek za aktivacijo računa"
|
||||
mail_body_account_activation_request: "Registriral se je nov uporabnik ({{value}}). Račun čaka na vašo odobritev:"
|
||||
mail_subject_reminder: "{{count}} zahtevek(zahtevki) zapadejo v naslednjih {{days}} dneh"
|
||||
mail_body_reminder: "{{count}} zahtevek(zahtevki), ki so vam dodeljeni bodo zapadli v naslednjih {{days}} dneh:"
|
||||
mail_subject_account_activation_request: "%{value} zahtevek za aktivacijo računa"
|
||||
mail_body_account_activation_request: "Registriral se je nov uporabnik (%{value}). Račun čaka na vašo odobritev:"
|
||||
mail_subject_reminder: "%{count} zahtevek(zahtevki) zapadejo v naslednjih %{days} dneh"
|
||||
mail_body_reminder: "%{count} zahtevek(zahtevki), ki so vam dodeljeni bodo zapadli v naslednjih %{days} dneh:"
|
||||
|
||||
gui_validation_error: 1 napaka
|
||||
gui_validation_error_plural: "{{count}} napak"
|
||||
gui_validation_error_plural: "%{count} napak"
|
||||
|
||||
field_name: Ime
|
||||
field_description: Opis
|
||||
|
@ -367,14 +367,14 @@ sl:
|
|||
label_x_projects:
|
||||
zero: no projects
|
||||
one: 1 project
|
||||
other: "{{count}} projects"
|
||||
other: "%{count} projects"
|
||||
label_project_all: Vsi projekti
|
||||
label_project_latest: Zadnji projekti
|
||||
label_issue: Zahtevek
|
||||
label_issue_new: Nov zahtevek
|
||||
label_issue_plural: Zahtevki
|
||||
label_issue_view_all: Poglej vse zahtevke
|
||||
label_issues_by: "Zahtevki od {{value}}"
|
||||
label_issues_by: "Zahtevki od %{value}"
|
||||
label_issue_added: Zahtevek dodan
|
||||
label_issue_updated: Zahtevek posodobljen
|
||||
label_document: Dokument
|
||||
|
@ -422,7 +422,7 @@ sl:
|
|||
label_registered_on: Registriran
|
||||
label_activity: Aktivnost
|
||||
label_overall_activity: Celotna aktivnost
|
||||
label_user_activity: "Aktivnost {{value}}"
|
||||
label_user_activity: "Aktivnost %{value}"
|
||||
label_new: Nov
|
||||
label_logged_as: Prijavljen(a) kot
|
||||
label_environment: Okolje
|
||||
|
@ -431,7 +431,7 @@ sl:
|
|||
label_auth_source_new: Nov način overovitve
|
||||
label_auth_source_plural: Načini overovitve
|
||||
label_subproject_plural: Podprojekti
|
||||
label_and_its_subprojects: "{{value}} in njegovi podprojekti"
|
||||
label_and_its_subprojects: "%{value} in njegovi podprojekti"
|
||||
label_min_max_length: Min - Max dolžina
|
||||
label_list: Seznam
|
||||
label_date: Datum
|
||||
|
@ -442,8 +442,8 @@ sl:
|
|||
label_text: Dolgo besedilo
|
||||
label_attribute: Lastnost
|
||||
label_attribute_plural: Lastnosti
|
||||
label_download: "{{count}} Prenos"
|
||||
label_download_plural: "{{count}} Prenosi"
|
||||
label_download: "%{count} Prenos"
|
||||
label_download_plural: "%{count} Prenosi"
|
||||
label_no_data: Ni podatkov za prikaz
|
||||
label_change_status: Spremeni stanje
|
||||
label_history: Zgodovina
|
||||
|
@ -474,17 +474,17 @@ sl:
|
|||
label_closed_issues: zapri zahtevek
|
||||
label_closed_issues_plural: zapri zahtevke
|
||||
label_x_open_issues_abbr_on_total:
|
||||
zero: 0 open / {{total}}
|
||||
one: 1 open / {{total}}
|
||||
other: "{{count}} open / {{total}}"
|
||||
zero: 0 open / %{total}
|
||||
one: 1 open / %{total}
|
||||
other: "%{count} open / %{total}"
|
||||
label_x_open_issues_abbr:
|
||||
zero: 0 open
|
||||
one: 1 open
|
||||
other: "{{count}} open"
|
||||
other: "%{count} open"
|
||||
label_x_closed_issues_abbr:
|
||||
zero: 0 closed
|
||||
one: 1 closed
|
||||
other: "{{count}} closed"
|
||||
other: "%{count} closed"
|
||||
label_total: Skupaj
|
||||
label_permissions: Dovoljenja
|
||||
label_current_status: Trenutno stanje
|
||||
|
@ -502,7 +502,7 @@ sl:
|
|||
label_months_from: mesecev od
|
||||
label_gantt: Gantt
|
||||
label_internal: Notranji
|
||||
label_last_changes: "zadnjih {{count}} sprememb"
|
||||
label_last_changes: "zadnjih %{count} sprememb"
|
||||
label_change_view_all: Poglej vse spremembe
|
||||
label_personalize_page: Individualiziraj to stran
|
||||
label_comment: Komentar
|
||||
|
@ -510,7 +510,7 @@ sl:
|
|||
label_x_comments:
|
||||
zero: no comments
|
||||
one: 1 comment
|
||||
other: "{{count}} comments"
|
||||
other: "%{count} comments"
|
||||
label_comment_add: Dodaj komentar
|
||||
label_comment_added: Komentar dodan
|
||||
label_comment_delete: Izbriši komentarje
|
||||
|
@ -529,7 +529,7 @@ sl:
|
|||
label_yesterday: včeraj
|
||||
label_this_week: ta teden
|
||||
label_last_week: pretekli teden
|
||||
label_last_n_days: "zadnjih {{count}} dni"
|
||||
label_last_n_days: "zadnjih %{count} dni"
|
||||
label_this_month: ta mesec
|
||||
label_last_month: zadnji mesec
|
||||
label_this_year: to leto
|
||||
|
@ -543,8 +543,8 @@ sl:
|
|||
label_repository: Shramba
|
||||
label_repository_plural: Shrambe
|
||||
label_browse: Prebrskaj
|
||||
label_modification: "{{count}} sprememba"
|
||||
label_modification_plural: "{{count}} spremembe"
|
||||
label_modification: "%{count} sprememba"
|
||||
label_modification_plural: "%{count} spremembe"
|
||||
label_revision: Revizija
|
||||
label_revision_plural: Revizije
|
||||
label_associated_revisions: Povezane revizije
|
||||
|
@ -562,8 +562,8 @@ sl:
|
|||
label_sort_lower: Premakni dol
|
||||
label_sort_lowest: Premakni na dno
|
||||
label_roadmap: Načrt
|
||||
label_roadmap_due_in: "Do {{value}}"
|
||||
label_roadmap_overdue: "{{value}} zakasnel"
|
||||
label_roadmap_due_in: "Do %{value}"
|
||||
label_roadmap_overdue: "%{value} zakasnel"
|
||||
label_roadmap_no_issues: Ni zahtevkov za to verzijo
|
||||
label_search: Išči
|
||||
label_result_plural: Rezultati
|
||||
|
@ -581,8 +581,8 @@ sl:
|
|||
label_changes_details: Podrobnosti o vseh spremembah
|
||||
label_issue_tracking: Sledenje zahtevkom
|
||||
label_spent_time: Porabljen čas
|
||||
label_f_hour: "{{value}} ura"
|
||||
label_f_hour_plural: "{{value}} ur"
|
||||
label_f_hour: "%{value} ura"
|
||||
label_f_hour_plural: "%{value} ur"
|
||||
label_time_tracking: Sledenje času
|
||||
label_change_plural: Spremembe
|
||||
label_statistics: Statistika
|
||||
|
@ -631,13 +631,13 @@ sl:
|
|||
label_date_from: Do
|
||||
label_date_to: Do
|
||||
label_language_based: Glede na uporabnikov jezik
|
||||
label_sort_by: "Razporedi po {{value}}"
|
||||
label_sort_by: "Razporedi po %{value}"
|
||||
label_send_test_email: Pošlji testno e-pismo
|
||||
label_feeds_access_key_created_on: "RSS dostopni ključ narejen {{value}} nazaj"
|
||||
label_feeds_access_key_created_on: "RSS dostopni ključ narejen %{value} nazaj"
|
||||
label_module_plural: Moduli
|
||||
label_added_time_by: "Dodan {{author}} {{age}} nazaj"
|
||||
label_updated_time_by: "Posodobljen od {{author}} {{age}} nazaj"
|
||||
label_updated_time: "Posodobljen {{value}} nazaj"
|
||||
label_added_time_by: "Dodan %{author} %{age} nazaj"
|
||||
label_updated_time_by: "Posodobljen od %{author} %{age} nazaj"
|
||||
label_updated_time: "Posodobljen %{value} nazaj"
|
||||
label_jump_to_a_project: Skoči na projekt...
|
||||
label_file_plural: Datoteke
|
||||
label_changeset_plural: Zapisi sprememb
|
||||
|
@ -653,7 +653,7 @@ sl:
|
|||
label_registration_activation_by_email: aktivacija računa po e-pošti
|
||||
label_registration_manual_activation: ročna aktivacija računa
|
||||
label_registration_automatic_activation: samodejna aktivacija računa
|
||||
label_display_per_page: "Na stran: {{value}}"
|
||||
label_display_per_page: "Na stran: %{value}"
|
||||
label_age: Starost
|
||||
label_change_properties: Sprememba lastnosti
|
||||
label_general: Splošno
|
||||
|
@ -720,41 +720,41 @@ sl:
|
|||
text_regexp_info: npr. ^[A-Z0-9]+$
|
||||
text_min_max_length_info: 0 pomeni brez omejitev
|
||||
text_project_destroy_confirmation: Ali ste prepričani da želite izbrisati izbrani projekt in vse z njim povezane podatke?
|
||||
text_subprojects_destroy_warning: "Njegov(i) podprojekt(i): {{value}} bodo prav tako izbrisani."
|
||||
text_subprojects_destroy_warning: "Njegov(i) podprojekt(i): %{value} bodo prav tako izbrisani."
|
||||
text_workflow_edit: Izberite vlogo in zahtevek za urejanje poteka dela
|
||||
text_are_you_sure: Ali ste prepričani?
|
||||
text_tip_issue_begin_day: naloga z začetkom na ta dan
|
||||
text_tip_issue_end_day: naloga z zaključkom na ta dan
|
||||
text_tip_issue_begin_end_day: naloga ki se začne in konča ta dan
|
||||
text_project_identifier_info: 'Dovoljene so samo male črke (a-z), številke in vezaji.<br />Enkrat shranjen identifikator ne more biti spremenjen.'
|
||||
text_caracters_maximum: "največ {{count}} znakov."
|
||||
text_caracters_minimum: "Mora biti vsaj dolg vsaj {{count}} znakov."
|
||||
text_length_between: "Dolžina med {{min}} in {{max}} znakov."
|
||||
text_caracters_maximum: "največ %{count} znakov."
|
||||
text_caracters_minimum: "Mora biti vsaj dolg vsaj %{count} znakov."
|
||||
text_length_between: "Dolžina med %{min} in %{max} znakov."
|
||||
text_tracker_no_workflow: Potek dela za to vrsto zahtevka ni določen
|
||||
text_unallowed_characters: Nedovoljeni znaki
|
||||
text_comma_separated: Dovoljenih je več vrednosti (ločenih z vejico).
|
||||
text_issues_ref_in_commit_messages: Zahtevki sklicev in popravkov v sporočilu predaje
|
||||
text_issue_added: "Zahtevek {{id}} je sporočil(a) {{author}}."
|
||||
text_issue_updated: "Zahtevek {{id}} je posodobil(a) {{author}}."
|
||||
text_issue_added: "Zahtevek %{id} je sporočil(a) %{author}."
|
||||
text_issue_updated: "Zahtevek %{id} je posodobil(a) %{author}."
|
||||
text_wiki_destroy_confirmation: Ali ste prepričani da želite izbrisati ta wiki in vso njegovo vsebino?
|
||||
text_issue_category_destroy_question: "Nekateri zahtevki ({{count}}) so dodeljeni tej kategoriji. Kaj želite storiti?"
|
||||
text_issue_category_destroy_question: "Nekateri zahtevki (%{count}) so dodeljeni tej kategoriji. Kaj želite storiti?"
|
||||
text_issue_category_destroy_assignments: Odstrani naloge v kategoriji
|
||||
text_issue_category_reassign_to: Ponovno dodeli zahtevke tej kategoriji
|
||||
text_user_mail_option: "Na neizbrane projekte boste prejemali le obvestila o zadevah ki jih spremljate ali v katere ste vključeni (npr. zahtevki katerih avtor(ica) ste)"
|
||||
text_no_configuration_data: "Vloge, vrste zahtevkov, statusi zahtevkov in potek dela še niso bili določeni. \nZelo priporočljivo je, da naložite privzeto konfiguracijo, ki jo lahko kasneje tudi prilagodite."
|
||||
text_load_default_configuration: Naloži privzeto konfiguracijo
|
||||
text_status_changed_by_changeset: "Dodano v zapis sprememb {{value}}."
|
||||
text_status_changed_by_changeset: "Dodano v zapis sprememb %{value}."
|
||||
text_issues_destroy_confirmation: 'Ali ste prepričani, da želite izbrisati izbrani(e) zahtevek(ke)?'
|
||||
text_select_project_modules: 'Izberite module, ki jih želite omogočiti za ta projekt:'
|
||||
text_default_administrator_account_changed: Spremenjen privzeti administratorski račun
|
||||
text_file_repository_writable: Omogočeno pisanje v shrambo datotek
|
||||
text_rmagick_available: RMagick je na voljo(neobvezno)
|
||||
text_destroy_time_entries_question: "{{hours}} ur je bilo opravljenih na zahtevku, ki ga želite izbrisati. Kaj želite storiti?"
|
||||
text_destroy_time_entries_question: "%{hours} ur je bilo opravljenih na zahtevku, ki ga želite izbrisati. Kaj želite storiti?"
|
||||
text_destroy_time_entries: Izbriši opravljene ure
|
||||
text_assign_time_entries_to_project: Predaj opravljene ure projektu
|
||||
text_reassign_time_entries: 'Prenesi opravljene ure na ta zahtevek:'
|
||||
text_user_wrote: "{{value}} je napisal(a):"
|
||||
text_enumeration_destroy_question: "{{count}} objektov je določenih tej vrednosti."
|
||||
text_user_wrote: "%{value} je napisal(a):"
|
||||
text_enumeration_destroy_question: "%{count} objektov je določenih tej vrednosti."
|
||||
text_enumeration_category_reassign_to: 'Ponastavi jih na to vrednost:'
|
||||
text_email_delivery_not_configured: "E-poštna dostava ni nastavljena in oznanila so onemogočena.\nNastavite vaš SMTP strežnik v config/email.yml in ponovno zaženite aplikacijo da ga omogočite.\n"
|
||||
text_repository_usernames_mapping: "Izberite ali posodobite Redmine uporabnika dodeljenega vsakemu uporabniškemu imenu najdenemu v zapisniku shrambe.\n Uporabniki z enakim Redmine ali shrambinem uporabniškem imenu ali e-poštnem naslovu so samodejno dodeljeni."
|
||||
|
@ -785,7 +785,7 @@ sl:
|
|||
enumeration_issue_priorities: Prioritete zahtevkov
|
||||
enumeration_doc_categories: Kategorije dokumentov
|
||||
enumeration_activities: Aktivnosti (sledenje časa)
|
||||
warning_attachments_not_saved: "{{count}} file(s) could not be saved."
|
||||
warning_attachments_not_saved: "%{count} file(s) could not be saved."
|
||||
field_editable: Editable
|
||||
text_plugin_assets_writable: Plugin assets directory writable
|
||||
label_display: Display
|
||||
|
@ -801,21 +801,21 @@ sl:
|
|||
label_descending: Descending
|
||||
label_sort: Sort
|
||||
label_ascending: Ascending
|
||||
label_date_from_to: From {{start}} to {{end}}
|
||||
label_date_from_to: From %{start} to %{end}
|
||||
label_greater_or_equal: ">="
|
||||
label_less_or_equal: <=
|
||||
text_wiki_page_destroy_question: This page has {{descendants}} child page(s) and descendant(s). What do you want to do?
|
||||
text_wiki_page_destroy_question: This page has %{descendants} child page(s) and descendant(s). What do you want to do?
|
||||
text_wiki_page_reassign_children: Reassign child pages to this parent page
|
||||
text_wiki_page_nullify_children: Keep child pages as root pages
|
||||
text_wiki_page_destroy_children: Delete child pages and all their descendants
|
||||
setting_password_min_length: Minimum password length
|
||||
field_group_by: Group results by
|
||||
mail_subject_wiki_content_updated: "'{{id}}' wiki page has been updated"
|
||||
mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated"
|
||||
label_wiki_content_added: Wiki page added
|
||||
mail_subject_wiki_content_added: "'{{id}}' wiki page has been added"
|
||||
mail_body_wiki_content_added: The '{{id}}' wiki page has been added by {{author}}.
|
||||
mail_subject_wiki_content_added: "'%{id}' wiki page has been added"
|
||||
mail_body_wiki_content_added: The '%{id}' wiki page has been added by %{author}.
|
||||
label_wiki_content_updated: Wiki page updated
|
||||
mail_body_wiki_content_updated: The '{{id}}' wiki page has been updated by {{author}}.
|
||||
mail_body_wiki_content_updated: The '%{id}' wiki page has been updated by %{author}.
|
||||
permission_add_project: Create project
|
||||
setting_new_project_user_role_id: Role given to a non-admin user who creates a project
|
||||
label_view_all_revisions: View all revisions
|
||||
|
@ -823,14 +823,14 @@ sl:
|
|||
label_branch: Branch
|
||||
error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings.
|
||||
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
||||
text_journal_set_to: "{{label}} set to {{value}}"
|
||||
text_journal_deleted: "{{label}} deleted ({{old}})"
|
||||
text_journal_changed: "%{label} changed from %{old} to %{new}"
|
||||
text_journal_set_to: "%{label} set to %{value}"
|
||||
text_journal_deleted: "%{label} deleted (%{old})"
|
||||
label_group_plural: Groups
|
||||
label_group: Group
|
||||
label_group_new: New group
|
||||
label_time_entry_plural: Spent time
|
||||
text_journal_added: "{{label}} {{value}} added"
|
||||
text_journal_added: "%{label} %{value} added"
|
||||
field_active: Active
|
||||
enumeration_system_activity: System Activity
|
||||
permission_delete_issue_watchers: Delete watchers
|
||||
|
@ -865,9 +865,9 @@ sl:
|
|||
setting_start_of_week: Start calendars on
|
||||
permission_view_issues: View Issues
|
||||
label_display_used_statuses_only: Only display statuses that are used by this tracker
|
||||
label_revision_id: Revision {{value}}
|
||||
label_revision_id: Revision %{value}
|
||||
label_api_access_key: API access key
|
||||
label_api_access_key_created_on: API access key created {{value}} ago
|
||||
label_api_access_key_created_on: API access key created %{value} ago
|
||||
label_feeds_access_key: RSS access key
|
||||
notice_api_access_key_reseted: Your API access key was reset.
|
||||
setting_rest_api_enabled: Enable REST web service
|
||||
|
@ -894,12 +894,12 @@ sl:
|
|||
label_subtask_plural: Subtasks
|
||||
label_project_copy_notifications: Send email notifications during the project copy
|
||||
error_can_not_delete_custom_field: Unable to delete custom field
|
||||
error_unable_to_connect: Unable to connect ({{value}})
|
||||
error_unable_to_connect: Unable to connect (%{value})
|
||||
error_can_not_remove_role: This role is in use and can not be deleted.
|
||||
error_can_not_delete_tracker: This tracker contains issues and can't be deleted.
|
||||
field_principal: Principal
|
||||
label_my_page_block: My page block
|
||||
notice_failed_to_save_members: "Failed to save member(s): {{errors}}."
|
||||
notice_failed_to_save_members: "Failed to save member(s): %{errors}."
|
||||
text_zoom_out: Zoom out
|
||||
text_zoom_in: Zoom in
|
||||
notice_unable_delete_time_entry: Unable to delete time log entry.
|
||||
|
@ -907,7 +907,7 @@ sl:
|
|||
field_time_entries: Log time
|
||||
project_module_gantt: Gantt
|
||||
project_module_calendar: Calendar
|
||||
button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}"
|
||||
button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
|
||||
text_are_you_sure_with_children: Delete issue and all child issues?
|
||||
field_text: Text field
|
||||
label_user_mail_option_only_owner: Only for things I am the owner of
|
||||
|
@ -924,7 +924,7 @@ sl:
|
|||
field_visible: Visible
|
||||
setting_emails_header: Emails header
|
||||
setting_commit_logtime_activity_id: Activity for logged time
|
||||
text_time_logged_by_changeset: Applied in changeset {{value}}.
|
||||
text_time_logged_by_changeset: Applied in changeset %{value}.
|
||||
setting_commit_logtime_enabled: Enable time logging
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed ({{max}})
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
|
||||
setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -34,37 +34,37 @@ sr:
|
|||
half_a_minute: "пола минута"
|
||||
less_than_x_seconds:
|
||||
one: "мање од једне секунде"
|
||||
other: "мање од {{count}} сек."
|
||||
other: "мање од %{count} сек."
|
||||
x_seconds:
|
||||
one: "једна секунда"
|
||||
other: "{{count}} сек."
|
||||
other: "%{count} сек."
|
||||
less_than_x_minutes:
|
||||
one: "мање од минута"
|
||||
other: "мање од {{count}} мин."
|
||||
other: "мање од %{count} мин."
|
||||
x_minutes:
|
||||
one: "један минут"
|
||||
other: "{{count}} мин."
|
||||
other: "%{count} мин."
|
||||
about_x_hours:
|
||||
one: "приближно један сат"
|
||||
other: "приближно {{count}} сати"
|
||||
other: "приближно %{count} сати"
|
||||
x_days:
|
||||
one: "један дан"
|
||||
other: "{{count}} дана"
|
||||
other: "%{count} дана"
|
||||
about_x_months:
|
||||
one: "приближно један месец"
|
||||
other: "приближно {{count}} месеци"
|
||||
other: "приближно %{count} месеци"
|
||||
x_months:
|
||||
one: "један месец"
|
||||
other: "{{count}} месеци"
|
||||
other: "%{count} месеци"
|
||||
about_x_years:
|
||||
one: "приближно годину дана"
|
||||
other: "приближно {{count}} год."
|
||||
other: "приближно %{count} год."
|
||||
over_x_years:
|
||||
one: "преко годину дана"
|
||||
other: "преко {{count}} год."
|
||||
other: "преко %{count} год."
|
||||
almost_x_years:
|
||||
one: "скоро годину дана"
|
||||
other: "скоро {{count}} год."
|
||||
other: "скоро %{count} год."
|
||||
|
||||
number:
|
||||
format:
|
||||
|
@ -103,17 +103,17 @@ sr:
|
|||
accepted: "мора бити прихваћен"
|
||||
empty: "не може бити празно"
|
||||
blank: "не може бити празно"
|
||||
too_long: "је предугачка (максимум знакова је {{count}})"
|
||||
too_short: "је прекратка (минимум знакова је {{count}})"
|
||||
wrong_length: "је погрешне дужине (број знакова мора бити {{count}})"
|
||||
too_long: "је предугачка (максимум знакова је %{count})"
|
||||
too_short: "је прекратка (минимум знакова је %{count})"
|
||||
wrong_length: "је погрешне дужине (број знакова мора бити %{count})"
|
||||
taken: "је већ у употреби"
|
||||
not_a_number: "није број"
|
||||
not_a_date: "није исправан датум"
|
||||
greater_than: "мора бити већи од {{count}}"
|
||||
greater_than_or_equal_to: "мора бити већи или једнак {{count}}"
|
||||
equal_to: "мора бити једнак {{count}}"
|
||||
less_than: "мора бити мањи од {{count}}"
|
||||
less_than_or_equal_to: "мора бити мањи или једнак {{count}}"
|
||||
greater_than: "мора бити већи од %{count}"
|
||||
greater_than_or_equal_to: "мора бити већи или једнак %{count}"
|
||||
equal_to: "мора бити једнак %{count}"
|
||||
less_than: "мора бити мањи од %{count}"
|
||||
less_than_or_equal_to: "мора бити мањи или једнак %{count}"
|
||||
odd: "мора бити паран"
|
||||
even: "мора бити непаран"
|
||||
greater_than_start_date: "мора бити већи од почетног датума"
|
||||
|
@ -150,12 +150,12 @@ sr:
|
|||
notice_file_not_found: Страна којој желите приступити не постоји или је уклоњена.
|
||||
notice_locking_conflict: Податак је ажуриран од стране другог корисника.
|
||||
notice_not_authorized: Нисте овлашћени за приступ овој страни.
|
||||
notice_email_sent: "E-порука је послата на {{value}}"
|
||||
notice_email_error: "Догодила се грешка приликом слања е-поруке ({{value}})"
|
||||
notice_email_sent: "E-порука је послата на %{value}"
|
||||
notice_email_error: "Догодила се грешка приликом слања е-поруке (%{value})"
|
||||
notice_feeds_access_key_reseted: Ваш RSS приступни кључ је поништен.
|
||||
notice_api_access_key_reseted: Ваш API приступни кључ је поништен.
|
||||
notice_failed_to_save_issues: "Неуспешно снимање {{count}} проблема од {{total}} одабраних: {{ids}}."
|
||||
notice_failed_to_save_members: "Неуспешно снимање члана(ова): {{errors}}."
|
||||
notice_failed_to_save_issues: "Неуспешно снимање %{count} проблема од %{total} одабраних: %{ids}."
|
||||
notice_failed_to_save_members: "Неуспешно снимање члана(ова): %{errors}."
|
||||
notice_no_issue_selected: "Ни један проблем није одабран! Молимо, одаберите проблем који желите да мењате."
|
||||
notice_account_pending: "Ваш налог је креиран и чека на одобрење администратора."
|
||||
notice_default_data_loaded: Подразумевано конфигурисање је успешно учитано.
|
||||
|
@ -163,9 +163,9 @@ sr:
|
|||
notice_unable_delete_time_entry: Ставку евиденције времена је немогуће избрисати.
|
||||
notice_issue_done_ratios_updated: Однос решених проблема је ажуриран.
|
||||
|
||||
error_can_t_load_default_data: "Подразумевано конфигурисање је немогуће учитати: {{value}}"
|
||||
error_can_t_load_default_data: "Подразумевано конфигурисање је немогуће учитати: %{value}"
|
||||
error_scm_not_found: "Ставка или исправка нису пронађене у спремишту."
|
||||
error_scm_command_failed: "Грешка се јавила приликом покушаја приступа спремишту: {{value}}"
|
||||
error_scm_command_failed: "Грешка се јавила приликом покушаја приступа спремишту: %{value}"
|
||||
error_scm_annotate: "Ставка не постоји или не може бити означена."
|
||||
error_issue_not_found_in_project: 'Проблем није пронађен или не припада овом пројекту.'
|
||||
error_no_tracker_in_project: 'Ни једно праћење није повезано са овим пројектом. Молимо проверите подешавања пројекта.'
|
||||
|
@ -179,26 +179,26 @@ sr:
|
|||
error_workflow_copy_source: 'Молимо одаберите изворно праћење или улогу'
|
||||
error_workflow_copy_target: 'Молимо одаберите одредишно праћење и улогу'
|
||||
error_unable_delete_issue_status: 'Статус проблема је немогуће обрисати'
|
||||
error_unable_to_connect: "Повезивање са ({{value}}) је немогуће"
|
||||
warning_attachments_not_saved: "{{count}} датотека не може бити снимљена."
|
||||
error_unable_to_connect: "Повезивање са (%{value}) је немогуће"
|
||||
warning_attachments_not_saved: "%{count} датотека не може бити снимљена."
|
||||
|
||||
mail_subject_lost_password: "Ваша {{value}} лозинка"
|
||||
mail_subject_lost_password: "Ваша %{value} лозинка"
|
||||
mail_body_lost_password: 'За промену ваше лозинке, кликните на следећи линк:'
|
||||
mail_subject_register: "Активација вашег {{value}} налога"
|
||||
mail_subject_register: "Активација вашег %{value} налога"
|
||||
mail_body_register: 'За активацију вашег налога, кликните на следећи линк:'
|
||||
mail_body_account_information_external: "Ваш налог {{value}} можете користити за пријаву."
|
||||
mail_body_account_information_external: "Ваш налог %{value} можете користити за пријаву."
|
||||
mail_body_account_information: Информације о вашем налогу
|
||||
mail_subject_account_activation_request: "Захтев за активацију налога {{value}}"
|
||||
mail_body_account_activation_request: "Нови корисник ({{value}}) је регистрован. Налог чека на ваше одобрење:"
|
||||
mail_subject_reminder: "{{count}} проблема доспева наредних {{days}} дана"
|
||||
mail_body_reminder: "{{count}} проблема додељених вама доспева у наредних {{days}} дана:"
|
||||
mail_subject_wiki_content_added: "Wiki страница '{{id}}' је додата"
|
||||
mail_body_wiki_content_added: "{{author}} је додао wiki страницу '{{id}}'."
|
||||
mail_subject_wiki_content_updated: "Wiki страница '{{id}}' је ажурирана"
|
||||
mail_body_wiki_content_updated: "{{author}} је ажурирао wiki страницу '{{id}}'."
|
||||
mail_subject_account_activation_request: "Захтев за активацију налога %{value}"
|
||||
mail_body_account_activation_request: "Нови корисник (%{value}) је регистрован. Налог чека на ваше одобрење:"
|
||||
mail_subject_reminder: "%{count} проблема доспева наредних %{days} дана"
|
||||
mail_body_reminder: "%{count} проблема додељених вама доспева у наредних %{days} дана:"
|
||||
mail_subject_wiki_content_added: "Wiki страница '%{id}' је додата"
|
||||
mail_body_wiki_content_added: "%{author} је додао wiki страницу '%{id}'."
|
||||
mail_subject_wiki_content_updated: "Wiki страница '%{id}' је ажурирана"
|
||||
mail_body_wiki_content_updated: "%{author} је ажурирао wiki страницу '%{id}'."
|
||||
|
||||
gui_validation_error: једна грешка
|
||||
gui_validation_error_plural: "{{count}} грешака"
|
||||
gui_validation_error_plural: "%{count} грешака"
|
||||
|
||||
field_name: Назив
|
||||
field_description: Опис
|
||||
|
@ -421,14 +421,14 @@ sr:
|
|||
label_x_projects:
|
||||
zero: нема пројеката
|
||||
one: један пројекат
|
||||
other: "{{count}} пројеката"
|
||||
other: "%{count} пројеката"
|
||||
label_project_all: Сви пројекти
|
||||
label_project_latest: Последњи пројекти
|
||||
label_issue: Проблем
|
||||
label_issue_new: Нови проблем
|
||||
label_issue_plural: Проблеми
|
||||
label_issue_view_all: Приказ свих проблема
|
||||
label_issues_by: "Проблеми ({{value}})"
|
||||
label_issues_by: "Проблеми (%{value})"
|
||||
label_issue_added: Проблем је додат
|
||||
label_issue_updated: Проблем је ажуриран
|
||||
label_document: Документ
|
||||
|
@ -478,7 +478,7 @@ sr:
|
|||
label_registered_on: Регистрован
|
||||
label_activity: Активност
|
||||
label_overall_activity: Целокупна активност
|
||||
label_user_activity: "Активност корисника {{value}}"
|
||||
label_user_activity: "Активност корисника %{value}"
|
||||
label_new: Ново
|
||||
label_logged_as: Пријављени сте као
|
||||
label_environment: Окружење
|
||||
|
@ -488,7 +488,7 @@ sr:
|
|||
label_auth_source_plural: Режими потврде идентитета
|
||||
label_subproject_plural: Потпројекти
|
||||
label_subproject_new: Нови потпројекат
|
||||
label_and_its_subprojects: "{{value}} и његови потпројекти"
|
||||
label_and_its_subprojects: "%{value} и његови потпројекти"
|
||||
label_min_max_length: Мин. - Макс. дужина
|
||||
label_list: Списак
|
||||
label_date: Датум
|
||||
|
@ -499,8 +499,8 @@ sr:
|
|||
label_text: Дуги текст
|
||||
label_attribute: Особина
|
||||
label_attribute_plural: Особине
|
||||
label_download: "{{count}} преузимање"
|
||||
label_download_plural: "{{count}} преузимања"
|
||||
label_download: "%{count} преузимање"
|
||||
label_download_plural: "%{count} преузимања"
|
||||
label_no_data: Нема података за приказивање
|
||||
label_change_status: Промена статуса
|
||||
label_history: Историја
|
||||
|
@ -532,17 +532,17 @@ sr:
|
|||
label_closed_issues: затворен
|
||||
label_closed_issues_plural: затворених
|
||||
label_x_open_issues_abbr_on_total:
|
||||
zero: 0 отворених / {{total}}
|
||||
one: 1 отворен / {{total}}
|
||||
other: "{{count}} отворених / {{total}}"
|
||||
zero: 0 отворених / %{total}
|
||||
one: 1 отворен / %{total}
|
||||
other: "%{count} отворених / %{total}"
|
||||
label_x_open_issues_abbr:
|
||||
zero: 0 отворених
|
||||
one: 1 отворен
|
||||
other: "{{count}} отворених"
|
||||
other: "%{count} отворених"
|
||||
label_x_closed_issues_abbr:
|
||||
zero: 0 затворених
|
||||
one: 1 затворен
|
||||
other: "{{count}} затворених"
|
||||
other: "%{count} затворених"
|
||||
label_total: Укупно
|
||||
label_permissions: Дозволе
|
||||
label_current_status: Тренутни статус
|
||||
|
@ -560,7 +560,7 @@ sr:
|
|||
label_months_from: месеци од
|
||||
label_gantt: Гантов дијаграм
|
||||
label_internal: Унутрашњи
|
||||
label_last_changes: "последњих {{count}} промена"
|
||||
label_last_changes: "последњих %{count} промена"
|
||||
label_change_view_all: Прикажи све промене
|
||||
label_personalize_page: Персонализуј ову страну
|
||||
label_comment: Коментар
|
||||
|
@ -568,7 +568,7 @@ sr:
|
|||
label_x_comments:
|
||||
zero: без коментара
|
||||
one: један коментар
|
||||
other: "{{count}} коментара"
|
||||
other: "%{count} коментара"
|
||||
label_comment_add: Додај коментар
|
||||
label_comment_added: Коментар додат
|
||||
label_comment_delete: Обриши коментаре
|
||||
|
@ -589,7 +589,7 @@ sr:
|
|||
label_yesterday: јуче
|
||||
label_this_week: ове седмице
|
||||
label_last_week: последње седмице
|
||||
label_last_n_days: "последњих {{count}} дана"
|
||||
label_last_n_days: "последњих %{count} дана"
|
||||
label_this_month: овог месеца
|
||||
label_last_month: последњег месеца
|
||||
label_this_year: ове године
|
||||
|
@ -603,13 +603,13 @@ sr:
|
|||
label_repository: Спремиште
|
||||
label_repository_plural: Спремишта
|
||||
label_browse: Прегледање
|
||||
label_modification: "{{count}} промена"
|
||||
label_modification_plural: "{{count}} промена"
|
||||
label_modification: "%{count} промена"
|
||||
label_modification_plural: "%{count} промена"
|
||||
label_branch: Грана
|
||||
label_tag: Ознака
|
||||
label_revision: Ревизија
|
||||
label_revision_plural: Ревизије
|
||||
label_revision_id: "Ревизија {{value}}"
|
||||
label_revision_id: "Ревизија %{value}"
|
||||
label_associated_revisions: Придружене ревизије
|
||||
label_added: додато
|
||||
label_modified: промењено
|
||||
|
@ -626,8 +626,8 @@ sr:
|
|||
label_sort_lower: Премештање на доле
|
||||
label_sort_lowest: Премештање на дно
|
||||
label_roadmap: План рада
|
||||
label_roadmap_due_in: "Доспева {{value}}"
|
||||
label_roadmap_overdue: "{{value}} најкасније"
|
||||
label_roadmap_due_in: "Доспева %{value}"
|
||||
label_roadmap_overdue: "%{value} најкасније"
|
||||
label_roadmap_no_issues: Нема проблема за ову верзију
|
||||
label_search: Претрага
|
||||
label_result_plural: Резултати
|
||||
|
@ -646,8 +646,8 @@ sr:
|
|||
label_issue_tracking: Праћење проблема
|
||||
label_spent_time: Утрошено време
|
||||
label_overall_spent_time: Целокупно утрошено време
|
||||
label_f_hour: "{{value}} сат"
|
||||
label_f_hour_plural: "{{value}} сати"
|
||||
label_f_hour: "%{value} сат"
|
||||
label_f_hour_plural: "%{value} сати"
|
||||
label_time_tracking: Праћење времена
|
||||
label_change_plural: Промене
|
||||
label_statistics: Статистика
|
||||
|
@ -698,15 +698,15 @@ sr:
|
|||
label_date_from: Шаље
|
||||
label_date_to: Прима
|
||||
label_language_based: Базирано на језику корисника
|
||||
label_sort_by: "Сортирано по {{value}}"
|
||||
label_sort_by: "Сортирано по %{value}"
|
||||
label_send_test_email: Слање пробне е-поруке
|
||||
label_feeds_access_key: RSS приступни кључ
|
||||
label_missing_feeds_access_key: RSS приступни кључ недостаје
|
||||
label_feeds_access_key_created_on: "RSS приступни кључ је направљен пре {{value}}"
|
||||
label_feeds_access_key_created_on: "RSS приступни кључ је направљен пре %{value}"
|
||||
label_module_plural: Модули
|
||||
label_added_time_by: "Додао {{author}} пре {{age}}"
|
||||
label_updated_time_by: "Ажурирао {{author}} пре {{age}}"
|
||||
label_updated_time: "Ажурирано пре {{value}}"
|
||||
label_added_time_by: "Додао %{author} пре %{age}"
|
||||
label_updated_time_by: "Ажурирао %{author} пре %{age}"
|
||||
label_updated_time: "Ажурирано пре %{value}"
|
||||
label_jump_to_a_project: Скок на пројекат...
|
||||
label_file_plural: Датотеке
|
||||
label_changeset_plural: Скупови промена
|
||||
|
@ -722,7 +722,7 @@ sr:
|
|||
label_registration_activation_by_email: активација налога путем е-поруке
|
||||
label_registration_manual_activation: ручна активација налога
|
||||
label_registration_automatic_activation: аутоматска активација налога
|
||||
label_display_per_page: "Број ставки по страници: {{value}}"
|
||||
label_display_per_page: "Број ставки по страници: %{value}"
|
||||
label_age: Старост
|
||||
label_change_properties: Промени својства
|
||||
label_general: Општи
|
||||
|
@ -745,7 +745,7 @@ sr:
|
|||
label_sort: Сортирање
|
||||
label_ascending: Растући низ
|
||||
label_descending: Опадајући низ
|
||||
label_date_from_to: Од {{start}} до {{end}}
|
||||
label_date_from_to: Од %{start} до %{end}
|
||||
label_wiki_content_added: Wiki страница је додата
|
||||
label_wiki_content_updated: Wiki страница је ажурирана
|
||||
label_group: Група
|
||||
|
@ -764,7 +764,7 @@ sr:
|
|||
label_display_used_statuses_only: Приказуј статусе коришћене само од стране овог праћења
|
||||
label_api_access_key: API приступни кључ
|
||||
label_missing_api_access_key: Недостаје API приступни кључ
|
||||
label_api_access_key_created_on: "API приступни кључ је креиран пре {{value}}"
|
||||
label_api_access_key_created_on: "API приступни кључ је креиран пре %{value}"
|
||||
label_profile: Профил
|
||||
label_subtask_plural: Подзадатак
|
||||
label_project_copy_notifications: Пошаљи е-поруку са обавештењем приликом копирања пројекта
|
||||
|
@ -827,53 +827,53 @@ sr:
|
|||
text_regexp_info: нпр. ^[A-Z0-9]+$
|
||||
text_min_max_length_info: 0 значи без ограничења
|
||||
text_project_destroy_confirmation: Јесте ли сигурни да желите да избришете овај пројекат и све припадајуће податке?
|
||||
text_subprojects_destroy_warning: "Потпројекти: {{value}} ће такође бити избрисан."
|
||||
text_subprojects_destroy_warning: "Потпројекти: %{value} ће такође бити избрисан."
|
||||
text_workflow_edit: Одаберите улогу и праћење за измену тока посла
|
||||
text_are_you_sure: Јесте ли сигурни?
|
||||
text_journal_changed: "{{label}} промењен од {{old}} у {{new}}"
|
||||
text_journal_set_to: "{{label}} постављен у {{value}}"
|
||||
text_journal_deleted: "{{label}} избрисано ({{old}})"
|
||||
text_journal_added: "{{label}} {{value}} додато"
|
||||
text_journal_changed: "%{label} промењен од %{old} у %{new}"
|
||||
text_journal_set_to: "%{label} постављен у %{value}"
|
||||
text_journal_deleted: "%{label} избрисано (%{old})"
|
||||
text_journal_added: "%{label} %{value} додато"
|
||||
text_tip_issue_begin_day: задатак почиње овог дана
|
||||
text_tip_issue_end_day: задатак се завршава овог дана
|
||||
text_tip_issue_begin_end_day: задатак почиње и завршава овог дана
|
||||
text_project_identifier_info: 'Дозвољена су само мала слова (a-ш), бројеви и цртице.<br />Једном снимљен идентификатор више се не може променити.'
|
||||
text_caracters_maximum: "Највише {{count}} знак(ова)."
|
||||
text_caracters_minimum: "Број знакова мора бити најмање {{count}}."
|
||||
text_length_between: "Број знакова мора бити између {{min}} и {{max}}."
|
||||
text_caracters_maximum: "Највише %{count} знак(ова)."
|
||||
text_caracters_minimum: "Број знакова мора бити најмање %{count}."
|
||||
text_length_between: "Број знакова мора бити између %{min} и %{max}."
|
||||
text_tracker_no_workflow: Ово праћење нема дефинисан ток посла
|
||||
text_unallowed_characters: Недозвољени знакови
|
||||
text_comma_separated: Дозвољене су вишеструке вредности (одвојене зарезом).
|
||||
text_line_separated: Дозвољене су вишеструке вредности (један ред за сваку вредност).
|
||||
text_issues_ref_in_commit_messages: Референцирање и поправљање проблема у извршним порукама
|
||||
text_issue_added: "{{author}} је пријавио проблем {{id}}."
|
||||
text_issue_updated: "{{author}} је ажурирао проблем {{id}}."
|
||||
text_issue_added: "%{author} је пријавио проблем %{id}."
|
||||
text_issue_updated: "%{author} је ажурирао проблем %{id}."
|
||||
text_wiki_destroy_confirmation: Јесте ли сигурни да желите да обришете wiki и сав садржај?
|
||||
text_issue_category_destroy_question: "Неколико проблема ({{count}}) је додељено овој категорији. Шта желите да урадите?"
|
||||
text_issue_category_destroy_question: "Неколико проблема (%{count}) је додељено овој категорији. Шта желите да урадите?"
|
||||
text_issue_category_destroy_assignments: Уклони додељене категорије
|
||||
text_issue_category_reassign_to: Додели поново проблеме овој категорији
|
||||
text_user_mail_option: "За неизабране пројекте, добићете само обавештење о стварима које пратите или сте укључени (нпр. проблеми чији сте ви аутор или заступник)."
|
||||
text_no_configuration_data: "Улоге, праћења, статуси проблема и тока посла још увек нису подешени.\nПрепоручљиво је да учитате подразумевано конфигурисање. Измена је могућа након првог учитавања."
|
||||
text_load_default_configuration: Учитај подразумевано конфигурисање
|
||||
text_status_changed_by_changeset: "Примењено у скупу са променама {{value}}."
|
||||
text_status_changed_by_changeset: "Примењено у скупу са променама %{value}."
|
||||
text_issues_destroy_confirmation: 'Јесте ли сигурни да желите да избришете одабране проблеме?'
|
||||
text_select_project_modules: 'Одаберите модуле које желите омогућити за овај пројекат:'
|
||||
text_default_administrator_account_changed: Подразумевани администраторски налог је промењен
|
||||
text_file_repository_writable: Фасцикла приложених датотека је уписива
|
||||
text_plugin_assets_writable: Фасцикла елемената додатних компоненти је уписива
|
||||
text_rmagick_available: RMagick је доступан (опционо)
|
||||
text_destroy_time_entries_question: "{{hours}} сати је пријављено за овај проблем који желите избрисати. Шта желите да урадите?"
|
||||
text_destroy_time_entries_question: "%{hours} сати је пријављено за овај проблем који желите избрисати. Шта желите да урадите?"
|
||||
text_destroy_time_entries: Избриши пријављене сате
|
||||
text_assign_time_entries_to_project: Додели пријављене сате пројекту
|
||||
text_reassign_time_entries: 'Додели поново пријављене сате овом проблему:'
|
||||
text_user_wrote: "{{value}} је написао:"
|
||||
text_enumeration_destroy_question: "{{count}} објекат(а) је додељено овој вредности."
|
||||
text_user_wrote: "%{value} је написао:"
|
||||
text_enumeration_destroy_question: "%{count} објекат(а) је додељено овој вредности."
|
||||
text_enumeration_category_reassign_to: 'Додели их поново овој вредности:'
|
||||
text_email_delivery_not_configured: "Испорука е-порука није конфигурисана и обавештења су онемогућена.\nПодесите ваш SMTP сервер у config/email.yml и покрените поново апликацију за њихово омогућавање."
|
||||
text_repository_usernames_mapping: "Одаберите или ажурирајте Redmine кориснике мапирањем сваког корисничког имена пронађеног у евиденцији спремишта.\nКорисници са истим Redmine именом и именом спремишта или е-адресом су аутоматски мапирани."
|
||||
text_diff_truncated: '... Ова разлика је исечена јер је достигнута максимална величина приказа.'
|
||||
text_custom_field_possible_values_info: 'Један ред за сваку вредност'
|
||||
text_wiki_page_destroy_question: "Ова страница има {{descendants}} подређених страница и подстраница. Шта желите да урадите?"
|
||||
text_wiki_page_destroy_question: "Ова страница има %{descendants} подређених страница и подстраница. Шта желите да урадите?"
|
||||
text_wiki_page_nullify_children: "Задржи подређене странице као корене странице"
|
||||
text_wiki_page_destroy_children: "Избриши подређене странице и све њихове подстранице"
|
||||
text_wiki_page_reassign_children: "Додели поново подређене странице овој матичној страници"
|
||||
|
@ -912,7 +912,7 @@ sr:
|
|||
project_module_gantt: Гантов дијаграм
|
||||
project_module_calendar: Календар
|
||||
|
||||
button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}"
|
||||
button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
|
||||
text_are_you_sure_with_children: Delete issue and all child issues?
|
||||
field_text: Text field
|
||||
label_user_mail_option_only_owner: Only for things I am the owner of
|
||||
|
@ -929,7 +929,7 @@ sr:
|
|||
field_visible: Visible
|
||||
setting_emails_header: Emails header
|
||||
setting_commit_logtime_activity_id: Activity for logged time
|
||||
text_time_logged_by_changeset: Applied in changeset {{value}}.
|
||||
text_time_logged_by_changeset: Applied in changeset %{value}.
|
||||
setting_commit_logtime_enabled: Enable time logging
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed ({{max}})
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
|
||||
setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
|
||||
|
|
|
@ -65,44 +65,44 @@ sv:
|
|||
half_a_minute: "en halv minut"
|
||||
less_than_x_seconds:
|
||||
one: "mindre än en sekund"
|
||||
other: "mindre än {{count}} sekunder"
|
||||
other: "mindre än %{count} sekunder"
|
||||
x_seconds:
|
||||
one: "en sekund"
|
||||
other: "{{count}} sekunder"
|
||||
other: "%{count} sekunder"
|
||||
less_than_x_minutes:
|
||||
one: "mindre än en minut"
|
||||
other: "mindre än {{count}} minuter"
|
||||
other: "mindre än %{count} minuter"
|
||||
x_minutes:
|
||||
one: "en minut"
|
||||
other: "{{count}} minuter"
|
||||
other: "%{count} minuter"
|
||||
about_x_hours:
|
||||
one: "ungefär en timme"
|
||||
other: "ungefär {{count}} timmar"
|
||||
other: "ungefär %{count} timmar"
|
||||
x_days:
|
||||
one: "en dag"
|
||||
other: "{{count}} dagar"
|
||||
other: "%{count} dagar"
|
||||
about_x_months:
|
||||
one: "ungefär en månad"
|
||||
other: "ungefär {{count}} månader"
|
||||
other: "ungefär %{count} månader"
|
||||
x_months:
|
||||
one: "en månad"
|
||||
other: "{{count}} månader"
|
||||
other: "%{count} månader"
|
||||
about_x_years:
|
||||
one: "ungefär ett år"
|
||||
other: "ungefär {{count}} år"
|
||||
other: "ungefär %{count} år"
|
||||
over_x_years:
|
||||
one: "mer än ett år"
|
||||
other: "mer än {{count}} år"
|
||||
other: "mer än %{count} år"
|
||||
almost_x_years:
|
||||
one: "nästan 1 år"
|
||||
other: "nästan {{count}} år"
|
||||
other: "nästan %{count} år"
|
||||
|
||||
activerecord:
|
||||
errors:
|
||||
template:
|
||||
header:
|
||||
one: "Ett fel förhindrade denna {{model}} från att sparas"
|
||||
other: "{{count}} fel förhindrade denna {{model}} från att sparas"
|
||||
one: "Ett fel förhindrade denna %{model} från att sparas"
|
||||
other: "%{count} fel förhindrade denna %{model} från att sparas"
|
||||
# The variable :count is also available
|
||||
body: "Det var problem med följande fält:"
|
||||
# The values :model, :attribute and :value are always available for interpolation
|
||||
|
@ -115,16 +115,16 @@ sv:
|
|||
accepted : "måste vara accepterad"
|
||||
empty: "får ej vara tom"
|
||||
blank: "måste anges"
|
||||
too_long: "är för lång (maximum är {{count}} tecken)"
|
||||
too_short: "är för kort (minimum är {{count}} tecken)"
|
||||
wrong_length: "har fel längd (ska vara {{count}} tecken)"
|
||||
too_long: "är för lång (maximum är %{count} tecken)"
|
||||
too_short: "är för kort (minimum är %{count} tecken)"
|
||||
wrong_length: "har fel längd (ska vara %{count} tecken)"
|
||||
taken: "har redan tagits"
|
||||
not_a_number: "är inte ett nummer"
|
||||
greater_than: "måste vara större än {{count}}"
|
||||
greater_than_or_equal_to: "måste vara större än eller lika med {{count}}"
|
||||
greater_than: "måste vara större än %{count}"
|
||||
greater_than_or_equal_to: "måste vara större än eller lika med %{count}"
|
||||
equal_to: "måste vara samma som"
|
||||
less_than: "måste vara mindre än {{count}}"
|
||||
less_than_or_equal_to: "måste vara mindre än eller lika med {{count}}"
|
||||
less_than: "måste vara mindre än %{count}"
|
||||
less_than_or_equal_to: "måste vara mindre än eller lika med %{count}"
|
||||
odd: "måste vara udda"
|
||||
even: "måste vara jämnt"
|
||||
greater_than_start_date: "måste vara senare än startdatumet"
|
||||
|
@ -196,12 +196,12 @@ sv:
|
|||
notice_locking_conflict: Data har uppdaterats av en annan användare.
|
||||
notice_not_authorized: Du saknar behörighet att komma åt den här sidan.
|
||||
notice_not_authorized_archived_project: Projektet du försöker komma åt har arkiverats.
|
||||
notice_email_sent: "Ett mail skickades till {{value}}"
|
||||
notice_email_error: "Ett fel inträffade när mail skickades ({{value}})"
|
||||
notice_email_sent: "Ett mail skickades till %{value}"
|
||||
notice_email_error: "Ett fel inträffade när mail skickades (%{value})"
|
||||
notice_feeds_access_key_reseted: Din RSS-nyckel återställdes.
|
||||
notice_api_access_key_reseted: Din API-nyckel återställdes.
|
||||
notice_failed_to_save_issues: "Misslyckades med att spara {{count}} ärende(n) på {{total}} valt: {{ids}}."
|
||||
notice_failed_to_save_members: "Misslyckades med att spara medlem(mar): {{errors}}."
|
||||
notice_failed_to_save_issues: "Misslyckades med att spara %{count} ärende(n) på %{total} valt: %{ids}."
|
||||
notice_failed_to_save_members: "Misslyckades med att spara medlem(mar): %{errors}."
|
||||
notice_no_issue_selected: "Inget ärende är markerat! Var vänlig, markera de ärenden du vill ändra."
|
||||
notice_account_pending: "Ditt konto skapades och avvaktar nu administratörens godkännande."
|
||||
notice_default_data_loaded: Standardkonfiguration inläst.
|
||||
|
@ -209,9 +209,9 @@ sv:
|
|||
notice_unable_delete_time_entry: Tidloggning kunde inte tas bort.
|
||||
notice_issue_done_ratios_updated: % klart uppdaterade.
|
||||
|
||||
error_can_t_load_default_data: "Standardkonfiguration gick inte att läsa in: {{value}}"
|
||||
error_can_t_load_default_data: "Standardkonfiguration gick inte att läsa in: %{value}"
|
||||
error_scm_not_found: "Inlägg och/eller revision finns inte i detta versionsarkiv."
|
||||
error_scm_command_failed: "Ett fel inträffade vid försök att nå versionsarkivet: {{value}}"
|
||||
error_scm_command_failed: "Ett fel inträffade vid försök att nå versionsarkivet: %{value}"
|
||||
error_scm_annotate: "Inlägget existerar inte eller kan inte kommenteras."
|
||||
error_issue_not_found_in_project: 'Ärendet hittades inte eller så tillhör det inte detta projekt'
|
||||
error_no_tracker_in_project: 'Ingen ärendetyp är associerad med projektet. Vänligen kontrollera projektinställningarna.'
|
||||
|
@ -225,27 +225,27 @@ sv:
|
|||
error_workflow_copy_source: 'Vänligen välj källans ärendetyp eller roll'
|
||||
error_workflow_copy_target: 'Vänligen välj ärendetyp(er) och roll(er) för mål'
|
||||
error_unable_delete_issue_status: 'Ärendestatus kunde inte tas bort'
|
||||
error_unable_to_connect: Kan inte ansluta ({{value}})
|
||||
error_unable_to_connect: Kan inte ansluta (%{value})
|
||||
|
||||
warning_attachments_not_saved: "{{count}} fil(er) kunde inte sparas."
|
||||
warning_attachments_not_saved: "%{count} fil(er) kunde inte sparas."
|
||||
|
||||
mail_subject_lost_password: "Ditt {{value}} lösenord"
|
||||
mail_subject_lost_password: "Ditt %{value} lösenord"
|
||||
mail_body_lost_password: 'För att ändra ditt lösenord, klicka på följande länk:'
|
||||
mail_subject_register: "Din {{value}} kontoaktivering"
|
||||
mail_subject_register: "Din %{value} kontoaktivering"
|
||||
mail_body_register: 'För att aktivera ditt konto, klicka på följande länk:'
|
||||
mail_body_account_information_external: "Du kan använda ditt {{value}}-konto för att logga in."
|
||||
mail_body_account_information_external: "Du kan använda ditt %{value}-konto för att logga in."
|
||||
mail_body_account_information: Din kontoinformation
|
||||
mail_subject_account_activation_request: "{{value}} begäran om kontoaktivering"
|
||||
mail_body_account_activation_request: "En ny användare ({{value}}) har registrerat sig och avvaktar ditt godkännande:"
|
||||
mail_subject_reminder: "{{count}} ärende(n) har deadline under de kommande {{days}} dagarna"
|
||||
mail_body_reminder: "{{count}} ärende(n) som är tilldelat dig har deadline under de {{days}} dagarna:"
|
||||
mail_subject_wiki_content_added: "'{{id}}' wikisida has lagts till"
|
||||
mail_body_wiki_content_added: The '{{id}}' wikisida has lagts till av {{author}}.
|
||||
mail_subject_wiki_content_updated: "'{{id}}' wikisida har uppdaterats"
|
||||
mail_body_wiki_content_updated: The '{{id}}' wikisida har uppdaterats av {{author}}.
|
||||
mail_subject_account_activation_request: "%{value} begäran om kontoaktivering"
|
||||
mail_body_account_activation_request: "En ny användare (%{value}) har registrerat sig och avvaktar ditt godkännande:"
|
||||
mail_subject_reminder: "%{count} ärende(n) har deadline under de kommande %{days} dagarna"
|
||||
mail_body_reminder: "%{count} ärende(n) som är tilldelat dig har deadline under de %{days} dagarna:"
|
||||
mail_subject_wiki_content_added: "'%{id}' wikisida has lagts till"
|
||||
mail_body_wiki_content_added: The '%{id}' wikisida has lagts till av %{author}.
|
||||
mail_subject_wiki_content_updated: "'%{id}' wikisida har uppdaterats"
|
||||
mail_body_wiki_content_updated: The '%{id}' wikisida har uppdaterats av %{author}.
|
||||
|
||||
gui_validation_error: 1 fel
|
||||
gui_validation_error_plural: "{{count}} fel"
|
||||
gui_validation_error_plural: "%{count} fel"
|
||||
|
||||
field_name: Namn
|
||||
field_description: Beskrivning
|
||||
|
@ -478,14 +478,14 @@ sv:
|
|||
label_x_projects:
|
||||
zero: inga projekt
|
||||
one: 1 projekt
|
||||
other: "{{count}} projekt"
|
||||
other: "%{count} projekt"
|
||||
label_project_all: Alla projekt
|
||||
label_project_latest: Senaste projekt
|
||||
label_issue: Ärende
|
||||
label_issue_new: Nytt ärende
|
||||
label_issue_plural: Ärenden
|
||||
label_issue_view_all: Visa alla ärenden
|
||||
label_issues_by: "Ärenden {{value}}"
|
||||
label_issues_by: "Ärenden %{value}"
|
||||
label_issue_added: Ärende tillagt
|
||||
label_issue_updated: Ärende uppdaterat
|
||||
label_document: Dokument
|
||||
|
@ -535,7 +535,7 @@ sv:
|
|||
label_registered_on: Registrerad
|
||||
label_activity: Aktivitet
|
||||
label_overall_activity: All aktivitet
|
||||
label_user_activity: "Aktiviteter för {{value}}"
|
||||
label_user_activity: "Aktiviteter för %{value}"
|
||||
label_new: Ny
|
||||
label_logged_as: Inloggad som
|
||||
label_environment: Miljö
|
||||
|
@ -545,7 +545,7 @@ sv:
|
|||
label_auth_source_plural: Autentiseringslägen
|
||||
label_subproject_plural: Underprojekt
|
||||
label_subproject_new: Nytt underprojekt
|
||||
label_and_its_subprojects: "{{value}} och dess underprojekt"
|
||||
label_and_its_subprojects: "%{value} och dess underprojekt"
|
||||
label_min_max_length: Min./Max.-längd
|
||||
label_list: Lista
|
||||
label_date: Datum
|
||||
|
@ -556,8 +556,8 @@ sv:
|
|||
label_text: Lång text
|
||||
label_attribute: Attribut
|
||||
label_attribute_plural: Attribut
|
||||
label_download: "{{count}} Nerladdning"
|
||||
label_download_plural: "{{count}} Nerladdningar"
|
||||
label_download: "%{count} Nerladdning"
|
||||
label_download_plural: "%{count} Nerladdningar"
|
||||
label_no_data: Ingen data att visa
|
||||
label_change_status: Ändra status
|
||||
label_history: Historia
|
||||
|
@ -589,17 +589,17 @@ sv:
|
|||
label_closed_issues: stängd
|
||||
label_closed_issues_plural: stängda
|
||||
label_x_open_issues_abbr_on_total:
|
||||
zero: 0 öppna av {{total}}
|
||||
one: 1 öppen av {{total}}
|
||||
other: "{{count}} öppna av {{total}}"
|
||||
zero: 0 öppna av %{total}
|
||||
one: 1 öppen av %{total}
|
||||
other: "%{count} öppna av %{total}"
|
||||
label_x_open_issues_abbr:
|
||||
zero: 0 öppna
|
||||
one: 1 öppen
|
||||
other: "{{count}} öppna"
|
||||
other: "%{count} öppna"
|
||||
label_x_closed_issues_abbr:
|
||||
zero: 0 stängda
|
||||
one: 1 stängd
|
||||
other: "{{count}} stängda"
|
||||
other: "%{count} stängda"
|
||||
label_total: Total
|
||||
label_permissions: Behörigheter
|
||||
label_current_status: Nuvarande status
|
||||
|
@ -617,7 +617,7 @@ sv:
|
|||
label_months_from: månader från
|
||||
label_gantt: Gantt
|
||||
label_internal: Intern
|
||||
label_last_changes: "senaste {{count}} ändringar"
|
||||
label_last_changes: "senaste %{count} ändringar"
|
||||
label_change_view_all: Visa alla ändringar
|
||||
label_personalize_page: Anpassa denna sida
|
||||
label_comment: Kommentar
|
||||
|
@ -625,7 +625,7 @@ sv:
|
|||
label_x_comments:
|
||||
zero: inga kommentarer
|
||||
one: 1 kommentar
|
||||
other: "{{count}} kommentarer"
|
||||
other: "%{count} kommentarer"
|
||||
label_comment_add: Lägg till kommentar
|
||||
label_comment_added: Kommentar tillagd
|
||||
label_comment_delete: Ta bort kommentar
|
||||
|
@ -646,7 +646,7 @@ sv:
|
|||
label_yesterday: igår
|
||||
label_this_week: denna vecka
|
||||
label_last_week: senaste veckan
|
||||
label_last_n_days: "senaste {{count}} dagarna"
|
||||
label_last_n_days: "senaste %{count} dagarna"
|
||||
label_this_month: denna månad
|
||||
label_last_month: senaste månaden
|
||||
label_this_year: detta året
|
||||
|
@ -660,13 +660,13 @@ sv:
|
|||
label_repository: Versionsarkiv
|
||||
label_repository_plural: Versionsarkiv
|
||||
label_browse: Bläddra
|
||||
label_modification: "{{count}} ändring"
|
||||
label_modification_plural: "{{count}} ändringar"
|
||||
label_modification: "%{count} ändring"
|
||||
label_modification_plural: "%{count} ändringar"
|
||||
label_branch: Branch
|
||||
label_tag: Tag
|
||||
label_revision: Revision
|
||||
label_revision_plural: Revisioner
|
||||
label_revision_id: Revision {{value}}
|
||||
label_revision_id: Revision %{value}
|
||||
label_associated_revisions: Associerade revisioner
|
||||
label_added: tillagd
|
||||
label_modified: modifierad
|
||||
|
@ -683,8 +683,8 @@ sv:
|
|||
label_sort_lower: Flytta ner
|
||||
label_sort_lowest: Flytta till botten
|
||||
label_roadmap: Roadmap
|
||||
label_roadmap_due_in: "Färdig om {{value}}"
|
||||
label_roadmap_overdue: "{{value}} sen"
|
||||
label_roadmap_due_in: "Färdig om %{value}"
|
||||
label_roadmap_overdue: "%{value} sen"
|
||||
label_roadmap_no_issues: Inga ärenden för denna version
|
||||
label_search: Sök
|
||||
label_result_plural: Resultat
|
||||
|
@ -703,8 +703,8 @@ sv:
|
|||
label_issue_tracking: Ärendeuppföljning
|
||||
label_spent_time: Spenderad tid
|
||||
label_overall_spent_time: Total tid spenderad
|
||||
label_f_hour: "{{value}} timme"
|
||||
label_f_hour_plural: "{{value}} timmar"
|
||||
label_f_hour: "%{value} timme"
|
||||
label_f_hour_plural: "%{value} timmar"
|
||||
label_time_tracking: Tidsuppföljning
|
||||
label_change_plural: Ändringar
|
||||
label_statistics: Statistik
|
||||
|
@ -755,15 +755,15 @@ sv:
|
|||
label_date_from: Från
|
||||
label_date_to: Till
|
||||
label_language_based: Språkbaserad
|
||||
label_sort_by: "Sortera på {{value}}"
|
||||
label_sort_by: "Sortera på %{value}"
|
||||
label_send_test_email: Skicka testmail
|
||||
label_feeds_access_key: RSS-nyckel
|
||||
label_missing_feeds_access_key: Saknar en RSS-nyckel
|
||||
label_feeds_access_key_created_on: "RSS-nyckel skapad för {{value}} sedan"
|
||||
label_feeds_access_key_created_on: "RSS-nyckel skapad för %{value} sedan"
|
||||
label_module_plural: Moduler
|
||||
label_added_time_by: "Tillagd av {{author}} för {{age}} sedan"
|
||||
label_updated_time_by: "Uppdaterad av {{author}} för {{age}} sedan"
|
||||
label_updated_time: "Uppdaterad för {{value}} sedan"
|
||||
label_added_time_by: "Tillagd av %{author} för %{age} sedan"
|
||||
label_updated_time_by: "Uppdaterad av %{author} för %{age} sedan"
|
||||
label_updated_time: "Uppdaterad för %{value} sedan"
|
||||
label_jump_to_a_project: Gå till projekt...
|
||||
label_file_plural: Filer
|
||||
label_changeset_plural: Changesets
|
||||
|
@ -783,7 +783,7 @@ sv:
|
|||
label_registration_activation_by_email: kontoaktivering med mail
|
||||
label_registration_manual_activation: manuell kontoaktivering
|
||||
label_registration_automatic_activation: automatisk kontoaktivering
|
||||
label_display_per_page: "Per sida: {{value}}"
|
||||
label_display_per_page: "Per sida: %{value}"
|
||||
label_age: Ålder
|
||||
label_change_properties: Ändra inställningar
|
||||
label_general: Allmänt
|
||||
|
@ -806,7 +806,7 @@ sv:
|
|||
label_sort: Sortera
|
||||
label_descending: Fallande
|
||||
label_ascending: Stigande
|
||||
label_date_from_to: Från {{start}} till {{end}}
|
||||
label_date_from_to: Från %{start} till %{end}
|
||||
label_wiki_content_added: Wikisida tillagd
|
||||
label_wiki_content_updated: Wikisida uppdaterad
|
||||
label_group: Grupp
|
||||
|
@ -825,7 +825,7 @@ sv:
|
|||
label_display_used_statuses_only: Visa endast status som används av denna ärendetyp
|
||||
label_api_access_key: API-nyckel
|
||||
label_missing_api_access_key: Saknar en API-nyckel
|
||||
label_api_access_key_created_on: API-nyckel skapad för {{value}} sedan
|
||||
label_api_access_key_created_on: API-nyckel skapad för %{value} sedan
|
||||
label_profile: Profil
|
||||
label_subtask_plural: Underaktiviteter
|
||||
label_project_copy_notifications: Skicka mailnotifieringar när projektet kopieras
|
||||
|
@ -842,7 +842,7 @@ sv:
|
|||
button_create_and_continue: Skapa och fortsätt
|
||||
button_test: Testa
|
||||
button_edit: Ändra
|
||||
button_edit_associated_wikipage: "Ändra associerad Wikisida: {{page_title}}"
|
||||
button_edit_associated_wikipage: "Ändra associerad Wikisida: %{page_title}"
|
||||
button_add: Lägg till
|
||||
button_change: Ändra
|
||||
button_apply: Verkställ
|
||||
|
@ -891,54 +891,54 @@ sv:
|
|||
text_regexp_info: eg. ^[A-Z0-9]+$
|
||||
text_min_max_length_info: 0 betyder ingen gräns
|
||||
text_project_destroy_confirmation: Är du säker på att du vill ta bort detta projekt och all relaterad data?
|
||||
text_subprojects_destroy_warning: "Alla underprojekt: {{value}} kommer också tas bort."
|
||||
text_subprojects_destroy_warning: "Alla underprojekt: %{value} kommer också tas bort."
|
||||
text_workflow_edit: Välj en roll och en ärendetyp för att ändra arbetsflöde
|
||||
text_are_you_sure: Är du säker ?
|
||||
text_are_you_sure_with_children: Ta bort ärende och alla underärenden?
|
||||
text_journal_changed: "{{label}} ändrad från {{old}} till {{new}}"
|
||||
text_journal_set_to: "{{label}} satt till {{value}}"
|
||||
text_journal_deleted: "{{label}} borttagen ({{old}})"
|
||||
text_journal_added: "{{label}} {{value}} tillagd"
|
||||
text_journal_changed: "%{label} ändrad från %{old} till %{new}"
|
||||
text_journal_set_to: "%{label} satt till %{value}"
|
||||
text_journal_deleted: "%{label} borttagen (%{old})"
|
||||
text_journal_added: "%{label} %{value} tillagd"
|
||||
text_tip_issue_begin_day: ärende som börjar denna dag
|
||||
text_tip_issue_end_day: ärende som slutar denna dag
|
||||
text_tip_issue_begin_end_day: ärende som börjar och slutar denna dag
|
||||
text_project_identifier_info: 'Små bokstäver (a-z), siffror och streck tillåtna.<br />När den är sparad kan identifieraren inte ändras.'
|
||||
text_caracters_maximum: "max {{count}} tecken."
|
||||
text_caracters_minimum: "Måste vara minst {{count}} tecken lång."
|
||||
text_length_between: "Längd mellan {{min}} och {{max}} tecken."
|
||||
text_caracters_maximum: "max %{count} tecken."
|
||||
text_caracters_minimum: "Måste vara minst %{count} tecken lång."
|
||||
text_length_between: "Längd mellan %{min} och %{max} tecken."
|
||||
text_tracker_no_workflow: Inget arbetsflöde definerat för denna ärendetyp
|
||||
text_unallowed_characters: Otillåtna tecken
|
||||
text_comma_separated: Flera värden tillåtna (kommaseparerade).
|
||||
text_line_separated: Flera värden tillåtna (ett värde per rad).
|
||||
text_issues_ref_in_commit_messages: Referera och fixa ärenden i commit-meddelanden
|
||||
text_issue_added: "Ärende {{id}} har rapporterats (av {{author}})."
|
||||
text_issue_updated: "Ärende {{id}} har uppdaterats (av {{author}})."
|
||||
text_issue_added: "Ärende %{id} har rapporterats (av %{author})."
|
||||
text_issue_updated: "Ärende %{id} har uppdaterats (av %{author})."
|
||||
text_wiki_destroy_confirmation: Är du säker på att du vill ta bort denna wiki och allt dess innehåll ?
|
||||
text_issue_category_destroy_question: "Några ärenden ({{count}}) är tilldelade till denna kategori. Vad vill du göra ?"
|
||||
text_issue_category_destroy_question: "Några ärenden (%{count}) är tilldelade till denna kategori. Vad vill du göra ?"
|
||||
text_issue_category_destroy_assignments: Ta bort kategoritilldelningar
|
||||
text_issue_category_reassign_to: Återtilldela ärenden till denna kategori
|
||||
text_user_mail_option: "För omarkerade projekt kommer du bara bli underrättad om saker du bevakar eller är inblandad i (T.ex. ärenden du skapat eller tilldelats)."
|
||||
text_no_configuration_data: "Roller, ärendetyper, ärendestatus och arbetsflöden har inte konfigurerats ännu.\nDet rekommenderas att läsa in standardkonfigurationen. Du kommer att kunna göra ändringar efter att den blivit inläst."
|
||||
text_load_default_configuration: Läs in standardkonfiguration
|
||||
text_status_changed_by_changeset: "Tilldelad i changeset {{value}}."
|
||||
text_status_changed_by_changeset: "Tilldelad i changeset %{value}."
|
||||
text_issues_destroy_confirmation: 'Är du säker på att du vill radera markerade ärende(n) ?'
|
||||
text_select_project_modules: 'Välj vilka moduler som ska vara aktiva för projektet:'
|
||||
text_default_administrator_account_changed: Standardadministratörens konto ändrat
|
||||
text_file_repository_writable: Arkivet för bifogade filer är skrivbart
|
||||
text_plugin_assets_writable: Arkivet för plug-ins är skrivbart
|
||||
text_rmagick_available: RMagick tillgängligt (ej obligatoriskt)
|
||||
text_destroy_time_entries_question: "{{hours}} timmar har rapporterats på ärendena du är på väg att ta bort. Vad vill du göra ?"
|
||||
text_destroy_time_entries_question: "%{hours} timmar har rapporterats på ärendena du är på väg att ta bort. Vad vill du göra ?"
|
||||
text_destroy_time_entries: Ta bort rapporterade timmar
|
||||
text_assign_time_entries_to_project: Tilldela rapporterade timmar till projektet
|
||||
text_reassign_time_entries: 'Återtilldela rapporterade timmar till detta ärende:'
|
||||
text_user_wrote: "{{value}} skrev:"
|
||||
text_enumeration_destroy_question: "{{count}} objekt är tilldelade till detta värde."
|
||||
text_user_wrote: "%{value} skrev:"
|
||||
text_enumeration_destroy_question: "%{count} objekt är tilldelade till detta värde."
|
||||
text_enumeration_category_reassign_to: 'Återtilldela till detta värde:'
|
||||
text_email_delivery_not_configured: "Mailfunktionen har inte konfigurerats, och notifieringar via mail kan därför inte skickas.\nKonfigurera din SMTP-server i config/email.yml och starta om applikationen för att aktivera dem."
|
||||
text_repository_usernames_mapping: "Välj eller uppdatera den Redmine-användare som är mappad till varje användarnamn i versionarkivloggen.\nAnvändare med samma användarnamn eller mailadress i både Redmine och versionsarkivet mappas automatiskt."
|
||||
text_diff_truncated: '... Denna diff har förminskats eftersom den överskrider den maximala storlek som kan visas.'
|
||||
text_custom_field_possible_values_info: 'Ett värde per rad'
|
||||
text_wiki_page_destroy_question: Denna sida har {{descendants}} underliggande sidor. Vad vill du göra?
|
||||
text_wiki_page_destroy_question: Denna sida har %{descendants} underliggande sidor. Vad vill du göra?
|
||||
text_wiki_page_nullify_children: Behåll undersidor som rotsidor
|
||||
text_wiki_page_destroy_children: Ta bort alla underliggande sidor
|
||||
text_wiki_page_reassign_children: Flytta undersidor till denna föräldersida
|
||||
|
@ -973,7 +973,7 @@ sv:
|
|||
enumeration_activities: Aktiviteter (tidsuppföljning)
|
||||
enumeration_system_activity: Systemaktivitet
|
||||
setting_commit_logtime_activity_id: Activity for logged time
|
||||
text_time_logged_by_changeset: Applied in changeset {{value}}.
|
||||
text_time_logged_by_changeset: Applied in changeset %{value}.
|
||||
setting_commit_logtime_enabled: Enable time logging
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed ({{max}})
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
|
||||
setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
|
||||
|
|
|
@ -32,37 +32,37 @@ th:
|
|||
half_a_minute: "half a minute"
|
||||
less_than_x_seconds:
|
||||
one: "less than 1 second"
|
||||
other: "less than {{count}} seconds"
|
||||
other: "less than %{count} seconds"
|
||||
x_seconds:
|
||||
one: "1 second"
|
||||
other: "{{count}} seconds"
|
||||
other: "%{count} seconds"
|
||||
less_than_x_minutes:
|
||||
one: "less than a minute"
|
||||
other: "less than {{count}} minutes"
|
||||
other: "less than %{count} minutes"
|
||||
x_minutes:
|
||||
one: "1 minute"
|
||||
other: "{{count}} minutes"
|
||||
other: "%{count} minutes"
|
||||
about_x_hours:
|
||||
one: "about 1 hour"
|
||||
other: "about {{count}} hours"
|
||||
other: "about %{count} hours"
|
||||
x_days:
|
||||
one: "1 day"
|
||||
other: "{{count}} days"
|
||||
other: "%{count} days"
|
||||
about_x_months:
|
||||
one: "about 1 month"
|
||||
other: "about {{count}} months"
|
||||
other: "about %{count} months"
|
||||
x_months:
|
||||
one: "1 month"
|
||||
other: "{{count}} months"
|
||||
other: "%{count} months"
|
||||
about_x_years:
|
||||
one: "about 1 year"
|
||||
other: "about {{count}} years"
|
||||
other: "about %{count} years"
|
||||
over_x_years:
|
||||
one: "over 1 year"
|
||||
other: "over {{count}} years"
|
||||
other: "over %{count} years"
|
||||
almost_x_years:
|
||||
one: "almost 1 year"
|
||||
other: "almost {{count}} years"
|
||||
other: "almost %{count} years"
|
||||
|
||||
number:
|
||||
format:
|
||||
|
@ -106,11 +106,11 @@ th:
|
|||
taken: "ถูกใช้ไปแล้ว"
|
||||
not_a_number: "ไม่ใช่ตัวเลข"
|
||||
not_a_date: "ไม่ใช่วันที่ ที่ถูกต้อง"
|
||||
greater_than: "must be greater than {{count}}"
|
||||
greater_than_or_equal_to: "must be greater than or equal to {{count}}"
|
||||
equal_to: "must be equal to {{count}}"
|
||||
less_than: "must be less than {{count}}"
|
||||
less_than_or_equal_to: "must be less than or equal to {{count}}"
|
||||
greater_than: "must be greater than %{count}"
|
||||
greater_than_or_equal_to: "must be greater than or equal to %{count}"
|
||||
equal_to: "must be equal to %{count}"
|
||||
less_than: "must be less than %{count}"
|
||||
less_than_or_equal_to: "must be less than or equal to %{count}"
|
||||
odd: "must be odd"
|
||||
even: "must be even"
|
||||
greater_than_start_date: "ต้องมากกว่าวันเริ่ม"
|
||||
|
@ -147,31 +147,31 @@ th:
|
|||
notice_file_not_found: หน้าที่คุณต้องการดูไม่มีอยู่จริง หรือถูกลบไปแล้ว.
|
||||
notice_locking_conflict: ข้อมูลถูกปรับปรุงโดยผู้ใช้คนอื่น.
|
||||
notice_not_authorized: คุณไม่มีสิทธิเข้าถึงหน้านี้.
|
||||
notice_email_sent: "อีเมล์ได้ถูกส่งถึง {{value}}"
|
||||
notice_email_error: "เกิดความผิดพลาดขณะกำส่งอีเมล์ ({{value}})"
|
||||
notice_email_sent: "อีเมล์ได้ถูกส่งถึง %{value}"
|
||||
notice_email_error: "เกิดความผิดพลาดขณะกำส่งอีเมล์ (%{value})"
|
||||
notice_feeds_access_key_reseted: RSS access key ของคุณถูก reset แล้ว.
|
||||
notice_failed_to_save_issues: "{{count}} ปัญหาจาก {{total}} ปัญหาที่ถูกเลือกไม่สามารถจัดเก็บ: {{ids}}."
|
||||
notice_failed_to_save_issues: "%{count} ปัญหาจาก %{total} ปัญหาที่ถูกเลือกไม่สามารถจัดเก็บ: %{ids}."
|
||||
notice_no_issue_selected: "ไม่มีปัญหาที่ถูกเลือก! กรุณาเลือกปัญหาที่คุณต้องการแก้ไข."
|
||||
notice_account_pending: "บัญชีของคุณสร้างเสร็จแล้ว ขณะนี้รอการอนุมัติจากผู้บริหารจัดการ."
|
||||
notice_default_data_loaded: ค่าเริ่มต้นโหลดเสร็จแล้ว.
|
||||
|
||||
error_can_t_load_default_data: "ค่าเริ่มต้นโหลดไม่สำเร็จ: {{value}}"
|
||||
error_can_t_load_default_data: "ค่าเริ่มต้นโหลดไม่สำเร็จ: %{value}"
|
||||
error_scm_not_found: "ไม่พบรุ่นที่ต้องการในแหล่งเก็บต้นฉบับ."
|
||||
error_scm_command_failed: "เกิดความผิดพลาดในการเข้าถึงแหล่งเก็บต้นฉบับ: {{value}}"
|
||||
error_scm_command_failed: "เกิดความผิดพลาดในการเข้าถึงแหล่งเก็บต้นฉบับ: %{value}"
|
||||
error_scm_annotate: "entry ไม่มีอยู่จริง หรือไม่สามารถเขียนหมายเหตุประกอบ."
|
||||
error_issue_not_found_in_project: 'ไม่พบปัญหานี้ หรือปัญหาไม่ได้อยู่ในโครงการนี้'
|
||||
|
||||
mail_subject_lost_password: "รหัสผ่าน {{value}} ของคุณ"
|
||||
mail_subject_lost_password: "รหัสผ่าน %{value} ของคุณ"
|
||||
mail_body_lost_password: 'คลิ๊กที่ลิงค์ต่อไปนี้เพื่อเปลี่ยนรหัสผ่าน:'
|
||||
mail_subject_register: "เปิดบัญชี {{value}} ของคุณ"
|
||||
mail_subject_register: "เปิดบัญชี %{value} ของคุณ"
|
||||
mail_body_register: 'คลิ๊กที่ลิงค์ต่อไปนี้เพื่อเปลี่ยนรหัสผ่าน:'
|
||||
mail_body_account_information_external: "คุณสามารถใช้บัญชี {{value}} เพื่อเข้าสู่ระบบ."
|
||||
mail_body_account_information_external: "คุณสามารถใช้บัญชี %{value} เพื่อเข้าสู่ระบบ."
|
||||
mail_body_account_information: ข้อมูลบัญชีของคุณ
|
||||
mail_subject_account_activation_request: "กรุณาเปิดบัญชี {{value}}"
|
||||
mail_body_account_activation_request: "ผู้ใช้ใหม่ ({{value}}) ได้ลงทะเบียน. บัญชีของเขากำลังรออนุมัติ:"
|
||||
mail_subject_account_activation_request: "กรุณาเปิดบัญชี %{value}"
|
||||
mail_body_account_activation_request: "ผู้ใช้ใหม่ (%{value}) ได้ลงทะเบียน. บัญชีของเขากำลังรออนุมัติ:"
|
||||
|
||||
gui_validation_error: 1 ข้อผิดพลาด
|
||||
gui_validation_error_plural: "{{count}} ข้อผิดพลาด"
|
||||
gui_validation_error_plural: "%{count} ข้อผิดพลาด"
|
||||
|
||||
field_name: ชื่อ
|
||||
field_description: รายละเอียด
|
||||
|
@ -306,14 +306,14 @@ th:
|
|||
label_x_projects:
|
||||
zero: no projects
|
||||
one: 1 project
|
||||
other: "{{count}} projects"
|
||||
other: "%{count} projects"
|
||||
label_project_all: โครงการทั้งหมด
|
||||
label_project_latest: โครงการล่าสุด
|
||||
label_issue: ปัญหา
|
||||
label_issue_new: ปัญหาใหม่
|
||||
label_issue_plural: ปัญหา
|
||||
label_issue_view_all: ดูปัญหาทั้งหมด
|
||||
label_issues_by: "ปัญหาโดย {{value}}"
|
||||
label_issues_by: "ปัญหาโดย %{value}"
|
||||
label_issue_added: ปัญหาถูกเพิ่ม
|
||||
label_issue_updated: ปัญหาถูกปรับปรุง
|
||||
label_document: เอกสาร
|
||||
|
@ -381,8 +381,8 @@ th:
|
|||
label_text: ข้อความขนาดยาว
|
||||
label_attribute: คุณลักษณะ
|
||||
label_attribute_plural: คุณลักษณะ
|
||||
label_download: "{{count}} ดาวน์โหลด"
|
||||
label_download_plural: "{{count}} ดาวน์โหลด"
|
||||
label_download: "%{count} ดาวน์โหลด"
|
||||
label_download_plural: "%{count} ดาวน์โหลด"
|
||||
label_no_data: จำนวนข้อมูลที่แสดง
|
||||
label_change_status: เปลี่ยนสถานะ
|
||||
label_history: ประวัติ
|
||||
|
@ -413,17 +413,17 @@ th:
|
|||
label_closed_issues: ปิด
|
||||
label_closed_issues_plural: ปิด
|
||||
label_x_open_issues_abbr_on_total:
|
||||
zero: 0 open / {{total}}
|
||||
one: 1 open / {{total}}
|
||||
other: "{{count}} open / {{total}}"
|
||||
zero: 0 open / %{total}
|
||||
one: 1 open / %{total}
|
||||
other: "%{count} open / %{total}"
|
||||
label_x_open_issues_abbr:
|
||||
zero: 0 open
|
||||
one: 1 open
|
||||
other: "{{count}} open"
|
||||
other: "%{count} open"
|
||||
label_x_closed_issues_abbr:
|
||||
zero: 0 closed
|
||||
one: 1 closed
|
||||
other: "{{count}} closed"
|
||||
other: "%{count} closed"
|
||||
label_total: จำนวนรวม
|
||||
label_permissions: สิทธิ
|
||||
label_current_status: สถานะปัจจุบัน
|
||||
|
@ -441,7 +441,7 @@ th:
|
|||
label_months_from: เดือนจาก
|
||||
label_gantt: Gantt
|
||||
label_internal: ภายใน
|
||||
label_last_changes: "last {{count}} เปลี่ยนแปลง"
|
||||
label_last_changes: "last %{count} เปลี่ยนแปลง"
|
||||
label_change_view_all: ดูการเปลี่ยนแปลงทั้งหมด
|
||||
label_personalize_page: ปรับแต่งหน้านี้
|
||||
label_comment: ความเห็น
|
||||
|
@ -449,7 +449,7 @@ th:
|
|||
label_x_comments:
|
||||
zero: no comments
|
||||
one: 1 comment
|
||||
other: "{{count}} comments"
|
||||
other: "%{count} comments"
|
||||
label_comment_add: เพิ่มความเห็น
|
||||
label_comment_added: ความเห็นถูกเพิ่ม
|
||||
label_comment_delete: ลบความเห็น
|
||||
|
@ -468,7 +468,7 @@ th:
|
|||
label_yesterday: เมื่อวาน
|
||||
label_this_week: อาทิตย์นี้
|
||||
label_last_week: อาทิตย์ที่แล้ว
|
||||
label_last_n_days: "{{count}} วันย้อนหลัง"
|
||||
label_last_n_days: "%{count} วันย้อนหลัง"
|
||||
label_this_month: เดือนนี้
|
||||
label_last_month: เดือนที่แล้ว
|
||||
label_this_year: ปีนี้
|
||||
|
@ -482,8 +482,8 @@ th:
|
|||
label_repository: ที่เก็บต้นฉบับ
|
||||
label_repository_plural: ที่เก็บต้นฉบับ
|
||||
label_browse: เปิดหา
|
||||
label_modification: "{{count}} เปลี่ยนแปลง"
|
||||
label_modification_plural: "{{count}} เปลี่ยนแปลง"
|
||||
label_modification: "%{count} เปลี่ยนแปลง"
|
||||
label_modification_plural: "%{count} เปลี่ยนแปลง"
|
||||
label_revision: การแก้ไข
|
||||
label_revision_plural: การแก้ไข
|
||||
label_associated_revisions: การแก้ไขที่เกี่ยวข้อง
|
||||
|
@ -499,8 +499,8 @@ th:
|
|||
label_sort_lower: ย้ายลง
|
||||
label_sort_lowest: ย้ายไปล่างสุด
|
||||
label_roadmap: แผนงาน
|
||||
label_roadmap_due_in: "ถึงกำหนดใน {{value}}"
|
||||
label_roadmap_overdue: "{{value}} ช้ากว่ากำหนด"
|
||||
label_roadmap_due_in: "ถึงกำหนดใน %{value}"
|
||||
label_roadmap_overdue: "%{value} ช้ากว่ากำหนด"
|
||||
label_roadmap_no_issues: ไม่มีปัญหาสำหรับรุ่นนี้
|
||||
label_search: ค้นหา
|
||||
label_result_plural: ผลการค้นหา
|
||||
|
@ -518,8 +518,8 @@ th:
|
|||
label_changes_details: รายละเอียดการเปลี่ยนแปลงทั้งหมด
|
||||
label_issue_tracking: ติดตามปัญหา
|
||||
label_spent_time: เวลาที่ใช้
|
||||
label_f_hour: "{{value}} ชั่วโมง"
|
||||
label_f_hour_plural: "{{value}} ชั่วโมง"
|
||||
label_f_hour: "%{value} ชั่วโมง"
|
||||
label_f_hour_plural: "%{value} ชั่วโมง"
|
||||
label_time_tracking: ติดตามการใช้เวลา
|
||||
label_change_plural: เปลี่ยนแปลง
|
||||
label_statistics: สถิติ
|
||||
|
@ -567,12 +567,12 @@ th:
|
|||
label_date_from: จาก
|
||||
label_date_to: ถึง
|
||||
label_language_based: ขึ้นอยู่กับภาษาของผู้ใช้
|
||||
label_sort_by: "เรียงโดย {{value}}"
|
||||
label_sort_by: "เรียงโดย %{value}"
|
||||
label_send_test_email: ส่งจดหมายทดสอบ
|
||||
label_feeds_access_key_created_on: "RSS access key สร้างเมื่อ {{value}} ที่ผ่านมา"
|
||||
label_feeds_access_key_created_on: "RSS access key สร้างเมื่อ %{value} ที่ผ่านมา"
|
||||
label_module_plural: ส่วนประกอบ
|
||||
label_added_time_by: "เพิ่มโดย {{author}} {{age}} ที่ผ่านมา"
|
||||
label_updated_time: "ปรับปรุง {{value}} ที่ผ่านมา"
|
||||
label_added_time_by: "เพิ่มโดย %{author} %{age} ที่ผ่านมา"
|
||||
label_updated_time: "ปรับปรุง %{value} ที่ผ่านมา"
|
||||
label_jump_to_a_project: ไปที่โครงการ...
|
||||
label_file_plural: แฟ้ม
|
||||
label_changeset_plural: กลุ่มการเปลี่ยนแปลง
|
||||
|
@ -588,7 +588,7 @@ th:
|
|||
label_registration_activation_by_email: เปิดบัญชีผ่านอีเมล์
|
||||
label_registration_manual_activation: อนุมัติโดยผู้บริหารจัดการ
|
||||
label_registration_automatic_activation: เปิดบัญชีอัตโนมัติ
|
||||
label_display_per_page: "ต่อหน้า: {{value}}"
|
||||
label_display_per_page: "ต่อหน้า: %{value}"
|
||||
label_age: อายุ
|
||||
label_change_properties: เปลี่ยนคุณสมบัติ
|
||||
label_general: ทั่วๆ ไป
|
||||
|
@ -650,36 +650,36 @@ th:
|
|||
text_regexp_info: ตัวอย่าง ^[A-Z0-9]+$
|
||||
text_min_max_length_info: 0 หมายถึงไม่จำกัด
|
||||
text_project_destroy_confirmation: คุณแน่ใจไหมว่าต้องการลบโครงการและข้อมูลที่เกี่ยวข้่อง ?
|
||||
text_subprojects_destroy_warning: "โครงการย่อย: {{value}} จะถูกลบด้วย."
|
||||
text_subprojects_destroy_warning: "โครงการย่อย: %{value} จะถูกลบด้วย."
|
||||
text_workflow_edit: เลือกบทบาทและการติดตาม เพื่อแก้ไขลำดับงาน
|
||||
text_are_you_sure: คุณแน่ใจไหม ?
|
||||
text_tip_issue_begin_day: งานที่เริ่มวันนี้
|
||||
text_tip_issue_end_day: งานที่จบวันนี้
|
||||
text_tip_issue_begin_end_day: งานที่เริ่มและจบวันนี้
|
||||
text_project_identifier_info: 'ภาษาอังกฤษตัวเล็ก(a-z), ตัวเลข(0-9) และขีด (-) เท่านั้น.<br />เมื่อจัดเก็บแล้ว, ชื่อเฉพาะไม่สามารถเปลี่ยนแปลงได้'
|
||||
text_caracters_maximum: "สูงสุด {{count}} ตัวอักษร."
|
||||
text_caracters_minimum: "ต้องยาวอย่างน้อย {{count}} ตัวอักษร."
|
||||
text_length_between: "ความยาวระหว่าง {{min}} ถึง {{max}} ตัวอักษร."
|
||||
text_caracters_maximum: "สูงสุด %{count} ตัวอักษร."
|
||||
text_caracters_minimum: "ต้องยาวอย่างน้อย %{count} ตัวอักษร."
|
||||
text_length_between: "ความยาวระหว่าง %{min} ถึง %{max} ตัวอักษร."
|
||||
text_tracker_no_workflow: ไม่ได้บัญญัติลำดับงานสำหรับการติดตามนี้
|
||||
text_unallowed_characters: ตัวอักษรต้องห้าม
|
||||
text_comma_separated: ใส่ได้หลายค่า โดยคั่นด้วยลูกน้ำ( ,).
|
||||
text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages
|
||||
text_issue_added: "ปัญหา {{id}} ถูกแจ้งโดย {{author}}."
|
||||
text_issue_updated: "ปัญหา {{id}} ถูกปรับปรุงโดย {{author}}."
|
||||
text_issue_added: "ปัญหา %{id} ถูกแจ้งโดย %{author}."
|
||||
text_issue_updated: "ปัญหา %{id} ถูกปรับปรุงโดย %{author}."
|
||||
text_wiki_destroy_confirmation: คุณแน่ใจหรือว่าต้องการลบ wiki นี้พร้อมทั้งเนี้อหา?
|
||||
text_issue_category_destroy_question: "บางปัญหา ({{count}}) อยู่ในประเภทนี้. คุณต้องการทำอย่างไร ?"
|
||||
text_issue_category_destroy_question: "บางปัญหา (%{count}) อยู่ในประเภทนี้. คุณต้องการทำอย่างไร ?"
|
||||
text_issue_category_destroy_assignments: ลบประเภทนี้
|
||||
text_issue_category_reassign_to: ระบุปัญหาในประเภทนี้
|
||||
text_user_mail_option: "ในโครงการที่ไม่ได้เลือก, คุณจะได้รับการแจ้งเกี่ยวกับสิ่งที่คุณเฝ้าดูหรือมีส่วนเกี่ยวข้อง (เช่นปัญหาที่คุณแจ้งไว้หรือได้รับมอบหมาย)."
|
||||
text_no_configuration_data: "บทบาท, การติดตาม, สถานะปัญหา และลำดับงานยังไม่ได้ถูกตั้งค่า.\nขอแนะนำให้โหลดค่าเริ่มต้น. คุณสามารถแก้ไขค่าได้หลังจากโหลดแล้ว."
|
||||
text_load_default_configuration: โหลดค่าเริ่มต้น
|
||||
text_status_changed_by_changeset: "ประยุกต์ใช้ในกลุ่มการเปลี่ยนแปลง {{value}}."
|
||||
text_status_changed_by_changeset: "ประยุกต์ใช้ในกลุ่มการเปลี่ยนแปลง %{value}."
|
||||
text_issues_destroy_confirmation: 'คุณแน่ใจไหมว่าต้องการลบปัญหา(ทั้งหลาย)ที่เลือกไว้?'
|
||||
text_select_project_modules: 'เลือกส่วนประกอบที่ต้องการใช้งานสำหรับโครงการนี้:'
|
||||
text_default_administrator_account_changed: ค่าเริ่มต้นของบัญชีผู้บริหารจัดการถูกเปลี่ยนแปลง
|
||||
text_file_repository_writable: ที่เก็บต้นฉบับสามารถเขียนได้
|
||||
text_rmagick_available: RMagick มีให้ใช้ (เป็นตัวเลือก)
|
||||
text_destroy_time_entries_question: "{{hours}} ชั่วโมงที่ถูกแจ้งในปัญหานี้จะโดนลบ. คุณต้องการทำอย่างไร?"
|
||||
text_destroy_time_entries_question: "%{hours} ชั่วโมงที่ถูกแจ้งในปัญหานี้จะโดนลบ. คุณต้องการทำอย่างไร?"
|
||||
text_destroy_time_entries: ลบเวลาที่รายงานไว้
|
||||
text_assign_time_entries_to_project: ระบุเวลาที่ใช้ในโครงการนี้
|
||||
text_reassign_time_entries: 'ระบุเวลาที่ใช้ในโครงการนี่อีกครั้ง:'
|
||||
|
@ -709,14 +709,14 @@ th:
|
|||
enumeration_issue_priorities: ความสำคัญของปัญหา
|
||||
enumeration_doc_categories: ประเภทเอกสาร
|
||||
enumeration_activities: กิจกรรม (ใช้ในการติดตามเวลา)
|
||||
label_and_its_subprojects: "{{value}} and its subprojects"
|
||||
mail_body_reminder: "{{count}} issue(s) that are assigned to you are due in the next {{days}} days:"
|
||||
mail_subject_reminder: "{{count}} issue(s) due in the next {{days}} days"
|
||||
text_user_wrote: "{{value}} wrote:"
|
||||
label_and_its_subprojects: "%{value} and its subprojects"
|
||||
mail_body_reminder: "%{count} issue(s) that are assigned to you are due in the next %{days} days:"
|
||||
mail_subject_reminder: "%{count} issue(s) due in the next %{days} days"
|
||||
text_user_wrote: "%{value} wrote:"
|
||||
label_duplicated_by: duplicated by
|
||||
setting_enabled_scm: Enabled SCM
|
||||
text_enumeration_category_reassign_to: 'Reassign them to this value:'
|
||||
text_enumeration_destroy_question: "{{count}} objects are assigned to this value."
|
||||
text_enumeration_destroy_question: "%{count} objects are assigned to this value."
|
||||
label_incoming_emails: Incoming emails
|
||||
label_generate_key: Generate a key
|
||||
setting_mail_handler_api_enabled: Enable WS for incoming emails
|
||||
|
@ -782,12 +782,12 @@ th:
|
|||
text_repository_usernames_mapping: "Select ou update the Redmine user mapped to each username found in the repository log.\nUsers with the same Redmine and repository username or email are automatically mapped."
|
||||
permission_edit_own_messages: Edit own messages
|
||||
permission_delete_own_messages: Delete own messages
|
||||
label_user_activity: "{{value}}'s activity"
|
||||
label_updated_time_by: "Updated by {{author}} {{age}} ago"
|
||||
label_user_activity: "%{value}'s activity"
|
||||
label_updated_time_by: "Updated by %{author} %{age} ago"
|
||||
text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.'
|
||||
setting_diff_max_lines_displayed: Max number of diff lines displayed
|
||||
text_plugin_assets_writable: Plugin assets directory writable
|
||||
warning_attachments_not_saved: "{{count}} file(s) could not be saved."
|
||||
warning_attachments_not_saved: "%{count} file(s) could not be saved."
|
||||
button_create_and_continue: Create and continue
|
||||
text_custom_field_possible_values_info: 'One line for each value'
|
||||
label_display: Display
|
||||
|
@ -802,21 +802,21 @@ th:
|
|||
label_descending: Descending
|
||||
label_sort: Sort
|
||||
label_ascending: Ascending
|
||||
label_date_from_to: From {{start}} to {{end}}
|
||||
label_date_from_to: From %{start} to %{end}
|
||||
label_greater_or_equal: ">="
|
||||
label_less_or_equal: <=
|
||||
text_wiki_page_destroy_question: This page has {{descendants}} child page(s) and descendant(s). What do you want to do?
|
||||
text_wiki_page_destroy_question: This page has %{descendants} child page(s) and descendant(s). What do you want to do?
|
||||
text_wiki_page_reassign_children: Reassign child pages to this parent page
|
||||
text_wiki_page_nullify_children: Keep child pages as root pages
|
||||
text_wiki_page_destroy_children: Delete child pages and all their descendants
|
||||
setting_password_min_length: Minimum password length
|
||||
field_group_by: Group results by
|
||||
mail_subject_wiki_content_updated: "'{{id}}' wiki page has been updated"
|
||||
mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated"
|
||||
label_wiki_content_added: Wiki page added
|
||||
mail_subject_wiki_content_added: "'{{id}}' wiki page has been added"
|
||||
mail_body_wiki_content_added: The '{{id}}' wiki page has been added by {{author}}.
|
||||
mail_subject_wiki_content_added: "'%{id}' wiki page has been added"
|
||||
mail_body_wiki_content_added: The '%{id}' wiki page has been added by %{author}.
|
||||
label_wiki_content_updated: Wiki page updated
|
||||
mail_body_wiki_content_updated: The '{{id}}' wiki page has been updated by {{author}}.
|
||||
mail_body_wiki_content_updated: The '%{id}' wiki page has been updated by %{author}.
|
||||
permission_add_project: Create project
|
||||
setting_new_project_user_role_id: Role given to a non-admin user who creates a project
|
||||
label_view_all_revisions: View all revisions
|
||||
|
@ -824,14 +824,14 @@ th:
|
|||
label_branch: Branch
|
||||
error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings.
|
||||
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
||||
text_journal_set_to: "{{label}} set to {{value}}"
|
||||
text_journal_deleted: "{{label}} deleted ({{old}})"
|
||||
text_journal_changed: "%{label} changed from %{old} to %{new}"
|
||||
text_journal_set_to: "%{label} set to %{value}"
|
||||
text_journal_deleted: "%{label} deleted (%{old})"
|
||||
label_group_plural: Groups
|
||||
label_group: Group
|
||||
label_group_new: New group
|
||||
label_time_entry_plural: Spent time
|
||||
text_journal_added: "{{label}} {{value}} added"
|
||||
text_journal_added: "%{label} %{value} added"
|
||||
field_active: Active
|
||||
enumeration_system_activity: System Activity
|
||||
permission_delete_issue_watchers: Delete watchers
|
||||
|
@ -866,9 +866,9 @@ th:
|
|||
setting_start_of_week: Start calendars on
|
||||
permission_view_issues: View Issues
|
||||
label_display_used_statuses_only: Only display statuses that are used by this tracker
|
||||
label_revision_id: Revision {{value}}
|
||||
label_revision_id: Revision %{value}
|
||||
label_api_access_key: API access key
|
||||
label_api_access_key_created_on: API access key created {{value}} ago
|
||||
label_api_access_key_created_on: API access key created %{value} ago
|
||||
label_feeds_access_key: RSS access key
|
||||
notice_api_access_key_reseted: Your API access key was reset.
|
||||
setting_rest_api_enabled: Enable REST web service
|
||||
|
@ -895,12 +895,12 @@ th:
|
|||
label_subtask_plural: Subtasks
|
||||
label_project_copy_notifications: Send email notifications during the project copy
|
||||
error_can_not_delete_custom_field: Unable to delete custom field
|
||||
error_unable_to_connect: Unable to connect ({{value}})
|
||||
error_unable_to_connect: Unable to connect (%{value})
|
||||
error_can_not_remove_role: This role is in use and can not be deleted.
|
||||
error_can_not_delete_tracker: This tracker contains issues and can't be deleted.
|
||||
field_principal: Principal
|
||||
label_my_page_block: My page block
|
||||
notice_failed_to_save_members: "Failed to save member(s): {{errors}}."
|
||||
notice_failed_to_save_members: "Failed to save member(s): %{errors}."
|
||||
text_zoom_out: Zoom out
|
||||
text_zoom_in: Zoom in
|
||||
notice_unable_delete_time_entry: Unable to delete time log entry.
|
||||
|
@ -908,7 +908,7 @@ th:
|
|||
field_time_entries: Log time
|
||||
project_module_gantt: Gantt
|
||||
project_module_calendar: Calendar
|
||||
button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}"
|
||||
button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
|
||||
text_are_you_sure_with_children: Delete issue and all child issues?
|
||||
field_text: Text field
|
||||
label_user_mail_option_only_owner: Only for things I am the owner of
|
||||
|
@ -925,7 +925,7 @@ th:
|
|||
field_visible: Visible
|
||||
setting_emails_header: Emails header
|
||||
setting_commit_logtime_activity_id: Activity for logged time
|
||||
text_time_logged_by_changeset: Applied in changeset {{value}}.
|
||||
text_time_logged_by_changeset: Applied in changeset %{value}.
|
||||
setting_commit_logtime_enabled: Enable time logging
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed ({{max}})
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
|
||||
setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
|
||||
|
|
|
@ -37,38 +37,38 @@ tr:
|
|||
less_than_x_seconds:
|
||||
zero: '1 saniyeden az'
|
||||
one: '1 saniyeden az'
|
||||
other: '{{count}} saniyeden az'
|
||||
other: '%{count} saniyeden az'
|
||||
x_seconds:
|
||||
one: '1 saniye'
|
||||
other: '{{count}} saniye'
|
||||
other: '%{count} saniye'
|
||||
less_than_x_minutes:
|
||||
zero: '1 dakikadan az'
|
||||
one: '1 dakikadan az'
|
||||
other: '{{count}} dakikadan az'
|
||||
other: '%{count} dakikadan az'
|
||||
x_minutes:
|
||||
one: '1 dakika'
|
||||
other: '{{count}} dakika'
|
||||
other: '%{count} dakika'
|
||||
about_x_hours:
|
||||
one: '1 saat civarında'
|
||||
other: '{{count}} saat civarında'
|
||||
other: '%{count} saat civarında'
|
||||
x_days:
|
||||
one: '1 gün'
|
||||
other: '{{count}} gün'
|
||||
other: '%{count} gün'
|
||||
about_x_months:
|
||||
one: '1 ay civarında'
|
||||
other: '{{count}} ay civarında'
|
||||
other: '%{count} ay civarında'
|
||||
x_months:
|
||||
one: '1 ay'
|
||||
other: '{{count}} ay'
|
||||
other: '%{count} ay'
|
||||
about_x_years:
|
||||
one: '1 yıl civarında'
|
||||
other: '{{count}} yıl civarında'
|
||||
other: '%{count} yıl civarında'
|
||||
over_x_years:
|
||||
one: '1 yıldan fazla'
|
||||
other: '{{count}} yıldan fazla'
|
||||
other: '%{count} yıldan fazla'
|
||||
almost_x_years:
|
||||
one: "almost 1 year"
|
||||
other: "almost {{count}} years"
|
||||
other: "almost %{count} years"
|
||||
|
||||
number:
|
||||
format:
|
||||
|
@ -116,8 +116,8 @@ tr:
|
|||
errors:
|
||||
template:
|
||||
header:
|
||||
one: "{{model}} girişi kaydedilemedi: 1 hata."
|
||||
other: "{{model}} girişi kadedilemedi: {{count}} hata."
|
||||
one: "%{model} girişi kaydedilemedi: 1 hata."
|
||||
other: "%{model} girişi kadedilemedi: %{count} hata."
|
||||
body: "Lütfen aşağıdaki hataları düzeltiniz:"
|
||||
|
||||
messages:
|
||||
|
@ -128,16 +128,16 @@ tr:
|
|||
accepted: "kabul edilmeli"
|
||||
empty: "doldurulmalı"
|
||||
blank: "doldurulmalı"
|
||||
too_long: "çok uzun (en fazla {{count}} karakter)"
|
||||
too_short: "çok kısa (en az {{count}} karakter)"
|
||||
wrong_length: "yanlış uzunlukta (tam olarak {{count}} karakter olmalı)"
|
||||
too_long: "çok uzun (en fazla %{count} karakter)"
|
||||
too_short: "çok kısa (en az %{count} karakter)"
|
||||
wrong_length: "yanlış uzunlukta (tam olarak %{count} karakter olmalı)"
|
||||
taken: "hali hazırda kullanılmakta"
|
||||
not_a_number: "geçerli bir sayı değil"
|
||||
greater_than: "{{count}} sayısından büyük olmalı"
|
||||
greater_than_or_equal_to: "{{count}} sayısına eşit veya büyük olmalı"
|
||||
equal_to: "tam olarak {{count}} olmalı"
|
||||
less_than: "{{count}} sayısından küçük olmalı"
|
||||
less_than_or_equal_to: "{{count}} sayısına eşit veya küçük olmalı"
|
||||
greater_than: "%{count} sayısından büyük olmalı"
|
||||
greater_than_or_equal_to: "%{count} sayısına eşit veya büyük olmalı"
|
||||
equal_to: "tam olarak %{count} olmalı"
|
||||
less_than: "%{count} sayısından küçük olmalı"
|
||||
less_than_or_equal_to: "%{count} sayısına eşit veya küçük olmalı"
|
||||
odd: "tek olmalı"
|
||||
even: "çift olmalı"
|
||||
greater_than_start_date: "başlangıç tarihinden büyük olmalı"
|
||||
|
@ -174,31 +174,31 @@ tr:
|
|||
notice_file_not_found: Erişmek istediğiniz sayfa mevcut değil ya da kaldırılmış.
|
||||
notice_locking_conflict: Veri başka bir kullanıcı tarafından güncellendi.
|
||||
notice_not_authorized: Bu sayfaya erişme yetkiniz yok.
|
||||
notice_email_sent: "E-posta gönderildi {{value}}"
|
||||
notice_email_error: "E-posta gönderilirken bir hata oluştu ({{value}})"
|
||||
notice_email_sent: "E-posta gönderildi %{value}"
|
||||
notice_email_error: "E-posta gönderilirken bir hata oluştu (%{value})"
|
||||
notice_feeds_access_key_reseted: RSS erişim anahtarınız sıfırlandı.
|
||||
notice_failed_to_save_issues: "Failed to save {{count}} issue(s) on {{total}} selected: {{ids}}."
|
||||
notice_failed_to_save_issues: "Failed to save %{count} issue(s) on %{total} selected: %{ids}."
|
||||
notice_no_issue_selected: "Seçili ileti yok! Lütfen, düzenlemek istediğiniz iletileri işaretleyin."
|
||||
notice_account_pending: "Hesabınız oluşturuldu ve yönetici onayı bekliyor."
|
||||
notice_default_data_loaded: Varasayılan konfigürasyon başarılıyla yüklendi.
|
||||
|
||||
error_can_t_load_default_data: "Varsayılan konfigürasyon yüklenemedi: {{value}}"
|
||||
error_can_t_load_default_data: "Varsayılan konfigürasyon yüklenemedi: %{value}"
|
||||
error_scm_not_found: "Depoda, giriş ya da revizyon yok."
|
||||
error_scm_command_failed: "Depoya erişmeye çalışırken bir hata meydana geldi: {{value}}"
|
||||
error_scm_command_failed: "Depoya erişmeye çalışırken bir hata meydana geldi: %{value}"
|
||||
error_scm_annotate: "Giriş mevcut değil veya izah edilemedi."
|
||||
error_issue_not_found_in_project: 'İleti bilgisi bulunamadı veya bu projeye ait değil'
|
||||
|
||||
mail_subject_lost_password: "Parolanız {{value}}"
|
||||
mail_subject_lost_password: "Parolanız %{value}"
|
||||
mail_body_lost_password: 'Parolanızı değiştirmek için, aşağıdaki bağlantıya tıklayın:'
|
||||
mail_subject_register: "Your {{value}} hesap aktivasyonu"
|
||||
mail_subject_register: "Your %{value} hesap aktivasyonu"
|
||||
mail_body_register: 'Hesabınızı etkinleştirmek için, aşağıdaki bağlantıya tıklayın:'
|
||||
mail_body_account_information_external: "Hesabınızı {{value}} giriş yapmak için kullanabilirsiniz."
|
||||
mail_body_account_information_external: "Hesabınızı %{value} giriş yapmak için kullanabilirsiniz."
|
||||
mail_body_account_information: Hesap bilgileriniz
|
||||
mail_subject_account_activation_request: "{{value}} hesabı etkinleştirme isteği"
|
||||
mail_body_account_activation_request: "Yeni bir kullanıcı ({{value}}) kaydedildi. Hesap onaylanmayı bekliyor:"
|
||||
mail_subject_account_activation_request: "%{value} hesabı etkinleştirme isteği"
|
||||
mail_body_account_activation_request: "Yeni bir kullanıcı (%{value}) kaydedildi. Hesap onaylanmayı bekliyor:"
|
||||
|
||||
gui_validation_error: 1 hata
|
||||
gui_validation_error_plural: "{{count}} hata"
|
||||
gui_validation_error_plural: "%{count} hata"
|
||||
|
||||
field_name: İsim
|
||||
field_description: Açıklama
|
||||
|
@ -333,14 +333,14 @@ tr:
|
|||
label_x_projects:
|
||||
zero: no projects
|
||||
one: 1 project
|
||||
other: "{{count}} projects"
|
||||
other: "%{count} projects"
|
||||
label_project_all: Tüm Projeler
|
||||
label_project_latest: En son projeler
|
||||
label_issue: İleti
|
||||
label_issue_new: Yeni İleti
|
||||
label_issue_plural: İletiler
|
||||
label_issue_view_all: Tüm iletileri izle
|
||||
label_issues_by: "{{value}} tarafından gönderilmiş iletiler"
|
||||
label_issues_by: "%{value} tarafından gönderilmiş iletiler"
|
||||
label_issue_added: İleti eklendi
|
||||
label_issue_updated: İleti güncellendi
|
||||
label_document: Belge
|
||||
|
@ -406,8 +406,8 @@ tr:
|
|||
label_text: Uzun Metin
|
||||
label_attribute: Nitelik
|
||||
label_attribute_plural: Nitelikler
|
||||
label_download: "{{count}} indirilen"
|
||||
label_download_plural: "{{count}} indirilen"
|
||||
label_download: "%{count} indirilen"
|
||||
label_download_plural: "%{count} indirilen"
|
||||
label_no_data: Gösterilecek veri yok
|
||||
label_change_status: Değişim Durumu
|
||||
label_history: Geçmiş
|
||||
|
@ -438,17 +438,17 @@ tr:
|
|||
label_closed_issues: kapalı
|
||||
label_closed_issues_plural: kapalı
|
||||
label_x_open_issues_abbr_on_total:
|
||||
zero: 0 open / {{total}}
|
||||
one: 1 open / {{total}}
|
||||
other: "{{count}} open / {{total}}"
|
||||
zero: 0 open / %{total}
|
||||
one: 1 open / %{total}
|
||||
other: "%{count} open / %{total}"
|
||||
label_x_open_issues_abbr:
|
||||
zero: 0 open
|
||||
one: 1 open
|
||||
other: "{{count}} open"
|
||||
other: "%{count} open"
|
||||
label_x_closed_issues_abbr:
|
||||
zero: 0 closed
|
||||
one: 1 closed
|
||||
other: "{{count}} closed"
|
||||
other: "%{count} closed"
|
||||
label_total: Toplam
|
||||
label_permissions: İzinler
|
||||
label_current_status: Mevcut Durum
|
||||
|
@ -466,7 +466,7 @@ tr:
|
|||
label_months_from: aylardan itibaren
|
||||
label_gantt: Gantt
|
||||
label_internal: Dahili
|
||||
label_last_changes: "Son {{count}} değişiklik"
|
||||
label_last_changes: "Son %{count} değişiklik"
|
||||
label_change_view_all: Tüm Değişiklikleri gör
|
||||
label_personalize_page: Bu sayfayı kişiselleştir
|
||||
label_comment: Açıklama
|
||||
|
@ -474,7 +474,7 @@ tr:
|
|||
label_x_comments:
|
||||
zero: no comments
|
||||
one: 1 comment
|
||||
other: "{{count}} comments"
|
||||
other: "%{count} comments"
|
||||
label_comment_add: Açıklama Ekle
|
||||
label_comment_added: Açıklama Eklendi
|
||||
label_comment_delete: Açıklamaları sil
|
||||
|
@ -493,7 +493,7 @@ tr:
|
|||
label_yesterday: Dün
|
||||
label_this_week: Bu hafta
|
||||
label_last_week: Geçen hafta
|
||||
label_last_n_days: "Son {{count}} gün"
|
||||
label_last_n_days: "Son %{count} gün"
|
||||
label_this_month: Bu ay
|
||||
label_last_month: Geçen ay
|
||||
label_this_year: Bu yıl
|
||||
|
@ -507,8 +507,8 @@ tr:
|
|||
label_repository: Depo
|
||||
label_repository_plural: Depolar
|
||||
label_browse: Tara
|
||||
label_modification: "{{count}} değişim"
|
||||
label_modification_plural: "{{count}} değişim"
|
||||
label_modification: "%{count} değişim"
|
||||
label_modification_plural: "%{count} değişim"
|
||||
label_revision: Revizyon
|
||||
label_revision_plural: Revizyonlar
|
||||
label_associated_revisions: Birleştirilmiş revizyonlar
|
||||
|
@ -524,8 +524,8 @@ tr:
|
|||
label_sort_lower: Aşağı taşı
|
||||
label_sort_lowest: Dibe taşı
|
||||
label_roadmap: Yol Haritası
|
||||
label_roadmap_due_in: "Due in {{value}}"
|
||||
label_roadmap_overdue: "{{value}} geç"
|
||||
label_roadmap_due_in: "Due in %{value}"
|
||||
label_roadmap_overdue: "%{value} geç"
|
||||
label_roadmap_no_issues: Bu versiyon için ileti yok
|
||||
label_search: Ara
|
||||
label_result_plural: Sonuçlar
|
||||
|
@ -543,8 +543,8 @@ tr:
|
|||
label_changes_details: Bütün değişikliklerin detayları
|
||||
label_issue_tracking: İleti Takibi
|
||||
label_spent_time: Harcanan zaman
|
||||
label_f_hour: "{{value}} saat"
|
||||
label_f_hour_plural: "{{value}} saat"
|
||||
label_f_hour: "%{value} saat"
|
||||
label_f_hour_plural: "%{value} saat"
|
||||
label_time_tracking: Zaman Takibi
|
||||
label_change_plural: Değişiklikler
|
||||
label_statistics: İstatistikler
|
||||
|
@ -592,12 +592,12 @@ tr:
|
|||
label_date_from: Başlangıç
|
||||
label_date_to: Bitiş
|
||||
label_language_based: Kullanıcı diline istinaden
|
||||
label_sort_by: "{{value}} göre sırala"
|
||||
label_sort_by: "%{value} göre sırala"
|
||||
label_send_test_email: Test e-postası gönder
|
||||
label_feeds_access_key_created_on: "RSS erişim anahtarı {{value}} önce oluşturuldu"
|
||||
label_feeds_access_key_created_on: "RSS erişim anahtarı %{value} önce oluşturuldu"
|
||||
label_module_plural: Modüller
|
||||
label_added_time_by: "{{author}} tarafından {{age}} önce eklendi"
|
||||
label_updated_time: "{{value}} önce güncellendi"
|
||||
label_added_time_by: "%{author} tarafından %{age} önce eklendi"
|
||||
label_updated_time: "%{value} önce güncellendi"
|
||||
label_jump_to_a_project: Projeye git...
|
||||
label_file_plural: Dosyalar
|
||||
label_changeset_plural: Değişiklik Listeleri
|
||||
|
@ -613,7 +613,7 @@ tr:
|
|||
label_registration_activation_by_email: e-posta ile hesap etkinleştirme
|
||||
label_registration_manual_activation: Elle hesap etkinleştirme
|
||||
label_registration_automatic_activation: Otomatik hesap etkinleştirme
|
||||
label_display_per_page: "Sayfa başına: {{value}}"
|
||||
label_display_per_page: "Sayfa başına: %{value}"
|
||||
label_age: Yaş
|
||||
label_change_properties: Özellikleri değiştir
|
||||
label_general: Genel
|
||||
|
@ -675,36 +675,36 @@ tr:
|
|||
text_regexp_info: eg. ^[A-Z0-9]+$
|
||||
text_min_max_length_info: 0 sınırlama yok demektir
|
||||
text_project_destroy_confirmation: Bu projeyi ve bağlantılı verileri silmek istediğinizden emin misiniz?
|
||||
text_subprojects_destroy_warning: "Ayrıca {{value}} alt proje silinecek."
|
||||
text_subprojects_destroy_warning: "Ayrıca %{value} alt proje silinecek."
|
||||
text_workflow_edit: İşakışını düzenlemek için bir rol ve takipçi seçin
|
||||
text_are_you_sure: Emin misiniz ?
|
||||
text_tip_issue_begin_day: Bugün başlayan görevler
|
||||
text_tip_issue_end_day: Bugün sona eren görevler
|
||||
text_tip_issue_begin_end_day: Bugün başlayan ve sona eren görevler
|
||||
text_project_identifier_info: 'Küçük harfler (a-z), sayılar ve noktalar kabul edilir.<br />Bir kere kaydedildiğinde,tanımlayıcı değiştirilemez.'
|
||||
text_caracters_maximum: "En çok {{count}} karakter."
|
||||
text_caracters_minimum: "En az {{count}} karakter uzunluğunda olmalı."
|
||||
text_length_between: "{{min}} ve {{max}} karakterleri arasındaki uzunluk."
|
||||
text_caracters_maximum: "En çok %{count} karakter."
|
||||
text_caracters_minimum: "En az %{count} karakter uzunluğunda olmalı."
|
||||
text_length_between: "%{min} ve %{max} karakterleri arasındaki uzunluk."
|
||||
text_tracker_no_workflow: Bu takipçi için işakışı tanımlanmamış
|
||||
text_unallowed_characters: Yasaklı karakterler
|
||||
text_comma_separated: Çoklu değer uygundur(Virgül ile ayrılmış).
|
||||
text_issues_ref_in_commit_messages: Teslim mesajlarındaki iletileri çözme ve başvuruda bulunma
|
||||
text_issue_added: "İleti {{id}}, {{author}} tarafından rapor edildi."
|
||||
text_issue_updated: "İleti {{id}}, {{author}} tarafından güncellendi."
|
||||
text_issue_added: "İleti %{id}, %{author} tarafından rapor edildi."
|
||||
text_issue_updated: "İleti %{id}, %{author} tarafından güncellendi."
|
||||
text_wiki_destroy_confirmation: bu wikiyi ve tüm içeriğini silmek istediğinizden emin misiniz?
|
||||
text_issue_category_destroy_question: "Bazı iletiler ({{count}}) bu kategoriye atandı. Ne yapmak istersiniz?"
|
||||
text_issue_category_destroy_question: "Bazı iletiler (%{count}) bu kategoriye atandı. Ne yapmak istersiniz?"
|
||||
text_issue_category_destroy_assignments: Kategori atamalarını kaldır
|
||||
text_issue_category_reassign_to: İletileri bu kategoriye tekrar ata
|
||||
text_user_mail_option: "Seçili olmayan projeler için, sadece dahil olduğunuz ya da izlediğiniz öğeler hakkında uyarılar alacaksınız (örneğin,yazarı veya atandığınız iletiler)."
|
||||
text_no_configuration_data: "Roller, takipçiler, ileti durumları ve işakışı henüz yapılandırılmadı.\nVarsayılan yapılandırılmanın yüklenmesi şiddetle tavsiye edilir. Bir kez yüklendiğinde yapılandırmayı değiştirebileceksiniz."
|
||||
text_load_default_configuration: Varsayılan yapılandırmayı yükle
|
||||
text_status_changed_by_changeset: "Değişiklik listesi {{value}} içinde uygulandı."
|
||||
text_status_changed_by_changeset: "Değişiklik listesi %{value} içinde uygulandı."
|
||||
text_issues_destroy_confirmation: 'Seçili iletileri silmek istediğinizden emin misiniz ?'
|
||||
text_select_project_modules: 'Bu proje için etkinleştirmek istediğiniz modülleri seçin:'
|
||||
text_default_administrator_account_changed: Varsayılan yönetici hesabı değişti
|
||||
text_file_repository_writable: Dosya deposu yazılabilir
|
||||
text_rmagick_available: RMagick Kullanılabilir (isteğe bağlı)
|
||||
text_destroy_time_entries_question: Silmek üzere olduğunuz iletiler üzerine {{hours}} saat raporlandı.Ne yapmak istersiniz ?
|
||||
text_destroy_time_entries_question: Silmek üzere olduğunuz iletiler üzerine %{hours} saat raporlandı.Ne yapmak istersiniz ?
|
||||
text_destroy_time_entries: Raporlanmış saatleri sil
|
||||
text_assign_time_entries_to_project: Raporlanmış saatleri projeye ata
|
||||
text_reassign_time_entries: 'Raporlanmış saatleri bu iletiye tekrar ata:'
|
||||
|
@ -743,13 +743,13 @@ tr:
|
|||
text_email_delivery_not_configured: "Email delivery is not configured, and notifications are disabled.\nConfigure your SMTP server in config/email.yml and restart the application to enable them."
|
||||
text_enumeration_category_reassign_to: 'Reassign them to this value:'
|
||||
label_issue_watchers: Watchers
|
||||
mail_body_reminder: "{{count}} issue(s) that are assigned to you are due in the next {{days}} days:"
|
||||
mail_body_reminder: "%{count} issue(s) that are assigned to you are due in the next %{days} days:"
|
||||
label_duplicated_by: duplicated by
|
||||
text_enumeration_destroy_question: "{{count}} objects are assigned to this value."
|
||||
text_user_wrote: "{{value}} wrote:"
|
||||
text_enumeration_destroy_question: "%{count} objects are assigned to this value."
|
||||
text_user_wrote: "%{value} wrote:"
|
||||
setting_mail_handler_api_enabled: Enable WS for incoming emails
|
||||
label_and_its_subprojects: "{{value}} and its subprojects"
|
||||
mail_subject_reminder: "{{count}} issue(s) due in the next {{days}} days"
|
||||
label_and_its_subprojects: "%{value} and its subprojects"
|
||||
mail_subject_reminder: "%{count} issue(s) due in the next %{days} days"
|
||||
setting_mail_handler_api_key: API key
|
||||
setting_commit_logs_encoding: Commit messages encoding
|
||||
general_csv_decimal_separator: '.'
|
||||
|
@ -808,12 +808,12 @@ tr:
|
|||
text_repository_usernames_mapping: "Select ou update the Redmine user mapped to each username found in the repository log.\nUsers with the same Redmine and repository username or email are automatically mapped."
|
||||
permission_edit_own_messages: Edit own messages
|
||||
permission_delete_own_messages: Delete own messages
|
||||
label_user_activity: "{{value}}'s activity"
|
||||
label_updated_time_by: "Updated by {{author}} {{age}} ago"
|
||||
label_user_activity: "%{value}'s activity"
|
||||
label_updated_time_by: "Updated by %{author} %{age} ago"
|
||||
text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.'
|
||||
setting_diff_max_lines_displayed: Max number of diff lines displayed
|
||||
text_plugin_assets_writable: Plugin assets directory writable
|
||||
warning_attachments_not_saved: "{{count}} file(s) could not be saved."
|
||||
warning_attachments_not_saved: "%{count} file(s) could not be saved."
|
||||
button_create_and_continue: Create and continue
|
||||
text_custom_field_possible_values_info: 'One line for each value'
|
||||
label_display: Display
|
||||
|
@ -828,21 +828,21 @@ tr:
|
|||
label_descending: Descending
|
||||
label_sort: Sort
|
||||
label_ascending: Ascending
|
||||
label_date_from_to: From {{start}} to {{end}}
|
||||
label_date_from_to: From %{start} to %{end}
|
||||
label_greater_or_equal: ">="
|
||||
label_less_or_equal: <=
|
||||
text_wiki_page_destroy_question: This page has {{descendants}} child page(s) and descendant(s). What do you want to do?
|
||||
text_wiki_page_destroy_question: This page has %{descendants} child page(s) and descendant(s). What do you want to do?
|
||||
text_wiki_page_reassign_children: Reassign child pages to this parent page
|
||||
text_wiki_page_nullify_children: Keep child pages as root pages
|
||||
text_wiki_page_destroy_children: Delete child pages and all their descendants
|
||||
setting_password_min_length: Minimum password length
|
||||
field_group_by: Group results by
|
||||
mail_subject_wiki_content_updated: "'{{id}}' wiki page has been updated"
|
||||
mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated"
|
||||
label_wiki_content_added: Wiki page added
|
||||
mail_subject_wiki_content_added: "'{{id}}' wiki page has been added"
|
||||
mail_body_wiki_content_added: The '{{id}}' wiki page has been added by {{author}}.
|
||||
mail_subject_wiki_content_added: "'%{id}' wiki page has been added"
|
||||
mail_body_wiki_content_added: The '%{id}' wiki page has been added by %{author}.
|
||||
label_wiki_content_updated: Wiki page updated
|
||||
mail_body_wiki_content_updated: The '{{id}}' wiki page has been updated by {{author}}.
|
||||
mail_body_wiki_content_updated: The '%{id}' wiki page has been updated by %{author}.
|
||||
permission_add_project: Create project
|
||||
setting_new_project_user_role_id: Role given to a non-admin user who creates a project
|
||||
label_view_all_revisions: View all revisions
|
||||
|
@ -854,10 +854,10 @@ tr:
|
|||
label_group: Group
|
||||
label_group_new: New group
|
||||
label_time_entry_plural: Spent time
|
||||
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
||||
text_journal_set_to: "{{label}} set to {{value}}"
|
||||
text_journal_deleted: "{{label}} deleted ({{old}})"
|
||||
text_journal_added: "{{label}} {{value}} added"
|
||||
text_journal_changed: "%{label} changed from %{old} to %{new}"
|
||||
text_journal_set_to: "%{label} set to %{value}"
|
||||
text_journal_deleted: "%{label} deleted (%{old})"
|
||||
text_journal_added: "%{label} %{value} added"
|
||||
field_active: Active
|
||||
enumeration_system_activity: System Activity
|
||||
permission_delete_issue_watchers: Delete watchers
|
||||
|
@ -892,9 +892,9 @@ tr:
|
|||
setting_start_of_week: Start calendars on
|
||||
permission_view_issues: View Issues
|
||||
label_display_used_statuses_only: Only display statuses that are used by this tracker
|
||||
label_revision_id: Revision {{value}}
|
||||
label_revision_id: Revision %{value}
|
||||
label_api_access_key: API access key
|
||||
label_api_access_key_created_on: API access key created {{value}} ago
|
||||
label_api_access_key_created_on: API access key created %{value} ago
|
||||
label_feeds_access_key: RSS access key
|
||||
notice_api_access_key_reseted: Your API access key was reset.
|
||||
setting_rest_api_enabled: Enable REST web service
|
||||
|
@ -921,12 +921,12 @@ tr:
|
|||
label_subtask_plural: Subtasks
|
||||
label_project_copy_notifications: Send email notifications during the project copy
|
||||
error_can_not_delete_custom_field: Unable to delete custom field
|
||||
error_unable_to_connect: Unable to connect ({{value}})
|
||||
error_unable_to_connect: Unable to connect (%{value})
|
||||
error_can_not_remove_role: This role is in use and can not be deleted.
|
||||
error_can_not_delete_tracker: This tracker contains issues and can't be deleted.
|
||||
field_principal: Principal
|
||||
label_my_page_block: My page block
|
||||
notice_failed_to_save_members: "Failed to save member(s): {{errors}}."
|
||||
notice_failed_to_save_members: "Failed to save member(s): %{errors}."
|
||||
text_zoom_out: Zoom out
|
||||
text_zoom_in: Zoom in
|
||||
notice_unable_delete_time_entry: Unable to delete time log entry.
|
||||
|
@ -934,7 +934,7 @@ tr:
|
|||
field_time_entries: Log time
|
||||
project_module_gantt: Gantt
|
||||
project_module_calendar: Calendar
|
||||
button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}"
|
||||
button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
|
||||
text_are_you_sure_with_children: Delete issue and all child issues?
|
||||
field_text: Text field
|
||||
label_user_mail_option_only_owner: Only for things I am the owner of
|
||||
|
@ -951,7 +951,7 @@ tr:
|
|||
field_visible: Visible
|
||||
setting_emails_header: Emails header
|
||||
setting_commit_logtime_activity_id: Activity for logged time
|
||||
text_time_logged_by_changeset: Applied in changeset {{value}}.
|
||||
text_time_logged_by_changeset: Applied in changeset %{value}.
|
||||
setting_commit_logtime_enabled: Enable time logging
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed ({{max}})
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
|
||||
setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
|
||||
|
|
|
@ -32,37 +32,37 @@ uk:
|
|||
half_a_minute: "half a minute"
|
||||
less_than_x_seconds:
|
||||
one: "less than 1 second"
|
||||
other: "less than {{count}} seconds"
|
||||
other: "less than %{count} seconds"
|
||||
x_seconds:
|
||||
one: "1 second"
|
||||
other: "{{count}} seconds"
|
||||
other: "%{count} seconds"
|
||||
less_than_x_minutes:
|
||||
one: "less than a minute"
|
||||
other: "less than {{count}} minutes"
|
||||
other: "less than %{count} minutes"
|
||||
x_minutes:
|
||||
one: "1 minute"
|
||||
other: "{{count}} minutes"
|
||||
other: "%{count} minutes"
|
||||
about_x_hours:
|
||||
one: "about 1 hour"
|
||||
other: "about {{count}} hours"
|
||||
other: "about %{count} hours"
|
||||
x_days:
|
||||
one: "1 day"
|
||||
other: "{{count}} days"
|
||||
other: "%{count} days"
|
||||
about_x_months:
|
||||
one: "about 1 month"
|
||||
other: "about {{count}} months"
|
||||
other: "about %{count} months"
|
||||
x_months:
|
||||
one: "1 month"
|
||||
other: "{{count}} months"
|
||||
other: "%{count} months"
|
||||
about_x_years:
|
||||
one: "about 1 year"
|
||||
other: "about {{count}} years"
|
||||
other: "about %{count} years"
|
||||
over_x_years:
|
||||
one: "over 1 year"
|
||||
other: "over {{count}} years"
|
||||
other: "over %{count} years"
|
||||
almost_x_years:
|
||||
one: "almost 1 year"
|
||||
other: "almost {{count}} years"
|
||||
other: "almost %{count} years"
|
||||
|
||||
number:
|
||||
format:
|
||||
|
@ -106,11 +106,11 @@ uk:
|
|||
taken: "вже використовується"
|
||||
not_a_number: "не є числом"
|
||||
not_a_date: "є недійсною датою"
|
||||
greater_than: "must be greater than {{count}}"
|
||||
greater_than_or_equal_to: "must be greater than or equal to {{count}}"
|
||||
equal_to: "must be equal to {{count}}"
|
||||
less_than: "must be less than {{count}}"
|
||||
less_than_or_equal_to: "must be less than or equal to {{count}}"
|
||||
greater_than: "must be greater than %{count}"
|
||||
greater_than_or_equal_to: "must be greater than or equal to %{count}"
|
||||
equal_to: "must be equal to %{count}"
|
||||
less_than: "must be less than %{count}"
|
||||
less_than_or_equal_to: "must be less than or equal to %{count}"
|
||||
odd: "must be odd"
|
||||
even: "must be even"
|
||||
greater_than_start_date: "повинна бути пізніша за дату початку"
|
||||
|
@ -148,24 +148,24 @@ uk:
|
|||
notice_locking_conflict: Дані оновлено іншим користувачем.
|
||||
notice_scm_error: Запису та/або виправлення немає в репозиторії.
|
||||
notice_not_authorized: У вас немає прав для відвідини даної сторінки.
|
||||
notice_email_sent: "Відправлено листа {{value}}"
|
||||
notice_email_error: "Під час відправки листа відбулася помилка ({{value}})"
|
||||
notice_email_sent: "Відправлено листа %{value}"
|
||||
notice_email_error: "Під час відправки листа відбулася помилка (%{value})"
|
||||
notice_feeds_access_key_reseted: Ваш ключ доступу RSS було скинуто.
|
||||
notice_failed_to_save_issues: "Не вдалося зберегти {{count}} пункт(ів) з {{total}} вибраних: {{ids}}."
|
||||
notice_failed_to_save_issues: "Не вдалося зберегти %{count} пункт(ів) з %{total} вибраних: %{ids}."
|
||||
notice_no_issue_selected: "Не вибрано жодної задачі! Будь ласка, відзначте задачу, яку ви хочете відредагувати."
|
||||
notice_account_pending: "Ваш обліковий запис створено і він чекає на підтвердження адміністратором."
|
||||
|
||||
mail_subject_lost_password: "Ваш {{value}} пароль"
|
||||
mail_subject_lost_password: "Ваш %{value} пароль"
|
||||
mail_body_lost_password: 'Для зміни пароля, зайдіть за наступним посиланням:'
|
||||
mail_subject_register: "Активація облікового запису {{value}}"
|
||||
mail_subject_register: "Активація облікового запису %{value}"
|
||||
mail_body_register: 'Для активації облікового запису, зайдіть за наступним посиланням:'
|
||||
mail_body_account_information_external: "Ви можете використовувати ваш {{value}} обліковий запис для входу."
|
||||
mail_body_account_information_external: "Ви можете використовувати ваш %{value} обліковий запис для входу."
|
||||
mail_body_account_information: Інформація по Вашому обліковому запису
|
||||
mail_subject_account_activation_request: "Запит на активацію облікового запису {{value}}"
|
||||
mail_body_account_activation_request: "Новий користувач ({{value}}) зареєструвався. Його обліковий запис чекає на ваше підтвердження:"
|
||||
mail_subject_account_activation_request: "Запит на активацію облікового запису %{value}"
|
||||
mail_body_account_activation_request: "Новий користувач (%{value}) зареєструвався. Його обліковий запис чекає на ваше підтвердження:"
|
||||
|
||||
gui_validation_error: 1 помилка
|
||||
gui_validation_error_plural: "{{count}} помилки(ок)"
|
||||
gui_validation_error_plural: "%{count} помилки(ок)"
|
||||
|
||||
field_name: Ім'я
|
||||
field_description: Опис
|
||||
|
@ -284,14 +284,14 @@ uk:
|
|||
label_x_projects:
|
||||
zero: no projects
|
||||
one: 1 project
|
||||
other: "{{count}} projects"
|
||||
other: "%{count} projects"
|
||||
label_project_all: Усі проекти
|
||||
label_project_latest: Останні проекти
|
||||
label_issue: Питання
|
||||
label_issue_new: Нові питання
|
||||
label_issue_plural: Питання
|
||||
label_issue_view_all: Проглянути всі питання
|
||||
label_issues_by: "Питання за {{value}}"
|
||||
label_issues_by: "Питання за %{value}"
|
||||
label_document: Документ
|
||||
label_document_new: Новий документ
|
||||
label_document_plural: Документи
|
||||
|
@ -353,8 +353,8 @@ uk:
|
|||
label_text: Довгий текст
|
||||
label_attribute: Атрибут
|
||||
label_attribute_plural: атрибути
|
||||
label_download: "{{count}} Завантажено"
|
||||
label_download_plural: "{{count}} Завантажень"
|
||||
label_download: "%{count} Завантажено"
|
||||
label_download_plural: "%{count} Завантажень"
|
||||
label_no_data: Немає даних для відображення
|
||||
label_change_status: Змінити статус
|
||||
label_history: Історія
|
||||
|
@ -383,17 +383,17 @@ uk:
|
|||
label_closed_issues: закрите
|
||||
label_closed_issues_plural: закриті
|
||||
label_x_open_issues_abbr_on_total:
|
||||
zero: 0 open / {{total}}
|
||||
one: 1 open / {{total}}
|
||||
other: "{{count}} open / {{total}}"
|
||||
zero: 0 open / %{total}
|
||||
one: 1 open / %{total}
|
||||
other: "%{count} open / %{total}"
|
||||
label_x_open_issues_abbr:
|
||||
zero: 0 open
|
||||
one: 1 open
|
||||
other: "{{count}} open"
|
||||
other: "%{count} open"
|
||||
label_x_closed_issues_abbr:
|
||||
zero: 0 closed
|
||||
one: 1 closed
|
||||
other: "{{count}} closed"
|
||||
other: "%{count} closed"
|
||||
label_total: Всього
|
||||
label_permissions: Права доступу
|
||||
label_current_status: Поточний статус
|
||||
|
@ -411,7 +411,7 @@ uk:
|
|||
label_months_from: місяців(ця) з
|
||||
label_gantt: Діаграма Ганта
|
||||
label_internal: Внутрішній
|
||||
label_last_changes: "останні {{count}} змін"
|
||||
label_last_changes: "останні %{count} змін"
|
||||
label_change_view_all: Проглянути всі зміни
|
||||
label_personalize_page: Персоналізувати цю сторінку
|
||||
label_comment: Коментувати
|
||||
|
@ -419,7 +419,7 @@ uk:
|
|||
label_x_comments:
|
||||
zero: no comments
|
||||
one: 1 comment
|
||||
other: "{{count}} comments"
|
||||
other: "%{count} comments"
|
||||
label_comment_add: Залишити коментар
|
||||
label_comment_added: Коментар додано
|
||||
label_comment_delete: Видалити коментарі
|
||||
|
@ -443,8 +443,8 @@ uk:
|
|||
label_day_plural: днів(я)
|
||||
label_repository: Репозиторій
|
||||
label_browse: Проглянути
|
||||
label_modification: "{{count}} зміна"
|
||||
label_modification_plural: "{{count}} змін"
|
||||
label_modification: "%{count} зміна"
|
||||
label_modification_plural: "%{count} змін"
|
||||
label_revision: Версія
|
||||
label_revision_plural: Версій
|
||||
label_added: додано
|
||||
|
@ -459,8 +459,8 @@ uk:
|
|||
label_sort_lower: Вниз
|
||||
label_sort_lowest: У кінець
|
||||
label_roadmap: Оперативний план
|
||||
label_roadmap_due_in: "Строк {{value}}"
|
||||
label_roadmap_overdue: "{{value}} запізнення"
|
||||
label_roadmap_due_in: "Строк %{value}"
|
||||
label_roadmap_overdue: "%{value} запізнення"
|
||||
label_roadmap_no_issues: Немає питань для даної версії
|
||||
label_search: Пошук
|
||||
label_result_plural: Результати
|
||||
|
@ -478,8 +478,8 @@ uk:
|
|||
label_changes_details: Подробиці по всіх змінах
|
||||
label_issue_tracking: Координація питань
|
||||
label_spent_time: Витрачений час
|
||||
label_f_hour: "{{value}} година"
|
||||
label_f_hour_plural: "{{value}} годин(и)"
|
||||
label_f_hour: "%{value} година"
|
||||
label_f_hour_plural: "%{value} годин(и)"
|
||||
label_time_tracking: Облік часу
|
||||
label_change_plural: Зміни
|
||||
label_statistics: Статистика
|
||||
|
@ -526,12 +526,12 @@ uk:
|
|||
label_date_from: З
|
||||
label_date_to: Кому
|
||||
label_language_based: На основі мови користувача
|
||||
label_sort_by: "Сортувати за {{value}}"
|
||||
label_sort_by: "Сортувати за %{value}"
|
||||
label_send_test_email: Послати email для перевірки
|
||||
label_feeds_access_key_created_on: "Ключ доступу RSS створений {{value}} назад "
|
||||
label_feeds_access_key_created_on: "Ключ доступу RSS створений %{value} назад "
|
||||
label_module_plural: Модулі
|
||||
label_added_time_by: "Доданий {{author}} {{age}} назад"
|
||||
label_updated_time: "Оновлений {{value}} назад"
|
||||
label_added_time_by: "Доданий %{author} %{age} назад"
|
||||
label_updated_time: "Оновлений %{value} назад"
|
||||
label_jump_to_a_project: Перейти до проекту...
|
||||
label_file_plural: Файли
|
||||
label_changeset_plural: Набори змін
|
||||
|
@ -599,17 +599,17 @@ uk:
|
|||
text_tip_issue_end_day: день завершення задачі
|
||||
text_tip_issue_begin_end_day: початок задачі і закінчення цього дня
|
||||
text_project_identifier_info: 'Рядкові букви (a-z), допустимі цифри і дефіс.<br />Збережений ідентифікатор не може бути змінений.'
|
||||
text_caracters_maximum: "{{count}} символів(а) максимум."
|
||||
text_caracters_minimum: "Повинно мати якнайменше {{count}} символів(а) у довжину."
|
||||
text_length_between: "Довжина між {{min}} і {{max}} символів."
|
||||
text_caracters_maximum: "%{count} символів(а) максимум."
|
||||
text_caracters_minimum: "Повинно мати якнайменше %{count} символів(а) у довжину."
|
||||
text_length_between: "Довжина між %{min} і %{max} символів."
|
||||
text_tracker_no_workflow: Для цього координатора послідовність дій не визначена
|
||||
text_unallowed_characters: Заборонені символи
|
||||
text_comma_separated: Допустимі декілька значень (розділені комою).
|
||||
text_issues_ref_in_commit_messages: Посилання та зміна питань у повідомленнях до подавань
|
||||
text_issue_added: "Issue {{id}} has been reported by {{author}}."
|
||||
text_issue_updated: "Issue {{id}} has been updated by {{author}}."
|
||||
text_issue_added: "Issue %{id} has been reported by %{author}."
|
||||
text_issue_updated: "Issue %{id} has been updated by %{author}."
|
||||
text_wiki_destroy_confirmation: Ви впевнені, що хочете видалити цю wiki і весь зміст?
|
||||
text_issue_category_destroy_question: "Декілька питань ({{count}}) призначено в цю категорію. Що ви хочете зробити?"
|
||||
text_issue_category_destroy_question: "Декілька питань (%{count}) призначено в цю категорію. Що ви хочете зробити?"
|
||||
text_issue_category_destroy_assignments: Видалити призначення категорії
|
||||
text_issue_category_reassign_to: Перепризначити задачі до даної категорії
|
||||
text_user_mail_option: "Для невибраних проектів ви отримуватимете повідомлення тільки про те, що проглядаєте або в чому берете участь (наприклад, питання автором яких ви є або які вам призначені)."
|
||||
|
@ -639,8 +639,8 @@ uk:
|
|||
enumeration_issue_priorities: Пріоритети питань
|
||||
enumeration_doc_categories: Категорії документів
|
||||
enumeration_activities: Дії (облік часу)
|
||||
text_status_changed_by_changeset: "Applied in changeset {{value}}."
|
||||
label_display_per_page: "Per page: {{value}}"
|
||||
text_status_changed_by_changeset: "Applied in changeset %{value}."
|
||||
label_display_per_page: "Per page: %{value}"
|
||||
label_issue_added: Issue added
|
||||
label_issue_updated: Issue updated
|
||||
setting_per_page_options: Objects per page options
|
||||
|
@ -650,7 +650,7 @@ uk:
|
|||
label_document_added: Document added
|
||||
label_message_posted: Message added
|
||||
text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?'
|
||||
error_scm_command_failed: "An error occurred when trying to access the repository: {{value}}"
|
||||
error_scm_command_failed: "An error occurred when trying to access the repository: %{value}"
|
||||
setting_user_format: Users display format
|
||||
label_age: Age
|
||||
label_file_added: File added
|
||||
|
@ -666,7 +666,7 @@ uk:
|
|||
text_no_configuration_data: "Roles, trackers, issue statuses and workflow have not been configured yet.\nIt is highly recommended to load the default configuration. You will be able to modify it once loaded."
|
||||
label_news_added: News added
|
||||
label_repository_plural: Repositories
|
||||
error_can_t_load_default_data: "Default configuration could not be loaded: {{value}}"
|
||||
error_can_t_load_default_data: "Default configuration could not be loaded: %{value}"
|
||||
project_module_boards: Boards
|
||||
project_module_issue_tracking: Issue tracking
|
||||
project_module_wiki: Wiki
|
||||
|
@ -683,7 +683,7 @@ uk:
|
|||
label_ldap_authentication: LDAP authentication
|
||||
label_downloads_abbr: D/L
|
||||
label_this_month: this month
|
||||
label_last_n_days: "last {{count}} days"
|
||||
label_last_n_days: "last %{count} days"
|
||||
label_all_time: all time
|
||||
label_this_year: this year
|
||||
label_date_range: Date range
|
||||
|
@ -692,7 +692,7 @@ uk:
|
|||
label_last_month: last month
|
||||
label_add_another_file: Add another file
|
||||
label_optional_description: Optional description
|
||||
text_destroy_time_entries_question: "{{hours}} hours were reported on the issues you are about to delete. What do you want to do ?"
|
||||
text_destroy_time_entries_question: "%{hours} hours were reported on the issues you are about to delete. What do you want to do ?"
|
||||
error_issue_not_found_in_project: 'The issue was not found or does not belong to this project'
|
||||
text_assign_time_entries_to_project: Assign reported hours to the project
|
||||
text_destroy_time_entries: Delete reported hours
|
||||
|
@ -707,15 +707,15 @@ uk:
|
|||
setting_default_projects_public: New projects are public by default
|
||||
error_scm_annotate: "The entry does not exist or can not be annotated."
|
||||
label_planning: Planning
|
||||
text_subprojects_destroy_warning: "Its subproject(s): {{value}} will be also deleted."
|
||||
label_and_its_subprojects: "{{value}} and its subprojects"
|
||||
mail_body_reminder: "{{count}} issue(s) that are assigned to you are due in the next {{days}} days:"
|
||||
mail_subject_reminder: "{{count}} issue(s) due in the next {{days}} days"
|
||||
text_user_wrote: "{{value}} wrote:"
|
||||
text_subprojects_destroy_warning: "Its subproject(s): %{value} will be also deleted."
|
||||
label_and_its_subprojects: "%{value} and its subprojects"
|
||||
mail_body_reminder: "%{count} issue(s) that are assigned to you are due in the next %{days} days:"
|
||||
mail_subject_reminder: "%{count} issue(s) due in the next %{days} days"
|
||||
text_user_wrote: "%{value} wrote:"
|
||||
label_duplicated_by: duplicated by
|
||||
setting_enabled_scm: Enabled SCM
|
||||
text_enumeration_category_reassign_to: 'Reassign them to this value:'
|
||||
text_enumeration_destroy_question: "{{count}} objects are assigned to this value."
|
||||
text_enumeration_destroy_question: "%{count} objects are assigned to this value."
|
||||
label_incoming_emails: Incoming emails
|
||||
label_generate_key: Generate a key
|
||||
setting_mail_handler_api_enabled: Enable WS for incoming emails
|
||||
|
@ -781,12 +781,12 @@ uk:
|
|||
text_repository_usernames_mapping: "Select ou update the Redmine user mapped to each username found in the repository log.\nUsers with the same Redmine and repository username or email are automatically mapped."
|
||||
permission_edit_own_messages: Edit own messages
|
||||
permission_delete_own_messages: Delete own messages
|
||||
label_user_activity: "{{value}}'s activity"
|
||||
label_updated_time_by: "Updated by {{author}} {{age}} ago"
|
||||
label_user_activity: "%{value}'s activity"
|
||||
label_updated_time_by: "Updated by %{author} %{age} ago"
|
||||
text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.'
|
||||
setting_diff_max_lines_displayed: Max number of diff lines displayed
|
||||
text_plugin_assets_writable: Plugin assets directory writable
|
||||
warning_attachments_not_saved: "{{count}} file(s) could not be saved."
|
||||
warning_attachments_not_saved: "%{count} file(s) could not be saved."
|
||||
button_create_and_continue: Create and continue
|
||||
text_custom_field_possible_values_info: 'One line for each value'
|
||||
label_display: Display
|
||||
|
@ -801,21 +801,21 @@ uk:
|
|||
label_descending: Descending
|
||||
label_sort: Sort
|
||||
label_ascending: Ascending
|
||||
label_date_from_to: From {{start}} to {{end}}
|
||||
label_date_from_to: From %{start} to %{end}
|
||||
label_greater_or_equal: ">="
|
||||
label_less_or_equal: <=
|
||||
text_wiki_page_destroy_question: This page has {{descendants}} child page(s) and descendant(s). What do you want to do?
|
||||
text_wiki_page_destroy_question: This page has %{descendants} child page(s) and descendant(s). What do you want to do?
|
||||
text_wiki_page_reassign_children: Reassign child pages to this parent page
|
||||
text_wiki_page_nullify_children: Keep child pages as root pages
|
||||
text_wiki_page_destroy_children: Delete child pages and all their descendants
|
||||
setting_password_min_length: Minimum password length
|
||||
field_group_by: Group results by
|
||||
mail_subject_wiki_content_updated: "'{{id}}' wiki page has been updated"
|
||||
mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated"
|
||||
label_wiki_content_added: Wiki page added
|
||||
mail_subject_wiki_content_added: "'{{id}}' wiki page has been added"
|
||||
mail_body_wiki_content_added: The '{{id}}' wiki page has been added by {{author}}.
|
||||
mail_subject_wiki_content_added: "'%{id}' wiki page has been added"
|
||||
mail_body_wiki_content_added: The '%{id}' wiki page has been added by %{author}.
|
||||
label_wiki_content_updated: Wiki page updated
|
||||
mail_body_wiki_content_updated: The '{{id}}' wiki page has been updated by {{author}}.
|
||||
mail_body_wiki_content_updated: The '%{id}' wiki page has been updated by %{author}.
|
||||
permission_add_project: Create project
|
||||
setting_new_project_user_role_id: Role given to a non-admin user who creates a project
|
||||
label_view_all_revisions: View all revisions
|
||||
|
@ -823,14 +823,14 @@ uk:
|
|||
label_branch: Branch
|
||||
error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings.
|
||||
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
||||
text_journal_set_to: "{{label}} set to {{value}}"
|
||||
text_journal_deleted: "{{label}} deleted ({{old}})"
|
||||
text_journal_changed: "%{label} changed from %{old} to %{new}"
|
||||
text_journal_set_to: "%{label} set to %{value}"
|
||||
text_journal_deleted: "%{label} deleted (%{old})"
|
||||
label_group_plural: Groups
|
||||
label_group: Group
|
||||
label_group_new: New group
|
||||
label_time_entry_plural: Spent time
|
||||
text_journal_added: "{{label}} {{value}} added"
|
||||
text_journal_added: "%{label} %{value} added"
|
||||
field_active: Active
|
||||
enumeration_system_activity: System Activity
|
||||
permission_delete_issue_watchers: Delete watchers
|
||||
|
@ -865,9 +865,9 @@ uk:
|
|||
setting_start_of_week: Start calendars on
|
||||
permission_view_issues: View Issues
|
||||
label_display_used_statuses_only: Only display statuses that are used by this tracker
|
||||
label_revision_id: Revision {{value}}
|
||||
label_revision_id: Revision %{value}
|
||||
label_api_access_key: API access key
|
||||
label_api_access_key_created_on: API access key created {{value}} ago
|
||||
label_api_access_key_created_on: API access key created %{value} ago
|
||||
label_feeds_access_key: RSS access key
|
||||
notice_api_access_key_reseted: Your API access key was reset.
|
||||
setting_rest_api_enabled: Enable REST web service
|
||||
|
@ -894,12 +894,12 @@ uk:
|
|||
label_subtask_plural: Subtasks
|
||||
label_project_copy_notifications: Send email notifications during the project copy
|
||||
error_can_not_delete_custom_field: Unable to delete custom field
|
||||
error_unable_to_connect: Unable to connect ({{value}})
|
||||
error_unable_to_connect: Unable to connect (%{value})
|
||||
error_can_not_remove_role: This role is in use and can not be deleted.
|
||||
error_can_not_delete_tracker: This tracker contains issues and can't be deleted.
|
||||
field_principal: Principal
|
||||
label_my_page_block: My page block
|
||||
notice_failed_to_save_members: "Failed to save member(s): {{errors}}."
|
||||
notice_failed_to_save_members: "Failed to save member(s): %{errors}."
|
||||
text_zoom_out: Zoom out
|
||||
text_zoom_in: Zoom in
|
||||
notice_unable_delete_time_entry: Unable to delete time log entry.
|
||||
|
@ -907,7 +907,7 @@ uk:
|
|||
field_time_entries: Log time
|
||||
project_module_gantt: Gantt
|
||||
project_module_calendar: Calendar
|
||||
button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}"
|
||||
button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
|
||||
text_are_you_sure_with_children: Delete issue and all child issues?
|
||||
field_text: Text field
|
||||
label_user_mail_option_only_owner: Only for things I am the owner of
|
||||
|
@ -924,7 +924,7 @@ uk:
|
|||
field_visible: Visible
|
||||
setting_emails_header: Emails header
|
||||
setting_commit_logtime_activity_id: Activity for logged time
|
||||
text_time_logged_by_changeset: Applied in changeset {{value}}.
|
||||
text_time_logged_by_changeset: Applied in changeset %{value}.
|
||||
setting_commit_logtime_enabled: Enable time logging
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed ({{max}})
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
|
||||
setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
|
||||
|
|
|
@ -66,37 +66,37 @@ vi:
|
|||
half_a_minute: "30 giây"
|
||||
less_than_x_seconds:
|
||||
one: "chưa tới 1 giây"
|
||||
other: "chưa tới {{count}} giây"
|
||||
other: "chưa tới %{count} giây"
|
||||
x_seconds:
|
||||
one: "1 giây"
|
||||
other: "{{count}} giây"
|
||||
other: "%{count} giây"
|
||||
less_than_x_minutes:
|
||||
one: "chưa tới 1 phút"
|
||||
other: "chưa tới {{count}} phút"
|
||||
other: "chưa tới %{count} phút"
|
||||
x_minutes:
|
||||
one: "1 phút"
|
||||
other: "{{count}} phút"
|
||||
other: "%{count} phút"
|
||||
about_x_hours:
|
||||
one: "khoảng 1 giờ"
|
||||
other: "khoảng {{count}} giờ"
|
||||
other: "khoảng %{count} giờ"
|
||||
x_days:
|
||||
one: "1 ngày"
|
||||
other: "{{count}} ngày"
|
||||
other: "%{count} ngày"
|
||||
about_x_months:
|
||||
one: "khoảng 1 tháng"
|
||||
other: "khoảng {{count}} tháng"
|
||||
other: "khoảng %{count} tháng"
|
||||
x_months:
|
||||
one: "1 tháng"
|
||||
other: "{{count}} tháng"
|
||||
other: "%{count} tháng"
|
||||
about_x_years:
|
||||
one: "khoảng 1 năm"
|
||||
other: "khoảng {{count}} năm"
|
||||
other: "khoảng %{count} năm"
|
||||
over_x_years:
|
||||
one: "hơn 1 năm"
|
||||
other: "hơn {{count}} năm"
|
||||
other: "hơn %{count} năm"
|
||||
almost_x_years:
|
||||
one: "almost 1 year"
|
||||
other: "almost {{count}} years"
|
||||
other: "almost %{count} years"
|
||||
prompts:
|
||||
year: "Năm"
|
||||
month: "Tháng"
|
||||
|
@ -109,8 +109,8 @@ vi:
|
|||
errors:
|
||||
template:
|
||||
header:
|
||||
one: "1 lỗi ngăn không cho lưu {{model}} này"
|
||||
other: "{{count}} lỗi ngăn không cho lưu {{model}} này"
|
||||
one: "1 lỗi ngăn không cho lưu %{model} này"
|
||||
other: "%{count} lỗi ngăn không cho lưu %{model} này"
|
||||
# The variable :count is also available
|
||||
body: "Có lỗi với các mục sau:"
|
||||
|
||||
|
@ -124,16 +124,16 @@ vi:
|
|||
accepted: "phải được đồng ý"
|
||||
empty: "không thể rỗng"
|
||||
blank: "không thể để trắng"
|
||||
too_long: "quá dài (tối đa {{count}} ký tự)"
|
||||
too_short: "quá ngắn (tối thiểu {{count}} ký tự)"
|
||||
wrong_length: "độ dài không đúng (phải là {{count}} ký tự)"
|
||||
too_long: "quá dài (tối đa %{count} ký tự)"
|
||||
too_short: "quá ngắn (tối thiểu %{count} ký tự)"
|
||||
wrong_length: "độ dài không đúng (phải là %{count} ký tự)"
|
||||
taken: "đã có"
|
||||
not_a_number: "không phải là số"
|
||||
greater_than: "phải lớn hơn {{count}}"
|
||||
greater_than_or_equal_to: "phải lớn hơn hoặc bằng {{count}}"
|
||||
equal_to: "phải bằng {{count}}"
|
||||
less_than: "phải nhỏ hơn {{count}}"
|
||||
less_than_or_equal_to: "phải nhỏ hơn hoặc bằng {{count}}"
|
||||
greater_than: "phải lớn hơn %{count}"
|
||||
greater_than_or_equal_to: "phải lớn hơn hoặc bằng %{count}"
|
||||
equal_to: "phải bằng %{count}"
|
||||
less_than: "phải nhỏ hơn %{count}"
|
||||
less_than_or_equal_to: "phải nhỏ hơn hoặc bằng %{count}"
|
||||
odd: "phải là số chẵn"
|
||||
even: "phải là số lẻ"
|
||||
greater_than_start_date: "phải đi sau ngày bắt đầu"
|
||||
|
@ -205,34 +205,34 @@ vi:
|
|||
notice_file_not_found: Trang bạn cố xem không tồn tại hoặc đã chuyển.
|
||||
notice_locking_conflict: Thông tin đang được cập nhật bởi người khác. Hãy chép nội dung cập nhật của bạn vào clipboard.
|
||||
notice_not_authorized: Bạn không có quyền xem trang này.
|
||||
notice_email_sent: "Email đã được gửi tới {{value}}"
|
||||
notice_email_error: "Lỗi xảy ra khi gửi email ({{value}})"
|
||||
notice_email_sent: "Email đã được gửi tới %{value}"
|
||||
notice_email_error: "Lỗi xảy ra khi gửi email (%{value})"
|
||||
notice_feeds_access_key_reseted: Mã số chứng thực RSS đã được tạo lại.
|
||||
notice_failed_to_save_issues: "Failed to save {{count}} issue(s) on {{total}} selected: {{ids}}."
|
||||
notice_failed_to_save_issues: "Failed to save %{count} issue(s) on %{total} selected: %{ids}."
|
||||
notice_no_issue_selected: "No issue is selected! Please, check the issues you want to edit."
|
||||
notice_account_pending: "Thông tin tài khoản đã được tạo ra và đang chờ chứng thực từ ban quản trị."
|
||||
notice_default_data_loaded: Đã nạp cấu hình mặc định.
|
||||
notice_unable_delete_version: Không thể xóa phiên bản.
|
||||
|
||||
error_can_t_load_default_data: "Không thể nạp cấu hình mặc định: {{value}}"
|
||||
error_can_t_load_default_data: "Không thể nạp cấu hình mặc định: %{value}"
|
||||
error_scm_not_found: "The entry or revision was not found in the repository."
|
||||
error_scm_command_failed: "Lỗi xảy ra khi truy cập vào kho lưu trữ: {{value}}"
|
||||
error_scm_command_failed: "Lỗi xảy ra khi truy cập vào kho lưu trữ: %{value}"
|
||||
error_scm_annotate: "The entry does not exist or can not be annotated."
|
||||
error_issue_not_found_in_project: 'Vấn đề không tồn tại hoặc không thuộc dự án'
|
||||
|
||||
mail_subject_lost_password: "{{value}}: mật mã của bạn"
|
||||
mail_subject_lost_password: "%{value}: mật mã của bạn"
|
||||
mail_body_lost_password: "Để đổi mật mã, hãy click chuột vào liên kết sau:"
|
||||
mail_subject_register: "{{value}}: kích hoạt tài khoản"
|
||||
mail_subject_register: "%{value}: kích hoạt tài khoản"
|
||||
mail_body_register: "Để kích hoạt tài khoản, hãy click chuột vào liên kết sau:"
|
||||
mail_body_account_information_external: " Bạn có thể dùng tài khoản {{value}} để đăng nhập."
|
||||
mail_body_account_information_external: " Bạn có thể dùng tài khoản %{value} để đăng nhập."
|
||||
mail_body_account_information: Thông tin về tài khoản
|
||||
mail_subject_account_activation_request: "{{value}}: Yêu cầu chứng thực tài khoản"
|
||||
mail_body_account_activation_request: "Người dùng ({{value}}) mới đăng ký và cần bạn xác nhận:"
|
||||
mail_subject_reminder: "{{count}} vấn đề hết hạn trong các {{days}} ngày tới"
|
||||
mail_body_reminder: "{{count}} vấn đề gán cho bạn sẽ hết hạn trong {{days}} ngày tới:"
|
||||
mail_subject_account_activation_request: "%{value}: Yêu cầu chứng thực tài khoản"
|
||||
mail_body_account_activation_request: "Người dùng (%{value}) mới đăng ký và cần bạn xác nhận:"
|
||||
mail_subject_reminder: "%{count} vấn đề hết hạn trong các %{days} ngày tới"
|
||||
mail_body_reminder: "%{count} vấn đề gán cho bạn sẽ hết hạn trong %{days} ngày tới:"
|
||||
|
||||
gui_validation_error: 1 lỗi
|
||||
gui_validation_error_plural: "{{count}} lỗi"
|
||||
gui_validation_error_plural: "%{count} lỗi"
|
||||
|
||||
field_name: Tên
|
||||
field_description: Mô tả
|
||||
|
@ -373,14 +373,14 @@ vi:
|
|||
label_x_projects:
|
||||
zero: no projects
|
||||
one: 1 project
|
||||
other: "{{count}} projects"
|
||||
other: "%{count} projects"
|
||||
label_project_all: Mọi dự án
|
||||
label_project_latest: Dự án mới nhất
|
||||
label_issue: Vấn đề
|
||||
label_issue_new: Tạo vấn đề mới
|
||||
label_issue_plural: Vấn đề
|
||||
label_issue_view_all: Tất cả vấn đề
|
||||
label_issues_by: "Vấn đề của {{value}}"
|
||||
label_issues_by: "Vấn đề của %{value}"
|
||||
label_issue_added: Đã thêm vấn đề
|
||||
label_issue_updated: Vấn đề được cập nhật
|
||||
label_document: Tài liệu
|
||||
|
@ -436,7 +436,7 @@ vi:
|
|||
label_auth_source_new: New authentication mode
|
||||
label_auth_source_plural: Authentication modes
|
||||
label_subproject_plural: Dự án con
|
||||
label_and_its_subprojects: "{{value}} và dự án con"
|
||||
label_and_its_subprojects: "%{value} và dự án con"
|
||||
label_min_max_length: Min - Max length
|
||||
label_list: List
|
||||
label_date: Ngày
|
||||
|
@ -447,8 +447,8 @@ vi:
|
|||
label_text: Long text
|
||||
label_attribute: Attribute
|
||||
label_attribute_plural: Attributes
|
||||
label_download: "{{count}} lần tải"
|
||||
label_download_plural: "{{count}} lần tải"
|
||||
label_download: "%{count} lần tải"
|
||||
label_download_plural: "%{count} lần tải"
|
||||
label_no_data: Chưa có thông tin gì
|
||||
label_change_status: Đổi trạng thái
|
||||
label_history: Lược sử
|
||||
|
@ -479,17 +479,17 @@ vi:
|
|||
label_closed_issues: đóng
|
||||
label_closed_issues_plural: đóng
|
||||
label_x_open_issues_abbr_on_total:
|
||||
zero: 0 open / {{total}}
|
||||
one: 1 open / {{total}}
|
||||
other: "{{count}} open / {{total}}"
|
||||
zero: 0 open / %{total}
|
||||
one: 1 open / %{total}
|
||||
other: "%{count} open / %{total}"
|
||||
label_x_open_issues_abbr:
|
||||
zero: 0 open
|
||||
one: 1 open
|
||||
other: "{{count}} open"
|
||||
other: "%{count} open"
|
||||
label_x_closed_issues_abbr:
|
||||
zero: 0 closed
|
||||
one: 1 closed
|
||||
other: "{{count}} closed"
|
||||
other: "%{count} closed"
|
||||
label_total: Tổng cộng
|
||||
label_permissions: Quyền
|
||||
label_current_status: Trạng thái hiện tại
|
||||
|
@ -507,7 +507,7 @@ vi:
|
|||
label_months_from: tháng từ
|
||||
label_gantt: Biểu đồ sự kiện
|
||||
label_internal: Nội bộ
|
||||
label_last_changes: "{{count}} thay đổi cuối"
|
||||
label_last_changes: "%{count} thay đổi cuối"
|
||||
label_change_view_all: Xem mọi thay đổi
|
||||
label_personalize_page: Điều chỉnh trang này
|
||||
label_comment: Bình luận
|
||||
|
@ -515,7 +515,7 @@ vi:
|
|||
label_x_comments:
|
||||
zero: no comments
|
||||
one: 1 comment
|
||||
other: "{{count}} comments"
|
||||
other: "%{count} comments"
|
||||
label_comment_add: Thêm bình luận
|
||||
label_comment_added: Đã thêm bình luận
|
||||
label_comment_delete: Xóa bình luận
|
||||
|
@ -534,7 +534,7 @@ vi:
|
|||
label_yesterday: hôm qua
|
||||
label_this_week: tuần này
|
||||
label_last_week: tuần trước
|
||||
label_last_n_days: "{{count}} ngày cuối"
|
||||
label_last_n_days: "%{count} ngày cuối"
|
||||
label_this_month: tháng này
|
||||
label_last_month: tháng cuối
|
||||
label_this_year: năm này
|
||||
|
@ -548,8 +548,8 @@ vi:
|
|||
label_repository: Kho lưu trữ
|
||||
label_repository_plural: Kho lưu trữ
|
||||
label_browse: Duyệt
|
||||
label_modification: "{{count}} thay đổi"
|
||||
label_modification_plural: "{{count}} thay đổi"
|
||||
label_modification: "%{count} thay đổi"
|
||||
label_modification_plural: "%{count} thay đổi"
|
||||
label_revision: Bản điều chỉnh
|
||||
label_revision_plural: Bản điều chỉnh
|
||||
label_associated_revisions: Associated revisions
|
||||
|
@ -567,8 +567,8 @@ vi:
|
|||
label_sort_lower: Dịch xuống
|
||||
label_sort_lowest: Xuống dưới cùng
|
||||
label_roadmap: Kế hoạch
|
||||
label_roadmap_due_in: "Hết hạn trong {{value}}"
|
||||
label_roadmap_overdue: "Trễ {{value}}"
|
||||
label_roadmap_due_in: "Hết hạn trong %{value}"
|
||||
label_roadmap_overdue: "Trễ %{value}"
|
||||
label_roadmap_no_issues: Không có vấn đề cho phiên bản này
|
||||
label_search: Tìm
|
||||
label_result_plural: Kết quả
|
||||
|
@ -586,8 +586,8 @@ vi:
|
|||
label_changes_details: Chi tiết của mọi thay đổi
|
||||
label_issue_tracking: Vấn đề
|
||||
label_spent_time: Thời gian
|
||||
label_f_hour: "{{value}} giờ"
|
||||
label_f_hour_plural: "{{value}} giờ"
|
||||
label_f_hour: "%{value} giờ"
|
||||
label_f_hour_plural: "%{value} giờ"
|
||||
label_time_tracking: Theo dõi thời gian
|
||||
label_change_plural: Thay đổi
|
||||
label_statistics: Thống kê
|
||||
|
@ -636,12 +636,12 @@ vi:
|
|||
label_date_from: Từ
|
||||
label_date_to: Đến
|
||||
label_language_based: Theo ngôn ngữ người dùng
|
||||
label_sort_by: "Sắp xếp theo {{value}}"
|
||||
label_sort_by: "Sắp xếp theo %{value}"
|
||||
label_send_test_email: Send a test email
|
||||
label_feeds_access_key_created_on: "Mã chứng thực RSS được tạo ra cách đây {{value}}"
|
||||
label_feeds_access_key_created_on: "Mã chứng thực RSS được tạo ra cách đây %{value}"
|
||||
label_module_plural: Mô-đun
|
||||
label_added_time_by: "thêm bởi {{author}} cách đây {{age}}"
|
||||
label_updated_time: "Cập nhật cách đây {{value}}"
|
||||
label_added_time_by: "thêm bởi %{author} cách đây %{age}"
|
||||
label_updated_time: "Cập nhật cách đây %{value}"
|
||||
label_jump_to_a_project: Nhảy đến dự án...
|
||||
label_file_plural: Tập tin
|
||||
label_changeset_plural: Thay đổi
|
||||
|
@ -657,7 +657,7 @@ vi:
|
|||
label_registration_activation_by_email: account activation by email
|
||||
label_registration_manual_activation: manual account activation
|
||||
label_registration_automatic_activation: automatic account activation
|
||||
label_display_per_page: "mỗi trang: {{value}}"
|
||||
label_display_per_page: "mỗi trang: %{value}"
|
||||
label_age: Age
|
||||
label_change_properties: Thay đổi thuộc tính
|
||||
label_general: Tổng quan
|
||||
|
@ -723,41 +723,41 @@ vi:
|
|||
text_regexp_info: eg. ^[A-Z0-9]+$
|
||||
text_min_max_length_info: 0 để chỉ không hạn chế
|
||||
text_project_destroy_confirmation: Are you sure you want to delete this project and related data ?
|
||||
text_subprojects_destroy_warning: "Its subproject(s): {{value}} will be also deleted."
|
||||
text_subprojects_destroy_warning: "Its subproject(s): %{value} will be also deleted."
|
||||
text_workflow_edit: Select a role and a tracker to edit the workflow
|
||||
text_are_you_sure: Bạn chắc chứ?
|
||||
text_tip_issue_begin_day: ngày bắt đầu
|
||||
text_tip_issue_end_day: ngày kết thúc
|
||||
text_tip_issue_begin_end_day: bắt đầu và kết thúc cùng ngày
|
||||
text_project_identifier_info: 'Chỉ cho phép chữ cái thường (a-z), con số và dấu gạch ngang.<br />Sau khi lưu, chỉ số ID không thể thay đổi.'
|
||||
text_caracters_maximum: "Tối đa {{count}} ký tự."
|
||||
text_caracters_minimum: "Phải gồm ít nhất {{count}} ký tự."
|
||||
text_length_between: "Length between {{min}} and {{max}} characters."
|
||||
text_caracters_maximum: "Tối đa %{count} ký tự."
|
||||
text_caracters_minimum: "Phải gồm ít nhất %{count} ký tự."
|
||||
text_length_between: "Length between %{min} and %{max} characters."
|
||||
text_tracker_no_workflow: No workflow defined for this tracker
|
||||
text_unallowed_characters: Ký tự không hợp lệ
|
||||
text_comma_separated: Multiple values allowed (comma separated).
|
||||
text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages
|
||||
text_issue_added: "Issue {{id}} has been reported by {{author}}."
|
||||
text_issue_updated: "Issue {{id}} has been updated by {{author}}."
|
||||
text_issue_added: "Issue %{id} has been reported by %{author}."
|
||||
text_issue_updated: "Issue %{id} has been updated by %{author}."
|
||||
text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content ?
|
||||
text_issue_category_destroy_question: "Some issues ({{count}}) are assigned to this category. What do you want to do ?"
|
||||
text_issue_category_destroy_question: "Some issues (%{count}) are assigned to this category. What do you want to do ?"
|
||||
text_issue_category_destroy_assignments: Remove category assignments
|
||||
text_issue_category_reassign_to: Reassign issues to this category
|
||||
text_user_mail_option: "Với các dự án không được chọn, bạn chỉ có thể nhận được thông báo về các vấn đề bạn đăng ký theo dõi hoặc có liên quan đến bạn (chẳng hạn, vấn đề được gán cho bạn)."
|
||||
text_no_configuration_data: "Roles, trackers, issue statuses and workflow have not been configured yet.\nIt is highly recommended to load the default configuration. You will be able to modify it once loaded."
|
||||
text_load_default_configuration: Load the default configuration
|
||||
text_status_changed_by_changeset: "Applied in changeset {{value}}."
|
||||
text_status_changed_by_changeset: "Applied in changeset %{value}."
|
||||
text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s) ?'
|
||||
text_select_project_modules: 'Chọn các mô-đun cho dự án:'
|
||||
text_default_administrator_account_changed: Default administrator account changed
|
||||
text_file_repository_writable: File repository writable
|
||||
text_rmagick_available: RMagick available (optional)
|
||||
text_destroy_time_entries_question: "{{hours}} hours were reported on the issues you are about to delete. What do you want to do ?"
|
||||
text_destroy_time_entries_question: "%{hours} hours were reported on the issues you are about to delete. What do you want to do ?"
|
||||
text_destroy_time_entries: Delete reported hours
|
||||
text_assign_time_entries_to_project: Assign reported hours to the project
|
||||
text_reassign_time_entries: 'Reassign reported hours to this issue:'
|
||||
text_user_wrote: "{{value}} wrote:"
|
||||
text_enumeration_destroy_question: "{{count}} objects are assigned to this value."
|
||||
text_user_wrote: "%{value} wrote:"
|
||||
text_enumeration_destroy_question: "%{count} objects are assigned to this value."
|
||||
text_enumeration_category_reassign_to: 'Reassign them to this value:'
|
||||
text_email_delivery_not_configured: "Email delivery is not configured, and notifications are disabled.\nConfigure your SMTP server in config/email.yml and restart the application to enable them."
|
||||
|
||||
|
@ -840,12 +840,12 @@ vi:
|
|||
label_example: Ví dụ
|
||||
text_repository_usernames_mapping: "Chọn hoặc cập nhật ánh xạ người dùng hệ thống với người dùng trong kho lưu trữ.\nNhững trường hợp trùng hợp về tên và email sẽ được tự động ánh xạ."
|
||||
permission_delete_own_messages: Delete own messages
|
||||
label_user_activity: "{{value}}'s activity"
|
||||
label_updated_time_by: "Updated by {{author}} {{age}} ago"
|
||||
label_user_activity: "%{value}'s activity"
|
||||
label_updated_time_by: "Updated by %{author} %{age} ago"
|
||||
text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.'
|
||||
setting_diff_max_lines_displayed: Max number of diff lines displayed
|
||||
text_plugin_assets_writable: Plugin assets directory writable
|
||||
warning_attachments_not_saved: "{{count}} file(s) could not be saved."
|
||||
warning_attachments_not_saved: "%{count} file(s) could not be saved."
|
||||
button_create_and_continue: Create and continue
|
||||
text_custom_field_possible_values_info: 'One line for each value'
|
||||
label_display: Display
|
||||
|
@ -860,21 +860,21 @@ vi:
|
|||
label_descending: Descending
|
||||
label_sort: Sort
|
||||
label_ascending: Ascending
|
||||
label_date_from_to: From {{start}} to {{end}}
|
||||
label_date_from_to: From %{start} to %{end}
|
||||
label_greater_or_equal: ">="
|
||||
label_less_or_equal: <=
|
||||
text_wiki_page_destroy_question: This page has {{descendants}} child page(s) and descendant(s). What do you want to do?
|
||||
text_wiki_page_destroy_question: This page has %{descendants} child page(s) and descendant(s). What do you want to do?
|
||||
text_wiki_page_reassign_children: Reassign child pages to this parent page
|
||||
text_wiki_page_nullify_children: Keep child pages as root pages
|
||||
text_wiki_page_destroy_children: Delete child pages and all their descendants
|
||||
setting_password_min_length: Minimum password length
|
||||
field_group_by: Group results by
|
||||
mail_subject_wiki_content_updated: "'{{id}}' wiki page has been updated"
|
||||
mail_subject_wiki_content_updated: "'%{id}' wiki page has been updated"
|
||||
label_wiki_content_added: Wiki page added
|
||||
mail_subject_wiki_content_added: "'{{id}}' wiki page has been added"
|
||||
mail_body_wiki_content_added: The '{{id}}' wiki page has been added by {{author}}.
|
||||
mail_subject_wiki_content_added: "'%{id}' wiki page has been added"
|
||||
mail_body_wiki_content_added: The '%{id}' wiki page has been added by %{author}.
|
||||
label_wiki_content_updated: Wiki page updated
|
||||
mail_body_wiki_content_updated: The '{{id}}' wiki page has been updated by {{author}}.
|
||||
mail_body_wiki_content_updated: The '%{id}' wiki page has been updated by %{author}.
|
||||
permission_add_project: Create project
|
||||
setting_new_project_user_role_id: Role given to a non-admin user who creates a project
|
||||
label_view_all_revisions: View all revisions
|
||||
|
@ -882,14 +882,14 @@ vi:
|
|||
label_branch: Branch
|
||||
error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings.
|
||||
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
||||
text_journal_set_to: "{{label}} set to {{value}}"
|
||||
text_journal_deleted: "{{label}} deleted ({{old}})"
|
||||
text_journal_changed: "%{label} changed from %{old} to %{new}"
|
||||
text_journal_set_to: "%{label} set to %{value}"
|
||||
text_journal_deleted: "%{label} deleted (%{old})"
|
||||
label_group_plural: Groups
|
||||
label_group: Group
|
||||
label_group_new: New group
|
||||
label_time_entry_plural: Spent time
|
||||
text_journal_added: "{{label}} {{value}} added"
|
||||
text_journal_added: "%{label} %{value} added"
|
||||
field_active: Active
|
||||
enumeration_system_activity: System Activity
|
||||
permission_delete_issue_watchers: Delete watchers
|
||||
|
@ -924,9 +924,9 @@ vi:
|
|||
setting_start_of_week: Start calendars on
|
||||
permission_view_issues: View Issues
|
||||
label_display_used_statuses_only: Only display statuses that are used by this tracker
|
||||
label_revision_id: Revision {{value}}
|
||||
label_revision_id: Revision %{value}
|
||||
label_api_access_key: API access key
|
||||
label_api_access_key_created_on: API access key created {{value}} ago
|
||||
label_api_access_key_created_on: API access key created %{value} ago
|
||||
label_feeds_access_key: RSS access key
|
||||
notice_api_access_key_reseted: Your API access key was reset.
|
||||
setting_rest_api_enabled: Enable REST web service
|
||||
|
@ -953,12 +953,12 @@ vi:
|
|||
label_subtask_plural: Subtasks
|
||||
label_project_copy_notifications: Send email notifications during the project copy
|
||||
error_can_not_delete_custom_field: Unable to delete custom field
|
||||
error_unable_to_connect: Unable to connect ({{value}})
|
||||
error_unable_to_connect: Unable to connect (%{value})
|
||||
error_can_not_remove_role: This role is in use and can not be deleted.
|
||||
error_can_not_delete_tracker: This tracker contains issues and can't be deleted.
|
||||
field_principal: Principal
|
||||
label_my_page_block: My page block
|
||||
notice_failed_to_save_members: "Failed to save member(s): {{errors}}."
|
||||
notice_failed_to_save_members: "Failed to save member(s): %{errors}."
|
||||
text_zoom_out: Zoom out
|
||||
text_zoom_in: Zoom in
|
||||
notice_unable_delete_time_entry: Unable to delete time log entry.
|
||||
|
@ -966,7 +966,7 @@ vi:
|
|||
field_time_entries: Log time
|
||||
project_module_gantt: Gantt
|
||||
project_module_calendar: Calendar
|
||||
button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}"
|
||||
button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
|
||||
text_are_you_sure_with_children: Delete issue and all child issues?
|
||||
field_text: Text field
|
||||
label_user_mail_option_only_owner: Only for things I am the owner of
|
||||
|
@ -983,7 +983,7 @@ vi:
|
|||
field_visible: Visible
|
||||
setting_emails_header: Emails header
|
||||
setting_commit_logtime_activity_id: Activity for logged time
|
||||
text_time_logged_by_changeset: Applied in changeset {{value}}.
|
||||
text_time_logged_by_changeset: Applied in changeset %{value}.
|
||||
setting_commit_logtime_enabled: Enable time logging
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed ({{max}})
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
|
||||
setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
|
||||
|
|
|
@ -104,37 +104,37 @@
|
|||
half_a_minute: "半分鐘"
|
||||
less_than_x_seconds:
|
||||
one: "小於 1 秒"
|
||||
other: "小於 {{count}} 秒"
|
||||
other: "小於 %{count} 秒"
|
||||
x_seconds:
|
||||
one: "1 秒"
|
||||
other: "{{count}} 秒"
|
||||
other: "%{count} 秒"
|
||||
less_than_x_minutes:
|
||||
one: "小於 1 分鐘"
|
||||
other: "小於 {{count}} 分鐘"
|
||||
other: "小於 %{count} 分鐘"
|
||||
x_minutes:
|
||||
one: "1 分鐘"
|
||||
other: "{{count}} 分鐘"
|
||||
other: "%{count} 分鐘"
|
||||
about_x_hours:
|
||||
one: "約 1 小時"
|
||||
other: "約 {{count}} 小時"
|
||||
other: "約 %{count} 小時"
|
||||
x_days:
|
||||
one: "1 天"
|
||||
other: "{{count}} 天"
|
||||
other: "%{count} 天"
|
||||
about_x_months:
|
||||
one: "約 1 個月"
|
||||
other: "約 {{count}} 個月"
|
||||
other: "約 %{count} 個月"
|
||||
x_months:
|
||||
one: "1 個月"
|
||||
other: "{{count}} 個月"
|
||||
other: "%{count} 個月"
|
||||
about_x_years:
|
||||
one: "約 1 年"
|
||||
other: "約 {{count}} 年"
|
||||
other: "約 %{count} 年"
|
||||
over_x_years:
|
||||
one: "超過 1 年"
|
||||
other: "超過 {{count}} 年"
|
||||
other: "超過 %{count} 年"
|
||||
almost_x_years:
|
||||
one: "將近 1 年"
|
||||
other: "將近 {{count}} 年"
|
||||
other: "將近 %{count} 年"
|
||||
prompts:
|
||||
year: "年"
|
||||
month: "月"
|
||||
|
@ -147,8 +147,8 @@
|
|||
errors:
|
||||
template:
|
||||
header:
|
||||
one: "有 1 個錯誤發生使得「{{model}}」無法被儲存。"
|
||||
other: "有 {{count}} 個錯誤發生使得「{{model}}」無法被儲存。"
|
||||
one: "有 1 個錯誤發生使得「%{model}」無法被儲存。"
|
||||
other: "有 %{count} 個錯誤發生使得「%{model}」無法被儲存。"
|
||||
# The variable :count is also available
|
||||
body: "下面所列欄位有問題:"
|
||||
# The values :model, :attribute and :value are always available for interpolation
|
||||
|
@ -161,16 +161,16 @@
|
|||
accepted: "必须是可被接受的"
|
||||
empty: "不能留空"
|
||||
blank: "不能是空白字元"
|
||||
too_long: "過長(最長是 {{count}} 個字)"
|
||||
too_short: "過短(最短是 {{count}} 個字)"
|
||||
wrong_length: "字數錯誤(必須是 {{count}} 個字)"
|
||||
too_long: "過長(最長是 %{count} 個字)"
|
||||
too_short: "過短(最短是 %{count} 個字)"
|
||||
wrong_length: "字數錯誤(必須是 %{count} 個字)"
|
||||
taken: "已經被使用"
|
||||
not_a_number: "不是數字"
|
||||
greater_than: "必須大於 {{count}}"
|
||||
greater_than_or_equal_to: "必須大於或等於 {{count}}"
|
||||
equal_to: "必須等於 {{count}}"
|
||||
less_than: "必須小於 {{count}}"
|
||||
less_than_or_equal_to: "必須小於或等於 {{count}}"
|
||||
greater_than: "必須大於 %{count}"
|
||||
greater_than_or_equal_to: "必須大於或等於 %{count}"
|
||||
equal_to: "必須等於 %{count}"
|
||||
less_than: "必須小於 %{count}"
|
||||
less_than_or_equal_to: "必須小於或等於 %{count}"
|
||||
odd: "必須是奇數"
|
||||
even: "必須是偶數"
|
||||
# Append your own errors here or at the model/attributes scope.
|
||||
|
@ -185,7 +185,7 @@
|
|||
# For example,
|
||||
# models:
|
||||
# user:
|
||||
# blank: "This is a custom blank message for {{model}}: {{attribute}}"
|
||||
# blank: "This is a custom blank message for %{model}: %{attribute}"
|
||||
# attributes:
|
||||
# login:
|
||||
# blank: "This is a custom blank message for User login"
|
||||
|
@ -236,12 +236,12 @@
|
|||
notice_locking_conflict: 資料已被其他使用者更新。
|
||||
notice_not_authorized: 你未被授權存取此頁面。
|
||||
notice_not_authorized_archived_project: 您欲存取的專案已經被歸檔封存。
|
||||
notice_email_sent: "郵件已經成功寄送至以下收件者: {{value}}"
|
||||
notice_email_error: "寄送郵件的過程中發生錯誤 ({{value}})"
|
||||
notice_email_sent: "郵件已經成功寄送至以下收件者: %{value}"
|
||||
notice_email_error: "寄送郵件的過程中發生錯誤 (%{value})"
|
||||
notice_feeds_access_key_reseted: 您的 RSS 存取金鑰已被重新設定。
|
||||
notice_api_access_key_reseted: 您的 API 存取金鑰已被重新設定。
|
||||
notice_failed_to_save_issues: " {{count}} 個項目儲存失敗(總共選取 {{total}} 個項目): {{ids}} 。"
|
||||
notice_failed_to_save_members: "成員儲存失敗: {{errors}}."
|
||||
notice_failed_to_save_issues: " %{count} 個項目儲存失敗(總共選取 %{total} 個項目): %{ids} 。"
|
||||
notice_failed_to_save_members: "成員儲存失敗: %{errors}."
|
||||
notice_no_issue_selected: "未選擇任何項目!請勾選您想要編輯的項目。"
|
||||
notice_account_pending: "您的帳號已經建立,正在等待管理員的審核。"
|
||||
notice_default_data_loaded: 預設組態已載入成功。
|
||||
|
@ -249,9 +249,9 @@
|
|||
notice_unable_delete_time_entry: 無法刪除工時記錄項目。
|
||||
notice_issue_done_ratios_updated: 項目完成百分比已更新。
|
||||
|
||||
error_can_t_load_default_data: "無法載入預設組態: {{value}}"
|
||||
error_can_t_load_default_data: "無法載入預設組態: %{value}"
|
||||
error_scm_not_found: "在 SCM 儲存庫中找不到這個項目或版次。"
|
||||
error_scm_command_failed: "嘗試存取 SCM 儲存庫時發生錯誤: {{value}}"
|
||||
error_scm_command_failed: "嘗試存取 SCM 儲存庫時發生錯誤: %{value}"
|
||||
error_scm_annotate: "SCM 儲存庫中無此項目或此項目無法被加註。"
|
||||
error_issue_not_found_in_project: '該項目不存在或不屬於此專案'
|
||||
error_no_tracker_in_project: '此專案尚未指定追蹤標籤。請檢查專案的設定資訊。'
|
||||
|
@ -265,26 +265,26 @@
|
|||
error_workflow_copy_source: '請選擇一個來源項目追蹤標籤或角色'
|
||||
error_workflow_copy_target: '請選擇一個(或多個)目的項目追蹤標籤或角色'
|
||||
error_unable_delete_issue_status: '無法刪除項目狀態'
|
||||
error_unable_to_connect: "無法連線至({{value}})"
|
||||
warning_attachments_not_saved: "{{count}} 個附加檔案無法被儲存。"
|
||||
error_unable_to_connect: "無法連線至(%{value})"
|
||||
warning_attachments_not_saved: "%{count} 個附加檔案無法被儲存。"
|
||||
|
||||
mail_subject_lost_password: 您的 Redmine 網站密碼
|
||||
mail_body_lost_password: '欲變更您的 Redmine 網站密碼, 請點選以下鏈結:'
|
||||
mail_subject_register: 啟用您的 Redmine 帳號
|
||||
mail_body_register: '欲啟用您的 Redmine 帳號, 請點選以下鏈結:'
|
||||
mail_body_account_information_external: "您可以使用 {{value}} 帳號登入 Redmine 網站。"
|
||||
mail_body_account_information_external: "您可以使用 %{value} 帳號登入 Redmine 網站。"
|
||||
mail_body_account_information: 您的 Redmine 帳號資訊
|
||||
mail_subject_account_activation_request: Redmine 帳號啟用需求通知
|
||||
mail_body_account_activation_request: "有位新用戶 ({{value}}) 已經完成註冊,正等候您的審核:"
|
||||
mail_subject_reminder: "您有 {{count}} 個項目即將到期 ({{days}})"
|
||||
mail_body_reminder: "{{count}} 個指派給您的項目,將於 {{days}} 天之內到期:"
|
||||
mail_subject_wiki_content_added: "'{{id}}' wiki 頁面已被新增"
|
||||
mail_body_wiki_content_added: "此 '{{id}}' wiki 頁面已被 {{author}} 新增。"
|
||||
mail_subject_wiki_content_updated: "'{{id}}' wiki 頁面已被更新"
|
||||
mail_body_wiki_content_updated: "此 '{{id}}' wiki 頁面已被 {{author}} 更新。"
|
||||
mail_body_account_activation_request: "有位新用戶 (%{value}) 已經完成註冊,正等候您的審核:"
|
||||
mail_subject_reminder: "您有 %{count} 個項目即將到期 (%{days})"
|
||||
mail_body_reminder: "%{count} 個指派給您的項目,將於 %{days} 天之內到期:"
|
||||
mail_subject_wiki_content_added: "'%{id}' wiki 頁面已被新增"
|
||||
mail_body_wiki_content_added: "此 '%{id}' wiki 頁面已被 %{author} 新增。"
|
||||
mail_subject_wiki_content_updated: "'%{id}' wiki 頁面已被更新"
|
||||
mail_body_wiki_content_updated: "此 '%{id}' wiki 頁面已被 %{author} 更新。"
|
||||
|
||||
gui_validation_error: 1 個錯誤
|
||||
gui_validation_error_plural: "{{count}} 個錯誤"
|
||||
gui_validation_error_plural: "%{count} 個錯誤"
|
||||
|
||||
field_name: 名稱
|
||||
field_description: 概述
|
||||
|
@ -520,14 +520,14 @@
|
|||
label_x_projects:
|
||||
zero: 無專案
|
||||
one: 1 個專案
|
||||
other: "{{count}} 個專案"
|
||||
other: "%{count} 個專案"
|
||||
label_project_all: 全部的專案
|
||||
label_project_latest: 最近的專案
|
||||
label_issue: 項目
|
||||
label_issue_new: 建立新項目
|
||||
label_issue_plural: 項目清單
|
||||
label_issue_view_all: 檢視所有項目
|
||||
label_issues_by: "項目按 {{value}} 分組顯示"
|
||||
label_issues_by: "項目按 %{value} 分組顯示"
|
||||
label_issue_added: 項目已新增
|
||||
label_issue_updated: 項目已更新
|
||||
label_document: 文件
|
||||
|
@ -577,7 +577,7 @@
|
|||
label_registered_on: 註冊於
|
||||
label_activity: 活動
|
||||
label_overall_activity: 整體活動
|
||||
label_user_activity: "{{value}} 的活動"
|
||||
label_user_activity: "%{value} 的活動"
|
||||
label_new: 建立新的...
|
||||
label_logged_as: 目前登入
|
||||
label_environment: 環境
|
||||
|
@ -587,7 +587,7 @@
|
|||
label_auth_source_plural: 認證模式清單
|
||||
label_subproject_plural: 子專案
|
||||
label_subproject_new: 建立子專案
|
||||
label_and_its_subprojects: "{{value}} 與其子專案"
|
||||
label_and_its_subprojects: "%{value} 與其子專案"
|
||||
label_min_max_length: 最小 - 最大 長度
|
||||
label_list: 清單
|
||||
label_date: 日期
|
||||
|
@ -598,8 +598,8 @@
|
|||
label_text: 長文字
|
||||
label_attribute: 屬性
|
||||
label_attribute_plural: 屬性
|
||||
label_download: "{{count}} 個下載"
|
||||
label_download_plural: "{{count}} 個下載"
|
||||
label_download: "%{count} 個下載"
|
||||
label_download_plural: "%{count} 個下載"
|
||||
label_no_data: 沒有任何資料可供顯示
|
||||
label_change_status: 變更狀態
|
||||
label_history: 歷史
|
||||
|
@ -631,17 +631,17 @@
|
|||
label_closed_issues: 已結束
|
||||
label_closed_issues_plural: 已結束
|
||||
label_x_open_issues_abbr_on_total:
|
||||
zero: 0 進行中 / 共 {{total}}
|
||||
one: 1 進行中 / 共 {{total}}
|
||||
other: "{{count}} 進行中 / 共 {{total}}"
|
||||
zero: 0 進行中 / 共 %{total}
|
||||
one: 1 進行中 / 共 %{total}
|
||||
other: "%{count} 進行中 / 共 %{total}"
|
||||
label_x_open_issues_abbr:
|
||||
zero: 0 進行中
|
||||
one: 1 進行中
|
||||
other: "{{count}} 進行中"
|
||||
other: "%{count} 進行中"
|
||||
label_x_closed_issues_abbr:
|
||||
zero: 0 已結束
|
||||
one: 1 已結束
|
||||
other: "{{count}} 已結束"
|
||||
other: "%{count} 已結束"
|
||||
label_total: 總計
|
||||
label_permissions: 權限
|
||||
label_current_status: 目前狀態
|
||||
|
@ -659,7 +659,7 @@
|
|||
label_months_from: 個月, 開始月份
|
||||
label_gantt: 甘特圖
|
||||
label_internal: 內部
|
||||
label_last_changes: "最近 {{count}} 個變更"
|
||||
label_last_changes: "最近 %{count} 個變更"
|
||||
label_change_view_all: 檢視全部的變更
|
||||
label_personalize_page: 自訂版面
|
||||
label_comment: 註解
|
||||
|
@ -667,7 +667,7 @@
|
|||
label_x_comments:
|
||||
zero: 無註解
|
||||
one: 1 個註解
|
||||
other: "{{count}} 個註解"
|
||||
other: "%{count} 個註解"
|
||||
label_comment_add: 加入新註解
|
||||
label_comment_added: 新註解已加入
|
||||
label_comment_delete: 刪除註解
|
||||
|
@ -688,7 +688,7 @@
|
|||
label_yesterday: 昨天
|
||||
label_this_week: 本週
|
||||
label_last_week: 上週
|
||||
label_last_n_days: "過去 {{count}} 天"
|
||||
label_last_n_days: "過去 %{count} 天"
|
||||
label_this_month: 這個月
|
||||
label_last_month: 上個月
|
||||
label_this_year: 今年
|
||||
|
@ -702,13 +702,13 @@
|
|||
label_repository: 版本控管
|
||||
label_repository_plural: 版本控管
|
||||
label_browse: 瀏覽
|
||||
label_modification: "{{count}} 變更"
|
||||
label_modification_plural: "{{count}} 變更"
|
||||
label_modification: "%{count} 變更"
|
||||
label_modification_plural: "%{count} 變更"
|
||||
label_branch: 分支
|
||||
label_tag: 標籤
|
||||
label_revision: 版次
|
||||
label_revision_plural: 版次清單
|
||||
label_revision_id: "版次 {{value}}"
|
||||
label_revision_id: "版次 %{value}"
|
||||
label_associated_revisions: 相關版次
|
||||
label_added: 已新增
|
||||
label_modified: 已修改
|
||||
|
@ -725,8 +725,8 @@
|
|||
label_sort_lower: 往下移動
|
||||
label_sort_lowest: 移動至結尾
|
||||
label_roadmap: 版本藍圖
|
||||
label_roadmap_due_in: "剩餘 {{value}}"
|
||||
label_roadmap_overdue: "逾期 {{value}}"
|
||||
label_roadmap_due_in: "剩餘 %{value}"
|
||||
label_roadmap_overdue: "逾期 %{value}"
|
||||
label_roadmap_no_issues: 此版本尚未包含任何項目
|
||||
label_search: 搜尋
|
||||
label_result_plural: 結果
|
||||
|
@ -745,8 +745,8 @@
|
|||
label_issue_tracking: 項目追蹤
|
||||
label_spent_time: 耗用工時
|
||||
label_overall_spent_time: 整體耗用工時
|
||||
label_f_hour: "{{value}} 小時"
|
||||
label_f_hour_plural: "{{value}} 小時"
|
||||
label_f_hour: "%{value} 小時"
|
||||
label_f_hour_plural: "%{value} 小時"
|
||||
label_time_tracking: 工時追蹤
|
||||
label_change_plural: 變更
|
||||
label_statistics: 統計資訊
|
||||
|
@ -797,15 +797,15 @@
|
|||
label_date_from: 開始
|
||||
label_date_to: 結束
|
||||
label_language_based: 依用戶之語系決定
|
||||
label_sort_by: "按 {{value}} 排序"
|
||||
label_sort_by: "按 %{value} 排序"
|
||||
label_send_test_email: 寄送測試郵件
|
||||
label_feeds_access_key: RSS 存取金鑰
|
||||
label_missing_feeds_access_key: 找不到 RSS 存取金鑰
|
||||
label_feeds_access_key_created_on: "RSS 存取鍵建立於 {{value}} 之前"
|
||||
label_feeds_access_key_created_on: "RSS 存取鍵建立於 %{value} 之前"
|
||||
label_module_plural: 模組
|
||||
label_added_time_by: "是由 {{author}} 於 {{age}} 前加入"
|
||||
label_updated_time_by: "是由 {{author}} 於 {{age}} 前更新"
|
||||
label_updated_time: "於 {{value}} 前更新"
|
||||
label_added_time_by: "是由 %{author} 於 %{age} 前加入"
|
||||
label_updated_time_by: "是由 %{author} 於 %{age} 前更新"
|
||||
label_updated_time: "於 %{value} 前更新"
|
||||
label_jump_to_a_project: 選擇欲前往的專案...
|
||||
label_file_plural: 檔案清單
|
||||
label_changeset_plural: 變更集清單
|
||||
|
@ -825,7 +825,7 @@
|
|||
label_registration_activation_by_email: 透過電子郵件啟用帳戶
|
||||
label_registration_manual_activation: 手動啟用帳戶
|
||||
label_registration_automatic_activation: 自動啟用帳戶
|
||||
label_display_per_page: "每頁顯示: {{value}} 個"
|
||||
label_display_per_page: "每頁顯示: %{value} 個"
|
||||
label_age: 年齡
|
||||
label_change_properties: 變更屬性
|
||||
label_general: 一般
|
||||
|
@ -848,7 +848,7 @@
|
|||
label_sort: 排序
|
||||
label_ascending: 遞增排序
|
||||
label_descending: 遞減排序
|
||||
label_date_from_to: 起 {{start}} 迄 {{end}}
|
||||
label_date_from_to: 起 %{start} 迄 %{end}
|
||||
label_wiki_content_added: Wiki 頁面已新增
|
||||
label_wiki_content_updated: Wiki 頁面已更新
|
||||
label_group: 群組
|
||||
|
@ -867,7 +867,7 @@
|
|||
label_display_used_statuses_only: 僅顯示此追蹤標籤所使用之狀態
|
||||
label_api_access_key: API 存取金鑰
|
||||
label_missing_api_access_key: 找不到 API 存取金鑰
|
||||
label_api_access_key_created_on: "API 存取金鑰建立於 {{value}} 之前"
|
||||
label_api_access_key_created_on: "API 存取金鑰建立於 %{value} 之前"
|
||||
label_profile: 配置概況
|
||||
label_subtask_plural: 子工作項目
|
||||
label_project_copy_notifications: 在複製專案的過程中,傳送通知郵件
|
||||
|
@ -884,7 +884,7 @@
|
|||
button_create_and_continue: 繼續建立
|
||||
button_test: 測試
|
||||
button_edit: 編輯
|
||||
button_edit_associated_wikipage: "編輯相關 Wiki 頁面: {{page_title}}"
|
||||
button_edit_associated_wikipage: "編輯相關 Wiki 頁面: %{page_title}"
|
||||
button_add: 新增
|
||||
button_change: 修改
|
||||
button_apply: 套用
|
||||
|
@ -933,55 +933,55 @@
|
|||
text_regexp_info: eg. ^[A-Z0-9]+$
|
||||
text_min_max_length_info: 0 代表「不限制」
|
||||
text_project_destroy_confirmation: 您確定要刪除這個專案和其他相關資料?
|
||||
text_subprojects_destroy_warning: "下列子專案: {{value}} 將一併被刪除。"
|
||||
text_subprojects_destroy_warning: "下列子專案: %{value} 將一併被刪除。"
|
||||
text_workflow_edit: 選擇角色與追蹤標籤以設定其工作流程
|
||||
text_are_you_sure: 確定執行?
|
||||
text_are_you_sure_with_children: "確定刪除此工作項目及其子項目?"
|
||||
text_journal_changed: "{{label}} 從 {{old}} 變更為 {{new}}"
|
||||
text_journal_set_to: "{{label}} 設定為 {{value}}"
|
||||
text_journal_deleted: "{{label}} 已刪除 ({{old}})"
|
||||
text_journal_added: "{{label}} {{value}} 已新增"
|
||||
text_journal_changed: "%{label} 從 %{old} 變更為 %{new}"
|
||||
text_journal_set_to: "%{label} 設定為 %{value}"
|
||||
text_journal_deleted: "%{label} 已刪除 (%{old})"
|
||||
text_journal_added: "%{label} %{value} 已新增"
|
||||
text_tip_issue_begin_day: 今天起始的工作
|
||||
text_tip_issue_end_day: 今天截止的的工作
|
||||
text_tip_issue_begin_end_day: 今天起始與截止的工作
|
||||
text_project_identifier_info: '只允許小寫英文字母(a-z)、阿拉伯數字與連字符號(-)。<br />儲存後,代碼不可再被更改。'
|
||||
text_caracters_maximum: "最多 {{count}} 個字元."
|
||||
text_caracters_minimum: "長度必須大於 {{count}} 個字元."
|
||||
text_length_between: "長度必須介於 {{min}} 至 {{max}} 個字元之間."
|
||||
text_caracters_maximum: "最多 %{count} 個字元."
|
||||
text_caracters_minimum: "長度必須大於 %{count} 個字元."
|
||||
text_length_between: "長度必須介於 %{min} 至 %{max} 個字元之間."
|
||||
text_tracker_no_workflow: 此追蹤標籤尚未定義工作流程
|
||||
text_unallowed_characters: 不允許的字元
|
||||
text_comma_separated: 可輸入多個值(須以逗號分隔)。
|
||||
text_line_separated: 可輸入多個值(須以換行符號分隔,即每列只能輸入一個值)。
|
||||
text_issues_ref_in_commit_messages: 送交訊息中參照(或修正)項目之關鍵字
|
||||
text_issue_added: "項目 {{id}} 已被 {{author}} 通報。"
|
||||
text_issue_updated: "項目 {{id}} 已被 {{author}} 更新。"
|
||||
text_issue_added: "項目 %{id} 已被 %{author} 通報。"
|
||||
text_issue_updated: "項目 %{id} 已被 %{author} 更新。"
|
||||
text_wiki_destroy_confirmation: 您確定要刪除這個 wiki 和其中的所有內容?
|
||||
text_issue_category_destroy_question: "有 ({{count}}) 個項目被指派到此分類. 請選擇您想要的動作?"
|
||||
text_issue_category_destroy_question: "有 (%{count}) 個項目被指派到此分類. 請選擇您想要的動作?"
|
||||
text_issue_category_destroy_assignments: 移除這些項目的分類
|
||||
text_issue_category_reassign_to: 重新指派這些項目至其它分類
|
||||
text_user_mail_option: "對於那些未被選擇的專案,將只會接收到您正在觀察中,或是參與中的項目通知。(「參與中的項目」包含您建立的或是指派給您的項目)"
|
||||
text_no_configuration_data: "角色、追蹤標籤、項目狀態與流程尚未被設定完成。\n強烈建議您先載入預設的組態。將預設組態載入之後,您可再變更其中之值。"
|
||||
text_load_default_configuration: 載入預設組態
|
||||
text_status_changed_by_changeset: "已套用至變更集 {{value}}."
|
||||
text_time_logged_by_changeset: "紀錄於變更集 {{value}}."
|
||||
text_status_changed_by_changeset: "已套用至變更集 %{value}."
|
||||
text_time_logged_by_changeset: "紀錄於變更集 %{value}."
|
||||
text_issues_destroy_confirmation: '確定刪除已選擇的項目?'
|
||||
text_select_project_modules: '選擇此專案可使用之模組:'
|
||||
text_default_administrator_account_changed: 已變更預設管理員帳號內容
|
||||
text_file_repository_writable: 可寫入附加檔案目錄
|
||||
text_plugin_assets_writable: 可寫入附加元件目錄
|
||||
text_rmagick_available: 可使用 RMagick (選配)
|
||||
text_destroy_time_entries_question: 您即將刪除的項目已報工 {{hours}} 小時. 您的選擇是?
|
||||
text_destroy_time_entries_question: 您即將刪除的項目已報工 %{hours} 小時. 您的選擇是?
|
||||
text_destroy_time_entries: 刪除已報工的時數
|
||||
text_assign_time_entries_to_project: 指定已報工的時數至專案中
|
||||
text_reassign_time_entries: '重新指定已報工的時數至此項目:'
|
||||
text_user_wrote: "{{value}} 先前提到:"
|
||||
text_enumeration_destroy_question: "目前有 {{count}} 個物件使用此列舉值。"
|
||||
text_user_wrote: "%{value} 先前提到:"
|
||||
text_enumeration_destroy_question: "目前有 %{count} 個物件使用此列舉值。"
|
||||
text_enumeration_category_reassign_to: '重新設定其列舉值為:'
|
||||
text_email_delivery_not_configured: "您尚未設定電子郵件傳送方式,因此提醒選項已被停用。\n請在 config/email.yml 中設定 SMTP 之後,重新啟動 Redmine,以啟用電子郵件提醒選項。"
|
||||
text_repository_usernames_mapping: "選擇或更新 Redmine 使用者與版本庫使用者之對應關係。\n版本庫中之使用者帳號或電子郵件信箱,與 Redmine 設定相同者,將自動產生對應關係。"
|
||||
text_diff_truncated: '... 這份差異已被截短以符合顯示行數之最大值'
|
||||
text_custom_field_possible_values_info: '一列輸入一個值'
|
||||
text_wiki_page_destroy_question: "此頁面包含 {{descendants}} 個子頁面及延伸頁面。 請選擇您想要的動作?"
|
||||
text_wiki_page_destroy_question: "此頁面包含 %{descendants} 個子頁面及延伸頁面。 請選擇您想要的動作?"
|
||||
text_wiki_page_nullify_children: "保留所有子頁面當作根頁面"
|
||||
text_wiki_page_destroy_children: "刪除所有子頁面及其延伸頁面"
|
||||
text_wiki_page_reassign_children: "重新指定所有的子頁面之父頁面至此頁面"
|
||||
|
@ -1016,5 +1016,5 @@
|
|||
enumeration_activities: 活動 (時間追蹤)
|
||||
enumeration_system_activity: 系統活動
|
||||
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed ({{max}})
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
|
||||
setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
|
||||
|
|
|
@ -29,37 +29,37 @@ zh:
|
|||
half_a_minute: "半分钟"
|
||||
less_than_x_seconds:
|
||||
one: "一秒内"
|
||||
other: "少于 {{count}} 秒"
|
||||
other: "少于 %{count} 秒"
|
||||
x_seconds:
|
||||
one: "一秒"
|
||||
other: "{{count}} 秒"
|
||||
other: "%{count} 秒"
|
||||
less_than_x_minutes:
|
||||
one: "一分钟内"
|
||||
other: "少于 {{count}} 分钟"
|
||||
other: "少于 %{count} 分钟"
|
||||
x_minutes:
|
||||
one: "一分钟"
|
||||
other: "{{count}} 分钟"
|
||||
other: "%{count} 分钟"
|
||||
about_x_hours:
|
||||
one: "大约一小时"
|
||||
other: "大约 {{count}} 小时"
|
||||
other: "大约 %{count} 小时"
|
||||
x_days:
|
||||
one: "一天"
|
||||
other: "{{count}} 天"
|
||||
other: "%{count} 天"
|
||||
about_x_months:
|
||||
one: "大约一个月"
|
||||
other: "大约 {{count}} 个月"
|
||||
other: "大约 %{count} 个月"
|
||||
x_months:
|
||||
one: "一个月"
|
||||
other: "{{count}} 个月"
|
||||
other: "%{count} 个月"
|
||||
about_x_years:
|
||||
one: "大约一年"
|
||||
other: "大约 {{count}} 年"
|
||||
other: "大约 %{count} 年"
|
||||
over_x_years:
|
||||
one: "一年以上"
|
||||
other: "{{count}} 年以上"
|
||||
other: "%{count} 年以上"
|
||||
almost_x_years:
|
||||
one: "将近 1 年"
|
||||
other: "将近 {{count}} 年"
|
||||
other: "将近 %{count} 年"
|
||||
prompts:
|
||||
year: "年"
|
||||
month: "月"
|
||||
|
@ -111,8 +111,8 @@ zh:
|
|||
errors:
|
||||
template:
|
||||
header:
|
||||
one: "有 1 个错误发生导致「{{model}}」无法被保存。"
|
||||
other: "有 {{count}} 个错误发生导致「{{model}}」无法被保存。"
|
||||
one: "有 1 个错误发生导致「%{model}」无法被保存。"
|
||||
other: "有 %{count} 个错误发生导致「%{model}」无法被保存。"
|
||||
body: "如下字段出现错误:"
|
||||
messages:
|
||||
inclusion: "不包含于列表中"
|
||||
|
@ -122,16 +122,16 @@ zh:
|
|||
accepted: "必须是可被接受的"
|
||||
empty: "不能留空"
|
||||
blank: "不能为空字符"
|
||||
too_long: "过长(最长为 {{count}} 个字符)"
|
||||
too_short: "过短(最短为 {{count}} 个字符)"
|
||||
wrong_length: "长度非法(必须为 {{count}} 个字符)"
|
||||
too_long: "过长(最长为 %{count} 个字符)"
|
||||
too_short: "过短(最短为 %{count} 个字符)"
|
||||
wrong_length: "长度非法(必须为 %{count} 个字符)"
|
||||
taken: "已经被使用"
|
||||
not_a_number: "不是数字"
|
||||
greater_than: "必须大于 {{count}}"
|
||||
greater_than_or_equal_to: "必须大于或等于 {{count}}"
|
||||
equal_to: "必须等于 {{count}}"
|
||||
less_than: "必须小于 {{count}}"
|
||||
less_than_or_equal_to: "必须小于或等于 {{count}}"
|
||||
greater_than: "必须大于 %{count}"
|
||||
greater_than_or_equal_to: "必须大于或等于 %{count}"
|
||||
equal_to: "必须等于 %{count}"
|
||||
less_than: "必须小于 %{count}"
|
||||
less_than_or_equal_to: "必须小于或等于 %{count}"
|
||||
odd: "必须为单数"
|
||||
even: "必须为双数"
|
||||
greater_than_start_date: "必须在起始日期之后"
|
||||
|
@ -168,20 +168,20 @@ zh:
|
|||
notice_file_not_found: 您访问的页面不存在或已被删除。
|
||||
notice_locking_conflict: 数据已被另一位用户更新
|
||||
notice_not_authorized: 对不起,您无权访问此页面。
|
||||
notice_email_sent: "邮件已成功发送到 {{value}}"
|
||||
notice_email_error: "发送邮件时发生错误 ({{value}})"
|
||||
notice_email_sent: "邮件已成功发送到 %{value}"
|
||||
notice_email_error: "发送邮件时发生错误 (%{value})"
|
||||
notice_feeds_access_key_reseted: 您的RSS存取键已被重置。
|
||||
notice_api_access_key_reseted: 您的API访问键已被重置。
|
||||
notice_failed_to_save_issues: "{{count}} 个问题保存失败(共选择 {{total}} 个问题):{{ids}}."
|
||||
notice_failed_to_save_issues: "%{count} 个问题保存失败(共选择 %{total} 个问题):%{ids}."
|
||||
notice_no_issue_selected: "未选择任何问题!请选择您要编辑的问题。"
|
||||
notice_account_pending: "您的帐号已被成功创建,正在等待管理员的审核。"
|
||||
notice_default_data_loaded: 成功载入默认设置。
|
||||
notice_unable_delete_version: 无法删除版本
|
||||
notice_issue_done_ratios_updated: 问题完成度已更新。
|
||||
|
||||
error_can_t_load_default_data: "无法载入默认设置:{{value}}"
|
||||
error_can_t_load_default_data: "无法载入默认设置:%{value}"
|
||||
error_scm_not_found: "版本库中不存在该条目和(或)其修订版本。"
|
||||
error_scm_command_failed: "访问版本库时发生错误:{{value}}"
|
||||
error_scm_command_failed: "访问版本库时发生错误:%{value}"
|
||||
error_scm_annotate: "该条目不存在或无法追溯。"
|
||||
error_issue_not_found_in_project: '问题不存在或不属于此项目'
|
||||
error_no_tracker_in_project: 该项目未设定跟踪标签,请检查项目配置。
|
||||
|
@ -192,25 +192,25 @@ zh:
|
|||
error_workflow_copy_source: 请选择一个源跟踪标签或者角色
|
||||
error_workflow_copy_target: 请选择目标跟踪标签和角色
|
||||
|
||||
warning_attachments_not_saved: "{{count}} 个文件保存失败。"
|
||||
warning_attachments_not_saved: "%{count} 个文件保存失败。"
|
||||
|
||||
mail_subject_lost_password: "您的 {{value}} 密码"
|
||||
mail_subject_lost_password: "您的 %{value} 密码"
|
||||
mail_body_lost_password: '请点击以下链接来修改您的密码:'
|
||||
mail_subject_register: "{{value}}帐号激活"
|
||||
mail_subject_register: "%{value}帐号激活"
|
||||
mail_body_register: '请点击以下链接来激活您的帐号:'
|
||||
mail_body_account_information_external: "您可以使用您的 {{value}} 帐号来登录。"
|
||||
mail_body_account_information_external: "您可以使用您的 %{value} 帐号来登录。"
|
||||
mail_body_account_information: 您的帐号信息
|
||||
mail_subject_account_activation_request: "{{value}}帐号激活请求"
|
||||
mail_body_account_activation_request: "新用户({{value}})已完成注册,正在等候您的审核:"
|
||||
mail_subject_reminder: "{{count}} 个问题需要尽快解决 ({{days}})"
|
||||
mail_body_reminder: "指派给您的 {{count}} 个问题需要在 {{days}} 天内完成:"
|
||||
mail_subject_wiki_content_added: "'{{id}}' wiki页面已添加"
|
||||
mail_body_wiki_content_added: "'{{id}}' wiki页面已由 {{author}} 添加。"
|
||||
mail_subject_wiki_content_updated: "'{{id}}' wiki页面已更新"
|
||||
mail_body_wiki_content_updated: "'{{id}}' wiki页面已由 {{author}} 更新。"
|
||||
mail_subject_account_activation_request: "%{value}帐号激活请求"
|
||||
mail_body_account_activation_request: "新用户(%{value})已完成注册,正在等候您的审核:"
|
||||
mail_subject_reminder: "%{count} 个问题需要尽快解决 (%{days})"
|
||||
mail_body_reminder: "指派给您的 %{count} 个问题需要在 %{days} 天内完成:"
|
||||
mail_subject_wiki_content_added: "'%{id}' wiki页面已添加"
|
||||
mail_body_wiki_content_added: "'%{id}' wiki页面已由 %{author} 添加。"
|
||||
mail_subject_wiki_content_updated: "'%{id}' wiki页面已更新"
|
||||
mail_body_wiki_content_updated: "'%{id}' wiki页面已由 %{author} 更新。"
|
||||
|
||||
gui_validation_error: 1 个错误
|
||||
gui_validation_error_plural: "{{count}} 个错误"
|
||||
gui_validation_error_plural: "%{count} 个错误"
|
||||
|
||||
field_name: 名称
|
||||
field_description: 描述
|
||||
|
@ -427,14 +427,14 @@ zh:
|
|||
label_x_projects:
|
||||
zero: 无项目
|
||||
one: 1 个项目
|
||||
other: "{{count}} 个项目"
|
||||
other: "%{count} 个项目"
|
||||
label_project_all: 所有的项目
|
||||
label_project_latest: 最近的项目
|
||||
label_issue: 问题
|
||||
label_issue_new: 新建问题
|
||||
label_issue_plural: 问题
|
||||
label_issue_view_all: 查看所有问题
|
||||
label_issues_by: "按 {{value}} 分组显示问题"
|
||||
label_issues_by: "按 %{value} 分组显示问题"
|
||||
label_issue_added: 问题已添加
|
||||
label_issue_updated: 问题已更新
|
||||
label_document: 文档
|
||||
|
@ -483,7 +483,7 @@ zh:
|
|||
label_registered_on: 注册于
|
||||
label_activity: 活动
|
||||
label_overall_activity: 全部活动
|
||||
label_user_activity: "{{value}} 的活动"
|
||||
label_user_activity: "%{value} 的活动"
|
||||
label_new: 新建
|
||||
label_logged_as: 登录为
|
||||
label_environment: 环境
|
||||
|
@ -493,7 +493,7 @@ zh:
|
|||
label_auth_source_plural: 认证模式
|
||||
label_subproject_plural: 子项目
|
||||
label_subproject_new: 新建子项目
|
||||
label_and_its_subprojects: "{{value}} 及其子项目"
|
||||
label_and_its_subprojects: "%{value} 及其子项目"
|
||||
label_min_max_length: 最小 - 最大 长度
|
||||
label_list: 列表
|
||||
label_date: 日期
|
||||
|
@ -504,8 +504,8 @@ zh:
|
|||
label_text: 文本
|
||||
label_attribute: 属性
|
||||
label_attribute_plural: 属性
|
||||
label_download: "{{count}} 次下载"
|
||||
label_download_plural: "{{count}} 次下载"
|
||||
label_download: "%{count} 次下载"
|
||||
label_download_plural: "%{count} 次下载"
|
||||
label_no_data: 没有任何数据可供显示
|
||||
label_change_status: 变更状态
|
||||
label_history: 历史记录
|
||||
|
@ -537,17 +537,17 @@ zh:
|
|||
label_closed_issues: 已关闭
|
||||
label_closed_issues_plural: 已关闭
|
||||
label_x_open_issues_abbr_on_total:
|
||||
zero: 0 打开 / {{total}}
|
||||
one: 1 打开 / {{total}}
|
||||
other: "{{count}} 打开 / {{total}}"
|
||||
zero: 0 打开 / %{total}
|
||||
one: 1 打开 / %{total}
|
||||
other: "%{count} 打开 / %{total}"
|
||||
label_x_open_issues_abbr:
|
||||
zero: 0 打开
|
||||
one: 1 打开
|
||||
other: "{{count}} 打开"
|
||||
other: "%{count} 打开"
|
||||
label_x_closed_issues_abbr:
|
||||
zero: 0 关闭
|
||||
one: 1 关闭
|
||||
other: "{{count}} 关闭"
|
||||
other: "%{count} 关闭"
|
||||
label_total: 合计
|
||||
label_permissions: 权限
|
||||
label_current_status: 当前状态
|
||||
|
@ -565,7 +565,7 @@ zh:
|
|||
label_months_from: 个月以来
|
||||
label_gantt: 甘特图
|
||||
label_internal: 内部
|
||||
label_last_changes: "最近的 {{count}} 次变更"
|
||||
label_last_changes: "最近的 %{count} 次变更"
|
||||
label_change_view_all: 查看所有变更
|
||||
label_personalize_page: 个性化定制本页
|
||||
label_comment: 评论
|
||||
|
@ -573,7 +573,7 @@ zh:
|
|||
label_x_comments:
|
||||
zero: 无评论
|
||||
one: 1 条评论
|
||||
other: "{{count}} 条评论"
|
||||
other: "%{count} 条评论"
|
||||
label_comment_add: 添加评论
|
||||
label_comment_added: 评论已添加
|
||||
label_comment_delete: 删除评论
|
||||
|
@ -594,7 +594,7 @@ zh:
|
|||
label_yesterday: 昨天
|
||||
label_this_week: 本周
|
||||
label_last_week: 上周
|
||||
label_last_n_days: "最后 {{count}} 天"
|
||||
label_last_n_days: "最后 %{count} 天"
|
||||
label_this_month: 本月
|
||||
label_last_month: 上月
|
||||
label_this_year: 今年
|
||||
|
@ -608,13 +608,13 @@ zh:
|
|||
label_repository: 版本库
|
||||
label_repository_plural: 版本库
|
||||
label_browse: 浏览
|
||||
label_modification: "{{count}} 个更新"
|
||||
label_modification_plural: "{{count}} 个更新"
|
||||
label_modification: "%{count} 个更新"
|
||||
label_modification_plural: "%{count} 个更新"
|
||||
label_branch: 分支
|
||||
label_tag: 标签
|
||||
label_revision: 修订
|
||||
label_revision_plural: 修订
|
||||
label_revision_id: 修订 {{value}}
|
||||
label_revision_id: 修订 %{value}
|
||||
label_associated_revisions: 相关修订版本
|
||||
label_added: 已添加
|
||||
label_modified: 已修改
|
||||
|
@ -631,8 +631,8 @@ zh:
|
|||
label_sort_lower: 下移
|
||||
label_sort_lowest: 置底
|
||||
label_roadmap: 路线图
|
||||
label_roadmap_due_in: "截止日期到 {{value}}"
|
||||
label_roadmap_overdue: "{{value}} 延期"
|
||||
label_roadmap_due_in: "截止日期到 %{value}"
|
||||
label_roadmap_overdue: "%{value} 延期"
|
||||
label_roadmap_no_issues: 该版本没有问题
|
||||
label_search: 搜索
|
||||
label_result_plural: 结果
|
||||
|
@ -650,8 +650,8 @@ zh:
|
|||
label_changes_details: 所有变更的详情
|
||||
label_issue_tracking: 问题跟踪
|
||||
label_spent_time: 耗时
|
||||
label_f_hour: "{{value}} 小时"
|
||||
label_f_hour_plural: "{{value}} 小时"
|
||||
label_f_hour: "%{value} 小时"
|
||||
label_f_hour_plural: "%{value} 小时"
|
||||
label_time_tracking: 时间跟踪
|
||||
label_change_plural: 变更
|
||||
label_statistics: 统计
|
||||
|
@ -700,15 +700,15 @@ zh:
|
|||
label_date_from: 从
|
||||
label_date_to: 到
|
||||
label_language_based: 根据用户的语言
|
||||
label_sort_by: "根据 {{value}} 排序"
|
||||
label_sort_by: "根据 %{value} 排序"
|
||||
label_send_test_email: 发送测试邮件
|
||||
label_feeds_access_key: RSS存取键
|
||||
label_missing_feeds_access_key: 缺少RSS存取键
|
||||
label_feeds_access_key_created_on: "RSS存取键是在 {{value}} 之前建立的"
|
||||
label_feeds_access_key_created_on: "RSS存取键是在 %{value} 之前建立的"
|
||||
label_module_plural: 模块
|
||||
label_added_time_by: "由 {{author}} 在 {{age}} 之前添加"
|
||||
label_updated_time: " 更新于 {{value}} 之前"
|
||||
label_updated_time_by: "由 {{author}} 更新于 {{age}} 之前"
|
||||
label_added_time_by: "由 %{author} 在 %{age} 之前添加"
|
||||
label_updated_time: " 更新于 %{value} 之前"
|
||||
label_updated_time_by: "由 %{author} 更新于 %{age} 之前"
|
||||
label_jump_to_a_project: 选择一个项目...
|
||||
label_file_plural: 文件
|
||||
label_changeset_plural: 变更
|
||||
|
@ -724,7 +724,7 @@ zh:
|
|||
label_registration_activation_by_email: 通过邮件认证激活帐号
|
||||
label_registration_manual_activation: 手动激活帐号
|
||||
label_registration_automatic_activation: 自动激活帐号
|
||||
label_display_per_page: "每页显示:{{value}}"
|
||||
label_display_per_page: "每页显示:%{value}"
|
||||
label_age: 年龄
|
||||
label_change_properties: 修改属性
|
||||
label_general: 一般
|
||||
|
@ -747,7 +747,7 @@ zh:
|
|||
label_sort: 排序
|
||||
label_ascending: 升序
|
||||
label_descending: 降序
|
||||
label_date_from_to: 从 {{start}} 到 {{end}}
|
||||
label_date_from_to: 从 %{start} 到 %{end}
|
||||
label_wiki_content_added: Wiki 页面已添加
|
||||
label_wiki_content_updated: Wiki 页面已更新
|
||||
label_group: 组
|
||||
|
@ -766,7 +766,7 @@ zh:
|
|||
label_display_used_statuses_only: 只显示被此跟踪标签使用的状态
|
||||
label_api_access_key: API访问键
|
||||
label_missing_api_access_key: 缺少API访问键
|
||||
label_api_access_key_created_on: API访问键是在 {{value}} 之前建立的
|
||||
label_api_access_key_created_on: API访问键是在 %{value} 之前建立的
|
||||
|
||||
button_login: 登录
|
||||
button_submit: 提交
|
||||
|
@ -826,53 +826,53 @@ zh:
|
|||
text_regexp_info: 例如:^[A-Z0-9]+$
|
||||
text_min_max_length_info: 0 表示没有限制
|
||||
text_project_destroy_confirmation: 您确信要删除这个项目以及所有相关的数据吗?
|
||||
text_subprojects_destroy_warning: "以下子项目也将被同时删除:{{value}}"
|
||||
text_subprojects_destroy_warning: "以下子项目也将被同时删除:%{value}"
|
||||
text_workflow_edit: 选择角色和跟踪标签来编辑工作流程
|
||||
text_are_you_sure: 您确定?
|
||||
text_journal_changed: "{{label}} 从 {{old}} 变更为 {{new}}"
|
||||
text_journal_set_to: "{{label}} 被设置为 {{value}}"
|
||||
text_journal_deleted: "{{label}} 已删除 ({{old}})"
|
||||
text_journal_added: "{{label}} {{value}} 已添加"
|
||||
text_journal_changed: "%{label} 从 %{old} 变更为 %{new}"
|
||||
text_journal_set_to: "%{label} 被设置为 %{value}"
|
||||
text_journal_deleted: "%{label} 已删除 (%{old})"
|
||||
text_journal_added: "%{label} %{value} 已添加"
|
||||
text_tip_issue_begin_day: 今天开始的任务
|
||||
text_tip_issue_end_day: 今天结束的任务
|
||||
text_tip_issue_begin_end_day: 今天开始并结束的任务
|
||||
text_project_identifier_info: '只允许使用小写字母(a-z),数字和连字符(-)。<br />请注意,标识符保存后将不可修改。'
|
||||
text_caracters_maximum: "最多 {{count}} 个字符。"
|
||||
text_caracters_minimum: "至少需要 {{count}} 个字符。"
|
||||
text_length_between: "长度必须在 {{min}} 到 {{max}} 个字符之间。"
|
||||
text_caracters_maximum: "最多 %{count} 个字符。"
|
||||
text_caracters_minimum: "至少需要 %{count} 个字符。"
|
||||
text_length_between: "长度必须在 %{min} 到 %{max} 个字符之间。"
|
||||
text_tracker_no_workflow: 此跟踪标签未定义工作流程
|
||||
text_unallowed_characters: 非法字符
|
||||
text_comma_separated: 可以使用多个值(用逗号,分开)。
|
||||
text_line_separated: 可以使用多个值(每行一个值)。
|
||||
text_issues_ref_in_commit_messages: 在提交信息中引用和解决问题
|
||||
text_issue_added: "问题 {{id}} 已由 {{author}} 提交。"
|
||||
text_issue_updated: "问题 {{id}} 已由 {{author}} 更新。"
|
||||
text_issue_added: "问题 %{id} 已由 %{author} 提交。"
|
||||
text_issue_updated: "问题 %{id} 已由 %{author} 更新。"
|
||||
text_wiki_destroy_confirmation: 您确定要删除这个 wiki 及其所有内容吗?
|
||||
text_issue_category_destroy_question: "有一些问题({{count}} 个)属于此类别。您想进行哪种操作?"
|
||||
text_issue_category_destroy_question: "有一些问题(%{count} 个)属于此类别。您想进行哪种操作?"
|
||||
text_issue_category_destroy_assignments: 删除问题的所属类别(问题变为无类别)
|
||||
text_issue_category_reassign_to: 为问题选择其它类别
|
||||
text_user_mail_option: "对于没有选中的项目,您将只会收到您跟踪或参与的项目的通知(比如说,您是问题的报告者, 或被指派解决此问题)。"
|
||||
text_no_configuration_data: "角色、跟踪标签、问题状态和工作流程还没有设置。\n强烈建议您先载入默认设置,然后在此基础上进行修改。"
|
||||
text_load_default_configuration: 载入默认设置
|
||||
text_status_changed_by_changeset: "已应用到变更列表 {{value}}."
|
||||
text_status_changed_by_changeset: "已应用到变更列表 %{value}."
|
||||
text_issues_destroy_confirmation: '您确定要删除选中的问题吗?'
|
||||
text_select_project_modules: '请选择此项目可以使用的模块:'
|
||||
text_default_administrator_account_changed: 默认的管理员帐号已改变
|
||||
text_file_repository_writable: 附件路径可写
|
||||
text_plugin_assets_writable: 插件的附件路径可写
|
||||
text_rmagick_available: RMagick 可用(可选的)
|
||||
text_destroy_time_entries_question: 您要删除的问题已经上报了 {{hours}} 小时的工作量。您想进行那种操作?
|
||||
text_destroy_time_entries_question: 您要删除的问题已经上报了 %{hours} 小时的工作量。您想进行那种操作?
|
||||
text_destroy_time_entries: 删除上报的工作量
|
||||
text_assign_time_entries_to_project: 将已上报的工作量提交到项目中
|
||||
text_reassign_time_entries: '将已上报的工作量指定到此问题:'
|
||||
text_user_wrote: "{{value}} 写到:"
|
||||
text_user_wrote: "%{value} 写到:"
|
||||
text_enumeration_category_reassign_to: '将它们关联到新的枚举值:'
|
||||
text_enumeration_destroy_question: "{{count}} 个对象被关联到了这个枚举值。"
|
||||
text_enumeration_destroy_question: "%{count} 个对象被关联到了这个枚举值。"
|
||||
text_email_delivery_not_configured: "邮件参数尚未配置,因此邮件通知功能已被禁用。\n请在config/email.yml中配置您的SMTP服务器信息并重新启动以使其生效。"
|
||||
text_repository_usernames_mapping: "选择或更新与版本库中的用户名对应的Redmine用户。\n版本库中与Redmine中的同名用户将被自动对应。"
|
||||
text_diff_truncated: '... 差别内容超过了可显示的最大行数并已被截断'
|
||||
text_custom_field_possible_values_info: '每项数值一行'
|
||||
text_wiki_page_destroy_question: 此页面有 {{descendants}} 个子页面和下级页面。您想进行那种操作?
|
||||
text_wiki_page_destroy_question: 此页面有 %{descendants} 个子页面和下级页面。您想进行那种操作?
|
||||
text_wiki_page_reassign_children: 将子页面的上级页面设置为
|
||||
text_wiki_page_nullify_children: 将子页面保留为根页面
|
||||
text_wiki_page_destroy_children: 删除子页面及其所有下级页面
|
||||
|
@ -916,12 +916,12 @@ zh:
|
|||
label_subtask_plural: 子任务
|
||||
label_project_copy_notifications: 复制项目时发送邮件通知
|
||||
error_can_not_delete_custom_field: 不能删除自定义属性
|
||||
error_unable_to_connect: 不能连接到 ({{value}})
|
||||
error_unable_to_connect: 不能连接到 (%{value})
|
||||
error_can_not_remove_role: 该角色正在使用中, 不能删除.
|
||||
error_can_not_delete_tracker: 该跟踪标签包含问题, 不能删除.
|
||||
field_principal: 用户/用户组
|
||||
label_my_page_block: 我的工作台模块
|
||||
notice_failed_to_save_members: "成员保存失败:{{errors}}。"
|
||||
notice_failed_to_save_members: "成员保存失败:%{errors}。"
|
||||
text_zoom_out: 缩小
|
||||
text_zoom_in: 放大
|
||||
notice_unable_delete_time_entry: 无法删除工时记录。
|
||||
|
@ -929,7 +929,7 @@ zh:
|
|||
field_time_entries: Log time
|
||||
project_module_gantt: Gantt
|
||||
project_module_calendar: Calendar
|
||||
button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}"
|
||||
button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
|
||||
text_are_you_sure_with_children: Delete issue and all child issues?
|
||||
field_text: Text field
|
||||
label_user_mail_option_only_owner: Only for things I am the owner of
|
||||
|
@ -946,7 +946,7 @@ zh:
|
|||
field_visible: Visible
|
||||
setting_emails_header: Emails header
|
||||
setting_commit_logtime_activity_id: Activity for logged time
|
||||
text_time_logged_by_changeset: Applied in changeset {{value}}.
|
||||
text_time_logged_by_changeset: Applied in changeset %{value}.
|
||||
setting_commit_logtime_enabled: Enable time logging
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed ({{max}})
|
||||
notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max})
|
||||
setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
|
||||
|
|
Loading…
Reference in New Issue