diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2024-05-22 12:25:24 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2024-05-22 12:25:24 +0000 |
| commit | fd1011f622870385d8a694d60b66269e731b36cd (patch) | |
| tree | 57e6766d33235f1a2c16af7ff21260cb46777c99 /src/i18n/en.json | |
| parent | 3e99006e2ab06d2c8ade2eb20e12b1d2fbbcaac2 (diff) | |
| parent | eb27f1205b7bf077b81d698d24c2be656cc59023 (diff) | |
Merge branch 'scrobbles-age' into 'develop'
Add setting to only show scrobbles newer than certain age.
See merge request pleroma/pleroma-fe!1904
Diffstat (limited to 'src/i18n/en.json')
| -rw-r--r-- | src/i18n/en.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 270e14bd..f626e933 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -395,6 +395,14 @@ "desc": "To enable two-factor authentication, enter the code from your two-factor app:" } }, + "units": { + "time": { + "m": "minutes", + "s": "seconds", + "h": "hours", + "d": "days" + } + }, "lists_navigation": "Show lists in navigation", "allow_following_move": "Allow auto-follow when following account moves", "attachmentRadius": "Attachments", @@ -502,6 +510,7 @@ "mute_bot_posts": "Mute bot posts", "hide_actor_type_indication": "Hide actor type (bots, groups, etc.) indication in posts", "hide_scrobbles": "Hide scrobbles", + "hide_scrobbles_after": "Hide scrobbles older than", "mute_sensitive_posts": "Mute sensitive posts", "hide_all_muted_posts": "Hide muted posts", "max_thumbnails": "Maximum amount of thumbnails per post (empty = no limit)", |
