gui, man, authors: Update docs, translations, and contributors

This commit is contained in:
Jakob Borg
2021-09-15 07:45:29 +02:00
parent a5792f3c42
commit 3c66d93aba
17 changed files with 34 additions and 26 deletions
+11 -5
View File
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "SYNCTHING-REST-API" "7" "Sep 01, 2021" "v1" "Syncthing"
.TH "SYNCTHING-REST-API" "7" "Sep 13, 2021" "v1" "Syncthing"
.SH NAME
syncthing-rest-api \- REST API
.sp
@@ -543,7 +543,7 @@ information for that folder will be erased:
.sp
.nf
.ft C
$ curl \-X POST \-H "X\-API\-Key: abc123" http://localhost:8384/rest/system/reset?folder=default
$ curl \-X POST \-H "X\-API\-Key: abc123" http://localhost:8384/rest/system/reset?folder=ab1c2\-def3g
.ft P
.fi
.UNINDENT
@@ -854,11 +854,15 @@ Other offering devices are also omitted from the result.
"offeredBy": {
"P56IOI7\-MZJNU2Y\-IQGDREY\-DM2MGTI\-MGL3BXN\-PQ6W5BM\-TBBZ4TJ\-XZWICQ2": {
"time": "2020\-03\-18T11:43:07Z",
"label": "Joe\(aqs folder"
"label": "Joe\(aqs folder",
"receiveEncrypted": true,
"remoteEncrypted": false
},
"DOVII4U\-SQEEESM\-VZ2CVTC\-CJM4YN5\-QNV7DCU\-5U3ASRL\-YVFG6TH\-W5DV5AA": {
"time": "2020\-03\-01T10:12:13Z",
"label": "Jane\(aqs and Joe\(aqs folder"
"label": "Jane\(aqs and Joe\(aqs folder",
"receiveEncrypted": false,
"remoteEncrypted": false
}
}
},
@@ -866,7 +870,9 @@ Other offering devices are also omitted from the result.
"offeredBy": {
"P56IOI7\-MZJNU2Y\-IQGDREY\-DM2MGTI\-MGL3BXN\-PQ6W5BM\-TBBZ4TJ\-XZWICQ2": {
"time": "2020\-03\-18T11:43:07Z",
"label": "MyPics"
"label": "MyPics",
"receiveEncrypted": false,
"remoteEncrypted": false
}
}
}