mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-03-11 19:50:25 -04:00
- Add csv_import_invalid_location to Items.php for CSV import validation - Add error_deleting_admin and error_updating_admin to Employees.php for admin protection messages Strings added with empty values so they fallback to English and show as untranslated in Weblate.
123 lines
5.9 KiB
PHP
123 lines
5.9 KiB
PHP
<?php
|
|
|
|
return [
|
|
"add_minus" => "",
|
|
"allow_alt_description" => "",
|
|
"amount_entry" => "",
|
|
"bulk_edit" => "",
|
|
"buy_price_required" => "",
|
|
"cannot_be_deleted" => "",
|
|
"cannot_find_item" => "",
|
|
"categories" => "Categorii - selectare numar produs.",
|
|
"category" => "Categorie",
|
|
"category_new" => "Categorie noua",
|
|
"category_required" => "Campul Categorie este obligatoriu.",
|
|
"change_all_to_allow_alt_desc" => "Permite descriere alternativa pentru tot.",
|
|
"change_all_to_not_allow_allow_desc" => "Nu permite descriere alternativa pentru tot.",
|
|
"change_all_to_serialized" => "",
|
|
"change_all_to_unserialized" => "",
|
|
"change_image" => "Schimbare imagine",
|
|
"confirm_bulk_edit" => "Sigur doriti editarea produsului/produselor selectate?",
|
|
"confirm_bulk_edit_wipe_taxes" => "Toate informatiile cu privire la taxe, vor fi inlocuite.",
|
|
"confirm_delete" => "Sigur doriti stergerea produselor selectate?",
|
|
"confirm_restore" => "Sigur doriti restaurarea produselor selectate?",
|
|
"cost_price" => "",
|
|
"cost_price_number" => "",
|
|
"cost_price_required" => "",
|
|
"count" => "",
|
|
"csv_import_failed" => "",
|
|
"csv_import_invalid_location" => "",
|
|
"csv_import_nodata_wrongformat" => "",
|
|
"csv_import_partially_failed" => "",
|
|
"csv_import_success" => "",
|
|
"current_quantity" => "",
|
|
"default_pack_name" => "",
|
|
"description" => "",
|
|
"details_count" => "",
|
|
"do_nothing" => "",
|
|
"edit" => "",
|
|
"edit_fields_you_want_to_update" => "",
|
|
"edit_multiple_items" => "",
|
|
"empty_upc_items" => "",
|
|
"error_adding_updating" => "",
|
|
"error_updating_multiple" => "",
|
|
"generate_barcodes" => "",
|
|
"hsn_code" => "",
|
|
"image" => "",
|
|
"import_items_csv" => "",
|
|
"info_provided_by" => "",
|
|
"inventory" => "",
|
|
"inventory_CSV_import_quantity" => "",
|
|
"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" => "",
|
|
"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" => "",
|
|
"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" => "",
|
|
"search_attributes" => "",
|
|
"select_image" => "",
|
|
"serialized_items" => "",
|
|
"standard" => "",
|
|
"stock" => "",
|
|
"stock_location" => "",
|
|
"stock_type" => "",
|
|
"successful_adding" => "",
|
|
"successful_bulk_edit" => "",
|
|
"successful_deleted" => "",
|
|
"successful_updating" => "",
|
|
"supplier" => "",
|
|
"tax_1" => "",
|
|
"tax_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" => "",
|
|
"update" => "",
|
|
"use_inventory_menu" => "",
|
|
];
|