-
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.
KBP-139 #time 10m - update pull request
1 parent
674ee8d
commit cbb1c0e
Showing
5 changed files
with
1 addition
and
241 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
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,28 +0,0 @@ | ||
--- | ||
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: | ||
login_info: | ||
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: | ||
login_info: | ||
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 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,87 +0,0 @@ | ||
--- | ||
tr: | ||
activerecord: | ||
models: | ||
schemamigration: Schemamigration | ||
user: Kullanıcı | ||
users: Kullanıcılar | ||
admin: Yönetici | ||
admins: Yöneticiler | ||
country: Ülke | ||
countries: Ülkeler | ||
city: Şehir | ||
cities: Şehirler | ||
audit: İşlem Geçmişi | ||
audits: İşlem Geçmişleri | ||
attributes: | ||
user: | ||
id: ID | ||
email: E-posta | ||
password: Parola | ||
current_password: Şu anki parolanız | ||
password_confirmation: Parola tekrarı | ||
remember_me: Beni hatırla | ||
encrypted_password: Şifrelenmiş parola | ||
reset_password_token: Parola sıfırlama token'ı | ||
reset_password_sent_at: Parola sıfırlama isteği gönderilme zamanı | ||
remember_created_at: Beni hatırla oluşturulma zamanı | ||
sign_in_count: Giriş sayısı | ||
current_sign_in_at: Güncel giriş tarihi | ||
last_sign_in_at: Son giriş tarihi | ||
last_seen_at: Son görülme tarihi | ||
current_sign_in_ip: Güncel girişe ait IP | ||
last_sign_in_ip: Son giriş işlemine ait IP | ||
authentication_token: Giriş token'ı | ||
name: İsim | ||
surname: Soyisim | ||
is_active: Aktif mi? | ||
time_zone: Zaman bölgesi | ||
created_at: Oluşturulma tarihi | ||
updated_at: Güncellenme tarihi | ||
admin: | ||
id: ID | ||
email: E-posta | ||
password: Parola | ||
current_password: Şu anki parolanız | ||
password_confirmation: Parola tekrarı | ||
remember_me: Beni hatırla | ||
encrypted_password: Şifrelenmiş parola | ||
reset_password_token: Parola sıfırlama token'ı | ||
reset_password_sent_at: Parola sıfırlama isteği gönderilme zamanı | ||
remember_created_at: Beni hatırla oluşturulma zamanı | ||
sign_in_count: Giriş sayısı | ||
current_sign_in_at: Güncel giriş tarihi | ||
last_sign_in_at: Son giriş tarihi | ||
last_seen_at: Son görülme tarihi | ||
current_sign_in_ip: Güncel girişe ait IP | ||
last_sign_in_ip: Son giriş işlemine ait IP | ||
authentication_token: Giriş token'ı | ||
name: İsim | ||
surname: Soyisim | ||
is_active: Aktif mi? | ||
created_at: Oluşturulma tarihi | ||
updated_at: Güncellenme tarihi | ||
country: | ||
id: Id | ||
name: Ülke ismi | ||
created_at: Oluşturulma tarihi | ||
updated_at: Güncellenme tarihi | ||
city: | ||
id: Id | ||
name: Şehir ismi | ||
country: Ülke | ||
country_id: Ülke | ||
created_at: Oluşturulma tarihi | ||
updated_at: Güncellenme tarihi | ||
audits: | ||
id: ID | ||
user_type: İşlemi yapan kullanıcı tipi | ||
user: İşlemi yapan kullanıcı | ||
type: Tip | ||
type_id: Tip ID | ||
action: İşlem | ||
user_id: İşlemi yapan | ||
auditable_type: İşlem yapılan | ||
auditable_id: İşlem yapılan ID | ||
action: İşlem Türü | ||
created_at: Oluşturulma tarihi | ||
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,100 +0,0 @@ | ||
--- | ||
tr: | ||
actions: | ||
update: Güncelleme | ||
create: Oluşturma | ||
destroy: Silme | ||
delete: Silme | ||
btn: | ||
back: Geri | ||
update: Güncelle | ||
view: | ||
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 | ||
hello: Merhaba %{user} | ||
there_is_no_data: Hiç %{resource} eklenmemiş. | ||
create_resource_mail_info: "Yeni bir %{resource} eklediğinizde e-posta adresine giriş bilgileri gönderilecektir." | ||
navbar: | ||
settings: Ayarlar | ||
signup: Kayıt ol | ||
signin: Giriş Yap | ||
sign_out: Çıkış yap | ||
edit_login_info: Giriş bilgilerini güncelle | ||
edit_profile_info: Profil bilgilerini güncelle | ||
home_page: Anasayfa | ||
admin_portal: Yönetici Portalı | ||
profile: Profil | ||
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 | ||
dashboard: Kontrol paneli | ||
profile: Profil | ||
system_users: Sistem kullanıcıları | ||
system_datas: Sistem verileri | ||
staging_warning: "<strong> Dikkat! </strong> Lütfen yapacağınız işlemlerde dikkatli olunuz. Şuan da <strong> test </strong> sunucusu üzerinde işlem yapıyorsunuz." | ||
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 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: 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: | ||
instructions: Parola sıfırlama talimatlarını gönder | ||
edit: | ||
title: Parolanızı Değiştiriniz | ||
new_password: Yeni parolanız | ||
confirmation: Yeni parola doğrulması | ||
button: Parolamı Değiştir | ||