Skip to content

Commit

Permalink
Simplify translation
Browse files Browse the repository at this point in the history
  • Loading branch information
carlobeltrame committed Mar 26, 2024
1 parent b3b30a0 commit 81a5694
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/campAdmin/DialogCategoryCreate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<v-btn v-show="clipboardPermission === 'prompt'" v-on="on">
<v-icon left>mdi-information-outline</v-icon>
{{

Check failure on line 22 in frontend/src/components/campAdmin/DialogCategoryCreate.vue

View workflow job for this annotation

GitHub Actions / Lint: Frontend (ESLint)

Replace `⏎··············$tc('components.campAdmin.dialogCategoryCreate.copyPasteCategory')⏎···········` with `·$tc('components.campAdmin.dialogCategoryCreate.copyPasteCategory')`
$tc('components.campAdmin.dialogCategoryCreate.copyPasteCategoryOrActivity')
$tc('components.campAdmin.dialogCategoryCreate.copyPasteCategory')
}}
</v-btn>
</template>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"clipboard": "Zwischenablage",
"copyCategoryOrActivity": "Kategorie oder Aktivität kopieren",
"copyContent": "Inhalt kopieren",
"copyPasteCategoryOrActivity": "Kategorie oder Aktivität kopieren & einfügen",
"copyPasteCategory": "Kategorie kopieren & einfügen",
"copySourceInfo": "Hier kannst du die URL einer Block-Kategorie oder einer Aktivität einfügen um dessen Inhalte zu kopieren.",
"pasteCategory": "Kopierte Kategorie oder Aktivität einfügen",
"title": "Block-Kategorie erstellen"
Expand Down
1 change: 1 addition & 0 deletions frontend/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
"clipboard": "Clipboard",
"copyCategoryOrActivity": "Copy category or activity",
"copyContent": "Copy content",
"copyPasteCategory": "Copy & paste category",
"copySourceInfo": "Here you can paste the URL of a category or an activity to copy its contents.",
"pasteCategory": "paste category or activity",
"title": "Create activity category"
Expand Down

0 comments on commit 81a5694

Please sign in to comment.