mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 13:54:28 -07:00
Update language files (i18n/*.php).
- Add missing key - 'Your certificate will be ...' (en.php) - 'no notifications' - 'configure' - Fix several typos - Sort keys - Remove certain comments
This commit is contained in:
parent
f427c196f1
commit
46302f6fe1
29 changed files with 296 additions and 280 deletions
|
@ -41,6 +41,8 @@ $LANG['tr'] = array(
|
|||
'NETWORK' => 'NETWORK',
|
||||
'Web Log Manager' => 'Web Log Manager',
|
||||
|
||||
'no notifications' => 'no notifications',
|
||||
|
||||
'Add User' => 'Kullanıcı Ekle',
|
||||
'Add Domain' => 'Alan Adı Ekle',
|
||||
'Add Web Domain' => 'Alan Adı Ekle',
|
||||
|
@ -108,6 +110,7 @@ $LANG['tr'] = array(
|
|||
'disable autoupdate' => 'otomatik güncellemeyi pasif hale getir',
|
||||
'turn on notifications' => 'duyuruları aç',
|
||||
'turn off notifications' => 'duyuruları kapat',
|
||||
'configure' => 'configure',
|
||||
|
||||
'Adding User' => 'Kullanıcı Ekleme',
|
||||
'Editing User' => 'Kullanıcı Düzenleme',
|
||||
|
@ -250,6 +253,7 @@ $LANG['tr'] = array(
|
|||
'MySQL Usage on localhost' => 'Localhost Üzerindeki MySQL Kullanımı',
|
||||
'PostgreSQL Usage on localhost' => 'Localhost Üzerindeki PostgreSQL Kullanımı',
|
||||
'Bandwidth Usage eth0' => 'eth0 Trafik Kullanımı',
|
||||
'Bandwidth Usage eth1' => 'eth1 Trafik Kullanımı',
|
||||
'Exim Usage' => 'Exim Usage',
|
||||
'FTP Usage' => 'FTP Kullanımı',
|
||||
'SSH Usage' => 'SSH Kullanımı',
|
||||
|
@ -449,7 +453,7 @@ $LANG['tr'] = array(
|
|||
'PACKAGE_CREATED_OK' => '<a href="/edit/package/?package=%s"><b>%s</b></a> paketi başarıyla oluşturuldu.',
|
||||
'SSL_GENERATED_OK' => 'Sertifika başarıyla oluşturuldu.',
|
||||
'RULE_CREATED_OK' => 'Kural başarıyla oluşturuldu.',
|
||||
'BANLIST_CREATED_OK' => 'IP address has been banned successfully', // I'm not sure about this text
|
||||
'BANLIST_CREATED_OK' => 'IP address has been banned successfully',
|
||||
'Autoupdate has been successfully enabled' => 'Otomatik güncelleme başarıyla aktifleştirildi',
|
||||
'Autoupdate has been successfully disabled' => 'Otomatik güncelleme başarıyla pasifleştirildi',
|
||||
'Cronjob email reporting has been successfully enabled' => 'Zamanlanmış görev e-posta raporlama başarıyla aktif hale getirildi',
|
||||
|
@ -525,7 +529,7 @@ $LANG['tr'] = array(
|
|||
'Confirm Password' => 'Şifreyi Onayla',
|
||||
'Reset' => 'Sıfırla',
|
||||
'Reset Code' => 'Sıfırlama Kodu',
|
||||
'RESET_NOTICE' => '', // should we add something here?
|
||||
'RESET_NOTICE' => '',
|
||||
'RESET_CODE_SENT' => 'Şifre sıfırlama kodu e-posta adresinize gönderildi.<br>',
|
||||
'MAIL_RESET_SUBJECT' => 'Şifre Sıfırlama - %s',
|
||||
'PASSWORD_RESET_REQUEST' => "Şifrenizi sıfırlamak için lütfen linki takip edin:\nhttps://%s/reset/?action=confirm&user=%s&code=%s\n\nAlternatif olarak https://%s/reset/?action=code&user=%s linkine tıklayıp devamında şu reset kodunuzu gerekli alana girebilirsiniz:\n%s\n\nEğer şifre sıfırlama isteğinde bulunmadıysanız lütfen bu mesajı görmezden gelin ve özrümüzü kabul edin.\n\n--\nVesta Control Panel\n",
|
||||
|
@ -603,7 +607,7 @@ $LANG['tr'] = array(
|
|||
'ARCHIVE' => 'ARŞİVLE',
|
||||
'EXTRACT' => 'ÇIKART',
|
||||
'DOWNLOAD' => 'İNDİR',
|
||||
'Are you sure?' => 'Are you sure?', // unused?
|
||||
'Are you sure?' => 'Are you sure?',
|
||||
'Hit' => 'Hit',
|
||||
'to reload the page' => 'sayfayı yenilemek için',
|
||||
'Directory name cannot be empty' => 'Dizin adı boş olamaz',
|
||||
|
@ -625,7 +629,7 @@ $LANG['tr'] = array(
|
|||
'Create' => 'Oluştur',
|
||||
'Compress' => 'Sıkıştır',
|
||||
'OK' => 'TAMAM',
|
||||
'YOU ARE COPYING' => 'YOU ARE COPYING', // unused?
|
||||
'YOU ARE COPYING' => 'YOU ARE COPYING',
|
||||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
|
@ -706,9 +710,6 @@ $LANG['tr'] = array(
|
|||
|
||||
'Minutes' => 'Dakikalık',
|
||||
'Hourly' => 'Saatlik',
|
||||
'Daily' => 'Dayly',
|
||||
'Weekly' => 'Weekly',
|
||||
'Monthly' => 'Monthly',
|
||||
'Run Command' => 'Komutu Çalıştır',
|
||||
'every month' => 'her ay',
|
||||
'every odd month' => 'her tek ay',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue