Skip to content

Commit

Permalink
New Crowdin updates (#93)
Browse files Browse the repository at this point in the history
* New translations strings.xml (German)

* New translations strings.xml (Portuguese, Brazilian)

* New translations strings.xml (Portuguese, Brazilian)

* New translations strings.xml (French)

* New translations strings.xml (German)

* New translations strings.xml (French)

* New translations strings.xml (Spanish)

* New translations strings.xml (German)

* New translations strings.xml (Chinese Simplified)

* New translations strings.xml (Chinese Traditional)

* New translations strings.xml (English)

* New translations strings.xml (Kabyle)

* New translations strings.xml (Russian)

* New translations strings.xml (Ukrainian)

* New translations strings.xml (Japanese)

* New translations strings.xml (Portuguese, Brazilian)

* New translations strings.xml (German)

* New translations strings.xml (Chinese Simplified)
  • Loading branch information
whitescent committed Apr 9, 2024
1 parent ffc4e32 commit 5f7c43b
Show file tree
Hide file tree
Showing 11 changed files with 52 additions and 41 deletions.
29 changes: 15 additions & 14 deletions app/src/main/res/values-de-rDE/strings.xml
Expand Up @@ -63,6 +63,7 @@
<string name="load_more_title">Mehr laden</string>
<string name="link_preview_title">Link Vorschau</string>
<string name="replying_to_title">Antwort an %s</string>
<string name="unsupported_media_files">Nicht unterstützte Mediendateien</string>
<!-- status detail screen -->
<string name="post_your_reply">antworten</string>
<string name="uncategorized_title">Keine Kategorie</string>
Expand All @@ -83,7 +84,7 @@
<string name="account_joined">%s ist beigetreten</string>
<string name="post_title">Beiträge</string>
<plurals name="post_count">
<item quantity="one">%d Post</item>
<item quantity="one">%d Beitrag</item>
<item quantity="other">%d Beiträge</item>
</plurals>
<string name="follow_title">Folgen</string>
Expand All @@ -109,7 +110,7 @@
<string name="vote_title">Abstimmen</string>
<string name="vote_failed_title">Abstimmung fehlgeschlagen: %s</string>
<plurals name="votes">
<item quantity="one">%d vote</item>
<item quantity="one">%d Stimme</item>
<item quantity="other">%d Stimmen</item>
</plurals>
<!-- Explore screen -->
Expand All @@ -125,11 +126,11 @@
<string name="search_description">Suche nach Mitgliedern, Themen und Stichwörtern</string>
<string name="find_result">Finde alle Ergebnisse für \"%s\"</string>
<plurals name="search_preview_user">
<item quantity="one">%d user</item>
<item quantity="one">%d Benutzer</item>
<item quantity="other">%d Benutzer</item>
</plurals>
<plurals name="search_preview_tags">
<item quantity="one">%d topic</item>
<item quantity="one">%d Thema</item>
<item quantity="other">%d Themen</item>
</plurals>
<string name="nothing_to_see_here">Hier gibt es nichts zu sehen</string>
Expand All @@ -139,16 +140,16 @@
<string name="follow_hashtag">Folge %s</string>
<string name="following_hashtag">Folgt \#%s</string>
<plurals name="participant_count">
<item quantity="one">%d participant</item>
<item quantity="one">%d Teilnehmer</item>
<item quantity="other">%d Teilnehmer</item>
</plurals>
<plurals name="posts_week">
<item quantity="one">%d Beitrag in dieser Woche</item>
<item quantity="other">%d Beiträge in dieser Woche</item>
</plurals>
<plurals name="posts_today">
<item quantity="one">%d post today</item>
<item quantity="other">%,d Beiträge heute</item>
<item quantity="one">%d Beitrag heute</item>
<item quantity="other">%d Beiträge heute</item>
</plurals>
<string name="back_to_top">Zurück nach oben</string>
<!-- Post screen-->
Expand Down Expand Up @@ -192,13 +193,13 @@
<string name="someone_share_new_post">%s hat einen neuen Beitrag geteilt</string>
<string name="someone_update_post">%s hat einen Beitrag aktualisiert:</string>
<string name="someone_poll_end">%s’s Umfrage ist beendet</string>
<string name="notification_background_work_channel_name">Background Work</string>
<string name="notification_background_work_channel_description">Notifications for Mastify working in the background</string>
<string name="notification_background_work_channel_name">Hintergrundarbeit</string>
<string name="notification_background_work_channel_description">Benachrichtigungen für Mastify arbeiten im Hintergrund</string>
<!-- Settings screen -->
<string name="settings_title">Settings</string>
<string name="privacy_settings_title">Privacy</string>
<string name="firebase_crashlytics_settings_description"> Enabling this option will upload crash information to Google when you use the app.
\nIt helps developers analyze the causes of crashes and improve application stability.
\nIf you don\'t feel comfortable sharing your data, feel free to turn off this option.
<string name="settings_title">Einstellungen</string>
<string name="privacy_settings_title">Datenschutz</string>
<string name="firebase_crashlytics_settings_description"> Wenn Sie diese Option aktivieren, werden Absturzinformationen zu Google hochgeladen, wenn Sie die App verwenden.
\nEs hilft Entwicklern, die Ursachen von Abstürzen zu analysieren und die Anwendungsstabilität zu verbessern.
\nWenn Sie sich nicht wohl fühlen, Ihre Daten zu teilen, deaktivieren Sie diese Option.
</string>
</resources>
1 change: 1 addition & 0 deletions app/src/main/res/values-en-rUS/strings.xml
Expand Up @@ -63,6 +63,7 @@
<string name="load_more_title">Load More</string>
<string name="link_preview_title">Link Preview</string>
<string name="replying_to_title">Replying to %s</string>
<string name="unsupported_media_files">Unsupported media files</string>
<!-- status detail screen -->
<string name="post_your_reply">post your reply</string>
<string name="uncategorized_title">Uncategorized</string>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-es-rES/strings.xml
Expand Up @@ -63,6 +63,7 @@
<string name="load_more_title">Load More</string>
<string name="link_preview_title">Link Preview</string>
<string name="replying_to_title">Replying to %s</string>
<string name="unsupported_media_files">Unsupported media files</string>
<!-- status detail screen -->
<string name="post_your_reply">post your reply</string>
<string name="uncategorized_title">Uncategorized</string>
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/values-fr-rFR/strings.xml
Expand Up @@ -55,14 +55,15 @@
<string name="mute_account">Masquer %s</string>
<string name="block_account">Bloquer %s</string>
<string name="report">Signaler</string>
<string name="many_posts_title">Plusieurs postes</string>
<string name="many_posts_title">Plusieurs posts</string>
<plurals name="new_post">
<item quantity="one">%d nouveau post</item>
<item quantity="other">%d nouveaux postes</item>
</plurals>
<string name="load_more_title">Afficher Plus</string>
<string name="link_preview_title">Aperçu du Lien</string>
<string name="replying_to_title">Répondre à %s</string>
<string name="unsupported_media_files">Unsupported media files</string>
<!-- status detail screen -->
<string name="post_your_reply">poster votre réponse</string>
<string name="uncategorized_title">Sans catégorie</string>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-ja-rJP/strings.xml
Expand Up @@ -62,6 +62,7 @@
<string name="load_more_title">Load More</string>
<string name="link_preview_title">Link Preview</string>
<string name="replying_to_title">Replying to %s</string>
<string name="unsupported_media_files">Unsupported media files</string>
<!-- status detail screen -->
<string name="post_your_reply">post your reply</string>
<string name="uncategorized_title">Uncategorized</string>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-kab/strings.xml
Expand Up @@ -63,6 +63,7 @@
<string name="load_more_title">Load More</string>
<string name="link_preview_title">Link Preview</string>
<string name="replying_to_title">Replying to %s</string>
<string name="unsupported_media_files">Unsupported media files</string>
<!-- status detail screen -->
<string name="post_your_reply">post your reply</string>
<string name="uncategorized_title">Uncategorized</string>
Expand Down
53 changes: 27 additions & 26 deletions app/src/main/res/values-pt-rBR/strings.xml
Expand Up @@ -32,7 +32,7 @@
<string name="user_boosted"></string>
<string name="title_add_account">Adicionar Conta</string>
<string name="title_profile">Perfil</string>
<string name="title_bookmarks">Bookmarks</string>
<string name="title_bookmarks">Marcadores</string>
<string name="title_favorites">Favoritos</string>
<string name="title_lists">Listas</string>
<string name="title_draft">Rascunhos</string>
Expand All @@ -45,13 +45,13 @@
<string name="show_more_replies">Exibir mais respostas</string>
<string name="text_copied">Texto copiado para a área de transferência</string>
<string name="link_copied">Link do post copiado para a área de transferência</string>
<string name="bookmarked_snackBar">Saved to your bookmarks</string>
<string name="bookmarked_snackBar">Salvo nos seus marcadores</string>
<string name="load_post_error">Ocorreu um erro ao carregar a postagem</string>
<string name="click_to_display_content">Clique para exibir o conteúdo</string>
<string name="copy_text">Copiar Texto</string>
<string name="copy_link">Copiar Link</string>
<string name="bookmark">Bookmark</string>
<string name="delete_bookmark">Delete Bookmark</string>
<string name="bookmark">Marcador</string>
<string name="delete_bookmark">Excluir Marcador</string>
<string name="mute_account">Silenciar %s</string>
<string name="block_account">Bloquear %s</string>
<string name="report">Denunciar</string>
Expand All @@ -61,8 +61,9 @@
<item quantity="other">%d novas postagens</item>
</plurals>
<string name="load_more_title">Carregar Mais</string>
<string name="link_preview_title">Link Preview</string>
<string name="link_preview_title">Pré-visualização de link</string>
<string name="replying_to_title">Respondendo a %s</string>
<string name="unsupported_media_files">Unsupported media files</string>
<!-- status detail screen -->
<string name="post_your_reply">postar sua resposta</string>
<string name="uncategorized_title">Sem categoria</string>
Expand All @@ -80,16 +81,16 @@
<item quantity="other">%d Boosts</item>
</plurals>
<!-- profile screen-->
<string name="account_joined">Joined %s</string>
<string name="account_joined">Registou-se %s</string>
<string name="post_title">Postagens</string>
<plurals name="post_count">
<item quantity="one">%d Postagem</item>
<item quantity="other">%d Postagens</item>
</plurals>
<string name="follow_title">Seguir</string>
<string name="follow_pending_title">Pendente</string>
<string name="subscribe_title">Subscribe</string>
<string name="unsubscribe_title">Unsubscribe</string>
<string name="subscribe_title">Inscrever-se</string>
<string name="unsubscribe_title">Cancelar inscrição</string>
<string name="following_title">Seguindo</string>
<string name="follower_title">Seguidores</string>
<string name="reply_title">Respostas</string>
Expand All @@ -104,8 +105,8 @@
<string name="vote_poll_minutes">A votação termina em %d minutos</string>
<string name="vote_poll_soon_ending">A votação está prestes a terminar</string>
<string name="vote_poll_expired">A votação terminou</string>
<string name="vote_no_deadline">No voting deadline</string>
<string name="vote_poll_participants_count">%d voted</string>
<string name="vote_no_deadline">Sem prazo de votação</string>
<string name="vote_poll_participants_count">%d voto(s)</string>
<string name="vote_title">Votar</string>
<string name="vote_failed_title">Falha ao votar: %s</string>
<plurals name="votes">
Expand Down Expand Up @@ -143,12 +144,12 @@
<item quantity="other">%d participantes</item>
</plurals>
<plurals name="posts_week">
<item quantity="one">%d post this week</item>
<item quantity="other">%d posts this week</item>
<item quantity="one">%d post esta semana</item>
<item quantity="other">%d posts esta semana</item>
</plurals>
<plurals name="posts_today">
<item quantity="one">%d post today</item>
<item quantity="other">%d posts today</item>
<item quantity="one">%d post hoje</item>
<item quantity="other">%d posts hoje</item>
</plurals>
<string name="back_to_top">Voltar ao topo</string>
<!-- Post screen-->
Expand All @@ -161,17 +162,17 @@
<string name="change_post_visibility">Alterar visibilidade da postagem</string>
<string name="visibility_description">Altere a visibilidade da sua postagem para garantir que apenas as pessoas que você deseja possam ver o seu conteúdo.</string>
<string name="visibility_public">Público para todos</string>
<string name="visibility_unlisted">Hide in public timeline</string>
<string name="visibility_unlisted">Ocultar na timeline pública</string>
<string name="visibility_private">Visível apenas para seguidores</string>
<string name="visibility_direct">Visível apenas para os mencionados</string>
<string name="attachments_exceeded">Você não pode enviar mais de 4 arquivos de mídia</string>
<string name="single_choice">Single</string>
<string name="multiple_choice">Multiple</string>
<string name="single_choice">Única</string>
<string name="multiple_choice">Múltiplas</string>
<string name="poll_option">Opção %d</string>
<string name="add_poll_option">Adicionar nova opção</string>
<string name="poll_type">Tipo</string>
<string name="poll_deadlines">Setting deadlines</string>
<string name="duplicate_poll_option">duplicate option content</string>
<string name="poll_deadlines">Definir prazos</string>
<string name="duplicate_poll_option">opção de conteúdo duplicado</string>
<string name="duration_5_min">5 minutos</string>
<string name="duration_30_min">30 minutos</string>
<string name="duration_1_hour">1 hora</string>
Expand All @@ -192,13 +193,13 @@
<string name="someone_share_new_post">%s compartilhou uma nova postagem</string>
<string name="someone_update_post">%s atualizou uma postagem</string>
<string name="someone_poll_end">A enquete de %s terminou</string>
<string name="notification_background_work_channel_name">Background Work</string>
<string name="notification_background_work_channel_description">Notifications for Mastify working in the background</string>
<string name="notification_background_work_channel_name">Trabalho em Segundo Plano</string>
<string name="notification_background_work_channel_description">Notificações para Mastify trabalhando em segundo plano</string>
<!-- Settings screen -->
<string name="settings_title">Settings</string>
<string name="privacy_settings_title">Privacy</string>
<string name="firebase_crashlytics_settings_description"> Enabling this option will upload crash information to Google when you use the app.
\nIt helps developers analyze the causes of crashes and improve application stability.
\nIf you don\'t feel comfortable sharing your data, feel free to turn off this option.
<string name="settings_title">Configurações</string>
<string name="privacy_settings_title">Privacidade</string>
<string name="firebase_crashlytics_settings_description"> Ativar esta opção fará upload de informações de falhas para o Google quando você usar o aplicativo.
\nIsso ajuda os desenvolvedores a analisar as causas das falhas e melhorar a estabilidade do aplicativo.
\nSe você não se sentir confortável em compartilhar seus dados, fique à vontade para desativar esta opção.
</string>
</resources>
1 change: 1 addition & 0 deletions app/src/main/res/values-ru-rRU/strings.xml
Expand Up @@ -65,6 +65,7 @@
<string name="load_more_title">Load More</string>
<string name="link_preview_title">Link Preview</string>
<string name="replying_to_title">Replying to %s</string>
<string name="unsupported_media_files">Unsupported media files</string>
<!-- status detail screen -->
<string name="post_your_reply">post your reply</string>
<string name="uncategorized_title">Uncategorized</string>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-uk-rUA/strings.xml
Expand Up @@ -65,6 +65,7 @@
<string name="load_more_title">Load More</string>
<string name="link_preview_title">Link Preview</string>
<string name="replying_to_title">Replying to %s</string>
<string name="unsupported_media_files">Unsupported media files</string>
<!-- status detail screen -->
<string name="post_your_reply">post your reply</string>
<string name="uncategorized_title">Uncategorized</string>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-zh-rCN/strings.xml
Expand Up @@ -62,6 +62,7 @@
<string name="load_more_title">加载更多</string>
<string name="link_preview_title">链接预览</string>
<string name="replying_to_title">回复给 %s</string>
<string name="unsupported_media_files">不支持的媒体类型</string>
<!-- status detail screen -->
<string name="post_your_reply">发布你的回复</string>
<string name="uncategorized_title">未分类</string>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-zh-rTW/strings.xml
Expand Up @@ -62,6 +62,7 @@
<string name="load_more_title">Load More</string>
<string name="link_preview_title">Link Preview</string>
<string name="replying_to_title">Replying to %s</string>
<string name="unsupported_media_files">Unsupported media files</string>
<!-- status detail screen -->
<string name="post_your_reply">post your reply</string>
<string name="uncategorized_title">Uncategorized</string>
Expand Down

0 comments on commit 5f7c43b

Please sign in to comment.