Navigation Menu

Skip to content

Commit

Permalink
lang fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NATroutter committed May 7, 2022
1 parent d99688d commit 1af0745
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -127,7 +127,7 @@
<dependency>
<groupId>net.natroutter</groupId>
<artifactId>NATLibs</artifactId>
<version>2.0.11</version>
<version>2.0.12</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
14 changes: 7 additions & 7 deletions resources/lang/en_us.yml
Expand Up @@ -30,18 +30,18 @@ CantWhileInCourse: "&7You cant do that while you are in parkour course"
LeaveMessage: "&7You have left the parkour!"
LeaveInfoMessage: "&7If you want to leave parkour type &b/bp leave"
NotInCourse: "&7You are not in parkour course!"
ActionBar: "§b§l%name%§8(§7%diff%§8) §9§l- §b§l%secs%§7§ls §b§l%mills%§7§lms"
CourseRenamed: "§7Course renamed!"
InvalidPlayer: "§7Invalid player!"
StatisticsRemoved: "§7Statistics removed!"
InvalidCourse: "§7Invalid course!"
ActionBar: "&b&l%name%&8(&7%diff%&8) &9&l- &b&l%secs%&7&ls &b&l%mills%&7&lms"
CourseRenamed: "&7Course renamed!"
InvalidPlayer: "&7Invalid player!"
StatisticsRemoved: "&7Statistics removed!"
InvalidCourse: "&7Invalid course!"
CourseFinished:
- " "
- "&8&l&m━━━━━━━━━━━━&8&l|&9&l BetterParkour &8&l|&m━━━━━━━━━━━━"
- " "
- "&8&l» &7Parkour &b%courseName% &7finished!"
- "&8&l» &7Difficulty&8: &b%diff%"
- "§8§§7Time§8: §b%secs%§7s §b%mills%§7ms"
- "&8&&7Time&8: &b%secs%&7s &b%mills%&7ms"
- " "
- "&8&l&m━━━━━━━━━━━━&8&l|&9&l BetterParkour &8&l|&m━━━━━━━━━━━━"
- " "
Expand Down Expand Up @@ -89,7 +89,7 @@ CourseList:
TopList:
Top:
- "&8&l&m━━━━━━━━━━━━&8&l|&9&l %courseName% &8(&7%diff%&8) &8&l|&m━━━━━━━━━━━━"
Entry: "§7#%pos% §8- §b%name% §8- §b%secs%§7s §b%mills%§7ms"
Entry: "&7#%pos% &8- &b%name% &8- &b%secs%&7s &b%mills%&7ms"
NoEntries: "&7No data available"
Bottom:
- "&8&l&m━━━━━━━━━━━━&8&l|&9&l %courseName% &8(&7%diff%&8) &8&l|&m━━━━━━━━━━━━"
Expand Down
14 changes: 7 additions & 7 deletions resources/lang/fi_fi.yml
Expand Up @@ -30,18 +30,18 @@ CantWhileInCourse: "&7Et voi tehdä tuota kun olet parkourissa"
LeaveMessage: "&7Poistuit parkourista!"
LeaveInfoMessage: "&7Jos haluat poistua parkourista kirjoita &b/bp leave"
NotInCourse: "&7Et ole parkour radalla!"
ActionBar: "§b§l%name%§8(§7%diff%§8) §9§l- §b§l%secs%§7§ls §b§l%mills%§7§lms"
CourseRenamed: "§7Kenttä nimettyuudelleen!"
InvalidPlayer: "§7Viallinen pelaaja!"
StatisticsRemoved: "§7Statistiikat poistettu!"
InvalidCourse: "§7Viallinen kenttä!"
ActionBar: "&b&l%name%&8(&7%diff%&8) &9&l- &b&l%secs%&7&ls &b&l%mills%&7&lms"
CourseRenamed: "&7Kenttä nimettyuudelleen!"
InvalidPlayer: "&7Viallinen pelaaja!"
StatisticsRemoved: "&7Statistiikat poistettu!"
InvalidCourse: "&7Viallinen kenttä!"
CourseFinished:
- " "
- "&8&l&m━━━━━━━━━━━━&8&l|&9&l BetterParkour &8&l|&m━━━━━━━━━━━━"
- " "
- "&8&l» &7Kenttä &b%courseName% &7valmis!"
- "&8&l» &7Vaikeus&8: &b%diff%"
- "§8§§7Aika§8: §b%secs%§7s §b%mills%§7ms"
- "&8&&7Aika&8: &b%secs%&7s &b%mills%&7ms"
- " "
- "&8&l&m━━━━━━━━━━━━&8&l|&9&l BetterParkour &8&l|&m━━━━━━━━━━━━"
- " "
Expand Down Expand Up @@ -89,7 +89,7 @@ CcourseList:
TopList:
Top:
- "&8&l&m━━━━━━━━━━━━&8&l|&9&l %courseName% &8(&7%diff%&8) &8&l|&m━━━━━━━━━━━━"
Entry: "§7#%pos% §8- §b%name% §8- §b%secs%§7s §b%mills%§7ms"
Entry: "&7#%pos% &8- &b%name% &8- &b%secs%&7s &b%mills%&7ms"
NoEntries: "&7Dataa ei löydy!"
Bottom:
- "&8&l&m━━━━━━━━━━━━&8&l|&9&l %courseName% &8(&7%diff%&8) &8&l|&m━━━━━━━━━━━━"
Expand Down

0 comments on commit 1af0745

Please sign in to comment.