update to japanese

This commit is contained in:
2021-07-12 14:49:27 +05:30
parent d1a6786d4a
commit 82b9c624f0
17 changed files with 32 additions and 53 deletions

View File

@ -3,18 +3,18 @@ import CIcon from '@coreui/icons-react'
const _nav = [{
_tag: 'CSidebarNavItem',
name: 'Dashboard',
name: 'ダッシュボード',
to: '/dashboard',
icon: < CIcon name = "cil-speedometer"
customClasses = "c-sidebar-nav-icon" / >
},
{
_tag: 'CSidebarNavTitle',
_children: ['Reports']
_children: ['レポート']
},
{
_tag: 'CSidebarNavItem',
name: 'Download reports',
name: '報告書',
to: '/reports',
icon: 'cil-drop',
},