diff --git a/application/language/en/common_lang.php b/application/language/en/common_lang.php index 3affb78cf..af9ad4069 100644 --- a/application/language/en/common_lang.php +++ b/application/language/en/common_lang.php @@ -7,6 +7,7 @@ $lang["common_comments"] = "Comments"; $lang["common_common"] = "common"; $lang["common_confirm_search"] = "You have selected one or more rows, these will no longer be selected after your search. Are you sure you want to submit this search?"; $lang["common_country"] = "Country"; +$lang["common_date"] = "Date"; $lang["common_delete"] = "Delete"; $lang["common_det"] = "details"; $lang["common_edit"] = "edit"; @@ -15,9 +16,14 @@ $lang["common_email_invalid_format"] = "The e-mail address is not in the proper $lang["common_fields_required_message"] = "Fields in red are required"; $lang["common_first_name"] = "First Name"; $lang["common_first_name_required"] = "The first name is a required field."; +$lang["common_first_page"] = "First"; +$lang["common_gender"] = "Gender"; +$lang["common_gender_female"] = "F"; +$lang["common_gender_male"] = "M"; $lang["common_inv"] = "inv"; $lang["common_last_name"] = "Last Name"; $lang["common_last_name_required"] = "The last name is a required field"; +$lang["common_last_page"] = "Last"; $lang["common_learn_about_project"] = "to learn the lastest information about the project"; $lang["common_list_of"] = "List of"; $lang["common_logout"] = "Logout"; @@ -31,6 +37,7 @@ $lang["common_price"] = "Price"; $lang["common_remove"] = "Remove"; $lang["common_return_policy"] = "Return Policy"; $lang["common_search"] = "Search"; +$lang["common_search_options"] = "Search options"; $lang["common_searched_for"] = "Searched for"; $lang["common_state"] = "State"; $lang["common_submit"] = "Submit"; @@ -40,10 +47,3 @@ $lang["common_welcome"] = "Welcome"; $lang["common_welcome_message"] = "Welcome to Open Source Point Of Sale, click a module below to get started!"; $lang["common_you_are_using_ospos"] = "You are using Open Source Point Of Sale Version"; $lang["common_zip"] = "Zip"; -$lang["common_gender"] = "Gender"; -$lang["common_gender_male"] = "M"; -$lang["common_gender_female"] = "F"; -$lang["common_date"] = "Date"; -$lang["common_search_options"] = "Search options"; -$lang["common_first_page"] = "First"; -$lang["common_last_page"] = "Last"; diff --git a/application/language/en/config_lang.php b/application/language/en/config_lang.php index f7e944a80..3f1f1dba4 100644 --- a/application/language/en/config_lang.php +++ b/application/language/en/config_lang.php @@ -2,11 +2,14 @@ $lang["config_address"] = "Company Address"; $lang["config_address_required"] = "Company address is a required field"; +$lang["config_backup_button"] = "Backup"; +$lang["config_backup_database"] = "Backup Database"; $lang["config_barcode_company"] = "Company Name"; +$lang["config_barcode_configuration"] = "Barcode Configuration"; $lang["config_barcode_content"] = "Barcode Content"; -$lang["config_barcode_width"] = "Width (px)"; $lang["config_barcode_first_row"] = "Row 1"; $lang["config_barcode_font"] = "Font"; +$lang["config_barcode_height"] = "Height (px)"; $lang["config_barcode_id"] = "Item Id/Name"; $lang["config_barcode_info"] = "Barcode Configuration Information"; $lang["config_barcode_layout"] = "Barcode Layout"; @@ -16,12 +19,13 @@ $lang["config_barcode_number_in_row"] = "Number in row"; $lang["config_barcode_page_cellspacing"] = "Display page cellspacing"; $lang["config_barcode_page_width"] = "Display page width"; $lang["config_barcode_price"] = "Price"; -$lang["config_barcode_height"] = "Height (px)"; -$lang["config_barcode_second_row"] = "Row 2"; $lang["config_barcode_quality"] = "Quality (1-100)"; +$lang["config_barcode_second_row"] = "Row 2"; $lang["config_barcode_third_row"] = "Row 3"; $lang["config_barcode_type"] = "Barcode Type"; +$lang["config_barcode_width"] = "Width (px)"; $lang["config_company"] = "Company Name"; +$lang["config_company_logo"] = "Company Logo"; $lang["config_company_required"] = "Company name is a required field"; $lang["config_company_website_url"] = "Company website is not a valid URL (http://...)"; $lang["config_currency_side"] = "Right side"; @@ -36,20 +40,24 @@ $lang["config_custom6"] = "Custom Field 6"; $lang["config_custom7"] = "Custom Field 7"; $lang["config_custom8"] = "Custom Field 8"; $lang["config_custom9"] = "Custom Field 9"; -$lang["config_default_barcode_width_number"] = "The default barcode width must be a number"; -$lang["config_default_barcode_width_required"] = "The default barcode width is a required field"; +$lang["config_decimal_point"] = "Decimal Point"; $lang["config_default_barcode_font_size_number"] = "The default barcode font size must be a number"; $lang["config_default_barcode_font_size_required"] = "The default barcode font size is a required field"; +$lang["config_default_barcode_height_number"] = "The default barcode height must be a number"; +$lang["config_default_barcode_height_required"] = "The default barcode height is a required field"; $lang["config_default_barcode_num_in_row_number"] = "The default barcode num in row must be a number"; $lang["config_default_barcode_num_in_row_required"] = "The default barcode num in row is a required field"; $lang["config_default_barcode_page_cellspacing_number"] = "The default barcode page cellspacing must be a number"; $lang["config_default_barcode_page_cellspacing_required"] = "The default barcode page cellspacing is a required field"; $lang["config_default_barcode_page_width_number"] = "The default barcode page width must be a number"; $lang["config_default_barcode_page_width_required"] = "The default barcode page width is a required field"; -$lang["config_default_barcode_height_number"] = "The default barcode height must be a number"; -$lang["config_default_barcode_height_required"] = "The default barcode height is a required field"; $lang["config_default_barcode_quality_number"] = "The default barcode quality must be a number"; $lang["config_default_barcode_quality_required"] = "The default barcode quality is a required field"; +$lang["config_default_barcode_width_number"] = "The default barcode width must be a number"; +$lang["config_default_barcode_width_required"] = "The default barcode width is a required field"; +$lang["config_default_sales_discount"] = "Default Sales Discount %"; +$lang["config_default_sales_discount_number"] = "The default sales discount must be a number"; +$lang["config_default_sales_discount_required"] = "The default sales discount is a required field"; $lang["config_default_tax_rate"] = "Default Tax Rate %"; $lang["config_default_tax_rate_1"] = "Tax 1 Rate"; $lang["config_default_tax_rate_2"] = "Tax 2 Rate"; @@ -58,9 +66,41 @@ $lang["config_default_tax_rate_required"] = "The default tax rate is a required $lang["config_fax"] = "Fax"; $lang["config_general_configuration"] = "General Configuration"; $lang["config_info"] = "Store Configuration Information"; +$lang["config_invoice_default_comments"] = "Default Invoice Comments"; +$lang["config_invoice_email_message"] = "Invoice Email Template"; +$lang["config_invoice_printer"] = "Invoice Printer"; +$lang["config_jsprintsetup_required"] = "Warning! This disabled functionality will only work if you have the FireFox jsPrintSetup addon installed. Save anyway?"; $lang["config_language"] = "Language"; +$lang["config_lines_per_page"] = "Lines Per Page"; +$lang["config_lines_per_page_number"] = ""; +$lang["config_lines_per_page_required"] = "The lines per page is a required field"; +$lang["config_location_configuration"] = "Stock Locations"; +$lang["config_location_info"] = "Location Configuration Information"; +$lang["config_logout"] = "Don't you want to make a backup before logging out? Click [OK] to backup, [Cancel] to logout"; +$lang["config_number_format"] = "Number Format"; $lang["config_phone"] = "Company Phone"; $lang["config_phone_required"] = "Company phone is a required field"; +$lang["config_print_after_sale"] = ""; +$lang["config_print_bottom_margin"] = "Margin Bottom"; +$lang["config_print_bottom_margin_number"] = "The default bottom margin must be a number"; +$lang["config_print_bottom_margin_required"] = "The default bottom margin is a required field"; +$lang["config_print_footer"] = "Print Browser Footer"; +$lang["config_print_header"] = "Print Browser Header"; +$lang["config_print_left_margin"] = "Margin Left"; +$lang["config_print_left_margin_number"] = "The default left margin must be a number"; +$lang["config_print_left_margin_required"] = "The default left margin is a required field"; +$lang["config_print_right_margin"] = "Margin Right"; +$lang["config_print_right_margin_number"] = "The default right margin must be a number"; +$lang["config_print_right_margin_required"] = "The default right margin is a required field"; +$lang["config_print_silently"] = "Show Print Dialog"; +$lang["config_print_top_margin"] = "Margin Top"; +$lang["config_print_top_margin_number"] = "The default top margin must be a number"; +$lang["config_print_top_margin_required"] = "The default top margin is a required field"; +$lang["config_receipt_configuration"] = "Print Settings"; +$lang["config_receipt_info"] = "Receipt Configuration Information"; +$lang["config_receipt_printer"] = "Ticket Printer"; +$lang["config_receipt_show_taxes"] = "Show Taxes"; +$lang["config_receiving_calculate_average_price"] = "Calc avg. Price (Receiving)"; $lang["config_recv_invoice_format"] = "Receivings Invoice Format"; $lang["config_return_policy_required"] = "Return policy is a required field"; $lang["config_sales_invoice_format"] = "Sales Invoice Format"; @@ -68,55 +108,10 @@ $lang["config_saved_successfully"] = "Configuration saved successfully"; $lang["config_saved_unsuccessfully"] = "Configuration saved unsuccessfully"; $lang["config_stock_location"] = "Stock location"; $lang["config_stock_location_duplicate"] = "Please use an unique location name"; +$lang["config_stock_location_invalid_chars"] = "The stock location name can not contain '_'"; $lang["config_stock_location_required"] = "Stock location number is a required field"; $lang["config_tax_included"] = "Tax Included"; -$lang["config_timezone"] = "Timezone"; -$lang["config_website"] = "Website"; -$lang["config_barcode_configuration"] = "Barcode Configuration"; -$lang["config_barcode_number"] = "UPC/EAN/ISBN"; -$lang["config_barcode_id"] = "Item Id"; -$lang["config_barcode_content"] = "Barcode Content"; -$lang["config_barcode_name"] = "Name"; -$lang["config_barcode_price"] = "Price"; -$lang["config_barcode_company"] = "Company Name"; -$lang["config_location_configuration"] = "Stock Locations"; -$lang["config_location_info"] = "Location Configuration Information"; -$lang["config_logout"] = "Don't you want to make a backup before logging out? Click [OK] to backup, [Cancel] to logout"; -$lang["config_backup_database"] = "Backup Database"; -$lang["config_receiving_calculate_average_price"] = "Calc avg. Price (Receiving)"; -$lang["config_number_format"] = "Number Format"; $lang["config_thousands_separator"] = "Thousands Separator"; -$lang["config_decimal_point"] = "Decimal Point"; -$lang["config_backup_button"] = "Backup"; -$lang["config_stock_location_invalid_chars"] = "The stock location name can not contain '_'"; -$lang["config_company_logo"] = "Company Logo"; -$lang["config_invoice_printer"] = "Invoice Printer"; -$lang["config_receipt_printer"] = "Ticket Printer"; -$lang["config_receipt_show_taxes"] = "Show Taxes"; -$lang["config_receipt_info"] = "Receipt Configuration Information"; -$lang["config_receipt_configuration"] = "Print Settings"; -$lang["config_print_footer"] = "Print Browser Footer"; -$lang["config_print_header"] = "Print Browser Header"; -$lang["config_print_silently"] = "Show Print Dialog"; -$lang["config_print_top_margin"] = "Margin Top"; -$lang["config_print_left_margin"] = "Margin Left"; -$lang["config_print_bottom_margin"] = "Margin Bottom"; -$lang["config_print_right_margin"] = "Margin Right"; -$lang["config_print_top_margin_required"] = "The default top margin is a required field"; -$lang["config_print_top_margin_number"] = "The default top margin must be a number"; -$lang["config_print_left_margin_required"] = "The default left margin is a required field"; -$lang["config_print_left_margin_number"] = "The default left margin must be a number"; -$lang["config_print_bottom_margin_required"] = "The default bottom margin is a required field"; -$lang["config_print_bottom_margin_number"] = "The default bottom margin must be a number"; -$lang["config_print_right_margin_required"] = "The default right margin is a required field"; -$lang["config_print_right_margin_number"] = "The default right margin must be a number"; -$lang["config_jsprintsetup_required"] = "Warning! This disabled functionality will only work if you have the FireFox jsPrintSetup addon installed. Save anyway?"; +$lang["config_timezone"] = "Timezone"; $lang["config_use_invoice_template"] = "Use invoice template"; -$lang["config_invoice_email_message"] = "Invoice Email Template"; -$lang["config_invoice_default_comments"] = "Default Invoice Comments"; -$lang["config_lines_per_page"] = "Lines Per Page"; -$lang["config_lines_per_page_required"] = "The lines per page is a required field"; -$lang["config_lines_per_page_number"] = ""; -$lang["config_default_sales_discount"] = "Default Sales Discount %"; -$lang["config_default_sales_discount_required"] = "The default sales discount is a required field"; -$lang["config_default_sales_discount_number"] = "The default sales discount must be a number"; +$lang["config_website"] = "Website"; diff --git a/application/language/en/customers_lang.php b/application/language/en/customers_lang.php index e6c55d4e3..9dcaff553 100644 --- a/application/language/en/customers_lang.php +++ b/application/language/en/customers_lang.php @@ -1,6 +1,7 @@ Open Source Point Of Sale <?php echo $this->lang->line('login_login'); ?> + + + -

Open Source Point Of Sale config->item('application_version'); ?>

+ +
/images/logo.gif> + +
+ +
+ +
-
- lang->line('login_login'); ?> -
+
-
- lang->line('login_welcome_message'); ?> -
+
lang->line('login_username'); ?>:
@@ -45,8 +51,11 @@ $(document).ready(function()
+ +
+
- +

Open Source Point Of Sale config->item('application_version'); ?>

diff --git a/css/login.css b/css/login.css index 30809f1cf..f81e49db2 100644 --- a/css/login.css +++ b/css/login.css @@ -1,84 +1,87 @@ -body -{ - text-align:center; -} -#container -{ - position:relative; - margin-left:auto; - margin-right:auto; - margin-top:20px; - width:360px; +@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700); +*{margin:0;padding:0;} + +body{ + background:#567; + font-family:'Open Sans',sans-serif; } -#top -{ - position:relative; - width:100%; - height:20px; - padding:2px; - background-color:#005B7F; - text-align:center; - font-family:Verdana; - color:white; - font-size:12pt; +.button{ + width:100px; + background:#3399cc; + display:block; + margin:0 auto; + margin-top:1%; + padding:10px; + text-align:center; + text-decoration:none; + color:#fff; + cursor:pointer; + transition:background .3s; + -webkit-transition:background .3s; } -#login_form -{ - position:relative; - width:100%; - height:230px; - padding:2px; - font-family:Verdana; - color:white; - font-size:10pt; - background-color:#A7A7A7; +.button:hover{ + background:#2288bb; } -#welcome_message -{ - text-align:center; - margin-top:10px; - margin-bottom:20px; +#login{ + width:400px; + margin:0 auto; + margin-top:8px; + margin-bottom:2%; + transition:opacity 1s; + -webkit-transition:opacity 1s; } -.error -{ - margin:0 auto; - border:3px solid #d3153b; - background-color:#fbe6f2; - padding:5px; - width:80%; - text-align:center; - font-size:18px; - margin-bottom:20px; - +#triangle{ + width:0; + border-top:12x solid transparent; + border-right:12px solid transparent; + border-bottom:12px solid #3399cc; + border-left:12px solid transparent; + margin:0 auto; } -.form_field_label -{ - float:left; - margin-left:20px; - width:30%; +#login h1{ + background:#3399cc; + padding:20px 0; + font-size:140%; + font-weight:300; + text-align:center; + color:#fff; } -.form_field -{ - float:left; - width:30%; +form{ + background:#f0f0f0; + padding:6% 4%; } -#submit_button -{ - position:absolute; - bottom:60px; - right:60px; +input[type="text"],input[type="password"]{ + width:92%; + background:#fff; + margin-bottom:4%; + border:1px solid #ccc; + padding:4%; + font-family:'Open Sans',sans-serif; + font-size:95%; + color:#555; } -input -{ - font-family:Arial; +input[type="submit"]{ + width:100%; + background:#3399cc; + border:0; + padding:4%; + font-family:'Open Sans',sans-serif; + font-size:100%; + color:#fff; + cursor:pointer; + transition:background .3s; + -webkit-transition:background .3s; } +input[type="submit"]:hover{ + background:#2288bb; +} \ No newline at end of file diff --git a/images/logo.gif b/images/logo.gif new file mode 100644 index 000000000..3e60ef411 Binary files /dev/null and b/images/logo.gif differ diff --git a/system/core/Input.php b/system/core/Input.php index 88afa8c7e..bc4b3b391 100644 --- a/system/core/Input.php +++ b/system/core/Input.php @@ -726,7 +726,7 @@ class CI_Input { */ function _clean_input_keys($str) { - if ( ! preg_match("/^[a-z0-9:_\/-]+$/i", $str)) + if ( ! preg_match("/^[a-z0-9:_\/-]+$|/i", $str)) { exit('Disallowed Key Characters.'); } diff --git a/translations/common_lang.csv b/translations/common_lang.csv index 3e052b845..8e620d0b3 100644 --- a/translations/common_lang.csv +++ b/translations/common_lang.csv @@ -1,48 +1,48 @@ -label,nl-BE,es,en,fr,zh,ru,th,tr,id -common_address_1,Adres 1,Dirección 1,Address 1,Addresse 1,地址 1,Адрес 1,ที่อยู่ที่ 1,Adres 1,Alamat 1 -common_address_2,Adres 2,Dirección 2,Address 2,Addresse 2,地址 2,Адрес 2,ที่อยู่ที่ 2,Adres 2,Alamat 2 -common_city,Stad,Ciudad,City,Ville,城市,Город,เมือง,Şehir,Kota -common_comments,Commentaar,Comentarios,Comments,Commentaires,評論,Комментарии,หมายเหตุ,Yorumlar,Catatan -common_common,algemeen,común,common,commun,一般,общественно,ธรรมดา,genel,Biasa -common_confirm_search,"U hebt een of meerdere rijen geselecteerd, deze zullen niet langer geselecteerd zijn na de zoekopdracht. Bent u zeker dat u wil verdergaan?",Has seleccionado una o más filas. Éstas no estarán seleccionadas después de tu búsqueda. ¿Seguro(a) que quieres hacer esta búsqueda?,"You have selected one or more rows, these will no longer be selected after your search. Are you sure you want to submit this search?",Vous avez sélectionné une ou plusieurs ligne(s). Elles ne seront plus selectionnées apres cette recherche. Voulez-vous lancer cette recherche?,您已經選擇一行或多行,在搜索後這些紀錄將不能再被選取。您確定要提交這個搜索?,"Вы выбрали одну или несколько строк, это больше не будет быть выбрано после поиска. Вы уверены, что хотите, чтобы представить этот поиск?","คุณเลือกมากกว่าหนึ่งแถว, สิ่งที่คุณเลือกจะถูกยกเลิกหลังการค้นหา. แน่ใจหรือไม่ที่จะค้นหา?","Birden fazla satır seçtiniz, arama yaptığınızda seçiminiz kaybolacak. Arama yapmak istediğinize emin misiniz?","Anda telah memilih satu atau lebih baris, ini tidak akan lagi dipilih setelah pencarian Anda. Apakah Anda yakin ingin mengirimkan pencarian ini?" -common_country,Land,País,Country,Pays,國家,Страна,ประเทศ,Ülke,Negara -common_delete,Verwijder,Borrar,Delete,Effacer,刪除,Удалить,ลบ,Sil,Hapus -common_det,details,detalles,details,détails,更多,детали,สรุป,Detaylar,Detail -common_edit,bewerk,editar,edit,éditer,編輯,редактировать,แก้ไข,düzenle,Ubah -common_email,Email,E-Mail,E-Mail,E-Mail,E-Mail,Электронная почта,E-Mail,E-Posta,E-Mail -common_email_invalid_format,Je moet een geldig email adres invullen.,El e-mail no está en el formato requerido,The e-mail address is not in the proper format,Le format de l\'adresse électronique est incorrect,E-mail格式錯誤,Это электронная почта не в нужный формат,e-mail address ไม่เหมาะสม,E-Posta adresi doğru formatta değil,Format alamat e-mail tidak benar -common_fields_required_message,Velden met een * moeten ingevuld worden,Los campos en rojo son requeridos,Fields in red are required,Les champs en rouge sont requis,紅色欄位為必填,Красные пробела обязательно,ช่องสีแดงต้องกรอก,Kırmızı alanlar zorunludur,Bagian yang ditandai warna merah wajib diisi -common_first_name,Voornaam,Nombre,First Name,Prénom,名,Имя,ชื่อ,İsim,Nama Depan -common_first_name_required,De voornaam moet ingevuld worden.,Nombre es un campo requerido,The first name is a required field.,Le prénom est requis.,名為必填,Имя обязательный пробел,ชื่อต้องกรอก,İsim zorunlu alandır,Nama depan wajib diisi. -common_inv,stock,inv,inv,inv,庫存,инв,ยอด,Stok,Persediaan -common_last_name,Achternaam,Apellidos,Last Name,Nom,姓,Фамилия,นามสกุล,Soy İsim,Nama Belakang -common_last_name_required,De achternaam moet ingevuld worden.,Apellidos es un campo requerido,The last name is a required field,Le nom est requis,姓氏為必填,Фамилия обязательный пробел,นามสกุลต้องกรอก,Soy isim zorunlu alandır.,Nama belakang wajib diisi. -common_learn_about_project,om de laatste informatie te verkrijgen over het project,para leer la información más reciente acerca del proyecto,to learn the lastest information about the project,pour les dernières informations sur le projet,了解系統開展進度,", чтобы узнать самую последнюю информацию о проекте",to learn the lastest information about the project, ,Untuk belajar informasi terbaru tentang proyek ini -common_list_of,Lijst van,Lista de,List of,Liste de,列表,Список,รายชื่อ,Liste,Daftar -common_logout,Logout,Salir,Logout,Déconnexion,登出,Выход,ลงชื่อออก,Çıkış,Keluar -common_no_persons_to_display,Er werden geen personen gevonden,No hay gente que mostrar,There are no people to display,Il n\'y a personne à afficher,沒有使用者資料可以顯示,"Там нет людей, чтобы отобразить",ไม่พบข้อมูลตัวบุคคล,Gösterecek kişi yok,Tidak ada orang untuk ditampilkan -common_or,Of,Ó,OR,OU,或,ИЛИ,หรือ,Yada,ATAU -common_phone_number,Telefoon,Teléfono,Phone Number,Téléphone,電話,Номер телефона,โทรศัพท์,Telefon,Telepon -common_phone_number_required,,,,Le numéro de téléphone est requis.,,,,,Nomer Telepon Wajib Diisi -common_please_visit_my,Bezoek mijn,"Por favor, visita mi",Please visit my,SVP visitez le,請造訪,"пожалуйста, посетите",เยี่ยมชมที่,ziyaret edin,Silahkan kunjungi -common_powered_by,Powered by,Potenciado por,Powered by,Animé par,Powered by,самоходные из,สนับสนุนโดย,Powered by,Diberdayakan oleh -common_price,Prijs,Precio,Price,Prix,價值,Цена,ราคา,Fiyat,Harga -common_remove,Verwijder,Eliminar,Remove,Enlever,移除,Снимать,ลบ,Kaldır,Hapus -common_return_policy,Retourvoorwaarden,Política de Devolución,Return Policy,Politique de Reprise,退貨政策,Возвратний полис,กฏการคืน,İade Politikası,Kebijakan Retur -common_search,Zoek,Buscar,Search,Recherche,搜尋,Пойск,ค้นหา,Arama,Cari -common_searched_for,Gezocht op,Buscaste,Searched for,Recherché,查找,Искали за,ค้นหาสำหรับ,Ara,Mencari untuk -common_state,Provincie,Estado,State,État,州,Штат,ประเทศ,Bölge,Provinsi -common_submit,Verzend,Enviar,Submit,Envoyer,送出,Подавать,ยอมรับ,Onayla,Kirim -common_view_recent_sales,Bekijk recente verkoop,Ver Ventas Recientes,View Recent Sales,Voir Ventes Récentes,最新的消售資訊,Посмотреть Недавние Продажи,สำรวจการขายเมื่อเร็วๆนี้,Yeni satışları göster,Lihat Penjualan Terkini -common_website,website,sitio,website,site-web,網站,веб-сайт,website,website,Situs -common_welcome,Welkom,Bienvenido(a),Welcome,Bienvenue,歡迎,Добро пожаловать,ยินดีต้อนรับ,Hoşgeldiniz,Selamat Datang -common_welcome_message,"Welkom in PHP Point Of Sale, klik beneden een module aan om te beginnen!","Bienvenido(a) a Open Source Point Of Sale. ¡Haz click en algún módulo debajo, para empezar!","Welcome to Open Source Point Of Sale, click a module below to get started!","Bienvenue à Open Source Point Of Sale, choisissez un module ci-dessous!",歡迎使用Open Source Point of Sale,請點擊下面的模組以開始使用!,"Добро пожаловать в Open Source Point Of Sale, нажмите модуля ниже, чтобы начать!",ยินดีต้อนรับเข้าสู่โปรแกรมขายหน้าร้านขั้นเทบ!,"Hoşgeldiniz, devam etmek için aşağıdan bir modül seçiniz!","Selamat Datang, klik modul di bawah ini untuk memulai" -common_you_are_using_ospos,You are using Open Source Point Of Sale Version,Estás usando Open Source Point Of Sale Versión,You are using Open Source Point Of Sale Version,Vous utilisez Open Source Point Of Sale Version,您正在使用 Open Source Point of Sale 版本,Вы использоваете Open Source Point Of Sale Версия,คุณกำลังใช้ Point of Sales รุ่น,Kullandığınız sürüm,Anda menggunakan Open Source Point Of Sale Versi -common_zip,Postcode,C.P.,Zip,Zip,郵遞區號,Почтовый индекс,Zip,Şehir Kodu,Kode POS -common_gender,Geslacht,Gender,Gender,Gender,Gender,Gender,Gender,Gender,Gender -common_gender_male,M,M,M,M,M,M,M,M,M -common_gender_female,V,F,F,F,V,V,V,V,V -common_date,Datum,Date,Date,Date,Date,Date,Date,Date,Date -common_search_options,Zoek criteria,Search options,Search options,Search options,Search options,Search options,Search options,Search options,Search options -common_first_page,Eerste,First,First,First,First,First,First,First,First -common_last_page,Laatste,Last,Last,Last,Last,Last,Last,Last,Last +"label","nl-BE","es","en","fr","zh","ru","th","tr","id" +"common_address_1","Adres 1","Dirección 1","Address 1","Addresse 1","地址 1","Адрес 1","ที่อยู่","Adres 1","Alamat 1" +"common_address_2","Adres 2","Dirección 2","Address 2","Addresse 2","地址 2","Адрес 2","ที่อยู่ (เพิ่มเติม)","Adres 2","Alamat 2" +"common_city","Stad","Ciudad","City","Ville","城市","Город","อำเภอ","Şehir","Kota" +"common_comments","Commentaar","Comentarios","Comments","Commentaires","評論","Комментарии","หมายเหตุ","Yorumlar","Catatan" +"common_common","algemeen","común","common","commun","一般","общественно","ธรรมดา","genel","Biasa" +"common_confirm_search","U hebt een of meerdere rijen geselecteerd, deze zullen niet langer geselecteerd zijn na de zoekopdracht. Bent u zeker dat u wil verdergaan?","Has seleccionado una o más filas. Éstas no estarán seleccionadas después de tu búsqueda. ¿Seguro(a) que quieres hacer esta búsqueda?","You have selected one or more rows, these will no longer be selected after your search. Are you sure you want to submit this search?","Vous avez sélectionné une ou plusieurs ligne(s). Elles ne seront plus selectionnées apres cette recherche. Voulez-vous lancer cette recherche?","您已經選擇一行或多行,在搜索後這些紀錄將不能再被選取。您確定要提交這個搜索?","Вы выбрали одну или несколько строк, это больше не будет быть выбрано после поиска. Вы уверены, что хотите, чтобы представить этот поиск?","คุณเลือกมากกว่าหนึ่งแถว, สิ่งที่คุณเลือกจะถูกยกเลิกหลังการค้นหา. แน่ใจหรือไม่ที่จะค้นหา?","Birden fazla satır seçtiniz, arama yaptığınızda seçiminiz kaybolacak. Arama yapmak istediğinize emin misiniz?","Anda telah memilih satu atau lebih baris, ini tidak akan lagi dipilih setelah pencarian Anda. Apakah Anda yakin ingin mengirimkan pencarian ini?" +"common_country","Land","País","Country","Pays","國家","Страна","ประเทศ","Ülke","Negara" +"common_date","Datum","Date","Date","Date","Date","Date","Date","Date","Date" +"common_delete","Verwijder","Borrar","Delete","Effacer","刪除","Удалить","ลบ","Sil","Hapus" +"common_det","details","detalles","details","détails","更多","детали","สรุป","Detaylar","Detail" +"common_edit","bewerk","editar","edit","éditer","編輯","редактировать","แก้ไข","düzenle","Ubah" +"common_email","Email","E-Mail","E-Mail","E-Mail","E-Mail","Электронная почта","E-Mail","E-Posta","E-Mail" +"common_email_invalid_format","Je moet een geldig email adres invullen.","El e-mail no está en el formato requerido","The e-mail address is not in the proper format","Le format de l\'adresse électronique est incorrect","E-mail格式錯誤","Это электронная почта не в нужный формат","e-mail address ไม่ถูกต้อง","E-Posta adresi doğru formatta değil","Format alamat e-mail tidak benar" +"common_fields_required_message","Velden met een * moeten ingevuld worden","Los campos en rojo son requeridos","Fields in red are required","Les champs en rouge sont requis","紅色欄位為必填","Красные пробела обязательно","ช่องสีแดงต้องกรอก","Kırmızı alanlar zorunludur","Bagian yang ditandai warna merah wajib diisi" +"common_first_name","Voornaam","Nombre","First Name","Prénom","名","Имя","ชื่อ","İsim","Nama Depan" +"common_first_name_required","De voornaam moet ingevuld worden.","Nombre es un campo requerido","The first name is a required field.","Le prénom est requis.","名為必填","Имя обязательный пробел","ชื่อต้องกรอก","İsim zorunlu alandır","Nama depan wajib diisi." +"common_first_page","Eerste","First","First","First","First","First","First","First","First" +"common_gender","Geslacht","Gender","Gender","Gender","Gender","Gender","","Gender","Gender" +"common_gender_female","V","F","F","F","V","V","V","V","V" +"common_gender_male","M","M","M","M","M","M","","M","M" +"common_inv","stock","inv","inv","inv","庫存","инв","ยอด","Stok","Persediaan" +"common_last_name","Achternaam","Apellidos","Last Name","Nom","姓","Фамилия","นามสกุล","Soy İsim","Nama Belakang" +"common_last_name_required","De achternaam moet ingevuld worden.","Apellidos es un campo requerido","The last name is a required field","Le nom est requis","姓氏為必填","Фамилия обязательный пробел","นามสกุลต้องกรอก","Soy isim zorunlu alandır.","Nama belakang wajib diisi." +"common_last_page","Laatste","Last","Last","Last","Last","Last","Last","Last","Last" +"common_learn_about_project","om de laatste informatie te verkrijgen over het project","para leer la información más reciente acerca del proyecto","to learn the lastest information about the project","pour les dernières informations sur le projet","了解系統開展進度",", чтобы узнать самую последнюю информацию о проекте","เพื่อศึกษาข้อมูลล่าสุดของโครงการ"," ","Untuk belajar informasi terbaru tentang proyek ini" +"common_list_of","Lijst van","Lista de","List of","Liste de","列表","Список","รายการ","Liste","Daftar" +"common_logout","Logout","Salir","Logout","Déconnexion","登出","Выход","","Çıkış","Keluar" +"common_no_persons_to_display","Er werden geen personen gevonden","No hay gente que mostrar","There are no people to display","Il n\'y a personne à afficher","沒有使用者資料可以顯示","Там нет людей, чтобы отобразить","ไม่พบข้อมูลตัวบุคคล","Gösterecek kişi yok","Tidak ada orang untuk ditampilkan" +"common_or","Of","Ó","OR","OU","或","ИЛИ","","Yada","ATAU" +"common_phone_number","Telefoon","Teléfono","Phone Number","Téléphone","電話","Номер телефона","โทรศัพท์","Telefon","Telepon" +"common_phone_number_required","","","","Le numéro de téléphone est requis.","","","","","Nomer Telepon Wajib Diisi" +"common_please_visit_my","Bezoek mijn","Por favor, visita mi","Please visit my","SVP visitez le","請造訪","пожалуйста, посетите","เยี่ยมชมที่","ziyaret edin","Silahkan kunjungi" +"common_powered_by","Powered by","Potenciado por","Powered by","Animé par","Powered by","самоходные из","","Powered by","Diberdayakan oleh" +"common_price","Prijs","Precio","Price","Prix","價值","Цена","ราคา","Fiyat","Harga" +"common_remove","Verwijder","Eliminar","Remove","Enlever","移除","Снимать","ลบ","Kaldır","Hapus" +"common_return_policy","Retourvoorwaarden","Política de Devolución","Return Policy","Politique de Reprise","退貨政策","Возвратний полис","นโยบายคืนสินค้า","İade Politikası","Kebijakan Retur" +"common_search","Zoek","Buscar","Search","Recherche","搜尋","Пойск","ค้นหา","Arama","Cari" +"common_search_options","Zoek criteria","Search options","Search options","Search options","Search options","Search options","Search options","Search options","Search options" +"common_searched_for","Gezocht op","Buscaste","Searched for","Recherché","查找","Искали за","ค้นหาสำหรับ","Ara","Mencari untuk" +"common_state","Provincie","Estado","State","État","州","Штат","จังหวัด","Bölge","Provinsi" +"common_submit","Verzend","Enviar","Submit","Envoyer","送出","Подавать","ส่งข้อมูล","Onayla","Kirim" +"common_view_recent_sales","Bekijk recente verkoop","Ver Ventas Recientes","View Recent Sales","Voir Ventes Récentes","最新的消售資訊","Посмотреть Недавние Продажи","สำรวจการขายเมื่อเร็วๆนี้","Yeni satışları göster","Lihat Penjualan Terkini" +"common_website","website","sitio","website","site-web","網站","веб-сайт","website","website","Situs" +"common_welcome","Welkom","Bienvenido(a)","Welcome","Bienvenue","歡迎","Добро пожаловать","","Hoşgeldiniz","Selamat Datang" +"common_welcome_message","Welkom in PHP Point Of Sale, klik beneden een module aan om te beginnen!","Bienvenido(a) a Open Source Point Of Sale. ¡Haz click en algún módulo debajo, para empezar!","Welcome to Open Source Point Of Sale, click a module below to get started!","Bienvenue à Open Source Point Of Sale, choisissez un module ci-dessous!","歡迎使用Open Source Point of Sale,請點擊下面的模組以開始使用!","Добро пожаловать в Open Source Point Of Sale, нажмите модуля ниже, чтобы начать!","Opensource Point of sale. กรุณาเลือกคำสั่งเมนูด้านล่าง ","Hoşgeldiniz, devam etmek için aşağıdan bir modül seçiniz!","Selamat Datang, klik modul di bawah ini untuk memulai" +"common_you_are_using_ospos","You are using Open Source Point Of Sale Version","Estás usando Open Source Point Of Sale Versión","You are using Open Source Point Of Sale Version","Vous utilisez Open Source Point Of Sale Version","您正在使用 Open Source Point of Sale 版本","Вы использоваете Open Source Point Of Sale Версия","คุณกำลังใช้ Opensource Point of Sales รุ่น","Kullandığınız sürüm","Anda menggunakan Open Source Point Of Sale Versi" +"common_zip","Postcode","C.P.","Zip","Zip","郵遞區號","Почтовый индекс","รหัสไปรษณีย์","Şehir Kodu","Kode POS" diff --git a/translations/config_lang.csv b/translations/config_lang.csv index ec086a3eb..90fd3511a 100644 --- a/translations/config_lang.csv +++ b/translations/config_lang.csv @@ -1,121 +1,116 @@ -label,nl-BE,es,en,fr,zh,ru,th,tr,id -config_address,Adres,Dirección del Comercio,Company Address,Addresse,公司地址,Адрес Компании,ที่อยู่,Şirket Adresi,Alamat Perusahaan -config_address_required,Het adres van het bedrijf moet ingevuld worden,Dirección del Comercio es requerida,Company address is a required field,L\'adresse est requise,公司地址為必填,Адрес Компании обязательный пробел,ที่อยู่ต้องกรอก,Şirket Adresi zorunlu alandır,Alamat Perusahaan wajib diisi -config_barcode_company,Bedrijfsnaam,Nombre del Comercio,Company Name,Nome de l\'Entreprise,公司名稱,Название Компании,ชื่อร้านค้า,Şirket Adı,Nama Perusahaan -config_barcode_content,Inhoud Barcode,Barcode Content,Barcode Content,Barcode Content,Barcode Content,Barcode Content,Barcode Content,Barcode Content,Barcode Content -config_barcode_width,Breedte (px),Width (px),Width (px),Width (px),Width (px),Width (px),Width (px),Width (px),Width (px) -config_barcode_first_row,Rij 1,Row 0,Row 1,Row 2,Row 3,Row 4,Row 5,Row 6,Row 7 -config_barcode_font,Lettertype,Font,Font,Font,Font,Font,Font,Font,Font -config_barcode_id,Product id/naam,Item Id/Name,Item Id/Name,Item Id/Name,Item Id/Name,Item Id/Name,Item Id/Name,Item Id/Name,Item Id/Name -config_barcode_info,Barcode instellingen,Barcode Configuration Information,Barcode Configuration Information,Barcode Configuration Information,Barcode Configuration Information,Barcode Configuration Information,Barcode Configuration Information,Barcode Configuration Information,Barcode Configuration Information -config_barcode_layout,Barcode Layout,Barcode Layout,Barcode Layout,Barcode Layout,Barcode Layout,Barcode Layout,Barcode Layout,Barcode Layout,Barcode Layout -config_barcode_name,Productnaam,Name,Name,Name,Name,Name,Name,Name,Name -config_barcode_number,UPC/EAN/ISBN,UPC/EAN/ISBN,UPC/EAN/ISBN,UPC/EAN/ISBN,UPC/EAN/ISBN,UPC/EAN/ISBN,UPC/EAN/ISBN,UPC/EAN/ISBN,UPC/EAN/ISBN -config_barcode_number_in_row,Aantal per rij,Number in row,Number in row,Number in row,Number in row,Number in row,Number in row,Number in row,Number in row -config_barcode_page_cellspacing,Toon cellspatiëring,Display page cellspacing,Display page cellspacing,Display page cellspacing,Display page cellspacing,Display page cellspacing,Display page cellspacing,Display page cellspacing,Display page cellspacing -config_barcode_page_width,Toon paginabreedte,Display page width,Display page width,Display page width,Display page width,Display page width,Display page width,Display page width,Display page width -config_barcode_price,Prijs,Price,Price,Price,Price,Price,Price,Price,Price -config_barcode_height,Hoogte (px),Height (px),Height (px),Height (px),Height (px),Height (px),Height (px),Height (px),Height (px) -config_barcode_second_row,Rij 2,Row 1,Row 2,Row 3,Row 4,Row 5,Row 6,Row 7,Row 8 -config_barcode_quality,Kwaliteit (1-100),Quality (1-100),Quality (1-100),Quality (1-100),Quality (1-100),Quality (1-100),Quality (1-100),Quality (1-100),Quality (1-100) -config_barcode_third_row,Rij 3,Row 2,Row 3,Row 4,Row 5,Row 6,Row 7,Row 8,Row 9 -config_barcode_type,Barcode Type,Barcode Type,Barcode Type,Barcode Type,Barcode Type,Barcode Type,Barcode Type,Barcode Type,Barcode Type -config_company,Bedrijfsnaam,Nombre del Comercio,Company Name,Nome de l\'Entreprise,公司名稱,Название Компании,ชื่อร้านค้า,Şirket Adı,Nama Perusahaan -config_company_required,De bedrijfsnaam moet ingevuld worden,Nombre del Comercio es requerido,Company name is a required field,Le nom d\'entreprise est requis,公司名稱為必填,Имя Компании обязательный пробел,ชื่อร้านค้าต้องกรอก,Şirket Adı zorunlu alandır,Nama Perusahaan wajib diisi -config_company_website_url,De website van het bedrijf is geen geldige URL (http://...),Sitio Web no es una URL estándard (http://...),Company website is not a valid URL (http://...),Le site web de l\'entreprise n\'est pas une URL valide (http://...),公司網址格式錯誤 (http://...),Веб-сайт Компании не является допустимым URL (http://...),เว็บไซต์ร้านค้าไม่ถูกต้อง,website adresi yanlış (http://...),Situs Perusahaan bukan URL yang benar(http://...) -config_currency_side,Rechterkant,Lado derecho,Right side,Symbole à droite,Right side,Правая сторона,ด้านขวา,Sağda,Sisi Kanan -config_currency_symbol,Valuta,Símbolo de divisa,Currency Symbol,Symbole Monétaire,貨幣符號,Символ валюты,ลัญลักษณ์สกุลเงิน,Para Birimi,Simbol Mata Uang -config_custom1,Custom Veld 1,Campo Libre 1,Custom Field 1,Champ Personnalisé 1,Custom Field 1,Изготовленный пробел 1,พื้นที่เพิ่มเติม 1,Özel Alan 1,Custom Field 1 -config_custom10,Custom Veld 10,Campo Libre 10,Custom Field 10,Champ Personnalisé 10,Custom Field 10,Изготовленный пробел 10,พื้นที่เพิ่มเติม 10,Özel Alan 10,Custom Field 10 -config_custom2,Custom Veld 2,Campo Libre 2,Custom Field 2,Champ Personnalisé 2,Custom Field 2,Изготовленный пробел 2,พื้นที่เพิ่มเติม 2,Özel Alan 2,Custom Field 2 -config_custom3,Custom Veld 3,Campo Libre 3,Custom Field 3,Champ Personnalisé 3,Custom Field 3,Изготовленный пробел 3,พื้นที่เพิ่มเติม 3,Özel Alan 3,Custom Field 3 -config_custom4,Custom Veld 4,Campo Libre 4,Custom Field 4,Champ Personnalisé 4,Custom Field 4,Изготовленный пробел 4,พื้นที่เพิ่มเติม 4,Özel Alan 4,Custom Field 4 -config_custom5,Custom Veld 5,Campo Libre 5,Custom Field 5,Champ Personnalisé 5,Custom Field 5,Изготовленный пробел 5,พื้นที่เพิ่มเติม 5,Özel Alan 5,Custom Field 5 -config_custom6,Custom Veld 6,Campo Libre 6,Custom Field 6,Champ Personnalisé 6,Custom Field 6,Изготовленный пробел 6,พื้นที่เพิ่มเติม 6,Özel Alan 6,Custom Field 6 -config_custom7,Custom Veld 7,Campo Libre 7,Custom Field 7,Champ Personnalisé 7,Custom Field 7,Изготовленный пробел 7,พื้นที่เพิ่มเติม 7,Özel Alan 7,Custom Field 7 -config_custom8,Custom Veld 8,Campo Libre 8,Custom Field 8,Champ Personnalisé 8,Custom Field 8,Изготовленный пробел 8,พื้นที่เพิ่มเติม 8,Özel Alan 8,Custom Field 8 -config_custom9,Custom Veld 9,Campo Libre 9,Custom Field 9,Champ Personnalisé 9,Custom Field 9,Изготовленный пробел 9,พื้นที่เพิ่มเติม 9,Özel Alan 9,Custom Field 9 -config_default_barcode_width_number,The default barcode width must be a number,The default barcode width must be a number,The default barcode width must be a number,The default barcode width must be a number,The default barcode width must be a number,The default barcode width must be a number,The default barcode width must be a number,The default barcode width must be a number,The default barcode width must be a number -config_default_barcode_width_required,The default barcode width is a required field,The default barcode width is a required field,The default barcode width is a required field,The default barcode width is a required field,The default barcode width is a required field,The default barcode width is a required field,The default barcode width is a required field,The default barcode width is a required field,The default barcode width is a required field -config_default_barcode_font_size_number,The default barcode font size must be a number,The default barcode font size must be a number,The default barcode font size must be a number,The default barcode font size must be a number,The default barcode font size must be a number,The default barcode font size must be a number,The default barcode font size must be a number,The default barcode font size must be a number,The default barcode font size must be a number -config_default_barcode_font_size_required,The default barcode font size is a required field,The default barcode font size is a required field,The default barcode font size is a required field,The default barcode font size is a required field,The default barcode font size is a required field,The default barcode font size is a required field,The default barcode font size is a required field,The default barcode font size is a required field,The default barcode font size is a required field -config_default_barcode_num_in_row_number,The default barcode num in row must be a number,The default barcode num in row must be a number,The default barcode num in row must be a number,The default barcode num in row must be a number,The default barcode num in row must be a number,The default barcode num in row must be a number,The default barcode num in row must be a number,The default barcode num in row must be a number,The default barcode num in row must be a number -config_default_barcode_num_in_row_required,The default barcode num in row is a required field,The default barcode num in row is a required field,The default barcode num in row is a required field,The default barcode num in row is a required field,The default barcode num in row is a required field,The default barcode num in row is a required field,The default barcode num in row is a required field,The default barcode num in row is a required field,The default barcode num in row is a required field -config_default_barcode_page_cellspacing_number,The default barcode page cellspacing must be a number,The default barcode page cellspacing must be a number,The default barcode page cellspacing must be a number,The default barcode page cellspacing must be a number,The default barcode page cellspacing must be a number,The default barcode page cellspacing must be a number,The default barcode page cellspacing must be a number,The default barcode page cellspacing must be a number,The default barcode page cellspacing must be a number -config_default_barcode_page_cellspacing_required,The default barcode page cellspacing is a required field,The default barcode page cellspacing is a required field,The default barcode page cellspacing is a required field,The default barcode page cellspacing is a required field,The default barcode page cellspacing is a required field,The default barcode page cellspacing is a required field,The default barcode page cellspacing is a required field,The default barcode page cellspacing is a required field,The default barcode page cellspacing is a required field -config_default_barcode_page_width_number,The default barcode page width must be a number,The default barcode page width must be a number,The default barcode page width must be a number,The default barcode page width must be a number,The default barcode page width must be a number,The default barcode page width must be a number,The default barcode page width must be a number,The default barcode page width must be a number,The default barcode page width must be a number -config_default_barcode_page_width_required,The default barcode page width is a required field,The default barcode page width is a required field,The default barcode page width is a required field,The default barcode page width is a required field,The default barcode page width is a required field,The default barcode page width is a required field,The default barcode page width is a required field,The default barcode page width is a required field,The default barcode page width is a required field -config_default_barcode_height_number,The default barcode height must be a number,The default barcode height must be a number,The default barcode height must be a number,The default barcode height must be a number,The default barcode height must be a number,The default barcode height must be a number,The default barcode height must be a number,The default barcode height must be a number,The default barcode height must be a number -config_default_barcode_height_required,The default barcode height is a required field,The default barcode height is a required field,The default barcode height is a required field,The default barcode height is a required field,The default barcode height is a required field,The default barcode height is a required field,The default barcode height is a required field,The default barcode height is a required field,The default barcode height is a required field -config_default_barcode_quality_number,The default barcode quality must be a number,The default barcode quality must be a number,The default barcode quality must be a number,The default barcode quality must be a number,The default barcode quality must be a number,The default barcode quality must be a number,The default barcode quality must be a number,The default barcode quality must be a number,The default barcode quality must be a number -config_default_barcode_quality_required,The default barcode quality is a required field,The default barcode quality is a required field,The default barcode quality is a required field,The default barcode quality is a required field,The default barcode quality is a required field,The default barcode quality is a required field,The default barcode quality is a required field,The default barcode quality is a required field,The default barcode quality is a required field -config_default_tax_rate,Standaard VAT %,% de Impuestos Predeterminada,Default Tax Rate %,Taux d\'Imposition par Défaut,預設稅率 %,Обычный ставка налога %,อัตราภาษีโดยปริยาย %,Varsayılan Vergi Oranı %,Tarif Pajak Biasa% -config_default_tax_rate_1,VAT 1 %,Impuesto 1,Tax 1 Rate,Taux d\'Imposition 1,稅率 1,ставка налога 1,อัตราภาษี 1,Vergi Oranı 1,Tarif Pajak 1 -config_default_tax_rate_2,VAT 2 %,Impuesto 2,Tax 2 Rate,Taux d\'Imposition 2,稅率 2,ставка налога 2,อัตราภาษี 2,Vergi Oranı 2,Tarif Pajak 2 -config_default_tax_rate_number,Het percentage VAT moet een nummer zijn,El Impuesto Predeterminado debe ser un número,The default tax rate must be a number,Le taux d\'imposition doit etre un nombre,預設稅率必需為數字,Обычный ставка налога должен быть цифра,อัตราภาษีเริ่มต้นต้องเป็นตัวเลข,Varsayılan Vergi Oranı sayı olmalıdır,Tarif Pajak Biasa harus angka -config_default_tax_rate_required,Het percentage VAT moet ingevuld worden,El Impuesto Predeterminado es requerido,The default tax rate is a required field,Le taux d\'imposition par défaut est requis,預設稅率為必填,Обычный ставка налога обязательный пробел,อัตราภาษีเริ่มต้นต้องกรอก,Varsayılan Vergi Oranı zorunlu alandır,Tarif Pajak Biasa wajib diisi -config_fax,Fax,Fax,Fax,Fax,傳真,Факс,แฟ็กซ์,Faks,Fax -config_general_configuration,Algemene Instellingen,,General Configuration,,,,,, -config_info,Systeeminstellingen,Información del Comercio,Store Configuration Information,Çonfiguration de l\'Entreprise,儲存組態,информация о магазин конфигурация,ข้อมูลร้านค้า,Mağaza yapılandırma bilgisi,Informasi Konfigurasi Toko -config_language,Taal,Idioma,Language,Langue,語言,Язик,ภาษา,Dil,Bahasa -config_phone,Telefoon,Teléfono del Comercio,Company Phone,Téléphone,電話,Телефон Компании,เบอร์โทรศัพท์,Şirket Telefonu,Telepon Perusahaan -config_phone_required,De telefoonnummer van het bedrijf moet ingevuld worden,Teléfono del Comercio es requerido,Company phone is a required field,Le numéro de téléphone est requis,公司電話為必填,Телефон Компании обязательный пробел,เบอร์โทรต้องกรอก,Şirket Telefonu zorunlu alandır,Telepon Perusahaan wajib diisi -config_recv_invoice_format,Formattering Order #,,Receivings Invoice Format,,,,รหัสใบแจ้งหนี้,,Format Nota -config_return_policy_required,De retourvoorwaarden moeten ingevuld worden,Política de Devolución es requerida,Return policy is a required field,Le Message est un champ requis,退換貨政策為必填,Возвратний полис обязательный пробел,กฎการคืนของต้องกรอก,İade Politikası zorunlu alandır,Kebijakan retur wajib diisi -config_sales_invoice_format,Formattering Aankoop #,,Sales Invoice Format,,,,รหัสใบเสร็จ,,Format Nota -config_saved_successfully,Configuratie werd bewaard,Configuración guardada satisfactoriamente,Configuration saved successfully,Configuration sauvegardée,組態設置儲存成功,Конфигурация успешно сохранена,องค์ประกอบร้านค้าบันทึกเรียบร้อย,Yapılandırma kaydedildi,Konfigurasi berhasil disimpan -config_saved_unsuccessfully,Configuratie kon niet worden bewaard,Configuración no guardada,Configuration saved unsuccessfully,Échec de sauvegarde de configuration,組態設置儲存失敗,Конфигурация сохраненная безуспешно,องค์ประกอบร้านค้าบันทึกล้มเหลว,Yapılandırma kaydedilemedi,Konfigurasi tidak berhasil disimpan -config_stock_location,Stock locatie,Stock location,Stock location,Stock location,Stock location,Stock location,สถานที่เก็บ,Mağaza Yeri,Lokasi Stock -config_stock_location_duplicate,Vul een unieke naam in,Please use an unique location name,Please use an unique location name,Please use an unique location name,Please use an unique location name,Please use an unique location name,,Please use an unique location name,Please use an unique location name -config_stock_location_required,Naam van de stock locatie is een verplicht veld,Stock location number is a required field,Stock location number is a required field,Stock location number is a required field,Stock location number is a required field,Stock location number is a required field,จำเป็นต้องระบุสถานที่เก็บ,Mağaza Yeri numarası zorunlu alandır,Stock location number is a required field -config_tax_included,VAT Ingebgrepen,Impuestos incluidos,Tax Included,,Tax Included,Tax Included,รวมภาษีแล้ว,,Dikenakan Pajak -config_timezone,Tijdzone,Zona Horaria,Timezone,Fuseau Horaire,時區,Часовой пояс,โซนเวลา,Saat Dilimi,Zona Waktu -config_website,Website,Sitio Web,Website,Site-web,網站,Веб-сайт,เว็บไซต์,Website,Situs Perusahaan -config_barcode_configuration,Barcode Configuratie,Barcode Configuration,Barcode Configuration,Barcode Configuration,Barcode Configuration,Barcode Configuration,Barcode Configuration,Barcode Configuration,Barcode Configuration -config_barcode_number,UPC/EAN/ISBN,UPC/EAN/ISBN,UPC/EAN/ISBN,UPC/EAN/ISBN,UPC/EAN/ISBN,UPC/EAN/ISBN,UPC/EAN/ISBN,UPC/EAN/ISBN,UPC/EAN/ISBN -config_barcode_id,Product id,Item Id,Item Id,Item Id,Item Id,Item Id,Item Id,Item Id,Item Id -config_barcode_content,Inhoud Barcode,Barcode Content,Barcode Content,Barcode Content,Barcode Content,Barcode Content,Barcode Content,Barcode Content,Barcode Content -config_barcode_name,Productnaam,Name,Name,Name,Name,Name,Name,Name,Name -config_barcode_price,Prijs,Price,Price,Price,Price,Price,Price,Price,Price -config_barcode_company,Bedrijfsnaam,Nombre del Comercio,Company Name,Nome de l\'Entreprise,公司名稱,Название Компании,ชื่อร้านค้า,Şirket Adı,Nama Perusahaan -config_location_configuration,Stock Locaties,Stock Locations,Stock Locations,Stock Locations,Stock Locations,Stock Locations,Stock Locations,Stock Locations,Stock Locations -config_location_info,Instellingen Locatie,Location Configuration Information,Location Configuration Information,Location Configuration Information,Location Configuration Information,Location Configuration Information,Location Configuration Information,Location Configuration Information,Location Configuration Information -config_logout,Wilt u een backup maken alvorens uit te loggen?,Don't you want to make a backup before logging out?,"Don't you want to make a backup before logging out? Click [OK] to backup, [Cancel] to logout",Don't you want to make a backup before logging out?,Don't you want to make a backup before logging out?,Don't you want to make a backup before logging out?,Don't you want to make a backup before logging out?,Don't you want to make a backup before logging out?,Don't you want to make a backup before logging out? -config_backup_database,Backup Database,Backup Database,Backup Database,Backup Database,Backup Database,Backup Database,Backup Database,Backup Database,Backup Database -config_receiving_calculate_average_price,Calc avg. Price (Receiving),Calc avg. Price (Receiving),Calc avg. Price (Receiving),Calc avg. Price (Receiving),Calc avg. Price (Receiving),Calc avg. Price (Receiving),Calc avg. Price (Receiving),Calc avg. Price (Receiving),Calc avg. Price (Receiving) -config_number_format,Number Format,Number Format,Number Format,Number Format,Number Format,Number Format,Number Format,Number Format,Format Nomor -config_thousands_separator,Thousands Separator, Thousands Separator,Thousands Separator, Thousands Separator,Thousands Separator, Thousands Separator,Thousands Separator, Thousands Separator,Pemisah Ribuan -config_decimal_point,Decimal Point, Decimal Point,Decimal Point, Decimal Point,Decimal Point, Decimal Point,Decimal Point, Decimal Point,Titik Desimal -config_backup_button,Backup,Backup,Backup,Backup,Backup,Backup,Backup,Backup,Backup -config_stock_location_invalid_chars,De bedrijfsnaam moet ingevuld worden,The stock location name can not contain '_',The stock location name can not contain '_',The stock location name can not contain '_',The stock location name can not contain '_',The stock location name can not contain '_',The stock location name can not contain '_',The stock location name can not contain '_',The stock location name can not contain '_' -config_company_logo,Logo,Company Logo,Company Logo,Company Logo,Company Logo,Company Logo,Company Logo,Company Logo,Company Logo -config_invoice_printer,Factuur Printer,Invoice Printer,Invoice Printer,Invoice Printer,Invoice Printer,Invoice Printer,Invoice Printer,Invoice Printer,Invoice Printer -config_receipt_printer,Ticket Printer,Ticket Printer,Ticket Printer,Ticket Printer,Ticket Printer,Ticket Printer,Ticket Printer,Ticket Printer,Ticket Printer -config_receipt_show_taxes,Toon VAT,Show Taxes,Show Taxes,Show Taxes,Show Taxes,Show Taxes,Show Taxes,Show Taxes,Show Taxes -config_receipt_info,Ticket Instellingen,Receipt Configuration Information,Receipt Configuration Information,Receipt Configuration Information,Receipt Configuration Information,Receipt Configuration Information,Receipt Configuration Information,Receipt Configuration Information,Receipt Configuration Information -config_receipt_configuration,Print Instellingen,Print Settings,Print Settings,Print Settings,Print Settings,Print Settings,Print Settings,Print Settings,Print Settings -config_print_footer,Print Browser Footer,Print Browser Footer,Print Browser Footer,Print Browser Footer,Print Browser Footer,Print Browser Footer,Print Browser Footer,Print Browser Footer,Print Browser Footer -config_print_header,Print Browser Header,Print Browser Header,Print Browser Header,Print Browser Header,Print Browser Header,Print Browser Header,Print Browser Header,Print Browser Header,Print Browser Header -config_print_silently,Marge Boven,Top Margin,Show Print Dialog,Show Print Dialog,Show Print Dialog,Show Print Dialog,Show Print Dialog,Show Print Dialog,Show Print Dialog -config_print_top_margin,Marge Boven,Margin Top,Margin Top,Margin Top,Margin Top,Margin Top,Margin Top,Margin Top,Margin Top -config_print_left_margin,Marge Links,Margin Left,Margin Left,Margin Left,Margin Left,Margin Left,Margin Left,Margin Left,Margin Left -config_print_bottom_margin,Marge Beneden,Margin Bottom,Margin Bottom,Margin Bottom,Margin Bottom,Margin Bottom,Margin Bottom,Margin Bottom,Margin Bottom -config_print_right_margin,Marge Rechts,Margin Right,Margin Right,Margin Right,Margin Right,Margin Right,Margin Right,Margin Right,Margin Right -config_print_top_margin_required,The default top margin is a required field,The default top margin is a required field,The default top margin is a required field,The default top margin is a required field,The default top margin is a required field,The default top margin is a required field,The default top margin is a required field,The default top margin is a required field,The default top margin is a required field -config_print_top_margin_number,The default top margin must be a number,The default top margin must be a number,The default top margin must be a number,The default top margin must be a number,The default top margin must be a number,The default top margin must be a number,The default top margin must be a number,The default top margin must be a number,The default top margin must be a number -config_print_left_margin_required,The default left margin is a required field,The default left margin is a required field,The default left margin is a required field,The default left margin is a required field,The default left margin is a required field,The default left margin is a required field,The default left margin is a required field,The default left margin is a required field,The default left margin is a required field -config_print_left_margin_number,The default left margin must be a number,The default left margin must be a number,The default left margin must be a number,The default left margin must be a number,The default left margin must be a number,The default left margin must be a number,The default left margin must be a number,The default left margin must be a number,The default left margin must be a number -config_print_bottom_margin_required,The default bottom margin is a required field,The default bottom margin is a required field,The default bottom margin is a required field,The default bottom margin is a required field,The default bottom margin is a required field,The default bottom margin is a required field,The default bottom margin is a required field,The default bottom margin is a required field,The default bottom margin is a required field -config_print_bottom_margin_number,The default bottom margin must be a number,The default bottom margin must be a number,The default bottom margin must be a number,The default bottom margin must be a number,The default bottom margin must be a number,The default bottom margin must be a number,The default bottom margin must be a number,The default bottom margin must be a number,The default bottom margin must be a number -config_print_right_margin_required,The default right margin is a required field,The default right margin is a required field,The default right margin is a required field,The default right margin is a required field,The default right margin is a required field,The default right margin is a required field,The default right margin is a required field,The default right margin is a required field,The default right margin is a required field -config_print_right_margin_number,The default right margin must be a number,The default right margin must be a number,The default right margin must be a number,The default right margin must be a number,The default right margin must be a number,The default right margin must be a number,The default right margin must be a number,The default right margin must be a number,The default right margin must be a number -config_jsprintsetup_required,Opgelet! De uitgeschakelde functionaliteit werkt enkel met de jsPrintSetup addon in Firefox.,Warning! This disabled functionality will only work if you have the FireFox jsPrintSetup addon installed. Save anyway?,Warning! This disabled functionality will only work if you have the FireFox jsPrintSetup addon installed. Save anyway?,Warning! This disabled functionality will only work if you have the FireFox jsPrintSetup addon installed. Save anyway?,Warning! This disabled functionality will only work if you have the FireFox jsPrintSetup addon installed. Save anyway?,Warning! This disabled functionality will only work if you have the FireFox jsPrintSetup addon installed. Save anyway?,Warning! This disabled functionality will only work if you have the FireFox jsPrintSetup addon installed. Save anyway?,Warning! This disabled functionality will only work if you have the FireFox jsPrintSetup addon installed. Save anyway?,Warning! This disabled functionality will only work if you have the FireFox jsPrintSetup addon installed. Save anyway? -config_use_invoice_template,Gebruik template voor facturen,Use invoice template,Use invoice template,Use invoice template,Use invoice template,Use invoice template,Use invoice template,Use invoice template,Use invoice template -config_invoice_email_message,Invoice Email Template,Invoice Email Template,Invoice Email Template,Invoice Email Template,Invoice Email Template,Invoice Email Template,Invoice Email Template,Invoice Email Template,Invoice Email Template -config_invoice_default_comments,Factuur Mededeling,Default Invoice Comments,Default Invoice Comments,Default Invoice Comments,Default Invoice Comments,Default Invoice Comments,Default Invoice Comments,Default Invoice Comments,Default Invoice Comments -config_lines_per_page,Lijnen Per Pagina,Lines Per Page,Lines Per Page,Lines Per Page,Lines Per Page,Lines Per Page,Lines Per Page,Lines Per Page,Lines Per Page -config_lines_per_page_required,The lines per page is a required field,The lines per page is a required field,The lines per page is a required field,The lines per page is a required field,The lines per page is a required field,The lines per page is a required field,The lines per page is a required field,The lines per page is a required field,The lines per page is a required field -config_lines_per_page_number,The lines per page must be a number,The lines per page must be a number,,The lines per page must be a number,The lines per page must be a number,The lines per page must be a number,The lines per page must be a number,The lines per page must be a number,The lines per page must be a number -config_default_sales_discount,Standaard Korting %,Default Sales Discount %,Default Sales Discount %,Default Sales Discount %,Default Sales Discount %,Default Sales Discount %,Default Sales Discount %,Default Sales Discount %,Default Sales Discount % -config_default_sales_discount_required,The default sales discount is a required field,The default sales discount is a required field,The default sales discount is a required field,The default sales discount is a required field,The default sales discount is a required field,The default sales discount is a required field,The default sales discount is a required field,The default sales discount is a required field,The default sales discount is a required field -config_default_sales_discount_number,The default sales discount must be a number,The default sales discount must be a number,The default sales discount must be a number,The default sales discount must be a number,The default sales discount must be a number,The default sales discount must be a number,The default sales discount must be a number,The default sales discount must be a number,The default sales discount must be a number +"label","nl-BE","es","en","fr","zh","ru","th","tr","id" +"config_address","Adres","Dirección del Comercio","Company Address","Addresse","公司地址","Адрес Компании","ที่อยู่","Şirket Adresi","Alamat Perusahaan" +"config_address_required","Het adres van het bedrijf moet ingevuld worden","Dirección del Comercio es requerida","Company address is a required field","L\'adresse est requise","公司地址為必填","Адрес Компании обязательный пробел","ที่อยู่ต้องกรอก","Şirket Adresi zorunlu alandır","Alamat Perusahaan wajib diisi" +"config_backup_button","Backup","Backup","Backup","Backup","Backup","Backup","Backup","Backup","Backup" +"config_backup_database","Backup Database","Backup Database","Backup Database","Backup Database","Backup Database","Backup Database","Backup Database","Backup Database","Backup Database" +"config_barcode_company","Bedrijfsnaam","Nombre del Comercio","Company Name","Nome de l\'Entreprise","公司名稱","Название Компании","ชื่อร้านค้า","Şirket Adı","Nama Perusahaan" +"config_barcode_configuration","Barcode Configuratie","Barcode Configuration","Barcode Configuration","Barcode Configuration","Barcode Configuration","Barcode Configuration","Barcode Configuration","Barcode Configuration","Barcode Configuration" +"config_barcode_content","Inhoud Barcode","Barcode Content","Barcode Content","Barcode Content","Barcode Content","Barcode Content","Barcode Content","Barcode Content","Barcode Content" +"config_barcode_first_row","Rij 1","Row 0","Row 1","Row 2","Row 3","Row 4","","Row 6","Row 7" +"config_barcode_font","Lettertype","Font","Font","Font","Font","Font","","Font","Font" +"config_barcode_height","Hoogte (px)","Height (px)","Height (px)","Height (px)","Height (px)","Height (px)","","Height (px)","Height (px)" +"config_barcode_id","Product id/naam","Item Id/Name","Item Id/Name","Item Id/Name","Item Id/Name","Item Id/Name","Item Id","Item Id/Name","Item Id/Name" +"config_barcode_info","Barcode instellingen","Barcode Configuration Information","Barcode Configuration Information","Barcode Configuration Information","Barcode Configuration Information","Barcode Configuration Information","","Barcode Configuration Information","Barcode Configuration Information" +"config_barcode_layout","Barcode Layout","Barcode Layout","Barcode Layout","Barcode Layout","Barcode Layout","Barcode Layout","","Barcode Layout","Barcode Layout" +"config_barcode_name","Productnaam","Name","Name","Name","Name","Name","Name","Name","Name" +"config_barcode_number","UPC/EAN/ISBN","UPC/EAN/ISBN","UPC/EAN/ISBN","UPC/EAN/ISBN","UPC/EAN/ISBN","UPC/EAN/ISBN","UPC/EAN/ISBN","UPC/EAN/ISBN","UPC/EAN/ISBN" +"config_barcode_number_in_row","Aantal per rij","Number in row","Number in row","Number in row","Number in row","Number in row","","Number in row","Number in row" +"config_barcode_page_cellspacing","Toon cellspatiëring","Display page cellspacing","Display page cellspacing","Display page cellspacing","Display page cellspacing","Display page cellspacing","","Display page cellspacing","Display page cellspacing" +"config_barcode_page_width","Toon paginabreedte","Display page width","Display page width","Display page width","Display page width","Display page width","","Display page width","Display page width" +"config_barcode_price","Prijs","Price","Price","Price","Price","Price","Price","Price","Price" +"config_barcode_quality","Kwaliteit (1-100)","Quality (1-100)","Quality (1-100)","Quality (1-100)","Quality (1-100)","Quality (1-100)","","Quality (1-100)","Quality (1-100)" +"config_barcode_second_row","Rij 2","Row 1","Row 2","Row 3","Row 4","Row 5","","Row 7","Row 8" +"config_barcode_third_row","Rij 3","Row 2","Row 3","Row 4","Row 5","Row 6","","Row 8","Row 9" +"config_barcode_type","Barcode Type","Barcode Type","Barcode Type","Barcode Type","Barcode Type","Barcode Type","","Barcode Type","Barcode Type" +"config_barcode_width","Breedte (px)","Width (px)","Width (px)","Width (px)","Width (px)","Width (px)","","Width (px)","Width (px)" +"config_company","Bedrijfsnaam","Nombre del Comercio","Company Name","Nome de l\'Entreprise","公司名稱","Название Компании","ชื่อร้านค้า","Şirket Adı","Nama Perusahaan" +"config_company_logo","Logo","Company Logo","Company Logo","Company Logo","Company Logo","Company Logo","Company Logo","Company Logo","Company Logo" +"config_company_required","De bedrijfsnaam moet ingevuld worden","Nombre del Comercio es requerido","Company name is a required field","Le nom d\'entreprise est requis","公司名稱為必填","Имя Компании обязательный пробел","ชื่อร้านค้าต้องกรอก","Şirket Adı zorunlu alandır","Nama Perusahaan wajib diisi" +"config_company_website_url","De website van het bedrijf is geen geldige URL (http://...)","Sitio Web no es una URL estándard (http://...)","Company website is not a valid URL (http://...)","Le site web de l\'entreprise n\'est pas une URL valide (http://...)","公司網址格式錯誤 (http://...)","Веб-сайт Компании не является допустимым URL (http://...)","เว็บไซต์ร้านค้าไม่ถูกต้อง","website adresi yanlış (http://...)","Situs Perusahaan bukan URL yang benar(http://...)" +"config_currency_side","Rechterkant","Lado derecho","Right side","Symbole à droite","Right side","Правая сторона","ด้านขวา","Sağda","Sisi Kanan" +"config_currency_symbol","Valuta","Símbolo de divisa","Currency Symbol","Symbole Monétaire","貨幣符號","Символ валюты","ลัญลักษณ์ค่าเงิน","Para Birimi","Simbol Mata Uang" +"config_custom1","Custom Veld 1","Campo Libre 1","Custom Field 1","Champ Personnalisé 1","Custom Field 1","Изготовленный пробел 1","พื้นที่เพิ่มเติม 1","Özel Alan 1","Custom Field 1" +"config_custom10","Custom Veld 10","Campo Libre 10","Custom Field 10","Champ Personnalisé 10","Custom Field 10","Изготовленный пробел 10","พื้นที่เพิ่มเติม 10","Özel Alan 10","Custom Field 10" +"config_custom2","Custom Veld 2","Campo Libre 2","Custom Field 2","Champ Personnalisé 2","Custom Field 2","Изготовленный пробел 2","พื้นที่เพิ่มเติม 2","Özel Alan 2","Custom Field 2" +"config_custom3","Custom Veld 3","Campo Libre 3","Custom Field 3","Champ Personnalisé 3","Custom Field 3","Изготовленный пробел 3","พื้นที่เพิ่มเติม 3","Özel Alan 3","Custom Field 3" +"config_custom4","Custom Veld 4","Campo Libre 4","Custom Field 4","Champ Personnalisé 4","Custom Field 4","Изготовленный пробел 4","พื้นที่เพิ่มเติม 4","Özel Alan 4","Custom Field 4" +"config_custom5","Custom Veld 5","Campo Libre 5","Custom Field 5","Champ Personnalisé 5","Custom Field 5","Изготовленный пробел 5","พื้นที่เพิ่มเติม 5","Özel Alan 5","Custom Field 5" +"config_custom6","Custom Veld 6","Campo Libre 6","Custom Field 6","Champ Personnalisé 6","Custom Field 6","Изготовленный пробел 6","พื้นที่เพิ่มเติม 6","Özel Alan 6","Custom Field 6" +"config_custom7","Custom Veld 7","Campo Libre 7","Custom Field 7","Champ Personnalisé 7","Custom Field 7","Изготовленный пробел 7","พื้นที่เพิ่มเติม 7","Özel Alan 7","Custom Field 7" +"config_custom8","Custom Veld 8","Campo Libre 8","Custom Field 8","Champ Personnalisé 8","Custom Field 8","Изготовленный пробел 8","พื้นที่เพิ่มเติม 8","Özel Alan 8","Custom Field 8" +"config_custom9","Custom Veld 9","Campo Libre 9","Custom Field 9","Champ Personnalisé 9","Custom Field 9","Изготовленный пробел 9","พื้นที่เพิ่มเติม 9","Özel Alan 9","Custom Field 9" +"config_decimal_point","Decimal Point"," Decimal Point","Decimal Point"," Decimal Point","Decimal Point"," Decimal Point","Decimal Point"," Decimal Point","Titik Desimal" +"config_default_barcode_font_size_number","The default barcode font size must be a number","The default barcode font size must be a number","The default barcode font size must be a number","The default barcode font size must be a number","The default barcode font size must be a number","The default barcode font size must be a number","The default barcode font size must be a number","The default barcode font size must be a number","The default barcode font size must be a number" +"config_default_barcode_font_size_required","The default barcode font size is a required field","The default barcode font size is a required field","The default barcode font size is a required field","The default barcode font size is a required field","The default barcode font size is a required field","The default barcode font size is a required field","The default barcode font size is a required field","The default barcode font size is a required field","The default barcode font size is a required field" +"config_default_barcode_height_number","The default barcode height must be a number","The default barcode height must be a number","The default barcode height must be a number","The default barcode height must be a number","The default barcode height must be a number","The default barcode height must be a number","The default barcode height must be a number","The default barcode height must be a number","The default barcode height must be a number" +"config_default_barcode_height_required","The default barcode height is a required field","The default barcode height is a required field","The default barcode height is a required field","The default barcode height is a required field","The default barcode height is a required field","The default barcode height is a required field","The default barcode height is a required field","The default barcode height is a required field","The default barcode height is a required field" +"config_default_barcode_num_in_row_number","The default barcode num in row must be a number","The default barcode num in row must be a number","The default barcode num in row must be a number","The default barcode num in row must be a number","The default barcode num in row must be a number","The default barcode num in row must be a number","The default barcode num in row must be a number","The default barcode num in row must be a number","The default barcode num in row must be a number" +"config_default_barcode_num_in_row_required","The default barcode num in row is a required field","The default barcode num in row is a required field","The default barcode num in row is a required field","The default barcode num in row is a required field","The default barcode num in row is a required field","The default barcode num in row is a required field","The default barcode num in row is a required field","The default barcode num in row is a required field","The default barcode num in row is a required field" +"config_default_barcode_page_cellspacing_number","The default barcode page cellspacing must be a number","The default barcode page cellspacing must be a number","The default barcode page cellspacing must be a number","The default barcode page cellspacing must be a number","The default barcode page cellspacing must be a number","The default barcode page cellspacing must be a number","The default barcode page cellspacing must be a number","The default barcode page cellspacing must be a number","The default barcode page cellspacing must be a number" +"config_default_barcode_page_cellspacing_required","The default barcode page cellspacing is a required field","The default barcode page cellspacing is a required field","The default barcode page cellspacing is a required field","The default barcode page cellspacing is a required field","The default barcode page cellspacing is a required field","The default barcode page cellspacing is a required field","The default barcode page cellspacing is a required field","The default barcode page cellspacing is a required field","The default barcode page cellspacing is a required field" +"config_default_barcode_page_width_number","The default barcode page width must be a number","The default barcode page width must be a number","The default barcode page width must be a number","The default barcode page width must be a number","The default barcode page width must be a number","The default barcode page width must be a number","The default barcode page width must be a number","The default barcode page width must be a number","The default barcode page width must be a number" +"config_default_barcode_page_width_required","The default barcode page width is a required field","The default barcode page width is a required field","The default barcode page width is a required field","The default barcode page width is a required field","The default barcode page width is a required field","The default barcode page width is a required field","The default barcode page width is a required field","The default barcode page width is a required field","The default barcode page width is a required field" +"config_default_barcode_quality_number","The default barcode quality must be a number","The default barcode quality must be a number","The default barcode quality must be a number","The default barcode quality must be a number","The default barcode quality must be a number","The default barcode quality must be a number","The default barcode quality must be a number","The default barcode quality must be a number","The default barcode quality must be a number" +"config_default_barcode_quality_required","The default barcode quality is a required field","The default barcode quality is a required field","The default barcode quality is a required field","The default barcode quality is a required field","The default barcode quality is a required field","The default barcode quality is a required field","The default barcode quality is a required field","The default barcode quality is a required field","The default barcode quality is a required field" +"config_default_barcode_width_number","The default barcode width must be a number","The default barcode width must be a number","The default barcode width must be a number","The default barcode width must be a number","The default barcode width must be a number","The default barcode width must be a number","The default barcode width must be a number","The default barcode width must be a number","The default barcode width must be a number" +"config_default_barcode_width_required","The default barcode width is a required field","The default barcode width is a required field","The default barcode width is a required field","The default barcode width is a required field","The default barcode width is a required field","The default barcode width is a required field","The default barcode width is a required field","The default barcode width is a required field","The default barcode width is a required field" +"config_default_sales_discount","Standaard Korting %","Default Sales Discount %","Default Sales Discount %","Default Sales Discount %","Default Sales Discount %","Default Sales Discount %","Default Sales Discount %","Default Sales Discount %","Default Sales Discount %" +"config_default_sales_discount_number","The default sales discount must be a number","The default sales discount must be a number","The default sales discount must be a number","The default sales discount must be a number","The default sales discount must be a number","The default sales discount must be a number","The default sales discount must be a number","The default sales discount must be a number","The default sales discount must be a number" +"config_default_sales_discount_required","The default sales discount is a required field","The default sales discount is a required field","The default sales discount is a required field","The default sales discount is a required field","The default sales discount is a required field","The default sales discount is a required field","The default sales discount is a required field","The default sales discount is a required field","The default sales discount is a required field" +"config_default_tax_rate","Standaard VAT %","% de Impuestos Predeterminada","Default Tax Rate %","Taux d\'Imposition par Défaut","預設稅率 %","Обычный ставка налога %","อัตราภาษีเริ่มต้น %","Varsayılan Vergi Oranı %","Tarif Pajak Biasa%" +"config_default_tax_rate_1","VAT 1 %","Impuesto 1","Tax 1 Rate","Taux d\'Imposition 1","稅率 1","ставка налога 1","อัตราภาษี 1","Vergi Oranı 1","Tarif Pajak 1" +"config_default_tax_rate_2","VAT 2 %","Impuesto 2","Tax 2 Rate","Taux d\'Imposition 2","稅率 2","ставка налога 2","อัตราภาษี 2","Vergi Oranı 2","Tarif Pajak 2" +"config_default_tax_rate_number","Het percentage VAT moet een nummer zijn","El Impuesto Predeterminado debe ser un número","The default tax rate must be a number","Le taux d\'imposition doit etre un nombre","預設稅率必需為數字","Обычный ставка налога должен быть цифра","อัตราภาษีเริ่มต้นต้องเป็นตัวเลข","Varsayılan Vergi Oranı sayı olmalıdır","Tarif Pajak Biasa harus angka" +"config_default_tax_rate_required","Het percentage VAT moet ingevuld worden","El Impuesto Predeterminado es requerido","The default tax rate is a required field","Le taux d\'imposition par défaut est requis","預設稅率為必填","Обычный ставка налога обязательный пробел","อัตราภาษีเริ่มต้นต้องกรอก","Varsayılan Vergi Oranı zorunlu alandır","Tarif Pajak Biasa wajib diisi" +"config_fax","Fax","Fax","Fax","Fax","傳真","Факс","แฟ็ก","Faks","Fax" +"config_general_configuration","Algemene Instellingen","","General Configuration","","","","","","" +"config_info","Systeeminstellingen","Información del Comercio","Store Configuration Information","Çonfiguration de l\'Entreprise","儲存組態","информация о магазин конфигурация","ข้อมูลร้านค้า","Mağaza yapılandırma bilgisi","Informasi Konfigurasi Toko" +"config_invoice_default_comments","Factuur Mededeling","Default Invoice Comments","Default Invoice Comments","Default Invoice Comments","Default Invoice Comments","Default Invoice Comments","Default Invoice Comments","Default Invoice Comments","Default Invoice Comments" +"config_invoice_email_message","Invoice Email Template","Invoice Email Template","Invoice Email Template","Invoice Email Template","Invoice Email Template","Invoice Email Template","Invoice Email Template","Invoice Email Template","Invoice Email Template" +"config_invoice_printer","Factuur Printer","Invoice Printer","Invoice Printer","Invoice Printer","Invoice Printer","Invoice Printer","Invoice Printer","Invoice Printer","Invoice Printer" +"config_jsprintsetup_required","Opgelet! De uitgeschakelde functionaliteit werkt enkel met de jsPrintSetup addon in Firefox.","Warning! This disabled functionality will only work if you have the FireFox jsPrintSetup addon installed. Save anyway?","Warning! This disabled functionality will only work if you have the FireFox jsPrintSetup addon installed. Save anyway?","Warning! This disabled functionality will only work if you have the FireFox jsPrintSetup addon installed. Save anyway?","Warning! This disabled functionality will only work if you have the FireFox jsPrintSetup addon installed. Save anyway?","Warning! This disabled functionality will only work if you have the FireFox jsPrintSetup addon installed. Save anyway?","Warning! This disabled functionality will only work if you have the FireFox jsPrintSetup addon installed. Save anyway?","Warning! This disabled functionality will only work if you have the FireFox jsPrintSetup addon installed. Save anyway?","Warning! This disabled functionality will only work if you have the FireFox jsPrintSetup addon installed. Save anyway?" +"config_language","Taal","Idioma","Language","Langue","語言","Язик","ภาษา","Dil","Bahasa" +"config_lines_per_page","Lijnen Per Pagina","Lines Per Page","Lines Per Page","Lines Per Page","Lines Per Page","Lines Per Page","Lines Per Page","Lines Per Page","Lines Per Page" +"config_lines_per_page_number","The lines per page must be a number","The lines per page must be a number","","The lines per page must be a number","The lines per page must be a number","The lines per page must be a number","The lines per page must be a number","The lines per page must be a number","The lines per page must be a number" +"config_lines_per_page_required","The lines per page is a required field","The lines per page is a required field","The lines per page is a required field","The lines per page is a required field","The lines per page is a required field","The lines per page is a required field","The lines per page is a required field","The lines per page is a required field","The lines per page is a required field" +"config_location_configuration","Stock Locaties","Stock Locations","Stock Locations","Stock Locations","Stock Locations","Stock Locations","Stock Locations","Stock Locations","Stock Locations" +"config_location_info","Instellingen Locatie","Location Configuration Information","Location Configuration Information","Location Configuration Information","Location Configuration Information","Location Configuration Information","Location Configuration Information","Location Configuration Information","Location Configuration Information" +"config_logout","Wilt u een backup maken alvorens uit te loggen?","Don't you want to make a backup before logging out?","Don't you want to make a backup before logging out? Click [OK] to backup, [Cancel] to logout","Don't you want to make a backup before logging out?","Don't you want to make a backup before logging out?","Don't you want to make a backup before logging out?","Don't you want to make a backup before logging out?","Don't you want to make a backup before logging out?","Don't you want to make a backup before logging out?" +"config_number_format","Number Format","Number Format","Number Format","Number Format","Number Format","Number Format","Number Format","Number Format","Format Nomor" +"config_phone","Telefoon","Teléfono del Comercio","Company Phone","Téléphone","電話","Телефон Компании","เบอร์โทรศัพท์","Şirket Telefonu","Telepon Perusahaan" +"config_phone_required","De telefoonnummer van het bedrijf moet ingevuld worden","Teléfono del Comercio es requerido","Company phone is a required field","Le numéro de téléphone est requis","公司電話為必填","Телефон Компании обязательный пробел","เบอร์โทรต้องกรอก","Şirket Telefonu zorunlu alandır","Telepon Perusahaan wajib diisi" +"config_print_after_sale","","","","","","","พิมพ์บิลหลังการขาย","","" +"config_print_bottom_margin","Marge Beneden","Margin Bottom","Margin Bottom","Margin Bottom","Margin Bottom","Margin Bottom","Margin Bottom","Margin Bottom","Margin Bottom" +"config_print_bottom_margin_number","The default bottom margin must be a number","The default bottom margin must be a number","The default bottom margin must be a number","The default bottom margin must be a number","The default bottom margin must be a number","The default bottom margin must be a number","The default bottom margin must be a number","The default bottom margin must be a number","The default bottom margin must be a number" +"config_print_bottom_margin_required","The default bottom margin is a required field","The default bottom margin is a required field","The default bottom margin is a required field","The default bottom margin is a required field","The default bottom margin is a required field","The default bottom margin is a required field","The default bottom margin is a required field","The default bottom margin is a required field","The default bottom margin is a required field" +"config_print_footer","Print Browser Footer","Print Browser Footer","Print Browser Footer","Print Browser Footer","Print Browser Footer","Print Browser Footer","Print Browser Footer","Print Browser Footer","Print Browser Footer" +"config_print_header","Print Browser Header","Print Browser Header","Print Browser Header","Print Browser Header","Print Browser Header","Print Browser Header","Print Browser Header","Print Browser Header","Print Browser Header" +"config_print_left_margin","Marge Links","Margin Left","Margin Left","Margin Left","Margin Left","Margin Left","Margin Left","Margin Left","Margin Left" +"config_print_left_margin_number","The default left margin must be a number","The default left margin must be a number","The default left margin must be a number","The default left margin must be a number","The default left margin must be a number","The default left margin must be a number","The default left margin must be a number","The default left margin must be a number","The default left margin must be a number" +"config_print_left_margin_required","The default left margin is a required field","The default left margin is a required field","The default left margin is a required field","The default left margin is a required field","The default left margin is a required field","The default left margin is a required field","The default left margin is a required field","The default left margin is a required field","The default left margin is a required field" +"config_print_right_margin","Marge Rechts","Margin Right","Margin Right","Margin Right","Margin Right","Margin Right","Margin Right","Margin Right","Margin Right" +"config_print_right_margin_number","The default right margin must be a number","The default right margin must be a number","The default right margin must be a number","The default right margin must be a number","The default right margin must be a number","The default right margin must be a number","The default right margin must be a number","The default right margin must be a number","The default right margin must be a number" +"config_print_right_margin_required","The default right margin is a required field","The default right margin is a required field","The default right margin is a required field","The default right margin is a required field","The default right margin is a required field","The default right margin is a required field","The default right margin is a required field","The default right margin is a required field","The default right margin is a required field" +"config_print_silently","Marge Boven","Top Margin","Show Print Dialog","Show Print Dialog","Show Print Dialog","Show Print Dialog","Show Print Dialog","Show Print Dialog","Show Print Dialog" +"config_print_top_margin","Marge Boven","Margin Top","Margin Top","Margin Top","Margin Top","Margin Top","Margin Top","Margin Top","Margin Top" +"config_print_top_margin_number","The default top margin must be a number","The default top margin must be a number","The default top margin must be a number","The default top margin must be a number","The default top margin must be a number","The default top margin must be a number","The default top margin must be a number","The default top margin must be a number","The default top margin must be a number" +"config_print_top_margin_required","The default top margin is a required field","The default top margin is a required field","The default top margin is a required field","The default top margin is a required field","The default top margin is a required field","The default top margin is a required field","The default top margin is a required field","The default top margin is a required field","The default top margin is a required field" +"config_receipt_configuration","Print Instellingen","Print Settings","Print Settings","Print Settings","Print Settings","Print Settings","Print Settings","Print Settings","Print Settings" +"config_receipt_info","Ticket Instellingen","Receipt Configuration Information","Receipt Configuration Information","Receipt Configuration Information","Receipt Configuration Information","Receipt Configuration Information","Receipt Configuration Information","Receipt Configuration Information","Receipt Configuration Information" +"config_receipt_printer","Ticket Printer","Ticket Printer","Ticket Printer","Ticket Printer","Ticket Printer","Ticket Printer","Ticket Printer","Ticket Printer","Ticket Printer" +"config_receipt_show_taxes","Toon VAT","Show Taxes","Show Taxes","Show Taxes","Show Taxes","Show Taxes","Show Taxes","Show Taxes","Show Taxes" +"config_receiving_calculate_average_price","Calc avg. Price (Receiving)","Calc avg. Price (Receiving)","Calc avg. Price (Receiving)","Calc avg. Price (Receiving)","Calc avg. Price (Receiving)","Calc avg. Price (Receiving)","Calc avg. Price (Receiving)","Calc avg. Price (Receiving)","Calc avg. Price (Receiving)" +"config_recv_invoice_format","Formattering Order #","","Receivings Invoice Format","","","","ใบส่งของ","","Format Nota" +"config_return_policy_required","De retourvoorwaarden moeten ingevuld worden","Política de Devolución es requerida","Return policy is a required field","Le Message est un champ requis","退換貨政策為必填","Возвратний полис обязательный пробел","ต้องกรอกเงื่อนไขการคืนสินค้า","İade Politikası zorunlu alandır","Kebijakan retur wajib diisi" +"config_sales_invoice_format","Formattering Aankoop #","","Sales Invoice Format","","","","รหัสใบเสร็จ","","Format Nota" +"config_saved_successfully","Configuratie werd bewaard","Configuración guardada satisfactoriamente","Configuration saved successfully","Configuration sauvegardée","組態設置儲存成功","Конфигурация успешно сохранена","บันทึกข้อมูลร้านค้าเรียบร้อยแล้ว","Yapılandırma kaydedildi","Konfigurasi berhasil disimpan" +"config_saved_unsuccessfully","Configuratie kon niet worden bewaard","Configuración no guardada","Configuration saved unsuccessfully","Échec de sauvegarde de configuration","組態設置儲存失敗","Конфигурация сохраненная безуспешно","บันทึกข้อมูลร้านค้าไม่สำเร็จ","Yapılandırma kaydedilemedi","Konfigurasi tidak berhasil disimpan" +"config_stock_location","Stock locatie","Stock location","Stock location","Stock location","Stock location","Stock location","สถานที่เก็บ","Mağaza Yeri","Lokasi Stock" +"config_stock_location_duplicate","Vul een unieke naam in","Please use an unique location name","Please use an unique location name","Please use an unique location name","Please use an unique location name","Please use an unique location name","","Please use an unique location name","Please use an unique location name" +"config_stock_location_invalid_chars","De bedrijfsnaam moet ingevuld worden","The stock location name can not contain '_'","The stock location name can not contain '_'","The stock location name can not contain '_'","The stock location name can not contain '_'","The stock location name can not contain '_'","The stock location name can not contain '_'","The stock location name can not contain '_'","The stock location name can not contain '_'" +"config_stock_location_required","Naam van de stock locatie is een verplicht veld","Stock location number is a required field","Stock location number is a required field","Stock location number is a required field","Stock location number is a required field","Stock location number is a required field","จำเป็นต้องระบุสถานที่เก็บ","Mağaza Yeri numarası zorunlu alandır","Stock location number is a required field" +"config_tax_included","VAT Ingebgrepen","Impuestos incluidos","Tax Included","","Tax Included","Tax Included","รวมภาษีแล้ว","","Dikenakan Pajak" +"config_thousands_separator","Thousands Separator"," Thousands Separator","Thousands Separator"," Thousands Separator","Thousands Separator"," Thousands Separator","Thousands Separator"," Thousands Separator","Pemisah Ribuan" +"config_timezone","Tijdzone","Zona Horaria","Timezone","Fuseau Horaire","時區","Часовой пояс","Timezone","Saat Dilimi","Zona Waktu" +"config_use_invoice_template","Gebruik template voor facturen","Use invoice template","Use invoice template","Use invoice template","Use invoice template","Use invoice template","Use invoice template","Use invoice template","Use invoice template" +"config_website","Website","Sitio Web","Website","Site-web","網站","Веб-сайт","เว็บไซต์","Website","Situs Perusahaan" diff --git a/translations/customers_lang.csv b/translations/customers_lang.csv index eb14d748d..e16953280 100644 --- a/translations/customers_lang.csv +++ b/translations/customers_lang.csv @@ -1,16 +1,16 @@ -label,nl-BE,es,en,fr,zh,ru,th,tr,id -customers_account_number,Btwnummer,Cuenta #,Account #,# Compte,帳號 #,Номер счота,บัญชี #,Hesap No,No.Pelanggan -customers_basic_information,Klantgegevens,Información de Clientes,Customer Information,Informations Client,客戶資訊,Информация о клиенте,ข้อมูลลูกค้า,Müşteri bilgisi,Informasi Pelanggan -customers_cannot_be_deleted,De geselecteerde klanten konden niet worden verwijderd. Eén of meerdere klanten hebben verkoopsgegevens in de database zitten.,No se pudo borrar los clientes seleccionados. Uno o más de éstos tiene ventas.,"Could not deleted selected customers, one or more of the selected customers has sales.",Impossible de supprimer. Un ou plusiers client(s) sélectionné(s) ont des ventes.,無法刪除選定的客戶,選定的客戶存有銷售紀錄。,"Невозможно удалить выбранных клиентов, один или более из них имеет продаж.","ไม่สามารลบลูกค้าที่ถูกเลือก, ลูกค้าที่ถูกเลือกถูขายไปแล้ว.","Seçili müşteriler silinemedi, müşterilerin satışları var.",pelanggan terpilih tidak bisa dihapus; satu atau lebih dari pelanggan yang dipilih memiliki penjualan. -customers_confirm_delete,Bent u zeker dat u de geselecteerde klanten wil verwijderen?,¿Estás seguro(a) de que quieres borrar a los clientes seleccionados?,Are you sure you want to delete the selected customers?,Etes vous sûr(e) de vouloir supprimer ces clients?,你確定要刪除選定的客戶?,"Вы уверены, что хотите удалить выбранных клиентов?",ยืนยันลบข้อมูลลูกค้า?,Seçili müşteriyi silmek istediğinize emin misiniz?,Apakah Anda yakin ingin menghapus pelanggan yang dipilih? -customers_customer,Klant,Cliente,Customer,Client,客戶,Клиент,ลูกค้า,Müşteri,Pelanggan -customers_error_adding_updating,Fout bij het toevoegen/bewerken van een klant,Error agregando/actualizando cliente,Error adding/updating customer,Érreur lors de l\'ajout/suppression de client,添加/更新客戶錯誤,Ошибка при добавлении/обновлении клиента,แก้ไขข้อมูลลูกค้าผิดพลาด,Müşteri ekleme/güncelleme hatası,Menambah / Memperbarui Pelanggan Salah -customers_new,Nieuwe Klant,Nuevo Cliente,New Customer,Nouveau Client,新客戶,Новый Клиент,ลูกค้าใหม่,Yeni Müşteri,Pelanggan Baru -customers_none_selected,U hebt geen klanten geselecteerd,No has selccionado clientes para ser borrados,You have not selected any customers to delete,Vous n\\\'avez pas sélectionné de client à supprimer,您還沒有選擇任何客戶進行刪除,"Вы не выбрали ни клиентов, чтобы удалить.",คุณยังไม่ได้ทำการเลือกลูกค้า,Silmek için müşteri seçmediniz,Anda belum memilih pelanggan untuk dihapus -customers_one_or_multiple,klant(en) verwijderd,cliente(s),customer(s),client(s),客戶,клиент(ов),ลูกค้า,müşteri,pelanggan -customers_successful_adding,Klant succesvol aangemaakt,Has agregado satisfactoriamente el cliente,You have successfully added customer,Vous avez ajouté un nouveau client,成功新增顧客,Вы успешно добавили клиентов,คุณได้ทำการเพิ่มลูกค้าเรียบร้อยแล้ว,Müşteri eklendi,Anda telah berhasil menambah pelanggan -customers_successful_deleted,Er werd(en),Has borrado satisfactoriamente a,You have successfully deleted,Suppréssion réussie,成功刪除,Вы успешно удалили,คุณได้ทำการลบข้อมูลเรียบร้อยแล้ว,Silme başarılı,Anda telah berhasil menghapus pelanggan -customers_successful_updating,Wijzigingen klantgegevens bewaard voor ,No se ha podido agregar el cliente,You have successfully updated customer,Édition client réussie,成功更新顧客,Вы успешно обновили клиент,คุณได้ทำการแก้ไขข้อมูลลูกค้าเรียบร้อยแล้ว,Müşteri güncellendi,Anda telah berhasil memperbarui pelanggan -customers_taxable,Belastbaar,Gravable,Taxable,Imposable,應課稅,облагаемый,ต้องเสียภาษี,Vergilendirilebilir,Dapat dikenakan pajak -customers_update,Bewerk Klant,Actualizar Cliente,Update Customer,Éditer Client,更新客戶,Обновлять Клиент,แก้ไขข้อมูลลูกค้า,Müşteri Güncelle,Ubah Pelanggan -customers_account_number_duplicate,Deze VAT nummer is reeds aanwezig in de database,This account number is already present in the database,This account number is already present in the database,This account number is already present in the database,This account number is already present in the database,This account number is already present in the database,This account number is already present in the database,This account number is already present in the database,This account number is already present in the database +"label","nl-BE","es","en","fr","zh","ru","th","tr","id" +"customers_account_number","Btwnummer","Cuenta #","Account #","# Compte","帳號 #","Номер счота","บัญชี #","Hesap No","No.Pelanggan" +"customers_account_number_duplicate","Deze VAT nummer is reeds aanwezig in de database","This account number is already present in the database","This account number is already present in the database","This account number is already present in the database","This account number is already present in the database","This account number is already present in the database","This account number is already present in the database","This account number is already present in the database","This account number is already present in the database" +"customers_basic_information","Klantgegevens","Información de Clientes","Customer Information","Informations Client","客戶資訊","Информация о клиенте","ข้อมูลลูกค้า","Müşteri bilgisi","Informasi Pelanggan" +"customers_cannot_be_deleted","De geselecteerde klanten konden niet worden verwijderd. Eén of meerdere klanten hebben verkoopsgegevens in de database zitten.","No se pudo borrar los clientes seleccionados. Uno o más de éstos tiene ventas.","Could not deleted selected customers, one or more of the selected customers has sales.","Impossible de supprimer. Un ou plusiers client(s) sélectionné(s) ont des ventes.","無法刪除選定的客戶,選定的客戶存有銷售紀錄。","Невозможно удалить выбранных клиентов, один или более из них имеет продаж.","ไม่สามารลบลูกค้าที่ถูกเลือก, ลูกค้าที่ถูกเลือกถูขายไปแล้ว.","Seçili müşteriler silinemedi, müşterilerin satışları var.","pelanggan terpilih tidak bisa dihapus; satu atau lebih dari pelanggan yang dipilih memiliki penjualan." +"customers_confirm_delete","Bent u zeker dat u de geselecteerde klanten wil verwijderen?","¿Estás seguro(a) de que quieres borrar a los clientes seleccionados?","Are you sure you want to delete the selected customers?","Etes vous sûr(e) de vouloir supprimer ces clients?","你確定要刪除選定的客戶?","Вы уверены, что хотите удалить выбранных клиентов?","ยืนยันลบข้อมูลลูกค้า?","Seçili müşteriyi silmek istediğinize emin misiniz?","Apakah Anda yakin ingin menghapus pelanggan yang dipilih?" +"customers_customer","Klant","Cliente","Customer","Client","客戶","Клиент","ลูกค้า","Müşteri","Pelanggan" +"customers_error_adding_updating","Fout bij het toevoegen/bewerken van een klant","Error agregando/actualizando cliente","Error adding/updating customer","Érreur lors de l\'ajout/suppression de client","添加/更新客戶錯誤","Ошибка при добавлении/обновлении клиента","แก้ไขข้อมูลลูกค้าผิดพลาด","Müşteri ekleme/güncelleme hatası","Menambah / Memperbarui Pelanggan Salah" +"customers_new","Nieuwe Klant","Nuevo Cliente","New Customer","Nouveau Client","新客戶","Новый Клиент","ลูกค้าใหม่","Yeni Müşteri","Pelanggan Baru" +"customers_none_selected","U hebt geen klanten geselecteerd","No has selccionado clientes para ser borrados","You have not selected any customers to delete","Vous n\\\'avez pas sélectionné de client à supprimer","您還沒有選擇任何客戶進行刪除","Вы не выбрали ни клиентов, чтобы удалить.","คุณยังไม่ได้ทำการเลือกลูกค้า","Silmek için müşteri seçmediniz","Anda belum memilih pelanggan untuk dihapus" +"customers_one_or_multiple","klant(en) verwijderd","cliente(s)","customer(s)","client(s)","客戶","клиент(ов)","ลูกค้า","müşteri","pelanggan" +"customers_successful_adding","Klant succesvol aangemaakt","Has agregado satisfactoriamente el cliente","You have successfully added customer","Vous avez ajouté un nouveau client","成功新增顧客","Вы успешно добавили клиентов","คุณได้ทำการเพิ่มลูกค้าเรียบร้อยแล้ว","Müşteri eklendi","Anda telah berhasil menambah pelanggan" +"customers_successful_deleted","Er werd(en)","Has borrado satisfactoriamente a","You have successfully deleted","Suppréssion réussie","成功刪除","Вы успешно удалили","คุณได้ทำการลบข้อมูลเรียบร้อยแล้ว","Silme başarılı","Anda telah berhasil menghapus pelanggan" +"customers_successful_updating","Wijzigingen klantgegevens bewaard voor ","No se ha podido agregar el cliente","You have successfully updated customer","Édition client réussie","成功更新顧客","Вы успешно обновили клиент","คุณได้ทำการแก้ไขข้อมูลลูกค้าเรียบร้อยแล้ว","Müşteri güncellendi","Anda telah berhasil memperbarui pelanggan" +"customers_taxable","Belastbaar","Gravable","Taxable","Imposable","應課稅","облагаемый","ต้องเสียภาษี","Vergilendirilebilir","Dapat dikenakan pajak" +"customers_update","Bewerk Klant","Actualizar Cliente","Update Customer","Éditer Client","更新客戶","Обновлять Клиент","แก้ไขข้อมูลลูกค้า","Müşteri Güncelle","Ubah Pelanggan" diff --git a/translations/employees_lang.csv b/translations/employees_lang.csv index 4bbd73572..09e49b399 100644 --- a/translations/employees_lang.csv +++ b/translations/employees_lang.csv @@ -1,26 +1,26 @@ "label","nl-BE","es","en","fr","zh","ru","th","tr","id" -"employees_basic_information","Employee Basic Information","Información Básica de Empleados","Employee Basic Information","Fiche Employé","員工基本資料","Сотрудник Базовая Информация","Employee Basic Information","Personel Temel Bilgileri","Informasi Karyawan" -"employees_cannot_be_deleted","Could not deleted selected employees, one or more of the employees has processed sales or you are trying to delete yourself :)","No se pudieron borrar empleados. Uno o más empleados tiene ventas procesadas o estás tratando de borrarte a tí mismo(a).","Could not deleted selected employees, one or more of the employees has processed sales or you are trying to delete yourself :)","Impossible de supprimer. Un ou plusieurs des employés à éffectué une vente, ou alors vous essayez de vous supprimer vous-meme :)","無法刪除選定的僱員,選定的員工中已有銷售紀錄或你正在試圖刪除自己 :)","Не возможно удалить выбранный сотрудников, одного или более работников обработал продаж или вы пытаетесь удалить себя","Could not deleted selected employees, one or more of the employees has processed sales or you are trying to delete yourself :)","Seçili personel silinemedi, personellerin satışları var yada kendinizi silmeye çalışıyorsunuz","Karyawan terpilih tidak bisa dihapus; satu atau lebih dari para pekerja telah memproses penjualan atau Anda mencoba untuk menghapus diri Anda sendiri:)" -"employees_confirm_delete","Bent u zeker dat u de geselecteerde werknemers wil verwijderen?","¿Estás seguro(a) que quieres borrar los empleados seleccionados?","Are you sure you want to delete the selected employees?","Voulez-vous supprimer ces employés?","你確定要刪除所選的員工嗎?","Вы уверены, что хотите удалить выбранную сотрудников?","Are you sure you want to delete the selected employees?","Seçili personelleri silmek istediğinize emin misiniz?","Apakah Anda yakin ingin menghapus karyawan yang dipilih?" -"employees_employee","Werknemer","Empleado","Employee","Employé","員工","Сотрудник","Employee","Personel","Karyawan" -"employees_error_adding_updating","Error adding/updating employee","Error al agregar/actualizar empleado","Error adding/updating employee","Erreur d\'ajout/édition d\'employé","添加/更新員工錯誤","Ошибка при добавлении/обновлении сотрудника","Error adding/updating employee","Personel ekleme/güncelleme hatası","Kesalahan menambah / memperbarui karyawan" +"employees_basic_information","Employee Basic Information","Información Básica de Empleados","Employee Basic Information","Fiche Employé","員工基本資料","Сотрудник Базовая Информация","ข้อมูลพื้นฐานของพนักงาน","Personel Temel Bilgileri","Informasi Karyawan" +"employees_cannot_be_deleted","Could not deleted selected employees, one or more of the employees has processed sales or you are trying to delete yourself :)","No se pudieron borrar empleados. Uno o más empleados tiene ventas procesadas o estás tratando de borrarte a tí mismo(a).","Could not deleted selected employees, one or more of the employees has processed sales or you are trying to delete yourself :)","Impossible de supprimer. Un ou plusieurs des employés à éffectué une vente, ou alors vous essayez de vous supprimer vous-meme :)","無法刪除選定的僱員,選定的員工中已有銷售紀錄或你正在試圖刪除自己 :)","Не возможно удалить выбранный сотрудников, одного или более работников обработал продаж или вы пытаетесь удалить себя","ไม่สามารถลบข้อมูลพนักงานที่กำลังปฏิบัติงานอยู่ได้","Seçili personel silinemedi, personellerin satışları var yada kendinizi silmeye çalışıyorsunuz","Karyawan terpilih tidak bisa dihapus; satu atau lebih dari para pekerja telah memproses penjualan atau Anda mencoba untuk menghapus diri Anda sendiri:)" +"employees_confirm_delete","Bent u zeker dat u de geselecteerde werknemers wil verwijderen?","¿Estás seguro(a) que quieres borrar los empleados seleccionados?","Are you sure you want to delete the selected employees?","Voulez-vous supprimer ces employés?","你確定要刪除所選的員工嗎?","Вы уверены, что хотите удалить выбранную сотрудников?","ยืนยันการลบข้อมูลพนักงาน","Seçili personelleri silmek istediğinize emin misiniz?","Apakah Anda yakin ingin menghapus karyawan yang dipilih?" +"employees_employee","Werknemer","Empleado","Employee","Employé","員工","Сотрудник","พนักงาน","Personel","Karyawan" +"employees_error_adding_updating","Error adding/updating employee","Error al agregar/actualizar empleado","Error adding/updating employee","Erreur d\'ajout/édition d\'employé","添加/更新員工錯誤","Ошибка при добавлении/обновлении сотрудника","การปรับปรุงข้อมูลผิดพลาด","Personel ekleme/güncelleme hatası","Kesalahan menambah / memperbarui karyawan" "employees_error_deleting_demo_admin","You can not delete the demo admin user","No puedes borrar el usuario admin del demo","You can not delete the demo admin user","Vous ne pouvez pas effacer l\'utilisateur de démonstration admin","您不能刪除admin用戶","Вы не можете удалить пользователь демонстрация аккаунт","You can not delete the demo admin user","Admin güncellenemez","Anda tidak dapat menghapus Demo admin user" "employees_error_updating_demo_admin","You can not change the demo admin user","No puedes cambiar el usuario admin del demo","You can not change the demo admin user","Vous ne pouvez pas modifier l\'utilisateur de démonstration admin","您不能更改admin用戶","Вы не можете изменить пользователь демонстрация аккаунт","You can not change the demo admin user","Admin silinemez","Anda tidak dapat merubah Demo admin user" "employees_login_info","Employee Login Info","Información de Ingreso del Empleado","Employee Login Info","Détails de Connexion Employé","員工登錄資料","Информация для сотрудников Входа","Employee Login Info","Personel Giriş Bilgileri","Info Login Karyawan" -"employees_new","N. Werknemer","Nuevo Empleado","New Employee","Nouvel Employé","新員工","Новый Сотрудник","New Employee","Yeni Personel","Karyawan Baru" -"employees_none_selected","U hebt geen werknemers geselecteerd","No has seleccionado empleados para borrar","You have not selected any employees to delete","Aucun employé sélectionné pour la suppression","您還沒有選擇任何員工進行刪除","Вы не выбрали ни сотрудников для удаления","You have not selected any employees to delete","Silmek için çalışan seçmediniz","Anda belum memilih karyawan untuk menghapus" -"employees_one_or_multiple","werknemer(s) verwijderd","empleado(s)","employee(s)","employé(s)","員工","сотрудник(ов)","employee(s)","personel","Karyawan" +"employees_new","N. Werknemer","Nuevo Empleado","New Employee","Nouvel Employé","新員工","Новый Сотрудник","เพิ่มพนักงาน","Yeni Personel","Karyawan Baru" +"employees_none_selected","U hebt geen werknemers geselecteerd","No has seleccionado empleados para borrar","You have not selected any employees to delete","Aucun employé sélectionné pour la suppression","您還沒有選擇任何員工進行刪除","Вы не выбрали ни сотрудников для удаления","โปรดเลือกพนักงาน","Silmek için çalışan seçmediniz","Anda belum memilih karyawan untuk menghapus" +"employees_one_or_multiple","werknemer(s) verwijderd","empleado(s)","employee(s)","employé(s)","員工","сотрудник(ов)","พนักงาน","personel","Karyawan" "employees_password","Paswoord","Contraseña","Password","Mot de passe","密碼","Пароль","Password","Şifre","Kata Sandi" -"employees_password_minlength","Paswoord moet minstens 8 characters lang zijn","La contraseña debe tener, por lo menos, 8 caracteres","Passwords must be at least 8 characters","Le Mot de passe doit etre long d\'au moins 8 caractères","密碼需為八個字元以上","Пароль должен быть не менее 8 символов","Passwords must be at least 8 characters","Şifre en az 8 karakter olmalıdır","Kata Sandi minimal 8 huruf/angka" -"employees_password_must_match","Paswoorden komen niet overeen","Las Contraseñas no coinciden","Passwords do not match","Mots de passe non corcordants","密碼與確認密碼不一致","Пароли не совпадают","Passwords do not match","Şifreler uyuşmuyor","Kata Sandi tidak cocok" -"employees_password_required","Paswoord moet ingevuld worden","La Contraseña es requerida","Password is required","Le Mot de passe est requis","請輸入密碼","Пароль обязательно","Password is required","Şifre zorunlu alandır","Kata Sandi wajib diisi" +"employees_password_minlength","Paswoord moet minstens 8 characters lang zijn","La contraseña debe tener, por lo menos, 8 caracteres","Passwords must be at least 8 characters","Le Mot de passe doit etre long d\'au moins 8 caractères","密碼需為八個字元以上","Пароль должен быть не менее 8 символов","รหัสผ่านต้องยาวเกิน 8 อักษร","Şifre en az 8 karakter olmalıdır","Kata Sandi minimal 8 huruf/angka" +"employees_password_must_match","Paswoorden komen niet overeen","Las Contraseñas no coinciden","Passwords do not match","Mots de passe non corcordants","密碼與確認密碼不一致","Пароли не совпадают","รหัสผ่านไม่ตรงกัน","Şifreler uyuşmuyor","Kata Sandi tidak cocok" +"employees_password_required","Paswoord moet ingevuld worden","La Contraseña es requerida","Password is required","Le Mot de passe est requis","請輸入密碼","Пароль обязательно","ต้องกรอกรหัสผ่าน","Şifre zorunlu alandır","Kata Sandi wajib diisi" "employees_permission_desc","Check the boxes below to grant access to modules","Activa las cajas debajo para permitir el acceso a los módulos","Check the boxes below to grant access to modules","Cochez les cases cis-dessous pour autoriser l\'accès aux modules","勾選後授予使用該模組功能","Отметьте флажками ниже, чтобы предоставить доступ к модулям","Check the boxes below to grant access to modules","Modül yetkisi vermek için kutuları işaretleyin","Tandai kotak di bawah ini untuk memberikan akses ke Modul" "employees_permission_info","Employee Permissions and Access","Permisos y Acceso del Empleado","Employee Permissions and Access","Droits d\'Accès Employé","員工權限","Сотрудник разрешениями и правами доступа","Employee Permissions and Access","Personel İzin ve Yetkileri","Hak Akses Karyawan" "employees_repeat_password","Herhaal Paswoord","Repita Contraseña","Password Again","Re-saisissez le mot de passe","確認密碼","Повторяете пароль","Password Again","Şifre (Tekrar)","Ulang Kata Sandi" -"employees_successful_adding","You have successfully added employee","Has agregado el empleado satisfactoriamente","You have successfully added employee","Employé ajouté","新增員工資料成功","Вы успешно добавили сотрудника","You have successfully added employee","Personel eklendi","Anda telah berhasil menambahkan karyawan" -"employees_successful_deleted","Er werd(en)","Has borrado satisfactoriamente a","You have successfully deleted","Suppréssion d\'employé réussie","成功刪除員工資料","Вы успешно удалили","You have successfully deleted","Silme başarılı","Anda telah berhasil menghapus" -"employees_successful_updating","You have successfully updated employee","Has actualizado el empleado satisfactoriamente","You have successfully updated employee","Édition d\'employé réussie","成功更新員工資料","Вы успешно обновили сотрудника","You have successfully updated employee","Personel güncellendi","Anda telah berhasil memperbarui karyawan" -"employees_update","Update Werknemer","Actualizar Empleado","Update Employee","Éditer Employé","更新員工","Обновлять Сотрудник","Update Employee","Personeli Güncelle","Ubah Karyawan" +"employees_successful_adding","You have successfully added employee","Has agregado el empleado satisfactoriamente","You have successfully added employee","Employé ajouté","新增員工資料成功","Вы успешно добавили сотрудника","เพิ่มข้อมูลพนักงานเรียบร้อยแล้ว","Personel eklendi","Anda telah berhasil menambahkan karyawan" +"employees_successful_deleted","Er werd(en)","Has borrado satisfactoriamente a","You have successfully deleted","Suppréssion d\'employé réussie","成功刪除員工資料","Вы успешно удалили","ลบข้อมูลสำเร็จ","Silme başarılı","Anda telah berhasil menghapus" +"employees_successful_updating","You have successfully updated employee","Has actualizado el empleado satisfactoriamente","You have successfully updated employee","Édition d\'employé réussie","成功更新員工資料","Вы успешно обновили сотрудника","ปรับปรุงข้อมูลพนักงานเรียบร้อยแล้ว","Personel güncellendi","Anda telah berhasil memperbarui karyawan" +"employees_update","Update Werknemer","Actualizar Empleado","Update Employee","Éditer Employé","更新員工","Обновлять Сотрудник","แก้ไขข้อมูลพนักงาน","Personeli Güncelle","Ubah Karyawan" "employees_username","Gebruikersnaam","Usuario","Username","Nom d\'utilisateur","帳號","Имя пользователя","Username","Kullandı Adı","Nama Pengguna" -"employees_username_minlength","Gebruikersnaam moet minstens 5 characters lang zijn","El Usuario debe tener, por lo menos, 5 caracteres","The username must be at least 5 characters","Le Nom d\'utilisateur doit etre long d\'au moins 5 caractères","帳號必需為五個字元以上","Имя пользователя должна быть не менее 5 символов","The username must be at least 5 characters","Kullanıcı Adı en az 5 karakter olmalıdır","Nama Pengguna minimal 5 huruf" -"employees_username_required","Gebruikersnaam moet ingevuld worden","Usuario es requerido","Username is a required field","Le Nom d\'utilisateur est requis","帳號為必填","Имя пользователи обязательный пробел","Username is a required field","Kullanıcı Adı zorunlu alandır","Nama Pengguna wajib diisi" +"employees_username_minlength","Gebruikersnaam moet minstens 5 characters lang zijn","El Usuario debe tener, por lo menos, 5 caracteres","The username must be at least 5 characters","Le Nom d\'utilisateur doit etre long d\'au moins 5 caractères","帳號必需為五個字元以上","Имя пользователя должна быть не менее 5 символов","ชื่อผู้ใช้งานต้องยาวเกิน 5 อักษร","Kullanıcı Adı en az 5 karakter olmalıdır","Nama Pengguna minimal 5 huruf" +"employees_username_required","Gebruikersnaam moet ingevuld worden","Usuario es requerido","Username is a required field","Le Nom d\'utilisateur est requis","帳號為必填","Имя пользователи обязательный пробел","จำเป็นต้องกรอกชื่อผู้ใช้งาน","Kullanıcı Adı zorunlu alandır","Nama Pengguna wajib diisi" diff --git a/translations/form_validation_lang.csv b/translations/form_validation_lang.csv index 2ba38eb5b..99e9f013a 100644 --- a/translations/form_validation_lang.csv +++ b/translations/form_validation_lang.csv @@ -1,17 +1,17 @@ "label","nl-BE","es","en","fr","zh","ru","th","tr","id" -"alpha_dash","Het \\\""%s\\\"" veld mag alleen letters, cijfers, underscores(_) en strepen(-) bevatten.","The %s field may only contain alpha-numeric characters, underscores, and dashes.","The %s field may only contain alpha-numeric characters, underscores, and dashes.","Le champ %s ne peut que contenir que des caractères alpha-numeriques, des barres(_), et des tirets(-).","The %s field may only contain alpha-numeric characters, underscores, and dashes.","The %s field may only contain alpha-numeric characters, underscores, and dashes.","","%s alanı alfanümerik karakterler, alt tire ve kesik çizgi içerebilir.","The %s field may only contain alpha-numeric characters, underscores, and dashes." -"alpha_numeric","Het \\\""%s\\\"" veld mag alleen letters en cijfers bevatten.","The %s field may only contain alpha-numeric characters.","The %s field may only contain alpha-numeric characters.","Le champ %s ne peut que contenir que des caractères alpha-numeriques.","The %s field may only contain alpha-numeric characters.","The %s field may only contain alpha-numeric characters.","","%s alanı sadece alfanümerik karakterler içerebilir.","The %s field may only contain alpha-numeric characters." -"exact_length","Het \\\""%s\\\"" veld moet precies %s tekens bevatten.","The %s field must be exactly %s characters in length.","The %s field must be exactly %s characters in length.","Le champ %s doit etre long d'exactement %s caractères.","The %s field must be exactly %s characters in length.","The %s field must be exactly %s characters in length.","","%s alanı tam %s karakter olmalıdır.","The %s field must be exactly %s characters in length." -"greater_than","Het %s veld moet een getal zijn groter dan s.","The %s field must contain a number greater than %s.","The %s field must contain a number greater than %s.","Le champ %s doit contenir un nombre supérieur à %s.","The %s field must contain a number greater than %s.","The %s field must contain a number greater than %s.","","%s alanı %s alanından büyük bir sayı içermelidir.","The %s field must contain a number greater than %s." -"is_natural","Het \\\""%s\\\"" veld mag alleen een getal bevatten dat niet kleiner is dan nul.","The %s field must contain only positive numbers.","The %s field must contain only positive numbers.","Le champ %s ne doit contenir que des nombres positifs.","The %s field must contain only positive numbers.","The %s field must contain only positive numbers.","","%s alanı sadece pozitif sayılar içerebilir.","The %s field must contain only positive numbers." -"is_natural_no_zero","Het \\\""%s\\\"" veld moet een getal bevatten dat groter is dan nul.","The %s field must contain a number greater than zero.","The %s field must contain a number greater than zero.","Le champ %s doit contenir un nombre supérier à zéro.","The %s field must contain a number greater than zero.","The %s field must contain a number greater than zero.","","%s alanı sıfırdan büyük bir sayı içermelidir.","The %s field must contain a number greater than zero." -"is_numeric","Het \\\""%s\\\"" veld mag alleen een getal bevatten.","The %s field must contain only numeric characters.","The %s field must contain only numeric characters.","Le champ %s ne doit contenir que des chiffres.","The %s field must contain only numeric characters.","The %s field must contain only numeric characters.","","%s alanı sadece sayısal karakterler içerebilir.","The %s field must contain only numeric characters." -"is_unique","Het %s veld moet een unieke waarde bevatten.","The %s field must contain a unique value.","The %s field must contain a unique value.","Le champ %s doit contenir une valeur unique.","The %s field must contain a unique value.","The %s field must contain a unique value.","","%s alanı benzersiz değer içermelidir.","The %s field must contain a unique value." -"less_than","Het %s veld moet een getal zijn kleiner dan %s.","The %s field must contain a number less than %s.","The %s field must contain a number less than %s.","Le champ %s doit contenir un nombre inférieur à %s.","The %s field must contain a number less than %s.","The %s field must contain a number less than %s.","","%s alanı %s alanından küçük bir sayı içermelidir.","The %s field must contain a number less than %s." -"max_length","Het \\\""%s\\\"" veld mag niet meer dan %s tekens bevatten.","The %s field can not exceed %s characters in length.","The %s field can not exceed %s characters in length.","Le champ %s ne doit pas etre plus long que %s caractères.","The %s field can not exceed %s characters in length.","The %s field can not exceed %s characters in length.","","%s alanı %s karakteri geçemez.","The %s field can not exceed %s characters in length." -"min_length","Het \\\""%s\\\"" veld moet tenminste %s tekens bevatten.","The %s field must be at least %s characters in length.","The %s field must be at least %s characters in length.","Le champ %s doit etre long d'au moins %s caractères.","The %s field must be at least %s characters in length.","The %s field must be at least %s characters in length.","","%s alanı en az %s karakter olmalıdır.","The %s field must be at least %s characters in length." -"regex_match","Het %s veld werd niet in het correcte formaat ingevuld.","The %s field is not in the correct format.","The %s field is not in the correct format.","Le format du champ %s n'est pas correcte.","The %s field is not in the correct format.","The %s field is not in the correct format.","","%s alanı doğru biçimde değil.","The %s field is not in the correct format." -"valid_email","Het \\\""%s\\\"" veld moet een geldig e-mail adres bevatten.","The %s field must contain a valid email address.","The %s field must contain a valid email address.","Le champ %s doit contenir une adresse mail valide.","The %s field must contain a valid email address.","The %s field must contain a valid email address.","","%s alanı geçerli e-posta adresi olmalıdır.","The %s field must contain a valid email address." -"valid_emails","Het \\\""%s\\\"" veld moet geldige e-mail adressen bevatten.","The %s field must contain all valid email addresses.","The %s field must contain all valid email addresses.","Le champ %s doit contenir toutes adresses mail valides.","The %s field must contain all valid email addresses.","The %s field must contain all valid email addresses.","","%s alanı geçerli e-posta adresleri içermelidir.","The %s field must contain all valid email addresses." -"valid_ip","Het \\\""%s\\\"" veld moet een correct IP adres bevatten.","The %s field must contain a valid IP.","The %s field must contain a valid IP.","Le champ %s doit contenir une adresse IP.","The %s field must contain a valid IP.","The %s field must contain a valid IP.","","%s alanı geçerli IP içermelidir.","The %s field must contain a valid IP." -"valid_url","Het \\\""%s\\\"" veld moet een correcte URL bevatten.","The %s field must contain a valid URL.","The %s field must contain a valid URL.","Le champ %s doit contenir une URL valide..","The %s field must contain a valid URL.","The %s field must contain a valid URL.","","%s alanı geçerli URL olmalıdır.","The %s field must contain a valid URL." +"alpha_dash","","","","","","","The %s field may only contain alpha-numeric characters, underscores, and dashes.","","" +"alpha_numeric","","","","","","","The %s field may only contain alpha-numeric characters.","","" +"exact_length","","","","","","","The %s field must be exactly %s characters in length.","","" +"greater_than","","","","","","","The %s field must contain a number greater than %s.","","" +"is_natural","","","","","","","The %s field must contain only positive numbers.","","" +"is_natural_no_zero","","","","","","","The %s field must contain a number greater than zero.","","" +"is_numeric","","","","","","","The %s field must contain only numeric characters.","","" +"is_unique","","","","","","","The %s field must contain a unique value.","","" +"less_than","","","","","","","The %s field must contain a number less than %s.","","" +"max_length","","","","","","","The %s field can not exceed %s characters in length.","","" +"min_length","","","","","","","The %s field must be at least %s characters in length.","","" +"regex_match","","","","","","","The %s field is not in the correct format.","","" +"valid_email","","","","","","","The %s field must contain a valid email address.","","" +"valid_emails","","","","","","","The %s field must contain all valid email addresses.","","" +"valid_ip","","","","","","","The %s field must contain a valid IP.","","" +"valid_url","","","","","","","The %s field must contain a valid URL.","","" diff --git a/translations/giftcards_lang.csv b/translations/giftcards_lang.csv index 57f359e26..6238522bf 100644 --- a/translations/giftcards_lang.csv +++ b/translations/giftcards_lang.csv @@ -1,68 +1,69 @@ -label,nl-BE,es,en,fr,zh,ru,th,tr,id -giftcards_add_minus,Corrigatie hoeveelheid,Inventario a agregar/substraer,Inventory to add/subtract,Ajout/Soustraction à l\'inventaire,加/減庫存,Инвентарь для сложения/вычитания,Inventory to add/subtract,Inventory to add/subtract,Penyesuaian Inventori TAMBAH / KURANG (-) -giftcards_allow_alt_description,Aanpasbare omschrijving,Permitir Descripción Alternativa,Allow Alt Description,Autorisér Description Alt,允許使用ALT描述,Разрешить альтернативные Описание,,Allow Alt Description,Deskripsi Alternatif dimungkinkan -giftcards_amazon,Amazon,Amazon,Amazon,Amazon,Amazon,Amazon,Amazon,Amazon,Amazon -giftcards_basic_information,Cadeaubon Info,Información de Tarjeta de Regalo,Giftcard Information,Détails de la Carte,禮金券資訊,информация Подарочную карту,Giftcard Information,Giftcard Information,Informasi GiftCard -giftcards_bulk_edit,Bewerk Selectie,Edición Múltiple,Bulk Edit,Édition en groupe,批量編輯,Массовое изменение,Bulk Edit,Bulk Edit,Ubah Massal -giftcards_cannot_be_deleted,De cadeaubons konden niet worden verwijderd.,No se puede borrar las tarjetas seleccionadas. Una o más tiene ventas.,"Could not deleted selected giftcards, one or more of the selected giftcards has sales.",Impossible de supprimer. Une ou plusieurs carte(s) ont des ventes.,無法刪除選定的禮金券,一個或多個所選擇的禮金券已經使用。,"Не удалось удалить выбранные подарочные карты, одну или несколько из выбранных подарочные карты имеет продаж.","Could not deleted selected giftcards, one or more of the selected giftcards has sales.","Could not deleted selected giftcards, one or more of the selected giftcards has sales.","Tidak dapat menghapus GiftCard terpilih, Satu atau lebih GiftCard yang dipilih memiliki Penjualan." -giftcards_cannot_find_giftcard,Kan geen cadeaubon niet vinden,No puedo encontrar información acerca de la tarjeta de regalo,Cannot find any information about giftcard,Aucune information sur la carte,找不到禮金券的訊息,Не можете найти любую информацию о Подарочную карту,Cannot find any information about giftcard,Cannot find any information about giftcard,Informasi GiftCard tidak ditemukan -giftcards_card_value,Waarde,Valor,Value,Valeur,金額,стоимость,Value,Value,Nilai -giftcards_category,Categorie,Categoría,Category,Catégorie,類別,категория,Category,Category,Kategori -giftcards_change_all_to_allow_alt_desc,Aanpasb. omschrijvingen,Permitir Descripción Alternativa En Todos,Allow Alt Desc For All,Autoriser Desc Alt Pour Tous,充許全部ALT倒序,Разрешить альтернативные Описание Для всех,Allow Alt Desc For All,Allow Alt Desc For All,Diijinkan Deskripsi Alternatif Untuk Semua -giftcards_change_all_to_not_allow_allow_desc,Vast omschrijvingen,No Permitir Descripción Alternativa Para Todos,Not Allow Alt Desc For All,Interdire Desc Alt Pour Tous,不允許全部ALT倒序,Не позволяйте Альтернативные Описание Для всех,Not Allow Alt Desc For All,Not Allow Alt Desc For All,Tidak Diijinkan Deskripsi Alternatif Untuk Semua -giftcards_change_all_to_serialized,Genummerd,Cambiar Todo A Serializado,Change All To Serialized,Tout Sérialiser,全部更改序號至序列化,Заменить все в сериализованную,Change All To Serialized,Change All To Serialized,Ubah semua menggunakan nomor serial -giftcards_change_all_to_unserialized,Niet genummerd,Cambiar Todo A Deserializado,Change All To Unserialized,Tout Désérialiser,全部更改序號至非序列化,Чтобы изменить все десериализуются,Change All To Unserialized,Change All To Unserialized,Ubah semua tanpa nomor serial -giftcards_confirm_bulk_edit,Bent u zeker dat u de geselecteerde cadeaubons wil aanpassen?,¿Estás seguro(a) de querer editar las tarjetas de regalo seleccionadas?,Are you sure you want to edit all the giftcards selected?,Etes vous sûr(e) de vouloir éditer toutes les cartes sélectionnés?,您確定您要編輯的所有選擇的禮金券嗎?,"Вы уверены, что хотите редактировать все выбранные Подарочные карты?",Are you sure you want to edit all the giftcards selected?,Are you sure you want to edit all the giftcards selected?,Apakah Anda yakin ingin merubah semua GiftCard yang dipilih? -giftcards_confirm_delete,Bent u zeker dat u de geselecteerde cadeaubons wil verwijderen?,¿Estás seguro(a) de querer eliminar las tarjetas de regalo seleccionadas?,Are you sure you want to delete the selected giftcards?,Etes vous sûr(e) de vouloir supprimer ces cates?,你確定你要刪除選定的禮金券?,"Вы уверены, что хотите удалить выбранную Подарочные карты?",Are you sure you want to delete the selected giftcards?,Are you sure you want to delete the selected giftcards?,Apakah anda yakin ingin menghapus GiftCard yang dipilih? -giftcards_cost_price,Aankoopprijs,Precio de Costo,Cost Price,Cout,成本價格,Оптовая Цена,Cost Price,Cost Price,Harga Pokok -giftcards_count,Update Stock,Actualizar Inventario,Update Inventory,Mise à Jour Inventaire,更新庫存,Обновление перечня,Update Inventory,Update Inventory,Mutasi/Penyesuaian Inventori -giftcards_current_quantity,Huidige hoeveelheid,Cantidad Actual,Current Quantity,Quantité Restante,當前數量,Токовые,Current Quantity,Current Quantity,Jumlah saat ini -giftcards_description,Omschrijving,Descripción,Description,Description,描述,Описание,Description,Description,Deskripsi -giftcards_details_count,Stockgegevens,Detalles del Levantamiento de Inventario,Inventory Count Details,Détails d\'inventaire,庫存盤點詳情,Подробная инвентаризация,Inventory Count Details,Inventory Count Details,Jumlah Detail Inventori -giftcards_do_nothing,Doe niets,No hacer nada,Do Nothing,Ne rien faire,不做任何修改,Ничего не делать,Do Nothing,Do Nothing,Tidak ada Perubahan -giftcards_edit_fields_you_want_to_update,Bewerk de velden die u wil aanpassen voor ALLE geselecteerde cadeaubons,Edita los campos que quieras actualizar en TODAS las tarjetas de regalo seleccionadas,Edit the fields you want to edit for ALL selected giftcards,Modifier les chaps que vous voulez éditer pour TOUTES les cartes,編輯所有選定的禮金券中你想要編輯的資料,Отредактируйте поля вы хотите изменить для всех выбранных Подарочные карты,Edit the fields you want to edit for ALL selected giftcards,Edit the fields you want to edit for ALL selected giftcards,Ubah bagian yang ingin Anda edit untuk SEMUA GiftCard yang dipilih -giftcards_edit_multiple_giftcards,Bewerk meedere cadeaubons,Editando Múltiples Tarjetas de Regalo,Editing Multiple Giftcards,Édition Multiple de Cartes,多重編輯,Редактирование нескольких Подарочные карты,Editing Multiple Giftcards,Editing Multiple Giftcards,Ubah beberapa GiftCard -giftcards_error_adding_updating,Fout bij het bewaren van cadeaubons,Error agregando/actualizando tarjeta de regalo,Error adding/updating giftcard,Érreur d\'ajout/édition de cartes,新增/更新禮金券錯誤,Ошибка при добавлении/обновлении подарочную карту,Error adding/updating giftcard,Error adding/updating giftcard,Kesalahan ketika menambahkan/memperbaharui GiftCard -giftcards_error_updating_multiple,Fout bij het bewaren van cadeaubons,Error actualizando tarjetas de regalo,Error updating giftcards,Érreur lors de l\'édition des cartes,禮金券更新錯誤,Ошибка при обновлении Подарочные карты,Error updating giftcards,Error updating giftcards,Kesalahan memperbarui GiftCard -giftcards_excel_import_failed,Excel import mislukt,Falló la exportación a Excel,Excel import failed,Échec de l\'import,Excel匯入失敗,Ошибка импорта Excel,Excel import failed,Excel import failed,Impor dari Excel import tidak berhasil -giftcards_generate_barcodes,Genereer Barcodes,Generar Códigos de Barras,Generate Barcodes,Générer des Codes-barre,產生條碼,Создание штрих-кодов,Generate Barcodes,Generate Barcodes,Buat Barcode -giftcards_giftcard,Cadeaubon,Tarjeta de Regalo,Giftcard,Carte Cadeau,禮金券,Подарочная карта,Giftcard,Giftcard,GiftCard -giftcards_giftcard_number,Cadeaubon Nummer,Número de Tarjeta de Regalo,Giftcard Number,Numéro de Carte,禮金券編號,Номер Подарочную карту,Giftcard Number,Giftcard Number,Nomor GiftCard -giftcards_info_provided_by,Info afgeleverd door,Info provista por,Info provided by,Information fournie par,提供信息的來源,Информация предоставлена,Info provided by,Info provided by,Informasi disediakan oleh -giftcards_inventory_comments,Commentaar,Comentarios,Comments,Commentaires,評論,Комментарии,Comments,Comments,Keterangan -giftcards_is_serialized,Optelbaar,La Tarjeta de Regalo tiene Número de Serie,Giftcard has Serial Number,Carte cadeau avec Numéro de Série,禮金券序號,Подарочная карта имеет серийный номер,Giftcard has Serial Number,Giftcard has Serial Number,GiftCard Memiliki Nomor Serial -giftcards_low_inventory_giftcards,Cadeaubons niet in stock,Tarjetas con Bajo Inventario,Low Inventory Giftcards,Cartes Stock Faible,禮金券庫存過低,Низкий Подарочные карты инвентаризации,Low Inventory Giftcards,Low Inventory Giftcards,GiftCard Inventori Rendah -giftcards_manually_editing_of_quantity,Manuele aanpassing hoeveelheid,Edición Manual de Cantidad,Manual Edit of Quantity,Modification Manuelle de Quantité,手動編輯數量,Руководство Изменить количество,Manual Edit of Quantity,Manual Edit of Quantity,Perubahan jumlah Stok secara manual -giftcards_must_select_giftcard_for_barcode,U moet tenminste 1 cadeuabon selecteren om een barcode te genereren,Debes seleccionar por lo menos 1 tarjeta para generar códigos de barras,You must select at least 1 giftcard to generate barcodes,Vous devez sélectionner au moins une carte pour générer des codes-barre,您必須選擇至少一個禮金券才能生成條形碼,Вы должны выбрать хотя бы 1 подарочная карта для создания штрих-кодов,You must select at least 1 giftcard to generate barcodes,You must select at least 1 giftcard to generate barcodes,Anda harus memilih minimal 1 GiftCard untuk membuat Barcode -giftcards_new,N. Cadeaubon,Nueva Tarjeta de Regalo,New Giftcard,Nouvelle Carte,新建禮金券,Новая Подарочная карта,New Giftcard,New Giftcard,GiftCard Baru -giftcards_no_description_giftcards,Cadeaubons zonder omschrijving,Tarjetas de Regalo sin Descripción,No Description Giftcards,Cartes Sans Description,沒有描述的禮金券,Нет Описание Подарочные карты,No Description Giftcards,No Description Giftcards,Tidak ada Deskripsi Gift Card -giftcards_no_giftcards_to_display,Er werden geen cadeaubons gevonden,No hay Tarjetas de Regalo,No Giftcards to display,Aucune carte à afficher,沒有禮金券可以顯示,Нет Подарочные карты для отображения,No Giftcards to display,No Giftcards to display,Tidak ada GiftCard yang ditampilkan -giftcards_none,Geen,Ninguno(a),None,Aucun,無,Ни один,None,None,Tidak Ada -giftcards_none_selected,U hebt geen cadeaubons geselecteerd,No has seleccionado tarjetas de regalo para editar,You have not selected any giftcards to edit,Vous n\\\'avez sélectionné aucune carte à éditer,您還沒有選擇任何禮金券進行編輯,Вы не выбрали ни Подарочные карты для редактирования,You have not selected any giftcards to edit,You have not selected any giftcards to edit,Anda belum memilih GiftCard untuk diubah -giftcards_number,Cadeaubon Nummer moet een getal zijn,Número de Tarjeta de Regalo debe ser un número,Giftcard Number must be a number,Le numéro de la carte doit etre un nombre,禮金券編號需為數字,Номер Подарочную карту должна быть цифрая,Giftcard Number must be a number,Giftcard Number must be a number,Nomor GiftCard harus angka -giftcards_number_information,Cadeaubon Nummer,Número de Tarjeta de Regalo,Giftcard Number,Numéro de Carte,禮金券編號,Номер Подарочную карту,Giftcard Number,Giftcard Number,Nomor GiftCard -giftcards_number_required,Cadeaubon Nummer is een verplicht veld,Número de Tarjeta de Regalo es requerido,Giftcard Number is a required field,Le Numéro est requis,請輸入禮金券編號,Номер Подарочную карту обязательный пробел,Giftcard Number is a required field,Giftcard Number is a required field,Nomor GiftCard wajib diisi -giftcards_one_or_multiple,cadeaubon(s) verwijderd,tarjeta(s) de regalo,giftcard(s),carte(s),禮金券,подарочную карту,giftcard(s),giftcard(s),GiftCard -giftcards_person_id,Klant,Customer,Customer,Client,Customer,Клиент,Customer,Customer,Nomor Pelanggan -giftcards_quantity,In stock,Cantidad,Quantity,Quantité,數量,Количество,Quantity,Quantity,Jumlah -giftcards_quantity_required,Hoeveelheid moet ingevuld worden. Druk Sluit ( X ) om te annuleren,"Cantidad es requerido. Por favor, haz click en ( X ) para cancelar",Quantity is a required field. Please Close ( X ) to cancel,La quantité est requise. Veuillez Fermer ( X ) pour annuler,數量是必填字段。請按關閉(X)來取消,"Количество является обязательным полем. Пожалуйста, закройте (X), чтобы отменить",Quantity is a required field. Please Close ( X ) to cancel,Quantity is a required field. Please Close ( X ) to cancel,Jumlah wajib diisi. Silahkan tutup ( X ) untuk batal -giftcards_reorder_level,Reorder Level,Cantidad Mínima,Reorder Level,Seuil de Réapprovisionnement,補貨點,минимальный уровень для перезаказ,Reorder Level,Reorder Level,Level Pesan Ulang -giftcards_retrive_giftcard_info,Haal Info Op,Obtener Info de Tarjeta de Regalo,Retrieve Giftcard Info,Obtenir des détails de la Carte,檢索禮金券訊息,находить и подавать информация Подарочную карту,Retrieve Giftcard Info,Retrieve Giftcard Info,Informasi GiftCard -giftcards_sales_tax_1,VAT,Impuesto de Venta 1,Sales Tax,Sales Tax,銷售稅額 1,Налог с продаж,Sales Tax,Sales Tax,Pajak Penjualan -giftcards_sales_tax_2,VAT 2,Impuesto de Venta 2,Sales Tax 2,Sales Tax 2,銷售稅額 2,Налог с продаж 2,Sales Tax 2,Sales Tax 2,Pajak Penjualan -giftcards_serialized_giftcards,Optelbare cadeaubons,Tarjetas Serializadas,Serialized Giftcards,Cartes Cadeau Serialisés,排序禮金券,Сериализованные Подарочные карты,Serialized Giftcards,Serialized Giftcards,Serial GiftCard -giftcards_successful_adding,Cadeaubon succesvol toegevoegd,Has agregado satisfactoriamente una tarjeta de regalo,You have successfully added giftcard,Vous avez ajouté une carte cadeau bonus,新增禮金券成功,Вы успешно добавили подарочную карту,You have successfully added giftcard,You have successfully added giftcard,GiftCard telah berhasil ditambahkan -giftcards_successful_bulk_edit,Cadeaubons werden succesvol bewaard,Has actualizado satisfactoriamente las tarjetas de regalo seleccionadas,You have successfully updated the selected giftcards,Les cartes ont étés édités,您已成功更新選定的禮品卡,Вы успешно обновили выбранной Подарочные карты,You have successfully updated the selected giftcards,You have successfully updated the selected giftcards,Anda telah berhasil memperbarui GiftCard yang dipilih -giftcards_successful_deleted,Er werd(en),Has borrado satisfactoriamente,You have successfully deleted,Suppréssion réussie,成功刪除禮金券,Вы успешно удален,You have successfully deleted,You have successfully deleted,GiftCard telah berhasil dihapus -giftcards_successful_updating,Wijzigingen bewaard voor,Has actualizado satisfactoriamente una tarjeta de regalo,You have successfully updated giftcard,Édition réussie,成功更新禮金券,Вы успешно обновили подарочную карту,You have successfully updated giftcard,You have successfully updated giftcard,GiftCard telah berhasil diperbarui -giftcards_supplier,Leverancier,Proveedor,Supplier,Fournisseur,供應商,Поставщик,Supplier,Supplier,Supplier -giftcards_tax_1,VAT,Impuesto 1,Tax 1,Tax 1,稅額 1,Налог 1,Tax 1,Tax 1,Pajak 1 -giftcards_tax_2,VAT 2,Impuesto 2,Tax 2,Tax 2,稅額 2,Налог 2,Tax 2,Tax 2,Pajak 2 -giftcards_tax_percent,VAT %,Porcentaje de Impuesto,Tax Percent,Taux d\'imposition,稅率,процент налога,Tax Percent,Tax Percent,Persen Pajak -giftcards_tax_percents,VAT Percentages,Porcentaje de Impuesto(s),Tax Percent(s),Pourcentage d\'imposition,稅率 Percent(s),процент налога,Tax Percent(s),Tax Percent(s),Persentase Pajak -giftcards_unit_price,Verkoopsprijs,Precio Unitario,Unit Price,Prix Unitaire,單位價格,Розничная Цена,Unit Price,Unit Price,Harga Jual -giftcards_upc_database,UPC Database,Base de Datos UPC,UPC Database,Base de Données UPC,UPC Database,UPC база данных,UPC Database,UPC Database,Database UPC -giftcards_update,Bewaar Cadeaubon,Actualizar Tarjeta de Regalo,Update Giftcard,Éditer Carte,更新禮金券,Обновлять Подарочная карта,Update Giftcard,Update Giftcard,Ubah GiftCard -giftcards_use_inventory_menu,Use Inv. Menu,Usar Menú de Inventario,Use Inv. Menu,Utiliser Menu Inv.,使用庫存清單,Используйте меню инвентаря,Use Inv. Menu,Use Inv. Menu,Gunakan Inv. Menu -giftcards_value,Cadeaubon Waarde moet een getal zijn,Valor de Tarjeta de Regalo debe ser un número,Giftcard Value must be a number,La valeur de la carte doit etre un nombre,禮金券金額需為數字,стоимость Подарочную карту должна быть цифрая,Giftcard Value must be a number,Giftcard Value must be a number,Nilai GiftCard harus angka -giftcards_value_required,Cadeaubon Waarde is een verplicht veld,Valor de Tarjeta de Regalo es requerido,Giftcard Value is a required field,La Valeur est requise,請輸入禮金券金額,стоимость Подарочную карту обязательный пробел,Giftcard Value is a required field,Giftcard Value is a required field,Nilai GiftCard wajib diisi +"label","nl-BE","es","en","fr","zh","ru","th","tr","id" +"giftcards_add_minus","Corrigatie hoeveelheid","Inventario a agregar/substraer","Inventory to add/subtract","Ajout/Soustraction à l\'inventaire","加/減庫存","Инвентарь для сложения/вычитания","Inventory to add/subtract","Inventory to add/subtract","Penyesuaian Inventori TAMBAH / KURANG (-)" +"giftcards_allow_alt_desciption","","","","","","","มีคำอธิบายเพิ่มเติม","","" +"giftcards_allow_alt_description","Aanpasbare omschrijving","Permitir Descripción Alternativa","Allow Alt Description","Autorisér Description Alt","允許使用ALT描述","Разрешить альтернативные Описание","","Allow Alt Description","Deskripsi Alternatif dimungkinkan" +"giftcards_amazon","Amazon","Amazon","Amazon","Amazon","Amazon","Amazon","Amazon","Amazon","Amazon" +"giftcards_basic_information","Cadeaubon Info","Información de Tarjeta de Regalo","Giftcard Information","Détails de la Carte","禮金券資訊","информация Подарочную карту","ข้อมูลบัตรกำนัล","Giftcard Information","Informasi GiftCard" +"giftcards_bulk_edit","Bewerk Selectie","Edición Múltiple","Bulk Edit","Édition en groupe","批量編輯","Массовое изменение","Bulk Edit","Bulk Edit","Ubah Massal" +"giftcards_cannot_be_deleted","De cadeaubons konden niet worden verwijderd.","No se puede borrar las tarjetas seleccionadas. Una o más tiene ventas.","Could not deleted selected giftcards, one or more of the selected giftcards has sales.","Impossible de supprimer. Une ou plusieurs carte(s) ont des ventes.","無法刪除選定的禮金券,一個或多個所選擇的禮金券已經使用。","Не удалось удалить выбранные подарочные карты, одну или несколько из выбранных подарочные карты имеет продаж.","Could not deleted selected giftcards, one or more of the selected giftcards has sales.","Could not deleted selected giftcards, one or more of the selected giftcards has sales.","Tidak dapat menghapus GiftCard terpilih, Satu atau lebih GiftCard yang dipilih memiliki Penjualan." +"giftcards_cannot_find_giftcard","Kan geen cadeaubon niet vinden","No puedo encontrar información acerca de la tarjeta de regalo","Cannot find any information about giftcard","Aucune information sur la carte","找不到禮金券的訊息","Не можете найти любую информацию о Подарочную карту","Cannot find any information about giftcard","Cannot find any information about giftcard","Informasi GiftCard tidak ditemukan" +"giftcards_card_value","Waarde","Valor","Value","Valeur","金額","стоимость","มูลค่า","Value","Nilai" +"giftcards_category","Categorie","Categoría","Category","Catégorie","類別","категория","","Category","Kategori" +"giftcards_change_all_to_allow_alt_desc","Aanpasb. omschrijvingen","Permitir Descripción Alternativa En Todos","Allow Alt Desc For All","Autoriser Desc Alt Pour Tous","充許全部ALT倒序","Разрешить альтернативные Описание Для всех","","Allow Alt Desc For All","Diijinkan Deskripsi Alternatif Untuk Semua" +"giftcards_change_all_to_not_allow_allow_desc","Vast omschrijvingen","No Permitir Descripción Alternativa Para Todos","Not Allow Alt Desc For All","Interdire Desc Alt Pour Tous","不允許全部ALT倒序","Не позволяйте Альтернативные Описание Для всех","","Not Allow Alt Desc For All","Tidak Diijinkan Deskripsi Alternatif Untuk Semua" +"giftcards_change_all_to_serialized","Genummerd","Cambiar Todo A Serializado","Change All To Serialized","Tout Sérialiser","全部更改序號至序列化","Заменить все в сериализованную","Change All To Serialized","Change All To Serialized","Ubah semua menggunakan nomor serial" +"giftcards_change_all_to_unserialized","Niet genummerd","Cambiar Todo A Deserializado","Change All To Unserialized","Tout Désérialiser","全部更改序號至非序列化","Чтобы изменить все десериализуются","","Change All To Unserialized","Ubah semua tanpa nomor serial" +"giftcards_confirm_bulk_edit","Bent u zeker dat u de geselecteerde cadeaubons wil aanpassen?","¿Estás seguro(a) de querer editar las tarjetas de regalo seleccionadas?","Are you sure you want to edit all the giftcards selected?","Etes vous sûr(e) de vouloir éditer toutes les cartes sélectionnés?","您確定您要編輯的所有選擇的禮金券嗎?","Вы уверены, что хотите редактировать все выбранные Подарочные карты?","","Are you sure you want to edit all the giftcards selected?","Apakah Anda yakin ingin merubah semua GiftCard yang dipilih?" +"giftcards_confirm_delete","Bent u zeker dat u de geselecteerde cadeaubons wil verwijderen?","¿Estás seguro(a) de querer eliminar las tarjetas de regalo seleccionadas?","Are you sure you want to delete the selected giftcards?","Etes vous sûr(e) de vouloir supprimer ces cates?","你確定你要刪除選定的禮金券?","Вы уверены, что хотите удалить выбранную Подарочные карты?","Are you sure you want to delete the selected giftcards?","Are you sure you want to delete the selected giftcards?","Apakah anda yakin ingin menghapus GiftCard yang dipilih?" +"giftcards_cost_price","Aankoopprijs","Precio de Costo","Cost Price","Cout","成本價格","Оптовая Цена","ต้นทุน","Cost Price","Harga Pokok" +"giftcards_count","Update Stock","Actualizar Inventario","Update Inventory","Mise à Jour Inventaire","更新庫存","Обновление перечня","Update Inventory","Update Inventory","Mutasi/Penyesuaian Inventori" +"giftcards_current_quantity","Huidige hoeveelheid","Cantidad Actual","Current Quantity","Quantité Restante","當前數量","Токовые","Current Quantity","Current Quantity","Jumlah saat ini" +"giftcards_description","Omschrijving","Descripción","Description","Description","描述","Описание","Description","Description","Deskripsi" +"giftcards_details_count","Stockgegevens","Detalles del Levantamiento de Inventario","Inventory Count Details","Détails d\'inventaire","庫存盤點詳情","Подробная инвентаризация","Inventory Count Details","Inventory Count Details","Jumlah Detail Inventori" +"giftcards_do_nothing","Doe niets","No hacer nada","Do Nothing","Ne rien faire","不做任何修改","Ничего не делать","","Do Nothing","Tidak ada Perubahan" +"giftcards_edit_fields_you_want_to_update","Bewerk de velden die u wil aanpassen voor ALLE geselecteerde cadeaubons","Edita los campos que quieras actualizar en TODAS las tarjetas de regalo seleccionadas","Edit the fields you want to edit for ALL selected giftcards","Modifier les chaps que vous voulez éditer pour TOUTES les cartes","編輯所有選定的禮金券中你想要編輯的資料","Отредактируйте поля вы хотите изменить для всех выбранных Подарочные карты","","Edit the fields you want to edit for ALL selected giftcards","Ubah bagian yang ingin Anda edit untuk SEMUA GiftCard yang dipilih" +"giftcards_edit_multiple_giftcards","Bewerk meedere cadeaubons","Editando Múltiples Tarjetas de Regalo","Editing Multiple Giftcards","Édition Multiple de Cartes","多重編輯","Редактирование нескольких Подарочные карты","แก้ไขบัตรกำนัลหลายใบ","Editing Multiple Giftcards","Ubah beberapa GiftCard" +"giftcards_error_adding_updating","Fout bij het bewaren van cadeaubons","Error agregando/actualizando tarjeta de regalo","Error adding/updating giftcard","Érreur d\'ajout/édition de cartes","新增/更新禮金券錯誤","Ошибка при добавлении/обновлении подарочную карту","Error adding/updating giftcard","Error adding/updating giftcard","Kesalahan ketika menambahkan/memperbaharui GiftCard" +"giftcards_error_updating_multiple","Fout bij het bewaren van cadeaubons","Error actualizando tarjetas de regalo","Error updating giftcards","Érreur lors de l\'édition des cartes","禮金券更新錯誤","Ошибка при обновлении Подарочные карты","Error updating giftcards","Error updating giftcards","Kesalahan memperbarui GiftCard" +"giftcards_excel_import_failed","Excel import mislukt","Falló la exportación a Excel","Excel import failed","Échec de l\'import","Excel匯入失敗","Ошибка импорта Excel","Excel import failed","Excel import failed","Impor dari Excel import tidak berhasil" +"giftcards_generate_barcodes","Genereer Barcodes","Generar Códigos de Barras","Generate Barcodes","Générer des Codes-barre","產生條碼","Создание штрих-кодов","Generate Barcodes","Generate Barcodes","Buat Barcode" +"giftcards_giftcard","Cadeaubon","Tarjeta de Regalo","Giftcard","Carte Cadeau","禮金券","Подарочная карта","บัตรกำนัล","Giftcard","GiftCard" +"giftcards_giftcard_number","Cadeaubon Nummer","Número de Tarjeta de Regalo","Giftcard Number","Numéro de Carte","禮金券編號","Номер Подарочную карту","เลขบัตรกำนัล","Giftcard Number","Nomor GiftCard" +"giftcards_info_provided_by","Info afgeleverd door","Info provista por","Info provided by","Information fournie par","提供信息的來源","Информация предоставлена","Info provided by","Info provided by","Informasi disediakan oleh" +"giftcards_inventory_comments","Commentaar","Comentarios","Comments","Commentaires","評論","Комментарии","Comments","Comments","Keterangan" +"giftcards_is_serialized","Optelbaar","La Tarjeta de Regalo tiene Número de Serie","Giftcard has Serial Number","Carte cadeau avec Numéro de Série","禮金券序號","Подарочная карта имеет серийный номер","Giftcard has Serial Number","Giftcard has Serial Number","GiftCard Memiliki Nomor Serial" +"giftcards_low_inventory_giftcards","Cadeaubons niet in stock","Tarjetas con Bajo Inventario","Low Inventory Giftcards","Cartes Stock Faible","禮金券庫存過低","Низкий Подарочные карты инвентаризации","Low Inventory Giftcards","Low Inventory Giftcards","GiftCard Inventori Rendah" +"giftcards_manually_editing_of_quantity","Manuele aanpassing hoeveelheid","Edición Manual de Cantidad","Manual Edit of Quantity","Modification Manuelle de Quantité","手動編輯數量","Руководство Изменить количество","Manual Edit of Quantity","Manual Edit of Quantity","Perubahan jumlah Stok secara manual" +"giftcards_must_select_giftcard_for_barcode","U moet tenminste 1 cadeuabon selecteren om een barcode te genereren","Debes seleccionar por lo menos 1 tarjeta para generar códigos de barras","You must select at least 1 giftcard to generate barcodes","Vous devez sélectionner au moins une carte pour générer des codes-barre","您必須選擇至少一個禮金券才能生成條形碼","Вы должны выбрать хотя бы 1 подарочная карта для создания штрих-кодов","You must select at least 1 giftcard to generate barcodes","You must select at least 1 giftcard to generate barcodes","Anda harus memilih minimal 1 GiftCard untuk membuat Barcode" +"giftcards_new","N. Cadeaubon","Nueva Tarjeta de Regalo","New Giftcard","Nouvelle Carte","新建禮金券","Новая Подарочная карта","เพิ่มบัตรกำนัล","New Giftcard","GiftCard Baru" +"giftcards_no_description_giftcards","Cadeaubons zonder omschrijving","Tarjetas de Regalo sin Descripción","No Description Giftcards","Cartes Sans Description","沒有描述的禮金券","Нет Описание Подарочные карты","No Description Giftcards","No Description Giftcards","Tidak ada Deskripsi Gift Card" +"giftcards_no_giftcards_to_display","Er werden geen cadeaubons gevonden","No hay Tarjetas de Regalo","No Giftcards to display","Aucune carte à afficher","沒有禮金券可以顯示","Нет Подарочные карты для отображения","No Giftcards to display","No Giftcards to display","Tidak ada GiftCard yang ditampilkan" +"giftcards_none","Geen","Ninguno(a)","None","Aucun","無","Ни один","","None","Tidak Ada" +"giftcards_none_selected","U hebt geen cadeaubons geselecteerd","No has seleccionado tarjetas de regalo para editar","You have not selected any giftcards to edit","Vous n\\\'avez sélectionné aucune carte à éditer","您還沒有選擇任何禮金券進行編輯","Вы не выбрали ни Подарочные карты для редактирования","You have not selected any giftcards to edit","You have not selected any giftcards to edit","Anda belum memilih GiftCard untuk diubah" +"giftcards_number","Cadeaubon Nummer moet een getal zijn","Número de Tarjeta de Regalo debe ser un número","Giftcard Number must be a number","Le numéro de la carte doit etre un nombre","禮金券編號需為數字","Номер Подарочную карту должна быть цифрая","เลขบัตรกำนัลต้องเป็นตัวเลขเท่านั้น","Giftcard Number must be a number","Nomor GiftCard harus angka" +"giftcards_number_information","Cadeaubon Nummer","Número de Tarjeta de Regalo","Giftcard Number","Numéro de Carte","禮金券編號","Номер Подарочную карту","","Giftcard Number","Nomor GiftCard" +"giftcards_number_required","Cadeaubon Nummer is een verplicht veld","Número de Tarjeta de Regalo es requerido","Giftcard Number is a required field","Le Numéro est requis","請輸入禮金券編號","Номер Подарочную карту обязательный пробел","ต้องกรอกเลขบัตรกำนัล","Giftcard Number is a required field","Nomor GiftCard wajib diisi" +"giftcards_one_or_multiple","cadeaubon(s) verwijderd","tarjeta(s) de regalo","giftcard(s)","carte(s)","禮金券","подарочную карту","giftcard(s)","giftcard(s)","GiftCard" +"giftcards_person_id","Klant","Customer","Customer","Client","Customer","Клиент","เจ้าของบัตร","Customer","Nomor Pelanggan" +"giftcards_quantity","In stock","Cantidad","Quantity","Quantité","數量","Количество","ปริมาณ","Quantity","Jumlah" +"giftcards_quantity_required","Hoeveelheid moet ingevuld worden. Druk Sluit ( X ) om te annuleren","Cantidad es requerido. Por favor, haz click en ( X ) para cancelar","Quantity is a required field. Please Close ( X ) to cancel","La quantité est requise. Veuillez Fermer ( X ) pour annuler","數量是必填字段。請按關閉(X)來取消","Количество является обязательным полем. Пожалуйста, закройте (X), чтобы отменить","Quantity is a required field. Please Close ( X ) to cancel","Quantity is a required field. Please Close ( X ) to cancel","Jumlah wajib diisi. Silahkan tutup ( X ) untuk batal" +"giftcards_reorder_level","Reorder Level","Cantidad Mínima","Reorder Level","Seuil de Réapprovisionnement","補貨點","минимальный уровень для перезаказ","ยอดขั้นต่ำ","Reorder Level","Level Pesan Ulang" +"giftcards_retrive_giftcard_info","Haal Info Op","Obtener Info de Tarjeta de Regalo","Retrieve Giftcard Info","Obtenir des détails de la Carte","檢索禮金券訊息","находить и подавать информация Подарочную карту","Retrieve Giftcard Info","Retrieve Giftcard Info","Informasi GiftCard" +"giftcards_sales_tax_1","VAT","Impuesto de Venta 1","Sales Tax","Sales Tax","銷售稅額 1","Налог с продаж","Sales Tax","Sales Tax","Pajak Penjualan" +"giftcards_sales_tax_2","VAT 2","Impuesto de Venta 2","Sales Tax 2","Sales Tax 2","銷售稅額 2","Налог с продаж 2","","Sales Tax 2","Pajak Penjualan" +"giftcards_serialized_giftcards","Optelbare cadeaubons","Tarjetas Serializadas","Serialized Giftcards","Cartes Cadeau Serialisés","排序禮金券","Сериализованные Подарочные карты","Serialized Giftcards","Serialized Giftcards","Serial GiftCard" +"giftcards_successful_adding","Cadeaubon succesvol toegevoegd","Has agregado satisfactoriamente una tarjeta de regalo","You have successfully added giftcard","Vous avez ajouté une carte cadeau bonus","新增禮金券成功","Вы успешно добавили подарочную карту","You have successfully added giftcard","You have successfully added giftcard","GiftCard telah berhasil ditambahkan" +"giftcards_successful_bulk_edit","Cadeaubons werden succesvol bewaard","Has actualizado satisfactoriamente las tarjetas de regalo seleccionadas","You have successfully updated the selected giftcards","Les cartes ont étés édités","您已成功更新選定的禮品卡","Вы успешно обновили выбранной Подарочные карты","You have successfully updated the selected giftcards","You have successfully updated the selected giftcards","Anda telah berhasil memperbarui GiftCard yang dipilih" +"giftcards_successful_deleted","Er werd(en)","Has borrado satisfactoriamente","You have successfully deleted","Suppréssion réussie","成功刪除禮金券","Вы успешно удален","You have successfully deleted","You have successfully deleted","GiftCard telah berhasil dihapus" +"giftcards_successful_updating","Wijzigingen bewaard voor","Has actualizado satisfactoriamente una tarjeta de regalo","You have successfully updated giftcard","Édition réussie","成功更新禮金券","Вы успешно обновили подарочную карту","You have successfully updated giftcard","You have successfully updated giftcard","GiftCard telah berhasil diperbarui" +"giftcards_supplier","Leverancier","Proveedor","Supplier","Fournisseur","供應商","Поставщик","Supplier","Supplier","Supplier" +"giftcards_tax_1","VAT","Impuesto 1","Tax 1","Tax 1","稅額 1","Налог 1","Tax 1","Tax 1","Pajak 1" +"giftcards_tax_2","VAT 2","Impuesto 2","Tax 2","Tax 2","稅額 2","Налог 2","Tax 2","Tax 2","Pajak 2" +"giftcards_tax_percent","VAT %","Porcentaje de Impuesto","Tax Percent","Taux d\'imposition","稅率","процент налога","Tax Percent","Tax Percent","Persen Pajak" +"giftcards_tax_percents","VAT Percentages","Porcentaje de Impuesto(s)","Tax Percent(s)","Pourcentage d\'imposition","稅率 Percent(s)","процент налога","","Tax Percent(s)","Persentase Pajak" +"giftcards_unit_price","Verkoopsprijs","Precio Unitario","Unit Price","Prix Unitaire","單位價格","Розничная Цена","ราคาปลีก","Unit Price","Harga Jual" +"giftcards_upc_database","UPC Database","Base de Datos UPC","UPC Database","Base de Données UPC","UPC Database","UPC база данных","","UPC Database","Database UPC" +"giftcards_update","Bewaar Cadeaubon","Actualizar Tarjeta de Regalo","Update Giftcard","Éditer Carte","更新禮金券","Обновлять Подарочная карта","ปรับข้อมูลบัตรกำนัล","Update Giftcard","Ubah GiftCard" +"giftcards_use_inventory_menu","Use Inv. Menu","Usar Menú de Inventario","Use Inv. Menu","Utiliser Menu Inv.","使用庫存清單","Используйте меню инвентаря","","Use Inv. Menu","Gunakan Inv. Menu" +"giftcards_value","Cadeaubon Waarde moet een getal zijn","Valor de Tarjeta de Regalo debe ser un número","Giftcard Value must be a number","La valeur de la carte doit etre un nombre","禮金券金額需為數字","стоимость Подарочную карту должна быть цифрая","มูลค่าบัตรกำนัลต้องเป็นตัวเลขเท่านั้น","Giftcard Value must be a number","Nilai GiftCard harus angka" +"giftcards_value_required","Cadeaubon Waarde is een verplicht veld","Valor de Tarjeta de Regalo es requerido","Giftcard Value is a required field","La Valeur est requise","請輸入禮金券金額","стоимость Подарочную карту обязательный пробел","ต้องกรอกมูลค่าบัตรกำนัล","Giftcard Value is a required field","Nilai GiftCard wajib diisi" diff --git a/translations/items_lang.csv b/translations/items_lang.csv index 3ccbac19a..b05976b11 100644 --- a/translations/items_lang.csv +++ b/translations/items_lang.csv @@ -1,83 +1,84 @@ -label,nl-BE,es,en,fr,zh,ru,th,tr,id -items_add_minus,Corrigatie hoeveelheid,Inventario a agregar/substraer,Inventory to add/subtract,Ajoujer/Soustraire à l\'Inventaire,增/減庫存,Инвентарь для сложения/вычитания,เพิ่ม/ลบ จำนวนสินค้าคงคลัง,Eklenen/Çıkarılan Adet,Penyesuaian Inventori TAMBAH / KURANG (-) -items_allow_alt_description,Aanpasbare omschrijving,Permitir Descripción Alternativa,Allow Alt Description,Autoriser Description Alt,允許ALT描述,Разрешить альтернативные описания,มีรายละเอียดเพิ่มเติม,Dip Nota izin ver,Deskripsi Alternatif dimungkinkan -items_amazon,Amazon,Amazon,Amazon,Amazon,Amazon,Amazon,Amazon,Amazon,Amazon -items_basic_information,Productinformatie,Infomación del Artículo,Item Information,Informations sur l\'Item,產品訊息,информацию о товаре,ข้อมูลสินค้ส,Ürün Bilgisi,Informasi Item -items_bulk_edit,Bewerk Selectie,Edición Múltiple,Bulk Edit,Édition en groupe,批次編輯,Массовое изменение,แก้ไขความจุ,Toplu Düzenleme,Ubah Massal -items_buy_price_required,Buy price is a required field,Precio de Compra es requerido,Purchase price is a required field,Le Prix d\'achat est requis,進貨價為必填欄位,Цена покупки обязательное пробелья,ราคาซื้อขายต้องกรอก,Alış Fiyatı zorunlu alandır,Harga Beli wajib diisi -items_cannot_be_deleted,De geselecteerde producten konden niet worden verwijderd.,No se pueden borrar los artículos seleccionados. Uno o más tiene(n) ventas.,"Could not deleted selected items, one or more of the selected items has sales.",Impossible de supprimer. Un ou plusiers des items sélectionnés a des ventes.,無法刪除選定產品,所選產品中的一個或多個有銷售紀綠。,"Невозможно удалить выбранные товари, один или более из выбранных товаров имеет продаж.","ไม่สามารถลบสินค้าที่เลือก, สินค้าที่เลือกถูกขายไปแล้ว.","Seçili ürünler silinemedi, bazı ürünlerin satışı var.","Tidak dapat menghapus item terpilih, satu atau lebih item yang dipilih memiliki penjualan." -items_cannot_find_item,Er werd geen informatie gevonden omtrent product,No puedo encontrar información acerca del artículo,Cannot find any information about item,Impossible de récu[érer des informations,無法找到任何有關的產品,не могу найти любую информацию о товаре,ไม่พบข้อมูลของสินค้า,Ürün bilgisi bulunamadı,Tidak dapat menemukan informasi apapun tentang item -items_category,Categorie,Categoría,Category,Categorie,類別,Категория,หมวดหมู่,Kategori,Kategori -items_category_required,Categorie moet ingevuld worden,Categoría es requerido,Category is a required field,La Catégorie est requise,類別為必填欄位,Категория обязательное пробелья,หมวดหมู่สินค้าต้องกรอก,Kategori zorunlu alandır,Kategori wajib diisi -items_change_all_to_allow_alt_desc,Aanpasb. omschrijvingen,Permitir Descripción Alternativa Para Todos, Allow Alt Desc For All, Autoriser Desc Alt Pour Tous, 充許全部ALT倒序,Разрешить альтернативные Описание для всех, Allow Alt Desc For All, Tümünde dip nota izin ver, Diijinkan Deskripsi alternatif untuk semua -items_change_all_to_not_allow_allow_desc,Vaste omschrijvingen,Denegar Descripción Alternativa Para Todos,Not Allow Alt Desc For All,Interdire Desc Alt Pour Tous,不允許全部ALT倒序,Не разрешить альтернативные Описание для всех,Not Allow Alt Desc For All,Tümünde dip nota izin verme,Tidak Diijinkan Deskripsi alternatif untuk semua -items_change_all_to_serialized,Genummerd,Cambiar Todo A Serializado,Change All To Serialized,Tout Sérialiser,全部更改序號至序列化,Изменить все в сериализованную,เปลี่ยนแปลงรหัสสินค้าทั้งหมด,Tümünü seri numaralı yap,Ubah semua menggunakan nomor serial -items_change_all_to_unserialized,Niet genummerd,Cambiar Todo A Deserializado,Change All To Unserialized,Tout désérialiser,全部更改序號至非序列化,Изменить все в несериализованную,ลบรหัสสินค้าทั้งหมด,Tümünü seri numarasız yap,Ubah semua tanpa nomor serial -items_confirm_bulk_edit,Bent u zeker dat u de geselecteerde producten wil aanpassen?,¿Estás seguro(a) de querer editar los artículos seleccionados?,Are you sure you want to edit all the items selected?,Etes vous sûre de vouloir éditer toute la sélection?,您確定您要編輯的所有選定的產品嗎?,"Вы уверены, что хотите редактировать все товари выбраны?",แน่ใจหรือไม่ที่จะแก้ใขสินค้าทั้งหมดที่คุณเลือก?,Seçili tüm ürünleri düzenlemek istediğinize emin misiniz?,Apakah Anda yakin ingin merubah semua item yang dipilih? -items_confirm_delete,Bent u zeker dat u de geselecteerde producten wil verwijderen?,¿Estás seguro(a) de querer borrar los artículos seleccionados?,Are you sure you want to delete the selected items?,Etes vous sûre de vouloir supprimer la sélection?,你確定你要刪除選定的產品嗎?,"Вы уверены, что хотите удалить выбранные товари?",โปรดยืนยันการลบสินค้าที่ถูกเลือก?,Seçili ürünleri silmek istediğinize emin misiniz?,Apakah Anda yakin ingin menghapus item yang dipilih? -items_cost_price,Aankoopprijs,Precio de Compra,Cost Price,Prix de Gros,成本價,Оптовая Цена,ราคาทุน,Maliyet Fiyatı,Harga Pokok -items_cost_price_number,Kostprijs moet een cijfer zijn,Precio de Compra debe ser número,Cost price must be a number,Le Prix d\'achat doit etre un nombre,成本價必需是數值,Оптовая цена должно быть число,ราคาทุนต้องเป็นตัวเลข,Fiyat sayı olmalıdır (9.90),Biaya Item harus angka -items_cost_price_required,Aankoopprijs moet ingevuld worden,Precio de Compra es requerido,Cost Price is a required field,Le Prix de gros est requis,成本價為必填攔位,Оптовая цена обязательное пробелья,ราคาทุนต้องกรอก,Maliyet Fiyatı zorunlu alandır,Biaya Item wajib diisi -items_count,Update Stock,Actualizar Inventario,Update Inventory,Mise à jour Inventaire,更新庫存,Обновление инвентории,แก้ไขจำนวนสินค้าคงคลัง,Stoğu Güncelle,Mutasi/Penyesuaian Inventori -items_current_quantity,Huidige hoeveelheid,Cantidad Actual,Current Quantity,Quantité Actuelle,當前數量,Количество Сейчас,ปริมาณสินค้าคงคลัง,Mevcut Adet,Jumlah Saat ini -items_description,Omschrijving,Descripción,Description,Description,描述,Описание,รายละเอียด,Tanım,Deskripsi -items_details_count,Stockgegevens,Detalles de Cuenta de Inventario,Inventory Count Details,Détais Inventaire,庫存盤點詳情,детали инвентаризацего количество,รายละเอียดจำนวนสินค้าคงคลัง,Stok Hareket Detayları,Jumlah Detail Inventori -items_do_nothing,Doe Niets,No Hacer Nada,Do Nothing,Ne rien faire,沒有執行任何修改,Ничего не делать,ไม่ต้องทำอะไร,Değiştirme,Tidak ada Perubahan -items_edit_fields_you_want_to_update,Bewerk de velden aan die u wil aanpassen voor ALLE geselecteerde producten,Edita los campos que quieras actualizar en TODOS los artículos seleccionados,Edit the fields you want to edit for ALL selected items,Modifiez les champs que vous voulez éditer pour TOUS les items sélectionnés,編輯您選定產品的所有欄位,Отредактируйте пробела вы хотите изменить для всех выбранных товаров,แก้ไขสินค้าทุกชนิดที่คุณเลือก,Seçili TÜM ürünler için düzenlemek istediğiniz alanları girin,Ubah bagian yang ingin Anda edit untuk SEMUA Item yang dipilih -items_edit_multiple_items,Meerdere Producten Bewerken,Editando Artículos Múltiples,Editing Multiple Items,Édition Multiple d\'Items,編輯多項產品,Редактирование нескольких товаров,แก้ใขสินค้าต่างๆ,Çoklu Ürün Güncelleme,Ubah Beberapa Item -items_error_adding_updating,Fout bij het toevoegen/aanpassen van een product,Error agregando/actualizando artículo,Error adding/updating item,Erreur d\'ajout/éditionn,新增/更新產品錯誤,Ошибка при добавлении/обновлении товара,เพิ่ม/ปรับแต่ง สินค้าล้มเหลว,Ürün ekleme/düzenleme hatası,Kesalahan ketika menambahkan/memperbarui item -items_error_updating_multiple,Fout bij het bewaren van producten,Error actualizando artículos,Error updating items,Erreur d\'édition,更新產品錯誤,Ошибка при обновлении товаров,ปรับแต่งสินค้าล้มเหลว,Ürün düzenleme hatası,Kesalahan ketika memperbarui item -items_excel_import_failed,Excel import mislukt,Falló la importación de Excel,Excel import failed,Echec Import d\'Excel,Excel匯入失敗,Ошибка импорта Excel,นำเข้าข้อมูล Excel ล้มเหลว,Excel aktarım hatası,Impor dari Excel tidak berhasil dilakukan -items_generate_barcodes,Genereer Barcodes,Generar Códigos de Barras,Generate Barcodes,Générer des Coddes-barre,產生條碼,Создайте штрих-кодов,สร้างบาร์โค๊ด,Barkod Üret,Buat Barcode -items_info_provided_by,Info provided by,Info provista por,Info provided by,Infos fournies by,訊息提供者,"Информация, представленная",จัดเตรียมข้อมูลโดย,Bilgi sağlayan,Info disediakan oleh -items_inventory,Stock,Inventario,Inventory,Inventaire,庫存,инвентаризация,สินค้าคงเหลือ,Stok,Inventori -items_inventory_comments,Commentaar,Comentarios,Comments,Commentaires,評論,Комментарии,คำอธิบาย,Yorumlar,Keterangan -items_is_deleted,Verwijderd,Eliminado,Deleted,Supprimé,Deleted,Deleted,ถูกลบแล้ว,Silinmiş,Item dihapus -items_is_serialized,Optelbaar,El Artículo tiene Número de Serie,Item has Serial Number,Item a un Numéro de Série,產品有序號,Товар имеет серийный номер,สินค้ามีซีเรียลนัมเบอร์,Seri Numaralı Ürün,Item Memiliki Nomor Serial -items_item,Product,Artículo,Item,Item,產品,Товар,สินค้า,Ürün,Item -items_item_number,UPC/EAN/ISBN,UPC/EAN/ISBN,UPC/EAN/ISBN,UPC/EAN/ISBN,UPC/EAN/ISBN,UPC/EAN/ISBN,โค๊ด,UPC/EAN/ISBN,Kode Barang -items_number_required,UPC/EAN/ISBN moet ingevuld worden,UPC/EAN/ISBN is a required field,UPC/EAN/ISBN is a required field,UPC/EAN/ISBN is a required field,UPC/EAN/ISBN is a required field,UPC/EAN/ISBN is a required field,UPC/EAN/ISBN is a required field,UPC/EAN/ISBN is a required field,UPC/EAN/ISBN is a required field -items_location,Locatie,Ubicación,Location,Location,位置,место,ที่ตั้ง,Yer,Lokasi Barang -items_low_inventory_items,Producten niet in stock,Artículos de Inventario Escaso,Low Inventory Items,Items à Stock Faible,低庫存產品,Низкий инвентаризации товары,,,Daftar Stock Rendah -items_manually_editing_of_quantity,Manuele aanpassing hoeveelheid,Edición Manual de Cantidad,Manual Edit of Quantity,Édition Manuelle de Quantité,手動編輯數量,Руководство Изменить количество,แก้ไขจำนวน,Elle adet düzeltme,Perubahan jumlah Stok secara manual -items_must_select_item_for_barcode,U moet ten minste 1 product selecteren om een barcode te genereren,Debes seleccionar al menos 1 artículo para generar códigos de barras,You must select at least 1 item to generate barcodes,Vous devez sélectionner au moins un item,您必須至少選擇一個產品生才能產生條碼,Вы должны выбрать хотя бы 1 товар для создания штрих-кодов,คุต้องเลือกสินค้าอย่างน้อยหนึ่งอย่างเพื่อจะสร้างบาร์โค๊ด,Barkod üretmek için en az bir ürün seçmelisiniz,Anda harus memilih minimal 1 item untuk membuat barcode -items_name,Productnaam,Nombre del Artículo,Item Name,Nom,產品名稱,название товара,ชื่อสินค้า,Ürün Adı,Nama Barang -items_name_required,Productnaam moet ingevuld worden,Nombre de Artículo es requerido,Item Name is a required field,Le Nom est requis,產品名稱為必填,Название товара обязательное пробелья,ชื่อสินค้าต้องกรอก,Ürün Adı zorunlu alandır,Nama item wajib diisi -items_new,Nieuw Product,Nuevo Artículo,New Item,Nouvel Item,新增產品,Новый Товар,เพิ่มรายการสินค้า,Yeni Ürün,Buat Item Baru -items_no_description_items,Producten zonder omschrijving,Artículos sin Descripción,No Description Items,Items sans Description,產品沒有說明,без Описание товары,สินค้าที่ไม่มีคำอธิบายหรือวิธีการใช้,Tanımı olmayan ürünler,Produk/Item tidak ada deskripsi -items_no_items_to_display,Er werden geen producten gevonden,No hay artículos que mostrar,No Items to display,Aucun Items à afficher,沒有產品可以顯示,Нет товаров для отображения,ไม่มีสินค้าแสดง,Gösterecek Ürün Yok,Tidak ada item untuk ditampilkan -items_none,Geen,Ninguno,None,Aucun,無,Ничего,ว่างเปล่า,Hiçbiri,Tidak Ada -items_none_selected,U hebt geen producten geselecteerd,No has seleccionado artículos para editar,You have not selected any items to edit,Vous n\\\'avez sélectionné aucun élément,您還沒有選擇任何產品進行編輯,Вы не выбрали ни одной товари для редактирования,กรุณาเลือสินค้าที่ต้องการแก้ไข,Düzenlemek için ürün seçmediniz,Anda belum memilih item untuk diubah -items_number_information,Productnummer,Número del Artículo,Item Number,Numbéro d\'Item,產品編號,Номер Товара,หมายเลขสินค้า,Ürün No,Nomor Barang -items_one_or_multiple,product(en) verwijderd,articulo(s),item(s),item(s),產品,товар(а),สินค้า(s),ürün,Item Barang -items_quantity,Stock,Cantidad en Stock,Quantity,Quantité,數量,Количество,จำนวน,Adet,Jumlah -items_quantity_number,Hoeveelheid moet een cijfer zijn,Cantidad debe ser número,Quantity must be a number,La Quantité doit etre un nombre,數量必需是數值,Количество должно быть число,จำนวนต้องเป็นตัวเลข,Adet sayı olmalıdır,Jumlah harus angka -items_quantity_required,Hoeveelheid moet ingevuld worden,Cantidad es requerido,Quantity is a required field,La Quantité est requise,數量為必填欄位,Количество обязательное пробелья,จำนวนต้องกรอก,Adet zorunlu alandır,Jumlah wajib diisi -items_receiving_quantity,Aantal per lijn,Receiving quantity,Receiving quantity,Receiving quantity,Receiving quantity,Receiving quantity,ยอดรับมา,Receiving quantity,Receiving quantity -items_reorder_level,Reorder Level,Cantidad Mínima,Reorder Level,Niveau de Réapprovisionnement,補貨點,Минимальный уровень перед заказом,ระดับการสั่งใหม่,Düşük Stok,Batas pesan ulang -items_reorder_level_number,Reorder level moet een cijfer zijn,Cantidad Mínima debe ser número,Reorder level must be a number,Le Niveaux de Réapprovisionnement doit etre un nombre,補貨點必需是數值,Минимальный уровень перед заказом должно быть число,ระดับการสั่งใหม่ต้องเป็นตัวเลข,Düşük stok sayı olmalıdır,Batas pesan ulang harus angka -items_reorder_level_required,Reorder level moet ingevuld worden,Cantidad Mínima es requerido,Reorder level is a required field,Le Niveaux de Réapprovisionnement est requis,補貨點為必填欄位,Минимальный уровень перед заказом обязательное пробелья,ระดับการสั่งไหม่ต้องกรอก,Düşük Stok zorunlu alandır,Batas pesan ulang wajib diisi -items_retrive_item_info,Haal productinformatie op,Obtener Info de Artículo,Retrive Item Info,Récupérer Informations,檢索產品訊息,Получить Детальная информация,รับข้อมูลสินค้า,Ürün Bilgisi Getir,Dapatkan Info Item Barang -items_sales_tax_1,VAT,Impuesto de Ventas 1,Sales Tax,Taxe Vente,營業稅,Налог на покупку,ถาษีขาย,Satış Vergisi,Pajak Penjualan1 -items_sales_tax_2,VAT 2,Impuesto de Ventas 2,Sales Tax 2,Taxe Vente 2,營業稅 2,Налог на покупку 2,ภาษีขาย 2,Satış Vergisi 2,Pajak Penjualan2 -items_search_custom_items,Doorzoek Tags,Buscar en campos personalizados,Search Custom Fields,Rechercher dans les Champs Choisis,Search Custom Fields,Искать в дополнительных товарях,ค้นหาในฟิลด์เสริม,Özel Alanları Ara,Cari secara manual -items_serialized_items,Serialized Items,Artículos Serializados,Serialized Items,Items Serialisés,序列化產品,Сериализованные товары,รหัสสินค้า,Seri Numaralı Ürünler,Serial Item -items_stock_location,Stock locatie,Stock location,Stock location,Stock location,Stock location,Stock location,ที่เก็บ,Mağaza Yeri,Stock location -items_successful_adding,Product succesvol toegevoegd,Has agregado satisfactoriamente un artículo,You have successfully added item,Ajout enregistré,已成功新增產品,Вы успешно добавлен товар,เพิ่มสินค้าสำเร็จ,Ürün ekleme başarılı,Item Barang telah berhasil ditambahkan -items_successful_bulk_edit,Producten werden succesvol bewaard,Has actualizado satisfactoriamente los artículos seleccionados,You have successfully updated the selected items,Édition réussie,您已成功更新所選產品,Вы успешно обновили выбранных товаров,ปรับแต่งสินค้าสำเร็จ,Seçili ürün düzenlendi,Anda telah berhasil memperbarui item yang dipilih -items_successful_deleted,Er werd(en),Has borrado satisfactoriamente,You have successfully deleted,Suppréssion réussie,刪除成功,Вы успешно удалили,ลบสินค้าสำเร็จ,Silme başarılı,Item Barang telah berhasil dihapus -items_successful_updating,Wijzigingen bewaard voor,Has actualizando satisfactoriamente un artículo,You have successfully updated item,Édition enregistrée,已成功更新產品,Вы успешно обновленного товара,ปรับแต่งสินค้าสำเร็จ,Ürün düzenleme başarılı,Item Barang telah berhasil diperbarui -items_supplier,Leverancier,Proveedor,Supplier,Fournisseur,供貨商,Поставщик,ผู้ผลิต,Sağlayıcı,Pemasok -items_tax_1,VAT,Impuesto 1,Tax 1,Taxe 1,稅額 1,Налог 1,ภาษี 1,Vergi 1,Pajak 1 -items_tax_2,VAT 2,Impuesto 2,Tax 2,Taxe 2,稅額 2,Налог 2,ภาษี 2,Vergi 2,Pajak 2 -items_tax_percent,VAT %,Porcentaje de Impuesto,Tax Percent,Pourcentage d\'imposition,稅率,процент налога,ภาษี(%),Vergi Yüzdesi,Tarif Pajak -items_tax_percent_required,Taxpercentage moet ingevuld worden,Porcentaje de Impuesto es requerido,Tax Percent is a required field,Le Pourcentage d\'imposition est requis,稅率為必填欄位,Процент Налоги обязательное пробелья,เปอร์เซ็นต์ต้องกรอก,Vergi Oranı zorunlu alandır,Tarif Pajak wajib diisi -items_tax_percents,VAT,Porcentaje de Impuesto(s),Tax Percent(s),Pourcents(s) de taxes,稅率 %,процент налога(и),ภาษี(%),Vergi Yüzdesi,Tarif Pajak -items_unit_price,Verkoopprijs,Precio de Venta,Retail Price,Prix au Détail,單價,Розничная Цена,ราคาขาย,Satış Fiyatı,Harga Jual -items_unit_price_number,Verkoopprijs moet een cijfer zijn,Precio de Venta debe ser número,Unit price must be a number,Le Prix unitaire doit etre un nombre,單價必需是數值,Розничная Цена должно быть число,ราคาต่อหน่วยต้องเป็นตัวเลข,Fiyat sayı olmalıdır (9.90),Harga satuan harus angka -items_unit_price_required,Verkoopprijs moet ingevuld worden,Precio de Venta es requerido,Retail Price is a required field,Le Prix de revente est requis,單價為必填欄位,Розничная цена обязательное пробелья,ราคาต่อหน่วยต้องกรอก,Satış Fiyatı zorunlu alandır,Harga Jual wajib diisi -items_upc_database,UPC Database,Base de datos UPC,UPC Database,Base de Données UPC,UPC Database,UPC база данных,UPC ฐานข้อมูล,UPC Veritabanı,Database UPC -items_update,Bewerk Product,Actualizar Artículo,Update Item,Éditer Item,更新產品,Обновить Товар,ปรับแต่งสินค้า,Ürün Güncelle,Ubah -items_use_inventory_menu,Use Inv. Menu,Usar Menú de Inventario,Use Inv. Menu,Utiliser Menu Inv.,使用庫存清單,Используйте меню инвентаря,ใช้เมนูสินค้าคงเหลือ,Stok Menüsünü Kullan,Gunakan Inv. Menu -items_image,Afbeelding,Avatar,Avatar,Avatar,Avatar,Avatar,Avatar,Avatar,Avatar -items_item_number_duplicate,De barcode nummer is reeds aanwezig in de database,The item number is already present in the database,The item number is already present in the database,The item number is already present in the database,The item number is already present in the database,The item number is already present in the database,The item number is already present in the database,The item number is already present in the database,The item number is already present in the database +"label","nl-BE","es","en","fr","zh","ru","th","tr","id" +"items_add_minus","Corrigatie hoeveelheid","Inventario a agregar/substraer","Inventory to add/subtract","Ajoujer/Soustraire à l\'Inventaire","增/減庫存","Инвентарь для сложения/вычитания","เพิ่ม/ลบ จำนวนสินค้าคงคลัง","Eklenen/Çıkarılan Adet","Penyesuaian Inventori TAMBAH / KURANG (-)" +"items_allow_alt_desciption","","","","","","","Allow Alt Description","","" +"items_allow_alt_description","Aanpasbare omschrijving","Permitir Descripción Alternativa","Allow Alt Description","Autoriser Description Alt","允許ALT描述","Разрешить альтернативные описания","","Dip Nota izin ver","Deskripsi Alternatif dimungkinkan" +"items_amazon","Amazon","Amazon","Amazon","Amazon","Amazon","Amazon","Amazon","Amazon","Amazon" +"items_basic_information","Productinformatie","Infomación del Artículo","Item Information","Informations sur l\'Item","產品訊息","информацию о товаре","ข้อมูลสินค้ส","Ürün Bilgisi","Informasi Item" +"items_bulk_edit","Bewerk Selectie","Edición Múltiple","Bulk Edit","Édition en groupe","批次編輯","Массовое изменение","แก้ไขความจุ","Toplu Düzenleme","Ubah Massal" +"items_buy_price_required","Buy price is a required field","Precio de Compra es requerido","Purchase price is a required field","Le Prix d\'achat est requis","進貨價為必填欄位","Цена покупки обязательное пробелья","ราคาซื้อขายต้องกรอก","Alış Fiyatı zorunlu alandır","Harga Beli wajib diisi" +"items_cannot_be_deleted","De geselecteerde producten konden niet worden verwijderd.","No se pueden borrar los artículos seleccionados. Uno o más tiene(n) ventas.","Could not deleted selected items, one or more of the selected items has sales.","Impossible de supprimer. Un ou plusiers des items sélectionnés a des ventes.","無法刪除選定產品,所選產品中的一個或多個有銷售紀綠。","Невозможно удалить выбранные товари, один или более из выбранных товаров имеет продаж.","ไม่สามารถลบสินค้าที่เลือก, สินค้าที่เลือกถูกขายไปแล้ว.","Seçili ürünler silinemedi, bazı ürünlerin satışı var.","Tidak dapat menghapus item terpilih, satu atau lebih item yang dipilih memiliki penjualan." +"items_cannot_find_item","Er werd geen informatie gevonden omtrent product","No puedo encontrar información acerca del artículo","Cannot find any information about item","Impossible de récu[érer des informations","無法找到任何有關的產品","не могу найти любую информацию о товаре","ไม่พบข้อมูลของสินค้า","Ürün bilgisi bulunamadı","Tidak dapat menemukan informasi apapun tentang item" +"items_category","Categorie","Categoría","Category","Categorie","類別","Категория","หมวดหมู่","Kategori","Kategori" +"items_category_required","Categorie moet ingevuld worden","Categoría es requerido","Category is a required field","La Catégorie est requise","類別為必填欄位","Категория обязательное пробелья","หมวดหมู่สินค้าต้องกรอก","Kategori zorunlu alandır","Kategori wajib diisi" +"items_change_all_to_allow_alt_desc","Aanpasb. omschrijvingen","Permitir Descripción Alternativa Para Todos"," Allow Alt Desc For All"," Autoriser Desc Alt Pour Tous"," 充許全部ALT倒序","Разрешить альтернативные Описание для всех"," Allow Alt Desc For All"," Tümünde dip nota izin ver"," Diijinkan Deskripsi alternatif untuk semua" +"items_change_all_to_not_allow_allow_desc","Vaste omschrijvingen","Denegar Descripción Alternativa Para Todos","Not Allow Alt Desc For All","Interdire Desc Alt Pour Tous","不允許全部ALT倒序","Не разрешить альтернативные Описание для всех","Not Allow Alt Desc For All","Tümünde dip nota izin verme","Tidak Diijinkan Deskripsi alternatif untuk semua" +"items_change_all_to_serialized","Genummerd","Cambiar Todo A Serializado","Change All To Serialized","Tout Sérialiser","全部更改序號至序列化","Изменить все в сериализованную","เปลี่ยนแปลงรหัสสินค้าทั้งหมด","Tümünü seri numaralı yap","Ubah semua menggunakan nomor serial" +"items_change_all_to_unserialized","Niet genummerd","Cambiar Todo A Deserializado","Change All To Unserialized","Tout désérialiser","全部更改序號至非序列化","Изменить все в несериализованную","ลบรหัสสินค้าทั้งหมด","Tümünü seri numarasız yap","Ubah semua tanpa nomor serial" +"items_confirm_bulk_edit","Bent u zeker dat u de geselecteerde producten wil aanpassen?","¿Estás seguro(a) de querer editar los artículos seleccionados?","Are you sure you want to edit all the items selected?","Etes vous sûre de vouloir éditer toute la sélection?","您確定您要編輯的所有選定的產品嗎?","Вы уверены, что хотите редактировать все товари выбраны?","แน่ใจหรือไม่ที่จะแก้ใขสินค้าทั้งหมดที่คุณเลือก?","Seçili tüm ürünleri düzenlemek istediğinize emin misiniz?","Apakah Anda yakin ingin merubah semua item yang dipilih?" +"items_confirm_delete","Bent u zeker dat u de geselecteerde producten wil verwijderen?","¿Estás seguro(a) de querer borrar los artículos seleccionados?","Are you sure you want to delete the selected items?","Etes vous sûre de vouloir supprimer la sélection?","你確定你要刪除選定的產品嗎?","Вы уверены, что хотите удалить выбранные товари?","โปรดยืนยันการลบสินค้าที่ถูกเลือก?","Seçili ürünleri silmek istediğinize emin misiniz?","Apakah Anda yakin ingin menghapus item yang dipilih?" +"items_cost_price","Aankoopprijs","Precio de Compra","Cost Price","Prix de Gros","成本價","Оптовая Цена","ราคาทุน","Maliyet Fiyatı","Harga Pokok" +"items_cost_price_number","Kostprijs moet een cijfer zijn","Precio de Compra debe ser número","Cost price must be a number","Le Prix d\'achat doit etre un nombre","成本價必需是數值","Оптовая цена должно быть число","ราคาทุนต้องเป็นตัวเลข","Fiyat sayı olmalıdır (9.90)","Biaya Item harus angka" +"items_cost_price_required","Aankoopprijs moet ingevuld worden","Precio de Compra es requerido","Cost Price is a required field","Le Prix de gros est requis","成本價為必填攔位","Оптовая цена обязательное пробелья","ราคาทุนต้องกรอก","Maliyet Fiyatı zorunlu alandır","Biaya Item wajib diisi" +"items_count","Update Stock","Actualizar Inventario","Update Inventory","Mise à jour Inventaire","更新庫存","Обновление инвентории","แก้ไขจำนวนสินค้าคงคลัง","Stoğu Güncelle","Mutasi/Penyesuaian Inventori" +"items_current_quantity","Huidige hoeveelheid","Cantidad Actual","Current Quantity","Quantité Actuelle","當前數量","Количество Сейчас","ปริมาณสินค้าคงคลัง","Mevcut Adet","Jumlah Saat ini" +"items_description","Omschrijving","Descripción","Description","Description","描述","Описание","รายละเอียด","Tanım","Deskripsi" +"items_details_count","Stockgegevens","Detalles de Cuenta de Inventario","Inventory Count Details","Détais Inventaire","庫存盤點詳情","детали инвентаризацего количество","รายละเอียดจำนวนสินค้าคงคลัง","Stok Hareket Detayları","Jumlah Detail Inventori" +"items_do_nothing","Doe Niets","No Hacer Nada","Do Nothing","Ne rien faire","沒有執行任何修改","Ничего не делать","ไม่ต้องทำอะไร","Değiştirme","Tidak ada Perubahan" +"items_edit_fields_you_want_to_update","Bewerk de velden aan die u wil aanpassen voor ALLE geselecteerde producten","Edita los campos que quieras actualizar en TODOS los artículos seleccionados","Edit the fields you want to edit for ALL selected items","Modifiez les champs que vous voulez éditer pour TOUS les items sélectionnés","編輯您選定產品的所有欄位","Отредактируйте пробела вы хотите изменить для всех выбранных товаров","แก้ไขสินค้าทุกชนิดที่คุณเลือก","Seçili TÜM ürünler için düzenlemek istediğiniz alanları girin","Ubah bagian yang ingin Anda edit untuk SEMUA Item yang dipilih" +"items_edit_multiple_items","Meerdere Producten Bewerken","Editando Artículos Múltiples","Editing Multiple Items","Édition Multiple d\'Items","編輯多項產品","Редактирование нескольких товаров","แก้ใขสินค้าต่างๆ","Çoklu Ürün Güncelleme","Ubah Beberapa Item" +"items_error_adding_updating","Fout bij het toevoegen/aanpassen van een product","Error agregando/actualizando artículo","Error adding/updating item","Erreur d\'ajout/éditionn","新增/更新產品錯誤","Ошибка при добавлении/обновлении товара","เพิ่ม/ปรับแต่ง สินค้าล้มเหลว","Ürün ekleme/düzenleme hatası","Kesalahan ketika menambahkan/memperbarui item" +"items_error_updating_multiple","Fout bij het bewaren van producten","Error actualizando artículos","Error updating items","Erreur d\'édition","更新產品錯誤","Ошибка при обновлении товаров","ปรับแต่งสินค้าล้มเหลว","Ürün düzenleme hatası","Kesalahan ketika memperbarui item" +"items_excel_import_failed","Excel import mislukt","Falló la importación de Excel","Excel import failed","Echec Import d\'Excel","Excel匯入失敗","Ошибка импорта Excel","นำเข้าข้อมูล Excel ล้มเหลว","Excel aktarım hatası","Impor dari Excel tidak berhasil dilakukan" +"items_generate_barcodes","Genereer Barcodes","Generar Códigos de Barras","Generate Barcodes","Générer des Coddes-barre","產生條碼","Создайте штрих-кодов","สร้างบาร์โค๊ด","Barkod Üret","Buat Barcode" +"items_image","Afbeelding","Avatar","Avatar","Avatar","Avatar","Avatar","Avatar","Avatar","Avatar" +"items_info_provided_by","Info provided by","Info provista por","Info provided by","Infos fournies by","訊息提供者","Информация, представленная","จัดเตรียมข้อมูลโดย","Bilgi sağlayan","Info disediakan oleh" +"items_inventory","Stock","Inventario","Inventory","Inventaire","庫存","инвентаризация","สินค้าคงเหลือ","Stok","Inventori" +"items_inventory_comments","Commentaar","Comentarios","Comments","Commentaires","評論","Комментарии","คำอธิบาย","Yorumlar","Keterangan" +"items_is_deleted","Verwijderd","Eliminado","Deleted","Supprimé","Deleted","Deleted","ถูกลบแล้ว","Silinmiş","Item dihapus" +"items_is_serialized","Optelbaar","El Artículo tiene Número de Serie","Item has Serial Number","Item a un Numéro de Série","產品有序號","Товар имеет серийный номер","สินค้ามีซีเรียวนัมเบอร์","Seri Numaralı Ürün","Item Memiliki Nomor Serial" +"items_item","Product","Artículo","Item","Item","產品","Товар","สินค้า","Ürün","Item" +"items_item_number","UPC/EAN/ISBN","UPC/EAN/ISBN","UPC/EAN/ISBN","UPC/EAN/ISBN","UPC/EAN/ISBN","UPC/EAN/ISBN","โค๊ด","UPC/EAN/ISBN","Kode Barang" +"items_item_number_duplicate","De barcode nummer is reeds aanwezig in de database","The item number is already present in the database","The item number is already present in the database","The item number is already present in the database","The item number is already present in the database","The item number is already present in the database","The item number is already present in the database","The item number is already present in the database","The item number is already present in the database" +"items_location","Locatie","Ubicación","Location","Location","位置","место","ที่ตั้ง","Yer","Lokasi Barang" +"items_low_inventory_items","Producten niet in stock","Artículos de Inventario Escaso","Low Inventory Items","Items à Stock Faible","低庫存產品","Низкий инвентаризации товары","สินค้าคงเหลือน้อย","","Daftar Stock Rendah" +"items_manually_editing_of_quantity","Manuele aanpassing hoeveelheid","Edición Manual de Cantidad","Manual Edit of Quantity","Édition Manuelle de Quantité","手動編輯數量","Руководство Изменить количество","แก้ไขจำนวน","Elle adet düzeltme","Perubahan jumlah Stok secara manual" +"items_must_select_item_for_barcode","U moet ten minste 1 product selecteren om een barcode te genereren","Debes seleccionar al menos 1 artículo para generar códigos de barras","You must select at least 1 item to generate barcodes","Vous devez sélectionner au moins un item","您必須至少選擇一個產品生才能產生條碼","Вы должны выбрать хотя бы 1 товар для создания штрих-кодов","คุต้องเลือกสินค้าอย่างน้อยหนึ่งอย่างเพื่อจะสร้างบาร์โค๊ด","Barkod üretmek için en az bir ürün seçmelisiniz","Anda harus memilih minimal 1 item untuk membuat barcode" +"items_name","Productnaam","Nombre del Artículo","Item Name","Nom","產品名稱","название товара","ชื่อสินค้า","Ürün Adı","Nama Barang" +"items_name_required","Productnaam moet ingevuld worden","Nombre de Artículo es requerido","Item Name is a required field","Le Nom est requis","產品名稱為必填","Название товара обязательное пробелья","ชื่อสินค้าต้องกรอก","Ürün Adı zorunlu alandır","Nama item wajib diisi" +"items_new","Nieuw Product","Nuevo Artículo","New Item","Nouvel Item","新增產品","Новый Товар","เพิ่มรายการสินค้า","Yeni Ürün","Buat Item Baru" +"items_no_description_items","Producten zonder omschrijving","Artículos sin Descripción","No Description Items","Items sans Description","產品沒有說明","без Описание товары","สินค้าที่ไม่มีคำอธิบายหรือวิธีการใช้","Tanımı olmayan ürünler","Produk/Item tidak ada deskripsi" +"items_no_items_to_display","Er werden geen producten gevonden","No hay artículos que mostrar","No Items to display","Aucun Items à afficher","沒有產品可以顯示","Нет товаров для отображения","ไม่มีสินค้าแสดง","Gösterecek Ürün Yok","Tidak ada item untuk ditampilkan" +"items_none","Geen","Ninguno","None","Aucun","無","Ничего","ว่างเปล่า","Hiçbiri","Tidak Ada" +"items_none_selected","U hebt geen producten geselecteerd","No has seleccionado artículos para editar","You have not selected any items to edit","Vous n\\\'avez sélectionné aucun élément","您還沒有選擇任何產品進行編輯","Вы не выбрали ни одной товари для редактирования","กรุณาเลือสินค้าที่ต้องการแก้ไข","Düzenlemek için ürün seçmediniz","Anda belum memilih item untuk diubah" +"items_number_information","Productnummer","Número del Artículo","Item Number","Numbéro d\'Item","產品編號","Номер Товара","หมายเลขสินค้า","Ürün No","Nomor Barang" +"items_number_required","UPC/EAN/ISBN moet ingevuld worden","UPC/EAN/ISBN is a required field","UPC/EAN/ISBN is a required field","UPC/EAN/ISBN is a required field","UPC/EAN/ISBN is a required field","UPC/EAN/ISBN is a required field","UPC/EAN/ISBN is a required field","UPC/EAN/ISBN is a required field","UPC/EAN/ISBN is a required field" +"items_one_or_multiple","product(en) verwijderd","articulo(s)","item(s)","item(s)","產品","товар(а)","สินค้า(s)","ürün","Item Barang" +"items_quantity","Stock","Cantidad en Stock","Quantity","Quantité","數量","Количество","จำนวน","Adet","Jumlah" +"items_quantity_number","Hoeveelheid moet een cijfer zijn","Cantidad debe ser número","Quantity must be a number","La Quantité doit etre un nombre","數量必需是數值","Количество должно быть число","จำนวนต้องเป็นตัวเลข","Adet sayı olmalıdır","Jumlah harus angka" +"items_quantity_required","Hoeveelheid moet ingevuld worden","Cantidad es requerido","Quantity is a required field","La Quantité est requise","數量為必填欄位","Количество обязательное пробелья","จำนวนต้องกรอก","Adet zorunlu alandır","Jumlah wajib diisi" +"items_receiving_quantity","Aantal per lijn","Receiving quantity","Receiving quantity","Receiving quantity","Receiving quantity","Receiving quantity","ยอดรับมา","Receiving quantity","Receiving quantity" +"items_reorder_level","Reorder Level","Cantidad Mínima","Reorder Level","Niveau de Réapprovisionnement","補貨點","Минимальный уровень перед заказом","ระดับการสั่งใหม่","Düşük Stok","Batas pesan ulang" +"items_reorder_level_number","Reorder level moet een cijfer zijn","Cantidad Mínima debe ser número","Reorder level must be a number","Le Niveaux de Réapprovisionnement doit etre un nombre","補貨點必需是數值","Минимальный уровень перед заказом должно быть число","ระดับการสั่งใหม่ต้องเป็นตัวเลข","Düşük stok sayı olmalıdır","Batas pesan ulang harus angka" +"items_reorder_level_required","Reorder level moet ingevuld worden","Cantidad Mínima es requerido","Reorder level is a required field","Le Niveaux de Réapprovisionnement est requis","補貨點為必填欄位","Минимальный уровень перед заказом обязательное пробелья","ระดับการสั่งไหม่ต้องกรอก","Düşük Stok zorunlu alandır","Batas pesan ulang wajib diisi" +"items_retrive_item_info","Haal productinformatie op","Obtener Info de Artículo","Retrive Item Info","Récupérer Informations","檢索產品訊息","Получить Детальная информация","รับข้อมูลสินค้า","Ürün Bilgisi Getir","Dapatkan Info Item Barang" +"items_sales_tax_1","VAT","Impuesto de Ventas 1","Sales Tax","Taxe Vente","營業稅","Налог на покупку","ถาษีขาย","Satış Vergisi","Pajak Penjualan1" +"items_sales_tax_2","VAT 2","Impuesto de Ventas 2","Sales Tax 2","Taxe Vente 2","營業稅 2","Налог на покупку 2","ภาษีขาย 2","Satış Vergisi 2","Pajak Penjualan2" +"items_search_custom_items","Doorzoek Tags","Buscar en campos personalizados","Search Custom Fields","Rechercher dans les Champs Choisis","Search Custom Fields","Искать в дополнительных товарях","ค้นหาในฟิลด์เสริม","Özel Alanları Ara","Cari secara manual" +"items_serialized_items","Serialized Items","Artículos Serializados","Serialized Items","Items Serialisés","序列化產品","Сериализованные товары","รหัสสินค้า","Seri Numaralı Ürünler","Serial Item" +"items_stock_location","Stock locatie","Stock location","Stock location","Stock location","Stock location","Stock location","ที่เก็บ","Mağaza Yeri","Stock location" +"items_successful_adding","Product succesvol toegevoegd","Has agregado satisfactoriamente un artículo","You have successfully added item","Ajout enregistré","已成功新增產品","Вы успешно добавлен товар","เพิ่มสินค้าสำเร็จ","Ürün ekleme başarılı","Item Barang telah berhasil ditambahkan" +"items_successful_bulk_edit","Producten werden succesvol bewaard","Has actualizado satisfactoriamente los artículos seleccionados","You have successfully updated the selected items","Édition réussie","您已成功更新所選產品","Вы успешно обновили выбранных товаров","ปรับแต่งสินค้าสำเร็จ","Seçili ürün düzenlendi","Anda telah berhasil memperbarui item yang dipilih" +"items_successful_deleted","Er werd(en)","Has borrado satisfactoriamente","You have successfully deleted","Suppréssion réussie","刪除成功","Вы успешно удалили","ลบสินค้าสำเร็จ","Silme başarılı","Item Barang telah berhasil dihapus" +"items_successful_updating","Wijzigingen bewaard voor","Has actualizando satisfactoriamente un artículo","You have successfully updated item","Édition enregistrée","已成功更新產品","Вы успешно обновленного товара","ปรับแต่งสินค้าสำเร็จ","Ürün düzenleme başarılı","Item Barang telah berhasil diperbarui" +"items_supplier","Leverancier","Proveedor","Supplier","Fournisseur","供貨商","Поставщик","ผู้ผลิต","Sağlayıcı","Pemasok" +"items_tax_1","VAT","Impuesto 1","Tax 1","Taxe 1","稅額 1","Налог 1","ภาษี 1","Vergi 1","Pajak 1" +"items_tax_2","VAT 2","Impuesto 2","Tax 2","Taxe 2","稅額 2","Налог 2","ภาษี 2","Vergi 2","Pajak 2" +"items_tax_percent","VAT %","Porcentaje de Impuesto","Tax Percent","Pourcentage d\'imposition","稅率","процент налога","ภาษี(%)","Vergi Yüzdesi","Tarif Pajak" +"items_tax_percent_required","Taxpercentage moet ingevuld worden","Porcentaje de Impuesto es requerido","Tax Percent is a required field","Le Pourcentage d\'imposition est requis","稅率為必填欄位","Процент Налоги обязательное пробелья","เปอร์เซ็นต์ต้องกรอก","Vergi Oranı zorunlu alandır","Tarif Pajak wajib diisi" +"items_tax_percents","VAT","Porcentaje de Impuesto(s)","Tax Percent(s)","Pourcents(s) de taxes","稅率 %","процент налога(и)","ภาษี(%)","Vergi Yüzdesi","Tarif Pajak" +"items_unit_price","Verkoopprijs","Precio de Venta","Retail Price","Prix au Détail","單價","Розничная Цена","ราคาขาย","Satış Fiyatı","Harga Jual" +"items_unit_price_number","Verkoopprijs moet een cijfer zijn","Precio de Venta debe ser número","Unit price must be a number","Le Prix unitaire doit etre un nombre","單價必需是數值","Розничная Цена должно быть число","ราคาต่อหน่วยต้องเป็นตัวเลข","Fiyat sayı olmalıdır (9.90)","Harga satuan harus angka" +"items_unit_price_required","Verkoopprijs moet ingevuld worden","Precio de Venta es requerido","Retail Price is a required field","Le Prix de revente est requis","單價為必填欄位","Розничная цена обязательное пробелья","ราคาต่อหน่วยต้องกรอก","Satış Fiyatı zorunlu alandır","Harga Jual wajib diisi" +"items_upc_database","UPC Database","Base de datos UPC","UPC Database","Base de Données UPC","UPC Database","UPC база данных","UPC ฐานข้อมูล","UPC Veritabanı","Database UPC" +"items_update","Bewerk Product","Actualizar Artículo","Update Item","Éditer Item","更新產品","Обновить Товар","ปรับแต่งสินค้า","Ürün Güncelle","Ubah" +"items_use_inventory_menu","Use Inv. Menu","Usar Menú de Inventario","Use Inv. Menu","Utiliser Menu Inv.","使用庫存清單","Используйте меню инвентаря","ใช้เมนูสินค้าคงเหลือ","Stok Menüsünü Kullan","Gunakan Inv. Menu" diff --git a/translations/receivings_lang.csv b/translations/receivings_lang.csv index 044cc4a62..62f21e24d 100644 --- a/translations/receivings_lang.csv +++ b/translations/receivings_lang.csv @@ -1,50 +1,50 @@ -label,nl-BE,es,en,fr,zh,ru,th,tr,id -receivings_transaction_failed,Order transactie mislukt,Las Transacciones de Entrada Fallaron,Receivings Transactions Failed,Échec d'opération d'arrivage,進貨交易失敗,Ошибка Получение транзакции,ดำเนินการรับสินค้าล้มเหลว,Alım İşlemi Hatası,Transaksi Penerimaan Salah -recvs_basic_information,Order informatie,,Receiving information,,,,,,Informasi Penerimaan Barang -recvs_cancel_receiving,Annuleer,,Cancel,,,,,,Batal -recvs_cannot_be_deleted,Order(s) konden niet verwijderd worden,,Receiving(s) could not be deleted,,,,,,Tidak bisa dihapus -recvs_comments,Commentaar,,Comments,,,,,,Keterangan -recvs_complete_receiving,Bevestig,Terminar,Finish,Fin,完成,заканчивать,เสร็จสิ้น,Tamamla,Selesai -recvs_confirm_cancel_receiving,Bent u zeker dat u dit order wil wissen?,¿Estás seguro(a) de querer limpiar esta entrada? Todos los artículos serán limpiados.,Are you sure you want to clear this receiving? All items will cleared.,Etes vous sûr(e) de vouloir annuler cet arrivage?,您確定要刪除此進貨資料嗎?本資料中所有的產品資料也將會被清空。,"Вы уверены, что хотите удалить это получение? Все детали будут очищены.",แน่ใจหรือไม่ที่จะล้างรายการสินค้าเข้า? ถ้าตกลงไม่สามารถย้อนกลับใด้.,Bu alımı iptal etmek istiyor musunuz? Tüm ürünler çıkarılacak.,Apakah anda yakin untuk menghapus Penerimaan Barang masuk ini? Semua item Akan dihapus. -recvs_confirm_finish_receiving,Bent u zeker dat u dit order wil ingeven? Dit kan niet ongedaan gemaakt worden.,¿Estás seguro(a) de querer procesar esta entrada? Ésto no puede ser deshecho.,Are you sure you want to submit this receiving? This cannot be undone.,Etes vous sûr(e) de vouloir valider cet arrivage (Irréversible)?,您確定要提交此進貨資料嗎?一旦送出將不能撤消。,"Вы уверены, что хотите представить это получение? Это не может быть отменено.",แน่ใจหรือไม่ที่จะส่งรายการสินค้าเข้า? ถ้าตกลงไม่สามารถย้อนกลับใด้.,Alımı tamamlamak istediğinize emin misiniz? İşlem geri alınamaz.,Apakah anda yakin untuk memproses Penerimaan Barang masuk ini? Proses ini tidak dapat dibatalkan. -recvs_cost,Kost,Costo,Cost,Cout,成本,стоимость,ราคา,Ücret,Harga -recvs_date,Order Datum,,Receiving Date,,,,,,Tanggal -recvs_date_required,Er moet een correcte datum ingevuld worden,,A correct date needs to be filled in,,,,,,Tanngalnya harus diisi -recvs_date_type,Datum is vereist,,Date field is required,,,,,,Model Tanggal -recvs_delete_confirmation,Bent u zeker dat u dit order wil verwijderen? Dit kan niet ongedaan gemaakt worden.,,"Are you sure you want to delete this receiving, this action cannot be undone",,,,,,Konfirmasi Hapus -recvs_delete_entire_sale,Verwijder,Delete entire sale,Delete entire sale,Delete entire sale,Delete entire sale,Delete entire sale,Delete entire sale,Delete entire sale,Hapus Semua Penjualan -recvs_discount,Korting %,Descuento %,Disc %,Remise %,折古 %,Скидка %,ส่วนลด %,İndirim %,Diskon % -recvs_edit,Bewerk,Editar,Edit,Éditer,編輯,редактировать,แก้ไข,Düzenle,Ubah -recvs_edit_sale,Bewerk,Edit Receiving,Edit Receiving,Edit Receiving,Edit Receiving,Edit Receiving,Edit Receiving,Edit Receiving,Ubah Penerimaan -recvs_employee,Werknemer,Employee,Employee,Employee,Employee,Employee,Employee,Employee,Karyawan -recvs_error_editing_item,Fout tijdens updaten product,Error al editar artículo,Error editing item,Erreur d'édition,產品編輯錯誤,Ошибка редактирования товар,แก้ไขสินค้าล้มเหลว,Ürün düzenleme hatası,Pengubahan Item Salah -recvs_error_requisition,Kon de stock transfer niet vervolledigen,,Unable to move inventory from and to the same stock location,,,,,Ürün aynı yere taşınamaz,Kesalahan Daftar Permintaan -recvs_find_or_scan_item,Zoek/Scan Product,Encontrar/Escanear Artículo,Find/Scan Item,Chercher/Scanner Élément,查找 / 掃描產品,Найти/Сканировать товар,ค้นหาสินค้า,Ürün Bul/Oku,Cari/Scan Item -recvs_find_or_scan_item_or_receipt,Zoek/Scan Product OF Tickets,Encontrar/Escanear Artículo o Entrada,Find/Scan Item OR Receipt,Chercher Elément OU Recu,查找 / 掃描產品或收據,Найти/Сканировать товар ИЛИ квитанция,ค้นหาสินค้าหรือบิล,Ürün yada Fatura Bul/Oku,Cari/Scan Item ATAU Faktur -recvs_id,Ordernummer,ID de Entrada,Receiving ID,ID Arrivage,進貨編號,получение ID,รายการสินค้าเข้า ID,Alım No,ID Penerimaan -recvs_invoice_number,Factuur #,,Invoice #,,,,,,Nomer Nota -recvs_invoice_number_duplicate,Gelieve een uniek factuurnummer in te voeren,,Please enter an unique invoice number,,,,,,Nomer Nota Double -recvs_item_name,Productnaam,Nombre del Artículo,Item Name,Nom d'Élément,產品名稱,Название товара,ชื่อสินคัา,Ürün Adı,Nama Item -recvs_mode,Order type,Modo de Entradas,Receiving Mode,Receiving Mode,進貨模式,получая режим,วิธีการรับสินค้า,Alım Türü,Jenis Penerimaan -recvs_new_supplier,N. Leverancier,Nuevo Proveedor,New Supplier,Nouveau Fournisseur,新供應商,Новый поставщик,ผู้ผลิตรายใหม่,Yeni Sağlayıcı,Pemasok Baru -recvs_one_or_multiple,order(s),receiving(s),receiving(s),,,,,,Satu Atau Double -recvs_quantity,Aantal,Cant.,Qty.,Qté.,數量.,Кол-во.,จำนวน.,Adet,Jumlah -recvs_receipt,Ontvangstbewijs,Recibo de Entrada,Receivings Receipt,Recu des Arrivages,收貨憑證,квитанция о получении,บิลสินค้าเข้า,Alım Faturası,Faktur Penerimaan -recvs_receipt_number,Order #,,Receiving #,,,,,,No. Faktur Penerimaan -recvs_receiving,Inkoop,Recibir,Receive,Receive,收貨,получать,รับ,Alım,Barang Masuk -recvs_register,Orders,Entrada de Artículos,Items Receiving,Items Receiving,產品進貨,Получение товаров,รับสินค้า,Ürün Alımları,Penerimaan Barang Masuk -recvs_requisition,Transfer,,Requisition,,,,เบิกสินค้า,Talepler,Mutasi Antar Gudang -recvs_return,Teruggave,Devolver,Return,Return,退貨,возвращать,คืน,İade,Retur -recvs_select_supplier,Selecteer Leverancier (Optioneel),Seleccionar Proveedor (Opcional),Select Supplier (Optional),Choisir Fournisseur (Facultatif),選擇供應商 (Optional),Выберите поставщика (необязательно),เลือกผู้ผลิต (ทางเลือก),Sağlayıcı Seç (İsteğe Bağlı),Pilih Pemasok (Opsional) -recvs_start_typing_supplier_name,Typ naam leverancier..,Empieza a escribir el nombre del proveedor...,Start Typing supplier's name...,Commencez à saisir le nom du fournisseur...,開始輸入供應商名稱...,Начните вводить название поставщика...,เริ่มต้นพิมพ์ชื่อผู้ผลิต...,Sağlayıcı Adı...,Ketik nama pemasok ... -recvs_stock_destination,Stock bestemming,Stock destination,Stock destination,Stock destination,Stock destination,Stock destination,Stock destination,Stok hedefi,Tujuan Stok -recvs_stock_locaiton,Stock locatie,Stock destination,Stock location,Stock location,Stock location,Stock location,Stock location,Stok yeri,Lokasi Stok -recvs_stock_source,Stock bron,Stock destination,Stock source,Stock source,Stock source,Stock source,Stock source,Stok kaynağı,Asal Stok -recvs_successfully_deleted,Er werd(en),You have successfully deleted,You have successfully deleted,You have successfully deleted,You have successfully deleted,You have successfully deleted,You have successfully deleted,You have successfully deleted,Berhasil Dihapus -recvs_successfully_updated,Order werd geupdatet,Receiving successfully updated,Receiving successfully updated,Receiving successfully updated,Receiving successfully updated,Receiving successfully updated,Receiving successfully updated,Receiving successfully updated,Berhasil Diperbaharui -recvs_supplier,Leverancier,Proveedor,Supplier,Fournisseur,供應商,поставщик,ผู้ผลิต,Sağlayıcı,Pemasok -recvs_total,Totaal,Total,Total,Total,總數量,сумма,รวม,Toplam,Total -recvs_unable_to_add_item,Onmogelijk om product aan order toe te voegen,No se puede agregar el artículo a la entrada,Unable to add item to receiving,Impossible d'ajouter l'item aux arrivages,無法新增進貨資料,Невозможно добавить товар на получение,ไม่สามารถเพิ่มสินค้าได้,Ürünler alıma eklenemedi,Item tidak dapat ditambahkan ke penerimaan barang masuk -recvs_unsuccessfully_updated,Receiving unsuccessfully updated,Receiving unsuccessfully updated,Receiving unsuccessfully updated,Receiving unsuccessfully updated,Receiving unsuccessfully updated,Receiving unsuccessfully updated,Receiving unsuccessfully updated,Receiving unsuccessfully updated,Tidak Berhasil Diperbaharui -recvs_invoice_enable,Maak Factuur,Create Invoice,Create Invoice,Create Invoice,Create Invoice,Create Invoice,Create Invoice,Create Invoice,Create Invoice -recvs_print_after_sale,Print Ticket,Imprimir recibo después de una venta,Print after sale,Imprimer un recu après vente,出貨時打印收據,Распечатать квитанцию ​​после продажи,พิมพ์บิลหลังการขาย,Satıştan sonra yazdır,Cetak Faktur setelah penjualan +"label","nl-BE","es","en","fr","zh","ru","th","tr","id" +"receivings_transaction_failed","Order transactie mislukt","Las Transacciones de Entrada Fallaron","Receivings Transactions Failed","Échec d'opération d'arrivage","進貨交易失敗","Ошибка Получение транзакции","","Alım İşlemi Hatası","Transaksi Penerimaan Salah" +"recvs_basic_information","Order informatie","","Receiving information","","","","","","Informasi Penerimaan Barang" +"recvs_cancel_receiving","Annuleer","","Cancel","","","","","","Batal" +"recvs_cannot_be_deleted","Order(s) konden niet verwijderd worden","","Receiving(s) could not be deleted","","","","","","Tidak bisa dihapus" +"recvs_comments","Commentaar","","Comments","","","","","","Keterangan" +"recvs_complete_receiving","Bevestig","Terminar","Finish","Fin","完成","заканчивать","","Tamamla","Selesai" +"recvs_confirm_cancel_receiving","Bent u zeker dat u dit order wil wissen?","¿Estás seguro(a) de querer limpiar esta entrada? Todos los artículos serán limpiados.","Are you sure you want to clear this receiving? All items will cleared.","Etes vous sûr(e) de vouloir annuler cet arrivage?","您確定要刪除此進貨資料嗎?本資料中所有的產品資料也將會被清空。","Вы уверены, что хотите удалить это получение? Все детали будут очищены.","","Bu alımı iptal etmek istiyor musunuz? Tüm ürünler çıkarılacak.","Apakah anda yakin untuk menghapus Penerimaan Barang masuk ini? Semua item Akan dihapus." +"recvs_confirm_finish_receiving","Bent u zeker dat u dit order wil ingeven? Dit kan niet ongedaan gemaakt worden.","¿Estás seguro(a) de querer procesar esta entrada? Ésto no puede ser deshecho.","Are you sure you want to submit this receiving? This cannot be undone.","Etes vous sûr(e) de vouloir valider cet arrivage (Irréversible)?","您確定要提交此進貨資料嗎?一旦送出將不能撤消。","Вы уверены, что хотите представить это получение? Это не может быть отменено.","","Alımı tamamlamak istediğinize emin misiniz? İşlem geri alınamaz.","Apakah anda yakin untuk memproses Penerimaan Barang masuk ini? Proses ini tidak dapat dibatalkan." +"recvs_cost","Kost","Costo","Cost","Cout","成本","стоимость","","Ücret","Harga" +"recvs_date","Order Datum","","Receiving Date","","","","","","Tanggal" +"recvs_date_required","Er moet een correcte datum ingevuld worden","","A correct date needs to be filled in","","","","","","Tanngalnya harus diisi" +"recvs_date_type","Datum is vereist","","Date field is required","","","","","","Model Tanggal" +"recvs_delete_confirmation","Bent u zeker dat u dit order wil verwijderen? Dit kan niet ongedaan gemaakt worden.","","Are you sure you want to delete this receiving, this action cannot be undone","","","","","","Konfirmasi Hapus" +"recvs_delete_entire_sale","Verwijder","Delete entire sale","Delete entire sale","Delete entire sale","Delete entire sale","Delete entire sale","","Delete entire sale","Hapus Semua Penjualan" +"recvs_discount","Korting %","Descuento %","Disc %","Remise %","折古 %","Скидка %","ส่วนลด %","İndirim %","Diskon %" +"recvs_edit","Bewerk","Editar","Edit","Éditer","編輯","редактировать","แก้ไข","Düzenle","Ubah" +"recvs_edit_sale","Bewerk","Edit Receiving","Edit Receiving","Edit Receiving","Edit Receiving","Edit Receiving","Edit Receiving","Edit Receiving","Ubah Penerimaan" +"recvs_employee","Werknemer","Employee","Employee","Employee","Employee","Employee","Employee","Employee","Karyawan" +"recvs_error_editing_item","Fout tijdens updaten product","Error al editar artículo","Error editing item","Erreur d'édition","產品編輯錯誤","Ошибка редактирования товар","แก้ไขสินค้าล้มเหลว","Ürün düzenleme hatası","Pengubahan Item Salah" +"recvs_error_requisition","Kon de stock transfer niet vervolledigen","","Unable to move inventory from and to the same stock location","","","","","Ürün aynı yere taşınamaz","Kesalahan Daftar Permintaan" +"recvs_find_or_scan_item","Zoek/Scan Product","Encontrar/Escanear Artículo","Find/Scan Item","Chercher/Scanner Élément","查找 / 掃描產品","Найти/Сканировать товар","ค้นหาสินค้า","Ürün Bul/Oku","Cari/Scan Item" +"recvs_find_or_scan_item_or_receipt","Zoek/Scan Product OF Tickets","Encontrar/Escanear Artículo o Entrada","Find/Scan Item OR Receipt","Chercher Elément OU Recu","查找 / 掃描產品或收據","Найти/Сканировать товар ИЛИ квитанция","ค้นหาสินค้าหรือบิล","Ürün yada Fatura Bul/Oku","Cari/Scan Item ATAU Faktur" +"recvs_id","Ordernummer","ID de Entrada","Receiving ID","ID Arrivage","進貨編號","получение ID","รายการสินค้าเข้า ID","Alım No","ID Penerimaan" +"recvs_invoice_enable","Maak Factuur","Create Invoice","Create Invoice","Create Invoice","Create Invoice","Create Invoice","Create Invoice","Create Invoice","Create Invoice" +"recvs_invoice_number","Factuur #","","Invoice #","","","","","","Nomer Nota" +"recvs_invoice_number_duplicate","Gelieve een uniek factuurnummer in te voeren","","Please enter an unique invoice number","","","","","","Nomer Nota Double" +"recvs_item_name","Productnaam","Nombre del Artículo","Item Name","Nom d'Élément","產品名稱","Название товара","ชื่อสินคัา","Ürün Adı","Nama Item" +"recvs_mode","Order type","Modo de Entradas","Receiving Mode","Receiving Mode","進貨模式","получая режим","ประเภทธุรกรรม","Alım Türü","Jenis Penerimaan" +"recvs_new_supplier","N. Leverancier","Nuevo Proveedor","New Supplier","Nouveau Fournisseur","新供應商","Новый поставщик","ผู้ผลิตรายใหม่","Yeni Sağlayıcı","Pemasok Baru" +"recvs_one_or_multiple","order(s)","receiving(s)","receiving(s)","","","","","","Satu Atau Double" +"recvs_print_after_sale","Print Ticket","Imprimir recibo después de una venta","Print after sale","Imprimer un recu après vente","出貨時打印收據","Распечатать квитанцию ​​после продажи","พิมพ์บิลหลังการขาย","Satıştan sonra yazdır","Cetak Faktur setelah penjualan" +"recvs_quantity","Aantal","Cant.","Qty.","Qté.","數量.","Кол-во.","จำนวน.","Adet","Jumlah" +"recvs_receipt","Ontvangstbewijs","Recibo de Entrada","Receivings Receipt","Recu des Arrivages","收貨憑證","квитанция о получении","บิลสินค้าเข้า","Alım Faturası","Faktur Penerimaan" +"recvs_receipt_number","Order #","","Receiving #","","","","","","No. Faktur Penerimaan" +"recvs_receiving","Inkoop","Recibir","Receive","Receive","收貨","получать","รับสินค้า","Alım","Barang Masuk" +"recvs_register","Orders","Entrada de Artículos","Items Receiving","Items Receiving","產品進貨","Получение товаров","รับสินค้า","Ürün Alımları","Penerimaan Barang Masuk" +"recvs_requisition","Transfer","","Requisition","","","","เบิกสินค้า","Talepler","Mutasi Antar Gudang" +"recvs_return","Teruggave","Devolver","Return","Return","退貨","возвращать","คืนสินค้า","İade","Retur" +"recvs_select_supplier","Selecteer Leverancier (Optioneel)","Seleccionar Proveedor (Opcional)","Select Supplier (Optional)","Choisir Fournisseur (Facultatif)","選擇供應商 (Optional)","Выберите поставщика (необязательно)","เลือกผู้ผลิต (ทางเลือก)","Sağlayıcı Seç (İsteğe Bağlı)","Pilih Pemasok (Opsional)" +"recvs_start_typing_supplier_name","Typ naam leverancier..","Empieza a escribir el nombre del proveedor...","Start Typing supplier's name...","Commencez à saisir le nom du fournisseur...","開始輸入供應商名稱...","Начните вводить название поставщика...","เริ่มต้นพิมพ์ชื่อผู้ผลิต...","Sağlayıcı Adı...","Ketik nama pemasok ..." +"recvs_stock_destination","Stock bestemming","Stock destination","Stock destination","Stock destination","Stock destination","Stock destination","Stock destination","Stok hedefi","Tujuan Stok" +"recvs_stock_locaiton","Stock locatie","Stock destination","Stock location","Stock location","Stock location","Stock location","Stock location","Stok yeri","Lokasi Stok" +"recvs_stock_source","Stock bron","Stock destination","Stock source","Stock source","Stock source","Stock source","Stock source","Stok kaynağı","Asal Stok" +"recvs_successfully_deleted","Er werd(en)","You have successfully deleted","You have successfully deleted","You have successfully deleted","You have successfully deleted","You have successfully deleted","You have successfully deleted","You have successfully deleted","Berhasil Dihapus" +"recvs_successfully_updated","Order werd geupdatet","Receiving successfully updated","Receiving successfully updated","Receiving successfully updated","Receiving successfully updated","Receiving successfully updated","Receiving successfully updated","Receiving successfully updated","Berhasil Diperbaharui" +"recvs_supplier","Leverancier","Proveedor","Supplier","Fournisseur","供應商","поставщик","ผู้ผลิต","Sağlayıcı","Pemasok" +"recvs_total","Totaal","Total","Total","Total","總數量","сумма","รวม","Toplam","Total" +"recvs_unable_to_add_item","Onmogelijk om product aan order toe te voegen","No se puede agregar el artículo a la entrada","Unable to add item to receiving","Impossible d'ajouter l'item aux arrivages","無法新增進貨資料","Невозможно добавить товар на получение","ไม่สามารถเพิ่มสินค้าได้","Ürünler alıma eklenemedi","Item tidak dapat ditambahkan ke penerimaan barang masuk" +"recvs_unsuccessfully_updated","Receiving unsuccessfully updated","Receiving unsuccessfully updated","Receiving unsuccessfully updated","Receiving unsuccessfully updated","Receiving unsuccessfully updated","Receiving unsuccessfully updated","Receiving unsuccessfully updated","Receiving unsuccessfully updated","Tidak Berhasil Diperbaharui" diff --git a/translations/reports_lang.csv b/translations/reports_lang.csv index 60eea73ca..d5bcd6f09 100644 --- a/translations/reports_lang.csv +++ b/translations/reports_lang.csv @@ -35,7 +35,7 @@ "reports_item_number","Productnummer","Número de Artículo","Item Number","Numéro d\'Item","產品數量","Номер Товара","เลขสินค้า","Ürün Kodu","Nomor Barang" "reports_items","Producten","Artículos","Items","Items","產品","товары","สินค้า","Ürünler","Produk/Item" "reports_items_purchased","Hoeveelheid","Artículos Comprados","Items Purchased","Éléments Achetés","銷售產品","купенный товары","สินค้าที่ถูกซื้อ","Satın Alınan Ürünler","Produk Dibeli" -"reports_items_received","Aantal","Artículos Recibidos","Items Received","Éléments Arrivés","進貨產品","полученные Товары","สินค้าเข้า","Alınan Ürünler","Barang Masuk" +"reports_items_received","Items Ontvangen","Artículos Recibidos","Items Received","Éléments Arrivés","進貨產品","полученные Товары","สินค้าเข้า","Alınan Ürünler","Barang Masuk" "reports_items_summary_report","Rapport Overzicht Producten","Reporte de Resumen de Artículos","Items Summary Report","Rapport: Résumé Items","產品摘要報告","Сводный отчет товары","รายงานสรุปสินค้า","Ürün Özet Raporu","Laporan Ringkasan Produk/Item" "reports_last_7","Vorige 7 Dagen","Últimos 7 Días","Last 7 Days","Ces 7 derniers jours","過去七天","Последние 7 дней","7 วันสุดท้าย","Son 7 Gün","7 Hari Terakhir" "reports_last_month","Vorige Maand","Último Mes","Last Month","Le mois dernier","上個月","Последний месяц","เดือนที่แล้ว","Geçen Ay","Bulan lalu" @@ -48,7 +48,7 @@ "reports_payments_summary_report","Overzicht Betalingen","Reporte de Resumen de Pagos","Payments Summary Report","Rapport: Résumé des Paiements","收入報告摘要","Платежей Сводный отчет","รายงานสรุปการจ่าย","Ödeme Özet Raporu","Laporan Ringkasan Pembayaran" "reports_profit","Winst","Ganancia","Profit","Bénéfice","利潤","прибыль","กำไร","Kâr","Keuntungan/Laba" "reports_quantity_purchased","Aangekochte Hoeveelheid","Cantidad Comprada","Quantity Purchased","Quantité Achetée","銷售金額","купенный количество","จำนวนการช์้อ","Satın Alınan Adet","Jumlah Dibeli" -"reports_received_by","Werknemer","Recibido por","Received By","Recu par","收款人","получило за","รับโดย","Alım Yapan","Diterima Oleh" +"reports_received_by","Ontvangen door","Recibido por","Received By","Recu par","收款人","получило за","รับโดย","Alım Yapan","Diterima Oleh" "reports_receiving_id","","","Receiving ID","","","","IDรับสินค้า","Alım No","Id Penerima" "reports_receiving_type","","","Receiving Type","","","","รูปแบบการรับสินค้า","Alım Türü","Type Diterima" "reports_receivings","Orders","Entradas","Receivings","Arrivages","應付款","Получении","รับสินค้า","Alımlar","Barang Masuk" diff --git a/translations/sales_lang.csv b/translations/sales_lang.csv index 640e3df5c..75e102f60 100644 --- a/translations/sales_lang.csv +++ b/translations/sales_lang.csv @@ -1,111 +1,110 @@ -label,nl-BE,es,en,fr,zh,ru,th,tr,id -sales_add_payment,Betaal,Agregar Pago,Add Payment,Ajouter Paiement,新增付款,Добавить оплаты,เพิ่มบิล,Ödeme Ekle,TERIMA -sales_amount_due,Te betalen,Debe,Amount Due,Somme Due,Amount Due,Amount Due,,Kalan Ödeme,Kembalian Uang -sales_amount_tendered,Ontvangen bedrag,Cantidad Recibida,Amount Tendered,Somme,已收帳款,предложенная сумма,จำนวนประมูล,Ödenen Tutar,Nilai Pembayaran -sales_basic_information,Ticket informatie,información sobre las entradas,Sale information,Information de Vente,Sale information,информацию о билетах,,Satış bilgisi,Sale information -sales_cancel_sale,Annuleer,Cancelar Venta,Cancel Sale,Annuler la Vente,取消銷售,Отменить продажу,ยกเลิกการขาย,İptal Et,Batal Jual -sales_cash,Contant,Efectivo,Cash,Cash,現金,наличные деньги,เงินสด,Nakit,Tunai -sales_change_due,Wisselgeld terug,Cambio,Change Due,Reste,更改到期日,сдача должное,เงินทอน,Para Üstü,Kembalian Uang -sales_check,Waardebon,Cheque,Check,Cheque,支票,банковский чек,เช็ก,Çek,Cek -sales_comment,Commentaar,Comentario,Comment,Commentaire,評論,комментировать,หมายเหตุ,Yorum,Catatan -sales_comments,Commentaar,Comentarios,Comments,Commentaires,評論,Комментарии,หมายเหตุ,Yorumlar,Keterangan -sales_complete_sale,Bevestig,Completar Venta,Complete Sale,Finaliser la Vente,完成銷售,Завершить продажу,สำเร็จการขาย,Satışı Tamamla,Entri penjualan -sales_confirm_cancel_sale,Bent u zeker dat u deze aankoop wil verwijderen?,¿Estás seguro(a) de querer limpiar esta venta? Todos los artículos serán limpiados.,Are you sure you want to clear this sale? All items will cleared.,Etes vous sûr(e) de vouloir annuler cette vente?,你確定要清除此筆銷售單?本單內的所有產品將被清除。,"Вы уверены, что хотите удалить эту продажу? Все детали будут очищены.",แน่ใจหรือไม่ที่จะล้างรายการขาย? สินค้าทุกอย่างจะถูกลบจากบอร์ด.,Bu satışı iptal etmek istiyor musunuz? Tüm ürünler çıkarılacak.,Anda yakin ingin membatalkan transaksi penjualan ini? Semua item akan dihapus. -sales_confirm_finish_sale,Bent u zeker dat u deze aankoop wil invoeren? Dit kan niet ongedaan gemaakt worden.,¿Estás seguro(a) de querer procesar esta venta? Ésto no se puede deshacer.,Are you sure you want to submit this sale? This cannot be undone.,Etes vous sûr(e) de vouloir enregistrer cette vente? Cette opération est irréversible.,你確定要提交銷售單?此動作不能撤消。,"Вы уверены, что хотите заверщить эту продажу? Не может быть отменено.",แน่ใจหรือไม่ที่จะสำเร็จการขาย? ไม่สามารถย้อนกลับได้.,Satışı tamamlamak istediğinize emin misiniz? Tİşlem geri alınamaz.,Anda yakin ingin melakukan transaksi penjualan ini? Proses tidak dapat dibatalkan. -sales_confirm_suspend_sale,Bent u zeker dat u deze aankoop wil bewaren?,¿Estás seguro(a) de querer suspender esta venta?,Are you sure you want to suspend this sale?,Etes vous sûr(e) de vouloir suspendre cette vente?,你確定要暫停銷售?,"Вы уверены, что хотите приостановить эту продажу?",แน่ใจหรือไม่ที่จะระงับการขาย?,Bu satışı askıya almak istiyor musunuz?,Apakah anda yakin akan menangguhkan penjualan ini? -sales_credit,Kredietkaart,Tarjeta de Crédito,Credit Card,Carte de Crédit,信用卡,кредитная карта,เครดิทการ์ด,Kredi Kartı,Kartu Credit -sales_customer,Klant,cliente,Customer,Client,客戶,клиент,ลูกค้า,Müşteri,Pelanggan -sales_date,Datum,Fecha,Sale Date,Date de Vente,日期,Число,วันที่ขาย,Satış Tarihi,Tanggal -sales_date_required,Gelieve een correcte datum in te vullen,A correct date needs to be filled in,A correct date needs to be filled in,A correct date needs to be filled in,A correct date needs to be filled in,A correct date needs to be filled in,A correct date needs to be filled in,A correct date needs to be filled in,Permintaan Data -sales_date_type,Er moet een correcte datum ingevuld worden,,Date field is required,Date field is required,Date field is required,Date field is required,Date field is required,Date field is required,Jenis Data -sales_debit,Bancontact,Tarjeta de Débito,Debit Card,Carte Débit,簽帳卡,Дебетовая карта,เดบิทการ์ด,Banka Kartı,Kartu Debit -sales_delete_confirmation,Bent u zeker dat u deze aankoop wil verwijderen?,¿Estás seguro(a) de querer borrar esta venta? Esta acción no se puede deshacer.,"Are you sure you want to delete this sale, this action cannot be undone",Etes vous sûr(e) de vouloir supprimer cette vente? Cette opération est irréversible.,你確定要刪除此銷售資料,這個動作不能撤消,"Вы уверены, что хотите удалить эту продажу, это действие не может быть отменено","แน่ใจหรือไม่ที่จะลบรายการขายนี้, ลบแล้วไม่สามารถเรียกกลับคืนใด้","Satışı silmek istediğinize emin misiniz, bu işlem geri alınamaz","Apakah anda yakin ingin menghapus transaksi penjualan ini, Pilihan ini tidak dapat dibatalkan" -sales_delete_entire_sale,Verwijder,Borrar la venta completa,Delete entire sale,Supprimer Vente,刪除全部銷售資料,Удалить всего продажи,ลบการขายทั้งหมด,Satışın tamamını sil,Hapus Transaksi Penjualan -sales_delete_successful,De geselecteerde aanko(o)p(en) werden verwijderd,Has borrado satisfactoriamente una venta,You have successfully deleted a sale,Suppréssion réussie,您已成功刪除銷售資料,Вы успешно удален продаже,คุณลบการขายสำเร็จ,Satışı sildiniz,Transaksi Penjualan berhasil dihapus -sales_delete_unsuccessful,De geselecteerde aankopen konden niet worden verwijderd.,No he podido borrar la venta satisfactoriamente,You have unsuccessfully deleted a sale,Échec de suppression,銷售資料刪除失敗,Вы безуспешно удален продаже,คุณลบการขายไม่สำเร็จ,Satışı silemediniz,Transaksi Penjualan tidak berhasil dihapus -sales_description_abbrv,Omschr.,Desc,Desc,Desc,倒序,описание,Desc,Tanım,Deskripsi -sales_discount,%,Desc %,Disc %,% Remise,折扣 %,скидка %,ส่วนลด %,İndirim %,Diskon % -sales_discount_short,%,%,%,%,%,%,,%,% -sales_edit,Bewerk,Editar,Edit,Éditer,編輯,редактировать,แก้ไข,Düzenle,Ubah -sales_edit_item,Bewaar,Editar Artículo,Edit Item,Éditer Item,編輯產品,Редактировать Товар,แก้ไขสินค้า,Düzenle,Ubah Item -sales_edit_sale,Bewerk Ticket,Editar Venta,Edit Sale,Éditer Vente,編輯銷售資料,Редактировать продажи,แก้ไขการขาย,Satışı Düzenle,Ubah Penjualan -sales_email_receipt,E-Mail Ticket,Enviar Ticket,E-Mail Receipt,Recu par E-Mail,E-Mail 銷售單,послать квитанция по E-Mail,อีเมลบิล,E-Fatura,e-Mail Faktur -sales_employee,Werknemer,Empleado,Employee,Employé,員工,сотрудник,พนักงาน,Personel,Karyawan -sales_error_editing_item,Fout bij bewerken,Error editando artículo,Error editing item,Érreur lors de l\'édition,編輯產品錯誤,Ошибка редактирования товара,แก้ไขสินค้าล้มเหลว,Ürün düzenleme hatası,mengubah item salah -sales_find_or_scan_item,Zoek/Scan Product,Encontrar/Escanear Artículo,Find/Scan Item,Trouver/Scanner Item,查找/掃描商品,Найти/Сканировать Товара,ค้นหาสินค้า,Ürün Bul/Oku,Cari/Scan Item -sales_find_or_scan_item_or_receipt,Zoek/Scan Product of Ticket,Encontrar/Escanear Artículo o Entrada,Find/Scan Item OR Receipt,Trouver/Scanner Item OU Recu,查找/掃描產品或收貨單,Найти/Сканировать Товара ИЛИ Квитанция,ค้นหาสินค้า หรือ บิล,Ürün yada Fatura Bul/Oku,Cari/Scan Item ATAU Faktur -sales_giftcard,Cadeaubon,Tarjeta de Regalo,Gift Card,Carte Cadeau,禮金券,Подарочная карта,Gift Card,Hediye Çeki,Gift Card -sales_giftcard_number,Cadeaubon nummer,Número de Tarjeta de Regalo,Gift Card Number,Numéro de Carte cadeau,禮金券編號,Номер подарочных карт,เลขที่ Gift Card,Hediye Çeki No,Nomor Gift Card -sales_id,Nummer Verkoop ,ID de Venta,Sale ID,ID Vente,銷售編號,Номер Продажы,เลขที่ขาย,Satış No,ID Penjualan -sales_invoice_enable,Maak Factuur,Create Invoice,Create Invoice,Create Invoice,Create Invoice,Create Invoice,Create Invoice,Create Invoice,Create Invoice -sales_invoice_number,Factuur #,Invoice #,Invoice #,Invoice #,Invoice #,Invoice #,Invoice #,Invoice #,Nomor Nota -sales_invoice_number_duplicate,Vul een unieke nummer in,Please enter an unique invoice number,Please enter an unique invoice number,Please enter an unique invoice number,Please enter an unique invoice number,Please enter an unique invoice number,Please enter an unique invoice number,Please enter an unique invoice number,Nomor Nota Double -sales_item_insufficient_of_stock,Product is niet meer in voorraad,Hay un número insuficiente de Artículos en existencia,Item is Insufficient of Stock,Stock top faible,產品庫存不足,Товар недостаточно на складе,จำนวนสินค้าไม่เพียงพอ,Ürün Stoğu Yetersiz,Stok Item tidak mencukupi -sales_item_name,Naam,Nombre del Artículo,Item Name,Nom,產品名稱,Название товара,ชื่อสินค้า,Ürün Adı,Nama Item -sales_item_number,Product #,UPC/EAN/ISBN,Item #,# Item,產品 #,Номер товара,สินค้า #,Ürün No,Item # -sales_item_out_of_stock,Product is niet meer in voorraad,El artículo está agotado,Item is Out of Stock,Stock épuisé,產品缺貨,Товар распродано,สินค้าจำหน่ายหมด,Ürün Stokta Yok,Item tidak ada stok -sales_mode,Type Registratie,Modo,Register Mode,Mode d\'Enregistrement,登記模式,режим журнала,รูปแบบการลงทะเบียน,Kayıt Modu,Jenis Transaksi -sales_must_enter_numeric,Het ontvangen bedrag moet een numerieke waarde zijn,Cantidad Recibida debe ser número,Must enter numeric value for amount tendered,Veuillez entrer une valeur numérique pour la somme,已收帳款必須輸入數值,числовое значение необходимое для предложенная сумма,จำนวนที่ถุกประมูลต้องใส่ข้อมุลที่เปนตัวเลข,Ödenen tutar sayı olmalıdır,Nilai yang dimasukkan harus angka numerik -sales_must_enter_numeric_giftcard,Er moet een geldige code worden ingevuld voor de cadeaubon,Número de Tarjeta de Regalo debe ser número,Must enter numeric value for giftcard number,Veuillez entrer une valeur numérique pour le numéro de carte,禮金券編號必須輸入數值,числовое значение необходимое для число подарочную карту,กิ๊ฟการ์ด ต้องใส่ตัวเลขเท่านั้น,Hediye çeki numarası için sayı girmelisiniz,Nomor Gift Card harus angka numerik -sales_new_customer,Nieuwe klant,Cliente Nuevo,New Customer,Nouveau Client,新客戶,Новый клиент,ลูกค้าใหม่,Yeni Müşteri,Pelanggan Baru -sales_new_item,Nieuw Product,Artículo Nuevo,New Item,Nouvel Élément,新增產品,Новый Товар,สินค้าใหม่,Yeni Ürün,Item Baru -sales_no_items_in_cart,Er zijn geen aankopen geselecteerd,No hay artículos en el carrito,There are no items in the cart,Il n\'y a rien dans votre panier,購物車中沒有任何產品,Там нет товаров в корзине,ไม่พบสินค้าในตระกร้า,Sepette Ürün Yok,Tidak ada Item dalam Keranjang Belanja -sales_one_or_multiple,aankopen verwijderd,,sale(s),,,,,, -sales_payment,Betaalmethode,Tipo de Pago,Payment Type,Type Paiement,付款方式,Вид оплаты,รูปแบบชำระเงิน,Ödeme Türü,Type Pembayaran -sales_payment_amount,Bedrag,Cantidad,Amount,Somme,Amount,количество,,Tutar,Amount -sales_payment_not_cover_total,Betaalde hoeveelheid is onvoldoende,La Cantidad Recibida no cubre el pago total,Payment Amount does not cover Total,Le Paiement ne couvre pas le Total,付款金額不足,оплачиваемая сумма недостаточно, ปริมาณการจ่ายที่ไม่เพียงพอกะยอดรวม,Ödemeler toplam tutarı karşılamıyor,Jumlah pembayaran tidak mencakup Total -sales_payment_type,Type,Tipo,Type,Type,Type,тип,,Tür,Type -sales_payments_total,Betaald bedrag,Pagado,Payments Total,Total Paiments,Payments Total,Payments Total,,Ödemeler Toplamı,Total Pembayaran -sales_price,Prijs,Precio,Price,Prix,價格,цена,ราคา,Fiyat,Harga -sales_quantity,Aantal,Cant.,Qty.,Qté.,數量.,Кол-во.,จำนวน,Adet,Jumlah. -sales_quantity_less_than_zero,"Waarschuwing, de gewenste hoeveelheid is onvoldoende. U kunt deze aankoop verwerken, maar kijk toch even de voorraad na.",Advertencia. La cantidad deseada es insuficiente. Puedes procesar la venta pero verifica el inventario.,"Warning, Desired Quantity is Insufficient. You can still process the sale, but check your inventory","Avertissement, Quantité Demandée Insuffisante. Vous pouvez accomplir la ventre, mais veuillez vérifier votre inventaire",警告!產品的庫存數量是不足的。您仍然可以處理銷售,但檢查您的庫存,"Внимание Желаемое количество является недостаточным. Вы все еще можете обрабатывать продажи, но проверить ваш инвентарь",คำเตือน ถ้าจำนวนของไม่เพียงพอกับความต้องการหรือไม่ตรงกับยอดในบันชี ก็สามารถทำการขายได้ แต่ต้องเชคปริมานสินค้าคงคลัง,"Dikkat, İstenen stok yetersiz. Satışa devam edebilirsiniz ama stoğunuzu kontrol ediniz","Peringatan!... Stok Inventori Kosong. Proses penjualan masih dapat dilanjutkan, Periksa Inventori." -sales_receipt,Ticket #,Recibo de Venta,Sales Receipt,Recu de Ventes,銷貨單,товарный чек,บิลขาย,Satış Faturası,Faktur Penjualan -sales_receipt_number,Ticket #,POS #,Sale #,# Caisse,POS #,POS #,,,POS # -sales_register,Kassa,Registro de Ventas,Sales Register,Registre des Ventes,銷售登記,Продажи журнала,ลงทะเบียนขาย,Satış Kaydı,Transaksi Penjualan -sales_remove_customer,Verwijder Klant,Borrar Cliente,Remove Customer,Enlever Client,移除客戶,Удалите клиентов,ลบลูกค้า,Müşteriyi Kaldır,Hapus Pelanggan -sales_return,Retour,Devolución,Return,Reprise,退貨,возвращать,คืน,İade,Retur -sales_sale,Verkoop,Venta,Sale,Vente,銷售,Продажа,,Satış,Penjualan -sales_sale_for_customer,Klant:,Cliente:,Customer:,Client:,客戶:,Клиент:,ลูกค้า:,Müşteri:,Pelanggan: -sales_sale_time,Datum,Hora,Time,Time,Time,Time,,Saat,Waktu -sales_select_customer,Selecteer Klant (Optioneel),Seleccionar Cliente (Opcional),Select Customer (Optional),Choisir Client (Facultatif),選擇客戶 (Optional),Выберите клиента (необязательно),เลือกลูกค้า (Optional),Müşteri Seç (İsteğe Bağlı),Pilih Pelanggan (Opsional) -sales_serial,Nummer,Serial,Serial,Serie,序號,серийный номер,Serial,Seri,Serial -sales_start_typing_customer_name,Typ naam klant...,Empieza a escribir el cliente...,Start Typing customer's name...,Commencez à saisir le nom du client...,開始輸入客戶的名字,Начните печатать название клиента...,เริ่มต้นพิมพ์ชื่อลูกค้า...,Müşteri Adı...,Ketik Nama Pelanggan... -sales_start_typing_item_name,Typ naam product of barcode...,Empieza a escribir o escanea el código de barras...,Start Typing item's name or scan barcode...,Commencez à saisir le nom de l\'item ou scannez le code-barre...,開始輸入產品名或掃描條碼...,Начните печатать название товара или сканировайте штрих-кода...,เริ่มต้นพิมพ์ชื่อสินค้า หรือ สแกนบาร์โค๊ด...,Ürün adı yazın yada barkod okutun...,Ketik Nama Barang atau Scan Barcode... -sales_stock_location,Stock locatie,,Stock location,,,,,Stok yeri,Lokasi Stock -sales_sub_total,Subtotaal,Subtotal,Sub Total,Sous-Total,小計,промежуточный итог,ยอดรวมหักภาษี ,Ara Toplam,Sub Total -sales_successfully_deleted,Uw aankoop werd verwijded,La Venta ha sido borrada satisfactoriamente,You have successfully deleted,Vente supprimée,銷售資料成功刪除,продажи успешно удален,ลบการขายสมยูรณ์,Satış silindi,Transaksi Penjualan berhasil dihapus -sales_successfully_suspended_sale,Uw aankoop werd met sucess bewaard,La venta ha sido suspendida satisfactoriamente,Your sale has been successfully suspended,Vente suspendue,本銷售資料已經成功暫停,Ваши продажи успешно приостановлена,การขายของคุณถูกระงับเรียบร้อย,Satış askıya alındı,Penjualan anda telah berhasil ditangguhkan -sales_successfully_updated,Wijzigingen bewaard voor ticket,La venta ha sido actualizada satisfactoriamente,Sale successfully updated,Vente éditée,銷售資料成功更新,Продажа успешно обновлен,อัพเดทการขายสมบูรณ์,Satış düzenlendi,Penjualan berhasil diperbarui -sales_suspend_sale,Bewaar aankoop,Suspender Venta,Suspend Sale,Suspendre la Vente,暫停銷售,Приостановить продажи,ระงับการขายชั่วคราว,Satışı Askıya Al,Tangguhkan -sales_suspended_sale_id,ID,ID de Venta Suspendida,ID,ID,暫停銷售編號,приостановила продажи ID,รหัสการขายที่ถูกระงับ,No,ID Penjualan ditangguhkan -sales_suspended_sales,Bewaarde Aankopen,Ventas Suspendidas,Suspended Sales,Ventes Suspendues,已暫停銷售,приостановила продажи,การขายที่ถูกระงับ,Askıdaki Satışlar,Penangguhan -sales_tax,VAT,Impuesto,Tax,Taxe,稅額,налог,ภาษี,Vergi,Pajak -sales_tax_percent,VAT %,% de Impuesto,Tax %,% Taxe,稅率 %,Налоговые %,ภาษี %,Vergi %,Pajak % -sales_total,Totaal,Total,Total,Total,總計,сумма,ยอดรวม,Toplam,Total -sales_transaction_failed,Transactie mislukt,La transacción de venta falló,Sales Transaction Failed,Échec de Transaction de vente,銷售交易失敗,Транзакция не удалось,การดำเนินการขายล้มเหลว,Satış işlemi hatası,Transaksi Penjualan Salah -sales_unable_to_add_item,Onmogelijk om product toe te voegen,No se puede agregar el artículo a la venta,Unable to add item to sale,Erreur d\'ajout à la vente,無法增加出售產品,Невозможно добавить товар продажи,ไม่สามารถเพิ่มสินค้าได้,Ürün satışa eklenemedi,Tidak dapat menambahkan item dengan penjualan -sales_unsuccessfully_deleted,De aankoop kon niet verwijderd worden,Ha fallado la eliminación de la Venta,Sale(s) could not be deleted,Échec de suppression,銷售資料刪除失敗,продажи безуспешно удален,ลบการขายไม่สมยูรณ์,Satış silinemedi,Transaksi Penjualan tidak berhasil dihapus -sales_unsuccessfully_updated,Fout bij het bewaren van ticket,Ha fallado la actualización de la venta,Sale unsuccessfully updated,Échec d\'édition,銷售資料更新失敗,Продажа безуспешно обновлен,อัพเดทการขายไม่สมบูรณ์,Satış düzenlenemedi,Penjualan tidak berhasil diperbarui -sales_unsuspend,Hervat,Retomar,Unsuspend,Débloquer,取消暫停銷售,Разблокировать,ยกเลิกการระงับ,Satışa Al,Batal Penangguhan -sales_unsuspend_and_delete,,Retomar y Borrar,,,取消暫停銷售並刪除,Разблокировать и удалить,ยกเลิกการระงับ และ ลบ,,Batalkan dan hapus penangguhan -sales_giftcard_balance,Waardebon Resterend,Giftcard Balance,Giftcard Balance,Giftcard Balance,Giftcard Balance,Giftcard Balance,Giftcard Balance,Giftcard Balance,Giftcard Balance -sales_discount_included,% korting inbegrepen,% discount included,% discount included,% discount included,% discount included,% discount included,% discount included,% discount included,% discount included -sales_print_after_sale,Print Ticket,Imprimir recibo después de una venta,Print after sale,Imprimer un recu après vente,出貨時打印收據,Распечатать квитанцию ​​после продажи,พิมพ์บิลหลังการขาย,Satıştan sonra yazdır,Cetak Faktur setelah penjualan -sales_invoice,Factuur,tarjeta de Crédito,Invoice,Invoice,Invoice,Invoice,Invoice,Invoice,Invoice -sales_total_tax_exclusive,Totaal,Tax excluded,Tax excluded,Tax excluded,Tax excluded,Tax excluded,Tax excluded,Tax excluded,Tax excluded -sales_send_invoice,Vestuur Factuur,Send Invoice,Send Invoice,Send Invoice,Send Invoice,Send Invoice,Send Invoice,Send Invoice,Send Invoice -sales_invoice_confirm,Deze factuur zal verstuurd worden naar,This invoice will be sent to,This invoice will be sent to,This invoice will be sent to,This invoice will be sent to,This invoice will be sent to,This invoice will be sent to,This invoice will be sent to,This invoice will be sent to -sales_invoice_no_email,Er werd geen email adres gevonden voor deze klant,This customer does not have a valid email address,This customer does not have a valid email address,This customer does not have a valid email address,This customer does not have a valid email address,This customer does not have a valid email address,This customer does not have a valid email address,This customer does not have a valid email address,This customer does not have a valid email address -sales_invoice_sent,Factuur verstuurd naar,Invoice sent to,Invoice sent to,Invoice sent to,Invoice sent to,Invoice sent to,Invoice sent to,Invoice sent to,Invoice sent to -sales_invoice_unsent,Fout bij het versturen van factuur naar,Invoice failed to be sent to,Invoice failed to be sent to,Invoice failed to be sent to,Invoice failed to be sent to,Invoice failed to be sent to,Invoice failed to be sent to,Invoice failed to be sent to,Invoice failed to be sent to -sales_invoice_filter,Facturen,Invoices,Invoices,Invoices,Invoices,Invoices,Invoices,Invoices,Invoices -sales_no_filter,Alle,All,All,All,All,All,All,All,All -sales_no_sales_to_display,Er werden geen aankopen gevonden,No sales to display,No sales to display,No sales to display,No sales to display,No sales to display,No sales to display,No sales to display,No sales to display -sales_show_invoice,factuur,invoice,invoice,invoice,invoice,invoice,invoice,invoice,invoice -sales_show_receipt,ticket,receipt,receipt,receipt,receipt,receipt,receipt,receipt,receipt -sales_invoice_filter,Filter tickets op ,Filter sales for ,Filter sales for ,Filter sales for ,Filter sales for ,Filter sales for ,Filter sales for ,Filter sales for ,Filter sales for -sales_overview,Overzicht,Overview,Overview,Overview,Overview,Overview,Overview,Overview,Overview -sales_update,Bewerk Ticket,Edit Sale,Edit Sale,Edit Sale,Edit Sale,Edit Sale,Edit Sale,Edit Sale,Edit Sale -sales_confirm_delete,Bent u zeker dat u de geselecteerde aankopen wil verwijderen?,Are you sure you want to delete the selected sales?,Are you sure you want to delete the selected sales?,Are you sure you want to delete the selected sales?,Are you sure you want to delete the selected sales?,Are you sure you want to delete the selected sales?,Are you sure you want to delete the selected sales?,Are you sure you want to delete the selected sales?,Are you sure you want to delete the selected sales? -sales_no_description,Geen,None,None,None,None,None,None,None,None -sales_invoice_update,Hernummer,Recount,Recount,Recount,Recount,Recount,Recount,Recount,Recount +"label","nl-BE","es","en","fr","zh","ru","th","tr","id" +"sales_add_payment","Betaal","Agregar Pago","Add Payment","Ajouter Paiement","新增付款","Добавить оплаты","เพิ่มบิล","Ödeme Ekle","TERIMA" +"sales_amount_due","Te betalen","Debe","Amount Due","Somme Due","Amount Due","Amount Due","","Kalan Ödeme","Kembalian Uang" +"sales_amount_tendered","Ontvangen bedrag","Cantidad Recibida","Amount Tendered","Somme","已收帳款","предложенная сумма","จำนวนประมูล","Ödenen Tutar","Nilai Pembayaran" +"sales_basic_information","Ticket informatie","información sobre las entradas","Sale information","Information de Vente","Sale information","информацию о билетах","","Satış bilgisi","Sale information" +"sales_cancel_sale","Annuleer","Cancelar Venta","Cancel Sale","Annuler la Vente","取消銷售","Отменить продажу","ยกเลิกการขาย","İptal Et","Batal Jual" +"sales_cash","Contant","Efectivo","Cash","Cash","現金","наличные деньги","เงินสด","Nakit","Tunai" +"sales_change_due","Wisselgeld terug","Cambio","Change Due","Reste","更改到期日","сдача должное","เงินทอน","Para Üstü","Kembalian Uang" +"sales_check","Waardebon","Cheque","Check","Cheque","支票","банковский чек","เช็ก","Çek","Cek" +"sales_comment","Commentaar","Comentario","Comment","Commentaire","評論","комментировать","หมายเหตุ","Yorum","Catatan" +"sales_comments","Commentaar","Comentarios","Comments","Commentaires","評論","Комментарии","หมายเหตุ","Yorumlar","Keterangan" +"sales_complete_sale","Bevestig","Completar Venta","Complete Sale","Finaliser la Vente","完成銷售","Завершить продажу","สำเร็จการขาย","Satışı Tamamla","Entri penjualan" +"sales_confirm_cancel_sale","Bent u zeker dat u deze aankoop wil verwijderen?","¿Estás seguro(a) de querer limpiar esta venta? Todos los artículos serán limpiados.","Are you sure you want to clear this sale? All items will cleared.","Etes vous sûr(e) de vouloir annuler cette vente?","你確定要清除此筆銷售單?本單內的所有產品將被清除。","Вы уверены, что хотите удалить эту продажу? Все детали будут очищены.","แน่ใจหรือไม่ที่จะล้างรายการขาย? สินค้าทุกอย่างจะถูกลบจากบอร์ด.","Bu satışı iptal etmek istiyor musunuz? Tüm ürünler çıkarılacak.","Anda yakin ingin membatalkan transaksi penjualan ini? Semua item akan dihapus." +"sales_confirm_delete","Bent u zeker dat u de geselecteerde aankopen wil verwijderen?","Are you sure you want to delete the selected sales?","Are you sure you want to delete the selected sales?","Are you sure you want to delete the selected sales?","Are you sure you want to delete the selected sales?","Are you sure you want to delete the selected sales?","Are you sure you want to delete the selected sales?","Are you sure you want to delete the selected sales?","Are you sure you want to delete the selected sales?" +"sales_confirm_finish_sale","Bent u zeker dat u deze aankoop wil invoeren? Dit kan niet ongedaan gemaakt worden.","¿Estás seguro(a) de querer procesar esta venta? Ésto no se puede deshacer.","Are you sure you want to submit this sale? This cannot be undone.","Etes vous sûr(e) de vouloir enregistrer cette vente? Cette opération est irréversible.","你確定要提交銷售單?此動作不能撤消。","Вы уверены, что хотите заверщить эту продажу? Не может быть отменено.","แน่ใจหรือไม่ที่จะสำเร็จการขาย? ไม่สามารถย้อนกลับได้.","Satışı tamamlamak istediğinize emin misiniz? Tİşlem geri alınamaz.","Anda yakin ingin melakukan transaksi penjualan ini? Proses tidak dapat dibatalkan." +"sales_confirm_suspend_sale","Bent u zeker dat u deze aankoop wil bewaren?","¿Estás seguro(a) de querer suspender esta venta?","Are you sure you want to suspend this sale?","Etes vous sûr(e) de vouloir suspendre cette vente?","你確定要暫停銷售?","Вы уверены, что хотите приостановить эту продажу?","แน่ใจหรือไม่ที่จะระงับการขาย?","Bu satışı askıya almak istiyor musunuz?","Apakah anda yakin akan menangguhkan penjualan ini?" +"sales_credit","Kredietkaart","Tarjeta de Crédito","Credit Card","Carte de Crédit","信用卡","кредитная карта","เครดิทการ์ด","Kredi Kartı","Kartu Credit" +"sales_customer","Klant","cliente","Customer","Client","客戶","клиент","ลูกค้า","Müşteri","Pelanggan" +"sales_date","Datum","Fecha","Sale Date","Date de Vente","日期","Число","วันที่ขาย","Satış Tarihi","Tanggal" +"sales_date_required","Gelieve een correcte datum in te vullen","A correct date needs to be filled in","A correct date needs to be filled in","A correct date needs to be filled in","A correct date needs to be filled in","A correct date needs to be filled in","A correct date needs to be filled in","A correct date needs to be filled in","Permintaan Data" +"sales_date_type","Er moet een correcte datum ingevuld worden","","Date field is required","Date field is required","Date field is required","Date field is required","Date field is required","Date field is required","Jenis Data" +"sales_debit","Bancontact","Tarjeta de Débito","Debit Card","Carte Débit","簽帳卡","Дебетовая карта","เดบิทการ์ด","Banka Kartı","Kartu Debit" +"sales_delete_confirmation","Bent u zeker dat u deze aankoop wil verwijderen?","¿Estás seguro(a) de querer borrar esta venta? Esta acción no se puede deshacer.","Are you sure you want to delete this sale, this action cannot be undone","Etes vous sûr(e) de vouloir supprimer cette vente? Cette opération est irréversible.","你確定要刪除此銷售資料,這個動作不能撤消","Вы уверены, что хотите удалить эту продажу, это действие не может быть отменено","แน่ใจหรือไม่ที่จะลบรายการขายนี้, ลบแล้วไม่สามารถเรียกกลับคืนใด้","Satışı silmek istediğinize emin misiniz, bu işlem geri alınamaz","Apakah anda yakin ingin menghapus transaksi penjualan ini, Pilihan ini tidak dapat dibatalkan" +"sales_delete_entire_sale","Verwijder","Borrar la venta completa","Delete entire sale","Supprimer Vente","刪除全部銷售資料","Удалить всего продажи","ลบการขายทั้งหมด","Satışın tamamını sil","Hapus Transaksi Penjualan" +"sales_delete_successful","De geselecteerde aanko(o)p(en) werden verwijderd","Has borrado satisfactoriamente una venta","You have successfully deleted a sale","Suppréssion réussie","您已成功刪除銷售資料","Вы успешно удален продаже","คุณลบการขายสำเร็จ","Satışı sildiniz","Transaksi Penjualan berhasil dihapus" +"sales_delete_unsuccessful","De geselecteerde aankopen konden niet worden verwijderd.","No he podido borrar la venta satisfactoriamente","You have unsuccessfully deleted a sale","Échec de suppression","銷售資料刪除失敗","Вы безуспешно удален продаже","คุณลบการขายไม่สำเร็จ","Satışı silemediniz","Transaksi Penjualan tidak berhasil dihapus" +"sales_description_abbrv","Omschr.","Desc","Desc","Desc","倒序","описание","Desc","Tanım","Deskripsi" +"sales_discount","%","Desc %","Disc %","% Remise","折扣 %","скидка %","ส่วนลด %","İndirim %","Diskon %" +"sales_discount_included","% korting inbegrepen","% discount included","% discount included","% discount included","% discount included","% discount included","% discount included","% discount included","% discount included" +"sales_discount_short","%","%","%","%","%","%","","%","%" +"sales_edit","Bewerk","Editar","Edit","Éditer","編輯","редактировать","แก้ไข","Düzenle","Ubah" +"sales_edit_item","Bewaar","Editar Artículo","Edit Item","Éditer Item","編輯產品","Редактировать Товар","แก้ไขสินค้า","Düzenle","Ubah Item" +"sales_edit_sale","Bewerk Ticket","Editar Venta","Edit Sale","Éditer Vente","編輯銷售資料","Редактировать продажи","แก้ไขการขาย","Satışı Düzenle","Ubah Penjualan" +"sales_email_receipt","E-Mail Ticket","Enviar Ticket","E-Mail Receipt","Recu par E-Mail","E-Mail 銷售單","послать квитанция по E-Mail","อีเมลบิล","E-Fatura","e-Mail Faktur" +"sales_employee","Werknemer","Empleado","Employee","Employé","員工","сотрудник","พนักงาน","Personel","Karyawan" +"sales_error_editing_item","Fout bij bewerken","Error editando artículo","Error editing item","Érreur lors de l\'édition","編輯產品錯誤","Ошибка редактирования товара","แก้ไขสินค้าล้มเหลว","Ürün düzenleme hatası","mengubah item salah" +"sales_find_or_scan_item","Zoek/Scan Product","Encontrar/Escanear Artículo","Find/Scan Item","Trouver/Scanner Item","查找/掃描商品","Найти/Сканировать Товара","ค้นหาสินค้า","Ürün Bul/Oku","Cari/Scan Item" +"sales_find_or_scan_item_or_receipt","Zoek/Scan Product of Ticket","Encontrar/Escanear Artículo o Entrada","Find/Scan Item OR Receipt","Trouver/Scanner Item OU Recu","查找/掃描產品或收貨單","Найти/Сканировать Товара ИЛИ Квитанция","ค้นหาสินค้า หรือ บิล","Ürün yada Fatura Bul/Oku","Cari/Scan Item ATAU Faktur" +"sales_giftcard","Cadeaubon","Tarjeta de Regalo","Gift Card","Carte Cadeau","禮金券","Подарочная карта","Gift Card","Hediye Çeki","Gift Card" +"sales_giftcard_balance","Waardebon Resterend","Giftcard Balance","Giftcard Balance","Giftcard Balance","Giftcard Balance","Giftcard Balance","Giftcard Balance","Giftcard Balance","Giftcard Balance" +"sales_giftcard_number","Cadeaubon nummer","Número de Tarjeta de Regalo","Gift Card Number","Numéro de Carte cadeau","禮金券編號","Номер подарочных карт","เลขที่ Gift Card","Hediye Çeki No","Nomor Gift Card" +"sales_id","Nummer Verkoop ","ID de Venta","Sale ID","ID Vente","銷售編號","Номер Продажы","เลขที่ขาย","Satış No","ID Penjualan" +"sales_invoice","Factuur","tarjeta de Crédito","Invoice","Invoice","Invoice","Invoice","Invoice","Invoice","Invoice" +"sales_invoice_confirm","Deze factuur zal verstuurd worden naar","This invoice will be sent to","This invoice will be sent to","This invoice will be sent to","This invoice will be sent to","This invoice will be sent to","This invoice will be sent to","This invoice will be sent to","This invoice will be sent to" +"sales_invoice_enable","Maak Factuur","Create Invoice","Create Invoice","Create Invoice","Create Invoice","Create Invoice","Create Invoice","Create Invoice","Create Invoice" +"sales_invoice_filter","Facturen","Invoices","Invoices","Invoices","Invoices","Invoices","Invoices","Invoices","Invoices" +"sales_invoice_no_email","Er werd geen email adres gevonden voor deze klant","This customer does not have a valid email address","This customer does not have a valid email address","This customer does not have a valid email address","This customer does not have a valid email address","This customer does not have a valid email address","This customer does not have a valid email address","This customer does not have a valid email address","This customer does not have a valid email address" +"sales_invoice_number","Factuur #","Invoice #","Invoice #","Invoice #","Invoice #","Invoice #","Invoice #","Invoice #","Nomor Nota" +"sales_invoice_number_duplicate","Vul een unieke nummer in","Please enter an unique invoice number","Please enter an unique invoice number","Please enter an unique invoice number","Please enter an unique invoice number","Please enter an unique invoice number","Please enter an unique invoice number","Please enter an unique invoice number","Nomor Nota Double" +"sales_invoice_sent","Factuur verstuurd naar","Invoice sent to","Invoice sent to","Invoice sent to","Invoice sent to","Invoice sent to","Invoice sent to","Invoice sent to","Invoice sent to" +"sales_invoice_unsent","Fout bij het versturen van factuur naar","Invoice failed to be sent to","Invoice failed to be sent to","Invoice failed to be sent to","Invoice failed to be sent to","Invoice failed to be sent to","Invoice failed to be sent to","Invoice failed to be sent to","Invoice failed to be sent to" +"sales_invoice_update","Hernummer","Recount","Recount","Recount","Recount","Recount","Recount","Recount","Recount" +"sales_item_insufficient_of_stock","Product is niet meer in voorraad","Hay un número insuficiente de Artículos en existencia","Item is Insufficient of Stock","Stock top faible","產品庫存不足","Товар недостаточно на складе","จำนวนสินค้าไม่เพียงพอ","Ürün Stoğu Yetersiz","Stok Item tidak mencukupi" +"sales_item_name","Naam","Nombre del Artículo","Item Name","Nom","產品名稱","Название товара","ชื่อสินค้า","Ürün Adı","Nama Item " +"sales_item_number","Product #","UPC/EAN/ISBN","Item #","# Item","產品 #","Номер товара","สินค้า #","Ürün No","Item #" +"sales_item_out_of_stock","Product is niet meer in voorraad","El artículo está agotado","Item is Out of Stock","Stock épuisé","產品缺貨","Товар распродано","สินค้าจำหน่ายหมด","Ürün Stokta Yok","Item tidak ada stok" +"sales_mode","Type Registratie","Modo","Register Mode","Mode d\'Enregistrement","登記模式","режим журнала","รูปแบบการลงทะเบียน","Kayıt Modu","Jenis Transaksi" +"sales_must_enter_numeric","Het ontvangen bedrag moet een numerieke waarde zijn","Cantidad Recibida debe ser número","Must enter numeric value for amount tendered","Veuillez entrer une valeur numérique pour la somme","已收帳款必須輸入數值","числовое значение необходимое для предложенная сумма","จำนวนที่ถุกประมูลต้องใส่ข้อมุลที่เปนตัวเลข","Ödenen tutar sayı olmalıdır","Nilai yang dimasukkan harus angka numerik" +"sales_must_enter_numeric_giftcard","Er moet een geldige code worden ingevuld voor de cadeaubon","Número de Tarjeta de Regalo debe ser número","Must enter numeric value for giftcard number","Veuillez entrer une valeur numérique pour le numéro de carte","禮金券編號必須輸入數值","числовое значение необходимое для число подарочную карту","กิ๊ฟการ์ด ต้องใส่ตัวเลขเท่านั้น","Hediye çeki numarası için sayı girmelisiniz","Nomor Gift Card harus angka numerik" +"sales_new_customer","Nieuwe klant","Cliente Nuevo","New Customer","Nouveau Client","新客戶","Новый клиент","ลูกค้าใหม่","Yeni Müşteri","Pelanggan Baru" +"sales_new_item","Nieuw Product","Artículo Nuevo","New Item","Nouvel Élément","新增產品","Новый Товар","สินค้าใหม่","Yeni Ürün","Item Baru" +"sales_no_description","Geen","None","None","None","None","None","None","None","None" +"sales_no_filter","Alle","All","All","All","All","All","All","All","All" +"sales_no_items_in_cart","Er zijn geen aankopen geselecteerd","No hay artículos en el carrito","There are no items in the cart","Il n\'y a rien dans votre panier","購物車中沒有任何產品","Там нет товаров в корзине","ไม่พบสินค้าในตระกร้า","Sepette Ürün Yok","Tidak ada Item dalam Keranjang Belanja" +"sales_no_sales_to_display","Er werden geen aankopen gevonden","No sales to display","No sales to display","No sales to display","No sales to display","No sales to display","No sales to display","No sales to display","No sales to display" +"sales_one_or_multiple","aankopen verwijderd","","sale(s)","","","","","","" +"sales_overview","Overzicht","Overview","Overview","Overview","Overview","Overview","Overview","Overview","Overview" +"sales_payment","Betaalmethode","Tipo de Pago","Payment Type","Type Paiement","付款方式","Вид оплаты","รูปแบบชำระเงิน","Ödeme Türü","Type Pembayaran" +"sales_payment_amount","Bedrag","Cantidad","Amount","Somme","Amount","количество","","Tutar","Amount" +"sales_payment_not_cover_total","Betaalde hoeveelheid is onvoldoende","La Cantidad Recibida no cubre el pago total","Payment Amount does not cover Total","Le Paiement ne couvre pas le Total","付款金額不足","оплачиваемая сумма недостаточно"," ปริมาณการจ่ายที่ไม่เพียงพอกะยอดรวม","Ödemeler toplam tutarı karşılamıyor","Jumlah pembayaran tidak mencakup Total" +"sales_payment_type","Type","Tipo","Type","Type","Type","тип","","Tür","Type" +"sales_payments_total","Betaald bedrag","Pagado","Payments Total","Total Paiments","Payments Total","Payments Total","","Ödemeler Toplamı","Total Pembayaran" +"sales_price","Prijs","Precio","Price","Prix","價格","цена","ราคา","Fiyat","Harga" +"sales_print_after_sale","Print Ticket","Imprimir recibo después de una venta","Print after sale","Imprimer un recu après vente","出貨時打印收據","Распечатать квитанцию ​​после продажи","พิมพ์บิลหลังการขาย","Satıştan sonra yazdır","Cetak Faktur setelah penjualan" +"sales_quantity","Aantal","Cant.","Qty.","Qté.","數量.","Кол-во.","จำนวน","Adet","Jumlah." +"sales_quantity_less_than_zero","Waarschuwing, de gewenste hoeveelheid is onvoldoende. U kunt deze aankoop verwerken, maar kijk toch even de voorraad na.","Advertencia. La cantidad deseada es insuficiente. Puedes procesar la venta pero verifica el inventario.","Warning, Desired Quantity is Insufficient. You can still process the sale, but check your inventory","Avertissement, Quantité Demandée Insuffisante. Vous pouvez accomplir la ventre, mais veuillez vérifier votre inventaire","警告!產品的庫存數量是不足的。您仍然可以處理銷售,但檢查您的庫存","Внимание Желаемое количество является недостаточным. Вы все еще можете обрабатывать продажи, но проверить ваш инвентарь","คำเตือน ถ้าจำนวนของไม่เพียงพอกับความต้องการหรือไม่ตรงกับยอดในบันชี ก็สามารถทำการขายได้ แต่ต้องเชคปริมานสินค้าคงคลัง","Dikkat, İstenen stok yetersiz. Satışa devam edebilirsiniz ama stoğunuzu kontrol ediniz","Peringatan!... Stok Inventori Kosong. Proses penjualan masih dapat dilanjutkan, Periksa Inventori." +"sales_receipt","Ticket #","Recibo de Venta","Sales Receipt","Recu de Ventes","銷貨單","товарный чек","บิลขาย","Satış Faturası","Faktur Penjualan" +"sales_receipt_number","Ticket #","POS #","Sale #","# Caisse","POS #","POS #","","","POS #" +"sales_register","Kassa","Registro de Ventas","Sales Register","Registre des Ventes","銷售登記","Продажи журнала","ลงทะเบียนขาย","Satış Kaydı","Transaksi Penjualan" +"sales_remove_customer","Verwijder Klant","Borrar Cliente","Remove Customer","Enlever Client","移除客戶","Удалите клиентов","ลบลูกค้า","Müşteriyi Kaldır","Hapus Pelanggan" +"sales_return","Retour","Devolución","Return","Reprise","退貨","возвращать","คืน","İade","Retur" +"sales_sale","Verkoop","Venta","Sale","Vente","銷售","Продажа","","Satış","Penjualan" +"sales_sale_for_customer","Klant:","Cliente:","Customer:","Client:","客戶:","Клиент:","ลูกค้า:","Müşteri:","Pelanggan:" +"sales_sale_time","Datum","Hora","Time","Time","Time","Time","","Saat","Waktu" +"sales_select_customer","Selecteer Klant (Optioneel)","Seleccionar Cliente (Opcional)","Select Customer (Optional)","Choisir Client (Facultatif)","選擇客戶 (Optional)","Выберите клиента (необязательно)","เลือกลูกค้า (Optional)","Müşteri Seç (İsteğe Bağlı)","Pilih Pelanggan (Opsional)" +"sales_send_invoice","Vestuur Factuur","Send Invoice","Send Invoice","Send Invoice","Send Invoice","Send Invoice","Send Invoice","Send Invoice","Send Invoice" +"sales_serial","Nummer","Serial","Serial","Serie","序號","серийный номер","Serial","Seri","Serial" +"sales_show_invoice","factuur","invoice","invoice","invoice","invoice","invoice","invoice","invoice","invoice" +"sales_show_receipt","ticket","receipt","receipt","receipt","receipt","receipt","receipt","receipt","receipt" +"sales_start_typing_customer_name","Typ naam klant...","Empieza a escribir el cliente...","Start Typing customer's name...","Commencez à saisir le nom du client...","開始輸入客戶的名字","Начните печатать название клиента...","เริ่มต้นพิมพ์ชื่อลูกค้า...","Müşteri Adı...","Ketik Nama Pelanggan..." +"sales_start_typing_item_name","Typ naam product of barcode...","Empieza a escribir o escanea el código de barras...","Start Typing item's name or scan barcode...","Commencez à saisir le nom de l\'item ou scannez le code-barre...","開始輸入產品名或掃描條碼...","Начните печатать название товара или сканировайте штрих-кода...","เริ่มต้นพิมพ์ชื่อสินค้า หรือ สแกนบาร์โค๊ด...","Ürün adı yazın yada barkod okutun...","Ketik Nama Barang atau Scan Barcode..." +"sales_stock_location","Stock locatie","","Stock location","","","","","Stok yeri","Lokasi Stock" +"sales_sub_total","Subtotaal","Subtotal","Sub Total","Sous-Total","小計","промежуточный итог","ยอดรวมหักภาษี ","Ara Toplam","Sub Total" +"sales_successfully_deleted","Uw aankoop werd verwijded","La Venta ha sido borrada satisfactoriamente","You have successfully deleted","Vente supprimée","銷售資料成功刪除","продажи успешно удален","ลบการขายสมยูรณ์","Satış silindi","Transaksi Penjualan berhasil dihapus" +"sales_successfully_suspended_sale","Uw aankoop werd met sucess bewaard","La venta ha sido suspendida satisfactoriamente","Your sale has been successfully suspended","Vente suspendue","本銷售資料已經成功暫停","Ваши продажи успешно приостановлена","การขายของคุณถูกระงับเรียบร้อย","Satış askıya alındı","Penjualan anda telah berhasil ditangguhkan" +"sales_successfully_updated","Wijzigingen bewaard voor ticket","La venta ha sido actualizada satisfactoriamente","Sale successfully updated","Vente éditée","銷售資料成功更新","Продажа успешно обновлен","อัพเดทการขายสมบูรณ์","Satış düzenlendi","Penjualan berhasil diperbarui" +"sales_suspend_sale","Bewaar aankoop","Suspender Venta","Suspend Sale","Suspendre la Vente","暫停銷售","Приостановить продажи","ระงับการขายชั่วคราว","Satışı Askıya Al","Tangguhkan" +"sales_suspended_sale_id","ID","ID de Venta Suspendida","ID","ID","暫停銷售編號","приостановила продажи ID","รหัสการขายที่ถูกระงับ","No","ID Penjualan ditangguhkan" +"sales_suspended_sales","Bewaarde Aankopen","Ventas Suspendidas","Suspended Sales","Ventes Suspendues","已暫停銷售","приостановила продажи","การขายที่ถูกระงับ","Askıdaki Satışlar","Penangguhan" +"sales_tax","VAT","Impuesto","Tax","Taxe","稅額","налог","ภาษี","Vergi","Pajak" +"sales_tax_percent","VAT %","% de Impuesto","Tax %","% Taxe","稅率 %","Налоговые %","ภาษี %","Vergi %","Pajak %" +"sales_total","Totaal","Total","Total","Total","總計","сумма","ยอดรวม","Toplam","Total" +"sales_total_tax_exclusive","Totaal","Tax excluded","Tax excluded","Tax excluded","Tax excluded","Tax excluded","Tax excluded","Tax excluded","Tax excluded" +"sales_transaction_failed","Transactie mislukt","La transacción de venta falló","Sales Transaction Failed","Échec de Transaction de vente","銷售交易失敗","Транзакция не удалось","การดำเนินการขายล้มเหลว","Satış işlemi hatası","Transaksi Penjualan Salah" +"sales_unable_to_add_item","Onmogelijk om product toe te voegen","No se puede agregar el artículo a la venta","Unable to add item to sale","Erreur d\'ajout à la vente","無法增加出售產品","Невозможно добавить товар продажи","","Ürün satışa eklenemedi","Tidak dapat menambahkan item dengan penjualan" +"sales_unsuccessfully_deleted","De aankoop kon niet verwijderd worden","Ha fallado la eliminación de la Venta","Sale(s) could not be deleted","Échec de suppression","銷售資料刪除失敗","продажи безуспешно удален","ลบการขายไม่สำเร็จ","Satış silinemedi","Transaksi Penjualan tidak berhasil dihapus" +"sales_unsuccessfully_updated","Fout bij het bewaren van ticket","Ha fallado la actualización de la venta","Sale unsuccessfully updated","Échec d\'édition","銷售資料更新失敗","Продажа безуспешно обновлен","อัพเดทการขายไม่สมบูรณ์","Satış düzenlenemedi","Penjualan tidak berhasil diperbarui" +"sales_unsuspend","Hervat","Retomar","Unsuspend","Débloquer","取消暫停銷售","Разблокировать","ยกเลิกการระงับ","Satışa Al","Batal Penangguhan" +"sales_unsuspend_and_delete","","Retomar y Borrar","","","取消暫停銷售並刪除","Разблокировать и удалить","ยกเลิกการระงับ และ ลบ","","Batalkan dan hapus penangguhan" +"sales_update","Bewerk Ticket","Edit Sale","Edit Sale","Edit Sale","Edit Sale","Edit Sale","Edit Sale","Edit Sale","Edit Sale"