Skip to content

Commit

Permalink
mcMMO Dashboard v1.22.03
Browse files Browse the repository at this point in the history
Thank you for using mcMMO-Dashboard.

#Bug fixed:
- updated parameters.js to fix chart label disorder
> Only languageSelect.ab (for EN and GE) has been modified

#Other:
- Join our server at https://discord.gg/F4UKkXQX to help us improve this dashboard!
  • Loading branch information
NicolasVaillant committed May 14, 2023
1 parent 6d17e1c commit 7f4016a
Showing 1 changed file with 36 additions and 36 deletions.
72 changes: 36 additions & 36 deletions config/parameters.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@ const translation = {
},
'access' : ['en-EN', 'en-GB'],
'ab' : {
'swords': 'swords',
'axes': 'axes',
'archery': "archery",
'unarmed': 'unarmed',
'taming': 'taming',
'woodcutting': 'woodcutting',
'excavation': 'excavation',
'repair': 'repair',
'fishing': 'fishing',
'alchemy': 'alchemy',
'herbalism': 'herbalism',
'mining': 'mining',
'acrobatics': 'acrobatics'
'taming': 'Taming',
'mining': 'Mining',
'woodcutting': "Woodcutting",
'repair': 'Repair',
'unarmed': 'Unarmed',
'herbalism': 'Herbalism',
'excavation': 'Excavation',
'archery': 'Archery',
'swords': 'Swords',
'axes': 'Axes',
'acrobatics': 'Acrobatics',
'fishing': 'Fishing',
'alchemy': 'Alchemy'
},
'family': {
'Gathering': 'Gathering',
Expand Down Expand Up @@ -311,19 +311,19 @@ const translation = {
},
'access' : ['fr-FR'],
'ab' : {
'taming': 'apprivoisement',
'mining': 'minage',
'woodcutting': 'bûcheronnage',
'repair': 'réparation',
'unarmed': 'poings',
'herbalism': 'herboristerie',
'excavation': 'excavation',
'archery': "tir à l'arc",
'swords': 'épées',
'axes': 'haches',
'acrobatics': 'acrobatie',
'fishing': 'pêche',
'alchemy': 'potions',
'taming': 'Apprivoisement',
'mining': 'Minage',
'woodcutting': 'Bûcheronnage',
'repair': 'Réparation',
'unarmed': 'Poings',
'herbalism': 'Herboristerie',
'excavation': 'Excavation',
'archery': "Tir à l'arc",
'swords': 'Épées',
'axes': 'Haches',
'acrobatics': 'Acrobatie',
'fishing': 'Pêche',
'alchemy': 'Potions',
},
'family': {
'Gathering': 'Collecte',
Expand Down Expand Up @@ -584,19 +584,19 @@ const translation = {
},
'access' : ['de-DE', 'de-DE'],
'ab' : {
'swords': 'Schwert',
'axes': 'Axtkampf',
'archery': "Bogenschießen",
'unarmed': 'Faustkampf',
'taming': 'Zähmen',
'woodcutting': 'Holzfäller',
'excavation': 'Graben',
'mining': 'Bergbau',
'woodcutting': "Holzfäller",
'repair': 'Reparatur',
'fishing': 'Angeln',
'alchemy': 'Alchemie',
'unarmed': 'Faustkampf',
'herbalism': 'Kräuterkunde',
'mining': 'Bergbau',
'acrobatics': 'Akrobatik'
'excavation': 'Graben',
'archery': 'Bogenschießen',
'swords': 'Schwert',
'axes': 'Axtkampf',
'acrobatics': 'Akrobatik',
'fishing': 'Angeln',
'alchemy': 'Alchemie'
},
'family': {
'Gathering': 'Sammeln',
Expand Down

0 comments on commit 7f4016a

Please sign in to comment.