libreredirect/src/_locales/tr/messages.json

104 行
3.0 KiB
JSON
Raw Blame 履歴

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

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

{
"extensionName": {
"message": "Libre Redirect",
"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": "Otomatik",
"description": "used in the settings page"
},
"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"
},
"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"
},
"addYourFavoriteInstances": {
"message": "Sevdiğiniz örnekleri ekleyin",
"description": "used in the settings page"
},
"copyRaw": {
"message": "Ham Kopyala"
},
"copied": {
"message": "Kopyalandı"
},
"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"
},
"about": {
"message": "Hakkında"
}
}