Signal-Desktop/_locales/pt_BR/messages.json

2767 lines
113 KiB
JSON
Raw Normal View History

2016-03-03 14:45:08 +00:00
{
2019-04-08 21:16:09 +00:00
"copyErrorAndQuit": {
"message": "Copiar erro e sair",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
},
"unknownContact": {
"message": "Unknown contact",
"description": "Shown as the name of a contact if we don't have any displayable information about them"
},
2019-04-08 21:16:09 +00:00
"unknownGroup": {
"message": "Grupo desconhecido",
"description": "Shown as the name of a group if we don't have any information about it"
},
"databaseError": {
"message": "Erro na base de dados",
"description": "Shown in a popup if the database cannot start up properly"
},
"deleteAndRestart": {
"message": "Apagar todos os dados e reiniciar",
"description": "Shown in a popup if the database cannot start up properly; allows user to dalete database and restart"
},
2018-08-31 20:50:28 +00:00
"mainMenuFile": {
"message": "&Arquivo",
"description": "The label that is used for the File menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
},
2020-01-24 00:01:22 +00:00
"mainMenuCreateStickers": {
"message": "Criar/atualizar pacote de figurinhas",
2020-01-24 00:01:22 +00:00
"description": "The label that is used for the Create/upload sticker pack option in the File menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
},
2018-08-31 20:50:28 +00:00
"mainMenuEdit": {
"message": "&Editar",
"description": "The label that is used for the Edit menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
},
2018-08-31 20:50:28 +00:00
"mainMenuView": {
2018-10-16 00:32:32 +00:00
"message": "E&xibir",
2018-08-31 20:50:28 +00:00
"description": "The label that is used for the View menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"mainMenuWindow": {
"message": "&Janela",
"description": "The label that is used for the Window menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
},
"mainMenuHelp": {
"message": "Aju&da",
"description": "The label that is used for the Help menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
},
"mainMenuSettings": {
"message": "Preferências...",
"description": "The label that is used for the Preferences menu in the program main menu. This should be consistent with the standard naming for Preferences on the operating system."
},
"appMenuHide": {
2019-09-13 20:59:54 +00:00
"message": "Ocultar",
2018-08-31 20:50:28 +00:00
"description": "Application menu command to hide the window"
},
2018-07-18 17:47:58 +00:00
"appMenuHideOthers": {
2019-11-11 17:55:59 +00:00
"message": "Ocultar outras",
2018-07-18 17:47:58 +00:00
"description": "Application menu command to hide all other windows"
},
2018-08-31 20:50:28 +00:00
"appMenuUnhide": {
2018-10-16 00:32:32 +00:00
"message": "Mostrar todas",
2018-08-31 20:50:28 +00:00
"description": "Application menu command to show all application windows"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"appMenuQuit": {
2018-10-16 00:32:32 +00:00
"message": "Sair do Signal",
2018-08-31 20:50:28 +00:00
"description": "Application menu command to close the application"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"editMenuUndo": {
2018-10-16 00:32:32 +00:00
"message": "Desfazer",
2018-08-31 20:50:28 +00:00
"description": "Edit menu command to remove recently-typed text"
},
2018-08-31 20:50:28 +00:00
"editMenuRedo": {
2018-10-16 00:32:32 +00:00
"message": "Refazer",
2018-08-31 20:50:28 +00:00
"description": "Edit menu command to restore previously undone typed text"
2016-06-30 01:12:20 +00:00
},
2018-08-31 20:50:28 +00:00
"editMenuCut": {
2018-10-16 00:32:32 +00:00
"message": "Cortar",
2018-08-31 20:50:28 +00:00
"description": "Edit menu command to remove selected text and add it to clipboard"
2017-04-16 06:51:10 +00:00
},
2018-08-31 20:50:28 +00:00
"editMenuCopy": {
2018-10-16 00:32:32 +00:00
"message": "Copiar",
2018-08-31 20:50:28 +00:00
"description": "Edit menu command to add selected text to clipboard"
},
2018-08-31 20:50:28 +00:00
"editMenuPaste": {
2018-10-16 00:32:32 +00:00
"message": "Colar",
2018-08-31 20:50:28 +00:00
"description": "Edit menu command to insert text from clipboard at cursor location"
2016-03-03 14:45:08 +00:00
},
2018-08-31 20:50:28 +00:00
"editMenuPasteAndMatchStyle": {
2018-10-16 00:32:32 +00:00
"message": "Colar texto sem formatação",
2018-08-31 20:50:28 +00:00
"description": "Edit menu command to insert text from clipboard at cursor location, taking only text and not style information"
2016-10-08 14:40:13 +00:00
},
2018-08-31 20:50:28 +00:00
"editMenuDelete": {
2019-11-11 17:55:59 +00:00
"message": "Excluir",
2018-08-31 20:50:28 +00:00
"description": "Edit menu command to remove the selected text"
},
2018-08-31 20:50:28 +00:00
"editMenuSelectAll": {
2018-10-16 00:32:32 +00:00
"message": "Selecionar tudo",
2018-08-31 20:50:28 +00:00
"description": "Edit menu comand to select all of the text in selected text box"
},
2018-08-31 20:50:28 +00:00
"editMenuStartSpeaking": {
2018-10-16 00:32:32 +00:00
"message": "Começar ditado",
2018-08-31 20:50:28 +00:00
"description": "Edit menu item under 'speech' to start dictation"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"editMenuStopSpeaking": {
2018-10-16 00:32:32 +00:00
"message": "Parar ditado",
2018-08-31 20:50:28 +00:00
"description": "Edit menu item under 'speech' to stop dictation"
2016-03-03 14:45:08 +00:00
},
2018-08-31 20:50:28 +00:00
"windowMenuClose": {
2018-10-16 00:32:32 +00:00
"message": "Fechar janela",
2018-08-31 20:50:28 +00:00
"description": "Window menu command to close the current window"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"windowMenuMinimize": {
2018-10-16 00:32:32 +00:00
"message": "Minimizar",
2018-08-31 20:50:28 +00:00
"description": "Window menu command to minimize the current window"
2016-03-03 14:45:08 +00:00
},
2018-08-31 20:50:28 +00:00
"windowMenuZoom": {
"message": "Zoom",
"description": "Window menu command to make the current window the size of the whole screen"
2018-07-31 16:54:06 +00:00
},
2018-08-31 20:50:28 +00:00
"windowMenuBringAllToFront": {
2018-10-16 00:32:32 +00:00
"message": "Trazer todas para a frente",
2018-08-31 20:50:28 +00:00
"description": "Window menu command to bring all windows of current applicatinon to front"
2016-08-11 19:22:17 +00:00
},
2018-08-31 20:50:28 +00:00
"viewMenuResetZoom": {
2018-10-16 00:32:32 +00:00
"message": "Tamanho normal",
2018-08-31 20:50:28 +00:00
"description": "View menu command to go back to the default zoom"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"viewMenuZoomIn": {
2018-10-16 00:32:32 +00:00
"message": "Aumentar zoom",
2018-08-31 20:50:28 +00:00
"description": "View menu command to make everything bigger"
},
2018-08-31 20:50:28 +00:00
"viewMenuZoomOut": {
2018-10-16 00:32:32 +00:00
"message": "Diminuir zoom",
2018-08-31 20:50:28 +00:00
"description": "View menu command to make everything smaller"
},
2018-08-31 20:50:28 +00:00
"viewMenuToggleFullScreen": {
2019-11-11 17:55:59 +00:00
"message": "Alternar tela inteira",
2018-08-31 20:50:28 +00:00
"description": "View menu command to enter or leave Full Screen mode"
2016-03-03 14:45:08 +00:00
},
2018-08-31 20:50:28 +00:00
"viewMenuToggleDevTools": {
2018-10-16 00:32:32 +00:00
"message": "Ferramentas de desenvolvimento",
2018-08-31 20:50:28 +00:00
"description": "View menu command to show or hide the developer tools"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"menuSetupAsNewDevice": {
"message": "Configurar como Novo Aparelho",
"description": "When the application is not yet set up, menu option to start up the set up as fresh device"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"menuSetupAsStandalone": {
"message": "Configurar como Dispositivo Autônomo",
"description": "Only available on development modes, menu option to open up the standalone device setup sequence"
},
2020-04-29 23:20:42 +00:00
"contextMenuCopyLink": {
"message": "Copiar link",
"description": "Shown in the context menu for a link to indicate that the user can copy the link"
},
"contextMenuNoSuggestions": {
"message": "No Suggestions",
"description": "Shown in the context menu for a misspelled word to indicate that there are no suggestions to replace the misspelled word"
},
2019-11-11 17:55:59 +00:00
"avatarMenuViewArchive": {
"message": "Ver arquivo",
"description": "One of the menu options available in the Avatar Popup menu"
},
2018-08-31 20:50:28 +00:00
"loading": {
"message": "Carregando...",
"description": "Message shown on the loading screen before we've loaded any messages"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"optimizingApplication": {
"message": "Otimizando o aplicativo...",
"description": "Message shown on the loading screen while we are doing application optimizations"
2016-04-03 21:33:07 +00:00
},
2018-08-31 20:50:28 +00:00
"migratingToSQLCipher": {
2018-10-16 00:32:32 +00:00
"message": "Otimizando mensagens... $status$ carregado.",
2018-08-31 20:50:28 +00:00
"description": "Message shown on the loading screen while we are doing application optimizations",
"placeholders": {
2018-08-31 20:50:28 +00:00
"status": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "45/200"
}
}
},
2019-04-08 21:16:09 +00:00
"archivedConversations": {
"message": "Conversas arquivadas",
"description": "Shown in place of the search box when showing archived conversation list"
},
"archiveHelperText": {
"message": "Estas conversas estão arquivadas. Elas aparecerão na caixa de entrada somente se novas mensagens forem recebidas.",
"description": "Shown at the top of the archived converations list in the left pane"
},
"archiveConversation": {
"message": "Arquivar conversa",
"description": "Shown in menu for conversation, and moves conversation out of main conversation list"
},
"moveConversationToInbox": {
"message": "Mover conversa para Caixa de Entrada",
"description": "Undoes Archive Conversation action, and moves archived conversation back to the main conversation list"
},
2018-08-31 20:50:28 +00:00
"chooseDirectory": {
"message": "Escolher pasta",
"description": "Button to allow the user to find a folder on disk"
},
2019-01-16 23:29:04 +00:00
"chooseFile": {
2019-02-14 00:53:39 +00:00
"message": "Escolher arquivo",
2019-01-16 23:29:04 +00:00
"description": "Button to allow the user to find a file on disk"
},
2018-08-31 20:50:28 +00:00
"loadDataHeader": {
"message": "Carregar seus dados",
"description": "Header shown on the first screen in the data import process"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"loadDataDescription": {
"message": "Você acabou de terminar o processo de exportação, e os seus contatos e mensagens esperam por você. Selecione a pasta que contém os seus dados do Signal salvos.",
"description": "Introduction to the process of importing messages and contacts from disk"
2016-03-03 14:45:08 +00:00
},
2018-08-31 20:50:28 +00:00
"importChooserTitle": {
"message": "Escolha o diretório com os dados exportados",
"description": "Title of the popup window used to select data previously exported"
},
2018-08-31 20:50:28 +00:00
"importErrorHeader": {
"message": "Alguma coisa deu errado!",
"description": "Header of the error screen after a failed import"
2017-05-16 18:56:33 +00:00
},
2018-08-31 20:50:28 +00:00
"importingHeader": {
"message": "Carregando contatos e mensagens",
"description": "Header of screen shown as data is import"
},
2018-08-31 20:50:28 +00:00
"importErrorFirst": {
2018-10-16 00:32:32 +00:00
"message": "Confira se escolheu o diretório certo, que contém seus dados exportados do Signal. O nome da pasta deve começar com 'Signal Export'. Você também pode baixar seus dados novamente usando o Chrome App.",
2018-08-31 20:50:28 +00:00
"description": "Message shown if the import went wrong; first paragraph"
2017-04-16 06:51:10 +00:00
},
2018-08-31 20:50:28 +00:00
"importErrorSecond": {
2018-10-16 00:32:32 +00:00
"message": "Se não funcionar, envie-nos o registro de depuração (Exibir -> Registro de depuração) para que possamos ajudar você a migrar sua conta!",
2018-08-31 20:50:28 +00:00
"description": "Message shown if the import went wrong; second paragraph"
},
2018-08-31 20:50:28 +00:00
"importAgain": {
"message": "Escolha uma pasta e tente de novo",
"description": "Button shown if the user runs into an error during import, allowing them to start over"
2016-03-03 14:45:08 +00:00
},
2018-08-31 20:50:28 +00:00
"importCompleteHeader": {
"message": "Deu certo!",
"description": "Header shown on the screen at the end of a successful import process"
2017-04-16 06:51:10 +00:00
},
2018-08-31 20:50:28 +00:00
"importCompleteStartButton": {
"message": "Comece a usar o Signal Desktop",
"description": "Button shown at end of successful import process, nothing left but a restart"
2018-07-31 16:54:06 +00:00
},
2018-08-31 20:50:28 +00:00
"importCompleteLinkButton": {
"message": "Religar este aparelho ao seu telefone",
"description": "Button shown at end of successful 'light' import process, so the standard linking process still needs to happen"
2016-04-03 21:33:07 +00:00
},
2018-08-31 20:50:28 +00:00
"selectedLocation": {
"message": "você escolheu uma localização",
"description": "Message shown as the export location if we didn't capture the target directory"
2016-08-11 19:22:17 +00:00
},
2018-08-31 20:50:28 +00:00
"upgradingDatabase": {
"message": "Atualizando a base de dados. Isso pode levar um tempo...",
"description": "Message shown on the loading screen when we're changing database structure on first run of a new version"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"loadingMessages": {
"message": "Carregando mensagens. $count$ até agora...",
"description": "Message shown on the loading screen when we're catching up on the backlog of messages",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
}
}
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"view": {
"message": "Exibir",
"description": "Used as a label on a button allowing user to see more information"
2016-06-30 01:12:20 +00:00
},
"youLeftTheGroup": {
"message": "Você saiu do grupo.",
"description": "Displayed when a user can't send a message because they have left the group"
},
2018-08-31 20:50:28 +00:00
"scrollDown": {
"message": "Deslizar até o início da conversa",
"description": "Alt text for button to take user down to bottom of conversation, shown when user scrolls up"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"messagesBelow": {
"message": "Novas mensagens abaixo",
"description": "Alt text for button to take user down to bottom of conversation with more than one message out of screen"
},
2018-08-31 20:50:28 +00:00
"unreadMessage": {
"message": "1 Mensagem Não Lida",
"description": "Text for unread message separator, just one message"
},
2018-08-31 20:50:28 +00:00
"unreadMessages": {
"message": "$count$ Mensagens Não Lidas",
"description": "Text for unread message separator, with count",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
}
}
2016-03-03 14:45:08 +00:00
},
2020-04-29 23:20:42 +00:00
"messageHistoryUnsynced": {
"message": "Para a sua segurança, o histórico das conversas não é transferido para novos aparelho conectados.",
2020-04-29 23:20:42 +00:00
"description": "Shown in the conversation history when a user links a new device to explain what is not supported."
},
2018-08-31 20:50:28 +00:00
"youMarkedAsVerified": {
2018-10-16 00:32:32 +00:00
"message": "Você marcou seu Número de Segurança com $name$ como verificado",
2018-08-31 20:50:28 +00:00
"description": "Shown in the conversation history when the user marks a contact as verified.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
2018-08-31 20:50:28 +00:00
"youMarkedAsNotVerified": {
2018-10-16 00:32:32 +00:00
"message": "Você marcou seu Número de Segurança com $name$ como não verificado",
2018-08-31 20:50:28 +00:00
"description": "Shown in the conversation history when the user marks a contact as not verified, whether on the Safety Number screen or by dismissing a banner or dialog.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
2018-08-31 20:50:28 +00:00
"youMarkedAsVerifiedOtherDevice": {
2018-10-16 00:32:32 +00:00
"message": "Você marcou seu Número de Segurança com $name$ como verificado usando outro aparelho",
2018-08-31 20:50:28 +00:00
"description": "Shown in the conversation history when we discover that the user marked a contact as verified on another device.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
2016-03-03 14:45:08 +00:00
},
2018-08-31 20:50:28 +00:00
"youMarkedAsNotVerifiedOtherDevice": {
2018-10-16 00:32:32 +00:00
"message": "Você marcou seu Número de Segurança com $name$ como não verificado usando outro aparelho",
2018-08-31 20:50:28 +00:00
"description": "Shown in the conversation history when we discover that the user marked a contact as not verified on another device.",
2018-07-31 16:54:06 +00:00
"placeholders": {
2018-08-31 20:50:28 +00:00
"name": {
2018-07-31 16:54:06 +00:00
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "Bob"
2018-07-31 16:54:06 +00:00
}
}
},
2018-08-31 20:50:28 +00:00
"membersNeedingVerification": {
"message": "Os seus números de segurança com os membros deste grupo mudaram desde a última vez que você os verificou. Clique em um membro do grupo para consultar o seu número de segurança com ele.",
"description": "When there are multiple previously-verified group members with safety number changes, a banner will be shown. The list of contacts with safety number changes is shown, and this text introduces that list."
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"changedRightAfterVerify": {
2020-08-13 23:26:29 +00:00
"message": "The safety number you are trying to verify has changed. Please review your new safety number with $name1$. Remember, this change could mean that someone is trying to intercept your communication or that $name2$ has simply reinstalled Signal.",
2018-08-31 20:50:28 +00:00
"description": "Shown on the safety number screen when the user has selected to verify/unverify a contact's safety number, and we immediately discover a safety number change",
2016-10-07 10:13:47 +00:00
"placeholders": {
2020-08-13 23:26:29 +00:00
"name1": {
2016-10-07 10:13:47 +00:00
"content": "$1",
"example": "Bob"
2020-08-13 23:26:29 +00:00
},
"name2": {
"content": "$2",
"example": "Bob"
2016-10-07 10:13:47 +00:00
}
}
},
2020-08-13 23:26:29 +00:00
"changedVerificationWarning": {
"message": "As seguintes pessoas podem ter reinstalado Signal ou mudado de aparelho. Verifique o seu número de segurança com elas para garantir a sua privacidade e a delas.",
"description": "Shown on confirmation dialog when user attempts to send a message"
},
2018-08-31 20:50:28 +00:00
"identityKeyErrorOnSend": {
2020-08-13 23:26:29 +00:00
"message": "Your safety number with $name1$ has changed. This could either mean that someone is trying to intercept your communication or that $name2$ has simply reinstalled Signal. You may wish to verify your safety number with this contact.",
2018-08-31 20:50:28 +00:00
"description": "Shown when user clicks on a failed recipient in the message detail view after an identity key change",
2018-07-18 17:47:58 +00:00
"placeholders": {
2020-08-13 23:26:29 +00:00
"name1": {
2018-07-18 17:47:58 +00:00
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "Bob"
2020-08-13 23:26:29 +00:00
},
"name2": {
"content": "$2",
"example": "Bob"
2018-07-18 17:47:58 +00:00
}
}
},
2018-08-31 20:50:28 +00:00
"sendAnyway": {
"message": "Enviar Assim Mesmo",
"description": "Used on a warning dialog to make it clear that it might be risky to send the message."
},
"noLongerVerified": {
"message": "O seu número de segurança com$name$ mudou e não foi verificado. Clique para exibi-lo. ",
"description": "Shown in converation banner when user's safety number has changed, but they were previously verified.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
2018-08-31 20:50:28 +00:00
"multipleNoLongerVerified": {
"message": "Os seus números de segurança com vários membros deste grupo mudaram e não foram verificados. Clique para exibi-los. ",
"description": "Shown in conversation banner when more than one group member's safety number has changed, but they were previously verified."
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"debugLogExplanation": {
"message": "Esse registro será postado online publicamente para que colaboradores possam vê-lo. Antes de enviar, você pode verificá-lo e editá-lo.",
"description": ""
2016-03-03 14:45:08 +00:00
},
2018-08-31 20:50:28 +00:00
"debugLogError": {
2018-10-16 00:32:32 +00:00
"message": "Algo deu errado no carregamento do registro! Por favor, considere adicioná-lo manualmente quando for relatar o problema.",
2018-08-31 20:50:28 +00:00
"description": ""
2016-03-03 14:45:08 +00:00
},
"debugLogCopy": {
"message": "Copiar",
"description": "Shown as the text for the copy button on the debug log screen"
},
"debugLogCopyAlt": {
"message": "Copiar link para a área de transferência",
"description": "Shown as the alt text for the copy button on the debug log screen"
},
"debugLogLinkCopied": {
"message": "Link copiado para a sua área de transferência",
"description": "Shown in a taost to let the user know that the link to the debug log has been copied to their clipboard"
},
2018-08-31 20:50:28 +00:00
"reportIssue": {
"message": "Relatar um problema",
"description": "Link to open the issue tracker"
2016-06-30 01:12:20 +00:00
},
2018-08-31 20:50:28 +00:00
"gotIt": {
"message": "Entendido!",
"description": "Label for a button that dismisses a dialog. The user clicks it to confirm that they understand the message in the dialog."
2016-06-30 01:12:20 +00:00
},
2018-08-31 20:50:28 +00:00
"submit": {
"message": "Enviar",
2017-04-16 06:51:10 +00:00
"description": ""
},
2018-08-31 20:50:28 +00:00
"acceptNewKey": {
"message": "Aceitar",
"description": "Label for a button to accept a new safety number"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"verify": {
"message": "Marcar como verificado",
"description": ""
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"unverify": {
"message": "Marcar como não verificado",
"description": ""
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"isVerified": {
"message": "Você verificou o seu número de segurança com $name$.",
"description": "Summary state shown at top of the safety number screen if user has verified contact.",
2016-03-03 14:45:08 +00:00
"placeholders": {
2018-08-31 20:50:28 +00:00
"name": {
2016-03-03 14:45:08 +00:00
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "Bob"
2016-03-03 14:45:08 +00:00
}
}
},
2018-08-31 20:50:28 +00:00
"isNotVerified": {
"message": "Você ainda não verificou o seu número de segurança com $name$.",
"description": "Summary state shown at top of the safety number screen if user has not verified contact.",
"placeholders": {
2018-08-31 20:50:28 +00:00
"name": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "Bob"
}
}
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"verified": {
"message": "Verificado",
2016-03-03 14:45:08 +00:00
"description": ""
},
2018-08-31 20:50:28 +00:00
"newIdentity": {
"message": "Novo número de segurança",
"description": "Header for a key change dialog"
},
2018-08-31 20:50:28 +00:00
"identityChanged": {
"message": "O seu número de segurança com este contato mudou. Isso pode significar uma tentativa de interceptação das suas comunicações ou uma simples reinstalação do Signal. Recomendamos-lhe verificar o novo número de segurança, abaixo.",
"description": ""
},
2018-08-31 20:50:28 +00:00
"incomingError": {
2018-10-16 00:32:32 +00:00
"message": "Erro ao receber mensagem",
2018-08-31 20:50:28 +00:00
"description": ""
},
2018-08-31 20:50:28 +00:00
"media": {
"message": "Mídia",
"description": "Header of the default pane in the media gallery, showing images and videos"
2016-03-03 14:45:08 +00:00
},
2018-08-31 20:50:28 +00:00
"mediaEmptyState": {
"message": "Você não possui nenhuma mídia nessa conversa",
"description": "Message shown to user in the media gallery when there are no messages with media attachments (images or video)"
2018-07-31 16:54:06 +00:00
},
2018-08-31 20:50:28 +00:00
"documents": {
"message": "Documentos",
"description": "Header of the secondary pane in the media gallery, showing every non-media attachment"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"documentsEmptyState": {
"message": "Você não possui nenhum documento nessa conversa",
"description": "Message shown to user in the media gallery when there are no messages with document attachments (anything other than images or video)"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"today": {
"message": "Hoje",
"description": "Section header in the media gallery"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"yesterday": {
"message": "Ontem",
"description": "Section header in the media gallery"
},
2018-08-31 20:50:28 +00:00
"thisWeek": {
"message": "Essa semana",
"description": "Section header in the media gallery"
},
2018-08-31 20:50:28 +00:00
"thisMonth": {
"message": "Esse mês",
"description": "Section header in the media gallery"
},
2018-08-31 20:50:28 +00:00
"unsupportedAttachment": {
"message": "Tipo de anexo incompatível. Clique para salvar. ",
"description": "Displayed for incoming unsupported attachment"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"clickToSave": {
"message": "Clicar para salvar",
"description": "Hover text for attachment filenames"
},
2018-08-31 20:50:28 +00:00
"unnamedFile": {
"message": "Arquivo sem nome",
"description": "Hover text for attachment filenames"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"voiceMessage": {
"message": "Mensagem de Voz",
"description": "Name for a voice message attachment"
2016-04-07 19:27:03 +00:00
},
2018-10-16 00:32:32 +00:00
"dangerousFileType": {
2019-01-16 23:29:04 +00:00
"message": "Tipo de anexo não permitido por motivos de segurança",
2018-10-16 00:32:32 +00:00
"description": "Shown in toast when user attempts to send .exe file, for example"
},
2019-02-04 19:53:59 +00:00
"loadingPreview": {
2019-02-14 00:53:39 +00:00
"message": "Carregando pré-visualização...",
2019-02-04 19:53:59 +00:00
"description": "Shown while Signal Desktop is fetching metadata for a url in composition area"
},
"stagedPreviewThumbnail": {
2019-02-14 00:53:39 +00:00
"message": "Pré-visualização em miniatura do link $domain$ (rascunho)",
2019-02-04 19:53:59 +00:00
"description": "Shown while Signal Desktop is fetching metadata for a url in composition area",
"placeholders": {
"path": {
"content": "$1",
"example": "instagram.com"
}
}
},
"previewThumbnail": {
2019-02-14 00:53:39 +00:00
"message": "Pré-visualização em miniatura do link $domain$",
2019-02-04 19:53:59 +00:00
"description": "Shown while Signal Desktop is fetching metadata for a url in composition area",
"placeholders": {
"path": {
"content": "$1",
"example": "instagram.com"
}
}
},
2019-01-16 23:29:04 +00:00
"stagedImageAttachment": {
2019-02-14 00:53:39 +00:00
"message": "Rascunho de imagem anexa: $path$",
2019-01-16 23:29:04 +00:00
"description": "Alt text for staged attachments",
"placeholders": {
"path": {
"content": "$1",
"example": "dog.jpg"
}
}
},
"oneNonImageAtATimeToast": {
2019-02-14 00:53:39 +00:00
"message": "O limite para inclusão de anexos que não sejam imagens é de um por mensagem.",
2019-01-16 23:29:04 +00:00
"description": "An error popup when the user has attempted to add an attachment"
},
2020-08-13 23:26:29 +00:00
"cannotMixImageAndNonImageAttachments": {
2019-02-14 00:53:39 +00:00
"message": "Você não pode combinar imagens e anexos que não sejam imagens na mesma mensagem.",
2019-01-16 23:29:04 +00:00
"description": "An error popup when the user has attempted to add an attachment"
},
"maximumAttachments": {
2019-02-14 00:53:39 +00:00
"message": "Você não pode adicionar mais nenhum anexo a esta mensagem.",
2019-01-16 23:29:04 +00:00
"description": "An error popup when the user has attempted to add an attachment"
},
2018-08-31 20:50:28 +00:00
"fileSizeWarning": {
"message": "Desculpe, o arquivo selecionado excede o tamanho máximo aceito.",
"description": ""
},
2018-10-16 00:32:32 +00:00
"unableToLoadAttachment": {
"message": "Não foi possível carregar o anexo selecionado.",
"description": ""
},
2018-08-31 20:50:28 +00:00
"disconnected": {
"message": "Desconectado",
"description": "Displayed when the desktop client cannot connect to the server."
},
"connecting": {
"message": "Conectando…",
"description": "Displayed when the desktop client is currently connecting to the server."
},
2020-04-29 23:20:42 +00:00
"connect": {
"message": "Conectar",
2020-04-29 23:20:42 +00:00
"description": "Shown to allow the user to manually attempt a reconnect."
},
"connectingHangOn": {
"message": "Não deve demorar...",
"description": "Subtext description for when the client is connecting to the server."
},
2018-08-31 20:50:28 +00:00
"offline": {
"message": "Offline",
"description": "Displayed when the desktop client has no network connection."
},
"checkNetworkConnection": {
"message": "Verifique a sua conexão de rede.",
"description": "Obvious instructions for when a user's computer loses its network connection"
},
"submitDebugLog": {
2018-10-16 00:32:32 +00:00
"message": "Registro de depuração ",
2018-08-31 20:50:28 +00:00
"description": "Menu item and header text for debug log modal (sentence case)"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"debugLog": {
2018-10-16 00:32:32 +00:00
"message": "Registro de depuração ",
2018-08-31 20:50:28 +00:00
"description": "View menu item to open the debug log (title case)"
2016-04-03 21:33:07 +00:00
},
2019-11-22 18:45:12 +00:00
"helpMenuShowKeyboardShortcuts": {
"message": "Mostrar atalhos de teclado",
2019-11-22 18:45:12 +00:00
"description": "Item under the help menu, pops up a screen showing the application's keyboard shortcuts"
},
"contactUs": {
2020-08-13 23:26:29 +00:00
"message": "Contate-nos",
"description": "Item under the help menu, takes you to the contact us support page"
},
2018-08-31 20:50:28 +00:00
"goToReleaseNotes": {
2018-10-16 00:32:32 +00:00
"message": "Ir para Notas de Lançamento",
2019-11-22 18:45:12 +00:00
"description": "Item under the help menu, takes you to GitHub page for release notes"
2018-07-20 23:30:56 +00:00
},
2018-08-31 20:50:28 +00:00
"goToForums": {
2018-10-16 00:32:32 +00:00
"message": "Ir para Fóruns",
2018-08-31 20:50:28 +00:00
"description": "Item under the Help menu, takes you to the forums"
2016-10-08 14:40:13 +00:00
},
2018-08-31 20:50:28 +00:00
"goToSupportPage": {
2018-10-16 00:32:32 +00:00
"message": "Ir para Página de Suporte",
2018-08-31 20:50:28 +00:00
"description": "Item under the Help menu, takes you to the support page"
},
"goToGithub": {
"message": "Go to GitHub",
"description": "Item under the Help menu, takes you to the GitHub repository for Signal Desktop"
},
"joinTheBeta": {
"message": "Join the Beta",
"description": "Item under the Help menu, takes you to an article describing how to install the beta release of Signal Desktop"
2016-03-03 14:45:08 +00:00
},
2018-08-31 20:50:28 +00:00
"signalDesktopPreferences": {
2018-10-16 00:32:32 +00:00
"message": "Preferências do Signal Desktop",
2018-08-31 20:50:28 +00:00
"description": "Title of the window that pops up with Signal Desktop preferences in it"
2018-07-31 16:54:06 +00:00
},
2020-01-24 00:01:22 +00:00
"signalDesktopStickerCreator": {
"message": "Criador de pacotes de figurinhas",
2020-01-24 00:01:22 +00:00
"description": "Title of the window that pops up with Signal Desktop preferences in it"
},
2018-08-31 20:50:28 +00:00
"aboutSignalDesktop": {
"message": "Sobre o Signal Desktop",
"description": "Item under the Help menu, which opens a small about window"
},
"speech": {
"message": "Fala",
"description": "Item under the Edit menu, with 'start/stop speaking' items below it"
2016-03-03 14:45:08 +00:00
},
"show": {
"message": "Exibir",
"description": "Command under Window menu, to show the window"
},
2018-08-31 20:50:28 +00:00
"hide": {
"message": "Esconder",
"description": "Command in the tray icon menu, to hide the window"
2017-02-09 23:27:14 +00:00
},
2018-08-31 20:50:28 +00:00
"quit": {
"message": "Sair",
"description": "Command in the tray icon menu, to quit the application"
},
2019-04-08 21:16:09 +00:00
"signalDesktop": {
2018-08-31 20:50:28 +00:00
"message": "Signal Desktop",
"description": "Tooltip for the tray icon"
},
2019-04-08 21:16:09 +00:00
"search": {
"message": "Buscar",
2018-08-31 20:50:28 +00:00
"description": "Placeholder text in the search input"
},
2019-09-13 20:59:54 +00:00
"searchIn": {
2019-11-11 17:55:59 +00:00
"message": "Buscar em $conversationName$",
2019-09-13 20:59:54 +00:00
"description": "Shown in the search box before text is entered when searching in a specific conversation",
"placeholders": {
"conversationName": {
"content": "$1",
"example": "Friends"
}
}
},
2019-04-08 21:16:09 +00:00
"noSearchResults": {
"message": "Sem resultados para \"$searchTerm$\"",
"description": "Shown in the search left pane when no results were found",
"placeholders": {
"searchTerm": {
"content": "$1",
"example": "dog"
}
}
},
2019-09-13 20:59:54 +00:00
"noSearchResultsInConversation": {
2019-11-11 17:55:59 +00:00
"message": "Nenhum resultado para \"$searchTerm$\" em $conversationName$",
2019-09-13 20:59:54 +00:00
"description": "Shown in the search left pane when no results were found",
"placeholders": {
"searchTerm": {
2020-08-13 23:26:29 +00:00
"content": "$1",
"example": "dog"
},
"conversationName": {
2019-09-13 20:59:54 +00:00
"content": "$2",
"example": "Friends"
}
}
},
2019-04-08 21:16:09 +00:00
"conversationsHeader": {
"message": "Conversas",
"description": "Shown to separate the types of search results"
},
"contactsHeader": {
"message": "Contatos",
"description": "Shown to separate the types of search results"
},
"messagesHeader": {
"message": "Mensagens",
"description": "Shown to separate the types of search results"
},
2018-08-31 20:50:28 +00:00
"welcomeToSignal": {
"message": "Boas-vindas ao Signal",
"description": ""
},
"selectAContact": {
2018-10-16 00:32:32 +00:00
"message": "Selecione um contato ou grupo para começar a conversar.",
2018-08-31 20:50:28 +00:00
"description": ""
},
2019-01-16 23:29:04 +00:00
"typingAlt": {
"message": "Animação de digitação para esta conversa",
"description": "Used as the 'title' attibute for the typing animation"
},
2020-08-13 23:26:29 +00:00
"contactInAddressBook": {
"message": "This person is in your contacts.",
"description": "Description of icon denoting that contact is from your address book"
},
2018-08-31 20:50:28 +00:00
"contactAvatarAlt": {
2018-10-16 00:32:32 +00:00
"message": "Avatar de $name$",
2018-08-31 20:50:28 +00:00
"description": "Used in the alt tag for the image avatar of a contact",
"placeholders": {
"name": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "John"
}
}
},
2018-08-31 20:50:28 +00:00
"sendMessageToContact": {
"message": "Enviar Mensagem",
"description": "Shown when you are sent a contact and that contact has a signal account"
2016-03-03 14:45:08 +00:00
},
2018-08-31 20:50:28 +00:00
"home": {
"message": "casa",
"description": "Shown on contact detail screen as a label for an address/phone/email"
2016-06-30 01:12:20 +00:00
},
2018-08-31 20:50:28 +00:00
"work": {
"message": "trabalho",
"description": "Shown on contact detail screen as a label for an address/phone/email"
},
2018-08-31 20:50:28 +00:00
"mobile": {
"message": "celular",
"description": "Shown on contact detail screen as a label for aa phone or email"
},
2018-08-31 20:50:28 +00:00
"email": {
"message": "e-mail",
"description": "Generic label shown if contact email has custom type but no label"
2016-03-03 14:45:08 +00:00
},
2018-08-31 20:50:28 +00:00
"phone": {
"message": "telefone",
"description": "Generic label shown if contact phone has custom type but no label"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"address": {
"message": "endereço",
"description": "Generic label shown if contact address has custom type but no label"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"poBox": {
"message": "Caixa postal",
"description": "When rendering an address, used to provide context to a post office box"
2018-05-02 16:29:36 +00:00
},
2019-04-08 21:16:09 +00:00
"downloading": {
2019-09-13 20:59:54 +00:00
"message": "Baixando",
2019-04-08 21:16:09 +00:00
"description": "Shown in the message bubble while a long message attachment is being downloaded"
},
2018-08-31 20:50:28 +00:00
"downloadAttachment": {
2018-10-16 00:32:32 +00:00
"message": "Baixar anexo",
2018-08-31 20:50:28 +00:00
"description": "Shown in a message's triple-dot menu if there isn't room for a dedicated download button"
2016-08-24 23:54:05 +00:00
},
"reactToMessage": {
"message": "Reagir à mensagem",
"description": "Shown in triple-dot menu next to message to allow user to react to the associated message"
},
2018-08-31 20:50:28 +00:00
"replyToMessage": {
"message": "Responder à mensagem",
"description": "Shown in triple-dot menu next to message to allow user to start crafting a message with a quotation"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"originalMessageNotFound": {
2018-10-16 00:32:32 +00:00
"message": "Mensagem original não encontrada",
2018-08-31 20:50:28 +00:00
"description": "Shown in quote if reference message was not found as message was initially downloaded and processed"
},
2018-08-31 20:50:28 +00:00
"originalMessageNotAvailable": {
2018-10-16 00:32:32 +00:00
"message": "Mensagem original indisponível",
2018-08-31 20:50:28 +00:00
"description": "Shown in toast if user clicks on quote that references message no longer in database"
},
2018-08-31 20:50:28 +00:00
"messageFoundButNotLoaded": {
2018-10-16 00:32:32 +00:00
"message": "Mensagem original encontrada. Role para cima para carregar.",
2018-08-31 20:50:28 +00:00
"description": "Shown in toast if user clicks on quote references messages not loaded in view, but in database"
2016-10-07 10:13:47 +00:00
},
"voiceRecordingInterruptedMax": {
"message": "A gravação da mensagem de voz parou porque atingiu o limite máximo de tempo.",
"description": "Confirmation dialog message for when the voice recording is interrupted due to max time limit"
},
"voiceRecordingInterruptedBlur": {
"message": "A gravação da mensagem de voz parou porque você trocou de aplicativo.",
"description": "Confirmation dialog message for when the voice recording is interrupted due to app losing focus"
},
"voiceNoteLimit": {
"message": "Mensagens de voz são limitadas a cinco minutos. A gravação será interrompida se você trocar de aplicativo.",
"description": "Shown in toast to warn user about limited time and that window must be in focus"
},
2019-01-16 23:29:04 +00:00
"voiceNoteMustBeOnlyAttachment": {
"message": "Uma mensagem de voz pode ter apenas um anexo.",
2019-01-16 23:29:04 +00:00
"description": "Shown in toast if tries to record a voice note with any staged attachments"
},
2020-01-24 00:01:22 +00:00
"attachmentSaved": {
"message": "Anexo salvo. Clique para mostrar na pasta.",
2020-01-24 00:01:22 +00:00
"description": "Shown after user selects to save to downloads",
"placeholders": {
"name": {
"content": "$1",
"example": "proof.jpg"
}
}
},
2018-08-31 20:50:28 +00:00
"you": {
"message": "Você",
"description": "Shown when the user represented is the current user."
2016-10-07 10:13:47 +00:00
},
2018-05-02 16:29:36 +00:00
"replyingTo": {
"message": "Respondendo para $name$",
2018-05-02 16:29:36 +00:00
"description": "Shown in iOS theme when you or someone quotes to a message which is not from you",
"placeholders": {
"name": {
"content": "$1",
"example": "John"
}
}
},
2018-08-31 20:50:28 +00:00
"audioPermissionNeeded": {
2018-10-16 00:32:32 +00:00
"message": "Para enviar mensagens de áudio, permita que o Signal Desktop acesse o microfone.",
2018-08-31 20:50:28 +00:00
"description": "Shown if the user attempts to send an audio message without audio permssions turned on"
},
2020-08-13 23:26:29 +00:00
"audioCallingPermissionNeeded": {
"message": "For calling, you must allow Signal Desktop to access your microphone.",
"description": "Shown if the user attempts access the microphone for calling without audio permssions turned on"
},
"videoCallingPermissionNeeded": {
"message": "For video calling, you must allow Signal Desktop to access your camera.",
"description": "Shown if the user attempts access the camera for video calling without video permssions turned on"
},
2018-08-31 20:50:28 +00:00
"allowAccess": {
2018-10-16 00:32:32 +00:00
"message": "Permitir acesso",
2018-08-31 20:50:28 +00:00
"description": "Button shown in popup asking to enable microphon/video permissions to send audio messages"
},
"showSettings": {
2018-10-16 00:32:32 +00:00
"message": "Mostrar configurações",
2018-08-31 20:50:28 +00:00
"description": "A button shown in dialog requesting the user to turn on audio permissions"
},
"audio": {
"message": "Áudio",
"description": "Shown in a quotation of a message containing an audio attachment if no text was originally provided with that attachment"
},
"video": {
"message": "Vídeo",
"description": "Shown in a quotation of a message containing a video if no text was originally provided with that video"
},
"photo": {
"message": "Foto",
"description": "Shown in a quotation of a message containing a photo if no text was originally provided with that image"
},
2019-04-08 21:16:09 +00:00
"cannotUpdate": {
2019-09-13 20:59:54 +00:00
"message": "Não é possível atualizar",
2019-04-08 21:16:09 +00:00
"description": "Shown as the title of our update error dialogs on windows"
},
"cannotUpdateDetail": {
"message": "Falha ao atualizar o Signal Desktop, mas há uma nova versão disponível. Por favor, vá para $url$ e instale a nova versão manualmente, e então, entre em contato com o suporte ou escreva um arquivo sobre esse problema.",
"description": "Shown if a general error happened while trying to install update package",
"placeholders": {
"url": {
"content": "$1",
"example": "https://signal.org/download"
}
}
2019-04-08 21:16:09 +00:00
},
"readOnlyVolume": {
"message": "O Signal Desktop pode estar na quarentena do macOS, e não estará elegível para atualizar automaticamente, Por favor, tente mover $app$ para $folder$ com o Finder.",
"description": "Shown on MacOS if running on a read-only volume and we cannot update",
"placeholders": {
"app": {
"content": "$1",
"example": "Signal.app"
},
"folder": {
"content": "$2",
"example": "/Applications"
}
}
2019-04-08 21:16:09 +00:00
},
2018-08-31 20:50:28 +00:00
"ok": {
"message": "OK",
"description": ""
},
2018-08-31 20:50:28 +00:00
"cancel": {
"message": "Cancelar",
"description": ""
},
"discard": {
"message": "Descartar",
"description": ""
},
2018-08-31 20:50:28 +00:00
"failedToSend": {
"message": "Falha ao enviar para alguns destinatários. Verifique a sua conexão de rede.",
"description": ""
},
2018-08-31 20:50:28 +00:00
"error": {
"message": "Erro",
"description": ""
2016-06-30 01:12:20 +00:00
},
2018-08-31 20:50:28 +00:00
"messageDetail": {
"message": "Detalhe da mensagem",
"description": ""
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"delete": {
"message": "Apagar",
"description": ""
},
"deleteWarning": {
2018-10-16 00:32:32 +00:00
"message": "Tem certeza? Ao clicar em 'Excluir', você remove esta mensagem permanentemente deste dispositivo apenas.",
2018-08-31 20:50:28 +00:00
"description": ""
},
"deleteThisMessage": {
"message": "Apagar essa mensagem",
"description": ""
},
"from": {
"message": "De",
"description": "Label for the sender of a message"
},
"to": {
2019-11-11 17:55:59 +00:00
"message": "Para",
2018-08-31 20:50:28 +00:00
"description": "Label for the receiver of a message"
},
2019-11-11 17:55:59 +00:00
"toJoiner": {
"message": "para",
"description": "Joiner for message search results - like 'Jon' to 'Friends Group'"
},
2018-08-31 20:50:28 +00:00
"sent": {
"message": "Enviada",
"description": "Label for the time a message was sent"
},
2016-03-03 14:45:08 +00:00
"received": {
"message": "Recebida",
"description": "Label for the time a message was received"
},
2018-08-31 20:50:28 +00:00
"sendMessage": {
"message": "Enviar uma mensagem",
"description": "Placeholder text in the message entry field"
},
"groupMembers": {
"message": "Membros do grupo",
"description": ""
},
"showMembers": {
"message": "Mostrar membros",
"description": ""
},
"resetSession": {
"message": "Reiniciar a sessão",
"description": "This is a menu item for resetting the session, using the imperative case, as in a command."
},
"showSafetyNumber": {
2018-10-16 00:32:32 +00:00
"message": "Ver número de segurança",
2018-08-31 20:50:28 +00:00
"description": ""
},
"viewRecentMedia": {
"message": "View recent media",
2018-08-31 20:50:28 +00:00
"description": "This is a menu item for viewing all media (images + video) in a conversation, using the imperative case, as in a command."
},
"verifyHelp": {
2018-10-16 00:32:32 +00:00
"message": "Se você quiser verificar a segurança da sua criptografia ponta a ponta com $name$, compare os números acima com os números no aparelho dessa pessoa.",
2018-08-31 20:50:28 +00:00
"description": "",
"placeholders": {
"name": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "John"
}
}
},
2018-08-31 20:50:28 +00:00
"theirIdentityUnknown": {
"message": "Você ainda não trocou nenhuma mensagem com a pessoa deste contato. O seu número de segurança com ela será disponível após a primeira mensagem.",
"description": ""
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"moreInfo": {
2018-10-16 00:32:32 +00:00
"message": "Detalhes",
2018-08-31 20:50:28 +00:00
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
},
"retrySend": {
2018-10-16 00:32:32 +00:00
"message": "Reenviar",
2018-08-31 20:50:28 +00:00
"description": "Shown on the drop-down menu for an indinvidaul message, but only if it is an outgoing message that failed to send"
},
"deleteMessage": {
2018-10-16 00:32:32 +00:00
"message": "Excluir",
2018-08-31 20:50:28 +00:00
"description": "Shown on the drop-down menu for an individual message, deletes single message"
},
"deleteMessages": {
2018-10-16 00:32:32 +00:00
"message": "Apagar mensagens",
2018-08-31 20:50:28 +00:00
"description": "Menu item for deleting messages, title case."
},
"deleteConversationConfirmation": {
"message": "Você deseja apagar esta conversa definitivamente?",
"description": "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
},
"sessionEnded": {
"message": "A sessão segura foi reiniciada",
"description": "This is a past tense, informational message. In other words, your secure session has been reset."
},
"quoteThumbnailAlt": {
2018-10-16 00:32:32 +00:00
"message": "Miniatura da imagem na citação",
2018-08-31 20:50:28 +00:00
"description": "Used in alt tag of thumbnail images inside of an embedded message quote"
},
"imageAttachmentAlt": {
2018-10-16 00:32:32 +00:00
"message": "Imagem anexa à mensagem",
2018-08-31 20:50:28 +00:00
"description": "Used in alt tag of image attachment"
},
"videoAttachmentAlt": {
2018-10-16 00:32:32 +00:00
"message": "Frame do vídeo anexo à mensagem",
2018-08-31 20:50:28 +00:00
"description": "Used in alt tag of video attachment preview"
},
"lightboxImageAlt": {
2018-10-16 00:32:32 +00:00
"message": "Imagem enviada na conversa",
2018-08-31 20:50:28 +00:00
"description": "Used in the alt tag for the image shown in a full-screen lightbox view"
},
2019-01-16 23:29:04 +00:00
"imageCaptionIconAlt": {
"message": "Ícone mostrando que esta imagem possui uma legenda",
"description": "Used for the icon layered on top of an image in message bubbles"
},
"addACaption": {
2019-02-14 00:53:39 +00:00
"message": "Adicionar legenda...",
2019-01-16 23:29:04 +00:00
"description": ""
},
"save": {
"message": "Salvar",
"description": ""
},
2018-08-31 20:50:28 +00:00
"fileIconAlt": {
2018-10-16 00:32:32 +00:00
"message": "Ícone do arquivo",
2018-08-31 20:50:28 +00:00
"description": "Used in the media gallery documents tab to visually represent a file"
},
"installWelcome": {
"message": "Boas-vindas ao Signal Desktop",
"description": "Welcome title on the install page"
},
"installTagline": {
"message": "Privacidade é possível. Signal faz com que ela seja fácil.",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
2018-10-16 00:32:32 +00:00
"message": "Conecte seu telefone ao Signal Desktop",
2018-08-31 20:50:28 +00:00
"description": "Shown on the front page when the application first starst, above the QR code"
},
"signalSettings": {
"message": "Configurações do Signal",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
2018-10-16 00:32:32 +00:00
"message": "Dispositivos vinculados",
2018-08-31 20:50:28 +00:00
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "Botão '+'",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
2018-10-16 00:32:32 +00:00
"message": "Vincular novo dispositivo",
2018-08-31 20:50:28 +00:00
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"deviceName": {
"message": "Nome do aparelho",
"description": "The label in settings panel shown for the user-provided name for this desktop instance"
},
"chooseDeviceName": {
"message": "Escolher o nome deste aparelho",
"description": "The header shown on the 'choose device name' screen in the device linking process"
},
"finishLinkingPhone": {
"message": "Terminar a conexão ao celular",
"description": "The text on the button to finish the linking process, after choosing the device name"
},
"initialSync": {
"message": "Sincronizando contatos e grupos",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "Falha de conexão ao servidor.",
"description": "Displayed when we can't connect to the server."
},
"installTooManyDevices": {
"message": "Desculpe. Há muitos aparelhos já religados. Tente remover alguns.",
"description": ""
},
"installTooOld": {
"message": "Atualize Signal neste aparelho para conectá-lo ao seu celular.",
"description": ""
},
"installErrorHeader": {
"message": "Alguma coisa deu errado!",
"description": ""
},
"installTryAgain": {
"message": "Tentar novamente",
"description": ""
2018-08-31 20:50:28 +00:00
},
"theme": {
2018-10-16 00:32:32 +00:00
"message": "Tema",
2018-08-31 20:50:28 +00:00
"description": "Header for theme settings"
},
2020-08-13 23:26:29 +00:00
"calling": {
"message": "Chamando",
"description": "Header for calling options on the settings screen"
},
"alwaysRelayCallsDescription": {
"message": "Sempre reencaminhar chamadas",
"description": "Description of the always relay calls setting"
},
"alwaysRelayCallsDetail": {
"message": "Redirecionar todas as chamadas através do servidor do Signal para impedir de revelar seu endereço IP ao seu contato. Habilitar esta opção irá reduzir a qualidade da chamada.",
"description": "Details describing the always relay calls setting"
},
2018-08-31 20:50:28 +00:00
"permissions": {
2018-10-16 00:32:32 +00:00
"message": "Permissões",
2018-08-31 20:50:28 +00:00
"description": "Header for permissions section of settings"
},
"mediaPermissionsDescription": {
2020-08-13 23:26:29 +00:00
"message": "Allow access to the microphone",
"description": "Description of the media permission description"
},
"mediaCameraPermissionsDescription": {
"message": "Allow access to the camera",
2018-08-31 20:50:28 +00:00
"description": "Description of the media permission description"
},
2019-02-04 19:53:59 +00:00
"general": {
"message": "Geral",
"description": "Header for general options on the settings screen"
},
2018-08-31 20:50:28 +00:00
"spellCheckDescription": {
2018-10-16 00:32:32 +00:00
"message": "Ativar a verificação ortográfica do texto digitado na caixa de edição de mensagens",
2018-08-31 20:50:28 +00:00
"description": "Description of the media permission description"
},
2020-04-29 23:20:42 +00:00
"spellCheckWillBeEnabled": {
"message": "Spell check will be enabled the next time Signal starts.",
"description": "Shown when the user enables spellcheck to indicate that they must restart Signal."
},
"spellCheckWillBeDisabled": {
"message": "Spell check will be disabled the next time Signal starts.",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
2018-08-31 20:50:28 +00:00
"clearDataHeader": {
"message": "Limpar dados",
"description": "Header in the settings dialog for the section dealing with data deletion"
},
"clearDataExplanation": {
"message": "Você limpará todos os dados do aplicativo, removendo todas as mensagens e informações de conta salvas.",
"description": "Text describing what the clear data button will do."
},
"clearDataButton": {
"message": "Limpar dados",
"description": "Button in the settings dialog starting process to delete all data"
2016-10-07 10:13:47 +00:00
},
2018-05-02 16:29:36 +00:00
"deleteAllDataHeader": {
"message": "Apagar todos os dados?",
"description": "Header of the full-screen delete data confirmation screen"
},
2018-08-31 20:50:28 +00:00
"deleteAllDataBody": {
"message": "Você está prestes a apagar todas as informações de conta salvas no aplicativo, inclusive todos os contatos e todas as mensagens. Você continuará podendo conectar-se ao seu aparelho celular, mas as suas mensagens apagadas não serão restauradas. ",
"description": "Text describing what exactly will happen if the user clicks the button to delete all data"
},
"deleteAllDataButton": {
"message": "Apagar todos os dados",
"description": "Text of the button that deletes all data"
},
2018-05-02 16:29:36 +00:00
"deleteAllDataProgress": {
"message": "Desconectando e apagando todos os dados",
"description": "Message shown to user when app is disconnected and data deleted"
},
"deleteOldIndexedDBData": {
"message": "You have obsolete data from a prior installation of Signal Desktop. If you choose to continue, it will be deleted and you will start from scratch.",
"description": "Shown if user last ran Signal Desktop before October 2018"
},
"deleteOldData": {
"message": "Delete Old Data",
"description": "Button to make the delete happen"
},
2018-08-31 20:50:28 +00:00
"notifications": {
"message": "Notificações ",
"description": "Header for notification settings"
2016-03-03 14:45:08 +00:00
},
2018-08-31 20:50:28 +00:00
"notificationSettingsDialog": {
"message": "Quando mensagens chegarem, exibir notificações que mostrem:",
"description": "Explain the purpose of the notification settings"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"disableNotifications": {
"message": "Desabilitar notificações",
"description": "Label for disabling notifications"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"nameAndMessage": {
"message": "Nome da pessoa remetente e mensagem",
"description": "Label for setting notifications to display name and message text"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"noNameOrMessage": {
"message": "Nem nome nem mensagem",
"description": "Label for setting notifications to display no name and no message text"
},
2018-08-31 20:50:28 +00:00
"nameOnly": {
"message": "Apenas o nome da pessoa remetente",
"description": "Label for setting notifications to display sender name only"
2016-04-28 18:15:45 +00:00
},
2018-08-31 20:50:28 +00:00
"newMessage": {
"message": "Nova mensagem",
"description": "Displayed in notifications for only 1 message"
},
"newMessages": {
"message": "Novas mensagens",
"description": "Displayed in notifications for multiple messages"
},
"notificationMostRecentFrom": {
"message": "Última:",
"description": "Displayed in notifications when setting is 'name only' and more than one message is waiting"
},
"notificationFrom": {
"message": "De:",
"description": "Displayed in notifications when setting is 'name only' and one message is waiting"
},
"notificationMostRecent": {
"message": "Última:",
"description": "Displayed in notifications when setting is 'name and message' and more than one message is waiting"
},
2020-01-24 00:01:22 +00:00
"notificationReaction": {
"message": "$sender$ reagiu com $emoji$ em sua mensagem",
2020-01-24 00:01:22 +00:00
"description": "",
"placeholders": {
"sender": {
"content": "$1",
"example": "John"
},
"emoji": {
"content": "$2",
"example": "👍"
}
}
},
"notificationReactionMostRecent": {
"message": "Mais recente: $sender$ reagiu com $emoji$ em sua mensagem",
"description": "",
"placeholders": {
"sender": {
"content": "$1",
"example": "John"
},
"emoji": {
"content": "$2",
"example": "👍"
}
}
},
"notificationReactionMessage": {
"message": "$sender$ reagiu com $emoji$ na mensagem: $message$",
"description": "",
"placeholders": {
"sender": {
"content": "$1",
"example": "John"
},
"emoji": {
"content": "$2",
"example": "👍"
},
"message": {
"content": "$3",
"example": "Sounds good."
}
}
},
"notificationReactionMessageMostRecent": {
"message": "Mais recente: $sender$ reagiu com $emoji$ na mensagem: $message$",
2020-01-24 00:01:22 +00:00
"description": "",
"placeholders": {
"sender": {
"content": "$1",
"example": "John"
},
"emoji": {
"content": "$2",
"example": "👍"
},
"message": {
"content": "$3",
"example": "Sounds good."
2020-01-24 00:01:22 +00:00
}
}
},
2018-08-31 20:50:28 +00:00
"sendFailed": {
2018-10-16 00:32:32 +00:00
"message": "Falha no envio",
2018-08-31 20:50:28 +00:00
"description": "Shown on outgoing message if it fails to send"
},
2020-08-13 23:26:29 +00:00
"partiallySent": {
"message": "Partially sent, click for details",
"description": "Shown on outgoing message if it is partially sent"
},
2018-08-31 20:50:28 +00:00
"showMore": {
"message": "Detalhes",
"description": "Displays the details of a key change"
},
"showLess": {
"message": "Ocultar detalhes",
"description": "Hides the details of a key change"
},
"learnMore": {
"message": "Saiba mais sobre como verificar números de segurança",
"description": "Text that links to a support article on verifying safety numbers"
},
2016-04-07 19:27:03 +00:00
"expiredWarning": {
"message": "Esta versão do Signal Desktop expirou. Por favor, atualize-o para a versão mais recente para continuar enviando mensagens.",
"description": "Warning notification that this version of the app has expired"
},
2018-08-31 20:50:28 +00:00
"upgrade": {
"message": "Atualizar",
"description": "Label text for button to upgrade the app to the latest version"
},
2018-08-31 20:50:28 +00:00
"mediaMessage": {
2019-11-11 17:55:59 +00:00
"message": "Mensagem de mídia",
2018-08-31 20:50:28 +00:00
"description": "Description of a message that has an attachment and no text, displayed in the conversation list as a preview."
},
2018-08-31 20:50:28 +00:00
"unregisteredUser": {
"message": "Número não registrado",
"description": "Error message displayed when sending to an unregistered user."
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"sync": {
"message": "Contatos",
"description": "Label for contact and group sync settings"
},
2018-08-31 20:50:28 +00:00
"syncExplanation": {
"message": "Importar todos os grupos e contatos do seu celular para o Signal. ",
"description": "Explanatory text for sync settings"
},
2018-08-31 20:50:28 +00:00
"lastSynced": {
"message": "Última importação feita em ",
"description": "Label for date and time of last sync operation"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"syncNow": {
"message": "Importar agora",
"description": "Label for a button that syncs contacts and groups from your phone"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"syncing": {
"message": "Importando...",
"description": "Label for a disabled sync button while sync is in progress."
2017-02-09 23:27:14 +00:00
},
2018-08-31 20:50:28 +00:00
"syncFailed": {
"message": "Erro ao importar. O seu computador e o seu celular estão conectados à Internet?",
"description": "Informational text displayed if a sync operation times out."
2016-03-03 14:45:08 +00:00
},
2018-08-31 20:50:28 +00:00
"timestamp_s": {
"message": "agora",
"description": "Brief timestamp for messages sent less than a minute ago. Displayed in the conversation list and message bubble."
},
"timestamp_m": {
2019-11-11 17:55:59 +00:00
"message": "1min",
2018-08-31 20:50:28 +00:00
"description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble."
},
"timestamp_h": {
2019-11-11 17:55:59 +00:00
"message": "1h",
2018-08-31 20:50:28 +00:00
"description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble."
},
2018-07-18 17:47:58 +00:00
"hoursAgo": {
2019-11-11 17:55:59 +00:00
"message": "$hours$h",
2018-07-18 17:47:58 +00:00
"description": "Contracted form of 'X hours ago' which works both for singular and plural",
"placeholders": {
2018-08-31 20:50:28 +00:00
"hours": {
"content": "$1",
"example": "2"
}
}
},
"minutesAgo": {
2019-11-11 17:55:59 +00:00
"message": "$minutes$min",
2018-08-31 20:50:28 +00:00
"description": "Contracted form of 'X minutes ago' which works both for singular and plural",
"placeholders": {
"minutes": {
"content": "$1",
"example": "10"
}
}
},
"justNow": {
"message": "agora",
"description": "Shown if a message is very recent, less than 60 seconds old"
},
"timestampFormat_M": {
"message": "MMM D",
"description": "Timestamp format string for displaying month and day (but not the year) of a date within the current year, ex: use 'MMM D' for 'Aug 8', or 'D MMM' for '8 Aug'."
},
2019-09-13 20:59:54 +00:00
"messageBodyTooLong": {
"message": "Corpo de mensagem demasiado longo.",
"description": "Shown if the user tries to send more than 64kb of text"
},
2018-08-31 20:50:28 +00:00
"unblockToSend": {
"message": "Desbloquear este contato para enviar uma mensagem.",
"description": "Brief message shown when trying to message a blocked number"
},
2018-10-16 00:32:32 +00:00
"unblockGroupToSend": {
2019-01-16 23:29:04 +00:00
"message": "Desbloquear este grupo para enviar uma mensagem.",
2018-10-16 00:32:32 +00:00
"description": "Brief message shown when trying to message a blocked group"
},
2018-08-31 20:50:28 +00:00
"youChangedTheTimer": {
2020-08-13 23:26:29 +00:00
"message": "You set the disappearing message time to $time$.",
2018-08-31 20:50:28 +00:00
"description": "Message displayed when you change the message expiration timer in a conversation.",
"placeholders": {
"time": {
"content": "$1",
"example": "10m"
}
}
},
"timerSetOnSync": {
2020-08-13 23:26:29 +00:00
"message": "Updated the disappearing message time to $time$.",
2018-08-31 20:50:28 +00:00
"description": "Message displayed when timer is set on initial link of desktop device.",
"placeholders": {
"time": {
2018-07-18 17:47:58 +00:00
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "10m"
2018-07-18 17:47:58 +00:00
}
}
},
2018-08-31 20:50:28 +00:00
"theyChangedTheTimer": {
2020-08-13 23:26:29 +00:00
"message": "$name$ set the disappearing message time to $time$.",
2018-08-31 20:50:28 +00:00
"description": "Message displayed when someone else changes the message expiration timer in a conversation.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
},
"time": {
"content": "$2",
"example": "10m"
}
}
},
2018-08-31 20:50:28 +00:00
"timerOption_0_seconds": {
"message": "desligar",
"description": "Label for option to turn off message expiration in the timer menu"
2016-03-03 14:45:08 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_5_seconds": {
"message": "5 segundos",
"description": "Label for a selectable option in the message expiration timer menu"
},
2018-08-31 20:50:28 +00:00
"timerOption_10_seconds": {
"message": "10 segundos",
"description": "Label for a selectable option in the message expiration timer menu"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_30_seconds": {
"message": "30 segundos",
"description": "Label for a selectable option in the message expiration timer menu"
},
2018-08-31 20:50:28 +00:00
"timerOption_1_minute": {
"message": "1 minuto",
"description": "Label for a selectable option in the message expiration timer menu"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_5_minutes": {
2018-10-16 00:32:32 +00:00
"message": "5 minutos",
2018-08-31 20:50:28 +00:00
"description": "Label for a selectable option in the message expiration timer menu"
},
2018-08-31 20:50:28 +00:00
"timerOption_30_minutes": {
2018-10-16 00:32:32 +00:00
"message": "30 minutos",
2018-08-31 20:50:28 +00:00
"description": "Label for a selectable option in the message expiration timer menu"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_1_hour": {
"message": "1 hora",
"description": "Label for a selectable option in the message expiration timer menu"
2016-04-03 21:33:07 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_6_hours": {
2018-10-16 00:32:32 +00:00
"message": "6 horas",
2018-08-31 20:50:28 +00:00
"description": "Label for a selectable option in the message expiration timer menu"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_12_hours": {
2018-10-16 00:32:32 +00:00
"message": "12 horas",
2018-08-31 20:50:28 +00:00
"description": "Label for a selectable option in the message expiration timer menu"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_1_day": {
"message": "1 dia",
"description": "Label for a selectable option in the message expiration timer menu"
2016-03-03 14:45:08 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_1_week": {
"message": "1 semana",
"description": "Label for a selectable option in the message expiration timer menu"
2016-09-12 18:51:16 +00:00
},
2018-08-31 20:50:28 +00:00
"disappearingMessages": {
"message": "Mensagens efêmeras",
"description": "Conversation menu option to enable disappearing messages"
},
2018-08-31 20:50:28 +00:00
"timerOption_0_seconds_abbreviated": {
"message": "desligar",
"description": "Short format indicating current timer setting in the conversation list snippet"
2017-05-16 18:56:33 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_5_seconds_abbreviated": {
"message": "5s",
"description": "Very short format indicating current timer setting in the conversation header"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_10_seconds_abbreviated": {
"message": "10s",
"description": "Very short format indicating current timer setting in the conversation header"
},
2018-08-31 20:50:28 +00:00
"timerOption_30_seconds_abbreviated": {
"message": "30s",
"description": "Very short format indicating current timer setting in the conversation header"
},
2018-08-31 20:50:28 +00:00
"timerOption_1_minute_abbreviated": {
"message": "1min",
"description": "Very short format indicating current timer setting in the conversation header"
2017-04-16 06:51:10 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_5_minutes_abbreviated": {
"message": "5min",
"description": "Very short format indicating current timer setting in the conversation header"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_30_minutes_abbreviated": {
"message": "30min",
"description": "Very short format indicating current timer setting in the conversation header"
2016-03-03 14:45:08 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_1_hour_abbreviated": {
"message": "1h",
"description": "Very short format indicating current timer setting in the conversation header"
2017-04-16 06:51:10 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_6_hours_abbreviated": {
"message": "6h",
2016-10-08 14:40:13 +00:00
"description": "Very short format indicating current timer setting in the conversation header"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_12_hours_abbreviated": {
"message": "12h",
"description": "Very short format indicating current timer setting in the conversation header"
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_1_day_abbreviated": {
"message": "1 dia",
"description": "Very short format indicating current timer setting in the conversation header"
2018-07-20 23:30:56 +00:00
},
2018-08-31 20:50:28 +00:00
"timerOption_1_week_abbreviated": {
"message": "1 semana",
"description": "Very short format indicating current timer setting in the conversation header"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"disappearingMessagesDisabled": {
2018-10-16 00:32:32 +00:00
"message": "Mensagens efêmeras desativadas",
2018-08-31 20:50:28 +00:00
"description": "Displayed in the left pane when the timer is turned off"
},
2018-08-31 20:50:28 +00:00
"disabledDisappearingMessages": {
2020-08-13 23:26:29 +00:00
"message": "$name$ disabled disappearing messages.",
2018-08-31 20:50:28 +00:00
"description": "Displayed in the conversation list when the timer is turned off",
"placeholders": {
"name": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "John"
}
}
},
2018-08-31 20:50:28 +00:00
"youDisabledDisappearingMessages": {
2020-08-13 23:26:29 +00:00
"message": "Você desabilitou as mensagens efêmeras.",
2018-08-31 20:50:28 +00:00
"description": "Displayed in the conversation list when the timer is turned off"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"timerSetTo": {
"message": "Cronômetro definido para $time$",
"description": "Displayed in the conversation list when the timer is updated by some automatic action, or in the left pane",
"placeholders": {
2018-08-31 20:50:28 +00:00
"time": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "1w"
}
}
},
2018-08-31 20:50:28 +00:00
"audioNotificationDescription": {
"message": "Tocar notificações em áudio",
"description": "Description for audio notification setting"
2018-05-02 16:29:36 +00:00
},
2020-08-13 23:26:29 +00:00
"callRingtoneNotificationDescription": {
"message": "Play calling sounds",
"description": "Description for call ringtone notification setting"
},
"callSystemNotificationDescription": {
"message": "Show notifications for calls",
"description": "Description for call notification setting"
},
"incomingCallNotificationDescription": {
"message": "Enable incoming calls",
"description": "Description for incoming calls setting"
},
"contactChangedProfileName": {
"message": "$sender$ changed their profile name from $oldProfile$ to $newProfile$.",
"description": "Description for incoming calls setting",
"placeholders": {
"sender": {
"content": "$1",
"example": "Bob"
},
"oldProfile": {
"content": "$2",
"example": ".x8Skillz8x."
},
"newProfile": {
"content": "$3",
"example": "Bob Smith"
}
}
},
"changedProfileName": {
"message": "$oldProfile$ changed their profile name to $newProfile$.",
"description": "Shown when a contact not in your address book changes their profile name",
"placeholders": {
"oldProfile": {
"content": "$2",
"example": ".x8Skillz8x."
},
"newProfile": {
"content": "$3",
"example": "Bob Smith"
}
}
},
2018-08-31 20:50:28 +00:00
"safetyNumberChanged": {
2018-10-16 00:32:32 +00:00
"message": "Mudança do número de segurança",
2018-08-31 20:50:28 +00:00
"description": "A notification shown in the conversation when a contact reinstalls"
2016-03-03 14:45:08 +00:00
},
2020-08-13 23:26:29 +00:00
"safetyNumberChanges": {
"message": "Mudanças no Número de Segurança",
"description": "Title for safety number changed modal"
},
2018-08-31 20:50:28 +00:00
"safetyNumberChangedGroup": {
2018-10-16 00:32:32 +00:00
"message": "Seu número de segurança com $name$ mudou",
2018-08-31 20:50:28 +00:00
"description": "A notification shown in a group conversation when a contact reinstalls, showing the contact name",
"placeholders": {
"name": {
"content": "$1",
"example": "John"
}
}
},
2018-08-31 20:50:28 +00:00
"verifyNewNumber": {
2018-10-16 00:32:32 +00:00
"message": "Verificar número de segurança",
2018-08-31 20:50:28 +00:00
"description": "Label on button included with safety number change notification in the conversation"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"yourSafetyNumberWith": {
2020-08-13 23:26:29 +00:00
"message": "Your safety number with $name1$:",
2018-08-31 20:50:28 +00:00
"description": "Heading for safety number view",
"placeholders": {
2020-08-13 23:26:29 +00:00
"name1": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "John"
}
}
2016-10-07 10:13:47 +00:00
},
2018-08-31 20:50:28 +00:00
"themeLight": {
2018-10-16 00:32:32 +00:00
"message": "Claro",
2018-08-31 20:50:28 +00:00
"description": "Label text for light theme (normal)"
2018-05-02 16:29:36 +00:00
},
2018-08-31 20:50:28 +00:00
"themeDark": {
2018-10-16 00:32:32 +00:00
"message": "Escuro",
2018-08-31 20:50:28 +00:00
"description": "Label text for dark theme"
2016-03-03 14:45:08 +00:00
},
2019-09-13 20:59:54 +00:00
"themeSystem": {
"message": "Sistema",
"description": "Label text for system theme"
},
2019-04-08 21:16:09 +00:00
"noteToSelf": {
"message": "Recado para mim",
"description": "Name for the conversation with your own phone number"
},
2020-08-13 23:26:29 +00:00
"noteToSelfHero": {
"message": "Você pode adicionar anotações para si mesma/o nessa conversa. Se sua conta estiver vinculada à algum aparelho, as novas anotações serão sincronizadas. ",
"description": "Description for the Note to Self conversation"
},
2018-08-31 20:50:28 +00:00
"hideMenuBar": {
"message": "Ocultar a barra de opções",
"description": "Label text for menu bar visibility setting"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"startConversation": {
2019-04-08 21:16:09 +00:00
"message": "Iniciar uma conversa…",
2018-08-31 20:50:28 +00:00
"description": "Label underneath number a user enters that is not an existing contact"
2016-10-07 10:13:47 +00:00
},
2020-04-29 23:20:42 +00:00
"notSupportedSMS": {
"message": "SMS/MMS messages are not supported.",
"description": "Label underneath number informing user that SMS is not supported on desktop"
},
2018-08-31 20:50:28 +00:00
"newPhoneNumber": {
"message": "Inserir um número de telefone para adicionar um contato.",
"description": "Placeholder for adding a new number to a contact"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"invalidNumberError": {
"message": "Número inválido",
"description": "When a person inputs a number that is invalid"
2016-03-03 14:45:08 +00:00
},
2018-08-31 20:50:28 +00:00
"unlinkedWarning": {
"message": "Religue Signal Desktop ao seu celular para continuar a enviar mensagens.",
"description": ""
},
2018-08-31 20:50:28 +00:00
"unlinked": {
"message": "Não-religado",
2016-03-03 14:45:08 +00:00
"description": ""
},
2018-08-31 20:50:28 +00:00
"relink": {
"message": "Religar",
2016-03-03 14:45:08 +00:00
"description": ""
},
2018-08-31 20:50:28 +00:00
"autoUpdateNewVersionTitle": {
"message": "Atualização do Signal disponível",
2016-03-03 14:45:08 +00:00
"description": ""
},
2018-08-31 20:50:28 +00:00
"autoUpdateNewVersionMessage": {
"message": "Uma nova versão do Signal está disponível.",
2016-03-03 14:45:08 +00:00
"description": ""
},
2018-08-31 20:50:28 +00:00
"autoUpdateNewVersionInstructions": {
"message": "Por favor, toque em 'reiniciar Signal' para aplicar as atualizações.",
2016-03-03 14:45:08 +00:00
"description": ""
},
2018-08-31 20:50:28 +00:00
"autoUpdateRestartButtonLabel": {
"message": "Reiniciar Signal",
"description": ""
2016-03-03 14:45:08 +00:00
},
2018-08-31 20:50:28 +00:00
"autoUpdateLaterButtonLabel": {
"message": "Mais tarde",
2016-03-03 14:45:08 +00:00
"description": ""
},
2018-08-31 20:50:28 +00:00
"leftTheGroup": {
2020-04-29 23:20:42 +00:00
"message": "$name$ left the group.",
2018-08-31 20:50:28 +00:00
"description": "Shown in the conversation history when a single person leaves the group",
"placeholders": {
"name": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "Bob"
}
}
},
2018-08-31 20:50:28 +00:00
"multipleLeftTheGroup": {
2020-04-29 23:20:42 +00:00
"message": "$name$ left the group.",
2018-08-31 20:50:28 +00:00
"description": "Shown in the conversation history when multiple people leave the group",
"placeholders": {
"name": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "Alice, Bob"
}
}
},
2018-08-31 20:50:28 +00:00
"updatedTheGroup": {
2020-04-29 23:20:42 +00:00
"message": "$name$ updated the group.",
"description": "Shown in the conversation history when someone updates the group",
"placeholders": {
"name": {
"content": "$1",
"example": "Alice"
}
}
},
"youUpdatedTheGroup": {
"message": "Você atualizou o grupo.",
"description": "Shown in the conversation history when you update a group"
},
"updatedGroupAvatar": {
"message": "Group avatar was updated.",
2018-08-31 20:50:28 +00:00
"description": "Shown in the conversation history when someone updates the group"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"titleIsNow": {
2020-04-29 23:20:42 +00:00
"message": "Group name is now '$name$'.",
2018-08-31 20:50:28 +00:00
"description": "Shown in the conversation history when someone changes the title of the group",
2016-10-07 10:13:47 +00:00
"placeholders": {
2018-08-31 20:50:28 +00:00
"name": {
2016-10-07 10:13:47 +00:00
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "Book Club"
2016-10-07 10:13:47 +00:00
}
}
},
2020-04-29 23:20:42 +00:00
"youJoinedTheGroup": {
"message": "Você entrou no grupo.",
2020-04-29 23:20:42 +00:00
"description": "Shown in the conversation history when you are added to a group."
},
2018-08-31 20:50:28 +00:00
"joinedTheGroup": {
2020-04-29 23:20:42 +00:00
"message": "$name$ joined the group.",
2018-08-31 20:50:28 +00:00
"description": "Shown in the conversation history when a single person joins the group",
2018-07-18 17:47:58 +00:00
"placeholders": {
2018-08-31 20:50:28 +00:00
"name": {
2018-07-18 17:47:58 +00:00
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "Alice"
2018-07-18 17:47:58 +00:00
}
}
},
2018-08-31 20:50:28 +00:00
"multipleJoinedTheGroup": {
2020-04-29 23:20:42 +00:00
"message": "$names$ joined the group.",
2018-08-31 20:50:28 +00:00
"description": "Shown in the conversation history when more than one person joins the group",
"placeholders": {
2018-08-31 20:50:28 +00:00
"names": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "Alice, Bob"
}
}
},
2020-08-13 23:26:29 +00:00
"ConversationListItem--message-request": {
"message": "Solicitação de mensagem",
"description": "Preview shown for conversation if the user has not yet accepted an incoming message request"
},
2019-09-13 20:59:54 +00:00
"ConversationListItem--draft-prefix": {
"message": "Rascunho:",
"description": "Prefix shown in italic in conversation view when a draft is saved"
},
"message--getNotificationText--stickers": {
"message": "Mensagem com figurinha",
"description": "Shown in notifications and in the left pane instead of sticker image."
},
"message--getDescription--unsupported-message": {
"message": "Mensagem sem suporte",
"description": "Shown in notifications and in the left pane when a message has features too new for this signal install."
},
2020-01-24 00:01:22 +00:00
"message--getDescription--disappearing-media": {
"message": "Mídia visualizada",
2020-01-24 00:01:22 +00:00
"description": "Shown in notifications and in the left pane after view-once message is deleted."
},
2019-09-13 20:59:54 +00:00
"message--getDescription--disappearing-photo": {
"message": "Foto visualizada",
2020-01-24 00:01:22 +00:00
"description": "Shown in notifications and in the left pane when a message is a view once photo."
2019-09-13 20:59:54 +00:00
},
2019-11-11 17:55:59 +00:00
"message--getDescription--disappearing-video": {
"message": "Vídeo visualizado",
2020-01-24 00:01:22 +00:00
"description": "Shown in notifications and in the left pane when a message is a view once video."
2019-11-11 17:55:59 +00:00
},
"message--deletedForEveryone": {
"message": "Essa mensagem foi suprimida.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
2019-09-13 20:59:54 +00:00
"stickers--toast--InstallFailed": {
"message": "O pacote de figurinhas não pôde ser instalado",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
},
"stickers--StickerManager--InstalledPacks": {
"message": "Figurinhas instaladas",
"description": "Shown in the sticker pack manager above your installed sticker packs."
},
"stickers--StickerManager--InstalledPacks--Empty": {
"message": "Nenhuma figurinha instalada",
"description": "Shown in the sticker pack manager when you don't have any installed sticker packs."
},
"stickers--StickerManager--BlessedPacks": {
"message": "Série Signal Artist",
"description": "Shown in the sticker pack manager above the default sticker packs."
},
"stickers--StickerManager--BlessedPacks--Empty": {
"message": "Nenhuma figurinha Signal Artist disponível",
"description": "Shown in the sticker pack manager when there are no blessed sticker packs available."
},
"stickers--StickerManager--ReceivedPacks": {
"message": "Figurinhas que você recebeu",
"description": "Shown in the sticker pack manager above sticker packs which you have received in messages."
},
"stickers--StickerManager--ReceivedPacks--Empty": {
"message": "Figurinhas de mensagens recebidas aparecerão aqui",
"description": "Shown in the sticker pack manager when you have not received any sticker packs in messages."
},
"stickers--StickerManager--Install": {
"message": "Instalar",
"description": "Shown in the sticker pack manager next to sticker packs which can be installed."
},
"stickers--StickerManager--Uninstall": {
"message": "Desinstalar",
"description": "Shown in the sticker pack manager next to sticker packs which are already installed."
},
"stickers--StickerManager--UninstallWarning": {
"message": "Você pode não ser capaz de reinstalar este pacote de figurinhas se não tiver a mensagem original.",
"description": "Shown in the sticker pack manager next to sticker packs which are already installed."
},
2020-01-24 00:01:22 +00:00
"stickers--StickerManager--Introduction--Image": {
"message": "Dicas adesivas: O gato bandido",
2020-01-24 00:01:22 +00:00
"description": "Alt text on a tooltip image when the user upgrades to a version of Signal supporting stickers."
},
2019-09-13 20:59:54 +00:00
"stickers--StickerManager--Introduction--Title": {
"message": "Apresentando Figurinhas",
"description": "Shown as the title on a tooltip when the user upgrades to a version of Signal supporting stickers."
},
"stickers--StickerManager--Introduction--Body": {
"message": "Por que utilizar palavras quando você pode utilizar figurinhas? ",
"description": "Shown as the body on a tooltip when the user upgrades to a version of Signal supporting stickers."
},
"stickers--StickerPicker--DownloadError": {
"message": "Algumas figurinhas não puderam ser baixadas.",
"description": "Shown in the sticker picker when one or more stickers could not be downloaded."
},
"stickers--StickerPicker--DownloadPending": {
"message": "Instalando pacote de figurinhas...",
"description": "Shown in the sticker picker when one or more stickers are still downloading."
},
"stickers--StickerPicker--Empty": {
"message": "Nenhuma figurinha encontrada",
"description": "Shown in the sticker picker when there are no stickers to show."
},
"stickers--StickerPicker--Hint": {
"message": "Novos pacotes de figurinhas em suas mensagens estão disponíveis para instalação.",
"description": "Shown in the sticker picker the first time you have received new packs you can install."
},
"stickers--StickerPicker--NoPacks": {
"message": "Nenhum pacote de figurinhas encontrado",
"description": "Shown in the sticker picker when there are no installed sticker packs."
},
"stickers--StickerPicker--NoRecents": {
"message": "Figurinhas utilizadas recentemente aparecerão aqui.",
"description": "Shown in the sticker picker when there are no recent stickers to show."
},
"stickers--StickerPreview--Title": {
"message": "Pacote de Figurinhas",
"description": "The title that appears in the sticker pack preview modal."
},
"stickers--StickerPreview--Error": {
"message": "Falha ao abrir o pacote de stickers. Conecte-se à internet e tente novamente.",
"description": "The message that appears in the sticker preview modal when there is an error."
},
"EmojiPicker--empty": {
"message": "Nenhum emoji encontrado",
"description": "Shown in the emoji picker when a search yields 0 results."
},
"EmojiPicker--search-placeholder": {
2019-11-11 17:55:59 +00:00
"message": "Buscar emojis",
2019-09-13 20:59:54 +00:00
"description": "Shown as a placeholder inside the emoji picker search field."
},
"EmojiPicker--skin-tone": {
"message": "Tom de pele $tone$",
"description": "Shown as a tooltip over the emoji tone buttons.",
"placeholders": {
"status": {
"content": "$1",
"example": "2"
}
}
},
"confirmation-dialog--Cancel": {
"message": "Cancelar",
"description": "Appears on the cancel button in confirmation dialogs."
},
"Message--unsupported-message": {
"message": "$contact$ enviou-lhe uma mensagem que não pode ser processada ou exibida porque usa um novo recurso do Signal.",
"description": "",
"placeholders": {
"contact": {
"content": "$1",
"example": "Alice"
}
}
},
"Message--unsupported-message-ask-to-resend": {
"message": "Você pode pedir a $contact$ que reenvie a mensagem agora que você atualizou o Signal.",
"description": "",
"placeholders": {
"contact": {
"content": "$1",
"example": "Alice"
}
}
},
"Message--from-me-unsupported-message": {
"message": "Uma mensagem enviada de um dos seus dispositivos não pode ser processada ou exibida porque usa um novo recurso do Signal.",
"description": ""
},
"Message--from-me-unsupported-message-ask-to-resend": {
"message": "As próximas mensagens desse tipo seram sincronizadas agora que você está usando uma versão atualizada do Signal.",
"description": ""
},
"Message--update-signal": {
"message": "Atualizar o Signal",
"description": "Text for a button which will take user to Signal download page"
},
"Message--tap-to-view-expired": {
"message": "Vista",
"description": "Text shown on messages with with individual timers, after user has viewed it"
},
"Message--tap-to-view--outgoing": {
2019-11-11 17:55:59 +00:00
"message": "Mídia",
2019-09-13 20:59:54 +00:00
"description": "Text shown on outgoing messages with with individual timers (inaccessble)"
},
2020-01-24 00:01:22 +00:00
"Message--tap-to-view--incoming--expired-toast": {
"message": "Você já visualizou essa mensagem",
2020-01-24 00:01:22 +00:00
"description": "Shown when user clicks on an expired incoming view-once bubble"
},
"Message--tap-to-view--outgoing--expired-toast": {
"message": "Mensagens já visualizadas não estão guardadas em seu histórico de conversas",
2020-01-24 00:01:22 +00:00
"description": "Shown when user clicks on an expired outgoing view-once bubble"
},
2019-09-13 20:59:54 +00:00
"Message--tap-to-view--incoming": {
2020-01-24 00:01:22 +00:00
"message": "Ver foto",
2019-11-11 17:55:59 +00:00
"description": "Text shown on photo messages with with individual timers, before user has viewed it"
},
"Message--tap-to-view--incoming-video": {
"message": "Assistir vídeo",
2019-11-11 17:55:59 +00:00
"description": "Text shown on video messages with with individual timers, before user has viewed it"
2019-09-13 20:59:54 +00:00
},
"Conversation--getDraftPreview--attachment": {
2019-11-11 17:55:59 +00:00
"message": "(anexo)",
2019-09-13 20:59:54 +00:00
"description": "Text shown in left pane as preview for conversation with saved a saved draft message"
},
"Conversation--getDraftPreview--quote": {
2019-11-11 17:55:59 +00:00
"message": "(citação)",
2019-09-13 20:59:54 +00:00
"description": "Text shown in left pane as preview for conversation with saved a saved draft message"
},
"Conversation--getDraftPreview--draft": {
2019-11-11 17:55:59 +00:00
"message": "(rascunho)",
2019-09-13 20:59:54 +00:00
"description": "Text shown in left pane as preview for conversation with saved a saved draft message"
},
2019-11-22 18:45:12 +00:00
"Keyboard--navigate-by-section": {
"message": "Navegar por seções",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--previous-conversation": {
"message": "Conversa anterior",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--next-conversation": {
"message": "Próxima conversa",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--previous-unread-conversation": {
"message": "Conversa anterior não lida",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--next-unread-conversation": {
"message": "Próxima conversa não lida",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--preferences": {
"message": "Preferências",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--open-conversation-menu": {
"message": "Abra o menu de conversas",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--archive-conversation": {
"message": "Arquivar conversa",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--unarchive-conversation": {
"message": "Desarquivar conversa",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--search": {
"message": "Buscar",
"description": "Shown in the shortcuts guide"
},
"Keyboard--search-in-conversation": {
"message": "Procurar na conversa",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--focus-composer": {
"message": "Foco compositor",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--open-all-media-view": {
"message": "Abrir toda a visualização de mídia",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--open-emoji-chooser": {
"message": "Abrir a seleção de emojis",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--open-sticker-chooser": {
"message": "Abrir a seleção de figuras",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--begin-recording-voice-note": {
"message": "Iniciar uma nota de voz",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--default-message-action": {
"message": "Ação padrão para mensagem selecionada",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--view-details-for-selected-message": {
"message": "Visualizar detalhes da mensagem selecionada",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--toggle-reply": {
"message": "Alternar resposta à mensagem selecionada",
"description": "Shown in the shortcuts guide"
},
"Keyboard--toggle-reaction-picker": {
"message": "Alternar reação para a mensagem selecionada",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--save-attachment": {
"message": "Salvar o anexo da mensagem selecionada",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--delete-message": {
"message": "Deletar mensagem selecionada",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--add-newline": {
"message": "Adicionar nova linha à mensagem",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--expand-composer": {
"message": "Expandir compositor",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--send-in-expanded-composer": {
"message": "Enviar (em compositor expandido)",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--attach-file": {
"message": "Anexar arquivo",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--remove-draft-link-preview": {
"message": "Remover rascunho de pré-visualização",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--remove-draft-attachments": {
"message": "Remover todos os rascunhos anexados",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--conversation-by-index": {
"message": "Jump to conversation",
"description": "A shortcut allowing direct navigation to conversations 1 to 9 in list"
},
2019-11-22 18:45:12 +00:00
"Keyboard--Key--ctrl": {
"message": "Ctrl",
"description": "Key shown in shortcut combination in shortcuts guide"
},
"Keyboard--Key--option": {
"message": "Opção",
2019-11-22 18:45:12 +00:00
"description": "Key shown in shortcut combination in shortcuts guide"
},
"Keyboard--Key--alt": {
"message": "Alt",
"description": "Key shown in shortcut combination in shortcuts guide"
},
"Keyboard--Key--shift": {
"message": "Shift",
"description": "Key shown in shortcut combination in shortcuts guide"
},
"Keyboard--Key--enter": {
"message": "Entra",
2019-11-22 18:45:12 +00:00
"description": "Key shown in shortcut combination in shortcuts guide"
},
"Keyboard--Key--tab": {
"message": "Tab",
"description": "Key shown in shortcut combination in shortcuts guide"
},
"Keyboard--Key--one-to-nine-range": {
"message": "1 to 9",
"description": "Expresses that 1, 2, 3, up to 9 are available shortcut keys"
},
2019-11-22 18:45:12 +00:00
"Keyboard--header": {
"message": "Atalhos de teclado",
2019-11-22 18:45:12 +00:00
"description": "Title header of the keyboard shortcuts guide"
},
"Keyboard--navigation-header": {
"message": "Navegação",
2019-11-22 18:45:12 +00:00
"description": "Header of the keyboard shortcuts guide - navigation section"
},
"Keyboard--messages-header": {
"message": "Mensagens",
"description": "Header of the keyboard shortcuts guide - messages section"
},
"Keyboard--composer-header": {
"message": "Compositor",
2019-11-22 18:45:12 +00:00
"description": "Header of the keyboard shortcuts guide - composer section"
},
"Keyboard--scroll-to-top": {
"message": "Rolar para o topo da lista",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--scroll-to-bottom": {
"message": "Rolar para o final da lista",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
"Keyboard--close-curent-conversation": {
"message": "Fechar a conversa atual",
2019-11-22 18:45:12 +00:00
"description": "Shown in the shortcuts guide"
},
2020-08-13 23:26:29 +00:00
"Keyboard--calling-header": {
"message": "Chamando",
"description": "Header of the keyboard shortcuts guide - calling section"
},
"Keyboard--toggle-audio": {
"message": "Toggle mute on and off",
"description": "Shown in the shortcuts guide"
},
"Keyboard--toggle-video": {
"message": "Toggle video on and off",
"description": "Shown in the shortcuts guide"
},
2019-11-22 18:45:12 +00:00
"close-popup": {
"message": "Fechar janela",
2019-11-22 18:45:12 +00:00
"description": "Used as alt text for any button closing a popup"
},
"add-image-attachment": {
"message": "Anexar imagem",
2019-11-22 18:45:12 +00:00
"description": "Used in draft attachment list for the big 'add new attachment' button"
},
"remove-attachment": {
"message": "Remover anexo",
2019-11-22 18:45:12 +00:00
"description": "Used in draft attachment list to remove an individual attachment"
},
"backToInbox": {
"message": "Voltar ao privado",
2019-11-22 18:45:12 +00:00
"description": "Used as alt-text of button on archived conversations screen"
},
"conversationArchived": {
"message": "Conversa arquivada",
"description": "A toast that shows up when user archives a conversation"
},
"conversationReturnedToInbox": {
"message": "Conversa retornou ao privado",
2019-11-22 18:45:12 +00:00
"description": "A toast that shows up when the user unarchives a conversation"
},
2020-01-24 00:01:22 +00:00
"StickerCreator--title": {
"message": "Criador de pacotes de figurinhas",
2020-01-24 00:01:22 +00:00
"description": "The title of the Sticker Pack Creator window"
},
"StickerCreator--DropZone--staticText": {
"message": "Clique aqui para adicionar ou retirar imagens",
2020-01-24 00:01:22 +00:00
"description": "Text which appears on the Sticker Creator drop zone when there is no active drag"
},
"StickerCreator--DropZone--activeText": {
"message": "Solte imagens aqui",
2020-01-24 00:01:22 +00:00
"description": "Text which appears on the Sticker Creator drop zone when there is an active drag"
},
"StickerCreator--Preview--title": {
"message": "Pacote de figurinhas",
2020-01-24 00:01:22 +00:00
"description": "The 'title' of the sticker pack preview 'modal'"
},
"StickerCreator--ConfirmDialog--cancel": {
"message": "Cancelar",
"description": "The default text for the confirm dialog cancel button"
},
"StickerCreator--CopyText--button": {
"message": "Copiar",
"description": "The text which appears on the copy button for the sticker creator share screen"
},
"StickerCreator--ShareButtons--facebook": {
"message": "Facebook",
"description": "Title for Facebook button"
},
"StickerCreator--ShareButtons--twitter": {
"message": "Twitter",
"description": "Title for Twitter button"
},
"StickerCreator--ShareButtons--pinterest": {
"message": "Pinterest",
"description": "Title for Pinterest button"
},
"StickerCreator--ShareButtons--whatsapp": {
"message": "WhatsApp",
"description": "Title for WhatsApp button"
},
"StickerCreator--AppStage--next": {
"message": "Avançar",
"description": "Default text for the next button on all stages of the sticker creator"
},
"StickerCreator--AppStage--prev": {
"message": "Voltar",
"description": "Default text for the previous button on all stages of the sticker creator"
},
"StickerCreator--DropStage--title": {
"message": "Adicionar suas figurinhas",
2020-01-24 00:01:22 +00:00
"description": "Title for the drop stage of the sticker creator"
},
"StickerCreator--DropStage--help": {
"message": "As figurinhas devem estar em formato PNG ou WebP com fundo transparente e 512x512 pixels. Margem recomendada 16px.",
2020-01-24 00:01:22 +00:00
"description": "Help text for the drop stage of the sticker creator"
},
"StickerCreator--DropStage--showMargins": {
"message": "Mostrar margens",
2020-01-24 00:01:22 +00:00
"description": "Text for the show margins toggle on the drop stage of the sticker creator"
},
"StickerCreator--DropStage--addMore": {
"message": "Adicionar $count$ ou mais",
2020-01-24 00:01:22 +00:00
"description": "Text to show user how many more stickers they must add",
"placeholders": {
"hashtag": {
"content": "$1",
"example": "4"
}
}
},
"StickerCreator--EmojiStage--title": {
"message": "Adicionar um emoji para cada figurinha",
2020-01-24 00:01:22 +00:00
"description": "Title for the drop stage of the sticker creator"
},
"StickerCreator--EmojiStage--help": {
"message": "Isso nos permite lhe sugerir figurinhas enquanto você conversa",
2020-01-24 00:01:22 +00:00
"description": "Help text for the drop stage of the sticker creator"
},
"StickerCreator--MetaStage--title": {
"message": "Só mais alguns detalhes",
2020-01-24 00:01:22 +00:00
"description": "Title for the meta stage of the sticker creator"
},
"StickerCreator--MetaStage--Field--title": {
"message": "Titulo ",
2020-01-24 00:01:22 +00:00
"description": "Label for the title input of the meta stage of the sticker creator"
},
"StickerCreator--MetaStage--Field--author": {
"message": "Autor",
2020-01-24 00:01:22 +00:00
"description": "Label for the author input of the meta stage of the sticker creator"
},
"StickerCreator--MetaStage--Field--cover": {
"message": "Cobrir imagem",
2020-01-24 00:01:22 +00:00
"description": "Label for the cover image picker of the meta stage of the sticker creator"
},
"StickerCreator--MetaStage--Field--cover--help": {
"message": "Essa será a imagem exibida quando você compartilhar seu pacote de figurinhas",
2020-01-24 00:01:22 +00:00
"description": "Help text for the cover image picker of the meta stage of the sticker creator"
},
"StickerCreator--MetaStage--ConfirmDialog--title": {
"message": "Tem certeza que deseja enviar seu pacote de figurinhas ?",
2020-01-24 00:01:22 +00:00
"description": "Title for the confirm dialog on the meta stage of the sticker creator"
},
"StickerCreator--MetaStage--ConfirmDialog--confirm": {
"message": "Enviar",
2020-01-24 00:01:22 +00:00
"description": "Text for the upload button in the confirmation dialog on the meta stage of the sticker creator"
},
"StickerCreator--MetaStage--ConfirmDialog--text": {
"message": "Você não poderá editar ou deletar depois de criar o pacote de figurinhas.",
2020-01-24 00:01:22 +00:00
"description": "The text inside the confirmation dialog on the meta stage of the sticker creator"
},
"StickerCreator--UploadStage--title": {
"message": "Criando seu pacote de figurinhas",
2020-01-24 00:01:22 +00:00
"description": "Title for the upload stage of the sticker creator"
},
"StickerCreator--UploadStage-uploaded": {
"message": "$count$ de $total$ enviado",
2020-01-24 00:01:22 +00:00
"description": "Title for the upload stage of the sticker creator",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
},
"total": {
"content": "$2",
"example": "20"
}
}
},
"StickerCreator--ShareStage--title": {
"message": "Parabéns ! Você criou um pacote de figurinhas.",
2020-01-24 00:01:22 +00:00
"description": "Title for the share stage of the sticker creator"
},
"StickerCreator--ShareStage--help": {
"message": "Acesse suas novas figurinhas por meio do ícone de figurinha, ou compartilhe com seus amigos pelo link abaixo.",
2020-01-24 00:01:22 +00:00
"description": "Help text for the share stage of the sticker creator"
},
"StickerCreator--ShareStage--callToAction": {
"message": "Use a hashtag $hashtag$ para ajudar outras pessoas a encontrar as URLs para qualquer pacote de figurinhas personalizado que você gostaria de tornar acessível ao público.",
2020-01-24 00:01:22 +00:00
"description": "Call to action text for the share stage of the sticker creator",
"placeholders": {
"hashtag": {
"content": "$1",
"example": "<strong>#makeprivacystick</strong>"
}
}
},
"StickerCreator--ShareStage--copyTitle": {
"message": "URL do Pacote de figurinhas",
2020-01-24 00:01:22 +00:00
"description": "Title for the copy button on the share stage of the sticker creator"
},
"StickerCreator--ShareStage--close": {
"message": "Fechar",
"description": "Text for the close button on the share stage of the sticker creator"
},
"StickerCreator--ShareStage--createAnother": {
"message": "Crie outro pacote de figurinhas",
2020-01-24 00:01:22 +00:00
"description": "Text for the create another sticker pack button on the share stage of the sticker creator"
},
"StickerCreator--ShareStage--socialMessage": {
"message": "Dê uma olhada nesse novo pacote de figurinha que criei para o Signal. #makeprivacystick",
2020-01-24 00:01:22 +00:00
"description": "Text which is shared to social media platforms for sticker packs"
},
"StickerCreator--Toasts--imagesAdded": {
"message": "$count$ imagem(s) adicionada(s)",
2020-01-24 00:01:22 +00:00
"description": "Text for the toast when images are added to the sticker creator",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"StickerCreator--Toasts--animated": {
"message": "Figurinhas animadas não são suportadas ainda",
2020-01-24 00:01:22 +00:00
"description": "Text for the toast when an image that is animated was dropped on the sticker creator"
},
"StickerCreator--Toasts--tooLarge": {
"message": "Imagem enviada é muito grande",
2020-01-24 00:01:22 +00:00
"description": "Text for the toast when an image that is too large was dropped on the sticker creator"
},
"StickerCreator--Toasts--errorProcessing": {
"message": "Erro ao processar imagem",
2020-01-24 00:01:22 +00:00
"description": "Text for the toast when an image cannot be processed was dropped on the sticker creator"
},
"StickerCreator--Toasts--errorUploading": {
"message": "Erro ao enviar figurinhas: $message$",
2020-01-24 00:01:22 +00:00
"description": "Text for the toast when a sticker pack cannot be uploaded",
"placeholders": {
"message": {
"content": "$1",
"example": "Not connected"
}
}
},
"StickerCreator--Toasts--linkedCopied": {
"message": "Link copiado",
2020-01-24 00:01:22 +00:00
"description": "Text for the toast when a link for sharing is copied from the Sticker Creator"
},
"StickerCreator--StickerPreview--light": {
"message": "Minha figurinha em tema claro",
2020-01-24 00:01:22 +00:00
"description": "Text for the sticker preview for the light theme"
},
"StickerCreator--StickerPreview--dark": {
"message": "Minha figurinha em tema escuro",
2020-01-24 00:01:22 +00:00
"description": "Text for the sticker preview for the dark theme"
},
"StickerCreator--Authentication--error": {
"message": "Por favor, configure o Signal em seu dispositivo e desktop para usar o Criador de pacote de figurinha",
2020-01-24 00:01:22 +00:00
"description": "The error message which appears when the user has not linked their account and attempts to use the Sticker Creator"
},
"Reactions--error": {
"message": "Falha ao enviar reação. Por favor, tente novamente.",
"description": "Shown when a reaction fails to send"
},
"ReactionsViewer--more": {
"message": "More",
"description": "Use in the reaction picker as the alt text for the 'more' button"
},
"ReactionsViewer--all": {
"message": "Todos",
"description": "Shown in reaction viewer as the title for the 'all' category"
},
2020-08-13 23:26:29 +00:00
"MessageRequests--message-direct": {
"message": "Let $name$ message you and share your name and photo with them? They wont know youve seen their messages until you accept.",
"description": "Shown as the message for a message request in a direct message",
"placeholders": {
"name": {
"content": "$1",
"example": "Cayce"
}
}
},
"MessageRequests--message-direct-blocked": {
"message": "Let $name$ message you and share your name and photo with them? You won't receive any messages until you unblock them.",
"description": "Shown as the message for a message request in a direct message with a blocked account",
"placeholders": {
"name": {
"content": "$1",
"example": "Cayce"
}
}
},
"MessageRequests--message-group": {
"message": "Você quer entrar nesse grupo e compartilhar seu nome e foto com os membros dele? Eles não saberão que você visualizou as mensagens deles se você não aceitar.",
"description": "Shown as the message for a message request in a group",
"placeholders": {
"name": {
"content": "$1",
"example": "Cayce Pollard"
}
}
},
"MessageRequests--message-group-blocked": {
"message": "Você quer desbloquear esse grupo e compartilhar seu nome e foto com os membros dele? Você não receberá nenhuma mensagem deles até que desbloqueie o grupo.",
"description": "Shown as the message for a message request in a blocked group"
},
"MessageRequests--block": {
"message": "Bloquear",
"description": "Shown as a button to let the user block a message request"
},
"MessageRequests--unblock": {
"message": "Desbloquear",
"description": "Shown as a button to let the user unblock a message request"
},
"MessageRequests--unblock-confirm-title": {
"message": "Unblock $name$?",
"description": "Shown as a button to let the user unblock a message request",
"placeholders": {
"name": {
"content": "$1",
"example": "Cayce Pollard"
}
}
},
"MessageRequests--unblock-direct-confirm-body": {
"message": "Vocês poderão trocar mensagens e fazer chamadas entre si.",
"description": "Shown as the body in the confirmation modal for unblocking a private message request",
"placeholders": {
"name": {
"content": "$1",
"example": "Cayce Pollard"
}
}
},
"MessageRequests--unblock-group-confirm-body": {
"message": "Group members will be able to add your to this group again.",
"description": "Shown as the body in the confirmation modal for unblocking a group message request",
"placeholders": {
"name": {
"content": "$1",
"example": "Cayce Pollard"
}
}
},
"MessageRequests--block-and-delete": {
"message": "Bloquear e suprimir",
"description": "Shown as a button to let the user block and delete a message request"
},
"MessageRequests--block-direct-confirm-title": {
"message": "Block $name$?",
"description": "Shown as the title in the confirmation modal for blocking a private message request",
"placeholders": {
"name": {
"content": "$1",
"example": "Cayce Pollard"
}
}
},
"MessageRequests--block-direct-confirm-body": {
"message": "Blocked people won't be able to call you or send you mesages.",
"description": "Shown as the body in the confirmation modal for blocking a private message request"
},
"MessageRequests--block-group-confirm-title": {
"message": "Block and Leave $group$?",
"description": "Shown as the title in the confirmation modal for blocking a group message request",
"placeholders": {
"group": {
"content": "$1",
"example": "Friends 🌿"
}
}
},
"MessageRequests--block-group-confirm-body": {
"message": "You will no longer receive messages or updates from this group and members won't be able to add you to this group again.",
"description": "Shown as the body in the confirmation modal for blocking a group message request"
},
"MessageRequests--delete": {
"message": "Suprimir",
"description": "Shown as a button to let the user delete any message request"
},
"MessageRequests--delete-direct-confirm-title": {
"message": "Excluir conversa?",
"description": "Shown as the title in the confirmation modal for deleting a private message request"
},
"MessageRequests--delete-direct-confirm-body": {
"message": "Esta conversa será surprimida em todos os seus aparelhos.",
"description": "Shown as the body in the confirmation modal for deleting a private message request"
},
"MessageRequests--delete-group-confirm-title": {
"message": "Delete and Leave $group$?",
"description": "Shown as the title in the confirmation modal for deleting a group message request",
"placeholders": {
"group": {
"content": "$1",
"example": "Friends 🌿"
}
}
},
"MessageRequests--delete-direct": {
"message": "Suprimir",
"description": "Shown as a button to let the user delete a direct message request"
},
"MessageRequests--delete-group": {
"message": "Suprimir e sair",
"description": "Shown as a button to let the user delete a group message request"
},
"MessageRequests--delete-group-confirm-body": {
"message": "Você sairá deste grupo, que será surprimido em todos os seus aparelhos.",
"description": "Shown as the body in the confirmation modal for deleting a group message request"
},
"MessageRequests--accept": {
"message": "Aceitar",
"description": "Shown as a button to let the user accept a message request"
},
"ConversationHero--members": {
"message": "$count$ members",
"description": "Specifies the number of members in a group conversation",
"placeholders": {
"count": {
"content": "$1",
"example": "22"
}
}
},
"ConversationHero--members-1": {
"message": "Um membro",
"description": "Specifies the number of members in a group conversation when there is one member",
"placeholders": {
"count": {
"content": "$1",
"example": "22"
}
}
},
"ConversationHero--membership-1": {
"message": "Member of $group$.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "Member of $group1$ and $group2$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "Member of $group1$, $group2$, and $group3$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "Member of $group1$, $group2$, $group3$ and $remainingCount$ more.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ added you to the group.",
"description": "Shown Indicates that you were added to a group by a given individual.",
"placeholders": {
"name": {
"content": "$1",
"example": "Jeff Smith"
}
}
},
"acceptCall": {
"message": "Atender",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
},
"acceptCallWithoutVideo": {
"message": "Answer without video",
"description": "Shown in tooltip for the button to accept a video call without video"
},
"declineCall": {
"message": "Recusar",
"description": "Shown in tooltip for the button to decline a call (audio or video)"
},
"declinedIncomingAudioCall": {
"message": "You declined an audio call",
"description": "Shown in conversation history when you declined an incoming audio call"
},
"declinedIncomingVideoCall": {
"message": "You declined a video call",
"description": "Shown in conversation history when you declined an incoming video call"
},
"acceptedIncomingAudioCall": {
"message": "Incoming audio call",
"description": "Shown in conversation history when you accepted an incoming audio call"
},
"acceptedIncomingVideoCall": {
"message": "Incoming video call",
"description": "Shown in conversation history when you accepted an incoming video call"
},
"missedIncomingAudioCall": {
"message": "Missed audio call",
"description": "Shown in conversation history when you missed an incoming audio call"
},
"missedIncomingVideoCall": {
"message": "Missed video call",
"description": "Shown in conversation history when you missed an incoming video call"
},
"acceptedOutgoingAudioCall": {
"message": "Outgoing audio call",
"description": "Shown in conversation history when you made an outgoing audio call"
},
"acceptedOutgoingVideoCall": {
"message": "Outgoing video call",
"description": "Shown in conversation history when you made an outgoing video call"
},
"missedOrDeclinedOutgoingAudioCall": {
"message": "Unanswered audio call",
"description": "Shown in conversation history when your audio call is missed or declined"
},
"missedOrDeclinedOutgoingVideoCall": {
"message": "Unanswered video call",
"description": "Shown in conversation history when your video call is missed or declined"
},
"incomingAudioCall": {
"message": "Incoming audio call...",
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
},
"incomingVideoCall": {
"message": "Incoming video call...",
"description": "Shown in both the incoming call bar and notification for an incoming video call"
},
"outgoingCallPrering": {
"message": "Chamando...",
"description": "Shown in the call screen when placing an outgoing call that isn't ringing yet"
},
"outgoingCallRinging": {
"message": "Ringing...",
"description": "Shown in the call screen when placing an outgoing call that is now ringing"
},
"callReconnecting": {
"message": "Reconnecting...",
"description": "Shown in the call screen when the call is reconnecting due to network issues"
},
"callDuration": {
"message": "Signal $duration$",
"description": "Shown in the call screen to indicate how long the call has been connected",
"placeholders": {
"duration": {
"content": "$1",
"example": "00:01"
}
}
},
2018-08-31 20:50:28 +00:00
"privacyPolicy": {
2018-10-16 00:32:32 +00:00
"message": "Termos & Política de Privacidade",
2018-08-31 20:50:28 +00:00
"description": "Shown in the about box for the link to https://signal.org/legal"
2016-03-03 14:45:08 +00:00
}
}