diff --git a/src/locales/en-US/gpuservice.ts b/src/locales/en-US/gpuservice.ts index 4f3cb821..2ab68e29 100644 --- a/src/locales/en-US/gpuservice.ts +++ b/src/locales/en-US/gpuservice.ts @@ -148,8 +148,7 @@ export default { 'Data is cleared when the instance stops.', 'gpuservice.storage.persistentVolume.tips': 'Data persists across restarts and is deleted only when the instance is terminated. Cannot be shared with other instances.', - 'gpuservice.storage.persistentVolume.required': - 'Please select a persistent volume', + 'gpuservice.storage.persistentVolume.required': 'Please select a storage', 'gpuservice.storage.persistentVolume.capacity': 'Capacity (GB)', 'gpuservice.storage.persistentVolume.capacity.required': 'Please enter capacity', @@ -159,5 +158,6 @@ export default { 'gpuservice.storage.tempCapacity.required': 'Please enter the temporary storage capacity', 'gpuservice.form.rule.name': - "Lowercase letters, numbers, and '-'. Start and end with a letter or number, no consecutive '-', max 63 characters." + "Lowercase letters, numbers, and '-'. Start and end with a letter or number, no consecutive '-', max 63 characters.", + 'gpuservice.form.storage.select': 'Select Storage' }; diff --git a/src/locales/ja-JP/gpuservice.ts b/src/locales/ja-JP/gpuservice.ts index 13925803..c40315dd 100644 --- a/src/locales/ja-JP/gpuservice.ts +++ b/src/locales/ja-JP/gpuservice.ts @@ -143,7 +143,7 @@ export default { 'gpuservice.storage.temporary': '一時', 'gpuservice.storage.persistentVolume': '永続', 'gpuservice.storage.persistentVolume.required': - '永続ボリュームを選択してください', + 'ストレージを選択してください', 'gpuservice.storage.persistentVolume.capacity': '容量 (GB)', 'gpuservice.storage.persistentVolume.capacity.required': '容量を入力してください', @@ -157,5 +157,6 @@ export default { 'gpuservice.storage.temporary.tips': 'Data is cleared when the instance stops.', 'gpuservice.storage.persistentVolume.tips': - 'Data persists across restarts and is deleted only when the instance is terminated. Cannot be shared with other instances.' + 'Data persists across restarts and is deleted only when the instance is terminated. Cannot be shared with other instances.', + 'gpuservice.form.storage.select': 'ストレージを選択' }; diff --git a/src/locales/ru-RU/gpuservice.ts b/src/locales/ru-RU/gpuservice.ts index 40a87b9e..a794b65f 100644 --- a/src/locales/ru-RU/gpuservice.ts +++ b/src/locales/ru-RU/gpuservice.ts @@ -144,7 +144,7 @@ export default { 'gpuservice.storage.persistent': 'Постоянное', 'gpuservice.storage.temporary': 'Временное', 'gpuservice.storage.persistentVolume': 'Постоянное', - 'gpuservice.storage.persistentVolume.required': 'Выберите постоянный том', + 'gpuservice.storage.persistentVolume.required': 'Выберите хранилище', 'gpuservice.storage.persistentVolume.capacity': 'Ёмкость (ГБ)', 'gpuservice.storage.persistentVolume.capacity.required': 'Введите ёмкость', 'gpuservice.storage.persistentVolume.releaseWithInstance': @@ -157,5 +157,6 @@ export default { 'gpuservice.storage.temporary.tips': 'Data is cleared when the instance stops.', 'gpuservice.storage.persistentVolume.tips': - 'Data persists across restarts and is deleted only when the instance is terminated. Cannot be shared with other instances.' + 'Data persists across restarts and is deleted only when the instance is terminated. Cannot be shared with other instances.', + 'gpuservice.form.storage.select': 'Выберите хранилище' }; diff --git a/src/locales/tr-TR/gpuservice.ts b/src/locales/tr-TR/gpuservice.ts index b724684d..b67191ec 100644 --- a/src/locales/tr-TR/gpuservice.ts +++ b/src/locales/tr-TR/gpuservice.ts @@ -142,8 +142,7 @@ export default { 'gpuservice.storage.persistent': 'Kalıcı', 'gpuservice.storage.temporary': 'Geçici', 'gpuservice.storage.persistentVolume': 'Kalıcı', - 'gpuservice.storage.persistentVolume.required': - 'Lütfen bir kalıcı hacim seçin', + 'gpuservice.storage.persistentVolume.required': 'Lütfen bir depolama seçin', 'gpuservice.storage.persistentVolume.capacity': 'Kapasite (GB)', 'gpuservice.storage.persistentVolume.capacity.required': 'Lütfen kapasiteyi girin', @@ -157,5 +156,6 @@ export default { 'gpuservice.storage.temporary.tips': 'Data is cleared when the instance stops.', 'gpuservice.storage.persistentVolume.tips': - 'Data persists across restarts and is deleted only when the instance is terminated. Cannot be shared with other instances.' + 'Data persists across restarts and is deleted only when the instance is terminated. Cannot be shared with other instances.', + 'gpuservice.form.storage.select': 'Depolamayı Seç' }; diff --git a/src/locales/zh-CN/gpuservice.ts b/src/locales/zh-CN/gpuservice.ts index 45e8f9a9..b7543497 100644 --- a/src/locales/zh-CN/gpuservice.ts +++ b/src/locales/zh-CN/gpuservice.ts @@ -138,12 +138,13 @@ export default { 'gpuservice.storage.temporary.tips': '实例停止后,数据将被清除。', 'gpuservice.storage.persistentVolume.tips': '数据在实例重启后仍会保留,仅在实例被终止时删除。无法被其它实例共享。', - 'gpuservice.storage.persistentVolume.required': '请选择持久卷', + 'gpuservice.storage.persistentVolume.required': '请选择存储', 'gpuservice.storage.persistentVolume.capacity': '容量(GB)', 'gpuservice.storage.persistentVolume.capacity.required': '请输入容量', 'gpuservice.storage.persistentVolume.releaseWithInstance': '随实例释放', 'gpuservice.storage.tempCapacity': '容量(GB)', 'gpuservice.storage.tempCapacity.required': '请输入临时存储容量', 'gpuservice.form.rule.name': - '由小写字母、数字和 "-" 组成,以字母或数字开头和结尾,不能包含连续的 "-",最多 63 个字符。' + '由小写字母、数字和 "-" 组成,以字母或数字开头和结尾,不能包含连续的 "-",最多 63 个字符。', + 'gpuservice.form.storage.select': '选择存储' }; diff --git a/src/pages/gpu-service/instances/forms/storage-volume.tsx b/src/pages/gpu-service/instances/forms/storage-volume.tsx index ae8bcfde..7ecd92d6 100644 --- a/src/pages/gpu-service/instances/forms/storage-volume.tsx +++ b/src/pages/gpu-service/instances/forms/storage-volume.tsx @@ -191,7 +191,7 @@ const StorageVolume = ({ disabled={disabled} showSearch label={intl.formatMessage({ - id: 'gpuservice.storage.persistentVolume' + id: 'gpuservice.form.storage.select' })} required options={storageOptions}