-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #184 from deckblue/auto-pull-latest-template
[Scheduled] Pull Latest Template
- Loading branch information
Showing
2 changed files
with
96 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1710,5 +1710,81 @@ | |
"hiddenEmbed": "Embed hidden", | ||
"@hiddenEmbed": { | ||
"description": "hidden embed toggle" | ||
}, | ||
"searchTypeTop": "Engagement", | ||
"@searchTypeTop": { | ||
"description": "search type Top, by engagement" | ||
}, | ||
"searchTypeLatest": "Latest", | ||
"@searchTypeLatest": { | ||
"description": "search type Latest, by recency" | ||
}, | ||
"searchTypeSetting": "Sort results by", | ||
"@searchTypeSetting": { | ||
"description": "search type setting on column settings" | ||
}, | ||
"columnTitleChat": "Chat", | ||
"@columnTitleChat": { | ||
"description": "DeckColumnType Chat title" | ||
}, | ||
"columnDescriptionChat": "All chats from the selected account", | ||
"@columnDescriptionChat": { | ||
"description": "DeckColumnType Chat description" | ||
}, | ||
"writeMessage": "Write a message", | ||
"@writeMessage": { | ||
"description": "Chat message box hint" | ||
}, | ||
"trendingTopics": "Trending topics", | ||
"@trendingTopics": { | ||
"description": "Trending topics header on empty search window" | ||
}, | ||
"suggestedFeeds": "Suggested feeds", | ||
"@suggestedFeeds": { | ||
"description": "Suggested feeds header on empty search window" | ||
}, | ||
"threadSortTypeTop": "Likes", | ||
"@threadSortTypeTop": { | ||
"description": "thread type by Likes" | ||
}, | ||
"threadSortTypeLatest": "Latest", | ||
"@threadSortTypeLatest": { | ||
"description": "thread type by newest date" | ||
}, | ||
"threadSortTypeSetting": "Sort by", | ||
"@threadSortTypeSetting": { | ||
"description": "thread type setting on replies" | ||
}, | ||
"forgotPassword": "Forgot password", | ||
"@forgotPassword": { | ||
"description": "forgot password login option" | ||
}, | ||
"forgotPasswordDescription": "Enter the email linked to your Bluesky account. We'll send you a \"reset link\" so you can set up a new app password. If you don't know or don't have access to that email, please contact me over on [email protected].", | ||
"@forgotPasswordDescription": { | ||
"description": "forgot password description" | ||
}, | ||
"newChat": "New chat", | ||
"@newChat": { | ||
"description": "New chat dialog" | ||
}, | ||
"leaveButton": "Leave", | ||
"@leaveButton": { | ||
"description": "Generic leave button" | ||
}, | ||
"leaveChatTitle": "Leave chat", | ||
"@leaveChatTitle": { | ||
"description": "Leave chat" | ||
}, | ||
"leaveChatDescription": "Are you sure you want to leave this chat? Your messages will be deleted for you but not the other member.", | ||
"@leaveChatDescription": { | ||
"description": "Generic leave button" | ||
}, | ||
"chatUnavailable": "Unable to load chat for this account, check if the app password used has DM access.\n\nIf it's your main account, use the \"Forgot password\" button in the login page to reset your app password; if it's a secondary account, use the \"Relink\" button available in the Accounts list.", | ||
"@chatUnavailable": { | ||
"description": "Generic leave button" | ||
}, | ||
"threadSortTypeOldest": "Oldest", | ||
"@threadSortTypeOldest": { | ||
"description": "thread type by oldest date" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -426,5 +426,24 @@ | |
"unmuteThread": "Dessilenciar", | ||
"threadViewer": "Ver thread completa", | ||
"contentLabelGraphicMedia": "Conteúdo gráfico", | ||
"hiddenEmbed": "Mídia ocultada" | ||
"hiddenEmbed": "Mídia ocultada", | ||
"searchTypeTop": "Curtidas", | ||
"searchTypeLatest": "Recentes", | ||
"searchTypeSetting": "Ordenar resultados por", | ||
"columnTitleChat": "Chat", | ||
"columnDescriptionChat": "Todos os chats da conta selecionada", | ||
"writeMessage": "Escreva algo", | ||
"trendingTopics": "Assuntos do momento", | ||
"suggestedFeeds": "Feeds recomendados", | ||
"threadSortTypeTop": "Curtidas", | ||
"threadSortTypeLatest": "Recentes", | ||
"threadSortTypeSetting": "Ordenar por", | ||
"forgotPassword": "Esqueci a senha", | ||
"forgotPasswordDescription": "Insira o email vinculado à sua conta Bluesky. Enviaremos um link que permite cadastrar uma nova senha de aplicativo para entrar no deck.blue. Caso não tenha acesso ao email, por favor contate-nos via [email protected].", | ||
"newChat": "Novo chat", | ||
"leaveButton": "Sair", | ||
"leaveChatTitle": "Sair da conversa", | ||
"leaveChatDescription": "Tem certeza de que quer sair desta conversa? Suas mensagens serão removidas para você mas não para o outro integrante.", | ||
"chatUnavailable": "Não foi possível carregar o chat desta conta. Verifique se a senha de aplicativo utilizada permite o acesso às suas mensagens.\n\nPara trocar a senha da conta principal, utilize o botão \"Esqueci a senha\" na tela de login ou o botão \"Revincular\" caso seja uma conta secundária.", | ||
"threadSortTypeOldest": "Antigas" | ||
} |