refactor: more i18n translation strings

This commit is contained in:
liyasthomas
2021-08-18 22:17:31 +05:30
parent b9c233cdf9
commit ceb8bdf0fd
54 changed files with 408 additions and 318 deletions

View File

@@ -12,7 +12,7 @@
@keyup.enter="addNewCollection"
/>
<label for="selectLabelAdd">
{{ $t("label") }}
{{ $t("action.label") }}
</label>
</div>
</template>

View File

@@ -16,7 +16,7 @@
@keyup.enter="addFolder"
/>
<label for="selectLabelAddFolder">
{{ $t("label") }}
{{ $t("action.label") }}
</label>
</div>
</template>

View File

@@ -12,7 +12,7 @@
@keyup.enter="saveCollection"
/>
<label for="selectLabelEdit">
{{ $t("label") }}
{{ $t("action.label") }}
</label>
</div>
</template>

View File

@@ -16,7 +16,7 @@
@keyup.enter="editFolder"
/>
<label for="selectLabelEditFolder">
{{ $t("label") }}
{{ $t("action.label") }}
</label>
</div>
</template>

View File

@@ -12,7 +12,7 @@
@keyup.enter="saveRequest"
/>
<label for="selectLabelEditReq">
{{ $t("label") }}
{{ $t("action.label") }}
</label>
</div>
</template>

View File

@@ -1,7 +1,7 @@
<template>
<SmartModal
v-if="show"
:title="`${$t('modal.import_export')} ${$t('collections')}`"
:title="`${$t('modal.import_export')} ${$t('modal.collections')}`"
@close="hideModal"
>
<template #actions>

View File

@@ -12,7 +12,7 @@
@keyup.enter="addNewCollection"
/>
<label for="selectLabelGqlAdd">
{{ $t("label") }}
{{ $t("action.label") }}
</label>
</div>
</template>

View File

@@ -16,7 +16,7 @@
@keyup.enter="addFolder"
/>
<label for="selectLabelGqlAddFolder">
{{ $t("label") }}
{{ $t("action.label") }}
</label>
</div>
</template>

View File

@@ -12,7 +12,7 @@
@keyup.enter="saveCollection"
/>
<label for="selectLabelGqlEdit">
{{ $t("label") }}
{{ $t("action.label") }}
</label>
</div>
</template>

View File

@@ -16,7 +16,7 @@
@keyup.enter="editFolder"
/>
<label for="selectLabelGqlEditFolder">
{{ $t("label") }}
{{ $t("action.label") }}
</label>
</div>
</template>

View File

@@ -12,7 +12,7 @@
@keyup.enter="saveRequest"
/>
<label for="selectLabelGqlEditReq">
{{ $t("label") }}
{{ $t("action.label") }}
</label>
</div>
</template>

View File

@@ -1,7 +1,7 @@
<template>
<SmartModal
v-if="show"
:title="`${$t('modal.import_export')} ${$t('collections')}`"
:title="`${$t('modal.import_export')} ${$t('modal.collections')}`"
@close="hideModal"
>
<template #actions>

View File

@@ -35,7 +35,7 @@
v-tippy="{ theme: 'tooltip' }"
to="https://docs.hoppscotch.io/"
blank
:title="$t('wiki')"
:title="$t('app.wiki')"
icon="help_outline"
/>
<ButtonSecondary

View File

@@ -56,7 +56,7 @@
v-tippy="{ theme: 'tooltip' }"
to="https://docs.hoppscotch.io/"
blank
:title="$t('wiki')"
:title="$t('app.wiki')"
icon="help_outline"
/>
<ButtonSecondary