Sync Strings from Localazy
This commit is contained in:
parent
1024056f83
commit
7911a26003
118 changed files with 996 additions and 113 deletions
|
|
@ -12,6 +12,14 @@
|
|||
<item quantity="one">"%1$d modifica alla stanza"</item>
|
||||
<item quantity="other">"%1$d modifiche alla stanza"</item>
|
||||
</plurals>
|
||||
<plurals name="screen_room_typing_many_members">
|
||||
<item quantity="one">"%1$s, %2$s e %3$d altro"</item>
|
||||
<item quantity="other">"%1$s, %2$s e altri %3$d"</item>
|
||||
</plurals>
|
||||
<plurals name="screen_room_typing_notification">
|
||||
<item quantity="one">"%1$s sta scrivendo"</item>
|
||||
<item quantity="other">"%1$s stanno scrivendo"</item>
|
||||
</plurals>
|
||||
<string name="report_content_explanation">"Questo messaggio verrà segnalato all\'amministratore dell\'homeserver. Questi non sarà in grado di leggere i messaggi criptati."</string>
|
||||
<string name="report_content_hint">"Motivo della segnalazione di questo contenuto"</string>
|
||||
<string name="room_timeline_beginning_of_room">"Questo è l\'inizio di %1$s."</string>
|
||||
|
|
@ -20,7 +28,6 @@
|
|||
<string name="screen_room_mentions_at_room_subtitle">"Avvisa l\'intera stanza"</string>
|
||||
<string name="screen_report_content_block_user_hint">"Seleziona se vuoi nascondere tutti i messaggi attuali e futuri di questo utente"</string>
|
||||
<string name="screen_room_attachment_source_camera">"Fotocamera"</string>
|
||||
<string name="screen_room_attachment_source_camera_photo">"Scatta foto"</string>
|
||||
<string name="screen_room_attachment_source_camera_video">"Registra video"</string>
|
||||
<string name="screen_room_attachment_source_files">"Allegato"</string>
|
||||
<string name="screen_room_attachment_source_gallery">"Libreria di foto e video"</string>
|
||||
|
|
@ -53,9 +60,11 @@
|
|||
<string name="screen_room_retry_send_menu_title">"Il tuo messaggio non è stato inviato"</string>
|
||||
<string name="screen_room_timeline_add_reaction">"Aggiungi emoji"</string>
|
||||
<string name="screen_room_timeline_less_reactions">"Mostra meno"</string>
|
||||
<string name="screen_room_typing_two_members">"%1$s e %2$s"</string>
|
||||
<string name="screen_room_voice_message_tooltip">"Tieni premuto per registrare"</string>
|
||||
<string name="screen_room_mentions_at_room_title">"Tutti"</string>
|
||||
<string name="screen_report_content_block_user">"Blocca utente"</string>
|
||||
<string name="screen_room_attachment_source_camera_photo">"Scatta foto"</string>
|
||||
<string name="screen_room_error_failed_processing_media">"Elaborazione del file multimediale da caricare fallita, riprova."</string>
|
||||
<string name="screen_room_notification_settings_mode_mentions_and_keywords">"Solo menzioni e parole chiave"</string>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue