Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.03 KB | None | 0 0
  1. name: English
  2.  
  3. uwave:
  4.   close: Close
  5.   timeAgo:
  6.     format: "{{time}} ago"
  7.     seconds: "{{count}} second"
  8.     seconds_plural: "{{count}} seconds"
  9.     minutes: "{{count}} minute"
  10.     minutes_plural: "{{count}} minutes"
  11.     hours: "{{count}} hour"
  12.     hours_plural: "{{count}} hours"
  13.     days: "{{count}} day"
  14.     days_plural: "{{count}} days"
  15.  
  16.   chat:
  17.     title: Chat
  18.     placeholder: Click here to chat!
  19.  
  20.   dialogs:
  21.     confirm:
  22.       defaultConfirmLabel: OK
  23.       defaultCancelLabel: Cancel
  24.  
  25.     prompt:
  26.       defaultSubmitLabel: OK
  27.  
  28.     logout:
  29.       title: null
  30.       action: Sign Out
  31.       confirm: Are you sure you want to sign out?
  32.  
  33.     createPlaylist:
  34.       action: Create
  35.       nameInputTitle: Playlist Name
  36.  
  37.     deletePlaylist:
  38.       action: Delete
  39.       title: Delete Playlist
  40.       confirm: Are you sure you want to delete this playlist?
  41.  
  42.     renamePlaylist:
  43.       action: Rename
  44.       nameInputTitle: Playlist Name
  45.  
  46.     editMedia:
  47.       title: Edit Media
  48.       save: Save
  49.       artistLabel: Artist
  50.       titleLabel: Title
  51.       playFromLabel: "Play from:"
  52.       playToLabel: "to:"
  53.       errors:
  54.         invalidStartTime: That start time is invalid.
  55.         invalidEndTime: That end time is invalid.
  56.         endTimeBeforeStart: The end time should be after the start time.
  57.         endTimeAfterSongEnd: The end time cannot be past the total duration of the song.
  58.  
  59.   media:
  60.     artist: Artist
  61.     title: Title
  62.  
  63.   playlists:
  64.     title: Playlists
  65.     new: Create Playlist
  66.     delete: Delete Playlist
  67.     noPlaylists: You don't have a playlist yet!
  68.     noPlaylistsCreate: You don't have a playlist yet! Click here to create one.
  69.     empty: "This playlist is empty :("
  70.     active: Active
  71.     activate: Activate
  72.     shuffle: Shuffle
  73.     filter: Filter
  74.     rename: Rename
  75.     import:
  76.       title: Import
  77.     search:
  78.       action: Search
  79.       results: "Search: {{query}}"
  80.  
  81.   eta:
  82.     empty: "from {{playlist}}"
  83.     playingNow: "from {{playlist}} playing now"
  84.     eta: "from {{playlist}} playing in {{eta}}"
  85.  
  86.   waitlist:
  87.     title: Waitlist
  88.     join: Join Waitlist
  89.     leave: Leave Waitlist
  90.  
  91.   votes:
  92.     upvote: Upvote
  93.     downvote: Downvote
  94.     favorite: Favorite
  95.  
  96.   booth:
  97.     empty: Nobody is playing!
  98.     currentDJ: "played by: {{user}}"
  99.     skip:
  100.       self: Skip your turn
  101.       other: "Skip {{user}}'s turn"
  102.  
  103.   history:
  104.     title: Play History
  105.  
  106.   users:
  107.     title: Room
  108.     guests: "and {{count}} guest"
  109.     guests_plural: "and {{count}} guests"
  110.  
  111.   settings:
  112.     title: Settings
  113.     videoEnabled: Play Audio/Video
  114.     videoSize: Full-size Video
  115.     mentionSound: Chat Mention Sound
  116.     language: Language
  117.     logout: Sign out
  118.     profile:
  119.       username:
  120.         change: Change Username
  121.         save: Save
  122.     links:
  123.       website: üWave
  124.       source: üWave Web Client Source Code
  125.       license: License
  126.  
  127.   login:
  128.     login: Sign in
  129.     register: Register
  130.     username: Username
  131.     email: E-mail
  132.     password: Password
  133.     forgotPassword: Forgot Password?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement