Skip to content

Commit 109a869

Browse files
committed
fix: missing tool en message
1 parent 8cfe480 commit 109a869

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

locales/en.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,12 +458,24 @@ tools:
458458
unicode-to-java-entities:
459459
title: Unicode Characters to Java Entities Converter
460460
description: Unicode Characters to Java Entities Converter and vice-versa
461-
461+
462462
sip-auth:
463463
password: SIP password
464464
password-tips: Enter a password...
465465
message: SIP message
466466
message-tips: Paste your SIP message here...
467467
result: Result
468468
sucess: Sucess
469-
failure: Failure
469+
failure: Failure
470+
471+
uuid-converter:
472+
title: UUID converter
473+
description: Converts a UUID with and without a hyphen to other common SQL notations and back.
474+
475+
uuid: UUID
476+
uuidhexupper: HEX notation (upper)
477+
uuidhexlower: HEX notation (lower)
478+
uuidversion: RFC Version
479+
input:
480+
label: Your Input
481+
placeholder: Your UUID with/without hyphen

0 commit comments

Comments
 (0)