chore: update i18n

pull/173/head
Steven 3 years ago
parent f5629c8227
commit ca1170583e

@ -12,7 +12,7 @@
} }
> .memos-wrapper { > .memos-wrapper {
@apply relative flex-grow max-w-2xl min-h-full flex flex-col justify-start items-start px-4 sm:pr-6 overflow-x-hidden; @apply relative flex-grow max-w-2xl min-h-full flex flex-col justify-start items-start px-4 sm:pr-6;
> .memos-editor-wrapper { > .memos-editor-wrapper {
@apply sticky top-0 w-full h-full flex flex-col justify-start items-start z-10; @apply sticky top-0 w-full h-full flex flex-col justify-start items-start z-10;

@ -1,7 +1,7 @@
@import "./mixin.less"; @import "./mixin.less";
.memo-editor-container { .memo-editor-container {
@apply transition-all relative w-full max-h-full flex flex-col justify-start items-start bg-white p-4 rounded-lg border-2 border-gray-200; @apply transition-all relative w-full flex flex-col justify-start items-start bg-white p-4 rounded-lg border-2 border-gray-200;
&.fullscreen { &.fullscreen {
@apply fixed w-full h-full top-0 left-0 z-1000 border-none rounded-none sm:p-8; @apply fixed w-full h-full top-0 left-0 z-1000 border-none rounded-none sm:p-8;

@ -14,6 +14,7 @@
"pin": "Pin", "pin": "Pin",
"unpin": "Unpin", "unpin": "Unpin",
"edit": "Edit", "edit": "Edit",
"restore": "Restore",
"delete": "Delete", "delete": "Delete",
"share": "Share", "share": "Share",
"mark": "Mark", "mark": "Mark",

@ -9,12 +9,12 @@
"create": "创建", "create": "创建",
"change": "修改", "change": "修改",
"reset": "重置", "reset": "重置",
"restore": "恢复",
"language": "语言", "language": "语言",
"version": "版本", "version": "版本",
"pin": "置顶", "pin": "置顶",
"unpin": "取消置顶", "unpin": "取消置顶",
"edit": "编辑", "edit": "编辑",
"restore": "恢复",
"delete": "删除", "delete": "删除",
"share": "分享", "share": "分享",
"mark": "标注", "mark": "标注",

Loading…
Cancel
Save