mue/src/translations/en_US.json

29 lines
616 B
JSON
Raw Normal View History

2021-02-28 16:18:17 +00:00
{
"modals": {
"main": {
"settings": {
"sections": {
"quote": {
2021-03-18 17:58:23 +00:00
"favourite": "Favorite",
"author_link": "Author Link",
"custom_author": "Custom Author"
},
"background": {
"custom_colour": "Custom Background Color",
"add_colour": "Add color",
"favourite": "Favorite"
},
"time": {
"analogue": {
"title": "Analog"
}
2021-03-18 15:22:41 +00:00
},
"advanced": {
"customisation": "Customization"
}
2021-02-28 16:18:17 +00:00
}
}
2021-02-28 16:18:17 +00:00
}
}
}