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.
@@ -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": "Contate-nos",
82
+ "UPLOAD_FILES": "<strong>Subir arquivo(s) (max. 5)</strong><br/><small>Clique para adicionar ou arraste e solte o(s) arquivo(s).</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": "It should contain elements of type valid file format only",
65
+ "INVALID_VALUE": "Invalid value"
66
+ },
67
+ "FORM": {
68
+ "BUTTONS": {
69
+ "SEND": "Send"
70
+ },
71
+ "FIELDS": {
72
+ "ATTACHMENTS": "Attachments",
73
+ "DESCRIPTION": "Description",
74
+ "DESCRIPTION_PLACEHOLDER": "Insert description…",
75
+ "EMAIL": "Email",
76
+ "EMAIL_PLACEHOLDER": "Insert your email...",
77
+ "NAME": "$t(Name)",
78
+ "NAME_PLACEHOLDER": "Insert your name...",
79
+ "SUBJECT": "Subject",
80
+ "SUBJECT_PLACEHOLDER": "Insert subject...",
81
+ "TITLE": "Contact us",
82
+ "UPLOAD_FILES": "<strong>Upload files (max. 5)</strong><br/><small>Click to add or drag and drop files.</small>"
83
+ },
84
+ "TITLE": "Welcome to support"
85
+ },
86
+ "SUPPORT": "Support",
87
+ "TABLE": {
88
+ "CODE": "Message",
89
+ "FIELD": "Field"
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>Minimum 7 characters</li><li>At least 1 uppercase letter</li><li>At least 1 special character: <b>!@#$%^&*</b></li><li>At least 1 number</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": "Debe contener elementos de tipo formato de archivo válido únicamente.",
65
+ "INVALID_VALUE": "Valor no válido"
66
+ },
67
+ "FORM": {
68
+ "BUTTONS": {
69
+ "SEND": "Enviar"
70
+ },
71
+ "FIELDS": {
72
+ "ATTACHMENTS": "Archivos adjuntos",
73
+ "DESCRIPTION": "Descripción",
74
+ "DESCRIPTION_PLACEHOLDER": "Insertar descripción...",
75
+ "EMAIL": "Correo",
76
+ "EMAIL_PLACEHOLDER": "Introduzca su correo electrónico...",
77
+ "NAME": "$t(Name)",
78
+ "NAME_PLACEHOLDER": "Introduzca su nombre...",
79
+ "SUBJECT": "Asunto",
80
+ "SUBJECT_PLACEHOLDER": "Insertar asunto...",
81
+ "TITLE": "Contacta con nosotros",
82
+ "UPLOAD_FILES": "<strong>Subir archivos (máx. 5)</strong><br/><small>Haga clic para agregar o arrastrar y soltar archivos.</small>"
83
+ },
84
+ "TITLE": "Bienvenido a apoyo"
85
+ },
86
+ "SUPPORT": "Apoyo",
87
+ "TABLE": {
88
+ "CODE": "Mensaje",
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": "It should contain elements of type valid file format only",
65
+ "INVALID_VALUE": "Invalid value"
66
+ },
67
+ "FORM": {
68
+ "BUTTONS": {
69
+ "SEND": "Send"
70
+ },
71
+ "FIELDS": {
72
+ "ATTACHMENTS": "Attachments",
73
+ "DESCRIPTION": "Description",
74
+ "DESCRIPTION_PLACEHOLDER": "Insert description…",
75
+ "EMAIL": "Email",
76
+ "EMAIL_PLACEHOLDER": "Insert your email...",
77
+ "NAME": "$t(Name)",
78
+ "NAME_PLACEHOLDER": "Insert your name...",
79
+ "SUBJECT": "Subject",
80
+ "SUBJECT_PLACEHOLDER": "Insert subject...",
81
+ "TITLE": "Contact us",
82
+ "UPLOAD_FILES": "<strong>Upload files (max. 5)</strong><br/><small>Click to add or drag and drop files.</small>"
83
+ },
84
+ "TITLE": "Welcome to support"
85
+ },
86
+ "SUPPORT": "Support",
87
+ "TABLE": {
88
+ "CODE": "Message",
89
+ "FIELD": "Field"
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;