chore: Update translations from Crowdin (#4258)

This commit is contained in:
Excalidraw Bot 2021-11-26 11:27:28 +01:00 committed by GitHub
parent 8ff159e76e
commit ca1f3aa094
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
43 changed files with 2669 additions and 275 deletions

View file

@ -100,7 +100,9 @@
"share": "",
"showStroke": "",
"showBackground": "",
"toggleTheme": ""
"toggleTheme": "",
"personalLib": "",
"excalidrawLib": ""
},
"buttons": {
"clearReset": "清空畫布",
@ -135,7 +137,11 @@
"zenMode": "",
"exitZenMode": "",
"cancel": "",
"clear": ""
"clear": "",
"remove": "",
"publishLibrary": "",
"submit": "",
"confirm": ""
},
"alerts": {
"clearReset": "【‼️ 警告 ‼️ 無法復原的動作】你確定要清空呢塊畫布嗎?",
@ -157,6 +163,7 @@
"cannotRestoreFromImage": "",
"invalidSceneUrl": "",
"resetLibrary": "",
"removeItemsFromsLibrary": "",
"invalidEncryptionKey": ""
},
"errors": {
@ -199,7 +206,8 @@
"lineEditor_info": "",
"lineEditor_pointSelected": "",
"lineEditor_nothingSelected": "",
"placeImage": ""
"placeImage": "",
"publishLibrary": ""
},
"canvasError": {
"cannotShowPreview": "無法顯示預覽",
@ -269,6 +277,54 @@
"clearCanvasDialog": {
"title": ""
},
"publishDialog": {
"title": "",
"itemName": "",
"authorName": "",
"githubUsername": "",
"twitterUsername": "",
"libraryName": "",
"libraryDesc": "",
"website": "",
"placeholder": {
"authorName": "",
"libraryName": "",
"libraryDesc": "",
"githubHandle": "",
"twitterHandle": "",
"website": ""
},
"errors": {
"required": "",
"website": ""
},
"noteDescription": {
"pre": "",
"link": "",
"post": ""
},
"noteGuidelines": {
"pre": "",
"link": "",
"post": ""
},
"noteLicense": {
"pre": "",
"link": "",
"post": ""
},
"noteItems": "",
"atleastOneLibItem": ""
},
"publishSuccessDialog": {
"title": "",
"content": "",
"link": ""
},
"confirmDialog": {
"resetLibrary": "",
"removeItemsFromLib": ""
},
"encrypted": {
"tooltip": "",
"link": ""
@ -289,6 +345,7 @@
"width": ""
},
"toast": {
"addedToLibrary": "",
"copyStyles": "",
"copyToClipboard": "",
"copyToClipboardAsPng": "",