37 lines
959 B
TypeScript
37 lines
959 B
TypeScript
// Generated by zotero-plugin-scaffold
|
|
/* prettier-ignore */
|
|
/* eslint-disable */
|
|
// @ts-nocheck
|
|
export type FluentMessageId =
|
|
| 'description'
|
|
| 'error-better-notes-required'
|
|
| 'error-notes-path-invalid'
|
|
| 'error-notes-path-not-set'
|
|
| 'error-pandoc-not-found'
|
|
| 'menu-export-all'
|
|
| 'menu-export-selected'
|
|
| 'menu-preferences'
|
|
| 'name'
|
|
| 'notification-config-required'
|
|
| 'notification-export-complete'
|
|
| 'notification-export-error'
|
|
| 'notification-no-items'
|
|
| 'prefs-attach-org'
|
|
| 'prefs-attach-org-description'
|
|
| 'prefs-auto-export-sync'
|
|
| 'prefs-browse'
|
|
| 'prefs-debug'
|
|
| 'prefs-export-now'
|
|
| 'prefs-export-tab-close'
|
|
| 'prefs-force-export'
|
|
| 'prefs-notes-path'
|
|
| 'prefs-notes-path-description'
|
|
| 'prefs-pandoc-path'
|
|
| 'prefs-pandoc-path-description'
|
|
| 'prefs-section-advanced'
|
|
| 'prefs-section-behavior'
|
|
| 'prefs-section-paths'
|
|
| 'prefs-show-notification'
|
|
| 'prefs-test-pandoc'
|
|
| 'prefs-title';
|