Browse Source

refactor: i18n translations

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/1357/head
Raju Udava 3 years ago
parent
commit
023b9843c2
  1. 4
      packages/nc-gui/components/auth/roles.vue
  2. 2
      packages/nc-gui/components/project/appStore.vue
  3. 6
      packages/nc-gui/components/project/cronJobs.vue
  4. 2
      packages/nc-gui/components/project/projectMetadata/sync/disableOrEnableFunctions.vue
  5. 2
      packages/nc-gui/components/project/projectMetadata/sync/disableOrEnableProcedures.vue
  6. 2
      packages/nc-gui/components/project/projectMetadata/sync/disableOrEnableRelations.vue
  7. 15
      packages/nc-gui/components/project/projectMetadata/sync/disableOrEnableTables.vue
  8. 2
      packages/nc-gui/components/project/projectMetadata/sync/disableOrEnableViews.vue
  9. 2
      packages/nc-gui/components/project/projectMetadata/uiAcl/toggleFunctionUIAcl.vue
  10. 2
      packages/nc-gui/components/project/projectMetadata/uiAcl/toggleProcedureUIAcl.vue
  11. 2
      packages/nc-gui/components/project/projectMetadata/uiAcl/toggleRelationsUIAcl.vue
  12. 2
      packages/nc-gui/components/project/projectMetadata/uiAcl/toggleTableUIAcl.vue
  13. 2
      packages/nc-gui/components/project/projectMetadata/uiAcl/toggleViewUIAcl.vue
  14. 15
      packages/nc-gui/components/project/spreadsheet/components/headerCell.vue
  15. 20
      packages/nc-gui/components/project/spreadsheet/components/sharedViewsList.vue
  16. 3
      packages/nc-gui/components/project/spreadsheet/components/virtualCell/components/listItems.vue
  17. 5
      packages/nc-gui/components/project/spreadsheet/rowsXcDataTable.vue
  18. 65
      packages/nc-gui/components/project/spreadsheet/views/formView.vue
  19. 8
      packages/nc-gui/components/project/tableTabs/columns.vue
  20. 8
      packages/nc-gui/components/project/tableTabs/columnsMock.vue
  21. 2
      packages/nc-gui/components/project/tableTabs/indexes.vue
  22. 4
      packages/nc-gui/components/project/tableTabs/rows.vue
  23. 4
      packages/nc-gui/components/project/tableTabs/validation.vue
  24. 2
      packages/nc-gui/lang/en.json
  25. 4
      packages/nc-gui/pages/user/admin/index.vue
  26. 4
      packages/nc-gui/pages/user/admin/user/_userId.vue

4
packages/nc-gui/components/auth/roles.vue

@ -105,7 +105,7 @@
v-model="role.title" v-model="role.title"
v-ge="['roles','title']" v-ge="['roles','title']"
:disabled="role.type === 'SYSTEM'" :disabled="role.type === 'SYSTEM'"
label="Edit" :label="$t('general.edit')"
single-line single-line
@input="edited = true" @input="edited = true"
/> />
@ -122,7 +122,7 @@
v-model="role.description" v-model="role.description"
v-ge="['roles','title']" v-ge="['roles','title']"
:disabled="role.type === 'SYSTEM'" :disabled="role.type === 'SYSTEM'"
label="Edit" :label="$t('general.edit')"
single-line single-line
@input="edited = true" @input="edited = true"
/> />

2
packages/nc-gui/components/project/appStore.vue

@ -56,7 +56,7 @@
<v-icon x-small class="mr-1"> <v-icon x-small class="mr-1">
mdi-pencil mdi-pencil
</v-icon> </v-icon>
Edit {{ $t('general.edit') }}
</v-btn> </v-btn>
<v-btn <v-btn
v-if="app.parsedInput" v-if="app.parsedInput"

6
packages/nc-gui/components/project/cronJobs.vue

