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

translate(es_extended): Update and add missing translations #1162

Merged
merged 2 commits into from
Aug 20, 2023
Merged
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
3 changes: 2 additions & 1 deletion [core]/es_extended/locales/fr.lua
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ Locales["fr"] = {
["command_setgroup_group"] = "Nom du groupe à définir",
["commanderror_argumentmismatch"] = "Le nombre d'arguments est invalide (Argument·s donné·s: %s, Argument·s demandé·s: %s)",
["commanderror_argumentmismatch_number"] = "Type de données de l'argument #%s invalide (Type donné: texte, Type demandé: nombre)",
["commanderror_argumentmismatch_string"] = "Type de données de l'argument #%s invalide (Type donné: nombre, Type demandé: texte)",
["commanderror_invaliditem"] = "Le nom de l'objet est invalide",
["commanderror_invalidweapon"] = "Le nom de l'arme est invalide",
["commanderror_console"] = "Cette commande ne peut pas être éxécutée depuis la console",
Expand Down Expand Up @@ -207,7 +208,7 @@ Locales["fr"] = {
["weapon_militaryrifle"] = "Fusil militaire",
["weapon_specialcarbine"] = "Carabine spéciale",
["weapon_specialcarbine_mk2"] = "Carabine spéciale MK2",
["weapon_heavyrifle"] = "Heavy Rifle", -- Not Translated
["weapon_heavyrifle"] = "Fusil lourd",

-- Sniper
["weapon_heavysniper"] = "Sniper lourd",
Expand Down
Loading