@limetech/lime-elements
Version:
112 lines (110 loc) • 5.58 kB
JavaScript
export default {
remove: 'Remove',
save: 'Save',
cancel: 'Cancel',
loading: 'Loading…',
value: 'Value',
items: 'Items',
'action-bar.collapse': 'Collapse',
'action-bar.expand': 'Expand',
'action-bar.actions': 'Actions',
'callout.note': 'Note',
'callout.important': 'Important',
'callout.tip': 'Tip',
'callout.caution': 'Caution',
'callout.warning': 'Warning',
'code-editor': 'code editor',
'code-editor.copy': 'Copy',
'code-editor.copied': 'Copied',
'code-editor.copy-failed': 'Failed to copy',
'code-editor.copy-aria-label': 'Copy { label } content',
'code-editor.copied-aria-label': 'Copied { label } content',
'code-editor.copy-failed-aria-label': 'Failed to copy { label } content',
'collapsible-section.open': 'Open { header } section',
'collapsible-section.close': 'Close { header } section',
'date-picker.today': 'Today',
'date-picker.month.heading': 'Month',
'date-picker.quarter.heading': 'Quarter',
'date-picker.year.heading': 'Year',
'drag-handle.drag-handle': 'Drag handle',
'drag-handle.drag-to-reorder': 'Drag to reorder',
'chip-set.clear-all': 'Clear all',
'snackbar.dismiss': 'Dismiss',
'file.drag-and-drop-tips': 'Drag & drop your file here, or click to browse.',
'file-viewer.message.unsupported-filetype': 'Cannot display a preview for this file type.',
'file-viewer.message.try-other-options': 'Download the file or open it in a new tab.',
'file-viewer.message.file-not-found': 'File not found',
'file-viewer.download': 'Download',
'file-viewer.exit-fullscreen': 'Exit fullscreen',
'file-viewer.open-in-fullscreen': 'Open in fullscreen',
'file-viewer.open-in-new-tab': 'Open in a new tab',
'file-viewer.more-actions': 'More…',
'file-viewer.email.subject': 'Subject',
'file-viewer.email.from': 'From',
'file-viewer.email.to': 'To',
'file-viewer.email.cc': 'Cc',
'file-viewer.email.date': 'Date',
'file-viewer.email.attachments': 'Attachments',
'file-viewer.email.attachment.unnamed': 'Unnamed attachment',
'file-viewer.email.remote-images.warning': "Images aren't loaded to protect your privacy.",
'file-viewer.email.remote-images.warning.description': `Many emails include images hosted on external servers.
When images are loaded, your device requests them from the sender’s server.
This may reveal to the sender that you opened the message, when you opened it, and metadata such as your IP address and device/browser information.
You can keep images blocked (the email may look incomplete), or load them if you trust the sender.`,
'file-viewer.email.remote-images.load': 'Load images',
'editor-menu.bold': 'Bold',
'editor-menu.italic': 'Italic',
'editor-menu.strikethrough': 'Strikethrough',
'editor-menu.h1': 'Heading 1',
'editor-menu.h2': 'Heading 2',
'editor-menu.h3': 'Heading 3',
'editor-menu.bulleted-list': 'Bulleted list',
'editor-menu.numbered-list': 'Numbered list',
'editor-menu.blockquote': 'Blockquote',
'editor-menu.link': 'Link',
'editor-link-menu.text': 'Text',
'editor-link-menu.link': 'Link',
'editor-menu.code-block': 'Code block',
'editor-menu.code': 'Code',
'editor-image-view.loading': 'Loading image: { filename }...',
'editor-image-view.failed': 'Something went wrong with image: { filename }',
'editor-image-view.success': 'Image: { filename } is ready',
'editor-image-view.resize-handle': 'Drag to right or left to resize the image',
'progress-bar': 'Progress bar',
'ai-avatar.label': 'AI Avatar',
'ai-avatar.thinking': 'thinking',
'table.select-all': 'Select all rows',
'table.select-row': 'Select this row',
'code-diff.table-label': 'Code diff',
'code-diff.no-differences': 'No differences',
'code-diff.no-differences-found': 'No differences found',
'code-diff.copy-old-version': 'Copy old version to clipboard',
'code-diff.copied': 'Copied!',
'code-diff.copied-to-clipboard': 'Copied to clipboard',
'code-diff.copy-change': 'Copy old version of this change',
'code-diff.search': 'Search removed lines',
'code-diff.previous-match': 'Previous match',
'code-diff.next-match': 'Next match',
'code-diff.close-search': 'Close search',
'code-diff.no-matches': 'No matches',
'code-diff.match-count': '{ current } of { total }',
'code-diff.hidden-lines': '··· { count } hidden lines ···',
'code-diff.show-hidden-lines': 'Show { count } hidden lines',
'code-diff.expanded-lines': 'Expanded hidden lines',
'code-diff.expanded-lines-end': 'Expanded hidden lines at end of diff',
'code-diff.line-added': 'Added',
'code-diff.line-removed': 'Removed',
'code-diff.line-context': 'Unchanged',
'code-diff.old-line': 'Old line { number }',
'code-diff.new-line': 'New line { number }',
'code-diff.diff-addition': '{ count } addition',
'code-diff.diff-additions': '{ count } additions',
'code-diff.diff-deletion': '{ count } deletion',
'code-diff.diff-deletions': '{ count } deletions',
'code-diff.old-heading': 'Original',
'code-diff.new-heading': 'Modified',
'code-diff.diff-summary': 'Diff: { parts }. Use arrow keys to navigate lines.',
'profile-picture.remove': 'Remove selected picture',
'profile-picture.unsupported-preview.title': 'Unsupported image format',
'profile-picture.unsupported-preview.description': 'We cannot display the selected image in this browser. Please select a different image file.',
};