mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-29 18:13:47 +00:00
feat: add translations for permission sections and actions
Translate all permission section names (users, tickets, etc.) and action names (read, edit, delete, etc.) in ru/en/zh/fa locales. Apply translations in PermissionMatrix, PolicyEdit, and Policies list.
This commit is contained in:
@@ -2359,6 +2359,55 @@
|
||||
"color": "颜色",
|
||||
"presets": "权限预设",
|
||||
"permissions": "权限",
|
||||
"permissionSections": {
|
||||
"users": "用户",
|
||||
"tickets": "工单",
|
||||
"stats": "统计",
|
||||
"broadcasts": "广播",
|
||||
"tariffs": "套餐",
|
||||
"promocodes": "促销码",
|
||||
"promo_groups": "促销组",
|
||||
"promo_offers": "促销优惠",
|
||||
"campaigns": "推广活动",
|
||||
"partners": "合作伙伴",
|
||||
"withdrawals": "提现",
|
||||
"payments": "支付",
|
||||
"payment_methods": "支付方式",
|
||||
"servers": "服务器",
|
||||
"remnawave": "Remnawave",
|
||||
"traffic": "流量",
|
||||
"settings": "设置",
|
||||
"roles": "角色",
|
||||
"audit_log": "审计日志",
|
||||
"channels": "频道",
|
||||
"ban_system": "封禁系统",
|
||||
"wheel": "幸运转盘",
|
||||
"apps": "应用",
|
||||
"email_templates": "邮件模板",
|
||||
"pinned_messages": "置顶消息",
|
||||
"updates": "更新"
|
||||
},
|
||||
"permissionActions": {
|
||||
"read": "读取",
|
||||
"edit": "编辑",
|
||||
"create": "创建",
|
||||
"delete": "删除",
|
||||
"block": "封锁",
|
||||
"sync": "同步",
|
||||
"reply": "回复",
|
||||
"close": "关闭",
|
||||
"settings": "设置",
|
||||
"export": "导出",
|
||||
"send": "发送",
|
||||
"stats": "统计",
|
||||
"approve": "批准",
|
||||
"revoke": "撤销",
|
||||
"reject": "拒绝",
|
||||
"manage": "管理",
|
||||
"ban": "封禁",
|
||||
"unban": "解封",
|
||||
"assign": "分配"
|
||||
},
|
||||
"toggleSection": "切换所有 {{section}} 权限",
|
||||
"selectedPermissions_other": "已选择 {{count}} 个权限",
|
||||
"cancel": "取消",
|
||||
|
||||
Reference in New Issue
Block a user