Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve russian translations #6903

Merged
merged 2 commits into from
Sep 8, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 6 additions & 6 deletions packages/strapi-admin/admin/src/translations/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"app.components.PluginCard.compatible": "Совместимо с вашим приложением",
"app.components.PluginCard.compatibleCommunity": "Совместимо с сообществом",
"app.components.PluginCard.more-details": "Больше деталей",
"app.components.PluginCard.PopUpWarning.install.impossible.autoReload.needed": "Функция autoReload (автоматической перезагрузки) должна быть отключена. Пожалуйста, запустите ваше приложение с помощью `yarn develop`.",
"app.components.PluginCard.PopUpWarning.install.impossible.autoReload.needed": "Функция autoReload (автоматической перезагрузки) должна быть включена. Пожалуйста, запустите ваше приложение с помощью `yarn develop`.",
"app.components.PluginCard.PopUpWarning.install.impossible.environment": "В целях безопасности плагин может быть загружен только в среде разработки.",
"app.components.PluginCard.PopUpWarning.install.impossible.confirm": "Я понимаю!",
"app.components.PluginCard.PopUpWarning.install.impossible.title": "Загрузка невозможна",
Expand Down Expand Up @@ -139,7 +139,7 @@
"components.Input.error.validation.maxLength": "Значение слишком длинное.",
"components.Input.error.validation.min": "Значение слишком маленькое.",
"components.Input.error.validation.minLength": "Значение слишком короткое.",
"components.Input.error.validation.minSupMax": "Не может быть выше",
"components.Input.error.validation.minSupMax": "Не может быть больше",
"components.Input.error.validation.regex": "Значение не соответствует регулярному выражению.",
"components.Input.error.validation.required": "Обязательное значение.",
"components.Input.error.validation.unique": "Это значение уже используется.",
Expand Down Expand Up @@ -204,7 +204,7 @@
"Auth.form.error.params.provide": "Предоставлены неверные параметры.",
"Auth.form.error.password.format": "Пароль не может содержать символ `$` больше трех раз.",
"Auth.form.error.password.local": "Этот пользователь никогда не задавал пароль, пожалуйста, войдите в систему через провайдера, используемого при создании учетной записи.",
"Auth.form.error.password.matching": "Пароль не соответствует.",
"Auth.form.error.password.matching": "Пароли не совпадают.",
"Auth.form.error.password.provide": "Укажите свой пароль.",
"Auth.form.error.ratelimit": "Слишком много попыток, повторите через минуту",
"Auth.form.error.user.not-exist": "Этот e-mail не существует.",
Expand Down Expand Up @@ -240,7 +240,7 @@
"Settings.webhooks.list.button.add": "Добавить новый webhook",
"Settings.webhooks.list.button.delete": "Удалить",
"Settings.webhooks.list.empty.title": "Пока еще нет webhooks",
"Settings.webhooks.list.empty.description": "Добавить первый в этот список.",
"Settings.webhooks.list.empty.description": "Добавить первый webhook в этот список.",
"Settings.webhooks.list.empty.link": "Просмотреть документацию",
"Settings.webhooks.enabled": "Включен",
"Settings.webhooks.disabled": "Выключен",
Expand All @@ -265,9 +265,9 @@
"Settings.webhooks.events.delete": "Удаление",
"Settings.webhooks.created": "Webhook создан",
"app.containers.App.notification.error.init": "Произошла ошибка при запросе к API",
"components.Input.error.password.noMatch": "Пароль не совпадает",
"components.Input.error.password.noMatch": "Пароли не совпадает",
"form.button.done": "Выполнено",
"form.button.finish": "Финиш",
"form.button.finish": "Завершить",
"notification.contentType.relations.conflict": "Некоторые элементы ссылаются на данный тип контента",
"notification.form.error.fields": "Форма содержит некоторые ошибки",
"notification.form.success.fields": "Изменения сохранены",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,10 @@
"form.button.add-components-to-dynamiczone": "Добавить компоненты в зону",
"form.button.add-field": "Еще поле",
"form.button.add-first-field-to-created-component": "Добавить первое поле в компонент",
"form.button.add.field.to.component": "Добавить еще поле в компонент",
"form.button.add.field.to.contentType": "Добавить еще поле в тип контента",
"form.button.add.field.to.component": "Добавить поле в компонент",
"form.button.add.field.to.collectionType": "Добавить поле в коллекцию",
"form.button.add.field.to.contentType": "Добавить поле в тип контента",
"form.button.add.field.to.singleType": "Добавить поле в тип",
"form.button.cancel": "Отменить",
"form.button.configure-component": "настроить компонент",
"form.button.configure-view": "Настроить отображение",
Expand Down Expand Up @@ -142,8 +144,8 @@
"relation.manyToOne": "имеет много",
"relation.manyWay": "имеет много",
"relation.oneToMany": "принадлежит многим",
"relation.oneToOne": "имеет один",
"relation.oneWay": "один принадлежит",
"relation.oneToOne": "имеет один и принадлежит одному",
"relation.oneWay": "имеет один",
"table.attributes.title.plural": "Полей - {number}",
"table.attributes.title.singular": "Поле - {number}",
"prompt.unsaved": "Вы уверены, что хотите выйти? Все изменения будут потеряны."
Expand Down