it-tools/src/tools/url-parser/locales/zh.yml

17 lines
432 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

tools:
url-parser:
title: Url 解析器
description: '解析 URL 字符串以获取所有不同部分(协议,源,参数,端口,用户名-密码,...'
inputLabel: '要解析的 URL:'
inputPlaceholder: 要解析的 URL...
protocol: 协议
username: 用户名
password: 密码
hostname: 主机名
port: 端口
path: 路径
params: 参数
inValidMessage: 无效的 URL