language strings refactoring

This commit is contained in:
Čarodej
2022-03-19 10:14:11 +01:00
parent 7564c01fa3
commit 98d9f3ab0d
73 changed files with 617 additions and 655 deletions

View File

@@ -290,7 +290,7 @@ const FunctionHelpers = {
return {
RequestUpload: this.$t('Home'),
RecentUploads: this.$t('Recent Uploads'),
MySharedItems: this.$t('sidebar.my_shared'),
MySharedItems: this.$t('publicly_shared'),
Trash: this.$t('Trash'),
Public: this.$t('Files'),
Files: this.$t('sidebar.home'),
@@ -303,7 +303,7 @@ const FunctionHelpers = {
Vue.prototype.$getCurrentSectionName = function () {
return {
RecentUploads: this.$t('Recent Uploads'),
MySharedItems: this.$t('sidebar.my_shared'),
MySharedItems: this.$t('publicly_shared'),
Trash: this.$t('Trash'),
Public: this.$t('Files'),
Files: this.$t('sidebar.home'),