From 9439e690d9b4d7a081322eb0364b07bde90fec9a Mon Sep 17 00:00:00 2001 From: Beatrice Guerra Date: Wed, 23 Nov 2022 11:08:12 +0100 Subject: [PATCH] feat: add setting to change base font size for scaling * build(deps): update @zextrs/carbonio-design-system dep refs: CDS-78 (#156) --- de.json | 5 +++++ en.json | 18 ++++++++++++++++++ es.json | 5 +++++ fi.json | 11 +++++++++-- fr.json | 5 +++++ hi.json | 5 +++++ id.json | 5 +++++ it.json | 5 +++++ ja.json | 5 +++++ nl.json | 5 +++++ pl.json | 5 +++++ pt.json | 5 +++++ pt_BR.json | 5 +++++ ro.json | 10 +++++++++- ru.json | 5 +++++ th.json | 5 +++++ tr.json | 5 +++++ vi.json | 5 +++++ zh_Hans.json | 5 +++++ 19 files changed, 116 insertions(+), 3 deletions(-) diff --git a/de.json b/de.json index 127b665f..1d0f3359 100644 --- a/de.json +++ b/de.json @@ -14,6 +14,11 @@ }, "settings": { "app": "Einstellungen", + "appearance": { + "labels": { + "choose_size_pangram": "Zwölf Boxkämpfer jagen Victor quer über den großen Sylter Deich." + } + }, "button": { "primary": "Speichern", "confirm": "Bestätigen" diff --git a/en.json b/en.json index 9c057121..55278f9e 100644 --- a/en.json +++ b/en.json @@ -182,6 +182,23 @@ "settings": { "accounts": "Accounts", "app": "Settings", + "appearance": { + "labels": { + "a": "A", + "choose_size_auto": "Automatically resize the text size depending on the device", + "choose_size_description": "Choose Type Size and Styles for Carbonio Environment", + "choose_size_pangram": "The quick brown fox jumps over the lazy dog.", + "decrease": "Decrease size", + "decrease_disabled": "Minimum size reached", + "increase": "Increase size", + "increase_disabled": "Maximum size reached" + }, + "option_l": "Large", + "option_m": "Medium", + "option_s": "Small", + "option_xl": "Extralarge", + "option_xs": "Extrasmall" + }, "button": { "confirm": "Confirm", "primary": "Save" @@ -190,6 +207,7 @@ "general": { "account": "Account", "account_logout": "Logout", + "appearance": "Appearance", "dark_mode": "Dark Mode", "general": "General Settings", "theme_auto": "Auto", diff --git a/es.json b/es.json index fbad1e35..8c4f39cc 100644 --- a/es.json +++ b/es.json @@ -12,6 +12,11 @@ "unable_to_parse_query": "No se puede completar la búsqueda, límpiala y vuelve a intentarlo" }, "settings": { + "appearance": { + "labels": { + "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." + } + }, "out_of_office": { "labels": { "start_date": "Fecha de inicio", diff --git a/fi.json b/fi.json index 02f6eaa5..a50cd633 100644 --- a/fi.json +++ b/fi.json @@ -1,5 +1,12 @@ { - "label": { - "remove": "poista" + "settings": { + "appearance": { + "labels": { + "choose_size_pangram": "Viekas kettu punaturkki laiskan koiran takaa kurkki." + } } + }, + "label": { + "remove": "poista" + } } diff --git a/fr.json b/fr.json index 24f97316..c3ef9ffe 100644 --- a/fr.json +++ b/fr.json @@ -106,6 +106,11 @@ "new": "Nouveau", "settings": { "app": "Paramètres", + "appearance": { + "labels": { + "choose_size_pangram": "Voix ambiguë d'un cœur qui au zéphyr préfère les jattes de kiwis." + } + }, "button": { "primary": "Sauvegarder", "confirm": "Confirmer" diff --git a/hi.json b/hi.json index 4e115ec6..c5fe0930 100644 --- a/hi.json +++ b/hi.json @@ -14,6 +14,11 @@ }, "settings": { "app": "सेटिंग्स", + "appearance": { + "labels": { + "choose_size_pangram": "ऋषियों को सताने वाले दुष्ट राक्षसों के राजा रावण का सर्वनाश करने वाले विष्णुवतार भगवान श्रीराम, अयोध्या के महाराज दशरथ के बड़े सपुत्र थे।" + } + }, "button": { "primary": "सेव करें", "confirm": "कन्फ़र्म करें" diff --git a/id.json b/id.json index 518ab4b2..96485442 100644 --- a/id.json +++ b/id.json @@ -12,6 +12,11 @@ "unable_to_parse_query": "Tidak dapat menyelesaikan pencarian. Hapus dan coba lagi" }, "settings": { + "appearance": { + "labels": { + "choose_size_pangram": "Saya lihat foto Hamengkubuwono XV bersama enam zebra purba cantik yang jatuh dari Al Quranmu." + } + }, "out_of_office": { "labels": { "end_date": "Tanggal Selesai", diff --git a/it.json b/it.json index 649c4c79..8d847f99 100644 --- a/it.json +++ b/it.json @@ -2,6 +2,11 @@ "new": "Nuovo", "new_tab": "Nuova tab", "settings": { + "appearance": { + "labels": { + "choose_size_pangram": "Ma la volpe, col suo balzo, ha raggiunto il quieto Fido." + } + }, "button": { "primary": "Salva", "confirm": "Conferma" diff --git a/ja.json b/ja.json index 1e9ac0d1..2f0874d8 100644 --- a/ja.json +++ b/ja.json @@ -1,5 +1,10 @@ { "settings": { + "appearance": { + "labels": { + "choose_size_pangram": "いろはにほへと ちりぬるを わかよたれそ つねならむ うゐのおくやま けふこえて あさきゆめみし ゑひもせす" + } + }, "out_of_office": { "labels": { "start_date": "開始日", diff --git a/nl.json b/nl.json index f8df6995..02a0fc96 100644 --- a/nl.json +++ b/nl.json @@ -13,6 +13,11 @@ "type_or_choose_suggestion": "Type of kies enkele trefwoorden om een zoekopdracht te starten" }, "settings": { + "appearance": { + "labels": { + "choose_size_pangram": "Pa’s wijze lynx bezag vroom het fikse aquaduct." + } + }, "out_of_office": { "labels": { "end_date": "Einddatum", diff --git a/pl.json b/pl.json index 4dcfdcb2..5ffb31c7 100644 --- a/pl.json +++ b/pl.json @@ -19,6 +19,11 @@ "clear": "Wyszyść pole wyszukiwania" }, "settings": { + "appearance": { + "labels": { + "choose_size_pangram": "Pchnąć w tę łódź jeża lub ośm skrzyń fig." + } + }, "search_settings": { "labels": { "include_search_in_shared_folder": "Uwzględnij udostępniony folder w wynikach wyszukiwań", diff --git a/pt.json b/pt.json index 5b0acf95..c9b696d9 100644 --- a/pt.json +++ b/pt.json @@ -1,6 +1,11 @@ { "settings": { "app": "Configurações", + "appearance": { + "labels": { + "choose_size_pangram": "A rápida raposa castanha salta por cima do cão lento." + } + }, "button": { "primary": "Salvar", "confirm": "Confirmar" diff --git a/pt_BR.json b/pt_BR.json index 5b0791de..a52be4b0 100644 --- a/pt_BR.json +++ b/pt_BR.json @@ -1,6 +1,11 @@ { "settings": { "app": "Configurações", + "appearance": { + "labels": { + "choose_size_pangram": "A ligeira raposa marrom ataca o cão preguiçoso." + } + }, "button": { "primary": "Salvar", "confirm": "Confirmar" diff --git a/ro.json b/ro.json index 0967ef42..1d9a3994 100644 --- a/ro.json +++ b/ro.json @@ -1 +1,9 @@ -{} +{ + "settings": { + "appearance": { + "labels": { + "choose_size_pangram": "Agera vulpe maronie sare peste câinele cel leneş." + } + } + } +} diff --git a/ru.json b/ru.json index 65d81f9e..cd718080 100644 --- a/ru.json +++ b/ru.json @@ -1,5 +1,10 @@ { "settings": { + "appearance": { + "labels": { + "choose_size_pangram": "Съешь ещё этих мягких французских булок да выпей же чаю." + } + }, "button": { "primary": "Сохранить", "confirm": "Подтвердить" diff --git a/th.json b/th.json index 4b4acdf8..1e6c8f3c 100644 --- a/th.json +++ b/th.json @@ -1,5 +1,10 @@ { "settings": { + "appearance": { + "labels": { + "choose_size_pangram": "เป็นมนุษย์สุดประเสริฐเลิศคุณค่า กว่าบรรดาฝูงสัตว์เดรัจฉาน จงฝ่าฟันพัฒนาวิชาการ อย่าล้างผลาญฤๅเข่นฆ่าบีฑาใคร ไม่ถือโทษโกรธแช่งซัดฮึดฮัดด่า หัดอภัยเหมือนกีฬาอัชฌาสัย ปฏิบัติประพฤติกฎกำหนดใจ พูดจาให้จ๊ะ ๆ จ๋า ๆ น่าฟังเอยฯ" + } + }, "out_of_office": { "labels": { "end_date": "วันที่สุดท้าย", diff --git a/tr.json b/tr.json index c21a1b13..2a374b92 100644 --- a/tr.json +++ b/tr.json @@ -22,6 +22,11 @@ }, "settings": { "app": "Ayarlar", + "appearance": { + "labels": { + "choose_size_pangram": "Pijamalı hasta, yağız şoföre çabucak güvendi." + } + }, "button": { "primary": "Kaydet", "confirm": "Onayla" diff --git a/vi.json b/vi.json index 13c551c9..5080af7a 100644 --- a/vi.json +++ b/vi.json @@ -152,6 +152,11 @@ }, "settings": { "accounts": "Các Tài khoản", + "appearance": { + "labels": { + "choose_size_pangram": "Con cáo nâu nhanh nhẹn nhảy qua con chó lười biếng." + } + }, "choose": "Chọn", "app": "Cài đặt", "button": { diff --git a/zh_Hans.json b/zh_Hans.json index bc98e8d6..deae9108 100644 --- a/zh_Hans.json +++ b/zh_Hans.json @@ -1,6 +1,11 @@ { "settings": { "app": "设置", + "appearance": { + "labels": { + "choose_size_pangram": "視野無限廣,窗外有藍天" + } + }, "button": { "primary": "保存", "confirm": "确认"