From 396804a4d647e1d86a818aa5fec907b888d25cad Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Fri, 14 Jan 2022 06:33:36 +0530 Subject: [PATCH] chore(i18n): updated translations --- .../helpers/import-export/import/insomnia.ts | 2 +- .../helpers/import-export/import/postman.ts | 2 +- packages/hoppscotch-app/locales/af.json | 20 +++++++++++++------ packages/hoppscotch-app/locales/ar.json | 20 +++++++++++++------ packages/hoppscotch-app/locales/ca.json | 20 +++++++++++++------ packages/hoppscotch-app/locales/cn.json | 20 +++++++++++++------ packages/hoppscotch-app/locales/cs.json | 20 +++++++++++++------ packages/hoppscotch-app/locales/da.json | 20 +++++++++++++------ packages/hoppscotch-app/locales/de.json | 20 +++++++++++++------ packages/hoppscotch-app/locales/el.json | 20 +++++++++++++------ packages/hoppscotch-app/locales/es.json | 20 +++++++++++++------ packages/hoppscotch-app/locales/fi.json | 20 +++++++++++++------ packages/hoppscotch-app/locales/fr.json | 20 +++++++++++++------ packages/hoppscotch-app/locales/he.json | 20 +++++++++++++------ packages/hoppscotch-app/locales/hu.json | 20 +++++++++++++------ packages/hoppscotch-app/locales/it.json | 20 +++++++++++++------ packages/hoppscotch-app/locales/ja.json | 20 +++++++++++++------ packages/hoppscotch-app/locales/ko.json | 20 +++++++++++++------ packages/hoppscotch-app/locales/nl.json | 20 +++++++++++++------ packages/hoppscotch-app/locales/no.json | 20 +++++++++++++------ packages/hoppscotch-app/locales/pl.json | 20 +++++++++++++------ packages/hoppscotch-app/locales/pt-br.json | 20 +++++++++++++------ packages/hoppscotch-app/locales/pt.json | 20 +++++++++++++------ packages/hoppscotch-app/locales/ro.json | 20 +++++++++++++------ packages/hoppscotch-app/locales/ru.json | 20 +++++++++++++------ packages/hoppscotch-app/locales/sr.json | 20 +++++++++++++------ packages/hoppscotch-app/locales/sv.json | 20 +++++++++++++------ packages/hoppscotch-app/locales/tr.json | 20 +++++++++++++------ packages/hoppscotch-app/locales/tw.json | 20 +++++++++++++------ packages/hoppscotch-app/locales/uk.json | 20 +++++++++++++------ packages/hoppscotch-app/locales/vi.json | 20 +++++++++++++------ 31 files changed, 408 insertions(+), 176 deletions(-) diff --git a/packages/hoppscotch-app/helpers/import-export/import/insomnia.ts b/packages/hoppscotch-app/helpers/import-export/import/insomnia.ts index c2068eb57..9c352640b 100644 --- a/packages/hoppscotch-app/helpers/import-export/import/insomnia.ts +++ b/packages/hoppscotch-app/helpers/import-export/import/insomnia.ts @@ -209,7 +209,7 @@ const getHoppCollections = (doc: InsomniaDoc) => ) export default defineImporter({ - name: "Insomnia Collection", + name: "import.from_insomnia", icon: "insomnia", steps: [ step({ diff --git a/packages/hoppscotch-app/helpers/import-export/import/postman.ts b/packages/hoppscotch-app/helpers/import-export/import/postman.ts index 5ea7d9753..24a7ee1d9 100644 --- a/packages/hoppscotch-app/helpers/import-export/import/postman.ts +++ b/packages/hoppscotch-app/helpers/import-export/import/postman.ts @@ -230,7 +230,7 @@ const getHoppFolder = (ig: ItemGroup): Collection => export const getHoppCollection = (coll: PMCollection) => getHoppFolder(coll) export default defineImporter({ - name: "Postman Collection", + name: "import.from_postman", icon: "postman", steps: [ step({ diff --git a/packages/hoppscotch-app/locales/af.json b/packages/hoppscotch-app/locales/af.json index cc4caf99e..791850a9a 100644 --- a/packages/hoppscotch-app/locales/af.json +++ b/packages/hoppscotch-app/locales/af.json @@ -16,13 +16,11 @@ "label": "Etiket", "learn_more": "Leer meer", "more": "Meer", + "less": "Less", "new": "Nuut", "no": "Geen", - "preserve_current": "Bewaar stroom", "prettify": "Prettify", "remove": "Verwyder", - "replace_current": "Vervang stroom", - "replace_json": "Vervang deur JSON", "restore": "Herstel", "save": "Stoor", "search": "Soek", @@ -35,7 +33,10 @@ "turn_off": "Skakel af", "turn_on": "Sit aan", "undo": "Ontdoen", - "yes": "Ja" + "yes": "Ja", + "preserve_current": "Bewaar stroom", + "replace_current": "Vervang stroom", + "replace_json": "Vervang deur JSON" }, "add": { "new": "Voeg nuwe", @@ -231,11 +232,18 @@ "collections": "Voer versamelings in", "curl": "Voer cURL in", "failed": "Invoer misluk", - "from_gist": "Invoer vanaf Gist", + "gist": "Import from Gist", + "gist_description": "Import a Gist", + "from_insomnia": "Import from Insomnia", "from_my_collections": "Invoer uit My versamelings", + "from_openapi": "Import from OpenAPI", + "from_postman": "Import from Postman", + "from_url": "Import from URL", "gist_url": "Voer Gist URL in", "json": "Invoer vanaf JSON", - "title": "Invoer" + "json_description": "Import collections from a Hoppscotch Collections JSON file", + "title": "Invoer", + "from_gist": "Invoer vanaf Gist" }, "layout": { "column": "Vertical layout", diff --git a/packages/hoppscotch-app/locales/ar.json b/packages/hoppscotch-app/locales/ar.json index 89e332762..dc9848d99 100644 --- a/packages/hoppscotch-app/locales/ar.json +++ b/packages/hoppscotch-app/locales/ar.json @@ -16,13 +16,11 @@ "label": "ملصق", "learn_more": "يتعلم أكثر", "more": "أكثر", + "less": "Less", "new": "جديد", "no": "رقم", - "preserve_current": "الحفاظ على التيار", "prettify": "جمال", "remove": "يزيل", - "replace_current": "استبدال التيار", - "replace_json": "استبدل بـ JSON", "restore": "يعيد", "save": "يحفظ", "search": "بحث", @@ -35,7 +33,10 @@ "turn_off": "اطفئه", "turn_on": "شغله", "undo": "الغاء التحميل", - "yes": "نعم" + "yes": "نعم", + "preserve_current": "الحفاظ على التيار", + "replace_current": "استبدال التيار", + "replace_json": "استبدل بـ JSON" }, "add": { "new": "اضف جديد", @@ -231,11 +232,18 @@ "collections": "مجموعات الاستيراد", "curl": "استيراد cURL", "failed": "فشل الاستيراد", - "from_gist": "الاستيراد من Gist", + "gist": "Import from Gist", + "gist_description": "Import a Gist", + "from_insomnia": "Import from Insomnia", "from_my_collections": "الاستيراد من \"مجموعاتي\"", + "from_openapi": "Import from OpenAPI", + "from_postman": "Import from Postman", + "from_url": "Import from URL", "gist_url": "أدخل عنوان URL لـ Gist", "json": "استيراد من JSON", - "title": "يستورد" + "json_description": "Import collections from a Hoppscotch Collections JSON file", + "title": "يستورد", + "from_gist": "الاستيراد من Gist" }, "layout": { "column": "Vertical layout", diff --git a/packages/hoppscotch-app/locales/ca.json b/packages/hoppscotch-app/locales/ca.json index d6edbd757..e5cb839f0 100644 --- a/packages/hoppscotch-app/locales/ca.json +++ b/packages/hoppscotch-app/locales/ca.json @@ -16,13 +16,11 @@ "label": "Etiqueta", "learn_more": "Aprèn més", "more": "Més", + "less": "Less", "new": "Novetat", "no": "No", - "preserve_current": "Conservar el corrent", "prettify": "Prettify", "remove": "Elimina", - "replace_current": "Substitueix el corrent", - "replace_json": "Substitueix per JSON", "restore": "Restaura", "save": "Desa", "search": "Cerca", @@ -35,7 +33,10 @@ "turn_off": "Tanca", "turn_on": "Encendre", "undo": "Desfés", - "yes": "Sí" + "yes": "Sí", + "preserve_current": "Conservar el corrent", + "replace_current": "Substitueix el corrent", + "replace_json": "Substitueix per JSON" }, "add": { "new": "Afegir nou", @@ -231,11 +232,18 @@ "collections": "Importar col·leccions", "curl": "Importa cURL", "failed": "La importació ha fallat", - "from_gist": "Importa de Gist", + "gist": "Import from Gist", + "gist_description": "Import a Gist", + "from_insomnia": "Import from Insomnia", "from_my_collections": "Importa de Les meves col·leccions", + "from_openapi": "Import from OpenAPI", + "from_postman": "Import from Postman", + "from_url": "Import from URL", "gist_url": "Introduïu l'URL Gist", "json": "Importa de JSON", - "title": "Importació" + "json_description": "Import collections from a Hoppscotch Collections JSON file", + "title": "Importació", + "from_gist": "Importa de Gist" }, "layout": { "column": "Vertical layout", diff --git a/packages/hoppscotch-app/locales/cn.json b/packages/hoppscotch-app/locales/cn.json index 6dcaf9c5c..d75684111 100644 --- a/packages/hoppscotch-app/locales/cn.json +++ b/packages/hoppscotch-app/locales/cn.json @@ -16,13 +16,11 @@ "label": "标签", "learn_more": "了解更多", "more": "更多", + "less": "Less", "new": "新增", "no": "否", - "preserve_current": "保持当前", "prettify": "美化", "remove": "移除", - "replace_current": "替换当前", - "replace_json": "替换为 JSON", "restore": "恢复", "save": "保存", "search": "搜索", @@ -35,7 +33,10 @@ "turn_off": "关闭", "turn_on": "开启", "undo": "撤消", - "yes": "是" + "yes": "是", + "preserve_current": "保持当前", + "replace_current": "替换当前", + "replace_json": "替换为 JSON" }, "add": { "new": "新增", @@ -231,11 +232,18 @@ "collections": "导入组合", "curl": "导入 cURL", "failed": "导入失败", - "from_gist": "从 Gist 导入", + "gist": "Import from Gist", + "gist_description": "Import a Gist", + "from_insomnia": "Import from Insomnia", "from_my_collections": "从我的组合导入", + "from_openapi": "Import from OpenAPI", + "from_postman": "Import from Postman", + "from_url": "Import from URL", "gist_url": "输入 Gist URL", "json": "从 JSON 导入", - "title": "导入" + "json_description": "Import collections from a Hoppscotch Collections JSON file", + "title": "导入", + "from_gist": "从 Gist 导入" }, "layout": { "column": "垂直布局", diff --git a/packages/hoppscotch-app/locales/cs.json b/packages/hoppscotch-app/locales/cs.json index 865604561..5b6c3dd55 100644 --- a/packages/hoppscotch-app/locales/cs.json +++ b/packages/hoppscotch-app/locales/cs.json @@ -16,13 +16,11 @@ "label": "Označení", "learn_more": "Další informace", "more": "Více", + "less": "Less", "new": "Nový", "no": "Ne", - "preserve_current": "Zachovat proud", "prettify": "Prettify", "remove": "Odstranit", - "replace_current": "Vyměňte proud", - "replace_json": "Nahradit za JSON", "restore": "Obnovit", "save": "Uložit", "search": "Vyhledávání", @@ -35,7 +33,10 @@ "turn_off": "Vypnout", "turn_on": "Zapnout", "undo": "vrátit", - "yes": "Ano" + "yes": "Ano", + "preserve_current": "Zachovat proud", + "replace_current": "Vyměňte proud", + "replace_json": "Nahradit za JSON" }, "add": { "new": "Přidat nový", @@ -231,11 +232,18 @@ "collections": "Import sbírek", "curl": "Importovat cURL", "failed": "Import se nezdařil", - "from_gist": "Import z Gist", + "gist": "Import from Gist", + "gist_description": "Import a Gist", + "from_insomnia": "Import from Insomnia", "from_my_collections": "Importovat z mých sbírek", + "from_openapi": "Import from OpenAPI", + "from_postman": "Import from Postman", + "from_url": "Import from URL", "gist_url": "Zadejte URL adresy", "json": "Import z JSON", - "title": "Import" + "json_description": "Import collections from a Hoppscotch Collections JSON file", + "title": "Import", + "from_gist": "Import z Gist" }, "layout": { "column": "Vertical layout", diff --git a/packages/hoppscotch-app/locales/da.json b/packages/hoppscotch-app/locales/da.json index cb8b419b2..855b9a5c0 100644 --- a/packages/hoppscotch-app/locales/da.json +++ b/packages/hoppscotch-app/locales/da.json @@ -16,13 +16,11 @@ "label": "Etiket", "learn_more": "Lær mere", "more": "Mere", + "less": "Less", "new": "Ny", "no": "Ingen", - "preserve_current": "Bevar strøm", "prettify": "Prettify", "remove": "Fjerne", - "replace_current": "Udskift strøm", - "replace_json": "Udskift med JSON", "restore": "Gendan", "save": "Gemme", "search": "Søg", @@ -35,7 +33,10 @@ "turn_off": "Sluk", "turn_on": "Tænde for", "undo": "Fortryd", - "yes": "Ja" + "yes": "Ja", + "preserve_current": "Bevar strøm", + "replace_current": "Udskift strøm", + "replace_json": "Udskift med JSON" }, "add": { "new": "Tilføj ny", @@ -231,11 +232,18 @@ "collections": "Importer samlinger", "curl": "Importer cURL", "failed": "Import mislykkedes", - "from_gist": "Import fra Gist", + "gist": "Import from Gist", + "gist_description": "Import a Gist", + "from_insomnia": "Import from Insomnia", "from_my_collections": "Import fra Mine samlinger", + "from_openapi": "Import from OpenAPI", + "from_postman": "Import from Postman", + "from_url": "Import from URL", "gist_url": "Indtast Gist URL", "json": "Import fra JSON", - "title": "Importere" + "json_description": "Import collections from a Hoppscotch Collections JSON file", + "title": "Importere", + "from_gist": "Import fra Gist" }, "layout": { "column": "Vertical layout", diff --git a/packages/hoppscotch-app/locales/de.json b/packages/hoppscotch-app/locales/de.json index e34e91929..e16f7e31d 100644 --- a/packages/hoppscotch-app/locales/de.json +++ b/packages/hoppscotch-app/locales/de.json @@ -16,13 +16,11 @@ "label": "Etikett", "learn_more": "Mehr erfahren", "more": "Mehr", + "less": "Less", "new": "Neu", "no": "Nein", - "preserve_current": "Aktuelles behalten", "prettify": "Verschönern", "remove": "Entfernen", - "replace_current": "Aktuelles ersetzen", - "replace_json": "Durch JSON ersetzen", "restore": "Wiederherstellen", "save": "Speichern", "search": "Suchen", @@ -35,7 +33,10 @@ "turn_off": "Ausschalten", "turn_on": "Einschalten", "undo": "Rückgängig machen", - "yes": "Ja" + "yes": "Ja", + "preserve_current": "Aktuelles behalten", + "replace_current": "Aktuelles ersetzen", + "replace_json": "Durch JSON ersetzen" }, "add": { "new": "Neue hinzufügen", @@ -231,11 +232,18 @@ "collections": "Sammlungen importieren", "curl": "cURL importieren", "failed": "Importieren fehlgeschlagen", - "from_gist": "Import aus Gist", + "gist": "Import from Gist", + "gist_description": "Import a Gist", + "from_insomnia": "Import from Insomnia", "from_my_collections": "Aus Meine Sammlungen importieren", + "from_openapi": "Import from OpenAPI", + "from_postman": "Import from Postman", + "from_url": "Import from URL", "gist_url": "Gist-URL eingeben", "json": "Aus JSON importieren", - "title": "Importieren" + "json_description": "Import collections from a Hoppscotch Collections JSON file", + "title": "Importieren", + "from_gist": "Import aus Gist" }, "layout": { "column": "Vertical layout", diff --git a/packages/hoppscotch-app/locales/el.json b/packages/hoppscotch-app/locales/el.json index f160f29e8..7ebc875a9 100644 --- a/packages/hoppscotch-app/locales/el.json +++ b/packages/hoppscotch-app/locales/el.json @@ -16,13 +16,11 @@ "label": "Επιγραφή", "learn_more": "Μάθε περισσότερα", "more": "Περισσότερο", + "less": "Less", "new": "Νέος", "no": "Οχι", - "preserve_current": "Διατήρηση ρεύματος", "prettify": "Ωραιοποιώ", "remove": "Αφαιρώ", - "replace_current": "Αντικαταστήστε το ρεύμα", - "replace_json": "Αντικαταστήστε με JSON", "restore": "Επαναφέρω", "save": "Αποθηκεύσετε", "search": "Αναζήτηση", @@ -35,7 +33,10 @@ "turn_off": "Σβήνω", "turn_on": "Ανάβω", "undo": "Ξεκάνω", - "yes": "Ναί" + "yes": "Ναί", + "preserve_current": "Διατήρηση ρεύματος", + "replace_current": "Αντικαταστήστε το ρεύμα", + "replace_json": "Αντικαταστήστε με JSON" }, "add": { "new": "Προσθεσε νεο", @@ -231,11 +232,18 @@ "collections": "Εισαγωγή συλλογών", "curl": "Εισαγωγή cURL", "failed": "Η εισαγωγή απέτυχε", - "from_gist": "Εισαγωγή από το Gist", + "gist": "Import from Gist", + "gist_description": "Import a Gist", + "from_insomnia": "Import from Insomnia", "from_my_collections": "Εισαγωγή από τις Συλλογές μου", + "from_openapi": "Import from OpenAPI", + "from_postman": "Import from Postman", + "from_url": "Import from URL", "gist_url": "Εισαγάγετε Gist URL", "json": "Εισαγωγή από JSON", - "title": "Εισαγωγή" + "json_description": "Import collections from a Hoppscotch Collections JSON file", + "title": "Εισαγωγή", + "from_gist": "Εισαγωγή από το Gist" }, "layout": { "column": "Vertical layout", diff --git a/packages/hoppscotch-app/locales/es.json b/packages/hoppscotch-app/locales/es.json index ba90ae7f4..eb01e52b4 100644 --- a/packages/hoppscotch-app/locales/es.json +++ b/packages/hoppscotch-app/locales/es.json @@ -16,13 +16,11 @@ "label": "Etiqueta", "learn_more": "Aprende más", "more": "Más", + "less": "Less", "new": "Nuevo", "no": "No", - "preserve_current": "Mantener actual", "prettify": "Prettify", "remove": "Eliminar", - "replace_current": "Reemplazar actual", - "replace_json": "Reemplazar JSON", "restore": "Restaurar", "save": "Guardar", "search": "Búsqueda", @@ -35,7 +33,10 @@ "turn_off": "Desactivar", "turn_on": "Activar", "undo": "Deshacer", - "yes": "Sí" + "yes": "Sí", + "preserve_current": "Mantener actual", + "replace_current": "Reemplazar actual", + "replace_json": "Reemplazar JSON" }, "add": { "new": "Agregar nuevo", @@ -231,11 +232,18 @@ "collections": "Importar colecciones", "curl": "Importar cURL", "failed": "Importación fallida", - "from_gist": "Importar desde Gist", + "gist": "Import from Gist", + "gist_description": "Import a Gist", + "from_insomnia": "Import from Insomnia", "from_my_collections": "Importar desde Mis colecciones", + "from_openapi": "Import from OpenAPI", + "from_postman": "Import from Postman", + "from_url": "Import from URL", "gist_url": "Ingrese la URL de Gist", "json": "Importar desde JSON", - "title": "Importar" + "json_description": "Import collections from a Hoppscotch Collections JSON file", + "title": "Importar", + "from_gist": "Importar desde Gist" }, "layout": { "column": "Layout vertical", diff --git a/packages/hoppscotch-app/locales/fi.json b/packages/hoppscotch-app/locales/fi.json index 5b7fb6f9d..ba4c72001 100644 --- a/packages/hoppscotch-app/locales/fi.json +++ b/packages/hoppscotch-app/locales/fi.json @@ -16,13 +16,11 @@ "label": "Etiketti", "learn_more": "Lue lisää", "more": "Lisää", + "less": "Less", "new": "Uusi", "no": "Ei", - "preserve_current": "Säilytä virta", "prettify": "Koristella", "remove": "Poista", - "replace_current": "Vaihda virta", - "replace_json": "Korvaa JSONilla", "restore": "Palauttaa", "save": "Tallentaa", "search": "Hae", @@ -35,7 +33,10 @@ "turn_off": "Sammuttaa", "turn_on": "Kiihottua", "undo": "Kumoa", - "yes": "Joo" + "yes": "Joo", + "preserve_current": "Säilytä virta", + "replace_current": "Vaihda virta", + "replace_json": "Korvaa JSONilla" }, "add": { "new": "Lisää uusi", @@ -231,11 +232,18 @@ "collections": "Tuo kokoelmia", "curl": "Tuo cURL", "failed": "Tuonti epäonnistui", - "from_gist": "Tuo Gististä", + "gist": "Import from Gist", + "gist_description": "Import a Gist", + "from_insomnia": "Import from Insomnia", "from_my_collections": "Tuo omista kokoelmista", + "from_openapi": "Import from OpenAPI", + "from_postman": "Import from Postman", + "from_url": "Import from URL", "gist_url": "Anna Gist URL", "json": "Tuo JSONista", - "title": "Tuonti" + "json_description": "Import collections from a Hoppscotch Collections JSON file", + "title": "Tuonti", + "from_gist": "Tuo Gististä" }, "layout": { "column": "Vertical layout", diff --git a/packages/hoppscotch-app/locales/fr.json b/packages/hoppscotch-app/locales/fr.json index 1777af95c..7247c876c 100644 --- a/packages/hoppscotch-app/locales/fr.json +++ b/packages/hoppscotch-app/locales/fr.json @@ -16,13 +16,11 @@ "label": "Étiqueter", "learn_more": "En savoir plus", "more": "Suite", + "less": "Less", "new": "Nouveau", "no": "Non", - "preserve_current": "Conserver l'actuel", "prettify": "Formater", "remove": "Supprimer", - "replace_current": "Remplacer l'actuel", - "replace_json": "Remplacer par JSON", "restore": "Restaurer", "save": "Sauvegarder", "search": "Chercher", @@ -35,7 +33,10 @@ "turn_off": "Éteindre", "turn_on": "Allumer", "undo": "Annuler", - "yes": "Oui" + "yes": "Oui", + "preserve_current": "Conserver l'actuel", + "replace_current": "Remplacer l'actuel", + "replace_json": "Remplacer par JSON" }, "add": { "new": "Ajouter un nouveau", @@ -231,11 +232,18 @@ "collections": "Importer des collections", "curl": "Importer en cURL", "failed": "Échec de l'importation", - "from_gist": "Importer depuis Gist", + "gist": "Import from Gist", + "gist_description": "Import a Gist", + "from_insomnia": "Import from Insomnia", "from_my_collections": "Importer depuis Mes collections", + "from_openapi": "Import from OpenAPI", + "from_postman": "Import from Postman", + "from_url": "Import from URL", "gist_url": "Entrez l'URL principale", "json": "Importer depuis JSON", - "title": "Importer" + "json_description": "Import collections from a Hoppscotch Collections JSON file", + "title": "Importer", + "from_gist": "Importer depuis Gist" }, "layout": { "column": "Disposition verticale", diff --git a/packages/hoppscotch-app/locales/he.json b/packages/hoppscotch-app/locales/he.json index ce9f836d0..6129bad1e 100644 --- a/packages/hoppscotch-app/locales/he.json +++ b/packages/hoppscotch-app/locales/he.json @@ -16,13 +16,11 @@ "label": "תווית", "learn_more": "למד עוד", "more": "יותר", + "less": "Less", "new": "חָדָשׁ", "no": "לא", - "preserve_current": "שמור על זרם", "prettify": "לְיַפּוֹת", "remove": "לְהַסִיר", - "replace_current": "החלף זרם", - "replace_json": "החלף ב- JSON", "restore": "לשחזר", "save": "להציל", "search": "לחפש", @@ -35,7 +33,10 @@ "turn_off": "לכבות", "turn_on": "להדליק", "undo": "לבטל", - "yes": "כן" + "yes": "כן", + "preserve_current": "שמור על זרם", + "replace_current": "החלף זרם", + "replace_json": "החלף ב- JSON" }, "add": { "new": "הוסף חדש", @@ -231,11 +232,18 @@ "collections": "ייבוא אוספים", "curl": "ייבא cURL", "failed": "הייבוא נכשל", - "from_gist": "ייבוא מ- Gist", + "gist": "Import from Gist", + "gist_description": "Import a Gist", + "from_insomnia": "Import from Insomnia", "from_my_collections": "ייבוא מהאוספים שלי", + "from_openapi": "Import from OpenAPI", + "from_postman": "Import from Postman", + "from_url": "Import from URL", "gist_url": "הזן Gist URL", "json": "ייבוא מ- JSON", - "title": "יְבוּא" + "json_description": "Import collections from a Hoppscotch Collections JSON file", + "title": "יְבוּא", + "from_gist": "ייבוא מ- Gist" }, "layout": { "column": "Vertical layout", diff --git a/packages/hoppscotch-app/locales/hu.json b/packages/hoppscotch-app/locales/hu.json index 97fa0e30f..f93fe5c9a 100644 --- a/packages/hoppscotch-app/locales/hu.json +++ b/packages/hoppscotch-app/locales/hu.json @@ -16,13 +16,11 @@ "label": "Címke", "learn_more": "Tudj meg többet", "more": "Több", + "less": "Less", "new": "Új", "no": "Nem", - "preserve_current": "Tartsa meg az áramot", "prettify": "Szépít", "remove": "Eltávolítás", - "replace_current": "Cserélje ki az áramot", - "replace_json": "Cserélje ki JSON -ra", "restore": "visszaállítás", "save": "Mentés", "search": "Keresés", @@ -35,7 +33,10 @@ "turn_off": "Kikapcsolni", "turn_on": "Bekapcsol", "undo": "Visszavonás", - "yes": "Igen" + "yes": "Igen", + "preserve_current": "Tartsa meg az áramot", + "replace_current": "Cserélje ki az áramot", + "replace_json": "Cserélje ki JSON -ra" }, "add": { "new": "Új hozzáadása", @@ -231,11 +232,18 @@ "collections": "Gyűjtemények importálása", "curl": "CURL importálása", "failed": "Az importálás sikertelen", - "from_gist": "Importálás a Gist -ből", + "gist": "Import from Gist", + "gist_description": "Import a Gist", + "from_insomnia": "Import from Insomnia", "from_my_collections": "Importálás a Saját gyűjteményekből", + "from_openapi": "Import from OpenAPI", + "from_postman": "Import from Postman", + "from_url": "Import from URL", "gist_url": "Írja be a lényeg URL -jét", "json": "Importálás a JSON -ból", - "title": "Importálás" + "json_description": "Import collections from a Hoppscotch Collections JSON file", + "title": "Importálás", + "from_gist": "Importálás a Gist -ből" }, "layout": { "column": "Vertical layout", diff --git a/packages/hoppscotch-app/locales/it.json b/packages/hoppscotch-app/locales/it.json index 4b9489c22..97816b473 100644 --- a/packages/hoppscotch-app/locales/it.json +++ b/packages/hoppscotch-app/locales/it.json @@ -16,13 +16,11 @@ "label": "Etichetta", "learn_more": "Per saperne di più", "more": "Di più", + "less": "Less", "new": "Nuovo", "no": "No", - "preserve_current": "Conserva attuale", "prettify": "Abbellisci", "remove": "Rimuovi", - "replace_current": "Sostituisci attuale", - "replace_json": "Sostituisci con JSON", "restore": "Ripristina", "save": "Salva", "search": "Cerca", @@ -35,7 +33,10 @@ "turn_off": "Spegni", "turn_on": "Accendi", "undo": "Annulla", - "yes": "Sì" + "yes": "Sì", + "preserve_current": "Conserva attuale", + "replace_current": "Sostituisci attuale", + "replace_json": "Sostituisci con JSON" }, "add": { "new": "Aggiungi nuova", @@ -231,11 +232,18 @@ "collections": "Importa raccolte", "curl": "Importa cURL", "failed": "Importazione non riuscita", - "from_gist": "Importa da Gist", + "gist": "Import from Gist", + "gist_description": "Import a Gist", + "from_insomnia": "Import from Insomnia", "from_my_collections": "Importa da Le Mie Raccolte", + "from_openapi": "Import from OpenAPI", + "from_postman": "Import from Postman", + "from_url": "Import from URL", "gist_url": "Inserisci l'URL del Gist", "json": "Importa da JSON", - "title": "Importa" + "json_description": "Import collections from a Hoppscotch Collections JSON file", + "title": "Importa", + "from_gist": "Importa da Gist" }, "layout": { "column": "Disposizione verticale", diff --git a/packages/hoppscotch-app/locales/ja.json b/packages/hoppscotch-app/locales/ja.json index 439d2f97d..652d00f4f 100644 --- a/packages/hoppscotch-app/locales/ja.json +++ b/packages/hoppscotch-app/locales/ja.json @@ -16,13 +16,11 @@ "label": "ラベル", "learn_more": "もっと詳しく知る", "more": "もっと", + "less": "Less", "new": "新しい", "no": "番号", - "preserve_current": "現在を維持する", "prettify": "きれいにする", "remove": "削除する", - "replace_current": "現在を交換してください", - "replace_json": "JSONに置き換えます", "restore": "戻す", "save": "保存する", "search": "探す", @@ -35,7 +33,10 @@ "turn_off": "消す", "turn_on": "オンにする", "undo": "元に戻す", - "yes": "はい" + "yes": "はい", + "preserve_current": "現在を維持する", + "replace_current": "現在を交換してください", + "replace_json": "JSONに置き換えます" }, "add": { "new": "新しく追加する", @@ -231,11 +232,18 @@ "collections": "コレクションをインポートする", "curl": "cURLをインポートする", "failed": "インポートに失敗しました", - "from_gist": "要旨からインポート", + "gist": "Import from Gist", + "gist_description": "Import a Gist", + "from_insomnia": "Import from Insomnia", "from_my_collections": "マイコレクションからインポート", + "from_openapi": "Import from OpenAPI", + "from_postman": "Import from Postman", + "from_url": "Import from URL", "gist_url": "要旨URLを入力してください", "json": "JSONからインポート", - "title": "輸入" + "json_description": "Import collections from a Hoppscotch Collections JSON file", + "title": "輸入", + "from_gist": "要旨からインポート" }, "layout": { "column": "Vertical layout", diff --git a/packages/hoppscotch-app/locales/ko.json b/packages/hoppscotch-app/locales/ko.json index 2104cc832..7071a26d9 100644 --- a/packages/hoppscotch-app/locales/ko.json +++ b/packages/hoppscotch-app/locales/ko.json @@ -16,13 +16,11 @@ "label": "이름", "learn_more": "더 알아보기", "more": "더보기", + "less": "Less", "new": "추가", "no": "아니요", - "preserve_current": "현재 보존", "prettify": "예쁘게", "remove": "제거", - "replace_current": "현재 교체", - "replace_json": "JSON으로 바꾸기", "restore": "복원", "save": "저장", "search": "검색", @@ -35,7 +33,10 @@ "turn_off": "끄기", "turn_on": "켜기", "undo": "실행 취소", - "yes": "예" + "yes": "예", + "preserve_current": "현재 보존", + "replace_current": "현재 교체", + "replace_json": "JSON으로 바꾸기" }, "add": { "new": "추가", @@ -231,11 +232,18 @@ "collections": "모음집 가져오기", "curl": "cURL 가져오기", "failed": "가져오기 실패", - "from_gist": "요점에서 가져오기", + "gist": "Import from Gist", + "gist_description": "Import a Gist", + "from_insomnia": "Import from Insomnia", "from_my_collections": "내 모음집에서 가져오기", + "from_openapi": "Import from OpenAPI", + "from_postman": "Import from Postman", + "from_url": "Import from URL", "gist_url": "요점 URL 입력", "json": "JSON에서 가져오기", - "title": "가저오기" + "json_description": "Import collections from a Hoppscotch Collections JSON file", + "title": "가저오기", + "from_gist": "요점에서 가져오기" }, "layout": { "column": "Vertical layout", diff --git a/packages/hoppscotch-app/locales/nl.json b/packages/hoppscotch-app/locales/nl.json index 0539b8008..7053e7820 100644 --- a/packages/hoppscotch-app/locales/nl.json +++ b/packages/hoppscotch-app/locales/nl.json @@ -16,13 +16,11 @@ "label": "Label", "learn_more": "Leer meer", "more": "Meer", + "less": "Less", "new": "Nieuw", "no": "Nee", - "preserve_current": "Huidige behouden", "prettify": "Netter opmaken", "remove": "Verwijderen", - "replace_current": "Vervang huidige", - "replace_json": "Vervang door JSON", "restore": "Herstellen", "save": "Opslaan", "search": "Zoeken", @@ -35,7 +33,10 @@ "turn_off": "Uitschakelen", "turn_on": "Inschakelen", "undo": "Ongedaan maken", - "yes": "Ja" + "yes": "Ja", + "preserve_current": "Huidige behouden", + "replace_current": "Vervang huidige", + "replace_json": "Vervang door JSON" }, "add": { "new": "Nieuwe toevoegen", @@ -231,11 +232,18 @@ "collections": "Collecties importeren", "curl": "cURL-commando importeren", "failed": "Importeren mislukt", - "from_gist": "Importeren uit Gist", + "gist": "Import from Gist", + "gist_description": "Import a Gist", + "from_insomnia": "Import from Insomnia", "from_my_collections": "Importeren uit Mijn collecties", + "from_openapi": "Import from OpenAPI", + "from_postman": "Import from Postman", + "from_url": "Import from URL", "gist_url": "Vul de hoofd-URL in", "json": "Importeren uit JSON", - "title": "Importeren" + "json_description": "Import collections from a Hoppscotch Collections JSON file", + "title": "Importeren", + "from_gist": "Importeren uit Gist" }, "layout": { "column": "Vertical layout", diff --git a/packages/hoppscotch-app/locales/no.json b/packages/hoppscotch-app/locales/no.json index 4c1d5a26b..f7942cd49 100644 --- a/packages/hoppscotch-app/locales/no.json +++ b/packages/hoppscotch-app/locales/no.json @@ -16,13 +16,11 @@ "label": "Merkelapp", "learn_more": "Lær mer", "more": "Mer", + "less": "Less", "new": "Ny", "no": "Nei", - "preserve_current": "Bevar nåværende", "prettify": "Forskjønn", "remove": "Ta bort", - "replace_current": "Bytt ut nåværende", - "replace_json": "Erstatt JSON", "restore": "Gjenopprett", "save": "Lagre", "search": "Søk", @@ -35,7 +33,10 @@ "turn_off": "Skru av", "turn_on": "Slå på", "undo": "Angre", - "yes": "Ja" + "yes": "Ja", + "preserve_current": "Bevar nåværende", + "replace_current": "Bytt ut nåværende", + "replace_json": "Erstatt JSON" }, "add": { "new": "Legg til ny", @@ -231,11 +232,18 @@ "collections": "Importer samlinger", "curl": "Importer cURL", "failed": "Import mislyktes", - "from_gist": "Import fra Gist", + "gist": "Import from Gist", + "gist_description": "Import a Gist", + "from_insomnia": "Import from Insomnia", "from_my_collections": "Importer fra Mine samlinger", + "from_openapi": "Import from OpenAPI", + "from_postman": "Import from Postman", + "from_url": "Import from URL", "gist_url": "Skriv inn Gist URL", "json": "Import fra JSON", - "title": "Import" + "json_description": "Import collections from a Hoppscotch Collections JSON file", + "title": "Import", + "from_gist": "Import fra Gist" }, "layout": { "column": "Vertical layout", diff --git a/packages/hoppscotch-app/locales/pl.json b/packages/hoppscotch-app/locales/pl.json index b126f832d..44814559f 100644 --- a/packages/hoppscotch-app/locales/pl.json +++ b/packages/hoppscotch-app/locales/pl.json @@ -16,13 +16,11 @@ "label": "Etykieta", "learn_more": "Dowiedz się więcej", "more": "Więcej", + "less": "Less", "new": "Nowa", "no": "Nie", - "preserve_current": "Zachowaj bieżący", "prettify": "Popraw czytelność", "remove": "Usuń", - "replace_current": "Zastąp bieżący", - "replace_json": "Zastąp JSON", "restore": "Przywróć", "save": "Zapisz", "search": "Szukaj", @@ -35,7 +33,10 @@ "turn_off": "Wyłącz", "turn_on": "Włącz", "undo": "Cofnij", - "yes": "Tak" + "yes": "Tak", + "preserve_current": "Zachowaj bieżący", + "replace_current": "Zastąp bieżący", + "replace_json": "Zastąp JSON" }, "add": { "new": "Dodaj nowe", @@ -231,11 +232,18 @@ "collections": "Importuj kolekcje", "curl": "Importuj CURL", "failed": "Import nie powiódł się", - "from_gist": "Importuj z Gist", + "gist": "Import from Gist", + "gist_description": "Import a Gist", + "from_insomnia": "Import from Insomnia", "from_my_collections": "Importuj z Moich kolekcji", + "from_openapi": "Import from OpenAPI", + "from_postman": "Import from Postman", + "from_url": "Import from URL", "gist_url": "Wpisz adres URL Gist", "json": "Importuj z JSON", - "title": "Import" + "json_description": "Import collections from a Hoppscotch Collections JSON file", + "title": "Import", + "from_gist": "Importuj z Gist" }, "layout": { "column": "Pionowy układ", diff --git a/packages/hoppscotch-app/locales/pt-br.json b/packages/hoppscotch-app/locales/pt-br.json index 141e69b61..07de71191 100644 --- a/packages/hoppscotch-app/locales/pt-br.json +++ b/packages/hoppscotch-app/locales/pt-br.json @@ -16,13 +16,11 @@ "label": "Etiqueta", "learn_more": "Saber mais", "more": "Mais", + "less": "Less", "new": "Novo", "no": "Não", - "preserve_current": "Preservar corrente", "prettify": "Embelezar", "remove": "Remover", - "replace_current": "Substitua a corrente", - "replace_json": "Substitua por JSON", "restore": "Restaurar", "save": "Salvar", "search": "Procurar", @@ -35,7 +33,10 @@ "turn_off": "Desligar", "turn_on": "Ligar", "undo": "Desfazer", - "yes": "sim" + "yes": "sim", + "preserve_current": "Preservar corrente", + "replace_current": "Substitua a corrente", + "replace_json": "Substitua por JSON" }, "add": { "new": "Adicionar novo", @@ -231,11 +232,18 @@ "collections": "Importar coleções", "curl": "Importar cURL", "failed": "A importação falhou", - "from_gist": "Importar do Gist", + "gist": "Import from Gist", + "gist_description": "Import a Gist", + "from_insomnia": "Import from Insomnia", "from_my_collections": "Importar de minhas coleções", + "from_openapi": "Import from OpenAPI", + "from_postman": "Import from Postman", + "from_url": "Import from URL", "gist_url": "Insira o URL da essência", "json": "Importar de JSON", - "title": "Importar" + "json_description": "Import collections from a Hoppscotch Collections JSON file", + "title": "Importar", + "from_gist": "Importar do Gist" }, "layout": { "column": "Vertical layout", diff --git a/packages/hoppscotch-app/locales/pt.json b/packages/hoppscotch-app/locales/pt.json index 141e69b61..07de71191 100644 --- a/packages/hoppscotch-app/locales/pt.json +++ b/packages/hoppscotch-app/locales/pt.json @@ -16,13 +16,11 @@ "label": "Etiqueta", "learn_more": "Saber mais", "more": "Mais", + "less": "Less", "new": "Novo", "no": "Não", - "preserve_current": "Preservar corrente", "prettify": "Embelezar", "remove": "Remover", - "replace_current": "Substitua a corrente", - "replace_json": "Substitua por JSON", "restore": "Restaurar", "save": "Salvar", "search": "Procurar", @@ -35,7 +33,10 @@ "turn_off": "Desligar", "turn_on": "Ligar", "undo": "Desfazer", - "yes": "sim" + "yes": "sim", + "preserve_current": "Preservar corrente", + "replace_current": "Substitua a corrente", + "replace_json": "Substitua por JSON" }, "add": { "new": "Adicionar novo", @@ -231,11 +232,18 @@ "collections": "Importar coleções", "curl": "Importar cURL", "failed": "A importação falhou", - "from_gist": "Importar do Gist", + "gist": "Import from Gist", + "gist_description": "Import a Gist", + "from_insomnia": "Import from Insomnia", "from_my_collections": "Importar de minhas coleções", + "from_openapi": "Import from OpenAPI", + "from_postman": "Import from Postman", + "from_url": "Import from URL", "gist_url": "Insira o URL da essência", "json": "Importar de JSON", - "title": "Importar" + "json_description": "Import collections from a Hoppscotch Collections JSON file", + "title": "Importar", + "from_gist": "Importar do Gist" }, "layout": { "column": "Vertical layout", diff --git a/packages/hoppscotch-app/locales/ro.json b/packages/hoppscotch-app/locales/ro.json index 96cbf18a6..41d9e58f3 100644 --- a/packages/hoppscotch-app/locales/ro.json +++ b/packages/hoppscotch-app/locales/ro.json @@ -16,13 +16,11 @@ "label": "Eticheta", "learn_more": "Află mai multe", "more": "Mai mult", + "less": "Less", "new": "Nou", "no": "Nu", - "preserve_current": "Păstrați curentul", "prettify": "Dăruiește", "remove": "Elimina", - "replace_current": "Înlocuiți curentul", - "replace_json": "Înlocuiți cu JSON", "restore": "Restabili", "save": "salva", "search": "Căutare", @@ -35,7 +33,10 @@ "turn_off": "Opriți", "turn_on": "Aprinde", "undo": "Anula", - "yes": "da" + "yes": "da", + "preserve_current": "Păstrați curentul", + "replace_current": "Înlocuiți curentul", + "replace_json": "Înlocuiți cu JSON" }, "add": { "new": "Adăuga nou", @@ -231,11 +232,18 @@ "collections": "Import colecții", "curl": "Importați cURL", "failed": "Importul nu a reușit", - "from_gist": "Import din Gist", + "gist": "Import from Gist", + "gist_description": "Import a Gist", + "from_insomnia": "Import from Insomnia", "from_my_collections": "Import din colecțiile mele", + "from_openapi": "Import from OpenAPI", + "from_postman": "Import from Postman", + "from_url": "Import from URL", "gist_url": "Introduceți adresa URL Gist", "json": "Importați din JSON", - "title": "Import" + "json_description": "Import collections from a Hoppscotch Collections JSON file", + "title": "Import", + "from_gist": "Import din Gist" }, "layout": { "column": "Vertical layout", diff --git a/packages/hoppscotch-app/locales/ru.json b/packages/hoppscotch-app/locales/ru.json index 4c172d051..a0b365f60 100644 --- a/packages/hoppscotch-app/locales/ru.json +++ b/packages/hoppscotch-app/locales/ru.json @@ -16,13 +16,11 @@ "label": "Название", "learn_more": "Узнать больше", "more": "Больше", + "less": "Less", "new": "Создать новый", "no": "Нет", - "preserve_current": "Сохранить текущий", "prettify": "Форматировать", "remove": "Удалить", - "replace_current": "Заменить текущий", - "replace_json": "Заменить на JSON", "restore": "Восстановить", "save": "Сохранить", "search": "Поиск", @@ -35,7 +33,10 @@ "turn_off": "Выключить", "turn_on": "Включить", "undo": "Отменить", - "yes": "Да" + "yes": "Да", + "preserve_current": "Сохранить текущий", + "replace_current": "Заменить текущий", + "replace_json": "Заменить на JSON" }, "add": { "new": "Добавить новое", @@ -231,11 +232,18 @@ "collections": "Импортировать коллекции", "curl": "Импортировать cURL", "failed": "Ошибка импорта", - "from_gist": "Импорт из Gist", + "gist": "Import from Gist", + "gist_description": "Import a Gist", + "from_insomnia": "Import from Insomnia", "from_my_collections": "Импортировать из моих коллекций", + "from_openapi": "Import from OpenAPI", + "from_postman": "Import from Postman", + "from_url": "Import from URL", "gist_url": "Введите URL-адрес Gist", "json": "Импорт из JSON", - "title": "Импортировать" + "json_description": "Import collections from a Hoppscotch Collections JSON file", + "title": "Импортировать", + "from_gist": "Импорт из Gist" }, "layout": { "column": "Вертикальное оформление", diff --git a/packages/hoppscotch-app/locales/sr.json b/packages/hoppscotch-app/locales/sr.json index 31a16adeb..62618ee44 100644 --- a/packages/hoppscotch-app/locales/sr.json +++ b/packages/hoppscotch-app/locales/sr.json @@ -16,13 +16,11 @@ "label": "Ознака", "learn_more": "Сазнајте више", "more": "Више", + "less": "Less", "new": "Нова", "no": "Не", - "preserve_current": "Очувајте струју", "prettify": "Преттифи", "remove": "Уклони", - "replace_current": "Замените струју", - "replace_json": "Замените са ЈСОН", "restore": "Ресторе", "save": "сачувати", "search": "Претрага", @@ -35,7 +33,10 @@ "turn_off": "Искључити", "turn_on": "Укључити", "undo": "Поништи", - "yes": "да" + "yes": "да", + "preserve_current": "Очувајте струју", + "replace_current": "Замените струју", + "replace_json": "Замените са ЈСОН" }, "add": { "new": "Додај нови", @@ -231,11 +232,18 @@ "collections": "Увоз збирки", "curl": "Увези цУРЛ", "failed": "Увоз није успео", - "from_gist": "Увоз из Гиста", + "gist": "Import from Gist", + "gist_description": "Import a Gist", + "from_insomnia": "Import from Insomnia", "from_my_collections": "Увези из Мојих колекција", + "from_openapi": "Import from OpenAPI", + "from_postman": "Import from Postman", + "from_url": "Import from URL", "gist_url": "Унесите Гист УРЛ", "json": "Увези из ЈСОН -а", - "title": "Увоз" + "json_description": "Import collections from a Hoppscotch Collections JSON file", + "title": "Увоз", + "from_gist": "Увоз из Гиста" }, "layout": { "column": "Vertical layout", diff --git a/packages/hoppscotch-app/locales/sv.json b/packages/hoppscotch-app/locales/sv.json index c20eb33fd..c53419cd3 100644 --- a/packages/hoppscotch-app/locales/sv.json +++ b/packages/hoppscotch-app/locales/sv.json @@ -16,13 +16,11 @@ "label": "Märka", "learn_more": "Läs mer", "more": "Mer", + "less": "Less", "new": "Ny", "no": "Nej", - "preserve_current": "Behåll ström", "prettify": "Försköna", "remove": "Avlägsna", - "replace_current": "Byt ut ström", - "replace_json": "Ersätt med JSON", "restore": "Återställ", "save": "Spara", "search": "Sök", @@ -35,7 +33,10 @@ "turn_off": "Stäng av", "turn_on": "Sätta på", "undo": "Ångra", - "yes": "Ja" + "yes": "Ja", + "preserve_current": "Behåll ström", + "replace_current": "Byt ut ström", + "replace_json": "Ersätt med JSON" }, "add": { "new": "Lägg till ny", @@ -231,11 +232,18 @@ "collections": "Importera samlingar", "curl": "Importera cURL", "failed": "Importen misslyckades", - "from_gist": "Importera från Gist", + "gist": "Import from Gist", + "gist_description": "Import a Gist", + "from_insomnia": "Import from Insomnia", "from_my_collections": "Importera från Mina samlingar", + "from_openapi": "Import from OpenAPI", + "from_postman": "Import from Postman", + "from_url": "Import from URL", "gist_url": "Ange Gist URL", "json": "Importera från JSON", - "title": "Importera" + "json_description": "Import collections from a Hoppscotch Collections JSON file", + "title": "Importera", + "from_gist": "Importera från Gist" }, "layout": { "column": "Vertical layout", diff --git a/packages/hoppscotch-app/locales/tr.json b/packages/hoppscotch-app/locales/tr.json index 097aefe50..afb88fdbc 100644 --- a/packages/hoppscotch-app/locales/tr.json +++ b/packages/hoppscotch-app/locales/tr.json @@ -16,13 +16,11 @@ "label": "Etiket", "learn_more": "Daha fazla bilgi edin", "more": "Daha", + "less": "Less", "new": "Yeni", "no": "Numara", - "preserve_current": "Şimdikini koru", "prettify": "Güzelleştir", "remove": "Kaldır", - "replace_current": "Şimdikini değiştir", - "replace_json": "JSON ile değiştir", "restore": "Onar", "save": "Kaydet", "search": "Arama", @@ -35,7 +33,10 @@ "turn_off": "Kapat", "turn_on": "Aç", "undo": "Geri al", - "yes": "Evet" + "yes": "Evet", + "preserve_current": "Şimdikini koru", + "replace_current": "Şimdikini değiştir", + "replace_json": "JSON ile değiştir" }, "add": { "new": "Yeni ekle", @@ -231,11 +232,18 @@ "collections": "Koleksiyonları içe aktar", "curl": "cURL'yi içe aktar", "failed": "İçe aktarılamadı", - "from_gist": "Gist'ten içe aktar", + "gist": "Import from Gist", + "gist_description": "Import a Gist", + "from_insomnia": "Import from Insomnia", "from_my_collections": "Koleksiyonlarımdan İçe Aktar", + "from_openapi": "Import from OpenAPI", + "from_postman": "Import from Postman", + "from_url": "Import from URL", "gist_url": "Gist URL'sini girin", "json": "JSON'dan içe aktar", - "title": "İçe aktar" + "json_description": "Import collections from a Hoppscotch Collections JSON file", + "title": "İçe aktar", + "from_gist": "Gist'ten içe aktar" }, "layout": { "column": "Dikey görünüm", diff --git a/packages/hoppscotch-app/locales/tw.json b/packages/hoppscotch-app/locales/tw.json index 74f67707f..553f0fdd9 100644 --- a/packages/hoppscotch-app/locales/tw.json +++ b/packages/hoppscotch-app/locales/tw.json @@ -16,13 +16,11 @@ "label": "標籤", "learn_more": "瞭解更多", "more": "更多", + "less": "Less", "new": "新增", "no": "否", - "preserve_current": "保持目前", "prettify": "美化", "remove": "移除", - "replace_current": "替換目前", - "replace_json": "替換為 JSON", "restore": "還原", "save": "儲存", "search": "搜尋", @@ -35,7 +33,10 @@ "turn_off": "關閉", "turn_on": "開啟", "undo": "復原", - "yes": "是" + "yes": "是", + "preserve_current": "保持目前", + "replace_current": "替換目前", + "replace_json": "替換為 JSON" }, "add": { "new": "新增", @@ -231,11 +232,18 @@ "collections": "匯入組合", "curl": "匯入 cURL", "failed": "匯入失敗", - "from_gist": "從 Gist 匯入", + "gist": "Import from Gist", + "gist_description": "Import a Gist", + "from_insomnia": "Import from Insomnia", "from_my_collections": "從我的組合匯入", + "from_openapi": "Import from OpenAPI", + "from_postman": "Import from Postman", + "from_url": "Import from URL", "gist_url": "輸入 Gist URL", "json": "從 JSON 匯入", - "title": "匯入" + "json_description": "Import collections from a Hoppscotch Collections JSON file", + "title": "匯入", + "from_gist": "從 Gist 匯入" }, "layout": { "column": "垂直布局", diff --git a/packages/hoppscotch-app/locales/uk.json b/packages/hoppscotch-app/locales/uk.json index 134f799aa..82b06805f 100644 --- a/packages/hoppscotch-app/locales/uk.json +++ b/packages/hoppscotch-app/locales/uk.json @@ -16,13 +16,11 @@ "label": "Мітка", "learn_more": "Вчи більше", "more": "Більше", + "less": "Less", "new": "Новий", "no": "Немає", - "preserve_current": "Зберегти струм", "prettify": "Прикрасьте", "remove": "Видалити", - "replace_current": "Замінити струм", - "replace_json": "Замінити на JSON", "restore": "Відновлювати", "save": "Зберегти", "search": "Пошук", @@ -35,7 +33,10 @@ "turn_off": "Вимкнути", "turn_on": "Ввімкнути", "undo": "Скасувати", - "yes": "Так" + "yes": "Так", + "preserve_current": "Зберегти струм", + "replace_current": "Замінити струм", + "replace_json": "Замінити на JSON" }, "add": { "new": "Додати новий", @@ -231,11 +232,18 @@ "collections": "Імпортувати колекції", "curl": "Імпортувати cURL", "failed": "Не вдалося імпортувати", - "from_gist": "Імпорт з Gist", + "gist": "Import from Gist", + "gist_description": "Import a Gist", + "from_insomnia": "Import from Insomnia", "from_my_collections": "Імпортувати з Моїх колекцій", + "from_openapi": "Import from OpenAPI", + "from_postman": "Import from Postman", + "from_url": "Import from URL", "gist_url": "Введіть URL -адресу Gist", "json": "Імпорт із JSON", - "title": "Імпорт" + "json_description": "Import collections from a Hoppscotch Collections JSON file", + "title": "Імпорт", + "from_gist": "Імпорт з Gist" }, "layout": { "column": "Vertical layout", diff --git a/packages/hoppscotch-app/locales/vi.json b/packages/hoppscotch-app/locales/vi.json index 9db969fa0..6ce636f00 100644 --- a/packages/hoppscotch-app/locales/vi.json +++ b/packages/hoppscotch-app/locales/vi.json @@ -16,13 +16,11 @@ "label": "Nhãn", "learn_more": "Tìm hiểu thêm", "more": "Hơn", + "less": "Less", "new": "Mới mẻ", "no": "Không", - "preserve_current": "Bảo tồn hiện tại", "prettify": "Kiểm tra trước", "remove": "Tẩy", - "replace_current": "Thay thế hiện tại", - "replace_json": "Thay thế bằng JSON", "restore": "Khôi phục", "save": "Cứu", "search": "Tìm kiếm", @@ -35,7 +33,10 @@ "turn_off": "Tắt", "turn_on": "Bật", "undo": "Hoàn tác", - "yes": "đúng" + "yes": "đúng", + "preserve_current": "Bảo tồn hiện tại", + "replace_current": "Thay thế hiện tại", + "replace_json": "Thay thế bằng JSON" }, "add": { "new": "Thêm mới", @@ -231,11 +232,18 @@ "collections": "Nhập bộ sưu tập", "curl": "Nhập cURL", "failed": "Nhập không thành công", - "from_gist": "Nhập từ Gist", + "gist": "Import from Gist", + "gist_description": "Import a Gist", + "from_insomnia": "Import from Insomnia", "from_my_collections": "Nhập từ Bộ sưu tập của tôi", + "from_openapi": "Import from OpenAPI", + "from_postman": "Import from Postman", + "from_url": "Import from URL", "gist_url": "Nhập URL Gist", "json": "Nhập từ JSON", - "title": "Nhập khẩu" + "json_description": "Import collections from a Hoppscotch Collections JSON file", + "title": "Nhập khẩu", + "from_gist": "Nhập từ Gist" }, "layout": { "column": "Vertical layout",