feat: migrate to vue 3 + vite (#2553)
Co-authored-by: amk-dev <akash.k.mohan98@gmail.com> Co-authored-by: liyasthomas <liyascthomas@gmail.com>
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
{
|
||||
"action": {
|
||||
"autoscroll": "Autoscroll",
|
||||
"cancel": "Kanselleer",
|
||||
"choose_file": "Kies 'n lêer",
|
||||
"clear": "Duidelik",
|
||||
"clear_all": "Maak alles skoon",
|
||||
"close": "Close",
|
||||
"connect": "Koppel",
|
||||
"copy": "Kopieer",
|
||||
"delete": "Vee uit",
|
||||
@@ -11,8 +13,10 @@
|
||||
"dismiss": "Weier",
|
||||
"dont_save": "Don't save",
|
||||
"download_file": "Aflaai leêr",
|
||||
"drag_to_reorder": "Drag to reorder",
|
||||
"duplicate": "Duplicate",
|
||||
"edit": "Redigeer",
|
||||
"filter_response": "Filter response",
|
||||
"go_back": "Gaan terug",
|
||||
"label": "Etiket",
|
||||
"learn_more": "Leer meer",
|
||||
@@ -20,11 +24,14 @@
|
||||
"more": "Meer",
|
||||
"new": "Nuut",
|
||||
"no": "Geen",
|
||||
"open_workspace": "Open workspace",
|
||||
"paste": "Paste",
|
||||
"prettify": "Prettify",
|
||||
"remove": "Verwyder",
|
||||
"restore": "Herstel",
|
||||
"save": "Stoor",
|
||||
"scroll_to_bottom": "Scroll to bottom",
|
||||
"scroll_to_top": "Scroll to top",
|
||||
"search": "Soek",
|
||||
"send": "Stuur",
|
||||
"start": "Begin",
|
||||
@@ -164,6 +171,7 @@
|
||||
"profile": "Login in to view your profile",
|
||||
"protocols": "Protokolle is leeg",
|
||||
"schema": "Koppel aan 'n GraphQL -eindpunt",
|
||||
"shortcodes": "Shortcodes are empty",
|
||||
"team_name": "Spannaam leeg",
|
||||
"teams": "Spanne is leeg",
|
||||
"tests": "Daar is geen toetse vir hierdie versoek nie"
|
||||
@@ -196,10 +204,13 @@
|
||||
"incorrect_email": "Incorrect email",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "The link you clicked is invalid or expired.",
|
||||
"json_parsing_failed": "Invalid JSON",
|
||||
"json_prettify_invalid_body": "Kon nie 'n ongeldige liggaam mooi maak nie, los json -sintaksisfoute op en probeer weer",
|
||||
"network_error": "There seems to be a network error. Please try again.",
|
||||
"network_fail": "Kon nie versoek stuur nie",
|
||||
"no_duration": "Geen duur nie",
|
||||
"no_results_found": "No matches found",
|
||||
"page_not_found": "This page could not be found",
|
||||
"script_fail": "Kon nie voorafversoekskrip uitvoer nie",
|
||||
"something_went_wrong": "Iets het verkeerd geloop",
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
@@ -265,6 +276,10 @@
|
||||
"from_postman_description": "Import from Postman collection",
|
||||
"from_url": "Import from URL",
|
||||
"gist_url": "Voer Gist URL in",
|
||||
"import_from_url_invalid_fetch": "Couldn't get data from the url",
|
||||
"import_from_url_invalid_file_format": "Error while importing collections",
|
||||
"import_from_url_invalid_type": "Unsupported type. accepted values are 'hoppscotch', 'openapi', 'postman', 'insomnia'",
|
||||
"import_from_url_success": "Collections Imported",
|
||||
"json_description": "Import collections from a Hoppscotch Collections JSON file",
|
||||
"title": "Invoer"
|
||||
},
|
||||
@@ -331,6 +346,11 @@
|
||||
"body": "Versoek liggaam",
|
||||
"choose_language": "Kies taal",
|
||||
"content_type": "Inhoudstipe",
|
||||
"content_type_titles": {
|
||||
"others": "Others",
|
||||
"structured": "Structured",
|
||||
"text": "Text"
|
||||
},
|
||||
"copy_link": "Kopieer skakel",
|
||||
"duration": "Duur",
|
||||
"enter_curl": "Voer cURL in",
|
||||
@@ -360,10 +380,12 @@
|
||||
"title": "Versoek",
|
||||
"type": "Soort versoek",
|
||||
"url": "URL",
|
||||
"variables": "Veranderlikes"
|
||||
"variables": "Veranderlikes",
|
||||
"view_my_links": "View my links"
|
||||
},
|
||||
"response": {
|
||||
"body": "Reaksie liggaam",
|
||||
"filter_response_body": "Filter JSON response body (uses JSONPath syntax)",
|
||||
"headers": "Opskrifte",
|
||||
"html": "HTML",
|
||||
"image": "Beeld",
|
||||
@@ -415,6 +437,8 @@
|
||||
"proxy_use_toggle": "Gebruik die proxy -middelware om versoeke te stuur",
|
||||
"read_the": "Lees die",
|
||||
"reset_default": "Herstel tot standaard",
|
||||
"short_codes": "Short codes",
|
||||
"short_codes_description": "Short codes which were created by you.",
|
||||
"sidebar_on_left": "Sidebar on left",
|
||||
"sync": "Sinchroniseer",
|
||||
"sync_collections": "Versamelings",
|
||||
@@ -428,8 +452,18 @@
|
||||
"theme_description": "Pas u toepassings tema aan.",
|
||||
"use_experimental_url_bar": "Gebruik 'n eksperimentele URL -balk met omgewingsverligting",
|
||||
"user": "Gebruiker",
|
||||
"verified_email": "Verified email",
|
||||
"verify_email": "Verify email"
|
||||
},
|
||||
"shortcodes": {
|
||||
"actions": "Actions",
|
||||
"created_on": "Created on",
|
||||
"deleted": "Shortcode deleted",
|
||||
"method": "Method",
|
||||
"not_found": "Shortcode not found",
|
||||
"short_code": "Short code",
|
||||
"url": "URL"
|
||||
},
|
||||
"shortcut": {
|
||||
"general": {
|
||||
"close_current_menu": "Maak huidige spyskaart toe",
|
||||
@@ -484,6 +518,7 @@
|
||||
},
|
||||
"socketio": {
|
||||
"communication": "Kommunikasie",
|
||||
"connection_not_authorized": "This SocketIO connection does not use any authentication.",
|
||||
"event_name": "Gebeurtenisnaam",
|
||||
"events": "Gebeurtenisse",
|
||||
"log": "Meld",
|
||||
@@ -501,6 +536,9 @@
|
||||
"connected": "Koppel",
|
||||
"connected_to": "Gekoppel aan {naam}",
|
||||
"connecting_to": "Koppel tans aan {naam} ...",
|
||||
"connection_error": "Failed to connect",
|
||||
"connection_failed": "Connection failed",
|
||||
"connection_lost": "Connection lost",
|
||||
"copied_to_clipboard": "Na knipbord gekopieer",
|
||||
"deleted": "Uitgevee",
|
||||
"deprecated": "GEDRAGTEER",
|
||||
@@ -515,8 +553,17 @@
|
||||
"history_deleted": "Geskiedenis uitgevee",
|
||||
"linewrap": "Draai lyne toe",
|
||||
"loading": "Laai tans ...",
|
||||
"message_received": "Message: {message} arrived on topic: {topic}",
|
||||
"mqtt_subscription_failed": "Something went wrong while subscribing to topic: {topic}",
|
||||
"none": "Geen",
|
||||
"nothing_found": "Niks gevind vir",
|
||||
"published_error": "Something went wrong while publishing msg: {topic} to topic: {message}",
|
||||
"published_message": "Published message: {message} to topic: {topic}",
|
||||
"reconnection_error": "Failed to reconnect",
|
||||
"subscribed_failed": "Failed to subscribe to topic: {topic}",
|
||||
"subscribed_success": "Successfully subscribed to topic: {topic}",
|
||||
"unsubscribed_failed": "Failed to unsubscribe from topic: {topic}",
|
||||
"unsubscribed_success": "Successfully unsubscribed from topic: {topic}",
|
||||
"waiting_send_request": "Wag om versoek te stuur"
|
||||
},
|
||||
"support": {
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
{
|
||||
"action": {
|
||||
"autoscroll": "Autoscroll",
|
||||
"cancel": "الغاء",
|
||||
"choose_file": "اختيار ملف",
|
||||
"clear": "امسح",
|
||||
"clear_all": "امسح الكل",
|
||||
"close": "Close",
|
||||
"connect": "الاتصال",
|
||||
"copy": "نسخ",
|
||||
"delete": "حذف",
|
||||
@@ -11,8 +13,10 @@
|
||||
"dismiss": "رفض",
|
||||
"dont_save": "Don't save",
|
||||
"download_file": "تحميل الملف",
|
||||
"drag_to_reorder": "Drag to reorder",
|
||||
"duplicate": "كرر",
|
||||
"edit": "يحرر",
|
||||
"filter_response": "Filter response",
|
||||
"go_back": "عد",
|
||||
"label": "ملصق",
|
||||
"learn_more": "اقرأ أكثر",
|
||||
@@ -20,11 +24,14 @@
|
||||
"more": "أكثر",
|
||||
"new": "جديد",
|
||||
"no": "رقم",
|
||||
"open_workspace": "Open workspace",
|
||||
"paste": "لصق",
|
||||
"prettify": "جمال",
|
||||
"remove": "ازالة",
|
||||
"restore": "اعادة",
|
||||
"save": "حفظ",
|
||||
"scroll_to_bottom": "Scroll to bottom",
|
||||
"scroll_to_top": "Scroll to top",
|
||||
"search": "بحث",
|
||||
"send": "ارسل",
|
||||
"start": "ابدأ",
|
||||
@@ -164,6 +171,7 @@
|
||||
"profile": "سجل الدخول لرؤية فريقك",
|
||||
"protocols": "البروتوكولات فارغة",
|
||||
"schema": "اتصل بنقطة نهاية GraphQL",
|
||||
"shortcodes": "Shortcodes are empty",
|
||||
"team_name": "اسم الفريق فارغ",
|
||||
"teams": "الفرق فارغة",
|
||||
"tests": "لا توجد اختبارات لهذا الطلب"
|
||||
@@ -196,10 +204,13 @@
|
||||
"incorrect_email": "Incorrect email",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "The link you clicked is invalid or expired.",
|
||||
"json_parsing_failed": "Invalid JSON",
|
||||
"json_prettify_invalid_body": "تعذر تجميل جسم غير صالح وحل أخطاء بناء جملة json وحاول مرة أخرى",
|
||||
"network_error": "There seems to be a network error. Please try again.",
|
||||
"network_fail": "تعذر إرسال الطلب",
|
||||
"no_duration": "لا مدة",
|
||||
"no_results_found": "No matches found",
|
||||
"page_not_found": "This page could not be found",
|
||||
"script_fail": "تعذر تنفيذ نص الطلب المسبق",
|
||||
"something_went_wrong": "هناك خطأ ما",
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
@@ -265,6 +276,10 @@
|
||||
"from_postman_description": "استيراد من مجموعة Postman",
|
||||
"from_url": "استيراد من رابط",
|
||||
"gist_url": "أدخل عنوان URL لـ Gist",
|
||||
"import_from_url_invalid_fetch": "Couldn't get data from the url",
|
||||
"import_from_url_invalid_file_format": "Error while importing collections",
|
||||
"import_from_url_invalid_type": "Unsupported type. accepted values are 'hoppscotch', 'openapi', 'postman', 'insomnia'",
|
||||
"import_from_url_success": "Collections Imported",
|
||||
"json_description": "استيراد مجموعة من ملفHoppscotch Collections JSON file",
|
||||
"title": "يستورد"
|
||||
},
|
||||
@@ -331,6 +346,11 @@
|
||||
"body": "طلب الهيئة",
|
||||
"choose_language": "اختر اللغة",
|
||||
"content_type": "نوع المحتوى",
|
||||
"content_type_titles": {
|
||||
"others": "Others",
|
||||
"structured": "Structured",
|
||||
"text": "Text"
|
||||
},
|
||||
"copy_link": "نسخ الوصلة",
|
||||
"duration": "مدة",
|
||||
"enter_curl": "أدخل cURL",
|
||||
@@ -360,10 +380,12 @@
|
||||
"title": "طلب",
|
||||
"type": "نوع الطلب",
|
||||
"url": "URL",
|
||||
"variables": "المتغيرات"
|
||||
"variables": "المتغيرات",
|
||||
"view_my_links": "View my links"
|
||||
},
|
||||
"response": {
|
||||
"body": "هيئة الاستجابة",
|
||||
"filter_response_body": "Filter JSON response body (uses JSONPath syntax)",
|
||||
"headers": "الرؤوس",
|
||||
"html": "لغة البرمجة",
|
||||
"image": "صورة",
|
||||
@@ -415,6 +437,8 @@
|
||||
"proxy_use_toggle": "استخدم البرنامج الوسيط الوكيل لإرسال الطلبات",
|
||||
"read_the": "إقرأ ال",
|
||||
"reset_default": "إعادة تعيين إلى الافتراضي",
|
||||
"short_codes": "Short codes",
|
||||
"short_codes_description": "Short codes which were created by you.",
|
||||
"sidebar_on_left": "Sidebar on left",
|
||||
"sync": "تزامن",
|
||||
"sync_collections": "المجموعات",
|
||||
@@ -428,8 +452,18 @@
|
||||
"theme_description": "تخصيص موضوع التطبيق الخاص بك.",
|
||||
"use_experimental_url_bar": "استخدم شريط URL التجريبي مع تمييز البيئة",
|
||||
"user": "المستخدم",
|
||||
"verified_email": "Verified email",
|
||||
"verify_email": "تأكيد البريد الإلكتروني"
|
||||
},
|
||||
"shortcodes": {
|
||||
"actions": "Actions",
|
||||
"created_on": "Created on",
|
||||
"deleted": "Shortcode deleted",
|
||||
"method": "Method",
|
||||
"not_found": "Shortcode not found",
|
||||
"short_code": "Short code",
|
||||
"url": "URL"
|
||||
},
|
||||
"shortcut": {
|
||||
"general": {
|
||||
"close_current_menu": "إغلاق القائمة الحالية",
|
||||
@@ -484,6 +518,7 @@
|
||||
},
|
||||
"socketio": {
|
||||
"communication": "تواصل",
|
||||
"connection_not_authorized": "This SocketIO connection does not use any authentication.",
|
||||
"event_name": "اسم الحدث",
|
||||
"events": "الأحداث",
|
||||
"log": "سجل",
|
||||
@@ -501,6 +536,9 @@
|
||||
"connected": "متصل",
|
||||
"connected_to": "متصل بـ {name}",
|
||||
"connecting_to": "جارٍ الاتصال بـ {name} ...",
|
||||
"connection_error": "Failed to connect",
|
||||
"connection_failed": "Connection failed",
|
||||
"connection_lost": "Connection lost",
|
||||
"copied_to_clipboard": "نسخ إلى الحافظة",
|
||||
"deleted": "تم الحذف",
|
||||
"deprecated": "إهمال",
|
||||
@@ -515,8 +553,17 @@
|
||||
"history_deleted": "تم حذف السجل",
|
||||
"linewrap": "خطوط الالتفاف",
|
||||
"loading": "تحميل...",
|
||||
"message_received": "Message: {message} arrived on topic: {topic}",
|
||||
"mqtt_subscription_failed": "Something went wrong while subscribing to topic: {topic}",
|
||||
"none": "لا شيئ",
|
||||
"nothing_found": "لم يتم العثور على أي شيئ",
|
||||
"published_error": "Something went wrong while publishing msg: {topic} to topic: {message}",
|
||||
"published_message": "Published message: {message} to topic: {topic}",
|
||||
"reconnection_error": "Failed to reconnect",
|
||||
"subscribed_failed": "Failed to subscribe to topic: {topic}",
|
||||
"subscribed_success": "Successfully subscribed to topic: {topic}",
|
||||
"unsubscribed_failed": "Failed to unsubscribe from topic: {topic}",
|
||||
"unsubscribed_success": "Successfully unsubscribed from topic: {topic}",
|
||||
"waiting_send_request": "في انتظار إرسال الطلب"
|
||||
},
|
||||
"support": {
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
{
|
||||
"action": {
|
||||
"autoscroll": "Autoscroll",
|
||||
"cancel": "Cancel · lar",
|
||||
"choose_file": "Trieu un fitxer",
|
||||
"clear": "Clar",
|
||||
"clear_all": "Esborra-ho tot",
|
||||
"close": "Close",
|
||||
"connect": "Connecteu",
|
||||
"copy": "Copia",
|
||||
"delete": "Suprimeix",
|
||||
@@ -11,8 +13,10 @@
|
||||
"dismiss": "Destitueix",
|
||||
"dont_save": "Don't save",
|
||||
"download_file": "Descarrega l'arxiu",
|
||||
"drag_to_reorder": "Drag to reorder",
|
||||
"duplicate": "Duplicate",
|
||||
"edit": "Edita",
|
||||
"filter_response": "Filter response",
|
||||
"go_back": "Torna",
|
||||
"label": "Etiqueta",
|
||||
"learn_more": "Aprèn més",
|
||||
@@ -20,11 +24,14 @@
|
||||
"more": "Més",
|
||||
"new": "Novetat",
|
||||
"no": "No",
|
||||
"open_workspace": "Open workspace",
|
||||
"paste": "Paste",
|
||||
"prettify": "Prettify",
|
||||
"remove": "Elimina",
|
||||
"restore": "Restaura",
|
||||
"save": "Desa",
|
||||
"scroll_to_bottom": "Scroll to bottom",
|
||||
"scroll_to_top": "Scroll to top",
|
||||
"search": "Cerca",
|
||||
"send": "Envia",
|
||||
"start": "Començar",
|
||||
@@ -164,6 +171,7 @@
|
||||
"profile": "Login in to view your profile",
|
||||
"protocols": "Els protocols estan buits",
|
||||
"schema": "Connecteu-vos a un punt final GraphQL",
|
||||
"shortcodes": "Shortcodes are empty",
|
||||
"team_name": "El nom de l'equip és buit",
|
||||
"teams": "Els equips estan buits",
|
||||
"tests": "No hi ha proves per a aquesta sol·licitud"
|
||||
@@ -196,10 +204,13 @@
|
||||
"incorrect_email": "Incorrect email",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "The link you clicked is invalid or expired.",
|
||||
"json_parsing_failed": "Invalid JSON",
|
||||
"json_prettify_invalid_body": "No s'ha pogut personalitzar un cos no vàlid, resoldre errors de sintaxi json i tornar-ho a provar",
|
||||
"network_error": "There seems to be a network error. Please try again.",
|
||||
"network_fail": "No s'ha pogut enviar la sol·licitud",
|
||||
"no_duration": "Sense durada",
|
||||
"no_results_found": "No matches found",
|
||||
"page_not_found": "This page could not be found",
|
||||
"script_fail": "No s'ha pogut executar l'script de sol·licitud prèvia",
|
||||
"something_went_wrong": "Alguna cosa ha anat malament",
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
@@ -265,6 +276,10 @@
|
||||
"from_postman_description": "Import from Postman collection",
|
||||
"from_url": "Import from URL",
|
||||
"gist_url": "Introduïu l'URL Gist",
|
||||
"import_from_url_invalid_fetch": "Couldn't get data from the url",
|
||||
"import_from_url_invalid_file_format": "Error while importing collections",
|
||||
"import_from_url_invalid_type": "Unsupported type. accepted values are 'hoppscotch', 'openapi', 'postman', 'insomnia'",
|
||||
"import_from_url_success": "Collections Imported",
|
||||
"json_description": "Import collections from a Hoppscotch Collections JSON file",
|
||||
"title": "Importació"
|
||||
},
|
||||
@@ -331,6 +346,11 @@
|
||||
"body": "Organisme de sol·licitud",
|
||||
"choose_language": "Tria l'idioma",
|
||||
"content_type": "Tipus de contingut",
|
||||
"content_type_titles": {
|
||||
"others": "Others",
|
||||
"structured": "Structured",
|
||||
"text": "Text"
|
||||
},
|
||||
"copy_link": "Copia l'enllaç",
|
||||
"duration": "Durada",
|
||||
"enter_curl": "Introduïu cURL",
|
||||
@@ -360,10 +380,12 @@
|
||||
"title": "Sol·licitud",
|
||||
"type": "Tipus de sol·licitud",
|
||||
"url": "URL",
|
||||
"variables": "Les variables"
|
||||
"variables": "Les variables",
|
||||
"view_my_links": "View my links"
|
||||
},
|
||||
"response": {
|
||||
"body": "Cos de resposta",
|
||||
"filter_response_body": "Filter JSON response body (uses JSONPath syntax)",
|
||||
"headers": "Capçaleres",
|
||||
"html": "HTML",
|
||||
"image": "Imatge",
|
||||
@@ -415,6 +437,8 @@
|
||||
"proxy_use_toggle": "Utilitzeu el middleware del servidor intermediari per enviar sol·licituds",
|
||||
"read_the": "Llegir el",
|
||||
"reset_default": "Restableix el valor predeterminat",
|
||||
"short_codes": "Short codes",
|
||||
"short_codes_description": "Short codes which were created by you.",
|
||||
"sidebar_on_left": "Sidebar on left",
|
||||
"sync": "Sincronitza",
|
||||
"sync_collections": "Col·leccions",
|
||||
@@ -428,8 +452,18 @@
|
||||
"theme_description": "Personalitzeu el tema de l'aplicació.",
|
||||
"use_experimental_url_bar": "Utilitzeu la barra d'URL experimental amb ressaltat de l'entorn",
|
||||
"user": "Usuari",
|
||||
"verified_email": "Verified email",
|
||||
"verify_email": "Verify email"
|
||||
},
|
||||
"shortcodes": {
|
||||
"actions": "Actions",
|
||||
"created_on": "Created on",
|
||||
"deleted": "Shortcode deleted",
|
||||
"method": "Method",
|
||||
"not_found": "Shortcode not found",
|
||||
"short_code": "Short code",
|
||||
"url": "URL"
|
||||
},
|
||||
"shortcut": {
|
||||
"general": {
|
||||
"close_current_menu": "Tanca el menú actual",
|
||||
@@ -484,6 +518,7 @@
|
||||
},
|
||||
"socketio": {
|
||||
"communication": "Comunicació",
|
||||
"connection_not_authorized": "This SocketIO connection does not use any authentication.",
|
||||
"event_name": "Nom de l'esdeveniment",
|
||||
"events": "Esdeveniments",
|
||||
"log": "Registre",
|
||||
@@ -501,6 +536,9 @@
|
||||
"connected": "Connectat",
|
||||
"connected_to": "Connectat a {name}",
|
||||
"connecting_to": "S'està connectant a {name} ...",
|
||||
"connection_error": "Failed to connect",
|
||||
"connection_failed": "Connection failed",
|
||||
"connection_lost": "Connection lost",
|
||||
"copied_to_clipboard": "Copiat al porta-retalls",
|
||||
"deleted": "Suprimit",
|
||||
"deprecated": "DEPRECAT",
|
||||
@@ -515,8 +553,17 @@
|
||||
"history_deleted": "S'ha suprimit l'historial",
|
||||
"linewrap": "Línies d'embolcall",
|
||||
"loading": "S'està carregant ...",
|
||||
"message_received": "Message: {message} arrived on topic: {topic}",
|
||||
"mqtt_subscription_failed": "Something went wrong while subscribing to topic: {topic}",
|
||||
"none": "Cap",
|
||||
"nothing_found": "No s'ha trobat res",
|
||||
"published_error": "Something went wrong while publishing msg: {topic} to topic: {message}",
|
||||
"published_message": "Published message: {message} to topic: {topic}",
|
||||
"reconnection_error": "Failed to reconnect",
|
||||
"subscribed_failed": "Failed to subscribe to topic: {topic}",
|
||||
"subscribed_success": "Successfully subscribed to topic: {topic}",
|
||||
"unsubscribed_failed": "Failed to unsubscribe from topic: {topic}",
|
||||
"unsubscribed_success": "Successfully unsubscribed from topic: {topic}",
|
||||
"waiting_send_request": "S'està esperant l'enviament de la sol·licitud"
|
||||
},
|
||||
"support": {
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
{
|
||||
"action": {
|
||||
"autoscroll": "Autoscroll",
|
||||
"cancel": "取消",
|
||||
"choose_file": "选择文件",
|
||||
"clear": "清除",
|
||||
"clear_all": "全部清除",
|
||||
"close": "Close",
|
||||
"connect": "连接",
|
||||
"copy": "复制",
|
||||
"delete": "删除",
|
||||
@@ -11,8 +13,10 @@
|
||||
"dismiss": "忽略",
|
||||
"dont_save": "不保存",
|
||||
"download_file": "下载文件",
|
||||
"drag_to_reorder": "Drag to reorder",
|
||||
"duplicate": "复制",
|
||||
"edit": "编辑",
|
||||
"filter_response": "Filter response",
|
||||
"go_back": "返回",
|
||||
"label": "标签",
|
||||
"learn_more": "了解更多",
|
||||
@@ -20,11 +24,14 @@
|
||||
"more": "更多",
|
||||
"new": "新增",
|
||||
"no": "否",
|
||||
"open_workspace": "Open workspace",
|
||||
"paste": "粘贴",
|
||||
"prettify": "美化",
|
||||
"remove": "移除",
|
||||
"restore": "恢复",
|
||||
"save": "保存",
|
||||
"scroll_to_bottom": "Scroll to bottom",
|
||||
"scroll_to_top": "Scroll to top",
|
||||
"search": "搜索",
|
||||
"send": "发送",
|
||||
"start": "开始",
|
||||
@@ -164,6 +171,7 @@
|
||||
"profile": "登录以查看你的个人档案",
|
||||
"protocols": "协议为空",
|
||||
"schema": "连接至 GraphQL 端点",
|
||||
"shortcodes": "Shortcodes are empty",
|
||||
"team_name": "团队名称为空",
|
||||
"teams": "团队为空",
|
||||
"tests": "没有针对该请求的测试"
|
||||
@@ -196,10 +204,13 @@
|
||||
"incorrect_email": "电子邮箱错误",
|
||||
"invalid_link": "无效链接",
|
||||
"invalid_link_description": "你点击的链接无效或已过期。",
|
||||
"json_parsing_failed": "Invalid JSON",
|
||||
"json_prettify_invalid_body": "无法美化无效的请求头,处理 JSON 语法错误并重试",
|
||||
"network_error": "好像发生了网络错误,请重试。",
|
||||
"network_fail": "无法发送请求",
|
||||
"no_duration": "无持续时间",
|
||||
"no_results_found": "No matches found",
|
||||
"page_not_found": "This page could not be found",
|
||||
"script_fail": "无法执行预请求脚本",
|
||||
"something_went_wrong": "发生了一些错误",
|
||||
"test_script_fail": "无法执行请求脚本"
|
||||
@@ -265,6 +276,10 @@
|
||||
"from_postman_description": "从 Postman 集合中导入",
|
||||
"from_url": "从 URL 导入",
|
||||
"gist_url": "输入 Gist URL",
|
||||
"import_from_url_invalid_fetch": "Couldn't get data from the url",
|
||||
"import_from_url_invalid_file_format": "Error while importing collections",
|
||||
"import_from_url_invalid_type": "Unsupported type. accepted values are 'hoppscotch', 'openapi', 'postman', 'insomnia'",
|
||||
"import_from_url_success": "Collections Imported",
|
||||
"json_description": "从 Hoppscotch 的集合文件导入(JSON)",
|
||||
"title": "导入"
|
||||
},
|
||||
@@ -331,6 +346,11 @@
|
||||
"body": "请求体",
|
||||
"choose_language": "选择语言",
|
||||
"content_type": "内容类型",
|
||||
"content_type_titles": {
|
||||
"others": "Others",
|
||||
"structured": "Structured",
|
||||
"text": "Text"
|
||||
},
|
||||
"copy_link": "复制链接",
|
||||
"duration": "持续时间",
|
||||
"enter_curl": "输入 cURL",
|
||||
@@ -360,10 +380,12 @@
|
||||
"title": "请求",
|
||||
"type": "请求类型",
|
||||
"url": "URL",
|
||||
"variables": "变量"
|
||||
"variables": "变量",
|
||||
"view_my_links": "View my links"
|
||||
},
|
||||
"response": {
|
||||
"body": "响应体",
|
||||
"filter_response_body": "Filter JSON response body (uses JSONPath syntax)",
|
||||
"headers": "响应头",
|
||||
"html": "HTML",
|
||||
"image": "图像",
|
||||
@@ -415,6 +437,8 @@
|
||||
"proxy_use_toggle": "使用代理中间件发送请求",
|
||||
"read_the": "阅读",
|
||||
"reset_default": "重置为默认",
|
||||
"short_codes": "Short codes",
|
||||
"short_codes_description": "Short codes which were created by you.",
|
||||
"sidebar_on_left": "侧边栏移至左侧",
|
||||
"sync": "同步",
|
||||
"sync_collections": "集合",
|
||||
@@ -428,8 +452,18 @@
|
||||
"theme_description": "自定义您的应用程序主题。",
|
||||
"use_experimental_url_bar": "使用实验性的带有环境高亮的 URL 栏",
|
||||
"user": "用户",
|
||||
"verified_email": "Verified email",
|
||||
"verify_email": "验证电子邮箱"
|
||||
},
|
||||
"shortcodes": {
|
||||
"actions": "Actions",
|
||||
"created_on": "Created on",
|
||||
"deleted": "Shortcode deleted",
|
||||
"method": "Method",
|
||||
"not_found": "Shortcode not found",
|
||||
"short_code": "Short code",
|
||||
"url": "URL"
|
||||
},
|
||||
"shortcut": {
|
||||
"general": {
|
||||
"close_current_menu": "关闭当前菜单",
|
||||
@@ -484,6 +518,7 @@
|
||||
},
|
||||
"socketio": {
|
||||
"communication": "通讯",
|
||||
"connection_not_authorized": "This SocketIO connection does not use any authentication.",
|
||||
"event_name": "事件名称",
|
||||
"events": "事件",
|
||||
"log": "日志",
|
||||
@@ -501,6 +536,9 @@
|
||||
"connected": "已连接",
|
||||
"connected_to": "已连接到 {name}",
|
||||
"connecting_to": "正在连接到 {name}……",
|
||||
"connection_error": "Failed to connect",
|
||||
"connection_failed": "Connection failed",
|
||||
"connection_lost": "Connection lost",
|
||||
"copied_to_clipboard": "已复制到剪贴板",
|
||||
"deleted": "已删除",
|
||||
"deprecated": "已弃用",
|
||||
@@ -515,8 +553,17 @@
|
||||
"history_deleted": "历史记录已删除",
|
||||
"linewrap": "换行",
|
||||
"loading": "正在加载……",
|
||||
"message_received": "Message: {message} arrived on topic: {topic}",
|
||||
"mqtt_subscription_failed": "Something went wrong while subscribing to topic: {topic}",
|
||||
"none": "无",
|
||||
"nothing_found": "没有找到",
|
||||
"published_error": "Something went wrong while publishing msg: {topic} to topic: {message}",
|
||||
"published_message": "Published message: {message} to topic: {topic}",
|
||||
"reconnection_error": "Failed to reconnect",
|
||||
"subscribed_failed": "Failed to subscribe to topic: {topic}",
|
||||
"subscribed_success": "Successfully subscribed to topic: {topic}",
|
||||
"unsubscribed_failed": "Failed to unsubscribe from topic: {topic}",
|
||||
"unsubscribed_success": "Successfully unsubscribed from topic: {topic}",
|
||||
"waiting_send_request": "等待发送请求"
|
||||
},
|
||||
"support": {
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
{
|
||||
"action": {
|
||||
"autoscroll": "Autoscroll",
|
||||
"cancel": "zrušení",
|
||||
"choose_file": "Vyberte soubor",
|
||||
"clear": "Průhledná",
|
||||
"clear_all": "Vymazat vše",
|
||||
"close": "Close",
|
||||
"connect": "Připojit",
|
||||
"copy": "kopírovat",
|
||||
"delete": "Vymazat",
|
||||
@@ -11,8 +13,10 @@
|
||||
"dismiss": "Zavrhnout",
|
||||
"dont_save": "Don't save",
|
||||
"download_file": "Stáhnout soubor",
|
||||
"drag_to_reorder": "Drag to reorder",
|
||||
"duplicate": "Duplicate",
|
||||
"edit": "Upravit",
|
||||
"filter_response": "Filter response",
|
||||
"go_back": "Vrať se",
|
||||
"label": "Označení",
|
||||
"learn_more": "Další informace",
|
||||
@@ -20,11 +24,14 @@
|
||||
"more": "Více",
|
||||
"new": "Nový",
|
||||
"no": "Ne",
|
||||
"open_workspace": "Open workspace",
|
||||
"paste": "Paste",
|
||||
"prettify": "Prettify",
|
||||
"remove": "Odstranit",
|
||||
"restore": "Obnovit",
|
||||
"save": "Uložit",
|
||||
"scroll_to_bottom": "Scroll to bottom",
|
||||
"scroll_to_top": "Scroll to top",
|
||||
"search": "Vyhledávání",
|
||||
"send": "Poslat",
|
||||
"start": "Start",
|
||||
@@ -164,6 +171,7 @@
|
||||
"profile": "Login in to view your profile",
|
||||
"protocols": "Protokoly jsou prázdné",
|
||||
"schema": "Připojte se ke koncovému bodu GraphQL",
|
||||
"shortcodes": "Shortcodes are empty",
|
||||
"team_name": "Název týmu prázdný",
|
||||
"teams": "Týmy jsou prázdné",
|
||||
"tests": "Pro tento požadavek neexistují žádné testy"
|
||||
@@ -196,10 +204,13 @@
|
||||
"incorrect_email": "Incorrect email",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "The link you clicked is invalid or expired.",
|
||||
"json_parsing_failed": "Invalid JSON",
|
||||
"json_prettify_invalid_body": "Nelze předtifikovat neplatné tělo, vyřešit chyby syntaxe json a zkusit to znovu",
|
||||
"network_error": "There seems to be a network error. Please try again.",
|
||||
"network_fail": "Žádost nelze odeslat",
|
||||
"no_duration": "Žádné trvání",
|
||||
"no_results_found": "No matches found",
|
||||
"page_not_found": "This page could not be found",
|
||||
"script_fail": "Skript předběžného požadavku nelze spustit",
|
||||
"something_went_wrong": "Něco se pokazilo",
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
@@ -265,6 +276,10 @@
|
||||
"from_postman_description": "Import from Postman collection",
|
||||
"from_url": "Import from URL",
|
||||
"gist_url": "Zadejte URL adresy",
|
||||
"import_from_url_invalid_fetch": "Couldn't get data from the url",
|
||||
"import_from_url_invalid_file_format": "Error while importing collections",
|
||||
"import_from_url_invalid_type": "Unsupported type. accepted values are 'hoppscotch', 'openapi', 'postman', 'insomnia'",
|
||||
"import_from_url_success": "Collections Imported",
|
||||
"json_description": "Import collections from a Hoppscotch Collections JSON file",
|
||||
"title": "Import"
|
||||
},
|
||||
@@ -331,6 +346,11 @@
|
||||
"body": "Žádost",
|
||||
"choose_language": "Vyber jazyk",
|
||||
"content_type": "Typ obsahu",
|
||||
"content_type_titles": {
|
||||
"others": "Others",
|
||||
"structured": "Structured",
|
||||
"text": "Text"
|
||||
},
|
||||
"copy_link": "Kopírovat odkaz",
|
||||
"duration": "Doba trvání",
|
||||
"enter_curl": "Zadejte cURL",
|
||||
@@ -360,10 +380,12 @@
|
||||
"title": "Žádost",
|
||||
"type": "Typ požadavku",
|
||||
"url": "URL",
|
||||
"variables": "Proměnné"
|
||||
"variables": "Proměnné",
|
||||
"view_my_links": "View my links"
|
||||
},
|
||||
"response": {
|
||||
"body": "Odpovědní orgán",
|
||||
"filter_response_body": "Filter JSON response body (uses JSONPath syntax)",
|
||||
"headers": "Záhlaví",
|
||||
"html": "HTML",
|
||||
"image": "obraz",
|
||||
@@ -415,6 +437,8 @@
|
||||
"proxy_use_toggle": "K odesílání žádostí použijte middleware proxy",
|
||||
"read_the": "Číst",
|
||||
"reset_default": "Obnovit do základního nastavení",
|
||||
"short_codes": "Short codes",
|
||||
"short_codes_description": "Short codes which were created by you.",
|
||||
"sidebar_on_left": "Sidebar on left",
|
||||
"sync": "Synchronizovat",
|
||||
"sync_collections": "Sbírky",
|
||||
@@ -428,8 +452,18 @@
|
||||
"theme_description": "Přizpůsobte si motiv aplikace.",
|
||||
"use_experimental_url_bar": "Použijte experimentální lištu URL se zvýrazněním prostředí",
|
||||
"user": "Uživatel",
|
||||
"verified_email": "Verified email",
|
||||
"verify_email": "Verify email"
|
||||
},
|
||||
"shortcodes": {
|
||||
"actions": "Actions",
|
||||
"created_on": "Created on",
|
||||
"deleted": "Shortcode deleted",
|
||||
"method": "Method",
|
||||
"not_found": "Shortcode not found",
|
||||
"short_code": "Short code",
|
||||
"url": "URL"
|
||||
},
|
||||
"shortcut": {
|
||||
"general": {
|
||||
"close_current_menu": "Zavřít aktuální nabídku",
|
||||
@@ -484,6 +518,7 @@
|
||||
},
|
||||
"socketio": {
|
||||
"communication": "Sdělení",
|
||||
"connection_not_authorized": "This SocketIO connection does not use any authentication.",
|
||||
"event_name": "Název události",
|
||||
"events": "Události",
|
||||
"log": "Záznam",
|
||||
@@ -501,6 +536,9 @@
|
||||
"connected": "Připojeno",
|
||||
"connected_to": "Připojeno k {name}",
|
||||
"connecting_to": "Připojování k {name} ...",
|
||||
"connection_error": "Failed to connect",
|
||||
"connection_failed": "Connection failed",
|
||||
"connection_lost": "Connection lost",
|
||||
"copied_to_clipboard": "Zkopírováno do schránky",
|
||||
"deleted": "Smazáno",
|
||||
"deprecated": "ZASTARALÉ",
|
||||
@@ -515,8 +553,17 @@
|
||||
"history_deleted": "Historie odstraněna",
|
||||
"linewrap": "Zabalit linky",
|
||||
"loading": "Načítání...",
|
||||
"message_received": "Message: {message} arrived on topic: {topic}",
|
||||
"mqtt_subscription_failed": "Something went wrong while subscribing to topic: {topic}",
|
||||
"none": "Žádný",
|
||||
"nothing_found": "Nic nebylo nalezeno pro",
|
||||
"published_error": "Something went wrong while publishing msg: {topic} to topic: {message}",
|
||||
"published_message": "Published message: {message} to topic: {topic}",
|
||||
"reconnection_error": "Failed to reconnect",
|
||||
"subscribed_failed": "Failed to subscribe to topic: {topic}",
|
||||
"subscribed_success": "Successfully subscribed to topic: {topic}",
|
||||
"unsubscribed_failed": "Failed to unsubscribe from topic: {topic}",
|
||||
"unsubscribed_success": "Successfully unsubscribed from topic: {topic}",
|
||||
"waiting_send_request": "Čekání na odeslání požadavku"
|
||||
},
|
||||
"support": {
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
{
|
||||
"action": {
|
||||
"autoscroll": "Autoscroll",
|
||||
"cancel": "Afbestille",
|
||||
"choose_file": "Vælg en fil",
|
||||
"clear": "Klar",
|
||||
"clear_all": "Slet alt",
|
||||
"close": "Close",
|
||||
"connect": "Opret forbindelse",
|
||||
"copy": "Kopi",
|
||||
"delete": "Slet",
|
||||
@@ -11,8 +13,10 @@
|
||||
"dismiss": "Afskedige",
|
||||
"dont_save": "Don't save",
|
||||
"download_file": "Download fil",
|
||||
"drag_to_reorder": "Drag to reorder",
|
||||
"duplicate": "Duplicate",
|
||||
"edit": "Redigere",
|
||||
"filter_response": "Filter response",
|
||||
"go_back": "Gå tilbage",
|
||||
"label": "Etiket",
|
||||
"learn_more": "Lær mere",
|
||||
@@ -20,11 +24,14 @@
|
||||
"more": "Mere",
|
||||
"new": "Ny",
|
||||
"no": "Ingen",
|
||||
"open_workspace": "Open workspace",
|
||||
"paste": "Paste",
|
||||
"prettify": "Prettify",
|
||||
"remove": "Fjerne",
|
||||
"restore": "Gendan",
|
||||
"save": "Gemme",
|
||||
"scroll_to_bottom": "Scroll to bottom",
|
||||
"scroll_to_top": "Scroll to top",
|
||||
"search": "Søg",
|
||||
"send": "Sende",
|
||||
"start": "Start",
|
||||
@@ -164,6 +171,7 @@
|
||||
"profile": "Login in to view your profile",
|
||||
"protocols": "Protokoller er tomme",
|
||||
"schema": "Opret forbindelse til et GraphQL -slutpunkt",
|
||||
"shortcodes": "Shortcodes are empty",
|
||||
"team_name": "Teamnavn er tomt",
|
||||
"teams": "Hold er tomme",
|
||||
"tests": "Der er ingen test for denne anmodning"
|
||||
@@ -196,10 +204,13 @@
|
||||
"incorrect_email": "Incorrect email",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "The link you clicked is invalid or expired.",
|
||||
"json_parsing_failed": "Invalid JSON",
|
||||
"json_prettify_invalid_body": "Kunne ikke pryde et ugyldigt brødtekst, løse json -syntaksfejl og prøve igen",
|
||||
"network_error": "There seems to be a network error. Please try again.",
|
||||
"network_fail": "Anmodningen kunne ikke sendes",
|
||||
"no_duration": "Ingen varighed",
|
||||
"no_results_found": "No matches found",
|
||||
"page_not_found": "This page could not be found",
|
||||
"script_fail": "Kunne ikke udføre pre-request script",
|
||||
"something_went_wrong": "Noget gik galt",
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
@@ -265,6 +276,10 @@
|
||||
"from_postman_description": "Import from Postman collection",
|
||||
"from_url": "Import from URL",
|
||||
"gist_url": "Indtast Gist URL",
|
||||
"import_from_url_invalid_fetch": "Couldn't get data from the url",
|
||||
"import_from_url_invalid_file_format": "Error while importing collections",
|
||||
"import_from_url_invalid_type": "Unsupported type. accepted values are 'hoppscotch', 'openapi', 'postman', 'insomnia'",
|
||||
"import_from_url_success": "Collections Imported",
|
||||
"json_description": "Import collections from a Hoppscotch Collections JSON file",
|
||||
"title": "Importere"
|
||||
},
|
||||
@@ -331,6 +346,11 @@
|
||||
"body": "Anmodningsorgan",
|
||||
"choose_language": "Vælg sprog",
|
||||
"content_type": "Indholdstype",
|
||||
"content_type_titles": {
|
||||
"others": "Others",
|
||||
"structured": "Structured",
|
||||
"text": "Text"
|
||||
},
|
||||
"copy_link": "Kopier link",
|
||||
"duration": "Varighed",
|
||||
"enter_curl": "Indtast cURL",
|
||||
@@ -360,10 +380,12 @@
|
||||
"title": "Anmodning",
|
||||
"type": "Anmodningstype",
|
||||
"url": "URL",
|
||||
"variables": "Variabler"
|
||||
"variables": "Variabler",
|
||||
"view_my_links": "View my links"
|
||||
},
|
||||
"response": {
|
||||
"body": "Svarorgan",
|
||||
"filter_response_body": "Filter JSON response body (uses JSONPath syntax)",
|
||||
"headers": "Overskrifter",
|
||||
"html": "HTML",
|
||||
"image": "Billede",
|
||||
@@ -415,6 +437,8 @@
|
||||
"proxy_use_toggle": "Brug proxy -middleware til at sende anmodninger",
|
||||
"read_the": "Læs",
|
||||
"reset_default": "Nulstil til standard",
|
||||
"short_codes": "Short codes",
|
||||
"short_codes_description": "Short codes which were created by you.",
|
||||
"sidebar_on_left": "Sidebar on left",
|
||||
"sync": "Synkroniser",
|
||||
"sync_collections": "Samlinger",
|
||||
@@ -428,8 +452,18 @@
|
||||
"theme_description": "Tilpas dit applikationstema.",
|
||||
"use_experimental_url_bar": "Brug eksperimentel URL -bjælke med miljøfremhævning",
|
||||
"user": "Bruger",
|
||||
"verified_email": "Verified email",
|
||||
"verify_email": "Verify email"
|
||||
},
|
||||
"shortcodes": {
|
||||
"actions": "Actions",
|
||||
"created_on": "Created on",
|
||||
"deleted": "Shortcode deleted",
|
||||
"method": "Method",
|
||||
"not_found": "Shortcode not found",
|
||||
"short_code": "Short code",
|
||||
"url": "URL"
|
||||
},
|
||||
"shortcut": {
|
||||
"general": {
|
||||
"close_current_menu": "Luk den aktuelle menu",
|
||||
@@ -484,6 +518,7 @@
|
||||
},
|
||||
"socketio": {
|
||||
"communication": "Meddelelse",
|
||||
"connection_not_authorized": "This SocketIO connection does not use any authentication.",
|
||||
"event_name": "Begivenhedsnavn",
|
||||
"events": "Begivenheder",
|
||||
"log": "Log",
|
||||
@@ -501,6 +536,9 @@
|
||||
"connected": "Tilsluttet",
|
||||
"connected_to": "Forbundet til {name}",
|
||||
"connecting_to": "Opretter forbindelse til {name} ...",
|
||||
"connection_error": "Failed to connect",
|
||||
"connection_failed": "Connection failed",
|
||||
"connection_lost": "Connection lost",
|
||||
"copied_to_clipboard": "Kopieret til udklipsholder",
|
||||
"deleted": "Slettet",
|
||||
"deprecated": "DEPRECATED",
|
||||
@@ -515,8 +553,17 @@
|
||||
"history_deleted": "Historik slettet",
|
||||
"linewrap": "Wrap linjer",
|
||||
"loading": "Indlæser...",
|
||||
"message_received": "Message: {message} arrived on topic: {topic}",
|
||||
"mqtt_subscription_failed": "Something went wrong while subscribing to topic: {topic}",
|
||||
"none": "Ingen",
|
||||
"nothing_found": "Intet fundet til",
|
||||
"published_error": "Something went wrong while publishing msg: {topic} to topic: {message}",
|
||||
"published_message": "Published message: {message} to topic: {topic}",
|
||||
"reconnection_error": "Failed to reconnect",
|
||||
"subscribed_failed": "Failed to subscribe to topic: {topic}",
|
||||
"subscribed_success": "Successfully subscribed to topic: {topic}",
|
||||
"unsubscribed_failed": "Failed to unsubscribe from topic: {topic}",
|
||||
"unsubscribed_success": "Successfully unsubscribed from topic: {topic}",
|
||||
"waiting_send_request": "Venter på at sende anmodning"
|
||||
},
|
||||
"support": {
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
{
|
||||
"action": {
|
||||
"autoscroll": "Autoscroll",
|
||||
"cancel": "Abbrechen",
|
||||
"choose_file": "Datei auswählen",
|
||||
"clear": "Zurücksetzen",
|
||||
"clear_all": "Alles zurücksetzen",
|
||||
"close": "Close",
|
||||
"connect": "Verbinden",
|
||||
"copy": "Kopieren",
|
||||
"delete": "Löschen",
|
||||
@@ -11,8 +13,10 @@
|
||||
"dismiss": "Verwerfen",
|
||||
"dont_save": "Don't save",
|
||||
"download_file": "Datei herunterladen",
|
||||
"drag_to_reorder": "Drag to reorder",
|
||||
"duplicate": "Duplizieren",
|
||||
"edit": "Bearbeiten",
|
||||
"filter_response": "Filter response",
|
||||
"go_back": "Zurück",
|
||||
"label": "Etikett",
|
||||
"learn_more": "Mehr erfahren",
|
||||
@@ -20,11 +24,14 @@
|
||||
"more": "Mehr",
|
||||
"new": "Neu",
|
||||
"no": "Nein",
|
||||
"open_workspace": "Open workspace",
|
||||
"paste": "Einfügen",
|
||||
"prettify": "Verschönern",
|
||||
"remove": "Entfernen",
|
||||
"restore": "Wiederherstellen",
|
||||
"save": "Speichern",
|
||||
"scroll_to_bottom": "Scroll to bottom",
|
||||
"scroll_to_top": "Scroll to top",
|
||||
"search": "Suchen",
|
||||
"send": "Senden",
|
||||
"start": "Start",
|
||||
@@ -164,6 +171,7 @@
|
||||
"profile": "Einloggen um das Profil anzusehen",
|
||||
"protocols": "Protokolle sind leer",
|
||||
"schema": "Verbinden mit einem GraphQL-Endpunkt",
|
||||
"shortcodes": "Shortcodes are empty",
|
||||
"team_name": "Teamname leer",
|
||||
"teams": "Teams sind leer",
|
||||
"tests": "Es gibt keine Tests für diese Anfrage"
|
||||
@@ -196,10 +204,13 @@
|
||||
"incorrect_email": "Falsche E-Mail Adresse",
|
||||
"invalid_link": "Falscher Link",
|
||||
"invalid_link_description": "Der verwendete Link ist entweder ungültig oder abgelaufen.",
|
||||
"json_parsing_failed": "Invalid JSON",
|
||||
"json_prettify_invalid_body": "Ein ungültiger Text konnte nicht verschönert werden, JSON-Syntaxfehler beheben und erneut versuchen",
|
||||
"network_error": "Netzwerkfehler. Bitte versuche es erneut.",
|
||||
"network_fail": "Anfrage konnte nicht gesendet werden",
|
||||
"no_duration": "Keine Dauer",
|
||||
"no_results_found": "No matches found",
|
||||
"page_not_found": "This page could not be found",
|
||||
"script_fail": "Pre-Request-Skripte konnte nicht ausgeführt werden",
|
||||
"something_went_wrong": "Etwas ist schief gelaufen",
|
||||
"test_script_fail": "Testskripts konnten nicht ausgeführt werden"
|
||||
@@ -265,6 +276,10 @@
|
||||
"from_postman_description": "Postman-Sammlung importieren",
|
||||
"from_url": "Von URL importieren",
|
||||
"gist_url": "Gist-URL eingeben",
|
||||
"import_from_url_invalid_fetch": "Couldn't get data from the url",
|
||||
"import_from_url_invalid_file_format": "Error while importing collections",
|
||||
"import_from_url_invalid_type": "Unsupported type. accepted values are 'hoppscotch', 'openapi', 'postman', 'insomnia'",
|
||||
"import_from_url_success": "Collections Imported",
|
||||
"json_description": "Hoppscotch Sammlungsdatei (JSON) importieren",
|
||||
"title": "Importieren"
|
||||
},
|
||||
@@ -331,6 +346,11 @@
|
||||
"body": "Anfragekörper",
|
||||
"choose_language": "Sprache wählen",
|
||||
"content_type": "Inhaltstyp",
|
||||
"content_type_titles": {
|
||||
"others": "Others",
|
||||
"structured": "Structured",
|
||||
"text": "Text"
|
||||
},
|
||||
"copy_link": "Link kopieren",
|
||||
"duration": "Dauer",
|
||||
"enter_curl": "cURL eingeben",
|
||||
@@ -360,10 +380,12 @@
|
||||
"title": "Anfrage",
|
||||
"type": "Anfragetyp",
|
||||
"url": "URL",
|
||||
"variables": "Variablen"
|
||||
"variables": "Variablen",
|
||||
"view_my_links": "View my links"
|
||||
},
|
||||
"response": {
|
||||
"body": "Antworttext",
|
||||
"filter_response_body": "Filter JSON response body (uses JSONPath syntax)",
|
||||
"headers": "Header",
|
||||
"html": "HTML",
|
||||
"image": "Bild",
|
||||
@@ -415,6 +437,8 @@
|
||||
"proxy_use_toggle": "Verwenden Sie die Proxy-Middleware, um Anfragen zu senden",
|
||||
"read_the": "Lies die",
|
||||
"reset_default": "Zurücksetzen",
|
||||
"short_codes": "Short codes",
|
||||
"short_codes_description": "Short codes which were created by you.",
|
||||
"sidebar_on_left": "Seitenleiste links",
|
||||
"sync": "Synchronisieren",
|
||||
"sync_collections": "Sammlungen",
|
||||
@@ -428,8 +452,18 @@
|
||||
"theme_description": "Passen Sie Ihr Anwendungsdesign an.",
|
||||
"use_experimental_url_bar": "Experimentelle URL-Leiste mit Hervorhebung der Umgebung verwenden",
|
||||
"user": "Nutzer",
|
||||
"verified_email": "Verified email",
|
||||
"verify_email": "E-Mail-Adresse bestätigen"
|
||||
},
|
||||
"shortcodes": {
|
||||
"actions": "Actions",
|
||||
"created_on": "Created on",
|
||||
"deleted": "Shortcode deleted",
|
||||
"method": "Method",
|
||||
"not_found": "Shortcode not found",
|
||||
"short_code": "Short code",
|
||||
"url": "URL"
|
||||
},
|
||||
"shortcut": {
|
||||
"general": {
|
||||
"close_current_menu": "Aktuelles Menü schließen",
|
||||
@@ -484,6 +518,7 @@
|
||||
},
|
||||
"socketio": {
|
||||
"communication": "Kommunikation",
|
||||
"connection_not_authorized": "This SocketIO connection does not use any authentication.",
|
||||
"event_name": "Ereignissname",
|
||||
"events": "Ereigniss",
|
||||
"log": "Protokoll",
|
||||
@@ -501,6 +536,9 @@
|
||||
"connected": "In Verbindung gebracht",
|
||||
"connected_to": "Verbunden mit {name}",
|
||||
"connecting_to": "Verbindung zu {name}...",
|
||||
"connection_error": "Failed to connect",
|
||||
"connection_failed": "Connection failed",
|
||||
"connection_lost": "Connection lost",
|
||||
"copied_to_clipboard": "In die Zwischenablage kopiert",
|
||||
"deleted": "Gelöscht",
|
||||
"deprecated": "VERALTET",
|
||||
@@ -515,8 +553,17 @@
|
||||
"history_deleted": "Verlauf gelöscht",
|
||||
"linewrap": "Zeilen umbrechen",
|
||||
"loading": "Wird geladen...",
|
||||
"message_received": "Message: {message} arrived on topic: {topic}",
|
||||
"mqtt_subscription_failed": "Something went wrong while subscribing to topic: {topic}",
|
||||
"none": "Keiner",
|
||||
"nothing_found": "Nichts gefunden für",
|
||||
"published_error": "Something went wrong while publishing msg: {topic} to topic: {message}",
|
||||
"published_message": "Published message: {message} to topic: {topic}",
|
||||
"reconnection_error": "Failed to reconnect",
|
||||
"subscribed_failed": "Failed to subscribe to topic: {topic}",
|
||||
"subscribed_success": "Successfully subscribed to topic: {topic}",
|
||||
"unsubscribed_failed": "Failed to unsubscribe from topic: {topic}",
|
||||
"unsubscribed_success": "Successfully unsubscribed from topic: {topic}",
|
||||
"waiting_send_request": "Warten auf Anfrage senden"
|
||||
},
|
||||
"support": {
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
{
|
||||
"action": {
|
||||
"autoscroll": "Autoscroll",
|
||||
"cancel": "Ματαίωση",
|
||||
"choose_file": "Επιλέξτε ένα αρχείο",
|
||||
"clear": "Σαφή",
|
||||
"clear_all": "Τα καθαρίζω όλα",
|
||||
"close": "Close",
|
||||
"connect": "Συνδέω-συωδεομαι",
|
||||
"copy": "αντίγραφο",
|
||||
"delete": "Διαγράφω",
|
||||
@@ -11,8 +13,10 @@
|
||||
"dismiss": "Απολύω",
|
||||
"dont_save": "Don't save",
|
||||
"download_file": "Λήψη αρχείου",
|
||||
"drag_to_reorder": "Drag to reorder",
|
||||
"duplicate": "Duplicate",
|
||||
"edit": "Επεξεργασία",
|
||||
"filter_response": "Filter response",
|
||||
"go_back": "Πήγαινε πίσω",
|
||||
"label": "Επιγραφή",
|
||||
"learn_more": "Μάθε περισσότερα",
|
||||
@@ -20,11 +24,14 @@
|
||||
"more": "Περισσότερο",
|
||||
"new": "Νέος",
|
||||
"no": "Οχι",
|
||||
"open_workspace": "Open workspace",
|
||||
"paste": "Paste",
|
||||
"prettify": "Ωραιοποιώ",
|
||||
"remove": "Αφαιρώ",
|
||||
"restore": "Επαναφέρω",
|
||||
"save": "Αποθηκεύσετε",
|
||||
"scroll_to_bottom": "Scroll to bottom",
|
||||
"scroll_to_top": "Scroll to top",
|
||||
"search": "Αναζήτηση",
|
||||
"send": "Στείλετε",
|
||||
"start": "Αρχή",
|
||||
@@ -164,6 +171,7 @@
|
||||
"profile": "Login in to view your profile",
|
||||
"protocols": "Τα πρωτόκολλα είναι κενά",
|
||||
"schema": "Συνδεθείτε σε ένα τελικό σημείο GraphQL",
|
||||
"shortcodes": "Shortcodes are empty",
|
||||
"team_name": "Το όνομα της ομάδας είναι κενό",
|
||||
"teams": "Οι ομάδες είναι άδειες",
|
||||
"tests": "Δεν υπάρχουν δοκιμές για αυτό το αίτημα"
|
||||
@@ -196,10 +204,13 @@
|
||||
"incorrect_email": "Incorrect email",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "The link you clicked is invalid or expired.",
|
||||
"json_parsing_failed": "Invalid JSON",
|
||||
"json_prettify_invalid_body": "Δεν ήταν δυνατή η ομορφιά ενός μη έγκυρου σώματος, η επίλυση σφαλμάτων σύνταξης json και η προσπάθεια ξανά",
|
||||
"network_error": "There seems to be a network error. Please try again.",
|
||||
"network_fail": "Δεν ήταν δυνατή η αποστολή του αιτήματος",
|
||||
"no_duration": "Χωρίς διάρκεια",
|
||||
"no_results_found": "No matches found",
|
||||
"page_not_found": "This page could not be found",
|
||||
"script_fail": "Δεν ήταν δυνατή η εκτέλεση του σεναρίου πριν από το αίτημα",
|
||||
"something_went_wrong": "Κάτι πήγε στραβά",
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
@@ -265,6 +276,10 @@
|
||||
"from_postman_description": "Import from Postman collection",
|
||||
"from_url": "Import from URL",
|
||||
"gist_url": "Εισαγάγετε Gist URL",
|
||||
"import_from_url_invalid_fetch": "Couldn't get data from the url",
|
||||
"import_from_url_invalid_file_format": "Error while importing collections",
|
||||
"import_from_url_invalid_type": "Unsupported type. accepted values are 'hoppscotch', 'openapi', 'postman', 'insomnia'",
|
||||
"import_from_url_success": "Collections Imported",
|
||||
"json_description": "Import collections from a Hoppscotch Collections JSON file",
|
||||
"title": "Εισαγωγή"
|
||||
},
|
||||
@@ -331,6 +346,11 @@
|
||||
"body": "Σώμα αιτήματος",
|
||||
"choose_language": "Διάλεξε γλώσσα",
|
||||
"content_type": "Τύπος περιεχομένου",
|
||||
"content_type_titles": {
|
||||
"others": "Others",
|
||||
"structured": "Structured",
|
||||
"text": "Text"
|
||||
},
|
||||
"copy_link": "Αντιγραφή συνδέσμου",
|
||||
"duration": "Διάρκεια",
|
||||
"enter_curl": "Εισαγάγετε cURL",
|
||||
@@ -360,10 +380,12 @@
|
||||
"title": "Αίτηση",
|
||||
"type": "Τύπος αιτήματος",
|
||||
"url": "URL",
|
||||
"variables": "Μεταβλητές"
|
||||
"variables": "Μεταβλητές",
|
||||
"view_my_links": "View my links"
|
||||
},
|
||||
"response": {
|
||||
"body": "Σώμα απόκρισης",
|
||||
"filter_response_body": "Filter JSON response body (uses JSONPath syntax)",
|
||||
"headers": "Κεφαλίδες",
|
||||
"html": "HTML",
|
||||
"image": "Εικόνα",
|
||||
@@ -415,6 +437,8 @@
|
||||
"proxy_use_toggle": "Χρησιμοποιήστε το ενδιάμεσο διακομιστή μεσολάβησης για να στείλετε αιτήματα",
|
||||
"read_the": "Διαβάστε το",
|
||||
"reset_default": "Επαναφορά στο προκαθορισμένο",
|
||||
"short_codes": "Short codes",
|
||||
"short_codes_description": "Short codes which were created by you.",
|
||||
"sidebar_on_left": "Sidebar on left",
|
||||
"sync": "Συγχρονίζω",
|
||||
"sync_collections": "Συλλογές",
|
||||
@@ -428,8 +452,18 @@
|
||||
"theme_description": "Προσαρμόστε το θέμα της εφαρμογής σας.",
|
||||
"use_experimental_url_bar": "Χρήση πειραματικής γραμμής URL με ανάδειξη περιβάλλοντος",
|
||||
"user": "Χρήστης",
|
||||
"verified_email": "Verified email",
|
||||
"verify_email": "Verify email"
|
||||
},
|
||||
"shortcodes": {
|
||||
"actions": "Actions",
|
||||
"created_on": "Created on",
|
||||
"deleted": "Shortcode deleted",
|
||||
"method": "Method",
|
||||
"not_found": "Shortcode not found",
|
||||
"short_code": "Short code",
|
||||
"url": "URL"
|
||||
},
|
||||
"shortcut": {
|
||||
"general": {
|
||||
"close_current_menu": "Κλείσιμο τρέχοντος μενού",
|
||||
@@ -484,6 +518,7 @@
|
||||
},
|
||||
"socketio": {
|
||||
"communication": "Επικοινωνία",
|
||||
"connection_not_authorized": "This SocketIO connection does not use any authentication.",
|
||||
"event_name": "Όνομα συμβάντος",
|
||||
"events": "Εκδηλώσεις",
|
||||
"log": "Κούτσουρο",
|
||||
@@ -501,6 +536,9 @@
|
||||
"connected": "Συνδεδεμένος",
|
||||
"connected_to": "Συνδέθηκε με το {name}",
|
||||
"connecting_to": "Σύνδεση με {name} ...",
|
||||
"connection_error": "Failed to connect",
|
||||
"connection_failed": "Connection failed",
|
||||
"connection_lost": "Connection lost",
|
||||
"copied_to_clipboard": "Αντιγράφηκε στο πρόχειρο",
|
||||
"deleted": "Διαγράφηκε",
|
||||
"deprecated": "ΚΑΤΑΡΓΗΘΗΚΕ",
|
||||
@@ -515,8 +553,17 @@
|
||||
"history_deleted": "Το ιστορικό διαγράφηκε",
|
||||
"linewrap": "Τυλίξτε γραμμές",
|
||||
"loading": "Φόρτωση...",
|
||||
"message_received": "Message: {message} arrived on topic: {topic}",
|
||||
"mqtt_subscription_failed": "Something went wrong while subscribing to topic: {topic}",
|
||||
"none": "Κανένας",
|
||||
"nothing_found": "Δεν βρέθηκε τίποτα για",
|
||||
"published_error": "Something went wrong while publishing msg: {topic} to topic: {message}",
|
||||
"published_message": "Published message: {message} to topic: {topic}",
|
||||
"reconnection_error": "Failed to reconnect",
|
||||
"subscribed_failed": "Failed to subscribe to topic: {topic}",
|
||||
"subscribed_success": "Successfully subscribed to topic: {topic}",
|
||||
"unsubscribed_failed": "Failed to unsubscribe from topic: {topic}",
|
||||
"unsubscribed_success": "Successfully unsubscribed from topic: {topic}",
|
||||
"waiting_send_request": "Αναμονή για αποστολή αιτήματος"
|
||||
},
|
||||
"support": {
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
"choose_file": "Choose a file",
|
||||
"clear": "Clear",
|
||||
"clear_all": "Clear all",
|
||||
"close": "Close",
|
||||
"connect": "Connect",
|
||||
"copy": "Copy",
|
||||
"delete": "Delete",
|
||||
@@ -12,6 +13,7 @@
|
||||
"dismiss": "Dismiss",
|
||||
"dont_save": "Don't save",
|
||||
"download_file": "Download file",
|
||||
"drag_to_reorder": "Drag to reorder",
|
||||
"duplicate": "Duplicate",
|
||||
"edit": "Edit",
|
||||
"filter_response": "Filter response",
|
||||
@@ -202,12 +204,13 @@
|
||||
"incorrect_email": "Incorrect email",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "The link you clicked is invalid or expired.",
|
||||
"json_prettify_invalid_body": "Couldn't prettify an invalid body, solve json syntax errors and try again",
|
||||
"json_parsing_failed": "Invalid JSON",
|
||||
"json_prettify_invalid_body": "Couldn't prettify an invalid body, solve json syntax errors and try again",
|
||||
"network_error": "There seems to be a network error. Please try again.",
|
||||
"network_fail": "Could not send request",
|
||||
"no_duration": "No duration",
|
||||
"no_results_found": "No matches found",
|
||||
"page_not_found": "This page could not be found",
|
||||
"script_fail": "Could not execute pre-request script",
|
||||
"something_went_wrong": "Something went wrong",
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
@@ -273,12 +276,12 @@
|
||||
"from_postman_description": "Import from Postman collection",
|
||||
"from_url": "Import from URL",
|
||||
"gist_url": "Enter Gist URL",
|
||||
"json_description": "Import collections from a Hoppscotch Collections JSON file",
|
||||
"title": "Import",
|
||||
"import_from_url_success": "Collections Imported",
|
||||
"import_from_url_invalid_fetch": "Couldn't get data from the url",
|
||||
"import_from_url_invalid_file_format": "Error while importing collections",
|
||||
"import_from_url_invalid_type": "Unsupported type. accepted values are 'hoppscotch', 'openapi', 'postman', 'insomnia'",
|
||||
"import_from_url_invalid_fetch": "Couldn't get data from the url"
|
||||
"import_from_url_success": "Collections Imported",
|
||||
"json_description": "Import collections from a Hoppscotch Collections JSON file",
|
||||
"title": "Import"
|
||||
},
|
||||
"layout": {
|
||||
"collapse_collection": "Collapse or Expand Collections",
|
||||
@@ -449,8 +452,18 @@
|
||||
"theme_description": "Customize your application theme.",
|
||||
"use_experimental_url_bar": "Use experimental URL bar with environment highlighting",
|
||||
"user": "User",
|
||||
"verified_email": "Verified email",
|
||||
"verify_email": "Verify email"
|
||||
},
|
||||
"shortcodes": {
|
||||
"actions": "Actions",
|
||||
"created_on": "Created on",
|
||||
"deleted": "Shortcode deleted",
|
||||
"method": "Method",
|
||||
"not_found": "Shortcode not found",
|
||||
"short_code": "Short code",
|
||||
"url": "URL"
|
||||
},
|
||||
"shortcut": {
|
||||
"general": {
|
||||
"close_current_menu": "Close current menu",
|
||||
@@ -497,15 +510,6 @@
|
||||
"title": "Theme"
|
||||
}
|
||||
},
|
||||
"shortcodes":{
|
||||
"actions":"Actions",
|
||||
"created_on": "Created on",
|
||||
"deleted" : "Shortcode deleted",
|
||||
"method": "Method",
|
||||
"not_found":"Shortcode not found",
|
||||
"short_code":"Short code",
|
||||
"url": "URL"
|
||||
},
|
||||
"show": {
|
||||
"code": "Show code",
|
||||
"collection": "Expand Collection Panel",
|
||||
@@ -514,11 +518,11 @@
|
||||
},
|
||||
"socketio": {
|
||||
"communication": "Communication",
|
||||
"connection_not_authorized": "This SocketIO connection does not use any authentication.",
|
||||
"event_name": "Event Name",
|
||||
"events": "Events",
|
||||
"log": "Log",
|
||||
"url": "URL",
|
||||
"connection_not_authorized": "This SocketIO connection does not use any authentication."
|
||||
"url": "URL"
|
||||
},
|
||||
"sse": {
|
||||
"event_type": "Event type",
|
||||
@@ -532,6 +536,9 @@
|
||||
"connected": "Connected",
|
||||
"connected_to": "Connected to {name}",
|
||||
"connecting_to": "Connecting to {name}...",
|
||||
"connection_error": "Failed to connect",
|
||||
"connection_failed": "Connection failed",
|
||||
"connection_lost": "Connection lost",
|
||||
"copied_to_clipboard": "Copied to clipboard",
|
||||
"deleted": "Deleted",
|
||||
"deprecated": "DEPRECATED",
|
||||
@@ -546,21 +553,18 @@
|
||||
"history_deleted": "History deleted",
|
||||
"linewrap": "Wrap lines",
|
||||
"loading": "Loading...",
|
||||
"none": "None",
|
||||
"nothing_found": "Nothing found for",
|
||||
"waiting_send_request": "Waiting to send request",
|
||||
"subscribed_success": "Successfully subscribed to topic: {topic}",
|
||||
"unsubscribed_success": "Successfully unsubscribed from topic: {topic}",
|
||||
"subscribed_failed": "Failed to subscribe to topic: {topic}",
|
||||
"unsubscribed_failed": "Failed to unsubscribe from topic: {topic}",
|
||||
"published_message": "Published message: {message} to topic: {topic}",
|
||||
"published_error": "Something went wrong while publishing msg: {topic} to topic: {message}",
|
||||
"message_received": "Message: {message} arrived on topic: {topic}",
|
||||
"mqtt_subscription_failed": "Something went wrong while subscribing to topic: {topic}",
|
||||
"connection_lost": "Connection lost",
|
||||
"connection_failed": "Connection failed",
|
||||
"connection_error": "Failed to connect",
|
||||
"reconnection_error": "Failed to reconnect"
|
||||
"none": "None",
|
||||
"nothing_found": "Nothing found for",
|
||||
"published_error": "Something went wrong while publishing msg: {topic} to topic: {message}",
|
||||
"published_message": "Published message: {message} to topic: {topic}",
|
||||
"reconnection_error": "Failed to reconnect",
|
||||
"subscribed_failed": "Failed to subscribe to topic: {topic}",
|
||||
"subscribed_success": "Successfully subscribed to topic: {topic}",
|
||||
"unsubscribed_failed": "Failed to unsubscribe from topic: {topic}",
|
||||
"unsubscribed_success": "Successfully unsubscribed from topic: {topic}",
|
||||
"waiting_send_request": "Waiting to send request"
|
||||
},
|
||||
"support": {
|
||||
"changelog": "Read more about latest releases",
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
{
|
||||
"action": {
|
||||
"autoscroll": "Autoscroll",
|
||||
"cancel": "Cancelar",
|
||||
"choose_file": "Seleccionar archivo",
|
||||
"clear": "Limpiar",
|
||||
"clear_all": "Limpiar todo",
|
||||
"close": "Close",
|
||||
"connect": "Conectar",
|
||||
"copy": "Copiar",
|
||||
"delete": "Borrar",
|
||||
@@ -11,8 +13,10 @@
|
||||
"dismiss": "Descartar",
|
||||
"dont_save": "Don't save",
|
||||
"download_file": "Descargar archivo",
|
||||
"drag_to_reorder": "Drag to reorder",
|
||||
"duplicate": "Duplicar",
|
||||
"edit": "Editar",
|
||||
"filter_response": "Filter response",
|
||||
"go_back": "Volver",
|
||||
"label": "Etiqueta",
|
||||
"learn_more": "Aprender más",
|
||||
@@ -20,11 +24,14 @@
|
||||
"more": "Más",
|
||||
"new": "Nuevo",
|
||||
"no": "No",
|
||||
"open_workspace": "Open workspace",
|
||||
"paste": "Pegar",
|
||||
"prettify": "Embellecer",
|
||||
"remove": "Eliminar",
|
||||
"restore": "Restaurar",
|
||||
"save": "Guardar",
|
||||
"scroll_to_bottom": "Scroll to bottom",
|
||||
"scroll_to_top": "Scroll to top",
|
||||
"search": "Buscar",
|
||||
"send": "Enviar",
|
||||
"start": "Comenzar",
|
||||
@@ -164,6 +171,7 @@
|
||||
"profile": "Iniciar sesión para ver tu perfil",
|
||||
"protocols": "Los protocolos están vacíos",
|
||||
"schema": "Conectarse a un punto final de GraphQL",
|
||||
"shortcodes": "Shortcodes are empty",
|
||||
"team_name": "Nombre del equipo vacío",
|
||||
"teams": "Los equipos están vacíos",
|
||||
"tests": "No hay pruebas para esta petición"
|
||||
@@ -196,10 +204,13 @@
|
||||
"incorrect_email": "Correo electrónico incorrecto",
|
||||
"invalid_link": "Enlace no válido",
|
||||
"invalid_link_description": "El enlace que has pulsado no es válido o ha caducado.",
|
||||
"json_parsing_failed": "Invalid JSON",
|
||||
"json_prettify_invalid_body": "No se puede aplicar embellecedor a un cuerpo inválido, resuelve errores de sintaxis json y vuelve a intentarlo",
|
||||
"network_error": "Parece que hay un error de red. Por favor, inténtalo de nuevo.",
|
||||
"network_fail": "No se pudo enviar la petición",
|
||||
"no_duration": "Sin duración",
|
||||
"no_results_found": "No matches found",
|
||||
"page_not_found": "This page could not be found",
|
||||
"script_fail": "No se pudo ejecutar el script de solicitud previa",
|
||||
"something_went_wrong": "Algo salió mal",
|
||||
"test_script_fail": "No se ha podido ejecutar la secuencia de comandos posterior a la solicitud"
|
||||
@@ -265,6 +276,10 @@
|
||||
"from_postman_description": "Importar desde una colección de Postman",
|
||||
"from_url": "Importar desde una URL",
|
||||
"gist_url": "Introduce la URL de Gist",
|
||||
"import_from_url_invalid_fetch": "Couldn't get data from the url",
|
||||
"import_from_url_invalid_file_format": "Error while importing collections",
|
||||
"import_from_url_invalid_type": "Unsupported type. accepted values are 'hoppscotch', 'openapi', 'postman', 'insomnia'",
|
||||
"import_from_url_success": "Collections Imported",
|
||||
"json_description": "Importar colecciones desde un archivo JSON de colecciones de Hoppscotch",
|
||||
"title": "Importar"
|
||||
},
|
||||
@@ -331,6 +346,11 @@
|
||||
"body": "Cuerpo de la petición",
|
||||
"choose_language": "Seleccionar lenguaje",
|
||||
"content_type": "Tipo de contenido",
|
||||
"content_type_titles": {
|
||||
"others": "Others",
|
||||
"structured": "Structured",
|
||||
"text": "Text"
|
||||
},
|
||||
"copy_link": "Copiar enlace",
|
||||
"duration": "Duración",
|
||||
"enter_curl": "Ingrese cURL",
|
||||
@@ -360,10 +380,12 @@
|
||||
"title": "Petición",
|
||||
"type": "Tipo de petición",
|
||||
"url": "URL",
|
||||
"variables": "Variables"
|
||||
"variables": "Variables",
|
||||
"view_my_links": "View my links"
|
||||
},
|
||||
"response": {
|
||||
"body": "Cuerpo de respuesta",
|
||||
"filter_response_body": "Filter JSON response body (uses JSONPath syntax)",
|
||||
"headers": "Encabezados",
|
||||
"html": "HTML",
|
||||
"image": "Imagen",
|
||||
@@ -415,6 +437,8 @@
|
||||
"proxy_use_toggle": "Utilizar el middleware de proxy para enviar peticiones",
|
||||
"read_the": "Leer el",
|
||||
"reset_default": "Restablecer a los predeterminados",
|
||||
"short_codes": "Short codes",
|
||||
"short_codes_description": "Short codes which were created by you.",
|
||||
"sidebar_on_left": "Barra lateral a la izquierda",
|
||||
"sync": "Sincronizar",
|
||||
"sync_collections": "Colecciones",
|
||||
@@ -428,8 +452,18 @@
|
||||
"theme_description": "Personaliza el tema de tu aplicación.",
|
||||
"use_experimental_url_bar": "Utilizar la barra de URL experimental con resaltado de entorno",
|
||||
"user": "Usuario",
|
||||
"verified_email": "Verified email",
|
||||
"verify_email": "Verificar correo electrónico"
|
||||
},
|
||||
"shortcodes": {
|
||||
"actions": "Actions",
|
||||
"created_on": "Created on",
|
||||
"deleted": "Shortcode deleted",
|
||||
"method": "Method",
|
||||
"not_found": "Shortcode not found",
|
||||
"short_code": "Short code",
|
||||
"url": "URL"
|
||||
},
|
||||
"shortcut": {
|
||||
"general": {
|
||||
"close_current_menu": "Cerrar el menú actual",
|
||||
@@ -484,6 +518,7 @@
|
||||
},
|
||||
"socketio": {
|
||||
"communication": "Comunicación",
|
||||
"connection_not_authorized": "This SocketIO connection does not use any authentication.",
|
||||
"event_name": "Nombre del evento",
|
||||
"events": "Eventos",
|
||||
"log": "Registro",
|
||||
@@ -501,6 +536,9 @@
|
||||
"connected": "Conectado",
|
||||
"connected_to": "Conectado a {name}",
|
||||
"connecting_to": "Conectando con {name}...",
|
||||
"connection_error": "Failed to connect",
|
||||
"connection_failed": "Connection failed",
|
||||
"connection_lost": "Connection lost",
|
||||
"copied_to_clipboard": "Copiado al portapapeles",
|
||||
"deleted": "Eliminado",
|
||||
"deprecated": "OBSOLETO",
|
||||
@@ -515,8 +553,17 @@
|
||||
"history_deleted": "Historial eliminado",
|
||||
"linewrap": "Envolver líneas",
|
||||
"loading": "Cargando...",
|
||||
"message_received": "Message: {message} arrived on topic: {topic}",
|
||||
"mqtt_subscription_failed": "Something went wrong while subscribing to topic: {topic}",
|
||||
"none": "Ninguno",
|
||||
"nothing_found": "Nada encontrado para",
|
||||
"published_error": "Something went wrong while publishing msg: {topic} to topic: {message}",
|
||||
"published_message": "Published message: {message} to topic: {topic}",
|
||||
"reconnection_error": "Failed to reconnect",
|
||||
"subscribed_failed": "Failed to subscribe to topic: {topic}",
|
||||
"subscribed_success": "Successfully subscribed to topic: {topic}",
|
||||
"unsubscribed_failed": "Failed to unsubscribe from topic: {topic}",
|
||||
"unsubscribed_success": "Successfully unsubscribed from topic: {topic}",
|
||||
"waiting_send_request": "Esperando para enviar petición"
|
||||
},
|
||||
"support": {
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
{
|
||||
"action": {
|
||||
"autoscroll": "Autoscroll",
|
||||
"cancel": "Peruuttaa",
|
||||
"choose_file": "Valitse tiedosto",
|
||||
"clear": "Asia selvä",
|
||||
"clear_all": "Tyhjennä",
|
||||
"close": "Close",
|
||||
"connect": "Kytkeä",
|
||||
"copy": "Kopio",
|
||||
"delete": "Poistaa",
|
||||
@@ -11,8 +13,10 @@
|
||||
"dismiss": "Hylkää",
|
||||
"dont_save": "Don't save",
|
||||
"download_file": "Lataa tiedosto",
|
||||
"drag_to_reorder": "Drag to reorder",
|
||||
"duplicate": "Duplicate",
|
||||
"edit": "Muokata",
|
||||
"filter_response": "Filter response",
|
||||
"go_back": "Mene takaisin",
|
||||
"label": "Etiketti",
|
||||
"learn_more": "Lue lisää",
|
||||
@@ -20,11 +24,14 @@
|
||||
"more": "Lisää",
|
||||
"new": "Uusi",
|
||||
"no": "Ei",
|
||||
"open_workspace": "Open workspace",
|
||||
"paste": "Paste",
|
||||
"prettify": "Koristella",
|
||||
"remove": "Poista",
|
||||
"restore": "Palauttaa",
|
||||
"save": "Tallentaa",
|
||||
"scroll_to_bottom": "Scroll to bottom",
|
||||
"scroll_to_top": "Scroll to top",
|
||||
"search": "Hae",
|
||||
"send": "Lähettää",
|
||||
"start": "alkaa",
|
||||
@@ -164,6 +171,7 @@
|
||||
"profile": "Login in to view your profile",
|
||||
"protocols": "Protokollat ovat tyhjiä",
|
||||
"schema": "Muodosta yhteys GraphQL -päätepisteeseen",
|
||||
"shortcodes": "Shortcodes are empty",
|
||||
"team_name": "Joukkueen nimi tyhjä",
|
||||
"teams": "Joukkueet ovat tyhjiä",
|
||||
"tests": "Tätä pyyntöä ei ole testattu"
|
||||
@@ -196,10 +204,13 @@
|
||||
"incorrect_email": "Incorrect email",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "The link you clicked is invalid or expired.",
|
||||
"json_parsing_failed": "Invalid JSON",
|
||||
"json_prettify_invalid_body": "Virheellistä runkoa ei voitu määrittää, ratkaista json -syntaksivirheitä ja yrittää uudelleen",
|
||||
"network_error": "There seems to be a network error. Please try again.",
|
||||
"network_fail": "Pyyntöä ei voitu lähettää",
|
||||
"no_duration": "Ei kestoa",
|
||||
"no_results_found": "No matches found",
|
||||
"page_not_found": "This page could not be found",
|
||||
"script_fail": "Ennakkopyyntöskriptiä ei voitu suorittaa",
|
||||
"something_went_wrong": "Jotain meni pieleen",
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
@@ -265,6 +276,10 @@
|
||||
"from_postman_description": "Import from Postman collection",
|
||||
"from_url": "Import from URL",
|
||||
"gist_url": "Anna Gist URL",
|
||||
"import_from_url_invalid_fetch": "Couldn't get data from the url",
|
||||
"import_from_url_invalid_file_format": "Error while importing collections",
|
||||
"import_from_url_invalid_type": "Unsupported type. accepted values are 'hoppscotch', 'openapi', 'postman', 'insomnia'",
|
||||
"import_from_url_success": "Collections Imported",
|
||||
"json_description": "Import collections from a Hoppscotch Collections JSON file",
|
||||
"title": "Tuonti"
|
||||
},
|
||||
@@ -331,6 +346,11 @@
|
||||
"body": "Pyynnön runko",
|
||||
"choose_language": "Valitse kieli",
|
||||
"content_type": "Sisältötyyppi",
|
||||
"content_type_titles": {
|
||||
"others": "Others",
|
||||
"structured": "Structured",
|
||||
"text": "Text"
|
||||
},
|
||||
"copy_link": "Kopioi linkki",
|
||||
"duration": "Kesto",
|
||||
"enter_curl": "Kirjoita cURL",
|
||||
@@ -360,10 +380,12 @@
|
||||
"title": "Pyyntö",
|
||||
"type": "Pyynnön tyyppi",
|
||||
"url": "URL -osoite",
|
||||
"variables": "Muuttujat"
|
||||
"variables": "Muuttujat",
|
||||
"view_my_links": "View my links"
|
||||
},
|
||||
"response": {
|
||||
"body": "Vastauselin",
|
||||
"filter_response_body": "Filter JSON response body (uses JSONPath syntax)",
|
||||
"headers": "Otsikot",
|
||||
"html": "HTML",
|
||||
"image": "Kuva",
|
||||
@@ -415,6 +437,8 @@
|
||||
"proxy_use_toggle": "Käytä välityspalvelimen väliohjelmistoa pyyntöjen lähettämiseen",
|
||||
"read_the": "Lue",
|
||||
"reset_default": "Palauta oletusarvoon",
|
||||
"short_codes": "Short codes",
|
||||
"short_codes_description": "Short codes which were created by you.",
|
||||
"sidebar_on_left": "Sidebar on left",
|
||||
"sync": "Synkronoida",
|
||||
"sync_collections": "Kokoelmat",
|
||||
@@ -428,8 +452,18 @@
|
||||
"theme_description": "Mukauta sovellusteemaa.",
|
||||
"use_experimental_url_bar": "Käytä kokeellista URL -palkkia ympäristön korostamisen kanssa",
|
||||
"user": "Käyttäjä",
|
||||
"verified_email": "Verified email",
|
||||
"verify_email": "Verify email"
|
||||
},
|
||||
"shortcodes": {
|
||||
"actions": "Actions",
|
||||
"created_on": "Created on",
|
||||
"deleted": "Shortcode deleted",
|
||||
"method": "Method",
|
||||
"not_found": "Shortcode not found",
|
||||
"short_code": "Short code",
|
||||
"url": "URL"
|
||||
},
|
||||
"shortcut": {
|
||||
"general": {
|
||||
"close_current_menu": "Sulje nykyinen valikko",
|
||||
@@ -484,6 +518,7 @@
|
||||
},
|
||||
"socketio": {
|
||||
"communication": "Viestintä",
|
||||
"connection_not_authorized": "This SocketIO connection does not use any authentication.",
|
||||
"event_name": "Tapahtuman nimi",
|
||||
"events": "Tapahtumat",
|
||||
"log": "Hirsi",
|
||||
@@ -501,6 +536,9 @@
|
||||
"connected": "Yhdistetty",
|
||||
"connected_to": "Yhdistetty kohteeseen {name}",
|
||||
"connecting_to": "Yhdistetään kohteeseen {name} ...",
|
||||
"connection_error": "Failed to connect",
|
||||
"connection_failed": "Connection failed",
|
||||
"connection_lost": "Connection lost",
|
||||
"copied_to_clipboard": "Kopioitu leikepöydälle",
|
||||
"deleted": "Poistettu",
|
||||
"deprecated": "POISTETTU",
|
||||
@@ -515,8 +553,17 @@
|
||||
"history_deleted": "Historia poistettu",
|
||||
"linewrap": "Kääri linjat",
|
||||
"loading": "Ladataan...",
|
||||
"message_received": "Message: {message} arrived on topic: {topic}",
|
||||
"mqtt_subscription_failed": "Something went wrong while subscribing to topic: {topic}",
|
||||
"none": "Ei mitään",
|
||||
"nothing_found": "Mitään ei löytynyt",
|
||||
"published_error": "Something went wrong while publishing msg: {topic} to topic: {message}",
|
||||
"published_message": "Published message: {message} to topic: {topic}",
|
||||
"reconnection_error": "Failed to reconnect",
|
||||
"subscribed_failed": "Failed to subscribe to topic: {topic}",
|
||||
"subscribed_success": "Successfully subscribed to topic: {topic}",
|
||||
"unsubscribed_failed": "Failed to unsubscribe from topic: {topic}",
|
||||
"unsubscribed_success": "Successfully unsubscribed from topic: {topic}",
|
||||
"waiting_send_request": "Odottaa pyynnön lähettämistä"
|
||||
},
|
||||
"support": {
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
{
|
||||
"action": {
|
||||
"autoscroll": "Autoscroll",
|
||||
"cancel": "Annuler",
|
||||
"choose_file": "Choisir un fichier",
|
||||
"clear": "Effacer",
|
||||
"clear_all": "Tout effacer",
|
||||
"close": "Close",
|
||||
"connect": "Connecter",
|
||||
"copy": "Copier",
|
||||
"delete": "Supprimer",
|
||||
@@ -11,8 +13,10 @@
|
||||
"dismiss": "Rejeter",
|
||||
"dont_save": "Don't save",
|
||||
"download_file": "Télécharger le fichier",
|
||||
"drag_to_reorder": "Drag to reorder",
|
||||
"duplicate": "Dupliquer",
|
||||
"edit": "Éditer",
|
||||
"filter_response": "Filter response",
|
||||
"go_back": "Retour",
|
||||
"label": "Étiqueter",
|
||||
"learn_more": "En savoir plus",
|
||||
@@ -20,11 +24,14 @@
|
||||
"more": "Suite",
|
||||
"new": "Nouveau",
|
||||
"no": "Non",
|
||||
"open_workspace": "Open workspace",
|
||||
"paste": "Paste",
|
||||
"prettify": "Formater",
|
||||
"remove": "Supprimer",
|
||||
"restore": "Restaurer",
|
||||
"save": "Sauvegarder",
|
||||
"scroll_to_bottom": "Scroll to bottom",
|
||||
"scroll_to_top": "Scroll to top",
|
||||
"search": "Chercher",
|
||||
"send": "Envoyer",
|
||||
"start": "Démarrer",
|
||||
@@ -164,6 +171,7 @@
|
||||
"profile": "Login in to view your profile",
|
||||
"protocols": "Les protocoles sont vides",
|
||||
"schema": "Se connecter à un point de terminaison GraphQL",
|
||||
"shortcodes": "Shortcodes are empty",
|
||||
"team_name": "Nom de l'équipe vide",
|
||||
"teams": "Les équipes sont vides",
|
||||
"tests": "Il n'y a pas de tests pour cette requête"
|
||||
@@ -196,10 +204,13 @@
|
||||
"incorrect_email": "Incorrect email",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "The link you clicked is invalid or expired.",
|
||||
"json_parsing_failed": "Invalid JSON",
|
||||
"json_prettify_invalid_body": "Impossible de formater un corps non valide, résolvez les erreurs de syntaxe json et réessayez",
|
||||
"network_error": "There seems to be a network error. Please try again.",
|
||||
"network_fail": "Impossible d'envoyer la requête",
|
||||
"no_duration": "Pas de durée",
|
||||
"no_results_found": "No matches found",
|
||||
"page_not_found": "This page could not be found",
|
||||
"script_fail": "Impossible d'exécuter le script de pré-requête",
|
||||
"something_went_wrong": "Quelque chose s'est mal passé",
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
@@ -265,6 +276,10 @@
|
||||
"from_postman_description": "Import from Postman collection",
|
||||
"from_url": "Import from URL",
|
||||
"gist_url": "Entrez l'URL principale",
|
||||
"import_from_url_invalid_fetch": "Couldn't get data from the url",
|
||||
"import_from_url_invalid_file_format": "Error while importing collections",
|
||||
"import_from_url_invalid_type": "Unsupported type. accepted values are 'hoppscotch', 'openapi', 'postman', 'insomnia'",
|
||||
"import_from_url_success": "Collections Imported",
|
||||
"json_description": "Import collections from a Hoppscotch Collections JSON file",
|
||||
"title": "Importer"
|
||||
},
|
||||
@@ -331,6 +346,11 @@
|
||||
"body": "Corps de la requête",
|
||||
"choose_language": "Choisissez la langue",
|
||||
"content_type": "Type de contenu",
|
||||
"content_type_titles": {
|
||||
"others": "Others",
|
||||
"structured": "Structured",
|
||||
"text": "Text"
|
||||
},
|
||||
"copy_link": "Copier le lien",
|
||||
"duration": "Durée",
|
||||
"enter_curl": "Entrer cURL",
|
||||
@@ -360,10 +380,12 @@
|
||||
"title": "Requête",
|
||||
"type": "Type de requête",
|
||||
"url": "URL",
|
||||
"variables": "Variables"
|
||||
"variables": "Variables",
|
||||
"view_my_links": "View my links"
|
||||
},
|
||||
"response": {
|
||||
"body": "Corps de réponse",
|
||||
"filter_response_body": "Filter JSON response body (uses JSONPath syntax)",
|
||||
"headers": "En-têtes",
|
||||
"html": "HTML",
|
||||
"image": "Image",
|
||||
@@ -415,6 +437,8 @@
|
||||
"proxy_use_toggle": "Utiliser le proxy pour envoyer des requêtes",
|
||||
"read_the": "Lire la",
|
||||
"reset_default": "Réinitialiser par défaut",
|
||||
"short_codes": "Short codes",
|
||||
"short_codes_description": "Short codes which were created by you.",
|
||||
"sidebar_on_left": "Sidebar on left",
|
||||
"sync": "Synchroniser",
|
||||
"sync_collections": "Collections",
|
||||
@@ -428,8 +452,18 @@
|
||||
"theme_description": "Personnalisez le thème de votre application.",
|
||||
"use_experimental_url_bar": "Utiliser la barre d'URL expérimentale avec mise en évidence de l'environnement",
|
||||
"user": "Utilisateur",
|
||||
"verified_email": "Verified email",
|
||||
"verify_email": "Verify email"
|
||||
},
|
||||
"shortcodes": {
|
||||
"actions": "Actions",
|
||||
"created_on": "Created on",
|
||||
"deleted": "Shortcode deleted",
|
||||
"method": "Method",
|
||||
"not_found": "Shortcode not found",
|
||||
"short_code": "Short code",
|
||||
"url": "URL"
|
||||
},
|
||||
"shortcut": {
|
||||
"general": {
|
||||
"close_current_menu": "Fermer le menu actuel",
|
||||
@@ -484,6 +518,7 @@
|
||||
},
|
||||
"socketio": {
|
||||
"communication": "Communication",
|
||||
"connection_not_authorized": "This SocketIO connection does not use any authentication.",
|
||||
"event_name": "Nom de l'événement",
|
||||
"events": "Événements",
|
||||
"log": "Infos",
|
||||
@@ -501,6 +536,9 @@
|
||||
"connected": "Connecté",
|
||||
"connected_to": "Connecté à {nom}",
|
||||
"connecting_to": "Connexion à {nom}...",
|
||||
"connection_error": "Failed to connect",
|
||||
"connection_failed": "Connection failed",
|
||||
"connection_lost": "Connection lost",
|
||||
"copied_to_clipboard": "Copié dans le presse-papier",
|
||||
"deleted": "Supprimé",
|
||||
"deprecated": "DÉCONSEILLÉ",
|
||||
@@ -515,8 +553,17 @@
|
||||
"history_deleted": "Historique supprimé",
|
||||
"linewrap": "Retour à la ligne",
|
||||
"loading": "Chargement...",
|
||||
"message_received": "Message: {message} arrived on topic: {topic}",
|
||||
"mqtt_subscription_failed": "Something went wrong while subscribing to topic: {topic}",
|
||||
"none": "Rien",
|
||||
"nothing_found": "Rien trouvé pour",
|
||||
"published_error": "Something went wrong while publishing msg: {topic} to topic: {message}",
|
||||
"published_message": "Published message: {message} to topic: {topic}",
|
||||
"reconnection_error": "Failed to reconnect",
|
||||
"subscribed_failed": "Failed to subscribe to topic: {topic}",
|
||||
"subscribed_success": "Successfully subscribed to topic: {topic}",
|
||||
"unsubscribed_failed": "Failed to unsubscribe from topic: {topic}",
|
||||
"unsubscribed_success": "Successfully unsubscribed from topic: {topic}",
|
||||
"waiting_send_request": "En attente d'envoi de la requête"
|
||||
},
|
||||
"support": {
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
{
|
||||
"action": {
|
||||
"autoscroll": "Autoscroll",
|
||||
"cancel": "לְבַטֵל",
|
||||
"choose_file": "בחר קובץ",
|
||||
"clear": "ברור",
|
||||
"clear_all": "נקה הכל",
|
||||
"close": "Close",
|
||||
"connect": "לְחַבֵּר",
|
||||
"copy": "עותק",
|
||||
"delete": "לִמְחוֹק",
|
||||
@@ -11,8 +13,10 @@
|
||||
"dismiss": "לשחרר",
|
||||
"dont_save": "Don't save",
|
||||
"download_file": "הורד קובץ",
|
||||
"drag_to_reorder": "Drag to reorder",
|
||||
"duplicate": "Duplicate",
|
||||
"edit": "לַעֲרוֹך",
|
||||
"filter_response": "Filter response",
|
||||
"go_back": "תחזור",
|
||||
"label": "תווית",
|
||||
"learn_more": "למד עוד",
|
||||
@@ -20,11 +24,14 @@
|
||||
"more": "יותר",
|
||||
"new": "חָדָשׁ",
|
||||
"no": "לא",
|
||||
"open_workspace": "Open workspace",
|
||||
"paste": "Paste",
|
||||
"prettify": "לְיַפּוֹת",
|
||||
"remove": "לְהַסִיר",
|
||||
"restore": "לשחזר",
|
||||
"save": "להציל",
|
||||
"scroll_to_bottom": "Scroll to bottom",
|
||||
"scroll_to_top": "Scroll to top",
|
||||
"search": "לחפש",
|
||||
"send": "לִשְׁלוֹחַ",
|
||||
"start": "הַתחָלָה",
|
||||
@@ -164,6 +171,7 @@
|
||||
"profile": "Login in to view your profile",
|
||||
"protocols": "הפרוטוקולים ריקים",
|
||||
"schema": "התחבר לנקודת קצה של GraphQL",
|
||||
"shortcodes": "Shortcodes are empty",
|
||||
"team_name": "שם הקבוצה ריק",
|
||||
"teams": "הקבוצות ריקות",
|
||||
"tests": "אין בדיקות לבקשה זו"
|
||||
@@ -196,10 +204,13 @@
|
||||
"incorrect_email": "Incorrect email",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "The link you clicked is invalid or expired.",
|
||||
"json_parsing_failed": "Invalid JSON",
|
||||
"json_prettify_invalid_body": "לא ניתן היה לייפות גוף לא חוקי, לפתור שגיאות תחביר של json ולנסות שוב",
|
||||
"network_error": "There seems to be a network error. Please try again.",
|
||||
"network_fail": "לא ניתן היה לשלוח בקשה",
|
||||
"no_duration": "אין משך זמן",
|
||||
"no_results_found": "No matches found",
|
||||
"page_not_found": "This page could not be found",
|
||||
"script_fail": "לא ניתן להפעיל סקריפט של בקשה מראש",
|
||||
"something_went_wrong": "משהו השתבש",
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
@@ -265,6 +276,10 @@
|
||||
"from_postman_description": "Import from Postman collection",
|
||||
"from_url": "Import from URL",
|
||||
"gist_url": "הזן Gist URL",
|
||||
"import_from_url_invalid_fetch": "Couldn't get data from the url",
|
||||
"import_from_url_invalid_file_format": "Error while importing collections",
|
||||
"import_from_url_invalid_type": "Unsupported type. accepted values are 'hoppscotch', 'openapi', 'postman', 'insomnia'",
|
||||
"import_from_url_success": "Collections Imported",
|
||||
"json_description": "Import collections from a Hoppscotch Collections JSON file",
|
||||
"title": "יְבוּא"
|
||||
},
|
||||
@@ -331,6 +346,11 @@
|
||||
"body": "גוף הבקשה",
|
||||
"choose_language": "בחר שפה",
|
||||
"content_type": "סוג תוכן",
|
||||
"content_type_titles": {
|
||||
"others": "Others",
|
||||
"structured": "Structured",
|
||||
"text": "Text"
|
||||
},
|
||||
"copy_link": "העתק קישור",
|
||||
"duration": "מֶשֶׁך",
|
||||
"enter_curl": "הזן cURL",
|
||||
@@ -360,10 +380,12 @@
|
||||
"title": "בַּקָשָׁה",
|
||||
"type": "סוג בקשה",
|
||||
"url": "כתובת URL",
|
||||
"variables": "משתנים"
|
||||
"variables": "משתנים",
|
||||
"view_my_links": "View my links"
|
||||
},
|
||||
"response": {
|
||||
"body": "גוף תגובה",
|
||||
"filter_response_body": "Filter JSON response body (uses JSONPath syntax)",
|
||||
"headers": "כותרות",
|
||||
"html": "HTML",
|
||||
"image": "תמונה",
|
||||
@@ -415,6 +437,8 @@
|
||||
"proxy_use_toggle": "השתמש בתוכנת ה- proxy באמצע כדי לשלוח בקשות",
|
||||
"read_the": "קרא את ה",
|
||||
"reset_default": "אפס לברירת המחדל",
|
||||
"short_codes": "Short codes",
|
||||
"short_codes_description": "Short codes which were created by you.",
|
||||
"sidebar_on_left": "Sidebar on left",
|
||||
"sync": "לְסַנכְרֵן",
|
||||
"sync_collections": "אוספים",
|
||||
@@ -428,8 +452,18 @@
|
||||
"theme_description": "התאם אישית את נושא היישום שלך.",
|
||||
"use_experimental_url_bar": "השתמש בשורת כתובת URL ניסיונית עם הדגשת סביבה",
|
||||
"user": "מִשׁתַמֵשׁ",
|
||||
"verified_email": "Verified email",
|
||||
"verify_email": "Verify email"
|
||||
},
|
||||
"shortcodes": {
|
||||
"actions": "Actions",
|
||||
"created_on": "Created on",
|
||||
"deleted": "Shortcode deleted",
|
||||
"method": "Method",
|
||||
"not_found": "Shortcode not found",
|
||||
"short_code": "Short code",
|
||||
"url": "URL"
|
||||
},
|
||||
"shortcut": {
|
||||
"general": {
|
||||
"close_current_menu": "סגור את התפריט הנוכחי",
|
||||
@@ -484,6 +518,7 @@
|
||||
},
|
||||
"socketio": {
|
||||
"communication": "תִקשׁוֹרֶת",
|
||||
"connection_not_authorized": "This SocketIO connection does not use any authentication.",
|
||||
"event_name": "שם אירוע",
|
||||
"events": "אירועים",
|
||||
"log": "עֵץ",
|
||||
@@ -501,6 +536,9 @@
|
||||
"connected": "מְחוּבָּר",
|
||||
"connected_to": "מחובר אל {name}",
|
||||
"connecting_to": "מתחבר אל {name} ...",
|
||||
"connection_error": "Failed to connect",
|
||||
"connection_failed": "Connection failed",
|
||||
"connection_lost": "Connection lost",
|
||||
"copied_to_clipboard": "הועתק ללוח",
|
||||
"deleted": "נמחק",
|
||||
"deprecated": "מופחת",
|
||||
@@ -515,8 +553,17 @@
|
||||
"history_deleted": "ההיסטוריה נמחקה",
|
||||
"linewrap": "עוטפים קווים",
|
||||
"loading": "טעינה...",
|
||||
"message_received": "Message: {message} arrived on topic: {topic}",
|
||||
"mqtt_subscription_failed": "Something went wrong while subscribing to topic: {topic}",
|
||||
"none": "אף אחד",
|
||||
"nothing_found": "שום דבר לא נמצא עבור",
|
||||
"published_error": "Something went wrong while publishing msg: {topic} to topic: {message}",
|
||||
"published_message": "Published message: {message} to topic: {topic}",
|
||||
"reconnection_error": "Failed to reconnect",
|
||||
"subscribed_failed": "Failed to subscribe to topic: {topic}",
|
||||
"subscribed_success": "Successfully subscribed to topic: {topic}",
|
||||
"unsubscribed_failed": "Failed to unsubscribe from topic: {topic}",
|
||||
"unsubscribed_success": "Successfully unsubscribed from topic: {topic}",
|
||||
"waiting_send_request": "מחכה לשלוח בקשה"
|
||||
},
|
||||
"support": {
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
"choose_file": "Válasszon egy fájlt",
|
||||
"clear": "Törlés",
|
||||
"clear_all": "Összes törlése",
|
||||
"close": "Close",
|
||||
"connect": "Kapcsolódás",
|
||||
"copy": "Másolás",
|
||||
"delete": "Törlés",
|
||||
@@ -12,8 +13,10 @@
|
||||
"dismiss": "Eltüntetés",
|
||||
"dont_save": "Ne mentse",
|
||||
"download_file": "Fájl letöltése",
|
||||
"drag_to_reorder": "Drag to reorder",
|
||||
"duplicate": "Kettőzés",
|
||||
"edit": "Szerkesztés",
|
||||
"filter_response": "Filter response",
|
||||
"go_back": "Vissza",
|
||||
"label": "Címke",
|
||||
"learn_more": "Tudjon meg többet",
|
||||
@@ -21,6 +24,7 @@
|
||||
"more": "Több",
|
||||
"new": "Új",
|
||||
"no": "Nem",
|
||||
"open_workspace": "Open workspace",
|
||||
"paste": "Beillesztés",
|
||||
"prettify": "Csinosítás",
|
||||
"remove": "Eltávolítás",
|
||||
@@ -167,6 +171,7 @@
|
||||
"profile": "Jelentkezzen be a profilja megtekintéséhez",
|
||||
"protocols": "A protokollok üresek",
|
||||
"schema": "Kapcsolódjon egy GraphQL-végponthoz a séma megtekintéséhez",
|
||||
"shortcodes": "Shortcodes are empty",
|
||||
"team_name": "A csapat neve üres",
|
||||
"teams": "Ön nem tartozik semmilyen csapathoz",
|
||||
"tests": "Nincsenek tesztek ehhez a kéréshez"
|
||||
@@ -199,10 +204,13 @@
|
||||
"incorrect_email": "Hibás e-mail",
|
||||
"invalid_link": "Érvénytelen hivatkozás",
|
||||
"invalid_link_description": "A kattintott hivatkozás érvénytelen vagy lejárt.",
|
||||
"json_parsing_failed": "Invalid JSON",
|
||||
"json_prettify_invalid_body": "Nem sikerült csinosítani egy érvénytelen törzset, oldja meg a JSON szintaktikai hibáit, és próbálja újra",
|
||||
"network_error": "Úgy tűnik, hogy hálózati hiba van. Próbálja újra.",
|
||||
"network_fail": "Nem sikerült elküldeni a kérést",
|
||||
"no_duration": "Nincs időtartam",
|
||||
"no_results_found": "No matches found",
|
||||
"page_not_found": "This page could not be found",
|
||||
"script_fail": "Nem sikerült végrehajtani a kérés előtti parancsfájlt",
|
||||
"something_went_wrong": "Valami elromlott",
|
||||
"test_script_fail": "Nem sikerült végrehajtani a kérés utáni parancsfájlt"
|
||||
@@ -268,12 +276,12 @@
|
||||
"from_postman_description": "Importálás Postman-gyűjteményből",
|
||||
"from_url": "Importálás URL-ből",
|
||||
"gist_url": "Gist URL megadása",
|
||||
"json_description": "Gyűjtemények importálása Hoppscotch-gyűjtemények JSON-fájlból",
|
||||
"title": "Importálás",
|
||||
"import_from_url_success": "Gyűjtemények importálva",
|
||||
"import_from_url_invalid_fetch": "Nem sikerült lekérni az adatokat az URL-ről",
|
||||
"import_from_url_invalid_file_format": "Hiba a gyűjtemények importálása során",
|
||||
"import_from_url_invalid_type": "Nem támogatott típus. Az elfogadott értékek: „hoppscotch”, „openapi”, „postman” vagy „insomnia”.",
|
||||
"import_from_url_invalid_fetch": "Nem sikerült lekérni az adatokat az URL-ről"
|
||||
"import_from_url_success": "Gyűjtemények importálva",
|
||||
"json_description": "Gyűjtemények importálása Hoppscotch-gyűjtemények JSON-fájlból",
|
||||
"title": "Importálás"
|
||||
},
|
||||
"layout": {
|
||||
"collapse_collection": "Gyűjtemények összecsukása vagy kinyitása",
|
||||
@@ -338,6 +346,11 @@
|
||||
"body": "Kérés törzse",
|
||||
"choose_language": "Nyelv kiválasztása",
|
||||
"content_type": "Tartalom típusa",
|
||||
"content_type_titles": {
|
||||
"others": "Others",
|
||||
"structured": "Structured",
|
||||
"text": "Text"
|
||||
},
|
||||
"copy_link": "Hivatkozás másolása",
|
||||
"duration": "Időtartam",
|
||||
"enter_curl": "cURL megadása",
|
||||
@@ -367,10 +380,12 @@
|
||||
"title": "Kérés",
|
||||
"type": "Kérés típusa",
|
||||
"url": "URL",
|
||||
"variables": "Változók"
|
||||
"variables": "Változók",
|
||||
"view_my_links": "View my links"
|
||||
},
|
||||
"response": {
|
||||
"body": "Válasz törzse",
|
||||
"filter_response_body": "Filter JSON response body (uses JSONPath syntax)",
|
||||
"headers": "Fejlécek",
|
||||
"html": "HTML",
|
||||
"image": "Kép",
|
||||
@@ -422,6 +437,8 @@
|
||||
"proxy_use_toggle": "A proxy középprogram használata a kérések küldéséhez",
|
||||
"read_the": "Olvassa el:",
|
||||
"reset_default": "Visszaállítás az alapértelmezettre",
|
||||
"short_codes": "Short codes",
|
||||
"short_codes_description": "Short codes which were created by you.",
|
||||
"sidebar_on_left": "Oldalsáv a bal oldalon",
|
||||
"sync": "Szinkronizálás",
|
||||
"sync_collections": "Gyűjtemények",
|
||||
@@ -435,8 +452,18 @@
|
||||
"theme_description": "Az alkalmazás témájának személyre szabása.",
|
||||
"use_experimental_url_bar": "Kísérleti URL-sáv használata a környezet kiemelésével",
|
||||
"user": "Felhasználó",
|
||||
"verified_email": "Verified email",
|
||||
"verify_email": "E-mail-cím ellenőrzése"
|
||||
},
|
||||
"shortcodes": {
|
||||
"actions": "Actions",
|
||||
"created_on": "Created on",
|
||||
"deleted": "Shortcode deleted",
|
||||
"method": "Method",
|
||||
"not_found": "Shortcode not found",
|
||||
"short_code": "Short code",
|
||||
"url": "URL"
|
||||
},
|
||||
"shortcut": {
|
||||
"general": {
|
||||
"close_current_menu": "Jelenlegi menü bezárása",
|
||||
@@ -491,6 +518,7 @@
|
||||
},
|
||||
"socketio": {
|
||||
"communication": "Kommunikáció",
|
||||
"connection_not_authorized": "This SocketIO connection does not use any authentication.",
|
||||
"event_name": "Esemény neve",
|
||||
"events": "Események",
|
||||
"log": "Napló",
|
||||
@@ -508,6 +536,9 @@
|
||||
"connected": "Kapcsolódva",
|
||||
"connected_to": "Kapcsolódva ehhez: {name}",
|
||||
"connecting_to": "Kapcsolódás ehhez: {name}…",
|
||||
"connection_error": "Failed to connect",
|
||||
"connection_failed": "Connection failed",
|
||||
"connection_lost": "Connection lost",
|
||||
"copied_to_clipboard": "Vágólapra másolva",
|
||||
"deleted": "Törölve",
|
||||
"deprecated": "ELAVULT",
|
||||
@@ -522,8 +553,17 @@
|
||||
"history_deleted": "Előzmények törölve",
|
||||
"linewrap": "Sorok tördelése",
|
||||
"loading": "Betöltés…",
|
||||
"message_received": "Message: {message} arrived on topic: {topic}",
|
||||
"mqtt_subscription_failed": "Something went wrong while subscribing to topic: {topic}",
|
||||
"none": "Nincs",
|
||||
"nothing_found": "Semmi sem található ehhez:",
|
||||
"published_error": "Something went wrong while publishing msg: {topic} to topic: {message}",
|
||||
"published_message": "Published message: {message} to topic: {topic}",
|
||||
"reconnection_error": "Failed to reconnect",
|
||||
"subscribed_failed": "Failed to subscribe to topic: {topic}",
|
||||
"subscribed_success": "Successfully subscribed to topic: {topic}",
|
||||
"unsubscribed_failed": "Failed to unsubscribe from topic: {topic}",
|
||||
"unsubscribed_success": "Successfully unsubscribed from topic: {topic}",
|
||||
"waiting_send_request": "Várakozás a kérés elküldésére"
|
||||
},
|
||||
"support": {
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
{
|
||||
"action": {
|
||||
"autoscroll": "Autoscroll",
|
||||
"cancel": "Annulla",
|
||||
"choose_file": "Scegli un file",
|
||||
"clear": "Cancella",
|
||||
"clear_all": "Cancella tutto",
|
||||
"close": "Close",
|
||||
"connect": "Connetti",
|
||||
"copy": "Copia",
|
||||
"delete": "Elimina",
|
||||
@@ -11,8 +13,10 @@
|
||||
"dismiss": "Abbandona",
|
||||
"dont_save": "Don't save",
|
||||
"download_file": "Scarica file",
|
||||
"drag_to_reorder": "Drag to reorder",
|
||||
"duplicate": "Duplica",
|
||||
"edit": "Modifica",
|
||||
"filter_response": "Filter response",
|
||||
"go_back": "Torna indietro",
|
||||
"label": "Etichetta",
|
||||
"learn_more": "Per saperne di più",
|
||||
@@ -20,11 +24,14 @@
|
||||
"more": "Di più",
|
||||
"new": "Nuovo",
|
||||
"no": "No",
|
||||
"open_workspace": "Open workspace",
|
||||
"paste": "Paste",
|
||||
"prettify": "Abbellisci",
|
||||
"remove": "Rimuovi",
|
||||
"restore": "Ripristina",
|
||||
"save": "Salva",
|
||||
"scroll_to_bottom": "Scroll to bottom",
|
||||
"scroll_to_top": "Scroll to top",
|
||||
"search": "Cerca",
|
||||
"send": "Invia",
|
||||
"start": "Avvia",
|
||||
@@ -164,6 +171,7 @@
|
||||
"profile": "Accedi per mostrare il tuo profilo",
|
||||
"protocols": "I protocolli sono vuoti",
|
||||
"schema": "Connettiti a un endpoint GraphQL per mostrare lo schema",
|
||||
"shortcodes": "Shortcodes are empty",
|
||||
"team_name": "Il nome del team è vuoto",
|
||||
"teams": "I team sono vuoti",
|
||||
"tests": "Non ci sono test per questa richiesta"
|
||||
@@ -196,10 +204,13 @@
|
||||
"incorrect_email": "Indirizzo email errato",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "The link you clicked is invalid or expired.",
|
||||
"json_parsing_failed": "Invalid JSON",
|
||||
"json_prettify_invalid_body": "Impossibile abbellire un corpo non valido, risolvere gli errori di sintassi JSON e riprovare",
|
||||
"network_error": "Sembra ci sia un problema di rete. Per favore prova di nuovo.",
|
||||
"network_fail": "Impossibile inviare la richiesta",
|
||||
"no_duration": "Nessuna durata",
|
||||
"no_results_found": "No matches found",
|
||||
"page_not_found": "This page could not be found",
|
||||
"script_fail": "Impossibile eseguire lo script di pre-richiesta",
|
||||
"something_went_wrong": "Qualcosa è andato storto",
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
@@ -265,6 +276,10 @@
|
||||
"from_postman_description": "Import from Postman collection",
|
||||
"from_url": "Import from URL",
|
||||
"gist_url": "Inserisci l'URL del Gist",
|
||||
"import_from_url_invalid_fetch": "Couldn't get data from the url",
|
||||
"import_from_url_invalid_file_format": "Error while importing collections",
|
||||
"import_from_url_invalid_type": "Unsupported type. accepted values are 'hoppscotch', 'openapi', 'postman', 'insomnia'",
|
||||
"import_from_url_success": "Collections Imported",
|
||||
"json_description": "Import collections from a Hoppscotch Collections JSON file",
|
||||
"title": "Importa"
|
||||
},
|
||||
@@ -331,6 +346,11 @@
|
||||
"body": "Corpo della richiesta",
|
||||
"choose_language": "Scegli la lingua",
|
||||
"content_type": "Tipo di contenuto (Content Type)",
|
||||
"content_type_titles": {
|
||||
"others": "Others",
|
||||
"structured": "Structured",
|
||||
"text": "Text"
|
||||
},
|
||||
"copy_link": "Copia collegamento",
|
||||
"duration": "Durata",
|
||||
"enter_curl": "Inserisci cURL",
|
||||
@@ -360,10 +380,12 @@
|
||||
"title": "Richiesta",
|
||||
"type": "Tipo di richiesta",
|
||||
"url": "URL",
|
||||
"variables": "Variabili"
|
||||
"variables": "Variabili",
|
||||
"view_my_links": "View my links"
|
||||
},
|
||||
"response": {
|
||||
"body": "Corpo della risposta",
|
||||
"filter_response_body": "Filter JSON response body (uses JSONPath syntax)",
|
||||
"headers": "Intestazioni",
|
||||
"html": "HTML",
|
||||
"image": "Immagine",
|
||||
@@ -415,6 +437,8 @@
|
||||
"proxy_use_toggle": "Usa il middleware proxy per inviare richieste",
|
||||
"read_the": "Leggi il",
|
||||
"reset_default": "Riporta alle impostazioni originali",
|
||||
"short_codes": "Short codes",
|
||||
"short_codes_description": "Short codes which were created by you.",
|
||||
"sidebar_on_left": "Barra laterale a sinistra",
|
||||
"sync": "Sincronizza",
|
||||
"sync_collections": "Raccolte",
|
||||
@@ -428,8 +452,18 @@
|
||||
"theme_description": "Personalizza il tema della tua applicazione.",
|
||||
"use_experimental_url_bar": "Usa la barra degli URL sperimentale con l'evidenziazione dell'ambiente",
|
||||
"user": "Utente",
|
||||
"verified_email": "Verified email",
|
||||
"verify_email": "Verify email"
|
||||
},
|
||||
"shortcodes": {
|
||||
"actions": "Actions",
|
||||
"created_on": "Created on",
|
||||
"deleted": "Shortcode deleted",
|
||||
"method": "Method",
|
||||
"not_found": "Shortcode not found",
|
||||
"short_code": "Short code",
|
||||
"url": "URL"
|
||||
},
|
||||
"shortcut": {
|
||||
"general": {
|
||||
"close_current_menu": "Chiudi il menu attuale",
|
||||
@@ -484,6 +518,7 @@
|
||||
},
|
||||
"socketio": {
|
||||
"communication": "Comunicazione",
|
||||
"connection_not_authorized": "This SocketIO connection does not use any authentication.",
|
||||
"event_name": "Nome dell'evento",
|
||||
"events": "Eventi",
|
||||
"log": "Log",
|
||||
@@ -501,6 +536,9 @@
|
||||
"connected": "Connesso",
|
||||
"connected_to": "Connesso a {nome}",
|
||||
"connecting_to": "Connessione a {nome}...",
|
||||
"connection_error": "Failed to connect",
|
||||
"connection_failed": "Connection failed",
|
||||
"connection_lost": "Connection lost",
|
||||
"copied_to_clipboard": "Copiato negli appunti",
|
||||
"deleted": "Eliminato",
|
||||
"deprecated": "DEPRECATO",
|
||||
@@ -515,8 +553,17 @@
|
||||
"history_deleted": "Cronologia cancellata",
|
||||
"linewrap": "Testo a capo",
|
||||
"loading": "Caricamento in corso...",
|
||||
"message_received": "Message: {message} arrived on topic: {topic}",
|
||||
"mqtt_subscription_failed": "Something went wrong while subscribing to topic: {topic}",
|
||||
"none": "Nessuno",
|
||||
"nothing_found": "Non è stato trovato nulla per",
|
||||
"published_error": "Something went wrong while publishing msg: {topic} to topic: {message}",
|
||||
"published_message": "Published message: {message} to topic: {topic}",
|
||||
"reconnection_error": "Failed to reconnect",
|
||||
"subscribed_failed": "Failed to subscribe to topic: {topic}",
|
||||
"subscribed_success": "Successfully subscribed to topic: {topic}",
|
||||
"unsubscribed_failed": "Failed to unsubscribe from topic: {topic}",
|
||||
"unsubscribed_success": "Successfully unsubscribed from topic: {topic}",
|
||||
"waiting_send_request": "In attesa di inviare la richiesta"
|
||||
},
|
||||
"support": {
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
{
|
||||
"action": {
|
||||
"autoscroll": "Autoscroll",
|
||||
"cancel": "Cancel",
|
||||
"choose_file": "Choose a file",
|
||||
"clear": "Clear",
|
||||
"clear_all": "Clear all",
|
||||
"close": "Close",
|
||||
"connect": "Connect",
|
||||
"copy": "Copy",
|
||||
"delete": "Delete",
|
||||
@@ -11,8 +13,10 @@
|
||||
"dismiss": "Dismiss",
|
||||
"dont_save": "Don't save",
|
||||
"download_file": "Download file",
|
||||
"drag_to_reorder": "Drag to reorder",
|
||||
"duplicate": "Duplicate",
|
||||
"edit": "Edit",
|
||||
"filter_response": "Filter response",
|
||||
"go_back": "Go back",
|
||||
"label": "Label",
|
||||
"learn_more": "Learn more",
|
||||
@@ -20,11 +24,14 @@
|
||||
"more": "More",
|
||||
"new": "New",
|
||||
"no": "No",
|
||||
"open_workspace": "Open workspace",
|
||||
"paste": "Paste",
|
||||
"prettify": "Prettify",
|
||||
"remove": "Remove",
|
||||
"restore": "Restore",
|
||||
"save": "Save",
|
||||
"scroll_to_bottom": "Scroll to bottom",
|
||||
"scroll_to_top": "Scroll to top",
|
||||
"search": "Search",
|
||||
"send": "Send",
|
||||
"start": "Start",
|
||||
@@ -164,6 +171,7 @@
|
||||
"profile": "Login in to view your profile",
|
||||
"protocols": "Protocols are empty",
|
||||
"schema": "Connect to a GraphQL endpoint to view schema",
|
||||
"shortcodes": "Shortcodes are empty",
|
||||
"team_name": "Team name empty",
|
||||
"teams": "You don't belong to any teams",
|
||||
"tests": "There are no tests for this request"
|
||||
@@ -196,10 +204,13 @@
|
||||
"incorrect_email": "Incorrect email",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "The link you clicked is invalid or expired.",
|
||||
"json_parsing_failed": "Invalid JSON",
|
||||
"json_prettify_invalid_body": "Couldn't prettify an invalid body, solve json syntax errors and try again",
|
||||
"network_error": "There seems to be a network error. Please try again.",
|
||||
"network_fail": "Could not send request",
|
||||
"no_duration": "No duration",
|
||||
"no_results_found": "No matches found",
|
||||
"page_not_found": "This page could not be found",
|
||||
"script_fail": "Could not execute pre-request script",
|
||||
"something_went_wrong": "Something went wrong",
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
@@ -265,6 +276,10 @@
|
||||
"from_postman_description": "Import from Postman collection",
|
||||
"from_url": "Import from URL",
|
||||
"gist_url": "Enter Gist URL",
|
||||
"import_from_url_invalid_fetch": "Couldn't get data from the url",
|
||||
"import_from_url_invalid_file_format": "Error while importing collections",
|
||||
"import_from_url_invalid_type": "Unsupported type. accepted values are 'hoppscotch', 'openapi', 'postman', 'insomnia'",
|
||||
"import_from_url_success": "Collections Imported",
|
||||
"json_description": "Import collections from a Hoppscotch Collections JSON file",
|
||||
"title": "Import"
|
||||
},
|
||||
@@ -331,6 +346,11 @@
|
||||
"body": "Request Body",
|
||||
"choose_language": "Choose language",
|
||||
"content_type": "Content Type",
|
||||
"content_type_titles": {
|
||||
"others": "Others",
|
||||
"structured": "Structured",
|
||||
"text": "Text"
|
||||
},
|
||||
"copy_link": "Copy link",
|
||||
"duration": "Duration",
|
||||
"enter_curl": "Enter cURL",
|
||||
@@ -360,10 +380,12 @@
|
||||
"title": "Request",
|
||||
"type": "Request type",
|
||||
"url": "URL",
|
||||
"variables": "Variables"
|
||||
"variables": "Variables",
|
||||
"view_my_links": "View my links"
|
||||
},
|
||||
"response": {
|
||||
"body": "Response Body",
|
||||
"filter_response_body": "Filter JSON response body (uses JSONPath syntax)",
|
||||
"headers": "Headers",
|
||||
"html": "HTML",
|
||||
"image": "Image",
|
||||
@@ -415,6 +437,8 @@
|
||||
"proxy_use_toggle": "Use the proxy middleware to send requests",
|
||||
"read_the": "Read the",
|
||||
"reset_default": "Reset to default",
|
||||
"short_codes": "Short codes",
|
||||
"short_codes_description": "Short codes which were created by you.",
|
||||
"sidebar_on_left": "Sidebar on left",
|
||||
"sync": "Synchronise",
|
||||
"sync_collections": "Collections",
|
||||
@@ -428,8 +452,18 @@
|
||||
"theme_description": "Customize your application theme.",
|
||||
"use_experimental_url_bar": "Use experimental URL bar with environment highlighting",
|
||||
"user": "User",
|
||||
"verified_email": "Verified email",
|
||||
"verify_email": "Verify email"
|
||||
},
|
||||
"shortcodes": {
|
||||
"actions": "Actions",
|
||||
"created_on": "Created on",
|
||||
"deleted": "Shortcode deleted",
|
||||
"method": "Method",
|
||||
"not_found": "Shortcode not found",
|
||||
"short_code": "Short code",
|
||||
"url": "URL"
|
||||
},
|
||||
"shortcut": {
|
||||
"general": {
|
||||
"close_current_menu": "Close current menu",
|
||||
@@ -484,6 +518,7 @@
|
||||
},
|
||||
"socketio": {
|
||||
"communication": "Communication",
|
||||
"connection_not_authorized": "This SocketIO connection does not use any authentication.",
|
||||
"event_name": "Event Name",
|
||||
"events": "Events",
|
||||
"log": "Log",
|
||||
@@ -501,6 +536,9 @@
|
||||
"connected": "Connected",
|
||||
"connected_to": "Connected to {name}",
|
||||
"connecting_to": "Connecting to {name}...",
|
||||
"connection_error": "Failed to connect",
|
||||
"connection_failed": "Connection failed",
|
||||
"connection_lost": "Connection lost",
|
||||
"copied_to_clipboard": "Copied to clipboard",
|
||||
"deleted": "Deleted",
|
||||
"deprecated": "DEPRECATED",
|
||||
@@ -515,8 +553,17 @@
|
||||
"history_deleted": "History deleted",
|
||||
"linewrap": "Wrap lines",
|
||||
"loading": "Loading...",
|
||||
"message_received": "Message: {message} arrived on topic: {topic}",
|
||||
"mqtt_subscription_failed": "Something went wrong while subscribing to topic: {topic}",
|
||||
"none": "None",
|
||||
"nothing_found": "Nothing found for",
|
||||
"published_error": "Something went wrong while publishing msg: {topic} to topic: {message}",
|
||||
"published_message": "Published message: {message} to topic: {topic}",
|
||||
"reconnection_error": "Failed to reconnect",
|
||||
"subscribed_failed": "Failed to subscribe to topic: {topic}",
|
||||
"subscribed_success": "Successfully subscribed to topic: {topic}",
|
||||
"unsubscribed_failed": "Failed to unsubscribe from topic: {topic}",
|
||||
"unsubscribed_success": "Successfully unsubscribed from topic: {topic}",
|
||||
"waiting_send_request": "Waiting to send request"
|
||||
},
|
||||
"support": {
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
{
|
||||
"action": {
|
||||
"autoscroll": "Autoscroll",
|
||||
"cancel": "취소",
|
||||
"choose_file": "파일 선택",
|
||||
"clear": "지우기",
|
||||
"clear_all": "모두 지우기",
|
||||
"close": "Close",
|
||||
"connect": "연결",
|
||||
"copy": "복사",
|
||||
"delete": "삭제",
|
||||
@@ -11,8 +13,10 @@
|
||||
"dismiss": "닫기",
|
||||
"dont_save": "Don't save",
|
||||
"download_file": "파일 다운로드",
|
||||
"drag_to_reorder": "Drag to reorder",
|
||||
"duplicate": "복제",
|
||||
"edit": "편집",
|
||||
"filter_response": "Filter response",
|
||||
"go_back": "돌아가기",
|
||||
"label": "이름",
|
||||
"learn_more": "더 알아보기",
|
||||
@@ -20,11 +24,14 @@
|
||||
"more": "더보기",
|
||||
"new": "추가",
|
||||
"no": "아니요",
|
||||
"open_workspace": "Open workspace",
|
||||
"paste": "붙여넣기",
|
||||
"prettify": "구문 강조",
|
||||
"remove": "제거",
|
||||
"restore": "복원",
|
||||
"save": "저장",
|
||||
"scroll_to_bottom": "Scroll to bottom",
|
||||
"scroll_to_top": "Scroll to top",
|
||||
"search": "검색",
|
||||
"send": "보내기",
|
||||
"start": "시작",
|
||||
@@ -164,6 +171,7 @@
|
||||
"profile": "로그인하여 프로필을 확인합니다.",
|
||||
"protocols": "프로토콜이 비어 있습니다.",
|
||||
"schema": "스키마를 보려면 GraphQL 엔드포인트에 연결하세요.",
|
||||
"shortcodes": "Shortcodes are empty",
|
||||
"team_name": "팀 이름이 비어 있습니다.",
|
||||
"teams": "아무 팀에도 속하지 않았습니다.",
|
||||
"tests": "이 요청에 대한 테스트가 없습니다."
|
||||
@@ -196,10 +204,13 @@
|
||||
"incorrect_email": "잘못된 이메일 형식",
|
||||
"invalid_link": "잘못된 링크",
|
||||
"invalid_link_description": "잘못된 링크이거나 만료된 링크입니다.",
|
||||
"json_parsing_failed": "Invalid JSON",
|
||||
"json_prettify_invalid_body": "잘못된 본문을 구문 강조할 수 없습니다. json 구문 오류를 해결하고 다시 시도하세요.",
|
||||
"network_error": "네트워크 에러인 것 같습니다. 다시 시도하세요.",
|
||||
"network_fail": "요청을 보낼 수 없습니다.",
|
||||
"no_duration": "소요 시간 없음",
|
||||
"no_results_found": "No matches found",
|
||||
"page_not_found": "This page could not be found",
|
||||
"script_fail": "사전 요청 스크립트를 실행할 수 없습니다.",
|
||||
"something_went_wrong": "문제가 발생했습니다.",
|
||||
"test_script_fail": "테스트 스크립트를 실행할 수 없습니다."
|
||||
@@ -265,6 +276,10 @@
|
||||
"from_postman_description": "Postman 모음집을 가져옵니다.",
|
||||
"from_url": "URL에서 가져오기",
|
||||
"gist_url": "Gist URL 입력",
|
||||
"import_from_url_invalid_fetch": "Couldn't get data from the url",
|
||||
"import_from_url_invalid_file_format": "Error while importing collections",
|
||||
"import_from_url_invalid_type": "Unsupported type. accepted values are 'hoppscotch', 'openapi', 'postman', 'insomnia'",
|
||||
"import_from_url_success": "Collections Imported",
|
||||
"json_description": "호프스카치 모음집 JSON 파일을 가져옵니다.",
|
||||
"title": "가저오기"
|
||||
},
|
||||
@@ -331,6 +346,11 @@
|
||||
"body": "요청 본문",
|
||||
"choose_language": "언어 선택",
|
||||
"content_type": "컨텐츠 종류",
|
||||
"content_type_titles": {
|
||||
"others": "Others",
|
||||
"structured": "Structured",
|
||||
"text": "Text"
|
||||
},
|
||||
"copy_link": "링크 복사",
|
||||
"duration": "소요 시간",
|
||||
"enter_curl": "cURL 입력",
|
||||
@@ -360,10 +380,12 @@
|
||||
"title": "제목",
|
||||
"type": "요청 유형",
|
||||
"url": "URL",
|
||||
"variables": "변수"
|
||||
"variables": "변수",
|
||||
"view_my_links": "View my links"
|
||||
},
|
||||
"response": {
|
||||
"body": "응답 본문",
|
||||
"filter_response_body": "Filter JSON response body (uses JSONPath syntax)",
|
||||
"headers": "헤더",
|
||||
"html": "HTML",
|
||||
"image": "이미지",
|
||||
@@ -415,6 +437,8 @@
|
||||
"proxy_use_toggle": "프록시 미들웨어를 사용하여 요청 보내기",
|
||||
"read_the": "읽기",
|
||||
"reset_default": "기본값으로 재설정",
|
||||
"short_codes": "Short codes",
|
||||
"short_codes_description": "Short codes which were created by you.",
|
||||
"sidebar_on_left": "사이드바를 왼쪽에 위치",
|
||||
"sync": "동기화",
|
||||
"sync_collections": "모음집",
|
||||
@@ -428,8 +452,18 @@
|
||||
"theme_description": "응용 프로그램 테마를 사용자 지정합니다.",
|
||||
"use_experimental_url_bar": "환경을 강조해주는 실험용 URL바 사용",
|
||||
"user": "사용자",
|
||||
"verified_email": "Verified email",
|
||||
"verify_email": "이메일 확인"
|
||||
},
|
||||
"shortcodes": {
|
||||
"actions": "Actions",
|
||||
"created_on": "Created on",
|
||||
"deleted": "Shortcode deleted",
|
||||
"method": "Method",
|
||||
"not_found": "Shortcode not found",
|
||||
"short_code": "Short code",
|
||||
"url": "URL"
|
||||
},
|
||||
"shortcut": {
|
||||
"general": {
|
||||
"close_current_menu": "현재 메뉴 닫기",
|
||||
@@ -484,6 +518,7 @@
|
||||
},
|
||||
"socketio": {
|
||||
"communication": "통신",
|
||||
"connection_not_authorized": "This SocketIO connection does not use any authentication.",
|
||||
"event_name": "이벤트 이름",
|
||||
"events": "이벤트",
|
||||
"log": "로그",
|
||||
@@ -501,6 +536,9 @@
|
||||
"connected": "연결됨",
|
||||
"connected_to": "{name}에 연결됨",
|
||||
"connecting_to": "{name}에 연결 중...",
|
||||
"connection_error": "Failed to connect",
|
||||
"connection_failed": "Connection failed",
|
||||
"connection_lost": "Connection lost",
|
||||
"copied_to_clipboard": "클립보드에 복사됨",
|
||||
"deleted": "삭제됨",
|
||||
"deprecated": "더 이상 사용되지 않음",
|
||||
@@ -515,8 +553,17 @@
|
||||
"history_deleted": "이력 삭제됨",
|
||||
"linewrap": "랩 라인",
|
||||
"loading": "로드 중...",
|
||||
"message_received": "Message: {message} arrived on topic: {topic}",
|
||||
"mqtt_subscription_failed": "Something went wrong while subscribing to topic: {topic}",
|
||||
"none": "없음",
|
||||
"nothing_found": "에 대한 검색 결과가 없습니다.",
|
||||
"published_error": "Something went wrong while publishing msg: {topic} to topic: {message}",
|
||||
"published_message": "Published message: {message} to topic: {topic}",
|
||||
"reconnection_error": "Failed to reconnect",
|
||||
"subscribed_failed": "Failed to subscribe to topic: {topic}",
|
||||
"subscribed_success": "Successfully subscribed to topic: {topic}",
|
||||
"unsubscribed_failed": "Failed to unsubscribe from topic: {topic}",
|
||||
"unsubscribed_success": "Successfully unsubscribed from topic: {topic}",
|
||||
"waiting_send_request": "요청 전송 대기 중"
|
||||
},
|
||||
"support": {
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
{
|
||||
"action": {
|
||||
"autoscroll": "Autoscroll",
|
||||
"cancel": "Annuleren",
|
||||
"choose_file": "Kies een bestand",
|
||||
"clear": "Wis",
|
||||
"clear_all": "Wis alles",
|
||||
"close": "Close",
|
||||
"connect": "Verbinden",
|
||||
"copy": "Kopiëren",
|
||||
"delete": "Verwijderen",
|
||||
@@ -11,8 +13,10 @@
|
||||
"dismiss": "Afwijzen",
|
||||
"dont_save": "Don't save",
|
||||
"download_file": "Download bestand",
|
||||
"drag_to_reorder": "Drag to reorder",
|
||||
"duplicate": "Duplicate",
|
||||
"edit": "Bewerking",
|
||||
"filter_response": "Filter response",
|
||||
"go_back": "Ga terug",
|
||||
"label": "Label",
|
||||
"learn_more": "Leer meer",
|
||||
@@ -20,11 +24,14 @@
|
||||
"more": "Meer",
|
||||
"new": "Nieuw",
|
||||
"no": "Nee",
|
||||
"open_workspace": "Open workspace",
|
||||
"paste": "Paste",
|
||||
"prettify": "Netter opmaken",
|
||||
"remove": "Verwijderen",
|
||||
"restore": "Herstellen",
|
||||
"save": "Opslaan",
|
||||
"scroll_to_bottom": "Scroll to bottom",
|
||||
"scroll_to_top": "Scroll to top",
|
||||
"search": "Zoeken",
|
||||
"send": "Versturen",
|
||||
"start": "Begin",
|
||||
@@ -164,6 +171,7 @@
|
||||
"profile": "Login in to view your profile",
|
||||
"protocols": "Protocollen zijn leeg",
|
||||
"schema": "Verbinding maken met een GraphQL-eindpunt",
|
||||
"shortcodes": "Shortcodes are empty",
|
||||
"team_name": "Teamnaam leeg",
|
||||
"teams": "Teams zijn leeg",
|
||||
"tests": "Er zijn geen tests voor dit verzoek"
|
||||
@@ -196,10 +204,13 @@
|
||||
"incorrect_email": "Incorrect email",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "The link you clicked is invalid or expired.",
|
||||
"json_parsing_failed": "Invalid JSON",
|
||||
"json_prettify_invalid_body": "Kon een ongeldige hoofdtekst niet mooier maken, json-syntaxisfouten oplossen en opnieuw proberen",
|
||||
"network_error": "There seems to be a network error. Please try again.",
|
||||
"network_fail": "Kan verzoek niet versturen",
|
||||
"no_duration": "Geen duur",
|
||||
"no_results_found": "No matches found",
|
||||
"page_not_found": "This page could not be found",
|
||||
"script_fail": "Kon pre-aanvraagscript niet uitvoeren",
|
||||
"something_went_wrong": "Er is iets fout gegaan",
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
@@ -265,6 +276,10 @@
|
||||
"from_postman_description": "Import from Postman collection",
|
||||
"from_url": "Import from URL",
|
||||
"gist_url": "Vul de hoofd-URL in",
|
||||
"import_from_url_invalid_fetch": "Couldn't get data from the url",
|
||||
"import_from_url_invalid_file_format": "Error while importing collections",
|
||||
"import_from_url_invalid_type": "Unsupported type. accepted values are 'hoppscotch', 'openapi', 'postman', 'insomnia'",
|
||||
"import_from_url_success": "Collections Imported",
|
||||
"json_description": "Import collections from a Hoppscotch Collections JSON file",
|
||||
"title": "Importeren"
|
||||
},
|
||||
@@ -331,6 +346,11 @@
|
||||
"body": "Body",
|
||||
"choose_language": "Kies een taal",
|
||||
"content_type": "Type inhoud",
|
||||
"content_type_titles": {
|
||||
"others": "Others",
|
||||
"structured": "Structured",
|
||||
"text": "Text"
|
||||
},
|
||||
"copy_link": "Kopieer link",
|
||||
"duration": "Duur",
|
||||
"enter_curl": "Voer cURL . in",
|
||||
@@ -360,10 +380,12 @@
|
||||
"title": "Verzoek",
|
||||
"type": "Aanvraag type",
|
||||
"url": "URL",
|
||||
"variables": "Variabelen"
|
||||
"variables": "Variabelen",
|
||||
"view_my_links": "View my links"
|
||||
},
|
||||
"response": {
|
||||
"body": "Reactie inhoud",
|
||||
"filter_response_body": "Filter JSON response body (uses JSONPath syntax)",
|
||||
"headers": "Headers",
|
||||
"html": "HTML",
|
||||
"image": "Afbeelding",
|
||||
@@ -415,6 +437,8 @@
|
||||
"proxy_use_toggle": "Gebruik de proxy-middleware om verzoeken te versturen",
|
||||
"read_the": "Lees de",
|
||||
"reset_default": "Reset naar standaard",
|
||||
"short_codes": "Short codes",
|
||||
"short_codes_description": "Short codes which were created by you.",
|
||||
"sidebar_on_left": "Sidebar on left",
|
||||
"sync": "Synchroniseren",
|
||||
"sync_collections": "Collecties",
|
||||
@@ -428,8 +452,18 @@
|
||||
"theme_description": "Pas uw toepassingsthema aan.",
|
||||
"use_experimental_url_bar": "Experimentele URL-balk gebruiken met omgevingsmarkering",
|
||||
"user": "Gebruiker",
|
||||
"verified_email": "Verified email",
|
||||
"verify_email": "Verify email"
|
||||
},
|
||||
"shortcodes": {
|
||||
"actions": "Actions",
|
||||
"created_on": "Created on",
|
||||
"deleted": "Shortcode deleted",
|
||||
"method": "Method",
|
||||
"not_found": "Shortcode not found",
|
||||
"short_code": "Short code",
|
||||
"url": "URL"
|
||||
},
|
||||
"shortcut": {
|
||||
"general": {
|
||||
"close_current_menu": "Huidig menu sluiten",
|
||||
@@ -484,6 +518,7 @@
|
||||
},
|
||||
"socketio": {
|
||||
"communication": "Communicatie",
|
||||
"connection_not_authorized": "This SocketIO connection does not use any authentication.",
|
||||
"event_name": "Evenement naam",
|
||||
"events": "Evenementen",
|
||||
"log": "Logboek",
|
||||
@@ -501,6 +536,9 @@
|
||||
"connected": "Verbonden",
|
||||
"connected_to": "Verbonden met {naam}",
|
||||
"connecting_to": "Verbinding maken met {naam}...",
|
||||
"connection_error": "Failed to connect",
|
||||
"connection_failed": "Connection failed",
|
||||
"connection_lost": "Connection lost",
|
||||
"copied_to_clipboard": "Gekopieerd naar het klembord",
|
||||
"deleted": "verwijderd",
|
||||
"deprecated": "VEROUDERD",
|
||||
@@ -515,8 +553,17 @@
|
||||
"history_deleted": "Geschiedenis verwijderd",
|
||||
"linewrap": "Regels afbreken",
|
||||
"loading": "Bezig met laden...",
|
||||
"message_received": "Message: {message} arrived on topic: {topic}",
|
||||
"mqtt_subscription_failed": "Something went wrong while subscribing to topic: {topic}",
|
||||
"none": "Geen",
|
||||
"nothing_found": "Niets gevonden voor",
|
||||
"published_error": "Something went wrong while publishing msg: {topic} to topic: {message}",
|
||||
"published_message": "Published message: {message} to topic: {topic}",
|
||||
"reconnection_error": "Failed to reconnect",
|
||||
"subscribed_failed": "Failed to subscribe to topic: {topic}",
|
||||
"subscribed_success": "Successfully subscribed to topic: {topic}",
|
||||
"unsubscribed_failed": "Failed to unsubscribe from topic: {topic}",
|
||||
"unsubscribed_success": "Successfully unsubscribed from topic: {topic}",
|
||||
"waiting_send_request": "Wachten om verzoek te versturen"
|
||||
},
|
||||
"support": {
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
{
|
||||
"action": {
|
||||
"autoscroll": "Autoscroll",
|
||||
"cancel": "Avbryt",
|
||||
"choose_file": "Velg en fil",
|
||||
"clear": "Tøm",
|
||||
"clear_all": "Tøm alt",
|
||||
"close": "Close",
|
||||
"connect": "Koble",
|
||||
"copy": "Kopiere",
|
||||
"delete": "Slett",
|
||||
@@ -11,8 +13,10 @@
|
||||
"dismiss": "Avbryt",
|
||||
"dont_save": "Don't save",
|
||||
"download_file": "Last ned fil",
|
||||
"drag_to_reorder": "Drag to reorder",
|
||||
"duplicate": "Duplicate",
|
||||
"edit": "Rediger",
|
||||
"filter_response": "Filter response",
|
||||
"go_back": "Gå tilbake",
|
||||
"label": "Merkelapp",
|
||||
"learn_more": "Lær mer",
|
||||
@@ -20,11 +24,14 @@
|
||||
"more": "Mer",
|
||||
"new": "Ny",
|
||||
"no": "Nei",
|
||||
"open_workspace": "Open workspace",
|
||||
"paste": "Paste",
|
||||
"prettify": "Forskjønn",
|
||||
"remove": "Ta bort",
|
||||
"restore": "Gjenopprett",
|
||||
"save": "Lagre",
|
||||
"scroll_to_bottom": "Scroll to bottom",
|
||||
"scroll_to_top": "Scroll to top",
|
||||
"search": "Søk",
|
||||
"send": "Sende",
|
||||
"start": "Start",
|
||||
@@ -164,6 +171,7 @@
|
||||
"profile": "Login in to view your profile",
|
||||
"protocols": "Protokoller er tomme",
|
||||
"schema": "Koble til et GraphQL-endepunkt",
|
||||
"shortcodes": "Shortcodes are empty",
|
||||
"team_name": "Lagnavnet er tomt",
|
||||
"teams": "Lagene er tomme",
|
||||
"tests": "Det er ingen tester for denne forespørselen"
|
||||
@@ -196,10 +204,13 @@
|
||||
"incorrect_email": "Incorrect email",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "The link you clicked is invalid or expired.",
|
||||
"json_parsing_failed": "Invalid JSON",
|
||||
"json_prettify_invalid_body": "Kunne ikke forskjønne et ugyldig brødtekst, løse json -syntaksfeil og prøve igjen",
|
||||
"network_error": "There seems to be a network error. Please try again.",
|
||||
"network_fail": "Kunne ikke sende forespørsel",
|
||||
"no_duration": "Ingen varighet",
|
||||
"no_results_found": "No matches found",
|
||||
"page_not_found": "This page could not be found",
|
||||
"script_fail": "Kunne ikke kjøre forhåndsforespørselsskript",
|
||||
"something_went_wrong": "Noe gikk galt",
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
@@ -265,6 +276,10 @@
|
||||
"from_postman_description": "Import from Postman collection",
|
||||
"from_url": "Import from URL",
|
||||
"gist_url": "Skriv inn Gist URL",
|
||||
"import_from_url_invalid_fetch": "Couldn't get data from the url",
|
||||
"import_from_url_invalid_file_format": "Error while importing collections",
|
||||
"import_from_url_invalid_type": "Unsupported type. accepted values are 'hoppscotch', 'openapi', 'postman', 'insomnia'",
|
||||
"import_from_url_success": "Collections Imported",
|
||||
"json_description": "Import collections from a Hoppscotch Collections JSON file",
|
||||
"title": "Import"
|
||||
},
|
||||
@@ -331,6 +346,11 @@
|
||||
"body": "Forespørselsorgan",
|
||||
"choose_language": "Velg språk",
|
||||
"content_type": "Innholdstype",
|
||||
"content_type_titles": {
|
||||
"others": "Others",
|
||||
"structured": "Structured",
|
||||
"text": "Text"
|
||||
},
|
||||
"copy_link": "Kopier link",
|
||||
"duration": "Varighet",
|
||||
"enter_curl": "Skriv inn cURL",
|
||||
@@ -360,10 +380,12 @@
|
||||
"title": "Be om",
|
||||
"type": "Type forespørsel",
|
||||
"url": "URL",
|
||||
"variables": "Variabler"
|
||||
"variables": "Variabler",
|
||||
"view_my_links": "View my links"
|
||||
},
|
||||
"response": {
|
||||
"body": "Svarkropp",
|
||||
"filter_response_body": "Filter JSON response body (uses JSONPath syntax)",
|
||||
"headers": "Overskrifter",
|
||||
"html": "HTML",
|
||||
"image": "Bilde",
|
||||
@@ -415,6 +437,8 @@
|
||||
"proxy_use_toggle": "Bruk proxy-mellomvaren til å sende forespørsler",
|
||||
"read_the": "Les",
|
||||
"reset_default": "Tilbakestill til standard",
|
||||
"short_codes": "Short codes",
|
||||
"short_codes_description": "Short codes which were created by you.",
|
||||
"sidebar_on_left": "Sidebar on left",
|
||||
"sync": "Synkroniser",
|
||||
"sync_collections": "Samlinger",
|
||||
@@ -428,8 +452,18 @@
|
||||
"theme_description": "Tilpass søknadstemaet ditt.",
|
||||
"use_experimental_url_bar": "Bruk en eksperimentell URL-linje med utheving av miljøet",
|
||||
"user": "Bruker",
|
||||
"verified_email": "Verified email",
|
||||
"verify_email": "Verify email"
|
||||
},
|
||||
"shortcodes": {
|
||||
"actions": "Actions",
|
||||
"created_on": "Created on",
|
||||
"deleted": "Shortcode deleted",
|
||||
"method": "Method",
|
||||
"not_found": "Shortcode not found",
|
||||
"short_code": "Short code",
|
||||
"url": "URL"
|
||||
},
|
||||
"shortcut": {
|
||||
"general": {
|
||||
"close_current_menu": "Lukk gjeldende meny",
|
||||
@@ -484,6 +518,7 @@
|
||||
},
|
||||
"socketio": {
|
||||
"communication": "Kommunikasjon",
|
||||
"connection_not_authorized": "This SocketIO connection does not use any authentication.",
|
||||
"event_name": "Arrangementsnavn",
|
||||
"events": "arrangementer",
|
||||
"log": "Logg",
|
||||
@@ -501,6 +536,9 @@
|
||||
"connected": "Tilkoblet",
|
||||
"connected_to": "Koblet til {name}",
|
||||
"connecting_to": "Kobler til {name} ...",
|
||||
"connection_error": "Failed to connect",
|
||||
"connection_failed": "Connection failed",
|
||||
"connection_lost": "Connection lost",
|
||||
"copied_to_clipboard": "Kopiert til utklippstavlen",
|
||||
"deleted": "Slettet",
|
||||
"deprecated": "FORELDET",
|
||||
@@ -515,8 +553,17 @@
|
||||
"history_deleted": "Historikk slettet",
|
||||
"linewrap": "Brekk linjer",
|
||||
"loading": "Laster inn ...",
|
||||
"message_received": "Message: {message} arrived on topic: {topic}",
|
||||
"mqtt_subscription_failed": "Something went wrong while subscribing to topic: {topic}",
|
||||
"none": "Ingen",
|
||||
"nothing_found": "Ingenting funnet for",
|
||||
"published_error": "Something went wrong while publishing msg: {topic} to topic: {message}",
|
||||
"published_message": "Published message: {message} to topic: {topic}",
|
||||
"reconnection_error": "Failed to reconnect",
|
||||
"subscribed_failed": "Failed to subscribe to topic: {topic}",
|
||||
"subscribed_success": "Successfully subscribed to topic: {topic}",
|
||||
"unsubscribed_failed": "Failed to unsubscribe from topic: {topic}",
|
||||
"unsubscribed_success": "Successfully unsubscribed from topic: {topic}",
|
||||
"waiting_send_request": "Venter på å sende forespørsel"
|
||||
},
|
||||
"support": {
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
{
|
||||
"action": {
|
||||
"autoscroll": "Autoscroll",
|
||||
"cancel": "anuluj",
|
||||
"choose_file": "Wybierz plik",
|
||||
"clear": "Wyczyść",
|
||||
"clear_all": "Wyczyść wszystko",
|
||||
"close": "Close",
|
||||
"connect": "Połącz",
|
||||
"copy": "Kopiuj",
|
||||
"delete": "Usuń",
|
||||
@@ -11,8 +13,10 @@
|
||||
"dismiss": "Odrzuć",
|
||||
"dont_save": "Don't save",
|
||||
"download_file": "Pobieranie pliku",
|
||||
"drag_to_reorder": "Drag to reorder",
|
||||
"duplicate": "Duplicate",
|
||||
"edit": "Edytuj",
|
||||
"filter_response": "Filter response",
|
||||
"go_back": "Wróć",
|
||||
"label": "Etykieta",
|
||||
"learn_more": "Dowiedz się więcej",
|
||||
@@ -20,11 +24,14 @@
|
||||
"more": "Więcej",
|
||||
"new": "Nowa",
|
||||
"no": "Nie",
|
||||
"open_workspace": "Open workspace",
|
||||
"paste": "Paste",
|
||||
"prettify": "Popraw czytelność",
|
||||
"remove": "Usuń",
|
||||
"restore": "Przywróć",
|
||||
"save": "Zapisz",
|
||||
"scroll_to_bottom": "Scroll to bottom",
|
||||
"scroll_to_top": "Scroll to top",
|
||||
"search": "Szukaj",
|
||||
"send": "Wyślij",
|
||||
"start": "Rozpocznij",
|
||||
@@ -164,6 +171,7 @@
|
||||
"profile": "Login in to view your profile",
|
||||
"protocols": "Protokoły są puste",
|
||||
"schema": "Połącz się z punktem końcowym GraphQL",
|
||||
"shortcodes": "Shortcodes are empty",
|
||||
"team_name": "Nazwa zespołu jest pusta",
|
||||
"teams": "Zespoły są puste",
|
||||
"tests": "Nie ma testów dla tego żądania"
|
||||
@@ -196,10 +204,13 @@
|
||||
"incorrect_email": "Incorrect email",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "The link you clicked is invalid or expired.",
|
||||
"json_parsing_failed": "Invalid JSON",
|
||||
"json_prettify_invalid_body": "Nie można poprawić czytelności nieprawidłowej treści, napraw błędy składni json i spróbuj ponownie",
|
||||
"network_error": "There seems to be a network error. Please try again.",
|
||||
"network_fail": "Nie udało się wysłać zapytania",
|
||||
"no_duration": "Brak czasu trwania",
|
||||
"no_results_found": "No matches found",
|
||||
"page_not_found": "This page could not be found",
|
||||
"script_fail": "Nie można wykonać skryptu żądania wstępnego",
|
||||
"something_went_wrong": "Coś poszło nie tak",
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
@@ -265,6 +276,10 @@
|
||||
"from_postman_description": "Import from Postman collection",
|
||||
"from_url": "Import from URL",
|
||||
"gist_url": "Wpisz adres URL Gist",
|
||||
"import_from_url_invalid_fetch": "Couldn't get data from the url",
|
||||
"import_from_url_invalid_file_format": "Error while importing collections",
|
||||
"import_from_url_invalid_type": "Unsupported type. accepted values are 'hoppscotch', 'openapi', 'postman', 'insomnia'",
|
||||
"import_from_url_success": "Collections Imported",
|
||||
"json_description": "Import collections from a Hoppscotch Collections JSON file",
|
||||
"title": "Import"
|
||||
},
|
||||
@@ -331,6 +346,11 @@
|
||||
"body": "Treść zapytania",
|
||||
"choose_language": "Wybierz język",
|
||||
"content_type": "Typ zawartości",
|
||||
"content_type_titles": {
|
||||
"others": "Others",
|
||||
"structured": "Structured",
|
||||
"text": "Text"
|
||||
},
|
||||
"copy_link": "Skopiuj link",
|
||||
"duration": "Czas trwania",
|
||||
"enter_curl": "Wpisz cURL",
|
||||
@@ -360,10 +380,12 @@
|
||||
"title": "Żądanie",
|
||||
"type": "Typ żądania",
|
||||
"url": "URL",
|
||||
"variables": "Zmienne"
|
||||
"variables": "Zmienne",
|
||||
"view_my_links": "View my links"
|
||||
},
|
||||
"response": {
|
||||
"body": "Ciało odpowiedzi",
|
||||
"filter_response_body": "Filter JSON response body (uses JSONPath syntax)",
|
||||
"headers": "Nagłówki",
|
||||
"html": "HTML",
|
||||
"image": "Obraz",
|
||||
@@ -415,6 +437,8 @@
|
||||
"proxy_use_toggle": "Użyj oprogramowania pośredniczącego proxy do wysyłania żądań",
|
||||
"read_the": "Sprawdź",
|
||||
"reset_default": "Przywróć ustawienia domyślne",
|
||||
"short_codes": "Short codes",
|
||||
"short_codes_description": "Short codes which were created by you.",
|
||||
"sidebar_on_left": "Sidebar on left",
|
||||
"sync": "Synchronizuj",
|
||||
"sync_collections": "Kolekcje",
|
||||
@@ -428,8 +452,18 @@
|
||||
"theme_description": "Dostosuj motyw aplikacji.",
|
||||
"use_experimental_url_bar": "Użyj eksperymentalnego paska adresu URL z podświetlaniem środowiska",
|
||||
"user": "Użytkownik",
|
||||
"verified_email": "Verified email",
|
||||
"verify_email": "Verify email"
|
||||
},
|
||||
"shortcodes": {
|
||||
"actions": "Actions",
|
||||
"created_on": "Created on",
|
||||
"deleted": "Shortcode deleted",
|
||||
"method": "Method",
|
||||
"not_found": "Shortcode not found",
|
||||
"short_code": "Short code",
|
||||
"url": "URL"
|
||||
},
|
||||
"shortcut": {
|
||||
"general": {
|
||||
"close_current_menu": "Zamknij bieżące menu",
|
||||
@@ -484,6 +518,7 @@
|
||||
},
|
||||
"socketio": {
|
||||
"communication": "Komunikacja",
|
||||
"connection_not_authorized": "This SocketIO connection does not use any authentication.",
|
||||
"event_name": "Nazwa wydarzenia",
|
||||
"events": "Wydarzenia",
|
||||
"log": "Logi",
|
||||
@@ -501,6 +536,9 @@
|
||||
"connected": "Połączony",
|
||||
"connected_to": "Połączony z {name}",
|
||||
"connecting_to": "Łączę z {name}...",
|
||||
"connection_error": "Failed to connect",
|
||||
"connection_failed": "Connection failed",
|
||||
"connection_lost": "Connection lost",
|
||||
"copied_to_clipboard": "Skopiowane do schowka",
|
||||
"deleted": "Usunięto",
|
||||
"deprecated": "PRZESTARZAŁE",
|
||||
@@ -515,8 +553,17 @@
|
||||
"history_deleted": "Historia została usunięta",
|
||||
"linewrap": "Zawijaj linie",
|
||||
"loading": "Ładowanie...",
|
||||
"message_received": "Message: {message} arrived on topic: {topic}",
|
||||
"mqtt_subscription_failed": "Something went wrong while subscribing to topic: {topic}",
|
||||
"none": "Brak",
|
||||
"nothing_found": "Nic nie znaleziono dla",
|
||||
"published_error": "Something went wrong while publishing msg: {topic} to topic: {message}",
|
||||
"published_message": "Published message: {message} to topic: {topic}",
|
||||
"reconnection_error": "Failed to reconnect",
|
||||
"subscribed_failed": "Failed to subscribe to topic: {topic}",
|
||||
"subscribed_success": "Successfully subscribed to topic: {topic}",
|
||||
"unsubscribed_failed": "Failed to unsubscribe from topic: {topic}",
|
||||
"unsubscribed_success": "Successfully unsubscribed from topic: {topic}",
|
||||
"waiting_send_request": "Czekam na wysłanie żądania"
|
||||
},
|
||||
"support": {
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
{
|
||||
"action": {
|
||||
"autoscroll": "Autoscroll",
|
||||
"cancel": "Cancelar",
|
||||
"choose_file": "Escolha um arquivo",
|
||||
"clear": "Limpar",
|
||||
"clear_all": "Limpar tudo",
|
||||
"close": "Close",
|
||||
"connect": "Conectar",
|
||||
"copy": "Copiar",
|
||||
"delete": "Excluir",
|
||||
@@ -11,8 +13,10 @@
|
||||
"dismiss": "Dispensar",
|
||||
"dont_save": "Não Salvar",
|
||||
"download_file": "⇬ Fazer download do arquivo",
|
||||
"drag_to_reorder": "Drag to reorder",
|
||||
"duplicate": "Duplicar",
|
||||
"edit": "Editar",
|
||||
"filter_response": "Filter response",
|
||||
"go_back": "Voltar",
|
||||
"label": "Etiqueta",
|
||||
"learn_more": "Saber mais",
|
||||
@@ -20,11 +24,14 @@
|
||||
"more": "Mais",
|
||||
"new": "Novo",
|
||||
"no": "Não",
|
||||
"open_workspace": "Open workspace",
|
||||
"paste": "Colar",
|
||||
"prettify": "Embelezar",
|
||||
"remove": "Remover",
|
||||
"restore": "Restaurar",
|
||||
"save": "Salvar",
|
||||
"scroll_to_bottom": "Scroll to bottom",
|
||||
"scroll_to_top": "Scroll to top",
|
||||
"search": "Procurar",
|
||||
"send": "Enviar",
|
||||
"start": "Começar",
|
||||
@@ -164,6 +171,7 @@
|
||||
"profile": "Entre para visualizar seu perfil",
|
||||
"protocols": "Os protocolos estão vazios",
|
||||
"schema": "Conecte-se a um endpoint GraphQL",
|
||||
"shortcodes": "Shortcodes are empty",
|
||||
"team_name": "Nome da equipe vazio",
|
||||
"teams": "Equipes estão vazias",
|
||||
"tests": "Não há testes para esta requisição"
|
||||
@@ -196,10 +204,13 @@
|
||||
"incorrect_email": "Email incorreto",
|
||||
"invalid_link": "Link inválido",
|
||||
"invalid_link_description": "O link que você clicou é inválido ou já expirou.",
|
||||
"json_parsing_failed": "Invalid JSON",
|
||||
"json_prettify_invalid_body": "Não foi possível embelezar um corpo inválido, resolver erros de sintaxe json e tentar novamente",
|
||||
"network_error": "Parece que houve um problema de rede. Por favor, tente novamente.",
|
||||
"network_fail": "Não foi possível enviar requisição",
|
||||
"no_duration": "Sem duração",
|
||||
"no_results_found": "No matches found",
|
||||
"page_not_found": "This page could not be found",
|
||||
"script_fail": "Não foi possível executar o script pré-requisição",
|
||||
"something_went_wrong": "Algo deu errado",
|
||||
"test_script_fail": "Não foi possível executar o script pós-requisição"
|
||||
@@ -265,6 +276,10 @@
|
||||
"from_postman_description": "Importa de coleção Postman",
|
||||
"from_url": "Importar de URL",
|
||||
"gist_url": "Insira o URL do Gist",
|
||||
"import_from_url_invalid_fetch": "Couldn't get data from the url",
|
||||
"import_from_url_invalid_file_format": "Error while importing collections",
|
||||
"import_from_url_invalid_type": "Unsupported type. accepted values are 'hoppscotch', 'openapi', 'postman', 'insomnia'",
|
||||
"import_from_url_success": "Collections Imported",
|
||||
"json_description": "Importa coleções de um arquivo JSON de Coleções Hoppscotch",
|
||||
"title": "Importar"
|
||||
},
|
||||
@@ -331,6 +346,11 @@
|
||||
"body": "Corpo da Requisição",
|
||||
"choose_language": "Escolha o seu idioma",
|
||||
"content_type": "Tipo de conteúdo",
|
||||
"content_type_titles": {
|
||||
"others": "Others",
|
||||
"structured": "Structured",
|
||||
"text": "Text"
|
||||
},
|
||||
"copy_link": "Link de cópia",
|
||||
"duration": "Duração",
|
||||
"enter_curl": "Digite cURL",
|
||||
@@ -360,10 +380,12 @@
|
||||
"title": "Solicitar",
|
||||
"type": "Tipo de requisição",
|
||||
"url": "URL",
|
||||
"variables": "Variáveis"
|
||||
"variables": "Variáveis",
|
||||
"view_my_links": "View my links"
|
||||
},
|
||||
"response": {
|
||||
"body": "Corpo de Resposta",
|
||||
"filter_response_body": "Filter JSON response body (uses JSONPath syntax)",
|
||||
"headers": "Cabeçalhos",
|
||||
"html": "HTML",
|
||||
"image": "Imagem",
|
||||
@@ -415,6 +437,8 @@
|
||||
"proxy_use_toggle": "Use o middleware de proxy para enviar solicitações",
|
||||
"read_the": "Leia o",
|
||||
"reset_default": "Restaurar ao padrão",
|
||||
"short_codes": "Short codes",
|
||||
"short_codes_description": "Short codes which were created by you.",
|
||||
"sidebar_on_left": "Barra lateral à esquerda",
|
||||
"sync": "Sincronizar",
|
||||
"sync_collections": "Coleções",
|
||||
@@ -428,8 +452,18 @@
|
||||
"theme_description": "Personalize o tema do seu aplicativo.",
|
||||
"use_experimental_url_bar": "Use a barra de URL experimental com destaque do ambiente",
|
||||
"user": "Do utilizador",
|
||||
"verified_email": "Verified email",
|
||||
"verify_email": "Verificar email"
|
||||
},
|
||||
"shortcodes": {
|
||||
"actions": "Actions",
|
||||
"created_on": "Created on",
|
||||
"deleted": "Shortcode deleted",
|
||||
"method": "Method",
|
||||
"not_found": "Shortcode not found",
|
||||
"short_code": "Short code",
|
||||
"url": "URL"
|
||||
},
|
||||
"shortcut": {
|
||||
"general": {
|
||||
"close_current_menu": "Fechar menu atual",
|
||||
@@ -484,6 +518,7 @@
|
||||
},
|
||||
"socketio": {
|
||||
"communication": "Comunicação",
|
||||
"connection_not_authorized": "This SocketIO connection does not use any authentication.",
|
||||
"event_name": "Nome do evento",
|
||||
"events": "Eventos",
|
||||
"log": "Registro",
|
||||
@@ -501,6 +536,9 @@
|
||||
"connected": "Conectado",
|
||||
"connected_to": "Conectado a {name}",
|
||||
"connecting_to": "Conectando-se a {name} ...",
|
||||
"connection_error": "Failed to connect",
|
||||
"connection_failed": "Connection failed",
|
||||
"connection_lost": "Connection lost",
|
||||
"copied_to_clipboard": "Copiado para a área de transferência",
|
||||
"deleted": "Excluído",
|
||||
"deprecated": "DESCONTINUADA",
|
||||
@@ -515,8 +553,17 @@
|
||||
"history_deleted": "Histórico excluído",
|
||||
"linewrap": "Quebrar linhas",
|
||||
"loading": "Carregando...",
|
||||
"message_received": "Message: {message} arrived on topic: {topic}",
|
||||
"mqtt_subscription_failed": "Something went wrong while subscribing to topic: {topic}",
|
||||
"none": "Nenhum",
|
||||
"nothing_found": "Nada encontrado para",
|
||||
"published_error": "Something went wrong while publishing msg: {topic} to topic: {message}",
|
||||
"published_message": "Published message: {message} to topic: {topic}",
|
||||
"reconnection_error": "Failed to reconnect",
|
||||
"subscribed_failed": "Failed to subscribe to topic: {topic}",
|
||||
"subscribed_success": "Successfully subscribed to topic: {topic}",
|
||||
"unsubscribed_failed": "Failed to unsubscribe from topic: {topic}",
|
||||
"unsubscribed_success": "Successfully unsubscribed from topic: {topic}",
|
||||
"waiting_send_request": "Esperando para enviar pedido"
|
||||
},
|
||||
"support": {
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
{
|
||||
"action": {
|
||||
"autoscroll": "Autoscroll",
|
||||
"cancel": "Cancelar",
|
||||
"choose_file": "Escolha um arquivo",
|
||||
"clear": "Claro",
|
||||
"clear_all": "Limpar tudo",
|
||||
"close": "Close",
|
||||
"connect": "Conectar",
|
||||
"copy": "cópia de",
|
||||
"delete": "Excluir",
|
||||
@@ -11,8 +13,10 @@
|
||||
"dismiss": "Dispensar",
|
||||
"dont_save": "Don't save",
|
||||
"download_file": "⇬ Fazer download do arquivo",
|
||||
"drag_to_reorder": "Drag to reorder",
|
||||
"duplicate": "Duplicate",
|
||||
"edit": "Editar",
|
||||
"filter_response": "Filter response",
|
||||
"go_back": "Volte",
|
||||
"label": "Etiqueta",
|
||||
"learn_more": "Saber mais",
|
||||
@@ -20,11 +24,14 @@
|
||||
"more": "Mais",
|
||||
"new": "Novo",
|
||||
"no": "Não",
|
||||
"open_workspace": "Open workspace",
|
||||
"paste": "Paste",
|
||||
"prettify": "Embelezar",
|
||||
"remove": "Remover",
|
||||
"restore": "Restaurar",
|
||||
"save": "Salvar",
|
||||
"scroll_to_bottom": "Scroll to bottom",
|
||||
"scroll_to_top": "Scroll to top",
|
||||
"search": "Procurar",
|
||||
"send": "Mandar",
|
||||
"start": "Começar",
|
||||
@@ -164,6 +171,7 @@
|
||||
"profile": "Login in to view your profile",
|
||||
"protocols": "Os protocolos estão vazios",
|
||||
"schema": "Conecte-se a um endpoint GraphQL",
|
||||
"shortcodes": "Shortcodes are empty",
|
||||
"team_name": "Nome do time vazio",
|
||||
"teams": "Times estão vazios",
|
||||
"tests": "Não há testes para esta solicitação"
|
||||
@@ -196,10 +204,13 @@
|
||||
"incorrect_email": "Incorrect email",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "The link you clicked is invalid or expired.",
|
||||
"json_parsing_failed": "Invalid JSON",
|
||||
"json_prettify_invalid_body": "Não foi possível embelezar um corpo inválido, resolver erros de sintaxe json e tentar novamente",
|
||||
"network_error": "There seems to be a network error. Please try again.",
|
||||
"network_fail": "Não foi possível enviar pedido",
|
||||
"no_duration": "Sem duração",
|
||||
"no_results_found": "No matches found",
|
||||
"page_not_found": "This page could not be found",
|
||||
"script_fail": "Não foi possível executar o script de pré-solicitação",
|
||||
"something_went_wrong": "Algo deu errado",
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
@@ -265,6 +276,10 @@
|
||||
"from_postman_description": "Import from Postman collection",
|
||||
"from_url": "Import from URL",
|
||||
"gist_url": "Insira o URL da essência",
|
||||
"import_from_url_invalid_fetch": "Couldn't get data from the url",
|
||||
"import_from_url_invalid_file_format": "Error while importing collections",
|
||||
"import_from_url_invalid_type": "Unsupported type. accepted values are 'hoppscotch', 'openapi', 'postman', 'insomnia'",
|
||||
"import_from_url_success": "Collections Imported",
|
||||
"json_description": "Import collections from a Hoppscotch Collections JSON file",
|
||||
"title": "Importar"
|
||||
},
|
||||
@@ -331,6 +346,11 @@
|
||||
"body": "Corpo de Solicitação",
|
||||
"choose_language": "Escolha o seu idioma",
|
||||
"content_type": "Tipo de conteúdo",
|
||||
"content_type_titles": {
|
||||
"others": "Others",
|
||||
"structured": "Structured",
|
||||
"text": "Text"
|
||||
},
|
||||
"copy_link": "Link de cópia",
|
||||
"duration": "Duração",
|
||||
"enter_curl": "Digite cURL",
|
||||
@@ -360,10 +380,12 @@
|
||||
"title": "Solicitar",
|
||||
"type": "Tipo de solicitação",
|
||||
"url": "URL",
|
||||
"variables": "Variáveis"
|
||||
"variables": "Variáveis",
|
||||
"view_my_links": "View my links"
|
||||
},
|
||||
"response": {
|
||||
"body": "Corpo de Resposta",
|
||||
"filter_response_body": "Filter JSON response body (uses JSONPath syntax)",
|
||||
"headers": "Cabeçalhos",
|
||||
"html": "HTML",
|
||||
"image": "Imagem",
|
||||
@@ -415,6 +437,8 @@
|
||||
"proxy_use_toggle": "Use o middleware de proxy para enviar solicitações",
|
||||
"read_the": "Leia o",
|
||||
"reset_default": "Restaurar ao padrão",
|
||||
"short_codes": "Short codes",
|
||||
"short_codes_description": "Short codes which were created by you.",
|
||||
"sidebar_on_left": "Sidebar on left",
|
||||
"sync": "Sincronizar",
|
||||
"sync_collections": "Coleções",
|
||||
@@ -428,8 +452,18 @@
|
||||
"theme_description": "Personalize o tema do seu aplicativo.",
|
||||
"use_experimental_url_bar": "Use a barra de URL experimental com destaque do ambiente",
|
||||
"user": "Do utilizador",
|
||||
"verified_email": "Verified email",
|
||||
"verify_email": "Verify email"
|
||||
},
|
||||
"shortcodes": {
|
||||
"actions": "Actions",
|
||||
"created_on": "Created on",
|
||||
"deleted": "Shortcode deleted",
|
||||
"method": "Method",
|
||||
"not_found": "Shortcode not found",
|
||||
"short_code": "Short code",
|
||||
"url": "URL"
|
||||
},
|
||||
"shortcut": {
|
||||
"general": {
|
||||
"close_current_menu": "Fechar menu atual",
|
||||
@@ -484,6 +518,7 @@
|
||||
},
|
||||
"socketio": {
|
||||
"communication": "Comunicação",
|
||||
"connection_not_authorized": "This SocketIO connection does not use any authentication.",
|
||||
"event_name": "Nome do evento",
|
||||
"events": "Eventos",
|
||||
"log": "Registro",
|
||||
@@ -501,6 +536,9 @@
|
||||
"connected": "Conectado",
|
||||
"connected_to": "Conectado a {name}",
|
||||
"connecting_to": "Conectando-se a {name} ...",
|
||||
"connection_error": "Failed to connect",
|
||||
"connection_failed": "Connection failed",
|
||||
"connection_lost": "Connection lost",
|
||||
"copied_to_clipboard": "Copiado para a área de transferência",
|
||||
"deleted": "Excluído",
|
||||
"deprecated": "DESCONTINUADA",
|
||||
@@ -515,8 +553,17 @@
|
||||
"history_deleted": "Histórico excluído",
|
||||
"linewrap": "Quebrar linhas",
|
||||
"loading": "Carregando...",
|
||||
"message_received": "Message: {message} arrived on topic: {topic}",
|
||||
"mqtt_subscription_failed": "Something went wrong while subscribing to topic: {topic}",
|
||||
"none": "Nenhum",
|
||||
"nothing_found": "Nada encontrado para",
|
||||
"published_error": "Something went wrong while publishing msg: {topic} to topic: {message}",
|
||||
"published_message": "Published message: {message} to topic: {topic}",
|
||||
"reconnection_error": "Failed to reconnect",
|
||||
"subscribed_failed": "Failed to subscribe to topic: {topic}",
|
||||
"subscribed_success": "Successfully subscribed to topic: {topic}",
|
||||
"unsubscribed_failed": "Failed to unsubscribe from topic: {topic}",
|
||||
"unsubscribed_success": "Successfully unsubscribed from topic: {topic}",
|
||||
"waiting_send_request": "Esperando para enviar pedido"
|
||||
},
|
||||
"support": {
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
{
|
||||
"action": {
|
||||
"autoscroll": "Autoscroll",
|
||||
"cancel": "Anulare",
|
||||
"choose_file": "Alegeți un fișier",
|
||||
"clear": "clar",
|
||||
"clear_all": "Curata tot",
|
||||
"close": "Close",
|
||||
"connect": "Conectați",
|
||||
"copy": "Copie",
|
||||
"delete": "Șterge",
|
||||
@@ -11,8 +13,10 @@
|
||||
"dismiss": "Renunță",
|
||||
"dont_save": "Don't save",
|
||||
"download_file": "Descărcare fișier",
|
||||
"drag_to_reorder": "Drag to reorder",
|
||||
"duplicate": "Duplicate",
|
||||
"edit": "Editați | ×",
|
||||
"filter_response": "Filter response",
|
||||
"go_back": "Întoarce-te",
|
||||
"label": "Eticheta",
|
||||
"learn_more": "Află mai multe",
|
||||
@@ -20,11 +24,14 @@
|
||||
"more": "Mai mult",
|
||||
"new": "Nou",
|
||||
"no": "Nu",
|
||||
"open_workspace": "Open workspace",
|
||||
"paste": "Paste",
|
||||
"prettify": "Dăruiește",
|
||||
"remove": "Elimina",
|
||||
"restore": "Restabili",
|
||||
"save": "salva",
|
||||
"scroll_to_bottom": "Scroll to bottom",
|
||||
"scroll_to_top": "Scroll to top",
|
||||
"search": "Căutare",
|
||||
"send": "Trimite",
|
||||
"start": "start",
|
||||
@@ -164,6 +171,7 @@
|
||||
"profile": "Login in to view your profile",
|
||||
"protocols": "Protocoalele sunt goale",
|
||||
"schema": "Conectați-vă la un punct final GraphQL",
|
||||
"shortcodes": "Shortcodes are empty",
|
||||
"team_name": "Numele echipei este gol",
|
||||
"teams": "Echipele sunt goale",
|
||||
"tests": "Nu există teste pentru această solicitare"
|
||||
@@ -196,10 +204,13 @@
|
||||
"incorrect_email": "Incorrect email",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "The link you clicked is invalid or expired.",
|
||||
"json_parsing_failed": "Invalid JSON",
|
||||
"json_prettify_invalid_body": "Nu s-a putut pregăti un corp nevalid, a rezolva erorile de sintaxă json și a încerca din nou",
|
||||
"network_error": "There seems to be a network error. Please try again.",
|
||||
"network_fail": "Nu s-a putut trimite solicitarea",
|
||||
"no_duration": "Fără durată",
|
||||
"no_results_found": "No matches found",
|
||||
"page_not_found": "This page could not be found",
|
||||
"script_fail": "Nu s-a putut executa scriptul de pre-cerere",
|
||||
"something_went_wrong": "Ceva n-a mers bine",
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
@@ -265,6 +276,10 @@
|
||||
"from_postman_description": "Import from Postman collection",
|
||||
"from_url": "Import from URL",
|
||||
"gist_url": "Introduceți adresa URL Gist",
|
||||
"import_from_url_invalid_fetch": "Couldn't get data from the url",
|
||||
"import_from_url_invalid_file_format": "Error while importing collections",
|
||||
"import_from_url_invalid_type": "Unsupported type. accepted values are 'hoppscotch', 'openapi', 'postman', 'insomnia'",
|
||||
"import_from_url_success": "Collections Imported",
|
||||
"json_description": "Import collections from a Hoppscotch Collections JSON file",
|
||||
"title": "Import"
|
||||
},
|
||||
@@ -331,6 +346,11 @@
|
||||
"body": "Solicitați corpul",
|
||||
"choose_language": "Alege limba",
|
||||
"content_type": "Tipul de conținut",
|
||||
"content_type_titles": {
|
||||
"others": "Others",
|
||||
"structured": "Structured",
|
||||
"text": "Text"
|
||||
},
|
||||
"copy_link": "Copiază legătură",
|
||||
"duration": "Durată",
|
||||
"enter_curl": "Introduceți cURL",
|
||||
@@ -360,10 +380,12 @@
|
||||
"title": "Cerere",
|
||||
"type": "Tip de solicitare",
|
||||
"url": "URL",
|
||||
"variables": "Variabile"
|
||||
"variables": "Variabile",
|
||||
"view_my_links": "View my links"
|
||||
},
|
||||
"response": {
|
||||
"body": "Corpul de răspuns",
|
||||
"filter_response_body": "Filter JSON response body (uses JSONPath syntax)",
|
||||
"headers": "Anteturi",
|
||||
"html": "HTML",
|
||||
"image": "Imagine",
|
||||
@@ -415,6 +437,8 @@
|
||||
"proxy_use_toggle": "Utilizați middleware-ul proxy pentru a trimite cereri",
|
||||
"read_the": "Citeste",
|
||||
"reset_default": "Resetare la valorile implicite",
|
||||
"short_codes": "Short codes",
|
||||
"short_codes_description": "Short codes which were created by you.",
|
||||
"sidebar_on_left": "Sidebar on left",
|
||||
"sync": "Sincroniza",
|
||||
"sync_collections": "Colecții",
|
||||
@@ -428,8 +452,18 @@
|
||||
"theme_description": "Personalizați tema aplicației.",
|
||||
"use_experimental_url_bar": "Utilizați bara URL experimentală cu evidențierea mediului",
|
||||
"user": "Utilizator",
|
||||
"verified_email": "Verified email",
|
||||
"verify_email": "Verify email"
|
||||
},
|
||||
"shortcodes": {
|
||||
"actions": "Actions",
|
||||
"created_on": "Created on",
|
||||
"deleted": "Shortcode deleted",
|
||||
"method": "Method",
|
||||
"not_found": "Shortcode not found",
|
||||
"short_code": "Short code",
|
||||
"url": "URL"
|
||||
},
|
||||
"shortcut": {
|
||||
"general": {
|
||||
"close_current_menu": "Închideți meniul curent",
|
||||
@@ -484,6 +518,7 @@
|
||||
},
|
||||
"socketio": {
|
||||
"communication": "Comunicare",
|
||||
"connection_not_authorized": "This SocketIO connection does not use any authentication.",
|
||||
"event_name": "Numele evenimentului",
|
||||
"events": "Evenimente",
|
||||
"log": "Buturuga",
|
||||
@@ -501,6 +536,9 @@
|
||||
"connected": "Conectat",
|
||||
"connected_to": "Conectat la {name}",
|
||||
"connecting_to": "Se conectează la {name} ...",
|
||||
"connection_error": "Failed to connect",
|
||||
"connection_failed": "Connection failed",
|
||||
"connection_lost": "Connection lost",
|
||||
"copied_to_clipboard": "Copiat în clipboard",
|
||||
"deleted": "Șters",
|
||||
"deprecated": "DEPRECAT",
|
||||
@@ -515,8 +553,17 @@
|
||||
"history_deleted": "Istoricul a fost șters",
|
||||
"linewrap": "Înfășurați liniile",
|
||||
"loading": "Se încarcă...",
|
||||
"message_received": "Message: {message} arrived on topic: {topic}",
|
||||
"mqtt_subscription_failed": "Something went wrong while subscribing to topic: {topic}",
|
||||
"none": "Nici unul",
|
||||
"nothing_found": "Nimic găsit pentru",
|
||||
"published_error": "Something went wrong while publishing msg: {topic} to topic: {message}",
|
||||
"published_message": "Published message: {message} to topic: {topic}",
|
||||
"reconnection_error": "Failed to reconnect",
|
||||
"subscribed_failed": "Failed to subscribe to topic: {topic}",
|
||||
"subscribed_success": "Successfully subscribed to topic: {topic}",
|
||||
"unsubscribed_failed": "Failed to unsubscribe from topic: {topic}",
|
||||
"unsubscribed_success": "Successfully unsubscribed from topic: {topic}",
|
||||
"waiting_send_request": "Se așteaptă trimiterea cererii"
|
||||
},
|
||||
"support": {
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
{
|
||||
"action": {
|
||||
"autoscroll": "Autoscroll",
|
||||
"cancel": "Отменить",
|
||||
"choose_file": "Выберите файл",
|
||||
"clear": "Очистить",
|
||||
"clear_all": "Очистить все",
|
||||
"close": "Close",
|
||||
"connect": "Подключиться",
|
||||
"copy": "Скопировать",
|
||||
"delete": "Удалить",
|
||||
@@ -11,8 +13,10 @@
|
||||
"dismiss": "Скрыть",
|
||||
"dont_save": "Don't save",
|
||||
"download_file": "Скачать файл",
|
||||
"drag_to_reorder": "Drag to reorder",
|
||||
"duplicate": "Дублировать",
|
||||
"edit": "Редактировать",
|
||||
"filter_response": "Filter response",
|
||||
"go_back": "Вернуться",
|
||||
"label": "Название",
|
||||
"learn_more": "Узнать больше",
|
||||
@@ -20,11 +24,14 @@
|
||||
"more": "Больше",
|
||||
"new": "Создать новый",
|
||||
"no": "Нет",
|
||||
"open_workspace": "Open workspace",
|
||||
"paste": "Paste",
|
||||
"prettify": "Форматировать",
|
||||
"remove": "Удалить",
|
||||
"restore": "Восстановить",
|
||||
"save": "Сохранить",
|
||||
"scroll_to_bottom": "Scroll to bottom",
|
||||
"scroll_to_top": "Scroll to top",
|
||||
"search": "Поиск",
|
||||
"send": "Отправить",
|
||||
"start": "Начать",
|
||||
@@ -164,6 +171,7 @@
|
||||
"profile": "Войдите, чтобы просмотреть свой профиль",
|
||||
"protocols": "Протоколы пустые",
|
||||
"schema": "Подключиться к конечной точке GraphQL",
|
||||
"shortcodes": "Shortcodes are empty",
|
||||
"team_name": "Название команды пусто",
|
||||
"teams": "Команды пустые",
|
||||
"tests": "Для этого запроса нет тестов"
|
||||
@@ -196,10 +204,13 @@
|
||||
"incorrect_email": "Incorrect email",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "Ссылка, по которой вы перешли, - недействительна, либо срок ее действия истек.",
|
||||
"json_parsing_failed": "Invalid JSON",
|
||||
"json_prettify_invalid_body": "Не удалось определить недопустимое тело, устранить синтаксические ошибки json и повторить попытку.",
|
||||
"network_error": "Похоже, возникла проблема с соединением. Попробуйте еще раз.",
|
||||
"network_fail": "Не удалось отправить запрос",
|
||||
"no_duration": "Без продолжительности",
|
||||
"no_results_found": "No matches found",
|
||||
"page_not_found": "This page could not be found",
|
||||
"script_fail": "Не удалось выполнить сценарий предварительного запроса",
|
||||
"something_went_wrong": "Что-то пошло не так",
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
@@ -265,6 +276,10 @@
|
||||
"from_postman_description": "Import from Postman collection",
|
||||
"from_url": "Import from URL",
|
||||
"gist_url": "Введите URL-адрес Gist",
|
||||
"import_from_url_invalid_fetch": "Couldn't get data from the url",
|
||||
"import_from_url_invalid_file_format": "Error while importing collections",
|
||||
"import_from_url_invalid_type": "Unsupported type. accepted values are 'hoppscotch', 'openapi', 'postman', 'insomnia'",
|
||||
"import_from_url_success": "Collections Imported",
|
||||
"json_description": "Import collections from a Hoppscotch Collections JSON file",
|
||||
"title": "Импортировать"
|
||||
},
|
||||
@@ -331,6 +346,11 @@
|
||||
"body": "Тело запроса",
|
||||
"choose_language": "Выберите язык",
|
||||
"content_type": "Тип содержимого",
|
||||
"content_type_titles": {
|
||||
"others": "Others",
|
||||
"structured": "Structured",
|
||||
"text": "Text"
|
||||
},
|
||||
"copy_link": "Копировать ссылку",
|
||||
"duration": "Продолжительность",
|
||||
"enter_curl": "Введите cURL",
|
||||
@@ -360,10 +380,12 @@
|
||||
"title": "Запрос",
|
||||
"type": "Тип запроса",
|
||||
"url": "URL",
|
||||
"variables": "Переменные"
|
||||
"variables": "Переменные",
|
||||
"view_my_links": "View my links"
|
||||
},
|
||||
"response": {
|
||||
"body": "Тело ответа",
|
||||
"filter_response_body": "Filter JSON response body (uses JSONPath syntax)",
|
||||
"headers": "Заголовки",
|
||||
"html": "HTML",
|
||||
"image": "Изображение",
|
||||
@@ -415,6 +437,8 @@
|
||||
"proxy_use_toggle": "Используйте промежуточное ПО прокси для отправки запросов",
|
||||
"read_the": "Прочтите",
|
||||
"reset_default": "Восстановление значений по умолчанию",
|
||||
"short_codes": "Short codes",
|
||||
"short_codes_description": "Short codes which were created by you.",
|
||||
"sidebar_on_left": "Панель слева",
|
||||
"sync": "Синхронизировать",
|
||||
"sync_collections": "Коллекции",
|
||||
@@ -428,8 +452,18 @@
|
||||
"theme_description": "Настройте тему своего приложения.",
|
||||
"use_experimental_url_bar": "Использовать экспериментальную строку URL с выделением среды",
|
||||
"user": "Пользователь",
|
||||
"verified_email": "Verified email",
|
||||
"verify_email": "Подтвердить почту"
|
||||
},
|
||||
"shortcodes": {
|
||||
"actions": "Actions",
|
||||
"created_on": "Created on",
|
||||
"deleted": "Shortcode deleted",
|
||||
"method": "Method",
|
||||
"not_found": "Shortcode not found",
|
||||
"short_code": "Short code",
|
||||
"url": "URL"
|
||||
},
|
||||
"shortcut": {
|
||||
"general": {
|
||||
"close_current_menu": "Закрыть текущее меню",
|
||||
@@ -484,6 +518,7 @@
|
||||
},
|
||||
"socketio": {
|
||||
"communication": "Коммуникация",
|
||||
"connection_not_authorized": "This SocketIO connection does not use any authentication.",
|
||||
"event_name": "Название события",
|
||||
"events": "События",
|
||||
"log": "Лог",
|
||||
@@ -501,6 +536,9 @@
|
||||
"connected": "Связаны",
|
||||
"connected_to": "Подключено к {name}",
|
||||
"connecting_to": "Подключение к {name} ...",
|
||||
"connection_error": "Failed to connect",
|
||||
"connection_failed": "Connection failed",
|
||||
"connection_lost": "Connection lost",
|
||||
"copied_to_clipboard": "Скопировано в буфер обмена",
|
||||
"deleted": "Удалено",
|
||||
"deprecated": "УСТАРЕЛО",
|
||||
@@ -515,8 +553,17 @@
|
||||
"history_deleted": "История удалена",
|
||||
"linewrap": "Обернуть линии",
|
||||
"loading": "Загрузка...",
|
||||
"message_received": "Message: {message} arrived on topic: {topic}",
|
||||
"mqtt_subscription_failed": "Something went wrong while subscribing to topic: {topic}",
|
||||
"none": "Никто",
|
||||
"nothing_found": "Ничего не найдено для",
|
||||
"published_error": "Something went wrong while publishing msg: {topic} to topic: {message}",
|
||||
"published_message": "Published message: {message} to topic: {topic}",
|
||||
"reconnection_error": "Failed to reconnect",
|
||||
"subscribed_failed": "Failed to subscribe to topic: {topic}",
|
||||
"subscribed_success": "Successfully subscribed to topic: {topic}",
|
||||
"unsubscribed_failed": "Failed to unsubscribe from topic: {topic}",
|
||||
"unsubscribed_success": "Successfully unsubscribed from topic: {topic}",
|
||||
"waiting_send_request": "Ожидание отправки запроса"
|
||||
},
|
||||
"support": {
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
{
|
||||
"action": {
|
||||
"autoscroll": "Autoscroll",
|
||||
"cancel": "Поништити, отказати",
|
||||
"choose_file": "Одаберите датотеку",
|
||||
"clear": "Јасно",
|
||||
"clear_all": "Избриши све",
|
||||
"close": "Close",
|
||||
"connect": "Цоннецт",
|
||||
"copy": "Цопи",
|
||||
"delete": "Избриши",
|
||||
@@ -11,8 +13,10 @@
|
||||
"dismiss": "Одбаци",
|
||||
"dont_save": "Don't save",
|
||||
"download_file": "Скини докуменат",
|
||||
"drag_to_reorder": "Drag to reorder",
|
||||
"duplicate": "Duplicate",
|
||||
"edit": "Уредити",
|
||||
"filter_response": "Filter response",
|
||||
"go_back": "Вратити се",
|
||||
"label": "Ознака",
|
||||
"learn_more": "Сазнајте више",
|
||||
@@ -20,11 +24,14 @@
|
||||
"more": "Више",
|
||||
"new": "Нова",
|
||||
"no": "Не",
|
||||
"open_workspace": "Open workspace",
|
||||
"paste": "Paste",
|
||||
"prettify": "Преттифи",
|
||||
"remove": "Уклони",
|
||||
"restore": "Ресторе",
|
||||
"save": "сачувати",
|
||||
"scroll_to_bottom": "Scroll to bottom",
|
||||
"scroll_to_top": "Scroll to top",
|
||||
"search": "Претрага",
|
||||
"send": "Пошаљи",
|
||||
"start": "Почетак",
|
||||
@@ -164,6 +171,7 @@
|
||||
"profile": "Login in to view your profile",
|
||||
"protocols": "Протоколи су празни",
|
||||
"schema": "Повежите се са ГрапхКЛ крајњом тачком",
|
||||
"shortcodes": "Shortcodes are empty",
|
||||
"team_name": "Назив тима празан",
|
||||
"teams": "Тимови су празни",
|
||||
"tests": "Нема тестова за овај захтев"
|
||||
@@ -196,10 +204,13 @@
|
||||
"incorrect_email": "Incorrect email",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "The link you clicked is invalid or expired.",
|
||||
"json_parsing_failed": "Invalid JSON",
|
||||
"json_prettify_invalid_body": "Није могуће унапредити неважеће тело, решити грешке у синтакси јсон -а и покушати поново",
|
||||
"network_error": "There seems to be a network error. Please try again.",
|
||||
"network_fail": "Слање захтева није успело",
|
||||
"no_duration": "Нема трајања",
|
||||
"no_results_found": "No matches found",
|
||||
"page_not_found": "This page could not be found",
|
||||
"script_fail": "Није могуће извршити скрипту пре захтева",
|
||||
"something_went_wrong": "Нешто није у реду",
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
@@ -265,6 +276,10 @@
|
||||
"from_postman_description": "Import from Postman collection",
|
||||
"from_url": "Import from URL",
|
||||
"gist_url": "Унесите Гист УРЛ",
|
||||
"import_from_url_invalid_fetch": "Couldn't get data from the url",
|
||||
"import_from_url_invalid_file_format": "Error while importing collections",
|
||||
"import_from_url_invalid_type": "Unsupported type. accepted values are 'hoppscotch', 'openapi', 'postman', 'insomnia'",
|
||||
"import_from_url_success": "Collections Imported",
|
||||
"json_description": "Import collections from a Hoppscotch Collections JSON file",
|
||||
"title": "Увоз"
|
||||
},
|
||||
@@ -331,6 +346,11 @@
|
||||
"body": "Рекуест Боди",
|
||||
"choose_language": "Изабери језик",
|
||||
"content_type": "Тип садржаја",
|
||||
"content_type_titles": {
|
||||
"others": "Others",
|
||||
"structured": "Structured",
|
||||
"text": "Text"
|
||||
},
|
||||
"copy_link": "Копирај везу",
|
||||
"duration": "Трајање",
|
||||
"enter_curl": "Унесите цУРЛ",
|
||||
@@ -360,10 +380,12 @@
|
||||
"title": "Захтев",
|
||||
"type": "Врста Захтева",
|
||||
"url": "УРЛ",
|
||||
"variables": "Променљиве"
|
||||
"variables": "Променљиве",
|
||||
"view_my_links": "View my links"
|
||||
},
|
||||
"response": {
|
||||
"body": "Тело за одговор",
|
||||
"filter_response_body": "Filter JSON response body (uses JSONPath syntax)",
|
||||
"headers": "Заглавља",
|
||||
"html": "ХТМЛ",
|
||||
"image": "Слика",
|
||||
@@ -415,6 +437,8 @@
|
||||
"proxy_use_toggle": "За слање захтева користите проки посреднички софтвер",
|
||||
"read_the": "Прочитајте",
|
||||
"reset_default": "Врати на подразумеване вредности",
|
||||
"short_codes": "Short codes",
|
||||
"short_codes_description": "Short codes which were created by you.",
|
||||
"sidebar_on_left": "Sidebar on left",
|
||||
"sync": "Синхронизујте",
|
||||
"sync_collections": "Збирке",
|
||||
@@ -428,8 +452,18 @@
|
||||
"theme_description": "Прилагодите тему апликације.",
|
||||
"use_experimental_url_bar": "Користите експерименталну УРЛ траку са истицањем окружења",
|
||||
"user": "Корисник",
|
||||
"verified_email": "Verified email",
|
||||
"verify_email": "Verify email"
|
||||
},
|
||||
"shortcodes": {
|
||||
"actions": "Actions",
|
||||
"created_on": "Created on",
|
||||
"deleted": "Shortcode deleted",
|
||||
"method": "Method",
|
||||
"not_found": "Shortcode not found",
|
||||
"short_code": "Short code",
|
||||
"url": "URL"
|
||||
},
|
||||
"shortcut": {
|
||||
"general": {
|
||||
"close_current_menu": "Затворите тренутни мени",
|
||||
@@ -484,6 +518,7 @@
|
||||
},
|
||||
"socketio": {
|
||||
"communication": "Комуникација",
|
||||
"connection_not_authorized": "This SocketIO connection does not use any authentication.",
|
||||
"event_name": "Назив догађаја",
|
||||
"events": "Догађаји",
|
||||
"log": "Пријава",
|
||||
@@ -501,6 +536,9 @@
|
||||
"connected": "Повезан",
|
||||
"connected_to": "Повезано са {наме}",
|
||||
"connecting_to": "Повезивање са {наме} ...",
|
||||
"connection_error": "Failed to connect",
|
||||
"connection_failed": "Connection failed",
|
||||
"connection_lost": "Connection lost",
|
||||
"copied_to_clipboard": "Копирано у међуспремник",
|
||||
"deleted": "Избрисан",
|
||||
"deprecated": "ЗАСТАРЕЛА",
|
||||
@@ -515,8 +553,17 @@
|
||||
"history_deleted": "Историја је избрисана",
|
||||
"linewrap": "Омотајте линије",
|
||||
"loading": "Учитавање ...",
|
||||
"message_received": "Message: {message} arrived on topic: {topic}",
|
||||
"mqtt_subscription_failed": "Something went wrong while subscribing to topic: {topic}",
|
||||
"none": "Ниједан",
|
||||
"nothing_found": "Ништа није пронађено за",
|
||||
"published_error": "Something went wrong while publishing msg: {topic} to topic: {message}",
|
||||
"published_message": "Published message: {message} to topic: {topic}",
|
||||
"reconnection_error": "Failed to reconnect",
|
||||
"subscribed_failed": "Failed to subscribe to topic: {topic}",
|
||||
"subscribed_success": "Successfully subscribed to topic: {topic}",
|
||||
"unsubscribed_failed": "Failed to unsubscribe from topic: {topic}",
|
||||
"unsubscribed_success": "Successfully unsubscribed from topic: {topic}",
|
||||
"waiting_send_request": "Чека се слање захтева"
|
||||
},
|
||||
"support": {
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
{
|
||||
"action": {
|
||||
"autoscroll": "Autoscroll",
|
||||
"cancel": "Annullera",
|
||||
"choose_file": "Välj en fil",
|
||||
"clear": "Klar",
|
||||
"clear_all": "Rensa alla",
|
||||
"close": "Close",
|
||||
"connect": "Ansluta",
|
||||
"copy": "Kopiera",
|
||||
"delete": "Radera",
|
||||
@@ -11,8 +13,10 @@
|
||||
"dismiss": "Avfärda",
|
||||
"dont_save": "Don't save",
|
||||
"download_file": "Nedladdning fil",
|
||||
"drag_to_reorder": "Drag to reorder",
|
||||
"duplicate": "Duplicate",
|
||||
"edit": "Redigera",
|
||||
"filter_response": "Filter response",
|
||||
"go_back": "Gå tillbaka",
|
||||
"label": "Märka",
|
||||
"learn_more": "Läs mer",
|
||||
@@ -20,11 +24,14 @@
|
||||
"more": "Mer",
|
||||
"new": "Ny",
|
||||
"no": "Nej",
|
||||
"open_workspace": "Open workspace",
|
||||
"paste": "Paste",
|
||||
"prettify": "Försköna",
|
||||
"remove": "Avlägsna",
|
||||
"restore": "Återställ",
|
||||
"save": "Spara",
|
||||
"scroll_to_bottom": "Scroll to bottom",
|
||||
"scroll_to_top": "Scroll to top",
|
||||
"search": "Sök",
|
||||
"send": "Skicka",
|
||||
"start": "Start",
|
||||
@@ -164,6 +171,7 @@
|
||||
"profile": "Login in to view your profile",
|
||||
"protocols": "Protokoll är tomma",
|
||||
"schema": "Anslut till en GraphQL -slutpunkt",
|
||||
"shortcodes": "Shortcodes are empty",
|
||||
"team_name": "Lagets namn är tomt",
|
||||
"teams": "Lag är tomma",
|
||||
"tests": "Det finns inga tester för denna begäran"
|
||||
@@ -196,10 +204,13 @@
|
||||
"incorrect_email": "Incorrect email",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "The link you clicked is invalid or expired.",
|
||||
"json_parsing_failed": "Invalid JSON",
|
||||
"json_prettify_invalid_body": "Det gick inte att pryda en ogiltig kropp, lösa json -syntaxfel och försök igen",
|
||||
"network_error": "There seems to be a network error. Please try again.",
|
||||
"network_fail": "Det gick inte att skicka förfrågan",
|
||||
"no_duration": "Ingen varaktighet",
|
||||
"no_results_found": "No matches found",
|
||||
"page_not_found": "This page could not be found",
|
||||
"script_fail": "Det gick inte att köra skriptet för förhandsbegäran",
|
||||
"something_went_wrong": "Något gick fel",
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
@@ -265,6 +276,10 @@
|
||||
"from_postman_description": "Import from Postman collection",
|
||||
"from_url": "Import from URL",
|
||||
"gist_url": "Ange Gist URL",
|
||||
"import_from_url_invalid_fetch": "Couldn't get data from the url",
|
||||
"import_from_url_invalid_file_format": "Error while importing collections",
|
||||
"import_from_url_invalid_type": "Unsupported type. accepted values are 'hoppscotch', 'openapi', 'postman', 'insomnia'",
|
||||
"import_from_url_success": "Collections Imported",
|
||||
"json_description": "Import collections from a Hoppscotch Collections JSON file",
|
||||
"title": "Importera"
|
||||
},
|
||||
@@ -331,6 +346,11 @@
|
||||
"body": "Begär organ",
|
||||
"choose_language": "Välj språk",
|
||||
"content_type": "Innehållstyp",
|
||||
"content_type_titles": {
|
||||
"others": "Others",
|
||||
"structured": "Structured",
|
||||
"text": "Text"
|
||||
},
|
||||
"copy_link": "Kopiera länk",
|
||||
"duration": "Varaktighet",
|
||||
"enter_curl": "Ange cURL",
|
||||
@@ -360,10 +380,12 @@
|
||||
"title": "Begäran",
|
||||
"type": "Typ av förfrågan",
|
||||
"url": "URL",
|
||||
"variables": "Variabler"
|
||||
"variables": "Variabler",
|
||||
"view_my_links": "View my links"
|
||||
},
|
||||
"response": {
|
||||
"body": "Svarskommitté",
|
||||
"filter_response_body": "Filter JSON response body (uses JSONPath syntax)",
|
||||
"headers": "Rubriker",
|
||||
"html": "HTML",
|
||||
"image": "Bild",
|
||||
@@ -415,6 +437,8 @@
|
||||
"proxy_use_toggle": "Använd proxy -mellanprogrammet för att skicka förfrågningar",
|
||||
"read_the": "Läs",
|
||||
"reset_default": "Återställ till standard",
|
||||
"short_codes": "Short codes",
|
||||
"short_codes_description": "Short codes which were created by you.",
|
||||
"sidebar_on_left": "Sidebar on left",
|
||||
"sync": "Synkronisera",
|
||||
"sync_collections": "Samlingar",
|
||||
@@ -428,8 +452,18 @@
|
||||
"theme_description": "Anpassa ditt applikationstema.",
|
||||
"use_experimental_url_bar": "Använd experimentell URL -fält med miljömarkering",
|
||||
"user": "Användare",
|
||||
"verified_email": "Verified email",
|
||||
"verify_email": "Verify email"
|
||||
},
|
||||
"shortcodes": {
|
||||
"actions": "Actions",
|
||||
"created_on": "Created on",
|
||||
"deleted": "Shortcode deleted",
|
||||
"method": "Method",
|
||||
"not_found": "Shortcode not found",
|
||||
"short_code": "Short code",
|
||||
"url": "URL"
|
||||
},
|
||||
"shortcut": {
|
||||
"general": {
|
||||
"close_current_menu": "Stäng aktuell meny",
|
||||
@@ -484,6 +518,7 @@
|
||||
},
|
||||
"socketio": {
|
||||
"communication": "Kommunikation",
|
||||
"connection_not_authorized": "This SocketIO connection does not use any authentication.",
|
||||
"event_name": "Event namn",
|
||||
"events": "evenemang",
|
||||
"log": "Logga",
|
||||
@@ -501,6 +536,9 @@
|
||||
"connected": "Ansluten",
|
||||
"connected_to": "Ansluten till {name}",
|
||||
"connecting_to": "Ansluter till {name} ...",
|
||||
"connection_error": "Failed to connect",
|
||||
"connection_failed": "Connection failed",
|
||||
"connection_lost": "Connection lost",
|
||||
"copied_to_clipboard": "Kopierat till urklipp",
|
||||
"deleted": "raderade",
|
||||
"deprecated": "DEPRECATED",
|
||||
@@ -515,8 +553,17 @@
|
||||
"history_deleted": "Historik raderad",
|
||||
"linewrap": "Slå in linjer",
|
||||
"loading": "Läser in...",
|
||||
"message_received": "Message: {message} arrived on topic: {topic}",
|
||||
"mqtt_subscription_failed": "Something went wrong while subscribing to topic: {topic}",
|
||||
"none": "Ingen",
|
||||
"nothing_found": "Inget hittat för",
|
||||
"published_error": "Something went wrong while publishing msg: {topic} to topic: {message}",
|
||||
"published_message": "Published message: {message} to topic: {topic}",
|
||||
"reconnection_error": "Failed to reconnect",
|
||||
"subscribed_failed": "Failed to subscribe to topic: {topic}",
|
||||
"subscribed_success": "Successfully subscribed to topic: {topic}",
|
||||
"unsubscribed_failed": "Failed to unsubscribe from topic: {topic}",
|
||||
"unsubscribed_success": "Successfully unsubscribed from topic: {topic}",
|
||||
"waiting_send_request": "Väntar på att skicka förfrågan"
|
||||
},
|
||||
"support": {
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
{
|
||||
"action": {
|
||||
"autoscroll": "Autoscroll",
|
||||
"cancel": "İptal",
|
||||
"choose_file": "Bir dosya seçin",
|
||||
"clear": "Temizle",
|
||||
"clear_all": "Hepsini temizle",
|
||||
"close": "Close",
|
||||
"connect": "Bağlan",
|
||||
"copy": "Kopyala",
|
||||
"delete": "Sil",
|
||||
@@ -11,8 +13,10 @@
|
||||
"dismiss": "Boşver",
|
||||
"dont_save": "Don't save",
|
||||
"download_file": "Dosyayı Indir",
|
||||
"drag_to_reorder": "Drag to reorder",
|
||||
"duplicate": "Klonla",
|
||||
"edit": "Düzenle",
|
||||
"filter_response": "Filter response",
|
||||
"go_back": "Geri git",
|
||||
"label": "Etiket",
|
||||
"learn_more": "Daha fazla bilgi edin",
|
||||
@@ -20,11 +24,14 @@
|
||||
"more": "Daha fazla",
|
||||
"new": "Yeni",
|
||||
"no": "Numara",
|
||||
"open_workspace": "Open workspace",
|
||||
"paste": "Paste",
|
||||
"prettify": "Güzelleştir",
|
||||
"remove": "Kaldır",
|
||||
"restore": "Onar",
|
||||
"save": "Kaydet",
|
||||
"scroll_to_bottom": "Scroll to bottom",
|
||||
"scroll_to_top": "Scroll to top",
|
||||
"search": "Arama",
|
||||
"send": "Gönder",
|
||||
"start": "Başla",
|
||||
@@ -164,6 +171,7 @@
|
||||
"profile": "Bu profili görüntülemek için giriş yapın",
|
||||
"protocols": "Protokoller boş",
|
||||
"schema": "Bir GraphQL uç noktasına bağlanma",
|
||||
"shortcodes": "Shortcodes are empty",
|
||||
"team_name": "Takım adı boş",
|
||||
"teams": "Takımlar boş",
|
||||
"tests": "Bu istek için test yok"
|
||||
@@ -196,10 +204,13 @@
|
||||
"incorrect_email": "Geçersiz e-posta",
|
||||
"invalid_link": "Geçersiz bağlantı",
|
||||
"invalid_link_description": "Tıkladığınız linkin süresi geçmiş veya geçersiz",
|
||||
"json_parsing_failed": "Invalid JSON",
|
||||
"json_prettify_invalid_body": "Geçersiz bir gövde güzelleştirilemedi, JSON sözdizimi hatalarını çözüp tekrar deneyin",
|
||||
"network_error": "Görünene göre bir ağ hatası var. Lütfen tekrar deneyin.",
|
||||
"network_fail": "İstek gönderilemedi",
|
||||
"no_duration": "Süre yok",
|
||||
"no_results_found": "No matches found",
|
||||
"page_not_found": "This page could not be found",
|
||||
"script_fail": "Ön istek komut dosyası çalıştırılamadı",
|
||||
"something_went_wrong": "Bir şeyler yanlış gitti",
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
@@ -265,6 +276,10 @@
|
||||
"from_postman_description": "Postman koleksiyonunu içe aktar",
|
||||
"from_url": "Bağlantı'yı içe aktar",
|
||||
"gist_url": "Gist bağlantısını girin",
|
||||
"import_from_url_invalid_fetch": "Couldn't get data from the url",
|
||||
"import_from_url_invalid_file_format": "Error while importing collections",
|
||||
"import_from_url_invalid_type": "Unsupported type. accepted values are 'hoppscotch', 'openapi', 'postman', 'insomnia'",
|
||||
"import_from_url_success": "Collections Imported",
|
||||
"json_description": "Import collections from a Hoppscotch Collections JSON file",
|
||||
"title": "İçe aktar"
|
||||
},
|
||||
@@ -331,6 +346,11 @@
|
||||
"body": "İstek gövdesi",
|
||||
"choose_language": "Dil seçiniz",
|
||||
"content_type": "İçerik türü",
|
||||
"content_type_titles": {
|
||||
"others": "Others",
|
||||
"structured": "Structured",
|
||||
"text": "Text"
|
||||
},
|
||||
"copy_link": "Bağlantıyı kopyala",
|
||||
"duration": "Süre",
|
||||
"enter_curl": "cURL'yi girin",
|
||||
@@ -360,10 +380,12 @@
|
||||
"title": "İstek",
|
||||
"type": "İstek türü",
|
||||
"url": "URL",
|
||||
"variables": "Değişkenler"
|
||||
"variables": "Değişkenler",
|
||||
"view_my_links": "View my links"
|
||||
},
|
||||
"response": {
|
||||
"body": "Yanıt gövdesi",
|
||||
"filter_response_body": "Filter JSON response body (uses JSONPath syntax)",
|
||||
"headers": "Başlıklar",
|
||||
"html": "HTML",
|
||||
"image": "Resim",
|
||||
@@ -415,6 +437,8 @@
|
||||
"proxy_use_toggle": "İstek göndermek için proxy ara yazılımını kullanın",
|
||||
"read_the": "Oku",
|
||||
"reset_default": "Varsayılana sıfırla",
|
||||
"short_codes": "Short codes",
|
||||
"short_codes_description": "Short codes which were created by you.",
|
||||
"sidebar_on_left": "Soldaki kenar çubuğu",
|
||||
"sync": "Senkronize et",
|
||||
"sync_collections": "Koleksiyonlar",
|
||||
@@ -428,8 +452,18 @@
|
||||
"theme_description": "Uygulama temanızı özelleştirin.",
|
||||
"use_experimental_url_bar": "Ortam vurgulamalı deneysel URL çubuğunu kullanın",
|
||||
"user": "Kullanıcı",
|
||||
"verified_email": "Verified email",
|
||||
"verify_email": "E-posta'yı doğrula"
|
||||
},
|
||||
"shortcodes": {
|
||||
"actions": "Actions",
|
||||
"created_on": "Created on",
|
||||
"deleted": "Shortcode deleted",
|
||||
"method": "Method",
|
||||
"not_found": "Shortcode not found",
|
||||
"short_code": "Short code",
|
||||
"url": "URL"
|
||||
},
|
||||
"shortcut": {
|
||||
"general": {
|
||||
"close_current_menu": "Güncel menüyü kapat",
|
||||
@@ -484,6 +518,7 @@
|
||||
},
|
||||
"socketio": {
|
||||
"communication": "İletişim",
|
||||
"connection_not_authorized": "This SocketIO connection does not use any authentication.",
|
||||
"event_name": "Etkinlik ismi",
|
||||
"events": "Olaylar",
|
||||
"log": "Kayıt",
|
||||
@@ -501,6 +536,9 @@
|
||||
"connected": "Bağlandı",
|
||||
"connected_to": "{name} ile bağlantı kuruldu",
|
||||
"connecting_to": "{name} adlı kullanıcıya bağlanılıyor...",
|
||||
"connection_error": "Failed to connect",
|
||||
"connection_failed": "Connection failed",
|
||||
"connection_lost": "Connection lost",
|
||||
"copied_to_clipboard": "Panoya kopyalandı",
|
||||
"deleted": "Silindi",
|
||||
"deprecated": "KULLANIMDAN KALDIRILMIŞ",
|
||||
@@ -515,8 +553,17 @@
|
||||
"history_deleted": "Geçmiş silindi",
|
||||
"linewrap": "Çizgileri sarın",
|
||||
"loading": "Yükleniyor...",
|
||||
"message_received": "Message: {message} arrived on topic: {topic}",
|
||||
"mqtt_subscription_failed": "Something went wrong while subscribing to topic: {topic}",
|
||||
"none": "Hiçbiri",
|
||||
"nothing_found": "için hiçbir şey bulunamadı",
|
||||
"published_error": "Something went wrong while publishing msg: {topic} to topic: {message}",
|
||||
"published_message": "Published message: {message} to topic: {topic}",
|
||||
"reconnection_error": "Failed to reconnect",
|
||||
"subscribed_failed": "Failed to subscribe to topic: {topic}",
|
||||
"subscribed_success": "Successfully subscribed to topic: {topic}",
|
||||
"unsubscribed_failed": "Failed to unsubscribe from topic: {topic}",
|
||||
"unsubscribed_success": "Successfully unsubscribed from topic: {topic}",
|
||||
"waiting_send_request": "istek göndermek için bekleniyor"
|
||||
},
|
||||
"support": {
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
"choose_file": "選擇一個檔案",
|
||||
"clear": "清除",
|
||||
"clear_all": "全部清除",
|
||||
"close": "Close",
|
||||
"connect": "連線",
|
||||
"copy": "複製",
|
||||
"delete": "刪除",
|
||||
@@ -12,6 +13,7 @@
|
||||
"dismiss": "忽略",
|
||||
"dont_save": "不要儲存",
|
||||
"download_file": "下載檔案",
|
||||
"drag_to_reorder": "Drag to reorder",
|
||||
"duplicate": "複製",
|
||||
"edit": "編輯",
|
||||
"filter_response": "篩選回應",
|
||||
@@ -127,7 +129,6 @@
|
||||
"team_collections": "團隊組合"
|
||||
},
|
||||
"confirm": {
|
||||
"request_change": "您確定要捨棄當前請求嗎?未儲存的變更將遺失。",
|
||||
"exit_team": "您確定要離開此團隊嗎?",
|
||||
"logout": "您確定要登出嗎?",
|
||||
"remove_collection": "您確定要永久刪除該組合嗎?",
|
||||
@@ -137,6 +138,7 @@
|
||||
"remove_request": "您確定要永久刪除該請求嗎?",
|
||||
"remove_team": "您確定要刪除該團隊嗎?",
|
||||
"remove_telemetry": "您確定要退出遙測服務嗎?",
|
||||
"request_change": "您確定要捨棄當前請求嗎?未儲存的變更將遺失。",
|
||||
"sync": "您想從雲端恢復您的工作區嗎?這將丟棄您的本地進度。"
|
||||
},
|
||||
"count": {
|
||||
@@ -177,8 +179,8 @@
|
||||
"environment": {
|
||||
"add_to_global": "新增至全域",
|
||||
"added": "新增環境",
|
||||
"created": "已建立環境",
|
||||
"create_new": "建立新環境",
|
||||
"created": "已建立環境",
|
||||
"deleted": "刪除環境",
|
||||
"edit": "編輯環境",
|
||||
"invalid_name": "請提供有效的環境名稱",
|
||||
@@ -202,12 +204,13 @@
|
||||
"incorrect_email": "錯誤的電子信箱",
|
||||
"invalid_link": "連結無效",
|
||||
"invalid_link_description": "您點擊的連結無效或已過期。",
|
||||
"json_prettify_invalid_body": "無法美化無效的請求主體,處理 JSON 語法錯誤並重試",
|
||||
"json_parsing_failed": "JSON 無效",
|
||||
"json_prettify_invalid_body": "無法美化無效的請求主體,處理 JSON 語法錯誤並重試",
|
||||
"network_error": "似乎有網路錯誤。請再試一次。",
|
||||
"network_fail": "無法傳送請求",
|
||||
"no_duration": "無持續時間",
|
||||
"no_results_found": "找不到結果",
|
||||
"page_not_found": "This page could not be found",
|
||||
"script_fail": "無法執行預請求指令碼",
|
||||
"something_went_wrong": "發生了一些錯誤",
|
||||
"test_script_fail": "無法執行測試指令碼"
|
||||
@@ -250,10 +253,10 @@
|
||||
"tests": "編寫測試指令碼以自動除錯。"
|
||||
},
|
||||
"hide": {
|
||||
"collection": "隱藏組合面板",
|
||||
"more": "隱藏更多",
|
||||
"preview": "隱藏預覽",
|
||||
"sidebar": "隱藏側邊欄",
|
||||
"collection": "隱藏組合面板"
|
||||
"sidebar": "隱藏側邊欄"
|
||||
},
|
||||
"import": {
|
||||
"collections": "匯入組合",
|
||||
@@ -273,12 +276,12 @@
|
||||
"from_postman_description": "從 Postman 組合匯入",
|
||||
"from_url": "從網址匯入",
|
||||
"gist_url": "輸入 Gist 網址",
|
||||
"json_description": "從 Hoppscotch 組合 JSON 檔匯入組合",
|
||||
"title": "匯入",
|
||||
"import_from_url_success": "已匯入組合",
|
||||
"import_from_url_invalid_fetch": "無法從網址取得資料",
|
||||
"import_from_url_invalid_file_format": "匯入組合時發生錯誤",
|
||||
"import_from_url_invalid_type": "不支援此類型。可接受的值為 'hoppscotch'、'openapi'、'postman'、'insomnia'",
|
||||
"import_from_url_invalid_fetch": "無法從網址取得資料"
|
||||
"import_from_url_success": "已匯入組合",
|
||||
"json_description": "從 Hoppscotch 組合 JSON 檔匯入組合",
|
||||
"title": "匯入"
|
||||
},
|
||||
"layout": {
|
||||
"collapse_collection": "隱藏或顯示組合",
|
||||
@@ -415,11 +418,11 @@
|
||||
"extension_version": "擴充套件版本",
|
||||
"extensions": "擴充套件",
|
||||
"extensions_use_toggle": "使用瀏覽器擴充套件傳送請求(如果存在)",
|
||||
"follow": "關注我們",
|
||||
"font_size": "字型大小",
|
||||
"font_size_large": "大",
|
||||
"font_size_medium": "中",
|
||||
"font_size_small": "小",
|
||||
"follow": "關注我們",
|
||||
"interceptor": "攔截器",
|
||||
"interceptor_description": "應用程式和 API 之間的中介軟體。",
|
||||
"language": "語言",
|
||||
@@ -449,8 +452,18 @@
|
||||
"theme_description": "自定義您的應用程式主題。",
|
||||
"use_experimental_url_bar": "使用帶有環境高亮的實驗性網址欄",
|
||||
"user": "使用者",
|
||||
"verified_email": "Verified email",
|
||||
"verify_email": "確認電子郵件地址"
|
||||
},
|
||||
"shortcodes": {
|
||||
"actions": "操作",
|
||||
"created_on": "建立於",
|
||||
"deleted": "已刪除快捷碼",
|
||||
"method": "方法",
|
||||
"not_found": "找不到快捷碼",
|
||||
"short_code": "快捷碼",
|
||||
"url": "網址"
|
||||
},
|
||||
"shortcut": {
|
||||
"general": {
|
||||
"close_current_menu": "關閉目前選單",
|
||||
@@ -497,28 +510,19 @@
|
||||
"title": "主題"
|
||||
}
|
||||
},
|
||||
"shortcodes":{
|
||||
"actions":"操作",
|
||||
"created_on": "建立於",
|
||||
"deleted" : "已刪除快捷碼",
|
||||
"method": "方法",
|
||||
"not_found":"找不到快捷碼",
|
||||
"short_code":"快捷碼",
|
||||
"url": "網址"
|
||||
},
|
||||
"show": {
|
||||
"code": "顯示程式碼",
|
||||
"collection": "顯示組合面板",
|
||||
"more": "顯示更多",
|
||||
"sidebar": "顯示側邊欄",
|
||||
"collection": "顯示組合面板"
|
||||
"sidebar": "顯示側邊欄"
|
||||
},
|
||||
"socketio": {
|
||||
"communication": "通訊",
|
||||
"connection_not_authorized": "此 SocketIO 連線未使用任何驗證。",
|
||||
"event_name": "事件名稱",
|
||||
"events": "事件",
|
||||
"log": "日誌",
|
||||
"url": "網址",
|
||||
"connection_not_authorized": "此 SocketIO 連線未使用任何驗證。"
|
||||
"url": "網址"
|
||||
},
|
||||
"sse": {
|
||||
"event_type": "事件類型",
|
||||
@@ -532,6 +536,9 @@
|
||||
"connected": "已連線",
|
||||
"connected_to": "已連線到 {name}",
|
||||
"connecting_to": "正在連線到 {name}……",
|
||||
"connection_error": "連線失敗",
|
||||
"connection_failed": "連線失敗",
|
||||
"connection_lost": "失去連線",
|
||||
"copied_to_clipboard": "已複製到剪貼簿",
|
||||
"deleted": "已刪除",
|
||||
"deprecated": "已棄用",
|
||||
@@ -546,21 +553,18 @@
|
||||
"history_deleted": "歷史記錄已刪除",
|
||||
"linewrap": "換行",
|
||||
"loading": "正在載入……",
|
||||
"none": "無",
|
||||
"nothing_found": "沒有找到",
|
||||
"waiting_send_request": "等待傳送請求",
|
||||
"subscribed_success": "成功訂閱此主題:{topic}",
|
||||
"unsubscribed_success": "成功取消訂閱此主題:{topic}",
|
||||
"subscribed_failed": "無法訂閱此主題:{topic}",
|
||||
"unsubscribed_failed": "無法取消訂閱此主題:{topic}",
|
||||
"published_message": "已將此訊息:{message} 發布至主題:{topic}",
|
||||
"published_error": "將訊息:{topic} 發布至主題:{message} 時發生錯誤",
|
||||
"message_received": "訊息:{message}已抵達主題:{topic}",
|
||||
"mqtt_subscription_failed": "訂閱此主題時發生錯誤:{topic}",
|
||||
"connection_lost": "失去連線",
|
||||
"connection_failed": "連線失敗",
|
||||
"connection_error": "連線失敗",
|
||||
"reconnection_error": "重新連線失敗"
|
||||
"none": "無",
|
||||
"nothing_found": "沒有找到",
|
||||
"published_error": "將訊息:{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": "閱讀更多有關最新版本的內容",
|
||||
@@ -568,11 +572,11 @@
|
||||
"community": "提問與互助",
|
||||
"documentation": "閱讀更多有關 Hoppscotch 的內容",
|
||||
"forum": "答疑解惑",
|
||||
"github": "在 GitHub 關注我們",
|
||||
"shortcuts": "更快瀏覽應用程式",
|
||||
"team": "與團隊保持聯絡",
|
||||
"title": "支援",
|
||||
"twitter": "在 Twitter 關注我們",
|
||||
"github": "在 GitHub 關注我們"
|
||||
"twitter": "在 Twitter 關注我們"
|
||||
},
|
||||
"tab": {
|
||||
"authorization": "授權",
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
{
|
||||
"action": {
|
||||
"autoscroll": "Autoscroll",
|
||||
"cancel": "Скасувати",
|
||||
"choose_file": "Виберіть файл",
|
||||
"clear": "Ясно",
|
||||
"clear_all": "Очистити все",
|
||||
"close": "Close",
|
||||
"connect": "Підключіться",
|
||||
"copy": "Копіювати",
|
||||
"delete": "Видалити",
|
||||
@@ -11,8 +13,10 @@
|
||||
"dismiss": "Відхилити",
|
||||
"dont_save": "Don't save",
|
||||
"download_file": "Завантажити файл",
|
||||
"drag_to_reorder": "Drag to reorder",
|
||||
"duplicate": "Duplicate",
|
||||
"edit": "Редагувати",
|
||||
"filter_response": "Filter response",
|
||||
"go_back": "Повертайся",
|
||||
"label": "Мітка",
|
||||
"learn_more": "Вчи більше",
|
||||
@@ -20,11 +24,14 @@
|
||||
"more": "Більше",
|
||||
"new": "Новий",
|
||||
"no": "Немає",
|
||||
"open_workspace": "Open workspace",
|
||||
"paste": "Paste",
|
||||
"prettify": "Прикрасьте",
|
||||
"remove": "Видалити",
|
||||
"restore": "Відновлювати",
|
||||
"save": "Зберегти",
|
||||
"scroll_to_bottom": "Scroll to bottom",
|
||||
"scroll_to_top": "Scroll to top",
|
||||
"search": "Пошук",
|
||||
"send": "Надіслати",
|
||||
"start": "Почати",
|
||||
@@ -164,6 +171,7 @@
|
||||
"profile": "Login in to view your profile",
|
||||
"protocols": "Протоколи порожні",
|
||||
"schema": "Підключіться до кінцевої точки GraphQL",
|
||||
"shortcodes": "Shortcodes are empty",
|
||||
"team_name": "Назва команди порожня",
|
||||
"teams": "Команди порожні",
|
||||
"tests": "Для цього запиту немає тестів"
|
||||
@@ -196,10 +204,13 @@
|
||||
"incorrect_email": "Incorrect email",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "The link you clicked is invalid or expired.",
|
||||
"json_parsing_failed": "Invalid JSON",
|
||||
"json_prettify_invalid_body": "Не вдалося заздалегідь визначити недійсне тіло, вирішити синтаксичні помилки json і повторити спробу",
|
||||
"network_error": "There seems to be a network error. Please try again.",
|
||||
"network_fail": "Не вдалося надіслати запит",
|
||||
"no_duration": "Без тривалості",
|
||||
"no_results_found": "No matches found",
|
||||
"page_not_found": "This page could not be found",
|
||||
"script_fail": "Не вдалося виконати сценарій попереднього запиту",
|
||||
"something_went_wrong": "Щось пішло не так",
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
@@ -265,6 +276,10 @@
|
||||
"from_postman_description": "Import from Postman collection",
|
||||
"from_url": "Import from URL",
|
||||
"gist_url": "Введіть URL -адресу Gist",
|
||||
"import_from_url_invalid_fetch": "Couldn't get data from the url",
|
||||
"import_from_url_invalid_file_format": "Error while importing collections",
|
||||
"import_from_url_invalid_type": "Unsupported type. accepted values are 'hoppscotch', 'openapi', 'postman', 'insomnia'",
|
||||
"import_from_url_success": "Collections Imported",
|
||||
"json_description": "Import collections from a Hoppscotch Collections JSON file",
|
||||
"title": "Імпорт"
|
||||
},
|
||||
@@ -331,6 +346,11 @@
|
||||
"body": "Орган запиту",
|
||||
"choose_language": "Виберіть мову",
|
||||
"content_type": "Тип вмісту",
|
||||
"content_type_titles": {
|
||||
"others": "Others",
|
||||
"structured": "Structured",
|
||||
"text": "Text"
|
||||
},
|
||||
"copy_link": "Скопіювати посилання",
|
||||
"duration": "Тривалість",
|
||||
"enter_curl": "Введіть cURL",
|
||||
@@ -360,10 +380,12 @@
|
||||
"title": "Запит",
|
||||
"type": "Тип запиту",
|
||||
"url": "URL",
|
||||
"variables": "Змінні"
|
||||
"variables": "Змінні",
|
||||
"view_my_links": "View my links"
|
||||
},
|
||||
"response": {
|
||||
"body": "Орган реагування",
|
||||
"filter_response_body": "Filter JSON response body (uses JSONPath syntax)",
|
||||
"headers": "Заголовки",
|
||||
"html": "HTML",
|
||||
"image": "Зображення",
|
||||
@@ -415,6 +437,8 @@
|
||||
"proxy_use_toggle": "Для надсилання запитів використовуйте проксі -сервер",
|
||||
"read_the": "Читати",
|
||||
"reset_default": "Скинути налаштування за замовчуванням",
|
||||
"short_codes": "Short codes",
|
||||
"short_codes_description": "Short codes which were created by you.",
|
||||
"sidebar_on_left": "Sidebar on left",
|
||||
"sync": "Синхронізувати",
|
||||
"sync_collections": "Колекції",
|
||||
@@ -428,8 +452,18 @@
|
||||
"theme_description": "Налаштуйте тему програми.",
|
||||
"use_experimental_url_bar": "Використовуйте експериментальний рядок URL з виділенням середовища",
|
||||
"user": "Користувач",
|
||||
"verified_email": "Verified email",
|
||||
"verify_email": "Verify email"
|
||||
},
|
||||
"shortcodes": {
|
||||
"actions": "Actions",
|
||||
"created_on": "Created on",
|
||||
"deleted": "Shortcode deleted",
|
||||
"method": "Method",
|
||||
"not_found": "Shortcode not found",
|
||||
"short_code": "Short code",
|
||||
"url": "URL"
|
||||
},
|
||||
"shortcut": {
|
||||
"general": {
|
||||
"close_current_menu": "Закрити поточне меню",
|
||||
@@ -484,6 +518,7 @@
|
||||
},
|
||||
"socketio": {
|
||||
"communication": "Спілкування",
|
||||
"connection_not_authorized": "This SocketIO connection does not use any authentication.",
|
||||
"event_name": "Назва події",
|
||||
"events": "Події",
|
||||
"log": "Журнал",
|
||||
@@ -501,6 +536,9 @@
|
||||
"connected": "Підключено",
|
||||
"connected_to": "Підключено до {name}",
|
||||
"connecting_to": "Під'єднання до {name} ...",
|
||||
"connection_error": "Failed to connect",
|
||||
"connection_failed": "Connection failed",
|
||||
"connection_lost": "Connection lost",
|
||||
"copied_to_clipboard": "Скопійовано в буфер обміну",
|
||||
"deleted": "Видалено",
|
||||
"deprecated": "ЗНИЖЕНО",
|
||||
@@ -515,8 +553,17 @@
|
||||
"history_deleted": "Історію видалено",
|
||||
"linewrap": "Лінії загортання",
|
||||
"loading": "Завантаження ...",
|
||||
"message_received": "Message: {message} arrived on topic: {topic}",
|
||||
"mqtt_subscription_failed": "Something went wrong while subscribing to topic: {topic}",
|
||||
"none": "Жодного",
|
||||
"nothing_found": "Нічого не знайдено",
|
||||
"published_error": "Something went wrong while publishing msg: {topic} to topic: {message}",
|
||||
"published_message": "Published message: {message} to topic: {topic}",
|
||||
"reconnection_error": "Failed to reconnect",
|
||||
"subscribed_failed": "Failed to subscribe to topic: {topic}",
|
||||
"subscribed_success": "Successfully subscribed to topic: {topic}",
|
||||
"unsubscribed_failed": "Failed to unsubscribe from topic: {topic}",
|
||||
"unsubscribed_success": "Successfully unsubscribed from topic: {topic}",
|
||||
"waiting_send_request": "Очікується надсилання запиту"
|
||||
},
|
||||
"support": {
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
{
|
||||
"action": {
|
||||
"autoscroll": "Autoscroll",
|
||||
"cancel": "Hủy bỏ",
|
||||
"choose_file": "Chọn một tệp",
|
||||
"clear": "Thông thoáng",
|
||||
"clear_all": "Quet sạch tât cả",
|
||||
"close": "Close",
|
||||
"connect": "Liên kết",
|
||||
"copy": "Sao chép",
|
||||
"delete": "Xóa bỏ",
|
||||
@@ -11,8 +13,10 @@
|
||||
"dismiss": "Miễn nhiệm",
|
||||
"dont_save": "Don't save",
|
||||
"download_file": "Tải tập tin",
|
||||
"drag_to_reorder": "Drag to reorder",
|
||||
"duplicate": "Duplicate",
|
||||
"edit": "Chỉnh sửa",
|
||||
"filter_response": "Filter response",
|
||||
"go_back": "Quay lại",
|
||||
"label": "Nhãn",
|
||||
"learn_more": "Tìm hiểu thêm",
|
||||
@@ -20,11 +24,14 @@
|
||||
"more": "Hơn",
|
||||
"new": "Mới mẻ",
|
||||
"no": "Không",
|
||||
"open_workspace": "Open workspace",
|
||||
"paste": "Paste",
|
||||
"prettify": "Kiểm tra trước",
|
||||
"remove": "Tẩy",
|
||||
"restore": "Khôi phục",
|
||||
"save": "Cứu",
|
||||
"scroll_to_bottom": "Scroll to bottom",
|
||||
"scroll_to_top": "Scroll to top",
|
||||
"search": "Tìm kiếm",
|
||||
"send": "Gửi",
|
||||
"start": "Bắt đầu",
|
||||
@@ -164,6 +171,7 @@
|
||||
"profile": "Login in to view your profile",
|
||||
"protocols": "Giao thức trống",
|
||||
"schema": "Kết nối với một điểm cuối GraphQL",
|
||||
"shortcodes": "Shortcodes are empty",
|
||||
"team_name": "Tên độ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"
|
||||
@@ -196,10 +204,13 @@
|
||||
"incorrect_email": "Incorrect email",
|
||||
"invalid_link": "Invalid link",
|
||||
"invalid_link_description": "The link you clicked is invalid or expired.",
|
||||
"json_parsing_failed": "Invalid JSON",
|
||||
"json_prettify_invalid_body": "Không thể kiểm tra nội dung không hợp lệ, hãy giải quyết lỗi cú pháp json và thử lại",
|
||||
"network_error": "There seems to be a network error. Please try again.",
|
||||
"network_fail": "Không thể gửi yêu cầu",
|
||||
"no_duration": "Không có thời lượng",
|
||||
"no_results_found": "No matches found",
|
||||
"page_not_found": "This page could not be found",
|
||||
"script_fail": "Không thể thực thi tập lệnh yêu cầu trước",
|
||||
"something_went_wrong": "Đã xảy ra sự cố",
|
||||
"test_script_fail": "Could not execute post-request script"
|
||||
@@ -265,6 +276,10 @@
|
||||
"from_postman_description": "Import from Postman collection",
|
||||
"from_url": "Import from URL",
|
||||
"gist_url": "Nhập URL Gist",
|
||||
"import_from_url_invalid_fetch": "Couldn't get data from the url",
|
||||
"import_from_url_invalid_file_format": "Error while importing collections",
|
||||
"import_from_url_invalid_type": "Unsupported type. accepted values are 'hoppscotch', 'openapi', 'postman', 'insomnia'",
|
||||
"import_from_url_success": "Collections Imported",
|
||||
"json_description": "Import collections from a Hoppscotch Collections JSON file",
|
||||
"title": "Nhập khẩu"
|
||||
},
|
||||
@@ -331,6 +346,11 @@
|
||||
"body": "Nội dung yêu cầu",
|
||||
"choose_language": "Chọn ngôn ngữ",
|
||||
"content_type": "Loại nội dung",
|
||||
"content_type_titles": {
|
||||
"others": "Others",
|
||||
"structured": "Structured",
|
||||
"text": "Text"
|
||||
},
|
||||
"copy_link": "Sao chép đường dẫn",
|
||||
"duration": "Khoảng thời gian",
|
||||
"enter_curl": "Nhập cURL",
|
||||
@@ -360,10 +380,12 @@
|
||||
"title": "Yêu cầu",
|
||||
"type": "Loại yêu cầu",
|
||||
"url": "URL",
|
||||
"variables": "Biến"
|
||||
"variables": "Biến",
|
||||
"view_my_links": "View my links"
|
||||
},
|
||||
"response": {
|
||||
"body": "Cơ quan phản hồi",
|
||||
"filter_response_body": "Filter JSON response body (uses JSONPath syntax)",
|
||||
"headers": "Tiêu đề",
|
||||
"html": "HTML",
|
||||
"image": "Hình ảnh",
|
||||
@@ -415,6 +437,8 @@
|
||||
"proxy_use_toggle": "Sử dụng phần mềm trung gian proxy để gửi yêu cầu",
|
||||
"read_the": "Đọc",
|
||||
"reset_default": "Đặt lại về mặc định",
|
||||
"short_codes": "Short codes",
|
||||
"short_codes_description": "Short codes which were created by you.",
|
||||
"sidebar_on_left": "Sidebar on left",
|
||||
"sync": "Làm cho đồng bộ",
|
||||
"sync_collections": "Bộ sưu tập",
|
||||
@@ -428,8 +452,18 @@
|
||||
"theme_description": "Tùy chỉnh chủ đề ứng dụng của bạn.",
|
||||
"use_experimental_url_bar": "Sử dụng thanh URL thử nghiệm với đánh dấu môi trường",
|
||||
"user": "Người sử dụng",
|
||||
"verified_email": "Verified email",
|
||||
"verify_email": "Verify email"
|
||||
},
|
||||
"shortcodes": {
|
||||
"actions": "Actions",
|
||||
"created_on": "Created on",
|
||||
"deleted": "Shortcode deleted",
|
||||
"method": "Method",
|
||||
"not_found": "Shortcode not found",
|
||||
"short_code": "Short code",
|
||||
"url": "URL"
|
||||
},
|
||||
"shortcut": {
|
||||
"general": {
|
||||
"close_current_menu": "Đóng menu hiện tại",
|
||||
@@ -484,6 +518,7 @@
|
||||
},
|
||||
"socketio": {
|
||||
"communication": "Liên lạc",
|
||||
"connection_not_authorized": "This SocketIO connection does not use any authentication.",
|
||||
"event_name": "Tên sự kiện",
|
||||
"events": "Sự kiện",
|
||||
"log": "Nhật ký",
|
||||
@@ -501,6 +536,9 @@
|
||||
"connected": "Đã kết nối",
|
||||
"connected_to": "Đã kết nối với {name}",
|
||||
"connecting_to": "Đang kết nối với {name} ...",
|
||||
"connection_error": "Failed to connect",
|
||||
"connection_failed": "Connection failed",
|
||||
"connection_lost": "Connection lost",
|
||||
"copied_to_clipboard": "Sao chép vào clipboard",
|
||||
"deleted": "Đã xóa",
|
||||
"deprecated": "KHÔNG DÙNG",
|
||||
@@ -515,8 +553,17 @@
|
||||
"history_deleted": "Lịch sử đã bị xóa",
|
||||
"linewrap": "Quấn dòng",
|
||||
"loading": "Đang tải...",
|
||||
"message_received": "Message: {message} arrived on topic: {topic}",
|
||||
"mqtt_subscription_failed": "Something went wrong while subscribing to topic: {topic}",
|
||||
"none": "Không có",
|
||||
"nothing_found": "Không tìm thấy kết quả cho",
|
||||
"published_error": "Something went wrong while publishing msg: {topic} to topic: {message}",
|
||||
"published_message": "Published message: {message} to topic: {topic}",
|
||||
"reconnection_error": "Failed to reconnect",
|
||||
"subscribed_failed": "Failed to subscribe to topic: {topic}",
|
||||
"subscribed_success": "Successfully subscribed to topic: {topic}",
|
||||
"unsubscribed_failed": "Failed to unsubscribe from topic: {topic}",
|
||||
"unsubscribed_success": "Successfully unsubscribed from topic: {topic}",
|
||||
"waiting_send_request": "Đang chờ gửi yêu cầu"
|
||||
},
|
||||
"support": {
|
||||
|
||||
Reference in New Issue
Block a user