strapi-plugin-meilisearch
Version:
Synchronise and search in your Strapi content-types with Meilisearch
39 lines (38 loc) • 2.11 kB
JavaScript
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const en = {
"plugin.name": "Meilisearch",
"plugin.description": "Search in your content-types with the Meilisearch plugin",
"plugin.go-back": "Go back",
"plugin.table.header.name": "NAME",
"plugin.table.header.in-meilisearch": "IN MEILISEARCH ?",
"plugin.table.header.indexing": "INDEXING ?",
"plugin.table.header.index-name": "INDEX NAME",
"plugin.table.header.documents": "DOCUMENTS",
"plugin.table.header.hooks": "HOOKS",
"plugin.table.td.yes": "Yes",
"plugin.table.td.no": "No",
"plugin.table.td.hookingText.reload": "Reload needed",
"plugin.table.td.hookingText.hooked": "Hooked",
"plugin.update": "Update",
"plugin.save": "Save",
"plugin.reload-server": "Reload server",
"plugin.tab.collections": "Collections",
"plugin.tab.settings": "Settings",
"plugin.tab.settings.input.url.placeholder": "URL",
"plugin.tab.settings.input.url.label": "Meilisearch URL",
"plugin.tab.settings.input.url.hint": "The URL on which your Meilisearch is running",
"plugin.tab.settings.input.apiKey.placeholder": "API key",
"plugin.tab.settings.input.apiKey.label": "Meilisearch API Key",
"plugin.tab.settings.input.apiKey.hint": "A valid API key with enough permission to create indexes (or the master key).",
"plugin.tab.settings.warning.credentials.1": "Do not use this API key on your front-end as it has too much rights. Instead, use the public key available using",
"plugin.tab.settings.warning.credentials.2": "the key route",
"plugin.message.success.delete": "Request to delete content-type is successful",
"plugin.message.success.add": "Request to add a content-type is successful",
"plugin.message.success.update": "Request to update content-type is successful",
"plugin.message.success.credentials": "Credentials successfully updated!",
"plugin.message.something": "Something occurred in Meilisearch",
"plugin.message.forbidden.title": "Forbidden",
"plugin.message.forbidden.description": "You do not have permission to do this action"
};
exports.default = en;
;