From e858f1477a779ff8a0642c60d0f75f420bc4715c Mon Sep 17 00:00:00 2001 From: josc146 Date: Wed, 29 Nov 2023 19:10:01 +0800 Subject: [PATCH] update locales --- frontend/src/_locales/ja/main.json | 12 +++++++++++- frontend/src/_locales/zh-hans/main.json | 12 +++++++++++- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/frontend/src/_locales/ja/main.json b/frontend/src/_locales/ja/main.json index 6d68825..9c34510 100644 --- a/frontend/src/_locales/ja/main.json +++ b/frontend/src/_locales/ja/main.json @@ -272,5 +272,15 @@ "Failed to load model, try to increase the virtual memory (Swap of WSL) or use a smaller base model.": "モデルの読み込みに失敗しました、仮想メモリ (WSL Swap) を増やすか小さなベースモデルを使用してみてください。", "Save Conversation": "会話を保存", "Use Hugging Face Mirror": "Hugging Faceミラーを使用", - "File is empty": "ファイルが空です" + "File is empty": "ファイルが空です", + "Open MIDI Input Audio Tracks": "MIDI入力オーディオトラックを開く", + "Track": "トラック", + "Play All": "すべて再生", + "Clear All": "すべてクリア", + "Scale View": "スケールビュー", + "Record": "録音", + "Play": "再生", + "New Track": "新規トラック", + "Select a track to preview the content": "トラックを選択して内容をプレビュー", + "Save to generation area": "生成エリアに保存" } \ No newline at end of file diff --git a/frontend/src/_locales/zh-hans/main.json b/frontend/src/_locales/zh-hans/main.json index 4e3c242..12bf9a4 100644 --- a/frontend/src/_locales/zh-hans/main.json +++ b/frontend/src/_locales/zh-hans/main.json @@ -272,5 +272,15 @@ "Failed to load model, try to increase the virtual memory (Swap of WSL) or use a smaller base model.": "模型载入失败,尝试增加虚拟内存(WSL Swap),或使用一个更小规模的基底模型", "Save Conversation": "保存对话", "Use Hugging Face Mirror": "使用Hugging Face镜像源", - "File is empty": "文件为空" + "File is empty": "文件为空", + "Open MIDI Input Audio Tracks": "打开MIDI输入音轨", + "Track": "音轨", + "Play All": "播放全部", + "Clear All": "清空", + "Scale View": "缩放视图", + "Record": "录制", + "Play": "播放", + "New Track": "新建音轨", + "Select a track to preview the content": "选择一个音轨以预览内容", + "Save to generation area": "保存到生成区" } \ No newline at end of file