diff options
Diffstat (limited to 'apps/updatenotification/l10n/tr.js')
-rw-r--r-- | apps/updatenotification/l10n/tr.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/updatenotification/l10n/tr.js b/apps/updatenotification/l10n/tr.js index 3abe821a5ea..26b00321924 100644 --- a/apps/updatenotification/l10n/tr.js +++ b/apps/updatenotification/l10n/tr.js @@ -2,6 +2,9 @@ OC.L10N.register( "updatenotification", { "{version} is available. Get more information on how to update." : "Sürüm {version} hazır. Nasıl güncelleyeceğinizle ilgili daha fazla bilgi alın.", - "Updater" : "Güncelleyici" + "Updater" : "Güncelleyici", + "A new version is available: %s" : "Yeni bir sürüm mevcut: %s", + "Update channel:" : "Güncelleme kanalı:", + "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Her zaman yeni / deneysel bir sürüme güncelleyebilirsiniz, ancak daha düşük bir kararlı sürüme düşüremezsiniz." }, "nplurals=2; plural=(n > 1);"); |