add locale support

This commit is contained in:
2025-05-12 23:10:33 +02:00
parent c4d2349b6a
commit 583b01d92e
35 changed files with 177 additions and 45 deletions
Regular → Executable
View File

Before

Width:  |  Height:  |  Size: 320 B

After

Width:  |  Height:  |  Size: 320 B

Regular → Executable
View File

Before

Width:  |  Height:  |  Size: 258 B

After

Width:  |  Height:  |  Size: 258 B

Regular → Executable
View File

Before

Width:  |  Height:  |  Size: 380 B

After

Width:  |  Height:  |  Size: 380 B

Regular → Executable
View File

Before

Width:  |  Height:  |  Size: 569 B

After

Width:  |  Height:  |  Size: 569 B

Regular → Executable
View File

Before

Width:  |  Height:  |  Size: 659 B

After

Width:  |  Height:  |  Size: 659 B

Regular → Executable
View File

Before

Width:  |  Height:  |  Size: 198 B

After

Width:  |  Height:  |  Size: 198 B

Regular → Executable
View File

Before

Width:  |  Height:  |  Size: 381 B

After

Width:  |  Height:  |  Size: 381 B

+19
View File
@@ -0,0 +1,19 @@
{
"title": "Rollenspiel Würfel",
"reset-dices": "Würfel zurücksetzen",
"clear-history": "Verlauf löschen",
"export-data": "Daten exportieren",
"import-data": "Daten importieren",
"dark-mode": "Dunkler Modus",
"light-mode": "Heller Modus",
"update": "Update versuchen",
"add-selected": "Ausgewählte addieren",
"roll-selected": "Ausgewählte würfeln",
"new-dices": "Neue Würfel",
"roll": "Würfeln",
"custom": "Benutzerdefiniert",
"new-dice": "Neuer Würfel",
"regex": "(\\d+)?[w|W](\\d+)([\\+|\\-]\\d+)?(\\[(.+)\\])?",
"regex-placeholder": "1W6+1 + 2W4",
"D": "W"
}
+19
View File
@@ -0,0 +1,19 @@
{
"title": "Role Playing Game Dices",
"reset-dices": "Reset Dices",
"clear-history": "Clear History",
"export-data": "Export Data",
"import-data": "Import Data",
"dark-mode": "Dark Mode",
"light-mode": "Light Mode",
"update": "Try to Update",
"add-selected": "Add Selected",
"roll-selected": "Roll Selected",
"new-dices": "New Dices",
"roll": "Roll",
"custom": "Custom",
"new-dice": "New Dice",
"regex": "(\\d+)?[d|D](\\d+)([\\+|\\-]\\d+)?(\\[(.+)\\])?",
"regex-placeholder": "1D6+1 + 2D4",
"D": "D"
}
Regular → Executable
View File

Before

Width:  |  Height:  |  Size: 9.0 KiB

After

Width:  |  Height:  |  Size: 9.0 KiB

Regular → Executable
View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Regular → Executable
View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Regular → Executable
View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Regular → Executable
View File

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Regular → Executable
View File

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 52 KiB

Regular → Executable
View File

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

Regular → Executable
View File

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

Regular → Executable
View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Regular → Executable
View File

Before

Width:  |  Height:  |  Size: 194 B

After

Width:  |  Height:  |  Size: 194 B

Regular → Executable
View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Regular → Executable
View File

Before

Width:  |  Height:  |  Size: 202 B

After

Width:  |  Height:  |  Size: 202 B

Regular → Executable
View File

Before

Width:  |  Height:  |  Size: 192 B

After

Width:  |  Height:  |  Size: 192 B

Regular → Executable
View File

Before

Width:  |  Height:  |  Size: 287 B

After

Width:  |  Height:  |  Size: 287 B

Regular → Executable
View File

Before

Width:  |  Height:  |  Size: 686 B

After

Width:  |  Height:  |  Size: 686 B

Regular → Executable
View File

Before

Width:  |  Height:  |  Size: 286 B

After

Width:  |  Height:  |  Size: 286 B

Regular → Executable
View File

Before

Width:  |  Height:  |  Size: 405 B

After

Width:  |  Height:  |  Size: 405 B