@ -46,14 +46,14 @@
<div style="position: absolute; right:5px;bottom:0"> <div style="position: absolute; right:5px;bottom:0">
<x-btn <x-btn
outlined outlined
tooltip="Reload list" :tooltip="$t('tooltip.reloadList')"
small small
color="primary" color="primary"
icon="refresh" icon="refresh"
@click="loadCrons()" @click="loadCrons()"
> >
<!-- Reload --> <!-- Reload -->
{{ $t('general.reload') }} {{ $t('general.reload') }}
</x-btn> </x-btn>
<x-btn <x-btn
outlined outlined

2
packages/nc-gui/components/project/projectMetadata/sync/disableOrEnableFunctions.vue

@ -23,7 +23,7 @@
<v-spacer /> <v-spacer />
<x-btn <x-btn
outlined outlined
tooltip="Reload list" :tooltip="$t('tooltip.reloadList')"
small small
color="primary" color="primary"
icon="refresh" icon="refresh"

2
packages/nc-gui/components/project/projectMetadata/sync/disableOrEnableProcedures.vue

@ -23,7 +23,7 @@
<v-spacer /> <v-spacer />
<x-btn <x-btn
outlined outlined
tooltip="Reload list" :tooltip="$t('tooltip.reloadList')"
small small
color="primary" color="primary"
icon="refresh" icon="refresh"

2
packages/nc-gui/components/project/projectMetadata/sync/disableOrEnableRelations.vue

@ -14,7 +14,7 @@
<v-spacer /> <v-spacer />
<x-btn <x-btn
outlined outlined
tooltip="Reload list" :tooltip="$t('tooltip.reloadList')"
small small
color="primary" color="primary"
icon="refresh" icon="refresh"

15
packages/nc-gui/components/project/projectMetadata/sync/disableOrEnableTables.vue

@ -14,7 +14,7 @@
dense dense
hide-details hide-details
class="my-2 mx-auto caption" class="my-2 mx-auto caption"
:placeholder="`Search models`" :placeholder="$t('placeholder.searchModels')"
prepend-inner-icon="search" prepend-inner-icon="search"
style="max-width:500px" style="max-width:500px"
outlined outlined
@ -24,7 +24,7 @@
<x-btn <x-btn
btn.class="nc-btn-metasync-reload" btn.class="nc-btn-metasync-reload"
outlined outlined
tooltip="Reload list" :tooltip="$t('tooltip.reloadList')"
small small
color="primary" color="primary"
icon="refresh" icon="refresh"
@ -35,7 +35,7 @@
</x-btn> </x-btn>
<!-- <x-btn <!-- <x-btn
outlined outlined
tooltip="Reload list" :tooltip="$t('tooltip.reloadList')"
small small
color="primary" color="primary"
icon="refresh" icon="refresh"
@ -62,11 +62,13 @@
<thead> <thead>
<tr> <tr>
<th class="grey--text"> <th class="grey--text">
Models <!--Models-->
{{ $t('labels.models') }}
</th> </th>
<!-- <th>APIs</th>--> <!-- <th>APIs</th>-->
<th class="grey--text"> <th class="grey--text">
Sync state <!--Sync state-->
{{ $t('labels.syncState') }}
</th> </th>
<th /> <th />
</tr> </tr>
@ -118,7 +120,8 @@
v-else v-else
class="caption grey--text" class="caption grey--text"
> >
{{ 'No change identified' }} <!--{{ 'No change identified' }}-->
{{ $t('msg.info.metaNoChange') }}
</span> </span>
<!-- <span v-else class="caption grey&#45;&#45;text">Recreate metadata.</span>--> <!-- <span v-else class="caption grey&#45;&#45;text">Recreate metadata.</span>-->
</td> </td>

2
packages/nc-gui/components/project/projectMetadata/sync/disableOrEnableViews.vue

@ -23,7 +23,7 @@
<v-spacer /> <v-spacer />
<x-btn <x-btn
outlined outlined
tooltip="Reload list" :tooltip="$t('tooltip.reloadList')"
small small
color="primary" color="primary"
icon="refresh" icon="refresh"

2
packages/nc-gui/components/project/projectMetadata/uiAcl/toggleFunctionUIAcl.vue

