From af57c456df843eefc675fc7efb14689d3b9d49dd Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 21 Oct 2021 10:40:31 +0200 Subject: i18n automatic syntax fixes Forgotten from https://github.com/FreshRSS/FreshRSS/pull/3899 --- app/i18n/cz/conf.php | 2 +- app/i18n/he/sub.php | 2 +- app/i18n/ja/conf.php | 2 +- app/i18n/ja/sub.php | 2 +- app/i18n/kr/conf.php | 2 +- app/i18n/kr/sub.php | 2 +- app/i18n/oc/conf.php | 2 +- app/i18n/zh-cn/conf.php | 2 +- app/i18n/zh-cn/sub.php | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) (limited to 'app/i18n') diff --git a/app/i18n/cz/conf.php b/app/i18n/cz/conf.php index adfd920da..ccd3348f1 100644 --- a/app/i18n/cz/conf.php +++ b/app/i18n/cz/conf.php @@ -204,7 +204,7 @@ return array( 'other_action' => 'Ostatní akce', 'previous_article' => 'Skočit na předchozí článek', 'reading_view' => 'Switch to reading view', // TODO - Translation - 'rss_view' => 'Open RSS view in a new tab', // TODO - Translation + 'rss_view' => 'Open as RSS feed', // TODO - Translation 'see_on_website' => 'Navštívit původní webovou stránku', 'shift_for_all_read' => '+ Alt ⎇ to mark previous articles as read
+ ⇧ Shift to mark all articles as read', // TODO - Translation 'skip_next_article' => 'Focus next without opening', // TODO - Translation diff --git a/app/i18n/he/sub.php b/app/i18n/he/sub.php index 628e941c5..a872ca35c 100644 --- a/app/i18n/he/sub.php +++ b/app/i18n/he/sub.php @@ -12,7 +12,7 @@ return array( ), 'category' => array( '_' => 'קטגוריה', - 'add' => 'Add a category', // TODO - Translation + 'add' => 'Add a category', // TODO - Translation 'archiving' => 'ארכוב', 'empty' => 'Empty category', // TODO - Translation 'information' => 'מידע', diff --git a/app/i18n/ja/conf.php b/app/i18n/ja/conf.php index a0d2f6c1f..f1a476dcd 100644 --- a/app/i18n/ja/conf.php +++ b/app/i18n/ja/conf.php @@ -204,7 +204,7 @@ return array( 'other_action' => 'ほかのアクション', 'previous_article' => '前の記事を表示する', 'reading_view' => 'リーディングビューに切り替える', - 'rss_view' => 'Open as RSS feed', // TODO - Translation + 'rss_view' => 'Open as RSS feed', // TODO - Translation 'see_on_website' => '元のwebサイトを開く', 'shift_for_all_read' => '+ Alt ⎇で前の記事を既読にし、
+ ⇧ Shiftですべての記事を既読にします。', 'skip_next_article' => '次を開かないで飛ばす', diff --git a/app/i18n/ja/sub.php b/app/i18n/ja/sub.php index e6bacd0ec..2dfbf3572 100644 --- a/app/i18n/ja/sub.php +++ b/app/i18n/ja/sub.php @@ -12,7 +12,7 @@ return array( ), 'category' => array( '_' => 'カテゴリ', - 'add' => 'Add a category', // TODO - Translation + 'add' => 'Add a category', // TODO - Translation 'archiving' => 'アーカイブ', 'empty' => 'からのカテゴリ', 'information' => 'インフォメーション', diff --git a/app/i18n/kr/conf.php b/app/i18n/kr/conf.php index 6288e1c30..652a03ac2 100644 --- a/app/i18n/kr/conf.php +++ b/app/i18n/kr/conf.php @@ -204,7 +204,7 @@ return array( 'other_action' => '다른 동작', 'previous_article' => '이전 글 보기', 'reading_view' => '읽기 모드로 전환', - 'rss_view' => 'Open as RSS feed', // TODO - Translation + 'rss_view' => 'Open as RSS feed', // TODO - Translation 'see_on_website' => '글이 게재된 웹사이트에서 보기', 'shift_for_all_read' => '+ Alt ⎇ to mark previous articles as read
+ ⇧ Shift to mark all articles as read', // TODO - Translation 'skip_next_article' => '다음 글로 커서 이동', diff --git a/app/i18n/kr/sub.php b/app/i18n/kr/sub.php index 98cef9046..4e7d4ca3a 100644 --- a/app/i18n/kr/sub.php +++ b/app/i18n/kr/sub.php @@ -12,7 +12,7 @@ return array( ), 'category' => array( '_' => '카테고리', - 'add' => 'Add a category', // TODO - Translation + 'add' => 'Add a category', // TODO - Translation 'archiving' => '보관', 'empty' => '빈 카테고리', 'information' => '정보', diff --git a/app/i18n/oc/conf.php b/app/i18n/oc/conf.php index 62105f72d..26de64495 100644 --- a/app/i18n/oc/conf.php +++ b/app/i18n/oc/conf.php @@ -204,7 +204,7 @@ return array( 'other_action' => 'Autras accions', 'previous_article' => 'Passar a l’article precedent', 'reading_view' => 'Passar a la vista lectura', - 'rss_view' => 'Open as RSS feed', // TODO - Translation + 'rss_view' => 'Open as RSS feed', // TODO - Translation 'see_on_website' => 'Veire al site d’origina', 'shift_for_all_read' => '+ Alt ⎇ per marcar l’article precedent coma legit
+ ⇧ Shift per marcar los articles coma legits', 'skip_next_article' => 'Centrar sul seguent sens lo dobrir', diff --git a/app/i18n/zh-cn/conf.php b/app/i18n/zh-cn/conf.php index c1c1452f1..a45a96b73 100644 --- a/app/i18n/zh-cn/conf.php +++ b/app/i18n/zh-cn/conf.php @@ -204,7 +204,7 @@ return array( 'other_action' => '其他操作', 'previous_article' => '打开上一篇文章', 'reading_view' => '切换到阅读视图', - 'rss_view' => 'Open as RSS feed', // TODO - Translation + 'rss_view' => 'Open as RSS feed', // TODO - Translation 'see_on_website' => '在原网站中查看', 'shift_for_all_read' => '组合 Alt ⎇键 将上方的文章标记为已读
组合 ⇧ Shift按键 可以将全部文章设为已读', 'skip_next_article' => '跳转到下一篇文章而不打开', diff --git a/app/i18n/zh-cn/sub.php b/app/i18n/zh-cn/sub.php index daffa70b6..e8e59bdc5 100644 --- a/app/i18n/zh-cn/sub.php +++ b/app/i18n/zh-cn/sub.php @@ -12,7 +12,7 @@ return array( ), 'category' => array( '_' => '分类', - 'add' => 'Add a category', // TODO - Translation + 'add' => 'Add a category', // TODO - Translation 'archiving' => '归档', 'empty' => '空分类', 'information' => '信息', -- cgit v1.2.3