mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
chore: update translations.pot
This commit is contained in:
@@ -251,7 +251,7 @@ export default function WatchlistPage() {
|
||||
|
||||
|
||||
<Skeleton loading={watchlists === undefined} active>
|
||||
{watchlists && watchlists.length > 0 && <Card title="My Watchlists" style={{width: '100%'}}>
|
||||
{watchlists && watchlists.length > 0 && <Card title={t`My Watchlists`} style={{width: '100%'}}>
|
||||
{watchlists.map(watchlist =>
|
||||
<>
|
||||
<Card title={t`Watchlist ${watchlist.token}`} extra={<Popconfirm
|
||||
|
||||
@@ -317,6 +317,11 @@ msgstr ""
|
||||
msgid "Reset"
|
||||
msgstr ""
|
||||
|
||||
#: assets/App.tsx:136
|
||||
#: assets/pages/tracking/WatchlistPage.tsx:254
|
||||
msgid "My Watchlists"
|
||||
msgstr ""
|
||||
|
||||
#: assets/pages/tracking/WatchlistPage.tsx:257
|
||||
#, javascript-format
|
||||
msgid "Watchlist ${ watchlist.token }"
|
||||
@@ -415,10 +420,6 @@ msgstr ""
|
||||
msgid "Tracking"
|
||||
msgstr ""
|
||||
|
||||
#: assets/App.tsx:136
|
||||
msgid "My Watchlists"
|
||||
msgstr ""
|
||||
|
||||
#: assets/App.tsx:143
|
||||
msgid "My connectors"
|
||||
msgstr ""
|
||||
|
||||
Reference in New Issue
Block a user