browser.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "editor": {
  3. "discard": "Discard",
  4. "codeblocktitle": "Insert Code Block",
  5. "codeblockinsert": "Insert Code Block",
  6. "codeblocklanguage": "Language",
  7. "codeblockloading": "Loading code syntax for {{name}}",
  8. "codeblockloadingerror": "Error: Unable to load language syntax.",
  9. "codeblocksuccess": "Your code block has been inserted.",
  10. "videotitle": "Insert Video",
  11. "videolinktitle": "Enter the link to the video to be embedded:",
  12. "videoinsert": "Insert Video",
  13. "videonotsupported": "This URL is invalid or not supported!",
  14. "videosupportedtitle": "The following are supported:",
  15. "videoanymp4file": "Any standard MP4 file",
  16. "videosuccess": "The video code has been inserted."
  17. },
  18. "nav": {
  19. "home": "Home"
  20. },
  21. "profile": {
  22. "displayname": "Display Name",
  23. "displaynameexample": "John Smith",
  24. "email": "Email",
  25. "password": "Password",
  26. "passwordverify": "Verify Password",
  27. "savechanges": "Save Changes"
  28. },
  29. "search": {
  30. "placeholder": "Search...",
  31. "results": "Search Results",
  32. "nomatch": "No results matching your query",
  33. "didyoumean": "Did you mean...?"
  34. }
  35. }