Files
homarr/public/locales/uk/manage/boards.json
2024-01-14 14:10:59 +01:00

57 lines
2.1 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.
{
"metaTitle": "Дошки",
"pageTitle": "Дошки",
"cards": {
"statistics": {
"apps": "Додатки",
"widgets": "Віджети",
"categories": "Категорії"
},
"buttons": {
"view": "Дошка оголошень"
},
"menu": {
"setAsDefault": "Встановити як дошку за замовчуванням",
"delete": {
"label": "Видалити назавжди",
"disabled": "Видалення вимкнено, оскільки старіші компоненти Homarr не дозволяють видаляти конфігурацію за замовчуванням. Видалення буде можливим у майбутньому."
},
"duplicate": "",
"rename": {
"label": "",
"modal": {
"title": "",
"fields": {
"name": {
"label": "",
"placeholder": ""
}
}
}
}
},
"badges": {
"fileSystem": "Файлова система",
"default": "За замовчуванням"
}
},
"buttons": {
"create": "Створити нову дошку"
},
"modals": {
"delete": {
"title": "Видалити дошку",
"text": "Ви впевнені, що хочете видалити цю дошку? Ця дія не може бути скасована, і ваші дані будуть безповоротно втрачені."
},
"create": {
"title": "Створити дошку",
"text": "Після створення дошки назву не можна змінити.",
"form": {
"name": {
"label": "Ім’я"
},
"submit": "Створити"
}
}
}
}