mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2024-11-26 00:35:17 +01:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
9acbe6473a
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
# Level & Experience
|
# Level & Experience
|
||||||
level-up:
|
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'
|
no-skill-placeholder: 'No Skill Bound'
|
||||||
not-skill-reallocation-point: '&cYou do not have 1 skill reallocation point.'
|
not-skill-reallocation-point: '&cYou do not have 1 skill reallocation point.'
|
||||||
no-skill-points-spent: '&cYou have not spent any skill points.'
|
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.'
|
max-points-reached: '&cYou reached the maximum points you can spend. You need to reallocate your points to rollback.'
|
||||||
# Skill Trees
|
# Skill Trees
|
||||||
no-skill-tree-points-spent: '&cYou have not spent any skill tree points.'
|
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.'
|
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.'
|
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.'
|
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
5
crowdin.yml
Normal 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%
|
Loading…
Reference in New Issue
Block a user