diff options
Diffstat (limited to 'apps/web/lib/i18n/locales/ja')
| -rw-r--r-- | apps/web/lib/i18n/locales/ja/translation.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/web/lib/i18n/locales/ja/translation.json b/apps/web/lib/i18n/locales/ja/translation.json index e44603bb..76767fcc 100644 --- a/apps/web/lib/i18n/locales/ja/translation.json +++ b/apps/web/lib/i18n/locales/ja/translation.json @@ -30,7 +30,12 @@ "recrawl": "再クロール", "ignore": "無視する", "cancel": "キャンセル", - "download_full_page_archive": "全てのページアーカイブをダウンロード" + "download_full_page_archive": "全てのページアーカイブをダウンロード", + "sort": { + "title": "並び替え", + "newest_first": "新しい順", + "oldest_first": "古い順" + } }, "admin": { "actions": { |
