From c4d7e9be9d0c3270b59ed2ad2c738d75299ca31e Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Fri, 28 Feb 2025 16:09:55 +0100 Subject: [PATCH 1/4] fix(l10n): remove unnecessary space Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> --- core/src/views/LegacyUnifiedSearch.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/views/LegacyUnifiedSearch.vue b/core/src/views/LegacyUnifiedSearch.vue index 0bb55dc53e4a4..837a5766cf70f 100644 --- a/core/src/views/LegacyUnifiedSearch.vue +++ b/core/src/views/LegacyUnifiedSearch.vue @@ -270,7 +270,7 @@ export default { return n('core', 'Please enter {minSearchLength} character or more to search', - 'Please enter {minSearchLength} characters or more to search', + 'Please enter {minSearchLength} characters or more to search', this.minSearchLength, { minSearchLength: this.minSearchLength }) }, From 26d3a8f48fcd68f917af614e514c5fd2f3069b03 Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Fri, 28 Feb 2025 16:16:27 +0100 Subject: [PATCH 2/4] fix(l10n): use `do not` instead of `don't` Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> --- apps/files/src/components/DragAndDropNotice.vue | 2 +- apps/files/src/components/FilesListVirtual.vue | 2 +- apps/files/templates/list.php | 2 +- apps/files_sharing/src/views/SharingDetailsTab.vue | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/files/src/components/DragAndDropNotice.vue b/apps/files/src/components/DragAndDropNotice.vue index bf9a318657f5a..38d07c94d8032 100644 --- a/apps/files/src/components/DragAndDropNotice.vue +++ b/apps/files/src/components/DragAndDropNotice.vue @@ -85,7 +85,7 @@ export default defineComponent({ if (this.isQuotaExceeded) { return this.t('files', 'Your have used your space quota and cannot upload files anymore') } else if (!this.canUpload) { - return this.t('files', 'You don\'t have permission to upload or create files here.') + return this.t('files', 'You do not have permission to upload or create files here.') } return null }, diff --git a/apps/files/src/components/FilesListVirtual.vue b/apps/files/src/components/FilesListVirtual.vue index 10073b69d3751..0a42a612b5716 100644 --- a/apps/files/src/components/FilesListVirtual.vue +++ b/apps/files/src/components/FilesListVirtual.vue @@ -189,7 +189,7 @@ export default defineComponent({ caption() { const defaultCaption = t('files', 'List of files and folders.') const viewCaption = this.currentView.caption || defaultCaption - const cantUploadCaption = this.cantUpload ? t('files', 'You don\'t have permission to upload or create files here.') : null + const cantUploadCaption = this.cantUpload ? t('files', 'You do not have permission to upload or create files here.') : null const quotaExceededCaption = this.isQuotaExceeded ? t('files', 'You have used your space quota and cannot upload files anymore.') : null const sortableCaption = t('files', 'Column headers with buttons are sortable.') const virtualListNote = t('files', 'This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list.') diff --git a/apps/files/templates/list.php b/apps/files/templates/list.php index bc537f5fee77b..85e3b24043fed 100644 --- a/apps/files/templates/list.php +++ b/apps/files/templates/list.php @@ -13,7 +13,7 @@
Date: Fri, 28 Feb 2025 16:40:40 +0100 Subject: [PATCH 3/4] fix(eslint): Strings must use singlequote MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ\n\t\t\t\t{{ subtitle }}\n\t\t\t
\n\t\t\n\t\t\t\t\t{{ subtitle }}\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\t\t{{ internalSharesHelpText }}\n\t\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\t{{ externalSharesHelpText }}\n\t\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\t{{ additionalSharesHelpText }}\n\t\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t{{ subtitle }}\n\t\t\t
\n\t\t\n\t\t\t\t\t{{ subtitle }}\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\t\t\t{{ internalSharesHelpText }}\n\t\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\t{{ externalSharesHelpText }}\n\t\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\t{{ additionalSharesHelpText }}\n\t\t\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t{{ t('core', 'Search starts once you start typing and results may be reached with the arrow keys') }}\n\t\t\t\t
\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t{{ t('core', 'Search starts once you start typing and results may be reached with the arrow keys') }}\n\t\t\t\t
\n\n\t\t\t\t\n\t\t\t\t