mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-24 16:28:40 -04:00
Update languages
This commit is contained in:
@@ -313,21 +313,6 @@ class Items extends Secure_area implements iData_controller
|
||||
|
||||
// update the item in the database in order to save the UPC/EAN/ISBN field
|
||||
$this->Item->save($item, $item['item_id']);
|
||||
|
||||
/* A nice to have: a pop up with confirmation using ajax, it's a TODO
|
||||
if( $this->Item->save($item, $item['item_id']) )
|
||||
{
|
||||
echo json_encode(array('success'=>true,
|
||||
'message'=>$this->lang->line('items_successful_updating') . ' ' . $item['name'],
|
||||
'item_id'=>$item['item_id']));
|
||||
}
|
||||
else//failure
|
||||
{
|
||||
echo json_encode(array('success'=>false,
|
||||
'message'=>$this->lang->line('items_error_adding_updating') . ' ' . $item['name'],
|
||||
'item_id'=>$item['item_id']));
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -24,7 +24,6 @@ $lang["common_gender_male"] = "M";
|
||||
$lang["common_inv"] = "inv";
|
||||
$lang["common_last_name"] = "Last Name";
|
||||
$lang["common_last_name_required"] = "The last name is a required field";
|
||||
$lang["common_last_page"] = "Last";
|
||||
$lang["common_learn_about_project"] = "to learn the lastest information about the project";
|
||||
$lang["common_list_of"] = "List of";
|
||||
$lang["common_logout"] = "Logout";
|
||||
|
||||
@@ -24,7 +24,6 @@ $lang["common_gender_male"] = "M";
|
||||
$lang["common_inv"] = "inv";
|
||||
$lang["common_last_name"] = "Apellidos";
|
||||
$lang["common_last_name_required"] = "Apellidos es un campo requerido";
|
||||
$lang["common_last_page"] = "Última";
|
||||
$lang["common_learn_about_project"] = "para leer la información más reciente acerca del proyecto";
|
||||
$lang["common_list_of"] = "Lista de";
|
||||
$lang["common_logout"] = "Salir";
|
||||
|
||||
@@ -24,7 +24,6 @@ $lang["common_gender_male"] = "M";
|
||||
$lang["common_inv"] = "inv";
|
||||
$lang["common_last_name"] = "Nom";
|
||||
$lang["common_last_name_required"] = "Le nom est requis";
|
||||
$lang["common_last_page"] = "Last";
|
||||
$lang["common_learn_about_project"] = "pour les dernières informations sur le projet";
|
||||
$lang["common_list_of"] = "Liste de";
|
||||
$lang["common_logout"] = "Déconnexion";
|
||||
|
||||
@@ -23,8 +23,7 @@ $lang["common_gender_female"] = "V";
|
||||
$lang["common_gender_male"] = "M";
|
||||
$lang["common_inv"] = "Persediaan";
|
||||
$lang["common_last_name"] = "Nama Belakang";
|
||||
$lang["common_last_name_required"] = "Nama belakang wajib diisi.";
|
||||
$lang["common_last_page"] = "Last";
|
||||
$lang["common_last_name_required"] = "Nama belakang wajib diisi.common_last_page";
|
||||
$lang["common_learn_about_project"] = "Untuk belajar informasi terbaru tentang proyek ini";
|
||||
$lang["common_list_of"] = "Daftar";
|
||||
$lang["common_logout"] = "Keluar";
|
||||
|
||||
@@ -24,7 +24,6 @@ $lang["common_gender_male"] = "M";
|
||||
$lang["common_inv"] = "stock";
|
||||
$lang["common_last_name"] = "Achternaam";
|
||||
$lang["common_last_name_required"] = "De achternaam moet ingevuld worden.";
|
||||
$lang["common_last_page"] = "Laatste";
|
||||
$lang["common_learn_about_project"] = "om de laatste informatie te verkrijgen over het project";
|
||||
$lang["common_list_of"] = "Lijst van";
|
||||
$lang["common_logout"] = "Logout";
|
||||
|
||||
@@ -41,8 +41,8 @@ $lang["items_item"] = "Product";
|
||||
$lang["items_item_number"] = "UPC/EAN/ISBN";
|
||||
$lang["items_item_number_duplicate"] = "De barcode nummer is reeds aanwezig in de database";
|
||||
$lang["items_location"] = "Locatie";
|
||||
$lang["items_empty_upc_items"] = "Empty UPC Items";
|
||||
$lang["items_low_inventory_items"] = "Producten niet in stock";
|
||||
$lang["items_empty_upc_items"] = "Zonder barcode";
|
||||
$lang["items_low_inventory_items"] = "Niet in stock";
|
||||
$lang["items_manually_editing_of_quantity"] = "Manuele aanpassing hoeveelheid";
|
||||
$lang["items_must_select_item_for_barcode"] = "U moet ten minste 1 product selecteren om een barcode te genereren";
|
||||
$lang["items_name"] = "Productnaam";
|
||||
|
||||
@@ -24,7 +24,6 @@ $lang["common_gender_male"] = "M";
|
||||
$lang["common_inv"] = "инв";
|
||||
$lang["common_last_name"] = "Фамилия";
|
||||
$lang["common_last_name_required"] = "Фамилия обязательный пробел";
|
||||
$lang["common_last_page"] = "Last";
|
||||
$lang["common_learn_about_project"] = ", чтобы узнать самую последнюю информацию о проекте";
|
||||
$lang["common_list_of"] = "Список";
|
||||
$lang["common_logout"] = "Выход";
|
||||
|
||||
@@ -9,7 +9,7 @@ $lang["common_confirm_search"] = "คุณเลือกมากกว่า
|
||||
$lang["common_country"] = "ประเทศ";
|
||||
$lang["common_date"] = "Date";
|
||||
$lang["common_delete"] = "ลบ";
|
||||
$lang["common_print"] = "Print";
|
||||
$lang["common_print"] = "พิมพ์";
|
||||
$lang["common_det"] = "สรุป";
|
||||
$lang["common_edit"] = "แก้ไข";
|
||||
$lang["common_email"] = "E-Mail";
|
||||
@@ -17,24 +17,23 @@ $lang["common_email_invalid_format"] = "e-mail address ไม่ถูกต้
|
||||
$lang["common_fields_required_message"] = "ช่องสีแดงต้องกรอก";
|
||||
$lang["common_first_name"] = "ชื่อ";
|
||||
$lang["common_first_name_required"] = "ชื่อต้องกรอก";
|
||||
$lang["common_first_page"] = "First";
|
||||
$lang["common_gender"] = "";
|
||||
$lang["common_gender_female"] = "V";
|
||||
$lang["common_gender_male"] = "";
|
||||
$lang["common_first_page"] = "อันดับแรก";
|
||||
$lang["common_gender"] = "เพศ";
|
||||
$lang["common_gender_female"] = "หญิง";
|
||||
$lang["common_gender_male"] = "ชาย";
|
||||
$lang["common_inv"] = "ยอด";
|
||||
$lang["common_last_name"] = "นามสกุล";
|
||||
$lang["common_last_name_required"] = "นามสกุลต้องกรอก";
|
||||
$lang["common_last_page"] = "Last";
|
||||
$lang["common_learn_about_project"] = "เพื่อศึกษาข้อมูลล่าสุดของโครงการ";
|
||||
$lang["common_list_of"] = "รายการ";
|
||||
$lang["common_logout"] = "";
|
||||
$lang["common_logout"] = "ออกจากระบบ";
|
||||
$lang["common_new"] = "New";
|
||||
$lang["common_no_persons_to_display"] = "ไม่พบข้อมูลตัวบุคคล";
|
||||
$lang["common_or"] = "";
|
||||
$lang["common_or"] = "หรือ";
|
||||
$lang["common_phone_number"] = "โทรศัพท์";
|
||||
$lang["common_phone_number_required"] = "";
|
||||
$lang["common_phone_number_required"] = "ต้องกรอกเบอร์โทร";
|
||||
$lang["common_please_visit_my"] = "เยี่ยมชมที่";
|
||||
$lang["common_powered_by"] = "";
|
||||
$lang["common_powered_by"] = "จัดทำโดย";
|
||||
$lang["common_price"] = "ราคา";
|
||||
$lang["common_remove"] = "ลบ";
|
||||
$lang["common_return_policy"] = "นโยบายคืนสินค้า";
|
||||
@@ -43,15 +42,15 @@ $lang["common_search_options"] = "Search options";
|
||||
$lang["common_searched_for"] = "ค้นหาสำหรับ";
|
||||
$lang["common_state"] = "จังหวัด";
|
||||
$lang["common_submit"] = "ส่งข้อมูล";
|
||||
$lang["common_view_recent_sales"] = "สำรวจการขายเมื่อเร็วๆนี้";
|
||||
$lang["common_view_recent_sales"] = "การขายล่าสุด";
|
||||
$lang["common_website"] = "website";
|
||||
$lang["common_welcome"] = "";
|
||||
$lang["common_welcome"] = "ยินดีต้อนรับ";
|
||||
$lang["common_welcome_message"] = "Opensource Point of sale. กรุณาเลือกคำสั่งเมนูด้านล่าง ";
|
||||
$lang["common_you_are_using_ospos"] = "คุณกำลังใช้ Opensource Point of Sales รุ่น";
|
||||
$lang["common_zip"] = "รหัสไปรษณีย์";
|
||||
$lang["common_import"] = "Import";
|
||||
$lang["common_import"] = "นำเข้า";
|
||||
$lang["common_download_import_template"] = "Download Import Excel Template (CSV)";
|
||||
$lang["common_import_file_path"] = "file path";
|
||||
$lang["common_import_excel"] = "Excel Import";
|
||||
$lang["common_import_full_path"] = "Full path to excel file required";
|
||||
$lang["common_required"] = "Required";
|
||||
$lang["common_required"] = "ต้องกรอก";
|
||||
|
||||
@@ -24,7 +24,6 @@ $lang["common_gender_male"] = "M";
|
||||
$lang["common_inv"] = "Stok";
|
||||
$lang["common_last_name"] = "Soy İsim";
|
||||
$lang["common_last_name_required"] = "Soy isim zorunlu alandır.";
|
||||
$lang["common_last_page"] = "Last";
|
||||
$lang["common_learn_about_project"] = " ";
|
||||
$lang["common_list_of"] = "Liste";
|
||||
$lang["common_logout"] = "Çıkış";
|
||||
|
||||
@@ -24,7 +24,6 @@ $lang["common_gender_male"] = "M";
|
||||
$lang["common_inv"] = "庫存";
|
||||
$lang["common_last_name"] = "姓";
|
||||
$lang["common_last_name_required"] = "姓氏為必填";
|
||||
$lang["common_last_page"] = "Last";
|
||||
$lang["common_learn_about_project"] = "了解系統開展進度";
|
||||
$lang["common_list_of"] = "列表";
|
||||
$lang["common_logout"] = "登出";
|
||||
|
||||
@@ -40,8 +40,8 @@ items_item,Product,Artículo,Item,Item,產品,Товар,สินค้า,Ür
|
||||
items_item_number,UPC/EAN/ISBN,UPC/EAN/ISBN,UPC/EAN/ISBN,UPC/EAN/ISBN,UPC/EAN/ISBN,UPC/EAN/ISBN,โค๊ด,UPC/EAN/ISBN,Kode Barang
|
||||
items_item_number_duplicate,De barcode nummer is reeds aanwezig in de database,El número de artículo ya esta presente en la base de datos,The item number is already present in the database,The item number is already present in the database,The item number is already present in the database,The item number is already present in the database,The item number is already present in the database,The item number is already present in the database,The item number is already present in the database
|
||||
items_location,Locatie,Ubicación,Location,Location,位置,место,ที่ตั้ง,Yer,Lokasi Barang
|
||||
items_empty_upc_items,Empty UPC Items,Empty UPC Items,Empty UPC Items,Empty UPC Items,Empty UPC Items,Empty UPC Items,Empty UPC Items,Empty UPC Items,Empty UPC Items
|
||||
items_low_inventory_items,Producten niet in stock,Artículos de Inventario Escaso,Out Of Stock Items,Items à Stock Faible,低庫存產品,Низкий инвентаризации товары,สินค้าคงเหลือน้อย,,Daftar Stock Rendah
|
||||
items_empty_upc_items,Zonder barcode,Empty UPC Items,Empty UPC Items,Empty UPC Items,Empty UPC Items,Empty UPC Items,Empty UPC Items,Empty UPC Items,Empty UPC Items
|
||||
items_low_inventory_items,Niet in stock,Artículos de Inventario Escaso,Out Of Stock Items,Items à Stock Faible,低庫存產品,Низкий инвентаризации товары,สินค้าคงเหลือน้อย,,Daftar Stock Rendah
|
||||
items_manually_editing_of_quantity,Manuele aanpassing hoeveelheid,Edición Manual de Cantidad,Manual Edit of Quantity,Édition Manuelle de Quantité,手動編輯數量,Руководство Изменить количество,แก้ไขจำนวน,Elle adet düzeltme,Perubahan jumlah Stok secara manual
|
||||
items_must_select_item_for_barcode,U moet ten minste 1 product selecteren om een barcode te genereren,Debes seleccionar al menos 1 artículo para generar códigos de barras,You must select at least 1 item to generate barcodes,Vous devez sélectionner au moins un item,您必須至少選擇一個產品生才能產生條碼,Вы должны выбрать хотя бы 1 товар для создания штрих-кодов,คุต้องเลือกสินค้าอย่างน้อยหนึ่งอย่างเพื่อจะสร้างบาร์โค๊ด,Barkod üretmek için en az bir ürün seçmelisiniz,Anda harus memilih minimal 1 item untuk membuat barcode
|
||||
items_name,Productnaam,Nombre del Artículo,Item Name,Nom,產品名稱,название товара,ชื่อสินค้า,Ürün Adı,Nama Barang
|
||||
|
||||
|
Reference in New Issue
Block a user