Sync Strings (#5146)

* Sync Strings from Localazy

* Remove unused WelcomeView.

* Remove unused WelcomeView.

---------

Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
Co-authored-by: Benoit Marty <benoit@matrix.org>
This commit is contained in:
ElementBot 2025-08-11 14:49:29 +02:00 committed by GitHub
parent 54877db092
commit badbc5189e
186 changed files with 3296 additions and 1295 deletions

View file

@ -35,8 +35,18 @@
<string name="screen_room_timeline_less_reactions">"Visa mindre"</string>
<string name="screen_room_timeline_message_copied">"Meddelande kopierat"</string>
<string name="screen_room_timeline_no_permission_to_post">"Du är inte behörig att göra inlägg i det här rummet"</string>
<plurals name="screen_room_timeline_reaction_a11y">
<item quantity="one">"%1$d medlem reagerade med %2$s"</item>
<item quantity="other">"%1$d medlemmar reagerade med %2$s"</item>
</plurals>
<plurals name="screen_room_timeline_reaction_including_you_a11y">
<item quantity="one">"Du och %1$d medlem reagerade med %2$s"</item>
<item quantity="other">"Du och %1$d medlemmarna reagerade med %2$s"</item>
</plurals>
<string name="screen_room_timeline_reaction_you_a11y">"Du reagerade med %1$s"</string>
<string name="screen_room_timeline_reactions_show_less">"Visa mindre"</string>
<string name="screen_room_timeline_reactions_show_more">"Visa mer"</string>
<string name="screen_room_timeline_reactions_show_reactions_summary">"Visa sammanfattning av reaktioner"</string>
<string name="screen_room_timeline_read_marker_title">"Nytt"</string>
<plurals name="screen_room_timeline_state_changes">
<item quantity="one">"%1$d rumsändring"</item>