presence.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "presence.sections.changelog.title": {
  3. "description": "The title of the changelog section.",
  4. "message": "יומן שינויים"
  5. },
  6. "presence.sections.description.title": {
  7. "description": "The title of the description section.",
  8. "message": "תיאור"
  9. },
  10. "presence.sections.information.author": {
  11. "description": "One of the strings from the Information section. [on webite -> Author: (username)]",
  12. "message": "מחבר"
  13. },
  14. "presence.sections.information.contributors": {
  15. "description": "One of the strings from the Information section. [on webite -> Contributors: (array)]",
  16. "message": "תורמים"
  17. },
  18. "presence.sections.information.supportedurls": {
  19. "description": "One of the strings from the Information section. [on webite -> Supported URLs: (array)]",
  20. "message": "כתובות נתמכות"
  21. },
  22. "presence.sections.information.tags": {
  23. "description": "One of the strings from the Information section. [on webite -> Tags: (tag) (tag) (tag)]",
  24. "message": "תגים"
  25. },
  26. "presence.sections.information.title": {
  27. "description": "The title of the information section.",
  28. "message": "מידע"
  29. },
  30. "presence.sections.information.version": {
  31. "description": "One of the strings from the Information section. [on webite -> Version: (2.0)]",
  32. "message": "גרסה"
  33. }
  34. }