Skip to content

Commit

Permalink
Import strings from Crowdin
Browse files Browse the repository at this point in the history
  • Loading branch information
Gegy committed Oct 27, 2023
1 parent 083ffa7 commit 00032a0
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/main/resources/assets/ltdonations/lang/es_es.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"block.ltdonations.donation": "Donación",
"block.ltdonations.donation_goal_redstone": "Donation Threshold Goal Redstone Emitter",
"block.ltdonations.donation_redstone": "Donation Redstone Emitter",
"command.ltdonations.donation.added_monument": "Se ha creado un monumento con el id: '%s'",
"command.ltdonations.donation.invalid_group": "There is no donation group with the id: '%s'",
"command.ltdonations.donation.monument_already_exists": "There is already a monument with the id: '%s'",
"command.ltdonations.donation.monument_does_not_exist": "There is no monument with the id: '%s'",
"command.ltdonations.donation.removed_monument": "A monument has been removed with id: '%s'",
"command.ltdonations.donation.simulate": "Simulating donation for name %s and amount %s",
"donation_group.ltdonations.all": "Global",
"donation_group.ltdonations.team_cents": "Team Cents",
"donation_group.ltdonations.team_nice": "Team Nice",
"donation_group.ltdonations.team_no_cents": "Team No Cents",
"itemGroup.ltdonations.ltdonations": "LTDonations",
"notification.ltdonations.donation.new": "¡%s donó %s!",
"time.ltdonations.minutes": "%s minutes"
}
18 changes: 18 additions & 0 deletions src/main/resources/assets/ltdonations/lang/fr_fr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"block.ltdonations.donation": "Don",
"block.ltdonations.donation_goal_redstone": "Donation Threshold Goal Redstone Emitter",
"block.ltdonations.donation_redstone": "Donation Redstone Emitter",
"command.ltdonations.donation.added_monument": "Un monument a été créé avec l'ID : \"%s\"",
"command.ltdonations.donation.invalid_group": "There is no donation group with the id: '%s'",
"command.ltdonations.donation.monument_already_exists": "There is already a monument with the id: '%s'",
"command.ltdonations.donation.monument_does_not_exist": "Il n'y a pas de monument avec l'ID : \"%s\"",
"command.ltdonations.donation.removed_monument": "Un monument a été supprimé avec l'ID : \"%s\"",
"command.ltdonations.donation.simulate": "Simulating donation for name %s and amount %s",
"donation_group.ltdonations.all": "Global",
"donation_group.ltdonations.team_cents": "Team Cents",
"donation_group.ltdonations.team_nice": "Team Nice",
"donation_group.ltdonations.team_no_cents": "Team No Cents",
"itemGroup.ltdonations.ltdonations": "LTDonations",
"notification.ltdonations.donation.new": "%s a fait un don de %s !",
"time.ltdonations.minutes": "%s minutes"
}

0 comments on commit 00032a0

Please sign in to comment.