mirror of
https://github.com/GeorgH93/Minepacks.git
synced 2025-01-08 19:38:17 +01:00
commit
736a42b73c
@ -13,13 +13,20 @@ Language:
|
|||||||
PlayerBackpackClose_SendMethod: "action_bar"
|
PlayerBackpackClose_SendMethod: "action_bar"
|
||||||
InvalidBackpack: "Sac à dos non valide."
|
InvalidBackpack: "Sac à dos non valide."
|
||||||
NotAllowedInBackpack: "&c{ItemName} n'est pas autorisé dans le sac à dos."
|
NotAllowedInBackpack: "&c{ItemName} n'est pas autorisé dans le sac à dos."
|
||||||
|
NotAllowedInBackpack_SendMethod: "action_bar"
|
||||||
|
DontRemoveShortcut: "&cVous ne devez pas supprimer le raccourci de sac à dos de votre inventaire !"
|
||||||
|
DontRemoveShortcut_SendMethod: "action_bar"
|
||||||
Open:
|
Open:
|
||||||
#Parameter: {TimeLeft} time in seconds till the backpack can be reopened, {TimeSpanLeft} time formatted as string till the backpack can be reopened
|
#Parameter: {TimeLeft} time in seconds till the backpack can be reopened, {TimeSpanLeft} time formatted as string till the backpack can be reopened
|
||||||
Cooldown: "[{\"text\":\"Veuillez patienter \",\"color\":\"dark_green\"},{\"text\":\"{TimeSpanLeft}\",\"hoverEvent\":{\"action\":\"show_text\",\"value\":\"{TimeLeft} secondes\"}},{\"text\":\" till you reopen your backpack.\"}]"
|
Cooldown: "[{\"text\":\"Veuillez patienter \",\"color\":\"dark_green\"},{\"text\":\"{TimeSpanLeft}\",\"hoverEvent\":{\"action\":\"show_text\",\"value\":\"{TimeLeft} secondes\"}},{\"text\":\" till you reopen your backpack.\"}]"
|
||||||
#Parameter: {CurrentGameMode}, {AllowedGameModes}
|
#Parameter: {CurrentGameMode}, {AllowedGameModes}
|
||||||
WrongGameMode: "Vous n'êtes pas autorisé à ouvrir votre sac à dos dans votre mode de jeu actuel."
|
WrongGameMode: "Vous n'êtes pas autorisé à ouvrir votre sac à dos dans votre mode de jeu actuel."
|
||||||
Clean:
|
Clean:
|
||||||
BackpackCleaned: "Sac à dos nettoyé."
|
BackpackCleaned: "Sac à dos nettoyé."s
|
||||||
|
BackpackCleanedBy: "Votre sac à dos a été nettoyé par {DisplayName}&r."
|
||||||
|
BackpackCleanedOther: "Sac à dos de {DisplayName} &rnettoyé."
|
||||||
|
Sort:
|
||||||
|
Sorted: "Sac à dos trié."
|
||||||
Help:
|
Help:
|
||||||
Header: "&6### Minepacks Commandes ###"
|
Header: "&6### Minepacks Commandes ###"
|
||||||
Footer: "&6#############################"
|
Footer: "&6#############################"
|
||||||
@ -48,11 +55,17 @@ Language:
|
|||||||
# No Json!!!
|
# No Json!!!
|
||||||
DateFormat: "dd.MM.yyyy HH:mm:ss"
|
DateFormat: "dd.MM.yyyy HH:mm:ss"
|
||||||
Restored: "La sauvegarde a été restaurée avec succès."
|
Restored: "La sauvegarde a été restaurée avec succès."
|
||||||
|
InventoryClear:
|
||||||
|
UnknownPlayer: "&cImpossible de trouver le joueur {Name}!"
|
||||||
|
Cleared: "Inventaire nettoyé."
|
||||||
|
ClearedOther: "Inventaire de {DisplayName} &rnettoyé."
|
||||||
|
ClearedOtherTarget: "Votre inventaire a été effacé par {DisplayName}&r."
|
||||||
Commands:
|
Commands:
|
||||||
HelpFormat: "[\"\",{\"text\":\"/{MainCommand} {SubCommand} {Parameters}\",\"clickEvent\":{\"action\":\"suggest_command\",\"value\":\"/{MainCommand} {SubCommand}\"}},{\"text\":\" - \",\"color\":\"white\"},{\"text\":\"{Description}\",\"color\":\"aqua\"}]"
|
HelpFormat: "[\"\",{\"text\":\"/{MainCommand} {SubCommand} {Parameters}\",\"clickEvent\":{\"action\":\"suggest_command\",\"value\":\"/{MainCommand} {SubCommand}\"}},{\"text\":\" - \",\"color\":\"white\"},{\"text\":\"{Description}\",\"color\":\"aqua\"}]"
|
||||||
PlayerNameVariable: "player_name"
|
PlayerNameVariable: "player_name"
|
||||||
Description:
|
Description:
|
||||||
Backpack: "Ouvre votre sac à dos."
|
Backpack: "Ouvre votre sac à dos."
|
||||||
|
Sort: "Trie votre sac à dos."
|
||||||
Clean: "Nettoie votre sac à dos."
|
Clean: "Nettoie votre sac à dos."
|
||||||
CleanOthers: "Nettoie le sac à dos d'un autre joueur."
|
CleanOthers: "Nettoie le sac à dos d'un autre joueur."
|
||||||
OpenOthers: "Montre le sac à dos d'un autre joueur."
|
OpenOthers: "Montre le sac à dos d'un autre joueur."
|
||||||
@ -71,6 +84,8 @@ Command:
|
|||||||
- bp
|
- bp
|
||||||
Open:
|
Open:
|
||||||
- open
|
- open
|
||||||
|
Sort:
|
||||||
|
- sort
|
||||||
Clean:
|
Clean:
|
||||||
- clean
|
- clean
|
||||||
- clear
|
- clear
|
||||||
@ -90,10 +105,14 @@ Command:
|
|||||||
- version
|
- version
|
||||||
Help:
|
Help:
|
||||||
- help
|
- help
|
||||||
|
InventoryClear:
|
||||||
|
- clear
|
||||||
|
- inventoryclear
|
||||||
|
- clean
|
||||||
|
|
||||||
# Will be shown in the console during startup
|
# Will be shown in the console during startup
|
||||||
LanguageName: "Français"
|
LanguageName: "Français"
|
||||||
Author: "HiiRaZ"
|
Author: "Sniper_TVmc"
|
||||||
|
|
||||||
# Language file version. Don't touch it!
|
# Language file version. Don't touch it!
|
||||||
Version: 16
|
Version: 18
|
||||||
|
Loading…
Reference in New Issue
Block a user