You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: locales/en.yml
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -352,6 +352,22 @@ tools:
352
352
title: UUIDs generator
353
353
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!).
354
354
355
+
nanoid-generator:
356
+
title: NanoIDs generator
357
+
description: Generate random, unique, and URL-friendly IDs for your applications.
358
+
uppercase: Uppercase
359
+
lowercase: Lowercase
360
+
numbers: Numbers
361
+
symbols: Symbols
362
+
excludeLookalikes: Exclude lookalikes
363
+
length: Length
364
+
quantity: Quantity
365
+
copied: NanoID copied to the clipboard
366
+
button:
367
+
copy: Copy
368
+
refresh: Refresh
369
+
370
+
355
371
ipv4-address-converter:
356
372
title: IPv4 address converter
357
373
description: Convert an IP address into decimal, binary, hexadecimal, or even an IPv6 representation of it.
0 commit comments