refactor(ui): minor ui improvements
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
"reload": "Reload",
|
||||
"home": "Home",
|
||||
"invite": "Invite",
|
||||
"invite_description": "In Hoppscotch, 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.",
|
||||
"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.",
|
||||
"invite_your_friends": "Invite your friends",
|
||||
"join_discord_community": "Join our Discord community",
|
||||
"keyboard_shortcuts": "Keyboard shortcuts",
|
||||
@@ -94,11 +94,12 @@
|
||||
"collection": {
|
||||
"created": "Collection created",
|
||||
"edit": "Edit Collection",
|
||||
"invalid_name": "Please provide a valid name for the collection",
|
||||
"invalid_name": "Please provide a name for the collection",
|
||||
"my_collections": "My Collections",
|
||||
"name": "My New Collection",
|
||||
"new": "New Collection",
|
||||
"save_as": "Save as",
|
||||
"renamed": "Collection renamed",
|
||||
"select": "Select a Collection",
|
||||
"select_location": "Select location",
|
||||
"select_team": "Select a team",
|
||||
@@ -147,7 +148,7 @@
|
||||
"environment": {
|
||||
"create_new": "Create new environment",
|
||||
"edit": "Edit Environment",
|
||||
"invalid_name": "Please provide a valid name for the environment",
|
||||
"invalid_name": "Please provide a name for the environment",
|
||||
"new": "New Environment",
|
||||
"no_environment": "No environment",
|
||||
"select": "Select environment",
|
||||
@@ -175,6 +176,7 @@
|
||||
"folder": {
|
||||
"created": "Folder created",
|
||||
"edit": "Edit Folder",
|
||||
"invalid_name": "Please provide a name for the folder",
|
||||
"new": "New Folder",
|
||||
"renamed": "Folder renamed"
|
||||
},
|
||||
@@ -255,9 +257,12 @@
|
||||
"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",
|
||||
@@ -325,7 +330,6 @@
|
||||
"proxy_use_toggle": "Use the proxy middleware to send requests",
|
||||
"read_the": "Read the",
|
||||
"reset_default": "Reset to default",
|
||||
"shortcuts_indicator": "Shortcuts indicator",
|
||||
"sync": "Synchronise",
|
||||
"sync_collections": "Collections",
|
||||
"sync_description": "These settings are synced to cloud.",
|
||||
|
||||
Reference in New Issue
Block a user