@open-mercato/core 0.4.5-develop-eeccf7adf4 → 0.4.5-develop-5191db4ef3
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/dist/modules/auth/components/AclEditor.js +4 -2
- package/dist/modules/auth/components/AclEditor.js.map +2 -2
- package/dist/modules/auth/frontend/reset.js +3 -3
- package/dist/modules/auth/frontend/reset.js.map +2 -2
- package/dist/modules/dashboards/components/WidgetVisibilityEditor.js +35 -6
- package/dist/modules/dashboards/components/WidgetVisibilityEditor.js.map +2 -2
- package/dist/modules/workflows/backend/definitions/visual-editor/page.js +6 -6
- package/dist/modules/workflows/backend/definitions/visual-editor/page.js.map +2 -2
- package/package.json +2 -2
- package/src/modules/attachments/i18n/de.json +4 -0
- package/src/modules/attachments/i18n/en.json +4 -0
- package/src/modules/attachments/i18n/es.json +4 -0
- package/src/modules/attachments/i18n/pl.json +4 -0
- package/src/modules/auth/components/AclEditor.tsx +4 -2
- package/src/modules/auth/frontend/reset.tsx +3 -3
- package/src/modules/auth/i18n/de.json +5 -0
- package/src/modules/auth/i18n/en.json +5 -0
- package/src/modules/auth/i18n/es.json +5 -0
- package/src/modules/auth/i18n/pl.json +5 -0
- package/src/modules/catalog/i18n/de.json +21 -0
- package/src/modules/catalog/i18n/en.json +21 -0
- package/src/modules/catalog/i18n/es.json +21 -0
- package/src/modules/catalog/i18n/pl.json +21 -0
- package/src/modules/currencies/i18n/de.json +6 -0
- package/src/modules/currencies/i18n/en.json +6 -0
- package/src/modules/currencies/i18n/es.json +6 -0
- package/src/modules/currencies/i18n/pl.json +6 -0
- package/src/modules/customers/i18n/de.json +22 -1
- package/src/modules/customers/i18n/en.json +21 -0
- package/src/modules/customers/i18n/es.json +21 -0
- package/src/modules/customers/i18n/pl.json +21 -0
- package/src/modules/dashboards/components/WidgetVisibilityEditor.tsx +41 -5
- package/src/modules/dashboards/i18n/de.json +5 -1
- package/src/modules/dashboards/i18n/en.json +5 -1
- package/src/modules/dashboards/i18n/es.json +5 -1
- package/src/modules/dashboards/i18n/pl.json +5 -1
- package/src/modules/dictionaries/i18n/de.json +14 -1
- package/src/modules/dictionaries/i18n/en.json +14 -1
- package/src/modules/dictionaries/i18n/es.json +14 -1
- package/src/modules/dictionaries/i18n/pl.json +14 -1
- package/src/modules/feature_toggles/i18n/de.json +3 -0
- package/src/modules/feature_toggles/i18n/en.json +3 -0
- package/src/modules/feature_toggles/i18n/es.json +3 -0
- package/src/modules/feature_toggles/i18n/pl.json +3 -0
- package/src/modules/query_index/i18n/es.json +2 -2
- package/src/modules/resources/i18n/de.json +57 -0
- package/src/modules/resources/i18n/en.json +57 -0
- package/src/modules/resources/i18n/es.json +57 -0
- package/src/modules/resources/i18n/pl.json +57 -0
- package/src/modules/sales/i18n/de.json +23 -0
- package/src/modules/sales/i18n/en.json +23 -0
- package/src/modules/sales/i18n/es.json +23 -0
- package/src/modules/sales/i18n/pl.json +23 -0
- package/src/modules/staff/i18n/de.json +14 -0
- package/src/modules/staff/i18n/en.json +14 -0
- package/src/modules/staff/i18n/es.json +14 -0
- package/src/modules/staff/i18n/pl.json +14 -0
- package/src/modules/workflows/backend/definitions/visual-editor/page.tsx +6 -6
- package/src/modules/workflows/i18n/de.json +41 -0
- package/src/modules/workflows/i18n/en.json +41 -0
- package/src/modules/workflows/i18n/es.json +41 -0
- package/src/modules/workflows/i18n/pl.json +41 -0
|
@@ -1,6 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"audit_logs.resource_kind.catalog.price": "Price",
|
|
3
3
|
"audit_logs.resource_kind.catalog.variant": "Variant",
|
|
4
|
+
"catalog.audit.categories.create": "Create category",
|
|
5
|
+
"catalog.audit.categories.delete": "Delete category",
|
|
6
|
+
"catalog.audit.categories.update": "Update category",
|
|
7
|
+
"catalog.audit.offers.create": "Create offer",
|
|
8
|
+
"catalog.audit.offers.delete": "Delete offer",
|
|
9
|
+
"catalog.audit.offers.update": "Update offer",
|
|
10
|
+
"catalog.audit.optionSchemas.create": "Create option schema",
|
|
11
|
+
"catalog.audit.optionSchemas.delete": "Delete option schema",
|
|
12
|
+
"catalog.audit.optionSchemas.update": "Update option schema",
|
|
13
|
+
"catalog.audit.priceKinds.create": "Create price kind",
|
|
14
|
+
"catalog.audit.priceKinds.delete": "Delete price kind",
|
|
15
|
+
"catalog.audit.priceKinds.update": "Update price kind",
|
|
16
|
+
"catalog.audit.prices.create": "Create price",
|
|
17
|
+
"catalog.audit.prices.delete": "Delete price",
|
|
18
|
+
"catalog.audit.prices.update": "Update price",
|
|
19
|
+
"catalog.audit.products.create": "Create product",
|
|
20
|
+
"catalog.audit.products.delete": "Delete product",
|
|
21
|
+
"catalog.audit.products.update": "Update product",
|
|
22
|
+
"catalog.audit.variants.create": "Create variant",
|
|
23
|
+
"catalog.audit.variants.delete": "Delete variant",
|
|
24
|
+
"catalog.audit.variants.update": "Update variant",
|
|
4
25
|
"catalog.categories.flash.created": "Category created",
|
|
5
26
|
"catalog.categories.flash.deleted": "Category archived",
|
|
6
27
|
"catalog.categories.flash.updated": "Category updated",
|
|
@@ -1,6 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"audit_logs.resource_kind.catalog.price": "Precio",
|
|
3
3
|
"audit_logs.resource_kind.catalog.variant": "Variante",
|
|
4
|
+
"catalog.audit.categories.create": "Crear categoría",
|
|
5
|
+
"catalog.audit.categories.delete": "Eliminar categoría",
|
|
6
|
+
"catalog.audit.categories.update": "Actualizar categoría",
|
|
7
|
+
"catalog.audit.offers.create": "Crear oferta",
|
|
8
|
+
"catalog.audit.offers.delete": "Eliminar oferta",
|
|
9
|
+
"catalog.audit.offers.update": "Actualizar oferta",
|
|
10
|
+
"catalog.audit.optionSchemas.create": "Crear esquema de opciones",
|
|
11
|
+
"catalog.audit.optionSchemas.delete": "Eliminar esquema de opciones",
|
|
12
|
+
"catalog.audit.optionSchemas.update": "Actualizar esquema de opciones",
|
|
13
|
+
"catalog.audit.priceKinds.create": "Crear tipo de precio",
|
|
14
|
+
"catalog.audit.priceKinds.delete": "Eliminar tipo de precio",
|
|
15
|
+
"catalog.audit.priceKinds.update": "Actualizar tipo de precio",
|
|
16
|
+
"catalog.audit.prices.create": "Crear precio",
|
|
17
|
+
"catalog.audit.prices.delete": "Eliminar precio",
|
|
18
|
+
"catalog.audit.prices.update": "Actualizar precio",
|
|
19
|
+
"catalog.audit.products.create": "Crear producto",
|
|
20
|
+
"catalog.audit.products.delete": "Eliminar producto",
|
|
21
|
+
"catalog.audit.products.update": "Actualizar producto",
|
|
22
|
+
"catalog.audit.variants.create": "Crear variante",
|
|
23
|
+
"catalog.audit.variants.delete": "Eliminar variante",
|
|
24
|
+
"catalog.audit.variants.update": "Actualizar variante",
|
|
4
25
|
"catalog.categories.flash.created": "Categoría creada",
|
|
5
26
|
"catalog.categories.flash.deleted": "Categoría archivada",
|
|
6
27
|
"catalog.categories.flash.updated": "Categoría actualizada",
|
|
@@ -1,6 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"audit_logs.resource_kind.catalog.price": "Cena",
|
|
3
3
|
"audit_logs.resource_kind.catalog.variant": "Wariant",
|
|
4
|
+
"catalog.audit.categories.create": "Utwórz kategorię",
|
|
5
|
+
"catalog.audit.categories.delete": "Usuń kategorię",
|
|
6
|
+
"catalog.audit.categories.update": "Zaktualizuj kategorię",
|
|
7
|
+
"catalog.audit.offers.create": "Utwórz ofertę",
|
|
8
|
+
"catalog.audit.offers.delete": "Usuń ofertę",
|
|
9
|
+
"catalog.audit.offers.update": "Zaktualizuj ofertę",
|
|
10
|
+
"catalog.audit.optionSchemas.create": "Utwórz schemat opcji",
|
|
11
|
+
"catalog.audit.optionSchemas.delete": "Usuń schemat opcji",
|
|
12
|
+
"catalog.audit.optionSchemas.update": "Zaktualizuj schemat opcji",
|
|
13
|
+
"catalog.audit.priceKinds.create": "Utwórz rodzaj ceny",
|
|
14
|
+
"catalog.audit.priceKinds.delete": "Usuń rodzaj ceny",
|
|
15
|
+
"catalog.audit.priceKinds.update": "Zaktualizuj rodzaj ceny",
|
|
16
|
+
"catalog.audit.prices.create": "Utwórz cenę",
|
|
17
|
+
"catalog.audit.prices.delete": "Usuń cenę",
|
|
18
|
+
"catalog.audit.prices.update": "Zaktualizuj cenę",
|
|
19
|
+
"catalog.audit.products.create": "Utwórz produkt",
|
|
20
|
+
"catalog.audit.products.delete": "Usuń produkt",
|
|
21
|
+
"catalog.audit.products.update": "Zaktualizuj produkt",
|
|
22
|
+
"catalog.audit.variants.create": "Utwórz wariant",
|
|
23
|
+
"catalog.audit.variants.delete": "Usuń wariant",
|
|
24
|
+
"catalog.audit.variants.update": "Zaktualizuj wariant",
|
|
4
25
|
"catalog.categories.flash.created": "Kategoria utworzona",
|
|
5
26
|
"catalog.categories.flash.deleted": "Kategoria zarchiwizowana",
|
|
6
27
|
"catalog.categories.flash.updated": "Kategoria zaktualizowana",
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"audit_logs.resource_kind.currencies.exchange_rate": "Wechselkurs",
|
|
3
|
+
"currencies.audit.create": "Währung erstellen",
|
|
4
|
+
"currencies.audit.delete": "Währung löschen",
|
|
5
|
+
"currencies.audit.update": "Währung aktualisieren",
|
|
3
6
|
"currencies.create.title": "Währung erstellen",
|
|
4
7
|
"currencies.currencies.update": "Währung aktualisieren",
|
|
5
8
|
"currencies.edit.title": "Währung bearbeiten",
|
|
@@ -80,6 +83,9 @@
|
|
|
80
83
|
"currencies.module.title": "Währungen & Wechselkurse",
|
|
81
84
|
"currencies.nav.group": "Währungen",
|
|
82
85
|
"currencies.page.title": "Währungen",
|
|
86
|
+
"currencies.rates.audit.create": "Wechselkurs erstellen",
|
|
87
|
+
"currencies.rates.audit.delete": "Wechselkurs löschen",
|
|
88
|
+
"currencies.rates.audit.update": "Wechselkurs aktualisieren",
|
|
83
89
|
"exchangeRates.create.title": "Wechselkurs erstellen",
|
|
84
90
|
"exchangeRates.edit.title": "Wechselkurs bearbeiten",
|
|
85
91
|
"exchangeRates.flash.created": "Wechselkurs erfolgreich erstellt",
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"audit_logs.resource_kind.currencies.exchange_rate": "Exchange Rate",
|
|
3
|
+
"currencies.audit.create": "Create currency",
|
|
4
|
+
"currencies.audit.delete": "Delete currency",
|
|
5
|
+
"currencies.audit.update": "Update currency",
|
|
3
6
|
"currencies.create.title": "Create Currency",
|
|
4
7
|
"currencies.currencies.update": "Update currency",
|
|
5
8
|
"currencies.edit.title": "Edit Currency",
|
|
@@ -80,6 +83,9 @@
|
|
|
80
83
|
"currencies.module.title": "Currencies & Exchange Rates",
|
|
81
84
|
"currencies.nav.group": "Currencies",
|
|
82
85
|
"currencies.page.title": "Currencies",
|
|
86
|
+
"currencies.rates.audit.create": "Create exchange rate",
|
|
87
|
+
"currencies.rates.audit.delete": "Delete exchange rate",
|
|
88
|
+
"currencies.rates.audit.update": "Update exchange rate",
|
|
83
89
|
"exchangeRates.create.title": "Create Exchange Rate",
|
|
84
90
|
"exchangeRates.edit.title": "Edit Exchange Rate",
|
|
85
91
|
"exchangeRates.flash.created": "Exchange rate created successfully",
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"audit_logs.resource_kind.currencies.exchange_rate": "Tipo de cambio",
|
|
3
|
+
"currencies.audit.create": "Crear moneda",
|
|
4
|
+
"currencies.audit.delete": "Eliminar moneda",
|
|
5
|
+
"currencies.audit.update": "Actualizar moneda",
|
|
3
6
|
"currencies.create.title": "Crear Moneda",
|
|
4
7
|
"currencies.currencies.update": "Actualizar moneda",
|
|
5
8
|
"currencies.edit.title": "Editar Moneda",
|
|
@@ -80,6 +83,9 @@
|
|
|
80
83
|
"currencies.module.title": "Monedas y Tipos de Cambio",
|
|
81
84
|
"currencies.nav.group": "Monedas",
|
|
82
85
|
"currencies.page.title": "Monedas",
|
|
86
|
+
"currencies.rates.audit.create": "Crear tipo de cambio",
|
|
87
|
+
"currencies.rates.audit.delete": "Eliminar tipo de cambio",
|
|
88
|
+
"currencies.rates.audit.update": "Actualizar tipo de cambio",
|
|
83
89
|
"exchangeRates.create.title": "Crear Tipo de Cambio",
|
|
84
90
|
"exchangeRates.edit.title": "Editar Tipo de Cambio",
|
|
85
91
|
"exchangeRates.flash.created": "Tipo de cambio creado correctamente",
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"audit_logs.resource_kind.currencies.exchange_rate": "Kurs wymiany",
|
|
3
|
+
"currencies.audit.create": "Utwórz walutę",
|
|
4
|
+
"currencies.audit.delete": "Usuń walutę",
|
|
5
|
+
"currencies.audit.update": "Zaktualizuj walutę",
|
|
3
6
|
"currencies.create.title": "Utwórz Walutę",
|
|
4
7
|
"currencies.currencies.update": "Aktualizuj walutę",
|
|
5
8
|
"currencies.edit.title": "Edytuj Walutę",
|
|
@@ -80,6 +83,9 @@
|
|
|
80
83
|
"currencies.module.title": "Waluty i Kursy Wymiany",
|
|
81
84
|
"currencies.nav.group": "Waluty",
|
|
82
85
|
"currencies.page.title": "Waluty",
|
|
86
|
+
"currencies.rates.audit.create": "Utwórz kurs wymiany",
|
|
87
|
+
"currencies.rates.audit.delete": "Usuń kurs wymiany",
|
|
88
|
+
"currencies.rates.audit.update": "Zaktualizuj kurs wymiany",
|
|
83
89
|
"exchangeRates.create.title": "Utwórz Kurs Wymiany",
|
|
84
90
|
"exchangeRates.edit.title": "Edytuj Kurs Wymiany",
|
|
85
91
|
"exchangeRates.flash.created": "Kurs wymiany utworzony pomyślnie",
|
|
@@ -30,6 +30,7 @@
|
|
|
30
30
|
"customers.audit.tags.delete": "Tag löschen",
|
|
31
31
|
"customers.audit.tags.unassign": "Tag entfernen",
|
|
32
32
|
"customers.audit.tags.update": "Tag aktualisieren",
|
|
33
|
+
"customers.audit.todos.create": "Kundenaufgabe erstellen",
|
|
33
34
|
"customers.audit.todos.link": "To-do verknüpfen",
|
|
34
35
|
"customers.audit.todos.unlink": "To-do-Verknüpfung lösen",
|
|
35
36
|
"customers.companies.create.title": "Unternehmen anlegen",
|
|
@@ -41,18 +42,26 @@
|
|
|
41
42
|
"customers.companies.detail.addresses.add": "Adresse hinzufügen",
|
|
42
43
|
"customers.companies.detail.addresses.error": "Adresse konnte nicht gespeichert werden.",
|
|
43
44
|
"customers.companies.detail.currency.add": "Währung hinzufügen",
|
|
45
|
+
"customers.companies.detail.currency.addPrompt": "Geben Sie einen Währungscode an.",
|
|
44
46
|
"customers.companies.detail.currency.cancel": "Abbrechen",
|
|
45
47
|
"customers.companies.detail.currency.clear": "Zurücksetzen",
|
|
48
|
+
"customers.companies.detail.currency.createError": "Währung konnte nicht hinzugefügt werden.",
|
|
46
49
|
"customers.companies.detail.currency.dialogTitle": "Währung hinzufügen",
|
|
50
|
+
"customers.companies.detail.currency.emptyError": "Währungscode ist erforderlich.",
|
|
47
51
|
"customers.companies.detail.currency.errorLoad": "Währungs-Dictionary konnte nicht geladen werden.",
|
|
48
52
|
"customers.companies.detail.currency.errorRequired": "Währungscode ist erforderlich.",
|
|
49
53
|
"customers.companies.detail.currency.errorSave": "Währungseintrag konnte nicht gespeichert werden.",
|
|
54
|
+
"customers.companies.detail.currency.fetchError": "Währungen konnten nicht geladen werden.",
|
|
55
|
+
"customers.companies.detail.currency.invalidAmount": "Geben Sie einen gültigen Betrag ein.",
|
|
50
56
|
"customers.companies.detail.currency.labelLabel": "Bezeichnung",
|
|
51
57
|
"customers.companies.detail.currency.labelPlaceholder": "Anzeigename in der Oberfläche",
|
|
52
58
|
"customers.companies.detail.currency.loading": "Lade Währungen…",
|
|
53
59
|
"customers.companies.detail.currency.manage": "Währungs-Dictionary verwalten",
|
|
60
|
+
"customers.companies.detail.currency.manageTitle": "Währungen verwalten",
|
|
54
61
|
"customers.companies.detail.currency.placeholder": "Währung auswählen…",
|
|
55
62
|
"customers.companies.detail.currency.save": "Speichern",
|
|
63
|
+
"customers.companies.detail.currency.saveShortcutHint": "Eingabetaste drücken zum Speichern",
|
|
64
|
+
"customers.companies.detail.currency.success": "Währung hinzugefügt.",
|
|
56
65
|
"customers.companies.detail.currency.valueLabel": "Währungscode",
|
|
57
66
|
"customers.companies.detail.currency.valuePlaceholder": "z. B. USD",
|
|
58
67
|
"customers.companies.detail.deals.loading": "Deals werden geladen…",
|
|
@@ -440,6 +449,7 @@
|
|
|
440
449
|
"customers.errors.organization_forbidden": "Organisation nicht verfügbar",
|
|
441
450
|
"customers.errors.organization_required": "Organisationskontext erforderlich",
|
|
442
451
|
"customers.errors.person_required": "Personen-ID ist erforderlich",
|
|
452
|
+
"customers.errors.save_failed": "Kundendatensatz konnte nicht gespeichert werden.",
|
|
443
453
|
"customers.errors.tag_required": "Tag-ID ist erforderlich",
|
|
444
454
|
"customers.errors.tenant_required": "Mandantenkontext erforderlich",
|
|
445
455
|
"customers.errors.todo_create_failed": "To-do konnte nicht erstellt werden",
|
|
@@ -542,6 +552,7 @@
|
|
|
542
552
|
"customers.people.detail.addresses.streetFormatHint": "Straße-zuerst-Layout ist aktiv.",
|
|
543
553
|
"customers.people.detail.addresses.success": "Adresse gespeichert",
|
|
544
554
|
"customers.people.detail.addresses.types.add": "Adresstyp hinzufügen",
|
|
555
|
+
"customers.people.detail.addresses.types.addHint": "Neuen Adresstyp zur Wiederverwendung erstellen.",
|
|
545
556
|
"customers.people.detail.addresses.types.cancel": "Abbrechen",
|
|
546
557
|
"customers.people.detail.addresses.types.dialogTitle": "Adresstyp hinzufügen",
|
|
547
558
|
"customers.people.detail.addresses.types.emptyError": "Bitte geben Sie eine Bezeichnung ein",
|
|
@@ -554,6 +565,7 @@
|
|
|
554
565
|
"customers.people.detail.addresses.types.placeholder": "Adresstyp auswählen",
|
|
555
566
|
"customers.people.detail.addresses.types.prompt": "Geben Sie einen neuen Adresstyp ein.",
|
|
556
567
|
"customers.people.detail.addresses.types.save": "Speichern",
|
|
568
|
+
"customers.people.detail.addresses.types.saveError": "Adresstyp konnte nicht gespeichert werden.",
|
|
557
569
|
"customers.people.detail.addresses.update": "Adresse aktualisieren ⌘⏎ / Ctrl+Enter",
|
|
558
570
|
"customers.people.detail.addresses.updating": "Aktualisieren…",
|
|
559
571
|
"customers.people.detail.addresses.validation.generic": "Bitte prüfen Sie {{field}}",
|
|
@@ -786,6 +798,7 @@
|
|
|
786
798
|
"customers.people.detail.tasks.viewAll": "Alle Aufgaben anzeigen",
|
|
787
799
|
"customers.people.detail.title": "Personendetails",
|
|
788
800
|
"customers.people.form.activityType.placeholder": "Aktivitätstyp auswählen",
|
|
801
|
+
"customers.people.form.addressType.placeholder": "Adresstyp auswählen",
|
|
789
802
|
"customers.people.form.company": "Unternehmen",
|
|
790
803
|
"customers.people.form.company.add": "Unternehmen hinzufügen",
|
|
791
804
|
"customers.people.form.company.dialogTitle": "Unternehmen hinzufügen",
|
|
@@ -795,13 +808,17 @@
|
|
|
795
808
|
"customers.people.form.company.placeholder": "Unternehmen auswählen",
|
|
796
809
|
"customers.people.form.company.prompt": "Neuen Unternehmensnamen eingeben",
|
|
797
810
|
"customers.people.form.description": "Beschreibung",
|
|
811
|
+
"customers.people.form.dictionary.add": "Eintrag hinzufügen",
|
|
798
812
|
"customers.people.form.dictionary.addActivityType": "Aktivitätstyp hinzufügen",
|
|
813
|
+
"customers.people.form.dictionary.addAddressType": "Adresstyp hinzufügen",
|
|
799
814
|
"customers.people.form.dictionary.addJobTitle": "Position hinzufügen",
|
|
800
815
|
"customers.people.form.dictionary.addLifecycleStage": "Lebenszyklusphase hinzufügen",
|
|
801
816
|
"customers.people.form.dictionary.addSource": "Quelle hinzufügen",
|
|
802
817
|
"customers.people.form.dictionary.addStatus": "Status hinzufügen",
|
|
803
818
|
"customers.people.form.dictionary.cancel": "Abbrechen",
|
|
819
|
+
"customers.people.form.dictionary.dialogTitle": "Wörterbucheintrag hinzufügen",
|
|
804
820
|
"customers.people.form.dictionary.dialogTitleActivityType": "Aktivitätstyp hinzufügen",
|
|
821
|
+
"customers.people.form.dictionary.dialogTitleAddressType": "Adresstyp hinzufügen",
|
|
805
822
|
"customers.people.form.dictionary.dialogTitleJobTitle": "Position hinzufügen",
|
|
806
823
|
"customers.people.form.dictionary.dialogTitleLifecycleStage": "Lebenszyklusphase hinzufügen",
|
|
807
824
|
"customers.people.form.dictionary.dialogTitleSource": "Quelle hinzufügen",
|
|
@@ -809,10 +826,14 @@
|
|
|
809
826
|
"customers.people.form.dictionary.error": "Option konnte nicht gespeichert werden",
|
|
810
827
|
"customers.people.form.dictionary.errorLoad": "Optionen konnten nicht geladen werden",
|
|
811
828
|
"customers.people.form.dictionary.errorRequired": "Bitte einen Namen eingeben",
|
|
829
|
+
"customers.people.form.dictionary.labelLabel": "Bezeichnung",
|
|
812
830
|
"customers.people.form.dictionary.labelPlaceholder": "Anzeigename in der Oberfläche",
|
|
813
831
|
"customers.people.form.dictionary.loading": "Optionen werden geladen…",
|
|
814
832
|
"customers.people.form.dictionary.manage": "Wörterbücher verwalten",
|
|
833
|
+
"customers.people.form.dictionary.placeholder": "Wert auswählen",
|
|
834
|
+
"customers.people.form.dictionary.prompt": "Namen eingeben",
|
|
815
835
|
"customers.people.form.dictionary.promptActivityType": "Neuen Aktivitätstyp eingeben",
|
|
836
|
+
"customers.people.form.dictionary.promptAddressType": "Neuen Adresstypnamen eingeben",
|
|
816
837
|
"customers.people.form.dictionary.promptJobTitle": "Neue Positionsbezeichnung eingeben",
|
|
817
838
|
"customers.people.form.dictionary.promptLifecycleStage": "Neue Lebenszyklusphase eingeben",
|
|
818
839
|
"customers.people.form.dictionary.promptSource": "Neue Quelle eingeben",
|
|
@@ -905,7 +926,7 @@
|
|
|
905
926
|
"customers.widgets.newCustomers.kind.company": "Unternehmen",
|
|
906
927
|
"customers.widgets.newCustomers.kind.person": "Person",
|
|
907
928
|
"customers.widgets.newCustomers.kind.unknown": "Kunde",
|
|
908
|
-
"customers.widgets.newCustomers.settings.kind": "
|
|
929
|
+
"customers.widgets.newCustomers.settings.kind": "Filtern",
|
|
909
930
|
"customers.widgets.newCustomers.settings.pageSize": "Anzahl der Einträge",
|
|
910
931
|
"customers.widgets.newCustomers.subtitle": "Kürzlich angelegte Personen und Unternehmen.",
|
|
911
932
|
"customers.widgets.newCustomers.title": "Neue Kunden",
|
|
@@ -30,6 +30,7 @@
|
|
|
30
30
|
"customers.audit.tags.delete": "Delete tag",
|
|
31
31
|
"customers.audit.tags.unassign": "Unassign tag",
|
|
32
32
|
"customers.audit.tags.update": "Update tag",
|
|
33
|
+
"customers.audit.todos.create": "Create customer task",
|
|
33
34
|
"customers.audit.todos.link": "Link todo",
|
|
34
35
|
"customers.audit.todos.unlink": "Unlink todo",
|
|
35
36
|
"customers.companies.create.title": "Create Company",
|
|
@@ -41,18 +42,26 @@
|
|
|
41
42
|
"customers.companies.detail.addresses.add": "Add address",
|
|
42
43
|
"customers.companies.detail.addresses.error": "Failed to save address.",
|
|
43
44
|
"customers.companies.detail.currency.add": "Add currency",
|
|
45
|
+
"customers.companies.detail.currency.addPrompt": "Provide a currency code.",
|
|
44
46
|
"customers.companies.detail.currency.cancel": "Cancel",
|
|
45
47
|
"customers.companies.detail.currency.clear": "Clear",
|
|
48
|
+
"customers.companies.detail.currency.createError": "Failed to add currency.",
|
|
46
49
|
"customers.companies.detail.currency.dialogTitle": "Add currency",
|
|
50
|
+
"customers.companies.detail.currency.emptyError": "Currency code is required.",
|
|
47
51
|
"customers.companies.detail.currency.errorLoad": "Failed to load currency dictionary.",
|
|
48
52
|
"customers.companies.detail.currency.errorRequired": "Currency code is required.",
|
|
49
53
|
"customers.companies.detail.currency.errorSave": "Failed to save currency option.",
|
|
54
|
+
"customers.companies.detail.currency.fetchError": "Failed to load currencies.",
|
|
55
|
+
"customers.companies.detail.currency.invalidAmount": "Enter a valid amount.",
|
|
50
56
|
"customers.companies.detail.currency.labelLabel": "Label",
|
|
51
57
|
"customers.companies.detail.currency.labelPlaceholder": "Display name shown in UI",
|
|
52
58
|
"customers.companies.detail.currency.loading": "Loading currencies…",
|
|
53
59
|
"customers.companies.detail.currency.manage": "Manage currency dictionary",
|
|
60
|
+
"customers.companies.detail.currency.manageTitle": "Manage currencies",
|
|
54
61
|
"customers.companies.detail.currency.placeholder": "Select currency…",
|
|
55
62
|
"customers.companies.detail.currency.save": "Save",
|
|
63
|
+
"customers.companies.detail.currency.saveShortcutHint": "Press Enter to save",
|
|
64
|
+
"customers.companies.detail.currency.success": "Currency added.",
|
|
56
65
|
"customers.companies.detail.currency.valueLabel": "Currency code",
|
|
57
66
|
"customers.companies.detail.currency.valuePlaceholder": "e.g. USD",
|
|
58
67
|
"customers.companies.detail.deals.loading": "Loading deals…",
|
|
@@ -440,6 +449,7 @@
|
|
|
440
449
|
"customers.errors.organization_forbidden": "Organization not accessible",
|
|
441
450
|
"customers.errors.organization_required": "Organization context is required",
|
|
442
451
|
"customers.errors.person_required": "Person id is required",
|
|
452
|
+
"customers.errors.save_failed": "Failed to save customer record.",
|
|
443
453
|
"customers.errors.tag_required": "Tag id is required",
|
|
444
454
|
"customers.errors.tenant_required": "Tenant context is required",
|
|
445
455
|
"customers.errors.todo_create_failed": "Failed to create todo",
|
|
@@ -542,6 +552,7 @@
|
|
|
542
552
|
"customers.people.detail.addresses.streetFormatHint": "Street-first layout is active.",
|
|
543
553
|
"customers.people.detail.addresses.success": "Address saved",
|
|
544
554
|
"customers.people.detail.addresses.types.add": "Add type",
|
|
555
|
+
"customers.people.detail.addresses.types.addHint": "Create a new address type for reuse.",
|
|
545
556
|
"customers.people.detail.addresses.types.cancel": "Cancel",
|
|
546
557
|
"customers.people.detail.addresses.types.dialogTitle": "Add address type",
|
|
547
558
|
"customers.people.detail.addresses.types.emptyError": "Please enter a name",
|
|
@@ -554,6 +565,7 @@
|
|
|
554
565
|
"customers.people.detail.addresses.types.placeholder": "Select a type",
|
|
555
566
|
"customers.people.detail.addresses.types.prompt": "Enter a new address type name.",
|
|
556
567
|
"customers.people.detail.addresses.types.save": "Save",
|
|
568
|
+
"customers.people.detail.addresses.types.saveError": "Failed to save address type.",
|
|
557
569
|
"customers.people.detail.addresses.update": "Update address ⌘⏎ / Ctrl+Enter",
|
|
558
570
|
"customers.people.detail.addresses.updating": "Updating…",
|
|
559
571
|
"customers.people.detail.addresses.validation.generic": "Check {{field}}",
|
|
@@ -786,6 +798,7 @@
|
|
|
786
798
|
"customers.people.detail.tasks.viewAll": "Go to all tasks",
|
|
787
799
|
"customers.people.detail.title": "Person details",
|
|
788
800
|
"customers.people.form.activityType.placeholder": "Select an activity type",
|
|
801
|
+
"customers.people.form.addressType.placeholder": "Select address type",
|
|
789
802
|
"customers.people.form.company": "Company",
|
|
790
803
|
"customers.people.form.company.add": "Add company",
|
|
791
804
|
"customers.people.form.company.dialogTitle": "Add company",
|
|
@@ -795,13 +808,17 @@
|
|
|
795
808
|
"customers.people.form.company.placeholder": "Select a company",
|
|
796
809
|
"customers.people.form.company.prompt": "Enter a new company name",
|
|
797
810
|
"customers.people.form.description": "Description",
|
|
811
|
+
"customers.people.form.dictionary.add": "Add entry",
|
|
798
812
|
"customers.people.form.dictionary.addActivityType": "Add activity type",
|
|
813
|
+
"customers.people.form.dictionary.addAddressType": "Add address type",
|
|
799
814
|
"customers.people.form.dictionary.addJobTitle": "Add job title",
|
|
800
815
|
"customers.people.form.dictionary.addLifecycleStage": "Add lifecycle stage",
|
|
801
816
|
"customers.people.form.dictionary.addSource": "Add source",
|
|
802
817
|
"customers.people.form.dictionary.addStatus": "Add status",
|
|
803
818
|
"customers.people.form.dictionary.cancel": "Cancel",
|
|
819
|
+
"customers.people.form.dictionary.dialogTitle": "Add dictionary entry",
|
|
804
820
|
"customers.people.form.dictionary.dialogTitleActivityType": "Add activity type",
|
|
821
|
+
"customers.people.form.dictionary.dialogTitleAddressType": "Add address type",
|
|
805
822
|
"customers.people.form.dictionary.dialogTitleJobTitle": "Add job title",
|
|
806
823
|
"customers.people.form.dictionary.dialogTitleLifecycleStage": "Add lifecycle stage",
|
|
807
824
|
"customers.people.form.dictionary.dialogTitleSource": "Add source",
|
|
@@ -809,10 +826,14 @@
|
|
|
809
826
|
"customers.people.form.dictionary.error": "Failed to save option",
|
|
810
827
|
"customers.people.form.dictionary.errorLoad": "Failed to load options",
|
|
811
828
|
"customers.people.form.dictionary.errorRequired": "Please enter a name",
|
|
829
|
+
"customers.people.form.dictionary.labelLabel": "Label",
|
|
812
830
|
"customers.people.form.dictionary.labelPlaceholder": "Display name shown in UI",
|
|
813
831
|
"customers.people.form.dictionary.loading": "Loading options…",
|
|
814
832
|
"customers.people.form.dictionary.manage": "Manage dictionaries",
|
|
833
|
+
"customers.people.form.dictionary.placeholder": "Select a value",
|
|
834
|
+
"customers.people.form.dictionary.prompt": "Enter a name",
|
|
815
835
|
"customers.people.form.dictionary.promptActivityType": "Enter a new activity type name",
|
|
836
|
+
"customers.people.form.dictionary.promptAddressType": "Enter a new address type name",
|
|
816
837
|
"customers.people.form.dictionary.promptJobTitle": "Enter a new job title",
|
|
817
838
|
"customers.people.form.dictionary.promptLifecycleStage": "Enter a new lifecycle stage name",
|
|
818
839
|
"customers.people.form.dictionary.promptSource": "Enter a new source name",
|
|
@@ -30,6 +30,7 @@
|
|
|
30
30
|
"customers.audit.tags.delete": "Eliminar etiqueta",
|
|
31
31
|
"customers.audit.tags.unassign": "Quitar etiqueta",
|
|
32
32
|
"customers.audit.tags.update": "Actualizar etiqueta",
|
|
33
|
+
"customers.audit.todos.create": "Crear tarea de cliente",
|
|
33
34
|
"customers.audit.todos.link": "Vincular tarea",
|
|
34
35
|
"customers.audit.todos.unlink": "Desvincular tarea",
|
|
35
36
|
"customers.companies.create.title": "Crear empresa",
|
|
@@ -41,18 +42,26 @@
|
|
|
41
42
|
"customers.companies.detail.addresses.add": "Agregar dirección",
|
|
42
43
|
"customers.companies.detail.addresses.error": "No se pudo guardar la dirección.",
|
|
43
44
|
"customers.companies.detail.currency.add": "Agregar divisa",
|
|
45
|
+
"customers.companies.detail.currency.addPrompt": "Proporcione un código de moneda.",
|
|
44
46
|
"customers.companies.detail.currency.cancel": "Cancelar",
|
|
45
47
|
"customers.companies.detail.currency.clear": "Limpiar",
|
|
48
|
+
"customers.companies.detail.currency.createError": "Error al agregar la moneda.",
|
|
46
49
|
"customers.companies.detail.currency.dialogTitle": "Agregar divisa",
|
|
50
|
+
"customers.companies.detail.currency.emptyError": "El código de moneda es obligatorio.",
|
|
47
51
|
"customers.companies.detail.currency.errorLoad": "No se pudo cargar el diccionario de divisas.",
|
|
48
52
|
"customers.companies.detail.currency.errorRequired": "El código de divisa es obligatorio.",
|
|
49
53
|
"customers.companies.detail.currency.errorSave": "No se pudo guardar la divisa.",
|
|
54
|
+
"customers.companies.detail.currency.fetchError": "Error al cargar las monedas.",
|
|
55
|
+
"customers.companies.detail.currency.invalidAmount": "Ingrese un monto válido.",
|
|
50
56
|
"customers.companies.detail.currency.labelLabel": "Etiqueta",
|
|
51
57
|
"customers.companies.detail.currency.labelPlaceholder": "Nombre que se muestra en la interfaz",
|
|
52
58
|
"customers.companies.detail.currency.loading": "Cargando divisas…",
|
|
53
59
|
"customers.companies.detail.currency.manage": "Administrar diccionario de divisas",
|
|
60
|
+
"customers.companies.detail.currency.manageTitle": "Administrar monedas",
|
|
54
61
|
"customers.companies.detail.currency.placeholder": "Selecciona una divisa…",
|
|
55
62
|
"customers.companies.detail.currency.save": "Guardar",
|
|
63
|
+
"customers.companies.detail.currency.saveShortcutHint": "Presione Enter para guardar",
|
|
64
|
+
"customers.companies.detail.currency.success": "Moneda agregada.",
|
|
56
65
|
"customers.companies.detail.currency.valueLabel": "Código de divisa",
|
|
57
66
|
"customers.companies.detail.currency.valuePlaceholder": "p. ej. USD",
|
|
58
67
|
"customers.companies.detail.deals.loading": "Cargando oportunidades…",
|
|
@@ -440,6 +449,7 @@
|
|
|
440
449
|
"customers.errors.organization_forbidden": "Organización no accesible",
|
|
441
450
|
"customers.errors.organization_required": "Se requiere contexto de organización",
|
|
442
451
|
"customers.errors.person_required": "Se requiere el ID de la persona",
|
|
452
|
+
"customers.errors.save_failed": "Error al guardar el registro del cliente.",
|
|
443
453
|
"customers.errors.tag_required": "Se requiere el ID de la etiqueta",
|
|
444
454
|
"customers.errors.tenant_required": "Se requiere contexto de inquilino",
|
|
445
455
|
"customers.errors.todo_create_failed": "No se pudo crear la tarea",
|
|
@@ -542,6 +552,7 @@
|
|
|
542
552
|
"customers.people.detail.addresses.streetFormatHint": "Formato calle primero activo.",
|
|
543
553
|
"customers.people.detail.addresses.success": "Dirección guardada",
|
|
544
554
|
"customers.people.detail.addresses.types.add": "Agregar tipo",
|
|
555
|
+
"customers.people.detail.addresses.types.addHint": "Cree un nuevo tipo de dirección para reutilizar.",
|
|
545
556
|
"customers.people.detail.addresses.types.cancel": "Cancelar",
|
|
546
557
|
"customers.people.detail.addresses.types.dialogTitle": "Agregar tipo de dirección",
|
|
547
558
|
"customers.people.detail.addresses.types.emptyError": "Ingresa un nombre",
|
|
@@ -554,6 +565,7 @@
|
|
|
554
565
|
"customers.people.detail.addresses.types.placeholder": "Elige un tipo",
|
|
555
566
|
"customers.people.detail.addresses.types.prompt": "Ingresa un nuevo tipo de dirección.",
|
|
556
567
|
"customers.people.detail.addresses.types.save": "Guardar",
|
|
568
|
+
"customers.people.detail.addresses.types.saveError": "Error al guardar el tipo de dirección.",
|
|
557
569
|
"customers.people.detail.addresses.update": "Actualizar dirección ⌘⏎ / Ctrl+Enter",
|
|
558
570
|
"customers.people.detail.addresses.updating": "Actualizando…",
|
|
559
571
|
"customers.people.detail.addresses.validation.generic": "Revisa {{field}}",
|
|
@@ -786,6 +798,7 @@
|
|
|
786
798
|
"customers.people.detail.tasks.viewAll": "Ver todas las tareas",
|
|
787
799
|
"customers.people.detail.title": "Detalles de la persona",
|
|
788
800
|
"customers.people.form.activityType.placeholder": "Selecciona un tipo de actividad",
|
|
801
|
+
"customers.people.form.addressType.placeholder": "Seleccionar tipo de dirección",
|
|
789
802
|
"customers.people.form.company": "Empresa",
|
|
790
803
|
"customers.people.form.company.add": "Agregar empresa",
|
|
791
804
|
"customers.people.form.company.dialogTitle": "Agregar empresa",
|
|
@@ -795,13 +808,17 @@
|
|
|
795
808
|
"customers.people.form.company.placeholder": "Selecciona una empresa",
|
|
796
809
|
"customers.people.form.company.prompt": "Ingresa el nombre de la nueva empresa",
|
|
797
810
|
"customers.people.form.description": "Descripción",
|
|
811
|
+
"customers.people.form.dictionary.add": "Agregar entrada",
|
|
798
812
|
"customers.people.form.dictionary.addActivityType": "Agregar tipo de actividad",
|
|
813
|
+
"customers.people.form.dictionary.addAddressType": "Agregar tipo de dirección",
|
|
799
814
|
"customers.people.form.dictionary.addJobTitle": "Agregar cargo",
|
|
800
815
|
"customers.people.form.dictionary.addLifecycleStage": "Agregar etapa del ciclo",
|
|
801
816
|
"customers.people.form.dictionary.addSource": "Agregar fuente",
|
|
802
817
|
"customers.people.form.dictionary.addStatus": "Agregar estado",
|
|
803
818
|
"customers.people.form.dictionary.cancel": "Cancelar",
|
|
819
|
+
"customers.people.form.dictionary.dialogTitle": "Agregar entrada de diccionario",
|
|
804
820
|
"customers.people.form.dictionary.dialogTitleActivityType": "Agregar tipo de actividad",
|
|
821
|
+
"customers.people.form.dictionary.dialogTitleAddressType": "Agregar tipo de dirección",
|
|
805
822
|
"customers.people.form.dictionary.dialogTitleJobTitle": "Agregar cargo",
|
|
806
823
|
"customers.people.form.dictionary.dialogTitleLifecycleStage": "Agregar etapa del ciclo",
|
|
807
824
|
"customers.people.form.dictionary.dialogTitleSource": "Agregar fuente",
|
|
@@ -809,10 +826,14 @@
|
|
|
809
826
|
"customers.people.form.dictionary.error": "No se pudo guardar la opción",
|
|
810
827
|
"customers.people.form.dictionary.errorLoad": "No se pudieron cargar las opciones",
|
|
811
828
|
"customers.people.form.dictionary.errorRequired": "Ingresa un nombre",
|
|
829
|
+
"customers.people.form.dictionary.labelLabel": "Etiqueta",
|
|
812
830
|
"customers.people.form.dictionary.labelPlaceholder": "Nombre mostrado en la interfaz",
|
|
813
831
|
"customers.people.form.dictionary.loading": "Cargando opciones…",
|
|
814
832
|
"customers.people.form.dictionary.manage": "Gestionar diccionarios",
|
|
833
|
+
"customers.people.form.dictionary.placeholder": "Seleccionar un valor",
|
|
834
|
+
"customers.people.form.dictionary.prompt": "Ingrese un nombre",
|
|
815
835
|
"customers.people.form.dictionary.promptActivityType": "Ingresa un nuevo tipo de actividad",
|
|
836
|
+
"customers.people.form.dictionary.promptAddressType": "Ingrese un nuevo nombre de tipo de dirección",
|
|
816
837
|
"customers.people.form.dictionary.promptJobTitle": "Ingresa un nuevo cargo",
|
|
817
838
|
"customers.people.form.dictionary.promptLifecycleStage": "Ingresa una nueva etapa del ciclo",
|
|
818
839
|
"customers.people.form.dictionary.promptSource": "Ingresa una nueva fuente",
|
|
@@ -30,6 +30,7 @@
|
|
|
30
30
|
"customers.audit.tags.delete": "Usuń tag",
|
|
31
31
|
"customers.audit.tags.unassign": "Odepnij tag",
|
|
32
32
|
"customers.audit.tags.update": "Zaktualizuj tag",
|
|
33
|
+
"customers.audit.todos.create": "Utwórz zadanie klienta",
|
|
33
34
|
"customers.audit.todos.link": "Powiąż zadanie",
|
|
34
35
|
"customers.audit.todos.unlink": "Odepnij zadanie",
|
|
35
36
|
"customers.companies.create.title": "Utwórz firmę",
|
|
@@ -41,18 +42,26 @@
|
|
|
41
42
|
"customers.companies.detail.addresses.add": "Dodaj adres",
|
|
42
43
|
"customers.companies.detail.addresses.error": "Nie udało się zapisać adresu.",
|
|
43
44
|
"customers.companies.detail.currency.add": "Dodaj walutę",
|
|
45
|
+
"customers.companies.detail.currency.addPrompt": "Podaj kod waluty.",
|
|
44
46
|
"customers.companies.detail.currency.cancel": "Anuluj",
|
|
45
47
|
"customers.companies.detail.currency.clear": "Wyczyść",
|
|
48
|
+
"customers.companies.detail.currency.createError": "Nie udało się dodać waluty.",
|
|
46
49
|
"customers.companies.detail.currency.dialogTitle": "Dodaj walutę",
|
|
50
|
+
"customers.companies.detail.currency.emptyError": "Kod waluty jest wymagany.",
|
|
47
51
|
"customers.companies.detail.currency.errorLoad": "Nie udało się wczytać słownika walut.",
|
|
48
52
|
"customers.companies.detail.currency.errorRequired": "Kod waluty jest wymagany.",
|
|
49
53
|
"customers.companies.detail.currency.errorSave": "Nie udało się zapisać waluty.",
|
|
54
|
+
"customers.companies.detail.currency.fetchError": "Nie udało się załadować walut.",
|
|
55
|
+
"customers.companies.detail.currency.invalidAmount": "Wprowadź prawidłową kwotę.",
|
|
50
56
|
"customers.companies.detail.currency.labelLabel": "Etykieta",
|
|
51
57
|
"customers.companies.detail.currency.labelPlaceholder": "Nazwa wyświetlana w interfejsie",
|
|
52
58
|
"customers.companies.detail.currency.loading": "Ładowanie walut…",
|
|
53
59
|
"customers.companies.detail.currency.manage": "Zarządzaj słownikiem walut",
|
|
60
|
+
"customers.companies.detail.currency.manageTitle": "Zarządzaj walutami",
|
|
54
61
|
"customers.companies.detail.currency.placeholder": "Wybierz walutę…",
|
|
55
62
|
"customers.companies.detail.currency.save": "Zapisz",
|
|
63
|
+
"customers.companies.detail.currency.saveShortcutHint": "Naciśnij Enter, aby zapisać",
|
|
64
|
+
"customers.companies.detail.currency.success": "Waluta została dodana.",
|
|
56
65
|
"customers.companies.detail.currency.valueLabel": "Kod waluty",
|
|
57
66
|
"customers.companies.detail.currency.valuePlaceholder": "np. USD",
|
|
58
67
|
"customers.companies.detail.deals.loading": "Ładowanie szans sprzedaży…",
|
|
@@ -440,6 +449,7 @@
|
|
|
440
449
|
"customers.errors.organization_forbidden": "Organizacja jest niedostępna",
|
|
441
450
|
"customers.errors.organization_required": "Wymagany jest kontekst organizacji",
|
|
442
451
|
"customers.errors.person_required": "Wymagany identyfikator osoby",
|
|
452
|
+
"customers.errors.save_failed": "Nie udało się zapisać rekordu klienta.",
|
|
443
453
|
"customers.errors.tag_required": "Wymagany identyfikator tagu",
|
|
444
454
|
"customers.errors.tenant_required": "Wymagany jest kontekst najemcy",
|
|
445
455
|
"customers.errors.todo_create_failed": "Nie udało się utworzyć zadania",
|
|
@@ -542,6 +552,7 @@
|
|
|
542
552
|
"customers.people.detail.addresses.streetFormatHint": "Aktywny jest układ z ulicą na początku.",
|
|
543
553
|
"customers.people.detail.addresses.success": "Adres zapisany",
|
|
544
554
|
"customers.people.detail.addresses.types.add": "Dodaj typ",
|
|
555
|
+
"customers.people.detail.addresses.types.addHint": "Utwórz nowy typ adresu do wielokrotnego użycia.",
|
|
545
556
|
"customers.people.detail.addresses.types.cancel": "Anuluj",
|
|
546
557
|
"customers.people.detail.addresses.types.dialogTitle": "Dodaj typ adresu",
|
|
547
558
|
"customers.people.detail.addresses.types.emptyError": "Wpisz nazwę",
|
|
@@ -554,6 +565,7 @@
|
|
|
554
565
|
"customers.people.detail.addresses.types.placeholder": "Wybierz typ",
|
|
555
566
|
"customers.people.detail.addresses.types.prompt": "Wpisz nazwę nowego typu adresu.",
|
|
556
567
|
"customers.people.detail.addresses.types.save": "Zapisz",
|
|
568
|
+
"customers.people.detail.addresses.types.saveError": "Nie udało się zapisać typu adresu.",
|
|
557
569
|
"customers.people.detail.addresses.update": "Zaktualizuj adres ⌘⏎ / Ctrl+Enter",
|
|
558
570
|
"customers.people.detail.addresses.updating": "Aktualizowanie…",
|
|
559
571
|
"customers.people.detail.addresses.validation.generic": "Sprawdź pole {{field}}",
|
|
@@ -786,6 +798,7 @@
|
|
|
786
798
|
"customers.people.detail.tasks.viewAll": "Przejdź do listy zadań",
|
|
787
799
|
"customers.people.detail.title": "Szczegóły osoby",
|
|
788
800
|
"customers.people.form.activityType.placeholder": "Wybierz typ aktywności",
|
|
801
|
+
"customers.people.form.addressType.placeholder": "Wybierz typ adresu",
|
|
789
802
|
"customers.people.form.company": "Firma",
|
|
790
803
|
"customers.people.form.company.add": "Dodaj firmę",
|
|
791
804
|
"customers.people.form.company.dialogTitle": "Dodaj firmę",
|
|
@@ -795,13 +808,17 @@
|
|
|
795
808
|
"customers.people.form.company.placeholder": "Wybierz firmę",
|
|
796
809
|
"customers.people.form.company.prompt": "Wpisz nazwę nowej firmy",
|
|
797
810
|
"customers.people.form.description": "Opis",
|
|
811
|
+
"customers.people.form.dictionary.add": "Dodaj wpis",
|
|
798
812
|
"customers.people.form.dictionary.addActivityType": "Dodaj typ aktywności",
|
|
813
|
+
"customers.people.form.dictionary.addAddressType": "Dodaj typ adresu",
|
|
799
814
|
"customers.people.form.dictionary.addJobTitle": "Dodaj stanowisko",
|
|
800
815
|
"customers.people.form.dictionary.addLifecycleStage": "Dodaj etap cyklu",
|
|
801
816
|
"customers.people.form.dictionary.addSource": "Dodaj źródło",
|
|
802
817
|
"customers.people.form.dictionary.addStatus": "Dodaj status",
|
|
803
818
|
"customers.people.form.dictionary.cancel": "Anuluj",
|
|
819
|
+
"customers.people.form.dictionary.dialogTitle": "Dodaj wpis słownikowy",
|
|
804
820
|
"customers.people.form.dictionary.dialogTitleActivityType": "Dodaj typ aktywności",
|
|
821
|
+
"customers.people.form.dictionary.dialogTitleAddressType": "Dodaj typ adresu",
|
|
805
822
|
"customers.people.form.dictionary.dialogTitleJobTitle": "Dodaj stanowisko",
|
|
806
823
|
"customers.people.form.dictionary.dialogTitleLifecycleStage": "Dodaj etap cyklu",
|
|
807
824
|
"customers.people.form.dictionary.dialogTitleSource": "Dodaj źródło",
|
|
@@ -809,10 +826,14 @@
|
|
|
809
826
|
"customers.people.form.dictionary.error": "Nie udało się zapisać opcji",
|
|
810
827
|
"customers.people.form.dictionary.errorLoad": "Nie udało się załadować opcji",
|
|
811
828
|
"customers.people.form.dictionary.errorRequired": "Podaj nazwę",
|
|
829
|
+
"customers.people.form.dictionary.labelLabel": "Etykieta",
|
|
812
830
|
"customers.people.form.dictionary.labelPlaceholder": "Nazwa wyświetlana w interfejsie",
|
|
813
831
|
"customers.people.form.dictionary.loading": "Ładowanie opcji…",
|
|
814
832
|
"customers.people.form.dictionary.manage": "Zarządzaj słownikami",
|
|
833
|
+
"customers.people.form.dictionary.placeholder": "Wybierz wartość",
|
|
834
|
+
"customers.people.form.dictionary.prompt": "Wprowadź nazwę",
|
|
815
835
|
"customers.people.form.dictionary.promptActivityType": "Podaj nazwę nowego typu aktywności",
|
|
836
|
+
"customers.people.form.dictionary.promptAddressType": "Wprowadź nazwę nowego typu adresu",
|
|
816
837
|
"customers.people.form.dictionary.promptJobTitle": "Podaj nazwę nowego stanowiska",
|
|
817
838
|
"customers.people.form.dictionary.promptLifecycleStage": "Podaj nazwę nowego etapu cyklu",
|
|
818
839
|
"customers.people.form.dictionary.promptSource": "Podaj nazwę nowego źródła",
|