chore: i18n
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"action": {
|
||||
"add": "Add",
|
||||
"autoscroll": "Autoscroll",
|
||||
"cancel": "Annullera",
|
||||
"choose_file": "Välj en fil",
|
||||
@@ -10,6 +11,7 @@
|
||||
"connect": "Ansluta",
|
||||
"connecting": "Connecting",
|
||||
"copy": "Kopiera",
|
||||
"create": "Create",
|
||||
"delete": "Radera",
|
||||
"disconnect": "Koppla ifrån",
|
||||
"dismiss": "Avfärda",
|
||||
@@ -31,6 +33,7 @@
|
||||
"open_workspace": "Open workspace",
|
||||
"paste": "Paste",
|
||||
"prettify": "Försköna",
|
||||
"properties": "Properties",
|
||||
"remove": "Avlägsna",
|
||||
"rename": "Rename",
|
||||
"restore": "Återställ",
|
||||
@@ -39,6 +42,7 @@
|
||||
"scroll_to_top": "Scroll to top",
|
||||
"search": "Sök",
|
||||
"send": "Skicka",
|
||||
"share": "Share",
|
||||
"start": "Start",
|
||||
"starting": "Starting",
|
||||
"stop": "Sluta",
|
||||
@@ -57,7 +61,9 @@
|
||||
"app": {
|
||||
"chat_with_us": "chatta med oss",
|
||||
"contact_us": "Kontakta oss",
|
||||
"cookies": "Cookies",
|
||||
"copy": "Kopiera",
|
||||
"copy_interface_type": "Copy interface type",
|
||||
"copy_user_id": "Copy User Auth Token",
|
||||
"developer_option": "Developer options",
|
||||
"developer_option_description": "Developer tools which helps in development and maintenance of Hoppscotch.",
|
||||
@@ -73,6 +79,7 @@
|
||||
"keyboard_shortcuts": "Tangentbordsgenvägar",
|
||||
"name": "Hoppscotch",
|
||||
"new_version_found": "Ny version hittades. Uppdatera för att uppdatera.",
|
||||
"open_in_hoppscotch": "Open in Hoppscotch",
|
||||
"options": "Options",
|
||||
"proxy_privacy_policy": "Sekretesspolicy för proxy",
|
||||
"reload": "Ladda om",
|
||||
@@ -112,10 +119,27 @@
|
||||
},
|
||||
"authorization": {
|
||||
"generate_token": "Generera Token",
|
||||
"graphql_headers": "Authorization Headers are sent as part of the payload to connection_init",
|
||||
"include_in_url": "Inkludera i URL",
|
||||
"inherited_from": "Inherited from {auth} from Parent Collection {collection} ",
|
||||
"learn": "Lära sig hur",
|
||||
"oauth": {
|
||||
"redirect_auth_server_returned_error": "Auth Server returned an error state",
|
||||
"redirect_auth_token_request_failed": "Request to get the auth token failed",
|
||||
"redirect_auth_token_request_invalid_response": "Invalid Response from the Token Endpoint when requesting for an auth token",
|
||||
"redirect_invalid_state": "Invalid State value present in the redirect",
|
||||
"redirect_no_auth_code": "No Authorization Code present in the redirect",
|
||||
"redirect_no_client_id": "No Client ID defined",
|
||||
"redirect_no_client_secret": "No Client Secret Defined",
|
||||
"redirect_no_code_verifier": "No Code Verifier Defined",
|
||||
"redirect_no_token_endpoint": "No Token Endpoint Defined",
|
||||
"something_went_wrong_on_oauth_redirect": "Something went wrong during OAuth Redirect",
|
||||
"something_went_wrong_on_token_generation": "Something went wrong on token generation",
|
||||
"token_generation_oidc_discovery_failed": "Failure on token generation: OpenID Connect Discovery Failed"
|
||||
},
|
||||
"pass_key_by": "Pass by",
|
||||
"password": "Lösenord",
|
||||
"save_to_inherit": "Please save this request in any collection to inherit the authorization",
|
||||
"token": "Tecken",
|
||||
"type": "Godkännande typ",
|
||||
"username": "Användarnamn"
|
||||
@@ -124,6 +148,7 @@
|
||||
"created": "Samlingen skapad",
|
||||
"different_parent": "Cannot reorder collection with different parent",
|
||||
"edit": "Redigera samling",
|
||||
"import_or_create": "Import or create a collection",
|
||||
"invalid_name": "Ange ett giltigt namn för samlingen",
|
||||
"invalid_root_move": "Collection already in the root",
|
||||
"moved": "Moved Successfully",
|
||||
@@ -132,6 +157,8 @@
|
||||
"name_length_insufficient": "Collection name should be at least 3 characters long",
|
||||
"new": "Ny kollektion",
|
||||
"order_changed": "Collection Order Updated",
|
||||
"properties": "Collection Properties",
|
||||
"properties_updated": "Collection Properties Updated",
|
||||
"renamed": "Samling bytt namn",
|
||||
"request_in_use": "Request in use",
|
||||
"save_as": "Spara som",
|
||||
@@ -151,6 +178,7 @@
|
||||
"remove_folder": "Är du säker på att du vill ta bort den här mappen permanent?",
|
||||
"remove_history": "Är du säker på att du vill radera all historik permanent?",
|
||||
"remove_request": "Är du säker på att du vill radera denna begäran permanent?",
|
||||
"remove_shared_request": "Are you sure you want to permanently delete this shared request?",
|
||||
"remove_team": "Är du säker på att du vill ta bort det här laget?",
|
||||
"remove_telemetry": "Är du säker på att du vill välja bort telemetri?",
|
||||
"request_change": "Are you sure you want to discard current request, unsaved changes will be lost.",
|
||||
@@ -162,6 +190,24 @@
|
||||
"open_request_in_new_tab": "Open request in new tab",
|
||||
"set_environment_variable": "Set as variable"
|
||||
},
|
||||
"cookies": {
|
||||
"modal": {
|
||||
"cookie_expires": "Expires",
|
||||
"cookie_name": "Name",
|
||||
"cookie_path": "Path",
|
||||
"cookie_string": "Cookie string",
|
||||
"cookie_value": "Value",
|
||||
"empty_domain": "Domain is empty",
|
||||
"empty_domains": "Domain list is empty",
|
||||
"enter_cookie_string": "Enter cookie string",
|
||||
"interceptor_no_support": "Your currently selected interceptor does not support cookies. Select a different Interceptor and try again.",
|
||||
"managed_tab": "Managed",
|
||||
"new_domain_name": "New domain name",
|
||||
"no_cookies_in_domain": "No cookies set for this domain",
|
||||
"raw_tab": "Raw",
|
||||
"set": "Set a cookie"
|
||||
}
|
||||
},
|
||||
"count": {
|
||||
"header": "Rubrik {count}",
|
||||
"message": "Meddelande {count}",
|
||||
@@ -192,11 +238,13 @@
|
||||
"profile": "Login to view your profile",
|
||||
"protocols": "Protokoll är tomma",
|
||||
"schema": "Anslut till en GraphQL -slutpunkt",
|
||||
"shortcodes": "Shortcodes are empty",
|
||||
"shared_requests": "Shared requests are empty",
|
||||
"shared_requests_logout": "Login to view your shared requests or create a new one",
|
||||
"subscription": "Subscriptions are empty",
|
||||
"team_name": "Lagets namn är tomt",
|
||||
"teams": "Lag är tomma",
|
||||
"tests": "Det finns inga tester för denna begäran"
|
||||
"tests": "Det finns inga tester för denna begäran",
|
||||
"shortcodes": "Shortcodes are empty"
|
||||
},
|
||||
"environment": {
|
||||
"add_to_global": "Add to Global",
|
||||
@@ -209,6 +257,7 @@
|
||||
"empty_variables": "No variables",
|
||||
"global": "Global",
|
||||
"global_variables": "Global variables",
|
||||
"import_or_create": "Import or create a environment",
|
||||
"invalid_name": "Ange ett giltigt namn på miljön",
|
||||
"list": "Environment variables",
|
||||
"my_environments": "My Environments",
|
||||
@@ -232,8 +281,10 @@
|
||||
"variable_list": "Variabel lista"
|
||||
},
|
||||
"error": {
|
||||
"authproviders_load_error": "Unable to load auth providers",
|
||||
"browser_support_sse": "Den här webbläsaren verkar inte ha stöd för Server Sent Events.",
|
||||
"check_console_details": "Kontrollera konsolloggen för mer information.",
|
||||
"check_how_to_add_origin": "Check how you can add an origin",
|
||||
"curl_invalid_format": "cURL är inte korrekt formaterad",
|
||||
"danger_zone": "Danger zone",
|
||||
"delete_account": "Your account is currently an owner in these teams:",
|
||||
@@ -249,9 +300,12 @@
|
||||
"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_collections_to_export": "No collections to export. Please create a collection to get started.",
|
||||
"no_duration": "Ingen varaktighet",
|
||||
"no_environments_to_export": "No environments to export. Please create an environment to get started.",
|
||||
"no_results_found": "No matches found",
|
||||
"page_not_found": "This page could not be found",
|
||||
"please_install_extension": "Please install the extension and add origin to the extension.",
|
||||
"proxy_error": "Proxy error",
|
||||
"script_fail": "Det gick inte att köra skriptet för förhandsbegäran",
|
||||
"something_went_wrong": "Något gick fel",
|
||||
@@ -260,6 +314,7 @@
|
||||
"export": {
|
||||
"as_json": "Exportera som JSON",
|
||||
"create_secret_gist": "Skapa hemlig Gist",
|
||||
"failed": "Something went wrong while exporting",
|
||||
"gist_created": "Gist skapad",
|
||||
"require_github": "Logga in med GitHub för att skapa hemlig information",
|
||||
"title": "Export"
|
||||
@@ -286,6 +341,9 @@
|
||||
"subscriptions": "Prenumerationer",
|
||||
"switch_connection": "Switch connection"
|
||||
},
|
||||
"graphql_collections": {
|
||||
"title": "GraphQL Collections"
|
||||
},
|
||||
"group": {
|
||||
"time": "Time",
|
||||
"url": "URL"
|
||||
@@ -297,6 +355,8 @@
|
||||
},
|
||||
"helpers": {
|
||||
"authorization": "Auktoriseringsrubriken genereras automatiskt när du skickar begäran.",
|
||||
"collection_properties_authorization": " This authorization will be set for every request in this collection.",
|
||||
"collection_properties_header": "This header will be set for every request in this collection.",
|
||||
"generate_documentation_first": "Skapa dokumentation först",
|
||||
"network_fail": "Det gick inte att nå API -slutpunkten. Kontrollera din nätverksanslutning och försök igen.",
|
||||
"offline": "Du verkar vara offline. Data i denna arbetsyta är kanske inte uppdaterad.",
|
||||
@@ -316,7 +376,10 @@
|
||||
"import": {
|
||||
"collections": "Importera samlingar",
|
||||
"curl": "Importera cURL",
|
||||
"environments_from_gist": "Import From Gist",
|
||||
"environments_from_gist_description": "Import Hoppscotch Environments From Gist",
|
||||
"failed": "Importen misslyckades",
|
||||
"from_file": "Import from File",
|
||||
"from_gist": "Importera från Gist",
|
||||
"from_gist_description": "Import from Gist URL",
|
||||
"from_insomnia": "Import from Insomnia",
|
||||
@@ -331,11 +394,17 @@
|
||||
"from_postman_description": "Import from Postman collection",
|
||||
"from_url": "Import from URL",
|
||||
"gist_url": "Ange Gist URL",
|
||||
"gql_collections_from_gist_description": "Import GraphQL Collections From Gist",
|
||||
"hoppscotch_environment": "Hoppscotch Environment",
|
||||
"hoppscotch_environment_description": "Import Hoppscotch Environment JSON file",
|
||||
"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",
|
||||
"insomnia_environment_description": "Import Insomnia Environment from a JSON/YAML file",
|
||||
"json_description": "Import collections from a Hoppscotch Collections JSON file",
|
||||
"postman_environment": "Postman Environment",
|
||||
"postman_environment_description": "Import Postman Environment from a JSON file",
|
||||
"title": "Importera"
|
||||
},
|
||||
"inspections": {
|
||||
@@ -373,8 +442,10 @@
|
||||
"close_unsaved_tab": "You have unsaved changes",
|
||||
"collections": "Samlingar",
|
||||
"confirm": "Bekräfta",
|
||||
"customize_request": "Customize Request",
|
||||
"edit_request": "Redigera begäran",
|
||||
"import_export": "Import Export"
|
||||
"import_export": "Import Export",
|
||||
"share_request": "Share Request"
|
||||
},
|
||||
"mqtt": {
|
||||
"already_subscribed": "You are already subscribed to this topic.",
|
||||
@@ -449,13 +520,14 @@
|
||||
"structured": "Structured",
|
||||
"text": "Text"
|
||||
},
|
||||
"copy_link": "Kopiera länk",
|
||||
"different_collection": "Cannot reorder requests from different collections",
|
||||
"duplicated": "Request duplicated",
|
||||
"duration": "Varaktighet",
|
||||
"enter_curl": "Ange cURL",
|
||||
"generate_code": "Generera kod",
|
||||
"generated_code": "Genererad kod",
|
||||
"go_to_authorization_tab": "Go to Authorization tab",
|
||||
"go_to_body_tab": "Go to Body tab",
|
||||
"header_list": "Rubriklista",
|
||||
"invalid_name": "Ange ett namn på begäran",
|
||||
"method": "Metod",
|
||||
@@ -480,12 +552,14 @@
|
||||
"saved": "Begäran sparad",
|
||||
"share": "Dela med sig",
|
||||
"share_description": "Share Hoppscotch with your friends",
|
||||
"share_request": "Share Request",
|
||||
"stop": "Stop",
|
||||
"title": "Begäran",
|
||||
"type": "Typ av förfrågan",
|
||||
"url": "URL",
|
||||
"variables": "Variabler",
|
||||
"view_my_links": "View my links"
|
||||
"view_my_links": "View my links",
|
||||
"copy_link": "Kopiera länk"
|
||||
},
|
||||
"response": {
|
||||
"audio": "Audio",
|
||||
@@ -513,6 +587,7 @@
|
||||
"account_description": "Anpassa dina kontoinställningar.",
|
||||
"account_email_description": "Din primära e -postadress.",
|
||||
"account_name_description": "Detta är ditt visningsnamn.",
|
||||
"additional": "Additional Settings",
|
||||
"background": "Bakgrund",
|
||||
"black_mode": "Svart",
|
||||
"choose_language": "Välj språk",
|
||||
@@ -559,14 +634,31 @@
|
||||
"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"
|
||||
"shared_requests": {
|
||||
"button": "Button",
|
||||
"button_info": "Create a 'Run in Hoppscotch' button for your website, blog or a README.",
|
||||
"copy_html": "Copy HTML",
|
||||
"copy_link": "Copy Link",
|
||||
"copy_markdown": "Copy Markdown",
|
||||
"creating_widget": "Creating widget",
|
||||
"customize": "Customize",
|
||||
"deleted": "Shared request deleted",
|
||||
"description": "Select a widget, you can change and customize this later",
|
||||
"embed": "Embed",
|
||||
"embed_info": "Add a mini 'Hoppscotch API Playground' to your website, blog or documentation.",
|
||||
"link": "Link",
|
||||
"link_info": "Create a shareable link to share with anyone on the internet with view access.",
|
||||
"modified": "Shared request modified",
|
||||
"not_found": "Shared request not found",
|
||||
"open_new_tab": "Open in new tab",
|
||||
"preview": "Preview",
|
||||
"run_in_hoppscotch": "Run in Hoppscotch",
|
||||
"theme": {
|
||||
"dark": "Dark",
|
||||
"light": "Light",
|
||||
"system": "System",
|
||||
"title": "Theme"
|
||||
}
|
||||
},
|
||||
"shortcut": {
|
||||
"general": {
|
||||
@@ -596,7 +688,6 @@
|
||||
"title": "Others"
|
||||
},
|
||||
"request": {
|
||||
"copy_request_link": "Kopiera begäran länk",
|
||||
"delete_method": "Välj DELETE method",
|
||||
"get_method": "Välj GET -metod",
|
||||
"head_method": "Välj HEAD -metod",
|
||||
@@ -611,8 +702,10 @@
|
||||
"save_request": "Save Request",
|
||||
"save_to_collections": "Spara i samlingar",
|
||||
"send_request": "Skicka förfrågan",
|
||||
"share_request": "Share Request",
|
||||
"show_code": "Generate code snippet",
|
||||
"title": "Begäran"
|
||||
"title": "Begäran",
|
||||
"copy_request_link": "Kopiera begäran länk"
|
||||
},
|
||||
"response": {
|
||||
"copy": "Copy response to clipboard",
|
||||
@@ -735,6 +828,7 @@
|
||||
"connection_error": "Failed to connect",
|
||||
"connection_failed": "Connection failed",
|
||||
"connection_lost": "Connection lost",
|
||||
"copied_interface_to_clipboard": "Copied {language} interface type to clipboard",
|
||||
"copied_to_clipboard": "Kopierat till urklipp",
|
||||
"deleted": "raderade",
|
||||
"deprecated": "DEPRECATED",
|
||||
@@ -742,10 +836,12 @@
|
||||
"disconnected": "Osammanhängande",
|
||||
"disconnected_from": "Kopplad från {name}",
|
||||
"docs_generated": "Dokumentation genererad",
|
||||
"download_failed": "Download failed",
|
||||
"download_started": "Nedladdningen startade",
|
||||
"enabled": "Aktiverad",
|
||||
"file_imported": "Filen har importerats",
|
||||
"finished_in": "Avslutad på {duration} ms",
|
||||
"hide": "Hide",
|
||||
"history_deleted": "Historik raderad",
|
||||
"linewrap": "Slå in linjer",
|
||||
"loading": "Läser in...",
|
||||
@@ -756,6 +852,7 @@
|
||||
"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",
|
||||
"show": "Show",
|
||||
"subscribed_failed": "Failed to subscribe to topic: {topic}",
|
||||
"subscribed_success": "Successfully subscribed to topic: {topic}",
|
||||
"unsubscribed_failed": "Failed to unsubscribe from topic: {topic}",
|
||||
@@ -791,6 +888,7 @@
|
||||
"queries": "Frågor",
|
||||
"query": "Fråga",
|
||||
"schema": "Schema",
|
||||
"shared_requests": "Shared Requests",
|
||||
"socketio": "Socket.IO",
|
||||
"sse": "SSE",
|
||||
"tests": "Tester",
|
||||
@@ -807,6 +905,7 @@
|
||||
"email_do_not_match": "Email doesn't match with your account details. Contact your team owner.",
|
||||
"exit": "Avsluta Team",
|
||||
"exit_disabled": "Endast ägaren kan inte lämna laget",
|
||||
"failed_invites": "Failed invites",
|
||||
"invalid_coll_id": "Invalid collection ID",
|
||||
"invalid_email_format": "E -postformatet är ogiltigt",
|
||||
"invalid_id": "Invalid team ID. Contact your team owner.",
|
||||
@@ -848,6 +947,7 @@
|
||||
"same_target_destination": "Same target and destination",
|
||||
"saved": "Lag räddade",
|
||||
"select_a_team": "Select a team",
|
||||
"success_invites": "Success invites",
|
||||
"title": "Lag",
|
||||
"we_sent_invite_link": "We sent an invite link to all invitees!",
|
||||
"we_sent_invite_link_description": "Ask all invitees to check their inbox. Click on the link to join the team."
|
||||
@@ -879,5 +979,14 @@
|
||||
"personal": "My Workspace",
|
||||
"team": "Team Workspace",
|
||||
"title": "Workspaces"
|
||||
},
|
||||
"shortcodes": {
|
||||
"actions": "Actions",
|
||||
"created_on": "Created on",
|
||||
"deleted": "Shortcode deleted",
|
||||
"method": "Method",
|
||||
"not_found": "Shortcode not found",
|
||||
"short_code": "Short code",
|
||||
"url": "URL"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user