mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 07:06:49 +00:00
feat: i18n JSON files structure update
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
mdi-export
|
||||
</v-icon>
|
||||
<!-- Export to file -->
|
||||
{{ $t('management.meta.export_to_file') }}
|
||||
{{ $t('management.meta.export_to_file.title') }}
|
||||
</v-btn>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -54,7 +54,7 @@
|
||||
</v-icon>
|
||||
|
||||
<!-- Import -->
|
||||
{{ $t('management.meta.import') }}
|
||||
{{ $t('management.meta.import.title') }}
|
||||
</v-btn>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -77,7 +77,7 @@
|
||||
mdi-export
|
||||
</v-icon>
|
||||
<!-- Export zip -->
|
||||
{{ $t('management.meta.export_to_zip') }}
|
||||
{{ $t('management.meta.export_to_zip.title') }}
|
||||
</v-btn>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -100,7 +100,7 @@
|
||||
</v-icon>
|
||||
|
||||
<!-- Import Zip -->
|
||||
{{ $t('management.meta.import_zip') }}
|
||||
{{ $t('management.meta.import_zip.title') }}
|
||||
</v-btn>
|
||||
|
||||
<input
|
||||
@@ -130,7 +130,7 @@
|
||||
mdi-delete-variant
|
||||
</v-icon>
|
||||
<!-- Reset -->
|
||||
{{ $t('management.meta.reset') }}
|
||||
{{ $t('management.meta.reset.title') }}
|
||||
</v-btn>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user