Files
NodeBB/public/language/ja/unread.json
Barış Soner Uşaklı 844cb91beb feat: update all language keys to use - instead of _ (#12059)
* feat: update all language keys to use - instead of _

* refactor: update language keys
2023-10-05 12:48:50 -04:00

15 lines
611 B
JSON

{
"title": "未読",
"no-unread-topics": "未読のスレッドはありません。",
"load-more": "もっと見る",
"mark-as-read": "既読にする",
"selected": "選択済み",
"all": "全て",
"all-categories": "全てのカテゴリ",
"topics-marked-as-read.success": "すべてのスレッドを既読にしました。",
"all-topics": "すべてのスレッド",
"new-topics": "新しいスレッド",
"watched-topics": "ウォッチ済みのスレッド",
"unreplied-topics": "Unreplied Topics",
"multiple-categories-selected": "Multiple Selected"
}