chore: update locales

This commit is contained in:
jialin
2026-05-27 17:10:15 +08:00
committed by jialin
parent 1d70446cc4
commit ba5b41cf3a
6 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -142,8 +142,8 @@ export default {
'gpuservice.storage.capacity': 'Capacity',
'gpuservice.storage.accessMode': 'Access Mode',
'gpuservice.storage.persistent': 'Persistent',
'gpuservice.storage.temporary': 'Temporary',
'gpuservice.storage.persistentVolume': 'Persistent Volume',
'gpuservice.storage.temporary': 'Ephemeral',
'gpuservice.storage.persistentVolume': 'Persistent',
'gpuservice.storage.temporary.tips':
'Data is cleared when the instance stops.',
'gpuservice.storage.persistentVolume.tips':
+1 -1
View File
@@ -141,7 +141,7 @@ export default {
'gpuservice.storage.accessMode': 'アクセスモード',
'gpuservice.storage.persistent': '永続',
'gpuservice.storage.temporary': '一時',
'gpuservice.storage.persistentVolume': '永続ボリューム',
'gpuservice.storage.persistentVolume': '永続',
'gpuservice.storage.persistentVolume.required':
'永続ボリュームを選択してください',
'gpuservice.storage.persistentVolume.capacity': '容量 (GB)',
+1 -1
View File
@@ -143,7 +143,7 @@ export default {
'gpuservice.storage.accessMode': 'Режим доступа',
'gpuservice.storage.persistent': 'Постоянное',
'gpuservice.storage.temporary': 'Временное',
'gpuservice.storage.persistentVolume': 'Постоянный том',
'gpuservice.storage.persistentVolume': 'Постоянное',
'gpuservice.storage.persistentVolume.required': 'Выберите постоянный том',
'gpuservice.storage.persistentVolume.capacity': 'Ёмкость (ГБ)',
'gpuservice.storage.persistentVolume.capacity.required': 'Введите ёмкость',
+1 -1
View File
@@ -141,7 +141,7 @@ export default {
'gpuservice.storage.accessMode': 'Erişim Modu',
'gpuservice.storage.persistent': 'Kalıcı',
'gpuservice.storage.temporary': 'Geçici',
'gpuservice.storage.persistentVolume': 'Kalıcı Hacim',
'gpuservice.storage.persistentVolume': 'Kalıcı',
'gpuservice.storage.persistentVolume.required':
'Lütfen bir kalıcı hacim seçin',
'gpuservice.storage.persistentVolume.capacity': 'Kapasite (GB)',
+1 -1
View File
@@ -134,7 +134,7 @@ export default {
'gpuservice.storage.accessMode': '访问模式',
'gpuservice.storage.persistent': '持久',
'gpuservice.storage.temporary': '临时',
'gpuservice.storage.persistentVolume': '持久',
'gpuservice.storage.persistentVolume': '持久',
'gpuservice.storage.temporary.tips': '实例停止后,数据将被清除。',
'gpuservice.storage.persistentVolume.tips':
'数据在实例重启后仍会保留,仅在实例被终止时删除。无法被其它实例共享。',
@@ -70,7 +70,7 @@ const getConnectEntries = (record: ListItem): ConnectEntry[] => {
interface ColumnsHookProps {
handleSelect: (val: string, record: ListItem) => void;
clusterList: Global.BaseOption<string>[];
clusterList: Global.BaseOption<number>[];
sortOrder: string[];
}