diff options
| author | 2024-06-06 02:44:38 +0800 | |
|---|---|---|
| committer | 2024-06-05 20:44:38 +0200 | |
| commit | 2ed58f814eab9c3bbdada6b8e2ebfccfc9395894 (patch) | |
| tree | e949b1cce6842490eca9c5490ead7903ca7bfb33 /app/i18n/zh-tw/conf.php | |
| parent | e17c2c447906deb471e25cdc889b9f74e1d715d2 (diff) | |
add image and description to user query share (#6541)
* add description to user queries and rss feed
* add image url to user queries and rss feed
* Fix i18n
* remove itunes image tag and xml definition
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/zh-tw/conf.php')
| -rw-r--r-- | app/i18n/zh-tw/conf.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/i18n/zh-tw/conf.php b/app/i18n/zh-tw/conf.php index d27458ccc..66aab8577 100644 --- a/app/i18n/zh-tw/conf.php +++ b/app/i18n/zh-tw/conf.php @@ -114,6 +114,7 @@ return array( 'query' => array( '_' => '自定義查詢', 'deprecated' => '此查詢不再有效。相關的分類或訂閱源已被刪除。', + 'description' => 'Description', // TODO 'filter' => array( '_' => '生效的過濾器:', 'categories' => '按分類顯示', @@ -134,6 +135,7 @@ return array( 'get_important' => '顯示來自重要源的文章', 'get_label' => '顯示帶有 “%s” 標籤的文章', 'help' => '請參閱 <a href="https://freshrss.github.io/FreshRSS/en/users/user_queries.html" target="_blank">有關使用者查詢和透過 HTML / RSS / OPML 重新共用的文件</a>.', + 'image_url' => 'Image URL', // TODO 'name' => '名稱', 'no_filter' => '無過濾器', 'number' => '查詢 n°%d', |
