Sync locales

This commit is contained in:
Frederic Guillot
2017-01-26 22:40:51 -05:00
parent 83ad4e4448
commit bf657abd97
26 changed files with 586 additions and 123 deletions

View File

@@ -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' => '',
);