New Crowdin translations (#912)

This commit is contained in:
Lipis 2020-03-15 19:12:35 +02:00 committed by GitHub
parent 35ce1729cc
commit d834ff4d89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 324 additions and 51 deletions

View file

@ -3,6 +3,7 @@
"paste": "Tempel",
"selectAll": "Pilih Semua",
"copy": "Salin",
"copyAsPng": "Copy to clipboard as PNG",
"bringForward": "Memajukan",
"sendToBack": "Bawa ke Belakang",
"bringToFront": "Bawa ke Depan",
@ -41,7 +42,8 @@
"canvasBackground": "Latar Kanvas",
"drawingCanvas": "Kanvas",
"layers": "Lapisan",
"language": "Bahasa"
"language": "Bahasa",
"createRoom": "Share a live-collaboration session"
},
"buttons": {
"clearReset": "Setel Ulang Kanvas",
@ -62,7 +64,9 @@
"done": "Selesai",
"edit": "Sunting",
"undo": "Urungkan",
"redo": "Mengulang"
"redo": "Mengulang",
"roomDialog": "Share a live-collaboration session",
"createNewRoom": "Create new room"
},
"alerts": {
"clearReset": "Ini akan menghapus semua yang ada dikanvas. Apakah kamu yakin ?",
@ -105,5 +109,16 @@
"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.",
"desc_start": "To begin, click the button below. (Will use the current scene. If you don't want this, you can manually clear it, first)",
"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."
}
}