-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Update Spanish localization #243
base: dev
Are you sure you want to change the base?
Conversation
@@ -159,18 +159,18 @@ Balance: { | |||
} | |||
|
|||
EnableDamageRandomizationRemoval: { | |||
// DisplayName: "Enable Damage Randomization Removal" | |||
// Description: "When enabled, all damage numbers in the game will be made fair and predictable." | |||
DisplayName: "Activar remoción de randomización de daño" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would prefer "eliminación de aleatorización" since "randomización" doesn't exist in Spanish and "remoción" is not a synonym of eliminate
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmmm, how about "eliminación de variación en daño"? I'm thinking "aleatorización" sounds a little wordy
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, didn't check the comment. I'd go for it too, sounds more organic, yep
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good except a few accents needed (added in comments).
} | ||
|
||
EnableManaDropsRework: { | ||
// DisplayName: "Enable Mana Drops Rework" | ||
// Description: "When enabled, random mana drops on enemy deaths are replaced with enemies dropping mana over time as they receive damage, as long as a nearby player is not on full mana." | ||
DisplayName: "Activar ajuste a regeneración de mana en combate" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
here and below, "maná" instead of "mana"
} | ||
|
||
EnableGoreGibbing: { | ||
// DisplayName: "Enable Gore Gibbing" | ||
// Description: "Whether gores can be destroyed, with some breaking into smaller pieces." | ||
DisplayName: "Activar destruccion de restos" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"destrucción"
} | ||
|
||
ParticleMultiplierSafe: { | ||
// DisplayName: "Particle Spawn Rate (Safe)" | ||
// Description: "If set below 1.0 - reduces the amount of normal (non-bloody) particles. Set to '0.0' to completely disable them." | ||
DisplayName: "Frecuencia de generacion de particulas no sangrientas" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add accents to "generación " and "partículas", and below
@Wolf-Igmc4 thanks for the review. Just pushed the missing corrections you pointed out |
No description provided.