Commit 24488773 by yyhhyyyyyy Committed by GitHub

Merge branch 'QuantumNous:main' into fix/channel-test-dialog-status-refresh

parents a59e0eb5 9bc1a53d
...@@ -151,7 +151,9 @@ export function CCSwitchDialog(props: Props) { ...@@ -151,7 +151,9 @@ export function CCSwitchDialog(props: Props) {
title={t('Import to CC Switch')} title={t('Import to CC Switch')}
contentClassName='sm:max-w-md' contentClassName='sm:max-w-md'
contentHeight='auto' contentHeight='auto'
bodyClassName='space-y-4' bodyClassName={
currentConfig.modelFields.length === 1 ? 'space-y-4 pb-52' : 'space-y-4'
}
footer={ footer={
<> <>
<Button variant='outline' onClick={() => props.onOpenChange(false)}> <Button variant='outline' onClick={() => props.onOpenChange(false)}>
......
...@@ -638,7 +638,7 @@ ...@@ -638,7 +638,7 @@
"Category name is required": "Le nom de la catégorie est requis", "Category name is required": "Le nom de la catégorie est requis",
"Category name must be less than 50 characters": "Le nom de la catégorie doit contenir moins de 50 caractères", "Category name must be less than 50 characters": "Le nom de la catégorie doit contenir moins de 50 caractères",
"Caution": "Attention", "Caution": "Attention",
"CC Switch": "Changement CC", "CC Switch": "CC Switch",
"Centered": "Centré", "Centered": "Centré",
"Chain": "Chaîne", "Chain": "Chaîne",
"Change": "Modifier", "Change": "Modifier",
......
...@@ -638,7 +638,7 @@ ...@@ -638,7 +638,7 @@
"Category name is required": "カテゴリ名は必須です", "Category name is required": "カテゴリ名は必須です",
"Category name must be less than 50 characters": "カテゴリ名は50文字以内にしてください", "Category name must be less than 50 characters": "カテゴリ名は50文字以内にしてください",
"Caution": "注意", "Caution": "注意",
"CC Switch": "CC 切替", "CC Switch": "CC Switch",
"Centered": "中央揃え", "Centered": "中央揃え",
"Chain": "チェーン", "Chain": "チェーン",
"Change": "変更", "Change": "変更",
......
...@@ -638,7 +638,7 @@ ...@@ -638,7 +638,7 @@
"Category name is required": "Название категории обязательно", "Category name is required": "Название категории обязательно",
"Category name must be less than 50 characters": "Название категории должно содержать менее 50 символов", "Category name must be less than 50 characters": "Название категории должно содержать менее 50 символов",
"Caution": "Внимание", "Caution": "Внимание",
"CC Switch": "CC переключение", "CC Switch": "CC Switch",
"Centered": "По центру", "Centered": "По центру",
"Chain": "Цепочка", "Chain": "Цепочка",
"Change": "Изменить", "Change": "Изменить",
......
...@@ -638,7 +638,7 @@ ...@@ -638,7 +638,7 @@
"Category name is required": "Tên danh mục là bắt buộc", "Category name is required": "Tên danh mục là bắt buộc",
"Category name must be less than 50 characters": "Tên danh mục phải ít hơn 50 ký tự", "Category name must be less than 50 characters": "Tên danh mục phải ít hơn 50 ký tự",
"Caution": "Thận trọng", "Caution": "Thận trọng",
"CC Switch": "Chuyển đổi CC", "CC Switch": "CC Switch",
"Centered": "Căn giữa", "Centered": "Căn giữa",
"Chain": "Chuỗi", "Chain": "Chuỗi",
"Change": "Thay đổi", "Change": "Thay đổi",
......
...@@ -638,7 +638,7 @@ ...@@ -638,7 +638,7 @@
"Category name is required": "分类名称不能为空", "Category name is required": "分类名称不能为空",
"Category name must be less than 50 characters": "分类名称不能超过 50 个字符", "Category name must be less than 50 characters": "分类名称不能超过 50 个字符",
"Caution": "注意", "Caution": "注意",
"CC Switch": "CC 切换", "CC Switch": "CC Switch",
"Centered": "居中", "Centered": "居中",
"Chain": "链路", "Chain": "链路",
"Change": "更改", "Change": "更改",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment