@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,196 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"FURS is for Slovenian Entities": "FURS est réservé aux entreprises slovènes",
|
|
3
|
+
"FURS fiscalization is only available for entities with country code SI":
|
|
4
|
+
"La fiscalisation FURS est uniquement disponible pour les entités avec le code pays SI (Slovénie)",
|
|
5
|
+
"Test Mode (Sandbox)": "Mode test (Sandbox)",
|
|
6
|
+
"This entity is in test mode. FURS invoices will be sent to the test/demo environment. No real fiscalization will occur.":
|
|
7
|
+
"Cette entité est en mode test. Les factures FURS seront envoyées à l'environnement de test/démo. Aucune fiscalisation réelle ne sera effectuée.",
|
|
8
|
+
"General Settings": "Paramètres généraux",
|
|
9
|
+
Certificate: "Certificat",
|
|
10
|
+
"Business Premises": "Locaux commerciaux",
|
|
11
|
+
"Business Premise": "Local commercial",
|
|
12
|
+
"Enable FURS fiscalization in General Settings first":
|
|
13
|
+
"Activez d'abord la fiscalisation FURS dans les Paramètres généraux",
|
|
14
|
+
"Upload and validate digital certificate first": "Téléchargez et validez d'abord le certificat numérique",
|
|
15
|
+
"Certificate Required": "Certificat requis",
|
|
16
|
+
"You must upload a digital certificate before you can fiscalize invoices":
|
|
17
|
+
"Vous devez télécharger un certificat numérique avant de pouvoir fiscaliser les factures",
|
|
18
|
+
"Business Premise Required": "Local commercial requis",
|
|
19
|
+
"Register at least one business premise before fiscalizing invoices":
|
|
20
|
+
"Enregistrez au moins un local commercial avant de fiscaliser les factures",
|
|
21
|
+
"Configure FURS fiscalization behavior": "Configurer le comportement de la fiscalisation FURS",
|
|
22
|
+
"Configure how FURS fiscalization works for your entity. Enable fiscalization, choose your numbering strategy, and set operator information.":
|
|
23
|
+
"Configurez le fonctionnement de la fiscalisation FURS pour votre entité. Activez la fiscalisation, choisissez votre stratégie de numérotation et définissez les informations de l'opérateur.",
|
|
24
|
+
"Enable FURS Fiscalization": "Activer la fiscalisation FURS",
|
|
25
|
+
"Automatically fiscalize invoices with FURS (Financial Administration of Slovenia)":
|
|
26
|
+
"Fiscaliser automatiquement les factures avec FURS (Administration financière de Slovénie)",
|
|
27
|
+
"Numbering Strategy": "Stratégie de numérotation",
|
|
28
|
+
"Choose how invoice numbers are assigned across your business premises":
|
|
29
|
+
"Choisissez comment les numéros de factures sont attribués dans vos locaux commerciaux",
|
|
30
|
+
"Device-Level (B) - Separate sequences per electronic device":
|
|
31
|
+
"Niveau appareil (B) - Séquences séparées par appareil électronique",
|
|
32
|
+
"Centralized (C) - Sequential numbers across all premises":
|
|
33
|
+
"Centralisé (C) - Numéros séquentiels sur tous les locaux",
|
|
34
|
+
Centralized: "Centralisé",
|
|
35
|
+
"Per Device": "Par appareil",
|
|
36
|
+
Recommended: "Recommandé",
|
|
37
|
+
"One sequence across all premises. Simpler to manage and track.":
|
|
38
|
+
"Une séquence sur tous les locaux. Plus simple à gérer et à suivre.",
|
|
39
|
+
"Separate sequence per electronic device. For complex multi-location setups.":
|
|
40
|
+
"Séquence séparée par appareil électronique. Pour les configurations multi-sites complexes.",
|
|
41
|
+
"Operator Information": "Informations opérateur",
|
|
42
|
+
"Configure default operator for API usage": "Configurer l'opérateur par défaut pour l'utilisation de l'API",
|
|
43
|
+
"Operator Tax Number": "Numéro fiscal de l'opérateur",
|
|
44
|
+
"Tax number of the operator for API key usage (optional)":
|
|
45
|
+
"Numéro fiscal de l'opérateur pour l'utilisation de la clé API (optionnel)",
|
|
46
|
+
"Operator Label": "Libellé de l'opérateur",
|
|
47
|
+
"Descriptive label for the operator (optional)": "Libellé descriptif de l'opérateur (optionnel)",
|
|
48
|
+
"Digital Certificate": "Certificat numérique",
|
|
49
|
+
"Upload your FURS digital certificate": "Téléchargez votre certificat numérique FURS",
|
|
50
|
+
"Your certificate is required to digitally sign all fiscalized invoices. The certificate must be obtained from the Slovenian Financial Administration (FURS).":
|
|
51
|
+
"Votre certificat est requis pour signer numériquement toutes les factures fiscalisées. Le certificat doit être obtenu auprès de l'Administration financière slovène (FURS).",
|
|
52
|
+
"Once uploaded, your certificate will be validated and you'll be able to register business premises and start fiscalizing invoices.":
|
|
53
|
+
"Une fois téléchargé, votre certificat sera validé et vous pourrez enregistrer des locaux commerciaux et commencer à fiscaliser les factures.",
|
|
54
|
+
"Invalid file type. Please upload a .p12 or .pfx certificate file.":
|
|
55
|
+
"Type de fichier invalide. Veuillez télécharger un fichier certificat .p12 ou .pfx.",
|
|
56
|
+
"Please select a certificate file and enter the passphrase":
|
|
57
|
+
"Veuillez sélectionner un fichier certificat et entrer la phrase secrète",
|
|
58
|
+
Valid: "Valide",
|
|
59
|
+
"Expiring Soon": "Expire bientôt",
|
|
60
|
+
Expired: "Expiré",
|
|
61
|
+
Missing: "Manquant",
|
|
62
|
+
Expires: "Expire",
|
|
63
|
+
Issuer: "Émetteur",
|
|
64
|
+
Subject: "Sujet",
|
|
65
|
+
"Change Certificate": "Changer le certificat",
|
|
66
|
+
"P12/PFX Certificate File": "Fichier certificat P12/PFX",
|
|
67
|
+
Selected: "Sélectionné",
|
|
68
|
+
"Certificate Passphrase": "Phrase secrète du certificat",
|
|
69
|
+
"Enter certificate passphrase": "Entrez la phrase secrète du certificat",
|
|
70
|
+
"Upload Certificate": "Télécharger le certificat",
|
|
71
|
+
"Upload New Certificate": "Télécharger un nouveau certificat",
|
|
72
|
+
"Register your business premises with FURS": "Enregistrez vos locaux commerciaux auprès de FURS",
|
|
73
|
+
"Each premise must be registered with FURS before you can issue fiscalized invoices from that location. You can register both real estate premises (physical locations) and movable premises (vehicles, market stalls, etc.).":
|
|
74
|
+
"Chaque local doit être enregistré auprès de FURS avant de pouvoir émettre des factures fiscalisées depuis ce lieu. Vous pouvez enregistrer des locaux immobiliers (lieux physiques) et des locaux mobiles (véhicules, étals de marché, etc.).",
|
|
75
|
+
"After registering a premise, you must manually add at least one electronic device (cash register, POS terminal) for that premise. Click on a premise to manage its devices.":
|
|
76
|
+
"Après avoir enregistré un local, vous devez manuellement ajouter au moins un appareil électronique (caisse enregistreuse, terminal POS) pour ce local. Cliquez sur un local pour gérer ses appareils.",
|
|
77
|
+
"Add Real Estate": "Ajouter un bien immobilier",
|
|
78
|
+
"Add Movable": "Ajouter un bien mobile",
|
|
79
|
+
"No premises registered yet": "Aucun local enregistré",
|
|
80
|
+
Active: "Actif",
|
|
81
|
+
Closed: "Fermé",
|
|
82
|
+
"Real Estate": "Bien immobilier",
|
|
83
|
+
Movable: "Unité mobile",
|
|
84
|
+
"Close Premise": "Fermer le local",
|
|
85
|
+
"Are you sure you want to close this premise? This action cannot be undone.":
|
|
86
|
+
"Êtes-vous sûr de vouloir fermer ce local ? Cette action est irréversible.",
|
|
87
|
+
"Test Environment": "Environnement de test",
|
|
88
|
+
Production: "Production",
|
|
89
|
+
Vehicle: "Véhicule",
|
|
90
|
+
"Object at Market": "Objet au marché",
|
|
91
|
+
Other: "Autre",
|
|
92
|
+
Device: "Appareil",
|
|
93
|
+
Devices: "Appareils",
|
|
94
|
+
Unnamed: "Sans nom",
|
|
95
|
+
"No devices registered. Add at least one device to fiscalize invoices.":
|
|
96
|
+
"Aucun appareil enregistré. Ajoutez au moins un appareil pour fiscaliser les factures.",
|
|
97
|
+
Created: "Créé",
|
|
98
|
+
"Add Electronic Device": "Ajouter un appareil électronique",
|
|
99
|
+
"Register an electronic device (cash register, POS terminal) for this business premise.":
|
|
100
|
+
"Enregistrez un appareil électronique (caisse enregistreuse, terminal POS) pour ce local commercial.",
|
|
101
|
+
"Device Name": "Nom de l'appareil",
|
|
102
|
+
E1: "E1",
|
|
103
|
+
"Enter a unique name for this device (e.g., E1, E2, POS1, DEVICE1)":
|
|
104
|
+
"Entrez un nom unique pour cet appareil (ex. E1, E2, POS1, DEVICE1)",
|
|
105
|
+
Cancel: "Annuler",
|
|
106
|
+
"Register Device": "Enregistrer l'appareil",
|
|
107
|
+
"Registering...": "Enregistrement...",
|
|
108
|
+
"Register Real Estate Premise": "Enregistrer un local immobilier",
|
|
109
|
+
"Register Movable Premise": "Enregistrer un local mobile",
|
|
110
|
+
"Register a new business premise with FURS. After registration, you'll need to manually add at least one electronic device for this premise.":
|
|
111
|
+
"Enregistrez un nouveau local commercial auprès de FURS. Après l'enregistrement, vous devrez manuellement ajouter au moins un appareil électronique pour ce local.",
|
|
112
|
+
"Premise Name": "Nom du local",
|
|
113
|
+
"Unique identifier for this premise (e.g., P1, P2)": "Identifiant unique pour ce local (ex. P1, P2)",
|
|
114
|
+
"Cadastral Number": "Numéro cadastral",
|
|
115
|
+
"Required by FURS (must be numeric)": "Requis par FURS (doit être numérique)",
|
|
116
|
+
"Building Number": "Numéro de bâtiment",
|
|
117
|
+
"Building Section": "Section du bâtiment",
|
|
118
|
+
"Must be numeric (optional)": "Doit être numérique (optionnel)",
|
|
119
|
+
Community: "Commune",
|
|
120
|
+
"Slovenian administrative community (občina) name": "Nom de la commune administrative slovène (občina)",
|
|
121
|
+
Street: "Rue",
|
|
122
|
+
"House Number": "Numéro de maison",
|
|
123
|
+
Additional: "Complément",
|
|
124
|
+
City: "Ville",
|
|
125
|
+
"Postal Code": "Code postal",
|
|
126
|
+
"Choose how invoice numbers are generated": "Choisissez comment les numéros de factures sont générés",
|
|
127
|
+
"Strategy B (Device-level)": "Stratégie B (Niveau appareil)",
|
|
128
|
+
"Strategy C (Centralized)": "Stratégie C (Centralisé)",
|
|
129
|
+
"Premise Type": "Type de local",
|
|
130
|
+
"Type of movable business premise": "Type de local commercial mobile",
|
|
131
|
+
"A - Vehicle": "A - Véhicule",
|
|
132
|
+
"B - Object at Market/Fair": "B - Objet au marché/foire",
|
|
133
|
+
"C - Other Movable": "C - Autre mobile",
|
|
134
|
+
"Register Premise": "Enregistrer le local",
|
|
135
|
+
"Save Settings": "Enregistrer les paramètres",
|
|
136
|
+
"Saving...": "Enregistrement...",
|
|
137
|
+
"Loading...": "Chargement...",
|
|
138
|
+
"FURS Fiscalization": "Fiscalisation FURS",
|
|
139
|
+
"Slovenian tax authority fiscalization details": "Détails de fiscalisation de l'autorité fiscale slovène",
|
|
140
|
+
Fiscalized: "Fiscalisé",
|
|
141
|
+
Pending: "En attente",
|
|
142
|
+
Failed: "Échoué",
|
|
143
|
+
"Fiscalization Error": "Erreur de fiscalisation",
|
|
144
|
+
Cancelled: "Annulé",
|
|
145
|
+
ZOI: "ZOI",
|
|
146
|
+
EOR: "EOR",
|
|
147
|
+
"Cancellation EOR": "EOR d'annulation",
|
|
148
|
+
"Electronic Device": "Appareil électronique",
|
|
149
|
+
"Invoice Number": "Numéro de facture",
|
|
150
|
+
Iteration: "Itération",
|
|
151
|
+
"QR Code": "Code QR",
|
|
152
|
+
"Fiscalized at": "Fiscalisé le",
|
|
153
|
+
"Enable Fiscalization": "Activer la fiscalisation",
|
|
154
|
+
"Turn on FURS fiscalization for invoices": "Activez la fiscalisation FURS pour les factures",
|
|
155
|
+
"Setup Checklist": "Liste de vérification",
|
|
156
|
+
"Valid certificate uploaded": "Certificat valide téléchargé",
|
|
157
|
+
"At least one business premise registered": "Au moins un local commercial enregistré",
|
|
158
|
+
"At least one electronic device registered": "Au moins un appareil électronique enregistré",
|
|
159
|
+
"Cannot Enable Fiscalization": "Impossible d'activer la fiscalisation",
|
|
160
|
+
"Complete all prerequisites above before enabling FURS fiscalization.":
|
|
161
|
+
"Complétez tous les prérequis ci-dessus avant d'activer la fiscalisation FURS.",
|
|
162
|
+
"Once enabled, all new invoices will be automatically fiscalized with FURS":
|
|
163
|
+
"Une fois activée, toutes les nouvelles factures seront automatiquement fiscalisées avec FURS",
|
|
164
|
+
"Warning: Disabling fiscalization will prevent new invoices from being fiscalized.":
|
|
165
|
+
"Avertissement : Désactiver la fiscalisation empêchera la fiscalisation des nouvelles factures.",
|
|
166
|
+
"Register at least one business premise first": "Enregistrez d'abord au moins un local commercial",
|
|
167
|
+
"Register at least one electronic device first": "Enregistrez d'abord au moins un appareil électronique",
|
|
168
|
+
"Activate FURS fiscalization for your invoices": "Activez la fiscalisation FURS pour vos factures",
|
|
169
|
+
"Once enabled, all new invoices will be automatically sent to FURS for fiscalization. Make sure you have completed all the setup steps before enabling.":
|
|
170
|
+
"Une fois activée, toutes les nouvelles factures seront automatiquement envoyées à FURS pour fiscalisation. Assurez-vous d'avoir complété toutes les étapes de configuration avant d'activer.",
|
|
171
|
+
"You can disable fiscalization at any time, but note that invoices issued while disabled will not be fiscalized.":
|
|
172
|
+
"Vous pouvez désactiver la fiscalisation à tout moment, mais notez que les factures émises pendant la désactivation ne seront pas fiscalisées.",
|
|
173
|
+
"You must upload a digital certificate before you can register business premises":
|
|
174
|
+
"Vous devez télécharger un certificat numérique avant de pouvoir enregistrer des locaux commerciaux",
|
|
175
|
+
"Your Operator Settings": "Vos paramètres opérateur",
|
|
176
|
+
"Your personal operator info for FURS invoices": "Vos informations personnelles d'opérateur pour les factures FURS",
|
|
177
|
+
"Save Operator Settings": "Enregistrer les paramètres opérateur",
|
|
178
|
+
"Your tax number for FURS fiscalization": "Votre numéro fiscal pour la fiscalisation FURS",
|
|
179
|
+
"Your name or identifier for FURS invoices": "Votre nom ou identifiant pour les factures FURS",
|
|
180
|
+
"Your Name": "Votre nom",
|
|
181
|
+
"Fiscalization Settings": "Paramètres de fiscalisation",
|
|
182
|
+
"Advanced Settings": "Paramètres avancés",
|
|
183
|
+
"API Default Operator": "Opérateur par défaut API",
|
|
184
|
+
"Default operator settings for API key usage (when no user context)":
|
|
185
|
+
"Paramètres opérateur par défaut pour l'utilisation de la clé API (sans contexte utilisateur)",
|
|
186
|
+
"Tax number for API key usage (optional)": "Numéro fiscal pour l'utilisation de la clé API (optionnel)",
|
|
187
|
+
"Operator label for API key usage (optional)": "Libellé opérateur pour l'utilisation de la clé API (optionnel)",
|
|
188
|
+
"Your personal tax number and label that appear on FURS invoices you issue. Each user can have their own operator info.":
|
|
189
|
+
"Votre numéro fiscal personnel et libellé qui apparaissent sur les factures FURS que vous émettez. Chaque utilisateur peut avoir ses propres informations d'opérateur.",
|
|
190
|
+
"Choose the numbering strategy for your invoices. Device-level creates separate sequences per device, centralized uses one sequence across all premises.":
|
|
191
|
+
"Choisissez la stratégie de numérotation pour vos factures. Le niveau appareil crée des séquences séparées par appareil, le centralisé utilise une séquence pour tous les locaux.",
|
|
192
|
+
"Default operator info used when invoices are created via API without a logged-in user.":
|
|
193
|
+
"Informations opérateur par défaut utilisées lorsque les factures sont créées via l'API sans utilisateur connecté.",
|
|
194
|
+
"Certificate uploaded successfully": "Certificat téléchargé avec succès",
|
|
195
|
+
"Loading certificate details...": "Chargement des détails du certificat...",
|
|
196
|
+
} as const;
|
|
@@ -0,0 +1,195 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"FURS is for Slovenian Entities": "FURS je samo za slovenska poduzeća",
|
|
3
|
+
"FURS fiscalization is only available for entities with country code SI":
|
|
4
|
+
"Fiskalizacija FURS dostupna je samo za subjekte s oznakom države SI (Slovenija)",
|
|
5
|
+
"Test Mode (Sandbox)": "Testni način (Sandbox)",
|
|
6
|
+
"This entity is in test mode. FURS invoices will be sent to the test/demo environment. No real fiscalization will occur.":
|
|
7
|
+
"Ovaj subjekt je u testnom načinu. FURS računi bit će poslani u testno/demo okruženje. Prava fiskalizacija se neće provesti.",
|
|
8
|
+
"General Settings": "Opće postavke",
|
|
9
|
+
Certificate: "Certifikat",
|
|
10
|
+
"Business Premises": "Poslovni prostori",
|
|
11
|
+
"Business Premise": "Poslovni prostor",
|
|
12
|
+
"Enable FURS fiscalization in General Settings first": "Prvo omogućite fiskalizaciju FURS u Općim postavkama",
|
|
13
|
+
"Upload and validate digital certificate first": "Prvo prenesite i potvrdite digitalni certifikat",
|
|
14
|
+
"Certificate Required": "Certifikat je obavezan",
|
|
15
|
+
"You must upload a digital certificate before you can fiscalize invoices":
|
|
16
|
+
"Morate prenijeti digitalni certifikat prije nego što možete fiskalizirati račune",
|
|
17
|
+
"Business Premise Required": "Poslovni prostor je obavezan",
|
|
18
|
+
"Register at least one business premise before fiscalizing invoices":
|
|
19
|
+
"Registrirajte barem jedan poslovni prostor prije fiskalizacije računa",
|
|
20
|
+
"Configure FURS fiscalization behavior": "Konfigurirajte ponašanje fiskalizacije FURS",
|
|
21
|
+
"Configure how FURS fiscalization works for your entity. Enable fiscalization, choose your numbering strategy, and set operator information.":
|
|
22
|
+
"Konfigurirajte kako funkcionira fiskalizacija FURS za vaš subjekt. Omogućite fiskalizaciju, odaberite strategiju numeriranja i postavite informacije o operateru.",
|
|
23
|
+
"Enable FURS Fiscalization": "Omogući fiskalizaciju FURS",
|
|
24
|
+
"Automatically fiscalize invoices with FURS (Financial Administration of Slovenia)":
|
|
25
|
+
"Automatski fiskalizirajte račune s FURS (Financijska uprava Slovenije)",
|
|
26
|
+
"Numbering Strategy": "Strategija numeriranja",
|
|
27
|
+
"Choose how invoice numbers are assigned across your business premises":
|
|
28
|
+
"Odaberite način dodjeljivanja brojeva računa u vašim poslovnim prostorima",
|
|
29
|
+
"Device-Level (B) - Separate sequences per electronic device":
|
|
30
|
+
"Razina uređaja (B) - Odvojeni redoslijedi po elektroničkom uređaju",
|
|
31
|
+
"Centralized (C) - Sequential numbers across all premises":
|
|
32
|
+
"Centralizirano (C) - Sekvencijalni brojevi u svim prostorima",
|
|
33
|
+
Centralized: "Centralizirano",
|
|
34
|
+
"Per Device": "Po uređaju",
|
|
35
|
+
Recommended: "Preporučeno",
|
|
36
|
+
"One sequence across all premises. Simpler to manage and track.":
|
|
37
|
+
"Jedan redoslijed u svim prostorima. Jednostavnije za upravljanje i praćenje.",
|
|
38
|
+
"Separate sequence per electronic device. For complex multi-location setups.":
|
|
39
|
+
"Odvojeni redoslijed po elektroničkom uređaju. Za složene postavke s više lokacija.",
|
|
40
|
+
"Operator Information": "Informacije o operateru",
|
|
41
|
+
"Configure default operator for API usage": "Konfigurirajte zadanog operatera za korištenje API-ja",
|
|
42
|
+
"Operator Tax Number": "Porezni broj operatera",
|
|
43
|
+
"Tax number of the operator for API key usage (optional)":
|
|
44
|
+
"Porezni broj operatera za korištenje API ključa (opcionalno)",
|
|
45
|
+
"Operator Label": "Oznaka operatera",
|
|
46
|
+
"Descriptive label for the operator (optional)": "Opisna oznaka za operatera (opcionalno)",
|
|
47
|
+
"Digital Certificate": "Digitalni certifikat",
|
|
48
|
+
"Upload your FURS digital certificate": "Prenesite svoj digitalni certifikat FURS",
|
|
49
|
+
"Your certificate is required to digitally sign all fiscalized invoices. The certificate must be obtained from the Slovenian Financial Administration (FURS).":
|
|
50
|
+
"Vaš certifikat je potreban za digitalno potpisivanje svih fiskaliziranih računa. Certifikat morate dobiti od Slovenske financijske uprave (FURS).",
|
|
51
|
+
"Once uploaded, your certificate will be validated and you'll be able to register business premises and start fiscalizing invoices.":
|
|
52
|
+
"Nakon prijenosa vaš certifikat bit će potvrđen i moći ćete registrirati poslovne prostore i započeti fiskalizaciju računa.",
|
|
53
|
+
"Invalid file type. Please upload a .p12 or .pfx certificate file.":
|
|
54
|
+
"Nevažeća vrsta datoteke. Molimo prenesite datoteku certifikata .p12 ili .pfx.",
|
|
55
|
+
"Please select a certificate file and enter the passphrase":
|
|
56
|
+
"Molimo odaberite datoteku certifikata i unesite lozinku",
|
|
57
|
+
Valid: "Valjan",
|
|
58
|
+
"Expiring Soon": "Uskoro ističe",
|
|
59
|
+
Expired: "Istekao",
|
|
60
|
+
Missing: "Nedostaje",
|
|
61
|
+
Expires: "Ističe",
|
|
62
|
+
Issuer: "Izdavatelj",
|
|
63
|
+
Subject: "Subjekt",
|
|
64
|
+
"Change Certificate": "Promijeni certifikat",
|
|
65
|
+
"P12/PFX Certificate File": "Datoteka certifikata P12/PFX",
|
|
66
|
+
Selected: "Odabrano",
|
|
67
|
+
"Certificate Passphrase": "Lozinka certifikata",
|
|
68
|
+
"Enter certificate passphrase": "Unesite lozinku certifikata",
|
|
69
|
+
"Upload Certificate": "Prenesi certifikat",
|
|
70
|
+
"Upload New Certificate": "Prenesi novi certifikat",
|
|
71
|
+
"Register your business premises with FURS": "Registrirajte svoje poslovne prostore pri FURS",
|
|
72
|
+
"Each premise must be registered with FURS before you can issue fiscalized invoices from that location. You can register both real estate premises (physical locations) and movable premises (vehicles, market stalls, etc.).":
|
|
73
|
+
"Svaki prostor mora biti registriran pri FURS prije nego što možete izdavati fiskalizirane račune s te lokacije. Možete registrirati nekretnine (fizičke lokacije) i pokretne prostore (vozila, tržne štandove itd.).",
|
|
74
|
+
"After registering a premise, you must manually add at least one electronic device (cash register, POS terminal) for that premise. Click on a premise to manage its devices.":
|
|
75
|
+
"Nakon registracije prostora, morate ručno dodati barem jedan elektronički uređaj (blagajnu, POS terminal) za taj prostor. Kliknite na prostor za upravljanje njegovim uređajima.",
|
|
76
|
+
"Add Real Estate": "Dodaj nekretninu",
|
|
77
|
+
"Add Movable": "Dodaj pokretninu",
|
|
78
|
+
"No premises registered yet": "Još nema registriranih prostora",
|
|
79
|
+
Active: "Aktivan",
|
|
80
|
+
Closed: "Zatvoren",
|
|
81
|
+
"Real Estate": "Nekretnina",
|
|
82
|
+
Movable: "Pokretna jedinica",
|
|
83
|
+
"Close Premise": "Zatvori prostor",
|
|
84
|
+
"Are you sure you want to close this premise? This action cannot be undone.":
|
|
85
|
+
"Jeste li sigurni da želite zatvoriti ovaj prostor? Ova radnja se ne može poništiti.",
|
|
86
|
+
"Test Environment": "Testno okruženje",
|
|
87
|
+
Production: "Produkcija",
|
|
88
|
+
Vehicle: "Vozilo",
|
|
89
|
+
"Object at Market": "Objekt na tržnici",
|
|
90
|
+
Other: "Ostalo",
|
|
91
|
+
Device: "Uređaj",
|
|
92
|
+
Devices: "Uređaji",
|
|
93
|
+
Unnamed: "Neimenovan",
|
|
94
|
+
"No devices registered. Add at least one device to fiscalize invoices.":
|
|
95
|
+
"Nema registriranih uređaja. Dodajte barem jedan uređaj za fiskalizaciju računa.",
|
|
96
|
+
Created: "Kreirano",
|
|
97
|
+
"Add Electronic Device": "Dodaj elektronički uređaj",
|
|
98
|
+
"Register an electronic device (cash register, POS terminal) for this business premise.":
|
|
99
|
+
"Registrirajte elektronički uređaj (blagajnu, POS terminal) za ovaj poslovni prostor.",
|
|
100
|
+
"Device Name": "Naziv uređaja",
|
|
101
|
+
E1: "E1",
|
|
102
|
+
"Enter a unique name for this device (e.g., E1, E2, POS1, DEVICE1)":
|
|
103
|
+
"Unesite jedinstveni naziv za ovaj uređaj (npr. E1, E2, POS1, UREĐAJ1)",
|
|
104
|
+
Cancel: "Odustani",
|
|
105
|
+
"Register Device": "Registriraj uređaj",
|
|
106
|
+
"Registering...": "Registriranje...",
|
|
107
|
+
"Register Real Estate Premise": "Registriraj prostor nekretnine",
|
|
108
|
+
"Register Movable Premise": "Registriraj pokretni prostor",
|
|
109
|
+
"Register a new business premise with FURS. After registration, you'll need to manually add at least one electronic device for this premise.":
|
|
110
|
+
"Registrirajte novi poslovni prostor pri FURS. Nakon registracije, morat ćete ručno dodati barem jedan elektronički uređaj za ovaj prostor.",
|
|
111
|
+
"Premise Name": "Naziv prostora",
|
|
112
|
+
"Unique identifier for this premise (e.g., P1, P2)": "Jedinstveni identifikator za ovaj prostor (npr. P1, P2)",
|
|
113
|
+
"Cadastral Number": "Katastarski broj",
|
|
114
|
+
"Required by FURS (must be numeric)": "Zahtijeva FURS (mora biti broj)",
|
|
115
|
+
"Building Number": "Broj zgrade",
|
|
116
|
+
"Building Section": "Dio zgrade",
|
|
117
|
+
"Must be numeric (optional)": "Mora biti broj (opcionalno)",
|
|
118
|
+
Community: "Općina",
|
|
119
|
+
"Slovenian administrative community (občina) name": "Naziv slovenske upravne općine (občina)",
|
|
120
|
+
Street: "Ulica",
|
|
121
|
+
"House Number": "Kućni broj",
|
|
122
|
+
Additional: "Dodatak",
|
|
123
|
+
City: "Grad",
|
|
124
|
+
"Postal Code": "Poštanski broj",
|
|
125
|
+
"Choose how invoice numbers are generated": "Odaberite način generiranja brojeva računa",
|
|
126
|
+
"Strategy B (Device-level)": "Strategija B (Razina uređaja)",
|
|
127
|
+
"Strategy C (Centralized)": "Strategija C (Centralizirano)",
|
|
128
|
+
"Premise Type": "Vrsta prostora",
|
|
129
|
+
"Type of movable business premise": "Vrsta pokretnog poslovnog prostora",
|
|
130
|
+
"A - Vehicle": "A - Vozilo",
|
|
131
|
+
"B - Object at Market/Fair": "B - Objekt na tržnici/sajmu",
|
|
132
|
+
"C - Other Movable": "C - Ostalo pokretno",
|
|
133
|
+
"Register Premise": "Registriraj prostor",
|
|
134
|
+
"Save Settings": "Spremi postavke",
|
|
135
|
+
"Saving...": "Spremanje...",
|
|
136
|
+
"Loading...": "Učitavanje...",
|
|
137
|
+
"FURS Fiscalization": "FURS fiskalizacija",
|
|
138
|
+
"Slovenian tax authority fiscalization details": "Pojedinosti fiskalizacije slovenskog poreznog tijela",
|
|
139
|
+
Fiscalized: "Fiskalizirano",
|
|
140
|
+
Pending: "U tijeku",
|
|
141
|
+
Failed: "Neuspješno",
|
|
142
|
+
"Fiscalization Error": "Greška fiskalizacije",
|
|
143
|
+
Cancelled: "Otkazano",
|
|
144
|
+
ZOI: "ZOI",
|
|
145
|
+
EOR: "EOR",
|
|
146
|
+
"Cancellation EOR": "EOR otkazivanja",
|
|
147
|
+
"Electronic Device": "Elektronički uređaj",
|
|
148
|
+
"Invoice Number": "Broj računa",
|
|
149
|
+
Iteration: "Iteracija",
|
|
150
|
+
"QR Code": "QR kod",
|
|
151
|
+
"Fiscalized at": "Fiskalizirano dana",
|
|
152
|
+
"Enable Fiscalization": "Omogući fiskalizaciju",
|
|
153
|
+
"Turn on FURS fiscalization for invoices": "Uključite fiskalizaciju FURS za račune",
|
|
154
|
+
"Setup Checklist": "Kontrolna lista postavki",
|
|
155
|
+
"Valid certificate uploaded": "Valjani certifikat prenesen",
|
|
156
|
+
"At least one business premise registered": "Barem jedan poslovni prostor registriran",
|
|
157
|
+
"At least one electronic device registered": "Barem jedan elektronički uređaj registriran",
|
|
158
|
+
"Cannot Enable Fiscalization": "Nije moguće omogućiti fiskalizaciju",
|
|
159
|
+
"Complete all prerequisites above before enabling FURS fiscalization.":
|
|
160
|
+
"Ispunite sve gornje preduvjete prije omogućavanja fiskalizacije FURS.",
|
|
161
|
+
"Once enabled, all new invoices will be automatically fiscalized with FURS":
|
|
162
|
+
"Nakon omogućavanja, svi novi računi bit će automatski fiskalizirani s FURS",
|
|
163
|
+
"Warning: Disabling fiscalization will prevent new invoices from being fiscalized.":
|
|
164
|
+
"Upozorenje: Onemogućavanje fiskalizacije spriječit će fiskalizaciju novih računa.",
|
|
165
|
+
"Register at least one business premise first": "Prvo registrirajte barem jedan poslovni prostor",
|
|
166
|
+
"Register at least one electronic device first": "Prvo registrirajte barem jedan elektronički uređaj",
|
|
167
|
+
"Activate FURS fiscalization for your invoices": "Aktivirajte fiskalizaciju FURS za svoje račune",
|
|
168
|
+
"Once enabled, all new invoices will be automatically sent to FURS for fiscalization. Make sure you have completed all the setup steps before enabling.":
|
|
169
|
+
"Nakon omogućavanja, svi novi računi bit će automatski poslani FURS-u na fiskalizaciju. Provjerite jeste li dovršili sve korake postavki prije omogućavanja.",
|
|
170
|
+
"You can disable fiscalization at any time, but note that invoices issued while disabled will not be fiscalized.":
|
|
171
|
+
"Možete onemogućiti fiskalizaciju u bilo kojem trenutku, ali imajte na umu da računi izdani dok je onemogućena neće biti fiskalizirani.",
|
|
172
|
+
"You must upload a digital certificate before you can register business premises":
|
|
173
|
+
"Morate prenijeti digitalni certifikat prije nego što možete registrirati poslovne prostore",
|
|
174
|
+
"Your Operator Settings": "Vaše postavke operatera",
|
|
175
|
+
"Your personal operator info for FURS invoices": "Vaši osobni podaci operatera za FURS račune",
|
|
176
|
+
"Save Operator Settings": "Spremi postavke operatera",
|
|
177
|
+
"Your tax number for FURS fiscalization": "Vaš porezni broj za fiskalizaciju FURS",
|
|
178
|
+
"Your name or identifier for FURS invoices": "Vaše ime ili identifikator za FURS račune",
|
|
179
|
+
"Your Name": "Vaše ime",
|
|
180
|
+
"Fiscalization Settings": "Postavke fiskalizacije",
|
|
181
|
+
"Advanced Settings": "Napredne postavke",
|
|
182
|
+
"API Default Operator": "Zadani operater API",
|
|
183
|
+
"Default operator settings for API key usage (when no user context)":
|
|
184
|
+
"Zadane postavke operatera za korištenje API ključa (bez korisničkog konteksta)",
|
|
185
|
+
"Tax number for API key usage (optional)": "Porezni broj za korištenje API ključa (opcionalno)",
|
|
186
|
+
"Operator label for API key usage (optional)": "Oznaka operatera za korištenje API ključa (opcionalno)",
|
|
187
|
+
"Your personal tax number and label that appear on FURS invoices you issue. Each user can have their own operator info.":
|
|
188
|
+
"Vaš osobni porezni broj i oznaka koji se pojavljuju na FURS računima koje izdajete. Svaki korisnik može imati vlastite informacije o operateru.",
|
|
189
|
+
"Choose the numbering strategy for your invoices. Device-level creates separate sequences per device, centralized uses one sequence across all premises.":
|
|
190
|
+
"Odaberite strategiju numeriranja za svoje račune. Razina uređaja stvara odvojene redoslijede po uređaju, centralizirano koristi jedan redoslijed za sve prostore.",
|
|
191
|
+
"Default operator info used when invoices are created via API without a logged-in user.":
|
|
192
|
+
"Zadane informacije operatera korištene kada se računi kreiraju putem API-ja bez prijavljenog korisnika.",
|
|
193
|
+
"Certificate uploaded successfully": "Certifikat uspješno prenesen",
|
|
194
|
+
"Loading certificate details...": "Učitavanje pojedinosti certifikata...",
|
|
195
|
+
} as const;
|
|
@@ -0,0 +1,196 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"FURS is for Slovenian Entities": "FURS è solo per aziende slovene",
|
|
3
|
+
"FURS fiscalization is only available for entities with country code SI":
|
|
4
|
+
"La fiscalizzazione FURS è disponibile solo per entità con codice paese SI (Slovenia)",
|
|
5
|
+
"Test Mode (Sandbox)": "Modalità test (Sandbox)",
|
|
6
|
+
"This entity is in test mode. FURS invoices will be sent to the test/demo environment. No real fiscalization will occur.":
|
|
7
|
+
"Questa entità è in modalità test. Le fatture FURS saranno inviate all'ambiente di test/demo. Non verrà effettuata alcuna fiscalizzazione reale.",
|
|
8
|
+
"General Settings": "Impostazioni generali",
|
|
9
|
+
Certificate: "Certificato",
|
|
10
|
+
"Business Premises": "Locali commerciali",
|
|
11
|
+
"Business Premise": "Locale commerciale",
|
|
12
|
+
"Enable FURS fiscalization in General Settings first":
|
|
13
|
+
"Prima abilita la fiscalizzazione FURS nelle Impostazioni generali",
|
|
14
|
+
"Upload and validate digital certificate first": "Prima carica e convalida il certificato digitale",
|
|
15
|
+
"Certificate Required": "Certificato richiesto",
|
|
16
|
+
"You must upload a digital certificate before you can fiscalize invoices":
|
|
17
|
+
"Devi caricare un certificato digitale prima di poter fiscalizzare le fatture",
|
|
18
|
+
"Business Premise Required": "Locale commerciale richiesto",
|
|
19
|
+
"Register at least one business premise before fiscalizing invoices":
|
|
20
|
+
"Registra almeno un locale commerciale prima di fiscalizzare le fatture",
|
|
21
|
+
"Configure FURS fiscalization behavior": "Configura il comportamento della fiscalizzazione FURS",
|
|
22
|
+
"Configure how FURS fiscalization works for your entity. Enable fiscalization, choose your numbering strategy, and set operator information.":
|
|
23
|
+
"Configura come funziona la fiscalizzazione FURS per la tua entità. Abilita la fiscalizzazione, scegli la strategia di numerazione e imposta le informazioni dell'operatore.",
|
|
24
|
+
"Enable FURS Fiscalization": "Abilita fiscalizzazione FURS",
|
|
25
|
+
"Automatically fiscalize invoices with FURS (Financial Administration of Slovenia)":
|
|
26
|
+
"Fiscalizza automaticamente le fatture con FURS (Amministrazione finanziaria della Slovenia)",
|
|
27
|
+
"Numbering Strategy": "Strategia di numerazione",
|
|
28
|
+
"Choose how invoice numbers are assigned across your business premises":
|
|
29
|
+
"Scegli come vengono assegnati i numeri di fattura nei tuoi locali commerciali",
|
|
30
|
+
"Device-Level (B) - Separate sequences per electronic device":
|
|
31
|
+
"Livello dispositivo (B) - Sequenze separate per dispositivo elettronico",
|
|
32
|
+
"Centralized (C) - Sequential numbers across all premises":
|
|
33
|
+
"Centralizzato (C) - Numeri sequenziali su tutti i locali",
|
|
34
|
+
Centralized: "Centralizzato",
|
|
35
|
+
"Per Device": "Per dispositivo",
|
|
36
|
+
Recommended: "Consigliato",
|
|
37
|
+
"One sequence across all premises. Simpler to manage and track.":
|
|
38
|
+
"Una sequenza su tutti i locali. Più semplice da gestire e tracciare.",
|
|
39
|
+
"Separate sequence per electronic device. For complex multi-location setups.":
|
|
40
|
+
"Sequenza separata per dispositivo elettronico. Per configurazioni multi-sede complesse.",
|
|
41
|
+
"Operator Information": "Informazioni operatore",
|
|
42
|
+
"Configure default operator for API usage": "Configura l'operatore predefinito per l'utilizzo dell'API",
|
|
43
|
+
"Operator Tax Number": "Codice fiscale dell'operatore",
|
|
44
|
+
"Tax number of the operator for API key usage (optional)":
|
|
45
|
+
"Codice fiscale dell'operatore per l'utilizzo della chiave API (opzionale)",
|
|
46
|
+
"Operator Label": "Etichetta operatore",
|
|
47
|
+
"Descriptive label for the operator (optional)": "Etichetta descrittiva per l'operatore (opzionale)",
|
|
48
|
+
"Digital Certificate": "Certificato digitale",
|
|
49
|
+
"Upload your FURS digital certificate": "Carica il tuo certificato digitale FURS",
|
|
50
|
+
"Your certificate is required to digitally sign all fiscalized invoices. The certificate must be obtained from the Slovenian Financial Administration (FURS).":
|
|
51
|
+
"Il tuo certificato è necessario per firmare digitalmente tutte le fatture fiscalizzate. Il certificato deve essere ottenuto dall'Amministrazione finanziaria slovena (FURS).",
|
|
52
|
+
"Once uploaded, your certificate will be validated and you'll be able to register business premises and start fiscalizing invoices.":
|
|
53
|
+
"Una volta caricato, il certificato verrà convalidato e potrai registrare locali commerciali e iniziare a fiscalizzare le fatture.",
|
|
54
|
+
"Invalid file type. Please upload a .p12 or .pfx certificate file.":
|
|
55
|
+
"Tipo di file non valido. Carica un file certificato .p12 o .pfx.",
|
|
56
|
+
"Please select a certificate file and enter the passphrase":
|
|
57
|
+
"Seleziona un file certificato e inserisci la passphrase",
|
|
58
|
+
Valid: "Valido",
|
|
59
|
+
"Expiring Soon": "In scadenza",
|
|
60
|
+
Expired: "Scaduto",
|
|
61
|
+
Missing: "Mancante",
|
|
62
|
+
Expires: "Scade",
|
|
63
|
+
Issuer: "Emittente",
|
|
64
|
+
Subject: "Soggetto",
|
|
65
|
+
"Change Certificate": "Cambia certificato",
|
|
66
|
+
"P12/PFX Certificate File": "File certificato P12/PFX",
|
|
67
|
+
Selected: "Selezionato",
|
|
68
|
+
"Certificate Passphrase": "Passphrase del certificato",
|
|
69
|
+
"Enter certificate passphrase": "Inserisci la passphrase del certificato",
|
|
70
|
+
"Upload Certificate": "Carica certificato",
|
|
71
|
+
"Upload New Certificate": "Carica nuovo certificato",
|
|
72
|
+
"Register your business premises with FURS": "Registra i tuoi locali commerciali presso FURS",
|
|
73
|
+
"Each premise must be registered with FURS before you can issue fiscalized invoices from that location. You can register both real estate premises (physical locations) and movable premises (vehicles, market stalls, etc.).":
|
|
74
|
+
"Ogni locale deve essere registrato presso FURS prima di poter emettere fatture fiscalizzate da quella sede. Puoi registrare sia locali immobili (sedi fisiche) che mobili (veicoli, bancarelle, ecc.).",
|
|
75
|
+
"After registering a premise, you must manually add at least one electronic device (cash register, POS terminal) for that premise. Click on a premise to manage its devices.":
|
|
76
|
+
"Dopo aver registrato un locale, devi aggiungere manualmente almeno un dispositivo elettronico (registratore di cassa, terminale POS) per quel locale. Clicca su un locale per gestire i suoi dispositivi.",
|
|
77
|
+
"Add Real Estate": "Aggiungi immobile",
|
|
78
|
+
"Add Movable": "Aggiungi mobile",
|
|
79
|
+
"No premises registered yet": "Nessun locale registrato",
|
|
80
|
+
Active: "Attivo",
|
|
81
|
+
Closed: "Chiuso",
|
|
82
|
+
"Real Estate": "Immobile",
|
|
83
|
+
Movable: "Unità mobile",
|
|
84
|
+
"Close Premise": "Chiudi locale",
|
|
85
|
+
"Are you sure you want to close this premise? This action cannot be undone.":
|
|
86
|
+
"Sei sicuro di voler chiudere questo locale? Questa azione non può essere annullata.",
|
|
87
|
+
"Test Environment": "Ambiente di test",
|
|
88
|
+
Production: "Produzione",
|
|
89
|
+
Vehicle: "Veicolo",
|
|
90
|
+
"Object at Market": "Oggetto al mercato",
|
|
91
|
+
Other: "Altro",
|
|
92
|
+
Device: "Dispositivo",
|
|
93
|
+
Devices: "Dispositivi",
|
|
94
|
+
Unnamed: "Senza nome",
|
|
95
|
+
"No devices registered. Add at least one device to fiscalize invoices.":
|
|
96
|
+
"Nessun dispositivo registrato. Aggiungi almeno un dispositivo per fiscalizzare le fatture.",
|
|
97
|
+
Created: "Creato",
|
|
98
|
+
"Add Electronic Device": "Aggiungi dispositivo elettronico",
|
|
99
|
+
"Register an electronic device (cash register, POS terminal) for this business premise.":
|
|
100
|
+
"Registra un dispositivo elettronico (registratore di cassa, terminale POS) per questo locale commerciale.",
|
|
101
|
+
"Device Name": "Nome dispositivo",
|
|
102
|
+
E1: "E1",
|
|
103
|
+
"Enter a unique name for this device (e.g., E1, E2, POS1, DEVICE1)":
|
|
104
|
+
"Inserisci un nome univoco per questo dispositivo (es. E1, E2, POS1, DEVICE1)",
|
|
105
|
+
Cancel: "Annulla",
|
|
106
|
+
"Register Device": "Registra dispositivo",
|
|
107
|
+
"Registering...": "Registrazione...",
|
|
108
|
+
"Register Real Estate Premise": "Registra locale immobile",
|
|
109
|
+
"Register Movable Premise": "Registra locale mobile",
|
|
110
|
+
"Register a new business premise with FURS. After registration, you'll need to manually add at least one electronic device for this premise.":
|
|
111
|
+
"Registra un nuovo locale commerciale presso FURS. Dopo la registrazione, dovrai aggiungere manualmente almeno un dispositivo elettronico per questo locale.",
|
|
112
|
+
"Premise Name": "Nome locale",
|
|
113
|
+
"Unique identifier for this premise (e.g., P1, P2)": "Identificatore univoco per questo locale (es. P1, P2)",
|
|
114
|
+
"Cadastral Number": "Numero catastale",
|
|
115
|
+
"Required by FURS (must be numeric)": "Richiesto da FURS (deve essere numerico)",
|
|
116
|
+
"Building Number": "Numero edificio",
|
|
117
|
+
"Building Section": "Sezione edificio",
|
|
118
|
+
"Must be numeric (optional)": "Deve essere numerico (opzionale)",
|
|
119
|
+
Community: "Comune",
|
|
120
|
+
"Slovenian administrative community (občina) name": "Nome del comune amministrativo sloveno (občina)",
|
|
121
|
+
Street: "Via",
|
|
122
|
+
"House Number": "Numero civico",
|
|
123
|
+
Additional: "Aggiuntivo",
|
|
124
|
+
City: "Città",
|
|
125
|
+
"Postal Code": "Codice postale",
|
|
126
|
+
"Choose how invoice numbers are generated": "Scegli come vengono generati i numeri di fattura",
|
|
127
|
+
"Strategy B (Device-level)": "Strategia B (Livello dispositivo)",
|
|
128
|
+
"Strategy C (Centralized)": "Strategia C (Centralizzato)",
|
|
129
|
+
"Premise Type": "Tipo di locale",
|
|
130
|
+
"Type of movable business premise": "Tipo di locale commerciale mobile",
|
|
131
|
+
"A - Vehicle": "A - Veicolo",
|
|
132
|
+
"B - Object at Market/Fair": "B - Oggetto al mercato/fiera",
|
|
133
|
+
"C - Other Movable": "C - Altro mobile",
|
|
134
|
+
"Register Premise": "Registra locale",
|
|
135
|
+
"Save Settings": "Salva impostazioni",
|
|
136
|
+
"Saving...": "Salvataggio...",
|
|
137
|
+
"Loading...": "Caricamento...",
|
|
138
|
+
"FURS Fiscalization": "Fiscalizzazione FURS",
|
|
139
|
+
"Slovenian tax authority fiscalization details": "Dettagli fiscalizzazione dell'autorità fiscale slovena",
|
|
140
|
+
Fiscalized: "Fiscalizzato",
|
|
141
|
+
Pending: "In attesa",
|
|
142
|
+
Failed: "Fallito",
|
|
143
|
+
"Fiscalization Error": "Errore di fiscalizzazione",
|
|
144
|
+
Cancelled: "Annullato",
|
|
145
|
+
ZOI: "ZOI",
|
|
146
|
+
EOR: "EOR",
|
|
147
|
+
"Cancellation EOR": "EOR di annullamento",
|
|
148
|
+
"Electronic Device": "Dispositivo elettronico",
|
|
149
|
+
"Invoice Number": "Numero fattura",
|
|
150
|
+
Iteration: "Iterazione",
|
|
151
|
+
"QR Code": "Codice QR",
|
|
152
|
+
"Fiscalized at": "Fiscalizzato il",
|
|
153
|
+
"Enable Fiscalization": "Abilita fiscalizzazione",
|
|
154
|
+
"Turn on FURS fiscalization for invoices": "Attiva la fiscalizzazione FURS per le fatture",
|
|
155
|
+
"Setup Checklist": "Lista di controllo configurazione",
|
|
156
|
+
"Valid certificate uploaded": "Certificato valido caricato",
|
|
157
|
+
"At least one business premise registered": "Almeno un locale commerciale registrato",
|
|
158
|
+
"At least one electronic device registered": "Almeno un dispositivo elettronico registrato",
|
|
159
|
+
"Cannot Enable Fiscalization": "Impossibile abilitare la fiscalizzazione",
|
|
160
|
+
"Complete all prerequisites above before enabling FURS fiscalization.":
|
|
161
|
+
"Completa tutti i prerequisiti sopra prima di abilitare la fiscalizzazione FURS.",
|
|
162
|
+
"Once enabled, all new invoices will be automatically fiscalized with FURS":
|
|
163
|
+
"Una volta abilitata, tutte le nuove fatture saranno automaticamente fiscalizzate con FURS",
|
|
164
|
+
"Warning: Disabling fiscalization will prevent new invoices from being fiscalized.":
|
|
165
|
+
"Attenzione: Disabilitare la fiscalizzazione impedirà la fiscalizzazione delle nuove fatture.",
|
|
166
|
+
"Register at least one business premise first": "Registra prima almeno un locale commerciale",
|
|
167
|
+
"Register at least one electronic device first": "Registra prima almeno un dispositivo elettronico",
|
|
168
|
+
"Activate FURS fiscalization for your invoices": "Attiva la fiscalizzazione FURS per le tue fatture",
|
|
169
|
+
"Once enabled, all new invoices will be automatically sent to FURS for fiscalization. Make sure you have completed all the setup steps before enabling.":
|
|
170
|
+
"Una volta abilitata, tutte le nuove fatture saranno automaticamente inviate a FURS per la fiscalizzazione. Assicurati di aver completato tutti i passaggi di configurazione prima di abilitare.",
|
|
171
|
+
"You can disable fiscalization at any time, but note that invoices issued while disabled will not be fiscalized.":
|
|
172
|
+
"Puoi disabilitare la fiscalizzazione in qualsiasi momento, ma tieni presente che le fatture emesse mentre è disabilitata non saranno fiscalizzate.",
|
|
173
|
+
"You must upload a digital certificate before you can register business premises":
|
|
174
|
+
"Devi caricare un certificato digitale prima di poter registrare i locali commerciali",
|
|
175
|
+
"Your Operator Settings": "Le tue impostazioni operatore",
|
|
176
|
+
"Your personal operator info for FURS invoices": "Le tue informazioni personali di operatore per le fatture FURS",
|
|
177
|
+
"Save Operator Settings": "Salva impostazioni operatore",
|
|
178
|
+
"Your tax number for FURS fiscalization": "Il tuo codice fiscale per la fiscalizzazione FURS",
|
|
179
|
+
"Your name or identifier for FURS invoices": "Il tuo nome o identificatore per le fatture FURS",
|
|
180
|
+
"Your Name": "Il tuo nome",
|
|
181
|
+
"Fiscalization Settings": "Impostazioni di fiscalizzazione",
|
|
182
|
+
"Advanced Settings": "Impostazioni avanzate",
|
|
183
|
+
"API Default Operator": "Operatore predefinito API",
|
|
184
|
+
"Default operator settings for API key usage (when no user context)":
|
|
185
|
+
"Impostazioni operatore predefinite per l'utilizzo della chiave API (quando non c'è contesto utente)",
|
|
186
|
+
"Tax number for API key usage (optional)": "Codice fiscale per l'utilizzo della chiave API (opzionale)",
|
|
187
|
+
"Operator label for API key usage (optional)": "Etichetta operatore per l'utilizzo della chiave API (opzionale)",
|
|
188
|
+
"Your personal tax number and label that appear on FURS invoices you issue. Each user can have their own operator info.":
|
|
189
|
+
"Il tuo codice fiscale personale e l'etichetta che appaiono sulle fatture FURS che emetti. Ogni utente può avere le proprie informazioni operatore.",
|
|
190
|
+
"Choose the numbering strategy for your invoices. Device-level creates separate sequences per device, centralized uses one sequence across all premises.":
|
|
191
|
+
"Scegli la strategia di numerazione per le tue fatture. Il livello dispositivo crea sequenze separate per dispositivo, il centralizzato usa una sequenza per tutti i locali.",
|
|
192
|
+
"Default operator info used when invoices are created via API without a logged-in user.":
|
|
193
|
+
"Informazioni operatore predefinite utilizzate quando le fatture vengono create tramite API senza un utente connesso.",
|
|
194
|
+
"Certificate uploaded successfully": "Certificato caricato con successo",
|
|
195
|
+
"Loading certificate details...": "Caricamento dettagli certificato...",
|
|
196
|
+
} as const;
|