mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-04 23:24:16 -04:00
Add Kurdish language option to UI (#4210)
This commit is contained in:
@@ -180,6 +180,7 @@ class App extends BaseConfig
|
||||
'id',
|
||||
'it',
|
||||
'km',
|
||||
'ku',
|
||||
'lo',
|
||||
'ml',
|
||||
'nb',
|
||||
|
||||
@@ -82,6 +82,7 @@ function get_languages(): array
|
||||
'id:indonesian' => 'Indonesian',
|
||||
'it:italian' => 'Italian',
|
||||
'km:centralkhmer' => 'Central Khmer',
|
||||
'ku:kurdish' => 'Kurdish',
|
||||
'lo:lao' => 'Lao',
|
||||
'ml:malayalam' => 'Malayalam',
|
||||
'nb:norwegian' => 'Norwegian',
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
<?php
|
||||
@@ -1 +0,0 @@
|
||||
<?php
|
||||
@@ -1 +0,0 @@
|
||||
<?php
|
||||
@@ -1 +0,0 @@
|
||||
<?php
|
||||
@@ -1 +0,0 @@
|
||||
<?php
|
||||
@@ -1 +0,0 @@
|
||||
<?php
|
||||
@@ -1 +0,0 @@
|
||||
<?php
|
||||
@@ -1 +0,0 @@
|
||||
<?php
|
||||
@@ -1 +0,0 @@
|
||||
<?php
|
||||
@@ -1 +0,0 @@
|
||||
<?php
|
||||
@@ -1 +0,0 @@
|
||||
<?php
|
||||
@@ -1 +0,0 @@
|
||||
<?php
|
||||
@@ -1 +0,0 @@
|
||||
<?php
|
||||
@@ -1 +0,0 @@
|
||||
<?php
|
||||
@@ -1 +0,0 @@
|
||||
<?php
|
||||
32
app/Language/ku/Attributes.php
Normal file
32
app/Language/ku/Attributes.php
Normal file
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
return [
|
||||
"attribute_value_invalid_chars" => "",
|
||||
"confirm_delete" => "",
|
||||
"confirm_restore" => "",
|
||||
"definition_cannot_be_deleted" => "",
|
||||
"definition_error_adding_updating" => "",
|
||||
"definition_flags" => "",
|
||||
"definition_group" => "",
|
||||
"definition_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" => "",
|
||||
];
|
||||
11
app/Language/ku/Bootstrap_tables.php
Normal file
11
app/Language/ku/Bootstrap_tables.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
return [
|
||||
"all" => "",
|
||||
"columns" => "",
|
||||
"hide_show_pagination" => "",
|
||||
"loading" => "",
|
||||
"page_from_to" => "",
|
||||
"refresh" => "",
|
||||
"rows_per_page" => "",
|
||||
"toggle" => "",
|
||||
];
|
||||
48
app/Language/ku/Calendar.php
Normal file
48
app/Language/ku/Calendar.php
Normal file
@@ -0,0 +1,48 @@
|
||||
<?php
|
||||
return [
|
||||
"su" => "",
|
||||
"mo" => "",
|
||||
"tu" => "",
|
||||
"we" => "",
|
||||
"th" => "",
|
||||
"fr" => "",
|
||||
"sa" => "",
|
||||
"sun" => "",
|
||||
"mon" => "",
|
||||
"tue" => "",
|
||||
"wed" => "",
|
||||
"thu" => "",
|
||||
"fri" => "",
|
||||
"sat" => "",
|
||||
"sunday" => "",
|
||||
"monday" => "",
|
||||
"tuesday" => "",
|
||||
"wednesday" => "",
|
||||
"thursday" => "",
|
||||
"friday" => "",
|
||||
"saturday" => "",
|
||||
"jan" => "",
|
||||
"feb" => "",
|
||||
"mar" => "",
|
||||
"apr" => "",
|
||||
"may" => "",
|
||||
"jun" => "",
|
||||
"jul" => "",
|
||||
"aug" => "",
|
||||
"sep" => "",
|
||||
"oct" => "",
|
||||
"nov" => "",
|
||||
"dec" => "",
|
||||
"january" => "",
|
||||
"february" => "",
|
||||
"march" => "",
|
||||
"april" => "",
|
||||
"mayl" => "",
|
||||
"june" => "",
|
||||
"july" => "",
|
||||
"august" => "",
|
||||
"september" => "",
|
||||
"october" => "",
|
||||
"november" => "",
|
||||
"december" => "",
|
||||
];
|
||||
49
app/Language/ku/Cashups.php
Normal file
49
app/Language/ku/Cashups.php
Normal file
@@ -0,0 +1,49 @@
|
||||
<?php
|
||||
return [
|
||||
"amount" => "",
|
||||
"amount_number" => "",
|
||||
"amount_required" => "",
|
||||
"cancel_cashups" => "",
|
||||
"cancel_cashups_enter" => "",
|
||||
"cannot_be_deleted" => "",
|
||||
"cash_difference" => "",
|
||||
"close_date" => "",
|
||||
"close_employee" => "",
|
||||
"closed_amount_card" => "",
|
||||
"closed_amount_cash" => "",
|
||||
"closed_amount_check" => "",
|
||||
"closed_amount_due" => "",
|
||||
"closed_amount_giftcard" => "",
|
||||
"closed_amount_total" => "",
|
||||
"closed_date" => "",
|
||||
"confirm_delete" => "",
|
||||
"confirm_restore" => "",
|
||||
"confirm_submit" => "",
|
||||
"date_number" => "",
|
||||
"date_required" => "",
|
||||
"description" => "",
|
||||
"enable_expected" => "",
|
||||
"error_adding_updating" => "",
|
||||
"giftcard" => "",
|
||||
"id" => "",
|
||||
"info" => "",
|
||||
"info_employee" => "",
|
||||
"is_deleted" => "",
|
||||
"new" => "",
|
||||
"no_cashups_to_display" => "",
|
||||
"none_selected" => "",
|
||||
"note" => "",
|
||||
"one_or_multiple" => "",
|
||||
"open_amount_cash" => "",
|
||||
"open_date" => "",
|
||||
"open_employee" => "",
|
||||
"opened_date" => "",
|
||||
"successful_adding" => "",
|
||||
"successful_deleted" => "",
|
||||
"successful_updating" => "",
|
||||
"total" => "",
|
||||
"transfer_amount_cash" => "",
|
||||
"transfer_amount_cash_minus" => "",
|
||||
"update" => "",
|
||||
"warning" => "",
|
||||
];
|
||||
330
app/Language/ku/Config.php
Normal file
330
app/Language/ku/Config.php
Normal file
@@ -0,0 +1,330 @@
|
||||
<?php
|
||||
return [
|
||||
"address" => "",
|
||||
"address_required" => "",
|
||||
"all_set" => "",
|
||||
"allow_duplicate_barcodes" => "",
|
||||
"apostrophe" => "",
|
||||
"backup_button" => "",
|
||||
"backup_database" => "",
|
||||
"barcode" => "",
|
||||
"barcode_company" => "",
|
||||
"barcode_configuration" => "",
|
||||
"barcode_content" => "",
|
||||
"barcode_first_row" => "",
|
||||
"barcode_font" => "",
|
||||
"barcode_formats" => "",
|
||||
"barcode_generate_if_empty" => "",
|
||||
"barcode_height" => "",
|
||||
"barcode_id" => "",
|
||||
"barcode_info" => "",
|
||||
"barcode_layout" => "",
|
||||
"barcode_name" => "",
|
||||
"barcode_number" => "",
|
||||
"barcode_number_in_row" => "",
|
||||
"barcode_page_cellspacing" => "",
|
||||
"barcode_page_width" => "",
|
||||
"barcode_price" => "",
|
||||
"barcode_second_row" => "",
|
||||
"barcode_third_row" => "",
|
||||
"barcode_tooltip" => "",
|
||||
"barcode_type" => "",
|
||||
"barcode_width" => "",
|
||||
"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" => "",
|
||||
"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" => "",
|
||||
"default_barcode_page_cellspacing_required" => "",
|
||||
"default_barcode_page_width_number" => "",
|
||||
"default_barcode_page_width_required" => "",
|
||||
"default_barcode_width_number" => "",
|
||||
"default_barcode_width_required" => "",
|
||||
"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" => "",
|
||||
"default_tax_rate_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" => "",
|
||||
"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_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_configuration" => "",
|
||||
"invoice_default_comments" => "",
|
||||
"invoice_email_message" => "",
|
||||
"invoice_enable" => "",
|
||||
"invoice_printer" => "",
|
||||
"invoice_type" => "",
|
||||
"is_readable" => "",
|
||||
"is_writable" => "",
|
||||
"item_markup" => "",
|
||||
"jsprintsetup_required" => "",
|
||||
"language" => "",
|
||||
"last_used_invoice_number" => "",
|
||||
"last_used_quote_number" => "",
|
||||
"last_used_work_order_number" => "",
|
||||
"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" => "",
|
||||
"mailchimp" => "",
|
||||
"mailchimp_api_key" => "",
|
||||
"mailchimp_configuration" => "",
|
||||
"mailchimp_key_successfully" => "",
|
||||
"mailchimp_key_unsuccessfully" => "",
|
||||
"mailchimp_lists" => "",
|
||||
"mailchimp_tooltip" => "",
|
||||
"message" => "",
|
||||
"message_configuration" => "",
|
||||
"msg_msg" => "",
|
||||
"msg_msg_placeholder" => "",
|
||||
"msg_pwd" => "",
|
||||
"msg_pwd_required" => "",
|
||||
"msg_src" => "",
|
||||
"msg_src_required" => "",
|
||||
"msg_uid" => "",
|
||||
"msg_uid_required" => "",
|
||||
"multi_pack_enabled" => "",
|
||||
"no_risk" => "",
|
||||
"none" => "",
|
||||
"notify_alignment" => "",
|
||||
"number_format" => "",
|
||||
"number_locale" => "",
|
||||
"number_locale_invalid" => "",
|
||||
"number_locale_required" => "",
|
||||
"number_locale_tooltip" => "",
|
||||
"os_timezone" => "",
|
||||
"ospos_info" => "",
|
||||
"payment_options_order" => "",
|
||||
"perm_risk" => "",
|
||||
"phone" => "",
|
||||
"phone_required" => "",
|
||||
"print_bottom_margin" => "",
|
||||
"print_bottom_margin_number" => "",
|
||||
"print_bottom_margin_required" => "",
|
||||
"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" => "",
|
||||
"suggestions_fourth_column" => "",
|
||||
"suggestions_layout" => "",
|
||||
"suggestions_second_column" => "",
|
||||
"suggestions_third_column" => "",
|
||||
"system_conf" => "",
|
||||
"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_preview" => "",
|
||||
"thousands_separator" => "",
|
||||
"timezone" => "",
|
||||
"timezone_error" => "",
|
||||
"top" => "",
|
||||
"use_destination_based_tax" => "",
|
||||
"user_timezone" => "",
|
||||
"website" => "",
|
||||
"wholesale_markup" => "",
|
||||
"work_order_enable" => "",
|
||||
"work_order_format" => "",
|
||||
];
|
||||
56
app/Language/ku/Customers.php
Normal file
56
app/Language/ku/Customers.php
Normal file
@@ -0,0 +1,56 @@
|
||||
<?php
|
||||
return [
|
||||
"account_number" => "",
|
||||
"account_number_duplicate" => "",
|
||||
"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_import_nodata_wrongformat" => "",
|
||||
"csv_import_partially_failed" => "",
|
||||
"csv_import_success" => "",
|
||||
"customer" => "",
|
||||
"date" => "",
|
||||
"discount" => "",
|
||||
"discount_fixed" => "",
|
||||
"discount_percent" => "",
|
||||
"discount_type" => "",
|
||||
"email_duplicate" => "",
|
||||
"employee" => "",
|
||||
"error_adding_updating" => "",
|
||||
"import_items_csv" => "",
|
||||
"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" => "",
|
||||
"update" => "",
|
||||
"rewards_package" => "",
|
||||
];
|
||||
23
app/Language/ku/Datepicker.php
Normal file
23
app/Language/ku/Datepicker.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
return [
|
||||
"all_time" => "",
|
||||
"apply" => "",
|
||||
"cancel" => "",
|
||||
"custom" => "",
|
||||
"from" => "",
|
||||
"last_30" => "",
|
||||
"last_7" => "",
|
||||
"last_financial_year" => "",
|
||||
"last_month" => "",
|
||||
"last_year" => "",
|
||||
"same_month_last_year" => "",
|
||||
"same_month_to_same_day_last_year" => "",
|
||||
"this_financial_year" => "",
|
||||
"this_month" => "",
|
||||
"this_year" => "",
|
||||
"to" => "",
|
||||
"today" => "",
|
||||
"today_last_year" => "",
|
||||
"weekstart" => "",
|
||||
"yesterday" => "",
|
||||
];
|
||||
44
app/Language/ku/Employees.php
Normal file
44
app/Language/ku/Employees.php
Normal file
@@ -0,0 +1,44 @@
|
||||
<?php
|
||||
return [
|
||||
"administrator" => "",
|
||||
"basic_information" => "",
|
||||
"cannot_be_deleted" => "",
|
||||
"change_employee" => "",
|
||||
"change_password" => "",
|
||||
"clerk" => "",
|
||||
"commission" => "",
|
||||
"confirm_delete" => "",
|
||||
"confirm_restore" => "",
|
||||
"current_password" => "",
|
||||
"current_password_invalid" => "",
|
||||
"employee" => "",
|
||||
"error_adding_updating" => "",
|
||||
"error_deleting_demo_admin" => "",
|
||||
"error_updating_demo_admin" => "",
|
||||
"language" => "",
|
||||
"login_info" => "",
|
||||
"manager" => "",
|
||||
"new" => "",
|
||||
"none_selected" => "",
|
||||
"one_or_multiple" => "",
|
||||
"password" => "",
|
||||
"password_minlength" => "",
|
||||
"password_must_match" => "",
|
||||
"password_not_must_match" => "",
|
||||
"password_required" => "",
|
||||
"permission_desc" => "",
|
||||
"permission_info" => "",
|
||||
"repeat_password" => "",
|
||||
"subpermission_required" => "",
|
||||
"successful_adding" => "",
|
||||
"successful_change_password" => "",
|
||||
"successful_deleted" => "",
|
||||
"successful_updating" => "",
|
||||
"system_language" => "",
|
||||
"unsuccessful_change_password" => "",
|
||||
"update" => "",
|
||||
"username" => "",
|
||||
"username_duplicate" => "",
|
||||
"username_minlength" => "",
|
||||
"username_required" => "",
|
||||
];
|
||||
10
app/Language/ku/Enum.php
Normal file
10
app/Language/ku/Enum.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
return [
|
||||
"half_down" => "",
|
||||
"half_even" => "",
|
||||
"half_five" => "",
|
||||
"half_odd" => "",
|
||||
"half_up" => "",
|
||||
"round_down" => "",
|
||||
"round_up" => "",
|
||||
];
|
||||
5
app/Language/ku/Error.php
Normal file
5
app/Language/ku/Error.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
return [
|
||||
"no_permission_module" => "",
|
||||
"unknown" => "",
|
||||
];
|
||||
50
app/Language/ku/Expenses.php
Normal file
50
app/Language/ku/Expenses.php
Normal file
@@ -0,0 +1,50 @@
|
||||
<?php
|
||||
return [
|
||||
"add_item" => "",
|
||||
"amount" => "",
|
||||
"amount_number" => "",
|
||||
"amount_required" => "",
|
||||
"by_category" => "",
|
||||
"cannot_be_deleted" => "",
|
||||
"cash" => "",
|
||||
"cash_filter" => "",
|
||||
"categories_name" => "",
|
||||
"category_required" => "",
|
||||
"check" => "",
|
||||
"check_filter" => "",
|
||||
"confirm_delete" => "",
|
||||
"confirm_restore" => "",
|
||||
"credit" => "",
|
||||
"credit_filter" => "",
|
||||
"date" => "",
|
||||
"date_number" => "",
|
||||
"date_required" => "",
|
||||
"debit" => "",
|
||||
"debit_filter" => "",
|
||||
"description" => "",
|
||||
"due" => "",
|
||||
"due_filter" => "",
|
||||
"employee" => "",
|
||||
"error_adding_updating" => "",
|
||||
"expense_id" => "",
|
||||
"expenses_employee" => "",
|
||||
"info" => "",
|
||||
"ip_address" => "",
|
||||
"is_deleted" => "",
|
||||
"name_required" => "",
|
||||
"new" => "",
|
||||
"new_supplier" => "",
|
||||
"no_expenses_to_display" => "",
|
||||
"none_selected" => "",
|
||||
"one_or_multiple" => "",
|
||||
"payment" => "",
|
||||
"start_typing_supplier_name" => "",
|
||||
"successful_adding" => "",
|
||||
"successful_deleted" => "",
|
||||
"successful_updating" => "",
|
||||
"supplier_name" => "",
|
||||
"supplier_tax_code" => "",
|
||||
"tax_amount" => "",
|
||||
"tax_amount_number" => "",
|
||||
"update" => "",
|
||||
];
|
||||
22
app/Language/ku/Expenses_categories.php
Normal file
22
app/Language/ku/Expenses_categories.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
return [
|
||||
"category_name_required" => "",
|
||||
"add_item" => "",
|
||||
"cannot_be_deleted" => "",
|
||||
"category_id" => "",
|
||||
"confirm_delete" => "",
|
||||
"confirm_restore" => "",
|
||||
"description" => "",
|
||||
"error_adding_updating" => "",
|
||||
"info" => "",
|
||||
"name" => "",
|
||||
"new" => "",
|
||||
"no_expenses_categories_to_display" => "",
|
||||
"none_selected" => "",
|
||||
"one_or_multiple" => "",
|
||||
"quantity" => "",
|
||||
"successful_adding" => "",
|
||||
"successful_deleted" => "",
|
||||
"successful_updating" => "",
|
||||
"update" => "",
|
||||
];
|
||||
71
app/Language/ku/Giftcards.php
Normal file
71
app/Language/ku/Giftcards.php
Normal file
@@ -0,0 +1,71 @@
|
||||
<?php
|
||||
return [
|
||||
"add_minus" => "",
|
||||
"allow_alt_description" => "",
|
||||
"bulk_edit" => "",
|
||||
"cannot_be_deleted" => "",
|
||||
"cannot_find_giftcard" => "",
|
||||
"cannot_use" => "",
|
||||
"card_value" => "",
|
||||
"category" => "",
|
||||
"change_all_to_allow_alt_desc" => "",
|
||||
"change_all_to_not_allow_allow_desc" => "",
|
||||
"change_all_to_serialized" => "",
|
||||
"change_all_to_unserialized" => "",
|
||||
"confirm_bulk_edit" => "",
|
||||
"confirm_delete" => "",
|
||||
"confirm_restore" => "",
|
||||
"cost_price" => "",
|
||||
"count" => "",
|
||||
"csv_import_failed" => "",
|
||||
"current_quantity" => "",
|
||||
"description" => "",
|
||||
"details_count" => "",
|
||||
"do_nothing" => "",
|
||||
"edit_fields_you_want_to_update" => "",
|
||||
"edit_multiple_giftcards" => "",
|
||||
"error_adding_updating" => "",
|
||||
"error_updating_multiple" => "",
|
||||
"generate_barcodes" => "",
|
||||
"giftcard" => "",
|
||||
"giftcard_number" => "",
|
||||
"info_provided_by" => "",
|
||||
"inventory_comments" => "",
|
||||
"is_serialized" => "",
|
||||
"low_inventory_giftcards" => "",
|
||||
"manually_editing_of_quantity" => "",
|
||||
"must_select_giftcard_for_barcode" => "",
|
||||
"new" => "",
|
||||
"no_description_giftcards" => "",
|
||||
"no_giftcards_to_display" => "",
|
||||
"none" => "",
|
||||
"none_selected" => "",
|
||||
"number" => "",
|
||||
"number_information" => "",
|
||||
"number_required" => "",
|
||||
"one_or_multiple" => "",
|
||||
"person_id" => "",
|
||||
"quantity" => "",
|
||||
"quantity_required" => "",
|
||||
"remaining_balance" => "",
|
||||
"reorder_level" => "",
|
||||
"retrive_giftcard_info" => "",
|
||||
"sales_tax_1" => "",
|
||||
"sales_tax_2" => "",
|
||||
"serialized_giftcards" => "",
|
||||
"successful_adding" => "",
|
||||
"successful_bulk_edit" => "",
|
||||
"successful_deleted" => "",
|
||||
"successful_updating" => "",
|
||||
"supplier" => "",
|
||||
"tax_1" => "",
|
||||
"tax_2" => "",
|
||||
"tax_percent" => "",
|
||||
"tax_percents" => "",
|
||||
"unit_price" => "",
|
||||
"upc_database" => "",
|
||||
"update" => "",
|
||||
"use_inventory_menu" => "",
|
||||
"value" => "",
|
||||
"value_required" => "",
|
||||
];
|
||||
41
app/Language/ku/Item_kits.php
Normal file
41
app/Language/ku/Item_kits.php
Normal file
@@ -0,0 +1,41 @@
|
||||
<?php
|
||||
return [
|
||||
"add_item" => "",
|
||||
"all" => "",
|
||||
"cannot_be_deleted" => "",
|
||||
"confirm_delete" => "",
|
||||
"confirm_restore" => "",
|
||||
"description" => "",
|
||||
"discount" => "",
|
||||
"discount_fixed" => "",
|
||||
"discount_percent" => "",
|
||||
"discount_type" => "",
|
||||
"error_adding_updating" => "",
|
||||
"find_kit_item" => "",
|
||||
"info" => "",
|
||||
"item" => "",
|
||||
"item_kit_number" => "",
|
||||
"item_kit_number_duplicate" => "",
|
||||
"item_number" => "",
|
||||
"item_number_duplicate" => "",
|
||||
"items" => "",
|
||||
"kit" => "",
|
||||
"kit_and_components" => "",
|
||||
"kit_and_stock" => "",
|
||||
"kit_only" => "",
|
||||
"name" => "",
|
||||
"new" => "",
|
||||
"no_item_kits_to_display" => "",
|
||||
"none_selected" => "",
|
||||
"one_or_multiple" => "",
|
||||
"price_option" => "",
|
||||
"priced_only" => "",
|
||||
"print_option" => "",
|
||||
"quantity" => "",
|
||||
"sequence" => "",
|
||||
"successful_adding" => "",
|
||||
"successful_deleted" => "",
|
||||
"successful_updating" => "",
|
||||
"unit_price" => "",
|
||||
"update" => "",
|
||||
];
|
||||
120
app/Language/ku/Items.php
Normal file
120
app/Language/ku/Items.php
Normal file
@@ -0,0 +1,120 @@
|
||||
<?php
|
||||
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_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" => "",
|
||||
];
|
||||
15
app/Language/ku/Login.php
Normal file
15
app/Language/ku/Login.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
return [
|
||||
"gcaptcha" => "",
|
||||
"go" => "",
|
||||
"invalid_gcaptcha" => "",
|
||||
"invalid_installation" => "",
|
||||
"invalid_username_and_password" => "",
|
||||
"login" => "",
|
||||
"logout" => "",
|
||||
"migration_needed" => "",
|
||||
"password" => "",
|
||||
"required_username" => "",
|
||||
"username" => "",
|
||||
"welcome" => "",
|
||||
];
|
||||
15
app/Language/ku/Messages.php
Normal file
15
app/Language/ku/Messages.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
return [
|
||||
"first_name" => "",
|
||||
"last_name" => "",
|
||||
"message" => "",
|
||||
"message_placeholder" => "",
|
||||
"message_required" => "",
|
||||
"multiple_phones" => "",
|
||||
"phone" => "",
|
||||
"phone_number_required" => "",
|
||||
"phone_placeholder" => "",
|
||||
"sms_send" => "",
|
||||
"successfully_sent" => "",
|
||||
"unsuccessfully_sent" => "",
|
||||
];
|
||||
48
app/Language/ku/Module.php
Normal file
48
app/Language/ku/Module.php
Normal file
@@ -0,0 +1,48 @@
|
||||
<?php
|
||||
return [
|
||||
"admin_cashups" => "",
|
||||
"admin_cashups_desc" => "",
|
||||
"attributes" => "",
|
||||
"attributes_desc" => "",
|
||||
"both" => "",
|
||||
"cashups" => "",
|
||||
"cashups_desc" => "",
|
||||
"config" => "",
|
||||
"config_desc" => "",
|
||||
"customers" => "",
|
||||
"customers_desc" => "",
|
||||
"employees" => "",
|
||||
"employees_desc" => "",
|
||||
"expenses" => "",
|
||||
"expenses_categories" => "",
|
||||
"expenses_categories_desc" => "",
|
||||
"expenses_desc" => "",
|
||||
"giftcards" => "",
|
||||
"giftcards_desc" => "",
|
||||
"home" => "",
|
||||
"home_desc" => "",
|
||||
"item_kits" => "",
|
||||
"item_kits_desc" => "",
|
||||
"items" => "",
|
||||
"items_desc" => "",
|
||||
"messages" => "",
|
||||
"messages_desc" => "",
|
||||
"migrate" => "",
|
||||
"migrate_desc" => "",
|
||||
"office" => "",
|
||||
"office_desc" => "",
|
||||
"receivings" => "",
|
||||
"receivings_desc" => "",
|
||||
"reports" => "",
|
||||
"reports_desc" => "",
|
||||
"sales" => "",
|
||||
"sales_desc" => "",
|
||||
"suppliers" => "",
|
||||
"suppliers_desc" => "",
|
||||
"taxes" => "",
|
||||
"taxes_desc" => "",
|
||||
"timeclocks" => "",
|
||||
"timeclocks_categories" => "",
|
||||
"timeclocks_categories_desc" => "",
|
||||
"timeclocks_desc" => "",
|
||||
];
|
||||
58
app/Language/ku/Receivings.php
Normal file
58
app/Language/ku/Receivings.php
Normal file
@@ -0,0 +1,58 @@
|
||||
<?php
|
||||
return [
|
||||
"amount_due" => "",
|
||||
"cancel_receiving" => "",
|
||||
"cannot_be_deleted" => "",
|
||||
"comments" => "",
|
||||
"complete_receiving" => "",
|
||||
"confirm_cancel_receiving" => "",
|
||||
"confirm_delete" => "",
|
||||
"confirm_finish_receiving" => "",
|
||||
"confirm_restore" => "",
|
||||
"cost" => "",
|
||||
"daily" => "",
|
||||
"date" => "",
|
||||
"date_required" => "",
|
||||
"date_type" => "",
|
||||
"delete_entire_sale" => "",
|
||||
"discount" => "",
|
||||
"edit" => "",
|
||||
"edit_sale" => "",
|
||||
"employee" => "",
|
||||
"error_editing_item" => "",
|
||||
"error_requisition" => "",
|
||||
"find_or_scan_item" => "",
|
||||
"find_or_scan_item_or_receipt" => "",
|
||||
"id" => "",
|
||||
"item_name" => "",
|
||||
"mode" => "",
|
||||
"new_supplier" => "",
|
||||
"one_or_multiple" => "",
|
||||
"print_after_sale" => "",
|
||||
"quantity" => "",
|
||||
"receipt" => "",
|
||||
"receipt_number" => "",
|
||||
"receiving" => "",
|
||||
"reference" => "",
|
||||
"register" => "",
|
||||
"requisition" => "",
|
||||
"return" => "",
|
||||
"select_supplier" => "",
|
||||
"ship_pack" => "",
|
||||
"start_typing_supplier_name" => "",
|
||||
"stock" => "",
|
||||
"stock_destination" => "",
|
||||
"stock_locaiton" => "",
|
||||
"stock_source" => "",
|
||||
"successfully_deleted" => "",
|
||||
"successfully_updated" => "",
|
||||
"supplier" => "",
|
||||
"supplier_address" => "",
|
||||
"supplier_email" => "",
|
||||
"supplier_location" => "",
|
||||
"total" => "",
|
||||
"transaction_failed" => "",
|
||||
"unable_to_add_item" => "",
|
||||
"unsuccessfully_updated" => "",
|
||||
"update" => "",
|
||||
];
|
||||
148
app/Language/ku/Reports.php
Normal file
148
app/Language/ku/Reports.php
Normal file
@@ -0,0 +1,148 @@
|
||||
<?php
|
||||
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" => "",
|
||||
];
|
||||
225
app/Language/ku/Sales.php
Normal file
225
app/Language/ku/Sales.php
Normal file
@@ -0,0 +1,225 @@
|
||||
<?php
|
||||
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_discount" => "",
|
||||
"customer_email" => "",
|
||||
"customer_location" => "",
|
||||
"customer_mailchimp_status" => "",
|
||||
"customer_optional" => "",
|
||||
"customer_required" => "",
|
||||
"customer_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" => "",
|
||||
"id" => "",
|
||||
"include_prices" => "",
|
||||
"invoice" => "",
|
||||
"invoice_confirm" => "",
|
||||
"invoice_enable" => "",
|
||||
"invoice_filter" => "",
|
||||
"invoice_no_email" => "",
|
||||
"invoice_number" => "",
|
||||
"invoice_number_duplicate" => "",
|
||||
"invoice_sent" => "",
|
||||
"invoice_total" => "",
|
||||
"invoice_type_custom_invoice" => "",
|
||||
"invoice_type_custom_tax_invoice" => "",
|
||||
"invoice_type_invoice" => "",
|
||||
"invoice_type_tax_invoice" => "",
|
||||
"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" => "",
|
||||
"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" => "",
|
||||
"selected_customer" => "",
|
||||
"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" => "",
|
||||
];
|
||||
24
app/Language/ku/Suppliers.php
Normal file
24
app/Language/ku/Suppliers.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
return [
|
||||
"account_number" => "",
|
||||
"agency_name" => "",
|
||||
"cannot_be_deleted" => "",
|
||||
"category" => "",
|
||||
"company_name" => "",
|
||||
"company_name_required" => "",
|
||||
"confirm_delete" => "",
|
||||
"confirm_restore" => "",
|
||||
"cost" => "",
|
||||
"error_adding_updating" => "",
|
||||
"goods" => "",
|
||||
"new" => "",
|
||||
"none_selected" => "",
|
||||
"one_or_multiple" => "",
|
||||
"successful_adding" => "",
|
||||
"successful_deleted" => "",
|
||||
"successful_updating" => "",
|
||||
"supplier" => "",
|
||||
"supplier_id" => "",
|
||||
"tax_id" => "",
|
||||
"update" => "",
|
||||
];
|
||||
82
app/Language/ku/Taxes.php
Normal file
82
app/Language/ku/Taxes.php
Normal file
@@ -0,0 +1,82 @@
|
||||
<?php
|
||||
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" => "",
|
||||
"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" => "",
|
||||
];
|
||||
Reference in New Issue
Block a user