diff options
| author | 2022-10-02 01:50:35 +0900 | |
|---|---|---|
| committer | 2022-10-01 18:50:35 +0200 | |
| commit | d84dd549a7a3cf25d29f69419eeb6750d8bafa4d (patch) | |
| tree | 4bf4602837fb8576c7202c7c8974ecb0a41be98d /app/i18n/ja/index.php | |
| parent | fc6203a904795d8d74df8ab2d66f8769f2d2a96f (diff) | |
Update Japanese translation (#4668)
* Update Japanese translation
* fix translations syntax
Diffstat (limited to 'app/i18n/ja/index.php')
| -rw-r--r-- | app/i18n/ja/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/i18n/ja/index.php b/app/i18n/ja/index.php index 10421c990..77d2bed82 100644 --- a/app/i18n/ja/index.php +++ b/app/i18n/ja/index.php @@ -50,10 +50,10 @@ return array( 'mark_cat_read' => 'カテゴリーに既読をつける', 'mark_feed_read' => 'フィードに既読をつける', 'mark_selection_unread' => '選択したものに未読をつける', - 'newer_first' => '最新のものを先に', + 'newer_first' => '最新のものを先にする', 'non-starred' => 'お気に入りに登録されてないものを表示する', 'normal_view' => 'ノーマルビュー', - 'older_first' => '最古のものを先に', + 'older_first' => '最古のものを先にする', 'queries' => 'ユーザークエリ', 'read' => '読み取りを表示する', 'reader_view' => 'リーディングビュー', |
