@zextras/carbonio-shell-ui 1.1.0 → 1.1.1

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.
Files changed (26) hide show
  1. package/dist/CHANGELOG.md +2 -0
  2. package/dist/PKGBUILD +7 -7
  3. package/dist/commit +1 -1
  4. package/dist/component.json +3 -3
  5. package/dist/i18n/de.json +2 -1
  6. package/dist/i18n/es.json +10 -2
  7. package/dist/i18n/hi.json +13 -3
  8. package/dist/i18n/id.json +13 -3
  9. package/dist/i18n/ja.json +13 -3
  10. package/dist/i18n/nl.json +13 -3
  11. package/dist/i18n/pt_BR.json +14 -6
  12. package/dist/i18n/ru.json +1 -1
  13. package/dist/i18n/th.json +13 -3
  14. package/dist/i18n/zh_Hans.json +13 -4
  15. package/dist/index.html +1 -1
  16. package/dist/{src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.f02c03f9.chunk.js → src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.6d93579f.chunk.js} +6 -6
  17. package/dist/{src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.f02c03f9.chunk.js.map → src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.6d93579f.chunk.js.map} +1 -1
  18. package/dist/{src_workers_folder_ts.8fc1d390.chunk.js → src_workers_folder_ts.4bd975a3.chunk.js} +2 -2
  19. package/dist/{src_workers_folder_ts.8fc1d390.chunk.js.map → src_workers_folder_ts.4bd975a3.chunk.js.map} +1 -1
  20. package/dist/{src_workers_tag_ts.4f5cef62.chunk.js → src_workers_tag_ts.6b77ff83.chunk.js} +2 -2
  21. package/dist/{src_workers_tag_ts.4f5cef62.chunk.js.map → src_workers_tag_ts.6b77ff83.chunk.js.map} +1 -1
  22. package/dist/{style.bc61f842.css → style.737ff8fa.css} +29 -29
  23. package/dist/{style.bc61f842.css.map → style.737ff8fa.css.map} +1 -1
  24. package/dist/zapp-shell.bundle.js +2 -2
  25. package/dist/zapp-shell.bundle.js.map +1 -1
  26. 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
+ ### [1.1.1](https://github.com/zextras/carbonio-shell-ui/compare/v1.1.0...v1.1.1) (2023-02-13)
6
+
5
7
  ## [1.1.0](https://github.com/zextras/carbonio-shell-ui/compare/v1.0.0...v1.1.0) (2023-02-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="1.1.0"
