From 2b6ccc49d3aa1f00f42cb09f2124193c9e3796bd Mon Sep 17 00:00:00 2001 From: Glenn de Haan Date: Tue, 12 Nov 2024 14:54:55 +0100 Subject: [PATCH 1/4] New translations email.json (Spanish) --- locales/es/email.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 locales/es/email.json diff --git a/locales/es/email.json b/locales/es/email.json new file mode 100644 index 0000000..e3133b7 --- /dev/null +++ b/locales/es/email.json @@ -0,0 +1,19 @@ +{ + "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" +} From 3bf03786f28c90e1db300a88e0d537068465c0c3 Mon Sep 17 00:00:00 2001 From: Glenn de Haan Date: Tue, 12 Nov 2024 14:54:56 +0100 Subject: [PATCH 2/4] New translations print.json (Spanish) --- locales/es/print.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 locales/es/print.json diff --git a/locales/es/print.json b/locales/es/print.json new file mode 100644 index 0000000..37bee9f --- /dev/null +++ b/locales/es/print.json @@ -0,0 +1,15 @@ +{ + "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" +} From 69d08325aa7f21aeb5cd03ee83f29c9efd8a48cb Mon Sep 17 00:00:00 2001 From: Glenn de Haan Date: Tue, 12 Nov 2024 16:21:46 +0100 Subject: [PATCH 3/4] New translations email.json (Catalan) --- locales/ca/email.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 locales/ca/email.json diff --git a/locales/ca/email.json b/locales/ca/email.json new file mode 100644 index 0000000..e3133b7 --- /dev/null +++ b/locales/ca/email.json @@ -0,0 +1,19 @@ +{ + "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" +} From 5d35966dc3e8831f3fe6845ee9b3e01843c0b3b7 Mon Sep 17 00:00:00 2001 From: Glenn de Haan Date: Tue, 12 Nov 2024 16:21:48 +0100 Subject: [PATCH 4/4] New translations print.json (Catalan) --- locales/ca/print.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 locales/ca/print.json diff --git a/locales/ca/print.json b/locales/ca/print.json new file mode 100644 index 0000000..37bee9f --- /dev/null +++ b/locales/ca/print.json @@ -0,0 +1,15 @@ +{ + "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" +}