Files
homarr/public/locales/ru/modules/bookmark.json
Thomas Camlong fc969e5042 New Crowdin updates (#1529)
Add Chinese traditional and Crowdin pseudo language (CR)
2023-10-31 09:12:59 +01:00

44 lines
1.6 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.
{
"descriptor": {
"name": "Закладка",
"description": "Отображает статический список строк или ссылок",
"settings": {
"title": "Настройки закладок",
"name": {
"label": "Заголовок виджета",
"info": "Оставить пустым, чтобы скрыть заголовок."
},
"items": {
"label": "Элементы"
},
"layout": {
"label": "Макет",
"data": {
"autoGrid": "Автоматическая сетка",
"horizontal": "Горизонтальный",
"vertical": "Вертикальный"
}
}
}
},
"card": {
"noneFound": {
"title": "Список закладок пуст",
"text": "Добавить новые элементы в этот список в режиме редактирования"
}
},
"item": {
"validation": {
"length": "Длина строки должна быть между {{shortest}} и {{longest}} символами",
"invalidLink": "Недопустимая ссылка",
"errorMsg": "Не удалось сохранить, так как возникли ошибки валидации. Пожалуйста, исправьте ошибки"
},
"name": "Имя",
"url": "URL",
"newTab": "Открыть в новой вкладке",
"hideHostname": "Скрыть имя хоста",
"hideIcon": "Скрыть иконку",
"delete": "Удалить"
}
}