From 93acb03297e6d042ad07182678397b5870135474 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Fri, 17 Jan 2020 00:55:31 +0530 Subject: [PATCH] :sparkles: Toast for extensions --- README.md | 7 +++- lang/en-US.js | 17 +++++--- layouts/default.vue | 98 +++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 115 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c27261def..2ffff8300 100644 --- a/README.md +++ b/README.md @@ -218,8 +218,11 @@ _**All `i18n` contributions are welcome to `i18n` [branch](https://github.com/li 📦 **Add-ons**: Official add-ons for Postwoman. - - **[Postwoman Proxy β](https://github.com/postwoman-io/postwoman-proxy)** - A simple proxy server created for Postwoman - - **[Postwoman CLI β](https://github.com/postwoman-io/postwoman-cli)** - A CLI solution for Postwoman + - **[Proxy β](https://github.com/postwoman-io/postwoman-proxy)** - A simple proxy server created for Postwoman + - **[CLI β](https://github.com/postwoman-io/postwoman-cli)** - A CLI solution for Postwoman + - **[Browser Extensions](https://github.com/postwoman-io/postwoman-cli)** - Browser extensions that simplifies access to Postwoman + + [![Firefox](https://raw.github.com/alrra/browser-logos/master/src/firefox/firefox_24x24.png) **Firefox**]()  |  ![Chrome](https://raw.github.com/alrra/browser-logos/master/src/chrome/chrome_24x24.png) **Chrome (coming soon)** _Add-ons are developed and maintained under **[Official Postwoman Organization](https://github.com/postwoman-io)**_ diff --git a/lang/en-US.js b/lang/en-US.js index 0fd4d880d..baa78e0fb 100644 --- a/lang/en-US.js +++ b/lang/en-US.js @@ -154,7 +154,8 @@ export default { disconnected_from: "Disconnected from {name}", something_went_wrong: "Something went wrong!", error_occurred: "An error has occurred.", - browser_support_sse: "This browser doesn't seems to have Server Sent Events support.", + browser_support_sse: + "This browser doesn't seems to have Server Sent Events support.", log: "Log", no_url: "No URL", run_query: "Run Query", @@ -207,7 +208,8 @@ export default { value_count: "value {count}", send_request_first: "Send a request first", generate_docs: "Generate Documentation", - generate_docs_message: "Import any Postwoman Collection to Generate Documentation on-the-go.", + generate_docs_message: + "Import any Postwoman Collection to Generate Documentation on-the-go.", generate_docs_first: "Generate documentation first", docs_generated: "Documentation generated", import_collections: "Import collections", @@ -231,8 +233,10 @@ export default { enable_proxy: "Try enabling Proxy", complete_config_urls: "Please complete configuration urls.", token_request_saved: "Token request saved", - donate_info1: "If you have enjoyed the productivity of using Postwoman, consider donating as a sign of appreciation.", - donate_info2: "You can support Postwoman development via the following methods:", + donate_info1: + "If you have enjoyed the productivity of using Postwoman, consider donating as a sign of appreciation.", + donate_info2: + "You can support Postwoman development via the following methods:", one_time_recurring: "One-time or recurring", one_time: "One-time", recurring: "Recurring", @@ -241,5 +245,8 @@ export default { go_home: "Go Home", reload: "Reload", enter_curl: "Enter cURL", - empty: "Empty" + empty: "Empty", + extensions: "Extensions", + extensions_info1: "Browser extension that simplifies access to Postwoman", + extensions_info2: "Get Postwoman browser extension!" }; diff --git a/layouts/default.vue b/layouts/default.vue index 6ed7a7c0c..bdba8e0d0 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -293,6 +293,16 @@ more_vert