From 70f697c57fb577b12648dd0a396f07462236465b Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 21 Aug 2024 01:20:52 +0200 Subject: Update translations --- lib/locales/bg/messages.gotext.json | 45 ++++++++++++++++++++++++++---- lib/locales/el/messages.gotext.json | 45 ++++++++++++++++++++++++++---- lib/locales/en/messages.gotext.json | 55 ++++++++++++++++++++++++++++++++----- lib/locales/nl/messages.gotext.json | 45 ++++++++++++++++++++++++++---- 4 files changed, 168 insertions(+), 22 deletions(-) (limited to 'lib') diff --git a/lib/locales/bg/messages.gotext.json b/lib/locales/bg/messages.gotext.json index 91518f1..103b1a2 100644 --- a/lib/locales/bg/messages.gotext.json +++ b/lib/locales/bg/messages.gotext.json @@ -1,11 +1,6 @@ { "language": "bg", "messages": [ - { - "id": "Page not found", - "message": "Page not found", - "translation": "" - }, { "id": "Andorra", "message": "Andorra", @@ -126,6 +121,26 @@ "message": "Vatican City", "translation": "Ватикана" }, + { + "id": "Page Not Found", + "message": "Page Not Found", + "translation": "" + }, + { + "id": "The page you were looking for does not exist. If you believe this is a mistake then don’t hesitate to contact @onetruemangoman on Discord or to email us at {ContactEmail}.", + "message": "The page you were looking for does not exist. If you believe this is a mistake then don’t hesitate to contact @onetruemangoman on Discord or to email us at {ContactEmail}.", + "translation": "", + "placeholders": [ + { + "id": "ContactEmail", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "contactEmail" + } + ] + }, { "id": "About Us", "message": "About Us", @@ -441,6 +456,26 @@ "message": "View all the known Euro varieties!", "translation": "" }, + { + "id": "If you’re seeing this page, it means that something went wrong on our end that we need to fix. Our team has been notified of this error, and we apologise for the inconvenience.", + "message": "If you’re seeing this page, it means that something went wrong on our end that we need to fix. Our team has been notified of this error, and we apologise for the inconvenience.", + "translation": "" + }, + { + "id": "If this issue persists, don’t hesitate to contact @onetruemangoman on Discord or to email us at {ContactEmail}.", + "message": "If this issue persists, don’t hesitate to contact @onetruemangoman on Discord or to email us at {ContactEmail}.", + "translation": "", + "placeholders": [ + { + "id": "ContactEmail", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "contactEmail" + } + ] + }, { "id": "Select Your Language", "message": "Select Your Language", diff --git a/lib/locales/el/messages.gotext.json b/lib/locales/el/messages.gotext.json index 74587e4..1827a66 100644 --- a/lib/locales/el/messages.gotext.json +++ b/lib/locales/el/messages.gotext.json @@ -1,11 +1,6 @@ { "language": "el", "messages": [ - { - "id": "Page not found", - "message": "Page not found", - "translation": "" - }, { "id": "Andorra", "message": "Andorra", @@ -126,6 +121,26 @@ "message": "Vatican City", "translation": "Βατικανό" }, + { + "id": "Page Not Found", + "message": "Page Not Found", + "translation": "" + }, + { + "id": "The page you were looking for does not exist. If you believe this is a mistake then don’t hesitate to contact @onetruemangoman on Discord or to email us at {ContactEmail}.", + "message": "The page you were looking for does not exist. If you believe this is a mistake then don’t hesitate to contact @onetruemangoman on Discord or to email us at {ContactEmail}.", + "translation": "", + "placeholders": [ + { + "id": "ContactEmail", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "contactEmail" + } + ] + }, { "id": "About Us", "message": "About Us", @@ -441,6 +456,26 @@ "message": "View all the known Euro varieties!", "translation": "" }, + { + "id": "If you’re seeing this page, it means that something went wrong on our end that we need to fix. Our team has been notified of this error, and we apologise for the inconvenience.", + "message": "If you’re seeing this page, it means that something went wrong on our end that we need to fix. Our team has been notified of this error, and we apologise for the inconvenience.", + "translation": "" + }, + { + "id": "If this issue persists, don’t hesitate to contact @onetruemangoman on Discord or to email us at {ContactEmail}.", + "message": "If this issue persists, don’t hesitate to contact @onetruemangoman on Discord or to email us at {ContactEmail}.", + "translation": "", + "placeholders": [ + { + "id": "ContactEmail", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "contactEmail" + } + ] + }, { "id": "Select Your Language", "message": "Select Your Language", diff --git a/lib/locales/en/messages.gotext.json b/lib/locales/en/messages.gotext.json index db7fa8f..45d33b0 100644 --- a/lib/locales/en/messages.gotext.json +++ b/lib/locales/en/messages.gotext.json @@ -1,13 +1,6 @@ { "language": "en", "messages": [ - { - "id": "Page not found", - "message": "Page not found", - "translation": "Page not found", - "translatorComment": "Copied from source.", - "fuzzy": true - }, { "id": "Andorra", "message": "Andorra", @@ -176,6 +169,30 @@ "translatorComment": "Copied from source.", "fuzzy": true }, + { + "id": "Page Not Found", + "message": "Page Not Found", + "translation": "Page Not Found", + "translatorComment": "Copied from source.", + "fuzzy": true + }, + { + "id": "The page you were looking for does not exist. If you believe this is a mistake then don’t hesitate to contact @onetruemangoman on Discord or to email us at {ContactEmail}.", + "message": "The page you were looking for does not exist. If you believe this is a mistake then don’t hesitate to contact @onetruemangoman on Discord or to email us at {ContactEmail}.", + "translation": "The page you were looking for does not exist. If you believe this is a mistake then don’t hesitate to contact @onetruemangoman on Discord or to email us at {ContactEmail}.", + "translatorComment": "Copied from source.", + "placeholders": [ + { + "id": "ContactEmail", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "contactEmail" + } + ], + "fuzzy": true + }, { "id": "About Us", "message": "About Us", @@ -577,6 +594,30 @@ "translatorComment": "Copied from source.", "fuzzy": true }, + { + "id": "If you’re seeing this page, it means that something went wrong on our end that we need to fix. Our team has been notified of this error, and we apologise for the inconvenience.", + "message": "If you’re seeing this page, it means that something went wrong on our end that we need to fix. Our team has been notified of this error, and we apologise for the inconvenience.", + "translation": "If you’re seeing this page, it means that something went wrong on our end that we need to fix. Our team has been notified of this error, and we apologise for the inconvenience.", + "translatorComment": "Copied from source.", + "fuzzy": true + }, + { + "id": "If this issue persists, don’t hesitate to contact @onetruemangoman on Discord or to email us at {ContactEmail}.", + "message": "If this issue persists, don’t hesitate to contact @onetruemangoman on Discord or to email us at {ContactEmail}.", + "translation": "If this issue persists, don’t hesitate to contact @onetruemangoman on Discord or to email us at {ContactEmail}.", + "translatorComment": "Copied from source.", + "placeholders": [ + { + "id": "ContactEmail", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "contactEmail" + } + ], + "fuzzy": true + }, { "id": "Select Your Language", "message": "Select Your Language", diff --git a/lib/locales/nl/messages.gotext.json b/lib/locales/nl/messages.gotext.json index 4a41cee..c458b9d 100644 --- a/lib/locales/nl/messages.gotext.json +++ b/lib/locales/nl/messages.gotext.json @@ -1,11 +1,6 @@ { "language": "nl", "messages": [ - { - "id": "Page not found", - "message": "Page not found", - "translation": "" - }, { "id": "Andorra", "message": "Andorra", @@ -126,6 +121,26 @@ "message": "Vatican City", "translation": "Vaticaanstad" }, + { + "id": "Page Not Found", + "message": "Page Not Found", + "translation": "" + }, + { + "id": "The page you were looking for does not exist. If you believe this is a mistake then don’t hesitate to contact @onetruemangoman on Discord or to email us at {ContactEmail}.", + "message": "The page you were looking for does not exist. If you believe this is a mistake then don’t hesitate to contact @onetruemangoman on Discord or to email us at {ContactEmail}.", + "translation": "", + "placeholders": [ + { + "id": "ContactEmail", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "contactEmail" + } + ] + }, { "id": "About Us", "message": "About Us", @@ -441,6 +456,26 @@ "message": "View all the known Euro varieties!", "translation": "" }, + { + "id": "If you’re seeing this page, it means that something went wrong on our end that we need to fix. Our team has been notified of this error, and we apologise for the inconvenience.", + "message": "If you’re seeing this page, it means that something went wrong on our end that we need to fix. Our team has been notified of this error, and we apologise for the inconvenience.", + "translation": "" + }, + { + "id": "If this issue persists, don’t hesitate to contact @onetruemangoman on Discord or to email us at {ContactEmail}.", + "message": "If this issue persists, don’t hesitate to contact @onetruemangoman on Discord or to email us at {ContactEmail}.", + "translation": "", + "placeholders": [ + { + "id": "ContactEmail", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "contactEmail" + } + ] + }, { "id": "Select Your Language", "message": "Select Your Language", -- cgit v1.2.3