diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-03-19 17:59:33 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-03-19 17:59:33 -0400 |
commit | 7bfeaaf1648ea8d6f03f8adf497e43bf2705ad39 (patch) | |
tree | 9ff6a873fe91dde17b79b4dff3ceab2165452ded /app/Locale/ru_RU | |
parent | 6bd0ce25c9546ceb68615a3321e0afc11ae29e6b (diff) |
Sync locales
Diffstat (limited to 'app/Locale/ru_RU')
-rw-r--r-- | app/Locale/ru_RU/translations.php | 28 |
1 files changed, 19 insertions, 9 deletions
diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php index 8217a086..bb2d7d42 100644 --- a/app/Locale/ru_RU/translations.php +++ b/app/Locale/ru_RU/translations.php @@ -39,7 +39,6 @@ return array( 'Administrator' => 'Администратор', 'Sign in' => 'Войти', 'Users' => 'Пользователи', - 'No user' => 'Нет пользователя', 'Forbidden' => 'Запрещено', 'Access Forbidden' => 'Доступ запрещён', 'Edit user' => 'Изменить пользователя', @@ -402,16 +401,13 @@ return array( 'API' => 'API', 'Create a comment from an external provider' => 'Создать комментарий из внешнего источника', 'Project management' => 'Управление проектом', - 'My projects' => 'Мои проекты', 'Columns' => 'Колонки', 'Task' => 'Задача', - 'Your are not member of any project.' => 'Вы не состоите ни в одном проекте.', 'Percentage' => 'Процент', 'Number of tasks' => 'Количество задач', 'Task distribution' => 'Распределение задач', 'Analytics' => 'Аналитика', 'Subtask' => 'Подзадача', - 'My subtasks' => 'Мои подзадачи', 'User repartition' => 'Перераспределение пользователей', 'Clone this project' => 'Клонировать проект', 'Column removed successfully.' => 'Колонка успешно удалена.', @@ -889,7 +885,6 @@ return array( 'There is no user available.' => 'Нет доступных пользователей.', 'Do you really want to remove the user "%s" from the group "%s"?' => 'Вы действительно хотите удалить пользователя "%s" из группы "%s"?', 'There is no group.' => 'Нет созданных групп.', - 'External Id' => 'Внешний Id', 'Add group member' => 'Добавить участника в группу', 'Do you really want to remove this group: "%s"?' => 'Вы действительно хотите удалить группу "%s"?', 'There is no user in this group.' => 'В этой группе нет участников.', @@ -955,7 +950,6 @@ return array( 'Default priority' => 'Приоритет по-умолчанию', 'Lowest priority' => 'Наименьший приоритет', 'Highest priority' => 'Наивысший приоритет', - 'If you put zero to the low and high priority, this feature will be disabled.' => 'Если Вы введете 0 для наименьшего и наивысшего приоритета, этот функционал будет отключен.', 'Close a task when there is no activity' => 'Закрывать задачу, когда нет активности', 'Duration in days' => 'Длительность в днях', 'Send email when there is no activity on a task' => 'Отправлять email, когда активность по задаче отсутствует', @@ -1169,8 +1163,6 @@ return array( 'Subtasks overview for %s' => 'Обзор подзадач для %s', 'Projects overview for %s' => 'Обзор проектов для %s', 'Activity stream for %s' => 'Лента активности для %s', - 'Calendar for %s' => 'Календарь для %s', - 'Notifications for %s' => 'Уведомления для %s', 'Assign a color when the task is moved to a specific swimlane' => 'Назначить цвет, когда задача будет перемещена в указанную дорожку', 'Assign a priority when the task is moved to a specific swimlane' => 'Назначить приоритет, когда задача будет перемещена в указанную дорожку', 'User unlocked successfully.' => 'Пользователь успешно разблокирован.', @@ -1316,7 +1308,6 @@ return array( 'You could upload the previously downloaded Sqlite database (Gzip format).' => 'Вы можете импортировать предварительно созданный файл выгрузки базы данных SQLite (формат Gzip).', 'Database file' => 'Файл выгрузки БД', 'Upload' => 'Импорт', - 'Remove this user from group' => 'Удалить этого пользователя из группы', 'Your project must have at least one active swimlane.' => 'Ваш проект должен иметь хотя бы одну активную дорожку.', 'Project: %s' => 'Проект: %s', 'Automatic action not found: "%s"' => 'Автоматическое действие не найдено: "%s"', @@ -1334,4 +1325,23 @@ return array( // 'Assign automatically a color when due date is expired' => '', // 'Total score in this column across all swimlanes' => '', // 'HRK - Kuna' => '', + // 'ARS - Argentine Peso' => '', + // 'COP - Colombian Peso' => '', + // '%d groups' => '', + // '%d group' => '', + // 'Group ID' => '', + // 'External ID' => '', + // '%d users' => '', + // '%d user' => '', + // 'Hide subtasks' => '', + // 'Show subtasks' => '', + // 'Authentication Parameters' => '', + // 'API Access' => '', + // 'No users found.' => '', + // 'User ID' => '', + // 'Notifications are activated' => '', + // 'Notifications are disabled' => '', + // 'User disabled' => '', + // '%d notifications' => '', + // '%d notification' => '', ); |