aboutsummaryrefslogtreecommitdiff
path: root/internal/locale/translations/tr_TR.json
diff options
context:
space:
mode:
authorGravatar privatmamtora <privat.mamtora@gmail.com> 2024-07-03 04:03:49 +0000
committerGravatar GitHub <noreply@github.com> 2024-07-02 21:03:49 -0700
commit1a81866bb93a96d91fa5d61cb91949b5f4bad840 (patch)
tree14db5c7a1bafd67943c8452d5b80420345fc3140 /internal/locale/translations/tr_TR.json
parentc4278821cbaf392873380396d3590d936e0dbcf1 (diff)
downloadv2-1a81866bb93a96d91fa5d61cb91949b5f4bad840.tar.gz
v2-1a81866bb93a96d91fa5d61cb91949b5f4bad840.tar.zst
v2-1a81866bb93a96d91fa5d61cb91949b5f4bad840.zip
Add global block and keep filters
Diffstat (limited to 'internal/locale/translations/tr_TR.json')
-rw-r--r--internal/locale/translations/tr_TR.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/internal/locale/translations/tr_TR.json b/internal/locale/translations/tr_TR.json
index 965f68de..53064e09 100644
--- a/internal/locale/translations/tr_TR.json
+++ b/internal/locale/translations/tr_TR.json
@@ -122,6 +122,14 @@
"error.settings_mandatory_fields": "Kullanıcı ad, tema, dil ve saat dilimi zorunlu.",
"error.settings_media_playback_rate_range": "Oynatma hızı aralık dışında",
"error.settings_reading_speed_is_positive": "Okuma hızları pozitif tam sayılar olmalıdır.",
+ "error.settings_block_rule_fieldname_invalid": "Invalid Block rule: rule #%d is missing a valid field name (Options: %s)",
+ "error.settings_block_rule_separator_required": "Invalid Block rule: rule #%d's pattern is required to be seperated by a '='",
+ "error.settings_block_rule_regex_required": "Invalid Block rule: rule #%d's pattern is not provided",
+ "error.settings_block_rule_invalid_regex": "Invalid Block rule: rule #%d's pattern is not a valid regex",
+ "error.settings_keep_rule_fieldname_invalid": "Invalid Keep rule: rule #%d is missing a valid field name (Options: %s)",
+ "error.settings_keep_rule_separator_required": "Invalid Keep rule: rule #%d's pattern is required to be seperated by a '='",
+ "error.settings_keep_rule_regex_required": "Invalid Keep rule: rule #%d pattern is not provided",
+ "error.settings_keep_rule_invalid_regex": "Invalid Keep rule: rule #%d's pattern is not a valid regex",
"error.site_url_not_empty": "Site URL'si boş olamaz.",
"error.subscription_not_found": "Herhangi bir abonelik bulunamadı.",
"error.title_required": "Başlık zorunlu.",
@@ -264,6 +272,7 @@
"form.prefs.fieldset.application_settings": "Uygulama Ayarları",
"form.prefs.fieldset.authentication_settings": "Kimlik Doğrulama Ayarları",
"form.prefs.fieldset.reader_settings": "Okuyucu Ayarları",
+ "form.prefs.fieldset.global_feed_settings": "Global Feed Settings",
"form.prefs.label.categories_sorting_order": "Kategori sıralaması",
"form.prefs.label.cjk_reading_speed": "Çince, Korece ve Japonca için okuma hızı (dakika başına karakter)",
"form.prefs.label.custom_css": "Özel CSS",