-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into dependabot/npm_and_yarn/fast-jwt-and-fastify…
…/jwt-3.3.2
- Loading branch information
Showing
1 changed file
with
78 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
{ | ||
"sign_in": "登录", | ||
"sign_out": "登出", | ||
"sign_up": "注册", | ||
"account": "账户", | ||
"account_settings": "账户设置", | ||
"instance_settings": "实例设置", | ||
"copied": "已复制", | ||
"copy": "复制", | ||
"home": { | ||
"app_subtitle": "粘贴密码、机密消息或私人数据。", | ||
"welcome": "确保您的敏感数据保持加密,安全和保密。", | ||
"bummer": "真遗憾!", | ||
"maintxtarea": "写下您的敏感信息", | ||
"title": "标题", | ||
"lifetime": "有效期", | ||
"max_views": "最大查看次数", | ||
"enable_password": "启用密码", | ||
"optional_password": "您的可选密码", | ||
"burn_aftertime": "仅在时间过期后销毁该秘密", | ||
"restrict_from_ip": "基于IP或CIDR范围限制秘密的打开。例如CIDR: 192.168.1.0/24。", | ||
"restrict_from_ip_placeholder": "通过IP或CIDR进行限制", | ||
"login_to_upload": "登录以上传文件", | ||
"upload_files": "上传文件", | ||
"your_secret_url": "您的秘密URL", | ||
"share": "分享", | ||
"create_secret_link": "创建秘密链接", | ||
"create_new": "创建新的", | ||
"delete": "删除", | ||
"link_only_works_once": "默认情况下,秘密链接只能使用一次,之后将消失。", | ||
"app_name_meaning": "[he`m:(ə)li],在挪威语中意为秘密。", | ||
"please_add_secret": "请添加秘密。", | ||
"14_days": "14天", | ||
"28_days": "28天", | ||
"7_days": "7天", | ||
"3_days": "3天", | ||
"1_day": "1天", | ||
"12_hours": "12小时", | ||
"4_hours": "4小时", | ||
"1_hour": "1小时", | ||
"30_minutes": "30分钟", | ||
"5_minutes": "5分钟", | ||
"successful_share": "分享成功", | ||
"get_your_secret": "在hemmelig.app获取您的秘密。" | ||
}, | ||
"secret": { | ||
"view_your_secret": "查看您的秘密", | ||
"will_show_once": "默认情况下,我们只展示秘密一次。", | ||
"views_left": "剩余查看次数:", | ||
"password_required": "需要密码才能打开此秘密", | ||
"view_secret": "查看秘密", | ||
"create_secret": "创建新秘密", | ||
"convert_b64": "将文本转换为 base64", | ||
"convert_utf8": "将 base64 转换为纯文本" | ||
}, | ||
"settings": { | ||
"success": "成功", | ||
"description": "更新 Hemmelig 实例状态", | ||
"updated": "设置已更新", | ||
"update": "更新设置", | ||
"deleted": "账户已删除" | ||
}, | ||
"users": { | ||
"users": "用户", | ||
"edit": "编辑", | ||
"update": "更新用户", | ||
"add": "添加用户", | ||
"saved": "已保存", | ||
"save": "保存", | ||
"more": "加载更多", | ||
"deleted": "用户已删除" | ||
}, | ||
"secrets": { | ||
"secrets": "秘密", | ||
"secret": "秘密", | ||
"deleted": "秘密已删除" | ||
} | ||
} |