feat: init new i18n format
This commit is contained in:
323
lang/en-US.json
323
lang/en-US.json
@@ -1,11 +1,163 @@
|
||||
{
|
||||
"home": "Home",
|
||||
"realtime": "Realtime",
|
||||
"graphql": "GraphQL",
|
||||
"settings": "Settings",
|
||||
"request": "Request",
|
||||
"install_pwa": "Install PWA",
|
||||
"support_us": "Support us",
|
||||
"navigation": {
|
||||
"rest": "REST",
|
||||
"graphql": "GraphQL",
|
||||
"realtime": "Realtime",
|
||||
"doc": "Docs",
|
||||
"settings": "Settings"
|
||||
},
|
||||
"header": {
|
||||
"install_pwa": "Install app"
|
||||
},
|
||||
"action": {
|
||||
"turn_on": "Turn on",
|
||||
"turn_off": "Turn off",
|
||||
"dismiss": "Dismiss",
|
||||
"copy": "Copy"
|
||||
},
|
||||
"confirm": {
|
||||
"logout": "Are you sure you want to logout?",
|
||||
"remove_history": "Are you sure you want to permanently delete all history?",
|
||||
"remove_collection": "Are you sure you want to permanently delete this collection?",
|
||||
"remove_folder": "Are you sure you want to permanently delete this folder?",
|
||||
"remove_request": "Are you sure you want to permanently delete this request?",
|
||||
"remove_environment": "Are you sure you want to permanently delete this environment?",
|
||||
"remove_telemetry": "Are you sure you want to opt-out of Telemetry?"
|
||||
},
|
||||
"empty": {
|
||||
"protocols": "Protocols are empty",
|
||||
"environments": "Environments are empty",
|
||||
"collections": "Collections are empty",
|
||||
"team_name": "Team name empty",
|
||||
"collection": "Collection is empty",
|
||||
"folder": "Folder is empty",
|
||||
"parameters": "Parameters are empty",
|
||||
"history": "History is empty",
|
||||
"headers": "Headers are empty",
|
||||
"tests": "Tests are empty",
|
||||
"schema": "Connect to a GraphQL endpoint"
|
||||
},
|
||||
"count": {
|
||||
"message": "Message {count}",
|
||||
"protocol": "Protocol {count}",
|
||||
"header": "Header {count}",
|
||||
"parameter": "Parameter {count}",
|
||||
"variable": "Variable {count}",
|
||||
"value": "Value {count}"
|
||||
},
|
||||
"add": {
|
||||
"new": "Add new",
|
||||
"star": "Add star"
|
||||
},
|
||||
"remove": {
|
||||
"star": "Remove star"
|
||||
},
|
||||
"show": {
|
||||
"code": "Show Code",
|
||||
"more": "Show more",
|
||||
"sidebar": "Show sidebar"
|
||||
},
|
||||
"hide": {
|
||||
"sidebar": "Hide sidebar",
|
||||
"more": "Hide more",
|
||||
"preview": "Hide Preview"
|
||||
},
|
||||
"app": {
|
||||
"new_version_found": "New version found. Refresh to update."
|
||||
},
|
||||
"collection": {
|
||||
"select": "Select a Collection",
|
||||
"invalid_name": "Please provide a valid name for the collection",
|
||||
"new": "New Collection",
|
||||
"name": "My New Collection",
|
||||
"edit": "Edit Collection",
|
||||
"created": "Collection created"
|
||||
},
|
||||
"folder": {
|
||||
"new": "New Folder",
|
||||
"edit": "Edit Folder",
|
||||
"created": "Folder created",
|
||||
"renamed": "Folder renamed"
|
||||
},
|
||||
"team": {
|
||||
"title": "Teams",
|
||||
"exit": "Exit Team",
|
||||
"name_length_insufficient": "Team name should be atleast 6 characters long",
|
||||
"invalid_email_format": "Email format is invalid",
|
||||
"new": "New Team",
|
||||
"new_name": "My New Team",
|
||||
"edit": "Edit Team",
|
||||
"members": "Members",
|
||||
"permissions": "Permissions",
|
||||
"invalid_member_permission": "Please provide a valid permission to the team member",
|
||||
"email": "E-mail",
|
||||
"create_new": "Create new team",
|
||||
"new_created": "New team created",
|
||||
"saved": "Team saved",
|
||||
"no_access": "You do not have edit access to these collections",
|
||||
"left": "You left the team",
|
||||
"exit_disabled": "Only owner cannot exit the team",
|
||||
"member_role_updated": "User role(s) updated",
|
||||
"member_removed": "User removed"
|
||||
},
|
||||
"modal": {
|
||||
"import_export": "Import / Export"
|
||||
},
|
||||
"import": {
|
||||
"title": "Import",
|
||||
"from_gist": "Import from Gist",
|
||||
"gist_url": "Enter Gist URL",
|
||||
"failed": "Import failed",
|
||||
"json": "Import from JSON",
|
||||
"collections": "Import collections",
|
||||
"curl": "Import cURL",
|
||||
"from_my_collections": "Import from My Collections"
|
||||
},
|
||||
"export": {
|
||||
"as_json": "Export as JSON",
|
||||
"create_secret_gist": "Create secret Gist",
|
||||
"require_github": "Login with GitHub to create secret gist",
|
||||
"gist_created": "Gist created"
|
||||
},
|
||||
"auth": {
|
||||
"account_exists": "Account exists with different credential - Login to link both accounts",
|
||||
"send_magic_link": "Send a magic link",
|
||||
"we_sent_magic_link": "We sent you a magic link!",
|
||||
"we_sent_magic_link_description": "Check your inbox - we sent an email to {email}. It contains a magic link that will log you in."
|
||||
},
|
||||
"tab": {
|
||||
"websocket": "WebSocket",
|
||||
"mqtt": "MQTT"
|
||||
},
|
||||
"websocket": {
|
||||
"protocols": "Protocols"
|
||||
},
|
||||
"mqtt": {
|
||||
"topic": "Topic",
|
||||
"topic_name": "Topic Name",
|
||||
"topic_title": "Publish / Subscribe topic",
|
||||
"publish": "Publish",
|
||||
"subscribe": "Subscribe",
|
||||
"unsubscribe": "Unsubscribe"
|
||||
},
|
||||
"request": {
|
||||
"copy_link": "Copy link",
|
||||
"save_as": "Save as",
|
||||
"share": "Share"
|
||||
},
|
||||
"settings": {
|
||||
"shortcuts_indicator": "Shortcuts indicator",
|
||||
"telemetry": "Telemetry",
|
||||
"interceptor": "Interceptor",
|
||||
"navigation_sidebar": "Navigation sidebar"
|
||||
},
|
||||
"layout": {
|
||||
"zen_mode": "Zen mode"
|
||||
},
|
||||
"test": {
|
||||
"script": "Script",
|
||||
"results": "Results"
|
||||
},
|
||||
"options": "Options",
|
||||
"communication": "Communication",
|
||||
"endpoint": "Endpoint",
|
||||
@@ -13,13 +165,6 @@
|
||||
"theme": "Theme",
|
||||
"choose_language": "Choose Language",
|
||||
"shortcuts": "Shortcuts",
|
||||
"send_request": "Send/Cancel Request",
|
||||
"save_to_collections": "Save to Collections",
|
||||
"copy_request_link": "Copy Request Link",
|
||||
"reset_request": "Reset Request",
|
||||
"open_collective": "Open Collective",
|
||||
"paypal": "PayPal",
|
||||
"patreon": "Patreon",
|
||||
"javascript_code": "JavaScript Code",
|
||||
"method": "Method",
|
||||
"path": "Path",
|
||||
@@ -31,16 +176,12 @@
|
||||
"request_body": "Request Body",
|
||||
"raw_request_body": "Raw Request Body",
|
||||
"response_body": "Response Body",
|
||||
"show_code": "Show Code",
|
||||
"show_prerequest_script": "Show Pre-Request Script",
|
||||
"hide_prerequest_script": "Hide Pre-Request Script",
|
||||
"authentication": "Authentication",
|
||||
"authentication_type": "Authentication type",
|
||||
"include_in_url": "Include in URL",
|
||||
"parameters": "Parameters",
|
||||
"expand_response": "Expand response",
|
||||
"collapse_response": "Collapse response",
|
||||
"hide_preview": "Hide Preview",
|
||||
"preview_html": "Preview HTML",
|
||||
"history": "History",
|
||||
"collections": "Collections",
|
||||
@@ -50,18 +191,13 @@
|
||||
"edit_environment": "Edit Environment",
|
||||
"env_variable_list": "Variable List",
|
||||
"invalid_environment_name": "Please provide a valid name for the environment",
|
||||
"add_one_variable": "(add at least one variable)",
|
||||
"import_curl": "Import cURL",
|
||||
"import": "Import",
|
||||
"generate_code": "Generate code",
|
||||
"request_type": "Request type",
|
||||
"generated_code": "Generated code",
|
||||
"status": "Status",
|
||||
"headers": "Headers",
|
||||
"websocket": "WebSocket",
|
||||
"waiting_for_connection": "waiting for connection",
|
||||
"message": "Message",
|
||||
"message_count": "Message {count}",
|
||||
"sse": "SSE",
|
||||
"server": "Server",
|
||||
"events": "Events",
|
||||
@@ -69,7 +205,6 @@
|
||||
"variables": "Variables",
|
||||
"get_schema": "Get schema",
|
||||
"header_list": "Header list",
|
||||
"add_new": "Add new",
|
||||
"response": "Response",
|
||||
"query": "Query",
|
||||
"queries": "Queries",
|
||||
@@ -118,42 +253,21 @@
|
||||
"prerequest_script": "Pre-Request Script",
|
||||
"no_prerequest_script": "No pre-request script",
|
||||
"search": "Search",
|
||||
"history_empty": "History is empty",
|
||||
"history_deleted": "History deleted",
|
||||
"clear": "Clear",
|
||||
"clear_all": "Clear All",
|
||||
"cleared": "Cleared",
|
||||
"close": "Close",
|
||||
"sort": "Sort",
|
||||
"time": "Time",
|
||||
"duration": "Duration",
|
||||
"no_duration": "No duration",
|
||||
"show_more": "Show more",
|
||||
"hide_more": "Hide more",
|
||||
"collection": "Collection",
|
||||
"current_collection": "Current Collection",
|
||||
"select_collection": "Select a Collection",
|
||||
"create_collection": "Create a Collection",
|
||||
"new": "New",
|
||||
"import_export": "Import / Export",
|
||||
"more": "More",
|
||||
"folder": "Folder",
|
||||
"new_folder": "New Folder",
|
||||
"my_new_folder": "My New Folder",
|
||||
"folder_empty": "Folder is empty",
|
||||
"edit_folder": "Edit Folder",
|
||||
"edit": "Edit",
|
||||
"delete": "Delete",
|
||||
"deleted": "Deleted",
|
||||
"undo": "Undo",
|
||||
"collection_empty": "Collection is empty",
|
||||
"invalid_collection_name": "Please provide a valid name for the collection",
|
||||
"new_collection": "New Collection",
|
||||
"my_new_collection": "My New Collection",
|
||||
"edit_collection": "Edit Collection",
|
||||
"edit_request": "Edit Request",
|
||||
"save_request_as": "Save Request As",
|
||||
"export": "Export",
|
||||
"connecting_to": "Connecting to {name}...",
|
||||
"connected": "Connected",
|
||||
"connected_to": "Connected to {name}",
|
||||
@@ -177,17 +291,13 @@
|
||||
"cancel": "Cancel",
|
||||
"cancelled": "Cancelled",
|
||||
"save": "Save",
|
||||
"dismiss": "Dismiss",
|
||||
"yes": "Yes",
|
||||
"no": "No",
|
||||
"restore": "Restore",
|
||||
"add_star": "Add star",
|
||||
"remove_star": "Remove star",
|
||||
"nothing_found": "Nothing found for",
|
||||
"replace_current": "Replace current",
|
||||
"replace_json": "Replace with JSON",
|
||||
"preserve_current": "Preserve current",
|
||||
"import_json": "Import from JSON",
|
||||
"download_file": "Download file",
|
||||
"upload_file": "Upload file",
|
||||
"use_request": "Use request",
|
||||
@@ -196,18 +306,11 @@
|
||||
"reset_default": "Reset to default",
|
||||
"fields": "Fields",
|
||||
"deprecated": "DEPRECATED",
|
||||
"add_one_header": "(add at least one header)",
|
||||
"add_one_parameter": "(add at least one parameter)",
|
||||
"header_count": "Header {count}",
|
||||
"parameter_count": "Parameter {count}",
|
||||
"variable_count": "Variable {count}",
|
||||
"value_count": "Value {count}",
|
||||
"send_request_first": "Send a request first",
|
||||
"generate_docs": "Generate documentation",
|
||||
"generate_docs_message": "Import any Hoppscotch collection to generate API documentation on-the-go.",
|
||||
"generate_docs_first": "Generate documentation first",
|
||||
"docs_generated": "Documentation generated",
|
||||
"import_collections": "Import collections",
|
||||
"optional": "(optional)",
|
||||
"none": "None",
|
||||
"username": "Username",
|
||||
@@ -216,7 +319,6 @@
|
||||
"payload": "Payload",
|
||||
"choose_file": "Choose a file",
|
||||
"file_imported": "File imported",
|
||||
"import_failed": "Import failed",
|
||||
"f12_details": "(F12 for details)",
|
||||
"we_use_cookies": "We use cookies",
|
||||
"copied_to_clipboard": "Copied to clipboard",
|
||||
@@ -240,7 +342,6 @@
|
||||
"go_home": "Go Home",
|
||||
"reload": "Reload",
|
||||
"enter_curl": "Enter cURL",
|
||||
"empty": "Empty",
|
||||
"extensions": "Extensions",
|
||||
"extensions_use_toggle": "Use the browser extension to send requests (if present)",
|
||||
"extension_version": "Extension Version",
|
||||
@@ -260,103 +361,27 @@
|
||||
"syncHistory": "History",
|
||||
"syncCollections": "Collections",
|
||||
"syncEnvironments": "Environments",
|
||||
"turn_on": "Turn on",
|
||||
"turn_off": "Turn off",
|
||||
"import_from_sync": "Import from Sync",
|
||||
"socketio": "Socket.IO",
|
||||
"event_name": "Event Name",
|
||||
"mqtt": "MQTT",
|
||||
"mqtt_topic": "Topic",
|
||||
"topic_name": "Topic Name",
|
||||
"mqtt_topic_title": "Publish / Subscribe topic",
|
||||
"mqtt_publish": "Publish",
|
||||
"mqtt_subscribe": "Subscribe",
|
||||
"mqtt_unsubscribe": "Unsubscribe",
|
||||
"pre_request_script": "Pre-request Script",
|
||||
"tests": "Tests",
|
||||
"create_new_collection": "Create new collection",
|
||||
"create_new_environment": "Create new environment",
|
||||
"are_you_sure": "Are you sure?",
|
||||
"are_you_sure_logout": "Are you sure you want to logout?",
|
||||
"are_you_sure_remove_history": "Are you sure you want to permanently delete all history?",
|
||||
"are_you_sure_remove_collection": "Are you sure you want to permanently delete this collection?",
|
||||
"are_you_sure_remove_folder": "Are you sure you want to permanently delete this folder?",
|
||||
"are_you_sure_remove_request": "Are you sure you want to permanently delete this request?",
|
||||
"are_you_sure_remove_environment": "Are you sure you want to permanently delete this environment?",
|
||||
"are_you_sure_remove_telemetry": "Are you sure you want to opt-out of Telemetry?",
|
||||
"telemetry_helps_us": "Telemetry helps us to personalize our operations and deliver the best experience to you.",
|
||||
"select_next_method": "Select Next method",
|
||||
"select_previous_method": "Select Previous method",
|
||||
"select_get_method": "Select GET method",
|
||||
"select_head_method": "Select HEAD method",
|
||||
"select_post_method": "Select POST method",
|
||||
"select_put_method": "Select PUT method",
|
||||
"select_delete_method": "Select DELETE method",
|
||||
"shortcut": {
|
||||
"show_all": "Show all Shortcuts",
|
||||
"send_request": "Send Request",
|
||||
"save_to_collections": "Save to Collections",
|
||||
"copy_request_link": "Copy Request Link",
|
||||
"reset_request": "Reset Request",
|
||||
"next_method": "Select Next method",
|
||||
"previous_method": "Select Previous method",
|
||||
"get_method": "Select GET method",
|
||||
"head_method": "Select HEAD method",
|
||||
"post_method": "Select POST method",
|
||||
"put_method": "Select PUT method",
|
||||
"delete_method": "Select DELETE method"
|
||||
},
|
||||
"experiments": "Experiments",
|
||||
"experiments_notice": "This is a collection of experiments we're working on that might turn out to be useful, fun, both, or neither. They're not final and may not be stable, so if something overly weird happens, don't panic. Just turn the dang thing off. Jokes aside, ",
|
||||
"use_experimental_url_bar": "Use experimental URL bar with environment highlighting",
|
||||
"select_environment": "Select environment",
|
||||
"login_with_github_to": "Login with GitHub to ",
|
||||
"create_secret_gist": "Create secret Gist",
|
||||
"gist_created": "Gist created",
|
||||
"import_from_gist": "Import from Gist",
|
||||
"enter_gist_url": "Enter Gist URL",
|
||||
"account_exists": "Account exists with different credential - Login to link both accounts",
|
||||
"confirm": "Confirm",
|
||||
"new_version_found": "New version found. Refresh to update.",
|
||||
"size": "Size",
|
||||
"exit": "Exit Team",
|
||||
"string_length_insufficient": "Team name should be atleast 6 characters long",
|
||||
"invalid_emailID_format": "Email ID format is invalid",
|
||||
"teams": "Teams",
|
||||
"new_team": "New Team",
|
||||
"my_new_team": "My New Team",
|
||||
"edit_team": "Edit Team",
|
||||
"team_member_list": "Member List",
|
||||
"invalid_team_name": "Please provide a valid name for the team",
|
||||
"use_team": "Use Team",
|
||||
"add_one_member": "(add at least one member)",
|
||||
"permissions": "Permissions",
|
||||
"invalid_member_permission": "Please provide a valid permission to the team member",
|
||||
"email": "E-mail",
|
||||
"create_new_team": "Create new team",
|
||||
"new_team_created": "New team created",
|
||||
"team_saved": "Team saved",
|
||||
"team_name_empty": "Team name empty",
|
||||
"disable_new_collection": "You do not have edit access to these collections",
|
||||
"collection_added": "Collection added successfully",
|
||||
"folder_added": "Folder added successfully",
|
||||
"team_exited": "Team exited",
|
||||
"disable_exit": "Only owner cannot exit the team",
|
||||
"folder_renamed": "Folder renamed successfully",
|
||||
"role_updated": "User role(s) updated successfully",
|
||||
"user_removed": "User removed successfully",
|
||||
"import_from_my_collections": "Import from My Collections",
|
||||
"export_as_json": "Export as JSON",
|
||||
"send_magic_link": "Send a magic link",
|
||||
"you_can_dismiss_this_modal": "You can dismiss this ",
|
||||
"we_sent_magic_link": "We sent you a magic link!",
|
||||
"we_sent_magic_link_description": "Check your inbox - we sent an email to {email}. It contains a magic link that will log you in.",
|
||||
"hide_sidebar": "Hide sidebar",
|
||||
"show_sidebar": "Show sidebar",
|
||||
"navigation_sidebar": "Navigation sidebar",
|
||||
"protocols": "Protocols",
|
||||
"protocol_count": "Protocol {count}",
|
||||
"share": "Share",
|
||||
"interceptor": "Interceptor",
|
||||
"profile": "Profile",
|
||||
"telemetry": "Telemetry",
|
||||
"shortcuts_indicator": "Shortcuts indicator",
|
||||
"zen_mode": "Zen mode",
|
||||
"notifications": "Notifications",
|
||||
"connect_graphql_endpoint": "Connect to a GraphQL endpoint",
|
||||
"copy": "Copy",
|
||||
"parameters_empty": "Parameters are empty",
|
||||
"headers_empty": "Headers are empty",
|
||||
"script": "Script",
|
||||
"results": "Results",
|
||||
"add_test_scripts": "Add test script",
|
||||
"protocols_empty": "Protocols are empty",
|
||||
"environments_empty": "Environments are empty",
|
||||
"collections_empty": "Collections are empty"
|
||||
"use_experimental_url_bar": "Use experimental URL bar with environment highlighting"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user