Completes r2856 (#3979).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2907 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
480ccbf045
commit
8ffc61f66c
|
@ -136,15 +136,10 @@ module IssuesHelper
|
||||||
l(:text_journal_set_to, :label => label, :value => value)
|
l(:text_journal_set_to, :label => label, :value => value)
|
||||||
end
|
end
|
||||||
when 'attachment'
|
when 'attachment'
|
||||||
"#{label} #{value} #{l(:label_added)}"
|
l(:text_journal_added, :label => label, :value => value)
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
case detail.property
|
|
||||||
when 'attr', 'cf'
|
|
||||||
l(:text_journal_deleted, :label => label, :old => old_value)
|
l(:text_journal_deleted, :label => label, :old => old_value)
|
||||||
when 'attachment'
|
|
||||||
"#{label} #{old_value} #{l(:label_deleted)}"
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -818,8 +818,9 @@ bg:
|
||||||
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
||||||
text_journal_set_to: "{{label}} set to {{value}}"
|
text_journal_set_to: "{{label}} set to {{value}}"
|
||||||
text_journal_deleted: "{{label}} deleted"
|
text_journal_deleted: "{{label}} deleted ({{old}})"
|
||||||
label_group_plural: Groups
|
label_group_plural: Groups
|
||||||
label_group: Group
|
label_group: Group
|
||||||
label_group_new: New group
|
label_group_new: New group
|
||||||
label_time_entry_plural: Spent time
|
label_time_entry_plural: Spent time
|
||||||
|
text_journal_added: "{{label}} {{value}} added"
|
||||||
|
|
|
@ -842,8 +842,9 @@ bs:
|
||||||
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
||||||
text_journal_set_to: "{{label}} set to {{value}}"
|
text_journal_set_to: "{{label}} set to {{value}}"
|
||||||
text_journal_deleted: "{{label}} deleted"
|
text_journal_deleted: "{{label}} deleted ({{old}})"
|
||||||
label_group_plural: Groups
|
label_group_plural: Groups
|
||||||
label_group: Group
|
label_group: Group
|
||||||
label_group_new: New group
|
label_group_new: New group
|
||||||
label_time_entry_plural: Spent time
|
label_time_entry_plural: Spent time
|
||||||
|
text_journal_added: "{{label}} {{value}} added"
|
||||||
|
|
|
@ -821,8 +821,9 @@ ca:
|
||||||
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
||||||
text_journal_set_to: "{{label}} set to {{value}}"
|
text_journal_set_to: "{{label}} set to {{value}}"
|
||||||
text_journal_deleted: "{{label}} deleted"
|
text_journal_deleted: "{{label}} deleted ({{old}})"
|
||||||
label_group_plural: Groups
|
label_group_plural: Groups
|
||||||
label_group: Group
|
label_group: Group
|
||||||
label_group_new: New group
|
label_group_new: New group
|
||||||
label_time_entry_plural: Spent time
|
label_time_entry_plural: Spent time
|
||||||
|
text_journal_added: "{{label}} {{value}} added"
|
||||||
|
|
|
@ -824,8 +824,9 @@ cs:
|
||||||
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
||||||
text_journal_set_to: "{{label}} set to {{value}}"
|
text_journal_set_to: "{{label}} set to {{value}}"
|
||||||
text_journal_deleted: "{{label}} deleted"
|
text_journal_deleted: "{{label}} deleted ({{old}})"
|
||||||
label_group_plural: Groups
|
label_group_plural: Groups
|
||||||
label_group: Group
|
label_group: Group
|
||||||
label_group_new: New group
|
label_group_new: New group
|
||||||
label_time_entry_plural: Spent time
|
label_time_entry_plural: Spent time
|
||||||
|
text_journal_added: "{{label}} {{value}} added"
|
||||||
|
|
|
@ -844,8 +844,9 @@ da:
|
||||||
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
||||||
text_journal_set_to: "{{label}} set to {{value}}"
|
text_journal_set_to: "{{label}} set to {{value}}"
|
||||||
text_journal_deleted: "{{label}} deleted"
|
text_journal_deleted: "{{label}} deleted ({{old}})"
|
||||||
label_group_plural: Groups
|
label_group_plural: Groups
|
||||||
label_group: Group
|
label_group: Group
|
||||||
label_group_new: New group
|
label_group_new: New group
|
||||||
label_time_entry_plural: Spent time
|
label_time_entry_plural: Spent time
|
||||||
|
text_journal_added: "{{label}} {{value}} added"
|
||||||
|
|
|
@ -844,8 +844,9 @@ de:
|
||||||
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
||||||
text_journal_set_to: "{{label}} set to {{value}}"
|
text_journal_set_to: "{{label}} set to {{value}}"
|
||||||
text_journal_deleted: "{{label}} deleted"
|
text_journal_deleted: "{{label}} deleted ({{old}})"
|
||||||
label_group_plural: Groups
|
label_group_plural: Groups
|
||||||
label_group: Group
|
label_group: Group
|
||||||
label_group_new: New group
|
label_group_new: New group
|
||||||
label_time_entry_plural: Spent time
|
label_time_entry_plural: Spent time
|
||||||
|
text_journal_added: "{{label}} {{value}} added"
|
||||||
|
|
|
@ -824,8 +824,9 @@ el:
|
||||||
enumeration_activities: Δραστηριότητες (κατακερματισμός χρόνου)
|
enumeration_activities: Δραστηριότητες (κατακερματισμός χρόνου)
|
||||||
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
||||||
text_journal_set_to: "{{label}} set to {{value}}"
|
text_journal_set_to: "{{label}} set to {{value}}"
|
||||||
text_journal_deleted: "{{label}} deleted"
|
text_journal_deleted: "{{label}} deleted ({{old}})"
|
||||||
label_group_plural: Groups
|
label_group_plural: Groups
|
||||||
label_group: Group
|
label_group: Group
|
||||||
label_group_new: New group
|
label_group_new: New group
|
||||||
label_time_entry_plural: Spent time
|
label_time_entry_plural: Spent time
|
||||||
|
text_journal_added: "{{label}} {{value}} added"
|
||||||
|
|
|
@ -758,7 +758,8 @@ en:
|
||||||
text_are_you_sure: Are you sure ?
|
text_are_you_sure: Are you sure ?
|
||||||
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
||||||
text_journal_set_to: "{{label}} set to {{value}}"
|
text_journal_set_to: "{{label}} set to {{value}}"
|
||||||
text_journal_deleted: "{{label}} deleted"
|
text_journal_deleted: "{{label}} deleted ({{old}})"
|
||||||
|
text_journal_added: "{{label}} {{value}} added"
|
||||||
text_tip_task_begin_day: task beginning this day
|
text_tip_task_begin_day: task beginning this day
|
||||||
text_tip_task_end_day: task ending this day
|
text_tip_task_end_day: task ending this day
|
||||||
text_tip_task_begin_end_day: task beginning and ending this day
|
text_tip_task_begin_end_day: task beginning and ending this day
|
||||||
|
|
|
@ -865,8 +865,9 @@ es:
|
||||||
error_no_default_issue_status: No se ha definido un estado por defecto de petición. Verifique su configuración (Vaya a "Administración -> Estados de las peticiones").
|
error_no_default_issue_status: No se ha definido un estado por defecto de petición. Verifique su configuración (Vaya a "Administración -> Estados de las peticiones").
|
||||||
text_journal_changed: "{{label}} cambiada {{old}} por {{new}}"
|
text_journal_changed: "{{label}} cambiada {{old}} por {{new}}"
|
||||||
text_journal_set_to: "{{label}} establecida a {{value}}"
|
text_journal_set_to: "{{label}} establecida a {{value}}"
|
||||||
text_journal_deleted: "{{label}} eliminado"
|
text_journal_deleted: "{{label}} eliminado ({{old}})"
|
||||||
label_group_plural: Grupos
|
label_group_plural: Grupos
|
||||||
label_group: Grupo
|
label_group: Grupo
|
||||||
label_group_new: Nuevo grupo
|
label_group_new: Nuevo grupo
|
||||||
label_time_entry_plural: Tiempo dedicado
|
label_time_entry_plural: Tiempo dedicado
|
||||||
|
text_journal_added: "{{label}} {{value}} added"
|
||||||
|
|
|
@ -854,8 +854,9 @@ fi:
|
||||||
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
||||||
text_journal_set_to: "{{label}} set to {{value}}"
|
text_journal_set_to: "{{label}} set to {{value}}"
|
||||||
text_journal_deleted: "{{label}} deleted"
|
text_journal_deleted: "{{label}} deleted ({{old}})"
|
||||||
label_group_plural: Groups
|
label_group_plural: Groups
|
||||||
label_group: Group
|
label_group: Group
|
||||||
label_group_new: New group
|
label_group_new: New group
|
||||||
label_time_entry_plural: Spent time
|
label_time_entry_plural: Spent time
|
||||||
|
text_journal_added: "{{label}} {{value}} added"
|
||||||
|
|
|
@ -850,4 +850,5 @@ fr:
|
||||||
error_no_default_issue_status: "Aucun statut de demande n'est défini par défaut. Vérifier votre configuration (Administration -> Statuts de demandes)."
|
error_no_default_issue_status: "Aucun statut de demande n'est défini par défaut. Vérifier votre configuration (Administration -> Statuts de demandes)."
|
||||||
text_journal_changed: "{{label}} changé de {{old}} à {{new}}"
|
text_journal_changed: "{{label}} changé de {{old}} à {{new}}"
|
||||||
text_journal_set_to: "{{label}} mis à {{value}}"
|
text_journal_set_to: "{{label}} mis à {{value}}"
|
||||||
text_journal_deleted: "{{label}} supprimé"
|
text_journal_deleted: "{{label}} {{old}} supprimé"
|
||||||
|
text_journal_added: "{{label}} {{value}} ajouté"
|
||||||
|
|
|
@ -844,8 +844,9 @@ gl:
|
||||||
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
||||||
text_journal_set_to: "{{label}} set to {{value}}"
|
text_journal_set_to: "{{label}} set to {{value}}"
|
||||||
text_journal_deleted: "{{label}} deleted"
|
text_journal_deleted: "{{label}} deleted ({{old}})"
|
||||||
label_group_plural: Groups
|
label_group_plural: Groups
|
||||||
label_group: Group
|
label_group: Group
|
||||||
label_group_new: New group
|
label_group_new: New group
|
||||||
label_time_entry_plural: Spent time
|
label_time_entry_plural: Spent time
|
||||||
|
text_journal_added: "{{label}} {{value}} added"
|
||||||
|
|
|
@ -828,8 +828,9 @@ he:
|
||||||
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
||||||
text_journal_set_to: "{{label}} set to {{value}}"
|
text_journal_set_to: "{{label}} set to {{value}}"
|
||||||
text_journal_deleted: "{{label}} deleted"
|
text_journal_deleted: "{{label}} deleted ({{old}})"
|
||||||
label_group_plural: Groups
|
label_group_plural: Groups
|
||||||
label_group: Group
|
label_group: Group
|
||||||
label_group_new: New group
|
label_group_new: New group
|
||||||
label_time_entry_plural: Spent time
|
label_time_entry_plural: Spent time
|
||||||
|
text_journal_added: "{{label}} {{value}} added"
|
||||||
|
|
|
@ -849,8 +849,9 @@
|
||||||
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
||||||
text_journal_set_to: "{{label}} set to {{value}}"
|
text_journal_set_to: "{{label}} set to {{value}}"
|
||||||
text_journal_deleted: "{{label}} deleted"
|
text_journal_deleted: "{{label}} deleted ({{old}})"
|
||||||
label_group_plural: Groups
|
label_group_plural: Groups
|
||||||
label_group: Group
|
label_group: Group
|
||||||
label_group_new: New group
|
label_group_new: New group
|
||||||
label_time_entry_plural: Spent time
|
label_time_entry_plural: Spent time
|
||||||
|
text_journal_added: "{{label}} {{value}} added"
|
||||||
|
|
|
@ -831,8 +831,9 @@ it:
|
||||||
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
||||||
text_journal_set_to: "{{label}} set to {{value}}"
|
text_journal_set_to: "{{label}} set to {{value}}"
|
||||||
text_journal_deleted: "{{label}} deleted"
|
text_journal_deleted: "{{label}} deleted ({{old}})"
|
||||||
label_group_plural: Groups
|
label_group_plural: Groups
|
||||||
label_group: Group
|
label_group: Group
|
||||||
label_group_new: New group
|
label_group_new: New group
|
||||||
label_time_entry_plural: Spent time
|
label_time_entry_plural: Spent time
|
||||||
|
text_journal_added: "{{label}} {{value}} added"
|
||||||
|
|
|
@ -789,7 +789,7 @@ ja:
|
||||||
text_are_you_sure: よろしいですか?
|
text_are_you_sure: よろしいですか?
|
||||||
text_journal_changed: "{{label}} を {{old}} から {{new}} に変更"
|
text_journal_changed: "{{label}} を {{old}} から {{new}} に変更"
|
||||||
text_journal_set_to: "{{label}} を {{value}} にセット"
|
text_journal_set_to: "{{label}} を {{value}} にセット"
|
||||||
text_journal_deleted: "{{label}} を削除"
|
text_journal_deleted: "{{label}} を削除 ({{old}})"
|
||||||
text_tip_task_begin_day: この日に開始するタスク
|
text_tip_task_begin_day: この日に開始するタスク
|
||||||
text_tip_task_end_day: この日に終了するタスク
|
text_tip_task_end_day: この日に終了するタスク
|
||||||
text_tip_task_begin_end_day: この日のうちに開始して終了するタスク
|
text_tip_task_begin_end_day: この日のうちに開始して終了するタスク
|
||||||
|
@ -858,3 +858,4 @@ ja:
|
||||||
enumeration_issue_priorities: チケットの優先度
|
enumeration_issue_priorities: チケットの優先度
|
||||||
enumeration_doc_categories: 文書カテゴリ
|
enumeration_doc_categories: 文書カテゴリ
|
||||||
enumeration_activities: 作業分類 (時間トラッキング)
|
enumeration_activities: 作業分類 (時間トラッキング)
|
||||||
|
text_journal_added: "{{label}} {{value}} added"
|
||||||
|
|
|
@ -883,8 +883,9 @@ ko:
|
||||||
error_no_default_issue_status: '기본 상태가 정해져 있지 않습니다. 설정을 확인하십시오. (주 메뉴의 "관리" -> "일감 상태")'
|
error_no_default_issue_status: '기본 상태가 정해져 있지 않습니다. 설정을 확인하십시오. (주 메뉴의 "관리" -> "일감 상태")'
|
||||||
text_journal_changed: "{{label}}을(를) {{old}}에서 {{new}}(으)로 변경함"
|
text_journal_changed: "{{label}}을(를) {{old}}에서 {{new}}(으)로 변경함"
|
||||||
text_journal_set_to: "{{label}}을(를) {{value}}(으)로 정함"
|
text_journal_set_to: "{{label}}을(를) {{value}}(으)로 정함"
|
||||||
text_journal_deleted: "{{label}}을(를) 지움"
|
text_journal_deleted: "{{label}}을(를) 지움 ({{old}})"
|
||||||
label_group_plural: 그룹
|
label_group_plural: 그룹
|
||||||
label_group: 그룹
|
label_group: 그룹
|
||||||
label_group_new: 새 그룹
|
label_group_new: 새 그룹
|
||||||
label_time_entry_plural: Spent time
|
label_time_entry_plural: Spent time
|
||||||
|
text_journal_added: "{{label}} {{value}} added"
|
||||||
|
|
|
@ -854,8 +854,9 @@ lt:
|
||||||
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
||||||
text_journal_set_to: "{{label}} set to {{value}}"
|
text_journal_set_to: "{{label}} set to {{value}}"
|
||||||
text_journal_deleted: "{{label}} deleted"
|
text_journal_deleted: "{{label}} deleted ({{old}})"
|
||||||
label_group_plural: Groups
|
label_group_plural: Groups
|
||||||
label_group: Group
|
label_group: Group
|
||||||
label_group_new: New group
|
label_group_new: New group
|
||||||
label_time_entry_plural: Spent time
|
label_time_entry_plural: Spent time
|
||||||
|
text_journal_added: "{{label}} {{value}} added"
|
||||||
|
|
|
@ -806,8 +806,9 @@ nl:
|
||||||
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
||||||
text_journal_set_to: "{{label}} set to {{value}}"
|
text_journal_set_to: "{{label}} set to {{value}}"
|
||||||
text_journal_deleted: "{{label}} deleted"
|
text_journal_deleted: "{{label}} deleted ({{old}})"
|
||||||
label_group_plural: Groups
|
label_group_plural: Groups
|
||||||
label_group: Group
|
label_group: Group
|
||||||
label_group_new: New group
|
label_group_new: New group
|
||||||
label_time_entry_plural: Spent time
|
label_time_entry_plural: Spent time
|
||||||
|
text_journal_added: "{{label}} {{value}} added"
|
||||||
|
|
|
@ -819,8 +819,9 @@
|
||||||
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
||||||
text_journal_set_to: "{{label}} set to {{value}}"
|
text_journal_set_to: "{{label}} set to {{value}}"
|
||||||
text_journal_deleted: "{{label}} deleted"
|
text_journal_deleted: "{{label}} deleted ({{old}})"
|
||||||
label_group_plural: Groups
|
label_group_plural: Groups
|
||||||
label_group: Group
|
label_group: Group
|
||||||
label_group_new: New group
|
label_group_new: New group
|
||||||
label_time_entry_plural: Spent time
|
label_time_entry_plural: Spent time
|
||||||
|
text_journal_added: "{{label}} {{value}} added"
|
||||||
|
|
|
@ -847,8 +847,9 @@ pl:
|
||||||
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
||||||
text_journal_set_to: "{{label}} set to {{value}}"
|
text_journal_set_to: "{{label}} set to {{value}}"
|
||||||
text_journal_deleted: "{{label}} deleted"
|
text_journal_deleted: "{{label}} deleted ({{old}})"
|
||||||
label_group_plural: Groups
|
label_group_plural: Groups
|
||||||
label_group: Group
|
label_group: Group
|
||||||
label_group_new: New group
|
label_group_new: New group
|
||||||
label_time_entry_plural: Spent time
|
label_time_entry_plural: Spent time
|
||||||
|
text_journal_added: "{{label}} {{value}} added"
|
||||||
|
|
|
@ -850,8 +850,9 @@ pt-BR:
|
||||||
label_branch: Ramo
|
label_branch: Ramo
|
||||||
text_journal_changed: "{{label}} alterado de {{old}} para {{new}}"
|
text_journal_changed: "{{label}} alterado de {{old}} para {{new}}"
|
||||||
text_journal_set_to: "{{label}} ajustado para {{value}}"
|
text_journal_set_to: "{{label}} ajustado para {{value}}"
|
||||||
text_journal_deleted: "{{label}} excluído"
|
text_journal_deleted: "{{label}} excluído ({{old}})"
|
||||||
label_group_plural: Grupos
|
label_group_plural: Grupos
|
||||||
label_group: Grupo
|
label_group: Grupo
|
||||||
label_group_new: Novo grupo
|
label_group_new: Novo grupo
|
||||||
label_time_entry_plural: Tempos gastos
|
label_time_entry_plural: Tempos gastos
|
||||||
|
text_journal_added: "{{label}} {{value}} added"
|
||||||
|
|
|
@ -680,9 +680,6 @@ pt:
|
||||||
text_subprojects_destroy_warning: "O(s) seu(s) sub-projecto(s): {{value}} também será/serão apagado(s)."
|
text_subprojects_destroy_warning: "O(s) seu(s) sub-projecto(s): {{value}} também será/serão apagado(s)."
|
||||||
text_workflow_edit: Seleccione um papel e um tipo de tarefa para editar o workflow
|
text_workflow_edit: Seleccione um papel e um tipo de tarefa para editar o workflow
|
||||||
text_are_you_sure: Tem a certeza?
|
text_are_you_sure: Tem a certeza?
|
||||||
text_journal_changed: "mudado de {{old}} para {{new}}"
|
|
||||||
text_journal_set_to: "alterado para {{value}}"
|
|
||||||
text_journal_deleted: apagado
|
|
||||||
text_tip_task_begin_day: tarefa a começar neste dia
|
text_tip_task_begin_day: tarefa a começar neste dia
|
||||||
text_tip_task_end_day: tarefa a acabar neste dia
|
text_tip_task_end_day: tarefa a acabar neste dia
|
||||||
text_tip_task_begin_end_day: tarefa a começar e acabar neste dia
|
text_tip_task_begin_end_day: tarefa a começar e acabar neste dia
|
||||||
|
@ -841,3 +838,7 @@ pt:
|
||||||
label_group: Group
|
label_group: Group
|
||||||
label_group_new: New group
|
label_group_new: New group
|
||||||
label_time_entry_plural: Spent time
|
label_time_entry_plural: Spent time
|
||||||
|
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
||||||
|
text_journal_set_to: "{{label}} set to {{value}}"
|
||||||
|
text_journal_deleted: "{{label}} deleted ({{old}})"
|
||||||
|
text_journal_added: "{{label}} {{value}} added"
|
||||||
|
|
|
@ -821,8 +821,9 @@ ro:
|
||||||
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
||||||
text_journal_set_to: "{{label}} set to {{value}}"
|
text_journal_set_to: "{{label}} set to {{value}}"
|
||||||
text_journal_deleted: "{{label}} deleted"
|
text_journal_deleted: "{{label}} deleted ({{old}})"
|
||||||
label_group_plural: Groups
|
label_group_plural: Groups
|
||||||
label_group: Group
|
label_group: Group
|
||||||
label_group_new: New group
|
label_group_new: New group
|
||||||
label_time_entry_plural: Spent time
|
label_time_entry_plural: Spent time
|
||||||
|
text_journal_added: "{{label}} {{value}} added"
|
||||||
|
|
|
@ -937,3 +937,4 @@ ru:
|
||||||
label_group: Группа
|
label_group: Группа
|
||||||
label_group_new: Новая группа
|
label_group_new: Новая группа
|
||||||
label_time_entry_plural: Затраченное время
|
label_time_entry_plural: Затраченное время
|
||||||
|
text_journal_added: "{{label}} {{value}} added"
|
||||||
|
|
|
@ -823,8 +823,9 @@ sk:
|
||||||
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
||||||
text_journal_set_to: "{{label}} set to {{value}}"
|
text_journal_set_to: "{{label}} set to {{value}}"
|
||||||
text_journal_deleted: "{{label}} deleted"
|
text_journal_deleted: "{{label}} deleted ({{old}})"
|
||||||
label_group_plural: Groups
|
label_group_plural: Groups
|
||||||
label_group: Group
|
label_group: Group
|
||||||
label_group_new: New group
|
label_group_new: New group
|
||||||
label_time_entry_plural: Spent time
|
label_time_entry_plural: Spent time
|
||||||
|
text_journal_added: "{{label}} {{value}} added"
|
||||||
|
|
|
@ -820,8 +820,9 @@ sl:
|
||||||
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
||||||
text_journal_set_to: "{{label}} set to {{value}}"
|
text_journal_set_to: "{{label}} set to {{value}}"
|
||||||
text_journal_deleted: "{{label}} deleted"
|
text_journal_deleted: "{{label}} deleted ({{old}})"
|
||||||
label_group_plural: Groups
|
label_group_plural: Groups
|
||||||
label_group: Group
|
label_group: Group
|
||||||
label_group_new: New group
|
label_group_new: New group
|
||||||
label_time_entry_plural: Spent time
|
label_time_entry_plural: Spent time
|
||||||
|
text_journal_added: "{{label}} {{value}} added"
|
||||||
|
|
|
@ -839,8 +839,9 @@
|
||||||
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
||||||
text_journal_set_to: "{{label}} set to {{value}}"
|
text_journal_set_to: "{{label}} set to {{value}}"
|
||||||
text_journal_deleted: "{{label}} deleted"
|
text_journal_deleted: "{{label}} deleted ({{old}})"
|
||||||
label_group_plural: Groups
|
label_group_plural: Groups
|
||||||
label_group: Group
|
label_group: Group
|
||||||
label_group_new: New group
|
label_group_new: New group
|
||||||
label_time_entry_plural: Spent time
|
label_time_entry_plural: Spent time
|
||||||
|
text_journal_added: "{{label}} {{value}} added"
|
||||||
|
|
|
@ -803,7 +803,7 @@ sv:
|
||||||
text_are_you_sure: Är du säker ?
|
text_are_you_sure: Är du säker ?
|
||||||
text_journal_changed: "{{label}} ändrad från {{old}} till {{new}}"
|
text_journal_changed: "{{label}} ändrad från {{old}} till {{new}}"
|
||||||
text_journal_set_to: "{{label}} satt till {{value}}"
|
text_journal_set_to: "{{label}} satt till {{value}}"
|
||||||
text_journal_deleted: "{{label}} borttagen"
|
text_journal_deleted: "{{label}} borttagen ({{old}})"
|
||||||
text_tip_task_begin_day: arbetsuppgift som börjar denna dag
|
text_tip_task_begin_day: arbetsuppgift som börjar denna dag
|
||||||
text_tip_task_end_day: arbetsuppgift som slutar denna dag
|
text_tip_task_end_day: arbetsuppgift som slutar denna dag
|
||||||
text_tip_task_begin_end_day: arbetsuppgift börjar och slutar denna dag
|
text_tip_task_begin_end_day: arbetsuppgift börjar och slutar denna dag
|
||||||
|
@ -876,3 +876,4 @@ sv:
|
||||||
label_group: Group
|
label_group: Group
|
||||||
label_group_new: New group
|
label_group_new: New group
|
||||||
label_time_entry_plural: Spent time
|
label_time_entry_plural: Spent time
|
||||||
|
text_journal_added: "{{label}} {{value}} added"
|
||||||
|
|
|
@ -821,8 +821,9 @@ th:
|
||||||
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
||||||
text_journal_set_to: "{{label}} set to {{value}}"
|
text_journal_set_to: "{{label}} set to {{value}}"
|
||||||
text_journal_deleted: "{{label}} deleted"
|
text_journal_deleted: "{{label}} deleted ({{old}})"
|
||||||
label_group_plural: Groups
|
label_group_plural: Groups
|
||||||
label_group: Group
|
label_group: Group
|
||||||
label_group_new: New group
|
label_group_new: New group
|
||||||
label_time_entry_plural: Spent time
|
label_time_entry_plural: Spent time
|
||||||
|
text_journal_added: "{{label}} {{value}} added"
|
||||||
|
|
|
@ -677,9 +677,6 @@ tr:
|
||||||
text_subprojects_destroy_warning: "Ayrıca {{value}} alt proje silinecek."
|
text_subprojects_destroy_warning: "Ayrıca {{value}} alt proje silinecek."
|
||||||
text_workflow_edit: İşakışını düzenlemek için bir rol ve takipçi seçin
|
text_workflow_edit: İşakışını düzenlemek için bir rol ve takipçi seçin
|
||||||
text_are_you_sure: Emin misiniz ?
|
text_are_you_sure: Emin misiniz ?
|
||||||
text_journal_changed: "{{old}}'den {{new}}'e değiştirildi"
|
|
||||||
text_journal_set_to: "{{value}} 'e ayarlandı"
|
|
||||||
text_journal_deleted: Silindi
|
|
||||||
text_tip_task_begin_day: Bugün başlayan görevler
|
text_tip_task_begin_day: Bugün başlayan görevler
|
||||||
text_tip_task_end_day: Bugün sona eren görevler
|
text_tip_task_end_day: Bugün sona eren görevler
|
||||||
text_tip_task_begin_end_day: Bugün başlayan ve sona eren görevler
|
text_tip_task_begin_end_day: Bugün başlayan ve sona eren görevler
|
||||||
|
@ -856,3 +853,7 @@ tr:
|
||||||
label_group: Group
|
label_group: Group
|
||||||
label_group_new: New group
|
label_group_new: New group
|
||||||
label_time_entry_plural: Spent time
|
label_time_entry_plural: Spent time
|
||||||
|
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
||||||
|
text_journal_set_to: "{{label}} set to {{value}}"
|
||||||
|
text_journal_deleted: "{{label}} deleted ({{old}})"
|
||||||
|
text_journal_added: "{{label}} {{value}} added"
|
||||||
|
|
|
@ -820,8 +820,9 @@ uk:
|
||||||
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
||||||
text_journal_set_to: "{{label}} set to {{value}}"
|
text_journal_set_to: "{{label}} set to {{value}}"
|
||||||
text_journal_deleted: "{{label}} deleted"
|
text_journal_deleted: "{{label}} deleted ({{old}})"
|
||||||
label_group_plural: Groups
|
label_group_plural: Groups
|
||||||
label_group: Group
|
label_group: Group
|
||||||
label_group_new: New group
|
label_group_new: New group
|
||||||
label_time_entry_plural: Spent time
|
label_time_entry_plural: Spent time
|
||||||
|
text_journal_added: "{{label}} {{value}} added"
|
||||||
|
|
|
@ -883,8 +883,9 @@ vi:
|
||||||
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
||||||
text_journal_set_to: "{{label}} set to {{value}}"
|
text_journal_set_to: "{{label}} set to {{value}}"
|
||||||
text_journal_deleted: "{{label}} deleted"
|
text_journal_deleted: "{{label}} deleted ({{old}})"
|
||||||
label_group_plural: Groups
|
label_group_plural: Groups
|
||||||
label_group: Group
|
label_group: Group
|
||||||
label_group_new: New group
|
label_group_new: New group
|
||||||
label_time_entry_plural: Spent time
|
label_time_entry_plural: Spent time
|
||||||
|
text_journal_added: "{{label}} {{value}} added"
|
||||||
|
|
|
@ -849,7 +849,7 @@
|
||||||
text_are_you_sure: 確定執行?
|
text_are_you_sure: 確定執行?
|
||||||
text_journal_changed: "{{label}} 從 {{old}} 變更為 {{new}}"
|
text_journal_changed: "{{label}} 從 {{old}} 變更為 {{new}}"
|
||||||
text_journal_set_to: "{{label}} 設定為 {{value}}"
|
text_journal_set_to: "{{label}} 設定為 {{value}}"
|
||||||
text_journal_deleted: "{{label}} 已刪除"
|
text_journal_deleted: "{{label}} 已刪除 ({{old}})"
|
||||||
text_tip_task_begin_day: 今天起始的工作
|
text_tip_task_begin_day: 今天起始的工作
|
||||||
text_tip_task_end_day: 今天截止的的工作
|
text_tip_task_end_day: 今天截止的的工作
|
||||||
text_tip_task_begin_end_day: 今天起始與截止的工作
|
text_tip_task_begin_end_day: 今天起始與截止的工作
|
||||||
|
@ -918,3 +918,4 @@
|
||||||
enumeration_issue_priorities: 項目優先權
|
enumeration_issue_priorities: 項目優先權
|
||||||
enumeration_doc_categories: 文件分類
|
enumeration_doc_categories: 文件分類
|
||||||
enumeration_activities: 活動 (時間追蹤)
|
enumeration_activities: 活動 (時間追蹤)
|
||||||
|
text_journal_added: "{{label}} {{value}} added"
|
||||||
|
|
|
@ -846,8 +846,9 @@ zh:
|
||||||
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
||||||
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
||||||
text_journal_set_to: "{{label}} set to {{value}}"
|
text_journal_set_to: "{{label}} set to {{value}}"
|
||||||
text_journal_deleted: "{{label}} deleted"
|
text_journal_deleted: "{{label}} deleted ({{old}})"
|
||||||
label_group_plural: Groups
|
label_group_plural: Groups
|
||||||
label_group: Group
|
label_group: Group
|
||||||
label_group_new: New group
|
label_group_new: New group
|
||||||
label_time_entry_plural: Spent time
|
label_time_entry_plural: Spent time
|
||||||
|
text_journal_added: "{{label}} {{value}} added"
|
||||||
|
|
Loading…
Reference in New Issue