style: bold text
This commit is contained in:
@@ -306,3 +306,8 @@ textarea:hover {
|
||||
border-radius: 6px;
|
||||
}
|
||||
}
|
||||
|
||||
.bold-text {
|
||||
color: var(--ant-color-text);
|
||||
font-weight: var(--font-weight-medium);
|
||||
}
|
||||
|
||||
@@ -45,7 +45,7 @@ export default {
|
||||
'Get Token <span class="note-text">(Run on the server)</span>',
|
||||
'resources.worker.add.step2': 'Register Worker',
|
||||
'resources.worker.add.step2.tips':
|
||||
'(Run on the worker to be added, <span style="color: #000;font-weight: 600">token</span> is the value obtained in the first step.)',
|
||||
'(Run on the worker to be added, <span class="bold-text">token</span> is the value obtained in the first step.)',
|
||||
'resources.worker.add.step3':
|
||||
'After success, refresh the workers list to view the new worker.',
|
||||
'resources.worker.container.supported': 'Do not support macOS or Windows.',
|
||||
@@ -56,7 +56,7 @@ export default {
|
||||
'Select a label to generate the command and copy it using the copy button.',
|
||||
'resources.worker.script.install': 'Script Installation',
|
||||
'resources.worker.container.install': 'Container Installation(Linux Only)',
|
||||
'resources.worker.cann.tips': `Set <span style="color: #000;font-weight: 600">--device /dev/davinci{index}</span> according to the required NPU index. For example, to mount NPU0 and NPU1, add <span style="color: #000;font-weight: 600">--device /dev/davinci0 --device /dev/davinci1</span>.`,
|
||||
'resources.worker.cann.tips': `Set <span class="bold-text">--device /dev/davinci{index}</span> according to the required NPU index. For example, to mount NPU0 and NPU1, add <span class="bold-text">--device /dev/davinci0 --device /dev/davinci1</span>.`,
|
||||
'resources.modelfiles.form.path': 'Storage Path',
|
||||
'resources.modelfiles.modelfile': 'Model Files',
|
||||
'resources.modelfiles.download': 'Add Model File',
|
||||
|
||||
@@ -45,7 +45,7 @@ export default {
|
||||
'トークンを取得 <span class="note-text">(サーバーで実行)</span>',
|
||||
'resources.worker.add.step2': 'ワーカーを登録',
|
||||
'resources.worker.add.step2.tips':
|
||||
'(追加するワーカーで実行し、<span style="color: #000;font-weight: 600">トークン</span> は最初のステップで取得した値です。)',
|
||||
'(追加するワーカーで実行し、<span class="bold-text">トークン</span> は最初のステップで取得した値です。)',
|
||||
'resources.worker.add.step3':
|
||||
'成功後、ワーカーリストを更新して新しいワーカーを確認してください。',
|
||||
'resources.worker.container.supported':
|
||||
@@ -57,7 +57,7 @@ export default {
|
||||
'ラベルを選択してコマンドを生成し、コピーを使用してコマンドをコピーします。',
|
||||
'resources.worker.script.install': 'スクリプトインストール',
|
||||
'resources.worker.container.install': 'コンテナインストール(Linuxのみ)',
|
||||
'resources.worker.cann.tips': `<span style="color: #000;font-weight: 600">--device /dev/davinci{index}</span> を必要なNPUインデックスに応じて設定します。例えば、NPU0とNPU1をマウントするには、<span style="color: #000;font-weight: 600">--device /dev/davinci0 --device /dev/davinci1</span> を追加します。`,
|
||||
'resources.worker.cann.tips': `<span class="bold-text">--device /dev/davinci{index}</span> を必要なNPUインデックスに応じて設定します。例えば、NPU0とNPU1をマウントするには、<span class="bold-text">--device /dev/davinci0 --device /dev/davinci1</span> を追加します。`,
|
||||
'resources.modelfiles.form.path': 'ストレージパス',
|
||||
'resources.modelfiles.modelfile': 'モデルファイル',
|
||||
'resources.modelfiles.download': 'モデルファイルを追加',
|
||||
|
||||
@@ -45,7 +45,7 @@ export default {
|
||||
'Получить токен <span class="note-text">(Запустить на сервере)</span>',
|
||||
'resources.worker.add.step2': 'Зарегистрировать воркер',
|
||||
'resources.worker.add.step2.tips':
|
||||
'(Запустить на добавляемом воркере, <span style="color: #000;font-weight: 600">token</span> — это значение, полученное на первом шаге.)', // Translated
|
||||
'(Запустить на добавляемом воркере, <span class="bold-text">token</span> — это значение, полученное на первом шаге.)', // Translated
|
||||
'resources.worker.add.step3':
|
||||
'После успешной регистрации обновите список воркеров.',
|
||||
'resources.worker.container.supported': 'Только для Linux.',
|
||||
@@ -56,7 +56,7 @@ export default {
|
||||
'Выберите метку для генерации команды и скопируйте её.',
|
||||
'resources.worker.script.install': 'Установка скриптом',
|
||||
'resources.worker.container.install': 'Установка контейнером (только Linux)',
|
||||
'resources.worker.cann.tips': `Установите <span style="color: #000;font-weight: 600">--device /dev/davinci{index}</span> в соответствии с требуемым индексом NPU. Например, чтобы подключить NPU0 и NPU1, добавьте <span style="color: #000;font-weight: 600">--device /dev/davinci0 --device /dev/davinci1</span>.`, // Translated
|
||||
'resources.worker.cann.tips': `Установите <span class="bold-text">--device /dev/davinci{index}</span> в соответствии с требуемым индексом NPU. Например, чтобы подключить NPU0 и NPU1, добавьте <span class="bold-text">--device /dev/davinci0 --device /dev/davinci1</span>.`, // Translated
|
||||
'resources.modelfiles.form.path': 'Путь хранения',
|
||||
'resources.modelfiles.modelfile': 'Файлы моделей',
|
||||
'resources.modelfiles.download': 'Добавить файл модели',
|
||||
|
||||
@@ -45,7 +45,7 @@ export default {
|
||||
'获取 Token<span class="note-text">(在 Server 上运行)</span>',
|
||||
'resources.worker.add.step2': '注册 Worker',
|
||||
'resources.worker.add.step2.tips':
|
||||
'(在需要添加的 Worker 上运行,<span style="color: #000;font-weight: 600">token</span> 为第一步获取到的值。)',
|
||||
'(在需要添加的 Worker 上运行,<span class="bold-text">token</span> 为第一步获取到的值。)',
|
||||
'resources.worker.add.step3': '成功后,刷新 Worker 列表即可看到新的 Worker',
|
||||
'resources.worker.container.supported': '不支持 macOS 和 Windows',
|
||||
'resources.worker.current.version': '当前版本为 {version}',
|
||||
@@ -55,7 +55,7 @@ export default {
|
||||
'resources.worker.script.install': '脚本安装',
|
||||
'resources.worker.container.install': '容器安装(仅支持 Linux)',
|
||||
'resources.worker.cann.tips':
|
||||
'按需要挂载的 NPU index 设置 <span style="color: #000;font-weight: 600">--device /dev/davinci{index}</span>,如需挂载 NPU0 - NPU1,则添加 <span style="color: #000;font-weight: 600">--device /dev/davinci0 --device /dev/davinci1</span>',
|
||||
'按需要挂载的 NPU index 设置 <span class="bold-text">--device /dev/davinci{index}</span>,如需挂载 NPU0 - NPU1,则添加 <span class="bold-text">--device /dev/davinci0 --device /dev/davinci1</span>',
|
||||
'resources.modelfiles.form.path': '存储路径',
|
||||
'resources.modelfiles.modelfile': '模型文件',
|
||||
'resources.modelfiles.download': '添加模型文件',
|
||||
|
||||
Reference in New Issue
Block a user