image-tagger/langs/en-ca.json

46 lines
1.2 KiB
JSON

{
"IT": {
"common": {
"unsaved": "This change hasn't been saved, if you close without saving it will be undone."
},
"apps": {
"ArtBrowser": {
"selected": "{current}/{required} Selected"
},
"ArtistApp": {
"title": {
"create": "Create New Artist",
"edit": "Edit Artist: {name}"
},
"add-link": "Add New Link"
},
"ImageApp": {
"title": {
"upload": "Upload New Image",
"edit-named": "Editing Image: {name}",
"edit-generic": "Editing Image"
}
}
},
"settings": {
"openForEditImage": {
"name": "Open Art Browser for Documents",
"hint": "Whether or not to open the custom Art Browser when picking an image using the edit image action within Foundry for all documents. Systems and Modules that use a different edit image action will not work with this setting."
}
},
"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."
}
}
}
}