bookmark-audio-fragment/app/_locales/en/ messages.json
23 lines
852 B

  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. "bookmarkSelectionContextMenuItemForFragment": {
  15. "message": "Bookmark selected fragment",
  16. "description": "The entry in the context ('right-click') menu when selecting an audio fragment"
  17. },
  18. "bookmarkSelectionContextMenuItemForSingleMoment": {
  19. "message": "Bookmark selected moment",
  20. "description": "The entry in the context ('right-click') menu when selecting a single moment"
  21. }
  22. }