Added Turkish translations
This commit is contained in:
parent
f453b4ef9b
commit
177b8524a4
11 changed files with 136 additions and 0 deletions
36
cosmic-applet-power/i18n/tr/cosmic_applet_power.ftl
Normal file
36
cosmic-applet-power/i18n/tr/cosmic_applet_power.ftl
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
power = Güç
|
||||
settings = Ayarlar...
|
||||
lock-screen = Ekranı kilitle
|
||||
lock-screen-shortcut = Super + Escape
|
||||
log-out = Çıkış yap
|
||||
log-out-shortcut = Ctrl + Alt + Delete
|
||||
suspend = Askıya al
|
||||
restart = Yeniden başlat
|
||||
shutdown = Kapat
|
||||
confirm = Onayla
|
||||
cancel = İptal
|
||||
confirm-button = {
|
||||
$action ->
|
||||
[restart] { restart }
|
||||
[suspend] { suspend }
|
||||
[shutdown] { shutdown }
|
||||
[log-out] { log-out }
|
||||
*[other] { confirm}
|
||||
}
|
||||
confirm-title =
|
||||
{ $action ->
|
||||
[restart] { restart }
|
||||
[suspend] { suspend }
|
||||
[shutdown] { shutdown }
|
||||
[log-out] Tüm uygulamalardan çık ve oturumu kapat
|
||||
*[other] Seçilen eylemi uygula
|
||||
} now?
|
||||
confirm-body =
|
||||
Sistem { $countdown } saniye içinde { $action ->
|
||||
[restart] yeniden başlatılacaktır.
|
||||
[suspend] askıya alınacaktır.
|
||||
[shutdown] kapatılacaktır.
|
||||
[lock-screen] ekranı kitleyecektir.
|
||||
[log-out] çıkış yapacaktır.
|
||||
*[other] seçilen eylemi uygulayacaktır.
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue