mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: update translate
This commit is contained in:
@@ -114,7 +114,7 @@ export default function DomainSearchPage() {
|
|||||||
size="small">
|
size="small">
|
||||||
{domain.status.length > 0 &&
|
{domain.status.length > 0 &&
|
||||||
<>
|
<>
|
||||||
<Divider orientation="left">EPP Status Codes</Divider>
|
<Divider orientation="left">{t`EPP Status Codes`}</Divider>
|
||||||
<Flex gap="4px 0" wrap>
|
<Flex gap="4px 0" wrap>
|
||||||
{
|
{
|
||||||
domain.status.map(s =>
|
domain.status.map(s =>
|
||||||
@@ -124,7 +124,7 @@ export default function DomainSearchPage() {
|
|||||||
</Flex>
|
</Flex>
|
||||||
</>
|
</>
|
||||||
}
|
}
|
||||||
<Divider orientation="left">Timeline</Divider>
|
<Divider orientation="left">{t`Timeline`}</Divider>
|
||||||
<Timeline
|
<Timeline
|
||||||
mode="right"
|
mode="right"
|
||||||
items={domain.events
|
items={domain.events
|
||||||
@@ -166,7 +166,7 @@ export default function DomainSearchPage() {
|
|||||||
{
|
{
|
||||||
domain.entities.length > 0 &&
|
domain.entities.length > 0 &&
|
||||||
<>
|
<>
|
||||||
<Divider orientation="left">Entities</Divider>
|
<Divider orientation="left">{t`Entities`}</Divider>
|
||||||
<List
|
<List
|
||||||
className="demo-loadmore-list"
|
className="demo-loadmore-list"
|
||||||
itemLayout="horizontal"
|
itemLayout="horizontal"
|
||||||
|
|||||||
@@ -74,6 +74,18 @@ msgstr ""
|
|||||||
msgid "This domain name does not appear to be valid"
|
msgid "This domain name does not appear to be valid"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: assets/pages/search/DomainSearchPage.tsx:117
|
||||||
|
msgid "EPP Status Codes"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: assets/pages/search/DomainSearchPage.tsx:127
|
||||||
|
msgid "Timeline"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: assets/pages/search/DomainSearchPage.tsx:169
|
||||||
|
msgid "Entities"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: assets/pages/search/DomainSearchPage.tsx:208
|
#: assets/pages/search/DomainSearchPage.tsx:208
|
||||||
msgid ""
|
msgid ""
|
||||||
"Although the domain exists in my database, it has been deleted from the "
|
"Although the domain exists in my database, it has been deleted from the "
|
||||||
|
|||||||
Reference in New Issue
Block a user