Advertisement
MrLetsplay2003

PR en.yml

Jun 27th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 8.16 KB | None | 0 0
  1. ### CustomConfig version: 2.0
  2. creation-disabled: "%prefix% §cThe creation of stations is currently disabled"
  3. time-format: "s,min,h"
  4. still-loading: "%prefix% §cPlayerRadios is still loading"
  5. stations: "%prefix% §7Your stations"
  6. stations-entry: "§8%station-id%: §7%station-name%"
  7. stations-empty: "%prefix% §7You don't own any stations"
  8. station-changed: "%prefix% §aNow listening to: §7%station-name%"
  9. song-changed: "%prefix% §8[§7%station-name%§8]: §aNow playing: §7%song-name%"
  10. station-broadcast: "%prefix% §8[§7%station-name%§8]: §7%message%"
  11. stopped-listening: "%prefix% §cStopped listening"
  12. not-listening: "%prefix% §cYou aren't listening to any stations"
  13. stopped-broadcasting: "%prefix% §cThe station §7%station-name% §chas stopped broadcasting"
  14. not-broadcasting: "%prefix% §cThe station §7%station-name% §cis currently not broadcasting"
  15. search-results: "%prefix% §7Top search results:"
  16. search-results-entry: "§8%song-id%: §7%song-author% - %song-name% (by: %song-by%)"
  17. search-results-empty: "§cNo results found"
  18. reload-complete: "%prefix% §aReload complete"
  19. process-already-running: "§cThere's already a process running. Please wait until it's finished"
  20. world-blacklisted: "%prefix% §cPlayerRadios is disabled in this world"
  21. commands-disabled: "%prefix% §cPlayerRadios commands are disabled. Please run /pr to and use the GUI instead"
  22. station:
  23.   too-many-stations: "%prefix% §cYou cannot have more than %max-stations% stations"
  24.   playlist: "%prefix% §7Station \"%station-name%\" (%station-id%)'s Playlist (Looping: %loop%):"
  25.   playlist-entry: "§6%index%: §7%song-name% (Song ID: %song-id%)"
  26.   playlist-entry-playing: "§6%index%: §a%song-name% (Song ID: %song-id%)"
  27.   playlist-empty: "%prefix% §7Station \"%station-name%\" (%station-id%)'s playlist is empty"
  28.   song-added: "%prefix% §aSong added to playlist"
  29.   song-doesnt-exist: "%prefix% §cThat song doesn't exist"
  30.   song-removed: "%prefix% §aSong removed from playlist"
  31.   song-not-on-playlist: "%prefix% §cThat song is not on the playlist"
  32.   not-your-station: "%prefix% §cYou don't own that station"
  33.   doesnt-exist: "%prefix% §cThat station doesn't exist"
  34.   started: "%prefix% §aStation started"
  35.   stopped: "%prefix% §cStation stopped"
  36.   cannot-modify: "%prefix% §cYou cannot modify the station's playlist while it's running"
  37.   name-too-long: "%prefix% §cThe station name cannot be longer than %max-name-length% characters"
  38.   rename: "%prefix% §7Please type in a new name for your station:"
  39.   rename-not-allowed: "%prefix% §cRenaming stations is not allowed"
  40.   rename-cancelled: "%prefix% §cRename action timed out. Try typing a little faster next time"
  41.   track-skipped: "%prefix% §aTrack skipped"
  42.   already-running: "%prefix% §cYour station is already running"
  43.   not-running: "%prefix% §cYour station is currently not running"
  44.   deleted: "%prefix% §aThe station §7%station-name% (%station-id%) §ahas been deleted"
  45.   set:
  46.     name: "%prefix% §aYour station has been renamed from §7%old-name% §ato §7%new-name%"
  47.     loop:
  48.       enable: "%prefix% §aLooping enabled"
  49.       disable: "%prefix% §cLooping disabled"
  50.   gui:
  51.     skip-song: "§7Skip current song"
  52.     start: "§aStart your station"
  53.     stop: "§cStop your station"
  54.     playlist-empty: "§cYour station's playlist is empty"
  55.     rename: "§7Rename your station"
  56.     delete: "§cDelete station"
  57.     running: "§cYou cannot do that while your station is running"
  58.     not-running: "§cYour station is currently not running"
  59.     drop-here: "§7Drop your item here"
  60.     about:
  61.       info: "§eInfo"
  62.       status: "§7Your station is currently: "
  63.       status-online: "§aOnline"
  64.       status-offline: "§cOffline"
  65.       playing: "§7Currently playing: %song-name%"
  66.       playing-color: "§3"
  67.       playing-nothing: "Nothing"
  68.       players: "§7There are §3%players% §7players listening to your station"
  69.       players-no: "no"
  70.       songs: "§7The playlist contains §3%songs% §7songs"
  71.       songs-no: "no"
  72.       listen: "§3Left click to listen to station"
  73.       stop-listening: "§3Click to stop listening"
  74.       change-icon: "§3Right click to change icon"
  75.     loop:
  76.       enabled: "§aLooping enabled"
  77.       disabled: "§cLooping disabled"
  78.     song:
  79.       add: "§7Add song to playlist"
  80.       remove: "§7Remove song from playlist"
  81.       previous: "§7Previous song"
  82.       next: "§7Next song"
  83.       current: "§7Currently selected"
  84.       currently-playing: "§aThis song is currently playing"
  85.     play-mode:
  86.       message: "§7Playing %mode% §7given songs"
  87.       whitelist: "§8all of"
  88.       blacklist: "§8all except"
  89. station-created:
  90.   1: "%prefix% §aYour station §7\"%station-name%\" §a(Station §7%id%§a) has been created"
  91.   2: "%prefix% §6Use §7/pr station %id% §6to manage your station"
  92. gui:
  93.   back: "§cBack"
  94.   next-page: "§7Next page"
  95.   previous-page: "§7Previous page"
  96.   create-station: "§aCreate station"
  97.   all-stations: "§7All stations"
  98.   your-stations: "§7Your stations"
  99.   stop-listening: "§cStop listening"
  100.   about-station:
  101.     online: "§aCurrently broadcasting"
  102.     offline: "§cCurrently offline"
  103.     playing: "§7Currently playing: %song-name%"
  104.     playing-color: "§3"
  105.     playing-nothing: "Nothing"
  106.     listen-time: "§7Listening for: §3%time%"
  107.     owner: "§7Owner: §3%owner%"
  108.     id: "§7ID: §3%id%"
  109.     manage: "§3Right-click to manage"
  110.   songs:
  111.     sorting-by: "§7Sorting by: %mode%"
  112.     mode-alphabet: "Alphabet"
  113.     mode-id: "ID"
  114.     mode-author: "Author"
  115.     song:
  116.       author: "§8Original author: §7%author%"
  117.       by: "§8By: §7%maker%"
  118.       id: "§8Song ID: §7%id%"
  119. export:
  120.   wait: "%prefix% §6Exporting §7%song-name%§6..."
  121.   done: "%prefix% §aExported as §7%file-name%"
  122.   failed: "%prefix% §cExport failed. Check console for more info"
  123.   wait-all: "%prefix% §6Exporting §7%count% §6song(s)..."
  124.   done-all: "%prefix% §aExported §7%count% §asong(s) in §7%time%s §a(§7%failed% §afailed)"
  125.   not-available: "%prefix% §6Export as SNG-archive is not available for single songs"
  126. submit:
  127.   invalid-url: "%prefix% §cInvalid url"
  128.   file-too-big: "%prefix% §cFile too big"
  129.   invalid-file: "%prefix% §cThe file you're trying to import is not a valid song file (NBS, SNG, RSNG)"
  130.   downloading: "%prefix% §6Downloading file..."
  131.   reading: "%prefix% §6Reading song(s) from file..."
  132.   success: "%prefix% §aImported §7%count% §asong(s) successfully (Detected format §7%format%§a)"
  133. bugreport:
  134.   success: "%prefix% §aBug report created: §7%link%§a. Send me a private message at §7https://www.spigotmc.org/conversations/add?to=MrLetsplay §awith that link and the bug you found"
  135. placeholderapi:
  136.   listening:
  137.     station:
  138.       none: "None"
  139.       owner:
  140.         none: "-"
  141.     time:
  142.       none: "-"
  143.     song:
  144.       none: "None"
  145.       format: "%original-author% - %song-name% (by %author%) | %song-id%"
  146. help:
  147.   header: "%prefix% §8| §7Help §8| §7%topic%"
  148.   layout: "§7§l/%command%%args% §r§8- %description%"
  149.   use-topic-stations: "§7Use §7§l/pr help stations §r§7for help about stations"
  150.   invalid-topic: "§7There's no help available for \"%topic%\""
  151.   pr: "Opens the station selection GUI"
  152.   pr-help: "Shows the command help (about a specific topic)"
  153.   pr-playlist: "Shows the playlist of the station you're currently listening to"
  154.   pr-version: "Shows the current PlayerRadios version and checks for an update (if enabled)"
  155.   pr-export: "Exports a song to the specified format/Exports the song settings"
  156.   pr-reload: "Reloads PlayerRadios"
  157.   pr-submit: "Submit/Upload a song to the server's song library"
  158.   pr-search: "Search for a song"
  159.   pr-bugreport: "Create a bug report"
  160.   pr-station-create: "Create a station"
  161.   pr-station-list: "Lists all your stations"
  162.   pr-station: "Opens the station's management GUI"
  163.   pr-station-playlist: "Shows a station's playlist"
  164.   pr-station-playlist-add: "Add a song to a station's playlist"
  165.   pr-station-playlist-remove: "Remove a song from a station's playlist"
  166.   pr-station-set: "Change a station's setting"
  167.   pr-station-start-stop: "Start/Stop a station"
  168.   pr-station-skip: "Skip to the next track in a station's playlist"
  169.   pr-station-delete: "Delete a station"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement