refactor: improve ui consistency
This commit is contained in:
@@ -135,6 +135,13 @@ a {
|
||||
}
|
||||
}
|
||||
|
||||
.cm-tooltip {
|
||||
.tooltip-theme {
|
||||
@apply fixed;
|
||||
@apply -mt-6;
|
||||
}
|
||||
}
|
||||
|
||||
.tooltip-theme {
|
||||
@apply bg-tooltip;
|
||||
@apply text-primary;
|
||||
|
||||
@@ -22,14 +22,14 @@
|
||||
/>
|
||||
<ButtonSecondary
|
||||
v-tippy="{ theme: 'tooltip', allowHTML: true }"
|
||||
:title="`${t('app.search')} <kbd>/</kbd>`"
|
||||
:title="`${t('app.search')} <xmp>/</xmp>`"
|
||||
svg="search"
|
||||
class="rounded hover:bg-primaryDark focus-visible:bg-primaryDark"
|
||||
@click.native="invokeAction('modals.search.toggle')"
|
||||
/>
|
||||
<ButtonSecondary
|
||||
v-tippy="{ theme: 'tooltip', allowHTML: true }"
|
||||
:title="`${t('support.title')} <kbd>?</kbd>`"
|
||||
:title="`${t('support.title')} <xmp>?</xmp>`"
|
||||
svg="life-buoy"
|
||||
class="rounded hover:bg-primaryDark focus-visible:bg-primaryDark"
|
||||
@click.native="showSupport = true"
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
type="url"
|
||||
autocomplete="off"
|
||||
spellcheck="false"
|
||||
class="w-full px-4 py-2 border rounded bg-primaryLight border-divider text-secondaryDark hover:border-dividerDark focus-visible:bg-transparent focus-visible:border-dividerDark"
|
||||
class="w-full px-4 py-2 border rounded bg-primaryLight border-divider text-secondaryDark"
|
||||
:placeholder="`${t('request.url')}`"
|
||||
:disabled="connected"
|
||||
@keyup.enter="onConnectClick"
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
v-tippy="{ theme: 'tooltip', delay: [500, 20], allowHTML: true }"
|
||||
:title="`${t(
|
||||
'request.run'
|
||||
)} <kbd>${getSpecialKey()}</kbd><kbd>G</kbd>`"
|
||||
)} <xmp>${getSpecialKey()}</xmp><xmp>G</xmp>`"
|
||||
:label="`${t('request.run')}`"
|
||||
svg="play"
|
||||
class="rounded-none !text-accent !hover:text-accentDark"
|
||||
@@ -29,7 +29,7 @@
|
||||
v-tippy="{ theme: 'tooltip', delay: [500, 20], allowHTML: true }"
|
||||
:title="`${t(
|
||||
'request.save'
|
||||
)} <kbd>${getSpecialKey()}</kbd><kbd>S</kbd>`"
|
||||
)} <xmp>${getSpecialKey()}</xmp><xmp>S</xmp>`"
|
||||
:label="`${t('request.save')}`"
|
||||
svg="save"
|
||||
class="rounded-none"
|
||||
@@ -166,6 +166,15 @@
|
||||
:spellcheck="false"
|
||||
:value="header.key"
|
||||
autofocus
|
||||
styles="
|
||||
bg-transparent
|
||||
flex
|
||||
flex-1
|
||||
py-1
|
||||
px-4
|
||||
truncate
|
||||
"
|
||||
class="flex-1 !flex"
|
||||
@input="
|
||||
updateHeader(index, {
|
||||
key: $event,
|
||||
|
||||
@@ -99,7 +99,7 @@ export default {
|
||||
oidcDiscoveryURL.value === "" &&
|
||||
(authURL.value === "" || accessTokenURL.value === "")
|
||||
) {
|
||||
toast.error(`${t("complete_config_urls")}`)
|
||||
toast.error(`${t("error.incomplete_config_urls")}`)
|
||||
return
|
||||
}
|
||||
try {
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
type="url"
|
||||
autocomplete="off"
|
||||
spellcheck="false"
|
||||
class="w-full px-4 py-2 border rounded bg-primaryLight border-divider text-secondaryDark hover:border-dividerDark focus-visible:bg-transparent focus-visible:border-dividerDark"
|
||||
class="w-full px-4 py-2 border rounded bg-primaryLight border-divider text-secondaryDark"
|
||||
:placeholder="$t('mqtt.url')"
|
||||
:disabled="connectionState"
|
||||
@keyup.enter="validUrl ? toggleConnection() : null"
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
id="client-version"
|
||||
v-tippy="{ theme: 'tooltip' }"
|
||||
title="socket.io-client version"
|
||||
class="flex px-4 py-2 font-semibold border rounded-l cursor-pointer bg-primaryLight border-divider text-secondaryDark w-26 hover:border-dividerDark focus-visible:bg-transparent focus-visible:border-dividerDark"
|
||||
class="flex px-4 py-2 font-semibold border rounded-l cursor-pointer bg-primaryLight border-divider text-secondaryDark w-26"
|
||||
:value="`Client ${clientVersion}`"
|
||||
readonly
|
||||
:disabled="connectionState"
|
||||
@@ -58,7 +58,7 @@
|
||||
autocomplete="off"
|
||||
spellcheck="false"
|
||||
:class="{ error: !urlValid }"
|
||||
class="flex flex-1 w-full px-4 py-2 border bg-primaryLight border-divider text-secondaryDark hover:border-dividerDark focus-visible:bg-transparent focus-visible:border-dividerDark"
|
||||
class="flex flex-1 w-full px-4 py-2 border bg-primaryLight border-divider text-secondaryDark"
|
||||
:placeholder="$t('socketio.url')"
|
||||
:disabled="connectionState"
|
||||
@keyup.enter="urlValid ? toggleConnection() : null"
|
||||
@@ -66,7 +66,7 @@
|
||||
<input
|
||||
id="socketio-path"
|
||||
v-model="path"
|
||||
class="flex flex-1 w-full px-4 py-2 border rounded-r bg-primaryLight border-divider text-secondaryDark hover:border-dividerDark focus-visible:bg-transparent focus-visible:border-dividerDark"
|
||||
class="flex flex-1 w-full px-4 py-2 border rounded-r bg-primaryLight border-divider text-secondaryDark"
|
||||
spellcheck="false"
|
||||
:disabled="connectionState"
|
||||
@keyup.enter="urlValid ? toggleConnection() : null"
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
type="url"
|
||||
autocomplete="off"
|
||||
:class="{ error: !serverValid }"
|
||||
class="flex flex-1 w-full px-4 py-2 border rounded-l bg-primaryLight border-divider text-secondaryDark hover:border-dividerDark focus-visible:bg-transparent focus-visible:border-dividerDark"
|
||||
class="flex flex-1 w-full px-4 py-2 border rounded-l bg-primaryLight border-divider text-secondaryDark"
|
||||
:placeholder="$t('sse.url')"
|
||||
:disabled="connectionSSEState"
|
||||
@keyup.enter="serverValid ? toggleSSEConnection() : null"
|
||||
@@ -29,7 +29,7 @@
|
||||
<input
|
||||
id="event-type"
|
||||
v-model="eventType"
|
||||
class="flex flex-1 w-full px-4 py-2 border rounded-r bg-primaryLight border-divider text-secondaryDark hover:border-dividerDark focus-visible:bg-transparent focus-visible:border-dividerDark"
|
||||
class="flex flex-1 w-full px-4 py-2 border rounded-r bg-primaryLight border-divider text-secondaryDark"
|
||||
spellcheck="false"
|
||||
:disabled="connectionSSEState"
|
||||
@keyup.enter="serverValid ? toggleSSEConnection() : null"
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<input
|
||||
id="websocket-url"
|
||||
v-model="url"
|
||||
class="w-full px-4 py-2 border rounded bg-primaryLight border-divider text-secondaryDark hover:border-dividerDark focus-visible:bg-transparent focus-visible:border-dividerDark"
|
||||
class="w-full px-4 py-2 border rounded bg-primaryLight border-divider text-secondaryDark"
|
||||
type="url"
|
||||
autocomplete="off"
|
||||
spellcheck="false"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div
|
||||
class="flex items-center flex-1 flex-shrink-0 overflow-visible whitespace-nowrap hide-scrollbar"
|
||||
class="flex items-center flex-1 flex-shrink-0 overflow-auto whitespace-nowrap hide-scrollbar"
|
||||
>
|
||||
<div
|
||||
ref="editor"
|
||||
|
||||
@@ -153,7 +153,7 @@ export const inputTheme = EditorView.theme({
|
||||
flex: "1",
|
||||
},
|
||||
".cm-content": {
|
||||
caretColor: "var(--secondary-light-color)",
|
||||
caretColor: "var(--secondary-dark-color)",
|
||||
fontFamily: "var(--font-sans)",
|
||||
color: "var(--secondary-dark-color)",
|
||||
backgroundColor: "transparent",
|
||||
@@ -205,6 +205,12 @@ export const inputTheme = EditorView.theme({
|
||||
border: "none",
|
||||
borderRadius: "3px",
|
||||
},
|
||||
".cm-tooltip-arrow:after": {
|
||||
borderColor: "transparent !important",
|
||||
},
|
||||
".cm-tooltip-arrow:before": {
|
||||
borderColor: "transparent !important",
|
||||
},
|
||||
".cm-completionLabel": {
|
||||
color: "var(--secondary-color)",
|
||||
},
|
||||
|
||||
@@ -162,12 +162,12 @@
|
||||
"create_new": "Skep nuwe omgewing",
|
||||
"edit": "Bewerk omgewing",
|
||||
"invalid_name": "Gee 'n geldige naam vir die omgewing",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels",
|
||||
"new": "Nuwe omgewing",
|
||||
"no_environment": "Geen omgewing nie",
|
||||
"select": "Kies omgewing",
|
||||
"title": "Omgewings",
|
||||
"variable_list": "Veranderlike lys",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels"
|
||||
"variable_list": "Veranderlike lys"
|
||||
},
|
||||
"error": {
|
||||
"browser_support_sse": "Dit lyk nie asof hierdie blaaier ondersteuning vir bedieners gestuurde geleenthede het nie.",
|
||||
@@ -176,6 +176,7 @@
|
||||
"empty_req_name": "Leë versoeknaam",
|
||||
"f12_details": "(F12 vir meer inligting)",
|
||||
"gql_prettify_invalid_query": "Kon nie 'n ongeldige navraag mooi maak nie, los sintaksisfoute op en probeer weer",
|
||||
"incomplete_config_urls": "Incomplete configuration URLs",
|
||||
"incorrect_email": "Incorrect email",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "The link you clicked is invalid or expired.",
|
||||
@@ -188,11 +189,11 @@
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
},
|
||||
"export": {
|
||||
"title": "Export",
|
||||
"as_json": "Uitvoer as JSON",
|
||||
"create_secret_gist": "Skep geheime Gist",
|
||||
"gist_created": "Gis geskep",
|
||||
"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"
|
||||
},
|
||||
"folder": {
|
||||
"created": "Vouer geskep",
|
||||
|
||||
@@ -163,12 +163,12 @@
|
||||
"create_new": "خلق بيئة جديدة",
|
||||
"edit": "تحرير البيئة",
|
||||
"invalid_name": "الرجاء تقديم اسم صالح للبيئة",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels",
|
||||
"new": "بيئة جديدة",
|
||||
"no_environment": "لا بيئة",
|
||||
"select": "حدد البيئة",
|
||||
"title": "البيئات",
|
||||
"variable_list": "قائمة متغيرة",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels"
|
||||
"variable_list": "قائمة متغيرة"
|
||||
},
|
||||
"error": {
|
||||
"browser_support_sse": "يبدو أن هذا المستعرض لا يدعم أحداث إرسال الخادم.",
|
||||
@@ -177,6 +177,7 @@
|
||||
"empty_req_name": "اسم الطلب فارغ",
|
||||
"f12_details": "(للحصول على تفاصيل F12)",
|
||||
"gql_prettify_invalid_query": "تعذر تحسين استعلام غير صالح وحل أخطاء بنية الاستعلام وحاول مرة أخرى",
|
||||
"incomplete_config_urls": "Incomplete configuration URLs",
|
||||
"incorrect_email": "Incorrect email",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "The link you clicked is invalid or expired.",
|
||||
@@ -189,11 +190,11 @@
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
},
|
||||
"export": {
|
||||
"title": "Export",
|
||||
"as_json": "تصدير بتنسيق JSON",
|
||||
"create_secret_gist": "إنشاء جوهر سري",
|
||||
"gist_created": "خلقت الجست",
|
||||
"require_github": "تسجيل الدخول باستخدام GitHub لإنشاء جوهر سري"
|
||||
"require_github": "تسجيل الدخول باستخدام GitHub لإنشاء جوهر سري",
|
||||
"title": "Export"
|
||||
},
|
||||
"folder": {
|
||||
"created": "تم إنشاء المجلد",
|
||||
|
||||
@@ -162,12 +162,12 @@
|
||||
"create_new": "Crea un entorn nou",
|
||||
"edit": "Edita l'entorn",
|
||||
"invalid_name": "Proporcioneu un nom vàlid per a l'entorn",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels",
|
||||
"new": "Nou entorn",
|
||||
"no_environment": "Sense entorn",
|
||||
"select": "Seleccioneu un entorn",
|
||||
"title": "Entorns",
|
||||
"variable_list": "Llista de variables",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels"
|
||||
"variable_list": "Llista de variables"
|
||||
},
|
||||
"error": {
|
||||
"browser_support_sse": "Sembla que aquest navegador no és compatible amb els esdeveniments enviats per servidor.",
|
||||
@@ -176,6 +176,7 @@
|
||||
"empty_req_name": "Nom de la sol·licitud buida",
|
||||
"f12_details": "(F12 per obtenir més informació)",
|
||||
"gql_prettify_invalid_query": "No s'ha pogut definir una consulta no vàlida, resoldre els errors de sintaxi de la consulta i tornar-ho a provar",
|
||||
"incomplete_config_urls": "Incomplete configuration URLs",
|
||||
"incorrect_email": "Incorrect email",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "The link you clicked is invalid or expired.",
|
||||
@@ -188,11 +189,11 @@
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
},
|
||||
"export": {
|
||||
"title": "Export",
|
||||
"as_json": "Exporta com a JSON",
|
||||
"create_secret_gist": "Crea un resum secret",
|
||||
"gist_created": "Gist creat",
|
||||
"require_github": "Inicieu la sessió amb GitHub per crear un resum secret"
|
||||
"require_github": "Inicieu la sessió amb GitHub per crear un resum secret",
|
||||
"title": "Export"
|
||||
},
|
||||
"folder": {
|
||||
"created": "S'ha creat la carpeta",
|
||||
|
||||
@@ -162,12 +162,12 @@
|
||||
"create_new": "已创建新环境",
|
||||
"edit": "编辑环境",
|
||||
"invalid_name": "请提供有效的环境名称",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels",
|
||||
"new": "新建环境",
|
||||
"no_environment": "无环境",
|
||||
"select": "选择环境",
|
||||
"title": "环境",
|
||||
"variable_list": "变量列表",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels"
|
||||
"variable_list": "变量列表"
|
||||
},
|
||||
"error": {
|
||||
"browser_support_sse": "该浏览器似乎不支持 SSE。",
|
||||
@@ -176,6 +176,7 @@
|
||||
"empty_req_name": "空请求名称",
|
||||
"f12_details": "(F12 详情)",
|
||||
"gql_prettify_invalid_query": "无法美化无效的查询,处理查询语法错误并重试",
|
||||
"incomplete_config_urls": "Incomplete configuration URLs",
|
||||
"incorrect_email": "电子邮箱错误",
|
||||
"invalid_link": "无效链接",
|
||||
"invalid_link_description": "你点击的链接无效或已过期。",
|
||||
@@ -188,11 +189,11 @@
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
},
|
||||
"export": {
|
||||
"title": "Export",
|
||||
"as_json": "导出为 JSON",
|
||||
"create_secret_gist": "创建私密 Gist",
|
||||
"gist_created": "已创建 Gist",
|
||||
"require_github": "使用 GitHub 登录以创建私密 Gist"
|
||||
"require_github": "使用 GitHub 登录以创建私密 Gist",
|
||||
"title": "Export"
|
||||
},
|
||||
"folder": {
|
||||
"created": "已创建文件夹",
|
||||
|
||||
@@ -162,12 +162,12 @@
|
||||
"create_new": "Vytvořit nové prostředí",
|
||||
"edit": "Upravit prostředí",
|
||||
"invalid_name": "Zadejte platný název prostředí",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels",
|
||||
"new": "Nové prostředí",
|
||||
"no_environment": "Žádné prostředí",
|
||||
"select": "Vyberte prostředí",
|
||||
"title": "Prostředí",
|
||||
"variable_list": "Seznam proměnných",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels"
|
||||
"variable_list": "Seznam proměnných"
|
||||
},
|
||||
"error": {
|
||||
"browser_support_sse": "Zdá se, že tento prohlížeč nemá podporu událostí odeslaných serverem.",
|
||||
@@ -176,6 +176,7 @@
|
||||
"empty_req_name": "Název prázdného požadavku",
|
||||
"f12_details": "(F12 pro podrobnosti)",
|
||||
"gql_prettify_invalid_query": "Neplatný dotaz nelze předběžně upravit, vyřešit chyby syntaxe dotazu a zkusit to znovu",
|
||||
"incomplete_config_urls": "Incomplete configuration URLs",
|
||||
"incorrect_email": "Incorrect email",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "The link you clicked is invalid or expired.",
|
||||
@@ -188,11 +189,11 @@
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
},
|
||||
"export": {
|
||||
"title": "Export",
|
||||
"as_json": "Exportovat jako JSON",
|
||||
"create_secret_gist": "Vytvořte tajnou podstatu",
|
||||
"gist_created": "Podstata vytvořena",
|
||||
"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"
|
||||
},
|
||||
"folder": {
|
||||
"created": "Složka vytvořena",
|
||||
|
||||
@@ -162,12 +162,12 @@
|
||||
"create_new": "Skab nyt miljø",
|
||||
"edit": "Rediger miljø",
|
||||
"invalid_name": "Angiv et gyldigt navn på miljøet",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels",
|
||||
"new": "Nyt miljø",
|
||||
"no_environment": "Intet miljø",
|
||||
"select": "Vælg miljø",
|
||||
"title": "Miljøer",
|
||||
"variable_list": "Variabel liste",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels"
|
||||
"variable_list": "Variabel liste"
|
||||
},
|
||||
"error": {
|
||||
"browser_support_sse": "Det ser ikke ud til, at denne browser understøtter Server Sent Events.",
|
||||
@@ -176,6 +176,7 @@
|
||||
"empty_req_name": "Tom anmodningsnavn",
|
||||
"f12_details": "(F12 for detaljer)",
|
||||
"gql_prettify_invalid_query": "Kunne ikke prætificere en ugyldig forespørgsel, løse forespørgselssyntaksfejl og prøve igen",
|
||||
"incomplete_config_urls": "Incomplete configuration URLs",
|
||||
"incorrect_email": "Incorrect email",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "The link you clicked is invalid or expired.",
|
||||
@@ -188,11 +189,11 @@
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
},
|
||||
"export": {
|
||||
"title": "Export",
|
||||
"as_json": "Eksporter som JSON",
|
||||
"create_secret_gist": "Opret hemmelig Gist",
|
||||
"gist_created": "Gist skabt",
|
||||
"require_github": "Log ind med GitHub for at skabe hemmelig kerne"
|
||||
"require_github": "Log ind med GitHub for at skabe hemmelig kerne",
|
||||
"title": "Export"
|
||||
},
|
||||
"folder": {
|
||||
"created": "Mappe oprettet",
|
||||
|
||||
@@ -162,12 +162,12 @@
|
||||
"create_new": "Neue Umgebung schaffen",
|
||||
"edit": "Umgebung bearbeiten",
|
||||
"invalid_name": "Bitte geben Sie einen gültigen Namen für die Umgebung an",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels",
|
||||
"new": "Neue Umgebung",
|
||||
"no_environment": "Keine Umgebung",
|
||||
"select": "Umgebung auswählen",
|
||||
"title": "Umgebungen",
|
||||
"variable_list": "Variablenliste",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels"
|
||||
"variable_list": "Variablenliste"
|
||||
},
|
||||
"error": {
|
||||
"browser_support_sse": "Dieser Browser scheint keine Unterstützung für vom Server gesendete Ereignisse zu haben.",
|
||||
@@ -176,6 +176,7 @@
|
||||
"empty_req_name": "Leerer Anfragename",
|
||||
"f12_details": "(F12 für Details)",
|
||||
"gql_prettify_invalid_query": "Eine ungültige Abfrage konnte nicht verschönert werden, Fehler in der Abfragesyntax konnten nicht behoben und erneut versucht werden",
|
||||
"incomplete_config_urls": "Incomplete configuration URLs",
|
||||
"incorrect_email": "Incorrect email",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "The link you clicked is invalid or expired.",
|
||||
@@ -188,11 +189,11 @@
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
},
|
||||
"export": {
|
||||
"title": "Export",
|
||||
"as_json": "Als JSON exportieren",
|
||||
"create_secret_gist": "Erstellen Sie geheime Gist",
|
||||
"gist_created": "Inhalt erstellt",
|
||||
"require_github": "Melden Sie sich bei GitHub an, um geheime Inhalte zu erstellen"
|
||||
"require_github": "Melden Sie sich bei GitHub an, um geheime Inhalte zu erstellen",
|
||||
"title": "Export"
|
||||
},
|
||||
"folder": {
|
||||
"created": "Ordner erstellt",
|
||||
|
||||
@@ -162,12 +162,12 @@
|
||||
"create_new": "Δημιουργήστε νέο περιβάλλον",
|
||||
"edit": "Επεξεργασία Περιβάλλοντος",
|
||||
"invalid_name": "Καταχωρίστε ένα έγκυρο όνομα για το περιβάλλον",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels",
|
||||
"new": "Νέο Περιβάλλον",
|
||||
"no_environment": "Χωρίς περιβάλλον",
|
||||
"select": "Επιλέξτε περιβάλλον",
|
||||
"title": "Περιβάλλοντα",
|
||||
"variable_list": "Λίστα μεταβλητών",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels"
|
||||
"variable_list": "Λίστα μεταβλητών"
|
||||
},
|
||||
"error": {
|
||||
"browser_support_sse": "Αυτό το πρόγραμμα περιήγησης δεν φαίνεται να υποστηρίζει διακομιστές που έχουν σταλεί συμβάντα.",
|
||||
@@ -176,6 +176,7 @@
|
||||
"empty_req_name": "Όνομα κενού αιτήματος",
|
||||
"f12_details": "(F12 για λεπτομέρειες)",
|
||||
"gql_prettify_invalid_query": "Δεν ήταν δυνατή η προεπιλογή ενός μη έγκυρου ερωτήματος, η επίλυση σφαλμάτων σύνταξης ερωτήματος και η δοκιμή ξανά",
|
||||
"incomplete_config_urls": "Incomplete configuration URLs",
|
||||
"incorrect_email": "Incorrect email",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "The link you clicked is invalid or expired.",
|
||||
@@ -188,11 +189,11 @@
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
},
|
||||
"export": {
|
||||
"title": "Export",
|
||||
"as_json": "Εξαγωγή ως JSON",
|
||||
"create_secret_gist": "Δημιουργήστε μυστική ουσία",
|
||||
"gist_created": "Η ουσία δημιουργήθηκε",
|
||||
"require_github": "Συνδεθείτε με το GitHub για να δημιουργήσετε μυστική ουσία"
|
||||
"require_github": "Συνδεθείτε με το GitHub για να δημιουργήσετε μυστική ουσία",
|
||||
"title": "Export"
|
||||
},
|
||||
"folder": {
|
||||
"created": "Ο φάκελος δημιουργήθηκε",
|
||||
|
||||
@@ -162,12 +162,12 @@
|
||||
"create_new": "Create new environment",
|
||||
"edit": "Edit Environment",
|
||||
"invalid_name": "Please provide a name for the environment",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels",
|
||||
"new": "New Environment",
|
||||
"no_environment": "No environment",
|
||||
"select": "Select environment",
|
||||
"title": "Environments",
|
||||
"variable_list": "Variable List",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels"
|
||||
"variable_list": "Variable List"
|
||||
},
|
||||
"error": {
|
||||
"browser_support_sse": "This browser doesn't seems to have Server Sent Events support.",
|
||||
@@ -176,6 +176,7 @@
|
||||
"empty_req_name": "Empty Request Name",
|
||||
"f12_details": "(F12 for details)",
|
||||
"gql_prettify_invalid_query": "Couldn't prettify an invalid query, solve query syntax errors and try again",
|
||||
"incomplete_config_urls": "Incomplete configuration URLs",
|
||||
"incorrect_email": "Incorrect email",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "The link you clicked is invalid or expired.",
|
||||
@@ -188,11 +189,11 @@
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
},
|
||||
"export": {
|
||||
"title": "Export",
|
||||
"as_json": "Export as JSON",
|
||||
"create_secret_gist": "Create secret Gist",
|
||||
"gist_created": "Gist created",
|
||||
"require_github": "Login with GitHub to create secret gist"
|
||||
"require_github": "Login with GitHub to create secret gist",
|
||||
"title": "Export"
|
||||
},
|
||||
"folder": {
|
||||
"created": "Folder created",
|
||||
|
||||
@@ -162,12 +162,12 @@
|
||||
"create_new": "Crea un nuevo entorno",
|
||||
"edit": "Editar entorno",
|
||||
"invalid_name": "Proporcione un nombre válido para el entorno.",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels",
|
||||
"new": "Nuevo entorno",
|
||||
"no_environment": "Sin entorno",
|
||||
"select": "Seleccionar entorno",
|
||||
"title": "Entornos",
|
||||
"variable_list": "Lista de variables",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels"
|
||||
"variable_list": "Lista de variables"
|
||||
},
|
||||
"error": {
|
||||
"browser_support_sse": "Este navegador no parece ser compatible con los eventos enviados por el servidor.",
|
||||
@@ -176,6 +176,7 @@
|
||||
"empty_req_name": "Nombre de petición vacío",
|
||||
"f12_details": "(F12 para más detalles)",
|
||||
"gql_prettify_invalid_query": "No se puede aplicar prettify a una consulta no válida, resuelva los errores de sintaxis de la consulta y vuelva a intentarlo",
|
||||
"incomplete_config_urls": "Incomplete configuration URLs",
|
||||
"incorrect_email": "Incorrect email",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "The link you clicked is invalid or expired.",
|
||||
@@ -188,11 +189,11 @@
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
},
|
||||
"export": {
|
||||
"title": "Export",
|
||||
"as_json": "Exportar como JSON",
|
||||
"create_secret_gist": "Crear un Gist secreto",
|
||||
"gist_created": "Gist creado",
|
||||
"require_github": "Inicie sesión con GitHub para crear un Gist secreto"
|
||||
"require_github": "Inicie sesión con GitHub para crear un Gist secreto",
|
||||
"title": "Export"
|
||||
},
|
||||
"folder": {
|
||||
"created": "Carpeta creada",
|
||||
|
||||
@@ -162,12 +162,12 @@
|
||||
"create_new": "Luo uusi ympäristö",
|
||||
"edit": "Muokkaa ympäristöä",
|
||||
"invalid_name": "Anna ympäristölle kelvollinen nimi",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels",
|
||||
"new": "Uusi ympäristö",
|
||||
"no_environment": "Ei ympäristöä",
|
||||
"select": "Valitse ympäristö",
|
||||
"title": "Ympäristöt",
|
||||
"variable_list": "Muuttujien luettelo",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels"
|
||||
"variable_list": "Muuttujien luettelo"
|
||||
},
|
||||
"error": {
|
||||
"browser_support_sse": "Tämä selain ei näytä tukevan palvelimen lähettämiä tapahtumia.",
|
||||
@@ -176,6 +176,7 @@
|
||||
"empty_req_name": "Tyhjä pyynnön nimi",
|
||||
"f12_details": "(F12 lisätietoja)",
|
||||
"gql_prettify_invalid_query": "Virheellistä kyselyä ei voitu määrittää, ratkaista kyselyn syntaksivirheet ja yrittää uudelleen",
|
||||
"incomplete_config_urls": "Incomplete configuration URLs",
|
||||
"incorrect_email": "Incorrect email",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "The link you clicked is invalid or expired.",
|
||||
@@ -188,11 +189,11 @@
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
},
|
||||
"export": {
|
||||
"title": "Export",
|
||||
"as_json": "Vie JSON -muodossa",
|
||||
"create_secret_gist": "Luo salainen ydin",
|
||||
"gist_created": "Gist luotu",
|
||||
"require_github": "Kirjaudu sisään GitHubilla luodaksesi salaisen sisällön"
|
||||
"require_github": "Kirjaudu sisään GitHubilla luodaksesi salaisen sisällön",
|
||||
"title": "Export"
|
||||
},
|
||||
"folder": {
|
||||
"created": "Kansio luotu",
|
||||
|
||||
@@ -162,12 +162,12 @@
|
||||
"create_new": "Créer un nouvel environnement",
|
||||
"edit": "Modifier l'environnement",
|
||||
"invalid_name": "Veuillez fournir un nom valide pour l'environnement",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels",
|
||||
"new": "Nouvel environnement",
|
||||
"no_environment": "Pas d'environnement",
|
||||
"select": "Sélectionnez l'environnement",
|
||||
"title": "Environnements",
|
||||
"variable_list": "Liste des variables",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels"
|
||||
"variable_list": "Liste des variables"
|
||||
},
|
||||
"error": {
|
||||
"browser_support_sse": "Ce navigateur ne semble pas prendre en charge les événements envoyés par le serveur.",
|
||||
@@ -176,6 +176,7 @@
|
||||
"empty_req_name": "Nom de la requête vide",
|
||||
"f12_details": "(F12 pour les détails)",
|
||||
"gql_prettify_invalid_query": "Impossible de formater une requête non valide, résolvez les erreurs de syntaxe de la requête et réessayer",
|
||||
"incomplete_config_urls": "Incomplete configuration URLs",
|
||||
"incorrect_email": "Incorrect email",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "The link you clicked is invalid or expired.",
|
||||
@@ -188,11 +189,11 @@
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
},
|
||||
"export": {
|
||||
"title": "Export",
|
||||
"as_json": "Exporter au format JSON",
|
||||
"create_secret_gist": "Créer un Gist secret",
|
||||
"gist_created": "Gist créé",
|
||||
"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": "Export"
|
||||
},
|
||||
"folder": {
|
||||
"created": "Dossier créé",
|
||||
|
||||
@@ -162,12 +162,12 @@
|
||||
"create_new": "צור סביבה חדשה",
|
||||
"edit": "ערוך את הסביבה",
|
||||
"invalid_name": "אנא ספק שם חוקי לסביבה",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels",
|
||||
"new": "סביבה חדשה",
|
||||
"no_environment": "אין סביבה",
|
||||
"select": "בחר סביבה",
|
||||
"title": "סביבות",
|
||||
"variable_list": "רשימת משתנים",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels"
|
||||
"variable_list": "רשימת משתנים"
|
||||
},
|
||||
"error": {
|
||||
"browser_support_sse": "נראה שלדפדפן זה אין תמיכה באירועי שרת נשלח.",
|
||||
@@ -176,6 +176,7 @@
|
||||
"empty_req_name": "שם הבקשה ריק",
|
||||
"f12_details": "(F12 לפרטים)",
|
||||
"gql_prettify_invalid_query": "לא ניתן היה לייפות שאילתה לא חוקית, לפתור שגיאות תחביר שאילתות ולנסות שוב",
|
||||
"incomplete_config_urls": "Incomplete configuration URLs",
|
||||
"incorrect_email": "Incorrect email",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "The link you clicked is invalid or expired.",
|
||||
@@ -188,11 +189,11 @@
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
},
|
||||
"export": {
|
||||
"title": "Export",
|
||||
"as_json": "ייצא כ- JSON",
|
||||
"create_secret_gist": "צור גיסט סודי",
|
||||
"gist_created": "גיסט נוצר",
|
||||
"require_github": "התחבר עם GitHub כדי ליצור תמצית סודית"
|
||||
"require_github": "התחבר עם GitHub כדי ליצור תמצית סודית",
|
||||
"title": "Export"
|
||||
},
|
||||
"folder": {
|
||||
"created": "תיקייה נוצרה",
|
||||
|
||||
@@ -162,12 +162,12 @@
|
||||
"create_new": "Új környezet létrehozása",
|
||||
"edit": "Környezet szerkesztése",
|
||||
"invalid_name": "Adjon nevet a környezetnek",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels",
|
||||
"new": "Új környezet",
|
||||
"no_environment": "Nincs környezet",
|
||||
"select": "Környezet kiválasztása",
|
||||
"title": "Környezetek",
|
||||
"variable_list": "Változólista",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels"
|
||||
"variable_list": "Változólista"
|
||||
},
|
||||
"error": {
|
||||
"browser_support_sse": "Úgy tűnik, hogy ez a böngésző nem támogatja a kiszolgáló által küldött eseményeket.",
|
||||
@@ -176,6 +176,7 @@
|
||||
"empty_req_name": "Üres kérésnév",
|
||||
"f12_details": "(F12 a részletekért)",
|
||||
"gql_prettify_invalid_query": "Nem sikerült csinosítani egy érvénytelen lekérdezést, oldja meg a lekérdezés szintaktikai hibáit, és próbálja újra",
|
||||
"incomplete_config_urls": "Incomplete configuration URLs",
|
||||
"incorrect_email": "Hibás e-mail",
|
||||
"invalid_link": "Érvénytelen hivatkozás",
|
||||
"invalid_link_description": "A kattintott hivatkozás érvénytelen vagy lejárt.",
|
||||
@@ -188,11 +189,11 @@
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
},
|
||||
"export": {
|
||||
"title": "Export",
|
||||
"as_json": "Exportálás JSON formátumban",
|
||||
"create_secret_gist": "Titkos Gist létrehozása",
|
||||
"gist_created": "Gist létrehozva",
|
||||
"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"
|
||||
},
|
||||
"folder": {
|
||||
"created": "Mappa létrehozva",
|
||||
|
||||
@@ -162,12 +162,12 @@
|
||||
"create_new": "Crea un nuovo ambiente",
|
||||
"edit": "Modifica ambiente",
|
||||
"invalid_name": "Si prega di fornire un nome valido per l'ambiente",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels",
|
||||
"new": "Nuovo ambiente",
|
||||
"no_environment": "Nessun ambiente",
|
||||
"select": "Seleziona ambiente",
|
||||
"title": "Ambienti",
|
||||
"variable_list": "Elenco variabili",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels"
|
||||
"variable_list": "Elenco variabili"
|
||||
},
|
||||
"error": {
|
||||
"browser_support_sse": "Questo browser non sembra supportare gli eventi inviati dal server (Server Sent Events).",
|
||||
@@ -176,6 +176,7 @@
|
||||
"empty_req_name": "Nome richiesta vuoto",
|
||||
"f12_details": "(F12 per i dettagli)",
|
||||
"gql_prettify_invalid_query": "Impossibile abbellire una query non valida, risolvere gli errori di sintassi della query e riprovare",
|
||||
"incomplete_config_urls": "Incomplete configuration URLs",
|
||||
"incorrect_email": "Indirizzo email errato",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "The link you clicked is invalid or expired.",
|
||||
@@ -188,11 +189,11 @@
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
},
|
||||
"export": {
|
||||
"title": "Export",
|
||||
"as_json": "Esporta come JSON",
|
||||
"create_secret_gist": "Crea un Gist segreto",
|
||||
"gist_created": "Gist creato",
|
||||
"require_github": "Accedi con GitHub per creare un Gist segreto"
|
||||
"require_github": "Accedi con GitHub per creare un Gist segreto",
|
||||
"title": "Export"
|
||||
},
|
||||
"folder": {
|
||||
"created": "Cartella creata",
|
||||
|
||||
@@ -162,12 +162,12 @@
|
||||
"create_new": "新しい環境を作成する",
|
||||
"edit": "環境の編集",
|
||||
"invalid_name": "環境の有効な名前を入力してください",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels",
|
||||
"new": "新しい環境",
|
||||
"no_environment": "環境なし",
|
||||
"select": "環境を選択する",
|
||||
"title": "環境",
|
||||
"variable_list": "変数リスト",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels"
|
||||
"variable_list": "変数リスト"
|
||||
},
|
||||
"error": {
|
||||
"browser_support_sse": "このブラウザはサーバー送信イベントをサポートしていないようです。",
|
||||
@@ -176,6 +176,7 @@
|
||||
"empty_req_name": "空のリクエスト名",
|
||||
"f12_details": "(詳細はF12)",
|
||||
"gql_prettify_invalid_query": "無効なクエリをプリティファイし、クエリ構文エラーを解決して、再試行できませんでした",
|
||||
"incomplete_config_urls": "Incomplete configuration URLs",
|
||||
"incorrect_email": "Incorrect email",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "The link you clicked is invalid or expired.",
|
||||
@@ -188,11 +189,11 @@
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
},
|
||||
"export": {
|
||||
"title": "Export",
|
||||
"as_json": "JSONとしてエクスポート",
|
||||
"create_secret_gist": "秘密の要点を作成する",
|
||||
"gist_created": "作成した要点",
|
||||
"require_github": "GitHubにログインして、秘密の要点を作成します"
|
||||
"require_github": "GitHubにログインして、秘密の要点を作成します",
|
||||
"title": "Export"
|
||||
},
|
||||
"folder": {
|
||||
"created": "作成されたフォルダ",
|
||||
|
||||
@@ -162,12 +162,12 @@
|
||||
"create_new": "새로운 환경 만들기",
|
||||
"edit": "환경 편집",
|
||||
"invalid_name": "환경에 대한 올바른 이름을 입력하세요.",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels",
|
||||
"new": "새로운 환경",
|
||||
"no_environment": "환경 없음",
|
||||
"select": "환경 선택",
|
||||
"title": "환경",
|
||||
"variable_list": "변수 목록",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels"
|
||||
"variable_list": "변수 목록"
|
||||
},
|
||||
"error": {
|
||||
"browser_support_sse": "이 브라우저는 서버 전송 이벤트를 지원하지 않는 것 같습니다.",
|
||||
@@ -176,6 +176,7 @@
|
||||
"empty_req_name": "빈 요청 이름",
|
||||
"f12_details": "(자세한 내용은 F12)",
|
||||
"gql_prettify_invalid_query": "잘못된 쿼리를 예쁘게 만들 수 없습니다. 쿼리 구문 오류를 해결하고 다시 시도하세요.",
|
||||
"incomplete_config_urls": "Incomplete configuration URLs",
|
||||
"incorrect_email": "Incorrect email",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "The link you clicked is invalid or expired.",
|
||||
@@ -188,11 +189,11 @@
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
},
|
||||
"export": {
|
||||
"title": "Export",
|
||||
"as_json": "JSON으로 내보내기",
|
||||
"create_secret_gist": "Secret gist 만들기",
|
||||
"gist_created": "생성된 요지",
|
||||
"require_github": "GitHub에 로그인하여 secret gist 만들기"
|
||||
"require_github": "GitHub에 로그인하여 secret gist 만들기",
|
||||
"title": "Export"
|
||||
},
|
||||
"folder": {
|
||||
"created": "폴더 생성됨",
|
||||
|
||||
@@ -162,12 +162,12 @@
|
||||
"create_new": "Nieuwe omgeving maken",
|
||||
"edit": "Omgeving bewerken",
|
||||
"invalid_name": "Geef een geldige naam op voor de omgeving",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels",
|
||||
"new": "Nieuwe omgeving",
|
||||
"no_environment": "Geen omgeving",
|
||||
"select": "Selecteer omgeving",
|
||||
"title": "omgevingen",
|
||||
"variable_list": "Variabele lijst",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels"
|
||||
"variable_list": "Variabele lijst"
|
||||
},
|
||||
"error": {
|
||||
"browser_support_sse": "Deze browser lijkt geen ondersteuning te hebben voor door de server verzonden gebeurtenissen.",
|
||||
@@ -176,6 +176,7 @@
|
||||
"empty_req_name": "Lege aanvraagnaam",
|
||||
"f12_details": "(F12 voor details)",
|
||||
"gql_prettify_invalid_query": "Kon een ongeldige zoekopdracht niet mooier maken, syntaxisfouten in de query oplossen en opnieuw proberen",
|
||||
"incomplete_config_urls": "Incomplete configuration URLs",
|
||||
"incorrect_email": "Incorrect email",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "The link you clicked is invalid or expired.",
|
||||
@@ -188,11 +189,11 @@
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
},
|
||||
"export": {
|
||||
"title": "Export",
|
||||
"as_json": "Exporteren als JSON",
|
||||
"create_secret_gist": "Maak geheime kern",
|
||||
"gist_created": "Kern gemaakt",
|
||||
"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"
|
||||
},
|
||||
"folder": {
|
||||
"created": "Map aangemaakt",
|
||||
|
||||
@@ -162,12 +162,12 @@
|
||||
"create_new": "Skap nytt miljø",
|
||||
"edit": "Rediger miljø",
|
||||
"invalid_name": "Oppgi et gyldig navn på miljøet",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels",
|
||||
"new": "Nytt miljø",
|
||||
"no_environment": "Ingen miljø",
|
||||
"select": "Velg miljø",
|
||||
"title": "Miljøer",
|
||||
"variable_list": "Variabel liste",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels"
|
||||
"variable_list": "Variabel liste"
|
||||
},
|
||||
"error": {
|
||||
"browser_support_sse": "Denne nettleseren ser ikke ut til å ha Server Sent Events -støtte.",
|
||||
@@ -176,6 +176,7 @@
|
||||
"empty_req_name": "Tom forespørselsnavn",
|
||||
"f12_details": "(F12 for detaljer)",
|
||||
"gql_prettify_invalid_query": "Kunne ikke forskjønne en ugyldig spørring, løse spørringssyntaksfeil og prøve igjen",
|
||||
"incomplete_config_urls": "Incomplete configuration URLs",
|
||||
"incorrect_email": "Incorrect email",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "The link you clicked is invalid or expired.",
|
||||
@@ -188,11 +189,11 @@
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
},
|
||||
"export": {
|
||||
"title": "Export",
|
||||
"as_json": "Eksporter som JSON",
|
||||
"create_secret_gist": "Lag hemmelig Gist",
|
||||
"gist_created": "Gist opprettet",
|
||||
"require_github": "Logg på med GitHub for å lage en hemmelig oppgave"
|
||||
"require_github": "Logg på med GitHub for å lage en hemmelig oppgave",
|
||||
"title": "Export"
|
||||
},
|
||||
"folder": {
|
||||
"created": "Mappen er opprettet",
|
||||
|
||||
@@ -162,12 +162,12 @@
|
||||
"create_new": "Stwórz nowe środowisko",
|
||||
"edit": "Edytuj środowisko",
|
||||
"invalid_name": "Podaj prawidłową nazwę środowiska",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels",
|
||||
"new": "Nowe środowisko",
|
||||
"no_environment": "Brak środowiska",
|
||||
"select": "Wybierz środowisko",
|
||||
"title": "Środowiska",
|
||||
"variable_list": "Lista zmiennych",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels"
|
||||
"variable_list": "Lista zmiennych"
|
||||
},
|
||||
"error": {
|
||||
"browser_support_sse": "Wygląda na to, że ta przeglądarka nie obsługuje zdarzeń wysłanych przez serwer.",
|
||||
@@ -176,6 +176,7 @@
|
||||
"empty_req_name": "Pusta nazwa żądania",
|
||||
"f12_details": "(F12 po szczegóły)",
|
||||
"gql_prettify_invalid_query": "Nie można poprawić czytelności nieprawidłowego zapytania, napraw błędy składni zapytania i spróbuj ponownie",
|
||||
"incomplete_config_urls": "Incomplete configuration URLs",
|
||||
"incorrect_email": "Incorrect email",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "The link you clicked is invalid or expired.",
|
||||
@@ -188,11 +189,11 @@
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
},
|
||||
"export": {
|
||||
"title": "Export",
|
||||
"as_json": "Eksportuj jako JSON",
|
||||
"create_secret_gist": "Utwórz tajny Gist",
|
||||
"gist_created": "Utworzono Gist",
|
||||
"require_github": "Zaloguj się za pomocą GitHub, aby utworzyć tajny Gist"
|
||||
"require_github": "Zaloguj się za pomocą GitHub, aby utworzyć tajny Gist",
|
||||
"title": "Export"
|
||||
},
|
||||
"folder": {
|
||||
"created": "Utworzono folder",
|
||||
|
||||
@@ -162,12 +162,12 @@
|
||||
"create_new": "Crie um novo ambiente",
|
||||
"edit": "Editar Ambiente",
|
||||
"invalid_name": "Forneça um nome válido para o ambiente",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels",
|
||||
"new": "Novo ambiente",
|
||||
"no_environment": "Sem ambiente",
|
||||
"select": "Selecione o ambiente",
|
||||
"title": "Ambientes",
|
||||
"variable_list": "Lista de Variáveis",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels"
|
||||
"variable_list": "Lista de Variáveis"
|
||||
},
|
||||
"error": {
|
||||
"browser_support_sse": "Este navegador não parece ter suporte para eventos enviados pelo servidor.",
|
||||
@@ -176,6 +176,7 @@
|
||||
"empty_req_name": "Nome do pedido vazio",
|
||||
"f12_details": "(F12 para detalhes)",
|
||||
"gql_prettify_invalid_query": "Não foi possível justificar uma consulta inválida, resolva os erros de sintaxe da consulta e tente novamente",
|
||||
"incomplete_config_urls": "Incomplete configuration URLs",
|
||||
"incorrect_email": "Incorrect email",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "The link you clicked is invalid or expired.",
|
||||
@@ -188,11 +189,11 @@
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
},
|
||||
"export": {
|
||||
"title": "Export",
|
||||
"as_json": "Exportar como JSON",
|
||||
"create_secret_gist": "Crie uma essência secreta",
|
||||
"gist_created": "Gist criado",
|
||||
"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"
|
||||
},
|
||||
"folder": {
|
||||
"created": "Pasta criada",
|
||||
|
||||
@@ -162,12 +162,12 @@
|
||||
"create_new": "Crie um novo ambiente",
|
||||
"edit": "Editar Ambiente",
|
||||
"invalid_name": "Forneça um nome válido para o ambiente",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels",
|
||||
"new": "Novo ambiente",
|
||||
"no_environment": "Sem ambiente",
|
||||
"select": "Selecione o ambiente",
|
||||
"title": "Ambientes",
|
||||
"variable_list": "Lista de Variáveis",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels"
|
||||
"variable_list": "Lista de Variáveis"
|
||||
},
|
||||
"error": {
|
||||
"browser_support_sse": "Este navegador não parece ter suporte para eventos enviados pelo servidor.",
|
||||
@@ -176,6 +176,7 @@
|
||||
"empty_req_name": "Nome do pedido vazio",
|
||||
"f12_details": "(F12 para detalhes)",
|
||||
"gql_prettify_invalid_query": "Não foi possível justificar uma consulta inválida, resolva os erros de sintaxe da consulta e tente novamente",
|
||||
"incomplete_config_urls": "Incomplete configuration URLs",
|
||||
"incorrect_email": "Incorrect email",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "The link you clicked is invalid or expired.",
|
||||
@@ -188,11 +189,11 @@
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
},
|
||||
"export": {
|
||||
"title": "Export",
|
||||
"as_json": "Exportar como JSON",
|
||||
"create_secret_gist": "Crie uma essência secreta",
|
||||
"gist_created": "Gist criado",
|
||||
"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"
|
||||
},
|
||||
"folder": {
|
||||
"created": "Pasta criada",
|
||||
|
||||
@@ -162,12 +162,12 @@
|
||||
"create_new": "Creați un mediu nou",
|
||||
"edit": "Editați mediul",
|
||||
"invalid_name": "Vă rugăm să furnizați un nume valid pentru mediu",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels",
|
||||
"new": "Noul mediu",
|
||||
"no_environment": "Fără mediu",
|
||||
"select": "Selectați mediul",
|
||||
"title": "Medii",
|
||||
"variable_list": "Lista variabilelor",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels"
|
||||
"variable_list": "Lista variabilelor"
|
||||
},
|
||||
"error": {
|
||||
"browser_support_sse": "Acest browser pare să nu aibă suport pentru Server Sent Events.",
|
||||
@@ -176,6 +176,7 @@
|
||||
"empty_req_name": "Nume cerere goală",
|
||||
"f12_details": "(F12 pentru detalii)",
|
||||
"gql_prettify_invalid_query": "Nu am putut preta o interogare nevalidă, rezolvarea erorilor de sintaxă a interogării și încercați din nou",
|
||||
"incomplete_config_urls": "Incomplete configuration URLs",
|
||||
"incorrect_email": "Incorrect email",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "The link you clicked is invalid or expired.",
|
||||
@@ -188,11 +189,11 @@
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
},
|
||||
"export": {
|
||||
"title": "Export",
|
||||
"as_json": "Exportați ca JSON",
|
||||
"create_secret_gist": "Creați secțiunea secretă",
|
||||
"gist_created": "Gist creat",
|
||||
"require_github": "Conectați-vă cu GitHub pentru a crea o idee secretă"
|
||||
"require_github": "Conectați-vă cu GitHub pentru a crea o idee secretă",
|
||||
"title": "Export"
|
||||
},
|
||||
"folder": {
|
||||
"created": "Folder creat",
|
||||
|
||||
@@ -162,12 +162,12 @@
|
||||
"create_new": "Создать новую среду",
|
||||
"edit": "Редактировать среду",
|
||||
"invalid_name": "Укажите допустимое имя для среды",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels",
|
||||
"new": "Новая среда",
|
||||
"no_environment": "Нет окружающей среды",
|
||||
"select": "Выберите среду",
|
||||
"title": "Среды",
|
||||
"variable_list": "Список переменных",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels"
|
||||
"variable_list": "Список переменных"
|
||||
},
|
||||
"error": {
|
||||
"browser_support_sse": "Похоже, в этом браузере нет поддержки событий, отправленных сервером.",
|
||||
@@ -176,6 +176,7 @@
|
||||
"empty_req_name": "Пустое имя запроса",
|
||||
"f12_details": "(F12 для подробностей)",
|
||||
"gql_prettify_invalid_query": "Не удалось определить недопустимый запрос, устранить синтаксические ошибки запроса и повторить попытку.",
|
||||
"incomplete_config_urls": "Incomplete configuration URLs",
|
||||
"incorrect_email": "Incorrect email",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "Ссылка, по которой вы перешли, - недействительна, либо срок ее действия истек.",
|
||||
@@ -188,11 +189,11 @@
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
},
|
||||
"export": {
|
||||
"title": "Export",
|
||||
"as_json": "Экспорт как JSON",
|
||||
"create_secret_gist": "Создать секретный Gist",
|
||||
"gist_created": "Gist создан",
|
||||
"require_github": "Войдите через GitHub, чтобы создать секретную суть"
|
||||
"require_github": "Войдите через GitHub, чтобы создать секретную суть",
|
||||
"title": "Export"
|
||||
},
|
||||
"folder": {
|
||||
"created": "Папка создана",
|
||||
|
||||
@@ -163,12 +163,12 @@
|
||||
"create_new": "Креирајте ново окружење",
|
||||
"edit": "Едит Енвиронмент",
|
||||
"invalid_name": "Наведите важећи назив за окружење",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels",
|
||||
"new": "Ново окружење",
|
||||
"no_environment": "Нема окружења",
|
||||
"select": "Изаберите окружење",
|
||||
"title": "Енвиронментс",
|
||||
"variable_list": "Листа променљивих",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels"
|
||||
"variable_list": "Листа променљивих"
|
||||
},
|
||||
"error": {
|
||||
"browser_support_sse": "Изгледа да овај прегледач нема подршку за Послане догађаје са сервера.",
|
||||
@@ -177,6 +177,7 @@
|
||||
"empty_req_name": "Празан назив захтева",
|
||||
"f12_details": "(Ф12 за детаље)",
|
||||
"gql_prettify_invalid_query": "Није могуће унапредити неважећи упит, решити грешке у синтакси упита и покушати поново",
|
||||
"incomplete_config_urls": "Incomplete configuration URLs",
|
||||
"incorrect_email": "Incorrect email",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "The link you clicked is invalid or expired.",
|
||||
@@ -189,11 +190,11 @@
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
},
|
||||
"export": {
|
||||
"title": "Export",
|
||||
"as_json": "Извези као ЈСОН",
|
||||
"create_secret_gist": "Направите тајну суштину",
|
||||
"gist_created": "Суштина створена",
|
||||
"require_github": "Пријавите се са ГитХуб -ом да бисте креирали тајну суштину"
|
||||
"require_github": "Пријавите се са ГитХуб -ом да бисте креирали тајну суштину",
|
||||
"title": "Export"
|
||||
},
|
||||
"folder": {
|
||||
"created": "Фолдер је креиран",
|
||||
|
||||
@@ -162,12 +162,12 @@
|
||||
"create_new": "Skapa ny miljö",
|
||||
"edit": "Redigera miljö",
|
||||
"invalid_name": "Ange ett giltigt namn på miljön",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels",
|
||||
"new": "Ny miljö",
|
||||
"no_environment": "Ingen miljö",
|
||||
"select": "Välj miljö",
|
||||
"title": "Miljöer",
|
||||
"variable_list": "Variabel lista",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels"
|
||||
"variable_list": "Variabel lista"
|
||||
},
|
||||
"error": {
|
||||
"browser_support_sse": "Den här webbläsaren verkar inte ha stöd för Server Sent Events.",
|
||||
@@ -176,6 +176,7 @@
|
||||
"empty_req_name": "Tom förfrågningsnamn",
|
||||
"f12_details": "(F12 för detaljer)",
|
||||
"gql_prettify_invalid_query": "Det gick inte att pryda en ogiltig fråga, lösa frågesyntaxfel och försök igen",
|
||||
"incomplete_config_urls": "Incomplete configuration URLs",
|
||||
"incorrect_email": "Incorrect email",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "The link you clicked is invalid or expired.",
|
||||
@@ -188,11 +189,11 @@
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
},
|
||||
"export": {
|
||||
"title": "Export",
|
||||
"as_json": "Exportera som JSON",
|
||||
"create_secret_gist": "Skapa hemlig Gist",
|
||||
"gist_created": "Gist skapad",
|
||||
"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"
|
||||
},
|
||||
"folder": {
|
||||
"created": "Mapp skapad",
|
||||
|
||||
@@ -162,12 +162,12 @@
|
||||
"create_new": "Yeni ortam oluştur",
|
||||
"edit": "Ortamı Düzenle",
|
||||
"invalid_name": "Lütfen ortam için geçerli bir ad girin",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels",
|
||||
"new": "Yeni ortam",
|
||||
"no_environment": "Ortam yok",
|
||||
"select": "Ortam seçin",
|
||||
"title": "Ortamlar",
|
||||
"variable_list": "Değişken Listesi",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels"
|
||||
"variable_list": "Değişken Listesi"
|
||||
},
|
||||
"error": {
|
||||
"browser_support_sse": "Bu tarayıcıda Sunucu Gönderilen Olaylar desteği yok gibi görünüyor.",
|
||||
@@ -176,6 +176,7 @@
|
||||
"empty_req_name": "Boş İstek Adı",
|
||||
"f12_details": "(Ayrıntılar için F12)",
|
||||
"gql_prettify_invalid_query": "Geçersiz bir sorgu güzelleştirilemedi, sorgu sözdizimi hatalarını çözüp tekrar deneyin",
|
||||
"incomplete_config_urls": "Incomplete configuration URLs",
|
||||
"incorrect_email": "Incorrect email",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "The link you clicked is invalid or expired.",
|
||||
@@ -188,11 +189,11 @@
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
},
|
||||
"export": {
|
||||
"title": "Export",
|
||||
"as_json": "JSON olarak dışa aktar",
|
||||
"create_secret_gist": "Gizli Gist oluştur",
|
||||
"gist_created": "Gist oluşturuldu",
|
||||
"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": "Export"
|
||||
},
|
||||
"folder": {
|
||||
"created": "Klasör oluşturuldu",
|
||||
|
||||
@@ -162,12 +162,12 @@
|
||||
"create_new": "建立新環境",
|
||||
"edit": "編輯環境",
|
||||
"invalid_name": "請提供有效的環境名稱",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels",
|
||||
"new": "建立環境",
|
||||
"no_environment": "無環境",
|
||||
"select": "選擇環境",
|
||||
"title": "環境",
|
||||
"variable_list": "變數列表",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels"
|
||||
"variable_list": "變數列表"
|
||||
},
|
||||
"error": {
|
||||
"browser_support_sse": "此瀏覽器似乎不支援 SSE。",
|
||||
@@ -176,6 +176,7 @@
|
||||
"empty_req_name": "空請求名稱",
|
||||
"f12_details": "(按下 F12 以獲悉詳情)",
|
||||
"gql_prettify_invalid_query": "無法美化無效的查詢,處理查詢語法錯誤並重試",
|
||||
"incomplete_config_urls": "Incomplete configuration URLs",
|
||||
"incorrect_email": "錯誤的電子信箱",
|
||||
"invalid_link": "連結無效",
|
||||
"invalid_link_description": "您點擊的連結無效或已過期。",
|
||||
@@ -188,11 +189,11 @@
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
},
|
||||
"export": {
|
||||
"title": "Export",
|
||||
"as_json": "匯出為 JSON",
|
||||
"create_secret_gist": "建立私密 Gist",
|
||||
"gist_created": "已建立 Gist",
|
||||
"require_github": "使用 GitHub 登入以建立私密 Gist"
|
||||
"require_github": "使用 GitHub 登入以建立私密 Gist",
|
||||
"title": "Export"
|
||||
},
|
||||
"folder": {
|
||||
"created": "已建立資料夾",
|
||||
|
||||
@@ -162,12 +162,12 @@
|
||||
"create_new": "Створіть нове середовище",
|
||||
"edit": "Редагувати середовище",
|
||||
"invalid_name": "Укажіть дійсну назву середовища",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels",
|
||||
"new": "Нове середовище",
|
||||
"no_environment": "Жодного середовища",
|
||||
"select": "Виберіть середовище",
|
||||
"title": "Середовища",
|
||||
"variable_list": "Список змінних",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels"
|
||||
"variable_list": "Список змінних"
|
||||
},
|
||||
"error": {
|
||||
"browser_support_sse": "Схоже, цей браузер не підтримує події, надіслані сервером.",
|
||||
@@ -176,6 +176,7 @@
|
||||
"empty_req_name": "Пуста назва запиту",
|
||||
"f12_details": "(F12 для деталей)",
|
||||
"gql_prettify_invalid_query": "Не вдалося попередньо визначити недійсний запит, вирішити синтаксичні помилки запиту та повторити спробу",
|
||||
"incomplete_config_urls": "Incomplete configuration URLs",
|
||||
"incorrect_email": "Incorrect email",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "The link you clicked is invalid or expired.",
|
||||
@@ -188,11 +189,11 @@
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
},
|
||||
"export": {
|
||||
"title": "Export",
|
||||
"as_json": "Експортувати як JSON",
|
||||
"create_secret_gist": "Створіть секретну суть",
|
||||
"gist_created": "Суть створена",
|
||||
"require_github": "Увійдіть за допомогою GitHub, щоб створити секретну історію"
|
||||
"require_github": "Увійдіть за допомогою GitHub, щоб створити секретну історію",
|
||||
"title": "Export"
|
||||
},
|
||||
"folder": {
|
||||
"created": "Папка створена",
|
||||
|
||||
@@ -162,12 +162,12 @@
|
||||
"create_new": "Tạo môi trường mới",
|
||||
"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",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels",
|
||||
"new": "Môi trường mới",
|
||||
"no_environment": "Không có môi trường",
|
||||
"select": "Chọn môi trường",
|
||||
"title": "Môi trường",
|
||||
"variable_list": "Danh sách biến",
|
||||
"nested_overflow": "nested environment variables are limited to 10 levels"
|
||||
"variable_list": "Danh sách biến"
|
||||
},
|
||||
"error": {
|
||||
"browser_support_sse": "Trình duyệt này dường như không có hỗ trợ Sự kiện do Máy chủ gửi.",
|
||||
@@ -176,6 +176,7 @@
|
||||
"empty_req_name": "Tên yêu cầu trống",
|
||||
"f12_details": "(F12 để biết chi tiết)",
|
||||
"gql_prettify_invalid_query": "Không thể xác minh trước một truy vấn không hợp lệ, hãy giải quyết các lỗi cú pháp truy vấn và thử lại",
|
||||
"incomplete_config_urls": "Incomplete configuration URLs",
|
||||
"incorrect_email": "Incorrect email",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "The link you clicked is invalid or expired.",
|
||||
@@ -188,11 +189,11 @@
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
},
|
||||
"export": {
|
||||
"title": "Export",
|
||||
"as_json": "Xuất dưới dạng JSON",
|
||||
"create_secret_gist": "Tạo Gist bí mật",
|
||||
"gist_created": "Gist đã tạo",
|
||||
"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"
|
||||
},
|
||||
"folder": {
|
||||
"created": "Thư mục đã được tạo",
|
||||
|
||||
Reference in New Issue
Block a user