diff options
author | 2024-05-02 16:15:47 +0200 | |
---|---|---|
committer | 2024-05-06 15:40:36 -0700 | |
commit | a33b1adf138efbaf442129d501dda198af18390d (patch) | |
tree | 6dd24c0af76c1a926286d5e0255e10590a23067e /internal/locale/translations/tr_TR.json | |
parent | a631bd527d73b5b8d8e85343a1d5fe438e89dad7 (diff) | |
download | v2-a33b1adf138efbaf442129d501dda198af18390d.tar.gz v2-a33b1adf138efbaf442129d501dda198af18390d.tar.zst v2-a33b1adf138efbaf442129d501dda198af18390d.zip |
Add description field to feed settings
This adds a new "description" field to the feed settings. This allows to
save custom description regarding a feed. It is also exported and
imported as "description" in OPML.
Diffstat (limited to 'internal/locale/translations/tr_TR.json')
-rw-r--r-- | internal/locale/translations/tr_TR.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/locale/translations/tr_TR.json b/internal/locale/translations/tr_TR.json index 3edd074b..fbaa3efb 100644 --- a/internal/locale/translations/tr_TR.json +++ b/internal/locale/translations/tr_TR.json @@ -154,6 +154,7 @@ "form.feed.label.disabled": "Bu beslemeyi yenileme", "form.feed.label.feed_password": "Besleme Parolası", "form.feed.label.feed_url": "Besleme URL'si", + "form.feed.label.description": "Açıklama", "form.feed.label.feed_username": "Besleme Kullanıcı Adı", "form.feed.label.fetch_via_proxy": "Proxy ile çek", "form.feed.label.hide_globally": "Genel okunmamış listesindeki girişleri gizle", |