mirror of
https://github.com/glenndehaan/unifi-voucher-site.git
synced 2026-03-31 06:24:00 -04:00
Setup initial locales folder for translations. Added English translations for email. Added _locales.json for mapping
This commit is contained in:
3
locales/_locales.json
Normal file
3
locales/_locales.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"en": "English"
|
||||
}
|
||||
21
locales/en.json
Normal file
21
locales/en.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user