Import translations from Riot

This commit is contained in:
Benoit Marty
2019-07-03 10:20:07 +02:00
parent bc2d321a84
commit a476ac71da
18 changed files with 890 additions and 110 deletions

View File

@ -92,4 +92,17 @@
</plurals>
<string name="notice_event_redacted">Nachricht entfernt</string>
<string name="notice_event_redacted_by">Nachricht entfernt von %1$s</string>
<string name="notice_event_redacted_with_reason">Nachricht entfernt [Grund: %1$s]</string>
<string name="notice_event_redacted_by_with_reason">Nachricht entfernt von %1$s [Grund: %2$s]</string>
<string name="verification_emoji_pizza">Pizza</string>
<string name="verification_emoji_dog">Hund</string>
<string name="verification_emoji_cat">Katze</string>
<string name="verification_emoji_lion">Löwe</string>
<string name="verification_emoji_horse">Pferd</string>
<string name="verification_emoji_unicorn">Einhorn</string>
<string name="verification_emoji_pig">Schwein</string>
<string name="verification_emoji_elephant">Elefant</string>
<string name="verification_emoji_rabbit">Hase</string>
</resources>

View File

@ -92,4 +92,12 @@
<item quantity="other">%1$s y %2$d otros</item>
</plurals>
<string name="notice_event_redacted">Mensaje eliminado</string>
<string name="notice_event_redacted_by">Mensaje eliminado por %1$s</string>
<string name="notice_event_redacted_with_reason">Mensaje eliminado [motivo: %1$s]</string>
<string name="notice_event_redacted_by_with_reason">Mensaje eliminado por %1$s [motivo: %2$s]</string>
<string name="verification_emoji_dog">Perro</string>
<string name="verification_emoji_cat">Gato</string>
<string name="verification_emoji_lion">León</string>
<string name="verification_emoji_horse">Caballo</string>
</resources>