diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-01-26 22:40:51 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-01-26 22:40:51 -0500 |
commit | bf657abd971be494c40f3a480fef83b679d8ec6c (patch) | |
tree | 3cd9c3118cc5302efbe9829a1dd2573d7ea7676b /app/Locale/ru_RU | |
parent | 83ad4e4448008590aaec968bee9fd395cc5dc4af (diff) |
Sync locales
Diffstat (limited to 'app/Locale/ru_RU')
-rw-r--r-- | app/Locale/ru_RU/translations.php | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php index d3692cb3..7bf57fb2 100644 --- a/app/Locale/ru_RU/translations.php +++ b/app/Locale/ru_RU/translations.php @@ -693,7 +693,6 @@ return array( '<30m' => '<30м', 'Stop timer' => 'Остановить таймер', 'Start timer' => 'Запустить таймер', - 'Add project member' => 'Добавить номер проекта', 'My activity stream' => 'Лента моей активности', 'My calendar' => 'Мой календарь', 'Search tasks' => 'Поиск задачи', @@ -748,8 +747,6 @@ return array( 'Remote user' => 'Удаленный пользователь', 'Remote users do not store their password in Kanboard database, examples: LDAP, Google and Github accounts.' => 'Учётные данные для входа через LDAP, Google и Github не будут сохранены в Kanboard.', 'If you check the box "Disallow login form", credentials entered in the login form will be ignored.' => 'Если вы установите флажок "Запретить форму входа", учётные данные, введенные в форму входа будет игнорироваться.', - 'New remote user' => 'Новый удалённый пользователь', - 'New local user' => 'Новый локальный пользователь', 'Default task color' => 'Стандартные цвета задач', 'This feature does not work with all browsers.' => 'Эта функция доступна не во всех браузерах.', 'There is no destination project available.' => 'Нет доступного для назначения проекта.', @@ -1026,7 +1023,6 @@ return array( 'Started:' => 'Начата:', 'Moved:' => 'Перемещена:', 'Task #%d' => 'Задача #%d', - 'Date and time format' => 'Формат даты и времени', 'Time format' => 'Формат времени', 'Start date: ' => 'Дата начала:', 'End date: ' => 'Дата окончания:', @@ -1288,15 +1284,27 @@ return array( 'Choose a project' => 'Выберите проект', 'Profile' => 'Профиль', 'Application role' => 'Роль в приложении', + // '%d invitations were sent.' => '', + // '%d invitation was sent.' => '', + // 'Unable to create this user.' => '', + // 'Kanboard Invitation' => '', + // 'Visible on dashboard' => '', + // 'Created at:' => '', + // 'Updated at:' => '', 'There is no custom filter.' => 'Пользовательские фильтры отсутствуют.', - 'New user' => 'Добавить пользователя', 'New User' => 'Добавление пользователя', 'Authentication' => 'Данные входа', 'If checked, this user will use a third-party system for authentication.' => 'Если включено, то пользователь будет использовать стороннюю систему для авторизации.', 'The password is necessary only for local users.' => 'Пароль необходим только для локальных пользователей', - 'Add this user to project' => 'Добавить этого пользователя в проект', + // 'You have been invited to register on Kanboard.' => '', + // 'Click here to join your team' => '', 'Invite people' => 'Приглашение пользователей', + 'Emails' => 'Адреса e-mail', 'Enter one email address by line.' => 'Вводите по одному e-mail на строку.', 'Add these people to this project' => 'Добавить приглашенных в проект', - 'Emails' => 'Адреса e-mail', + // 'Add this person to this project' => '', + // 'Sign-up' => '', + // 'Credentials' => '', + 'New user' => 'Добавить пользователя', + // 'This username is already taken' => '', ); |