@spaceinvoices/react-ui 0.1.1 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli/dist/index.js +1 -1
- package/package.json +1 -1
- package/registry.json +287 -122
- package/src/components/activities/activity-timeline.tsx +8 -1
- package/src/components/activities/locales/es.ts +30 -0
- package/src/components/activities/locales/fr.ts +30 -0
- package/src/components/activities/locales/hr.ts +30 -0
- package/src/components/activities/locales/it.ts +30 -0
- package/src/components/activities/locales/nl.ts +30 -0
- package/src/components/activities/locales/pl.ts +30 -0
- package/src/components/activities/locales/pt.ts +30 -0
- package/src/components/advance-invoices/create/create-advance-invoice-form.tsx +21 -7
- package/src/components/advance-invoices/create/locales/es.ts +29 -0
- package/src/components/advance-invoices/create/locales/fr.ts +28 -0
- package/src/components/advance-invoices/create/locales/hr.ts +27 -0
- package/src/components/advance-invoices/create/locales/it.ts +29 -0
- package/src/components/advance-invoices/create/locales/nl.ts +28 -0
- package/src/components/advance-invoices/create/locales/pl.ts +28 -0
- package/src/components/advance-invoices/create/locales/pt.ts +29 -0
- package/src/components/advance-invoices/create/prepare-advance-invoice-submission.ts +3 -3
- package/src/components/advance-invoices/list/list-table.tsx +20 -3
- package/src/components/advance-invoices/list/locales/de.ts +9 -0
- package/src/components/advance-invoices/list/locales/en.ts +8 -0
- package/src/components/advance-invoices/list/locales/es.ts +41 -0
- package/src/components/advance-invoices/list/locales/fr.ts +41 -0
- package/src/components/advance-invoices/list/locales/hr.ts +41 -0
- package/src/components/advance-invoices/list/locales/it.ts +41 -0
- package/src/components/advance-invoices/list/locales/nl.ts +41 -0
- package/src/components/advance-invoices/list/locales/pl.ts +41 -0
- package/src/components/advance-invoices/list/locales/pt.ts +41 -0
- package/src/components/advance-invoices/list/locales/sl.ts +9 -0
- package/src/components/credit-notes/create/create-credit-note-form.tsx +19 -5
- package/src/components/credit-notes/create/locales/es.ts +68 -0
- package/src/components/credit-notes/create/locales/fr.ts +69 -0
- package/src/components/credit-notes/create/locales/hr.ts +68 -0
- package/src/components/credit-notes/create/locales/it.ts +68 -0
- package/src/components/credit-notes/create/locales/nl.ts +69 -0
- package/src/components/credit-notes/create/locales/pl.ts +68 -0
- package/src/components/credit-notes/create/locales/pt.ts +68 -0
- package/src/components/credit-notes/list/list-table.tsx +25 -8
- package/src/components/credit-notes/list/locales/de.ts +10 -2
- package/src/components/credit-notes/list/locales/en.ts +8 -0
- package/src/components/credit-notes/list/locales/es.ts +41 -0
- package/src/components/credit-notes/list/locales/fr.ts +41 -0
- package/src/components/credit-notes/list/locales/hr.ts +41 -0
- package/src/components/credit-notes/list/locales/it.ts +41 -0
- package/src/components/credit-notes/list/locales/nl.ts +41 -0
- package/src/components/credit-notes/list/locales/pl.ts +41 -0
- package/src/components/credit-notes/list/locales/pt.ts +41 -0
- package/src/components/credit-notes/list/locales/sl.ts +10 -2
- package/src/components/customers/create-customer-form/create-customer-form.tsx +21 -3
- package/src/components/customers/create-customer-form/locales/de.ts +1 -0
- package/src/components/customers/create-customer-form/locales/es.ts +21 -0
- package/src/components/customers/create-customer-form/locales/fr.ts +21 -0
- package/src/components/customers/create-customer-form/locales/hr.ts +21 -0
- package/src/components/customers/create-customer-form/locales/it.ts +21 -0
- package/src/components/customers/create-customer-form/locales/nl.ts +21 -0
- package/src/components/customers/create-customer-form/locales/pl.ts +21 -0
- package/src/components/customers/create-customer-form/locales/pt.ts +21 -0
- package/src/components/customers/create-customer-form/locales/sl.ts +1 -0
- package/src/components/customers/customer-list-table/customer-list-row-actions.tsx +72 -16
- package/src/components/customers/customer-list-table/customer-list-table.tsx +35 -2
- package/src/components/customers/customer-list-table/locales/de.ts +9 -0
- package/src/components/customers/customer-list-table/locales/en.ts +10 -0
- package/src/components/customers/customer-list-table/locales/es.ts +25 -0
- package/src/components/customers/customer-list-table/locales/fr.ts +25 -0
- package/src/components/customers/customer-list-table/locales/hr.ts +25 -0
- package/src/components/customers/customer-list-table/locales/it.ts +25 -0
- package/src/components/customers/customer-list-table/locales/nl.ts +25 -0
- package/src/components/customers/customer-list-table/locales/pl.ts +25 -0
- package/src/components/customers/customer-list-table/locales/pt.ts +25 -0
- package/src/components/customers/customer-list-table/locales/sl.ts +9 -0
- package/src/components/customers/customers.hooks.test.ts +8 -8
- package/src/components/customers/customers.hooks.ts +6 -1
- package/src/components/customers/edit-customer-form/edit-customer-form.tsx +143 -0
- package/src/components/customers/edit-customer-form/locales/de.ts +13 -0
- package/src/components/customers/edit-customer-form/locales/es.ts +13 -0
- package/src/components/customers/edit-customer-form/locales/fr.ts +13 -0
- package/src/components/customers/edit-customer-form/locales/hr.ts +13 -0
- package/src/components/customers/edit-customer-form/locales/it.ts +13 -0
- package/src/components/customers/edit-customer-form/locales/nl.ts +13 -0
- package/src/components/customers/edit-customer-form/locales/pl.ts +13 -0
- package/src/components/customers/edit-customer-form/locales/pt.ts +13 -0
- package/src/components/customers/edit-customer-form/locales/sl.ts +13 -0
- package/src/components/customers/index.ts +1 -0
- package/src/components/dashboard/collection-rate-card/collection-rate-card.tsx +9 -1
- package/src/components/dashboard/collection-rate-card/locales/de.ts +3 -0
- package/src/components/dashboard/collection-rate-card/locales/es.ts +3 -0
- package/src/components/dashboard/collection-rate-card/locales/fr.ts +3 -0
- package/src/components/dashboard/collection-rate-card/locales/hr.ts +3 -0
- package/src/components/dashboard/collection-rate-card/locales/it.ts +3 -0
- package/src/components/dashboard/collection-rate-card/locales/nl.ts +3 -0
- package/src/components/dashboard/collection-rate-card/locales/pl.ts +3 -0
- package/src/components/dashboard/collection-rate-card/locales/pt.ts +3 -0
- package/src/components/dashboard/invoice-status-chart/invoice-status-chart.tsx +9 -1
- package/src/components/dashboard/invoice-status-chart/locales/de.ts +9 -0
- package/src/components/dashboard/invoice-status-chart/locales/es.ts +9 -0
- package/src/components/dashboard/invoice-status-chart/locales/fr.ts +9 -0
- package/src/components/dashboard/invoice-status-chart/locales/hr.ts +9 -0
- package/src/components/dashboard/invoice-status-chart/locales/it.ts +9 -0
- package/src/components/dashboard/invoice-status-chart/locales/nl.ts +9 -0
- package/src/components/dashboard/invoice-status-chart/locales/pl.ts +9 -0
- package/src/components/dashboard/invoice-status-chart/locales/pt.ts +9 -0
- package/src/components/dashboard/payment-methods-chart/locales/de.ts +12 -0
- package/src/components/dashboard/payment-methods-chart/locales/es.ts +12 -0
- package/src/components/dashboard/payment-methods-chart/locales/fr.ts +12 -0
- package/src/components/dashboard/payment-methods-chart/locales/hr.ts +12 -0
- package/src/components/dashboard/payment-methods-chart/locales/it.ts +12 -0
- package/src/components/dashboard/payment-methods-chart/locales/nl.ts +12 -0
- package/src/components/dashboard/payment-methods-chart/locales/pl.ts +12 -0
- package/src/components/dashboard/payment-methods-chart/locales/pt.ts +12 -0
- package/src/components/dashboard/payment-methods-chart/payment-methods-chart.tsx +9 -1
- package/src/components/dashboard/payment-trend-chart/locales/de.ts +5 -0
- package/src/components/dashboard/payment-trend-chart/locales/es.ts +5 -0
- package/src/components/dashboard/payment-trend-chart/locales/fr.ts +5 -0
- package/src/components/dashboard/payment-trend-chart/locales/hr.ts +5 -0
- package/src/components/dashboard/payment-trend-chart/locales/it.ts +5 -0
- package/src/components/dashboard/payment-trend-chart/locales/nl.ts +5 -0
- package/src/components/dashboard/payment-trend-chart/locales/pl.ts +5 -0
- package/src/components/dashboard/payment-trend-chart/locales/pt.ts +5 -0
- package/src/components/dashboard/payment-trend-chart/payment-trend-chart.tsx +10 -2
- package/src/components/dashboard/revenue-trend-chart/locales/de.ts +5 -0
- package/src/components/dashboard/revenue-trend-chart/locales/es.ts +5 -0
- package/src/components/dashboard/revenue-trend-chart/locales/fr.ts +5 -0
- package/src/components/dashboard/revenue-trend-chart/locales/hr.ts +5 -0
- package/src/components/dashboard/revenue-trend-chart/locales/it.ts +5 -0
- package/src/components/dashboard/revenue-trend-chart/locales/nl.ts +5 -0
- package/src/components/dashboard/revenue-trend-chart/locales/pl.ts +5 -0
- package/src/components/dashboard/revenue-trend-chart/locales/pt.ts +5 -0
- package/src/components/dashboard/revenue-trend-chart/revenue-trend-chart.tsx +10 -2
- package/src/components/dashboard/top-customers-chart/locales/de.ts +5 -0
- package/src/components/dashboard/top-customers-chart/locales/es.ts +5 -0
- package/src/components/dashboard/top-customers-chart/locales/fr.ts +5 -0
- package/src/components/dashboard/top-customers-chart/locales/hr.ts +5 -0
- package/src/components/dashboard/top-customers-chart/locales/it.ts +5 -0
- package/src/components/dashboard/top-customers-chart/locales/nl.ts +5 -0
- package/src/components/dashboard/top-customers-chart/locales/pl.ts +5 -0
- package/src/components/dashboard/top-customers-chart/locales/pt.ts +5 -0
- package/src/components/dashboard/top-customers-chart/top-customers-chart.tsx +10 -2
- package/src/components/documents/create/document-add-item-form.tsx +1 -1
- package/src/components/documents/create/form-types.ts +1 -5
- package/src/components/documents/create/mark-as-paid-section.tsx +60 -23
- package/src/components/documents/create/prepare-document-submission.test.ts +2 -2
- package/src/components/documents/create/prepare-document-submission.ts +12 -7
- package/src/components/documents/create/prepare-preview-data.test.ts +1 -1
- package/src/components/documents/view/document-actions-bar.tsx +8 -1
- package/src/components/documents/view/document-details-card.tsx +8 -1
- package/src/components/documents/view/document-payments-list.tsx +8 -1
- package/src/components/documents/view/locales/es.ts +83 -0
- package/src/components/documents/view/locales/fr.ts +83 -0
- package/src/components/documents/view/locales/hr.ts +83 -0
- package/src/components/documents/view/locales/it.ts +83 -0
- package/src/components/documents/view/locales/nl.ts +84 -0
- package/src/components/documents/view/locales/pl.ts +83 -0
- package/src/components/documents/view/locales/pt.ts +83 -0
- package/src/components/entities/create-entity-form.tsx +12 -2
- package/src/components/entities/entity-settings-form/entity-settings-form.tsx +18 -0
- package/src/components/entities/entity-settings-form/locales/de.ts +3 -1
- package/src/components/entities/entity-settings-form/locales/es.ts +197 -0
- package/src/components/entities/entity-settings-form/locales/fr.ts +196 -0
- package/src/components/entities/entity-settings-form/locales/hr.ts +189 -0
- package/src/components/entities/entity-settings-form/locales/it.ts +195 -0
- package/src/components/entities/entity-settings-form/locales/nl.ts +192 -0
- package/src/components/entities/entity-settings-form/locales/pl.ts +193 -0
- package/src/components/entities/entity-settings-form/locales/pt.ts +194 -0
- package/src/components/entities/entity-settings-form/locales/sl.ts +2 -0
- package/src/components/entities/fina-settings-form/fina-settings-form.tsx +461 -0
- package/src/components/entities/fina-settings-form/fina-settings.hooks.ts +215 -0
- package/src/components/entities/fina-settings-form/index.ts +3 -0
- package/src/components/entities/fina-settings-form/locales/de.ts +145 -0
- package/src/components/entities/fina-settings-form/locales/en.ts +142 -0
- package/src/components/entities/fina-settings-form/locales/es.ts +143 -0
- package/src/components/entities/fina-settings-form/locales/fr.ts +142 -0
- package/src/components/entities/fina-settings-form/locales/hr.ts +144 -0
- package/src/components/entities/fina-settings-form/locales/it.ts +144 -0
- package/src/components/entities/fina-settings-form/locales/nl.ts +144 -0
- package/src/components/entities/fina-settings-form/locales/pl.ts +142 -0
- package/src/components/entities/fina-settings-form/locales/pt.ts +144 -0
- package/src/components/entities/fina-settings-form/locales/sl.ts +144 -0
- package/src/components/entities/fina-settings-form/sections/certificate-settings-section.tsx +233 -0
- package/src/components/entities/fina-settings-form/sections/premises-management-section.tsx +363 -0
- package/src/components/entities/fina-settings-form/sections/register-premise-dialog.tsx +395 -0
- package/src/components/entities/furs-settings-form/furs-settings-form.tsx +9 -2
- package/src/components/entities/furs-settings-form/furs-settings.hooks.ts +15 -11
- package/src/components/entities/furs-settings-form/locales/de.ts +52 -88
- package/src/components/entities/furs-settings-form/locales/en.ts +3 -0
- package/src/components/entities/furs-settings-form/locales/es.ts +196 -0
- package/src/components/entities/furs-settings-form/locales/fr.ts +196 -0
- package/src/components/entities/furs-settings-form/locales/hr.ts +195 -0
- package/src/components/entities/furs-settings-form/locales/it.ts +196 -0
- package/src/components/entities/furs-settings-form/locales/nl.ts +195 -0
- package/src/components/entities/furs-settings-form/locales/pl.ts +194 -0
- package/src/components/entities/furs-settings-form/locales/pt.ts +195 -0
- package/src/components/entities/furs-settings-form/locales/sl.ts +2 -0
- package/src/components/entities/furs-settings-form/sections/certificate-settings-section.tsx +19 -4
- package/src/components/entities/furs-settings-form/sections/register-premise-dialog.tsx +17 -66
- package/src/components/entities/keys.ts +1 -1
- package/src/components/entities/settings/company-settings-form.tsx +28 -0
- package/src/components/entities/settings/pdf-template-selector/locales/es.ts +18 -0
- package/src/components/entities/settings/pdf-template-selector/locales/fr.ts +18 -0
- package/src/components/entities/settings/pdf-template-selector/locales/hr.ts +18 -0
- package/src/components/entities/settings/pdf-template-selector/locales/it.ts +18 -0
- package/src/components/entities/settings/pdf-template-selector/locales/nl.ts +17 -0
- package/src/components/entities/settings/pdf-template-selector/locales/pl.ts +18 -0
- package/src/components/entities/settings/pdf-template-selector/locales/pt.ts +18 -0
- package/src/components/estimates/create/create-estimate-form.tsx +14 -0
- package/src/components/estimates/create/locales/es.ts +57 -0
- package/src/components/estimates/create/locales/fr.ts +58 -0
- package/src/components/estimates/create/locales/hr.ts +57 -0
- package/src/components/estimates/create/locales/it.ts +57 -0
- package/src/components/estimates/create/locales/nl.ts +58 -0
- package/src/components/estimates/create/locales/pl.ts +57 -0
- package/src/components/estimates/create/locales/pt.ts +58 -0
- package/src/components/estimates/create/prepare-estimate-submission.ts +1 -1
- package/src/components/estimates/list/list-table.tsx +20 -3
- package/src/components/estimates/list/locales/de.ts +9 -0
- package/src/components/estimates/list/locales/en.ts +8 -0
- package/src/components/estimates/list/locales/es.ts +32 -0
- package/src/components/estimates/list/locales/fr.ts +32 -0
- package/src/components/estimates/list/locales/hr.ts +32 -0
- package/src/components/estimates/list/locales/it.ts +32 -0
- package/src/components/estimates/list/locales/nl.ts +32 -0
- package/src/components/estimates/list/locales/pl.ts +32 -0
- package/src/components/estimates/list/locales/pt.ts +32 -0
- package/src/components/estimates/list/locales/sl.ts +9 -0
- package/src/components/export/document-export-form.tsx +0 -2
- package/src/components/invoices/create/create-invoice-form.tsx +24 -10
- package/src/components/invoices/create/eslog-validation.test.ts +2 -0
- package/src/components/invoices/create/locales/es.ts +103 -0
- package/src/components/invoices/create/locales/fr.ts +105 -0
- package/src/components/invoices/create/locales/hr.ts +103 -0
- package/src/components/invoices/create/locales/it.ts +105 -0
- package/src/components/invoices/create/locales/nl.ts +104 -0
- package/src/components/invoices/create/locales/pl.ts +104 -0
- package/src/components/invoices/create/locales/pt.ts +105 -0
- package/src/components/invoices/create/prepare-invoice-submission.test.ts +54 -55
- package/src/components/invoices/create/prepare-invoice-submission.ts +3 -3
- package/src/components/invoices/list/list-table.tsx +20 -3
- package/src/components/invoices/list/locales/de.ts +9 -0
- package/src/components/invoices/list/locales/en.ts +8 -0
- package/src/components/invoices/list/locales/es.ts +42 -0
- package/src/components/invoices/list/locales/fr.ts +42 -0
- package/src/components/invoices/list/locales/hr.ts +42 -0
- package/src/components/invoices/list/locales/it.ts +42 -0
- package/src/components/invoices/list/locales/nl.ts +42 -0
- package/src/components/invoices/list/locales/pl.ts +42 -0
- package/src/components/invoices/list/locales/pt.ts +42 -0
- package/src/components/invoices/list/locales/sl.ts +9 -0
- package/src/components/invoices/send-email-dialog/locales/es.ts +18 -0
- package/src/components/invoices/send-email-dialog/locales/fr.ts +18 -0
- package/src/components/invoices/send-email-dialog/locales/hr.ts +17 -0
- package/src/components/invoices/send-email-dialog/locales/it.ts +18 -0
- package/src/components/invoices/send-email-dialog/locales/nl.ts +18 -0
- package/src/components/invoices/send-email-dialog/locales/pl.ts +18 -0
- package/src/components/invoices/send-email-dialog/locales/pt.ts +18 -0
- package/src/components/invoices/send-email-dialog/send-email-dialog.tsx +20 -12
- package/src/components/invoices/shared/scaled-document-preview.tsx +1 -0
- package/src/components/invoices/view/eslog-info-display.tsx +1 -0
- package/src/components/invoices/view/fina-info-display.tsx +196 -0
- package/src/components/items/create-item-form/create-item-form.tsx +14 -0
- package/src/components/items/create-item-form/locales/en.ts +5 -0
- package/src/components/items/create-item-form/locales/es.ts +14 -0
- package/src/components/items/create-item-form/locales/fr.ts +14 -0
- package/src/components/items/create-item-form/locales/hr.ts +14 -0
- package/src/components/items/create-item-form/locales/it.ts +14 -0
- package/src/components/items/create-item-form/locales/nl.ts +14 -0
- package/src/components/items/create-item-form/locales/pl.ts +14 -0
- package/src/components/items/create-item-form/locales/pt.ts +14 -0
- package/src/components/items/edit-item-form/edit-item-form.tsx +170 -0
- package/src/components/items/edit-item-form/locales/de.ts +12 -0
- package/src/components/items/edit-item-form/locales/es.ts +12 -0
- package/src/components/items/edit-item-form/locales/fr.ts +12 -0
- package/src/components/items/edit-item-form/locales/hr.ts +12 -0
- package/src/components/items/edit-item-form/locales/it.ts +12 -0
- package/src/components/items/edit-item-form/locales/nl.ts +12 -0
- package/src/components/items/edit-item-form/locales/pl.ts +12 -0
- package/src/components/items/edit-item-form/locales/pt.ts +12 -0
- package/src/components/items/edit-item-form/locales/sl.ts +12 -0
- package/src/components/items/item-list-table/item-list-table.tsx +20 -13
- package/src/components/items/item-list-table/locales/de.ts +6 -0
- package/src/components/items/item-list-table/locales/en.ts +5 -0
- package/src/components/items/item-list-table/locales/es.ts +16 -0
- package/src/components/items/item-list-table/locales/fr.ts +16 -0
- package/src/components/items/item-list-table/locales/hr.ts +16 -0
- package/src/components/items/item-list-table/locales/it.ts +16 -0
- package/src/components/items/item-list-table/locales/nl.ts +16 -0
- package/src/components/items/item-list-table/locales/pl.ts +16 -0
- package/src/components/items/item-list-table/locales/pt.ts +16 -0
- package/src/components/items/item-list-table/locales/sl.ts +6 -0
- package/src/components/items/items.hooks.ts +7 -2
- package/src/components/payments/create-payment-form/create-payment-form.tsx +14 -0
- package/src/components/payments/create-payment-form/locales/es.ts +20 -0
- package/src/components/payments/create-payment-form/locales/fr.ts +20 -0
- package/src/components/payments/create-payment-form/locales/hr.ts +20 -0
- package/src/components/payments/create-payment-form/locales/it.ts +20 -0
- package/src/components/payments/create-payment-form/locales/nl.ts +20 -0
- package/src/components/payments/create-payment-form/locales/pl.ts +20 -0
- package/src/components/payments/create-payment-form/locales/pt.ts +20 -0
- package/src/components/payments/edit-payment-form/edit-payment-form.tsx +18 -2
- package/src/components/payments/edit-payment-form/locales/es.ts +20 -0
- package/src/components/payments/edit-payment-form/locales/fr.ts +20 -0
- package/src/components/payments/edit-payment-form/locales/hr.ts +20 -0
- package/src/components/payments/edit-payment-form/locales/it.ts +20 -0
- package/src/components/payments/edit-payment-form/locales/nl.ts +20 -0
- package/src/components/payments/edit-payment-form/locales/pl.ts +20 -0
- package/src/components/payments/edit-payment-form/locales/pt.ts +20 -0
- package/src/components/payments/list/list-row-actions.tsx +14 -0
- package/src/components/payments/list/list-table.tsx +21 -2
- package/src/components/payments/list/locales/de.ts +6 -0
- package/src/components/payments/list/locales/en.ts +7 -0
- package/src/components/payments/list/locales/es.ts +25 -0
- package/src/components/payments/list/locales/fr.ts +25 -0
- package/src/components/payments/list/locales/hr.ts +25 -0
- package/src/components/payments/list/locales/it.ts +25 -0
- package/src/components/payments/list/locales/nl.ts +25 -0
- package/src/components/payments/list/locales/pl.ts +25 -0
- package/src/components/payments/list/locales/pt.ts +25 -0
- package/src/components/payments/list/locales/sl.ts +6 -0
- package/src/components/payments/payments.hooks.ts +7 -2
- package/src/components/request-logs/index.ts +1 -1
- package/src/components/table/data-table.tsx +8 -3
- package/src/components/table/filter-panel.tsx +4 -4
- package/src/components/table/hooks/use-table-query.ts +3 -0
- package/src/components/table/table-empty-state.tsx +11 -4
- package/src/components/table/table-no-results.tsx +6 -4
- package/src/components/table/types.ts +2 -2
- package/src/components/tax-reports/kir-export-form.tsx +0 -1
- package/src/components/taxes/create-tax-form/create-tax-form.tsx +14 -0
- package/src/components/taxes/create-tax-form/locales/en.ts +1 -0
- package/src/components/taxes/create-tax-form/locales/es.ts +8 -0
- package/src/components/taxes/create-tax-form/locales/fr.ts +8 -0
- package/src/components/taxes/create-tax-form/locales/hr.ts +8 -0
- package/src/components/taxes/create-tax-form/locales/it.ts +8 -0
- package/src/components/taxes/create-tax-form/locales/nl.ts +8 -0
- package/src/components/taxes/create-tax-form/locales/pl.ts +8 -0
- package/src/components/taxes/create-tax-form/locales/pt.ts +8 -0
- package/src/components/taxes/edit-tax-form/edit-tax-form.tsx +119 -0
- package/src/components/taxes/edit-tax-form/locales/de.ts +6 -0
- package/src/components/taxes/edit-tax-form/locales/es.ts +6 -0
- package/src/components/taxes/edit-tax-form/locales/fr.ts +6 -0
- package/src/components/taxes/edit-tax-form/locales/hr.ts +6 -0
- package/src/components/taxes/edit-tax-form/locales/it.ts +6 -0
- package/src/components/taxes/edit-tax-form/locales/nl.ts +6 -0
- package/src/components/taxes/edit-tax-form/locales/pl.ts +6 -0
- package/src/components/taxes/edit-tax-form/locales/pt.ts +6 -0
- package/src/components/taxes/edit-tax-form/locales/sl.ts +6 -0
- package/src/components/taxes/tax-list-table/locales/de.ts +6 -0
- package/src/components/taxes/tax-list-table/locales/en.ts +6 -0
- package/src/components/taxes/tax-list-table/locales/es.ts +17 -0
- package/src/components/taxes/tax-list-table/locales/fr.ts +17 -0
- package/src/components/taxes/tax-list-table/locales/hr.ts +17 -0
- package/src/components/taxes/tax-list-table/locales/it.ts +17 -0
- package/src/components/taxes/tax-list-table/locales/nl.ts +17 -0
- package/src/components/taxes/tax-list-table/locales/pl.ts +17 -0
- package/src/components/taxes/tax-list-table/locales/pt.ts +17 -0
- package/src/components/taxes/tax-list-table/locales/sl.ts +6 -0
- package/src/components/taxes/tax-list-table/tax-list-table.tsx +18 -0
- package/src/components/taxes/taxes.hooks.ts +12 -7
- package/src/components/ui/tooltip.tsx +2 -2
- package/src/components/wl-subscription/locked-feature.tsx +1 -0
- package/src/components/wl-subscription/upgrade-modal.tsx +1 -0
- package/src/generated/schemas/acceptentityinvitation_body.ts +17 -0
- package/src/generated/schemas/addentityuser_body.ts +18 -0
- package/src/generated/schemas/advanceinvoice.ts +184 -12
- package/src/generated/schemas/creditnote.ts +96 -127
- package/src/generated/schemas/customadvanceinvoice.ts +246 -0
- package/src/generated/schemas/customcreditnote.ts +237 -0
- package/src/generated/schemas/customer.ts +26 -0
- package/src/generated/schemas/customestimate.ts +181 -0
- package/src/generated/schemas/custominvoice.ts +237 -0
- package/src/generated/schemas/entity.ts +66 -7
- package/src/generated/schemas/entityuserrole.ts +19 -0
- package/src/generated/schemas/estimate.ts +149 -1
- package/src/generated/schemas/finasettings.ts +25 -0
- package/src/generated/schemas/furssettings.ts +1 -2
- package/src/generated/schemas/index.ts +24 -5
- package/src/generated/schemas/invoice.ts +224 -22
- package/src/generated/schemas/me.ts +22 -0
- package/src/generated/schemas/registerfinamovablepremise_body.ts +26 -0
- package/src/generated/schemas/registerfinarealestatepremise_body.ts +37 -0
- package/src/generated/schemas/renderadvanceinvoicepreview_body.ts +342 -0
- package/src/generated/schemas/rendercreditnotepreview_body.ts +344 -0
- package/src/generated/schemas/renderestimatepreview_body.ts +284 -0
- package/src/generated/schemas/renderinvoicepreview_body.ts +344 -0
- package/src/generated/schemas/senddocument_body.ts +23 -0
- package/src/generated/schemas/sendemail_body.ts +8 -10
- package/src/generated/schemas/stripeappconnect_body.ts +18 -0
- package/src/generated/schemas/stripeappcreateinvoice_body.ts +20 -0
- package/src/generated/schemas/stripeappupdatesettings_body.ts +26 -0
- package/src/generated/schemas/webhook.ts +143 -0
- package/src/hooks/create-resource-hooks.ts +85 -1
- package/src/hooks/use-next-document-number.ts +1 -1
- package/src/hooks/use-resource-mutation.ts +4 -3
- package/src/lib/browser-cookies.ts +12 -1
- package/src/lib/cookies.ts +2 -2
- package/src/lib/translation.ts +1 -1
- package/src/providers/entities-provider.tsx +84 -39
- package/src/providers/sdk-provider.tsx +7 -3
- package/src/providers/white-label-provider.tsx +5 -2
- package/src/providers/wl-subscription-provider.tsx +1 -0
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"FINA is for Croatian Entities": "FINA jest tylko dla firm chorwackich",
|
|
3
|
+
"FINA fiscalization is only available for entities with country code HR":
|
|
4
|
+
"Fiskalizacja FINA jest dostępna tylko dla podmiotów z kodem kraju HR (Chorwacja)",
|
|
5
|
+
"Test Mode (Sandbox)": "Tryb testowy (Sandbox)",
|
|
6
|
+
"This entity is in test mode. FINA invoices will be sent to the test environment. No real fiscalization will occur.":
|
|
7
|
+
"Ten podmiot jest w trybie testowym. Faktury FINA będą wysyłane do środowiska testowego. Nie nastąpi rzeczywista fiskalizacja.",
|
|
8
|
+
"General Settings": "Ustawienia ogólne",
|
|
9
|
+
Certificate: "Certyfikat",
|
|
10
|
+
"Business Premises": "Lokale użytkowe",
|
|
11
|
+
"Enable FINA Fiscalization": "Włącz fiskalizację FINA",
|
|
12
|
+
"Upload and validate digital certificate first": "Najpierw prześlij i zweryfikuj certyfikat cyfrowy",
|
|
13
|
+
"Certificate Required": "Certyfikat wymagany",
|
|
14
|
+
"You must upload a FINA digital certificate before you can fiscalize invoices":
|
|
15
|
+
"Musisz przesłać certyfikat cyfrowy FINA, zanim będziesz mógł fiskalizować faktury",
|
|
16
|
+
"Business Premise Required": "Lokal użytkowy wymagany",
|
|
17
|
+
"Register at least one business premise before fiscalizing invoices":
|
|
18
|
+
"Zarejestruj co najmniej jeden lokal użytkowy przed fiskalizacją faktur",
|
|
19
|
+
"Numbering Sequence": "Sekwencja numeracji",
|
|
20
|
+
"Choose how invoice numbers are sequenced": "Wybierz sposób numeracji faktur",
|
|
21
|
+
"Per Premise (N)": "Na lokal (N)",
|
|
22
|
+
"Per Device (P)": "Na urządzenie (P)",
|
|
23
|
+
Recommended: "Zalecane",
|
|
24
|
+
"One sequence per business premise. Simpler to manage.": "Jedna sekwencja na lokal użytkowy. Łatwiejsze zarządzanie.",
|
|
25
|
+
"Separate sequence per electronic device. For multi-device setups.":
|
|
26
|
+
"Oddzielna sekwencja dla każdego urządzenia elektronicznego. Do konfiguracji z wieloma urządzeniami.",
|
|
27
|
+
"Operator Information": "Informacje o operatorze",
|
|
28
|
+
"Configure default operator for API usage": "Skonfiguruj domyślnego operatora do użycia z API",
|
|
29
|
+
"Operator OIB": "OIB operatora",
|
|
30
|
+
"OIB of the operator (11 digits, optional)": "OIB operatora (11 cyfr, opcjonalnie)",
|
|
31
|
+
"Operator Label": "Etykieta operatora",
|
|
32
|
+
"Descriptive label for the operator (optional)": "Opisowa etykieta operatora (opcjonalnie)",
|
|
33
|
+
"PDV System": "System PDV",
|
|
34
|
+
"Entity is registered in the Croatian PDV (VAT) system":
|
|
35
|
+
"Podmiot jest zarejestrowany w chorwackim systemie PDV (VAT)",
|
|
36
|
+
"Digital Certificate": "Certyfikat cyfrowy",
|
|
37
|
+
"Upload your FINA digital certificate": "Prześlij swój certyfikat cyfrowy FINA",
|
|
38
|
+
"Your certificate is required to digitally sign all fiscalized invoices. The certificate must be obtained from FINA (Financial Agency of Croatia).":
|
|
39
|
+
"Twój certyfikat jest wymagany do cyfrowego podpisywania wszystkich fiskalizowanych faktur. Certyfikat należy uzyskać od FINA (Agencji Finansowej Chorwacji).",
|
|
40
|
+
"Invalid file type. Please upload a .p12 or .pfx certificate file.":
|
|
41
|
+
"Nieprawidłowy typ pliku. Prześlij plik certyfikatu .p12 lub .pfx.",
|
|
42
|
+
"Please select a certificate file and enter the passphrase": "Wybierz plik certyfikatu i wprowadź hasło",
|
|
43
|
+
Valid: "Ważny",
|
|
44
|
+
"Expiring Soon": "Wkrótce wygasa",
|
|
45
|
+
Expired: "Wygasł",
|
|
46
|
+
Missing: "Brak",
|
|
47
|
+
Expires: "Wygasa",
|
|
48
|
+
Issuer: "Wystawca",
|
|
49
|
+
Subject: "Podmiot",
|
|
50
|
+
"Change Certificate": "Zmień certyfikat",
|
|
51
|
+
"P12/PFX Certificate File": "Plik certyfikatu P12/PFX",
|
|
52
|
+
Selected: "Wybrany",
|
|
53
|
+
"Certificate Passphrase": "Hasło certyfikatu",
|
|
54
|
+
"Enter certificate passphrase": "Wprowadź hasło certyfikatu",
|
|
55
|
+
"Upload Certificate": "Prześlij certyfikat",
|
|
56
|
+
"Upload New Certificate": "Prześlij nowy certyfikat",
|
|
57
|
+
"Register your business premises for FINA": "Zarejestruj swoje lokale użytkowe w FINA",
|
|
58
|
+
"Each premise must be registered with FINA before you can issue fiscalized invoices from that location.":
|
|
59
|
+
"Każdy lokal musi być zarejestrowany w FINA, zanim będziesz mógł wystawiać fiskalizowane faktury z tego miejsca.",
|
|
60
|
+
"Add Real Estate": "Dodaj nieruchomość",
|
|
61
|
+
"Add Movable": "Dodaj ruchomość",
|
|
62
|
+
"No premises registered yet": "Brak zarejestrowanych lokali",
|
|
63
|
+
Active: "Aktywny",
|
|
64
|
+
Closed: "Zamknięty",
|
|
65
|
+
"Real Estate": "Nieruchomość",
|
|
66
|
+
Movable: "Jednostka ruchoma",
|
|
67
|
+
"Close Premise": "Zamknij lokal",
|
|
68
|
+
"Are you sure you want to close this premise? This action cannot be undone.":
|
|
69
|
+
"Czy na pewno chcesz zamknąć ten lokal? Tej operacji nie można cofnąć.",
|
|
70
|
+
"Test Environment": "Środowisko testowe",
|
|
71
|
+
Production: "Produkcja",
|
|
72
|
+
Vehicle: "Pojazd",
|
|
73
|
+
"Market Stall": "Stoisko targowe",
|
|
74
|
+
Other: "Inne",
|
|
75
|
+
Device: "Urządzenie",
|
|
76
|
+
Devices: "Urządzenia",
|
|
77
|
+
"No devices registered. Add at least one device to fiscalize invoices.":
|
|
78
|
+
"Brak zarejestrowanych urządzeń. Dodaj co najmniej jedno urządzenie, aby fiskalizować faktury.",
|
|
79
|
+
Created: "Utworzono",
|
|
80
|
+
"Add Electronic Device": "Dodaj urządzenie elektroniczne",
|
|
81
|
+
"Register an electronic device for this business premise.":
|
|
82
|
+
"Zarejestruj urządzenie elektroniczne dla tego lokalu użytkowego.",
|
|
83
|
+
"Device ID": "ID urządzenia",
|
|
84
|
+
"Enter a numeric device ID (e.g., 1, 2, 3)": "Wprowadź numeryczny ID urządzenia (np. 1, 2, 3)",
|
|
85
|
+
Cancel: "Anuluj",
|
|
86
|
+
"Register Device": "Zarejestruj urządzenie",
|
|
87
|
+
"Registering...": "Rejestrowanie...",
|
|
88
|
+
"Register Real Estate Premise": "Zarejestruj lokal nieruchomości",
|
|
89
|
+
"Register Movable Premise": "Zarejestruj lokal ruchomy",
|
|
90
|
+
"Premise ID": "ID lokalu",
|
|
91
|
+
"Unique identifier for this premise (e.g., PP1, OFFICE1)": "Unikalny identyfikator tego lokalu (np. PP1, BIURO1)",
|
|
92
|
+
"Cadastral Municipality": "Gmina katastralna",
|
|
93
|
+
"Land Registry Number": "Numer katastralny",
|
|
94
|
+
"Building Number": "Numer budynku",
|
|
95
|
+
"Sub-Building Number": "Numer podbudynku",
|
|
96
|
+
Street: "Ulica",
|
|
97
|
+
"House Number": "Numer domu",
|
|
98
|
+
"House Number Additional": "Dodatek do numeru",
|
|
99
|
+
Settlement: "Miejscowość",
|
|
100
|
+
City: "Miasto",
|
|
101
|
+
"Postal Code": "Kod pocztowy",
|
|
102
|
+
"Premise Type": "Typ lokalu",
|
|
103
|
+
"Type of movable business premise": "Typ ruchomego lokalu użytkowego",
|
|
104
|
+
"Other Movable": "Inne ruchome",
|
|
105
|
+
"Register Premise": "Zarejestruj lokal",
|
|
106
|
+
"Save Settings": "Zapisz ustawienia",
|
|
107
|
+
"Saving...": "Zapisywanie...",
|
|
108
|
+
"Loading...": "Ładowanie...",
|
|
109
|
+
"Enable Fiscalization": "Włącz fiskalizację",
|
|
110
|
+
"Turn on FINA fiscalization for invoices": "Włącz fiskalizację FINA dla faktur",
|
|
111
|
+
"Setup Checklist": "Lista kontrolna konfiguracji",
|
|
112
|
+
"Valid certificate uploaded": "Ważny certyfikat przesłany",
|
|
113
|
+
"At least one business premise registered": "Co najmniej jeden lokal użytkowy zarejestrowany",
|
|
114
|
+
"At least one electronic device registered": "Co najmniej jedno urządzenie elektroniczne zarejestrowane",
|
|
115
|
+
"Cannot Enable Fiscalization": "Nie można włączyć fiskalizacji",
|
|
116
|
+
"Complete all prerequisites above before enabling FINA fiscalization.":
|
|
117
|
+
"Spełnij wszystkie powyższe wymagania przed włączeniem fiskalizacji FINA.",
|
|
118
|
+
"Once enabled, all new B2C invoices will be automatically fiscalized with FINA":
|
|
119
|
+
"Po włączeniu wszystkie nowe faktury B2C będą automatycznie fiskalizowane przez FINA",
|
|
120
|
+
"Warning: Disabling fiscalization will prevent new invoices from being fiscalized.":
|
|
121
|
+
"Ostrzeżenie: Wyłączenie fiskalizacji uniemożliwi fiskalizację nowych faktur.",
|
|
122
|
+
"Register at least one business premise first": "Najpierw zarejestruj co najmniej jeden lokal użytkowy",
|
|
123
|
+
"Register at least one electronic device first": "Najpierw zarejestruj co najmniej jedno urządzenie elektroniczne",
|
|
124
|
+
"Activate FINA fiscalization for your invoices": "Aktywuj fiskalizację FINA dla swoich faktur",
|
|
125
|
+
"You must upload a digital certificate before you can register business premises":
|
|
126
|
+
"Musisz przesłać certyfikat cyfrowy, zanim będziesz mógł rejestrować lokale użytkowe",
|
|
127
|
+
"FINA Fiscalization": "Fiskalizacja FINA",
|
|
128
|
+
"Croatian tax authority fiscalization details": "Szczegóły fiskalizacji chorwackiego urzędu skarbowego",
|
|
129
|
+
Fiscalized: "Fiskalizowano",
|
|
130
|
+
Pending: "W toku",
|
|
131
|
+
Failed: "Niepowodzenie",
|
|
132
|
+
JIR: "JIR",
|
|
133
|
+
ZKI: "ZKI",
|
|
134
|
+
"Invoice Number": "Numer faktury",
|
|
135
|
+
"QR Code": "Kod QR",
|
|
136
|
+
"Fiscalized at": "Fiskalizowano dnia",
|
|
137
|
+
"Business Premise": "Lokal użytkowy",
|
|
138
|
+
"Electronic Device": "Urządzenie elektroniczne",
|
|
139
|
+
"Fiscalization Error": "Błąd fiskalizacji",
|
|
140
|
+
"Register a new business premise with FINA. After registration, you'll need to add at least one electronic device.":
|
|
141
|
+
"Zarejestruj nowy lokal użytkowy w FINA. Po rejestracji będziesz musiał dodać co najmniej jedno urządzenie elektroniczne.",
|
|
142
|
+
} as const;
|
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"FINA is for Croatian Entities": "FINA é apenas para empresas croatas",
|
|
3
|
+
"FINA fiscalization is only available for entities with country code HR":
|
|
4
|
+
"A fiscalização FINA está disponível apenas para entidades com código de país HR (Croácia)",
|
|
5
|
+
"Test Mode (Sandbox)": "Modo de teste (Sandbox)",
|
|
6
|
+
"This entity is in test mode. FINA invoices will be sent to the test environment. No real fiscalization will occur.":
|
|
7
|
+
"Esta entidade está em modo de teste. As faturas FINA serão enviadas para o ambiente de teste. Não ocorrerá fiscalização real.",
|
|
8
|
+
"General Settings": "Definições gerais",
|
|
9
|
+
Certificate: "Certificado",
|
|
10
|
+
"Business Premises": "Instalações comerciais",
|
|
11
|
+
"Enable FINA Fiscalization": "Ativar fiscalização FINA",
|
|
12
|
+
"Upload and validate digital certificate first": "Primeiro carregue e valide o certificado digital",
|
|
13
|
+
"Certificate Required": "Certificado obrigatório",
|
|
14
|
+
"You must upload a FINA digital certificate before you can fiscalize invoices":
|
|
15
|
+
"Deve carregar um certificado digital FINA antes de poder fiscalizar faturas",
|
|
16
|
+
"Business Premise Required": "Instalação comercial obrigatória",
|
|
17
|
+
"Register at least one business premise before fiscalizing invoices":
|
|
18
|
+
"Registe pelo menos uma instalação comercial antes de fiscalizar faturas",
|
|
19
|
+
"Numbering Sequence": "Sequência de numeração",
|
|
20
|
+
"Choose how invoice numbers are sequenced": "Escolha como os números de fatura são sequenciados",
|
|
21
|
+
"Per Premise (N)": "Por instalação (N)",
|
|
22
|
+
"Per Device (P)": "Por dispositivo (P)",
|
|
23
|
+
Recommended: "Recomendado",
|
|
24
|
+
"One sequence per business premise. Simpler to manage.":
|
|
25
|
+
"Uma sequência por instalação comercial. Mais simples de gerir.",
|
|
26
|
+
"Separate sequence per electronic device. For multi-device setups.":
|
|
27
|
+
"Sequência separada por dispositivo eletrónico. Para configurações multi-dispositivo.",
|
|
28
|
+
"Operator Information": "Informação do operador",
|
|
29
|
+
"Configure default operator for API usage": "Configurar operador predefinido para utilização da API",
|
|
30
|
+
"Operator OIB": "OIB do operador",
|
|
31
|
+
"OIB of the operator (11 digits, optional)": "OIB do operador (11 dígitos, opcional)",
|
|
32
|
+
"Operator Label": "Etiqueta do operador",
|
|
33
|
+
"Descriptive label for the operator (optional)": "Etiqueta descritiva do operador (opcional)",
|
|
34
|
+
"PDV System": "Sistema PDV",
|
|
35
|
+
"Entity is registered in the Croatian PDV (VAT) system": "A entidade está registada no sistema PDV (IVA) croata",
|
|
36
|
+
"Digital Certificate": "Certificado digital",
|
|
37
|
+
"Upload your FINA digital certificate": "Carregue o seu certificado digital FINA",
|
|
38
|
+
"Your certificate is required to digitally sign all fiscalized invoices. The certificate must be obtained from FINA (Financial Agency of Croatia).":
|
|
39
|
+
"O seu certificado é necessário para assinar digitalmente todas as faturas fiscalizadas. O certificado deve ser obtido da FINA (Agência Financeira da Croácia).",
|
|
40
|
+
"Invalid file type. Please upload a .p12 or .pfx certificate file.":
|
|
41
|
+
"Tipo de ficheiro inválido. Carregue um ficheiro de certificado .p12 ou .pfx.",
|
|
42
|
+
"Please select a certificate file and enter the passphrase":
|
|
43
|
+
"Selecione um ficheiro de certificado e introduza a palavra-passe",
|
|
44
|
+
Valid: "Válido",
|
|
45
|
+
"Expiring Soon": "Expira em breve",
|
|
46
|
+
Expired: "Expirado",
|
|
47
|
+
Missing: "Em falta",
|
|
48
|
+
Expires: "Expira",
|
|
49
|
+
Issuer: "Emissor",
|
|
50
|
+
Subject: "Sujeito",
|
|
51
|
+
"Change Certificate": "Alterar certificado",
|
|
52
|
+
"P12/PFX Certificate File": "Ficheiro de certificado P12/PFX",
|
|
53
|
+
Selected: "Selecionado",
|
|
54
|
+
"Certificate Passphrase": "Palavra-passe do certificado",
|
|
55
|
+
"Enter certificate passphrase": "Introduza a palavra-passe do certificado",
|
|
56
|
+
"Upload Certificate": "Carregar certificado",
|
|
57
|
+
"Upload New Certificate": "Carregar novo certificado",
|
|
58
|
+
"Register your business premises for FINA": "Registe as suas instalações comerciais para FINA",
|
|
59
|
+
"Each premise must be registered with FINA before you can issue fiscalized invoices from that location.":
|
|
60
|
+
"Cada instalação deve ser registada na FINA antes de poder emitir faturas fiscalizadas desse local.",
|
|
61
|
+
"Add Real Estate": "Adicionar imóvel",
|
|
62
|
+
"Add Movable": "Adicionar móvel",
|
|
63
|
+
"No premises registered yet": "Nenhuma instalação registada",
|
|
64
|
+
Active: "Ativo",
|
|
65
|
+
Closed: "Fechado",
|
|
66
|
+
"Real Estate": "Imóvel",
|
|
67
|
+
Movable: "Unidade móvel",
|
|
68
|
+
"Close Premise": "Fechar instalação",
|
|
69
|
+
"Are you sure you want to close this premise? This action cannot be undone.":
|
|
70
|
+
"Tem a certeza de que deseja fechar esta instalação? Esta ação não pode ser revertida.",
|
|
71
|
+
"Test Environment": "Ambiente de teste",
|
|
72
|
+
Production: "Produção",
|
|
73
|
+
Vehicle: "Veículo",
|
|
74
|
+
"Market Stall": "Banca de mercado",
|
|
75
|
+
Other: "Outro",
|
|
76
|
+
Device: "Dispositivo",
|
|
77
|
+
Devices: "Dispositivos",
|
|
78
|
+
"No devices registered. Add at least one device to fiscalize invoices.":
|
|
79
|
+
"Nenhum dispositivo registado. Adicione pelo menos um dispositivo para fiscalizar faturas.",
|
|
80
|
+
Created: "Criado",
|
|
81
|
+
"Add Electronic Device": "Adicionar dispositivo eletrónico",
|
|
82
|
+
"Register an electronic device for this business premise.":
|
|
83
|
+
"Registe um dispositivo eletrónico para esta instalação comercial.",
|
|
84
|
+
"Device ID": "ID do dispositivo",
|
|
85
|
+
"Enter a numeric device ID (e.g., 1, 2, 3)": "Introduza um ID numérico do dispositivo (ex. 1, 2, 3)",
|
|
86
|
+
Cancel: "Cancelar",
|
|
87
|
+
"Register Device": "Registar dispositivo",
|
|
88
|
+
"Registering...": "A registar...",
|
|
89
|
+
"Register Real Estate Premise": "Registar instalação imóvel",
|
|
90
|
+
"Register Movable Premise": "Registar instalação móvel",
|
|
91
|
+
"Premise ID": "ID da instalação",
|
|
92
|
+
"Unique identifier for this premise (e.g., PP1, OFFICE1)":
|
|
93
|
+
"Identificador único para esta instalação (ex. PP1, ESCRITORIO1)",
|
|
94
|
+
"Cadastral Municipality": "Município cadastral",
|
|
95
|
+
"Land Registry Number": "Número de registo predial",
|
|
96
|
+
"Building Number": "Número do edifício",
|
|
97
|
+
"Sub-Building Number": "Número do sub-edifício",
|
|
98
|
+
Street: "Rua",
|
|
99
|
+
"House Number": "Número",
|
|
100
|
+
"House Number Additional": "Número adicional",
|
|
101
|
+
Settlement: "Localidade",
|
|
102
|
+
City: "Cidade",
|
|
103
|
+
"Postal Code": "Código postal",
|
|
104
|
+
"Premise Type": "Tipo de instalação",
|
|
105
|
+
"Type of movable business premise": "Tipo de instalação comercial móvel",
|
|
106
|
+
"Other Movable": "Outro móvel",
|
|
107
|
+
"Register Premise": "Registar instalação",
|
|
108
|
+
"Save Settings": "Guardar definições",
|
|
109
|
+
"Saving...": "A guardar...",
|
|
110
|
+
"Loading...": "A carregar...",
|
|
111
|
+
"Enable Fiscalization": "Ativar fiscalização",
|
|
112
|
+
"Turn on FINA fiscalization for invoices": "Ative a fiscalização FINA para faturas",
|
|
113
|
+
"Setup Checklist": "Lista de verificação",
|
|
114
|
+
"Valid certificate uploaded": "Certificado válido carregado",
|
|
115
|
+
"At least one business premise registered": "Pelo menos uma instalação comercial registada",
|
|
116
|
+
"At least one electronic device registered": "Pelo menos um dispositivo eletrónico registado",
|
|
117
|
+
"Cannot Enable Fiscalization": "Não é possível ativar a fiscalização",
|
|
118
|
+
"Complete all prerequisites above before enabling FINA fiscalization.":
|
|
119
|
+
"Complete todos os pré-requisitos acima antes de ativar a fiscalização FINA.",
|
|
120
|
+
"Once enabled, all new B2C invoices will be automatically fiscalized with FINA":
|
|
121
|
+
"Uma vez ativada, todas as novas faturas B2C serão automaticamente fiscalizadas com FINA",
|
|
122
|
+
"Warning: Disabling fiscalization will prevent new invoices from being fiscalized.":
|
|
123
|
+
"Aviso: Desativar a fiscalização impedirá a fiscalização de novas faturas.",
|
|
124
|
+
"Register at least one business premise first": "Registe primeiro pelo menos uma instalação comercial",
|
|
125
|
+
"Register at least one electronic device first": "Registe primeiro pelo menos um dispositivo eletrónico",
|
|
126
|
+
"Activate FINA fiscalization for your invoices": "Ative a fiscalização FINA para as suas faturas",
|
|
127
|
+
"You must upload a digital certificate before you can register business premises":
|
|
128
|
+
"Deve carregar um certificado digital antes de poder registar instalações comerciais",
|
|
129
|
+
"FINA Fiscalization": "Fiscalização FINA",
|
|
130
|
+
"Croatian tax authority fiscalization details": "Detalhes de fiscalização da autoridade fiscal croata",
|
|
131
|
+
Fiscalized: "Fiscalizado",
|
|
132
|
+
Pending: "Pendente",
|
|
133
|
+
Failed: "Falhado",
|
|
134
|
+
JIR: "JIR",
|
|
135
|
+
ZKI: "ZKI",
|
|
136
|
+
"Invoice Number": "Número da fatura",
|
|
137
|
+
"QR Code": "Código QR",
|
|
138
|
+
"Fiscalized at": "Fiscalizado em",
|
|
139
|
+
"Business Premise": "Instalação comercial",
|
|
140
|
+
"Electronic Device": "Dispositivo eletrónico",
|
|
141
|
+
"Fiscalization Error": "Erro de fiscalização",
|
|
142
|
+
"Register a new business premise with FINA. After registration, you'll need to add at least one electronic device.":
|
|
143
|
+
"Registe uma nova instalação comercial na FINA. Após o registo, terá de adicionar pelo menos um dispositivo eletrónico.",
|
|
144
|
+
} as const;
|
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"FINA is for Croatian Entities": "FINA je samo za hrvaška podjetja",
|
|
3
|
+
"FINA fiscalization is only available for entities with country code HR":
|
|
4
|
+
"Fiskalizacija FINA je na voljo samo za podjetja z državo HR (Hrvaška)",
|
|
5
|
+
"Test Mode (Sandbox)": "Testni način (Peskovnik)",
|
|
6
|
+
"This entity is in test mode. FINA invoices will be sent to the test environment. No real fiscalization will occur.":
|
|
7
|
+
"To podjetje je v testnem načinu. Računi FINA bodo poslani v testno okolje. Prava fiskalizacija se ne bo izvedla.",
|
|
8
|
+
"General Settings": "Splošne nastavitve",
|
|
9
|
+
Certificate: "Certifikat",
|
|
10
|
+
"Business Premises": "Poslovni prostori",
|
|
11
|
+
"Enable FINA Fiscalization": "Omogoči fiskalizacijo FINA",
|
|
12
|
+
"Upload and validate digital certificate first": "Najprej naložite in potrdite digitalni certifikat",
|
|
13
|
+
"Certificate Required": "Certifikat je obvezen",
|
|
14
|
+
"You must upload a FINA digital certificate before you can fiscalize invoices":
|
|
15
|
+
"Naložiti morate digitalni certifikat FINA, preden lahko fiskalizirate račune",
|
|
16
|
+
"Business Premise Required": "Obvezna registracija prostora",
|
|
17
|
+
"Register at least one business premise before fiscalizing invoices":
|
|
18
|
+
"Registrirajte vsaj en poslovni prostor, preden fiskalizirate račune",
|
|
19
|
+
"Numbering Sequence": "Zaporedje številčenja",
|
|
20
|
+
"Choose how invoice numbers are sequenced": "Izberite način številčenja računov",
|
|
21
|
+
"Per Premise (N)": "Po prostoru (N)",
|
|
22
|
+
"Per Device (P)": "Po napravi (P)",
|
|
23
|
+
Recommended: "Priporočeno",
|
|
24
|
+
"One sequence per business premise. Simpler to manage.":
|
|
25
|
+
"Eno zaporedje na poslovni prostor. Enostavnejše za upravljanje.",
|
|
26
|
+
"Separate sequence per electronic device. For multi-device setups.":
|
|
27
|
+
"Ločeno zaporedje za vsako elektronsko napravo. Za nastavitve z več napravami.",
|
|
28
|
+
"Operator Information": "Informacije o operaterju",
|
|
29
|
+
"Configure default operator for API usage": "Konfigurirajte privzetega operaterja za uporabo API-ja",
|
|
30
|
+
"Operator OIB": "OIB operaterja",
|
|
31
|
+
"OIB of the operator (11 digits, optional)": "OIB operaterja (11 številk, opcijsko)",
|
|
32
|
+
"Operator Label": "Oznaka operaterja",
|
|
33
|
+
"Descriptive label for the operator (optional)": "Opisna oznaka za operaterja (opcijsko)",
|
|
34
|
+
"PDV System": "Sistem PDV",
|
|
35
|
+
"Entity is registered in the Croatian PDV (VAT) system": "Podjetje je registrirano v hrvaškem sistemu PDV (DDV)",
|
|
36
|
+
"Digital Certificate": "Digitalni certifikat",
|
|
37
|
+
"Upload your FINA digital certificate": "Naložite svoj digitalni certifikat FINA",
|
|
38
|
+
"Your certificate is required to digitally sign all fiscalized invoices. The certificate must be obtained from FINA (Financial Agency of Croatia).":
|
|
39
|
+
"Vaš certifikat je potreben za digitalno podpisovanje vseh fiskaliziranih računov. Certifikat morate pridobiti pri FINA (Finančna agencija Hrvaške).",
|
|
40
|
+
"Invalid file type. Please upload a .p12 or .pfx certificate file.":
|
|
41
|
+
"Neveljavna vrsta datoteke. Prosimo, naložite datoteko certifikata .p12 ali .pfx.",
|
|
42
|
+
"Please select a certificate file and enter the passphrase":
|
|
43
|
+
"Prosimo, izberite datoteko certifikata in vnesite geslo",
|
|
44
|
+
Valid: "Veljaven",
|
|
45
|
+
"Expiring Soon": "Kmalu poteče",
|
|
46
|
+
Expired: "Potekel",
|
|
47
|
+
Missing: "Manjka",
|
|
48
|
+
Expires: "Poteče",
|
|
49
|
+
Issuer: "Izdajatelj",
|
|
50
|
+
Subject: "Subjekt",
|
|
51
|
+
"Change Certificate": "Spremeni certifikat",
|
|
52
|
+
"P12/PFX Certificate File": "Datoteka certifikata P12/PFX",
|
|
53
|
+
Selected: "Izbrano",
|
|
54
|
+
"Certificate Passphrase": "Geslo certifikata",
|
|
55
|
+
"Enter certificate passphrase": "Vnesite geslo certifikata",
|
|
56
|
+
"Upload Certificate": "Naloži certifikat",
|
|
57
|
+
"Upload New Certificate": "Naloži nov certifikat",
|
|
58
|
+
"Register your business premises for FINA": "Registrirajte poslovne prostore za FINA",
|
|
59
|
+
"Each premise must be registered with FINA before you can issue fiscalized invoices from that location.":
|
|
60
|
+
"Vsak prostor mora biti registriran pri FINA, preden lahko s te lokacije izdajate fiskalizirane račune.",
|
|
61
|
+
"Add Real Estate": "Dodaj nepremičnino",
|
|
62
|
+
"Add Movable": "Dodaj premičnino",
|
|
63
|
+
"No premises registered yet": "Še ni registriranih prostorov",
|
|
64
|
+
Active: "Aktiven",
|
|
65
|
+
Closed: "Zaprt",
|
|
66
|
+
"Real Estate": "Nepremičnina",
|
|
67
|
+
Movable: "Premična enota",
|
|
68
|
+
"Close Premise": "Zapri prostor",
|
|
69
|
+
"Are you sure you want to close this premise? This action cannot be undone.":
|
|
70
|
+
"Ali ste prepričani, da želite zapreti ta prostor? Tega dejanja ni mogoče razveljaviti.",
|
|
71
|
+
"Test Environment": "Testno okolje",
|
|
72
|
+
Production: "Produkcija",
|
|
73
|
+
Vehicle: "Vozilo",
|
|
74
|
+
"Market Stall": "Tržna stojnica",
|
|
75
|
+
Other: "Drugo",
|
|
76
|
+
Device: "Naprava",
|
|
77
|
+
Devices: "Naprave",
|
|
78
|
+
"No devices registered. Add at least one device to fiscalize invoices.":
|
|
79
|
+
"Ni registriranih naprav. Dodajte vsaj eno napravo za fiskalizacijo računov.",
|
|
80
|
+
Created: "Ustvarjeno",
|
|
81
|
+
"Add Electronic Device": "Dodaj elektronsko napravo",
|
|
82
|
+
"Register an electronic device for this business premise.":
|
|
83
|
+
"Registrirajte elektronsko napravo za ta poslovni prostor.",
|
|
84
|
+
"Device ID": "ID naprave",
|
|
85
|
+
"Enter a numeric device ID (e.g., 1, 2, 3)": "Vnesite številčni ID naprave (npr. 1, 2, 3)",
|
|
86
|
+
Cancel: "Prekliči",
|
|
87
|
+
"Register Device": "Registriraj napravo",
|
|
88
|
+
"Registering...": "Registracija...",
|
|
89
|
+
"Register Real Estate Premise": "Registriraj nepremični prostor",
|
|
90
|
+
"Register Movable Premise": "Registriraj premični prostor",
|
|
91
|
+
"Premise ID": "ID prostora",
|
|
92
|
+
"Unique identifier for this premise (e.g., PP1, OFFICE1)":
|
|
93
|
+
"Edinstven identifikator za ta prostor (npr. PP1, PISARNA1)",
|
|
94
|
+
"Cadastral Municipality": "Katastrska občina",
|
|
95
|
+
"Land Registry Number": "Številka zemljišča",
|
|
96
|
+
"Building Number": "Številka stavbe",
|
|
97
|
+
"Sub-Building Number": "Številka podstavbe",
|
|
98
|
+
Street: "Ulica",
|
|
99
|
+
"House Number": "Hišna številka",
|
|
100
|
+
"House Number Additional": "Dodatek k hišni št.",
|
|
101
|
+
Settlement: "Naselje",
|
|
102
|
+
City: "Mesto",
|
|
103
|
+
"Postal Code": "Poštna številka",
|
|
104
|
+
"Premise Type": "Vrsta prostora",
|
|
105
|
+
"Type of movable business premise": "Vrsta premičnega poslovnega prostora",
|
|
106
|
+
"Other Movable": "Drugo premično",
|
|
107
|
+
"Register Premise": "Registriraj prostor",
|
|
108
|
+
"Save Settings": "Shrani nastavitve",
|
|
109
|
+
"Saving...": "Shranjevanje...",
|
|
110
|
+
"Loading...": "Nalaganje...",
|
|
111
|
+
"Enable Fiscalization": "Omogoči fiskalizacijo",
|
|
112
|
+
"Turn on FINA fiscalization for invoices": "Vklopite fiskalizacijo FINA za račune",
|
|
113
|
+
"Setup Checklist": "Kontrolni seznam nastavitev",
|
|
114
|
+
"Valid certificate uploaded": "Veljaven certifikat naložen",
|
|
115
|
+
"At least one business premise registered": "Vsaj en poslovni prostor registriran",
|
|
116
|
+
"At least one electronic device registered": "Vsaj ena elektronska naprava registrirana",
|
|
117
|
+
"Cannot Enable Fiscalization": "Fiskalizacije ni mogoče omogočiti",
|
|
118
|
+
"Complete all prerequisites above before enabling FINA fiscalization.":
|
|
119
|
+
"Izpolnite vse zgornje pogoje, preden omogočite fiskalizacijo FINA.",
|
|
120
|
+
"Once enabled, all new B2C invoices will be automatically fiscalized with FINA":
|
|
121
|
+
"Po omogočenju bodo vsi novi B2C računi samodejno fiskalizirani pri FINA",
|
|
122
|
+
"Warning: Disabling fiscalization will prevent new invoices from being fiscalized.":
|
|
123
|
+
"Opozorilo: Onemogočenje fiskalizacije bo preprečilo fiskalizacijo novih računov.",
|
|
124
|
+
"Register at least one business premise first": "Najprej registrirajte vsaj en poslovni prostor",
|
|
125
|
+
"Register at least one electronic device first": "Najprej registrirajte vsaj eno elektronsko napravo",
|
|
126
|
+
"Activate FINA fiscalization for your invoices": "Aktivirajte fiskalizacijo FINA za vaše račune",
|
|
127
|
+
"You must upload a digital certificate before you can register business premises":
|
|
128
|
+
"Naložiti morate digitalni certifikat, preden lahko registrirate poslovne prostore",
|
|
129
|
+
"FINA Fiscalization": "FINA fiskalizacija",
|
|
130
|
+
"Croatian tax authority fiscalization details": "Podrobnosti fiskalizacije pri hrvaški davčni upravi",
|
|
131
|
+
Fiscalized: "Fiskalizirano",
|
|
132
|
+
Pending: "V teku",
|
|
133
|
+
Failed: "Neuspešno",
|
|
134
|
+
JIR: "JIR",
|
|
135
|
+
ZKI: "ZKI",
|
|
136
|
+
"Invoice Number": "Številka računa",
|
|
137
|
+
"QR Code": "QR koda",
|
|
138
|
+
"Fiscalized at": "Fiskalizirano dne",
|
|
139
|
+
"Business Premise": "Poslovni prostor",
|
|
140
|
+
"Electronic Device": "Elektronska naprava",
|
|
141
|
+
"Fiscalization Error": "Napaka pri fiskalizaciji",
|
|
142
|
+
"Register a new business premise with FINA. After registration, you'll need to add at least one electronic device.":
|
|
143
|
+
"Registrirajte nov poslovni prostor pri FINA. Po registraciji boste morali dodati vsaj eno elektronsko napravo.",
|
|
144
|
+
} as const;
|