diff --git a/src/locales/de/translation.json b/src/locales/de/translation.json index c45bdccd..337d8585 100644 --- a/src/locales/de/translation.json +++ b/src/locales/de/translation.json @@ -283,7 +283,7 @@ "description": "Erstelle einen Link zur Verwaltung der Einstellungen über die Website", "responses": { "linkCreated": "Please visit the link below to be logged into the bot's website automatically in order to change your settings.\n<{{magicLink}}>\nThis link will expire {{expiresAt}} but you can always run this command to generate a new link, or visit <{{loginUrl}}> to log in manually, then go to <{{settingsUrl}}> to change your settings.", - "failedToCreateLink": "Could not generate a link to log you in automatically, please visit <{{loginUrl}}> and log in manually, then go to <{{settingsUrl}}> to change your settings." + "failedToCreateLink": "Es konnte kein Link zur automatischen Anmeldung generiert werden. Bitte besuchen Sie <{{loginUrl}}> und melden Sie sich manuell an, gehen Sie dann zu <{{settingsUrl}}>, um Ihre Einstellungen zu ändern." }, "options": {} } diff --git a/src/locales/en-US/translation.json b/src/locales/en-US/translation.json index 3a62a7ce..490632d8 100644 --- a/src/locales/en-US/translation.json +++ b/src/locales/en-US/translation.json @@ -178,7 +178,6 @@ "invalidDate": "The specified date is invalid (for example: the given day does not exist)", "noComponentsCurrentTime": "You must specify at least one time component to change. If you need the current time, use `/{{atCommand}}` without specifying any arguments", "noComponentsUnix": "You must specify at least one time component to change. If you want to get the syntax for a UNIX timestamp, use `/{{unixCommand}}`", - "ephemeralNotice": "The default value for the `{{ephemeralOption}}` option has changed, and because you did not provide it, this message is only visible to you.\nTo make your messages work the same as before (or to hide this message), there is a setting you can change via a different bot. Instructions on how to do that can be found in HammerTime's support server in <{{supportServerUrl}}> at {{faqMessageLink}}", "timezoneNotFound": "The specified timezone cannot be found" }, "options": { @@ -206,7 +205,7 @@ }, "ephemeral": { "name": "ephemeral", - "description": "When true the response will only be visible to you (default: false)" + "description": "When true the response will only be visible to you" }, "header": { "name": "header", @@ -283,7 +282,7 @@ "name": "settings", "description": "Create a link to manage your settings via the website", "responses": { - "linkCreated": "Please visit the link below to be logged into the bot's website automatically in order ot change your settings.\n<{{magicLink}}>\nThis link will expire {{expiresAt}} but you can always run this command to generate a new link, or visit <{{loginUrl}}> to log in manually, then go to <{{settingsUrl}}> to change your settings.", + "linkCreated": "Please visit the link below to be logged into the bot's website automatically in order to change your settings.\n<{{magicLink}}>\nThis link will expire {{expiresAt}} but you can always run this command to generate a new link, or visit <{{loginUrl}}> to log in manually, then go to <{{settingsUrl}}> to change your settings.", "failedToCreateLink": "Could not generate a link to log you in automatically, please visit <{{loginUrl}}> and log in manually, then go to <{{settingsUrl}}> to change your settings." }, "options": {}