Skip to content

Commit

Permalink
Entry Js PUBLISH by v3.20240129.1034
Browse files Browse the repository at this point in the history
  • Loading branch information
entrydev committed Jan 29, 2024
1 parent d3ea9d5 commit 590fbcb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -9848,7 +9848,7 @@ var SoundEditor = /** @class */ (function () {
this.object = object;
audioBuffer = this.getEntryAudioBuffer(sound.id);
if (!!audioBuffer) return [3 /*break*/, 2];
Entry.dispatchEvent('startLoading', 'loading');
Entry.dispatchEvent('startLoading', Lang.Msgs.sound_loading);
return [4 /*yield*/, (0,external_EntrySoundEditor_namespaceObject.loadSoundByUrl)(sound.path)];
case 1:
_a.sent();
Expand Down
2 changes: 1 addition & 1 deletion dist/entry.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions extern/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -4954,6 +4954,7 @@ Lang.Msgs = {
sound_empty4: "On the 'Upload files' tab, upload the MP3 file directly.",
sound_empty5:
"You can cut only the parts you need in the 'Trim' mode, or adjust the volume, speed and pitch in the 'Adjust' mode.",
sound_loading: 'Loading sound',
};
Lang.Users = {
auth_failed: 'Authentication failed',
Expand Down
1 change: 1 addition & 0 deletions extern/lang/ko.js
Original file line number Diff line number Diff line change
Expand Up @@ -5269,6 +5269,7 @@ Lang.Msgs = {
sound_empty4: "'파일 올리기' 탭에서 MP3 파일을 직접 업로드합니다.",
sound_empty5:
"추가한 소리는 '다듬기'에서 필요한 부분만 자르거나, '조정하기'에서 크기와 빠르기 등을 조정할 수 있습니다.",
sound_loading: '소리를 불러오고 있어요',
};
Lang.Users = {
auth_failed: '인증에 실패하였습니다',
Expand Down

0 comments on commit 590fbcb

Please sign in to comment.