-
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 2h - configure locale language
- Loading branch information
1 parent
3072884
commit e7f9411
Showing
12 changed files
with
343 additions
and
4 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
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,15 @@ | ||
# frozen_string_literal: true | ||
|
||
module Cybele | ||
module Helpers | ||
module LocaleLanguage | ||
def configure_locale_language | ||
remove_file 'config/locales/en.yml', force: true | ||
copy_file 'config/locales/tr.yml', 'config/locales/tr.yml' | ||
copy_file 'config/locales/email.tr.yml', 'config/locales/email.tr.yml' | ||
copy_file 'config/locales/models.tr.yml', 'config/locales/models.tr.yml' | ||
copy_file 'config/locales/view.tr.yml', 'config/locales/view.tr.yml' | ||
end | ||
end | ||
end | ||
end |
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
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: | ||
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 |
---|---|---|
@@ -0,0 +1,87 @@ | ||
--- | ||
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
tr: | ||
flash: | ||
actions: | ||
toggle_is_active: | ||
passive: '%{resource_name} başarıyla pasif edildi.' | ||
active: '%{resource_name} başarıyla aktif edildi.' | ||
create: | ||
notice: '%{resource_name} başarı ile yaratıldı.' | ||
update: | ||
notice: '%{resource_name} başarı ile güncellendi.' | ||
destroy: | ||
notice: '%{resource_name} başarı ile silindi.' | ||
alert: '%{resource_name} silinemedi.' |
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,34 @@ | ||
--- | ||
tr: | ||
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: "₺" |
Oops, something went wrong.