libreredirect/src/_locales/uk/messages.json

104 行
3.4 KiB
JSON
Raw Blame 履歴

このファイルには曖昧(ambiguous)なUnicode文字が含まれています

このファイルには、他の文字と見間違える可能性があるUnicode文字が含まれています。 それが意図的なものと考えられる場合は、この警告を無視して構いません。 それらの文字を表示するにはエスケープボタンを使用します。

{
"extensionName": {
"message": "Libre Redirect",
"description": "name of the extension"
},
"extensionDescription": {
"message": "Веброзширення, що переспрямовує популярні сайти на альтернативні дружні до приватності фронтенди та бекенди",
"description": "description of the extension"
},
"switchInstance": {
"message": "Інший сервер",
"description": "used in manifest.json as shortcut description"
},
"settings": {
"message": "Налаштування",
"description": "used in the popup"
},
"general": {
"message": "Загальні",
"description": "used in the settings page"
},
"theme": {
"message": "Тема",
"description": "used in the settings page"
},
"light": {
"message": "Світла",
"description": "used in the settings page"
},
"dark": {
"message": "Темна",
"description": "used in the settings page"
},
"auto": {
"message": "Auto",
"description": "used in the settings page"
},
"excludeFromRedirecting": {
"message": "Виключено з перенаправлення",
"description": "used in the settings page"
},
"importSettings": {
"message": "Імпортувати налаштування",
"description": "used in the settings page"
},
"exportSettings": {
"message": "Експортувати налаштування",
"description": "used in the settings page"
},
"resetSettings": {
"message": "Скинути налаштування",
"description": "used in the settings page"
},
"enable": {
"message": "Увімкнути",
"description": "used in the settings page"
},
"showInPopup": {
"message": "Показувати у спливному вікні",
"description": "used in the settings page"
},
"frontend": {
"message": "Фронтенд",
"description": "used in the settings page"
},
"redirectType": {
"message": "Що переспрямовувати",
"description": "used in the settings page"
},
"both": {
"message": "обоє",
"description": "used in the settings page"
},
"onlyEmbedded": {
"message": "лише вбудовані",
"description": "used in the settings page"
},
"onlyNotEmbedded": {
"message": "лише не вбудований",
"description": "used in the settings page"
},
"addYourFavoriteInstances": {
"message": "Додати свої улюблені сервери",
"description": "used in the settings page"
},
"copyRaw": {
"message": "Копіювати оригінал посилання"
},
"copied": {
"message": "Скопійовано"
},
"redirectToOriginal": {
"message": "Перенаправити на оригінал",
"description": "Used in context menus when right clicking on a page/tab"
},
"redirectLink": {
"message": "Спроба перенаправлення",
"description": "Used in context menus when right clicking on a hyperlink"
},
"about": {
"message": "Про застосунок"
}
}