You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/_locales/de/messages.json
+19-6Lines changed: 19 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -59,12 +59,25 @@
59
59
"full": {
60
60
"content": "$2"
61
61
}
62
-
},
63
-
"success": {
64
-
"message": "Alles OK"
65
-
},
66
-
"error_0": {
67
-
"message": "Unbekanner Fehler"
68
62
}
63
+
},
64
+
"success": {
65
+
"message": "Alles OK"
66
+
},
67
+
"error_0": {
68
+
"message": "Unbekanner Fehler"
69
+
},
70
+
"error_cloud_unreachable": {
71
+
"message": "Keine Verbindung zur Cloud. Prüfe Server-URL und Netzwerkverbindung"
72
+
},
73
+
"error_no_cloud": {
74
+
"message": "Keine kompatible Cloud unter dieser URL"
75
+
},
76
+
"unsupported_cloud": {
77
+
"message": "Datenverlust droht: Veraltete Version von Nextcloud oder ownCloud. Bitte den Cloud-Admin um ein Update"
78
+
},
79
+
"obsolete_version": {
80
+
"description": "This is displayed instead of the icon if the cloud version is not supported, so it should be quite short and contain exactly two lines.",
Copy file name to clipboardExpand all lines: src/_locales/en/messages.json
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -66,5 +66,18 @@
66
66
},
67
67
"error_0": {
68
68
"message": "Unknown error"
69
+
},
70
+
"error_cloud_unreachable": {
71
+
"message": "No connection. Check Server URL and network conection."
72
+
},
73
+
"error_no_cloud": {
74
+
"message": "No compatible cloud at this URL."
75
+
},
76
+
"unsupported_cloud": {
77
+
"message": "Obsolete version of Nextcloud or ownCloud. You might loose data. Ask your cloud admin to update."
78
+
},
79
+
"obsolete_version": {
80
+
"description": "This is displayed instead of the icon if the cloud version is not supported, so it should be quite short and contain exactly two lines.",
0 commit comments