en.json 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "connectdialog": {
  3. "title": "Connect to Server",
  4. "address": "Address",
  5. "port": "Port",
  6. "username": "Username",
  7. "password": "Password",
  8. "tokens": "Tokens",
  9. "remove": "Remove",
  10. "add": "Add",
  11. "cancel": "Cancel",
  12. "connect": "Connect",
  13. "error": {
  14. "title": "Failed to connect",
  15. "reason": {
  16. "refused": "The connection has been refused.",
  17. "version": "The server uses an incompatible version.",
  18. "username": "Your user name was rejected. Maybe try a different one?",
  19. "userpassword": "The given password is incorrect.\nThe user name you have chosen requires a special one.",
  20. "serverpassword": "The given password is incorrect.",
  21. "username_in_use": "The user name you have chosen is already in use.",
  22. "full": "The server is full.",
  23. "clientcert": "The server requires you to provide a client certificate which is not supported by this web application.",
  24. "server": "The server reports:"
  25. },
  26. "retry": "Retry",
  27. "cancel": "Cancel"
  28. }
  29. },
  30. "joindialog": {
  31. "title": "Mumble Voice Conference",
  32. "connect": "Join Conference"
  33. },
  34. "toolbar": {
  35. "orientation": "Switch Orientation",
  36. "connect": "Connection",
  37. "information": "Information",
  38. "mute": "Mute",
  39. "unmute": "Unmute",
  40. "deaf": "Deafen",
  41. "undeaf": "Undeafen",
  42. "record": "Record",
  43. "comment": "Comment",
  44. "settings": "Settings",
  45. "sourcecode": "Open Source Code"
  46. },
  47. "usercontextmenu": {
  48. "mute": "Mute",
  49. "deafen": "Deafen",
  50. "priority_speaker": "Priority Speaker",
  51. "local_mute": "Local Mute",
  52. "ignore_messages": "Ignore Messages",
  53. "view_comment": "View Comment",
  54. "change_comment": "Change Comment",
  55. "reset_comment": "Reset Comment",
  56. "view_avatar": "View Avatar",
  57. "change_avatar": "Change Avatar",
  58. "reset_avatar": "Reset Avatar",
  59. "send_message": "Send Message",
  60. "information": "Information",
  61. "self_mute": "Self Mute",
  62. "self_deafen": "Self Deafen",
  63. "add_friend": "Add Friend",
  64. "remove_friend": "Remove Friend"
  65. },
  66. "channelcontextmenu": {
  67. "join": "Join Channel",
  68. "add": "Add",
  69. "edit": "Edit",
  70. "remove": "Remove",
  71. "link": "Link",
  72. "unlink": "Unlink",
  73. "unlink_all": "Unlink All",
  74. "copy_mumble_url": "Copy Mumble URL",
  75. "copy_mumble_web_url": "Copy Mumble-Web URL",
  76. "send_message": "Send Message"
  77. },
  78. "logentry": {
  79. "connecting": "Connecting to server",
  80. "connected": "Connected!",
  81. "connection_error": "Connection error:",
  82. "connection_fallback_mode": "Server does not support WebRTC, re-trying in fallback mode..",
  83. "unknown_voice_mode": "Unknown voice mode:",
  84. "mic_init_error": "Cannot initialize user media. Microphone will not work:"
  85. },
  86. "chat": {
  87. "channel_message_placeholder": "Type message to channel '%1' here",
  88. "user_message_placeholder": "Type message to user '%1' here"
  89. }
  90. }