Merge pull request #5054 from element-hq/sync-localazy

Sync Strings
This commit is contained in:
ganfra 2025-07-22 21:13:30 +02:00 committed by GitHub
commit 9f11884ddd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
48 changed files with 1014 additions and 896 deletions

View file

@ -35,14 +35,30 @@
<string name="screen_room_timeline_less_reactions">"Pokaż mniej"</string>
<string name="screen_room_timeline_message_copied">"Skopiowano wiadomość"</string>
<string name="screen_room_timeline_no_permission_to_post">"Nie masz uprawnień, aby pisać w tym pokoju"</string>
<plurals name="screen_room_timeline_reaction_a11y">
<item quantity="one">"%1$d członek zareagował z %2$s"</item>
<item quantity="few">"%1$d członków zareagowało z %2$s"</item>
<item quantity="many">"%1$d członków zareagowało z %2$s"</item>
</plurals>
<plurals name="screen_room_timeline_reaction_including_you_a11y">
<item quantity="one">"Ty i %1$d członek zareagowaliście z %2$s"</item>
<item quantity="few">"Ty i %1$d członków zareagowaliście z %2$s"</item>
<item quantity="many">"Ty i %1$d członków zareagowaliście z %2$s"</item>
</plurals>
<string name="screen_room_timeline_reaction_you_a11y">"Zareagowałeś z %1$s"</string>
<string name="screen_room_timeline_reactions_show_less">"Pokaż mniej"</string>
<string name="screen_room_timeline_reactions_show_more">"Pokaż więcej"</string>
<string name="screen_room_timeline_reactions_show_reactions_summary">"Pokaż podsumowanie reakcji"</string>
<string name="screen_room_timeline_read_marker_title">"Nowe"</string>
<plurals name="screen_room_timeline_state_changes">
<item quantity="one">"%1$d zmiana pokoju"</item>
<item quantity="few">"%1$d zmiany pokoju"</item>
<item quantity="many">"%1$d zmian pokoju"</item>
</plurals>
<string name="screen_room_timeline_tombstoned_room_action">"Przejdź do nowego pokoju"</string>
<string name="screen_room_timeline_tombstoned_room_message">"Ten pokój został zmieniony i nie jest już aktywny"</string>
<string name="screen_room_timeline_upgraded_room_action">"Zobacz stare wiadomości"</string>
<string name="screen_room_timeline_upgraded_room_message">"Ten pokój jest kontynuacją innego pokoju"</string>
<plurals name="screen_room_typing_many_members">
<item quantity="one">"%1$s, %2$s i %3$d inny"</item>
<item quantity="few">"%1$s, %2$s i %3$d innych"</item>