diff options
| author | 2021-10-19 10:16:00 +0200 | |
|---|---|---|
| committer | 2021-10-19 10:16:00 +0200 | |
| commit | a005824d50ca86534ee347121c769ba9bb4bea33 (patch) | |
| tree | fb48dcc50138f311803f2c4b0500dd4b2db5a458 /app/i18n/ja/conf.php | |
| parent | 24c2c47d4ba5783625bba9385a1c144d791985d9 (diff) | |
fix (#3899) rss_view label
Diffstat (limited to 'app/i18n/ja/conf.php')
| -rw-r--r-- | app/i18n/ja/conf.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/ja/conf.php b/app/i18n/ja/conf.php index 08897be06..eee5a9f6f 100644 --- a/app/i18n/ja/conf.php +++ b/app/i18n/ja/conf.php @@ -203,7 +203,7 @@ return array( 'other_action' => 'ほかのアクション', 'previous_article' => '前の記事を表示する', 'reading_view' => 'リーディングビューに切り替える', - 'rss_view' => 'RSSビューを新しいタブで開く', + 'rss_view' => 'Open as RSS feed', // TODO - Translation 'see_on_website' => '元のwebサイトを開く', 'shift_for_all_read' => '+ <kbd>Alt ⎇</kbd>で前の記事を既読にし、<br />+ <kbd>⇧ Shift</kbd>ですべての記事を既読にします。', 'skip_next_article' => '次を開かないで飛ばす', |
