i18n update

This commit is contained in:
HF 2024-01-08 09:20:49 +01:00
parent 1f68cc7651
commit e4a850671f
2 changed files with 57 additions and 57 deletions

View File

@ -204,6 +204,10 @@ msgstr ""
msgid "Submit"
msgstr ""
#: src/routes/api/baninfo.js:32
msgid "You are not banned"
msgstr ""
#: src/routes/api/modtools.js:53
msgid "You are not logged in"
msgstr ""
@ -216,47 +220,6 @@ msgstr ""
msgid "Just admins can do that"
msgstr ""
#: src/routes/api/baninfo.js:32
msgid "You are not banned"
msgstr ""
#: src/routes/api/auth/change_mail.js:22
#: src/routes/api/auth/register.js:24
msgid "This email provider is not allowed"
msgstr ""
#: src/routes/api/auth/register.js:31
msgid "No Captcha given"
msgstr ""
#: src/routes/api/auth/register.js:34
msgid "E-Mail already in use."
msgstr ""
#: src/routes/api/auth/register.js:36
msgid "Username already in use."
msgstr ""
#: src/routes/api/auth/register.js:59
msgid "You took too long, try again."
msgstr ""
#: src/routes/api/auth/register.js:62
msgid "You failed your captcha"
msgstr ""
#: src/routes/api/auth/register.js:65
msgid "Unknown Captcha Error"
msgstr ""
#: src/routes/api/auth/register.js:89
msgid "Failed to create new user :("
msgstr ""
#: src/routes/api/auth/register.js:105
msgid "Failed to establish session after register :("
msgstr ""
#: src/routes/api/auth/verify.js:26
#: src/routes/api/auth/verify.js:35
msgid "Mail verification"
@ -297,10 +260,47 @@ msgstr ""
msgid "Muted users can not delete their account."
msgstr ""
#: src/routes/api/auth/change_mail.js:22
#: src/routes/api/auth/register.js:24
msgid "This email provider is not allowed"
msgstr ""
#: src/routes/api/auth/change_mail.js:62
msgid "Muted users can not do this."
msgstr ""
#: src/routes/api/auth/register.js:31
msgid "No Captcha given"
msgstr ""
#: src/routes/api/auth/register.js:34
msgid "E-Mail already in use."
msgstr ""
#: src/routes/api/auth/register.js:36
msgid "Username already in use."
msgstr ""
#: src/routes/api/auth/register.js:59
msgid "You took too long, try again."
msgstr ""
#: src/routes/api/auth/register.js:62
msgid "You failed your captcha"
msgstr ""
#: src/routes/api/auth/register.js:65
msgid "Unknown Captcha Error"
msgstr ""
#: src/routes/api/auth/register.js:89
msgid "Failed to create new user :("
msgstr ""
#: src/routes/api/auth/register.js:105
msgid "Failed to establish session after register :("
msgstr ""
#: src/ssr/RedirectionPage.jsx:19
msgid "PixelPlanet.fun Accounts"
msgstr ""

View File

@ -184,6 +184,22 @@ msgstr ""
msgid "OK"
msgstr ""
#: src/store/middleware/notifications.js:33
msgid "Your next pixels are ready"
msgstr ""
#: src/store/middleware/notifications.js:37
msgid "You can now place more on pixelplanet.fun :)"
msgstr ""
#: src/store/middleware/notifications.js:54
msgid "mentioned you"
msgstr ""
#: src/store/middleware/notifications.js:58
msgid "You have new messages in chat"
msgstr ""
#: src/store/actions/fetch.js:55
msgid "You made too many requests"
msgstr ""
@ -215,22 +231,6 @@ msgstr ""
msgid "Server answered with gibberish :("
msgstr ""
#: src/store/middleware/notifications.js:33
msgid "Your next pixels are ready"
msgstr ""
#: src/store/middleware/notifications.js:37
msgid "You can now place more on pixelplanet.fun :)"
msgstr ""
#: src/store/middleware/notifications.js:54
msgid "mentioned you"
msgstr ""
#: src/store/middleware/notifications.js:58
msgid "You have new messages in chat"
msgstr ""
#: src/components/Converter.jsx:565
#: src/components/CoordinatesBox.jsx:31
#: src/components/ModWatchtools.jsx:384