|
207 | 207 | "columnProductName": "Name", |
208 | 208 | "columnProductNumber": "Product number", |
209 | 209 | "columnQuantity": "Quantity", |
210 | | - "columnTax": "VAT", |
| 210 | + "columnTax": "Tax", |
211 | 211 | "columnTotalPrice": "Total", |
212 | 212 | "columnTotalPriceGross": "Subtotal", |
213 | 213 | "columnTotalPriceNet": "Total", |
|
834 | 834 | "sw-privileges": { |
835 | 835 | "permissions": { |
836 | 836 | "b2b_components_organization": { |
837 | | - "label": "Organization Units & Advanced Product Catalogues" |
| 837 | + "label": "Organization Units & Advanced Product Catalogs" |
838 | 838 | } |
839 | 839 | } |
840 | 840 | } |
|
1075 | 1075 | }, |
1076 | 1076 | "employee": { |
1077 | 1077 | "buttonCreate": "Send invitation", |
| 1078 | + "defaultOrganizationUnit": "No Unit", |
1078 | 1079 | "descriptionDelete": "Are you sure you really want to delete the employee account of {name}?", |
1079 | 1080 | "descriptionRevoke": "Are you sure you really want to revoke {name}'s invitation?", |
1080 | 1081 | "helpTextSalesChannelInvitation": "Select a sales channel on which the employee should complete the registration. This field is disabled if the customer is bound to a sales channel.", |
1081 | 1082 | "labelEmail": "Email address", |
1082 | 1083 | "labelFirstName": "First name", |
1083 | 1084 | "labelLanguage": "Language", |
1084 | 1085 | "labelLastName": "Last name", |
| 1086 | + "labelOrganizationUnit": "Organization Units", |
1085 | 1087 | "labelRole": "Role", |
1086 | 1088 | "labelRoleDefault": "(Default)", |
1087 | 1089 | "labelSalesChannelInvitation": "Sales channel used for invitation", |
|
1213 | 1215 | "delete": "Delete billing address", |
1214 | 1216 | "update": "Edit billing address" |
1215 | 1217 | }, |
| 1218 | + "budget": { |
| 1219 | + "read": "View all budgets from assigned organization unit" |
| 1220 | + }, |
1216 | 1221 | "create": "Create new organization unit", |
1217 | 1222 | "delete": "Delete organization unit", |
1218 | 1223 | "order": { |
|
1652 | 1657 | }, |
1653 | 1658 | "sw-order": { |
1654 | 1659 | "budgetManagement": { |
1655 | | - "budgetUsed": "Budget used" |
| 1660 | + "budgetExceeded": "Selected budget has been exceeded. Please select another budget.", |
| 1661 | + "budgetHint": "You can change budgets only if the new budget isn't exceeded or won't be exceeded by this order.", |
| 1662 | + "budgetSelect": "Budget", |
| 1663 | + "budgetSelectPlaceholder": "Select budget...", |
| 1664 | + "budgetUsed": "Budget used", |
| 1665 | + "budgetValidationError": "An error occurred while validating the budget." |
1656 | 1666 | } |
1657 | 1667 | }, |
1658 | 1668 | "sw-organization": { |
|
1957 | 1967 | "labelShippingCosts": "Shipping costs", |
1958 | 1968 | "labelSubtotalAllItem": "Subtotal of all items (net)", |
1959 | 1969 | "labelTotalDiscount": "Discount", |
1960 | | - "labelVAT": "VAT ({number}%)", |
| 1970 | + "labelVAT": "Tax ({number}%)", |
1961 | 1971 | "messageCreateSuccess": "Quote \"{quoteNumber}\" has been created.", |
1962 | 1972 | "messageEmptyDocument": "No documents added yet", |
1963 | 1973 | "messageEmptyItem": "No items added yet", |
|
2634 | 2644 | "labelColumnTotalPrice": "Total price", |
2635 | 2645 | "labelColumnUnitPrice": "Unit price", |
2636 | 2646 | "labelCreatedAt": "Created at", |
2637 | | - "labelGrandTotal": "Total including VAT", |
| 2647 | + "labelGrandTotal": "Total including tax", |
2638 | 2648 | "labelSearchLineItem": "Search items...", |
2639 | 2649 | "labelShoppingListCustomer": "Customer", |
2640 | 2650 | "labelShoppingListCustomerNumber": "Customer number", |
2641 | 2651 | "labelShoppingListName": "Name", |
2642 | 2652 | "labelShoppingListSalesChannel": "Sales channel", |
2643 | | - "labelTotal": "Total excluding VAT", |
| 2653 | + "labelTotal": "Total excluding tax", |
2644 | 2654 | "labelUpdatedAt": "Updated at", |
2645 | | - "labelVAT": "plus {number}% VAT", |
| 2655 | + "labelVAT": "plus {number}% tax", |
2646 | 2656 | "messageEmptyItem": "No items added yet", |
2647 | 2657 | "messageSaveSuccess": "Shopping list saved successfully.", |
2648 | 2658 | "notification": { |
|
2844 | 2854 | "fieldTotalAmount": "Total amount" |
2845 | 2855 | }, |
2846 | 2856 | "returnCard": { |
2847 | | - "excludedTax": "Excluding VAT:", |
| 2857 | + "excludedTax": "Excluding tax:", |
2848 | 2858 | "generalTab": { |
2849 | 2859 | "headlineOrderState": "Return status", |
2850 | 2860 | "items": "(No items) | ({total} item) | ({total} items)", |
|
2866 | 2876 | "labelSystemUser": "System" |
2867 | 2877 | }, |
2868 | 2878 | "summaryLabelAmount": "Total", |
2869 | | - "summaryLabelAmountTotal": "Total refund including VAT", |
2870 | | - "summaryLabelAmountWithoutTaxes": "Total refund excluding VAT", |
| 2879 | + "summaryLabelAmountTotal": "Total refund including tax", |
| 2880 | + "summaryLabelAmountWithoutTaxes": "Total refund excluding tax", |
2871 | 2881 | "summaryLabelShippingCosts": "plus shipping costs", |
2872 | | - "summaryLabelTaxes": "plus {taxRate}% VAT" |
| 2882 | + "summaryLabelTaxes": "plus {taxRate}% tax" |
2873 | 2883 | }, |
2874 | 2884 | "returnFilter": { |
2875 | 2885 | "label": "Return status", |
|
2886 | 2896 | "columnRefund": "Refund", |
2887 | 2897 | "columnStatus": "Status", |
2888 | 2898 | "columnSubTotal": "Subtotal", |
2889 | | - "columnTax": "VAT", |
| 2899 | + "columnTax": "Tax", |
2890 | 2900 | "contextMenuDelete": "Remove from return", |
2891 | 2901 | "contextMenuOpenReturnDetails": "Open item detail", |
2892 | 2902 | "contextMenuReturn": "Return item", |
|
0 commit comments