Finish all new admin pages.
This commit is contained in:
parent
66d51804c9
commit
9bc63bda7d
12 changed files with 469 additions and 331 deletions
|
@ -404,6 +404,80 @@ auths.update_success = Authorization setting has been successfully updated.
|
|||
auths.update = Update Authorization Setting
|
||||
auths.delete = Delete This Authorization
|
||||
|
||||
config.server_config = Server Configuration
|
||||
config.app_name = Application Name
|
||||
config.app_ver = Application Version
|
||||
config.app_url = Application URL
|
||||
config.domain = Domain
|
||||
config.offline_mode = Offline Mode
|
||||
config.disable_router_log = Disable Router Log
|
||||
config.run_user = Run User
|
||||
config.run_mode = Run Mode
|
||||
config.repo_root_path = Repository Root Path
|
||||
config.static_file_root_path = Static File Root Path
|
||||
config.log_file_root_path = Log File Root Path
|
||||
config.script_type = Script Type
|
||||
config.reverse_auth_user = Reverse Authentication User
|
||||
config.db_config = Database Configuration
|
||||
config.db_type = Type
|
||||
config.db_host = Host
|
||||
config.db_name = Name
|
||||
config.db_user = User
|
||||
config.db_ssl_mode = SSL Mode
|
||||
config.db_ssl_mode_helper = (for "postgres" only)
|
||||
config.db_path = Path
|
||||
config.db_path_helper = (for "sqlite3" only)
|
||||
config.service_config = Service Configuration
|
||||
config.register_email_confirm = Register Email Confirmation
|
||||
config.disable_register = Disable Registration
|
||||
config.require_sign_in_view = Require Sign In View
|
||||
config.mail_notify = Mail Notification
|
||||
config.enable_cache_avatar = Enable Cache Avatar
|
||||
config.active_code_lives = Active Code Lives
|
||||
config.reset_password_code_lives = Reset Password Code Lives
|
||||
config.webhook_config = Webhook Configuration
|
||||
config.task_interval = Task Interval
|
||||
config.deliver_timeout = Deliver Timeout
|
||||
config.mailer_config = Mailer Configuration
|
||||
config.mailer_enabled = Enabled
|
||||
config.mailer_name = Name
|
||||
config.mailer_host = Host
|
||||
config.mailer_user = User
|
||||
config.oauth_config = OAuth Configuration
|
||||
config.oauth_enabled = Enabled
|
||||
config.cache_config = Cache Configuration
|
||||
config.cache_adapter = Cache Adapter
|
||||
config.cache_interval = Cache Interval
|
||||
config.cache_conn = Cache Connection
|
||||
config.session_config = Session Configuration
|
||||
config.session_provider = Session Provider
|
||||
config.provider_config = Provider Config
|
||||
config.cookie_name = Cookie Name
|
||||
config.enable_set_cookie = Enable Set Cookie
|
||||
config.gc_interval_time = GC Interval Time
|
||||
config.session_life_time = Session Life Time
|
||||
config.https_only = HTTPS Only
|
||||
config.cookie_life_time = Cookie Life Time
|
||||
config.session_hash_function = Session ID Hash Function
|
||||
config.session_hash_key = Session ID Hash Key
|
||||
config.picture_config = Picture Configuration
|
||||
config.picture_service = Picture Service
|
||||
config.disable_gravatar = Disable Gravatar
|
||||
config.log_config = Log Configuration
|
||||
config.log_mode = Log Mode
|
||||
config.log_config = Log Config
|
||||
|
||||
monitor.cron = Cron Tasks
|
||||
monitor.name = Name
|
||||
monitor.schedule = Schedule
|
||||
monitor.next = Next Time
|
||||
monitor.previous = Previous Time
|
||||
monitor.execute_times = Execute Times
|
||||
monitor.process = Running Processes
|
||||
monitor.desc = Description
|
||||
monitor.start = Start Time
|
||||
monitor.execute_time = Execution Time
|
||||
|
||||
[action]
|
||||
create_repo = created repository <a href="/%s">%s</a>
|
||||
commit_repo = pushed to <a href="/%s/src/%s">%s</a> at <a href="/%s">%s</a>
|
||||
|
@ -428,6 +502,8 @@ days = %d days %s
|
|||
weeks = %d weeks %s
|
||||
months = %d months %s
|
||||
years = %d years %s
|
||||
raw_seconds = seconds
|
||||
raw_minutes = minutes
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -403,6 +403,80 @@ auths.update_success = 授权认证设置更新成功!
|
|||
auths.update = 更新授权认证信息
|
||||
auths.delete = 删除该授权认证
|
||||
|
||||
config.server_config = 服务器配置
|
||||
config.app_name = 应用名称
|
||||
config.app_ver = 应用版本
|
||||
config.app_url = 应用 URL
|
||||
config.domain = 应用域名
|
||||
config.offline_mode = 离线模式
|
||||
config.disable_router_log = 关闭路由日志
|
||||
config.run_user = 运行用户
|
||||
config.run_mode = 运行模式
|
||||
config.repo_root_path = 仓库根目录
|
||||
config.static_file_root_path = 静态文件根目录
|
||||
config.log_file_root_path = 日志文件根目录
|
||||
config.script_type = 脚本类型
|
||||
config.reverse_auth_user = 反向代理认证
|
||||
config.db_config = 数据库配置
|
||||
config.db_type = 数据库类型
|
||||
config.db_host = 主机地址
|
||||
config.db_name = 数据库名称
|
||||
config.db_user = 连接用户
|
||||
config.db_ssl_mode = SSL 模式
|
||||
config.db_ssl_mode_helper = (仅限 "postgres" 使用)
|
||||
config.db_path = 数据库路径
|
||||
config.db_path_helper = (仅限 "sqlite3" 使用)
|
||||
config.service_config = 服务配置
|
||||
config.register_email_confirm = 注册邮件确认
|
||||
config.disable_register = 关闭注册功能
|
||||
config.require_sign_in_view = 强制登录浏览
|
||||
config.mail_notify = 邮件通知提醒
|
||||
config.enable_cache_avatar = 开启缓存头像
|
||||
config.active_code_lives = 激活用户链接有效期
|
||||
config.reset_password_code_lives = 重置密码链接有效期
|
||||
config.webhook_config = Web 钩子配置
|
||||
config.task_interval = 任务周期
|
||||
config.deliver_timeout = 推送超时
|
||||
config.mailer_config = 邮件配置
|
||||
config.mailer_enabled = 启用服务
|
||||
config.mailer_name = 发送者名称
|
||||
config.mailer_host = 邮件主机地址
|
||||
config.mailer_user = 发送者帐号
|
||||
config.oauth_config = 社交帐号配置
|
||||
config.oauth_enabled = 启用服务
|
||||
config.cache_config = Cache 配置
|
||||
config.cache_adapter = Cache 适配器
|
||||
config.cache_interval = Cache 周期
|
||||
config.cache_conn = Cache 连接字符串
|
||||
config.session_config = Session 配置
|
||||
config.session_provider = Session 提供者
|
||||
config.provider_config = 提供者配置
|
||||
config.cookie_name = Cookie 名称
|
||||
config.enable_set_cookie = 启用设置 Cookie
|
||||
config.gc_interval_time = GC 周期
|
||||
config.session_life_time = Session 生命周期
|
||||
config.https_only = 仅限 HTTPS
|
||||
config.cookie_life_time = Cookie 生命周期
|
||||
config.session_hash_function = Session ID 哈希函数
|
||||
config.session_hash_key = Session ID 哈希健值
|
||||
config.picture_config = 图片配置
|
||||
config.picture_service = 图片服务
|
||||
config.disable_gravatar = 禁用 Gravatar 头像
|
||||
config.log_config = 日志配置
|
||||
config.log_mode = 日志模式
|
||||
config.log_config = 日志配置
|
||||
|
||||
monitor.cron = Cron 任务
|
||||
monitor.name = 任务名称
|
||||
monitor.schedule = 任务安排
|
||||
monitor.next = 下次执行时间
|
||||
monitor.previous = 上次执行时间
|
||||
monitor.execute_times = 执行次数
|
||||
monitor.process = 运行中进程
|
||||
monitor.desc = 进程描述
|
||||
monitor.start = 开始时间
|
||||
monitor.execute_time = 已执行时间
|
||||
|
||||
[action]
|
||||
create_repo = 创建了仓库 <a href="/%s">%s</a>
|
||||
commit_repo = 推送了 <a href="/%s/src/%s">%s</a> 分支的代码到 <a href="/%s">%s</a>
|
||||
|
@ -427,6 +501,8 @@ days = %d 天%s
|
|||
weeks = %d 周%s
|
||||
months = %d 月%s
|
||||
years = %d 年%s
|
||||
raw_seconds = 秒
|
||||
raw_minutes = 分钟
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue