20 lines
450 B
YAML
20 lines
450 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"
|