2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-21 08:46:47 +00:00

switched back due to rendering limitations

This commit is contained in:
Matthias Mair
2023-10-25 23:33:21 +02:00
parent 9a6b892453
commit 01bf8ee229
31 changed files with 451 additions and 271 deletions
+31 -31
View File
@@ -1,5 +1,5 @@
import { i18n } from '@lingui/core';
import { Trans } from '@lingui/macro';
import { t } from '@lingui/macro';
import { I18nProvider } from '@lingui/react';
import { useEffect } from 'react';
@@ -9,36 +9,36 @@ import { useLocalState } from '../states/LocalState';
// Definitions
export type Locales = keyof typeof languages | 'pseudo-LOCALE';
export const languages: Record<string, JSX.Element> = {
cs: <Trans>Czech</Trans>,
da: <Trans>Danish</Trans>,
de: <Trans>German</Trans>,
el: <Trans>Greek</Trans>,
en: <Trans>English</Trans>,
es: <Trans>Spanish</Trans>,
'es-mx': <Trans>Spanish (Mexican)</Trans>,
fa: <Trans>Farsi / Persian</Trans>,
fi: <Trans>Finnish</Trans>,
fr: <Trans>French</Trans>,
he: <Trans>Hebrew</Trans>,
hi: <Trans>Hindi</Trans>,
hu: <Trans>Hungarian</Trans>,
it: <Trans>Italian</Trans>,
ja: <Trans>Japanese</Trans>,
ko: <Trans>Korean</Trans>,
nl: <Trans>Dutch</Trans>,
no: <Trans>Norwegian</Trans>,
pl: <Trans>Polish</Trans>,
pt: <Trans>Portuguese</Trans>,
'pt-br': <Trans>Portuguese (Brazilian)</Trans>,
ru: <Trans>Russian</Trans>,
sl: <Trans>Slovenian</Trans>,
sv: <Trans>Swedish</Trans>,
th: <Trans>Thai</Trans>,
tr: <Trans>Turkish</Trans>,
vi: <Trans>Vietnamese</Trans>,
'zh-hans': <Trans>Chinese (Simplified)</Trans>,
'zh-hant': <Trans>Chinese (Traditional)</Trans>
export const languages: Record<string, string> = {
cs: t`Czech`,
da: t`Danish`,
de: t`German`,
el: t`Greek`,
en: t`English`,
es: t`Spanish`,
'es-mx': t`Spanish (Mexican)`,
fa: t`Farsi / Persian`,
fi: t`Finnish`,
fr: t`French`,
he: t`Hebrew`,
hi: t`Hindi`,
hu: t`Hungarian`,
it: t`Italian`,
ja: t`Japanese`,
ko: t`Korean`,
nl: t`Dutch`,
no: t`Norwegian`,
pl: t`Polish`,
pt: t`Portuguese`,
'pt-br': t`Portuguese (Brazilian)`,
ru: t`Russian`,
sl: t`Slovenian`,
sv: t`Swedish`,
th: t`Thai`,
tr: t`Turkish`,
vi: t`Vietnamese`,
'zh-hans': t`Chinese (Simplified)`,
'zh-hant': t`Chinese (Traditional)`
};
export function LanguageContext({ children }: { children: JSX.Element }) {
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n"
"Language: cs\n"
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Plural-Forms: \n"
#: src/components/DashboardItemProxy.tsx:33
msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107
#: src/functions/auth.tsx:110
msgid "Check your input and try again."
msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98
#: src/functions/auth.tsx:101
msgid "Mail delivery successful"
msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server."
msgstr ""
#: src/functions/auth.tsx:53
#: src/functions/auth.tsx:56
msgid "Logout successful"
msgstr ""
#: src/functions/auth.tsx:54
#: src/functions/auth.tsx:57
msgid "See you soon."
msgstr ""
#: src/functions/auth.tsx:99
#: src/functions/auth.tsx:102
msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr ""
#: src/functions/auth.tsx:106
#: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed"
msgstr ""
#: src/functions/auth.tsx:130
#: src/functions/auth.tsx:133
msgid "Already logged in"
msgstr ""
#: src/functions/auth.tsx:131
#: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in."
msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n"
"Language: da\n"
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Plural-Forms: \n"
#: src/components/DashboardItemProxy.tsx:33
msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107
#: src/functions/auth.tsx:110
msgid "Check your input and try again."
msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98
#: src/functions/auth.tsx:101
msgid "Mail delivery successful"
msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server."
msgstr ""
#: src/functions/auth.tsx:53
#: src/functions/auth.tsx:56
msgid "Logout successful"
msgstr ""
#: src/functions/auth.tsx:54
#: src/functions/auth.tsx:57
msgid "See you soon."
msgstr ""
#: src/functions/auth.tsx:99
#: src/functions/auth.tsx:102
msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr ""
#: src/functions/auth.tsx:106
#: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed"
msgstr ""
#: src/functions/auth.tsx:130
#: src/functions/auth.tsx:133
msgid "Already logged in"
msgstr ""
#: src/functions/auth.tsx:131
#: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in."
msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n"
"Language: de\n"
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Plural-Forms: \n"
#: src/components/DashboardItemProxy.tsx:33
msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107
#: src/functions/auth.tsx:110
msgid "Check your input and try again."
msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98
#: src/functions/auth.tsx:101
msgid "Mail delivery successful"
msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server."
msgstr ""
#: src/functions/auth.tsx:53
#: src/functions/auth.tsx:56
msgid "Logout successful"
msgstr ""
#: src/functions/auth.tsx:54
#: src/functions/auth.tsx:57
msgid "See you soon."
msgstr ""
#: src/functions/auth.tsx:99
#: src/functions/auth.tsx:102
msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr ""
#: src/functions/auth.tsx:106
#: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed"
msgstr ""
#: src/functions/auth.tsx:130
#: src/functions/auth.tsx:133
msgid "Already logged in"
msgstr ""
#: src/functions/auth.tsx:131
#: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in."
msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n"
"Language: el\n"
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Plural-Forms: \n"
#: src/components/DashboardItemProxy.tsx:33
msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107
#: src/functions/auth.tsx:110
msgid "Check your input and try again."
msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98
#: src/functions/auth.tsx:101
msgid "Mail delivery successful"
msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server."
msgstr ""
#: src/functions/auth.tsx:53
#: src/functions/auth.tsx:56
msgid "Logout successful"
msgstr ""
#: src/functions/auth.tsx:54
#: src/functions/auth.tsx:57
msgid "See you soon."
msgstr ""
#: src/functions/auth.tsx:99
#: src/functions/auth.tsx:102
msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr ""
#: src/functions/auth.tsx:106
#: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed"
msgstr ""
#: src/functions/auth.tsx:130
#: src/functions/auth.tsx:133
msgid "Already logged in"
msgstr ""
#: src/functions/auth.tsx:131
#: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in."
msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n"
"Language: en\n"
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Plural-Forms: \n"
#: src/components/DashboardItemProxy.tsx:33
msgid "Title"
@@ -39,7 +45,7 @@ msgstr "Login failed"
#: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107
#: src/functions/auth.tsx:110
msgid "Check your input and try again."
msgstr "Check your input and try again."
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr "Welcome back!"
#: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98
#: src/functions/auth.tsx:101
msgid "Mail delivery successful"
msgstr "Mail delivery successful"
@@ -1607,28 +1613,28 @@ msgstr "View for interactive scanning and multiple actions."
msgid "Error fetching token from server."
msgstr "Error fetching token from server."
#: src/functions/auth.tsx:53
#: src/functions/auth.tsx:56
msgid "Logout successful"
msgstr "Logout successful"
#: src/functions/auth.tsx:54
#: src/functions/auth.tsx:57
msgid "See you soon."
msgstr "See you soon."
#: src/functions/auth.tsx:99
#: src/functions/auth.tsx:102
msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
#: src/functions/auth.tsx:106
#: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed"
msgstr "Reset failed"
#: src/functions/auth.tsx:130
#: src/functions/auth.tsx:133
msgid "Already logged in"
msgstr "Already logged in"
#: src/functions/auth.tsx:131
#: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in."
msgstr "Found an existing login - using it to log you in."
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n"
"Language: es-mx\n"
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Plural-Forms: \n"
#: src/components/DashboardItemProxy.tsx:33
msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107
#: src/functions/auth.tsx:110
msgid "Check your input and try again."
msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98
#: src/functions/auth.tsx:101
msgid "Mail delivery successful"
msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server."
msgstr ""
#: src/functions/auth.tsx:53
#: src/functions/auth.tsx:56
msgid "Logout successful"
msgstr ""
#: src/functions/auth.tsx:54
#: src/functions/auth.tsx:57
msgid "See you soon."
msgstr ""
#: src/functions/auth.tsx:99
#: src/functions/auth.tsx:102
msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr ""
#: src/functions/auth.tsx:106
#: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed"
msgstr ""
#: src/functions/auth.tsx:130
#: src/functions/auth.tsx:133
msgid "Already logged in"
msgstr ""
#: src/functions/auth.tsx:131
#: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in."
msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n"
"Language: es\n"
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Plural-Forms: \n"
#: src/components/DashboardItemProxy.tsx:33
msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107
#: src/functions/auth.tsx:110
msgid "Check your input and try again."
msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98
#: src/functions/auth.tsx:101
msgid "Mail delivery successful"
msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server."
msgstr ""
#: src/functions/auth.tsx:53
#: src/functions/auth.tsx:56
msgid "Logout successful"
msgstr ""
#: src/functions/auth.tsx:54
#: src/functions/auth.tsx:57
msgid "See you soon."
msgstr ""
#: src/functions/auth.tsx:99
#: src/functions/auth.tsx:102
msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr ""
#: src/functions/auth.tsx:106
#: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed"
msgstr ""
#: src/functions/auth.tsx:130
#: src/functions/auth.tsx:133
msgid "Already logged in"
msgstr ""
#: src/functions/auth.tsx:131
#: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in."
msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n"
"Language: fa\n"
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Plural-Forms: \n"
#: src/components/DashboardItemProxy.tsx:33
msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107
#: src/functions/auth.tsx:110
msgid "Check your input and try again."
msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98
#: src/functions/auth.tsx:101
msgid "Mail delivery successful"
msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server."
msgstr ""
#: src/functions/auth.tsx:53
#: src/functions/auth.tsx:56
msgid "Logout successful"
msgstr ""
#: src/functions/auth.tsx:54
#: src/functions/auth.tsx:57
msgid "See you soon."
msgstr ""
#: src/functions/auth.tsx:99
#: src/functions/auth.tsx:102
msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr ""
#: src/functions/auth.tsx:106
#: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed"
msgstr ""
#: src/functions/auth.tsx:130
#: src/functions/auth.tsx:133
msgid "Already logged in"
msgstr ""
#: src/functions/auth.tsx:131
#: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in."
msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n"
"Language: fi\n"
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Plural-Forms: \n"
#: src/components/DashboardItemProxy.tsx:33
msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107
#: src/functions/auth.tsx:110
msgid "Check your input and try again."
msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98
#: src/functions/auth.tsx:101
msgid "Mail delivery successful"
msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server."
msgstr ""
#: src/functions/auth.tsx:53
#: src/functions/auth.tsx:56
msgid "Logout successful"
msgstr ""
#: src/functions/auth.tsx:54
#: src/functions/auth.tsx:57
msgid "See you soon."
msgstr ""
#: src/functions/auth.tsx:99
#: src/functions/auth.tsx:102
msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr ""
#: src/functions/auth.tsx:106
#: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed"
msgstr ""
#: src/functions/auth.tsx:130
#: src/functions/auth.tsx:133
msgid "Already logged in"
msgstr ""
#: src/functions/auth.tsx:131
#: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in."
msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n"
"Language: fr\n"
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Plural-Forms: \n"
#: src/components/DashboardItemProxy.tsx:33
msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107
#: src/functions/auth.tsx:110
msgid "Check your input and try again."
msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98
#: src/functions/auth.tsx:101
msgid "Mail delivery successful"
msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server."
msgstr ""
#: src/functions/auth.tsx:53
#: src/functions/auth.tsx:56
msgid "Logout successful"
msgstr ""
#: src/functions/auth.tsx:54
#: src/functions/auth.tsx:57
msgid "See you soon."
msgstr ""
#: src/functions/auth.tsx:99
#: src/functions/auth.tsx:102
msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr ""
#: src/functions/auth.tsx:106
#: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed"
msgstr ""
#: src/functions/auth.tsx:130
#: src/functions/auth.tsx:133
msgid "Already logged in"
msgstr ""
#: src/functions/auth.tsx:131
#: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in."
msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n"
"Language: he\n"
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Plural-Forms: \n"
#: src/components/DashboardItemProxy.tsx:33
msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107
#: src/functions/auth.tsx:110
msgid "Check your input and try again."
msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98
#: src/functions/auth.tsx:101
msgid "Mail delivery successful"
msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server."
msgstr ""
#: src/functions/auth.tsx:53
#: src/functions/auth.tsx:56
msgid "Logout successful"
msgstr ""
#: src/functions/auth.tsx:54
#: src/functions/auth.tsx:57
msgid "See you soon."
msgstr ""
#: src/functions/auth.tsx:99
#: src/functions/auth.tsx:102
msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr ""
#: src/functions/auth.tsx:106
#: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed"
msgstr ""
#: src/functions/auth.tsx:130
#: src/functions/auth.tsx:133
msgid "Already logged in"
msgstr ""
#: src/functions/auth.tsx:131
#: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in."
msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n"
"Language: hi\n"
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Plural-Forms: \n"
#: src/components/DashboardItemProxy.tsx:33
msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107
#: src/functions/auth.tsx:110
msgid "Check your input and try again."
msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98
#: src/functions/auth.tsx:101
msgid "Mail delivery successful"
msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server."
msgstr ""
#: src/functions/auth.tsx:53
#: src/functions/auth.tsx:56
msgid "Logout successful"
msgstr ""
#: src/functions/auth.tsx:54
#: src/functions/auth.tsx:57
msgid "See you soon."
msgstr ""
#: src/functions/auth.tsx:99
#: src/functions/auth.tsx:102
msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr ""
#: src/functions/auth.tsx:106
#: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed"
msgstr ""
#: src/functions/auth.tsx:130
#: src/functions/auth.tsx:133
msgid "Already logged in"
msgstr ""
#: src/functions/auth.tsx:131
#: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in."
msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n"
"Language: hu\n"
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Plural-Forms: \n"
#: src/components/DashboardItemProxy.tsx:33
msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107
#: src/functions/auth.tsx:110
msgid "Check your input and try again."
msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98
#: src/functions/auth.tsx:101
msgid "Mail delivery successful"
msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server."
msgstr ""
#: src/functions/auth.tsx:53
#: src/functions/auth.tsx:56
msgid "Logout successful"
msgstr ""
#: src/functions/auth.tsx:54
#: src/functions/auth.tsx:57
msgid "See you soon."
msgstr ""
#: src/functions/auth.tsx:99
#: src/functions/auth.tsx:102
msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr ""
#: src/functions/auth.tsx:106
#: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed"
msgstr ""
#: src/functions/auth.tsx:130
#: src/functions/auth.tsx:133
msgid "Already logged in"
msgstr ""
#: src/functions/auth.tsx:131
#: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in."
msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n"
"Language: it\n"
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Plural-Forms: \n"
#: src/components/DashboardItemProxy.tsx:33
msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107
#: src/functions/auth.tsx:110
msgid "Check your input and try again."
msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98
#: src/functions/auth.tsx:101
msgid "Mail delivery successful"
msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server."
msgstr ""
#: src/functions/auth.tsx:53
#: src/functions/auth.tsx:56
msgid "Logout successful"
msgstr ""
#: src/functions/auth.tsx:54
#: src/functions/auth.tsx:57
msgid "See you soon."
msgstr ""
#: src/functions/auth.tsx:99
#: src/functions/auth.tsx:102
msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr ""
#: src/functions/auth.tsx:106
#: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed"
msgstr ""
#: src/functions/auth.tsx:130
#: src/functions/auth.tsx:133
msgid "Already logged in"
msgstr ""
#: src/functions/auth.tsx:131
#: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in."
msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n"
"Language: ja\n"
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Plural-Forms: \n"
#: src/components/DashboardItemProxy.tsx:33
msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107
#: src/functions/auth.tsx:110
msgid "Check your input and try again."
msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98
#: src/functions/auth.tsx:101
msgid "Mail delivery successful"
msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server."
msgstr ""
#: src/functions/auth.tsx:53
#: src/functions/auth.tsx:56
msgid "Logout successful"
msgstr ""
#: src/functions/auth.tsx:54
#: src/functions/auth.tsx:57
msgid "See you soon."
msgstr ""
#: src/functions/auth.tsx:99
#: src/functions/auth.tsx:102
msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr ""
#: src/functions/auth.tsx:106
#: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed"
msgstr ""
#: src/functions/auth.tsx:130
#: src/functions/auth.tsx:133
msgid "Already logged in"
msgstr ""
#: src/functions/auth.tsx:131
#: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in."
msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n"
"Language: ko\n"
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Plural-Forms: \n"
#: src/components/DashboardItemProxy.tsx:33
msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107
#: src/functions/auth.tsx:110
msgid "Check your input and try again."
msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98
#: src/functions/auth.tsx:101
msgid "Mail delivery successful"
msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server."
msgstr ""
#: src/functions/auth.tsx:53
#: src/functions/auth.tsx:56
msgid "Logout successful"
msgstr ""
#: src/functions/auth.tsx:54
#: src/functions/auth.tsx:57
msgid "See you soon."
msgstr ""
#: src/functions/auth.tsx:99
#: src/functions/auth.tsx:102
msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr ""
#: src/functions/auth.tsx:106
#: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed"
msgstr ""
#: src/functions/auth.tsx:130
#: src/functions/auth.tsx:133
msgid "Already logged in"
msgstr ""
#: src/functions/auth.tsx:131
#: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in."
msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n"
"Language: nl\n"
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Plural-Forms: \n"
#: src/components/DashboardItemProxy.tsx:33
msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107
#: src/functions/auth.tsx:110
msgid "Check your input and try again."
msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98
#: src/functions/auth.tsx:101
msgid "Mail delivery successful"
msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server."
msgstr ""
#: src/functions/auth.tsx:53
#: src/functions/auth.tsx:56
msgid "Logout successful"
msgstr ""
#: src/functions/auth.tsx:54
#: src/functions/auth.tsx:57
msgid "See you soon."
msgstr ""
#: src/functions/auth.tsx:99
#: src/functions/auth.tsx:102
msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr ""
#: src/functions/auth.tsx:106
#: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed"
msgstr ""
#: src/functions/auth.tsx:130
#: src/functions/auth.tsx:133
msgid "Already logged in"
msgstr ""
#: src/functions/auth.tsx:131
#: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in."
msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n"
"Language: no\n"
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Plural-Forms: \n"
#: src/components/DashboardItemProxy.tsx:33
msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107
#: src/functions/auth.tsx:110
msgid "Check your input and try again."
msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98
#: src/functions/auth.tsx:101
msgid "Mail delivery successful"
msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server."
msgstr ""
#: src/functions/auth.tsx:53
#: src/functions/auth.tsx:56
msgid "Logout successful"
msgstr ""
#: src/functions/auth.tsx:54
#: src/functions/auth.tsx:57
msgid "See you soon."
msgstr ""
#: src/functions/auth.tsx:99
#: src/functions/auth.tsx:102
msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr ""
#: src/functions/auth.tsx:106
#: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed"
msgstr ""
#: src/functions/auth.tsx:130
#: src/functions/auth.tsx:133
msgid "Already logged in"
msgstr ""
#: src/functions/auth.tsx:131
#: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in."
msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n"
"Language: pl\n"
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Plural-Forms: \n"
#: src/components/DashboardItemProxy.tsx:33
msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107
#: src/functions/auth.tsx:110
msgid "Check your input and try again."
msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98
#: src/functions/auth.tsx:101
msgid "Mail delivery successful"
msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server."
msgstr ""
#: src/functions/auth.tsx:53
#: src/functions/auth.tsx:56
msgid "Logout successful"
msgstr ""
#: src/functions/auth.tsx:54
#: src/functions/auth.tsx:57
msgid "See you soon."
msgstr ""
#: src/functions/auth.tsx:99
#: src/functions/auth.tsx:102
msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr ""
#: src/functions/auth.tsx:106
#: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed"
msgstr ""
#: src/functions/auth.tsx:130
#: src/functions/auth.tsx:133
msgid "Already logged in"
msgstr ""
#: src/functions/auth.tsx:131
#: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in."
msgstr ""
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n"
"Language: pseudo-LOCALE\n"
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Plural-Forms: \n"
#: src/components/DashboardItemProxy.tsx:33
msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107
#: src/functions/auth.tsx:110
msgid "Check your input and try again."
msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98
#: src/functions/auth.tsx:101
msgid "Mail delivery successful"
msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server."
msgstr ""
#: src/functions/auth.tsx:53
#: src/functions/auth.tsx:56
msgid "Logout successful"
msgstr ""
#: src/functions/auth.tsx:54
#: src/functions/auth.tsx:57
msgid "See you soon."
msgstr ""
#: src/functions/auth.tsx:99
#: src/functions/auth.tsx:102
msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr ""
#: src/functions/auth.tsx:106
#: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed"
msgstr ""
#: src/functions/auth.tsx:130
#: src/functions/auth.tsx:133
msgid "Already logged in"
msgstr ""
#: src/functions/auth.tsx:131
#: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in."
msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n"
"Language: pt-br\n"
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Plural-Forms: \n"
#: src/components/DashboardItemProxy.tsx:33
msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107
#: src/functions/auth.tsx:110
msgid "Check your input and try again."
msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98
#: src/functions/auth.tsx:101
msgid "Mail delivery successful"
msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server."
msgstr ""
#: src/functions/auth.tsx:53
#: src/functions/auth.tsx:56
msgid "Logout successful"
msgstr ""
#: src/functions/auth.tsx:54
#: src/functions/auth.tsx:57
msgid "See you soon."
msgstr ""
#: src/functions/auth.tsx:99
#: src/functions/auth.tsx:102
msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr ""
#: src/functions/auth.tsx:106
#: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed"
msgstr ""
#: src/functions/auth.tsx:130
#: src/functions/auth.tsx:133
msgid "Already logged in"
msgstr ""
#: src/functions/auth.tsx:131
#: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in."
msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n"
"Language: pt\n"
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Plural-Forms: \n"
#: src/components/DashboardItemProxy.tsx:33
msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107
#: src/functions/auth.tsx:110
msgid "Check your input and try again."
msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98
#: src/functions/auth.tsx:101
msgid "Mail delivery successful"
msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server."
msgstr ""
#: src/functions/auth.tsx:53
#: src/functions/auth.tsx:56
msgid "Logout successful"
msgstr ""
#: src/functions/auth.tsx:54
#: src/functions/auth.tsx:57
msgid "See you soon."
msgstr ""
#: src/functions/auth.tsx:99
#: src/functions/auth.tsx:102
msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr ""
#: src/functions/auth.tsx:106
#: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed"
msgstr ""
#: src/functions/auth.tsx:130
#: src/functions/auth.tsx:133
msgid "Already logged in"
msgstr ""
#: src/functions/auth.tsx:131
#: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in."
msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n"
"Language: ru\n"
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Plural-Forms: \n"
#: src/components/DashboardItemProxy.tsx:33
msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107
#: src/functions/auth.tsx:110
msgid "Check your input and try again."
msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98
#: src/functions/auth.tsx:101
msgid "Mail delivery successful"
msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server."
msgstr ""
#: src/functions/auth.tsx:53
#: src/functions/auth.tsx:56
msgid "Logout successful"
msgstr ""
#: src/functions/auth.tsx:54
#: src/functions/auth.tsx:57
msgid "See you soon."
msgstr ""
#: src/functions/auth.tsx:99
#: src/functions/auth.tsx:102
msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr ""
#: src/functions/auth.tsx:106
#: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed"
msgstr ""
#: src/functions/auth.tsx:130
#: src/functions/auth.tsx:133
msgid "Already logged in"
msgstr ""
#: src/functions/auth.tsx:131
#: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in."
msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n"
"Language: sl\n"
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Plural-Forms: \n"
#: src/components/DashboardItemProxy.tsx:33
msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107
#: src/functions/auth.tsx:110
msgid "Check your input and try again."
msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98
#: src/functions/auth.tsx:101
msgid "Mail delivery successful"
msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server."
msgstr ""
#: src/functions/auth.tsx:53
#: src/functions/auth.tsx:56
msgid "Logout successful"
msgstr ""
#: src/functions/auth.tsx:54
#: src/functions/auth.tsx:57
msgid "See you soon."
msgstr ""
#: src/functions/auth.tsx:99
#: src/functions/auth.tsx:102
msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr ""
#: src/functions/auth.tsx:106
#: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed"
msgstr ""
#: src/functions/auth.tsx:130
#: src/functions/auth.tsx:133
msgid "Already logged in"
msgstr ""
#: src/functions/auth.tsx:131
#: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in."
msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n"
"Language: sv\n"
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Plural-Forms: \n"
#: src/components/DashboardItemProxy.tsx:33
msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107
#: src/functions/auth.tsx:110
msgid "Check your input and try again."
msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98
#: src/functions/auth.tsx:101
msgid "Mail delivery successful"
msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server."
msgstr ""
#: src/functions/auth.tsx:53
#: src/functions/auth.tsx:56
msgid "Logout successful"
msgstr ""
#: src/functions/auth.tsx:54
#: src/functions/auth.tsx:57
msgid "See you soon."
msgstr ""
#: src/functions/auth.tsx:99
#: src/functions/auth.tsx:102
msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr ""
#: src/functions/auth.tsx:106
#: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed"
msgstr ""
#: src/functions/auth.tsx:130
#: src/functions/auth.tsx:133
msgid "Already logged in"
msgstr ""
#: src/functions/auth.tsx:131
#: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in."
msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n"
"Language: th\n"
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Plural-Forms: \n"
#: src/components/DashboardItemProxy.tsx:33
msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107
#: src/functions/auth.tsx:110
msgid "Check your input and try again."
msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98
#: src/functions/auth.tsx:101
msgid "Mail delivery successful"
msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server."
msgstr ""
#: src/functions/auth.tsx:53
#: src/functions/auth.tsx:56
msgid "Logout successful"
msgstr ""
#: src/functions/auth.tsx:54
#: src/functions/auth.tsx:57
msgid "See you soon."
msgstr ""
#: src/functions/auth.tsx:99
#: src/functions/auth.tsx:102
msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr ""
#: src/functions/auth.tsx:106
#: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed"
msgstr ""
#: src/functions/auth.tsx:130
#: src/functions/auth.tsx:133
msgid "Already logged in"
msgstr ""
#: src/functions/auth.tsx:131
#: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in."
msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n"
"Language: tr\n"
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Plural-Forms: \n"
#: src/components/DashboardItemProxy.tsx:33
msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107
#: src/functions/auth.tsx:110
msgid "Check your input and try again."
msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98
#: src/functions/auth.tsx:101
msgid "Mail delivery successful"
msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server."
msgstr ""
#: src/functions/auth.tsx:53
#: src/functions/auth.tsx:56
msgid "Logout successful"
msgstr ""
#: src/functions/auth.tsx:54
#: src/functions/auth.tsx:57
msgid "See you soon."
msgstr ""
#: src/functions/auth.tsx:99
#: src/functions/auth.tsx:102
msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr ""
#: src/functions/auth.tsx:106
#: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed"
msgstr ""
#: src/functions/auth.tsx:130
#: src/functions/auth.tsx:133
msgid "Already logged in"
msgstr ""
#: src/functions/auth.tsx:131
#: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in."
msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n"
"Language: vi\n"
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Plural-Forms: \n"
#: src/components/DashboardItemProxy.tsx:33
msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107
#: src/functions/auth.tsx:110
msgid "Check your input and try again."
msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98
#: src/functions/auth.tsx:101
msgid "Mail delivery successful"
msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server."
msgstr ""
#: src/functions/auth.tsx:53
#: src/functions/auth.tsx:56
msgid "Logout successful"
msgstr ""
#: src/functions/auth.tsx:54
#: src/functions/auth.tsx:57
msgid "See you soon."
msgstr ""
#: src/functions/auth.tsx:99
#: src/functions/auth.tsx:102
msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr ""
#: src/functions/auth.tsx:106
#: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed"
msgstr ""
#: src/functions/auth.tsx:130
#: src/functions/auth.tsx:133
msgid "Already logged in"
msgstr ""
#: src/functions/auth.tsx:131
#: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in."
msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n"
"Language: zh-hans\n"
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Plural-Forms: \n"
#: src/components/DashboardItemProxy.tsx:33
msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107
#: src/functions/auth.tsx:110
msgid "Check your input and try again."
msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98
#: src/functions/auth.tsx:101
msgid "Mail delivery successful"
msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server."
msgstr ""
#: src/functions/auth.tsx:53
#: src/functions/auth.tsx:56
msgid "Logout successful"
msgstr ""
#: src/functions/auth.tsx:54
#: src/functions/auth.tsx:57
msgid "See you soon."
msgstr ""
#: src/functions/auth.tsx:99
#: src/functions/auth.tsx:102
msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr ""
#: src/functions/auth.tsx:106
#: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed"
msgstr ""
#: src/functions/auth.tsx:130
#: src/functions/auth.tsx:133
msgid "Already logged in"
msgstr ""
#: src/functions/auth.tsx:131
#: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in."
msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n"
"Language: zh-hant\n"
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Plural-Forms: \n"
#: src/components/DashboardItemProxy.tsx:33
msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107
#: src/functions/auth.tsx:110
msgid "Check your input and try again."
msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98
#: src/functions/auth.tsx:101
msgid "Mail delivery successful"
msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server."
msgstr ""
#: src/functions/auth.tsx:53
#: src/functions/auth.tsx:56
msgid "Logout successful"
msgstr ""
#: src/functions/auth.tsx:54
#: src/functions/auth.tsx:57
msgid "See you soon."
msgstr ""
#: src/functions/auth.tsx:99
#: src/functions/auth.tsx:102
msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr ""
#: src/functions/auth.tsx:106
#: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed"
msgstr ""
#: src/functions/auth.tsx:130
#: src/functions/auth.tsx:133
msgid "Already logged in"
msgstr ""
#: src/functions/auth.tsx:131
#: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in."
msgstr ""