From fcc801564f42f0f82f453a4e5b3e41f561a8c9cc Mon Sep 17 00:00:00 2001 From: Ralf Thees <ralf@herrthees.de> Date: Sat, 19 Mar 2022 17:40:51 +0000 Subject: [PATCH 1/2] Translated using Weblate (German) Currently translated at 100.0% (468 of 468 strings) Co-authored-by: Ralf Thees <ralf@herrthees.de> Translate-URL: https://"weblate.tusky.app"/projects/tusky/tusky/de/ Translation: Tusky/Tusky --- app/src/main/res/values-de/strings.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index 6b19b3f7..2bad9ab4 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -521,4 +521,10 @@ <string name="pref_title_confirm_favourites">Bestätigungsdialog vor dem Favorisieren eines Beitrags</string> <string name="dialog_delete_conversation_warning">Diese Unterhaltung wirklich löschen\?</string> <string name="action_delete_conversation">Unterhaltung löschen</string> + <string name="duration_30_days">30 Tage</string> + <string name="duration_60_days">60 Tage</string> + <string name="duration_90_days">90 Tage</string> + <string name="duration_365_days">365 Tage</string> + <string name="duration_14_days">14 Tage</string> + <string name="duration_180_days">180 Tage</string> </resources> \ No newline at end of file From d0efe27de23498726f869b5c40c5e2991ea02235 Mon Sep 17 00:00:00 2001 From: Daniele Lira Mereb <danielelmereb@gmail.com> Date: Sat, 19 Mar 2022 17:40:51 +0000 Subject: [PATCH 2/2] Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (468 of 468 strings) Co-authored-by: Daniele Lira Mereb <danielelmereb@gmail.com> Translate-URL: https://"weblate.tusky.app"/projects/tusky/tusky/pt_BR/ Translation: Tusky/Tusky --- app/src/main/res/values-pt-rBR/strings.xml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml index 7a92ac71..c9b12f9b 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -47,7 +47,7 @@ <string name="notification_favourite_format">%s favoritou teu toot</string> <string name="notification_follow_format">%s te seguiu</string> <string name="report_username_format">Denunciar @%s</string> - <string name="report_comment_hint">Mais comentários\?</string> + <string name="report_comment_hint">Comentários adicionais aqui</string> <string name="action_quick_reply">Resposta rápida</string> <string name="action_reply">Responder</string> <string name="action_reblog">Dar boost</string> @@ -517,6 +517,12 @@ <string name="dialog_delete_conversation_warning">Excluir esta conversa\?</string> <string name="action_delete_conversation">Excluir conversa</string> <string name="dialog_delete_list_warning">Deseja excluir a lista %s\?</string> - <string name="action_unbookmark">Remover favorito</string> - <string name="pref_title_confirm_favourites">Mostrar janela de confirmação antes de favoritar</string> + <string name="action_unbookmark">Remover do Salvos</string> + <string name="pref_title_confirm_favourites">Solicitar confirmação antes de favoritar</string> + <string name="duration_30_days">30 dias</string> + <string name="duration_60_days">60 dias</string> + <string name="duration_90_days">90 dias</string> + <string name="duration_180_days">180 dias</string> + <string name="duration_14_days">14 dias</string> + <string name="duration_365_days">365 dias</string> </resources> \ No newline at end of file