bookmark-audio-fragment/app/_locales/en/ messages.json
31 lines
1.1 KiB

  1. {
  2. "appName": {
  3. "message": "Bookmark audio fragment",
  4. "description": "The name of the application"
  5. },
  6. "appShortName": {
  7. "message": "Bookmark audio fragment",
  8. "description": "The short_name (maximum of 12 characters recommended) is a short version of the app's name."
  9. },
  10. "appDescription": {
  11. "message": "Browser extension to bookmark fragments of audio files",
  12. "description": "The description of the application"
  13. },
  14. "copySelectionContextMenuItemForFragment": {
  15. "message": "Copy link to selected fragment",
  16. "description": "The context menu item to copy a selected audio fragment"
  17. },
  18. "copySelectionContextMenuItemForSingleMoment": {
  19. "message": "Copy link to selected moment",
  20. "description": "The context menu item to copy a selected moment"
  21. },
  22. "bookmarkSelectionContextMenuItemForFragment": {
  23. "message": "Bookmark selected fragment",
  24. "description": "The context menu item to bookmark a selected audio fragment"
  25. },
  26. "bookmarkSelectionContextMenuItemForSingleMoment": {
  27. "message": "Bookmark selected moment",
  28. "description": "The context menu item to bookmark a selected single moment"
  29. }
  30. }