Skip to content

Commit

Permalink
New translations strings.json (Spanish)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggvbo committed Dec 9, 2023
1 parent 446abb0 commit 21f9509
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions lang/es/strings.json.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"triggerListTitle": "Triggers",
"triggerListEmpty": "This guild has not configured any trigger.",
"triggerAdd": "Add trigger",
"triggerRemove": "Remove trigger",
"triggerAddTitle": "Add an trigger",
"triggerRemoveTitle": "Remove an trigger",
"triggerAddPromptLabel": "Trigger to check.",
"triggerAdded": "Added `{trigger}` as an trigger.",
"triggerInvalidCharacter": "Whoops! Could not add trigger because it contains an illegal character. (`;`)",
"triggerRemoveEntry": "Remove this entry",
"triggerRemoveSelect": "Select an trigger to remove",
"triggerRemoved": "Removed trigger `{trigger}`.",
"score": "You have {amount, plural, one {# pog} other {# pogs}} in this guild.",
"guilds": "Guilds",
"uptime": "Uptime",
"environment": "Environment",
"environmentProduction": "Production :globe_with_meridians:",
"environmentDevelopment": "Development :hammer_pick:",
"aboutTitle": "About Pogbot",
"about": "Pogbot is an open source bot created with the purpose of promoting competition within your community.",
"leaderboardTitle": "Leaderboard for {guild}",
"scoreEdited": "Done! {user} now has {amount, plural, one {# pog} other {# pogs}}.",
"congratulations": "Congratulations! It only took {time} for you to pog!",
"commandError": "Whoops! Could not execute this command due to an error.\n`{error}`",
"noMembersError": "Seems like there is no stored members for this guild. Try again later.",
"tooLargeError": "That number is way too large! Try with an smaller one.",
"leaderboardAndMore": "*And {amount} more...*",
"version": "Version"
}

0 comments on commit 21f9509

Please sign in to comment.