@lambda-development/erp-core 0.8.17 → 0.8.18
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/i18n/locales/de.json.d.ts +1 -0
- package/dist/i18n/locales/en.json.d.ts +1 -0
- package/dist/i18n/locales/fr.json.d.ts +1 -0
- package/dist/index.js +1787 -1775
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -14,6 +14,7 @@ declare const _default: {
|
|
|
14
14
|
"keepDraft": "Behalten",
|
|
15
15
|
"discardDraftConfirm": "Verwerfen",
|
|
16
16
|
"showDiscarded": "Verworfene anzeigen",
|
|
17
|
+
"showDisabled": "Deaktivierte anzeigen",
|
|
17
18
|
"columns": "Spalten",
|
|
18
19
|
"searchPlaceholder": "Suchen…",
|
|
19
20
|
"noRecords": "Keine Einträge gefunden",
|
|
@@ -14,6 +14,7 @@ declare const _default: {
|
|
|
14
14
|
"keepDraft": "Keep",
|
|
15
15
|
"discardDraftConfirm": "Discard draft",
|
|
16
16
|
"showDiscarded": "Show discarded",
|
|
17
|
+
"showDisabled": "Show disabled",
|
|
17
18
|
"columns": "Columns",
|
|
18
19
|
"searchPlaceholder": "Search…",
|
|
19
20
|
"noRecords": "No records found",
|
|
@@ -14,6 +14,7 @@ declare const _default: {
|
|
|
14
14
|
"keepDraft": "Conserver",
|
|
15
15
|
"discardDraftConfirm": "Supprimer",
|
|
16
16
|
"showDiscarded": "Afficher les supprimés",
|
|
17
|
+
"showDisabled": "Afficher les désactivés",
|
|
17
18
|
"columns": "Colonnes",
|
|
18
19
|
"searchPlaceholder": "Rechercher…",
|
|
19
20
|
"noRecords": "Aucun enregistrement trouvé",
|