diff --git a/strings/strings_en.arb b/strings/strings_en.arb index 9dc4519..9f9af16 100644 --- a/strings/strings_en.arb +++ b/strings/strings_en.arb @@ -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 hello@deck.blue.", + "@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" } } \ No newline at end of file diff --git a/strings/strings_pt.arb b/strings/strings_pt.arb index 66879ca..9e85a13 100644 --- a/strings/strings_pt.arb +++ b/strings/strings_pt.arb @@ -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 hello@deck.blue.", + "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" } \ No newline at end of file