libreredirect/src/_locales/sr/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": "О"
}
}