Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
languages
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuszkrzaczkowski committed Aug 31, 2023
1 parent 1e47554 commit 146495c
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
3 changes: 2 additions & 1 deletion languages/en-US/FCorectingInvoice.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"LBL_COPY_FROM_INVOICE": "Copy from initial invoice",
"LBL_INVOICE_INFO": "Initial invoice fields - before corrections.",
"LBL_AFTER_INVOICE_INFO": "How should final invoice look like after correction.",
"LBL_AFTER_INVOICE_INFO_EDIT": "Invoice fields to be corrected. Copy all fields from initial invoice and change values as needed."
"LBL_AFTER_INVOICE_INFO_EDIT": "Invoice fields to be corrected. Copy all fields from initial invoice and change values as needed.",
"FL_ISSUE_TIME": "Correcting invoice date"
},
"js": {
"JS_FCORECTINGINVOICE_CHOOSE_INVOICE": "Select invoice to be corrected"
Expand Down
9 changes: 8 additions & 1 deletion languages/en-US/FInvoice.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@
"DW_SUM_FIELD": "Summation field",
"DW_SUMMATION_BY_MONTHS": "Sales comparison by month",
"DW_SUMMATION_BY_USER": "Sales comparison by user",
"FL_WAPRO_PAID": "WAPRO ERP Paid"
"FL_WAPRO_PAID": "WAPRO ERP Paid",
"LBL_COMARCH_BLOCK": "Comarch integration information",
"FL_COMARCH_NUMBER": "Number from comarch",
"FL_COMARCH_INVOICE_STATUS": "Comarch integration status",
"PLL_COMARCH_DRAFT": "Draft",
"PLL_COMARCH_TO_SEND": "To send",
"PLL_COMARCH_SENT": "Sent",
"PLL_COMARCH_ERROR": "Error occurred"
}
}
1 change: 1 addition & 0 deletions languages/en-US/Products.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
"LBL_IMPORT_STOCK_ALERT": "Changing the stock level requires verification and approval, only then the stock level will change.",
"LBL_WOOCOMMERCE": "Woocommerce",
"FL_PRODUCT_TYPE": "Product type",
"FL_PRODUCT_CODE": "Product code",
"FL_SHORT_DESCRIPTION": "Short description",
"FL_TAGS": "Tags",
"FL_ALIAS": "Alias",
Expand Down
6 changes: 6 additions & 0 deletions languages/en-US/Settings/Comarch.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
"LBL_SYNC_PRODUCTS": "Synchronize products",
"LBL_DIRECTION_PRODUCTS": "Products synchronization direction",
"LBL_PRODUCTS_LIMIT": "Products download limit",
"LBL_SYNC_INVOICES": "Synchronize invoices",
"LBL_DIRECTION_INVOICES": "Invoices synchronization direction",
"LBL_INVOICES_LIMIT": "Invoices download limit",
"LBL_SYNC_COR_INVOICES": "Synchronize correction invoices",
"LBL_DIRECTION_COR_INVOICES": "Correction invoices synchronization direction",
"LBL_COR_INVOICES_LIMIT": "Correction invoices download limit",
"LBL_DIR_API_TO_CRM": "One-way from Comarch to YetiForce",
"LBL_DIR_CRM_TO_API": "One-way from YetiForce to Comarch",
"LBL_DIR_CRM_API": "Two-way",
Expand Down

0 comments on commit 146495c

Please sign in to comment.