fix: save context indicatior + added unplug save on double click

This commit is contained in:
liyasthomas
2021-08-20 20:21:22 +05:30
parent b08b06c4d4
commit 275a7fc113
4 changed files with 125 additions and 245 deletions

View File

@@ -43,7 +43,6 @@
"copy": "Copy",
"documentation": "Documentation",
"help": "Help & feedback",
"reload": "Reload",
"home": "Home",
"invite": "Invite",
"invite_description": "Hoppscotch is an open source API development ecosystem. We designed a simple and intuitive interface for creating and managing your APIs. Hoppscotch is a tool that helps you build, test, document and share your APIs.",
@@ -53,6 +52,7 @@
"name": "Hoppscotch",
"new_version_found": "New version found. Refresh to update.",
"proxy_privacy_policy": "Proxy privacy policy",
"reload": "Reload",
"search": "Search",
"share": "Share",
"shortcuts": "Shortcuts",
@@ -98,8 +98,8 @@
"my_collections": "My Collections",
"name": "My New Collection",
"new": "New Collection",
"save_as": "Save as",
"renamed": "Collection renamed",
"save_as": "Save as",
"select": "Select a Collection",
"select_location": "Select location",
"select_team": "Select a team",
@@ -253,30 +253,30 @@
"star": "Remove star"
},
"request": {
"added": "Request added",
"authorization": "Authorization",
"body": "Request Body",
"choose_language": "Choose language",
"content_type": "Content Type",
"invalid_name": "Please provide a name for the request",
"copy_link": "Copy link",
"duration": "Duration",
"added": "Request added",
"enter_curl": "Enter cURL",
"renamed": "Request renamed",
"generate_code": "Generate code",
"generated_code": "Generated code",
"header_list": "Header List",
"invalid_name": "Please provide a name for the request",
"method": "Method",
"name": "Request name",
"parameter_list": "Query Parameters",
"parameters": "Parameters",
"saved": "Request saved",
"payload": "Payload",
"query": "Query",
"raw_body": "Raw Request Body",
"renamed": "Request renamed",
"run": "Run",
"save": "Save",
"save_as": "Save as",
"saved": "Request saved",
"share": "Share",
"title": "Request",
"type": "Request type",