@viglet/viglet-design-system 2026.2.9
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/LICENSE +201 -0
- package/README.md +200 -0
- package/dist/components/app-footer.d.ts +14 -0
- package/dist/components/app-footer.d.ts.map +1 -0
- package/dist/components/badge-colorful.d.ts +11 -0
- package/dist/components/badge-colorful.d.ts.map +1 -0
- package/dist/components/badge-locale.d.ts +9 -0
- package/dist/components/badge-locale.d.ts.map +1 -0
- package/dist/components/blank-slate.d.ts +11 -0
- package/dist/components/blank-slate.d.ts.map +1 -0
- package/dist/components/dialog.delete.d.ts +22 -0
- package/dist/components/dialog.delete.d.ts.map +1 -0
- package/dist/components/grid.list.d.ts +19 -0
- package/dist/components/grid.list.d.ts.map +1 -0
- package/dist/components/index.d.ts +21 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/internal.sidebar.d.ts +25 -0
- package/dist/components/internal.sidebar.d.ts.map +1 -0
- package/dist/components/language-select.d.ts +12 -0
- package/dist/components/language-select.d.ts.map +1 -0
- package/dist/components/loading-provider.d.ts +9 -0
- package/dist/components/loading-provider.d.ts.map +1 -0
- package/dist/components/mode-toggle.d.ts +3 -0
- package/dist/components/mode-toggle.d.ts.map +1 -0
- package/dist/components/nav-main.d.ts +15 -0
- package/dist/components/nav-main.d.ts.map +1 -0
- package/dist/components/nav-secondary.d.ts +11 -0
- package/dist/components/nav-secondary.d.ts.map +1 -0
- package/dist/components/nav-user.d.ts +10 -0
- package/dist/components/nav-user.d.ts.map +1 -0
- package/dist/components/page-content.d.ts +2 -0
- package/dist/components/page-content.d.ts.map +1 -0
- package/dist/components/page-header.d.ts +10 -0
- package/dist/components/page-header.d.ts.map +1 -0
- package/dist/components/page.d.ts +9 -0
- package/dist/components/page.d.ts.map +1 -0
- package/dist/components/sub.page.d.ts +30 -0
- package/dist/components/sub.page.d.ts.map +1 -0
- package/dist/components/sub.page.header.d.ts +24 -0
- package/dist/components/sub.page.header.d.ts.map +1 -0
- package/dist/components/theme-provider.d.ts +14 -0
- package/dist/components/theme-provider.d.ts.map +1 -0
- package/dist/components/ui/accordion.d.ts +8 -0
- package/dist/components/ui/accordion.d.ts.map +1 -0
- package/dist/components/ui/avatar.d.ts +7 -0
- package/dist/components/ui/avatar.d.ts.map +1 -0
- package/dist/components/ui/badge.d.ts +10 -0
- package/dist/components/ui/badge.d.ts.map +1 -0
- package/dist/components/ui/breadcrumb.d.ts +12 -0
- package/dist/components/ui/breadcrumb.d.ts.map +1 -0
- package/dist/components/ui/button.d.ts +11 -0
- package/dist/components/ui/button.d.ts.map +1 -0
- package/dist/components/ui/card.d.ts +10 -0
- package/dist/components/ui/card.d.ts.map +1 -0
- package/dist/components/ui/checkbox.d.ts +5 -0
- package/dist/components/ui/checkbox.d.ts.map +1 -0
- package/dist/components/ui/dialog.d.ts +16 -0
- package/dist/components/ui/dialog.d.ts.map +1 -0
- package/dist/components/ui/drawer.d.ts +14 -0
- package/dist/components/ui/drawer.d.ts.map +1 -0
- package/dist/components/ui/dropdown-menu.d.ts +26 -0
- package/dist/components/ui/dropdown-menu.d.ts.map +1 -0
- package/dist/components/ui/form-actions.d.ts +29 -0
- package/dist/components/ui/form-actions.d.ts.map +1 -0
- package/dist/components/ui/form-item-two-columns.d.ts +11 -0
- package/dist/components/ui/form-item-two-columns.d.ts.map +1 -0
- package/dist/components/ui/form.d.ts +26 -0
- package/dist/components/ui/form.d.ts.map +1 -0
- package/dist/components/ui/gradient-button.d.ts +14 -0
- package/dist/components/ui/gradient-button.d.ts.map +1 -0
- package/dist/components/ui/gradient-switch.d.ts +9 -0
- package/dist/components/ui/gradient-switch.d.ts.map +1 -0
- package/dist/components/ui/hover-card.d.ts +7 -0
- package/dist/components/ui/hover-card.d.ts.map +1 -0
- package/dist/components/ui/index.d.ts +40 -0
- package/dist/components/ui/index.d.ts.map +1 -0
- package/dist/components/ui/input.d.ts +4 -0
- package/dist/components/ui/input.d.ts.map +1 -0
- package/dist/components/ui/label.d.ts +5 -0
- package/dist/components/ui/label.d.ts.map +1 -0
- package/dist/components/ui/navigation-menu.d.ts +15 -0
- package/dist/components/ui/navigation-menu.d.ts.map +1 -0
- package/dist/components/ui/pagination.d.ts +13 -0
- package/dist/components/ui/pagination.d.ts.map +1 -0
- package/dist/components/ui/popover.d.ts +11 -0
- package/dist/components/ui/popover.d.ts.map +1 -0
- package/dist/components/ui/progress.d.ts +5 -0
- package/dist/components/ui/progress.d.ts.map +1 -0
- package/dist/components/ui/resizable.d.ts +10 -0
- package/dist/components/ui/resizable.d.ts.map +1 -0
- package/dist/components/ui/section-card.d.ts +74 -0
- package/dist/components/ui/section-card.d.ts.map +1 -0
- package/dist/components/ui/select.d.ts +16 -0
- package/dist/components/ui/select.d.ts.map +1 -0
- package/dist/components/ui/separator.d.ts +5 -0
- package/dist/components/ui/separator.d.ts.map +1 -0
- package/dist/components/ui/sheet.d.ts +14 -0
- package/dist/components/ui/sheet.d.ts.map +1 -0
- package/dist/components/ui/sidebar.d.ts +71 -0
- package/dist/components/ui/sidebar.d.ts.map +1 -0
- package/dist/components/ui/skeleton.d.ts +3 -0
- package/dist/components/ui/skeleton.d.ts.map +1 -0
- package/dist/components/ui/slider.d.ts +5 -0
- package/dist/components/ui/slider.d.ts.map +1 -0
- package/dist/components/ui/sonner.d.ts +4 -0
- package/dist/components/ui/sonner.d.ts.map +1 -0
- package/dist/components/ui/stepper.d.ts +23 -0
- package/dist/components/ui/stepper.d.ts.map +1 -0
- package/dist/components/ui/switch.d.ts +5 -0
- package/dist/components/ui/switch.d.ts.map +1 -0
- package/dist/components/ui/table.d.ts +11 -0
- package/dist/components/ui/table.d.ts.map +1 -0
- package/dist/components/ui/tabs.d.ts +8 -0
- package/dist/components/ui/tabs.d.ts.map +1 -0
- package/dist/components/ui/textarea.d.ts +4 -0
- package/dist/components/ui/textarea.d.ts.map +1 -0
- package/dist/components/ui/toggle-group.d.ts +10 -0
- package/dist/components/ui/toggle-group.d.ts.map +1 -0
- package/dist/components/ui/toggle.d.ts +10 -0
- package/dist/components/ui/toggle.d.ts.map +1 -0
- package/dist/components/ui/tooltip.d.ts +8 -0
- package/dist/components/ui/tooltip.d.ts.map +1 -0
- package/dist/contexts/breadcrumb.context.d.ts +18 -0
- package/dist/contexts/breadcrumb.context.d.ts.map +1 -0
- package/dist/contexts/index.d.ts +3 -0
- package/dist/contexts/index.d.ts.map +1 -0
- package/dist/contexts/user.context.d.ts +14 -0
- package/dist/contexts/user.context.d.ts.map +1 -0
- package/dist/hooks/index.d.ts +5 -0
- package/dist/hooks/index.d.ts.map +1 -0
- package/dist/hooks/use-date-locale.d.ts +8 -0
- package/dist/hooks/use-date-locale.d.ts.map +1 -0
- package/dist/hooks/use-grid-adapter.d.ts +12 -0
- package/dist/hooks/use-grid-adapter.d.ts.map +1 -0
- package/dist/hooks/use-mobile.d.ts +2 -0
- package/dist/hooks/use-mobile.d.ts.map +1 -0
- package/dist/hooks/use-sub-page-breadcrumb.d.ts +18 -0
- package/dist/hooks/use-sub-page-breadcrumb.d.ts.map +1 -0
- package/dist/i18n/index.d.ts +228 -0
- package/dist/i18n/index.d.ts.map +1 -0
- package/dist/i18n/locales/en/common.json.d.ts +18 -0
- package/dist/i18n/locales/en/dialog.json.d.ts +16 -0
- package/dist/i18n/locales/en/forms.json.d.ts +70 -0
- package/dist/i18n/locales/en/nav.json.d.ts +9 -0
- package/dist/i18n/locales/en/sidebar.json.d.ts +9 -0
- package/dist/i18n/locales/en/theme.json.d.ts +12 -0
- package/dist/i18n/locales/pt/common.json.d.ts +18 -0
- package/dist/i18n/locales/pt/dialog.json.d.ts +16 -0
- package/dist/i18n/locales/pt/forms.json.d.ts +70 -0
- package/dist/i18n/locales/pt/nav.json.d.ts +9 -0
- package/dist/i18n/locales/pt/sidebar.json.d.ts +9 -0
- package/dist/i18n/locales/pt/theme.json.d.ts +12 -0
- package/dist/i18n-DJOB4ND8.js +247 -0
- package/dist/i18n-lw36gs03.cjs +1 -0
- package/dist/i18n.cjs.js +1 -0
- package/dist/i18n.es.js +2 -0
- package/dist/index.cjs.js +160 -0
- package/dist/index.d.ts +8 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.es.js +33497 -0
- package/dist/lib/axios.d.ts +12 -0
- package/dist/lib/axios.d.ts.map +1 -0
- package/dist/lib/export-xlsx.d.ts +5 -0
- package/dist/lib/export-xlsx.d.ts.map +1 -0
- package/dist/lib/index.d.ts +4 -0
- package/dist/lib/index.d.ts.map +1 -0
- package/dist/lib/utils.d.ts +18 -0
- package/dist/lib/utils.d.ts.map +1 -0
- package/dist/models/grid-item.d.ts +8 -0
- package/dist/models/grid-item.d.ts.map +1 -0
- package/dist/models/index.d.ts +4 -0
- package/dist/models/index.d.ts.map +1 -0
- package/dist/models/locale.d.ts +6 -0
- package/dist/models/locale.d.ts.map +1 -0
- package/dist/models/user.d.ts +11 -0
- package/dist/models/user.d.ts.map +1 -0
- package/dist/viglet-design-system.css +3 -0
- package/package.json +110 -0
|
@@ -0,0 +1,228 @@
|
|
|
1
|
+
import { default as i18n } from 'i18next';
|
|
2
|
+
export declare const vigDesignSystemTranslations: {
|
|
3
|
+
en: {
|
|
4
|
+
theme: {
|
|
5
|
+
toggle: string;
|
|
6
|
+
light: string;
|
|
7
|
+
dark: string;
|
|
8
|
+
system: string;
|
|
9
|
+
modeLabel: string;
|
|
10
|
+
};
|
|
11
|
+
sidebar: {
|
|
12
|
+
indexing: string;
|
|
13
|
+
new: string;
|
|
14
|
+
};
|
|
15
|
+
nav: {
|
|
16
|
+
account: string;
|
|
17
|
+
logOut: string;
|
|
18
|
+
};
|
|
19
|
+
forms: {
|
|
20
|
+
common: {
|
|
21
|
+
saveChanges: string;
|
|
22
|
+
formSubmitFailed: string;
|
|
23
|
+
title: string;
|
|
24
|
+
description: string;
|
|
25
|
+
name: string;
|
|
26
|
+
icon: string;
|
|
27
|
+
enabled: string;
|
|
28
|
+
generalInfo: string;
|
|
29
|
+
status: string;
|
|
30
|
+
advancedOptions: string;
|
|
31
|
+
vendor: string;
|
|
32
|
+
endpoint: string;
|
|
33
|
+
actions: string;
|
|
34
|
+
copy: string;
|
|
35
|
+
copied: string;
|
|
36
|
+
copyFailed: string;
|
|
37
|
+
saved: string;
|
|
38
|
+
notSaved: string;
|
|
39
|
+
updated: string;
|
|
40
|
+
notUpdated: string;
|
|
41
|
+
deleted: string;
|
|
42
|
+
notDeleted: string;
|
|
43
|
+
invalidJson: string;
|
|
44
|
+
selectVendor: string;
|
|
45
|
+
endpointUrl: string;
|
|
46
|
+
apiKey: string;
|
|
47
|
+
createButton: string;
|
|
48
|
+
noResults: string;
|
|
49
|
+
noDescription: string;
|
|
50
|
+
search: string;
|
|
51
|
+
item: string;
|
|
52
|
+
items: string;
|
|
53
|
+
perPage: string;
|
|
54
|
+
pageOf: string;
|
|
55
|
+
previous: string;
|
|
56
|
+
next: string;
|
|
57
|
+
rowsSelected: string;
|
|
58
|
+
rowsPerPage: string;
|
|
59
|
+
totalRecords: string;
|
|
60
|
+
pageOfPages: string;
|
|
61
|
+
edit: string;
|
|
62
|
+
remove: string;
|
|
63
|
+
add: string;
|
|
64
|
+
reset: string;
|
|
65
|
+
all: string;
|
|
66
|
+
noResultsDot: string;
|
|
67
|
+
filterFields: string;
|
|
68
|
+
columns: string;
|
|
69
|
+
rows: string;
|
|
70
|
+
chooseLanguage: string;
|
|
71
|
+
selected: string;
|
|
72
|
+
value: string;
|
|
73
|
+
field: string;
|
|
74
|
+
condition: string;
|
|
75
|
+
close: string;
|
|
76
|
+
nameRequired: string;
|
|
77
|
+
};
|
|
78
|
+
formActions: {
|
|
79
|
+
cancel: string;
|
|
80
|
+
saveChanges: string;
|
|
81
|
+
delete: string;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
84
|
+
dialog: {
|
|
85
|
+
cannotDelete: string;
|
|
86
|
+
inUse: string;
|
|
87
|
+
dependingSites: string;
|
|
88
|
+
removeDependencies: string;
|
|
89
|
+
understood: string;
|
|
90
|
+
deleteFeature: string;
|
|
91
|
+
permanentDelete: string;
|
|
92
|
+
typeToConfirm: string;
|
|
93
|
+
toConfirm: string;
|
|
94
|
+
};
|
|
95
|
+
common: {
|
|
96
|
+
save: string;
|
|
97
|
+
cancel: string;
|
|
98
|
+
delete: string;
|
|
99
|
+
new: string;
|
|
100
|
+
loading: string;
|
|
101
|
+
actions: string;
|
|
102
|
+
goBack: string;
|
|
103
|
+
tryAgain: string;
|
|
104
|
+
errorLoading: string;
|
|
105
|
+
openNavigation: string;
|
|
106
|
+
connectionError: string;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
109
|
+
pt: {
|
|
110
|
+
theme: {
|
|
111
|
+
toggle: string;
|
|
112
|
+
light: string;
|
|
113
|
+
dark: string;
|
|
114
|
+
system: string;
|
|
115
|
+
modeLabel: string;
|
|
116
|
+
};
|
|
117
|
+
sidebar: {
|
|
118
|
+
indexing: string;
|
|
119
|
+
new: string;
|
|
120
|
+
};
|
|
121
|
+
nav: {
|
|
122
|
+
account: string;
|
|
123
|
+
logOut: string;
|
|
124
|
+
};
|
|
125
|
+
forms: {
|
|
126
|
+
common: {
|
|
127
|
+
saveChanges: string;
|
|
128
|
+
formSubmitFailed: string;
|
|
129
|
+
title: string;
|
|
130
|
+
description: string;
|
|
131
|
+
name: string;
|
|
132
|
+
icon: string;
|
|
133
|
+
enabled: string;
|
|
134
|
+
generalInfo: string;
|
|
135
|
+
status: string;
|
|
136
|
+
advancedOptions: string;
|
|
137
|
+
vendor: string;
|
|
138
|
+
endpoint: string;
|
|
139
|
+
actions: string;
|
|
140
|
+
copy: string;
|
|
141
|
+
copied: string;
|
|
142
|
+
copyFailed: string;
|
|
143
|
+
saved: string;
|
|
144
|
+
notSaved: string;
|
|
145
|
+
updated: string;
|
|
146
|
+
notUpdated: string;
|
|
147
|
+
deleted: string;
|
|
148
|
+
notDeleted: string;
|
|
149
|
+
invalidJson: string;
|
|
150
|
+
selectVendor: string;
|
|
151
|
+
endpointUrl: string;
|
|
152
|
+
apiKey: string;
|
|
153
|
+
createButton: string;
|
|
154
|
+
noResults: string;
|
|
155
|
+
noDescription: string;
|
|
156
|
+
search: string;
|
|
157
|
+
item: string;
|
|
158
|
+
items: string;
|
|
159
|
+
perPage: string;
|
|
160
|
+
pageOf: string;
|
|
161
|
+
previous: string;
|
|
162
|
+
next: string;
|
|
163
|
+
rowsSelected: string;
|
|
164
|
+
rowsPerPage: string;
|
|
165
|
+
totalRecords: string;
|
|
166
|
+
pageOfPages: string;
|
|
167
|
+
edit: string;
|
|
168
|
+
remove: string;
|
|
169
|
+
add: string;
|
|
170
|
+
reset: string;
|
|
171
|
+
all: string;
|
|
172
|
+
noResultsDot: string;
|
|
173
|
+
filterFields: string;
|
|
174
|
+
columns: string;
|
|
175
|
+
rows: string;
|
|
176
|
+
chooseLanguage: string;
|
|
177
|
+
selected: string;
|
|
178
|
+
value: string;
|
|
179
|
+
field: string;
|
|
180
|
+
condition: string;
|
|
181
|
+
close: string;
|
|
182
|
+
nameRequired: string;
|
|
183
|
+
};
|
|
184
|
+
formActions: {
|
|
185
|
+
cancel: string;
|
|
186
|
+
saveChanges: string;
|
|
187
|
+
delete: string;
|
|
188
|
+
};
|
|
189
|
+
};
|
|
190
|
+
dialog: {
|
|
191
|
+
cannotDelete: string;
|
|
192
|
+
inUse: string;
|
|
193
|
+
dependingSites: string;
|
|
194
|
+
removeDependencies: string;
|
|
195
|
+
understood: string;
|
|
196
|
+
deleteFeature: string;
|
|
197
|
+
permanentDelete: string;
|
|
198
|
+
typeToConfirm: string;
|
|
199
|
+
toConfirm: string;
|
|
200
|
+
};
|
|
201
|
+
common: {
|
|
202
|
+
save: string;
|
|
203
|
+
cancel: string;
|
|
204
|
+
delete: string;
|
|
205
|
+
new: string;
|
|
206
|
+
loading: string;
|
|
207
|
+
actions: string;
|
|
208
|
+
goBack: string;
|
|
209
|
+
tryAgain: string;
|
|
210
|
+
errorLoading: string;
|
|
211
|
+
openNavigation: string;
|
|
212
|
+
connectionError: string;
|
|
213
|
+
};
|
|
214
|
+
};
|
|
215
|
+
};
|
|
216
|
+
/**
|
|
217
|
+
* Initialize i18n with design system translations.
|
|
218
|
+
* Call this in your app's entry point, optionally merging with app-specific translations.
|
|
219
|
+
*/
|
|
220
|
+
export declare function initVigI18n(appTranslations?: Record<string, Record<string, unknown>>): import('i18next').i18n;
|
|
221
|
+
/**
|
|
222
|
+
* Register design system translations into an existing i18n instance.
|
|
223
|
+
* Useful when the host app already has i18n initialized.
|
|
224
|
+
*/
|
|
225
|
+
export declare function registerVigTranslations(i18nInstance: typeof i18n): void;
|
|
226
|
+
export { i18n };
|
|
227
|
+
export default i18n;
|
|
228
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/i18n/index.ts"],"names":[],"mappings":"AAAA,OAAO,IAAI,MAAM,SAAS,CAAC;AAoB3B,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiBvC,CAAC;AAEF;;;GAGG;AACH,wBAAgB,WAAW,CAAC,eAAe,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,0BA+BpF;AAED;;;GAGG;AACH,wBAAgB,uBAAuB,CAAC,YAAY,EAAE,OAAO,IAAI,QAWhE;AAED,OAAO,EAAE,IAAI,EAAE,CAAC;AAChB,eAAe,IAAI,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"common": {
|
|
3
|
+
"save": "Save",
|
|
4
|
+
"cancel": "Cancel",
|
|
5
|
+
"delete": "Delete",
|
|
6
|
+
"new": "New",
|
|
7
|
+
"loading": "Loading...",
|
|
8
|
+
"actions": "Actions",
|
|
9
|
+
"goBack": "Go back",
|
|
10
|
+
"tryAgain": "Try again",
|
|
11
|
+
"errorLoading": "Error while loading data",
|
|
12
|
+
"openNavigation": "Open navigation",
|
|
13
|
+
"connectionError": "Connection error or timeout while fetching {{resource}}."
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
;
|
|
17
|
+
|
|
18
|
+
export default _default;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"dialog": {
|
|
3
|
+
"cannotDelete": "Cannot delete {{feature}}",
|
|
4
|
+
"inUse": "{{name}} is currently in use and cannot be removed.",
|
|
5
|
+
"dependingSites": "The following items depend on this {{feature}}:",
|
|
6
|
+
"removeDependencies": "Remove this {{feature}} from those items before deleting it.",
|
|
7
|
+
"understood": "Understood",
|
|
8
|
+
"deleteFeature": "Delete {{feature}}",
|
|
9
|
+
"permanentDelete": "This will permanently delete {{name}}. This action cannot be undone.",
|
|
10
|
+
"typeToConfirm": "Type",
|
|
11
|
+
"toConfirm": "to confirm"
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
;
|
|
15
|
+
|
|
16
|
+
export default _default;
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"forms": {
|
|
3
|
+
"common": {
|
|
4
|
+
"saveChanges": "Save Changes",
|
|
5
|
+
"formSubmitFailed": "Failed to submit the form. Please try again.",
|
|
6
|
+
"title": "Title",
|
|
7
|
+
"description": "Description",
|
|
8
|
+
"name": "Name",
|
|
9
|
+
"icon": "Icon",
|
|
10
|
+
"enabled": "Enabled",
|
|
11
|
+
"generalInfo": "General Information",
|
|
12
|
+
"status": "Status",
|
|
13
|
+
"advancedOptions": "Advanced Options",
|
|
14
|
+
"vendor": "Vendor",
|
|
15
|
+
"endpoint": "Endpoint",
|
|
16
|
+
"actions": "Actions",
|
|
17
|
+
"copy": "Copy",
|
|
18
|
+
"copied": "Copied!",
|
|
19
|
+
"copyFailed": "Failed to copy",
|
|
20
|
+
"saved": "The {{name}} {{feature}} was saved",
|
|
21
|
+
"notSaved": "The {{name}} {{feature}} was not saved",
|
|
22
|
+
"updated": "The {{name}} {{feature}} was updated",
|
|
23
|
+
"notUpdated": "The {{name}} {{feature}} was not updated",
|
|
24
|
+
"deleted": "The {{name}} {{feature}} was deleted",
|
|
25
|
+
"notDeleted": "The {{name}} {{feature}} was not deleted",
|
|
26
|
+
"invalidJson": "Provider Options must be valid JSON.",
|
|
27
|
+
"selectVendor": "Select vendor...",
|
|
28
|
+
"endpointUrl": "Endpoint URL",
|
|
29
|
+
"apiKey": "API Key",
|
|
30
|
+
"createButton": "Create {{feature}}",
|
|
31
|
+
"noResults": "No results found",
|
|
32
|
+
"noDescription": "No description",
|
|
33
|
+
"search": "Search...",
|
|
34
|
+
"item": "item",
|
|
35
|
+
"items": "items",
|
|
36
|
+
"perPage": "Per page",
|
|
37
|
+
"pageOf": "Page {{index}} of {{count}}",
|
|
38
|
+
"previous": "Previous",
|
|
39
|
+
"next": "Next",
|
|
40
|
+
"rowsSelected": "{{count}} of {{total}} row(s) selected",
|
|
41
|
+
"rowsPerPage": "Rows per page",
|
|
42
|
+
"totalRecords": "{{count}} total records",
|
|
43
|
+
"pageOfPages": "Page {{page}} of {{totalPages}}",
|
|
44
|
+
"edit": "Edit",
|
|
45
|
+
"remove": "Remove",
|
|
46
|
+
"add": "Add",
|
|
47
|
+
"reset": "Reset",
|
|
48
|
+
"all": "All",
|
|
49
|
+
"noResultsDot": "No results.",
|
|
50
|
+
"filterFields": "Filter fields...",
|
|
51
|
+
"columns": "Columns",
|
|
52
|
+
"rows": "row(s)",
|
|
53
|
+
"chooseLanguage": "Choose the language",
|
|
54
|
+
"selected": "SELECTED",
|
|
55
|
+
"value": "Value",
|
|
56
|
+
"field": "Field",
|
|
57
|
+
"condition": "Condition",
|
|
58
|
+
"close": "Close",
|
|
59
|
+
"nameRequired": "Name is required."
|
|
60
|
+
},
|
|
61
|
+
"formActions": {
|
|
62
|
+
"cancel": "Cancel",
|
|
63
|
+
"saveChanges": "Save Changes",
|
|
64
|
+
"delete": "Delete"
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
;
|
|
69
|
+
|
|
70
|
+
export default _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"common": {
|
|
3
|
+
"save": "Salvar",
|
|
4
|
+
"cancel": "Cancelar",
|
|
5
|
+
"delete": "Excluir",
|
|
6
|
+
"new": "Novo",
|
|
7
|
+
"loading": "Carregando...",
|
|
8
|
+
"actions": "Ações",
|
|
9
|
+
"goBack": "Voltar",
|
|
10
|
+
"tryAgain": "Tentar novamente",
|
|
11
|
+
"errorLoading": "Erro ao carregar dados",
|
|
12
|
+
"openNavigation": "Abrir navegação",
|
|
13
|
+
"connectionError": "Erro de conexão ou tempo esgotado ao buscar {{resource}}."
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
;
|
|
17
|
+
|
|
18
|
+
export default _default;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"dialog": {
|
|
3
|
+
"cannotDelete": "Não é possível excluir {{feature}}",
|
|
4
|
+
"inUse": "{{name}} está em uso e não pode ser removido.",
|
|
5
|
+
"dependingSites": "Os seguintes itens dependem deste {{feature}}:",
|
|
6
|
+
"removeDependencies": "Remova este {{feature}} desses itens antes de excluí-lo.",
|
|
7
|
+
"understood": "Entendido",
|
|
8
|
+
"deleteFeature": "Excluir {{feature}}",
|
|
9
|
+
"permanentDelete": "Isso excluirá permanentemente {{name}}. Esta ação não pode ser desfeita.",
|
|
10
|
+
"typeToConfirm": "Digite",
|
|
11
|
+
"toConfirm": "para confirmar"
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
;
|
|
15
|
+
|
|
16
|
+
export default _default;
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"forms": {
|
|
3
|
+
"common": {
|
|
4
|
+
"saveChanges": "Salvar Alterações",
|
|
5
|
+
"formSubmitFailed": "Falha ao enviar o formulário. Tente novamente.",
|
|
6
|
+
"title": "Título",
|
|
7
|
+
"description": "Descrição",
|
|
8
|
+
"name": "Nome",
|
|
9
|
+
"icon": "Ícone",
|
|
10
|
+
"enabled": "Ativado",
|
|
11
|
+
"generalInfo": "Informações Gerais",
|
|
12
|
+
"status": "Status",
|
|
13
|
+
"advancedOptions": "Opções Avançadas",
|
|
14
|
+
"vendor": "Fornecedor",
|
|
15
|
+
"endpoint": "Endpoint",
|
|
16
|
+
"actions": "Ações",
|
|
17
|
+
"copy": "Copiar",
|
|
18
|
+
"copied": "Copiado!",
|
|
19
|
+
"copyFailed": "Falha ao copiar",
|
|
20
|
+
"saved": "{{feature}} {{name}} foi salvo(a)",
|
|
21
|
+
"notSaved": "{{feature}} {{name}} não foi salvo(a)",
|
|
22
|
+
"updated": "{{feature}} {{name}} foi atualizado(a)",
|
|
23
|
+
"notUpdated": "{{feature}} {{name}} não foi atualizado(a)",
|
|
24
|
+
"deleted": "{{feature}} {{name}} foi excluído(a)",
|
|
25
|
+
"notDeleted": "{{feature}} {{name}} não foi excluído(a)",
|
|
26
|
+
"invalidJson": "Opções do Provider devem ser JSON válido.",
|
|
27
|
+
"selectVendor": "Selecione o fornecedor...",
|
|
28
|
+
"endpointUrl": "URL do Endpoint",
|
|
29
|
+
"apiKey": "Chave da API",
|
|
30
|
+
"createButton": "Criar {{feature}}",
|
|
31
|
+
"noResults": "Nenhum resultado encontrado",
|
|
32
|
+
"noDescription": "Sem descrição",
|
|
33
|
+
"search": "Buscar...",
|
|
34
|
+
"item": "item",
|
|
35
|
+
"items": "itens",
|
|
36
|
+
"perPage": "Por página",
|
|
37
|
+
"pageOf": "Página {{index}} de {{count}}",
|
|
38
|
+
"previous": "Anterior",
|
|
39
|
+
"next": "Próximo",
|
|
40
|
+
"rowsSelected": "{{count}} de {{total}} linha(s) selecionada(s)",
|
|
41
|
+
"rowsPerPage": "Linhas por página",
|
|
42
|
+
"totalRecords": "{{count}} registros no total",
|
|
43
|
+
"pageOfPages": "Página {{page}} de {{totalPages}}",
|
|
44
|
+
"edit": "Editar",
|
|
45
|
+
"remove": "Remover",
|
|
46
|
+
"add": "Adicionar",
|
|
47
|
+
"reset": "Redefinir",
|
|
48
|
+
"all": "Todos",
|
|
49
|
+
"noResultsDot": "Sem resultados.",
|
|
50
|
+
"filterFields": "Filtrar campos...",
|
|
51
|
+
"columns": "Colunas",
|
|
52
|
+
"rows": "linha(s)",
|
|
53
|
+
"chooseLanguage": "Escolha o idioma",
|
|
54
|
+
"selected": "SELECIONADO",
|
|
55
|
+
"value": "Valor",
|
|
56
|
+
"field": "Campo",
|
|
57
|
+
"condition": "Condição",
|
|
58
|
+
"close": "Fechar",
|
|
59
|
+
"nameRequired": "Nome é obrigatório."
|
|
60
|
+
},
|
|
61
|
+
"formActions": {
|
|
62
|
+
"cancel": "Cancelar",
|
|
63
|
+
"saveChanges": "Salvar Alterações",
|
|
64
|
+
"delete": "Excluir"
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
;
|
|
69
|
+
|
|
70
|
+
export default _default;
|