diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-04-08 09:50:50 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-04-08 09:50:50 -0700 |
| commit | 0a69e0678e140a7d369c268e8fdfe8ae7a2abc08 (patch) | |
| tree | 2d9d709b2ecb51ebe9269a46f125a4dbbc49c613 /site/public | |
| parent | e81662a73786da2b3824273e760b2d279303d997 (diff) | |
frontedn: push unviewed items to top of view
Diffstat (limited to 'site/public')
| -rw-r--r-- | site/public/locales/en/translation.json | 2 | ||||
| -rw-r--r-- | site/public/locales/ja/translation.json | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/site/public/locales/en/translation.json b/site/public/locales/en/translation.json index 4e7e8f3..ad5c5bf 100644 --- a/site/public/locales/en/translation.json +++ b/site/public/locales/en/translation.json @@ -17,6 +17,8 @@ "machine_tl_note": "The information above is machine translated and may contain inaccuracies", "ai_summary_note": "The information above is written by AI", "read_more": "READ MORE", + "caught_up": "You're all caught up!", + "nothing_new": "Nothing new since you last visited...", "copy_link_to_post": "Copy Link to Post", "copy_link_notif": "Copied Perma Link to Post", "subscribed_to_games_count": "Subscribed to", diff --git a/site/public/locales/ja/translation.json b/site/public/locales/ja/translation.json index 02c64e2..a628db8 100644 --- a/site/public/locales/ja/translation.json +++ b/site/public/locales/ja/translation.json @@ -19,6 +19,8 @@ "read_more": "続きを読む", "copy_link_to_post": "投稿へのリンクをコピー", "copy_link_notif": "投稿への直接リンクをコピーしました", + "caught_up": "すべて確認済みです!", + "nothing_new": "前回の訪問以降、新しいものはありません…", "subscribed_to_games_count": "通知購読中", "games": "ゲーム", "gameselector": { |
