2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-21 16:56: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 { i18n } from '@lingui/core';
import { Trans } from '@lingui/macro'; import { t } from '@lingui/macro';
import { I18nProvider } from '@lingui/react'; import { I18nProvider } from '@lingui/react';
import { useEffect } from 'react'; import { useEffect } from 'react';
@@ -9,36 +9,36 @@ import { useLocalState } from '../states/LocalState';
// Definitions // Definitions
export type Locales = keyof typeof languages | 'pseudo-LOCALE'; export type Locales = keyof typeof languages | 'pseudo-LOCALE';
export const languages: Record<string, JSX.Element> = { export const languages: Record<string, string> = {
cs: <Trans>Czech</Trans>, cs: t`Czech`,
da: <Trans>Danish</Trans>, da: t`Danish`,
de: <Trans>German</Trans>, de: t`German`,
el: <Trans>Greek</Trans>, el: t`Greek`,
en: <Trans>English</Trans>, en: t`English`,
es: <Trans>Spanish</Trans>, es: t`Spanish`,
'es-mx': <Trans>Spanish (Mexican)</Trans>, 'es-mx': t`Spanish (Mexican)`,
fa: <Trans>Farsi / Persian</Trans>, fa: t`Farsi / Persian`,
fi: <Trans>Finnish</Trans>, fi: t`Finnish`,
fr: <Trans>French</Trans>, fr: t`French`,
he: <Trans>Hebrew</Trans>, he: t`Hebrew`,
hi: <Trans>Hindi</Trans>, hi: t`Hindi`,
hu: <Trans>Hungarian</Trans>, hu: t`Hungarian`,
it: <Trans>Italian</Trans>, it: t`Italian`,
ja: <Trans>Japanese</Trans>, ja: t`Japanese`,
ko: <Trans>Korean</Trans>, ko: t`Korean`,
nl: <Trans>Dutch</Trans>, nl: t`Dutch`,
no: <Trans>Norwegian</Trans>, no: t`Norwegian`,
pl: <Trans>Polish</Trans>, pl: t`Polish`,
pt: <Trans>Portuguese</Trans>, pt: t`Portuguese`,
'pt-br': <Trans>Portuguese (Brazilian)</Trans>, 'pt-br': t`Portuguese (Brazilian)`,
ru: <Trans>Russian</Trans>, ru: t`Russian`,
sl: <Trans>Slovenian</Trans>, sl: t`Slovenian`,
sv: <Trans>Swedish</Trans>, sv: t`Swedish`,
th: <Trans>Thai</Trans>, th: t`Thai`,
tr: <Trans>Turkish</Trans>, tr: t`Turkish`,
vi: <Trans>Vietnamese</Trans>, vi: t`Vietnamese`,
'zh-hans': <Trans>Chinese (Simplified)</Trans>, 'zh-hans': t`Chinese (Simplified)`,
'zh-hant': <Trans>Chinese (Traditional)</Trans> 'zh-hant': t`Chinese (Traditional)`
}; };
export function LanguageContext({ children }: { children: JSX.Element }) { export function LanguageContext({ children }: { children: JSX.Element }) {
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n" "X-Generator: @lingui/cli\n"
"Language: cs\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 #: src/components/DashboardItemProxy.tsx:33
msgid "Title" msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45 #: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73 #: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107 #: src/functions/auth.tsx:110
msgid "Check your input and try again." msgid "Check your input and try again."
msgstr "" msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr "" msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64 #: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98 #: src/functions/auth.tsx:101
msgid "Mail delivery successful" msgid "Mail delivery successful"
msgstr "" msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server." msgid "Error fetching token from server."
msgstr "" msgstr ""
#: src/functions/auth.tsx:53 #: src/functions/auth.tsx:56
msgid "Logout successful" msgid "Logout successful"
msgstr "" msgstr ""
#: src/functions/auth.tsx:54 #: src/functions/auth.tsx:57
msgid "See you soon." msgid "See you soon."
msgstr "" 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." msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr "" msgstr ""
#: src/functions/auth.tsx:106 #: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38 #: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed" msgid "Reset failed"
msgstr "" msgstr ""
#: src/functions/auth.tsx:130 #: src/functions/auth.tsx:133
msgid "Already logged in" msgid "Already logged in"
msgstr "" msgstr ""
#: src/functions/auth.tsx:131 #: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in." msgid "Found an existing login - using it to log you in."
msgstr "" msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n" "X-Generator: @lingui/cli\n"
"Language: da\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 #: src/components/DashboardItemProxy.tsx:33
msgid "Title" msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45 #: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73 #: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107 #: src/functions/auth.tsx:110
msgid "Check your input and try again." msgid "Check your input and try again."
msgstr "" msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr "" msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64 #: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98 #: src/functions/auth.tsx:101
msgid "Mail delivery successful" msgid "Mail delivery successful"
msgstr "" msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server." msgid "Error fetching token from server."
msgstr "" msgstr ""
#: src/functions/auth.tsx:53 #: src/functions/auth.tsx:56
msgid "Logout successful" msgid "Logout successful"
msgstr "" msgstr ""
#: src/functions/auth.tsx:54 #: src/functions/auth.tsx:57
msgid "See you soon." msgid "See you soon."
msgstr "" 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." msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr "" msgstr ""
#: src/functions/auth.tsx:106 #: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38 #: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed" msgid "Reset failed"
msgstr "" msgstr ""
#: src/functions/auth.tsx:130 #: src/functions/auth.tsx:133
msgid "Already logged in" msgid "Already logged in"
msgstr "" msgstr ""
#: src/functions/auth.tsx:131 #: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in." msgid "Found an existing login - using it to log you in."
msgstr "" msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n" "X-Generator: @lingui/cli\n"
"Language: de\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 #: src/components/DashboardItemProxy.tsx:33
msgid "Title" msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45 #: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73 #: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107 #: src/functions/auth.tsx:110
msgid "Check your input and try again." msgid "Check your input and try again."
msgstr "" msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr "" msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64 #: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98 #: src/functions/auth.tsx:101
msgid "Mail delivery successful" msgid "Mail delivery successful"
msgstr "" msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server." msgid "Error fetching token from server."
msgstr "" msgstr ""
#: src/functions/auth.tsx:53 #: src/functions/auth.tsx:56
msgid "Logout successful" msgid "Logout successful"
msgstr "" msgstr ""
#: src/functions/auth.tsx:54 #: src/functions/auth.tsx:57
msgid "See you soon." msgid "See you soon."
msgstr "" 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." msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr "" msgstr ""
#: src/functions/auth.tsx:106 #: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38 #: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed" msgid "Reset failed"
msgstr "" msgstr ""
#: src/functions/auth.tsx:130 #: src/functions/auth.tsx:133
msgid "Already logged in" msgid "Already logged in"
msgstr "" msgstr ""
#: src/functions/auth.tsx:131 #: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in." msgid "Found an existing login - using it to log you in."
msgstr "" msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n" "X-Generator: @lingui/cli\n"
"Language: el\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 #: src/components/DashboardItemProxy.tsx:33
msgid "Title" msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45 #: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73 #: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107 #: src/functions/auth.tsx:110
msgid "Check your input and try again." msgid "Check your input and try again."
msgstr "" msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr "" msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64 #: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98 #: src/functions/auth.tsx:101
msgid "Mail delivery successful" msgid "Mail delivery successful"
msgstr "" msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server." msgid "Error fetching token from server."
msgstr "" msgstr ""
#: src/functions/auth.tsx:53 #: src/functions/auth.tsx:56
msgid "Logout successful" msgid "Logout successful"
msgstr "" msgstr ""
#: src/functions/auth.tsx:54 #: src/functions/auth.tsx:57
msgid "See you soon." msgid "See you soon."
msgstr "" 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." msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr "" msgstr ""
#: src/functions/auth.tsx:106 #: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38 #: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed" msgid "Reset failed"
msgstr "" msgstr ""
#: src/functions/auth.tsx:130 #: src/functions/auth.tsx:133
msgid "Already logged in" msgid "Already logged in"
msgstr "" msgstr ""
#: src/functions/auth.tsx:131 #: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in." msgid "Found an existing login - using it to log you in."
msgstr "" msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n" "X-Generator: @lingui/cli\n"
"Language: en\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 #: src/components/DashboardItemProxy.tsx:33
msgid "Title" msgid "Title"
@@ -39,7 +45,7 @@ msgstr "Login failed"
#: src/components/forms/AuthenticationForm.tsx:45 #: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73 #: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107 #: src/functions/auth.tsx:110
msgid "Check your input and try again." msgid "Check your input and try again."
msgstr "Check your input and try again." msgstr "Check your input and try again."
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr "Welcome back!" msgstr "Welcome back!"
#: src/components/forms/AuthenticationForm.tsx:64 #: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98 #: src/functions/auth.tsx:101
msgid "Mail delivery successful" msgid "Mail delivery successful"
msgstr "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." msgid "Error fetching token from server."
msgstr "Error fetching token from server." msgstr "Error fetching token from server."
#: src/functions/auth.tsx:53 #: src/functions/auth.tsx:56
msgid "Logout successful" msgid "Logout successful"
msgstr "Logout successful" msgstr "Logout successful"
#: src/functions/auth.tsx:54 #: src/functions/auth.tsx:57
msgid "See you soon." msgid "See you soon."
msgstr "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." 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." 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 #: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed" msgid "Reset failed"
msgstr "Reset failed" msgstr "Reset failed"
#: src/functions/auth.tsx:130 #: src/functions/auth.tsx:133
msgid "Already logged in" msgid "Already logged in"
msgstr "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." msgid "Found an existing login - using it to log you in."
msgstr "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" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n" "X-Generator: @lingui/cli\n"
"Language: es-mx\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 #: src/components/DashboardItemProxy.tsx:33
msgid "Title" msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45 #: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73 #: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107 #: src/functions/auth.tsx:110
msgid "Check your input and try again." msgid "Check your input and try again."
msgstr "" msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr "" msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64 #: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98 #: src/functions/auth.tsx:101
msgid "Mail delivery successful" msgid "Mail delivery successful"
msgstr "" msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server." msgid "Error fetching token from server."
msgstr "" msgstr ""
#: src/functions/auth.tsx:53 #: src/functions/auth.tsx:56
msgid "Logout successful" msgid "Logout successful"
msgstr "" msgstr ""
#: src/functions/auth.tsx:54 #: src/functions/auth.tsx:57
msgid "See you soon." msgid "See you soon."
msgstr "" 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." msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr "" msgstr ""
#: src/functions/auth.tsx:106 #: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38 #: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed" msgid "Reset failed"
msgstr "" msgstr ""
#: src/functions/auth.tsx:130 #: src/functions/auth.tsx:133
msgid "Already logged in" msgid "Already logged in"
msgstr "" msgstr ""
#: src/functions/auth.tsx:131 #: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in." msgid "Found an existing login - using it to log you in."
msgstr "" msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n" "X-Generator: @lingui/cli\n"
"Language: es\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 #: src/components/DashboardItemProxy.tsx:33
msgid "Title" msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45 #: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73 #: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107 #: src/functions/auth.tsx:110
msgid "Check your input and try again." msgid "Check your input and try again."
msgstr "" msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr "" msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64 #: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98 #: src/functions/auth.tsx:101
msgid "Mail delivery successful" msgid "Mail delivery successful"
msgstr "" msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server." msgid "Error fetching token from server."
msgstr "" msgstr ""
#: src/functions/auth.tsx:53 #: src/functions/auth.tsx:56
msgid "Logout successful" msgid "Logout successful"
msgstr "" msgstr ""
#: src/functions/auth.tsx:54 #: src/functions/auth.tsx:57
msgid "See you soon." msgid "See you soon."
msgstr "" 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." msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr "" msgstr ""
#: src/functions/auth.tsx:106 #: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38 #: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed" msgid "Reset failed"
msgstr "" msgstr ""
#: src/functions/auth.tsx:130 #: src/functions/auth.tsx:133
msgid "Already logged in" msgid "Already logged in"
msgstr "" msgstr ""
#: src/functions/auth.tsx:131 #: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in." msgid "Found an existing login - using it to log you in."
msgstr "" msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n" "X-Generator: @lingui/cli\n"
"Language: fa\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 #: src/components/DashboardItemProxy.tsx:33
msgid "Title" msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45 #: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73 #: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107 #: src/functions/auth.tsx:110
msgid "Check your input and try again." msgid "Check your input and try again."
msgstr "" msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr "" msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64 #: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98 #: src/functions/auth.tsx:101
msgid "Mail delivery successful" msgid "Mail delivery successful"
msgstr "" msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server." msgid "Error fetching token from server."
msgstr "" msgstr ""
#: src/functions/auth.tsx:53 #: src/functions/auth.tsx:56
msgid "Logout successful" msgid "Logout successful"
msgstr "" msgstr ""
#: src/functions/auth.tsx:54 #: src/functions/auth.tsx:57
msgid "See you soon." msgid "See you soon."
msgstr "" 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." msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr "" msgstr ""
#: src/functions/auth.tsx:106 #: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38 #: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed" msgid "Reset failed"
msgstr "" msgstr ""
#: src/functions/auth.tsx:130 #: src/functions/auth.tsx:133
msgid "Already logged in" msgid "Already logged in"
msgstr "" msgstr ""
#: src/functions/auth.tsx:131 #: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in." msgid "Found an existing login - using it to log you in."
msgstr "" msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n" "X-Generator: @lingui/cli\n"
"Language: fi\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 #: src/components/DashboardItemProxy.tsx:33
msgid "Title" msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45 #: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73 #: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107 #: src/functions/auth.tsx:110
msgid "Check your input and try again." msgid "Check your input and try again."
msgstr "" msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr "" msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64 #: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98 #: src/functions/auth.tsx:101
msgid "Mail delivery successful" msgid "Mail delivery successful"
msgstr "" msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server." msgid "Error fetching token from server."
msgstr "" msgstr ""
#: src/functions/auth.tsx:53 #: src/functions/auth.tsx:56
msgid "Logout successful" msgid "Logout successful"
msgstr "" msgstr ""
#: src/functions/auth.tsx:54 #: src/functions/auth.tsx:57
msgid "See you soon." msgid "See you soon."
msgstr "" 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." msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr "" msgstr ""
#: src/functions/auth.tsx:106 #: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38 #: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed" msgid "Reset failed"
msgstr "" msgstr ""
#: src/functions/auth.tsx:130 #: src/functions/auth.tsx:133
msgid "Already logged in" msgid "Already logged in"
msgstr "" msgstr ""
#: src/functions/auth.tsx:131 #: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in." msgid "Found an existing login - using it to log you in."
msgstr "" msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n" "X-Generator: @lingui/cli\n"
"Language: fr\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 #: src/components/DashboardItemProxy.tsx:33
msgid "Title" msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45 #: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73 #: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107 #: src/functions/auth.tsx:110
msgid "Check your input and try again." msgid "Check your input and try again."
msgstr "" msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr "" msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64 #: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98 #: src/functions/auth.tsx:101
msgid "Mail delivery successful" msgid "Mail delivery successful"
msgstr "" msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server." msgid "Error fetching token from server."
msgstr "" msgstr ""
#: src/functions/auth.tsx:53 #: src/functions/auth.tsx:56
msgid "Logout successful" msgid "Logout successful"
msgstr "" msgstr ""
#: src/functions/auth.tsx:54 #: src/functions/auth.tsx:57
msgid "See you soon." msgid "See you soon."
msgstr "" 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." msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr "" msgstr ""
#: src/functions/auth.tsx:106 #: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38 #: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed" msgid "Reset failed"
msgstr "" msgstr ""
#: src/functions/auth.tsx:130 #: src/functions/auth.tsx:133
msgid "Already logged in" msgid "Already logged in"
msgstr "" msgstr ""
#: src/functions/auth.tsx:131 #: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in." msgid "Found an existing login - using it to log you in."
msgstr "" msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n" "X-Generator: @lingui/cli\n"
"Language: he\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 #: src/components/DashboardItemProxy.tsx:33
msgid "Title" msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45 #: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73 #: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107 #: src/functions/auth.tsx:110
msgid "Check your input and try again." msgid "Check your input and try again."
msgstr "" msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr "" msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64 #: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98 #: src/functions/auth.tsx:101
msgid "Mail delivery successful" msgid "Mail delivery successful"
msgstr "" msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server." msgid "Error fetching token from server."
msgstr "" msgstr ""
#: src/functions/auth.tsx:53 #: src/functions/auth.tsx:56
msgid "Logout successful" msgid "Logout successful"
msgstr "" msgstr ""
#: src/functions/auth.tsx:54 #: src/functions/auth.tsx:57
msgid "See you soon." msgid "See you soon."
msgstr "" 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." msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr "" msgstr ""
#: src/functions/auth.tsx:106 #: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38 #: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed" msgid "Reset failed"
msgstr "" msgstr ""
#: src/functions/auth.tsx:130 #: src/functions/auth.tsx:133
msgid "Already logged in" msgid "Already logged in"
msgstr "" msgstr ""
#: src/functions/auth.tsx:131 #: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in." msgid "Found an existing login - using it to log you in."
msgstr "" msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n" "X-Generator: @lingui/cli\n"
"Language: hi\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 #: src/components/DashboardItemProxy.tsx:33
msgid "Title" msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45 #: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73 #: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107 #: src/functions/auth.tsx:110
msgid "Check your input and try again." msgid "Check your input and try again."
msgstr "" msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr "" msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64 #: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98 #: src/functions/auth.tsx:101
msgid "Mail delivery successful" msgid "Mail delivery successful"
msgstr "" msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server." msgid "Error fetching token from server."
msgstr "" msgstr ""
#: src/functions/auth.tsx:53 #: src/functions/auth.tsx:56
msgid "Logout successful" msgid "Logout successful"
msgstr "" msgstr ""
#: src/functions/auth.tsx:54 #: src/functions/auth.tsx:57
msgid "See you soon." msgid "See you soon."
msgstr "" 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." msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr "" msgstr ""
#: src/functions/auth.tsx:106 #: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38 #: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed" msgid "Reset failed"
msgstr "" msgstr ""
#: src/functions/auth.tsx:130 #: src/functions/auth.tsx:133
msgid "Already logged in" msgid "Already logged in"
msgstr "" msgstr ""
#: src/functions/auth.tsx:131 #: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in." msgid "Found an existing login - using it to log you in."
msgstr "" msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n" "X-Generator: @lingui/cli\n"
"Language: hu\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 #: src/components/DashboardItemProxy.tsx:33
msgid "Title" msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45 #: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73 #: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107 #: src/functions/auth.tsx:110
msgid "Check your input and try again." msgid "Check your input and try again."
msgstr "" msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr "" msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64 #: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98 #: src/functions/auth.tsx:101
msgid "Mail delivery successful" msgid "Mail delivery successful"
msgstr "" msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server." msgid "Error fetching token from server."
msgstr "" msgstr ""
#: src/functions/auth.tsx:53 #: src/functions/auth.tsx:56
msgid "Logout successful" msgid "Logout successful"
msgstr "" msgstr ""
#: src/functions/auth.tsx:54 #: src/functions/auth.tsx:57
msgid "See you soon." msgid "See you soon."
msgstr "" 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." msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr "" msgstr ""
#: src/functions/auth.tsx:106 #: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38 #: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed" msgid "Reset failed"
msgstr "" msgstr ""
#: src/functions/auth.tsx:130 #: src/functions/auth.tsx:133
msgid "Already logged in" msgid "Already logged in"
msgstr "" msgstr ""
#: src/functions/auth.tsx:131 #: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in." msgid "Found an existing login - using it to log you in."
msgstr "" msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n" "X-Generator: @lingui/cli\n"
"Language: it\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 #: src/components/DashboardItemProxy.tsx:33
msgid "Title" msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45 #: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73 #: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107 #: src/functions/auth.tsx:110
msgid "Check your input and try again." msgid "Check your input and try again."
msgstr "" msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr "" msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64 #: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98 #: src/functions/auth.tsx:101
msgid "Mail delivery successful" msgid "Mail delivery successful"
msgstr "" msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server." msgid "Error fetching token from server."
msgstr "" msgstr ""
#: src/functions/auth.tsx:53 #: src/functions/auth.tsx:56
msgid "Logout successful" msgid "Logout successful"
msgstr "" msgstr ""
#: src/functions/auth.tsx:54 #: src/functions/auth.tsx:57
msgid "See you soon." msgid "See you soon."
msgstr "" 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." msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr "" msgstr ""
#: src/functions/auth.tsx:106 #: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38 #: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed" msgid "Reset failed"
msgstr "" msgstr ""
#: src/functions/auth.tsx:130 #: src/functions/auth.tsx:133
msgid "Already logged in" msgid "Already logged in"
msgstr "" msgstr ""
#: src/functions/auth.tsx:131 #: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in." msgid "Found an existing login - using it to log you in."
msgstr "" msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n" "X-Generator: @lingui/cli\n"
"Language: ja\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 #: src/components/DashboardItemProxy.tsx:33
msgid "Title" msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45 #: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73 #: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107 #: src/functions/auth.tsx:110
msgid "Check your input and try again." msgid "Check your input and try again."
msgstr "" msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr "" msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64 #: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98 #: src/functions/auth.tsx:101
msgid "Mail delivery successful" msgid "Mail delivery successful"
msgstr "" msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server." msgid "Error fetching token from server."
msgstr "" msgstr ""
#: src/functions/auth.tsx:53 #: src/functions/auth.tsx:56
msgid "Logout successful" msgid "Logout successful"
msgstr "" msgstr ""
#: src/functions/auth.tsx:54 #: src/functions/auth.tsx:57
msgid "See you soon." msgid "See you soon."
msgstr "" 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." msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr "" msgstr ""
#: src/functions/auth.tsx:106 #: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38 #: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed" msgid "Reset failed"
msgstr "" msgstr ""
#: src/functions/auth.tsx:130 #: src/functions/auth.tsx:133
msgid "Already logged in" msgid "Already logged in"
msgstr "" msgstr ""
#: src/functions/auth.tsx:131 #: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in." msgid "Found an existing login - using it to log you in."
msgstr "" msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n" "X-Generator: @lingui/cli\n"
"Language: ko\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 #: src/components/DashboardItemProxy.tsx:33
msgid "Title" msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45 #: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73 #: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107 #: src/functions/auth.tsx:110
msgid "Check your input and try again." msgid "Check your input and try again."
msgstr "" msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr "" msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64 #: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98 #: src/functions/auth.tsx:101
msgid "Mail delivery successful" msgid "Mail delivery successful"
msgstr "" msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server." msgid "Error fetching token from server."
msgstr "" msgstr ""
#: src/functions/auth.tsx:53 #: src/functions/auth.tsx:56
msgid "Logout successful" msgid "Logout successful"
msgstr "" msgstr ""
#: src/functions/auth.tsx:54 #: src/functions/auth.tsx:57
msgid "See you soon." msgid "See you soon."
msgstr "" 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." msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr "" msgstr ""
#: src/functions/auth.tsx:106 #: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38 #: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed" msgid "Reset failed"
msgstr "" msgstr ""
#: src/functions/auth.tsx:130 #: src/functions/auth.tsx:133
msgid "Already logged in" msgid "Already logged in"
msgstr "" msgstr ""
#: src/functions/auth.tsx:131 #: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in." msgid "Found an existing login - using it to log you in."
msgstr "" msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n" "X-Generator: @lingui/cli\n"
"Language: nl\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 #: src/components/DashboardItemProxy.tsx:33
msgid "Title" msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45 #: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73 #: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107 #: src/functions/auth.tsx:110
msgid "Check your input and try again." msgid "Check your input and try again."
msgstr "" msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr "" msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64 #: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98 #: src/functions/auth.tsx:101
msgid "Mail delivery successful" msgid "Mail delivery successful"
msgstr "" msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server." msgid "Error fetching token from server."
msgstr "" msgstr ""
#: src/functions/auth.tsx:53 #: src/functions/auth.tsx:56
msgid "Logout successful" msgid "Logout successful"
msgstr "" msgstr ""
#: src/functions/auth.tsx:54 #: src/functions/auth.tsx:57
msgid "See you soon." msgid "See you soon."
msgstr "" 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." msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr "" msgstr ""
#: src/functions/auth.tsx:106 #: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38 #: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed" msgid "Reset failed"
msgstr "" msgstr ""
#: src/functions/auth.tsx:130 #: src/functions/auth.tsx:133
msgid "Already logged in" msgid "Already logged in"
msgstr "" msgstr ""
#: src/functions/auth.tsx:131 #: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in." msgid "Found an existing login - using it to log you in."
msgstr "" msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n" "X-Generator: @lingui/cli\n"
"Language: no\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 #: src/components/DashboardItemProxy.tsx:33
msgid "Title" msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45 #: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73 #: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107 #: src/functions/auth.tsx:110
msgid "Check your input and try again." msgid "Check your input and try again."
msgstr "" msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr "" msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64 #: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98 #: src/functions/auth.tsx:101
msgid "Mail delivery successful" msgid "Mail delivery successful"
msgstr "" msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server." msgid "Error fetching token from server."
msgstr "" msgstr ""
#: src/functions/auth.tsx:53 #: src/functions/auth.tsx:56
msgid "Logout successful" msgid "Logout successful"
msgstr "" msgstr ""
#: src/functions/auth.tsx:54 #: src/functions/auth.tsx:57
msgid "See you soon." msgid "See you soon."
msgstr "" 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." msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr "" msgstr ""
#: src/functions/auth.tsx:106 #: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38 #: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed" msgid "Reset failed"
msgstr "" msgstr ""
#: src/functions/auth.tsx:130 #: src/functions/auth.tsx:133
msgid "Already logged in" msgid "Already logged in"
msgstr "" msgstr ""
#: src/functions/auth.tsx:131 #: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in." msgid "Found an existing login - using it to log you in."
msgstr "" msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n" "X-Generator: @lingui/cli\n"
"Language: pl\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 #: src/components/DashboardItemProxy.tsx:33
msgid "Title" msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45 #: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73 #: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107 #: src/functions/auth.tsx:110
msgid "Check your input and try again." msgid "Check your input and try again."
msgstr "" msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr "" msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64 #: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98 #: src/functions/auth.tsx:101
msgid "Mail delivery successful" msgid "Mail delivery successful"
msgstr "" msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server." msgid "Error fetching token from server."
msgstr "" msgstr ""
#: src/functions/auth.tsx:53 #: src/functions/auth.tsx:56
msgid "Logout successful" msgid "Logout successful"
msgstr "" msgstr ""
#: src/functions/auth.tsx:54 #: src/functions/auth.tsx:57
msgid "See you soon." msgid "See you soon."
msgstr "" 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." msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr "" msgstr ""
#: src/functions/auth.tsx:106 #: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38 #: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed" msgid "Reset failed"
msgstr "" msgstr ""
#: src/functions/auth.tsx:130 #: src/functions/auth.tsx:133
msgid "Already logged in" msgid "Already logged in"
msgstr "" msgstr ""
#: src/functions/auth.tsx:131 #: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in." msgid "Found an existing login - using it to log you in."
msgstr "" msgstr ""
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n" "X-Generator: @lingui/cli\n"
"Language: pseudo-LOCALE\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 #: src/components/DashboardItemProxy.tsx:33
msgid "Title" msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45 #: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73 #: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107 #: src/functions/auth.tsx:110
msgid "Check your input and try again." msgid "Check your input and try again."
msgstr "" msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr "" msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64 #: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98 #: src/functions/auth.tsx:101
msgid "Mail delivery successful" msgid "Mail delivery successful"
msgstr "" msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server." msgid "Error fetching token from server."
msgstr "" msgstr ""
#: src/functions/auth.tsx:53 #: src/functions/auth.tsx:56
msgid "Logout successful" msgid "Logout successful"
msgstr "" msgstr ""
#: src/functions/auth.tsx:54 #: src/functions/auth.tsx:57
msgid "See you soon." msgid "See you soon."
msgstr "" 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." msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr "" msgstr ""
#: src/functions/auth.tsx:106 #: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38 #: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed" msgid "Reset failed"
msgstr "" msgstr ""
#: src/functions/auth.tsx:130 #: src/functions/auth.tsx:133
msgid "Already logged in" msgid "Already logged in"
msgstr "" msgstr ""
#: src/functions/auth.tsx:131 #: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in." msgid "Found an existing login - using it to log you in."
msgstr "" msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n" "X-Generator: @lingui/cli\n"
"Language: pt-br\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 #: src/components/DashboardItemProxy.tsx:33
msgid "Title" msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45 #: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73 #: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107 #: src/functions/auth.tsx:110
msgid "Check your input and try again." msgid "Check your input and try again."
msgstr "" msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr "" msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64 #: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98 #: src/functions/auth.tsx:101
msgid "Mail delivery successful" msgid "Mail delivery successful"
msgstr "" msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server." msgid "Error fetching token from server."
msgstr "" msgstr ""
#: src/functions/auth.tsx:53 #: src/functions/auth.tsx:56
msgid "Logout successful" msgid "Logout successful"
msgstr "" msgstr ""
#: src/functions/auth.tsx:54 #: src/functions/auth.tsx:57
msgid "See you soon." msgid "See you soon."
msgstr "" 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." msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr "" msgstr ""
#: src/functions/auth.tsx:106 #: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38 #: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed" msgid "Reset failed"
msgstr "" msgstr ""
#: src/functions/auth.tsx:130 #: src/functions/auth.tsx:133
msgid "Already logged in" msgid "Already logged in"
msgstr "" msgstr ""
#: src/functions/auth.tsx:131 #: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in." msgid "Found an existing login - using it to log you in."
msgstr "" msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n" "X-Generator: @lingui/cli\n"
"Language: pt\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 #: src/components/DashboardItemProxy.tsx:33
msgid "Title" msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45 #: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73 #: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107 #: src/functions/auth.tsx:110
msgid "Check your input and try again." msgid "Check your input and try again."
msgstr "" msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr "" msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64 #: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98 #: src/functions/auth.tsx:101
msgid "Mail delivery successful" msgid "Mail delivery successful"
msgstr "" msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server." msgid "Error fetching token from server."
msgstr "" msgstr ""
#: src/functions/auth.tsx:53 #: src/functions/auth.tsx:56
msgid "Logout successful" msgid "Logout successful"
msgstr "" msgstr ""
#: src/functions/auth.tsx:54 #: src/functions/auth.tsx:57
msgid "See you soon." msgid "See you soon."
msgstr "" 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." msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr "" msgstr ""
#: src/functions/auth.tsx:106 #: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38 #: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed" msgid "Reset failed"
msgstr "" msgstr ""
#: src/functions/auth.tsx:130 #: src/functions/auth.tsx:133
msgid "Already logged in" msgid "Already logged in"
msgstr "" msgstr ""
#: src/functions/auth.tsx:131 #: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in." msgid "Found an existing login - using it to log you in."
msgstr "" msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n" "X-Generator: @lingui/cli\n"
"Language: ru\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 #: src/components/DashboardItemProxy.tsx:33
msgid "Title" msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45 #: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73 #: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107 #: src/functions/auth.tsx:110
msgid "Check your input and try again." msgid "Check your input and try again."
msgstr "" msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr "" msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64 #: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98 #: src/functions/auth.tsx:101
msgid "Mail delivery successful" msgid "Mail delivery successful"
msgstr "" msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server." msgid "Error fetching token from server."
msgstr "" msgstr ""
#: src/functions/auth.tsx:53 #: src/functions/auth.tsx:56
msgid "Logout successful" msgid "Logout successful"
msgstr "" msgstr ""
#: src/functions/auth.tsx:54 #: src/functions/auth.tsx:57
msgid "See you soon." msgid "See you soon."
msgstr "" 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." msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr "" msgstr ""
#: src/functions/auth.tsx:106 #: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38 #: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed" msgid "Reset failed"
msgstr "" msgstr ""
#: src/functions/auth.tsx:130 #: src/functions/auth.tsx:133
msgid "Already logged in" msgid "Already logged in"
msgstr "" msgstr ""
#: src/functions/auth.tsx:131 #: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in." msgid "Found an existing login - using it to log you in."
msgstr "" msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n" "X-Generator: @lingui/cli\n"
"Language: sl\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 #: src/components/DashboardItemProxy.tsx:33
msgid "Title" msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45 #: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73 #: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107 #: src/functions/auth.tsx:110
msgid "Check your input and try again." msgid "Check your input and try again."
msgstr "" msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr "" msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64 #: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98 #: src/functions/auth.tsx:101
msgid "Mail delivery successful" msgid "Mail delivery successful"
msgstr "" msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server." msgid "Error fetching token from server."
msgstr "" msgstr ""
#: src/functions/auth.tsx:53 #: src/functions/auth.tsx:56
msgid "Logout successful" msgid "Logout successful"
msgstr "" msgstr ""
#: src/functions/auth.tsx:54 #: src/functions/auth.tsx:57
msgid "See you soon." msgid "See you soon."
msgstr "" 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." msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr "" msgstr ""
#: src/functions/auth.tsx:106 #: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38 #: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed" msgid "Reset failed"
msgstr "" msgstr ""
#: src/functions/auth.tsx:130 #: src/functions/auth.tsx:133
msgid "Already logged in" msgid "Already logged in"
msgstr "" msgstr ""
#: src/functions/auth.tsx:131 #: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in." msgid "Found an existing login - using it to log you in."
msgstr "" msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n" "X-Generator: @lingui/cli\n"
"Language: sv\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 #: src/components/DashboardItemProxy.tsx:33
msgid "Title" msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45 #: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73 #: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107 #: src/functions/auth.tsx:110
msgid "Check your input and try again." msgid "Check your input and try again."
msgstr "" msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr "" msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64 #: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98 #: src/functions/auth.tsx:101
msgid "Mail delivery successful" msgid "Mail delivery successful"
msgstr "" msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server." msgid "Error fetching token from server."
msgstr "" msgstr ""
#: src/functions/auth.tsx:53 #: src/functions/auth.tsx:56
msgid "Logout successful" msgid "Logout successful"
msgstr "" msgstr ""
#: src/functions/auth.tsx:54 #: src/functions/auth.tsx:57
msgid "See you soon." msgid "See you soon."
msgstr "" 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." msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr "" msgstr ""
#: src/functions/auth.tsx:106 #: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38 #: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed" msgid "Reset failed"
msgstr "" msgstr ""
#: src/functions/auth.tsx:130 #: src/functions/auth.tsx:133
msgid "Already logged in" msgid "Already logged in"
msgstr "" msgstr ""
#: src/functions/auth.tsx:131 #: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in." msgid "Found an existing login - using it to log you in."
msgstr "" msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n" "X-Generator: @lingui/cli\n"
"Language: th\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 #: src/components/DashboardItemProxy.tsx:33
msgid "Title" msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45 #: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73 #: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107 #: src/functions/auth.tsx:110
msgid "Check your input and try again." msgid "Check your input and try again."
msgstr "" msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr "" msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64 #: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98 #: src/functions/auth.tsx:101
msgid "Mail delivery successful" msgid "Mail delivery successful"
msgstr "" msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server." msgid "Error fetching token from server."
msgstr "" msgstr ""
#: src/functions/auth.tsx:53 #: src/functions/auth.tsx:56
msgid "Logout successful" msgid "Logout successful"
msgstr "" msgstr ""
#: src/functions/auth.tsx:54 #: src/functions/auth.tsx:57
msgid "See you soon." msgid "See you soon."
msgstr "" 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." msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr "" msgstr ""
#: src/functions/auth.tsx:106 #: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38 #: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed" msgid "Reset failed"
msgstr "" msgstr ""
#: src/functions/auth.tsx:130 #: src/functions/auth.tsx:133
msgid "Already logged in" msgid "Already logged in"
msgstr "" msgstr ""
#: src/functions/auth.tsx:131 #: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in." msgid "Found an existing login - using it to log you in."
msgstr "" msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n" "X-Generator: @lingui/cli\n"
"Language: tr\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 #: src/components/DashboardItemProxy.tsx:33
msgid "Title" msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45 #: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73 #: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107 #: src/functions/auth.tsx:110
msgid "Check your input and try again." msgid "Check your input and try again."
msgstr "" msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr "" msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64 #: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98 #: src/functions/auth.tsx:101
msgid "Mail delivery successful" msgid "Mail delivery successful"
msgstr "" msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server." msgid "Error fetching token from server."
msgstr "" msgstr ""
#: src/functions/auth.tsx:53 #: src/functions/auth.tsx:56
msgid "Logout successful" msgid "Logout successful"
msgstr "" msgstr ""
#: src/functions/auth.tsx:54 #: src/functions/auth.tsx:57
msgid "See you soon." msgid "See you soon."
msgstr "" 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." msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr "" msgstr ""
#: src/functions/auth.tsx:106 #: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38 #: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed" msgid "Reset failed"
msgstr "" msgstr ""
#: src/functions/auth.tsx:130 #: src/functions/auth.tsx:133
msgid "Already logged in" msgid "Already logged in"
msgstr "" msgstr ""
#: src/functions/auth.tsx:131 #: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in." msgid "Found an existing login - using it to log you in."
msgstr "" msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n" "X-Generator: @lingui/cli\n"
"Language: vi\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 #: src/components/DashboardItemProxy.tsx:33
msgid "Title" msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45 #: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73 #: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107 #: src/functions/auth.tsx:110
msgid "Check your input and try again." msgid "Check your input and try again."
msgstr "" msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr "" msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64 #: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98 #: src/functions/auth.tsx:101
msgid "Mail delivery successful" msgid "Mail delivery successful"
msgstr "" msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server." msgid "Error fetching token from server."
msgstr "" msgstr ""
#: src/functions/auth.tsx:53 #: src/functions/auth.tsx:56
msgid "Logout successful" msgid "Logout successful"
msgstr "" msgstr ""
#: src/functions/auth.tsx:54 #: src/functions/auth.tsx:57
msgid "See you soon." msgid "See you soon."
msgstr "" 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." msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr "" msgstr ""
#: src/functions/auth.tsx:106 #: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38 #: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed" msgid "Reset failed"
msgstr "" msgstr ""
#: src/functions/auth.tsx:130 #: src/functions/auth.tsx:133
msgid "Already logged in" msgid "Already logged in"
msgstr "" msgstr ""
#: src/functions/auth.tsx:131 #: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in." msgid "Found an existing login - using it to log you in."
msgstr "" msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n" "X-Generator: @lingui/cli\n"
"Language: zh-hans\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 #: src/components/DashboardItemProxy.tsx:33
msgid "Title" msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45 #: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73 #: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107 #: src/functions/auth.tsx:110
msgid "Check your input and try again." msgid "Check your input and try again."
msgstr "" msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr "" msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64 #: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98 #: src/functions/auth.tsx:101
msgid "Mail delivery successful" msgid "Mail delivery successful"
msgstr "" msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server." msgid "Error fetching token from server."
msgstr "" msgstr ""
#: src/functions/auth.tsx:53 #: src/functions/auth.tsx:56
msgid "Logout successful" msgid "Logout successful"
msgstr "" msgstr ""
#: src/functions/auth.tsx:54 #: src/functions/auth.tsx:57
msgid "See you soon." msgid "See you soon."
msgstr "" 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." msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr "" msgstr ""
#: src/functions/auth.tsx:106 #: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38 #: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed" msgid "Reset failed"
msgstr "" msgstr ""
#: src/functions/auth.tsx:130 #: src/functions/auth.tsx:133
msgid "Already logged in" msgid "Already logged in"
msgstr "" msgstr ""
#: src/functions/auth.tsx:131 #: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in." msgid "Found an existing login - using it to log you in."
msgstr "" msgstr ""
+14 -8
View File
@@ -6,6 +6,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n" "X-Generator: @lingui/cli\n"
"Language: zh-hant\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 #: src/components/DashboardItemProxy.tsx:33
msgid "Title" msgid "Title"
@@ -39,7 +45,7 @@ msgstr ""
#: src/components/forms/AuthenticationForm.tsx:45 #: src/components/forms/AuthenticationForm.tsx:45
#: src/components/forms/AuthenticationForm.tsx:73 #: src/components/forms/AuthenticationForm.tsx:73
#: src/functions/auth.tsx:107 #: src/functions/auth.tsx:110
msgid "Check your input and try again." msgid "Check your input and try again."
msgstr "" msgstr ""
@@ -52,7 +58,7 @@ msgid "Welcome back!"
msgstr "" msgstr ""
#: src/components/forms/AuthenticationForm.tsx:64 #: src/components/forms/AuthenticationForm.tsx:64
#: src/functions/auth.tsx:98 #: src/functions/auth.tsx:101
msgid "Mail delivery successful" msgid "Mail delivery successful"
msgstr "" msgstr ""
@@ -1607,28 +1613,28 @@ msgstr ""
msgid "Error fetching token from server." msgid "Error fetching token from server."
msgstr "" msgstr ""
#: src/functions/auth.tsx:53 #: src/functions/auth.tsx:56
msgid "Logout successful" msgid "Logout successful"
msgstr "" msgstr ""
#: src/functions/auth.tsx:54 #: src/functions/auth.tsx:57
msgid "See you soon." msgid "See you soon."
msgstr "" 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." msgid "Check your inbox for a reset link. This only works if you have an account. Check in spam too."
msgstr "" msgstr ""
#: src/functions/auth.tsx:106 #: src/functions/auth.tsx:109
#: src/pages/Auth/Set-Password.tsx:38 #: src/pages/Auth/Set-Password.tsx:38
msgid "Reset failed" msgid "Reset failed"
msgstr "" msgstr ""
#: src/functions/auth.tsx:130 #: src/functions/auth.tsx:133
msgid "Already logged in" msgid "Already logged in"
msgstr "" msgstr ""
#: src/functions/auth.tsx:131 #: src/functions/auth.tsx:134
msgid "Found an existing login - using it to log you in." msgid "Found an existing login - using it to log you in."
msgstr "" msgstr ""