feat(i18n): capitalize posts_count unit (#787)
This commit is contained in:
parent
5c0e1790fa
commit
614bc274bc
|
@ -21,7 +21,7 @@
|
|||
"mutuals": "Přátelé",
|
||||
"pinned": "Připnuto",
|
||||
"posts": "Příspěvky",
|
||||
"posts_count": "{0} příspěvků",
|
||||
"posts_count": "{0} Příspěvků",
|
||||
"profile_description": "pozadí profilu {0}",
|
||||
"profile_unavailable": "Profil není dostupný",
|
||||
"unfollow": "Přestat sledovat"
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"mutuals": "Mutuals",
|
||||
"pinned": "Pinned",
|
||||
"posts": "Posts",
|
||||
"posts_count": "{0} posts|{0} post|{0} posts",
|
||||
"posts_count": "{0} Posts|{0} Post|{0} Posts",
|
||||
"profile_description": "{0}'s profile header",
|
||||
"profile_unavailable": "Profile unavailable",
|
||||
"unblock": "Unblock",
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"mutuals": "Mutuals",
|
||||
"pinned": "Pinned",
|
||||
"posts": "Posts",
|
||||
"posts_count": "{0} posts|{0} post|{0} posts",
|
||||
"posts_count": "{0} Posts|{0} Post|{0} Posts",
|
||||
"profile_description": "{0}'s profile header",
|
||||
"profile_unavailable": "Profile unavailable",
|
||||
"unblock": "Unblock",
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"mutuals": "Mutuo",
|
||||
"pinned": "Publicaciones fijadas",
|
||||
"posts": "Publicaciones",
|
||||
"posts_count": "{0} publicaciones|{0} publicación|{0} publicaciones",
|
||||
"posts_count": "{0} Publicaciones|{0} Publicación|{0} Publicaciones",
|
||||
"profile_description": "Encabezado del perfil de {0}",
|
||||
"profile_unavailable": "Perfil no disponible",
|
||||
"unblock": "Desbloquear",
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"mutuals": "@:account.following",
|
||||
"pinned": "Épinglés",
|
||||
"posts": "Messages",
|
||||
"posts_count": "{0} messages",
|
||||
"posts_count": "{0} Messages",
|
||||
"profile_description": "En-tête du profil de {0}",
|
||||
"profile_unavailable": "Profil non accessible",
|
||||
"unblock": "Unblock",
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
"mutuals": "Gedeeld",
|
||||
"pinned": "Gepind",
|
||||
"posts": "Posts",
|
||||
"posts_count": "{0} posts|{0} post|{0} posts",
|
||||
"posts_count": "{0} Posts|{0} Post|{0} Posts",
|
||||
"profile_description": "{0}'s profiel koptekst",
|
||||
"profile_unavailable": "Profiel niet beschikbaar",
|
||||
"unblock": " Deblokkeren",
|
||||
|
|
Loading…
Reference in a new issue