|
| 1 | +const pt_PT = () => { |
| 2 | + return { |
| 3 | + appName: "DeadHash", |
| 4 | + about: "Sobre", |
| 5 | + settings: "Definições", |
| 6 | + settingsSubtitle: "Suas preferencias", |
| 7 | + help: "Socorro", |
| 8 | + language: "Língua", |
| 9 | + aboutSubtitle: "Saiba mais sobre o DeadHash", |
| 10 | + aboutMessage: "DeadHash foi criado por DeadLine.\n\nAlgumas imagens foram fornecidas por icons8: https://icons8.com\nLicença: GPLv3\nVersão: {x}\n\nDireitos autorais © 2020 CodeDead", |
| 11 | + codedead: "CodeDead", |
| 12 | + theme: "Tema", |
| 13 | + general: "Geral", |
| 14 | + autoUpdate: "Verificar atualizações automaticamente", |
| 15 | + dragAndDrop: "Ativar arrastar e soltar", |
| 16 | + select: "Selecione", |
| 17 | + default: "Padrão", |
| 18 | + defaultThemeDescription: "O tema padrão.", |
| 19 | + lightBlue: "Azul claro", |
| 20 | + lightBlueDescription: "Luz ao toque.", |
| 21 | + red: "Vermelho", |
| 22 | + redDescription: "Mantendo-o nervoso.", |
| 23 | + green: "Verde", |
| 24 | + greenDescription: "A natureza é a melhor.", |
| 25 | + lightGreen: "Luz verde", |
| 26 | + lightGreenDescription: "A grama é sempre mais verde.", |
| 27 | + purple: "Roxo", |
| 28 | + purpleDescription: "Ametista.", |
| 29 | + deepPurple: "Roxo profundo", |
| 30 | + deepPurpleDescription: "Caso roxo não seja suficiente.", |
| 31 | + grey: "Cinzento", |
| 32 | + greyDescription: "Não espere.", |
| 33 | + cryptography: "Criptografia", |
| 34 | + cryptographySubtitle: "#", |
| 35 | + md5: "MD5", |
| 36 | + sha1: "SHA-1", |
| 37 | + sha256: "SHA-256", |
| 38 | + sha384: "SHA-384", |
| 39 | + sha512: "SHA-512", |
| 40 | + ripemd160: "RIPEMD-160", |
| 41 | + sha224: "SHA-224", |
| 42 | + sha3: "SHA-3", |
| 43 | + file: "Arquivo", |
| 44 | + fileSubtitle: "Calcular hashes de arquivo", |
| 45 | + text: "Texto", |
| 46 | + textSubtitle: "Calcular hashes de texto", |
| 47 | + license: "Licença", |
| 48 | + download: "Baixar", |
| 49 | + cancel: "Cancelar", |
| 50 | + ok: "OK", |
| 51 | + errorTitle: "Um erro ocorreu!", |
| 52 | + input: "Entrada", |
| 53 | + compare: "Comparar", |
| 54 | + compareHash: "Seu hash aqui", |
| 55 | + calculate: "Calcular", |
| 56 | + output: "Resultado", |
| 57 | + copy: "Copiar", |
| 58 | + paste: "Colar", |
| 59 | + clear: "Claro", |
| 60 | + reset: "Redefinir", |
| 61 | + updateAvailable: "Atualização disponível!", |
| 62 | + information: "Informação", |
| 63 | + newVersion: "Versão {x} já está disponível. Deseja baixar esta versão?", |
| 64 | + checkForUpdates: "Verifique se há atualizações", |
| 65 | + noUpdatesTitle: "Não há atualizações disponíveis!", |
| 66 | + noUpdatesMessage: "Você está usando a versão mais recente do DeadHash.", |
| 67 | + minimizeEnabled: "Botão Minimizar", |
| 68 | + maximizeEnabled: "Botão Maximizar", |
| 69 | + languageEnabled: "Botão de idioma", |
| 70 | + exit: "Saída", |
| 71 | + darkTheme: "Sombrio", |
| 72 | + darkThemeDescription: "Fácil para os olhos.", |
| 73 | + export: "Exportação" |
| 74 | + } |
| 75 | +}; |
| 76 | + |
| 77 | +export default pt_PT; |
0 commit comments