Files
huly-platform/plugins/recorder-assets/lang/ja.json
T
Alexander OnnikovandGitHub 8a9e04b8d4 UBERF-9731 Recorder initial version (#8800)
* UBERF-9731 Recorder initial version

Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>

* fix: rush validate issues

Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>

---------

Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
2025-05-01 23:46:35 +07:00

16 lines
519 B
JSON

{
"string": {
"Cancel": "キャンセル",
"Pause": "一時停止",
"Stop": "停止",
"Resume": "再開",
"Record": "記録",
"CancelRecording": "録音をキャンセル",
"CancelRecordingConfirm": "録音をキャンセルしてもよろしいですか?",
"RestartRecording": "録音を再開",
"RestartRecordingConfirm": "録音を再開してもよろしいですか?",
"RecordingTitle": "画面録画 {date}",
"ClickToSkip": "クリックしてスキップ"
}
}