New translations strings.xml (Interlingua)

This commit is contained in:
Eugen Rochko 2024-05-07 20:40:03 +02:00
parent 37de5b79a8
commit c789c71768
1 changed files with 42 additions and 0 deletions

View File

@ -34,22 +34,64 @@
<string name="button_following">Sequente</string> <string name="button_following">Sequente</string>
<string name="edit_profile">Rediger le profilo</string> <string name="edit_profile">Rediger le profilo</string>
<string name="share_user">Compartir profilo via…</string> <string name="share_user">Compartir profilo via…</string>
<string name="mute_user">Silentiar %s</string>
<string name="unmute_user">Reactivar audio %s</string>
<string name="block_user">Blocar %s</string>
<string name="unblock_user">Disblocar %s</string>
<string name="report_user">Reportar %s</string>
<string name="block_domain">Blocar %s</string>
<string name="unblock_domain">Disblocar %s</string>
<string name="profile_joined">Inscribite</string>
<string name="done">Facite</string> <string name="done">Facite</string>
<string name="loading">Cargante…</string>
<string name="field_label">Etiquetta</string> <string name="field_label">Etiquetta</string>
<string name="field_content">Contento</string>
<string name="saving">Salvante…</string>
<string name="post_from_user">Message ab %s</string>
<string name="poll_option_hint">Option %d</string> <string name="poll_option_hint">Option %d</string>
<plurals name="x_days">
<item quantity="one">%d die</item>
<item quantity="other">%d dies</item>
</plurals>
<plurals name="x_days_left">
<item quantity="one">%d die restante</item>
<item quantity="other">%d dies restante</item>
</plurals>
<plurals name="x_votes">
<item quantity="one">%,d voto</item>
<item quantity="other">%,d votos</item>
</plurals>
<string name="poll_closed">Claudite</string>
<string name="do_mute">Silentiar</string>
<string name="do_unmute">Non plus silentiar</string>
<string name="do_block">Blocar</string>
<string name="do_unblock">Disblocar</string>
<string name="button_blocked">Blocate</string>
<string name="action_vote">Votar</string>
<string name="delete">Deler</string>
<string name="confirm_delete_title">Deler message</string>
<string name="confirm_delete">Es tu secur que tu vole deler iste message?</string> <string name="confirm_delete">Es tu secur que tu vole deler iste message?</string>
<string name="deleting">Delente…</string> <string name="deleting">Delente…</string>
<string name="notification_channel_audio_player">Reproduction audio</string>
<string name="play">Reproducer</string>
<string name="pause">Pausar</string>
<string name="log_out">Clauder session</string>
<string name="add_account">Adder conto</string>
<string name="search_hint">Cercar</string> <string name="search_hint">Cercar</string>
<string name="hashtags">Hashtags</string> <string name="hashtags">Hashtags</string>
<string name="news">Novas</string> <string name="news">Novas</string>
<string name="for_you">Pro te</string> <string name="for_you">Pro te</string>
<string name="all_notifications">Toto</string>
<string name="mentions">Mentiones</string> <string name="mentions">Mentiones</string>
<string name="report_title">Reportar %s</string>
<string name="report_choose_reason">Que ha il que non va con iste message?</string>
<string name="report_reason_spam">Isto es spam</string> <string name="report_reason_spam">Isto es spam</string>
<string name="display_name">Nomine</string> <string name="display_name">Nomine</string>
<string name="username">Nomine de usator</string> <string name="username">Nomine de usator</string>
<string name="email">Email</string> <string name="email">Email</string>
<string name="password">Contrasigno</string> <string name="password">Contrasigno</string>
<!-- %s is the email address --> <!-- %s is the email address -->
<string name="content_warning">Advertimento de contento</string>
<string name="visibility_public">Public</string> <string name="visibility_public">Public</string>
<string name="theme_light">Clar</string> <string name="theme_light">Clar</string>
<string name="theme_dark">Obscur</string> <string name="theme_dark">Obscur</string>