Merge remote-tracking branch 'origin/master'

This commit is contained in:
Ka0rX 2023-01-25 14:19:09 +01:00
commit 9acbe6473a
2 changed files with 7 additions and 3 deletions

View File

@ -1,4 +1,3 @@
# Level & Experience
level-up:
- ''
@ -176,7 +175,7 @@ skill-max-level-hit: '&cYou already hit the max level for that skill.'
no-skill-placeholder: 'No Skill Bound'
not-skill-reallocation-point: '&cYou do not have 1 skill reallocation point.'
no-skill-points-spent: '&cYou have not spent any skill points.'
skill-points-reallocated: '&eYou successfully reset your attributes. You now have &6{points} &eskill points.'
skill-points-reallocated: '&eYou successfully reset your skill points. You now have &6{points} &eskill points.'
max-points-reached: '&cYou reached the maximum points you can spend. You need to reallocate your points to rollback.'
# Skill Trees
no-skill-tree-points-spent: '&cYou have not spent any skill tree points.'
@ -186,4 +185,4 @@ skill-node-max-level-hit: '&cYou already hit the max level for that skill node.'
not-enough-skill-tree-points: '&cYou need one skill tree point.'
reallocated-points: '&eYou successfully reset the skill tree {skill-tree}. &eYou now have &6{points} &eskill tree points.'
not-skill-tree-reallocation-point: '&cYou do not have 1 skill tree reallocation point.'
no-skill-tree: '&cYour class doesn''t have any skill tree.'
no-skill-tree: '&cYour class doesn''t have any skill tree.'

5
crowdin.yml Normal file
View File

@ -0,0 +1,5 @@
files:
- source: MMOCore-Dist/src/main/resources/default/gui/*.yml
translation: /**/MMOCore-Dist/src/main/resources/default/translation/%language%/gui/%file_name%.%file_extension%
- source: MMOCore-Dist/src/main/resources/default/messages.yml
translation: /**/MMOCore-Dist/src/main/resources/default/translation/%language%/%file_name%.%file_extension%