Skip to content

Commit

Permalink
Merge pull request #69 from DJDavid98/l10n_main
Browse files Browse the repository at this point in the history
New Crowdin updates
  • Loading branch information
DJDavid98 authored Jan 5, 2025
2 parents dba631c + cb49474 commit 2d52f1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/locales/de/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {}
}
Expand Down
5 changes: 2 additions & 3 deletions src/locales/en-US/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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": {}
Expand Down

0 comments on commit 2d52f1f

Please sign in to comment.