From 16c684d198fa3a46c9eb0e98917d4c14a6484f36 Mon Sep 17 00:00:00 2001 From: gildaswise Date: Wed, 13 Nov 2024 21:45:22 +0000 Subject: [PATCH] [Scheduled] Pull Latest Template --- strings/strings_en.arb | 46 +++++++++++++++++++++++++++++++++++++++++- strings/strings_pt.arb | 23 +++++++++++++++------ 2 files changed, 62 insertions(+), 7 deletions(-) diff --git a/strings/strings_en.arb b/strings/strings_en.arb index 02ef6c1..9d472b8 100644 --- a/strings/strings_en.arb +++ b/strings/strings_en.arb @@ -79,7 +79,7 @@ "@errorLoginServerError": { "description": "Login server error" }, - "embedTypeQuote": "Quote", + "embedTypeQuote": "Quotes", "@embedTypeQuote": { "description": "EmbedType Quote title" }, @@ -95,6 +95,10 @@ "@embedTypeImage": { "description": "EmbedType Image title" }, + "embedTypeVideo": "Video", + "@embedTypeVideo": { + "description": "EmbedType Video title" + }, "embedTypeReply": "Replies", "@embedTypeReply": { "description": "EmbedType Reply title" @@ -1654,5 +1658,45 @@ "settingsLowerVolumeDescription": "Lowers notification sound volume for all columns", "@settingsLowerVolumeDescription": { "description": "Settings lower volume toggle descriptions" + }, + "quoteCount": "{count, plural, one{Quote} other{Quotes}}", + "@quoteCount": { + "description": "Quote counter" + }, + "pinPost": "Pin post", + "@pinPost": { + "description": "Pin post action" + }, + "unpinPost": "Unpin post", + "@unpinPost": { + "description": "Unpin post action" + }, + "knownFollowersCount": "{count, plural, one{{count} known follower} other{{count} known followers}}", + "@knownFollowersCount": { + "description": "Known followers counter" + }, + "knownFollowers": "Known followers", + "@knownFollowers": { + "description": "Known followers" + }, + "searchTag": "Search posts with tag", + "@searchTag": { + "description": "Search posts with tag" + }, + "userSearchTag": "Search user's posts with tag", + "@userSearchTag": { + "description": "Search user posts with tag" + }, + "muteTag": "Mute all posts with this tag", + "@muteTag": { + "description": "Mute posts with tag" + }, + "muteThread": "Mute post", + "@muteThread": { + "description": "Mute thread" + }, + "threadViewer": "See full thread", + "@threadViewer": { + "description": "Thread viewer button" } } \ No newline at end of file diff --git a/strings/strings_pt.arb b/strings/strings_pt.arb index bb5404d..9ddb8fd 100644 --- a/strings/strings_pt.arb +++ b/strings/strings_pt.arb @@ -19,10 +19,11 @@ "errorLoginWrongCredentials": "Usuário ou senha incorretos. Tente novamente.", "errorLoginInvalidAppPassword": "App Password inválida. Gere uma senha clicando no ? no campo de senha ou clique no botão novamente para ignorar este aviso.", "errorLoginServerError": "Erro no servidor. Por favor, aguarde um pouco e tente novamente.", - "embedTypeQuote": "Comentar", - "embedTypeImageQuote": "Comentar com mídia", + "embedTypeQuote": "Citações", + "embedTypeImageQuote": "Citações com mídia", "embedTypeLink": "Link", "embedTypeImage": "Mídia", + "embedTypeVideo": "Vídeo", "embedTypeReply": "Respostas", "embedTypeRepost": "Reposts", "mediaSizeHidden": "Ocultar", @@ -55,7 +56,7 @@ "postErrorRepost": "Não foi possível repostar este post. Tente novamente mais tarde.", "replyButton": "Responder", "repostButton": "Repostar", - "quoteButton": "Comentar", + "quoteButton": "Citar", "likeButton": "Curtir", "replyDialogHint": "Responda a este post", "quoteDialogHint": "Diga algo sobre este post", @@ -87,7 +88,7 @@ "notificationRepostReason": "{count, plural, one{repostou seu post} other{repostaram seu post}}", "notificationFollowReason": "{count, plural, one{seguiu você} other{seguiram você}}", "notificationMentionReason": "{count, plural, one{mencionou você} other{mencionaram você}}", - "notificationQuoteReason": "{count, plural, one{comentou seu post} other{comentaram seu post}}", + "notificationQuoteReason": "{count, plural, one{citou seu post} other{citou seu post}}", "notificationReplyReason": "{count, plural, one{respondeu ao seu post} other{responderam ao seu post}}", "notificationTitleCounter": "{count, plural, one{mais 1} other{mais {count}}}", "notificationTitleShortCounter": "+{count}", @@ -120,7 +121,7 @@ "postErrorTooLarge": "Não foi possível postar. A imagem escolhida ultrapassa o tamanho máximo de 1MB.", "tooltipKofi": "Doe um cafezinho!", "linkButton": "Anexar: ", - "quoteLinkButton": "Comentar post", + "quoteLinkButton": "Citar post", "aboutHeader1": "O que é o deck.blue?", "aboutHeader2": "Como funciona?", "aboutDescription1": "Como um aplicativo não oficial, o deck.blue é uma interface para o Bluesky que suporta múltiplas colunas, permitindo que você consiga acompanhar tudo que importa de uma vez só! (igual o TweetDeck!).", @@ -412,5 +413,15 @@ "retryNowScheduledPostButton": "Reenviar agora", "confirmRetryNowScheduledPostContent": "Este post não pôde ser enviado. Utilize a opção de revincular sua conta de agendamento antes de tentar o reenvio. Seu post aparecerá no seu perfil imediatamente ao invés do horário agendado. Deseja tentar enviar novamente agora?", "settingsLowerVolume": "Reduzir volume", - "settingsLowerVolumeDescription": "Reduz o volume das notificações de todas as colunas" + "settingsLowerVolumeDescription": "Reduz o volume das notificações de todas as colunas", + "quoteCount": "{count, plural, one{Citação} other{Citações}}", + "pinPost": "Fixar post", + "unpinPost": "Desafixar post", + "knownFollowersCount": "{count, plural, one{{count} seguidor em comum} other{{count} seguidores em comum}}", + "knownFollowers": "Seguidores em comum", + "searchTag": "Pesquisar posts com a tag", + "userSearchTag": "Pesquisar posts deste usuário com a tag", + "muteTag": "Silenciar posts com essa tag", + "muteThread": "Silenciar post", + "threadViewer": "Ver thread completa" } \ No newline at end of file