30 lines
654 B
JSON
30 lines
654 B
JSON
{
|
|
"TB": {
|
|
"common": {
|
|
"unsaved": "This change hasn't been saved, if you close without saving it will be undone."
|
|
},
|
|
"apps": {
|
|
"ArtistApp": {
|
|
"title": {
|
|
"create": "Create New Artist",
|
|
"edit": "Edit Artist: {name}"
|
|
},
|
|
"add-link": "Add New Link"
|
|
}
|
|
},
|
|
"dialogs": {
|
|
"Link": {
|
|
"title": "Create/Edit Link",
|
|
"name": "Name",
|
|
"url": "URL"
|
|
}
|
|
},
|
|
"notifs": {
|
|
"error": {
|
|
"db-out-of-date": "Database out of date, please try again.",
|
|
"document-ID-404": "Cannot find {dbType} with ID: {id}",
|
|
"no-upload-permission": "Cannot save due to missing the \"Upload Files\" permission."
|
|
}
|
|
}
|
|
}
|
|
}
|