mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-02 02:11:18 -06:00
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:
@@ -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
|
||||
|
||||
9
changelog/unreleased/update-web-5.3.0-rc.1.md
Normal file
9
changelog/unreleased/update-web-5.3.0-rc.1.md
Normal 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
|
||||
@@ -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'
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user