mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
add translation
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
{{ $t('other') }}
|
||||
</button>
|
||||
</template>
|
||||
<v-button v-if="hideChoices" large @click="toggleAll">{{showAll ? 'Show less': 'Show all'}}</v-button>
|
||||
<v-button v-if="hideChoices" large @click="toggleAll">{{$t(`interfaces.checkboxes.show_${showAll ? 'less' : 'all'}`) }}</v-button>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
@@ -4,7 +4,9 @@
|
||||
"checkboxes": "Checkboxes",
|
||||
"description": "Choose between multiple options via checkboxes.",
|
||||
"allow_other": "Allow Other",
|
||||
"enable_custom_values": "Enable custom values"
|
||||
"enable_custom_values": "Enable custom values",
|
||||
"show_all": "Show all",
|
||||
"show_less": "Show less"
|
||||
},
|
||||
"code": {
|
||||
"code": "Code",
|
||||
|
||||
Reference in New Issue
Block a user