-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
GitHub
committed
Oct 19, 2024
1 parent
5523116
commit c59e257
Showing
8 changed files
with
200 additions
and
44 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
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,108 @@ | ||
sign_in = "登录" | ||
sign_out = "登出" | ||
sign_up = "注册" | ||
|
||
site_settings = "站点设置" | ||
db_view = "数据库视图" | ||
stats = "统计" | ||
|
||
site_name = "站点名称" | ||
domain = "域名" | ||
description = "描述" | ||
read_only = "只读" | ||
title_max_length = "标题最大长度" | ||
article_max_length = "文章最大长度" | ||
comment_max_length = "评论最大长度" | ||
solo_interval = "Solo 间隔" | ||
post_interval = "帖子间隔" | ||
comment_interval = "评论间隔" | ||
per_page = "每页显示" | ||
captcha_difficulty = "验证码难度" | ||
about = "关于" | ||
captcha = "验证码" | ||
easy = "简单" | ||
medium = "中等" | ||
hard = "困难" | ||
captcha_name = "验证码名称" | ||
home_page = "默认首页" | ||
spam_regex = "垃圾正则" | ||
lang = "语言" | ||
|
||
all = "全部" | ||
joined = "已加入" | ||
following = "关注中" | ||
list = "列表" | ||
|
||
save = "保存" | ||
|
||
delete_permanently = "永久删除" | ||
delete_sure = "你确定要删除吗?" | ||
delete = "删除" | ||
prev = "上一页" | ||
next = "下一页" | ||
error = "错误" | ||
|
||
star = "收藏" | ||
unread = "未读" | ||
subscribe = "订阅" | ||
unsubscribe = "取消订阅" | ||
|
||
url = "URL" | ||
folder = "文件夹" | ||
new = "新建" | ||
new_folder = "新建文件夹" | ||
is_public = "是否公开" | ||
add = "添加" | ||
source = "来源" | ||
load_image = "加载图片" | ||
|
||
new_post = "新帖子" | ||
exit = "退出" | ||
limited = "受限" | ||
rejected = "已拒绝" | ||
pending = "待处理" | ||
|
||
members = "成员" | ||
mod = "版主" | ||
join = "加入" | ||
active = "活跃" | ||
users = "用户" | ||
topics = "话题" | ||
|
||
public = "公开" | ||
apply = "申请" | ||
hidden = "隐藏" | ||
private = "私有" | ||
private_help = "私有客栈不能更改为其他类型。" | ||
private_hidden = "私有隐藏" | ||
limited_edit_seconds = "限制编辑秒数" | ||
limited_edit_seconds_help = "用户被禁止编辑之前的时间限制?(设置为 0 表示可随时编辑)" | ||
|
||
avatar_help = "请清除浏览器缓存" | ||
upload = "上传" | ||
inn_name = "客栈名称" | ||
inn_type = "客栈类型" | ||
inn_feed_help = "再次提交 URL 以取消订阅。" | ||
inn_mod_max = "可担任版主上限" | ||
|
||
edit = "编辑" | ||
new_comment = "新评论" | ||
submit = "提交" | ||
preview = "预览" | ||
join_to_comment = "加入以评论" | ||
sign_in_to_comment = "登录以评论" | ||
save_draft = "保存草稿" | ||
delete_draft = "删除草稿" | ||
draft = "草稿" | ||
uname_or_id = "用户名或 UID" | ||
recovery_code = "恢复代码" | ||
new_password = "新密码" | ||
confirm = "确认" | ||
change = "更改" | ||
search = "搜索" | ||
post = "发布" | ||
comment = "评论" | ||
|
||
stay_logged_in = "保持登录" | ||
forgot_password = "忘记密码?" | ||
password_reset = "密码重置" |
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
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
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
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
Oops, something went wrong.