From 4046b916095ff6e7c3543111aa2eef3dc10f6e82 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Tue, 11 Oct 2022 10:35:14 +0530 Subject: [PATCH] fix: resolved #2771 --- packages/hoppscotch-app/locales/af.json | 2 +- packages/hoppscotch-app/locales/cs.json | 2 +- packages/hoppscotch-app/locales/da.json | 2 +- packages/hoppscotch-app/locales/el.json | 2 +- packages/hoppscotch-app/locales/en.json | 2 +- packages/hoppscotch-app/locales/fi.json | 2 +- packages/hoppscotch-app/locales/he.json | 2 +- packages/hoppscotch-app/locales/ja.json | 2 +- packages/hoppscotch-app/locales/nl.json | 2 +- packages/hoppscotch-app/locales/no.json | 2 +- packages/hoppscotch-app/locales/pl.json | 2 +- packages/hoppscotch-app/locales/pt.json | 2 +- packages/hoppscotch-app/locales/sr.json | 2 +- packages/hoppscotch-app/locales/sv.json | 2 +- packages/hoppscotch-app/locales/vi.json | 2 +- .../src/components/collections/ChooseType.vue | 5 ++--- .../src/components/collections/index.vue | 7 ------- .../src/components/environments/ChooseType.vue | 5 ++--- .../src/components/environments/index.vue | 17 +++++++++-------- .../src/components/environments/my/index.vue | 2 +- .../src/components/environments/teams/index.vue | 2 +- .../hoppscotch-app/src/components/smart/Tab.vue | 3 +++ .../src/components/smart/Tabs.vue | 3 +++ 23 files changed, 36 insertions(+), 38 deletions(-) diff --git a/packages/hoppscotch-app/locales/af.json b/packages/hoppscotch-app/locales/af.json index 4d1c62d7..d3973729 100644 --- a/packages/hoppscotch-app/locales/af.json +++ b/packages/hoppscotch-app/locales/af.json @@ -168,7 +168,7 @@ "members": "Span is leeg", "parameters": "Hierdie versoek het geen parameters nie", "pending_invites": "There are no pending invites for this team", - "profile": "Login in to view your profile", + "profile": "Login to view your profile", "protocols": "Protokolle is leeg", "schema": "Koppel aan 'n GraphQL -eindpunt", "shortcodes": "Shortcodes are empty", diff --git a/packages/hoppscotch-app/locales/cs.json b/packages/hoppscotch-app/locales/cs.json index f68e70df..bd4f98d0 100644 --- a/packages/hoppscotch-app/locales/cs.json +++ b/packages/hoppscotch-app/locales/cs.json @@ -168,7 +168,7 @@ "members": "Tým je prázdný", "parameters": "Tento požadavek nemá žádné parametry", "pending_invites": "There are no pending invites for this team", - "profile": "Login in to view your profile", + "profile": "Login to view your profile", "protocols": "Protokoly jsou prázdné", "schema": "Připojte se ke koncovému bodu GraphQL", "shortcodes": "Shortcodes are empty", diff --git a/packages/hoppscotch-app/locales/da.json b/packages/hoppscotch-app/locales/da.json index 2bd6e554..5decc16e 100644 --- a/packages/hoppscotch-app/locales/da.json +++ b/packages/hoppscotch-app/locales/da.json @@ -168,7 +168,7 @@ "members": "Holdet er tomt", "parameters": "Denne anmodning har ingen parametre", "pending_invites": "There are no pending invites for this team", - "profile": "Login in to view your profile", + "profile": "Login to view your profile", "protocols": "Protokoller er tomme", "schema": "Opret forbindelse til et GraphQL -slutpunkt", "shortcodes": "Shortcodes are empty", diff --git a/packages/hoppscotch-app/locales/el.json b/packages/hoppscotch-app/locales/el.json index cffb9afb..48be0afa 100644 --- a/packages/hoppscotch-app/locales/el.json +++ b/packages/hoppscotch-app/locales/el.json @@ -168,7 +168,7 @@ "members": "Η ομάδα είναι άδεια", "parameters": "Αυτό το αίτημα δεν έχει παραμέτρους", "pending_invites": "There are no pending invites for this team", - "profile": "Login in to view your profile", + "profile": "Login to view your profile", "protocols": "Τα πρωτόκολλα είναι κενά", "schema": "Συνδεθείτε σε ένα τελικό σημείο GraphQL", "shortcodes": "Shortcodes are empty", diff --git a/packages/hoppscotch-app/locales/en.json b/packages/hoppscotch-app/locales/en.json index e124a0e5..1d9acb5b 100644 --- a/packages/hoppscotch-app/locales/en.json +++ b/packages/hoppscotch-app/locales/en.json @@ -168,7 +168,7 @@ "members": "Team is empty", "parameters": "This request does not have any parameters", "pending_invites": "There are no pending invites for this team", - "profile": "Login in to view your profile", + "profile": "Login to view your profile", "protocols": "Protocols are empty", "schema": "Connect to a GraphQL endpoint to view schema", "shortcodes": "Shortcodes are empty", diff --git a/packages/hoppscotch-app/locales/fi.json b/packages/hoppscotch-app/locales/fi.json index 578f60dc..a7104ecd 100644 --- a/packages/hoppscotch-app/locales/fi.json +++ b/packages/hoppscotch-app/locales/fi.json @@ -168,7 +168,7 @@ "members": "Joukkue on tyhjä", "parameters": "Tässä pyynnössä ei ole parametreja", "pending_invites": "There are no pending invites for this team", - "profile": "Login in to view your profile", + "profile": "Login to view your profile", "protocols": "Protokollat ovat tyhjiä", "schema": "Muodosta yhteys GraphQL -päätepisteeseen", "shortcodes": "Shortcodes are empty", diff --git a/packages/hoppscotch-app/locales/he.json b/packages/hoppscotch-app/locales/he.json index e741f487..93923d8b 100644 --- a/packages/hoppscotch-app/locales/he.json +++ b/packages/hoppscotch-app/locales/he.json @@ -168,7 +168,7 @@ "members": "הקבוצה ריקה", "parameters": "לבקשה זו אין פרמטרים", "pending_invites": "There are no pending invites for this team", - "profile": "Login in to view your profile", + "profile": "Login to view your profile", "protocols": "הפרוטוקולים ריקים", "schema": "התחבר לנקודת קצה של GraphQL", "shortcodes": "Shortcodes are empty", diff --git a/packages/hoppscotch-app/locales/ja.json b/packages/hoppscotch-app/locales/ja.json index fd2ac808..a554af56 100644 --- a/packages/hoppscotch-app/locales/ja.json +++ b/packages/hoppscotch-app/locales/ja.json @@ -168,7 +168,7 @@ "members": "Team is empty", "parameters": "This request does not have any parameters", "pending_invites": "There are no pending invites for this team", - "profile": "Login in to view your profile", + "profile": "Login to view your profile", "protocols": "Protocols are empty", "schema": "Connect to a GraphQL endpoint to view schema", "shortcodes": "Shortcodes are empty", diff --git a/packages/hoppscotch-app/locales/nl.json b/packages/hoppscotch-app/locales/nl.json index 6e138343..ab8481d9 100644 --- a/packages/hoppscotch-app/locales/nl.json +++ b/packages/hoppscotch-app/locales/nl.json @@ -168,7 +168,7 @@ "members": "Team is leeg", "parameters": "Dit verzoek heeft geen parameters", "pending_invites": "There are no pending invites for this team", - "profile": "Login in to view your profile", + "profile": "Login to view your profile", "protocols": "Protocollen zijn leeg", "schema": "Verbinding maken met een GraphQL-eindpunt", "shortcodes": "Shortcodes are empty", diff --git a/packages/hoppscotch-app/locales/no.json b/packages/hoppscotch-app/locales/no.json index 740be4ec..547de43b 100644 --- a/packages/hoppscotch-app/locales/no.json +++ b/packages/hoppscotch-app/locales/no.json @@ -168,7 +168,7 @@ "members": "Teamet er tomt", "parameters": "Denne forespørselen har ingen parametere", "pending_invites": "There are no pending invites for this team", - "profile": "Login in to view your profile", + "profile": "Login to view your profile", "protocols": "Protokoller er tomme", "schema": "Koble til et GraphQL-endepunkt", "shortcodes": "Shortcodes are empty", diff --git a/packages/hoppscotch-app/locales/pl.json b/packages/hoppscotch-app/locales/pl.json index 2c1b3ea9..f7f23a0f 100644 --- a/packages/hoppscotch-app/locales/pl.json +++ b/packages/hoppscotch-app/locales/pl.json @@ -168,7 +168,7 @@ "members": "Zespół jest pusty", "parameters": "To żądanie nie ma żadnych parametrów", "pending_invites": "There are no pending invites for this team", - "profile": "Login in to view your profile", + "profile": "Login to view your profile", "protocols": "Protokoły są puste", "schema": "Połącz się z punktem końcowym GraphQL", "shortcodes": "Shortcodes are empty", diff --git a/packages/hoppscotch-app/locales/pt.json b/packages/hoppscotch-app/locales/pt.json index b4b491ed..a759008d 100644 --- a/packages/hoppscotch-app/locales/pt.json +++ b/packages/hoppscotch-app/locales/pt.json @@ -168,7 +168,7 @@ "members": "Time está vazio", "parameters": "Esta solicitação não possui parâmetros", "pending_invites": "There are no pending invites for this team", - "profile": "Login in to view your profile", + "profile": "Login to view your profile", "protocols": "Os protocolos estão vazios", "schema": "Conecte-se a um endpoint GraphQL", "shortcodes": "Shortcodes are empty", diff --git a/packages/hoppscotch-app/locales/sr.json b/packages/hoppscotch-app/locales/sr.json index de7b6db7..4af1ffaf 100644 --- a/packages/hoppscotch-app/locales/sr.json +++ b/packages/hoppscotch-app/locales/sr.json @@ -168,7 +168,7 @@ "members": "Тим је празан", "parameters": "Овај захтев нема параметре", "pending_invites": "There are no pending invites for this team", - "profile": "Login in to view your profile", + "profile": "Login to view your profile", "protocols": "Протоколи су празни", "schema": "Повежите се са ГрапхКЛ крајњом тачком", "shortcodes": "Shortcodes are empty", diff --git a/packages/hoppscotch-app/locales/sv.json b/packages/hoppscotch-app/locales/sv.json index 455f8b84..9b949c03 100644 --- a/packages/hoppscotch-app/locales/sv.json +++ b/packages/hoppscotch-app/locales/sv.json @@ -168,7 +168,7 @@ "members": "Teamet är tomt", "parameters": "Denna begäran har inga parametrar", "pending_invites": "There are no pending invites for this team", - "profile": "Login in to view your profile", + "profile": "Login to view your profile", "protocols": "Protokoll är tomma", "schema": "Anslut till en GraphQL -slutpunkt", "shortcodes": "Shortcodes are empty", diff --git a/packages/hoppscotch-app/locales/vi.json b/packages/hoppscotch-app/locales/vi.json index 371fb684..1f4a70c8 100644 --- a/packages/hoppscotch-app/locales/vi.json +++ b/packages/hoppscotch-app/locales/vi.json @@ -168,7 +168,7 @@ "members": "Đội trống", "parameters": "Yêu cầu này không có bất kỳ thông số nào", "pending_invites": "There are no pending invites for this team", - "profile": "Login in to view your profile", + "profile": "Login to view your profile", "protocols": "Giao thức trống", "schema": "Kết nối với một điểm cuối GraphQL", "shortcodes": "Shortcodes are empty", diff --git a/packages/hoppscotch-app/src/components/collections/ChooseType.vue b/packages/hoppscotch-app/src/components/collections/ChooseType.vue index 41fe6fd4..c62d2ebe 100644 --- a/packages/hoppscotch-app/src/components/collections/ChooseType.vue +++ b/packages/hoppscotch-app/src/components/collections/ChooseType.vue @@ -1,5 +1,5 @@