@ -23,7 +23,7 @@
<v-spacer /> <v-spacer />
<x-btn <x-btn
outlined outlined
tooltip="Reload list" :tooltip="$t('tooltip.reloadList')"
small small
color="primary" color="primary"
icon="refresh" icon="refresh"

2
packages/nc-gui/components/project/projectMetadata/uiAcl/toggleProcedureUIAcl.vue

@ -23,7 +23,7 @@
<v-spacer /> <v-spacer />
<x-btn <x-btn
outlined outlined
tooltip="Reload list" :tooltip="$t('tooltip.reloadList')"
small small
color="primary" color="primary"
icon="refresh" icon="refresh"

2
packages/nc-gui/components/project/projectMetadata/uiAcl/toggleRelationsUIAcl.vue

@ -23,7 +23,7 @@
<v-spacer /> <v-spacer />
<x-btn <x-btn
outlined outlined
tooltip="Reload list" :tooltip="$t('tooltip.reloadList')"
small small
color="primary" color="primary"
icon="refresh" icon="refresh"

2
packages/nc-gui/components/project/projectMetadata/uiAcl/toggleTableUIAcl.vue

@ -23,7 +23,7 @@
<v-spacer /> <v-spacer />
<x-btn <x-btn
outlined outlined
tooltip="Reload list" :tooltip="$t('tooltip.reloadList')"
small small
color="primary" color="primary"
icon="refresh" icon="refresh"

2
packages/nc-gui/components/project/projectMetadata/uiAcl/toggleViewUIAcl.vue

@ -23,7 +23,7 @@
<v-spacer /> <v-spacer />
<x-btn <x-btn
outlined outlined
tooltip="Reload list" :tooltip="$t('tooltip.reloadList')"
small small
color="primary" color="primary"
icon="refresh" icon="refresh"

15
packages/nc-gui/components/project/spreadsheet/components/headerCell.vue

@ -63,7 +63,10 @@
<x-icon small class="mr-1" color="primary"> <x-icon small class="mr-1" color="primary">
mdi-pencil mdi-pencil
</x-icon> </x-icon>
<span class="caption">Edit</span> <span class="caption">
<!--Edit-->
{{ $t('general.edit') }}
</span>
</v-list-item> </v-list-item>
<v-list-item dense @click="setAsPrimaryValue"> <v-list-item dense @click="setAsPrimaryValue">
<x-icon small class="mr-1" color="primary"> <x-icon small class="mr-1" color="primary">
@ -71,7 +74,10 @@
</x-icon> </x-icon>
<v-tooltip bottom> <v-tooltip bottom>
<template #activator="{on}"> <template #activator="{on}">
<span class="caption" v-on="on">Set as Primary value</span> <span class="caption" v-on="on">
<!--Set as Primary value-->
{{ $t('activity.setPrimary') }}
</span>
</template> </template>
<span class="caption font-weight-bold">Primary value will be shown in place of primary key</span> <span class="caption font-weight-bold">Primary value will be shown in place of primary key</span>
</v-tooltip> </v-tooltip>
@ -80,7 +86,10 @@
<x-icon small class="mr-1" color="error"> <x-icon small class="mr-1" color="error">
mdi-delete-outline mdi-delete-outline
</x-icon> </x-icon>
<span class="caption">Delete</span> <span class="caption">
<!--Delete-->
{{ $t('general.delete') }}
</span>
</v-list-item> </v-list-item>
</v-list> </v-list>
</v-menu> </v-menu>

20
packages/nc-gui/components/project/spreadsheet/components/sharedViewsList.vue

