refactor: remove footer on narrow screens (#2202)
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
This commit is contained in:
committed by
GitHub
parent
414469e5e9
commit
89c7127b17
@@ -45,6 +45,7 @@
|
||||
"contact_us": "Contact us",
|
||||
"copy": "Copy",
|
||||
"copy_user_id": "Copy User Auth Token",
|
||||
"discord": "Discord",
|
||||
"documentation": "Documentation",
|
||||
"developer_option": "Developer options",
|
||||
"developer_option_description": "Developer tools which helps in development and maintenance of Hoppscotch.",
|
||||
@@ -58,6 +59,7 @@
|
||||
"keyboard_shortcuts": "Keyboard shortcuts",
|
||||
"name": "Hoppscotch",
|
||||
"new_version_found": "New version found. Refresh to update.",
|
||||
"options": "Options",
|
||||
"proxy_privacy_policy": "Proxy privacy policy",
|
||||
"reload": "Reload",
|
||||
"search": "Search",
|
||||
@@ -65,6 +67,7 @@
|
||||
"shortcuts": "Shortcuts",
|
||||
"spotlight": "Spotlight",
|
||||
"status": "Status",
|
||||
"status_description": "Check the status of the website",
|
||||
"terms_and_privacy": "Terms and privacy",
|
||||
"twitter": "Twitter",
|
||||
"type_a_command_search": "Type a command or search…",
|
||||
@@ -238,7 +241,8 @@
|
||||
"hide": {
|
||||
"more": "Hide more",
|
||||
"preview": "Hide Preview",
|
||||
"sidebar": "Collapse sidebar"
|
||||
"sidebar": "Collapse sidebar",
|
||||
"collection": "Collapse Collection Panel"
|
||||
},
|
||||
"import": {
|
||||
"collections": "Import collections",
|
||||
@@ -264,7 +268,10 @@
|
||||
"layout": {
|
||||
"column": "Vertical layout",
|
||||
"row": "Horizontal layout",
|
||||
"zen_mode": "Zen mode"
|
||||
"zen_mode": "Zen mode",
|
||||
"collapse_sidebar": "Collapse or Expand the sidebar",
|
||||
"collapse_collection": "Collapse or Expand Collections",
|
||||
"name": "Layout"
|
||||
},
|
||||
"modal": {
|
||||
"collections": "Collections",
|
||||
@@ -342,6 +349,7 @@
|
||||
"save_as": "Save as",
|
||||
"saved": "Request saved",
|
||||
"share": "Share",
|
||||
"share_description": "Share Hoppscotch with your friends",
|
||||
"title": "Request",
|
||||
"type": "Request type",
|
||||
"url": "URL",
|
||||
@@ -388,6 +396,7 @@
|
||||
"font_size_large": "Large",
|
||||
"font_size_medium": "Medium",
|
||||
"font_size_small": "Small",
|
||||
"follow": "Follow Us",
|
||||
"interceptor": "Interceptor",
|
||||
"interceptor_description": "Middleware between application and APIs.",
|
||||
"language": "Language",
|
||||
@@ -466,7 +475,8 @@
|
||||
"show": {
|
||||
"code": "Show code",
|
||||
"more": "Show more",
|
||||
"sidebar": "Expand sidebar"
|
||||
"sidebar": "Expand sidebar",
|
||||
"collection": "Expand Collection Panel"
|
||||
},
|
||||
"socketio": {
|
||||
"communication": "Communication",
|
||||
@@ -514,7 +524,8 @@
|
||||
"shortcuts": "Browse app faster",
|
||||
"team": "Get in touch with the team",
|
||||
"title": "Support",
|
||||
"twitter": "Follow us on Twitter"
|
||||
"twitter": "Follow us on Twitter",
|
||||
"github": "Follow us on Github"
|
||||
},
|
||||
"tab": {
|
||||
"authorization": "Authorization",
|
||||
|
||||
Reference in New Issue
Block a user