Birthdays
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
8ade11783a
commit
79d02bddbe
8 changed files with 60 additions and 5 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue