aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/ja/conf.php
diff options
context:
space:
mode:
authorGravatar maTh <1645099+math-GH@users.noreply.github.com> 2024-12-08 16:28:06 +0100
committerGravatar GitHub <noreply@github.com> 2024-12-08 16:28:06 +0100
commitfb0f89c3fede088869629ccaf1bec788ce1c07cb (patch)
treedd506ae9f7d13f74c19b7487ce58d856c6dd3f4c /app/i18n/ja/conf.php
parentce11150bbde8293d4b381e274c72a0c0a165c629 (diff)
Fixed: No user query - no information (#7062)
* Update queries.phtml * i18n * fix _blank target * No user queries are saved yet * Update app/i18n/it/conf.php Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com> * Update app/i18n/it/conf.php Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com> * Update app/i18n/fr/conf.php --------- Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
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' => '新しい記事を最初に表示する',