Switch to Sentence case instead of Title Case (#1279)

This commit is contained in:
Lipis 2020-04-07 16:57:27 +03:00 committed by GitHub
parent 88cec2df5e
commit 03c22c1255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,52 +1,52 @@
{ {
"labels": { "labels": {
"paste": "Paste", "paste": "Paste",
"selectAll": "Select All", "selectAll": "Select all",
"copy": "Copy", "copy": "Copy",
"copyAsPng": "Copy to clipboard as PNG", "copyAsPng": "Copy to clipboard as PNG",
"copyAsSvg": "Copy to clipboard as SVG", "copyAsSvg": "Copy to clipboard as SVG",
"bringForward": "Bring Forward", "bringForward": "Bring forward",
"sendToBack": "Send To Back", "sendToBack": "Send to back",
"bringToFront": "Bring To Front", "bringToFront": "Bring to front",
"sendBackward": "Send Backward", "sendBackward": "Send backward",
"delete": "Delete", "delete": "Delete",
"copyStyles": "Copy Styles", "copyStyles": "Copy styles",
"pasteStyles": "Paste Styles", "pasteStyles": "Paste styles",
"stroke": "Stroke", "stroke": "Stroke",
"background": "Background", "background": "Background",
"fill": "Fill", "fill": "Fill",
"strokeWidth": "Stroke Width", "strokeWidth": "Stroke width",
"sloppiness": "Sloppiness", "sloppiness": "Sloppiness",
"opacity": "Opacity", "opacity": "Opacity",
"fontSize": "Font Size", "fontSize": "Font size",
"fontFamily": "Font Family", "fontFamily": "Font family",
"onlySelected": "Only selected", "onlySelected": "Only selected",
"withBackground": "With Background", "withBackground": "With Background",
"handDrawn": "Hand-Drawn", "handDrawn": "Hand-drawn",
"normal": "Normal", "normal": "Normal",
"code": "Code", "code": "Code",
"small": "Small", "small": "Small",
"medium": "Medium", "medium": "Medium",
"large": "Large", "large": "Large",
"veryLarge": "Very Large", "veryLarge": "Very large",
"solid": "Solid", "solid": "Solid",
"hachure": "Hachure", "hachure": "Hachure",
"crossHatch": "Cross-Hatch", "crossHatch": "Cross-hatch",
"thin": "Thin", "thin": "Thin",
"bold": "Bold", "bold": "Bold",
"extraBold": "Extra Bold", "extraBold": "Extra bold",
"architect": "Architect", "architect": "Architect",
"artist": "Artist", "artist": "Artist",
"cartoonist": "Cartoonist", "cartoonist": "Cartoonist",
"fileTitle": "File title", "fileTitle": "File title",
"colorPicker": "Color picker", "colorPicker": "Color picker",
"canvasBackground": "Canvas background", "canvasBackground": "Canvas background",
"drawingCanvas": "Drawing Canvas", "drawingCanvas": "Drawing canvas",
"layers": "Layers", "layers": "Layers",
"actions": "Actions", "actions": "Actions",
"language": "Language", "language": "Language",
"createRoom": "Share a live-collaboration session", "createRoom": "Share a live-collaboration session",
"duplicateSelection": "Duplicate selected elements" "duplicateSelection": "Duplicate"
}, },
"buttons": { "buttons": {
"clearReset": "Reset the canvas", "clearReset": "Reset the canvas",
@ -59,7 +59,7 @@
"load": "Load", "load": "Load",
"getShareableLink": "Get shareable link", "getShareableLink": "Get shareable link",
"close": "Close", "close": "Close",
"selectLanguage": "Select Language", "selectLanguage": "Select language",
"scrollBackToContent": "Scroll back to content", "scrollBackToContent": "Scroll back to content",
"zoomIn": "Zoom in", "zoomIn": "Zoom in",
"zoomOut": "Zoom out", "zoomOut": "Zoom out",