Update strings

This commit is contained in:
yostyle 2023-08-07 16:33:45 +02:00
parent a611766476
commit 82c8acd3dc
10 changed files with 59 additions and 17 deletions

View file

@ -5,6 +5,11 @@
<item quantity="few">"%1$d изменения в комнате"</item>
<item quantity="many">"%1$d изменений в комнате"</item>
</plurals>
<plurals name="screen_room_timeline_more_reactions">
<item quantity="one">"одно"</item>
<item quantity="few">"%1$d"</item>
<item quantity="many">"более %1$d"</item>
</plurals>
<string name="screen_room_attachment_source_camera">"Камера"</string>
<string name="screen_room_attachment_source_camera_photo">"Сделать фото"</string>
<string name="screen_room_attachment_source_camera_video">"Записать видео"</string>