@ -7,16 +7,20 @@
<thead> <thead>
<tr class=""> <tr class="">
<th class="caption grey--text"> <th class="caption grey--text">
View name <!--View name-->
{{ $t('labels.viewName') }}
</th> </th>
<th class="caption grey--text"> <th class="caption grey--text">
View Link <!--View Link-->
{{ $t('labels.viewLink') }}
</th> </th>
<th class="caption grey--text"> <th class="caption grey--text">
Password <!--Password-->
{{ $t('labels.password') }}
</th> </th>
<th class="caption grey--text"> <th class="caption grey--text">
Actions <!--Actions-->
{{ $t('labels.actions') }}
</th> </th>
</tr> </tr>
</thead> </thead>
@ -54,7 +58,8 @@
<tr v-else> <tr v-else>
<td colspan="4" class="text-center caption info--text"> <td colspan="4" class="text-center caption info--text">
Current view is not shared! <!--Current view is not shared!-->
{{ $t('msg.info.viewNotShared') }}
</td> </td>
</tr> </tr>
<template v-if="allSharedLinks"> <template v-if="allSharedLinks">
@ -98,7 +103,10 @@
hide-details hide-details
> >
<template #label> <template #label>
<span class="caption"> Show all shared views of this table</span> <span class="caption">
<!--Show all shared views of this table-->
{{ $t('msg.info.showAllViews') }}
</span>
</template> </template>
</v-switch> </v-switch>
</div> </div>

3
packages/nc-gui/components/project/spreadsheet/components/virtualCell/components/listItems.vue

@ -63,7 +63,8 @@
</template> </template>
<div v-else-if="data" class="text-center py-15 textLight--text"> <div v-else-if="data" class="text-center py-15 textLight--text">
No items found <!--No items found-->
{{ $t('placeholder.noItemsFound') }}
</div> </div>
</div> </div>
</v-card-text> </v-card-text>

5
packages/nc-gui/components/project/spreadsheet/rowsXcDataTable.vue

@ -141,7 +141,7 @@
</v-icon> </v-icon>
<!-- tooltip="Reload view data" --> <!-- tooltip="Reload view data" -->
<x-icon <x-icon
tooltip="Reload view data" :tooltip="$t('general.reload')"
icon.class="nc-table-reload-btn mx-1" icon.class="nc-table-reload-btn mx-1"
small small
@click="reload" @click="reload"
@ -264,8 +264,9 @@
</v-list> </v-list>
</v-menu>--> </v-menu>-->
<!--tooltip="Toggle navigation drawer"-->
<x-btn <x-btn
tooltip="Toggle navigation drawer" :tooltip="$t('tooltip.toggleNavDraw')"
outlined outlined
small small
text text

65
packages/nc-gui/components/project/spreadsheet/views/formView.vue

