/* * zh.ts * Copyright (C) 2024 veypi * 2024-10-30 23:57 * Distributed under terms of the GPL license. */ export default { c: { 'app': '应用', 'myapps': '我的应用', 'appname': '应用名称', 'app store': '应用中心', 'ok': '确定', 'cancel': '取消', }, atyp: { 'public': '公开注册', 'apply': '申请注册', 'private': '邀请注册(应用隐藏)', }, menu: { 'app': '应用', 'user': '用户设置', 'doc': '文档', 'appstat': '应用统计', 'setting': '设置', 'auth': '权限', }, p: { index: { 'create': '创建应用', } } }