fix: style issues
This commit is contained in:
@@ -280,5 +280,6 @@ export default {
|
||||
'common.file.size.limit': 'File size must not exceed {size}.',
|
||||
'common.file.format.limit': 'Invalid file format. Allowed: {formats}.',
|
||||
'common.image.limit.width': 'Image width must be {width}.',
|
||||
'common.image.limit.height': 'Image height must be {height}.'
|
||||
'common.image.limit.height': 'Image height must be {height}.',
|
||||
'common.max': 'Max {count}'
|
||||
};
|
||||
|
||||
@@ -13,8 +13,8 @@ export default {
|
||||
'gpuservice.template.command.placeholder':
|
||||
'Separate arguments with spaces; wrap arguments containing spaces in quotes, e.g.: /bin/bash -c "echo hello world"',
|
||||
'gpuservice.template.mountPath': 'Mount Path',
|
||||
'gpuservice.template.containerDisk': 'Container Disk (Gi)',
|
||||
'gpuservice.template.memory': 'Memory (Gi)',
|
||||
'gpuservice.template.containerDisk': 'Container Disk (GB)',
|
||||
'gpuservice.template.memory': 'Memory (GB)',
|
||||
'gpuservice.template.ports': 'Ports',
|
||||
'gpuservice.template.ports.add': 'Add Port',
|
||||
'gpuservice.template.ports.invalid':
|
||||
@@ -41,13 +41,16 @@ export default {
|
||||
'gpuservice.instance.section.basic': 'Basic Info',
|
||||
'gpuservice.instance.section.type': 'Instance Type',
|
||||
'gpuservice.instance.section.template': 'Instance Template',
|
||||
'gpuservice.instance.section.storage': 'Storage Volume',
|
||||
'gpuservice.instance.types': 'Instance Types',
|
||||
'gpuservice.instance.templates': 'Instance Templates',
|
||||
'gpuservice.instance.section.storage': 'Storage',
|
||||
'gpuservice.instance.type.required': 'Please select an instance type',
|
||||
'gpuservice.instance.gpuCount': 'GPU Count',
|
||||
'gpuservice.instance.gpuCount.required': 'Please enter the GPU count',
|
||||
'gpuservice.instance.gpuCount.max':
|
||||
'The current instance type supports at most {count} GPU(s)',
|
||||
'gpuservice.instance.stock': 'Stock',
|
||||
'gpuservice.instance.sliced': 'Sliced',
|
||||
'gpuservice.instance.memory': 'Memory',
|
||||
'gpuservice.instance.ram': 'RAM',
|
||||
'gpuservice.instance.search.type.placeholder':
|
||||
@@ -68,8 +71,8 @@ export default {
|
||||
'gpuservice.storage.type.object': 'Object Storage',
|
||||
'gpuservice.storage.capacity': 'Capacity',
|
||||
'gpuservice.storage.accessMode': 'Access Mode',
|
||||
'gpuservice.storage.persistent': 'Persistent Storage',
|
||||
'gpuservice.storage.temporary': 'Temporary Storage',
|
||||
'gpuservice.storage.persistent': 'Persistent',
|
||||
'gpuservice.storage.temporary': 'Temporary',
|
||||
'gpuservice.storage.persistentVolume': 'Persistent Volume',
|
||||
'gpuservice.storage.persistentVolume.required':
|
||||
'Please select a persistent volume',
|
||||
|
||||
@@ -55,15 +55,14 @@ export default {
|
||||
'noresult.instances.nofound': 'No matching instances found.',
|
||||
'noresult.gpuservice.template.title': 'No Instance Templates',
|
||||
'noresult.gpuservice.template.subTitle':
|
||||
'Once you create an instance template, it will appear here.',
|
||||
'No instance templates have been added yet.',
|
||||
'noresult.gpuservice.template.nofound':
|
||||
'No matching instance templates found.',
|
||||
'noresult.gpuservice.instance.title': 'No GPU Instances',
|
||||
'noresult.gpuservice.instance.subTitle':
|
||||
'Once you create a GPU instance, it will appear here.',
|
||||
'No GPU instances have been added yet.',
|
||||
'noresult.gpuservice.instance.nofound': 'No matching GPU instances found.',
|
||||
'noresult.gpuservice.storage.title': 'No Storage',
|
||||
'noresult.gpuservice.storage.subTitle':
|
||||
'Once you create a storage, it will appear here.',
|
||||
'noresult.gpuservice.storage.subTitle': 'No storage has been added yet.',
|
||||
'noresult.gpuservice.storage.nofound': 'No matching storage found.'
|
||||
};
|
||||
|
||||
@@ -280,7 +280,8 @@ export default {
|
||||
'common.file.size.limit': 'File size must not exceed {size}.',
|
||||
'common.file.format.limit': 'Invalid file format. Allowed: {formats}.',
|
||||
'common.image.limit.width': 'Image width must be {width}.',
|
||||
'common.image.limit.height': 'Image height must be {height}.'
|
||||
'common.image.limit.height': 'Image height must be {height}.',
|
||||
'common.max': '最大 {count}'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
|
||||
@@ -13,8 +13,8 @@ export default {
|
||||
'gpuservice.template.command.placeholder':
|
||||
'引数はスペースで区切り、スペースを含む引数は引用符で囲んでください。例:/bin/bash -c "echo hello world"',
|
||||
'gpuservice.template.mountPath': 'マウントパス',
|
||||
'gpuservice.template.containerDisk': 'コンテナディスク (Gi)',
|
||||
'gpuservice.template.memory': 'メモリ (Gi)',
|
||||
'gpuservice.template.containerDisk': 'コンテナディスク (GB)',
|
||||
'gpuservice.template.memory': 'メモリ (GB)',
|
||||
'gpuservice.template.ports': 'ポート',
|
||||
'gpuservice.template.ports.add': 'ポートを追加',
|
||||
'gpuservice.template.ports.invalid': 'ポート設定を完成させてください。',
|
||||
@@ -39,6 +39,8 @@ export default {
|
||||
'gpuservice.instance.section.basic': '基本情報',
|
||||
'gpuservice.instance.section.type': 'インスタンスタイプ',
|
||||
'gpuservice.instance.section.template': 'インスタンステンプレート',
|
||||
'gpuservice.instance.types': 'インスタンスタイプ',
|
||||
'gpuservice.instance.templates': 'インスタンステンプレート',
|
||||
'gpuservice.instance.section.storage': 'ストレージボリューム',
|
||||
'gpuservice.instance.type.required': 'インスタンスタイプを選択してください',
|
||||
'gpuservice.instance.gpuCount': 'GPU 数',
|
||||
@@ -46,6 +48,7 @@ export default {
|
||||
'gpuservice.instance.gpuCount.max':
|
||||
'現在のインスタンスタイプは最大 {count} 個の GPU をサポートします',
|
||||
'gpuservice.instance.stock': '在庫',
|
||||
'gpuservice.instance.sliced': '分割',
|
||||
'gpuservice.instance.memory': 'Memory',
|
||||
'gpuservice.instance.ram': 'RAM',
|
||||
'gpuservice.instance.search.type.placeholder':
|
||||
@@ -66,8 +69,8 @@ export default {
|
||||
'gpuservice.storage.type.object': 'オブジェクトストレージ',
|
||||
'gpuservice.storage.capacity': '容量',
|
||||
'gpuservice.storage.accessMode': 'アクセスモード',
|
||||
'gpuservice.storage.persistent': '永続ストレージ',
|
||||
'gpuservice.storage.temporary': '一時ストレージ',
|
||||
'gpuservice.storage.persistent': '永続',
|
||||
'gpuservice.storage.temporary': '一時',
|
||||
'gpuservice.storage.persistentVolume': '永続ボリューム',
|
||||
'gpuservice.storage.persistentVolume.required':
|
||||
'永続ボリュームを選択してください',
|
||||
|
||||
@@ -55,16 +55,16 @@ export default {
|
||||
'noresult.instances.nofound': 'No matching instances found.',
|
||||
'noresult.gpuservice.template.title': 'インスタンステンプレートなし',
|
||||
'noresult.gpuservice.template.subTitle':
|
||||
'インスタンステンプレートを作成すると、ここに表示されます。',
|
||||
'インスタンステンプレートはまだ追加されていません。',
|
||||
'noresult.gpuservice.template.nofound':
|
||||
'一致するインスタンステンプレートが見つかりません。',
|
||||
'noresult.gpuservice.instance.title': 'GPU インスタンスなし',
|
||||
'noresult.gpuservice.instance.subTitle':
|
||||
'GPU インスタンスを作成すると、ここに表示されます。',
|
||||
'GPU インスタンスはまだ追加されていません。',
|
||||
'noresult.gpuservice.instance.nofound':
|
||||
'一致する GPU インスタンスが見つかりません。',
|
||||
'noresult.gpuservice.storage.title': 'ストレージなし',
|
||||
'noresult.gpuservice.storage.subTitle':
|
||||
'ストレージを作成すると、ここに表示されます。',
|
||||
'ストレージはまだ追加されていません。',
|
||||
'noresult.gpuservice.storage.nofound': '一致するストレージが見つかりません。'
|
||||
};
|
||||
|
||||
@@ -279,7 +279,8 @@ export default {
|
||||
'common.file.size.limit': 'File size must not exceed {size}.',
|
||||
'common.file.format.limit': 'Invalid file format. Allowed: {formats}.',
|
||||
'common.image.limit.width': 'Image width must be {width}.',
|
||||
'common.image.limit.height': 'Image height must be {height}.'
|
||||
'common.image.limit.height': 'Image height must be {height}.',
|
||||
'common.max': 'Макс. {count}'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
|
||||
@@ -14,8 +14,8 @@ export default {
|
||||
'gpuservice.template.command.placeholder':
|
||||
'Разделяйте аргументы пробелами; аргументы с пробелами заключайте в кавычки, например: /bin/bash -c "echo hello world"',
|
||||
'gpuservice.template.mountPath': 'Путь монтирования',
|
||||
'gpuservice.template.containerDisk': 'Диск контейнера (Gi)',
|
||||
'gpuservice.template.memory': 'Память (Gi)',
|
||||
'gpuservice.template.containerDisk': 'Диск контейнера (GB)',
|
||||
'gpuservice.template.memory': 'Память (GB)',
|
||||
'gpuservice.template.ports': 'Порты',
|
||||
'gpuservice.template.ports.add': 'Добавить порт',
|
||||
'gpuservice.template.ports.invalid': 'Заполните настройки портов полностью.',
|
||||
@@ -41,6 +41,8 @@ export default {
|
||||
'gpuservice.instance.section.basic': 'Основная информация',
|
||||
'gpuservice.instance.section.type': 'Тип экземпляра',
|
||||
'gpuservice.instance.section.template': 'Шаблон экземпляра',
|
||||
'gpuservice.instance.types': 'Типы экземпляров',
|
||||
'gpuservice.instance.templates': 'Шаблоны экземпляров',
|
||||
'gpuservice.instance.section.storage': 'Том хранилища',
|
||||
'gpuservice.instance.type.required': 'Выберите тип экземпляра',
|
||||
'gpuservice.instance.gpuCount': 'Количество GPU',
|
||||
@@ -48,6 +50,7 @@ export default {
|
||||
'gpuservice.instance.gpuCount.max':
|
||||
'Текущий тип экземпляра поддерживает максимум {count} GPU',
|
||||
'gpuservice.instance.stock': 'Остаток',
|
||||
'gpuservice.instance.sliced': 'Разделено',
|
||||
'gpuservice.instance.memory': 'Память',
|
||||
'gpuservice.instance.ram': 'RAM',
|
||||
'gpuservice.instance.search.type.placeholder':
|
||||
@@ -68,8 +71,8 @@ export default {
|
||||
'gpuservice.storage.type.object': 'Объектное хранилище',
|
||||
'gpuservice.storage.capacity': 'Объём',
|
||||
'gpuservice.storage.accessMode': 'Режим доступа',
|
||||
'gpuservice.storage.persistent': 'Постоянное хранилище',
|
||||
'gpuservice.storage.temporary': 'Временное хранилище',
|
||||
'gpuservice.storage.persistent': 'Постоянное',
|
||||
'gpuservice.storage.temporary': 'Временное',
|
||||
'gpuservice.storage.persistentVolume': 'Постоянный том',
|
||||
'gpuservice.storage.persistentVolume.required': 'Выберите постоянный том',
|
||||
'gpuservice.storage.tempCapacity': 'Объём хранилища (ГБ)',
|
||||
|
||||
@@ -56,17 +56,15 @@ export default {
|
||||
'noresult.instances.nofound': 'No matching instances found.',
|
||||
'noresult.gpuservice.template.title': 'Нет шаблонов экземпляров',
|
||||
'noresult.gpuservice.template.subTitle':
|
||||
'После создания шаблона экземпляра он появится здесь.',
|
||||
'Шаблоны экземпляров ещё не добавлены.',
|
||||
'noresult.gpuservice.template.nofound':
|
||||
'Подходящие шаблоны экземпляров не найдены.',
|
||||
'noresult.gpuservice.instance.title': 'Нет экземпляров GPU',
|
||||
'noresult.gpuservice.instance.subTitle':
|
||||
'После создания экземпляра GPU он появится здесь.',
|
||||
'noresult.gpuservice.instance.subTitle': 'Экземпляры GPU ещё не добавлены.',
|
||||
'noresult.gpuservice.instance.nofound':
|
||||
'Подходящие экземпляры GPU не найдены.',
|
||||
'noresult.gpuservice.storage.title': 'Нет хранилищ',
|
||||
'noresult.gpuservice.storage.subTitle':
|
||||
'После создания хранилища оно появится здесь.',
|
||||
'noresult.gpuservice.storage.subTitle': 'Хранилища ещё не добавлены.',
|
||||
'noresult.gpuservice.storage.nofound': 'Подходящие хранилища не найдены.'
|
||||
};
|
||||
|
||||
|
||||
@@ -283,5 +283,6 @@ export default {
|
||||
'common.file.size.limit': 'File size must not exceed {size}.',
|
||||
'common.file.format.limit': 'Invalid file format. Allowed: {formats}.',
|
||||
'common.image.limit.width': 'Image width must be {width}.',
|
||||
'common.image.limit.height': 'Image height must be {height}.'
|
||||
'common.image.limit.height': 'Image height must be {height}.',
|
||||
'common.max': 'Maks. {count}'
|
||||
};
|
||||
|
||||
@@ -13,8 +13,8 @@ export default {
|
||||
'gpuservice.template.command.placeholder':
|
||||
'Argümanları boşlukla ayırın; boşluk içeren argümanları tırnak içine alın, örn.: /bin/bash -c "echo hello world"',
|
||||
'gpuservice.template.mountPath': 'Bağlama Yolu',
|
||||
'gpuservice.template.containerDisk': 'Konteyner Diski (Gi)',
|
||||
'gpuservice.template.memory': 'Bellek (Gi)',
|
||||
'gpuservice.template.containerDisk': 'Konteyner Diski (GB)',
|
||||
'gpuservice.template.memory': 'Bellek (GB)',
|
||||
'gpuservice.template.ports': 'Bağlantı Noktaları',
|
||||
'gpuservice.template.ports.add': 'Bağlantı Noktası Ekle',
|
||||
'gpuservice.template.ports.invalid':
|
||||
@@ -40,6 +40,8 @@ export default {
|
||||
'gpuservice.instance.section.basic': 'Temel Bilgiler',
|
||||
'gpuservice.instance.section.type': 'Örnek Türü',
|
||||
'gpuservice.instance.section.template': 'Örnek Şablonu',
|
||||
'gpuservice.instance.types': 'Örnek Türleri',
|
||||
'gpuservice.instance.templates': 'Örnek Şablonları',
|
||||
'gpuservice.instance.section.storage': 'Depolama Hacmi',
|
||||
'gpuservice.instance.type.required': 'Lütfen bir örnek türü seçin',
|
||||
'gpuservice.instance.gpuCount': 'GPU Sayısı',
|
||||
@@ -47,6 +49,7 @@ export default {
|
||||
'gpuservice.instance.gpuCount.max':
|
||||
'Mevcut örnek türü en fazla {count} GPU destekler',
|
||||
'gpuservice.instance.stock': 'Stok',
|
||||
'gpuservice.instance.sliced': 'Bölünmüş',
|
||||
'gpuservice.instance.memory': 'Bellek',
|
||||
'gpuservice.instance.ram': 'RAM',
|
||||
'gpuservice.instance.search.type.placeholder':
|
||||
@@ -67,8 +70,8 @@ export default {
|
||||
'gpuservice.storage.type.object': 'Nesne Depolama',
|
||||
'gpuservice.storage.capacity': 'Kapasite',
|
||||
'gpuservice.storage.accessMode': 'Erişim Modu',
|
||||
'gpuservice.storage.persistent': 'Kalıcı Depolama',
|
||||
'gpuservice.storage.temporary': 'Geçici Depolama',
|
||||
'gpuservice.storage.persistent': 'Kalıcı',
|
||||
'gpuservice.storage.temporary': 'Geçici',
|
||||
'gpuservice.storage.persistentVolume': 'Kalıcı Hacim',
|
||||
'gpuservice.storage.persistentVolume.required':
|
||||
'Lütfen bir kalıcı hacim seçin',
|
||||
|
||||
@@ -56,16 +56,13 @@ export default {
|
||||
'There are no running model instances. Deploy a model to create one automatically.',
|
||||
'noresult.instances.nofound': 'No matching instances found.',
|
||||
'noresult.gpuservice.template.title': 'Örnek Şablonu Yok',
|
||||
'noresult.gpuservice.template.subTitle':
|
||||
'Bir örnek şablonu oluşturduğunuzda burada görünecek.',
|
||||
'noresult.gpuservice.template.subTitle': 'Henüz örnek şablonu eklenmedi.',
|
||||
'noresult.gpuservice.template.nofound': 'Eşleşen örnek şablonu bulunamadı.',
|
||||
'noresult.gpuservice.instance.title': 'GPU Örneği Yok',
|
||||
'noresult.gpuservice.instance.subTitle':
|
||||
'Bir GPU örneği oluşturduğunuzda burada görünecek.',
|
||||
'noresult.gpuservice.instance.subTitle': 'Henüz GPU örneği eklenmedi.',
|
||||
'noresult.gpuservice.instance.nofound': 'Eşleşen GPU örneği bulunamadı.',
|
||||
'noresult.gpuservice.storage.title': 'Depolama Yok',
|
||||
'noresult.gpuservice.storage.subTitle':
|
||||
'Bir depolama oluşturduğunuzda burada görünecek.',
|
||||
'noresult.gpuservice.storage.subTitle': 'Henüz depolama eklenmedi.',
|
||||
'noresult.gpuservice.storage.nofound': 'Eşleşen depolama bulunamadı.'
|
||||
};
|
||||
|
||||
|
||||
@@ -272,5 +272,6 @@ export default {
|
||||
'common.file.size.limit': '文件大小不超过{size}。',
|
||||
'common.file.format.limit': '文件格式不正确,仅支持{formats}。',
|
||||
'common.image.limit.width': '图片宽度须为{width}。',
|
||||
'common.image.limit.height': '图片高度须为{height}。'
|
||||
'common.image.limit.height': '图片高度须为{height}。',
|
||||
'common.max': '最大 {count}'
|
||||
};
|
||||
|
||||
@@ -13,8 +13,8 @@ export default {
|
||||
'gpuservice.template.command.placeholder':
|
||||
'使用空格分隔参数;含空格的参数请用引号包裹,例如:/bin/bash -c "echo hello world"',
|
||||
'gpuservice.template.mountPath': '挂载路径',
|
||||
'gpuservice.template.containerDisk': '容器磁盘(Gi)',
|
||||
'gpuservice.template.memory': '内存(Gi)',
|
||||
'gpuservice.template.containerDisk': '容器磁盘(GB)',
|
||||
'gpuservice.template.memory': '内存(GB)',
|
||||
'gpuservice.template.ports': '端口',
|
||||
'gpuservice.template.ports.add': '添加端口',
|
||||
'gpuservice.template.ports.invalid': '请填写完整的端口配置',
|
||||
@@ -29,7 +29,7 @@ export default {
|
||||
'gpuservice.template.card.ports': '端口',
|
||||
'gpuservice.publicKey.label': 'SSH 公钥',
|
||||
'gpuservice.publicKey.placeholder':
|
||||
'以 ssh-rsa 或 ssh-ed25519 开头,每个 Public Key 单独一行\n\n查看 Public Key:\n- RSA\ncat ~/.ssh/id_rsa.pub\n- Ed25519\ncat ~/.ssh/id_ed25519.pub',
|
||||
'以 ssh-rsa 或 ssh-ed25519 开头,每个公钥单独一行\n\n查看公钥:\n- RSA\ncat ~/.ssh/id_rsa.pub\n- Ed25519\ncat ~/.ssh/id_ed25519.pub',
|
||||
'gpuservice.instance': 'GPU 实例',
|
||||
'gpuservice.instance.add': '添加 GPU 实例',
|
||||
'gpuservice.instance.edit': '编辑 GPU 实例',
|
||||
@@ -39,12 +39,15 @@ export default {
|
||||
'gpuservice.instance.section.basic': '基础信息',
|
||||
'gpuservice.instance.section.type': '实例类型',
|
||||
'gpuservice.instance.section.template': '实例模板',
|
||||
'gpuservice.instance.types': '实例类型',
|
||||
'gpuservice.instance.templates': '实例模板',
|
||||
'gpuservice.instance.section.storage': '存储卷',
|
||||
'gpuservice.instance.type.required': '请选择实例类型',
|
||||
'gpuservice.instance.gpuCount': 'GPU 数量',
|
||||
'gpuservice.instance.gpuCount.required': '请输入 GPU 数量',
|
||||
'gpuservice.instance.gpuCount.max': '当前实例类型最多支持 {count} 个 GPU',
|
||||
'gpuservice.instance.stock': '库存',
|
||||
'gpuservice.instance.sliced': '切分',
|
||||
'gpuservice.instance.memory': '显存',
|
||||
'gpuservice.instance.ram': '内存',
|
||||
'gpuservice.instance.search.type.placeholder': '搜索名称、显存、内存或 vCPU',
|
||||
@@ -64,8 +67,8 @@ export default {
|
||||
'gpuservice.storage.type.object': '对象存储',
|
||||
'gpuservice.storage.capacity': '容量',
|
||||
'gpuservice.storage.accessMode': '访问模式',
|
||||
'gpuservice.storage.persistent': '持久存储',
|
||||
'gpuservice.storage.temporary': '临时存储',
|
||||
'gpuservice.storage.persistent': '持久',
|
||||
'gpuservice.storage.temporary': '临时',
|
||||
'gpuservice.storage.persistentVolume': '持久卷',
|
||||
'gpuservice.storage.persistentVolume.required': '请选择持久卷',
|
||||
'gpuservice.storage.tempCapacity': '存储容量 (GB)',
|
||||
|
||||
@@ -52,12 +52,12 @@ export default {
|
||||
'当前没有运行中的模型实例,部署模型后将自动创建。',
|
||||
'noresult.instances.nofound': '未找到匹配的实例',
|
||||
'noresult.gpuservice.template.title': '暂无实例模板',
|
||||
'noresult.gpuservice.template.subTitle': '创建一个实例模板后会显示在这里',
|
||||
'noresult.gpuservice.template.subTitle': '尚未添加任何实例模板。',
|
||||
'noresult.gpuservice.template.nofound': '未找到匹配的实例模板',
|
||||
'noresult.gpuservice.instance.title': '暂无 GPU 实例',
|
||||
'noresult.gpuservice.instance.subTitle': '创建一个 GPU 实例后会显示在这里',
|
||||
'noresult.gpuservice.instance.subTitle': '尚未添加任何 GPU 实例。',
|
||||
'noresult.gpuservice.instance.nofound': '未找到匹配的 GPU 实例',
|
||||
'noresult.gpuservice.storage.title': '暂无存储',
|
||||
'noresult.gpuservice.storage.subTitle': '创建一个存储后会显示在这里',
|
||||
'noresult.gpuservice.storage.subTitle': '尚未添加任何存储。',
|
||||
'noresult.gpuservice.storage.nofound': '未找到匹配的存储'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user