aquasis-fe-components 1.2.16 → 1.3.0

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.
@@ -1,118 +0,0 @@
1
- declare const _default: {
2
- "translation": {
3
- "GENERAL": {
4
- "BACK": "Back",
5
- "NEXT": "Next",
6
- "SAVE": "Save",
7
- "ACTIONS": {
8
- "CLOSE": "Close",
9
- "DELETE": "Delete",
10
- "EDIT": "Edit",
11
- "NEXT": "Next"
12
- },
13
- "APP": "App",
14
- "BACK_LOGIN": "Back to login",
15
- "FORM": {
16
- "ERRORS": {
17
- "CONFIRM_PASSWORD": "The passwords must be the same!",
18
- "EMAIL": "The email have to be this format 'email@exemple.com'",
19
- "NOT_EMPTY": "This field is mandatory",
20
- "VERSION": "The version must end with a numeric value",
21
- "FORMAT": "The format must be like 'X.X.X'"
22
- }
23
- },
24
- "MENU": "Menu",
25
- "MESSAGES": {
26
- "ERROR": {
27
- "EMAIL_EXISTS": "Email already exists",
28
- "ITEM_CREATE": "Error trying to add {{item}}",
29
- "ITEM_DELETE": "Error trying to delete {{item}}",
30
- "ITEM_UPDATE": "Error trying to update {{item}}",
31
- "UNAUTHORIZED": "Sorry, you are not authorized to access this page.",
32
- "USERNAME_EXISTS": "Username already exists",
33
- "RELEASE_NOTE": {
34
- "0": "Version already exists",
35
- "1": "Deployed date must be greater than the last",
36
- "2": "Invalid Request parameters"
37
- }
38
- },
39
- "SUCCESS": {
40
- "ITEM_CREATE": "{{item}} added successfully",
41
- "ITEM_DELETE": "{{item}} deleted successfully",
42
- "ITEM_UPDATE": "{{item}} updated successfully"
43
- },
44
- "WARNING": {
45
- "DELETE_CONFIRM": "You are about to delete this menu. Do you want proceed?"
46
- }
47
- },
48
- "REMOVE": "Remove",
49
- "ROLE": "Role",
50
- "TENANT": "Organization",
51
- "THEMES": {
52
- "DARK": "Dark mode",
53
- "LIGHT": "Light mode",
54
- "TOOLTIP": "Click to switch to {{theme}}"
55
- },
56
- "UPLOAD": "Upload",
57
- "USER": "User",
58
- "UPLOAD_LABEL": "Click or drag file to this area to upload",
59
- "JPG_PNG_WARNING": "Only supports JPG or PNG files."
60
- },
61
- "HELPDESK": {
62
- "ERRORS_CODE": {
63
- "DATATYPE_MISMATCH": "Debe contener elementos de tipo formato de archivo válido únicamente.",
64
- "INVALID_VALUE": "Valor no válido"
65
- },
66
- "FORM": {
67
- "BUTTONS": {
68
- "SEND": "Enviar"
69
- },
70
- "FIELDS": {
71
- "ATTACHMENTS": "Archivos adjuntos",
72
- "DESCRIPTION": "Descripción",
73
- "DESCRIPTION_PLACEHOLDER": "Insertar descripción...",
74
- "EMAIL": "Correo",
75
- "EMAIL_PLACEHOLDER": "Introduzca su correo electrónico...",
76
- "NAME": "$t(Name)",
77
- "NAME_PLACEHOLDER": "Introduzca su nombre...",
78
- "SUBJECT": "Asunto",
79
- "SUBJECT_PLACEHOLDER": "Insertar asunto...",
80
- "TITLE": "Contacta con nosotros",
81
- "UPLOAD_FILES": "<strong>Subir archivos (máx. 5)</strong><br/><small>Haga clic para agregar o arrastrar y soltar archivos.</small>"
82
- },
83
- "TITLE": "Bienvenido a apoyo"
84
- },
85
- "SUPPORT": "Apoyo",
86
- "TABLE": {
87
- "CODE": "Mensaje",
88
- "FIELD": "Campo"
89
- }
90
- },
91
- "RELEASE-NOTES": {
92
- "WHATS_NEWS": "Welcome to {{app}} v{{version}} - What's News?",
93
- "TITLE": "Release Notes",
94
- "TEXT_SINGULAR": "Release Note",
95
- "ADD_RELEASE_NOTE": "Add Release Note",
96
- "UPD_RELEASE_NOTE": "Edit Release Note",
97
- "ADD_NEW_SLIDE": "Add new slide",
98
- "REMOVE_CURRENT_SLIDE": "Remove current slide",
99
- "FORM": {
100
- "FIELDS": {
101
- "APP": "App",
102
- "APP_PLACEHOLDER": "Select an app...",
103
- "VERSION": "Version",
104
- "VERSION_PLACEHOLDER": "Type the version...",
105
- "VERSION_TOOLTIP": "The version of the selected application.",
106
- "DEPLOY_DATE": "Deploy Date",
107
- "TITLE": "Title...",
108
- "DESCRIPTION": "Description...",
109
- "DO_NOT_SHOW_AGAIN": "Do not show again until next update"
110
- },
111
- "ADD_NEW_FIELD": "Add new field"
112
- }
113
- }
114
- }
115
- }
116
- ;
117
-
118
- export default _default;