Merge pull request #51149 from nextcloud/backport/51142/stable31

[stable31] Remove space
This commit is contained in:
Ferdinand Thiessen 2025-03-02 18:44:38 +01:00 committed by GitHub
commit a00a0bcede
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 18 additions and 18 deletions

View file

@ -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
},

View file

@ -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.')

View file

@ -13,7 +13,7 @@
</div>
<div class="notCreatable notPublic hidden">
<div class="icon-alert-outline"></div>
<?php p($l->t('You don\'t have permission to upload or create files here.'))?>
<?php p($l->t('You do not have permission to upload or create files here.'))?>
</div>
<?php /* Note: the template attributes are here only for the public page. These are normally loaded
through ajax instead (updateStorageStatistics).

View file

@ -743,7 +743,7 @@ export default {
},
errorPasswordLabel() {
if (this.passwordError) {
return t('files_sharing', "Password field can't be empty")
return t('files_sharing', 'Password field cannot be empty')
}
return undefined
},

View file

@ -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 })
},

2
dist/2693-2693.js vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/2693-2693.js.map vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/2693-2693.js.map.license vendored Symbolic link
View file

@ -0,0 +1 @@
2693-2693.js.license

2
dist/9699-9699.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1 +0,0 @@
9699-9699.js.license

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

4
dist/files-main.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long