mirror of
https://github.com/glenndehaan/unifi-voucher-site.git
synced 2026-03-31 06:24:00 -04:00
Updated languages.js. Removed unused language files
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"title": "WiFi Voucher Code",
|
||||
"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"
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"title": "WiFi Voucher Code",
|
||||
"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"
|
||||
}
|
||||
@@ -4,6 +4,9 @@
|
||||
module.exports = {
|
||||
en: 'English',
|
||||
de: 'German',
|
||||
da: 'Danish',
|
||||
fr: 'French',
|
||||
nl: 'Dutch',
|
||||
es: 'Spanish',
|
||||
pl: 'Polish'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user