libredirect/src/_locales/sr/messages.json

104 lines
3.4 KiB
JSON
Raw Normal View History

{
2023-01-30 13:46:10 +01:00
"extensionName": {
"message": "LibRedirect",
"description": "name of the extension"
},
"extensionDescription": {
"message": "Веб проширница која преусмерава познате сајтове на према алтернативним сучељима и позадинским страницама прилагођенима приватности",
"description": "description of the extension"
},
2023-01-30 13:46:10 +01:00
"switchInstance": {
"message": "Пребаци инстанцу",
"description": "used in manifest.json as shortcut description"
},
2023-01-30 13:46:10 +01:00
"settings": {
"message": "Подешавања",
"description": "used in the popup"
},
2023-01-30 13:46:10 +01:00
"general": {
"message": "Општенито",
"description": "used in the settings page"
},
"theme": {
"message": "Тема",
"description": "used in the settings page"
},
2023-01-30 13:46:10 +01:00
"light": {
"message": "Светла",
"description": "used in the settings page"
},
2023-01-30 13:46:10 +01:00
"dark": {
"message": "Мрачна",
"description": "used in the settings page"
},
"auto": {
"message": "Auto",
"description": "used in the settings page"
},
2023-01-30 13:46:10 +01:00
"excludeFromRedirecting": {
"message": "Искључено из преусмеравања",
2023-01-30 13:46:10 +01:00
"description": "used in the settings page"
},
"importSettings": {
"message": "Увозна Подешавања",
"description": "used in the settings page"
},
"exportSettings": {
"message": "Извозна Подешавања",
"description": "used in the settings page"
},
2023-01-30 13:46:10 +01:00
"resetSettings": {
"message": "Обновите Подешавања",
"description": "used in the settings page"
},
2023-01-30 13:46:10 +01:00
"enable": {
"message": "Омогући",
"description": "used in the settings page"
},
2023-01-30 13:46:10 +01:00
"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"
},
2023-01-30 13:46:10 +01:00
"onlyEmbedded": {
"message": "само уграђено",
"description": "used in the settings page"
},
2023-01-30 13:46:10 +01:00
"onlyNotEmbedded": {
"message": "само неуграђено",
"description": "used in the settings page"
},
2023-01-30 13:46:10 +01:00
"addYourFavoriteInstances": {
"message": "Додајте своје омиљене инстанце",
"description": "used in the settings page"
},
"copyRaw": {
"message": "Копирајте необрађену коду"
},
2023-01-30 13:46:10 +01:00
"copied": {
"message": "Копирано"
},
2023-01-30 13:46:10 +01:00
"redirectToOriginal": {
"message": "Преусмерите према оригиналној",
2023-01-30 13:46:10 +01:00
"description": "Used in context menus when right clicking on a page/tab"
},
2023-01-30 13:46:10 +01:00
"redirectLink": {
"message": "Покушајте да преусмерите",
2023-01-30 13:46:10 +01:00
"description": "Used in context menus when right clicking on a hyperlink"
},
2023-01-30 13:46:10 +01:00
"about": {
"message": "О"
}
}