Integrate Vietnamese translation (PR #3465)

This commit is contained in:
Frederic Guillot
2017-09-23 14:44:47 -07:00
parent 7126bb1b13
commit 8ecaa60340
28 changed files with 1413 additions and 7 deletions

View File

@@ -596,7 +596,7 @@ return array(
// 'Existing due date' => '',
// 'Factor to calculate new due date: ' => '',
// 'Month(s)' => '',
// 'Recurrence' => 'Ponavljanje',
// 'Recurrence' => '',
// 'This task has been created by: ' => '',
// 'Recurrent task has been generated:' => '',
// 'Timeframe to calculate new due date: ' => '',
@@ -1285,8 +1285,8 @@ return array(
// 'Your project must have at least one active swimlane.' => '',
// 'Project: %s' => '',
// 'Automatic action not found: "%s"' => '',
// '%d projects' => '',
// '%d project' => '',
'%d projects' => '%d projekta',
'%d project' => '%d projekt',
// 'There is no project.' => '',
// 'Sort' => '',
// 'Project ID' => '',
@@ -1325,7 +1325,7 @@ return array(
// 'Changing assignee is not permitted' => '',
// 'Update only assigned tasks is permitted' => '',
// 'Only for tasks assigned to the current user' => '',
'My projects' => 'Moji projekti',
'My projects' => 'Moji projekti',
// 'Your are not member of any project.' => '',
'My subtasks' => 'Moji podzadaci',
// '%d subtasks' => '',
@@ -1338,6 +1338,6 @@ return array(
// 'This task was sent by email to "%s" with subject "%s".' => '',
// 'Predefined Email Subjects' => '',
// 'Write one subject by line.' => '',
'%d projects' => '%d projekta',
'%d project' => '%d projekt'
// 'Create another link' => '',
// 'BRL - Brazilian Real' => '',
);