aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/ja/conf.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/i18n/ja/conf.php')
-rw-r--r--app/i18n/ja/conf.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/i18n/ja/conf.php b/app/i18n/ja/conf.php
index 50d5abe54..7deb4461e 100644
--- a/app/i18n/ja/conf.php
+++ b/app/i18n/ja/conf.php
@@ -149,6 +149,10 @@ return array(
'image_url' => '画像のURL',
'name' => '名前',
'no_filter' => 'フィルターはありません',
+ 'no_queries' => array(
+ '_' => 'No user queries are saved yet.', // TODO
+ 'help' => 'See <a href="https://freshrss.github.io/FreshRSS/en/users/user_queries.html" target="_blank">documentation</a>', // TODO
+ ),
'number' => 'クエリ n°%d',
'order_asc' => '古い記事を最初に表示する',
'order_desc' => '新しい記事を最初に表示する',