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/en/messages.gotext.json | 55 ++++++++++++++++++++++++++++++++----- 1 file changed, 48 insertions(+), 7 deletions(-) (limited to 'lib/locales/en') 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", -- cgit v1.2.3