diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2023-01-25 23:50:54 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2023-01-25 23:50:54 +0000 |
| commit | 22c3012e1cb66b8a93b79b2bf3d655394aacee5b (patch) | |
| tree | 026f8c2c0416acfcb317b58e888cd54cb6108783 /src/i18n | |
| parent | 65e10f07def87f0c4399dbce92eb00b430d5dba4 (diff) | |
| parent | 03d5c2e140fc70937d3533665fa88d055ab486f1 (diff) | |
Merge branch 'birthdays' into 'develop'
Birthdays
See merge request pleroma/pleroma-fe!1432
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index c8de6851..0bdf4051 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -316,9 +316,13 @@ "email_required": "cannot be left blank", "password_required": "cannot be left blank", "password_confirmation_required": "cannot be left blank", - "password_confirmation_match": "should be the same as password" + "password_confirmation_match": "should be the same as password", + "birthday_required": "cannot be left blank", + "birthday_min_age": "must be on or before {date}" }, - "email_language": "In which language do you want to receive emails from the server?" + "email_language": "In which language do you want to receive emails from the server?", + "birthday": "Birthday:", + "birthday_optional": "Birthday (optional):" }, "remote_user_resolver": { "remote_user_resolver": "Remote user resolver", @@ -528,6 +532,10 @@ "name": "Label", "value": "Content" }, + "birthday": { + "label": "Birthday", + "show_birthday": "Show my birthday" + }, "account_privacy": "Privacy", "use_contain_fit": "Don't crop the attachment in thumbnails", "name": "Name", @@ -986,6 +994,7 @@ "hide_repeats": "Hide repeats", "show_repeats": "Show repeats", "bot": "Bot", + "birthday": "Born {birthday}", "admin_menu": { "moderation": "Moderation", "grant_admin": "Grant Admin", |
