1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

store: update tos link

This commit is contained in:
OniriCorpe 2024-05-07 23:08:03 +02:00 committed by OniriCorpe
parent 74c53a00fb
commit fedb300741
2 changed files with 25 additions and 25 deletions

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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.<br/><br/>'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</a>."
msgstr ""
#: app.py:361
#: app.py:348
#, python-format
msgid ""
"An app with the name %(slug)s already exists in the catalog, <a "
"href='%(url)s'>you can see its page here</a>."
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</a>"
msgstr ""
#: app.py:511
#: app.py:492
msgid "Unfortunately, login was denied."
msgstr ""

View file

@ -196,7 +196,7 @@
<p>
{{ _("Made with <i class='text-red-500 fa fa-heart-o' aria-label='love'></i> using <a class='text-blue-800' href='https://flask.palletsprojects.com'>Flask</a> and <a class='text-blue-800' href='https://tailwindcss.com/'>TailwindCSS</a>") }}
<a class='text-blue-800' href='https://github.com/YunoHost/apps/tree/master/store'><i class='fa fa-code fa-fw' aria-hidden='true'></i> {{ _("Source") }}</a>
<a class='text-blue-800' href='https://forum.yunohost.org/tos'>{{ _("Terms of Services") }}</a>
<a class='text-blue-800' href='https://yunohost.org/tos'>{{ _("Terms of Services") }}</a>
</p>
</footer>
</body>