Compare commits

...

71 Commits

Author SHA1 Message Date
Liyas Thomas
c11b592543 feat: ability to export a single environment 2022-12-05 18:11:05 +05:30
Liyas Thomas
a1d69b3210 chore: minor ui improvements 2022-12-03 13:01:47 +05:30
Liyas Thomas
dcbc2f1145 ci: use latest workflow versions 2022-12-03 00:51:49 +05:30
Andrew Bastin
36903b338a fix: broken Dockerfile and final start command 2022-12-02 13:34:46 -05:00
Andrew Bastin
9d8d6832af chore: fix broken ci 2022-12-02 11:01:53 -05:00
Andrew Bastin
3d004f2322 chore: split app to commons and web (squash commit) 2022-12-02 03:05:35 -05:00
Liyas Thomas
fb827e3586 Create deploy-preview-netlify.yml 2022-12-02 03:02:56 -05:00
Liyas Thomas
ccca183e08 chore: minor ui improvements 2022-12-01 17:47:39 +05:30
Liyas Thomas
237455ab21 chore: minor ui improvements 2022-11-29 13:50:58 +05:30
Liyas Thomas
6141073137 chore: minor ui improvements 2022-11-27 23:19:19 +05:30
Liyas Thomas
740691417f chore: updated translation 2022-11-27 03:52:15 +05:30
Anwarul Islam
2ed709796a MQTT Revamp (#2381)
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
2022-11-27 02:43:24 +05:30
Akash K
75c0350584 fix: delete not working properly on request body (#2861) 2022-11-24 22:00:43 -05:00
Liyas Thomas
17d72b9922 fix: typo 2022-11-17 09:58:52 +05:30
Liyas Thomas
1796fae3d1 chore: updated tech stack list 2022-11-16 09:45:55 +05:30
Akash K
1ecd22204d chore: remove unwanted debug info (#2851) 2022-11-09 17:37:05 -05:00
Akash K
356fe4591f fix: fix cursor going out of bounds when filtering response (#2850) 2022-11-09 17:23:28 -05:00
Andrew Bastin
0230942a3d chore: introduce devcontainer support 2022-11-08 15:51:26 -05:00
Andrew Bastin
325793eebc fix: onLoggedIn called when id token is not yet resolved for auth users 2022-11-07 22:36:12 -05:00
Nivedin
39d1256f68 refactor: move global environment selector to top (#2848)
* refactor: moved global env to top

* fix: change to my collection and env when logedout

* fix: merge fix

* refactor: change v-show to v-if

* chore: minor type change

* chore: pass variable name to edit

* chore: improve logic

Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>

* chore: minor ui improvements

Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
2022-11-03 10:13:06 +05:30
Andrew Bastin
fd2472d34b chore: add vue-tsc dep and introduce lint:ts script for prelim ts fixes 2022-11-02 13:08:25 -04:00
Andrew Bastin
5e8fbc6552 chore: fix some type errors in '/r' route 2022-11-02 11:03:08 -04:00
Liyas Thomas
3084a40729 fix: set focus to newly added environment key field 2022-11-02 18:11:13 +05:30
Francisco Emanuel de Sales Pereira
0069f51ea4 feat: added inline environment variable edit button (#2813)
* refactor: changes v-if render to v-show on Environments tabs

* feat: adds selectText prop to EnvInput

* feat: adds editing variable name to env Details modal

* feat: adds actions to invoke edit env modals

* feat: adds edit action to tooltip env

* refactor: adds destructuring assignment on action handlers for edit env modals

* refactor: fix comment on environment modals action

* chore: minor ui improvements

* refactor: change text selecion prop on EnvInput to something more meaningful

* refactor: removes comment on HoppEnvironment extension

* refactor: renames isTextSelected EnvInput prop to selectTextOnMount

* refactor: remove type definition of automatic inferrable variables

* refactor: edit environment call to only allow accepted types

* feat: introduce type safe action arguments

* fix: revert v-show to v-if

* chore: minor ui improvements

Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
2022-11-02 17:55:22 +05:30
Liyas Thomas
696c612489 fix: broken tippy focus event 2022-11-02 15:05:57 +05:30
Liyas Thomas
4a5a4077af chore: improvements to tooltips and popovers 2022-11-02 14:42:00 +05:30
Liyas Thomas
28bcb899e7 chore: improve ui consistency 2022-11-01 19:05:13 +05:30
Liyas Thomas
4062a7089a perf: temporarily disable dependabot 2022-11-01 09:40:14 +05:30
Akash K
ad86221c7d fix: linting erroring out on graphql queries (#2846) 2022-10-31 18:45:53 -04:00
Akash K
53938248de fix: errors on opening json outline (#2847) 2022-10-31 18:28:31 -04:00
Liyas Thomas
c018b639ad chore: minor ui improvements 2022-11-01 00:42:35 +05:30
Liyas Thomas
eb2145c7da fix: updated prop name 2022-10-30 17:50:17 +05:30
Liyas Thomas
2f4c39d310 feat: filter and group history entries 2022-10-30 17:05:32 +05:30
biondizzle
79ada82223 feat: use environment variable to specify proxyscotch access token (#2791) 2022-10-29 18:16:40 -04:00
Liyas Thomas
c67463fb3b chore: updated translations
commit 2adcfe9804ede1fea584db24e0a27dc1b5e034e3
Author: Archontis Kostis <arxontisk02@gmail.com>
Date:   Sat Oct 29 22:04:01 2022 +0300

    chore: updated translation (#2837)

commit 56b8a5cb38
Author: 5idereal <nelson22768384@gmail.com>
Date:   Sat Oct 29 11:58:25 2022 +0800

    chore: updated translation (#2835)
2022-10-30 00:45:37 +05:30
Akash K
d162471555 chore: add polyfill for replaceAll (#2836) 2022-10-28 20:29:07 -04:00
Nivedin
c99797bcef fix: import hopp collection (#2824) 2022-10-27 22:29:46 -04:00
Nivedin
9739cdbbaa fix: codemirror field overflow (#2827)
* fix: codemirror editor overflow

* chore: minor ui improvements

Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
2022-10-27 08:12:23 +05:30
Akash K
7f6db561f5 fix: fix missing analytics (#2826)
fix: typo in environment variable name
2022-10-26 18:50:03 +05:30
Akash K
9eac00b303 fix: useCodemirror getting non strings as value (#2810) 2022-10-22 12:36:07 +05:30
Oliver Zhou (毓杰)
b61df04c1b fix: socket.io v3/v4 incomming message issue (#2811) 2022-10-22 12:31:31 +05:30
Liyas Thomas
b587e21c90 chore: updated translations
commit 1673c36cec5ac0e949bdf85c8e780f02ae25c06d
Author: Roberth González <63687573+rxb3rth@users.noreply.github.com>
Date:   Thu Oct 20 15:45:00 2022 +0200

    chore(i18n): updated translations (#2788)

commit af70ae2c43558cf7f658cf8bfcca35475e7786c7
Author: Fiqri Dwi <79080077+fiqridwi@users.noreply.github.com>
Date:   Thu Oct 20 18:41:53 2022 +0700

    chore: updated translations (#2805)
2022-10-20 19:47:57 +05:30
Liyas Thomas
02d66ee9fd chore: minor ui improvements 2022-10-20 19:47:17 +05:30
Akash K
a950e08ef1 chore: add temporary debug info for code mirror (#2806)
chore: temp debug info
2022-10-20 17:17:54 +05:30
Liyas Thomas
6e7d28db7b fix: overflow on log entries - closed #2738 2022-10-15 09:57:49 +05:30
Andrew Bastin
a0ea00d0a3 fix: form-data requests on proxy failing 2022-10-14 15:39:28 +05:30
Liyas Thomas
beb5606862 chore: updated translations
commit b8350ae25d85ec71be6a8ca2580fbeeebd73c5f6
Author: Andrii Bodnar <29282228+andrii-bodnar@users.noreply.github.com>
Date:   Fri Oct 14 06:47:18 2022 +0300

    chore: updated translations (#2781)

commit 04dd400871
Author: Daniel Krásný <53856821+DanielKrasny@users.noreply.github.com>
Date:   Wed Oct 12 14:26:02 2022 +0200

    chore: remove translations of brand names (#2777)
2022-10-14 09:21:20 +05:30
Anwarul Islam
44f11f93a4 fix: realtime connect/disconnect issue (#2768)
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
2022-10-13 17:33:46 +05:30
Hau Nguyen
7b61f267dd chore: migration vite import.meta.glob (#2778) 2022-10-12 15:14:43 +05:30
Akash K
971238cedb chore: serialize when logging errors (#2775) 2022-10-12 02:19:27 +05:30
Akash K
4d19b9249b fix: fix auth/graphql errors causing errors on logout (#2772) 2022-10-11 14:06:22 +05:30
Liyas Thomas
4046b91609 fix: resolved #2771 2022-10-11 10:35:14 +05:30
Nivedin
e6652109c5 fix: team environments import (#2770)
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
2022-10-10 20:15:01 +05:30
Liyas Thomas
e9cfc066a5 fix: resolved #2758 2022-10-10 14:50:53 +05:30
Liyas Thomas
9ce078c1d3 chore: updated translations 2022-10-09 21:22:36 +05:30
Liyas Thomas
2bcc1675e8 chore: updated translations
commit 2756922cc0
Author: islamzeki <islamzeki@users.noreply.github.com>
Date:   Sun Oct 9 18:31:47 2022 +0300

    Update tr.json (#2750)

commit fb13fae385
Author: Cheese <seojeee@gmail.com>
Date:   Mon Oct 10 00:28:34 2022 +0900

    add and fix translations in ko.json (#2752)

commit c28ffd604d
Author: Akhmad Thoriq <51510460+itstor@users.noreply.github.com>
Date:   Sun Oct 9 22:27:15 2022 +0700

    fix wrong translation and typo in Indonesia language (#2757)

commit fe18aa1310
Author: Fiki Maulana <fikimaul@gmail.com>
Date:   Wed Oct 5 21:40:19 2022 +0700

    translate and fix some Indonesia language (#2739)

commit 9f8a2c0cd3
Author: Dhravya Shah <dhravyashah@gmail.com>
Date:   Tue Oct 4 12:19:12 2022 +0530

    i18n: add Hindi to locales (#2734)
2022-10-09 21:04:57 +05:30
Liyas Thomas
a87c2347c9 chore: minor ui improvements 2022-10-09 20:55:22 +05:30
Liyas Thomas
8f2810db30 ci: use latest workflow version - superseded #2754 2022-10-09 16:44:44 +05:30
Andrew Bastin
528d0b0429 fix: history component crashing on special characters (fixes #2743) 2022-10-07 23:00:32 +05:30
Andrew Bastin
f759014315 fix: broken pr evaluation scripts 2022-10-07 22:20:05 +05:30
Nivedin
a568610c28 feat: team environments (#2512)
Co-authored-by: amk-dev <akash.k.mohan98@gmail.com>
Co-authored-by: liyasthomas <liyascthomas@gmail.com>
Co-authored-by: islamzeki <islamzeki@users.noreply.github.com>
Co-authored-by: Jesvin Jose <aitchnyu@users.noreply.github.com>
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
2022-10-07 22:05:39 +05:30
Damanpreet Singh
c35a85db12 fix: allow posting empty key files in multipart/form-data (#2664) 2022-10-07 02:29:15 +05:30
Andrew Bastin
fcd61436c8 chore: fix issues with broken ci scripts 2022-10-07 01:51:32 +05:30
Andrew Bastin
0798063213 chore: fix broken docker ci builds 2022-10-07 01:42:39 +05:30
jerbob92
80de63323d build: use GraphQL URL from env in gql-codegen (#2749)
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
2022-10-07 01:17:25 +05:30
jerbob92
7d0219b11d chore: allow configuration of shortcode base (#2748) 2022-10-07 00:50:48 +05:30
Akash K
d42434ddc0 feat: use email as fallback for display name (#2746)
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
2022-10-07 00:45:34 +05:30
Liyas Thomas
cbf6d23c24 chore: minor improvements 2022-10-06 21:21:24 +05:30
Akash K
568c05b4b0 fix: fix type error when generating profile picture initials (#2742)
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
2022-10-06 17:56:30 +05:30
Akash K
59ee4babeb fix: fix ref access when using v-for on Invite.vue (#2744)
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
2022-10-06 16:06:14 +05:30
Liyas Thomas
604ef4d004 fix: resolved #2740 2022-10-05 21:24:15 +05:30
549 changed files with 8941 additions and 2506 deletions

View File

@@ -0,0 +1,9 @@
{
"name": "Hoppscotch",
"image": "mcr.microsoft.com/devcontainers/typescript-node:18",
"forwardPorts": [3000],
"features": {
"ghcr.io/NicoVIII/devcontainer-features/pnpm:1": {}
},
"postCreateCommand": "mv .env.example .env && pnpm i"
}

View File

@@ -14,8 +14,9 @@ VITE_MESSAGING_SENDER_ID=421993993223
VITE_APP_ID=1:421993993223:web:ec0baa8ee8c02ffa1fc6a2 VITE_APP_ID=1:421993993223:web:ec0baa8ee8c02ffa1fc6a2
VITE_MEASUREMENT_ID=G-BBJ3R80PJT VITE_MEASUREMENT_ID=G-BBJ3R80PJT
# Base URL # Base URLs
VITE_BASE_URL=https://hoppscotch.io VITE_BASE_URL=https://hoppscotch.io
VITE_SHORTCODE_BASE_URL=https://hopp.sh
# Backend URLs # Backend URLs
VITE_BACKEND_GQL_URL=https://api.hoppscotch.io/graphql VITE_BACKEND_GQL_URL=https://api.hoppscotch.io/graphql
@@ -25,3 +26,6 @@ VITE_BACKEND_WS_URL=wss://api.hoppscotch.io/graphql
# VITE_SENTRY_DSN: <Sentry DSN here> # VITE_SENTRY_DSN: <Sentry DSN here>
# VITE_SENTRY_ENVIRONMENT: <Sentry environment value here> # VITE_SENTRY_ENVIRONMENT: <Sentry environment value here>
# VITE_SENTRY_RELEASE_TAG: <Sentry release tag here (for release monitoring)> # VITE_SENTRY_RELEASE_TAG: <Sentry release tag here (for release monitoring)>
# Proxyscotch Access Token (Optional)
# VITE_PROXYSCOTCH_ACCESS_TOKEN: <Token Set In Proxyscotch Server>

View File

@@ -5,6 +5,6 @@ updates:
schedule: schedule:
interval: weekly interval: weekly
time: '00:00' time: '00:00'
open-pull-requests-limit: 10 open-pull-requests-limit: 0
reviewers: reviewers:
- liyasthomas - liyasthomas

View File

@@ -42,7 +42,7 @@ jobs:
# Initializes the CodeQL tools for scanning. # Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL - name: Initialize CodeQL
uses: github/codeql-action/init@v1 uses: github/codeql-action/init@v2
with: with:
# Run extended queries including queries using machine learning # Run extended queries including queries using machine learning
queries: security-extended queries: security-extended
@@ -55,7 +55,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below) # If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild - name: Autobuild
uses: github/codeql-action/autobuild@v1 uses: github/codeql-action/autobuild@v2
# Command-line programs to run using the OS shell. # Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl # 📚 https://git.io/JvXDl
@@ -69,4 +69,4 @@ jobs:
# make release # make release
- name: Perform CodeQL Analysis - name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1 uses: github/codeql-action/analyze@v2

View File

@@ -12,15 +12,15 @@ jobs:
- name: Checkout Repository - name: Checkout Repository
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Setup Environment
run: mv .env.example .env
- name: Setup and run pnpm install - name: Setup and run pnpm install
uses: pnpm/action-setup@v2.2.2 uses: pnpm/action-setup@v2.2.4
with: with:
version: 7 version: 7
run_install: true run_install: true
- name: Setup Environment
run: mv packages/hoppscotch-app/.env.example packages/hoppscotch-app/.env
- name: Build Site - name: Build Site
env: env:
VITE_SENTRY_DSN: ${{ secrets.SENTRY_DSN }} VITE_SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
@@ -30,7 +30,7 @@ jobs:
# Deploy the production site with netlify-cli # Deploy the production site with netlify-cli
- name: Deploy to Netlify (production) - name: Deploy to Netlify (production)
run: npx netlify-cli deploy --dir=packages/hoppscotch-app/dist --prod run: npx netlify-cli deploy --dir=packages/hoppscotch-web/dist --prod
env: env:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_PRODUCTION_SITE_ID }} NETLIFY_SITE_ID: ${{ secrets.NETLIFY_PRODUCTION_SITE_ID }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

View File

@@ -0,0 +1,60 @@
name: Deploy to Preview Netlify
on:
pull_request:
branches:
- main
jobs:
build:
name: Push build files to Netlify
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Setup and run pnpm install
uses: pnpm/action-setup@v2.2.4
env:
VITE_BACKEND_GQL_URL: ${{ secrets.STAGING_BACKEND_GQL_URL }}
with:
version: 7
run_install: true
- name: Build Site
env:
VITE_GA_ID: ${{ secrets.STAGING_GA_ID }}
VITE_GTM_ID: ${{ secrets.STAGING_GTM_ID }}
VITE_API_KEY: ${{ secrets.STAGING_FB_API_KEY }}
VITE_AUTH_DOMAIN: ${{ secrets.STAGING_FB_AUTH_DOMAIN }}
VITE_DATABASE_URL: ${{ secrets.STAGING_FB_DATABASE_URL }}
VITE_PROJECT_ID: ${{ secrets.STAGING_FB_PROJECT_ID }}
VITE_STORAGE_BUCKET: ${{ secrets.STAGING_FB_STORAGE_BUCKET }}
VITE_MESSAGING_SENDER_ID: ${{ secrets.STAGING_FB_MESSAGING_SENDER_ID }}
VITE_APP_ID: ${{ secrets.STAGING_FB_APP_ID }}
VITE_BASE_URL: ${{ secrets.STAGING_BASE_URL }}
VITE_BACKEND_GQL_URL: ${{ secrets.STAGING_BACKEND_GQL_URL }}
VITE_BACKEND_WS_URL: ${{ secrets.STAGING_BACKEND_WS_URL }}
VITE_SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
VITE_SENTRY_RELEASE_TAG: ${{ github.sha }}
VITE_SENTRY_ENVIRONMENT: staging
run: pnpm run generate
# Deploy the preview site with netlify-cli
- name: Deploy to Netlify (preview)
run: npx netlify-cli deploy --dir=packages/hoppscotch-web/dist --alias=preview
env:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_STAGING_SITE_ID }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
- name: Create Sentry Release
uses: getsentry/action-release@v1
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
with:
environment: preview
ignore_missing: true
ignore_empty: true
version: ${{ github.sha }}

View File

@@ -9,8 +9,11 @@ jobs:
deploy_live_website: deploy_live_website:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - name: Checkout Repository
- uses: FirebaseExtended/action-hosting-deploy@v0 uses: actions/checkout@v3
- name: Deploy to Firebase (production)
uses: FirebaseExtended/action-hosting-deploy@v0
with: with:
repoToken: '${{ secrets.GITHUB_TOKEN }}' repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_POSTWOMAN_API }}' firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_POSTWOMAN_API }}'

View File

@@ -14,7 +14,9 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Setup and run pnpm install - name: Setup and run pnpm install
uses: pnpm/action-setup@v2.2.2 uses: pnpm/action-setup@v2.2.4
env:
VITE_BACKEND_GQL_URL: ${{ secrets.STAGING_BACKEND_GQL_URL }}
with: with:
version: 7 version: 7
run_install: true run_install: true
@@ -40,7 +42,7 @@ jobs:
# Deploy the staging site with netlify-cli # Deploy the staging site with netlify-cli
- name: Deploy to Netlify (staging) - name: Deploy to Netlify (staging)
run: npx netlify-cli deploy --dir=packages/hoppscotch-app/dist --prod run: npx netlify-cli deploy --dir=packages/hoppscotch-web/dist --prod
env: env:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_STAGING_SITE_ID }} NETLIFY_SITE_ID: ${{ secrets.NETLIFY_STAGING_SITE_ID }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

View File

@@ -15,17 +15,23 @@ jobs:
node-version: ["lts/*"] node-version: ["lts/*"]
steps: steps:
- uses: actions/checkout@v2 - name: Checkout Repository
- uses: actions/setup-node@v2 uses: actions/checkout@v3
- name: Setup Environment
run: mv .env.example .env
- name: Setup and run pnpm install - name: Setup and run pnpm install
uses: pnpm/action-setup@v2.2.2 uses: pnpm/action-setup@v2.2.4
with: with:
version: 7 version: 7
run_install: true run_install: true
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2 uses: actions/setup-node@v3
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
cache: pnpm cache: pnpm
- name: Run tests - name: Run tests
run: pnpm test run: pnpm test

3
.gitignore vendored
View File

@@ -168,3 +168,6 @@ tests/*/videos
# Local Netlify folder # Local Netlify folder
.netlify .netlify
# PNPM
.pnpm-store

View File

@@ -6,6 +6,7 @@
"dbaeumer.vscode-eslint", "dbaeumer.vscode-eslint",
"editorconfig.editorconfig", "editorconfig.editorconfig",
"csstools.postcss", "csstools.postcss",
"folke.vscode-monorepo-workspace"
], ],
"unwantedRecommendations": [ "unwantedRecommendations": [
"octref.vetur" "octref.vetur"

View File

@@ -17,13 +17,13 @@ COPY . .
RUN npm install -g pnpm RUN npm install -g pnpm
RUN mv .env.example .env
RUN pnpm i --unsafe-perm=true RUN pnpm i --unsafe-perm=true
ENV HOST 0.0.0.0 ENV HOST 0.0.0.0
EXPOSE 3000 EXPOSE 3000
RUN mv packages/hoppscotch-app/.env.example packages/hoppscotch-app/.env
RUN pnpm run generate RUN pnpm run generate
CMD ["pnpm", "run", "start"] CMD ["pnpm", "run", "start"]

View File

@@ -275,11 +275,11 @@ _Add-ons are developed and maintained under **[Hoppscotch Organization](https://
- [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript) - [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
- [TypeScript](https://www.typescriptlang.org) - [TypeScript](https://www.typescriptlang.org)
- [Vue](https://vuejs.org) - [Vue](https://vuejs.org)
- [Nuxt](https://nuxtjs.org) - [Vite](https://vitejs.dev)
## **Developing** ## **Developing**
0. Update [`.env.example`](https://github.com/hoppscotch/hoppscotch/blob/main/packages/hoppscotch-app/.env.example) file found in `packages/hoppscotch-app` with your own keys and rename it to `.env`. 0. Update [`.env.example`](https://github.com/hoppscotch/hoppscotch/blob/main/.env.example) file found in the root of repository with your own keys and rename it to `.env`.
_Sample keys only work with the [production build](https://hoppscotch.io)._ _Sample keys only work with the [production build](https://hoppscotch.io)._
@@ -315,7 +315,7 @@ docker run --rm --name hoppscotch -p 3000:3000 hoppscotch/hoppscotch:latest
1. [Clone this repo](https://help.github.com/en/articles/cloning-a-repository) with git. 1. [Clone this repo](https://help.github.com/en/articles/cloning-a-repository) with git.
2. Install pnpm using npm by running `npm install -g pnpm`. 2. Install pnpm using npm by running `npm install -g pnpm`.
3. Install dependencies by running `pnpm install` within the directory that you cloned (probably `hoppscotch`). 3. Install dependencies by running `pnpm install` within the directory that you cloned (probably `hoppscotch`).
4. Update [`.env.example`](https://github.com/hoppscotch/hoppscotch/blob/main/packages/hoppscotch-app/.env.example) file found in `packages/hoppscotch-app` with your own keys and rename it to `.env`. 4. Update [`.env.example`](https://github.com/hoppscotch/hoppscotch/blob/main/.env.example) file found in the root of repository with your own keys and rename it to `.env`.
5. Build the release files with `pnpm run generate`. 5. Build the release files with `pnpm run generate`.
6. Find the built project in `packages/hoppscotch-app/dist`. Host these files on any [static hosting servers](https://www.pluralsight.com/blog/software-development/where-to-host-your-jamstack-site). 6. Find the built project in `packages/hoppscotch-app/dist`. Host these files on any [static hosting servers](https://www.pluralsight.com/blog/software-development/where-to-host-your-jamstack-site).

View File

@@ -11,10 +11,10 @@ if there is no existing translation, you can create a new one by following these
1. **[Fork the repository](https://github.com/hoppscotch/hoppscotch/fork).** 1. **[Fork the repository](https://github.com/hoppscotch/hoppscotch/fork).**
2. **Checkout the `i18n` branch for latest translations.** 2. **Checkout the `i18n` branch for latest translations.**
3. **Create a new branch for your translation with base branch `i18n`.** 3. **Create a new branch for your translation with base branch `i18n`.**
4. **Create target language file in the [`locales`](https://github.com/hoppscotch/hoppscotch/tree/main/packages/hoppscotch-app/locales) directory.** 4. **Create target language file in the [`/packages/hoppscotch-common/locales`](https://github.com/hoppscotch/hoppscotch/tree/main/packages/hoppscotch-common/locales) directory.**
5. **Copy the contents of the source file [`locales/en.json`](https://github.com/hoppscotch/hoppscotch/blob/main/packages/hoppscotch-app/locales/en.json) to the target language file.** 5. **Copy the contents of the source file [`/packages/hoppscotch-common/locales/en.json`](https://github.com/hoppscotch/hoppscotch/blob/main/packages/hoppscotch-common/locales/en.json) to the target language file.**
6. **Translate the strings in the target language file.** 6. **Translate the strings in the target language file.**
7. **Add your language entry to [`languages.json`](https://github.com/hoppscotch/hoppscotch/blob/main/packages/hoppscotch-app/languages.json).** 7. **Add your language entry to [`/packages/hoppscotch-common/languages.json`](https://github.com/hoppscotch/hoppscotch/blob/main/packages/hoppscotch-common/languages.json).**
8. **Save & commit changes.** 8. **Save & commit changes.**
9. **Send a pull request.** 9. **Send a pull request.**

View File

@@ -5,9 +5,9 @@
}, },
"hosting": { "hosting": {
"predeploy": [ "predeploy": [
"cd packages/hoppscotch-app && mv .env.example .env && cd ../.. && npm install -g pnpm && pnpm i && pnpm run generate" "mv .env.example .env && npm install -g pnpm && pnpm i && pnpm run generate"
], ],
"public": "packages/hoppscotch-app/dist", "public": "packages/hoppscotch-web/dist",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"], "ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"rewrites": [ "rewrites": [
{ {

View File

@@ -4,7 +4,7 @@
[build] [build]
base = "/" base = "/"
publish = "packages/hoppscotch-app/dist" publish = "packages/hoppscotch-web/dist"
command = "npx pnpm i --store=node_modules/.pnpm-store && npx pnpm run generate" command = "npx pnpm i --store=node_modules/.pnpm-store && npx pnpm run generate"
[[headers]] [[headers]]

View File

@@ -10,7 +10,7 @@
"prepare": "husky install", "prepare": "husky install",
"dev": "pnpm -r do-dev", "dev": "pnpm -r do-dev",
"generate": "pnpm -r do-build-prod", "generate": "pnpm -r do-build-prod",
"start": "http-server packages/hoppscotch-app/dist -p 3000", "start": "http-server packages/hoppscotch-web/dist -p 3000",
"lint": "pnpm -r do-lint", "lint": "pnpm -r do-lint",
"typecheck": "pnpm -r do-typecheck", "typecheck": "pnpm -r do-typecheck",
"lintfix": "pnpm -r do-lintfix", "lintfix": "pnpm -r do-lintfix",

View File

@@ -1,16 +0,0 @@
# Vue 3 + TypeScript + Vite
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
## Recommended IDE Setup
- [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar)
## Type Support For `.vue` Imports in TS
Since TypeScript cannot handle type information for `.vue` imports, they are shimmed to be a generic Vue component type by default. In most cases this is fine if you don't really care about component prop types outside of templates. However, if you wish to get actual prop types in `.vue` imports (for example to get props validation when using manual `h(...)` calls), you can enable Volar's Take Over mode by following these steps:
1. Run `Extensions: Show Built-in Extensions` from VS Code's command palette, look for `TypeScript and JavaScript Language Features`, then right click and select `Disable (Workspace)`. By default, Take Over mode will enable itself if the default TypeScript extension is disabled.
2. Reload the VS Code window by running `Developer: Reload Window` from the command palette.
You can learn more about Take Over mode [here](https://github.com/johnsoncodehk/volar/discussions/471).

View File

@@ -1,272 +0,0 @@
import AppAnnouncement from "./components/app/Announcement.vue";
import AppDeveloperOptions from "./components/app/DeveloperOptions.vue";
import AppFooter from "./components/app/Footer.vue";
import AppFuse from "./components/app/Fuse.vue";
import AppGitHubStarButton from "./components/app/GitHubStarButton.vue";
import AppHeader from "./components/app/Header.vue";
import AppInterceptor from "./components/app/Interceptor.vue";
import AppLogo from "./components/app/Logo.vue";
import AppOptions from "./components/app/Options.vue";
import AppPaneLayout from "./components/app/PaneLayout.vue";
import AppPowerSearch from "./components/app/PowerSearch.vue";
import AppPowerSearchEntry from "./components/app/PowerSearchEntry.vue";
import AppShare from "./components/app/Share.vue";
import AppShortcuts from "./components/app/Shortcuts.vue";
import AppShortcutsEntry from "./components/app/ShortcutsEntry.vue";
import AppSidenav from "./components/app/Sidenav.vue";
import AppSlideOver from "./components/app/SlideOver.vue";
import AppSupport from "./components/app/Support.vue";
import ButtonPrimary from "./components/button/Primary.vue";
import ButtonSecondary from "./components/button/Secondary.vue";
import CollectionsAdd from "./components/collections/Add.vue";
import CollectionsAddFolder from "./components/collections/AddFolder.vue";
import CollectionsAddRequest from "./components/collections/AddRequest.vue";
import CollectionsChooseType from "./components/collections/ChooseType.vue";
import CollectionsEdit from "./components/collections/Edit.vue";
import CollectionsEditFolder from "./components/collections/EditFolder.vue";
import CollectionsEditRequest from "./components/collections/EditRequest.vue";
import CollectionsImportExport from "./components/collections/ImportExport.vue";
import CollectionsSaveRequest from "./components/collections/SaveRequest.vue";
import CollectionsGraphqlAdd from "./components/collections/graphql/Add.vue";
import CollectionsGraphqlAddFolder from "./components/collections/graphql/AddFolder.vue";
import CollectionsGraphqlAddRequest from "./components/collections/graphql/AddRequest.vue";
import CollectionsGraphqlCollection from "./components/collections/graphql/Collection.vue";
import CollectionsGraphqlEdit from "./components/collections/graphql/Edit.vue";
import CollectionsGraphqlEditFolder from "./components/collections/graphql/EditFolder.vue";
import CollectionsGraphqlEditRequest from "./components/collections/graphql/EditRequest.vue";
import CollectionsGraphqlFolder from "./components/collections/graphql/Folder.vue";
import CollectionsGraphqlImportExport from "./components/collections/graphql/ImportExport.vue";
import CollectionsGraphqlRequest from "./components/collections/graphql/Request.vue";
import CollectionsGraphql from "./components/collections/graphql/index.vue";
import Collections from "./components/collections/index.vue";
import CollectionsMyCollection from "./components/collections/my/Collection.vue";
import CollectionsMyFolder from "./components/collections/my/Folder.vue";
import CollectionsMyRequest from "./components/collections/my/Request.vue";
import CollectionsTeamsCollection from "./components/collections/teams/Collection.vue";
import CollectionsTeamsFolder from "./components/collections/teams/Folder.vue";
import CollectionsTeamsRequest from "./components/collections/teams/Request.vue";
import DocsCollection from "./components/docs/Collection.vue";
import DocsFolder from "./components/docs/Folder.vue";
import DocsRequest from "./components/docs/Request.vue";
import EnvironmentsDetails from "./components/environments/Details.vue";
import EnvironmentsEnvironment from "./components/environments/Environment.vue";
import EnvironmentsImportExport from "./components/environments/ImportExport.vue";
import Environments from "./components/environments/index.vue";
import FirebaseLogin from "./components/firebase/Login.vue";
import FirebaseLogout from "./components/firebase/Logout.vue";
import GraphqlAuthorization from "./components/graphql/Authorization.vue";
import GraphqlField from "./components/graphql/Field.vue";
import GraphqlRequest from "./components/graphql/Request.vue";
import GraphqlRequestOptions from "./components/graphql/RequestOptions.vue";
import GraphqlResponse from "./components/graphql/Response.vue";
import GraphqlSidebar from "./components/graphql/Sidebar.vue";
import GraphqlType from "./components/graphql/Type.vue";
import GraphqlTypeLink from "./components/graphql/TypeLink.vue";
import HistoryGraphqlCard from "./components/history/graphql/Card.vue";
import History from "./components/history/index.vue";
import HistoryRestCard from "./components/history/rest/Card.vue";
import HttpAuthorization from "./components/http/Authorization.vue";
import HttpBody from "./components/http/Body.vue";
import HttpBodyParameters from "./components/http/BodyParameters.vue";
import HttpCodegenModal from "./components/http/CodegenModal.vue";
import HttpHeaders from "./components/http/Headers.vue";
import HttpImportCurl from "./components/http/ImportCurl.vue";
import HttpOAuth2Authorization from "./components/http/OAuth2Authorization.vue";
import HttpParameters from "./components/http/Parameters.vue";
import HttpPreRequestScript from "./components/http/PreRequestScript.vue";
import HttpRawBody from "./components/http/RawBody.vue";
import HttpReqChangeConfirmModal from "./components/http/ReqChangeConfirmModal.vue";
import HttpRequest from "./components/http/Request.vue";
import HttpRequestOptions from "./components/http/RequestOptions.vue";
import HttpResponse from "./components/http/Response.vue";
import HttpResponseMeta from "./components/http/ResponseMeta.vue";
import HttpSidebar from "./components/http/Sidebar.vue";
import HttpTestResult from "./components/http/TestResult.vue";
import HttpTestResultEntry from "./components/http/TestResultEntry.vue";
import HttpTestResultEnv from "./components/http/TestResultEnv.vue";
import HttpTestResultReport from "./components/http/TestResultReport.vue";
import HttpTests from "./components/http/Tests.vue";
import HttpURLEncodedParams from "./components/http/URLEncodedParams.vue";
import LensesHeadersRenderer from "./components/lenses/HeadersRenderer.vue";
import LensesHeadersRendererEntry from "./components/lenses/HeadersRendererEntry.vue";
import LensesResponseBodyRenderer from "./components/lenses/ResponseBodyRenderer.vue";
import LensesRenderersHTMLLensRenderer from "./components/lenses/renderers/HTMLLensRenderer.vue";
import LensesRenderersImageLensRenderer from "./components/lenses/renderers/ImageLensRenderer.vue";
import LensesRenderersJSONLensRenderer from "./components/lenses/renderers/JSONLensRenderer.vue";
import LensesRenderersPDFLensRenderer from "./components/lenses/renderers/PDFLensRenderer.vue";
import LensesRenderersRawLensRenderer from "./components/lenses/renderers/RawLensRenderer.vue";
import LensesRenderersXMLLensRenderer from "./components/lenses/renderers/XMLLensRenderer.vue";
import ProfilePicture from "./components/profile/Picture.vue";
import ProfileShortcode from "./components/profile/Shortcode.vue";
import RealtimeCommunication from "./components/realtime/Communication.vue";
import RealtimeLog from "./components/realtime/Log.vue";
import RealtimeLogEntry from "./components/realtime/LogEntry.vue";
import SmartAccentModePicker from "./components/smart/AccentModePicker.vue";
import SmartAnchor from "./components/smart/Anchor.vue";
import SmartAutoComplete from "./components/smart/AutoComplete.vue";
import SmartChangeLanguage from "./components/smart/ChangeLanguage.vue";
import SmartCheckbox from "./components/smart/Checkbox.vue";
import SmartColorModePicker from "./components/smart/ColorModePicker.vue";
import SmartConfirmModal from "./components/smart/ConfirmModal.vue";
import SmartEnvInput from "./components/smart/EnvInput.vue";
import SmartExpand from "./components/smart/Expand.vue";
import SmartFileChip from "./components/smart/FileChip.vue";
import SmartFontSizePicker from "./components/smart/FontSizePicker.vue";
import SmartIcon from "./components/smart/Icon.vue";
import SmartIntersection from "./components/smart/Intersection.vue";
import SmartItem from "./components/smart/Item.vue";
import SmartLoadingIndicator from "./components/smart/LoadingIndicator.vue";
import SmartModal from "./components/smart/Modal.vue";
import SmartProgressRing from "./components/smart/ProgressRing.vue";
import SmartRadio from "./components/smart/Radio.vue";
import SmartRadioGroup from "./components/smart/RadioGroup.vue";
import SmartSpinner from "./components/smart/Spinner.vue";
import SmartTab from "./components/smart/Tab.vue";
import SmartTabs from "./components/smart/Tabs.vue";
import SmartToggle from "./components/smart/Toggle.vue";
import TabPrimary from "./components/tab/Primary.vue";
import TabSecondary from "./components/tab/Secondary.vue";
import TeamsAdd from "./components/teams/Add.vue";
import TeamsEdit from "./components/teams/Edit.vue";
import TeamsInvite from "./components/teams/Invite.vue";
import TeamsModal from "./components/teams/Modal.vue";
import TeamsTeam from "./components/teams/Team.vue";
import Teams from "./components/teams/index.vue";
declare global {
interface __VLS_GlobalComponents {
AppAnnouncement: typeof AppAnnouncement;
AppDeveloperOptions: typeof AppDeveloperOptions;
AppFooter: typeof AppFooter;
AppFuse: typeof AppFuse;
AppGitHubStarButton: typeof AppGitHubStarButton;
AppHeader: typeof AppHeader;
AppInterceptor: typeof AppInterceptor;
AppLogo: typeof AppLogo;
AppOptions: typeof AppOptions;
AppPaneLayout: typeof AppPaneLayout;
AppPowerSearch: typeof AppPowerSearch;
AppPowerSearchEntry: typeof AppPowerSearchEntry;
AppShare: typeof AppShare;
AppShortcuts: typeof AppShortcuts;
AppShortcutsEntry: typeof AppShortcutsEntry;
AppSidenav: typeof AppSidenav;
AppSlideOver: typeof AppSlideOver;
AppSupport: typeof AppSupport;
ButtonPrimary: typeof ButtonPrimary;
ButtonSecondary: typeof ButtonSecondary;
CollectionsAdd: typeof CollectionsAdd;
CollectionsAddFolder: typeof CollectionsAddFolder;
CollectionsAddRequest: typeof CollectionsAddRequest;
CollectionsChooseType: typeof CollectionsChooseType;
CollectionsEdit: typeof CollectionsEdit;
CollectionsEditFolder: typeof CollectionsEditFolder;
CollectionsEditRequest: typeof CollectionsEditRequest;
CollectionsImportExport: typeof CollectionsImportExport;
CollectionsSaveRequest: typeof CollectionsSaveRequest;
CollectionsGraphqlAdd: typeof CollectionsGraphqlAdd;
CollectionsGraphqlAddFolder: typeof CollectionsGraphqlAddFolder;
CollectionsGraphqlAddRequest: typeof CollectionsGraphqlAddRequest;
CollectionsGraphqlCollection: typeof CollectionsGraphqlCollection;
CollectionsGraphqlEdit: typeof CollectionsGraphqlEdit;
CollectionsGraphqlEditFolder: typeof CollectionsGraphqlEditFolder;
CollectionsGraphqlEditRequest: typeof CollectionsGraphqlEditRequest;
CollectionsGraphqlFolder: typeof CollectionsGraphqlFolder;
CollectionsGraphqlImportExport: typeof CollectionsGraphqlImportExport;
CollectionsGraphqlRequest: typeof CollectionsGraphqlRequest;
CollectionsGraphql: typeof CollectionsGraphql;
Collections: typeof Collections;
CollectionsMyCollection: typeof CollectionsMyCollection;
CollectionsMyFolder: typeof CollectionsMyFolder;
CollectionsMyRequest: typeof CollectionsMyRequest;
CollectionsTeamsCollection: typeof CollectionsTeamsCollection;
CollectionsTeamsFolder: typeof CollectionsTeamsFolder;
CollectionsTeamsRequest: typeof CollectionsTeamsRequest;
DocsCollection: typeof DocsCollection;
DocsFolder: typeof DocsFolder;
DocsRequest: typeof DocsRequest;
EnvironmentsDetails: typeof EnvironmentsDetails;
EnvironmentsEnvironment: typeof EnvironmentsEnvironment;
EnvironmentsImportExport: typeof EnvironmentsImportExport;
Environments: typeof Environments;
FirebaseLogin: typeof FirebaseLogin;
FirebaseLogout: typeof FirebaseLogout;
GraphqlAuthorization: typeof GraphqlAuthorization;
GraphqlField: typeof GraphqlField;
GraphqlRequest: typeof GraphqlRequest;
GraphqlRequestOptions: typeof GraphqlRequestOptions;
GraphqlResponse: typeof GraphqlResponse;
GraphqlSidebar: typeof GraphqlSidebar;
GraphqlType: typeof GraphqlType;
GraphqlTypeLink: typeof GraphqlTypeLink;
HistoryGraphqlCard: typeof HistoryGraphqlCard;
History: typeof History;
HistoryRestCard: typeof HistoryRestCard;
HttpAuthorization: typeof HttpAuthorization;
HttpBody: typeof HttpBody;
HttpBodyParameters: typeof HttpBodyParameters;
HttpCodegenModal: typeof HttpCodegenModal;
HttpHeaders: typeof HttpHeaders;
HttpImportCurl: typeof HttpImportCurl;
HttpOAuth2Authorization: typeof HttpOAuth2Authorization;
HttpParameters: typeof HttpParameters;
HttpPreRequestScript: typeof HttpPreRequestScript;
HttpRawBody: typeof HttpRawBody;
HttpReqChangeConfirmModal: typeof HttpReqChangeConfirmModal;
HttpRequest: typeof HttpRequest;
HttpRequestOptions: typeof HttpRequestOptions;
HttpResponse: typeof HttpResponse;
HttpResponseMeta: typeof HttpResponseMeta;
HttpSidebar: typeof HttpSidebar;
HttpTestResult: typeof HttpTestResult;
HttpTestResultEntry: typeof HttpTestResultEntry;
HttpTestResultEnv: typeof HttpTestResultEnv;
HttpTestResultReport: typeof HttpTestResultReport;
HttpTests: typeof HttpTests;
HttpURLEncodedParams: typeof HttpURLEncodedParams;
LensesHeadersRenderer: typeof LensesHeadersRenderer;
LensesHeadersRendererEntry: typeof LensesHeadersRendererEntry;
LensesResponseBodyRenderer: typeof LensesResponseBodyRenderer;
LensesRenderersHTMLLensRenderer: typeof LensesRenderersHTMLLensRenderer;
LensesRenderersImageLensRenderer: typeof LensesRenderersImageLensRenderer;
LensesRenderersJSONLensRenderer: typeof LensesRenderersJSONLensRenderer;
LensesRenderersPDFLensRenderer: typeof LensesRenderersPDFLensRenderer;
LensesRenderersRawLensRenderer: typeof LensesRenderersRawLensRenderer;
LensesRenderersXMLLensRenderer: typeof LensesRenderersXMLLensRenderer;
ProfilePicture: typeof ProfilePicture;
ProfileShortcode: typeof ProfileShortcode;
RealtimeCommunication: typeof RealtimeCommunication;
RealtimeLog: typeof RealtimeLog;
RealtimeLogEntry: typeof RealtimeLogEntry;
SmartAccentModePicker: typeof SmartAccentModePicker;
SmartAnchor: typeof SmartAnchor;
SmartAutoComplete: typeof SmartAutoComplete;
SmartChangeLanguage: typeof SmartChangeLanguage;
SmartCheckbox: typeof SmartCheckbox;
SmartColorModePicker: typeof SmartColorModePicker;
SmartConfirmModal: typeof SmartConfirmModal;
SmartEnvInput: typeof SmartEnvInput;
SmartExpand: typeof SmartExpand;
SmartFileChip: typeof SmartFileChip;
SmartFontSizePicker: typeof SmartFontSizePicker;
SmartIcon: typeof SmartIcon;
SmartIntersection: typeof SmartIntersection;
SmartItem: typeof SmartItem;
SmartLoadingIndicator: typeof SmartLoadingIndicator;
SmartModal: typeof SmartModal;
SmartProgressRing: typeof SmartProgressRing;
SmartRadio: typeof SmartRadio;
SmartRadioGroup: typeof SmartRadioGroup;
SmartSpinner: typeof SmartSpinner;
SmartTab: typeof SmartTab;
SmartTabs: typeof SmartTabs;
SmartToggle: typeof SmartToggle;
TabPrimary: typeof TabPrimary;
TabSecondary: typeof TabSecondary;
TeamsAdd: typeof TeamsAdd;
TeamsEdit: typeof TeamsEdit;
TeamsInvite: typeof TeamsInvite;
TeamsModal: typeof TeamsModal;
TeamsTeam: typeof TeamsTeam;
Teams: typeof Teams;
}
}

View File

@@ -1,197 +0,0 @@
<template>
<div>
<div class="sticky top-0 z-10 flex flex-col rounded-t bg-primary">
<tippy
interactive
trigger="click"
theme="popover"
:on-shown="() => tippyActions.focus()"
>
<span
v-tippy="{ theme: 'tooltip' }"
:title="`${t('environment.select')}`"
class="flex-1 bg-transparent border-b border-dividerLight select-wrapper"
>
<ButtonSecondary
v-if="selectedEnvironmentIndex !== -1"
:label="environments[selectedEnvironmentIndex].name"
class="flex-1 !justify-start pr-8 rounded-none"
/>
<ButtonSecondary
v-else
:label="`${t('environment.select')}`"
class="flex-1 !justify-start pr-8 rounded-none"
/>
</span>
<template #content="{ hide }">
<div
ref="tippyActions"
class="flex flex-col focus:outline-none"
tabindex="0"
@keyup.escape="hide()"
>
<SmartItem
:label="`${t('environment.no_environment')}`"
:info-icon="selectedEnvironmentIndex === -1 ? IconDone : null"
:active-info-icon="selectedEnvironmentIndex === -1"
@click="
() => {
selectedEnvironmentIndex = -1
hide()
}
"
/>
<hr v-if="environments.length > 0" />
<SmartItem
v-for="(gen, index) in environments"
:key="`gen-${index}`"
:label="gen.name"
:info-icon="index === selectedEnvironmentIndex ? IconDone : null"
:active-info-icon="index === selectedEnvironmentIndex"
@click="
() => {
selectedEnvironmentIndex = index
hide()
}
"
/>
</div>
</template>
</tippy>
<div class="flex justify-between flex-1 border-b border-dividerLight">
<ButtonSecondary
:icon="IconPlus"
:label="`${t('action.new')}`"
class="!rounded-none"
@click="displayModalAdd(true)"
/>
<div class="flex">
<ButtonSecondary
v-tippy="{ theme: 'tooltip' }"
to="https://docs.hoppscotch.io/features/environments"
blank
:title="t('app.wiki')"
:icon="IconHelpCircle"
/>
<ButtonSecondary
v-tippy="{ theme: 'tooltip' }"
:icon="IconArchive"
:title="t('modal.import_export')"
@click="displayModalImportExport(true)"
/>
</div>
</div>
</div>
<div class="flex flex-col">
<EnvironmentsEnvironment
environment-index="Global"
:environment="globalEnvironment"
class="border-b border-dashed border-dividerLight"
@edit-environment="editEnvironment('Global')"
/>
<EnvironmentsEnvironment
v-for="(environment, index) in environments"
:key="`environment-${index}`"
:environment-index="index"
:environment="environment"
@edit-environment="editEnvironment(index)"
/>
</div>
<div
v-if="environments.length === 0"
class="flex flex-col items-center justify-center p-4 text-secondaryLight"
>
<img
:src="`/images/states/${colorMode.value}/blockchain.svg`"
loading="lazy"
class="inline-flex flex-col object-contain object-center w-16 h-16 my-4"
:alt="`${t('empty.environments')}`"
/>
<span class="pb-4 text-center">
{{ t("empty.environments") }}
</span>
<ButtonSecondary
:label="`${t('add.new')}`"
filled
class="mb-4"
outline
@click="displayModalAdd(true)"
/>
</div>
<EnvironmentsDetails
:show="showModalDetails"
:action="action"
:editing-environment-index="editingEnvironmentIndex"
@hide-modal="displayModalEdit(false)"
/>
<EnvironmentsImportExport
:show="showModalImportExport"
@hide-modal="displayModalImportExport(false)"
/>
</div>
</template>
<script setup lang="ts">
import IconDone from "~icons/lucide/check"
import IconPlus from "~icons/lucide/plus"
import IconHelpCircle from "~icons/lucide/help-circle"
import IconArchive from "~icons/lucide/archive"
import { computed, ref } from "vue"
import { useReadonlyStream, useStream } from "@composables/stream"
import { useI18n } from "@composables/i18n"
import { useColorMode } from "@composables/theming"
import {
environments$,
setCurrentEnvironment,
selectedEnvIndex$,
globalEnv$,
} from "~/newstore/environments"
const t = useI18n()
const colorMode = useColorMode()
const globalEnv = useReadonlyStream(globalEnv$, [])
const globalEnvironment = computed(() => ({
name: "Global",
variables: globalEnv.value,
}))
const environments = useReadonlyStream(environments$, [])
const selectedEnvironmentIndex = useStream(
selectedEnvIndex$,
-1,
setCurrentEnvironment
)
// Template refs
const tippyActions = ref<any | null>(null)
const showModalImportExport = ref(false)
const showModalDetails = ref(false)
const action = ref<"new" | "edit">("edit")
const editingEnvironmentIndex = ref<number | "Global" | null>(null)
const displayModalAdd = (shouldDisplay: boolean) => {
action.value = "new"
showModalDetails.value = shouldDisplay
}
const displayModalEdit = (shouldDisplay: boolean) => {
action.value = "edit"
showModalDetails.value = shouldDisplay
if (!shouldDisplay) resetSelectedData()
}
const displayModalImportExport = (shouldDisplay: boolean) => {
showModalImportExport.value = shouldDisplay
}
const editEnvironment = (environmentIndex: number | "Global") => {
editingEnvironmentIndex.value = environmentIndex
action.value = "edit"
displayModalEdit(true)
}
const resetSelectedData = () => {
editingEnvironmentIndex.value = null
}
</script>

View File

@@ -1,80 +0,0 @@
/* An `action` is a unique verb that is associated with certain thing that can be done on Hoppscotch.
* For example, sending a request.
*/
import { onBeforeUnmount, onMounted } from "vue"
import { BehaviorSubject } from "rxjs"
export type HoppAction =
| "request.send-cancel" // Send/Cancel a Hoppscotch Request
| "request.reset" // Clear request data
| "request.copy-link" // Copy Request Link
| "request.save" // Save to Collections
| "request.save-as" // Save As
| "request.method.next" // Select Next Method
| "request.method.prev" // Select Previous Method
| "request.method.get" // Select GET Method
| "request.method.head" // Select HEAD Method
| "request.method.post" // Select POST Method
| "request.method.put" // Select PUT Method
| "request.method.delete" // Select DELETE Method
| "flyouts.keybinds.toggle" // Shows the keybinds flyout
| "modals.search.toggle" // Shows the search modal
| "modals.support.toggle" // Shows the support modal
| "modals.share.toggle" // Shows the share modal
| "navigation.jump.rest" // Jump to REST page
| "navigation.jump.graphql" // Jump to GraphQL page
| "navigation.jump.realtime" // Jump to realtime page
| "navigation.jump.documentation" // Jump to documentation page
| "navigation.jump.settings" // Jump to settings page
| "navigation.jump.profile" // Jump to profile page
| "settings.theme.system" // Use system theme
| "settings.theme.light" // Use light theme
| "settings.theme.dark" // Use dark theme
| "settings.theme.black" // Use black theme
| "response.preview.toggle" // Toggle response preview
| "response.file.download" // Download response as file
| "response.copy" // Copy response to clipboard
type BoundActionList = {
// eslint-disable-next-line no-unused-vars
[_ in HoppAction]?: Array<() => void>
}
const boundActions: BoundActionList = {}
export const activeActions$ = new BehaviorSubject<HoppAction[]>([])
export function bindAction(action: HoppAction, handler: () => void) {
if (boundActions[action]) {
boundActions[action]?.push(handler)
} else {
boundActions[action] = [handler]
}
activeActions$.next(Object.keys(boundActions) as HoppAction[])
}
export function invokeAction(action: HoppAction) {
boundActions[action]?.forEach((handler) => handler())
}
export function unbindAction(action: HoppAction, handler: () => void) {
boundActions[action] = boundActions[action]?.filter((x) => x !== handler)
if (boundActions[action]?.length === 0) {
delete boundActions[action]
}
activeActions$.next(Object.keys(boundActions) as HoppAction[])
}
export function defineActionHandler(action: HoppAction, handler: () => void) {
onMounted(() => {
bindAction(action, handler)
})
onBeforeUnmount(() => {
unbindAction(action, handler)
})
}

View File

@@ -1,34 +0,0 @@
import { createApp } from "vue"
import { setupLocalPersistence } from "./newstore/localpersistence"
import { performMigrations } from "./helpers/migrations"
import { initializeFirebase } from "./helpers/fb"
import { initUserInfo } from "./helpers/teams/BackendUserInfo"
import { HOPP_MODULES } from "@modules/."
import "virtual:windi.css"
import "../assets/scss/themes.scss"
import "../assets/scss/styles.scss"
import "nprogress/nprogress.css"
import App from "./App.vue"
const app = createApp(App)
// Some basic work that needs to be done before module inits even
initializeFirebase()
setupLocalPersistence()
performMigrations()
initUserInfo()
HOPP_MODULES.forEach((mod) => mod.onVueAppInit?.(app))
app.mount("#app")
console.info(
"%cWe ❤︎ open source!",
"background-color:white;padding:8px 16px;border-radius:8px;font-size:32px;color:red;"
)
console.info(
"%cContribute: https://github.com/hoppscotch/hoppscotch",
"background-color:black;padding:4px 8px;border-radius:8px;font-size:16px;color:white;"
)

View File

@@ -1,343 +0,0 @@
<template>
<AppPaneLayout layout-id="mqtt">
<template #primary>
<div
class="sticky top-0 z-10 flex flex-shrink-0 p-4 overflow-x-auto space-x-2 bg-primary"
>
<div class="inline-flex flex-1 space-x-2">
<input
id="mqtt-url"
v-model="url"
type="url"
autocomplete="off"
spellcheck="false"
class="w-full px-4 py-2 border rounded bg-primaryLight border-divider text-secondaryDark"
:placeholder="t('mqtt.url')"
:disabled="
connectionState === 'CONNECTED' ||
connectionState === 'CONNECTING'
"
@keyup.enter="isUrlValid ? toggleConnection() : null"
/>
<ButtonPrimary
id="connect"
:disabled="!isUrlValid"
class="w-32"
:label="
connectionState === 'DISCONNECTED'
? t('action.connect')
: t('action.disconnect')
"
:loading="connectionState === 'CONNECTING'"
@click="toggleConnection"
/>
</div>
<div class="flex space-x-2">
<input
id="mqtt-username"
v-model="username"
type="text"
spellcheck="false"
class="input"
:placeholder="t('authorization.username')"
/>
<input
id="mqtt-password"
v-model="password"
type="password"
spellcheck="false"
class="input"
:placeholder="t('authorization.password')"
/>
</div>
</div>
</template>
<template #secondary>
<RealtimeLog
:title="t('mqtt.log')"
:log="log"
@delete="clearLogEntries()"
/>
</template>
<template #sidebar>
<div class="flex items-center justify-between p-4">
<label for="pubTopic" class="font-semibold text-secondaryLight">
{{ t("mqtt.topic") }}
</label>
</div>
<div class="flex px-4">
<input
id="pubTopic"
v-model="pubTopic"
class="input"
:placeholder="t('mqtt.topic_name')"
type="text"
autocomplete="off"
spellcheck="false"
/>
</div>
<div class="flex items-center justify-between p-4">
<label for="mqtt-message" class="font-semibold text-secondaryLight">
{{ t("mqtt.communication") }}
</label>
</div>
<div class="flex px-4 space-x-2">
<input
id="mqtt-message"
v-model="message"
class="input"
type="text"
autocomplete="off"
:placeholder="t('mqtt.message')"
spellcheck="false"
/>
<ButtonPrimary
id="publish"
name="get"
:disabled="!canPublish"
:label="t('mqtt.publish')"
@click="publish"
/>
</div>
<div
class="flex items-center justify-between p-4 mt-4 border-t border-dividerLight"
>
<label for="subTopic" class="font-semibold text-secondaryLight">
{{ t("mqtt.topic") }}
</label>
</div>
<div class="flex px-4 space-x-2">
<input
id="subTopic"
v-model="subTopic"
type="text"
autocomplete="off"
:placeholder="t('mqtt.topic_name')"
spellcheck="false"
class="input"
/>
<ButtonPrimary
id="subscribe"
name="get"
:disabled="!canSubscribe"
:label="
subscriptionState ? t('mqtt.unsubscribe') : t('mqtt.subscribe')
"
reverse
@click="toggleSubscription"
/>
</div>
</template>
</AppPaneLayout>
</template>
<script setup lang="ts">
import { computed, onMounted, onUnmounted, ref, watch } from "vue"
import { debounce } from "lodash-es"
import { MQTTConnection, MQTTError } from "~/helpers/realtime/MQTTConnection"
import { useI18n } from "@composables/i18n"
import { useToast } from "@composables/toast"
import {
useReadonlyStream,
useStream,
useStreamSubscriber,
} from "@composables/stream"
import {
addMQTTLogLine,
MQTTConn$,
MQTTEndpoint$,
MQTTLog$,
setMQTTConn,
setMQTTEndpoint,
setMQTTLog,
} from "~/newstore/MQTTSession"
import RegexWorker from "@workers/regex?worker"
const t = useI18n()
const toast = useToast()
const { subscribeToStream } = useStreamSubscriber()
const url = useStream(MQTTEndpoint$, "", setMQTTEndpoint)
const log = useStream(MQTTLog$, [], setMQTTLog)
const socket = useStream(MQTTConn$, new MQTTConnection(), setMQTTConn)
const connectionState = useReadonlyStream(
socket.value.connectionState$,
"DISCONNECTED"
)
const subscriptionState = useReadonlyStream(
socket.value.subscriptionState$,
false
)
const isUrlValid = ref(true)
const pubTopic = ref("")
const subTopic = ref("")
const message = ref("")
const username = ref("")
const password = ref("")
let worker: Worker
const canPublish = computed(
() =>
pubTopic.value !== "" &&
message.value !== "" &&
connectionState.value === "CONNECTED"
)
const canSubscribe = computed(
() => subTopic.value !== "" && connectionState.value === "CONNECTED"
)
const workerResponseHandler = ({
data,
}: {
data: { url: string; result: boolean }
}) => {
if (data.url === url.value) isUrlValid.value = data.result
}
onMounted(() => {
worker = new RegexWorker()
worker.addEventListener("message", workerResponseHandler)
subscribeToStream(socket.value.event$, (event) => {
switch (event?.type) {
case "CONNECTING":
log.value = [
{
payload: `${t("state.connecting_to", { name: url.value })}`,
source: "info",
color: "var(--accent-color)",
ts: undefined,
},
]
break
case "CONNECTED":
log.value = [
{
payload: `${t("state.connected_to", { name: url.value })}`,
source: "info",
color: "var(--accent-color)",
ts: Date.now(),
},
]
toast.success(`${t("state.connected")}`)
break
case "MESSAGE_SENT":
addMQTTLogLine({
prefix: `${event.message.topic}`,
payload: event.message.message,
source: "client",
ts: Date.now(),
})
break
case "MESSAGE_RECEIVED":
addMQTTLogLine({
prefix: `${event.message.topic}`,
payload: event.message.message,
source: "server",
ts: event.time,
})
break
case "SUBSCRIBED":
addMQTTLogLine({
payload: subscriptionState.value
? `${t("state.subscribed_success", { topic: subTopic.value })}`
: `${t("state.unsubscribed_success", { topic: subTopic.value })}`,
source: "server",
ts: event.time,
})
break
case "SUBSCRIPTION_FAILED":
addMQTTLogLine({
payload: subscriptionState.value
? `${t("state.subscribed_failed", { topic: subTopic.value })}`
: `${t("state.unsubscribed_failed", { topic: subTopic.value })}`,
source: "server",
ts: event.time,
})
break
case "ERROR":
addMQTTLogLine({
payload: getI18nError(event.error),
source: "info",
color: "#ff5555",
ts: event.time,
})
break
case "DISCONNECTED":
addMQTTLogLine({
payload: t("state.disconnected_from", { name: url.value }).toString(),
source: "info",
color: "#ff5555",
ts: event.time,
})
toast.error(`${t("state.disconnected")}`)
break
}
})
})
const debouncer = debounce(function () {
worker.postMessage({ type: "ws", url: url.value })
}, 1000)
watch(url, (newUrl) => {
if (newUrl) debouncer()
})
onUnmounted(() => {
worker.terminate()
})
// METHODS
const toggleConnection = () => {
// If it is connecting:
if (connectionState.value === "DISCONNECTED") {
return socket.value.connect(url.value, username.value, password.value)
}
// Otherwise, it's disconnecting.
socket.value.disconnect()
}
const publish = () => {
socket.value?.publish(pubTopic.value, message.value)
}
const toggleSubscription = () => {
if (subscriptionState.value) {
socket.value.unsubscribe(subTopic.value)
} else {
socket.value.subscribe(subTopic.value)
}
}
const getI18nError = (error: MQTTError): string => {
if (typeof error === "string") return error
switch (error.type) {
case "CONNECTION_NOT_ESTABLISHED":
return t("state.connection_lost").toString()
case "SUBSCRIPTION_FAILED":
return t("state.mqtt_subscription_failed", {
topic: error.topic,
}).toString()
case "PUBLISH_ERROR":
return t("state.publish_error", { topic: error.topic }).toString()
case "CONNECTION_LOST":
return t("state.connection_lost").toString()
case "CONNECTION_FAILED":
return t("state.connection_failed").toString()
default:
return t("state.disconnected_from", { name: url.value }).toString()
}
}
const clearLogEntries = () => {
log.value = []
}
</script>

View File

@@ -36,6 +36,8 @@ module.exports = {
"vue/no-side-effects-in-computed-properties": "off", "vue/no-side-effects-in-computed-properties": "off",
"import/no-named-as-default": "off", "import/no-named-as-default": "off",
"import/no-named-as-default-member": "off", "import/no-named-as-default-member": "off",
"@typescript-eslint/no-unused-vars":
process.env.HOPP_LINT_FOR_PROD === "true" ? "error" : "warn",
"@typescript-eslint/no-non-null-assertion": "off", "@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/no-explicit-any": "off", "@typescript-eslint/no-explicit-any": "off",
"import/default": "off", "import/default": "off",

View File

Before

Width:  |  Height:  |  Size: 383 B

After

Width:  |  Height:  |  Size: 383 B

View File

Before

Width:  |  Height:  |  Size: 571 B

After

Width:  |  Height:  |  Size: 571 B

View File

Before

Width:  |  Height:  |  Size: 555 B

After

Width:  |  Height:  |  Size: 555 B

View File

Before

Width:  |  Height:  |  Size: 378 B

After

Width:  |  Height:  |  Size: 378 B

View File

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

Before

Width:  |  Height:  |  Size: 311 B

After

Width:  |  Height:  |  Size: 311 B

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 504 B

After

Width:  |  Height:  |  Size: 504 B

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 398 B

After

Width:  |  Height:  |  Size: 398 B

View File

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -1,9 +1,9 @@
* { * {
@apply backface-hidden; @apply backface-hidden;
@apply before: backface-hidden; @apply before:backface-hidden;
@apply after: backface-hidden; @apply after:backface-hidden;
@apply selection: bg-accentDark; @apply selection:bg-accentDark;
@apply selection: text-accentContrast; @apply selection:text-accentContrast;
} }
:root { :root {
@@ -21,8 +21,8 @@
@apply bg-divider bg-clip-content; @apply bg-divider bg-clip-content;
@apply rounded-full; @apply rounded-full;
@apply border-solid border-transparent border-4; @apply border-solid border-transparent border-4;
@apply hover: bg-dividerDark; @apply hover:bg-dividerDark;
@apply hover: bg-clip-content; @apply hover:bg-clip-content;
} }
::-webkit-scrollbar { ::-webkit-scrollbar {
@@ -91,6 +91,17 @@ body {
@apply translate-x-full; @apply translate-x-full;
} }
.bounce-enter-active,
.bounce-leave-active {
@apply transition;
}
.bounce-enter-from,
.bounce-leave-to {
@apply transform;
@apply scale-95;
}
.svg-icons { .svg-icons {
@apply flex-shrink-0; @apply flex-shrink-0;
@apply overflow-hidden; @apply overflow-hidden;
@@ -104,7 +115,7 @@ a {
@apply no-underline; @apply no-underline;
@apply transition; @apply transition;
@apply leading-body; @apply leading-body;
@apply focus: outline-none; @apply focus:outline-none;
&.link { &.link {
@apply items-center; @apply items-center;
@@ -112,30 +123,36 @@ a {
@apply -my-0.5 -mx-1; @apply -my-0.5 -mx-1;
@apply text-accent; @apply text-accent;
@apply rounded; @apply rounded;
@apply hover: text-accentDark; @apply hover:text-accentDark;
@apply focus-visible: ring; @apply focus-visible:ring;
@apply focus-visible: ring-accent; @apply focus-visible:ring-accent;
@apply focus-visible: text-accentDark; @apply focus-visible:text-accentDark;
} }
} }
.cm-tooltip { .cm-tooltip {
.tippy-box { .tippy-box {
@apply shadow-none;
@apply fixed; @apply fixed;
@apply inline-flex;
@apply -mt-6; @apply -mt-6;
} }
} }
.tippy-box[data-theme="tooltip"] { .tippy-box[data-theme~="tooltip"] {
@apply bg-tooltip; @apply bg-tooltip;
@apply text-primary; @apply border-solid border-tooltip;
@apply rounded;
@apply shadow;
.tippy-content {
@apply flex;
@apply text-tiny text-primary;
@apply font-semibold; @apply font-semibold;
@apply py-1 px-2; @apply py-1 px-2;
@apply rounded;
@apply truncate; @apply truncate;
@apply shadow; @apply leading-normal;
@apply leading-body; @apply items-center;
font-size: 86%;
kbd { kbd {
@apply hidden; @apply hidden;
@@ -146,35 +163,54 @@ a {
@apply px-1; @apply px-1;
@apply my-0 ml-1; @apply my-0 ml-1;
@apply truncate; @apply truncate;
@apply sm: inline-flex; @apply sm:inline-flex;
} }
.tippy-svg-arrow svg { .env-icon {
@apply transition;
@apply inline-flex;
@apply items-center;
}
}
.tippy-svg-arrow {
svg:first-child {
@apply fill-tooltip; @apply fill-tooltip;
} }
}
.tippy-box[data-theme="popover"] { svg:last-child {
@apply flex flex-col; @apply fill-tooltip;
@apply max-h-48; }
@apply items-stretch;
@apply overflow-y-auto;
@apply bg-popover;
@apply text-secondary text-body;
@apply p-2;
@apply shadow-lg;
@apply leading-body;
@apply border border-dividerDark;
@apply focus: outline-none;
scroll-behavior: smooth;
.tippy-svg-arrow svg {
@apply fill-popover;
} }
} }
.tippy-content { .tippy-box[data-theme~="popover"] {
@apply p-0; @apply bg-popover;
@apply border-solid border-dividerDark;
@apply rounded;
@apply shadow-lg;
.tippy-content {
@apply flex flex-col;
@apply max-h-56;
@apply items-stretch;
@apply overflow-y-auto;
@apply text-secondary text-body;
@apply p-2;
@apply leading-normal;
@apply focus:outline-none;
scroll-behavior: smooth;
}
.tippy-svg-arrow {
svg:first-child {
@apply fill-dividerDark;
}
svg:last-child {
@apply fill-popover;
}
}
} }
[data-v-tippy] { [data-v-tippy] {
@@ -207,7 +243,7 @@ hr {
@apply rounded; @apply rounded;
@apply text-secondaryDark; @apply text-secondaryDark;
@apply border border-divider; @apply border border-divider;
@apply focus-visible: border-dividerDark; @apply focus-visible:border-dividerDark;
} }
input, input,
@@ -218,8 +254,8 @@ button {
@apply transition; @apply transition;
@apply text-body; @apply text-body;
@apply leading-body; @apply leading-body;
@apply focus: outline-none; @apply focus:outline-none;
@apply disabled: cursor-not-allowed; @apply disabled:cursor-not-allowed;
} }
.input[type="file"], .input[type="file"],
@@ -250,6 +286,18 @@ button {
@apply text-secondaryDark; @apply text-secondaryDark;
} }
.floating-input ~ .end-actions {
@apply absolute;
@apply right-0.2;
@apply inset-y-0;
@apply flex;
@apply items-center;
}
.floating-input:has(~ .end-actions) {
@apply pr-12;
}
pre.ace_editor { pre.ace_editor {
@apply font-mono; @apply font-mono;
@apply resize-none; @apply resize-none;
@@ -268,16 +316,16 @@ pre.ace_editor {
.select-wrapper { .select-wrapper {
@apply flex flex-1; @apply flex flex-1;
@apply relative; @apply relative;
@apply after: absolute; @apply after:absolute;
@apply after: flex; @apply after:flex;
@apply after: inset-y-0; @apply after:inset-y-0;
@apply after: items-center; @apply after:items-center;
@apply after: justify-center; @apply after:justify-center;
@apply after: pointer-events-none; @apply after:pointer-events-none;
@apply after: font-icon; @apply after:font-icon;
@apply after: text-secondaryLight; @apply after:text-secondaryLight;
@apply after: right-3; @apply after:right-3;
@apply after: content-["\e313"]; @apply after:content-["\e313"];
} }
.info-response { .info-response {
@@ -318,8 +366,8 @@ pre.ace_editor {
@apply font-semibold; @apply font-semibold;
@apply transition; @apply transition;
@apply leading-body; @apply leading-body;
@apply sm: rounded; @apply sm:rounded;
@apply sm: border; @apply sm:border;
.action { .action {
@apply relative; @apply relative;
@@ -333,16 +381,16 @@ pre.ace_editor {
@apply leading-body; @apply leading-body;
@apply tracking-normal; @apply tracking-normal;
@apply rounded; @apply rounded;
@apply last: ml-4; @apply last:ml-4;
@apply sm: ml-8; @apply sm:ml-8;
@apply before: absolute; @apply before:absolute;
@apply before: bg-current; @apply before:bg-current;
@apply before: opacity-10; @apply before:opacity-10;
@apply before: inset-0; @apply before:inset-0;
@apply before: transition; @apply before:transition;
@apply before: content-DEFAULT; @apply before:content-DEFAULT;
@apply hover: no-underline; @apply hover:no-underline;
@apply hover: before:opacity-20; @apply hover:before:opacity-20;
} }
} }
@@ -369,24 +417,24 @@ pre.ace_editor {
.smart-splitter .splitpanes__splitter { .smart-splitter .splitpanes__splitter {
@apply relative; @apply relative;
@apply bg-primaryLight; @apply bg-primaryLight;
@apply before: absolute; @apply before:absolute;
@apply before: inset-0; @apply before:inset-0;
@apply before: bg-accentLight; @apply before:bg-accentLight;
@apply before: opacity-0; @apply before:opacity-0;
@apply before: z-20; @apply before:z-20;
@apply before: transition; @apply before:transition;
@apply before: content-DEFAULT; @apply before:content-DEFAULT;
@apply after: absolute; @apply after:absolute;
@apply after: inset-0; @apply after:inset-0;
@apply after: z-20; @apply after:z-20;
@apply after: transition; @apply after:transition;
@apply after: flex; @apply after:flex;
@apply after: items-center; @apply after:items-center;
@apply after: justify-center; @apply after:justify-center;
@apply after: text-dividerDark; @apply after:text-dividerDark;
@apply after: font-icon; @apply after:font-icon;
@apply hover: before:opacity-100; @apply hover:before:opacity-100;
@apply hover: after:text-accentDark; @apply hover:after:text-accentDark;
} }
.no-splitter .splitpanes__splitter { .no-splitter .splitpanes__splitter {
@@ -396,18 +444,18 @@ pre.ace_editor {
.smart-splitter.splitpanes--vertical > .splitpanes__splitter { .smart-splitter.splitpanes--vertical > .splitpanes__splitter {
@apply w-1; @apply w-1;
@apply before: -left-0.5; @apply before:-left-0.5;
@apply before: -right-0.5; @apply before:-right-0.5;
@apply before: h-full; @apply before:h-full;
@apply after: content-["\e5d4"]; @apply after:content-["\e5d4"];
} }
.smart-splitter.splitpanes--horizontal > .splitpanes__splitter { .smart-splitter.splitpanes--horizontal > .splitpanes__splitter {
@apply h-1; @apply h-1;
@apply before: -top-0.5; @apply before:-top-0.5;
@apply before: -bottom-0.5; @apply before:-bottom-0.5;
@apply before: w-full; @apply before:w-full;
@apply after: content-["\e5d3"]; @apply after:content-["\e5d3"];
} }
.no-splitter.splitpanes--vertical > .splitpanes__splitter { .no-splitter.splitpanes--vertical > .splitpanes__splitter {
@@ -459,7 +507,7 @@ pre.ace_editor {
} }
.capitalize-first { .capitalize-first {
@apply first-letter: capitalize; @apply first-letter:capitalize;
} }
details { details {
@@ -470,6 +518,10 @@ details summary::-webkit-details-marker {
@apply hidden; @apply hidden;
} }
details summary .indicator {
@apply transition;
}
details[open] summary .indicator { details[open] summary .indicator {
@apply transform; @apply transform;
@apply rotate-90; @apply rotate-90;
@@ -490,3 +542,17 @@ details[open] summary .indicator {
#nprogress .bar { #nprogress .bar {
@apply bg-accent #{!important}; @apply bg-accent #{!important};
} }
.color-picker[type="color"] {
@apply appearance-none;
}
.color-picker[type="color"]::-webkit-color-swatch-wrapper {
@apply rounded;
@apply p-0;
}
.color-picker[type="color"]::-webkit-color-swatch {
@apply rounded;
@apply border-0;
}

View File

@@ -1,5 +1,6 @@
overwrite: true overwrite: true
schema: https://api.hoppscotch.io/graphql schema:
- ${VITE_BACKEND_GQL_URL}
generates: generates:
src/helpers/backend/graphql.ts: src/helpers/backend/graphql.ts:
documents: "src/**/*.graphql" documents: "src/**/*.graphql"

View File

@@ -78,6 +78,12 @@
"iso": "he-HE", "iso": "he-HE",
"name": "עִברִית" "name": "עִברִית"
}, },
{
"code": "hi",
"file": "hi.json",
"iso": "hi-HI",
"name": "हिन्दी"
},
{ {
"code": "hu", "code": "hu",
"file": "hu.json", "file": "hu.json",

View File

@@ -7,6 +7,7 @@
"clear_all": "Maak alles skoon", "clear_all": "Maak alles skoon",
"close": "Close", "close": "Close",
"connect": "Koppel", "connect": "Koppel",
"connecting": "Connecting",
"copy": "Kopieer", "copy": "Kopieer",
"delete": "Vee uit", "delete": "Vee uit",
"disconnect": "Ontkoppel", "disconnect": "Ontkoppel",
@@ -16,8 +17,9 @@
"drag_to_reorder": "Drag to reorder", "drag_to_reorder": "Drag to reorder",
"duplicate": "Duplicate", "duplicate": "Duplicate",
"edit": "Redigeer", "edit": "Redigeer",
"filter_response": "Filter response", "filter": "Filter",
"go_back": "Gaan terug", "go_back": "Gaan terug",
"group_by": "Group by",
"label": "Etiket", "label": "Etiket",
"learn_more": "Leer meer", "learn_more": "Leer meer",
"less": "Less", "less": "Less",
@@ -35,6 +37,7 @@
"search": "Soek", "search": "Soek",
"send": "Stuur", "send": "Stuur",
"start": "Begin", "start": "Begin",
"starting": "Starting",
"stop": "Stop", "stop": "Stop",
"to_close": "to close", "to_close": "to close",
"to_navigate": "to navigate", "to_navigate": "to navigate",
@@ -168,10 +171,11 @@
"members": "Span is leeg", "members": "Span is leeg",
"parameters": "Hierdie versoek het geen parameters nie", "parameters": "Hierdie versoek het geen parameters nie",
"pending_invites": "There are no pending invites for this team", "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", "protocols": "Protokolle is leeg",
"schema": "Koppel aan 'n GraphQL -eindpunt", "schema": "Koppel aan 'n GraphQL -eindpunt",
"shortcodes": "Shortcodes are empty", "shortcodes": "Shortcodes are empty",
"subscription": "Subscriptions are empty",
"team_name": "Spannaam leeg", "team_name": "Spannaam leeg",
"teams": "Spanne is leeg", "teams": "Spanne is leeg",
"tests": "Daar is geen toetse vir hierdie versoek nie" "tests": "Daar is geen toetse vir hierdie versoek nie"
@@ -184,11 +188,13 @@
"deleted": "Environment deletion", "deleted": "Environment deletion",
"edit": "Bewerk omgewing", "edit": "Bewerk omgewing",
"invalid_name": "Gee 'n geldige naam vir die omgewing", "invalid_name": "Gee 'n geldige naam vir die omgewing",
"my_environments": "My Environments",
"nested_overflow": "nested environment variables are limited to 10 levels", "nested_overflow": "nested environment variables are limited to 10 levels",
"new": "Nuwe omgewing", "new": "Nuwe omgewing",
"no_environment": "Geen omgewing nie", "no_environment": "Geen omgewing nie",
"no_environment_description": "No environments were selected. Choose what to do with the following variables.", "no_environment_description": "No environments were selected. Choose what to do with the following variables.",
"select": "Kies omgewing", "select": "Kies omgewing",
"team_environments": "Team Environments",
"title": "Omgewings", "title": "Omgewings",
"updated": "Environment updation", "updated": "Environment updation",
"variable_list": "Veranderlike lys" "variable_list": "Veranderlike lys"
@@ -222,6 +228,11 @@
"require_github": "Teken in met GitHub om 'n geheime idee te skep", "require_github": "Teken in met GitHub om 'n geheime idee te skep",
"title": "Export" "title": "Export"
}, },
"filter": {
"all": "All",
"none": "None",
"starred": "Starred"
},
"folder": { "folder": {
"created": "Vouer geskep", "created": "Vouer geskep",
"edit": "Wysig gids", "edit": "Wysig gids",
@@ -235,6 +246,10 @@
"schema": "Skema", "schema": "Skema",
"subscriptions": "Inskrywings" "subscriptions": "Inskrywings"
}, },
"group": {
"time": "Time",
"url": "URL"
},
"header": { "header": {
"install_pwa": "Installeer toep", "install_pwa": "Installeer toep",
"login": "Teken aan", "login": "Teken aan",
@@ -298,10 +313,28 @@
"import_export": "Invoer uitvoer" "import_export": "Invoer uitvoer"
}, },
"mqtt": { "mqtt": {
"already_subscribed": "You are already subscribed to this topic.",
"clean_session": "Clean Session",
"clear_input": "Clear input",
"clear_input_on_send": "Clear input on send",
"client_id": "Client ID",
"color": "Pick a color",
"communication": "Kommunikasie", "communication": "Kommunikasie",
"connection_config": "Connection Config",
"connection_not_authorized": "This MQTT connection does not use any authentication.",
"invalid_topic": "Please provide a topic for the subscription",
"keep_alive": "Keep Alive",
"log": "Meld", "log": "Meld",
"lw_message": "Last-Will Message",
"lw_qos": "Last-Will QoS",
"lw_retain": "Last-Will Retain",
"lw_topic": "Last-Will Topic",
"message": "Boodskap", "message": "Boodskap",
"new": "New Subscription",
"not_connected": "Please start a MQTT connection first.",
"publish": "Publiseer", "publish": "Publiseer",
"qos": "QoS",
"ssl": "SSL",
"subscribe": "Teken in", "subscribe": "Teken in",
"topic": "Onderwerp", "topic": "Onderwerp",
"topic_name": "Onderwerpnaam", "topic_name": "Onderwerpnaam",
@@ -325,6 +358,7 @@
}, },
"profile": { "profile": {
"app_settings": "App Settings", "app_settings": "App Settings",
"default_hopp_displayname": "Unnamed User",
"editor": "Editor", "editor": "Editor",
"editor_description": "Editors can add, edit, and delete requests.", "editor_description": "Editors can add, edit, and delete requests.",
"email_verification_mail": "A verification email has been sent to your email address. Please click on the link to verify your email address.", "email_verification_mail": "A verification email has been sent to your email address. Please click on the link to verify your email address.",
@@ -652,6 +686,11 @@
"we_sent_invite_link": "We sent an invite link to all invitees!", "we_sent_invite_link": "We sent an invite link to all invitees!",
"we_sent_invite_link_description": "Ask all invitees to check their inbox. Click on the link to join the team." "we_sent_invite_link_description": "Ask all invitees to check their inbox. Click on the link to join the team."
}, },
"team_environment": {
"deleted": "Environment Deleted",
"duplicate": "Environment Duplicated",
"not_found": "Environment not found."
},
"test": { "test": {
"failed": "test failed", "failed": "test failed",
"javascript_code": "JavaScript -kode", "javascript_code": "JavaScript -kode",

View File

@@ -7,6 +7,7 @@
"clear_all": "امسح الكل", "clear_all": "امسح الكل",
"close": "Close", "close": "Close",
"connect": "الاتصال", "connect": "الاتصال",
"connecting": "Connecting",
"copy": "نسخ", "copy": "نسخ",
"delete": "حذف", "delete": "حذف",
"disconnect": "قطع الاتصال", "disconnect": "قطع الاتصال",
@@ -16,8 +17,9 @@
"drag_to_reorder": "Drag to reorder", "drag_to_reorder": "Drag to reorder",
"duplicate": "كرر", "duplicate": "كرر",
"edit": "يحرر", "edit": "يحرر",
"filter_response": "Filter response", "filter": "Filter",
"go_back": "عد", "go_back": "عد",
"group_by": "Group by",
"label": "ملصق", "label": "ملصق",
"learn_more": "اقرأ أكثر", "learn_more": "اقرأ أكثر",
"less": "اقل", "less": "اقل",
@@ -35,6 +37,7 @@
"search": "بحث", "search": "بحث",
"send": "ارسل", "send": "ارسل",
"start": "ابدأ", "start": "ابدأ",
"starting": "Starting",
"stop": "قف", "stop": "قف",
"to_close": "لإغلاء", "to_close": "لإغلاء",
"to_navigate": "للإنتقال", "to_navigate": "للإنتقال",
@@ -77,7 +80,7 @@
"status": "حالة", "status": "حالة",
"status_description": "Check the status of the website", "status_description": "Check the status of the website",
"terms_and_privacy": "الشروط والخصوصية", "terms_and_privacy": "الشروط والخصوصية",
"twitter": "تويتر", "twitter": "Twitter",
"type_a_command_search": "اكتب أمرًا أو ابحث ...", "type_a_command_search": "اكتب أمرًا أو ابحث ...",
"we_use_cookies": "نحن نستخدم ملفات تعريف الارتباط", "we_use_cookies": "نحن نستخدم ملفات تعريف الارتباط",
"whats_new": "ما هو الجديد؟", "whats_new": "ما هو الجديد؟",
@@ -172,6 +175,7 @@
"protocols": "البروتوكولات فارغة", "protocols": "البروتوكولات فارغة",
"schema": "اتصل بنقطة نهاية GraphQL", "schema": "اتصل بنقطة نهاية GraphQL",
"shortcodes": "Shortcodes are empty", "shortcodes": "Shortcodes are empty",
"subscription": "Subscriptions are empty",
"team_name": "اسم الفريق فارغ", "team_name": "اسم الفريق فارغ",
"teams": "الفرق فارغة", "teams": "الفرق فارغة",
"tests": "لا توجد اختبارات لهذا الطلب" "tests": "لا توجد اختبارات لهذا الطلب"
@@ -184,11 +188,13 @@
"deleted": "حذف بيئة العمل", "deleted": "حذف بيئة العمل",
"edit": "تحرير البيئة", "edit": "تحرير البيئة",
"invalid_name": "الرجاء تقديم اسم صالح للبيئة", "invalid_name": "الرجاء تقديم اسم صالح للبيئة",
"my_environments": "My Environments",
"nested_overflow": "nested environment variables are limited to 10 levels", "nested_overflow": "nested environment variables are limited to 10 levels",
"new": "بيئة جديدة", "new": "بيئة جديدة",
"no_environment": "لا بيئة", "no_environment": "لا بيئة",
"no_environment_description": "لم يتم اختيار أي بيئة عمل. اختر ما تريد فعله بالمتغيرات التالية.", "no_environment_description": "لم يتم اختيار أي بيئة عمل. اختر ما تريد فعله بالمتغيرات التالية.",
"select": "حدد البيئة", "select": "حدد البيئة",
"team_environments": "Team Environments",
"title": "البيئات", "title": "البيئات",
"updated": "تحديث بيئة العمل", "updated": "تحديث بيئة العمل",
"variable_list": "قائمة متغيرة" "variable_list": "قائمة متغيرة"
@@ -222,6 +228,11 @@
"require_github": "تسجيل الدخول باستخدام GitHub لإنشاء جوهر سري", "require_github": "تسجيل الدخول باستخدام GitHub لإنشاء جوهر سري",
"title": "Export" "title": "Export"
}, },
"filter": {
"all": "All",
"none": "None",
"starred": "Starred"
},
"folder": { "folder": {
"created": "تم إنشاء المجلد", "created": "تم إنشاء المجلد",
"edit": "تحرير المجلد", "edit": "تحرير المجلد",
@@ -235,6 +246,10 @@
"schema": "مخطط", "schema": "مخطط",
"subscriptions": "الاشتراكات" "subscriptions": "الاشتراكات"
}, },
"group": {
"time": "Time",
"url": "URL"
},
"header": { "header": {
"install_pwa": "تثبيت التطبيق", "install_pwa": "تثبيت التطبيق",
"login": "تسجيل الدخول", "login": "تسجيل الدخول",
@@ -298,10 +313,28 @@
"import_export": "استيراد و تصدير" "import_export": "استيراد و تصدير"
}, },
"mqtt": { "mqtt": {
"already_subscribed": "You are already subscribed to this topic.",
"clean_session": "Clean Session",
"clear_input": "Clear input",
"clear_input_on_send": "Clear input on send",
"client_id": "Client ID",
"color": "Pick a color",
"communication": "تواصل", "communication": "تواصل",
"connection_config": "Connection Config",
"connection_not_authorized": "This MQTT connection does not use any authentication.",
"invalid_topic": "Please provide a topic for the subscription",
"keep_alive": "Keep Alive",
"log": "سجل", "log": "سجل",
"lw_message": "Last-Will Message",
"lw_qos": "Last-Will QoS",
"lw_retain": "Last-Will Retain",
"lw_topic": "Last-Will Topic",
"message": "رسالة", "message": "رسالة",
"new": "New Subscription",
"not_connected": "Please start a MQTT connection first.",
"publish": "ينشر", "publish": "ينشر",
"qos": "QoS",
"ssl": "SSL",
"subscribe": "يشترك", "subscribe": "يشترك",
"topic": "عنوان", "topic": "عنوان",
"topic_name": "اسم الموضوع", "topic_name": "اسم الموضوع",
@@ -325,6 +358,7 @@
}, },
"profile": { "profile": {
"app_settings": "إعدادات التطبيق", "app_settings": "إعدادات التطبيق",
"default_hopp_displayname": "Unnamed User",
"editor": "محرر", "editor": "محرر",
"editor_description": "المحررين يمكنهم اضافة و تعديل و حذف الطلبات.", "editor_description": "المحررين يمكنهم اضافة و تعديل و حذف الطلبات.",
"email_verification_mail": "تم إرسال رابط التحقق إلى بريدك الإلكتروني. الرجاء الضغط على الرابط لتأكيد بريدك الإلكتروني.", "email_verification_mail": "تم إرسال رابط التحقق إلى بريدك الإلكتروني. الرجاء الضغط على الرابط لتأكيد بريدك الإلكتروني.",
@@ -652,6 +686,11 @@
"we_sent_invite_link": "لقد أرسلنا رابط دعوة لجميع المدعوين!", "we_sent_invite_link": "لقد أرسلنا رابط دعوة لجميع المدعوين!",
"we_sent_invite_link_description": "اطلب من جميع المدعوين التحقق من صندوق الوارد الخاص بهم. انقر على الرابط للانضمام إلى الفريق." "we_sent_invite_link_description": "اطلب من جميع المدعوين التحقق من صندوق الوارد الخاص بهم. انقر على الرابط للانضمام إلى الفريق."
}, },
"team_environment": {
"deleted": "Environment Deleted",
"duplicate": "Environment Duplicated",
"not_found": "Environment not found."
},
"test": { "test": {
"failed": "فشل التجربة", "failed": "فشل التجربة",
"javascript_code": "كود جافا سكريبت", "javascript_code": "كود جافا سكريبت",

View File

@@ -7,6 +7,7 @@
"clear_all": "Neteja-ho tot", "clear_all": "Neteja-ho tot",
"close": "Close", "close": "Close",
"connect": "Connectar", "connect": "Connectar",
"connecting": "Connecting",
"copy": "Copiar", "copy": "Copiar",
"delete": "Eliminar", "delete": "Eliminar",
"disconnect": "Desconnectar", "disconnect": "Desconnectar",
@@ -16,8 +17,9 @@
"drag_to_reorder": "Drag to reorder", "drag_to_reorder": "Drag to reorder",
"duplicate": "Duplicar", "duplicate": "Duplicar",
"edit": "Editar", "edit": "Editar",
"filter_response": "Filtrar resposta", "filter": "Filtrar resposta",
"go_back": "Tornar", "go_back": "Tornar",
"group_by": "Group by",
"label": "Etiquetar", "label": "Etiquetar",
"learn_more": "Aprèn més", "learn_more": "Aprèn més",
"less": "Menys", "less": "Menys",
@@ -35,6 +37,7 @@
"search": "Cercar", "search": "Cercar",
"send": "Enviar", "send": "Enviar",
"start": "Començar", "start": "Començar",
"starting": "Starting",
"stop": "Aturar", "stop": "Aturar",
"to_close": "Tancar", "to_close": "Tancar",
"to_navigate": "Navegar", "to_navigate": "Navegar",
@@ -172,6 +175,7 @@
"protocols": "Els protocols estan buits", "protocols": "Els protocols estan buits",
"schema": "Connecta't a un endpoint GraphQL", "schema": "Connecta't a un endpoint GraphQL",
"shortcodes": "Els shortcodes estan buits", "shortcodes": "Els shortcodes estan buits",
"subscription": "Subscriptions are empty",
"team_name": "El nom de l'equip és buit", "team_name": "El nom de l'equip és buit",
"teams": "Els equips estan buits", "teams": "Els equips estan buits",
"tests": "No hi ha proves per a aquesta sol·licitud" "tests": "No hi ha proves per a aquesta sol·licitud"
@@ -184,11 +188,13 @@
"deleted": "Entorn eliminat", "deleted": "Entorn eliminat",
"edit": "Editar l'entorn", "edit": "Editar l'entorn",
"invalid_name": "Proporcioneu un nom vàlid per a l'entorn", "invalid_name": "Proporcioneu un nom vàlid per a l'entorn",
"my_environments": "My Environments",
"nested_overflow": "Les variables d'entorn niuades estan limitades a 10 nivells", "nested_overflow": "Les variables d'entorn niuades estan limitades a 10 nivells",
"new": "Nou entorn", "new": "Nou entorn",
"no_environment": "Sense entorn", "no_environment": "Sense entorn",
"no_environment_description": "No s'ha seleccionat cap entorn. Trieu què voleu fer amb les variables següents.", "no_environment_description": "No s'ha seleccionat cap entorn. Trieu què voleu fer amb les variables següents.",
"select": "Seleccioneu un entorn", "select": "Seleccioneu un entorn",
"team_environments": "Team Environments",
"title": "Entorns", "title": "Entorns",
"updated": "Entorn actualitzat", "updated": "Entorn actualitzat",
"variable_list": "Llista de variables" "variable_list": "Llista de variables"
@@ -222,6 +228,11 @@
"require_github": "Inicieu la sessió amb GitHub per crear un Gisst secret", "require_github": "Inicieu la sessió amb GitHub per crear un Gisst secret",
"title": "Exportar" "title": "Exportar"
}, },
"filter": {
"all": "All",
"none": "None",
"starred": "Starred"
},
"folder": { "folder": {
"created": "S'ha creat la carpeta", "created": "S'ha creat la carpeta",
"edit": "Editar la carpeta", "edit": "Editar la carpeta",
@@ -235,6 +246,10 @@
"schema": "Esquema", "schema": "Esquema",
"subscriptions": "Subscripcions" "subscriptions": "Subscripcions"
}, },
"group": {
"time": "Time",
"url": "URL"
},
"header": { "header": {
"install_pwa": "Instal·la l'aplicació", "install_pwa": "Instal·la l'aplicació",
"login": "Iniciar Sessió", "login": "Iniciar Sessió",
@@ -298,10 +313,28 @@
"import_export": "Importar / Exportar" "import_export": "Importar / Exportar"
}, },
"mqtt": { "mqtt": {
"already_subscribed": "You are already subscribed to this topic.",
"clean_session": "Clean Session",
"clear_input": "Clear input",
"clear_input_on_send": "Clear input on send",
"client_id": "Client ID",
"color": "Pick a color",
"communication": "Comunicació", "communication": "Comunicació",
"connection_config": "Connection Config",
"connection_not_authorized": "This MQTT connection does not use any authentication.",
"invalid_topic": "Please provide a topic for the subscription",
"keep_alive": "Keep Alive",
"log": "Registre", "log": "Registre",
"lw_message": "Last-Will Message",
"lw_qos": "Last-Will QoS",
"lw_retain": "Last-Will Retain",
"lw_topic": "Last-Will Topic",
"message": "Missatge", "message": "Missatge",
"new": "New Subscription",
"not_connected": "Please start a MQTT connection first.",
"publish": "Publicar", "publish": "Publicar",
"qos": "QoS",
"ssl": "SSL",
"subscribe": "subscriure's", "subscribe": "subscriure's",
"topic": "Tema", "topic": "Tema",
"topic_name": "Nom del Tema", "topic_name": "Nom del Tema",
@@ -325,6 +358,7 @@
}, },
"profile": { "profile": {
"app_settings": "Configuració de l'aplicació", "app_settings": "Configuració de l'aplicació",
"default_hopp_displayname": "Unnamed User",
"editor": "Editor", "editor": "Editor",
"editor_description": "Els editors poden afegir, editar i eliminar sol·licituds.", "editor_description": "Els editors poden afegir, editar i eliminar sol·licituds.",
"email_verification_mail": "S'ha enviat un correu electrònic de verificació a la vostra adreça electrònica. Feu clic a l'enllaç per verificar la vostra adreça de correu electrònic.", "email_verification_mail": "S'ha enviat un correu electrònic de verificació a la vostra adreça electrònica. Feu clic a l'enllaç per verificar la vostra adreça de correu electrònic.",
@@ -652,6 +686,11 @@
"we_sent_invite_link": "Hem enviat un enllaç d'invitació a tots els convidats!", "we_sent_invite_link": "Hem enviat un enllaç d'invitació a tots els convidats!",
"we_sent_invite_link_description": "Demaneu a tots els convidats que comprovin la seva safata d'entrada. Feu clic a l'enllaç per unir-vos a l'equip." "we_sent_invite_link_description": "Demaneu a tots els convidats que comprovin la seva safata d'entrada. Feu clic a l'enllaç per unir-vos a l'equip."
}, },
"team_environment": {
"deleted": "Environment Deleted",
"duplicate": "Environment Duplicated",
"not_found": "Environment not found."
},
"test": { "test": {
"failed": "prova fallada", "failed": "prova fallada",
"javascript_code": "Codi JavaScript", "javascript_code": "Codi JavaScript",

View File

@@ -7,6 +7,7 @@
"clear_all": "全部清除", "clear_all": "全部清除",
"close": "Close", "close": "Close",
"connect": "连接", "connect": "连接",
"connecting": "Connecting",
"copy": "复制", "copy": "复制",
"delete": "删除", "delete": "删除",
"disconnect": "断开连接", "disconnect": "断开连接",
@@ -16,8 +17,9 @@
"drag_to_reorder": "Drag to reorder", "drag_to_reorder": "Drag to reorder",
"duplicate": "复制", "duplicate": "复制",
"edit": "编辑", "edit": "编辑",
"filter_response": "Filter response", "filter": "Filter",
"go_back": "返回", "go_back": "返回",
"group_by": "Group by",
"label": "标签", "label": "标签",
"learn_more": "了解更多", "learn_more": "了解更多",
"less": "更少", "less": "更少",
@@ -35,6 +37,7 @@
"search": "搜索", "search": "搜索",
"send": "发送", "send": "发送",
"start": "开始", "start": "开始",
"starting": "Starting",
"stop": "停止", "stop": "停止",
"to_close": "以关闭", "to_close": "以关闭",
"to_navigate": "以定位", "to_navigate": "以定位",
@@ -172,6 +175,7 @@
"protocols": "协议为空", "protocols": "协议为空",
"schema": "连接至 GraphQL 端点", "schema": "连接至 GraphQL 端点",
"shortcodes": "Shortcodes are empty", "shortcodes": "Shortcodes are empty",
"subscription": "Subscriptions are empty",
"team_name": "团队名称为空", "team_name": "团队名称为空",
"teams": "团队为空", "teams": "团队为空",
"tests": "没有针对该请求的测试" "tests": "没有针对该请求的测试"
@@ -184,11 +188,13 @@
"deleted": "环境已删除", "deleted": "环境已删除",
"edit": "编辑环境", "edit": "编辑环境",
"invalid_name": "请提供有效的环境名称", "invalid_name": "请提供有效的环境名称",
"my_environments": "My Environments",
"nested_overflow": "环境嵌套深度超过限制10层", "nested_overflow": "环境嵌套深度超过限制10层",
"new": "新建环境", "new": "新建环境",
"no_environment": "无环境", "no_environment": "无环境",
"no_environment_description": "没有选择环境。选择如何处理以下变量。", "no_environment_description": "没有选择环境。选择如何处理以下变量。",
"select": "选择环境", "select": "选择环境",
"team_environments": "Team Environments",
"title": "环境", "title": "环境",
"updated": "环境已更新", "updated": "环境已更新",
"variable_list": "变量列表" "variable_list": "变量列表"
@@ -222,6 +228,11 @@
"require_github": "使用 GitHub 登录以创建私密 Gist", "require_github": "使用 GitHub 登录以创建私密 Gist",
"title": "Export" "title": "Export"
}, },
"filter": {
"all": "All",
"none": "None",
"starred": "Starred"
},
"folder": { "folder": {
"created": "已创建文件夹", "created": "已创建文件夹",
"edit": "编辑文件夹", "edit": "编辑文件夹",
@@ -235,6 +246,10 @@
"schema": "模式", "schema": "模式",
"subscriptions": "订阅" "subscriptions": "订阅"
}, },
"group": {
"time": "Time",
"url": "URL"
},
"header": { "header": {
"install_pwa": "安装应用", "install_pwa": "安装应用",
"login": "登录", "login": "登录",
@@ -298,10 +313,28 @@
"import_export": "导入/导出" "import_export": "导入/导出"
}, },
"mqtt": { "mqtt": {
"already_subscribed": "You are already subscribed to this topic.",
"clean_session": "Clean Session",
"clear_input": "Clear input",
"clear_input_on_send": "Clear input on send",
"client_id": "Client ID",
"color": "Pick a color",
"communication": "通讯", "communication": "通讯",
"connection_config": "Connection Config",
"connection_not_authorized": "This MQTT connection does not use any authentication.",
"invalid_topic": "Please provide a topic for the subscription",
"keep_alive": "Keep Alive",
"log": "日志", "log": "日志",
"lw_message": "Last-Will Message",
"lw_qos": "Last-Will QoS",
"lw_retain": "Last-Will Retain",
"lw_topic": "Last-Will Topic",
"message": "消息", "message": "消息",
"new": "New Subscription",
"not_connected": "Please start a MQTT connection first.",
"publish": "发布", "publish": "发布",
"qos": "QoS",
"ssl": "SSL",
"subscribe": "订阅", "subscribe": "订阅",
"topic": "主题", "topic": "主题",
"topic_name": "主题名称", "topic_name": "主题名称",
@@ -325,6 +358,7 @@
}, },
"profile": { "profile": {
"app_settings": "应用设置", "app_settings": "应用设置",
"default_hopp_displayname": "Unnamed User",
"editor": "编辑者", "editor": "编辑者",
"editor_description": "编辑者可以添加、编辑和删除请求。", "editor_description": "编辑者可以添加、编辑和删除请求。",
"email_verification_mail": "确认邮件已发送至你的邮箱,请点击链接以验证你的电子邮箱。", "email_verification_mail": "确认邮件已发送至你的邮箱,请点击链接以验证你的电子邮箱。",
@@ -652,6 +686,11 @@
"we_sent_invite_link": "我们向所有受邀者发送了邀请链接!", "we_sent_invite_link": "我们向所有受邀者发送了邀请链接!",
"we_sent_invite_link_description": "请所有受邀者检查他们的收件箱,点击链接以加入团队。" "we_sent_invite_link_description": "请所有受邀者检查他们的收件箱,点击链接以加入团队。"
}, },
"team_environment": {
"deleted": "Environment Deleted",
"duplicate": "Environment Duplicated",
"not_found": "Environment not found."
},
"test": { "test": {
"failed": "测试失败", "failed": "测试失败",
"javascript_code": "JavaScript 代码", "javascript_code": "JavaScript 代码",

View File

@@ -7,6 +7,7 @@
"clear_all": "Vymazat vše", "clear_all": "Vymazat vše",
"close": "Close", "close": "Close",
"connect": "Připojit", "connect": "Připojit",
"connecting": "Connecting",
"copy": "kopírovat", "copy": "kopírovat",
"delete": "Vymazat", "delete": "Vymazat",
"disconnect": "Odpojit", "disconnect": "Odpojit",
@@ -16,8 +17,9 @@
"drag_to_reorder": "Drag to reorder", "drag_to_reorder": "Drag to reorder",
"duplicate": "Duplicate", "duplicate": "Duplicate",
"edit": "Upravit", "edit": "Upravit",
"filter_response": "Filter response", "filter": "Filter",
"go_back": "Vrať se", "go_back": "Vrať se",
"group_by": "Group by",
"label": "Označení", "label": "Označení",
"learn_more": "Další informace", "learn_more": "Další informace",
"less": "Less", "less": "Less",
@@ -35,6 +37,7 @@
"search": "Vyhledávání", "search": "Vyhledávání",
"send": "Poslat", "send": "Poslat",
"start": "Start", "start": "Start",
"starting": "Starting",
"stop": "Stop", "stop": "Stop",
"to_close": "to close", "to_close": "to close",
"to_navigate": "to navigate", "to_navigate": "to navigate",
@@ -77,7 +80,7 @@
"status": "Postavení", "status": "Postavení",
"status_description": "Check the status of the website", "status_description": "Check the status of the website",
"terms_and_privacy": "Podmínky a soukromí", "terms_and_privacy": "Podmínky a soukromí",
"twitter": "Cvrlikání", "twitter": "Twitter",
"type_a_command_search": "Zadejte příkaz nebo hledejte…", "type_a_command_search": "Zadejte příkaz nebo hledejte…",
"we_use_cookies": "Používáme cookies", "we_use_cookies": "Používáme cookies",
"whats_new": "Co je nového?", "whats_new": "Co je nového?",
@@ -168,10 +171,11 @@
"members": "Tým je prázdný", "members": "Tým je prázdný",
"parameters": "Tento požadavek nemá žádné parametry", "parameters": "Tento požadavek nemá žádné parametry",
"pending_invites": "There are no pending invites for this team", "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é", "protocols": "Protokoly jsou prázdné",
"schema": "Připojte se ke koncovému bodu GraphQL", "schema": "Připojte se ke koncovému bodu GraphQL",
"shortcodes": "Shortcodes are empty", "shortcodes": "Shortcodes are empty",
"subscription": "Subscriptions are empty",
"team_name": "Název týmu prázdný", "team_name": "Název týmu prázdný",
"teams": "Týmy jsou prázdné", "teams": "Týmy jsou prázdné",
"tests": "Pro tento požadavek neexistují žádné testy" "tests": "Pro tento požadavek neexistují žádné testy"
@@ -184,11 +188,13 @@
"deleted": "Environment deletion", "deleted": "Environment deletion",
"edit": "Upravit prostředí", "edit": "Upravit prostředí",
"invalid_name": "Zadejte platný název prostředí", "invalid_name": "Zadejte platný název prostředí",
"my_environments": "My Environments",
"nested_overflow": "nested environment variables are limited to 10 levels", "nested_overflow": "nested environment variables are limited to 10 levels",
"new": "Nové prostředí", "new": "Nové prostředí",
"no_environment": "Žádné prostředí", "no_environment": "Žádné prostředí",
"no_environment_description": "No environments were selected. Choose what to do with the following variables.", "no_environment_description": "No environments were selected. Choose what to do with the following variables.",
"select": "Vyberte prostředí", "select": "Vyberte prostředí",
"team_environments": "Team Environments",
"title": "Prostředí", "title": "Prostředí",
"updated": "Environment updation", "updated": "Environment updation",
"variable_list": "Seznam proměnných" "variable_list": "Seznam proměnných"
@@ -222,6 +228,11 @@
"require_github": "Přihlaste se pomocí GitHub a vytvořte tajný seznam", "require_github": "Přihlaste se pomocí GitHub a vytvořte tajný seznam",
"title": "Export" "title": "Export"
}, },
"filter": {
"all": "All",
"none": "None",
"starred": "Starred"
},
"folder": { "folder": {
"created": "Složka vytvořena", "created": "Složka vytvořena",
"edit": "Upravit složku", "edit": "Upravit složku",
@@ -235,6 +246,10 @@
"schema": "Schéma", "schema": "Schéma",
"subscriptions": "Předplatné" "subscriptions": "Předplatné"
}, },
"group": {
"time": "Time",
"url": "URL"
},
"header": { "header": {
"install_pwa": "Nainstalovat aplikaci", "install_pwa": "Nainstalovat aplikaci",
"login": "Přihlásit se", "login": "Přihlásit se",
@@ -298,10 +313,28 @@
"import_export": "Import Export" "import_export": "Import Export"
}, },
"mqtt": { "mqtt": {
"already_subscribed": "You are already subscribed to this topic.",
"clean_session": "Clean Session",
"clear_input": "Clear input",
"clear_input_on_send": "Clear input on send",
"client_id": "Client ID",
"color": "Pick a color",
"communication": "Sdělení", "communication": "Sdělení",
"connection_config": "Connection Config",
"connection_not_authorized": "This MQTT connection does not use any authentication.",
"invalid_topic": "Please provide a topic for the subscription",
"keep_alive": "Keep Alive",
"log": "Záznam", "log": "Záznam",
"lw_message": "Last-Will Message",
"lw_qos": "Last-Will QoS",
"lw_retain": "Last-Will Retain",
"lw_topic": "Last-Will Topic",
"message": "Zpráva", "message": "Zpráva",
"new": "New Subscription",
"not_connected": "Please start a MQTT connection first.",
"publish": "Publikovat", "publish": "Publikovat",
"qos": "QoS",
"ssl": "SSL",
"subscribe": "předplatit", "subscribe": "předplatit",
"topic": "Téma", "topic": "Téma",
"topic_name": "Název tématu", "topic_name": "Název tématu",
@@ -325,6 +358,7 @@
}, },
"profile": { "profile": {
"app_settings": "App Settings", "app_settings": "App Settings",
"default_hopp_displayname": "Unnamed User",
"editor": "Editor", "editor": "Editor",
"editor_description": "Editors can add, edit, and delete requests.", "editor_description": "Editors can add, edit, and delete requests.",
"email_verification_mail": "A verification email has been sent to your email address. Please click on the link to verify your email address.", "email_verification_mail": "A verification email has been sent to your email address. Please click on the link to verify your email address.",
@@ -652,6 +686,11 @@
"we_sent_invite_link": "We sent an invite link to all invitees!", "we_sent_invite_link": "We sent an invite link to all invitees!",
"we_sent_invite_link_description": "Ask all invitees to check their inbox. Click on the link to join the team." "we_sent_invite_link_description": "Ask all invitees to check their inbox. Click on the link to join the team."
}, },
"team_environment": {
"deleted": "Environment Deleted",
"duplicate": "Environment Duplicated",
"not_found": "Environment not found."
},
"test": { "test": {
"failed": "test failed", "failed": "test failed",
"javascript_code": "JavaScriptový kód", "javascript_code": "JavaScriptový kód",

View File

@@ -7,6 +7,7 @@
"clear_all": "Slet alt", "clear_all": "Slet alt",
"close": "Close", "close": "Close",
"connect": "Opret forbindelse", "connect": "Opret forbindelse",
"connecting": "Connecting",
"copy": "Kopi", "copy": "Kopi",
"delete": "Slet", "delete": "Slet",
"disconnect": "Koble fra", "disconnect": "Koble fra",
@@ -16,8 +17,9 @@
"drag_to_reorder": "Drag to reorder", "drag_to_reorder": "Drag to reorder",
"duplicate": "Duplicate", "duplicate": "Duplicate",
"edit": "Redigere", "edit": "Redigere",
"filter_response": "Filter response", "filter": "Filter",
"go_back": "Gå tilbage", "go_back": "Gå tilbage",
"group_by": "Group by",
"label": "Etiket", "label": "Etiket",
"learn_more": "Lær mere", "learn_more": "Lær mere",
"less": "Less", "less": "Less",
@@ -35,6 +37,7 @@
"search": "Søg", "search": "Søg",
"send": "Sende", "send": "Sende",
"start": "Start", "start": "Start",
"starting": "Starting",
"stop": "Hold op", "stop": "Hold op",
"to_close": "to close", "to_close": "to close",
"to_navigate": "to navigate", "to_navigate": "to navigate",
@@ -168,10 +171,11 @@
"members": "Holdet er tomt", "members": "Holdet er tomt",
"parameters": "Denne anmodning har ingen parametre", "parameters": "Denne anmodning har ingen parametre",
"pending_invites": "There are no pending invites for this team", "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", "protocols": "Protokoller er tomme",
"schema": "Opret forbindelse til et GraphQL -slutpunkt", "schema": "Opret forbindelse til et GraphQL -slutpunkt",
"shortcodes": "Shortcodes are empty", "shortcodes": "Shortcodes are empty",
"subscription": "Subscriptions are empty",
"team_name": "Teamnavn er tomt", "team_name": "Teamnavn er tomt",
"teams": "Hold er tomme", "teams": "Hold er tomme",
"tests": "Der er ingen test for denne anmodning" "tests": "Der er ingen test for denne anmodning"
@@ -184,11 +188,13 @@
"deleted": "Environment deletion", "deleted": "Environment deletion",
"edit": "Rediger miljø", "edit": "Rediger miljø",
"invalid_name": "Angiv et gyldigt navn på miljøet", "invalid_name": "Angiv et gyldigt navn på miljøet",
"my_environments": "My Environments",
"nested_overflow": "nested environment variables are limited to 10 levels", "nested_overflow": "nested environment variables are limited to 10 levels",
"new": "Nyt miljø", "new": "Nyt miljø",
"no_environment": "Intet miljø", "no_environment": "Intet miljø",
"no_environment_description": "No environments were selected. Choose what to do with the following variables.", "no_environment_description": "No environments were selected. Choose what to do with the following variables.",
"select": "Vælg miljø", "select": "Vælg miljø",
"team_environments": "Team Environments",
"title": "Miljøer", "title": "Miljøer",
"updated": "Environment updation", "updated": "Environment updation",
"variable_list": "Variabel liste" "variable_list": "Variabel liste"
@@ -222,6 +228,11 @@
"require_github": "Log ind med GitHub for at skabe hemmelig kerne", "require_github": "Log ind med GitHub for at skabe hemmelig kerne",
"title": "Export" "title": "Export"
}, },
"filter": {
"all": "All",
"none": "None",
"starred": "Starred"
},
"folder": { "folder": {
"created": "Mappe oprettet", "created": "Mappe oprettet",
"edit": "Rediger mappe", "edit": "Rediger mappe",
@@ -235,6 +246,10 @@
"schema": "Skema", "schema": "Skema",
"subscriptions": "Abonnementer" "subscriptions": "Abonnementer"
}, },
"group": {
"time": "Time",
"url": "URL"
},
"header": { "header": {
"install_pwa": "Installer app", "install_pwa": "Installer app",
"login": "Log på", "login": "Log på",
@@ -298,10 +313,28 @@
"import_export": "Import Eksport" "import_export": "Import Eksport"
}, },
"mqtt": { "mqtt": {
"already_subscribed": "You are already subscribed to this topic.",
"clean_session": "Clean Session",
"clear_input": "Clear input",
"clear_input_on_send": "Clear input on send",
"client_id": "Client ID",
"color": "Pick a color",
"communication": "Meddelelse", "communication": "Meddelelse",
"connection_config": "Connection Config",
"connection_not_authorized": "This MQTT connection does not use any authentication.",
"invalid_topic": "Please provide a topic for the subscription",
"keep_alive": "Keep Alive",
"log": "Log", "log": "Log",
"lw_message": "Last-Will Message",
"lw_qos": "Last-Will QoS",
"lw_retain": "Last-Will Retain",
"lw_topic": "Last-Will Topic",
"message": "Besked", "message": "Besked",
"new": "New Subscription",
"not_connected": "Please start a MQTT connection first.",
"publish": "Offentliggøre", "publish": "Offentliggøre",
"qos": "QoS",
"ssl": "SSL",
"subscribe": "Abonner", "subscribe": "Abonner",
"topic": "Emne", "topic": "Emne",
"topic_name": "Emne navn", "topic_name": "Emne navn",
@@ -325,6 +358,7 @@
}, },
"profile": { "profile": {
"app_settings": "App Settings", "app_settings": "App Settings",
"default_hopp_displayname": "Unnamed User",
"editor": "Editor", "editor": "Editor",
"editor_description": "Editors can add, edit, and delete requests.", "editor_description": "Editors can add, edit, and delete requests.",
"email_verification_mail": "A verification email has been sent to your email address. Please click on the link to verify your email address.", "email_verification_mail": "A verification email has been sent to your email address. Please click on the link to verify your email address.",
@@ -652,6 +686,11 @@
"we_sent_invite_link": "We sent an invite link to all invitees!", "we_sent_invite_link": "We sent an invite link to all invitees!",
"we_sent_invite_link_description": "Ask all invitees to check their inbox. Click on the link to join the team." "we_sent_invite_link_description": "Ask all invitees to check their inbox. Click on the link to join the team."
}, },
"team_environment": {
"deleted": "Environment Deleted",
"duplicate": "Environment Duplicated",
"not_found": "Environment not found."
},
"test": { "test": {
"failed": "test failed", "failed": "test failed",
"javascript_code": "JavaScript -kode", "javascript_code": "JavaScript -kode",

View File

@@ -7,6 +7,7 @@
"clear_all": "Alles zurücksetzen", "clear_all": "Alles zurücksetzen",
"close": "Close", "close": "Close",
"connect": "Verbinden", "connect": "Verbinden",
"connecting": "Connecting",
"copy": "Kopieren", "copy": "Kopieren",
"delete": "Löschen", "delete": "Löschen",
"disconnect": "Trennen", "disconnect": "Trennen",
@@ -16,8 +17,9 @@
"drag_to_reorder": "Drag to reorder", "drag_to_reorder": "Drag to reorder",
"duplicate": "Duplizieren", "duplicate": "Duplizieren",
"edit": "Bearbeiten", "edit": "Bearbeiten",
"filter_response": "Filter response", "filter": "Filter",
"go_back": "Zurück", "go_back": "Zurück",
"group_by": "Group by",
"label": "Etikett", "label": "Etikett",
"learn_more": "Mehr erfahren", "learn_more": "Mehr erfahren",
"less": "Weniger", "less": "Weniger",
@@ -35,6 +37,7 @@
"search": "Suchen", "search": "Suchen",
"send": "Senden", "send": "Senden",
"start": "Start", "start": "Start",
"starting": "Starting",
"stop": "Stopp", "stop": "Stopp",
"to_close": "zum Schließen", "to_close": "zum Schließen",
"to_navigate": "zum Navigieren", "to_navigate": "zum Navigieren",
@@ -172,6 +175,7 @@
"protocols": "Protokolle sind leer", "protocols": "Protokolle sind leer",
"schema": "Verbinden mit einem GraphQL-Endpunkt", "schema": "Verbinden mit einem GraphQL-Endpunkt",
"shortcodes": "Shortcodes are empty", "shortcodes": "Shortcodes are empty",
"subscription": "Subscriptions are empty",
"team_name": "Teamname leer", "team_name": "Teamname leer",
"teams": "Teams sind leer", "teams": "Teams sind leer",
"tests": "Es gibt keine Tests für diese Anfrage" "tests": "Es gibt keine Tests für diese Anfrage"
@@ -184,11 +188,13 @@
"deleted": "Umgebung löschen", "deleted": "Umgebung löschen",
"edit": "Umgebung bearbeiten", "edit": "Umgebung bearbeiten",
"invalid_name": "Bitte gib einen gültigen Namen für die Umgebung an", "invalid_name": "Bitte gib einen gültigen Namen für die Umgebung an",
"my_environments": "My Environments",
"nested_overflow": "Verschachtelte Umgebungsvariablen sind limitert auf 10 Unterebenen", "nested_overflow": "Verschachtelte Umgebungsvariablen sind limitert auf 10 Unterebenen",
"new": "Neue Umgebung", "new": "Neue Umgebung",
"no_environment": "Keine Umgebung", "no_environment": "Keine Umgebung",
"no_environment_description": "Es wurden keine Umgebungen ausgewählt. Wähle aus, was mit den untenstehenden Variablen geschehen soll.", "no_environment_description": "Es wurden keine Umgebungen ausgewählt. Wähle aus, was mit den untenstehenden Variablen geschehen soll.",
"select": "Umgebung auswählen", "select": "Umgebung auswählen",
"team_environments": "Team Environments",
"title": "Umgebungen", "title": "Umgebungen",
"updated": "Umgebung aktualisiert", "updated": "Umgebung aktualisiert",
"variable_list": "Variablenliste" "variable_list": "Variablenliste"
@@ -222,6 +228,11 @@
"require_github": "Melde Dich bei GitHub an, um einen geheimen Gist zu erstellen", "require_github": "Melde Dich bei GitHub an, um einen geheimen Gist zu erstellen",
"title": "Export" "title": "Export"
}, },
"filter": {
"all": "All",
"none": "None",
"starred": "Starred"
},
"folder": { "folder": {
"created": "Ordner erstellt", "created": "Ordner erstellt",
"edit": "Ordner bearbeiten", "edit": "Ordner bearbeiten",
@@ -235,6 +246,10 @@
"schema": "Schema", "schema": "Schema",
"subscriptions": "Abonnements" "subscriptions": "Abonnements"
}, },
"group": {
"time": "Time",
"url": "URL"
},
"header": { "header": {
"install_pwa": "App installieren", "install_pwa": "App installieren",
"login": "Anmeldung", "login": "Anmeldung",
@@ -298,10 +313,28 @@
"import_export": "Import / Export" "import_export": "Import / Export"
}, },
"mqtt": { "mqtt": {
"already_subscribed": "You are already subscribed to this topic.",
"clean_session": "Clean Session",
"clear_input": "Clear input",
"clear_input_on_send": "Clear input on send",
"client_id": "Client ID",
"color": "Pick a color",
"communication": "Kommunikation", "communication": "Kommunikation",
"connection_config": "Connection Config",
"connection_not_authorized": "This MQTT connection does not use any authentication.",
"invalid_topic": "Please provide a topic for the subscription",
"keep_alive": "Keep Alive",
"log": "Protokoll", "log": "Protokoll",
"lw_message": "Last-Will Message",
"lw_qos": "Last-Will QoS",
"lw_retain": "Last-Will Retain",
"lw_topic": "Last-Will Topic",
"message": "Nachricht", "message": "Nachricht",
"new": "New Subscription",
"not_connected": "Please start a MQTT connection first.",
"publish": "Veröffentlichen", "publish": "Veröffentlichen",
"qos": "QoS",
"ssl": "SSL",
"subscribe": "Abonnieren", "subscribe": "Abonnieren",
"topic": "Thema", "topic": "Thema",
"topic_name": "Themenname", "topic_name": "Themenname",
@@ -325,6 +358,7 @@
}, },
"profile": { "profile": {
"app_settings": "App-Einstellungen", "app_settings": "App-Einstellungen",
"default_hopp_displayname": "Unnamed User",
"editor": "Editor", "editor": "Editor",
"editor_description": "Editoren können neue Anfragen hinzufügen, bearbeiten und löschen.", "editor_description": "Editoren können neue Anfragen hinzufügen, bearbeiten und löschen.",
"email_verification_mail": "Eine Bestätigungsmail wurde an Deine primäre E-Mail-Adresse versendet. Bitte klicke auf den darin stehenden Link um Deine E-Mail-Adresse zu bestätigen.", "email_verification_mail": "Eine Bestätigungsmail wurde an Deine primäre E-Mail-Adresse versendet. Bitte klicke auf den darin stehenden Link um Deine E-Mail-Adresse zu bestätigen.",
@@ -652,6 +686,11 @@
"we_sent_invite_link": "Einladungen wurden an alle E-Mails verschickt!", "we_sent_invite_link": "Einladungen wurden an alle E-Mails verschickt!",
"we_sent_invite_link_description": "Bitte alle eingeladenen Personen, ihren Posteingang zu überprüfen. Klicke auf den Link, um dem Team beizutreten." "we_sent_invite_link_description": "Bitte alle eingeladenen Personen, ihren Posteingang zu überprüfen. Klicke auf den Link, um dem Team beizutreten."
}, },
"team_environment": {
"deleted": "Environment Deleted",
"duplicate": "Environment Duplicated",
"not_found": "Environment not found."
},
"test": { "test": {
"failed": "Test fehlgeschlagen", "failed": "Test fehlgeschlagen",
"javascript_code": "JavaScript-Code", "javascript_code": "JavaScript-Code",

View File

@@ -7,6 +7,7 @@
"clear_all": "Τα καθαρίζω όλα", "clear_all": "Τα καθαρίζω όλα",
"close": "Close", "close": "Close",
"connect": "Συνδέω-συωδεομαι", "connect": "Συνδέω-συωδεομαι",
"connecting": "Connecting",
"copy": "αντίγραφο", "copy": "αντίγραφο",
"delete": "Διαγράφω", "delete": "Διαγράφω",
"disconnect": "Αποσυνδέω", "disconnect": "Αποσυνδέω",
@@ -16,8 +17,9 @@
"drag_to_reorder": "Drag to reorder", "drag_to_reorder": "Drag to reorder",
"duplicate": "Duplicate", "duplicate": "Duplicate",
"edit": "Επεξεργασία", "edit": "Επεξεργασία",
"filter_response": "Filter response", "filter": "Filter",
"go_back": "Πήγαινε πίσω", "go_back": "Πήγαινε πίσω",
"group_by": "Group by",
"label": "Επιγραφή", "label": "Επιγραφή",
"learn_more": "Μάθε περισσότερα", "learn_more": "Μάθε περισσότερα",
"less": "Less", "less": "Less",
@@ -35,6 +37,7 @@
"search": "Αναζήτηση", "search": "Αναζήτηση",
"send": "Στείλετε", "send": "Στείλετε",
"start": "Αρχή", "start": "Αρχή",
"starting": "Starting",
"stop": "Να σταματήσει", "stop": "Να σταματήσει",
"to_close": "to close", "to_close": "to close",
"to_navigate": "to navigate", "to_navigate": "to navigate",
@@ -54,7 +57,7 @@
"copy": "αντίγραφο", "copy": "αντίγραφο",
"copy_user_id": "Copy User Auth Token", "copy_user_id": "Copy User Auth Token",
"developer_option": "Developer options", "developer_option": "Developer options",
"developer_option_description": "Developer tools which helps in development and maintenance of Hoppscotch.", "developer_option_description": "Εργαλεία για προγραμματιστές που βοηθάνε στην ανάπτυξη και συντήρηση του Hoppscotch.",
"discord": "Discord", "discord": "Discord",
"documentation": "Τεκμηρίωση", "documentation": "Τεκμηρίωση",
"github": "GitHub", "github": "GitHub",
@@ -75,9 +78,9 @@
"shortcuts": "Συντομεύσεις", "shortcuts": "Συντομεύσεις",
"spotlight": "Προβολέας θέατρου", "spotlight": "Προβολέας θέατρου",
"status": "Κατάσταση", "status": "Κατάσταση",
"status_description": "Check the status of the website", "status_description": "Ελέγξτε το status της Ιστοσελίδας",
"terms_and_privacy": "Όροι και απόρρητο", "terms_and_privacy": "Όροι και απόρρητο",
"twitter": "Κελάδημα", "twitter": "Twitter",
"type_a_command_search": "Πληκτρολογήστε μια εντολή ή αναζήτηση…", "type_a_command_search": "Πληκτρολογήστε μια εντολή ή αναζήτηση…",
"we_use_cookies": "Χρησιμοποιούμε cookies", "we_use_cookies": "Χρησιμοποιούμε cookies",
"whats_new": "Τι νέα?", "whats_new": "Τι νέα?",
@@ -89,7 +92,7 @@
"continue_with_email": "Συνεχίστε με το Email", "continue_with_email": "Συνεχίστε με το Email",
"continue_with_github": "Συνεχίστε με το GitHub", "continue_with_github": "Συνεχίστε με το GitHub",
"continue_with_google": "Συνεχίστε με την Google", "continue_with_google": "Συνεχίστε με την Google",
"continue_with_microsoft": "Continue with Microsoft", "continue_with_microsoft": "Συνεχίστε με την Microsoft",
"email": "ΗΛΕΚΤΡΟΝΙΚΗ ΔΙΕΥΘΥΝΣΗ", "email": "ΗΛΕΚΤΡΟΝΙΚΗ ΔΙΕΥΘΥΝΣΗ",
"logged_out": "Αποσυνδέθηκα", "logged_out": "Αποσυνδέθηκα",
"login": "Σύνδεση", "login": "Σύνδεση",
@@ -158,39 +161,42 @@
"body": "Αυτό το αίτημα δεν έχει σώμα", "body": "Αυτό το αίτημα δεν έχει σώμα",
"collection": "Η συλλογή είναι άδεια", "collection": "Η συλλογή είναι άδεια",
"collections": "Οι συλλογές είναι άδειες", "collections": "Οι συλλογές είναι άδειες",
"documentation": "Connect to a GraphQL endpoint to view documentation", "documentation": "Συνδεθείτε σε ένα GraphQL endpoint για προβολή της τεκμηρίωσης",
"endpoint": "Endpoint cannot be empty", "endpoint": "Το Endpoint δεν μπορεί να είναι άδειο",
"environments": "Τα περιβάλλοντα είναι άδεια", "environments": "Τα περιβάλλοντα είναι άδεια",
"folder": "Ο φάκελος είναι άδειος", "folder": "Ο φάκελος είναι άδειος",
"headers": "Αυτό το αίτημα δεν έχει κεφαλίδες", "headers": "Αυτό το αίτημα δεν έχει κεφαλίδες",
"history": "Η ιστορία είναι άδεια", "history": "Το ιστορικό είναι άδειο",
"invites": "Invite list is empty", "invites": "Η λίστα προσκλήσεων είναι άδεια",
"members": "Η ομάδα είναι άδεια", "members": "Η ομάδα είναι άδεια",
"parameters": "Αυτό το αίτημα δεν έχει παραμέτρους", "parameters": "Αυτό το αίτημα δεν έχει παραμέτρους",
"pending_invites": "There are no pending invites for this team", "pending_invites": "Δεν υπάρχουν εκκρεμείς προσκλήσεις για αυτή την ομάδα",
"profile": "Login in to view your profile", "profile": "Συνδεθείτε για προβολή του προφίλ σας",
"protocols": "Τα πρωτόκολλα είναι κενά", "protocols": "Τα πρωτόκολλα είναι κενά",
"schema": "Συνδεθείτε σε ένα τελικό σημείο GraphQL", "schema": "Συνδεθείτε σε ένα τελικό σημείο GraphQL",
"shortcodes": "Shortcodes are empty", "shortcodes": "Τα Shortcodes είναι κενά",
"subscription": "Subscriptions are empty",
"team_name": "Το όνομα της ομάδας είναι κενό", "team_name": "Το όνομα της ομάδας είναι κενό",
"teams": "Οι ομάδες είναι άδειες", "teams": "Οι ομάδες είναι άδειες",
"tests": "Δεν υπάρχουν δοκιμές για αυτό το αίτημα" "tests": "Δεν υπάρχουν δοκιμές για αυτό το αίτημα"
}, },
"environment": { "environment": {
"add_to_global": "Add to Global", "add_to_global": "Προσθήκη στο Global",
"added": "Environment addition", "added": "Προσθήκη Περιβάλλοντος",
"create_new": "Δημιουργήστε νέο περιβάλλον", "create_new": "Δημιουργήστε νέο περιβάλλον",
"created": "Environment created", "created": "Το Περιβάλλον δημιουργήθηκε",
"deleted": "Environment deletion", "deleted": "Διαγραφή Περιβάλλοντος",
"edit": "Επεξεργασία Περιβάλλοντος", "edit": "Επεξεργασία Περιβάλλοντος",
"invalid_name": "Καταχωρίστε ένα έγκυρο όνομα για το περιβάλλον", "invalid_name": "Καταχωρίστε ένα έγκυρο όνομα για το περιβάλλον",
"nested_overflow": "nested environment variables are limited to 10 levels", "my_environments": "Τα Περιβάλλοντα μου",
"nested_overflow": "Οι 'φωλιασμένες' μεταβλητές περιβάλλοντος είναι περιορισμένες σε 10 επίπεδα",
"new": "Νέο Περιβάλλον", "new": "Νέο Περιβάλλον",
"no_environment": "Χωρίς περιβάλλον", "no_environment": "Χωρίς περιβάλλον",
"no_environment_description": "No environments were selected. Choose what to do with the following variables.", "no_environment_description": "Δέν επιλέχθηκε κάποιο περιβάλλον. Διαλέξτε τι θέλετε να κάνετε με τις παρακάτω μεταβλητές.",
"select": "Επιλέξτε περιβάλλον", "select": "Επιλέξτε περιβάλλον",
"team_environments": "Περιβάλλοντα Ομάδας",
"title": "Περιβάλλοντα", "title": "Περιβάλλοντα",
"updated": "Environment updation", "updated": "Αναβάθμιση Περιβάλλοντος",
"variable_list": "Λίστα μεταβλητών" "variable_list": "Λίστα μεταβλητών"
}, },
"error": { "error": {
@@ -200,20 +206,20 @@
"empty_req_name": "Όνομα κενού αιτήματος", "empty_req_name": "Όνομα κενού αιτήματος",
"f12_details": "(F12 για λεπτομέρειες)", "f12_details": "(F12 για λεπτομέρειες)",
"gql_prettify_invalid_query": "Δεν ήταν δυνατή η προεπιλογή ενός μη έγκυρου ερωτήματος, η επίλυση σφαλμάτων σύνταξης ερωτήματος και η δοκιμή ξανά", "gql_prettify_invalid_query": "Δεν ήταν δυνατή η προεπιλογή ενός μη έγκυρου ερωτήματος, η επίλυση σφαλμάτων σύνταξης ερωτήματος και η δοκιμή ξανά",
"incomplete_config_urls": "Incomplete configuration URLs", "incomplete_config_urls": "Μη-ολοκληρωμένα URLs διαμόρφωσης",
"incorrect_email": "Incorrect email", "incorrect_email": "Λάθος email",
"invalid_link": "Invalid link", "invalid_link": "Μή έγκυρο link",
"invalid_link_description": "The link you clicked is invalid or expired.", "invalid_link_description": "Ο σύνδεσμος που επιλέξατε έχει λήξει ή δεν είναι έγκυρος.",
"json_parsing_failed": "Invalid JSON", "json_parsing_failed": "Μη έγκυρο JSON",
"json_prettify_invalid_body": "Δεν ήταν δυνατή η ομορφιά ενός μη έγκυρου σώματος, η επίλυση σφαλμάτων σύνταξης json και η προσπάθεια ξανά", "json_prettify_invalid_body": "Δεν ήταν δυνατή η ομορφιά ενός μη έγκυρου σώματος, η επίλυση σφαλμάτων σύνταξης json και η προσπάθεια ξανά",
"network_error": "There seems to be a network error. Please try again.", "network_error": "Από ότι φαίνεται υπάρχει ένα σφάλμα δικτύου. Παρακαλούμε προσπαθήστε ξανά.",
"network_fail": "Δεν ήταν δυνατή η αποστολή του αιτήματος", "network_fail": "Δεν ήταν δυνατή η αποστολή του αιτήματος",
"no_duration": "Χωρίς διάρκεια", "no_duration": "Χωρίς διάρκεια",
"no_results_found": "No matches found", "no_results_found": "Δεν βρέθηκαν αντιστοιχίες",
"page_not_found": "This page could not be found", "page_not_found": "Αυτή η σελίδα δεν βρέθηκε",
"script_fail": "Δεν ήταν δυνατή η εκτέλεση του σεναρίου πριν από το αίτημα", "script_fail": "Δεν ήταν δυνατή η εκτέλεση του σεναρίου πριν από το αίτημα",
"something_went_wrong": "Κάτι πήγε στραβά", "something_went_wrong": "Κάτι πήγε στραβά",
"test_script_fail": "Could not execute post-request script" "test_script_fail": "Δεν μπορεσε να εκτελεστεί το post-request script"
}, },
"export": { "export": {
"as_json": "Εξαγωγή ως JSON", "as_json": "Εξαγωγή ως JSON",
@@ -222,11 +228,16 @@
"require_github": "Συνδεθείτε με το GitHub για να δημιουργήσετε μυστική ουσία", "require_github": "Συνδεθείτε με το GitHub για να δημιουργήσετε μυστική ουσία",
"title": "Export" "title": "Export"
}, },
"filter": {
"all": "All",
"none": "None",
"starred": "Starred"
},
"folder": { "folder": {
"created": "Ο φάκελος δημιουργήθηκε", "created": "Ο φάκελος δημιουργήθηκε",
"edit": "Επεξεργασία φακέλου", "edit": "Επεξεργασία φακέλου",
"invalid_name": "Καταχωρίστε ένα όνομα για το φάκελο", "invalid_name": "Καταχωρίστε ένα όνομα για το φάκελο",
"name_length_insufficient": "Folder name should be at least 3 characters long", "name_length_insufficient": "Το όνομα του φακέλου πρέπει έχει μέγεθος τουλάχιστον 3 χαρακτήρες.",
"new": "Νέος φάκελος", "new": "Νέος φάκελος",
"renamed": "Ο φάκελος μετονομάστηκε" "renamed": "Ο φάκελος μετονομάστηκε"
}, },
@@ -235,6 +246,10 @@
"schema": "Σχήμα", "schema": "Σχήμα",
"subscriptions": "Συνδρομές" "subscriptions": "Συνδρομές"
}, },
"group": {
"time": "Time",
"url": "URL"
},
"header": { "header": {
"install_pwa": "Εγκατάσταση εφαρμογής", "install_pwa": "Εγκατάσταση εφαρμογής",
"login": "Σύνδεση", "login": "Σύνδεση",
@@ -253,7 +268,7 @@
"tests": "Γράψτε ένα δοκιμαστικό σενάριο για να αυτοματοποιήσετε τον εντοπισμό σφαλμάτων." "tests": "Γράψτε ένα δοκιμαστικό σενάριο για να αυτοματοποιήσετε τον εντοπισμό σφαλμάτων."
}, },
"hide": { "hide": {
"collection": "Collapse Collection Panel", "collection": "Σύμπτυξη Panel Συλλογών",
"more": "Κρύψου περισσότερο", "more": "Κρύψου περισσότερο",
"preview": "Απόκρυψη προεπισκόπησης", "preview": "Απόκρυψη προεπισκόπησης",
"sidebar": "Απόκρυψη πλευρικής γραμμής" "sidebar": "Απόκρυψη πλευρικής γραμμής"
@@ -263,32 +278,32 @@
"curl": "Εισαγωγή cURL", "curl": "Εισαγωγή cURL",
"failed": "Η εισαγωγή απέτυχε", "failed": "Η εισαγωγή απέτυχε",
"from_gist": "Εισαγωγή από το Gist", "from_gist": "Εισαγωγή από το Gist",
"from_gist_description": "Import from Gist URL", "from_gist_description": "Εισαγωγή από Gist URL",
"from_insomnia": "Import from Insomnia", "from_insomnia": "Εισαγωγή από Insomnia",
"from_insomnia_description": "Import from Insomnia collection", "from_insomnia_description": "Εισαγωγή από Συλλογή Insomnia",
"from_json": "Import from Hoppscotch", "from_json": "Εισαγωγή από Hoppscotch",
"from_json_description": "Import from Hoppscotch collection file", "from_json_description": "Εισαγωγή από αρχείο συλλογών Hoppscotch",
"from_my_collections": "Εισαγωγή από τις Συλλογές μου", "from_my_collections": "Εισαγωγή από τις Συλλογές μου",
"from_my_collections_description": "Import from My Collections file", "from_my_collections_description": "Εισαγωγή από αρχείο οι Συλλογές μου",
"from_openapi": "Import from OpenAPI", "from_openapi": "Εισαγωγή από OpenAPI",
"from_openapi_description": "Import from OpenAPI specification file (YML/JSON)", "from_openapi_description": "Εισαγωγή από αρχειο προδιαγραφών OpenAPI (YML/JSON)",
"from_postman": "Import from Postman", "from_postman": "Εισαγωγή από Postman",
"from_postman_description": "Import from Postman collection", "from_postman_description": "Εισαγωγή Συλλογής από Postman",
"from_url": "Import from URL", "from_url": "Εισαγωγή από URL",
"gist_url": "Εισαγάγετε Gist URL", "gist_url": "Εισαγάγετε Gist URL",
"import_from_url_invalid_fetch": "Couldn't get data from the url", "import_from_url_invalid_fetch": "Δεν μπορέσαμε να πάρουμε δεδομένα από το url",
"import_from_url_invalid_file_format": "Error while importing collections", "import_from_url_invalid_file_format": "Σφάλμα κατά την εισαγωγή των Συλλογών",
"import_from_url_invalid_type": "Unsupported type. accepted values are 'hoppscotch', 'openapi', 'postman', 'insomnia'", "import_from_url_invalid_type": "Μη υποστηριζόμενος τύπος. Αποδεκτές τιμές είναι 'hoppscotch', 'openapi', 'postman', 'insomnia'",
"import_from_url_success": "Collections Imported", "import_from_url_success": "Η εισαγωγή των Συλλογών ήταν επιτυχής",
"json_description": "Import collections from a Hoppscotch Collections JSON file", "json_description": "Εισαγωγή συλλογών αρχείο JSON Hoppscotch Collections",
"title": "Εισαγωγή" "title": "Εισαγωγή"
}, },
"layout": { "layout": {
"collapse_collection": "Collapse or Expand Collections", "collapse_collection": "Σύμπτυξη ή επέκταση Συλλογών",
"collapse_sidebar": "Collapse or Expand the sidebar", "collapse_sidebar": "Σύμπτυξη ή επέκταση του sidebar",
"column": "Vertical layout", "column": "Κατακόρυφη Διάταξη",
"name": "Layout", "name": "Διάταξη",
"row": "Horizontal layout", "row": "Οριζόντια Διάταξη",
"zen_mode": "Λειτουργία Zen" "zen_mode": "Λειτουργία Zen"
}, },
"modal": { "modal": {
@@ -298,10 +313,28 @@
"import_export": "Εισαγωγή εξαγωγή" "import_export": "Εισαγωγή εξαγωγή"
}, },
"mqtt": { "mqtt": {
"already_subscribed": "You are already subscribed to this topic.",
"clean_session": "Clean Session",
"clear_input": "Clear input",
"clear_input_on_send": "Clear input on send",
"client_id": "Client ID",
"color": "Pick a color",
"communication": "Επικοινωνία", "communication": "Επικοινωνία",
"connection_config": "Connection Config",
"connection_not_authorized": "This MQTT connection does not use any authentication.",
"invalid_topic": "Please provide a topic for the subscription",
"keep_alive": "Keep Alive",
"log": "Κούτσουρο", "log": "Κούτσουρο",
"lw_message": "Last-Will Message",
"lw_qos": "Last-Will QoS",
"lw_retain": "Last-Will Retain",
"lw_topic": "Last-Will Topic",
"message": "Μήνυμα", "message": "Μήνυμα",
"new": "New Subscription",
"not_connected": "Please start a MQTT connection first.",
"publish": "Δημοσιεύω", "publish": "Δημοσιεύω",
"qos": "QoS",
"ssl": "SSL",
"subscribe": "Εγγραφείτε", "subscribe": "Εγγραφείτε",
"topic": "Θέμα", "topic": "Θέμα",
"topic_name": "Όνομα θέματος", "topic_name": "Όνομα θέματος",
@@ -324,18 +357,19 @@
"snippets": "Αποσπάσματα" "snippets": "Αποσπάσματα"
}, },
"profile": { "profile": {
"app_settings": "App Settings", "app_settings": "Ρυθμίσεις Εφαρμογής",
"default_hopp_displayname": "Ανώνυμος Χρήστης",
"editor": "Editor", "editor": "Editor",
"editor_description": "Editors can add, edit, and delete requests.", "editor_description": "Οι Editors μπορούν να προσθέσουν, επεξεργαστούν και διαγράψουν αιτήματα.",
"email_verification_mail": "A verification email has been sent to your email address. Please click on the link to verify your email address.", "email_verification_mail": "Έχει αποσταλεί ένα μήνυμα επιβεβαίωσης στην διεύθυνση email σας. Παρακαλούμε κάντε κλικ στο Link που περιέχει το email για να επιβεβαιώσετε την διεύθυνση email σας.",
"no_permission": "You do not have permission to perform this action.", "no_permission": "Δεν έχετε άδεια για την εκτέλεση αυτής της λειτουργίας.",
"owner": "Owner", "owner": "Ιδιοκτήτης",
"owner_description": "Owners can add, edit, and delete requests, collections and team members.", "owner_description": "Οι Ιδιοκτήτες μπορούν να προσθέσουν, επεξεργαστούν και διαγράψουν αιτήματα, συλλογές και μέλη ομάδων.",
"roles": "Roles", "roles": "Ρόλοι",
"roles_description": "Roles are used to control access to the shared collections.", "roles_description": "Οι ρόλοι χρησιμοποιούνται για να ελέγχεται η πρόσβαση και ο χειρισμός μιας κοινοποιημένης συλλογής.",
"updated": "Profile updated", "updated": "Το προφίλ ενημερώθηκε",
"viewer": "Viewer", "viewer": "Viewer",
"viewer_description": "Viewers can only view and use requests." "viewer_description": "Οι Viewers μπορούν μόνο να δούν και χρησιμοποιήσουν αιτήματα."
}, },
"remove": { "remove": {
"star": "Αφαίρεση αστεριού" "star": "Αφαίρεση αστεριού"
@@ -360,7 +394,7 @@
"invalid_name": "Καταχωρίστε ένα όνομα για το αίτημα", "invalid_name": "Καταχωρίστε ένα όνομα για το αίτημα",
"method": "Μέθοδος", "method": "Μέθοδος",
"name": "Αίτημα ονόματος", "name": "Αίτημα ονόματος",
"new": "New Request", "new": "Νέο Αίτημα",
"override": "Override", "override": "Override",
"override_help": "Set <kbd>Content-Type</kbd> in Headers", "override_help": "Set <kbd>Content-Type</kbd> in Headers",
"overriden": "Overridden", "overriden": "Overridden",
@@ -376,12 +410,12 @@
"save_as": "Αποθήκευση ως", "save_as": "Αποθήκευση ως",
"saved": "Το αίτημα αποθηκεύτηκε", "saved": "Το αίτημα αποθηκεύτηκε",
"share": "Μερίδιο", "share": "Μερίδιο",
"share_description": "Share Hoppscotch with your friends", "share_description": "Κοινοποίηση Hoppscotch στους φίλους σου",
"title": "Αίτηση", "title": "Αίτηση",
"type": "Τύπος αιτήματος", "type": "Τύπος αιτήματος",
"url": "URL", "url": "URL",
"variables": "Μεταβλητές", "variables": "Μεταβλητές",
"view_my_links": "View my links" "view_my_links": "Προβολή των links μου"
}, },
"response": { "response": {
"body": "Σώμα απόκρισης", "body": "Σώμα απόκρισης",
@@ -411,14 +445,14 @@
"change_font_size": "Αλλαγή μεγέθους γραμματοσειράς", "change_font_size": "Αλλαγή μεγέθους γραμματοσειράς",
"choose_language": "Διάλεξε γλώσσα", "choose_language": "Διάλεξε γλώσσα",
"dark_mode": "Σκοτάδι", "dark_mode": "Σκοτάδι",
"expand_navigation": "Expand navigation", "expand_navigation": "Επέκταση navigation",
"experiments": "Πειράματα", "experiments": "Πειράματα",
"experiments_notice": "Αυτή είναι μια συλλογή πειραμάτων που δουλεύουμε και που μπορεί να αποδειχθούν χρήσιμα, διασκεδαστικά, και τα δύο ή κανένα από τα δύο. Δεν είναι οριστικά και μπορεί να μην είναι σταθερά, οπότε αν συμβεί κάτι υπερβολικά περίεργο, μην πανικοβληθείτε. Απλώς απενεργοποιήστε το πράγμα. Τα αστεία στην άκρη,", "experiments_notice": "Αυτή είναι μια συλλογή πειραμάτων που δουλεύουμε και που μπορεί να αποδειχθούν χρήσιμα, διασκεδαστικά, και τα δύο ή κανένα από τα δύο. Δεν είναι οριστικά και μπορεί να μην είναι σταθερά, οπότε αν συμβεί κάτι υπερβολικά περίεργο, μην πανικοβληθείτε. Απλώς απενεργοποιήστε το πράγμα. Τα αστεία στην άκρη,",
"extension_ver_not_reported": "Δεν αναφέρεται", "extension_ver_not_reported": "Δεν αναφέρεται",
"extension_version": "Έκταση επέκτασης", "extension_version": "Έκταση επέκτασης",
"extensions": "Επεκτάσεις", "extensions": "Επεκτάσεις",
"extensions_use_toggle": "Χρησιμοποιήστε την επέκταση του προγράμματος περιήγησης για να στείλετε αιτήματα (εάν υπάρχουν)", "extensions_use_toggle": "Χρησιμοποιήστε την επέκταση του προγράμματος περιήγησης για να στείλετε αιτήματα (εάν υπάρχουν)",
"follow": "Follow Us", "follow": "Ακολούθησε Μας",
"font_size": "Μέγεθος γραμματοσειράς", "font_size": "Μέγεθος γραμματοσειράς",
"font_size_large": "Μεγάλο", "font_size_large": "Μεγάλο",
"font_size_medium": "Μεσαίο", "font_size_medium": "Μεσαίο",
@@ -429,17 +463,17 @@
"light_mode": "Φως", "light_mode": "Φως",
"official_proxy_hosting": "Το Official Proxy φιλοξενείται από το Hoppscotch.", "official_proxy_hosting": "Το Official Proxy φιλοξενείται από το Hoppscotch.",
"profile": "Profile", "profile": "Profile",
"profile_description": "Update your profile details", "profile_description": "Ανανεώστε τις λεπτομέρειες του προφίλ σας",
"profile_email": "Email address", "profile_email": "Διευθυνση Email",
"profile_name": "Profile name", "profile_name": "Όνομα Προφίλ",
"proxy": "Πληρεξούσιο", "proxy": "Πληρεξούσιο",
"proxy_url": "URL διακομιστή μεσολάβησης", "proxy_url": "URL διακομιστή μεσολάβησης",
"proxy_use_toggle": "Χρησιμοποιήστε το ενδιάμεσο διακομιστή μεσολάβησης για να στείλετε αιτήματα", "proxy_use_toggle": "Χρησιμοποιήστε το ενδιάμεσο διακομιστή μεσολάβησης για να στείλετε αιτήματα",
"read_the": "Διαβάστε το", "read_the": "Διαβάστε το",
"reset_default": "Επαναφορά στο προκαθορισμένο", "reset_default": "Επαναφορά στο προκαθορισμένο",
"short_codes": "Short codes", "short_codes": "Short codes",
"short_codes_description": "Short codes which were created by you.", "short_codes_description": "Short codes πυ δημιουργήσατε.",
"sidebar_on_left": "Sidebar on left", "sidebar_on_left": "Sidebar στα αριστερά",
"sync": "Συγχρονίζω", "sync": "Συγχρονίζω",
"sync_collections": "Συλλογές", "sync_collections": "Συλλογές",
"sync_description": "Αυτές οι ρυθμίσεις συγχρονίζονται με το cloud.", "sync_description": "Αυτές οι ρυθμίσεις συγχρονίζονται με το cloud.",
@@ -452,15 +486,15 @@
"theme_description": "Προσαρμόστε το θέμα της εφαρμογής σας.", "theme_description": "Προσαρμόστε το θέμα της εφαρμογής σας.",
"use_experimental_url_bar": "Χρήση πειραματικής γραμμής URL με ανάδειξη περιβάλλοντος", "use_experimental_url_bar": "Χρήση πειραματικής γραμμής URL με ανάδειξη περιβάλλοντος",
"user": "Χρήστης", "user": "Χρήστης",
"verified_email": "Verified email", "verified_email": "Επαληθευμένο email",
"verify_email": "Verify email" "verify_email": "Επαλήθευση email"
}, },
"shortcodes": { "shortcodes": {
"actions": "Actions", "actions": "Δράσεις",
"created_on": "Created on", "created_on": "Created on",
"deleted": "Shortcode deleted", "deleted": "Το Shortcode διαγράφηκε",
"method": "Method", "method": "Method",
"not_found": "Shortcode not found", "not_found": "Το Shortcode δεν βρέθηκε",
"short_code": "Short code", "short_code": "Short code",
"url": "URL" "url": "URL"
}, },
@@ -481,7 +515,7 @@
"documentation": "Μεταβείτε στη σελίδα Τεκμηρίωση", "documentation": "Μεταβείτε στη σελίδα Τεκμηρίωση",
"forward": "Προχωρήστε στην επόμενη σελίδα", "forward": "Προχωρήστε στην επόμενη σελίδα",
"graphql": "Μεταβείτε στη σελίδα GraphQL", "graphql": "Μεταβείτε στη σελίδα GraphQL",
"profile": "Go to Profile page", "profile": "Πάνε στην σελίδα του Προφίλ",
"realtime": "Μεταβείτε στη σελίδα σε πραγματικό χρόνο", "realtime": "Μεταβείτε στη σελίδα σε πραγματικό χρόνο",
"rest": "Μεταβείτε στη σελίδα REST", "rest": "Μεταβείτε στη σελίδα REST",
"settings": "Μεταβείτε στη σελίδα Ρυθμίσεις", "settings": "Μεταβείτε στη σελίδα Ρυθμίσεις",
@@ -503,35 +537,35 @@
"title": "Αίτηση" "title": "Αίτηση"
}, },
"response": { "response": {
"copy": "Copy response to clipboard", "copy": "Αντιγραφή response στο πρόχειρο",
"download": "Download response as file", "download": "Κατέβασμα response ώς αρχείο",
"title": "Response" "title": "Response"
}, },
"theme": { "theme": {
"black": "Switch theme to black mode", "black": "Αλλαγή θέματος στη Μαύρη Λειτουργία",
"dark": "Switch theme to dark mode", "dark": "Αλλαγή θέματος στη Σκούρη Λειτουργία",
"light": "Switch theme to light mode", "light": "Αλλαγή θέματος στη Ανοιχτή Λειτουργία",
"system": "Switch theme to system mode", "system": "Αλλαγή θέματος στη Λειτουργία Συστήματος",
"title": "Theme" "title": "Θέμα"
} }
}, },
"show": { "show": {
"code": "Εμφάνιση κωδικού", "code": "Εμφάνιση κωδικού",
"collection": "Expand Collection Panel", "collection": "Επέκταση Collection Panel",
"more": "Δείτε περισσότερα", "more": "Δείτε περισσότερα",
"sidebar": "Εμφάνιση πλευρικής γραμμής" "sidebar": "Εμφάνιση πλευρικής γραμμής"
}, },
"socketio": { "socketio": {
"communication": "Επικοινωνία", "communication": "Επικοινωνία",
"connection_not_authorized": "This SocketIO connection does not use any authentication.", "connection_not_authorized": "Η συγκεκριμένη σύνδεση SocketIO δεν χρησιμοποιεί αυθεντικοποίηση.",
"event_name": "Όνομα συμβάντος", "event_name": "Όνομα συμβάντος",
"events": "Εκδηλώσεις", "events": "Εκδηλώσεις",
"log": "Κούτσουρο", "log": "Logs",
"url": "URL" "url": "URL"
}, },
"sse": { "sse": {
"event_type": "Τύπος συμβάντος", "event_type": "Τύπος συμβάντος",
"log": "Κούτσουρο", "log": "Logs",
"url": "URL" "url": "URL"
}, },
"state": { "state": {
@@ -541,9 +575,9 @@
"connected": "Συνδεδεμένος", "connected": "Συνδεδεμένος",
"connected_to": "Συνδέθηκε με το {name}", "connected_to": "Συνδέθηκε με το {name}",
"connecting_to": "Σύνδεση με {name} ...", "connecting_to": "Σύνδεση με {name} ...",
"connection_error": "Failed to connect", "connection_error": "Η Σύνδεση απέτυχε",
"connection_failed": "Connection failed", "connection_failed": "Αποτυχής Σύνδεση",
"connection_lost": "Connection lost", "connection_lost": "Η Σύνδεση χάθηκε",
"copied_to_clipboard": "Αντιγράφηκε στο πρόχειρο", "copied_to_clipboard": "Αντιγράφηκε στο πρόχειρο",
"deleted": "Διαγράφηκε", "deleted": "Διαγράφηκε",
"deprecated": "ΚΑΤΑΡΓΗΘΗΚΕ", "deprecated": "ΚΑΤΑΡΓΗΘΗΚΕ",
@@ -558,17 +592,17 @@
"history_deleted": "Το ιστορικό διαγράφηκε", "history_deleted": "Το ιστορικό διαγράφηκε",
"linewrap": "Τυλίξτε γραμμές", "linewrap": "Τυλίξτε γραμμές",
"loading": "Φόρτωση...", "loading": "Φόρτωση...",
"message_received": "Message: {message} arrived on topic: {topic}", "message_received": "Μήνυμα: {message} ήρθε με θέμα: {topic}",
"mqtt_subscription_failed": "Something went wrong while subscribing to topic: {topic}", "mqtt_subscription_failed": "Κάτι πήγε στραβά κατα την εγγραφή στο Θέμα: {topic}",
"none": "Κανένας", "none": "Κανένας",
"nothing_found": "Δεν βρέθηκε τίποτα για", "nothing_found": "Δεν βρέθηκε τίποτα για",
"published_error": "Something went wrong while publishing msg: {topic} to topic: {message}", "published_error": "Κάτι πήγε στραβά κατα την αποστολή του μηνύματος: {topic} με θέμα: {message}",
"published_message": "Published message: {message} to topic: {topic}", "published_message": "Δημοσιευμένο Μηνυμα: {message} με θέμα: {topic}",
"reconnection_error": "Failed to reconnect", "reconnection_error": "Αποτυχία επανασύνδεσης",
"subscribed_failed": "Failed to subscribe to topic: {topic}", "subscribed_failed": "Αποτυχία εγγραφής στο Θέμα: {topic}",
"subscribed_success": "Successfully subscribed to topic: {topic}", "subscribed_success": "Επιτυχία εγγραφής στο Θέμα: {topic}",
"unsubscribed_failed": "Failed to unsubscribe from topic: {topic}", "unsubscribed_failed": "Αποτυχία απεγγραφής στο Θέμα: {topic}",
"unsubscribed_success": "Successfully unsubscribed from topic: {topic}", "unsubscribed_success": "Επιτυχία απεγγραφής στο Θέμα: {topic}",
"waiting_send_request": "Αναμονή για αποστολή αιτήματος" "waiting_send_request": "Αναμονή για αποστολή αιτήματος"
}, },
"support": { "support": {
@@ -604,59 +638,64 @@
"websocket": "WebSocket" "websocket": "WebSocket"
}, },
"team": { "team": {
"already_member": "You are already a member of this team. Contact your team owner.", "already_member": "Είστε ήδη μέλος σε αυτή την ομάδα. Επικοινωνήστε με τον Ιδιοκτήτη της Ομάδας.",
"create_new": "Δημιουργία νέας ομάδας", "create_new": "Δημιουργία νέας ομάδας",
"deleted": "Η ομάδα διαγράφηκε", "deleted": "Η ομάδα διαγράφηκε",
"edit": "Επεξεργασία ομάδας", "edit": "Επεξεργασία ομάδας",
"email": "ΗΛΕΚΤΡΟΝΙΚΗ ΔΙΕΥΘΥΝΣΗ", "email": "ΗΛΕΚΤΡΟΝΙΚΗ ΔΙΕΥΘΥΝΣΗ",
"email_do_not_match": "Email doesn't match with your account details. Contact your team owner.", "email_do_not_match": "Το Email δεν ταιριάζει με τις λεπτομέριες του προφιλ σας. Επικοινωνήστε με τον Ιδιοκτήτη της Ομάδας.",
"exit": "Έξοδος από την ομάδα", "exit": "Έξοδος από την ομάδα",
"exit_disabled": "Μόνο ο ιδιοκτήτης δεν μπορεί να αποχωρήσει από την ομάδα", "exit_disabled": "Μόνο ο ιδιοκτήτης δεν μπορεί να αποχωρήσει από την ομάδα",
"invalid_email_format": "Η μορφή ηλεκτρονικού ταχυδρομείου δεν είναι έγκυρη", "invalid_email_format": "Η μορφή ηλεκτρονικού ταχυδρομείου δεν είναι έγκυρη",
"invalid_id": "Invalid team ID. Contact your team owner.", "invalid_id": "Μή εγκυρο αναγνωριστικό ομάδας. Επικοινωνήστε με τον Ιδιοκτήτη της Ομάδας.",
"invalid_invite_link": "Invalid invite link", "invalid_invite_link": "Μη έγκυρος σύνδεσμος πρόσκλησης",
"invalid_invite_link_description": "The link you followed is invalid. Contact your team owner.", "invalid_invite_link_description": "Ο σύνδεσμος πρόσκλησης δεν είναι έγκυρος. Επικοινωνήστε με τον Ιδιοκτήτη της Ομάδας.",
"invalid_member_permission": "Δώστε έγκυρη άδεια στο μέλος της ομάδας", "invalid_member_permission": "Δώστε έγκυρη άδεια στο μέλος της ομάδας",
"invite": "Invite", "invite": "Πρόσκληση",
"invite_more": "Invite more", "invite_more": "Πρόσκληση περισσοτέρων",
"invite_tooltip": "Invite people to this workspace", "invite_tooltip": "Πρόσκληση χρηστών σε αυτό το workspace",
"invited_to_team": "{owner} invited you to join {team}", "invited_to_team": "{owner} σου έκανε πρόσκληση για να μπεις στην {team}",
"join": "Invitation accepted", "join": "Πρόσκληση Αποδεκτή",
"join_beta": "Εγγραφείτε στο πρόγραμμα beta για πρόσβαση σε ομάδες.", "join_beta": "Εγγραφείτε στο πρόγραμμα beta για πρόσβαση σε ομάδες.",
"join_team": "Join {team}", "join_team": "Γίνε Μέλος {team}",
"joined_team": "You have joined {team}", "joined_team": "Μπήκες στην ομάδα: {team}",
"joined_team_description": "You are now a member of this team", "joined_team_description": "Είστε πλέον μέλος αυτής της ομάδας",
"left": "Έφυγες από την ομάδα", "left": "Έφυγες από την ομάδα",
"login_to_continue": "Login to continue", "login_to_continue": "Συνδέσου για να συνεχίσεις",
"login_to_continue_description": "You need to be logged in to join a team.", "login_to_continue_description": "Πρέπει να είσαι συνδεδεμένος για να μπεις σε κάποια ομάδα.",
"logout_and_try_again": "Logout and sign in with another account", "logout_and_try_again": "Αποσύνδεση και Σύνδεση με άλλο λογαριασμό",
"member_has_invite": "This email ID already has an invite. Contact your team owner.", "member_has_invite": "Αυτή η διεύθυνση email έχει ήδη πρόσκληση. This email ID already has an invite. Επικοινωνήστε με τον Ιδιοκτήτη της Ομάδας.",
"member_not_found": "Member not found. Contact your team owner.", "member_not_found": "Το μέλος δεν βρέθηκε. Επικοινωνήστε με τον Ιδιοκτήτη της Ομάδας.",
"member_removed": "Ο χρήστης καταργήθηκε", "member_removed": "Ο χρήστης καταργήθηκε",
"member_role_updated": "Οι ρόλοι των χρηστών ενημερώθηκαν", "member_role_updated": "Οι ρόλοι των χρηστών ενημερώθηκαν",
"members": "Μέλη", "members": "Μέλη",
"name_length_insufficient": "Το όνομα της ομάδας πρέπει να έχει τουλάχιστον 6 χαρακτήρες", "name_length_insufficient": "Το όνομα της ομάδας πρέπει να έχει τουλάχιστον 6 χαρακτήρες",
"name_updated": "Team name updated", "name_updated": "Το όνομα ομάδας ανανεώθηκε",
"new": "Νέα Ομάδα", "new": "Νέα Ομάδα",
"new_created": "Δημιουργήθηκε νέα ομάδα", "new_created": "Δημιουργήθηκε νέα ομάδα",
"new_name": "Η νέα μου ομάδα", "new_name": "Η νέα μου ομάδα",
"no_access": "Δεν έχετε πρόσβαση επεξεργασίας σε αυτές τις συλλογές", "no_access": "Δεν έχετε πρόσβαση επεξεργασίας σε αυτές τις συλλογές",
"no_invite_found": "Invitation not found. Contact your team owner.", "no_invite_found": "Δέν βρέθηκε πρόσκληση. Επικοινωνήστε με τον Ιδιοκτήτη της Ομάδας.",
"not_found": "Team not found. Contact your team owner.", "not_found": "Η ομάδα δεν βρέθηκε. Επικοινωνήστε με τον Ιδιοκτήτη της Ομάδας.",
"not_valid_viewer": "You are not a valid viewer. Contact your team owner.", "not_valid_viewer": "Δεν είστε έγκυρος viewer. Επικοινωνήστε με τον Ιδιοκτήτη της Ομάδας.",
"pending_invites": "Pending invites", "pending_invites": "Εκκρεμης προσκλήσεις",
"permissions": "Άδειες", "permissions": "Άδειες",
"saved": "Η ομάδα σώθηκε", "saved": "Η ομάδα σώθηκε",
"select_a_team": "Select a team", "select_a_team": "Επιλογή ομάδας",
"title": "Της ομάδας", "title": "Της ομάδας",
"we_sent_invite_link": "We sent an invite link to all invitees!", "we_sent_invite_link": "Στείλαμε έναν σύνδεσμο πρόσκλησης σε όλους!",
"we_sent_invite_link_description": "Ask all invitees to check their inbox. Click on the link to join the team." "we_sent_invite_link_description": "Ζητήστε από όλους όσους στείλατε πρόσκληση να ελέγξουν τα email τους. Click στον σύνδεσμο για εισαγωγή στην ομάδα."
},
"team_environment": {
"deleted": "Το περιβάλλον διαγράφηκε",
"duplicate": "Το περιβάλλον αντιγράφηκε",
"not_found": "Το περιβάλλον δεν βρέθηκε."
}, },
"test": { "test": {
"failed": "test failed", "failed": "Αποτυχία test",
"javascript_code": "Κώδικας JavaScript", "javascript_code": "Κώδικας JavaScript",
"learn": "Διαβάστε την τεκμηρίωση", "learn": "Διαβάστε την τεκμηρίωση",
"passed": "test passed", "passed": "Επιτυχία test",
"report": "Αναφορά δοκιμής", "report": "Αναφορά δοκιμής",
"results": "Αποτελέσματα δοκιμών", "results": "Αποτελέσματα δοκιμών",
"script": "Γραφή", "script": "Γραφή",

View File

@@ -7,6 +7,7 @@
"clear_all": "Clear all", "clear_all": "Clear all",
"close": "Close", "close": "Close",
"connect": "Connect", "connect": "Connect",
"connecting": "Connecting",
"copy": "Copy", "copy": "Copy",
"delete": "Delete", "delete": "Delete",
"disconnect": "Disconnect", "disconnect": "Disconnect",
@@ -16,8 +17,9 @@
"drag_to_reorder": "Drag to reorder", "drag_to_reorder": "Drag to reorder",
"duplicate": "Duplicate", "duplicate": "Duplicate",
"edit": "Edit", "edit": "Edit",
"filter_response": "Filter response", "filter": "Filter",
"go_back": "Go back", "go_back": "Go back",
"group_by": "Group by",
"label": "Label", "label": "Label",
"learn_more": "Learn more", "learn_more": "Learn more",
"less": "Less", "less": "Less",
@@ -35,6 +37,7 @@
"search": "Search", "search": "Search",
"send": "Send", "send": "Send",
"start": "Start", "start": "Start",
"starting": "Starting",
"stop": "Stop", "stop": "Stop",
"to_close": "to close", "to_close": "to close",
"to_navigate": "to navigate", "to_navigate": "to navigate",
@@ -168,10 +171,11 @@
"members": "Team is empty", "members": "Team is empty",
"parameters": "This request does not have any parameters", "parameters": "This request does not have any parameters",
"pending_invites": "There are no pending invites for this team", "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", "protocols": "Protocols are empty",
"schema": "Connect to a GraphQL endpoint to view schema", "schema": "Connect to a GraphQL endpoint to view schema",
"shortcodes": "Shortcodes are empty", "shortcodes": "Shortcodes are empty",
"subscription": "Subscriptions are empty",
"team_name": "Team name empty", "team_name": "Team name empty",
"teams": "You don't belong to any teams", "teams": "You don't belong to any teams",
"tests": "There are no tests for this request" "tests": "There are no tests for this request"
@@ -184,11 +188,13 @@
"deleted": "Environment deletion", "deleted": "Environment deletion",
"edit": "Edit Environment", "edit": "Edit Environment",
"invalid_name": "Please provide a name for the environment", "invalid_name": "Please provide a name for the environment",
"my_environments": "My Environments",
"nested_overflow": "nested environment variables are limited to 10 levels", "nested_overflow": "nested environment variables are limited to 10 levels",
"new": "New Environment", "new": "New Environment",
"no_environment": "No environment", "no_environment": "No environment",
"no_environment_description": "No environments were selected. Choose what to do with the following variables.", "no_environment_description": "No environments were selected. Choose what to do with the following variables.",
"select": "Select environment", "select": "Select environment",
"team_environments": "Team Environments",
"title": "Environments", "title": "Environments",
"updated": "Environment updated", "updated": "Environment updated",
"variable_list": "Variable List" "variable_list": "Variable List"
@@ -222,6 +228,11 @@
"require_github": "Login with GitHub to create secret gist", "require_github": "Login with GitHub to create secret gist",
"title": "Export" "title": "Export"
}, },
"filter": {
"all": "All",
"none": "None",
"starred": "Starred"
},
"folder": { "folder": {
"created": "Folder created", "created": "Folder created",
"edit": "Edit Folder", "edit": "Edit Folder",
@@ -235,6 +246,10 @@
"schema": "Schema", "schema": "Schema",
"subscriptions": "Subscriptions" "subscriptions": "Subscriptions"
}, },
"group": {
"time": "Time",
"url": "URL"
},
"header": { "header": {
"install_pwa": "Install app", "install_pwa": "Install app",
"login": "Login", "login": "Login",
@@ -298,10 +313,28 @@
"import_export": "Import / Export" "import_export": "Import / Export"
}, },
"mqtt": { "mqtt": {
"already_subscribed": "You are already subscribed to this topic.",
"clean_session": "Clean Session",
"clear_input": "Clear input",
"clear_input_on_send": "Clear input on send",
"client_id": "Client ID",
"color": "Pick a color",
"communication": "Communication", "communication": "Communication",
"connection_config": "Connection Config",
"connection_not_authorized": "This MQTT connection does not use any authentication.",
"invalid_topic": "Please provide a topic for the subscription",
"keep_alive": "Keep Alive",
"log": "Log", "log": "Log",
"lw_message": "Last-Will Message",
"lw_qos": "Last-Will QoS",
"lw_retain": "Last-Will Retain",
"lw_topic": "Last-Will Topic",
"message": "Message", "message": "Message",
"new": "New Subscription",
"not_connected": "Please start a MQTT connection first.",
"publish": "Publish", "publish": "Publish",
"qos": "QoS",
"ssl": "SSL",
"subscribe": "Subscribe", "subscribe": "Subscribe",
"topic": "Topic", "topic": "Topic",
"topic_name": "Topic Name", "topic_name": "Topic Name",
@@ -325,6 +358,7 @@
}, },
"profile": { "profile": {
"app_settings": "App Settings", "app_settings": "App Settings",
"default_hopp_displayname": "Unnamed User",
"editor": "Editor", "editor": "Editor",
"editor_description": "Editors can add, edit, and delete requests.", "editor_description": "Editors can add, edit, and delete requests.",
"email_verification_mail": "A verification email has been sent to your email address. Please click on the link to verify your email address.", "email_verification_mail": "A verification email has been sent to your email address. Please click on the link to verify your email address.",
@@ -353,7 +387,7 @@
}, },
"copy_link": "Copy link", "copy_link": "Copy link",
"duration": "Duration", "duration": "Duration",
"enter_curl": "Enter cURL", "enter_curl": "Enter cURL command",
"generate_code": "Generate code", "generate_code": "Generate code",
"generated_code": "Generated code", "generated_code": "Generated code",
"header_list": "Header List", "header_list": "Header List",
@@ -418,7 +452,7 @@
"extension_version": "Extension Version", "extension_version": "Extension Version",
"extensions": "Browser extension", "extensions": "Browser extension",
"extensions_use_toggle": "Use the browser extension to send requests (if present)", "extensions_use_toggle": "Use the browser extension to send requests (if present)",
"follow": "Follow Us", "follow": "Follow us",
"font_size": "Font size", "font_size": "Font size",
"font_size_large": "Large", "font_size_large": "Large",
"font_size_medium": "Medium", "font_size_medium": "Medium",
@@ -524,7 +558,7 @@
"socketio": { "socketio": {
"communication": "Communication", "communication": "Communication",
"connection_not_authorized": "This SocketIO connection does not use any authentication.", "connection_not_authorized": "This SocketIO connection does not use any authentication.",
"event_name": "Event Name", "event_name": "Event/Topic Name",
"events": "Events", "events": "Events",
"log": "Log", "log": "Log",
"url": "URL" "url": "URL"
@@ -652,6 +686,11 @@
"we_sent_invite_link": "We sent an invite link to all invitees!", "we_sent_invite_link": "We sent an invite link to all invitees!",
"we_sent_invite_link_description": "Ask all invitees to check their inbox. Click on the link to join the team." "we_sent_invite_link_description": "Ask all invitees to check their inbox. Click on the link to join the team."
}, },
"team_environment": {
"deleted": "Environment Deleted",
"duplicate": "Environment Duplicated",
"not_found": "Environment not found."
},
"test": { "test": {
"failed": "test failed", "failed": "test failed",
"javascript_code": "JavaScript Code", "javascript_code": "JavaScript Code",

View File

@@ -5,19 +5,21 @@
"choose_file": "Seleccionar archivo", "choose_file": "Seleccionar archivo",
"clear": "Limpiar", "clear": "Limpiar",
"clear_all": "Limpiar todo", "clear_all": "Limpiar todo",
"close": "Close", "close": "Cerrar",
"connect": "Conectar", "connect": "Conectar",
"connecting": "Connecting",
"copy": "Copiar", "copy": "Copiar",
"delete": "Borrar", "delete": "Borrar",
"disconnect": "Desconectar", "disconnect": "Desconectar",
"dismiss": "Descartar", "dismiss": "Descartar",
"dont_save": "Don't save", "dont_save": "Don't save",
"download_file": "Descargar archivo", "download_file": "Descargar archivo",
"drag_to_reorder": "Drag to reorder", "drag_to_reorder": "Arrastrar para reordenar",
"duplicate": "Duplicar", "duplicate": "Duplicar",
"edit": "Editar", "edit": "Editar",
"filter_response": "Filter response", "filter": "Filter",
"go_back": "Volver", "go_back": "Volver",
"group_by": "Group by",
"label": "Etiqueta", "label": "Etiqueta",
"learn_more": "Aprender más", "learn_more": "Aprender más",
"less": "Menos", "less": "Menos",
@@ -35,6 +37,7 @@
"search": "Buscar", "search": "Buscar",
"send": "Enviar", "send": "Enviar",
"start": "Comenzar", "start": "Comenzar",
"starting": "Starting",
"stop": "Detener", "stop": "Detener",
"to_close": "para cerrar", "to_close": "para cerrar",
"to_navigate": "para navegar", "to_navigate": "para navegar",
@@ -171,7 +174,8 @@
"profile": "Iniciar sesión para ver tu perfil", "profile": "Iniciar sesión para ver tu perfil",
"protocols": "Los protocolos están vacíos", "protocols": "Los protocolos están vacíos",
"schema": "Conectarse a un punto final de GraphQL", "schema": "Conectarse a un punto final de GraphQL",
"shortcodes": "Shortcodes are empty", "shortcodes": "Los shortcodes están vacíos",
"subscription": "Subscriptions are empty",
"team_name": "Nombre del equipo vacío", "team_name": "Nombre del equipo vacío",
"teams": "Los equipos están vacíos", "teams": "Los equipos están vacíos",
"tests": "No hay pruebas para esta petición" "tests": "No hay pruebas para esta petición"
@@ -184,11 +188,13 @@
"deleted": "Eliminar el entorno", "deleted": "Eliminar el entorno",
"edit": "Editar entorno", "edit": "Editar entorno",
"invalid_name": "Proporciona un nombre válido para el entorno.", "invalid_name": "Proporciona un nombre válido para el entorno.",
"my_environments": "My Environments",
"nested_overflow": "las variables de entorno anidadas están limitadas a 10 niveles", "nested_overflow": "las variables de entorno anidadas están limitadas a 10 niveles",
"new": "Nuevo entorno", "new": "Nuevo entorno",
"no_environment": "Sin entorno", "no_environment": "Sin entorno",
"no_environment_description": "No se ha seleccionado ningún entorno. Elije qué hacer con las siguientes variables.", "no_environment_description": "No se ha seleccionado ningún entorno. Elije qué hacer con las siguientes variables.",
"select": "Seleccionar entorno", "select": "Seleccionar entorno",
"team_environments": "Team Environments",
"title": "Entornos", "title": "Entornos",
"updated": "Actualización del entorno", "updated": "Actualización del entorno",
"variable_list": "Lista de variables" "variable_list": "Lista de variables"
@@ -222,6 +228,11 @@
"require_github": "Iniciar sesión con GitHub para crear un Gist secreto", "require_github": "Iniciar sesión con GitHub para crear un Gist secreto",
"title": "Exportar" "title": "Exportar"
}, },
"filter": {
"all": "All",
"none": "None",
"starred": "Starred"
},
"folder": { "folder": {
"created": "Carpeta creada", "created": "Carpeta creada",
"edit": "Editar carpeta", "edit": "Editar carpeta",
@@ -235,6 +246,10 @@
"schema": "Esquema", "schema": "Esquema",
"subscriptions": "Suscripciones" "subscriptions": "Suscripciones"
}, },
"group": {
"time": "Time",
"url": "URL"
},
"header": { "header": {
"install_pwa": "Instalar aplicación", "install_pwa": "Instalar aplicación",
"login": "Iniciar sesión", "login": "Iniciar sesión",
@@ -298,10 +313,28 @@
"import_export": "Importación y exportación" "import_export": "Importación y exportación"
}, },
"mqtt": { "mqtt": {
"already_subscribed": "You are already subscribed to this topic.",
"clean_session": "Clean Session",
"clear_input": "Clear input",
"clear_input_on_send": "Clear input on send",
"client_id": "Client ID",
"color": "Pick a color",
"communication": "Comunicación", "communication": "Comunicación",
"connection_config": "Connection Config",
"connection_not_authorized": "This MQTT connection does not use any authentication.",
"invalid_topic": "Please provide a topic for the subscription",
"keep_alive": "Keep Alive",
"log": "Registro", "log": "Registro",
"lw_message": "Last-Will Message",
"lw_qos": "Last-Will QoS",
"lw_retain": "Last-Will Retain",
"lw_topic": "Last-Will Topic",
"message": "Mensaje", "message": "Mensaje",
"new": "New Subscription",
"not_connected": "Please start a MQTT connection first.",
"publish": "Publicar", "publish": "Publicar",
"qos": "QoS",
"ssl": "SSL",
"subscribe": "Suscribir", "subscribe": "Suscribir",
"topic": "Tema", "topic": "Tema",
"topic_name": "Nombre del tema", "topic_name": "Nombre del tema",
@@ -325,6 +358,7 @@
}, },
"profile": { "profile": {
"app_settings": "Ajustes de la aplicación", "app_settings": "Ajustes de la aplicación",
"default_hopp_displayname": "Unnamed User",
"editor": "Editor", "editor": "Editor",
"editor_description": "Los editores pueden añadir, editar y eliminar solicitudes.", "editor_description": "Los editores pueden añadir, editar y eliminar solicitudes.",
"email_verification_mail": "Se ha enviado un correo electrónico de verificación a tu dirección de correo electrónico. Haz clic en el enlace para verificar tu dirección de correo electrónico.", "email_verification_mail": "Se ha enviado un correo electrónico de verificación a tu dirección de correo electrónico. Haz clic en el enlace para verificar tu dirección de correo electrónico.",
@@ -381,7 +415,7 @@
"type": "Tipo de petición", "type": "Tipo de petición",
"url": "URL", "url": "URL",
"variables": "Variables", "variables": "Variables",
"view_my_links": "View my links" "view_my_links": "Ver mis enlaces"
}, },
"response": { "response": {
"body": "Cuerpo de respuesta", "body": "Cuerpo de respuesta",
@@ -418,7 +452,7 @@
"extension_version": "Versión de extensión", "extension_version": "Versión de extensión",
"extensions": "Extensiones", "extensions": "Extensiones",
"extensions_use_toggle": "Utilizar la extensión del navegador para enviar peticiones (si está presente)", "extensions_use_toggle": "Utilizar la extensión del navegador para enviar peticiones (si está presente)",
"follow": "Follow Us", "follow": "Síguenos",
"font_size": "Tamaño de fuente", "font_size": "Tamaño de fuente",
"font_size_large": "Grande", "font_size_large": "Grande",
"font_size_medium": "Mediano", "font_size_medium": "Mediano",
@@ -503,9 +537,9 @@
"title": "Petición" "title": "Petición"
}, },
"response": { "response": {
"copy": "Copy response to clipboard", "copy": "Copiar la respuesta al portapapeles",
"download": "Download response as file", "download": "Descargar la respuesta como archivo",
"title": "Response" "title": "Respuesta"
}, },
"theme": { "theme": {
"black": "Cambiar el tema al modo negro", "black": "Cambiar el tema al modo negro",
@@ -577,10 +611,10 @@
"community": "Haz preguntas y ayuda a los demás", "community": "Haz preguntas y ayuda a los demás",
"documentation": "Leer más sobre Hoppscotch", "documentation": "Leer más sobre Hoppscotch",
"forum": "Haz preguntas y obtén respuestas", "forum": "Haz preguntas y obtén respuestas",
"github": "Follow us on Github", "github": "Síguenos en Github",
"shortcuts": "Navega por la aplicación más rápido", "shortcuts": "Navega por la aplicación más rápido",
"team": "Ponte en contacto con el equipo", "team": "Ponte en contacto con el equipo",
"title": "Apoyo", "title": "Ayuda",
"twitter": "Síguenos en Twitter" "twitter": "Síguenos en Twitter"
}, },
"tab": { "tab": {
@@ -595,7 +629,7 @@
"pre_request_script": "Script previo a la petición", "pre_request_script": "Script previo a la petición",
"queries": "Consultas", "queries": "Consultas",
"query": "Consulta", "query": "Consulta",
"schema": "Schema", "schema": "Esquema",
"socketio": "Socket.IO", "socketio": "Socket.IO",
"sse": "SSE", "sse": "SSE",
"tests": "Pruebas", "tests": "Pruebas",
@@ -652,6 +686,11 @@
"we_sent_invite_link": "¡Hemos enviado un enlace de invitación a todos los invitados!", "we_sent_invite_link": "¡Hemos enviado un enlace de invitación a todos los invitados!",
"we_sent_invite_link_description": "Pide a todos los invitados que revisen su bandeja de entrada. Haz clic en el enlace para unirse al equipo." "we_sent_invite_link_description": "Pide a todos los invitados que revisen su bandeja de entrada. Haz clic en el enlace para unirse al equipo."
}, },
"team_environment": {
"deleted": "Environment Deleted",
"duplicate": "Environment Duplicated",
"not_found": "Environment not found."
},
"test": { "test": {
"failed": "prueba fallida", "failed": "prueba fallida",
"javascript_code": "Código JavaScript", "javascript_code": "Código JavaScript",

View File

@@ -7,6 +7,7 @@
"clear_all": "Tyhjennä", "clear_all": "Tyhjennä",
"close": "Close", "close": "Close",
"connect": "Kytkeä", "connect": "Kytkeä",
"connecting": "Connecting",
"copy": "Kopio", "copy": "Kopio",
"delete": "Poistaa", "delete": "Poistaa",
"disconnect": "Katkaista", "disconnect": "Katkaista",
@@ -16,8 +17,9 @@
"drag_to_reorder": "Drag to reorder", "drag_to_reorder": "Drag to reorder",
"duplicate": "Duplicate", "duplicate": "Duplicate",
"edit": "Muokata", "edit": "Muokata",
"filter_response": "Filter response", "filter": "Filter",
"go_back": "Mene takaisin", "go_back": "Mene takaisin",
"group_by": "Group by",
"label": "Etiketti", "label": "Etiketti",
"learn_more": "Lue lisää", "learn_more": "Lue lisää",
"less": "Less", "less": "Less",
@@ -35,6 +37,7 @@
"search": "Hae", "search": "Hae",
"send": "Lähettää", "send": "Lähettää",
"start": "alkaa", "start": "alkaa",
"starting": "Starting",
"stop": "Lopettaa", "stop": "Lopettaa",
"to_close": "to close", "to_close": "to close",
"to_navigate": "to navigate", "to_navigate": "to navigate",
@@ -77,7 +80,7 @@
"status": "Tila", "status": "Tila",
"status_description": "Check the status of the website", "status_description": "Check the status of the website",
"terms_and_privacy": "Ehdot ja yksityisyys", "terms_and_privacy": "Ehdot ja yksityisyys",
"twitter": "Viserrys", "twitter": "Twitter",
"type_a_command_search": "Kirjoita komento tai hae…", "type_a_command_search": "Kirjoita komento tai hae…",
"we_use_cookies": "Käytämme evästeitä", "we_use_cookies": "Käytämme evästeitä",
"whats_new": "Mikä on uutta?", "whats_new": "Mikä on uutta?",
@@ -168,10 +171,11 @@
"members": "Joukkue on tyhjä", "members": "Joukkue on tyhjä",
"parameters": "Tässä pyynnössä ei ole parametreja", "parameters": "Tässä pyynnössä ei ole parametreja",
"pending_invites": "There are no pending invites for this team", "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ä", "protocols": "Protokollat ovat tyhjiä",
"schema": "Muodosta yhteys GraphQL -päätepisteeseen", "schema": "Muodosta yhteys GraphQL -päätepisteeseen",
"shortcodes": "Shortcodes are empty", "shortcodes": "Shortcodes are empty",
"subscription": "Subscriptions are empty",
"team_name": "Joukkueen nimi tyhjä", "team_name": "Joukkueen nimi tyhjä",
"teams": "Joukkueet ovat tyhjiä", "teams": "Joukkueet ovat tyhjiä",
"tests": "Tätä pyyntöä ei ole testattu" "tests": "Tätä pyyntöä ei ole testattu"
@@ -184,11 +188,13 @@
"deleted": "Environment deletion", "deleted": "Environment deletion",
"edit": "Muokkaa ympäristöä", "edit": "Muokkaa ympäristöä",
"invalid_name": "Anna ympäristölle kelvollinen nimi", "invalid_name": "Anna ympäristölle kelvollinen nimi",
"my_environments": "My Environments",
"nested_overflow": "nested environment variables are limited to 10 levels", "nested_overflow": "nested environment variables are limited to 10 levels",
"new": "Uusi ympäristö", "new": "Uusi ympäristö",
"no_environment": "Ei ympäristöä", "no_environment": "Ei ympäristöä",
"no_environment_description": "No environments were selected. Choose what to do with the following variables.", "no_environment_description": "No environments were selected. Choose what to do with the following variables.",
"select": "Valitse ympäristö", "select": "Valitse ympäristö",
"team_environments": "Team Environments",
"title": "Ympäristöt", "title": "Ympäristöt",
"updated": "Environment updation", "updated": "Environment updation",
"variable_list": "Muuttujien luettelo" "variable_list": "Muuttujien luettelo"
@@ -222,6 +228,11 @@
"require_github": "Kirjaudu sisään GitHubilla luodaksesi salaisen sisällön", "require_github": "Kirjaudu sisään GitHubilla luodaksesi salaisen sisällön",
"title": "Export" "title": "Export"
}, },
"filter": {
"all": "All",
"none": "None",
"starred": "Starred"
},
"folder": { "folder": {
"created": "Kansio luotu", "created": "Kansio luotu",
"edit": "Muokkaa kansiota", "edit": "Muokkaa kansiota",
@@ -235,6 +246,10 @@
"schema": "Kaavio", "schema": "Kaavio",
"subscriptions": "Tilaukset" "subscriptions": "Tilaukset"
}, },
"group": {
"time": "Time",
"url": "URL"
},
"header": { "header": {
"install_pwa": "Asenna sovellus", "install_pwa": "Asenna sovellus",
"login": "Kirjaudu sisään", "login": "Kirjaudu sisään",
@@ -298,10 +313,28 @@
"import_export": "Tuonti ja vienti" "import_export": "Tuonti ja vienti"
}, },
"mqtt": { "mqtt": {
"already_subscribed": "You are already subscribed to this topic.",
"clean_session": "Clean Session",
"clear_input": "Clear input",
"clear_input_on_send": "Clear input on send",
"client_id": "Client ID",
"color": "Pick a color",
"communication": "Viestintä", "communication": "Viestintä",
"connection_config": "Connection Config",
"connection_not_authorized": "This MQTT connection does not use any authentication.",
"invalid_topic": "Please provide a topic for the subscription",
"keep_alive": "Keep Alive",
"log": "Hirsi", "log": "Hirsi",
"lw_message": "Last-Will Message",
"lw_qos": "Last-Will QoS",
"lw_retain": "Last-Will Retain",
"lw_topic": "Last-Will Topic",
"message": "Viesti", "message": "Viesti",
"new": "New Subscription",
"not_connected": "Please start a MQTT connection first.",
"publish": "Julkaista", "publish": "Julkaista",
"qos": "QoS",
"ssl": "SSL",
"subscribe": "Tilaa", "subscribe": "Tilaa",
"topic": "Aihe", "topic": "Aihe",
"topic_name": "Aiheen nimi", "topic_name": "Aiheen nimi",
@@ -325,6 +358,7 @@
}, },
"profile": { "profile": {
"app_settings": "App Settings", "app_settings": "App Settings",
"default_hopp_displayname": "Unnamed User",
"editor": "Editor", "editor": "Editor",
"editor_description": "Editors can add, edit, and delete requests.", "editor_description": "Editors can add, edit, and delete requests.",
"email_verification_mail": "A verification email has been sent to your email address. Please click on the link to verify your email address.", "email_verification_mail": "A verification email has been sent to your email address. Please click on the link to verify your email address.",
@@ -652,6 +686,11 @@
"we_sent_invite_link": "We sent an invite link to all invitees!", "we_sent_invite_link": "We sent an invite link to all invitees!",
"we_sent_invite_link_description": "Ask all invitees to check their inbox. Click on the link to join the team." "we_sent_invite_link_description": "Ask all invitees to check their inbox. Click on the link to join the team."
}, },
"team_environment": {
"deleted": "Environment Deleted",
"duplicate": "Environment Duplicated",
"not_found": "Environment not found."
},
"test": { "test": {
"failed": "test failed", "failed": "test failed",
"javascript_code": "JavaScript -koodi", "javascript_code": "JavaScript -koodi",

View File

@@ -7,6 +7,7 @@
"clear_all": "Tout effacer", "clear_all": "Tout effacer",
"close": "Close", "close": "Close",
"connect": "Connecter", "connect": "Connecter",
"connecting": "Connecting",
"copy": "Copier", "copy": "Copier",
"delete": "Supprimer", "delete": "Supprimer",
"disconnect": "Déconnecter", "disconnect": "Déconnecter",
@@ -16,8 +17,9 @@
"drag_to_reorder": "Faites glisser pour réorganiser", "drag_to_reorder": "Faites glisser pour réorganiser",
"duplicate": "Dupliquer", "duplicate": "Dupliquer",
"edit": "Éditer", "edit": "Éditer",
"filter_response": "Filter response", "filter": "Filter",
"go_back": "Retour", "go_back": "Retour",
"group_by": "Group by",
"label": "Étiqueter", "label": "Étiqueter",
"learn_more": "En savoir plus", "learn_more": "En savoir plus",
"less": "Moins", "less": "Moins",
@@ -35,6 +37,7 @@
"search": "Chercher", "search": "Chercher",
"send": "Envoyer", "send": "Envoyer",
"start": "Démarrer", "start": "Démarrer",
"starting": "Starting",
"stop": "Arrêter", "stop": "Arrêter",
"to_close": "pour fermer", "to_close": "pour fermer",
"to_navigate": "pour naviguer", "to_navigate": "pour naviguer",
@@ -172,6 +175,7 @@
"protocols": "Les protocoles sont vides", "protocols": "Les protocoles sont vides",
"schema": "Se connecter à un point de terminaison GraphQL", "schema": "Se connecter à un point de terminaison GraphQL",
"shortcodes": "Les shortcodes sont vides", "shortcodes": "Les shortcodes sont vides",
"subscription": "Subscriptions are empty",
"team_name": "Nom de l'équipe vide", "team_name": "Nom de l'équipe vide",
"teams": "Les équipes sont vides", "teams": "Les équipes sont vides",
"tests": "Il n'y a pas de tests pour cette requête" "tests": "Il n'y a pas de tests pour cette requête"
@@ -184,11 +188,13 @@
"deleted": "Environnement supprimé", "deleted": "Environnement supprimé",
"edit": "Modifier l'environnement", "edit": "Modifier l'environnement",
"invalid_name": "Veuillez fournir un nom valide pour l'environnement", "invalid_name": "Veuillez fournir un nom valide pour l'environnement",
"my_environments": "My Environments",
"nested_overflow": "les variables d'environnement imbriquées sont limitées à 10 niveaux", "nested_overflow": "les variables d'environnement imbriquées sont limitées à 10 niveaux",
"new": "Nouvel environnement", "new": "Nouvel environnement",
"no_environment": "Pas d'environnement", "no_environment": "Pas d'environnement",
"no_environment_description": "Aucun environnement n'a été sélectionné. Choisissez ce qu'il faut faire avec les variables suivantes.", "no_environment_description": "Aucun environnement n'a été sélectionné. Choisissez ce qu'il faut faire avec les variables suivantes.",
"select": "Sélectionnez l'environnement", "select": "Sélectionnez l'environnement",
"team_environments": "Team Environments",
"title": "Environnements", "title": "Environnements",
"updated": "Mise à jour de l'environnement", "updated": "Mise à jour de l'environnement",
"variable_list": "Liste des variables" "variable_list": "Liste des variables"
@@ -222,6 +228,11 @@
"require_github": "Connectez-vous avec GitHub pour créer un Gist secret", "require_github": "Connectez-vous avec GitHub pour créer un Gist secret",
"title": "Exportation" "title": "Exportation"
}, },
"filter": {
"all": "All",
"none": "None",
"starred": "Starred"
},
"folder": { "folder": {
"created": "Dossier créé", "created": "Dossier créé",
"edit": "Modifier le dossier", "edit": "Modifier le dossier",
@@ -235,6 +246,10 @@
"schema": "Schéma", "schema": "Schéma",
"subscriptions": "Abonnements" "subscriptions": "Abonnements"
}, },
"group": {
"time": "Time",
"url": "URL"
},
"header": { "header": {
"install_pwa": "Installer l'application", "install_pwa": "Installer l'application",
"login": "Connexion", "login": "Connexion",
@@ -298,10 +313,28 @@
"import_export": "Importer / Exporter" "import_export": "Importer / Exporter"
}, },
"mqtt": { "mqtt": {
"already_subscribed": "You are already subscribed to this topic.",
"clean_session": "Clean Session",
"clear_input": "Clear input",
"clear_input_on_send": "Clear input on send",
"client_id": "Client ID",
"color": "Pick a color",
"communication": "Communication", "communication": "Communication",
"connection_config": "Connection Config",
"connection_not_authorized": "This MQTT connection does not use any authentication.",
"invalid_topic": "Please provide a topic for the subscription",
"keep_alive": "Keep Alive",
"log": "Infos", "log": "Infos",
"lw_message": "Last-Will Message",
"lw_qos": "Last-Will QoS",
"lw_retain": "Last-Will Retain",
"lw_topic": "Last-Will Topic",
"message": "Message", "message": "Message",
"new": "New Subscription",
"not_connected": "Please start a MQTT connection first.",
"publish": "Publier", "publish": "Publier",
"qos": "QoS",
"ssl": "SSL",
"subscribe": "S'abonner", "subscribe": "S'abonner",
"topic": "Sujet", "topic": "Sujet",
"topic_name": "Nom du sujet", "topic_name": "Nom du sujet",
@@ -325,6 +358,7 @@
}, },
"profile": { "profile": {
"app_settings": "Réglages de l'application", "app_settings": "Réglages de l'application",
"default_hopp_displayname": "Unnamed User",
"editor": "Éditeur", "editor": "Éditeur",
"editor_description": "Les éditeurs peuvent ajouter, modifier et supprimer des demandes.", "editor_description": "Les éditeurs peuvent ajouter, modifier et supprimer des demandes.",
"email_verification_mail": "Un e-mail de vérification a été envoyé à votre adresse e-mail. Veuillez cliquer sur le lien pour vérifier votre adresse électronique.", "email_verification_mail": "Un e-mail de vérification a été envoyé à votre adresse e-mail. Veuillez cliquer sur le lien pour vérifier votre adresse électronique.",
@@ -652,6 +686,11 @@
"we_sent_invite_link": "Nous avons envoyé un lien d'invitation à tous les invités !", "we_sent_invite_link": "Nous avons envoyé un lien d'invitation à tous les invités !",
"we_sent_invite_link_description": "Demandez à tous les invités de vérifier leur boîte de réception. Cliquez sur le lien pour rejoindre l'équipe." "we_sent_invite_link_description": "Demandez à tous les invités de vérifier leur boîte de réception. Cliquez sur le lien pour rejoindre l'équipe."
}, },
"team_environment": {
"deleted": "Environment Deleted",
"duplicate": "Environment Duplicated",
"not_found": "Environment not found."
},
"test": { "test": {
"failed": "Test échoué", "failed": "Test échoué",
"javascript_code": "Code JavaScript", "javascript_code": "Code JavaScript",

View File

@@ -7,6 +7,7 @@
"clear_all": "נקה הכל", "clear_all": "נקה הכל",
"close": "Close", "close": "Close",
"connect": "לְחַבֵּר", "connect": "לְחַבֵּר",
"connecting": "Connecting",
"copy": "עותק", "copy": "עותק",
"delete": "לִמְחוֹק", "delete": "לִמְחוֹק",
"disconnect": "לְנַתֵק", "disconnect": "לְנַתֵק",
@@ -16,8 +17,9 @@
"drag_to_reorder": "Drag to reorder", "drag_to_reorder": "Drag to reorder",
"duplicate": "Duplicate", "duplicate": "Duplicate",
"edit": "לַעֲרוֹך", "edit": "לַעֲרוֹך",
"filter_response": "Filter response", "filter": "Filter",
"go_back": "תחזור", "go_back": "תחזור",
"group_by": "Group by",
"label": "תווית", "label": "תווית",
"learn_more": "למד עוד", "learn_more": "למד עוד",
"less": "Less", "less": "Less",
@@ -35,6 +37,7 @@
"search": "לחפש", "search": "לחפש",
"send": "לִשְׁלוֹחַ", "send": "לִשְׁלוֹחַ",
"start": "הַתחָלָה", "start": "הַתחָלָה",
"starting": "Starting",
"stop": "תפסיק", "stop": "תפסיק",
"to_close": "to close", "to_close": "to close",
"to_navigate": "to navigate", "to_navigate": "to navigate",
@@ -77,7 +80,7 @@
"status": "סטָטוּס", "status": "סטָטוּס",
"status_description": "Check the status of the website", "status_description": "Check the status of the website",
"terms_and_privacy": "תנאים ופרטיות", "terms_and_privacy": "תנאים ופרטיות",
"twitter": "טוויטר", "twitter": "Twitter",
"type_a_command_search": "הקלד פקודה או חפש ...", "type_a_command_search": "הקלד פקודה או חפש ...",
"we_use_cookies": "אנו משתמשים בעוגיות", "we_use_cookies": "אנו משתמשים בעוגיות",
"whats_new": "מה חדש?", "whats_new": "מה חדש?",
@@ -168,10 +171,11 @@
"members": "הקבוצה ריקה", "members": "הקבוצה ריקה",
"parameters": "לבקשה זו אין פרמטרים", "parameters": "לבקשה זו אין פרמטרים",
"pending_invites": "There are no pending invites for this team", "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": "הפרוטוקולים ריקים",
"schema": "התחבר לנקודת קצה של GraphQL", "schema": "התחבר לנקודת קצה של GraphQL",
"shortcodes": "Shortcodes are empty", "shortcodes": "Shortcodes are empty",
"subscription": "Subscriptions are empty",
"team_name": "שם הקבוצה ריק", "team_name": "שם הקבוצה ריק",
"teams": "הקבוצות ריקות", "teams": "הקבוצות ריקות",
"tests": "אין בדיקות לבקשה זו" "tests": "אין בדיקות לבקשה זו"
@@ -184,11 +188,13 @@
"deleted": "Environment deletion", "deleted": "Environment deletion",
"edit": "ערוך את הסביבה", "edit": "ערוך את הסביבה",
"invalid_name": "אנא ספק שם חוקי לסביבה", "invalid_name": "אנא ספק שם חוקי לסביבה",
"my_environments": "My Environments",
"nested_overflow": "nested environment variables are limited to 10 levels", "nested_overflow": "nested environment variables are limited to 10 levels",
"new": "סביבה חדשה", "new": "סביבה חדשה",
"no_environment": "אין סביבה", "no_environment": "אין סביבה",
"no_environment_description": "No environments were selected. Choose what to do with the following variables.", "no_environment_description": "No environments were selected. Choose what to do with the following variables.",
"select": "בחר סביבה", "select": "בחר סביבה",
"team_environments": "Team Environments",
"title": "סביבות", "title": "סביבות",
"updated": "Environment updation", "updated": "Environment updation",
"variable_list": "רשימת משתנים" "variable_list": "רשימת משתנים"
@@ -222,6 +228,11 @@
"require_github": "התחבר עם GitHub כדי ליצור תמצית סודית", "require_github": "התחבר עם GitHub כדי ליצור תמצית סודית",
"title": "Export" "title": "Export"
}, },
"filter": {
"all": "All",
"none": "None",
"starred": "Starred"
},
"folder": { "folder": {
"created": "תיקייה נוצרה", "created": "תיקייה נוצרה",
"edit": "ערוך תיקייה", "edit": "ערוך תיקייה",
@@ -235,6 +246,10 @@
"schema": "סכֵימָה", "schema": "סכֵימָה",
"subscriptions": "מנויים" "subscriptions": "מנויים"
}, },
"group": {
"time": "Time",
"url": "URL"
},
"header": { "header": {
"install_pwa": "התקן אפליקציה", "install_pwa": "התקן אפליקציה",
"login": "התחברות", "login": "התחברות",
@@ -298,10 +313,28 @@
"import_export": "יבוא ויצוא" "import_export": "יבוא ויצוא"
}, },
"mqtt": { "mqtt": {
"already_subscribed": "You are already subscribed to this topic.",
"clean_session": "Clean Session",
"clear_input": "Clear input",
"clear_input_on_send": "Clear input on send",
"client_id": "Client ID",
"color": "Pick a color",
"communication": "תִקשׁוֹרֶת", "communication": "תִקשׁוֹרֶת",
"connection_config": "Connection Config",
"connection_not_authorized": "This MQTT connection does not use any authentication.",
"invalid_topic": "Please provide a topic for the subscription",
"keep_alive": "Keep Alive",
"log": "עֵץ", "log": "עֵץ",
"lw_message": "Last-Will Message",
"lw_qos": "Last-Will QoS",
"lw_retain": "Last-Will Retain",
"lw_topic": "Last-Will Topic",
"message": "הוֹדָעָה", "message": "הוֹדָעָה",
"new": "New Subscription",
"not_connected": "Please start a MQTT connection first.",
"publish": "לְפַרְסֵם", "publish": "לְפַרְסֵם",
"qos": "QoS",
"ssl": "SSL",
"subscribe": "הירשם", "subscribe": "הירשם",
"topic": "נוֹשֵׂא", "topic": "נוֹשֵׂא",
"topic_name": "שם הנושא", "topic_name": "שם הנושא",
@@ -325,6 +358,7 @@
}, },
"profile": { "profile": {
"app_settings": "App Settings", "app_settings": "App Settings",
"default_hopp_displayname": "Unnamed User",
"editor": "Editor", "editor": "Editor",
"editor_description": "Editors can add, edit, and delete requests.", "editor_description": "Editors can add, edit, and delete requests.",
"email_verification_mail": "A verification email has been sent to your email address. Please click on the link to verify your email address.", "email_verification_mail": "A verification email has been sent to your email address. Please click on the link to verify your email address.",
@@ -652,6 +686,11 @@
"we_sent_invite_link": "We sent an invite link to all invitees!", "we_sent_invite_link": "We sent an invite link to all invitees!",
"we_sent_invite_link_description": "Ask all invitees to check their inbox. Click on the link to join the team." "we_sent_invite_link_description": "Ask all invitees to check their inbox. Click on the link to join the team."
}, },
"team_environment": {
"deleted": "Environment Deleted",
"duplicate": "Environment Duplicated",
"not_found": "Environment not found."
},
"test": { "test": {
"failed": "test failed", "failed": "test failed",
"javascript_code": "קוד JavaScript", "javascript_code": "קוד JavaScript",

View File

@@ -0,0 +1,712 @@
{
"action": {
"autoscroll": "स्वतः स्क्रॉल",
"cancel": "रद्द करें",
"choose_file": "फ़ाइल चुनें",
"clear": "साफ़",
"clear_all": "सभी साफ करें",
"close": "बंद करे",
"connect": "कनेक्ट करें",
"connecting": "Connecting",
"copy": "कॉपी",
"delete": "हटाएं",
"disconnect": "डिस्कनेक्ट",
"dismiss": "खारिज करें",
"dont_save": "मत बचाओ",
"download_file": "फ़ाइल डाउनलोड करें",
"drag_to_reorder": "व्यवस्थित करने के लिए घसीटे",
"duplicate": "नकल करें",
"edit": "संपादित करें",
"filter": "फ़िल्टर प्रतिक्रिया",
"go_back": "वापस जाओ",
"group_by": "Group by",
"label": "लेबल",
"learn_more": "और अधिक जानें",
"less": "कम",
"more": "अधिक",
"new": "नया",
"no": "स्टार जोड़ें",
"open_workspace": "कार्यक्षेत्र खोलें",
"paste": "पेस्ट",
"prettify": "सुंदर करे",
"remove": "हटाओ",
"restore": "पुनर्स्थापित करें",
"save": "बचाएं",
"scroll_to_bottom": "नीचे स्क्रॉल करें",
"scroll_to_top": "शीर्ष तक स्क्रॉल करें",
"search": "खोज",
"send": "भेजें ",
"start": "प्रारंभ",
"starting": "Starting",
"stop": "रोकें",
"to_close": "बंद करने के लिए",
"to_navigate": "नेविगेट करने के लिए",
"to_select": "चुनने के लिए",
"turn_off": "बंद करें",
"turn_on": "चालू करें",
"undo": "पूर्ववत",
"yes": "हां"
},
"add": {
"new": "नया जोड़ें",
"star": "स्टार जोड़ें"
},
"app": {
"chat_with_us": "हमारे साथ चैट करें",
"contact_us": "हमसे संपर्क करें",
"copy": "कॉपी करें",
"copy_user_id": "उपयोगकर्ता प्रामाणिक टोकन कॉपी करें",
"developer_option": "डेवलपर विकल्प",
"developer_option_description": "डेवलपर टूल जो Hoppscotch के विकास और रखरखाव में मदद करता है",
"discord": "Discord",
"documentation": "दस्तावेज़ीकरण",
"github": "GitHub",
"help": "सहायता और प्रतिक्रिया",
"home": "घर",
"invite": "आमंत्रित करें",
"invite_description": "हॉप्सकॉच एक ओपन सोर्स एपीआई डेवलपमेंट इकोसिस्टम है। हमने आपके एपीआई बनाने और प्रबंधित करने के लिए एक सरल और सहज इंटरफ़ेस डिज़ाइन किया है। हॉप्सकॉच एक ऐसा टूल है जो आपको अपने एपीआई बनाने, परीक्षण, दस्तावेज़ और साझा करने में मदद करता है।",
"invite_your_friends": "अपने दोस्तों को इनवाइट करें",
"join_discord_community": "हमारे डिस्कॉर्ड समुदाय में शामिल हों",
"keyboard_shortcuts": "कीबोर्ड शॉर्टकट",
"name": "हॉप्सकॉच",
"new_version_found": "नया संस्करण मिला। अपडेट करने के लिए रिफ्रेश करें।",
"options": "विकल्प",
"proxy_privacy_policy": "प्रॉक्सी गोपनीयता नीति",
"reload": "पुनः लोड करें",
"search": "खोज",
"share": "बाँट",
"shortcuts": "शॉर्टकट",
"spotlight": "स्पॉटलाइट",
"status": "स्थिति",
"status_description": "वेबसाइट की स्थिति जांचें",
"terms_and_privacy": "शर्तें और गोपनीयता",
"twitter": "Twitter",
"type_a_command_search": "कमांड टाइप करें या सर्च करें...",
"we_use_cookies": "हम कुकीज़ का उपयोग करते हैं",
"whats_new": "नया क्या है?",
"wiki": "विकी"
},
"auth": {
"account_exists": "खाता अलग-अलग क्रेडेंशियल के साथ मौजूद है - दोनों खातों को जोड़ने के लिए लॉगिन करें",
"all_sign_in_options": "सभी साइन इन विकल्प",
"continue_with_email": "ईमेल के साथ जारी रखें",
"continue_with_github": "GitHub के साथ जारी रखें",
"continue_with_google": "Google के साथ जारी रखें",
"continue_with_microsoft": "Microsoft के साथ जारी रखें",
"email": "ईमेल",
"logged_out": "लॉग आउट",
"login": "लॉग इन",
"login_success": "सफलतापूर्वक लॉग इन किया",
"login_to_hoppscotch": "हॉप्सकॉच में लॉगिन करें",
"logout": "लॉगआउट",
"re_enter_email": "ईमेल दोबारा दर्ज करें",
"send_magic_link": "मैजिक लिंक भेजें",
"sync": "सिंक",
"we_sent_magic_link": "हमने आपको एक मैजिक लिंक भेजा है!",
"we_sent_magic_link_description": "अपना इनबॉक्स जांचें - हमने {email} पर एक ईमेल भेजा है। इसमें एक जादुई लिंक है जो आपको लॉग इन करेगा।"
},
"authorization": {
"generate_token": "टोकन जनरेट करें",
"include_in_url": "URL में शामिल करें",
"learn": "जानें कैसे",
"pass_key_by": "पास करें",
"password": "पासवर्ड",
"token": "टोकन",
"type": "प्राधिकरण प्रकार",
"username": "उपयोगकर्ता नाम"
},
"collection": {
"created": "संग्रह बनाया गया",
"edit": "संग्रह संपादित करें",
"invalid_name": "कृपया संग्रह के लिए एक नाम प्रदान करें",
"my_collections": "मेरे संग्रह",
"name": "मेरा नया संग्रह",
"name_length_insufficient": "संग्रह का नाम कम से कम 3 वर्णों का होना चाहिए",
"new": "नया संग्रह",
"renamed": "संग्रह का नाम बदला गया",
"request_in_use": "रिक्वेस्ट इन यूज़",
"save_as": "इस रूप में सेव करें",
"select": "एक संग्रह का चयन करें",
"select_location": "स्थान चुनें",
"select_team": "एक टीम चुनें",
"team_collections": "टीम संग्रह"
},
"confirm": {
"exit_team": "क्या आप वाकई इस टीम को छोड़ना चाहते हैं?",
"logout": "क्या आप वाकई लॉगआउट करना चाहते हैं?",
"remove_collection": "क्या आप वाकई इस संग्रह को स्थायी रूप से हटाना चाहते हैं?",
"remove_environment": "क्या आप वाकई इस परिवेश को स्थायी रूप से हटाना चाहते हैं?",
"remove_folder": "क्या आप वाकई इस फ़ोल्डर को स्थायी रूप से हटाना चाहते हैं?",
"remove_history": "क्या आप वाकई सभी इतिहास को स्थायी रूप से हटाना चाहते हैं?",
"remove_request": "क्या आप वाकई इस अनुरोध को स्थायी रूप से हटाना चाहते हैं?",
"remove_team": "क्या आप वाकई इस टीम को हटाना चाहते हैं?",
"remove_telemetry": "क्या आप वाकई टेलीमेट्री से ऑप्ट-आउट करना चाहते हैं?",
"request_change": "क्या आप वाकई वर्तमान अनुरोध को छोड़ना चाहते हैं, सहेजे नहीं गए परिवर्तन खो जाएंगे।",
"sync": "क्या आप अपने कार्यक्षेत्र को क्लाउड से पुनर्स्थापित करना चाहेंगे? यह आपकी स्थानीय प्रगति को त्याग देगा।"
},
"count": {
"header": "हेडर {count}",
"message": "मैसेज {count}",
"parameter": "पैरामीटर {count}",
"protocol": "प्रोटोकॉल {count}",
"value": "मान {count}",
"variable": "वेरिएबल {count}"
},
"documentation": {
"generate": "दस्तावेज़ीकरण उत्पन्न करें",
"generate_message": "चलते-फिरते API दस्तावेज़ बनाने के लिए कोई भी Hoppscotch संग्रह आयात करें।"
},
"empty": {
"authorization": "यह अनुरोध किसी प्राधिकरण का उपयोग नहीं करता",
"body": "इस अनुरोध में कोई बॉडी नहीं है",
"collection": "संग्रह खाली है",
"collections": "संग्रह खाली हैं",
"documentation": "दस्तावेज़ीकरण देखने के लिए GraphQL से कनेक्ट करें",
"endpoint": "समापन बिंदु खाली नहीं हो सकता",
"environments": "वातावरण खाली हैं",
"folder": " फ़ोल्डर खाली है",
"headers": " इस अनुरोध का कोई हेडर नहीं है",
"history": " इतिहास खाली है",
"invites": " आमंत्रण सूची खाली है",
"members": " टीम खाली है",
"parameters": " इस अनुरोध का कोई पैरामीटर नहीं है",
"pending_invites": " इस टीम के लिए कोई आमंत्रण लंबित नहीं है",
"profile": " अपना प्रोफ़ाइल देखने के लिए लॉगिन करें",
"protocols": " प्रोटोकॉल खाली हैं",
"schema": " स्कीमा देखने के लिए ग्राफ़क्यूएल एंडपॉइंट से कनेक्ट करें",
"shortcodes": " शॉर्टकोड खाली हैं",
"subscription": "Subscriptions are empty",
"team_name": " टीम का नाम खाली",
"teams": " आप किसी भी टीम से संबंधित नहीं हैं",
"tests": " इस अनुरोध के लिए कोई परीक्षण नहीं हैं"
},
"environment": {
"add_to_global": " ग्लोबल में जोड़ें",
"added": " पर्यावरण अतिरिक्त",
"create_new": " नया वातावरण बनाएं",
"created": " पर्यावरण बनाया",
"deleted": " पर्यावरण विलोपन",
"edit": " पर्यावरण संपादित करें",
"invalid_name": " कृपया पर्यावरण के लिए एक नाम प्रदान करें",
"my_environments": "My Environments",
"nested_overflow": " नेस्टेड पर्यावरण चर 10 स्तरों तक सीमित हैं",
"new": " नया वातावरण",
"no_environment": " कोई वातावरण नहीं",
"no_environment_description": " कोई परिवेश नहीं चुना गया था. चुनें कि निम्नलिखित चर के साथ क्या करना है।",
"select": " पर्यावरण का चयन करें",
"team_environments": "Team Environments",
"title": " वातावरण",
"updated": " पर्यावरण अद्यतन",
"variable_list": " परिवर्तनीय सूची"
},
"error": {
"browser_support_sse": " ऐसा लगता है कि इस ब्राउज़र में सर्वर से भेजे गए इवेंट का समर्थन नहीं है।",
"check_console_details": " विवरण के लिए कंसोल लॉग की जाँच करें।",
"curl_invalid_format": " कर्ल ठीक से स्वरूपित नहीं है",
"empty_req_name": " खाली अनुरोध का नाम",
"f12_details": " (विवरण के लिए F12)",
"gql_prettify_invalid_query": " अमान्य क्वेरी को सुंदर नहीं बना सका, क्वेरी सिंटैक्स त्रुटियों को हल नहीं कर सका और पुनः प्रयास करें",
"incomplete_config_urls": " अपूर्ण कॉन्फ़िगरेशन URL",
"incorrect_email": " गलत ईमेल",
"invalid_link": " अमान्य लिंक",
"invalid_link_description": " आपके द्वारा क्लिक किया गया लिंक अमान्य है या समाप्त हो गया है।",
"json_parsing_failed": " अमान्य JSON",
"json_prettify_invalid_body": " अमान्य निकाय को सुंदर नहीं बना सका, json सिंटैक्स त्रुटियों को हल करें और पुनः प्रयास करें",
"network_error": " ऐसा लगता है कि कोई नेटवर्क त्रुटि है। कृपया पुन: प्रयास करें।",
"network_fail": " अनुरोध नहीं भेजा जा सका",
"no_duration": " कोई अवधि नहीं",
"no_results_found": " कोई मेल नहीं मिले",
"page_not_found": " यह पृष्ठ नहीं मिल सका",
"script_fail": " पूर्व-अनुरोध स्क्रिप्ट निष्पादित नहीं कर सका",
"something_went_wrong": " कुछ गलत हो गया",
"test_script_fail": " अनुरोध के बाद स्क्रिप्ट निष्पादित नहीं कर सका"
},
"export": {
"as_json": " JSON के रूप में निर्यात करें",
"create_secret_gist": " गुप्त सार बनाएँ",
"gist_created": " जिस्ट बनाया",
"require_github": " गुप्त सार बनाने के लिए GitHub के साथ लॉगिन करें",
"title": " निर्यात करना"
},
"filter": {
"all": "All",
"none": "None",
"starred": "Starred"
},
"folder": {
"created": " फोल्डर बनाया",
"edit": " फ़ोल्डर संपादित करें",
"invalid_name": " कृपया फ़ोल्डर के लिए एक नाम प्रदान करें",
"name_length_insufficient": " फ़ोल्डर का नाम कम से कम 3 वर्ण लंबा होना चाहिए",
"new": " नया फोल्डर",
"renamed": " फ़ोल्डर का नाम बदला"
},
"graphql": {
"mutations": " उत्परिवर्तन",
"schema": " योजना",
"subscriptions": " सदस्यता"
},
"group": {
"time": "Time",
"url": "URL"
},
"header": {
"install_pwa": " एप्लिकेशन इंस्टॉल करें",
"login": " लॉग इन करें",
"save_workspace": " मेरा कार्यक्षेत्र सहेजें"
},
"helpers": {
"authorization": " जब आप अनुरोध भेजेंगे तो प्राधिकरण शीर्षलेख स्वतः उत्पन्न हो जाएगा।",
"generate_documentation_first": " पहले दस्तावेज़ तैयार करें",
"network_fail": " एपीआई समापन बिंदु तक पहुंचने में असमर्थ। अपने नेटवर्क कनेक्शन की जाँच करें या किसी भिन्न इंटरसेप्टर का चयन करें और पुनः प्रयास करें।",
"offline": " ऐसा लगता है कि आप ऑफ़लाइन हैं. हो सकता है कि इस कार्यस्थान का डेटा अप टू डेट न हो.",
"offline_short": " ऐसा लगता है कि आप ऑफ़लाइन हैं.",
"post_request_tests": " टेस्ट स्क्रिप्ट जावास्क्रिप्ट में लिखी जाती हैं, और प्रतिक्रिया प्राप्त होने के बाद चलाई जाती हैं।",
"pre_request_script": " पूर्व-अनुरोध स्क्रिप्ट जावास्क्रिप्ट में लिखी जाती हैं, और अनुरोध भेजे जाने से पहले चलाई जाती हैं।",
"script_fail": " ऐसा लगता है कि प्री-रिक्वेस्ट स्क्रिप्ट में गड़बड़ है। नीचे दी गई त्रुटि की जाँच करें और उसके अनुसार स्क्रिप्ट को ठीक करें।",
"test_script_fail": " ऐसा लगता है कि परीक्षण स्क्रिप्ट में कोई त्रुटि है। कृपया त्रुटियों को ठीक करें और फिर से परीक्षण चलाएं",
"tests": "Write a test script to automate debugging.",
"test": "डिबगिंग को स्वचालित करने के लिए एक परीक्षण स्क्रिप्ट लिखें"
},
"hide": {
"collection": "संग्रह पैनल संक्षिप्त करें",
"more": "अधिक छुपाएं",
"preview": "पूर्वावलोकन छुपाएं",
"sidebar": "साइडबार को ध्वस्त करें"
},
"import": {
"collections": "आयात संग्रहण",
"curl": "आयात cURL",
"failed": "आयात करते समय त्रुटि: प्रारूप पहचाना नहीं गया",
"from_gist": "Gist से आयात करें",
"from_gist_description": "Gist URL से आयात करें",
"from_insomnia": "Insomnia से आयात करें",
"from_insomnia_description": "Insomnia collection से आयात करें",
"from_json": "Hoppscotch से आयात करें",
"from_json_description": "Hoppsotch संग्रह फ़ाइल से आयात करें",
"from_my_collections": "मेरे संग्रह से आयात करें",
"from_my_collections_description": "मेरे संग्रह फ़ाइल से आयात करें",
"from_openapi": "OpenAPI से आयात करें",
"from_openapi_description": "OpenAPI specification file से आयात करें (JSON)",
"from_postman": "Postman से आयात करें",
"from_postman_description": "Postman collection से आयात करें",
"from_url": "URL से आयात करें",
"gist_url": "Gist URL दर्ज करें",
"import_from_url_invalid_fetch": "URL से डेटा नहीं मिल सका",
"import_from_url_invalid_file_format": "संग्रह आयात करते समय त्रुटि",
"import_from_url_invalid_type": "असमर्थित प्रकार। स्वीकृत मूल्य हैं 'hoppscotch', 'openapi', 'postman', 'insomnia'",
"import_from_url_success": "संग्रह आयातित",
"json_description": "Hoppscotch Collections JSON फ़ाइल से संग्रह आयात करें",
"title": "आयात करें"
},
"layout": {
"collapse_collection": "संग्रह को संक्षिप्त या विस्तृत करें",
"collapse_sidebar": "साइडबार को संक्षिप्त या विस्तृत करें",
"column": "लंबवत लेआउट",
"name": "लेआउट",
"row": "क्षैतिज लेआउट",
"zen_mode": "ज़ेन मोड"
},
"modal": {
"collections": "संग्रह",
"confirm": "पुष्टि करें",
"edit_request": "अनुरोध संपादित करें",
"import_export": "आयात / निर्यात"
},
"mqtt": {
"already_subscribed": "You are already subscribed to this topic.",
"clean_session": "Clean Session",
"clear_input": "Clear input",
"clear_input_on_send": "Clear input on send",
"client_id": "Client ID",
"color": "Pick a color",
"communication": "संचार",
"connection_config": "Connection Config",
"connection_not_authorized": "This MQTT connection does not use any authentication.",
"invalid_topic": "Please provide a topic for the subscription",
"keep_alive": "Keep Alive",
"log": "लॉग",
"lw_message": "Last-Will Message",
"lw_qos": "Last-Will QoS",
"lw_retain": "Last-Will Retain",
"lw_topic": "Last-Will Topic",
"message": "संदेश",
"new": "New Subscription",
"not_connected": "Please start a MQTT connection first.",
"publish": "प्रकाशित",
"qos": "QoS",
"ssl": "SSL",
"subscribe": "सब्सक्राइब करें",
"topic": "विषय",
"topic_name": "विषय का नाम",
"topic_title": "विषय प्रकाशित करें / सदस्यता लें",
"unsubscribe": "विषय प्रकाशित करें / सदस्यता लें",
"url": "URL"
},
"navigation": {
"doc": "डॉक्स",
"graphql": "ग्राफक्ल",
"profile": "प्रोफ़ाइल",
"realtime": "रियल टाइम",
"rest": "रेस्ट",
"settings": "समायोजन"
},
"preRequest": {
"javascript_code": "जावास्क्रिप्ट कोड",
"learn": "प्रलेखन पढ़ें",
"script": "पूर्व-अनुरोध स्क्रिप्ट",
"snippets": "स्निपेट्स"
},
"profile": {
"app_settings": "एप्लिकेशन सेटिंग",
"default_hopp_displayname": "Unnamed User",
"editor": "संपादक",
"editor_description": "संपादक अनुरोधों को जोड़ सकते हैं, संपादित कर सकते हैं और हटा सकते हैं।",
"email_verification_mail": "आपके ईमेल पते पर एक सत्यापन ईमेल भेजा गया है। कृपया अपना ईमेल पता सत्यापित करने के लिए लिंक पर क्लिक करें।",
"no_permission": "आपके पास यह कार्रवाई करने की अनुमति नहीं है।",
"owner": "स्वामी",
"owner_description": "मालिक अनुरोध, संग्रह और टीम के सदस्यों को जोड़, संपादित और हटा सकते हैं।",
"roles": "भूमिकाएँ",
"roles_description": "साझा संग्रह तक पहुंच को नियंत्रित करने के लिए भूमिकाओं का उपयोग किया जाता है।",
"updated": "प्रोफाइल अद्यतन किया गया",
"viewer": "दर्शक",
"viewer_description": "दर्शक केवल अनुरोधों को देख और उपयोग कर सकते हैं।"
},
"remove": {
"star": "स्टार निकालें"
},
"request": {
"added": "अनुरोध जोड़ा गया",
"authorization": "प्राधिकार",
"body": "अनुरोध निकाय",
"choose_language": "भाषा चुनें",
"content_type": "सामग्री प्रकार",
"content_type_titles": {
"others": "अन्य",
"structured": "स्ट्रक्चर्ड",
"text": "मूलपाठ"
},
"copy_link": "प्रतिरूप जोड़ना",
"duration": "अवधि",
"enter_curl": "कर्ल दर्ज करें",
"generate_code": "उत्पन्न कोड",
"generated_code": "उत्पन्न कोड",
"header_list": "हेडर सूची",
"invalid_name": "कृपया अनुरोध के लिए एक नाम प्रदान करें",
"method": "तरीका",
"name": "अनुरोध नाम",
"new": "नई विनती",
"override": "अवहेलना",
"override_help": "हेडर में <kbd> सामग्री-प्रकार </kbd> सेट करें",
"overriden": "ओवरराइड",
"parameter_list": "क्वेरी पैरामीटर",
"parameters": "मापदंडों",
"path": "रास्ता",
"payload": "पेलोड",
"query": "सवाल",
"raw_body": "कच्चे अनुरोध निकाय",
"renamed": "अनुरोध नाम दिया गया",
"run": "दौड़ना",
"save": "बचाना",
"save_as": "के रूप रक्षित करें",
"saved": "अनुरोध सहेजा गया",
"share": "शेयर करना",
"share_description": "अपने दोस्तों के साथ hoppscotch साझा करें",
"title": "प्रार्थना",
"type": "अनुरोध का प्रकार",
"url": "यूआरएल",
"variables": "चर",
"view_my_links": "मेरे लिंक देखें"
},
"response": {
"body": "प्रतिक्रिया निकाय",
"filter_response_body": "फ़िल्टर JSON रिस्पांस बॉडी (JSONPATH सिंटैक्स का उपयोग करता है)",
"headers": "हेडर",
"html": "एचटीएमएल",
"image": "छवि",
"json": "जेसन",
"pdf": "पीडीएफ",
"preview_html": "HTML का पूर्वावलोकन करें",
"raw": "कच्चा",
"size": "आकार",
"status": "दर्जा",
"time": "समय",
"title": "जवाब",
"waiting_for_connection": "जुडने के लिए इंतजार",
"xml": "एक्सएमएल"
},
"settings": {
"accent_color": "स्वरोंका रंग",
"account": "खाता",
"account_description": "अपनी खाता सेटिंग कस्टमाइज़ करें।",
"account_email_description": "आपका प्राथमिक ईमेल पता।",
"account_name_description": "यह आपका प्रदर्शन नाम है।",
"background": "पार्श्वभूमि",
"black_mode": "काला",
"change_font_size": "फॉण्ट आकार बदलें",
"choose_language": "भाषा चुनें",
"dark_mode": "अँधेरा",
"expand_navigation": "नेविगेशन का विस्तार करें",
"experiments": "प्रयोगों",
"experiments_notice": "यह उन प्रयोगों का एक संग्रह है, जिन पर हम काम कर रहे हैं, जो उपयोगी, मज़ेदार, दोनों या न ही हो सकते हैं। वे अंतिम नहीं हैं और स्थिर नहीं हो सकते हैं, इसलिए यदि कुछ अजीब होता है, तो घबराएं नहीं। बस खतरे को बंद कर दें। एक तरफ मजाक,",
"extension_ver_not_reported": "सूचना नहीं दी",
"extension_version": "विस्तार संस्करण",
"extensions": "ब्राउज़र विस्तार",
"extensions_use_toggle": "अनुरोध भेजने के लिए ब्राउज़र एक्सटेंशन का उपयोग करें (यदि मौजूद है)",
"follow": "हमारे पर का पालन करें",
"font_size": "फ़ॉन्ट आकार",
"font_size_large": "विशाल",
"font_size_medium": "मध्यम",
"font_size_small": "छोटा",
"interceptor": "इंटरसेप्टर",
"interceptor_description": "एप्लिकेशन और एपीआई के बीच मिडलवेयर।",
"language": "भाषा",
"light_mode": "रोशनी",
"official_proxy_hosting": "आधिकारिक प्रॉक्सी होप्सकॉच द्वारा होस्ट किया गया है।",
"profile": "प्रोफ़ाइल",
"profile_description": "अपने प्रोफ़ाइल विवरण को अपडेट करें",
"profile_email": "ईमेल पता",
"profile_name": "प्रोफ़ाइल नाम",
"proxy": "प्रतिनिधि",
"proxy_url": "प्रॉक्सी यूआरएल",
"proxy_use_toggle": "अनुरोध भेजने के लिए प्रॉक्सी मिडलवेयर का उपयोग करें",
"read_the": "को पढ़िए",
"reset_default": "डिफ़ॉल्ट पर रीसेट",
"short_codes": "लघु संहिताएँ",
"short_codes_description": "छोटे कोड जो आपके द्वारा बनाए गए थे।",
"sidebar_on_left": "बाईं ओर साइडबार",
"sync": "सिंक्रनाइज़",
"sync_collections": "संग्रह",
"sync_description": "इन सेटिंग्स को क्लाउड में सिंक किया जाता है।",
"sync_environments": "वातावरण",
"sync_history": "इतिहास",
"system_mode": "व्यवस्था",
"telemetry": "टेलीमेटरी",
"telemetry_helps_us": "टेलीमेट्री हमें अपने संचालन को निजीकृत करने और आपको सबसे अच्छा अनुभव प्रदान करने में मदद करती है।",
"theme": "थीम",
"theme_description": "अपने एप्लिकेशन थीम को कस्टमाइज़ करें।",
"use_experimental_url_bar": "पर्यावरण हाइलाइटिंग के साथ प्रयोगात्मक URL बार का उपयोग करें",
"user": "उपयोगकर्ता",
"verified_email": "सत्यापित ईमेल",
"verify_email": "ईमेल सत्यापित करें"
},
"shortcodes": {
"actions": "कार्रवाई",
"created_on": "पर बनाया",
"deleted": "शॉर्टकोड हटा दिया गया",
"method": "तरीका",
"not_found": "शॉर्टकोड नहीं मिला",
"short_code": "लघु कूट संख्या",
"url": "यूआरएल"
},
"shortcut": {
"general": {
"close_current_menu": "वर्तमान मेनू बंद करें",
"command_menu": "खोज और कमांड मेनू",
"help_menu": "सहायता मेनू",
"show_all": "कुंजीपटल अल्प मार्ग",
"title": "सामान्य"
},
"miscellaneous": {
"invite": "लोगों को hoppscotch के लिए आमंत्रित करें",
"title": "विविध"
},
"navigation": {
"back": "पिछले पृष्ठ पर वापस जाएं",
"documentation": "प्रलेखन पृष्ठ पर जाएं",
"forward": "अगले पृष्ठ पर आगे बढ़ें",
"graphql": "Graphql पेज पर जाएं",
"profile": "प्रोफ़ाइल पेज पर जाएं",
"realtime": "रियलटाइम पेज पर जाएं",
"rest": "रेस्ट पेज पर जाएं",
"settings": "सेटिंग्स पृष्ठ पर जाएं",
"title": "मार्गदर्शन"
},
"request": {
"copy_request_link": "कॉपी अनुरोध लिंक",
"delete_method": "हटाएं विधि का चयन करें",
"get_method": "गेट विधि का चयन करें",
"head_method": "हेड विधि का चयन करें",
"method": "तरीका",
"next_method": "अगली विधि का चयन करें",
"post_method": "पोस्ट विधि का चयन करें",
"previous_method": "पिछली विधि का चयन करें",
"put_method": "पुट विधि का चयन करें",
"reset_request": "रीसेट अनुरोध",
"save_to_collections": "संग्रह के लिए सहेजें",
"send_request": "अनुरोध भेजा",
"title": "प्रार्थना"
},
"response": {
"copy": "क्लिपबोर्ड पर प्रतिक्रिया कॉपी करें",
"download": "फ़ाइल के रूप में प्रतिक्रिया डाउनलोड करें",
"title": "जवाब"
},
"theme": {
"black": "ब्लैक मोड पर थीम को स्विच करें",
"dark": "डार्क मोड पर थीम को स्विच करें",
"light": "प्रकाश मोड पर थीम स्विच करें",
"system": "सिस्टम मोड पर थीम स्विच करें",
"title": "थीम"
}
},
"show": {
"code": "शो कोड",
"collection": "संग्रह पैनल का विस्तार करें",
"more": "और दिखाओ",
"sidebar": "साइडबार का विस्तार करें"
},
"socketio": {
"communication": "संचार",
"connection_not_authorized": "यह सॉकेटियो कनेक्शन किसी भी प्रमाणीकरण का उपयोग नहीं करता है।",
"event_name": "कार्यक्रम नाम",
"events": "आयोजन",
"log": "लकड़ी का लट्ठा",
"url": "यूआरएल"
},
"sse": {
"event_type": "घटना प्रकार",
"log": "लकड़ी का लट्ठा",
"url": "यूआरएल"
},
"state": {
"bulk_mode": "थोक संपादन",
"bulk_mode_placeholder": "प्रविष्टियों को न्यूलाइन द्वारा अलग किया जाता है \n कुंजियाँ और मूल्यों को अलग कर दिया जाता है: \n किसी भी पंक्ति को आप जोड़ना चाहते हैं, लेकिन अक्षम रखें",
"cleared": "साफ़ किया गया",
"connected": "जुड़े हुए",
"connected_to": "{name} से जुड़ा हुआ है",
"connecting_to": "{name} से कनेक्ट करना ...",
"connection_error": "जोडने में विफल",
"connection_failed": "कनेक्शन विफल",
"connection_lost": "संपर्क टूट गया",
"copied_to_clipboard": "क्लिपबोर्ड पर नकल",
"deleted": "हटाए गए",
"deprecated": "बहिष्कृत किया गया",
"disabled": "अक्षम",
"disconnected": "डिस्कनेक्ट किया गया",
"disconnected_from": "{name} से डिस्कनेक्ट किया गया",
"docs_generated": "प्रलेखन उत्पन्न",
"download_started": "डाउनलोड शुरू हुआ",
"enabled": "सक्रिय",
"file_imported": "आयातित फ़ाइल",
"finished_in": "{duration} एमएस में समाप्त",
"history_deleted": "इतिहास हटा दिया गया",
"linewrap": "लपेटने की रेखाएँ",
"loading": "लोड हो रहा है...",
"message_received": "संदेश: {message} विषय पर पहुंचे: {topic}",
"mqtt_subscription_failed": "विषय की सदस्यता लेते हुए कुछ गलत हो गया: {topic}",
"none": "कोई भी नहीं",
"nothing_found": "के लिए कुछ भी नहीं मिला",
"published_error": "MSG प्रकाशित करते समय कुछ गलत हुआ: {topic} विषय के लिए: {message}",
"published_message": "प्रकाशित संदेश: {message} विषय के लिए: {topic}",
"reconnection_error": "फिर से जुड़ने में विफल रहा",
"subscribed_failed": "विषय की सदस्यता लेने में विफल: {topic}",
"subscribed_success": "सफलतापूर्वक विषय की सदस्यता: {topic}",
"unsubscribed_failed": "विषय से सदस्यता समाप्त करने में विफल: {topic}",
"unsubscribed_success": "विषय से सफलतापूर्वक सदस्यता: {topic}",
"waiting_send_request": "अनुरोध भेजने की प्रतीक्षा में"
},
"support": {
"changelog": "नवीनतम रिलीज़ के बारे में और पढ़ें",
"chat": "प्रशन? हम से बात करे!",
"community": "सवाल पूछें और दूसरों की मदद करें",
"documentation": "Hoppscotch के बारे में और पढ़ें",
"forum": "सवाल पूछें और उत्तर प्राप्त करें",
"github": "हमें GitHub पर फॉलो करें",
"shortcuts": "ऐप को तेजी से ब्राउज़ करें",
"team": "टीम के संपर्क में रहें",
"title": "सहायता",
"twitter": "चहचहाना पर हमें का पालन करें"
},
"tab": {
"authorization": "प्राधिकार",
"body": "शरीर",
"collections": "संग्रह",
"documentation": "प्रलेखन",
"headers": "हेडर",
"history": "इतिहास",
"mqtt": "MQTT",
"parameters": "मापदंडों",
"pre_request_script": "पूर्व-अनुरोध स्क्रिप्ट",
"queries": "प्रश्नों",
"query": "सवाल",
"schema": "योजना",
"socketio": "Socket.IO",
"sse": "एसएसई",
"tests": "परीक्षण",
"types": "प्रकार",
"variables": "चर",
"websocket": "जालसाजक"
},
"team": {
"already_member": "आप पहले से ही इस टीम के सदस्य हैं। अपनी टीम के मालिक से संपर्क करें।",
"create_new": "नई टीम बनाएं",
"deleted": "टीम हटा दी गई",
"edit": "संपादित टीम",
"email": "ईमेल",
"email_do_not_match": "ईमेल आपके खाते के विवरण के साथ मेल नहीं खाता है। अपनी टीम के मालिक से संपर्क करें।",
"exit": "निकास टीम",
"exit_disabled": "केवल मालिक टीम से बाहर नहीं निकल सकते",
"invalid_email_format": "ईमेल प्रारूप अमान्य है",
"invalid_id": "अमान्य टीम आईडी। अपनी टीम के मालिक से संपर्क करें।",
"invalid_invite_link": "अमान्य आमंत्रित लिंक",
"invalid_invite_link_description": "आपके द्वारा पीछा किया गया लिंक अमान्य है। अपनी टीम के मालिक से संपर्क करें।",
"invalid_member_permission": "कृपया टीम के सदस्य को एक वैध अनुमति प्रदान करें",
"invite": "आमंत्रित करना",
"invite_more": "अधिक आमंत्रित करें",
"invite_tooltip": "लोगों को इस कार्यक्षेत्र में आमंत्रित करें",
"invited_to_team": "{owner} ने आपको {team} में शामिल होने के लिए आमंत्रित किया",
"join": "निमंत्रण स्वीकार किया गया",
"join_beta": "टीमों तक पहुंचने के लिए बीटा कार्यक्रम में शामिल हों।",
"join_team": "टीम में शामिल हों}",
"joined_team": "आप {team} में शामिल हो गए हैं",
"joined_team_description": "अब आप इस टीम के सदस्य हैं",
"left": "आपने टीम छोड़ दी",
"login_to_continue": "जारी रखने के लिए लॉगिन करें",
"login_to_continue_description": "एक टीम में शामिल होने के लिए आपको लॉग इन करने की आवश्यकता है।",
"logout_and_try_again": "लॉगआउट और किसी अन्य खाते के साथ साइन इन करें",
"member_has_invite": "इस ईमेल आईडी में पहले से ही एक निमंत्रण है। अपनी टीम के मालिक से संपर्क करें।",
"member_not_found": "सदस्य अनुपस्थित। अपनी टीम के मालिक से संपर्क करें।",
"member_removed": "उपयोगकर्ता हटा दिया",
"member_role_updated": "उपयोगकर्ता भूमिकाएँ अद्यतन की गईं",
"members": "सदस्यों",
"name_length_insufficient": "टीम का नाम कम से कम 6 अक्षर लंबा होना चाहिए",
"name_updated": "टीम का नाम अपडेट किया गया",
"new": "नई टीम",
"new_created": "नई टीम बनाई गई",
"new_name": "मेरी नई टीम",
"no_access": "आपके पास इन संग्रहों तक पहुंच नहीं है",
"no_invite_found": "निमंत्रण नहीं मिला। अपनी टीम के मालिक से संपर्क करें।",
"not_found": "टीम नहीं मिली। अपनी टीम के मालिक से संपर्क करें।",
"not_valid_viewer": "आप एक वैध दर्शक नहीं हैं। अपनी टीम के मालिक से संपर्क करें।",
"pending_invites": "लंबित आमंत्रण",
"permissions": "अनुमतियां",
"saved": "टीम बचाया",
"select_a_team": "एक टीम का चयन करें",
"title": "टीमों",
"we_sent_invite_link": "हमने सभी आमंत्रणों के लिए एक आमंत्रण लिंक भेजा!",
"we_sent_invite_link_description": "सभी आमंत्रणों से उनके इनबॉक्स की जांच करने के लिए पूछें। टीम में शामिल होने के लिए लिंक पर क्लिक करें।"
},
"team_environment": {
"deleted": "Environment Deleted",
"duplicate": "Environment Duplicated",
"not_found": "Environment not found."
},
"test": {
"failed": "परीक्षण विफल",
"javascript_code": "जावास्क्रिप्ट कोड",
"learn": "प्रलेखन पढ़ें",
"passed": "परीक्षा उत्तीर्ण की",
"report": "जाँच रिपोर्ट",
"results": "परीक्षा के परिणाम",
"script": "लिखी हुई कहानी",
"snippets": "स्निपेट्स"
},
"websocket": {
"communication": "संचार",
"log": "लकड़ी का लट्ठा",
"message": "संदेश",
"protocols": "प्रोटोकॉल",
"url": "यूआरएल"
}
}

View File

@@ -7,6 +7,7 @@
"clear_all": "Összes törlése", "clear_all": "Összes törlése",
"close": "Close", "close": "Close",
"connect": "Kapcsolódás", "connect": "Kapcsolódás",
"connecting": "Connecting",
"copy": "Másolás", "copy": "Másolás",
"delete": "Törlés", "delete": "Törlés",
"disconnect": "Leválasztás", "disconnect": "Leválasztás",
@@ -16,8 +17,9 @@
"drag_to_reorder": "Drag to reorder", "drag_to_reorder": "Drag to reorder",
"duplicate": "Kettőzés", "duplicate": "Kettőzés",
"edit": "Szerkesztés", "edit": "Szerkesztés",
"filter_response": "Filter response", "filter": "Filter",
"go_back": "Vissza", "go_back": "Vissza",
"group_by": "Group by",
"label": "Címke", "label": "Címke",
"learn_more": "Tudjon meg többet", "learn_more": "Tudjon meg többet",
"less": "Kevesebb", "less": "Kevesebb",
@@ -35,6 +37,7 @@
"search": "Keresés", "search": "Keresés",
"send": "Küldés", "send": "Küldés",
"start": "Indítás", "start": "Indítás",
"starting": "Starting",
"stop": "Leállítás", "stop": "Leállítás",
"to_close": "a bezáráshoz", "to_close": "a bezáráshoz",
"to_navigate": "a navigáláshoz", "to_navigate": "a navigáláshoz",
@@ -172,6 +175,7 @@
"protocols": "A protokollok üresek", "protocols": "A protokollok üresek",
"schema": "Kapcsolódjon egy GraphQL-végponthoz a séma megtekintéséhez", "schema": "Kapcsolódjon egy GraphQL-végponthoz a séma megtekintéséhez",
"shortcodes": "Shortcodes are empty", "shortcodes": "Shortcodes are empty",
"subscription": "Subscriptions are empty",
"team_name": "A csapat neve üres", "team_name": "A csapat neve üres",
"teams": "Ön nem tartozik semmilyen csapathoz", "teams": "Ön nem tartozik semmilyen csapathoz",
"tests": "Nincsenek tesztek ehhez a kéréshez" "tests": "Nincsenek tesztek ehhez a kéréshez"
@@ -184,11 +188,13 @@
"deleted": "Környezet törlése", "deleted": "Környezet törlése",
"edit": "Környezet szerkesztése", "edit": "Környezet szerkesztése",
"invalid_name": "Adjon nevet a környezetnek", "invalid_name": "Adjon nevet a környezetnek",
"my_environments": "My Environments",
"nested_overflow": "az egymásba ágyazott környezeti változók 10 szintre vannak korlátozva", "nested_overflow": "az egymásba ágyazott környezeti változók 10 szintre vannak korlátozva",
"new": "Új környezet", "new": "Új környezet",
"no_environment": "Nincs környezet", "no_environment": "Nincs környezet",
"no_environment_description": "Nem lettek környezetek kiválasztva. Válassza ki, hogy mit kell tenni a következő változókkal.", "no_environment_description": "Nem lettek környezetek kiválasztva. Válassza ki, hogy mit kell tenni a következő változókkal.",
"select": "Környezet kiválasztása", "select": "Környezet kiválasztása",
"team_environments": "Team Environments",
"title": "Környezetek", "title": "Környezetek",
"updated": "Környezet frissítve", "updated": "Környezet frissítve",
"variable_list": "Változólista" "variable_list": "Változólista"
@@ -222,6 +228,11 @@
"require_github": "Jelentkezzen be GitHub használatával a titkos Gist létrehozásához", "require_github": "Jelentkezzen be GitHub használatával a titkos Gist létrehozásához",
"title": "Exportálás" "title": "Exportálás"
}, },
"filter": {
"all": "All",
"none": "None",
"starred": "Starred"
},
"folder": { "folder": {
"created": "Mappa létrehozva", "created": "Mappa létrehozva",
"edit": "Mappa szerkesztése", "edit": "Mappa szerkesztése",
@@ -235,6 +246,10 @@
"schema": "Séma", "schema": "Séma",
"subscriptions": "Feliratkozások" "subscriptions": "Feliratkozások"
}, },
"group": {
"time": "Time",
"url": "URL"
},
"header": { "header": {
"install_pwa": "Alkalmazás telepítése", "install_pwa": "Alkalmazás telepítése",
"login": "Bejelentkezés", "login": "Bejelentkezés",
@@ -298,10 +313,28 @@
"import_export": "Importálás és exportálás" "import_export": "Importálás és exportálás"
}, },
"mqtt": { "mqtt": {
"already_subscribed": "You are already subscribed to this topic.",
"clean_session": "Clean Session",
"clear_input": "Clear input",
"clear_input_on_send": "Clear input on send",
"client_id": "Client ID",
"color": "Pick a color",
"communication": "Kommunikáció", "communication": "Kommunikáció",
"connection_config": "Connection Config",
"connection_not_authorized": "This MQTT connection does not use any authentication.",
"invalid_topic": "Please provide a topic for the subscription",
"keep_alive": "Keep Alive",
"log": "Napló", "log": "Napló",
"lw_message": "Last-Will Message",
"lw_qos": "Last-Will QoS",
"lw_retain": "Last-Will Retain",
"lw_topic": "Last-Will Topic",
"message": "Üzenet", "message": "Üzenet",
"new": "New Subscription",
"not_connected": "Please start a MQTT connection first.",
"publish": "Közzététel", "publish": "Közzététel",
"qos": "QoS",
"ssl": "SSL",
"subscribe": "Feliratkozás", "subscribe": "Feliratkozás",
"topic": "Téma", "topic": "Téma",
"topic_name": "Téma neve", "topic_name": "Téma neve",
@@ -325,6 +358,7 @@
}, },
"profile": { "profile": {
"app_settings": "Alkalmazás beállításai", "app_settings": "Alkalmazás beállításai",
"default_hopp_displayname": "Unnamed User",
"editor": "Szerkesztő", "editor": "Szerkesztő",
"editor_description": "A szerkesztők hozzáadhatnak, szerkeszthetnek és törölhetnek kéréseket.", "editor_description": "A szerkesztők hozzáadhatnak, szerkeszthetnek és törölhetnek kéréseket.",
"email_verification_mail": "Egy ellenőrző e-mail el lett küldve az e-mail-címére. Kattintson a hivatkozásra az e-mail-címe ellenőrzéséhez.", "email_verification_mail": "Egy ellenőrző e-mail el lett küldve az e-mail-címére. Kattintson a hivatkozásra az e-mail-címe ellenőrzéséhez.",
@@ -652,6 +686,11 @@
"we_sent_invite_link": "Elküldtünk egy meghívási hivatkozást az összes meghívottnak.", "we_sent_invite_link": "Elküldtünk egy meghívási hivatkozást az összes meghívottnak.",
"we_sent_invite_link_description": "Kérje meg az összes meghívottat, hogy nézzék meg a beérkező leveleiket. Kattintsanak a hivatkozásra a csapathoz való csatlakozáshoz." "we_sent_invite_link_description": "Kérje meg az összes meghívottat, hogy nézzék meg a beérkező leveleiket. Kattintsanak a hivatkozásra a csapathoz való csatlakozáshoz."
}, },
"team_environment": {
"deleted": "Environment Deleted",
"duplicate": "Environment Duplicated",
"not_found": "Environment not found."
},
"test": { "test": {
"failed": "teszt sikertelen", "failed": "teszt sikertelen",
"javascript_code": "JavaScript kód", "javascript_code": "JavaScript kód",

View File

@@ -1,40 +1,43 @@
{ {
"action": { "action": {
"autoscroll": "Autoscroll", "autoscroll": "Gulir Otomatis",
"cancel": "Batalkan", "cancel": "Batalkan",
"choose_file": "Pilih file", "choose_file": "Pilih file",
"clear": "Bersihkan", "clear": "Bersihkan",
"clear_all": "Bersihkan semua", "clear_all": "Bersihkan semua",
"close": "Menutup", "close": "Tutup",
"connect": "Menyambung", "connect": "Sambungkan",
"connecting": "Menyambungkan",
"copy": "Salin", "copy": "Salin",
"delete": "Menghapus", "delete": "Menghapus",
"disconnect": "Memutuskan", "disconnect": "Memutuskan",
"dismiss": "Menolak", "dismiss": "Tolak",
"dont_save": "Jangan_simpan", "dont_save": "Jangan simpan",
"download_file": "Unduh berkas", "download_file": "Unduh berkas",
"drag_to_reorder": "Seret untuk menyusun ulang", "drag_to_reorder": "Seret untuk menyusun ulang",
"duplicate": "Duplikat", "duplicate": "Duplikat",
"edit": "Edit", "edit": "Edit",
"filter_response": "Tanggapan filter", "filter": "Tanggapan filter",
"go_back": "Kembali", "go_back": "Kembali",
"group_by": "Group by",
"label": "Label", "label": "Label",
"learn_more": "Belajarlah lagi", "learn_more": "Pelajari lebih lanjut",
"less": "Lebih sedikit", "less": "Lebih sedikit",
"more": "Lebih banyak", "more": "Lebih banyak",
"new": "Baru", "new": "Baru",
"no": "No", "no": "Tidak",
"open_workspace": "Ruang kerja terbuka", "open_workspace": "Ruang kerja terbuka",
"paste": "Tempel", "paste": "Tempel",
"prettify": "Prettify", "prettify": "Prettify",
"remove": "Menghapus", "remove": "Hapus",
"restore": "Memulihkan", "restore": "Pulihkan",
"save": "Menyimpan", "save": "Simpan",
"scroll_to_bottom": "Gulir ke bawah", "scroll_to_bottom": "Gulir ke bawah",
"scroll_to_top": "Gulir ke atas", "scroll_to_top": "Gulir ke atas",
"search": "Cari", "search": "Cari",
"send": "Kirim", "send": "Kirim",
"start": "Mulailah", "start": "Mulai",
"starting": "Memulai",
"stop": "Berhenti", "stop": "Berhenti",
"to_close": "Untuk menutup", "to_close": "Untuk menutup",
"to_navigate": "Untuk menavigasi", "to_navigate": "Untuk menavigasi",
@@ -59,15 +62,15 @@
"documentation": "Dokumentasi", "documentation": "Dokumentasi",
"github": "GitHub", "github": "GitHub",
"help": "Bantuan & umpan balik", "help": "Bantuan & umpan balik",
"home": "Home", "home": "Beranda",
"invite": "Mengundang", "invite": "Undang",
"invite_description": "Hoppscotch adalah ekosistem pengembangan API open source. Kami merancang antarmuka yang sederhana dan intuitif untuk membuat dan mengelola API Anda. Hoppscotch adalah alat yang membantu Anda membuat, menguji, mendokumentasikan, dan membagikan API Anda.", "invite_description": "Hoppscotch adalah ekosistem pengembangan API open source. Kami merancang antarmuka yang sederhana dan intuitif untuk membuat dan mengelola API Anda. Hoppscotch adalah alat yang membantu Anda membuat, menguji, mendokumentasikan, dan membagikan API Anda.",
"invite_your_friends": "Undang temanmu", "invite_your_friends": "Undang temanmu",
"join_discord_community": "Bergabunglah dengan komunitas Discord kami", "join_discord_community": "Bergabunglah dengan komunitas Discord kami",
"keyboard_shortcuts": "Pintasan keyboard", "keyboard_shortcuts": "Pintasan keyboard",
"name": "Hoppscotch", "name": "Hoppscotch",
"new_version_found": "Versi baru ditemukan. Segarkan untuk memperbarui..", "new_version_found": "Versi baru ditemukan. Segarkan untuk memperbarui..",
"options": "Options", "options": "Pilihan",
"proxy_privacy_policy": "Kebijakan privasi proxy", "proxy_privacy_policy": "Kebijakan privasi proxy",
"reload": "Muat ulang", "reload": "Muat ulang",
"search": "Mencari", "search": "Mencari",
@@ -86,47 +89,47 @@
"auth": { "auth": {
"account_exists": "Akun ada dengan kredensial berbeda - Masuk untuk menautkan kedua akun", "account_exists": "Akun ada dengan kredensial berbeda - Masuk untuk menautkan kedua akun",
"all_sign_in_options": "Semua opsi masuk", "all_sign_in_options": "Semua opsi masuk",
"continue_with_email": "Lanjutkan dengan Email", "continue_with_email": "Lanjutkan dengan Surel",
"continue_with_github": "Lanjutkan dengan GitHub", "continue_with_github": "Lanjutkan dengan GitHub",
"continue_with_google": "Lanjutkan dengan Google", "continue_with_google": "Lanjutkan dengan Google",
"continue_with_microsoft": "Lanjutkan dengan Microsoft", "continue_with_microsoft": "Lanjutkan dengan Microsoft",
"email": "Email", "email": "Surel",
"logged_out": "Keluar", "logged_out": "Keluar",
"login": "Masuk", "login": "Masuk",
"login_success": "Berhasil masuk", "login_success": "Berhasil masuk",
"login_to_hoppscotch": "Masuk ke Hoppscotch", "login_to_hoppscotch": "Masuk ke Hoppscotch",
"logout": "Keluar", "logout": "Keluar",
"re_enter_email": "Masukkan kembali email", "re_enter_email": "Masukkan kembali surel",
"send_magic_link": "Kirim tautan ajaib", "send_magic_link": "Kirim tautan ajaib",
"sync": "Sinkronkan", "sync": "Sinkronkan",
"we_sent_magic_link": "Kami mengirimi Anda tautan ajaib!", "we_sent_magic_link": "Kami mengirimi Anda tautan ajaib!",
"we_sent_magic_link_description": "Periksa kotak masuk Anda - kami mengirim email ke {email}. Ini berisi tautan ajaib yang akan membuat Anda masuk.." "we_sent_magic_link_description": "Periksa kotak masuk Anda - kami mengirim surel ke {email}. Ini berisi tautan ajaib yang akan membuat Anda masuk.."
}, },
"authorization": { "authorization": {
"generate_token": "Buat Token", "generate_token": "Buat Token",
"include_in_url": "Sertakan dalam URL", "include_in_url": "Sertakan dalam URL",
"learn": "Belajar bagaimana", "learn": "Belajar bagaimana",
"pass_key_by": "Lewat", "pass_key_by": "Lewat",
"password": "Password", "password": "Kata Sandi",
"token": "Token", "token": "Token",
"type": "Jenis Otorisasi", "type": "Jenis Otorisasi",
"username": "Username" "username": "Nama Pengguna"
}, },
"collection": { "collection": {
"created": "Collection dibuat", "created": "Koleksi dibuat",
"edit": "Mengubah Collection", "edit": "Mengubah Koleksi",
"invalid_name": "Berikan nama untuk Collection", "invalid_name": "Berikan nama untuk Koleksi",
"my_collections": "Collection Saya", "my_collections": "Koleksi Saya",
"name": "Collection Baru Saya", "name": "Koleksi Baru Saya",
"name_length_insufficient": "Nama koleksi harus minimal 3 karakter", "name_length_insufficient": "Nama koleksi harus minimal 3 karakter",
"new": "Collection baru", "new": "Koleksi baru",
"renamed": "Collection berganti nama", "renamed": "Koleksi berganti nama",
"request_in_use": "Permintaan sedang digunakan", "request_in_use": "Permintaan sedang digunakan",
"save_as": "Save as", "save_as": "Simpan Sebagai",
"select": "Pilih Collection", "select": "Pilih Koleksi",
"select_location": "Pilih lokasi", "select_location": "Pilih lokasi",
"select_team": "Pilih team", "select_team": "Pilih team",
"team_collections": "Team Collections" "team_collections": "Koleksi Tim"
}, },
"confirm": { "confirm": {
"exit_team": "Apakah Anda yakin ingin keluar dari tim ini?", "exit_team": "Apakah Anda yakin ingin keluar dari tim ini?",
@@ -136,34 +139,34 @@
"remove_folder": "Apakah Anda yakin ingin menghapus folder ini secara permanen?", "remove_folder": "Apakah Anda yakin ingin menghapus folder ini secara permanen?",
"remove_history": "Apakah Anda yakin ingin menghapus semua riwayat secara permanen?", "remove_history": "Apakah Anda yakin ingin menghapus semua riwayat secara permanen?",
"remove_request": "Apakah Anda yakin ingin menghapus permintaan ini secara permanen?", "remove_request": "Apakah Anda yakin ingin menghapus permintaan ini secara permanen?",
"remove_team": "Apakah Anda yakin ingin menghapus tim ini??", "remove_team": "Apakah Anda yakin ingin menghapus tim ini?",
"remove_telemetry": "Apakah Anda yakin ingin menyisih dari Telemetri?", "remove_telemetry": "Apakah Anda yakin ingin menyisih dari Telemetri?",
"request_change": "Apakah Anda yakin ingin membuang permintaan saat ini, perubahan yang belum disimpan akan hilang.", "request_change": "Apakah Anda yakin ingin membuang permintaan saat ini, perubahan yang belum disimpan akan hilang.",
"sync": "Apakah Anda ingin memulihkan ruang kerja Anda dari cloud? Ini akan membuang kemajuan lokal Anda." "sync": "Apakah Anda ingin memulihkan ruang kerja Anda dari cloud? Ini akan membuang kemajuan lokal Anda."
}, },
"count": { "count": {
"header": "Header {count}", "header": "Header {count}",
"message": "pesan {count}", "message": "Pesan {count}",
"parameter": "Parameter {count}", "parameter": "Parameter {count}",
"protocol": "protocol {count}", "protocol": "Protocol {count}",
"value": "Nilai {count}", "value": "Nilai {count}",
"variable": "Variabel {count}" "variable": "Variabel {count}"
}, },
"documentation": { "documentation": {
"generate": "Buat dokumentasi", "generate": "Buat dokumentasi",
"generate_message": "Impor collection Hoppscotch apa pun untuk menghasilkan dokumentasi API saat on-the-go." "generate_message": "Impor koleksi Hoppscotch apa pun untuk menghasilkan dokumentasi API saat on-the-go."
}, },
"empty": { "empty": {
"authorization": "Permintaan ini tidak menggunakan otorisasi apa pun", "authorization": "Permintaan ini tidak menggunakan otorisasi apa pun",
"body": "Permintaan ini tidak memiliki body", "body": "Permintaan ini tidak memiliki body",
"collection": "Collection kosong", "collection": "Koleksi kosong",
"collections": "Collection kosong", "collections": "Koleksi kosong",
"documentation": "Hubungkan ke endpoint GraphQL untuk melihat dokumentasi", "documentation": "Hubungkan ke endpoint GraphQL untuk melihat dokumentasi",
"endpoint": "Endpoint tidak boleh kosong", "endpoint": "Endpoint tidak boleh kosong",
"environments": "Environments kosong", "environments": "Environments kosong",
"folder": "Folder kosong", "folder": "Folder kosong",
"headers": "Permintaan ini tidak memiliki headers", "headers": "Permintaan ini tidak memiliki headers",
"history": "History kosong", "history": "Riwayat kosong",
"invites": "Daftar undangan kosong", "invites": "Daftar undangan kosong",
"members": "Team kosong", "members": "Team kosong",
"parameters": "Permintaan ini tidak memiliki parameter apa pun", "parameters": "Permintaan ini tidak memiliki parameter apa pun",
@@ -172,6 +175,7 @@
"protocols": "Protokol kosong", "protocols": "Protokol kosong",
"schema": "Hubungkan ke endpoint GraphQL untuk melihat skema", "schema": "Hubungkan ke endpoint GraphQL untuk melihat skema",
"shortcodes": "Shortcodes are empty", "shortcodes": "Shortcodes are empty",
"subscription": "Subscriptions are empty",
"team_name": "Nama team kosong", "team_name": "Nama team kosong",
"teams": "Kamu bukan di team manapun", "teams": "Kamu bukan di team manapun",
"tests": "Tidak ada tes untuk permintaan ini" "tests": "Tidak ada tes untuk permintaan ini"
@@ -184,11 +188,13 @@
"deleted": "Environment dihapus", "deleted": "Environment dihapus",
"edit": "Sunting Environment", "edit": "Sunting Environment",
"invalid_name": "Tolong beri nama untuk environment", "invalid_name": "Tolong beri nama untuk environment",
"my_environments": "My Environments",
"nested_overflow": "variabel environment bersarang dibatasi hingga 10 level", "nested_overflow": "variabel environment bersarang dibatasi hingga 10 level",
"new": "Environment Baru", "new": "Environment Baru",
"no_environment": "No environment", "no_environment": "No environment",
"no_environment_description": "Tidak ada environment yang dipilih. Pilih apa yang harus dilakukan dengan variabel berikut.", "no_environment_description": "Tidak ada environment yang dipilih. Pilih apa yang harus dilakukan dengan variabel berikut.",
"select": "Pilih environment", "select": "Pilih environment",
"team_environments": "Team Environments",
"title": "Environments", "title": "Environments",
"updated": "Environment diperbarui", "updated": "Environment diperbarui",
"variable_list": "Daftar Variable" "variable_list": "Daftar Variable"
@@ -201,7 +207,7 @@
"f12_details": "(F12 untuk detailnya)", "f12_details": "(F12 untuk detailnya)",
"gql_prettify_invalid_query": "Tidak dapat prettify kueri yang tidak valid, menyelesaikan kesalahan sintaksis kueri, dan coba lagi", "gql_prettify_invalid_query": "Tidak dapat prettify kueri yang tidak valid, menyelesaikan kesalahan sintaksis kueri, dan coba lagi",
"incomplete_config_urls": "URL konfigurasi tidak lengkap", "incomplete_config_urls": "URL konfigurasi tidak lengkap",
"incorrect_email": "Email Salah", "incorrect_email": "Surel Salah",
"invalid_link": "Tautan tidak valid", "invalid_link": "Tautan tidak valid",
"invalid_link_description": "Tautan yang Anda klik tidak valid atau kedaluwarsa.", "invalid_link_description": "Tautan yang Anda klik tidak valid atau kedaluwarsa.",
"json_parsing_failed": "JSON tidak valid", "json_parsing_failed": "JSON tidak valid",
@@ -222,6 +228,11 @@
"require_github": "Masuk dengan GitHub untuk membuat secret gist", "require_github": "Masuk dengan GitHub untuk membuat secret gist",
"title": "Export" "title": "Export"
}, },
"filter": {
"all": "All",
"none": "None",
"starred": "Starred"
},
"folder": { "folder": {
"created": "Folder dibuat", "created": "Folder dibuat",
"edit": "Edit Folder", "edit": "Edit Folder",
@@ -235,8 +246,12 @@
"schema": "Schema", "schema": "Schema",
"subscriptions": "Subscriptions" "subscriptions": "Subscriptions"
}, },
"group": {
"time": "Time",
"url": "URL"
},
"header": { "header": {
"install_pwa": "Install app", "install_pwa": "Pasang app",
"login": "Login", "login": "Login",
"save_workspace": "Simpan Ruang Kerja Saya" "save_workspace": "Simpan Ruang Kerja Saya"
}, },
@@ -253,59 +268,77 @@
"tests": "Tulis test script untuk mengotomatiskan debugging." "tests": "Tulis test script untuk mengotomatiskan debugging."
}, },
"hide": { "hide": {
"collection": "Ciutkan Panel Collection", "collection": "Ciutkan Panel Koleksi",
"more": "Sembunyikan lainnya", "more": "Sembunyikan lainnya",
"preview": "Sembunyikan preview", "preview": "Sembunyikan preview",
"sidebar": "Ciutkan sidebar" "sidebar": "Ciutkan sidebar"
}, },
"import": { "import": {
"collections": "Import collections", "collections": "Impor koleksi",
"curl": "Import cURL", "curl": "Impor cURL",
"failed": "Kesalahan saat mengimpor: format tidak dikenali", "failed": "Kesalahan saat mengimpor: format tidak dikenali",
"from_gist": "Import dari Gist", "from_gist": "Impor dari Gist",
"from_gist_description": "Import dari Gist URL", "from_gist_description": "Impor dari Gist URL",
"from_insomnia": "Import dari Insomnia", "from_insomnia": "Impor dari Insomnia",
"from_insomnia_description": "Import dari Insomnia collection", "from_insomnia_description": "Impor dari Koleksi Insomnia",
"from_json": "Import dari Hoppscotch", "from_json": "Impor dari Hoppscotch",
"from_json_description": "Import dari Hoppscotch collection file", "from_json_description": "Impor dari Hoppscotch berkas koleksi",
"from_my_collections": "Import dari Collections Saya", "from_my_collections": "Impor dari Koleksi Saya",
"from_my_collections_description": "Import dari file Collections Saya", "from_my_collections_description": "Impor dari Berkas Koleksi Saya",
"from_openapi": "Import dari OpenAPI", "from_openapi": "Import dari OpenAPI",
"from_openapi_description": "Import dari OpenAPI syarat file (YML/JSON)", "from_openapi_description": "Impor dari OpenAPI syarat berkas (YML/JSON)",
"from_postman": "Import dari Postman", "from_postman": "Impor dari Postman",
"from_postman_description": "Import dari Postman collection", "from_postman_description": "Impor dari Koleksi Postman",
"from_url": "Import dari URL", "from_url": "Impor dari URL",
"gist_url": "Masukkan Gist URL", "gist_url": "Masukkan Gist URL",
"import_from_url_invalid_fetch": "Tidak bisa mendapatkan data dari url", "import_from_url_invalid_fetch": "Tidak bisa mendapatkan data dari url",
"import_from_url_invalid_file_format": "Kesalahan saat mengimpor collections", "import_from_url_invalid_file_format": "Kesalahan saat mengimpor koleksi",
"import_from_url_invalid_type": "Jenis tidak didukung. nilai yang diterima adalah 'hoppscotch', 'openapi', 'postman', 'insomnia'", "import_from_url_invalid_type": "Jenis tidak didukung. nilai yang diterima adalah 'hoppscotch', 'openapi', 'postman', 'insomnia'",
"import_from_url_success": "Collections import", "import_from_url_success": "Impor koleksi berhasil",
"json_description": "Import Collections dari file JSON Hoppscotch Collections", "json_description": "Impor Koleksi dari berkas JSON Koleksi Hoppscotch",
"title": "Import" "title": "Impor"
}, },
"layout": { "layout": {
"collapse_collection": "Ciutkan atau Perluas Collections", "collapse_collection": "Ciutkan atau Perluas Collections",
"collapse_sidebar": "Ciutkan atau Perluas sidebar", "collapse_sidebar": "Ciutkan atau Perluas sidebar",
"column": "Vertical layout", "column": "Vertikal layout",
"name": "Layout", "name": "Layout",
"row": "Horizontal layout", "row": "Horisontal layout",
"zen_mode": "Zen mode" "zen_mode": "Zen mode"
}, },
"modal": { "modal": {
"collections": "Collections", "collections": "Koleksi",
"confirm": "Mengonfirmasi", "confirm": "Mengonfirmasi",
"edit_request": "Edit Request", "edit_request": "Edit Request",
"import_export": "Import / Export" "import_export": "Impor / Ekspor"
}, },
"mqtt": { "mqtt": {
"already_subscribed": "You are already subscribed to this topic.",
"clean_session": "Clean Session",
"clear_input": "Clear input",
"clear_input_on_send": "Clear input on send",
"client_id": "Client ID",
"color": "Pick a color",
"communication": "Komunikasi", "communication": "Komunikasi",
"connection_config": "Connection Config",
"connection_not_authorized": "This MQTT connection does not use any authentication.",
"invalid_topic": "Please provide a topic for the subscription",
"keep_alive": "Keep Alive",
"log": "Log", "log": "Log",
"lw_message": "Last-Will Message",
"lw_qos": "Last-Will QoS",
"lw_retain": "Last-Will Retain",
"lw_topic": "Last-Will Topic",
"message": "Pesan", "message": "Pesan",
"new": "New Subscription",
"not_connected": "Please start a MQTT connection first.",
"publish": "Menerbitkan", "publish": "Menerbitkan",
"qos": "QoS",
"ssl": "SSL",
"subscribe": "Langganan", "subscribe": "Langganan",
"topic": "Topic", "topic": "Topik",
"topic_name": "Topic Nama", "topic_name": "Nama Topik",
"topic_title": "Menerbitkan / Langganan topic", "topic_title": "Menerbitkan / Langganan topik",
"unsubscribe": "Berhenti berlangganan", "unsubscribe": "Berhenti berlangganan",
"url": "URL" "url": "URL"
}, },
@@ -325,9 +358,10 @@
}, },
"profile": { "profile": {
"app_settings": "Pengaturan aplikasi", "app_settings": "Pengaturan aplikasi",
"default_hopp_displayname": "Unnamed User",
"editor": "Editor", "editor": "Editor",
"editor_description": "EEditor dapat menambah, mengedit, dan menghapus request.", "editor_description": "Editor dapat menambah, mengedit, dan menghapus request.",
"email_verification_mail": "Email verifikasi telah dikirim ke alamat email Anda. Silakan klik tautan untuk memverifikasi alamat email Anda.", "email_verification_mail": "Surel verifikasi telah dikirim ke alamat surel Anda. Silakan klik tautan untuk memverifikasi alamat surel Anda.",
"no_permission": "Anda tidak memiliki izin untuk melakukan tindakan ini.", "no_permission": "Anda tidak memiliki izin untuk melakukan tindakan ini.",
"owner": "Owner", "owner": "Owner",
"owner_description": "Pemilik dapat menambah, mengedit, dan menghapus permintaan, koleksi, dan anggota tim.", "owner_description": "Pemilik dapat menambah, mengedit, dan menghapus permintaan, koleksi, dan anggota tim.",
@@ -378,7 +412,7 @@
"share": "Membagikan", "share": "Membagikan",
"share_description": "Bagikan Hoppscotch dengan teman-teman Anda", "share_description": "Bagikan Hoppscotch dengan teman-teman Anda",
"title": "Request", "title": "Request",
"type": "Request Tipe", "type": "Tipe Request",
"url": "URL", "url": "URL",
"variables": "Variables", "variables": "Variables",
"view_my_links": "Lihat tautan saya" "view_my_links": "Lihat tautan saya"
@@ -404,7 +438,7 @@
"accent_color": "Accent color", "accent_color": "Accent color",
"account": "Akun", "account": "Akun",
"account_description": "Sesuaikan pengaturan akun Anda.", "account_description": "Sesuaikan pengaturan akun Anda.",
"account_email_description": "Alamat email utama Anda.", "account_email_description": "Alamat surel utama Anda.",
"account_name_description": "Ini adalah nama tampilan Anda.", "account_name_description": "Ini adalah nama tampilan Anda.",
"background": "Latar belakang", "background": "Latar belakang",
"black_mode": "Hitam", "black_mode": "Hitam",
@@ -416,8 +450,8 @@
"experiments_notice": "Ini adalah kumpulan eksperimen yang sedang kami kerjakan yang mungkin berguna, menyenangkan, keduanya, atau tidak keduanya. Mereka tidak final dan mungkin tidak stabil, jadi jika sesuatu yang terlalu aneh terjadi, jangan panik. Matikan saja. Kesampingkan lelucon, ", "experiments_notice": "Ini adalah kumpulan eksperimen yang sedang kami kerjakan yang mungkin berguna, menyenangkan, keduanya, atau tidak keduanya. Mereka tidak final dan mungkin tidak stabil, jadi jika sesuatu yang terlalu aneh terjadi, jangan panik. Matikan saja. Kesampingkan lelucon, ",
"extension_ver_not_reported": "Tidak Dilaporkan", "extension_ver_not_reported": "Tidak Dilaporkan",
"extension_version": "Versi Ekstensi", "extension_version": "Versi Ekstensi",
"extensions": "Browser extension", "extensions": "Ekstensi Peramban",
"extensions_use_toggle": "Gunakan ekstensi browser untuk mengirim permintaan (jika ada)", "extensions_use_toggle": "Gunakan ekstensi peramban untuk mengirim permintaan (jika ada)",
"follow": "Ikuti kami", "follow": "Ikuti kami",
"font_size": "Ukuran huruf", "font_size": "Ukuran huruf",
"font_size_large": "Besar", "font_size_large": "Besar",
@@ -427,21 +461,21 @@
"interceptor_description": "Middleware antara aplikasi dan API.", "interceptor_description": "Middleware antara aplikasi dan API.",
"language": "Bahasa", "language": "Bahasa",
"light_mode": "Terang", "light_mode": "Terang",
"official_proxy_hosting": "Official Proxy dihosting oleh Hoppscotch.", "official_proxy_hosting": "Proxy resmi dihosting oleh Hoppscotch.",
"profile": "Profil", "profile": "Profil",
"profile_description": "Perbarui detail profil Anda", "profile_description": "Perbarui detail profil Anda",
"profile_email": "Alamat email", "profile_email": "Alamat surel",
"profile_name": "Nama profil", "profile_name": "Nama profil",
"proxy": "Proxy", "proxy": "Proxy",
"proxy_url": "Proxy URL", "proxy_url": "Proxy URL",
"proxy_use_toggle": "Gunakan middleware proxy untuk mengirim requests ", "proxy_use_toggle": "Gunakan middleware proxy untuk mengirim requests",
"read_the": "Baca", "read_the": "Baca",
"reset_default": "Setel ulang ke default", "reset_default": "Setel ulang ke default",
"short_codes": "Short codes", "short_codes": "Short codes",
"short_codes_description": "Short codes yang Anda buat.", "short_codes_description": "Short codes yang Anda buat.",
"sidebar_on_left": "Sidebar berada di kiri", "sidebar_on_left": "Sidebar berada di kiri",
"sync": "Synchronise", "sync": "Synchronise",
"sync_collections": "Collections", "sync_collections": "Koleksi",
"sync_description": "Pengaturan ini disinkronkan ke cloud.", "sync_description": "Pengaturan ini disinkronkan ke cloud.",
"sync_environments": "Environments", "sync_environments": "Environments",
"sync_history": "Riwayat", "sync_history": "Riwayat",
@@ -451,9 +485,9 @@
"theme": "Tema", "theme": "Tema",
"theme_description": "Sesuaikan tema aplikasi Anda.", "theme_description": "Sesuaikan tema aplikasi Anda.",
"use_experimental_url_bar": "Gunakan experimental URL bar dengan environment highlighting", "use_experimental_url_bar": "Gunakan experimental URL bar dengan environment highlighting",
"user": "User", "user": "Pengguna",
"verified_email": "Email terverifikasi", "verified_email": "Surel terverifikasi",
"verify_email": "Verifikasi email" "verify_email": "Verifikasi surel"
}, },
"shortcodes": { "shortcodes": {
"actions": "Tindakan", "actions": "Tindakan",
@@ -469,7 +503,7 @@
"close_current_menu": "Tutup menu saat ini", "close_current_menu": "Tutup menu saat ini",
"command_menu": "Cari & menu perintah", "command_menu": "Cari & menu perintah",
"help_menu": "Menu bantuan", "help_menu": "Menu bantuan",
"show_all": "Keyboard shortcuts", "show_all": "Pintasan keyboard",
"title": "Umum" "title": "Umum"
}, },
"miscellaneous": { "miscellaneous": {
@@ -478,13 +512,13 @@
}, },
"navigation": { "navigation": {
"back": "Kembali ke halaman sebelumnya", "back": "Kembali ke halaman sebelumnya",
"documentation": "Pergi halaman Dokumentasi", "documentation": "Pergi ke halaman Dokumentasi",
"forward": "Pergi ke halaman berikutnya", "forward": "Pergi ke halaman berikutnya",
"graphql": "Pergi ke halaman GraphQL", "graphql": "Pergi ke halaman GraphQL",
"profile": "Pergi ke halaman Profile", "profile": "Pergi ke halaman Profile",
"realtime": "Pergi ke halaman Realtime", "realtime": "Pergi ke halaman Realtime",
"rest": "Pergi ke halaman REST", "rest": "Pergi ke halaman REST",
"settings": "Pergi halaman Pengaturan", "settings": "Pergi ke halaman Pengaturan",
"title": "Navigasi" "title": "Navigasi"
}, },
"request": { "request": {
@@ -519,7 +553,7 @@
"code": "Tampilkan code", "code": "Tampilkan code",
"collection": "Luaskan Panel Collection", "collection": "Luaskan Panel Collection",
"more": "Lebih banyak", "more": "Lebih banyak",
"sidebar": "memperluas sidebar" "sidebar": "Memperluas sidebar"
}, },
"socketio": { "socketio": {
"communication": "Komunikasi", "communication": "Komunikasi",
@@ -530,7 +564,7 @@
"url": "URL" "url": "URL"
}, },
"sse": { "sse": {
"event_type": "Event tipe", "event_type": "Tipe Event",
"log": "Log", "log": "Log",
"url": "URL" "url": "URL"
}, },
@@ -554,7 +588,7 @@
"download_started": "Unduhan dimulai", "download_started": "Unduhan dimulai",
"enabled": "Diaktifkan", "enabled": "Diaktifkan",
"file_imported": "File diimpor", "file_imported": "File diimpor",
"finished_in": "Selesai di {duration} ms", "finished_in": "Selesai dalam {duration} ms",
"history_deleted": "Riwayat dihapus", "history_deleted": "Riwayat dihapus",
"linewrap": "Wrap lines", "linewrap": "Wrap lines",
"loading": "Memuat...", "loading": "Memuat...",
@@ -562,22 +596,22 @@
"mqtt_subscription_failed": "Terjadi masalah saat berlangganan topik: {topic}", "mqtt_subscription_failed": "Terjadi masalah saat berlangganan topik: {topic}",
"none": "Tidak ada", "none": "Tidak ada",
"nothing_found": "Tidak ada yang ditemukan untuk", "nothing_found": "Tidak ada yang ditemukan untuk",
"published_error": "Terjadi masalah saat memublikasikan msg: {topic} ke topic: {message}", "published_error": "Terjadi masalah saat memublikasikan msg: {topic} ke topik: {message}",
"published_message": "Pesan yang dipublikasikan: {message} ke topic: {topic}", "published_message": "Pesan yang dipublikasikan: {message} ke topik: {topic}",
"reconnection_error": "Gagal menyambung kembali", "reconnection_error": "Gagal menyambung kembali",
"subscribed_failed": "Gagal berlangganan topic: {topic}", "subscribed_failed": "Gagal berlangganan topik: {topic}",
"subscribed_success": "Berhasil berlangganan topic: {topic}", "subscribed_success": "Berhasil berlangganan topik: {topic}",
"unsubscribed_failed": "Gagal berhenti berlangganan dari topic: {topic}", "unsubscribed_failed": "Gagal berhenti berlangganan dari topik: {topic}",
"unsubscribed_success": "Berhasil berhenti berlangganan dari topic: {topic}", "unsubscribed_success": "Berhasil berhenti berlangganan dari topik: {topic}",
"waiting_send_request": "Menunggu untuk mengirim request" "waiting_send_request": "Menunggu untuk mengirim request"
}, },
"support": { "support": {
"changelog": "Baca lebih lanjut tentang rilis terbaru", "changelog": "Baca lebih lanjut tentang rilis terbaru",
"chat": "Pertanyaan? berbincanglah dengan kami!", "chat": "Pertanyaan? berbincanglah dengan kami!",
"community": "Ajukan pertanyaan dan bantu orang lain", "community": "Ajukan pertanyaan dan bantu orang lain",
"documentation": "Baca lebih lanjut tentang Hoppscotch", "documentation": "Baca lebih lanjut tentang Hoppscotch",
"forum": "Ajukan pertanyaan dan dapatkan jawaban", "forum": "Ajukan pertanyaan dan dapatkan jawaban",
"github": "Ikuti kami di Github", "github": "Ikuti kami di GitHub",
"shortcuts": "Jelajahi aplikasi lebih cepat", "shortcuts": "Jelajahi aplikasi lebih cepat",
"team": "Hubungi tim", "team": "Hubungi tim",
"title": "Mendukung", "title": "Mendukung",
@@ -609,10 +643,10 @@
"deleted": "Tim dihapus", "deleted": "Tim dihapus",
"edit": "Edit Tim", "edit": "Edit Tim",
"email": "E-mail", "email": "E-mail",
"email_do_not_match": "Email tidak cocok dengan detail akun Anda. Hubungi pemilik tim Anda.", "email_do_not_match": "Surel tidak cocok dengan detail akun Anda. Hubungi pemilik tim Anda.",
"exit": "Keluar dari Tim", "exit": "Keluar dari Tim",
"exit_disabled": "Hanya pemilik yang tidak dapat keluar dari tim", "exit_disabled": "Hanya pemilik yang tidak dapat keluar dari tim",
"invalid_email_format": "Format email tidak valid", "invalid_email_format": "Format surel tidak valid",
"invalid_id": "ID tim tidak valid. Hubungi pemilik tim Anda.", "invalid_id": "ID tim tidak valid. Hubungi pemilik tim Anda.",
"invalid_invite_link": "Tautan undangan tidak valid", "invalid_invite_link": "Tautan undangan tidak valid",
"invalid_invite_link_description": "Tautan yang Anda ikuti tidak valid. Hubungi pemilik tim Anda.", "invalid_invite_link_description": "Tautan yang Anda ikuti tidak valid. Hubungi pemilik tim Anda.",
@@ -638,8 +672,8 @@
"name_length_insufficient": "Nama tim harus setidaknya 6 karakter", "name_length_insufficient": "Nama tim harus setidaknya 6 karakter",
"name_updated": "Nama tim diperbarui", "name_updated": "Nama tim diperbarui",
"new": "Tim Baru", "new": "Tim Baru",
"new_created": "New team created", "new_created": "Tim baru dibuat",
"new_name": "Tim baru dibuat", "new_name": "Tim baru saya",
"no_access": "Anda tidak memiliki akses edit ke collections ini", "no_access": "Anda tidak memiliki akses edit ke collections ini",
"no_invite_found": "Undangan tidak ditemukan. Hubungi pemilik tim Anda.", "no_invite_found": "Undangan tidak ditemukan. Hubungi pemilik tim Anda.",
"not_found": "Tim tidak ditemukan. Hubungi pemilik tim Anda.", "not_found": "Tim tidak ditemukan. Hubungi pemilik tim Anda.",
@@ -652,11 +686,16 @@
"we_sent_invite_link": "Kami mengirim tautan undangan ke semua undangan!", "we_sent_invite_link": "Kami mengirim tautan undangan ke semua undangan!",
"we_sent_invite_link_description": "Minta semua undangan untuk memeriksa kotak masuk mereka. Klik tautan untuk bergabung dengan tim." "we_sent_invite_link_description": "Minta semua undangan untuk memeriksa kotak masuk mereka. Klik tautan untuk bergabung dengan tim."
}, },
"team_environment": {
"deleted": "Environment Deleted",
"duplicate": "Environment Duplicated",
"not_found": "Environment not found."
},
"test": { "test": {
"failed": "tes gagal", "failed": "Tes gagal",
"javascript_code": "JavaScript Code", "javascript_code": "JavaScript Code",
"learn": "Baca dokumentasi", "learn": "Baca dokumentasi",
"passed": "tes lulus", "passed": "Tes lulus",
"report": "Laporan pengujian", "report": "Laporan pengujian",
"results": "Hasil tes", "results": "Hasil tes",
"script": "Script", "script": "Script",
@@ -666,7 +705,7 @@
"communication": "Komunikasi", "communication": "Komunikasi",
"log": "Log", "log": "Log",
"message": "Pesan", "message": "Pesan",
"protocols": "Protocols", "protocols": "Protokol",
"url": "URL" "url": "URL"
} }
} }

View File

@@ -7,6 +7,7 @@
"clear_all": "Cancella tutto", "clear_all": "Cancella tutto",
"close": "Close", "close": "Close",
"connect": "Connetti", "connect": "Connetti",
"connecting": "Connecting",
"copy": "Copia", "copy": "Copia",
"delete": "Elimina", "delete": "Elimina",
"disconnect": "Disconnetti", "disconnect": "Disconnetti",
@@ -16,8 +17,9 @@
"drag_to_reorder": "Drag to reorder", "drag_to_reorder": "Drag to reorder",
"duplicate": "Duplica", "duplicate": "Duplica",
"edit": "Modifica", "edit": "Modifica",
"filter_response": "Filter response", "filter": "Filter",
"go_back": "Torna indietro", "go_back": "Torna indietro",
"group_by": "Group by",
"label": "Etichetta", "label": "Etichetta",
"learn_more": "Per saperne di più", "learn_more": "Per saperne di più",
"less": "Less", "less": "Less",
@@ -35,6 +37,7 @@
"search": "Cerca", "search": "Cerca",
"send": "Invia", "send": "Invia",
"start": "Avvia", "start": "Avvia",
"starting": "Starting",
"stop": "Interrompi", "stop": "Interrompi",
"to_close": "to close", "to_close": "to close",
"to_navigate": "to navigate", "to_navigate": "to navigate",
@@ -172,6 +175,7 @@
"protocols": "I protocolli sono vuoti", "protocols": "I protocolli sono vuoti",
"schema": "Connettiti a un endpoint GraphQL per mostrare lo schema", "schema": "Connettiti a un endpoint GraphQL per mostrare lo schema",
"shortcodes": "Shortcodes are empty", "shortcodes": "Shortcodes are empty",
"subscription": "Subscriptions are empty",
"team_name": "Il nome del team è vuoto", "team_name": "Il nome del team è vuoto",
"teams": "I team sono vuoti", "teams": "I team sono vuoti",
"tests": "Non ci sono test per questa richiesta" "tests": "Non ci sono test per questa richiesta"
@@ -184,11 +188,13 @@
"deleted": "Environment deletion", "deleted": "Environment deletion",
"edit": "Modifica ambiente", "edit": "Modifica ambiente",
"invalid_name": "Si prega di fornire un nome valido per l'ambiente", "invalid_name": "Si prega di fornire un nome valido per l'ambiente",
"my_environments": "My Environments",
"nested_overflow": "nested environment variables are limited to 10 levels", "nested_overflow": "nested environment variables are limited to 10 levels",
"new": "Nuovo ambiente", "new": "Nuovo ambiente",
"no_environment": "Nessun ambiente", "no_environment": "Nessun ambiente",
"no_environment_description": "No environments were selected. Choose what to do with the following variables.", "no_environment_description": "No environments were selected. Choose what to do with the following variables.",
"select": "Seleziona ambiente", "select": "Seleziona ambiente",
"team_environments": "Team Environments",
"title": "Ambienti", "title": "Ambienti",
"updated": "Environment updation", "updated": "Environment updation",
"variable_list": "Elenco variabili" "variable_list": "Elenco variabili"
@@ -222,6 +228,11 @@
"require_github": "Accedi con GitHub per creare un Gist segreto", "require_github": "Accedi con GitHub per creare un Gist segreto",
"title": "Export" "title": "Export"
}, },
"filter": {
"all": "All",
"none": "None",
"starred": "Starred"
},
"folder": { "folder": {
"created": "Cartella creata", "created": "Cartella creata",
"edit": "Modifica cartella", "edit": "Modifica cartella",
@@ -235,6 +246,10 @@
"schema": "Schema", "schema": "Schema",
"subscriptions": "Sottoscrizioni" "subscriptions": "Sottoscrizioni"
}, },
"group": {
"time": "Time",
"url": "URL"
},
"header": { "header": {
"install_pwa": "Installa l'applicazione", "install_pwa": "Installa l'applicazione",
"login": "Accedi", "login": "Accedi",
@@ -298,10 +313,28 @@
"import_export": "Importa/Esporta" "import_export": "Importa/Esporta"
}, },
"mqtt": { "mqtt": {
"already_subscribed": "You are already subscribed to this topic.",
"clean_session": "Clean Session",
"clear_input": "Clear input",
"clear_input_on_send": "Clear input on send",
"client_id": "Client ID",
"color": "Pick a color",
"communication": "Comunicazione", "communication": "Comunicazione",
"connection_config": "Connection Config",
"connection_not_authorized": "This MQTT connection does not use any authentication.",
"invalid_topic": "Please provide a topic for the subscription",
"keep_alive": "Keep Alive",
"log": "Log", "log": "Log",
"lw_message": "Last-Will Message",
"lw_qos": "Last-Will QoS",
"lw_retain": "Last-Will Retain",
"lw_topic": "Last-Will Topic",
"message": "Messaggio", "message": "Messaggio",
"new": "New Subscription",
"not_connected": "Please start a MQTT connection first.",
"publish": "Pubblica", "publish": "Pubblica",
"qos": "QoS",
"ssl": "SSL",
"subscribe": "Sottoscrivi", "subscribe": "Sottoscrivi",
"topic": "Argomento", "topic": "Argomento",
"topic_name": "Nome argomento", "topic_name": "Nome argomento",
@@ -325,6 +358,7 @@
}, },
"profile": { "profile": {
"app_settings": "Impostazioni della app", "app_settings": "Impostazioni della app",
"default_hopp_displayname": "Unnamed User",
"editor": "Autore", "editor": "Autore",
"editor_description": "Gli Autori possono aggiungere, modificare e cancellare richieste.", "editor_description": "Gli Autori possono aggiungere, modificare e cancellare richieste.",
"email_verification_mail": "A verification email has been sent to your email address. Please click on the link to verify your email address.", "email_verification_mail": "A verification email has been sent to your email address. Please click on the link to verify your email address.",
@@ -652,6 +686,11 @@
"we_sent_invite_link": "Abbiamo inviato un link di invito a tutti gli invitati!", "we_sent_invite_link": "Abbiamo inviato un link di invito a tutti gli invitati!",
"we_sent_invite_link_description": "Chiedi a tutti gli invitati di controllare la loro casella email. Cliccando sul link possono entrare nel team." "we_sent_invite_link_description": "Chiedi a tutti gli invitati di controllare la loro casella email. Cliccando sul link possono entrare nel team."
}, },
"team_environment": {
"deleted": "Environment Deleted",
"duplicate": "Environment Duplicated",
"not_found": "Environment not found."
},
"test": { "test": {
"failed": "Test fallito", "failed": "Test fallito",
"javascript_code": "Codice JavaScript", "javascript_code": "Codice JavaScript",

View File

@@ -7,6 +7,7 @@
"clear_all": "Clear all", "clear_all": "Clear all",
"close": "Close", "close": "Close",
"connect": "Connect", "connect": "Connect",
"connecting": "Connecting",
"copy": "Copy", "copy": "Copy",
"delete": "Delete", "delete": "Delete",
"disconnect": "Disconnect", "disconnect": "Disconnect",
@@ -16,8 +17,9 @@
"drag_to_reorder": "Drag to reorder", "drag_to_reorder": "Drag to reorder",
"duplicate": "Duplicate", "duplicate": "Duplicate",
"edit": "Edit", "edit": "Edit",
"filter_response": "Filter response", "filter": "Filter",
"go_back": "Go back", "go_back": "Go back",
"group_by": "Group by",
"label": "Label", "label": "Label",
"learn_more": "Learn more", "learn_more": "Learn more",
"less": "Less", "less": "Less",
@@ -35,6 +37,7 @@
"search": "Search", "search": "Search",
"send": "Send", "send": "Send",
"start": "Start", "start": "Start",
"starting": "Starting",
"stop": "Stop", "stop": "Stop",
"to_close": "to close", "to_close": "to close",
"to_navigate": "to navigate", "to_navigate": "to navigate",
@@ -168,10 +171,11 @@
"members": "Team is empty", "members": "Team is empty",
"parameters": "This request does not have any parameters", "parameters": "This request does not have any parameters",
"pending_invites": "There are no pending invites for this team", "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", "protocols": "Protocols are empty",
"schema": "Connect to a GraphQL endpoint to view schema", "schema": "Connect to a GraphQL endpoint to view schema",
"shortcodes": "Shortcodes are empty", "shortcodes": "Shortcodes are empty",
"subscription": "Subscriptions are empty",
"team_name": "Team name empty", "team_name": "Team name empty",
"teams": "You don't belong to any teams", "teams": "You don't belong to any teams",
"tests": "There are no tests for this request" "tests": "There are no tests for this request"
@@ -184,11 +188,13 @@
"deleted": "Environment deletion", "deleted": "Environment deletion",
"edit": "Edit Environment", "edit": "Edit Environment",
"invalid_name": "Please provide a name for the environment", "invalid_name": "Please provide a name for the environment",
"my_environments": "My Environments",
"nested_overflow": "nested environment variables are limited to 10 levels", "nested_overflow": "nested environment variables are limited to 10 levels",
"new": "New Environment", "new": "New Environment",
"no_environment": "No environment", "no_environment": "No environment",
"no_environment_description": "No environments were selected. Choose what to do with the following variables.", "no_environment_description": "No environments were selected. Choose what to do with the following variables.",
"select": "Select environment", "select": "Select environment",
"team_environments": "Team Environments",
"title": "Environments", "title": "Environments",
"updated": "Environment updated", "updated": "Environment updated",
"variable_list": "Variable List" "variable_list": "Variable List"
@@ -222,6 +228,11 @@
"require_github": "Login with GitHub to create secret gist", "require_github": "Login with GitHub to create secret gist",
"title": "Export" "title": "Export"
}, },
"filter": {
"all": "All",
"none": "None",
"starred": "Starred"
},
"folder": { "folder": {
"created": "Folder created", "created": "Folder created",
"edit": "Edit Folder", "edit": "Edit Folder",
@@ -235,6 +246,10 @@
"schema": "Schema", "schema": "Schema",
"subscriptions": "Subscriptions" "subscriptions": "Subscriptions"
}, },
"group": {
"time": "Time",
"url": "URL"
},
"header": { "header": {
"install_pwa": "Install app", "install_pwa": "Install app",
"login": "Login", "login": "Login",
@@ -298,10 +313,28 @@
"import_export": "Import / Export" "import_export": "Import / Export"
}, },
"mqtt": { "mqtt": {
"already_subscribed": "You are already subscribed to this topic.",
"clean_session": "Clean Session",
"clear_input": "Clear input",
"clear_input_on_send": "Clear input on send",
"client_id": "Client ID",
"color": "Pick a color",
"communication": "Communication", "communication": "Communication",
"connection_config": "Connection Config",
"connection_not_authorized": "This MQTT connection does not use any authentication.",
"invalid_topic": "Please provide a topic for the subscription",
"keep_alive": "Keep Alive",
"log": "Log", "log": "Log",
"lw_message": "Last-Will Message",
"lw_qos": "Last-Will QoS",
"lw_retain": "Last-Will Retain",
"lw_topic": "Last-Will Topic",
"message": "Message", "message": "Message",
"new": "New Subscription",
"not_connected": "Please start a MQTT connection first.",
"publish": "Publish", "publish": "Publish",
"qos": "QoS",
"ssl": "SSL",
"subscribe": "Subscribe", "subscribe": "Subscribe",
"topic": "Topic", "topic": "Topic",
"topic_name": "Topic Name", "topic_name": "Topic Name",
@@ -325,6 +358,7 @@
}, },
"profile": { "profile": {
"app_settings": "App Settings", "app_settings": "App Settings",
"default_hopp_displayname": "Unnamed User",
"editor": "Editor", "editor": "Editor",
"editor_description": "Editors can add, edit, and delete requests.", "editor_description": "Editors can add, edit, and delete requests.",
"email_verification_mail": "A verification email has been sent to your email address. Please click on the link to verify your email address.", "email_verification_mail": "A verification email has been sent to your email address. Please click on the link to verify your email address.",
@@ -652,6 +686,11 @@
"we_sent_invite_link": "We sent an invite link to all invitees!", "we_sent_invite_link": "We sent an invite link to all invitees!",
"we_sent_invite_link_description": "Ask all invitees to check their inbox. Click on the link to join the team." "we_sent_invite_link_description": "Ask all invitees to check their inbox. Click on the link to join the team."
}, },
"team_environment": {
"deleted": "Environment Deleted",
"duplicate": "Environment Duplicated",
"not_found": "Environment not found."
},
"test": { "test": {
"failed": "test failed", "failed": "test failed",
"javascript_code": "JavaScript Code", "javascript_code": "JavaScript Code",

View File

@@ -1,26 +1,28 @@
{ {
"action": { "action": {
"autoscroll": "Autoscroll", "autoscroll": "자동 스크롤",
"cancel": "취소", "cancel": "취소",
"choose_file": "파일 선택", "choose_file": "파일 선택",
"clear": "지우기", "clear": "지우기",
"clear_all": "모두 지우기", "clear_all": "모두 지우기",
"close": "Close", "close": "닫기",
"connect": "연결", "connect": "연결",
"connecting": "Connecting",
"copy": "복사", "copy": "복사",
"delete": "삭제", "delete": "삭제",
"disconnect": "연결 해제", "disconnect": "연결 해제",
"dismiss": "닫기", "dismiss": "닫기",
"dont_save": "Don't save", "dont_save": "저장 안함",
"download_file": "파일 다운로드", "download_file": "파일 다운로드",
"drag_to_reorder": "Drag to reorder", "drag_to_reorder": "Drag to reorder",
"duplicate": "복제", "duplicate": "복제",
"edit": "편집", "edit": "편집",
"filter_response": "Filter response", "filter": "Filter",
"go_back": "돌아가기", "go_back": "돌아가기",
"group_by": "Group by",
"label": "이름", "label": "이름",
"learn_more": "더 알아보기", "learn_more": "더 알아보기",
"less": "Less", "less": "접기",
"more": "더보기", "more": "더보기",
"new": "추가", "new": "추가",
"no": "아니요", "no": "아니요",
@@ -35,6 +37,7 @@
"search": "검색", "search": "검색",
"send": "보내기", "send": "보내기",
"start": "시작", "start": "시작",
"starting": "Starting",
"stop": "정지", "stop": "정지",
"to_close": "로 닫기", "to_close": "로 닫기",
"to_navigate": "로 이동", "to_navigate": "로 이동",
@@ -77,7 +80,7 @@
"status": "상태", "status": "상태",
"status_description": "Check the status of the website", "status_description": "Check the status of the website",
"terms_and_privacy": "약관 및 개인정보 보호", "terms_and_privacy": "약관 및 개인정보 보호",
"twitter": "트위터", "twitter": "Twitter",
"type_a_command_search": "명령을 입력하거나 검색...", "type_a_command_search": "명령을 입력하거나 검색...",
"we_use_cookies": "우리는 쿠키를 사용중입니다.", "we_use_cookies": "우리는 쿠키를 사용중입니다.",
"whats_new": "새로 바뀐 점", "whats_new": "새로 바뀐 점",
@@ -138,7 +141,7 @@
"remove_request": "이 요청을 영구적으로 삭제하겠습니까?", "remove_request": "이 요청을 영구적으로 삭제하겠습니까?",
"remove_team": "이 팀을 삭제하겠습니까?", "remove_team": "이 팀을 삭제하겠습니까?",
"remove_telemetry": "진단 데이터를 보내지 않겠습니까?", "remove_telemetry": "진단 데이터를 보내지 않겠습니까?",
"request_change": "Are you sure you want to discard current request, unsaved changes will be lost.", "request_change": "현재 요청을 취소하시겠습니까? 저장되지 않은 변경사항은 삭제됩니다.",
"sync": "이 작업 공간을 동기화하겠습니까?" "sync": "이 작업 공간을 동기화하겠습니까?"
}, },
"count": { "count": {
@@ -172,6 +175,7 @@
"protocols": "프로토콜이 비어 있습니다.", "protocols": "프로토콜이 비어 있습니다.",
"schema": "스키마를 보려면 GraphQL 엔드포인트에 연결하세요.", "schema": "스키마를 보려면 GraphQL 엔드포인트에 연결하세요.",
"shortcodes": "Shortcodes are empty", "shortcodes": "Shortcodes are empty",
"subscription": "Subscriptions are empty",
"team_name": "팀 이름이 비어 있습니다.", "team_name": "팀 이름이 비어 있습니다.",
"teams": "아무 팀에도 속하지 않았습니다.", "teams": "아무 팀에도 속하지 않았습니다.",
"tests": "이 요청에 대한 테스트가 없습니다." "tests": "이 요청에 대한 테스트가 없습니다."
@@ -184,11 +188,13 @@
"deleted": "Environment deletion", "deleted": "Environment deletion",
"edit": "환경 편집", "edit": "환경 편집",
"invalid_name": "환경 이름을 바르게 입력하세요.", "invalid_name": "환경 이름을 바르게 입력하세요.",
"my_environments": "My Environments",
"nested_overflow": "환경 변수는 열 단계까지만 중첩될 수 있습니다.", "nested_overflow": "환경 변수는 열 단계까지만 중첩될 수 있습니다.",
"new": "새 환경", "new": "새 환경",
"no_environment": "환경 없음", "no_environment": "환경 없음",
"no_environment_description": "선택한 환경이 없습니다. 선택해주세요.", "no_environment_description": "선택한 환경이 없습니다. 선택해주세요.",
"select": "환경 선택", "select": "환경 선택",
"team_environments": "Team Environments",
"title": "환경", "title": "환경",
"updated": "환경 수정됨", "updated": "환경 수정됨",
"variable_list": "변수 목록" "variable_list": "변수 목록"
@@ -210,7 +216,7 @@
"network_fail": "요청을 보낼 수 없습니다.", "network_fail": "요청을 보낼 수 없습니다.",
"no_duration": "소요 시간 없음", "no_duration": "소요 시간 없음",
"no_results_found": "No matches found", "no_results_found": "No matches found",
"page_not_found": "This page could not be found", "page_not_found": "해당 페이지를 찾을 수 없습니다.",
"script_fail": "사전 요청 스크립트를 실행할 수 없습니다.", "script_fail": "사전 요청 스크립트를 실행할 수 없습니다.",
"something_went_wrong": "문제가 발생했습니다.", "something_went_wrong": "문제가 발생했습니다.",
"test_script_fail": "테스트 스크립트를 실행할 수 없습니다." "test_script_fail": "테스트 스크립트를 실행할 수 없습니다."
@@ -222,6 +228,11 @@
"require_github": "GitHub에 로그인하여 secret gist 만들기", "require_github": "GitHub에 로그인하여 secret gist 만들기",
"title": "내보내기" "title": "내보내기"
}, },
"filter": {
"all": "All",
"none": "None",
"starred": "Starred"
},
"folder": { "folder": {
"created": "폴더 생성됨", "created": "폴더 생성됨",
"edit": "폴더 수정", "edit": "폴더 수정",
@@ -235,6 +246,10 @@
"schema": "스키마", "schema": "스키마",
"subscriptions": "섭스크립션" "subscriptions": "섭스크립션"
}, },
"group": {
"time": "Time",
"url": "URL"
},
"header": { "header": {
"install_pwa": "앱을 설치", "install_pwa": "앱을 설치",
"login": "로그인", "login": "로그인",
@@ -276,12 +291,12 @@
"from_postman_description": "Postman 모음집을 가져옵니다.", "from_postman_description": "Postman 모음집을 가져옵니다.",
"from_url": "URL에서 가져오기", "from_url": "URL에서 가져오기",
"gist_url": "Gist URL 입력", "gist_url": "Gist URL 입력",
"import_from_url_invalid_fetch": "Couldn't get data from the url", "import_from_url_invalid_fetch": "URL에서 데이터를 가져올 수 없습니다.",
"import_from_url_invalid_file_format": "Error while importing collections", "import_from_url_invalid_file_format": "모음집을 가져오는데 실패하였습니다.",
"import_from_url_invalid_type": "Unsupported type. accepted values are 'hoppscotch', 'openapi', 'postman', 'insomnia'", "import_from_url_invalid_type": "지원되지 않는 타입입니다. 지원되는 타입은 'hoppscotch', 'openapi', 'postman', 'insomnia' 입니다.",
"import_from_url_success": "Collections Imported", "import_from_url_success": "모음집을 성공적으로 가져왔습니다.",
"json_description": "호프스카치 모음집 JSON 파일을 가져옵니다.", "json_description": "호프스카치 모음집 JSON 파일을 가져옵니다.",
"title": "가오기" "title": "가오기"
}, },
"layout": { "layout": {
"collapse_collection": "Collapse or Expand Collections", "collapse_collection": "Collapse or Expand Collections",
@@ -295,13 +310,31 @@
"collections": "모음집", "collections": "모음집",
"confirm": "확인", "confirm": "확인",
"edit_request": "요청 수정", "edit_request": "요청 수정",
"import_export": "가오기 / 내보내기" "import_export": "가오기 / 내보내기"
}, },
"mqtt": { "mqtt": {
"already_subscribed": "You are already subscribed to this topic.",
"clean_session": "Clean Session",
"clear_input": "Clear input",
"clear_input_on_send": "Clear input on send",
"client_id": "Client ID",
"color": "Pick a color",
"communication": "통신", "communication": "통신",
"connection_config": "Connection Config",
"connection_not_authorized": "This MQTT connection does not use any authentication.",
"invalid_topic": "Please provide a topic for the subscription",
"keep_alive": "Keep Alive",
"log": "로그", "log": "로그",
"lw_message": "Last-Will Message",
"lw_qos": "Last-Will QoS",
"lw_retain": "Last-Will Retain",
"lw_topic": "Last-Will Topic",
"message": "메시지", "message": "메시지",
"new": "New Subscription",
"not_connected": "Please start a MQTT connection first.",
"publish": "게시", "publish": "게시",
"qos": "QoS",
"ssl": "SSL",
"subscribe": "구독", "subscribe": "구독",
"topic": "토픽", "topic": "토픽",
"topic_name": "토픽 이름", "topic_name": "토픽 이름",
@@ -325,6 +358,7 @@
}, },
"profile": { "profile": {
"app_settings": "앱 설정", "app_settings": "앱 설정",
"default_hopp_displayname": "Unnamed User",
"editor": "편집자", "editor": "편집자",
"editor_description": "편집자는 요청을 추가, 수정, 삭제할 수 있습니다.", "editor_description": "편집자는 요청을 추가, 수정, 삭제할 수 있습니다.",
"email_verification_mail": "인증 이메일을 보냈습니다. 이메일에 있는 인증용 링크를 눌러주세요.", "email_verification_mail": "인증 이메일을 보냈습니다. 이메일에 있는 인증용 링크를 눌러주세요.",
@@ -360,9 +394,9 @@
"invalid_name": "요청 이름을 바르게 입력하세요.", "invalid_name": "요청 이름을 바르게 입력하세요.",
"method": "메서드", "method": "메서드",
"name": "요청 이름", "name": "요청 이름",
"new": "New Request", "new": "새로운 요청",
"override": "Override", "override": "덮어쓰기",
"override_help": "Set <kbd>Content-Type</kbd> in Headers", "override_help": "헤더에 <kbd>Content-Type</kbd>를 설정해주세요.",
"overriden": "Overridden", "overriden": "Overridden",
"parameter_list": "쿼리 파라미터 목록", "parameter_list": "쿼리 파라미터 목록",
"parameters": "파라미터", "parameters": "파라미터",
@@ -381,7 +415,7 @@
"type": "요청 유형", "type": "요청 유형",
"url": "URL", "url": "URL",
"variables": "변수", "variables": "변수",
"view_my_links": "View my links" "view_my_links": "내 링크 보기"
}, },
"response": { "response": {
"body": "응답 본문", "body": "응답 본문",
@@ -517,7 +551,7 @@
}, },
"show": { "show": {
"code": "코드 표시", "code": "코드 표시",
"collection": "Expand Collection Panel", "collection": "모음집 보기",
"more": "자세히 보기", "more": "자세히 보기",
"sidebar": "사이드바 표시" "sidebar": "사이드바 표시"
}, },
@@ -541,9 +575,9 @@
"connected": "연결됨", "connected": "연결됨",
"connected_to": "{name}에 연결됨", "connected_to": "{name}에 연결됨",
"connecting_to": "{name}에 연결 중...", "connecting_to": "{name}에 연결 중...",
"connection_error": "Failed to connect", "connection_error": "연결 실패",
"connection_failed": "Connection failed", "connection_failed": "연결 실패",
"connection_lost": "Connection lost", "connection_lost": "연결 끊김",
"copied_to_clipboard": "클립보드에 복사됨", "copied_to_clipboard": "클립보드에 복사됨",
"deleted": "삭제됨", "deleted": "삭제됨",
"deprecated": "더 이상 사용되지 않음", "deprecated": "더 이상 사용되지 않음",
@@ -652,6 +686,11 @@
"we_sent_invite_link": "모든 초대 대상에게 초대 링크를 보냈습니다.", "we_sent_invite_link": "모든 초대 대상에게 초대 링크를 보냈습니다.",
"we_sent_invite_link_description": "초대 대상들이 이메일을 확인하도록 권하세요. 이메일 속 링크를 클릭하면 팀에 합류할 수 있습니다." "we_sent_invite_link_description": "초대 대상들이 이메일을 확인하도록 권하세요. 이메일 속 링크를 클릭하면 팀에 합류할 수 있습니다."
}, },
"team_environment": {
"deleted": "Environment Deleted",
"duplicate": "Environment Duplicated",
"not_found": "Environment not found."
},
"test": { "test": {
"failed": "테스트 실패", "failed": "테스트 실패",
"javascript_code": "자바스크립트 코드", "javascript_code": "자바스크립트 코드",

View File

@@ -7,6 +7,7 @@
"clear_all": "Wis alles", "clear_all": "Wis alles",
"close": "Close", "close": "Close",
"connect": "Verbinden", "connect": "Verbinden",
"connecting": "Connecting",
"copy": "Kopiëren", "copy": "Kopiëren",
"delete": "Verwijderen", "delete": "Verwijderen",
"disconnect": "Verbinding verbreken", "disconnect": "Verbinding verbreken",
@@ -16,8 +17,9 @@
"drag_to_reorder": "Drag to reorder", "drag_to_reorder": "Drag to reorder",
"duplicate": "Duplicate", "duplicate": "Duplicate",
"edit": "Bewerking", "edit": "Bewerking",
"filter_response": "Filter response", "filter": "Filter",
"go_back": "Ga terug", "go_back": "Ga terug",
"group_by": "Group by",
"label": "Label", "label": "Label",
"learn_more": "Leer meer", "learn_more": "Leer meer",
"less": "Less", "less": "Less",
@@ -35,6 +37,7 @@
"search": "Zoeken", "search": "Zoeken",
"send": "Versturen", "send": "Versturen",
"start": "Begin", "start": "Begin",
"starting": "Starting",
"stop": "Stop", "stop": "Stop",
"to_close": "to close", "to_close": "to close",
"to_navigate": "to navigate", "to_navigate": "to navigate",
@@ -168,10 +171,11 @@
"members": "Team is leeg", "members": "Team is leeg",
"parameters": "Dit verzoek heeft geen parameters", "parameters": "Dit verzoek heeft geen parameters",
"pending_invites": "There are no pending invites for this team", "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", "protocols": "Protocollen zijn leeg",
"schema": "Verbinding maken met een GraphQL-eindpunt", "schema": "Verbinding maken met een GraphQL-eindpunt",
"shortcodes": "Shortcodes are empty", "shortcodes": "Shortcodes are empty",
"subscription": "Subscriptions are empty",
"team_name": "Teamnaam leeg", "team_name": "Teamnaam leeg",
"teams": "Teams zijn leeg", "teams": "Teams zijn leeg",
"tests": "Er zijn geen tests voor dit verzoek" "tests": "Er zijn geen tests voor dit verzoek"
@@ -184,11 +188,13 @@
"deleted": "Environment deletion", "deleted": "Environment deletion",
"edit": "Omgeving bewerken", "edit": "Omgeving bewerken",
"invalid_name": "Geef een geldige naam op voor de omgeving", "invalid_name": "Geef een geldige naam op voor de omgeving",
"my_environments": "My Environments",
"nested_overflow": "nested environment variables are limited to 10 levels", "nested_overflow": "nested environment variables are limited to 10 levels",
"new": "Nieuwe omgeving", "new": "Nieuwe omgeving",
"no_environment": "Geen omgeving", "no_environment": "Geen omgeving",
"no_environment_description": "No environments were selected. Choose what to do with the following variables.", "no_environment_description": "No environments were selected. Choose what to do with the following variables.",
"select": "Selecteer omgeving", "select": "Selecteer omgeving",
"team_environments": "Team Environments",
"title": "omgevingen", "title": "omgevingen",
"updated": "Environment updation", "updated": "Environment updation",
"variable_list": "Variabele lijst" "variable_list": "Variabele lijst"
@@ -222,6 +228,11 @@
"require_github": "Log in met GitHub om een geheime kern te maken", "require_github": "Log in met GitHub om een geheime kern te maken",
"title": "Export" "title": "Export"
}, },
"filter": {
"all": "All",
"none": "None",
"starred": "Starred"
},
"folder": { "folder": {
"created": "Map aangemaakt", "created": "Map aangemaakt",
"edit": "Map bewerken", "edit": "Map bewerken",
@@ -235,6 +246,10 @@
"schema": "Schema", "schema": "Schema",
"subscriptions": "Abonnementen" "subscriptions": "Abonnementen"
}, },
"group": {
"time": "Time",
"url": "URL"
},
"header": { "header": {
"install_pwa": "Installeer app", "install_pwa": "Installeer app",
"login": "Log in", "login": "Log in",
@@ -298,10 +313,28 @@
"import_export": "Importeren / exporteren" "import_export": "Importeren / exporteren"
}, },
"mqtt": { "mqtt": {
"already_subscribed": "You are already subscribed to this topic.",
"clean_session": "Clean Session",
"clear_input": "Clear input",
"clear_input_on_send": "Clear input on send",
"client_id": "Client ID",
"color": "Pick a color",
"communication": "Communicatie", "communication": "Communicatie",
"connection_config": "Connection Config",
"connection_not_authorized": "This MQTT connection does not use any authentication.",
"invalid_topic": "Please provide a topic for the subscription",
"keep_alive": "Keep Alive",
"log": "Logboek", "log": "Logboek",
"lw_message": "Last-Will Message",
"lw_qos": "Last-Will QoS",
"lw_retain": "Last-Will Retain",
"lw_topic": "Last-Will Topic",
"message": "Bericht", "message": "Bericht",
"new": "New Subscription",
"not_connected": "Please start a MQTT connection first.",
"publish": "Publiceren", "publish": "Publiceren",
"qos": "QoS",
"ssl": "SSL",
"subscribe": "Abonneren", "subscribe": "Abonneren",
"topic": "Onderwerp", "topic": "Onderwerp",
"topic_name": "Onderwerpnaam", "topic_name": "Onderwerpnaam",
@@ -325,6 +358,7 @@
}, },
"profile": { "profile": {
"app_settings": "App Settings", "app_settings": "App Settings",
"default_hopp_displayname": "Unnamed User",
"editor": "Editor", "editor": "Editor",
"editor_description": "Editors can add, edit, and delete requests.", "editor_description": "Editors can add, edit, and delete requests.",
"email_verification_mail": "A verification email has been sent to your email address. Please click on the link to verify your email address.", "email_verification_mail": "A verification email has been sent to your email address. Please click on the link to verify your email address.",
@@ -652,6 +686,11 @@
"we_sent_invite_link": "We sent an invite link to all invitees!", "we_sent_invite_link": "We sent an invite link to all invitees!",
"we_sent_invite_link_description": "Ask all invitees to check their inbox. Click on the link to join the team." "we_sent_invite_link_description": "Ask all invitees to check their inbox. Click on the link to join the team."
}, },
"team_environment": {
"deleted": "Environment Deleted",
"duplicate": "Environment Duplicated",
"not_found": "Environment not found."
},
"test": { "test": {
"failed": "test failed", "failed": "test failed",
"javascript_code": "JavaScript-code", "javascript_code": "JavaScript-code",

View File

@@ -7,6 +7,7 @@
"clear_all": "Tøm alt", "clear_all": "Tøm alt",
"close": "Close", "close": "Close",
"connect": "Koble", "connect": "Koble",
"connecting": "Connecting",
"copy": "Kopiere", "copy": "Kopiere",
"delete": "Slett", "delete": "Slett",
"disconnect": "Koble fra", "disconnect": "Koble fra",
@@ -16,8 +17,9 @@
"drag_to_reorder": "Drag to reorder", "drag_to_reorder": "Drag to reorder",
"duplicate": "Duplicate", "duplicate": "Duplicate",
"edit": "Rediger", "edit": "Rediger",
"filter_response": "Filter response", "filter": "Filter",
"go_back": "Gå tilbake", "go_back": "Gå tilbake",
"group_by": "Group by",
"label": "Merkelapp", "label": "Merkelapp",
"learn_more": "Lær mer", "learn_more": "Lær mer",
"less": "Less", "less": "Less",
@@ -35,6 +37,7 @@
"search": "Søk", "search": "Søk",
"send": "Sende", "send": "Sende",
"start": "Start", "start": "Start",
"starting": "Starting",
"stop": "Stoppe", "stop": "Stoppe",
"to_close": "to close", "to_close": "to close",
"to_navigate": "to navigate", "to_navigate": "to navigate",
@@ -168,10 +171,11 @@
"members": "Teamet er tomt", "members": "Teamet er tomt",
"parameters": "Denne forespørselen har ingen parametere", "parameters": "Denne forespørselen har ingen parametere",
"pending_invites": "There are no pending invites for this team", "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", "protocols": "Protokoller er tomme",
"schema": "Koble til et GraphQL-endepunkt", "schema": "Koble til et GraphQL-endepunkt",
"shortcodes": "Shortcodes are empty", "shortcodes": "Shortcodes are empty",
"subscription": "Subscriptions are empty",
"team_name": "Lagnavnet er tomt", "team_name": "Lagnavnet er tomt",
"teams": "Lagene er tomme", "teams": "Lagene er tomme",
"tests": "Det er ingen tester for denne forespørselen" "tests": "Det er ingen tester for denne forespørselen"
@@ -184,11 +188,13 @@
"deleted": "Environment deletion", "deleted": "Environment deletion",
"edit": "Rediger miljø", "edit": "Rediger miljø",
"invalid_name": "Oppgi et gyldig navn på miljøet", "invalid_name": "Oppgi et gyldig navn på miljøet",
"my_environments": "My Environments",
"nested_overflow": "nested environment variables are limited to 10 levels", "nested_overflow": "nested environment variables are limited to 10 levels",
"new": "Nytt miljø", "new": "Nytt miljø",
"no_environment": "Ingen miljø", "no_environment": "Ingen miljø",
"no_environment_description": "No environments were selected. Choose what to do with the following variables.", "no_environment_description": "No environments were selected. Choose what to do with the following variables.",
"select": "Velg miljø", "select": "Velg miljø",
"team_environments": "Team Environments",
"title": "Miljøer", "title": "Miljøer",
"updated": "Environment updation", "updated": "Environment updation",
"variable_list": "Variabel liste" "variable_list": "Variabel liste"
@@ -222,6 +228,11 @@
"require_github": "Logg på med GitHub for å lage en hemmelig oppgave", "require_github": "Logg på med GitHub for å lage en hemmelig oppgave",
"title": "Export" "title": "Export"
}, },
"filter": {
"all": "All",
"none": "None",
"starred": "Starred"
},
"folder": { "folder": {
"created": "Mappen er opprettet", "created": "Mappen er opprettet",
"edit": "Rediger mappe", "edit": "Rediger mappe",
@@ -235,6 +246,10 @@
"schema": "Skjema", "schema": "Skjema",
"subscriptions": "Abonnementer" "subscriptions": "Abonnementer"
}, },
"group": {
"time": "Time",
"url": "URL"
},
"header": { "header": {
"install_pwa": "Installer app", "install_pwa": "Installer app",
"login": "Logg Inn", "login": "Logg Inn",
@@ -298,10 +313,28 @@
"import_export": "Import / Eksport" "import_export": "Import / Eksport"
}, },
"mqtt": { "mqtt": {
"already_subscribed": "You are already subscribed to this topic.",
"clean_session": "Clean Session",
"clear_input": "Clear input",
"clear_input_on_send": "Clear input on send",
"client_id": "Client ID",
"color": "Pick a color",
"communication": "Kommunikasjon", "communication": "Kommunikasjon",
"connection_config": "Connection Config",
"connection_not_authorized": "This MQTT connection does not use any authentication.",
"invalid_topic": "Please provide a topic for the subscription",
"keep_alive": "Keep Alive",
"log": "Logg", "log": "Logg",
"lw_message": "Last-Will Message",
"lw_qos": "Last-Will QoS",
"lw_retain": "Last-Will Retain",
"lw_topic": "Last-Will Topic",
"message": "Beskjed", "message": "Beskjed",
"new": "New Subscription",
"not_connected": "Please start a MQTT connection first.",
"publish": "Publisere", "publish": "Publisere",
"qos": "QoS",
"ssl": "SSL",
"subscribe": "Abonnere", "subscribe": "Abonnere",
"topic": "Emne", "topic": "Emne",
"topic_name": "Emne navn", "topic_name": "Emne navn",
@@ -325,6 +358,7 @@
}, },
"profile": { "profile": {
"app_settings": "App Settings", "app_settings": "App Settings",
"default_hopp_displayname": "Unnamed User",
"editor": "Editor", "editor": "Editor",
"editor_description": "Editors can add, edit, and delete requests.", "editor_description": "Editors can add, edit, and delete requests.",
"email_verification_mail": "A verification email has been sent to your email address. Please click on the link to verify your email address.", "email_verification_mail": "A verification email has been sent to your email address. Please click on the link to verify your email address.",
@@ -652,6 +686,11 @@
"we_sent_invite_link": "We sent an invite link to all invitees!", "we_sent_invite_link": "We sent an invite link to all invitees!",
"we_sent_invite_link_description": "Ask all invitees to check their inbox. Click on the link to join the team." "we_sent_invite_link_description": "Ask all invitees to check their inbox. Click on the link to join the team."
}, },
"team_environment": {
"deleted": "Environment Deleted",
"duplicate": "Environment Duplicated",
"not_found": "Environment not found."
},
"test": { "test": {
"failed": "test failed", "failed": "test failed",
"javascript_code": "JavaScript-kode", "javascript_code": "JavaScript-kode",

View File

@@ -7,6 +7,7 @@
"clear_all": "Wyczyść wszystko", "clear_all": "Wyczyść wszystko",
"close": "Close", "close": "Close",
"connect": "Połącz", "connect": "Połącz",
"connecting": "Connecting",
"copy": "Kopiuj", "copy": "Kopiuj",
"delete": "Usuń", "delete": "Usuń",
"disconnect": "Rozłącz", "disconnect": "Rozłącz",
@@ -16,8 +17,9 @@
"drag_to_reorder": "Drag to reorder", "drag_to_reorder": "Drag to reorder",
"duplicate": "Duplicate", "duplicate": "Duplicate",
"edit": "Edytuj", "edit": "Edytuj",
"filter_response": "Filter response", "filter": "Filter",
"go_back": "Wróć", "go_back": "Wróć",
"group_by": "Group by",
"label": "Etykieta", "label": "Etykieta",
"learn_more": "Dowiedz się więcej", "learn_more": "Dowiedz się więcej",
"less": "Less", "less": "Less",
@@ -35,6 +37,7 @@
"search": "Szukaj", "search": "Szukaj",
"send": "Wyślij", "send": "Wyślij",
"start": "Rozpocznij", "start": "Rozpocznij",
"starting": "Starting",
"stop": "Zatrzymaj", "stop": "Zatrzymaj",
"to_close": "to close", "to_close": "to close",
"to_navigate": "to navigate", "to_navigate": "to navigate",
@@ -168,10 +171,11 @@
"members": "Zespół jest pusty", "members": "Zespół jest pusty",
"parameters": "To żądanie nie ma żadnych parametrów", "parameters": "To żądanie nie ma żadnych parametrów",
"pending_invites": "There are no pending invites for this team", "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", "protocols": "Protokoły są puste",
"schema": "Połącz się z punktem końcowym GraphQL", "schema": "Połącz się z punktem końcowym GraphQL",
"shortcodes": "Shortcodes are empty", "shortcodes": "Shortcodes are empty",
"subscription": "Subscriptions are empty",
"team_name": "Nazwa zespołu jest pusta", "team_name": "Nazwa zespołu jest pusta",
"teams": "Zespoły są puste", "teams": "Zespoły są puste",
"tests": "Nie ma testów dla tego żądania" "tests": "Nie ma testów dla tego żądania"
@@ -184,11 +188,13 @@
"deleted": "Environment deletion", "deleted": "Environment deletion",
"edit": "Edytuj środowisko", "edit": "Edytuj środowisko",
"invalid_name": "Podaj prawidłową nazwę środowiska", "invalid_name": "Podaj prawidłową nazwę środowiska",
"my_environments": "My Environments",
"nested_overflow": "nested environment variables are limited to 10 levels", "nested_overflow": "nested environment variables are limited to 10 levels",
"new": "Nowe środowisko", "new": "Nowe środowisko",
"no_environment": "Brak środowiska", "no_environment": "Brak środowiska",
"no_environment_description": "No environments were selected. Choose what to do with the following variables.", "no_environment_description": "No environments were selected. Choose what to do with the following variables.",
"select": "Wybierz środowisko", "select": "Wybierz środowisko",
"team_environments": "Team Environments",
"title": "Środowiska", "title": "Środowiska",
"updated": "Environment updation", "updated": "Environment updation",
"variable_list": "Lista zmiennych" "variable_list": "Lista zmiennych"
@@ -222,6 +228,11 @@
"require_github": "Zaloguj się za pomocą GitHub, aby utworzyć tajny Gist", "require_github": "Zaloguj się za pomocą GitHub, aby utworzyć tajny Gist",
"title": "Export" "title": "Export"
}, },
"filter": {
"all": "All",
"none": "None",
"starred": "Starred"
},
"folder": { "folder": {
"created": "Utworzono folder", "created": "Utworzono folder",
"edit": "Edytuj folder", "edit": "Edytuj folder",
@@ -235,6 +246,10 @@
"schema": "Schemat", "schema": "Schemat",
"subscriptions": "Subskrypcje" "subscriptions": "Subskrypcje"
}, },
"group": {
"time": "Time",
"url": "URL"
},
"header": { "header": {
"install_pwa": "Zainstaluj aplikację", "install_pwa": "Zainstaluj aplikację",
"login": "Zaloguj sie", "login": "Zaloguj sie",
@@ -298,10 +313,28 @@
"import_export": "Import Eksport" "import_export": "Import Eksport"
}, },
"mqtt": { "mqtt": {
"already_subscribed": "You are already subscribed to this topic.",
"clean_session": "Clean Session",
"clear_input": "Clear input",
"clear_input_on_send": "Clear input on send",
"client_id": "Client ID",
"color": "Pick a color",
"communication": "Komunikacja", "communication": "Komunikacja",
"connection_config": "Connection Config",
"connection_not_authorized": "This MQTT connection does not use any authentication.",
"invalid_topic": "Please provide a topic for the subscription",
"keep_alive": "Keep Alive",
"log": "Logi", "log": "Logi",
"lw_message": "Last-Will Message",
"lw_qos": "Last-Will QoS",
"lw_retain": "Last-Will Retain",
"lw_topic": "Last-Will Topic",
"message": "Wiadomość", "message": "Wiadomość",
"new": "New Subscription",
"not_connected": "Please start a MQTT connection first.",
"publish": "Publikuj", "publish": "Publikuj",
"qos": "QoS",
"ssl": "SSL",
"subscribe": "Subskrybuj", "subscribe": "Subskrybuj",
"topic": "Temat", "topic": "Temat",
"topic_name": "Nazwa tematu", "topic_name": "Nazwa tematu",
@@ -325,6 +358,7 @@
}, },
"profile": { "profile": {
"app_settings": "App Settings", "app_settings": "App Settings",
"default_hopp_displayname": "Unnamed User",
"editor": "Editor", "editor": "Editor",
"editor_description": "Editors can add, edit, and delete requests.", "editor_description": "Editors can add, edit, and delete requests.",
"email_verification_mail": "A verification email has been sent to your email address. Please click on the link to verify your email address.", "email_verification_mail": "A verification email has been sent to your email address. Please click on the link to verify your email address.",
@@ -652,6 +686,11 @@
"we_sent_invite_link": "We sent an invite link to all invitees!", "we_sent_invite_link": "We sent an invite link to all invitees!",
"we_sent_invite_link_description": "Ask all invitees to check their inbox. Click on the link to join the team." "we_sent_invite_link_description": "Ask all invitees to check their inbox. Click on the link to join the team."
}, },
"team_environment": {
"deleted": "Environment Deleted",
"duplicate": "Environment Duplicated",
"not_found": "Environment not found."
},
"test": { "test": {
"failed": "test failed", "failed": "test failed",
"javascript_code": "Kod JavaScript", "javascript_code": "Kod JavaScript",

View File

@@ -7,6 +7,7 @@
"clear_all": "Limpar tudo", "clear_all": "Limpar tudo",
"close": "Close", "close": "Close",
"connect": "Conectar", "connect": "Conectar",
"connecting": "Connecting",
"copy": "Copiar", "copy": "Copiar",
"delete": "Excluir", "delete": "Excluir",
"disconnect": "Desconectar", "disconnect": "Desconectar",
@@ -16,8 +17,9 @@
"drag_to_reorder": "Drag to reorder", "drag_to_reorder": "Drag to reorder",
"duplicate": "Duplicar", "duplicate": "Duplicar",
"edit": "Editar", "edit": "Editar",
"filter_response": "Filter response", "filter": "Filter",
"go_back": "Voltar", "go_back": "Voltar",
"group_by": "Group by",
"label": "Etiqueta", "label": "Etiqueta",
"learn_more": "Saber mais", "learn_more": "Saber mais",
"less": "Menos", "less": "Menos",
@@ -35,6 +37,7 @@
"search": "Procurar", "search": "Procurar",
"send": "Enviar", "send": "Enviar",
"start": "Começar", "start": "Começar",
"starting": "Starting",
"stop": "Pare", "stop": "Pare",
"to_close": "Fechar", "to_close": "Fechar",
"to_navigate": "Navegar", "to_navigate": "Navegar",
@@ -172,6 +175,7 @@
"protocols": "Os protocolos estão vazios", "protocols": "Os protocolos estão vazios",
"schema": "Conecte-se a um endpoint GraphQL", "schema": "Conecte-se a um endpoint GraphQL",
"shortcodes": "Shortcodes are empty", "shortcodes": "Shortcodes are empty",
"subscription": "Subscriptions are empty",
"team_name": "Nome da equipe vazio", "team_name": "Nome da equipe vazio",
"teams": "Equipes estão vazias", "teams": "Equipes estão vazias",
"tests": "Não há testes para esta requisição" "tests": "Não há testes para esta requisição"
@@ -184,11 +188,13 @@
"deleted": "Deleção de ambiente", "deleted": "Deleção de ambiente",
"edit": "Editar Ambiente", "edit": "Editar Ambiente",
"invalid_name": "Forneça um nome válido para o ambiente", "invalid_name": "Forneça um nome válido para o ambiente",
"my_environments": "My Environments",
"nested_overflow": "Variáveis de ambiente aninhadas são limitadas a 10 níveis", "nested_overflow": "Variáveis de ambiente aninhadas são limitadas a 10 níveis",
"new": "Novo ambiente", "new": "Novo ambiente",
"no_environment": "Sem ambiente", "no_environment": "Sem ambiente",
"no_environment_description": "Nenhum ambiente foi selecionado. Escolha o que fazer com as seguintes variáveis.", "no_environment_description": "Nenhum ambiente foi selecionado. Escolha o que fazer com as seguintes variáveis.",
"select": "Selecione o ambiente", "select": "Selecione o ambiente",
"team_environments": "Team Environments",
"title": "Ambientes", "title": "Ambientes",
"updated": "Atualizacao de ambientes", "updated": "Atualizacao de ambientes",
"variable_list": "Lista de Variáveis" "variable_list": "Lista de Variáveis"
@@ -222,6 +228,11 @@
"require_github": "Faça login com GitHub para criar um gist secreta", "require_github": "Faça login com GitHub para criar um gist secreta",
"title": "Exportar" "title": "Exportar"
}, },
"filter": {
"all": "All",
"none": "None",
"starred": "Starred"
},
"folder": { "folder": {
"created": "Pasta criada", "created": "Pasta criada",
"edit": "Editar pasta", "edit": "Editar pasta",
@@ -235,6 +246,10 @@
"schema": "Esquema", "schema": "Esquema",
"subscriptions": "Assinaturas" "subscriptions": "Assinaturas"
}, },
"group": {
"time": "Time",
"url": "URL"
},
"header": { "header": {
"install_pwa": "Instalar aplicativo", "install_pwa": "Instalar aplicativo",
"login": "Conecte-se", "login": "Conecte-se",
@@ -298,10 +313,28 @@
"import_export": "Importar / Exportar" "import_export": "Importar / Exportar"
}, },
"mqtt": { "mqtt": {
"already_subscribed": "You are already subscribed to this topic.",
"clean_session": "Clean Session",
"clear_input": "Clear input",
"clear_input_on_send": "Clear input on send",
"client_id": "Client ID",
"color": "Pick a color",
"communication": "Comunicação", "communication": "Comunicação",
"connection_config": "Connection Config",
"connection_not_authorized": "This MQTT connection does not use any authentication.",
"invalid_topic": "Please provide a topic for the subscription",
"keep_alive": "Keep Alive",
"log": "Registro", "log": "Registro",
"lw_message": "Last-Will Message",
"lw_qos": "Last-Will QoS",
"lw_retain": "Last-Will Retain",
"lw_topic": "Last-Will Topic",
"message": "Mensagem", "message": "Mensagem",
"new": "New Subscription",
"not_connected": "Please start a MQTT connection first.",
"publish": "Publicar", "publish": "Publicar",
"qos": "QoS",
"ssl": "SSL",
"subscribe": "Se inscrever", "subscribe": "Se inscrever",
"topic": "Tema", "topic": "Tema",
"topic_name": "Nome do tópico", "topic_name": "Nome do tópico",
@@ -325,6 +358,7 @@
}, },
"profile": { "profile": {
"app_settings": "App Settings", "app_settings": "App Settings",
"default_hopp_displayname": "Unnamed User",
"editor": "Editor", "editor": "Editor",
"editor_description": "Editores podem adicionar, editar e deletar requisições.", "editor_description": "Editores podem adicionar, editar e deletar requisições.",
"email_verification_mail": "Um e-mail de verificação foi enviado ao seu endereço de e-mail. Por favor, clique no link para verificar seu endereço e-mail.", "email_verification_mail": "Um e-mail de verificação foi enviado ao seu endereço de e-mail. Por favor, clique no link para verificar seu endereço e-mail.",
@@ -652,6 +686,11 @@
"we_sent_invite_link": "Link de convite enviado para todos os convidados!", "we_sent_invite_link": "Link de convite enviado para todos os convidados!",
"we_sent_invite_link_description": "Peça a todos os convidados que verifiquem sua caixa de entrada. Clique no link para se juntar à equipe." "we_sent_invite_link_description": "Peça a todos os convidados que verifiquem sua caixa de entrada. Clique no link para se juntar à equipe."
}, },
"team_environment": {
"deleted": "Environment Deleted",
"duplicate": "Environment Duplicated",
"not_found": "Environment not found."
},
"test": { "test": {
"failed": "teste falhou", "failed": "teste falhou",
"javascript_code": "Código JavaScript", "javascript_code": "Código JavaScript",

View File

@@ -7,6 +7,7 @@
"clear_all": "Limpar tudo", "clear_all": "Limpar tudo",
"close": "Close", "close": "Close",
"connect": "Conectar", "connect": "Conectar",
"connecting": "Connecting",
"copy": "cópia de", "copy": "cópia de",
"delete": "Excluir", "delete": "Excluir",
"disconnect": "desconectar", "disconnect": "desconectar",
@@ -16,8 +17,9 @@
"drag_to_reorder": "Drag to reorder", "drag_to_reorder": "Drag to reorder",
"duplicate": "Duplicate", "duplicate": "Duplicate",
"edit": "Editar", "edit": "Editar",
"filter_response": "Filter response", "filter": "Filter",
"go_back": "Volte", "go_back": "Volte",
"group_by": "Group by",
"label": "Etiqueta", "label": "Etiqueta",
"learn_more": "Saber mais", "learn_more": "Saber mais",
"less": "Less", "less": "Less",
@@ -35,6 +37,7 @@
"search": "Procurar", "search": "Procurar",
"send": "Mandar", "send": "Mandar",
"start": "Começar", "start": "Começar",
"starting": "Starting",
"stop": "Pare", "stop": "Pare",
"to_close": "to close", "to_close": "to close",
"to_navigate": "to navigate", "to_navigate": "to navigate",
@@ -168,10 +171,11 @@
"members": "Time está vazio", "members": "Time está vazio",
"parameters": "Esta solicitação não possui parâmetros", "parameters": "Esta solicitação não possui parâmetros",
"pending_invites": "There are no pending invites for this team", "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", "protocols": "Os protocolos estão vazios",
"schema": "Conecte-se a um endpoint GraphQL", "schema": "Conecte-se a um endpoint GraphQL",
"shortcodes": "Shortcodes are empty", "shortcodes": "Shortcodes are empty",
"subscription": "Subscriptions are empty",
"team_name": "Nome do time vazio", "team_name": "Nome do time vazio",
"teams": "Times estão vazios", "teams": "Times estão vazios",
"tests": "Não há testes para esta solicitação" "tests": "Não há testes para esta solicitação"
@@ -184,11 +188,13 @@
"deleted": "Environment deletion", "deleted": "Environment deletion",
"edit": "Editar Ambiente", "edit": "Editar Ambiente",
"invalid_name": "Forneça um nome válido para o ambiente", "invalid_name": "Forneça um nome válido para o ambiente",
"my_environments": "My Environments",
"nested_overflow": "nested environment variables are limited to 10 levels", "nested_overflow": "nested environment variables are limited to 10 levels",
"new": "Novo ambiente", "new": "Novo ambiente",
"no_environment": "Sem ambiente", "no_environment": "Sem ambiente",
"no_environment_description": "No environments were selected. Choose what to do with the following variables.", "no_environment_description": "No environments were selected. Choose what to do with the following variables.",
"select": "Selecione o ambiente", "select": "Selecione o ambiente",
"team_environments": "Team Environments",
"title": "Ambientes", "title": "Ambientes",
"updated": "Environment updation", "updated": "Environment updation",
"variable_list": "Lista de Variáveis" "variable_list": "Lista de Variáveis"
@@ -222,6 +228,11 @@
"require_github": "Faça login com GitHub para criar uma essência secreta", "require_github": "Faça login com GitHub para criar uma essência secreta",
"title": "Export" "title": "Export"
}, },
"filter": {
"all": "All",
"none": "None",
"starred": "Starred"
},
"folder": { "folder": {
"created": "Pasta criada", "created": "Pasta criada",
"edit": "Editar pasta", "edit": "Editar pasta",
@@ -235,6 +246,10 @@
"schema": "Esquema", "schema": "Esquema",
"subscriptions": "Assinaturas" "subscriptions": "Assinaturas"
}, },
"group": {
"time": "Time",
"url": "URL"
},
"header": { "header": {
"install_pwa": "Instalar aplicativo", "install_pwa": "Instalar aplicativo",
"login": "Conecte-se", "login": "Conecte-se",
@@ -298,10 +313,28 @@
"import_export": "Importar / Exportar" "import_export": "Importar / Exportar"
}, },
"mqtt": { "mqtt": {
"already_subscribed": "You are already subscribed to this topic.",
"clean_session": "Clean Session",
"clear_input": "Clear input",
"clear_input_on_send": "Clear input on send",
"client_id": "Client ID",
"color": "Pick a color",
"communication": "Comunicação", "communication": "Comunicação",
"connection_config": "Connection Config",
"connection_not_authorized": "This MQTT connection does not use any authentication.",
"invalid_topic": "Please provide a topic for the subscription",
"keep_alive": "Keep Alive",
"log": "Registro", "log": "Registro",
"lw_message": "Last-Will Message",
"lw_qos": "Last-Will QoS",
"lw_retain": "Last-Will Retain",
"lw_topic": "Last-Will Topic",
"message": "Mensagem", "message": "Mensagem",
"new": "New Subscription",
"not_connected": "Please start a MQTT connection first.",
"publish": "Publicar", "publish": "Publicar",
"qos": "QoS",
"ssl": "SSL",
"subscribe": "Se inscrever", "subscribe": "Se inscrever",
"topic": "Tema", "topic": "Tema",
"topic_name": "Nome do tópico", "topic_name": "Nome do tópico",
@@ -325,6 +358,7 @@
}, },
"profile": { "profile": {
"app_settings": "App Settings", "app_settings": "App Settings",
"default_hopp_displayname": "Unnamed User",
"editor": "Editor", "editor": "Editor",
"editor_description": "Editors can add, edit, and delete requests.", "editor_description": "Editors can add, edit, and delete requests.",
"email_verification_mail": "A verification email has been sent to your email address. Please click on the link to verify your email address.", "email_verification_mail": "A verification email has been sent to your email address. Please click on the link to verify your email address.",
@@ -652,6 +686,11 @@
"we_sent_invite_link": "We sent an invite link to all invitees!", "we_sent_invite_link": "We sent an invite link to all invitees!",
"we_sent_invite_link_description": "Ask all invitees to check their inbox. Click on the link to join the team." "we_sent_invite_link_description": "Ask all invitees to check their inbox. Click on the link to join the team."
}, },
"team_environment": {
"deleted": "Environment Deleted",
"duplicate": "Environment Duplicated",
"not_found": "Environment not found."
},
"test": { "test": {
"failed": "test failed", "failed": "test failed",
"javascript_code": "Código JavaScript", "javascript_code": "Código JavaScript",

View File

@@ -7,6 +7,7 @@
"clear_all": "Curăță tot", "clear_all": "Curăță tot",
"close": "Închide", "close": "Închide",
"connect": "Conectare", "connect": "Conectare",
"connecting": "Connecting",
"copy": "Copiază", "copy": "Copiază",
"delete": "Șterge", "delete": "Șterge",
"disconnect": "Deconectare", "disconnect": "Deconectare",
@@ -16,8 +17,9 @@
"drag_to_reorder": "Trage pentru a rearanja", "drag_to_reorder": "Trage pentru a rearanja",
"duplicate": "Duplicare", "duplicate": "Duplicare",
"edit": "Editare", "edit": "Editare",
"filter_response": "Filtrare răspuns", "filter": "Filtrare răspuns",
"go_back": "Înapoi", "go_back": "Înapoi",
"group_by": "Group by",
"label": "Etichetă", "label": "Etichetă",
"learn_more": "Află mai multe", "learn_more": "Află mai multe",
"less": "Mai puțin", "less": "Mai puțin",
@@ -35,6 +37,7 @@
"search": "Căutare", "search": "Căutare",
"send": "Trimite", "send": "Trimite",
"start": "Start", "start": "Start",
"starting": "Starting",
"stop": "Stop", "stop": "Stop",
"to_close": "Închide", "to_close": "Închide",
"to_navigate": "Navighează", "to_navigate": "Navighează",
@@ -172,6 +175,7 @@
"protocols": "Protocoalele sunt goale", "protocols": "Protocoalele sunt goale",
"schema": "Conectați-vă la un Endpoint GraphQL", "schema": "Conectați-vă la un Endpoint GraphQL",
"shortcodes": "Codurile scurte sunt goale", "shortcodes": "Codurile scurte sunt goale",
"subscription": "Subscriptions are empty",
"team_name": "Numele echipei este gol", "team_name": "Numele echipei este gol",
"teams": "Echipele sunt goale", "teams": "Echipele sunt goale",
"tests": "Nu există teste pentru această solicitare" "tests": "Nu există teste pentru această solicitare"
@@ -184,11 +188,13 @@
"deleted": "Mediu șters", "deleted": "Mediu șters",
"edit": "Editați mediul", "edit": "Editați mediul",
"invalid_name": "Vă rugăm să furnizați un nume valid pentru mediu", "invalid_name": "Vă rugăm să furnizați un nume valid pentru mediu",
"my_environments": "My Environments",
"nested_overflow": "Variabilele de mediu impricate sunt limitate la 10 nivele", "nested_overflow": "Variabilele de mediu impricate sunt limitate la 10 nivele",
"new": "Mediu nou", "new": "Mediu nou",
"no_environment": "Fără mediu", "no_environment": "Fără mediu",
"no_environment_description": "Niciun mediu nu a fost selectat. Alegeți acțiuni pentru următoarele variabile.", "no_environment_description": "Niciun mediu nu a fost selectat. Alegeți acțiuni pentru următoarele variabile.",
"select": "Selectați mediul", "select": "Selectați mediul",
"team_environments": "Team Environments",
"title": "Medii", "title": "Medii",
"updated": "Mediu actualizat", "updated": "Mediu actualizat",
"variable_list": "Lista variabilelor" "variable_list": "Lista variabilelor"
@@ -222,6 +228,11 @@
"require_github": "Conectați-vă cu GitHub pentru a crea un Gist secret", "require_github": "Conectați-vă cu GitHub pentru a crea un Gist secret",
"title": "Export" "title": "Export"
}, },
"filter": {
"all": "All",
"none": "None",
"starred": "Starred"
},
"folder": { "folder": {
"created": "Dosar creat", "created": "Dosar creat",
"edit": "Editați dosarul", "edit": "Editați dosarul",
@@ -235,6 +246,10 @@
"schema": "Schemă", "schema": "Schemă",
"subscriptions": "Abonamente" "subscriptions": "Abonamente"
}, },
"group": {
"time": "Time",
"url": "URL"
},
"header": { "header": {
"install_pwa": "Instalează aplicația", "install_pwa": "Instalează aplicația",
"login": "Autentificare", "login": "Autentificare",
@@ -298,10 +313,28 @@
"import_export": "Import Export" "import_export": "Import Export"
}, },
"mqtt": { "mqtt": {
"already_subscribed": "You are already subscribed to this topic.",
"clean_session": "Clean Session",
"clear_input": "Clear input",
"clear_input_on_send": "Clear input on send",
"client_id": "Client ID",
"color": "Pick a color",
"communication": "Comunicare", "communication": "Comunicare",
"connection_config": "Connection Config",
"connection_not_authorized": "This MQTT connection does not use any authentication.",
"invalid_topic": "Please provide a topic for the subscription",
"keep_alive": "Keep Alive",
"log": "Log", "log": "Log",
"lw_message": "Last-Will Message",
"lw_qos": "Last-Will QoS",
"lw_retain": "Last-Will Retain",
"lw_topic": "Last-Will Topic",
"message": "Mesaj", "message": "Mesaj",
"new": "New Subscription",
"not_connected": "Please start a MQTT connection first.",
"publish": "Publică", "publish": "Publică",
"qos": "QoS",
"ssl": "SSL",
"subscribe": "Abonați-vă", "subscribe": "Abonați-vă",
"topic": "Subiect", "topic": "Subiect",
"topic_name": "Nume subiect", "topic_name": "Nume subiect",
@@ -325,6 +358,7 @@
}, },
"profile": { "profile": {
"app_settings": "Setări aplicație", "app_settings": "Setări aplicație",
"default_hopp_displayname": "Unnamed User",
"editor": "Editor", "editor": "Editor",
"editor_description": "Editorii pot adăuga, edita și șterge cereri.", "editor_description": "Editorii pot adăuga, edita și șterge cereri.",
"email_verification_mail": "Un email de verificare a fost trimis la adresa dumneavoastră de email. Apăsați link-ul pentru verificarea adresei.", "email_verification_mail": "Un email de verificare a fost trimis la adresa dumneavoastră de email. Apăsați link-ul pentru verificarea adresei.",
@@ -652,6 +686,11 @@
"we_sent_invite_link": "Am trimis un link de invitație către toți invitații!", "we_sent_invite_link": "Am trimis un link de invitație către toți invitații!",
"we_sent_invite_link_description": "Rugați toate persoanele invitate să iși verifice căsuța. Click pe link pentru a se alătura echipei." "we_sent_invite_link_description": "Rugați toate persoanele invitate să iși verifice căsuța. Click pe link pentru a se alătura echipei."
}, },
"team_environment": {
"deleted": "Environment Deleted",
"duplicate": "Environment Duplicated",
"not_found": "Environment not found."
},
"test": { "test": {
"failed": "test eșuat", "failed": "test eșuat",
"javascript_code": "Cod JavaScript", "javascript_code": "Cod JavaScript",

View File

@@ -7,6 +7,7 @@
"clear_all": "Очистить все", "clear_all": "Очистить все",
"close": "Close", "close": "Close",
"connect": "Подключиться", "connect": "Подключиться",
"connecting": "Connecting",
"copy": "Скопировать", "copy": "Скопировать",
"delete": "Удалить", "delete": "Удалить",
"disconnect": "Отключиться", "disconnect": "Отключиться",
@@ -16,8 +17,9 @@
"drag_to_reorder": "Drag to reorder", "drag_to_reorder": "Drag to reorder",
"duplicate": "Дублировать", "duplicate": "Дублировать",
"edit": "Редактировать", "edit": "Редактировать",
"filter_response": "Filter response", "filter": "Filter",
"go_back": "Вернуться", "go_back": "Вернуться",
"group_by": "Group by",
"label": "Название", "label": "Название",
"learn_more": "Узнать больше", "learn_more": "Узнать больше",
"less": "Less", "less": "Less",
@@ -35,6 +37,7 @@
"search": "Поиск", "search": "Поиск",
"send": "Отправить", "send": "Отправить",
"start": "Начать", "start": "Начать",
"starting": "Starting",
"stop": "Стоп", "stop": "Стоп",
"to_close": "to close", "to_close": "to close",
"to_navigate": "to navigate", "to_navigate": "to navigate",
@@ -77,7 +80,7 @@
"status": "Статус", "status": "Статус",
"status_description": "Check the status of the website", "status_description": "Check the status of the website",
"terms_and_privacy": "Условия и конфиденциальность", "terms_and_privacy": "Условия и конфиденциальность",
"twitter": "Твиттер", "twitter": "Twitter",
"type_a_command_search": "Введите команду или выполните поиск…", "type_a_command_search": "Введите команду или выполните поиск…",
"we_use_cookies": "Мы используем куки", "we_use_cookies": "Мы используем куки",
"whats_new": "Что нового?", "whats_new": "Что нового?",
@@ -172,6 +175,7 @@
"protocols": "Протоколы пустые", "protocols": "Протоколы пустые",
"schema": "Подключиться к конечной точке GraphQL", "schema": "Подключиться к конечной точке GraphQL",
"shortcodes": "Shortcodes are empty", "shortcodes": "Shortcodes are empty",
"subscription": "Subscriptions are empty",
"team_name": "Название команды пусто", "team_name": "Название команды пусто",
"teams": "Команды пустые", "teams": "Команды пустые",
"tests": "Для этого запроса нет тестов" "tests": "Для этого запроса нет тестов"
@@ -184,11 +188,13 @@
"deleted": "Environment deletion", "deleted": "Environment deletion",
"edit": "Редактировать среду", "edit": "Редактировать среду",
"invalid_name": "Укажите допустимое имя для среды", "invalid_name": "Укажите допустимое имя для среды",
"my_environments": "My Environments",
"nested_overflow": "nested environment variables are limited to 10 levels", "nested_overflow": "nested environment variables are limited to 10 levels",
"new": "Новая среда", "new": "Новая среда",
"no_environment": "Нет окружающей среды", "no_environment": "Нет окружающей среды",
"no_environment_description": "No environments were selected. Choose what to do with the following variables.", "no_environment_description": "No environments were selected. Choose what to do with the following variables.",
"select": "Выберите среду", "select": "Выберите среду",
"team_environments": "Team Environments",
"title": "Среды", "title": "Среды",
"updated": "Environment updation", "updated": "Environment updation",
"variable_list": "Список переменных" "variable_list": "Список переменных"
@@ -222,6 +228,11 @@
"require_github": "Войдите через GitHub, чтобы создать секретную суть", "require_github": "Войдите через GitHub, чтобы создать секретную суть",
"title": "Export" "title": "Export"
}, },
"filter": {
"all": "All",
"none": "None",
"starred": "Starred"
},
"folder": { "folder": {
"created": "Папка создана", "created": "Папка создана",
"edit": "Редактировать папку", "edit": "Редактировать папку",
@@ -235,6 +246,10 @@
"schema": "Схема", "schema": "Схема",
"subscriptions": "Подписки" "subscriptions": "Подписки"
}, },
"group": {
"time": "Time",
"url": "URL"
},
"header": { "header": {
"install_pwa": "Установить приложение", "install_pwa": "Установить приложение",
"login": "Авторизоваться", "login": "Авторизоваться",
@@ -298,10 +313,28 @@
"import_export": "Импорт Экспорт" "import_export": "Импорт Экспорт"
}, },
"mqtt": { "mqtt": {
"already_subscribed": "You are already subscribed to this topic.",
"clean_session": "Clean Session",
"clear_input": "Clear input",
"clear_input_on_send": "Clear input on send",
"client_id": "Client ID",
"color": "Pick a color",
"communication": "Коммуникация", "communication": "Коммуникация",
"connection_config": "Connection Config",
"connection_not_authorized": "This MQTT connection does not use any authentication.",
"invalid_topic": "Please provide a topic for the subscription",
"keep_alive": "Keep Alive",
"log": "Лог", "log": "Лог",
"lw_message": "Last-Will Message",
"lw_qos": "Last-Will QoS",
"lw_retain": "Last-Will Retain",
"lw_topic": "Last-Will Topic",
"message": "Сообщение", "message": "Сообщение",
"new": "New Subscription",
"not_connected": "Please start a MQTT connection first.",
"publish": "Публиковать", "publish": "Публиковать",
"qos": "QoS",
"ssl": "SSL",
"subscribe": "Подписаться", "subscribe": "Подписаться",
"topic": "Тема", "topic": "Тема",
"topic_name": "Название темы", "topic_name": "Название темы",
@@ -325,6 +358,7 @@
}, },
"profile": { "profile": {
"app_settings": "Настройки приложения", "app_settings": "Настройки приложения",
"default_hopp_displayname": "Unnamed User",
"editor": "Редактор", "editor": "Редактор",
"editor_description": "Редакторы могут добавлять, редактировать, а так же удалять запросы.", "editor_description": "Редакторы могут добавлять, редактировать, а так же удалять запросы.",
"email_verification_mail": "На вашу электронную почту отправлено письмо для подтверждения. Перейдите по ссылке из письма, чтобы подтвердить свой электронный адрес.", "email_verification_mail": "На вашу электронную почту отправлено письмо для подтверждения. Перейдите по ссылке из письма, чтобы подтвердить свой электронный адрес.",
@@ -652,6 +686,11 @@
"we_sent_invite_link": "Мы отправили все приглашения!", "we_sent_invite_link": "Мы отправили все приглашения!",
"we_sent_invite_link_description": "Попросите тех, кого Вы пригласили, проверить их почтовые ящики. Им нужно перейди по ссылке, чтобы подтвердить вступление в эту команду." "we_sent_invite_link_description": "Попросите тех, кого Вы пригласили, проверить их почтовые ящики. Им нужно перейди по ссылке, чтобы подтвердить вступление в эту команду."
}, },
"team_environment": {
"deleted": "Environment Deleted",
"duplicate": "Environment Duplicated",
"not_found": "Environment not found."
},
"test": { "test": {
"failed": "Тест не пройден", "failed": "Тест не пройден",
"javascript_code": "Код JavaScript", "javascript_code": "Код JavaScript",

View File

@@ -7,6 +7,7 @@
"clear_all": "Избриши све", "clear_all": "Избриши све",
"close": "Close", "close": "Close",
"connect": "Цоннецт", "connect": "Цоннецт",
"connecting": "Connecting",
"copy": "Цопи", "copy": "Цопи",
"delete": "Избриши", "delete": "Избриши",
"disconnect": "Прекините везу", "disconnect": "Прекините везу",
@@ -16,8 +17,9 @@
"drag_to_reorder": "Drag to reorder", "drag_to_reorder": "Drag to reorder",
"duplicate": "Duplicate", "duplicate": "Duplicate",
"edit": "Уредити", "edit": "Уредити",
"filter_response": "Filter response", "filter": "Filter",
"go_back": "Вратити се", "go_back": "Вратити се",
"group_by": "Group by",
"label": "Ознака", "label": "Ознака",
"learn_more": "Сазнајте више", "learn_more": "Сазнајте више",
"less": "Less", "less": "Less",
@@ -35,6 +37,7 @@
"search": "Претрага", "search": "Претрага",
"send": "Пошаљи", "send": "Пошаљи",
"start": "Почетак", "start": "Почетак",
"starting": "Starting",
"stop": "Зауставити", "stop": "Зауставити",
"to_close": "to close", "to_close": "to close",
"to_navigate": "to navigate", "to_navigate": "to navigate",
@@ -77,7 +80,7 @@
"status": "Статус", "status": "Статус",
"status_description": "Check the status of the website", "status_description": "Check the status of the website",
"terms_and_privacy": "Услови и приватност", "terms_and_privacy": "Услови и приватност",
"twitter": "Твиттер", "twitter": "Twitter",
"type_a_command_search": "Унесите команду или претражите…", "type_a_command_search": "Унесите команду или претражите…",
"we_use_cookies": "Користимо колачиће", "we_use_cookies": "Користимо колачиће",
"whats_new": "Шта је ново?", "whats_new": "Шта је ново?",
@@ -168,10 +171,11 @@
"members": "Тим је празан", "members": "Тим је празан",
"parameters": "Овај захтев нема параметре", "parameters": "Овај захтев нема параметре",
"pending_invites": "There are no pending invites for this team", "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": "Протоколи су празни",
"schema": "Повежите се са ГрапхКЛ крајњом тачком", "schema": "Повежите се са ГрапхКЛ крајњом тачком",
"shortcodes": "Shortcodes are empty", "shortcodes": "Shortcodes are empty",
"subscription": "Subscriptions are empty",
"team_name": "Назив тима празан", "team_name": "Назив тима празан",
"teams": "Тимови су празни", "teams": "Тимови су празни",
"tests": "Нема тестова за овај захтев" "tests": "Нема тестова за овај захтев"
@@ -184,11 +188,13 @@
"deleted": "Environment deletion", "deleted": "Environment deletion",
"edit": "Едит Енвиронмент", "edit": "Едит Енвиронмент",
"invalid_name": "Наведите важећи назив за окружење", "invalid_name": "Наведите важећи назив за окружење",
"my_environments": "My Environments",
"nested_overflow": "nested environment variables are limited to 10 levels", "nested_overflow": "nested environment variables are limited to 10 levels",
"new": "Ново окружење", "new": "Ново окружење",
"no_environment": "Нема окружења", "no_environment": "Нема окружења",
"no_environment_description": "No environments were selected. Choose what to do with the following variables.", "no_environment_description": "No environments were selected. Choose what to do with the following variables.",
"select": "Изаберите окружење", "select": "Изаберите окружење",
"team_environments": "Team Environments",
"title": "Енвиронментс", "title": "Енвиронментс",
"updated": "Environment updation", "updated": "Environment updation",
"variable_list": "Листа променљивих" "variable_list": "Листа променљивих"
@@ -222,6 +228,11 @@
"require_github": "Пријавите се са ГитХуб -ом да бисте креирали тајну суштину", "require_github": "Пријавите се са ГитХуб -ом да бисте креирали тајну суштину",
"title": "Export" "title": "Export"
}, },
"filter": {
"all": "All",
"none": "None",
"starred": "Starred"
},
"folder": { "folder": {
"created": "Фолдер је креиран", "created": "Фолдер је креиран",
"edit": "Едит Фолдер", "edit": "Едит Фолдер",
@@ -235,6 +246,10 @@
"schema": "Схема", "schema": "Схема",
"subscriptions": "Претплате" "subscriptions": "Претплате"
}, },
"group": {
"time": "Time",
"url": "URL"
},
"header": { "header": {
"install_pwa": "Инсталирати апликацију", "install_pwa": "Инсталирати апликацију",
"login": "Пријавите се", "login": "Пријавите се",
@@ -298,10 +313,28 @@
"import_export": "Увоз извоз" "import_export": "Увоз извоз"
}, },
"mqtt": { "mqtt": {
"already_subscribed": "You are already subscribed to this topic.",
"clean_session": "Clean Session",
"clear_input": "Clear input",
"clear_input_on_send": "Clear input on send",
"client_id": "Client ID",
"color": "Pick a color",
"communication": "Комуникација", "communication": "Комуникација",
"connection_config": "Connection Config",
"connection_not_authorized": "This MQTT connection does not use any authentication.",
"invalid_topic": "Please provide a topic for the subscription",
"keep_alive": "Keep Alive",
"log": "Пријава", "log": "Пријава",
"lw_message": "Last-Will Message",
"lw_qos": "Last-Will QoS",
"lw_retain": "Last-Will Retain",
"lw_topic": "Last-Will Topic",
"message": "Порука", "message": "Порука",
"new": "New Subscription",
"not_connected": "Please start a MQTT connection first.",
"publish": "Публисх", "publish": "Публисх",
"qos": "QoS",
"ssl": "SSL",
"subscribe": "претплатити се", "subscribe": "претплатити се",
"topic": "Тема", "topic": "Тема",
"topic_name": "Назив теме", "topic_name": "Назив теме",
@@ -325,6 +358,7 @@
}, },
"profile": { "profile": {
"app_settings": "App Settings", "app_settings": "App Settings",
"default_hopp_displayname": "Unnamed User",
"editor": "Editor", "editor": "Editor",
"editor_description": "Editors can add, edit, and delete requests.", "editor_description": "Editors can add, edit, and delete requests.",
"email_verification_mail": "A verification email has been sent to your email address. Please click on the link to verify your email address.", "email_verification_mail": "A verification email has been sent to your email address. Please click on the link to verify your email address.",
@@ -652,6 +686,11 @@
"we_sent_invite_link": "We sent an invite link to all invitees!", "we_sent_invite_link": "We sent an invite link to all invitees!",
"we_sent_invite_link_description": "Ask all invitees to check their inbox. Click on the link to join the team." "we_sent_invite_link_description": "Ask all invitees to check their inbox. Click on the link to join the team."
}, },
"team_environment": {
"deleted": "Environment Deleted",
"duplicate": "Environment Duplicated",
"not_found": "Environment not found."
},
"test": { "test": {
"failed": "test failed", "failed": "test failed",
"javascript_code": "ЈаваСцрипт код", "javascript_code": "ЈаваСцрипт код",

View File

@@ -7,6 +7,7 @@
"clear_all": "Rensa alla", "clear_all": "Rensa alla",
"close": "Close", "close": "Close",
"connect": "Ansluta", "connect": "Ansluta",
"connecting": "Connecting",
"copy": "Kopiera", "copy": "Kopiera",
"delete": "Radera", "delete": "Radera",
"disconnect": "Koppla ifrån", "disconnect": "Koppla ifrån",
@@ -16,8 +17,9 @@
"drag_to_reorder": "Drag to reorder", "drag_to_reorder": "Drag to reorder",
"duplicate": "Duplicate", "duplicate": "Duplicate",
"edit": "Redigera", "edit": "Redigera",
"filter_response": "Filter response", "filter": "Filter",
"go_back": "Gå tillbaka", "go_back": "Gå tillbaka",
"group_by": "Group by",
"label": "Märka", "label": "Märka",
"learn_more": "Läs mer", "learn_more": "Läs mer",
"less": "Less", "less": "Less",
@@ -35,6 +37,7 @@
"search": "Sök", "search": "Sök",
"send": "Skicka", "send": "Skicka",
"start": "Start", "start": "Start",
"starting": "Starting",
"stop": "Sluta", "stop": "Sluta",
"to_close": "to close", "to_close": "to close",
"to_navigate": "to navigate", "to_navigate": "to navigate",
@@ -168,10 +171,11 @@
"members": "Teamet är tomt", "members": "Teamet är tomt",
"parameters": "Denna begäran har inga parametrar", "parameters": "Denna begäran har inga parametrar",
"pending_invites": "There are no pending invites for this team", "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", "protocols": "Protokoll är tomma",
"schema": "Anslut till en GraphQL -slutpunkt", "schema": "Anslut till en GraphQL -slutpunkt",
"shortcodes": "Shortcodes are empty", "shortcodes": "Shortcodes are empty",
"subscription": "Subscriptions are empty",
"team_name": "Lagets namn är tomt", "team_name": "Lagets namn är tomt",
"teams": "Lag är tomma", "teams": "Lag är tomma",
"tests": "Det finns inga tester för denna begäran" "tests": "Det finns inga tester för denna begäran"
@@ -184,11 +188,13 @@
"deleted": "Environment deletion", "deleted": "Environment deletion",
"edit": "Redigera miljö", "edit": "Redigera miljö",
"invalid_name": "Ange ett giltigt namn på miljön", "invalid_name": "Ange ett giltigt namn på miljön",
"my_environments": "My Environments",
"nested_overflow": "nested environment variables are limited to 10 levels", "nested_overflow": "nested environment variables are limited to 10 levels",
"new": "Ny miljö", "new": "Ny miljö",
"no_environment": "Ingen miljö", "no_environment": "Ingen miljö",
"no_environment_description": "No environments were selected. Choose what to do with the following variables.", "no_environment_description": "No environments were selected. Choose what to do with the following variables.",
"select": "Välj miljö", "select": "Välj miljö",
"team_environments": "Team Environments",
"title": "Miljöer", "title": "Miljöer",
"updated": "Environment updation", "updated": "Environment updation",
"variable_list": "Variabel lista" "variable_list": "Variabel lista"
@@ -222,6 +228,11 @@
"require_github": "Logga in med GitHub för att skapa hemlig information", "require_github": "Logga in med GitHub för att skapa hemlig information",
"title": "Export" "title": "Export"
}, },
"filter": {
"all": "All",
"none": "None",
"starred": "Starred"
},
"folder": { "folder": {
"created": "Mapp skapad", "created": "Mapp skapad",
"edit": "Redigera mapp", "edit": "Redigera mapp",
@@ -235,6 +246,10 @@
"schema": "Schema", "schema": "Schema",
"subscriptions": "Prenumerationer" "subscriptions": "Prenumerationer"
}, },
"group": {
"time": "Time",
"url": "URL"
},
"header": { "header": {
"install_pwa": "Installera app", "install_pwa": "Installera app",
"login": "Logga in", "login": "Logga in",
@@ -298,10 +313,28 @@
"import_export": "Import Export" "import_export": "Import Export"
}, },
"mqtt": { "mqtt": {
"already_subscribed": "You are already subscribed to this topic.",
"clean_session": "Clean Session",
"clear_input": "Clear input",
"clear_input_on_send": "Clear input on send",
"client_id": "Client ID",
"color": "Pick a color",
"communication": "Kommunikation", "communication": "Kommunikation",
"connection_config": "Connection Config",
"connection_not_authorized": "This MQTT connection does not use any authentication.",
"invalid_topic": "Please provide a topic for the subscription",
"keep_alive": "Keep Alive",
"log": "Logga", "log": "Logga",
"lw_message": "Last-Will Message",
"lw_qos": "Last-Will QoS",
"lw_retain": "Last-Will Retain",
"lw_topic": "Last-Will Topic",
"message": "Meddelande", "message": "Meddelande",
"new": "New Subscription",
"not_connected": "Please start a MQTT connection first.",
"publish": "Publicera", "publish": "Publicera",
"qos": "QoS",
"ssl": "SSL",
"subscribe": "Prenumerera", "subscribe": "Prenumerera",
"topic": "Ämne", "topic": "Ämne",
"topic_name": "Ämnesnamn", "topic_name": "Ämnesnamn",
@@ -325,6 +358,7 @@
}, },
"profile": { "profile": {
"app_settings": "App Settings", "app_settings": "App Settings",
"default_hopp_displayname": "Unnamed User",
"editor": "Editor", "editor": "Editor",
"editor_description": "Editors can add, edit, and delete requests.", "editor_description": "Editors can add, edit, and delete requests.",
"email_verification_mail": "A verification email has been sent to your email address. Please click on the link to verify your email address.", "email_verification_mail": "A verification email has been sent to your email address. Please click on the link to verify your email address.",
@@ -652,6 +686,11 @@
"we_sent_invite_link": "We sent an invite link to all invitees!", "we_sent_invite_link": "We sent an invite link to all invitees!",
"we_sent_invite_link_description": "Ask all invitees to check their inbox. Click on the link to join the team." "we_sent_invite_link_description": "Ask all invitees to check their inbox. Click on the link to join the team."
}, },
"team_environment": {
"deleted": "Environment Deleted",
"duplicate": "Environment Duplicated",
"not_found": "Environment not found."
},
"test": { "test": {
"failed": "test failed", "failed": "test failed",
"javascript_code": "JavaScript -kod", "javascript_code": "JavaScript -kod",

View File

@@ -7,6 +7,7 @@
"clear_all": "Hepsini temizle", "clear_all": "Hepsini temizle",
"close": "Close", "close": "Close",
"connect": "Bağlan", "connect": "Bağlan",
"connecting": "Connecting",
"copy": "Kopyala", "copy": "Kopyala",
"delete": "Sil", "delete": "Sil",
"disconnect": "Bağlantıyı kes", "disconnect": "Bağlantıyı kes",
@@ -16,8 +17,9 @@
"drag_to_reorder": "Drag to reorder", "drag_to_reorder": "Drag to reorder",
"duplicate": "Klonla", "duplicate": "Klonla",
"edit": "Düzenle", "edit": "Düzenle",
"filter_response": "Filter response", "filter": "Filter",
"go_back": "Geri git", "go_back": "Geri git",
"group_by": "Group by",
"label": "Etiket", "label": "Etiket",
"learn_more": "Daha fazla bilgi edin", "learn_more": "Daha fazla bilgi edin",
"less": "Daha az", "less": "Daha az",
@@ -35,6 +37,7 @@
"search": "Arama", "search": "Arama",
"send": "Gönder", "send": "Gönder",
"start": "Başla", "start": "Başla",
"starting": "Starting",
"stop": "Dur", "stop": "Dur",
"to_close": "kapatmak için", "to_close": "kapatmak için",
"to_navigate": "gezdirmek için", "to_navigate": "gezdirmek için",
@@ -172,25 +175,28 @@
"protocols": "Protokoller boş", "protocols": "Protokoller boş",
"schema": "Bir GraphQL uç noktasına bağlanma", "schema": "Bir GraphQL uç noktasına bağlanma",
"shortcodes": "Shortcodes are empty", "shortcodes": "Shortcodes are empty",
"subscription": "Subscriptions are empty",
"team_name": "Takım adı boş", "team_name": "Takım adı boş",
"teams": "Takımlar boş", "teams": "Takımlar boş",
"tests": "Bu istek için test yok" "tests": "Bu istek için test yok"
}, },
"environment": { "environment": {
"add_to_global": "Globale ekle", "add_to_global": "Globale ekle",
"added": "Çevre eklendi", "added": "Ortam eklendi",
"create_new": "Yeni ortam oluştur", "create_new": "Yeni ortam oluştur",
"created": "Environment created", "created": "Ortam oluşturuldu",
"deleted": "Ortam silindi", "deleted": "Ortam silindi",
"edit": "Ortamı düzenle", "edit": "Ortamı düzenle",
"invalid_name": "Lütfen ortam için geçerli bir ad girin", "invalid_name": "Lütfen ortam için geçerli bir ad girin",
"my_environments": "My Environments",
"nested_overflow": "İç içe ortam değişkenleri 10 düzeyle sınırlıdır", "nested_overflow": "İç içe ortam değişkenleri 10 düzeyle sınırlıdır",
"new": "Yeni ortam", "new": "Yeni ortam",
"no_environment": "Ortam yok", "no_environment": "Ortam yok",
"no_environment_description": "Hiçbir ortam seçilmedi. Aşağıdaki değişkenlerle ne yapacağınızı seçin.", "no_environment_description": "Hiçbir ortam seçilmedi. Aşağıdaki değişkenlerle ne yapacağınızı seçin.",
"select": "Ortam seçin", "select": "Ortam seçin",
"team_environments": "Team Environments",
"title": "Ortamlar", "title": "Ortamlar",
"updated": "Çevre güncellendi", "updated": "Ortam güncellendi",
"variable_list": "Değişken listesi" "variable_list": "Değişken listesi"
}, },
"error": { "error": {
@@ -222,6 +228,11 @@
"require_github": "Gizli Gist oluşturmak için GitHub ile giriş yapın", "require_github": "Gizli Gist oluşturmak için GitHub ile giriş yapın",
"title": "Dışarı Aktar" "title": "Dışarı Aktar"
}, },
"filter": {
"all": "All",
"none": "None",
"starred": "Starred"
},
"folder": { "folder": {
"created": "Klasör oluşturuldu", "created": "Klasör oluşturuldu",
"edit": "Klasörü düzenle", "edit": "Klasörü düzenle",
@@ -235,6 +246,10 @@
"schema": "Şema", "schema": "Şema",
"subscriptions": "Abonelikler" "subscriptions": "Abonelikler"
}, },
"group": {
"time": "Time",
"url": "URL"
},
"header": { "header": {
"install_pwa": "Uygulamayı yükle", "install_pwa": "Uygulamayı yükle",
"login": "Giriş yap", "login": "Giriş yap",
@@ -298,10 +313,28 @@
"import_export": "Yükleme/Dışa aktarma" "import_export": "Yükleme/Dışa aktarma"
}, },
"mqtt": { "mqtt": {
"already_subscribed": "You are already subscribed to this topic.",
"clean_session": "Clean Session",
"clear_input": "Clear input",
"clear_input_on_send": "Clear input on send",
"client_id": "Client ID",
"color": "Pick a color",
"communication": "İletişim", "communication": "İletişim",
"connection_config": "Connection Config",
"connection_not_authorized": "This MQTT connection does not use any authentication.",
"invalid_topic": "Please provide a topic for the subscription",
"keep_alive": "Keep Alive",
"log": "Kayıt", "log": "Kayıt",
"lw_message": "Last-Will Message",
"lw_qos": "Last-Will QoS",
"lw_retain": "Last-Will Retain",
"lw_topic": "Last-Will Topic",
"message": "İleti", "message": "İleti",
"new": "New Subscription",
"not_connected": "Please start a MQTT connection first.",
"publish": "Yayınla", "publish": "Yayınla",
"qos": "QoS",
"ssl": "SSL",
"subscribe": "Abone", "subscribe": "Abone",
"topic": "Başlık", "topic": "Başlık",
"topic_name": "Konu adı", "topic_name": "Konu adı",
@@ -325,6 +358,7 @@
}, },
"profile": { "profile": {
"app_settings": "Uygulama ayarları", "app_settings": "Uygulama ayarları",
"default_hopp_displayname": "Unnamed User",
"editor": "Düzenleyici", "editor": "Düzenleyici",
"editor_description": "Editors can add, edit, and delete requests.", "editor_description": "Editors can add, edit, and delete requests.",
"email_verification_mail": "Doğrulama bağlantısı e-postanıza gönderildi. E-postanızı doğrulamak için gelen bağlantıya tıklayınız.", "email_verification_mail": "Doğrulama bağlantısı e-postanıza gönderildi. E-postanızı doğrulamak için gelen bağlantıya tıklayınız.",
@@ -392,8 +426,8 @@
"json": "JSON", "json": "JSON",
"pdf": "PDF", "pdf": "PDF",
"preview_html": "HTML'yi önizle", "preview_html": "HTML'yi önizle",
"raw": "Çiğ", "raw": "Ham",
"size": "Boy", "size": "Boyut",
"status": "Durum", "status": "Durum",
"time": "Zaman", "time": "Zaman",
"title": "Cevap", "title": "Cevap",
@@ -652,6 +686,11 @@
"we_sent_invite_link": "Tüm davetlilere bir davet bağlantısı gönderdik!", "we_sent_invite_link": "Tüm davetlilere bir davet bağlantısı gönderdik!",
"we_sent_invite_link_description": "Tüm davetlilerden gelen kutularını kontrol etmelerini isteyin. Ekibe katılmak için bağlantıya tıklayın." "we_sent_invite_link_description": "Tüm davetlilerden gelen kutularını kontrol etmelerini isteyin. Ekibe katılmak için bağlantıya tıklayın."
}, },
"team_environment": {
"deleted": "Environment Deleted",
"duplicate": "Environment Duplicated",
"not_found": "Environment not found."
},
"test": { "test": {
"failed": "Test başarısız", "failed": "Test başarısız",
"javascript_code": "JavaScript Kodu", "javascript_code": "JavaScript Kodu",

View File

@@ -5,19 +5,21 @@
"choose_file": "選擇一個檔案", "choose_file": "選擇一個檔案",
"clear": "清除", "clear": "清除",
"clear_all": "全部清除", "clear_all": "全部清除",
"close": "Close", "close": "關閉",
"connect": "連線", "connect": "連線",
"connecting": "正在連接",
"copy": "複製", "copy": "複製",
"delete": "刪除", "delete": "刪除",
"disconnect": "斷開連線", "disconnect": "斷開連線",
"dismiss": "忽略", "dismiss": "忽略",
"dont_save": "不要儲存", "dont_save": "不要儲存",
"download_file": "下載檔案", "download_file": "下載檔案",
"drag_to_reorder": "Drag to reorder", "drag_to_reorder": "拖曳以重新排序",
"duplicate": "複製", "duplicate": "複製",
"edit": "編輯", "edit": "編輯",
"filter_response": "篩選回應", "filter": "篩選回應",
"go_back": "返回", "go_back": "返回",
"group_by": "Group by",
"label": "標籤", "label": "標籤",
"learn_more": "瞭解更多", "learn_more": "瞭解更多",
"less": "更少", "less": "更少",
@@ -35,6 +37,7 @@
"search": "搜尋", "search": "搜尋",
"send": "傳送", "send": "傳送",
"start": "開始", "start": "開始",
"starting": "正在開始",
"stop": "停止", "stop": "停止",
"to_close": "以關閉", "to_close": "以關閉",
"to_navigate": "以瀏覽", "to_navigate": "以瀏覽",
@@ -106,7 +109,7 @@
"generate_token": "產生權杖", "generate_token": "產生權杖",
"include_in_url": "包含在網址", "include_in_url": "包含在網址",
"learn": "瞭解更多", "learn": "瞭解更多",
"pass_key_by": "Pass by", "pass_key_by": "傳遞方式",
"password": "密碼", "password": "密碼",
"token": "權杖", "token": "權杖",
"type": "授權類型", "type": "授權類型",
@@ -172,6 +175,7 @@
"protocols": "協定為空", "protocols": "協定為空",
"schema": "連線至 GraphQL 端點", "schema": "連線至 GraphQL 端點",
"shortcodes": "Shortcodes 為空", "shortcodes": "Shortcodes 為空",
"subscription": "Subscriptions are empty",
"team_name": "團隊名稱為空", "team_name": "團隊名稱為空",
"teams": "團隊為空", "teams": "團隊為空",
"tests": "沒有針對該請求的測試" "tests": "沒有針對該請求的測試"
@@ -184,11 +188,13 @@
"deleted": "刪除環境", "deleted": "刪除環境",
"edit": "編輯環境", "edit": "編輯環境",
"invalid_name": "請提供有效的環境名稱", "invalid_name": "請提供有效的環境名稱",
"my_environments": "我的環境",
"nested_overflow": "巢狀環境變數不得大於 10 層", "nested_overflow": "巢狀環境變數不得大於 10 層",
"new": "建立環境", "new": "建立環境",
"no_environment": "無環境", "no_environment": "無環境",
"no_environment_description": "未選取任何環境。請選擇要對以下變數進行的動作。", "no_environment_description": "未選取任何環境。請選擇要對以下變數進行的動作。",
"select": "選擇環境", "select": "選擇環境",
"team_environments": "團隊環境",
"title": "環境", "title": "環境",
"updated": "更新環境", "updated": "更新環境",
"variable_list": "變數列表" "variable_list": "變數列表"
@@ -210,7 +216,7 @@
"network_fail": "無法傳送請求", "network_fail": "無法傳送請求",
"no_duration": "無持續時間", "no_duration": "無持續時間",
"no_results_found": "找不到結果", "no_results_found": "找不到結果",
"page_not_found": "This page could not be found", "page_not_found": "找不到此頁面",
"script_fail": "無法執行預請求指令碼", "script_fail": "無法執行預請求指令碼",
"something_went_wrong": "發生了一些錯誤", "something_went_wrong": "發生了一些錯誤",
"test_script_fail": "無法執行測試指令碼" "test_script_fail": "無法執行測試指令碼"
@@ -220,7 +226,12 @@
"create_secret_gist": "建立私密 Gist", "create_secret_gist": "建立私密 Gist",
"gist_created": "已建立 Gist", "gist_created": "已建立 Gist",
"require_github": "使用 GitHub 登入以建立私密 Gist", "require_github": "使用 GitHub 登入以建立私密 Gist",
"title": "Export" "title": "匯出"
},
"filter": {
"all": "All",
"none": "None",
"starred": "Starred"
}, },
"folder": { "folder": {
"created": "已建立資料夾", "created": "已建立資料夾",
@@ -235,6 +246,10 @@
"schema": "綱要", "schema": "綱要",
"subscriptions": "訂閱" "subscriptions": "訂閱"
}, },
"group": {
"time": "Time",
"url": "URL"
},
"header": { "header": {
"install_pwa": "安裝應用程式", "install_pwa": "安裝應用程式",
"login": "登入", "login": "登入",
@@ -298,10 +313,28 @@
"import_export": "匯入/匯出" "import_export": "匯入/匯出"
}, },
"mqtt": { "mqtt": {
"already_subscribed": "You are already subscribed to this topic.",
"clean_session": "Clean Session",
"clear_input": "Clear input",
"clear_input_on_send": "Clear input on send",
"client_id": "Client ID",
"color": "Pick a color",
"communication": "通訊", "communication": "通訊",
"connection_config": "Connection Config",
"connection_not_authorized": "This MQTT connection does not use any authentication.",
"invalid_topic": "Please provide a topic for the subscription",
"keep_alive": "Keep Alive",
"log": "日誌", "log": "日誌",
"lw_message": "Last-Will Message",
"lw_qos": "Last-Will QoS",
"lw_retain": "Last-Will Retain",
"lw_topic": "Last-Will Topic",
"message": "訊息", "message": "訊息",
"new": "New Subscription",
"not_connected": "Please start a MQTT connection first.",
"publish": "發佈", "publish": "發佈",
"qos": "QoS",
"ssl": "SSL",
"subscribe": "訂閱", "subscribe": "訂閱",
"topic": "主題", "topic": "主題",
"topic_name": "主題名稱", "topic_name": "主題名稱",
@@ -325,6 +358,7 @@
}, },
"profile": { "profile": {
"app_settings": "應用程式設定", "app_settings": "應用程式設定",
"default_hopp_displayname": "未命名使用者",
"editor": "編輯者", "editor": "編輯者",
"editor_description": "編輯者可以新增、編輯和刪除請求。", "editor_description": "編輯者可以新增、編輯和刪除請求。",
"email_verification_mail": "已將驗證信寄送至您的電子郵件地址。請點擊信中連結以驗證您的電子郵件地址。", "email_verification_mail": "已將驗證信寄送至您的電子郵件地址。請點擊信中連結以驗證您的電子郵件地址。",
@@ -452,7 +486,7 @@
"theme_description": "自定義您的應用程式主題。", "theme_description": "自定義您的應用程式主題。",
"use_experimental_url_bar": "使用帶有環境醒目標示的實驗性網址欄", "use_experimental_url_bar": "使用帶有環境醒目標示的實驗性網址欄",
"user": "使用者", "user": "使用者",
"verified_email": "Verified email", "verified_email": "已確認電子郵件地址",
"verify_email": "確認電子郵件地址" "verify_email": "確認電子郵件地址"
}, },
"shortcodes": { "shortcodes": {
@@ -503,9 +537,9 @@
"title": "請求" "title": "請求"
}, },
"response": { "response": {
"copy": "Copy response to clipboard", "copy": "複製回應至剪貼簿",
"download": "Download response as file", "download": "下載回應",
"title": "Response" "title": "回應"
}, },
"theme": { "theme": {
"black": "將主題切換至黑色模式", "black": "將主題切換至黑色模式",
@@ -652,6 +686,11 @@
"we_sent_invite_link": "我們向所有受邀者傳送了邀請連結!", "we_sent_invite_link": "我們向所有受邀者傳送了邀請連結!",
"we_sent_invite_link_description": "請所有受邀者檢查他們的收件匣。點擊連結加入團隊。" "we_sent_invite_link_description": "請所有受邀者檢查他們的收件匣。點擊連結加入團隊。"
}, },
"team_environment": {
"deleted": "已刪除環境",
"duplicate": "已複製環境",
"not_found": "找不到環境。"
},
"test": { "test": {
"failed": "測試未通過", "failed": "測試未通過",
"javascript_code": "JavaScript 程式碼", "javascript_code": "JavaScript 程式碼",

View File

@@ -7,6 +7,7 @@
"clear_all": "Очистити все", "clear_all": "Очистити все",
"close": "Закрити", "close": "Закрити",
"connect": "Підключіться", "connect": "Підключіться",
"connecting": "Connecting",
"copy": "Копіювати", "copy": "Копіювати",
"delete": "Видалити", "delete": "Видалити",
"disconnect": "Відключити", "disconnect": "Відключити",
@@ -16,8 +17,9 @@
"drag_to_reorder": "Перетягніть для зміни порядку", "drag_to_reorder": "Перетягніть для зміни порядку",
"duplicate": "Дублювати", "duplicate": "Дублювати",
"edit": "Редагувати", "edit": "Редагувати",
"filter_response": "Фільтр відповіді", "filter": "Фільтр відповіді",
"go_back": "Повертайся", "go_back": "Повертайся",
"group_by": "Group by",
"label": "Мітка", "label": "Мітка",
"learn_more": "Вчи більше", "learn_more": "Вчи більше",
"less": "Менше", "less": "Менше",
@@ -35,6 +37,7 @@
"search": "Пошук", "search": "Пошук",
"send": "Надіслати", "send": "Надіслати",
"start": "Почати", "start": "Почати",
"starting": "Starting",
"stop": "Стій", "stop": "Стій",
"to_close": "щоб закрити", "to_close": "щоб закрити",
"to_navigate": "для навігації", "to_navigate": "для навігації",
@@ -172,6 +175,7 @@
"protocols": "Протоколи порожні", "protocols": "Протоколи порожні",
"schema": "Підключіться до кінцевої точки GraphQL", "schema": "Підключіться до кінцевої точки GraphQL",
"shortcodes": "Короткі коди порожні", "shortcodes": "Короткі коди порожні",
"subscription": "Subscriptions are empty",
"team_name": "Назва команди порожня", "team_name": "Назва команди порожня",
"teams": "Команди порожні", "teams": "Команди порожні",
"tests": "Для цього запиту немає тестів" "tests": "Для цього запиту немає тестів"
@@ -184,11 +188,13 @@
"deleted": "Видалення середовища", "deleted": "Видалення середовища",
"edit": "Редагувати середовище", "edit": "Редагувати середовище",
"invalid_name": "Укажіть дійсну назву середовища", "invalid_name": "Укажіть дійсну назву середовища",
"my_environments": "Мої середовища",
"nested_overflow": "вкладені змінні середовища обмежені до 10 рівнів", "nested_overflow": "вкладені змінні середовища обмежені до 10 рівнів",
"new": "Нове середовище", "new": "Нове середовище",
"no_environment": "Жодного середовища", "no_environment": "Жодного середовища",
"no_environment_description": "Не було обрано жодного середовища. Виберіть, що робити з наступними змінними.", "no_environment_description": "Не було обрано жодного середовища. Виберіть, що робити з наступними змінними.",
"select": "Виберіть середовище", "select": "Виберіть середовище",
"team_environments": "Командні середовища",
"title": "Середовища", "title": "Середовища",
"updated": "Environment updation", "updated": "Environment updation",
"variable_list": "Список змінних" "variable_list": "Список змінних"
@@ -222,6 +228,11 @@
"require_github": "Увійдіть за допомогою GitHub, щоб створити секретну історію", "require_github": "Увійдіть за допомогою GitHub, щоб створити секретну історію",
"title": "Експорт" "title": "Експорт"
}, },
"filter": {
"all": "All",
"none": "None",
"starred": "Starred"
},
"folder": { "folder": {
"created": "Папка створена", "created": "Папка створена",
"edit": "Редагувати папку", "edit": "Редагувати папку",
@@ -235,6 +246,10 @@
"schema": "Схема", "schema": "Схема",
"subscriptions": "Підписки" "subscriptions": "Підписки"
}, },
"group": {
"time": "Time",
"url": "URL"
},
"header": { "header": {
"install_pwa": "Встановити додаток", "install_pwa": "Встановити додаток",
"login": "Увійти", "login": "Увійти",
@@ -298,10 +313,28 @@
"import_export": "Імпорт-експорт" "import_export": "Імпорт-експорт"
}, },
"mqtt": { "mqtt": {
"already_subscribed": "You are already subscribed to this topic.",
"clean_session": "Clean Session",
"clear_input": "Clear input",
"clear_input_on_send": "Clear input on send",
"client_id": "Client ID",
"color": "Pick a color",
"communication": "Спілкування", "communication": "Спілкування",
"connection_config": "Connection Config",
"connection_not_authorized": "This MQTT connection does not use any authentication.",
"invalid_topic": "Please provide a topic for the subscription",
"keep_alive": "Keep Alive",
"log": "Журнал", "log": "Журнал",
"lw_message": "Last-Will Message",
"lw_qos": "Last-Will QoS",
"lw_retain": "Last-Will Retain",
"lw_topic": "Last-Will Topic",
"message": "повідомлення", "message": "повідомлення",
"new": "New Subscription",
"not_connected": "Please start a MQTT connection first.",
"publish": "Публікуйте", "publish": "Публікуйте",
"qos": "QoS",
"ssl": "SSL",
"subscribe": "Підпишіться", "subscribe": "Підпишіться",
"topic": "Тема", "topic": "Тема",
"topic_name": "Назва теми", "topic_name": "Назва теми",
@@ -325,6 +358,7 @@
}, },
"profile": { "profile": {
"app_settings": "Параметри програми", "app_settings": "Параметри програми",
"default_hopp_displayname": "Користувач без імені",
"editor": "Редактор", "editor": "Редактор",
"editor_description": "Редактори можуть додавати, змінювати та видаляти запити.", "editor_description": "Редактори можуть додавати, змінювати та видаляти запити.",
"email_verification_mail": "Лист для підтвердження електронної пошти було надіслано на вашу електронну адресу. Будь ласка, натисніть на посилання для підтвердження своєї адреси електронної пошти.", "email_verification_mail": "Лист для підтвердження електронної пошти було надіслано на вашу електронну адресу. Будь ласка, натисніть на посилання для підтвердження своєї адреси електронної пошти.",
@@ -652,6 +686,11 @@
"we_sent_invite_link": "Ми надіслали запрошення всім запрошеним!", "we_sent_invite_link": "Ми надіслали запрошення всім запрошеним!",
"we_sent_invite_link_description": "Попросіть всіх запрошених перевірити свої поштові скриньки. Перейдіть за посиланням, щоб приєднатися до команди." "we_sent_invite_link_description": "Попросіть всіх запрошених перевірити свої поштові скриньки. Перейдіть за посиланням, щоб приєднатися до команди."
}, },
"team_environment": {
"deleted": "Середовище видалено",
"duplicate": "Середовище дубльовано",
"not_found": "Середовище не знайдено."
},
"test": { "test": {
"failed": "помилка тесту", "failed": "помилка тесту",
"javascript_code": "Код JavaScript", "javascript_code": "Код JavaScript",

View File

@@ -7,6 +7,7 @@
"clear_all": "Quet sạch tât cả", "clear_all": "Quet sạch tât cả",
"close": "Close", "close": "Close",
"connect": "Liên kết", "connect": "Liên kết",
"connecting": "Connecting",
"copy": "Sao chép", "copy": "Sao chép",
"delete": "Xóa bỏ", "delete": "Xóa bỏ",
"disconnect": "Ngắt kết nối", "disconnect": "Ngắt kết nối",
@@ -16,8 +17,9 @@
"drag_to_reorder": "Drag to reorder", "drag_to_reorder": "Drag to reorder",
"duplicate": "Duplicate", "duplicate": "Duplicate",
"edit": "Chỉnh sửa", "edit": "Chỉnh sửa",
"filter_response": "Filter response", "filter": "Filter",
"go_back": "Quay lại", "go_back": "Quay lại",
"group_by": "Group by",
"label": "Nhãn", "label": "Nhãn",
"learn_more": "Tìm hiểu thêm", "learn_more": "Tìm hiểu thêm",
"less": "Less", "less": "Less",
@@ -35,6 +37,7 @@
"search": "Tìm kiếm", "search": "Tìm kiếm",
"send": "Gửi", "send": "Gửi",
"start": "Bắt đầu", "start": "Bắt đầu",
"starting": "Starting",
"stop": "Ngừng lại", "stop": "Ngừng lại",
"to_close": "to close", "to_close": "to close",
"to_navigate": "to navigate", "to_navigate": "to navigate",
@@ -168,10 +171,11 @@
"members": "Đội trống", "members": "Đội trống",
"parameters": "Yêu cầu này không có bất kỳ thông số nào", "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", "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", "protocols": "Giao thức trống",
"schema": "Kết nối với một điểm cuối GraphQL", "schema": "Kết nối với một điểm cuối GraphQL",
"shortcodes": "Shortcodes are empty", "shortcodes": "Shortcodes are empty",
"subscription": "Subscriptions are empty",
"team_name": "Tên đội trống", "team_name": "Tên đội trống",
"teams": "Các đội trống", "teams": "Các đội trống",
"tests": "Không có bài kiểm tra nào cho yêu cầu này" "tests": "Không có bài kiểm tra nào cho yêu cầu này"
@@ -184,11 +188,13 @@
"deleted": "Environment deletion", "deleted": "Environment deletion",
"edit": "Chỉnh sửa môi trường", "edit": "Chỉnh sửa môi trường",
"invalid_name": "Vui lòng cung cấp tên hợp lệ cho môi trường", "invalid_name": "Vui lòng cung cấp tên hợp lệ cho môi trường",
"my_environments": "My Environments",
"nested_overflow": "nested environment variables are limited to 10 levels", "nested_overflow": "nested environment variables are limited to 10 levels",
"new": "Môi trường mới", "new": "Môi trường mới",
"no_environment": "Không có môi trường", "no_environment": "Không có môi trường",
"no_environment_description": "No environments were selected. Choose what to do with the following variables.", "no_environment_description": "No environments were selected. Choose what to do with the following variables.",
"select": "Chọn môi trường", "select": "Chọn môi trường",
"team_environments": "Team Environments",
"title": "Môi trường", "title": "Môi trường",
"updated": "Environment updation", "updated": "Environment updation",
"variable_list": "Danh sách biến" "variable_list": "Danh sách biến"
@@ -222,6 +228,11 @@
"require_github": "Đăng nhập bằng GitHub để tạo ý chính bí mật", "require_github": "Đăng nhập bằng GitHub để tạo ý chính bí mật",
"title": "Export" "title": "Export"
}, },
"filter": {
"all": "All",
"none": "None",
"starred": "Starred"
},
"folder": { "folder": {
"created": "Thư mục đã được tạo", "created": "Thư mục đã được tạo",
"edit": "Chỉnh sửa thư mục", "edit": "Chỉnh sửa thư mục",
@@ -235,6 +246,10 @@
"schema": "Lược đồ", "schema": "Lược đồ",
"subscriptions": "Đăng ký" "subscriptions": "Đăng ký"
}, },
"group": {
"time": "Time",
"url": "URL"
},
"header": { "header": {
"install_pwa": "Cài đặt ứng dụng", "install_pwa": "Cài đặt ứng dụng",
"login": "Đăng nhập", "login": "Đăng nhập",
@@ -298,10 +313,28 @@
"import_export": "Nhập khẩu xuất khẩu" "import_export": "Nhập khẩu xuất khẩu"
}, },
"mqtt": { "mqtt": {
"already_subscribed": "You are already subscribed to this topic.",
"clean_session": "Clean Session",
"clear_input": "Clear input",
"clear_input_on_send": "Clear input on send",
"client_id": "Client ID",
"color": "Pick a color",
"communication": "Liên lạc", "communication": "Liên lạc",
"connection_config": "Connection Config",
"connection_not_authorized": "This MQTT connection does not use any authentication.",
"invalid_topic": "Please provide a topic for the subscription",
"keep_alive": "Keep Alive",
"log": "Nhật ký", "log": "Nhật ký",
"lw_message": "Last-Will Message",
"lw_qos": "Last-Will QoS",
"lw_retain": "Last-Will Retain",
"lw_topic": "Last-Will Topic",
"message": "Thông điệp", "message": "Thông điệp",
"new": "New Subscription",
"not_connected": "Please start a MQTT connection first.",
"publish": "Công bố", "publish": "Công bố",
"qos": "QoS",
"ssl": "SSL",
"subscribe": "Đặt mua", "subscribe": "Đặt mua",
"topic": "Chủ đề", "topic": "Chủ đề",
"topic_name": "Tên chủ đề", "topic_name": "Tên chủ đề",
@@ -325,6 +358,7 @@
}, },
"profile": { "profile": {
"app_settings": "App Settings", "app_settings": "App Settings",
"default_hopp_displayname": "Unnamed User",
"editor": "Editor", "editor": "Editor",
"editor_description": "Editors can add, edit, and delete requests.", "editor_description": "Editors can add, edit, and delete requests.",
"email_verification_mail": "A verification email has been sent to your email address. Please click on the link to verify your email address.", "email_verification_mail": "A verification email has been sent to your email address. Please click on the link to verify your email address.",
@@ -652,6 +686,11 @@
"we_sent_invite_link": "We sent an invite link to all invitees!", "we_sent_invite_link": "We sent an invite link to all invitees!",
"we_sent_invite_link_description": "Ask all invitees to check their inbox. Click on the link to join the team." "we_sent_invite_link_description": "Ask all invitees to check their inbox. Click on the link to join the team."
}, },
"team_environment": {
"deleted": "Environment Deleted",
"duplicate": "Environment Duplicated",
"not_found": "Environment not found."
},
"test": { "test": {
"failed": "test failed", "failed": "test failed",
"javascript_code": "Mã JavaScript", "javascript_code": "Mã JavaScript",

View File

@@ -1,21 +1,18 @@
{ {
"name": "hoppscotch-app", "name": "@hoppscotch/common",
"private": true, "private": true,
"version": "3.0.1", "version": "3.0.1",
"scripts": { "scripts": {
"dev": "pnpm exec npm-run-all -p -l dev:*", "dev": "pnpm exec npm-run-all -p -l dev:*",
"dev:vite": "vite", "dev:vite": "vite",
"dev:gql-codegen": "graphql-codegen --config gql-codegen.yml --watch", "dev:gql-codegen": "graphql-codegen --require dotenv/config --config gql-codegen.yml --watch dotenv_config_path=\"../../.env\"",
"build": "node --max_old_space_size=16384 ./node_modules/vite/bin/vite.js build",
"lint": "eslint src --ext .ts,.js,.vue --ignore-path .gitignore .", "lint": "eslint src --ext .ts,.js,.vue --ignore-path .gitignore .",
"lint:ts": "vue-tsc --noEmit",
"prod-lint": "cross-env HOPP_LINT_FOR_PROD=true pnpm run lint", "prod-lint": "cross-env HOPP_LINT_FOR_PROD=true pnpm run lint",
"lintfix": "eslint --fix src --ext .ts,.js,.vue --ignore-path .gitignore .", "lintfix": "eslint --fix src --ext .ts,.js,.vue --ignore-path .gitignore .",
"generate": "pnpm run build",
"preview": "vite preview", "preview": "vite preview",
"gql-codegen": "graphql-codegen --config gql-codegen.yml", "gql-codegen": "graphql-codegen --require dotenv/config --config gql-codegen.yml dotenv_config_path=\"../../.env\"",
"postinstall": "pnpm run gql-codegen", "postinstall": "pnpm run gql-codegen",
"do-dev": "pnpm run dev",
"do-build-prod": "pnpm run build",
"do-lint": "pnpm run prod-lint", "do-lint": "pnpm run prod-lint",
"do-typecheck": "pnpm run lint", "do-typecheck": "pnpm run lint",
"do-lintfix": "pnpm run lintfix" "do-lintfix": "pnpm run lintfix"
@@ -44,6 +41,7 @@
"@urql/devtools": "^2.0.3", "@urql/devtools": "^2.0.3",
"@urql/exchange-auth": "^0.1.7", "@urql/exchange-auth": "^0.1.7",
"@urql/exchange-graphcache": "^4.4.3", "@urql/exchange-graphcache": "^4.4.3",
"@vitejs/plugin-legacy": "^2.3.0",
"@vueuse/core": "^8.7.5", "@vueuse/core": "^8.7.5",
"@vueuse/head": "^0.7.9", "@vueuse/head": "^0.7.9",
"acorn-walk": "^8.2.0", "acorn-walk": "^8.2.0",
@@ -117,6 +115,7 @@
"@types/paho-mqtt": "^1.0.6", "@types/paho-mqtt": "^1.0.6",
"@types/postman-collection": "^3.5.7", "@types/postman-collection": "^3.5.7",
"@types/splitpanes": "^2.2.1", "@types/splitpanes": "^2.2.1",
"@types/uuid": "^8.3.4",
"@types/yargs-parser": "^21.0.0", "@types/yargs-parser": "^21.0.0",
"@typescript-eslint/eslint-plugin": "^5.19.0", "@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0", "@typescript-eslint/parser": "^5.19.0",

View File

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 60 KiB

View File

Before

Width:  |  Height:  |  Size: 840 KiB

After

Width:  |  Height:  |  Size: 840 KiB

View File

Before

Width:  |  Height:  |  Size: 831 KiB

After

Width:  |  Height:  |  Size: 831 KiB

View File

Before

Width:  |  Height:  |  Size: 168 B

After

Width:  |  Height:  |  Size: 168 B

View File

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

View File

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

View File

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 35 KiB

View File

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

Some files were not shown because too many files have changed in this diff Show More