Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed spelling and grammatical issues. #188

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions palworld_pal_edit/resources/data/en-GB/passives.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
},
"Witch": {
"Name": "Siren of the Void",
"Description": "+30% damage dealth with Dark attacks. +30% damage dealt with Ice attacks. Bellanoir's signature ability."
"Description": "+30% damage dealt with Dark attacks. +30% damage dealt with Ice attacks. Bellanoir's signature ability."
},
"PAL_ALLAttack_up1": {
"Name": "Brave",
Expand All @@ -129,7 +129,7 @@
},
"PAL_ALLAttack_up3": {
"Name": "Demon God",
"Description": "+30% to Attack stat, +5% to Defense stat."
"Description": "+30% to Attack stat, +5% to Defence stat."
},
"PAL_ALLAttack_down1": {
"Name": "Coward",
Expand Down Expand Up @@ -173,7 +173,7 @@
},
"TrainerWorkSpeed_UP_1": {
"Name": "Motivational Leader",
"Description": "+25% to Player move speed."
"Description": "+25% to Player movement speed."
},
"TrainerDEF_UP_1": {
"Name": "Stronghold Strategist",
Expand Down Expand Up @@ -201,23 +201,23 @@
},
"PAL_FullStomach_Down_1": {
"Name": "Dainty Eater",
"Description": "Hunger decreases 10.0% slower."
"Description": "Hunger decreases 10% slower."
},
"PAL_FullStomach_Down_2": {
"Name": "Diet Lover",
"Description": "Hunger decreases 15.0% slower."
"Description": "Hunger decreases 15% slower."
},
"PAL_FullStomach_Down_3": {
"Name": "Mastery of Fasting",
"Description": "Hunger decreases 20.0% slower."
"Description": "Hunger decreases 20% slower."
},
"PAL_FullStomach_Up_1": {
"Name": "Glutton",
"Description": "Hunger decreases 10.0% faster."
"Description": "Hunger decreases 10% faster."
},
"PAL_FullStomach_Up_2": {
"Name": "Bottomless Stomach",
"Description": "Hunger decreases 15.0% faster."
"Description": "Hunger decreases 15% faster."
},
"CraftSpeed_up1": {
"Name": "Serious",
Expand Down Expand Up @@ -269,11 +269,11 @@
},
"PAL_conceited": {
"Name": "Conceited",
"Description": "+10% work speed, -20% defense."
"Description": "+10% work speed, -20% defence."
},
"PAL_SpiritualInst": {
"Name": "Mentally unstable",
"Description": "-10% work speed, -10% defense."
"Description": "-10% work speed, -10% defence."
},
"PAL_masochist": {
"Name": "Masochist",
Expand Down Expand Up @@ -313,11 +313,11 @@
},
"SalePrice_Up_2": {
"Name": "Fine Furs",
"Description": "Sale price 3% when selling to Vendors."
"Description": "+3% Sell price when selling to Vendors."
},
"SalePrice_Down_1": {
"Name": "Shabby",
"Description": "Sale price -10% when selling to Vendors."
"Description": "-10% Sell price when selling to Vendors."
},
"CoolTimeReduction_Up_1": {
"Name": "Serenity",
Expand All @@ -329,7 +329,7 @@
},
"CoolTimeReduction_Down_1": {
"Name": "Easygoing",
"Description": "Active Skill Cooldown extension -15%."
"Description": "Active Skill Cooldown increased by 15%."
},
"NonKilling": {
"Name": "Mercy hit",
Expand Down Expand Up @@ -359,4 +359,4 @@
"Name": "Philantropist",
"Description": "When assigned to a Breeding Farm, breeding speed is increased by 100%."
}
}
}
6 changes: 3 additions & 3 deletions palworld_pal_edit/resources/data/en-GB/ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"preset_change_rank": "Preset changes rank",
"preset_set_attr": "Set Attributes:",
"preset_change_attr": "Preset changes attributes",
"menu_load_save": "Load PalWorld Save",
"menu_save": "Save Changes To File",
"menu_load_save": "Load Palworld Save",
"menu_save": "Save Changes to File",
"menu_export": "Export Pal",
"menu_import": "Import Pal to selected Player",
"msg_select_file": "Please select a save file.",
Expand All @@ -71,4 +71,4 @@
"select_file": "Select a file",
"msg_select_save_file": "Please select a save file.",
"msg_done": "Done loading!"
}
}