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