From 4d3e8a35e3ca00c083052dbc70939ca3ee01eb90 Mon Sep 17 00:00:00 2001 From: Excalidraw Bot <77840495+excalibot@users.noreply.github.com> Date: Mon, 19 Jun 2023 17:25:21 +0200 Subject: [PATCH] New translations en.json (Khmer) --- src/locales/km-KH.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/src/locales/km-KH.json b/src/locales/km-KH.json index ff51abd8d..52307b3b8 100644 --- a/src/locales/km-KH.json +++ b/src/locales/km-KH.json @@ -449,5 +449,36 @@ "shades": "ស្រមោល", "hexCode": "លេខកូដ hex", "noShades": "មិនមានស្រមោលសម្រាប់ពណ៌នេះទេ" + }, + "overwriteConfirm": { + "action": { + "exportToImage": { + "title": "", + "button": "", + "description": "" + }, + "saveToDisk": { + "title": "", + "button": "", + "description": "" + }, + "excalidrawPlus": { + "title": "", + "button": "", + "description": "" + } + }, + "modal": { + "loadFromFile": { + "title": "", + "button": "", + "description": "" + }, + "shareableLink": { + "title": "", + "button": "", + "description": "" + } + } } }