Signal-Desktop/_locales/pt_BR/messages.json

1409 lines
57 KiB
JSON
Raw Normal View History

2016-03-03 14:45:08 +00:00
{
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."
},
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": {
"message": "Esconder",
"description": "Application menu command to hide the window"
},
2018-07-18 17:47:58 +00:00
"appMenuHideOthers": {
2018-10-16 00:32:32 +00:00
"message": "Esconder todas",
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": {
"message": "Apagar",
"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": {
2018-10-16 00:32:32 +00:00
"message": "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
"menuSetupWithImport": {
2018-10-16 00:32:32 +00:00
"message": "Configurar e importar",
2018-08-31 20:50:28 +00:00
"description": "When the application is not yet set up, menu option to start up the import sequence"
2016-10-07 10:13:47 +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"
},
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"
}
}
},
2018-08-31 20:50:28 +00:00
"chooseDirectory": {
"message": "Escolher pasta",
"description": "Button to allow the user to find a folder 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
"me": {
"message": "Eu",
"description": "The label for yourself when shown in a group member list"
2018-05-02 16:29:36 +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": "Voce 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
"messageBelow": {
"message": "Nova mensagem abaixo",
"description": "Alt text for button to take user down to bottom of conversation with a new message out of screen"
},
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
},
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
"changedSinceVerifiedMultiple": {
"message": "Os seus números de segurança com vários membros de grupos mudaram desde a última vez que você os verificou. Isso pode significar uma tentativa de interceptação das suas comunicações ou somente que esses contatos reinstalaram Signal.",
"description": "Shown on confirmation dialog when user attempts to send a message"
2018-07-18 17:47:58 +00:00
},
2018-08-31 20:50:28 +00:00
"changedSinceVerified": {
"message": "O seu número de segurança com $name$mudou desde a última vez que você o verificou. Isso pode significar uma tentativa de interceptação das suas comunicações ou somente que $name$ reinstalou Signal.",
"description": "Shown on confirmation dialog when user attempts to send a message",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
2018-08-31 20:50:28 +00:00
"changedRightAfterVerify": {
"message": "O número de segurança que você está tentando verificar mudou. Por favor, confira o seu número de segurança com $name$. Lembre-se que isso pode significar uma tentativa de interceptação das suas comunicações ou somente que $name$ reinstalou Signal.",
"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": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
"changedRecentlyMultiple": {
"message": "Os seus números de segurança com vários membros mudaram recentemente. Isso pode significar uma tentativa de interceptação das suas comunicações ou somente que esses contatos reinstalaram Signal.",
"description": "Shown on confirmation dialog when user attempts to send a message"
},
2018-08-31 20:50:28 +00:00
"changedRecently": {
"message": "O seu número de segurança com $name$mudou. Isso pode significar uma tentativa de interceptação das suas comunicações ou somente que $name$ reinstalou Signal.",
"description": "Shown on confirmation dialog when user attempts to send a message",
"placeholders": {
2018-08-31 20:50:28 +00:00
"name": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "Bob"
}
}
},
2018-08-31 20:50:28 +00:00
"identityKeyErrorOnSend": {
"message": "O seu número de segurança com $name$mudou. Isso pode significar uma tentativa de interceptação das suas comunicações ou somente que $name$ reinstalou Signal. Recomendamos que você verifique o seu número de segurança com essa pessoa.",
"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": {
"name": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"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
},
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-08-31 20:50:28 +00:00
"unsupportedFileType": {
"message": "Tipo de arquivo incompatível",
"description": "Displayed for outgoing unsupported attachment"
2018-07-18 17:47:58 +00:00
},
2018-10-16 00:32:32 +00:00
"dangerousFileType": {
"message": "Attachment type not allowed for security reasons",
"description": "Shown in toast when user attempts to send .exe file, for example"
},
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."
},
"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"
},
"attemptingReconnection": {
"message": "Tentando reconectar em $reconnect_duration_in_seconds$ segundos",
"description": "",
2016-10-07 10:13:47 +00:00
"placeholders": {
2018-08-31 20:50:28 +00:00
"reconnect_duration_in_seconds": {
2016-10-07 10:13:47 +00:00
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "10"
2016-10-07 10:13:47 +00:00
}
}
},
2018-08-31 20:50:28 +00:00
"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
},
2018-08-31 20:50:28 +00:00
"goToReleaseNotes": {
2018-10-16 00:32:32 +00:00
"message": "Ir para Notas de Lançamento",
2018-08-31 20:50:28 +00:00
"description": ""
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"
},
2018-08-31 20:50:28 +00:00
"menuReportIssue": {
"message": "Relatar um problema",
"description": "Item under the Help menu, takes you to GitHub new issue form (title case)"
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
},
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"
},
"trayTooltip": {
"message": "Signal Desktop",
"description": "Tooltip for the tray icon"
},
"searchForPeopleOrGroups": {
"message": "Inserir nome ou número",
"description": "Placeholder text in the search input"
},
"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": ""
},
"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
},
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
},
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
},
2018-08-31 20:50:28 +00:00
"you": {
"message": "Você",
"description": "In Android theme, shown in quote if you or someone else replies to you"
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"
},
"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"
},
"ok": {
"message": "OK",
"description": ""
},
2018-08-31 20:50:28 +00:00
"cancel": {
"message": "Cancelar",
"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": {
"message": "Para",
"description": "Label for the receiver of a message"
},
"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": ""
},
"viewAllMedia": {
"message": "Ver todas as mídias",
"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"
},
"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"
},
"emojiAlt": {
2018-10-16 00:32:32 +00:00
"message": "Emoji '$title$'",
2018-08-31 20:50:28 +00:00
"description": "Used in the alt tag of all emoji images",
"placeholders": {
2018-08-31 20:50:28 +00:00
"title": {
"content": "$1",
2018-08-31 20:50:28 +00:00
"example": "grinning"
}
}
},
2018-08-31 20:50:28 +00:00
"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": ""
},
"settings": {
"message": "Configurações",
"description": "Menu item and header for global settings"
},
"theme": {
2018-10-16 00:32:32 +00:00
"message": "Tema",
2018-08-31 20:50:28 +00:00
"description": "Header for theme settings"
},
"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": {
2018-10-16 00:32:32 +00:00
"message": "Permitir acesso à câmera e ao microfone",
2018-08-31 20:50:28 +00:00
"description": "Description of the media permission description"
},
"spellCheck": {
2018-10-16 00:32:32 +00:00
"message": "Verificação ortográfica",
2018-08-31 20:50:28 +00:00
"description": "Description of the media permission description"
},
"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"
},
"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"
},
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"
},
"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"
},
"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
"androidMessageLengthWarning": {
"message": "Clientes do Android receberão apenas os primeiros 2000 caracteres desta mensagem.",
"description": "Warning that long messages could not get received completely by Android clients."
2016-03-03 14:45:08 +00:00
},
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": {
"message": "Mensagem de mídia (MMS)",
"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": {
"message": "1 minuto",
"description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble."
},
"timestamp_h": {
"message": "1 hora",
"description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble."
},
"hoursAgoShort": {
2018-10-16 00:32:32 +00:00
"message": "$hours$ h",
2018-08-31 20:50:28 +00:00
"description": "Even further contracted form of 'X hours ago' which works both for singular and plural, used in the left pane",
"placeholders": {
"hours": {
"content": "$1",
"example": "2"
}
}
},
2018-07-18 17:47:58 +00:00
"hoursAgo": {
2018-10-16 00:32:32 +00:00
"message": "Há $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"
}
}
},
"minutesAgoShort": {
"message": "$minutes$ min",
"description": "Even further contracted form of 'X minutes ago' which works both for singular and plural, used in the left pane",
"placeholders": {
"minutes": {
"content": "$1",
"example": "10"
}
}
},
"minutesAgo": {
2018-10-16 00:32:32 +00:00
"message": "Há $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'."
},
"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": {
"message": "Unblock this group to send a message.",
"description": "Brief message shown when trying to message a blocked group"
},
2018-08-31 20:50:28 +00:00
"youChangedTheTimer": {
2018-10-16 00:32:32 +00:00
"message": "Você ajustou o cronômetro para $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": {
2018-10-16 00:32:32 +00:00
"message": "Cronômetro atualizado para $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": {
2018-10-16 00:32:32 +00:00
"message": "$name$ ajustou o cronômetro para $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": {
2018-10-16 00:32:32 +00:00
"message": "$name$ desativou as mensagens efêmeras",
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": {
2018-10-16 00:32:32 +00:00
"message": "Você desativou 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
},
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
},
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": {
"message": "O seu número de segurança com $name$:",
"description": "Heading for safety number view",
"placeholders": {
"name": {
"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
},
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": {
"message": "Iniciar conversa...",
"description": "Label underneath number a user enters that is not an existing contact"
2016-10-07 10:13:47 +00:00
},
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": {
2018-10-16 00:32:32 +00:00
"message": "$name$ saiu do grupo",
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": {
2018-10-16 00:32:32 +00:00
"message": "$name$ saiu do grupo",
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": {
2018-10-16 00:32:32 +00:00
"message": "Grupo atualizado",
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": {
2018-10-16 00:32:32 +00:00
"message": "O nome do grupo agora é '$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
}
}
},
2018-08-31 20:50:28 +00:00
"joinedTheGroup": {
2018-10-16 00:32:32 +00:00
"message": "$name$ entrou no grupo",
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": {
2018-10-16 00:32:32 +00:00
"message": "$names$ entrou no grupo",
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"
}
}
},
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
}
}