diff options
author | azul <azul@riseup.net> | 2017-11-08 00:03:24 -0800 |
---|---|---|
committer | azul <azul@riseup.net> | 2017-11-08 00:03:24 -0800 |
commit | f6189ee371ea55178eca4bfd865a508ac54af92d (patch) | |
tree | 4ff82b74ffd69d7d15a3524b2a51db6f02588661 /config/locales/tr.yml | |
parent | e7dfe732599df8df4299c60d14f7c1e3e112b27d (diff) | |
parent | 3ab23d1f4a88e920a341039ea8a4326fd50b9485 (diff) |
Merge branch 'i18n/update' into 'master'
i18n: update translations from transifex
Closes #8797
See merge request leap/webapp!51
Diffstat (limited to 'config/locales/tr.yml')
-rw-r--r-- | config/locales/tr.yml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/config/locales/tr.yml b/config/locales/tr.yml index 8c239c4..5ec8ea2 100644 --- a/config/locales/tr.yml +++ b/config/locales/tr.yml @@ -47,6 +47,7 @@ tr: welcome: '%{provider}''a hoşgeldiniz.' download_bitmask: Bitmask'ı İndir support_info: Giriş yapamadınız mı? Anonim olarak yeni bir destek talebi oluştur. + get_help: ' Yardım Alın' messages: not_found: Bu mesaj bulunamadı. marked_as_read: İleti okundu olarak işaretlendi. @@ -59,6 +60,8 @@ tr: account_settings: Hesap Ayarları username: Kullanıcı Adı password: Şifre + password_confirmation: Şifre onayı + invite_code: Davet kodu change_password: Şifre Değiştir invalid_user_pass: Geçerli bir kullanıcı adı/şifre eşleşmesi değil update_login_and_password: Giriş ve Şifreyi Güncelle @@ -89,3 +92,30 @@ tr: user: one: Kullanıcı other: '%{count} Kullanıcı' + description: Açıklama + email_no_reply_text: Bu e-postayı yanıtlamayın. + tickets: + status: + open: Açık + closed: Kapalı + action: + open: Aç + close: Kapa + couchrest: + models: + ticket_comment: Yorum + attributes: + ticket: + subject: Konu + email: E-posta + simple_form: + labels: + ticket: + email: E-posta + comments: + body: Açıklama + options: + ticket: + is_open: + 'true': Açık + 'false': Kapalı |