nextcloud/apps/updatenotification/l10n/tr.js

15 lines
844 B
JavaScript
Raw Normal View History

2016-02-16 16:49:12 +03:00
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.",
2016-05-10 10:30:51 +03:00
"Updated channel" : "Kanal güncellendi",
2016-03-05 09:56:08 +03:00
"Updater" : "Güncelleyici",
"A new version is available: %s" : "Yeni bir sürüm mevcut: %s",
2016-03-31 08:55:24 +03:00
"Open updater" : "Güncelleyiciyi aç",
"Your version is up to date." : "Sürümünüz güncel.",
"Checked on %s" : "Son denetlenme: %s",
2016-03-05 09:56:08 +03:00
"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."
2016-02-16 16:49:12 +03:00
},
"nplurals=2; plural=(n > 1);");