Update translations
This commit is contained in:
@@ -4,9 +4,7 @@ return array(
|
||||
// 'number.decimals_separator' => '',
|
||||
// 'number.thousands_separator' => '',
|
||||
'None' => 'Отсутствует',
|
||||
'edit' => 'изменить',
|
||||
'Edit' => 'Изменить',
|
||||
'remove' => 'удалить',
|
||||
'Remove' => 'Удалить',
|
||||
'Yes' => 'Да',
|
||||
'No' => 'Нет',
|
||||
@@ -167,8 +165,6 @@ return array(
|
||||
'Automatic actions for the project "%s"' => 'Автоматические действия для проекта « %s »',
|
||||
'Add an action' => 'Добавить действие',
|
||||
'Event name' => 'Имя события',
|
||||
'Action name' => 'Имя действия',
|
||||
'Action parameters' => 'Параметры действия',
|
||||
'Action' => 'Действие',
|
||||
'Event' => 'Событие',
|
||||
'When the selected event occurs execute the corresponding action.' => 'Когда случится ВЫБРАННОЕ событие выполняется СООТВЕТСТВУЮЩЕЕ действие.',
|
||||
@@ -187,7 +183,7 @@ return array(
|
||||
'Position' => 'Расположение',
|
||||
'Duplicate to another project' => 'Клонировать в другой проект',
|
||||
'Duplicate' => 'Клонировать',
|
||||
'link' => 'ссылка',
|
||||
'Link' => 'Cсылка',
|
||||
'Comment updated successfully.' => 'Комментарий обновлён.',
|
||||
'Unable to update your comment.' => 'Не удалось обновить ваш комментарий.',
|
||||
'Remove a comment' => 'Удалить комментарий',
|
||||
@@ -234,7 +230,6 @@ return array(
|
||||
'Category:' => 'Категория:',
|
||||
'Categories' => 'Категории',
|
||||
'Your category have been created successfully.' => 'Категория создана.',
|
||||
'Unable to create your category.' => 'Не удалось создать категорию.',
|
||||
'This category has been updated successfully.' => 'Категория обновлена.',
|
||||
'Unable to update this category.' => 'Не удалось обновить категорию.',
|
||||
'Remove a category' => 'Удалить категорию',
|
||||
@@ -899,7 +894,6 @@ return array(
|
||||
'Add group member' => 'Добавить участника в группу',
|
||||
'Do you really want to remove this group: "%s"?' => 'Вы действительно хотите удалить группу "%s"?',
|
||||
'There is no user in this group.' => 'В этой группе нет участников.',
|
||||
'Remove this user' => 'Удалить пользователя.',
|
||||
'Permissions' => 'Разрешения',
|
||||
'Allowed Users' => 'Разрешенные пользователи',
|
||||
'No user have been allowed specifically.' => 'Нет заданных разрешений для пользователей.',
|
||||
@@ -1309,4 +1303,21 @@ return array(
|
||||
'This project is open' => 'Этот проект открыт',
|
||||
'This project is closed' => 'Этот проект закрыт',
|
||||
'Unable to upload files, check the permissions of your data folder.' => 'Невозможно загрузить файлы, проверьте права доступа на папку "data".',
|
||||
// 'Another category with the same name exists in this project' => '',
|
||||
// 'Comment sent by email successfully.' => '',
|
||||
// 'Sent by email to [%s](mailto:%s) (%s)' => '',
|
||||
// 'Unable to read uploaded file.' => '',
|
||||
// 'Database uploaded successfully.' => '',
|
||||
// 'Task sent by email successfully.' => '',
|
||||
// 'There is no category in this project.' => '',
|
||||
// 'Send by email' => '',
|
||||
// 'Create and send a comment by email' => '',
|
||||
// 'Subject' => '',
|
||||
// 'Upload the database' => '',
|
||||
// 'You could upload the previously downloaded Sqlite database (Gzip format).' => '',
|
||||
// 'Database file' => '',
|
||||
// 'Upload' => '',
|
||||
// 'Remove this user from group' => '',
|
||||
// 'Your project must have at least one active swimlane.' => '',
|
||||
// 'Project: %s' => '',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user