@zextras/carbonio-shell-ui 0.4.46 → 1.0.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.
Files changed (31) 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 +7 -3
  6. package/dist/i18n/en.json +1 -1
  7. package/dist/i18n/es.json +10 -4
  8. package/dist/i18n/hi.json +7 -3
  9. package/dist/i18n/id.json +7 -3
  10. package/dist/i18n/it.json +18 -4
  11. package/dist/i18n/ja.json +7 -3
  12. package/dist/i18n/nl.json +7 -3
  13. package/dist/i18n/pl.json +22 -8
  14. package/dist/i18n/pt.json +0 -1
  15. package/dist/i18n/pt_BR.json +10 -4
  16. package/dist/i18n/ru.json +18 -4
  17. package/dist/i18n/th.json +7 -3
  18. package/dist/i18n/tr.json +18 -4
  19. package/dist/i18n/zh_Hans.json +8 -3
  20. package/dist/index.html +1 -1
  21. package/dist/{src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.b59e41c6.chunk.js → src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.9ea622ae.chunk.js} +6 -6
  22. package/dist/{src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.b59e41c6.chunk.js.map → src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.9ea622ae.chunk.js.map} +1 -1
  23. package/dist/{src_workers_folder_ts.b34449f2.chunk.js → src_workers_folder_ts.6e447458.chunk.js} +2 -2
  24. package/dist/{src_workers_folder_ts.b34449f2.chunk.js.map → src_workers_folder_ts.6e447458.chunk.js.map} +1 -1
  25. package/dist/{src_workers_tag_ts.8f0ccbd2.chunk.js → src_workers_tag_ts.6a226161.chunk.js} +2 -2
  26. package/dist/{src_workers_tag_ts.8f0ccbd2.chunk.js.map → src_workers_tag_ts.6a226161.chunk.js.map} +1 -1
  27. package/dist/{style.e3b7d76e.css → style.9d8f338e.css} +29 -29
  28. package/dist/{style.e3b7d76e.css.map → style.9d8f338e.css.map} +1 -1
  29. package/dist/zapp-shell.bundle.js +2 -2
  30. package/dist/zapp-shell.bundle.js.map +1 -1
  31. 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.0.0](https://github.com/zextras/carbonio-shell-ui/compare/v0.4.46...v1.0.0) (2023-01-16)
6
+
5
7
  ### [0.4.46](https://github.com/zextras/carbonio-shell-ui/compare/v0.4.45...v0.4.46) (2023-01-05)
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="0.4.46"
13
+ pkgver="1.0.0"
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}/8649a6f574a676be911232a5dc021ac917890b4a"
39
- cp -a ../dist/* "${pkgdir}/opt/zextras/web/iris/${pkgname}/8649a6f574a676be911232a5dc021ac917890b4a" || true
40
- chown root:root -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/8649a6f574a676be911232a5dc021ac917890b4a"
41
- chmod 644 -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/8649a6f574a676be911232a5dc021ac917890b4a"
42
- find "${pkgdir}/opt/zextras/web/iris/${pkgname}/8649a6f574a676be911232a5dc021ac917890b4a" -type d -exec chmod a+x "{}" \;
38
+ mkdir -p "${pkgdir}/opt/zextras/web/iris/${pkgname}/70243babd499a36991a74d003e5671614a796847"
39
+ cp -a ../dist/* "${pkgdir}/opt/zextras/web/iris/${pkgname}/70243babd499a36991a74d003e5671614a796847" || true
40
+ chown root:root -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/70243babd499a36991a74d003e5671614a796847"
41
+ chmod 644 -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/70243babd499a36991a74d003e5671614a796847"
42
+ find "${pkgdir}/opt/zextras/web/iris/${pkgname}/70243babd499a36991a74d003e5671614a796847" -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}/8649a6f574a676be911232a5dc021ac917890b4a"
50
+ cd "/opt/zextras/web/iris/${pkgname}/70243babd499a36991a74d003e5671614a796847"
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
- 8649a6f574a676be911232a5dc021ac917890b4a
1
+ 70243babd499a36991a74d003e5671614a796847
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "carbonio-shell-ui",
3
- "js_entrypoint": "/static/iris/carbonio-shell-ui/8649a6f574a676be911232a5dc021ac917890b4a/zapp-shell.bundle.js",
3
+ "js_entrypoint": "/static/iris/carbonio-shell-ui/70243babd499a36991a74d003e5671614a796847/zapp-shell.bundle.js",
4
4
  "description": "The Zextras Carbonio web client",
5
- "version": "0.4.46",
6
- "commit": "8649a6f574a676be911232a5dc021ac917890b4a",
5
+ "version": "1.0.0",
6
+ "commit": "70243babd499a36991a74d003e5671614a796847",
7
7
  "priority": -1,
8
8
  "type": "shell",
9
9
  "attrKey": "",
package/dist/i18n/de.json CHANGED
@@ -16,8 +16,11 @@
16
16
  "app": "Einstellungen",
17
17
  "appearance": {
18
18
  "labels": {
19
- "choose_size_pangram": "Zwölf Boxkämpfer jagen Victor quer über den großen Sylter Deich."
20
- }
19
+ "choose_size_pangram": "Zwölf Boxkämpfer jagen Victor quer über den großen Sylter Deich.",
20
+ "a": "A"
21
+ },
22
+ "option_s": "Klein",
23
+ "option_l": "Groß"
21
24
  },
22
25
  "button": {
23
26
  "primary": "Speichern",
@@ -31,7 +34,8 @@
31
34
  "general": "Allgemeine Einstellungen",
32
35
  "theme_auto": "Auto",
33
36
  "theme_options": "Themenoptionen",
34
- "dark_mode": "Dunkler Modus"
37
+ "dark_mode": "Dunkler Modus",
38
+ "appearance": "Aussehen"
35
39
  },
36
40
  "general_tab": "Allgemein",
37
41
  "out_of_office": {
package/dist/i18n/en.json CHANGED
@@ -187,7 +187,7 @@
187
187
  "labels": {
188
188
  "a": "A",
189
189
  "choose_size_auto": "Automatically resize the text size depending on the device",
190
- "choose_size_description": "Choose Type Size and Styles for Carbonio Environment",
190
+ "choose_size_description": "Choose size and style for the Carbonio environment",
191
191
  "choose_size_pangram": "The quick brown fox jumps over the lazy dog.",
192
192
  "decrease": "Decrease size",
193
193
  "decrease_disabled": "Minimum size reached",
package/dist/i18n/es.json CHANGED
@@ -14,8 +14,12 @@
14
14
  "settings": {
15
15
  "appearance": {
16
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
- }
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"
19
+ },
20
+ "option_s": "Pequeño",
21
+ "option_l": "Grande",
22
+ "option_xl": "Muy grande"
19
23
  },
20
24
  "out_of_office": {
21
25
  "labels": {
@@ -61,7 +65,8 @@
61
65
  "general": "Ajustes generales",
62
66
  "theme_auto": "Auto",
63
67
  "theme_options": "Opciones del tema",
64
- "dark_mode": "Modo oscuro"
68
+ "dark_mode": "Modo oscuro",
69
+ "appearance": "Apariencia"
65
70
  },
66
71
  "general_tab": "General",
67
72
  "timezone_and_language": "Zona horaria e idioma",
@@ -182,7 +187,8 @@
182
187
  "unsaved_changes_line2": "Todos tus cambios no guardados se perderán",
183
188
  "update_view": "Actualizar vista",
184
189
  "folder_external_account": "Carpeta: Nueva cuenta externa",
185
- "add_inline_image": "Añadir imagen inline"
190
+ "add_inline_image": "Añadir imagen inline",
191
+ "select_image": "Seleccionar imagen"
186
192
  },
187
193
  "timezone": {
188
194
  "africa_cairo": "{{value}} Egipto",
package/dist/i18n/hi.json CHANGED
@@ -16,8 +16,11 @@
16
16
  "app": "सेटिंग्स",
17
17
  "appearance": {
18
18
  "labels": {
19
- "choose_size_pangram": "ऋषियों को सताने वाले दुष्ट राक्षसों के राजा रावण का सर्वनाश करने वाले विष्णुवतार भगवान श्रीराम, अयोध्या के महाराज दशरथ के बड़े सपुत्र थे।"
20
- }
19
+ "choose_size_pangram": "ऋषियों को सताने वाले दुष्ट राक्षसों के राजा रावण का सर्वनाश करने वाले विष्णुवतार भगवान श्रीराम, अयोध्या के महाराज दशरथ के बड़े सपुत्र थे।",
20
+ "a": "A"
21
+ },
22
+ "option_s": "छोटा",
23
+ "option_l": "बड़ा"
21
24
  },
22
25
  "button": {
23
26
  "primary": "सेव करें",
@@ -31,7 +34,8 @@
31
34
  "general": "जनरल सेटिंग्स",
32
35
  "theme_auto": "ऑटो",
33
36
  "theme_options": "थीम के ऑप्शन",
34
- "dark_mode": "डार्क मोड"
37
+ "dark_mode": "डार्क मोड",
38
+ "appearance": "प्रकटन"
35
39
  },
36
40
  "general_tab": "सामान्य",
37
41
  "out_of_office": {
package/dist/i18n/id.json CHANGED
@@ -14,8 +14,11 @@
14
14
  "settings": {
15
15
  "appearance": {
16
16
  "labels": {
17
- "choose_size_pangram": "Saya lihat foto Hamengkubuwono XV bersama enam zebra purba cantik yang jatuh dari Al Quranmu."
18
- }
17
+ "choose_size_pangram": "Saya lihat foto Hamengkubuwono XV bersama enam zebra purba cantik yang jatuh dari Al Quranmu.",
18
+ "a": "A"
19
+ },
20
+ "option_s": "Kecil",
21
+ "option_l": "Besar"
19
22
  },
20
23
  "out_of_office": {
21
24
  "labels": {
@@ -61,7 +64,8 @@
61
64
  "general": "Pengaturan Umum",
62
65
  "theme_auto": "Otomatis",
63
66
  "theme_options": "Opsi Tema",
64
- "dark_mode": "Mode Gelap"
67
+ "dark_mode": "Mode Gelap",
68
+ "appearance": "Tampilan"
65
69
  },
66
70
  "general_tab": "Umum",
67
71
  "timezone_and_language": "Zona Waktu dan Bahasa",
package/dist/i18n/it.json CHANGED
@@ -4,8 +4,20 @@
4
4
  "settings": {
5
5
  "appearance": {
6
6
  "labels": {
7
- "choose_size_pangram": "Ma la volpe, col suo balzo, ha raggiunto il quieto Fido."
8
- }
7
+ "choose_size_pangram": "Ma la volpe, col suo balzo, ha raggiunto il quieto Fido.",
8
+ "increase_disabled": "Dimensione massima raggiunta",
9
+ "increase": "Aumenta dimensione",
10
+ "decrease_disabled": "Dimensione minima raggiunta",
11
+ "decrease": "Riduci dimensione",
12
+ "choose_size_auto": "Ridimensiona automaticamente la dimensione del testo a seconda del dispositivo",
13
+ "a": "Ago",
14
+ "choose_size_description": "Scegli la dimensione e lo stile del tuo ambiente Carbonio"
15
+ },
16
+ "option_m": "Medio",
17
+ "option_s": "Piccolo",
18
+ "option_l": "Grande",
19
+ "option_xs": "Piccolissimo",
20
+ "option_xl": "Grandissimo"
9
21
  },
10
22
  "button": {
11
23
  "primary": "Salva",
@@ -19,7 +31,8 @@
19
31
  "general": "Impostazioni Generali",
20
32
  "account": "Account",
21
33
  "account_logout": "Esci",
22
- "dark_mode": "Tema Scuro"
34
+ "dark_mode": "Tema Scuro",
35
+ "appearance": "Aspetto"
23
36
  },
24
37
  "app": "Impostazioni",
25
38
  "out_of_office": {
@@ -191,7 +204,8 @@
191
204
  "button": "Pulsante",
192
205
  "click_to_copy": "Seleziona per copiare",
193
206
  "folder_external_account": "Cartella: Nuovo Account Esterno",
194
- "add_inline_image": "Aggiungi immagine inline"
207
+ "add_inline_image": "Aggiungi immagine inline",
208
+ "select_image": "Seleziona immagine"
195
209
  },
196
210
  "locale": {
197
211
  "English": "Inglese",
package/dist/i18n/ja.json CHANGED
@@ -2,8 +2,11 @@
2
2
  "settings": {
3
3
  "appearance": {
4
4
  "labels": {
5
- "choose_size_pangram": "いろはにほへと ちりぬるを わかよたれそ つねならむ うゐのおくやま けふこえて あさきゆめみし ゑひもせす"
6
- }
5
+ "choose_size_pangram": "いろはにほへと ちりぬるを わかよたれそ つねならむ うゐのおくやま けふこえて あさきゆめみし ゑひもせす",
6
+ "a": "8"
7
+ },
8
+ "option_s": "小",
9
+ "option_l": "大"
7
10
  },
8
11
  "out_of_office": {
9
12
  "labels": {
@@ -49,7 +52,8 @@
49
52
  "general": "一般設定",
50
53
  "theme_auto": "自動",
51
54
  "theme_options": "テーマのオプション",
52
- "dark_mode": "ダークモード"
55
+ "dark_mode": "ダークモード",
56
+ "appearance": "デザイン"
53
57
  },
54
58
  "general_tab": "一般設定",
55
59
  "timezone_and_language": "タイムゾーンと言語",
package/dist/i18n/nl.json CHANGED
@@ -15,8 +15,11 @@
15
15
  "settings": {
16
16
  "appearance": {
17
17
  "labels": {
18
- "choose_size_pangram": "Pa’s wijze lynx bezag vroom het fikse aquaduct."
19
- }
18
+ "choose_size_pangram": "Pa’s wijze lynx bezag vroom het fikse aquaduct.",
19
+ "a": "A"
20
+ },
21
+ "option_s": "Klein",
22
+ "option_l": "Groot"
20
23
  },
21
24
  "out_of_office": {
22
25
  "labels": {
@@ -62,7 +65,8 @@
62
65
  "general": "Algemene instellingen",
63
66
  "theme_auto": "Auto",
64
67
  "theme_options": "Thema Opties",
65
- "dark_mode": "Donkere modus"
68
+ "dark_mode": "Donkere modus",
69
+ "appearance": "Vormgeving"
66
70
  },
67
71
  "general_tab": "Algemeen",
68
72
  "timezone_and_language": "Tijdzone en taal",
package/dist/i18n/pl.json CHANGED
@@ -21,8 +21,20 @@
21
21
  "settings": {
22
22
  "appearance": {
23
23
  "labels": {
24
- "choose_size_pangram": "Pchnąć w tę łódź jeża lub ośm skrzyń fig."
25
- }
24
+ "choose_size_pangram": "Pchnąć w tę łódź jeża lub ośm skrzyń fig.",
25
+ "increase_disabled": "Osiągnięto max. rozmiar",
26
+ "increase": "Powiększ rozmiar",
27
+ "decrease_disabled": "Osiągnięto min. rozmiar",
28
+ "decrease": "Zmniejsz rozmiar",
29
+ "choose_size_description": "Wybierz rozmiar i styl czcionki w środowisku Carbonio",
30
+ "choose_size_auto": "Automatycznie dostosuj rozmiar tekstu w zależności od urządzenia",
31
+ "a": "A"
32
+ },
33
+ "option_xs": "Bardzo małe",
34
+ "option_xl": "Bardzo duże",
35
+ "option_s": "Małe",
36
+ "option_m": "Średnie",
37
+ "option_l": "Duże"
26
38
  },
27
39
  "search_settings": {
28
40
  "labels": {
@@ -75,7 +87,8 @@
75
87
  "theme_auto": "Automatycznie",
76
88
  "theme_disabled": "Wyłączone",
77
89
  "theme_enabled": "Włączone",
78
- "theme_options": "Opcje stylu"
90
+ "theme_options": "Opcje stylu",
91
+ "appearance": "Wygląd"
79
92
  },
80
93
  "general_tab": "Ogólne",
81
94
  "timezone_and_language": "Strefa czasowa i język",
@@ -110,7 +123,7 @@
110
123
  "delete": "Usuń",
111
124
  "delete_permanently": "Trwale usuń",
112
125
  "filter_folders": "Filtruj foldery",
113
- "folder": "Folder: Nowe Konto spoza mojej domeny 3",
126
+ "folder": "Folder: Nowe konto spoza mojej domeny 3",
114
127
  "folders": "Foldery",
115
128
  "from_name": "Od: \"Imię\"",
116
129
  "go_back": "Powrót",
@@ -149,7 +162,7 @@
149
162
  "edit_permissions": "Edytuj uprawnienia",
150
163
  "email_address": "Adres e-mail",
151
164
  "email_server": "Serwer e-mail (np. \"mail.przykład.com\")",
152
- "external_account_settings": "Ustawienia Kont spoza mojej domeny",
165
+ "external_account_settings": "Ustawienia kont spoza mojej domeny",
153
166
  "feedback": "Podziel się opinią",
154
167
  "inbox": "Skrzynka odbiorcza",
155
168
  "no_results": "Nie znaleziono wyników",
@@ -165,8 +178,9 @@
165
178
  "when_composing": "Podczas tworzenia, odpowiadania na i przekazywania dalej wiadomości w folderze (folderach):",
166
179
  "button": "Przycisk",
167
180
  "click_to_copy": "Kliknij, aby skopiować",
168
- "folder_external_account": "Folder: Nowe Konto spoza mojej domeny",
169
- "add_inline_image": "Dodaj obrazek w tekście"
181
+ "folder_external_account": "Folder: Nowe konto spoza mojej domeny",
182
+ "add_inline_image": "Dodaj obrazek w tekście",
183
+ "select_image": "Wybierz obraz"
170
184
  },
171
185
  "board": {
172
186
  "close_tab": "Zamknij kartę",
@@ -371,7 +385,7 @@
371
385
  "select_a_module": "Wybierz moduł",
372
386
  "select_a_topic": "Wybierz temat",
373
387
  "send": "WYŚLIJ",
374
- "success": "Dziękujemy za udzielenie swojego zdania",
388
+ "success": "Dziękujemy, że podzieliłeś się z nami swoim zdaniem",
375
389
  "user_interface": "Interfejs użytkownika",
376
390
  "missing_features": "Brakujące funkcje",
377
391
  "other": "Inne",
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
- "egypt": "{{value}} Egito",
187
186
  "pyongyang": "{{value}} Pyongyang",
188
187
  "africa_algiers": "{{value}} África Central Ocidental",
189
188
  "africa_cairo": "{{value}} Egito",
@@ -3,8 +3,12 @@
3
3
  "app": "Configurações",
4
4
  "appearance": {
5
5
  "labels": {
6
- "choose_size_pangram": "A ligeira raposa marrom ataca o cão preguiçoso."
7
- }
6
+ "choose_size_pangram": "A ligeira raposa marrom ataca o cão preguiçoso.",
7
+ "a": "A"
8
+ },
9
+ "option_s": "Pequeno",
10
+ "option_l": "Grande",
11
+ "option_xl": "Extra grande"
8
12
  },
9
13
  "button": {
10
14
  "primary": "Salvar",
@@ -49,7 +53,8 @@
49
53
  "general": "Configurações gerais",
50
54
  "theme_auto": "Auto",
51
55
  "theme_options": "Opções de tema",
52
- "dark_mode": "Modo escuro"
56
+ "dark_mode": "Modo escuro",
57
+ "appearance": "Aparência"
53
58
  },
54
59
  "general_tab": "Geral",
55
60
  "timezone_and_language": "Fuso horário e idioma",
@@ -182,7 +187,8 @@
182
187
  "when_composing": "Ao escrever, responder ou encaminhar mensagens na(s) pasta(s):",
183
188
  "when_replying": "Ao responder ou encaminhar mensagens enviadas para:",
184
189
  "folder_external_account": "Pasta: Nova Conta Externa",
185
- "add_inline_image": "Adicionar imagem no corpo da mensagem"
190
+ "add_inline_image": "Adicionar imagem no corpo da mensagem",
191
+ "select_image": "Selecionar imagem"
186
192
  },
187
193
  "timezone": {
188
194
  "africa_algiers": "{{value}} África Central Ocidental",
package/dist/i18n/ru.json CHANGED
@@ -2,8 +2,20 @@
2
2
  "settings": {
3
3
  "appearance": {
4
4
  "labels": {
5
- "choose_size_pangram": "Съешь ещё этих мягких французских булок да выпей же чаю."
6
- }
5
+ "choose_size_pangram": "Съешь ещё этих мягких французских булок да выпей же чаю.",
6
+ "increase_disabled": "Достигнут максимальный размер",
7
+ "increase": "Увеличить размер",
8
+ "decrease_disabled": "Достигнут минимальный размер",
9
+ "decrease": "Уменьшить размер",
10
+ "choose_size_description": "Выберите размер шрифта и стили для Carbonio",
11
+ "choose_size_auto": "Автоматически изменять размер текста в зависимости от устройства",
12
+ "a": "Кому"
13
+ },
14
+ "option_xs": "Очень маленький",
15
+ "option_xl": "Очень большой",
16
+ "option_s": "Маленький",
17
+ "option_m": "Средний",
18
+ "option_l": "Большой"
7
19
  },
8
20
  "button": {
9
21
  "primary": "Сохранить",
@@ -17,7 +29,8 @@
17
29
  "theme_disabled": "Отключено",
18
30
  "theme_options": "Параметры Темы",
19
31
  "theme_auto": "Автоматически",
20
- "dark_mode": "Темный Режим"
32
+ "dark_mode": "Темный Режим",
33
+ "appearance": "Вид"
21
34
  },
22
35
  "app": "Настройки",
23
36
  "general_tab": "Основные настройки",
@@ -182,7 +195,8 @@
182
195
  "button": "Кнопка",
183
196
  "click_to_copy": "Нажмите чтобы скопировать",
184
197
  "folder_external_account": "Папка: Новая внешняя учетная запись",
185
- "add_inline_image": "Добавить встроенное изображение"
198
+ "add_inline_image": "Добавить встроенное изображение",
199
+ "select_image": "Выбрать изображение"
186
200
  },
187
201
  "board": {
188
202
  "close_tab": "Закрыть вкладку",
package/dist/i18n/th.json CHANGED
@@ -2,8 +2,11 @@
2
2
  "settings": {
3
3
  "appearance": {
4
4
  "labels": {
5
- "choose_size_pangram": "เป็นมนุษย์สุดประเสริฐเลิศคุณค่า กว่าบรรดาฝูงสัตว์เดรัจฉาน จงฝ่าฟันพัฒนาวิชาการ อย่าล้างผลาญฤๅเข่นฆ่าบีฑาใคร ไม่ถือโทษโกรธแช่งซัดฮึดฮัดด่า หัดอภัยเหมือนกีฬาอัชฌาสัย ปฏิบัติประพฤติกฎกำหนดใจ พูดจาให้จ๊ะ ๆ จ๋า ๆ น่าฟังเอยฯ"
6
- }
5
+ "choose_size_pangram": "เป็นมนุษย์สุดประเสริฐเลิศคุณค่า กว่าบรรดาฝูงสัตว์เดรัจฉาน จงฝ่าฟันพัฒนาวิชาการ อย่าล้างผลาญฤๅเข่นฆ่าบีฑาใคร ไม่ถือโทษโกรธแช่งซัดฮึดฮัดด่า หัดอภัยเหมือนกีฬาอัชฌาสัย ปฏิบัติประพฤติกฎกำหนดใจ พูดจาให้จ๊ะ ๆ จ๋า ๆ น่าฟังเอยฯ",
6
+ "a": "A"
7
+ },
8
+ "option_s": "เล็ก",
9
+ "option_l": "ใหญ่"
7
10
  },
8
11
  "out_of_office": {
9
12
  "labels": {
@@ -49,7 +52,8 @@
49
52
  "general": "การตั้งค่าทั่วไป",
50
53
  "theme_auto": "อัตโนมัติ",
51
54
  "theme_options": "ตัวเลือกธีม",
52
- "dark_mode": "โหมดมืด"
55
+ "dark_mode": "โหมดมืด",
56
+ "appearance": "ลักษณะ"
53
57
  },
54
58
  "general_tab": "ทั่วไป",
55
59
  "timezone_and_language": "เขตเวลาและภาษา",
package/dist/i18n/tr.json CHANGED
@@ -24,8 +24,20 @@
24
24
  "app": "Ayarlar",
25
25
  "appearance": {
26
26
  "labels": {
27
- "choose_size_pangram": "Pijamalı hasta, yağız şoföre çabucak güvendi."
28
- }
27
+ "choose_size_pangram": "Pijamalı hasta, yağız şoföre çabucak güvendi.",
28
+ "increase_disabled": "Maksimum boyut",
29
+ "increase": "Boyutu artır",
30
+ "decrease_disabled": "Minimum boyut",
31
+ "decrease": "Boyutu azalt",
32
+ "choose_size_description": "Carbonio genelinde kullanılacak Tür Boyut ve Stilleri seçin",
33
+ "choose_size_auto": "Metin boyutunu cihaza göre otomatik ayarla",
34
+ "a": "A"
35
+ },
36
+ "option_xs": "Ekstra küçük",
37
+ "option_xl": "Ekstra büyük",
38
+ "option_s": "Küçük",
39
+ "option_m": "Orta",
40
+ "option_l": "Büyük"
29
41
  },
30
42
  "button": {
31
43
  "primary": "Kaydet",
@@ -39,7 +51,8 @@
39
51
  "theme_disabled": "Kullanıma kapalı",
40
52
  "theme_enabled": "Kullanıma açık",
41
53
  "theme_options": "Tema Seçenekleri",
42
- "dark_mode": "Koyu Mod"
54
+ "dark_mode": "Koyu Mod",
55
+ "appearance": "Görünüm"
43
56
  },
44
57
  "general_tab": "Genel",
45
58
  "out_of_office": {
@@ -191,7 +204,8 @@
191
204
  "button": "Buton",
192
205
  "click_to_copy": "Kopyalamak için tıklayın",
193
206
  "folder_external_account": "Klasör: Yeni Dış Hesap",
194
- "add_inline_image": "Resim ekle"
207
+ "add_inline_image": "Resim ekle",
208
+ "select_image": "Resim seçin"
195
209
  },
196
210
  "locale": {
197
211
  "label_italian": "Italian - {{value}}",
@@ -3,8 +3,12 @@
3
3
  "app": "设置",
4
4
  "appearance": {
5
5
  "labels": {
6
- "choose_size_pangram": "視野無限廣,窗外有藍天"
7
- }
6
+ "choose_size_pangram": "視野無限廣,窗外有藍天",
7
+ "a": "8"
8
+ },
9
+ "option_s": "小",
10
+ "option_l": "大",
11
+ "option_xl": "超大"
8
12
  },
9
13
  "button": {
10
14
  "primary": "保存",
@@ -49,7 +53,8 @@
49
53
  "general": "通用设置",
50
54
  "theme_auto": "自动",
51
55
  "theme_options": "主题选项",
52
- "dark_mode": "深色模式"
56
+ "dark_mode": "深色模式",
57
+ "appearance": "外观"
53
58
  },
54
59
  "general_tab": "通用",
55
60
  "timezone_and_language": "时区和语言",
package/dist/index.html CHANGED
@@ -22,7 +22,7 @@ SPDX-License-Identifier: AGPL-3.0-only
22
22
  <link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Roboto">
23
23
  <!-- async CSS -->
24
24
  <link rel="stylesheet" media="print" onload="this.onload=null;this.removeAttribute('media');" href="https://fonts.googleapis.com/css?family=Roboto">
25
- <script defer src="/static/iris/carbonio-shell-ui/8649a6f574a676be911232a5dc021ac917890b4a/zapp-shell.bundle.js"></script><link href="/static/iris/carbonio-shell-ui/8649a6f574a676be911232a5dc021ac917890b4a/style.e3b7d76e.css" rel="stylesheet"></head>
25
+ <script defer src="/static/iris/carbonio-shell-ui/70243babd499a36991a74d003e5671614a796847/zapp-shell.bundle.js"></script><link href="/static/iris/carbonio-shell-ui/70243babd499a36991a74d003e5671614a796847/style.9d8f338e.css" rel="stylesheet"></head>
26
26
 
27
27
  <body>
28
28
  <div id="app"></div>
@@ -2662,7 +2662,7 @@ var loginConfig = function loginConfig() {
2662
2662
  var favicon = document.getElementById('favicon');
2663
2663
 
2664
2664
  if (favicon && favicon instanceof HTMLLinkElement) {
2665
- favicon.href = data.carbonioWebUiFavicon ? data.carbonioWebUiFavicon : "".concat("/static/iris/carbonio-shell-ui/8649a6f574a676be911232a5dc021ac917890b4a/", "favicon.svg");
2665
+ favicon.href = data.carbonioWebUiFavicon ? data.carbonioWebUiFavicon : "".concat("/static/iris/carbonio-shell-ui/70243babd499a36991a74d003e5671614a796847/", "favicon.svg");
2666
2666
  }
2667
2667
 
2668
2668
  if (data.carbonioWebUiTitle) {
@@ -13828,7 +13828,7 @@ var useI18nStore = (0,zustand__WEBPACK_IMPORTED_MODULE_11__["default"])(function
13828
13828
  console.warn("Missing translation with key '".concat(key, "'"));
13829
13829
  },
13830
13830
  backend: {
13831
- loadPath: app.name === _constants__WEBPACK_IMPORTED_MODULE_9__.SHELL_APP_ID ? "".concat("/static/iris/carbonio-shell-ui/8649a6f574a676be911232a5dc021ac917890b4a/", "/i18n/{{lng}}.json") : "".concat((0,lodash__WEBPACK_IMPORTED_MODULE_8__.dropRight)(app.js_entrypoint.split('/')).join('/'), "/i18n/{{lng}}.json")
13831
+ loadPath: app.name === _constants__WEBPACK_IMPORTED_MODULE_9__.SHELL_APP_ID ? "".concat("/static/iris/carbonio-shell-ui/70243babd499a36991a74d003e5671614a796847/", "/i18n/{{lng}}.json") : "".concat((0,lodash__WEBPACK_IMPORTED_MODULE_8__.dropRight)(app.js_entrypoint.split('/')).join('/'), "/i18n/{{lng}}.json")
13832
13832
  }
13833
13833
  }); // eslint-disable-next-line no-param-reassign
13834
13834
 
@@ -13859,7 +13859,7 @@ defaultI18n.use(i18next_http_backend__WEBPACK_IMPORTED_MODULE_7__["default"]) //
13859
13859
  console.warn("Missing translation with key '".concat(key, "'"));
13860
13860
  },
13861
13861
  backend: {
13862
- loadPath: "".concat("/static/iris/carbonio-shell-ui/8649a6f574a676be911232a5dc021ac917890b4a/", "/i18n/{{lng}}.json")
13862
+ loadPath: "".concat("/static/iris/carbonio-shell-ui/70243babd499a36991a74d003e5671614a796847/", "/i18n/{{lng}}.json")
13863
13863
  }
13864
13864
  });
13865
13865
 
@@ -14062,8 +14062,8 @@ var Composer = function Composer(_ref) {
14062
14062
  initialValue: initialValue,
14063
14063
  value: value,
14064
14064
  init: {
14065
- content_css: "".concat("/static/iris/carbonio-shell-ui/8649a6f574a676be911232a5dc021ac917890b4a/", "/tinymce/skins/content/default/content.css"),
14066
- language_url: "".concat("/static/iris/carbonio-shell-ui/8649a6f574a676be911232a5dc021ac917890b4a/", "tinymce/langs/").concat(locale, ".js"),
14065
+ content_css: "".concat("/static/iris/carbonio-shell-ui/70243babd499a36991a74d003e5671614a796847/", "/tinymce/skins/content/default/content.css"),
14066
+ language_url: "".concat("/static/iris/carbonio-shell-ui/70243babd499a36991a74d003e5671614a796847/", "tinymce/langs/").concat(locale, ".js"),
14067
14067
  language: locale,
14068
14068
  setup: function setup(editor) {
14069
14069
  if (onFileSelect) editor.ui.registry.addMenuButton('imageSelector', {
@@ -16799,4 +16799,4 @@ webpackContext.id = "./node_modules/moment/locale sync recursive ^\\.\\/.*$";
16799
16799
  /***/ })
16800
16800
 
16801
16801
  }]);
16802
- //# sourceMappingURL=src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.b59e41c6.chunk.js.map
16802
+ //# sourceMappingURL=src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.9ea622ae.chunk.js.map