Sync language files (#3468)

This commit is contained in:
jekkos
2024-06-11 00:19:58 +02:00
committed by jekkos
parent 4436d7396d
commit fea38e1608
104 changed files with 2862 additions and 2831 deletions

View File

@@ -3,7 +3,7 @@ return [
"all" => "الجميع",
"columns" => "أعمدة",
"hide_show_pagination" => "عرض/إخفاء أرقام الصفحات",
"loading" => "",
"loading" => "جارى التحميل، برجاء الإنتظار ...",
"page_from_to" => "عرض {0} إلى {1} من {2} صفوف",
"refresh" => "إعادة تحميل",
"rows_per_page" => "{0} صف بالصفحة",

View File

@@ -9,7 +9,6 @@ return [
"logout" => "تسجيل خروج",
"migration_needed" => "سيبدأ ترحيل قاعدة البيانات إلى{0} بعد تسجيل الدخول.",
"password" => "كلمة السر",
"required_username" => "",
"username" => "اسم المستخدم",
"welcome" => "مرحباً بك في{0}!",
];

View File

@@ -3,7 +3,7 @@ return [
"all" => "الكل",
"columns" => "أعمدة",
"hide_show_pagination" => "عرض/إخفاء أرقام الصفحات",
"loading" => "",
"loading" => "جارى التحميل، برجاء الإنتظار ...",
"page_from_to" => "عرض {0} إلى {1} من {2} صفوف",
"refresh" => "إعادة تحميل",
"rows_per_page" => "{0} صف بالصفحة",

View File

@@ -9,7 +9,6 @@ return [
"logout" => "تسجيل خروج",
"migration_needed" => "سيبدأ ترحيل قاعدة البيانات إلى{0} بعد تسجيل الدخول.",
"password" => "كلمة السر",
"required_username" => "",
"username" => "اسم المستخدم",
"welcome" => "مرحباً بك في{0}!",
];

View File

@@ -3,7 +3,7 @@ return [
"all" => "hamısı",
"columns" => "Sütunlar",
"hide_show_pagination" => "Gizlət/Göstər səhifənin nömrələnməsin",
"loading" => "",
"loading" => "Lütfən gözləyin, səhifə yüklənir...",
"page_from_to" => "Göstər {0} bundan {1} buna {2} kimi",
"refresh" => "Yenilə",
"rows_per_page" => "{0} yazı səhifədə",

View File

@@ -9,7 +9,6 @@ return [
"logout" => "Çıxış",
"migration_needed" => "{0} -ə daxil olandan sonra verilənlər bazası miqrasiyası başlayacaq.",
"password" => "Şifrə",
"required_username" => "",
"username" => "İstifadəçi",
"welcome" => "{0} -ə xoş gəlmisiniz!",
];

View File

@@ -3,7 +3,7 @@ return [
"all" => "Всичко/и",
"columns" => "Колони",
"hide_show_pagination" => "Скриване / Показване на страници",
"loading" => "",
"loading" => "Зареждане, моля изчакайте...",
"page_from_to" => "Показани са {0} до {1} от {2} реда",
"refresh" => "Опресняване",
"rows_per_page" => "{0} редове на страница",

View File

@@ -1,48 +1,50 @@
<?php
$lang["expenses_add_item"] = "添加支出";
$lang["expenses_amount"] = "Amount";
$lang["expenses_amount_number"] = "Amount must be a number";
$lang["expenses_amount_required"] = "Expense Amount required";
$lang["expenses_by_category"] = "Category";
$lang["expenses_cannot_be_deleted"] = "Could not delete Category Expense(s)";
$lang["expenses_cash"] = "现金";
$lang["expenses_cash_filter"] = "Cash";
$lang["expenses_categories_name"] = "类别";
$lang["expenses_category_required"] = "类别是必填的";
$lang["expenses_check"] = "Check";
$lang["expenses_check_filter"] = "Check";
$lang["expenses_confirm_delete"] = "Are you sure you want to delete the selected Expense?";
$lang["expenses_confirm_restore"] = "";
$lang["expenses_credit"] = "信用卡";
$lang["expenses_credit_filter"] = "Credit Card";
$lang["expenses_date"] = "Date";
$lang["expenses_date_number"] = "日期必须是数字";
$lang["expenses_date_required"] = "日期是必填的";
$lang["expenses_debit"] = "借记卡";
$lang["expenses_debit_filter"] = "Debit Card";
$lang["expenses_description"] = "描述";
$lang["expenses_due"] = "Due";
$lang["expenses_due_filter"] = "Due";
$lang["expenses_employee"] = "Created By";
$lang["expenses_error_adding_updating"] = "Error adding/updating Expense";
$lang["expenses_expense_id"] = "Id";
$lang["expenses_expenses_employee"] = "Employee";
$lang["expenses_info"] = "Expense Info";
$lang["expenses_ip_address"] = "";
$lang["expenses_is_deleted"] = "Deleted";
$lang["expenses_name_required"] = "名称是必填的";
$lang["expenses_new"] = "新支出";
$lang["expenses_new_supplier"] = "";
$lang["expenses_no_expenses_to_display"] = "There are no Expenses to display";
$lang["expenses_none_selected"] = "You have not selected any Expense";
$lang["expenses_one_or_multiple"] = "Expense(s)";
$lang["expenses_payment"] = "Payment Type";
$lang["expenses_start_typing_supplier_name"] = "";
$lang["expenses_successful_adding"] = "支出添加成功";
$lang["expenses_successful_deleted"] = "支出删除成功";
$lang["expenses_successful_updating"] = "支出更新成功";
$lang["expenses_supplier_name"] = "供应商";
$lang["expenses_supplier_tax_code"] = "税代码";
$lang["expenses_tax_amount"] = "";
$lang["expenses_tax_amount_number"] = "";
$lang["expenses_update"] = "更新支出";
return [
"add_item" => "Add Expense",
"amount" => "Amount",
"amount_number" => "Amount must be a number",
"amount_required" => "Expense Amount required",
"by_category" => "Category",
"cannot_be_deleted" => "Could not delete Category Expense(s)",
"cash" => "Cash",
"cash_filter" => "Cash",
"categories_name" => "Category",
"category_required" => "category is a required field",
"check" => "Check",
"check_filter" => "Check",
"confirm_delete" => "Are you sure you want to delete the selected Expense?",
"confirm_restore" => "",
"credit" => "Credit Card",
"credit_filter" => "Credit Card",
"date" => "Date",
"date_number" => "date must be a number",
"date_required" => "date is a required field",
"debit" => "Debit Card",
"debit_filter" => "Debit Card",
"description" => "Description",
"due" => "Due",
"due_filter" => "Due",
"employee" => "Created By",
"error_adding_updating" => "Error adding/updating Expense",
"expense_id" => "Id",
"expenses_employee" => "Employee",
"info" => "Expense Info",
"ip_address" => "",
"is_deleted" => "Deleted",
"name_required" => "Expense Name required",
"new" => "New Expense",
"new_supplier" => "",
"no_expenses_to_display" => "There are no Expenses to display",
"none_selected" => "You have not selected any Expense",
"one_or_multiple" => "Expense(s)",
"payment" => "Payment Type",
"start_typing_supplier_name" => "",
"successful_adding" => "Expense add successful",
"successful_deleted" => "Expense delete successful",
"successful_updating" => "Expense update successful",
"supplier_name" => "Supplier",
"supplier_tax_code" => "Tax Code",
"tax_amount" => "Tax",
"tax_amount_number" => "",
"update" => "Update Expense",
];

View File

@@ -9,7 +9,6 @@ return [
"logout" => "",
"migration_needed" => "",
"password" => "Password",
"required_username" => "",
"username" => "Username",
"welcome" => "",
];

View File

@@ -1,13 +1,15 @@
<?php
$lang["messages_first_name"] = "";
$lang["messages_last_name"] = "";
$lang["messages_message"] = "Message";
$lang["messages_message_placeholder"] = "Your Message here...";
$lang["messages_message_required"] = "Message required";
$lang["messages_multiple_phones"] = "(In case of multiple recipients, enter mobile numbers separated by commas)";
$lang["messages_phone"] = "电话号码";
$lang["messages_phone_number_required"] = "电话号码是比填的";
$lang["messages_phone_placeholder"] = "Mobile Number(s) here...";
$lang["messages_sms_send"] = "Send SMS";
$lang["messages_successfully_sent"] = "信息成功发送到 ";
$lang["messages_unsuccessfully_sent"] = "Message unsuccessfully sent to: ";
return [
"first_name" => "First name",
"last_name" => "Last name",
"message" => "Message",
"message_placeholder" => "Your Message here...",
"message_required" => "Message required",
"multiple_phones" => "(In case of multiple recipients, enter mobile numbers separated by commas)",
"phone" => "Phone number",
"phone_number_required" => "Phone number required",
"phone_placeholder" => "Mobile Number(s) here...",
"sms_send" => "Send SMS",
"successfully_sent" => "Message successfully sent to: ",
"unsuccessfully_sent" => "Message unsuccessfully sent to: ",
];

View File

@@ -3,7 +3,7 @@ return [
"all" => "Sve",
"columns" => "Kolone",
"hide_show_pagination" => "Sakrij / prikaži paginaciju",
"loading" => "",
"loading" => "Učitavanje sačekajte...",
"page_from_to" => "Prikazivanje {0} do {1} od {2} redova",
"refresh" => "Osvježi",
"rows_per_page" => "{0} redova po stranici",

View File

@@ -9,7 +9,6 @@ return [
"logout" => "Odjava",
"migration_needed" => "Migracija baze podataka na {0} će početi nakon prijavljivanja.",
"password" => "Lozinka",
"required_username" => "",
"username" => "Korisničko ime",
"welcome" => "Dobrodošli u {0}!",
];

View File

@@ -3,7 +3,7 @@ return [
"all" => "Vše",
"columns" => "Sloupce",
"hide_show_pagination" => "Zobrazit/skrýt stránkování",
"loading" => "",
"loading" => "Nahrávám, prosím počkejte...",
"page_from_to" => "Zobrazeno {0} až {1} z {2} řádků",
"refresh" => "Obnovit",
"rows_per_page" => "{0} řádků na stránku",

View File

@@ -1,54 +1,56 @@
<?php
$lang["customers_account_number"] = "Účet č. #";
$lang["customers_account_number_duplicate"] = "Číslo účtu již existuje v databázi.";
$lang["customers_available_points"] = "Dostupné body";
$lang["customers_available_points_value"] = "";
$lang["customers_average"] = "Průměrná útrata";
$lang["customers_avg_discount"] = "Průměrná sleva";
$lang["customers_basic_information"] = "Informace";
$lang["customers_cannot_be_deleted"] = "";
$lang["customers_company_name"] = "Společnost";
$lang["customers_confirm_delete"] = "Jste si jisti že chcete smazat vybrané zákazníky?";
$lang["customers_confirm_restore"] = "Jste si jisti že chcete obnovit vybrané zákazníky?";
$lang["customers_consent"] = "Souhlas s registrací";
$lang["customers_consent_required"] = "Souhlas s registrací je povinný.";
$lang["customers_csv_import_failed"] = "Chyba při importu CSV";
$lang["customers_csv_import_nodata_wrongformat"] = "Nahraný soubor neobsahuje žádná data nebo je chybně formátován.";
$lang["customers_csv_import_partially_failed"] = "Import zákazníků byl úspěšný s chybami:";
$lang["customers_csv_import_success"] = "Import zákazníků úspěšný.";
$lang["customers_customer"] = "Zákazník";
$lang["customers_date"] = "Datum";
$lang["customers_discount"] = "Sleva";
$lang["customers_discount_fixed"] = "Pevná Sleva";
$lang["customers_discount_percent"] = "Sleva Procent";
$lang["customers_discount_type"] = "Typ Slevy";
$lang["customers_email_duplicate"] = "Emailová adresa již existuje v databázi.";
$lang["customers_employee"] = "Zaměstnanec";
$lang["customers_error_adding_updating"] = "Chyba při vytváření nebo aktualizaci zákazníka.";
$lang["customers_import_items_csv"] = "Import zákazníků z CSV";
$lang["customers_mailchimp_activity_click"] = "";
$lang["customers_mailchimp_activity_lastopen"] = "Poslední otevřený email";
$lang["customers_mailchimp_activity_open"] = "";
$lang["customers_mailchimp_activity_total"] = "";
$lang["customers_mailchimp_activity_unopen"] = "";
$lang["customers_mailchimp_email_client"] = "";
$lang["customers_mailchimp_info"] = "";
$lang["customers_mailchimp_member_rating"] = "Hodnocení";
$lang["customers_mailchimp_status"] = "";
$lang["customers_mailchimp_vip"] = "VIP";
$lang["customers_max"] = "";
$lang["customers_min"] = "";
$lang["customers_new"] = "";
$lang["customers_none_selected"] = "";
$lang["customers_one_or_multiple"] = "";
$lang["customers_quantity"] = "";
$lang["customers_stats_info"] = "";
$lang["customers_successful_adding"] = "";
$lang["customers_successful_deleted"] = "";
$lang["customers_successful_updating"] = "";
$lang["customers_tax_code"] = "";
$lang["customers_tax_id"] = "";
$lang["customers_taxable"] = "";
$lang["customers_total"] = "";
$lang["customers_update"] = "";
$lang["rewards_package"] = "";
return [
"account_number" => "Účet č. #",
"account_number_duplicate" => "Číslo účtu již existuje v databázi.",
"available_points" => "Dostupné body",
"available_points_value" => "",
"average" => "Průměrná útrata",
"avg_discount" => "Průměrná sleva",
"basic_information" => "Informace",
"cannot_be_deleted" => "",
"company_name" => "Společnost",
"confirm_delete" => "Jste si jisti že chcete smazat vybrané zákazníky?",
"confirm_restore" => "Jste si jisti že chcete obnovit vybrané zákazníky?",
"consent" => "Souhlas s registrací",
"consent_required" => "Souhlas s registrací je povinný.",
"csv_import_failed" => "Chyba při importu CSV",
"csv_import_nodata_wrongformat" => "Nahraný soubor neobsahuje žádná data nebo je chybně formátován.",
"csv_import_partially_failed" => "Import zákazníků byl úspěšný s chybami:",
"csv_import_success" => "Import zákazníků úspěšný.",
"customer" => "Zákazník",
"date" => "Datum",
"discount" => "Sleva",
"discount_fixed" => "Pevná Sleva",
"discount_percent" => "Sleva Procent",
"discount_type" => "Typ Slevy",
"email_duplicate" => "Emailová adresa již existuje v databázi.",
"employee" => "Zaměstnanec",
"error_adding_updating" => "Chyba při vytváření nebo aktualizaci zákazníka.",
"import_items_csv" => "Import zákazníků z CSV",
"mailchimp_activity_click" => "",
"mailchimp_activity_lastopen" => "Poslední otevřený email",
"mailchimp_activity_open" => "",
"mailchimp_activity_total" => "",
"mailchimp_activity_unopen" => "",
"mailchimp_email_client" => "",
"mailchimp_info" => "",
"mailchimp_member_rating" => "Hodnocení",
"mailchimp_status" => "",
"mailchimp_vip" => "VIP",
"max" => "",
"min" => "",
"new" => "",
"none_selected" => "",
"one_or_multiple" => "",
"quantity" => "",
"stats_info" => "",
"successful_adding" => "",
"successful_deleted" => "",
"successful_updating" => "",
"tax_code" => "",
"tax_id" => "",
"taxable" => "",
"total" => "",
"update" => "",
"rewards_package" => "",
];

View File

@@ -9,7 +9,6 @@ return [
"logout" => "",
"migration_needed" => "",
"password" => "Heslo",
"required_username" => "",
"username" => "Uživatelské jméno",
"welcome" => "",
];

View File

@@ -1,222 +1,224 @@
<?php
$lang["customers_available_points"] = "Dostupné body";
$lang["rewards_package"] = "";
$lang["rewards_remaining_balance"] = "";
$lang["sales_account_number"] = "";
$lang["sales_add_payment"] = "Přidat platbu";
$lang["sales_amount_due"] = "K úhradě";
$lang["sales_amount_tendered"] = "Uhrazeno";
$lang["sales_authorized_signature"] = "";
$lang["sales_cancel_sale"] = "Zrušit";
$lang["sales_cash"] = "Hotovost";
$lang["sales_cash_1"] = "";
$lang["sales_cash_2"] = "";
$lang["sales_cash_3"] = "";
$lang["sales_cash_4"] = "";
$lang["sales_cash_adjustment"] = "";
$lang["sales_cash_deposit"] = "";
$lang["sales_cash_filter"] = "Hotově";
$lang["sales_change_due"] = "Zbývá";
$lang["sales_change_price"] = "";
$lang["sales_check"] = "Bankovním převodem";
$lang["sales_check_balance"] = "";
$lang["sales_check_filter"] = "";
$lang["sales_close"] = "";
$lang["sales_comment"] = "Komentář";
$lang["sales_comments"] = "Komentář";
$lang["sales_company_name"] = "";
$lang["sales_complete"] = "";
$lang["sales_complete_sale"] = "Dokončit";
$lang["sales_confirm_cancel_sale"] = "Opravdu chcete zrušit účtenku? Všechny položky budou smazány.";
$lang["sales_confirm_delete"] = "Opravdu chcete smazat vybranou účtenku?";
$lang["sales_confirm_restore"] = "Opravdu chcete obnovit vybranou účtenku?";
$lang["sales_credit"] = "Kreditní karta";
$lang["sales_credit_deposit"] = "";
$lang["sales_credit_filter"] = "";
$lang["sales_current_table"] = "";
$lang["sales_customer"] = "Jméno";
$lang["sales_customer_address"] = "Adresa";
$lang["sales_customer_discount"] = "Sleva";
$lang["sales_customer_email"] = "Email";
$lang["sales_customer_location"] = "Místo";
$lang["sales_customer_mailchimp_status"] = "Stav mailchimp";
$lang["sales_customer_optional"] = "(Volitelné)";
$lang["sales_customer_required"] = "(Vyžadováno)";
$lang["sales_customer_total"] = "Celkem";
$lang["sales_customer_total_spent"] = "";
$lang["sales_daily_sales"] = "";
$lang["sales_date"] = "Datum prodeje";
$lang["sales_date_range"] = "Rozsah data";
$lang["sales_date_required"] = "Musí být vloženo správné datum.";
$lang["sales_date_type"] = "Datum je nutno zadat.";
$lang["sales_debit"] = "Debetní karta";
$lang["sales_debit_filter"] = "";
$lang["sales_delete"] = "Povolit mazání";
$lang["sales_delete_confirmation"] = "Opravdu chcete smazat tuto účtenku? Tato operace není vratná.";
$lang["sales_delete_entire_sale"] = "Zrušit celou účtenku";
$lang["sales_delete_successful"] = "Účtenka byla smazána.";
$lang["sales_delete_unsuccessful"] = "Účtenka nebyla smazána.";
$lang["sales_description_abbrv"] = "Položka.";
$lang["sales_discard"] = "Zrušit";
$lang["sales_discard_quote"] = "";
$lang["sales_discount"] = "Sleva %";
$lang["sales_discount_included"] = "% Sleva";
$lang["sales_discount_short"] = "%";
$lang["sales_due"] = "";
$lang["sales_due_filter"] = "Neuhrazeno";
$lang["sales_edit"] = "Upravit";
$lang["sales_edit_item"] = "Upravit položku";
$lang["sales_edit_sale"] = "Upravit účtenku";
$lang["sales_email_receipt"] = "Odeslat účtenku";
$lang["sales_employee"] = "Prodávající";
$lang["sales_entry"] = "Záznam";
$lang["sales_error_editing_item"] = "Chyba při úpravě položky";
$lang["sales_find_or_scan_item"] = "Najít nebo skenovat položku";
$lang["sales_find_or_scan_item_or_receipt"] = "Najít nebo skenovat položku či účtenku";
$lang["sales_giftcard"] = "Dárkový poukaz";
$lang["sales_giftcard_balance"] = "";
$lang["sales_giftcard_filter"] = "";
$lang["sales_giftcard_number"] = "Číslo dárkového poukazu";
$lang["sales_group_by_category"] = "Seskupit podle kategorií";
$lang["sales_group_by_type"] = "Seskupit podle typu";
$lang["sales_hsn"] = "";
$lang["sales_id"] = "Číslo dokladu";
$lang["sales_include_prices"] = "";
$lang["sales_invoice"] = "Faktura";
$lang["sales_invoice_confirm"] = "Tato faktura bude odeslána";
$lang["sales_invoice_enable"] = "Vytvořit fakturu";
$lang["sales_invoice_filter"] = "Faktury";
$lang["sales_invoice_no_email"] = "Zákazníl nemá platný e-mail.";
$lang["sales_invoice_number"] = "Faktura č";
$lang["sales_invoice_number_duplicate"] = "Číslo faktury musí být jedinečné.";
$lang["sales_invoice_sent"] = "Faktura odeslána";
$lang["sales_invoice_total"] = "";
$lang["sales_invoice_type_custom_invoice"] = "";
$lang["sales_invoice_type_custom_tax_invoice"] = "";
$lang["sales_invoice_type_invoice"] = "";
$lang["sales_invoice_type_tax_invoice"] = "";
$lang["sales_invoice_unsent"] = "Fakturu se nepodařilo odeslat";
$lang["sales_invoice_update"] = "Přepočítat";
$lang["sales_item_insufficient_of_stock"] = "Není dostatek kusů na skladě.";
$lang["sales_item_name"] = "Název položky";
$lang["sales_item_number"] = "Číslo položky";
$lang["sales_item_out_of_stock"] = "Položka není skladem.";
$lang["sales_key_browser"] = "";
$lang["sales_key_cancel"] = "Cancels Current Quote/Invoice/Sale";
$lang["sales_key_customer_search"] = "Customer Search";
$lang["sales_key_finish_quote"] = "Finish Quote/Invoice witdout payment";
$lang["sales_key_finish_sale"] = "Add Payment and Complete Invoice/Sale";
$lang["sales_key_full"] = "";
$lang["sales_key_function"] = "Function";
$lang["sales_key_help"] = "Shortcuts";
$lang["sales_key_help_modal"] = "Open Shortcuts Window";
$lang["sales_key_in"] = "";
$lang["sales_key_item_search"] = "Item Search";
$lang["sales_key_out"] = "";
$lang["sales_key_payment"] = "Add Payment";
$lang["sales_key_print"] = "";
$lang["sales_key_restore"] = "";
$lang["sales_key_search"] = "";
$lang["sales_key_suspend"] = "Suspend Current Sale";
$lang["sales_key_suspended"] = "Show Suspended Sales";
$lang["sales_key_system"] = "";
$lang["sales_key_tendered"] = "Edit Amount Tendered";
$lang["sales_key_title"] = "Sales Keyboard Shortcuts";
$lang["sales_mc"] = "";
$lang["sales_mode"] = "Typ dokladu";
$lang["sales_must_enter_numeric"] = "";
$lang["sales_must_enter_numeric_giftcard"] = "Číslo dárkového poukazu musí být číslo.";
$lang["sales_new_customer"] = "Nový zákazník";
$lang["sales_new_item"] = "Nová položka";
$lang["sales_no_description"] = "Žádný";
$lang["sales_no_filter"] = "Vše";
$lang["sales_no_items_in_cart"] = "Nejsou zde žádné položky.";
$lang["sales_no_sales_to_display"] = "Žádné účtenky k zobrazení.";
$lang["sales_none_selected"] = "Nebylo nic vybráno ke smazání.";
$lang["sales_nontaxed_ind"] = "";
$lang["sales_not_authorized"] = "Tato akce nebyla povolena.";
$lang["sales_one_or_multiple"] = "";
$lang["sales_payment"] = "Způsob platby";
$lang["sales_payment_amount"] = "Částka";
$lang["sales_payment_not_cover_total"] = "Zaplacená částka musí být stejná nebo větší než celková částka.";
$lang["sales_payment_type"] = "Typ";
$lang["sales_payments"] = "";
$lang["sales_payments_total"] = "Uhrazeno";
$lang["sales_price"] = "Cena";
$lang["sales_print_after_sale"] = "Vytisknout automaticky";
$lang["sales_quantity"] = "ks";
$lang["sales_quantity_less_than_reorder_level"] = "Upozornění: Množství zboží je pod nastavenou úrovní pro doobjednání.";
$lang["sales_quantity_less_than_zero"] = "Pozor: Není dostatek zboží. Můžete pokračovat v prodeji, ale zkontrolujte si stav skladu.";
$lang["sales_quantity_of_items"] = "Množství položek %1";
$lang["sales_quote"] = "Nabídka";
$lang["sales_quote_number"] = "Číslo nabídky";
$lang["sales_quote_number_duplicate"] = "Číslo nabídky musí být jedinečné.";
$lang["sales_quote_sent"] = "Nabidku odeslat";
$lang["sales_quote_unsent"] = "Nabídku odeslat";
$lang["sales_receipt"] = "Účtenka";
$lang["sales_receipt_no_email"] = "Zákazníl nemá platný e-mail.";
$lang["sales_receipt_number"] = "Číslo dokladu";
$lang["sales_receipt_sent"] = "Účtenku odeslat";
$lang["sales_receipt_unsent"] = "Účtenku nelze odeslat";
$lang["sales_refund"] = "";
$lang["sales_register"] = "Pokladna";
$lang["sales_remove_customer"] = "Odebrat zákazníka";
$lang["sales_remove_discount"] = "";
$lang["sales_return"] = "Vratka";
$lang["sales_rewards"] = "";
$lang["sales_rewards_balance"] = "";
$lang["sales_sale"] = "";
$lang["sales_sale_by_invoice"] = "";
$lang["sales_sale_for_customer"] = "Zákazník:";
$lang["sales_sale_time"] = "Čas";
$lang["sales_sales_tax"] = "DPH";
$lang["sales_sales_total"] = "";
$lang["sales_select_customer"] = "Vyberte zákazníka";
$lang["sales_send_invoice"] = "Odeslat fakturu";
$lang["sales_send_quote"] = "Odeslat nabídku";
$lang["sales_send_receipt"] = "Odeslat účtenku";
$lang["sales_send_work_order"] = "";
$lang["sales_serial"] = "Sériové číslo";
$lang["sales_service_charge"] = "";
$lang["sales_show_due"] = "";
$lang["sales_show_invoice"] = "Zobrazit fakturu";
$lang["sales_show_receipt"] = "Zobrazit účtenku";
$lang["sales_start_typing_customer_name"] = "Vložte podrobnosti o zákazníkovi...";
$lang["sales_start_typing_item_name"] = "Napište název položky nebo naskenujte čárový kód..";
$lang["sales_stock"] = "Sklad";
$lang["sales_stock_location"] = "Umístění skladu";
$lang["sales_sub_total"] = "Bez DPH";
$lang["sales_successfully_deleted"] = "Bylo uspěšně smazáno";
$lang["sales_successfully_restored"] = "Bylo úspěšně obnoveno";
$lang["sales_successfully_suspended_sale"] = "Prodej byl úspěšně zaparkován.";
$lang["sales_successfully_updated"] = "Účtenka byla upravena.";
$lang["sales_suspend_sale"] = "Zaparkovat";
$lang["sales_suspended_doc_id"] = "Dokument";
$lang["sales_suspended_sale_id"] = "ID";
$lang["sales_suspended_sales"] = "Zaparkovat";
$lang["sales_table"] = "Stůl";
$lang["sales_takings"] = "Transakce";
$lang["sales_tax"] = "DPH";
$lang["sales_tax_id"] = "";
$lang["sales_tax_invoice"] = "";
$lang["sales_tax_percent"] = "DPH %";
$lang["sales_taxed_ind"] = "";
$lang["sales_total"] = "Celkem";
$lang["sales_total_tax_exclusive"] = "Bez DPH";
$lang["sales_transaction_failed"] = "";
$lang["sales_unable_to_add_item"] = "Přidání položky se nepovedlo";
$lang["sales_unsuccessfully_deleted"] = "Účtenka nebyla smazána.";
$lang["sales_unsuccessfully_restored"] = "Účtenka nebyla obnovena.";
$lang["sales_unsuccessfully_suspended_sale"] = "Prodej se nepovedlo zaparkovat.";
$lang["sales_unsuccessfully_updated"] = "Účtenka nebyla upravena.";
$lang["sales_unsuspend"] = "Odparkovat";
$lang["sales_unsuspend_and_delete"] = "Akce";
$lang["sales_update"] = "Obnovit";
$lang["sales_upi"] = "";
$lang["sales_visa"] = "";
$lang["sales_wholesale"] = "";
$lang["sales_work_order"] = "";
$lang["sales_work_order_number"] = "";
$lang["sales_work_order_number_duplicate"] = "";
$lang["sales_work_order_sent"] = "";
$lang["sales_work_order_unsent"] = "";
return [
"customers_available_points" => "Dostupné body",
"rewards_package" => "",
"rewards_remaining_balance" => "",
"account_number" => "",
"add_payment" => "Přidat platbu",
"amount_due" => "K úhradě",
"amount_tendered" => "Uhrazeno",
"authorized_signature" => "",
"cancel_sale" => "Zrušit",
"cash" => "Hotovost",
"cash_1" => "",
"cash_2" => "",
"cash_3" => "",
"cash_4" => "",
"cash_adjustment" => "",
"cash_deposit" => "",
"cash_filter" => "Hotově",
"change_due" => "Zbývá",
"change_price" => "",
"check" => "Bankovním převodem",
"check_balance" => "",
"check_filter" => "",
"close" => "",
"comment" => "Komentář",
"comments" => "Komentář",
"company_name" => "",
"complete" => "",
"complete_sale" => "Dokončit",
"confirm_cancel_sale" => "Opravdu chcete zrušit účtenku? Všechny položky budou smazány.",
"confirm_delete" => "Opravdu chcete smazat vybranou účtenku?",
"confirm_restore" => "Opravdu chcete obnovit vybranou účtenku?",
"credit" => "Kreditní karta",
"credit_deposit" => "",
"credit_filter" => "",
"current_table" => "",
"customer" => "Jméno",
"customer_address" => "Adresa",
"customer_discount" => "Sleva",
"customer_email" => "Email",
"customer_location" => "Místo",
"customer_mailchimp_status" => "Stav mailchimp",
"customer_optional" => "(Volitelné)",
"customer_required" => "(Vyžadováno)",
"customer_total" => "Celkem",
"customer_total_spent" => "",
"daily_sales" => "",
"date" => "Datum prodeje",
"date_range" => "Rozsah data",
"date_required" => "Musí být vloženo správné datum.",
"date_type" => "Datum je nutno zadat.",
"debit" => "Debetní karta",
"debit_filter" => "",
"delete" => "Povolit mazání",
"delete_confirmation" => "Opravdu chcete smazat tuto účtenku? Tato operace není vratná.",
"delete_entire_sale" => "Zrušit celou účtenku",
"delete_successful" => "Účtenka byla smazána.",
"delete_unsuccessful" => "Účtenka nebyla smazána.",
"description_abbrv" => "Položka.",
"discard" => "Zrušit",
"discard_quote" => "",
"discount" => "Sleva %",
"discount_included" => "% Sleva",
"discount_short" => "%",
"due" => "",
"due_filter" => "Neuhrazeno",
"edit" => "Upravit",
"edit_item" => "Upravit položku",
"edit_sale" => "Upravit účtenku",
"email_receipt" => "Odeslat účtenku",
"employee" => "Prodávající",
"entry" => "Záznam",
"error_editing_item" => "Chyba při úpravě položky",
"find_or_scan_item" => "Najít nebo skenovat položku",
"find_or_scan_item_or_receipt" => "Najít nebo skenovat položku či účtenku",
"giftcard" => "Dárkový poukaz",
"giftcard_balance" => "",
"giftcard_filter" => "",
"giftcard_number" => "Číslo dárkového poukazu",
"group_by_category" => "Seskupit podle kategorií",
"group_by_type" => "Seskupit podle typu",
"hsn" => "",
"id" => "Číslo dokladu",
"include_prices" => "",
"invoice" => "Faktura",
"invoice_confirm" => "Tato faktura bude odeslána",
"invoice_enable" => "Vytvořit fakturu",
"invoice_filter" => "Faktury",
"invoice_no_email" => "Zákazníl nemá platný e-mail.",
"invoice_number" => "Faktura č",
"invoice_number_duplicate" => "Číslo faktury musí být jedinečné.",
"invoice_sent" => "Faktura odeslána",
"invoice_total" => "",
"invoice_type_custom_invoice" => "",
"invoice_type_custom_tax_invoice" => "",
"invoice_type_invoice" => "",
"invoice_type_tax_invoice" => "",
"invoice_unsent" => "Fakturu se nepodařilo odeslat",
"invoice_update" => "Přepočítat",
"item_insufficient_of_stock" => "Není dostatek kusů na skladě.",
"item_name" => "Název položky",
"item_number" => "Číslo položky",
"item_out_of_stock" => "Položka není skladem.",
"key_browser" => "",
"key_cancel" => "Cancels Current Quote/Invoice/Sale",
"key_customer_search" => "Customer Search",
"key_finish_quote" => "Finish Quote/Invoice witdout payment",
"key_finish_sale" => "Add Payment and Complete Invoice/Sale",
"key_full" => "",
"key_function" => "Function",
"key_help" => "Shortcuts",
"key_help_modal" => "Open Shortcuts Window",
"key_in" => "",
"key_item_search" => "Item Search",
"key_out" => "",
"key_payment" => "Add Payment",
"key_print" => "",
"key_restore" => "",
"key_search" => "",
"key_suspend" => "Suspend Current Sale",
"key_suspended" => "Show Suspended Sales",
"key_system" => "",
"key_tendered" => "Edit Amount Tendered",
"key_title" => "Sales Keyboard Shortcuts",
"mc" => "",
"mode" => "Typ dokladu",
"must_enter_numeric" => "",
"must_enter_numeric_giftcard" => "Číslo dárkového poukazu musí být číslo.",
"new_customer" => "Nový zákazník",
"new_item" => "Nová položka",
"no_description" => "Žádný",
"no_filter" => "Vše",
"no_items_in_cart" => "Nejsou zde žádné položky.",
"no_sales_to_display" => "Žádné účtenky k zobrazení.",
"none_selected" => "Nebylo nic vybráno ke smazání.",
"nontaxed_ind" => "",
"not_authorized" => "Tato akce nebyla povolena.",
"one_or_multiple" => "",
"payment" => "Způsob platby",
"payment_amount" => "Částka",
"payment_not_cover_total" => "Zaplacená částka musí být stejná nebo větší než celková částka.",
"payment_type" => "Typ",
"payments" => "",
"payments_total" => "Uhrazeno",
"price" => "Cena",
"print_after_sale" => "Vytisknout automaticky",
"quantity" => "ks",
"quantity_less_than_reorder_level" => "Upozornění: Množství zboží je pod nastavenou úrovní pro doobjednání.",
"quantity_less_than_zero" => "Pozor: Není dostatek zboží. Můžete pokračovat v prodeji, ale zkontrolujte si stav skladu.",
"quantity_of_items" => "Množství položek {0}",
"quote" => "Nabídka",
"quote_number" => "Číslo nabídky",
"quote_number_duplicate" => "Číslo nabídky musí být jedinečné.",
"quote_sent" => "Nabidku odeslat",
"quote_unsent" => "Nabídku odeslat",
"receipt" => "Účtenka",
"receipt_no_email" => "Zákazníl nemá platný e-mail.",
"receipt_number" => "Číslo dokladu",
"receipt_sent" => "Účtenku odeslat",
"receipt_unsent" => "Účtenku nelze odeslat",
"refund" => "",
"register" => "Pokladna",
"remove_customer" => "Odebrat zákazníka",
"remove_discount" => "",
"return" => "Vratka",
"rewards" => "",
"rewards_balance" => "",
"sale" => "",
"sale_by_invoice" => "",
"sale_for_customer" => "Zákazník:",
"sale_time" => "Čas",
"sales_tax" => "DPH",
"sales_total" => "",
"select_customer" => "Vyberte zákazníka",
"send_invoice" => "Odeslat fakturu",
"send_quote" => "Odeslat nabídku",
"send_receipt" => "Odeslat účtenku",
"send_work_order" => "",
"serial" => "Sériové číslo",
"service_charge" => "",
"show_due" => "",
"show_invoice" => "Zobrazit fakturu",
"show_receipt" => "Zobrazit účtenku",
"start_typing_customer_name" => "Vložte podrobnosti o zákazníkovi...",
"start_typing_item_name" => "Napište název položky nebo naskenujte čárový kód..",
"stock" => "Sklad",
"stock_location" => "Umístění skladu",
"sub_total" => "Bez DPH",
"successfully_deleted" => "Bylo uspěšně smazáno",
"successfully_restored" => "Bylo úspěšně obnoveno",
"successfully_suspended_sale" => "Prodej byl úspěšně zaparkován.",
"successfully_updated" => "Účtenka byla upravena.",
"suspend_sale" => "Zaparkovat",
"suspended_doc_id" => "Dokument",
"suspended_sale_id" => "ID",
"suspended_sales" => "Zaparkovat",
"table" => "Stůl",
"takings" => "Transakce",
"tax" => "DPH",
"tax_id" => "",
"tax_invoice" => "",
"tax_percent" => "DPH %",
"taxed_ind" => "",
"total" => "Celkem",
"total_tax_exclusive" => "Bez DPH",
"transaction_failed" => "",
"unable_to_add_item" => "Přidání položky se nepovedlo",
"unsuccessfully_deleted" => "Účtenka nebyla smazána.",
"unsuccessfully_restored" => "Účtenka nebyla obnovena.",
"unsuccessfully_suspended_sale" => "Prodej se nepovedlo zaparkovat.",
"unsuccessfully_updated" => "Účtenka nebyla upravena.",
"unsuspend" => "Odparkovat",
"unsuspend_and_delete" => "Akce",
"update" => "Obnovit",
"upi" => "",
"visa" => "",
"wholesale" => "",
"work_order" => "",
"work_order_number" => "",
"work_order_number_duplicate" => "",
"work_order_sent" => "",
"work_order_unsent" => "",
];

View File

@@ -3,7 +3,7 @@ return [
"all" => "Alle",
"columns" => "Kolonner",
"hide_show_pagination" => "Gem/Vis sideinddeling",
"loading" => "",
"loading" => "Indlæser, vent venligst...",
"page_from_to" => "Viser {0} to {1} af {2} rækker",
"refresh" => "Opdater",
"rows_per_page" => "{0} rækker per side",

View File

@@ -9,7 +9,6 @@ return [
"logout" => "",
"migration_needed" => "",
"password" => "",
"required_username" => "",
"username" => "",
"welcome" => "",
];

View File

@@ -3,7 +3,7 @@ return [
"all" => "All",
"columns" => "Spalten",
"hide_show_pagination" => "Hide/Show pagination",
"loading" => "",
"loading" => "Lade, bitte warten...",
"page_from_to" => "Zeige {0} bis {1} von {2} Zeile(n)",
"refresh" => "Refresh",
"rows_per_page" => "{0} Einträge pro Seite",

View File

@@ -1,8 +1,10 @@
<?php
$lang["enum_half_down"] = "";
$lang["enum_half_even"] = "";
$lang["enum_half_five"] = "";
$lang["enum_half_odd"] = "";
$lang["enum_half_up"] = "";
$lang["enum_round_down"] = "去尾法";
$lang["enum_round_up"] = "进一法";
return [
"half_down" => "",
"half_even" => "",
"half_five" => "",
"half_odd" => "",
"half_up" => "",
"round_down" => "",
"round_up" => "",
];

View File

@@ -9,7 +9,6 @@ return [
"logout" => "",
"migration_needed" => "",
"password" => "Passwort",
"required_username" => "",
"username" => "Benutzername",
"welcome" => "",
];

View File

@@ -3,7 +3,7 @@ return [
"all" => "Alle",
"columns" => "Spalten",
"hide_show_pagination" => "Seitenzahlen anzeigen/verbergen",
"loading" => "",
"loading" => "Lade, bitte warten...",
"page_from_to" => "Zeige {0} bis {1} von {2} Zeile(n)",
"refresh" => "Aktualisieren",
"rows_per_page" => "{0} Einträge pro Seite",

View File

@@ -9,7 +9,6 @@ return [
"logout" => "",
"migration_needed" => "",
"password" => "Passwort",
"required_username" => "",
"username" => "Benutzername",
"welcome" => "",
];

View File

@@ -9,7 +9,6 @@ return [
"logout" => "",
"migration_needed" => "",
"password" => "",
"required_username" => "",
"username" => "",
"welcome" => "",
];

View File

@@ -3,7 +3,7 @@ return [
"all" => "All",
"columns" => "Columns",
"hide_show_pagination" => "Hide/Show pagination",
"loading" => "",
"loading" => "Loading, please wait...",
"page_from_to" => "Showing {0} to {1} of {2} rows",
"refresh" => "Refresh",
"rows_per_page" => "{0} rows per page",

View File

@@ -9,7 +9,6 @@ return [
"logout" => "Logout",
"migration_needed" => "A database migration to {0} will start after login.",
"password" => "Password",
"required_username" => "",
"username" => "Username",
"welcome" => "Welcome to {0}!",
];

View File

@@ -3,7 +3,7 @@ return [
"all" => "all",
"columns" => "Columns",
"hide_show_pagination" => "Hide/Show pagination",
"loading" => "",
"loading" => "Loading, please wait...",
"page_from_to" => "Showing {0} to {1} of {2} rows",
"refresh" => "Refresh",
"rows_per_page" => "{0} rows per page",

View File

@@ -16,7 +16,7 @@ return [
"barcode_formats" => "Input Formats",
"barcode_generate_if_empty" => "Generate if empty.",
"barcode_height" => "Height (px)",
"barcode_id" => "Item Id",
"barcode_id" => "Item Id/Name",
"barcode_info" => "Barcode Configuration Information",
"barcode_layout" => "Barcode Layout",
"barcode_name" => "Name",
@@ -30,7 +30,14 @@ return [
"barcode_tooltip" => "Warning: This feature can cause duplicate items to be imported or created. Do not use if you do not want duplicate barcodes.",
"barcode_type" => "Barcode Type",
"barcode_width" => "Width (px)",
"bottom" => "Bottom",
"bottom" => "Bottom",
"cash_button" => "",
"cash_button_1" => "",
"cash_button_2" => "",
"cash_button_3" => "",
"cash_button_4" => "",
"cash_button_5" => "",
"cash_button_6" => "",
"cash_decimals" => "Cash Decimals",
"cash_decimals_tooltip" => "If Cash Decimals and Currency Decimals are the same then no cash triggered rounding will take place, unless Cash Rounding is set to Half Five.",
"cash_rounding" => "Cash Rounding",
@@ -38,7 +45,8 @@ return [
"center" => "Center",
"change_apperance_tooltip" => "",
"comma" => "comma",
"company" => "Company Name",
"company" => "Company Name",
"company_avatar" => "",
"company_change_image" => "Change Image",
"company_logo" => "Company Logo",
"company_remove_image" => "Remove Image",
@@ -49,7 +57,8 @@ return [
"country_codes_tooltip" => "Comma separated list of country codes for nominatim address lookup.",
"currency_code" => "Currency Code",
"currency_decimals" => "Currency Decimals",
"currency_symbol" => "Currency Symbol",
"currency_symbol" => "Currency Symbol",
"current_employee_only" => "",
"customer_reward" => "Reward",
"customer_reward_duplicate" => "Reward must be unique.",
"customer_reward_enable" => "Enable Customer Rewards",
@@ -86,7 +95,8 @@ return [
"default_tax_name_required" => "Default Tax Name is a required field.",
"default_tax_rate" => "Default Tax Rate %",
"default_tax_rate_1" => "Tax 1 Rate",
"default_tax_rate_2" => "Tax 2 Rate",
"default_tax_rate_2" => "Tax 2 Rate",
"default_tax_rate_3" => "",
"default_tax_rate_number" => "Default Tax Rate must be a number.",
"default_tax_rate_required" => "Default Tax Rate is a required field.",
"derive_sale_quantity" => "Allow Derived Sale Quantity",
@@ -110,8 +120,13 @@ return [
"email_smtp_pass" => "SMTP Password",
"email_smtp_port" => "SMTP Port",
"email_smtp_timeout" => "SMTP Timeout (s)",
"email_smtp_user" => "SMTP Username",
"enable_dropdown_tooltip" => "",
"email_smtp_user" => "SMTP Username",
"enable_avatar" => "",
"enable_avatar_tooltip" => "",
"enable_dropdown_tooltip" => "",
"enable_new_look" => "",
"enable_right_bar" => "",
"enable_right_bar_tooltip" => "",
"enforce_privacy" => "Enforce privacy",
"enforce_privacy_tooltip" => "Protect Customers privacy enforcing data scrambling in case of their data being deleted",
"fax" => "Fax",
@@ -160,7 +175,8 @@ return [
"invoice_printer" => "Invoice Printer",
"invoice_type" => "Invoice Type",
"is_readable" => "is readable, but the permissions are incorrectly set. Please set it to 640 or 660 and refresh.",
"is_writable" => "is writable, but the permissions are incorrectly set. Please set it to 750 and refresh.",
"is_writable" => "is writable, but the permissions are incorrectly set. Please set it to 750 and refresh.",
"item_markup" => "",
"jsprintsetup_required" => "Warning: This functionality will only work if you have the FireFox jsPrintSetup addon installed. Save anyway?",
"language" => "Language",
"last_used_invoice_number" => "Last used Invoice Number",
@@ -238,7 +254,8 @@ return [
"quantity_decimals" => "Quantity Decimals",
"quick_cash_enable" => "",
"quote_default_comments" => "Default Quote Comments",
"receipt" => "Receipt",
"receipt" => "Receipt",
"receipt_category" => "",
"receipt_configuration" => "Receipt Print Settings",
"receipt_default" => "Default",
"receipt_font_size" => "Font Size",
@@ -267,15 +284,19 @@ return [
"saved_successfully" => "Configuration save successful.",
"saved_unsuccessfully" => "Configuration save failed.",
"security_issue" => "Security Vulnerability Warning",
"server_notice" => "Please use the below info for issue reporting.",
"server_notice" => "Please use the below info for issue reporting.",
"service_charge" => "",
"show_due_enable" => "",
"show_office_group" => "Show office icon",
"statistics" => "Send Statistics",
"statistics_tooltip" => "Send statistics for development and feature improvement purposes.",
"stock_location" => "Stock location",
"stock_location_duplicate" => "Stock Location must be unique.",
"stock_location_invalid_chars" => "Stock Location can not contain '_'.",
"stock_location_required" => "Stock location is a required field.",
"suggestions_first_column" => "Column 1",
"stock_location_required" => "Stock location is a required field.",
"suggestions_fifth_column" => "",
"suggestions_first_column" => "Column 1",
"suggestions_fourth_column" => "",
"suggestions_layout" => "Search Suggestions Layout",
"suggestions_second_column" => "Column 2",
"suggestions_third_column" => "Column 3",
@@ -302,7 +323,8 @@ return [
"top" => "Top",
"use_destination_based_tax" => "Use Destination Based Tax",
"user_timezone" => "Local Timezone:",
"website" => "Website",
"website" => "Website",
"wholesale_markup" => "",
"work_order_enable" => "Work Order Support",
"work_order_format" => "Work Order Format",
];

View File

@@ -9,7 +9,6 @@ return [
"logout" => "Logout",
"migration_needed" => "A database migration to {0} will start after login.",
"password" => "Password",
"required_username" => "The username field is required.",
"username" => "Username",
"welcome" => "Welcome to {0}!",
];

View File

@@ -3,7 +3,7 @@ return [
"all" => "Todas",
"columns" => "Columnas",
"hide_show_pagination" => "Ocultar/Mostrar paginación",
"loading" => "",
"loading" => "Por favor espere...",
"page_from_to" => "Mostrando desde {0} hasta {1} - En total {2} resultados",
"refresh" => "Refrescar",
"rows_per_page" => "{0} resultados por página",

View File

@@ -9,7 +9,6 @@ return [
"logout" => "Cerrar sesión",
"migration_needed" => "La migración de la base de datos a {0} se iniciará después del inicio de sesión.",
"password" => "Contraseña",
"required_username" => "",
"username" => "Usuario",
"welcome" => "Bienvenido a {0}!",
];

View File

@@ -3,7 +3,7 @@ return [
"all" => "Todos",
"columns" => "Columnas",
"hide_show_pagination" => "Ocultar/Mostrar paginación",
"loading" => "",
"loading" => "Cargando, por favor espere...",
"page_from_to" => "Mostrando de {0} a {1} de {2} registros",
"refresh" => "Actualizar",
"rows_per_page" => "{0} registros por página",

View File

@@ -9,7 +9,6 @@ return [
"logout" => "Salir",
"migration_needed" => "Una migración de base de datos a {0} empezara después de entrar.",
"password" => "Contraseña",
"required_username" => "",
"username" => "Usuario",
"welcome" => "Bienvenido a {0}!",
];

View File

@@ -1,80 +1,82 @@
<?php
$lang["taxes_add_exception"] = "Agregar Excepcion";
$lang["taxes_cascade"] = "Cascada";
$lang["taxes_cascade_sequence"] = "Secuencia de Cascada";
$lang["taxes_city"] = "Ciudad";
$lang["taxes_code"] = "Codigo";
$lang["taxes_confirm_delete"] = "Estas seguro que deseas eliminar este código de impuesto? Esta acción es irreversible";
$lang["taxes_confirm_restore"] = "Estas seguro que deseas restaurar los códigos de impuestos?";
$lang["taxes_default_tax_category"] = "Impuesto por Default";
$lang["taxes_default_tax_rate"] = "Tarifa de impuesto por default";
$lang["taxes_error_adding_updating"] = "Código de impuesto agregado o error en actualización";
$lang["taxes_group_seq"] = "Secuencia de Grupo";
$lang["taxes_jurisdiction_name"] = "Nombre de la Jurisdicción";
$lang["taxes_name"] = "Nombre";
$lang["taxes_new"] = "Impuesto Nuevo";
$lang["taxes_no_taxes"] = "";
$lang["taxes_no_taxes_to_display"] = "Códigos de impuestos no disponible";
$lang["taxes_reporting_authority"] = "Imformacion de Autoridad";
$lang["taxes_round_half_down"] = "a número entero inferior";
$lang["taxes_round_half_even"] = "a numero par entero más próximo";
$lang["taxes_round_half_odd"] = "a numero entero impar mas próximo";
$lang["taxes_round_half_up"] = "a numero entero superior";
$lang["taxes_rounding_code"] = "código de redondeo";
$lang["taxes_sales_tax"] = "Impuesto de Venta";
$lang["taxes_sales_tax_by_invoice"] = "Impuesto de Ventas por factura";
$lang["taxes_sequence"] = "Secuencia";
$lang["taxes_state"] = "Estado";
$lang["taxes_successful_deleted"] = "Eliminado Satisfactoriamente";
$lang["taxes_tax_categories"] = "Categorias de Impuestos";
$lang["taxes_tax_categories_configuration"] = "Configuración de Categorías de Impuestos";
$lang["taxes_tax_categories_saved_successfully"] = "Las categorías de impuestos han sido guardados";
$lang["taxes_tax_categories_saved_unsuccessfully"] = "Categorías de impuestos no han sido guardados";
$lang["taxes_tax_category"] = "Categoria de Impuesto";
$lang["taxes_tax_category_code"] = "codigo de categoria de impuesto";
$lang["taxes_tax_category_duplicate"] = "duplicar categoria de impuesto";
$lang["taxes_tax_category_invalid_chars"] = "caracteres invalidos en el nombre de la categoria de impuesto";
$lang["taxes_tax_category_name"] = "nombre de la categoria de impuesto";
$lang["taxes_tax_category_new"] = "nueva categoria de impuesto";
$lang["taxes_tax_category_required"] = "Categoría de impuesto es requerida";
$lang["taxes_tax_code"] = "codigo de impuesto";
$lang["taxes_tax_code_cannot_be_deleted"] = "error al eliminar codigo de impuesto";
$lang["taxes_tax_code_duplicate"] = "digo de impuesto duplicado";
$lang["taxes_tax_code_invalid_chars"] = "Caracteres inválidos en el código de impuesto";
$lang["taxes_tax_code_name"] = "nombre del codigo de impuesto";
$lang["taxes_tax_code_required"] = "codigo de impuesto es un campo requerido";
$lang["taxes_tax_code_successful_deleted"] = "has eliminado satisfactoriamente el codigo de impuesto";
$lang["taxes_tax_code_successful_updated"] = "has actualizado satisfactoriamente";
$lang["taxes_tax_code_successful_updating"] = "has actualizado satisfactoriamente el codigo de impuesto";
$lang["taxes_tax_code_successfully_added"] = "has agregado satisfactoriamente";
$lang["taxes_tax_code_type"] = "tipo de codigo de impuesto";
$lang["taxes_tax_codes"] = "codigos de impuesto";
$lang["taxes_tax_codes_configuration"] = "configuracion de codigos de impuesto";
$lang["taxes_tax_codes_saved_successfully"] = "cambios guardados en codigo de impuesto";
$lang["taxes_tax_codes_saved_unsuccessfully"] = "no se guardaron los cambios en el codigo de impuesto";
$lang["taxes_tax_excluded"] = "impuesto excluido";
$lang["taxes_tax_group"] = "grupo de impuesto";
$lang["taxes_tax_group_not_unique"] = "Grupo de impuestos %1 no es el unico";
$lang["taxes_tax_group_sequence"] = "secuencia de grupo de impuesto";
$lang["taxes_tax_included"] = "impuesto incluido";
$lang["taxes_tax_jurisdiction"] = "impuesto por ley";
$lang["taxes_tax_jurisdiction_duplicate"] = "Impuesto por ley duplicado";
$lang["taxes_tax_jurisdiction_invalid_chars"] = "Caracteres inválidos en el nombre por ley";
$lang["taxes_tax_jurisdiction_required"] = "impuesto por ley es requerido";
$lang["taxes_tax_jurisdictions"] = "impuestos por leyes";
$lang["taxes_tax_jurisdictions_configuration"] = "configuracion de impuestos por leyes";
$lang["taxes_tax_jurisdictions_saved_successfully"] = "cambios guardados en los impuestos por leyes";
$lang["taxes_tax_jurisdictions_saved_unsuccessfully"] = "no se guardaron los cambios en los impuestos por leyes";
$lang["taxes_tax_rate"] = "tarifa de impuesto";
$lang["taxes_tax_rate_configuration"] = "configuracion de tarifa de impuesto";
$lang["taxes_tax_rate_error_adding_updating"] = "tarifa de impuesto agregado o actualizacion fallida";
$lang["taxes_tax_rate_numeric"] = "tarifa de impuesto debe ser numero";
$lang["taxes_tax_rate_required"] = "tarifa de impuesto es requerida";
$lang["taxes_tax_rate_successful_updated"] = "has actualizado satisfactoriamente";
$lang["taxes_tax_rate_successfully_added"] = "has agregado satisfactoriamente";
$lang["taxes_tax_rates"] = "tarifas de impuestos";
$lang["taxes_tax_rates_configuration"] = "configuracion de tarifas de impuestos";
$lang["taxes_tax_rounding"] = "impuesto redondeado";
$lang["taxes_tax_type"] = "tipo de impuesto";
$lang["taxes_update"] = "Actualizar tarifa de impuesto";
$lang["taxes_vat_tax"] = "Impuesto IVA";
return [
"add_exception" => "Agregar Excepcion",
"cascade" => "Cascada",
"cascade_sequence" => "Secuencia de Cascada",
"city" => "Ciudad",
"code" => "Codigo",
"confirm_delete" => "Estas seguro que deseas eliminar este código de impuesto? Esta acción es irreversible",
"confirm_restore" => "Estas seguro que deseas restaurar los códigos de impuestos?",
"default_tax_category" => "Impuesto por Default",
"default_tax_rate" => "Tarifa de impuesto por default",
"error_adding_updating" => "Código de impuesto agregado o error en actualización",
"group_seq" => "Secuencia de Grupo",
"jurisdiction_name" => "Nombre de la Jurisdicción",
"name" => "Nombre",
"new" => "Impuesto Nuevo",
"no_taxes" => "",
"no_taxes_to_display" => "Códigos de impuestos no disponible",
"reporting_authority" => "Imformacion de Autoridad",
"round_half_down" => "a número entero inferior",
"round_half_even" => "a numero par entero s próximo",
"round_half_odd" => "a numero entero impar mas próximo",
"round_half_up" => "a numero entero superior",
"rounding_code" => "código de redondeo",
"sales_tax" => "Impuesto de Venta",
"sales_tax_by_invoice" => "Impuesto de Ventas por factura",
"sequence" => "Secuencia",
"state" => "Estado",
"successful_deleted" => "Eliminado Satisfactoriamente",
"tax_categories" => "Categorias de Impuestos",
"tax_categories_configuration" => "Configuración de Categorías de Impuestos",
"tax_categories_saved_successfully" => "Las categorías de impuestos han sido guardados",
"tax_categories_saved_unsuccessfully" => "Categorías de impuestos no han sido guardados",
"tax_category" => "Categoria de Impuesto",
"tax_category_code" => "codigo de categoria de impuesto",
"tax_category_duplicate" => "duplicar categoria de impuesto",
"tax_category_invalid_chars" => "caracteres invalidos en el nombre de la categoria de impuesto",
"tax_category_name" => "nombre de la categoria de impuesto",
"tax_category_new" => "nueva categoria de impuesto",
"tax_category_required" => "Categoría de impuesto es requerida",
"tax_code" => "codigo de impuesto",
"tax_code_cannot_be_deleted" => "error al eliminar codigo de impuesto",
"tax_code_duplicate" => "Código de impuesto duplicado",
"tax_code_invalid_chars" => "Caracteres inválidos en el código de impuesto",
"tax_code_name" => "nombre del codigo de impuesto",
"tax_code_required" => "codigo de impuesto es un campo requerido",
"tax_code_successful_deleted" => "has eliminado satisfactoriamente el codigo de impuesto",
"tax_code_successful_updated" => "has actualizado satisfactoriamente",
"tax_code_successful_updating" => "has actualizado satisfactoriamente el codigo de impuesto",
"tax_code_successfully_added" => "has agregado satisfactoriamente",
"tax_code_type" => "tipo de codigo de impuesto",
"tax_codes" => "codigos de impuesto",
"tax_codes_configuration" => "configuracion de codigos de impuesto",
"tax_codes_saved_successfully" => "cambios guardados en codigo de impuesto",
"tax_codes_saved_unsuccessfully" => "no se guardaron los cambios en el codigo de impuesto",
"tax_excluded" => "impuesto excluido",
"tax_group" => "grupo de impuesto",
"tax_group_not_unique" => "Grupo de impuestos {0} no es el unico",
"tax_group_sequence" => "secuencia de grupo de impuesto",
"tax_included" => "impuesto incluido",
"tax_jurisdiction" => "impuesto por ley",
"tax_jurisdiction_duplicate" => "Impuesto por ley duplicado",
"tax_jurisdiction_invalid_chars" => "Caracteres inválidos en el nombre por ley",
"tax_jurisdiction_required" => "impuesto por ley es requerido",
"tax_jurisdictions" => "impuestos por leyes",
"tax_jurisdictions_configuration" => "configuracion de impuestos por leyes",
"tax_jurisdictions_saved_successfully" => "cambios guardados en los impuestos por leyes",
"tax_jurisdictions_saved_unsuccessfully" => "no se guardaron los cambios en los impuestos por leyes",
"tax_rate" => "tarifa de impuesto",
"tax_rate_configuration" => "configuracion de tarifa de impuesto",
"tax_rate_error_adding_updating" => "tarifa de impuesto agregado o actualizacion fallida",
"tax_rate_numeric" => "tarifa de impuesto debe ser numero",
"tax_rate_required" => "tarifa de impuesto es requerida",
"tax_rate_successful_updated" => "has actualizado satisfactoriamente",
"tax_rate_successfully_added" => "has agregado satisfactoriamente",
"tax_rates" => "tarifas de impuestos",
"tax_rates_configuration" => "configuracion de tarifas de impuestos",
"tax_rounding" => "impuesto redondeado",
"tax_type" => "tipo de impuesto",
"update" => "Actualizar tarifa de impuesto",
"vat_tax" => "Impuesto IVA",
];

View File

@@ -3,7 +3,7 @@ return [
"all" => "همه",
"columns" => "ستون ها",
"hide_show_pagination" => "پنهان کردن / نمایش صفحه بندی",
"loading" => "",
"loading" => "...در حال بارگزاری، لطفا منتظر بمانید",
"page_from_to" => "نمایش {0} تا {1} از {2} ردیف",
"refresh" => "تازه کردن",
"rows_per_page" => "صفر ردیف در هر صفحه",

View File

@@ -9,7 +9,6 @@ return [
"logout" => "",
"migration_needed" => "",
"password" => "کلمه عبور",
"required_username" => "",
"username" => "نام کاربری",
"welcome" => "",
];

View File

@@ -1,30 +1,32 @@
<?php
$lang["attributes_attribute_value_invalid_chars"] = "La valeur de l'attribut ne doit pas contenir '_' ou '|'";
$lang["attributes_confirm_delete"] = "Êtes-vous certain de vouloir supprimer le(s) attribut(s) sélectionné(s) ?";
$lang["attributes_confirm_restore"] = "Êtes-vous certain de vouloir restaurer le(s) attribut(s) sélectionné(s) ?";
$lang["attributes_definition_cannot_be_deleted"] = "Le(s) attribut(s) sélectionné(s) n'ont pas pu être supprimé(s)";
$lang["attributes_definition_error_adding_updating"] = "L'attribut %1 n'a pas pu être ajouté ou mis à jour. Veuillez vérifier le journal d'erreurs.";
$lang["attributes_definition_flags"] = "Visibilité de l'attribut";
$lang["attributes_definition_group"] = "Groupe";
$lang["attributes_definition_id"] = "ID";
$lang["attributes_definition_name"] = "Ajouter un attribut";
$lang["attributes_definition_name_required"] = "Le nom de l'attribut est requis";
$lang["attributes_definition_one_or_multiple"] = "attribut(s)";
$lang["attributes_definition_successful_adding"] = "Vous avez ajouté l'article avec succès";
$lang["attributes_definition_successful_deleted"] = "Vous avez supprimé avec succès";
$lang["attributes_definition_successful_updating"] = "Vous avez mis-à-jour l'attribut avec succès";
$lang["attributes_definition_type"] = "Type d'attribut";
$lang["attributes_definition_type_required"] = "Le type d'attribut est requis";
$lang["attributes_definition_unit"] = "Unité de mesure";
$lang["attributes_definition_values"] = "Valeurs de l'attribut";
$lang["attributes_new"] = "Nouvel attribut";
$lang["attributes_no_attributes_to_display"] = "Aucun attribut à afficher";
$lang["attributes_receipt_visibility"] = "Reçu";
$lang["attributes_show_in_items"] = "Afficher dans les articles";
$lang["attributes_show_in_items_visibility"] = "Articles";
$lang["attributes_show_in_receipt"] = "Afficher sur le reçu";
$lang["attributes_show_in_receivings"] = "Afficher dans les réceptions";
$lang["attributes_show_in_receivings_visibility"] = "Réceptions";
$lang["attributes_show_in_sales"] = "Afficher dans les ventes";
$lang["attributes_show_in_sales_visibility"] = "Ventes";
$lang["attributes_update"] = "Mettre à jour l'attribut";
return [
"attribute_value_invalid_chars" => "La valeur de l'attribut ne doit pas contenir '_' ou '|'",
"confirm_delete" => "Êtes-vous certain de vouloir supprimer le(s) attribut(s) sélectionné(s) ?",
"confirm_restore" => "Êtes-vous certain de vouloir restaurer le(s) attribut(s) sélectionné(s) ?",
"definition_cannot_be_deleted" => "Le(s) attribut(s) sélectionné(s) n'ont pas pu être supprimé(s)",
"definition_error_adding_updating" => "L'attribut {0} n'a pas pu être ajouté ou mis à jour. Veuillez vérifier le journal d'erreurs.",
"definition_flags" => "Visibilité de l'attribut",
"definition_group" => "Groupe",
"definition_id" => "ID",
"definition_name" => "Ajouter un attribut",
"definition_name_required" => "Le nom de l'attribut est requis",
"definition_one_or_multiple" => "attribut(s)",
"definition_successful_adding" => "Vous avez ajouté l'article avec succès",
"definition_successful_deleted" => "Vous avez supprimé avec succès",
"definition_successful_updating" => "Vous avez mis-à-jour l'attribut avec succès",
"definition_type" => "Type d'attribut",
"definition_type_required" => "Le type d'attribut est requis",
"definition_unit" => "Unité de mesure",
"definition_values" => "Valeurs de l'attribut",
"new" => "Nouvel attribut",
"no_attributes_to_display" => "Aucun attribut à afficher",
"receipt_visibility" => "Reçu",
"show_in_items" => "Afficher dans les articles",
"show_in_items_visibility" => "Articles",
"show_in_receipt" => "Afficher sur le reçu",
"show_in_receivings" => "Afficher dans les réceptions",
"show_in_receivings_visibility" => "Réceptions",
"show_in_sales" => "Afficher dans les ventes",
"show_in_sales_visibility" => "Ventes",
"update" => "Mettre à jour l'attribut",
];

View File

@@ -3,7 +3,7 @@ return [
"all" => "tous",
"columns" => "Colonnes",
"hide_show_pagination" => "Masquer/Afficher la pagination",
"loading" => "",
"loading" => "Chargement en cours, patientez, s'il vous plaît ...",
"page_from_to" => "Affichage des lignes {0} à {1} sur {2} lignes au total",
"refresh" => "Rafraîchir",
"rows_per_page" => "{0} lignes par page",

View File

@@ -1,86 +1,88 @@
<?php
$lang["common_address_1"] = "Adresse 1";
$lang["common_address_2"] = "Adresse 2";
$lang["common_admin"] = "";
$lang["common_city"] = "Ville";
$lang["common_clerk"] = "";
$lang["common_close"] = "Fermer";
$lang["common_color"] = "";
$lang["common_comments"] = "Commentaires";
$lang["common_common"] = "commun";
$lang["common_confirm_search"] = "Vous avez sélectionné une ou plusieurs lignes, celles-ci ne seront plus sélectionnées après votre recherche. Voulez-vous continuer ?";
$lang["common_copyrights"] = "© 2010 - %1";
$lang["common_correct_errors"] = "Merci de corriger les erreurs identifiées avant d'enregistrer";
$lang["common_country"] = "Pays";
$lang["common_dashboard"] = "";
$lang["common_date"] = "Date";
$lang["common_delete"] = "Supprimer";
$lang["common_det"] = "détails";
$lang["common_download_import_template"] = "Télécharger le modèle d'importation CSV (CSV)";
$lang["common_edit"] = "éditer";
$lang["common_email"] = "Courriel";
$lang["common_email_invalid_format"] = "Le format de l'adresse courriel est incorrect.";
$lang["common_export_csv"] = "Exportation CSV";
$lang["common_export_csv_no"] = "Non";
$lang["common_export_csv_yes"] = "Oui";
$lang["common_fields_required_message"] = "Les champs en rouge sont requis";
$lang["common_fields_required_message_unique"] = "";
$lang["common_first_name"] = "Prénom";
$lang["common_first_name_required"] = "Le prénom est requis.";
$lang["common_first_page"] = "Premier";
$lang["common_gender"] = "Genre";
$lang["common_gender_female"] = "F";
$lang["common_gender_male"] = "M";
$lang["common_gender_undefined"] = "";
$lang["common_icon"] = "Icône";
$lang["common_id"] = "Identifiant";
$lang["common_import"] = "Importation";
$lang["common_import_change_file"] = "Changer";
$lang["common_import_csv"] = "Importation CSV";
$lang["common_import_full_path"] = "Chemin complet vers le fichier CSV requis";
$lang["common_import_remove_file"] = "Supprimer";
$lang["common_import_select_file"] = "Sélectionner le fichier";
$lang["common_inv"] = "fact.";
$lang["common_last_name"] = "Nom de famille";
$lang["common_last_name_required"] = "Le nom de famille est un champ obligatoire.";
$lang["common_last_page"] = "Dernier";
$lang["common_learn_about_project"] = "pour les dernières informations sur le projet.";
$lang["common_list_of"] = "Liste de";
$lang["common_logo"] = "Logo";
$lang["common_logo_mark"] = "Marque";
$lang["common_logout"] = "Déconnexion";
$lang["common_manager"] = "";
$lang["common_migration_needed"] = "Une migration de la base de donnée vers %1 démarrera après le connexion.";
$lang["common_new"] = "Nouveau";
$lang["common_no"] = "Oui";
$lang["common_no_persons_to_display"] = "Il n'y a personne à afficher.";
$lang["common_none_selected_text"] = "[Sélectionner]";
$lang["common_or"] = "OU";
$lang["common_people"] = "";
$lang["common_phone_number"] = "Téléphone";
$lang["common_phone_number_required"] = "Le numéro de téléphone est requis.";
$lang["common_please_visit_my"] = "SVP visitez le";
$lang["common_position"] = "";
$lang["common_powered_by"] = "Propulsé par";
$lang["common_price"] = "Prix";
$lang["common_print"] = "Imprimer";
$lang["common_remove"] = "Enlever";
$lang["common_required"] = "Requis";
$lang["common_restore"] = "Restaurer";
$lang["common_return_policy"] = "Politique de retour";
$lang["common_search"] = "Recherche";
$lang["common_search_options"] = "Options de recherche";
$lang["common_searched_for"] = "Recherché";
$lang["common_software_short"] = "OSPOS";
$lang["common_software_title"] = "Open Source Point of Sale";
$lang["common_state"] = "État";
$lang["common_submit"] = "Valider";
$lang["common_total_spent"] = "Dépenses totales";
$lang["common_unknown"] = "Inconnu(e)";
$lang["common_view_recent_sales"] = "Voir ventes récentes";
$lang["common_website"] = "opensourcepos.org";
$lang["common_welcome"] = "Bienvenue";
$lang["common_welcome_message"] = "Bienvenue sur OSPOS, choisissez un module ci-dessous pour commencer.";
$lang["common_yes"] = "Oui";
$lang["common_you_are_using_ospos"] = "Vous utilisez Open Source Point Of Sale Version";
$lang["common_zip"] = "Code postal";
return [
"address_1" => "Adresse 1",
"address_2" => "Adresse 2",
"admin" => "",
"city" => "Ville",
"clerk" => "",
"close" => "Fermer",
"color" => "",
"comments" => "Commentaires",
"common" => "commun",
"confirm_search" => "Vous avez sélectionné une ou plusieurs lignes, celles-ci ne seront plus sélectionnées après votre recherche. Voulez-vous continuer ?",
"copyrights" => "© 2010 - {0}",
"correct_errors" => "Merci de corriger les erreurs identifiées avant d'enregistrer",
"country" => "Pays",
"dashboard" => "",
"date" => "Date",
"delete" => "Supprimer",
"det" => "détails",
"download_import_template" => "Télécharger le modèle d'importation CSV (CSV)",
"edit" => "éditer",
"email" => "Courriel",
"email_invalid_format" => "Le format de l'adresse courriel est incorrect.",
"export_csv" => "Exportation CSV",
"export_csv_no" => "Non",
"export_csv_yes" => "Oui",
"fields_required_message" => "Les champs en rouge sont requis",
"fields_required_message_unique" => "",
"first_name" => "Prénom",
"first_name_required" => "Le prénom est requis.",
"first_page" => "Premier",
"gender" => "Genre",
"gender_female" => "F",
"gender_male" => "M",
"gender_undefined" => "",
"icon" => "Icône",
"id" => "Identifiant",
"import" => "Importation",
"import_change_file" => "Changer",
"import_csv" => "Importation CSV",
"import_full_path" => "Chemin complet vers le fichier CSV requis",
"import_remove_file" => "Supprimer",
"import_select_file" => "Sélectionner le fichier",
"inv" => "fact.",
"last_name" => "Nom de famille",
"last_name_required" => "Le nom de famille est un champ obligatoire.",
"last_page" => "Dernier",
"learn_about_project" => "pour les dernières informations sur le projet.",
"list_of" => "Liste de",
"logo" => "Logo",
"logo_mark" => "Marque",
"logout" => "Déconnexion",
"manager" => "",
"migration_needed" => "Une migration de la base de donnée vers {0} démarrera après le connexion.",
"new" => "Nouveau",
"no" => "Oui",
"no_persons_to_display" => "Il n'y a personne à afficher.",
"none_selected_text" => "[Sélectionner]",
"or" => "OU",
"people" => "",
"phone_number" => "Téléphone",
"phone_number_required" => "Le numéro de téléphone est requis.",
"please_visit_my" => "SVP visitez le",
"position" => "",
"powered_by" => "Propulsé par",
"price" => "Prix",
"print" => "Imprimer",
"remove" => "Enlever",
"required" => "Requis",
"restore" => "Restaurer",
"return_policy" => "Politique de retour",
"search" => "Recherche",
"search_options" => "Options de recherche",
"searched_for" => "Recherché",
"software_short" => "OSPOS",
"software_title" => "Open Source Point of Sale",
"state" => "État",
"submit" => "Valider",
"total_spent" => "Dépenses totales",
"unknown" => "Inconnu(e)",
"view_recent_sales" => "Voir ventes récentes",
"website" => "opensourcepos.org",
"welcome" => "Bienvenue",
"welcome_message" => "Bienvenue sur OSPOS, choisissez un module ci-dessous pour commencer.",
"yes" => "Oui",
"you_are_using_ospos" => "Vous utilisez Open Source Point Of Sale Version",
"zip" => "Code postal",
];

View File

@@ -9,7 +9,6 @@ return [
"logout" => "Déconnexion",
"migration_needed" => "Une migration de base de données vers {0} débutera après l'ouverture de session.",
"password" => "Mot de passe",
"required_username" => "",
"username" => "Nom d'utilisateur",
"welcome" => "Bienvenue à {0} !",
];

View File

@@ -1,146 +1,148 @@
<?php
$lang["reports_all"] = "Tous";
$lang["reports_authority"] = "Autorité";
$lang["reports_canceled"] = "Annulé";
$lang["reports_categories"] = "Catégories";
$lang["reports_categories_summary_report"] = "Rapport sommaire des catégories";
$lang["reports_category"] = "Catégorie";
$lang["reports_code_canceled"] = "ANL";
$lang["reports_code_invoice"] = "FDC";
$lang["reports_code_pos"] = "PDV";
$lang["reports_code_quote"] = "C";
$lang["reports_code_return"] = "RTR";
$lang["reports_code_type"] = "Genre";
$lang["reports_code_work_order"] = "O/T";
$lang["reports_comments"] = "Commentaires";
$lang["reports_commission"] = "";
$lang["reports_complete"] = "Ventes et retours terminés";
$lang["reports_completed_sales"] = "Ventes terminées";
$lang["reports_confirm_delete"] = "Êtes-vous sûr de vouloir supprimer les entes sélectionnées ?";
$lang["reports_confirm_restore"] = "Êtes-vous sûr de vouloir restaurer les entrées sélectionnées ?";
$lang["reports_cost"] = "En gros";
$lang["reports_cost_price"] = "Prix en gros";
$lang["reports_count"] = "Décompte";
$lang["reports_customer"] = "Client";
$lang["reports_customers"] = "Clients";
$lang["reports_customers_summary_report"] = "Rapport sommaire des clients";
$lang["reports_date"] = "Date";
$lang["reports_date_range"] = "Plage de dates";
$lang["reports_description"] = "La description";
$lang["reports_detailed_receivings_report"] = "Rapport détaillé des factures";
$lang["reports_detailed_receivings_report_input"] = "";
$lang["reports_detailed_reports"] = "Rapports détaillés";
$lang["reports_detailed_requisition_report"] = "";
$lang["reports_detailed_sales_report"] = "Rapport de ventes détaillé";
$lang["reports_discount"] = "Remise";
$lang["reports_discount_fixed"] = "Rabais fixe";
$lang["reports_discount_percent"] = "Pourcentage remises";
$lang["reports_discount_type"] = "Type de rabais";
$lang["reports_discounts"] = "Remises";
$lang["reports_discounts_summary_report"] = "Rapport sommaire des remises";
$lang["reports_earned"] = "Points gagnés";
$lang["reports_employee"] = "Employé";
$lang["reports_employees"] = "Employés";
$lang["reports_employees_summary_report"] = "Rapport sommaire des employés";
$lang["reports_expenses"] = "Dépenses";
$lang["reports_expenses_amount"] = "Montant";
$lang["reports_expenses_categories"] = "Dépenses";
$lang["reports_expenses_categories_summary_report"] = "Rapport de synthèse des catégories de dépenses";
$lang["reports_expenses_category"] = "Catégorie";
$lang["reports_expenses_payment_amount"] = "";
$lang["reports_expenses_tax_amount"] = "Taxe";
$lang["reports_expenses_total_amount"] = "Montant total";
$lang["reports_expenses_total_tax_amount"] = "Taxe total";
$lang["reports_graphical_reports"] = "Rapports graphiques";
$lang["reports_inventory"] = "Inventaire";
$lang["reports_inventory_low"] = "Niveau d'inventaire bas";
$lang["reports_inventory_low_report"] = "Rapport de niveau d'inventaire bas";
$lang["reports_inventory_reports"] = "Rapports d'inventaire";
$lang["reports_inventory_summary"] = "Résumé d'inventaire";
$lang["reports_inventory_summary_report"] = "Rapport Résumé d'inventaire";
$lang["reports_item"] = "Article";
$lang["reports_item_count"] = "Nombre d'éléments de filtre";
$lang["reports_item_name"] = "Nom de l'article";
$lang["reports_item_number"] = "Numéro de l'article";
$lang["reports_items"] = "Articles";
$lang["reports_items_purchased"] = "Éléments Achetés";
$lang["reports_items_received"] = "Éléments Arrivés";
$lang["reports_items_summary_report"] = "Rapport Résumé articles";
$lang["reports_jurisdiction"] = "Juridiction";
$lang["reports_low_inventory"] = "";
$lang["reports_low_inventory_report"] = "";
$lang["reports_low_sell_quantity"] = "Quantité de vente faible";
$lang["reports_more_than_zero"] = "Plus de zéro";
$lang["reports_name"] = "Nom";
$lang["reports_no_reports_to_display"] = "Aucun articles à afficher.";
$lang["reports_payment_type"] = "Type de paiement";
$lang["reports_payments"] = "Paiements";
$lang["reports_payments_summary_report"] = "Rapport Résumé des paiements";
$lang["reports_profit"] = "Bénéfice";
$lang["reports_quantity"] = "Quantité";
$lang["reports_quantity_purchased"] = "Quantité Achetée";
$lang["reports_quotes"] = "Citations";
$lang["reports_received_by"] = "Reçu par";
$lang["reports_receiving_id"] = "Réception ID";
$lang["reports_receiving_type"] = "Type de réception";
$lang["reports_receivings"] = "Réceptions";
$lang["reports_reorder_level"] = "Niveau de réapprovisionnement";
$lang["reports_report"] = "Rapport";
$lang["reports_report_input"] = "Rapport Entrées";
$lang["reports_reports"] = "Rapports";
$lang["reports_requisition"] = "";
$lang["reports_requisition_by"] = "";
$lang["reports_requisition_id"] = "";
$lang["reports_requisition_item"] = "";
$lang["reports_requisition_item_quantity"] = "";
$lang["reports_requisition_related_item"] = "";
$lang["reports_requisition_related_item_total_quantity"] = "";
$lang["reports_requisition_related_item_unit_quantity"] = "";
$lang["reports_requisitions"] = "Demandes";
$lang["reports_returns"] = "Reprises";
$lang["reports_revenue"] = "Revenu";
$lang["reports_sale_id"] = "ID Vente";
$lang["reports_sale_type"] = "Type Vente";
$lang["reports_sales"] = "Ventes";
$lang["reports_sales_amount"] = "Somme de ventes";
$lang["reports_sales_summary_report"] = "Rapport Résumé des Ventes";
$lang["reports_sales_taxes"] = "Taxes de vente";
$lang["reports_sales_taxes_summary_report"] = "Rapport sommaire des taxes de vente";
$lang["reports_serial_number"] = "Numéro de série";
$lang["reports_service_charge"] = "";
$lang["reports_sold_by"] = "Vendu par";
$lang["reports_sold_items"] = "";
$lang["reports_sold_to"] = "Vendu à";
$lang["reports_stock_location"] = "Emplacement du stock";
$lang["reports_sub_total_value"] = "Sous-Total";
$lang["reports_subtotal"] = "Sous-total";
$lang["reports_summary_reports"] = "Rapports sommaires";
$lang["reports_supplied_by"] = "Fournit par";
$lang["reports_supplier"] = "Fournisseur";
$lang["reports_suppliers"] = "Fournisseurs";
$lang["reports_suppliers_summary_report"] = "Rapport Résumé Fournisseurs";
$lang["reports_tax"] = "Taxe";
$lang["reports_tax_category"] = "Catégorie fiscale";
$lang["reports_tax_name"] = "Nom de la taxe";
$lang["reports_tax_percent"] = "Pourcentage d'imposition";
$lang["reports_tax_rate"] = "Taux de taxe";
$lang["reports_taxes"] = "Taxe(s)";
$lang["reports_taxes_summary_report"] = "Rapport Résumé Taxes";
$lang["reports_total"] = "Total";
$lang["reports_total_inventory_value"] = "Valeur total de l'inventaire";
$lang["reports_total_low_sell_quantity"] = "Quantité totale de faible vente";
$lang["reports_total_quantity"] = "Quantité totale";
$lang["reports_total_retail"] = "Total Inv. La valeur au détail";
$lang["reports_trans_amount"] = "Montant de la transaction";
$lang["reports_trans_due"] = "";
$lang["reports_trans_group"] = "Groupe de transaction";
$lang["reports_trans_nopay_sales"] = "Ventes sans paiement";
$lang["reports_trans_payments"] = "Paiements";
$lang["reports_trans_refunded"] = "Remboursé";
$lang["reports_trans_sales"] = "Ventes";
$lang["reports_trans_type"] = "Type de transaction";
$lang["reports_type"] = "Genre";
$lang["reports_unit_price"] = "Prix en Détail";
$lang["reports_used"] = "Points utilisés";
$lang["reports_work_orders"] = "Ordre Du Travail";
$lang["reports_zero_and_less"] = "Zéro ou moin";
return [
"all" => "Tous",
"authority" => "Autorité",
"canceled" => "Annulé",
"categories" => "Catégories",
"categories_summary_report" => "Rapport sommaire des catégories",
"category" => "Catégorie",
"code_canceled" => "ANL",
"code_invoice" => "FDC",
"code_pos" => "PDV",
"code_quote" => "C",
"code_return" => "RTR",
"code_type" => "Genre",
"code_work_order" => "O/T",
"comments" => "Commentaires",
"commission" => "",
"complete" => "Ventes et retours terminés",
"completed_sales" => "Ventes terminées",
"confirm_delete" => "Êtes-vous sûr de vouloir supprimer les entrées sélectionnées ?",
"confirm_restore" => "Êtes-vous sûr de vouloir restaurer les entrées sélectionnées ?",
"cost" => "En gros",
"cost_price" => "Prix en gros",
"count" => "Décompte",
"customer" => "Client",
"customers" => "Clients",
"customers_summary_report" => "Rapport sommaire des clients",
"date" => "Date",
"date_range" => "Plage de dates",
"description" => "La description",
"detailed_receivings_report" => "Rapport détaillé des factures",
"detailed_receivings_report_input" => "",
"detailed_reports" => "Rapports détaillés",
"detailed_requisition_report" => "",
"detailed_sales_report" => "Rapport de ventes détaillé",
"discount" => "Remise",
"discount_fixed" => "Rabais fixe",
"discount_percent" => "Pourcentage remises",
"discount_type" => "Type de rabais",
"discounts" => "Remises",
"discounts_summary_report" => "Rapport sommaire des remises",
"earned" => "Points gagnés",
"employee" => "Employé",
"employees" => "Employés",
"employees_summary_report" => "Rapport sommaire des employés",
"expenses" => "Dépenses",
"expenses_amount" => "Montant",
"expenses_categories" => "Dépenses",
"expenses_categories_summary_report" => "Rapport de synthèse des catégories de dépenses",
"expenses_category" => "Catégorie",
"expenses_payment_amount" => "",
"expenses_tax_amount" => "Taxe",
"expenses_total_amount" => "Montant total",
"expenses_total_tax_amount" => "Taxe total",
"graphical_reports" => "Rapports graphiques",
"inventory" => "Inventaire",
"inventory_low" => "Niveau d'inventaire bas",
"inventory_low_report" => "Rapport de niveau d'inventaire bas",
"inventory_reports" => "Rapports d'inventaire",
"inventory_summary" => "Résumé d'inventaire",
"inventory_summary_report" => "Rapport Résumé d'inventaire",
"item" => "Article",
"item_count" => "Nombre d'éléments de filtre",
"item_name" => "Nom de l'article",
"item_number" => "Numéro de l'article",
"items" => "Articles",
"items_purchased" => "Éléments Achetés",
"items_received" => "Éléments Arrivés",
"items_summary_report" => "Rapport Résumé articles",
"jurisdiction" => "Juridiction",
"low_inventory" => "",
"low_inventory_report" => "",
"low_sell_quantity" => "Quantité de vente faible",
"more_than_zero" => "Plus de zéro",
"name" => "Nom",
"no_reports_to_display" => "Aucun articles à afficher.",
"payment_type" => "Type de paiement",
"payments" => "Paiements",
"payments_summary_report" => "Rapport Résumé des paiements",
"profit" => "Bénéfice",
"quantity" => "Quantité",
"quantity_purchased" => "Quantité Achetée",
"quotes" => "Citations",
"received_by" => "Reçu par",
"receiving_id" => "Réception ID",
"receiving_type" => "Type de réception",
"receivings" => "Réceptions",
"reorder_level" => "Niveau de réapprovisionnement",
"report" => "Rapport",
"report_input" => "Rapport Entrées",
"reports" => "Rapports",
"requisition" => "",
"requisition_by" => "",
"requisition_id" => "",
"requisition_item" => "",
"requisition_item_quantity" => "",
"requisition_related_item" => "",
"requisition_related_item_total_quantity" => "",
"requisition_related_item_unit_quantity" => "",
"requisitions" => "Demandes",
"returns" => "Reprises",
"revenue" => "Revenu",
"sale_id" => "ID Vente",
"sale_type" => "Type Vente",
"sales" => "Ventes",
"sales_amount" => "Somme de ventes",
"sales_summary_report" => "Rapport Résumé des Ventes",
"sales_taxes" => "Taxes de vente",
"sales_taxes_summary_report" => "Rapport sommaire des taxes de vente",
"serial_number" => "Numéro de série",
"service_charge" => "",
"sold_by" => "Vendu par",
"sold_items" => "",
"sold_to" => "Vendu à",
"stock_location" => "Emplacement du stock",
"sub_total_value" => "Sous-Total",
"subtotal" => "Sous-total",
"summary_reports" => "Rapports sommaires",
"supplied_by" => "Fournit par",
"supplier" => "Fournisseur",
"suppliers" => "Fournisseurs",
"suppliers_summary_report" => "Rapport Résumé Fournisseurs",
"tax" => "Taxe",
"tax_category" => "Catégorie fiscale",
"tax_name" => "Nom de la taxe",
"tax_percent" => "Pourcentage d'imposition",
"tax_rate" => "Taux de taxe",
"taxes" => "Taxe(s)",
"taxes_summary_report" => "Rapport Résumé Taxes",
"total" => "Total",
"total_inventory_value" => "Valeur total de l'inventaire",
"total_low_sell_quantity" => "Quantité totale de faible vente",
"total_quantity" => "Quantité totale",
"total_retail" => "Total Inv. La valeur au détail",
"trans_amount" => "Montant de la transaction",
"trans_due" => "",
"trans_group" => "Groupe de transaction",
"trans_nopay_sales" => "Ventes sans paiement",
"trans_payments" => "Paiements",
"trans_refunded" => "Remboursé",
"trans_sales" => "Ventes",
"trans_type" => "Type de transaction",
"type" => "Genre",
"unit_price" => "Prix en Détail",
"used" => "Points utilisés",
"work_orders" => "Ordre Du Travail",
"zero_and_less" => "Zéro ou moin",
];

View File

@@ -3,7 +3,7 @@ return [
"all" => "הכול",
"columns" => "עמודות",
"hide_show_pagination" => "הסתר / הצג מספור דפים",
"loading" => "",
"loading" => "טוען, אנא המתן ...",
"page_from_to" => "מציג {0} ל {1} מתוך {2} שורות",
"refresh" => "רענן",
"rows_per_page" => "{0} שורות לדף",

View File

@@ -9,7 +9,6 @@ return [
"logout" => "",
"migration_needed" => "",
"password" => "סיסמה",
"required_username" => "",
"username" => "שם משתמש",
"welcome" => "",
];

View File

@@ -3,7 +3,7 @@ return [
"all" => "Sve",
"columns" => "Kolone",
"hide_show_pagination" => "Prikaži/sakrij stranice",
"loading" => "",
"loading" => "Molimo pričekajte ...",
"page_from_to" => "Prikazujem {0}. - {1} od ukupnog broja zapisa {2}",
"refresh" => "Osvježi",
"rows_per_page" => "{0} broj zapisa po stranici",

View File

@@ -9,7 +9,6 @@ return [
"logout" => "",
"migration_needed" => "",
"password" => "Lozinka",
"required_username" => "",
"username" => "Korisničko ime",
"welcome" => "",
];

View File

@@ -3,7 +3,7 @@ return [
"all" => "Mind",
"columns" => "Oszlopok",
"hide_show_pagination" => "Lapozó elrejtése/megjelenítése",
"loading" => "",
"loading" => "Betöltés, kérem várjon...",
"page_from_to" => "Megjelenítve {0} {1} / {2} összesen",
"refresh" => "Frissítés",
"rows_per_page" => "{0} rekord per oldal",

View File

@@ -9,7 +9,6 @@ return [
"logout" => "",
"migration_needed" => "",
"password" => "Jelszó",
"required_username" => "",
"username" => "Felhasználó név",
"welcome" => "",
];

View File

@@ -9,7 +9,6 @@ return [
"logout" => "",
"migration_needed" => "",
"password" => "",
"required_username" => "",
"username" => "",
"welcome" => "",
];

View File

@@ -3,7 +3,7 @@ return [
"all" => "semua",
"columns" => "Kolom",
"hide_show_pagination" => "Sembunyikan/Tampilkan paginasi",
"loading" => "",
"loading" => "Memuat, tunggu ...",
"page_from_to" => "Menampilkan {0} sampai {1} dari {2} baris",
"refresh" => "Segarkan",
"rows_per_page" => "{0} baris per halaman",

View File

@@ -9,7 +9,6 @@ return [
"logout" => "Keluar",
"migration_needed" => "Migrasi basis data untuk {0} akan mulai setelah masuk.",
"password" => "Kata kunci",
"required_username" => "",
"username" => "Nama Anda",
"welcome" => "Selamat Datang di {0}!",
];

View File

@@ -3,7 +3,7 @@ return [
"all" => "Tutte",
"columns" => "Colonne",
"hide_show_pagination" => "Nascondi/mostra paginazione",
"loading" => "",
"loading" => "Caricamento, attendere prego...",
"page_from_to" => "Mostro {0} a {1} di {2} righe",
"refresh" => "Ricarica",
"rows_per_page" => "{0} righe per pagina",

View File

@@ -9,7 +9,6 @@ return [
"logout" => "Uscita",
"migration_needed" => "Dopo l'accesso verrà avviata una migrazione del database a {0}.",
"password" => "Password",
"required_username" => "",
"username" => "Username",
"welcome" => "Benvenuto in {0}!",
];

View File

@@ -3,7 +3,7 @@ return [
"all" => "ទាំងអស់",
"columns" => "ជួរឈរ",
"hide_show_pagination" => "លាក់/បង្ហាញ ទំព័រ",
"loading" => "",
"loading" => "កំពុងរៀបចំ, សូមរងចាំ...",
"page_from_to" => "បង្ហាញពី {0} ដល់​ {1} នៃ​ {2} ជួរដេក",
"refresh" => "ធ្វើអោយថ្មី",
"rows_per_page" => "{0} ជួរដេក ក្នុងមួយទំព័រ",

View File

@@ -9,7 +9,6 @@ return [
"logout" => "",
"migration_needed" => "",
"password" => "ពាក្យសំងាត់",
"required_username" => "",
"username" => "ឈ្មោះ",
"welcome" => "",
];

View File

@@ -3,7 +3,7 @@ return [
"all" => "ທັງໝົດ",
"columns" => "ຖັນ",
"hide_show_pagination" => "ເຊື່ອງ/ສະແດງເລກທີໜ້າເຈ້ຍ",
"loading" => "",
"loading" => "ກຳລັງໂຫຼດ, ກະລຸນາລໍຖ້າ...",
"page_from_to" => "ສະແດງ {0} ຫາ {1} ຂອງ {2} ແຖວ",
"refresh" => "Refresh",
"rows_per_page" => "{0} ແຖວຕໍ່ໜ້າ",

View File

@@ -9,7 +9,6 @@ return [
"logout" => "",
"migration_needed" => "",
"password" => "Password",
"required_username" => "",
"username" => "Username",
"welcome" => "",
];

View File

@@ -9,7 +9,6 @@ return [
"logout" => "",
"migration_needed" => "",
"password" => "",
"required_username" => "",
"username" => "",
"welcome" => "",
];

View File

@@ -9,7 +9,6 @@ return [
"logout" => "",
"migration_needed" => "",
"password" => "",
"required_username" => "",
"username" => "",
"welcome" => "",
];

View File

@@ -3,7 +3,7 @@ return [
"all" => "alle",
"columns" => "Kolommen",
"hide_show_pagination" => "Toon %s record(s)",
"loading" => "",
"loading" => "Laden, even geduld...",
"page_from_to" => "Toon {0} tot {1} van {2} record(s)",
"refresh" => "Vernieuwen",
"rows_per_page" => "{0} records per pagina",

View File

@@ -9,7 +9,6 @@ return [
"logout" => "Log-uit",
"migration_needed" => "Een database migratie naar {0} zal starten na het inloggen.",
"password" => "Paswoord",
"required_username" => "",
"username" => "Gebruiker",
"welcome" => "Welkom op {0}!",
];

View File

@@ -3,7 +3,7 @@ return [
"all" => "alles",
"columns" => "Kolommen",
"hide_show_pagination" => "Verbergen/weergeven paginering",
"loading" => "",
"loading" => "Laden, een ogenblik geduld...",
"page_from_to" => "{0} tot {1} van {2} rijen weergegeven",
"refresh" => "Vernieuwen",
"rows_per_page" => "{0} rijen per pagina",

View File

@@ -1,54 +1,56 @@
<?php
$lang["customers_account_number"] = "Account #";
$lang["customers_account_number_duplicate"] = "Accountnummer is al aanwezig in de database.";
$lang["customers_available_points"] = "Beschikbare punten";
$lang["customers_available_points_value"] = "";
$lang["customers_average"] = "Gemiddelde uitgave";
$lang["customers_avg_discount"] = "Gemiddelde korting";
$lang["customers_basic_information"] = "Informatie";
$lang["customers_cannot_be_deleted"] = "Kan geselecteerde klanten niet verwijderen. Eén of meerdere van de geselecteerde klantgegevens bevatten verkopen.";
$lang["customers_company_name"] = "Bedrijf";
$lang["customers_confirm_delete"] = "Weet u zeker dat u de geselecteerde klant(en) wilt verwijderen?";
$lang["customers_confirm_restore"] = "Weet u zeker dat u de geselecteerde klant(en) wilt herstellen?";
$lang["customers_consent"] = "Toestemming registratie";
$lang["customers_consent_required"] = "Toestemming registratie is een vereist veld.";
$lang["customers_csv_import_failed"] = "CSV importeren mislukt";
$lang["customers_csv_import_nodata_wrongformat"] = "Het geüploade bestand bevat geen gegevens or heeft de verkeerde indeling.";
$lang["customers_csv_import_partially_failed"] = "Klanten importeren is gelukt, met enkele fouten:";
$lang["customers_csv_import_success"] = "Klanten geïmporteerd.";
$lang["customers_customer"] = "Klant";
$lang["customers_date"] = "Datum";
$lang["customers_discount"] = "Korting";
$lang["customers_discount_fixed"] = "Vaste korting";
$lang["customers_discount_percent"] = "Kortingspercentage";
$lang["customers_discount_type"] = "Kortingssoort";
$lang["customers_email_duplicate"] = "E-mailadres is al aanwezig in de database.";
$lang["customers_employee"] = "Werknemer";
$lang["customers_error_adding_updating"] = "Klant toevoegen of bijwerken mislukt.";
$lang["customers_import_items_csv"] = "Klanten importeren vanuit CSV";
$lang["customers_mailchimp_activity_click"] = "E-mail klik";
$lang["customers_mailchimp_activity_lastopen"] = "Laatste geopende e-mail";
$lang["customers_mailchimp_activity_open"] = "E-mail open";
$lang["customers_mailchimp_activity_total"] = "E-mail verstuurd";
$lang["customers_mailchimp_activity_unopen"] = "E-mail ongeopend";
$lang["customers_mailchimp_email_client"] = "E-mailclient";
$lang["customers_mailchimp_info"] = "MailChimp";
$lang["customers_mailchimp_member_rating"] = "Beoordeling";
$lang["customers_mailchimp_status"] = "Status";
$lang["customers_mailchimp_vip"] = "VIP";
$lang["customers_max"] = "Max. uitgave";
$lang["customers_min"] = "Min. uitgave";
$lang["customers_new"] = "Nieuwe klant";
$lang["customers_none_selected"] = "Geen klant(en) geselecteerd om te verwijderen.";
$lang["customers_one_or_multiple"] = "klant(en)";
$lang["customers_quantity"] = "Hoeveelheid";
$lang["customers_stats_info"] = "Statistieken";
$lang["customers_successful_adding"] = "Klant toegevoegd";
$lang["customers_successful_deleted"] = "U heeft verwijderd";
$lang["customers_successful_updating"] = "Klant bijgewerkt";
$lang["customers_tax_code"] = "Belastingcode";
$lang["customers_tax_id"] = "Belasting ID";
$lang["customers_taxable"] = "Belastbaar";
$lang["customers_total"] = "Totale uitgave";
$lang["customers_update"] = "Klant bijwerken";
$lang["rewards_package"] = "Beloningspakket";
return [
"account_number" => "Account #",
"account_number_duplicate" => "Accountnummer is al aanwezig in de database.",
"available_points" => "Beschikbare punten",
"available_points_value" => "",
"average" => "Gemiddelde uitgave",
"avg_discount" => "Gemiddelde korting",
"basic_information" => "Informatie",
"cannot_be_deleted" => "Kan geselecteerde klanten niet verwijderen. Eén of meerdere van de geselecteerde klantgegevens bevatten verkopen.",
"company_name" => "Bedrijf",
"confirm_delete" => "Weet u zeker dat u de geselecteerde klant(en) wilt verwijderen?",
"confirm_restore" => "Weet u zeker dat u de geselecteerde klant(en) wilt herstellen?",
"consent" => "Toestemming registratie",
"consent_required" => "Toestemming registratie is een vereist veld.",
"csv_import_failed" => "CSV importeren mislukt",
"csv_import_nodata_wrongformat" => "Het geüploade bestand bevat geen gegevens or heeft de verkeerde indeling.",
"csv_import_partially_failed" => "Klanten importeren is gelukt, met enkele fouten:",
"csv_import_success" => "Klanten geïmporteerd.",
"customer" => "Klant",
"date" => "Datum",
"discount" => "Korting",
"discount_fixed" => "Vaste korting",
"discount_percent" => "Kortingspercentage",
"discount_type" => "Kortingssoort",
"email_duplicate" => "E-mailadres is al aanwezig in de database.",
"employee" => "Werknemer",
"error_adding_updating" => "Klant toevoegen of bijwerken mislukt.",
"import_items_csv" => "Klanten importeren vanuit CSV",
"mailchimp_activity_click" => "E-mail klik",
"mailchimp_activity_lastopen" => "Laatste geopende e-mail",
"mailchimp_activity_open" => "E-mail open",
"mailchimp_activity_total" => "E-mail verstuurd",
"mailchimp_activity_unopen" => "E-mail ongeopend",
"mailchimp_email_client" => "E-mailclient",
"mailchimp_info" => "MailChimp",
"mailchimp_member_rating" => "Beoordeling",
"mailchimp_status" => "Status",
"mailchimp_vip" => "VIP",
"max" => "Max. uitgave",
"min" => "Min. uitgave",
"new" => "Nieuwe klant",
"none_selected" => "Geen klant(en) geselecteerd om te verwijderen.",
"one_or_multiple" => "klant(en)",
"quantity" => "Hoeveelheid",
"stats_info" => "Statistieken",
"successful_adding" => "Klant toegevoegd",
"successful_deleted" => "U heeft verwijderd",
"successful_updating" => "Klant bijgewerkt",
"tax_code" => "Belastingcode",
"tax_id" => "Belasting ID",
"taxable" => "Belastbaar",
"total" => "Totale uitgave",
"update" => "Klant bijwerken",
"rewards_package" => "Beloningspakket",
];

View File

@@ -9,7 +9,6 @@ return [
"logout" => "Afmelden",
"migration_needed" => "Een databasemigratie naar {0} zal starten na aanmelding.",
"password" => "Wachtwoord",
"required_username" => "Het gebruikersnaam veld is verplicht.",
"username" => "Gebruikersnaam",
"welcome" => "Welkom bij {0}!",
];

View File

@@ -1,222 +1,224 @@
<?php
$lang["customers_available_points"] = "Beschikbare punten";
$lang["rewards_package"] = "Beloningen";
$lang["rewards_remaining_balance"] = "Resterende beloningspunten waarde is ";
$lang["sales_account_number"] = "Account #";
$lang["sales_add_payment"] = "Betaling toevoegen";
$lang["sales_amount_due"] = "Te betalen bedrag";
$lang["sales_amount_tendered"] = "Betaald bedrag";
$lang["sales_authorized_signature"] = "Geautoriseerde handtekening";
$lang["sales_cancel_sale"] = "Annuleren";
$lang["sales_cash"] = "Contant";
$lang["sales_cash_1"] = "";
$lang["sales_cash_2"] = "";
$lang["sales_cash_3"] = "";
$lang["sales_cash_4"] = "";
$lang["sales_cash_adjustment"] = "Contant correctie";
$lang["sales_cash_deposit"] = "Contact storting";
$lang["sales_cash_filter"] = "Contant";
$lang["sales_change_due"] = "Wisselgeld tegoed";
$lang["sales_change_price"] = "Verkoopprijs wijzigen";
$lang["sales_check"] = "Cheque";
$lang["sales_check_balance"] = "Cheque restant";
$lang["sales_check_filter"] = "Cheque";
$lang["sales_close"] = "";
$lang["sales_comment"] = "Opmerking";
$lang["sales_comments"] = "Opmerkingen";
$lang["sales_company_name"] = "";
$lang["sales_complete"] = "";
$lang["sales_complete_sale"] = "Voltooien";
$lang["sales_confirm_cancel_sale"] = "Weet u zeker dat u deze verkoop wilt wissen? Alle artikelen worden gewist.";
$lang["sales_confirm_delete"] = "Weet u zeker dat u de geselecteerde verko(o)p(en) wilt verwijderen?";
$lang["sales_confirm_restore"] = "Weet u zeker dat u de geselecteerde verko(o)p(en) wilt herstellen?";
$lang["sales_credit"] = "Creditcard";
$lang["sales_credit_deposit"] = "Krediet storting";
$lang["sales_credit_filter"] = "Creditcard";
$lang["sales_current_table"] = "";
$lang["sales_customer"] = "Klant";
$lang["sales_customer_address"] = "Adres";
$lang["sales_customer_discount"] = "Korting";
$lang["sales_customer_email"] = "E-mail";
$lang["sales_customer_location"] = "Locatie";
$lang["sales_customer_mailchimp_status"] = "MailChimp Status";
$lang["sales_customer_optional"] = "(Vereist voor te betalen betalingen)";
$lang["sales_customer_required"] = "(Vereist)";
$lang["sales_customer_total"] = "Totaal";
$lang["sales_customer_total_spent"] = "";
$lang["sales_daily_sales"] = "";
$lang["sales_date"] = "Verkoopdatum";
$lang["sales_date_range"] = "Datumbereik";
$lang["sales_date_required"] = "Een juiste datum moet ingevuld worden.";
$lang["sales_date_type"] = "Datum is een vereist veld.";
$lang["sales_debit"] = "Betaalpas";
$lang["sales_debit_filter"] = "";
$lang["sales_delete"] = "Verwijderen toestaan";
$lang["sales_delete_confirmation"] = "Weet u zeker dat u deze verkoop wilt verwijderen? Deze actie kan niet ongedaan worden gemaakt.";
$lang["sales_delete_entire_sale"] = "Volledige verkoop verwijderen";
$lang["sales_delete_successful"] = "Verkoop verwijderd.";
$lang["sales_delete_unsuccessful"] = "Verkoop verwijderen mislukt.";
$lang["sales_description_abbrv"] = "Beschr.";
$lang["sales_discard"] = "Negeren";
$lang["sales_discard_quote"] = "";
$lang["sales_discount"] = "Krtng";
$lang["sales_discount_included"] = "% korting";
$lang["sales_discount_short"] = "%";
$lang["sales_due"] = "Te betalen";
$lang["sales_due_filter"] = "Te betalen";
$lang["sales_edit"] = "Bewerken";
$lang["sales_edit_item"] = "Artikel bewerken";
$lang["sales_edit_sale"] = "Verkoop bewerken";
$lang["sales_email_receipt"] = "E-mail kassabon";
$lang["sales_employee"] = "Werknemer";
$lang["sales_entry"] = "Vermelding";
$lang["sales_error_editing_item"] = "Fout bij artikel bewerken";
$lang["sales_find_or_scan_item"] = "Artikel zoeken of scannen";
$lang["sales_find_or_scan_item_or_receipt"] = "Artikel of kassabon vinden of scannen";
$lang["sales_giftcard"] = "Cadeaubon";
$lang["sales_giftcard_balance"] = "Cadeaubon saldo";
$lang["sales_giftcard_filter"] = "";
$lang["sales_giftcard_number"] = "Cadeaubonnummer";
$lang["sales_group_by_category"] = "Groeperen op categorie";
$lang["sales_group_by_type"] = "Groeperen op soort";
$lang["sales_hsn"] = "HSN";
$lang["sales_id"] = "Verkoop ID";
$lang["sales_include_prices"] = "Prijzen opnemen?";
$lang["sales_invoice"] = "Factuur";
$lang["sales_invoice_confirm"] = "Deze factuur zal verzonden worden naar";
$lang["sales_invoice_enable"] = "Factuurnummer";
$lang["sales_invoice_filter"] = "Facturen";
$lang["sales_invoice_no_email"] = "Deze klant bevat geen geldig e-mailadres.";
$lang["sales_invoice_number"] = "Factuur #";
$lang["sales_invoice_number_duplicate"] = "Factuurnummer %1 moet uniek zijn.";
$lang["sales_invoice_sent"] = "Factuur verzonden naar";
$lang["sales_invoice_total"] = "Factuurtotaal";
$lang["sales_invoice_type_custom_invoice"] = "Aangepaste factuur (custom_invoice.php)";
$lang["sales_invoice_type_custom_tax_invoice"] = "Aangepaste belastingfactuur (custom_tax_invoice.php)";
$lang["sales_invoice_type_invoice"] = "Factuur (invoice.php)";
$lang["sales_invoice_type_tax_invoice"] = "Belastingfactuur (tax_invoice.php)";
$lang["sales_invoice_unsent"] = "Fout bij verzenden van factuur naar";
$lang["sales_invoice_update"] = "Opnieuw tellen";
$lang["sales_item_insufficient_of_stock"] = "Artikel heeft onvoldoende voorraad.";
$lang["sales_item_name"] = "Artikelnaam";
$lang["sales_item_number"] = "Artikel #";
$lang["sales_item_out_of_stock"] = "Artikel is niet voorradig.";
$lang["sales_key_browser"] = "Handige snelkoppelingen";
$lang["sales_key_cancel"] = "Cancels Current Quote/Invoice/Sale";
$lang["sales_key_customer_search"] = "Customer Search";
$lang["sales_key_finish_quote"] = "Voltooi Offerte/Factuur zonder betaling";
$lang["sales_key_finish_sale"] = "Add Payment and Complete Invoice/Sale";
$lang["sales_key_full"] = "Openen in volledig scherm";
$lang["sales_key_function"] = "Function";
$lang["sales_key_help"] = "Shortcuts";
$lang["sales_key_help_modal"] = "Open Shortcuts Window";
$lang["sales_key_in"] = "Inzoomen";
$lang["sales_key_item_search"] = "Item Search";
$lang["sales_key_out"] = "Uitzoomen";
$lang["sales_key_payment"] = "Add Payment";
$lang["sales_key_print"] = "Huidige pagina afdrukken";
$lang["sales_key_restore"] = "Originele weergave/grootte herstellen";
$lang["sales_key_search"] = "";
$lang["sales_key_suspend"] = "Suspend Current Sale";
$lang["sales_key_suspended"] = "Show Suspended Sales";
$lang["sales_key_system"] = "";
$lang["sales_key_tendered"] = "Edit Amount Tendered";
$lang["sales_key_title"] = "Sales Keyboard Shortcuts";
$lang["sales_mc"] = "";
$lang["sales_mode"] = "Registratie modus";
$lang["sales_must_enter_numeric"] = "Betaald bedrag moet een getal zijn.";
$lang["sales_must_enter_numeric_giftcard"] = "Cadeaubonnummer moet een getal zijn.";
$lang["sales_new_customer"] = "Nieuwe klant";
$lang["sales_new_item"] = "Nieuw artikel";
$lang["sales_no_description"] = "Geen beschrijving";
$lang["sales_no_filter"] = "Alles";
$lang["sales_no_items_in_cart"] = "Geen artikelen in de winkelwagen.";
$lang["sales_no_sales_to_display"] = "Geen verkopen om te weergeven.";
$lang["sales_none_selected"] = "Geen verko(o)p(en) geselecteerd om te verwijderen.";
$lang["sales_nontaxed_ind"] = " ";
$lang["sales_not_authorized"] = "Deze actie is niet geautoriseerd.";
$lang["sales_one_or_multiple"] = "Verko(o)p(en)";
$lang["sales_payment"] = "Betalingssoort";
$lang["sales_payment_amount"] = "Bedrag";
$lang["sales_payment_not_cover_total"] = "Betaalde bedrag moet groter of gelijk zijn aan totaal.";
$lang["sales_payment_type"] = "Soort";
$lang["sales_payments"] = "";
$lang["sales_payments_total"] = "Betalingstotaal";
$lang["sales_price"] = "Prijs";
$lang["sales_print_after_sale"] = "Afdrukken na verkoop";
$lang["sales_quantity"] = "Hoeveelheid";
$lang["sales_quantity_less_than_reorder_level"] = "Waarschuwing: gewenste hoeveelheid is lager dan het opnieuw bestellen niveau voor dit artikel.";
$lang["sales_quantity_less_than_zero"] = "Waarschuwing: gewenste hoeveelheid is onvoldoende. De verkoop kan nog steeds verwerkt worden, maar controleer de voorraad.";
$lang["sales_quantity_of_items"] = "Hoeveelheid van %1 artikelen";
$lang["sales_quote"] = "Offerte";
$lang["sales_quote_number"] = "Offertenummer";
$lang["sales_quote_number_duplicate"] = "Offertenummer moet uniek zijn.";
$lang["sales_quote_sent"] = "Offerte verzonden naar";
$lang["sales_quote_unsent"] = "Offerte niet verzonden naar";
$lang["sales_receipt"] = "Kassabon";
$lang["sales_receipt_no_email"] = "Deze klant bevat geen geldig e-mailadres.";
$lang["sales_receipt_number"] = "Verkoop #";
$lang["sales_receipt_sent"] = "Kassabon verzonden naar";
$lang["sales_receipt_unsent"] = "Kassabon niet verzonden naar";
$lang["sales_refund"] = "Terugbetaling soort";
$lang["sales_register"] = "Verkoopregister";
$lang["sales_remove_customer"] = "Klant verwijderen";
$lang["sales_remove_discount"] = "";
$lang["sales_return"] = "Retourneren";
$lang["sales_rewards"] = "Beloningspunten";
$lang["sales_rewards_balance"] = "Beloningspunten balans";
$lang["sales_sale"] = "Verkoop";
$lang["sales_sale_by_invoice"] = "Verkopen op factuur";
$lang["sales_sale_for_customer"] = "Klant:";
$lang["sales_sale_time"] = "Tijd";
$lang["sales_sales_tax"] = "BTW";
$lang["sales_sales_total"] = "";
$lang["sales_select_customer"] = "Klant selecteren";
$lang["sales_send_invoice"] = "Factuur verzenden";
$lang["sales_send_quote"] = "Offerte verzenden";
$lang["sales_send_receipt"] = "Kassabon verzenden";
$lang["sales_send_work_order"] = "Werkorder verzenden";
$lang["sales_serial"] = "Serieel";
$lang["sales_service_charge"] = "";
$lang["sales_show_due"] = "";
$lang["sales_show_invoice"] = "Factuur weergeven";
$lang["sales_show_receipt"] = "Kassabon weergeven";
$lang["sales_start_typing_customer_name"] = "Begin met typen klantgegevens...";
$lang["sales_start_typing_item_name"] = "Begin met typen artikelnaam of scan streepjescode...";
$lang["sales_stock"] = "Voorraad";
$lang["sales_stock_location"] = "Voorraadlocatie";
$lang["sales_sub_total"] = "Subtotaal";
$lang["sales_successfully_deleted"] = "U heeft verwijderd";
$lang["sales_successfully_restored"] = "U heeft hersteld";
$lang["sales_successfully_suspended_sale"] = "Verkoop gesluimerd.";
$lang["sales_successfully_updated"] = "Verkoop bijgewerkt.";
$lang["sales_suspend_sale"] = "Sluimeren";
$lang["sales_suspended_doc_id"] = "Document";
$lang["sales_suspended_sale_id"] = "ID";
$lang["sales_suspended_sales"] = "Gesluimerd";
$lang["sales_table"] = "Tafel";
$lang["sales_takings"] = "Dagelijkse verkopen";
$lang["sales_tax"] = "Belasting";
$lang["sales_tax_id"] = "Belasting ID";
$lang["sales_tax_invoice"] = "Belastingfactuur";
$lang["sales_tax_percent"] = "Belasting %";
$lang["sales_taxed_ind"] = "B";
$lang["sales_total"] = "Totaal";
$lang["sales_total_tax_exclusive"] = "Belasting uitsluiten";
$lang["sales_transaction_failed"] = "Verkooptransactie mislukt.";
$lang["sales_unable_to_add_item"] = "Artikel toevoegen aan verkoop mislukt";
$lang["sales_unsuccessfully_deleted"] = "Verko(o)p(en) verwijderen mislukt.";
$lang["sales_unsuccessfully_restored"] = "Verko(o)p(en) herstellen mislukt.";
$lang["sales_unsuccessfully_suspended_sale"] = "Verkoop sluimeren mislukt.";
$lang["sales_unsuccessfully_updated"] = "Verkoop bijwerken mislukt.";
$lang["sales_unsuspend"] = "Ontsluimeren";
$lang["sales_unsuspend_and_delete"] = "Actie";
$lang["sales_update"] = "Bijwerken";
$lang["sales_upi"] = "UPI";
$lang["sales_visa"] = "";
$lang["sales_wholesale"] = "";
$lang["sales_work_order"] = "Werkorder";
$lang["sales_work_order_number"] = "Werkordernummer";
$lang["sales_work_order_number_duplicate"] = "Werkordernummer moet uniek zijn.";
$lang["sales_work_order_sent"] = "Werkorder verzonden naar";
$lang["sales_work_order_unsent"] = "Werkorder niet verzonden naar";
return [
"customers_available_points" => "Beschikbare punten",
"rewards_package" => "Beloningen",
"rewards_remaining_balance" => "Resterende beloningspunten waarde is ",
"account_number" => "Account #",
"add_payment" => "Betaling toevoegen",
"amount_due" => "Te betalen bedrag",
"amount_tendered" => "Betaald bedrag",
"authorized_signature" => "Geautoriseerde handtekening",
"cancel_sale" => "Annuleren",
"cash" => "Contant",
"cash_1" => "",
"cash_2" => "",
"cash_3" => "",
"cash_4" => "",
"cash_adjustment" => "Contant correctie",
"cash_deposit" => "Contact storting",
"cash_filter" => "Contant",
"change_due" => "Wisselgeld tegoed",
"change_price" => "Verkoopprijs wijzigen",
"check" => "Cheque",
"check_balance" => "Cheque restant",
"check_filter" => "Cheque",
"close" => "",
"comment" => "Opmerking",
"comments" => "Opmerkingen",
"company_name" => "",
"complete" => "",
"complete_sale" => "Voltooien",
"confirm_cancel_sale" => "Weet u zeker dat u deze verkoop wilt wissen? Alle artikelen worden gewist.",
"confirm_delete" => "Weet u zeker dat u de geselecteerde verko(o)p(en) wilt verwijderen?",
"confirm_restore" => "Weet u zeker dat u de geselecteerde verko(o)p(en) wilt herstellen?",
"credit" => "Creditcard",
"credit_deposit" => "Krediet storting",
"credit_filter" => "Creditcard",
"current_table" => "",
"customer" => "Klant",
"customer_address" => "Adres",
"customer_discount" => "Korting",
"customer_email" => "E-mail",
"customer_location" => "Locatie",
"customer_mailchimp_status" => "MailChimp Status",
"customer_optional" => "(Vereist voor te betalen betalingen)",
"customer_required" => "(Vereist)",
"customer_total" => "Totaal",
"customer_total_spent" => "",
"daily_sales" => "",
"date" => "Verkoopdatum",
"date_range" => "Datumbereik",
"date_required" => "Een juiste datum moet ingevuld worden.",
"date_type" => "Datum is een vereist veld.",
"debit" => "Betaalpas",
"debit_filter" => "",
"delete" => "Verwijderen toestaan",
"delete_confirmation" => "Weet u zeker dat u deze verkoop wilt verwijderen? Deze actie kan niet ongedaan worden gemaakt.",
"delete_entire_sale" => "Volledige verkoop verwijderen",
"delete_successful" => "Verkoop verwijderd.",
"delete_unsuccessful" => "Verkoop verwijderen mislukt.",
"description_abbrv" => "Beschr.",
"discard" => "Negeren",
"discard_quote" => "",
"discount" => "Krtng",
"discount_included" => "% korting",
"discount_short" => "%",
"due" => "Te betalen",
"due_filter" => "Te betalen",
"edit" => "Bewerken",
"edit_item" => "Artikel bewerken",
"edit_sale" => "Verkoop bewerken",
"email_receipt" => "E-mail kassabon",
"employee" => "Werknemer",
"entry" => "Vermelding",
"error_editing_item" => "Fout bij artikel bewerken",
"find_or_scan_item" => "Artikel zoeken of scannen",
"find_or_scan_item_or_receipt" => "Artikel of kassabon vinden of scannen",
"giftcard" => "Cadeaubon",
"giftcard_balance" => "Cadeaubon saldo",
"giftcard_filter" => "",
"giftcard_number" => "Cadeaubonnummer",
"group_by_category" => "Groeperen op categorie",
"group_by_type" => "Groeperen op soort",
"hsn" => "HSN",
"id" => "Verkoop ID",
"include_prices" => "Prijzen opnemen?",
"invoice" => "Factuur",
"invoice_confirm" => "Deze factuur zal verzonden worden naar",
"invoice_enable" => "Factuurnummer",
"invoice_filter" => "Facturen",
"invoice_no_email" => "Deze klant bevat geen geldig e-mailadres.",
"invoice_number" => "Factuur #",
"invoice_number_duplicate" => "Factuurnummer {0} moet uniek zijn.",
"invoice_sent" => "Factuur verzonden naar",
"invoice_total" => "Factuurtotaal",
"invoice_type_custom_invoice" => "Aangepaste factuur (custom_invoice.php)",
"invoice_type_custom_tax_invoice" => "Aangepaste belastingfactuur (custom_tax_invoice.php)",
"invoice_type_invoice" => "Factuur (invoice.php)",
"invoice_type_tax_invoice" => "Belastingfactuur (tax_invoice.php)",
"invoice_unsent" => "Fout bij verzenden van factuur naar",
"invoice_update" => "Opnieuw tellen",
"item_insufficient_of_stock" => "Artikel heeft onvoldoende voorraad.",
"item_name" => "Artikelnaam",
"item_number" => "Artikel #",
"item_out_of_stock" => "Artikel is niet voorradig.",
"key_browser" => "Handige snelkoppelingen",
"key_cancel" => "Cancels Current Quote/Invoice/Sale",
"key_customer_search" => "Customer Search",
"key_finish_quote" => "Voltooi Offerte/Factuur zonder betaling",
"key_finish_sale" => "Add Payment and Complete Invoice/Sale",
"key_full" => "Openen in volledig scherm",
"key_function" => "Function",
"key_help" => "Shortcuts",
"key_help_modal" => "Open Shortcuts Window",
"key_in" => "Inzoomen",
"key_item_search" => "Item Search",
"key_out" => "Uitzoomen",
"key_payment" => "Add Payment",
"key_print" => "Huidige pagina afdrukken",
"key_restore" => "Originele weergave/grootte herstellen",
"key_search" => "",
"key_suspend" => "Suspend Current Sale",
"key_suspended" => "Show Suspended Sales",
"key_system" => "",
"key_tendered" => "Edit Amount Tendered",
"key_title" => "Sales Keyboard Shortcuts",
"mc" => "",
"mode" => "Registratie modus",
"must_enter_numeric" => "Betaald bedrag moet een getal zijn.",
"must_enter_numeric_giftcard" => "Cadeaubonnummer moet een getal zijn.",
"new_customer" => "Nieuwe klant",
"new_item" => "Nieuw artikel",
"no_description" => "Geen beschrijving",
"no_filter" => "Alles",
"no_items_in_cart" => "Geen artikelen in de winkelwagen.",
"no_sales_to_display" => "Geen verkopen om te weergeven.",
"none_selected" => "Geen verko(o)p(en) geselecteerd om te verwijderen.",
"nontaxed_ind" => " ",
"not_authorized" => "Deze actie is niet geautoriseerd.",
"one_or_multiple" => "Verko(o)p(en)",
"payment" => "Betalingssoort",
"payment_amount" => "Bedrag",
"payment_not_cover_total" => "Betaalde bedrag moet groter of gelijk zijn aan totaal.",
"payment_type" => "Soort",
"payments" => "",
"payments_total" => "Betalingstotaal",
"price" => "Prijs",
"print_after_sale" => "Afdrukken na verkoop",
"quantity" => "Hoeveelheid",
"quantity_less_than_reorder_level" => "Waarschuwing: gewenste hoeveelheid is lager dan het opnieuw bestellen niveau voor dit artikel.",
"quantity_less_than_zero" => "Waarschuwing: gewenste hoeveelheid is onvoldoende. De verkoop kan nog steeds verwerkt worden, maar controleer de voorraad.",
"quantity_of_items" => "Hoeveelheid van {0} artikelen",
"quote" => "Offerte",
"quote_number" => "Offertenummer",
"quote_number_duplicate" => "Offertenummer moet uniek zijn.",
"quote_sent" => "Offerte verzonden naar",
"quote_unsent" => "Offerte niet verzonden naar",
"receipt" => "Kassabon",
"receipt_no_email" => "Deze klant bevat geen geldig e-mailadres.",
"receipt_number" => "Verkoop #",
"receipt_sent" => "Kassabon verzonden naar",
"receipt_unsent" => "Kassabon niet verzonden naar",
"refund" => "Terugbetaling soort",
"register" => "Verkoopregister",
"remove_customer" => "Klant verwijderen",
"remove_discount" => "",
"return" => "Retourneren",
"rewards" => "Beloningspunten",
"rewards_balance" => "Beloningspunten balans",
"sale" => "Verkoop",
"sale_by_invoice" => "Verkopen op factuur",
"sale_for_customer" => "Klant:",
"sale_time" => "Tijd",
"sales_tax" => "BTW",
"sales_total" => "",
"select_customer" => "Klant selecteren",
"send_invoice" => "Factuur verzenden",
"send_quote" => "Offerte verzenden",
"send_receipt" => "Kassabon verzenden",
"send_work_order" => "Werkorder verzenden",
"serial" => "Serieel",
"service_charge" => "",
"show_due" => "",
"show_invoice" => "Factuur weergeven",
"show_receipt" => "Kassabon weergeven",
"start_typing_customer_name" => "Begin met typen klantgegevens...",
"start_typing_item_name" => "Begin met typen artikelnaam of scan streepjescode...",
"stock" => "Voorraad",
"stock_location" => "Voorraadlocatie",
"sub_total" => "Subtotaal",
"successfully_deleted" => "U heeft verwijderd",
"successfully_restored" => "U heeft hersteld",
"successfully_suspended_sale" => "Verkoop gesluimerd.",
"successfully_updated" => "Verkoop bijgewerkt.",
"suspend_sale" => "Sluimeren",
"suspended_doc_id" => "Document",
"suspended_sale_id" => "ID",
"suspended_sales" => "Gesluimerd",
"table" => "Tafel",
"takings" => "Dagelijkse verkopen",
"tax" => "Belasting",
"tax_id" => "Belasting ID",
"tax_invoice" => "Belastingfactuur",
"tax_percent" => "Belasting %",
"taxed_ind" => "B",
"total" => "Totaal",
"total_tax_exclusive" => "Belasting uitsluiten",
"transaction_failed" => "Verkooptransactie mislukt.",
"unable_to_add_item" => "Artikel toevoegen aan verkoop mislukt",
"unsuccessfully_deleted" => "Verko(o)p(en) verwijderen mislukt.",
"unsuccessfully_restored" => "Verko(o)p(en) herstellen mislukt.",
"unsuccessfully_suspended_sale" => "Verkoop sluimeren mislukt.",
"unsuccessfully_updated" => "Verkoop bijwerken mislukt.",
"unsuspend" => "Ontsluimeren",
"unsuspend_and_delete" => "Actie",
"update" => "Bijwerken",
"upi" => "UPI",
"visa" => "",
"wholesale" => "",
"work_order" => "Werkorder",
"work_order_number" => "Werkordernummer",
"work_order_number_duplicate" => "Werkordernummer moet uniek zijn.",
"work_order_sent" => "Werkorder verzonden naar",
"work_order_unsent" => "Werkorder niet verzonden naar",
];

View File

@@ -1,80 +1,82 @@
<?php
$lang["taxes_add_exception"] = "Uitzondering toevoegen";
$lang["taxes_cascade"] = "Trapsgewijs";
$lang["taxes_cascade_sequence"] = "Trapsgewijze volgorde";
$lang["taxes_city"] = "Stad";
$lang["taxes_code"] = "Code";
$lang["taxes_confirm_delete"] = "Weet u zeker dat u deze belastingcode verwijderen? Deze actie kan niet ongedaan worden gemaakt";
$lang["taxes_confirm_restore"] = "Weet u zeker dat u de geselecteerde belastingcode(s) wilt herstellen?";
$lang["taxes_default_tax_category"] = "Standaard belastingcategorie";
$lang["taxes_default_tax_rate"] = "Standaard belastingtarief";
$lang["taxes_error_adding_updating"] = "Belastingcode toevoegen of bijwerken mislukt";
$lang["taxes_group_seq"] = "Groep volg";
$lang["taxes_jurisdiction_name"] = "Jurisdictie naam";
$lang["taxes_name"] = "Naam";
$lang["taxes_new"] = "Nieuwe belasting";
$lang["taxes_no_taxes"] = "";
$lang["taxes_no_taxes_to_display"] = "Geen belastingcode beschikbaar om te weergeven";
$lang["taxes_reporting_authority"] = "Rapportage instantie";
$lang["taxes_round_half_down"] = "Halveren naar beneden";
$lang["taxes_round_half_even"] = "Halveren even";
$lang["taxes_round_half_odd"] = "Halveren oneven";
$lang["taxes_round_half_up"] = "Halveren naar boven";
$lang["taxes_rounding_code"] = "Afronden code";
$lang["taxes_sales_tax"] = "BTW";
$lang["taxes_sales_tax_by_invoice"] = "BTW op factuur";
$lang["taxes_sequence"] = "Volg.";
$lang["taxes_state"] = "Provincie";
$lang["taxes_successful_deleted"] = "U heeft verwijderd";
$lang["taxes_tax_categories"] = "Belastingcategorieën";
$lang["taxes_tax_categories_configuration"] = "Belastingcategorieën configuratie";
$lang["taxes_tax_categories_saved_successfully"] = "Belastingcategorieën wijzigingen opgeslagen";
$lang["taxes_tax_categories_saved_unsuccessfully"] = "Belastingcategorieën wijzigingen niet opgeslagen";
$lang["taxes_tax_category"] = "Belastingcategorie";
$lang["taxes_tax_category_code"] = "Belastingcategorie code";
$lang["taxes_tax_category_duplicate"] = "Dubbele belastingcategorie";
$lang["taxes_tax_category_invalid_chars"] = "Ongeldige karakters in belastingcategorie naam";
$lang["taxes_tax_category_name"] = "Belastingcategorie naam";
$lang["taxes_tax_category_new"] = "Nieuwe belastingcategorie";
$lang["taxes_tax_category_required"] = "Belastingcategorie is Vereist";
$lang["taxes_tax_code"] = "Belastingcode";
$lang["taxes_tax_code_cannot_be_deleted"] = "Belastingcode verwijderen mislukt";
$lang["taxes_tax_code_duplicate"] = "Dubbele belastingcode";
$lang["taxes_tax_code_invalid_chars"] = "Ongeldige karakters in belastingcode";
$lang["taxes_tax_code_name"] = "Belastingcode naam";
$lang["taxes_tax_code_required"] = "Belastingcode is een vereist veld";
$lang["taxes_tax_code_successful_deleted"] = "Belastingcode verwijderd";
$lang["taxes_tax_code_successful_updated"] = "Bijgewerkt";
$lang["taxes_tax_code_successful_updating"] = "Belastingcode bijgewerkt";
$lang["taxes_tax_code_successfully_added"] = "Toegevoegd";
$lang["taxes_tax_code_type"] = "Belastingcode soort";
$lang["taxes_tax_codes"] = "Belastingcodes";
$lang["taxes_tax_codes_configuration"] = "Belastingcodes configuratie";
$lang["taxes_tax_codes_saved_successfully"] = "Belastingcode wijzigingen opgeslagen";
$lang["taxes_tax_codes_saved_unsuccessfully"] = "Belastingcode wijzigingen niet opgeslagen";
$lang["taxes_tax_excluded"] = "Exclusief belasting";
$lang["taxes_tax_group"] = "Belastinggroep";
$lang["taxes_tax_group_not_unique"] = "Belastinggroep %1 is niet uniek";
$lang["taxes_tax_group_sequence"] = "Belastinggroep volgorde";
$lang["taxes_tax_included"] = "Inclusief belasting";
$lang["taxes_tax_jurisdiction"] = "Belastingjurisdictie";
$lang["taxes_tax_jurisdiction_duplicate"] = "Dubbele belastingjurisdictie";
$lang["taxes_tax_jurisdiction_invalid_chars"] = "Ongeldige karakters in jurisdictie naam";
$lang["taxes_tax_jurisdiction_required"] = "Belastingjurisdictie is vereist";
$lang["taxes_tax_jurisdictions"] = "Belastingjurisdicties";
$lang["taxes_tax_jurisdictions_configuration"] = "Belastingjurisdicties configuratie";
$lang["taxes_tax_jurisdictions_saved_successfully"] = "Belastingjurisdictie wijzigingen opgeslagen";
$lang["taxes_tax_jurisdictions_saved_unsuccessfully"] = "Belastingjurisdictie wijzigingen niet opgeslagen";
$lang["taxes_tax_rate"] = "Belastingtarief";
$lang["taxes_tax_rate_configuration"] = "Belastingtarief configuratie";
$lang["taxes_tax_rate_error_adding_updating"] = "Belastingtarief toevoegen of bijwerken mislukt";
$lang["taxes_tax_rate_numeric"] = "Belastingtarief moet een getal zijn";
$lang["taxes_tax_rate_required"] = "Belastingtarief is een vereist veld";
$lang["taxes_tax_rate_successful_updated"] = "Bijgewerkt";
$lang["taxes_tax_rate_successfully_added"] = "Toegevoegd";
$lang["taxes_tax_rates"] = "Belastingtarieven";
$lang["taxes_tax_rates_configuration"] = "Belastingtarieven configuratie";
$lang["taxes_tax_rounding"] = "Belastingafronding";
$lang["taxes_tax_type"] = "Belastingsoort";
$lang["taxes_update"] = "Belastingtarief bijwerken";
$lang["taxes_vat_tax"] = "BTW";
return [
"add_exception" => "Uitzondering toevoegen",
"cascade" => "Trapsgewijs",
"cascade_sequence" => "Trapsgewijze volgorde",
"city" => "Stad",
"code" => "Code",
"confirm_delete" => "Weet u zeker dat u deze belastingcode verwijderen? Deze actie kan niet ongedaan worden gemaakt",
"confirm_restore" => "Weet u zeker dat u de geselecteerde belastingcode(s) wilt herstellen?",
"default_tax_category" => "Standaard belastingcategorie",
"default_tax_rate" => "Standaard belastingtarief",
"error_adding_updating" => "Belastingcode toevoegen of bijwerken mislukt",
"group_seq" => "Groep volg",
"jurisdiction_name" => "Jurisdictie naam",
"name" => "Naam",
"new" => "Nieuwe belasting",
"no_taxes" => "",
"no_taxes_to_display" => "Geen belastingcode beschikbaar om te weergeven",
"reporting_authority" => "Rapportage instantie",
"round_half_down" => "Halveren naar beneden",
"round_half_even" => "Halveren even",
"round_half_odd" => "Halveren oneven",
"round_half_up" => "Halveren naar boven",
"rounding_code" => "Afronden code",
"sales_tax" => "BTW",
"sales_tax_by_invoice" => "BTW op factuur",
"sequence" => "Volg.",
"state" => "Provincie",
"successful_deleted" => "U heeft verwijderd",
"tax_categories" => "Belastingcategorieën",
"tax_categories_configuration" => "Belastingcategorieën configuratie",
"tax_categories_saved_successfully" => "Belastingcategorieën wijzigingen opgeslagen",
"tax_categories_saved_unsuccessfully" => "Belastingcategorieën wijzigingen niet opgeslagen",
"tax_category" => "Belastingcategorie",
"tax_category_code" => "Belastingcategorie code",
"tax_category_duplicate" => "Dubbele belastingcategorie",
"tax_category_invalid_chars" => "Ongeldige karakters in belastingcategorie naam",
"tax_category_name" => "Belastingcategorie naam",
"tax_category_new" => "Nieuwe belastingcategorie",
"tax_category_required" => "Belastingcategorie is Vereist",
"tax_code" => "Belastingcode",
"tax_code_cannot_be_deleted" => "Belastingcode verwijderen mislukt",
"tax_code_duplicate" => "Dubbele belastingcode",
"tax_code_invalid_chars" => "Ongeldige karakters in belastingcode",
"tax_code_name" => "Belastingcode naam",
"tax_code_required" => "Belastingcode is een vereist veld",
"tax_code_successful_deleted" => "Belastingcode verwijderd",
"tax_code_successful_updated" => "Bijgewerkt",
"tax_code_successful_updating" => "Belastingcode bijgewerkt",
"tax_code_successfully_added" => "Toegevoegd",
"tax_code_type" => "Belastingcode soort",
"tax_codes" => "Belastingcodes",
"tax_codes_configuration" => "Belastingcodes configuratie",
"tax_codes_saved_successfully" => "Belastingcode wijzigingen opgeslagen",
"tax_codes_saved_unsuccessfully" => "Belastingcode wijzigingen niet opgeslagen",
"tax_excluded" => "Exclusief belasting",
"tax_group" => "Belastinggroep",
"tax_group_not_unique" => "Belastinggroep {0} is niet uniek",
"tax_group_sequence" => "Belastinggroep volgorde",
"tax_included" => "Inclusief belasting",
"tax_jurisdiction" => "Belastingjurisdictie",
"tax_jurisdiction_duplicate" => "Dubbele belastingjurisdictie",
"tax_jurisdiction_invalid_chars" => "Ongeldige karakters in jurisdictie naam",
"tax_jurisdiction_required" => "Belastingjurisdictie is vereist",
"tax_jurisdictions" => "Belastingjurisdicties",
"tax_jurisdictions_configuration" => "Belastingjurisdicties configuratie",
"tax_jurisdictions_saved_successfully" => "Belastingjurisdictie wijzigingen opgeslagen",
"tax_jurisdictions_saved_unsuccessfully" => "Belastingjurisdictie wijzigingen niet opgeslagen",
"tax_rate" => "Belastingtarief",
"tax_rate_configuration" => "Belastingtarief configuratie",
"tax_rate_error_adding_updating" => "Belastingtarief toevoegen of bijwerken mislukt",
"tax_rate_numeric" => "Belastingtarief moet een getal zijn",
"tax_rate_required" => "Belastingtarief is een vereist veld",
"tax_rate_successful_updated" => "Bijgewerkt",
"tax_rate_successfully_added" => "Toegevoegd",
"tax_rates" => "Belastingtarieven",
"tax_rates_configuration" => "Belastingtarieven configuratie",
"tax_rounding" => "Belastingafronding",
"tax_type" => "Belastingsoort",
"update" => "Belastingtarief bijwerken",
"vat_tax" => "BTW",
];

View File

@@ -3,7 +3,7 @@ return [
"all" => "wszystko",
"columns" => "Kolumny",
"hide_show_pagination" => "Ukryj/pokaż paginację",
"loading" => "",
"loading" => "Ładowanie, proszę czekać...",
"page_from_to" => "Pokazuję od {0} do {1} z {2} wierszy",
"refresh" => "Odśwież",
"rows_per_page" => "{0} wierszy na stronę",

View File

@@ -9,7 +9,6 @@ return [
"logout" => "Wyloguj",
"migration_needed" => "Migracja bazy danych do {0} zacznie się po zalogowaniu.",
"password" => "Hasło",
"required_username" => "",
"username" => "Nazwa użytkownika",
"welcome" => "Witaj w {0}!",
];

View File

@@ -3,7 +3,7 @@ return [
"all" => "Tudo",
"columns" => "Colunas",
"hide_show_pagination" => "Ocultar/Exibir paginação",
"loading" => "",
"loading" => "Carregando, aguarde...",
"page_from_to" => "Exibindo {0} até {1} de {2} linhas",
"refresh" => "Recarregar",
"rows_per_page" => "{0} registros por página",

View File

@@ -9,7 +9,6 @@ return [
"logout" => "",
"migration_needed" => "",
"password" => "Senha",
"required_username" => "",
"username" => "Usuário",
"welcome" => "",
];

View File

@@ -3,7 +3,7 @@ return [
"all" => "Toate",
"columns" => "Coloane",
"hide_show_pagination" => "Ascunde/Arată paginare",
"loading" => "",
"loading" => "Se încarcă, vă rugăm așteptați...",
"page_from_to" => "Arată {0} până la {1} din {2} rânduri",
"refresh" => "Reîmprospătare",
"rows_per_page" => "{0} rânduri per pagină",

View File

@@ -9,7 +9,6 @@ return [
"logout" => "",
"migration_needed" => "",
"password" => "",
"required_username" => "",
"username" => "",
"welcome" => "",
];

View File

@@ -3,7 +3,7 @@ return [
"all" => "все",
"columns" => "Колонки",
"hide_show_pagination" => "Скрыть/Показать нумерацию страниц",
"loading" => "",
"loading" => "Пожалуйста, подождите, идёт загрузка...",
"page_from_to" => "Показать с {0} по {1} из {2} записей",
"refresh" => "Обновить",
"rows_per_page" => "{0} записей на страницу",

View File

@@ -9,7 +9,6 @@ return [
"logout" => "Выход",
"migration_needed" => "Миграция базы данных в {0} начнется после входа в систему.",
"password" => "Пароль",
"required_username" => "",
"username" => "Имя пользователя",
"welcome" => "Панель управления",
];

View File

@@ -1,146 +1,148 @@
<?php
$lang["reports_all"] = "Все";
$lang["reports_authority"] = "Полномочия";
$lang["reports_canceled"] = "Отменено";
$lang["reports_categories"] = "Категории";
$lang["reports_categories_summary_report"] = "Сводный отчет по категориям";
$lang["reports_category"] = "Категория";
$lang["reports_code_canceled"] = "ОТМ";
$lang["reports_code_invoice"] = "НАКЛ.";
$lang["reports_code_pos"] = "МАГ";
$lang["reports_code_quote"] = "ПРЕДЛ.";
$lang["reports_code_return"] = "ВОЗВР.";
$lang["reports_code_type"] = "Тип";
$lang["reports_code_work_order"] = "Р/З";
$lang["reports_comments"] = "Комментарии";
$lang["reports_commission"] = "";
$lang["reports_complete"] = "Завершенные продажи и возвраты";
$lang["reports_completed_sales"] = "Завершенные продажи";
$lang["reports_confirm_delete"] = "Вы уверены, что хотите удалить выбранные записи?";
$lang["reports_confirm_restore"] = "Вы уверены, что хотите восстановить выбранные записи?";
$lang["reports_cost"] = "Опт";
$lang["reports_cost_price"] = "Оптовая цена";
$lang["reports_count"] = "Количество";
$lang["reports_customer"] = "Клиент";
$lang["reports_customers"] = "Клиенты";
$lang["reports_customers_summary_report"] = "Сводный отчет о клиентах";
$lang["reports_date"] = "Дата";
$lang["reports_date_range"] = "Диапазон дат";
$lang["reports_description"] = "Описание";
$lang["reports_detailed_receivings_report"] = "Детальный отчет о закупках";
$lang["reports_detailed_receivings_report_input"] = "";
$lang["reports_detailed_reports"] = "Подробные отчеты";
$lang["reports_detailed_requisition_report"] = "";
$lang["reports_detailed_sales_report"] = "Подробный отчет о транзакциях";
$lang["reports_discount"] = "Скидка";
$lang["reports_discount_fixed"] = "Фиксированная скидка";
$lang["reports_discount_percent"] = "Скидка в процентах";
$lang["reports_discount_type"] = "Тип скидки";
$lang["reports_discounts"] = "Скидки";
$lang["reports_discounts_summary_report"] = "Сводный отчет о скидках";
$lang["reports_earned"] = "Заработанные очки";
$lang["reports_employee"] = "Сотрудник";
$lang["reports_employees"] = "Сотрудники";
$lang["reports_employees_summary_report"] = "Сводный отчет о сотрудниках";
$lang["reports_expenses"] = "Расходы";
$lang["reports_expenses_amount"] = "Сумма";
$lang["reports_expenses_categories"] = "Расходы";
$lang["reports_expenses_categories_summary_report"] = "Сводный отчет по категориям расходов";
$lang["reports_expenses_category"] = "Категория";
$lang["reports_expenses_payment_amount"] = "";
$lang["reports_expenses_tax_amount"] = "Налог";
$lang["reports_expenses_total_amount"] = "Общая сумма";
$lang["reports_expenses_total_tax_amount"] = "Общая сумма налога";
$lang["reports_graphical_reports"] = "Графические отчеты";
$lang["reports_inventory"] = "Инвентаризация";
$lang["reports_inventory_low"] = "Низкое кол-во запасов";
$lang["reports_inventory_low_report"] = "Отчет о низком уровне запасов";
$lang["reports_inventory_reports"] = "Отчеты о запасах";
$lang["reports_inventory_summary"] = "Сумма запасов";
$lang["reports_inventory_summary_report"] = "Отчет о суммах запасов";
$lang["reports_item"] = "Товар";
$lang["reports_item_count"] = "Кол-во элементов фильтра";
$lang["reports_item_name"] = "Название товара";
$lang["reports_item_number"] = "Штрих-код";
$lang["reports_items"] = "Товары";
$lang["reports_items_purchased"] = "Купленные товары";
$lang["reports_items_received"] = "Полученные товары";
$lang["reports_items_summary_report"] = "Сводный отчет по товарам";
$lang["reports_jurisdiction"] = "Юрисдикция";
$lang["reports_low_inventory"] = "";
$lang["reports_low_inventory_report"] = "";
$lang["reports_low_sell_quantity"] = "Низкое количество продаж";
$lang["reports_more_than_zero"] = "Больше нуля";
$lang["reports_name"] = "Название";
$lang["reports_no_reports_to_display"] = "Нет товаров для отображения.";
$lang["reports_payment_type"] = "Тип оплаты";
$lang["reports_payments"] = "Оплата";
$lang["reports_payments_summary_report"] = "Сводный отчет о платежах";
$lang["reports_profit"] = "Прибыль";
$lang["reports_quantity"] = "Количество";
$lang["reports_quantity_purchased"] = "Количество покупок";
$lang["reports_quotes"] = "Предложения";
$lang["reports_received_by"] = "Получено";
$lang["reports_receiving_id"] = "№ закупки";
$lang["reports_receiving_type"] = "Тип закупки";
$lang["reports_receivings"] = "Закупки";
$lang["reports_reorder_level"] = "Уровень повторного заказа";
$lang["reports_report"] = "Отчет";
$lang["reports_report_input"] = "Ввод отчета";
$lang["reports_reports"] = "Отчеты";
$lang["reports_requisition"] = "";
$lang["reports_requisition_by"] = "";
$lang["reports_requisition_id"] = "";
$lang["reports_requisition_item"] = "";
$lang["reports_requisition_item_quantity"] = "";
$lang["reports_requisition_related_item"] = "";
$lang["reports_requisition_related_item_total_quantity"] = "";
$lang["reports_requisition_related_item_unit_quantity"] = "";
$lang["reports_requisitions"] = "Заявки";
$lang["reports_returns"] = "Возвраты";
$lang["reports_revenue"] = "Доход";
$lang["reports_sale_id"] = "№ продажи";
$lang["reports_sale_type"] = "Тип продажи";
$lang["reports_sales"] = "Продажи";
$lang["reports_sales_amount"] = "Сумма продаж";
$lang["reports_sales_summary_report"] = "Сводный отчет о транзакциях";
$lang["reports_sales_taxes"] = "Налоги с продаж";
$lang["reports_sales_taxes_summary_report"] = "Сводный отчет о налогах с продаж";
$lang["reports_serial_number"] = "Серийный номер";
$lang["reports_service_charge"] = "";
$lang["reports_sold_by"] = "Продано";
$lang["reports_sold_items"] = "";
$lang["reports_sold_to"] = "Продано";
$lang["reports_stock_location"] = "Расположение склада";
$lang["reports_sub_total_value"] = "Промежуточный итог";
$lang["reports_subtotal"] = "Промежуточная сумма";
$lang["reports_summary_reports"] = "Сводные отчеты";
$lang["reports_supplied_by"] = "Поставщик";
$lang["reports_supplier"] = "Поставщик";
$lang["reports_suppliers"] = "Поставщики";
$lang["reports_suppliers_summary_report"] = "Сводный отчет по поставщикам";
$lang["reports_tax"] = "Налог";
$lang["reports_tax_category"] = "Налоговая категория";
$lang["reports_tax_name"] = "Название налога";
$lang["reports_tax_percent"] = "Процент налога";
$lang["reports_tax_rate"] = "Ставка налога";
$lang["reports_taxes"] = "Налоги";
$lang["reports_taxes_summary_report"] = "Сводный отчет о налогах";
$lang["reports_total"] = "Сумма";
$lang["reports_total_inventory_value"] = "Общая стоимость запасов";
$lang["reports_total_low_sell_quantity"] = "Общее кол-во товаров с малым кол-вом продаж";
$lang["reports_total_quantity"] = "Общее количество";
$lang["reports_total_retail"] = "Общая розничная стоимость запасов";
$lang["reports_trans_amount"] = "Сумма продажи";
$lang["reports_trans_due"] = "Долг";
$lang["reports_trans_group"] = "Группа транзакций";
$lang["reports_trans_nopay_sales"] = "Продажи без оплаты";
$lang["reports_trans_payments"] = "Платежи";
$lang["reports_trans_refunded"] = "Возмещено";
$lang["reports_trans_sales"] = "Продажи";
$lang["reports_trans_type"] = "Тип транзакции";
$lang["reports_type"] = "Тип";
$lang["reports_unit_price"] = "Розничная цена";
$lang["reports_used"] = "Использованные баллы";
$lang["reports_work_orders"] = "Рабочие заказы";
$lang["reports_zero_and_less"] = "Ноль и меньше";
return [
"all" => "Все",
"authority" => "Полномочия",
"canceled" => "Отменено",
"categories" => "Категории",
"categories_summary_report" => "Сводный отчет по категориям",
"category" => "Категория",
"code_canceled" => "ОТМ",
"code_invoice" => "НАКЛ.",
"code_pos" => "МАГ",
"code_quote" => "ПРЕДЛ.",
"code_return" => "ВОЗВР.",
"code_type" => "Тип",
"code_work_order" => "Р/З",
"comments" => "Комментарии",
"commission" => "",
"complete" => "Завершенные продажи и возвраты",
"completed_sales" => "Завершенные продажи",
"confirm_delete" => "Вы уверены, что хотите удалить выбранные записи?",
"confirm_restore" => "Вы уверены, что хотите восстановить выбранные записи?",
"cost" => "Опт",
"cost_price" => "Оптовая цена",
"count" => "Количество",
"customer" => "Клиент",
"customers" => "Клиенты",
"customers_summary_report" => "Сводный отчет о клиентах",
"date" => "Дата",
"date_range" => "Диапазон дат",
"description" => "Описание",
"detailed_receivings_report" => "Детальный отчет о закупках",
"detailed_receivings_report_input" => "",
"detailed_reports" => "Подробные отчеты",
"detailed_requisition_report" => "",
"detailed_sales_report" => "Подробный отчет о транзакциях",
"discount" => "Скидка",
"discount_fixed" => "Фиксированная скидка",
"discount_percent" => "Скидка в процентах",
"discount_type" => "Тип скидки",
"discounts" => "Скидки",
"discounts_summary_report" => "Сводный отчет о скидках",
"earned" => "Заработанные очки",
"employee" => "Сотрудник",
"employees" => "Сотрудники",
"employees_summary_report" => "Сводный отчет о сотрудниках",
"expenses" => "Расходы",
"expenses_amount" => "Сумма",
"expenses_categories" => "Расходы",
"expenses_categories_summary_report" => "Сводный отчет по категориям расходов",
"expenses_category" => "Категория",
"expenses_payment_amount" => "",
"expenses_tax_amount" => "Налог",
"expenses_total_amount" => "Общая сумма",
"expenses_total_tax_amount" => "Общая сумма налога",
"graphical_reports" => "Графические отчеты",
"inventory" => "Инвентаризация",
"inventory_low" => "Низкое кол-во запасов",
"inventory_low_report" => "Отчет о низком уровне запасов",
"inventory_reports" => "Отчеты о запасах",
"inventory_summary" => "Сумма запасов",
"inventory_summary_report" => "Отчет о суммах запасов",
"item" => "Товар",
"item_count" => "Кол-во элементов фильтра",
"item_name" => "Название товара",
"item_number" => "Штрих-код",
"items" => "Товары",
"items_purchased" => "Купленные товары",
"items_received" => "Полученные товары",
"items_summary_report" => "Сводный отчет по товарам",
"jurisdiction" => "Юрисдикция",
"low_inventory" => "",
"low_inventory_report" => "",
"low_sell_quantity" => "Низкое количество продаж",
"more_than_zero" => "Больше нуля",
"name" => "Название",
"no_reports_to_display" => "Нет товаров для отображения.",
"payment_type" => "Тип оплаты",
"payments" => "Оплата",
"payments_summary_report" => "Сводный отчет о платежах",
"profit" => "Прибыль",
"quantity" => "Количество",
"quantity_purchased" => "Количество покупок",
"quotes" => "Предложения",
"received_by" => "Получено",
"receiving_id" => " закупки",
"receiving_type" => "Тип закупки",
"receivings" => "Закупки",
"reorder_level" => "Уровень повторного заказа",
"report" => "Отчет",
"report_input" => "Ввод отчета",
"reports" => "Отчеты",
"requisition" => "",
"requisition_by" => "",
"requisition_id" => "",
"requisition_item" => "",
"requisition_item_quantity" => "",
"requisition_related_item" => "",
"requisition_related_item_total_quantity" => "",
"requisition_related_item_unit_quantity" => "",
"requisitions" => "Заявки",
"returns" => "Возвраты",
"revenue" => "Доход",
"sale_id" => " продажи",
"sale_type" => "Тип продажи",
"sales" => "Продажи",
"sales_amount" => "Сумма продаж",
"sales_summary_report" => "Сводный отчет о транзакциях",
"sales_taxes" => "Налоги с продаж",
"sales_taxes_summary_report" => "Сводный отчет о налогах с продаж",
"serial_number" => "Серийный номер",
"service_charge" => "",
"sold_by" => "Продано",
"sold_items" => "",
"sold_to" => "Продано",
"stock_location" => "Расположение склада",
"sub_total_value" => "Промежуточный итог",
"subtotal" => "Промежуточная сумма",
"summary_reports" => "Сводные отчеты",
"supplied_by" => "Поставщик",
"supplier" => "Поставщик",
"suppliers" => "Поставщики",
"suppliers_summary_report" => "Сводный отчет по поставщикам",
"tax" => "Налог",
"tax_category" => "Налоговая категория",
"tax_name" => "Название налога",
"tax_percent" => "Процент налога",
"tax_rate" => "Ставка налога",
"taxes" => "Налоги",
"taxes_summary_report" => "Сводный отчет о налогах",
"total" => "Сумма",
"total_inventory_value" => "Общая стоимость запасов",
"total_low_sell_quantity" => "Общее кол-во товаров с малым кол-вом продаж",
"total_quantity" => "Общее количество",
"total_retail" => "Общая розничная стоимость запасов",
"trans_amount" => "Сумма продажи",
"trans_due" => "Долг",
"trans_group" => "Группа транзакций",
"trans_nopay_sales" => "Продажи без оплаты",
"trans_payments" => "Платежи",
"trans_refunded" => "Возмещено",
"trans_sales" => "Продажи",
"trans_type" => "Тип транзакции",
"type" => "Тип",
"unit_price" => "Розничная цена",
"used" => "Использованные баллы",
"work_orders" => "Рабочие заказы",
"zero_and_less" => "Ноль и меньше",
];

View File

@@ -3,7 +3,7 @@ return [
"all" => "alla",
"columns" => "Kolumner",
"hide_show_pagination" => "Dölj/visa sida",
"loading" => "",
"loading" => "Laddar, ha tålamod...",
"page_from_to" => "Visar {0} till {1} av {2} rader",
"refresh" => "Ladda om",
"rows_per_page" => "{0} rader per sida",

View File

@@ -9,7 +9,6 @@ return [
"logout" => "",
"migration_needed" => "",
"password" => "Lösenord",
"required_username" => "",
"username" => "Användarnamn",
"welcome" => "",
];

View File

@@ -3,7 +3,7 @@ return [
"all" => "அனைத்தும்",
"columns" => "நெடுவரிசை",
"hide_show_pagination" => "பக்கமாக்கலை காண்பி / மறை",
"loading" => "",
"loading" => "பதிவேறுகிறது, காத்திருக்கவும்...",
"page_from_to" => "{2} வரிசைகளில் {0} முதல் {1} வரை காட்டுகிறது",
"refresh" => "புதுப்பிக்கவும்",
"rows_per_page" => "ஒரு பக்கத்திற்கு {0} வரிசைகள்",

View File

@@ -9,7 +9,6 @@ return [
"logout" => "விடுபதிகை",
"migration_needed" => "{0} க்கு தரவுத்தள இடம்பெயர்வு உள்நுழைந்த பிறகு தொடங்கும்.",
"password" => "கடவுச்சொல்",
"required_username" => "",
"username" => "பயனர்பெயர்",
"welcome" => "{0} க்கு வருக!",
];

View File

@@ -1,30 +1,32 @@
<?php
$lang["attributes_attribute_value_invalid_chars"] = "คุณลักษณะไม่สามารถมีเครื่องหมาย ':' หรือเครื่องหมาย '|' ได้";
$lang["attributes_confirm_delete"] = "ต้องการลบคุณลักษณะที่เลือกหรือไม่ ?";
$lang["attributes_confirm_restore"] = "ต้องการคืนค่าคุณลักษณะที่เลือกหรือไม่ ?";
$lang["attributes_definition_cannot_be_deleted"] = "ไม่สามารถลบคุณลักษณะที่เลือก";
$lang["attributes_definition_error_adding_updating"] = "ไม่สามารถเพิ่มหรือแก้ไขคุณลักษณะ %1, โปรดตรวจสอบความผิดพลาดในบันทึ";
$lang["attributes_definition_flags"] = "การมองเห็นคุณลักษณะ";
$lang["attributes_definition_group"] = "ลุ่ม";
$lang["attributes_definition_id"] = "ID";
$lang["attributes_definition_name"] = "เพิ่มแอตทริบิวต์";
$lang["attributes_definition_name_required"] = "ชื่อแอตทริบิวต์ จำเป็นต้องป้อน";
$lang["attributes_definition_one_or_multiple"] = "แอตทริบิวต์";
$lang["attributes_definition_successful_adding"] = "เพิ่มรายการสำเร็จแล้ว";
$lang["attributes_definition_successful_deleted"] = "ลบรายการสำเร็จแล้ว";
$lang["attributes_definition_successful_updating"] = "อัปเดตแอตทริบิวต์สำเร็จแล้ว";
$lang["attributes_definition_type"] = "ประเภทแอตทริบิวต์";
$lang["attributes_definition_type_required"] = "ประเภทแอตทริบิวต์ จำเป็นต้องป้อน";
$lang["attributes_definition_unit"] = "หน่วยวัด";
$lang["attributes_definition_values"] = "ค่าแอตทริบิวต์";
$lang["attributes_new"] = "สร้าง แอตทริบิวต์";
$lang["attributes_no_attributes_to_display"] = "ไม่มีรายการที่จะแสดง";
$lang["attributes_receipt_visibility"] = "ใบเสร็จ";
$lang["attributes_show_in_items"] = "แสดงใน รายการสินค้า";
$lang["attributes_show_in_items_visibility"] = "รายการสินค้า";
$lang["attributes_show_in_receipt"] = "แสดงใน ใบเสร็จ";
$lang["attributes_show_in_receivings"] = "แสดงใน สินค้าขาเข้า";
$lang["attributes_show_in_receivings_visibility"] = "สินค้าขาเข้า";
$lang["attributes_show_in_sales"] = "แสดงใน การขาย";
$lang["attributes_show_in_sales_visibility"] = "การขาย";
$lang["attributes_update"] = "ปรับปรุงแอตทริบิวต์";
return [
"attribute_value_invalid_chars" => "คุณลักษณะไม่สามารถมีเครื่องหมาย ':' หรือเครื่องหมาย '|' ได้",
"confirm_delete" => "ต้องการลบคุณลักษณะที่เลือกหรือไม่ ?",
"confirm_restore" => "ต้องการคืนค่าคุณลักษณะที่เลือกหรือไม่ ?",
"definition_cannot_be_deleted" => "ไม่สามารถลบคุณลักษณะที่เลือ",
"definition_error_adding_updating" => "ไม่สามารถเพิ่มหรือแก้ไขคุณลักษณะ {0}, โปรดตรวจสอบความผิดพลาดในบันทึก",
"definition_flags" => "ารมองเห็นคุณลักษณะ",
"definition_group" => "กลุ่ม",
"definition_id" => "ID",
"definition_name" => "เพิ่มแอตทริบิวต์",
"definition_name_required" => "ชื่อแอตทริบิวต์ จำเป็นต้องป้อน",
"definition_one_or_multiple" => "แอตทริบิวต์",
"definition_successful_adding" => "เพิ่มรายการสำเร็จแล้ว",
"definition_successful_deleted" => "ลบรายการสำเร็จแล้ว",
"definition_successful_updating" => "อัปเดตแอตทริบิวต์สำเร็จแล้ว",
"definition_type" => "ประเภทแอตทริบิวต์",
"definition_type_required" => "ประเภทแอตทริบิวต์ จำเป็นต้องป้อน",
"definition_unit" => "หน่วยวัด",
"definition_values" => "ค่าแอตทริบิวต์",
"new" => "สร้าง แอตทริบิวต์",
"no_attributes_to_display" => "ไม่มีรายการที่จะแสดง",
"receipt_visibility" => "ใบเสร็จ",
"show_in_items" => "แสดงใน รายการสินค้า",
"show_in_items_visibility" => "รายการสินค้า",
"show_in_receipt" => "แสดงใน ใบเสร็จ",
"show_in_receivings" => "แสดงใน สินค้าขาเข้า",
"show_in_receivings_visibility" => "สินค้าขาเข้า",
"show_in_sales" => "แสดงใน การขาย",
"show_in_sales_visibility" => "การขาย",
"update" => "ปรับปรุงแอตทริบิวต์",
];

View File

@@ -3,7 +3,7 @@ return [
"all" => "ทั้งหมด",
"columns" => "คอลัมน์",
"hide_show_pagination" => "ซ่อน/แสดง รายการหน้า",
"loading" => "",
"loading" => "กำลังดำเนินการ รอสักครู่",
"page_from_to" => "แสดง {0} ถึง {1} จาก {2} รายการ",
"refresh" => "Refresh ข้อมูล",
"rows_per_page" => "{0} รายการ/หน้า",

View File

@@ -1,86 +1,88 @@
<?php
$lang["common_address_1"] = "ที่อยู่";
$lang["common_address_2"] = "ที่อยู่ (เพิ่มเติม)";
$lang["common_admin"] = "";
$lang["common_city"] = "อำเภอ";
$lang["common_clerk"] = "";
$lang["common_close"] = "ปิด";
$lang["common_color"] = "";
$lang["common_comments"] = "หมายเหตุ";
$lang["common_common"] = "ธรรมดา";
$lang["common_confirm_search"] = "คุณเลือกมากกว่าหนึ่งแถว, สิ่งที่คุณเลือกจะถูกยกเลิกหลังการค้นหา. แน่ใจหรือไม่ที่จะค้นหา?";
$lang["common_copyrights"] = "© 2010 - %1";
$lang["common_correct_errors"] = "โปรดแก้ไขข้อผิดพลาดที่ระบุ ก่อนบันทึกข้อมูล";
$lang["common_country"] = "ประเทศ";
$lang["common_dashboard"] = "";
$lang["common_date"] = "วันที่";
$lang["common_delete"] = "ลบ";
$lang["common_det"] = "รายละเอียด";
$lang["common_download_import_template"] = "ดาวน์โหลด CSV Template (CSV)";
$lang["common_edit"] = "แก้ไข";
$lang["common_email"] = "อีเมล์";
$lang["common_email_invalid_format"] = "อีเมล์ไม่ถูกต้อง";
$lang["common_export_csv"] = "CSV Export";
$lang["common_export_csv_no"] = "ไม่";
$lang["common_export_csv_yes"] = "ใช";
$lang["common_fields_required_message"] = "ช่องสีแดง จำเป็นต้องป้อน";
$lang["common_fields_required_message_unique"] = "";
$lang["common_first_name"] = "ชื่อ";
$lang["common_first_name_required"] = "ชื่อ จำเป็นต้องป้อน";
$lang["common_first_page"] = "ลำดับแรก";
$lang["common_gender"] = "เพศ";
$lang["common_gender_female"] = "หญิง";
$lang["common_gender_male"] = "ชาย";
$lang["common_gender_undefined"] = "";
$lang["common_icon"] = "ไอคอน";
$lang["common_id"] = "ไอดี";
$lang["common_import"] = "นำเข้า";
$lang["common_import_change_file"] = "เปลี่ย";
$lang["common_import_csv"] = "นำเข้าไฟล์ CSV";
$lang["common_import_full_path"] = "ตำแหน่งของไฟล์ CSV จำเป็นต้องระบุ";
$lang["common_import_remove_file"] = "ลบออก";
$lang["common_import_select_file"] = "เลือกไฟล์";
$lang["common_inv"] = "ยอด inv";
$lang["common_last_name"] = "นามสกุล";
$lang["common_last_name_required"] = "นามสกุล จำเป็นต้องป้อน";
$lang["common_last_page"] = "ลำดับสุดท้าย";
$lang["common_learn_about_project"] = "เพื่อศึกษาข้อมูลล่าสุดของโครงการ";
$lang["common_list_of"] = "รายการ";
$lang["common_logo"] = "โลโก้";
$lang["common_logo_mark"] = "เครื่องหมาย";
$lang["common_logout"] = "ออกจากระบบ";
$lang["common_manager"] = "";
$lang["common_migration_needed"] = "การย้ายฐานข้อมูลไปยัง %1 จะเริ่มขึ้นหลังจากเข้าสู่ระบบ";
$lang["common_new"] = "สร้างใหม่";
$lang["common_no"] = "ม่";
$lang["common_no_persons_to_display"] = "ไม่พบข้อมูลตัวบุคคล";
$lang["common_none_selected_text"] = "กรุณาเลือก";
$lang["common_or"] = "หรือ";
$lang["common_people"] = "";
$lang["common_phone_number"] = "โทรศัพท์";
$lang["common_phone_number_required"] = "ต้องกรอกเบอร์โทร";
$lang["common_please_visit_my"] = "เยี่ยมชมที่";
$lang["common_position"] = "";
$lang["common_powered_by"] = "จัดทำโดย";
$lang["common_price"] = "ราคา";
$lang["common_print"] = "พิมพ์";
$lang["common_remove"] = "ลบ";
$lang["common_required"] = "จำเป็นต้องป้อน";
$lang["common_restore"] = "เรียกคื";
$lang["common_return_policy"] = "นโยบายคืนสินค้า";
$lang["common_search"] = "ค้นห";
$lang["common_search_options"] = "ตัวเลือกการค้นหา";
$lang["common_searched_for"] = "การค้นหา";
$lang["common_software_short"] = "โอเอสพีโอเอส";
$lang["common_software_title"] = "โอเพ่นซอร์สพอยออฟเซล";
$lang["common_state"] = "จังหวัด";
$lang["common_submit"] = "ส่งข้อมูล";
$lang["common_total_spent"] = "ยอดสั่งซื้อทั้งหมด";
$lang["common_unknown"] = "ไม่ทราบ";
$lang["common_view_recent_sales"] = "การขายล่าสุด";
$lang["common_website"] = "เว็บไซต์ opensourcepos.org";
$lang["common_welcome"] = "ยินดีต้อนรับ";
$lang["common_welcome_message"] = "ยินดีต้อนรับสู่ OSPOS, กรุณาเลือกโมดูลด้านล่างที่ต้องการทำงาน";
$lang["common_yes"] = "ใช่";
$lang["common_you_are_using_ospos"] = "คุณกำลังใช้ โอเพนซอร์ส พีโอเอส รุ่น";
$lang["common_zip"] = "รหัสไปรษณีย์";
return [
"address_1" => "ที่อยู่",
"address_2" => "ที่อยู่ (เพิ่มเติม)",
"admin" => "",
"city" => "อำเภอ",
"clerk" => "",
"close" => "ปิด",
"color" => "",
"comments" => "หมายเหตุ",
"common" => "ธรรมดา",
"confirm_search" => "คุณเลือกมากกว่าหนึ่งแถว, สิ่งที่คุณเลือกจะถูกยกเลิกหลังการค้นหา. แน่ใจหรือไม่ที่จะค้นหา?",
"copyrights" => "© 2010 - {0}",
"correct_errors" => "ปรดแก้ไขข้อผิดพลาดที่ระบุ ก่อนบันทึกข้อมูล",
"country" => "ประเทศ",
"dashboard" => "",
"date" => "วันที่",
"delete" => "ลบ",
"det" => "รายละเอียด",
"download_import_template" => "ดาวน์โหลด CSV Template (CSV)",
"edit" => "แก้ไข",
"email" => "อีเมล์",
"email_invalid_format" => "อีเมล์ไม่ถูกต้อง",
"export_csv" => "CSV Export",
"export_csv_no" => "ไม",
"export_csv_yes" => "ช่",
"fields_required_message" => "ช่องสีแดง จำเป็นต้องป้อน",
"fields_required_message_unique" => "",
"first_name" => "ชื่อ",
"first_name_required" => "ชื่อ จำเป็นต้องป้อน",
"first_page" => "ลำดับแรก",
"gender" => "เพศ",
"gender_female" => "หญิง",
"gender_male" => "ชาย",
"gender_undefined" => "",
"icon" => "ไอคอน",
"id" => "ไอดี",
"import" => "ำเข้า",
"import_change_file" => "เปลี่ยน",
"import_csv" => "นำเข้าไฟล์ CSV",
"import_full_path" => "ตำแหน่งของไฟล์ CSV จำเป็นต้องระบุ",
"import_remove_file" => "ลบออก",
"import_select_file" => "เลือกไฟล์",
"inv" => "ยอด inv",
"last_name" => "นามสกุล",
"last_name_required" => "นามสกุล จำเป็นต้องป้อน",
"last_page" => "ลำดับสุดท้าย",
"learn_about_project" => "เพื่อศึกษาข้อมูลล่าสุดของโครงการ",
"list_of" => "รายการ",
"logo" => "โลโก้",
"logo_mark" => "เครื่องหมาย",
"logout" => "ออกจากระบบ",
"manager" => "",
"migration_needed" => "การย้ายฐานข้อมูลไปยัง {0} จะเริ่มขึ้นหลังจากเข้าสู่ระบบ",
"new" => "สร้างใหม่",
"no" => "ไม่",
"no_persons_to_display" => "ไม่พบข้อมูลตัวบุคคล",
"none_selected_text" => "กรุณาเลือ",
"or" => "หรือ",
"people" => "",
"phone_number" => "โทรศัพท์",
"phone_number_required" => "ต้องกรอกเบอร์โทร",
"please_visit_my" => "เยี่ยมชมที่",
"position" => "",
"powered_by" => "จัดทำโดย",
"price" => "ราคา",
"print" => "พิมพ์",
"remove" => "ลบ",
"required" => "จำเป็นต้องป้อ",
"restore" => "เรียกคืน",
"return_policy" => "นโยบายคืนสินค้า",
"search" => "ค้นหา",
"search_options" => "ตัวเลือกการค้นหา",
"searched_for" => "การค้นหา",
"software_short" => "โอเอสพีโอเอส",
"software_title" => "โอเพ่นซอร์สพอยออฟเซล",
"state" => "จังหวัด",
"submit" => "ส่งข้อมูล",
"total_spent" => "ยอดสั่งซื้อทั้งหมด",
"unknown" => "ไม่ทราบ",
"view_recent_sales" => "การขายล่าสุด",
"website" => "เว็บไซต์ opensourcepos.org",
"welcome" => "ยินดีต้อนรับ",
"welcome_message" => "ยินดีต้อนรับสู่ OSPOS, กรุณาเลือกโมดูลด้านล่างที่ต้องการทำงาน",
"yes" => "ใช่",
"you_are_using_ospos" => "คุณกำลังใช้ โอเพนซอร์ส พีโอเอส รุ่น",
"zip" => "รหัสไปรษณีย์",
];

View File

@@ -1,328 +1,330 @@
<?php
$lang["config_address"] = "ที่อยู่";
$lang["config_address_required"] = "ที่อยู่ต้องกรอก";
$lang["config_all_set"] = "การตั้งค่าอนุญาตไฟล์ทั้งหมดถูกต้อง!";
$lang["config_allow_duplicate_barcodes"] = "อนุญาตบาร์โค้ดที่ซ้ำกัน";
$lang["config_apostrophe"] = "ัญประกาศเดี่ยว '";
$lang["config_backup_button"] = "สำรองข้อมูล";
$lang["config_backup_database"] = "สำรองฐานข้อมูล";
$lang["config_barcode"] = "ตั้งค่าระบบบาร์โค้ด";
$lang["config_barcode_company"] = "ชื่อร้านค้";
$lang["config_barcode_configuration"] = "ตั้งค่าระบบบาร์โค้";
$lang["config_barcode_content"] = "รหัสที่พิมพ์";
$lang["config_barcode_first_row"] = "แถว 1";
$lang["config_barcode_font"] = "บบอักษร";
$lang["config_barcode_formats"] = "รูปแบบอินพุต";
$lang["config_barcode_generate_if_empty"] = "Generate if empty";
$lang["config_barcode_height"] = "สูง (px)";
$lang["config_barcode_id"] = "รหัสสินค้า/ชื่อสินค้า";
$lang["config_barcode_info"] = "ตั้งค่าบาร์โค้";
$lang["config_barcode_layout"] = "โครงร่างการพิมพ์";
$lang["config_barcode_name"] = "สินค้า";
$lang["config_barcode_number"] = "UPC/EAN/ISBN";
$lang["config_barcode_number_in_row"] = "จำนวนดวงใน 1 แถว";
$lang["config_barcode_page_cellspacing"] = "ระยะห่างต่อดวง";
$lang["config_barcode_page_width"] = "ความกว้างในหน้า";
$lang["config_barcode_price"] = "ราคา";
$lang["config_barcode_second_row"] = "แถว 2";
$lang["config_barcode_third_row"] = "แถว 3";
$lang["config_barcode_tooltip"] = "คำเตือน: คุณสมบัตินี้สามารถทำให้เกิดรายการที่ซ้ำกันที่จะนำเข้าหรือสร้าง ห้ามใช้หากคุณไม่ต้องการบาร์โค้ดที่ซ้ำกัน";
$lang["config_barcode_type"] = "ประเภทบาร์โค้ด";
$lang["config_barcode_width"] = "กว้าง (px)";
$lang["config_bottom"] = "ด้านล่าง";
$lang["config_cash_button"] = "";
$lang["config_cash_button_1"] = "";
$lang["config_cash_button_2"] = "";
$lang["config_cash_button_3"] = "";
$lang["config_cash_button_4"] = "";
$lang["config_cash_button_5"] = "";
$lang["config_cash_button_6"] = "";
$lang["config_cash_decimals"] = "ทศนิยมแบบการเงินสด";
$lang["config_cash_decimals_tooltip"] = "ถ้าทศนิยมแบบเงินสดและทศนิยมแบบสกุลเงินเหมือนกันจะไม่มีการปัดเศษเงินสด";
$lang["config_cash_rounding"] = "การปัดเศษทางการเงิน";
$lang["config_category_dropdown"] = "แสดงกลุ่มเป็นแบบดรอปดาวน์";
$lang["config_center"] = "กึ่งกลาง";
$lang["config_change_apperance_tooltip"] = "";
$lang["config_comma"] = "จุลภาค";
$lang["config_company"] = "ชื่อร้านค้า";
$lang["config_company_avatar"] = "";
$lang["config_company_change_image"] = "เปลี่ยนรูป";
$lang["config_company_logo"] = "ภาพโลโก้";
$lang["config_company_remove_image"] = "ลบรูป";
$lang["config_company_required"] = "ชื่อร้านค้าต้องกรอก";
$lang["config_company_select_image"] = "เลือกรูป";
$lang["config_company_website_url"] = "ที่อยู่เว็บไซต์ร้านค้าไม่ถูกต้อง (เช่น http://...)";
$lang["config_country_codes"] = "รหัสประเทศ";
$lang["config_country_codes_tooltip"] = "ายการรหัสประเทศที่คั่นด้วยคอมม่าสำหรับการค้นหาโดยชื่อที่อยู่";
$lang["config_currency_code"] = "หัสสกุลเงิน";
$lang["config_currency_decimals"] = "ทศนิยมแบบการเงิน";
$lang["config_currency_symbol"] = "สัญลักษณ์ค่าเงิน";
$lang["config_current_employee_only"] = "";
$lang["config_customer_reward"] = "รางวัล";
$lang["config_customer_reward_duplicate"] = "รางวัลต้องไม่ซ้ำกัน";
$lang["config_customer_reward_enable"] = "เปิดใช้งานรางวัลของลูกค้า";
$lang["config_customer_reward_invalid_chars"] = "รางวัลไม่สามารถมี '_' ได้";
$lang["config_customer_reward_required"] = "รางวัลเป็นฟิลด์บังคับ";
$lang["config_customer_sales_tax_support"] = "";
$lang["config_date_or_time_format"] = "ตัวกรองวันที่และเวลา";
$lang["config_datetimeformat"] = "รูปแบบวันและเวลา";
$lang["config_decimal_point"] = "จุดทศนิยม";
$lang["config_default_barcode_font_size_number"] = "ค่าบาร์โค้ดจะต้องเป็นตัวเลข";
$lang["config_default_barcode_font_size_required"] = "ต้องระบุขนาดตัวบาร์โค้ดเริ่มต้น";
$lang["config_default_barcode_height_number"] = "ความสูงของบาร์โค้ดต้องเป็นตัวเลข";
$lang["config_default_barcode_height_required"] = "ต้องระบุความสูงของบาร์โค้ด";
$lang["config_default_barcode_num_in_row_number"] = "บาร์โค้ดในแถวจะต้องเป็นตัวเลข";
$lang["config_default_barcode_num_in_row_required"] = "ต้องระบุค่าบาร์โค้ด";
$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_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_item_columns"] = "คอลัมน์รายการที่แสดงเป็นค่าเริ่มต้น";
$lang["config_default_origin_tax_code"] = "รหัสภาษีที่เป็นค่าเริ่มต้น";
$lang["config_default_receivings_discount"] = "ส่วนลดที่เป็นค่าเริ่มต้นที่จะได้รับ";
$lang["config_default_receivings_discount_number"] = "การรับส่วนลดที่เป็นค่าเริ่มต้นต้องเป็นตัวเลข";
$lang["config_default_receivings_discount_required"] = "การรับส่วนลดที่เป็นค่าเริ่มต้นจำเป็นต้องระบุ";
$lang["config_default_sales_discount"] = "ส่วนลดการขายที่เป็นค่าเริ่มต้น";
$lang["config_default_sales_discount_number"] = "ส่วนลดการขายเริ่มต้นจะต้องเป็นตัวเลข";
$lang["config_default_sales_discount_required"] = "ส่วนลดการขายเริ่มต้นเป็นจำเป็นต้องมีข้อมูล";
$lang["config_default_tax_category"] = "หมวดหมู่ภาษีที่เป็นค่าเริ่มต้น";
$lang["config_default_tax_code"] = "รหัสภาษีที่เป็นค่าเริ่มต้น";
$lang["config_default_tax_jurisdiction"] = "เขตพื้นที่กฎหมายภาษีที่เป็นค่าเริ่มต้น";
$lang["config_default_tax_name_number"] = "ชื่อภาษีที่เป็นค่าเริ่มต้นจะต้องเป็นตัวอักษร";
$lang["config_default_tax_name_required"] = "ชื่อภาษีเริ่มต้นจำเป็นต้องมีข้อมูล";
$lang["config_default_tax_rate"] = "ัตราภาษีเริ่มต้น %";
$lang["config_default_tax_rate_1"] = "อัตราภาษีลำดับที่ 1";
$lang["config_default_tax_rate_2"] = "อัตราภาษีลำดับที่ 2";
$lang["config_default_tax_rate_3"] = "";
$lang["config_default_tax_rate_number"] = "อัตราภาษีเริ่มต้นต้องเป็นตัวเลข";
$lang["config_default_tax_rate_required"] = "อัตราภาษีเริ่มต้นต้องกรอก";
$lang["config_derive_sale_quantity"] = "จำนวนปริมาณการขายที่ได้รับ";
$lang["config_derive_sale_quantity_tooltip"] = "หากทำเครื่องหมาย ระบบจะระบุประเภทรายการใหม่สำหรับรายการตามจำนวนที่เพิ่มขึ้น";
$lang["config_dinner_table"] = "โต๊ะ";
$lang["config_dinner_table_duplicate"] = "โต๊ะจะต้องไม่ซ้ำกัน";
$lang["config_dinner_table_enable"] = "เปิดใช้งานบริการโต๊ะนั่งทา";
$lang["config_dinner_table_invalid_chars"] = "ชื่อโต๊ะจะต้องไม่มีเครื่องหมาย '_' อยู่";
$lang["config_dinner_table_required"] = "โต๊ะจำเป็นต้องระบุค่า";
$lang["config_dot"] = "จุด";
$lang["config_email"] = "อีเมล์";
$lang["config_email_configuration"] = "ตั้งค่าอีเมล์";
$lang["config_email_mailpath"] = "ที่อยู่ส่งเมล์";
$lang["config_email_protocol"] = "โปรโตคอล";
$lang["config_email_receipt_check_behaviour"] = "ทำเครื่องหมายรับอีเม";
$lang["config_email_receipt_check_behaviour_always"] = "ตรวจสอบอยู่เสมอ";
$lang["config_email_receipt_check_behaviour_last"] = "จำการเลือกสุดท้าย";
$lang["config_email_receipt_check_behaviour_never"] = "ไม่ถูกตรวจสอบเสมอ";
$lang["config_email_smtp_crypto"] = "การเข้ารหัสของเอสเอ็มทีพี";
$lang["config_email_smtp_host"] = "เซอร์เวอร์เอสเอ็มทีพี";
$lang["config_email_smtp_pass"] = "รหัสผ่านเอสเอ็มทีพี";
$lang["config_email_smtp_port"] = "เอสเอ็มทีพีพอร์ต";
$lang["config_email_smtp_timeout"] = "ระยะเวลารอคอยของเอสเอ็มทีพี";
$lang["config_email_smtp_user"] = "ชื่อผู้ใช้งานของเอสเอ็มทีพี";
$lang["config_enable_avatar"] = "";
$lang["config_enable_avatar_tooltip"] = "";
$lang["config_enable_dropdown_tooltip"] = "";
$lang["config_enable_new_look"] = "";
$lang["config_enable_right_bar"] = "";
$lang["config_enable_right_bar_tooltip"] = "";
$lang["config_enforce_privacy"] = "บังคับความเป็นส่วนตัว";
$lang["config_enforce_privacy_tooltip"] = "ปกป้องความเป็นส่วนตัวของลูกค้าที่บังคับใช้การตรวจข้อมูลในกรณีที่ข้อมูลถูกลบ";
$lang["config_fax"] = "แฟ็กซ์";
$lang["config_file_perm"] = "มีปัญหาเกี่ยวกับการอนุญาตของไฟล์ โปรดแก้ไขและโหลดหน้านี้ใหม่อีกครั้ง";
$lang["config_financial_year"] = "เริ่มปีงบประมาณ";
$lang["config_financial_year_apr"] = "วันที่ 1 เมษายน";
$lang["config_financial_year_aug"] = "วันที่ 1 สิงหาคม";
$lang["config_financial_year_dec"] = "วันที่ 1 ธันวาคม";
$lang["config_financial_year_feb"] = "วันที่ 1 กุมภาพันธ์";
$lang["config_financial_year_jan"] = "วันที่ 1 มกราคม";
$lang["config_financial_year_jul"] = "วันที่ 1 กรกฏาคม";
$lang["config_financial_year_jun"] = "วันที่ 1 มิถุนายน";
$lang["config_financial_year_mar"] = "วันที่ 1 มีนาคม";
$lang["config_financial_year_may"] = "วันที่ 1 พฤษภาคม";
$lang["config_financial_year_nov"] = "วันที่ 1 พฤศจิกายน";
$lang["config_financial_year_oct"] = "วันที่ 1 ตุลาคม";
$lang["config_financial_year_sep"] = "วันที่ 1 กันยายน";
$lang["config_floating_labels"] = "แสดงตัวเลข";
$lang["config_gcaptcha_enable"] = "ขอรหัสยืนยันใหม่ เพื่อเข้าระบบ";
$lang["config_gcaptcha_secret_key"] = "รหัสลับ สำหรับรหัสยืนยัน";
$lang["config_gcaptcha_secret_key_required"] = "จำเป็นต้องระบุ รหัสลับ สำหรับรหัสยืนยัน";
$lang["config_gcaptcha_site_key"] = "รหัสของเว็บเพจ สำหรับรหัสยืนยัน";
$lang["config_gcaptcha_site_key_required"] = "จำเป็นต้องระบุ รหัสของเว็บเพจ สำหรับรหัสยืนยัน";
$lang["config_gcaptcha_tooltip"] = "ปกป้องการเข้าสู่ระบบด้วย reCAPTCHA โปรดคลิกที่ไอคอนเพื่อรับ API key pair";
$lang["config_general"] = "การตั้งค่า";
$lang["config_general_configuration"] = "ตั้งค่าทั่วไป";
$lang["config_giftcard_number"] = "เลขที่บัตรของขวัญ";
$lang["config_giftcard_random"] = "สร้างหมายเลขแบบสุ่ม";
$lang["config_giftcard_series"] = "สร้างหมายเลขตามลำดับ";
$lang["config_image_allowed_file_types"] = "ประเภทไฟล์ที่ยอมรับ";
$lang["config_image_max_height_tooltip"] = "ค่าพิกเซลความสูงของรูปที่ยอมให้แนบไฟล์ได้";
$lang["config_image_max_size_tooltip"] = "ขนาดของไฟล์รูปที่ยอมให้แนบไฟล์ได้ในขนาดกิโลไบต์(kb.)";
$lang["config_image_max_width_tooltip"] = "ค่าพิกเซลความยาวของรูปที่ยอมให้แนบไฟล์ได้";
$lang["config_image_restrictions"] = "ข้อจำกัดของไฟล์รูปที่แนบ";
$lang["config_include_hsn"] = "เพิ่มการรองรับ HSN Codes";
$lang["config_info"] = "ข้อมูลร้านค้า";
$lang["config_info_configuration"] = "ข้อมูลร้านค้า";
$lang["config_input_groups"] = "นำเข้าแบบกลุ่ม";
$lang["config_integrations"] = "การเข้าร่ว";
$lang["config_integrations_configuration"] = "การเข้าร่วมกับบุคคลภายนอก";
$lang["config_invoice"] = "ใบแจ้งหนี้";
$lang["config_invoice_configuration"] = "ตั้งค่าการพิมพ์ใบแจ้งหนี้";
$lang["config_invoice_default_comments"] = "ค่าเริ่มต้นหมายเหตุในใบแจ้งหนี้";
$lang["config_invoice_email_message"] = "ต้นแบบใบแจ้งหนี้ (Email)";
$lang["config_invoice_enable"] = "เปิดการออกใบแจ้งหนี้";
$lang["config_invoice_printer"] = "ครื่องพิมพ์สำหรับการออกใบแจ้งหนี้";
$lang["config_invoice_type"] = "ชนิดของใบแจ้งหนี้";
$lang["config_is_readable"] = "สามารถอ่านได้ แต่สิทธิ์ไม่ถูกต้อง กรุณาตั้งค่าเป็น 640 หรือ 660 แล้วโหลดใหม่อีกครั้ง";
$lang["config_is_writable"] = "สามารถเขียนข้อมูลได้ แต่สิทธิ์ไม่ถูกต้อง ต้องสูงกว่าค่า 750 กรุณาตั้งค่าเป็น 750 แล้วโหลดใหม่อีกครั้ง";
$lang["config_item_markup"] = "";
$lang["config_jsprintsetup_required"] = "คำเตือน! ฟังก์ชันการทำงานที่ถูกปิดอยู่ จะสามารถใช้งานได้เมื่อติดตั้ง FireFox jsPrintSetup แล้วเท่านั้น, จะบันทึกข้อมูลหรือไม่?";
$lang["config_language"] = "ภาษา";
$lang["config_last_used_invoice_number"] = "หมายเลขใบแจ้งหนี้ฉบับล่าสุด";
$lang["config_last_used_quote_number"] = "หมายเลขใบเสนอราคาฉบับล่าสุด";
$lang["config_last_used_work_order_number"] = "หมายเลข W/O ฉบับล่าสุด";
$lang["config_left"] = "ซ้าย";
$lang["config_license"] = "ใบอนุญาต";
$lang["config_license_configuration"] = "รายละเอียดใบอนุญาต";
$lang["config_line_sequence"] = "เลขที่บรรทัด";
$lang["config_lines_per_page"] = "จำนวนบรรทัด/หน้า";
$lang["config_lines_per_page_number"] = "จำนวนบรรทัด/หน้า จะต้องเป็นตัวเลข";
$lang["config_lines_per_page_required"] = "จำเป็นต้องป้อน จำนวนบรรทัด/หน้า";
$lang["config_locale"] = "เขตพื้นที่";
$lang["config_locale_configuration"] = "ตั้งค่าเขตพื้นที่";
$lang["config_locale_info"] = "ข้อมูลเขตพื้นที่";
$lang["config_location"] = "สินค้าคงคลัง";
$lang["config_location_configuration"] = "ตำแหน่งสินค้าคงคลัง";
$lang["config_location_info"] = "ข้อมูลตำแหน่งสินค้าคงคลัง";
$lang["config_login_form"] = "รูปแบบแบบฟอร์มการเข้าระบบ";
$lang["config_logout"] = "ต้องการสำรองข้อมูลก่อนออกจากระบบหรือไม่? [OK] สำรองข้อมูล / [Cancel] ออกจากระบบ";
$lang["config_mailchimp"] = "ระบบส่งอีเมล์เมล์ชิม";
$lang["config_mailchimp_api_key"] = "API Key สำหรับระบบส่งอีเมล์เมล์ชิม";
$lang["config_mailchimp_configuration"] = "ตั้งค่าระบบส่งอีเมล์เมล์ชิม";
$lang["config_mailchimp_key_successfully"] = "API Key ถูกต้อง";
$lang["config_mailchimp_key_unsuccessfully"] = "API Key ไม่ถูกต้อง";
$lang["config_mailchimp_lists"] = "รายการระบบส่งอีเมล์เมล์ชิม";
$lang["config_mailchimp_tooltip"] = "คลิกที่ไอคอนเพื่อรับ API Key";
$lang["config_message"] = "ข้อความ";
$lang["config_message_configuration"] = "ตั้งค่าข้อความ";
$lang["config_msg_msg"] = "ข้อความที่ถูกบักทึกไว้";
$lang["config_msg_msg_placeholder"] = "สร้างข้อความ SMS template ที่นี่";
$lang["config_msg_pwd"] = "รหัสผ่านของ SMS-API";
$lang["config_msg_pwd_required"] = "จำเป็นต้องป้อน รหัสผ่านของ SMS-API";
$lang["config_msg_src"] = "ID ผู้ส่(SMS-API)";
$lang["config_msg_src_required"] = "จำเป็นต้องป้อน ID ผู้ส่ง";
$lang["config_msg_uid"] = "ชื่อผู้ใช้งานระบบ SMS-API";
$lang["config_msg_uid_required"] = "จำเป็นต้องป้อน ชื่อผู้ใช้งานระบบ SMS-API";
$lang["config_multi_pack_enabled"] = "หนึ่งรายการมีหลายชิ้น";
$lang["config_no_risk"] = "ไม่มีความเสี่ยงด้านความปลอดภัย / ความเสี่ยง";
$lang["config_none"] = "none";
$lang["config_notify_alignment"] = "แจ้งตำแหน่งแสดงการแจ้งเตือน";
$lang["config_number_format"] = "รูปแบบตัวเลข";
$lang["config_number_locale"] = "Localisation";
$lang["config_number_locale_invalid"] = "The entered locale is invalid. Check the link in the tooltip to find a sensible value";
$lang["config_number_locale_required"] = "Number Locale is a required field";
$lang["config_number_locale_tooltip"] = "Find a suitable locale through this link";
$lang["config_os_timezone"] = "เขตเวลาของระบบ OSPOS:";
$lang["config_ospos_info"] = "ข้อมูลการติดตั้งระบบ OSPOS";
$lang["config_payment_options_order"] = "ตัวเลือกการชำระเงิน";
$lang["config_perm_risk"] = "การอนุญาตที่ไม่ถูกต้องทำให้ซอฟต์แวร์นี้ตกอยู่ในความเสี่ยง";
$lang["config_phone"] = "เบอร์โทรศัพท์";
$lang["config_phone_required"] = "เบอร์โทรต้องกรอก";
$lang["config_print_bottom_margin"] = "ขอบล่าง";
$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_delay_autoreturn"] = "การส่งกลับอัตโนมัติของการขายที่ล่าช้า";
$lang["config_print_delay_autoreturn_number"] = "การส่งกลับอัตโนมัติของการขายที่ล่าช้าจำเป็นต้องระบุ";
$lang["config_print_delay_autoreturn_required"] = "การส่งกลับอัตโนมัติของการขายที่ล่าช้าต้องระบุเป็นตัวเลข";
$lang["config_print_footer"] = "พิมพ์ส่วนท้ายของเบราว์เซอร์";
$lang["config_print_header"] = "พิมพ์ส่วนหัวของเบราว์เซอร์";
$lang["config_print_left_margin"] = "ขอบด้านซ้าย";
$lang["config_print_left_margin_number"] = "ขอบด้านซ้ายค่าเริ่มต้นต้องเป็นตัวเลข";
$lang["config_print_left_margin_required"] = "จำเป็นต้องระบุขอบด้านซ้าย";
$lang["config_print_receipt_check_behaviour"] = "กล่องพิมพ์ใบเสร็จรับเงิน";
$lang["config_print_receipt_check_behaviour_always"] = "เลือกไว้ตลอด";
$lang["config_print_receipt_check_behaviour_last"] = "จดจำการเลือกสุดท้ายไว้";
$lang["config_print_receipt_check_behaviour_never"] = "ไม่เลือกไว้ตลอด";
$lang["config_print_right_margin"] = "ขอบด้านขวา";
$lang["config_print_right_margin_number"] = "ขอบด้านขวาค่าเริ่มต้นต้องเป็นตัวเลข";
$lang["config_print_right_margin_required"] = "ต้องระบุขอบด้านขวา";
$lang["config_print_silently"] = "แสดงกล่องโต้ตอบการพิมพ์";
$lang["config_print_top_margin"] = "ขอบด้านบน";
$lang["config_print_top_margin_number"] = "ขอบด้านบนค่าเริ่มต้นจะต้องเป็นตัวเลข";
$lang["config_print_top_margin_required"] = "ต้องระบุขอบด้านบน";
$lang["config_quantity_decimals"] = "ทศนิยมจำนว";
$lang["config_quick_cash_enable"] = "";
$lang["config_quote_default_comments"] = "ค่าปริยายของความคิดเห็น";
$lang["config_receipt"] = "ใบเสร็จ";
$lang["config_receipt_category"] = "";
$lang["config_receipt_configuration"] = "ตั้งค่าใบเสร็จ";
$lang["config_receipt_default"] = "ค่าเริ่มต้น";
$lang["config_receipt_font_size"] = "ขนาดของตัวอักษร";
$lang["config_receipt_font_size_number"] = "ขนาดตัวอักษรต้องเป็นตัวเลข";
$lang["config_receipt_font_size_required"] = "จำเป็นต้องระบุขนาดตัวอักษร";
$lang["config_receipt_info"] = "ข้อมูลการตั้งค่าใบเสร็จ";
$lang["config_receipt_printer"] = "เครื่องพิมพ์ตั๋ว";
$lang["config_receipt_short"] = "สั้น";
$lang["config_receipt_show_company_name"] = "แสดงชื่อบริษัท";
$lang["config_receipt_show_description"] = "แสดงรายละเอียด";
$lang["config_receipt_show_serialnumber"] = "แสดงหมายเลขซีเรีย";
$lang["config_receipt_show_tax_ind"] = "แสดงอัตราภาษี";
$lang["config_receipt_show_taxes"] = "แสดงภาษี";
$lang["config_receipt_show_total_discount"] = "แสดงส่วนลดทั้งหมด";
$lang["config_receipt_template"] = "ต้นแบบใบเสร็จ";
$lang["config_receiving_calculate_average_price"] = "คำนวณราคาเฉลี่ย (ได้รับมา)";
$lang["config_recv_invoice_format"] = "ใบส่งของ";
$lang["config_register_mode_default"] = "ค่าปริยายรูปแบบการลงทะเบียน";
$lang["config_report_an_issue"] = "รายงานปัญหา";
$lang["config_return_policy_required"] = "ต้องกรอกเงื่อนไขการคืนสินค้";
$lang["config_reward"] = "คะแนนสะสม";
$lang["config_reward_configuration"] = "การตั้งค่าคะแนนสะสม";
$lang["config_right"] = "ถูกต้อง";
$lang["config_sales_invoice_format"] = "รหัสใบเสร็จ";
$lang["config_sales_quote_format"] = "ูปแบบใบเสนอราคาขาย";
$lang["config_saved_successfully"] = "บันทึกข้อมูลร้านค้าเรียบร้อยแล้ว";
$lang["config_saved_unsuccessfully"] = "บันทึกข้อมูลร้านค้าไม่สำเร็จ";
$lang["config_security_issue"] = "คำเตือนช่องโหว่ด้านความปลอดภัย";
$lang["config_server_notice"] = "โปรดใช้ข้อมูลด้านล่างสำหรับการรายงานปัญหา";
$lang["config_service_charge"] = "";
$lang["config_show_due_enable"] = "";
$lang["config_show_office_group"] = "แสดงไอคอนสำนักงาน";
$lang["config_statistics"] = "ส่งยอดสถิติ";
$lang["config_statistics_tooltip"] = "ส่งข้อมูลสถิติเพื่อการพัฒนาและปรับปรุงความสามารถ";
$lang["config_stock_location"] = "ถานที่เก็บ";
$lang["config_stock_location_duplicate"] = "ที่ตั้งคลังสินค้าต้องไม่ซ้ำกัน";
$lang["config_stock_location_invalid_chars"] = "ชื่อสต๊อกสถานที่เก็บสินค้าต้องไม่มีอักษรพิเศษ '_'";
$lang["config_stock_location_required"] = "จำเป็นต้องระบุสถานที่เก็บ";
$lang["config_suggestions_fifth_column"] = "";
$lang["config_suggestions_first_column"] = "คอลัมน์ 1";
$lang["config_suggestions_fourth_column"] = "";
$lang["config_suggestions_layout"] = "รูปแบบข้อแนะนำในการค้นหา";
$lang["config_suggestions_second_column"] = "คอลัมน์ 2";
$lang["config_suggestions_third_column"] = "คอลัมน์ 3";
$lang["config_system_conf"] = "การตั้งค่าและกำหนดค่า";
$lang["config_system_info"] = "System Info";
$lang["config_table"] = "โต๊ะนั่งทาน";
$lang["config_table_configuration"] = "ตั้งค่าโต๊ะนั่งทาน";
$lang["config_takings_printer"] = "เลือกเครื่องพิมพ์";
$lang["config_tax"] = "ภาษี";
$lang["config_tax_category"] = "หมวดหมู่ภาษี";
$lang["config_tax_category_duplicate"] = "หมวดหมู่ภาษีที่ป้อน ซ้ำกับข้อมูลที่มีอยู่";
$lang["config_tax_category_invalid_chars"] = "หมวดหมู่ภาษีที่ป้อน ไม่ถูกต้อง";
$lang["config_tax_category_required"] = "หมวดหมู่ภาษี จำเป็นต้องป้อน";
$lang["config_tax_category_used"] = "ไม่สามารถลบ หมวดหมู่ภาษี ที่กำลังมีการใช้งานอยู่";
$lang["config_tax_configuration"] = "ตั้งค่าระบบภาษี";
$lang["config_tax_decimals"] = "จำนวนทศนิยมภาษี";
$lang["config_tax_id"] = "เลขประจำตัวผู้เสียภาษี";
$lang["config_tax_included"] = "รวมภาษีแล้ว";
$lang["config_theme"] = "Theme";
$lang["config_theme_preview"] = "ดูตัวอย่างธีม:";
$lang["config_thousands_separator"] = "ตัวคั่นหลักพัน";
$lang["config_timezone"] = "โซนเวลา";
$lang["config_timezone_error"] = "เขตเวลาของระบบ OSPOS แตกต่างกับเขตเวลาปัจจุบันของคุณ";
$lang["config_top"] = "ด้านบน";
$lang["config_use_destination_based_tax"] = "เปิดใช้ Destination-Based Tax";
$lang["config_user_timezone"] = "ขตเวลาปัจจุบัน:";
$lang["config_website"] = "ว็บไซต์";
$lang["config_wholesale_markup"] = "";
$lang["config_work_order_enable"] = "เปิดใช้ ใบสั่งงาน (WO)";
$lang["config_work_order_format"] = "รูปแบบ ใบสั่งงาน (WO)";
return [
"address" => "ที่อยู่",
"address_required" => "ที่อยู่ต้องกรอก",
"all_set" => "การตั้งค่าอนุญาตไฟล์ทั้งหมดถูกต้อง!",
"allow_duplicate_barcodes" => "นุญาตบาร์โค้ดที่ซ้ำกัน",
"apostrophe" => "อัญประกาศเดี่ยว '",
"backup_button" => "สำรองข้อมูล",
"backup_database" => "สำรองฐานข้อมูล",
"barcode" => "ตั้งค่าระบบบาร์โค้",
"barcode_company" => "ชื่อร้านค้",
"barcode_configuration" => "ตั้งค่าระบบบาร์โค้ด",
"barcode_content" => "รหัสที่พิมพ์",
"barcode_first_row" => "ถว 1",
"barcode_font" => "แบบอักษร",
"barcode_formats" => "รูปแบบอินพุต",
"barcode_generate_if_empty" => "Generate if empty",
"barcode_height" => "สูง (px)",
"barcode_id" => "รหัสสินค้า/ชื่อสินค้",
"barcode_info" => "ตั้งค่าบาร์โค้ด",
"barcode_layout" => "โครงร่างการพิมพ์",
"barcode_name" => "สินค้า",
"barcode_number" => "UPC/EAN/ISBN",
"barcode_number_in_row" => "จำนวนดวงใน 1 แถว",
"barcode_page_cellspacing" => "ระยะห่างต่อดวง",
"barcode_page_width" => "วามกว้างในหน้",
"barcode_price" => "ราคา",
"barcode_second_row" => "แถว 2",
"barcode_third_row" => "แถว 3",
"barcode_tooltip" => "คำเตือน: คุณสมบัตินี้สามารถทำให้เกิดรายการที่ซ้ำกันที่จะนำเข้าหรือสร้าง ห้ามใช้หากคุณไม่ต้องการบาร์โค้ดที่ซ้ำกัน",
"barcode_type" => "ประเภทบาร์โค้ด",
"barcode_width" => "กว้าง (px)",
"bottom" => "ด้านล่าง",
"cash_button" => "",
"cash_button_1" => "",
"cash_button_2" => "",
"cash_button_3" => "",
"cash_button_4" => "",
"cash_button_5" => "",
"cash_button_6" => "",
"cash_decimals" => "ทศนิยมแบบการเงินสด",
"cash_decimals_tooltip" => "ถ้าทศนิยมแบบเงินสดและทศนิยมแบบสกุลเงินเหมือนกันจะไม่มีการปัดเศษเงินสด",
"cash_rounding" => "การปัดเศษทางการเงิน",
"category_dropdown" => "แสดงกลุ่มเป็นแบบดรอปดาวน์",
"center" => "กึ่งกลาง",
"change_apperance_tooltip" => "",
"comma" => "จุลภาค",
"company" => "ชื่อร้านค้า",
"company_avatar" => "",
"company_change_image" => "เปลี่ยนรูป",
"company_logo" => "ภาพโลโก้",
"company_remove_image" => "ลบรูป",
"company_required" => "ชื่อร้านค้าต้องกรอก",
"company_select_image" => "เลือกรูป",
"company_website_url" => "ที่อยู่เว็บไซต์ร้านค้าไม่ถูกต้อง (เช่น http://...)",
"country_codes" => "รหัสประเทศ",
"country_codes_tooltip" => "ายการรหัสประเทศที่คั่นด้วยคอมม่าสำหรับการค้นหาโดยชื่อที่อยู่",
"currency_code" => "รหัสสกุลเงิน",
"currency_decimals" => "ทศนิยมแบบการเงิน",
"currency_symbol" => "สัญลักษณ์ค่าเงิน",
"current_employee_only" => "",
"customer_reward" => "รางวัล",
"customer_reward_duplicate" => "รางวัลต้องไม่ซ้ำกัน",
"customer_reward_enable" => "เปิดใช้งานรางวัลของลูกค้า",
"customer_reward_invalid_chars" => "รางวัลไม่สามารถมี '_' ได้",
"customer_reward_required" => "รางวัลเป็นฟิลด์บังคับ",
"customer_sales_tax_support" => "",
"date_or_time_format" => "ตัวกรองวันที่และเวลา",
"datetimeformat" => "รูปแบบวันและเวลา",
"decimal_point" => "จุดทศนิยม",
"default_barcode_font_size_number" => "ค่าบาร์โค้ดจะต้องเป็นตัวเลข",
"default_barcode_font_size_required" => "ต้องระบุขนาดตัวบาร์โค้ดเริ่มต้น",
"default_barcode_height_number" => "ความสูงของบาร์โค้ดต้องเป็นตัวเลข",
"default_barcode_height_required" => "ต้องระบุความสูงของบาร์โค้ด",
"default_barcode_num_in_row_number" => "บาร์โค้ดในแถวจะต้องเป็นตัวเลข",
"default_barcode_num_in_row_required" => "ต้องระบุค่าบาร์โค้ด",
"default_barcode_page_cellspacing_number" => "The default barcode page cellspacing must be a number",
"default_barcode_page_cellspacing_required" => "The default barcode page cellspacing is a required field",
"default_barcode_page_width_number" => "The default barcode page width must be a number",
"default_barcode_page_width_required" => "The default barcode page width is a required field",
"default_barcode_width_number" => "The default barcode width must be a number",
"default_barcode_width_required" => "The default barcode width is a required field",
"default_item_columns" => "คอลัมน์รายการที่แสดงเป็นค่าเริ่มต้น",
"default_origin_tax_code" => "รหัสภาษีที่เป็นค่าเริ่มต้น",
"default_receivings_discount" => "ส่วนลดที่เป็นค่าเริ่มต้นที่จะได้รับ",
"default_receivings_discount_number" => "การรับส่วนลดที่เป็นค่าเริ่มต้นต้องเป็นตัวเลข",
"default_receivings_discount_required" => "การรับส่วนลดที่เป็นค่าเริ่มต้นจำเป็นต้องระบุ",
"default_sales_discount" => "ส่วนลดการขายที่เป็นค่าเริ่มต้น",
"default_sales_discount_number" => "ส่วนลดการขายเริ่มต้นจะต้องเป็นตัวเลข",
"default_sales_discount_required" => "ส่วนลดการขายเริ่มต้นเป็นจำเป็นต้องมีข้อมูล",
"default_tax_category" => "หมวดหมู่ภาษีที่เป็นค่าเริ่มต้น",
"default_tax_code" => "รหัสภาษีที่เป็นค่าเริ่มต้น",
"default_tax_jurisdiction" => "เขตพื้นที่กฎหมายภาษีที่เป็นค่าเริ่มต้น",
"default_tax_name_number" => "ชื่อภาษีที่เป็นค่าเริ่มต้นจะต้องเป็นตัวอักษร",
"default_tax_name_required" => "ชื่อภาษีเริ่มต้นจำเป็นต้องมีข้อมูล",
"default_tax_rate" => "อัตราภาษีเริ่มต้น %",
"default_tax_rate_1" => "อัตราภาษีลำดับที่ 1",
"default_tax_rate_2" => "อัตราภาษีลำดับที่ 2",
"default_tax_rate_3" => "",
"default_tax_rate_number" => "อัตราภาษีเริ่มต้นต้องเป็นตัวเลข",
"default_tax_rate_required" => "อัตราภาษีเริ่มต้นต้องกรอก",
"derive_sale_quantity" => "จำนวนปริมาณการขายที่ได้รับ",
"derive_sale_quantity_tooltip" => "หากทำเครื่องหมาย ระบบจะระบุประเภทรายการใหม่สำหรับรายการตามจำนวนที่เพิ่มขึ้น",
"dinner_table" => "โต๊ะ",
"dinner_table_duplicate" => "โต๊ะจะต้องไม่ซ้ำกั",
"dinner_table_enable" => "เปิดใช้งานบริการโต๊ะนั่งทาน",
"dinner_table_invalid_chars" => "ชื่อโต๊ะจะต้องไม่มีเครื่องหมาย '_' อยู่",
"dinner_table_required" => "โต๊ะจำเป็นต้องระบุค่า",
"dot" => "จุด",
"email" => "อีเมล์",
"email_configuration" => "ตั้งค่าอีเมล์",
"email_mailpath" => "ที่อยู่ส่งเมล์",
"email_protocol" => "โปรโตคอ",
"email_receipt_check_behaviour" => "ทำเครื่องหมายรับอีเมล",
"email_receipt_check_behaviour_always" => "ตรวจสอบอยู่เสมอ",
"email_receipt_check_behaviour_last" => "จำการเลือกสุดท้าย",
"email_receipt_check_behaviour_never" => "ไม่ถูกตรวจสอบเสมอ",
"email_smtp_crypto" => "การเข้ารหัสของเอสเอ็มทีพี",
"email_smtp_host" => "เซอร์เวอร์เอสเอ็มทีพี",
"email_smtp_pass" => "รหัสผ่านเอสเอ็มทีพี",
"email_smtp_port" => "เอสเอ็มทีพีพอร์ต",
"email_smtp_timeout" => "ระยะเวลารอคอยของเอสเอ็มทีพี",
"email_smtp_user" => "ชื่อผู้ใช้งานของเอสเอ็มทีพี",
"enable_avatar" => "",
"enable_avatar_tooltip" => "",
"enable_dropdown_tooltip" => "",
"enable_new_look" => "",
"enable_right_bar" => "",
"enable_right_bar_tooltip" => "",
"enforce_privacy" => "บังคับความเป็นส่วนตัว",
"enforce_privacy_tooltip" => "ปกป้องความเป็นส่วนตัวของลูกค้าที่บังคับใช้การตรวจข้อมูลในกรณีที่ข้อมูลถูกลบ",
"fax" => "แฟ็กซ์",
"file_perm" => "มีปัญหาเกี่ยวกับการอนุญาตของไฟล์ โปรดแก้ไขและโหลดหน้านี้ใหม่อีกครั้ง",
"financial_year" => "เริ่มปีงบประมาณ",
"financial_year_apr" => "วันที่ 1 เมษายน",
"financial_year_aug" => "วันที่ 1 สิงหาคม",
"financial_year_dec" => "วันที่ 1 ธันวาคม",
"financial_year_feb" => "วันที่ 1 กุมภาพันธ์",
"financial_year_jan" => "วันที่ 1 กราคม",
"financial_year_jul" => "วันที่ 1 กรกฏาคม",
"financial_year_jun" => "วันที่ 1 มิถุนายน",
"financial_year_mar" => "วันที่ 1 มีนาคม",
"financial_year_may" => "วันที่ 1 พฤษภาคม",
"financial_year_nov" => "วันที่ 1 พฤศจิกายน",
"financial_year_oct" => "วันที่ 1 ตุลาคม",
"financial_year_sep" => "วันที่ 1 กันยายน",
"floating_labels" => "แสดงตัวเลข",
"gcaptcha_enable" => "ขอรหัสยืนยันใหม่ เพื่อเข้าระบบ",
"gcaptcha_secret_key" => "รหัสลับ สำหรับรหัสยืนยัน",
"gcaptcha_secret_key_required" => "จำเป็นต้องระบุ รหัสลับ สำหรับรหัสยืนยัน",
"gcaptcha_site_key" => "รหัสของเว็บเพจ สำหรับรหัสยืนยัน",
"gcaptcha_site_key_required" => "จำเป็นต้องระบุ รหัสของเว็บเพจ สำหรับรหัสยืนยัน",
"gcaptcha_tooltip" => "ปกป้องการเข้าสู่ระบบด้วย reCAPTCHA โปรดคลิกที่ไอคอนเพื่อรับ API key pair",
"general" => "การตั้งค่า",
"general_configuration" => "ตั้งค่าทั่วไป",
"giftcard_number" => "เลขที่บัตรของขวัญ",
"giftcard_random" => "สร้างหมายเลขแบบสุ่ม",
"giftcard_series" => "สร้างหมายเลขตามลำดับ",
"image_allowed_file_types" => "ประเภทไฟล์ที่ยอมรับ",
"image_max_height_tooltip" => "ค่าพิกเซลความสูงของรูปที่ยอมให้แนบไฟล์ได้",
"image_max_size_tooltip" => "ขนาดของไฟล์รูปที่ยอมให้แนบไฟล์ได้ในขนาดกิโลไบต์(kb.)",
"image_max_width_tooltip" => "ค่าพิกเซลความยาวของรูปที่ยอมให้แนบไฟล์ได้",
"image_restrictions" => "ข้อจำกัดของไฟล์รูปที่แนบ",
"include_hsn" => "เพิ่มการรองรับ HSN Codes",
"info" => "ข้อมูลร้านค้า",
"info_configuration" => "ข้อมูลร้านค้า",
"input_groups" => "นำเข้าแบบกลุ่",
"integrations" => "การเข้าร่วม",
"integrations_configuration" => "การเข้าร่วมกับบุคคลภายนอก",
"invoice" => "ใบแจ้งหนี้",
"invoice_configuration" => "ตั้งค่าการพิมพ์ใบแจ้งหนี้",
"invoice_default_comments" => "ค่าเริ่มต้นหมายเหตุในใบแจ้งหนี้",
"invoice_email_message" => "ต้นแบบใบแจ้งหนี้ (Email)",
"invoice_enable" => "ปิดการออกใบแจ้งหนี้",
"invoice_printer" => "เครื่องพิมพ์สำหรับการออกใบแจ้งหนี้",
"invoice_type" => "ชนิดของใบแจ้งหนี้",
"is_readable" => "สามารถอ่านได้ แต่สิทธิ์ไม่ถูกต้อง กรุณาตั้งค่าเป็น 640 หรือ 660 แล้วโหลดใหม่อีกครั้ง",
"is_writable" => "สามารถเขียนข้อมูลได้ แต่สิทธิ์ไม่ถูกต้อง ต้องสูงกว่าค่า 750 กรุณาตั้งค่าเป็น 750 แล้วโหลดใหม่อีกครั้ง",
"item_markup" => "",
"jsprintsetup_required" => "คำเตือน! ฟังก์ชันการทำงานที่ถูกปิดอยู่ จะสามารถใช้งานได้เมื่อติดตั้ง FireFox jsPrintSetup แล้วเท่านั้น, จะบันทึกข้อมูลหรือไม่?",
"language" => "ภาษา",
"last_used_invoice_number" => "หมายเลขใบแจ้งหนี้ฉบับล่าสุด",
"last_used_quote_number" => "หมายเลขใบเสนอราคาฉบับล่าสุด",
"last_used_work_order_number" => "หมายเลข W/O ฉบับล่าสุด",
"left" => "ซ้าย",
"license" => "ใบอนุญาต",
"license_configuration" => "รายละเอียดใบอนุญาต",
"line_sequence" => "เลขที่บรรทัด",
"lines_per_page" => "จำนวนบรรทัด/หน้า",
"lines_per_page_number" => "จำนวนบรรทัด/หน้า จะต้องเป็นตัวเลข",
"lines_per_page_required" => "จำเป็นต้องป้อน จำนวนบรรทัด/หน้า",
"locale" => "เขตพื้นที่",
"locale_configuration" => "ตั้งค่าเขตพื้นที่",
"locale_info" => "ข้อมูลเขตพื้นที่",
"location" => "สินค้าคงคลัง",
"location_configuration" => "ตำแหน่งสินค้าคงคลัง",
"location_info" => "ข้อมูลตำแหน่งสินค้าคงคลัง",
"login_form" => "รูปแบบแบบฟอร์มการเข้าระบบ",
"logout" => "ต้องการสำรองข้อมูลก่อนออกจากระบบหรือไม่? [OK] สำรองข้อมูล / [Cancel] ออกจากระบบ",
"mailchimp" => "ระบบส่งอีเมล์เมล์ชิม",
"mailchimp_api_key" => "API Key สำหรับระบบส่งอีเมล์เมล์ชิม",
"mailchimp_configuration" => "ตั้งค่าระบบส่งอีเมล์เมล์ชิม",
"mailchimp_key_successfully" => "API Key ถูกต้อง",
"mailchimp_key_unsuccessfully" => "API Key ไม่ถูกต้อง",
"mailchimp_lists" => "รายการระบบส่งอีเมล์เมล์ชิม",
"mailchimp_tooltip" => "คลิกที่ไอคอนเพื่อรับ API Key",
"message" => "ข้อความ",
"message_configuration" => "ตั้งค่าข้อความ",
"msg_msg" => "ข้อความที่ถูกบักทึกไว้",
"msg_msg_placeholder" => "สร้างข้อความ SMS template ที่นี่",
"msg_pwd" => "รหัสผ่านของ SMS-API",
"msg_pwd_required" => "จำเป็นต้องป้อน รหัสผ่านของ SMS-API",
"msg_src" => "ID ผู้ส่ง (SMS-API)",
"msg_src_required" => "จำเป็นต้องป้อน ID ผู้ส่ง",
"msg_uid" => "ชื่อผู้ใช้งานระบบ SMS-API",
"msg_uid_required" => "จำเป็นต้องป้อน ชื่อผู้ใช้งานระบบ SMS-API",
"multi_pack_enabled" => "หนึ่งรายการมีหลายชิ้น",
"no_risk" => "ไม่มีความเสี่ยงด้านความปลอดภัย / ความเสี่ยง",
"none" => "none",
"notify_alignment" => "แจ้งตำแหน่งแสดงการแจ้งเตือน",
"number_format" => "รูปแบบตัวเลข",
"number_locale" => "Localisation",
"number_locale_invalid" => "The entered locale is invalid. Check the link in the tooltip to find a sensible value",
"number_locale_required" => "Number Locale is a required field",
"number_locale_tooltip" => "Find a suitable locale through this link",
"os_timezone" => "เขตเวลาของระบบ OSPOS:",
"ospos_info" => "ข้อมูลการติดตั้งระบบ OSPOS",
"payment_options_order" => "ตัวเลือกการชำระเงิน",
"perm_risk" => "การอนุญาตที่ไม่ถูกต้องทำให้ซอฟต์แวร์นี้ตกอยู่ในความเสี่ยง",
"phone" => "เบอร์โทรศัพท์",
"phone_required" => "เบอร์โทรต้องกรอก",
"print_bottom_margin" => "ขอบล่าง",
"print_bottom_margin_number" => "The default bottom margin must be a number",
"print_bottom_margin_required" => "The default bottom margin is a required field",
"print_delay_autoreturn" => "การส่งกลับอัตโนมัติของการขายที่ล่าช้า",
"print_delay_autoreturn_number" => "การส่งกลับอัตโนมัติของการขายที่ล่าช้าจำเป็นต้องระบุ",
"print_delay_autoreturn_required" => "การส่งกลับอัตโนมัติของการขายที่ล่าช้าต้องระบุเป็นตัวเลข",
"print_footer" => "พิมพ์ส่วนท้ายของเบราว์เซอร์",
"print_header" => "พิมพ์ส่วนหัวของเบราว์เซอร์",
"print_left_margin" => "ขอบด้านซ้าย",
"print_left_margin_number" => "ขอบด้านซ้ายค่าเริ่มต้นต้องเป็นตัวเลข",
"print_left_margin_required" => "จำเป็นต้องระบุขอบด้านซ้าย",
"print_receipt_check_behaviour" => "กล่องพิมพ์ใบเสร็จรับเงิน",
"print_receipt_check_behaviour_always" => "เลือกไว้ตลอด",
"print_receipt_check_behaviour_last" => "จดจำการเลือกสุดท้ายไว้",
"print_receipt_check_behaviour_never" => "ไม่เลือกไว้ตลอด",
"print_right_margin" => "ขอบด้านขวา",
"print_right_margin_number" => "ขอบด้านขวาค่าเริ่มต้นต้องเป็นตัวเลข",
"print_right_margin_required" => "ต้องระบุขอบด้านขวา",
"print_silently" => "แสดงกล่องโต้ตอบการพิมพ์",
"print_top_margin" => "ขอบด้านบน",
"print_top_margin_number" => "ขอบด้านบนค่าเริ่มต้นจะต้องเป็นตัวเลข",
"print_top_margin_required" => "ต้องระบุขอบด้านบ",
"quantity_decimals" => "ทศนิยมจำนวน",
"quick_cash_enable" => "",
"quote_default_comments" => "ค่าปริยายของความคิดเห็น",
"receipt" => "ใบเสร็จ",
"receipt_category" => "",
"receipt_configuration" => "ตั้งค่าใบเสร็จ",
"receipt_default" => "ค่าเริ่มต้น",
"receipt_font_size" => "ขนาดของตัวอักษร",
"receipt_font_size_number" => "ขนาดตัวอักษรต้องเป็นตัวเลข",
"receipt_font_size_required" => "จำเป็นต้องระบุขนาดตัวอักษร",
"receipt_info" => "ข้อมูลการตั้งค่าใบเสร็จ",
"receipt_printer" => "เครื่องพิมพ์ตั๋ว",
"receipt_short" => "สั้น",
"receipt_show_company_name" => "แสดงชื่อบริษัท",
"receipt_show_description" => "แสดงรายละเอีย",
"receipt_show_serialnumber" => "แสดงหมายเลขซีเรียล",
"receipt_show_tax_ind" => "แสดงอัตราภาษี",
"receipt_show_taxes" => "แสดงภาษี",
"receipt_show_total_discount" => "แสดงส่วนลดทั้งหมด",
"receipt_template" => "ต้นแบบใบเสร็จ",
"receiving_calculate_average_price" => "คำนวณราคาเฉลี่ย (ได้รับมา)",
"recv_invoice_format" => "ใบส่งของ",
"register_mode_default" => "ค่าปริยายรูปแบบการลงทะเบียน",
"report_an_issue" => "รายงานปัญห",
"return_policy_required" => "ต้องกรอกเงื่อนไขการคืนสินค้า",
"reward" => "คะแนนสะสม",
"reward_configuration" => "การตั้งค่าคะแนนสะสม",
"right" => "ถูกต้อง",
"sales_invoice_format" => "หัสใบเสร็จ",
"sales_quote_format" => "รูปแบบใบเสนอราคาขาย",
"saved_successfully" => "บันทึกข้อมูลร้านค้าเรียบร้อยแล้ว",
"saved_unsuccessfully" => "บันทึกข้อมูลร้านค้าไม่สำเร็จ",
"security_issue" => "คำเตือนช่องโหว่ด้านความปลอดภัย",
"server_notice" => "โปรดใช้ข้อมูลด้านล่างสำหรับการรายงานปัญหา",
"service_charge" => "",
"show_due_enable" => "",
"show_office_group" => "แสดงไอคอนสำนักงาน",
"statistics" => "ส่งยอดสถิติ",
"statistics_tooltip" => "่งข้อมูลสถิติเพื่อการพัฒนาและปรับปรุงความสามารถ",
"stock_location" => "สถานที่เก็บ",
"stock_location_duplicate" => "ที่ตั้งคลังสินค้าต้องไม่ซ้ำกัน",
"stock_location_invalid_chars" => "ชื่อสต๊อกสถานที่เก็บสินค้าต้องไม่มีอักษรพิเศษ '_'",
"stock_location_required" => "จำเป็นต้องระบุสถานที่เก็บ",
"suggestions_fifth_column" => "",
"suggestions_first_column" => "คอลัมน์ 1",
"suggestions_fourth_column" => "",
"suggestions_layout" => "รูปแบบข้อแนะนำในการค้นหา",
"suggestions_second_column" => "คอลัมน์ 2",
"suggestions_third_column" => "คอลัมน์ 3",
"system_conf" => "การตั้งค่าและกำหนดค่า",
"system_info" => "System Info",
"table" => "โต๊ะนั่งทาน",
"table_configuration" => "ตั้งค่าโต๊ะนั่งทาน",
"takings_printer" => "เลือกเครื่องพิมพ์",
"tax" => "ภาษี",
"tax_category" => "หมวดหมู่ภาษี",
"tax_category_duplicate" => "หมวดหมู่ภาษีที่ป้อน ซ้ำกับข้อมูลที่มีอยู่",
"tax_category_invalid_chars" => "หมวดหมู่ภาษีที่ป้อน ไม่ถูกต้อง",
"tax_category_required" => "หมวดหมู่ภาษี จำเป็นต้องป้อน",
"tax_category_used" => "ไม่สามารถลบ หมวดหมู่ภาษี ที่กำลังมีการใช้งานอยู่",
"tax_configuration" => "ตั้งค่าระบบภาษี",
"tax_decimals" => "จำนวนทศนิยมภาษี",
"tax_id" => "เลขประจำตัวผู้เสียภาษี",
"tax_included" => "รวมภาษีแล้ว",
"theme" => "Theme",
"theme_preview" => "ดูตัวอย่างธีม:",
"thousands_separator" => "ตัวคั่นหลักพัน",
"timezone" => "โซนเวลา",
"timezone_error" => "เขตเวลาของระบบ OSPOS แตกต่างกับเขตเวลาปัจจุบันของคุณ",
"top" => "ด้านบน",
"use_destination_based_tax" => "ปิดใช้ Destination-Based Tax",
"user_timezone" => "ขตเวลาปัจจุบัน:",
"website" => "เว็บไซต์",
"wholesale_markup" => "",
"work_order_enable" => "เปิดใช้ ใบสั่งงาน (WO)",
"work_order_format" => "รูปแบบ ใบสั่งงาน (WO)",
];

View File

@@ -1,54 +1,56 @@
<?php
$lang["customers_account_number"] = "บัญชี #";
$lang["customers_account_number_duplicate"] = "This account number is already present in the database";
$lang["customers_available_points"] = "คะแนนที่มี";
$lang["customers_available_points_value"] = "";
$lang["customers_average"] = "ใช้จ่ายเฉลี่ย";
$lang["customers_avg_discount"] = "ส่วนลดเฉลี่ย";
$lang["customers_basic_information"] = "ข้อมูล";
$lang["customers_cannot_be_deleted"] = "ไม่สามารลบลูกค้าที่ถูกเลือก, ลูกค้าที่ถูกเลือกถูขายไปแล้ว.";
$lang["customers_company_name"] = "บริษัท";
$lang["customers_confirm_delete"] = "ยืนยันลบข้อมูลลูกค้า?";
$lang["customers_confirm_restore"] = "คุณแน่ใจใช่ไหมว่าต้องการกู้คืนลูกค้าที่เลือก ?";
$lang["customers_consent"] = "วามยินยอมในการลงทะเบียน";
$lang["customers_consent_required"] = "ความยินยอมในการลงทะเบียนต้องระบุข้อมูล";
$lang["customers_csv_import_failed"] = "นำเข้าข้อมูล CSV ล้มเหลว";
$lang["customers_csv_import_nodata_wrongformat"] = "Your uploaded file has no data or wrong format";
$lang["customers_csv_import_partially_failed"] = "นำเข้าลูกค้าประสบความสำเร็จแต่มีข้อผิดพลาดบางอย่าง :";
$lang["customers_csv_import_success"] = "Import of Customers successful";
$lang["customers_customer"] = "ลูกค้า";
$lang["customers_date"] = "วันที่";
$lang["customers_discount"] = "ส่วนลด";
$lang["customers_discount_fixed"] = "ส่วนลดคงที่";
$lang["customers_discount_percent"] = "ส่วนลดแบบร้อยละ";
$lang["customers_discount_type"] = "ประเภทส่วนลด";
$lang["customers_email_duplicate"] = "มีที่อยู่อีเมลนี้ในฐานข้อมูลแล้ว";
$lang["customers_employee"] = "พนักงาน";
$lang["customers_error_adding_updating"] = "แก้ไขข้อมูลลูกค้าผิดพลาด";
$lang["customers_import_items_csv"] = "Import customers from CSV sheet";
$lang["customers_mailchimp_activity_click"] = "คลิ๊กอีเมล";
$lang["customers_mailchimp_activity_lastopen"] = "อีเมลที่เปิดล่าสุด";
$lang["customers_mailchimp_activity_open"] = "เปิดอีเมล";
$lang["customers_mailchimp_activity_total"] = "ส่งอีเมล";
$lang["customers_mailchimp_activity_unopen"] = "ไม่เปิดอีเมล";
$lang["customers_mailchimp_email_client"] = "โปรแกรมรับส่งเมล";
$lang["customers_mailchimp_info"] = "ระบบส่งอีเมล์ชิม";
$lang["customers_mailchimp_member_rating"] = "ระดั";
$lang["customers_mailchimp_status"] = "สถานะ";
$lang["customers_mailchimp_vip"] = "วีไอพี";
$lang["customers_max"] = "การใช้จ่ายสูงสุด";
$lang["customers_min"] = "การใช้จ่ายน้อยที่สุด";
$lang["customers_new"] = "ลูกค้าใหม่";
$lang["customers_none_selected"] = "คุณยังไม่ได้ทำการเลือกลูกค้า";
$lang["customers_one_or_multiple"] = "ลูกค้า";
$lang["customers_quantity"] = "ปริมาณ";
$lang["customers_stats_info"] = "สถิติ";
$lang["customers_successful_adding"] = "คุณได้ทำการเพิ่มลูกค้าเรียบร้อยแล้ว";
$lang["customers_successful_deleted"] = "คุณได้ทำการลบข้อมูลเรียบร้อยแล้ว";
$lang["customers_successful_updating"] = "คุณได้ทำการแก้ไขข้อมูลลูกค้าเรียบร้อยแล้ว";
$lang["customers_tax_code"] = "รหัสภาษี";
$lang["customers_tax_id"] = "ไอดีภาษี";
$lang["customers_taxable"] = "ต้องเสียภาษี";
$lang["customers_total"] = "Total";
$lang["customers_update"] = "แก้ไขข้อมูลลูกค้า";
$lang["rewards_package"] = "พคเกจรางวัล";
return [
"account_number" => "บัญชี #",
"account_number_duplicate" => "This account number is already present in the database",
"available_points" => "คะแนนที่มี",
"available_points_value" => "",
"average" => "ใช้จ่ายเฉลี่ย",
"avg_discount" => "ส่วนลดเฉลี่ย",
"basic_information" => "ข้อมูล",
"cannot_be_deleted" => "ไม่สามารลบลูกค้าที่ถูกเลือก, ลูกค้าที่ถูกเลือกถูขายไปแล้ว.",
"company_name" => "บริษัท",
"confirm_delete" => "ยืนยันลบข้อมูลลูกค้า?",
"confirm_restore" => "ุณแน่ใจใช่ไหมว่าต้องการกู้คืนลูกค้าที่เลือก ?",
"consent" => "ความยินยอมในการลงทะเบียน",
"consent_required" => "ความยินยอมในการลงทะเบียนต้องระบุข้อมูล",
"csv_import_failed" => "นำเข้าข้อมูล CSV ล้มเหลว",
"csv_import_nodata_wrongformat" => "Your uploaded file has no data or wrong format",
"csv_import_partially_failed" => "นำเข้าลูกค้าประสบความสำเร็จแต่มีข้อผิดพลาดบางอย่าง :",
"csv_import_success" => "Import of Customers successful",
"customer" => "ลูกค้า",
"date" => "วันที่",
"discount" => "ส่วนลด",
"discount_fixed" => "ส่วนลดคงที่",
"discount_percent" => "ส่วนลดแบบร้อยละ",
"discount_type" => "ประเภทส่วนลด",
"email_duplicate" => "มีที่อยู่อีเมลนี้ในฐานข้อมูลแล้ว",
"employee" => "พนักงาน",
"error_adding_updating" => "แก้ไขข้อมูลลูกค้าผิดพลาด",
"import_items_csv" => "Import customers from CSV sheet",
"mailchimp_activity_click" => "คลิ๊กอีเมล",
"mailchimp_activity_lastopen" => "อีเมลที่เปิดล่าสุด",
"mailchimp_activity_open" => "เปิดอีเมล",
"mailchimp_activity_total" => "ส่งอีเมล",
"mailchimp_activity_unopen" => "ไม่เปิดอีเมล",
"mailchimp_email_client" => "โปรแกรมรับส่งเมล",
"mailchimp_info" => "ระบบส่งอีเมล์ชิม",
"mailchimp_member_rating" => "ระดับ",
"mailchimp_status" => "สถานะ",
"mailchimp_vip" => "วีไอพี",
"max" => "การใช้จ่ายสูงสุด",
"min" => "การใช้จ่ายน้อยที่สุด",
"new" => "ลูกค้าใหม่",
"none_selected" => "คุณยังไม่ได้ทำการเลือกลูกค้า",
"one_or_multiple" => "ลูกค้า",
"quantity" => "ปริมาณ",
"stats_info" => "สถิติ",
"successful_adding" => "คุณได้ทำการเพิ่มลูกค้าเรียบร้อยแล้ว",
"successful_deleted" => "คุณได้ทำการลบข้อมูลเรียบร้อยแล้ว",
"successful_updating" => "คุณได้ทำการแก้ไขข้อมูลลูกค้าเรียบร้อยแล้ว",
"tax_code" => "รหัสภาษี",
"tax_id" => "ไอดีภาษี",
"taxable" => "ต้องเสียภาษี",
"total" => "Total",
"update" => "ก้ไขข้อมูลลูกค้า",
"rewards_package" => "แพคเกจรางวัล",
];

View File

@@ -1,118 +1,120 @@
<?php
$lang["items_add_minus"] = "เพิ่ม/ลบ จำนวนสินค้าคงคลัง";
$lang["items_allow_alt_description"] = "แสดงข้อมูลเพิ่มเติม";
$lang["items_amount_entry"] = "จำนวนเงิน";
$lang["items_bulk_edit"] = "แก้ไขความจุ";
$lang["items_buy_price_required"] = "ราคาซื้อขายต้องกรอก";
$lang["items_cannot_be_deleted"] = "ไม่สามารถลบสินค้าที่เลือก, สินค้าที่เลือกถูกขายไปแล้ว.";
$lang["items_cannot_find_item"] = "ไม่พบข้อมูลของสินค้า";
$lang["items_categories"] = "";
$lang["items_category"] = "หมวดหมู่";
$lang["items_category_new"] = "";
$lang["items_category_required"] = "หมวดหมู่สินค้าต้องกรอก";
$lang["items_change_all_to_allow_alt_desc"] = "อนุญาตให้รายละเอียดสำรองทั้งหมด";
$lang["items_change_all_to_not_allow_allow_desc"] = "ไม่อนุญาตให้จัดเรียงลำดับ";
$lang["items_change_all_to_serialized"] = "เปลี่ยนแปลงรหัสสินค้าทั้งหมด";
$lang["items_change_all_to_unserialized"] = "ลบรหัสสินค้าทั้งหมด";
$lang["items_change_image"] = "เปลี่ยนรูปภาพ";
$lang["items_confirm_bulk_edit"] = "แน่ใจหรือไม่ที่จะแก้ใขสินค้าทั้งหมดที่คุณเลือก?";
$lang["items_confirm_bulk_edit_wipe_taxes"] = "ข้อมูลภาษีทั้งหมดจะถูกแทนที่";
$lang["items_confirm_delete"] = "โปรดยืนยันการลบสินค้าที่ถูกเลือก?";
$lang["items_confirm_restore"] = "คุณแน่ใจหรือไม่ว่าต้องการกู้คืนรายการที่เลือก?";
$lang["items_cost_price"] = "ราคาขายส่ง";
$lang["items_cost_price_number"] = "ราคาขายส่งต้องเป็นตัวเลข";
$lang["items_cost_price_required"] = "ต้องกรอกราคาขายส่ง";
$lang["items_count"] = "แก้ไขจำนวนสินค้าคงคลั";
$lang["items_csv_import_failed"] = "นำเข้าข้อมูล CSV ล้มเหลว";
$lang["items_csv_import_nodata_wrongformat"] = "Your uploaded file has no data or wrong format";
$lang["items_csv_import_partially_failed"] = "มีรายการ %1 รายการที่นำเข้าล้มเหลว : %2 รายการที่ยังไม่ได้นำเข้า";
$lang["items_csv_import_success"] = "Import of Items successful";
$lang["items_current_quantity"] = "ปริมาณสินค้าคงคลัง";
$lang["items_default_pack_name"] = "ชิ้นละ";
$lang["items_description"] = "รายละเอียด";
$lang["items_details_count"] = "รายละเอียดจำนวนสินค้าคงคลัง";
$lang["items_do_nothing"] = "ไม่ต้องทำอะไร";
$lang["items_edit"] = "";
$lang["items_edit_fields_you_want_to_update"] = "แก้ไขสินค้าทุกชนิดที่คุณเลือก";
$lang["items_edit_multiple_items"] = "แก้ขสินค้าต่างๆ";
$lang["items_empty_upc_items"] = "Empty UPC Items";
$lang["items_error_adding_updating"] = "เพิ่ม/ปรับแต่ง สินค้าล้มเหลว";
$lang["items_error_updating_multiple"] = "ปรับแต่งสินค้าล้มเหลว";
$lang["items_generate_barcodes"] = "พิมพ์บาร์โค๊ด";
$lang["items_hsn_code"] = "ระบบการตั้งชื่อที่กลมกลืนกัน";
$lang["items_image"] = "ูป";
$lang["items_import_items_csv"] = "ายการที่นำเข้าจาก CSV";
$lang["items_info_provided_by"] = "จัดเตรียมข้อมูลโดย";
$lang["items_inventory"] = "สินค้าคงเหลือ";
$lang["items_inventory_CSV_import_quantity"] = "จำนวนที่นำเข้าจาก CSV";
$lang["items_inventory_comments"] = "คำอธิบาย";
$lang["items_inventory_data_tracking"] = "การติดตามข้อมูลสินค้าคงคลัง";
$lang["items_inventory_date"] = "วันที่";
$lang["items_inventory_employee"] = "พนักงาน";
$lang["items_inventory_in_out_quantity"] = "ปริมาณเข้า / ออก";
$lang["items_inventory_remarks"] = "หมายเหตุ";
$lang["items_is_deleted"] = "ถูกลบแล้ว";
$lang["items_is_printed"] = "";
$lang["items_is_serialized"] = "สินค้ามีซีเรียลนัมเบอร์";
$lang["items_item"] = "สินค้า";
$lang["items_item_id"] = "";
$lang["items_item_number"] = "โค๊ด";
$lang["items_item_number_duplicate"] = "The item number is already present in the database";
$lang["items_kit"] = "ชุด";
$lang["items_location"] = "ที่ตั้ง";
$lang["items_low_inventory_items"] = "สินค้าคงเหลือน้อย";
$lang["items_low_sell_item"] = "รายการขายต่ำ";
$lang["items_manually_editing_of_quantity"] = "แก้ไขจำนวน";
$lang["items_markup"] = "";
$lang["items_name"] = "ชื่อสินค้า";
$lang["items_name_required"] = "ชื่อสินค้าต้องกรอก";
$lang["items_new"] = "เพิ่มรายการสินค้า";
$lang["items_no_description_items"] = "สินค้าที่ไม่มีคำอธิบายหรือวิธีการใช้";
$lang["items_no_items_to_display"] = "ไม่มีสินค้าแสดง";
$lang["items_none"] = "ว่างเปล่า";
$lang["items_none_selected"] = "กรุณาเลือสินค้าที่ต้องการแก้ไข";
$lang["items_nonstock"] = "ไม่นับสต็อก";
$lang["items_number_information"] = "หมายเลขสินค้า";
$lang["items_number_required"] = "จำเป็นต้องระบุบาร์โค้";
$lang["items_one_or_multiple"] = "สินค้า(s)";
$lang["items_pack_name"] = "ชื่อแพ็ค";
$lang["items_qty_per_pack"] = "ปริมาณต่อแพ็ค";
$lang["items_quantity"] = "จำนวน";
$lang["items_quantity_number"] = "จำนวนต้องเป็นตัวเลข";
$lang["items_quantity_required"] = "จำนวนต้องกรอก";
$lang["items_receiving_quantity"] = "ยอดรับมา";
$lang["items_remove_image"] = "นำภาพออก";
$lang["items_reorder_level"] = "ระดับการสั่งใหม่";
$lang["items_reorder_level_number"] = "ระดับการสั่งใหม่ต้องเป็นตัวเลข";
$lang["items_reorder_level_required"] = "ระดับการสั่งหม่ต้องกรอก";
$lang["items_retrive_item_info"] = "ดึงข้อมูลรายการ";
$lang["items_sales_tax_1"] = "ถาษีขาย";
$lang["items_sales_tax_2"] = "าษีขาย 2";
$lang["items_search_attributes"] = "ค้นหาตามคุณสมบัติ";
$lang["items_select_image"] = "เลือกรูปภาพ";
$lang["items_serialized_items"] = "รหัสสินค้า";
$lang["items_standard"] = "มาตรฐาน";
$lang["items_stock"] = "คลังสินค้า";
$lang["items_stock_location"] = "ที่เก็บ";
$lang["items_stock_type"] = "ประเภทคลัง";
$lang["items_successful_adding"] = "เพิ่มสินค้าสำเร็จ";
$lang["items_successful_bulk_edit"] = "ปรับแต่งสินค้าสำเร็จ";
$lang["items_successful_deleted"] = "ลบสินค้าสำเร็จ";
$lang["items_successful_updating"] = "ปรับแต่งสินค้าสำเร็จ";
$lang["items_supplier"] = "ผู้ผลิต";
$lang["items_tax_1"] = "ภาษี 1";
$lang["items_tax_2"] = "ภาษี 2";
$lang["items_tax_3"] = "";
$lang["items_tax_category"] = "ประเภทภาษี";
$lang["items_tax_percent"] = "ภาษี(%)";
$lang["items_tax_percent_number"] = "เปอร์เซ็นต์ภาษีต้องเป็นค่าตัวเลข";
$lang["items_tax_percent_required"] = "เปอร์เซ็นต์ต้องกรอก";
$lang["items_tax_percents"] = "ภาษี(%)";
$lang["items_temp"] = "ชั่วคราว";
$lang["items_type"] = "ประเภทรายการ";
$lang["items_unit_price"] = "ราคาขาย";
$lang["items_unit_price_number"] = "ราคาต่อหน่วยต้องเป็นตัวเล";
$lang["items_unit_price_required"] = "ราคาต่อหน่วยต้องกรอก";
$lang["items_upc_database"] = "UPC ฐานข้อมูล";
$lang["items_update"] = "ปรับแต่งสินค้า";
$lang["items_use_inventory_menu"] = "ใช้เมนูสินค้าคงเหลือ";
return [
"add_minus" => "เพิ่ม/ลบ จำนวนสินค้าคงคลัง",
"allow_alt_description" => "แสดงข้อมูลเพิ่มเติม",
"amount_entry" => "จำนวนเงิน",
"bulk_edit" => "แก้ไขความจุ",
"buy_price_required" => "ราคาซื้อขายต้องกรอก",
"cannot_be_deleted" => "ไม่สามารถลบสินค้าที่เลือก, สินค้าที่เลือกถูกขายไปแล้ว.",
"cannot_find_item" => "ไม่พบข้อมูลของสินค้า",
"categories" => "",
"category" => "หมวดหมู่",
"category_new" => "",
"category_required" => "หมวดหมู่สินค้าต้องกรอก",
"change_all_to_allow_alt_desc" => "อนุญาตให้รายละเอียดสำรองทั้งหมด",
"change_all_to_not_allow_allow_desc" => "ไม่อนุญาตให้จัดเรียงลำดับ",
"change_all_to_serialized" => "เปลี่ยนแปลงรหัสสินค้าทั้งหมด",
"change_all_to_unserialized" => "ลบรหัสสินค้าทั้งหมด",
"change_image" => "เปลี่ยนรูปภาพ",
"confirm_bulk_edit" => "แน่ใจหรือไม่ที่จะแก้ใขสินค้าทั้งหมดที่คุณเลือก?",
"confirm_bulk_edit_wipe_taxes" => "ข้อมูลภาษีทั้งหมดจะถูกแทนที่",
"confirm_delete" => "โปรดยืนยันการลบสินค้าที่ถูกเลือก?",
"confirm_restore" => "คุณแน่ใจหรือไม่ว่าต้องการกู้คืนรายการที่เลือก?",
"cost_price" => "ราคาขายส่ง",
"cost_price_number" => "ราคาขายส่งต้องเป็นตัวเลข",
"cost_price_required" => "ต้องกรอกราคาขายส่",
"count" => "แก้ไขจำนวนสินค้าคงคลัง",
"csv_import_failed" => "นำเข้าข้อมูล CSV ล้มเหลว",
"csv_import_nodata_wrongformat" => "Your uploaded file has no data or wrong format",
"csv_import_partially_failed" => "มีรายการ {0} รายการที่นำเข้าล้มเหลว : {1} รายการที่ยังไม่ได้นำเข้า",
"csv_import_success" => "Import of Items successful",
"current_quantity" => "ปริมาณสินค้าคงคลัง",
"default_pack_name" => "ชิ้นละ",
"description" => "รายละเอียด",
"details_count" => "รายละเอียดจำนวนสินค้าคงคลัง",
"do_nothing" => "ไม่ต้องทำอะไร",
"edit" => "",
"edit_fields_you_want_to_update" => "แก้ขสินค้าทุกชนิดที่คุณเลือก",
"edit_multiple_items" => "แก้ใขสินค้าต่างๆ",
"empty_upc_items" => "Empty UPC Items",
"error_adding_updating" => "เพิ่ม/ปรับแต่ง สินค้าล้มเหลว",
"error_updating_multiple" => "ปรับแต่งสินค้าล้มเหลว",
"generate_barcodes" => "พิมพ์บาร์โค๊ด",
"hsn_code" => "ะบบการตั้งชื่อที่กลมกลืนกัน",
"image" => "ูป",
"import_items_csv" => "รายการที่นำเข้าจาก CSV",
"info_provided_by" => "จัดเตรียมข้อมูลโดย",
"inventory" => "สินค้าคงเหลือ",
"inventory_CSV_import_quantity" => "จำนวนที่นำเข้าจาก CSV",
"inventory_comments" => "คำอธิบาย",
"inventory_data_tracking" => "การติดตามข้อมูลสินค้าคงคลัง",
"inventory_date" => "วันที่",
"inventory_employee" => "พนักงาน",
"inventory_in_out_quantity" => "ปริมาณเข้า / ออก",
"inventory_remarks" => "หมายเหตุ",
"is_deleted" => "ถูกลบแล้ว",
"is_printed" => "",
"is_serialized" => "สินค้ามีซีเรียลนัมเบอร์",
"item" => "สินค้า",
"item_id" => "",
"item_number" => "โค๊ด",
"item_number_duplicate" => "The item number is already present in the database",
"kit" => "ชุด",
"location" => "ที่ตั้ง",
"low_inventory_items" => "สินค้าคงเหลือน้อย",
"low_sell_item" => "รายการขายต่ำ",
"manually_editing_of_quantity" => "แก้ไขจำนวน",
"markup" => "",
"name" => "ชื่อสินค้า",
"name_required" => "ชื่อสินค้าต้องกรอก",
"new" => "เพิ่มรายการสินค้า",
"no_description_items" => "สินค้าที่ไม่มีคำอธิบายหรือวิธีการใช้",
"no_items_to_display" => "ไม่มีสินค้าแสดง",
"none" => "ว่างเปล่า",
"none_selected" => "กรุณาเลือสินค้าที่ต้องการแก้ไข",
"nonstock" => "ไม่นับสต็อก",
"number_information" => "หมายเลขสินค้",
"number_required" => "จำเป็นต้องระบุบาร์โค้ด",
"one_or_multiple" => "สินค้า(s)",
"pack_name" => "ชื่อแพ็ค",
"qty_per_pack" => "ปริมาณต่อแพ็ค",
"quantity" => "จำนวน",
"quantity_number" => "จำนวนต้องเป็นตัวเลข",
"quantity_required" => "จำนวนต้องกรอก",
"receiving_quantity" => "ยอดรับมา",
"remove_image" => "นำภาพออก",
"reorder_level" => "ระดับการสั่งใหม่",
"reorder_level_number" => "ระดับการสั่งหม่ต้องเป็นตัวเลข",
"reorder_level_required" => "ระดับการสั่งไหม่ต้องกรอก",
"retrive_item_info" => "ดึงข้อมูลรายการ",
"sales_tax_1" => "าษีขาย",
"sales_tax_2" => "ภาษีขาย 2",
"search_attributes" => "ค้นหาตามคุณสมบัติ",
"select_image" => "เลือกรูปภาพ",
"serialized_items" => "รหัสสินค้า",
"standard" => "มาตรฐาน",
"stock" => "คลังสินค้า",
"stock_location" => "ที่เก็บ",
"stock_type" => "ประเภทคลัง",
"successful_adding" => "เพิ่มสินค้าสำเร็จ",
"successful_bulk_edit" => "ปรับแต่งสินค้าสำเร็จ",
"successful_deleted" => "ลบสินค้าสำเร็จ",
"successful_updating" => "ปรับแต่งสินค้าสำเร็จ",
"supplier" => "ผู้ผลิต",
"tax_1" => "ภาษี 1",
"tax_2" => "ภาษี 2",
"tax_3" => "",
"tax_category" => "ประเภทภาษี",
"tax_percent" => "ภาษี(%)",
"tax_percent_number" => "เปอร์เซ็นต์ภาษีต้องเป็นค่าตัวเลข",
"tax_percent_required" => "เปอร์เซ็นต์ต้องกรอก",
"tax_percents" => "ภาษี(%)",
"temp" => "ชั่วคราว",
"type" => "ประเภทรายการ",
"unit_price" => "ราคาขาย",
"unit_price_number" => "ราคาต่อหน่วยต้องเป็นตัวเลข",
"unit_price_required" => "ราคาต่อหน่วยต้องกรอก",
"upc_database" => "UPC ฐานข้อมูล",
"update" => "ปรับแต่งสินค้า",
"use_inventory_menu" => "ใช้เมนูสินค้าคงเหลือ",
];

View File

@@ -9,7 +9,6 @@ return [
"logout" => "ออกจากระบบ",
"migration_needed" => "การย้ายฐานข้อมูลไปยัง {0} จะเริ่มต้นหลังจากเข้าสู่ระบบ",
"password" => "รหัสผ่าน",
"required_username" => "",
"username" => "ชื่อผู้ใช้",
"welcome" => "ยินดีต้อนรับสู่ {0}!",
];

View File

@@ -1,146 +1,148 @@
<?php
$lang["reports_all"] = "ทั้งหมด";
$lang["reports_authority"] = "ผู้ได้รับอนุญาติ";
$lang["reports_canceled"] = "ถูกยกเลิก";
$lang["reports_categories"] = "หมวดหมู่";
$lang["reports_categories_summary_report"] = "รายงานสรุปหมวดหมู่";
$lang["reports_category"] = "หมวดหมู่";
$lang["reports_code_canceled"] = "รหัสยกเลิก";
$lang["reports_code_invoice"] = "รหัสใบแจ้งหนี้";
$lang["reports_code_pos"] = "รหัส POS";
$lang["reports_code_quote"] = "อ้างอิง";
$lang["reports_code_return"] = "รหัสส่งคืน";
$lang["reports_code_type"] = "ประเภท";
$lang["reports_code_work_order"] = "รหัสสั่งงาน";
$lang["reports_comments"] = "หมายเหตุ";
$lang["reports_commission"] = "";
$lang["reports_complete"] = "การขายและรับคืนที่สมบูรณ์";
$lang["reports_completed_sales"] = "การขายที่สมบูรณ์";
$lang["reports_confirm_delete"] = "คุณแน่ใจหรือว่าต้องการลบรายการที่เลือก ?";
$lang["reports_confirm_restore"] = "คุณแน่ใจหรือไม่ว่าต้องการกู้คืนรายการที่เลือก?";
$lang["reports_cost"] = "ราคาขายส่ง";
$lang["reports_cost_price"] = "ราคาขายส่ง";
$lang["reports_count"] = "นับ";
$lang["reports_customer"] = "ลูกค้า";
$lang["reports_customers"] = "ลูกค้า";
$lang["reports_customers_summary_report"] = "รายงานสรุปลูกค้า";
$lang["reports_date"] = "วันที่";
$lang["reports_date_range"] = "ระหว่างวันที่";
$lang["reports_description"] = "คำอธิบาย";
$lang["reports_detailed_receivings_report"] = "รายงานรายละเอียกการรับของ";
$lang["reports_detailed_receivings_report_input"] = "";
$lang["reports_detailed_reports"] = "รายละเอียดรายงาน";
$lang["reports_detailed_requisition_report"] = "รายงานรายละเอียดการเบิกของ";
$lang["reports_detailed_sales_report"] = "รายงายงานขาย";
$lang["reports_discount"] = "ส่วนลด";
$lang["reports_discount_fixed"] = "ส่วนลดคงที่";
$lang["reports_discount_percent"] = "เปอร์เซ็นต์ส่วนลด";
$lang["reports_discount_type"] = "ประเภทส่วนลด";
$lang["reports_discounts"] = "ส่วนลด";
$lang["reports_discounts_summary_report"] = "รายงานสรุปส่วนลด";
$lang["reports_earned"] = "คะแนนที่ได้รับ";
$lang["reports_employee"] = "พนักงาน";
$lang["reports_employees"] = "พนักงาน";
$lang["reports_employees_summary_report"] = "รายงานสรุปพนักงาน";
$lang["reports_expenses"] = "รายจ่าย";
$lang["reports_expenses_amount"] = "อดรวม";
$lang["reports_expenses_categories"] = "สรุปค่าใช้จ่า";
$lang["reports_expenses_categories_summary_report"] = "รายงานสรุปหมวดหมู่ค่าใช้จ่าย";
$lang["reports_expenses_category"] = "หมวดหมู่";
$lang["reports_expenses_payment_amount"] = "";
$lang["reports_expenses_tax_amount"] = "ภาษี";
$lang["reports_expenses_total_amount"] = "ยอดรวมทั้งหมด";
$lang["reports_expenses_total_tax_amount"] = "ภาษีทั้งหมด";
$lang["reports_graphical_reports"] = "รายงายแบบกราฟ";
$lang["reports_inventory"] = "สินค้าคงคลัง";
$lang["reports_inventory_low"] = "สินค้าเหลือน้อย";
$lang["reports_inventory_low_report"] = "รายงานสินค้าที่เหลือน้อย";
$lang["reports_inventory_reports"] = "รายงานสินค้าคงเหลือ";
$lang["reports_inventory_summary"] = "รายงานสินค้าคงเหลือ";
$lang["reports_inventory_summary_report"] = "รายงานสรุปสินค้าคงเหลือ";
$lang["reports_item"] = "สินค้า";
$lang["reports_item_count"] = "ตัวกรองรายการตามการนับ";
$lang["reports_item_name"] = "ชื่อสินค้า";
$lang["reports_item_number"] = "เลขสินค้า";
$lang["reports_items"] = "สินค้า";
$lang["reports_items_purchased"] = "สินค้าที่ถูกซื้อ";
$lang["reports_items_received"] = "สินค้าเข้า";
$lang["reports_items_summary_report"] = "รายงานสรุปสินค้า";
$lang["reports_jurisdiction"] = "การควบคุม";
$lang["reports_low_inventory"] = "";
$lang["reports_low_inventory_report"] = "";
$lang["reports_low_sell_quantity"] = "จำนวนขายน้อย";
$lang["reports_more_than_zero"] = "มากกว่าศูนย์";
$lang["reports_name"] = "ชื่อ";
$lang["reports_no_reports_to_display"] = "ไม่มีสินค้าแสดง";
$lang["reports_payment_type"] = "ชนิดของการจ่าย";
$lang["reports_payments"] = "ายจ่าย";
$lang["reports_payments_summary_report"] = "รายงานสรุปการจ่าย";
$lang["reports_profit"] = "กำไ";
$lang["reports_quantity"] = "จำนวน";
$lang["reports_quantity_purchased"] = "จำนวนการช์้อ";
$lang["reports_quotes"] = "อ้างอิง";
$lang["reports_received_by"] = "รับโดย";
$lang["reports_receiving_id"] = "เลขที่การรับ";
$lang["reports_receiving_type"] = "รูปแบบการรับสินค้า";
$lang["reports_receivings"] = "รับสินค้า";
$lang["reports_reorder_level"] = "ะดับการสั่งใหม่";
$lang["reports_report"] = "ายงาน";
$lang["reports_report_input"] = "ข้อมูลรายงาน";
$lang["reports_reports"] = "รายงาน";
$lang["reports_requisition"] = "เบิกสินค้า";
$lang["reports_requisition_by"] = "ผู้เบิกสินค้า";
$lang["reports_requisition_id"] = "IDเบิกสินค้า";
$lang["reports_requisition_item"] = "ชื่อสินค้า";
$lang["reports_requisition_item_quantity"] = "จำนวนเบิก";
$lang["reports_requisition_related_item"] = "สินค้าย่อย";
$lang["reports_requisition_related_item_total_quantity"] = "จำนวนรวมสินค้าย่อย";
$lang["reports_requisition_related_item_unit_quantity"] = "จำนวนสินค้าย่อย";
$lang["reports_requisitions"] = "ใบเบิกของ";
$lang["reports_returns"] = "คืน";
$lang["reports_revenue"] = "รายรับ";
$lang["reports_sale_id"] = "เลขที่รายกา";
$lang["reports_sale_type"] = "ชนิดของการขาย";
$lang["reports_sales"] = "ขาย";
$lang["reports_sales_amount"] = "จำนวนขาย";
$lang["reports_sales_summary_report"] = "รายงานสรุปการขาย";
$lang["reports_sales_taxes"] = "ภาษีขาย";
$lang["reports_sales_taxes_summary_report"] = "รายงานสรุปภาษีขาย";
$lang["reports_serial_number"] = "หมายเลขซีเรียล";
$lang["reports_service_charge"] = "";
$lang["reports_sold_by"] = "ขายโดย";
$lang["reports_sold_items"] = "";
$lang["reports_sold_to"] = "ขายไปที่";
$lang["reports_stock_location"] = "ที่ตั้งคลังสินค้า";
$lang["reports_sub_total_value"] = "ยอดรวมหักภาษี";
$lang["reports_subtotal"] = "ยอดรวมรอง";
$lang["reports_summary_reports"] = "สรุปรายงาน";
$lang["reports_supplied_by"] = "ผบิตโดย";
$lang["reports_supplier"] = "ู้ผลิต";
$lang["reports_suppliers"] = "ผู้ผลิต";
$lang["reports_suppliers_summary_report"] = "รายงานสรุปผู้ผลิต";
$lang["reports_tax"] = "ภาษี";
$lang["reports_tax_category"] = "หมวดหมู่ภาษี";
$lang["reports_tax_name"] = "ชื่อผู้เสียภาษี";
$lang["reports_tax_percent"] = "เปอร์เซ็นภาษี";
$lang["reports_tax_rate"] = "อัตราภาษี";
$lang["reports_taxes"] = "ภาษี";
$lang["reports_taxes_summary_report"] = "รายงานสรุปภาษี";
$lang["reports_total"] = "ยอดรวม";
$lang["reports_total_inventory_value"] = "มูลค่าสินค้าคงคลังรวม";
$lang["reports_total_low_sell_quantity"] = "จำนวนการขายต่ำ";
$lang["reports_total_quantity"] = "ปริมาณรวม";
$lang["reports_total_retail"] = "มูลค่ารวมใบแจ้งหนี้ค้าปลีก";
$lang["reports_trans_amount"] = "จำนวนรายการ";
$lang["reports_trans_due"] = "วันนัดหมาย";
$lang["reports_trans_group"] = "กลุ่มธุรกรรม";
$lang["reports_trans_nopay_sales"] = "ารขายโดยไม่มีการชำระเงิน";
$lang["reports_trans_payments"] = "การชำระเงิน";
$lang["reports_trans_refunded"] = "คืนเงิน";
$lang["reports_trans_sales"] = "การขาย";
$lang["reports_trans_type"] = "ประเภทธุรกรรม";
$lang["reports_type"] = "ชนิด";
$lang["reports_unit_price"] = "ราคาขาย";
$lang["reports_used"] = "คะแนนที่ใช้";
$lang["reports_work_orders"] = "การสั่งงาน";
$lang["reports_zero_and_less"] = "เท่ากับศูนย์และน้อยกว่า";
return [
"all" => "ทั้งหมด",
"authority" => "ผู้ได้รับอนุญาติ",
"canceled" => "ถูกยกเลิก",
"categories" => "หมวดหมู่",
"categories_summary_report" => "รายงานสรุปหมวดหมู่",
"category" => "หมวดหมู่",
"code_canceled" => "รหัสยกเลิก",
"code_invoice" => "รหัสใบแจ้งหนี้",
"code_pos" => "รหัส POS",
"code_quote" => "อ้างอิง",
"code_return" => "รหัสส่งคืน",
"code_type" => "ประเภท",
"code_work_order" => "รหัสสั่งงาน",
"comments" => "หมายเหตุ",
"commission" => "",
"complete" => "การขายและรับคืนที่สมบูรณ์",
"completed_sales" => "การขายที่สมบูรณ์",
"confirm_delete" => "คุณแน่ใจหรือว่าต้องการลบรายการที่เลือก ?",
"confirm_restore" => "คุณแน่ใจหรือไม่ว่าต้องการกู้คืนรายการที่เลือก?",
"cost" => "ราคาขายส่ง",
"cost_price" => "ราคาขายส่ง",
"count" => "นับ",
"customer" => "ลูกค้า",
"customers" => "ลูกค้า",
"customers_summary_report" => "รายงานสรุปลูกค้า",
"date" => "วันที่",
"date_range" => "ระหว่างวันที่",
"description" => "คำอธิบาย",
"detailed_receivings_report" => "รายงานรายละเอียกการรับของ",
"detailed_receivings_report_input" => "",
"detailed_reports" => "รายละเอียดรายงาน",
"detailed_requisition_report" => "รายงานรายละเอียดการเบิกของ",
"detailed_sales_report" => "รายงายงานขาย",
"discount" => "ส่วนลด",
"discount_fixed" => "ส่วนลดคงที่",
"discount_percent" => "เปอร์เซ็นต์ส่วนลด",
"discount_type" => "ประเภทส่วนลด",
"discounts" => "ส่วนลด",
"discounts_summary_report" => "รายงานสรุปส่วนลด",
"earned" => "คะแนนที่ได้รับ",
"employee" => "พนักงาน",
"employees" => "พนักงาน",
"employees_summary_report" => "รายงานสรุปพนักงาน",
"expenses" => "รายจ่า",
"expenses_amount" => "อดรวม",
"expenses_categories" => "สรุปค่าใช้จ่าย",
"expenses_categories_summary_report" => "รายงานสรุปหมวดหมู่ค่าใช้จ่าย",
"expenses_category" => "หมวดหมู่",
"expenses_payment_amount" => "",
"expenses_tax_amount" => "ภาษี",
"expenses_total_amount" => "ยอดรวมทั้งหมด",
"expenses_total_tax_amount" => "ภาษีทั้งหมด",
"graphical_reports" => "รายงายแบบกราฟ",
"inventory" => "สินค้าคงคลัง",
"inventory_low" => "สินค้าเหลือน้อย",
"inventory_low_report" => "รายงานสินค้าที่เหลือน้อย",
"inventory_reports" => "รายงานสินค้าคงเหลือ",
"inventory_summary" => "รายงานสินค้าคงเหลือ",
"inventory_summary_report" => "รายงานสรุปสินค้าคงเหลือ",
"item" => "สินค้า",
"item_count" => "ตัวกรองรายการตามการนับ",
"item_name" => "ชื่อสินค้า",
"item_number" => "เลขสินค้า",
"items" => "สินค้า",
"items_purchased" => "สินค้าที่ถูกซื้อ",
"items_received" => "สินค้าเข้า",
"items_summary_report" => "รายงานสรุปสินค้า",
"jurisdiction" => "การควบคุม",
"low_inventory" => "",
"low_inventory_report" => "",
"low_sell_quantity" => "จำนวนขายน้อย",
"more_than_zero" => "มากกว่าศูนย์",
"name" => "ชื่อ",
"no_reports_to_display" => "ไม่มีสินค้าแสดง",
"payment_type" => "ชนิดของการจ่าย",
"payments" => "รายจ่าย",
"payments_summary_report" => "ายงานสรุปการจ่าย",
"profit" => "กำไร",
"quantity" => "จำนวน",
"quantity_purchased" => "จำนวนการช์้อ",
"quotes" => "อ้างอิง",
"received_by" => "รับโดย",
"receiving_id" => "เลขที่การรับ",
"receiving_type" => "ูปแบบการรับสินค้า",
"receivings" => "ับสินค้า",
"reorder_level" => "ะดับการสั่งใหม่",
"report" => "รายงาน",
"report_input" => "ข้อมูลรายงาน",
"reports" => "รายงาน",
"requisition" => "เบิกสินค้า",
"requisition_by" => "ผู้เบิกสินค้า",
"requisition_id" => "IDเบิกสินค้า",
"requisition_item" => "ชื่อสินค้า",
"requisition_item_quantity" => "จำนวนเบิก",
"requisition_related_item" => "สินค้าย่อย",
"requisition_related_item_total_quantity" => "จำนวนรวมสินค้าย่อย",
"requisition_related_item_unit_quantity" => "จำนวนสินค้าย่ิอย",
"requisitions" => "ใบเบิกของ",
"returns" => "คืน",
"revenue" => "ายรับ",
"sale_id" => "เลขที่รายการ",
"sale_type" => "ชนิดของการขาย",
"sales" => "ขาย",
"sales_amount" => "จำนวนขาย",
"sales_summary_report" => "รายงานสรุปการขาย",
"sales_taxes" => "ภาษีขาย",
"sales_taxes_summary_report" => "รายงานสรุปภาษีขาย",
"serial_number" => "หมายเลขซีเรียล",
"service_charge" => "",
"sold_by" => "ขายโดย",
"sold_items" => "",
"sold_to" => "ขายไปที่",
"stock_location" => "ที่ตั้งคลังสินค้า",
"sub_total_value" => "ยอดรวมหักภาษี",
"subtotal" => "ยอดรวมรอง",
"summary_reports" => "สรุปรายงาน",
"supplied_by" => "บิตโดย",
"supplier" => "ผู้ผลิต",
"suppliers" => "ผู้ผลิต",
"suppliers_summary_report" => "รายงานสรุปผู้ผลิต",
"tax" => "ภาษี",
"tax_category" => "หมวดหมู่ภาษี",
"tax_name" => "ชื่อผู้เสียภาษี",
"tax_percent" => "เปอร์เซ็นภาษี",
"tax_rate" => "อัตราภาษี",
"taxes" => "ภาษี",
"taxes_summary_report" => "รายงานสรุปภาษี",
"total" => "ยอดรวม",
"total_inventory_value" => "มูลค่าสินค้าคงคลังรวม",
"total_low_sell_quantity" => "จำนวนการขายต่ำ",
"total_quantity" => "ปริมาณรวม",
"total_retail" => "มูลค่ารวมใบแจ้งหนี้ค้าปลีก",
"trans_amount" => "จำนวนรายการ",
"trans_due" => "วันนัดหมาย",
"trans_group" => "ลุ่มธุรกรรม",
"trans_nopay_sales" => "การขายโดยไม่มีการชำระเงิน",
"trans_payments" => "การชำระเงิน",
"trans_refunded" => "คืนเงิน",
"trans_sales" => "การขาย",
"trans_type" => "ประเภทธุรกรรม",
"type" => "ชนิด",
"unit_price" => "ราคาขาย",
"used" => "คะแนนที่ใช้",
"work_orders" => "การสั่งงาน",
"zero_and_less" => "เท่ากับศูนย์และน้อยกว่า",
];

View File

@@ -1,222 +1,224 @@
<?php
$lang["customers_available_points"] = "คะแนนที่มี";
$lang["rewards_package"] = "คะแนนสะสม";
$lang["rewards_remaining_balance"] = "คะแนนสะสมคงเหลือ ";
$lang["sales_account_number"] = "บัญชี #";
$lang["sales_add_payment"] = "เพิ่มบิล";
$lang["sales_amount_due"] = "ยอดค้างชำระ";
$lang["sales_amount_tendered"] = "ชำระเข้ามา";
$lang["sales_authorized_signature"] = "ลายเซ็นผู้มีอำนาจ";
$lang["sales_cancel_sale"] = "ยกเลิกการขาย";
$lang["sales_cash"] = "เงินสด";
$lang["sales_cash_1"] = "";
$lang["sales_cash_2"] = "";
$lang["sales_cash_3"] = "";
$lang["sales_cash_4"] = "";
$lang["sales_cash_adjustment"] = "การปรับเงินสดขาย";
$lang["sales_cash_deposit"] = "ฝากเงินสด";
$lang["sales_cash_filter"] = "เงินสด";
$lang["sales_change_due"] = "เงินทอน";
$lang["sales_change_price"] = "ปลี่ยนราคาขาย";
$lang["sales_check"] = "โอนเงิน/พร้อมเพย์/เช็ค";
$lang["sales_check_balance"] = "เช็คยอดคงเหลือ";
$lang["sales_check_filter"] = "ตรวจสอบ";
$lang["sales_close"] = "";
$lang["sales_comment"] = "หมายเหตุ";
$lang["sales_comments"] = "หมายเหตุ";
$lang["sales_company_name"] = "";
$lang["sales_complete"] = "";
$lang["sales_complete_sale"] = "จบการขาย";
$lang["sales_confirm_cancel_sale"] = "แน่ใจหรือไม่ที่จะล้างการขายนี้? ทุกรายการจะถูกลบทั้งหมด";
$lang["sales_confirm_delete"] = "โปรดยืนยันการลบรายการขายที่เลือกไว้ ?";
$lang["sales_confirm_restore"] = "คุณแน่ใจหรือไม่ว่าต้องการยกเลิกการขายที่เลือกไว้?";
$lang["sales_credit"] = "เครดิตการ์ด";
$lang["sales_credit_deposit"] = "งินฝากเครดิต";
$lang["sales_credit_filter"] = "บัตรเครติด";
$lang["sales_current_table"] = "";
$lang["sales_customer"] = "ลูกค้า";
$lang["sales_customer_address"] = "Customer Address";
$lang["sales_customer_discount"] = "ส่วนลด";
$lang["sales_customer_email"] = "Customer Email";
$lang["sales_customer_location"] = "Customer Location";
$lang["sales_customer_mailchimp_status"] = "สถานะของระบบส่งเมล์เมล์ชิม";
$lang["sales_customer_optional"] = "(ต้องระบุวันที่ชำระเงิน)";
$lang["sales_customer_required"] = "(ต้องระบุ)";
$lang["sales_customer_total"] = "Total";
$lang["sales_customer_total_spent"] = "";
$lang["sales_daily_sales"] = "";
$lang["sales_date"] = "วันที่ขาย";
$lang["sales_date_range"] = "ระหว่างวันที่";
$lang["sales_date_required"] = "กรุณากรอกวันที่ให้ถูกต้อง";
$lang["sales_date_type"] = "กรุณากรอกข้อมูลในช่องวันที่";
$lang["sales_debit"] = "บัตรประชารัฐ/เดบิตการ์ด";
$lang["sales_debit_filter"] = "";
$lang["sales_delete"] = "อนุญาตให้ลบ";
$lang["sales_delete_confirmation"] = "แน่ใจหรือไม่ที่จะลบรายการขายนี้, ลบแล้วไม่สามารถเรียกกลับคืนใด้";
$lang["sales_delete_entire_sale"] = "ลบการขายทั้งหมด";
$lang["sales_delete_successful"] = "คุณลบการขายสำเร็จ";
$lang["sales_delete_unsuccessful"] = "คุณลบการขายไม่สำเร็จ";
$lang["sales_description_abbrv"] = "รายละเอียด";
$lang["sales_discard"] = "ยกเลิก";
$lang["sales_discard_quote"] = "";
$lang["sales_discount"] = "ส่วนลด %";
$lang["sales_discount_included"] = "% ส่วนลด";
$lang["sales_discount_short"] = "%";
$lang["sales_due"] = "วันครบกำหนด";
$lang["sales_due_filter"] = "วันที่ครบกำหนด";
$lang["sales_edit"] = "แก้ไข";
$lang["sales_edit_item"] = "แก้ไขสินค้า";
$lang["sales_edit_sale"] = "แก้ไขการขาย";
$lang["sales_email_receipt"] = "อีเมลบิล";
$lang["sales_employee"] = "พนักงาน";
$lang["sales_entry"] = "การนำเข้า";
$lang["sales_error_editing_item"] = "แก้ไขสินค้าล้มเหลว";
$lang["sales_find_or_scan_item"] = "ค้นหาสินค้า";
$lang["sales_find_or_scan_item_or_receipt"] = "ค้นหา หรือ แสกนรายการ หรือ ใบเสร็จ";
$lang["sales_giftcard"] = "บัตรของขวัญ";
$lang["sales_giftcard_balance"] = "ยอดคงเหลือบัตรของขวัญ";
$lang["sales_giftcard_filter"] = "";
$lang["sales_giftcard_number"] = "เลขที่บัตรของขวัญ";
$lang["sales_group_by_category"] = "กลุ่มตามหมวดหมู่";
$lang["sales_group_by_type"] = "กลุ่มตามประเภท";
$lang["sales_hsn"] = "HSN";
$lang["sales_id"] = "เลขที่ขาย";
$lang["sales_include_prices"] = "รวมในราคา?";
$lang["sales_invoice"] = "ใบแจ้งหนี้";
$lang["sales_invoice_confirm"] = "ใบแจ้งหนี้นี้จะถูกส่งไปที่";
$lang["sales_invoice_enable"] = "เลขที่ใบแจ้งหนี้";
$lang["sales_invoice_filter"] = "ใบแจ้งหนี้";
$lang["sales_invoice_no_email"] = "ลูกค้ารายนี้ไม่มีที่อยู่อีเมล";
$lang["sales_invoice_number"] = "เลขใบแจ้งหนี้ #";
$lang["sales_invoice_number_duplicate"] = "ใบแจ้งหนี้หมายเลข %1 จะต้องไม่ซ้ำกัน";
$lang["sales_invoice_sent"] = "ส่งใบแจ้งหนี้ไปที่";
$lang["sales_invoice_total"] = "ยอดรวมในใบแจ้งหนี้";
$lang["sales_invoice_type_custom_invoice"] = "ใบแจ้งหนี้ที่กำหนดเอง (custom_invoice.php)";
$lang["sales_invoice_type_custom_tax_invoice"] = "ใบกำกับภาษีที่กำหนดเอง (custom_tax_invoice.php)";
$lang["sales_invoice_type_invoice"] = "ใบแจ้งหนี้ (invoice.php)";
$lang["sales_invoice_type_tax_invoice"] = "ใบกำกับภาษี (tax_invoice.php)";
$lang["sales_invoice_unsent"] = "ไม่สามารถส่งใบแจ้งหนี้ถึง";
$lang["sales_invoice_update"] = "คำนวณใหม่";
$lang["sales_item_insufficient_of_stock"] = "ำนวนสินค้าไม่เพียงพอ";
$lang["sales_item_name"] = "ชื่อสินค้า";
$lang["sales_item_number"] = "สินค้า #";
$lang["sales_item_out_of_stock"] = "สินค้าจำหน่ายหมด";
$lang["sales_key_browser"] = "ความช่วยเหลือ";
$lang["sales_key_cancel"] = "ยกเลิกใบเสนอราคา/ใบแจ้งหนี้ /ใบการขาย นี้";
$lang["sales_key_customer_search"] = "ค้นหาลูกค้า";
$lang["sales_key_finish_quote"] = "จบใบเสนอราคา/ใบแจ้งหนี้โดยไม่ต้องชำระเงิน";
$lang["sales_key_finish_sale"] = "เพิ่มการชำระเงินและใบแจ้งหนี้ /ใบรายการขาย";
$lang["sales_key_full"] = "ปิดแบบเต็มหน้าจอ";
$lang["sales_key_function"] = "ฟังก์ชั่น";
$lang["sales_key_help"] = "คำสั่งลัดงานขาย";
$lang["sales_key_help_modal"] = "เปิดหน้าต่างคำสั่งลัดงานขาย";
$lang["sales_key_in"] = "ขยายเข้า";
$lang["sales_key_item_search"] = "ค้นหารายการขาย";
$lang["sales_key_out"] = "ขยายออก";
$lang["sales_key_payment"] = "เพิ่มการชำระเงิน";
$lang["sales_key_print"] = "พิมพ์หน้านี้";
$lang["sales_key_restore"] = "คืนการแสดงผลแบบดั้งเดิม/ขยาย";
$lang["sales_key_search"] = "้นหาตารางรายงาน";
$lang["sales_key_suspend"] = "พักรายการขายปัจจุบั";
$lang["sales_key_suspended"] = "แสดงรายการขายที่พักไว้";
$lang["sales_key_system"] = "ทางลัดระบบ";
$lang["sales_key_tendered"] = "แก้ไขจำนวนเงินรับมา";
$lang["sales_key_title"] = "ทางลัดคียบอร์ดงานขาย";
$lang["sales_mc"] = "";
$lang["sales_mode"] = "รูปแบบการลงทะเบียน";
$lang["sales_must_enter_numeric"] = "จำนวนที่ถุกประมูลต้องใส่ข้อมุลที่เปนตัวเลข";
$lang["sales_must_enter_numeric_giftcard"] = "เลขที่บัตรของขวัญ ต้องใส่ตัวเลขเท่านั้น";
$lang["sales_new_customer"] = "ลูกค้าใหม่";
$lang["sales_new_item"] = "สินค้าใหม่";
$lang["sales_no_description"] = "ไม่ระบุรายละเอียด";
$lang["sales_no_filter"] = "ทั้งหม";
$lang["sales_no_items_in_cart"] = "ไม่พบสินค้าในตระกร้า";
$lang["sales_no_sales_to_display"] = "ไม่มีการขายที่จะแสดง";
$lang["sales_none_selected"] = "คุณยังไม่ได้เลือกการขายที่จะลบ";
$lang["sales_nontaxed_ind"] = " . ";
$lang["sales_not_authorized"] = "การกระทำนี้ไม่ได้รับอนุญาต";
$lang["sales_one_or_multiple"] = "การขาย";
$lang["sales_payment"] = "รูปแบบชำระเงิน";
$lang["sales_payment_amount"] = "จำนว";
$lang["sales_payment_not_cover_total"] = "จำนวนเงินที่ชำระต้องมากกว่าหรือเท่ากับยอดรวม";
$lang["sales_payment_type"] = "ชำระโดย";
$lang["sales_payments"] = "";
$lang["sales_payments_total"] = "ยอดชำระแล้ว";
$lang["sales_price"] = "ราคา";
$lang["sales_print_after_sale"] = "พิมพ์บิลหลังการขาย";
$lang["sales_quantity"] = "จำนวน";
$lang["sales_quantity_less_than_reorder_level"] = "คำเตือน ถ้าจำนวนของไม่เพียงพอกับความต้องการหรือไม่ตรงกับยอดในบันชี ก็สามารถทำการขายได้ แต่ต้องเชคปริมานสินค้าคงคลัง";
$lang["sales_quantity_less_than_zero"] = "คำเตือน: ถ้าจำนวนของไม่เพียงพอกับความต้องการหรือไม่ตรงกับยอดในบัชี ก็สามารถทำการขายได้ แต่ต้องตรวจสอบปริมาสินค้าคงคลังก่อน";
$lang["sales_quantity_of_items"] = "ปริมาณของ %1 รายการ";
$lang["sales_quote"] = "ใบเสนอราคา";
$lang["sales_quote_number"] = "หมายเลขอ้างอิง";
$lang["sales_quote_number_duplicate"] = "หมายเลขอ้างอิงต้องไม่ซ้ำกัน";
$lang["sales_quote_sent"] = "ส่งการอ้างอิงถึง";
$lang["sales_quote_unsent"] = "ส่งการอ้างอิงถึงผิดพลาด";
$lang["sales_receipt"] = "บิลขาย";
$lang["sales_receipt_no_email"] = "ลูกค้านี้ไม่มีที่อยู่อีเมล์";
$lang["sales_receipt_number"] = "จุดขาย#";
$lang["sales_receipt_sent"] = "ส่งใบเสร็จไปที่";
$lang["sales_receipt_unsent"] = "ไม่สามารถส่งใบเสร็จไปที่";
$lang["sales_refund"] = "ประเภทการยกเลิกการขาย";
$lang["sales_register"] = "ลงทะเบียนขาย";
$lang["sales_remove_customer"] = "บลูกค้า";
$lang["sales_remove_discount"] = "";
$lang["sales_return"] = "คืน";
$lang["sales_rewards"] = "ะแนนสะสม";
$lang["sales_rewards_balance"] = "คะแนนสะสมคงเหลือ";
$lang["sales_sale"] = "ขาย";
$lang["sales_sale_by_invoice"] = "การขายโดยใบแจ้งหนี้";
$lang["sales_sale_for_customer"] = "ลูกค้า:";
$lang["sales_sale_time"] = "เวลา";
$lang["sales_sales_tax"] = "ภาษีการขาย";
$lang["sales_sales_total"] = "";
$lang["sales_select_customer"] = "เลือกลูกค้า (Optional)";
$lang["sales_send_invoice"] = "ส่งใบแจ้งหนี้";
$lang["sales_send_quote"] = "ส่งใบเสนอราคา";
$lang["sales_send_receipt"] = "ส่งใบเสร็จ";
$lang["sales_send_work_order"] = "ส่งคำสั่งงาน";
$lang["sales_serial"] = "หมายเลขซีเรียล";
$lang["sales_service_charge"] = "";
$lang["sales_show_due"] = "";
$lang["sales_show_invoice"] = "ใบแจ้งหนี้";
$lang["sales_show_receipt"] = "ใบเสร็จ";
$lang["sales_start_typing_customer_name"] = "เริ่มต้นพิมพ์ชื่อลูกค้า...";
$lang["sales_start_typing_item_name"] = "เริ่มต้นพิมพ์ชื่อสินค้า หรือ สแกนบาร์โค๊ด...";
$lang["sales_stock"] = "คลังสินค้า";
$lang["sales_stock_location"] = "ที่เก็บ";
$lang["sales_sub_total"] = "ยอดรวมย่อย";
$lang["sales_successfully_deleted"] = "ลบการขายสมยูรณ์";
$lang["sales_successfully_restored"] = "คุณกู้คืนสำเร็จแล้ว";
$lang["sales_successfully_suspended_sale"] = "การขายของคุณถูกระงับเรียบร้อย";
$lang["sales_successfully_updated"] = "อัพเดทการขายสมบูรณ์";
$lang["sales_suspend_sale"] = "พักรายการ";
$lang["sales_suspended_doc_id"] = "รหัสเอกสาร";
$lang["sales_suspended_sale_id"] = "รหัสการขายที่ถูกพัก";
$lang["sales_suspended_sales"] = "การขายที่พักไว้";
$lang["sales_table"] = "โต๊ะ";
$lang["sales_takings"] = "การขายประจำวัน";
$lang["sales_tax"] = "ภาษี";
$lang["sales_tax_id"] = "รหัสภาษี";
$lang["sales_tax_invoice"] = "ใบกำกับภาษี";
$lang["sales_tax_percent"] = "ภาษี %";
$lang["sales_taxed_ind"] = "";
$lang["sales_total"] = "ยอดรวม";
$lang["sales_total_tax_exclusive"] = "ยอดไม่รวมภาษี";
$lang["sales_transaction_failed"] = "การดำเนินการขายล้มเหลว";
$lang["sales_unable_to_add_item"] = "เพิ่มรายการไปยังการขายล้มเหลว";
$lang["sales_unsuccessfully_deleted"] = "ลบการขายไม่สำเร็จ";
$lang["sales_unsuccessfully_restored"] = "การคืนค่ารายการขายล้มเหลว";
$lang["sales_unsuccessfully_suspended_sale"] = "การขายของคุณถูกระงับเรียบร้อย";
$lang["sales_unsuccessfully_updated"] = "อัพเดทการขายไม่สมบูรณ์";
$lang["sales_unsuspend"] = "ยกเลิกการระงับ";
$lang["sales_unsuspend_and_delete"] = "ยกเลิกการระงับ และ ลบ";
$lang["sales_update"] = "แก้ไข";
$lang["sales_upi"] = "ยูพีไอ";
$lang["sales_visa"] = "";
$lang["sales_wholesale"] = "";
$lang["sales_work_order"] = "คำสั่งงาน";
$lang["sales_work_order_number"] = "หมายเลขคำสั่งงาน";
$lang["sales_work_order_number_duplicate"] = "หมายเลขคำสั่งงานต้องไม่ซ้ำกัน";
$lang["sales_work_order_sent"] = "คำสั่งงานส่งถึง";
$lang["sales_work_order_unsent"] = "ส่งคำสั่งงานล้มเหลว";
return [
"customers_available_points" => "คะแนนที่มี",
"rewards_package" => "คะแนนสะสม",
"rewards_remaining_balance" => "คะแนนสะสมคงเหลือ ",
"account_number" => "บัญชี #",
"add_payment" => "เพิ่มบิล",
"amount_due" => "ยอดค้างชำระ",
"amount_tendered" => "ชำระเข้ามา",
"authorized_signature" => "ลายเซ็นผู้มีอำนาจ",
"cancel_sale" => "ยกเลิกการขาย",
"cash" => "เงินสด",
"cash_1" => "",
"cash_2" => "",
"cash_3" => "",
"cash_4" => "",
"cash_adjustment" => "ารปรับเงินสดขาย",
"cash_deposit" => "ฝากเงินสด",
"cash_filter" => "เงินสด",
"change_due" => "งินทอน",
"change_price" => "เปลี่ยนราคาขาย",
"check" => "โอนเงิน/พร้อมเพย์/เช็ค",
"check_balance" => "เช็คยอดคงเหลือ",
"check_filter" => "ตรวจสอบ",
"close" => "",
"comment" => "หมายเหตุ",
"comments" => "หมายเหตุ",
"company_name" => "",
"complete" => "",
"complete_sale" => "จบการขาย",
"confirm_cancel_sale" => "แน่ใจหรือไม่ที่จะล้างการขายนี้? ทุกรายการจะถูกลบทั้งหมด",
"confirm_delete" => "โปรดยืนยันการลบรายการขายที่เลือกไว้ ?",
"confirm_restore" => "คุณแน่ใจหรือไม่ว่าต้องการยกเลิกการขายที่เลือกไว้?",
"credit" => "เครดิตการ์ด",
"credit_deposit" => "เงินฝากเครดิต",
"credit_filter" => "บัตรเครติด",
"current_table" => "",
"customer" => "ลูกค้า",
"customer_address" => "Customer Address",
"customer_discount" => "ส่วนลด",
"customer_email" => "Customer Email",
"customer_location" => "Customer Location",
"customer_mailchimp_status" => "สถานะของระบบส่งเมล์เมล์ชิม",
"customer_optional" => "(ต้องระบุวันที่ชำระเงิน)",
"customer_required" => "(ต้องระบุ)",
"customer_total" => "Total",
"customer_total_spent" => "",
"daily_sales" => "",
"date" => "วันที่ขาย",
"date_range" => "ระหว่างวันที่",
"date_required" => "กรุณากรอกวันที่ให้ถูกต้อง",
"date_type" => "กรุณากรอกข้อมูลในช่องวันที่",
"debit" => "บัตรประชารัฐ/เดบิตการ์ด",
"debit_filter" => "",
"delete" => "อนุญาตให้ลบ",
"delete_confirmation" => "แน่ใจหรือไม่ที่จะลบรายการขายนี้, ลบแล้วไม่สามารถเรียกกลับคืนใด้",
"delete_entire_sale" => "ลบการขายทั้งหมด",
"delete_successful" => "คุณลบการขายสำเร็จ",
"delete_unsuccessful" => "คุณลบการขายไม่สำเร็จ",
"description_abbrv" => "รายละเอียด",
"discard" => "ยกเลิก",
"discard_quote" => "",
"discount" => "ส่วนลด %",
"discount_included" => "% ส่วนลด",
"discount_short" => "%",
"due" => "วันครบกำหนด",
"due_filter" => "วันที่ครบกำหนด",
"edit" => "แก้ไข",
"edit_item" => "แก้ไขสินค้า",
"edit_sale" => "แก้ไขการขาย",
"email_receipt" => "อีเมลบิล",
"employee" => "พนักงาน",
"entry" => "การนำเข้า",
"error_editing_item" => "แก้ไขสินค้าล้มเหลว",
"find_or_scan_item" => "ค้นหาสินค้า",
"find_or_scan_item_or_receipt" => "ค้นหา หรือ แสกนรายการ หรือ ใบเสร็จ",
"giftcard" => "บัตรของขวัญ",
"giftcard_balance" => "ยอดคงเหลือบัตรของขวัญ",
"giftcard_filter" => "",
"giftcard_number" => "เลขที่บัตรของขวัญ",
"group_by_category" => "กลุ่มตามหมวดหมู่",
"group_by_type" => "กลุ่มตามประเภท",
"hsn" => "HSN",
"id" => "เลขที่ขาย",
"include_prices" => "รวมในราคา?",
"invoice" => "ใบแจ้งหนี้",
"invoice_confirm" => "ใบแจ้งหนี้นี้จะถูกส่งไปที่",
"invoice_enable" => "เลขที่ใบแจ้งหนี้",
"invoice_filter" => "ใบแจ้งหนี้",
"invoice_no_email" => "ลูกค้ารายนี้ไม่มีที่อยู่อีเมล",
"invoice_number" => "เลขใบแจ้งหนี้ #",
"invoice_number_duplicate" => "ใบแจ้งหนี้หมายเลข {0} จะต้องไม่ซ้ำกัน",
"invoice_sent" => "ส่งใบแจ้งหนี้ไปที่",
"invoice_total" => "ยอดรวมในใบแจ้งหนี้",
"invoice_type_custom_invoice" => "ใบแจ้งหนี้ที่กำหนดเอง (custom_invoice.php)",
"invoice_type_custom_tax_invoice" => "ใบกำกับภาษีที่กำหนดเอง (custom_tax_invoice.php)",
"invoice_type_invoice" => "ใบแจ้งหนี้ (invoice.php)",
"invoice_type_tax_invoice" => "ใบกำกับภาษี (tax_invoice.php)",
"invoice_unsent" => "ไม่สามารถส่งใบแจ้งหนี้ถึง",
"invoice_update" => "ำนวณใหม่",
"item_insufficient_of_stock" => "จำนวนสินค้าไม่เพียงพอ",
"item_name" => "ชื่อสินค้า",
"item_number" => "สินค้า #",
"item_out_of_stock" => "สินค้าจำหน่ายหมด",
"key_browser" => "ความช่วยเหลือ",
"key_cancel" => "ยกเลิกใบเสนอราคา/ใบแจ้งหนี้ /ใบการขาย นี้",
"key_customer_search" => "ค้นหาลูกค้า",
"key_finish_quote" => "จบใบเสนอราคา/ใบแจ้งหนี้โดยไม่ต้องชำระเงิน",
"key_finish_sale" => "พิ่มการชำระเงินและใบแจ้งหนี้ /ใบรายการขาย",
"key_full" => "เปิดแบบเต็มหน้าจอ",
"key_function" => "ฟังก์ชั่น",
"key_help" => "คำสั่งลัดงานขาย",
"key_help_modal" => "เปิดหน้าต่างคำสั่งลัดงานขาย",
"key_in" => "ขยายเข้า",
"key_item_search" => "ค้นหารายการขาย",
"key_out" => "ขยายออก",
"key_payment" => "พิ่มการชำระเงิน",
"key_print" => "พิมพ์หน้านี้",
"key_restore" => "ืนการแสดงผลแบบดั้งเดิม/ขยาย",
"key_search" => "ค้นหาตารางรายงา",
"key_suspend" => "พักรายการขายปัจจุบัน",
"key_suspended" => "แสดงรายการขายที่พักไว้",
"key_system" => "ทางลัดระบบ",
"key_tendered" => "แก้ไขจำนวนเงินรับมา",
"key_title" => "ทางลัดคียบอร์ดงานขาย",
"mc" => "",
"mode" => "รูปแบบการลงทะเบียน",
"must_enter_numeric" => "จำนวนที่ถุกประมูลต้องใส่ข้อมุลที่เปนตัวเลข",
"must_enter_numeric_giftcard" => "เลขที่บัตรของขวัญ ต้องใส่ตัวเลขเท่านั้น",
"new_customer" => "ลูกค้าใหม่",
"new_item" => "สินค้าใหม่",
"no_description" => "ไม่ระบุรายละเอีย",
"no_filter" => "ทั้งหมด",
"no_items_in_cart" => "ไม่พบสินค้าในตระกร้า",
"no_sales_to_display" => "ไม่มีการขายที่จะแสดง",
"none_selected" => "คุณยังไม่ได้เลือกการขายที่จะลบ",
"nontaxed_ind" => " . ",
"not_authorized" => "การกระทำนี้ไม่ได้รับอนุญาต",
"one_or_multiple" => "การขาย",
"payment" => "รูปแบบชำระเงิ",
"payment_amount" => "จำนวน",
"payment_not_cover_total" => "จำนวนเงินที่ชำระต้องมากกว่าหรือเท่ากับยอดรวม",
"payment_type" => "ชำระโดย",
"payments" => "",
"payments_total" => "ยอดชำระแล้ว",
"price" => "ราคา",
"print_after_sale" => "พิมพ์บิลหลังการขาย",
"quantity" => "จำนวน",
"quantity_less_than_reorder_level" => "คำเตือน ถ้าจำนวนของไม่เพียงพอกับความต้องการหรือไม่ตรงกับยอดในบัชี ก็สามารถทำการขายได้ แต่ต้องเชคปริมาสินค้าคงคลัง",
"quantity_less_than_zero" => "คำเตือน: ถ้าจำนวนของไม่เพียงพอกับความต้องการหรือไม่ตรงกับยอดในบัญชี ก็สามารถทำการขายได้ แต่ต้องตรวจสอบปริมาญสินค้าคงคลังก่อน",
"quantity_of_items" => "ปริมาณของ {0} รายการ",
"quote" => "ใบเสนอราคา",
"quote_number" => "หมายเลขอ้างอิง",
"quote_number_duplicate" => "หมายเลขอ้างอิงต้องไม่ซ้ำกัน",
"quote_sent" => "ส่งการอ้างอิงถึง",
"quote_unsent" => "ส่งการอ้างอิงถึงผิดพลาด",
"receipt" => "บิลขาย",
"receipt_no_email" => "ลูกค้านี้ไม่มีที่อยู่อีเมล์",
"receipt_number" => "จุดขาย#",
"receipt_sent" => "ส่งใบเสร็จไปที่",
"receipt_unsent" => "ไม่สามารถส่งใบเสร็จไปที่",
"refund" => "ประเภทการยกเลิกการขาย",
"register" => "งทะเบียนขาย",
"remove_customer" => "ลบลูกค้า",
"remove_discount" => "",
"return" => "ืน",
"rewards" => "คะแนนสะสม",
"rewards_balance" => "คะแนนสะสมคงเหลือ",
"sale" => "ขาย",
"sale_by_invoice" => "การขายโดยใบแจ้งหนี้",
"sale_for_customer" => "ลูกค้า:",
"sale_time" => "เวลา",
"sales_tax" => "ภาษีการขาย",
"sales_total" => "",
"select_customer" => "เลือกลูกค้า (Optional)",
"send_invoice" => "ส่งใบแจ้งหนี้",
"send_quote" => "ส่งใบเสนอราคา",
"send_receipt" => "ส่งใบเสร็จ",
"send_work_order" => "ส่งคำสั่งงาน",
"serial" => "หมายเลขซีเรียล",
"service_charge" => "",
"show_due" => "",
"show_invoice" => "ใบแจ้งหนี้",
"show_receipt" => "ใบเสร็จ",
"start_typing_customer_name" => "เริ่มต้นพิมพ์ชื่อลูกค้า...",
"start_typing_item_name" => "เริ่มต้นพิมพ์ชื่อสินค้า หรือ สแกนบาร์โค๊ด...",
"stock" => "คลังสินค้า",
"stock_location" => "ที่เก็บ",
"sub_total" => "ยอดรวมย่อย",
"successfully_deleted" => "ลบการขายสมยูรณ์",
"successfully_restored" => "คุณกู้คืนสำเร็จแล้ว",
"successfully_suspended_sale" => "การขายของคุณถูกระงับเรียบร้อย",
"successfully_updated" => "อัพเดทการขายสมบูรณ์",
"suspend_sale" => "พักรายการ",
"suspended_doc_id" => "รหัสเอกสาร",
"suspended_sale_id" => "รหัสการขายที่ถูกพัก",
"suspended_sales" => "การขายที่พักไว้",
"table" => "โต๊ะ",
"takings" => "การขายประจำวัน",
"tax" => "ภาษี",
"tax_id" => "รหัสภาษี",
"tax_invoice" => "ใบกำกับภาษี",
"tax_percent" => "าษี %",
"taxed_ind" => "",
"total" => "ยอดรวม",
"total_tax_exclusive" => "ยอดไม่รวมภาษี",
"transaction_failed" => "การดำเนินการขายล้มเหลว",
"unable_to_add_item" => "เพิ่มรายการไปยังการขายล้มเหลว",
"unsuccessfully_deleted" => "ลบการขายไม่สำเร็จ",
"unsuccessfully_restored" => "การคืนค่ารายการขายล้มเหลว",
"unsuccessfully_suspended_sale" => "การขายของคุณถูกระงับเรียบร้อย",
"unsuccessfully_updated" => "อัพเดทการขายไม่สมบูรณ์",
"unsuspend" => "ยกเลิกการระงับ",
"unsuspend_and_delete" => "ยกเลิกการระงับ และ ลบ",
"update" => "แก้ไข",
"upi" => "ยูพีไอ",
"visa" => "",
"wholesale" => "",
"work_order" => "คำสั่งงาน",
"work_order_number" => "หมายเลขคำสั่งงาน",
"work_order_number_duplicate" => "หมายเลขคำสั่งงานต้องไม่ซ้ำกัน",
"work_order_sent" => "คำสั่งงานส่งถึง",
"work_order_unsent" => "ส่งคำสั่งงานล้มเหลว",
];

View File

@@ -1,80 +1,82 @@
<?php
$lang["taxes_add_exception"] = "เพิ่มข้อยกเว้น";
$lang["taxes_cascade"] = "ภาษีแบบซ้ำซ้อ";
$lang["taxes_cascade_sequence"] = "ลำดับภาษีแบบซ้ำซ้อน";
$lang["taxes_city"] = "เมือง";
$lang["taxes_code"] = "รหัสภาษี";
$lang["taxes_confirm_delete"] = "คุณแน่ใจหรือว่าต้องการลบรหัสภาษีนี้? การกระทำนี้ไม่สามารถยกเลิกได้";
$lang["taxes_confirm_restore"] = "คุณแน่ใจหรือไม่ว่าต้องการกู้คืนรหัสภาษีที่เลือก?";
$lang["taxes_default_tax_category"] = "่าเริ่มต้นกลุ่มภาษี";
$lang["taxes_default_tax_rate"] = "อัตราภาษีเริ่มต้น";
$lang["taxes_error_adding_updating"] = "การเพิ่มหรืออัปเดตรหัสภาษีล้มเหลว";
$lang["taxes_group_seq"] = "ลำดับกลุ่ม";
$lang["taxes_jurisdiction_name"] = "ชื่อหน่วยเขตภาษี";
$lang["taxes_name"] = "ชื่อภาษี";
$lang["taxes_new"] = "ภาษีใหม่";
$lang["taxes_no_taxes"] = "";
$lang["taxes_no_taxes_to_display"] = "ไม่มีรหัสภาษีที่จะแสดงได้";
$lang["taxes_reporting_authority"] = "ผู้มีอำนาจรายงาน";
$lang["taxes_round_half_down"] = "ปัดหน่วยลง";
$lang["taxes_round_half_even"] = "ปัดเป็นคู่";
$lang["taxes_round_half_odd"] = "ปัดเป็นค";
$lang["taxes_round_half_up"] = "ปัดขึ้น";
$lang["taxes_rounding_code"] = "รหัสปัดเศษ";
$lang["taxes_sales_tax"] = "ภาษีการขาย";
$lang["taxes_sales_tax_by_invoice"] = "ภาษีขายตามใบแจ้งหนี้";
$lang["taxes_sequence"] = "ลำดับ";
$lang["taxes_state"] = "ภาษีรัฐ";
$lang["taxes_successful_deleted"] = "คุณลบรายการสำเร็จแล้ว";
$lang["taxes_tax_categories"] = "หมวดหมู่ภาษี";
$lang["taxes_tax_categories_configuration"] = "ตั้งค่าหมวดหมู่ภาษี";
$lang["taxes_tax_categories_saved_successfully"] = "บันทึกการเปลี่ยนแปลงหมวดหมู่ภาษีแล้ว";
$lang["taxes_tax_categories_saved_unsuccessfully"] = "ไม่สามารถบันทึกการเปลี่ยนแปลงหมวดภาษี";
$lang["taxes_tax_category"] = "ประเภทภาษี";
$lang["taxes_tax_category_code"] = "รหัสประเภทภาษี";
$lang["taxes_tax_category_duplicate"] = "หมวดหมู่ภาษีซ้ำ";
$lang["taxes_tax_category_invalid_chars"] = "ระบุบค่าไม่ถูกต้องในชื่อหมวดหมู่ภาษี";
$lang["taxes_tax_category_name"] = "ชื่อหมวดหมู่ภาษี";
$lang["taxes_tax_category_new"] = "หมวดหมู่ภาษีใหม่";
$lang["taxes_tax_category_required"] = "ต้องระบุหมวดภาษี";
$lang["taxes_tax_code"] = "รหัสภาษี";
$lang["taxes_tax_code_cannot_be_deleted"] = "การลบรหัสภาษีล้มเหลว";
$lang["taxes_tax_code_duplicate"] = "รหัสภาษีซ้ำ";
$lang["taxes_tax_code_invalid_chars"] = "ะบุค่าไม่ถูกต้องในรหัสภาษี";
$lang["taxes_tax_code_name"] = "ชื่อรหัสภาษี";
$lang["taxes_tax_code_required"] = "จำเป็นต้องระบุรหัสภาษี";
$lang["taxes_tax_code_successful_deleted"] = "คุณได้ลบรหัสภาษีเรียบร้อยแล้ว";
$lang["taxes_tax_code_successful_updated"] = "คุณปรับปรุงข้อมูลเรียบร้อยแล้ว";
$lang["taxes_tax_code_successful_updating"] = "คุณปรับปรุงข้อมูลรหัสภาษีเรียบร้อยแล้ว";
$lang["taxes_tax_code_successfully_added"] = "คุณได้เพิ่มข้อมูลเรียบร้อยแล้ว";
$lang["taxes_tax_code_type"] = "ประเภทรหัสภาษี";
$lang["taxes_tax_codes"] = "รหัสภาษี";
$lang["taxes_tax_codes_configuration"] = "ตั้งค่ารหัสภาษี";
$lang["taxes_tax_codes_saved_successfully"] = "บันทึกการเปลี่ยนแปลงรหัสภาษีแล้ว";
$lang["taxes_tax_codes_saved_unsuccessfully"] = "ไม่สามารถบันทึกการเปลี่ยนแปลงรหัสภาษีได้";
$lang["taxes_tax_excluded"] = "ไม่รวมภาษี";
$lang["taxes_tax_group"] = "กลุ่มภาษี";
$lang["taxes_tax_group_not_unique"] = "กลุ่มภาษี %1 ต้องไม่ซ้ำกัน";
$lang["taxes_tax_group_sequence"] = "ลำดับกลุ่มภาษี";
$lang["taxes_tax_included"] = "รวมภาษี";
$lang["taxes_tax_jurisdiction"] = "เขตอำนาจศาลภาษี";
$lang["taxes_tax_jurisdiction_duplicate"] = "เขตอำนาจศาลภาษีซ้ำกัน";
$lang["taxes_tax_jurisdiction_invalid_chars"] = "ระบุตัวอักษรไม่ถูกต้องในชื่อเขตอำนาจศาล";
$lang["taxes_tax_jurisdiction_required"] = "จำเป็นต้องระบุเขตอำนาจศาลภาษี";
$lang["taxes_tax_jurisdictions"] = "เขตอำนาจศาลภาษี";
$lang["taxes_tax_jurisdictions_configuration"] = "ตั้งค่าเขตอำนาจศาลภาษี";
$lang["taxes_tax_jurisdictions_saved_successfully"] = "บันทึกการเปลี่ยนแปลงเขตอำนาจศาลภาษีแล้ว";
$lang["taxes_tax_jurisdictions_saved_unsuccessfully"] = "การเปลี่ยนแปลงเขตอำนาจศาลภาษีไม่ได้รับการบันทึก";
$lang["taxes_tax_rate"] = "อัตราภาษี";
$lang["taxes_tax_rate_configuration"] = "ตั้งค่าอัตราภาษี";
$lang["taxes_tax_rate_error_adding_updating"] = "การเพิ่มหรืออัปเดตอัตราภาษีล้มเหลว";
$lang["taxes_tax_rate_numeric"] = "อัตราภาษีต้องเป็นตัวเลข";
$lang["taxes_tax_rate_required"] = "จำเป็นต้องระบุอัตราภาษี";
$lang["taxes_tax_rate_successful_updated"] = "คุณปรับปรุงข้อมูลเรียบร้อยแล้ว";
$lang["taxes_tax_rate_successfully_added"] = "คุณได้เพิ่มเรียบร้อยแล้ว";
$lang["taxes_tax_rates"] = "อัตราภาษี";
$lang["taxes_tax_rates_configuration"] = "ตั้งค่าอัตราภาษี";
$lang["taxes_tax_rounding"] = "การปัดเศษภาษี";
$lang["taxes_tax_type"] = "ประเภทภาษี";
$lang["taxes_update"] = "ปรับปรุงอัตราภาษี";
$lang["taxes_vat_tax"] = "ภาษีมูลค่าเพิ่ม";
return [
"add_exception" => "เพิ่มข้อยกเว้",
"cascade" => "ภาษีแบบซ้ำซ้อน",
"cascade_sequence" => "ลำดับภาษีแบบซ้ำซ้อน",
"city" => "เมือง",
"code" => "รหัสภาษี",
"confirm_delete" => "คุณแน่ใจหรือว่าต้องการลบรหัสภาษีนี้? การกระทำนี้ไม่สามารถยกเลิกได้",
"confirm_restore" => "ุณแน่ใจหรือไม่ว่าต้องการกู้คืนรหัสภาษีที่เลือก?",
"default_tax_category" => "ค่าเริ่มต้นกลุ่มภาษี",
"default_tax_rate" => "อัตราภาษีเริ่มต้น",
"error_adding_updating" => "การเพิ่มหรืออัปเดตรหัสภาษีล้มเหลว",
"group_seq" => "ลำดับกลุ่ม",
"jurisdiction_name" => "ชื่อหน่วยเขตภาษี",
"name" => "ชื่อภาษี",
"new" => "ภาษีใหม่",
"no_taxes" => "",
"no_taxes_to_display" => "ไม่มีรหัสภาษีที่จะแสดงได้",
"reporting_authority" => "ผู้มีอำนาจรายงาน",
"round_half_down" => "ปัดหน่วยลง",
"round_half_even" => "ปัดเป็นค่",
"round_half_odd" => "ปัดเป็นคี่",
"round_half_up" => "ปัดขึ้น",
"rounding_code" => "รหัสปัดเศษ",
"sales_tax" => "ภาษีการขาย",
"sales_tax_by_invoice" => "ภาษีขายตามใบแจ้งหนี้",
"sequence" => "ลำดับ",
"state" => "ภาษีรัฐ",
"successful_deleted" => "คุณลบรายการสำเร็จแล้ว",
"tax_categories" => "หมวดหมู่ภาษี",
"tax_categories_configuration" => "ตั้งค่าหมวดหมู่ภาษี",
"tax_categories_saved_successfully" => "บันทึกการเปลี่ยนแปลงหมวดหมู่ภาษีแล้ว",
"tax_categories_saved_unsuccessfully" => "ไม่สามารถบันทึกการเปลี่ยนแปลงหมวดภาษี",
"tax_category" => "ประเภทภาษี",
"tax_category_code" => "รหัสประเภทภาษี",
"tax_category_duplicate" => "หมวดหมู่ภาษีซ้ำ",
"tax_category_invalid_chars" => "ระบุบค่าไม่ถูกต้องในชื่อหมวดหมู่ภาษี",
"tax_category_name" => "ชื่อหมวดหมู่ภาษี",
"tax_category_new" => "หมวดหมู่ภาษีใหม่",
"tax_category_required" => "ต้องระบุหมวดภาษี",
"tax_code" => "รหัสภาษี",
"tax_code_cannot_be_deleted" => "การลบรหัสภาษีล้มเหลว",
"tax_code_duplicate" => "รหัสภาษีซ้ำ",
"tax_code_invalid_chars" => "ระบุค่าไม่ถูกต้องในรหัสภาษี",
"tax_code_name" => "ชื่อรหัสภาษี",
"tax_code_required" => "จำเป็นต้องระบุรหัสภาษี",
"tax_code_successful_deleted" => "คุณได้ลบรหัสภาษีเรียบร้อยแล้ว",
"tax_code_successful_updated" => "คุณปรับปรุงข้อมูลเรียบร้อยแล้ว",
"tax_code_successful_updating" => "คุณปรับปรุงข้อมูลรหัสภาษีเรียบร้อยแล้ว",
"tax_code_successfully_added" => "คุณได้เพิ่มข้อมูลเรียบร้อยแล้ว",
"tax_code_type" => "ประเภทรหัสภาษี",
"tax_codes" => "รหัสภาษี",
"tax_codes_configuration" => "ตั้งค่ารหัสภาษี",
"tax_codes_saved_successfully" => "บันทึกการเปลี่ยนแปลงรหัสภาษีแล้ว",
"tax_codes_saved_unsuccessfully" => "ไม่สามารถบันทึกการเปลี่ยนแปลงรหัสภาษีได้",
"tax_excluded" => "ไม่รวมภาษี",
"tax_group" => "กลุ่มภาษี",
"tax_group_not_unique" => "กลุ่มภาษี {0} ต้องไม่ซ้ำกัน",
"tax_group_sequence" => "ลำดับกลุ่มภาษี",
"tax_included" => "รวมภาษี",
"tax_jurisdiction" => "เขตอำนาจศาลภาษี",
"tax_jurisdiction_duplicate" => "เขตอำนาจศาลภาษีซ้ำกัน",
"tax_jurisdiction_invalid_chars" => "ระบุตัวอักษรไม่ถูกต้องในชื่อเขตอำนาจศาล",
"tax_jurisdiction_required" => "จำเป็นต้องระบุเขตอำนาจศาลภาษี",
"tax_jurisdictions" => "เขตอำนาจศาลภาษี",
"tax_jurisdictions_configuration" => "ตั้งค่าเขตอำนาจศาลภาษี",
"tax_jurisdictions_saved_successfully" => "บันทึกการเปลี่ยนแปลงเขตอำนาจศาลภาษีแล้ว",
"tax_jurisdictions_saved_unsuccessfully" => "การเปลี่ยนแปลงเขตอำนาจศาลภาษีไม่ได้รับการบันทึก",
"tax_rate" => "อัตราภาษี",
"tax_rate_configuration" => "ตั้งค่าอัตราภาษี",
"tax_rate_error_adding_updating" => "การเพิ่มหรืออัปเดตอัตราภาษีล้มเหลว",
"tax_rate_numeric" => "อัตราภาษีต้องเป็นตัวเลข",
"tax_rate_required" => "จำเป็นต้องระบุอัตราภาษี",
"tax_rate_successful_updated" => "คุณปรับปรุงข้อมูลเรียบร้อยแล้ว",
"tax_rate_successfully_added" => "คุณได้เพิ่มเรียบร้อยแล้ว",
"tax_rates" => "อัตราภาษี",
"tax_rates_configuration" => "ตั้งค่าอัตราภาษี",
"tax_rounding" => "การปัดเศษภาษี",
"tax_type" => "ประเภทภาษี",
"update" => "ปรับปรุงอัตราภาษี",
"vat_tax" => "ภาษีมูลค่าเพิ่ม",
];

View File

@@ -3,7 +3,7 @@ return [
"all" => "All",
"columns" => "Columns",
"hide_show_pagination" => "Hide/Show pagination",
"loading" => "",
"loading" => "Loading, please wait...",
"page_from_to" => "Showing {0} to {1} of {2} rows",
"refresh" => "Refresh",
"rows_per_page" => "{0} rows per page",

View File

@@ -9,7 +9,6 @@ return [
"logout" => "",
"migration_needed" => "",
"password" => "Password",
"required_username" => "",
"username" => "Username",
"welcome" => "",
];

View File

@@ -3,7 +3,7 @@ return [
"all" => "tüm",
"columns" => "Sütun",
"hide_show_pagination" => "Sayfalandırmayı Gizle/Göster",
"loading" => "",
"loading" => "Yükleniyor, lütfen bekleyin...",
"page_from_to" => "{2} kayıttan {0} - {1} görüntüleniyor",
"refresh" => "Yenile",
"rows_per_page" => "Sayfa başına {0} satır",

View File

@@ -1,118 +1,120 @@
<?php
$lang["items_add_minus"] = "Eklenen/Çıkarılan Adet.";
$lang["items_allow_alt_description"] = "Dip Nota izin ver";
$lang["items_amount_entry"] = "Miktar Girişi";
$lang["items_bulk_edit"] = "Toplu Düzenleme";
$lang["items_buy_price_required"] = "Alış Fiyatı zorunlu alandır.";
$lang["items_cannot_be_deleted"] = "Seçili ürünler silinemedi, bazı ürünlerin satışı var.";
$lang["items_cannot_find_item"] = "Ürün bilgisi bulunamadı.";
$lang["items_categories"] = "";
$lang["items_category"] = "Kategori";
$lang["items_category_new"] = "";
$lang["items_category_required"] = "Kategori zorunlu alandır.";
$lang["items_change_all_to_allow_alt_desc"] = "Tümünde dip nota izin ver.";
$lang["items_change_all_to_not_allow_allow_desc"] = "Tümünde dip nota izin verme.";
$lang["items_change_all_to_serialized"] = "Tümünü seri numaralı yap";
$lang["items_change_all_to_unserialized"] = "Tümünü seri numarasız yap";
$lang["items_change_image"] = "Resmi değiştir";
$lang["items_confirm_bulk_edit"] = "Seçili tüm ürünleri düzenlemek istediğinize emin misiniz?";
$lang["items_confirm_bulk_edit_wipe_taxes"] = "Tüm ürün vergi bilgileri değiştirilecektir.";
$lang["items_confirm_delete"] = "Seçili ürünleri silmek istediğinize emin misiniz?";
$lang["items_confirm_restore"] = "Seçili ürünleri onarmak istediğinize emin misiniz?";
$lang["items_cost_price"] = "Toptan Fiyatı";
$lang["items_cost_price_number"] = "Toptan Fiyatı sayı olmalıdır.";
$lang["items_cost_price_required"] = "Toptan Fiyatı zorunlu alandır.";
$lang["items_count"] = "Stoğu Güncelle";
$lang["items_csv_import_failed"] = "CSV aktarım hatası";
$lang["items_csv_import_nodata_wrongformat"] = "Yüklenen dosya herhangi bir veri içermiyor veya hatalı formatta.";
$lang["items_csv_import_partially_failed"] = "Bazı ürünler aktarılamadı. Aktarılamayanlar listesi.";
$lang["items_csv_import_success"] = "Ürün aktarımı başarılı.";
$lang["items_current_quantity"] = "Var Olan Adet";
$lang["items_default_pack_name"] = "Her biri";
$lang["items_description"] = "Tanım";
$lang["items_details_count"] = "Stok Hareket Detayları";
$lang["items_do_nothing"] = "Değiştirme";
$lang["items_edit"] = "";
$lang["items_edit_fields_you_want_to_update"] = "Seçili TÜM ürünler için düzenlemek istediğiniz alanları girin.";
$lang["items_edit_multiple_items"] = "Çoklu Ürün Güncelleme";
$lang["items_empty_upc_items"] = "Ürün kodu olmayan ürünler";
$lang["items_error_adding_updating"] = "Ürün ekleme/düzenleme hatası";
$lang["items_error_updating_multiple"] = "Ürün düzenleme hatası";
$lang["items_generate_barcodes"] = "Barkod Üret";
$lang["items_hsn_code"] = "Harmonize Sistem İsimlendirme";
$lang["items_image"] = "Avatar";
$lang["items_import_items_csv"] = "CSV dosyasından ürün aktar";
$lang["items_info_provided_by"] = "Bilgi sağlayan";
$lang["items_inventory"] = "Stok";
$lang["items_inventory_CSV_import_quantity"] = "CSV'den Alınan Miktar";
$lang["items_inventory_comments"] = "Yorumlar";
$lang["items_inventory_data_tracking"] = "Stok Takibi";
$lang["items_inventory_date"] = "Tarih";
$lang["items_inventory_employee"] = "Personel";
$lang["items_inventory_in_out_quantity"] = "Giriş/Çıkış Sayısı";
$lang["items_inventory_remarks"] = "Notlar";
$lang["items_is_deleted"] = "Silinmiş";
$lang["items_is_printed"] = "";
$lang["items_is_serialized"] = "Seri Numaralı Ürün";
$lang["items_item"] = "Ürün";
$lang["items_item_id"] = "";
$lang["items_item_number"] = "UPC/EAN/ISBN";
$lang["items_item_number_duplicate"] = "Ürün numarası veritabanında zaten var.";
$lang["items_kit"] = "Set";
$lang["items_location"] = "Yer";
$lang["items_low_inventory_items"] = "Stokta Olmayan Ürünler";
$lang["items_low_sell_item"] = "Düşük satış fiyatı";
$lang["items_manually_editing_of_quantity"] = "Elle adet düzeltme";
$lang["items_markup"] = "";
$lang["items_name"] = "Ürün Adı";
$lang["items_name_required"] = "Ürün Adı zorunlu alandır.";
$lang["items_new"] = "Yeni Ürün";
$lang["items_no_description_items"] = "Tanımı olmayan ürünler";
$lang["items_no_items_to_display"] = "Gösterecek Ürün Yok.";
$lang["items_none"] = "Hiçbiri";
$lang["items_none_selected"] = "Düzenlemek için ürün seçmediniz";
$lang["items_nonstock"] = "Stokta Olmayan";
$lang["items_number_information"] = "Ürün No";
$lang["items_number_required"] = "Barkod alanı zorunludur.";
$lang["items_one_or_multiple"] = "ürün";
$lang["items_pack_name"] = "Paket adı";
$lang["items_qty_per_pack"] = "Paket başına miktar";
$lang["items_quantity"] = "Adet";
$lang["items_quantity_number"] = "Adet sayı olmalıdır.";
$lang["items_quantity_required"] = "Adet zorunlu alandır.";
$lang["items_receiving_quantity"] = "Alım miktarı";
$lang["items_remove_image"] = "Resmi kaldır";
$lang["items_reorder_level"] = "Düşük Stok";
$lang["items_reorder_level_number"] = "Düşük stok sayı olmalıdır.";
$lang["items_reorder_level_required"] = "Düşük Stok zorunlu alandır.";
$lang["items_retrive_item_info"] = "Ürün Bilgisi Getir";
$lang["items_sales_tax_1"] = "Satış Vergisi";
$lang["items_sales_tax_2"] = "Satış Vergisi 2";
$lang["items_search_attributes"] = "Özellikleri Ara";
$lang["items_select_image"] = "Resim Seç";
$lang["items_serialized_items"] = "Seri Numaralı Ürünler";
$lang["items_standard"] = "Standart";
$lang["items_stock"] = "Stok";
$lang["items_stock_location"] = "Mağaza Yeri";
$lang["items_stock_type"] = "Stok Tipi";
$lang["items_successful_adding"] = "Ürün ekleme başarılı";
$lang["items_successful_bulk_edit"] = "Seçili ürün düzenlendi";
$lang["items_successful_deleted"] = "Silme başarılı";
$lang["items_successful_updating"] = "Ürün düzenleme başarılı";
$lang["items_supplier"] = "Sağlayıcı";
$lang["items_tax_1"] = "Vergi 1";
$lang["items_tax_2"] = "Vergi 2";
$lang["items_tax_3"] = "";
$lang["items_tax_category"] = "Vergi Kategorisi";
$lang["items_tax_percent"] = "Vergi Yüzdesi";
$lang["items_tax_percent_number"] = "Vergi Yüzdesi ondalıklı sayı olmalı";
$lang["items_tax_percent_required"] = "Vergi Oranı zorunlu alandır.";
$lang["items_tax_percents"] = "Vergi Yüzdesi";
$lang["items_temp"] = "Geçici";
$lang["items_type"] = "Ürün Tipi";
$lang["items_unit_price"] = "Satış Fiyatı";
$lang["items_unit_price_number"] = "Fiyat sayı olmalıdır (9.90).";
$lang["items_unit_price_required"] = "Satış Fiyatı zorunlu alandır.";
$lang["items_upc_database"] = "UPC Veritabanı";
$lang["items_update"] = "Ürün Güncelle";
$lang["items_use_inventory_menu"] = "Stok Menüsünü Kullan";
return [
"add_minus" => "Eklenen/Çıkarılan Adet.",
"allow_alt_description" => "Dip Nota izin ver",
"amount_entry" => "Miktar Girişi",
"bulk_edit" => "Toplu Düzenleme",
"buy_price_required" => "Alış Fiyatı zorunlu alandır.",
"cannot_be_deleted" => "Seçili ürünler silinemedi, bazı ürünlerin satışı var.",
"cannot_find_item" => "Ürün bilgisi bulunamadı.",
"categories" => "",
"category" => "Kategori",
"category_new" => "",
"category_required" => "Kategori zorunlu alandır.",
"change_all_to_allow_alt_desc" => "Tümünde dip nota izin ver.",
"change_all_to_not_allow_allow_desc" => "Tümünde dip nota izin verme.",
"change_all_to_serialized" => "Tümünü seri numaralı yap",
"change_all_to_unserialized" => "Tümünü seri numarasız yap",
"change_image" => "Resmi değiştir",
"confirm_bulk_edit" => "Seçili tüm ürünleri düzenlemek istediğinize emin misiniz?",
"confirm_bulk_edit_wipe_taxes" => "Tüm ürün vergi bilgileri değiştirilecektir.",
"confirm_delete" => "Seçili ürünleri silmek istediğinize emin misiniz?",
"confirm_restore" => "Seçili ürünleri onarmak istediğinize emin misiniz?",
"cost_price" => "Toptan Fiyatı",
"cost_price_number" => "Toptan Fiyatı sayı olmalıdır.",
"cost_price_required" => "Toptan Fiyatı zorunlu alandır.",
"count" => "Stoğu Güncelle",
"csv_import_failed" => "CSV aktarım hatası",
"csv_import_nodata_wrongformat" => "Yüklenen dosya herhangi bir veri içermiyor veya hatalı formatta.",
"csv_import_partially_failed" => "Bazı ürünler aktarılamadı. Aktarılamayanlar listesi.",
"csv_import_success" => "Ürün aktarımı başarılı.",
"current_quantity" => "Var Olan Adet",
"default_pack_name" => "Her biri",
"description" => "Tanım",
"details_count" => "Stok Hareket Detayları",
"do_nothing" => "Değiştirme",
"edit" => "",
"edit_fields_you_want_to_update" => "Seçili TÜM ürünler için düzenlemek istediğiniz alanları girin.",
"edit_multiple_items" => "Çoklu Ürün Güncelleme",
"empty_upc_items" => "Ürün kodu olmayan ürünler",
"error_adding_updating" => "Ürün ekleme/düzenleme hatası",
"error_updating_multiple" => "Ürün düzenleme hatası",
"generate_barcodes" => "Barkod Üret",
"hsn_code" => "Harmonize Sistem İsimlendirme",
"image" => "Avatar",
"import_items_csv" => "CSV dosyasından ürün aktar",
"info_provided_by" => "Bilgi sağlayan",
"inventory" => "Stok",
"inventory_CSV_import_quantity" => "CSV'den Alınan Miktar",
"inventory_comments" => "Yorumlar",
"inventory_data_tracking" => "Stok Takibi",
"inventory_date" => "Tarih",
"inventory_employee" => "Personel",
"inventory_in_out_quantity" => "Giriş/Çıkış Sayısı",
"inventory_remarks" => "Notlar",
"is_deleted" => "Silinmiş",
"is_printed" => "",
"is_serialized" => "Seri Numaralı Ürün",
"item" => "Ürün",
"item_id" => "",
"item_number" => "UPC/EAN/ISBN",
"item_number_duplicate" => "Ürün numarası veritabanında zaten var.",
"kit" => "Set",
"location" => "Yer",
"low_inventory_items" => "Stokta Olmayan Ürünler",
"low_sell_item" => "Düşük satış fiyatı",
"manually_editing_of_quantity" => "Elle adet düzeltme",
"markup" => "",
"name" => "Ürün Adı",
"name_required" => "Ürün Adı zorunlu alandır.",
"new" => "Yeni Ürün",
"no_description_items" => "Tanımı olmayan ürünler",
"no_items_to_display" => "Gösterecek Ürün Yok.",
"none" => "Hiçbiri",
"none_selected" => "Düzenlemek için ürün seçmediniz",
"nonstock" => "Stokta Olmayan",
"number_information" => "Ürün No",
"number_required" => "Barkod alanı zorunludur.",
"one_or_multiple" => "ürün",
"pack_name" => "Paket adı",
"qty_per_pack" => "Paket başına miktar",
"quantity" => "Adet",
"quantity_number" => "Adet sayı olmalıdır.",
"quantity_required" => "Adet zorunlu alandır.",
"receiving_quantity" => "Alım miktarı",
"remove_image" => "Resmi kaldır",
"reorder_level" => "Düşük Stok",
"reorder_level_number" => "Düşük stok sayı olmalıdır.",
"reorder_level_required" => "Düşük Stok zorunlu alandır.",
"retrive_item_info" => "Ürün Bilgisi Getir",
"sales_tax_1" => "Satış Vergisi",
"sales_tax_2" => "Satış Vergisi 2",
"search_attributes" => "Özellikleri Ara",
"select_image" => "Resim Seç",
"serialized_items" => "Seri Numaralı Ürünler",
"standard" => "Standart",
"stock" => "Stok",
"stock_location" => "Mağaza Yeri",
"stock_type" => "Stok Tipi",
"successful_adding" => "Ürün ekleme başarılı",
"successful_bulk_edit" => "Seçili ürün düzenlendi",
"successful_deleted" => "Silme başarılı",
"successful_updating" => "Ürün düzenleme başarılı",
"supplier" => "Sağlayıcı",
"tax_1" => "Vergi 1",
"tax_2" => "Vergi 2",
"tax_3" => "",
"tax_category" => "Vergi Kategorisi",
"tax_percent" => "Vergi Yüzdesi",
"tax_percent_number" => "Vergi Yüzdesi ondalıklı sayı olmalı",
"tax_percent_required" => "Vergi Oranı zorunlu alandır.",
"tax_percents" => "Vergi Yüzdesi",
"temp" => "Geçici",
"type" => "Ürün Tipi",
"unit_price" => "Satış Fiyatı",
"unit_price_number" => "Fiyat sayı olmalıdır (9.90).",
"unit_price_required" => "Satış Fiyatı zorunlu alandır.",
"upc_database" => "UPC Veritabanı",
"update" => "Ürün Güncelle",
"use_inventory_menu" => "Stok Menüsünü Kullan",
];

View File

@@ -9,7 +9,6 @@ return [
"logout" => "Çıkış",
"migration_needed" => "Girişten sonra {0} veri tabanına göç başlayacak.",
"password" => "Parola",
"required_username" => "",
"username" => "Kullanıcı Adı",
"welcome" => "{0}'e Hoş Geldiniz!",
];

View File

@@ -3,7 +3,7 @@ return [
"all" => "Все",
"columns" => "Розділи",
"hide_show_pagination" => "Приховати/Показати нумерацію",
"loading" => "",
"loading" => "Завантаження, будь ласка, зачекайте...",
"page_from_to" => "Відображено {0} до {1} з {2} рядків",
"refresh" => "Оновити",
"rows_per_page" => "{0} рядків на сторінці",

View File

@@ -9,7 +9,6 @@ return [
"logout" => "",
"migration_needed" => "",
"password" => "Пароль",
"required_username" => "",
"username" => "Ім'я користувача",
"welcome" => "",
];

View File

@@ -9,7 +9,6 @@ return [
"logout" => "",
"migration_needed" => "",
"password" => "",
"required_username" => "",
"username" => "",
"welcome" => "",
];

View File

@@ -3,7 +3,7 @@ return [
"all" => "Tất cả",
"columns" => "Các cột",
"hide_show_pagination" => "Ẩn/hiện phân trang",
"loading" => "",
"loading" => "Đang tải, vui lòng đợi...",
"page_from_to" => "Đang hiển thị {0} đến {1} trên {2} dòng",
"refresh" => "Làm mới lại",
"rows_per_page" => "{0} dòng mỗi trang",

View File

@@ -9,7 +9,6 @@ return [
"logout" => "Đăng xuất",
"migration_needed" => "Di chuyển cơ sở dữ liệu sang {0} sẽ được bắt đầu sau khi đăng nhập.",
"password" => "Mật khẩu",
"required_username" => "",
"username" => "Tài khoản",
"welcome" => "Chào mừng đến với {0}!",
];

View File

@@ -3,7 +3,7 @@ return [
"all" => "所有",
"columns" => "",
"hide_show_pagination" => "隐藏/显示分页",
"loading" => "",
"loading" => "正在努力地加载数据中,请稍候……",
"page_from_to" => "显示第 {0} 到第 {1} 条记录,总共 {2} 条记录",
"refresh" => "刷新",
"rows_per_page" => "每页显示 {0} 条记录",

View File

@@ -1,328 +1,330 @@
<?php
$lang["config_address"] = "公司地址";
$lang["config_address_required"] = "公司地址为必填";
$lang["config_all_set"] = "All file permissions are set correctly!";
$lang["config_allow_duplicate_barcodes"] = "允许重复条形码";
$lang["config_apostrophe"] = "apostrophe";
$lang["config_backup_button"] = "Backup";
$lang["config_backup_database"] = "Backup Database";
$lang["config_barcode"] = "条形码";
$lang["config_barcode_company"] = "公司名称";
$lang["config_barcode_configuration"] = "设置条形码";
$lang["config_barcode_content"] = "条形码内容";
$lang["config_barcode_first_row"] = "条形码第一行";
$lang["config_barcode_font"] = "条形码字体";
$lang["config_barcode_formats"] = "输入格式";
$lang["config_barcode_generate_if_empty"] = "Generate if empty";
$lang["config_barcode_height"] = "条形码高度 (px)";
$lang["config_barcode_id"] = "商品 ID/名字";
$lang["config_barcode_info"] = "条形码设置信息";
$lang["config_barcode_layout"] = "条形码布局";
$lang["config_barcode_name"] = "条形码名字";
$lang["config_barcode_number"] = "UPC/EAN/ISBN";
$lang["config_barcode_number_in_row"] = "Number in row";
$lang["config_barcode_page_cellspacing"] = "Display page cellspacing";
$lang["config_barcode_page_width"] = "条形码显示宽度";
$lang["config_barcode_price"] = "金额";
$lang["config_barcode_second_row"] = "条形码第二行";
$lang["config_barcode_third_row"] = "条形码第";
$lang["config_barcode_tooltip"] = "警告:此功能可能导致重复项被导入或创建。 如果您不想重复的条形码,请不要使用。";
$lang["config_barcode_type"] = "条形码类型";
$lang["config_barcode_width"] = "条形码宽度 (px)";
$lang["config_bottom"] = "Bottom";
$lang["config_cash_button"] = "";
$lang["config_cash_button_1"] = "";
$lang["config_cash_button_2"] = "";
$lang["config_cash_button_3"] = "";
$lang["config_cash_button_4"] = "";
$lang["config_cash_button_5"] = "";
$lang["config_cash_button_6"] = "";
$lang["config_cash_decimals"] = "现金小数点";
$lang["config_cash_decimals_tooltip"] = "";
$lang["config_cash_rounding"] = "";
$lang["config_category_dropdown"] = "显示类别为下拉式菜单";
$lang["config_center"] = "Center";
$lang["config_change_apperance_tooltip"] = "";
$lang["config_comma"] = "comma";
$lang["config_company"] = "公司名称";
$lang["config_company_avatar"] = "";
$lang["config_company_change_image"] = "Change Image";
$lang["config_company_logo"] = "Company Logo";
$lang["config_company_remove_image"] = "Remove Image";
$lang["config_company_required"] = "公司名称为必填";
$lang["config_company_select_image"] = "选择公司图片";
$lang["config_company_website_url"] = "公司网址格式错误 (http://...)";
$lang["config_country_codes"] = "国家地区代码";
$lang["config_country_codes_tooltip"] = "Comma separated list of country codes for nominatim address lookup.";
$lang["config_currency_code"] = "";
$lang["config_currency_decimals"] = "Currency Decimals";
$lang["config_currency_symbol"] = "货币符号";
$lang["config_current_employee_only"] = "";
$lang["config_customer_reward"] = "";
$lang["config_customer_reward_duplicate"] = "";
$lang["config_customer_reward_enable"] = "";
$lang["config_customer_reward_invalid_chars"] = "";
$lang["config_customer_reward_required"] = "";
$lang["config_customer_sales_tax_support"] = "";
$lang["config_date_or_time_format"] = "";
$lang["config_datetimeformat"] = "Date and Time format";
$lang["config_decimal_point"] = "Decimal Point";
$lang["config_default_barcode_font_size_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_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_item_columns"] = "";
$lang["config_default_origin_tax_code"] = "";
$lang["config_default_receivings_discount"] = "";
$lang["config_default_receivings_discount_number"] = "";
$lang["config_default_receivings_discount_required"] = "";
$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_category"] = "";
$lang["config_default_tax_code"] = "";
$lang["config_default_tax_jurisdiction"] = "";
$lang["config_default_tax_name_number"] = "";
$lang["config_default_tax_name_required"] = "The default tax name is a required field";
$lang["config_default_tax_rate"] = "預設稅率 %";
$lang["config_default_tax_rate_1"] = "稅率 1";
$lang["config_default_tax_rate_2"] = "稅率 2";
$lang["config_default_tax_rate_3"] = "";
$lang["config_default_tax_rate_number"] = "預設稅率必需為數字";
$lang["config_default_tax_rate_required"] = "預設稅率為必填";
$lang["config_derive_sale_quantity"] = "";
$lang["config_derive_sale_quantity_tooltip"] = "";
$lang["config_dinner_table"] = "";
$lang["config_dinner_table_duplicate"] = "";
$lang["config_dinner_table_enable"] = "";
$lang["config_dinner_table_invalid_chars"] = "";
$lang["config_dinner_table_required"] = "";
$lang["config_dot"] = "dot";
$lang["config_email"] = "郵箱";
$lang["config_email_configuration"] = "Email Configuration";
$lang["config_email_mailpath"] = "Path to Sendmail";
$lang["config_email_protocol"] = "Protocol";
$lang["config_email_receipt_check_behaviour"] = "";
$lang["config_email_receipt_check_behaviour_always"] = "";
$lang["config_email_receipt_check_behaviour_last"] = "";
$lang["config_email_receipt_check_behaviour_never"] = "";
$lang["config_email_smtp_crypto"] = "SMTP Encryption";
$lang["config_email_smtp_host"] = "SMTP Server";
$lang["config_email_smtp_pass"] = "SMTP Password";
$lang["config_email_smtp_port"] = "SMTP Port";
$lang["config_email_smtp_timeout"] = "SMTP Timeout (s)";
$lang["config_email_smtp_user"] = "SMTP Username";
$lang["config_enable_avatar"] = "";
$lang["config_enable_avatar_tooltip"] = "";
$lang["config_enable_dropdown_tooltip"] = "";
$lang["config_enable_new_look"] = "";
$lang["config_enable_right_bar"] = "";
$lang["config_enable_right_bar_tooltip"] = "";
$lang["config_enforce_privacy"] = "";
$lang["config_enforce_privacy_tooltip"] = "";
$lang["config_fax"] = "傳真";
$lang["config_file_perm"] = "There are problems with file permissions please fix and reload this page.";
$lang["config_financial_year"] = "";
$lang["config_financial_year_apr"] = "";
$lang["config_financial_year_aug"] = "";
$lang["config_financial_year_dec"] = "";
$lang["config_financial_year_feb"] = "";
$lang["config_financial_year_jan"] = "";
$lang["config_financial_year_jul"] = "";
$lang["config_financial_year_jun"] = "";
$lang["config_financial_year_mar"] = "";
$lang["config_financial_year_may"] = "";
$lang["config_financial_year_nov"] = "";
$lang["config_financial_year_oct"] = "";
$lang["config_financial_year_sep"] = "";
$lang["config_floating_labels"] = "";
$lang["config_gcaptcha_enable"] = "";
$lang["config_gcaptcha_secret_key"] = "";
$lang["config_gcaptcha_secret_key_required"] = "";
$lang["config_gcaptcha_site_key"] = "";
$lang["config_gcaptcha_site_key_required"] = "";
$lang["config_gcaptcha_tooltip"] = "";
$lang["config_general"] = "General";
$lang["config_general_configuration"] = "General Configuration";
$lang["config_giftcard_number"] = "";
$lang["config_giftcard_random"] = "";
$lang["config_giftcard_series"] = "";
$lang["config_image_allowed_file_types"] = "";
$lang["config_image_max_height_tooltip"] = "";
$lang["config_image_max_size_tooltip"] = "";
$lang["config_image_max_width_tooltip"] = "";
$lang["config_image_restrictions"] = "";
$lang["config_include_hsn"] = "";
$lang["config_info"] = "儲存組態";
$lang["config_info_configuration"] = "儲存組態";
$lang["config_input_groups"] = "";
$lang["config_integrations"] = "";
$lang["config_integrations_configuration"] = "";
$lang["config_invoice"] = "Invoice";
$lang["config_invoice_configuration"] = "Invoice Print Settings";
$lang["config_invoice_default_comments"] = "Default Invoice Comments";
$lang["config_invoice_email_message"] = "Invoice Email Template";
$lang["config_invoice_enable"] = "Enable Invoicing";
$lang["config_invoice_printer"] = "Invoice Printer";
$lang["config_invoice_type"] = "";
$lang["config_is_readable"] = "";
$lang["config_is_writable"] = "is writable, but the permissions are higher than 750.";
$lang["config_item_markup"] = "";
$lang["config_jsprintsetup_required"] = "Warning! This disabled functionality will only work if you have the FireFox jsPrintSetup addon installed. Save anyway?";
$lang["config_language"] = "語言";
$lang["config_last_used_invoice_number"] = "";
$lang["config_last_used_quote_number"] = "";
$lang["config_last_used_work_order_number"] = "";
$lang["config_left"] = "Left";
$lang["config_license"] = "License";
$lang["config_license_configuration"] = "License Statement";
$lang["config_line_sequence"] = "";
$lang["config_lines_per_page"] = "Lines Per Page";
$lang["config_lines_per_page_number"] = "The lines per page must be a number";
$lang["config_lines_per_page_required"] = "The lines per page is a required field";
$lang["config_locale"] = "Localisation";
$lang["config_locale_configuration"] = "Localisation Configuration";
$lang["config_locale_info"] = "Localisation Configuration Information";
$lang["config_location"] = "Stock";
$lang["config_location_configuration"] = "Stock Locations";
$lang["config_location_info"] = "Location Configuration Information";
$lang["config_login_form"] = "";
$lang["config_logout"] = "Don't you want to make a backup before logging out?";
$lang["config_mailchimp"] = "";
$lang["config_mailchimp_api_key"] = "";
$lang["config_mailchimp_configuration"] = "";
$lang["config_mailchimp_key_successfully"] = "";
$lang["config_mailchimp_key_unsuccessfully"] = "";
$lang["config_mailchimp_lists"] = "";
$lang["config_mailchimp_tooltip"] = "";
$lang["config_message"] = "Message";
$lang["config_message_configuration"] = "Message Configuration";
$lang["config_msg_msg"] = "Saved Text Message";
$lang["config_msg_msg_placeholder"] = "If you wish to use a SMS template save your message here. Otherwise leave the box blank.";
$lang["config_msg_pwd"] = "SMS-API Password";
$lang["config_msg_pwd_required"] = "SMS-API Password is a required field";
$lang["config_msg_src"] = "SMS-API Sender ID";
$lang["config_msg_src_required"] = "SMS-API Sender ID is a required field";
$lang["config_msg_uid"] = "SMS-API Username";
$lang["config_msg_uid_required"] = "SMS-API Username is a required field";
$lang["config_multi_pack_enabled"] = "";
$lang["config_no_risk"] = "No security/vulnerability risks.";
$lang["config_none"] = "none";
$lang["config_notify_alignment"] = "Notification Popup Position";
$lang["config_number_format"] = "Number Format";
$lang["config_number_locale"] = "Localisation";
$lang["config_number_locale_invalid"] = "The entered locale is invalid. Check the link in the tooltip to find a sensible value";
$lang["config_number_locale_required"] = "Number Locale is a required field";
$lang["config_number_locale_tooltip"] = "Find a suitable locale through this link";
$lang["config_os_timezone"] = "";
$lang["config_ospos_info"] = "";
$lang["config_payment_options_order"] = "Payment Options Order";
$lang["config_perm_risk"] = "Permissions higher than 750 leaves this software at risk.";
$lang["config_phone"] = "公司电话";
$lang["config_phone_required"] = "公司电话为必填";
$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_delay_autoreturn"] = "";
$lang["config_print_delay_autoreturn_number"] = "";
$lang["config_print_delay_autoreturn_required"] = "";
$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_receipt_check_behaviour"] = "";
$lang["config_print_receipt_check_behaviour_always"] = "";
$lang["config_print_receipt_check_behaviour_last"] = "";
$lang["config_print_receipt_check_behaviour_never"] = "";
$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_quantity_decimals"] = "Quantity Decimals";
$lang["config_quick_cash_enable"] = "";
$lang["config_quote_default_comments"] = "";
$lang["config_receipt"] = "收据";
$lang["config_receipt_category"] = "";
$lang["config_receipt_configuration"] = "收据打印设置";
$lang["config_receipt_default"] = "默认";
$lang["config_receipt_font_size"] = "字体大小";
$lang["config_receipt_font_size_number"] = "字体大小必须是数字";
$lang["config_receipt_font_size_required"] = "字体大小是必填的";
$lang["config_receipt_info"] = "Receipt Configuration Information";
$lang["config_receipt_printer"] = "收据打印机";
$lang["config_receipt_short"] = "Short";
$lang["config_receipt_show_company_name"] = "显示公司名称";
$lang["config_receipt_show_description"] = "显示描述";
$lang["config_receipt_show_serialnumber"] = "显示序列号";
$lang["config_receipt_show_tax_ind"] = "";
$lang["config_receipt_show_taxes"] = "显示税";
$lang["config_receipt_show_total_discount"] = "Show Total Discount";
$lang["config_receipt_template"] = "收据模板";
$lang["config_receiving_calculate_average_price"] = "Calc avg. Price (Receiving)";
$lang["config_recv_invoice_format"] = "Receivings Invoice Format";
$lang["config_register_mode_default"] = "";
$lang["config_report_an_issue"] = "";
$lang["config_return_policy_required"] = "退换货政策为必填";
$lang["config_reward"] = "";
$lang["config_reward_configuration"] = "";
$lang["config_right"] = "Right";
$lang["config_sales_invoice_format"] = "Sales Invoice Format";
$lang["config_sales_quote_format"] = "";
$lang["config_saved_successfully"] = "組態設置儲存成功";
$lang["config_saved_unsuccessfully"] = "組態設置儲存失敗";
$lang["config_security_issue"] = "Security Vulnerability Warning";
$lang["config_server_notice"] = "Please use the below info for issue reporting.";
$lang["config_service_charge"] = "";
$lang["config_show_due_enable"] = "";
$lang["config_show_office_group"] = "";
$lang["config_statistics"] = "Send statistics";
$lang["config_statistics_tooltip"] = "Send statistics for development and feature improvement purposes";
$lang["config_stock_location"] = "仓库地址";
$lang["config_stock_location_duplicate"] = "仓库地址不可重复";
$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_suggestions_fifth_column"] = "";
$lang["config_suggestions_first_column"] = "";
$lang["config_suggestions_fourth_column"] = "";
$lang["config_suggestions_layout"] = "";
$lang["config_suggestions_second_column"] = "";
$lang["config_suggestions_third_column"] = "";
$lang["config_system_conf"] = "Setup & Conf";
$lang["config_system_info"] = "System Info";
$lang["config_table"] = "";
$lang["config_table_configuration"] = "";
$lang["config_takings_printer"] = "Takings Printer";
$lang["config_tax"] = "";
$lang["config_tax_category"] = "";
$lang["config_tax_category_duplicate"] = "";
$lang["config_tax_category_invalid_chars"] = "";
$lang["config_tax_category_required"] = "";
$lang["config_tax_category_used"] = "";
$lang["config_tax_configuration"] = "";
$lang["config_tax_decimals"] = "税的小数点";
$lang["config_tax_id"] = "ID";
$lang["config_tax_included"] = "";
$lang["config_theme"] = "主题";
$lang["config_theme_preview"] = "";
$lang["config_thousands_separator"] = "千位分隔符";
$lang["config_timezone"] = "时区";
$lang["config_timezone_error"] = "";
$lang["config_top"] = "Top";
$lang["config_use_destination_based_tax"] = "";
$lang["config_user_timezone"] = "";
$lang["config_website"] = "网站";
$lang["config_wholesale_markup"] = "";
$lang["config_work_order_enable"] = "";
$lang["config_work_order_format"] = "";
return [
"address" => "公司地址",
"address_required" => "公司地址为必填",
"all_set" => "All file permissions are set correctly!",
"allow_duplicate_barcodes" => "允许重复条形码",
"apostrophe" => "apostrophe",
"backup_button" => "Backup",
"backup_database" => "Backup Database",
"barcode" => "条形码",
"barcode_company" => "公司名称",
"barcode_configuration" => "设置条形码",
"barcode_content" => "条形码内容",
"barcode_first_row" => "条形码第一行",
"barcode_font" => "条形码字体",
"barcode_formats" => "输入格式",
"barcode_generate_if_empty" => "Generate if empty",
"barcode_height" => "条形码高度 (px)",
"barcode_id" => "商品 ID/名字",
"barcode_info" => "条形码设置信息",
"barcode_layout" => "条形码布局",
"barcode_name" => "条形码名字",
"barcode_number" => "UPC/EAN/ISBN",
"barcode_number_in_row" => "Number in row",
"barcode_page_cellspacing" => "Display page cellspacing",
"barcode_page_width" => "条形码显示宽度",
"barcode_price" => "金额",
"barcode_second_row" => "条形码第",
"barcode_third_row" => "条形码第三行",
"barcode_tooltip" => "警告:此功能可能导致重复项被导入或创建。 如果您不想重复的条形码,请不要使用。",
"barcode_type" => "条形码类型",
"barcode_width" => "条形码宽度 (px)",
"bottom" => "Bottom",
"cash_button" => "",
"cash_button_1" => "",
"cash_button_2" => "",
"cash_button_3" => "",
"cash_button_4" => "",
"cash_button_5" => "",
"cash_button_6" => "",
"cash_decimals" => "现金小数点",
"cash_decimals_tooltip" => "",
"cash_rounding" => "",
"category_dropdown" => "显示类别为下拉式菜单",
"center" => "Center",
"change_apperance_tooltip" => "",
"comma" => "comma",
"company" => "公司名称",
"company_avatar" => "",
"company_change_image" => "Change Image",
"company_logo" => "Company Logo",
"company_remove_image" => "Remove Image",
"company_required" => "公司名称为必填",
"company_select_image" => "选择公司图片",
"company_website_url" => "公司网址格式错误 (http://...)",
"country_codes" => "国家地区代码",
"country_codes_tooltip" => "Comma separated list of country codes for nominatim address lookup.",
"currency_code" => "",
"currency_decimals" => "Currency Decimals",
"currency_symbol" => "货币符号",
"current_employee_only" => "",
"customer_reward" => "",
"customer_reward_duplicate" => "",
"customer_reward_enable" => "",
"customer_reward_invalid_chars" => "",
"customer_reward_required" => "",
"customer_sales_tax_support" => "",
"date_or_time_format" => "",
"datetimeformat" => "Date and Time format",
"decimal_point" => "Decimal Point",
"default_barcode_font_size_number" => "默认条形码字体大小必须是数字",
"default_barcode_font_size_required" => "The default barcode font size is a required field",
"default_barcode_height_number" => "The default barcode height must be a number",
"default_barcode_height_required" => "The default barcode height is a required field",
"default_barcode_num_in_row_number" => "The default barcode num in row must be a number",
"default_barcode_num_in_row_required" => "The default barcode num in row is a required field",
"default_barcode_page_cellspacing_number" => "The default barcode page cellspacing must be a number",
"default_barcode_page_cellspacing_required" => "The default barcode page cellspacing is a required field",
"default_barcode_page_width_number" => "The default barcode page width must be a number",
"default_barcode_page_width_required" => "The default barcode page width is a required field",
"default_barcode_width_number" => "The default barcode width must be a number",
"default_barcode_width_required" => "The default barcode width is a required field",
"default_item_columns" => "",
"default_origin_tax_code" => "",
"default_receivings_discount" => "",
"default_receivings_discount_number" => "",
"default_receivings_discount_required" => "",
"default_sales_discount" => "Default Sales Discount %",
"default_sales_discount_number" => "The default sales discount must be a number",
"default_sales_discount_required" => "The default sales discount is a required field",
"default_tax_category" => "",
"default_tax_code" => "",
"default_tax_jurisdiction" => "",
"default_tax_name_number" => "",
"default_tax_name_required" => "The default tax name is a required field",
"default_tax_rate" => "預設稅率 %",
"default_tax_rate_1" => "稅率 1",
"default_tax_rate_2" => "稅率 2",
"default_tax_rate_3" => "",
"default_tax_rate_number" => "預設稅率必需為數字",
"default_tax_rate_required" => "預設稅率為必填",
"derive_sale_quantity" => "",
"derive_sale_quantity_tooltip" => "",
"dinner_table" => "",
"dinner_table_duplicate" => "",
"dinner_table_enable" => "",
"dinner_table_invalid_chars" => "",
"dinner_table_required" => "",
"dot" => "dot",
"email" => "郵箱",
"email_configuration" => "Email Configuration",
"email_mailpath" => "Path to Sendmail",
"email_protocol" => "Protocol",
"email_receipt_check_behaviour" => "",
"email_receipt_check_behaviour_always" => "",
"email_receipt_check_behaviour_last" => "",
"email_receipt_check_behaviour_never" => "",
"email_smtp_crypto" => "SMTP Encryption",
"email_smtp_host" => "SMTP Server",
"email_smtp_pass" => "SMTP Password",
"email_smtp_port" => "SMTP Port",
"email_smtp_timeout" => "SMTP Timeout (s)",
"email_smtp_user" => "SMTP Username",
"enable_avatar" => "",
"enable_avatar_tooltip" => "",
"enable_dropdown_tooltip" => "",
"enable_new_look" => "",
"enable_right_bar" => "",
"enable_right_bar_tooltip" => "",
"enforce_privacy" => "",
"enforce_privacy_tooltip" => "",
"fax" => "傳真",
"file_perm" => "There are problems with file permissions please fix and reload this page.",
"financial_year" => "",
"financial_year_apr" => "",
"financial_year_aug" => "",
"financial_year_dec" => "",
"financial_year_feb" => "",
"financial_year_jan" => "",
"financial_year_jul" => "",
"financial_year_jun" => "",
"financial_year_mar" => "",
"financial_year_may" => "",
"financial_year_nov" => "",
"financial_year_oct" => "",
"financial_year_sep" => "",
"floating_labels" => "",
"gcaptcha_enable" => "",
"gcaptcha_secret_key" => "",
"gcaptcha_secret_key_required" => "",
"gcaptcha_site_key" => "",
"gcaptcha_site_key_required" => "",
"gcaptcha_tooltip" => "",
"general" => "General",
"general_configuration" => "General Configuration",
"giftcard_number" => "",
"giftcard_random" => "",
"giftcard_series" => "",
"image_allowed_file_types" => "",
"image_max_height_tooltip" => "",
"image_max_size_tooltip" => "",
"image_max_width_tooltip" => "",
"image_restrictions" => "",
"include_hsn" => "",
"info" => "儲存組態",
"info_configuration" => "儲存組態",
"input_groups" => "",
"integrations" => "",
"integrations_configuration" => "",
"invoice" => "Invoice",
"invoice_configuration" => "Invoice Print Settings",
"invoice_default_comments" => "Default Invoice Comments",
"invoice_email_message" => "Invoice Email Template",
"invoice_enable" => "Enable Invoicing",
"invoice_printer" => "Invoice Printer",
"invoice_type" => "",
"is_readable" => "",
"is_writable" => "is writable, but the permissions are higher than 750.",
"item_markup" => "",
"jsprintsetup_required" => "Warning! This disabled functionality will only work if you have the FireFox jsPrintSetup addon installed. Save anyway?",
"language" => "語言",
"last_used_invoice_number" => "",
"last_used_quote_number" => "",
"last_used_work_order_number" => "",
"left" => "Left",
"license" => "License",
"license_configuration" => "License Statement",
"line_sequence" => "",
"lines_per_page" => "Lines Per Page",
"lines_per_page_number" => "The lines per page must be a number",
"lines_per_page_required" => "The lines per page is a required field",
"locale" => "Localisation",
"locale_configuration" => "Localisation Configuration",
"locale_info" => "Localisation Configuration Information",
"location" => "Stock",
"location_configuration" => "Stock Locations",
"location_info" => "Location Configuration Information",
"login_form" => "",
"logout" => "Don't you want to make a backup before logging out?",
"mailchimp" => "",
"mailchimp_api_key" => "",
"mailchimp_configuration" => "",
"mailchimp_key_successfully" => "",
"mailchimp_key_unsuccessfully" => "",
"mailchimp_lists" => "",
"mailchimp_tooltip" => "",
"message" => "Message",
"message_configuration" => "Message Configuration",
"msg_msg" => "Saved Text Message",
"msg_msg_placeholder" => "If you wish to use a SMS template save your message here. Otherwise leave the box blank.",
"msg_pwd" => "SMS-API Password",
"msg_pwd_required" => "SMS-API Password is a required field",
"msg_src" => "SMS-API Sender ID",
"msg_src_required" => "SMS-API Sender ID is a required field",
"msg_uid" => "SMS-API Username",
"msg_uid_required" => "SMS-API Username is a required field",
"multi_pack_enabled" => "",
"no_risk" => "No security/vulnerability risks.",
"none" => "none",
"notify_alignment" => "Notification Popup Position",
"number_format" => "Number Format",
"number_locale" => "Localisation",
"number_locale_invalid" => "The entered locale is invalid. Check the link in the tooltip to find a sensible value",
"number_locale_required" => "Number Locale is a required field",
"number_locale_tooltip" => "Find a suitable locale through this link",
"os_timezone" => "",
"ospos_info" => "",
"payment_options_order" => "Payment Options Order",
"perm_risk" => "Permissions higher than 750 leaves this software at risk.",
"phone" => "公司电话",
"phone_required" => "公司电话为必填",
"print_bottom_margin" => "Margin Bottom",
"print_bottom_margin_number" => "The default bottom margin must be a number",
"print_bottom_margin_required" => "The default bottom margin is a required field",
"print_delay_autoreturn" => "",
"print_delay_autoreturn_number" => "",
"print_delay_autoreturn_required" => "",
"print_footer" => "Print Browser Footer",
"print_header" => "Print Browser Header",
"print_left_margin" => "Margin Left",
"print_left_margin_number" => "The default left margin must be a number",
"print_left_margin_required" => "The default left margin is a required field",
"print_receipt_check_behaviour" => "",
"print_receipt_check_behaviour_always" => "",
"print_receipt_check_behaviour_last" => "",
"print_receipt_check_behaviour_never" => "",
"print_right_margin" => "Margin Right",
"print_right_margin_number" => "The default right margin must be a number",
"print_right_margin_required" => "The default right margin is a required field",
"print_silently" => "Show Print Dialog",
"print_top_margin" => "Margin Top",
"print_top_margin_number" => "The default top margin must be a number",
"print_top_margin_required" => "The default top margin is a required field",
"quantity_decimals" => "Quantity Decimals",
"quick_cash_enable" => "",
"quote_default_comments" => "",
"receipt" => "收据",
"receipt_category" => "",
"receipt_configuration" => "收据打印设置",
"receipt_default" => "默认",
"receipt_font_size" => "字体大小",
"receipt_font_size_number" => "字体大小必须是数字",
"receipt_font_size_required" => "字体大小是必填的",
"receipt_info" => "Receipt Configuration Information",
"receipt_printer" => "收据打印机",
"receipt_short" => "Short",
"receipt_show_company_name" => "显示公司名称",
"receipt_show_description" => "显示描述",
"receipt_show_serialnumber" => "显示序列号",
"receipt_show_tax_ind" => "",
"receipt_show_taxes" => "显示税",
"receipt_show_total_discount" => "Show Total Discount",
"receipt_template" => "收据模板",
"receiving_calculate_average_price" => "Calc avg. Price (Receiving)",
"recv_invoice_format" => "Receivings Invoice Format",
"register_mode_default" => "",
"report_an_issue" => "",
"return_policy_required" => "退换货政策为必填",
"reward" => "",
"reward_configuration" => "",
"right" => "Right",
"sales_invoice_format" => "Sales Invoice Format",
"sales_quote_format" => "",
"saved_successfully" => "組態設置儲存成功",
"saved_unsuccessfully" => "組態設置儲存失敗",
"security_issue" => "Security Vulnerability Warning",
"server_notice" => "Please use the below info for issue reporting.",
"service_charge" => "",
"show_due_enable" => "",
"show_office_group" => "",
"statistics" => "Send statistics",
"statistics_tooltip" => "Send statistics for development and feature improvement purposes",
"stock_location" => "仓库地址",
"stock_location_duplicate" => "仓库地址不可重复",
"stock_location_invalid_chars" => "The stock location name can not contain '_'",
"stock_location_required" => "Stock location number is a required field",
"suggestions_fifth_column" => "",
"suggestions_first_column" => "",
"suggestions_fourth_column" => "",
"suggestions_layout" => "",
"suggestions_second_column" => "",
"suggestions_third_column" => "",
"system_conf" => "Setup & Conf",
"system_info" => "System Info",
"table" => "",
"table_configuration" => "",
"takings_printer" => "Takings Printer",
"tax" => "",
"tax_category" => "",
"tax_category_duplicate" => "",
"tax_category_invalid_chars" => "",
"tax_category_required" => "",
"tax_category_used" => "",
"tax_configuration" => "",
"tax_decimals" => "的小数点",
"tax_id" => "ID",
"tax_included" => "含税",
"theme" => "主题",
"theme_preview" => "",
"thousands_separator" => "千位分隔符",
"timezone" => "时区",
"timezone_error" => "",
"top" => "Top",
"use_destination_based_tax" => "",
"user_timezone" => "",
"website" => "网站",
"wholesale_markup" => "",
"work_order_enable" => "",
"work_order_format" => "",
];

Some files were not shown because too many files have changed in this diff Show More