Finish new admin dashboard
This commit is contained in:
parent
81287ba022
commit
1aec1a2dda
19 changed files with 360 additions and 167 deletions
|
@ -292,6 +292,54 @@ teams.repositories = Team Repositories
|
|||
teams.add_team_repository = Add Team Repository
|
||||
teams.remove_repo = Remove
|
||||
|
||||
[admin]
|
||||
dashboard = Dashboard
|
||||
users = Users
|
||||
organizations = Organizations
|
||||
repositories = Repositories
|
||||
authentication = Authentications
|
||||
config = Configuration
|
||||
monitor = Monitoring
|
||||
|
||||
dashboard.statistic = Statistic
|
||||
dashboard.operations = Operations
|
||||
dashboard.system_status = System Monitor Status
|
||||
dashboard.statistic_info = Gogs database has <b>%d</b> users, <b>%d</b> organizations, <b>%d</b> public keys, <b>%d</b> repositories, <b>%d</b> watches, <b>%d</b> stars, <b>%d</b> actions, <b>%d</b> accesses, <b>%d</b> issues, <b>%d</b> comments, <b>%d</b> social accounts, <b>%d</b> follows, <b>%d</b> mirrors, <b>%d</b> releases, <b>%d</b> login sources, <b>%d</b> webhooks, <b>%d</b> milestones, <b>%d</b> labels, <b>%d</b> hook tasks, <b>%d</b> teams, <b>%d</b> update tasks, <b>%d</b> attachments.
|
||||
dashboard.operation_name = Operation Name
|
||||
dashboard.operation_switch = Switch
|
||||
dashboard.operation_run = Run
|
||||
dashboard.clean_unbind_oauth = Clean unbound OAuthes
|
||||
dashboard.delete_inactivate_accounts = Delete all inactivate accounts
|
||||
dashboard.server_uptime = Server Uptime
|
||||
dashboard.current_goroutine = Current Goroutines
|
||||
dashboard.current_memory_usage = Current Memory Usage
|
||||
dashboard.total_memory_allocated = Total Memory Allocated
|
||||
dashboard.memory_obtained = Memory Obtained
|
||||
dashboard.pointer_lookup_times = Pointer Lookup Times
|
||||
dashboard.memory_allocate_times = Memory Allocate Times
|
||||
dashboard.memory_free_times = Memory Free Times
|
||||
dashboard.current_heap_usage = Current Heap Usage
|
||||
dashboard.heap_memory_obtained = Heap Memory Obtained
|
||||
dashboard.heap_memory_idle = Heap Memory Idle
|
||||
dashboard.heap_memory_in_use = Heap Memory In Use
|
||||
dashboard.heap_memory_released = Heap Memory Released
|
||||
dashboard.heap_objects = Heap Objects
|
||||
dashboard.bootstrap_stack_usage = Bootstrap Stack Usage
|
||||
dashboard.stack_memory_obtained = Stack Memory Obtained
|
||||
dashboard.mspan_structures_usage = MSpan Structures Usage
|
||||
dashboard.mspan_structures_obtained = MSpan Structures Obtained
|
||||
dashboard.mcache_structures_usage = MCache Structures Usage
|
||||
dashboard.mcache_structures_obtained = MCache Structures Obtained
|
||||
dashboard.profiling_bucket_hash_table_obtained = Profiling Bucket Hash Table Obtained
|
||||
dashboard.gc_metadata_obtained = GC Metadada Obtained
|
||||
dashboard.other_system_allocation_obtained = Other System Allocation Obtained
|
||||
dashboard.next_gc_recycle = Next GC Recycle
|
||||
dashboard.last_gc_time = Since Last GC Time
|
||||
dashboard.total_gc_time = Total GC Pause
|
||||
dashboard.total_gc_pause = Total GC Pause
|
||||
dashboard.last_gc_pause = Last GC Pause
|
||||
dashboard.gc_times = GC Times
|
||||
|
||||
[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>
|
||||
|
|
|
@ -292,6 +292,54 @@ teams.repositories = 团队仓库
|
|||
teams.add_team_repository = 添加团队仓库
|
||||
teams.remove_repo = 移除仓库
|
||||
|
||||
[admin]
|
||||
dashboard = 控制面板
|
||||
users = 用户管理
|
||||
organizations = 组织管理
|
||||
repositories = 仓库管理
|
||||
authentication = 权限认证管理
|
||||
config = 应用配置管理
|
||||
monitor = 应用监控面板
|
||||
|
||||
dashboard.statistic = 应用统计数据
|
||||
dashboard.operations = 管理员操作
|
||||
dashboard.system_status = 系统监视状态
|
||||
dashboard.statistic_info = Gogs 数据库统计:<b>%d</b> 位用户,<b>%d</b> 个组织,<b>%d</b> 个公钥,<b>%d</b> 个仓库,<b>%d</b> 个仓库关注,<b>%d</b> 个赞,<b>%d</b> 次行为,<b>%d</b> 条权限记录,<b>%d</b> 张工单,<b>%d</b> 次评论,<b>%d</b> 个社交帐号,<b>%d</b> 个用户关注,<b>%d</b> 个镜像,<b>%d</b> 个版本发布,<b>%d</b> 个登录源,<b>%d</b> 个 Web 钩子,<b>%d</b> 个里程碑,<b>%d</b> 个标签,<b>%d</b> 个钩子任务,<b>%d</b> 个团队,<b>%d</b> 个更新任务,<b>%d</b> 个附件。
|
||||
dashboard.operation_name = 操作名称
|
||||
dashboard.operation_switch = 开关
|
||||
dashboard.operation_run = 执行
|
||||
dashboard.clean_unbind_oauth = 清理未绑定社交帐号
|
||||
dashboard.delete_inactivate_accounts = 删除所有未激活帐户
|
||||
dashboard.server_uptime = 服务运行时间
|
||||
dashboard.current_goroutine = 当前 Goroutines 数量
|
||||
dashboard.current_memory_usage = 当前内存使用量
|
||||
dashboard.total_memory_allocated = 所有被分配的内存
|
||||
dashboard.memory_obtained = 内存占用量
|
||||
dashboard.pointer_lookup_times = 指针查找次数
|
||||
dashboard.memory_allocate_times = 内存分配次数
|
||||
dashboard.memory_free_times = 内存释放次数
|
||||
dashboard.current_heap_usage = 当前 Heap 内存使用量
|
||||
dashboard.heap_memory_obtained = Heap 内存占用量
|
||||
dashboard.heap_memory_idle = Heap 内存空闲量
|
||||
dashboard.heap_memory_in_use = 正在使用的 Heap 内存
|
||||
dashboard.heap_memory_released = 被释放的 Heap 内存
|
||||
dashboard.heap_objects = Heap 对象数量
|
||||
dashboard.bootstrap_stack_usage = 启动 Stack 使用量
|
||||
dashboard.stack_memory_obtained = 被分配的 Stack 内存
|
||||
dashboard.mspan_structures_usage = MSpan 结构内存使用量
|
||||
dashboard.mspan_structures_obtained = 被分配的 MSpan 结构内存
|
||||
dashboard.mcache_structures_usage = MCache 结构内存使用量
|
||||
dashboard.mcache_structures_obtained = 被分配的 MCache 结构内存
|
||||
dashboard.profiling_bucket_hash_table_obtained = 被分配的剖析哈希表内存
|
||||
dashboard.gc_metadata_obtained = 被分配的 GC 元数据内存
|
||||
dashboard.other_system_allocation_obtained = 其它被分配的系统内存
|
||||
dashboard.next_gc_recycle = 下次 GC 内存回收量
|
||||
dashboard.last_gc_time = 距离上次 GC 时间
|
||||
dashboard.total_gc_time = GC 执行时间总量
|
||||
dashboard.total_gc_pause = GC 暂停时间总量
|
||||
dashboard.last_gc_pause = 上次 GC 暂停时间
|
||||
dashboard.gc_times = GC 执行次数
|
||||
|
||||
[action]
|
||||
create_repo = 创建了仓库 <a href="/%s">%s</a>
|
||||
commit_repo = 推送了 <a href="/%s/src/%s">%s</a> 分支的代码到 <a href="/%s">%s</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue