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.
This commit is contained in:
@@ -80,11 +80,6 @@
|
||||
"fr" "Un Vote Map est déjà en préparation"
|
||||
}
|
||||
|
||||
"Please select a map"
|
||||
{
|
||||
"fr" "Veuillez selectionner une map"
|
||||
}
|
||||
|
||||
"Start the Vote"
|
||||
{
|
||||
"fr" "Lancer le vote"
|
||||
|
||||
@@ -210,26 +210,6 @@
|
||||
"fr" "Ce Joueur n'est pas complètement en Jeu."
|
||||
}
|
||||
|
||||
"Played Sound"
|
||||
{
|
||||
"fr" "a joué un son au joueur '{1}' "
|
||||
}
|
||||
|
||||
"Slapped player"
|
||||
{
|
||||
"fr" "a giflé '{1}'"
|
||||
}
|
||||
|
||||
"Slayed player"
|
||||
{
|
||||
"fr" "a tué le joueur '{1}' "
|
||||
}
|
||||
|
||||
"Kicked player"
|
||||
{
|
||||
"fr" "a kické le joueur '{1}' "
|
||||
}
|
||||
|
||||
"Cannot participate in vote"
|
||||
{
|
||||
"fr" "Vous ne pouvez pas participer à ce vote."
|
||||
|
||||
@@ -1,10 +1,5 @@
|
||||
"Phrases"
|
||||
{
|
||||
"Next Map"
|
||||
{
|
||||
"fr" "Map suivante: {1}"
|
||||
}
|
||||
|
||||
"Map History"
|
||||
{
|
||||
"fr" "Historique des Maps"
|
||||
|
||||
@@ -40,9 +40,4 @@
|
||||
"fr" "Renommer le joueur"
|
||||
}
|
||||
|
||||
"Dead Player Rename"
|
||||
{
|
||||
"fr" "{1} sera renommé au prochain round."
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -125,4 +125,9 @@
|
||||
"fr" "{1} kické (Raison: {2})"
|
||||
}
|
||||
|
||||
"Please select a map"
|
||||
{
|
||||
"fr" "Veuillez selectionner une map"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -30,16 +30,6 @@
|
||||
"fr" "Le nombre minimum de joueurs n'est pas atteint."
|
||||
}
|
||||
|
||||
"Map Already In Vote"
|
||||
{
|
||||
"fr" "La map '{1}' est déjà dans la liste RTV."
|
||||
}
|
||||
|
||||
"Map Inserted"
|
||||
{
|
||||
"fr" "La map '{1}' est ajoutée au RTV."
|
||||
}
|
||||
|
||||
"RTV Requested"
|
||||
{
|
||||
"fr" "{1} veut lancer un Rock The Vote. ({2} votes, {3} requis)"
|
||||
@@ -55,16 +45,6 @@
|
||||
"fr" "Continuer sur cette map"
|
||||
}
|
||||
|
||||
"Already Nominated"
|
||||
{
|
||||
"fr" "Vous avez déjà choisi une map."
|
||||
}
|
||||
|
||||
"Max Nominations"
|
||||
{
|
||||
"fr" "Le maximum autorisé pour les propositions a été atteint."
|
||||
}
|
||||
|
||||
"Selected Map"
|
||||
{
|
||||
"fr" "{1} a choisi {2}"
|
||||
@@ -85,19 +65,4 @@
|
||||
"fr" "Changement de Map pour {1}! Décision du Rock the Vote !"
|
||||
}
|
||||
|
||||
"Map Already Nominated"
|
||||
{
|
||||
"fr" "La map que vous souhaitez a déjà été choisie."
|
||||
}
|
||||
|
||||
"Map Nominated"
|
||||
{
|
||||
"fr" "{1} a choisi la map {2} pour le RTV."
|
||||
}
|
||||
|
||||
"Nominate Title"
|
||||
{
|
||||
"fr" "Maps nominées:"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -1,73 +0,0 @@
|
||||
"Phrases"
|
||||
{
|
||||
"Slayed target"
|
||||
{
|
||||
"fr" "{1} a été tué."
|
||||
}
|
||||
|
||||
"Slay player"
|
||||
{
|
||||
"fr" "Tuer le joueur"
|
||||
}
|
||||
|
||||
"Slap damage"
|
||||
{
|
||||
"fr" "Dégâts de la gifle"
|
||||
}
|
||||
|
||||
"Slap player"
|
||||
{
|
||||
"fr" "Gifler un joueur"
|
||||
}
|
||||
|
||||
"Slapped target"
|
||||
{
|
||||
"fr" "{1} a été giflé."
|
||||
}
|
||||
|
||||
"Slap damage"
|
||||
{
|
||||
"fr" "Dégâts du Slap"
|
||||
}
|
||||
|
||||
"Slap player"
|
||||
{
|
||||
"fr" "Slaper un joueur "
|
||||
}
|
||||
|
||||
"Slapped target"
|
||||
{
|
||||
"fr" "{1} a été Slapé"
|
||||
}
|
||||
|
||||
"Slay player"
|
||||
{
|
||||
"fr" "Tuer un joueur"
|
||||
}
|
||||
|
||||
"Slap player"
|
||||
{
|
||||
"fr" "Gifler un Joueur"
|
||||
}
|
||||
|
||||
"Slap damage"
|
||||
{
|
||||
"fr" "Dommages infligés par la gifle"
|
||||
}
|
||||
|
||||
"Slay player"
|
||||
{
|
||||
"fr" "Massacrer un Joueur"
|
||||
}
|
||||
|
||||
"Slapped target"
|
||||
{
|
||||
"fr" "a giflé {1}."
|
||||
}
|
||||
|
||||
"Slayed target"
|
||||
{
|
||||
"fr" "a massacré {1}."
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user