Skip to content

Commit

Permalink
asu: add missing translation items
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Warning <[email protected]>
  • Loading branch information
mwarning committed Nov 23, 2024
1 parent b4bb4a3 commit 7d0f3cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions www/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ const ofs_version = "%GIT_VERSION%";

let progress = {
"tr-init": 10,
"tr-container-setup": 15,
"tr-download-imagebuilder": 20,
"tr-validate-manifest": 30,
"tr-unpack-imagebuilder": 40,
"tr-calculate-packages-hash": 60,
"tr-building-image": 80,
Expand Down
2 changes: 2 additions & 0 deletions www/langs/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
"tr-unpack-imagebuilder": "Set up ImageBuilder",
"tr-calculate-packages-hash": "Validate package selection",
"tr-building-image": "Generating firmware image",
"tr-validate-manifest": "Validate manifest",
"tr-container-setup": "Setup container",
"tr-packages": "Installed Packages",
"tr-defaults": "Script to run on first boot (uci-defaults)"
}

0 comments on commit 7d0f3cd

Please sign in to comment.