Sync locales
This commit is contained in:
@@ -154,8 +154,6 @@ return array(
|
||||
'%d closed tasks' => '%d завершенных задач',
|
||||
'No task for this project' => 'Нет задач для этого проекта',
|
||||
'Public link' => 'Ссылка для просмотра',
|
||||
'Change assignee' => 'Сменить назначенного',
|
||||
'Change assignee for the task "%s"' => 'Сменить назначенного для задачи « %s »',
|
||||
'Timezone' => 'Часовой пояс',
|
||||
'Sorry, I didn\'t find this information in my database!' => 'К сожалению, информация в базе данных не найдена !',
|
||||
'Page not found' => 'Страница не найдена',
|
||||
@@ -248,7 +246,6 @@ return array(
|
||||
'Category' => 'Категория',
|
||||
'Category:' => 'Категория:',
|
||||
'Categories' => 'Категории',
|
||||
'Category not found.' => 'Категория не найдена',
|
||||
'Your category have been created successfully.' => 'Категория создана.',
|
||||
'Unable to create your category.' => 'Не удалось создать категорию.',
|
||||
'Your category have been updated successfully.' => 'Категория обновлена.',
|
||||
@@ -270,7 +267,6 @@ return array(
|
||||
'Do you really want to remove this file: "%s"?' => 'Вы точно хотите удалить этот файл « %s » ?',
|
||||
'Attachments' => 'Вложения',
|
||||
'Edit the task' => 'Изменить задачу',
|
||||
'Edit the description' => 'Изменить описание',
|
||||
'Add a comment' => 'Добавить комментарий',
|
||||
'Edit a comment' => 'Изменить комментарий',
|
||||
'Summary' => 'Сводка',
|
||||
@@ -368,7 +364,6 @@ return array(
|
||||
'No external authentication enabled.' => 'Нет активной внешней аутентификации.',
|
||||
'Password modified successfully.' => 'Пароль изменен.',
|
||||
'Unable to change the password.' => 'Не удалось сменить пароль.',
|
||||
'Change category for the task "%s"' => 'Сменить категорию для задачи "%s"',
|
||||
'Change category' => 'Смена категории',
|
||||
'%s updated the task %s' => '%s обновил задачу %s',
|
||||
'%s opened the task %s' => '%s открыл задачу %s',
|
||||
@@ -485,7 +480,6 @@ return array(
|
||||
'Remove a swimlane' => 'Удалить дорожку',
|
||||
'Show default swimlane' => 'Показать стандартную дорожку',
|
||||
'Swimlane modification for the project "%s"' => 'Редактирование дорожки для проекта "%s"',
|
||||
'Swimlane not found.' => 'Дорожка не найдена.',
|
||||
'Swimlane removed successfully.' => 'Дорожка успешно удалена',
|
||||
'Swimlanes' => 'Дорожки',
|
||||
'Swimlane updated successfully.' => 'Дорожка успешно обновлена.',
|
||||
@@ -1202,4 +1196,23 @@ return array(
|
||||
// 'Email transport' => '',
|
||||
// 'Webhook token' => '',
|
||||
// 'Imports' => '',
|
||||
// 'Project tags management' => '',
|
||||
// 'Tag created successfully.' => '',
|
||||
// 'Unable to create this tag.' => '',
|
||||
// 'Tag updated successfully.' => '',
|
||||
// 'Unable to update this tag.' => '',
|
||||
// 'Tag removed successfully.' => '',
|
||||
// 'Unable to remove this tag.' => '',
|
||||
// 'Global tags management' => '',
|
||||
// 'Tags' => '',
|
||||
// 'Tags management' => '',
|
||||
// 'Add new tag' => '',
|
||||
// 'Edit a tag' => '',
|
||||
// 'Project tags' => '',
|
||||
// 'There is no specific tag for this project at the moment.' => '',
|
||||
// 'Tag' => '',
|
||||
// 'Remove a tag' => '',
|
||||
// 'Do you really want to remove this tag: "%s"?' => '',
|
||||
// 'Global tags' => '',
|
||||
// 'There is no global tag at the moment.' => '',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user