@zextras/carbonio-shell-ui 0.4.43 → 0.4.44
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 +18 -0
- package/dist/PKGBUILD +7 -7
- package/dist/commit +1 -1
- package/dist/component.json +3 -3
- package/dist/i18n/de.json +5 -0
- package/dist/i18n/en.json +18 -0
- package/dist/i18n/es.json +5 -0
- package/dist/i18n/fi.json +9 -2
- package/dist/i18n/fr.json +7 -2
- package/dist/i18n/hi.json +5 -0
- package/dist/i18n/id.json +5 -0
- package/dist/i18n/it.json +5 -0
- package/dist/i18n/ja.json +5 -0
- package/dist/i18n/nl.json +5 -0
- package/dist/i18n/pl.json +11 -5
- package/dist/i18n/pt.json +5 -0
- package/dist/i18n/pt_BR.json +5 -0
- package/dist/i18n/ro.json +9 -1
- package/dist/i18n/ru.json +5 -0
- package/dist/i18n/th.json +5 -0
- package/dist/i18n/tr.json +5 -0
- package/dist/i18n/vi.json +5 -0
- package/dist/i18n/zh_Hans.json +5 -0
- package/dist/index.html +2 -4
- package/dist/{src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.f2070210.chunk.js → src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.c4dea410.chunk.js} +1109 -448
- package/dist/src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.c4dea410.chunk.js.map +1 -0
- package/dist/{src_workers_folder_ts.424f834a.chunk.js → src_workers_folder_ts.701a045f.chunk.js} +3 -3
- package/dist/{src_workers_folder_ts.424f834a.chunk.js.map → src_workers_folder_ts.701a045f.chunk.js.map} +1 -1
- package/dist/{src_workers_tag_ts.79e42de5.chunk.js → src_workers_tag_ts.c7d435e7.chunk.js} +3 -3
- package/dist/{src_workers_tag_ts.79e42de5.chunk.js.map → src_workers_tag_ts.c7d435e7.chunk.js.map} +1 -1
- package/dist/{style.0c774c45.css → style.50a100e2.css} +29 -29
- package/dist/{style.0c774c45.css.map → style.50a100e2.css.map} +1 -1
- package/dist/{vendors-node_modules_core-js_modules_es_array_filter_js-node_modules_core-js_modules_es_array-f8dfc2.5b2b999c.chunk.js → vendors-node_modules_core-js_modules_es_array_filter_js-node_modules_core-js_modules_es_array-f8dfc2.24edb296.chunk.js} +1 -2
- package/dist/vendors-node_modules_core-js_modules_es_array_filter_js-node_modules_core-js_modules_es_array-f8dfc2.24edb296.chunk.js.map +1 -0
- package/dist/{vendors-node_modules_core-js_modules_es_array_includes_js-node_modules_core-js_modules_es_fun-f57f90.cc38c8f6.chunk.js → vendors-node_modules_core-js_modules_es_array_includes_js-node_modules_core-js_modules_es_fun-f57f90.8c7abba3.chunk.js} +1 -6
- package/dist/vendors-node_modules_core-js_modules_es_array_includes_js-node_modules_core-js_modules_es_fun-f57f90.8c7abba3.chunk.js.map +1 -0
- package/dist/{vendors-node_modules_reduxjs_toolkit_dist_redux-toolkit_esm_js-node_modules_sentry_browser_es-55e96b.css → vendors-node_modules_reduxjs_toolkit_dist_redux-toolkit_esm_js-node_modules_sentry_browser_es-2df2d2.css} +1 -1
- package/dist/{vendors-node_modules_reduxjs_toolkit_dist_redux-toolkit_esm_js-node_modules_sentry_browser_es-55e96b.css.map → vendors-node_modules_reduxjs_toolkit_dist_redux-toolkit_esm_js-node_modules_sentry_browser_es-2df2d2.css.map} +1 -1
- package/dist/{vendors-node_modules_reduxjs_toolkit_dist_redux-toolkit_esm_js-node_modules_sentry_browser_es-55e96b.5bd86fd5.chunk.js → vendors-node_modules_reduxjs_toolkit_dist_redux-toolkit_esm_js-node_modules_sentry_browser_es-2df2d2.f47d3880.chunk.js} +3952 -4311
- package/dist/{vendors-node_modules_reduxjs_toolkit_dist_redux-toolkit_esm_js-node_modules_sentry_browser_es-55e96b.5bd86fd5.chunk.js.map → vendors-node_modules_reduxjs_toolkit_dist_redux-toolkit_esm_js-node_modules_sentry_browser_es-2df2d2.f47d3880.chunk.js.map} +1 -1
- package/dist/zapp-shell.bundle.js +4 -4
- package/dist/zapp-shell.bundle.js.map +1 -1
- package/package.json +2 -2
- package/types/account/index.d.ts +17 -3
- package/types/apps/index.d.ts +3 -2
- package/types/loginConfig/index.d.ts +13 -0
- package/types/misc/index.d.ts +11 -1
- package/types/network/entities.d.ts +73 -0
- package/types/network/index.d.ts +47 -7
- package/types/settings/index.d.ts +10 -0
- package/types/styled-components.d.ts +15 -0
- package/types/theme/index.d.ts +3 -2
- package/dist/src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.f2070210.chunk.js.map +0 -1
- package/dist/vendors-node_modules_core-js_modules_es_array_filter_js-node_modules_core-js_modules_es_array-f8dfc2.5b2b999c.chunk.js.map +0 -1
- package/dist/vendors-node_modules_core-js_modules_es_array_includes_js-node_modules_core-js_modules_es_fun-f57f90.cc38c8f6.chunk.js.map +0 -1
package/dist/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,24 @@
|
|
|
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
|
+
### [0.4.44](https://github.com/zextras/carbonio-shell-ui/compare/v0.4.43...v0.4.44) (2022-11-24)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* add setting to change base font size for scaling ([caff759](https://github.com/zextras/carbonio-shell-ui/commit/caff7594716655dff84c437753e175dd29a19092)), closes [#156](https://github.com/zextras/carbonio-shell-ui/issues/156)
|
|
11
|
+
* added abort signal to getsoapfetch ([#166](https://github.com/zextras/carbonio-shell-ui/issues/166)) ([3c039e1](https://github.com/zextras/carbonio-shell-ui/commit/3c039e1fa124d4efeec2f4f251193bbf27f8c8d5))
|
|
12
|
+
* added bottom padding to secondary bar ([#165](https://github.com/zextras/carbonio-shell-ui/issues/165)) ([58b07d4](https://github.com/zextras/carbonio-shell-ui/commit/58b07d40189bb74a23044c6a5d26ed0a76fbf361))
|
|
13
|
+
* added data-testid for E2E tests ([#155](https://github.com/zextras/carbonio-shell-ui/issues/155)) ([3042aa6](https://github.com/zextras/carbonio-shell-ui/commit/3042aa697c3ed7e55342d698e2d111451f5d1527))
|
|
14
|
+
* **whitelabel:** use configs to set logo, title, favicon and dark mode default ([9b1a235](https://github.com/zextras/carbonio-shell-ui/commit/9b1a235fb61a7ebf75eb760fe7aab4120a04a374)), closes [#162](https://github.com/zextras/carbonio-shell-ui/issues/162)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* apply dark mode preview when changed to initial value ([e99e80f](https://github.com/zextras/carbonio-shell-ui/commit/e99e80ff4c9b64675062c8aff8e5d9da3ac2ba16)), closes [#163](https://github.com/zextras/carbonio-shell-ui/issues/163)
|
|
20
|
+
* fixed logout ([#164](https://github.com/zextras/carbonio-shell-ui/issues/164)) ([e75dca6](https://github.com/zextras/carbonio-shell-ui/commit/e75dca6d0d676237358d4276a1b037fad95e4fc2))
|
|
21
|
+
* remember to stop watching for the system color scheme ([#161](https://github.com/zextras/carbonio-shell-ui/issues/161)) ([a0c61ae](https://github.com/zextras/carbonio-shell-ui/commit/a0c61ae9d289b2be00ce05797bf4c42eca1c12b8))
|
|
22
|
+
|
|
5
23
|
### [0.4.43](https://github.com/zextras/carbonio-shell-ui/compare/v0.4.42...v0.4.43) (2022-11-15)
|
|
6
24
|
|
|
7
25
|
|
package/dist/PKGBUILD
CHANGED
|
@@ -10,7 +10,7 @@ targets=(
|
|
|
10
10
|
"ubuntu"
|
|
11
11
|
)
|
|
12
12
|
pkgname="carbonio-shell-ui"
|
|
13
|
-
pkgver="0.4.
|
|
13
|
+
pkgver="0.4.44"
|
|
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}/2d4fd639ee9bb5d4bae0d9f7ed04effb0440ef3a"
|
|
39
|
+
cp -a ../dist/* "${pkgdir}/opt/zextras/web/iris/${pkgname}/2d4fd639ee9bb5d4bae0d9f7ed04effb0440ef3a" || true
|
|
40
|
+
chown root:root -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/2d4fd639ee9bb5d4bae0d9f7ed04effb0440ef3a"
|
|
41
|
+
chmod 644 -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/2d4fd639ee9bb5d4bae0d9f7ed04effb0440ef3a"
|
|
42
|
+
find "${pkgdir}/opt/zextras/web/iris/${pkgname}/2d4fd639ee9bb5d4bae0d9f7ed04effb0440ef3a" -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}/2d4fd639ee9bb5d4bae0d9f7ed04effb0440ef3a"
|
|
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
|
+
2d4fd639ee9bb5d4bae0d9f7ed04effb0440ef3a
|
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/2d4fd639ee9bb5d4bae0d9f7ed04effb0440ef3a/zapp-shell.bundle.js",
|
|
4
4
|
"description": "The Zextras Carbonio web client",
|
|
5
|
-
"version": "0.4.
|
|
6
|
-
"commit": "
|
|
5
|
+
"version": "0.4.44",
|
|
6
|
+
"commit": "2d4fd639ee9bb5d4bae0d9f7ed04effb0440ef3a",
|
|
7
7
|
"priority": -1,
|
|
8
8
|
"type": "shell",
|
|
9
9
|
"attrKey": "",
|
package/dist/i18n/de.json
CHANGED
|
@@ -14,6 +14,11 @@
|
|
|
14
14
|
},
|
|
15
15
|
"settings": {
|
|
16
16
|
"app": "Einstellungen",
|
|
17
|
+
"appearance": {
|
|
18
|
+
"labels": {
|
|
19
|
+
"choose_size_pangram": "Zwölf Boxkämpfer jagen Victor quer über den großen Sylter Deich."
|
|
20
|
+
}
|
|
21
|
+
},
|
|
17
22
|
"button": {
|
|
18
23
|
"primary": "Speichern",
|
|
19
24
|
"confirm": "Bestätigen"
|
package/dist/i18n/en.json
CHANGED
|
@@ -182,6 +182,23 @@
|
|
|
182
182
|
"settings": {
|
|
183
183
|
"accounts": "Accounts",
|
|
184
184
|
"app": "Settings",
|
|
185
|
+
"appearance": {
|
|
186
|
+
"labels": {
|
|
187
|
+
"a": "A",
|
|
188
|
+
"choose_size_auto": "Automatically resize the text size depending on the device",
|
|
189
|
+
"choose_size_description": "Choose Type Size and Styles for Carbonio Environment",
|
|
190
|
+
"choose_size_pangram": "The quick brown fox jumps over the lazy dog.",
|
|
191
|
+
"decrease": "Decrease size",
|
|
192
|
+
"decrease_disabled": "Minimum size reached",
|
|
193
|
+
"increase": "Increase size",
|
|
194
|
+
"increase_disabled": "Maximum size reached"
|
|
195
|
+
},
|
|
196
|
+
"option_l": "Large",
|
|
197
|
+
"option_m": "Medium",
|
|
198
|
+
"option_s": "Small",
|
|
199
|
+
"option_xl": "Extralarge",
|
|
200
|
+
"option_xs": "Extrasmall"
|
|
201
|
+
},
|
|
185
202
|
"button": {
|
|
186
203
|
"confirm": "Confirm",
|
|
187
204
|
"primary": "Save"
|
|
@@ -190,6 +207,7 @@
|
|
|
190
207
|
"general": {
|
|
191
208
|
"account": "Account",
|
|
192
209
|
"account_logout": "Logout",
|
|
210
|
+
"appearance": "Appearance",
|
|
193
211
|
"dark_mode": "Dark Mode",
|
|
194
212
|
"general": "General Settings",
|
|
195
213
|
"theme_auto": "Auto",
|
package/dist/i18n/es.json
CHANGED
|
@@ -12,6 +12,11 @@
|
|
|
12
12
|
"unable_to_parse_query": "No se puede completar la búsqueda, límpiala y vuelve a intentarlo"
|
|
13
13
|
},
|
|
14
14
|
"settings": {
|
|
15
|
+
"appearance": {
|
|
16
|
+
"labels": {
|
|
17
|
+
"choose_size_pangram": "El veloz murciélago hindú comía feliz cardillo y kiwi. La cigüeña tocaba el saxofón detrás del palenque de paja."
|
|
18
|
+
}
|
|
19
|
+
},
|
|
15
20
|
"out_of_office": {
|
|
16
21
|
"labels": {
|
|
17
22
|
"start_date": "Fecha de inicio",
|
package/dist/i18n/fi.json
CHANGED
package/dist/i18n/fr.json
CHANGED
|
@@ -82,7 +82,8 @@
|
|
|
82
82
|
"when_replying": "Lorsque vous répondez ou transférez des messages envoyés à :",
|
|
83
83
|
"persona": "Identité",
|
|
84
84
|
"persona_name": "Nom de l'identité",
|
|
85
|
-
"folder_external_account": "Dossier : Nouveau Compte Externe"
|
|
85
|
+
"folder_external_account": "Dossier : Nouveau Compte Externe",
|
|
86
|
+
"add_inline_image": "Ajouter une image dans le texte"
|
|
86
87
|
},
|
|
87
88
|
"search": {
|
|
88
89
|
"clear": "Effacer la saisie de recherche",
|
|
@@ -106,6 +107,11 @@
|
|
|
106
107
|
"new": "Nouveau",
|
|
107
108
|
"settings": {
|
|
108
109
|
"app": "Paramètres",
|
|
110
|
+
"appearance": {
|
|
111
|
+
"labels": {
|
|
112
|
+
"choose_size_pangram": "Voix ambiguë d'un cœur qui au zéphyr préfère les jattes de kiwis."
|
|
113
|
+
}
|
|
114
|
+
},
|
|
109
115
|
"button": {
|
|
110
116
|
"primary": "Sauvegarder",
|
|
111
117
|
"confirm": "Confirmer"
|
|
@@ -167,7 +173,6 @@
|
|
|
167
173
|
"error": "Quelque chose s'est mal passé, veuillez recommencer"
|
|
168
174
|
},
|
|
169
175
|
"timezone": {
|
|
170
|
-
"pacific_south_america": "{{value}} Pacifique Amérique du Sud",
|
|
171
176
|
"africa_cairo": "{{value}} Égypte",
|
|
172
177
|
"africa_harare": "{{value}} Harare, Pretoria",
|
|
173
178
|
"africa_juba": "{{value}} Juba",
|
package/dist/i18n/hi.json
CHANGED
|
@@ -14,6 +14,11 @@
|
|
|
14
14
|
},
|
|
15
15
|
"settings": {
|
|
16
16
|
"app": "सेटिंग्स",
|
|
17
|
+
"appearance": {
|
|
18
|
+
"labels": {
|
|
19
|
+
"choose_size_pangram": "ऋषियों को सताने वाले दुष्ट राक्षसों के राजा रावण का सर्वनाश करने वाले विष्णुवतार भगवान श्रीराम, अयोध्या के महाराज दशरथ के बड़े सपुत्र थे।"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
17
22
|
"button": {
|
|
18
23
|
"primary": "सेव करें",
|
|
19
24
|
"confirm": "कन्फ़र्म करें"
|
package/dist/i18n/id.json
CHANGED
|
@@ -12,6 +12,11 @@
|
|
|
12
12
|
"unable_to_parse_query": "Tidak dapat menyelesaikan pencarian. Hapus dan coba lagi"
|
|
13
13
|
},
|
|
14
14
|
"settings": {
|
|
15
|
+
"appearance": {
|
|
16
|
+
"labels": {
|
|
17
|
+
"choose_size_pangram": "Saya lihat foto Hamengkubuwono XV bersama enam zebra purba cantik yang jatuh dari Al Quranmu."
|
|
18
|
+
}
|
|
19
|
+
},
|
|
15
20
|
"out_of_office": {
|
|
16
21
|
"labels": {
|
|
17
22
|
"end_date": "Tanggal Selesai",
|
package/dist/i18n/it.json
CHANGED
package/dist/i18n/ja.json
CHANGED
package/dist/i18n/nl.json
CHANGED
|
@@ -13,6 +13,11 @@
|
|
|
13
13
|
"type_or_choose_suggestion": "Type of kies enkele trefwoorden om een zoekopdracht te starten"
|
|
14
14
|
},
|
|
15
15
|
"settings": {
|
|
16
|
+
"appearance": {
|
|
17
|
+
"labels": {
|
|
18
|
+
"choose_size_pangram": "Pa’s wijze lynx bezag vroom het fikse aquaduct."
|
|
19
|
+
}
|
|
20
|
+
},
|
|
16
21
|
"out_of_office": {
|
|
17
22
|
"labels": {
|
|
18
23
|
"end_date": "Einddatum",
|
package/dist/i18n/pl.json
CHANGED
|
@@ -19,6 +19,11 @@
|
|
|
19
19
|
"clear": "Wyszyść pole wyszukiwania"
|
|
20
20
|
},
|
|
21
21
|
"settings": {
|
|
22
|
+
"appearance": {
|
|
23
|
+
"labels": {
|
|
24
|
+
"choose_size_pangram": "Pchnąć w tę łódź jeża lub ośm skrzyń fig."
|
|
25
|
+
}
|
|
26
|
+
},
|
|
22
27
|
"search_settings": {
|
|
23
28
|
"labels": {
|
|
24
29
|
"include_search_in_shared_folder": "Uwzględnij udostępniony folder w wynikach wyszukiwań",
|
|
@@ -31,7 +36,7 @@
|
|
|
31
36
|
"start_date": "Data rozpoczęcia",
|
|
32
37
|
"start_time": "Czas rozpoczęcia:",
|
|
33
38
|
"all_day": "Cały dzień",
|
|
34
|
-
"auto_reply_message": "Automatyczna
|
|
39
|
+
"auto_reply_message": "Automatyczna odpowiedź:",
|
|
35
40
|
"create_appointment": "Utwórz termin i wyświetlaj jako:",
|
|
36
41
|
"end_date": "Data zakończenia",
|
|
37
42
|
"end_time": "Czas zakończenia:",
|
|
@@ -125,8 +130,8 @@
|
|
|
125
130
|
"recovery_email": "E-mail zapasowy",
|
|
126
131
|
"save": "Zapisz",
|
|
127
132
|
"save_and_leave": "Zapisz i opuść",
|
|
128
|
-
"save_delegate_folder": "Zapisuj kopię wysyłanych wiadomości do folderu
|
|
129
|
-
"save_to_my_sent_folder": "Zapisuj kopię wysyłanych wiadomości do mojego folderu
|
|
133
|
+
"save_delegate_folder": "Zapisuj kopię wysyłanych wiadomości do folderu wysłane pełnomocnika",
|
|
134
|
+
"save_to_my_sent_folder": "Zapisuj kopię wysyłanych wiadomości do mojego folderu wysłane",
|
|
130
135
|
"secondary": "Drugorzędny",
|
|
131
136
|
"set_reply_to_field": "Pole \"Odpowiedz na ten adres\" w wiadomości e-mail",
|
|
132
137
|
"settings_sent_messages": "Ustawienia wysyłanych wiadomości",
|
|
@@ -152,7 +157,7 @@
|
|
|
152
157
|
"passwords_recovery_settings": "Ustawienia odzyskiwania hasła",
|
|
153
158
|
"reply_to_field_example": "np. Jan Kowalski",
|
|
154
159
|
"unsaved_changes_line1": "Czy na pewno chcesz opuścić tą stronę bez zapisywania?",
|
|
155
|
-
"save_both_folders": "Zapisuj kopię wysyłanych wiadomości do mojego folderu
|
|
160
|
+
"save_both_folders": "Zapisuj kopię wysyłanych wiadomości do mojego folderu wysłane i folderu wysłane pełnomocnika",
|
|
156
161
|
"unsaved_changes": "Masz niezapisane zmiany",
|
|
157
162
|
"unsaved_changes_line2": "Wszystkie niezapisane zmiany zostaną utracone",
|
|
158
163
|
"use_personas_line1": "Używaj person, aby szybko zmieniać duże ilości ustawień podczas wysyłania e-maili.",
|
|
@@ -160,7 +165,8 @@
|
|
|
160
165
|
"when_composing": "Podczas tworzenia, odpowiadania na i przekazywania dalej wiadomości w folderze (folderach):",
|
|
161
166
|
"button": "Przycisk",
|
|
162
167
|
"click_to_copy": "Kliknij, aby skopiować",
|
|
163
|
-
"folder_external_account": "Folder: Nowe Konto spoza mojej domeny"
|
|
168
|
+
"folder_external_account": "Folder: Nowe Konto spoza mojej domeny",
|
|
169
|
+
"add_inline_image": "Dodaj obrazek w tekście"
|
|
164
170
|
},
|
|
165
171
|
"board": {
|
|
166
172
|
"close_tab": "Zamknij Kartę",
|
package/dist/i18n/pt.json
CHANGED
package/dist/i18n/pt_BR.json
CHANGED
package/dist/i18n/ro.json
CHANGED
package/dist/i18n/ru.json
CHANGED
package/dist/i18n/th.json
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"settings": {
|
|
3
|
+
"appearance": {
|
|
4
|
+
"labels": {
|
|
5
|
+
"choose_size_pangram": "เป็นมนุษย์สุดประเสริฐเลิศคุณค่า กว่าบรรดาฝูงสัตว์เดรัจฉาน จงฝ่าฟันพัฒนาวิชาการ อย่าล้างผลาญฤๅเข่นฆ่าบีฑาใคร ไม่ถือโทษโกรธแช่งซัดฮึดฮัดด่า หัดอภัยเหมือนกีฬาอัชฌาสัย ปฏิบัติประพฤติกฎกำหนดใจ พูดจาให้จ๊ะ ๆ จ๋า ๆ น่าฟังเอยฯ"
|
|
6
|
+
}
|
|
7
|
+
},
|
|
3
8
|
"out_of_office": {
|
|
4
9
|
"labels": {
|
|
5
10
|
"end_date": "วันที่สุดท้าย",
|
package/dist/i18n/tr.json
CHANGED
package/dist/i18n/vi.json
CHANGED
|
@@ -152,6 +152,11 @@
|
|
|
152
152
|
},
|
|
153
153
|
"settings": {
|
|
154
154
|
"accounts": "Các Tài khoản",
|
|
155
|
+
"appearance": {
|
|
156
|
+
"labels": {
|
|
157
|
+
"choose_size_pangram": "Con cáo nâu nhanh nhẹn nhảy qua con chó lười biếng."
|
|
158
|
+
}
|
|
159
|
+
},
|
|
155
160
|
"choose": "Chọn",
|
|
156
161
|
"app": "Cài đặt",
|
|
157
162
|
"button": {
|
package/dist/i18n/zh_Hans.json
CHANGED
package/dist/index.html
CHANGED
|
@@ -8,9 +8,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|
|
8
8
|
<html lang="">
|
|
9
9
|
|
|
10
10
|
<head>
|
|
11
|
-
<
|
|
12
|
-
<link rel="icon" type="image/svg+xml" href="/static/iris/carbonio-shell-ui/2ceae11051d7b585c4ad7662cee0841d71ed1c96/favicon.svg">
|
|
13
|
-
<link rel="alternate icon" href="/static/iris/carbonio-shell-ui/2ceae11051d7b585c4ad7662cee0841d71ed1c96/favicon.png">
|
|
11
|
+
<link rel="icon" id="favicon">
|
|
14
12
|
<meta charset="utf-8">
|
|
15
13
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
16
14
|
<meta name="viewport" content="minimum-scale=1.0, initial-scale=1.0, width=device-width, shrink-to-fit=no">
|
|
@@ -19,7 +17,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|
|
19
17
|
<meta http-equiv="Pragma" content="no-cache" />
|
|
20
18
|
<meta http-equiv="Expires" content="0" />
|
|
21
19
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
|
|
22
|
-
<script defer src="/static/iris/carbonio-shell-ui/
|
|
20
|
+
<script defer src="/static/iris/carbonio-shell-ui/2d4fd639ee9bb5d4bae0d9f7ed04effb0440ef3a/zapp-shell.bundle.js"></script><link href="/static/iris/carbonio-shell-ui/2d4fd639ee9bb5d4bae0d9f7ed04effb0440ef3a/style.50a100e2.css" rel="stylesheet"></head>
|
|
23
21
|
|
|
24
22
|
<body>
|
|
25
23
|
<div id="app"></div>
|