This commit is contained in:
84
application/language/turkish/calendar_lang.php
Normal file
84
application/language/turkish/calendar_lang.php
Normal file
@@ -0,0 +1,84 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['cal_su'] = 'Pr';
|
||||
$lang['cal_mo'] = 'Pt';
|
||||
$lang['cal_tu'] = 'Sa';
|
||||
$lang['cal_we'] = 'Ça';
|
||||
$lang['cal_th'] = 'Pe';
|
||||
$lang['cal_fr'] = 'Cu';
|
||||
$lang['cal_sa'] = 'Ct';
|
||||
$lang['cal_sun'] = 'Pzr';
|
||||
$lang['cal_mon'] = 'Pzt';
|
||||
$lang['cal_tue'] = 'Sal';
|
||||
$lang['cal_wed'] = 'Çar';
|
||||
$lang['cal_thu'] = 'Per';
|
||||
$lang['cal_fri'] = 'Cum';
|
||||
$lang['cal_sat'] = 'Cmt';
|
||||
$lang['cal_sunday'] = 'Pazar';
|
||||
$lang['cal_monday'] = 'Pazartesi';
|
||||
$lang['cal_tuesday'] = 'Salı';
|
||||
$lang['cal_wednesday'] = 'Çarşamba';
|
||||
$lang['cal_thursday'] = 'Perşembe';
|
||||
$lang['cal_friday'] = 'Cuma';
|
||||
$lang['cal_saturday'] = 'Cumartesi';
|
||||
$lang['cal_jan'] = 'Ock';
|
||||
$lang['cal_feb'] = 'Şbt';
|
||||
$lang['cal_mar'] = 'Mrt';
|
||||
$lang['cal_apr'] = 'Nsn';
|
||||
$lang['cal_may'] = 'Mys';
|
||||
$lang['cal_jun'] = 'Haz';
|
||||
$lang['cal_jul'] = 'Tem';
|
||||
$lang['cal_aug'] = 'Ags';
|
||||
$lang['cal_sep'] = 'Eyl';
|
||||
$lang['cal_oct'] = 'Ekm';
|
||||
$lang['cal_nov'] = 'Ksm';
|
||||
$lang['cal_dec'] = 'Ara';
|
||||
$lang['cal_january'] = 'Ocak';
|
||||
$lang['cal_february'] = 'Şubat';
|
||||
$lang['cal_march'] = 'Mart';
|
||||
$lang['cal_april'] = 'Nisan';
|
||||
$lang['cal_mayl'] = 'Mayıs';
|
||||
$lang['cal_june'] = 'Haziran';
|
||||
$lang['cal_july'] = 'Temmuz';
|
||||
$lang['cal_august'] = 'Ağustos';
|
||||
$lang['cal_september'] = 'Eylül';
|
||||
$lang['cal_october'] = 'Ekim';
|
||||
$lang['cal_november'] = 'Kasım';
|
||||
$lang['cal_december'] = 'Aralık';
|
||||
94
application/language/turkish/date_lang.php
Normal file
94
application/language/turkish/date_lang.php
Normal file
@@ -0,0 +1,94 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['date_year'] = 'Yıl';
|
||||
$lang['date_years'] = 'Yıl';
|
||||
$lang['date_month'] = 'Ay';
|
||||
$lang['date_months'] = 'Ay';
|
||||
$lang['date_week'] = 'Hafta';
|
||||
$lang['date_weeks'] = 'Hafta';
|
||||
$lang['date_day'] = 'Gün';
|
||||
$lang['date_days'] = 'Gün';
|
||||
$lang['date_hour'] = 'Saat';
|
||||
$lang['date_hours'] = 'Saat';
|
||||
$lang['date_minute'] = 'Dakika';
|
||||
$lang['date_minutes'] = 'Dakika';
|
||||
$lang['date_second'] = 'Saniye';
|
||||
$lang['date_seconds'] = 'Saniye';
|
||||
|
||||
$lang['UM12'] = '(UTC -12:00) Baker/Howland Adası';
|
||||
$lang['UM11'] = '(UTC -11:00) Niue';
|
||||
$lang['UM10'] = '(UTC -10:00) Hawaii-Aleutian Standart Saati, Cook Adaları, Tahiti';
|
||||
$lang['UM95'] = '(UTC -9:30) Marquesas Adaları';
|
||||
$lang['UM9'] = '(UTC -9:00) Alaska Standart Saati, Gambier Adaları';
|
||||
$lang['UM8'] = '(UTC -8:00) Pacific Standart Saati, Clipperton Adası';
|
||||
$lang['UM7'] = '(UTC -7:00) Mountain Standart Saati';
|
||||
$lang['UM6'] = '(UTC -6:00) Central Standart Saati';
|
||||
$lang['UM5'] = '(UTC -5:00) Doğu Standart Saati, Batı Karayipler Standart Saati';
|
||||
$lang['UM45'] = '(UTC -4:30) Venezuela Standart Saati';
|
||||
$lang['UM4'] = '(UTC -4:00) Atlantic Standart Saati, Eastern Caribbean Standart Saati';
|
||||
$lang['UM35'] = '(UTC -3:30) Newfoundland Standart Saati';
|
||||
$lang['UM3'] = '(UTC -3:00) Arjantin, Brezilya, Fransa Guiana, Uruguay';
|
||||
$lang['UM2'] = '(UTC -2:00) South Georgia/South Sandwich Adaları, Türkiye Batı Saati';
|
||||
$lang['UM1'] = '(UTC -1:00) Azores, Cape Verde Adaları';
|
||||
$lang['UTC'] = '(UTC) Greenwich Mean Saati, Batı Afrika Saati';
|
||||
$lang['UP1'] = '(UTC +1:00) Merkez Avrupa Saati, Batı Afrika Saati';
|
||||
$lang['UP2'] = '(UTC +2:00) Merkez Afrika Saati, Doğu Avrupa Saati, Kaliningrad Saati';
|
||||
$lang['UP3'] = '(UTC +3:00) Moskova Saati, Doğu Afrika Saati, Arabistan Standart Saati, Türkiye Doğu Saati';
|
||||
$lang['UP35'] = '(UTC +3:30) Iran Standart Saati';
|
||||
$lang['UP4'] = '(UTC +4:00) Azerbaycan Standart Saati, Samara Saati';
|
||||
$lang['UP45'] = '(UTC +4:30) Afghanistan';
|
||||
$lang['UP5'] = '(UTC +5:00) Pakistan Standart Saati, Yekaterinburg Saati';
|
||||
$lang['UP55'] = '(UTC +5:30) Indian Standart Saati, Sri Lanka Saati';
|
||||
$lang['UP575'] = '(UTC +5:45) Nepal Saati';
|
||||
$lang['UP6'] = '(UTC +6:00) Bangladesh Standart Saati, Bhutan Saati, Omsk Saati';
|
||||
$lang['UP65'] = '(UTC +6:30) Cocos Adaları, Myanmar';
|
||||
$lang['UP7'] = '(UTC +7:00) Krasnoyarsk Saati, Cambodia, Laos, Thailand, Vietnam';
|
||||
$lang['UP8'] = '(UTC +8:00) Australian Western Standart Saati, Beijing Saati, Irkutsk Saati';
|
||||
$lang['UP875'] = '(UTC +8:45) Australian Central Western Standart Saati';
|
||||
$lang['UP9'] = '(UTC +9:00) Japan Standart Saati, Korea Standart Saati, Yakutsk Saati';
|
||||
$lang['UP95'] = '(UTC +9:30) Australia Merkez Standart Saati';
|
||||
$lang['UP10'] = '(UTC +10:00) Australia Doğu Standart Saati, Vladivostok Saati';
|
||||
$lang['UP105'] = '(UTC +10:30) Lord Howe Adası';
|
||||
$lang['UP11'] = '(UTC +11:00) Srednekolymsk Saati, Solomon Adaları, Vanuatu';
|
||||
$lang['UP115'] = '(UTC +11:30) Norfolk Adası';
|
||||
$lang['UP12'] = '(UTC +12:00) Fiji, Gilbert Adaları, Kamchatka Saati, Yeni Zelanda Standart Saati';
|
||||
$lang['UP1275'] = '(UTC +12:45) Chatham Adaları Standart Saati';
|
||||
$lang['UP13'] = '(UTC +13:00) Samoa Saat Dilimi, Phoenix Adaları Saati, Tonga';
|
||||
$lang['UP14'] = '(UTC +14:00) Line Adaları';
|
||||
35
application/language/turkish/db_lang.php
Normal file
35
application/language/turkish/db_lang.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014-2018, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['db_invalid_connection_str'] = 'Verilen bağlantı dizisi bilgileriyle veri tabanı ayarları belirlenemiyor.';
|
||||
$lang['db_unable_to_connect'] = 'Verilen ayarlarla veri tabanına bağlantı sağlanamıyor.';
|
||||
$lang['db_unable_to_select'] = 'Belirtilen veri tabanı seçilemiyor: %s';
|
||||
$lang['db_unable_to_create'] = 'Belirtilen veri tabanı oluşturulamıyor: %s';
|
||||
$lang['db_invalid_query'] = 'Verilen sorgu geçersiz.';
|
||||
$lang['db_must_set_table'] = 'Sorguda kullanılacak tabloyu belirtmelisiniz.';
|
||||
$lang['db_must_use_set'] = 'Kaydı güncellemek için "set" metodu kullanmalısınız.';
|
||||
$lang['db_must_use_index'] = 'Toplu güncellemede eşleştirme için bir indeks belirtmelisiniz.';
|
||||
$lang['db_batch_missing_index'] = 'Toplu güncelleme için verilen bir veya birden fazla kaydın belirtilen indeksi eksik.';
|
||||
$lang['db_must_use_where'] = '"where" sözcüğü olmayan güncellemelere izin verilmez.';
|
||||
$lang['db_del_must_use_where'] = '"where" veya "like" sözcüğü olmayan silmelere izin verilmez.';
|
||||
$lang['db_field_param_missing'] = 'Alanların okunabilmesi için tablo adı parametre olarak verilmeli.';
|
||||
$lang['db_unsupported_function'] = 'Kullandığınız veri tabanında bu özellik bulunmuyor.';
|
||||
$lang['db_transaction_failure'] = 'İşlem hatası: Geri alma gerçekleştirildi.';
|
||||
$lang['db_unable_to_drop'] = 'Belirtilen veri tabanı silinemiyor.';
|
||||
$lang['db_unsupported_feature'] = 'Kullandığınız veri tabanı ortamında bu özellik desteklenmiyor.';
|
||||
$lang['db_unsupported_compression'] = 'Seçtiğiniz dosya sıkıştırma formatı sunucu tarafından desteklenmiyor.';
|
||||
$lang['db_filepath_error'] = 'Veriler belirtilen dosya yoluna yazılamıyor.';
|
||||
$lang['db_invalid_cache_path'] = 'Belirtilen önbellek yolu geçersiz veya yazılamıyor.';
|
||||
$lang['db_table_name_required'] = 'Bu işlem için bir tablo adı gerekli.';
|
||||
$lang['db_column_name_required'] = 'Bu işlem için bir sütun adı gerekli.';
|
||||
$lang['db_column_definition_required'] = 'Bu işlem için bir sütun tanımlaması gerekli';
|
||||
$lang['db_unable_to_set_charset'] = 'Kullanıcı bağlantı karakter seti ayarlanamıyor: %s';
|
||||
$lang['db_error_heading'] = 'Bir Veri Tabanı Hatası Oluştu';
|
||||
30
application/language/turkish/email_lang.php
Normal file
30
application/language/turkish/email_lang.php
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014-2018, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['email_must_be_array'] = 'Email doğrulama metoduna bir dizi verilmeli.';
|
||||
$lang['email_invalid_address'] = 'Geçersiz email adresi: %s';
|
||||
$lang['email_attachment_missing'] = 'Email eklentisi bulunamıyor: %s';
|
||||
$lang['email_attachment_unreadable'] = 'Email eklentisi açılamıyor: %s';
|
||||
$lang['email_no_from'] = '"From" başlığı olmadan email gönderilemez.';
|
||||
$lang['email_no_recipients'] = 'Alıcıları yazmalısınız: To, Cc, or Bcc';
|
||||
$lang['email_send_failure_phpmail'] = 'PHP mail() fonksiyonu ile email gönderilemiyor. Sunucunuz bu metod ile email göndermeye ayarlanmamış olabilir.';
|
||||
$lang['email_send_failure_sendmail'] = 'PHP Sendmail ile email gönderilemiyor. Sunucunuz bu metod ile email göndermeye ayarlanmamış olabilir.';
|
||||
$lang['email_send_failure_smtp'] = 'PHP SMTP ile email gönderilemiyor. Sunucunuz bu metod ile email göndermeye ayarlanmamış olabilir.';
|
||||
$lang['email_sent'] = 'Mesajınız %s protokolü kullanılarak başarıyla gönderildi.';
|
||||
$lang['email_no_socket'] = 'Sendmail soketi açılamıyor. Lütfen ayarlarınızı kontrol ediniz.';
|
||||
$lang['email_no_hostname'] = 'SMTP sunucu adı belirtmelisiniz.';
|
||||
$lang['email_smtp_error'] = 'SMTP hatası: %s';
|
||||
$lang['email_no_smtp_unpw'] = 'Hata: SMTP kullanıcı adı ve şifresi belirtilmeli.';
|
||||
$lang['email_failed_smtp_login'] = 'AUTH LOGIN komutu gönderilemedi. Hata: %s';
|
||||
$lang['email_smtp_auth_un'] = 'Kullanıcı adı geçersiz. Hata: %s';
|
||||
$lang['email_smtp_auth_pw'] = 'Şifre geçersiz. Hata: %s';
|
||||
$lang['email_smtp_data_failure'] = 'Veriler gönderilemedi: %s';
|
||||
$lang['email_exit_status'] = 'Çıkış durum kodu: %s';
|
||||
69
application/language/turkish/form_validation_lang.php
Normal file
69
application/language/turkish/form_validation_lang.php
Normal file
@@ -0,0 +1,69 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['form_validation_required'] = 'The {field} field is required.';
|
||||
$lang['form_validation_isset'] = 'The {field} field must have a value.';
|
||||
$lang['form_validation_valid_email'] = 'The {field} field must contain a valid email address.';
|
||||
$lang['form_validation_valid_emails'] = 'The {field} field must contain all valid email addresses.';
|
||||
$lang['form_validation_valid_url'] = 'The {field} field must contain a valid URL.';
|
||||
$lang['form_validation_valid_ip'] = 'The {field} field must contain a valid IP.';
|
||||
$lang['form_validation_valid_base64'] = 'The {field} field must contain a valid Base64 string.';
|
||||
$lang['form_validation_min_length'] = 'The {field} field must be at least {param} characters in length.';
|
||||
$lang['form_validation_max_length'] = 'The {field} field cannot exceed {param} characters in length.';
|
||||
$lang['form_validation_exact_length'] = 'The {field} field must be exactly {param} characters in length.';
|
||||
$lang['form_validation_alpha'] = 'The {field} field may only contain alphabetical characters.';
|
||||
$lang['form_validation_alpha_numeric'] = 'The {field} field may only contain alpha-numeric characters.';
|
||||
$lang['form_validation_alpha_numeric_spaces'] = 'The {field} field may only contain alpha-numeric characters and spaces.';
|
||||
$lang['form_validation_alpha_dash'] = 'The {field} field may only contain alpha-numeric characters, underscores, and dashes.';
|
||||
$lang['form_validation_numeric'] = 'The {field} field must contain only numbers.';
|
||||
$lang['form_validation_is_numeric'] = 'The {field} field must contain only numeric characters.';
|
||||
$lang['form_validation_integer'] = 'The {field} field must contain an integer.';
|
||||
$lang['form_validation_regex_match'] = 'The {field} field is not in the correct format.';
|
||||
$lang['form_validation_matches'] = 'The {field} field does not match the {param} field.';
|
||||
$lang['form_validation_differs'] = 'The {field} field must differ from the {param} field.';
|
||||
$lang['form_validation_is_unique'] = 'The {field} field must contain a unique value.';
|
||||
$lang['form_validation_is_natural'] = 'The {field} field must only contain digits.';
|
||||
$lang['form_validation_is_natural_no_zero'] = 'The {field} field must only contain digits and must be greater than zero.';
|
||||
$lang['form_validation_decimal'] = 'The {field} field must contain a decimal number.';
|
||||
$lang['form_validation_less_than'] = 'The {field} field must contain a number less than {param}.';
|
||||
$lang['form_validation_less_than_equal_to'] = 'The {field} field must contain a number less than or equal to {param}.';
|
||||
$lang['form_validation_greater_than'] = 'The {field} field must contain a number greater than {param}.';
|
||||
$lang['form_validation_greater_than_equal_to'] = 'The {field} field must contain a number greater than or equal to {param}.';
|
||||
$lang['form_validation_error_message_not_set'] = 'Unable to access an error message corresponding to your field name {field}.';
|
||||
$lang['form_validation_in_list'] = 'The {field} field must be one of: {param}.';
|
||||
51
application/language/turkish/ftp_lang.php
Normal file
51
application/language/turkish/ftp_lang.php
Normal file
@@ -0,0 +1,51 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['ftp_no_connection'] = 'Unable to locate a valid connection ID. Please make sure you are connected before performing any file routines.';
|
||||
$lang['ftp_unable_to_connect'] = 'Unable to connect to your FTP server using the supplied hostname.';
|
||||
$lang['ftp_unable_to_login'] = 'Unable to login to your FTP server. Please check your username and password.';
|
||||
$lang['ftp_unable_to_mkdir'] = 'Unable to create the directory you have specified.';
|
||||
$lang['ftp_unable_to_changedir'] = 'Unable to change directories.';
|
||||
$lang['ftp_unable_to_chmod'] = 'Unable to set file permissions. Please check your path.';
|
||||
$lang['ftp_unable_to_upload'] = 'Unable to upload the specified file. Please check your path.';
|
||||
$lang['ftp_unable_to_download'] = 'Unable to download the specified file. Please check your path.';
|
||||
$lang['ftp_no_source_file'] = 'Unable to locate the source file. Please check your path.';
|
||||
$lang['ftp_unable_to_rename'] = 'Unable to rename the file.';
|
||||
$lang['ftp_unable_to_delete'] = 'Unable to delete the file.';
|
||||
$lang['ftp_unable_to_move'] = 'Unable to move the file. Please make sure the destination directory exists.';
|
||||
57
application/language/turkish/imglib_lang.php
Normal file
57
application/language/turkish/imglib_lang.php
Normal file
@@ -0,0 +1,57 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['imglib_source_image_required'] = 'You must specify a source image in your preferences.';
|
||||
$lang['imglib_gd_required'] = 'The GD image library is required for this feature.';
|
||||
$lang['imglib_gd_required_for_props'] = 'Your server must support the GD image library in order to determine the image properties.';
|
||||
$lang['imglib_unsupported_imagecreate'] = 'Your server does not support the GD function required to process this type of image.';
|
||||
$lang['imglib_gif_not_supported'] = 'GIF images are often not supported due to licensing restrictions. You may have to use JPG or PNG images instead.';
|
||||
$lang['imglib_jpg_not_supported'] = 'JPG images are not supported.';
|
||||
$lang['imglib_png_not_supported'] = 'PNG images are not supported.';
|
||||
$lang['imglib_jpg_or_png_required'] = 'The image resize protocol specified in your preferences only works with JPEG or PNG image types.';
|
||||
$lang['imglib_copy_error'] = 'An error was encountered while attempting to replace the file. Please make sure your file directory is writable.';
|
||||
$lang['imglib_rotate_unsupported'] = 'Image rotation does not appear to be supported by your server.';
|
||||
$lang['imglib_libpath_invalid'] = 'The path to your image library is not correct. Please set the correct path in your image preferences.';
|
||||
$lang['imglib_image_process_failed'] = 'Image processing failed. Please verify that your server supports the chosen protocol and that the path to your image library is correct.';
|
||||
$lang['imglib_rotation_angle_required'] = 'An angle of rotation is required to rotate the image.';
|
||||
$lang['imglib_invalid_path'] = 'The path to the image is not correct.';
|
||||
$lang['imglib_invalid_image'] = 'The provided image is not valid.';
|
||||
$lang['imglib_copy_failed'] = 'The image copy routine failed.';
|
||||
$lang['imglib_missing_font'] = 'Unable to find a font to use.';
|
||||
$lang['imglib_save_failed'] = 'Unable to save the image. Please make sure the image and file directory are writable.';
|
||||
10
application/language/turkish/index.html
Normal file
10
application/language/turkish/index.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>403 Forbidden</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>Directory access is forbidden.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
19
application/language/turkish/migration_lang.php
Normal file
19
application/language/turkish/migration_lang.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['migration_none_found'] = 'Herhangi bir taşınma bulunamadı.';
|
||||
$lang['migration_not_found'] = 'Belirtilen sürüm numaralı taşınma bulunamadı: %s.';
|
||||
$lang['migration_sequence_gap'] = 'Şu sürüm numarasına yakın taşınma sıralamasında bir boşluk var: %s.';
|
||||
$lang['migration_multiple_version'] = 'Aynı sürüm numaralı birden çok taşınma var: %s.';
|
||||
$lang['migration_class_doesnt_exist'] = 'Taşınma sınıfı "%s" bulunamadı.';
|
||||
$lang['migration_missing_up_method'] = '"%s" taşınma sınıfında "up" metodu eksik.';
|
||||
$lang['migration_missing_down_method'] = '"%s" taşınma sınıfında "down" metodu eksik.';
|
||||
$lang['migration_invalid_filename'] = '"%s" taşınmasında geçersiz dosya adı.';
|
||||
44
application/language/turkish/number_lang.php
Normal file
44
application/language/turkish/number_lang.php
Normal file
@@ -0,0 +1,44 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['terabyte_abbr'] = 'TB';
|
||||
$lang['gigabyte_abbr'] = 'GB';
|
||||
$lang['megabyte_abbr'] = 'MB';
|
||||
$lang['kilobyte_abbr'] = 'KB';
|
||||
$lang['bytes'] = 'Bytes';
|
||||
43
application/language/turkish/pagination_lang.php
Normal file
43
application/language/turkish/pagination_lang.php
Normal file
@@ -0,0 +1,43 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['pagination_first_link'] = '‹ First';
|
||||
$lang['pagination_next_link'] = '>';
|
||||
$lang['pagination_prev_link'] = '<';
|
||||
$lang['pagination_last_link'] = 'Last ›';
|
||||
60
application/language/turkish/profiler_lang.php
Normal file
60
application/language/turkish/profiler_lang.php
Normal file
@@ -0,0 +1,60 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['profiler_database'] = 'DATABASE';
|
||||
$lang['profiler_controller_info'] = 'CLASS/METHOD';
|
||||
$lang['profiler_benchmarks'] = 'BENCHMARKS';
|
||||
$lang['profiler_queries'] = 'QUERIES';
|
||||
$lang['profiler_get_data'] = 'GET DATA';
|
||||
$lang['profiler_post_data'] = 'POST DATA';
|
||||
$lang['profiler_uri_string'] = 'URI STRING';
|
||||
$lang['profiler_memory_usage'] = 'MEMORY USAGE';
|
||||
$lang['profiler_config'] = 'CONFIG VARIABLES';
|
||||
$lang['profiler_session_data'] = 'SESSION DATA';
|
||||
$lang['profiler_headers'] = 'HTTP HEADERS';
|
||||
$lang['profiler_no_db'] = 'Database driver is not currently loaded';
|
||||
$lang['profiler_no_queries'] = 'No queries were run';
|
||||
$lang['profiler_no_post'] = 'No POST data exists';
|
||||
$lang['profiler_no_get'] = 'No GET data exists';
|
||||
$lang['profiler_no_uri'] = 'No URI data exists';
|
||||
$lang['profiler_no_memory'] = 'Memory Usage Unavailable';
|
||||
$lang['profiler_no_profiles'] = 'No Profile data - all Profiler sections have been disabled.';
|
||||
$lang['profiler_section_hide'] = 'Hide';
|
||||
$lang['profiler_section_show'] = 'Show';
|
||||
$lang['profiler_seconds'] = 'seconds';
|
||||
487
application/language/turkish/translations_lang.php
Normal file
487
application/language/turkish/translations_lang.php
Normal file
@@ -0,0 +1,487 @@
|
||||
<?php defined('BASEPATH') or exit('No direct script access allowed');
|
||||
// Turkish
|
||||
$lang['page_title'] = 'Randevu Alınacak Kişi';
|
||||
$lang['service_and_provider'] = 'Hizmet ve Hizmet Sağlayıcıyı Seçin';
|
||||
$lang['select_service'] = 'Hizmeti Seçin';
|
||||
$lang['select_provider'] = 'Hizmet Sağlayıcıyı Seçin';
|
||||
$lang['duration'] = 'Süre';
|
||||
$lang['minutes'] = 'Dakika';
|
||||
$lang['price'] = 'Ücret';
|
||||
$lang['back'] = 'Önceki';
|
||||
$lang['appointment_date_and_time'] = 'Randevu Tarihini ve Zamanını Seçin';
|
||||
$lang['no_available_hours'] = 'Seçilen tarih için uygun saat bulunmuyor. Lütfen başka bir tarih seçin. ';
|
||||
$lang['appointment_hour_missing'] = 'Lütfen devam etmeden önce bir randevu saati seçin.';
|
||||
$lang['customer_information'] = 'Bilgilerinizi Girin';
|
||||
$lang['first_name'] = 'Ad';
|
||||
$lang['last_name'] = 'Soyad';
|
||||
$lang['email'] = 'Eposta';
|
||||
$lang['phone_number'] = 'Telefon No';
|
||||
$lang['phone'] = 'Phone';
|
||||
$lang['address'] = 'Adres';
|
||||
$lang['city'] = 'Şehir';
|
||||
$lang['zip_code'] = 'Posta Kodu';
|
||||
$lang['notes'] = 'Notlar';
|
||||
$lang['language'] = 'Language';
|
||||
$lang['no_language'] = 'No language';
|
||||
$lang['fields_are_required'] = '* Zorunlu sahalardır.';
|
||||
$lang['appointment_confirmation'] = 'Randevuyu Onaylayın';
|
||||
$lang['confirm'] = 'Onayla';
|
||||
$lang['update'] = 'Güncelle';
|
||||
$lang['cancel_appointment_hint'] = 'Randevuyu şirket takviminden çıkarmak için lütfen "İptal" butonuna tıklayın.';
|
||||
$lang['cancel'] = 'İptal';
|
||||
$lang['appointment_registered'] = 'Randevunuz başarı ile kaydedildi.';
|
||||
$lang['cancel_appointment_title'] = 'Randevuyu İptal Et';
|
||||
$lang['appointment_cancelled'] = 'Randevunuz başarı ile iptal edildi.';
|
||||
$lang['appointment_cancelled_title'] = 'Randevu İptal Edildi';
|
||||
$lang['reason'] = 'Sebep';
|
||||
$lang['appointment_removed_from_schedule'] = 'Aşağıdaki randevu şirket programından çıkarıldı.';
|
||||
$lang['appointment_details_was_sent_to_you'] = 'Randevu detaylarını içeren bir eposta adresinize gönderildi. ';
|
||||
$lang['add_to_google_calendar'] = 'Google Takvim\'e Ekle';
|
||||
$lang['appointment_booked'] = 'Randevunuz başarı ile kaydedildi.';
|
||||
$lang['thank_you_for_appointment'] = 'Bizden randevu aldığınız için teşekkür ederiz. Randevu detaylarını aşağıda görebilirsiniz. Değişiklik yapmak için randevu linkine tıklayın.';
|
||||
$lang['appointment_details_title'] = 'Randevu Detayları';
|
||||
$lang['customer_details_title'] = 'Müşteri Detayları';
|
||||
$lang['service'] = 'Hizmet';
|
||||
$lang['provider'] = 'Hizmet Sağlayıcı';
|
||||
$lang['customer'] = 'Müşteri';
|
||||
$lang['start'] = 'Başlangıç';
|
||||
$lang['end'] = 'Bitiş';
|
||||
$lang['name'] = 'Ad';
|
||||
$lang['appointment_link_title'] = 'Randevunun Bağlantısı';
|
||||
$lang['success'] = 'Başarılı.';
|
||||
$lang['appointment_added_to_your_plan'] = 'Planınıza yeni bir randevu eklendi.';
|
||||
$lang['appointment_link_description'] = 'Değişiklik yapmak için aşağıdaki randevu linkine tıklayabilirsiniz.';
|
||||
$lang['appointment_locked'] = 'Modification impossible.';
|
||||
$lang['appointment_locked_message'] = 'The appointment cannot be changed less than {$limit} hours in advance.';
|
||||
$lang['appointment_not_found'] = 'Randevu Bulunamadı.';
|
||||
$lang['appointment_does_not_exist_in_db'] = 'Talep ettiğiniz randevu artık sistem veri tabanında yer almıyor.';
|
||||
$lang['display_calendar'] = 'Takvimi Görüntüle';
|
||||
$lang['calendar'] = 'Takvim';
|
||||
$lang['users'] = 'Kullanıcılar';
|
||||
$lang['settings'] = 'Ayarlar';
|
||||
$lang['log_out'] = 'Çıkış';
|
||||
$lang['synchronize'] = 'Eşitle';
|
||||
$lang['enable_sync'] = 'Eşitlemeyi Aç';
|
||||
$lang['disable_sync'] = 'Eşitlemeyi Kapat';
|
||||
$lang['disable_sync_prompt'] = 'Takvim senkronizasyonunu devre dışı bırakmak istediğinizden emin misiniz?';
|
||||
$lang['reload'] = 'Tekrar Yükle';
|
||||
$lang['appointment'] = 'Randevu';
|
||||
$lang['unavailability'] = 'Uygun Değil';
|
||||
$lang['week'] = 'Hafta';
|
||||
$lang['month'] = 'Ay';
|
||||
$lang['today'] = 'Bugün';
|
||||
$lang['not_working'] = 'Çalışmıyor';
|
||||
$lang['break'] = 'Ara';
|
||||
$lang['add'] = 'Ekle';
|
||||
$lang['edit'] = 'Düzenle';
|
||||
$lang['hello'] = 'Merhaba';
|
||||
$lang['all_day'] = 'Tüm Gün';
|
||||
$lang['manage_appointment_record_hint'] = 'Mevcut hizmetlerin ve sağlayıcıların tüm randevu kayıtlarını yönetir.';
|
||||
$lang['select_filter_item_hint'] = 'Bir hizmet sağlayıcı veya hizmet seçerek randevuları takvimde görüntüler.';
|
||||
$lang['enable_appointment_sync_hint'] = 'Hizmet sağlayıcının Google Takvimi ile eşitlemeyi başlatın.';
|
||||
$lang['manage_customers_hint'] = 'Kayıtlı müşterileri ve randevu geçmişlerini yönetin.';
|
||||
$lang['manage_services_hint'] = 'Sistemdeki uygun hizmetleri ve kategorileri yönetin.';
|
||||
$lang['manage_users_hint'] = 'Arkayüz kullanıcılarını (yöneticiler, hizmet sağlayıcılar, sekreterler) yönetin.';
|
||||
$lang['settings_hint'] = 'Sistem ve kullanıcı ayarlarını yapın.';
|
||||
$lang['log_out_hint'] = 'Sistemden çıkış.';
|
||||
$lang['unavailability_periods_hint'] = 'Uygun olmayan zaman aralıklarında hizmet sağlayıcı yeni randevu kabul etmeyecektir.';
|
||||
$lang['new_appointment_hint'] = 'Yeni bir randevu yaratarak veri tabanına kaydet.';
|
||||
$lang['reload_appointments_hint'] = 'Takvim randevularını tekrar yükle.';
|
||||
$lang['trigger_sync_hint'] = 'Google Takvim eşitlemeyi başlat.';
|
||||
$lang['appointment_updated'] = 'Randevu başarıyla güncellendi.';
|
||||
$lang['undo'] = 'Geri al';
|
||||
$lang['appointment_details_changed'] = 'Randevu detayları değiştirildi.';
|
||||
$lang['appointment_changes_saved'] = 'Randevu değişiklikleri başarıyla kaydedildi.';
|
||||
$lang['save'] = 'Kaydet';
|
||||
$lang['new'] = 'Yeni';
|
||||
$lang['select'] = 'Seç';
|
||||
$lang['hide'] = 'Gizle';
|
||||
$lang['type_to_filter_customers'] = 'Müşterileri filtrelemek için yazın.';
|
||||
$lang['clear_fields_add_existing_customer_hint'] = 'Sahaları temizle ve yeni bir müşteri gir.';
|
||||
$lang['pick_existing_customer_hint'] = 'Mevcut bir müşteriyi seçin.';
|
||||
$lang['new_appointment_title'] = 'Yeni Randevu';
|
||||
$lang['edit_appointment_title'] = 'Randevuyu Düzenle';
|
||||
$lang['delete_appointment_title'] = 'Randevu Sil';
|
||||
$lang['write_appointment_removal_reason'] = 'Lütfen randevuyu iptal etme nedeninizi yazar mısınız? :';
|
||||
$lang['appointment_saved'] = 'Randevu başarıyla kaydedildi.';
|
||||
$lang['new_unavailability_title'] = 'Yeni Uygun Olmayan Zaman Aralığı';
|
||||
$lang['edit_unavailability_title'] = 'Uygun Olmayan Zaman Aralığı Düzenle';
|
||||
$lang['unavailability_saved'] = 'Uygun Olmayan Zaman Aralığı Başarıyla Kaydedildi.';
|
||||
$lang['start_date_before_end_error'] = 'Başlangıç tarihi bitiş tarihinden büyük olamaz.';
|
||||
$lang['invalid_duration'] = 'Invalid duration.';
|
||||
$lang['invalid_email'] = 'Hatalı eposta adresi.';
|
||||
$lang['customers'] = 'Müşteriler';
|
||||
$lang['details'] = 'Detaylar';
|
||||
$lang['no_records_found'] = 'Kayıt bulunamadı ...';
|
||||
$lang['services'] = 'Hizmetler';
|
||||
$lang['duration_minutes'] = 'Süre (Dakika)';
|
||||
$lang['currency'] = 'Para Birimi';
|
||||
$lang['category'] = 'Kategori';
|
||||
$lang['no_category'] = 'Kategorisiz';
|
||||
$lang['description'] = 'Açıklama';
|
||||
$lang['categories'] = 'Kategoriler';
|
||||
$lang['admins'] = 'Yöneticiler';
|
||||
$lang['providers'] = 'Hizmet Sağlayıcılar';
|
||||
$lang['secretaries'] = 'Sekreterler';
|
||||
$lang['mobile_number'] = 'Mobil No';
|
||||
$lang['mobile'] = 'Mobile';
|
||||
$lang['state'] = 'Eyalet';
|
||||
$lang['username'] = 'Kullanıcı Adı';
|
||||
$lang['password'] = 'Şifre';
|
||||
$lang['retype_password'] = 'Şifre Tekrar';
|
||||
$lang['receive_notifications'] = 'Bilgilendirme Al';
|
||||
$lang['passwords_mismatch'] = 'Şifreler aynı değil.';
|
||||
$lang['admin_saved'] = 'Yönetici başarıyla kaydedildi.';
|
||||
$lang['provider_saved'] = 'Hizmet sağlayıcı kaydedildi.';
|
||||
$lang['secretary_saved'] = 'Sekreter başarıyla kaydedildi.';
|
||||
$lang['admin_deleted'] = 'Yönetici başarıyla silindi.';
|
||||
$lang['provider_deleted'] = 'Hizmet sağlayıcı başarıyla silindi.';
|
||||
$lang['secretary_deleted'] = 'Sekreter başarıyla silindi.';
|
||||
$lang['service_saved'] = 'Hizmet başarıyla kaydedildi.';
|
||||
$lang['service_category_saved'] = 'Hizmet kategorisi başarıyla kaydedildi.';
|
||||
$lang['service_deleted'] = 'Hizmet başarıyla silindi.';
|
||||
$lang['service_category_deleted'] = 'Hizmet kategorisi başarıyla silindi.';
|
||||
$lang['customer_saved'] = 'Müşteri başarıyla kaydedildi.';
|
||||
$lang['customer_deleted'] = 'Müşteri başarıyla silindi.';
|
||||
$lang['current_view'] = 'Mevcut Görünüm';
|
||||
$lang['working_plan'] = 'Çalışma Planı';
|
||||
$lang['reset_plan'] = 'Planı Sıfırla';
|
||||
$lang['monday'] = 'Pazartesi';
|
||||
$lang['tuesday'] = 'Salı';
|
||||
$lang['wednesday'] = 'Çarşamba';
|
||||
$lang['thursday'] = 'Perşembe';
|
||||
$lang['friday'] = 'Cuma';
|
||||
$lang['saturday'] = 'Cumartesi';
|
||||
$lang['sunday'] = 'Pazar';
|
||||
$lang['breaks'] = 'Aralar';
|
||||
$lang['add_breaks_during_each_day'] = 'Her gün için çalışma aralarını ekleyin. Aralarda hizmet sağlayıcı randevu kabul etmeyecektir.';
|
||||
$lang['day'] = 'Gün';
|
||||
$lang['days'] = 'Days';
|
||||
$lang['actions'] = 'Eylemler';
|
||||
$lang['reset_working_plan_hint'] = 'Çalışma planını varsayılan değerlere sıfırlar.';
|
||||
$lang['company_name'] = 'Şirket Adı';
|
||||
$lang['company_name_hint'] = 'Şirket adı sistemde heryerde gösterilecek (gerekli saha).';
|
||||
$lang['company_email'] = 'Şirket Eposta';
|
||||
$lang['company_email_hint'] = 'Şirket eposta adresini giriniz. Sistemden gönderilen ve cevap verilen epostalar bu adresi kullanacak (gerekli saha).';
|
||||
$lang['company_link'] = 'Şirket Web Adresi';
|
||||
$lang['company_link_hint'] = 'Şirket web sitesi, şirketin resmi web sitesine yönlenmelidir (gerekli saha).';
|
||||
$lang['go_to_booking_page'] = 'Rezervasyon Sayfasına Git';
|
||||
$lang['settings_saved'] = 'Ayarlar başarıyla kaydedildi.';
|
||||
$lang['general'] = 'Genel';
|
||||
$lang['booking'] = 'Booking';
|
||||
$lang['visible'] = 'Gözle görülür';
|
||||
$lang['hidden'] = 'Gizli';
|
||||
$lang['business_logic'] = 'İş Mantığı';
|
||||
$lang['current_user'] = 'Mevcut Kullanıcı';
|
||||
$lang['about_app'] = 'Easy!Appointments Hakkında';
|
||||
$lang['edit_working_plan_hint'] = 'Aağıda şirketinizin kabul edeceği günleri ve saatleri işaretleyin. Çalışma saatleri dışında randevuları ayarlayabilirsiniz, ancak bu saatlere müşterilerin kendileri randevu kaydedemeyecektir. Bu çalışma planı tüm sağlayıcılar için varsayılan değer olup, daha sonra her biri için ayrıca özel plan da girebilir ve araları ekleyebilirsiniz.';
|
||||
$lang['edit_breaks_hint'] = 'Gün içindeki çalışma aralarını ekleyin. Bu aralar tüm yeni hizmet sağlayıcılar için geçerli olacaktır.';
|
||||
$lang['book_advance_timeout'] = 'Erken Randevu Zamanaşımı Değeri';
|
||||
$lang['book_advance_timeout_hint'] = 'Müşterilerin en az ne kadar önceden randevu alması veya randevu düzenlemesi gerektiğini girin (dakika cinsinden).';
|
||||
$lang['timeout_minutes'] = 'Zamanaşımı (Dakika)';
|
||||
$lang['about_app_info'] = 'Easy!Appointments yüksek ölçüde özelleştirilebilen, müşterilerinizin web üzerinden randevu almasını sağlayan bir uygulamadır. Ayrıca, bilgilerinizi Google Takvim ile eşitleyerek diğer uygulamalarla da entegre olmasını sağlar. ';
|
||||
$lang['current_version'] = 'Mevcut Versiyon';
|
||||
$lang['support'] = 'Destek';
|
||||
$lang['about_app_support'] = 'Easy!Appointments kullanımı sırasında sorun yaşamanız halinde resmi Google Group üzerinde arama yapabilirsiniz. Ayrıca geliştirmeye destek olmak için Google Code sayfasında yeni sorun girişi de yapabilirsiniz.';
|
||||
$lang['official_website'] = 'Resmi Web Sitesi';
|
||||
$lang['google_plus_community'] = 'Google+ Çevresi';
|
||||
$lang['support_group'] = 'Destek Grubu';
|
||||
$lang['project_issues'] = 'Proje Sorunları';
|
||||
$lang['license'] = 'Lisans';
|
||||
$lang['about_app_license'] = 'Easy!Appointments GPLv3 kapsamında lisanslıdır. Bu yazılımı herhangi bir biçimde kullanarak aşağıdaki adreste belirtilen koşulları kabul etmiş olursunuz:';
|
||||
$lang['logout_success'] = 'Başarı ile sistemden çıkış yaptınız! Aşağıdaki butonlara tıklayarak diğer sayfalara geçebilirsiniz.';
|
||||
$lang['book_appointment_title'] = 'Randevu Al';
|
||||
$lang['backend_section'] = 'Yönetim Paneli';
|
||||
$lang['you_need_to_login'] = 'Hoşgeldiniz! Yönetim sayfalarına erişebilmek için giriş yapmalısınız.';
|
||||
$lang['enter_username_here'] = 'Kullanıcı adını buraya girin ...';
|
||||
$lang['enter_password_here'] = 'Şifrenizi buraya girin ...';
|
||||
$lang['login'] = 'Giriş';
|
||||
$lang['forgot_your_password'] = 'Şifrenizi mi unuttunuz?';
|
||||
$lang['login_failed'] = 'Giriş başarısız, lütfen doğru bilgiler ile tekrar deneyin.';
|
||||
$lang['type_username_and_email_for_new_password'] = 'Yeni şifrenizi almak için kullanıcı adınızı ve eposta adresinizi girin.';
|
||||
$lang['enter_email_here'] = 'Epostanızı buraya girin ...';
|
||||
$lang['regenerate_password'] = 'Şifre Üret';
|
||||
$lang['go_to_login'] = 'Giriş Sayfasına Geri Dön';
|
||||
$lang['new_password_sent_with_email'] = 'Yeni şifreniz eposta adresinize gönderildi.';
|
||||
$lang['new_account_password'] = 'Yeni Hesap Şifresi';
|
||||
$lang['new_password_is'] = 'Hesabınızın yeni şifresi $password Lütfen ihtiyaç duyduğunuzda tekrar başvurmak için bu epostayı saklayınız. Ayrıca ayarlar sayfasından kendinize yeni bir şifre de belirleyebilirsiniz. ';
|
||||
$lang['delete_record_prompt'] = 'Bu kaydı silmek istediğinizden emin misiniz? Bu işlem geri alınamaz. ';
|
||||
$lang['delete_admin'] = 'Yönetici Sil';
|
||||
$lang['delete_customer'] = 'Müşteri Sil';
|
||||
$lang['delete_service'] = 'Hizmeti Sil';
|
||||
$lang['delete_service_category'] = 'Hizmet Kategorisi Sil';
|
||||
$lang['delete_provider'] = 'Hizmet Sağlayıcı Sil';
|
||||
$lang['delete_secretary'] = 'Sekreter Sil';
|
||||
$lang['delete_appointment'] = 'Randevu Sil ';
|
||||
$lang['delete_unavailability'] = 'Uygun Olmayan Zaman Aralığı Sil';
|
||||
$lang['delete'] = 'Sil';
|
||||
$lang['unexpected_issues'] = 'Beklenmeyen Sorunlar';
|
||||
$lang['unexpected_issues_message'] = 'Bu işlem beklenmeyen sorunlar nedeniyle tamamlanamadı.';
|
||||
$lang['close'] = 'Kapat';
|
||||
$lang['page_not_found'] = 'Sayfa Bulunamadı';
|
||||
$lang['page_not_found_message'] = `Maalesef, talep ettiğiniz sayfa mevcut değil. Lütfen tarayıcı URL'nizi kontrol edin veya aşağıdaki düğmeleri kullanarak başka bir konuma gidin.`;
|
||||
$lang['error'] = 'Hata';
|
||||
$lang['no_privileges'] = 'Yetki Yok';
|
||||
$lang['no_privileges_message'] = 'Bu sayfayı görmek için gereken yetkiye sahip değilsiniz. Lütfen başka bir bölüme geçin.';
|
||||
$lang['backend_calendar'] = 'Arka uç Takvim';
|
||||
$lang['start_date_time'] = 'Başlangıç Tarih / Zaman';
|
||||
$lang['end_date_time'] = 'Bitiş Tarih / Zaman ';
|
||||
$lang['licensed_under'] = 'Lisanslıdır ';
|
||||
$lang['unexpected_issues_occurred'] = 'Beklenmeyen sorunlar oldu.';
|
||||
$lang['service_communication_error'] = 'Sunucu iletişim hatası, lütfen tekrar deneyin.';
|
||||
$lang['no_privileges_edit_appointments'] = 'Randevuları güncellemek için gereken yetkiye sahip değilsiniz.';
|
||||
$lang['unavailability_updated'] = 'Uygun olmayan zaman aralığı başarıyla güncellendi.';
|
||||
$lang['appointments'] = 'Randevular';
|
||||
$lang['unexpected_warnings'] = 'Beklenmeyen Uyarılar';
|
||||
$lang['unexpected_warnings_message'] = 'İşlem tamamlandı ancak bazı uyarılar var.';
|
||||
$lang['filter'] = 'Filtrele';
|
||||
$lang['clear'] = 'Temizle';
|
||||
$lang['uncategorized'] = 'Kategorisiz';
|
||||
$lang['username_already_exists'] = 'Kullanıcı zaten var.';
|
||||
$lang['password_length_notice'] = 'Şifre en az $number karakter uzunluğunda olmalı.';
|
||||
$lang['general_settings'] = 'Genel Ayarlar';
|
||||
$lang['personal_information'] = 'Kişisel Bilgiler';
|
||||
$lang['system_login'] = 'Sistem Girişi';
|
||||
$lang['user_settings_are_invalid'] = 'Kullanıcı ayarları geçerli değil! Lütfen ayarları kontrol edip tekrar deneyin.';
|
||||
$lang['add_break'] = 'Ara Ver';
|
||||
$lang['january'] = 'Ocak';
|
||||
$lang['february'] = 'Şubat';
|
||||
$lang['march'] = 'Mart';
|
||||
$lang['april'] = 'Nisan';
|
||||
$lang['may'] = 'Mayıs';
|
||||
$lang['june'] = 'Haziran';
|
||||
$lang['july'] = 'Temmuz';
|
||||
$lang['august'] = 'Ağustos';
|
||||
$lang['september'] = 'Eylül';
|
||||
$lang['october'] = 'Ekim ';
|
||||
$lang['november'] = 'Kasım';
|
||||
$lang['december'] = 'Aralık';
|
||||
$lang['previous'] = 'Önceki';
|
||||
$lang['next'] = 'Sonraki';
|
||||
$lang['now'] = 'Şimdi';
|
||||
$lang['select_time'] = 'Zamanı Seç';
|
||||
$lang['time'] = 'Zaman';
|
||||
$lang['hour'] = 'Saat';
|
||||
$lang['minute'] = 'Dakika';
|
||||
$lang['calendar_sync_completed'] = 'Google eşitlemesi başarıyla tamamlandı.';
|
||||
$lang['calendar_sync_failed'] = 'Google eşitlemesi başarısız: Sunucu ile bağlantı kurulamadı.';
|
||||
$lang['select_sync_calendar'] = 'Google Takvimini seçin.';
|
||||
$lang['select_sync_calendar_prompt'] = 'Randevularınızı eşitlemek istediğiniz takvimi seçin. Eğer spesifik bir takvim seçmezseniz varsayılan takvim kullanılacaktır.';
|
||||
$lang['sync_calendar_selected'] = 'Google Takvimi başarıyla seçildi.';
|
||||
$lang['oops_something_went_wrong'] = 'Oops! Bir Sorun Oluştu.';
|
||||
$lang['ea_update_success'] = 'Easy!Appointments başarı ile güncellendi.';
|
||||
$lang['require_captcha'] = 'CAPTCHA gereklidir';
|
||||
$lang['require_captcha_hint'] = 'Etkinleştirildiğinde, müşterilerin bir randevu rezervasyonu/güncellemesi yapmadan önce rastgele oluşturulmuş bir CAPTCHA dizesini yazmaları gerekecektir.';
|
||||
$lang['captcha_is_wrong'] = 'CAPTCHA doğrulaması başarısız oldu, lütfen tekrar deneyin.';
|
||||
$lang['any_provider'] = 'Herhangi Bir Sağlayıcı';
|
||||
$lang['requested_hour_is_unavailable'] = 'İstenen randevu maalesef mevcut değil. Lütfen randevunuz için farklı bir saat seçiniz.';
|
||||
$lang['customer_notifications'] = 'Müşteri Bildirimleri';
|
||||
$lang['customer_notifications_hint'] = 'Müşterinin, randevularından birinde program değişikliği olduğunda e-posta bildirimleri alıp almayacağını tanımlar.';
|
||||
$lang['date_format'] = 'Zaman Formatı';
|
||||
$lang['date_format_hint'] = 'Tarih görüntüleme biçimini değiştirin (D - Gün, M - Ay, Y - Yıl).';
|
||||
$lang['time_format'] = 'Zaman Formatı';
|
||||
$lang['time_format_hint'] = 'Saat görüntüleme biçimini değiştirin (H - Saat, M - Dakika).';
|
||||
$lang['first_weekday'] = 'Haftanın ilk günü';
|
||||
$lang['first_weekday_hint'] = 'Haftanın ilk gününü ayarlayınız.';
|
||||
$lang['google_analytics_code_hint'] = `Rezervasyon sayfasına dahil edilmesi için Google Analytics ID'nizi ekleyin.`;
|
||||
$lang['availabilities_type'] = 'Müsaitlik Türü';
|
||||
$lang['flexible'] = 'Esnek';
|
||||
$lang['fixed'] = 'Sabit';
|
||||
$lang['attendants_number'] = 'Refakatçi Sayısı';
|
||||
$lang['reset_working_plan'] = 'Çalışma planını varsayılan ayarlara döndür.';
|
||||
$lang['legal_contents'] = 'Yasal İçerikler';
|
||||
$lang['cookie_notice'] = 'Çerezler';
|
||||
$lang['display_cookie_notice'] = 'Çerezleri Göster';
|
||||
$lang['cookie_notice_content'] = 'Çerezler İçeriği';
|
||||
$lang['terms_and_conditions'] = 'Şartlar & Koşullar';
|
||||
$lang['display_terms_and_conditions'] = 'Şartlar & Koşulları görüntüle';
|
||||
$lang['terms_and_conditions_content'] = 'Şartlar & Koşullar İçeriği';
|
||||
$lang['privacy_policy'] = 'Gizlilik Politikası';
|
||||
$lang['display_privacy_policy'] = 'Gizlilik Politikasını Görüntüle';
|
||||
$lang['privacy_policy_content'] = 'Gizlilik Politikası İçeriği';
|
||||
$lang['website_using_cookies_to_ensure_best_experience'] = 'Bu web sitesi, web sitemizde en iyi deneyimi elde etmenizi sağlamak için çerezler kullanır.';
|
||||
$lang['read_and_agree_to_terms_and_conditions'] = '{$link}Kullanım Şartları{/$link}\'nı okudum ve kabul ediyorum.';
|
||||
$lang['read_and_agree_to_privacy_policy'] = '{$link}Gizlilik Politikası{/$link}\'nı okudum ve kabul ediyorum.';
|
||||
$lang['delete_personal_information_hint'] = 'Tüm randevularınızı ve kişisel bilgilerinizi sistemden kaldırın.';
|
||||
$lang['delete_personal_information'] = 'Kişisel Bilgileri Sil';
|
||||
$lang['delete_personal_information_prompt'] = 'Kişisel bilgilerinizi silmek istediğinizden emin misiniz? Bu işlem geri alınamaz.';
|
||||
$lang['location'] = 'Konum';
|
||||
$lang['working_plan_exception'] = 'Çalışma Planı İstisnası';
|
||||
$lang['working_plan_exceptions'] = 'Çalışma Planı İstisnaları';
|
||||
$lang['working_plan_exceptions_hint'] = 'Add a working plan exception day, outside the working plan.';
|
||||
$lang['new_working_plan_exception_title'] = 'Yeni Çalışma Planı İstisnası';
|
||||
$lang['working_plan_exception_saved'] = 'Çalışma planı istisnası başarıyla kaydedildi.';
|
||||
$lang['working_plan_exception_deleted'] = 'Çalışma planı istisnası başarıyla silindi.';
|
||||
$lang['add_working_plan_exceptions_during_each_day'] = 'Add working plan exceptions, outside the working plan.';
|
||||
$lang['add_working_plan_exception'] = 'İstisna ekle';
|
||||
$lang['require_phone_number'] = 'Telefon num. gerekli';
|
||||
$lang['require_phone_number_hint'] = 'Etkinleştirildiğinde, müşterilerin ve kullanıcıların randevu alırken müşterinin telefon numarasını girmeleri gerekir.';
|
||||
$lang['check_spam_folder'] = 'E-posta birkaç dakika içinde gelmezse lütfen spam klasörünüzü kontrol edin.';
|
||||
$lang['api_token_hint'] = 'Easy!Appointments Api sinin belirteç tabanlı kimlik doğrulamasını etkinleştirmek için gizli bir belirteç ayarlayın.';
|
||||
$lang['timezone'] = 'Saat Dilimi';
|
||||
$lang['overwrite_existing_working_plans'] = 'Bu mevcut sağlayıcı çalışma planlarını üstlenecek, devam etmek istediğinizden emin misiniz?';
|
||||
$lang['working_plans_got_updated'] = 'Tüm çalışma planları güncellendi.';
|
||||
$lang['apply_to_all_providers'] = 'Tüm H.Sağlayıcılara Uygula';
|
||||
$lang['display_any_provider'] = 'Herhangi Bir Sağlayıcı Seçeneğini Görüntüle';
|
||||
$lang['display_any_provider_hint'] = 'Rezervasyon sayfası, müşterilerin bir sağlayıcı belirtmeden rezervasyon yapmasına olanak tanıyan ek bir seçenek alacaktır.';
|
||||
$lang['load_more'] = 'Daha fazla';
|
||||
$lang['list'] = 'Liste';
|
||||
$lang['default'] = 'Varsayılan';
|
||||
$lang['table'] = 'Tablo';
|
||||
$lang['date'] = 'Tarih';
|
||||
$lang['about'] = 'Hakkında';
|
||||
$lang['booking_settings'] = 'Rezervasyon Ayarları';
|
||||
$lang['display'] = 'Görüntüle';
|
||||
$lang['require'] = 'Gerekli';
|
||||
$lang['color'] = 'Renk';
|
||||
$lang['matomo_analytics_url_hint'] = 'Matomo izlemeyi etkinleştirmek için kendi Matomo yüklemenizin URL’sini ekleyin.';
|
||||
$lang['invalid_phone'] = 'Geçersiz telefon numarası.';
|
||||
$lang['legal'] = 'Yasal';
|
||||
$lang['business'] = 'İş';
|
||||
$lang['account'] = 'Hesap';
|
||||
$lang['disable_booking'] = 'Rezervasyonu Devre Dışı Bırak';
|
||||
$lang['disable_booking_hint'] = 'Bu ayar aktif olduğunda rezervasyon sayfası devre dışı bırakılacak ve müşteriler yeni randevular oluşturamayacaktır.';
|
||||
$lang['display_message'] = 'Mesajı Göster';
|
||||
$lang['booking_is_disabled'] = 'Rezervasyon Devre Dışı!';
|
||||
$lang['appearance'] = 'Görünüm';
|
||||
$lang['company_logo'] = 'Şirket Logosu';
|
||||
$lang['company_logo_hint'] = 'Şirket logosu, uygulamanın birçok yerinde, rezervasyon sayfasında ve bildirim e-postalarında görüntülenecektir (resim dosyası, max 2MB).';
|
||||
$lang['company_color'] = 'Şirket Rengi';
|
||||
$lang['company_color_hint'] = 'Şirket rengi, uygulamanın genelinde kullanılacak ve uygulama markanızı yansıtacaktır.';
|
||||
$lang['localization'] = 'Yerelleştirme';
|
||||
$lang['integrations'] = 'Entegrasyonlar';
|
||||
$lang['company'] = 'Şirket';
|
||||
$lang['remove'] = 'Kaldır';
|
||||
$lang['login_button'] = 'Giriş Butonu';
|
||||
$lang['display_login_button_hint'] = 'Giriş butonunun rezervasyon sayfasında görüntülenip görüntülenmeyeceğini tanımlar.';
|
||||
$lang['private'] = 'Özel';
|
||||
$lang['private_hint'] = 'Özel kayıtlar, rezervasyon sayfası gibi halka açık sayfalarda görüntülenmeyecek veya işleme alınmayacaktır.';
|
||||
$lang['reset'] = 'Sıfırla';
|
||||
$lang['all'] = 'Tümü';
|
||||
$lang['booking_link'] = 'Rezervasyon Bağlantısı';
|
||||
$lang['add_new_event'] = 'Yeni Etkinlik Ekle';
|
||||
$lang['what_kind_of_event'] = 'Hangi tür etkinlik eklemek istersiniz?';
|
||||
$lang['theme'] = 'Tema';
|
||||
$lang['limit_customer_access'] = 'Müşteri Erişimini Sınırla';
|
||||
$lang['limit_customer_access_hint'] = 'Etkinleştirilirse, sağlayıcılar ve sekreterler sadece randevu aldıkları müşterilere erişebilecektir.';
|
||||
$lang['url'] = 'URL';
|
||||
$lang['secret_token'] = 'Gizli Jeton';
|
||||
$lang['verify_ssl'] = 'SSL’yi Doğrula';
|
||||
$lang['appointment_save'] = 'Randevu Kaydet';
|
||||
$lang['appointment_delete'] = 'Randevu Sil';
|
||||
$lang['unavailability_save'] = 'Uygun Olmama Kaydet';
|
||||
$lang['unavailability_delete'] = 'Uygun Olmama Sil';
|
||||
$lang['customer_save'] = 'Müşteri Kaydet';
|
||||
$lang['customer_delete'] = 'Müşteri Sil';
|
||||
$lang['service_save'] = 'Hizmet Kaydet';
|
||||
$lang['service_delete'] = 'Hizmet Sil';
|
||||
$lang['service_category_save'] = 'Kategori Kaydet';
|
||||
$lang['service_category_delete'] = 'Kategori Sil';
|
||||
$lang['provider_save'] = 'Sağlayıcı Kaydet';
|
||||
$lang['provider_delete'] = 'Sağlayıcı Sil';
|
||||
$lang['secretary_save'] = 'Sekreter Kaydet';
|
||||
$lang['secretary_delete'] = 'Sekreter Sil';
|
||||
$lang['admin_save'] = 'Yönetici Kaydet';
|
||||
$lang['admin_delete'] = 'Yönetici Sil';
|
||||
$lang['options'] = 'Seçenekler';
|
||||
$lang['webhooks'] = 'Webhooks';
|
||||
$lang['webhooks_info'] = 'Webhooks, çeşitli uygulama olaylarına yanıt olarak dış web uygulamalarına HTTP bildirimleri göndermenizi sağlar, örneğin bir randevu oluşturulması veya bir müşterinin kaldırılması gibi.';
|
||||
$lang['integrations_info'] = 'Entegrasyonlar, üçüncü taraf uygulamalar ve API’lerle bağlantılar kurmanıza olanak tanır.';
|
||||
$lang['configure'] = 'Yapılandır';
|
||||
$lang['google_analytics'] = 'Google Analytics';
|
||||
$lang['google_analytics_info'] = 'Google Analytics, izleme kodunu ve HTML işaretlemesini otomatik olarak eklemenizi ve tüm halka açık rezervasyon oturumlarını takip etmenizi sağlar.';
|
||||
$lang['matomo_analytics'] = 'Matomo Analytics';
|
||||
$lang['matomo_analytics_info'] = 'Matomo Analytics, izleme kodunu ve HTML işaretlemesini otomatik olarak eklemenizi ve tüm halka açık rezervasyon oturumlarını takip etmenizi sağlar.';
|
||||
$lang['api'] = 'API';
|
||||
$lang['api_info'] = 'API’ler, HTTP protokolü ve mevcut API uç noktaları aracılığıyla tüm Easy!Appointments verileriyle etkileşime geçmenizi sağlar ve kendi entegrasyonlarınızı oluşturmanıza olanak tanır.';
|
||||
$lang['google_analytics_code'] = 'Google Analytics Kodu';
|
||||
$lang['matomo_analytics_url'] = 'Matomo Analytics URL’si';
|
||||
$lang['future_booking_limit'] = 'Gelecek Rezervasyon Limiti';
|
||||
$lang['limit_days'] = 'Sınır (Günler)';
|
||||
$lang['future_booking_limit_hint'] = 'Müşterilerin genel rezervasyon sayfası aracılığıyla randevu oluşturabileceği gelecekteki gün sınırını belirleyin.';
|
||||
$lang['api_token'] = 'API Jetonu';
|
||||
$lang['allow_rescheduling_cancellation_before'] = 'Yeniden Planlama / İptal İçin İzin Ver';
|
||||
$lang['at_least_one_field'] = 'Rezervasyon sayfasında en az bir alan görüntülenmelidir.';
|
||||
$lang['status'] = 'Durum';
|
||||
$lang['appointment_status_options'] = 'Randevu Durum Seçenekleri';
|
||||
$lang['appointment_status_options_info'] = 'Takvim sayfasında kullanılabilecek randevu durum seçeneklerinin bir listesini tanımlayın (ilk seçenek otomatik olarak varsayılan değer olarak ayarlanacaktır).';
|
||||
$lang['sunday_short'] = 'Pz';
|
||||
$lang['monday_short'] = 'Pzt';
|
||||
$lang['tuesday_short'] = 'Sal';
|
||||
$lang['wednesday_short'] = 'Çrş';
|
||||
$lang['thursday_short'] = 'Per';
|
||||
$lang['friday_short'] = 'Cmt';
|
||||
$lang['saturday_short'] = 'Paz';
|
||||
$lang['january_short'] = 'Oca';
|
||||
$lang['february_short'] = 'Şub';
|
||||
$lang['march_short'] = 'Mar';
|
||||
$lang['april_short'] = 'Nis';
|
||||
$lang['may_short'] = 'May';
|
||||
$lang['june_short'] = 'Haz';
|
||||
$lang['july_short'] = 'Tem';
|
||||
$lang['august_short'] = 'Ağu';
|
||||
$lang['september_short'] = 'Eyl';
|
||||
$lang['october_short'] = 'Eki';
|
||||
$lang['november_short'] = 'Kas';
|
||||
$lang['december_short'] = 'Ara';
|
||||
$lang['am'] = 'ö';
|
||||
$lang['pm'] = 'ss';
|
||||
$lang['to'] = '–';
|
||||
$lang['click_to_toggle'] = 'Değiştirmek İçin Tıklayın';
|
||||
$lang['week_short'] = 'Hf';
|
||||
$lang['scroll_to_increment'] = 'Artırmak İçin Kaydır';
|
||||
$lang['year'] = 'Yıl';
|
||||
$lang['make_non_working_day'] = 'Bu sağlayıcı, seçilen günlerde çalışmayacak.';
|
||||
$lang['no_breaks'] = 'Ara Yok';
|
||||
$lang['service_categories'] = 'Hizmet Kategorileri';
|
||||
$lang['service_category'] = 'Hizmet Kategorisi';
|
||||
$lang['blocked_period_saved'] = 'Engellenmiş dönem başarıyla kaydedildi.';
|
||||
$lang['blocked_period_deleted'] = 'Engellenmiş dönem başarıyla silindi.';
|
||||
$lang['delete_blocked_period'] = 'Engellenmiş Dönemi Sil';
|
||||
$lang['blocked_period'] = 'Engellenmiş Dönem';
|
||||
$lang['blocked_periods'] = 'Engellenmiş Dönemler';
|
||||
$lang['blocked_period_save'] = 'Engellenmiş Dönem Kaydet';
|
||||
$lang['blocked_period_delete'] = 'Engellenmiş Dönem Sil';
|
||||
$lang['blocked_periods_hint'] = 'Tüm sağlayıcılar için genel rezervasyonların devre dışı bırakılacağı zaman dilimlerini tanımlayın (örneğin, kapalı tarihler, tatiller vb.).';
|
||||
$lang['custom_field'] = 'Özel Alan';
|
||||
$lang['custom_fields'] = 'Özel Alanlar';
|
||||
$lang['label'] = 'Etiket';
|
||||
$lang['webhook_saved'] = 'Webhook başarıyla kaydedildi.';
|
||||
$lang['webhook_deleted'] = 'Webhook başarıyla silindi.';
|
||||
$lang['delete_webhook'] = 'Webhook Sil';
|
||||
$lang['contact_info'] = 'İletişim Bilgileri';
|
||||
$lang['hide_from_public'] = 'Halka Açık Olmaktan Gizle';
|
||||
$lang['matomo_analytics_site_id'] = 'Matomo Analytics Site ID';
|
||||
$lang['matomo_analytics_site_id_hint'] = 'Matomo tarafından izlenecek site ID’sini ayarlayın (varsayılan site ID "1"’dir).';
|
||||
$lang['default_timezone'] = 'Varsayılan Saat Dilimi';
|
||||
$lang['default_timezone_hint'] = 'Yeni kayıtlar için kullanılacak varsayılan saat dilimi değerini ayarlayın.';
|
||||
$lang['default_language'] = 'Varsayılan Dil';
|
||||
$lang['default_language_hint'] = 'Yeni kayıtlar için kullanılacak varsayılan dil değerini ayarlayın.';
|
||||
$lang['sync_method_prompt'] = 'Hangi senkronizasyon yöntemini kullanmak istersiniz?';
|
||||
$lang['caldav_server'] = 'CalDAV Sunucusu';
|
||||
$lang['caldav_connection_info_prompt'] = 'Hedef CalDAV Takvimi için bağlantı bilgilerini girin.';
|
||||
$lang['connect'] = 'Bağlan';
|
||||
$lang['ldap'] = 'LDAP';
|
||||
$lang['ldap_info'] = 'Bu entegrasyon, mevcut bir LDAP sunucusuna bağlanmanızı ve kullanıcıları Easy!Appointments’a otomatik olarak aktarmanızı sağlar ve onları dizin parolalarıyla SSO yapmalarına izin verir (kullanıcı adı eşleşmelidir).';
|
||||
$lang['host'] = 'Ana Bilgisayar';
|
||||
$lang['port'] = 'Port';
|
||||
$lang['user_dn'] = 'Kullanıcı DN';
|
||||
$lang['base_dn'] = 'Temel DN';
|
||||
$lang['keyword'] = 'Anahtar Kelime';
|
||||
$lang['ldap_search_hint'] = 'LDAP dizininde, filtre kriterlerine uyan kullanıcıları aramak için bir anahtar kelime sağlayın.';
|
||||
$lang['ldap_extension_not_loaded'] = 'LDAP PHP uzantısı yüklenmemiş, ancak bu entegrasyonun çalışması için gereklidir.';
|
||||
$lang['field_mapping'] = 'Alan Eşleme';
|
||||
$lang['content'] = 'İçerik';
|
||||
$lang['active'] = 'Aktif';
|
||||
$lang['user_imported'] = 'Kullanıcı kaydı başarıyla içe aktarıldı.';
|
||||
$lang['import'] = 'İçe Aktar';
|
||||
$lang['ldap_dn'] = 'LDAP DN';
|
||||
$lang['role'] = 'Rol';
|
||||
$lang['at_least_one_field_required'] = 'Rezervasyon sayfasında en az bir alan zorunlu olarak ayarlanmalıdır.';
|
||||
$lang['customer_is_already_booked'] = 'Bu müşteri, talep edilen rezervasyon döneminde zaten bir randevuya sahip.';
|
||||
$lang['fields'] = 'Alanlar';
|
||||
$lang['invalid_credentials_provided'] = 'Geçersiz kimlik bilgileri sağlandı, lütfen tekrar deneyin.';
|
||||
$lang['calendar_url'] = 'Takvim URL';
|
||||
$lang['please_select'] = 'Lütfen Seçin';
|
||||
$lang['secret_header'] = 'Secret Header';
|
||||
// End
|
||||
58
application/language/turkish/unit_test_lang.php
Normal file
58
application/language/turkish/unit_test_lang.php
Normal file
@@ -0,0 +1,58 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['ut_test_name'] = 'Test Name';
|
||||
$lang['ut_test_datatype'] = 'Test Datatype';
|
||||
$lang['ut_res_datatype'] = 'Expected Datatype';
|
||||
$lang['ut_result'] = 'Result';
|
||||
$lang['ut_undefined'] = 'Undefined Test Name';
|
||||
$lang['ut_file'] = 'File Name';
|
||||
$lang['ut_line'] = 'Line Number';
|
||||
$lang['ut_passed'] = 'Passed';
|
||||
$lang['ut_failed'] = 'Failed';
|
||||
$lang['ut_boolean'] = 'Boolean';
|
||||
$lang['ut_integer'] = 'Integer';
|
||||
$lang['ut_float'] = 'Float';
|
||||
$lang['ut_double'] = 'Float'; // can be the same as float
|
||||
$lang['ut_string'] = 'String';
|
||||
$lang['ut_array'] = 'Array';
|
||||
$lang['ut_object'] = 'Object';
|
||||
$lang['ut_resource'] = 'Resource';
|
||||
$lang['ut_null'] = 'Null';
|
||||
$lang['ut_notes'] = 'Notes';
|
||||
55
application/language/turkish/upload_lang.php
Normal file
55
application/language/turkish/upload_lang.php
Normal file
@@ -0,0 +1,55 @@
|
||||
<?php
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
* An open source application development framework for PHP
|
||||
*
|
||||
* This content is released under the MIT License (MIT)
|
||||
*
|
||||
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*
|
||||
* @package CodeIgniter
|
||||
* @author EllisLab Dev Team
|
||||
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
|
||||
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
|
||||
* @license https://opensource.org/licenses/MIT MIT License
|
||||
* @link https://codeigniter.com
|
||||
* @since Version 1.0.0
|
||||
* @filesource
|
||||
*/
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
$lang['upload_userfile_not_set'] = 'Unable to find a post variable called userfile.';
|
||||
$lang['upload_file_exceeds_limit'] = 'The uploaded file exceeds the maximum allowed size in your PHP configuration file.';
|
||||
$lang['upload_file_exceeds_form_limit'] = 'The uploaded file exceeds the maximum size allowed by the submission form.';
|
||||
$lang['upload_file_partial'] = 'The file was only partially uploaded.';
|
||||
$lang['upload_no_temp_directory'] = 'The temporary folder is missing.';
|
||||
$lang['upload_unable_to_write_file'] = 'The file could not be written to disk.';
|
||||
$lang['upload_stopped_by_extension'] = 'The file upload was stopped by extension.';
|
||||
$lang['upload_no_file_selected'] = 'You did not select a file to upload.';
|
||||
$lang['upload_invalid_filetype'] = 'The filetype you are attempting to upload is not allowed.';
|
||||
$lang['upload_invalid_filesize'] = 'The file you are attempting to upload is larger than the permitted size.';
|
||||
$lang['upload_invalid_dimensions'] = 'The image you are attempting to upload doesn\'t fit into the allowed dimensions.';
|
||||
$lang['upload_destination_error'] = 'A problem was encountered while attempting to move the uploaded file to the final destination.';
|
||||
$lang['upload_no_filepath'] = 'The upload path does not appear to be valid.';
|
||||
$lang['upload_no_file_types'] = 'You have not specified any allowed file types.';
|
||||
$lang['upload_bad_filename'] = 'The file name you submitted already exists on the server.';
|
||||
$lang['upload_not_writable'] = 'The upload destination folder does not appear to be writable.';
|
||||
Reference in New Issue
Block a user