105 lines
5.9 KiB
PHP
105 lines
5.9 KiB
PHP
<?php
|
|
|
|
return [
|
|
'woocommerce' => 'Woocommerce',
|
|
'api_settings' => 'API Settings',
|
|
'woocommerce_app_url' => 'Woocommerce App URL',
|
|
'woocommerce_consumer_key' => 'Woocommerce Consumer Key',
|
|
'woocommerce_consumer_secret' => 'Woocommerce Consumer Secret',
|
|
'sync_product_categories' => 'Sync Product Categories',
|
|
'sync' => 'Sync',
|
|
'synced_successfully' => 'Synced successfully',
|
|
'location_dropdown_help' => 'Location which will be used for Woocommerce',
|
|
'sync_all' => 'Sync all',
|
|
'sync_only_new' => 'Sync only new',
|
|
'sync_products' => 'Sync Products',
|
|
'sync_all_help' => '<ul><li>Synchronizes all your products with the Woocommerce App.</li><li><b><i>*(Time consuming process)</i></b></li><li>Please, Do not refresh or leave the page while synchronizing</li></ul>',
|
|
'sync_new_help' => '<ul><li>Synchronizes only newly created products with the Woocommerce App.</li><li><b><i>*(Less time consuming process)</i></b></li><li>Please, Do not refresh or leave the page while synchronizing</li></ul>',
|
|
'last_synced' => 'Last Synced',
|
|
'sync_orders' => 'Sync Orders',
|
|
'product_not_found_exception' => 'Product: :product not found in order #:order_no',
|
|
'map_tax_rates' => 'Map Tax Rates',
|
|
'pos_tax_rate' => 'POS Tax Rate',
|
|
'equivalent_woocommerce_tax_rate' => 'Equivalent Woocommerce Tax Rate',
|
|
'default_tax_class' => 'Default Tax Class',
|
|
'default_tax_class_help' => 'Woocommerce Tax Class which will be set as default while synchronizing products. (Default: standard)',
|
|
'inc_tax' => 'Including Tax',
|
|
'exc_tax' => 'Excluding Tax',
|
|
'sync_product_price' => 'Sync Product Price',
|
|
'product_sync_settings' => 'Product Sync Settings',
|
|
'default_selling_price_group' => 'Default Selling Price Group',
|
|
'product_fields_to_be_synced_for_create' => 'Product fields to be synced with woocommerce while creating products',
|
|
'product_fields_to_be_synced_for_update' => 'Product fields to be synced with woocommerce while updating products',
|
|
'price' => 'Price',
|
|
'sync_log' => 'Sync Log',
|
|
'operation' => 'Operation',
|
|
'sync_type' => 'Sync Type',
|
|
'records' => 'Records',
|
|
'orders' => 'Orders',
|
|
'created' => 'Created',
|
|
'updated' => 'Updated',
|
|
'synced_by' => 'Synced By',
|
|
'product_not_found_error' => 'ERROR:SKIPPED: Order <strong>#:order_number</strong> skipped because Product <strong>:product</strong> not found.',
|
|
'qty_mismatch_error' => ':msg in Order <strong>#:order_number</strong>',
|
|
'instructions' => 'Instructions',
|
|
'ins_1' => 'Do not refresh or leave the page while synchronizing',
|
|
'ins_2' => 'Timezone of POS should be same as timezone of the Woocommerce App',
|
|
'unable_to_connect' => 'Unable to connect with WooCommerce, Check API settings',
|
|
'api_settings_help_text' => 'Get WooCommerce API details from, <code>WooCommerce -> Settings -> Advance -> REST API </code>. Enter description, select User & Provide <code>Read/Write</code> Permission',
|
|
'syncing' => 'Syncing',
|
|
'order_customer_empty' => 'ERROR:SKIPPED: Order <strong>#:order_number</strong> skipped because Customer is empty',
|
|
'cat_not_sync_alert' => ':count Categories not synced',
|
|
'one_cat_not_synced_alert' => '1 Category not synced',
|
|
'cat_updated_alert' => ':count Categories have been updated after last sync',
|
|
'one_cat_updated_alert' => '1 Category has been updated after last sync',
|
|
'product_not_sync_alert' => ':count Products not synced',
|
|
'one_product_not_sync_alert' => '1 Product not synced',
|
|
'product_updated_alert' => ':count Products have been updated after last sync',
|
|
'one_product_updated_alert' => '1 Product has been updated after last sync',
|
|
'enable_auto_sync' => 'Enable Auto Sync',
|
|
'woocommerce_module' => 'WooCommerce Module',
|
|
'version_info' => 'WooCommerce module version - <code>:version</code>',
|
|
'api_settings_help_permalink' => 'Change the permalinks option to <code>"Post Name"</code> in WordPress permalink option.',
|
|
'auto_sync_tooltip' => 'Auto Sync will happen based on the cron job setting',
|
|
'access_woocommerce_api_settings' => 'Access Woocommerce API settings',
|
|
'orders_sync_notification' => 'All woocommerce orders have been synced successfully',
|
|
'reset_synced_cat' => 'Reset synced categories',
|
|
'confirm_reset_cat' => 'All synced categories will be reset',
|
|
'yes_reset' => 'Yes, I want to reset',
|
|
'cat_reset_success' => 'Categories reset successfully',
|
|
'prod_reset_success' => 'Products reset successfully',
|
|
'reset_synced_products' => 'Reset synced products',
|
|
'reset' => 'Reset',
|
|
'confirm_reset_product' => 'All synced products will be reset',
|
|
'woocommerce_disable_sync' => 'Disable Woocommerce Sync',
|
|
'woocommerce_disable_sync_help' => 'If checked this product will not be synced with woocommerce',
|
|
'webhook_settings' => 'Webhook Settings',
|
|
'order_created' => 'Order Created',
|
|
'webhook_secret' => 'Webhook Secret',
|
|
'webhook_delivery_url' => 'Webhook Delivery URL',
|
|
'order_updated' => 'Order Updated',
|
|
'order_deleted' => 'Order Deleted',
|
|
'order_restored' => 'Order Restored',
|
|
'images' => 'Images',
|
|
'sync_description_as' => 'Sync product description as',
|
|
'short_description' => 'Short description',
|
|
'long_description' => 'Long description',
|
|
'both' => 'Both',
|
|
'n_products_synced_successfully' => ':count products synced successfully',
|
|
'dont_update' => "Don't update",
|
|
'in_stock' => 'In stock',
|
|
'order_sync_settings' => 'Order Sync Settings',
|
|
'woocommerce_order_status' => 'Woocommerce order status',
|
|
'equivalent_pos_sell_status' => 'Equivalent POS sell status',
|
|
'pending' => 'Pending',
|
|
'processing' => 'Processing',
|
|
'on-hold' => 'On hold',
|
|
'completed' => 'Completed',
|
|
'cancelled' => 'Cancelled',
|
|
'refunded' => 'Refunded',
|
|
'failed' => 'Failed',
|
|
'shipped' => 'Shipped',
|
|
'equivalent_shipping_status' => 'Equivalent shipping status',
|
|
'api_settings_help_permalink_reset' => "If still doesn't work try to reset the permalink",
|
|
];
|