feat(i18n): i18n ascii art generator tool

refactor(i18n): translate components
This commit is contained in:
Amery2010 2024-03-05 13:34:45 +08:00
commit cc713b5805
14 changed files with 211 additions and 36 deletions

View file

@ -76,6 +76,20 @@ ui:
copyToClipboard: Copy to clipboard
color:
invalidHexColor: Invalid hex color
components:
formatTransformer:
inputLabel: Input
inputPlaceholder: Input...
outputLabel: Output
inputCopyable:
copied: Copied!
copyToClipboard: Copy to clipboard
spanCopyable:
copyToClipboard: Copy to clipboard
copied: Copied!
textareaCopyable:
copyToClipboard: Copy to clipboard
copied: Copied!
tools:
categories:
favorite-tools: 'Your favorite tools'

View file

@ -76,6 +76,20 @@ ui:
copyToClipboard: 复制到剪贴板
color:
invalidHexColor: 无效的十六进制颜色
components:
formatTransformer:
inputLabel: 输入
inputPlaceholder: 输入...
outputLabel: 输出
inputCopyable:
copied: 已复制!
copyToClipboard: 复制到剪贴板
spanCopyable:
copyToClipboard: 复制到剪贴板
copied: 已复制!
textareaCopyable:
copyToClipboard: 复制到剪贴板
copied: 已复制!
tools:
categories:
favorite-tools: '我的收藏'