mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-13 01:16:52 -04:00
13 lines
465 B
YAML
13 lines
465 B
YAML
tools:
|
|
uuid-generator:
|
|
title: 'UUIDs generator'
|
|
description: 'A Universally Unique Identifier (UUID) is a 128-bit number used to identify information in computer systems. The number of possible UUIDs is 16^32, which is 2^128 or about 3.4x10^38 (which is a lot!).'
|
|
|
|
invalid-message: 'Invalid UUID'
|
|
version: 'UUID version'
|
|
quantity: 'UUID quantity'
|
|
namespace: 'Namespace'
|
|
name: 'Name'
|
|
button:
|
|
copy: Copy
|
|
refresh: Refresh
|