libredirect/src/_locales/tr/messages.json

113 lines
3.2 KiB
JSON
Raw Normal View History

{
"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"
},
2023-01-30 13:46:10 +01:00
"switchInstance": {
"message": "Örneği Değiştir",
"description": "used in manifest.json as shortcut description"
},
2023-01-30 13:46:10 +01:00
"settings": {
"message": "Ayarlar",
"description": "used in the popup"
},
2023-01-30 13:46:10 +01:00
"general": {
"message": "Genel",
"description": "used in the settings page"
},
2023-01-30 13:46:10 +01:00
"theme": {
"message": "Tema",
"description": "used in the settings page"
},
2023-01-30 13:46:10 +01:00
"light": {
"message": "Açık",
"description": "used in the settings page"
},
2023-01-30 13:46:10 +01:00
"dark": {
"message": "Koyu",
"description": "used in the settings page"
},
2023-01-30 13:46:10 +01:00
"auto": {
"message": "Otomatik",
"description": "used in the settings page"
},
2023-01-30 13:46:10 +01:00
"excludeFromRedirecting": {
"message": "Yönlendirme dışında bırakılanlar",
"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"
},
2023-01-30 13:46:10 +01:00
"enable": {
"message": "Etkinleştir",
"description": "used in the settings page"
},
"showInPopup": {
"message": "Açılır pencerede göster",
"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"
},
2023-01-30 13:46:10 +01:00
"addYourFavoriteInstances": {
"message": "Sevdiğiniz örnekleri ekleyin",
2023-01-30 13:46:10 +01:00
"description": "used in the settings page"
},
"copyRaw": {
"message": "Ham Kopyala"
},
"copied": {
"message": "Kopyalandı"
},
2023-01-30 13:46:10 +01:00
"redirectToOriginal": {
"message": "Aslına yönlendir",
"description": "Used in context menus when right clicking on a page/tab"
},
"redirectLink": {
"message": "Yeniden yönlendirmeyi dene",
"description": "Used in context menus when right clicking on a hyperlink"
2023-01-30 13:46:10 +01:00
},
"about": {
"message": "Hakkında"
},
"unsupportedIframesHandling": {
"message": "Desteklenmeyen iframe kullanımı"
},
"fetchPublicInstances": {
"message": "Herkese açık örnekleri getir"
},
"disable": {
"message": "Devre dışı bırak"
}
}