From 5125cdbea0fb09866d913fb3c75293fefe015c52 Mon Sep 17 00:00:00 2001 From: "plebeius.eth" Date: Wed, 8 May 2024 11:10:53 +0200 Subject: [PATCH] chore(translations): embed, remove --- public/translations/ar/default.json | 4 +++- public/translations/bn/default.json | 4 +++- public/translations/cs/default.json | 4 +++- public/translations/da/default.json | 4 +++- public/translations/de/default.json | 4 +++- public/translations/el/default.json | 4 +++- public/translations/en/default.json | 4 +++- public/translations/es/default.json | 4 +++- public/translations/fa/default.json | 4 +++- public/translations/fi/default.json | 4 +++- public/translations/fil/default.json | 4 +++- public/translations/fr/default.json | 4 +++- public/translations/he/default.json | 4 +++- public/translations/hi/default.json | 4 +++- public/translations/hu/default.json | 4 +++- public/translations/id/default.json | 4 +++- public/translations/it/default.json | 4 +++- public/translations/ja/default.json | 4 +++- public/translations/ko/default.json | 4 +++- public/translations/mr/default.json | 4 +++- public/translations/nl/default.json | 4 +++- public/translations/no/default.json | 4 +++- public/translations/pl/default.json | 4 +++- public/translations/pt/default.json | 4 +++- public/translations/ro/default.json | 4 +++- public/translations/ru/default.json | 4 +++- public/translations/sq/default.json | 4 +++- public/translations/sv/default.json | 4 +++- public/translations/te/default.json | 4 +++- public/translations/th/default.json | 4 +++- public/translations/tr/default.json | 4 +++- public/translations/uk/default.json | 4 +++- public/translations/ur/default.json | 4 +++- public/translations/vi/default.json | 4 +++- public/translations/zh/default.json | 4 +++- 35 files changed, 105 insertions(+), 35 deletions(-) diff --git a/public/translations/ar/default.json b/public/translations/ar/default.json index 28b32d7e..9e1e58b1 100644 --- a/public/translations/ar/default.json +++ b/public/translations/ar/default.json @@ -73,5 +73,7 @@ "random": "عشوائي", "international": "دولية", "projects": "مشاريع", - "challenge_counter": "{{index}} من {{total}}" + "challenge_counter": "{{index}} من {{total}}", + "embed": "تضمين", + "remove": "إزالة" } \ No newline at end of file diff --git a/public/translations/bn/default.json b/public/translations/bn/default.json index 54d5c53e..ebee908b 100644 --- a/public/translations/bn/default.json +++ b/public/translations/bn/default.json @@ -73,5 +73,7 @@ "random": "এলোমেলো", "international": "আন্তর্জাতিক", "projects": "প্রকল্পসমূহ", - "challenge_counter": "{{index}} থেকে {{total}}" + "challenge_counter": "{{index}} থেকে {{total}}", + "embed": "এম্বেড", + "remove": "অপসারণ" } \ No newline at end of file diff --git a/public/translations/cs/default.json b/public/translations/cs/default.json index c735ef9c..bed95533 100644 --- a/public/translations/cs/default.json +++ b/public/translations/cs/default.json @@ -73,5 +73,7 @@ "random": "náhodný", "international": "mezinárodní", "projects": "projekty", - "challenge_counter": "{{index}} z {{total}}" + "challenge_counter": "{{index}} z {{total}}", + "embed": "vložit", + "remove": "odstranit" } \ No newline at end of file diff --git a/public/translations/da/default.json b/public/translations/da/default.json index 2871ee00..31a43329 100644 --- a/public/translations/da/default.json +++ b/public/translations/da/default.json @@ -73,5 +73,7 @@ "random": "tilfældig", "international": "internationale", "projects": "projekter", - "challenge_counter": "{{index}} af {{total}}" + "challenge_counter": "{{index}} af {{total}}", + "embed": "integrer", + "remove": "fjern" } \ No newline at end of file diff --git a/public/translations/de/default.json b/public/translations/de/default.json index b4313271..1d8b555b 100644 --- a/public/translations/de/default.json +++ b/public/translations/de/default.json @@ -73,5 +73,7 @@ "random": "zufällig", "international": "internationale", "projects": "Projekte", - "challenge_counter": "{{index}} von {{total}}" + "challenge_counter": "{{index}} von {{total}}", + "embed": "einbetten", + "remove": "entfernen" } \ No newline at end of file diff --git a/public/translations/el/default.json b/public/translations/el/default.json index 3b306ea5..efb58bcb 100644 --- a/public/translations/el/default.json +++ b/public/translations/el/default.json @@ -73,5 +73,7 @@ "random": "τυχαίος", "international": "διεθνείς", "projects": "έργα", - "challenge_counter": "{{index}} από {{total}}" + "challenge_counter": "{{index}} από {{total}}", + "embed": "ενσωμάτωση", + "remove": "αφαίρεση" } \ No newline at end of file diff --git a/public/translations/en/default.json b/public/translations/en/default.json index c4541e82..cfe60bbf 100644 --- a/public/translations/en/default.json +++ b/public/translations/en/default.json @@ -73,5 +73,7 @@ "random": "random", "international": "international", "projects": "projects", - "challenge_counter": "{{index}} of {{total}}" + "challenge_counter": "{{index}} of {{total}}", + "embed": "embed", + "remove": "remove" } \ No newline at end of file diff --git a/public/translations/es/default.json b/public/translations/es/default.json index a110bd55..9a434c2d 100644 --- a/public/translations/es/default.json +++ b/public/translations/es/default.json @@ -73,5 +73,7 @@ "random": "aleatorio", "international": "internacionales", "projects": "proyectos", - "challenge_counter": "{{index}} de {{total}}" + "challenge_counter": "{{index}} de {{total}}", + "embed": "incrustar", + "remove": "eliminar" } \ No newline at end of file diff --git a/public/translations/fa/default.json b/public/translations/fa/default.json index 6e950947..03448fd9 100644 --- a/public/translations/fa/default.json +++ b/public/translations/fa/default.json @@ -73,5 +73,7 @@ "random": "تصادفی", "international": "بین‌المللی", "projects": "پروژه‌ها", - "challenge_counter": "{{index}} از {{total}}" + "challenge_counter": "{{index}} از {{total}}", + "embed": "جاسازی", + "remove": "حذف" } \ No newline at end of file diff --git a/public/translations/fi/default.json b/public/translations/fi/default.json index b028c75a..c7428224 100644 --- a/public/translations/fi/default.json +++ b/public/translations/fi/default.json @@ -73,5 +73,7 @@ "random": "satunnainen", "international": "kansainväliset", "projects": "projektit", - "challenge_counter": "{{index}} / {{total}}" + "challenge_counter": "{{index}} / {{total}}", + "embed": "upota", + "remove": "poista" } \ No newline at end of file diff --git a/public/translations/fil/default.json b/public/translations/fil/default.json index afd2be7f..b52d12fe 100644 --- a/public/translations/fil/default.json +++ b/public/translations/fil/default.json @@ -73,5 +73,7 @@ "random": "random", "international": "internasyonal", "projects": "mga proyekto", - "challenge_counter": "{{index}} ng {{total}}" + "challenge_counter": "{{index}} ng {{total}}", + "embed": "i-embed", + "remove": "alisin" } \ No newline at end of file diff --git a/public/translations/fr/default.json b/public/translations/fr/default.json index 349edda3..31f76089 100644 --- a/public/translations/fr/default.json +++ b/public/translations/fr/default.json @@ -73,5 +73,7 @@ "random": "aléatoire", "international": "internationaux", "projects": "projets", - "challenge_counter": "{{index}} sur {{total}}" + "challenge_counter": "{{index}} sur {{total}}", + "embed": "intégrer", + "remove": "supprimer" } \ No newline at end of file diff --git a/public/translations/he/default.json b/public/translations/he/default.json index 90fc0867..bfc65cfa 100644 --- a/public/translations/he/default.json +++ b/public/translations/he/default.json @@ -73,5 +73,7 @@ "random": "אקראי", "international": "בינלאומיים", "projects": "פרויקטים", - "challenge_counter": "{{index}} מתוך {{total}}" + "challenge_counter": "{{index}} מתוך {{total}}", + "embed": "הטמע", + "remove": "הסר" } \ No newline at end of file diff --git a/public/translations/hi/default.json b/public/translations/hi/default.json index 4e1cbe51..12c9727d 100644 --- a/public/translations/hi/default.json +++ b/public/translations/hi/default.json @@ -73,5 +73,7 @@ "random": "यादृच्छिक", "international": "अंतरराष्ट्रीय", "projects": "परियोजनाएं", - "challenge_counter": "{{index}} में से {{total}}" + "challenge_counter": "{{index}} में से {{total}}", + "embed": "एम्बेड", + "remove": "हटाएं" } \ No newline at end of file diff --git a/public/translations/hu/default.json b/public/translations/hu/default.json index 930ebf82..3d4dfc2c 100644 --- a/public/translations/hu/default.json +++ b/public/translations/hu/default.json @@ -73,5 +73,7 @@ "random": "véletlenszerű", "international": "nemzetközi", "projects": "projektek", - "challenge_counter": "{{index}} a(z) {{total}}-ból/ből" + "challenge_counter": "{{index}} a(z) {{total}}-ból/ből", + "embed": "beágyaz", + "remove": "eltávolít" } \ No newline at end of file diff --git a/public/translations/id/default.json b/public/translations/id/default.json index 5bbcd711..86bc00f3 100644 --- a/public/translations/id/default.json +++ b/public/translations/id/default.json @@ -73,5 +73,7 @@ "random": "acak", "international": "internasional", "projects": "proyek", - "challenge_counter": "{{index}} dari {{total}}" + "challenge_counter": "{{index}} dari {{total}}", + "embed": "sematkan", + "remove": "hapus" } \ No newline at end of file diff --git a/public/translations/it/default.json b/public/translations/it/default.json index aae953b7..413e714b 100644 --- a/public/translations/it/default.json +++ b/public/translations/it/default.json @@ -73,5 +73,7 @@ "random": "casuale", "international": "internazionali", "projects": "progetti", - "challenge_counter": "{{index}} di {{total}}" + "challenge_counter": "{{index}} di {{total}}", + "embed": "incorpora", + "remove": "rimuovi" } \ No newline at end of file diff --git a/public/translations/ja/default.json b/public/translations/ja/default.json index 54e2194d..20f031b5 100644 --- a/public/translations/ja/default.json +++ b/public/translations/ja/default.json @@ -73,5 +73,7 @@ "random": "ランダム", "international": "国際的な", "projects": "プロジェクト", - "challenge_counter": "{{index}} / {{total}}" + "challenge_counter": "{{index}} / {{total}}", + "embed": "埋め込み", + "remove": "削除" } \ No newline at end of file diff --git a/public/translations/ko/default.json b/public/translations/ko/default.json index d6ce8cf0..e2830237 100644 --- a/public/translations/ko/default.json +++ b/public/translations/ko/default.json @@ -73,5 +73,7 @@ "random": "랜덤", "international": "국제적인", "projects": "프로젝트", - "challenge_counter": "{{index}} 중 {{total}}" + "challenge_counter": "{{index}} 중 {{total}}", + "embed": "임베드", + "remove": "제거" } \ No newline at end of file diff --git a/public/translations/mr/default.json b/public/translations/mr/default.json index db5184b6..7d5a181a 100644 --- a/public/translations/mr/default.json +++ b/public/translations/mr/default.json @@ -73,5 +73,7 @@ "random": "यादृच्छ", "international": "आंतरराष्ट्रीय", "projects": "प्रकल्प", - "challenge_counter": "{{index}} पैकी {{total}}" + "challenge_counter": "{{index}} पैकी {{total}}", + "embed": "एम्बेड", + "remove": "काढा" } \ No newline at end of file diff --git a/public/translations/nl/default.json b/public/translations/nl/default.json index daf638b7..bcec2048 100644 --- a/public/translations/nl/default.json +++ b/public/translations/nl/default.json @@ -73,5 +73,7 @@ "random": "willekeurig", "international": "internationale", "projects": "projecten", - "challenge_counter": "{{index}} van {{total}}" + "challenge_counter": "{{index}} van {{total}}", + "embed": "insluiten", + "remove": "verwijderen" } \ No newline at end of file diff --git a/public/translations/no/default.json b/public/translations/no/default.json index c942b84f..e71387c1 100644 --- a/public/translations/no/default.json +++ b/public/translations/no/default.json @@ -73,5 +73,7 @@ "random": "tilfeldig", "international": "internasjonale", "projects": "prosjekter", - "challenge_counter": "{{index}} av {{total}}" + "challenge_counter": "{{index}} av {{total}}", + "embed": "bygg inn", + "remove": "fjern" } \ No newline at end of file diff --git a/public/translations/pl/default.json b/public/translations/pl/default.json index 41e2921b..b14ce7dc 100644 --- a/public/translations/pl/default.json +++ b/public/translations/pl/default.json @@ -73,5 +73,7 @@ "random": "losowy", "international": "międzynarodowe", "projects": "projekty", - "challenge_counter": "{{index}} z {{total}}" + "challenge_counter": "{{index}} z {{total}}", + "embed": "osadź", + "remove": "usuń" } \ No newline at end of file diff --git a/public/translations/pt/default.json b/public/translations/pt/default.json index 1c57754d..805873fe 100644 --- a/public/translations/pt/default.json +++ b/public/translations/pt/default.json @@ -73,5 +73,7 @@ "random": "aleatório", "international": "internacionais", "projects": "projetos", - "challenge_counter": "{{index}} de {{total}}" + "challenge_counter": "{{index}} de {{total}}", + "embed": "embutir", + "remove": "remover" } \ No newline at end of file diff --git a/public/translations/ro/default.json b/public/translations/ro/default.json index b0448b53..48b8f2a5 100644 --- a/public/translations/ro/default.json +++ b/public/translations/ro/default.json @@ -73,5 +73,7 @@ "random": "aleator", "international": "internaționale", "projects": "proiecte", - "challenge_counter": "{{index}} din {{total}}" + "challenge_counter": "{{index}} din {{total}}", + "embed": "încorpora", + "remove": "elimina" } \ No newline at end of file diff --git a/public/translations/ru/default.json b/public/translations/ru/default.json index f0a97b37..26de8087 100644 --- a/public/translations/ru/default.json +++ b/public/translations/ru/default.json @@ -73,5 +73,7 @@ "random": "случайный", "international": "международные", "projects": "проекты", - "challenge_counter": "{{index}} из {{total}}" + "challenge_counter": "{{index}} из {{total}}", + "embed": "встроить", + "remove": "удалить" } \ No newline at end of file diff --git a/public/translations/sq/default.json b/public/translations/sq/default.json index 93ccd97f..af007ab9 100644 --- a/public/translations/sq/default.json +++ b/public/translations/sq/default.json @@ -73,5 +73,7 @@ "random": "i rastësishëm", "international": "ndërkombëtare", "projects": "projekte", - "challenge_counter": "{{index}} nga {{total}}" + "challenge_counter": "{{index}} nga {{total}}", + "embed": "integro", + "remove": "hiq" } \ No newline at end of file diff --git a/public/translations/sv/default.json b/public/translations/sv/default.json index 0d87c64e..f54c76e6 100644 --- a/public/translations/sv/default.json +++ b/public/translations/sv/default.json @@ -73,5 +73,7 @@ "random": "slumpmässig", "international": "internationella", "projects": "projekt", - "challenge_counter": "{{index}} av {{total}}" + "challenge_counter": "{{index}} av {{total}}", + "embed": "bädda in", + "remove": "ta bort" } \ No newline at end of file diff --git a/public/translations/te/default.json b/public/translations/te/default.json index 8f490f66..3ada3f40 100644 --- a/public/translations/te/default.json +++ b/public/translations/te/default.json @@ -73,5 +73,7 @@ "random": "యాదృచ్ఛిక", "international": "అంతర్జాతీయ", "projects": "ప్రాజెక్టులు", - "challenge_counter": "{{index}} లో {{total}}" + "challenge_counter": "{{index}} లో {{total}}", + "embed": "ఎంబెడ్", + "remove": "తొలగించు" } \ No newline at end of file diff --git a/public/translations/th/default.json b/public/translations/th/default.json index 486b8b78..f24fe1f5 100644 --- a/public/translations/th/default.json +++ b/public/translations/th/default.json @@ -73,5 +73,7 @@ "random": "สุ่ม", "international": "นานาชาติ", "projects": "โครงการ", - "challenge_counter": "{{index}} จาก {{total}}" + "challenge_counter": "{{index}} จาก {{total}}", + "embed": "ฝัง", + "remove": "ลบ" } \ No newline at end of file diff --git a/public/translations/tr/default.json b/public/translations/tr/default.json index ad487e96..feeaf0f9 100644 --- a/public/translations/tr/default.json +++ b/public/translations/tr/default.json @@ -73,5 +73,7 @@ "random": "rastgele", "international": "uluslararası", "projects": "projeler", - "challenge_counter": "{{index}} / {{total}}" + "challenge_counter": "{{index}} / {{total}}", + "embed": "göm", + "remove": "kaldır" } \ No newline at end of file diff --git a/public/translations/uk/default.json b/public/translations/uk/default.json index b6112113..3bfdfa37 100644 --- a/public/translations/uk/default.json +++ b/public/translations/uk/default.json @@ -73,5 +73,7 @@ "random": "випадковий", "international": "міжнародні", "projects": "проекти", - "challenge_counter": "{{index}} з {{total}}" + "challenge_counter": "{{index}} з {{total}}", + "embed": "вбудувати", + "remove": "видалити" } \ No newline at end of file diff --git a/public/translations/ur/default.json b/public/translations/ur/default.json index d6701ff3..54f8afe9 100644 --- a/public/translations/ur/default.json +++ b/public/translations/ur/default.json @@ -73,5 +73,7 @@ "random": "بے ترتیب", "international": "بین الاقوامی", "projects": "منصوبے", - "challenge_counter": "{{index}} میں سے {{total}}" + "challenge_counter": "{{index}} میں سے {{total}}", + "embed": "ایمبیڈ", + "remove": "ہٹائیں" } \ No newline at end of file diff --git a/public/translations/vi/default.json b/public/translations/vi/default.json index 5c016a7e..07195945 100644 --- a/public/translations/vi/default.json +++ b/public/translations/vi/default.json @@ -73,5 +73,7 @@ "random": "ngẫu nhiên", "international": "quốc tế", "projects": "dự án", - "challenge_counter": "{{index}} trong {{total}}" + "challenge_counter": "{{index}} trong {{total}}", + "embed": "nhúng", + "remove": "xóa" } \ No newline at end of file diff --git a/public/translations/zh/default.json b/public/translations/zh/default.json index 3266e6aa..145855da 100644 --- a/public/translations/zh/default.json +++ b/public/translations/zh/default.json @@ -73,5 +73,7 @@ "random": "随机", "international": "国际的", "projects": "项目", - "challenge_counter": "{{index}} / {{total}}" + "challenge_counter": "{{index}} / {{total}}", + "embed": "嵌入", + "remove": "移除" } \ No newline at end of file