+16
-15
apps/skillulator/public/locales/en/translation.json
+16
-15
apps/skillulator/public/locales/en/translation.json
···
1
1
{
2
-
"pageDescription": "Skillulator, optimize and share your FlyFF skill builds",
3
-
"secondaryTitle": "How to use",
4
-
"appInstructions": {
5
-
"inst1": "Use the left and right click to level up or level down a skill",
6
-
"inst2": "The arrow up and arrow down keys can be used as well",
7
-
"inst3": "You can set a level using the character level input",
8
-
"inst4": "Clicking \"copy skill tree\" will create a link for you to share with other people"
9
-
},
10
-
"classSelectionLink": "Back to class selection",
11
-
"copyText": "Copy skill tree",
12
-
"copiedText": "Copied code to clipboard!",
13
-
"resetText": "Reset skill tree",
14
-
"availSkillPoints": "Available skill points",
15
-
"charLevel": "Character Level",
16
-
"requiredText": "is required"
2
+
"pageDescription": "Skillulator, optimize and share your FlyFF skill builds",
3
+
"secondaryTitle": "How to use",
4
+
"appInstructions": {
5
+
"inst1": "Use the left and right click to level up or level down a skill",
6
+
"inst2": "The arrow up and arrow down keys can be used as well",
7
+
"inst3": "You can set a level using the character level input",
8
+
"inst4": "Clicking \"copy skill tree\" will create a link for you to share with other people",
9
+
"inst5": "Clicking on the master icon within a skill opens the master variation dialog"
10
+
},
11
+
"classSelectionLink": "Back to class selection",
12
+
"copyText": "Copy skill tree",
13
+
"copiedText": "Copied code to clipboard!",
14
+
"resetText": "Reset skill tree",
15
+
"availSkillPoints": "Available skill points",
16
+
"charLevel": "Character Level",
17
+
"requiredText": "is required"
17
18
}