mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
Version 4.2.0-beta1. Fix regex in post filter. Fix UI issues.
This commit is contained in:
@@ -929,5 +929,5 @@ https://play.google.com/store/apps/details?id=ml.docilealligator.infinityforredd
|
||||
<string name="theme_item_no_preview_post_type_background_color">"无预览文章类型背景颜色"</string>
|
||||
<string name="theme_item_no_preview_post_type_background_color_detail">"应用于:占位符,指示没有预览可用时的帖子类型"</string>
|
||||
<string name="settings_language_title">"语言"</string>
|
||||
<string name="settings_enable_search_history">"启用搜索记录"</string>
|
||||
<string name="settings_enable_search_history_title">"启用搜索记录"</string>
|
||||
</resources>
|
@@ -964,12 +964,12 @@
|
||||
|
||||
<string name="only_nsfw">Only NSFW</string>
|
||||
<string name="only_spoiler">Only Spoiler</string>
|
||||
<string name="title_excludes_strings_hint">Title: excludes keywords</string>
|
||||
<string name="title_excludes_strings_hint">Title: excludes keywords (key1,key2)</string>
|
||||
<string name="title_excludes_regex_hint">Title: excludes regex</string>
|
||||
<string name="exclude_subreddits_hint">Exclude subreddits</string>
|
||||
<string name="exclude_users_hint">Exclude users</string>
|
||||
<string name="exclude_flairs_hint">Exclude flairs</string>
|
||||
<string name="contain_flairs_hint">Contain flairs</string>
|
||||
<string name="exclude_subreddits_hint">Exclude subreddits (e.g. funny,AskReddit)</string>
|
||||
<string name="exclude_users_hint">Exclude users (e.g. Hostilenemy,random)</string>
|
||||
<string name="exclude_flairs_hint">Exclude flairs (e.g. flair1,flair2)</string>
|
||||
<string name="contain_flairs_hint">Contain flairs (e.g. flair1,flair2)</string>
|
||||
<string name="min_vote_hint">Min vote (-1: no restriction)</string>
|
||||
<string name="max_vote_hint">Max vote (-1: no restriction)</string>
|
||||
<string name="min_comments_hint">Min comments (-1: no restriction)</string>
|
||||
|
Reference in New Issue
Block a user