mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 16:02:01 +00:00
Translations update from Weblate (#656)
* Translated using Weblate (Korean) Currently translated at 100.0% (158 of 158 strings) Translation: Decky/Decky Translate-URL: https://weblate.werwolv.net/projects/decky/decky/ko/ * Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (158 of 158 strings) Translation: Decky/Decky Translate-URL: https://weblate.werwolv.net/projects/decky/decky/pt_BR/ * Translated using Weblate (Turkish) Currently translated at 76.5% (121 of 158 strings) Translation: Decky/Decky Translate-URL: https://weblate.werwolv.net/projects/decky/decky/tr/ --------- Co-authored-by: Sungjoon Moon <sumoon@seoulsaram.org> Co-authored-by: Akinaton Osti <akinaton.osti@gmail.com> Co-authored-by: Bahasnyldz <bahasnyldz@gmail.com>
This commit is contained in:
committed by
GitHub
parent
e01a700669
commit
adf5a76392
@@ -14,7 +14,9 @@
|
||||
},
|
||||
"FilePickerError": {
|
||||
"errors": {
|
||||
"file_not_found": "Belirtilen yol geçerli değil. Lütfen yolu kontrol edin ve doğru şekilde yeniden girin."
|
||||
"file_not_found": "Belirtilen yol geçerli değil. Lütfen yolu kontrol edin ve doğru şekilde yeniden girin.",
|
||||
"perm_denied": "Belirtilen dizine erişim izniniz yok. Lütfen kullanıcınızın (Steam Deck'te deck) belirtilen klasöre/dosyaya erişmek için ilgili izne sahip olup olmadığını kontrol edin.",
|
||||
"unknown": "Bilinmeyen bir hata oluştu. Raw hata: {{raw_error}}"
|
||||
}
|
||||
},
|
||||
"FilePickerIndex": {
|
||||
@@ -46,7 +48,8 @@
|
||||
"confirm": "Aşağıdaki değişiklikleri yapmak istediğinizden emin misiniz?",
|
||||
"description": {
|
||||
"install": "Yükle {{name}} {{version}}",
|
||||
"reinstall": "Yeniden yükle {{name}} {{version}}"
|
||||
"reinstall": "Yeniden yükle {{name}} {{version}}",
|
||||
"update": "{{name}}'i {{version}}'ye güncelle"
|
||||
},
|
||||
"ok_button": {
|
||||
"idle": "Onayla",
|
||||
@@ -55,17 +58,18 @@
|
||||
"title": {
|
||||
"install_one": "1 eklenti yükle",
|
||||
"install_other": "{{count}} eklenti yükle",
|
||||
"mixed_one": "",
|
||||
"mixed_other": "",
|
||||
"mixed_one": "{{count}} eklentiyi değiştir",
|
||||
"mixed_other": "{{count}} eklentiyi değiştir",
|
||||
"reinstall_one": "1 eklentiyi yeniden yükle",
|
||||
"reinstall_other": "{{count}} eklentiyi yeniden yükle",
|
||||
"update_one": "",
|
||||
"update_other": ""
|
||||
"update_one": "{{count}} eklentiyi güncelle",
|
||||
"update_other": "{{count}} eklentiyi güncelle"
|
||||
}
|
||||
},
|
||||
"PluginCard": {
|
||||
"plugin_full_access": "Bu eklenti Steam Deck'inize tam erişime sahiptir.",
|
||||
"plugin_install": "Yükle",
|
||||
"plugin_no_desc": "Açıklama bulunmuyor.",
|
||||
"plugin_version_label": "Eklenti Versiyonu"
|
||||
},
|
||||
"PluginInstallModal": {
|
||||
@@ -94,6 +98,7 @@
|
||||
"no_plugin": "Yüklü eklenti yok!",
|
||||
"plugin_actions": "Eklenti İşlemleri",
|
||||
"reinstall": "Yeniden Yükle",
|
||||
"reload": "Yenile",
|
||||
"show": "Hızlı erişim: Göster",
|
||||
"unfreeze": "Güncellemelere izin ver",
|
||||
"uninstall": "Kaldır",
|
||||
|
||||
Reference in New Issue
Block a user