@elice/material-runbox 1.240521.0 → 1.240522.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/components/material-runbox/MaterialRunbox.js +1 -2
- package/cjs/components/material-runbox/locales/index.d.ts +1 -0
- package/cjs/components/material-runbox/locales/ja.json.js +7 -0
- package/cjs/components/material-runbox/locales/th.json.js +2 -2
- package/es/components/material-runbox/MaterialRunbox.js +1 -2
- package/es/components/material-runbox/locales/index.d.ts +1 -0
- package/es/components/material-runbox/locales/ja.json.js +3 -0
- package/es/components/material-runbox/locales/th.json.js +2 -2
- package/package.json +6 -6
|
@@ -10,7 +10,6 @@ require('./contexts/MaterialRunboxCommandContext.js');
|
|
|
10
10
|
var MaterialRunboxContext = require('./contexts/MaterialRunboxContext.js');
|
|
11
11
|
var en = require('./locales/en.json.js');
|
|
12
12
|
var ko = require('./locales/ko.json.js');
|
|
13
|
-
var th = require('./locales/th.json.js');
|
|
14
13
|
var MaterialRunboxContent = require('./MaterialRunboxContent.js');
|
|
15
14
|
|
|
16
15
|
//
|
|
@@ -40,6 +39,6 @@ const MaterialRunbox = _a => {
|
|
|
40
39
|
eliceMaterialRunboxApiConfiguration: eliceMaterialRunboxApiConfiguration
|
|
41
40
|
}, React.createElement(MaterialRunboxContent.default, Object.assign({}, contentProps)))));
|
|
42
41
|
};
|
|
43
|
-
var MaterialRunbox$1 = new intl.IntlComponentBuilder(MaterialRunbox).add('en', en.default).add('ko', ko.default).
|
|
42
|
+
var MaterialRunbox$1 = new intl.IntlComponentBuilder(MaterialRunbox).add('en', en.default).add('ko', ko.default).addAsync('th', Promise.resolve().then(function () { return require('./locales/th.json.js'); })).addAsync('ja', Promise.resolve().then(function () { return require('./locales/ja.json.js'); })).build();
|
|
44
43
|
|
|
45
44
|
exports.default = MaterialRunbox$1;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var ja = {"runbox.action.autoShutdown.title":"常にオン","runbox.action.autoShutdown.tooltip.disabled":"このランタイムは、セッションごとの利用時間として設定された{time}後に自動的にシャットダウンします。","runbox.action.autoShutdown.tooltip.enabled":"常にオンに設定した場合、ランタイムは学習 {_termLibraryLecturePage} を離れてもシャットダウンしません。ただし、ランタイムのセッション固有の使用時間として設定された {time} 後には自動的にシャットダウンします。","runbox.action.grade.dialog.description.error":"コードの採点中にエラーが発生しました。","runbox.action.grade.dialog.description.success":"成績評価が成功裏に完了しました。","runbox.action.grade.dialog.title":"成績結果","runbox.action.grade.noti.error":"コードの採点中にエラーが発生しました。","runbox.action.grade.title":"提出","runbox.action.grade.tooltip.onProgress":"採点中です。しばらくお待ちください。{_termLibraryLecturePage}によって、採点には最大3分かかる場合があります。","runbox.action.reset.dialog.actions.confirm":"リセット","runbox.action.reset.dialog.description":"ランボックスのコードをリセットしてもよろしいですか? あなたのコードは {_termLibraryLecturePage} のデフォルトコードに上書きされます。\nリセット後、ランボックスのセッションがリフレッシュされます。","runbox.action.reset.noti.error":"ランボックスコードの初期化中にエラーが発生しました。","runbox.action.reset.title":"リセットコード","runbox.action.restart.dialog.actions.confirm":"再起動","runbox.action.restart.dialog.description":"再起動してもよろしいですか?","runbox.action.restart.title":"ランボックスを再起動してください","runbox.action.share.title":"ランボックスのURLを共有してください。","runbox.action.share.snackbar.copied.fail":"ランボックスのURLをコピーすることに失敗しました。もう一度お試しください。","runbox.action.share.snackbar.copied.success":"ランボックスのURLが正常にコピーされました。","runbox.action.submitCountInfo.dialog.title":"投稿の数を制限してください。","runbox.action.submitCountInfo.dialog.description":"提出回数の制限を超えています","runbox.action.submitCountInfo.tooltip.disabled":"提出回数が使い果たされました。","runbox.common.close":"閉じる","runbox.common.retry":"リトライ","runbox.common.support":"サポート","runbox.context.command.ping.error":"タスクの処理中にエラーが発生しました。","runbox.runtime.message.startError":"ランボックスの起動中にエラーが発生しました。","runbox.runtime.overlay.assigned.description":"Runbox が実行中です。\nお待ちください!","runbox.runtime.overlay.assigned.description_timeout":"ランボックスを実行する時間が私たちの予想よりも長くかかっています。\n更新せずにもう少し待ってください!","runbox.runtime.overlay.queued.description":"現在{waiters}回待機中...","runbox.runtime.overlay.queued.description_zero":"Runboxはもうすぐ実行されます。","runbox.runtime.overlay.terminated.description.default":"ランタイムは予期せぬ問題により終了しました。\n再接続するには、下のボタンをクリックしてください。","runbox.runtime.overlay.terminated.description.general":"ランボックスに接続されているランタイムが終了しました。\nランボックスに再接続するには、以下のボタンをクリックしてください。","runbox.runtime.overlay.terminated.description.os_disk_is_full":"ディスクがいっぱいになったため、ランタイムが終了しました。\n最近ランボックスを削除した場合、反映には時間がかかることがあります。","runbox.runtime.overlay.terminated.description.quota_exceeded":"ランタイムが期限切れになったため、ランタイムが終了しました。","runbox.runtime.overlay.terminated.description.quota_per_session_exceeded":"ランボックスは24時間稼働しており、ランタイムが終了しました。\nランボックスに再接続するには、以下のボタンをクリックしてください。","runbox.runtime.overlay.terminated.description.unexpected":"問題が解決しない場合は、カスタマーサービスにお問い合わせください。","runbox.runtime.overlay.terminated.restart":"再接続","runbox.runtime.overlay.terminated.title":"ランタイムが切断されました。","runbox.header.submitInfo":"{isIndividual, select, true {個人} other {チーム}}の提出回数 | {remainCount}/{totalCount} 回残っています {isDailyLimitEnabled, select, true {今日} other {}}"};
|
|
6
|
+
|
|
7
|
+
exports.default = ja;
|
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var th = {"runbox.action.autoShutdown.title":"เสมออยู่","runbox.action.autoShutdown.tooltip.disabled":"เวลารันไทม์นี้จะถูกปิดโดยอัตโนมัติหลังจาก {time} ซึ่งถูกตั้งค่าเป็นเวลาการใช้งานต่อเซสชั่น","runbox.action.autoShutdown.tooltip.enabled":"หากตั้งค่าเป็นเสมอเสมอ การทำงานจะไม่ปิดหน้าต่างแม้ว่าคุณจะออกจากการเรียนรู้ {_termLibraryLecturePage} อย่างไรก็ตาม มันจะปิดตัวเองโดยอัตโนมัติหลังจาก {time} ซึ่งตั้งค่าเป็นเวลาการใช้งานของเซสชันในระบบคอมพิวเตอร์","runbox.action.grade.dialog.description.error":"เกิดข้อผิดพลาดขึ้นในขณะที่ทำการตรวจคะแนนของโค้ด","runbox.action.grade.dialog.description.success":"การจัดเกรดเสร็จสมบูรณ์เรียบร้อยแล้ว","runbox.action.grade.dialog.title":"ผลการประเมินผลการเรียน","runbox.action.grade.noti.error":"เกิดข้อผิดพลาดขึ้นในขณะที่ทำการตรวจคะแนนของโค้ด","runbox.action.grade.title":"ส่งใบสมัคร","runbox.action.grade.tooltip.onProgress":"การตรวจคะแนนกำลังดำเนินการ โปรดรอสักครู่ ขึ้นอยู่กับ {_termLibraryLecturePage} การตรวจคะแนนอาจใช้เวลาสูงสุดถึง 3 นาที","runbox.action.reset.dialog.actions.confirm":"รีเซ็ต","runbox.action.reset.dialog.description":"คุณแน่ใจว่าต้องการรีเซ็ตรหัสของ Runbox หรือไม่? รหัสของคุณจะถูกเขียนทับด้วยรหัสเริ่มต้นของ {_termLibraryLecturePage} หลังจากรีเซ็ต การทำเซสชันของ Runbox จะถูกรีเฟรชใหม่","runbox.action.reset.noti.error":"เกิดข้อผิดพลาดขณะที่กำลังเริ่มต้นรหัสรันบ็อกซ์","runbox.action.reset.title":"รหัสการรีเซ็ต","runbox.action.restart.dialog.actions.confirm":"เริ่มใหม่","runbox.action.restart.dialog.description":"คุณแน่ใจหรือว่าต้องการเริ่มต้นการทำงานใหม่ใน Runbox หรือไม่?","runbox.action.restart.title":"เริ่มใหม่ runbox","runbox.action.share.title":"แชร์ลิงก์ URL ของ Runbox","runbox.action.share.snackbar.copied.fail":"การคัดลอก URL ของ runbox ล้มเหลว โปรดลองอีกครั้ง","runbox.action.share.snackbar.copied.success":"คัดลอก URL ของ Runbox สำเร็จแล้ว","runbox.action.submitCountInfo.dialog.title":"จำกัดจำนวนการส่งใบสมัคร","runbox.action.submitCountInfo.dialog.description":"คุณได้เกินขีดจำกัดการส่งแล้ว","runbox.action.submitCountInfo.tooltip.disabled":"จำนวนการส่งซ้ำได้ถูกใช้งานหมดแล้ว","runbox.common.close":"ปิด","runbox.common.retry":"ลองใหม่","runbox.common.support":"สนับสนุน","runbox.context.command.ping.error":"เกิดข้อผิดพลาดขณะประมวลผลงาน","runbox.runtime.message.startError":"มีข้อผิดพลาดในการเริ่มต้นรันบ็อกซ์","runbox.runtime.overlay.assigned.description":"Runbox กำลังทำงานอยู่\nโปรดรอ!","runbox.runtime.overlay.assigned.description_timeout":"การเรียกใช้งานรันบ็อกซ์ใช้เวลานานกว่าที่เราคาดหวัง\nโปรดรออีกสักครู่โดยไม่ต้องรีเฟรช!","runbox.runtime.overlay.queued.description":"(2 ของ 3)\nรอคิวอยู่ {waiters} ครั้ง...","runbox.runtime.overlay.queued.description_zero":"Runbox จะทำงานเร็ว ๆ นี้","runbox.runtime.overlay.terminated.description.default":"การทำงานถูกสิ้นสุดลงเนื่องจากปัญหาที่ไม่คาดคิด\nคลิกที่ปุ่มด้านล่างเพื่อเชื่อมต่อกับ runbox อีกครั้ง","runbox.runtime.overlay.terminated.description.general":"เวลารันไทม์ที่เชื่อมต่อกับ runbox ได้สิ้นสุดลงแล้ว\nในการเชื่อมต่อกับ runbox อีกครั้ง โปรดคลิกที่ปุ่มด้านล่าง","runbox.runtime.overlay.terminated.description.os_disk_is_full":"เวลารันสิ้นสุดลงเนื่องจากดิสก์เต็ม\nหากคุณได้ลบ runbox เร็ว ๆ นี้ อาจใช้เวลาสักครู่ในการแสดงผล","runbox.runtime.overlay.terminated.description.quota_exceeded":"เวลารันไทม์ได้สิ้นสุดลงเนื่องจากเวลารันไทม์หมดอายุแล้ว","runbox.runtime.overlay.terminated.description.quota_per_session_exceeded":"Runbox ทำงานมาเป็นเวลา 24 ชั่วโมงและเวลาการทำงานสิ้นสุดลงแล้ว\nในการเชื่อมต่อกับ Runbox อีกครั้ง โปรดคลิกที่ปุ่มด้านล่าง","runbox.runtime.overlay.terminated.description.unexpected":"หากปัญหายังคงอยู่ โปรดติดต่อฝ่ายบริการลูกค้า","runbox.runtime.overlay.terminated.restart":"เชื่อมต่อ","runbox.runtime.overlay.terminated.title":"การเชื่อมต่อระหว่างการทำงานถูกตัดการเชื่อมต่อ","runbox.header.submitInfo":"{isIndividual, select, true {} other {ทีม}}จำนวนการส่งงาน | {remainCount}/{totalCount} ครั้งที่เหลือ {isDailyLimitEnabled, select, true {วันนี้} other {}}"};
|
|
6
6
|
|
|
7
|
-
exports.default =
|
|
7
|
+
exports.default = th;
|
|
@@ -6,7 +6,6 @@ import './contexts/MaterialRunboxCommandContext.js';
|
|
|
6
6
|
import MaterialRunboxContextProvider from './contexts/MaterialRunboxContext.js';
|
|
7
7
|
import messageEn from './locales/en.json.js';
|
|
8
8
|
import messageKo from './locales/ko.json.js';
|
|
9
|
-
import messageTh from './locales/th.json.js';
|
|
10
9
|
import MaterialRunboxContent from './MaterialRunboxContent.js';
|
|
11
10
|
|
|
12
11
|
//
|
|
@@ -36,6 +35,6 @@ const MaterialRunbox = _a => {
|
|
|
36
35
|
eliceMaterialRunboxApiConfiguration: eliceMaterialRunboxApiConfiguration
|
|
37
36
|
}, React.createElement(MaterialRunboxContent, Object.assign({}, contentProps)))));
|
|
38
37
|
};
|
|
39
|
-
var MaterialRunbox$1 = new IntlComponentBuilder(MaterialRunbox).add('en', messageEn).add('ko', messageKo).
|
|
38
|
+
var MaterialRunbox$1 = new IntlComponentBuilder(MaterialRunbox).add('en', messageEn).add('ko', messageKo).addAsync('th', import('./locales/th.json.js')).addAsync('ja', import('./locales/ja.json.js')).build();
|
|
40
39
|
|
|
41
40
|
export { MaterialRunbox$1 as default };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var ja = {"runbox.action.autoShutdown.title":"常にオン","runbox.action.autoShutdown.tooltip.disabled":"このランタイムは、セッションごとの利用時間として設定された{time}後に自動的にシャットダウンします。","runbox.action.autoShutdown.tooltip.enabled":"常にオンに設定した場合、ランタイムは学習 {_termLibraryLecturePage} を離れてもシャットダウンしません。ただし、ランタイムのセッション固有の使用時間として設定された {time} 後には自動的にシャットダウンします。","runbox.action.grade.dialog.description.error":"コードの採点中にエラーが発生しました。","runbox.action.grade.dialog.description.success":"成績評価が成功裏に完了しました。","runbox.action.grade.dialog.title":"成績結果","runbox.action.grade.noti.error":"コードの採点中にエラーが発生しました。","runbox.action.grade.title":"提出","runbox.action.grade.tooltip.onProgress":"採点中です。しばらくお待ちください。{_termLibraryLecturePage}によって、採点には最大3分かかる場合があります。","runbox.action.reset.dialog.actions.confirm":"リセット","runbox.action.reset.dialog.description":"ランボックスのコードをリセットしてもよろしいですか? あなたのコードは {_termLibraryLecturePage} のデフォルトコードに上書きされます。\nリセット後、ランボックスのセッションがリフレッシュされます。","runbox.action.reset.noti.error":"ランボックスコードの初期化中にエラーが発生しました。","runbox.action.reset.title":"リセットコード","runbox.action.restart.dialog.actions.confirm":"再起動","runbox.action.restart.dialog.description":"再起動してもよろしいですか?","runbox.action.restart.title":"ランボックスを再起動してください","runbox.action.share.title":"ランボックスのURLを共有してください。","runbox.action.share.snackbar.copied.fail":"ランボックスのURLをコピーすることに失敗しました。もう一度お試しください。","runbox.action.share.snackbar.copied.success":"ランボックスのURLが正常にコピーされました。","runbox.action.submitCountInfo.dialog.title":"投稿の数を制限してください。","runbox.action.submitCountInfo.dialog.description":"提出回数の制限を超えています","runbox.action.submitCountInfo.tooltip.disabled":"提出回数が使い果たされました。","runbox.common.close":"閉じる","runbox.common.retry":"リトライ","runbox.common.support":"サポート","runbox.context.command.ping.error":"タスクの処理中にエラーが発生しました。","runbox.runtime.message.startError":"ランボックスの起動中にエラーが発生しました。","runbox.runtime.overlay.assigned.description":"Runbox が実行中です。\nお待ちください!","runbox.runtime.overlay.assigned.description_timeout":"ランボックスを実行する時間が私たちの予想よりも長くかかっています。\n更新せずにもう少し待ってください!","runbox.runtime.overlay.queued.description":"現在{waiters}回待機中...","runbox.runtime.overlay.queued.description_zero":"Runboxはもうすぐ実行されます。","runbox.runtime.overlay.terminated.description.default":"ランタイムは予期せぬ問題により終了しました。\n再接続するには、下のボタンをクリックしてください。","runbox.runtime.overlay.terminated.description.general":"ランボックスに接続されているランタイムが終了しました。\nランボックスに再接続するには、以下のボタンをクリックしてください。","runbox.runtime.overlay.terminated.description.os_disk_is_full":"ディスクがいっぱいになったため、ランタイムが終了しました。\n最近ランボックスを削除した場合、反映には時間がかかることがあります。","runbox.runtime.overlay.terminated.description.quota_exceeded":"ランタイムが期限切れになったため、ランタイムが終了しました。","runbox.runtime.overlay.terminated.description.quota_per_session_exceeded":"ランボックスは24時間稼働しており、ランタイムが終了しました。\nランボックスに再接続するには、以下のボタンをクリックしてください。","runbox.runtime.overlay.terminated.description.unexpected":"問題が解決しない場合は、カスタマーサービスにお問い合わせください。","runbox.runtime.overlay.terminated.restart":"再接続","runbox.runtime.overlay.terminated.title":"ランタイムが切断されました。","runbox.header.submitInfo":"{isIndividual, select, true {個人} other {チーム}}の提出回数 | {remainCount}/{totalCount} 回残っています {isDailyLimitEnabled, select, true {今日} other {}}"};
|
|
2
|
+
|
|
3
|
+
export { ja as default };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var
|
|
1
|
+
var th = {"runbox.action.autoShutdown.title":"เสมออยู่","runbox.action.autoShutdown.tooltip.disabled":"เวลารันไทม์นี้จะถูกปิดโดยอัตโนมัติหลังจาก {time} ซึ่งถูกตั้งค่าเป็นเวลาการใช้งานต่อเซสชั่น","runbox.action.autoShutdown.tooltip.enabled":"หากตั้งค่าเป็นเสมอเสมอ การทำงานจะไม่ปิดหน้าต่างแม้ว่าคุณจะออกจากการเรียนรู้ {_termLibraryLecturePage} อย่างไรก็ตาม มันจะปิดตัวเองโดยอัตโนมัติหลังจาก {time} ซึ่งตั้งค่าเป็นเวลาการใช้งานของเซสชันในระบบคอมพิวเตอร์","runbox.action.grade.dialog.description.error":"เกิดข้อผิดพลาดขึ้นในขณะที่ทำการตรวจคะแนนของโค้ด","runbox.action.grade.dialog.description.success":"การจัดเกรดเสร็จสมบูรณ์เรียบร้อยแล้ว","runbox.action.grade.dialog.title":"ผลการประเมินผลการเรียน","runbox.action.grade.noti.error":"เกิดข้อผิดพลาดขึ้นในขณะที่ทำการตรวจคะแนนของโค้ด","runbox.action.grade.title":"ส่งใบสมัคร","runbox.action.grade.tooltip.onProgress":"การตรวจคะแนนกำลังดำเนินการ โปรดรอสักครู่ ขึ้นอยู่กับ {_termLibraryLecturePage} การตรวจคะแนนอาจใช้เวลาสูงสุดถึง 3 นาที","runbox.action.reset.dialog.actions.confirm":"รีเซ็ต","runbox.action.reset.dialog.description":"คุณแน่ใจว่าต้องการรีเซ็ตรหัสของ Runbox หรือไม่? รหัสของคุณจะถูกเขียนทับด้วยรหัสเริ่มต้นของ {_termLibraryLecturePage} หลังจากรีเซ็ต การทำเซสชันของ Runbox จะถูกรีเฟรชใหม่","runbox.action.reset.noti.error":"เกิดข้อผิดพลาดขณะที่กำลังเริ่มต้นรหัสรันบ็อกซ์","runbox.action.reset.title":"รหัสการรีเซ็ต","runbox.action.restart.dialog.actions.confirm":"เริ่มใหม่","runbox.action.restart.dialog.description":"คุณแน่ใจหรือว่าต้องการเริ่มต้นการทำงานใหม่ใน Runbox หรือไม่?","runbox.action.restart.title":"เริ่มใหม่ runbox","runbox.action.share.title":"แชร์ลิงก์ URL ของ Runbox","runbox.action.share.snackbar.copied.fail":"การคัดลอก URL ของ runbox ล้มเหลว โปรดลองอีกครั้ง","runbox.action.share.snackbar.copied.success":"คัดลอก URL ของ Runbox สำเร็จแล้ว","runbox.action.submitCountInfo.dialog.title":"จำกัดจำนวนการส่งใบสมัคร","runbox.action.submitCountInfo.dialog.description":"คุณได้เกินขีดจำกัดการส่งแล้ว","runbox.action.submitCountInfo.tooltip.disabled":"จำนวนการส่งซ้ำได้ถูกใช้งานหมดแล้ว","runbox.common.close":"ปิด","runbox.common.retry":"ลองใหม่","runbox.common.support":"สนับสนุน","runbox.context.command.ping.error":"เกิดข้อผิดพลาดขณะประมวลผลงาน","runbox.runtime.message.startError":"มีข้อผิดพลาดในการเริ่มต้นรันบ็อกซ์","runbox.runtime.overlay.assigned.description":"Runbox กำลังทำงานอยู่\nโปรดรอ!","runbox.runtime.overlay.assigned.description_timeout":"การเรียกใช้งานรันบ็อกซ์ใช้เวลานานกว่าที่เราคาดหวัง\nโปรดรออีกสักครู่โดยไม่ต้องรีเฟรช!","runbox.runtime.overlay.queued.description":"(2 ของ 3)\nรอคิวอยู่ {waiters} ครั้ง...","runbox.runtime.overlay.queued.description_zero":"Runbox จะทำงานเร็ว ๆ นี้","runbox.runtime.overlay.terminated.description.default":"การทำงานถูกสิ้นสุดลงเนื่องจากปัญหาที่ไม่คาดคิด\nคลิกที่ปุ่มด้านล่างเพื่อเชื่อมต่อกับ runbox อีกครั้ง","runbox.runtime.overlay.terminated.description.general":"เวลารันไทม์ที่เชื่อมต่อกับ runbox ได้สิ้นสุดลงแล้ว\nในการเชื่อมต่อกับ runbox อีกครั้ง โปรดคลิกที่ปุ่มด้านล่าง","runbox.runtime.overlay.terminated.description.os_disk_is_full":"เวลารันสิ้นสุดลงเนื่องจากดิสก์เต็ม\nหากคุณได้ลบ runbox เร็ว ๆ นี้ อาจใช้เวลาสักครู่ในการแสดงผล","runbox.runtime.overlay.terminated.description.quota_exceeded":"เวลารันไทม์ได้สิ้นสุดลงเนื่องจากเวลารันไทม์หมดอายุแล้ว","runbox.runtime.overlay.terminated.description.quota_per_session_exceeded":"Runbox ทำงานมาเป็นเวลา 24 ชั่วโมงและเวลาการทำงานสิ้นสุดลงแล้ว\nในการเชื่อมต่อกับ Runbox อีกครั้ง โปรดคลิกที่ปุ่มด้านล่าง","runbox.runtime.overlay.terminated.description.unexpected":"หากปัญหายังคงอยู่ โปรดติดต่อฝ่ายบริการลูกค้า","runbox.runtime.overlay.terminated.restart":"เชื่อมต่อ","runbox.runtime.overlay.terminated.title":"การเชื่อมต่อระหว่างการทำงานถูกตัดการเชื่อมต่อ","runbox.header.submitInfo":"{isIndividual, select, true {} other {ทีม}}จำนวนการส่งงาน | {remainCount}/{totalCount} ครั้งที่เหลือ {isDailyLimitEnabled, select, true {วันนี้} other {}}"};
|
|
2
2
|
|
|
3
|
-
export {
|
|
3
|
+
export { th as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elice/material-runbox",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.240522.0",
|
|
4
4
|
"description": "User view and editing components of Elice material runbox",
|
|
5
5
|
"repository": "https://git.elicer.io/elice/frontend/library/elice-material",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -51,14 +51,14 @@
|
|
|
51
51
|
"tslib": "^2.6.1"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@elice/intl": "0.240425.0-rc.
|
|
55
|
-
"@elice/material-shared-types": "1.
|
|
56
|
-
"@elice/material-shared-utils": "1.
|
|
54
|
+
"@elice/intl": "0.240425.0-rc.2",
|
|
55
|
+
"@elice/material-shared-types": "1.240522.0",
|
|
56
|
+
"@elice/material-shared-utils": "1.240522.0",
|
|
57
57
|
"@elice/mui-elements": "^5.231130.0",
|
|
58
58
|
"@elice/mui-system": "^5.230815.0",
|
|
59
59
|
"@elice/mui-x-snackbar": "^5.231130.0",
|
|
60
60
|
"@elice/openapi-client-material-runbox": "1.240328.0",
|
|
61
|
-
"@elice/runbox-client": "1.
|
|
61
|
+
"@elice/runbox-client": "1.240521.0",
|
|
62
62
|
"@elice/types": "^1.240129.0",
|
|
63
63
|
"@emotion/react": "^11.10.5",
|
|
64
64
|
"@emotion/styled": "^11.10.5",
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"react": "^17.0.2",
|
|
75
75
|
"react-use": "^17.2.4"
|
|
76
76
|
},
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "19eccc67cf5feb8de8d0f314d82314743b585f83"
|
|
78
78
|
}
|