-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New translations strings.json (Spanish)
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |