libredirect/src/_locales/tr/messages.json

103 lines
3.0 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.

{
"extensionName": {
"message": "LibRedirect",
"description": "name of the extension"
},
"extensionDescription": {
"message": "Popüler siteleri alternatif gizlilik dostu ön uçlara ve arka uçlara yönlendiren bir web uzantısı",
"description": "description of the extension"
},
"switchInstance": {
"message": "Örneği Değiştir",
"description": "used in manifest.json as shortcut description"
},
"settings": {
"message": "Ayarlar",
"description": "used in the popup"
},
"general": {
"message": "Genel",
"description": "used in the settings page"
},
"theme": {
"message": "Tema",
"description": "used in the settings page"
},
"light": {
"message": "Açık",
"description": "used in the settings page"
},
"dark": {
"message": "Koyu",
"description": "used in the settings page"
},
"auto": {
"message": "Auto",
"description": "used in the settings page"
},
"excludeFromRedirecting": {
"message": "Excluded from redirecting",
"description": "used in the settings page"
},
"importSettings": {
"message": "Ayarları İçe Aktar",
"description": "used in the settings page"
},
"exportSettings": {
"message": "Ayarları Dışa Aktar",
"description": "used in the settings page"
},
"resetSettings": {
"message": "Ayarları Sıfırla",
"description": "used in the settings page"
},
"enable": {
"message": "Etkinleştir",
"description": "used in the settings page"
},
"showInPopup": {
"message": "Show in popup",
"description": "used in the settings page"
},
"frontend": {
"message": "Ön Uç",
"description": "used in the settings page"
},
"redirectType": {
"message": "Yönlendirme Türü",
"description": "used in the settings page"
},
"both": {
"message": "her ikisi de",
"description": "used in the settings page"
},
"onlyEmbedded": {
"message": "yalnızca gömülü",
"description": "used in the settings page"
},
"onlyNotEmbedded": {
"message": "yalnızca gömülü olmayan",
"description": "used in the settings page"
},
"addYourFavoriteInstances": {
"message": "Add your favorite instances",
"description": "used in the settings page"
},
"copyRaw": {
"message": "Ham Kopyala"
},
"copied": {
"message": "Kopyalandı"
},
"redirectToOriginal": {
"message": "Redirect to original",
"description": "Used in context menus when right clicking on a page/tab"
},
"redirectLink": {
"message": "Bu köprüyü yeniden yönlendirmeyi dene",
"description": "Used in context menus when right clicking on a hyperlink"
},
"about": {
"message": "About"
}
}