Files
Web-NibblePoker/data/strings/en/uuid-generator.yml
Herwin Bozet 1f352de8c6 Updated license text in IBAN and UUID generators to be in line with new ones
Update .gitignore, iban-generator.yml, uuid-generator.yml, and 4 more files
2025-09-21 23:06:17 +02:00

22 lines
588 B
YAML

# EN - UUID Generator
meta.title: "UUID Generator"
meta.description: "Web application that allows you to generate UUIDs in bulk for all your unique identifier needs."
type.label: "UUID Type"
type.uuid4: "UUID4 / GUID4"
option.count: "UUID Count"
option.hyphen: "Add hyphens"
option.guid_brackets: "Add GUID brackets"
option.uppercase: "Generate in uppercase"
generate: "Generate"
download.raw: "Raw"
download.json: "JSON"
download.yaml: "YAML"
license.1: "This tool and its code are released in the <a href=\"https://github.com/aziascreations/Web-NibblePoker\">public domain</a>."