6a62cf64bf
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
63 lines
4.2 KiB
JSON
63 lines
4.2 KiB
JSON
{
|
|
"app": { "name": "Collection" },
|
|
"nav": { "objects": "Objects", "vocabularies": "Vocabularies", "authorities": "Authorities", "fields": "Fields", "search": "Search", "collapseSidebar": "Collapse sidebar", "expandSidebar": "Expand sidebar" },
|
|
"auth": { "email": "Email", "password": "Password", "signIn": "Sign in", "signOut": "Sign out", "invalid": "Invalid email or password", "networkError": "Could not reach the server" },
|
|
"objects": { "title": "Objects", "empty": "No objects yet", "loadError": "Could not load objects", "notFound": "Object not found", "prev": "Previous", "next": "Next", "of": "of", "new": "New object", "filter": "Filter objects…", "pageSize": "Per page", "columns": { "number": "Object №", "name": "Name", "visibility": "Visibility", "location": "Location", "count": "#", "updated": "Updated" } },
|
|
"fieldsLabels": { "objectNumber": "Object number", "objectName": "Name", "count": "Number of objects", "briefDescription": "Brief description", "currentLocation": "Current location", "currentOwner": "Current owner", "recorder": "Recorder", "recordingDate": "Recording date", "visibility": "Visibility", "flexible": "Catalogue fields" },
|
|
"visibility": { "draft": "Draft", "internal": "Internal", "public": "Public" },
|
|
"form": { "selectPlaceholder": "— select —", "create": "Create object", "save": "Save", "cancel": "Cancel", "visibility": "Visibility", "draft": "Draft", "internal": "Internal", "required": "This field is required", "rejected": "The server rejected the changes — check required and referenced fields", "fieldRejected": "The field \"{{field}}\" was rejected — check its value", "flexibleHeading": "Catalogue fields" },
|
|
"actions": { "edit": "Edit", "delete": "Delete", "rename": "Rename", "save": "Save", "closeDetail": "Close detail", "confirmDelete": "Delete this object? This cannot be undone.", "confirmDeleteTerm": "Delete this term? This cannot be undone.", "confirmDeleteAuthority": "Delete this authority? This cannot be undone.", "confirmDeleteField": "Delete this field definition? This cannot be undone.", "confirmDeleteVocabulary": "Delete this vocabulary? This cannot be undone.", "inUse": "Can't delete — used by {{count}} object(s). Clear those fields first." },
|
|
"labels": { "label": "Label", "externalUri": "External URI (optional)" },
|
|
"vocab": {
|
|
"newVocabulary": "New vocabulary", "key": "Key",
|
|
"create": "Create", "selectPrompt": "Select a vocabulary to manage its terms",
|
|
"terms": "Terms", "addTerm": "Add term", "empty": "No vocabularies yet",
|
|
"noTerms": "No terms yet", "loadError": "Could not load"
|
|
},
|
|
"authorities": {
|
|
"person": "Person", "organisation": "Organisation", "place": "Place",
|
|
"new": "New", "create": "Create", "empty": "No authorities yet", "loadError": "Could not load"
|
|
},
|
|
"search": {
|
|
"placeholder": "Search the collection…",
|
|
"all": "All",
|
|
"prompt": "Type to search",
|
|
"empty": "No results",
|
|
"loadError": "Search is unavailable",
|
|
"unavailable": "Search is not available on this server",
|
|
"loadMore": "Load more",
|
|
"resultCount_one": "{{count}} result",
|
|
"resultCount_other": "{{count}} results",
|
|
"selectPrompt": "Select a result to see the full record"
|
|
},
|
|
"fields": {
|
|
"title": "Fields",
|
|
"newField": "New field definition",
|
|
"key": "Key",
|
|
"type": "Type",
|
|
"vocabulary": "Vocabulary",
|
|
"authorityKind": "Authority kind",
|
|
"anyKind": "Any",
|
|
"group": "Group",
|
|
"required": "Required",
|
|
"create": "Create field",
|
|
"empty": "No field definitions yet",
|
|
"loadError": "Could not load",
|
|
"other": "Other",
|
|
"types": { "text": "Text", "localized_text": "Localized text", "integer": "Integer", "date": "Date", "boolean": "Boolean", "term": "Term", "authority": "Authority" }
|
|
},
|
|
"publish": {
|
|
"heading": "Visibility",
|
|
"advanceInternal": "Advance to internal",
|
|
"publish": "Publish →",
|
|
"backToDraft": "← Back to draft",
|
|
"unpublishInternal": "Unpublish to internal",
|
|
"confirmTitle": "Publish to public?",
|
|
"confirmBody": "This will make the record visible on the public API.",
|
|
"confirm": "Publish",
|
|
"gateError": "Can't publish — required fields are missing.",
|
|
"editLink": "Edit the record",
|
|
"illegalError": "That visibility change isn't allowed."
|
|
}
|
|
}
|