Sign in

简柏林 / thingskit-front · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • thingskit-front
  • src
  • locales
  • lang
  • en
  • tenant
  • rule.ts
  • feat: 支持中英文国际化
    2c4fcb15
    温伟 authored
    2024-09-30 02:02:40 +0000  
    Browse Files »
rule.ts 228 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
export default {
  createButton: 'Create Role',
  role: 'Role',
  state: 'Status',
  name: 'Name',
  table: {
    title: 'Tenant Role List',
    code: 'Role Code',
  },
  form: {
    permission: 'Permission assignment',
  },
};