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