Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions lang/de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"SIMPLEFOG.brushOpacity": "Pinsel Transparenz",
"SIMPLEFOG.brushSize": "Pinsel Größe",
"SIMPLEFOG.hide": "Verstecken",
"SIMPLEFOG.reveal": "Aufdecken",
"SIMPLEFOG.gmFogSettings": "SL Nebel Einstellung",
"SIMPLEFOG.color": "Farbe",
"SIMPLEFOG.opacity": "Transparenz",
"SIMPLEFOG.playerFogSettings": "Spieler Nebel Einstellungen",
"SIMPLEFOG.filterSettings": "Filter Einstellungen",
"SIMPLEFOG.blurRadius": "Verschwimmen Radius",
"SIMPLEFOG.blurQuality": "Verschwimmen Qualität",
"SIMPLEFOG.blurQualityDesc": "Eine Höhere verschwimmen Qualität verbessert die Darstellung, kann aber die Leistung beeinträchtigen.",
"SIMPLEFOG.transitionSettings": "Übergang Einstellungen",
"SIMPLEFOG.enableTransitions": "Aktiviere Übergänge",
"SIMPLEFOG.transitionSpeed": "Übergangsgeschwindigkeit",
"SIMPLEFOG.visibilitySettings": "Sichtbarkeits Einstellungen",
"SIMPLEFOG.enableAutovis": "Aktiviere automatische Sichtbarkeit",
"SIMPLEFOG.enableForGM": "Aktiviere für SL",
"SIMPLEFOG.visThreshold": "Sichtbarkeitsschwellenwert",
"SIMPLEFOG.saveAsDef": "Speichere die aktuellen Einstellungen als Standard",
"SIMPLEFOG.ok": "OK",
"SIMPLEFOG.sf": "Simple Fog",
"SIMPLEFOG.onoff": "Aktiviere/Deaktiviere Simple Fog",
"SIMPLEFOG.brushTool": "Pinsel Werkzeug",
"SIMPLEFOG.gridTool": "Gitter Werkzeug",
"SIMPLEFOG.polygonTool": "Polygon Werkzeug",
"SIMPLEFOG.boxTool": "Box Werkzeug",
"SIMPLEFOG.ellipseTool": "Ellipsen Werkzeug",
"SIMPLEFOG.sceneConfig": "Szenen Konfiguration",
"SIMPLEFOG.reset": "Setze Simple Fog zurück",
"SIMPLEFOG.confirmReset": "Bist du sicher? Der Nebel des Krieges wird zurückgesetzt.",
"SIMPLEFOG.autoVisNotes": "Wenn aktiviert, wird die automatische Sichtbarkeit Spielfiguren anzeigen/ausblenden, basierend auf der Transparenz des Nebels an ihrer Position basierend auf dem Schwellenwert. Die Pinselfarbe wechselt zu Grün/Rot um zu zeigen, ob das Token sichtbar wäre."
}
59 changes: 32 additions & 27 deletions module.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,33 @@
{
"name": "simplefog",
"title": "Simplefog - Manual Fog of War",
"description": "Simplefog allows you to draw fog of war manually, optionally automatically hiding and revealing tokens underneath based on opacity. It provides a number of tools to quickly draw and erase fog in various shapes - brush, rectangles, ellipses, polygons or to reveal tiles you click/drag on the grid.",
"author": "Vance Cole",
"version": "0.1.11",
"minimumCoreVersion": "0.6.4",
"compatibleCoreVersion": "0.7.3",
"esmodules": [
"js/simplefog.js",
"js/controls.js"
],
"styles": [
"css/brush-controls.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"url": "https://github.com/VanceCole/simplefog",
"manifest": "https://raw.githubusercontent.com/VanceCole/simplefog/master/module.json",
"readme": "https://github.com/VanceCole/simplefog/blob/master/README.md",
"changelog": "https://github.com/VanceCole/simplefog/blob/master/changelog.md",
"download": "https://github.com/VanceCole/simplefog/releases/download/0.1.11/simplefog.zip"
{
"name": "simplefog",
"title": "Simplefog - Manual Fog of War",
"description": "Simplefog allows you to draw fog of war manually, optionally automatically hiding and revealing tokens underneath based on opacity. It provides a number of tools to quickly draw and erase fog in various shapes - brush, rectangles, ellipses, polygons or to reveal tiles you click/drag on the grid.",
"author": "Vance Cole",
"version": "0.1.11",
"minimumCoreVersion": "0.6.4",
"compatibleCoreVersion": "0.7.3",
"esmodules": [
"js/simplefog.js",
"js/controls.js"
],
"styles": [
"css/brush-controls.css"
],
"languages": [
{
"lang": "de",
"name": "German",
"path": "lang/de.json"
},
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"url": "https://github.com/VanceCole/simplefog",
"manifest": "https://raw.githubusercontent.com/VanceCole/simplefog/master/module.json",
"readme": "https://github.com/VanceCole/simplefog/blob/master/README.md",
"changelog": "https://github.com/VanceCole/simplefog/blob/master/changelog.md",
"download": "https://github.com/VanceCole/simplefog/releases/download/0.1.11/simplefog.zip"
}