New Crowdin translations (#893)

This commit is contained in:
Lipis 2020-03-11 11:55:07 +02:00 committed by GitHub
parent 83a2f5de28
commit aa9a6b0909
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 141 additions and 1 deletions

View file

@ -70,6 +70,7 @@
"importBackendFailed": "Gagal mengimpor dari backend",
"cannotExportEmptyCanvas": "Tidak bisa mengekspor kanvas kosong",
"couldNotCopyToClipboard": "Tidak bisa menyalin ke papan klip. Coba gunakan Browser Chrome",
"decryptFailed": "Couldn't decrypt data.",
"uploadedSecurly": "Pengunggahan ini telah diamankan menggunakan enkripsi end-to-end, artinya server Excalidraw dan pihak ketiga tidak data membaca nya"
},
"toolBar": {
@ -91,5 +92,18 @@
"linearElement": "Klik untuk memulai banyak poin, seret untuk satu baris",
"linearElementMulti": "Tekan Escape atau Enter untuk menyelesaikan",
"resize": "Anda dapat membatasi proporsi dengan menahan SHIFT sambil mengubah ukuran"
},
"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:"
}
}