Skip to content

Commit

Permalink
Merge pull request #209 from foundryvtthub/weblate-pf2e-dorako-ui-main
Browse files Browse the repository at this point in the history
Translations update from Foundry Hub - Weblate
  • Loading branch information
Dorako authored Jul 16, 2023
2 parents 315c54b + 48a62a7 commit 3ffb6b7
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 3 deletions.
4 changes: 4 additions & 0 deletions languages/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,10 @@
"remove-attack-info-from-damage-roll-messages": {
"name": "Angriffsinfo aus Schadenswurfmeldungen entfernen?",
"hint": "Schadenswürfe nehmen weniger Platz ein, indem redundante Trefferinformationen entfernt werden. Gedacht für die Verwendung mit dem DFCE-Modul"
},
"no-compendium-banner-images": {
"name": "Kompendium Bannerbilder ausblenden?",
"hint": "Entfernt die Bannerbilder des Kompendiums in der Seitenleiste"
}
},
"avatar": {
Expand Down
57 changes: 57 additions & 0 deletions languages/pl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"pf2e-dorako-ui": {
"text": {
"secret": "Sekret",
"whisper": "Szept",
"from": "Od",
"to": "do",
"send-to-chat": "Wyślij",
"default": "Domyślne",
"dark": "Ciemny",
"light": "Jasny",
"disabled": "Wyłączony",
"large-chatlog-warning": "Ze względu na duży log czatu, niektóre ustawienia zostaną zastosowane przy następnym przeładowaniu.",
"maybe-reload": "Niektóre zmiany mogą wymagać przeładowania."
},
"settings": {
"reset-changes": "Zresetuj ustawienia",
"theme": {
"label": "Skonfiguruj ustawienia motywu",
"hint": "Zmiana ustawień motywów dla różnych aplikacji i elementów interfejsu użytkownika",
"application-theme": {
"name": "Motyw aplikacji",
"hint": "Wpływa na renderowane okna aplikacji",
"choice": {
"no-theme": "Brak motywu",
"light-theme": "Jasny Dorako UI",
"dark-theme": "Ciemny Dorako UI"
}
},
"frosted-glass": {
"name": "Używaj matowego szkła",
"hint": "OSTRZEŻENIE: Bardzo wysoka zasobożerność. Przykład: jasność(1.5) kontrast(1.2) nasycenie(1.5) rozmycie(5px)"
},
"glass-bg": {
"name": "Użyj alternatywnego szklanego tła",
"hint": "Każdy prawidłowy kolor CSS powinien działać"
},
"npc-sheet-theme": {
"hint": "Wpływa na kartę NPC",
"name": "Motyw karty NPC"
},
"chat-theme": {
"name": "Motyw czatu",
"hint": "Wpływa na wszystkie wiadomości czatu",
"choice": {
"factions": "Gracze jasny, GM ciemny"
}
},
"pc-sheet-theme": {
"name": "Motyw karty PC",
"hint": "Wpływa na karty graczy"
},
"name": "Ustawienia motywu"
}
}
}
}
4 changes: 4 additions & 0 deletions languages/zh_Hans.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@
"adjust-token-effects-hud": {
"name": "调整指示物效果HUD?",
"hint": "(实验性) 令效果于指示物外环环绕显示,对于较大指示物则置于指示物内侧"
},
"no-compendium-banner-images": {
"name": "隐藏合集包的横幅图片?",
"hint": "在侧边栏中移除合集包的横幅图片"
}
},
"reset-changes": "重置更改",
Expand Down
16 changes: 13 additions & 3 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@
],
"flags": {
"hotReload": {
"extensions": [".css", ".json"]
"extensions": [
".css",
".json"
]
}
},
"languages": [
Expand Down Expand Up @@ -90,9 +93,16 @@
"lang": "es",
"name": "Español",
"path": "languages/es.json"
},
{
"lang": "pl",
"name": "polski",
"path": "languages/pl.json"
}
],
"styles": ["styles/fonts.css"],
"styles": [
"styles/fonts.css"
],
"esmodules": [
"modules/misc-hooks.js",
"modules/settings/settings.js",
Expand All @@ -108,4 +118,4 @@
"manifest": "https://github.com/Dorako/pf2e-dorako-ui/releases/latest/download/module.json",
"readme": "https://github.com/Dorako/pf2e-dorako-ui",
"bugs": "https://github.com/Dorako/pf2e-dorako-ui/issues"
}
}

0 comments on commit 3ffb6b7

Please sign in to comment.