1234567891011121314151617181920212223242526272829303132333435 |
- {
- "presence.sections.changelog.title": {
- "description": "The title of the changelog section.",
- "message": "Ændringslog"
- },
- "presence.sections.description.title": {
- "description": "The title of the description section.",
- "message": "Beskrivelse"
- },
- "presence.sections.information.author": {
- "description": "One of the strings from the Information section. [on webite -> Author: (username)]",
- "message": "Forfatter"
- },
- "presence.sections.information.contributors": {
- "description": "One of the strings from the Information section. [on webite -> Contributors: (array)]",
- "message": "Bidragere"
- },
- "presence.sections.information.supportedurls": {
- "description": "One of the strings from the Information section. [on webite -> Supported URLs: (array)]",
- "message": "Understyttede URLs"
- },
- "presence.sections.information.tags": {
- "description": "One of the strings from the Information section. [on webite -> Tags: (tag) (tag) (tag)]",
- "message": "Mærker"
- },
- "presence.sections.information.title": {
- "description": "The title of the information section.",
- "message": "Information"
- },
- "presence.sections.information.version": {
- "description": "One of the strings from the Information section. [on webite -> Version: (2.0)]",
- "message": "Version"
- }
- }
|