Setup initial locales folder for translations. Added English translations for email. Added _locales.json for mapping

This commit is contained in:
Glenn de Haan
2024-10-09 10:33:43 +02:00
parent 8ae97ced44
commit 79b75cd56c
2 changed files with 24 additions and 0 deletions

3
locales/_locales.json Normal file
View File

@@ -0,0 +1,3 @@
{
"en": "English"
}

21
locales/en.json Normal file
View File

@@ -0,0 +1,21 @@
{
"email": {
"title": "WiFi Voucher Code",
"preHeader": "Your WiFi Voucher Code",
"greeting": "Hi there",
"intro": "Someone generated a WiFi Voucher, please use this code when connecting",
"connect": "Connect to",
"password": "Password",
"or": "or",
"scan": "Scan to connect",
"details": "Voucher Details",
"type": "Type",
"multiUse": "Multi-use",
"singleUse": "Single-use",
"duration": "Duration",
"dataLimit": "Data Limit",
"downloadLimit": "Download Limit",
"uploadLimit": "Upload Limit",
"poweredBy": "Powered by"
}
}