First commit

This commit is contained in:
Thomas Fuhrmann 2023-09-22 11:33:13 +02:00
parent 91447f74b4
commit 6ab4bb6daa
13123 changed files with 60099 additions and 204 deletions

6
public/assets/block/t9n/index.d.ts vendored Normal file
View file

@ -0,0 +1,6 @@
export type BlockMessages = {
collapse: string;
expand: string;
loading: string;
options: string;
};

View file

@ -0,0 +1,6 @@
{
"collapse": "Collapse",
"expand": "Expand",
"loading": "Loading",
"options": "Options"
}

View file

@ -0,0 +1,6 @@
{
"collapse": "طي",
"expand": "توسيع",
"loading": "تحميل",
"options": "خيارات"
}

View file

@ -0,0 +1,6 @@
{
"collapse": "Сгъване",
"expand": "Разгъване",
"loading": "Зареждане",
"options": "Опции"
}

View file

@ -0,0 +1,6 @@
{
"collapse": "Sažmi",
"expand": "Proširi",
"loading": "Učitavanje u tijeku",
"options": "Opcije"
}

View file

@ -0,0 +1,6 @@
{
"collapse": "Redueix",
"expand": "Amplia",
"loading": "S'està carregant...",
"options": "Opcions"
}

View file

@ -0,0 +1,6 @@
{
"collapse": "Sbalit",
"expand": "Rozbalit",
"loading": "Načítání",
"options": "Možnosti"
}

View file

@ -0,0 +1,6 @@
{
"collapse": "Skjul",
"expand": "Udvid",
"loading": "Indlæser",
"options": "Indstillinger"
}

View file

@ -0,0 +1,6 @@
{
"collapse": "Ausblenden",
"expand": "Einblenden",
"loading": "Wird geladen",
"options": "Optionen"
}

View file

@ -0,0 +1,6 @@
{
"collapse": "Σύμπτυξη",
"expand": "Ανάπτυξη",
"loading": "Φόρτωση",
"options": "Επιλογές"
}

View file

@ -0,0 +1,6 @@
{
"collapse": "Collapse",
"expand": "Expand",
"loading": "Loading",
"options": "Options"
}

View file

@ -0,0 +1,6 @@
{
"collapse": "Contraer",
"expand": "Expandir",
"loading": "Cargando",
"options": "Opciones"
}

View file

@ -0,0 +1,6 @@
{
"collapse": "Ahenda",
"expand": "Laienda",
"loading": "Laadimine",
"options": "Valikud"
}

View file

@ -0,0 +1,6 @@
{
"collapse": "Kutista",
"expand": "Laajenna",
"loading": "Ladataan",
"options": "Asetukset"
}

View file

@ -0,0 +1,6 @@
{
"collapse": "Réduire",
"expand": "Développer",
"loading": "Chargement...",
"options": "Options"
}

View file

@ -0,0 +1,6 @@
{
"collapse": "צמצם",
"expand": "הרחב",
"loading": "טוען",
"options": "אפשרויות"
}

View file

@ -0,0 +1,6 @@
{
"collapse": "Sažmi",
"expand": "Proširi",
"loading": "Učitavanje u tijeku",
"options": "Opcije"
}

View file

@ -0,0 +1,6 @@
{
"collapse": "Összecsukás",
"expand": "Kibontás",
"loading": "Betöltés",
"options": "Beállítási lehetőségek"
}

View file

@ -0,0 +1,6 @@
{
"collapse": "Tutup",
"expand": "Bentang",
"loading": "Memuat",
"options": "Opsi"
}

View file

@ -0,0 +1,6 @@
{
"collapse": "Comprimi",
"expand": "Espandi",
"loading": "Caricamento in corso",
"options": "Opzioni"
}

View file

@ -0,0 +1,6 @@
{
"collapse": "折りたたむ",
"expand": "展開",
"loading": "読み込んでいます",
"options": "オプション"
}

View file

@ -0,0 +1,6 @@
{
"collapse": "축소",
"expand": "확장",
"loading": "불러오는 중",
"options": "옵션"
}

View file

@ -0,0 +1,6 @@
{
"collapse": "Suskleisti",
"expand": "Išskleisti",
"loading": "Kraunama",
"options": "Parinktys"
}

View file

@ -0,0 +1,6 @@
{
"collapse": "Sakļaut",
"expand": "Izvērst",
"loading": "Ielādē",
"options": "Opcijas"
}

View file

@ -0,0 +1,6 @@
{
"collapse": "Inklappen",
"expand": "Uitklappen",
"loading": "Bezig met laden",
"options": "Opties"
}

View file

@ -0,0 +1,6 @@
{
"collapse": "Skjul",
"expand": "Utvid",
"loading": "Laster inn",
"options": "Alternativer"
}

View file

@ -0,0 +1,6 @@
{
"collapse": "Zwiń",
"expand": "Rozwiń",
"loading": "Wczytywanie",
"options": "Opcje"
}

View file

@ -0,0 +1,6 @@
{
"collapse": "Recolher",
"expand": "Expandir",
"loading": "Carregando",
"options": "Opções"
}

View file

@ -0,0 +1,6 @@
{
"collapse": "Recolher",
"expand": "Expandir",
"loading": "A Carregar",
"options": "Opções"
}

View file

@ -0,0 +1,6 @@
{
"collapse": "Restrângere",
"expand": "Extindere",
"loading": "Se încarcă",
"options": "Opţiuni"
}

View file

@ -0,0 +1,6 @@
{
"collapse": "Свернуть",
"expand": "Развернуть",
"loading": "Загрузка",
"options": "Опции"
}

View file

@ -0,0 +1,6 @@
{
"collapse": "Zbaliť",
"expand": "Rozbaliť",
"loading": "Načítava sa",
"options": "Možnosti"
}

View file

@ -0,0 +1,6 @@
{
"collapse": "Strni",
"expand": "Razširi",
"loading": "Nalaganje",
"options": "Možnosti"
}

View file

@ -0,0 +1,6 @@
{
"collapse": "Skupi",
"expand": "Proširi",
"loading": "Učitavanje",
"options": "Opcije"
}

View file

@ -0,0 +1,6 @@
{
"collapse": "Dölj",
"expand": "Expandera",
"loading": "Läser in",
"options": "Alternativ"
}

View file

@ -0,0 +1,6 @@
{
"collapse": "ย่อลงมา",
"expand": "ขยาย",
"loading": "กำลังโหลด",
"options": "ตัวเลือก"
}

View file

@ -0,0 +1,6 @@
{
"collapse": "Daralt",
"expand": "Genişlet",
"loading": "Yükleniyor",
"options": "Seçenekler"
}

View file

@ -0,0 +1,6 @@
{
"collapse": "Згорнути",
"expand": "Розширити",
"loading": "Завантажується",
"options": "Опції"
}

View file

@ -0,0 +1,6 @@
{
"collapse": "Thu gọn",
"expand": "Mở rộng",
"loading": "Đang tải",
"options": "Tùy chọn"
}

View file

@ -0,0 +1,6 @@
{
"collapse": "折叠",
"expand": "展开",
"loading": "正在加载",
"options": "选项"
}

View file

@ -0,0 +1,6 @@
{
"collapse": "摺疊",
"expand": "展開",
"loading": "正在載入",
"options": "選項"
}

View file

@ -0,0 +1,6 @@
{
"collapse": "摺疊",
"expand": "展開",
"loading": "正在載入",
"options": "選項"
}