Fix backup related translations in Synology DSM (#136931)

refernce backup related strings in option-flow strings
This commit is contained in:
Michael 2025-01-30 16:59:39 +01:00 committed by GitHub
parent 8db6a6cf17
commit 6dd2d46328
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,7 +70,13 @@
"data": {
"scan_interval": "Minutes between scans",
"timeout": "Timeout (seconds)",
"snap_profile_type": "Quality level of camera snapshots (0:high 1:medium 2:low)"
"snap_profile_type": "Quality level of camera snapshots (0:high 1:medium 2:low)",
"backup_share": "[%key:component::synology_dsm::config::step::backup_share::data::backup_share%]",
"backup_path": "[%key:component::synology_dsm::config::step::backup_share::data::backup_path%]"
},
"data_description": {
"backup_share": "[%key:component::synology_dsm::config::step::backup_share::data_description::backup_share%]",
"backup_path": "[%key:component::synology_dsm::config::step::backup_share::data_description::backup_path%]"
}
}
}