sourcemod/translations/fr/plugin.basecommands.txt
peace-maker 008fbf78a5
Cleanup the translation files (#1962)
* Remove obsolete slapslay.phrases.txt

That plugin isn't in the stock arsenal since forever.

* Remove "Dead Player Rename" phrase

Unused since #313

* Remove nominations phrases from rockthevote

Those phrases were moved to their own nominations.phrases.txt

* Remove "Next Map" phrase from nextmap.phrases.txt

It was moved to basetriggers.phrases.txt

* Remove unused phrases from common.phrases.txt

Only "Slapped Player" was moved to funvotes.phrases.txt

* Delete empty phrase files

* Fix workflow python version selection

3.10 would select Python 3.1 and fail

* Deduplicate "Please select a map" phrase

Only keep it in the plugin.basecommands.txt file and remove it from the basevotes.phrases.txt.

Both plugins using the phrase load the basecommands phrases.

* Allow manual triggering of translations action

* Actually use the nextmap phrases

They were never referenced in the plugin. The "ago" phrase doesn't work the way it is and needs more rethinking.
2023-03-30 01:13:40 +02:00

134 lines
1.9 KiB
Plaintext

"Phrases"
{
"Unable to find cvar"
{
"fr" "Impossible de trouver la Cvar: {1}"
}
"No access to cvar"
{
"fr" "Vous n'avez pas accès à cette cvar."
}
"Value of cvar"
{
"fr" "Valeur de la Cvar \"{1}\": \"{2}\""
}
"Cvar changed"
{
"fr" "a changé la Cvar \"{1}\" pour \"{2}\"."
}
"Config not found"
{
"fr" "Fichier de configuration \"{1}\" non trouvé."
}
"Executed config"
{
"fr" "a lancé le fichier de configuration \"{1}\"."
}
"Permabanned player"
{
"fr" "a banni définitivement le Joueur \"{1}\"."
}
"Permabanned player reason"
{
"fr" "a banni définitivement le Joueur \"{1}\" (motif: {2})."
}
"Banned player"
{
"fr" "a banni le Joueur \"{1}\" pour {2} minutes."
}
"Banned player reason"
{
"fr" "a banni le Joueur \"{1}\" pour {2} minutes (motif: {3})."
}
"Removed bans matching"
{
"fr" "Ban(s) retiré(s) selon filtre: {1}"
}
"Ban added"
{
"fr" "Le Ban a été ajouté."
}
"Admin cache refreshed"
{
"fr" "Le cache Admin a été rafraîchi."
}
"Identify player"
{
"fr" "Identifier un Joueur"
}
"Choose Map"
{
"fr" "Choisir une Map"
}
"Exec CFG"
{
"fr" "Exécuter un fichier de configuration"
}
"Admin logged in as"
{
"fr" "\"{1}\" est enregistré comme \"{2}\" avec les droits: {3}"
}
"Admin logged in anon"
{
"fr" "\"{1}\" a les droits: {2}"
}
"Player is not an admin"
{
"fr" "\"{1}\" n'est pas un Admin."
}
"Player is an admin"
{
"fr" "\"{1}\" est un Admin."
}
"Username"
{
"fr" "Pseudo"
}
"Kicked target"
{
"fr" "a Kické {1}."
}
"Admin access"
{
"fr" "Accès Admin"
}
"Cvar is now protected"
{
"fr" "La Cvar {1} est maintenant protégée."
}
"Kicked target reason"
{
"fr" "{1} kické (Raison: {2})"
}
"Please select a map"
{
"fr" "Veuillez selectionner une map"
}
}