stan1712

SRP - English Translation (v4.0.0)

Jul 11th, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.05 KB | None | 0 0
  1. # SeriousRP | Owner : stan1712
  2. # Traductors : ErHak_ / legaming04 -> https://github.com/stan1712/SeriousRP/wiki/Translations
  3. # Our Discord : https://discord.gg/DkQSQa7
  4. Version: VERSION NOT SET PLEASE SET ConfigFix TO true
  5. ConfigFix: true
  6. Prefix: SeriousRP
  7.  
  8. #Core messages
  9. Core:
  10.   Discord: "Our discord :"
  11.   NoPerms: "You don't have the permission !"
  12.   HelpMsg:
  13.     Help: "Need help ? Type /seriousrp help"
  14.     VersionHelp: "Plugin version ? Type /seriousrp version"
  15.     DiscordHelp: "Come with us on Discord ! /seriousrp discord"
  16.     StatusHelp: "What modules is activated ? /seriousrp status"
  17.     Dsrtp: "Be able to teleport you randomly"
  18.     DTown: "Be able to teleport you in the town"
  19.     DTownSet: "Be able to set the spawn point of the town"
  20.     DTownWhere: "Be able to know where is the town"
  21.     DPhone: "Shows the phone menu"
  22.     DHelp: "Shows the help"
  23.     DVersion: "Be able to know plugin version"
  24.     DStatus: "Show the state of the modules"
  25.     DDiscord: "Show the discord link"
  26.     DRevive: "Revive and heal a player"
  27.     DMedinfo: "Be able to know the health status of a player"
  28.     DHRPRevive: "Revive and heal you"
  29.   Modules:
  30.     Error: "Une erreur a ete trouvée ! Regardez la console ainsi que votre fichier config.yml"
  31.     InactiveDebug: true
  32.     InactiveMessage: "&c'%module%' module is inactive"
  33.     CustomRecipes: true
  34.     RPDeath: true
  35.     Medics: false
  36.     TownSystem: true
  37.     RPMobile: true
  38.     Chairs: true
  39.     Economy: true
  40.    
  41. #Modules sections
  42. MicroModules:
  43.   RandomTeleport: "Teleportation to a random location !"
  44.   RandomBlocks: 1000
  45.  
  46. Medics:
  47.   Comate: "&cYou are in comate, call emergency or type &l/hrprevive&r&c if they are not available"
  48.   MedRevive:
  49.     Revive: "&aYou successfully revive the player"
  50.     Self: "&aYou successfully revive yourself"
  51.     Error: "&cis not online, or you misstaken his username"
  52.     NoNeed: "&cThis player don't need to be revive"
  53.   MedInfo:
  54.     Health: "Life :"
  55.     Hearts: "hearts"
  56.     Food: "Food :"
  57.     Coordinates: "is at :"
  58.     Effects: "Effects"
  59.    
  60. TownSystem:
  61.   Teleports:
  62.     GoToTown: "You have been teleported in the town"
  63.     SetTown: "You set the town spawn location"
  64.     TownWhere: "The spawn location of the town is at :"
  65.   Locations:
  66.     Town:
  67.       x: 0
  68.       y: 0
  69.       z: 0
  70.       WorldName: world
  71.  
  72. Economy:
  73.   Currency: "€"
  74.   NotEnough: "&cYou don't have enough money !"
  75.   Cheque:
  76.     Usage: "To create a cheque : /cheque <value>"
  77.     Created: "A %amount%€ cheque has been created"
  78.     Already: "&cYou already have a %amount%€ cheque on you !"
  79.     Claimed: "&aYou claimed the %amount%€ cheque !"
  80.     Lores:
  81.       Title: "&8Cheque (&7%amount%€&8)"
  82.       Value: "&7Value : "
  83.       Author: "&7Author : "
  84.       Usage: "&6&lRight Click to claim"
  85.        
  86. Chairs:
  87.  - WOOD_STAIRS
  88.   - SPRUCE_WOOD_STAIRS
  89.   - JUNGLE_WOOD_STAIRS
  90.   - BIRCH_WOOD_STAIRS
  91.   - SANDSTONE_STAIRS
  92.   - COBBLESTONE_STAIRS
  93.   - BRICK_STAIRS
  94.   - SMOOTH_STAIRS
  95.   - NETHER_BRICK_STAIRS
  96.   - QUARTZ_STAIRS
  97.   - ACACIA_STAIRS
  98.   - DARK_OAK_STAIRS
  99.   - WOOL
  100.   - STONE_SLAB
Add Comment
Please, Sign In to add comment