mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-23 20:55:45 +00:00
chore: ttag extract
This commit is contained in:
parent
588f779a6e
commit
b983b1a00b
@ -35,7 +35,7 @@ export default function LoginPage() {
|
|||||||
<Button type='link'
|
<Button type='link'
|
||||||
block
|
block
|
||||||
style={{marginTop: '1em'}}
|
style={{marginTop: '1em'}}
|
||||||
onClick={toggleWantRegister}>{wantRegister ? 'Login' : 'Create an account'}</Button>
|
onClick={toggleWantRegister}>{wantRegister ? t`Log in` : t`Create an account`}</Button>
|
||||||
}
|
}
|
||||||
</Card.Grid>
|
</Card.Grid>
|
||||||
<Card.Grid style={gridStyle} hoverable={false}>
|
<Card.Grid style={gridStyle} hoverable={false}>
|
||||||
|
|||||||
@ -352,6 +352,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: assets/components/Sider.tsx:120
|
#: assets/components/Sider.tsx:120
|
||||||
#: assets/pages/LoginPage.tsx:30
|
#: assets/pages/LoginPage.tsx:30
|
||||||
|
#: assets/pages/LoginPage.tsx:38
|
||||||
msgid "Log in"
|
msgid "Log in"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -492,6 +493,10 @@ msgstr ""
|
|||||||
msgid "Sorry, the page you visited does not exist."
|
msgid "Sorry, the page you visited does not exist."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: assets/pages/LoginPage.tsx:38
|
||||||
|
msgid "Create an account"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: assets/utils/providers/index.tsx:11
|
#: assets/utils/providers/index.tsx:11
|
||||||
msgid ""
|
msgid ""
|
||||||
"Retrieve a set of tokens from your customer account on the Provider's "
|
"Retrieve a set of tokens from your customer account on the Provider's "
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user