19 lines
569 B
JSON
Executable File
19 lines
569 B
JSON
Executable File
{
|
|
"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"
|
|
} |