[Update] Update/Switch Compute Device Modal: Add description.
This commit is contained in:
@@ -59,9 +59,10 @@ main_page:
|
|||||||
updating: Now updating...
|
updating: Now updating...
|
||||||
|
|
||||||
update_modal:
|
update_modal:
|
||||||
cpu_desc: Use CPU only as the compute device
|
cpu_desc: Use CPU only as the compute device.
|
||||||
cuda_desc: Selectable between CPU and NVIDIA GPUs as compute devices
|
cuda_desc: Selectable between CPU and NVIDIA GPUs as compute devices.
|
||||||
cuda_disk_space_desc: Requires approximately {{size}} of disk space
|
cuda_compare_cpu_desc: With GPU selection, processing is faster compared to a CPU.
|
||||||
|
cuda_disk_space_desc: Requires approximately {{size}} of disk space.
|
||||||
close_modal: Close
|
close_modal: Close
|
||||||
download_latest_and_restart: |-
|
download_latest_and_restart: |-
|
||||||
The latest version will be downloaded,
|
The latest version will be downloaded,
|
||||||
|
|||||||
@@ -60,6 +60,7 @@ main_page:
|
|||||||
update_modal:
|
update_modal:
|
||||||
cpu_desc: 処理デバイスとしてCPUのみを使用
|
cpu_desc: 処理デバイスとしてCPUのみを使用
|
||||||
cuda_desc: 処理デバイスとしてCPUとNVIDIA製のGPUを選択可能
|
cuda_desc: 処理デバイスとしてCPUとNVIDIA製のGPUを選択可能
|
||||||
|
cuda_compare_cpu_desc: GPU選択時、CPUと比べて処理が高速
|
||||||
cuda_disk_space_desc: 約{{size}}のディスク容量が必要
|
cuda_disk_space_desc: 約{{size}}のディスク容量が必要
|
||||||
close_modal: 閉じる
|
close_modal: 閉じる
|
||||||
download_latest_and_restart: |-
|
download_latest_and_restart: |-
|
||||||
|
|||||||
@@ -54,6 +54,7 @@ export const UpdateModal = () => {
|
|||||||
</div>
|
</div>
|
||||||
<div className={styles.version_desc_container}>
|
<div className={styles.version_desc_container}>
|
||||||
<VersionDescComponent desc={t("update_modal.cuda_desc")} />
|
<VersionDescComponent desc={t("update_modal.cuda_desc")} />
|
||||||
|
<VersionDescComponent desc={t("update_modal.cuda_compare_cpu_desc")} />
|
||||||
<VersionDescComponent desc={t("update_modal.cuda_disk_space_desc", {size: "5GB"})} />
|
<VersionDescComponent desc={t("update_modal.cuda_disk_space_desc", {size: "5GB"})} />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user