Added the Search API Synonym module to deal specifically with licence and license...
[yaffs-website] / web / modules / contrib / search_api_synonym / console / translations / en / searchapi.synonym.export.yml
diff --git a/web/modules/contrib/search_api_synonym/console/translations/en/searchapi.synonym.export.yml b/web/modules/contrib/search_api_synonym/console/translations/en/searchapi.synonym.export.yml
new file mode 100644 (file)
index 0000000..ad1369d
--- /dev/null
@@ -0,0 +1,23 @@
+description: 'Export search synonyms to a specific format.'
+options:
+  plugin:
+    description: 'Machine name of the export plugin. E.g. solr.'
+  langcode:
+    description: 'Language being exported. Use the language code. E.g. en or da.'
+  type:
+    description: 'Synonym type. Allowed values: synonym = Synomyms, spelling_error = Spelling errors, all = All types (synonyms and spelling errors). If option not defined will all types be exported.'
+  filter:
+    description: 'Export filter. Allowed values: nospace = Skip all words containing a space, onlyspace = Skip all words without a space.'
+  incremental:
+    description: 'Incremental export - use Unix timestamp. Only export synonyms changed after the provided timestamp.'
+  file:
+    description: 'File name used when saving the exported file. Include extension and not folder name!'
+arguments: {}
+messages:
+  start: 'Starting synonym export....'
+  success: 'Synonyms export and saved in the following file:'
+  invalidplugin: '--plugin is not valid. Please, use an existing plugin machine name.'
+  invalidlangcode: '--langcode is not valid. Please, use an existing language code.'
+  invalidtype: '--type option is not valid. The only allowed values are "synonym", "spelling_error", "all".'
+  invalidfilter: '--filter option is not valid. The only allowed values are "nospace", "onlyspace", "all".'
+