Sync languages

This commit is contained in:
James Brooks
2016-04-17 17:17:29 +01:00
parent 6e7df6e1f7
commit 6ccac55e1d
69 changed files with 777 additions and 744 deletions
+33 -33
View File
@@ -14,26 +14,26 @@ return [
// Setup form fields
'setup' => [
'email' => 'E-posta',
'username' => 'Username',
'username' => 'Kullanıcı adı',
'password' => 'Parola',
'site_name' => 'Site adı',
'site_domain' => 'Site alan adı',
'site_name' => 'Site Adı',
'site_domain' => 'Site Alan Adı',
'site_timezone' => 'Zaman dilimi seçin',
'site_locale' => 'Dil seçin',
'enable_google2fa' => 'Google İki Faktor Doğrulamayı etkinleştir',
'cache_driver' => 'Önbellek sürücüsü',
'session_driver' => 'Oturum sürücüsü',
'cache_driver' => 'Önbellek Sürücüsü',
'session_driver' => 'Oturum Sürücüsü',
],
// Login form fields
'login' => [
'login' => 'Username or Email',
'login' => 'Kullanıcı Adı veya E-Posta',
'email' => 'E-posta',
'password' => 'Parola',
'2fauth' => 'Onaylama Kodu',
'invalid' => 'Invalid username or password',
'invalid-token' => 'Geçersiz token',
'cookies' => 'Giriş yapabilmek için çerezleri açmalısın',
'invalid' => 'Kullanıcı adı veya parola hatalı',
'invalid-token' => 'Geçersiz jeton',
'cookies' => 'Oturum açabilmek yapabilmek için çerezleri açmalısınız.',
],
// Incidents form fields
@@ -42,7 +42,7 @@ return [
'status' => 'Durum',
'component' => 'Bileşen',
'message' => 'Mesaj',
'message-help' => 'Etiketleme kullanabilirsiniz.',
'message-help' => 'Markdown işaretleri kullanabilirsiniz.',
'scheduled_at' => 'Bakım ne zaman?',
'incident_time' => 'When did this incident occur?',
'notify_subscribers' => 'Notify subscribers?',
@@ -62,9 +62,9 @@ return [
'status' => 'Durum',
'group' => 'Grup',
'description' => 'Açıklama',
'link' => 'Link',
'link' => 'Bağlantı',
'tags' => 'Etiketler',
'tags-help' => 'Comma separated.',
'tags-help' => 'Virgül ile ayrılmış.',
'enabled' => 'Component enabled?',
'groups' => [
@@ -81,9 +81,9 @@ return [
'name' => 'İsim',
'suffix' => 'Suffix',
'description' => 'Açıklama',
'description-help' => 'Etiketleme kullanabilirsiniz.',
'description-help' => 'Markdown işaretleri kullanabilirsiniz.',
'display-chart' => 'Display chart on status page?',
'default-value' => 'Default value',
'default-value' => 'Varsayılan değer',
'calc_type' => 'Calculation of metrics',
'type_sum' => 'Toplam',
'type_avg' => 'Ortalama',
@@ -99,8 +99,8 @@ return [
'settings' => [
/// Application setup
'app-setup' => [
'site-name' => 'Site adı',
'site-url' => 'Site url',
'site-name' => 'Site Adı',
'site-url' => 'Site url adresi',
'display-graphs' => 'Display graphs on status page?',
'about-this-page' => 'Hakkında',
'days-of-incidents' => 'How many days of incidents to show?',
@@ -146,39 +146,39 @@ return [
],
'user' => [
'username' => 'Username',
'username' => 'Kullanıcı adı',
'email' => 'E-posta',
'password' => 'Parola',
'api-token' => 'API Token',
'api-token' => 'API jetonu',
'api-token-help' => 'Regenerating your API token will prevent existing applications from accessing Cachet.',
'gravatar' => 'Change your profile picture at Gravatar.',
'user_level' => 'User Level',
'levels' => [
'admin' => 'Admin',
'user' => 'User',
'user' => 'Kullanıcı',
],
'2fa' => [
'help' => 'Enabling two factor authentication increases security of your account. You will need to download <a href="https://support.google.com/accounts/answer/1066447?hl=en">Google Authenticator</a> or a similar app on to your mobile device. When you login you will be asked to provide a token generated by the app.',
],
'team' => [
'description' => 'Invite your team members by entering their email addresses here.',
'email' => 'Email #:id',
'description' => 'E-posta adreslerini buraya girerek ekip üyelerini davet edin.',
'email' => 'E-posta #:id',
],
],
// Buttons
'add' => 'Add',
'save' => 'Save',
'update' => 'Update',
'create' => 'Create',
'edit' => 'Edit',
'delete' => 'Delete',
'submit' => 'Submit',
'cancel' => 'Cancel',
'remove' => 'Remove',
'invite' => 'Invite',
'signup' => 'Sign Up',
'add' => 'Ekle',
'save' => 'Kaydet',
'update' => 'Güncelle',
'create' => 'Oluştur',
'edit' => 'Düzenle',
'delete' => 'Sil',
'submit' => 'Gönder',
'cancel' => 'İptal',
'remove' => 'Kaldır',
'invite' => 'Davet et',
'signup' => 'Kayıt Ol',
// Other
'optional' => '* Optional',
'optional' => '* İsteğe bağlı',
];