Skip to content

Commit

Permalink
Merge pull request #177 from deckblue/auto-pull-latest-template
Browse files Browse the repository at this point in the history
  • Loading branch information
gildaswise authored Nov 13, 2024
2 parents 7951e24 + 16c684d commit 0f3c2c0
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 7 deletions.
46 changes: 45 additions & 1 deletion strings/strings_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@errorLoginServerError": {
"description": "Login server error"
},
"embedTypeQuote": "Quote",
"embedTypeQuote": "Quotes",
"@embedTypeQuote": {
"description": "EmbedType Quote title"
},
Expand All @@ -95,6 +95,10 @@
"@embedTypeImage": {
"description": "EmbedType Image title"
},
"embedTypeVideo": "Video",
"@embedTypeVideo": {
"description": "EmbedType Video title"
},
"embedTypeReply": "Replies",
"@embedTypeReply": {
"description": "EmbedType Reply title"
Expand Down Expand Up @@ -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"
}
}
23 changes: 17 additions & 6 deletions strings/strings_pt.arb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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}",
Expand Down Expand Up @@ -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!).",
Expand Down Expand Up @@ -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"
}

0 comments on commit 0f3c2c0

Please sign in to comment.