[Update] Change the design. Update/Switch CPU/GPU version.

This commit is contained in:
Sakamoto Shiina
2024-12-20 19:05:30 +09:00
parent 5a498fc98c
commit 798a4a87fc
8 changed files with 181 additions and 170 deletions

View File

@@ -59,19 +59,15 @@ main_page:
updating: Now updating...
update_modal:
update_software_desc: |-
Download the new version and automatically restart the app.
It'll take a while. Do it now?
deny_update_software: Do it later
accept_update_software: Update and Restart
switch_compute_device_modal:
cpu_desc: Use CPU only as the compute device
cuda_desc: Selectable between CPU and GPU as compute devices
cuda_disk_space_desc: Requires approximately {{size}} of disk space
close_modal: Close
switch_to_cpu_desc: Download and replace with the CPU version. The GPU will no longer be selectable as the compute device, and only the CPU will be used.
switch_to_cuda_desc: Download and replace with the CUDA (GPU-selectable) version. It will be able to select both the CPU and GPU, but it will require approximately 5GB of disk space.
switch_to_cpu_button: Switch to CPU version
switch_to_cuda_button: Switch to CUDA (GPU) version
restart_desc: The app will automatically restart.
download_latest_and_restart: |-
The latest version will be downloaded,
and the app will automatically restart.
is_latest_version_already: Already using the latest version
is_current_compute_device: Currently using this version
config_page:
version: version {{version}}

View File

@@ -58,23 +58,15 @@ main_page:
updating: アップデート中...
update_modal:
update_software_desc: |-
新しいバージョンをダウンロードしてアプリを再起動します。
少し時間がかかります。今すぐ行いますか?
deny_update_software: 後でする
accept_update_software: アップデートして再起動
switch_compute_device_modal:
cpu_desc: 処理デバイスとしてCPUのみを使用
cuda_desc: 処理デバイスとしてCPUとGPUの両方を選択可能
cuda_disk_space_desc: 約{{size}}のディスク容量が必要
close_modal: 閉じる
switch_to_cpu_desc: |-
CPUバージョンをダウンロードして置き換えます。
処理デバイスとしてGPUを選択できなくなり、CPUのみを使用するようになります。
switch_to_cuda_desc: |-
CUDAGPU選択可能バージョンをダウンロードして置き換えます。
CPUとGPUの両方を選択できるようになりますが、約5GBのディスク容量が必要になります。
switch_to_cpu_button: CPUバージョンに切り替える
switch_to_cuda_button: CUDAGPUバージョンに切り替える
restart_desc: アプリが自動的に再起動します。
download_latest_and_restart: |-
最新版がダウンロードされ、
アプリは自動的に再起動します。
is_latest_version_already: すでに最新版を使用中
is_current_compute_device: 現在使用中のバージョン
config_page:
version: バージョン {{version}}