diff --git a/src/frontend/src/contexts/LanguageContext.tsx b/src/frontend/src/contexts/LanguageContext.tsx index 9c688e55b9..a08e88d570 100644 --- a/src/frontend/src/contexts/LanguageContext.tsx +++ b/src/frontend/src/contexts/LanguageContext.tsx @@ -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 = { - cs: Czech, - da: Danish, - de: German, - el: Greek, - en: English, - es: Spanish, - 'es-mx': Spanish (Mexican), - fa: Farsi / Persian, - fi: Finnish, - fr: French, - he: Hebrew, - hi: Hindi, - hu: Hungarian, - it: Italian, - ja: Japanese, - ko: Korean, - nl: Dutch, - no: Norwegian, - pl: Polish, - pt: Portuguese, - 'pt-br': Portuguese (Brazilian), - ru: Russian, - sl: Slovenian, - sv: Swedish, - th: Thai, - tr: Turkish, - vi: Vietnamese, - 'zh-hans': Chinese (Simplified), - 'zh-hant': Chinese (Traditional) +export const languages: Record = { + 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 }) { diff --git a/src/frontend/src/locales/cs/messages.po b/src/frontend/src/locales/cs/messages.po index fe3c0bd33e..13c19ef0aa 100644 --- a/src/frontend/src/locales/cs/messages.po +++ b/src/frontend/src/locales/cs/messages.po @@ -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 "" diff --git a/src/frontend/src/locales/da/messages.po b/src/frontend/src/locales/da/messages.po index 7a22fa4a24..c3a369c3ff 100644 --- a/src/frontend/src/locales/da/messages.po +++ b/src/frontend/src/locales/da/messages.po @@ -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 "" diff --git a/src/frontend/src/locales/de/messages.po b/src/frontend/src/locales/de/messages.po index 07803e0b79..340eb4ed8b 100644 --- a/src/frontend/src/locales/de/messages.po +++ b/src/frontend/src/locales/de/messages.po @@ -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 "" diff --git a/src/frontend/src/locales/el/messages.po b/src/frontend/src/locales/el/messages.po index f580fa22e5..a019e15d27 100644 --- a/src/frontend/src/locales/el/messages.po +++ b/src/frontend/src/locales/el/messages.po @@ -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 "" diff --git a/src/frontend/src/locales/en/messages.po b/src/frontend/src/locales/en/messages.po index 414578d771..a2b78c5190 100644 --- a/src/frontend/src/locales/en/messages.po +++ b/src/frontend/src/locales/en/messages.po @@ -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." diff --git a/src/frontend/src/locales/es-mx/messages.po b/src/frontend/src/locales/es-mx/messages.po index d3c917342f..eada8043c5 100644 --- a/src/frontend/src/locales/es-mx/messages.po +++ b/src/frontend/src/locales/es-mx/messages.po @@ -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 "" diff --git a/src/frontend/src/locales/es/messages.po b/src/frontend/src/locales/es/messages.po index a94d8508df..911e4fcea3 100644 --- a/src/frontend/src/locales/es/messages.po +++ b/src/frontend/src/locales/es/messages.po @@ -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 "" diff --git a/src/frontend/src/locales/fa/messages.po b/src/frontend/src/locales/fa/messages.po index 2a7ac4de19..a3c0e89bb5 100644 --- a/src/frontend/src/locales/fa/messages.po +++ b/src/frontend/src/locales/fa/messages.po @@ -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 "" diff --git a/src/frontend/src/locales/fi/messages.po b/src/frontend/src/locales/fi/messages.po index 783d3e2b4e..8c9ff256c7 100644 --- a/src/frontend/src/locales/fi/messages.po +++ b/src/frontend/src/locales/fi/messages.po @@ -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 "" diff --git a/src/frontend/src/locales/fr/messages.po b/src/frontend/src/locales/fr/messages.po index 5a6a322673..9f9f4de6ed 100644 --- a/src/frontend/src/locales/fr/messages.po +++ b/src/frontend/src/locales/fr/messages.po @@ -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 "" diff --git a/src/frontend/src/locales/he/messages.po b/src/frontend/src/locales/he/messages.po index 3101693256..7dd9661c2d 100644 --- a/src/frontend/src/locales/he/messages.po +++ b/src/frontend/src/locales/he/messages.po @@ -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 "" diff --git a/src/frontend/src/locales/hi/messages.po b/src/frontend/src/locales/hi/messages.po index 19cf45eab2..0a3363b059 100644 --- a/src/frontend/src/locales/hi/messages.po +++ b/src/frontend/src/locales/hi/messages.po @@ -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 "" diff --git a/src/frontend/src/locales/hu/messages.po b/src/frontend/src/locales/hu/messages.po index eb94d49bf6..7779acdfef 100644 --- a/src/frontend/src/locales/hu/messages.po +++ b/src/frontend/src/locales/hu/messages.po @@ -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 "" diff --git a/src/frontend/src/locales/it/messages.po b/src/frontend/src/locales/it/messages.po index 68bb7bf55c..cdee2c799c 100644 --- a/src/frontend/src/locales/it/messages.po +++ b/src/frontend/src/locales/it/messages.po @@ -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 "" diff --git a/src/frontend/src/locales/ja/messages.po b/src/frontend/src/locales/ja/messages.po index 8ffe113acc..d9acdfcd51 100644 --- a/src/frontend/src/locales/ja/messages.po +++ b/src/frontend/src/locales/ja/messages.po @@ -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 "" diff --git a/src/frontend/src/locales/ko/messages.po b/src/frontend/src/locales/ko/messages.po index f1e1a9af31..1ac6e68ea2 100644 --- a/src/frontend/src/locales/ko/messages.po +++ b/src/frontend/src/locales/ko/messages.po @@ -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 "" diff --git a/src/frontend/src/locales/nl/messages.po b/src/frontend/src/locales/nl/messages.po index 07a01e4bb3..cf2f86d274 100644 --- a/src/frontend/src/locales/nl/messages.po +++ b/src/frontend/src/locales/nl/messages.po @@ -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 "" diff --git a/src/frontend/src/locales/no/messages.po b/src/frontend/src/locales/no/messages.po index 8ebb0ea544..7a2a70b394 100644 --- a/src/frontend/src/locales/no/messages.po +++ b/src/frontend/src/locales/no/messages.po @@ -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 "" diff --git a/src/frontend/src/locales/pl/messages.po b/src/frontend/src/locales/pl/messages.po index ab62a517d4..401479a894 100644 --- a/src/frontend/src/locales/pl/messages.po +++ b/src/frontend/src/locales/pl/messages.po @@ -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 "" diff --git a/src/frontend/src/locales/pseudo-LOCALE/messages.po b/src/frontend/src/locales/pseudo-LOCALE/messages.po index f1308b5599..ab0dde18e7 100644 --- a/src/frontend/src/locales/pseudo-LOCALE/messages.po +++ b/src/frontend/src/locales/pseudo-LOCALE/messages.po @@ -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 "" diff --git a/src/frontend/src/locales/pt-br/messages.po b/src/frontend/src/locales/pt-br/messages.po index 354b94e717..c6be6c2140 100644 --- a/src/frontend/src/locales/pt-br/messages.po +++ b/src/frontend/src/locales/pt-br/messages.po @@ -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 "" diff --git a/src/frontend/src/locales/pt/messages.po b/src/frontend/src/locales/pt/messages.po index 43ee7d27b0..0627045f66 100644 --- a/src/frontend/src/locales/pt/messages.po +++ b/src/frontend/src/locales/pt/messages.po @@ -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 "" diff --git a/src/frontend/src/locales/ru/messages.po b/src/frontend/src/locales/ru/messages.po index 74960563aa..b78c7c2595 100644 --- a/src/frontend/src/locales/ru/messages.po +++ b/src/frontend/src/locales/ru/messages.po @@ -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 "" diff --git a/src/frontend/src/locales/sl/messages.po b/src/frontend/src/locales/sl/messages.po index 0940388762..b7b2436b89 100644 --- a/src/frontend/src/locales/sl/messages.po +++ b/src/frontend/src/locales/sl/messages.po @@ -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 "" diff --git a/src/frontend/src/locales/sv/messages.po b/src/frontend/src/locales/sv/messages.po index 5899474149..613f0e404e 100644 --- a/src/frontend/src/locales/sv/messages.po +++ b/src/frontend/src/locales/sv/messages.po @@ -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 "" diff --git a/src/frontend/src/locales/th/messages.po b/src/frontend/src/locales/th/messages.po index 58127fff25..b1b86e5a2f 100644 --- a/src/frontend/src/locales/th/messages.po +++ b/src/frontend/src/locales/th/messages.po @@ -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 "" diff --git a/src/frontend/src/locales/tr/messages.po b/src/frontend/src/locales/tr/messages.po index 386009c257..74bafaa78b 100644 --- a/src/frontend/src/locales/tr/messages.po +++ b/src/frontend/src/locales/tr/messages.po @@ -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 "" diff --git a/src/frontend/src/locales/vi/messages.po b/src/frontend/src/locales/vi/messages.po index 292e2d2a26..cc924cfd4c 100644 --- a/src/frontend/src/locales/vi/messages.po +++ b/src/frontend/src/locales/vi/messages.po @@ -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 "" diff --git a/src/frontend/src/locales/zh-hans/messages.po b/src/frontend/src/locales/zh-hans/messages.po index 4fa19634ed..a4eaf2ad88 100644 --- a/src/frontend/src/locales/zh-hans/messages.po +++ b/src/frontend/src/locales/zh-hans/messages.po @@ -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 "" diff --git a/src/frontend/src/locales/zh-hant/messages.po b/src/frontend/src/locales/zh-hant/messages.po index cd57eeb06b..218e7ff02c 100644 --- a/src/frontend/src/locales/zh-hant/messages.po +++ b/src/frontend/src/locales/zh-hant/messages.po @@ -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 ""