Start workin on i18n

This commit is contained in:
MassiveBox 2025-04-20 22:16:48 +02:00
parent 3a05d36f8c
commit f35342a791
Signed by: massivebox
GPG key ID: 9B74D3A59181947D
4 changed files with 35 additions and 18 deletions

View file

@ -1,3 +1,25 @@
{
"insertDrawing": "Insert Drawing"
"insertDrawing": "Insert Drawing",
"editDrawing": "Edit with js-draw",
"errNoFileID": "File ID missing - couldn't open file.",
"drawing": "Drawing",
"settings": {
"name": "js-draw Plugin Settings",
"grid": {
"title": "Enable grid by default",
"description": "Enable to automatically turn on the grid on new drawings."
},
"background": {
"title": "Default background Color",
"description": "Default background color for new drawings, in hexadecimal."
},
"dialogOnDesktop": {
"title": "Open editor as dialog on desktop",
"description": "Dialog mode provides a larger drawing area, but it's not as handy to use as tabs (default).<br />The editor will always open as a dialog on mobile."
},
"analytics": {
"title": "Analytics",
"description": "Enable to send anonymous usage data to the developer. <a href='https://s.massive.box/jsdraw-plugin-privacy'>Privacy Policy</a>"
}
}
}