feat: add an interpretation to the table of tracked domains

This commit is contained in:
Maël Gangloff
2024-12-25 22:43:34 +01:00
parent d8aafdedad
commit f97c1132b9
3 changed files with 111 additions and 42 deletions

View File

@@ -123,7 +123,7 @@ msgid "Search"
msgstr ""
#: assets/components/Sider.tsx:39
#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:47
#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:68
msgid "Domain"
msgstr ""
@@ -150,7 +150,6 @@ msgstr ""
#: assets/components/Sider.tsx:87
#: assets/pages/StatisticsPage.tsx:68
#: assets/pages/tracking/TrackedDomainPage.tsx:9
msgid "Tracked domain names"
msgstr ""
@@ -377,16 +376,46 @@ msgstr ""
msgid ".${ tld.tld } Registry"
msgstr ""
#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:51
#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:14
msgid ""
"At least one domain name is in redemption period and will potentially be "
"deleted soon"
msgstr ""
#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:19
msgid ""
"At least one domain name is pending deletion and will soon become available "
"for registration again"
msgstr ""
#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:72
msgid "Expiration date"
msgstr ""
#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:63
#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:85
msgid "Updated at"
msgstr ""
#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:92
msgid "Status"
msgstr ""
#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:77
msgid "Updated at"
#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:110
msgid "No tracked domain names were found, please create your first Watchlist"
msgstr ""
#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:118
msgid ""
"Please note that this table does not include domain names marked as expired "
"or those with an unknown expiration date"
msgstr ""
#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:122
msgid "At least one domain name you are tracking requires special attention"
msgstr ""
#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:127
msgid "The domain names below are subject to special monitoring"
msgstr ""
#: assets/components/tracking/watchlist/UpdateWatchlistButton.tsx:31