mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-17 20:32:56 +00:00
Fix translations
This commit is contained in:
parent
a5797139b2
commit
0c491ea928
|
@ -35,6 +35,7 @@ const pt = {
|
||||||
"compose_form.placeholder": "Que estás pensando?",
|
"compose_form.placeholder": "Que estás pensando?",
|
||||||
"compose_form.publish": "Publicar",
|
"compose_form.publish": "Publicar",
|
||||||
"compose_form.sensitive": "Marcar conteúdo como sensível",
|
"compose_form.sensitive": "Marcar conteúdo como sensível",
|
||||||
|
"compose_form.unlisted": "Modo não-listado",
|
||||||
"navigation_bar.settings": "Configurações",
|
"navigation_bar.settings": "Configurações",
|
||||||
"navigation_bar.public_timeline": "Timeline Pública",
|
"navigation_bar.public_timeline": "Timeline Pública",
|
||||||
"navigation_bar.logout": "Logout",
|
"navigation_bar.logout": "Logout",
|
||||||
|
|
|
@ -35,7 +35,7 @@ de:
|
||||||
other: Etwas ist noch nicht ganz richtig! Bitte korrigiere %{count} Fehler
|
other: Etwas ist noch nicht ganz richtig! Bitte korrigiere %{count} Fehler
|
||||||
notification_mailer:
|
notification_mailer:
|
||||||
favourite:
|
favourite:
|
||||||
body: "Dein Beitrag wurde von %{name} favorisiert:"
|
body: 'Dein Beitrag wurde von %{name} favorisiert:'
|
||||||
subject: "%{name} hat deinen Beitrag favorisiert"
|
subject: "%{name} hat deinen Beitrag favorisiert"
|
||||||
follow:
|
follow:
|
||||||
body: "%{name} folgt dir jetzt!"
|
body: "%{name} folgt dir jetzt!"
|
||||||
|
@ -44,7 +44,7 @@ de:
|
||||||
body: "%{name} hat dich erwähnt:"
|
body: "%{name} hat dich erwähnt:"
|
||||||
subject: "%{name} hat dich erwähnt"
|
subject: "%{name} hat dich erwähnt"
|
||||||
reblog:
|
reblog:
|
||||||
body: "Dein Beitrag wurde von %{name} geteilt:"
|
body: 'Dein Beitrag wurde von %{name} geteilt:'
|
||||||
subject: "%{name} teilte deinen Beitrag"
|
subject: "%{name} teilte deinen Beitrag"
|
||||||
pagination:
|
pagination:
|
||||||
next: Vorwärts
|
next: Vorwärts
|
||||||
|
@ -55,5 +55,7 @@ de:
|
||||||
stream_entries:
|
stream_entries:
|
||||||
favourited: favorisierte einen Beitrag von
|
favourited: favorisierte einen Beitrag von
|
||||||
is_now_following: folgt nun
|
is_now_following: folgt nun
|
||||||
|
users:
|
||||||
|
invalid_email: Inkorrekte E-mail-Addresse
|
||||||
will_paginate:
|
will_paginate:
|
||||||
page_gap: "…"
|
page_gap: "…"
|
||||||
|
|
|
@ -14,7 +14,6 @@ pt:
|
||||||
new_password: Nova password
|
new_password: Nova password
|
||||||
note: Biografia
|
note: Biografia
|
||||||
password: Password
|
password: Password
|
||||||
silenced: Modo não-listado
|
|
||||||
username: Username
|
username: Username
|
||||||
interactions:
|
interactions:
|
||||||
must_be_follower: Bloquear notificações de não-seguidores
|
must_be_follower: Bloquear notificações de não-seguidores
|
||||||
|
|
|
@ -27,4 +27,4 @@ uk:
|
||||||
required:
|
required:
|
||||||
mark: "*"
|
mark: "*"
|
||||||
text: обов'язкове
|
text: обов'язкове
|
||||||
'yes': 'Так'
|
'yes': 'Так'
|
||||||
|
|
Loading…
Reference in a new issue