Fix typo in German localization (#235)
This commit is contained in:
parent
a0ad701f52
commit
07cc0feac8
|
@ -127,7 +127,7 @@
|
||||||
"account.action.unblock" = "Block aufheben";
|
"account.action.unblock" = "Block aufheben";
|
||||||
"account.action.mute" = "Stummschalten";
|
"account.action.mute" = "Stummschalten";
|
||||||
"account.action.unmute" = "Stummschaltung aufheben";
|
"account.action.unmute" = "Stummschaltung aufheben";
|
||||||
"account.boosted-by" = "Geboosted von";
|
"account.boosted-by" = "Geboostet von";
|
||||||
"account.detail.about" = "Über";
|
"account.detail.about" = "Über";
|
||||||
"account.detail.familiar-followers" = "Auch gefolgt von";
|
"account.detail.familiar-followers" = "Auch gefolgt von";
|
||||||
"account.detail.n-fields %lld" = "%lld Felder";
|
"account.detail.n-fields %lld" = "%lld Felder";
|
||||||
|
@ -219,7 +219,7 @@
|
||||||
"notifications.label.follow-request" = "möchte dir folgen";
|
"notifications.label.follow-request" = "möchte dir folgen";
|
||||||
"notifications.label.mention" = "hat dich erwähnt";
|
"notifications.label.mention" = "hat dich erwähnt";
|
||||||
"notifications.label.poll" = "Umfrage beendet";
|
"notifications.label.poll" = "Umfrage beendet";
|
||||||
"notifications.label.reblog" = "hat geboosted";
|
"notifications.label.reblog" = "hat geboostet";
|
||||||
"notifications.label.status" = "hat einen Beitrag gepostet";
|
"notifications.label.status" = "hat einen Beitrag gepostet";
|
||||||
"notifications.label.update" = "hat einen Beitrag geändert";
|
"notifications.label.update" = "hat einen Beitrag geändert";
|
||||||
"notifications.menu-title.favorite" = "Favorit";
|
"notifications.menu-title.favorite" = "Favorit";
|
||||||
|
@ -303,9 +303,9 @@
|
||||||
"status.poll.frequency" = "Auswahlmöglichkeiten";
|
"status.poll.frequency" = "Auswahlmöglichkeiten";
|
||||||
"status.poll.option-n %lld" = "Option %lld";
|
"status.poll.option-n %lld" = "Option %lld";
|
||||||
"status.post-from-%@" = "Post von %@";
|
"status.post-from-%@" = "Post von %@";
|
||||||
"status.row.was-boosted" = "hat geboosted";
|
"status.row.was-boosted" = "hat geboostet";
|
||||||
"status.row.was-reply" = "Antwort auf";
|
"status.row.was-reply" = "Antwort auf";
|
||||||
"status.row.you-boosted" = "Du hast geboosted";
|
"status.row.you-boosted" = "Du hast geboostet";
|
||||||
"status.show-less" = "Weniger anzeigen";
|
"status.show-less" = "Weniger anzeigen";
|
||||||
"status.show-more" = "Mehr anzeigen";
|
"status.show-more" = "Mehr anzeigen";
|
||||||
"status.summary.at-time" = " um ";
|
"status.summary.at-time" = " um ";
|
||||||
|
|
Loading…
Reference in New Issue