@donotdev/core 0.0.12 → 0.0.14
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/eslint/index.js +1 -1
- package/functions/index.d.ts +1083 -3
- package/functions/index.js +11 -1
- package/i18n/locales/eager/dndev_ar.json +0 -139
- package/i18n/locales/eager/dndev_de.json +0 -139
- package/i18n/locales/eager/dndev_en.json +5 -139
- package/i18n/locales/eager/dndev_es.json +0 -139
- package/i18n/locales/eager/dndev_fr.json +0 -139
- package/i18n/locales/eager/dndev_it.json +47 -186
- package/i18n/locales/eager/dndev_ja.json +0 -139
- package/i18n/locales/eager/dndev_ko.json +0 -139
- package/i18n/locales/lazy/crud_ar.json +195 -0
- package/i18n/locales/lazy/crud_de.json +195 -0
- package/i18n/locales/lazy/crud_en.json +412 -0
- package/i18n/locales/lazy/crud_es.json +195 -0
- package/i18n/locales/lazy/crud_fr.json +195 -0
- package/i18n/locales/lazy/crud_it.json +195 -0
- package/i18n/locales/lazy/crud_ja.json +195 -0
- package/i18n/locales/lazy/crud_ko.json +195 -0
- package/i18n/locales/lazy/oauth_ar.json +11 -11
- package/i18n/locales/lazy/oauth_de.json +11 -11
- package/i18n/locales/lazy/oauth_en.json +11 -11
- package/i18n/locales/lazy/oauth_es.json +11 -11
- package/i18n/locales/lazy/oauth_fr.json +11 -11
- package/i18n/locales/lazy/oauth_it.json +11 -11
- package/i18n/locales/lazy/oauth_ja.json +11 -11
- package/i18n/locales/lazy/oauth_ko.json +11 -11
- package/index.d.ts +6649 -6306
- package/index.js +38 -38
- package/next/index.d.ts +209 -154
- package/next/index.js +20 -20
- package/package.json +1 -1
- package/server.d.ts +4289 -3900
- package/server.js +1 -1
- package/vite/index.d.ts +209 -154
- package/vite/index.js +23 -14
|
@@ -0,0 +1,195 @@
|
|
|
1
|
+
{
|
|
2
|
+
"fields": {
|
|
3
|
+
"array": "Array",
|
|
4
|
+
"boolean": "Boolean",
|
|
5
|
+
"checkbox": "Kontrollkästchen",
|
|
6
|
+
"date": "Datum",
|
|
7
|
+
"datetime-local": "Datum und Uhrzeit",
|
|
8
|
+
"email": "E-Mail",
|
|
9
|
+
"file": "Datei",
|
|
10
|
+
"geopoint": "Standort",
|
|
11
|
+
"image": "Bild",
|
|
12
|
+
"map": "Karte",
|
|
13
|
+
"multiselect": "Mehrfachauswahl",
|
|
14
|
+
"number": "Zahl",
|
|
15
|
+
"password": "Passwort",
|
|
16
|
+
"phone": "Telefonnummer",
|
|
17
|
+
"radio": "Optionsfelder",
|
|
18
|
+
"range": "Bereich",
|
|
19
|
+
"reference": "Referenz",
|
|
20
|
+
"select": "Auswählen",
|
|
21
|
+
"tel": "Telefonnummer",
|
|
22
|
+
"text": "Text",
|
|
23
|
+
"textarea": "Textbereich",
|
|
24
|
+
"timestamp": "Zeitstempel",
|
|
25
|
+
"url": "URL",
|
|
26
|
+
"status": "Status",
|
|
27
|
+
"id": "ID",
|
|
28
|
+
"_createdAt": "Erstellt am",
|
|
29
|
+
"_updatedAt": "Aktualisiert am",
|
|
30
|
+
"_createdById": "Erstellt von",
|
|
31
|
+
"_updatedById": "Aktualisiert von"
|
|
32
|
+
},
|
|
33
|
+
"text": {
|
|
34
|
+
"required": "{{field}} ist erforderlich",
|
|
35
|
+
"minLength": "{{field}} muss mindestens {{min}} Zeichen lang sein",
|
|
36
|
+
"maxLength": "{{field}} darf {{max}} Zeichen nicht überschreiten",
|
|
37
|
+
"email": "Bitte geben Sie eine gültige E-Mail-Adresse ein",
|
|
38
|
+
"url": "Bitte geben Sie eine gültige URL ein",
|
|
39
|
+
"matches": "{{field}} muss dem Muster {{pattern}} entsprechen",
|
|
40
|
+
"unique": "{{field}} muss eindeutig sein",
|
|
41
|
+
"alphanumeric": "{{field}} darf nur Buchstaben und Zahlen enthalten",
|
|
42
|
+
"lettersOnly": "{{field}} darf nur Buchstaben enthalten"
|
|
43
|
+
},
|
|
44
|
+
"number": {
|
|
45
|
+
"required": "{{field}} ist erforderlich",
|
|
46
|
+
"min": "{{field}} muss mindestens {{min}} sein",
|
|
47
|
+
"max": "{{field}} darf {{max}} nicht überschreiten",
|
|
48
|
+
"integer": "{{field}} muss eine ganze Zahl sein",
|
|
49
|
+
"positive": "{{field}} muss positiv sein",
|
|
50
|
+
"negative": "{{field}} muss negativ sein",
|
|
51
|
+
"between": "{{field}} muss zwischen {{min}} und {{max}} liegen",
|
|
52
|
+
"precision": "{{field}} darf höchstens {{precision}} Dezimalstellen haben"
|
|
53
|
+
},
|
|
54
|
+
"date": {
|
|
55
|
+
"required": "{{field}} ist erforderlich",
|
|
56
|
+
"min": "{{field}} muss nach {{min}} sein",
|
|
57
|
+
"max": "{{field}} muss vor {{max}} sein",
|
|
58
|
+
"between": "{{field}} muss zwischen {{min}} und {{max}} liegen",
|
|
59
|
+
"format": "Bitte geben Sie ein gültiges Datum ein",
|
|
60
|
+
"future": "{{field}} muss in der Zukunft liegen",
|
|
61
|
+
"past": "{{field}} muss in der Vergangenheit liegen",
|
|
62
|
+
"today": "{{field}} muss heute sein"
|
|
63
|
+
},
|
|
64
|
+
"select": {
|
|
65
|
+
"required": "Bitte wählen Sie ein {{field}} aus",
|
|
66
|
+
"invalid": "Ungültige Auswahl für {{field}}",
|
|
67
|
+
"min": "Bitte wählen Sie mindestens {{min}} Optionen aus",
|
|
68
|
+
"max": "Bitte wählen Sie höchstens {{max}} Optionen aus"
|
|
69
|
+
},
|
|
70
|
+
"boolean": {
|
|
71
|
+
"required": "{{field}} muss ausgewählt werden"
|
|
72
|
+
},
|
|
73
|
+
"array": {
|
|
74
|
+
"required": "Mindestens ein {{field}} ist erforderlich",
|
|
75
|
+
"minItems": "Bitte wählen Sie mindestens {{min}} {{field}} aus",
|
|
76
|
+
"maxItems": "Es können nicht mehr als {{max}} {{field}} ausgewählt werden",
|
|
77
|
+
"uniqueItems": "Alle {{field}} müssen eindeutig sein"
|
|
78
|
+
},
|
|
79
|
+
"file": {
|
|
80
|
+
"required": "Bitte wählen Sie eine Datei aus",
|
|
81
|
+
"maxSize": "Die Dateigröße darf {{max}} nicht überschreiten",
|
|
82
|
+
"minSize": "Die Dateigröße muss mindestens {{min}} sein",
|
|
83
|
+
"type": "Der Dateityp muss {{types}} sein",
|
|
84
|
+
"dimensions": "Die Bildabmessungen müssen {{width}}x{{height}} sein",
|
|
85
|
+
"upload": {
|
|
86
|
+
"ariaLabel": "Datei hochladen",
|
|
87
|
+
"ariaLabelSingle": "Eine Datei hochladen",
|
|
88
|
+
"ariaLabelMultiple": "Dateien hochladen",
|
|
89
|
+
"dragDropSingle": "Ziehen und ablegen, einfügen oder klicken, um eine Datei hochzuladen",
|
|
90
|
+
"dragDropMultiple": "Ziehen und ablegen, einfügen oder klicken, um Dateien hochzuladen"
|
|
91
|
+
},
|
|
92
|
+
"delete": {
|
|
93
|
+
"ariaLabel": "Datei löschen",
|
|
94
|
+
"failed": "Fehler beim Löschen der Datei"
|
|
95
|
+
},
|
|
96
|
+
"errors": {
|
|
97
|
+
"maxFiles": "Maximal {{max}} Dateien erlaubt",
|
|
98
|
+
"exceedsSize": "{{fileName}} überschreitet das Limit von {{size}}MB"
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
"document": {
|
|
102
|
+
"upload": {
|
|
103
|
+
"ariaLabel": "Dokument hochladen",
|
|
104
|
+
"hint": "Ziehen und ablegen, einfügen oder klicken, um Dokumente hochzuladen"
|
|
105
|
+
},
|
|
106
|
+
"delete": {
|
|
107
|
+
"ariaLabel": "Dokument löschen",
|
|
108
|
+
"failed": "Fehler beim Löschen des Dokuments"
|
|
109
|
+
},
|
|
110
|
+
"preview": {
|
|
111
|
+
"ariaLabel": "Dokumentvorschau",
|
|
112
|
+
"title": "Dokumentvorschau"
|
|
113
|
+
},
|
|
114
|
+
"errors": {
|
|
115
|
+
"maxFiles": "Maximal {{max}} Dokumente erlaubt",
|
|
116
|
+
"invalidType": "Ungültiger Dokumenttyp: {{fileName}}",
|
|
117
|
+
"exceedsSize": "{{fileName}} überschreitet das Limit von {{size}}MB"
|
|
118
|
+
}
|
|
119
|
+
},
|
|
120
|
+
"image": {
|
|
121
|
+
"undo": {
|
|
122
|
+
"ariaLabel": "Letzte Aktion rückgängig machen",
|
|
123
|
+
"title": "Rückgängig (Strg+Z)"
|
|
124
|
+
},
|
|
125
|
+
"redo": {
|
|
126
|
+
"ariaLabel": "Letzte Aktion wiederholen",
|
|
127
|
+
"title": "Wiederholen (Strg+Umschalt+Z)"
|
|
128
|
+
},
|
|
129
|
+
"upload": {
|
|
130
|
+
"ariaLabel": "{{type}} hochladen",
|
|
131
|
+
"ariaLabelSingle": "Ein Bild hochladen",
|
|
132
|
+
"ariaLabelMultiple": "Bilder hochladen",
|
|
133
|
+
"selectAriaLabel": "{{type}} zum Hochladen auswählen",
|
|
134
|
+
"selectAriaLabelSingle": "Ein Bild zum Hochladen auswählen",
|
|
135
|
+
"selectAriaLabelMultiple": "Bilder zum Hochladen auswählen",
|
|
136
|
+
"dropzone": "Ziehen und ablegen, einfügen oder klicken, um {{type}} hochzuladen",
|
|
137
|
+
"dropzoneSingle": "Ziehen und ablegen, einfügen oder klicken, um ein Bild hochzuladen",
|
|
138
|
+
"dropzoneMultiple": "Ziehen und ablegen, einfügen oder klicken, um Bilder hochzuladen",
|
|
139
|
+
"maxFiles": "Max {{max}} Bilder, {{size}}MB jeweils",
|
|
140
|
+
"maxSize": "{{size}}MB jeweils",
|
|
141
|
+
"progress": "Upload-Fortschritt: {{progress}}%",
|
|
142
|
+
"pending": "Upload ausstehend",
|
|
143
|
+
"uploaded": "{{count}} {{type}} hochgeladen",
|
|
144
|
+
"uploadedSingle": "{{count}} Bild hochgeladen",
|
|
145
|
+
"uploadedMultiple": "{{count}} Bilder hochgeladen",
|
|
146
|
+
"failed": "Fehler beim Hochladen von {{fileName}}"
|
|
147
|
+
},
|
|
148
|
+
"delete": {
|
|
149
|
+
"ariaLabel": "Bild {{index}} löschen",
|
|
150
|
+
"title": "Löschen (Entf/Rücktaste)",
|
|
151
|
+
"failed": "Fehler beim Löschen des Bildes"
|
|
152
|
+
},
|
|
153
|
+
"reorder": {
|
|
154
|
+
"ariaLabel": "Zum Neuordnen ziehen"
|
|
155
|
+
},
|
|
156
|
+
"rotate": {
|
|
157
|
+
"failed": "Fehler beim Drehen des Bildes"
|
|
158
|
+
},
|
|
159
|
+
"errors": {
|
|
160
|
+
"maxFiles": "Maximal {{max}} Bilder erlaubt",
|
|
161
|
+
"singleOnly": "Nur ein Bild erlaubt",
|
|
162
|
+
"notImage": "{{fileName}} ist kein Bild",
|
|
163
|
+
"exceedsSize": "{{fileName}} überschreitet das Limit von {{size}}MB"
|
|
164
|
+
},
|
|
165
|
+
"warnings": {
|
|
166
|
+
"duplicates": "Doppelte Bilder übersprungen: {{files}}"
|
|
167
|
+
},
|
|
168
|
+
"alt": {
|
|
169
|
+
"upload": "Hochladen {{index}}",
|
|
170
|
+
"uploaded": "{{label}} {{index}}{{suffix}} (hochgeladen)",
|
|
171
|
+
"pending": "{{label}} {{index}}{{suffix}} (Upload ausstehend)"
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
"custom": {
|
|
175
|
+
"passwordMatch": "Passwörter müssen übereinstimmen",
|
|
176
|
+
"phoneNumber": "Bitte geben Sie eine gültige Telefonnummer ein",
|
|
177
|
+
"postalCode": "Bitte geben Sie eine gültige Postleitzahl ein",
|
|
178
|
+
"currency": "Bitte geben Sie einen gültigen Betrag ein",
|
|
179
|
+
"color": "Bitte geben Sie einen gültigen Farbcode ein"
|
|
180
|
+
},
|
|
181
|
+
"filters": {
|
|
182
|
+
"title": "{{entity}} durchsuchen - Filter",
|
|
183
|
+
"apply": "Filter anwenden",
|
|
184
|
+
"clear": "Filter löschen",
|
|
185
|
+
"noResults": "Keine Ergebnisse entsprechen Ihren Filtern",
|
|
186
|
+
"selected": "{{count}} ausgewählt"
|
|
187
|
+
},
|
|
188
|
+
"results": {
|
|
189
|
+
"title": {
|
|
190
|
+
"fetching": "Laden...",
|
|
191
|
+
"count_one": "{{count}} Vorkommen gefunden",
|
|
192
|
+
"count_other": "{{count}} Vorkommen gefunden"
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
}
|
|
@@ -0,0 +1,412 @@
|
|
|
1
|
+
{
|
|
2
|
+
"actions": {
|
|
3
|
+
"create": "Create",
|
|
4
|
+
"update": "Update",
|
|
5
|
+
"delete": "Delete",
|
|
6
|
+
"cancel": "Cancel",
|
|
7
|
+
"save": "Save",
|
|
8
|
+
"confirm": "Confirm",
|
|
9
|
+
"back": "Back",
|
|
10
|
+
"next": "Next",
|
|
11
|
+
"previous": "Previous",
|
|
12
|
+
"search": "Search",
|
|
13
|
+
"searchPlaceholder": "Search...",
|
|
14
|
+
"filter": "Filter",
|
|
15
|
+
"clear": "Clear",
|
|
16
|
+
"reset": "Reset",
|
|
17
|
+
"apply": "Apply",
|
|
18
|
+
"select": "Select",
|
|
19
|
+
"upload": "Upload",
|
|
20
|
+
"download": "Download",
|
|
21
|
+
"close": "Close"
|
|
22
|
+
},
|
|
23
|
+
"messages": {
|
|
24
|
+
"createSuccess": "{{entity}} created successfully",
|
|
25
|
+
"updateSuccess": "{{entity}} updated successfully",
|
|
26
|
+
"deleteSuccess": "{{entity}} deleted successfully",
|
|
27
|
+
"error": "An error occurred",
|
|
28
|
+
"loading": "Loading...",
|
|
29
|
+
"noResults": "No results found",
|
|
30
|
+
"confirmDelete": "Are you sure you want to delete this {{entity}}?",
|
|
31
|
+
"unsavedChanges": "You have unsaved changes",
|
|
32
|
+
"sessionExpired": "Your session has expired",
|
|
33
|
+
"networkError": "Network error occurred",
|
|
34
|
+
"unauthorized": "Unauthorized access",
|
|
35
|
+
"forbidden": "Access forbidden",
|
|
36
|
+
"serverError": "Server error occurred",
|
|
37
|
+
"notFound": {
|
|
38
|
+
"title": "Page Not Found",
|
|
39
|
+
"description": "The page you're looking for doesn't exist or has been moved.",
|
|
40
|
+
"suggestions": "You might be looking for:",
|
|
41
|
+
"goHome": "Go Home",
|
|
42
|
+
"goBack": "Go Back"
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
"pagination": {
|
|
46
|
+
"showing": "Showing {{from}} to {{to}} of {{total}} entries",
|
|
47
|
+
"previous": "Previous",
|
|
48
|
+
"next": "Next",
|
|
49
|
+
"page": "Page {{page}} of {{total}}"
|
|
50
|
+
},
|
|
51
|
+
"filters": {
|
|
52
|
+
"title": "Browse {{entity}} - Filters",
|
|
53
|
+
"apply": "Apply Filters",
|
|
54
|
+
"clear": "Clear Filters",
|
|
55
|
+
"noResults": "No results match your filters",
|
|
56
|
+
"selected": "{{count}} selected"
|
|
57
|
+
},
|
|
58
|
+
"results": {
|
|
59
|
+
"title": {
|
|
60
|
+
"fetching": "Fetching...",
|
|
61
|
+
"count_one": "Found {{count}} occurrence",
|
|
62
|
+
"count_other": "Found {{count}} occurrences"
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
"settings": {
|
|
66
|
+
"title": "Settings",
|
|
67
|
+
"theme": "Theme",
|
|
68
|
+
"language": "Language",
|
|
69
|
+
"clearCache": {
|
|
70
|
+
"title": "Clear Cache",
|
|
71
|
+
"localStorage": "Local Storage",
|
|
72
|
+
"sessionStorage": "Session Storage",
|
|
73
|
+
"applicationCache": "Application Cache",
|
|
74
|
+
"serviceWorker": "Service Worker",
|
|
75
|
+
"cookies": "Cookies",
|
|
76
|
+
"indexedDB": "IndexedDB",
|
|
77
|
+
"webSQL": "WebSQL",
|
|
78
|
+
"memoryCache": "Memory Cache",
|
|
79
|
+
"button": "Clear Cache",
|
|
80
|
+
"clearing": "Clearing...",
|
|
81
|
+
"error": "Error clearing cache",
|
|
82
|
+
"success": "Cache cleared successfully: {{items}}",
|
|
83
|
+
"noItemsCleared": "No cache items were cleared"
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
"common": {
|
|
87
|
+
"app": {
|
|
88
|
+
"name": "DoNotDev App"
|
|
89
|
+
},
|
|
90
|
+
"defaultTitle": "Page",
|
|
91
|
+
"defaultDescription": "Page description",
|
|
92
|
+
"locale": "en_US",
|
|
93
|
+
"themeSelector": {
|
|
94
|
+
"changeTheme": "Change Theme",
|
|
95
|
+
"tooltipWithTransition": "Change Theme: {{current}} → {{next}}",
|
|
96
|
+
"tooltipWithCurrent": "Change Theme: {{current}}",
|
|
97
|
+
"tooltipWithNext": "Change Theme: Switch to {{next}}"
|
|
98
|
+
},
|
|
99
|
+
"languageSelector": {
|
|
100
|
+
"changeLanguage": "Change Language"
|
|
101
|
+
}
|
|
102
|
+
},
|
|
103
|
+
"footer": {
|
|
104
|
+
"landing": {
|
|
105
|
+
"company": {
|
|
106
|
+
"defaultName": "Company",
|
|
107
|
+
"description": "Build better products faster with our comprehensive development platform."
|
|
108
|
+
},
|
|
109
|
+
"social": {
|
|
110
|
+
"twitter": "Twitter",
|
|
111
|
+
"github": "GitHub",
|
|
112
|
+
"discord": "Discord"
|
|
113
|
+
},
|
|
114
|
+
"sections": {
|
|
115
|
+
"product": {
|
|
116
|
+
"title": "Product",
|
|
117
|
+
"features": "Features",
|
|
118
|
+
"pricing": "Pricing",
|
|
119
|
+
"docs": "Docs",
|
|
120
|
+
"updates": "Updates"
|
|
121
|
+
},
|
|
122
|
+
"support": {
|
|
123
|
+
"title": "Support",
|
|
124
|
+
"help": "Help",
|
|
125
|
+
"contact": "Contact",
|
|
126
|
+
"status": "Status",
|
|
127
|
+
"community": "Community"
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
},
|
|
131
|
+
"legal": {
|
|
132
|
+
"allRightsReserved": "All rights reserved.",
|
|
133
|
+
"cookieSettings": "Cookie Settings",
|
|
134
|
+
"legalNotice": "Legal Notice",
|
|
135
|
+
"privacyPolicy": "Privacy Policy",
|
|
136
|
+
"termsOfService": "Terms of Service",
|
|
137
|
+
"builtWith": "Made with ❤️ & DoNotDev ©",
|
|
138
|
+
"collapse": "Collapse footer",
|
|
139
|
+
"expand": "Expand footer"
|
|
140
|
+
}
|
|
141
|
+
},
|
|
142
|
+
"search": {
|
|
143
|
+
"ariaLabel": "Search",
|
|
144
|
+
"label": "Search"
|
|
145
|
+
},
|
|
146
|
+
"goTo": {
|
|
147
|
+
"ariaLabel": "Go to page",
|
|
148
|
+
"label": "Go to"
|
|
149
|
+
},
|
|
150
|
+
"globalGoTo": {
|
|
151
|
+
"placeholder": "Filter routes or navigate to a page...",
|
|
152
|
+
"noResults": "No routes found.",
|
|
153
|
+
"favorites": "Favorites",
|
|
154
|
+
"allPages": "All Pages",
|
|
155
|
+
"addFavorite": "Add to favorites",
|
|
156
|
+
"removeFavorite": "Remove from favorites"
|
|
157
|
+
},
|
|
158
|
+
"copyToClipboard": "Copy to clipboard",
|
|
159
|
+
"copied": "Copied!",
|
|
160
|
+
"copyPassword": "Copy password",
|
|
161
|
+
"table": {
|
|
162
|
+
"searchPlaceholder": "Search...",
|
|
163
|
+
"filters": "Filters",
|
|
164
|
+
"selectAllRows": "Select all rows",
|
|
165
|
+
"selectRow": "Select row {{index}}",
|
|
166
|
+
"showingResults": "Showing {{from}} to {{to}} of {{total}} results",
|
|
167
|
+
"previous": "Previous",
|
|
168
|
+
"next": "Next",
|
|
169
|
+
"page": "Page {{current}} of {{total}}"
|
|
170
|
+
},
|
|
171
|
+
"language": {
|
|
172
|
+
"selectLanguage": "Select Language",
|
|
173
|
+
"searchLanguages": "Search languages...",
|
|
174
|
+
"noLanguagesFound": "No languages found",
|
|
175
|
+
"changeLanguage": "Change Language"
|
|
176
|
+
},
|
|
177
|
+
"form": {
|
|
178
|
+
"submit": "Submit",
|
|
179
|
+
"cancel": "Cancel",
|
|
180
|
+
"submitting": "Submitting...",
|
|
181
|
+
"loading": "Loading...",
|
|
182
|
+
"add": "Add",
|
|
183
|
+
"remove": "Remove",
|
|
184
|
+
"typeAndPressAdd": "Type and press Add...",
|
|
185
|
+
"enterLocationData": "Enter location data (JSON)"
|
|
186
|
+
},
|
|
187
|
+
"navigation": {
|
|
188
|
+
"more": "More",
|
|
189
|
+
"home": "Home"
|
|
190
|
+
},
|
|
191
|
+
"pwa": {
|
|
192
|
+
"update": {
|
|
193
|
+
"title": "Update available",
|
|
194
|
+
"description": "A new version is ready. Refresh to update.",
|
|
195
|
+
"button": "Update",
|
|
196
|
+
"altText": "Update application"
|
|
197
|
+
}
|
|
198
|
+
},
|
|
199
|
+
"code": {
|
|
200
|
+
"copyCode": "Copy code",
|
|
201
|
+
"copied": "Copied!",
|
|
202
|
+
"copyCodeToClipboard": "Copy code to clipboard"
|
|
203
|
+
},
|
|
204
|
+
"video": {
|
|
205
|
+
"clickToWatch": "Click to watch video",
|
|
206
|
+
"watchVideo": "Watch Video"
|
|
207
|
+
},
|
|
208
|
+
"inspector": {
|
|
209
|
+
"pageSource": "Page Source",
|
|
210
|
+
"inspectPageSourceCode": "Inspect page source code"
|
|
211
|
+
},
|
|
212
|
+
"routeError": {
|
|
213
|
+
"title": "Something went wrong",
|
|
214
|
+
"description": "We encountered an error while loading this page.",
|
|
215
|
+
"dataSafe": "Don't worry, your data is safe.",
|
|
216
|
+
"errorId": "Error ID",
|
|
217
|
+
"errorMessage": "Error Message",
|
|
218
|
+
"copied": "Copied",
|
|
219
|
+
"copyDetails": "Copy Details",
|
|
220
|
+
"tryAgain": "Try Again",
|
|
221
|
+
"goHome": "Go Home",
|
|
222
|
+
"goBack": "Go Back",
|
|
223
|
+
"contactSupport": "If the problem persists, please contact support."
|
|
224
|
+
},
|
|
225
|
+
"fields": {
|
|
226
|
+
"array": "Array",
|
|
227
|
+
"boolean": "Boolean",
|
|
228
|
+
"checkbox": "Checkbox",
|
|
229
|
+
"date": "Date",
|
|
230
|
+
"datetime-local": "Date and Time",
|
|
231
|
+
"email": "Email",
|
|
232
|
+
"file": "File",
|
|
233
|
+
"geopoint": "Location",
|
|
234
|
+
"image": "Image",
|
|
235
|
+
"map": "Map",
|
|
236
|
+
"multiselect": "Multiple Select",
|
|
237
|
+
"number": "Number",
|
|
238
|
+
"password": "Password",
|
|
239
|
+
"phone": "Phone Number",
|
|
240
|
+
"radio": "Radio Buttons",
|
|
241
|
+
"range": "Range",
|
|
242
|
+
"reference": "Reference",
|
|
243
|
+
"select": "Select",
|
|
244
|
+
"tel": "Phone Number",
|
|
245
|
+
"text": "Text",
|
|
246
|
+
"textarea": "Text Area",
|
|
247
|
+
"timestamp": "Timestamp",
|
|
248
|
+
"url": "URL",
|
|
249
|
+
"status": "Status",
|
|
250
|
+
"id": "ID",
|
|
251
|
+
"_createdAt": "Created At",
|
|
252
|
+
"_updatedAt": "Updated At",
|
|
253
|
+
"_createdById": "Created By",
|
|
254
|
+
"_updatedById": "Updated By"
|
|
255
|
+
},
|
|
256
|
+
"text": {
|
|
257
|
+
"required": "{{field}} is required",
|
|
258
|
+
"minLength": "{{field}} must be at least {{min}} characters",
|
|
259
|
+
"maxLength": "{{field}} must not exceed {{max}} characters",
|
|
260
|
+
"email": "Please enter a valid email address",
|
|
261
|
+
"url": "Please enter a valid URL",
|
|
262
|
+
"matches": "{{field}} must match the pattern {{pattern}}",
|
|
263
|
+
"unique": "{{field}} must be unique",
|
|
264
|
+
"alphanumeric": "{{field}} must only contain letters and numbers",
|
|
265
|
+
"lettersOnly": "{{field}} must only contain letters"
|
|
266
|
+
},
|
|
267
|
+
"number": {
|
|
268
|
+
"required": "{{field}} is required",
|
|
269
|
+
"min": "{{field}} must be at least {{min}}",
|
|
270
|
+
"max": "{{field}} must not exceed {{max}}",
|
|
271
|
+
"integer": "{{field}} must be a whole number",
|
|
272
|
+
"positive": "{{field}} must be positive",
|
|
273
|
+
"negative": "{{field}} must be negative",
|
|
274
|
+
"between": "{{field}} must be between {{min}} and {{max}}",
|
|
275
|
+
"precision": "{{field}} must have at most {{precision}} decimal places"
|
|
276
|
+
},
|
|
277
|
+
"date": {
|
|
278
|
+
"required": "{{field}} is required",
|
|
279
|
+
"min": "{{field}} must be after {{min}}",
|
|
280
|
+
"max": "{{field}} must be before {{max}}",
|
|
281
|
+
"between": "{{field}} must be between {{min}} and {{max}}",
|
|
282
|
+
"format": "Please enter a valid date",
|
|
283
|
+
"future": "{{field}} must be in the future",
|
|
284
|
+
"past": "{{field}} must be in the past",
|
|
285
|
+
"today": "{{field}} must be today"
|
|
286
|
+
},
|
|
287
|
+
"select": {
|
|
288
|
+
"required": "Please select a {{field}}",
|
|
289
|
+
"invalid": "Invalid selection for {{field}}",
|
|
290
|
+
"min": "Please select at least {{min}} options",
|
|
291
|
+
"max": "Please select no more than {{max}} options"
|
|
292
|
+
},
|
|
293
|
+
"boolean": {
|
|
294
|
+
"required": "{{field}} must be selected"
|
|
295
|
+
},
|
|
296
|
+
"array": {
|
|
297
|
+
"required": "At least one {{field}} is required",
|
|
298
|
+
"minItems": "Please select at least {{min}} {{field}}",
|
|
299
|
+
"maxItems": "Cannot select more than {{max}} {{field}}",
|
|
300
|
+
"uniqueItems": "All {{field}} must be unique"
|
|
301
|
+
},
|
|
302
|
+
"file": {
|
|
303
|
+
"required": "Please select a file",
|
|
304
|
+
"maxSize": "File size must not exceed {{max}}",
|
|
305
|
+
"minSize": "File size must be at least {{min}}",
|
|
306
|
+
"type": "File type must be {{types}}",
|
|
307
|
+
"dimensions": "Image dimensions must be {{width}}x{{height}}",
|
|
308
|
+
"upload": {
|
|
309
|
+
"ariaLabel": "Upload file",
|
|
310
|
+
"ariaLabelSingle": "Upload a file",
|
|
311
|
+
"ariaLabelMultiple": "Upload files",
|
|
312
|
+
"dragDropSingle": "Drag & drop, paste, or click to upload a file",
|
|
313
|
+
"dragDropMultiple": "Drag & drop, paste, or click to upload files"
|
|
314
|
+
},
|
|
315
|
+
"delete": {
|
|
316
|
+
"ariaLabel": "Delete file",
|
|
317
|
+
"failed": "Failed to delete file"
|
|
318
|
+
},
|
|
319
|
+
"errors": {
|
|
320
|
+
"maxFiles": "Maximum {{max}} files allowed",
|
|
321
|
+
"exceedsSize": "{{fileName}} exceeds {{size}}MB limit"
|
|
322
|
+
}
|
|
323
|
+
},
|
|
324
|
+
"document": {
|
|
325
|
+
"upload": {
|
|
326
|
+
"ariaLabel": "Upload document",
|
|
327
|
+
"hint": "Drag & drop, paste, or click to upload documents"
|
|
328
|
+
},
|
|
329
|
+
"delete": {
|
|
330
|
+
"ariaLabel": "Delete document",
|
|
331
|
+
"failed": "Failed to delete document"
|
|
332
|
+
},
|
|
333
|
+
"preview": {
|
|
334
|
+
"ariaLabel": "Preview document",
|
|
335
|
+
"title": "Document Preview"
|
|
336
|
+
},
|
|
337
|
+
"errors": {
|
|
338
|
+
"maxFiles": "Maximum {{max}} documents allowed",
|
|
339
|
+
"invalidType": "Invalid document type: {{fileName}}",
|
|
340
|
+
"exceedsSize": "{{fileName}} exceeds {{size}}MB limit"
|
|
341
|
+
}
|
|
342
|
+
},
|
|
343
|
+
"image": {
|
|
344
|
+
"undo": {
|
|
345
|
+
"ariaLabel": "Undo last action",
|
|
346
|
+
"title": "Undo (Ctrl+Z)"
|
|
347
|
+
},
|
|
348
|
+
"redo": {
|
|
349
|
+
"ariaLabel": "Redo last action",
|
|
350
|
+
"title": "Redo (Ctrl+Shift+Z)"
|
|
351
|
+
},
|
|
352
|
+
"upload": {
|
|
353
|
+
"ariaLabel": "Upload {{type}}",
|
|
354
|
+
"ariaLabelSingle": "Upload an image",
|
|
355
|
+
"ariaLabelMultiple": "Upload images",
|
|
356
|
+
"selectAriaLabel": "Select {{type}} to upload",
|
|
357
|
+
"selectAriaLabelSingle": "Select an image to upload",
|
|
358
|
+
"selectAriaLabelMultiple": "Select images to upload",
|
|
359
|
+
"dropzone": "Drag & drop, paste, or click to upload {{type}}",
|
|
360
|
+
"dropzoneSingle": "Drag & drop, paste, or click to upload an image",
|
|
361
|
+
"dropzoneMultiple": "Drag & drop, paste, or click to upload images",
|
|
362
|
+
"maxFiles": "Max {{max}} images, {{size}}MB each",
|
|
363
|
+
"maxSize": "{{size}}MB each",
|
|
364
|
+
"progress": "Upload progress: {{progress}}%",
|
|
365
|
+
"pending": "Pending upload",
|
|
366
|
+
"uploaded": "{{count}} {{type}} uploaded",
|
|
367
|
+
"uploadedSingle": "{{count}} image uploaded",
|
|
368
|
+
"uploadedMultiple": "{{count}} images uploaded",
|
|
369
|
+
"failed": "Failed to upload {{fileName}}"
|
|
370
|
+
},
|
|
371
|
+
"delete": {
|
|
372
|
+
"ariaLabel": "Delete image {{index}}",
|
|
373
|
+
"title": "Delete (Delete/Backspace)",
|
|
374
|
+
"failed": "Failed to delete image"
|
|
375
|
+
},
|
|
376
|
+
"reorder": {
|
|
377
|
+
"ariaLabel": "Drag to reorder"
|
|
378
|
+
},
|
|
379
|
+
"rotate": {
|
|
380
|
+
"failed": "Failed to rotate image"
|
|
381
|
+
},
|
|
382
|
+
"errors": {
|
|
383
|
+
"maxFiles": "Maximum {{max}} images allowed",
|
|
384
|
+
"singleOnly": "Only one image allowed",
|
|
385
|
+
"notImage": "{{fileName}} is not an image",
|
|
386
|
+
"exceedsSize": "{{fileName}} exceeds {{size}}MB limit"
|
|
387
|
+
},
|
|
388
|
+
"warnings": {
|
|
389
|
+
"duplicates": "Duplicate images skipped: {{files}}"
|
|
390
|
+
},
|
|
391
|
+
"alt": {
|
|
392
|
+
"upload": "Upload {{index}}",
|
|
393
|
+
"uploaded": "{{label}} {{index}}{{suffix}} (uploaded)",
|
|
394
|
+
"pending": "{{label}} {{index}}{{suffix}} (pending upload)"
|
|
395
|
+
}
|
|
396
|
+
},
|
|
397
|
+
"custom": {
|
|
398
|
+
"passwordMatch": "Passwords must match",
|
|
399
|
+
"phoneNumber": "Please enter a valid phone number",
|
|
400
|
+
"postalCode": "Please enter a valid postal code",
|
|
401
|
+
"currency": "Please enter a valid amount",
|
|
402
|
+
"color": "Please enter a valid color code"
|
|
403
|
+
},
|
|
404
|
+
"errors": {
|
|
405
|
+
"fieldUpdate": "Failed to update {{field}}",
|
|
406
|
+
"hiddenField": "Error rendering hidden field {{field}}",
|
|
407
|
+
"unsupportedFieldType": "Unsupported field type: {{type}}",
|
|
408
|
+
"fieldRendering": "Error rendering field {{field}}",
|
|
409
|
+
"fallingBackToTextField": "Using text field for unsupported type {{type}}",
|
|
410
|
+
"invalidFieldProps": "Invalid configuration for field {{field}}"
|
|
411
|
+
}
|
|
412
|
+
}
|