2020-03-18 19:59:48 +02:00

125 lines
4.9 KiB
JSON

{
"labels": {
"paste": "粘贴",
"selectAll": "全选",
"copy": "复制",
"copyAsPng": "Copy to clipboard as PNG",
"bringForward": "上移一层",
"sendToBack": "移至最后",
"bringToFront": "移至最前",
"sendBackward": "下移一层",
"delete": "删除",
"copyStyles": "复制样式",
"pasteStyles": "粘贴样式",
"stroke": "描边",
"background": "背景",
"fill": "填充",
"strokeWidth": "描边宽度",
"sloppiness": "倾斜",
"opacity": "透明度",
"fontSize": "字体大小:",
"fontFamily": "字体族",
"onlySelected": "Only selected",
"withBackground": "With Background",
"handDrawn": "Hand-Drawn",
"normal": "Normal",
"code": "Code",
"small": "Small",
"medium": "Medium",
"large": "Large",
"veryLarge": "Very Large",
"solid": "Solid",
"hachure": "Hachure",
"crossHatch": "Cross-Hatch",
"thin": "Thin",
"bold": "Bold",
"extraBold": "Extra Bold",
"architect": "Architect",
"artist": "Artist",
"cartoonist": "Cartoonist",
"fileTitle": "File title",
"colorPicker": "Color picker",
"canvasBackground": "Canvas background",
"drawingCanvas": "Drawing Canvas",
"layers": "图层",
"language": "语言",
"createRoom": "Share a live-collaboration session",
"duplicateSelection": "Duplicate selected elements"
},
"buttons": {
"clearReset": "重置画布",
"export": "导出",
"exportToPng": "导出为 PNG",
"exportToSvg": "导出为 SVG",
"copyToClipboard": "Copy to clipboard",
"save": "保存",
"load": "Load",
"getShareableLink": "Get shareable link",
"close": "关闭",
"selectLanguage": "选择语言",
"scrollBackToContent": "Scroll back to content",
"zoomIn": "放大",
"zoomOut": "缩小",
"resetZoom": "重置缩放",
"menu": "菜单",
"done": "完成",
"edit": "编辑",
"undo": "撤销",
"redo": "重做",
"roomDialog": "Start live collaboration",
"createNewRoom": "Create new room"
},
"alerts": {
"clearReset": "This will clear the whole canvas. Are you sure?",
"couldNotCreateShareableLink": "Couldn't create shareable link.",
"importBackendFailed": "Importing from backend failed.",
"cannotExportEmptyCanvas": "Cannot export empty canvas.",
"couldNotCopyToClipboard": "Couldn't copy to clipboard. Try using Chrome browser.",
"decryptFailed": "Couldn't decrypt data.",
"uploadedSecurly": "The upload has been secured with end-to-end encryption, which means that Excalidraw server and third parties can't read the content."
},
"toolBar": {
"selection": "Selection",
"rectangle": "Rectangle",
"diamond": "Diamond",
"ellipse": "Ellipse",
"arrow": "Arrow",
"line": "Line",
"text": "Text",
"lock": "Keep selected tool active after drawing"
},
"headings": {
"canvasActions": "Canvas actions",
"selectedShapeActions": "Selected shape actions",
"shapes": "Shapes"
},
"hints": {
"linearElement": "Click to start multiple points, drag for single line",
"linearElementMulti": "Click on last point or press Escape or Enter to finish",
"resize": "You can constraint proportions by holding SHIFT while resizing"
},
"errorSplash": {
"headingMain_pre": "Encountered an error. Try ",
"headingMain_button": "reloading the page.",
"clearCanvasMessage": "If reloading doesn't work, try ",
"clearCanvasMessage_button": "clearing the canvas.",
"clearCanvasCaveat": " This will result in loss of work ",
"openIssueMessage_pre": "Before doing so, we'd appreciate if you opened an issue on our ",
"openIssueMessage_button": "bug tracker.",
"openIssueMessage_post": " Please include the following error stack trace (and if it's not private, also the scene content):",
"errorStack": "Error stack trace:",
"errorStack_loading": "Loading data. please wait...",
"sceneContent": "Scene content:"
},
"roomDialog": {
"desc_intro": "You can invite people to your current scene to collaborate with you.",
"desc_privacy": "Don't worry, the session uses end-to-end encryption, so whatever you draw will stay private. Not even our server will be able to see what you come up with.",
"button_startSession": "Start session",
"button_stopSession": "Stop session",
"desc_inProgressIntro": "Live-collaboration session is now in progress.",
"desc_persistenceWarning": "Note that the scene data is shared across collaborators in a P2P fashion, and not persisted to our server. Thus, if all of you disconnect, you will loose the data unless you export it to a file or a shareable link.",
"desc_shareLink": "Share this link with anyone you want to collaborate with:",
"desc_exitSession": "Stopping the session will disconnect your from the room, but you'll be able to continue working with the scene, locally. Note that this won't affect other people, and they'll still be able to collaborate on their version."
}
}