From fedb300741980d56cc6307aa2ab1a582d97f2c90 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Tue, 7 May 2024 23:08:03 +0200 Subject: [PATCH] store: update tos link --- store/messages.pot | 48 +++++++++++++++++++-------------------- store/templates/base.html | 2 +- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/store/messages.pot b/store/messages.pot index 6af8cf79..c53ff94f 100644 --- a/store/messages.pot +++ b/store/messages.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-04-01 00:57+0200\n" +"POT-Creation-Date: 2024-05-07 23:07+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,16 +17,16 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.14.0\n" -#: app.py:150 +#: app.py:152 #, python-format msgid "App %(app_id)s not found" msgstr "" -#: app.py:153 +#: app.py:155 msgid "You must be logged in to be able to star an app" msgstr "" -#: app.py:155 app.py:205 app.py:513 templates/wishlist_add.html:33 +#: app.py:157 app.py:202 app.py:494 templates/wishlist_add.html:33 msgid "" "Note that, due to various abuses, we restricted login on the app store to" " 'trust level 1' users.

'Trust level 1' is obtained after " @@ -35,71 +35,71 @@ msgid "" "minutes reading posts." msgstr "" -#: app.py:203 +#: app.py:200 msgid "You must be logged in to submit an app to the wishlist" msgstr "" -#: app.py:220 +#: app.py:215 msgid "Invalid CSRF token, please refresh the page and try again" msgstr "" -#: app.py:260 +#: app.py:253 msgid "" "Proposing wishlist additions is limited to once every 15 days per user. " "Please try again in a few days." msgstr "" -#: app.py:264 +#: app.py:257 msgid "App name should be at least 3 characters" msgstr "" -#: app.py:265 +#: app.py:258 msgid "App name should be less than 30 characters" msgstr "" -#: app.py:268 +#: app.py:261 msgid "App description should be at least 5 characters" msgstr "" -#: app.py:272 +#: app.py:265 msgid "App description should be less than 100 characters" msgstr "" -#: app.py:276 +#: app.py:269 msgid "Upstream code repo URL should be at least 10 characters" msgstr "" -#: app.py:280 +#: app.py:273 msgid "Upstream code repo URL should be less than 150 characters" msgstr "" -#: app.py:284 +#: app.py:277 msgid "License URL should be at least 10 characters" msgstr "" -#: app.py:288 +#: app.py:281 msgid "License URL should be less than 250 characters" msgstr "" -#: app.py:290 +#: app.py:283 msgid "Website URL should be less than 150 characters" msgstr "" -#: app.py:293 +#: app.py:286 msgid "App name contains special characters" msgstr "" -#: app.py:300 +#: app.py:293 msgid "" "Please focus on what the app does, without using marketing, fuzzy terms, " "or repeating that the app is 'free' and 'self-hostable'." msgstr "" -#: app.py:310 +#: app.py:303 msgid "No need to repeat the name of the app. Focus on what the app does." msgstr "" -#: app.py:344 +#: app.py:333 #, python-format msgid "" "An entry with the name %(slug)s already exists in the wishlist, instead, " @@ -107,14 +107,14 @@ msgid "" "interest." msgstr "" -#: app.py:361 +#: app.py:348 #, python-format msgid "" "An app with the name %(slug)s already exists in the catalog, you can see its page here." msgstr "" -#: app.py:386 +#: app.py:373 #, python-format msgid "" "Failed to create the pull request to add the app to the wishlist… Maybe " @@ -122,7 +122,7 @@ msgid "" "please report the issue to the YunoHost team." msgstr "" -#: app.py:438 +#: app.py:423 #, python-format msgid "" "Your proposed app has succesfully been submitted. It must now be " @@ -130,7 +130,7 @@ msgid "" "href='%(url)s'>%(url)s" msgstr "" -#: app.py:511 +#: app.py:492 msgid "Unfortunately, login was denied." msgstr "" diff --git a/store/templates/base.html b/store/templates/base.html index 18e8fa22..9c6ea9d9 100644 --- a/store/templates/base.html +++ b/store/templates/base.html @@ -196,7 +196,7 @@

{{ _("Made with using Flask and TailwindCSS") }} • {{ _("Source") }} - • {{ _("Terms of Services") }} + • {{ _("Terms of Services") }}