Merge pull request #3291 from owncloud/update-web-5-3-0-rc1

[full-ci] Bump web to v5.3.0-rc.1
This commit is contained in:
Pascal Wengerter
2022-03-10 12:50:22 +01:00
committed by GitHub
4 changed files with 23 additions and 22 deletions

View File

@@ -3,5 +3,5 @@ CORE_COMMITID=4512f46e7196a8c1f1cfc56ec397628cbf540407
CORE_BRANCH=master
# The test runner source for UI tests
WEB_COMMITID=b240ba9117e998edc0cd7d1d5586ba19591e1511
WEB_COMMITID=bb612cfc1c63316a159c7e29b81438595cef8fdb
WEB_BRANCH=master

View File

@@ -0,0 +1,9 @@
Enhancement: Update ownCloud Web to v5.3.0-rc.1
Tags: web
We updated ownCloud Web to v5.3.0-rc.1. Please refer to the changelog (linked) for details on the web release.
https://github.com/owncloud/web/pull/6561
https://github.com/owncloud/ocis/pull/3291
https://github.com/owncloud/web/releases/tag/v5.3.0-rc.1

View File

@@ -1,34 +1,26 @@
const filesMenu = {
English: [
'All files',
'Shared with me',
'Shared with others',
'Shared via link',
'Spaces',
'Personal',
'Shares',
'Spaces\nbeta',
'Deleted files'
],
Deutsch: [
'Alle Dateien',
'Mit mir geteilt',
'Mit anderen geteilt',
'Per Link geteilt',
'Spaces',
'Persöhnlich',
'Shares',
'Spaces\nbeta',
'Gelöschte Dateien'
],
Español: [
'Todos los archivos',
'Compartido conmigo',
'Compartido con otros',
'Shared via link',
'Spaces',
'Personal',
'Shares',
'Spaces\nbeta',
'Archivos borrados'
],
Français: [
'Tous les fichiers',
'Partagé avec moi',
'Partagé avec autres',
'Shared via link',
'Spaces',
'Personal',
'Shares',
'Spaces\nbeta',
'Fichiers supprimés'
]
}

View File

@@ -1,6 +1,6 @@
SHELL := bash
NAME := web
WEB_ASSETS_VERSION = v5.2.0
WEB_ASSETS_VERSION = v5.3.0-rc.1
include ../.make/recursion.mk