Merge pull request #1238 from yakupad/master

🇹🇷 update Turkish language translates
This commit is contained in:
Jim LAURIE 2018-05-21 10:25:20 +02:00 committed by GitHub
commit df87cc32c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 7 deletions

View File

@ -52,6 +52,10 @@
"form.attribute.item.json.name": "İsim",
"form.attribute.item.boolean.name": "İsim",
"form.attribute.item.string.name": "İsim",
"form.attribute.item.appearance.name": "Görünüm",
"form.attribute.item.appearance.label": "WYSIWYG olarak görüntüle",
"form.attribute.item.appearance.description":
"Aksi halde, değer temel bir textarea alanıyla düzenlenebilir",
"form.attribute.item.settings.name": "Ayarlar",
"form.attribute.item.requiredField": "Zorunlu alan",
"form.attribute.item.uniqueField": "Benzersiz alan",

View File

@ -1,11 +1,11 @@
{
"ConfigPage.title": "Upload - Settings",
"ConfigPage.description": "Configure the upload plugin",
"ConfigPage.title": "Yükle - Ayarlar",
"ConfigPage.description": "Yükleme eklentisini yapılandır.",
"EditForm.Input.number.label": "Maximum size allowed (in MB)",
"EditForm.Input.select.label": "Providers",
"EditForm.Input.select.inputDescription": "Files can either be uploaded on your server or on external providers.",
"EditForm.Input.toggle.label": "Enable file upload",
"EditForm.Input.number.label": "Yüklenebilecek maksimum dosya boyutu(MB)",
"EditForm.Input.select.label": "Sağlayıcılar",
"EditForm.Input.select.inputDescription": "Dosyalar sunucunuza veya harici sağlayıcılara yüklenebilir.",
"EditForm.Input.toggle.label": "Dosya yükleme etkin",
"EmptyLi.message": "Yüklenmiş dosya bulunmamaktadır.",
@ -27,7 +27,9 @@
"PluginInputFile.text": "Dosyanızı bu alana sürükleyip bırakın ya da dosya yüklemek için {link}",
"PluginInputFile.link": "gözat",
"PluginInputFile.loading": "Dosyalarınız yükleniyor...",
"notification.config.success": "Ayarlar güncellendi.",
"notification.delete.success": "Dosya silindi",
"notification.dropFile.success": "Dosyanız yüklendi",
"notification.dropFiles.success": "{number} dosyalar yüklendi"

View File

@ -27,7 +27,8 @@
"Auth.form.register.username.label": "Kullanıcı Adı",
"Auth.form.register.username.placeholder": "John Doe",
"Auth.form.register.password.label": "Parola",
"Auth.form.register.confirmPassword.label": "Onay Şifresi",
"Auth.form.register.confirmPassword.label": "Parola Tekrarı",
"Auth.form.register.news.label": "Yeni özellikler ve yaklaşan iyileştirmeler hakkında beni haberdar edin.",
"Auth.form.register-success.email.label": "E-posta başarıyla gönderildi, ",
"Auth.form.register-success.email.placeholder": "mysuperemail@gmail.com",