@ -22,20 +22,29 @@
<v-col v-if="isEditable" class="h-100 col-md-4 col-lg-3"> <v-col v-if="isEditable" class="h-100 col-md-4 col-lg-3">
<v-card class="h-100 overflow-auto pa-4 pa-md-6 backgroundColor elevation-0 nc-form-left-nav"> <v-card class="h-100 overflow-auto pa-4 pa-md-6 backgroundColor elevation-0 nc-form-left-nav">
<div class="d-flex grey--text"> <div class="d-flex grey--text">
<span class="">Fields</span> <span class="">
<!--Fields-->
{{ $t('objects.fields') }}
</span>
<v-spacer /> <v-spacer />
<span <span
v-if="hiddenColumns.length" v-if="hiddenColumns.length"
class="pointer caption mr-2" class="pointer caption mr-2"
style="border-bottom: 2px solid rgb(218,218,218)" style="border-bottom: 2px solid rgb(218,218,218)"
@click="addAllColumns()" @click="addAllColumns()"
>add all</span> >
<!--add all-->
{{ $t('general.addAll') }}
</span>
<span <span
v-if="columns.length" v-if="columns.length"
class="pointer caption" class="pointer caption"
style="border-bottom: 2px solid rgb(218,218,218)" style="border-bottom: 2px solid rgb(218,218,218)"
@click="columns=[]" @click="columns=[]"
>remove all</span> >
<!--remove all-->
{{ $t('general.removeAll') }}
</span>
</div> </div>
<draggable <draggable
v-if="showFields " v-if="showFields "
@ -79,7 +88,8 @@
</div> </div>
</v-card> </v-card>
<div class="mt-4 nc-drag-n-drop-to-hide py-3 text-center grey--text text--lighter-1"> <div class="mt-4 nc-drag-n-drop-to-hide py-3 text-center grey--text text--lighter-1">
Drag and drop fields here to hide <!--Drag and drop fields here to hide-->
{{ $t('msg.info.dragDropHide') }}
</div> </div>
</draggable> </draggable>
@ -94,7 +104,8 @@
<v-icon size="20" color="grey"> <v-icon size="20" color="grey">
mdi-plus mdi-plus
</v-icon> </v-icon>
Add new field to this table <!--Add new field to this table-->
{{ $t('activity.addField') }}
</div> </div>
</template> </template>
<edit-column <edit-column
@ -141,13 +152,13 @@
> >
{{ localParams.name }} {{ localParams.name }}
</editable> </editable>
<!--placeholder="Add form description"-->
<editable <editable
:is="isEditable ? 'editable' : 'div'" :is="isEditable ? 'editable' : 'div'"
v-model.lazy="localParams.description" v-model.lazy="localParams.description"
:class="{'nc-meta-inputs': isEditable}" :class="{'nc-meta-inputs': isEditable}"
class="body-1 text-left mx-4 py-2 px-1 text--text text--lighten-2" class="body-1 text-left mx-4 py-2 px-1 text--text text--lighten-2"
placeholder="Add form description" :placeholder="$t('msg.info.formDesc')"
> >
{{ localParams.description }} {{ localParams.description }}
</editable> </editable>
@ -193,7 +204,10 @@
<label <label
class="grey--text caption ml-2" class="grey--text caption ml-2"
@click="localParams.fields[col.alias].required= !localParams.fields[col.alias].required" @click="localParams.fields[col.alias].required= !localParams.fields[col.alias].required"
>Required</label> >
<!--Required-->
{{ $t('general.required') }}
</label>
<v-switch <v-switch
v-model="localParams.fields[col.alias].required" v-model="localParams.fields[col.alias].required"
class="nc-required-switch ml-1 mt-0" class="nc-required-switch ml-1 mt-0"
@ -204,16 +218,18 @@
inset inset
/> />
</div> </div>
<!--placeholder=" Enter form input label"-->
<editable <editable
v-model="localParams.fields[col.alias].label" v-model="localParams.fields[col.alias].label"
style="width:300px;white-space: pre-wrap" style="width:300px;white-space: pre-wrap"
placeholder=" Enter form input label" :placeholder="$t('msg.info.formInput')"
class="caption pa-1 backgroundColor darken-1 mb-2 " class="caption pa-1 backgroundColor darken-1 mb-2 "
/> />
<!--placeholder=" Add some help text"-->
<editable <editable
v-model="localParams.fields[col.alias].description" v-model="localParams.fields[col.alias].description"
style="width:300px;white-space: pre-wrap" style="width:300px;white-space: pre-wrap"
placeholder=" Add some help text" :placeholder="$t('msg.info.formHelpText')"
class="caption pa-1 backgroundColor darken-1 mb-2" class="caption pa-1 backgroundColor darken-1 mb-2"
@keydown.enter.prevent @keydown.enter.prevent
/> />
@ -336,7 +352,8 @@
</draggable> </draggable>
<div class="my-10 text-center"> <div class="my-10 text-center">
<v-btn color="primary" :loading="loading" :disabled="loading" @click="save"> <v-btn color="primary" :loading="loading" :disabled="loading" @click="save">
Submit <!--Submit-->
{{ $t('general.submit') }}
</v-btn> </v-btn>
<!-- <span class="caption grey&#45;&#45;text pointer">Edit label</span>--> <!-- <span class="caption grey&#45;&#45;text pointer">Edit label</span>-->
</div> </div>
@ -353,9 +370,13 @@
</v-switch>--> </v-switch>-->
<div class="caption grey--text mt-10 mb-2"> <div class="caption grey--text mt-10 mb-2">
After form is submitted: <!--After form is submitted:-->
{{ $t('msg.info.afterFormSubmitted') }}
</div> </div>
<label class="caption grey--text font-weight-bold">Show this message:</label> <label class="caption grey--text font-weight-bold">
<!--Show this message:-->
{{ $t('msg.info.showMessage') }}:
</label>
<v-textarea <v-textarea
v-model="localParams.submit.message" v-model="localParams.submit.message"
rows="3" rows="3"
@ -367,12 +388,18 @@
<v-switch v-model="localParams.submit.showAnotherSubmit" dense inset hide-details class="nc-switch"> <v-switch v-model="localParams.submit.showAnotherSubmit" dense inset hide-details class="nc-switch">
<template #label> <template #label>
<span class="font-weight-bold grey--text caption">Show "Submit Another Form" button</span> <span class="font-weight-bold grey--text caption">
<!--Show "Submit Another Form" button-->
{{ $t('msg.info.submitAnotherForm') }}
</span>
</template> </template>
</v-switch> </v-switch>
<v-switch v-model="localParams.submit.showBlankForm" dense inset hide-details class="nc-switch"> <v-switch v-model="localParams.submit.showBlankForm" dense inset hide-details class="nc-switch">
<template #label> <template #label>
<span class="font-weight-bold grey--text caption">Show a blank form after 5 seconds</span> <span class="font-weight-bold grey--text caption">
<!--Show a blank form after 5 seconds-->
{{ $t('msg.info.showBlankForm') }}
</span>
</template> </template>
</v-switch> </v-switch>
<v-switch <v-switch
@ -385,9 +412,11 @@
@change="checkSMTPStatus" @change="checkSMTPStatus"
> >
<template #label> <template #label>
<span class="caption font-weight-bold grey--text ">Email me at <span class="font-eright-bold">{{ <span class="caption font-weight-bold grey--text ">
$store.state.users.user.email {{ $t('msg.info.emailForm') }} <span class="font-eright-bold">{{
}}</span></span> $store.state.users.user.email
}}</span>
</span>
</template> </template>
</v-switch> </v-switch>
</div> </div>

