Implemented tools as applets, Added Docker CCTV page, Fixed small issues

Update app.py, uuid-generator.yml, and 47 more files...
This commit is contained in:
2025-02-20 17:24:05 +01:00
parent bd96d85699
commit 0e91b5ed96
43 changed files with 889 additions and 337 deletions

View File

@@ -1,4 +1,17 @@
# EN - UUID Generator
option.count: "UUID/GUID count"
meta.title: "UUID Generator"
type.label: "UUID Type"
type.uuid4: "UUID4 / GUID4"
option.count: "UUID Count"
option.hyphen: "Add hyphens"
option.guid_brackets: "Add GUID brackets"
generate: "Generate"
download.raw: "Raw"
download.json: "JSON"
download.yaml: "YAML"