mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-05 05:47:10 -04:00
feat(i18n): token generator
This commit is contained in:
parent
670f735501
commit
4b94bcc1f3
1 changed files with 15 additions and 0 deletions
15
src/tools/token-generator/locales/zh.yml
Normal file
15
src/tools/token-generator/locales/zh.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
tools:
|
||||
token-generator:
|
||||
title: 'Token 生成器'
|
||||
description: '生成随机字符串,包含大写字母、小写字母、数字、字符'
|
||||
|
||||
uppercase: '大写字母(ABC...)'
|
||||
lowercase: '小写字母(abc...)'
|
||||
numbers: '数字(123...)'
|
||||
symbols: '符号(!-;...)'
|
||||
length: '长度'
|
||||
tokenPlaceholder: 'Token...'
|
||||
copied: '已复制到剪贴板'
|
||||
button:
|
||||
copy: '复制'
|
||||
refresh: '刷新'
|
Loading…
Add table
Add a link
Reference in a new issue