@zextras/carbonio-shell-ui 2.0.1 → 2.0.2
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/CHANGELOG.md +2 -0
- package/dist/PKGBUILD +7 -7
- package/dist/commit +1 -1
- package/dist/component.json +3 -3
- package/dist/i18n/es.json +85 -85
- package/dist/i18n/fr.json +1 -1
- package/dist/i18n/hi.json +1 -1
- package/dist/i18n/id.json +1 -1
- package/dist/i18n/it.json +1 -1
- package/dist/i18n/ja.json +1 -1
- package/dist/i18n/nl.json +1 -1
- package/dist/i18n/pl.json +1 -1
- package/dist/i18n/pt.json +0 -1
- package/dist/i18n/pt_BR.json +1 -1
- package/dist/i18n/th.json +1 -1
- package/dist/i18n/tr.json +1 -1
- package/dist/i18n/zh_Hans.json +1 -1
- package/dist/index.html +1 -1
- package/dist/{node_modules_core-js_internals_add-to-unscopables_js-src_workers_folder_ts.d20428ff.chunk.js → node_modules_core-js_internals_add-to-unscopables_js-src_workers_folder_ts.dd17b97f.chunk.js} +2 -2
- package/dist/{node_modules_core-js_internals_add-to-unscopables_js-src_workers_folder_ts.d20428ff.chunk.js.map → node_modules_core-js_internals_add-to-unscopables_js-src_workers_folder_ts.dd17b97f.chunk.js.map} +1 -1
- package/dist/{src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.a42878c4.chunk.js → src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.ee783722.chunk.js} +6 -6
- package/dist/{src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.a42878c4.chunk.js.map → src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.ee783722.chunk.js.map} +1 -1
- package/dist/{src_workers_tag_ts.8c91151d.chunk.js → src_workers_tag_ts.827addd8.chunk.js} +2 -2
- package/dist/{src_workers_tag_ts.8c91151d.chunk.js.map → src_workers_tag_ts.827addd8.chunk.js.map} +1 -1
- package/dist/{style.3380d65d.css → style.e561dcf5.css} +29 -29
- package/dist/{style.3380d65d.css.map → style.e561dcf5.css.map} +1 -1
- package/dist/zapp-shell.bundle.js +2 -2
- package/dist/zapp-shell.bundle.js.map +1 -1
- package/package.json +1 -1
package/dist/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [2.0.2](https://github.com/zextras/carbonio-shell-ui/compare/v2.0.1...v2.0.2) (2023-03-13)
|
|
6
|
+
|
|
5
7
|
### [2.0.1](https://github.com/zextras/carbonio-shell-ui/compare/v2.0.0...v2.0.1) (2023-03-02)
|
|
6
8
|
|
|
7
9
|
|
package/dist/PKGBUILD
CHANGED
|
@@ -10,7 +10,7 @@ targets=(
|
|
|
10
10
|
"ubuntu"
|
|
11
11
|
)
|
|
12
12
|
pkgname="carbonio-shell-ui"
|
|
13
|
-
pkgver="2.0.
|
|
13
|
+
pkgver="2.0.2"
|
|
14
14
|
pkgrel="1"
|
|
15
15
|
pkgdesc="The Zextras Carbonio web client"
|
|
16
16
|
pkgdesclong=(
|
|
@@ -35,11 +35,11 @@ preinst() {
|
|
|
35
35
|
|
|
36
36
|
package() {
|
|
37
37
|
cd "${srcdir}"
|
|
38
|
-
mkdir -p "${pkgdir}/opt/zextras/web/iris/${pkgname}/
|
|
39
|
-
cp -a ../dist/* "${pkgdir}/opt/zextras/web/iris/${pkgname}/
|
|
40
|
-
chown root:root -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/
|
|
41
|
-
chmod 644 -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/
|
|
42
|
-
find "${pkgdir}/opt/zextras/web/iris/${pkgname}/
|
|
38
|
+
mkdir -p "${pkgdir}/opt/zextras/web/iris/${pkgname}/60d96fec9a669fb88c1704d3b6310e1f873953df"
|
|
39
|
+
cp -a ../dist/* "${pkgdir}/opt/zextras/web/iris/${pkgname}/60d96fec9a669fb88c1704d3b6310e1f873953df" || true
|
|
40
|
+
chown root:root -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/60d96fec9a669fb88c1704d3b6310e1f873953df"
|
|
41
|
+
chmod 644 -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/60d96fec9a669fb88c1704d3b6310e1f873953df"
|
|
42
|
+
find "${pkgdir}/opt/zextras/web/iris/${pkgname}/60d96fec9a669fb88c1704d3b6310e1f873953df" -type d -exec chmod a+x "{}" \;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
postinst() {
|
|
@@ -47,7 +47,7 @@ postinst() {
|
|
|
47
47
|
mkdir -p "/opt/zextras/web/iris/${pkgname}/current"
|
|
48
48
|
|
|
49
49
|
# not every package has a index.html
|
|
50
|
-
cd "/opt/zextras/web/iris/${pkgname}/
|
|
50
|
+
cd "/opt/zextras/web/iris/${pkgname}/60d96fec9a669fb88c1704d3b6310e1f873953df"
|
|
51
51
|
find . -name "*.html" -exec cp --parents "{}" /opt/zextras/web/iris/${pkgname}/current/ \;
|
|
52
52
|
|
|
53
53
|
# re-generate the component list, for every component
|
package/dist/commit
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
60d96fec9a669fb88c1704d3b6310e1f873953df
|
package/dist/component.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "carbonio-shell-ui",
|
|
3
|
-
"js_entrypoint": "/static/iris/carbonio-shell-ui/
|
|
3
|
+
"js_entrypoint": "/static/iris/carbonio-shell-ui/60d96fec9a669fb88c1704d3b6310e1f873953df/zapp-shell.bundle.js",
|
|
4
4
|
"description": "The Zextras Carbonio web client",
|
|
5
|
-
"version": "2.0.
|
|
6
|
-
"commit": "
|
|
5
|
+
"version": "2.0.2",
|
|
6
|
+
"commit": "60d96fec9a669fb88c1704d3b6310e1f873953df",
|
|
7
7
|
"priority": -1,
|
|
8
8
|
"type": "shell",
|
|
9
9
|
"attrKey": "",
|
package/dist/i18n/es.json
CHANGED
|
@@ -2,31 +2,31 @@
|
|
|
2
2
|
"search": {
|
|
3
3
|
"module": "Módulo",
|
|
4
4
|
"app": "Búsqueda",
|
|
5
|
-
"active_input_label": "Separa las palabras clave
|
|
6
|
-
"clear": "
|
|
5
|
+
"active_input_label": "Separa las palabras clave presionando coma o espacio",
|
|
6
|
+
"clear": "Borrar términos de búsqueda",
|
|
7
7
|
"idle_input_label": "Buscar en {{module}}",
|
|
8
|
-
"start": "
|
|
9
|
-
"already_clear": "
|
|
10
|
-
"type_to_start_search": "
|
|
11
|
-
"type_or_choose_suggestion": "
|
|
12
|
-
"unable_to_parse_query": "No se
|
|
8
|
+
"start": "Buscar",
|
|
9
|
+
"already_clear": "Los términos de la búsqueda ya han sido borrados",
|
|
10
|
+
"type_to_start_search": "Escribe las palabras clave para iniciar la búsqueda",
|
|
11
|
+
"type_or_choose_suggestion": "Escribe las palabras clave para iniciar la búsqueda",
|
|
12
|
+
"unable_to_parse_query": "No se ha podido completar la búsqueda. Bórrala e intenta nuevamente"
|
|
13
13
|
},
|
|
14
14
|
"settings": {
|
|
15
15
|
"appearance": {
|
|
16
16
|
"labels": {
|
|
17
|
-
"choose_size_pangram": "
|
|
17
|
+
"choose_size_pangram": "La cigüeña tocaba el saxofón detrás del palenque de paja.",
|
|
18
18
|
"a": "A",
|
|
19
19
|
"increase_disabled": "Tamaño máximo alcanzado",
|
|
20
20
|
"increase": "Aumentar tamaño",
|
|
21
21
|
"decrease_disabled": "Tamaño mínimo alcanzado",
|
|
22
22
|
"decrease": "Reducir tamaño",
|
|
23
|
-
"choose_size_description": "
|
|
24
|
-
"choose_size_auto": "
|
|
23
|
+
"choose_size_description": "Seleccionar manualmente el tamaño para el entorno de Carbonio",
|
|
24
|
+
"choose_size_auto": "Adaptar el tamaño del texto automáticamente según el dispositivo"
|
|
25
25
|
},
|
|
26
26
|
"option_s": "Pequeño",
|
|
27
27
|
"option_l": "Grande",
|
|
28
28
|
"option_xl": "Muy grande",
|
|
29
|
-
"option_xs": "
|
|
29
|
+
"option_xs": "Muy pequeño",
|
|
30
30
|
"option_m": "Medio"
|
|
31
31
|
},
|
|
32
32
|
"out_of_office": {
|
|
@@ -36,31 +36,31 @@
|
|
|
36
36
|
"all_day": "Todo el día:",
|
|
37
37
|
"auto_reply_message": "Mensaje de respuesta automática:",
|
|
38
38
|
"auto_reply_message_external": "Mensaje de respuesta automática para remitentes externos:",
|
|
39
|
-
"create_appointment": "Crear
|
|
39
|
+
"create_appointment": "Crear evento:",
|
|
40
40
|
"end_time": "Hora de finalización:",
|
|
41
41
|
"external_senders": "Remitentes externos",
|
|
42
|
-
"out_of_office_status": "
|
|
43
|
-
"send_auto_reply_period": "Enviar respuestas automáticas durante el siguiente
|
|
42
|
+
"out_of_office_status": "Mostrar como:",
|
|
43
|
+
"send_auto_reply_period": "Enviar respuestas automáticas durante el siguiente intervalo:",
|
|
44
44
|
"start_time": "Hora de inicio:"
|
|
45
45
|
},
|
|
46
46
|
"status": {
|
|
47
47
|
"busy": "Ocupado"
|
|
48
48
|
},
|
|
49
49
|
"external_senders": {
|
|
50
|
-
"do_not_send_to_external": "No enviar
|
|
51
|
-
"send_custom_in_organisation": "Enviar un mensaje personalizado a
|
|
52
|
-
"send_custom_not_in_organisation": "Enviar un mensaje personalizado a
|
|
50
|
+
"do_not_send_to_external": "No enviar respuestas automáticas a remitentes externos",
|
|
51
|
+
"send_custom_in_organisation": "Enviar un mensaje personalizado a quienes no trabajan en mi organización",
|
|
52
|
+
"send_custom_not_in_organisation": "Enviar un mensaje personalizado a quienes no trabajan en mi organización ni están en mi libreta de direcciones",
|
|
53
53
|
"send_standard_auto_reply": "Enviar mensaje de respuesta automática estándar"
|
|
54
54
|
},
|
|
55
55
|
"do_not_send_auto_replies": "No enviar respuestas automáticas",
|
|
56
56
|
"headings": {
|
|
57
|
-
"create_appointment": "
|
|
58
|
-
"settings_label": "
|
|
59
|
-
"time_period": "
|
|
57
|
+
"create_appointment": "Evento del calendario",
|
|
58
|
+
"settings_label": "Respuestas automáticas",
|
|
59
|
+
"time_period": "Intervalo"
|
|
60
60
|
},
|
|
61
61
|
"send_auto_replies": "Enviar respuestas automáticas"
|
|
62
62
|
},
|
|
63
|
-
"app": "
|
|
63
|
+
"app": "Ajustes",
|
|
64
64
|
"button": {
|
|
65
65
|
"primary": "Guardar",
|
|
66
66
|
"confirm": "Confirmar"
|
|
@@ -82,34 +82,34 @@
|
|
|
82
82
|
"choose": "Seleccionar",
|
|
83
83
|
"search_settings": {
|
|
84
84
|
"labels": {
|
|
85
|
-
"include_search_in_shared_folder": "Incluir
|
|
86
|
-
"include_search_in_spam_folder": "Incluir carpeta Spam en las búsquedas",
|
|
87
|
-
"include_search_in_trash_folder": "Incluir
|
|
85
|
+
"include_search_in_shared_folder": "Incluir las carpetas compartidas en las búsquedas",
|
|
86
|
+
"include_search_in_spam_folder": "Incluir la carpeta Spam en las búsquedas",
|
|
87
|
+
"include_search_in_trash_folder": "Incluir elementos de la Papelera en las búsquedas"
|
|
88
88
|
}
|
|
89
89
|
}
|
|
90
90
|
},
|
|
91
91
|
"new": "Nuevo",
|
|
92
92
|
"message": {
|
|
93
93
|
"snackbar": {
|
|
94
|
-
"settings_saved": "
|
|
95
|
-
"identities_quota_exceeded": "La identidad no pudo
|
|
94
|
+
"settings_saved": "Se han guardado los cambios",
|
|
95
|
+
"identities_quota_exceeded": "La identidad no pudo ser creada porque has superado el máximo de identidades permitido"
|
|
96
96
|
},
|
|
97
|
-
"reload": "\t¿
|
|
97
|
+
"reload": "\t¿Recargar Carbonio ahora para mostrar el nuevo idioma?\nDe lo contrario el cambio se aplicará con el próximo inicio de sesión"
|
|
98
98
|
},
|
|
99
99
|
"snackbar": {
|
|
100
|
-
"error": "Algo
|
|
100
|
+
"error": "Algo ha salido mal. Intenta nuevamente"
|
|
101
101
|
},
|
|
102
102
|
"module": {
|
|
103
103
|
"app": {
|
|
104
|
-
"version": "
|
|
104
|
+
"version": "Versión de las aplicaciones"
|
|
105
105
|
}
|
|
106
106
|
},
|
|
107
107
|
"new_tab": "Nueva pestaña",
|
|
108
108
|
"user_quota": {
|
|
109
|
-
"limited": "
|
|
110
|
-
"unlimited": "
|
|
111
|
-
"space_full": "
|
|
112
|
-
"title": "Cuota de
|
|
109
|
+
"limited": "Ocupado {{quota}}% del espacio disponible",
|
|
110
|
+
"unlimited": "No hay límite de cuota",
|
|
111
|
+
"space_full": "Todo el espacio asignado está ocupado",
|
|
112
|
+
"title": "Cuota de espacio"
|
|
113
113
|
},
|
|
114
114
|
"label": {
|
|
115
115
|
"cancel": "Cancelar",
|
|
@@ -120,14 +120,14 @@
|
|
|
120
120
|
"clear_search_query": "BORRAR BÚSQUEDA",
|
|
121
121
|
"discard_changes": "DESCARTAR CAMBIOS",
|
|
122
122
|
"reload": "Recargar",
|
|
123
|
-
"time_zone": "
|
|
123
|
+
"time_zone": "Zona horaria",
|
|
124
124
|
"accounts": "Cuentas",
|
|
125
125
|
"address": "Dirección",
|
|
126
|
-
"advanced_settings": "
|
|
126
|
+
"advanced_settings": "Ajustes avanzados",
|
|
127
127
|
"delete": "Eliminar",
|
|
128
128
|
"delete_permanently": "Eliminar permanentemente",
|
|
129
|
-
"email_address": "Dirección de
|
|
130
|
-
"filter_folders": "
|
|
129
|
+
"email_address": "Dirección de e-mail",
|
|
130
|
+
"filter_folders": "Buscar carpeta",
|
|
131
131
|
"folders": "Carpetas",
|
|
132
132
|
"go_back": "Volver",
|
|
133
133
|
"inbox": "Bandeja de entrada",
|
|
@@ -136,66 +136,66 @@
|
|
|
136
136
|
"no_results": "No se han encontrado resultados",
|
|
137
137
|
"password": "Contraseña",
|
|
138
138
|
"primary": "Primario",
|
|
139
|
-
"remove": "
|
|
139
|
+
"remove": "Eliminar",
|
|
140
140
|
"save": "Guardar",
|
|
141
141
|
"secondary": "Secundario",
|
|
142
142
|
"account_menu": "Menú de la cuenta",
|
|
143
143
|
"account_name": "Nombre de la cuenta",
|
|
144
144
|
"account_type": "Tipo de cuenta",
|
|
145
145
|
"account_username": "Nombre de usuario",
|
|
146
|
-
"accounts_list": "
|
|
147
|
-
"add_delegate": "
|
|
146
|
+
"accounts_list": "Cuentas",
|
|
147
|
+
"add_delegate": "Nuevo delegado",
|
|
148
148
|
"add_external_account": "Añadir cuenta externa",
|
|
149
|
-
"add_new_email": "
|
|
150
|
-
"add_persona": "
|
|
149
|
+
"add_new_email": "Agregar dirección de e-mail",
|
|
150
|
+
"add_persona": "Nueva Persona",
|
|
151
151
|
"delegates": "Delegados",
|
|
152
152
|
"add_recovery_email": "Añadir e-mail de recuperación",
|
|
153
153
|
"change_pop": "Cambiar puerto POP",
|
|
154
|
-
"choose_account": "
|
|
154
|
+
"choose_account": "Elije una cuenta",
|
|
155
155
|
"choose_folder": "Seleccionar carpeta",
|
|
156
156
|
"download_messages": "Descargar mensajes en:",
|
|
157
157
|
"edit_permissions": "Editar permisos",
|
|
158
158
|
"email_server": "Servidor de e-mail (ej. \"mail.example.com\")",
|
|
159
|
-
"external_account_settings": "Ajustes
|
|
159
|
+
"external_account_settings": "Ajustes de cuenta externa",
|
|
160
160
|
"feedback": "Comentarios",
|
|
161
|
-
"folder": "Carpeta: Nueva
|
|
161
|
+
"folder": "Carpeta: Nueva cuenta externa 3",
|
|
162
162
|
"recipents": "Destinatarios",
|
|
163
163
|
"recovery_email": "E-mail de recuperación",
|
|
164
|
-
"reply_to_field_example": "
|
|
165
|
-
"use_ssl": "
|
|
166
|
-
"when_composing": "
|
|
167
|
-
"when_replying": "
|
|
164
|
+
"reply_to_field_example": "Ej.: Juan Pérez",
|
|
165
|
+
"use_ssl": "Usar conexión encriptada (SSL) al acceder a este servidor",
|
|
166
|
+
"when_composing": "Al redactar, responder o reenviar mensajes en la(s) carpeta(s):",
|
|
167
|
+
"when_replying": "Al responder o reenviar mensajes a:",
|
|
168
168
|
"button": "Botón",
|
|
169
169
|
"delete_after_download": "Eliminar mensajes del servidor después de descargar",
|
|
170
170
|
"permanent_delete_title": "¿Estás seguro que quieres eliminar esta Persona?",
|
|
171
171
|
"save_delegate_folder": "Guardar una copia de los mensajes enviados en la carpeta Enviados del delegado",
|
|
172
172
|
"unsaved_changes_line1": "¿Seguro que quieres salir de esta página sin guardar?",
|
|
173
173
|
"use_persona": "Usar esta Persona",
|
|
174
|
-
"use_personas_line1": "
|
|
175
|
-
"use_personas_line2": "Por ejemplo, si envías e-mails
|
|
174
|
+
"use_personas_line1": "Las Personas sirven para cambiar rápidamente entre diferentes perfiles al enviar e-mails.",
|
|
175
|
+
"use_personas_line2": "Por ejemplo, si envías e-mails con diferentes perfiles, crea una Persona para cambiar facilmente entre ellos.",
|
|
176
176
|
"click_to_copy": "Clic para copiar",
|
|
177
177
|
"documentation": "Documentación",
|
|
178
|
-
"dont_save": "No guardar
|
|
178
|
+
"dont_save": "No guardar copia de los mensajes enviados",
|
|
179
179
|
"from_name": "De: \"Nombre\"",
|
|
180
180
|
"imap": "IMAP",
|
|
181
|
-
"leave_anyway": "Salir
|
|
182
|
-
"passwords_recovery_settings": "
|
|
181
|
+
"leave_anyway": "Salir sin guardar",
|
|
182
|
+
"passwords_recovery_settings": "Ajustes de recuperación de contraseña",
|
|
183
183
|
"persona": "Persona",
|
|
184
|
-
"persona_name": "Nombre
|
|
185
|
-
"persona_settings": "
|
|
184
|
+
"persona_name": "Nombre asignado a la Persona",
|
|
185
|
+
"persona_settings": "Ajustes de Persona",
|
|
186
186
|
"pop3": "POP3",
|
|
187
187
|
"pop_port": "Puerto POP",
|
|
188
|
-
"save_and_leave": "Guardar
|
|
189
|
-
"save_both_folders": "Guardar una copia de los mensajes enviados
|
|
190
|
-
"save_to_my_sent_folder": "Guardar una copia de los mensajes enviados
|
|
191
|
-
"set_reply_to_field": "
|
|
192
|
-
"settings_sent_messages": "Ajustes
|
|
188
|
+
"save_and_leave": "Guardar",
|
|
189
|
+
"save_both_folders": "Guardar una copia de los mensajes enviados en mi carpeta Enviados y en la del delegado",
|
|
190
|
+
"save_to_my_sent_folder": "Guardar una copia de los mensajes enviados solo en mi carpeta Enviados",
|
|
191
|
+
"set_reply_to_field": "Habilitar el campo \"Responder a:\" en los mensajes",
|
|
192
|
+
"settings_sent_messages": "Ajustes de mensajes enviados",
|
|
193
193
|
"test_settings": "Probar ajustes",
|
|
194
|
-
"unsaved_changes": "
|
|
195
|
-
"unsaved_changes_line2": "
|
|
194
|
+
"unsaved_changes": "No se han guardado los cambios",
|
|
195
|
+
"unsaved_changes_line2": "Los cambios no guardados se perderán",
|
|
196
196
|
"update_view": "Actualizar vista",
|
|
197
197
|
"folder_external_account": "Carpeta: Nueva cuenta externa",
|
|
198
|
-
"add_inline_image": "
|
|
198
|
+
"add_inline_image": "Insertar imagen",
|
|
199
199
|
"select_image": "Seleccionar imagen"
|
|
200
200
|
},
|
|
201
201
|
"timezone": {
|
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
"asia_kuwait": "{{value}} Kuwait, Riad",
|
|
251
251
|
"asia_magadan": "{{value}} Magadán",
|
|
252
252
|
"asia_omsk": "{{value}} Omsk",
|
|
253
|
-
"asia_pyongyang": "{{value}}
|
|
253
|
+
"asia_pyongyang": "{{value}} Pionyang",
|
|
254
254
|
"asia_qyzylorda": "{{value}} Qyzylorda",
|
|
255
255
|
"asia_sakhalin": "{{value}} Sajalín",
|
|
256
256
|
"asia_seoul": "{{value}} Corea",
|
|
@@ -271,7 +271,7 @@
|
|
|
271
271
|
"australia_hobart": "{{value}} Hobart",
|
|
272
272
|
"australia_perth": "{{value}} Perth",
|
|
273
273
|
"australia_sydney": "{{value}} Canberra, Melbourne, Sídney",
|
|
274
|
-
"etc_gmt+12": "{{value}}
|
|
274
|
+
"etc_gmt+12": "{{value}} Fecha",
|
|
275
275
|
"europe_astrakhan": "{{value}} Astracán",
|
|
276
276
|
"europe_berlin": "{{value}} Ámsterdam, Berlín, Berna, Roma, Estocolmo, Viena",
|
|
277
277
|
"europe_brussels": "{{value}} Bruselas, Copenhague, Madrid, París",
|
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
"america_anchorage": "{{value}} Alaska",
|
|
299
299
|
"america_argentina_buenos_aires": "{{value}} Argentina",
|
|
300
300
|
"america_cayenne": "{{value}} Cayena, Fortaleza",
|
|
301
|
-
"america_chihuahua": "{{value}} Chihuahua, La Paz,
|
|
301
|
+
"america_chihuahua": "{{value}} Chihuahua, La Paz, Mazatlán",
|
|
302
302
|
"america_guyana": "{{value}} Georgetown, La Paz, Manaos, San Juan",
|
|
303
303
|
"america_havana": "{{value}} La Havana",
|
|
304
304
|
"america_mexico_city": "{{value}} Guadalajara, Ciudad de México, Monterrey",
|
|
@@ -312,8 +312,8 @@
|
|
|
312
312
|
"asia_hovd": "{{value}} Hovd",
|
|
313
313
|
"asia_kabul": "{{value}} Kabul",
|
|
314
314
|
"asia_kathmandu": "{{value}} Katmandú",
|
|
315
|
-
"asia_kolkata": "{{value}}
|
|
316
|
-
"asia_muscat": "{{value}} Abu
|
|
315
|
+
"asia_kolkata": "{{value}} Madrás, Calcuta, Bombay, Nueva Delhi",
|
|
316
|
+
"asia_muscat": "{{value}} Abu Dabi, Mascate",
|
|
317
317
|
"asia_novosibirsk": "{{value}} Novosibirsk (RTZ 5)",
|
|
318
318
|
"asia_taipei": "{{value}} Taipéi",
|
|
319
319
|
"asia_tehran": "{{value}} Teherán",
|
|
@@ -322,7 +322,7 @@
|
|
|
322
322
|
"asia_yekaterinburg": "{{value}} Ekaterimburgo (RTZ 4)",
|
|
323
323
|
"australia_adelaide": "{{value}} Adelaida",
|
|
324
324
|
"australia_brisbane": "{{value}} Brisbane",
|
|
325
|
-
"australia_lord_howe": "{{value}}
|
|
325
|
+
"australia_lord_howe": "{{value}} Lord Howe",
|
|
326
326
|
"europe_athens": "{{value}} Atenas, Beirut, Bucarest, Estambul",
|
|
327
327
|
"europe_belgrade": "{{value}} Belgrado, Bratislava, Budapest, Liubliana, Praga",
|
|
328
328
|
"europe_bucharest": "{{value}} Bucarest",
|
|
@@ -338,7 +338,7 @@
|
|
|
338
338
|
"pacific_norfolk": "{{value}} Norfolk"
|
|
339
339
|
},
|
|
340
340
|
"locale": {
|
|
341
|
-
"label_chinese": "Chino
|
|
341
|
+
"label_chinese": "Chino simplificado - {{value}}",
|
|
342
342
|
"label_portuguese_brazil": "Portugués - {{value}}",
|
|
343
343
|
"thai": "Tailandés",
|
|
344
344
|
"English": "Inglés",
|
|
@@ -373,39 +373,39 @@
|
|
|
373
373
|
},
|
|
374
374
|
"board": {
|
|
375
375
|
"close_tab": "Cerrar pestaña",
|
|
376
|
-
"close_tabs": "Cerrar
|
|
376
|
+
"close_tabs": "Cerrar todo",
|
|
377
377
|
"enlarge": "Agrandar ventana",
|
|
378
378
|
"hide": "Minimizar ventana",
|
|
379
|
-
"reduce": "
|
|
380
|
-
"show_tabs": "Mostrar
|
|
379
|
+
"reduce": "Restablecer ventana",
|
|
380
|
+
"show_tabs": "Mostrar todo",
|
|
381
381
|
"open_app": "Abrir en la aplicación"
|
|
382
382
|
},
|
|
383
383
|
"feedback": {
|
|
384
384
|
"other": "Otro",
|
|
385
|
-
"behaviors": "
|
|
385
|
+
"behaviors": "Funcionamiento",
|
|
386
386
|
"error": "Ocurrió un error mientras se enviaba el comentario",
|
|
387
|
-
"hint": "Recuerda
|
|
387
|
+
"hint": "Recuerda definir el asunto utilizando los módulos y los selectores de área macro antes de escribir los comentarios. Gracias por la colaboración.",
|
|
388
388
|
"missing_features": "Funcionalidades faltantes",
|
|
389
|
-
"report_something": "¿Quieres
|
|
390
|
-
"select_a_module": "
|
|
391
|
-
"select_a_topic": "
|
|
389
|
+
"report_something": "¿Quieres reportar algo?",
|
|
390
|
+
"select_a_module": "Selecciona un módulo",
|
|
391
|
+
"select_a_topic": "Selecciona el asunto",
|
|
392
392
|
"send": "ENVIAR",
|
|
393
393
|
"success": "Gracias por tus comentarios",
|
|
394
394
|
"user_interface": "Interfaz de usuario",
|
|
395
395
|
"write_here": "Escribe aquí tus comentarios",
|
|
396
|
-
"explanation": "
|
|
396
|
+
"explanation": "Envíanos tus comentarios sobre la experiencia con Zextras Carbonio. Tu opinión es importante para que podamos mejorar el producto."
|
|
397
397
|
},
|
|
398
398
|
"messages": {
|
|
399
|
-
"permanent_delete_title": "¿Seguro que quieres
|
|
400
|
-
"permanent_delete_body": "
|
|
399
|
+
"permanent_delete_title": "¿Seguro que quieres eliminarlo definitivamente?",
|
|
400
|
+
"permanent_delete_body": "Al eliminar esta Persona ya no se podrá recuperar. ¿Continuar?"
|
|
401
401
|
},
|
|
402
402
|
"share": {
|
|
403
|
-
"is_contained_in": "
|
|
403
|
+
"is_contained_in": "En carpeta"
|
|
404
404
|
},
|
|
405
405
|
"passwords_recovery_settings": {
|
|
406
|
-
"title": "Ajustes de
|
|
406
|
+
"title": "Ajustes de recuperación de contraseña"
|
|
407
407
|
},
|
|
408
408
|
"primary_account": {
|
|
409
|
-
"title": "
|
|
409
|
+
"title": "Cuenta principal"
|
|
410
410
|
}
|
|
411
411
|
}
|
package/dist/i18n/fr.json
CHANGED
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"app": "Recherche",
|
|
93
93
|
"module": "Module",
|
|
94
94
|
"type_to_start_search": "Tapez quelques mots-clés pour lancer une recherche",
|
|
95
|
-
"active_input_label": "Séparez vos mots-clés par une virgule ou en appuyant sur
|
|
95
|
+
"active_input_label": "Séparez vos mots-clés par une virgule ou en appuyant sur ESPACE",
|
|
96
96
|
"idle_input_label": "Rechercher dans {{module}}",
|
|
97
97
|
"start": "Démarrer la recherche",
|
|
98
98
|
"type_or_choose_suggestion": "Tapez ou choisissez des mots-clés pour lancer une recherche",
|
package/dist/i18n/hi.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"module": "मॉड्यूल",
|
|
6
6
|
"clear": "सर्च इनपुट साफ करें",
|
|
7
7
|
"start": "सर्च शुरू करें",
|
|
8
|
-
"active_input_label": "कॉमा या
|
|
8
|
+
"active_input_label": "कॉमा या स्पेस दबाकर अपने कीवर्ड अलग-अलग करें",
|
|
9
9
|
"idle_input_label": "{{module}} में सर्च करें",
|
|
10
10
|
"already_clear": "सर्च इनपुट पहले ही साफ है",
|
|
11
11
|
"type_to_start_search": "कोई सर्च शुरू करने के लिए कुछ कीवर्ड टाइप करें",
|
package/dist/i18n/id.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"search": {
|
|
3
3
|
"module": "Modul",
|
|
4
4
|
"app": "Cari",
|
|
5
|
-
"active_input_label": "Pisahkan kata kunci dengan koma atau tekan
|
|
5
|
+
"active_input_label": "Pisahkan kata kunci dengan koma atau tekan SPASI",
|
|
6
6
|
"clear": "Bersihkan input pencarian",
|
|
7
7
|
"idle_input_label": "Cari di {{module}}",
|
|
8
8
|
"start": "Mulai pencarian",
|
package/dist/i18n/it.json
CHANGED
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
}
|
|
85
85
|
},
|
|
86
86
|
"search": {
|
|
87
|
-
"active_input_label": "Separa le parole chiave usando una virgola oppure
|
|
87
|
+
"active_input_label": "Separa le parole chiave usando una virgola oppure lo SPAZIO",
|
|
88
88
|
"app": "Cerca",
|
|
89
89
|
"idle_input_label": "Cerca in {{module}}",
|
|
90
90
|
"module": "Modulo",
|
package/dist/i18n/ja.json
CHANGED
package/dist/i18n/nl.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"search": {
|
|
4
4
|
"app": "Zoeken",
|
|
5
5
|
"module": "Module",
|
|
6
|
-
"active_input_label": "Scheid uw trefwoorden door een komma of door op
|
|
6
|
+
"active_input_label": "Scheid uw trefwoorden door een komma of door op SPATIE te drukken",
|
|
7
7
|
"clear": "Zoekingang wissen",
|
|
8
8
|
"idle_input_label": "Zoeken in {{module}}",
|
|
9
9
|
"start": "Start zoeken",
|
package/dist/i18n/pl.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"search": {
|
|
10
10
|
"unable_to_parse_query": "Nie udało się wyszukać, wyczyść pole wyszukiwania i spróbuj ponownie",
|
|
11
11
|
"app": "Wyszukaj",
|
|
12
|
-
"active_input_label": "Oddziel słowa kluczowe używając przecinka lub naciskając
|
|
12
|
+
"active_input_label": "Oddziel słowa kluczowe używając przecinka lub naciskając spację",
|
|
13
13
|
"idle_input_label": "Wyszukaj w {{module}}",
|
|
14
14
|
"module": "Moduł",
|
|
15
15
|
"start": "Rozpocznij wyszukiwanie",
|
package/dist/i18n/pt.json
CHANGED
|
@@ -183,7 +183,6 @@
|
|
|
183
183
|
"when_replying": "Ao responder ou encaminhar mensagens enviadas para:"
|
|
184
184
|
},
|
|
185
185
|
"timezone": {
|
|
186
|
-
"pyongyang": "{{value}} Pyongyang",
|
|
187
186
|
"africa_algiers": "{{value}} África Central Ocidental",
|
|
188
187
|
"africa_cairo": "{{value}} Egito",
|
|
189
188
|
"africa_casablanca": "{{value}} Casablanca",
|
package/dist/i18n/pt_BR.json
CHANGED
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"search": {
|
|
81
81
|
"app": "Buscar",
|
|
82
82
|
"module": "Módulo",
|
|
83
|
-
"active_input_label": "Separe as palavras-chave com
|
|
83
|
+
"active_input_label": "Separe as palavras-chave com uma vírgula ou pressionando ESPAÇO",
|
|
84
84
|
"clear": "Limpar caixa de pesquisa",
|
|
85
85
|
"idle_input_label": "Buscar em {{module}}",
|
|
86
86
|
"start": "Iniciar busca",
|
package/dist/i18n/th.json
CHANGED
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"search": {
|
|
81
81
|
"app": "ค้นหา",
|
|
82
82
|
"module": "โมดูล",
|
|
83
|
-
"active_input_label": "
|
|
83
|
+
"active_input_label": "คั่นคำหลักของคุณด้วยเครื่องหมายจุลภาคหรือกด SPACE",
|
|
84
84
|
"clear": "ล้างข้อมูลการค้นหา",
|
|
85
85
|
"idle_input_label": "ค้นหาใน {{module}}",
|
|
86
86
|
"start": "เริ่มค้นหา",
|
package/dist/i18n/tr.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"new": "Yeni",
|
|
10
10
|
"new_tab": "Yeni Sekme",
|
|
11
11
|
"search": {
|
|
12
|
-
"active_input_label": "Anahtar kelimelerinizi virgül veya
|
|
12
|
+
"active_input_label": "Anahtar kelimelerinizi virgül veya BOŞLUK ile ayırın",
|
|
13
13
|
"app": "Ara",
|
|
14
14
|
"start": "Aramayı başlat",
|
|
15
15
|
"clear": "Arama girişini sil",
|
package/dist/i18n/zh_Hans.json
CHANGED
package/dist/index.html
CHANGED
|
@@ -16,7 +16,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|
|
16
16
|
<meta http-equiv="Cache-Control" content="no-cache" />
|
|
17
17
|
<meta http-equiv="Pragma" content="no-cache" />
|
|
18
18
|
<meta http-equiv="Expires" content="0" />
|
|
19
|
-
<script defer src="/static/iris/carbonio-shell-ui/
|
|
19
|
+
<script defer src="/static/iris/carbonio-shell-ui/60d96fec9a669fb88c1704d3b6310e1f873953df/zapp-shell.bundle.js"></script><link href="/static/iris/carbonio-shell-ui/60d96fec9a669fb88c1704d3b6310e1f873953df/style.e561dcf5.css" rel="stylesheet"></head>
|
|
20
20
|
|
|
21
21
|
<body>
|
|
22
22
|
<div id="app"></div>
|
|
@@ -607,7 +607,7 @@ onmessage = function onmessage(_ref4) {
|
|
|
607
607
|
/******/
|
|
608
608
|
/******/ /* webpack/runtime/publicPath */
|
|
609
609
|
/******/ (() => {
|
|
610
|
-
/******/ __webpack_require__.p = "/static/iris/carbonio-shell-ui/
|
|
610
|
+
/******/ __webpack_require__.p = "/static/iris/carbonio-shell-ui/60d96fec9a669fb88c1704d3b6310e1f873953df/";
|
|
611
611
|
/******/ })();
|
|
612
612
|
/******/
|
|
613
613
|
/******/ /* webpack/runtime/importScripts chunk loading */
|
|
@@ -666,4 +666,4 @@ onmessage = function onmessage(_ref4) {
|
|
|
666
666
|
/******/
|
|
667
667
|
/******/ })()
|
|
668
668
|
;
|
|
669
|
-
//# sourceMappingURL=node_modules_core-js_internals_add-to-unscopables_js-src_workers_folder_ts.
|
|
669
|
+
//# sourceMappingURL=node_modules_core-js_internals_add-to-unscopables_js-src_workers_folder_ts.dd17b97f.chunk.js.map
|