@uiengine/ui
Version:
UIengine user interface.
82 lines (81 loc) • 1.79 kB
JavaScript
module.exports = {
_meta: {
title: 'English'
},
navigation: {
toggle: 'Toggle navigation'
},
options: {
edit: 'Edit',
info: 'Info',
properties: 'Properties',
theme_properties: 'Themes',
preview: 'Preview',
code: 'Code',
copy_permalink: 'Copy link to variant',
open_in_window: 'Open in separate window',
edit_on_codepen: 'Edit on Codepen',
reset: 'reset',
toggle: 'toggle',
all_themes: 'All themes',
loading: 'Loading…',
copy_code: 'Copy to clipboard',
copy_code_tooltip: 'Copied!'
},
code: {
raw: 'Code',
context: 'Data',
rendered: 'HTML'
},
component: {
dependencies: 'Composed of',
dependents: 'Used within'
},
token: {
name: 'Name',
type: 'Type',
icon: 'Icon',
demo: 'Demo',
value: 'Value',
usage: 'Usage',
license: 'License',
fontface: 'Typeface',
fontweight: 'Weight',
variable: 'Variable',
description: 'Description',
reference: 'Reference',
property: 'Property',
theme: 'Theme',
default: 'Default'
},
properties: {
title: 'Datatypes',
name: 'Property',
type: 'Type',
description: 'Description',
required: 'Required',
default: 'Default'
},
footer: {
version: 'Version',
last_update: 'Last updated on'
},
search: {
label: 'Search',
toggle: 'Toggle search',
title: 'Search results for "%{query}"',
no_results: 'Unfortunately there is no content matching your search query.'
},
settings: {
title: 'Settings',
locale: 'Locale',
hljs: 'Highlight-Theme',
preview_mode: 'Preview Mode',
breakpoints: 'Breakpoints',
viewports: 'Viewports'
},
not_found: {
title: 'Not Found',
content: 'This page does not exist.'
}
}