mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-08 04:20:59 -05:00
Fix settings ui tests
This commit is contained in:
@@ -3,24 +3,28 @@ const filesMenu = {
|
||||
'All files',
|
||||
'Shared with me',
|
||||
'Shared with others',
|
||||
'Shared via link',
|
||||
'Deleted files'
|
||||
],
|
||||
Deutsch: [
|
||||
'Alle Dateien',
|
||||
'Mit mir geteilt',
|
||||
'Mit anderen geteilt',
|
||||
'Per Link geteilt',
|
||||
'Gelöschte Dateien'
|
||||
],
|
||||
Español: [
|
||||
'Todos los archivos',
|
||||
'Compartido conmigo',
|
||||
'Compartido con otros',
|
||||
"Shared via link",
|
||||
'Archivos borrados'
|
||||
],
|
||||
Français: [
|
||||
'Tous les fichiers',
|
||||
'Partagé avec moi',
|
||||
'Partagé avec autres',
|
||||
"Shared via link",
|
||||
'Fichiers supprimés'
|
||||
]
|
||||
}
|
||||
@@ -58,7 +62,7 @@ const filesListHeaderMenu = {
|
||||
Deutsch: [
|
||||
'Name',
|
||||
'Größe',
|
||||
'Erneuert',
|
||||
'Geändert',
|
||||
'Aktionen'
|
||||
],
|
||||
Español: [
|
||||
|
||||
Reference in New Issue
Block a user