A web TODO list application
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

135 lines
3.6 KiB

{
"language": "ENG",
"messages": [
{
"id": "category modal confirm deletion",
"message": "Confirm Deletion",
"translation": "Confirm Deletion"
},
{
"id": "category modal deletion confirmation",
"message": "Are you sure you want to delete this ToDo?",
"translation": "Are you sure you want to delete this ToDo?"
},
{
"id": "category modal delete button",
"message": "Delete",
"translation": "Delete"
},
{
"id": "category modal cancel button",
"message": "Cancel",
"translation": "Cancel"
},
{
"id": "category modal draw note",
"message": "Draw Note",
"translation": "Draw Note"
},
{
"id": "category modal save button",
"message": "Save",
"translation": "Save"
},
{
"id": "category modal todo details",
"message": "TODO Details",
"translation": "TODO Details"
},
{
"id": "category modal todo text",
"message": "Text:",
"translation": "Text:"
},
{
"id": "category modal todo created",
"message": "Created:",
"translation": "Created:"
},
{
"id": "category modal todo due",
"message": "Due:",
"translation": "Due:"
},
{
"id": "category modal todo completion",
"message": "Completion Time:",
"translation": "Completion Time:"
},
{
"id": "category modal close button",
"message": "Close",
"translation": "Close"
},
{
"id": "category modal edit button",
"message": "Edit",
"translation": "Edit"
},
{
"id": "category categories",
"message": "Categories",
"translation": "Categories"
},
{
"id": "category not removable",
"message": "Not Removable",
"translation": "Not Removable"
},
{
"id": "category todo text",
"message": "TODO Text",
"translation": "TODO Text"
},
{
"id": "category due date",
"message": "Due Date",
"translation": "Due Date"
},
{
"id": "category add",
"message": "Add",
"translation": "Add"
},
{
"id": "category show done",
"message": "Show Done",
"translation": "Show Done"
},
{
"id": "category image",
"message": "Image",
"translation": "Image"
},
{
"id": "category todo",
"message": "ToDo",
"translation": "Todo"
},
{
"id": "category created",
"message": "Created",
"translation": "Created"
},
{
"id": "category due",
"message": "Due",
"translation": "Due"
},
{
"id": "category completed",
"message": "Completed",
"translation": "Completed"
},
{
"id": "category enter todo text",
"message": "Enter ToDo Text",
"translation": "Enter ToDo Text"
},
{
"id": "category js button show todo",
"message": "Show To Do",
"translation": "Show To Do"
}
]
}