13
+ pkgver="1.1.1"
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}/328a2db9dfe4598f4de3abd62bd6c5f773181c11"
39
- cp -a ../dist/* "${pkgdir}/opt/zextras/web/iris/${pkgname}/328a2db9dfe4598f4de3abd62bd6c5f773181c11" || true
40
- chown root:root -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/328a2db9dfe4598f4de3abd62bd6c5f773181c11"
41
- chmod 644 -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/328a2db9dfe4598f4de3abd62bd6c5f773181c11"
42
- find "${pkgdir}/opt/zextras/web/iris/${pkgname}/328a2db9dfe4598f4de3abd62bd6c5f773181c11" -type d -exec chmod a+x "{}" \;
38
+ mkdir -p "${pkgdir}/opt/zextras/web/iris/${pkgname}/dec36e836d52c2d8ce66184f2bd8e58e4fdc1415"
39
+ cp -a ../dist/* "${pkgdir}/opt/zextras/web/iris/${pkgname}/dec36e836d52c2d8ce66184f2bd8e58e4fdc1415" || true
40
+ chown root:root -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/dec36e836d52c2d8ce66184f2bd8e58e4fdc1415"
41
+ chmod 644 -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/dec36e836d52c2d8ce66184f2bd8e58e4fdc1415"
42
+ find "${pkgdir}/opt/zextras/web/iris/${pkgname}/dec36e836d52c2d8ce66184f2bd8e58e4fdc1415" -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}/328a2db9dfe4598f4de3abd62bd6c5f773181c11"
50
+ cd "/opt/zextras/web/iris/${pkgname}/dec36e836d52c2d8ce66184f2bd8e58e4fdc1415"
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
- 328a2db9dfe4598f4de3abd62bd6c5f773181c11
1
+ dec36e836d52c2d8ce66184f2bd8e58e4fdc1415
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "carbonio-shell-ui",
3
- "js_entrypoint": "/static/iris/carbonio-shell-ui/328a2db9dfe4598f4de3abd62bd6c5f773181c11/zapp-shell.bundle.js",
3
+ "js_entrypoint": "/static/iris/carbonio-shell-ui/dec36e836d52c2d8ce66184f2bd8e58e4fdc1415/zapp-shell.bundle.js",
4
4
  "description": "The Zextras Carbonio web client",
5
- "version": "1.1.0",
6
- "commit": "328a2db9dfe4598f4de3abd62bd6c5f773181c11",
5
+ "version": "1.1.1",
6
+ "commit": "dec36e836d52c2d8ce66184f2bd8e58e4fdc1415",
7
7
  "priority": -1,
8
8
  "type": "shell",
9
9
  "attrKey": "",
package/dist/i18n/de.json CHANGED
@@ -20,7 +20,8 @@
20
20
  "a": "A"
21
21
  },
22
22
  "option_s": "Klein",
23
- "option_l": "Groß"
23
+ "option_l": "Groß",
24
+ "option_xl": "Sehr groß"
24
25
  },
25
26
  "button": {
26
27
  "primary": "Speichern",
package/dist/i18n/es.json CHANGED
@@ -15,11 +15,19 @@
15
15
  "appearance": {
16
16
  "labels": {
17
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
- "a": "A"
18
+ "a": "A",
19
+ "increase_disabled": "Tamaño máximo alcanzado",
20
+ "increase": "Aumentar tamaño",
21
+ "decrease_disabled": "Tamaño mínimo alcanzado",
22
+ "decrease": "Reducir tamaño",
23
+ "choose_size_description": "Elegir tamaño y estilo para el entorno Carbonio",
24
+ "choose_size_auto": "Redimensionar el tamaño del texto automáticamente según el dispositivo"
19
25
  },
20
26
  "option_s": "Pequeño",
21
27
  "option_l": "Grande",
22
- "option_xl": "Muy grande"
28
+ "option_xl": "Muy grande",
29
+ "option_xs": "Extrapequeño",
30
+ "option_m": "Medio"
23
31
  },
24
32
  "out_of_office": {
25
33
  "labels": {
package/dist/i18n/hi.json CHANGED
@@ -17,10 +17,19 @@
17
17
  "appearance": {
18
18
  "labels": {
19
19
  "choose_size_pangram": "ऋषियों को सताने वाले दुष्ट राक्षसों के राजा रावण का सर्वनाश करने वाले विष्णुवतार भगवान श्रीराम, अयोध्या के महाराज दशरथ के बड़े सपुत्र थे।",
20
- "a": "A"
20
+ "a": "A",
21
+ "increase_disabled": "अधिकतम साइज़ पहुँच गया है",
22
+ "increase": "साइज़ बढ़ाएँ",
23
+ "decrease_disabled": "न्यूनतम साइज़ पहुँच गया है",
24
+ "decrease": "साइज़ घटाएँ",
25
+ "choose_size_description": "Carbonio एनवायरनमेंट के लिए साइज़ और स्टाइल चुनें",
26
+ "choose_size_auto": "टेक्स्ट साइज़ को डिवाइस के अनुसार अपने-आप रीसाइज़ करें"
21
27
  },
22
28
  "option_s": "छोटा",
23
- "option_l": "बड़ा"
29
+ "option_l": "बड़ा",
30
+ "option_xs": "एक्स्ट्रास्माल",
31
+ "option_xl": "एक्सट्रालार्ज",
32
+ "option_m": "मीडियम"
24
33
  },
25
34
  "button": {
26
35
  "primary": "सेव करें",
@@ -186,7 +195,8 @@
186
195
  "use_ssl": "इस सर्वर को एक्सेस करते समय एक इंक्रीप्टर कनेक्शन (SSL) इस्तेमाल करें",
187
196
  "when_composing": "मैसेज लिखते समय, जबाब देते समय या फोल्डर (रों) के मैसेज फॉरवर्ड करते समय:",
188
197
  "folder_external_account": "फोल्डर: नया बाहरी अकाउंट",
189
- "add_inline_image": "इनलाइन फोटो जोड़ें"
198
+ "add_inline_image": "इनलाइन फोटो जोड़ें",
199
+ "select_image": "कोई फोटो सिलेक्ट करें"
190
200
  },
191
201
  "board": {
192
202
  "close_tab": "टैब बंद करने",
package/dist/i18n/id.json CHANGED
@@ -15,10 +15,19 @@
15
15
  "appearance": {
16
16
  "labels": {
17
17
  "choose_size_pangram": "Saya lihat foto Hamengkubuwono XV bersama enam zebra purba cantik yang jatuh dari Al Quranmu.",
18
- "a": "A"
18
+ "a": "A",
19
+ "increase_disabled": "Ukuran maksimum tercapai",
20
+ "increase": "Perbesar ukuran",
21
+ "decrease_disabled": "Ukuran minimum tercapai",
22
+ "decrease": "Perkecil ukuran",
23
+ "choose_size_description": "Pilih ukuran dan gaya untuk lingkungan Carbonio",
24
+ "choose_size_auto": "Otomatis ubah ukuran teks tergantung pada perangkat"
19
25
  },
20
26
  "option_s": "Kecil",
21
- "option_l": "Besar"
27
+ "option_l": "Besar",
28
+ "option_xl": "Ekstra Besar",
29
+ "option_xs": "Ekstra kecil",
30
+ "option_m": "Medium"
22
31
  },
23
32
  "out_of_office": {
24
33
  "labels": {
@@ -186,7 +195,8 @@
186
195
  "use_ssl": "Gunakan koneksi terenkripsi (SSL) saat mengakses server ini",
187
196
  "when_replying": "Saat membalas atau meneruskan pesan yang dikirim ke:",
188
197
  "folder_external_account": "Folder: Akun Eksternal Baru",
189
- "add_inline_image": "Tambahkan gambar sebaris"
198
+ "add_inline_image": "Tambahkan gambar sebaris",
199
+ "select_image": "Pilih gambar"
190
200
  },
191
201
  "locale": {
192
202
  "portuguese_brazil": "Portugis (Brasil)",
package/dist/i18n/ja.json CHANGED
@@ -3,10 +3,19 @@
3
3
  "appearance": {
4
4
  "labels": {
5
5
  "choose_size_pangram": "いろはにほへと ちりぬるを わかよたれそ つねならむ うゐのおくやま けふこえて あさきゆめみし ゑひもせす",
6
- "a": "8"
6
+ "a": "8",
7
+ "increase_disabled": "最大サイズに達しました",
8
+ "decrease": "縮小する",
9
+ "increase": "拡大する",
10
+ "decrease_disabled": "最大サイズに達しました",
11
+ "choose_size_description": "Carbonio 環境のサイズとスタイルを選択してください",
12
+ "choose_size_auto": "デバイスに応じてテキストのサイズを自動的に変更します"
7
13
  },
8
14
  "option_s": "小",
9
- "option_l": "大"
15
+ "option_l": "大",
16
+ "option_xs": "極小",
17
+ "option_m": "中間",
18
+ "option_xl": "特大"
10
19
  },
11
20
  "out_of_office": {
12
21
  "labels": {
@@ -186,7 +195,8 @@
186
195
  "save": "保存する",
187
196
  "secondary": "セカンダリー",
188
197
  "folder_external_account": "フォルダ: 新しい外部アカウント",
189
- "add_inline_image": "インライン画像を追加する"
198
+ "add_inline_image": "インライン画像を追加する",
199
+ "select_image": "画像を選択する"
190
200
  },
191
201
  "locale": {
192
202
  "label_turkish": "トルコ語- {{value}}",
package/dist/i18n/nl.json CHANGED
@@ -16,10 +16,19 @@
16
16
  "appearance": {
17
17
  "labels": {
18
18
  "choose_size_pangram": "Pa’s wijze lynx bezag vroom het fikse aquaduct.",
19
- "a": "A"
19
+ "a": "A",
20
+ "increase_disabled": "Maximumgrootte bereikt",
21
+ "increase": "Grootte vergroten",
22
+ "decrease_disabled": "Minimumgrootte bereikt",
23
+ "decrease": "Grootte verminderen",
24
+ "choose_size_description": "Kies maat en stijl voor de Carbonio-omgeving",
25
+ "choose_size_auto": "De tekstgrootte automatisch aanpassen aan het apparaat"
20
26
  },
21
27
  "option_s": "Klein",
22
- "option_l": "Groot"
28
+ "option_l": "Groot",
29
+ "option_xl": "Extra groot",
30
+ "option_xs": "Extra klein",
31
+ "option_m": "Medium"
23
32
  },
24
33
  "out_of_office": {
25
34
  "labels": {
@@ -186,7 +195,8 @@
186
195
  "when_composing": "Bij het samenstellen, beantwoorden of doorsturen van berichten in map(pen):",
187
196
  "when_replying": "Bij het beantwoorden of doorsturen van berichten die zijn verzonden naar:",
188
197
  "folder_external_account": "Map: Nieuwe externe account",
189
- "add_inline_image": "Inline afbeelding toevoegen"
198
+ "add_inline_image": "Inline afbeelding toevoegen",
199
+ "select_image": "Afbeelding selecteren"
190
200
  },
191
201
  "locale": {
192
202
  "label_russian": "Russisch - {{value}}",
@@ -4,11 +4,19 @@
4
4
  "appearance": {
5
5
  "labels": {
6
6
  "choose_size_pangram": "A ligeira raposa marrom ataca o cão preguiçoso.",
7
- "a": "A"
7
+ "a": "A",
8
+ "increase_disabled": "Tamanho máximo alcançado",
9
+ "increase": "Aumentar o tamanho",
10
+ "decrease_disabled": "Tamanho mínimo alcançado",
11
+ "decrease": "Diminuir o tamanho",
12
+ "choose_size_description": "Escolha o tamanho e o estilo para o ambiente Carbonio",
13
+ "choose_size_auto": "Redimensionar automaticamente o tamanho do texto dependendo do dispositivo"
8
14
  },
9
15
  "option_s": "Pequeno",
10
16
  "option_l": "Grande",
11
- "option_xl": "Extra grande"
17
+ "option_xl": "Extra grande",
18
+ "option_xs": "Super pequeno",
19
+ "option_m": "Médio"
12
20
  },
13
21
  "button": {
14
22
  "primary": "Salvar",
@@ -68,7 +76,7 @@
68
76
  }
69
77
  }
70
78
  },
71
- "new": "Nova",
79
+ "new": "Novo",
72
80
  "search": {
73
81
  "app": "Buscar",
74
82
  "module": "Módulo",
@@ -165,7 +173,7 @@
165
173
  "dont_save": "Não salvar uma cópia das mensagens enviadas",
166
174
  "external_account_settings": "Configurações de conta externa",
167
175
  "feedback": "Feedback",
168
- "folder": "Pasta: Nova Conta Externa 3",
176
+ "folder": "Pasta: Nova conta externa 3",
169
177
  "from_name": "De: \"Nome\"",
170
178
  "imap": "IMAP",
171
179
  "leave_anyway": "Sair sem salvar",
@@ -186,7 +194,7 @@
186
194
  "use_ssl": "Usar uma conexão criptografada (SSL) ao acessar este servidor",
187
195
  "when_composing": "Ao escrever, responder ou encaminhar mensagens na(s) pasta(s):",
188
196
  "when_replying": "Ao responder ou encaminhar mensagens enviadas para:",
189
- "folder_external_account": "Pasta: Nova Conta Externa",
197
+ "folder_external_account": "Pasta: Nova conta externa",
190
198
  "add_inline_image": "Adicionar imagem no corpo da mensagem",
191
199
  "select_image": "Selecionar imagem"
192
200
  },
@@ -388,7 +396,7 @@
388
396
  "write_here": "Escreva seu feedback aqui"
389
397
  },
390
398
  "messages": {
391
- "permanent_delete_title": "Tem certeza que deseja excluir permanentemente este elemento?",
399
+ "permanent_delete_title": "Tem certeza que deseja excluir este elemento?",
392
400
  "permanent_delete_body": "Se você excluir permanentemente esta Persona, não poderá recuperá-la. Continuar?"
393
401
  },
394
402
  "share": {
package/dist/i18n/ru.json CHANGED
@@ -76,7 +76,7 @@
76
76
  "accounts": "Учетные записи",
77
77
  "choose": "Выбрать"
78
78
  },
79
- "new": "Новый",
79
+ "new": "Создать",
80
80
  "search": {
81
81
  "clear": "Очистить условия поиска",
82
82
  "idle_input_label": "Поиск в {{module}}",
package/dist/i18n/th.json CHANGED
@@ -3,10 +3,19 @@
3
3
  "appearance": {
4
4
  "labels": {
5
5
  "choose_size_pangram": "เป็นมนุษย์สุดประเสริฐเลิศคุณค่า กว่าบรรดาฝูงสัตว์เดรัจฉาน จงฝ่าฟันพัฒนาวิชาการ อย่าล้างผลาญฤๅเข่นฆ่าบีฑาใคร ไม่ถือโทษโกรธแช่งซัดฮึดฮัดด่า หัดอภัยเหมือนกีฬาอัชฌาสัย ปฏิบัติประพฤติกฎกำหนดใจ พูดจาให้จ๊ะ ๆ จ๋า ๆ น่าฟังเอยฯ",
6
- "a": "A"
6
+ "a": "A",
7
+ "increase_disabled": "ถึงขนาดใหญ่ที่สุดแล้ว",
8
+ "increase": "เพิ่มขนาด",
9
+ "decrease_disabled": "ถึงขนาดเล็กที่สุดแล้ว",
10
+ "decrease": "ลดขนาด",
11
+ "choose_size_description": "เลือกขนาดและรูปแบบสำหรับสภาพแวดล้อม Carbonio",
12
+ "choose_size_auto": "ปรับขนาดข้อความยอัตโนมัติโดยขึ้นอยู่กับอุปกรณ์"
7
13
  },
8
14
  "option_s": "เล็ก",
9
- "option_l": "ใหญ่"
15
+ "option_l": "ใหญ่",
16
+ "option_xl": "ใหญ่มาก",
17
+ "option_xs": "เล็กพิเศษ",
18
+ "option_m": "ปานกลาง"
10
19
  },
11
20
  "out_of_office": {
12
21
  "labels": {
@@ -186,7 +195,8 @@
186
195
  "unsaved_changes_line2": "การเปลี่ยนแปลงที่ไม่ได้บันทึกทั้งหมดของคุณจะสูญหายไป",
187
196
  "when_composing": "เมื่อเขียน, ตอบกลับ, หรือส่งต่อข้อความในโฟลเดอร์:",
188
197
  "folder_external_account": "โฟลเดอร์: บัญชีภายนอกใหม่",
189
- "add_inline_image": "เพิ่มรูปภาพแบบอินไลน์"
198
+ "add_inline_image": "เพิ่มรูปภาพแบบอินไลน์",
199
+ "select_image": "เลือกภาพ"
190
200
  },
191
201
  "board": {
192
202
  "close_tab": "ปิดแท็บ",
@@ -3,12 +3,20 @@
3
3
  "app": "设置",
4
4
  "appearance": {
5
5
  "labels": {
6
- "choose_size_pangram": "視野無限廣,窗外有藍天",
7
- "a": "8"
6
+ "choose_size_pangram": "The quick brown fox jumps over the lazy dog.",
7
+ "a": "8",
8
+ "increase_disabled": "已达到最大尺寸",
9
+ "increase": "增大尺寸",
10
+ "decrease_disabled": "已达到最小尺寸",
11
+ "decrease": "缩小尺寸",
12
+ "choose_size_description": "为Carbonio环境选择尺寸和样式",
13
+ "choose_size_auto": "根据设备自动调整文本大小"
8
14
  },
9
15
  "option_s": "小",
10
16
  "option_l": "大",
11
- "option_xl": "超大"
17
+ "option_xl": "超大",
18
+ "option_xs": "超小",
19
+ "option_m": "中等"
12
20
  },
13
21
  "button": {
14
22
  "primary": "保存",
@@ -187,7 +195,8 @@
187
195
  "use_personas_line2": "例如,如果您有时候会在工作中以特定角色发送邮件,可为其创建角色。",
188
196
  "recovery_email": "恢复邮件",
189
197
  "folder_external_account": "文件夹:新外部账户",
190
- "add_inline_image": "添加内联图像"
198
+ "add_inline_image": "添加内联图像",
199
+ "select_image": "选择图像"
191
200
  },
192
201
  "locale": {
193
202
  "English": "英语",
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/328a2db9dfe4598f4de3abd62bd6c5f773181c11/zapp-shell.bundle.js"></script><link href="/static/iris/carbonio-shell-ui/328a2db9dfe4598f4de3abd62bd6c5f773181c11/style.bc61f842.css" rel="stylesheet"></head>
19
+ <script defer src="/static/iris/carbonio-shell-ui/dec36e836d52c2d8ce66184f2bd8e58e4fdc1415/zapp-shell.bundle.js"></script><link href="/static/iris/carbonio-shell-ui/dec36e836d52c2d8ce66184f2bd8e58e4fdc1415/style.737ff8fa.css" rel="stylesheet"></head>
20
20
 
21
21
  <body>
22
22
  <div id="app"></div>
@@ -2894,7 +2894,7 @@ var loginConfig = function loginConfig() {
2894
2894
  var favicon = document.getElementById('favicon');
2895
2895
 
2896
2896
  if (favicon && favicon instanceof HTMLLinkElement) {
2897
- favicon.href = data.carbonioWebUiFavicon ? data.carbonioWebUiFavicon : "".concat("/static/iris/carbonio-shell-ui/328a2db9dfe4598f4de3abd62bd6c5f773181c11/", "favicon.svg");
2897
+ favicon.href = data.carbonioWebUiFavicon ? data.carbonioWebUiFavicon : "".concat("/static/iris/carbonio-shell-ui/dec36e836d52c2d8ce66184f2bd8e58e4fdc1415/", "favicon.svg");
2898
2898
  }
2899
2899
 
2900
2900
  if (data.carbonioWebUiTitle) {
@@ -14060,7 +14060,7 @@ var useI18nStore = (0,zustand__WEBPACK_IMPORTED_MODULE_11__["default"])(function
14060
14060
  console.warn("Missing translation with key '".concat(key, "'"));
14061
14061
  },
14062
14062
  backend: {
14063
- loadPath: app.name === _constants__WEBPACK_IMPORTED_MODULE_9__.SHELL_APP_ID ? "".concat("/static/iris/carbonio-shell-ui/328a2db9dfe4598f4de3abd62bd6c5f773181c11/", "/i18n/{{lng}}.json") : "".concat((0,lodash__WEBPACK_IMPORTED_MODULE_8__.dropRight)(app.js_entrypoint.split('/')).join('/'), "/i18n/{{lng}}.json")
14063
+ loadPath: app.name === _constants__WEBPACK_IMPORTED_MODULE_9__.SHELL_APP_ID ? "".concat("/static/iris/carbonio-shell-ui/dec36e836d52c2d8ce66184f2bd8e58e4fdc1415/", "/i18n/{{lng}}.json") : "".concat((0,lodash__WEBPACK_IMPORTED_MODULE_8__.dropRight)(app.js_entrypoint.split('/')).join('/'), "/i18n/{{lng}}.json")
14064
14064
  }
14065
14065
  }); // eslint-disable-next-line no-param-reassign
14066
14066
 
@@ -14091,7 +14091,7 @@ defaultI18n.use(i18next_http_backend__WEBPACK_IMPORTED_MODULE_7__["default"]) //
14091
14091
  console.warn("Missing translation with key '".concat(key, "'"));
14092
14092
  },
14093
14093
  backend: {
14094
- loadPath: "".concat("/static/iris/carbonio-shell-ui/328a2db9dfe4598f4de3abd62bd6c5f773181c11/", "/i18n/{{lng}}.json")
14094
+ loadPath: "".concat("/static/iris/carbonio-shell-ui/dec36e836d52c2d8ce66184f2bd8e58e4fdc1415/", "/i18n/{{lng}}.json")
14095
14095
  }
14096
14096
  });
14097
14097
 
@@ -14287,8 +14287,8 @@ var Composer = function Composer(_ref) {
14287
14287
  }, [inlineLabel, onFileClick, onFileSelect, t]);
14288
14288
  var editorInitConfig = (0,react__WEBPACK_IMPORTED_MODULE_4__.useMemo)(function () {
14289
14289
  return {
14290
- content_css: "".concat("/static/iris/carbonio-shell-ui/328a2db9dfe4598f4de3abd62bd6c5f773181c11/", "/tinymce/skins/content/default/content.css"),
14291
- language_url: "".concat("/static/iris/carbonio-shell-ui/328a2db9dfe4598f4de3abd62bd6c5f773181c11/", "tinymce/langs/").concat(locale, ".js"),
14290
+ content_css: "".concat("/static/iris/carbonio-shell-ui/dec36e836d52c2d8ce66184f2bd8e58e4fdc1415/", "/tinymce/skins/content/default/content.css"),
14291
+ language_url: "".concat("/static/iris/carbonio-shell-ui/dec36e836d52c2d8ce66184f2bd8e58e4fdc1415/", "tinymce/langs/").concat(locale, ".js"),
14292
14292
  language: locale,
14293
14293
  setup: setupCallback,
14294
14294
  min_height: 350,
@@ -16546,4 +16546,4 @@ module.exports = __webpack_require__.p + "20d012c938e8d0dcc703.mp3";
16546
16546
  /***/ })
16547
16547
 
16548
16548
  }]);
16549
- //# sourceMappingURL=src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.f02c03f9.chunk.js.map
16549
+ //# sourceMappingURL=src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.6d93579f.chunk.js.map