chore(i18n): updated translations

This commit is contained in:
liyasthomas
2022-01-14 06:33:36 +05:30
parent bcadb142fd
commit 396804a4d6
31 changed files with 408 additions and 176 deletions

View File

@@ -209,7 +209,7 @@ const getHoppCollections = (doc: InsomniaDoc) =>
)
export default defineImporter({
name: "Insomnia Collection",
name: "import.from_insomnia",
icon: "insomnia",
steps: [
step({

View File

@@ -230,7 +230,7 @@ const getHoppFolder = (ig: ItemGroup<Item>): Collection<HoppRESTRequest> =>
export const getHoppCollection = (coll: PMCollection) => getHoppFolder(coll)
export default defineImporter({
name: "Postman Collection",
name: "import.from_postman",
icon: "postman",
steps: [
step({