From f7286bb38f0459dde0f1af02a70d74451a03fc39 Mon Sep 17 00:00:00 2001 From: aptalca Date: Wed, 7 Feb 2018 16:52:47 -0500 Subject: [PATCH 01/10] Create app.php --- resources/lang/tr/app.php | 64 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 resources/lang/tr/app.php diff --git a/resources/lang/tr/app.php b/resources/lang/tr/app.php new file mode 100644 index 00000000..f3112c6c --- /dev/null +++ b/resources/lang/tr/app.php @@ -0,0 +1,64 @@ + 'System', + 'settings.appearance' => 'Appearance', + 'settings.miscellaneous' => 'Miscellaneous', + 'settings.version' => 'Version', + 'settings.background_image' => 'Background Image', + 'settings.homepage_search' => 'Homepage Search', + 'settings.search_provider' => 'Search Provider', + 'settings.language' => 'Language', + 'settings.reset' => 'Reset back to default', + 'settings.remove' => 'Remove', + 'settings.search' => 'search', + 'settings.no_items' => 'No items found', + + 'settings.label' => 'Label', + 'settings.value' => 'Value', + 'settings.edit' => 'Edit', + 'settings.view' => 'View', + 'options.none' => '- not set -', + 'options.google' => 'Google', + 'options.ddg' => 'DuckDuckGo', + 'options.bing' => 'Bing', + 'options.yes' => 'Yes', + 'options.no' => 'No', + 'buttons.save' => 'Save', + 'buttons.cancel' => 'Cancel', + 'buttons.add' => 'Add', + 'buttons.upload' => 'Upload a file', + 'dash.pin_item' => 'Pin item to dashboard', + 'dash.no_apps' => 'There are currently no pinned applications, :link1 or :link2', + 'dash.link1' => 'Add an application here', + 'dash.link2' => 'Pin an item to the dash', + 'dash.pinned_items' => 'Pinned Items', + 'apps.app_list' => 'Application list', + 'apps.view_trash' => 'View trash', + 'apps.add_application' => 'Add application', + 'apps.application_name' => 'Application name', + 'apps.colour' => 'Colour', + 'apps.icon' => 'Icon', + 'apps.pinned' => 'Pinned', + 'apps.title' => 'Title', + 'apps.hex' => 'Hex colour', + 'apps.username' => 'Username', + 'apps.password' => 'Password', + 'apps.config' => 'Config', + 'url' => 'Url', + 'title' => 'Title', + 'delete' => 'Delete', + 'optional' => 'Optional', + 'restore' => 'Restore', + 'alert.success.item_created' => 'Item created successfully', + 'alert.success.item_updated' => 'Item updated successfully', + 'alert.success.item_deleted' => 'Item deleted successfully', + 'alert.success.item_restored' => 'Item restored successfully', + 'alert.success.setting_updated' => 'You have successfully edited this Setting', + 'alert.error.not_exist' => 'This Setting does not exist.', +]; From 3a93b4f0e15201d53edf198bfab9ccaac9e2953f Mon Sep 17 00:00:00 2001 From: aptalca Date: Wed, 7 Feb 2018 17:11:15 -0500 Subject: [PATCH 02/10] Create app.php in Turkish --- resources/lang/tr/app.php | 102 +++++++++++++++++++------------------- 1 file changed, 51 insertions(+), 51 deletions(-) diff --git a/resources/lang/tr/app.php b/resources/lang/tr/app.php index f3112c6c..9555f374 100644 --- a/resources/lang/tr/app.php +++ b/resources/lang/tr/app.php @@ -6,59 +6,59 @@ return [ |-------------------------------------------------------------------------- | */ - 'settings.system' => 'System', - 'settings.appearance' => 'Appearance', - 'settings.miscellaneous' => 'Miscellaneous', - 'settings.version' => 'Version', - 'settings.background_image' => 'Background Image', - 'settings.homepage_search' => 'Homepage Search', - 'settings.search_provider' => 'Search Provider', - 'settings.language' => 'Language', - 'settings.reset' => 'Reset back to default', - 'settings.remove' => 'Remove', - 'settings.search' => 'search', - 'settings.no_items' => 'No items found', + 'settings.system' => 'Sistem', + 'settings.appearance' => 'Görünüm', + 'settings.miscellaneous' => 'Çeşitli', + 'settings.version' => 'Versiyon', + 'settings.background_image' => 'Arkaplan Resmi', + 'settings.homepage_search' => 'Anasayfa Arama', + 'settings.search_provider' => 'Arama Motoru', + 'settings.language' => 'Dil', + 'settings.reset' => 'Varsayılana Geri Dön', + 'settings.remove' => 'Sil', + 'settings.search' => 'ara', + 'settings.no_items' => 'Öğe bulunamadı', - 'settings.label' => 'Label', - 'settings.value' => 'Value', - 'settings.edit' => 'Edit', - 'settings.view' => 'View', - 'options.none' => '- not set -', + 'settings.label' => 'Etiket', + 'settings.value' => 'Değer', + 'settings.edit' => 'Düzenle', + 'settings.view' => 'Görüntüle', + 'options.none' => '- ayarlanmadı -', 'options.google' => 'Google', 'options.ddg' => 'DuckDuckGo', 'options.bing' => 'Bing', - 'options.yes' => 'Yes', - 'options.no' => 'No', - 'buttons.save' => 'Save', - 'buttons.cancel' => 'Cancel', - 'buttons.add' => 'Add', - 'buttons.upload' => 'Upload a file', - 'dash.pin_item' => 'Pin item to dashboard', - 'dash.no_apps' => 'There are currently no pinned applications, :link1 or :link2', - 'dash.link1' => 'Add an application here', - 'dash.link2' => 'Pin an item to the dash', - 'dash.pinned_items' => 'Pinned Items', - 'apps.app_list' => 'Application list', - 'apps.view_trash' => 'View trash', - 'apps.add_application' => 'Add application', - 'apps.application_name' => 'Application name', - 'apps.colour' => 'Colour', - 'apps.icon' => 'Icon', - 'apps.pinned' => 'Pinned', - 'apps.title' => 'Title', - 'apps.hex' => 'Hex colour', - 'apps.username' => 'Username', - 'apps.password' => 'Password', - 'apps.config' => 'Config', - 'url' => 'Url', - 'title' => 'Title', - 'delete' => 'Delete', - 'optional' => 'Optional', - 'restore' => 'Restore', - 'alert.success.item_created' => 'Item created successfully', - 'alert.success.item_updated' => 'Item updated successfully', - 'alert.success.item_deleted' => 'Item deleted successfully', - 'alert.success.item_restored' => 'Item restored successfully', - 'alert.success.setting_updated' => 'You have successfully edited this Setting', - 'alert.error.not_exist' => 'This Setting does not exist.', + 'options.yes' => 'Evet', + 'options.no' => 'Hayır', + 'buttons.save' => 'Kaydet', + 'buttons.cancel' => 'İptal', + 'buttons.add' => 'Ekle', + 'buttons.upload' => 'Dosya yükle', + 'dash.pin_item' => 'Ana panele iğnele', + 'dash.no_apps' => 'Ana panele iğneli öğeler, :link1 or :link2', + 'dash.link1' => 'Yeni uygulama ekle', + 'dash.link2' => 'Ana panele iğnele', + 'dash.pinned_items' => 'İğnelenen öğeler', + 'apps.app_list' => 'Uygulama listesi', + 'apps.view_trash' => 'Çöpü görüntüle', + 'apps.add_application' => 'Uygulama ekle', + 'apps.application_name' => 'Uygulama adı', + 'apps.colour' => 'Renk', + 'apps.icon' => 'İkon', + 'apps.pinned' => 'İğneli', + 'apps.title' => 'Başlık', + 'apps.hex' => 'Hex değeri', + 'apps.username' => 'Kullanıcı adı', + 'apps.password' => 'Şifre', + 'apps.config' => 'Yapılandırma', + 'url' => 'Adres', + 'title' => 'Başlık', + 'delete' => 'Sil', + 'optional' => 'İsteğe bağlı', + 'restore' => 'Eski haline getir', + 'alert.success.item_created' => 'Öğe yaratıldı', + 'alert.success.item_updated' => 'Öğe güncellendi', + 'alert.success.item_deleted' => 'Öğe silindi', + 'alert.success.item_restored' => 'Öğe eski haline getirildi', + 'alert.success.setting_updated' => 'Ayarlama kaydedildi', + 'alert.error.not_exist' => 'Böyle bir seçenek yok.', ]; From 6d1d723df26ec31e3f0fe229ec05d08ad54bbf27 Mon Sep 17 00:00:00 2001 From: aptalca Date: Wed, 7 Feb 2018 17:16:20 -0500 Subject: [PATCH 03/10] Create auth.php inTurkish --- resources/lang/tr/auth.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 resources/lang/tr/auth.php diff --git a/resources/lang/tr/auth.php b/resources/lang/tr/auth.php new file mode 100644 index 00000000..14bff8af --- /dev/null +++ b/resources/lang/tr/auth.php @@ -0,0 +1,15 @@ + 'Kimlik bilgileri doğru değil.', + 'throttle' => 'Çok fazla girişim. :seconds saniye sonra tekrar deneyin.', +]; From 3d8483f9bb2288770b06b91ece060b53b801c6df Mon Sep 17 00:00:00 2001 From: aptalca Date: Wed, 7 Feb 2018 17:17:28 -0500 Subject: [PATCH 04/10] Create pagination.php in Turkish --- resources/lang/tr/pagination.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 resources/lang/tr/pagination.php diff --git a/resources/lang/tr/pagination.php b/resources/lang/tr/pagination.php new file mode 100644 index 00000000..d147f1e7 --- /dev/null +++ b/resources/lang/tr/pagination.php @@ -0,0 +1,15 @@ + '« Önceki', + 'next' => 'Sonraki »', +]; From 528b317552628f28928db917b421ed545fc6f3ac Mon Sep 17 00:00:00 2001 From: aptalca Date: Wed, 7 Feb 2018 17:21:41 -0500 Subject: [PATCH 05/10] Create passwords.php in Turkish --- resources/lang/tr/passwords.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 resources/lang/tr/passwords.php diff --git a/resources/lang/tr/passwords.php b/resources/lang/tr/passwords.php new file mode 100644 index 00000000..b9afb33f --- /dev/null +++ b/resources/lang/tr/passwords.php @@ -0,0 +1,18 @@ + 'Şifre en az altı karakter olmalı ve onaylamasına uymalıdır.', + 'reset' => 'Şifreniz sıfırlandı!', + 'sent' => 'Şifre sıfırlama bağlantısı adresinize yollandı!', + 'token' => 'Şifre sıfırlama simgesi geçerli değil.', + 'user' => "Adresle ilişkili kullanıcı adı bulunamadı.", +]; From c9d9d50fa023f1ea6c4b6d58f9580701b3bd47a6 Mon Sep 17 00:00:00 2001 From: aptalca Date: Wed, 7 Feb 2018 18:03:46 -0500 Subject: [PATCH 06/10] Create validation.php in Turkish --- resources/lang/tr/validation.php | 121 +++++++++++++++++++++++++++++++ 1 file changed, 121 insertions(+) create mode 100644 resources/lang/tr/validation.php diff --git a/resources/lang/tr/validation.php b/resources/lang/tr/validation.php new file mode 100644 index 00000000..02a9d887 --- /dev/null +++ b/resources/lang/tr/validation.php @@ -0,0 +1,121 @@ + ':attribute kabul edilmelidir.', + 'active_url' => ':attribute geçerli bir adres değil.', + 'after' => ':attribute :date tarihinden sonra olmalıdır.', + 'after_or_equal' => ':attribute :date ile aynı veya daha sonra tarihte olmalıdır.', + 'alpha' => ':attribute sadece harf içerebilir.', + 'alpha_dash' => ':attribute sadece harf, rakam, veya tire içerebilir.', + 'alpha_num' => ':attribute sadece harf ve rakam içerebilir.', + 'array' => ':attribute dizi olmalıdır.', + 'before' => ':attribute :date tarihinden önce olmalıdır.', + 'before_or_equal' => ':attribute :date ile aynı ya da daha önce tarihte olmalıdır.', + 'between' => [ + 'numeric' => ':attribute :min ile :max arasında olmalıdır.', + 'file' => ':attribute :min ile :max kilobayt arasında olmalıdır.', + 'string' => ':attribute :min ile :max arasında karakter içermelidir.', + 'array' => ':attribute :min ile :max arasi öğe içermelidir.', + ], + 'boolean' => ':attribute alanı doğru ya da yanlış olmalıdır.', + 'confirmed' => ':attribute onaylamasına uymuyor.', + 'date' => ':attribute geçerli bir tarih değil.', + 'date_format' => ':attribute :format düzenine uymuyor.', + 'different' => ':attribute ve :other farklı olmalı.', + 'digits' => ':attribute :digits haneli olmalıdır.', + 'digits_between' => ':attribute :min ile :max arası haneli olmalıdır.', + 'dimensions' => ':attribute resim boyutları geçersiz.', + 'distinct' => ':attribute alan değeri zaten mevcut.', + 'email' => ':attribute geçerli bir eposta adresi olmalıdır.', + 'exists' => 'Seçili :attribute geçersiz.', + 'file' => ':attribute dosya olmalıdır.', + 'filled' => ':attribute alanı değer içermelidir.', + 'image' => ':attribute resim olmalıdır.', + 'in' => 'Seçili :attribute geçersiz.', + 'in_array' => ':attribute :other içinde bulunmalıdır.', + 'integer' => ':attribute tamsayı olmalıdır.', + 'ip' => ':attribute geçerli IP adresi olmalıdır.', + 'ipv4' => ':attribute geçerli IPv4 adresi olmalıdır.', + 'ipv6' => ':attribute geçerli IPv6 adresi olmalıdır.', + 'json' => ':attribute geçerli JSON dizesi olmalıdır.', + 'max' => [ + 'numeric' => ':attribute :max sayısından küçük olmalıdır.', + 'file' => ':attribute :max kilobayttan küçük olmalıdır.', + 'string' => ':attribute :max haneden az olmalıdır.', + 'array' => ':attribute :max öğeden az içermelidir.', + ], + 'mimes' => 'Geçerli :attribute dosya tipi: :values.', + 'mimetypes' => 'Geçerli :attribute dosya tipi: :values.', + 'min' => [ + 'numeric' => ':attribute en az :min olmalıdır.', + 'file' => ':attribute en az :min kilobayt olmalıdır.', + 'string' => ':attribute en az :min haneli olmalıdır.', + 'array' => ':attribute en az :min öğe içermelidir.', + ], + 'not_in' => 'Seçili :attribute geçersiz.', + 'numeric' => ':attribute sayı olmalıdır.', + 'present' => ':attribute alanı dolu olmalı.', + 'regex' => ':attribute düzeni geçersiz.', + 'required' => ':attribute alanı gereklidir.', + 'required_if' => ':other :value ise :attribute alanı gereklidir.', + 'required_unless' => ':other :values içinde değilse :attribute alanı gereklidir.', + 'required_with' => ':values dolu ise :attribute alanı gereklidir.', + 'required_with_all' => ':values dolu ise :attribute alanı gereklidir.', + 'required_without' => ':values boş ise :attribute alanı gereklidir.', + 'required_without_all' => ':values değerlerinin tamamı boş ise :attribute alanı gereklidir.', + 'same' => ':attribute ve :other aynı olmalı.', + 'size' => [ + 'numeric' => ':attribute :size olmalıdır.', + 'file' => ':attribute :size kilobayt olmalıdır.', + 'string' => ':attribute :size haneli olmalıdır.', + 'array' => ':attribute :size öğe içermelidir.', + ], + 'string' => ':attribute dize olmalıdır.', + 'timezone' => ':attribute geçerli bir zaman dilimi olmalıdır.', + 'unique' => ':attribute zaten kullanımda.', + 'uploaded' => ':attribute yüklenemedi.', + 'url' => ':attribute düzeni geçersiz.', + + /* + |-------------------------------------------------------------------------- + | Custom Validation Language Lines + |-------------------------------------------------------------------------- + | + | Here you may specify custom validation messages for attributes using the + | convention "attribute.rule" to name the lines. This makes it quick to + | specify a specific custom language line for a given attribute rule. + | + */ + + 'custom' => [ + 'attribute-name' => [ + 'rule-name' => 'custom-message', + ], + ], + + /* + |-------------------------------------------------------------------------- + | Custom Validation Attributes + |-------------------------------------------------------------------------- + | + | The following language lines are used to swap attribute place-holders + | with something more reader friendly such as E-Mail Address instead + | of "email". This simply helps us make messages a little cleaner. + | + */ + + 'attributes' => [], + +]; From c08dcab1d891f8e285a8aa5d5e33685c936007d6 Mon Sep 17 00:00:00 2001 From: aptalca Date: Wed, 7 Feb 2018 18:05:47 -0500 Subject: [PATCH 07/10] formatting --- resources/lang/tr/app.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/resources/lang/tr/app.php b/resources/lang/tr/app.php index 9555f374..671cd6db 100644 --- a/resources/lang/tr/app.php +++ b/resources/lang/tr/app.php @@ -1,14 +1,18 @@ 'Sistem', 'settings.appearance' => 'Görünüm', 'settings.miscellaneous' => 'Çeşitli', + 'settings.version' => 'Versiyon', 'settings.background_image' => 'Arkaplan Resmi', 'settings.homepage_search' => 'Anasayfa Arama', @@ -19,25 +23,30 @@ return [ 'settings.search' => 'ara', 'settings.no_items' => 'Öğe bulunamadı', + 'settings.label' => 'Etiket', 'settings.value' => 'Değer', 'settings.edit' => 'Düzenle', 'settings.view' => 'Görüntüle', + 'options.none' => '- ayarlanmadı -', 'options.google' => 'Google', 'options.ddg' => 'DuckDuckGo', 'options.bing' => 'Bing', 'options.yes' => 'Evet', 'options.no' => 'Hayır', + 'buttons.save' => 'Kaydet', 'buttons.cancel' => 'İptal', 'buttons.add' => 'Ekle', 'buttons.upload' => 'Dosya yükle', + 'dash.pin_item' => 'Ana panele iğnele', 'dash.no_apps' => 'Ana panele iğneli öğeler, :link1 or :link2', 'dash.link1' => 'Yeni uygulama ekle', 'dash.link2' => 'Ana panele iğnele', 'dash.pinned_items' => 'İğnelenen öğeler', + 'apps.app_list' => 'Uygulama listesi', 'apps.view_trash' => 'Çöpü görüntüle', 'apps.add_application' => 'Uygulama ekle', @@ -50,15 +59,20 @@ return [ 'apps.username' => 'Kullanıcı adı', 'apps.password' => 'Şifre', 'apps.config' => 'Yapılandırma', + 'url' => 'Adres', 'title' => 'Başlık', 'delete' => 'Sil', 'optional' => 'İsteğe bağlı', 'restore' => 'Eski haline getir', + 'alert.success.item_created' => 'Öğe yaratıldı', 'alert.success.item_updated' => 'Öğe güncellendi', 'alert.success.item_deleted' => 'Öğe silindi', 'alert.success.item_restored' => 'Öğe eski haline getirildi', + 'alert.success.setting_updated' => 'Ayarlama kaydedildi', 'alert.error.not_exist' => 'Böyle bir seçenek yok.', + + ]; From 9c5cf150e76f2c1778f06eeb6e2c97a6883da165 Mon Sep 17 00:00:00 2001 From: aptalca Date: Wed, 7 Feb 2018 18:06:47 -0500 Subject: [PATCH 08/10] formatting --- resources/lang/tr/auth.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/lang/tr/auth.php b/resources/lang/tr/auth.php index 14bff8af..e2043f85 100644 --- a/resources/lang/tr/auth.php +++ b/resources/lang/tr/auth.php @@ -1,5 +1,7 @@ 'Kimlik bilgileri doğru değil.', 'throttle' => 'Çok fazla girişim. :seconds saniye sonra tekrar deneyin.', + ]; From 18a45863bd8e4343fc0a8735432bab77887333ec Mon Sep 17 00:00:00 2001 From: aptalca Date: Wed, 7 Feb 2018 18:07:24 -0500 Subject: [PATCH 09/10] formatting --- resources/lang/tr/pagination.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/lang/tr/pagination.php b/resources/lang/tr/pagination.php index d147f1e7..f8dc740f 100644 --- a/resources/lang/tr/pagination.php +++ b/resources/lang/tr/pagination.php @@ -1,5 +1,7 @@ '« Önceki', 'next' => 'Sonraki »', + ]; From 7376aef136841b2735c85fe07afda175f1dfc6f3 Mon Sep 17 00:00:00 2001 From: aptalca Date: Wed, 7 Feb 2018 18:08:12 -0500 Subject: [PATCH 10/10] formatting --- resources/lang/tr/passwords.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/resources/lang/tr/passwords.php b/resources/lang/tr/passwords.php index b9afb33f..5b3314d7 100644 --- a/resources/lang/tr/passwords.php +++ b/resources/lang/tr/passwords.php @@ -1,5 +1,7 @@ 'Şifre en az altı karakter olmalı ve onaylamasına uymalıdır.', 'reset' => 'Şifreniz sıfırlandı!', - 'sent' => 'Şifre sıfırlama bağlantısı adresinize yollandı!', + 'sent' => 'Şifre sıfırlama bağlantısı eposta adresinize yollandı!', 'token' => 'Şifre sıfırlama simgesi geçerli değil.', 'user' => "Adresle ilişkili kullanıcı adı bulunamadı.", + ];