iobroker.script-restore 0.0.11 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.de.md +11 -1
- package/README.md +10 -10
- package/admin/i18n/de/translations.json +24 -24
- package/admin/i18n/es/translations.json +34 -34
- package/admin/i18n/fr/translations.json +34 -34
- package/admin/i18n/it/translations.json +32 -32
- package/admin/i18n/nl/translations.json +34 -34
- package/admin/i18n/pl/translations.json +32 -32
- package/admin/i18n/pt/translations.json +34 -34
- package/admin/i18n/ru/translations.json +34 -34
- package/admin/i18n/uk/translations.json +34 -34
- package/admin/i18n/zh-cn/translations.json +34 -34
- package/build/main.js +1 -5
- package/build/main.js.map +2 -2
- package/io-package.json +28 -27
- package/package.json +25 -11
package/README.de.md
CHANGED
|
@@ -78,9 +78,19 @@ Das Archiv wird vollständig im Browser geparst — beim Durchsuchen werden kein
|
|
|
78
78
|
### **WORK IN PROGRESS**
|
|
79
79
|
-->
|
|
80
80
|
### **WORK IN PROGRESS**
|
|
81
|
+
* (ipod86) Node.js 20-Unterstützung eingestellt (EOL 2026-04-30), mindestens Node.js 22 erforderlich
|
|
82
|
+
* (ipod86) Fix: @iobroker/types in production dependencies verschoben (CI-Integrationstests)
|
|
83
|
+
* (ipod86) .npmrc mit legacy-peer-deps hinzugefügt (Peer-Dependency-Konflikte)
|
|
84
|
+
* (ipod86) Abhängigkeiten aktualisiert: webdav, basic-ftp, typescript, @types/node, @iobroker/eslint-config
|
|
85
|
+
|
|
86
|
+
### 0.0.12 (2026-04-30)
|
|
87
|
+
* (ipod86) common.singleton hinzugefügt (verhindert mehrere Instanzen)
|
|
88
|
+
* (ipod86) Vollständige i18n-Übersetzungen für alle unterstützten Sprachen (fr, es, it, nl, pl, pt, ru, uk, zh-cn)
|
|
89
|
+
|
|
90
|
+
### 0.0.11 (2026-04-13)
|
|
81
91
|
* (ipod86) Typ-Filter (JS/TS/Blockly/Rules) in der Skript-Sidebar hinzugefügt
|
|
82
92
|
* (ipod86) Direktes Laden in ioBroker mit Suffix-Eingabe und Bestätigungs-Modal hinzugefügt
|
|
83
|
-
* (ipod86) Veraltete admin/words.js und .
|
|
93
|
+
* (ipod86) Veraltete admin/words.js und .prettierIgnore entfernt
|
|
84
94
|
|
|
85
95
|
### 0.0.10 (2026-04-08)
|
|
86
96
|
* (ipod86) jsonConfig: responsive Größen lg/xl für backupPath korrigiert (E5509)
|
package/README.md
CHANGED
|
@@ -75,6 +75,16 @@ The archive is parsed entirely in the browser — no files are written to disk d
|
|
|
75
75
|
Placeholder for the next version (at the beginning of the line):
|
|
76
76
|
### **WORK IN PROGRESS**
|
|
77
77
|
-->
|
|
78
|
+
### 0.1.0 (2026-05-13)
|
|
79
|
+
* (ipod86) drop Node.js 20 support (EOL 2026-04-30), require >= 22
|
|
80
|
+
* (ipod86) fix: move @iobroker/types to production dependencies to fix CI integration test
|
|
81
|
+
* (ipod86) add .npmrc with legacy-peer-deps to resolve peer dependency conflicts
|
|
82
|
+
* (ipod86) update dependencies: webdav, basic-ftp, typescript, @types/node, @iobroker/eslint-config
|
|
83
|
+
|
|
84
|
+
### 0.0.12 (2026-04-30)
|
|
85
|
+
* (ipod86) add common.singleton to prevent multiple instances
|
|
86
|
+
* (ipod86) complete i18n translations for all supported languages (fr, es, it, nl, pl, pt, ru, uk, zh-cn)
|
|
87
|
+
|
|
78
88
|
### 0.0.11 (2026-04-13)
|
|
79
89
|
* (ipod86) add type filter (JS/TS/Blockly/Rules) in script sidebar
|
|
80
90
|
* (ipod86) add direct restore into ioBroker with suffix input and confirm modal
|
|
@@ -91,16 +101,6 @@ The archive is parsed entirely in the browser — no files are written to disk d
|
|
|
91
101
|
* (ipod86) remove outdated index_m.html and style.css (W5047)
|
|
92
102
|
* (ipod86) remove invalid copyToField attribute (W5512)
|
|
93
103
|
|
|
94
|
-
### 0.0.8 (2026-04-08)
|
|
95
|
-
* (ipod86) migrate settings UI to jsonConfig (admin 5+) — fixes S5022
|
|
96
|
-
* (ipod86) fix: use `node:fs` instead of `fs` — fixes S5043
|
|
97
|
-
* (ipod86) update Dependabot schedule from monthly to weekly — fixes S8906
|
|
98
|
-
* (ipod86) rename automerge workflow to automerge-dependabot.yml — fixes S8911
|
|
99
|
-
|
|
100
|
-
### 0.0.7 (2026-04-08)
|
|
101
|
-
* (ipod86) fix HTTP URL loading without protocol prefix (auto-prepend https://)
|
|
102
|
-
* (ipod86) remove localStorage persistence for last loaded backup
|
|
103
|
-
|
|
104
104
|
## License
|
|
105
105
|
MIT License
|
|
106
106
|
|
|
@@ -1,40 +1,40 @@
|
|
|
1
1
|
{
|
|
2
|
-
"localSection": "Lokale Backups",
|
|
3
|
-
"localEnabled": "Lokale Backups aktivieren",
|
|
4
2
|
"backupPath": "Backup-Pfad",
|
|
5
|
-
"suggestPath": "Pfad vorschlagen",
|
|
6
|
-
"ftpSection": "FTP",
|
|
7
3
|
"ftpEnabled": "FTP aktivieren",
|
|
8
4
|
"ftpHost": "Host",
|
|
5
|
+
"ftpPassword": "Passwort",
|
|
6
|
+
"ftpPath": "Pfad",
|
|
9
7
|
"ftpPort": "Port",
|
|
8
|
+
"ftpSection": "FTP",
|
|
10
9
|
"ftpSecure": "FTPS (TLS) verwenden",
|
|
11
10
|
"ftpUser": "Benutzer",
|
|
12
|
-
"ftpPassword": "Passwort",
|
|
13
|
-
"ftpPath": "Pfad",
|
|
14
|
-
"testConnection": "Verbindung testen",
|
|
15
|
-
"smbSection": "SMB (v2)",
|
|
16
|
-
"smbEnabled": "SMB aktivieren",
|
|
17
|
-
"smbInfo": "Es wird nur SMB2 unterstützt.",
|
|
18
|
-
"smbHost": "Host / IP",
|
|
19
|
-
"smbShare": "Freigabename",
|
|
20
|
-
"smbPath": "Unterordner (optional)",
|
|
21
|
-
"smbDomain": "Domain (optional)",
|
|
22
|
-
"smbUser": "Benutzer",
|
|
23
|
-
"smbPassword": "Passwort",
|
|
24
|
-
"httpSection": "HTTP/HTTPS",
|
|
25
11
|
"httpEnabled": "HTTP/HTTPS-Quelle aktivieren",
|
|
26
12
|
"httpInfo": "Im Haupt-Tab eine direkte URL zu einer .tar.gz-Backup-Datei eingeben. Das Protokoll (https://) wird automatisch ergänzt, falls weggelassen.",
|
|
27
|
-
"
|
|
13
|
+
"httpSection": "HTTP/HTTPS",
|
|
14
|
+
"localEnabled": "Lokale Backups aktivieren",
|
|
15
|
+
"localSection": "Lokale Backups",
|
|
28
16
|
"sftpEnabled": "SFTP aktivieren",
|
|
29
17
|
"sftpHost": "Host / IP",
|
|
30
|
-
"sftpPort": "Port",
|
|
31
|
-
"sftpUser": "Benutzer",
|
|
32
18
|
"sftpPassword": "Passwort",
|
|
33
19
|
"sftpPath": "Pfad",
|
|
34
|
-
"
|
|
20
|
+
"sftpPort": "Port",
|
|
21
|
+
"sftpSection": "SFTP",
|
|
22
|
+
"sftpUser": "Benutzer",
|
|
23
|
+
"smbDomain": "Domäne (optional)",
|
|
24
|
+
"smbEnabled": "SMB aktivieren",
|
|
25
|
+
"smbHost": "Host / IP",
|
|
26
|
+
"smbInfo": "Es wird nur SMB2 unterstützt.",
|
|
27
|
+
"smbPassword": "Passwort",
|
|
28
|
+
"smbPath": "Unterpfad (optional)",
|
|
29
|
+
"smbSection": "SMB (v2)",
|
|
30
|
+
"smbShare": "Freigabename",
|
|
31
|
+
"smbUser": "Benutzer",
|
|
32
|
+
"suggestPath": "Pfad vorschlagen",
|
|
33
|
+
"testConnection": "Verbindung testen",
|
|
35
34
|
"webdavEnabled": "WebDAV aktivieren",
|
|
36
|
-
"webdavUrl": "Server-URL",
|
|
37
|
-
"webdavUser": "Benutzer",
|
|
38
35
|
"webdavPassword": "Passwort",
|
|
39
|
-
"webdavPath": "Pfad"
|
|
36
|
+
"webdavPath": "Pfad",
|
|
37
|
+
"webdavSection": "WebDAV",
|
|
38
|
+
"webdavUrl": "Server-URL",
|
|
39
|
+
"webdavUser": "Benutzer"
|
|
40
40
|
}
|
|
@@ -1,40 +1,40 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"backupPath": "Backup path",
|
|
5
|
-
"suggestPath": "Suggest path",
|
|
6
|
-
"ftpSection": "FTP",
|
|
7
|
-
"ftpEnabled": "Enable FTP",
|
|
2
|
+
"backupPath": "Ruta de copia de seguridad",
|
|
3
|
+
"ftpEnabled": "Activar FTP",
|
|
8
4
|
"ftpHost": "Host",
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"smbInfo": "Only SMB2 is supported.",
|
|
18
|
-
"smbHost": "Host / IP",
|
|
19
|
-
"smbShare": "Share name",
|
|
20
|
-
"smbPath": "Sub-path (optional)",
|
|
21
|
-
"smbDomain": "Domain (optional)",
|
|
22
|
-
"smbUser": "User",
|
|
23
|
-
"smbPassword": "Password",
|
|
5
|
+
"ftpPassword": "Contraseña",
|
|
6
|
+
"ftpPath": "Ruta",
|
|
7
|
+
"ftpPort": "Puerto",
|
|
8
|
+
"ftpSection": "FTP",
|
|
9
|
+
"ftpSecure": "Usar FTPS (TLS)",
|
|
10
|
+
"ftpUser": "Usuario",
|
|
11
|
+
"httpEnabled": "Activar fuente HTTP/HTTPS",
|
|
12
|
+
"httpInfo": "Introduce una URL directa a un archivo de copia de seguridad .tar.gz en la pestaña principal. El protocolo (https://) se añade automáticamente si se omite.",
|
|
24
13
|
"httpSection": "HTTP/HTTPS",
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"sftpEnabled": "Enable SFTP",
|
|
14
|
+
"localEnabled": "Activar copias de seguridad locales",
|
|
15
|
+
"localSection": "Copias de seguridad locales",
|
|
16
|
+
"sftpEnabled": "Activar SFTP",
|
|
29
17
|
"sftpHost": "Host / IP",
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
18
|
+
"sftpPassword": "Contraseña",
|
|
19
|
+
"sftpPath": "Ruta",
|
|
20
|
+
"sftpPort": "Puerto",
|
|
21
|
+
"sftpSection": "SFTP",
|
|
22
|
+
"sftpUser": "Usuario",
|
|
23
|
+
"smbDomain": "Dominio (opcional)",
|
|
24
|
+
"smbEnabled": "Activar SMB",
|
|
25
|
+
"smbHost": "Host / IP",
|
|
26
|
+
"smbInfo": "Solo se admite SMB2.",
|
|
27
|
+
"smbPassword": "Contraseña",
|
|
28
|
+
"smbPath": "Subruta (opcional)",
|
|
29
|
+
"smbSection": "SMB (v2)",
|
|
30
|
+
"smbShare": "Nombre del recurso compartido",
|
|
31
|
+
"smbUser": "Usuario",
|
|
32
|
+
"suggestPath": "Sugerir ruta",
|
|
33
|
+
"testConnection": "Probar conexión",
|
|
34
|
+
"webdavEnabled": "Activar WebDAV",
|
|
35
|
+
"webdavPassword": "Contraseña",
|
|
36
|
+
"webdavPath": "Ruta",
|
|
34
37
|
"webdavSection": "WebDAV",
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"webdavUser": "User",
|
|
38
|
-
"webdavPassword": "Password",
|
|
39
|
-
"webdavPath": "Path"
|
|
38
|
+
"webdavUrl": "URL del servidor",
|
|
39
|
+
"webdavUser": "Usuario"
|
|
40
40
|
}
|
|
@@ -1,40 +1,40 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"ftpEnabled": "Enable FTP",
|
|
8
|
-
"ftpHost": "Host",
|
|
2
|
+
"backupPath": "Chemin de sauvegarde",
|
|
3
|
+
"ftpEnabled": "Activer FTP",
|
|
4
|
+
"ftpHost": "Hôte",
|
|
5
|
+
"ftpPassword": "Mot de passe",
|
|
6
|
+
"ftpPath": "Chemin",
|
|
9
7
|
"ftpPort": "Port",
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"smbSection": "SMB (v2)",
|
|
16
|
-
"smbEnabled": "Enable SMB",
|
|
17
|
-
"smbInfo": "Only SMB2 is supported.",
|
|
18
|
-
"smbHost": "Host / IP",
|
|
19
|
-
"smbShare": "Share name",
|
|
20
|
-
"smbPath": "Sub-path (optional)",
|
|
21
|
-
"smbDomain": "Domain (optional)",
|
|
22
|
-
"smbUser": "User",
|
|
23
|
-
"smbPassword": "Password",
|
|
8
|
+
"ftpSection": "FTP",
|
|
9
|
+
"ftpSecure": "Utiliser FTPS (TLS)",
|
|
10
|
+
"ftpUser": "Utilisateur",
|
|
11
|
+
"httpEnabled": "Activer la source HTTP/HTTPS",
|
|
12
|
+
"httpInfo": "Entrez une URL directe vers un fichier de sauvegarde .tar.gz dans l'onglet principal. Le protocole (https://) est ajouté automatiquement si omis.",
|
|
24
13
|
"httpSection": "HTTP/HTTPS",
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
14
|
+
"localEnabled": "Activer les sauvegardes locales",
|
|
15
|
+
"localSection": "Sauvegardes locales",
|
|
16
|
+
"sftpEnabled": "Activer SFTP",
|
|
17
|
+
"sftpHost": "Hôte / IP",
|
|
18
|
+
"sftpPassword": "Mot de passe",
|
|
19
|
+
"sftpPath": "Chemin",
|
|
30
20
|
"sftpPort": "Port",
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
21
|
+
"sftpSection": "SFTP",
|
|
22
|
+
"sftpUser": "Utilisateur",
|
|
23
|
+
"smbDomain": "Domaine (optionnel)",
|
|
24
|
+
"smbEnabled": "Activer SMB",
|
|
25
|
+
"smbHost": "Hôte / IP",
|
|
26
|
+
"smbInfo": "Seul SMB2 est pris en charge.",
|
|
27
|
+
"smbPassword": "Mot de passe",
|
|
28
|
+
"smbPath": "Sous-chemin (optionnel)",
|
|
29
|
+
"smbSection": "SMB (v2)",
|
|
30
|
+
"smbShare": "Nom du partage",
|
|
31
|
+
"smbUser": "Utilisateur",
|
|
32
|
+
"suggestPath": "Suggérer un chemin",
|
|
33
|
+
"testConnection": "Tester la connexion",
|
|
34
|
+
"webdavEnabled": "Activer WebDAV",
|
|
35
|
+
"webdavPassword": "Mot de passe",
|
|
36
|
+
"webdavPath": "Chemin",
|
|
34
37
|
"webdavSection": "WebDAV",
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"webdavUser": "User",
|
|
38
|
-
"webdavPassword": "Password",
|
|
39
|
-
"webdavPath": "Path"
|
|
38
|
+
"webdavUrl": "URL du serveur",
|
|
39
|
+
"webdavUser": "Utilisateur"
|
|
40
40
|
}
|
|
@@ -1,40 +1,40 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"backupPath": "Backup path",
|
|
5
|
-
"suggestPath": "Suggest path",
|
|
6
|
-
"ftpSection": "FTP",
|
|
7
|
-
"ftpEnabled": "Enable FTP",
|
|
2
|
+
"backupPath": "Percorso di backup",
|
|
3
|
+
"ftpEnabled": "Abilita FTP",
|
|
8
4
|
"ftpHost": "Host",
|
|
9
|
-
"ftpPort": "Port",
|
|
10
|
-
"ftpSecure": "Use FTPS (TLS)",
|
|
11
|
-
"ftpUser": "User",
|
|
12
5
|
"ftpPassword": "Password",
|
|
13
|
-
"ftpPath": "
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"smbPath": "Sub-path (optional)",
|
|
21
|
-
"smbDomain": "Domain (optional)",
|
|
22
|
-
"smbUser": "User",
|
|
23
|
-
"smbPassword": "Password",
|
|
6
|
+
"ftpPath": "Percorso",
|
|
7
|
+
"ftpPort": "Porta",
|
|
8
|
+
"ftpSection": "FTP",
|
|
9
|
+
"ftpSecure": "Usa FTPS (TLS)",
|
|
10
|
+
"ftpUser": "Utente",
|
|
11
|
+
"httpEnabled": "Abilita sorgente HTTP/HTTPS",
|
|
12
|
+
"httpInfo": "Inserisci un URL diretto a un file di backup .tar.gz nella scheda principale. Il protocollo (https://) viene aggiunto automaticamente se omesso.",
|
|
24
13
|
"httpSection": "HTTP/HTTPS",
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"sftpEnabled": "Enable SFTP",
|
|
14
|
+
"localEnabled": "Abilita backup locali",
|
|
15
|
+
"localSection": "Backup locali",
|
|
16
|
+
"sftpEnabled": "Abilita SFTP",
|
|
29
17
|
"sftpHost": "Host / IP",
|
|
30
|
-
"sftpPort": "Port",
|
|
31
|
-
"sftpUser": "User",
|
|
32
18
|
"sftpPassword": "Password",
|
|
33
|
-
"sftpPath": "
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
19
|
+
"sftpPath": "Percorso",
|
|
20
|
+
"sftpPort": "Porta",
|
|
21
|
+
"sftpSection": "SFTP",
|
|
22
|
+
"sftpUser": "Utente",
|
|
23
|
+
"smbDomain": "Dominio (opzionale)",
|
|
24
|
+
"smbEnabled": "Abilita SMB",
|
|
25
|
+
"smbHost": "Host / IP",
|
|
26
|
+
"smbInfo": "È supportato solo SMB2.",
|
|
27
|
+
"smbPassword": "Password",
|
|
28
|
+
"smbPath": "Sotto-percorso (opzionale)",
|
|
29
|
+
"smbSection": "SMB (v2)",
|
|
30
|
+
"smbShare": "Nome della condivisione",
|
|
31
|
+
"smbUser": "Utente",
|
|
32
|
+
"suggestPath": "Suggerisci un percorso",
|
|
33
|
+
"testConnection": "Testa la connessione",
|
|
34
|
+
"webdavEnabled": "Abilita WebDAV",
|
|
38
35
|
"webdavPassword": "Password",
|
|
39
|
-
"webdavPath": "
|
|
36
|
+
"webdavPath": "Percorso",
|
|
37
|
+
"webdavSection": "WebDAV",
|
|
38
|
+
"webdavUrl": "URL server",
|
|
39
|
+
"webdavUser": "Utente"
|
|
40
40
|
}
|
|
@@ -1,40 +1,40 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"backupPath": "Backup path",
|
|
5
|
-
"suggestPath": "Suggest path",
|
|
6
|
-
"ftpSection": "FTP",
|
|
7
|
-
"ftpEnabled": "Enable FTP",
|
|
2
|
+
"backupPath": "Back-uppad",
|
|
3
|
+
"ftpEnabled": "FTP inschakelen",
|
|
8
4
|
"ftpHost": "Host",
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"smbInfo": "Only SMB2 is supported.",
|
|
18
|
-
"smbHost": "Host / IP",
|
|
19
|
-
"smbShare": "Share name",
|
|
20
|
-
"smbPath": "Sub-path (optional)",
|
|
21
|
-
"smbDomain": "Domain (optional)",
|
|
22
|
-
"smbUser": "User",
|
|
23
|
-
"smbPassword": "Password",
|
|
5
|
+
"ftpPassword": "Wachtwoord",
|
|
6
|
+
"ftpPath": "Pad",
|
|
7
|
+
"ftpPort": "Poort",
|
|
8
|
+
"ftpSection": "FTP",
|
|
9
|
+
"ftpSecure": "FTPS (TLS) gebruiken",
|
|
10
|
+
"ftpUser": "Gebruiker",
|
|
11
|
+
"httpEnabled": "HTTP/HTTPS-bron inschakelen",
|
|
12
|
+
"httpInfo": "Voer een directe URL in naar een .tar.gz-back-upbestand op het hoofdtabblad. Het protocol (https://) wordt automatisch toegevoegd als het ontbreekt.",
|
|
24
13
|
"httpSection": "HTTP/HTTPS",
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"sftpEnabled": "Enable SFTP",
|
|
14
|
+
"localEnabled": "Lokale back-ups inschakelen",
|
|
15
|
+
"localSection": "Lokale back-ups",
|
|
16
|
+
"sftpEnabled": "SFTP inschakelen",
|
|
29
17
|
"sftpHost": "Host / IP",
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
18
|
+
"sftpPassword": "Wachtwoord",
|
|
19
|
+
"sftpPath": "Pad",
|
|
20
|
+
"sftpPort": "Poort",
|
|
21
|
+
"sftpSection": "SFTP",
|
|
22
|
+
"sftpUser": "Gebruiker",
|
|
23
|
+
"smbDomain": "Domein (optioneel)",
|
|
24
|
+
"smbEnabled": "SMB inschakelen",
|
|
25
|
+
"smbHost": "Host / IP",
|
|
26
|
+
"smbInfo": "Alleen SMB2 wordt ondersteund.",
|
|
27
|
+
"smbPassword": "Wachtwoord",
|
|
28
|
+
"smbPath": "Subpad (optioneel)",
|
|
29
|
+
"smbSection": "SMB (v2)",
|
|
30
|
+
"smbShare": "Sharenaam",
|
|
31
|
+
"smbUser": "Gebruiker",
|
|
32
|
+
"suggestPath": "Pad voorstellen",
|
|
33
|
+
"testConnection": "Verbinding testen",
|
|
34
|
+
"webdavEnabled": "WebDAV inschakelen",
|
|
35
|
+
"webdavPassword": "Wachtwoord",
|
|
36
|
+
"webdavPath": "Pad",
|
|
34
37
|
"webdavSection": "WebDAV",
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"webdavUser": "User",
|
|
38
|
-
"webdavPassword": "Password",
|
|
39
|
-
"webdavPath": "Path"
|
|
38
|
+
"webdavUrl": "Server-URL",
|
|
39
|
+
"webdavUser": "Gebruiker"
|
|
40
40
|
}
|
|
@@ -1,40 +1,40 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"backupPath": "Backup path",
|
|
5
|
-
"suggestPath": "Suggest path",
|
|
6
|
-
"ftpSection": "FTP",
|
|
7
|
-
"ftpEnabled": "Enable FTP",
|
|
2
|
+
"backupPath": "Ścieżka kopii zapasowej",
|
|
3
|
+
"ftpEnabled": "Włącz FTP",
|
|
8
4
|
"ftpHost": "Host",
|
|
5
|
+
"ftpPassword": "Hasło",
|
|
6
|
+
"ftpPath": "Ścieżka",
|
|
9
7
|
"ftpPort": "Port",
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"smbSection": "SMB (v2)",
|
|
16
|
-
"smbEnabled": "Enable SMB",
|
|
17
|
-
"smbInfo": "Only SMB2 is supported.",
|
|
18
|
-
"smbHost": "Host / IP",
|
|
19
|
-
"smbShare": "Share name",
|
|
20
|
-
"smbPath": "Sub-path (optional)",
|
|
21
|
-
"smbDomain": "Domain (optional)",
|
|
22
|
-
"smbUser": "User",
|
|
23
|
-
"smbPassword": "Password",
|
|
8
|
+
"ftpSection": "FTP",
|
|
9
|
+
"ftpSecure": "Użyj FTPS (TLS)",
|
|
10
|
+
"ftpUser": "Użytkownik",
|
|
11
|
+
"httpEnabled": "Włącz źródło HTTP/HTTPS",
|
|
12
|
+
"httpInfo": "Wprowadź bezpośredni adres URL do pliku kopii zapasowej .tar.gz w głównej karcie. Protokół (https://) jest dodawany automatycznie, jeśli zostanie pominięty.",
|
|
24
13
|
"httpSection": "HTTP/HTTPS",
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"sftpEnabled": "Enable SFTP",
|
|
14
|
+
"localEnabled": "Włącz lokalne kopie zapasowe",
|
|
15
|
+
"localSection": "Lokalne kopie zapasowe",
|
|
16
|
+
"sftpEnabled": "Włącz SFTP",
|
|
29
17
|
"sftpHost": "Host / IP",
|
|
18
|
+
"sftpPassword": "Hasło",
|
|
19
|
+
"sftpPath": "Ścieżka",
|
|
30
20
|
"sftpPort": "Port",
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
21
|
+
"sftpSection": "SFTP",
|
|
22
|
+
"sftpUser": "Użytkownik",
|
|
23
|
+
"smbDomain": "Domena (opcjonalna)",
|
|
24
|
+
"smbEnabled": "Włącz SMB",
|
|
25
|
+
"smbHost": "Host / IP",
|
|
26
|
+
"smbInfo": "Obsługiwany jest tylko SMB2.",
|
|
27
|
+
"smbPassword": "Hasło",
|
|
28
|
+
"smbPath": "Podścieżka (opcjonalna)",
|
|
29
|
+
"smbSection": "SMB (v2)",
|
|
30
|
+
"smbShare": "Nazwa udziału",
|
|
31
|
+
"smbUser": "Użytkownik",
|
|
32
|
+
"suggestPath": "Zaproponuj ścieżkę",
|
|
33
|
+
"testConnection": "Testuj połączenie",
|
|
34
|
+
"webdavEnabled": "Włącz WebDAV",
|
|
35
|
+
"webdavPassword": "Hasło",
|
|
36
|
+
"webdavPath": "Ścieżka",
|
|
34
37
|
"webdavSection": "WebDAV",
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"webdavUser": "User",
|
|
38
|
-
"webdavPassword": "Password",
|
|
39
|
-
"webdavPath": "Path"
|
|
38
|
+
"webdavUrl": "Adres URL serwera",
|
|
39
|
+
"webdavUser": "Użytkownik"
|
|
40
40
|
}
|
|
@@ -1,40 +1,40 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"backupPath": "Backup path",
|
|
5
|
-
"suggestPath": "Suggest path",
|
|
6
|
-
"ftpSection": "FTP",
|
|
7
|
-
"ftpEnabled": "Enable FTP",
|
|
2
|
+
"backupPath": "Caminho da cópia de segurança",
|
|
3
|
+
"ftpEnabled": "Ativar FTP",
|
|
8
4
|
"ftpHost": "Host",
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"smbInfo": "Only SMB2 is supported.",
|
|
18
|
-
"smbHost": "Host / IP",
|
|
19
|
-
"smbShare": "Share name",
|
|
20
|
-
"smbPath": "Sub-path (optional)",
|
|
21
|
-
"smbDomain": "Domain (optional)",
|
|
22
|
-
"smbUser": "User",
|
|
23
|
-
"smbPassword": "Password",
|
|
5
|
+
"ftpPassword": "Palavra-passe",
|
|
6
|
+
"ftpPath": "Caminho",
|
|
7
|
+
"ftpPort": "Porta",
|
|
8
|
+
"ftpSection": "FTP",
|
|
9
|
+
"ftpSecure": "Usar FTPS (TLS)",
|
|
10
|
+
"ftpUser": "Utilizador",
|
|
11
|
+
"httpEnabled": "Ativar fonte HTTP/HTTPS",
|
|
12
|
+
"httpInfo": "Introduza um URL direto para um ficheiro de cópia de segurança .tar.gz no separador principal. O protocolo (https://) é adicionado automaticamente se omitido.",
|
|
24
13
|
"httpSection": "HTTP/HTTPS",
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"sftpEnabled": "Enable SFTP",
|
|
14
|
+
"localEnabled": "Ativar cópias de segurança locais",
|
|
15
|
+
"localSection": "Cópias de segurança locais",
|
|
16
|
+
"sftpEnabled": "Ativar SFTP",
|
|
29
17
|
"sftpHost": "Host / IP",
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
18
|
+
"sftpPassword": "Palavra-passe",
|
|
19
|
+
"sftpPath": "Caminho",
|
|
20
|
+
"sftpPort": "Porta",
|
|
21
|
+
"sftpSection": "SFTP",
|
|
22
|
+
"sftpUser": "Utilizador",
|
|
23
|
+
"smbDomain": "Domínio (opcional)",
|
|
24
|
+
"smbEnabled": "Ativar SMB",
|
|
25
|
+
"smbHost": "Host / IP",
|
|
26
|
+
"smbInfo": "Apenas SMB2 é suportado.",
|
|
27
|
+
"smbPassword": "Palavra-passe",
|
|
28
|
+
"smbPath": "Sub-caminho (opcional)",
|
|
29
|
+
"smbSection": "SMB (v2)",
|
|
30
|
+
"smbShare": "Nome da partilha",
|
|
31
|
+
"smbUser": "Utilizador",
|
|
32
|
+
"suggestPath": "Sugerir caminho",
|
|
33
|
+
"testConnection": "Testar ligação",
|
|
34
|
+
"webdavEnabled": "Ativar WebDAV",
|
|
35
|
+
"webdavPassword": "Palavra-passe",
|
|
36
|
+
"webdavPath": "Caminho",
|
|
34
37
|
"webdavSection": "WebDAV",
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"webdavUser": "User",
|
|
38
|
-
"webdavPassword": "Password",
|
|
39
|
-
"webdavPath": "Path"
|
|
38
|
+
"webdavUrl": "URL do servidor",
|
|
39
|
+
"webdavUser": "Utilizador"
|
|
40
40
|
}
|