diff options
| author | 2023-05-10 23:14:29 +0200 | |
|---|---|---|
| committer | 2023-05-10 23:14:29 +0200 | |
| commit | b97545aff3be1377ee7a5d4f6b094f024521bbac (patch) | |
| tree | d2b1dfacaa36bf4b98b1ae28b94a0dcd975d56b7 | |
| parent | 078ceaa0bf357f16f3200fc857c2dbc16a1601fd (diff) | |
Improved: "Mark an article as read…" text area. Added a link to the documentation (#5349)
* i18n
* Update sub.php
* Update app/i18n/fr/sub.php
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
* fix target="_blank"
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
| -rw-r--r-- | app/i18n/cz/sub.php | 2 | ||||
| -rw-r--r-- | app/i18n/de/sub.php | 2 | ||||
| -rw-r--r-- | app/i18n/el/sub.php | 2 | ||||
| -rw-r--r-- | app/i18n/en-us/sub.php | 2 | ||||
| -rw-r--r-- | app/i18n/en/sub.php | 2 | ||||
| -rw-r--r-- | app/i18n/es/sub.php | 2 | ||||
| -rw-r--r-- | app/i18n/fr/sub.php | 2 | ||||
| -rw-r--r-- | app/i18n/he/sub.php | 2 | ||||
| -rw-r--r-- | app/i18n/id/sub.php | 2 | ||||
| -rw-r--r-- | app/i18n/it/sub.php | 2 | ||||
| -rw-r--r-- | app/i18n/ja/sub.php | 2 | ||||
| -rw-r--r-- | app/i18n/ko/sub.php | 2 | ||||
| -rw-r--r-- | app/i18n/lv/sub.php | 2 | ||||
| -rw-r--r-- | app/i18n/nl/sub.php | 2 | ||||
| -rw-r--r-- | app/i18n/oc/sub.php | 2 | ||||
| -rw-r--r-- | app/i18n/pl/sub.php | 2 | ||||
| -rw-r--r-- | app/i18n/pt-br/sub.php | 2 | ||||
| -rw-r--r-- | app/i18n/ru/sub.php | 2 | ||||
| -rw-r--r-- | app/i18n/sk/sub.php | 2 | ||||
| -rw-r--r-- | app/i18n/tr/sub.php | 2 | ||||
| -rw-r--r-- | app/i18n/zh-cn/sub.php | 2 | ||||
| -rw-r--r-- | app/i18n/zh-tw/sub.php | 2 |
22 files changed, 22 insertions, 22 deletions
diff --git a/app/i18n/cz/sub.php b/app/i18n/cz/sub.php index 3d08c315b..cfeed88b6 100644 --- a/app/i18n/cz/sub.php +++ b/app/i18n/cz/sub.php @@ -68,7 +68,7 @@ return array( 'error' => 'Vyskytl se problém s kanálem. Ověřte prosím, že je vždy dostupný, pak ho aktualizujte.', 'filteractions' => array( '_' => 'Akce filtrování', - 'help' => 'Zapište jeden filtr hledání na řádek.', + 'help' => 'Zapište jeden filtr hledání na řádek. Operators <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">see documentation</a>.', // DIRTY ), 'information' => 'Informace', 'keep_min' => 'Minimální počet článků pro ponechání', diff --git a/app/i18n/de/sub.php b/app/i18n/de/sub.php index cbef9e0fb..a5c5b6e84 100644 --- a/app/i18n/de/sub.php +++ b/app/i18n/de/sub.php @@ -68,7 +68,7 @@ return array( 'error' => 'Dieser Feed ist auf ein Problem gestoßen. Bitte stellen Sie sicher, dass er immer lesbar ist und aktualisieren Sie ihn dann.', 'filteractions' => array( '_' => 'Filteraktionen', - 'help' => 'Ein Suchfilter pro Zeile', + 'help' => 'Ein Suchfilter pro Zeile. Operatoren <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">siehe Dokumentation</a>.', ), 'information' => 'Information', // IGNORE 'keep_min' => 'Minimale Anzahl an Artikeln, die behalten wird', diff --git a/app/i18n/el/sub.php b/app/i18n/el/sub.php index aae9ae412..2bf0a020d 100644 --- a/app/i18n/el/sub.php +++ b/app/i18n/el/sub.php @@ -68,7 +68,7 @@ return array( 'error' => 'This feed has encountered a problem. Please verify that it is always reachable then update it.', // TODO 'filteractions' => array( '_' => 'Filter actions', // TODO - 'help' => 'Write one search filter per line.', // TODO + 'help' => 'Write one search filter per line. Operators <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">see documentation</a>.', // TODO ), 'information' => 'Information', // TODO 'keep_min' => 'Minimum number of articles to keep', // TODO diff --git a/app/i18n/en-us/sub.php b/app/i18n/en-us/sub.php index 92d75b81e..dbb2afc0c 100644 --- a/app/i18n/en-us/sub.php +++ b/app/i18n/en-us/sub.php @@ -68,7 +68,7 @@ return array( 'error' => 'This feed has encountered a problem. Please verify that it is always reachable then update it.', // IGNORE 'filteractions' => array( '_' => 'Filter actions', // IGNORE - 'help' => 'Write one search filter per line.', // IGNORE + 'help' => 'Write one search filter per line. Operators <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">see documentation</a>.', // IGNORE ), 'information' => 'Information', // IGNORE 'keep_min' => 'Minimum number of articles to keep', // IGNORE diff --git a/app/i18n/en/sub.php b/app/i18n/en/sub.php index 04caaff05..7e7f4a247 100644 --- a/app/i18n/en/sub.php +++ b/app/i18n/en/sub.php @@ -68,7 +68,7 @@ return array( 'error' => 'This feed has encountered a problem. Please verify that it is always reachable then update it.', 'filteractions' => array( '_' => 'Filter actions', - 'help' => 'Write one search filter per line.', + 'help' => 'Write one search filter per line. Operators <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">see documentation</a>.', ), 'information' => 'Information', 'keep_min' => 'Minimum number of articles to keep', diff --git a/app/i18n/es/sub.php b/app/i18n/es/sub.php index 4fd2fa393..07971dcd1 100644 --- a/app/i18n/es/sub.php +++ b/app/i18n/es/sub.php @@ -68,7 +68,7 @@ return array( 'error' => 'Hay un problema con esta fuente. Por favor, veritica que esté disponible y prueba de nuevo.', 'filteractions' => array( '_' => 'Filtrar acciones', - 'help' => 'Escribir un filtro de búsqueda por línea.', + 'help' => 'Escribir un filtro de búsqueda por línea. Operators <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">see documentation</a>.', // DIRTY ), 'information' => 'Información', 'keep_min' => 'Número mínimo de artículos a conservar', diff --git a/app/i18n/fr/sub.php b/app/i18n/fr/sub.php index be6dc094d..8ca5e08db 100644 --- a/app/i18n/fr/sub.php +++ b/app/i18n/fr/sub.php @@ -68,7 +68,7 @@ return array( 'error' => 'Ce flux a rencontré un problème. Veuillez vérifier qu’il est toujours accessible puis actualisez-le.', 'filteractions' => array( '_' => 'Filtres d’action', - 'help' => 'Écrivez une recherche par ligne.', + 'help' => 'Écrivez une recherche par ligne. Voir la <a href="https://freshrss.github.io/FreshRSS/fr/users/03_Main_view.html#gr%C3%A2ce-au-champ-de-recherche" target="_blank">documentation des opérateurs</a>.', ), 'information' => 'Informations', 'keep_min' => 'Nombre minimum d’articles à conserver', diff --git a/app/i18n/he/sub.php b/app/i18n/he/sub.php index bae5f5177..8b54bdcdc 100644 --- a/app/i18n/he/sub.php +++ b/app/i18n/he/sub.php @@ -68,7 +68,7 @@ return array( 'error' => 'הזנה זו נתקלה בשגיאה, אנא ודאו שהיא תקינה ואז נסו שנית.', 'filteractions' => array( '_' => 'Filter actions', // TODO - 'help' => 'Write one search filter per line.', // TODO + 'help' => 'Write one search filter per line. Operators <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">see documentation</a>.', // TODO ), 'information' => 'מידע', 'keep_min' => 'מסםר מינימלי של מאמרים לשמור', diff --git a/app/i18n/id/sub.php b/app/i18n/id/sub.php index 3f9a4916a..04b48b53c 100644 --- a/app/i18n/id/sub.php +++ b/app/i18n/id/sub.php @@ -68,7 +68,7 @@ return array( 'error' => 'This feed has encountered a problem. Please verify that it is always reachable then update it.', // TODO 'filteractions' => array( '_' => 'Filter actions', // TODO - 'help' => 'Write one search filter per line.', // TODO + 'help' => 'Write one search filter per line. Operators <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">see documentation</a>.', // TODO ), 'information' => 'Information', // TODO 'keep_min' => 'Minimum number of articles to keep', // TODO diff --git a/app/i18n/it/sub.php b/app/i18n/it/sub.php index 7ab83cf07..c55aaa966 100644 --- a/app/i18n/it/sub.php +++ b/app/i18n/it/sub.php @@ -68,7 +68,7 @@ return array( 'error' => 'Questo feed ha generato un errore. Per favore verifica se ancora disponibile.', 'filteractions' => array( '_' => 'Azioni di filtro', - 'help' => 'Scrivi un filtro di ricerca per riga.', + 'help' => 'Scrivi un filtro di ricerca per riga. Operators <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">see documentation</a>.', // DIRTY ), 'information' => 'Informazioni', 'keep_min' => 'Numero minimo di articoli da mantenere', diff --git a/app/i18n/ja/sub.php b/app/i18n/ja/sub.php index 2425b21f3..d405739fb 100644 --- a/app/i18n/ja/sub.php +++ b/app/i18n/ja/sub.php @@ -68,7 +68,7 @@ return array( 'error' => 'このフィードに問題が発生しました。ここでアクセスできるかどうかを確認して更新してみてください。', 'filteractions' => array( '_' => 'フィルターアクション', - 'help' => '1行に1つの検索フィルターを設定してください', + 'help' => '1行に1つの検索フィルターを設定してください Operators <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">see documentation</a>.', // DIRTY ), 'information' => 'インフォメーション', 'keep_min' => '最小数の記事は保持されます', diff --git a/app/i18n/ko/sub.php b/app/i18n/ko/sub.php index f376247d5..1fef8f127 100644 --- a/app/i18n/ko/sub.php +++ b/app/i18n/ko/sub.php @@ -68,7 +68,7 @@ return array( 'error' => '이 피드에 문제가 발생했습니다. 이 피드에 접근 권한이 있는지 확인하세요.', 'filteractions' => array( '_' => '필터 동작', - 'help' => '한 줄에 한 검색 필터를 작성해 주세요.', + 'help' => '한 줄에 한 검색 필터를 작성해 주세요. Operators <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">see documentation</a>.', // DIRTY ), 'information' => '정보', 'keep_min' => '최소 유지 글 개수', diff --git a/app/i18n/lv/sub.php b/app/i18n/lv/sub.php index 5cf1a863d..cdd4668e5 100644 --- a/app/i18n/lv/sub.php +++ b/app/i18n/lv/sub.php @@ -68,7 +68,7 @@ return array( 'error' => 'Šajā barotnē ir radusies problēma. Lūdzu, pārbaudiet, vai tā vienmēr ir sasniedzama, un pēc tam to atjauniniet.', 'filteractions' => array( '_' => 'Filtra darbības', - 'help' => 'Uzrakstiet vienu meklēšanas filtru katrā rindā.', + 'help' => 'Uzrakstiet vienu meklēšanas filtru katrā rindā. Operators <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">see documentation</a>.', // DIRTY ), 'information' => 'Informācija', 'keep_min' => 'Minimālais saglabājamo izstrādājumu skaits', diff --git a/app/i18n/nl/sub.php b/app/i18n/nl/sub.php index 631da9477..4ffcfc365 100644 --- a/app/i18n/nl/sub.php +++ b/app/i18n/nl/sub.php @@ -68,7 +68,7 @@ return array( 'error' => 'Deze feed heeft problemen. Verifieer a.u.b het doeladres en actualiseer het.', 'filteractions' => array( '_' => 'Filteracties', - 'help' => 'Voer één zoekfilter per lijn in.', + 'help' => 'Voer één zoekfilter per lijn in. Operators <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">see documentation</a>.', // DIRTY ), 'information' => 'Informatie', 'keep_min' => 'Minimum aantal artikelen om te houden', diff --git a/app/i18n/oc/sub.php b/app/i18n/oc/sub.php index 008b4964d..e554e00ce 100644 --- a/app/i18n/oc/sub.php +++ b/app/i18n/oc/sub.php @@ -68,7 +68,7 @@ return array( 'error' => 'Aqueste flux a rescontrat un problèma. Volgatz verificar que siá totjorn accessible puèi actualizatz-lo.', 'filteractions' => array( '_' => 'Filtre d’accion', - 'help' => 'Escrivètz una recèrca per linha.', + 'help' => 'Escrivètz una recèrca per linha. Operators <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">see documentation</a>.', // DIRTY ), 'information' => 'Informacions', 'keep_min' => 'Nombre minimum d’articles de servar', diff --git a/app/i18n/pl/sub.php b/app/i18n/pl/sub.php index 565401982..791a4acc3 100644 --- a/app/i18n/pl/sub.php +++ b/app/i18n/pl/sub.php @@ -68,7 +68,7 @@ return array( 'error' => 'Napotkano problem podczas dostępu do tego kanału. Należy sprawdzić czy kanał jest zawsze dostępny, a następnie go odświeżyć.', 'filteractions' => array( '_' => 'Akcje filtrowania', - 'help' => 'Jedno zapytanie na linię.', + 'help' => 'Jedno zapytanie na linię. Operators <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">see documentation</a>.', // DIRTY ), 'information' => 'Informacja', 'keep_min' => 'Minimalna liczba wiadomości do do przechowywania', diff --git a/app/i18n/pt-br/sub.php b/app/i18n/pt-br/sub.php index 4cdee8681..64f11a0f5 100644 --- a/app/i18n/pt-br/sub.php +++ b/app/i18n/pt-br/sub.php @@ -68,7 +68,7 @@ return array( 'error' => 'Este feed encontra-se com problema. Por favor verifique se ele ainda está disponível e atualize-o.', 'filteractions' => array( '_' => 'Ações do filtro', - 'help' => 'Escreva um filtro de pesquisa por linha.', + 'help' => 'Escreva um filtro de pesquisa por linha. Operators <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">see documentation</a>.', // DIRTY ), 'information' => 'Informações', 'keep_min' => 'Número mínimo de artigos para manter', diff --git a/app/i18n/ru/sub.php b/app/i18n/ru/sub.php index d13c4c4f0..863f32f90 100644 --- a/app/i18n/ru/sub.php +++ b/app/i18n/ru/sub.php @@ -68,7 +68,7 @@ return array( 'error' => 'С этой лентой возникла проблема. Пожалуйста, убедитесь, что она всегда досягаема. Затем снова обновите её.', 'filteractions' => array( '_' => 'Действия фильтрации', - 'help' => 'Введите по одному поисковому фильтру в строке.', + 'help' => 'Введите по одному поисковому фильтру в строке. Operators <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">see documentation</a>.', // DIRTY ), 'information' => 'Информация', 'keep_min' => 'Оставлять статей не менее', diff --git a/app/i18n/sk/sub.php b/app/i18n/sk/sub.php index 3c980d202..338ec97ee 100644 --- a/app/i18n/sk/sub.php +++ b/app/i18n/sk/sub.php @@ -68,7 +68,7 @@ return array( 'error' => 'Vyskytol sa problém s týmto kanálom. Overte, prosím, či kanál stále existuje, potom ho obnovte.', 'filteractions' => array( '_' => 'Filtrovať akcie', - 'help' => 'Napíšte jeden výraz hľadania na riadok.', + 'help' => 'Napíšte jeden výraz hľadania na riadok. Operators <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">see documentation</a>.', // DIRTY ), 'information' => 'Informácia', 'keep_min' => 'Minimálny počet článkov na uchovanie', diff --git a/app/i18n/tr/sub.php b/app/i18n/tr/sub.php index 3e03f667c..30690fbda 100644 --- a/app/i18n/tr/sub.php +++ b/app/i18n/tr/sub.php @@ -68,7 +68,7 @@ return array( 'error' => 'Bu akışda bir hatayla karşılaşıldı. Lütfen akışın sürekli ulaşılabilir olduğuna emin olun.', 'filteractions' => array( '_' => 'Eylemi filtrele', - 'help' => 'Her satıra tek arama filtresi yaz.', + 'help' => 'Her satıra tek arama filtresi yaz. Operators <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">see documentation</a>.', // DIRTY ), 'information' => 'Bilgi', 'keep_min' => 'En az tutulacak makale sayısı', diff --git a/app/i18n/zh-cn/sub.php b/app/i18n/zh-cn/sub.php index 5e6e570a9..25d241907 100644 --- a/app/i18n/zh-cn/sub.php +++ b/app/i18n/zh-cn/sub.php @@ -68,7 +68,7 @@ return array( 'error' => '此源遇到一些问题。请在确认是否能正常访问后重试。', 'filteractions' => array( '_' => '过滤动作', - 'help' => '每行写一条过滤搜索', + 'help' => '每行写一条过滤搜索 Operators <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">see documentation</a>.', // DIRTY ), 'information' => '信息', 'keep_min' => '至少保存的文章数', diff --git a/app/i18n/zh-tw/sub.php b/app/i18n/zh-tw/sub.php index 8a255645d..a478ea097 100644 --- a/app/i18n/zh-tw/sub.php +++ b/app/i18n/zh-tw/sub.php @@ -68,7 +68,7 @@ return array( 'error' => '此源遇到一些問題。請在確認是否能正常訪問後重試。', 'filteractions' => array( '_' => '過濾動作', - 'help' => '每行寫一條過濾搜尋', + 'help' => '每行寫一條過濾搜尋 Operators <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">see documentation</a>.', // DIRTY ), 'information' => '信息', 'keep_min' => '至少保存的文章數', |
