Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
MapoDan authored May 12, 2020
1 parent cee5669 commit e4c9e74
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions custom_components/file_restore/translations/en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"config": {
"title": "File Restore",
"step": {
"user": {
"title": "File Restore - definition of base data",
"description": "Define the base data. Documentation on https://github.com/custom-components/sensor.file_restore",
"data": {
"name": "Name",
"file_path": "File path (file name included)",
"unit_of_measurement": "Unit of measurement",
"length": "Period length"
}
},
"final": {
"title": "File Restore - Definition of period detail",
"description": "Define the period detail. Documentation on https://github.com/custom-components/sensor.file_restore",
"data": {
"detail": "Period detail"
}
}
},
"error": {
"file_path_empty": "File path is empty"
}
}
}

0 comments on commit e4c9e74

Please sign in to comment.