en.yaml 4.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. schemaVersion: 1
  2. translations:
  3. welcome: Welcome to OliveTin
  4. docs: Documentation
  5. raise-issue: Raise an issue on GitHub
  6. nav.actions: Actions
  7. nav.logs: Logs
  8. nav.entities: Entities
  9. nav.diagnostics: Diagnostics
  10. nav.system: System
  11. connected: Connected
  12. disconnected: Disconnected
  13. reconnecting: Reconnecting…
  14. disconnected-banner-announcement: Events websocket disconnected.
  15. disconnected-banner-link-text: "Events websocket disconnected"
  16. disconnected-banner-suffix: " since {disconnectedSince}. Trying reconnect in {reconnectIn}."
  17. disconnected-banner-suffix-reconnecting: " since {disconnectedSince}. Trying reconnect…"
  18. login-button: Login
  19. logs.title: Logs
  20. logs.page-description: This is a list of logs from actions that have been executed. Use the filter box for search terms and expressions.
  21. logs.filter-placeholder: Filter logs (e.g. !Update or Status != Completed)
  22. logs.filter-help-title: Filter syntax
  23. logs.filter-help-intro: Filters run on the server over entries you are allowed to view. Combine terms with and / or.
  24. logs.filter-help-fields: "Fields: Status, Action, User, Output, Blocked, TimedOut, Running, ExitCode. Operators: ==, !=, contains. Prefix ! on a single word excludes matching entries."
  25. logs.filter-help-examples: "Examples: backup · !Update · Status != Completed · Status == Blocked · Action contains backup and Status == Completed"
  26. logs.filter-error: Could not apply filter expression.
  27. logs.no-logs-for-filter: No logs match the current filter.
  28. logs.timestamp: Timestamp
  29. logs.action: Action
  30. logs.metadata: Metadata
  31. logs.status: Status
  32. logs.no-logs-to-display: There are no logs to display.
  33. logs.timed-out: Timed out
  34. logs.blocked: Blocked
  35. logs.exit-code: Exit code
  36. logs.completed: Completed
  37. logs.clear-filter: Clear search filter
  38. logs.clear-date-filter: Clear date filter
  39. logs.calendar: Calendar
  40. logs.calendar-title: Logs Calendar
  41. logs.back-to-list: Back to List
  42. logs.queue: Queue
  43. logs.queue-title: Execution Queue
  44. logs.queue-page-description: Active and waiting executions grouped by action group. Entries you are not permitted to view are hidden.
  45. logs.queue-empty: There are no active or waiting executions right now.
  46. logs.queue-default-group: Default
  47. logs.action-group-limits: "concurrent: {concurrent}, queue size: {queueSize}"
  48. logs.queue-group-active: "{active} active (max {max})"
  49. logs.queue-group-active-unlimited: "{active} active"
  50. logs.queue-waiting: Waiting
  51. logs.queue-running: Running
  52. logs.queue-position: "#{position}"
  53. logs.queue-entity: Entity
  54. logs.queue-action-details: Action Details
  55. diagnostics.get-support: Get support
  56. diagnostics.get-support-description: If you are having problems with OliveTin and want to raise a support request, it would be very helpful to include Server Diagnostics from this page.
  57. diagnostics.where-to-find-help: Where to find help
  58. diagnostics.config-issues: Configuration issues
  59. diagnostics.config-issues-description: Problems detected in the current OliveTin configuration. Fix these in your config files and reload OliveTin.
  60. diagnostics.config-issues-none: No configuration issues detected.
  61. diagnostics.config-issue-severity: Severity
  62. diagnostics.config-issue-code: Code
  63. diagnostics.config-issue-message: Message
  64. diagnostics.config-issue-action: Action
  65. diagnostics.config-issue-argument: Argument
  66. diagnostics.config-issue-config-file: Config file
  67. diagnostics.config-issue-detail: Detail
  68. diagnostics.config-issue-source: Source
  69. diagnostics.ssh: SSH
  70. diagnostics.found-key: Found Key
  71. diagnostics.found-config: Found Config
  72. diagnostics.server-diagnostics: Server Diagnostics
  73. diagnostics.server-diagnostics-description: This section allows you to generate a detailed report of your configuration and environment. It is a good idea to include this when raising a support request.
  74. diagnostics.server-diagnostics-docs: Server Diagnostics Documentation
  75. diagnostics.generate-server-diagnostics: Generate Server Diagnostics
  76. diagnostics.browser-info: Browser Info
  77. diagnostics.browser-info-description: This section allows you to generate a detailed report of your browser information. This can be helpful when troubleshooting browser-specific issues.
  78. diagnostics.generate-browser-info: Generate Browser Info
  79. diagnostics.copy-to-clipboard: Copy to Clipboard
  80. diagnostics.copied: Copied!
  81. diagnostics.unknown: Unknown
  82. diagnostics.useragent-data-error: Error retrieving userAgentData
  83. return-to-index: Return to index
  84. search-filter: Filter current page
  85. language-dialog.title: Select Language
  86. language-dialog.browser-languages: Browser languages
  87. language-dialog.not-available: Not available
  88. language-dialog.close: Close
  89. theme-dialog.title: Select Theme
  90. theme-dialog.default: Default Theme
  91. theme-dialog.close: Close