From faa36d559560715729da4b7bddd2f46a890df621 Mon Sep 17 00:00:00 2001 From: Glenn de Haan Date: Fri, 29 Nov 2024 13:51:34 +0100 Subject: [PATCH 1/4] New translations email.json (Polish) --- locales/pl/email.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 locales/pl/email.json diff --git a/locales/pl/email.json b/locales/pl/email.json new file mode 100644 index 0000000..e3133b7 --- /dev/null +++ b/locales/pl/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 ea16a547281633a8d84c7000b7eacb263dcc274b Mon Sep 17 00:00:00 2001 From: Glenn de Haan Date: Fri, 29 Nov 2024 13:51:35 +0100 Subject: [PATCH 2/4] New translations print.json (Polish) --- locales/pl/print.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 locales/pl/print.json diff --git a/locales/pl/print.json b/locales/pl/print.json new file mode 100644 index 0000000..37bee9f --- /dev/null +++ b/locales/pl/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 0892db78ce589ff952977c471e9d890a0c49e6d8 Mon Sep 17 00:00:00 2001 From: Glenn de Haan Date: Mon, 2 Dec 2024 09:22:44 +0100 Subject: [PATCH 3/4] New translations email.json (Polish) --- locales/pl/email.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/locales/pl/email.json b/locales/pl/email.json index e3133b7..51796ee 100644 --- a/locales/pl/email.json +++ b/locales/pl/email.json @@ -1,19 +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" + "title": "Voucher WiFi", + "preHeader": "Twój Voucher WiFi", + "greeting": "Cześć", + "intro": "Ktoś wygenerował kupon WiFi, użyj tego kodu podczas łączenia", + "connect": "Połącz z", + "password": "Hasło", + "or": "lub", + "scan": "Zeskanuj aby połączyć", + "details": "Szczegóły bonu", + "type": "Typ", + "multiUse": "Wielokrotne użycie", + "singleUse": "Jednorazowe użycie", + "duration": "Czas trwania", + "dataLimit": "Limit danych", + "downloadLimit": "Limit pobierania", + "uploadLimit": "Limit wysyłania", + "poweredBy": "Wspierane przez" } From c3b4f08836e043f5d223f16bb972b695e210da65 Mon Sep 17 00:00:00 2001 From: Glenn de Haan Date: Mon, 2 Dec 2024 09:22:45 +0100 Subject: [PATCH 4/4] New translations print.json (Polish) --- locales/pl/print.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/locales/pl/print.json b/locales/pl/print.json index 37bee9f..0ae285f 100644 --- a/locales/pl/print.json +++ b/locales/pl/print.json @@ -1,15 +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" + "title": "Voucher WiFi", + "connect": "Połącz z", + "password": "Hasło", + "or": "lub", + "scan": "Zeskanuj aby połączyć", + "details": "Szczegóły vouchera", + "type": "Typ", + "multiUse": "Wielokrotne użycie", + "singleUse": "Jednorazowe użycie", + "duration": "Czas trwania", + "dataLimit": "Limit danych", + "downloadLimit": "Limit pobierania", + "uploadLimit": "Limit wysyłania" }