Sync Strings (#4775)

This commit is contained in:
ElementBot 2025-05-30 10:47:39 +02:00 committed by GitHub
parent 7e214b1d77
commit 498cf15d38
234 changed files with 3061 additions and 1086 deletions

View file

@ -19,6 +19,8 @@
<string name="state_event_room_avatar_removed_by_you">"Removeste o ícone da sala"</string>
<string name="state_event_room_ban">"%1$s baniu %2$s"</string>
<string name="state_event_room_ban_by_you">"Baniste %1$s"</string>
<string name="state_event_room_ban_by_you_with_reason">"Baniste %1$s: %2$s"</string>
<string name="state_event_room_ban_with_reason">"%1$s baniu %2$s: %3$s"</string>
<string name="state_event_room_created">"%1$s criou a sala"</string>
<string name="state_event_room_created_by_you">"Criaste a sala"</string>
<string name="state_event_room_invite">"%1$s convidou %2$s"</string>
@ -55,6 +57,8 @@
<string name="state_event_room_reject_by_you">"Rejeitaste o convite"</string>
<string name="state_event_room_remove">"%1$s removeu %2$s"</string>
<string name="state_event_room_remove_by_you">"Removeste %1$s"</string>
<string name="state_event_room_remove_by_you_with_reason">"Removeste %1$s: %2$s"</string>
<string name="state_event_room_remove_with_reason">"%1$s removeu %2$s: %3$s"</string>
<string name="state_event_room_third_party_invite">"%1$s enviou um convite a %2$s"</string>
<string name="state_event_room_third_party_invite_by_you">"Enviaste um convite a %1$s"</string>
<string name="state_event_room_third_party_revoked_invite">"%1$s revogou o convite de %2$s"</string>