add locale support
This commit is contained in:
Executable
+19
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user