更新
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
2025-07-05 20:13:00 +08:00
parent 8a973db679
commit a581cd7c51
4 changed files with 291 additions and 28 deletions

View File

@ -264,14 +264,19 @@ export default {
code_formatter: {
title: '代码格式化',
description: '代码美化、格式化、压缩工具',
language: '语言',
format: '格式化',
minify: '压缩',
copy: '复制',
clear: '清除',
language: '语言',
indent_size: '缩进大小',
line_width: '行宽',
input: '输入',
output: '输出',
output_placeholder: '格式化结果将显示在这里...',
copy_result: '复制结果',
clear_all: '清除全部',
input_placeholder: '请输入代码...',
output_placeholder: '格式化结果将显示在这里...',
indent_size: '缩进大小',
line_count: '行数',
char_count: '字符数'
},
@ -342,16 +347,30 @@ export default {
description: 'IP地址归属地查询、类型分析工具',
ip_address: 'IP地址',
lookup: '查询',
query: '查询',
get_my_ip: '获取我的IP',
clear: '清除',
ip_input: 'IP输入',
placeholder: '请输入IP地址...',
common_ips: '常用IP',
querying: '查询中...',
ip_info: 'IP信息',
location: '位置信息',
isp: '运营商',
organization: '组织',
country: '国家',
region: '省份',
city: '城市',
timezone: '时区',
coordinates: '坐标',
ip_type: 'IP类型',
public_ip: '公网IP',
private_ip: '私网IP',
current_ip: '当前IP'
current_ip: '当前IP',
ip_analysis: 'IP分析',
format: '格式',
access_type: '访问类型',
class: 'IP类别'
},
date_calculator: {
title: '日期计算',
@ -383,13 +402,33 @@ export default {
text_counter: {
title: '文本统计',
description: '字数、词数、行数等统计分析工具',
clear: '清除',
paste: '粘贴',
sample: '示例',
text_input: '文本输入',
placeholder: '请输入或粘贴需要统计的文本...',
basic_stats: '基础统计',
characters: '字符数',
characters_no_spaces: '字符数(不含空格)',
words: '词数',
lines: '行数',
paragraphs: '段落数',
sentences: '句子数',
character_types: '字符类型',
letters: '字母',
numbers: '数字',
spaces: '空格',
punctuation: '标点符号',
reading_time: '阅读时间',
slow_reading: '慢速阅读',
normal_reading: '正常阅读',
fast_reading: '快速阅读',
top_words: '最常用词汇',
character_count: '字符数',
word_count: '词数',
line_count: '行数',
paragraph_count: '段落数',
sentence_count: '句子数',
reading_time: '阅读时间',
reading_speed: '阅读速度',
fast: '快速',
normal: '正常',
@ -431,27 +470,51 @@ export default {
image_compressor: {
title: '图片压缩',
description: '图片压缩优化、质量调整工具',
upload_image: '上传图片',
compress: '压缩',
download: '下载',
reset: '重置',
upload_image: '上传图片',
click_or_drag: '点击或拖拽上传图片',
compression_settings: '压缩设置',
quality: '质量',
width: '宽度',
height: '高度',
max_width: '最大宽度',
max_height: '最大高度',
keep_aspect_ratio: '保持宽高比',
output_format: '输出格式',
original_info: '原图信息',
size: '文件大小',
dimensions: '尺寸',
format: '格式',
original_size: '原始大小',
original_preview: '原图预览',
compressed_preview: '压缩预览',
compressed_size: '压缩后大小',
compression_ratio: '压缩比',
size_reduction: '减少大小',
compressing: '压缩中...',
width: '宽度',
height: '高度',
original_size: '原始大小',
maintain_aspect_ratio: '保持宽高比',
download_result: '下载结果'
},
qrcode_generator: {
title: '二维码生成',
description: '文本转二维码、自定义样式工具',
text_input: '文本输入',
generate: '生成',
download: '下载',
clear: '清除',
text_input: '文本输入',
placeholder: '请输入要生成二维码的内容...',
settings: '设置选项',
size: '尺寸',
qr_size: '二维码大小',
error_level: '容错级别',
foreground_color: '前景色',
background_color: '背景色',
preview: '预览',
qr_code: '二维码',
generating: '生成中...',
no_preview: '请输入内容并生成二维码',
download_qr: '下载二维码',
qr_preview: '二维码预览'
},
@ -488,6 +551,24 @@ export default {
description: 'YML与Properties配置文件格式互转',
yml_to_properties: 'YML转Properties',
properties_to_yml: 'Properties转YML',
yml_to_json: 'YML转JSON',
json_to_yml: 'JSON转YML',
clear: '清空',
input: '输入',
output: '输出',
paste: '粘贴',
copy: '复制',
input_format: '输入格式',
output_format: '输出格式',
input_placeholder_yml: '请输入YAML内容...',
input_placeholder_properties: '请输入Properties内容...',
input_placeholder_json: '请输入JSON内容...',
output_placeholder: '转换结果将显示在这里...',
use_example: '使用此示例',
format_description: '格式说明',
yml_example: 'YAML 示例',
properties_example: 'Properties 示例',
json_example: 'JSON 示例',
convert: '转换',
yml_input: 'YML输入',
properties_input: 'Properties输入',
@ -496,13 +577,20 @@ export default {
base64_to_image: {
title: 'Base64转图片',
description: 'Base64与图片双向转换工具',
image_to_base64: '图片转Base64',
base64_to_image: 'Base64转图片',
upload_image: '上传图片',
base64_input: 'Base64输入',
image_preview: '图片预览',
image_info: '图片信息',
download_image: '下载图片',
clear: '清除',
base64_input: 'Base64输入',
base64_placeholder: '请输入Base64编码...',
image_to_base64: '图片转Base64',
click_or_drag: '点击或拖拽上传图片',
image_preview: '图片预览',
preview_image: '预览图片',
converting: '转换中...',
no_preview: '请输入Base64或上传图片',
base64_output: 'Base64输出',
upload_image: '上传图片',
image_info: '图片信息',
copy_base64: '复制Base64'
},
image_watermark: {