From d84969bf8ec2434b1b1d3bec34aff70993fa2571 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 16 Jan 2019 23:20:52 +0100 Subject: Fix the install button that Google broke See https://developer.chrome.com/extensions/inline_faq --- locale/en/LC_MESSAGES/messages.po | 161 +++++++++++++++++++++++++++++++++++++- 1 file changed, 159 insertions(+), 2 deletions(-) (limited to 'locale/en/LC_MESSAGES') diff --git a/locale/en/LC_MESSAGES/messages.po b/locale/en/LC_MESSAGES/messages.po index 44ddeaff..462f6436 100644 --- a/locale/en/LC_MESSAGES/messages.po +++ b/locale/en/LC_MESSAGES/messages.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-06-12 22:03+0200\n" +"POT-Creation-Date: 2019-01-16 23:15+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: en \n" @@ -1046,6 +1046,155 @@ msgid "" "fees." msgstr "" +#: gsoc-codeless.html.j2:5 +msgid "GSoC 2018: Codeless Payment" +msgstr "" + +#: gsoc-codeless.html.j2:6 +msgid "" +"Implemented by Shivam Kohli as part of GSoC 2018 under the mentoring and " +"guidance of Florian Dold." +msgstr "" + +#: gsoc-codeless.html.j2:12 +msgid "Overview" +msgstr "" + +#: gsoc-codeless.html.j2:14 +msgid "" +"Codeless payment is a component that sits between the seller's frontend and " +"the GNU Taler merchant backend. This component has a web interface, where " +"payment buttons are configured. Registered merchants can manage their " +"inventory and simultaneously create a 'Buy Now' button for a specific " +"product. This code can be directly copy pasted on the seller's frontend and " +"can be used for 'Pay with Taler'." +msgstr "" + +#: gsoc-codeless.html.j2:23 +msgid "Use Cases" +msgstr "" + +#: gsoc-codeless.html.j2:24 +msgid "The various use cases and features of codeless payment are:" +msgstr "" + +#: gsoc-codeless.html.j2:28 +msgid "" +"The primary use case is the registration of the merchant. The codeless " +"payment backend provides a secure django authenticated login to the " +"merchant. The registered merchant can add inventory (both digital as well as " +"physical) in their stocks. They can manage inventory and simultaneously " +"create a 'Buy Now' button for the product. The merchant also monitors the " +"orders placed and updates the status of the order which helps in shipment " +"tracking." +msgstr "" + +#: gsoc-codeless.html.j2:33 +msgid "" +"Merchant has the flexibility to add two types of inventory as follows:
    " +"
  • The merchant can upload digital inventory (like a PDF or HTML page) via " +"the codeless payments frontend and the user can then purchase it and view " +"the version hosted by the codeless payment frontend.
  • The merchant " +"can add any physical inventory available in his stocks. While adding these " +"inventory, the seller is prompted to add minimum quantity of product that is " +"required to be maintained in the stock. Whenever the stocks run below this " +"limit the seller would be notified (currently this feature has not been " +"added but soon email notification would be added).
" +msgstr "" + +#: gsoc-codeless.html.j2:42 +msgid "" +"The buyers will access the seller's frontend where the code for the 'Buy " +"Now' button is present. When this button is triggered, they are redirected " +"to codeless payment backend and eventually redirected to the payment page. " +"After successful payment, the buyer can also track their shipment for " +"physical products or view the digital version hosted by the codeless payment " +"frontend." +msgstr "" + +#: gsoc-codeless.html.j2:47 +msgid "" +"The other use case of the codeless payment backend is to handle the event " +"when the 'Buy Now' button is triggered on the seller's frontend. To perform " +"the payment the backend communicates with merchant backend api. After " +"successful payment, the users are redirected to the fulfilment page." +msgstr "" + +#: gsoc-codeless.html.j2:53 +msgid "Dynamic Merchant Instance" +msgstr "" + +#: gsoc-codeless.html.j2:57 +msgid "Use Case Diagram" +msgstr "" + +#: gsoc-codeless.html.j2:63 +msgid "Link to the contributions made" +msgstr "" + +#: gsoc-codeless.html.j2:66 +msgid "Codeless Payment Backend" +msgstr "" + +#: gsoc-codeless.html.j2:68 +msgid "Documentation to dynamically manage Merchant Instances" +msgstr "" + +#: gsoc-codeless.html.j2:77 +msgid "Future Work" +msgstr "" + +#: gsoc-codeless.html.j2:79 +msgid "" +"The backend of codeless payment is very robust and can be easily extended as " +"per the requirements. It is adaptive to add new features to this framework. " +"But as per the discussion and the scope of this project, there are various " +"features that will be soon added in the Codeless Merchant Backend. The list " +"of future work is as follows:" +msgstr "" + +#: gsoc-codeless.html.j2:84 +msgid "" +"To send email notification to the merchant when the stocks run below a " +"certain limit. The minimum quantity required to be maintained in the stocks " +"is currently taken from the merchant(specific to each product) but no such " +"notification system is designed." +msgstr "" + +#: gsoc-codeless.html.j2:90 +msgid "" +"To add API access to the merchant backend via the codeless payment service. " +"Basically, it would be used as a hosting platform for multiple merchants. " +"There would be an additional user interface part in the codeless payment " +"service where a logged-in merchant can generate an API key. This API key can " +"be used to access the functionality of the merchant backend in a controlled " +"way. After requesting an API key, the page would display the generated key " +"and a base URL for the API to use by the seller, which is handled by the " +"codeless payments service." +msgstr "" + +#: gsoc-codeless.html.j2:96 +msgid "" +"Mapping every seller account to a separate merchant backend instance. This " +"is not required for a simple version of codeless payments, but as soon as " +"API access for sellers, this is a useful feature. The codeless payment " +"service then can also double as a hosting service for merchants." +msgstr "" + +#: gsoc-codeless.html.j2:102 +msgid "" +"To add various analytics for the merchant. Various analysis could be " +"performed on the orders placed for the respective merchant. Some of the " +"analysis that can be performed are displaying the most frequently purchased " +"product, some insights about the shipment tracking, analysis of products " +"based on delivery location, etc. For this part, dicussions and some more " +"research have to be done before proceeding to the implementation." +msgstr "" + +#: gsoc-codeless.html.j2:114 +msgid "Screenshots" +msgstr "" + #: index.html.j2:6 msgid "GNU Taler logo" msgstr "" @@ -1382,7 +1531,7 @@ msgid "" "each contract." msgstr "" -#: news.html.j2.inc:11 +#: news.html.j2.inc:9 msgid "More news" msgstr "" @@ -1398,6 +1547,10 @@ msgstr "" msgid "GNU Taler in the Press" msgstr "" +#: schemafuzz.html.j2:6 +msgid "SchemaFuzz" +msgstr "" + #: common/base.j2:5 msgid "GNU Taler" msgstr "" @@ -1467,3 +1620,7 @@ msgstr "" #: common/navigation.j2.inc:15 msgid "Copyright for Contributors" msgstr "" + +#: common/navigation.j2.inc:17 +msgid "Gsoc 2018: Codeless Payments" +msgstr "" -- cgit v1.2.3