Files
webapp/i18n/locales/ru/clientOfferForm.json
2026-01-07 09:10:35 +07:00

41 lines
1.3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"clientOfferForm": {
"header": {
"title": "Характеристики товара"
},
"actions": {
"back": "Назад к выбору",
"chooseAnother": "Выбрать другой товар",
"save": "Сохранить",
"saving": "Сохранение..."
},
"error": {
"title": "Ошибка",
"retry": "Повторить",
"load": "Не удалось загрузить данные",
"save": "Не удалось сохранить данные"
},
"states": {
"loading": "Загружаем данные..."
},
"noSchema": {
"title": "Схема не настроена",
"description": "Для товара \"{name}\" не настроена схема характеристик в TerminusDB. Обратитесь к администратору."
},
"errors": {
"productNotFound": "Продукт с UUID {uuid} не найден",
"schemaNotFound": "Схема \"{schema}\" не найдена в TerminusDB"
},
"labels": {
"location": "Локация",
"location_empty": "Локации отсутствуют"
},
"success": {
"saved": "Данные сохранены!\\n\\n{payload}"
},
"debug": {
"schema_missing": "не указан"
}
}
}