WIP(translate): translate token-generator, hash-text, bcrypt and uuid-generator tools

This commit is contained in:
Amery2010 2023-12-20 23:04:58 +08:00
parent 5ed36935c7
commit 70515d32a5
15 changed files with 196 additions and 44 deletions

View file

@ -1,11 +1,11 @@
import { EyeOff } from '@vicons/tabler';
import { defineTool } from '../tool';
import { translate } from '@/plugins/i18n.plugin';
export const tool = defineTool({
name: 'Hash text',
name: translate('tools.hash-text.title'),
path: '/hash-text',
description:
'Hash a text string using the function you need : MD5, SHA1, SHA256, SHA224, SHA512, SHA384, SHA3 or RIPEMD160',
description: translate('tools.hash-text.description'),
keywords: [
'hash',
'digest',