mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-26 19:17:51 -05:00
* Improve code style and PSR-12 compliance - refactored code formatting to adhere to PSR-12 guidelines - standardized coding conventions across the codebase - added missing framework files and reverted markup changes - reformatted arrays for enhanced readability - updated language files for consistent styling and clarity - minor miscellaneous improvements
34 lines
2.0 KiB
PHP
34 lines
2.0 KiB
PHP
<?php
|
|
|
|
return [
|
|
"attribute_value_invalid_chars" => "وصف کے اندراج میں ':' یا '|' ممنوع ہیں",
|
|
"confirm_delete" => "کیا آپ منتخب شدہ کو حذف کرنا چاہتے ہیں ؟",
|
|
"confirm_restore" => "کیا آپ منتخب شدہ کو بحال کرنا چاہتے ہیں ؟",
|
|
"definition_cannot_be_deleted" => "منتخب شدہ کو حذف نہیں کیا جا سکتا",
|
|
"definition_error_adding_updating" => "Attribute {0} could not be added or updated. Please check the error log.",
|
|
"definition_flags" => "Attribute Visibility",
|
|
"definition_group" => "Group",
|
|
"definition_id" => "Id",
|
|
"definition_name" => "Add Attribute",
|
|
"definition_name_required" => "Attribute name is a required field",
|
|
"definition_one_or_multiple" => "attribute(s)",
|
|
"definition_successful_adding" => "You have successfully added item",
|
|
"definition_successful_deleted" => "You have successfully deleted",
|
|
"definition_successful_updating" => "You have successfully updated attribute",
|
|
"definition_type" => "Attribute Type",
|
|
"definition_type_required" => "Attribute type is a required field",
|
|
"definition_unit" => "Measurement Unit",
|
|
"definition_values" => "Attribute Values",
|
|
"new" => "New Attribute",
|
|
"no_attributes_to_display" => "No Items to display",
|
|
"receipt_visibility" => "Receipt",
|
|
"show_in_items" => "Show in items",
|
|
"show_in_items_visibility" => "Items",
|
|
"show_in_receipt" => "Show in receipt",
|
|
"show_in_receivings" => "Show in receivings",
|
|
"show_in_receivings_visibility" => "Receivings",
|
|
"show_in_sales" => "Show in sales",
|
|
"show_in_sales_visibility" => "Sales",
|
|
"update" => "Update Attribute",
|
|
];
|