aboutsummaryrefslogtreecommitdiff
path: root/app/i18n
AgeCommit message (Collapse)Author
2024-04-21Slovakian (SK) feedback.php (#6365)Gravatar Tibor Repček
Related to the issue #6356
2024-04-21Slovakian (SK) conf.php (#6364)Gravatar Tibor Repček
Related to the issue #6356
2024-04-21Slovakian (SK) admin.php (#6363)Gravatar Tibor Repček
Related to the issue #6356
2024-04-21Slovakian (SK) sub.php (#6362)Gravatar Tibor Repček
Related to the issue #6356
2024-04-21update zh-tw translation for new strings (#6350)Gravatar -Shiken-
* Update new stings of zhTW translation Update new strings of [i18n] Translation Chinese Taiwan (正體中文 zh-tw) * Update conf.php of zh-tw * Update feedback.php of zh-tw * Update gen.php of zh-TW * Update index.php of zh-TW * Update install.php of zh-TW * Update sub.php of zh-tw not finished yet * Update sub.php correction line 152 --------- Co-authored-by: maTh <1645099+math-GH@users.noreply.github.com>
2024-04-21Update Polish translation. (#6358)Gravatar Bartosz Taudul
2024-04-21[i18n] Added Czech translation (#6344)Gravatar May
* Add Czech tranlation for admin * Add more translations * add translations for sub.php * 2nd check and remove TODO comment from translated strings * fix * Update sub.php * update sub.php --------- Co-authored-by: maTh <1645099+math-GH@users.noreply.github.com>
2024-04-20i18n: update zh-cn translation (#6336)Gravatar yzqzss
* i18n: update zh-cn translation * minor edit * fix translations syntax * fix translations syntax: use tab * better translation * clarify how Content-Type header auto-set works * fix a mistranslation discovered by comparing #6335 Co-authored-by: <nanhualyq@gmail.com> --------- Co-authored-by: maTh <1645099+math-GH@users.noreply.github.com>
2024-04-19Update of italian translation (#6329)Gravatar FabioL
* Updated italian translations * Minor fixes * Workaround bug with `array (` * Added credits for translations * Alphabetic order * Revert lost line * Update of italian translation * Unicode ’ * Update app/i18n/it/sub.php Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> --------- Co-authored-by: loviuz <loviuz@mailbox.org> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2024-04-19Update TR translation #6325 (#6328)Gravatar Cilga Iscan Tercanli
* Update TR translation * Fix typo * fix conf.php * fix sub.php * Update sub.php * Update feedback.php * Update app/i18n/tr/admin.php --------- Co-authored-by: math-gh <1645099+math-GH@users.noreply.github.com> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2024-04-19Update PT-BR translation (#6345)Gravatar Pedro Paulo
* trans: update pt-br translation * Apply suggestions from code review * Update app/i18n/pt-br/sub.php
2024-04-19[i18n] Update Dutch translation for 1.24 (#6343)Gravatar Frans de Jonge
Closes #6341.
2024-04-19i18n: Update Korean translation (#6342)Gravatar Sungjoon Moon
2024-04-19Update of Japanese translation (#6337)Gravatar zu
* Japanese translation of admin.php * Japanese translation of other files * Correction by suggestion
2024-04-19i18n: de (#6313)Gravatar maTh
* Update admin.php * Update conf.php * Update conf.php * Update feedback.php * Update index.php * Update conf.php * Update sub.php * Update sub.php * Update sub.php
2024-04-18i18n improved: dotted path -> dot-notation (#6317)Gravatar maTh
* dotted path -> dot-notation * dot-notation -> dot notation * rename json_dotpath => json_dotnotation * Update app/i18n/fr/sub.php Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> * Update app/i18n/fr/sub.php Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> * Update app/i18n/fr/sub.php Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> * Update app/i18n/nl/sub.php Co-authored-by: Frans de Jonge <fransdejonge@gmail.com> * Update app/i18n/nl/sub.php Co-authored-by: Frans de Jonge <fransdejonge@gmail.com> * Update app/i18n/nl/sub.php Co-authored-by: Frans de Jonge <fransdejonge@gmail.com> * Update app/i18n/nl/sub.php Co-authored-by: Frans de Jonge <fransdejonge@gmail.com> * Rename corresponding class --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
2024-04-16Download feed configs as opml: button (#6312)Gravatar maTh
* button in feed configs * i18n * naming download file: added .opml * .opml.xml * i18n fr * Fix i18n en-GB --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2024-04-13Improve Japanese translation for CSS selector (#6294)Gravatar Hkcomori
2024-02-26New feature: shareable user query (#6052)Gravatar Alexandre Alapetite
* New feature: shareable user query Share the output of a user query by RSS / HTML / OPML with other people through unique URLs. Replaces the global admin token, which was the only option (but unsafe) to share RSS outputs with other people. Also add a new HTML output for people without an RSS reader. fix https://github.com/FreshRSS/FreshRSS/issues/3066#issuecomment-648977890 fix https://github.com/FreshRSS/FreshRSS/issues/3178#issuecomment-769435504 * Remove unused method * Fix token saving * Implement HTML view * Update i18n for master token * Revert i18n get_favorite * Fix missing i18n for user queries from before this PR * Remove irrelevant tests * Add link to RSS version * Fix getGet * Fix getState * Fix getSearch * Alternative getSearch * Default getOrder * Explicit default state * Fix test * Add OPML sharing * Remove many redundant SQL queries from original implementation of user queries * Fix article tags * Use default user settings * Prepare public search * Fixes * Allow user search on article tags * Implement user search * Revert filter bug * Revert wrong SQL left outer join change * Implement checkboxes * Safe check of OPML * Fix label * Remove RSS button to favour new sharing method That sharing button was using a global admin token * First version of HTTP 304 * Disallow some recusrivity fix https://github.com/FreshRSS/FreshRSS/issues/6086 * Draft of nav * Minor httpConditional * Add support for offset for pagination * Fix offset pagination * Fix explicit order ASC * Add documentation * Help links i18n * Note about deprecated master token * Typo * Doc about format
2024-02-17Fix Japanese translation (#6108)Gravatar hkcomori
2024-01-26Fix typos in pt-br translation (#6067)Gravatar Guilherme Gall
2024-01-24Updated italian translations (#6060)Gravatar FabioL
* Updated italian translations * Minor fixes * Workaround bug with `array (` --------- Co-authored-by: loviuz <loviuz@mailbox.org> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2024-01-10JSONFeeds, JSON scraping, and POST requests for feeds (#5662)Gravatar eta-orionis
* allow POST requests for feeds * added json dotpath and jsonfeed subscriptions. No translation strings yet * debug and fix jsonfeed parser * bugfix params saved when editing feed * added translations for JSON features * Update docs for web scraping * make fix-all and revert unrelated changes, plus a few manual fixes, but there are still several type errors * Fix some i18n * refactor json parsing for both feed types * cleanup unnecessary comment * refactored generation of SimplePie for XPath and JSON feeds * Fix merge error * Update to newer FreshRSS code * A bit of refactoring * doc, whitespace * JSON Feed is in two words * Add support for array syntax * Whitespace * Add OPML export/import * Work on i18n * Accept application/feed+json * Rework POST * Fix update * OPML for cURL options * Fix types * Fix Typos --------- Co-authored-by: Erion Elmasllari <elmasllari@factorsixty.com> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2024-01-03i18n: Italian: fixed-typo (#6018)Gravatar Simone
Non sure if there are other occurrences.
2024-01-03Auto-label (#5954)Gravatar Alexandre Alapetite
Add labels automatically to incoming articles fix https://github.com/FreshRSS/FreshRSS/issues/2380 fix https://github.com/FreshRSS/FreshRSS/issues/2420 fix https://github.com/FreshRSS/FreshRSS/issues/3279 fix https://github.com/FreshRSS/FreshRSS/discussions/4947 fix https://github.com/FreshRSS/FreshRSS/issues/5728 fix https://github.com/FreshRSS/FreshRSS/issues/5599
2023-12-30Translated the websub help line in the Hungarian translation (#6005)Gravatar András Marczinkó
2023-12-29Fixed peroid names in the Hungarian translation (#6000)Gravatar András Marczinkó
2023-12-26Update zh-cn translations (#5977)Gravatar Zhiyuan Zheng
* Add zh-cn translation. * Update admin.php * Update conf.php * Update conf.php * Update feedback.php * Update gen.php * Update sub.php
2023-12-03Updated Hungarian translation (#5918)Gravatar András Marczinkó
* Updated Hungarian translation * Fix typos config --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2023-11-14More WebSub doc (#5862)Gravatar Alexandre Alapetite
* More WebSub doc * UI for WebSub + more documentation And spellcheck Frech * Links to WebSub doc from readme * Add link to WebSub doc in admin interface * Fix checkbox * Plural
2023-11-09Added ability to mark articles as read on focus. (#5812)Gravatar Ben Passmore
* Added ability to mark entries as read on focus. Feature proposed in issue #5723. * make-fix-all + i18n fr * Use batch to save resources and increase performance * Use "keep_unread" * typo --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2023-11-08New feature important feeds (#5782)Gravatar Alexandre Alapetite
* New feature important feeds * Fix PHPStan * Initial style for important feeds + keep unread * Change UI order * Count important unread * Never mark as read important feeds during scroll * Fix i18n conf.iew.normal regression * Fix reader view * More fix reader view * Create important.svg * Fix title * Fix counter * Account for important during mark-all-as-read * Fix underline colour * 📌 * Changelog --------- Co-authored-by: math-gh <> Co-authored-by: maTh <1645099+math-GH@users.noreply.github.com>
2023-11-08Remove unneeded execution permissions (#5831)Gravatar Alexandre Alapetite
`chmod -x`
2023-11-07Do not show message Add some feeds (#5827)Gravatar Alexandre Alapetite
* Do not show message Add some feeds I found this message misleading, as a view is most of the time empty due to a filter, not due to a lack of feeds. * Remove i18n
2023-11-05document username:password@ syntax in proxy_help (#5805)Gravatar Justin Tracey
* document username:password@ syntax in proxy_help * document without credentials too Also mark translations as dirty. * Update app/i18n/fr/sub.php --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2023-11-01Fix typo in Dutch feedback.php (#5796)Gravatar Jan van den Berg
2023-10-27[i18n] Update Dutch translations (#5759)Gravatar Frans de Jonge
2023-10-22Do not update feeds after import (#5629)Gravatar robertdahlem
* Add checkbox to not update feeds after import to avoid duplicate feeds when importing multiple files. * Import without updating feeds, but now unconditionally * Added hint to click "Update feeds" to all translations * Update app/i18n/fr/feedback.php * Fix i18n --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2023-09-15Sensitive base-url (#5657)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/5656#issuecomment-1719802075 Make read-only while waiting for a better approach (which can wait till release 1.23)
2023-09-14Fix labels in anonymous mode (#5650)Gravatar Alexandre Alapetite
* Fix labels in anonymous mode fix https://github.com/FreshRSS/FreshRSS/issues/4305 * Show all tags * Revert "Show all tags" This reverts commit 24dfba501729cea32943548bc829d3581883de50. * Add message when no labels * fixed no label style * i18n de translation * Fix in non-anomymous mode * No class in anonymous mode --------- Co-authored-by: maTh <1645099+math-GH@users.noreply.github.com> Co-authored-by: math-gh <>
2023-09-13Allow configuration of Base URL via website (#5656)Gravatar Sam Cohen
* Allow configuration of Base URL via website * Fix alphabetization of CREDITS * Apply suggestions from code review * Add Automatic recommendation --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2023-09-10i18n: shortened text strings (#5636)Gravatar maTh
* i18n * fix --------- Co-authored-by: math-gh <>
2023-09-06 i18n: German translation of admin.php (new update page) (#5640)Gravatar maTh
Co-authored-by: math-gh <>
2023-08-24Fixed Spanish translation typo (#5609)Gravatar Miguel Sánchez
2023-08-22Fixed some typos in the Hungarian translation (#5593)Gravatar András Marczinkó
* Fixed some typos in the Hungarian translation * Fixed a misspelled word in the Hungarian translation --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2023-08-15Add Hungarian language (#5589)Gravatar FromTheMoon
* Add Hungarian language * Fixed missing lines in Hungarian translation
2023-08-07Add Persian/فارسی Language (#5571)Gravatar AmirHossein
* Add Persian/فارسی Language * Fix i18n * make fix-all And several manual fixes * Exclude Persian from English typo check * Update CREDITS.md I added myself to the list * Credits alphabetic order --------- Co-authored-by: AmirHossein <marjani@outlook.com> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2023-06-20added: new sharing service: Omnivore (#5477)Gravatar maTh
* add Omnivore * fix i18n * Update app/i18n/en/gen.php Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2023-06-13Improved: update page (#5420)Gravatar maTh
* prependTitle() * do not need the "damn" in the alert * update page layout improved * release channel * i18n labels * add log messages while updating * Delete updatee.php * Update updateController.php * Update updateController.php * Update updateController.php * Update updateController.php * add getCurrentGitBranch() * Update updateController.php * state2 buttons * i18n * loading * Update feedback.php * Update feedback.php * Update feedback.php * Update extra.js * Apply suggestions from code review Co-authored-by: Luc SANCHEZ <4697568+ColonelMoutarde@users.noreply.github.com> * Update updateController.php * Update terminology * update button is now armed --------- Co-authored-by: Luc SANCHEZ <4697568+ColonelMoutarde@users.noreply.github.com> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2023-06-13Fix: conf.php (German i18n) (#5468)Gravatar maTh