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": "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": {
|
||||
|
||||
Reference in New Issue
Block a user