Skip to content

Commit

Permalink
Update ja_JP translation (pull-request kanboard#777) and sync all loc…
Browse files Browse the repository at this point in the history
…ales
  • Loading branch information
yuichi1004 authored and fguillot committed Apr 8, 2015
1 parent 4325679 commit 7d1c846
Show file tree
Hide file tree
Showing 7 changed files with 314 additions and 314 deletions.
2 changes: 1 addition & 1 deletion app/Locale/da_DK/translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@
'%s moved the task %s to the position #%d in the column "%s"' => '%s flyt opgaven %s til positionen #%d i kolonnen "%s"',
'%s moved the task %s to the column "%s"' => '%s flyttede opgaven %s til kolonnen "%s"',
'%s created the task %s' => '%s oprettede opgaven %s',
'%s closed the task %s' => '',
// '%s closed the task %s' => '',
'%s created a subtask for the task %s' => '%s oprettede en under-opgave for opgaven %s',
'%s updated a subtask for the task %s' => '%s opdaterede en under-opgave for opgaven %s',
'Assigned to %s with an estimate of %s/%sh' => 'Tildelt til %s med en estimering på %s/%sh',
Expand Down
4 changes: 2 additions & 2 deletions app/Locale/es_ES/translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@
'Remove a swimlane' => 'Remover un carril',
'Rename' => 'Renombrar',
'Show default swimlane' => 'Mostrar carril por defecto',
'Swimlane modification for the project "%s"' => '',
// 'Swimlane modification for the project "%s"' => '',
'Swimlane not found.' => 'Carril no encontrado',
'Swimlane removed successfully.' => 'Carril removido correctamente',
'Swimlanes' => 'Carriles',
Expand Down Expand Up @@ -653,7 +653,7 @@
'Filter by status' => 'Filtrar por estado',
'Calendar' => 'Calendario',
'Next' => 'Siguiente',
'#%d' => '',
// '#%d' => '',
'Filter by color' => 'Filtrar por color',
'Filter by swimlane' => 'Filtrar por carril',
'All swimlanes' => 'Todos los carriles',
Expand Down
614 changes: 307 additions & 307 deletions app/Locale/ja_JP/translations.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/Locale/pt_BR/translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@
'Daily project summary export' => 'Exportação diária do resumo do projeto',
'Daily project summary export for "%s"' => 'Exportação diária do resumo do projeto para "%s"',
'Exports' => 'Exportar',
'This export contains the number of tasks per column grouped per day.' => '',
// 'This export contains the number of tasks per column grouped per day.' => '',
'Nothing to preview...' => 'Nada para pré-visualizar...',
'Preview' => 'Pré-visualizar',
'Write' => 'Escrever',
Expand Down
2 changes: 1 addition & 1 deletion app/Locale/ru_RU/translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@
'is a child of' => 'наследник',
'is a parent of' => 'родитель',
'targets milestone' => 'часть этапа',
'is a milestone of' => '',
// 'is a milestone of' => '',
'fixes' => 'исправляет',
'is fixed by' => 'исправлено в',
'This task' => 'Эта задача',
Expand Down
2 changes: 1 addition & 1 deletion app/Locale/zh_CN/translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@
'All day' => '全天',
'Day' => '日期',
'Manage timetable' => '管理时间表',
'Overtime timetable' => '',
// 'Overtime timetable' => '',
'Time off timetable' => '加班时间表',
'Timetable' => '时间表',
'Work timetable' => '工作时间表',
Expand Down
2 changes: 1 addition & 1 deletion scripts/sync-locales.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function update_missing_locales(array $reference, $outdated_file)

foreach ($reference as $key => $value) {

if (isset($outdated[$key])) {
if (! empty($outdated[$key])) {
//$output .= " '".str_replace("'", "\'", $key)."' => '".str_replace("'", "\'", $value)."',\n";
$output .= " '".str_replace("'", "\'", $key)."' => '".str_replace("'", "\'", $outdated[$key])."',\n";
}
Expand Down

0 comments on commit 7d1c846

Please sign in to comment.