8
packages/nc-gui/components/project/tableTabs/columns.vue

@ -368,7 +368,7 @@
v-model="props.item.cn" v-model="props.item.cn"
:disabled="props.item.rcn || !sqlUi.columnEditable(props.item)" :disabled="props.item.rcn || !sqlUi.columnEditable(props.item)"
:rules="form.validation.required" :rules="form.validation.required"
label="Edit" :label="$t('general.edit')"
single-line single-line
/> />
</template> </template>
@ -419,7 +419,7 @@
v-ge="['columns','precision']" v-ge="['columns','precision']"
:disabled="sqlUi.getDefaultLengthIsDisabled(props.item.dt) || !sqlUi.columnEditable(props.item)" :disabled="sqlUi.getDefaultLengthIsDisabled(props.item.dt) || !sqlUi.columnEditable(props.item)"
:rules="[max25chars]" :rules="[max25chars]"
label="Edit" :label="$t('general.edit')"
single-line single-line
/> />
</template> </template>
@ -441,7 +441,7 @@
v-ge="['columns','scale']" v-ge="['columns','scale']"
:disabled="!sqlUi.columnEditable(props.item)" :disabled="!sqlUi.columnEditable(props.item)"
:rules="[max25chars]" :rules="[max25chars]"
label="Edit" :label="$t('general.edit')"
single-line single-line
/> />
</template> </template>
@ -641,7 +641,7 @@
v-model="props.item.cdf" v-model="props.item.cdf"
v-ge="['columns','default']" v-ge="['columns','default']"
:disabled="!sqlUi.columnEditable(props.item)" :disabled="!sqlUi.columnEditable(props.item)"
label="Edit" :label="$t('general.edit')"
counter counter
class="caption" class="caption"
:placeholder="`${sqlUi.getDefaultValueForDatatype(props.item.dt)}`" :placeholder="`${sqlUi.getDefaultValueForDatatype(props.item.dt)}`"

8
packages/nc-gui/components/project/tableTabs/columnsMock.vue

