aquasis-fe-components 1.3.6 → 1.3.7
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/aquasis-fe-components.js +12819 -12014
- package/dist/aquasis-fe-components.umd.cjs +101 -101
- package/dist/i18n/locales/br.json.d.ts +138 -0
- package/dist/i18n/locales/en.json.d.ts +138 -0
- package/dist/i18n/locales/es.json.d.ts +138 -0
- package/dist/i18n/locales/jp.json.d.ts +138 -0
- package/dist/i18n/locales/pt.json.d.ts +138 -0
- package/dist/i18n/locales/ro.json.d.ts +138 -0
- package/package.json +1 -1
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"translation": {
|
|
3
|
+
"GENERAL": {
|
|
4
|
+
"BACK": "Back",
|
|
5
|
+
"NEXT": "Next",
|
|
6
|
+
"SAVE": "Save",
|
|
7
|
+
"DO_NOT_USE_IMAGE": "Do not use image",
|
|
8
|
+
"ACTIONS": {
|
|
9
|
+
"CLOSE": "Close",
|
|
10
|
+
"DELETE": "Delete",
|
|
11
|
+
"EDIT": "Edit",
|
|
12
|
+
"NEXT": "Next"
|
|
13
|
+
},
|
|
14
|
+
"APP": "App",
|
|
15
|
+
"BACK_LOGIN": "Back to login",
|
|
16
|
+
"FORM": {
|
|
17
|
+
"ERRORS": {
|
|
18
|
+
"CONFIRM_PASSWORD": "The passwords must be the same!",
|
|
19
|
+
"EMAIL": "The email have to be this format 'email@exemple.com'",
|
|
20
|
+
"NOT_EMPTY": "This field is mandatory",
|
|
21
|
+
"VERSION": "The version must end with a numeric value",
|
|
22
|
+
"FORMAT": "The format must be like 'X.X.X'"
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"MENU": "Menu",
|
|
26
|
+
"MESSAGES": {
|
|
27
|
+
"ERROR": {
|
|
28
|
+
"EMAIL_EXISTS": "Email already exists",
|
|
29
|
+
"ITEM_CREATE": "Error trying to add {{item}}",
|
|
30
|
+
"ITEM_DELETE": "Error trying to delete {{item}}",
|
|
31
|
+
"ITEM_UPDATE": "Error trying to update {{item}}",
|
|
32
|
+
"UNAUTHORIZED": "Sorry, you are not authorized to access this page.",
|
|
33
|
+
"USERNAME_EXISTS": "Username already exists",
|
|
34
|
+
"RELEASE_NOTE": {
|
|
35
|
+
"0": "Version already exists",
|
|
36
|
+
"1": "Deployed date must be greater than the last",
|
|
37
|
+
"2": "Invalid Request parameters"
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
"SUCCESS": {
|
|
41
|
+
"ITEM_CREATE": "{{item}} added successfully",
|
|
42
|
+
"ITEM_DELETE": "{{item}} deleted successfully",
|
|
43
|
+
"ITEM_UPDATE": "{{item}} updated successfully"
|
|
44
|
+
},
|
|
45
|
+
"WARNING": {
|
|
46
|
+
"DELETE_CONFIRM": "You are about to delete this menu. Do you want proceed?"
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
"REMOVE": "Remove",
|
|
50
|
+
"ROLE": "Role",
|
|
51
|
+
"TENANT": "Organization",
|
|
52
|
+
"THEMES": {
|
|
53
|
+
"DARK": "Dark mode",
|
|
54
|
+
"LIGHT": "Light mode",
|
|
55
|
+
"TOOLTIP": "Click to switch to {{theme}}"
|
|
56
|
+
},
|
|
57
|
+
"UPLOAD": "Upload",
|
|
58
|
+
"USER": "User",
|
|
59
|
+
"UPLOAD_LABEL": "Click or drag file to this area to upload",
|
|
60
|
+
"JPG_PNG_WARNING": "Only supports JPG or PNG files."
|
|
61
|
+
},
|
|
62
|
+
"HELPDESK": {
|
|
63
|
+
"ERRORS_CODE": {
|
|
64
|
+
"DATATYPE_MISMATCH": "Deve conter apenas elementos do tipo de formato de arquivo válido.",
|
|
65
|
+
"INVALID_VALUE": "Valor inválido"
|
|
66
|
+
},
|
|
67
|
+
"FORM": {
|
|
68
|
+
"BUTTONS": {
|
|
69
|
+
"SEND": "Enviar"
|
|
70
|
+
},
|
|
71
|
+
"FIELDS": {
|
|
72
|
+
"ATTACHMENTS": "Anexos",
|
|
73
|
+
"DESCRIPTION": "Descrição",
|
|
74
|
+
"DESCRIPTION_PLACEHOLDER": "Insira a descrição...",
|
|
75
|
+
"EMAIL": "Email",
|
|
76
|
+
"EMAIL_PLACEHOLDER": "Insira o seu email…",
|
|
77
|
+
"NAME": "$t(Name)",
|
|
78
|
+
"NAME_PLACEHOLDER": "Insira seu nome...",
|
|
79
|
+
"SUBJECT": "Assunto",
|
|
80
|
+
"SUBJECT_PLACEHOLDER": "Insira o assunto...",
|
|
81
|
+
"TITLE": "Contacte-nos",
|
|
82
|
+
"UPLOAD_FILES": "<strong>Carregar ficheiro(s) (max. 5)</strong><br/><small>Clique para adicionar ou arraste e solte os ficheiros.</small>"
|
|
83
|
+
},
|
|
84
|
+
"TITLE": "Bem-vindo ao apoio"
|
|
85
|
+
},
|
|
86
|
+
"SUPPORT": "Apoio",
|
|
87
|
+
"TABLE": {
|
|
88
|
+
"CODE": "Mensagem",
|
|
89
|
+
"FIELD": "Campo"
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
"RELEASE-NOTES": {
|
|
93
|
+
"WHATS_NEWS": "Welcome to {{app}} v{{version}} - What's News?",
|
|
94
|
+
"TITLE": "Release Notes",
|
|
95
|
+
"TEXT_SINGULAR": "Release Note",
|
|
96
|
+
"ADD_RELEASE_NOTE": "Add Release Note",
|
|
97
|
+
"UPD_RELEASE_NOTE": "Edit Release Note",
|
|
98
|
+
"ADD_NEW_SLIDE": "Add new slide",
|
|
99
|
+
"REMOVE_CURRENT_SLIDE": "Remove current slide",
|
|
100
|
+
"FORM": {
|
|
101
|
+
"FIELDS": {
|
|
102
|
+
"APP": "App",
|
|
103
|
+
"APP_PLACEHOLDER": "Select an app...",
|
|
104
|
+
"VERSION": "Version",
|
|
105
|
+
"VERSION_PLACEHOLDER": "Type the version...",
|
|
106
|
+
"VERSION_TOOLTIP": "The version of the selected application.",
|
|
107
|
+
"DEPLOY_DATE": "Deploy Date",
|
|
108
|
+
"TITLE": "Title...",
|
|
109
|
+
"DESCRIPTION": "Description...",
|
|
110
|
+
"DO_NOT_SHOW_AGAIN": "Do not show again until next update"
|
|
111
|
+
},
|
|
112
|
+
"ADD_NEW_FIELD": "Add new field"
|
|
113
|
+
}
|
|
114
|
+
},
|
|
115
|
+
"USERS": {
|
|
116
|
+
"CANCEL": "Cancel",
|
|
117
|
+
"EDIT": "Edit",
|
|
118
|
+
"EMAIL": "Email",
|
|
119
|
+
"EMAIL_PLACEHOLDER": "email@exemple.pt, email.exemple@exemple-exemple.com...",
|
|
120
|
+
"FIRST_NAME": "First name",
|
|
121
|
+
"FIRST_NAME_PLACEHOLDER": "Please insert the first name...",
|
|
122
|
+
"LAST_NAME": "Last name",
|
|
123
|
+
"LAST_NAME_PLACEHOLDER": "Please insert the last name...",
|
|
124
|
+
"PASSWORD": "Password",
|
|
125
|
+
"PASSWORD_PLACEHOLDER": "Please insert the password...",
|
|
126
|
+
"PASSWORD-CONFIRM": "Confirm password",
|
|
127
|
+
"PASSWORD-CONFIRM_PLACEHOLDER": "Please confirm the password...",
|
|
128
|
+
"PROFILE": "Profile",
|
|
129
|
+
"SUBMIT": "Save",
|
|
130
|
+
"USERNAME": "Username",
|
|
131
|
+
"USERNAME_PLACEHOLDER": "Please insert the username...",
|
|
132
|
+
"PASSWORD_HINT": "Must be: <ul><li>At least 1 uppercase letter</li><li>At least 1 special character: <b>!@#$%^&*</b></li><li>Minimum 7 characters</li></ul>"
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
;
|
|
137
|
+
|
|
138
|
+
export default _default;
|
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"translation": {
|
|
3
|
+
"GENERAL": {
|
|
4
|
+
"BACK": "Back",
|
|
5
|
+
"NEXT": "Next",
|
|
6
|
+
"SAVE": "Save",
|
|
7
|
+
"DO_NOT_USE_IMAGE": "Do not use image",
|
|
8
|
+
"ACTIONS": {
|
|
9
|
+
"CLOSE": "Close",
|
|
10
|
+
"DELETE": "Delete",
|
|
11
|
+
"EDIT": "Edit",
|
|
12
|
+
"NEXT": "Next"
|
|
13
|
+
},
|
|
14
|
+
"APP": "App",
|
|
15
|
+
"BACK_LOGIN": "Back to login",
|
|
16
|
+
"FORM": {
|
|
17
|
+
"ERRORS": {
|
|
18
|
+
"CONFIRM_PASSWORD": "The passwords must be the same!",
|
|
19
|
+
"EMAIL": "The email have to be this format 'email@exemple.com'",
|
|
20
|
+
"NOT_EMPTY": "This field is mandatory",
|
|
21
|
+
"VERSION": "The version must end with a numeric value",
|
|
22
|
+
"FORMAT": "The format must be like 'X.X.X'"
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"MENU": "Menu",
|
|
26
|
+
"MESSAGES": {
|
|
27
|
+
"ERROR": {
|
|
28
|
+
"EMAIL_EXISTS": "Email already exists",
|
|
29
|
+
"ITEM_CREATE": "Error trying to add {{item}}",
|
|
30
|
+
"ITEM_DELETE": "Error trying to delete {{item}}",
|
|
31
|
+
"ITEM_UPDATE": "Error trying to update {{item}}",
|
|
32
|
+
"UNAUTHORIZED": "Sorry, you are not authorized to access this page.",
|
|
33
|
+
"USERNAME_EXISTS": "Username already exists",
|
|
34
|
+
"RELEASE_NOTE": {
|
|
35
|
+
"0": "Version already exists",
|
|
36
|
+
"1": "Deployed date must be greater than the last",
|
|
37
|
+
"2": "Invalid Request parameters"
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
"SUCCESS": {
|
|
41
|
+
"ITEM_CREATE": "{{item}} added successfully",
|
|
42
|
+
"ITEM_DELETE": "{{item}} deleted successfully",
|
|
43
|
+
"ITEM_UPDATE": "{{item}} updated successfully"
|
|
44
|
+
},
|
|
45
|
+
"WARNING": {
|
|
46
|
+
"DELETE_CONFIRM": "You are about to delete this menu. Do you want proceed?"
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
"REMOVE": "Remove",
|
|
50
|
+
"ROLE": "Role",
|
|
51
|
+
"TENANT": "Organization",
|
|
52
|
+
"THEMES": {
|
|
53
|
+
"DARK": "Dark mode",
|
|
54
|
+
"LIGHT": "Light mode",
|
|
55
|
+
"TOOLTIP": "Click to switch to {{theme}}"
|
|
56
|
+
},
|
|
57
|
+
"UPLOAD": "Upload",
|
|
58
|
+
"USER": "User",
|
|
59
|
+
"UPLOAD_LABEL": "Click or drag file to this area to upload",
|
|
60
|
+
"JPG_PNG_WARNING": "Only supports JPG or PNG files."
|
|
61
|
+
},
|
|
62
|
+
"HELPDESK": {
|
|
63
|
+
"ERRORS_CODE": {
|
|
64
|
+
"DATATYPE_MISMATCH": "Ar trebui să conțină doar elemente de tip format de fișier valid",
|
|
65
|
+
"INVALID_VALUE": "Valoare invalida"
|
|
66
|
+
},
|
|
67
|
+
"FORM": {
|
|
68
|
+
"BUTTONS": {
|
|
69
|
+
"SEND": "Trimite"
|
|
70
|
+
},
|
|
71
|
+
"FIELDS": {
|
|
72
|
+
"ATTACHMENTS": "Atașamente",
|
|
73
|
+
"DESCRIPTION": "Descriere",
|
|
74
|
+
"DESCRIPTION_PLACEHOLDER": "Introduceți descrierea...",
|
|
75
|
+
"EMAIL": "Email",
|
|
76
|
+
"EMAIL_PLACEHOLDER": "Introduceți e-mailul dvs...",
|
|
77
|
+
"NAME": "$t(Name)",
|
|
78
|
+
"NAME_PLACEHOLDER": "Introduceți numele dvs...",
|
|
79
|
+
"SUBJECT": "Subiect",
|
|
80
|
+
"SUBJECT_PLACEHOLDER": "Introduceți subiectul...",
|
|
81
|
+
"TITLE": "Contactaţi-ne",
|
|
82
|
+
"UPLOAD_FILES": "<strong>Încărcați fișiere (max. 5)</strong><br/><small>Faceți clic pentru a adăuga sau trage și plasați fișiere.</small>"
|
|
83
|
+
},
|
|
84
|
+
"TITLE": "Bun venit la sprijin"
|
|
85
|
+
},
|
|
86
|
+
"SUPPORT": "A sustine",
|
|
87
|
+
"TABLE": {
|
|
88
|
+
"CODE": "Mesaj",
|
|
89
|
+
"FIELD": "Camp"
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
"RELEASE-NOTES": {
|
|
93
|
+
"WHATS_NEWS": "Welcome to {{app}} v{{version}} - What's News?",
|
|
94
|
+
"TITLE": "Release Notes",
|
|
95
|
+
"TEXT_SINGULAR": "Release Note",
|
|
96
|
+
"ADD_RELEASE_NOTE": "Add Release Note",
|
|
97
|
+
"UPD_RELEASE_NOTE": "Edit Release Note",
|
|
98
|
+
"ADD_NEW_SLIDE": "Add new slide",
|
|
99
|
+
"REMOVE_CURRENT_SLIDE": "Remove current slide",
|
|
100
|
+
"FORM": {
|
|
101
|
+
"FIELDS": {
|
|
102
|
+
"APP": "App",
|
|
103
|
+
"APP_PLACEHOLDER": "Select an app...",
|
|
104
|
+
"VERSION": "Version",
|
|
105
|
+
"VERSION_PLACEHOLDER": "Type the version...",
|
|
106
|
+
"VERSION_TOOLTIP": "The version of the selected application.",
|
|
107
|
+
"DEPLOY_DATE": "Deploy Date",
|
|
108
|
+
"TITLE": "Title...",
|
|
109
|
+
"DESCRIPTION": "Description...",
|
|
110
|
+
"DO_NOT_SHOW_AGAIN": "Do not show again until next update"
|
|
111
|
+
},
|
|
112
|
+
"ADD_NEW_FIELD": "Add new field"
|
|
113
|
+
}
|
|
114
|
+
},
|
|
115
|
+
"USERS": {
|
|
116
|
+
"CANCEL": "Cancel",
|
|
117
|
+
"EDIT": "Edit",
|
|
118
|
+
"EMAIL": "Email",
|
|
119
|
+
"EMAIL_PLACEHOLDER": "email@exemple.pt, email.exemple@exemple-exemple.com...",
|
|
120
|
+
"FIRST_NAME": "First name",
|
|
121
|
+
"FIRST_NAME_PLACEHOLDER": "Please insert the first name...",
|
|
122
|
+
"LAST_NAME": "Last name",
|
|
123
|
+
"LAST_NAME_PLACEHOLDER": "Please insert the last name...",
|
|
124
|
+
"PASSWORD": "Password",
|
|
125
|
+
"PASSWORD_PLACEHOLDER": "Please insert the password...",
|
|
126
|
+
"PASSWORD-CONFIRM": "Confirm password",
|
|
127
|
+
"PASSWORD-CONFIRM_PLACEHOLDER": "Please confirm the password...",
|
|
128
|
+
"PROFILE": "Profile",
|
|
129
|
+
"SUBMIT": "Save",
|
|
130
|
+
"USERNAME": "Username",
|
|
131
|
+
"USERNAME_PLACEHOLDER": "Please insert the username...",
|
|
132
|
+
"PASSWORD_HINT": "Must be: <ul><li>At least 1 uppercase letter</li><li>At least 1 special character: <b>!@#$%^&*</b></li><li>Minimum 7 characters</li></ul>"
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
;
|
|
137
|
+
|
|
138
|
+
export default _default;
|