Skip to content

Commit 7f4016a

Browse files
mcMMO Dashboard v1.22.03
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!
1 parent 6d17e1c commit 7f4016a

File tree

1 file changed

+36
-36
lines changed

1 file changed

+36
-36
lines changed

config/parameters.js

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,19 @@ const translation = {
3838
},
3939
'access' : ['en-EN', 'en-GB'],
4040
'ab' : {
41-
'swords': 'swords',
42-
'axes': 'axes',
43-
'archery': "archery",
44-
'unarmed': 'unarmed',
45-
'taming': 'taming',
46-
'woodcutting': 'woodcutting',
47-
'excavation': 'excavation',
48-
'repair': 'repair',
49-
'fishing': 'fishing',
50-
'alchemy': 'alchemy',
51-
'herbalism': 'herbalism',
52-
'mining': 'mining',
53-
'acrobatics': 'acrobatics'
41+
'taming': 'Taming',
42+
'mining': 'Mining',
43+
'woodcutting': "Woodcutting",
44+
'repair': 'Repair',
45+
'unarmed': 'Unarmed',
46+
'herbalism': 'Herbalism',
47+
'excavation': 'Excavation',
48+
'archery': 'Archery',
49+
'swords': 'Swords',
50+
'axes': 'Axes',
51+
'acrobatics': 'Acrobatics',
52+
'fishing': 'Fishing',
53+
'alchemy': 'Alchemy'
5454
},
5555
'family': {
5656
'Gathering': 'Gathering',
@@ -311,19 +311,19 @@ const translation = {
311311
},
312312
'access' : ['fr-FR'],
313313
'ab' : {
314-
'taming': 'apprivoisement',
315-
'mining': 'minage',
316-
'woodcutting': 'bûcheronnage',
317-
'repair': 'réparation',
318-
'unarmed': 'poings',
319-
'herbalism': 'herboristerie',
320-
'excavation': 'excavation',
321-
'archery': "tir à l'arc",
322-
'swords': 'épées',
323-
'axes': 'haches',
324-
'acrobatics': 'acrobatie',
325-
'fishing': 'pêche',
326-
'alchemy': 'potions',
314+
'taming': 'Apprivoisement',
315+
'mining': 'Minage',
316+
'woodcutting': 'Bûcheronnage',
317+
'repair': 'Réparation',
318+
'unarmed': 'Poings',
319+
'herbalism': 'Herboristerie',
320+
'excavation': 'Excavation',
321+
'archery': "Tir à l'arc",
322+
'swords': 'Épées',
323+
'axes': 'Haches',
324+
'acrobatics': 'Acrobatie',
325+
'fishing': 'Pêche',
326+
'alchemy': 'Potions',
327327
},
328328
'family': {
329329
'Gathering': 'Collecte',
@@ -584,19 +584,19 @@ const translation = {
584584
},
585585
'access' : ['de-DE', 'de-DE'],
586586
'ab' : {
587-
'swords': 'Schwert',
588-
'axes': 'Axtkampf',
589-
'archery': "Bogenschießen",
590-
'unarmed': 'Faustkampf',
591587
'taming': 'Zähmen',
592-
'woodcutting': 'Holzfäller',
593-
'excavation': 'Graben',
588+
'mining': 'Bergbau',
589+
'woodcutting': "Holzfäller",
594590
'repair': 'Reparatur',
595-
'fishing': 'Angeln',
596-
'alchemy': 'Alchemie',
591+
'unarmed': 'Faustkampf',
597592
'herbalism': 'Kräuterkunde',
598-
'mining': 'Bergbau',
599-
'acrobatics': 'Akrobatik'
593+
'excavation': 'Graben',
594+
'archery': 'Bogenschießen',
595+
'swords': 'Schwert',
596+
'axes': 'Axtkampf',
597+
'acrobatics': 'Akrobatik',
598+
'fishing': 'Angeln',
599+
'alchemy': 'Alchemie'
600600
},
601601
'family': {
602602
'Gathering': 'Sammeln',

0 commit comments

Comments
 (0)