diff options
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 5 | ||||
| -rw-r--r-- | src/i18n/pl.json | 9 |
2 files changed, 12 insertions, 2 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 209fd184..abdd57b5 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -399,6 +399,10 @@ "name": "Label", "value": "Content" }, + "birthday": { + "label": "Birthday", + "show_birthday": "Show my birthday" + }, "use_contain_fit": "Don't crop the attachment in thumbnails", "name": "Name", "name_bio": "Name & bio", @@ -774,6 +778,7 @@ "hide_repeats": "Hide repeats", "show_repeats": "Show repeats", "bot": "Bot", + "birthday": "Born {birthday}", "admin_menu": { "moderation": "Moderation", "grant_admin": "Grant Admin", diff --git a/src/i18n/pl.json b/src/i18n/pl.json index 304a0349..7cd31a06 100644 --- a/src/i18n/pl.json +++ b/src/i18n/pl.json @@ -633,7 +633,11 @@ "reply_visibility_following_short": "Pokazuj odpowiedzi obserwującym", "reply_visibility_self_short": "Pokazuj odpowiedzi tylko do mnie", "sensitive_by_default": "Domyślnie oznaczaj wpisy jako wrażliwe", - "hide_shoutbox": "Ukryj shoutbox instancji" + "hide_shoutbox": "Ukryj shoutbox instancji", + "birthday": { + "label": "Urodziny", + "show_birthday": "Pokazuj moją datę urodzenia" + } }, "time": { "day": "{0} dzień", @@ -770,7 +774,8 @@ "highlight": { "disabled": "Bez wyróżnienia" }, - "bot": "Bot" + "bot": "Bot", + "birthday": "Urodzony(-a) {birthday}" }, "user_profile": { "timeline_title": "Oś czasu użytkownika", |
