-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add email locale file and improve content of locale files
- Loading branch information
ismail Akbudak
committed
Jun 21, 2016
1 parent
c459f7e
commit 60c8598
Showing
14 changed files
with
124 additions
and
178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
tr: | ||
email: | ||
salut: 'Merhaba %{user};' | ||
hello: 'Merhaba;' | ||
devise: | ||
confirmation_instruction: | ||
desc1: E-posta adresinizi aşağıdaki link ile doğrulayabilirsiniz | ||
btn_confirm: Hesabımı doğrula | ||
reset_password: | ||
desc1: Parolanızı değiştirmek için link isteğinde bulundunuz. Aşağıdaki link ile bunu yapabilirsiniz. | ||
change: Parolamı değiştir | ||
desc2: Eğer bu isteği siz yapmadıysanız bu e-posta'yı yok sayınız. | ||
desc3: Parolanız yukarıdaki link'e erişip yeni bir parola oluşturmadığınız sürece değişmeyecektir. | ||
admin: | ||
send_login_information: | ||
title: Yönetici Giriş Bilgileriniz | ||
first_info: Portal üzerinden yönetici hesabınız oluşturuldu. Artık yönetici portalına giriş yapabilirsiniz. | ||
second_info: Giriş bilgileriniz şu şekildedir | ||
btn_login: Giriş yapmak için tıklayınız | ||
last_info: "Eğer 'Giriş Yap' butonunu kullanamıyorsanız giriş linkiniz şu şekildedir <br/> <strong> Link : </strong> %{link} </br> Bu linki kopyalayıp tarayıcınıza yapıştırınız.." | ||
user: | ||
send_login_information: | ||
title: Kullanıcı Giriş Bilgileriniz | ||
first_info: Portal üzerinden kullanıcı hesabınız oluşturuldu. Artık kullanıcı portalına giriş yapabilirsiniz. | ||
second_info: Giriş bilgileriniz şu şekildedir | ||
btn_login: Giriş yapmak için tıklayınız | ||
last_info: "Eğer 'Giriş Yap' butonunu kullanamıyorsanız giriş linkiniz şu şekildedir <br/> <strong> Link : </strong> %{link} </br> Bu linki kopyalayıp tarayıcınıza yapıştırınız.." |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# encoding: utf-8 | ||
--- | ||
tr: | ||
activerecord: | ||
models: | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# encoding: utf-8 | ||
--- | ||
tr: | ||
flash: | ||
actions: | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# encoding: utf-8 | ||
--- | ||
tr: | ||
show_for: | ||
blank: "Belirtilmedi" | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# encoding: utf-8 | ||
--- | ||
tr: | ||
simple_form: | ||
"yes": 'Evet' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,34 @@ | ||
# encoding: utf-8 | ||
--- | ||
tr: | ||
hello: "Hello world" | ||
phone: | ||
formats: | ||
long: '+99 (999) 999-9999' | ||
date: | ||
formats: | ||
excel: | ||
rails: '%d/%m/%Y' | ||
datepicker: | ||
rails: '%d/%m/%Y' | ||
js: 'd/m/Y' | ||
default: "%d/%m/%Y" | ||
year_month: "%Y-%B" | ||
date: '%d %B %Y' | ||
time: | ||
formats: | ||
certificate_completed_at_english: '%m/%d/%Y' | ||
certificate_completed_at: '%d/%m/%Y' | ||
datetimepicker_rails: '%d/%m/%Y %H:%M' | ||
datetimepicker: | ||
rails: '%d/%m/%Y %H:%M' | ||
js: 'd/m/Y H:i' | ||
default: "%d/%m/%Y %H:%M" | ||
year_month: "%Y-%B" | ||
date: '%d %B %Y' | ||
due_at: | ||
rails: '%d/%m/%Y %H:%M' | ||
js: 'd/m/Y H:i' | ||
number: | ||
currency: | ||
format: | ||
format: "%u %n" | ||
unit: "₺" |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,87 @@ | ||
# encoding: utf-8 | ||
--- | ||
tr: | ||
btn: | ||
back: Geri | ||
update: Güncelle | ||
view: | ||
select: Lütfen seçiniz! | ||
excel_export: Excel Olarak Çıkart | ||
make_passive: Pasif et | ||
make_active: Aktif et | ||
actions: İşlemler | ||
select: Seçiniz | ||
active: Aktif | ||
passive: Pasif | ||
start: Başlangıç | ||
end: Bitiş | ||
used: Kullanılan | ||
not_used: Kullanılmayan | ||
cancel: İptal et | ||
all: Hepsi | ||
reset: Temizle | ||
quick_search: Arama yap.. | ||
reload: Yeniden yükle | ||
there_is_no_data: Hiç %{resource} eklenmemiş. | ||
navbar: | ||
settings: Ayarlar | ||
signout: Çıkış | ||
signin: Giriş Yap | ||
sign_out: Çıkış yap | ||
edit_login_info: Giriş bilgilerini güncelle | ||
tooltips: | ||
delete: Sil | ||
are_you_sure: Devam etmek istedğinize emin misiniz? | ||
choose: Seç | ||
btn: | ||
add: Ekle | ||
update: Güncelle | ||
back: Geri | ||
detail: Detaylar | ||
delete: Sil | ||
dock: | ||
dashboard: Kontrol Paneli | ||
number: | ||
currency: | ||
format: | ||
format: "%u %n" | ||
unit: "₺" | ||
dashboard: Kontrol Paneli | ||
dashboard: Kontrol paneli | ||
profile: Profil | ||
system_users: Sistem kullanıcıları | ||
system_datas: Sistem verileri | ||
internal_server_error: "Üzgünüz. Şu anda bir hata var. Mühendislerimiz bu hata üzerinde çalışma yapıyorlar. En kısa sürede çözeceğiz." | ||
not_found: "Üzgünüz. Bu sayfa bulunamadı. Taşınmış olabilir. Buraya gitmek istediğinizden emin olun." | ||
devise: | ||
session: | ||
title: '%{model} Girişi' | ||
button: Giriş Yap | ||
remember_me: Beni Hatırla | ||
deactivated: Üzgünüz, bu hesap pasif hale getirilmiştir. | ||
registration: | ||
title: '%{model} Giriş Bilgilerini Güncelle' | ||
waiting_confirmation: 'E-posta addresi onayı için bekleniyor: %{email}' | ||
hint_password: Değiştirmek istemiyorsanız boş bırakınız | ||
hint_current_password: Değişiklikleri onaylamak için şuan ki şifrenizi girmelisiniz | ||
hint_current_password: Değişiklikleri onaylamak için şuan ki parolanız girmelisiniz | ||
new: | ||
title: '%{model} Kayıt İşlemi' | ||
character_hint: 'Minimum %{length} karakter' | ||
button: Kayıt Ol | ||
edit: | ||
title: '%{model} Giriş Bilgilerini Güncelle' | ||
shared: | ||
links: | ||
signup: Kayıt Ol | ||
signin: Giriş Yap | ||
forgot_password: Şifrenizi mi unuttunuz? | ||
forgot_password: Parolanızı mı unuttunuz? | ||
confirmation_instructions: Onaylama yönergesini mi almadınız? | ||
unlock_instructions: Kapatma yönergesini mi almadınız? | ||
signin_with: '%{name} ile Giriş Yap' | ||
signup_with: '%{name} ile Kayıt Ol' | ||
confirmation: | ||
new: | ||
title: Onaylama Talimatlarını Yeniden Gönder | ||
btn: | ||
resend: Gönder | ||
password: | ||
new: | ||
title: Parolanızı mı unuttunuz? | ||
reset: | ||
title: Şifrenizi mi unuttunuz? | ||
instructions: Şifre sıfırlama talimatlarını gönder | ||
instructions: Parola sıfırlama talimatlarını gönder | ||
edit: | ||
title: Şifrenizi Değiştriniz | ||
new_password: Yeni şifre | ||
confirmation: Yeni şifre doğrulması | ||
button: Şifremi Değiştir | ||
title: Parolanızı Değiştiriniz | ||
new_password: Yeni parolanız | ||
confirmation: Yeni parola doğrulması | ||
button: Parolamı Değiştir |