moziar_obsidian-external-li.../src/lang/locale/en.ts
moz fb1f3dc10c style: use different styles for mobile and desktop
- auto-update dark mode button
- remove dark mode icon tips
- display icon preview as a column on desktop
2026-06-12 21:26:02 +08:00

118 lines
5.2 KiB
TypeScript

export default {
'Add new icon': 'Add new icon',
'Add website or URL scheme icon. The icon name must be unique.': 'Add website or URL scheme icon. The icon name must be unique.',
'Website': 'Website',
'Built-in icons': 'Built-in icons',
'Custom': 'Custom',
'No custom website icons yet.': 'No custom website icons yet.',
'URL scheme': 'URL scheme',
'No custom URL scheme icons yet.': 'No custom URL scheme icons yet.',
'Add website': 'Add website',
'Add URL scheme': 'Add URL scheme',
'Icon name (unique)': 'Icon name (unique)',
'Website or scheme identifier': 'Website or scheme identifier',
'Domain (e.g. baike.baidu.com or baidu.com/about)': 'Domain (e.g. baike.baidu.com or baidu.com/about)',
'Scheme identifier (e.g. zotero)': 'Scheme identifier (e.g. zotero)',
'Upload icon': 'Upload icon',
'Cancel': 'Cancel',
'Add icon': 'Add icon',
'Confirm': 'Confirm',
'Name is required': 'Name is required',
'Target is required': 'Target is required',
'Please select a valid SVG file.': 'Please select a valid SVG file.',
'Invalid SVG content': 'Invalid SVG content',
'Failed to read file': 'Failed to read file',
'Failed to add icon': 'Failed to add icon',
'Invalid SVG file content.': 'Invalid SVG file content.',
'Failed to upload SVG file.': 'Failed to upload SVG file.',
'Failed to download SVG file.': 'Failed to download SVG file',
'Upload an SVG file': 'Upload an SVG file',
'Default icon (light mode)': 'Default icon (light mode)',
'Dark mode icon (optional)': 'Dark mode icon (optional)',
'Dark mode icon hint': 'If not provided, the default icon will be used in dark mode.',
'Remove dark icon': 'Remove dark icon',
'Remove dark mode icon': 'Remove dark mode icon',
'Edit icon': 'Edit icon',
'Edit': 'Edit',
'Save': 'Save',
'Failed to save': 'Failed to save',
'Update': 'Update',
'Remove': 'Remove',
'Will be removed on save': 'Will be removed on save',
'Default icon is required when uploading a dark mode icon': 'Default icon is required when uploading a dark mode icon',
'Default icon is required': 'Default icon is required',
'Are you sure you want to delete the icon': 'Are you sure you want to delete the icon',
'Download icon': 'Download icon',
'Copy to dark': 'Copy to dark',
'Copied to dark': 'Copied to dark',
'Move up': 'Move up',
'Move down': 'Move down',
'Delete': 'Delete',
'Example.com': 'Example.com',
'Scheme identifier': 'Scheme identifier',
'Language': 'Language',
'Setting page language': 'Setting page language',
'Adapt to Obsidian setting (Auto)': 'Adapt to Obsidian setting (Auto)',
'English': 'English',
'Chinese (Simplified)': 'Chinese (Simplified)',
'icon-name.goodlinks': 'GoodLinks',
'icon-name.zotero': 'Zotero',
'icon-name.snippetslab': 'SnippetsLab',
'icon-name.siyuan': 'SiYuan',
'icon-name.eagle': 'Eagle',
'icon-name.bear': 'Bear',
'icon-name.prodrafts': 'Prodrafts',
'icon-name.things': 'Things',
'icon-name.file': 'File',
'icon-name.shortcut': 'Shortcuts',
'icon-name.github': 'GitHub',
'icon-name.sspai': 'SSPai',
'icon-name.mp.weixin.qq': 'WeChat',
'icon-name.medium': 'Medium',
'icon-name.douban': 'Douban',
'icon-name.xiaoyuzhoufm': 'Xiaoyuzhou FM',
'icon-name.bilibili': 'Bilibili',
'icon-name.youtube': 'YouTube',
'icon-name.ollama': 'Ollama',
'icon-name.modelscope': 'ModelScope',
'icon-name.huggingface': 'Hugging Face',
'icon-name.openrouter': 'OpenRouter',
'icon-name.siliconflow': 'SiliconFlow',
'icon-name.douyin': 'Douyin',
'icon-name.tiktok': 'TikTok',
'icon-name.baidu': 'Baidu',
'icon-name.flomo': 'flomo',
'icon-name.wikipedia': 'Wikipedia',
'icon-name.archive': 'Internet Archive',
'icon-name.docs.google': 'Google Docs',
'icon-name.cloud.google': 'Google Cloud',
'icon-name.google': 'Google',
'icon-name.obsidianweb': 'Obsidian Web',
'icon-name.obsidiannote': 'Obsidian Note',
'icon-name.advancedurisetting': 'Advanced URI',
'icon-name.craft': 'Craft',
'icon-name.zhihu': 'Zhihu',
'icon-name.latepost': 'LatePost',
'Appearance': 'Appearance',
'Fancy url scheme': 'Fancy url scheme',
'Enable icons for url schemes.': 'Enable icons for url schemes.',
'Fancy web link': 'Fancy web link',
'Enable icons for web page links.': 'Enable icons for web page links.',
'Fancy obsidian web link': 'Fancy obsidian web link',
'Enable icons for Obsidian website links. Turn this off if you find the icons confusing with Fancy obsidian note link.': 'Enable icons for Obsidian website links. Turn this off if you find the icons confusing with Fancy obsidian note link.',
'Fancy obsidian note link': 'Fancy obsidian note link',
'Enable internal links or external vault links icon.': 'Enable internal links ([[note]]) or external vault links (obsidian://vault) icon.',
'Fancy advanced uri link': 'Fancy advanced uri link',
'Enable icons for advanced uri links.': 'Enable icons for advanced uri links (obsidian://adv-uri).',
'None': 'None',
'Internal': 'Internal',
'External': 'External',
'Both': 'Both',
'Icon position': 'Icon position',
'Choose whether the icon appears before or after the link text.': 'Choose whether the icon appears before or after the link text.',
'After link': 'After link',
'Before link': 'Before link',
'Add domain': 'Add domain',
'Domains': 'Domains',
'Domain already added': 'Domain already added',
} as const;