diff options
| author | Henry Jameson <me@hjkos.com> | 2024-09-26 01:10:57 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-09-26 01:10:57 +0300 |
| commit | 6fc929a0a040bfdf3b403c5f2b708ab4a51fe2e8 (patch) | |
| tree | c85c68d9e09826a9d81b4ef21706f782c5a9a5d6 /src/i18n/en.json | |
| parent | 22cc96705ab3af42a6373ccab6df473ba1243fed (diff) | |
| parent | 05c0b16a935c2799ece31845897d3a29d39e3eee (diff) | |
Merge remote-tracking branch 'origin/develop' into shadow-control-2.0
Diffstat (limited to 'src/i18n/en.json')
| -rw-r--r-- | src/i18n/en.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 1b67d4f7..c1484bc5 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -229,7 +229,9 @@ "expiry": "Poll age", "expires_in": "Poll ends in {0}", "expired": "Poll ended {0} ago", - "not_enough_options": "Too few unique options in poll" + "not_enough_options": "Too few unique options in poll", + "non_anonymous": "Public poll", + "non_anonymous_title": "Other instances may display the options you voted for" }, "emoji": { "stickers": "Stickers", @@ -506,6 +508,8 @@ "autocomplete_select_first": "Automatically select the first candidate when autocomplete results are available", "emoji_reactions_on_timeline": "Show emoji reactions on timeline", "emoji_reactions_scale": "Reactions scale factor", + "absolute_time_format": "Use absolute time format", + "absolute_time_format_min_age": "Only use for time older than this amount of time", "export_theme": "Save preset", "filtering": "Filtering", "wordfilter": "Wordfilter", |
