mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-14 09:57:01 -04:00
WIP(translate): translate web and math category all tools
This commit is contained in:
parent
4f550a9499
commit
a2e498d0aa
37 changed files with 406 additions and 119 deletions
17
src/tools/mac-address-generator/locales/en.yml
Normal file
17
src/tools/mac-address-generator/locales/en.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
tools:
|
||||
mac-address-generator:
|
||||
title: MAC address generator
|
||||
description: Enter the quantity and prefix. MAC addresses will be generated in your chosen case (uppercase or lowercase)
|
||||
|
||||
quantity: 'Quantity:'
|
||||
prefixLabel: 'MAC address prefix:'
|
||||
prefixPlaceholder: 'Set a prefix, e.g. 64:16:7F'
|
||||
case: 'Case:'
|
||||
separator: 'Separator:'
|
||||
uppercase: Uppercase
|
||||
lowercase: Lowercase
|
||||
none: None
|
||||
|
||||
refreshBtn: Refresh
|
||||
copyBtn: Copy
|
||||
copied: MAC addresses copied to the clipboard
|
Loading…
Add table
Add a link
Reference in a new issue