Skip to content

Instantly share code, notes, and snippets.

@egoist
Created October 30, 2014 10:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save egoist/f09e43b43f718c749265 to your computer and use it in GitHub Desktop.
Save egoist/f09e43b43f718c749265 to your computer and use it in GitHub Desktop.
Created by Miu https://miu.0x142857.com
$translateProvider.translations('cn', {
'GLOBAL':{
'save': '保存',
'cancel': '取消',
'confirm': '确定'
},
'NAV':{
'file': {
'title': '文件',
'option': {
'new': '新建',
'open': '打开',
'save': '保存',
'saveas': '另存为'
}
},
'about': '关于'
},
'SIDEBAR':{
'setting': '设置',
'cloud': {
'title': '云服务',
'temp': '告诉我们你需要什么样的云服务'
},
'colorful': '开启多彩的世界',
'customcss': '自定义 CSS',
'github': '连接到 Github',
'preview': {
'title': '预览界面样式',
'content': '请选择 %APP DIR%/theme/preview/ 下的 CSS 文件'
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment