mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 21:17:06 +00:00
refactor: i18n translations
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -301,7 +301,10 @@
|
||||
</v-icon>
|
||||
</v-list-item-icon>
|
||||
<v-list-item-title>
|
||||
<span classs="caption">Rename</span>
|
||||
<span classs="caption">
|
||||
<!--Rename-->
|
||||
{{ $t('general.rename') }}
|
||||
</span>
|
||||
</v-list-item-title>
|
||||
</v-list-item>
|
||||
<v-list-item v-if="_isUIAllowed('ui-acl')" dense @click="openUIACL">
|
||||
@@ -311,7 +314,10 @@
|
||||
</v-icon>
|
||||
</v-list-item-icon>
|
||||
<v-list-item-title>
|
||||
<span classs="caption">UI ACL</span>
|
||||
<span classs="caption">
|
||||
<!--UI ACL-->
|
||||
{{ $t('labels.uiAcl') }}
|
||||
</span>
|
||||
</v-list-item-title>
|
||||
</v-list-item>
|
||||
</v-list>
|
||||
|
||||
Reference in New Issue
Block a user