summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2016-12-06 01:07:19 +0000
committerNextcloud bot <bot@nextcloud.com>2016-12-06 01:07:19 +0000
commit2a647f4d3a41d8ed00292e170dd17e395201f07a (patch)
tree27ac6314d3b16bf9cab03c3218f909827d48db59 /apps
parent572b078de7e139de748ea829876b4b1b04b306bb (diff)
downloadnextcloud-server-2a647f4d3a41d8ed00292e170dd17e395201f07a.tar.gz
nextcloud-server-2a647f4d3a41d8ed00292e170dd17e395201f07a.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r--apps/comments/l10n/tr.js11
-rw-r--r--apps/comments/l10n/tr.json11
-rw-r--r--apps/files_versions/l10n/tr.js2
-rw-r--r--apps/files_versions/l10n/tr.json2
-rw-r--r--apps/twofactor_backupcodes/l10n/tr.js17
-rw-r--r--apps/twofactor_backupcodes/l10n/tr.json15
-rw-r--r--apps/updatenotification/l10n/hu_HU.js1
-rw-r--r--apps/updatenotification/l10n/hu_HU.json1
-rw-r--r--apps/updatenotification/l10n/ru.js1
-rw-r--r--apps/updatenotification/l10n/ru.json1
-rw-r--r--apps/updatenotification/l10n/tr.js27
-rw-r--r--apps/updatenotification/l10n/tr.json27
12 files changed, 90 insertions, 26 deletions
diff --git a/apps/comments/l10n/tr.js b/apps/comments/l10n/tr.js
index 0afadc16000..a8f88b03ff8 100644
--- a/apps/comments/l10n/tr.js
+++ b/apps/comments/l10n/tr.js
@@ -2,6 +2,7 @@ OC.L10N.register(
"comments",
{
"Comments" : "Yorumlar",
+ "Unknown user" : "Bilinmeyen kullanıcı",
"New comment …" : "Yorum ekle ...",
"Delete comment" : "Yorumu sil",
"Post" : "Gönder",
@@ -19,10 +20,16 @@ OC.L10N.register(
"Comment" : "Yorum",
"You commented" : "Yorum yaptınız",
"%1$s commented" : "%1$s yorumlanmış",
+ "{author} commented" : "{author} yorum yaptı",
+ "You commented on %1$s" : "%1$s hakkında yorum yaptınız",
+ "You commented on {file}" : "{file} hakkında yorum yaptınız",
"%1$s commented on %2$s" : "%1$s, %2$s için yorum yaptı",
+ "{author} commented on {file}" : "{author}, {file} hakkında yorum yaptı",
"<strong>Comments</strong> for files" : "Dosyalar için <strong>Yorumlar</strong>",
- "A (now) deleted user mentioned you in a comment on \"%s\"." : "(Şu anda) silinmiş bir kullanıcı \"%s\" üzerindeki bir yorumda sizden bahsetmiş.",
- "%s mentioned you in a comment on \"%s\"." : "%s kullanıcısı \"%s\" üzerindeki bir yorumda sizden bahsetmiş.",
+ "A (now) deleted user mentioned you in a comment on “%s”" : "Bir (artık) silinmiş kullanıcı “%s” hakkındaki bir yorumda sizden bahsetti",
+ "A (now) deleted user mentioned you in a comment on “{file}”" : "Bir (artık) silinmiş kullanıcı “{file}” hakkındaki bir yorumda sizden bahsetti",
+ "%1$s mentioned you in a comment on “%2$s”" : "%1$s, “%2$s” hakkındaki bir yorumda sizden bahsetti",
+ "{user} mentioned you in a comment on “{file}”" : "{user}, “{file}” hakkındaki bir yorumda sizden bahsetti",
"Type in a new comment..." : "Yeni bir yorum yazın...",
"No other comments available" : "Başka bir yorum yok",
"More comments..." : "Diğer yorumlar...",
diff --git a/apps/comments/l10n/tr.json b/apps/comments/l10n/tr.json
index 254160c6a78..a4f3840f92c 100644
--- a/apps/comments/l10n/tr.json
+++ b/apps/comments/l10n/tr.json
@@ -1,5 +1,6 @@
{ "translations": {
"Comments" : "Yorumlar",
+ "Unknown user" : "Bilinmeyen kullanıcı",
"New comment …" : "Yorum ekle ...",
"Delete comment" : "Yorumu sil",
"Post" : "Gönder",
@@ -17,10 +18,16 @@
"Comment" : "Yorum",
"You commented" : "Yorum yaptınız",
"%1$s commented" : "%1$s yorumlanmış",
+ "{author} commented" : "{author} yorum yaptı",
+ "You commented on %1$s" : "%1$s hakkında yorum yaptınız",
+ "You commented on {file}" : "{file} hakkında yorum yaptınız",
"%1$s commented on %2$s" : "%1$s, %2$s için yorum yaptı",
+ "{author} commented on {file}" : "{author}, {file} hakkında yorum yaptı",
"<strong>Comments</strong> for files" : "Dosyalar için <strong>Yorumlar</strong>",
- "A (now) deleted user mentioned you in a comment on \"%s\"." : "(Şu anda) silinmiş bir kullanıcı \"%s\" üzerindeki bir yorumda sizden bahsetmiş.",
- "%s mentioned you in a comment on \"%s\"." : "%s kullanıcısı \"%s\" üzerindeki bir yorumda sizden bahsetmiş.",
+ "A (now) deleted user mentioned you in a comment on “%s”" : "Bir (artık) silinmiş kullanıcı “%s” hakkındaki bir yorumda sizden bahsetti",
+ "A (now) deleted user mentioned you in a comment on “{file}”" : "Bir (artık) silinmiş kullanıcı “{file}” hakkındaki bir yorumda sizden bahsetti",
+ "%1$s mentioned you in a comment on “%2$s”" : "%1$s, “%2$s” hakkındaki bir yorumda sizden bahsetti",
+ "{user} mentioned you in a comment on “{file}”" : "{user}, “{file}” hakkındaki bir yorumda sizden bahsetti",
"Type in a new comment..." : "Yeni bir yorum yazın...",
"No other comments available" : "Başka bir yorum yok",
"More comments..." : "Diğer yorumlar...",
diff --git a/apps/files_versions/l10n/tr.js b/apps/files_versions/l10n/tr.js
index 36c0366fa4d..47c4d12ae6e 100644
--- a/apps/files_versions/l10n/tr.js
+++ b/apps/files_versions/l10n/tr.js
@@ -4,7 +4,9 @@ OC.L10N.register(
"Could not revert: %s" : "Geri alınamadı: %s",
"Versions" : "Sürümler",
"Failed to revert {file} to revision {timestamp}." : "{file} dosyası {timestamp} sürümüne geri alınamadı.",
+ "_%n byte_::_%n bytes_" : ["%n bayt","%n bayt"],
"Restore" : "Geri yükle",
+ "No versions available" : "Herhangi bir sürüm yok",
"More versions..." : "Diğer sürümler...",
"No other versions available" : "Başka bir sürüm yok"
},
diff --git a/apps/files_versions/l10n/tr.json b/apps/files_versions/l10n/tr.json
index cd1cf5eb505..ca416580eaa 100644
--- a/apps/files_versions/l10n/tr.json
+++ b/apps/files_versions/l10n/tr.json
@@ -2,7 +2,9 @@
"Could not revert: %s" : "Geri alınamadı: %s",
"Versions" : "Sürümler",
"Failed to revert {file} to revision {timestamp}." : "{file} dosyası {timestamp} sürümüne geri alınamadı.",
+ "_%n byte_::_%n bytes_" : ["%n bayt","%n bayt"],
"Restore" : "Geri yükle",
+ "No versions available" : "Herhangi bir sürüm yok",
"More versions..." : "Diğer sürümler...",
"No other versions available" : "Başka bir sürüm yok"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
diff --git a/apps/twofactor_backupcodes/l10n/tr.js b/apps/twofactor_backupcodes/l10n/tr.js
new file mode 100644
index 00000000000..d2c8845c97b
--- /dev/null
+++ b/apps/twofactor_backupcodes/l10n/tr.js
@@ -0,0 +1,17 @@
+OC.L10N.register(
+ "twofactor_backupcodes",
+ {
+ "Generate backup codes" : "Yedek kodları oluştur",
+ "Backup codes have been generated. {{used}} of {{total}} codes have been used." : "Yedek kodları oluşturuldu. {{used}} / {{total}} kod kullanılıyor.",
+ "These are your backup codes. Please save and/or print them as you will not be able to read the codes again later" : "Yedek kodlarınızı burada görebilirsiniz. Kodları daha sonra göremeyeceğiniz için bu kodları kaydedin ya da yazdırın",
+ "Save backup codes" : "Yedek kodları kaydet",
+ "Print backup codes" : "Yedek kodları yazdır",
+ "Regenerate backup codes" : "Yedek kodlarını yeniden oluştur",
+ "If you regenerate backup codes, you automatically invalidate old codes." : "Yedek kodlarını yeniden oluşturursanız, eski kodlar geçersiz olur.",
+ "An error occurred while generating your backup codes" : "Yedek kodlar oluşturulurken bir sorun çıktı",
+ "Nextcloud backup codes" : "Nextcloud yedek kodları",
+ "Backup code" : "Yedek kodu",
+ "Use backup code" : "Yedek kodunu kullan",
+ "Second-factor backup codes" : "İki aşamalı yedek kodları"
+},
+"nplurals=2; plural=(n > 1);");
diff --git a/apps/twofactor_backupcodes/l10n/tr.json b/apps/twofactor_backupcodes/l10n/tr.json
new file mode 100644
index 00000000000..3daf5b1b45d
--- /dev/null
+++ b/apps/twofactor_backupcodes/l10n/tr.json
@@ -0,0 +1,15 @@
+{ "translations": {
+ "Generate backup codes" : "Yedek kodları oluştur",
+ "Backup codes have been generated. {{used}} of {{total}} codes have been used." : "Yedek kodları oluşturuldu. {{used}} / {{total}} kod kullanılıyor.",
+ "These are your backup codes. Please save and/or print them as you will not be able to read the codes again later" : "Yedek kodlarınızı burada görebilirsiniz. Kodları daha sonra göremeyeceğiniz için bu kodları kaydedin ya da yazdırın",
+ "Save backup codes" : "Yedek kodları kaydet",
+ "Print backup codes" : "Yedek kodları yazdır",
+ "Regenerate backup codes" : "Yedek kodlarını yeniden oluştur",
+ "If you regenerate backup codes, you automatically invalidate old codes." : "Yedek kodlarını yeniden oluşturursanız, eski kodlar geçersiz olur.",
+ "An error occurred while generating your backup codes" : "Yedek kodlar oluşturulurken bir sorun çıktı",
+ "Nextcloud backup codes" : "Nextcloud yedek kodları",
+ "Backup code" : "Yedek kodu",
+ "Use backup code" : "Yedek kodunu kullan",
+ "Second-factor backup codes" : "İki aşamalı yedek kodları"
+},"pluralForm" :"nplurals=2; plural=(n > 1);"
+} \ No newline at end of file
diff --git a/apps/updatenotification/l10n/hu_HU.js b/apps/updatenotification/l10n/hu_HU.js
index 8993322b668..f5b6182799c 100644
--- a/apps/updatenotification/l10n/hu_HU.js
+++ b/apps/updatenotification/l10n/hu_HU.js
@@ -7,6 +7,7 @@ OC.L10N.register(
"Channel updated" : "Csatorna frissítve",
"Update to %1$s is available." : "%1$s frissítés elérhető.",
"Update for %1$s to version %2$s is available." : "%1$s frissíthető %2$s verzióra.",
+ "Update for {app} to version %s is available." : "{app} %s verzió frissítése elérhető",
"A new version is available: %s" : "Új verzió érhető el: %s",
"Open updater" : "Frissítő megnyitása",
"Download now" : "Letöltés most",
diff --git a/apps/updatenotification/l10n/hu_HU.json b/apps/updatenotification/l10n/hu_HU.json
index 52e75b2c3a0..e69e8e8aaa4 100644
--- a/apps/updatenotification/l10n/hu_HU.json
+++ b/apps/updatenotification/l10n/hu_HU.json
@@ -5,6 +5,7 @@
"Channel updated" : "Csatorna frissítve",
"Update to %1$s is available." : "%1$s frissítés elérhető.",
"Update for %1$s to version %2$s is available." : "%1$s frissíthető %2$s verzióra.",
+ "Update for {app} to version %s is available." : "{app} %s verzió frissítése elérhető",
"A new version is available: %s" : "Új verzió érhető el: %s",
"Open updater" : "Frissítő megnyitása",
"Download now" : "Letöltés most",
diff --git a/apps/updatenotification/l10n/ru.js b/apps/updatenotification/l10n/ru.js
index 3d9cfe465e7..e5c812edb6c 100644
--- a/apps/updatenotification/l10n/ru.js
+++ b/apps/updatenotification/l10n/ru.js
@@ -7,6 +7,7 @@ OC.L10N.register(
"Channel updated" : "Канал обновлен.",
"Update to %1$s is available." : "Доступно обновлений: %1$s",
"Update for %1$s to version %2$s is available." : "Доступно обновление для %1$s до версии %2$s.",
+ "Update for {app} to version %s is available." : "Доступно обновление для {app} до версии %s",
"A new version is available: %s" : "Доступна новая версия: %s",
"Open updater" : "Открыть окно обновления",
"Download now" : "Скачать сейчас",
diff --git a/apps/updatenotification/l10n/ru.json b/apps/updatenotification/l10n/ru.json
index 1568dfa1e35..9d70e3f9982 100644
--- a/apps/updatenotification/l10n/ru.json
+++ b/apps/updatenotification/l10n/ru.json
@@ -5,6 +5,7 @@
"Channel updated" : "Канал обновлен.",
"Update to %1$s is available." : "Доступно обновлений: %1$s",
"Update for %1$s to version %2$s is available." : "Доступно обновление для %1$s до версии %2$s.",
+ "Update for {app} to version %s is available." : "Доступно обновление для {app} до версии %s",
"A new version is available: %s" : "Доступна новая версия: %s",
"Open updater" : "Открыть окно обновления",
"Download now" : "Скачать сейчас",
diff --git a/apps/updatenotification/l10n/tr.js b/apps/updatenotification/l10n/tr.js
index 5fac0c67594..260099bcce2 100644
--- a/apps/updatenotification/l10n/tr.js
+++ b/apps/updatenotification/l10n/tr.js
@@ -1,19 +1,24 @@
OC.L10N.register(
"updatenotification",
{
- "Update notifications" : "Bildirimleri güncelle",
- "{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.",
- "Nextcloud core" : "Nextcloud çekirdeği",
- "Update for %1$s to version %2$s is available." : "%1$s sürümünden %2$s sürümüne güncelleme mevcut.",
- "A new version is available: %s" : "Yeni bir sürüm mevcut: %s",
+ "Update notifications" : "Güncelleme bildirimleri",
+ "Could not start updater, please try the manual update" : "Güncelleyici başlatılamadı lütfen el ile güncellemeyi deneyin",
+ "{version} is available. Get more information on how to update." : "{version} sürümü yayınlanmış. Güncelleme hakkında ayrıntılı bilgi alın.",
+ "Channel updated" : "Kanal güncellendi",
+ "Update to %1$s is available." : "%1$s güncellemesi yayınlanmış.",
+ "Update for %1$s to version %2$s is available." : "%1$s sürümünden %2$s sürümüne güncelleme yayınlanmış.",
+ "Update for {app} to version %s is available." : "{app} uygulaması için %s sürümü güncellemesi yayınlanmış.",
+ "A new version is available: %s" : "Yeni bir sürüm yayınlanmış: %s",
+ "Open updater" : "Güncelleyici aç",
+ "Download now" : "İndir",
"Your version is up to date." : "Sürümünüz güncel.",
- "Checked on %s" : "Son denetlenme: %s",
+ "Checked on %s" : "Son denetim: %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.",
- "Notify members of the following groups about available updates:" : "Aşağıdaki grupların üyelerini mevcut güncellelemeler hakkında bilgilendir:",
- "Only notification for app updates are available." : "Sadece uygulama bildirim güncellemeleri var.",
- "The selected update channel makes dedicated notifications for the server obsolete." : "Seçilen güncelleme kanalı sunucusnun eski olduğu bildirimine sahip.",
- "The selected update channel does not support updates of the server." : "Seçilen güncelleme nakalı sunucunun güncellemelerini desteklemiyor.",
+ "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "İstediğiniz zaman yeni / deneysel bir güncelleme kanalına geçebilirsiniz. Daha kararlı bir kanala geri dönemezsiniz.",
+ "Notify members of the following groups about available updates:" : "Yayınlanan güncellemeler şu grupların üyelerine bildirilsin:",
+ "Only notification for app updates are available." : "Yalnız uygulama güncellemeleri kullanılabilir.",
+ "The selected update channel makes dedicated notifications for the server obsolete." : "Seçilmiş güncelleme kanalı kullanımdan kalkmış sunucu bildirimleri için kullanılıyor.",
+ "The selected update channel does not support updates of the server." : "Seçilmiş güncelleme kanalı sunucunun güncellemelerini desteklemiyor.",
"Updater" : "Güncelleyici"
},
"nplurals=2; plural=(n > 1);");
diff --git a/apps/updatenotification/l10n/tr.json b/apps/updatenotification/l10n/tr.json
index 26ff862f13d..b37ca429e74 100644
--- a/apps/updatenotification/l10n/tr.json
+++ b/apps/updatenotification/l10n/tr.json
@@ -1,17 +1,22 @@
{ "translations": {
- "Update notifications" : "Bildirimleri güncelle",
- "{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.",
- "Nextcloud core" : "Nextcloud çekirdeği",
- "Update for %1$s to version %2$s is available." : "%1$s sürümünden %2$s sürümüne güncelleme mevcut.",
- "A new version is available: %s" : "Yeni bir sürüm mevcut: %s",
+ "Update notifications" : "Güncelleme bildirimleri",
+ "Could not start updater, please try the manual update" : "Güncelleyici başlatılamadı lütfen el ile güncellemeyi deneyin",
+ "{version} is available. Get more information on how to update." : "{version} sürümü yayınlanmış. Güncelleme hakkında ayrıntılı bilgi alın.",
+ "Channel updated" : "Kanal güncellendi",
+ "Update to %1$s is available." : "%1$s güncellemesi yayınlanmış.",
+ "Update for %1$s to version %2$s is available." : "%1$s sürümünden %2$s sürümüne güncelleme yayınlanmış.",
+ "Update for {app} to version %s is available." : "{app} uygulaması için %s sürümü güncellemesi yayınlanmış.",
+ "A new version is available: %s" : "Yeni bir sürüm yayınlanmış: %s",
+ "Open updater" : "Güncelleyici aç",
+ "Download now" : "İndir",
"Your version is up to date." : "Sürümünüz güncel.",
- "Checked on %s" : "Son denetlenme: %s",
+ "Checked on %s" : "Son denetim: %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.",
- "Notify members of the following groups about available updates:" : "Aşağıdaki grupların üyelerini mevcut güncellelemeler hakkında bilgilendir:",
- "Only notification for app updates are available." : "Sadece uygulama bildirim güncellemeleri var.",
- "The selected update channel makes dedicated notifications for the server obsolete." : "Seçilen güncelleme kanalı sunucusnun eski olduğu bildirimine sahip.",
- "The selected update channel does not support updates of the server." : "Seçilen güncelleme nakalı sunucunun güncellemelerini desteklemiyor.",
+ "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "İstediğiniz zaman yeni / deneysel bir güncelleme kanalına geçebilirsiniz. Daha kararlı bir kanala geri dönemezsiniz.",
+ "Notify members of the following groups about available updates:" : "Yayınlanan güncellemeler şu grupların üyelerine bildirilsin:",
+ "Only notification for app updates are available." : "Yalnız uygulama güncellemeleri kullanılabilir.",
+ "The selected update channel makes dedicated notifications for the server obsolete." : "Seçilmiş güncelleme kanalı kullanımdan kalkmış sunucu bildirimleri için kullanılıyor.",
+ "The selected update channel does not support updates of the server." : "Seçilmiş güncelleme kanalı sunucunun güncellemelerini desteklemiyor.",
"Updater" : "Güncelleyici"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
} \ No newline at end of file