@@ -1,3 +1,3 | |||||
1 | <%= l(:text_issue_added, "##{@issue.id}") %> |
|
1 | <%= l(:text_issue_added, "##{@issue.id}", @issue.author) %> | |
2 | <hr /> |
|
2 | <hr /> | |
3 | <%= render :partial => "issue_text_html", :locals => { :issue => @issue, :issue_url => @issue_url } %> |
|
3 | <%= render :partial => "issue_text_html", :locals => { :issue => @issue, :issue_url => @issue_url } %> |
@@ -1,3 +1,4 | |||||
1 | <%= l(:text_issue_added, "##{@issue.id}") %> |
|
1 | <%= l(:text_issue_added, "##{@issue.id}", @issue.author) %> | |
|
2 | ||||
2 | ---------------------------------------- |
|
3 | ---------------------------------------- | |
3 | <%= render :partial => "issue_text_plain", :locals => { :issue => @issue, :issue_url => @issue_url } %> |
|
4 | <%= render :partial => "issue_text_plain", :locals => { :issue => @issue, :issue_url => @issue_url } %> |
@@ -1,10 +1,11 | |||||
1 |
<%= l(:text_issue_updated, "##{@issue.id}") %> |
|
1 | <%= l(:text_issue_updated, "##{@issue.id}", @journal.user) %> | |
2 | <em><%= @journal.user.name %></em> |
|
2 | ||
3 | <ul> |
|
3 | <ul> | |
4 | <% for detail in @journal.details %> |
|
4 | <% for detail in @journal.details %> | |
5 | <li><%= show_detail(detail, true) %></li> |
|
5 | <li><%= show_detail(detail, true) %></li> | |
6 | <% end %> |
|
6 | <% end %> | |
7 | </ul> |
|
7 | </ul> | |
|
8 | ||||
8 | <%= textilizable(@journal.notes) %> |
|
9 | <%= textilizable(@journal.notes) %> | |
9 | <hr /> |
|
10 | <hr /> | |
10 | <%= render :partial => "issue_text_html", :locals => { :issue => @issue, :issue_url => @issue_url } %> |
|
11 | <%= render :partial => "issue_text_html", :locals => { :issue => @issue, :issue_url => @issue_url } %> |
@@ -1,8 +1,9 | |||||
1 | <%= l(:text_issue_updated, "##{@issue.id}") %> |
|
1 | <%= l(:text_issue_updated, "##{@issue.id}", @journal.user) %> | |
2 | <%= @journal.user.name %> |
|
2 | ||
3 | <% for detail in @journal.details %> |
|
3 | <% for detail in @journal.details -%> | |
4 | <%= show_detail(detail, true) %> |
|
4 | <%= show_detail(detail, true) %> | |
5 | <% end %> |
|
5 | <% end -%> | |
|
6 | ||||
6 | <%= @journal.notes if @journal.notes? %> |
|
7 | <%= @journal.notes if @journal.notes? %> | |
7 | ---------------------------------------- |
|
8 | ---------------------------------------- | |
8 | <%= render :partial => "issue_text_plain", :locals => { :issue => @issue, :issue_url => @issue_url } %> |
|
9 | <%= render :partial => "issue_text_plain", :locals => { :issue => @issue, :issue_url => @issue_url } %> |
@@ -73,8 +73,8 notice_email_sent: Изпратен e-mail на %s | |||||
73 | notice_email_error: Грешка при изпращане на e-mail (%s) |
|
73 | notice_email_error: Грешка при изпращане на e-mail (%s) | |
74 | notice_feeds_access_key_reseted: Вашия ключ за RSS достъп беше променен. |
|
74 | notice_feeds_access_key_reseted: Вашия ключ за RSS достъп беше променен. | |
75 |
|
75 | |||
76 |
error_scm_not_found: Несъществуващ обект в |
|
76 | error_scm_not_found: Несъществуващ обект в хранилището. | |
77 | error_scm_command_failed: "An error occurred when trying to access the repository: %s" |
|
77 | error_scm_command_failed: "Грешка при опит за комуникация с хранилище: %s" | |
78 |
|
78 | |||
79 | mail_subject_lost_password: Вашата парола |
|
79 | mail_subject_lost_password: Вашата парола | |
80 | mail_body_lost_password: 'За да смените паролата си, използвайте следния линк:' |
|
80 | mail_body_lost_password: 'За да смените паролата си, използвайте следния линк:' | |
@@ -95,9 +95,9 field_filename: Файл | |||||
95 | field_filesize: Големина |
|
95 | field_filesize: Големина | |
96 | field_downloads: Downloads |
|
96 | field_downloads: Downloads | |
97 | field_author: Автор |
|
97 | field_author: Автор | |
98 |
field_created_on: |
|
98 | field_created_on: От дата | |
99 | field_updated_on: Обновена |
|
99 | field_updated_on: Обновена | |
100 |
field_field_format: |
|
100 | field_field_format: Тип | |
101 | field_is_for_all: За всички проекти |
|
101 | field_is_for_all: За всички проекти | |
102 | field_possible_values: Възможни стойности |
|
102 | field_possible_values: Възможни стойности | |
103 | field_regexp: Регулярен израз |
|
103 | field_regexp: Регулярен израз | |
@@ -178,8 +178,8 setting_host_name: Хост | |||||
178 | setting_text_formatting: Форматиране на текста |
|
178 | setting_text_formatting: Форматиране на текста | |
179 | setting_wiki_compression: Wiki компресиране на историята |
|
179 | setting_wiki_compression: Wiki компресиране на историята | |
180 | setting_feeds_limit: Лимит на Feeds |
|
180 | setting_feeds_limit: Лимит на Feeds | |
181 |
setting_autofetch_changesets: Автоматично обработване на commits в |
|
181 | setting_autofetch_changesets: Автоматично обработване на commits в хранилището | |
182 |
setting_sys_api_enabled: Разрешаване на WS за управление на |
|
182 | setting_sys_api_enabled: Разрешаване на WS за управление на хранилището | |
183 | setting_commit_ref_keywords: Отбелязващи ключови думи |
|
183 | setting_commit_ref_keywords: Отбелязващи ключови думи | |
184 | setting_commit_fix_keywords: Приключващи ключови думи |
|
184 | setting_commit_fix_keywords: Приключващи ключови думи | |
185 | setting_autologin: Автоматичен вход |
|
185 | setting_autologin: Автоматичен вход | |
@@ -254,7 +254,7 label_subproject_plural: Подпроекти | |||||
254 | label_min_max_length: Мин. - Макс. дължина |
|
254 | label_min_max_length: Мин. - Макс. дължина | |
255 | label_list: Списък |
|
255 | label_list: Списък | |
256 | label_date: Дата |
|
256 | label_date: Дата | |
257 |
label_integer: |
|
257 | label_integer: Целочислен | |
258 | label_boolean: Чекбокс |
|
258 | label_boolean: Чекбокс | |
259 | label_string: Текст |
|
259 | label_string: Текст | |
260 | label_text: Дълъг текст |
|
260 | label_text: Дълъг текст | |
@@ -332,7 +332,7 label_ago: преди | |||||
332 | label_contains: съдържа |
|
332 | label_contains: съдържа | |
333 | label_not_contains: не съдържа |
|
333 | label_not_contains: не съдържа | |
334 | label_day_plural: дни |
|
334 | label_day_plural: дни | |
335 |
label_repository: |
|
335 | label_repository: Хранилище | |
336 | label_browse: Разглеждане |
|
336 | label_browse: Разглеждане | |
337 | label_modification: %d промяна |
|
337 | label_modification: %d промяна | |
338 | label_modification_plural: %d промени |
|
338 | label_modification_plural: %d промени | |
@@ -418,7 +418,7 label_week: Седмица | |||||
418 | label_date_from: От |
|
418 | label_date_from: От | |
419 | label_date_to: До |
|
419 | label_date_to: До | |
420 | label_language_based: В зависимост от езика |
|
420 | label_language_based: В зависимост от езика | |
421 |
label_sort_by: |
|
421 | label_sort_by: Сортиране по %s | |
422 | label_send_test_email: Изпращане на тестов e-mail |
|
422 | label_send_test_email: Изпращане на тестов e-mail | |
423 | label_feeds_access_key_created_on: %s от създаването на RSS ключа |
|
423 | label_feeds_access_key_created_on: %s от създаването на RSS ключа | |
424 | label_module_plural: Модули |
|
424 | label_module_plural: Модули | |
@@ -482,8 +482,8 text_tracker_no_workflow: Няма дефиниран работен проце | |||||
482 | text_unallowed_characters: Непозволени символи |
|
482 | text_unallowed_characters: Непозволени символи | |
483 | text_comma_separated: Позволено е изброяване (с разделител запетая). |
|
483 | text_comma_separated: Позволено е изброяване (с разделител запетая). | |
484 | text_issues_ref_in_commit_messages: Отбелязване и приключване на задачи от commit съобщения |
|
484 | text_issues_ref_in_commit_messages: Отбелязване и приключване на задачи от commit съобщения | |
485 | text_issue_added: Публикувана е нова задача с номер %s. |
|
485 | text_issue_added: Публикувана е нова задача с номер %s (by %s). | |
486 | text_issue_updated: Задача %s е обновена. |
|
486 | text_issue_updated: Задача %s е обновена (by %s). | |
487 | text_wiki_destroy_confirmation: Сигурни ли сте, че искате да изтриете това Wiki и цялото му съдържание? |
|
487 | text_wiki_destroy_confirmation: Сигурни ли сте, че искате да изтриете това Wiki и цялото му съдържание? | |
488 | text_issue_category_destroy_question: Има задачи (%d) обвързани с тази категория. Какво ще изберете? |
|
488 | text_issue_category_destroy_question: Има задачи (%d) обвързани с тази категория. Какво ще изберете? | |
489 | text_issue_category_destroy_assignments: Премахване на връзките с категорията |
|
489 | text_issue_category_destroy_assignments: Премахване на връзките с категорията | |
@@ -514,12 +514,12 default_activity_development: Разработка | |||||
514 | enumeration_issue_priorities: Приоритети на задачи |
|
514 | enumeration_issue_priorities: Приоритети на задачи | |
515 | enumeration_doc_categories: Категории документи |
|
515 | enumeration_doc_categories: Категории документи | |
516 | enumeration_activities: Дейности (time tracking) |
|
516 | enumeration_activities: Дейности (time tracking) | |
517 |
label_file_plural: |
|
517 | label_file_plural: Файлове | |
518 | label_changeset_plural: Changesets |
|
518 | label_changeset_plural: Changesets | |
519 | field_column_names: Колони |
|
519 | field_column_names: Колони | |
520 | label_default_columns: По подразбиране |
|
520 | label_default_columns: По подразбиране | |
521 | setting_issue_list_default_columns: Показвани колони по подразбиране |
|
521 | setting_issue_list_default_columns: Показвани колони по подразбиране | |
522 |
setting_repositories_encodings: |
|
522 | setting_repositories_encodings: Кодови таблици на хранилищата | |
523 | notice_no_issue_selected: "Няма избрани задачи." |
|
523 | notice_no_issue_selected: "Няма избрани задачи." | |
524 | label_bulk_edit_selected_issues: Редактиране на задачи |
|
524 | label_bulk_edit_selected_issues: Редактиране на задачи | |
525 | label_no_change_option: (Без промяна) |
|
525 | label_no_change_option: (Без промяна) | |
@@ -527,42 +527,42 notice_failed_to_save_issues: "Неуспешен запис на %d задач | |||||
527 | label_theme: Тема |
|
527 | label_theme: Тема | |
528 | label_default: По подразбиране |
|
528 | label_default: По подразбиране | |
529 | label_search_titles_only: Само в заглавията |
|
529 | label_search_titles_only: Само в заглавията | |
530 |
label_nobody: |
|
530 | label_nobody: никой | |
531 |
button_change_password: |
|
531 | button_change_password: Промяна на парола | |
532 | 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)." |
|
532 | text_user_mail_option: "За неизбраните проекти, ще получавате известия само за наблюдавани дейности или в които участвате (т.е. автор или назначени на мен)." | |
533 | label_user_mail_option_selected: "For any event on the selected projects only..." |
|
533 | label_user_mail_option_selected: "За всички събития само в избраните проекти..." | |
534 | label_user_mail_option_all: "For any event on all my projects" |
|
534 | label_user_mail_option_all: "За всяко събитие в проектите, в които участвам" | |
535 | label_user_mail_option_none: "Only for things I watch or I'm involved in" |
|
535 | label_user_mail_option_none: "Само за наблюдавани или в които участвам (автор или назначени на мен)" | |
536 |
setting_emails_footer: |
|
536 | setting_emails_footer: Подтекст за e-mail | |
537 |
label_float: |
|
537 | label_float: Дробно | |
538 |
button_copy: |
|
538 | button_copy: Копиране | |
539 |
mail_body_account_information_external: |
|
539 | mail_body_account_information_external: Можете да използвате вашия "%s" акаунт за вход в Redmine. | |
540 |
mail_body_account_information: |
|
540 | mail_body_account_information: Информацията за акаунта ви в Redmine | |
541 |
setting_protocol: |
|
541 | setting_protocol: Протокол | |
542 | label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself" |
|
542 | label_user_mail_no_self_notified: "Не искам известия за извършени от мен промени" | |
543 |
setting_time_format: |
|
543 | setting_time_format: Формат на часа | |
544 |
label_registration_activation_by_email: |
|
544 | label_registration_activation_by_email: активиране на акаунта по email | |
545 |
mail_subject_account_activation_request: Redmine |
|
545 | mail_subject_account_activation_request: Заявка за активиране на акаунт в Redmine | |
546 | mail_body_account_activation_request: 'A new user (%s) has registered. His account his pending your approval:' |
|
546 | mail_body_account_activation_request: 'Има новорегистриран потребител (%s), очакващ вашето одобрение:' | |
547 |
label_registration_automatic_activation: |
|
547 | label_registration_automatic_activation: автоматично активиране | |
548 |
label_registration_manual_activation: |
|
548 | label_registration_manual_activation: ръчно активиране | |
549 | notice_account_pending: "Your account was created and is now pending administrator approval." |
|
549 | notice_account_pending: "Акаунтът Ви е създаден и очаква одобрение от администратор." | |
550 |
field_time_zone: |
|
550 | field_time_zone: Часова зона | |
551 | text_caracters_minimum: Must be at least %d characters long. |
|
551 | text_caracters_minimum: Минимум %d символа. | |
552 |
setting_bcc_recipients: Blind carbon copy |
|
552 | setting_bcc_recipients: Blind carbon copy (bcc) получатели | |
553 |
button_annotate: |
|
553 | button_annotate: Анотация | |
554 |
label_issues_by: |
|
554 | label_issues_by: Задачи по %s | |
555 | field_searchable: Searchable |
|
555 | field_searchable: С възможност за търсене | |
556 |
label_display_per_page: ' |
|
556 | label_display_per_page: 'На страница по: %s' | |
557 | setting_per_page_options: Objects per page options |
|
557 | setting_per_page_options: Опции за страниране | |
558 |
label_age: |
|
558 | label_age: Възраст | |
559 | notice_default_data_loaded: Default configuration successfully loaded. |
|
559 | notice_default_data_loaded: Примерната информацията е успешно заредена. | |
560 | text_load_default_configuration: Load the default configuration |
|
560 | text_load_default_configuration: Зареждане на примерна информация | |
561 | 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." |
|
561 | text_no_configuration_data: "Все още не са конфигурирани Роли, тракери, статуси на задачи и работен процес.\nСтрого се препоръчва зареждането на примерната информация. Веднъж заредена ще имате възможност да я редактирате." | |
562 | error_can_t_load_default_data: "Default configuration could not be loaded: %s" |
|
562 | error_can_t_load_default_data: "Грешка при зареждане на примерната информация: %s" | |
563 |
button_update: |
|
563 | button_update: Обновяване | |
564 | label_change_properties: Change properties |
|
564 | label_change_properties: Промяна на настройки | |
565 |
label_general: |
|
565 | label_general: Основни | |
566 |
label_repository_plural: |
|
566 | label_repository_plural: Хранилища | |
567 |
label_associated_revisions: |
|
567 | label_associated_revisions: Асоциирани ревизии | |
568 | setting_user_format: Users display format |
|
568 | setting_user_format: Потребителски формат |
@@ -505,10 +505,10 button_rename: Rename | |||||
505 | text_issue_category_destroy_question: Some issues (%d) are assigned to this category. What do you want to do ? |
|
505 | text_issue_category_destroy_question: Some issues (%d) are assigned to this category. What do you want to do ? | |
506 | label_module_plural: Modules |
|
506 | label_module_plural: Modules | |
507 | label_jump_to_a_project: Jump to a project... |
|
507 | label_jump_to_a_project: Jump to a project... | |
508 | text_issue_updated: Issue %s has been updated. |
|
508 | text_issue_updated: Issue %s has been updated by %s. | |
509 | field_redirect_existing_links: Redirect existing links |
|
509 | field_redirect_existing_links: Redirect existing links | |
510 | text_issue_category_reassign_to: Reassing issues to this category |
|
510 | text_issue_category_reassign_to: Reassing issues to this category | |
511 | text_issue_added: Issue %s has been reported. |
|
511 | text_issue_added: Issue %s has been reported by %s. | |
512 | label_file_plural: Files |
|
512 | label_file_plural: Files | |
513 | text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content ? |
|
513 | text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content ? | |
514 | label_updated_time: Updated %s ago |
|
514 | label_updated_time: Updated %s ago |
@@ -531,8 +531,8 text_tracker_no_workflow: Kein Workflow für diesen Tracker definiert. | |||||
531 | text_unallowed_characters: Nicht erlaubte Zeichen |
|
531 | text_unallowed_characters: Nicht erlaubte Zeichen | |
532 | text_comma_separated: Mehrere Werte erlaubt (durch Komma getrennt). |
|
532 | text_comma_separated: Mehrere Werte erlaubt (durch Komma getrennt). | |
533 | text_issues_ref_in_commit_messages: Ticket-Beziehungen und -Status in Commit-Log-Meldungen |
|
533 | text_issues_ref_in_commit_messages: Ticket-Beziehungen und -Status in Commit-Log-Meldungen | |
534 | text_issue_added: Ticket %s wurde erstellt. |
|
534 | text_issue_added: Ticket %s wurde erstellt by %s. | |
535 | text_issue_updated: Ticket %s wurde aktualisiert. |
|
535 | text_issue_updated: Ticket %s wurde aktualisiert by %s. | |
536 | text_wiki_destroy_confirmation: Sind Sie sicher, dass Sie dieses Wiki mit sämtlichem Inhalt löschen möchten? |
|
536 | text_wiki_destroy_confirmation: Sind Sie sicher, dass Sie dieses Wiki mit sämtlichem Inhalt löschen möchten? | |
537 | text_issue_category_destroy_question: Einige Tickets (%d) sind dieser Kategorie zugeodnet. Was möchten Sie tun? |
|
537 | text_issue_category_destroy_question: Einige Tickets (%d) sind dieser Kategorie zugeodnet. Was möchten Sie tun? | |
538 | text_issue_category_destroy_assignments: Kategorie-Zuordnung entfernen |
|
538 | text_issue_category_destroy_assignments: Kategorie-Zuordnung entfernen |
@@ -531,8 +531,8 text_tracker_no_workflow: No workflow defined for this tracker | |||||
531 | text_unallowed_characters: Unallowed characters |
|
531 | text_unallowed_characters: Unallowed characters | |
532 | text_comma_separated: Multiple values allowed (comma separated). |
|
532 | text_comma_separated: Multiple values allowed (comma separated). | |
533 | text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages |
|
533 | text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages | |
534 | text_issue_added: Issue %s has been reported. |
|
534 | text_issue_added: Issue %s has been reported by %s. | |
535 | text_issue_updated: Issue %s has been updated. |
|
535 | text_issue_updated: Issue %s has been updated by %s. | |
536 | text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content ? |
|
536 | text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content ? | |
537 | text_issue_category_destroy_question: Some issues (%d) are assigned to this category. What do you want to do ? |
|
537 | text_issue_category_destroy_question: Some issues (%d) are assigned to this category. What do you want to do ? | |
538 | text_issue_category_destroy_assignments: Remove category assignments |
|
538 | text_issue_category_destroy_assignments: Remove category assignments |
@@ -505,12 +505,12 label_jump_to_a_project: Ir al proyecto... | |||||
505 | field_assignable: Se pueden asignar peticiones a este perfil |
|
505 | field_assignable: Se pueden asignar peticiones a este perfil | |
506 | label_sort_by: Ordenar por %s |
|
506 | label_sort_by: Ordenar por %s | |
507 | setting_issue_list_default_columns: Columnas por defecto para la lista de peticiones |
|
507 | setting_issue_list_default_columns: Columnas por defecto para la lista de peticiones | |
508 | text_issue_updated: La petición %s ha sido actualizada. |
|
508 | text_issue_updated: La petición %s ha sido actualizada por %s. | |
509 | notice_feeds_access_key_reseted: Su clave de acceso para RSS ha sido reiniciada |
|
509 | notice_feeds_access_key_reseted: Su clave de acceso para RSS ha sido reiniciada | |
510 | field_redirect_existing_links: Redireccionar enlaces existentes |
|
510 | field_redirect_existing_links: Redireccionar enlaces existentes | |
511 | text_issue_category_reassign_to: Reasignar las peticiones a la categoría |
|
511 | text_issue_category_reassign_to: Reasignar las peticiones a la categoría | |
512 | notice_email_sent: Se ha enviado un correo a %s |
|
512 | notice_email_sent: Se ha enviado un correo a %s | |
513 | text_issue_added: Petición añadida |
|
513 | text_issue_added: Petición añadida por %s. | |
514 | field_comments: Comentario |
|
514 | field_comments: Comentario | |
515 | label_file_plural: Archivos |
|
515 | label_file_plural: Archivos | |
516 | text_wiki_destroy_confirmation: ¿Seguro que quiere borrar el wiki y todo su contenido? |
|
516 | text_wiki_destroy_confirmation: ¿Seguro que quiere borrar el wiki y todo su contenido? |
@@ -533,8 +533,8 text_tracker_no_workflow: Ei työnkulkua määritelty tälle tiketille | |||||
533 | text_unallowed_characters: Kiellettyjä merkkejä |
|
533 | text_unallowed_characters: Kiellettyjä merkkejä | |
534 | text_comma_separated: Useat arvot sallittu (pilkku eroteltuna). |
|
534 | text_comma_separated: Useat arvot sallittu (pilkku eroteltuna). | |
535 | text_issues_ref_in_commit_messages: Liitän ja korjaan ongelmia syötetyssä viestissä |
|
535 | text_issues_ref_in_commit_messages: Liitän ja korjaan ongelmia syötetyssä viestissä | |
536 | text_issue_added: Tapahtuma %s on kirjattu. |
|
536 | text_issue_added: Tapahtuma %s on kirjattu by %s. | |
537 | text_issue_updated: Tapahtuma %s on päivitetty. |
|
537 | text_issue_updated: Tapahtuma %s on päivitetty by %s. | |
538 | text_wiki_destroy_confirmation: Oletko varma että haluat poistaa tämän wiki:n ja kaikki sen sisältämän tiedon? |
|
538 | text_wiki_destroy_confirmation: Oletko varma että haluat poistaa tämän wiki:n ja kaikki sen sisältämän tiedon? | |
539 | text_issue_category_destroy_question: Jotkut tapahtumat (%d) ovat nimetty tälle luokalle. Mitä haluat tehdä? |
|
539 | text_issue_category_destroy_question: Jotkut tapahtumat (%d) ovat nimetty tälle luokalle. Mitä haluat tehdä? | |
540 | text_issue_category_destroy_assignments: Poista luokan tehtävät |
|
540 | text_issue_category_destroy_assignments: Poista luokan tehtävät |
@@ -532,8 +532,8 text_tracker_no_workflow: Aucun worflow n'est défini pour ce tracker | |||||
532 | text_unallowed_characters: Caractères non autorisés |
|
532 | text_unallowed_characters: Caractères non autorisés | |
533 | text_comma_separated: Plusieurs valeurs possibles (séparées par des virgules). |
|
533 | text_comma_separated: Plusieurs valeurs possibles (séparées par des virgules). | |
534 | text_issues_ref_in_commit_messages: Référencement et résolution des demandes dans les commentaires de commits |
|
534 | text_issues_ref_in_commit_messages: Référencement et résolution des demandes dans les commentaires de commits | |
535 | text_issue_added: La demande %s a été soumise. |
|
535 | text_issue_added: La demande %s a été soumise par %s. | |
536 | text_issue_updated: La demande %s a été mise à jour. |
|
536 | text_issue_updated: La demande %s a été mise à jour par %s. | |
537 | text_wiki_destroy_confirmation: Etes-vous sûr de vouloir supprimer ce wiki et tout son contenu ? |
|
537 | text_wiki_destroy_confirmation: Etes-vous sûr de vouloir supprimer ce wiki et tout son contenu ? | |
538 | text_issue_category_destroy_question: Des demandes (%d) sont affectées à cette catégories. Que voulez-vous faire ? |
|
538 | text_issue_category_destroy_question: Des demandes (%d) sont affectées à cette catégories. Que voulez-vous faire ? | |
539 | text_issue_category_destroy_assignments: N'affecter les demandes à aucune autre catégorie |
|
539 | text_issue_category_destroy_assignments: N'affecter les demandes à aucune autre catégorie |
@@ -494,8 +494,8 text_tracker_no_workflow: זרימת עבודה לא הוגדרה עבור עו | |||||
494 | text_unallowed_characters: תווים לא מורשים |
|
494 | text_unallowed_characters: תווים לא מורשים | |
495 | text_comma_separated: הכנסת ערכים מרובים מותרת (מופרדים בפסיקים). |
|
495 | text_comma_separated: הכנסת ערכים מרובים מותרת (מופרדים בפסיקים). | |
496 | text_issues_ref_in_commit_messages: קישור ותיקום נושאים בהודעות הפקדות |
|
496 | text_issues_ref_in_commit_messages: קישור ותיקום נושאים בהודעות הפקדות | |
497 | text_issue_added: הנושא %s דווח. |
|
497 | text_issue_added: הנושא %s דווח (by %s). | |
498 | text_issue_updated: הנושא %s עודכן. |
|
498 | text_issue_updated: הנושא %s עודכן (by %s). | |
499 | text_wiki_destroy_confirmation: האם אתה בטוח שברצונך למחוק את הWIKI הזה ואת כל תוכנו? |
|
499 | text_wiki_destroy_confirmation: האם אתה בטוח שברצונך למחוק את הWIKI הזה ואת כל תוכנו? | |
500 | text_issue_category_destroy_question: כמה נושאים (%d) מוצבים לקטגוריה הזו. מה ברצונך לעשות? |
|
500 | text_issue_category_destroy_question: כמה נושאים (%d) מוצבים לקטגוריה הזו. מה ברצונך לעשות? | |
501 | text_issue_category_destroy_assignments: הסר הצבת קטגוריה |
|
501 | text_issue_category_destroy_assignments: הסר הצבת קטגוריה |
@@ -482,8 +482,8 text_tracker_no_workflow: Nessun workflow definito per questo tracker | |||||
482 | text_unallowed_characters: Unallowed characters |
|
482 | text_unallowed_characters: Unallowed characters | |
483 | text_comma_separated: Multiple values allowed (comma separated). |
|
483 | text_comma_separated: Multiple values allowed (comma separated). | |
484 | text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages |
|
484 | text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages | |
485 | text_issue_added: "E' stata segnalata l'anomalia %s." |
|
485 | text_issue_added: "E' stata segnalata l'anomalia %s da %s." | |
486 | text_issue_updated: "L'anomalia %s e' stata aggiornata." |
|
486 | text_issue_updated: "L'anomalia %s e' stata aggiornata da %s." | |
487 | text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content ? |
|
487 | text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content ? | |
488 | text_issue_category_destroy_question: Some issues (%d) are assigned to this category. What do you want to do ? |
|
488 | text_issue_category_destroy_question: Some issues (%d) are assigned to this category. What do you want to do ? | |
489 | text_issue_category_destroy_assignments: Remove category assignments |
|
489 | text_issue_category_destroy_assignments: Remove category assignments |
@@ -483,8 +483,8 text_tracker_no_workflow: このトラッカーにワークフローが定義さ | |||||
483 | text_unallowed_characters: 使えない文字です |
|
483 | text_unallowed_characters: 使えない文字です | |
484 | text_comma_separated: (カンマで区切った)複数の値が使えます |
|
484 | text_comma_separated: (カンマで区切った)複数の値が使えます | |
485 | text_issues_ref_in_commit_messages: コミットメッセージ内で問題の参照/修正 |
|
485 | text_issues_ref_in_commit_messages: コミットメッセージ内で問題の参照/修正 | |
486 | text_issue_added: 問題 %s が報告されました。 |
|
486 | text_issue_added: 問題 %s が報告されました。 (by %s) | |
487 | text_issue_updated: 問題 %s が更新されました。 |
|
487 | text_issue_updated: 問題 %s が更新されました。 (by %s) | |
488 | text_wiki_destroy_confirmation: 本当にこのwikiとその内容の全てを削除しますか? |
|
488 | text_wiki_destroy_confirmation: 本当にこのwikiとその内容の全てを削除しますか? | |
489 | text_issue_category_destroy_question: このカテゴリに割り当て済みの問題(%d)があります。何をしようとしていますか? |
|
489 | text_issue_category_destroy_question: このカテゴリに割り当て済みの問題(%d)があります。何をしようとしていますか? | |
490 | text_issue_category_destroy_assignments: カテゴリの割り当てを削除する |
|
490 | text_issue_category_destroy_assignments: カテゴリの割り当てを削除する |
@@ -500,8 +500,8 text_tracker_no_workflow: 이 추적타입(tracker)에 워크플로우가 정의 | |||||
500 | text_unallowed_characters: 허용되지 않는 문자열 |
|
500 | text_unallowed_characters: 허용되지 않는 문자열 | |
501 | text_comma_separated: 복수의 값들이 허용됩니다.(구분자 ,) |
|
501 | text_comma_separated: 복수의 값들이 허용됩니다.(구분자 ,) | |
502 | text_issues_ref_in_commit_messages: 커밋메시지에서 티켓을 참조하거나 해결하기 |
|
502 | text_issues_ref_in_commit_messages: 커밋메시지에서 티켓을 참조하거나 해결하기 | |
503 | text_issue_added: 티켓[%s]이 보고되었습니다. |
|
503 | text_issue_added: 티켓[%s]이 보고되었습니다 (by %s). | |
504 | text_issue_updated: 티켓[%s]이 수정되었습니다. |
|
504 | text_issue_updated: 티켓[%s]이 수정되었습니다 (by %s). | |
505 | text_wiki_destroy_confirmation: 이 위키와 모든 내용을 지우시겠습니까? |
|
505 | text_wiki_destroy_confirmation: 이 위키와 모든 내용을 지우시겠습니까? | |
506 | text_issue_category_destroy_question: 일부 티켓들(%d개)이 이 카테고리에 할당되어 있습니다. 어떻게 하시겠습니까? |
|
506 | text_issue_category_destroy_question: 일부 티켓들(%d개)이 이 카테고리에 할당되어 있습니다. 어떻게 하시겠습니까? | |
507 | text_issue_category_destroy_assignments: 카테고리 할당 지우기 |
|
507 | text_issue_category_destroy_assignments: 카테고리 할당 지우기 |
@@ -2,11 +2,11 _gloc_rule_default: '|n| n==1 ? "" : "_plural" ' | |||||
2 |
|
2 | |||
3 | actionview_datehelper_select_day_prefix: |
|
3 | actionview_datehelper_select_day_prefix: | |
4 | actionview_datehelper_select_month_names: sausis,vasaris,kovas,balandis,gegužė,birželis,liepa,rugpjūtis,rugsėjis,spalis,lapkritis,gruodis |
|
4 | actionview_datehelper_select_month_names: sausis,vasaris,kovas,balandis,gegužė,birželis,liepa,rugpjūtis,rugsėjis,spalis,lapkritis,gruodis | |
5 | actionview_datehelper_select_month_names_abbr: sausis,vasaris,kovas,balandis,gegužė,birželis,liepa,rugpjūtis,rugsėjis,spalis,lapkritis,gruodis |
|
5 | actionview_datehelper_select_month_names_abbr: Sau,Vas,Kov,Bal,Geg,Brž,Lie,Rgp,Rgs,Spl,Lap,Grd | |
6 |
actionview_datehelper_select_month_prefix: |
|
6 | actionview_datehelper_select_month_prefix: | |
7 | actionview_datehelper_select_year_prefix: |
|
7 | actionview_datehelper_select_year_prefix: | |
8 |
actionview_datehelper_time_in_words_day: 1 diena |
|
8 | actionview_datehelper_time_in_words_day: 1 diena | |
9 |
actionview_datehelper_time_in_words_day_plural: %d dien |
|
9 | actionview_datehelper_time_in_words_day_plural: %d dienų | |
10 | actionview_datehelper_time_in_words_hour_about: apytiksliai valanda |
|
10 | actionview_datehelper_time_in_words_hour_about: apytiksliai valanda | |
11 | actionview_datehelper_time_in_words_hour_about_plural: apie %d valandas |
|
11 | actionview_datehelper_time_in_words_hour_about_plural: apie %d valandas | |
12 | actionview_datehelper_time_in_words_hour_about_single: apytiksliai valanda |
|
12 | actionview_datehelper_time_in_words_hour_about_single: apytiksliai valanda | |
@@ -68,6 +68,7 notice_successful_delete: Sėkmingas panaikinimas. | |||||
68 | notice_successful_connection: Sėkmingas susijungimas. |
|
68 | notice_successful_connection: Sėkmingas susijungimas. | |
69 | notice_file_not_found: Puslapis, į kurį ketinate įeiti, neegzistuoja arba pašalintas. |
|
69 | notice_file_not_found: Puslapis, į kurį ketinate įeiti, neegzistuoja arba pašalintas. | |
70 | notice_locking_conflict: Duomenys atnaujinti kito vartotojo. |
|
70 | notice_locking_conflict: Duomenys atnaujinti kito vartotojo. | |
|
71 | notice_scm_error: Duomenys ir/ar pakeitimai saugykloje(repozitorojoje) neegzistuoja. | |||
71 | notice_not_authorized: Jūs neturite teisių gauti prieigą prie šio puslapio. |
|
72 | notice_not_authorized: Jūs neturite teisių gauti prieigą prie šio puslapio. | |
72 | notice_email_sent: Laiškas išsiųstas %s |
|
73 | notice_email_sent: Laiškas išsiųstas %s | |
73 | notice_email_error: Laiško siųntimo metu įvyko klaida (%s) |
|
74 | notice_email_error: Laiško siųntimo metu įvyko klaida (%s) | |
@@ -105,7 +106,7 field_author: Autorius | |||||
105 | field_created_on: Sukūrta |
|
106 | field_created_on: Sukūrta | |
106 | field_updated_on: Atnaujinta |
|
107 | field_updated_on: Atnaujinta | |
107 | field_field_format: Formatas |
|
108 | field_field_format: Formatas | |
108 |
field_is_for_all: Visiems |
|
109 | field_is_for_all: Visiems projektams | |
109 | field_possible_values: Galimos reikšmės |
|
110 | field_possible_values: Galimos reikšmės | |
110 | field_regexp: Pastovi išraiška |
|
111 | field_regexp: Pastovi išraiška | |
111 | field_min_length: Minimalus ilgis |
|
112 | field_min_length: Minimalus ilgis | |
@@ -114,14 +115,14 field_value: Vertė | |||||
114 | field_category: Kategorija |
|
115 | field_category: Kategorija | |
115 | field_title: Pavadinimas |
|
116 | field_title: Pavadinimas | |
116 | field_project: Projektas |
|
117 | field_project: Projektas | |
117 |
field_issue: |
|
118 | field_issue: Darbas | |
118 | field_status: Būsena |
|
119 | field_status: Būsena | |
119 | field_notes: Pastabos |
|
120 | field_notes: Pastabos | |
120 |
field_is_closed: |
|
121 | field_is_closed: Darbas uždarytas | |
121 | field_is_default: Numatytoji vertė |
|
122 | field_is_default: Numatytoji vertė | |
122 | field_tracker: Pėdsekys |
|
123 | field_tracker: Pėdsekys | |
123 |
field_subject: |
|
124 | field_subject: Tema | |
124 |
field_due_date: |
|
125 | field_due_date: Užbaigimo data | |
125 | field_assigned_to: Paskirtas |
|
126 | field_assigned_to: Paskirtas | |
126 | field_priority: Prioritetas |
|
127 | field_priority: Prioritetas | |
127 | field_fixed_version: Pastovi versija |
|
128 | field_fixed_version: Pastovi versija | |
@@ -129,9 +130,9 field_user: Vartotojas | |||||
129 | field_role: Vaidmuo |
|
130 | field_role: Vaidmuo | |
130 | field_homepage: Pagrindinis puslapis |
|
131 | field_homepage: Pagrindinis puslapis | |
131 | field_is_public: Viešas |
|
132 | field_is_public: Viešas | |
132 |
field_parent: |
|
133 | field_parent: Priklauso projektui | |
133 |
field_is_in_chlog: |
|
134 | field_is_in_chlog: Darbai rodomi pokyčių žurnale | |
134 |
field_is_in_roadmap: |
|
135 | field_is_in_roadmap: Darbai rodomi veiklos grafike | |
135 | field_login: Registracijos vardas |
|
136 | field_login: Registracijos vardas | |
136 | field_mail_notification: Elektroninio pašto pranešimai |
|
137 | field_mail_notification: Elektroninio pašto pranešimai | |
137 | field_admin: Administratorius |
|
138 | field_admin: Administratorius | |
@@ -165,16 +166,15 field_activity: Veikla | |||||
165 | field_spent_on: Data |
|
166 | field_spent_on: Data | |
166 | field_identifier: Identifikuotojas |
|
167 | field_identifier: Identifikuotojas | |
167 | field_is_filter: Panaudotas kaip filtras |
|
168 | field_is_filter: Panaudotas kaip filtras | |
168 |
field_issue_to_id: Susij |
|
169 | field_issue_to_id: Susijęs darbas | |
169 | field_delay: Užlaikymas |
|
170 | field_delay: Užlaikymas | |
170 |
field_assignable: |
|
171 | field_assignable: Darbai gali būti paskirti šiam vaidmeniui | |
171 | field_redirect_existing_links: Peradresuokite egzistuojančias sąsajas |
|
172 | field_redirect_existing_links: Peradresuokite egzistuojančias sąsajas | |
172 |
field_estimated_hours: |
|
173 | field_estimated_hours: Numatyta trukmė | |
173 | field_column_names: Skiltys |
|
174 | field_column_names: Skiltys | |
174 | field_time_zone: Laiko juosta |
|
175 | field_time_zone: Laiko juosta | |
175 | field_searchable: Randamas |
|
176 | field_searchable: Randamas | |
176 | field_default_value: Numatytoji vertė |
|
177 | field_default_value: Numatytoji vertė | |
177 |
|
||||
178 | setting_app_title: Programos pavadinimas |
|
178 | setting_app_title: Programos pavadinimas | |
179 | setting_app_subtitle: Programos paantraštė |
|
179 | setting_app_subtitle: Programos paantraštė | |
180 | setting_welcome_text: Pasveikinimas |
|
180 | setting_welcome_text: Pasveikinimas | |
@@ -182,7 +182,7 setting_default_language: Numatytoji kalba | |||||
182 | setting_login_required: Reikalingas autentiškumo nustatymas |
|
182 | setting_login_required: Reikalingas autentiškumo nustatymas | |
183 | setting_self_registration: Saviregistracija |
|
183 | setting_self_registration: Saviregistracija | |
184 | setting_attachment_max_size: Priedo maks. dydis |
|
184 | setting_attachment_max_size: Priedo maks. dydis | |
185 |
setting_issues_export_limit pagal dydį: |
|
185 | setting_issues_export_limit pagal dydį: Darbų eksportavimo riba | |
186 | setting_mail_from: Emisijos elektroninio pašto adresas |
|
186 | setting_mail_from: Emisijos elektroninio pašto adresas | |
187 | setting_bcc_recipients: Akli tikslios kopijos gavėjai (bcc) |
|
187 | setting_bcc_recipients: Akli tikslios kopijos gavėjai (bcc) | |
188 | setting_host_name: Pagrindinio kompiuterio vardas |
|
188 | setting_host_name: Pagrindinio kompiuterio vardas | |
@@ -196,9 +196,9 setting_commit_fix_keywords: Fiksavimo reikšminiai žodžiai | |||||
196 | setting_autologin: Autoregistracija |
|
196 | setting_autologin: Autoregistracija | |
197 | setting_date_format: Datos formatas |
|
197 | setting_date_format: Datos formatas | |
198 | setting_time_format: Laiko formatas |
|
198 | setting_time_format: Laiko formatas | |
199 |
setting_cross_project_issue_relations: Leisti tarprojektinius |
|
199 | setting_cross_project_issue_relations: Leisti tarprojektinius darbų ryšius | |
200 |
setting_issue_list_default_columns: Numatytosios skiltys |
|
200 | setting_issue_list_default_columns: Numatytosios skiltys darbų sąraše | |
201 |
setting_repositories_encodings: Saugyklos en |
|
201 | setting_repositories_encodings: Saugyklos enkodingas | |
202 | setting_emails_footer: elektroninio pašto puslapinė poraštė |
|
202 | setting_emails_footer: elektroninio pašto puslapinė poraštė | |
203 | setting_protocol: Protokolas |
|
203 | setting_protocol: Protokolas | |
204 |
|
204 | |||
@@ -210,11 +210,11 label_project_new: Naujas projektas | |||||
210 | label_project_plural: Projektai |
|
210 | label_project_plural: Projektai | |
211 | label_project_all: Visi Projektai |
|
211 | label_project_all: Visi Projektai | |
212 | label_project_latest: Paskutiniai projektai |
|
212 | label_project_latest: Paskutiniai projektai | |
213 |
label_issue: |
|
213 | label_issue: Darbas | |
214 |
label_issue_new: Nauja |
|
214 | label_issue_new: Naujas darbas | |
215 |
label_issue_plural: |
|
215 | label_issue_plural: Darbai | |
216 |
label_issue_view_all: Peržiūrėti vis |
|
216 | label_issue_view_all: Peržiūrėti visus darbus | |
217 |
label_issues_by: |
|
217 | label_issues_by: Darbai pagal %s | |
218 | label_document: Dokumentas |
|
218 | label_document: Dokumentas | |
219 | label_document_new: Naujas dokumentas |
|
219 | label_document_new: Naujas dokumentas | |
220 | label_document_plural: Dokumentai |
|
220 | label_document_plural: Dokumentai | |
@@ -229,11 +229,11 label_tracker: Pėdsekys | |||||
229 | label_tracker_plural: Pėdsekiai |
|
229 | label_tracker_plural: Pėdsekiai | |
230 | label_tracker_new: Naujas pėdsekys |
|
230 | label_tracker_new: Naujas pėdsekys | |
231 | label_workflow: Darbų eiga |
|
231 | label_workflow: Darbų eiga | |
232 |
label_issue_status: |
|
232 | label_issue_status: Darbo padėtis | |
233 |
label_issue_status_plural: |
|
233 | label_issue_status_plural: Darbų padėtys | |
234 | label_issue_status_new: Nauja padėtis |
|
234 | label_issue_status_new: Nauja padėtis | |
235 |
label_issue_category: |
|
235 | label_issue_category: Darbo kategorija | |
236 |
label_issue_category_plural: |
|
236 | label_issue_category_plural: Darbo kategorijos | |
237 | label_issue_category_new: Nauja kategorija |
|
237 | label_issue_category_new: Nauja kategorija | |
238 | label_custom_field: Kliento laukas |
|
238 | label_custom_field: Kliento laukas | |
239 | label_custom_field_plural: Kliento laukai |
|
239 | label_custom_field_plural: Kliento laukai | |
@@ -247,14 +247,14 label_register: Užsiregistruoti | |||||
247 | label_password_lost: Prarastas slaptažodis |
|
247 | label_password_lost: Prarastas slaptažodis | |
248 | label_home: Pagrindinis |
|
248 | label_home: Pagrindinis | |
249 | label_my_page: Mano puslapis |
|
249 | label_my_page: Mano puslapis | |
250 |
label_my_account: Mano pra |
|
250 | label_my_account: Mano paskyra | |
251 | label_my_projects: Mano projektai |
|
251 | label_my_projects: Mano projektai | |
252 |
label_administration: Administra |
|
252 | label_administration: Administravimas | |
253 | label_login: Prisijungti |
|
253 | label_login: Prisijungti | |
254 | label_logout: Atsijungti |
|
254 | label_logout: Atsijungti | |
255 | label_help: Pagalba |
|
255 | label_help: Pagalba | |
256 |
label_reported_issues: Pranešt |
|
256 | label_reported_issues: Pranešti darbai | |
257 |
label_assigned_to_me_issues: |
|
257 | label_assigned_to_me_issues: Darbai, priskirti man | |
258 | label_last_login: Paskutinis ryšys |
|
258 | label_last_login: Paskutinis ryšys | |
259 | label_last_updates: Paskutinis atnaujinimas |
|
259 | label_last_updates: Paskutinis atnaujinimas | |
260 | label_last_updates_plural: %d paskutinis atnaujinimas |
|
260 | label_last_updates_plural: %d paskutinis atnaujinimas | |
@@ -304,10 +304,10 label_confirmation: Patvirtinimas | |||||
304 | label_export_to: Eksportuoti į |
|
304 | label_export_to: Eksportuoti į | |
305 | label_read: Skaitykite... |
|
305 | label_read: Skaitykite... | |
306 | label_public_projects: Vieši projektai |
|
306 | label_public_projects: Vieši projektai | |
307 |
label_open_issues: atidaryta |
|
307 | label_open_issues: atidaryta | |
308 |
label_open_issues_plural: atidaryt |
|
308 | label_open_issues_plural: atidarytos | |
309 |
label_closed_issues: uždaryta |
|
309 | label_closed_issues: uždaryta | |
310 |
label_closed_issues_plural: uždaryt |
|
310 | label_closed_issues_plural: uždarytos | |
311 | label_total: Bendra suma |
|
311 | label_total: Bendra suma | |
312 | label_permissions: Leidimai |
|
312 | label_permissions: Leidimai | |
313 | label_current_status: Einamoji padėtis |
|
313 | label_current_status: Einamoji padėtis | |
@@ -364,15 +364,15 label_latest_revision: Paskutinė revizija | |||||
364 | label_latest_revision_plural: Paskutinės revizijos |
|
364 | label_latest_revision_plural: Paskutinės revizijos | |
365 | label_view_revisions: Pežiūrėti revizijas |
|
365 | label_view_revisions: Pežiūrėti revizijas | |
366 | label_max_size: Maksimalus dydis |
|
366 | label_max_size: Maksimalus dydis | |
367 |
label_on: ' |
|
367 | label_on: 'iš' | |
368 | label_sort_highest: Perkelti į viršūnę |
|
368 | label_sort_highest: Perkelti į viršūnę | |
369 | label_sort_higher: Perkelti į viršų |
|
369 | label_sort_higher: Perkelti į viršų | |
370 | label_sort_lower: Perkelti žemyn |
|
370 | label_sort_lower: Perkelti žemyn | |
371 | label_sort_lowest: Perkelti į apačią |
|
371 | label_sort_lowest: Perkelti į apačią | |
372 | label_roadmap: Veiklos grafikas |
|
372 | label_roadmap: Veiklos grafikas | |
373 |
label_roadmap_due_in: Baigia |
|
373 | label_roadmap_due_in: Baigiasi po | |
374 | label_roadmap_overdue: %s vėluojama |
|
374 | label_roadmap_overdue: %s vėluojama | |
375 |
label_roadmap_no_issues: Jokio |
|
375 | label_roadmap_no_issues: Jokio darbo šiai versijai nėra | |
376 | label_search: Ieškoti |
|
376 | label_search: Ieškoti | |
377 | label_result_plural: Rezultatai |
|
377 | label_result_plural: Rezultatai | |
378 | label_all_words: Visi žodžiai |
|
378 | label_all_words: Visi žodžiai | |
@@ -387,7 +387,7 label_current_version: Einamoji versija | |||||
387 | label_preview: Peržiūra |
|
387 | label_preview: Peržiūra | |
388 | label_feed_plural: Įeitys(Feeds) |
|
388 | label_feed_plural: Įeitys(Feeds) | |
389 | label_changes_details: Visų pakeitimų detalės |
|
389 | label_changes_details: Visų pakeitimų detalės | |
390 |
label_issue_tracking: |
|
390 | label_issue_tracking: Darbų sekimas | |
391 | label_spent_time: Sugaištas laikas |
|
391 | label_spent_time: Sugaištas laikas | |
392 | label_f_hour: %.2f valanda |
|
392 | label_f_hour: %.2f valanda | |
393 | label_f_hour_plural: %.2f valandų |
|
393 | label_f_hour_plural: %.2f valandų | |
@@ -402,8 +402,8 label_diff_side_by_side: šalia | |||||
402 | label_options: Pasirinkimai |
|
402 | label_options: Pasirinkimai | |
403 | label_copy_workflow_from: Kopijuoti darbų eiga iš |
|
403 | label_copy_workflow_from: Kopijuoti darbų eiga iš | |
404 | label_permissions_report: Leidimų pranešimas |
|
404 | label_permissions_report: Leidimų pranešimas | |
405 |
label_watched_issues: Steb |
|
405 | label_watched_issues: Stebimi darbai | |
406 |
label_related_issues: Susij |
|
406 | label_related_issues: Susiję darbai | |
407 | label_applied_status: Taikomoji padėtis |
|
407 | label_applied_status: Taikomoji padėtis | |
408 | label_loading: Kraunama... |
|
408 | label_loading: Kraunama... | |
409 | label_relation_new: Naujas ryšys |
|
409 | label_relation_new: Naujas ryšys | |
@@ -448,7 +448,7 label_file_plural: Bylos | |||||
448 | label_changeset_plural: Changesets |
|
448 | label_changeset_plural: Changesets | |
449 | label_default_columns: Numatytosios skiltys |
|
449 | label_default_columns: Numatytosios skiltys | |
450 | label_no_change_option: (Jokio pakeitimo) |
|
450 | label_no_change_option: (Jokio pakeitimo) | |
451 |
label_bulk_edit_selected_issues: Masinis pasirinktų |
|
451 | label_bulk_edit_selected_issues: Masinis pasirinktų darbų(issues) redagavimas | |
452 | label_theme: Tema |
|
452 | label_theme: Tema | |
453 | label_default: Numatyta(as) |
|
453 | label_default: Numatyta(as) | |
454 | label_search_titles_only: Ieškoti pavadinimų tiktai |
|
454 | label_search_titles_only: Ieškoti pavadinimų tiktai | |
@@ -483,7 +483,7 button_back: Atgal | |||||
483 | button_cancel: Atšaukti |
|
483 | button_cancel: Atšaukti | |
484 | button_activate: Aktyvinti |
|
484 | button_activate: Aktyvinti | |
485 | button_sort: Rūšiuoti |
|
485 | button_sort: Rūšiuoti | |
486 |
button_log_time: |
|
486 | button_log_time: Praleistas laikas | |
487 | button_rollback: Grįžti į šią versiją |
|
487 | button_rollback: Grįžti į šią versiją | |
488 | button_watch: Stebėti |
|
488 | button_watch: Stebėti | |
489 | button_unwatch: Nestebėti |
|
489 | button_unwatch: Nestebėti | |
@@ -500,7 +500,7 status_active: aktyvus | |||||
500 | status_registered: užregistruotas |
|
500 | status_registered: užregistruotas | |
501 | status_locked: užrakintas |
|
501 | status_locked: užrakintas | |
502 |
|
502 | |||
503 |
text_select_mail_notifications: Išrinkite veiksmus, apie kuriuos būtų pranešta elektroniniu pa |
|
503 | text_select_mail_notifications: Išrinkite veiksmus, apie kuriuos būtų pranešta elektroniniu paštu. | |
504 | text_regexp_info: pvz. ^[A-Z0-9]+$ |
|
504 | text_regexp_info: pvz. ^[A-Z0-9]+$ | |
505 | text_min_max_length_info: 0 reiškia jokių apribojimų |
|
505 | text_min_max_length_info: 0 reiškia jokių apribojimų | |
506 | text_project_destroy_confirmation: Ar esate įsitikinęs, kad jūs norite pašalinti šį projektą ir visus susijusius duomenis? |
|
506 | text_project_destroy_confirmation: Ar esate įsitikinęs, kad jūs norite pašalinti šį projektą ir visus susijusius duomenis? | |
@@ -511,7 +511,7 text_journal_set_to: nustatyta į %s | |||||
511 | text_journal_deleted: ištrintas |
|
511 | text_journal_deleted: ištrintas | |
512 | text_tip_task_begin_day: užduotis, prasidedanti šią dieną |
|
512 | text_tip_task_begin_day: užduotis, prasidedanti šią dieną | |
513 | text_tip_task_end_day: užduotis, pasibaigianti šią dieną |
|
513 | text_tip_task_end_day: užduotis, pasibaigianti šią dieną | |
514 |
text_tip_task_begin_end_day: užduoti |
|
514 | text_tip_task_begin_end_day: užduotis, prasidedanti ir pasibaigianti šią dieną | |
515 | 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.' |
|
515 | 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.' | |
516 | text_caracters_maximum: %d simbolių maksimumas. |
|
516 | text_caracters_maximum: %d simbolių maksimumas. | |
517 | text_caracters_minimum: Turi būti mažiausiai %d simbolių ilgio. |
|
517 | text_caracters_minimum: Turi būti mažiausiai %d simbolių ilgio. | |
@@ -519,14 +519,14 text_length_between: Ilgis tarp %d ir %d simbolių. | |||||
519 | text_tracker_no_workflow: Jokia darbų eiga neapibrėžta šiam pėdsekiui |
|
519 | text_tracker_no_workflow: Jokia darbų eiga neapibrėžta šiam pėdsekiui | |
520 | text_unallowed_characters: Neleistini simboliai |
|
520 | text_unallowed_characters: Neleistini simboliai | |
521 | text_comma_separated: Leistinos kelios reikšmės (atskirtos kableliu). |
|
521 | text_comma_separated: Leistinos kelios reikšmės (atskirtos kableliu). | |
522 |
text_issues_ref_in_commit_messages: |
|
522 | text_issues_ref_in_commit_messages: Darbų pavedimų(commit) nurodymas ir fiksavimas pranešimuose | |
523 |
text_issue_added: |
|
523 | text_issue_added: Darbas %s buvo praneštas (by %s). | |
524 |
text_issue_updated: |
|
524 | text_issue_updated: Darbas %s buvo atnaujintas (by %s). | |
525 | text_wiki_destroy_confirmation: Ar esate įsitikinęs, kad jūs norite pašalinti wiki ir visą jos turinį? |
|
525 | text_wiki_destroy_confirmation: Ar esate įsitikinęs, kad jūs norite pašalinti wiki ir visą jos turinį? | |
526 |
text_issue_category_destroy_question: Kai kuri |
|
526 | text_issue_category_destroy_question: Kai kurie darbai (%d) yra paskirti šiai kategorijai. Ką jūs norite daryti? | |
527 | text_issue_category_destroy_assignments: Pašalinti kategorijos užduotis |
|
527 | text_issue_category_destroy_assignments: Pašalinti kategorijos užduotis | |
528 |
text_issue_category_reassign_to: Iš naujo p |
|
528 | text_issue_category_reassign_to: Iš naujo priskirti darbus šiai kategorijai | |
529 |
text_user_mail_option: "neišrinktiems projektams, jūs tiktai gausite pranešimus apie |
|
529 | 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)." | |
530 |
|
530 | |||
531 | default_role_manager: Vadovas |
|
531 | default_role_manager: Vadovas | |
532 | default_role_developper: Projektuotojas |
|
532 | default_role_developper: Projektuotojas | |
@@ -550,20 +550,20 default_priority_immediate: Neatidėliotinas | |||||
550 | default_activity_design: Projektavimas |
|
550 | default_activity_design: Projektavimas | |
551 | default_activity_development: Vystymas |
|
551 | default_activity_development: Vystymas | |
552 |
|
552 | |||
553 |
enumeration_issue_priorities: |
|
553 | enumeration_issue_priorities: Darbo prioritetai | |
554 | enumeration_doc_categories: Dokumento kategorijos |
|
554 | enumeration_doc_categories: Dokumento kategorijos | |
555 | enumeration_activities: Veiklos (laiko sekimas) |
|
555 | enumeration_activities: Veiklos (laiko sekimas) | |
556 |
label_display_per_page: ' |
|
556 | label_display_per_page: '%s įrašų puslapyje' | |
557 | setting_per_page_options: Objects per page options |
|
557 | setting_per_page_options: Objects per page options | |
558 |
notice_default_data_loaded: |
|
558 | notice_default_data_loaded: Numatytoji konfiguracija sėkmingai užkrauta. | |
559 |
label_age: A |
|
559 | label_age: Amžius | |
560 |
label_general: |
|
560 | label_general: Bendri | |
561 |
button_update: |
|
561 | button_update: Atnaujinti | |
562 |
setting_issues_export_limit: |
|
562 | setting_issues_export_limit: Darbų eksportavimo limitas | |
563 |
label_change_properties: |
|
563 | label_change_properties: Pakeisti nustatymus | |
564 |
text_load_default_configuration: |
|
564 | text_load_default_configuration: Užkrauti numatytąj konfiguraciją | |
565 | 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." |
|
565 | 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." | |
566 |
label_repository_plural: |
|
566 | label_repository_plural: Saugiklos | |
567 |
error_can_t_load_default_data: " |
|
567 | error_can_t_load_default_data: "Numatytoji konfiguracija negali būti užkrauta: %s" | |
568 |
label_associated_revisions: |
|
568 | label_associated_revisions: susijusios revizijos | |
569 |
setting_user_format: |
|
569 | setting_user_format: Vartotojo atvaizdavimo formatas |
@@ -482,8 +482,8 text_tracker_no_workflow: Geen workflow gedefinieerd voor deze tracker | |||||
482 | text_unallowed_characters: Niet toegestane tekens |
|
482 | text_unallowed_characters: Niet toegestane tekens | |
483 | text_coma_separated: Meerdere waarden toegestaan (door komma's gescheiden). |
|
483 | text_coma_separated: Meerdere waarden toegestaan (door komma's gescheiden). | |
484 | text_issues_ref_in_commit_messages: Opzoeken en aanpassen van issues in commit berichten |
|
484 | text_issues_ref_in_commit_messages: Opzoeken en aanpassen van issues in commit berichten | |
485 | text_issue_added: Issue %s is gerapporteerd. |
|
485 | text_issue_added: Issue %s is gerapporteerd (by %s). | |
486 | text_issue_updated: Issue %s is gewijzigd. |
|
486 | text_issue_updated: Issue %s is gewijzigd (by %s). | |
487 | text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content ? |
|
487 | text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content ? | |
488 | text_issue_category_destroy_question: Some issues (%d) are assigned to this category. What do you want to do ? |
|
488 | text_issue_category_destroy_question: Some issues (%d) are assigned to this category. What do you want to do ? | |
489 | text_issue_category_destroy_assignments: Remove category assignments |
|
489 | text_issue_category_destroy_assignments: Remove category assignments |
@@ -500,12 +500,12 label_this_week: ten tydzień | |||||
500 | label_jump_to_a_project: Skocz do projektu... |
|
500 | label_jump_to_a_project: Skocz do projektu... | |
501 | field_assignable: Zagadnienia mogą być przypisane do tej roli |
|
501 | field_assignable: Zagadnienia mogą być przypisane do tej roli | |
502 | label_sort_by: Sortuj po %s |
|
502 | label_sort_by: Sortuj po %s | |
503 | text_issue_updated: Zagadnienie %s zostało zaktualizowane. |
|
503 | text_issue_updated: Zagadnienie %s zostało zaktualizowane (by %s). | |
504 | notice_feeds_access_key_reseted: Twój klucz dostępu RSS został zrestetowany. |
|
504 | notice_feeds_access_key_reseted: Twój klucz dostępu RSS został zrestetowany. | |
505 | field_redirect_existing_links: Przekierowanie istniejących odnośników |
|
505 | field_redirect_existing_links: Przekierowanie istniejących odnośników | |
506 | text_issue_category_reassign_to: Przydziel zagadnienie do tej kategorii |
|
506 | text_issue_category_reassign_to: Przydziel zagadnienie do tej kategorii | |
507 | notice_email_sent: Email został wysłany do %s |
|
507 | notice_email_sent: Email został wysłany do %s | |
508 | text_issue_added: Zagadnienie %s zostało wprowadzone. |
|
508 | text_issue_added: Zagadnienie %s zostało wprowadzone (by %s). | |
509 | text_wiki_destroy_confirmation: Jesteś pewien, że chcesz usunąć to wiki i całą jego zawartość ? |
|
509 | text_wiki_destroy_confirmation: Jesteś pewien, że chcesz usunąć to wiki i całą jego zawartość ? | |
510 | notice_email_error: Wystąpił błąd w trakcie wysyłania maila (%s) |
|
510 | notice_email_error: Wystąpił błąd w trakcie wysyłania maila (%s) | |
511 | label_updated_time: Zaktualizowane %s temu |
|
511 | label_updated_time: Zaktualizowane %s temu |
@@ -482,8 +482,8 text_tracker_no_workflow: Sem workflow definido para este tipo. | |||||
482 | text_unallowed_characters: Unallowed characters |
|
482 | text_unallowed_characters: Unallowed characters | |
483 | text_comma_separated: Multiple values allowed (comma separated). |
|
483 | text_comma_separated: Multiple values allowed (comma separated). | |
484 | text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages |
|
484 | text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages | |
485 | text_issue_added: Tarefa %s foi incluída. |
|
485 | text_issue_added: Tarefa %s foi incluída (by %s). | |
486 | text_issue_updated: Tarefa %s foi alterada. |
|
486 | text_issue_updated: Tarefa %s foi alterada (by %s). | |
487 | text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content ? |
|
487 | text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content ? | |
488 | text_issue_category_destroy_question: Some issues (%d) are assigned to this category. What do you want to do ? |
|
488 | text_issue_category_destroy_question: Some issues (%d) are assigned to this category. What do you want to do ? | |
489 | text_issue_category_destroy_assignments: Remove category assignments |
|
489 | text_issue_category_destroy_assignments: Remove category assignments |
@@ -482,8 +482,8 text_tracker_no_workflow: Sem workflow definido para este tipo. | |||||
482 | text_unallowed_characters: Caracteres não permitidos |
|
482 | text_unallowed_characters: Caracteres não permitidos | |
483 | text_comma_separated: Permitido múltiplos valores (separados por vírgula). |
|
483 | text_comma_separated: Permitido múltiplos valores (separados por vírgula). | |
484 | text_issues_ref_in_commit_messages: Referenciando e arrumando tarefas nas mensagens de commit |
|
484 | text_issues_ref_in_commit_messages: Referenciando e arrumando tarefas nas mensagens de commit | |
485 | text_issue_added: Tarefa %s foi incluída. |
|
485 | text_issue_added: Tarefa %s foi incluída (by %s). | |
486 | text_issue_updated: Tarefa %s foi alterada. |
|
486 | text_issue_updated: Tarefa %s foi alterada (by %s). | |
487 | text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content ? |
|
487 | text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content ? | |
488 | text_issue_category_destroy_question: Some issues (%d) are assigned to this category. What do you want to do ? |
|
488 | text_issue_category_destroy_question: Some issues (%d) are assigned to this category. What do you want to do ? | |
489 | text_issue_category_destroy_assignments: Remove category assignments |
|
489 | text_issue_category_destroy_assignments: Remove category assignments |
@@ -480,8 +480,8 text_tracker_no_workflow: Nu este definit nici un workflow pentru acest tip de t | |||||
480 | text_unallowed_characters: Caractere nepermise |
|
480 | text_unallowed_characters: Caractere nepermise | |
481 | text_comma_separated: Se poate folosi valori multiple (separate de virgula). |
|
481 | text_comma_separated: Se poate folosi valori multiple (separate de virgula). | |
482 | text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages |
|
482 | text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages | |
483 | text_issue_added: Tichetul %s a fost raportat. |
|
483 | text_issue_added: Tichetul %s a fost raportat (by %s). | |
484 | text_issue_updated: tichetul %s a fost modificat. |
|
484 | text_issue_updated: tichetul %s a fost modificat (by %s). | |
485 | text_wiki_destroy_confirmation: Sunteti sigur ca vreti sa stergeti acest wiki si continutul ei ? |
|
485 | text_wiki_destroy_confirmation: Sunteti sigur ca vreti sa stergeti acest wiki si continutul ei ? | |
486 | text_issue_category_destroy_question: Cateva tichete (%d) apartin acestei categorii. Cum vreti sa procedati ? |
|
486 | text_issue_category_destroy_question: Cateva tichete (%d) apartin acestei categorii. Cum vreti sa procedati ? | |
487 | text_issue_category_destroy_assignments: Remove category assignments |
|
487 | text_issue_category_destroy_assignments: Remove category assignments |
@@ -531,8 +531,8 text_tracker_no_workflow: Для этого трекера последоват | |||||
531 | text_unallowed_characters: Запрещенные символы |
|
531 | text_unallowed_characters: Запрещенные символы | |
532 | text_comma_separated: Допустимы несколько значений (разделенные запятой). |
|
532 | text_comma_separated: Допустимы несколько значений (разделенные запятой). | |
533 | text_issues_ref_in_commit_messages: Сопоставление и изменение статуса задач исходя из текста сообщений |
|
533 | text_issues_ref_in_commit_messages: Сопоставление и изменение статуса задач исходя из текста сообщений | |
534 | text_issue_added: О вопросе %s был создает отчет. |
|
534 | text_issue_added: О вопросе %s был создает отчет (by %s). | |
535 | text_issue_updated: Вопрос %s был обновлен. |
|
535 | text_issue_updated: Вопрос %s был обновлен (by %s). | |
536 | text_wiki_destroy_confirmation: Вы уверены, что хотите удалить данную вики и все содержание? |
|
536 | text_wiki_destroy_confirmation: Вы уверены, что хотите удалить данную вики и все содержание? | |
537 | text_issue_category_destroy_question: Несколько задач (%d) назначено в данную категорию. Что вы хотите предпринять? |
|
537 | text_issue_category_destroy_question: Несколько задач (%d) назначено в данную категорию. Что вы хотите предпринять? | |
538 | text_issue_category_destroy_assignments: Удалить назначения категории |
|
538 | text_issue_category_destroy_assignments: Удалить назначения категории |
@@ -504,8 +504,8 text_tracker_no_workflow: Tok rada nije definisan za ovaj tracker | |||||
504 | text_unallowed_characters: Nedozvoljeni karakteri |
|
504 | text_unallowed_characters: Nedozvoljeni karakteri | |
505 | text_comma_separated: Višestruke vrednosti su dozvoljene (razdvojene zarezom). |
|
505 | text_comma_separated: Višestruke vrednosti su dozvoljene (razdvojene zarezom). | |
506 | text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages |
|
506 | text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages | |
507 | text_issue_added: Kartica %s je prijavljena. |
|
507 | text_issue_added: Kartica %s je prijavljena (by %s). | |
508 | text_issue_updated: Kartica %s je izmenjena. |
|
508 | text_issue_updated: Kartica %s je izmenjena (by %s). | |
509 | text_wiki_destroy_confirmation: Da li ste sigurni da želite da izbrišete ovaj wiki i svu njegovu sadržinu ? |
|
509 | text_wiki_destroy_confirmation: Da li ste sigurni da želite da izbrišete ovaj wiki i svu njegovu sadržinu ? | |
510 | text_issue_category_destroy_question: Neke kartice (%d) su dodeljene ovoj kategoriji. Šta želite da uradite ? |
|
510 | text_issue_category_destroy_question: Neke kartice (%d) su dodeljene ovoj kategoriji. Šta želite da uradite ? | |
511 | text_issue_category_destroy_assignments: Ukloni dodeljivanje kategorija |
|
511 | text_issue_category_destroy_assignments: Ukloni dodeljivanje kategorija |
@@ -482,8 +482,8 text_tracker_no_workflow: Inget workflow definerat för denna tracker | |||||
482 | text_unallowed_characters: Unallowed characters |
|
482 | text_unallowed_characters: Unallowed characters | |
483 | text_comma_separated: Multiple values allowed (comma separated). |
|
483 | text_comma_separated: Multiple values allowed (comma separated). | |
484 | text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages |
|
484 | text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages | |
485 | text_issue_added: Brist %s har rapporterats. |
|
485 | text_issue_added: Brist %s har rapporterats (by %s). | |
486 | text_issue_updated: Brist %s har uppdaterats. |
|
486 | text_issue_updated: Brist %s har uppdaterats (by %s). | |
487 | text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content ? |
|
487 | text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content ? | |
488 | text_issue_category_destroy_question: Some issues (%d) are assigned to this category. What do you want to do ? |
|
488 | text_issue_category_destroy_question: Some issues (%d) are assigned to this category. What do you want to do ? | |
489 | text_issue_category_destroy_assignments: Remove category assignments |
|
489 | text_issue_category_destroy_assignments: Remove category assignments |
@@ -191,16 +191,16 setting_host_name: 主機名稱 | |||||
191 | setting_text_formatting: 文字格式 |
|
191 | setting_text_formatting: 文字格式 | |
192 | setting_wiki_compression: 壓縮 Wiki 歷史文章 |
|
192 | setting_wiki_compression: 壓縮 Wiki 歷史文章 | |
193 | setting_feeds_limit: Feed content limit |
|
193 | setting_feeds_limit: Feed content limit | |
194 |
setting_autofetch_changesets: |
|
194 | setting_autofetch_changesets: 自動取得送交版次 | |
195 | setting_sys_api_enabled: Enable WS for repository management |
|
195 | setting_sys_api_enabled: 啟用管理版本庫之網頁服務 (Web Service) | |
196 |
setting_commit_ref_keywords: |
|
196 | setting_commit_ref_keywords: 用於參照項目之關鍵字 | |
197 |
setting_commit_fix_keywords: |
|
197 | setting_commit_fix_keywords: 用於修正項目之關鍵字 | |
198 | setting_autologin: 自動登入 |
|
198 | setting_autologin: 自動登入 | |
199 | setting_date_format: 日期格式 |
|
199 | setting_date_format: 日期格式 | |
200 | setting_time_format: 時間格式 |
|
200 | setting_time_format: 時間格式 | |
201 | setting_cross_project_issue_relations: 允許關聯至其它專案的項目 |
|
201 | setting_cross_project_issue_relations: 允許關聯至其它專案的項目 | |
202 | setting_issue_list_default_columns: 預設顯示於項目清單的欄位 |
|
202 | setting_issue_list_default_columns: 預設顯示於項目清單的欄位 | |
203 |
setting_repositories_encodings: |
|
203 | setting_repositories_encodings: 版本庫編碼 | |
204 | setting_emails_footer: 電子郵件附帶說明 |
|
204 | setting_emails_footer: 電子郵件附帶說明 | |
205 | setting_protocol: 協定 |
|
205 | setting_protocol: 協定 | |
206 | setting_per_page_options: 每頁顯示個數選項 |
|
206 | setting_per_page_options: 每頁顯示個數選項 | |
@@ -362,7 +362,7 label_modification: %d 變更 | |||||
362 | label_modification_plural: %d 變更 |
|
362 | label_modification_plural: %d 變更 | |
363 | label_revision: 版次 |
|
363 | label_revision: 版次 | |
364 | label_revision_plural: 版次清單 |
|
364 | label_revision_plural: 版次清單 | |
365 |
label_associated_revisions: |
|
365 | label_associated_revisions: 相關版次 | |
366 | label_added: 已新增 |
|
366 | label_added: 已新增 | |
367 | label_modified: 已修改 |
|
367 | label_modified: 已修改 | |
368 | label_deleted: 已刪除 |
|
368 | label_deleted: 已刪除 | |
@@ -530,9 +530,9 text_length_between: 長度必須介於 %d 至 %d 個字元之間. | |||||
530 | text_tracker_no_workflow: 此追蹤標籤尚未定義工作流程 |
|
530 | text_tracker_no_workflow: 此追蹤標籤尚未定義工作流程 | |
531 | text_unallowed_characters: 不允許的字元 |
|
531 | text_unallowed_characters: 不允許的字元 | |
532 | text_comma_separated: 可輸入多個值 (以逗號分隔). |
|
532 | text_comma_separated: 可輸入多個值 (以逗號分隔). | |
533 | text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages |
|
533 | text_issues_ref_in_commit_messages: 送交訊息中參照(或修正)項目之關鍵字 | |
534 | text_issue_added: 已通報 %s 個項目 |
|
534 | text_issue_added: 已通報 %s 個項目 (by %s) | |
535 | text_issue_updated: 已更新 %s 個項目 |
|
535 | text_issue_updated: 已更新 %s 個項目 (by %s) | |
536 | text_wiki_destroy_confirmation: 您確定要刪除這個 wiki 和其中的所有內容? |
|
536 | text_wiki_destroy_confirmation: 您確定要刪除這個 wiki 和其中的所有內容? | |
537 | text_issue_category_destroy_question: 有 (%d) 個項目被指派到此分類. 請選擇您想要的動作? |
|
537 | text_issue_category_destroy_question: 有 (%d) 個項目被指派到此分類. 請選擇您想要的動作? | |
538 | text_issue_category_destroy_assignments: 移除這些項目的分類 |
|
538 | text_issue_category_destroy_assignments: 移除這些項目的分類 |
@@ -1,5 +1,5 | |||||
1 | # translated by andy wu |
|
1 | # Originally translated by andy wu (email:andywu.zh@gmail.com) | |
2 | # email:andywu.zh@gmail.com |
|
2 | # new translations added by the translation team from 72pines at http://code.72pines.org/projects/show/72pines-redmine/ | |
3 |
|
3 | |||
4 | _gloc_rule_default: '|n| n==1 ? "" : "_plural" ' |
|
4 | _gloc_rule_default: '|n| n==1 ? "" : "_plural" ' | |
5 |
|
5 | |||
@@ -32,12 +32,12 activerecord_error_blank: 不能是空格 | |||||
32 | activerecord_error_too_long: 太长 |
|
32 | activerecord_error_too_long: 太长 | |
33 | activerecord_error_too_short: 太短 |
|
33 | activerecord_error_too_short: 太短 | |
34 | activerecord_error_wrong_length: 长度有问题 |
|
34 | activerecord_error_wrong_length: 长度有问题 | |
35 |
activerecord_error_taken: |
|
35 | activerecord_error_taken: 已经存在了 | |
36 | activerecord_error_not_a_number: 不是数字 |
|
36 | activerecord_error_not_a_number: 不是数字 | |
37 | activerecord_error_not_a_date: 不是有效的日期 |
|
37 | activerecord_error_not_a_date: 不是有效的日期 | |
38 | activerecord_error_greater_than_start_date: 必需大于开始日期 |
|
38 | activerecord_error_greater_than_start_date: 必需大于开始日期 | |
39 |
activerecord_error_not_same_project: |
|
39 | activerecord_error_not_same_project: 不属于同一个项目 | |
40 | activerecord_error_circular_dependency: This relation would create a circular dependency |
|
40 | activerecord_error_circular_dependency: 这个设置会造成循环关系的错误 | |
41 |
|
41 | |||
42 | general_fmt_age: %d yr |
|
42 | general_fmt_age: %d yr | |
43 | general_fmt_age_plural: %d yrs |
|
43 | general_fmt_age_plural: %d yrs | |
@@ -58,12 +58,12 general_first_day_of_week: '7' | |||||
58 |
|
58 | |||
59 | notice_account_updated: 帐户更新成功。 |
|
59 | notice_account_updated: 帐户更新成功。 | |
60 | notice_account_invalid_creditentials: 用户名或密码不正确 |
|
60 | notice_account_invalid_creditentials: 用户名或密码不正确 | |
61 |
notice_account_password_updated: 成功更新 |
|
61 | notice_account_password_updated: 成功更新密码 | |
62 |
notice_account_wrong_password: 错误的 |
|
62 | notice_account_wrong_password: 错误的密码 | |
63 | notice_account_register_done: 帐户已创建成功 |
|
63 | notice_account_register_done: 帐户已创建成功 | |
64 | notice_account_unknown_email: 未知用户 |
|
64 | notice_account_unknown_email: 未知用户 | |
65 |
notice_can_t_change_password: 该帐户使用了外部认证。无法更改 |
|
65 | notice_can_t_change_password: 该帐户使用了外部认证。无法更改密码。 | |
66 |
notice_account_lost_email_sent: 邮件已被发送,邮件中有关于选择新 |
|
66 | notice_account_lost_email_sent: 邮件已被发送,邮件中有关于选择新密码的指导 | |
67 | notice_account_activated: 您的帐号已被激活。您现在可以登录了。 |
|
67 | notice_account_activated: 您的帐号已被激活。您现在可以登录了。 | |
68 | notice_successful_create: 创建成功 |
|
68 | notice_successful_create: 创建成功 | |
69 | notice_successful_update: 更新成功 |
|
69 | notice_successful_update: 更新成功 | |
@@ -71,18 +71,18 notice_successful_delete: 删除成功 | |||||
71 | notice_successful_connection: 连接成功 |
|
71 | notice_successful_connection: 连接成功 | |
72 | notice_file_not_found: 您访问的页面不存在或已被删除。 |
|
72 | notice_file_not_found: 您访问的页面不存在或已被删除。 | |
73 | notice_locking_conflict: 数据已被另一个用户更新 |
|
73 | notice_locking_conflict: 数据已被另一个用户更新 | |
74 | notice_not_authorized: You are not authorized to access this page. |
|
74 | notice_not_authorized: 对不起,您无权访问此页面. | |
75 |
notice_email_sent: |
|
75 | notice_email_sent: 已经成功发送email到 %s | |
76 |
notice_email_error: |
|
76 | notice_email_error: 发送email时发生错误 (%s) | |
77 |
notice_feeds_access_key_reseted: |
|
77 | notice_feeds_access_key_reseted: 您的RSS访问代码已经被重置了. | |
78 |
|
78 | |||
79 |
error_scm_not_found: 在 |
|
79 | error_scm_not_found: 在源代码库中不存在该条目或修订 | |
80 | error_scm_command_failed: "An error occurred when trying to access the repository: %s" |
|
80 | error_scm_command_failed: "访问源代码库的时候发生错误: %s" | |
81 |
|
81 | |||
82 |
mail_subject_lost_password: 您的redMine |
|
82 | mail_subject_lost_password: 您的redMine密码 | |
83 | mail_body_lost_password: 'To change your Redmine password, click on the following link:' |
|
83 | mail_body_lost_password: '点击以下的链接来修改您在redmine系统的密码:' | |
84 | mail_subject_register: redMine帐户激活 |
|
84 | mail_subject_register: redMine帐户激活 | |
85 | mail_body_register: 'To activate your Redmine account, click on the following link:' |
|
85 | mail_body_register: '点击以下的链接来激活您的redMine帐号:' | |
86 |
|
86 | |||
87 | gui_validation_error: 1 个错误 |
|
87 | gui_validation_error: 1 个错误 | |
88 | gui_validation_error_plural: %d 个错误 |
|
88 | gui_validation_error_plural: %d 个错误 | |
@@ -110,10 +110,10 field_value: 值 | |||||
110 | field_category: 分类 |
|
110 | field_category: 分类 | |
111 | field_title: 标题 |
|
111 | field_title: 标题 | |
112 | field_project: 项目 |
|
112 | field_project: 项目 | |
113 |
field_issue: |
|
113 | field_issue: 问题 | |
114 | field_status: 状态 |
|
114 | field_status: 状态 | |
115 | field_notes: 说明 |
|
115 | field_notes: 说明 | |
116 |
field_is_closed: 已关闭的 |
|
116 | field_is_closed: 已关闭的问题 | |
117 | field_is_default: 默认状态 |
|
117 | field_is_default: 默认状态 | |
118 | field_tracker: 跟踪 |
|
118 | field_tracker: 跟踪 | |
119 | field_subject: 主题 |
|
119 | field_subject: 主题 | |
@@ -126,16 +126,16 field_role: 角色 | |||||
126 | field_homepage: 主页 |
|
126 | field_homepage: 主页 | |
127 | field_is_public: 公开 |
|
127 | field_is_public: 公开 | |
128 | field_parent: 上级项目 |
|
128 | field_parent: 上级项目 | |
129 |
field_is_in_chlog: 在更新日志中显示 |
|
129 | field_is_in_chlog: 在更新日志中显示问题 | |
130 |
field_is_in_roadmap: 在路线图中显示 |
|
130 | field_is_in_roadmap: 在路线图中显示问题 | |
131 | field_login: 登录名 |
|
131 | field_login: 登录名 | |
132 | field_mail_notification: 邮件通知 |
|
132 | field_mail_notification: 邮件通知 | |
133 | field_admin: 管理员 |
|
133 | field_admin: 管理员 | |
134 | field_last_login_on: 最后登录 |
|
134 | field_last_login_on: 最后登录 | |
135 | field_language: 语言 |
|
135 | field_language: 语言 | |
136 | field_effective_date: 日期 |
|
136 | field_effective_date: 日期 | |
137 |
field_password: |
|
137 | field_password: 密码 | |
138 |
field_new_password: 新 |
|
138 | field_new_password: 新密码 | |
139 | field_password_confirmation: 确认 |
|
139 | field_password_confirmation: 确认 | |
140 | field_version: 版本 |
|
140 | field_version: 版本 | |
141 | field_type: 类别 |
|
141 | field_type: 类别 | |
@@ -147,7 +147,7 field_attr_login: 登录名属性 | |||||
147 | field_attr_firstname: 名字属性 |
|
147 | field_attr_firstname: 名字属性 | |
148 | field_attr_lastname: 姓属性 |
|
148 | field_attr_lastname: 姓属性 | |
149 | field_attr_mail: 邮件属性 |
|
149 | field_attr_mail: 邮件属性 | |
150 | field_onthefly: On-the-fly user creation |
|
150 | field_onthefly: 即时的用户生成 | |
151 | field_start_date: 开始 |
|
151 | field_start_date: 开始 | |
152 | field_done_ratio: %% 完成 |
|
152 | field_done_ratio: %% 完成 | |
153 | field_auth_source: 认证模式 |
|
153 | field_auth_source: 认证模式 | |
@@ -159,14 +159,14 field_subproject: 子项目 | |||||
159 | field_hours: Hours |
|
159 | field_hours: Hours | |
160 | field_activity: 活动 |
|
160 | field_activity: 活动 | |
161 | field_spent_on: 日期 |
|
161 | field_spent_on: 日期 | |
162 |
field_identifier: |
|
162 | field_identifier: 标识 | |
163 |
field_is_filter: |
|
163 | field_is_filter: 作为过滤条件 | |
164 |
field_issue_to_id: |
|
164 | field_issue_to_id: 相关的问题报告 | |
165 |
field_delay: |
|
165 | field_delay: 延期 | |
166 | field_assignable: Issues can be assigned to this role |
|
166 | field_assignable: 是否可以分配到问题 | |
167 |
field_redirect_existing_links: |
|
167 | field_redirect_existing_links: 重定向现有的链接 | |
168 |
field_estimated_hours: |
|
168 | field_estimated_hours: 预期时间 | |
169 |
field_default_value: |
|
169 | field_default_value: 默认值 | |
170 |
|
170 | |||
171 | setting_app_title: 应用程序标题 |
|
171 | setting_app_title: 应用程序标题 | |
172 | setting_app_subtitle: 应用程序子标题 |
|
172 | setting_app_subtitle: 应用程序子标题 | |
@@ -175,19 +175,19 setting_default_language: 默认语言 | |||||
175 | setting_login_required: 要求认证 |
|
175 | setting_login_required: 要求认证 | |
176 | setting_self_registration: 允许自注册 |
|
176 | setting_self_registration: 允许自注册 | |
177 | setting_attachment_max_size: 附件最大尺寸 |
|
177 | setting_attachment_max_size: 附件最大尺寸 | |
178 |
setting_issues_export_limit: |
|
178 | setting_issues_export_limit: 问题输出条目的限制 | |
179 | setting_mail_from: Emission mail address |
|
179 | setting_mail_from: 邮件发送人的地址 | |
180 | setting_host_name: 主机名称 |
|
180 | setting_host_name: 主机名称 | |
181 | setting_text_formatting: 文本格式 |
|
181 | setting_text_formatting: 文本格式 | |
182 |
setting_wiki_compression: Wiki |
|
182 | setting_wiki_compression: Wiki文档的历史记录压缩 | |
183 |
setting_feeds_limit: |
|
183 | setting_feeds_limit: RSS Feed内容条数 | |
184 |
setting_autofetch_changesets: |
|
184 | setting_autofetch_changesets: 自动获取程序变动 | |
185 | setting_sys_api_enabled: Enable WS for repository management |
|
185 | setting_sys_api_enabled: 启用后台的WS代码用于管理 | |
186 |
setting_commit_ref_keywords: |
|
186 | setting_commit_ref_keywords: 提交变动时引用问题号码的关键字 | |
187 |
setting_commit_fix_keywords: |
|
187 | setting_commit_fix_keywords: 提交变动时自动标志问题状态的关键字 | |
188 |
setting_autologin: |
|
188 | setting_autologin: 自动登录 | |
189 |
setting_date_format: |
|
189 | setting_date_format: 日期格式 | |
190 |
setting_cross_project_issue_relations: |
|
190 | setting_cross_project_issue_relations: 允许不同项目之间的问题关联 | |
191 |
|
191 | |||
192 | label_user: 用户 |
|
192 | label_user: 用户 | |
193 | label_user_plural: 用户列表 |
|
193 | label_user_plural: 用户列表 | |
@@ -195,12 +195,12 label_user_new: 新建用户 | |||||
195 | label_project: 项目 |
|
195 | label_project: 项目 | |
196 | label_project_new: 新建项目 |
|
196 | label_project_new: 新建项目 | |
197 | label_project_plural: 项目列表 |
|
197 | label_project_plural: 项目列表 | |
198 |
label_project_all: |
|
198 | label_project_all: 所有的项目 | |
199 |
label_project_latest: 最近的项目 |
|
199 | label_project_latest: 最近更新的项目 | |
200 |
label_issue: |
|
200 | label_issue: 问题 | |
201 |
label_issue_new: 新建 |
|
201 | label_issue_new: 新建问题 | |
202 |
label_issue_plural: |
|
202 | label_issue_plural: 问题列表 | |
203 |
label_issue_view_all: 查看所有 |
|
203 | label_issue_view_all: 查看所有问题 | |
204 | label_document: 文档 |
|
204 | label_document: 文档 | |
205 | label_document_new: 新建文档 |
|
205 | label_document_new: 新建文档 | |
206 | label_document_plural: 文档列表 |
|
206 | label_document_plural: 文档列表 | |
@@ -214,13 +214,13 label_member_plural: 成员列表 | |||||
214 | label_tracker: 跟踪标签 |
|
214 | label_tracker: 跟踪标签 | |
215 | label_tracker_plural: 跟踪标签列表 |
|
215 | label_tracker_plural: 跟踪标签列表 | |
216 | label_tracker_new: 新建跟踪标签 |
|
216 | label_tracker_new: 新建跟踪标签 | |
217 | label_workflow: 工作流 |
|
217 | label_workflow: 工作流程 | |
218 |
label_issue_status: |
|
218 | label_issue_status: 问题状态列表 | |
219 |
label_issue_status_plural: |
|
219 | label_issue_status_plural: 问题状态列表 | |
220 |
label_issue_status_new: 新建 |
|
220 | label_issue_status_new: 新建问题状态列表 | |
221 |
label_issue_category: |
|
221 | label_issue_category: 问题类别 | |
222 |
label_issue_category_plural: |
|
222 | label_issue_category_plural: 问题类别列表 | |
223 |
label_issue_category_new: 新建 |
|
223 | label_issue_category_new: 新建问题类别 | |
224 | label_custom_field: 自定义字段 |
|
224 | label_custom_field: 自定义字段 | |
225 | label_custom_field_plural: 自定义字段列表 |
|
225 | label_custom_field_plural: 自定义字段列表 | |
226 | label_custom_field_new: 新建自定义字段 |
|
226 | label_custom_field_new: 新建自定义字段 | |
@@ -230,7 +230,7 label_information: 信息 | |||||
230 | label_information_plural: 信息 |
|
230 | label_information_plural: 信息 | |
231 | label_please_login: 请登录 |
|
231 | label_please_login: 请登录 | |
232 | label_register: 注册 |
|
232 | label_register: 注册 | |
233 |
label_password_lost: 忘记 |
|
233 | label_password_lost: 忘记密码 | |
234 | label_home: 主页 |
|
234 | label_home: 主页 | |
235 | label_my_page: 我的工作台 |
|
235 | label_my_page: 我的工作台 | |
236 | label_my_account: 我的帐号 |
|
236 | label_my_account: 我的帐号 | |
@@ -240,7 +240,7 label_login: 登录 | |||||
240 | label_logout: 退出 |
|
240 | label_logout: 退出 | |
241 | label_help: 帮助 |
|
241 | label_help: 帮助 | |
242 | label_reported_issues: 已报告的问题 |
|
242 | label_reported_issues: 已报告的问题 | |
243 |
label_assigned_to_me_issues: 分配给我的 |
|
243 | label_assigned_to_me_issues: 分配给我的问题 | |
244 | label_last_login: 最后登录 |
|
244 | label_last_login: 最后登录 | |
245 | label_last_updates: 最后更新 |
|
245 | label_last_updates: 最后更新 | |
246 | label_last_updates_plural: %d 最后更新 |
|
246 | label_last_updates_plural: %d 最后更新 | |
@@ -255,12 +255,12 label_auth_source_new: 新建认证模式 | |||||
255 | label_auth_source_plural: 认证模式列表 |
|
255 | label_auth_source_plural: 认证模式列表 | |
256 | label_subproject_plural: 子项目列表 |
|
256 | label_subproject_plural: 子项目列表 | |
257 | label_min_max_length: 最小 - 最大 长度 |
|
257 | label_min_max_length: 最小 - 最大 长度 | |
258 |
label_list: |
|
258 | label_list: 列表 | |
259 |
label_date: |
|
259 | label_date: 日期 | |
260 |
label_integer: |
|
260 | label_integer: 整数 | |
261 |
label_boolean: |
|
261 | label_boolean: 是否 | |
262 |
label_string: |
|
262 | label_string: 文字 | |
263 |
label_text: |
|
263 | label_text: 长段文字 | |
264 | label_attribute: 属性 |
|
264 | label_attribute: 属性 | |
265 | label_attribute_plural: 属性 |
|
265 | label_attribute_plural: 属性 | |
266 | label_download: %d 个下载次数 |
|
266 | label_download: %d 个下载次数 | |
@@ -296,7 +296,7 label_closed_issues_plural: 已关闭 | |||||
296 | label_total: 合计 |
|
296 | label_total: 合计 | |
297 | label_permissions: 权限列表 |
|
297 | label_permissions: 权限列表 | |
298 | label_current_status: 当前状态 |
|
298 | label_current_status: 当前状态 | |
299 |
label_new_statuses_allowed: |
|
299 | label_new_statuses_allowed: 启用了新状态 | |
300 | label_all: 全部 |
|
300 | label_all: 全部 | |
301 | label_none: 无 |
|
301 | label_none: 无 | |
302 | label_next: 下一个 |
|
302 | label_next: 下一个 | |
@@ -306,7 +306,7 label_details: 详情 | |||||
306 | label_add_note: 添加说明 |
|
306 | label_add_note: 添加说明 | |
307 | label_per_page: 每面 |
|
307 | label_per_page: 每面 | |
308 | label_calendar: 日历 |
|
308 | label_calendar: 日历 | |
309 |
label_months_from: |
|
309 | label_months_from: 个月以来 | |
310 | label_gantt: 甘特图(Gantt) |
|
310 | label_gantt: 甘特图(Gantt) | |
311 | label_internal: 内部 |
|
311 | label_internal: 内部 | |
312 | label_last_changes: 最近的 %d 次更改 |
|
312 | label_last_changes: 最近的 %d 次更改 | |
@@ -328,14 +328,14 label_in_less_than: 剩余天数小于 | |||||
328 | label_in_more_than: 剩余天数大于 |
|
328 | label_in_more_than: 剩余天数大于 | |
329 | label_in: 剩余天数 |
|
329 | label_in: 剩余天数 | |
330 | label_today: 今天 |
|
330 | label_today: 今天 | |
331 |
label_this_week: |
|
331 | label_this_week: 本周 | |
332 | label_less_than_ago: 之前天数少于 |
|
332 | label_less_than_ago: 之前天数少于 | |
333 | label_more_than_ago: 之前天数大于 |
|
333 | label_more_than_ago: 之前天数大于 | |
334 | label_ago: 之前天数 |
|
334 | label_ago: 之前天数 | |
335 | label_contains: 包含 |
|
335 | label_contains: 包含 | |
336 | label_not_contains: 不包含 |
|
336 | label_not_contains: 不包含 | |
337 | label_day_plural: 天数 |
|
337 | label_day_plural: 天数 | |
338 |
label_repository: |
|
338 | label_repository: 源代码库 | |
339 | label_browse: 浏览 |
|
339 | label_browse: 浏览 | |
340 | label_modification: %d 个更新 |
|
340 | label_modification: %d 个更新 | |
341 | label_modification_plural: %d 个更新 |
|
341 | label_modification_plural: %d 个更新 | |
@@ -354,45 +354,45 label_sort_higher: 上移 | |||||
354 | label_sort_lower: 下移 |
|
354 | label_sort_lower: 下移 | |
355 | label_sort_lowest: 置底 |
|
355 | label_sort_lowest: 置底 | |
356 | label_roadmap: 路线图 |
|
356 | label_roadmap: 路线图 | |
357 |
label_roadmap_due_in: |
|
357 | label_roadmap_due_in: 截止日期到 | |
358 | label_roadmap_overdue: %s late |
|
358 | label_roadmap_overdue: %s late | |
359 |
label_roadmap_no_issues: 该版本没有 |
|
359 | label_roadmap_no_issues: 该版本没有问题 | |
360 | label_search: 查找 |
|
360 | label_search: 查找 | |
361 | label_result_plural: 个结果 |
|
361 | label_result_plural: 个结果 | |
362 | label_all_words: 所有单词 |
|
362 | label_all_words: 所有单词 | |
363 | label_wiki: Wiki |
|
363 | label_wiki: Wiki | |
364 |
label_wiki_edit: Wiki |
|
364 | label_wiki_edit: Wiki 编辑 | |
365 |
label_wiki_edit_plural: Wiki |
|
365 | label_wiki_edit_plural: Wiki 编辑记录 | |
366 |
label_wiki_page_plural: Wiki |
|
366 | label_wiki_page_plural: Wiki 页面 | |
367 | label_index_by_title: 索引 |
|
367 | label_index_by_title: 索引 | |
368 |
label_index_by_date: |
|
368 | label_index_by_date: 按照日期排序的索引 | |
369 | label_current_version: 当前版本 |
|
369 | label_current_version: 当前版本 | |
370 | label_preview: 预览 |
|
370 | label_preview: 预览 | |
371 | label_feed_plural: Feeds |
|
371 | label_feed_plural: Feeds | |
372 | label_changes_details: 所有更改的详情 |
|
372 | label_changes_details: 所有更改的详情 | |
373 |
label_issue_tracking: |
|
373 | label_issue_tracking: 问题跟踪 | |
374 | label_spent_time: 耗时 |
|
374 | label_spent_time: 耗时 | |
375 | label_f_hour: %.2f 小时 |
|
375 | label_f_hour: %.2f 小时 | |
376 | label_f_hour_plural: %.2f 小时 |
|
376 | label_f_hour_plural: %.2f 小时 | |
377 | label_time_tracking: 时间跟踪 |
|
377 | label_time_tracking: 时间跟踪 | |
378 | label_change_plural: 更改列表 |
|
378 | label_change_plural: 更改列表 | |
379 | label_statistics: 统计 |
|
379 | label_statistics: 统计 | |
380 |
label_commits_per_month: Commits |
|
380 | label_commits_per_month: Commits/月 | |
381 |
label_commits_per_author: Commits |
|
381 | label_commits_per_author: Commits/用户 | |
382 |
label_view_diff: |
|
382 | label_view_diff: 查看变动 | |
383 | label_diff_inline: inline |
|
383 | label_diff_inline: inline | |
384 | label_diff_side_by_side: side by side |
|
384 | label_diff_side_by_side: side by side | |
385 |
label_options: |
|
385 | label_options: 选项 | |
386 |
label_copy_workflow_from: |
|
386 | label_copy_workflow_from: 从以下项目复制工作流程 | |
387 |
label_permissions_report: |
|
387 | label_permissions_report: 权限设置列表 | |
388 |
label_watched_issues: |
|
388 | label_watched_issues: 跟踪的问题 | |
389 |
label_related_issues: |
|
389 | label_related_issues: 相关的问题 | |
390 |
label_applied_status: |
|
390 | label_applied_status: 修改了状态 | |
391 |
label_loading: |
|
391 | label_loading: 载入中... | |
392 |
label_relation_new: |
|
392 | label_relation_new: 新的关联 | |
393 |
label_relation_delete: |
|
393 | label_relation_delete: 删除关联 | |
394 |
label_relates_to: |
|
394 | label_relates_to: 关联到 | |
395 |
label_duplicates: |
|
395 | label_duplicates: 重复 | |
396 | label_blocks: blocks |
|
396 | label_blocks: blocks | |
397 | label_blocked_by: blocked by |
|
397 | label_blocked_by: blocked by | |
398 | label_precedes: precedes |
|
398 | label_precedes: precedes | |
@@ -401,32 +401,32 label_end_to_start: end to start | |||||
401 | label_end_to_end: end to end |
|
401 | label_end_to_end: end to end | |
402 | label_start_to_start: start to start |
|
402 | label_start_to_start: start to start | |
403 | label_start_to_end: start to end |
|
403 | label_start_to_end: start to end | |
404 |
label_stay_logged_in: |
|
404 | label_stay_logged_in: 保持一直登录 | |
405 |
label_disabled: |
|
405 | label_disabled: 禁用了 | |
406 |
label_show_completed_versions: |
|
406 | label_show_completed_versions: 显示已经完成的版本 | |
407 |
label_me: |
|
407 | label_me: 我 | |
408 |
label_board: |
|
408 | label_board: 讨论区 | |
409 |
label_board_new: |
|
409 | label_board_new: 新的版面 | |
410 |
label_board_plural: |
|
410 | label_board_plural: 讨论区 | |
411 |
label_topic_plural: |
|
411 | label_topic_plural: 主题 | |
412 |
label_message_plural: |
|
412 | label_message_plural: 帖子 | |
413 |
label_message_last: |
|
413 | label_message_last: 最新的帖子 | |
414 |
label_message_new: |
|
414 | label_message_new: 新贴 | |
415 |
label_reply_plural: |
|
415 | label_reply_plural: 回复 | |
416 | label_send_information: Send account information to the user |
|
416 | label_send_information: 给用户发送帐号信息 | |
417 |
label_year: |
|
417 | label_year: 年 | |
418 |
label_month: |
|
418 | label_month: 月 | |
419 |
label_week: |
|
419 | label_week: 周 | |
420 |
label_date_from: |
|
420 | label_date_from: 从 | |
421 |
label_date_to: |
|
421 | label_date_to: 到 | |
422 |
label_language_based: |
|
422 | label_language_based: 语言 | |
423 |
label_sort_by: |
|
423 | label_sort_by: 根据 %s 排序 | |
424 |
label_send_test_email: |
|
424 | label_send_test_email: 发送测试email | |
425 |
label_feeds_access_key_created_on: RSS |
|
425 | label_feeds_access_key_created_on: RSS 访问代码是在 %s 之前建立的 | |
426 |
label_module_plural: |
|
426 | label_module_plural: 模块 | |
427 |
label_added_time_by: |
|
427 | label_added_time_by: 由 %s 在 %s 之前添加 | |
428 |
label_updated_time: |
|
428 | label_updated_time: 更新于 %s 前 | |
429 |
label_jump_to_a_project: |
|
429 | label_jump_to_a_project: 选择一个项目... | |
430 |
|
430 | |||
431 | button_login: 登录 |
|
431 | button_login: 登录 | |
432 | button_submit: 提交 |
|
432 | button_submit: 提交 | |
@@ -452,14 +452,14 button_cancel: 取消 | |||||
452 | button_activate: 激活 |
|
452 | button_activate: 激活 | |
453 | button_sort: 排序 |
|
453 | button_sort: 排序 | |
454 | button_log_time: 登记工时 |
|
454 | button_log_time: 登记工时 | |
455 | button_rollback: Rollback to this version |
|
455 | button_rollback: 恢复到这个版本 | |
456 |
button_watch: |
|
456 | button_watch: 跟踪 | |
457 |
button_unwatch: |
|
457 | button_unwatch: 取消跟踪 | |
458 |
button_reply: |
|
458 | button_reply: 回复 | |
459 |
button_archive: |
|
459 | button_archive: 存档 | |
460 |
button_unarchive: |
|
460 | button_unarchive: 取消存档 | |
461 |
button_reset: |
|
461 | button_reset: 重置 | |
462 |
button_rename: |
|
462 | button_rename: 重命名 | |
463 |
|
463 | |||
464 | status_active: 激活 |
|
464 | status_active: 激活 | |
465 | status_registered: 已注册 |
|
465 | status_registered: 已注册 | |
@@ -469,7 +469,7 text_select_mail_notifications: 选择需要发送邮件通知的动作。 | |||||
469 | text_regexp_info: eg. ^[A-Z0-9]+$ |
|
469 | text_regexp_info: eg. ^[A-Z0-9]+$ | |
470 | text_min_max_length_info: 0 表示没有限制 |
|
470 | text_min_max_length_info: 0 表示没有限制 | |
471 | text_project_destroy_confirmation: 您确信要删除这个项目以及所有相关的数据吗? |
|
471 | text_project_destroy_confirmation: 您确信要删除这个项目以及所有相关的数据吗? | |
472 | text_workflow_edit: 选择一个角色和跟踪标签来编辑这个工作流 |
|
472 | text_workflow_edit: 选择一个角色和跟踪标签来编辑这个工作流程 | |
473 | text_are_you_sure: 您确定? |
|
473 | text_are_you_sure: 您确定? | |
474 | text_journal_changed: 从 %s 更改为 %s |
|
474 | text_journal_changed: 从 %s 更改为 %s | |
475 | text_journal_set_to: 设置为 %s |
|
475 | text_journal_set_to: 设置为 %s | |
@@ -477,19 +477,19 text_journal_deleted: 已删除 | |||||
477 | text_tip_task_begin_day: 开始于此 |
|
477 | text_tip_task_begin_day: 开始于此 | |
478 | text_tip_task_end_day: 在此结束 |
|
478 | text_tip_task_end_day: 在此结束 | |
479 | text_tip_task_begin_end_day: 开始并结束于此 |
|
479 | text_tip_task_begin_end_day: 开始并结束于此 | |
480 | text_project_identifier_info: 'Lower case letters (a-z), numbers and dashes allowed.<br />Once saved, the identifier can not be changed.' |
|
480 | text_project_identifier_info: '只允许使用小写字母 (a-z), 数字和-短横号.<br />注意,保存以后, 标志名就不能修改了.' | |
481 |
text_caracters_maximum: |
|
481 | text_caracters_maximum: 最多 %d 个字符. | |
482 |
text_length_between: |
|
482 | text_length_between: 字符长度应该在 %d 和 %d 个之间. | |
483 | text_tracker_no_workflow: No workflow defined for this tracker |
|
483 | text_tracker_no_workflow: 还没有定义工作流程 | |
484 |
text_unallowed_characters: |
|
484 | text_unallowed_characters: 有不符合规定的字符 | |
485 | text_comma_separated: Multiple values allowed (comma separated). |
|
485 | text_comma_separated: 可以使用多个值 (用逗号,分开). | |
486 | text_issues_ref_in_commit_messages: Referencing and fixing issues in commit messages |
|
486 | text_issues_ref_in_commit_messages: 信息里面直接可以使用的ref关联或者是fix修复标签设置 | |
487 |
text_issue_added: |
|
487 | text_issue_added: 问题 %s 成功提交 (by %s). | |
488 |
text_issue_updated: |
|
488 | text_issue_updated: 问题 %s 成功更新 (by %s). | |
489 | text_wiki_destroy_confirmation: Are you sure you want to delete this wiki and all its content ? |
|
489 | text_wiki_destroy_confirmation: 您是否确定要删除以下的 wiki 页面及其内容? | |
490 | text_issue_category_destroy_question: Some issues (%d) are assigned to this category. What do you want to do ? |
|
490 | text_issue_category_destroy_question: 有一些问题 (%d 个) 属于这个分类. 您还想继续操作吗? | |
491 |
text_issue_category_destroy_assignments: |
|
491 | text_issue_category_destroy_assignments: 取消分类的设置 | |
492 |
text_issue_category_reassign_to: |
|
492 | text_issue_category_reassign_to: 重新添加到分类 | |
493 |
|
493 | |||
494 | default_role_manager: 管理员 |
|
494 | default_role_manager: 管理员 | |
495 | default_role_developper: 开发人员 |
|
495 | default_role_developper: 开发人员 | |
@@ -513,59 +513,59 default_priority_immediate: 立刻 | |||||
513 | default_activity_design: 设计 |
|
513 | default_activity_design: 设计 | |
514 | default_activity_development: 开发 |
|
514 | default_activity_development: 开发 | |
515 |
|
515 | |||
516 |
enumeration_issue_priorities: |
|
516 | enumeration_issue_priorities: 问题优先级 | |
517 | enumeration_doc_categories: 文档类别 |
|
517 | enumeration_doc_categories: 文档类别 | |
518 |
enumeration_activities: |
|
518 | enumeration_activities: 活动情况 (时间跟踪) | |
519 |
label_wiki_page: Wiki |
|
519 | label_wiki_page: Wiki 页面 | |
520 |
label_file_plural: |
|
520 | label_file_plural: 文件 | |
521 |
label_changeset_plural: |
|
521 | label_changeset_plural: 程序变动 | |
522 |
field_column_names: |
|
522 | field_column_names: 列 | |
523 |
label_default_columns: |
|
523 | label_default_columns: 默认列 | |
524 | setting_issue_list_default_columns: Default columns displayed on the issue list |
|
524 | setting_issue_list_default_columns: 问题列表中显示的默认列 | |
525 |
setting_repositories_encodings: |
|
525 | setting_repositories_encodings: 源代码库编码 | |
526 | notice_no_issue_selected: "No issue is selected! Please, check the issues you want to edit." |
|
526 | notice_no_issue_selected: "没有选择任何的问题! 请选择您要编辑的问题." | |
527 |
label_bulk_edit_selected_issues: |
|
527 | label_bulk_edit_selected_issues: 批量修改已选择的问题 | |
528 |
label_no_change_option: ( |
|
528 | label_no_change_option: (不变) | |
529 |
notice_failed_to_save_issues: " |
|
529 | notice_failed_to_save_issues: "在保存 %d 个问题时(总共 %d 个)失败: %s." | |
530 |
label_theme: |
|
530 | label_theme: 主题 | |
531 |
label_default: |
|
531 | label_default: 默认 | |
532 |
label_search_titles_only: |
|
532 | label_search_titles_only: 仅在标题中搜索 | |
533 | label_nobody: nobody |
|
533 | label_nobody: nobody | |
534 |
button_change_password: |
|
534 | button_change_password: 修改密码 | |
535 | 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)." |
|
535 | text_user_mail_option: "对于没有选择的项目, 您将只会收到您已经跟踪或者是参与的项目的通知 (比如说,您是问题的报告者, 或是负责解决这个问题的)." | |
536 | label_user_mail_option_selected: "For any event on the selected projects only..." |
|
536 | label_user_mail_option_selected: "对于所选择的项目,收取任何相关的通知..." | |
537 | label_user_mail_option_all: "For any event on all my projects" |
|
537 | label_user_mail_option_all: "对于我参与的项目,收取任何相关的通知" | |
538 | label_user_mail_option_none: "Only for things I watch or I'm involved in" |
|
538 | label_user_mail_option_none: "只收取和我跟踪或者参与的项目的通知" | |
539 |
setting_emails_footer: Emails |
|
539 | setting_emails_footer: Emails 末尾的信息 | |
540 | label_float: Float |
|
540 | label_float: Float | |
541 |
button_copy: |
|
541 | button_copy: 复制 | |
542 |
mail_body_account_information_external: |
|
542 | mail_body_account_information_external: 您可以使用 "%s" 帐号登录了. | |
543 |
mail_body_account_information: |
|
543 | mail_body_account_information: 您的帐号信息 | |
544 | setting_protocol: Protocol |
|
544 | setting_protocol: 协议(Protocol) | |
545 | label_user_mail_no_self_notified: "I don't want to be notified of changes that I make myself" |
|
545 | label_user_mail_no_self_notified: "对于我提交的修改,不要给我发送通知" | |
546 |
setting_time_format: |
|
546 | setting_time_format: 时间格式 | |
547 |
label_registration_activation_by_email: |
|
547 | label_registration_activation_by_email: 通过email认证激活帐号 | |
548 |
mail_subject_account_activation_request: Redmine |
|
548 | mail_subject_account_activation_request: Redmine 帐号激活请求 | |
549 | mail_body_account_activation_request: 'A new user (%s) has registered. His account his pending your approval:' |
|
549 | mail_body_account_activation_request: '新用户 (%s) 已经注册成功. 他的帐号需要您的认可后生效:' | |
550 |
label_registration_automatic_activation: |
|
550 | label_registration_automatic_activation: 自动激活帐号 | |
551 |
label_registration_manual_activation: |
|
551 | label_registration_manual_activation: 手动激活帐号 | |
552 | notice_account_pending: "Your account was created and is now pending administrator approval." |
|
552 | notice_account_pending: "您的帐号已经成功建立, 但是还需要等待管理员的认可后才能激活." | |
553 |
field_time_zone: |
|
553 | field_time_zone: 时区 | |
554 | text_caracters_minimum: Must be at least %d characters long. |
|
554 | text_caracters_minimum: "至少需要 %d 个字符." | |
555 |
setting_bcc_recipients: |
|
555 | setting_bcc_recipients: 抄送地址 (bcc) | |
556 |
button_annotate: |
|
556 | button_annotate: 注释 | |
557 | label_issues_by: Issues by %s |
|
557 | label_issues_by: Issues by %s | |
558 | field_searchable: Searchable |
|
558 | field_searchable: Searchable | |
559 |
label_display_per_page: ' |
|
559 | label_display_per_page: '每页显示: %s' | |
560 |
setting_per_page_options: |
|
560 | setting_per_page_options: 每页显示条目的设置 | |
561 | label_age: Age |
|
561 | label_age: Age | |
562 | notice_default_data_loaded: Default configuration successfully loaded. |
|
562 | notice_default_data_loaded: 成功载入默认设置. | |
563 |
text_load_default_configuration: |
|
563 | text_load_default_configuration: 载入默认设置 | |
564 | 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." |
|
564 | text_no_configuration_data: "用户权限,跟踪标签, 问题状态列表和工作流程还没有设置好.\n强烈推荐载入默认的设置. 载入后您可以再进行定制." | |
565 |
error_can_t_load_default_data: " |
|
565 | error_can_t_load_default_data: "不能载入默认设置: %s" | |
566 |
button_update: |
|
566 | button_update: 更新 | |
567 |
label_change_properties: |
|
567 | label_change_properties: 修改属性 | |
568 |
label_general: |
|
568 | label_general: 一般 | |
569 |
label_repository_plural: |
|
569 | label_repository_plural: 源代码库 | |
570 |
label_associated_revisions: |
|
570 | label_associated_revisions: 相关的版本 | |
571 |
setting_user_format: |
|
571 | setting_user_format: 用户显示格式 |
@@ -1,14 +1,14 | |||||
1 | jsToolBar.strings = {}; |
|
1 | jsToolBar.strings = {}; | |
2 |
jsToolBar.strings['Strong'] = ' |
|
2 | jsToolBar.strings['Strong'] = 'Pastorinti'; | |
3 | jsToolBar.strings['Italic'] = 'Italic'; |
|
3 | jsToolBar.strings['Italic'] = 'Italic'; | |
4 |
jsToolBar.strings['Underline'] = ' |
|
4 | jsToolBar.strings['Underline'] = 'Pabraukti'; | |
5 |
jsToolBar.strings['Deleted'] = ' |
|
5 | jsToolBar.strings['Deleted'] = 'Užbraukti'; | |
6 |
jsToolBar.strings['Code'] = ' |
|
6 | jsToolBar.strings['Code'] = 'Kodas'; | |
7 | jsToolBar.strings['Heading 1'] = 'Heading 1'; |
|
7 | jsToolBar.strings['Heading 1'] = 'Heading 1'; | |
8 | jsToolBar.strings['Heading 2'] = 'Heading 2'; |
|
8 | jsToolBar.strings['Heading 2'] = 'Heading 2'; | |
9 | jsToolBar.strings['Heading 3'] = 'Heading 3'; |
|
9 | jsToolBar.strings['Heading 3'] = 'Heading 3'; | |
10 |
jsToolBar.strings['Unordered list'] = ' |
|
10 | jsToolBar.strings['Unordered list'] = 'Nenumeruotas sąrašas'; | |
11 |
jsToolBar.strings['Ordered list'] = ' |
|
11 | jsToolBar.strings['Ordered list'] = 'Numeruotas sąrašas'; | |
12 |
jsToolBar.strings['Preformatted text'] = 'Preformat |
|
12 | jsToolBar.strings['Preformatted text'] = 'Preformatuotas tekstas'; | |
13 |
jsToolBar.strings['Wiki link'] = ' |
|
13 | jsToolBar.strings['Wiki link'] = 'Nuoroda į Wiki puslapį'; | |
14 |
jsToolBar.strings['Image'] = ' |
|
14 | jsToolBar.strings['Image'] = 'Paveikslas'; |
General Comments 0
You need to be logged in to leave comments.
Login now