@ -122,7 +122,7 @@
v-model="props.item.cn" v-model="props.item.cn"
:disabled="props.item.rcn" :disabled="props.item.rcn"
:rules="[max25chars]" :rules="[max25chars]"
label="Edit" :label="$t('general.edit')"
single-line single-line
/> />
</template> </template>
@ -180,7 +180,7 @@
<v-text-field <v-text-field
v-model="props.item.dtxp" v-model="props.item.dtxp"
:rules="[max25chars]" :rules="[max25chars]"
label="Edit" :label="$t('general.edit')"
single-line single-line
/> />
</template> </template>
@ -201,7 +201,7 @@
<v-text-field <v-text-field
v-model="props.item.dtxs" v-model="props.item.dtxs"
:rules="[max25chars]" :rules="[max25chars]"
label="Edit" :label="$t('general.edit')"
single-line single-line
/> />
</template> </template>
@ -304,7 +304,7 @@
<template #input> <template #input>
<v-text-field <v-text-field
v-model="props.item.cdf" v-model="props.item.cdf"
label="Edit" :label="$t('general.edit')"
single-line single-line
counter counter
autofocus autofocus

2
packages/nc-gui/components/project/tableTabs/indexes.vue

@ -130,7 +130,7 @@
:disabled="props.index !== selected" :disabled="props.index !== selected"
class="body-2" class="body-2"
:rules="[max25chars]" :rules="[max25chars]"
label="Edit" :label="$t('general.edit')"
single-line single-line
counter counter
/> />

4
packages/nc-gui/components/project/tableTabs/rows.vue

@ -114,7 +114,7 @@
<v-text-field <v-text-field
v-model="item.data[text]" v-model="item.data[text]"
class="mt-0 caption" class="mt-0 caption"
label="Edit" :label="$t('general.edit')"
:type="getType(type)" :type="getType(type)"
single-line single-line
hide-details hide-details
@ -144,7 +144,7 @@
v-ge="['rows','save']" v-ge="['rows','save']"
dense dense
hide-details hide-details
label="Edit" :label="$t('general.edit')"
:type="getType(type)" :type="getType(type)"
:placeholder="text" :placeholder="text"
:disabled="ai" :disabled="ai"

4
packages/nc-gui/components/project/tableTabs/validation.vue

@ -76,7 +76,7 @@
<template #input> <template #input>
<v-text-field <v-text-field
v-model="item._cn" v-model="item._cn"
label="Edit" :label="$t('general.edit')"
single-line single-line
@input="edited=true" @input="edited=true"
/> />
@ -269,7 +269,7 @@
<template #input> <template #input>
<v-text-field <v-text-field
v-model="clickedItem.validate.msg[i]" v-model="clickedItem.validate.msg[i]"
label="Edit" :label="$t('general.edit')"
single-line single-line
@input="edited=true" @input="edited=true"
/> />

2
packages/nc-gui/lang/en.json

@ -322,7 +322,7 @@
"reloadApiToken": "Reload API tokens", "reloadApiToken": "Reload API tokens",
"generateNewApiToken": "Generate new API token", "generateNewApiToken": "Generate new API token",
"addRole": "Add new role", "addRole": "Add new role",
"metaReloadList": "Reload list", "reloadList": "Reload list",
"metaSync": "Sync metadata", "metaSync": "Sync metadata",
"sqlMigration": "Reload migrations", "sqlMigration": "Reload migrations",
"updateRestart": "Update & Restart", "updateRestart": "Update & Restart",

4
packages/nc-gui/pages/user/admin/index.vue

@ -8,10 +8,10 @@
{{ u.username }} {{ u.username }}
</router-link> </router-link>
<v-btn color="info"> <v-btn color="info">
Edit {{ $t('general.edit') }}
</v-btn> </v-btn>
<v-btn color="error"> <v-btn color="error">
Delete {{ $t('general.delete') }}
</v-btn> </v-btn>
</v-card-title> </v-card-title>
<hr> <hr>

4
packages/nc-gui/pages/user/admin/user/_userId.vue

@ -35,11 +35,11 @@
/> />
<v-btn color="primary" @click="editUser"> <v-btn color="primary" @click="editUser">
Edit {{ $t('general.edit') }}
</v-btn> </v-btn>
<v-btn color="red" @click="removeUser"> <v-btn color="red" @click="removeUser">
Delete {{ $t('general.delete') }}
</v-btn> </v-btn>
</v-form> </v-form>
</v-card> </v-card>

Loading…
Cancel
Save