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) {
title={t('Import to CC Switch')}
contentClassName='sm:max-w-md'
contentHeight='auto'
bodyClassName='space-y-4'
bodyClassName={
currentConfig.modelFields.length === 1 ? 'space-y-4 pb-52' : 'space-y-4'
}
footer={
<>
<Button variant='outline' onClick={() => props.onOpenChange(false)}>
......
......@@ -638,7 +638,7 @@
"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",
"Caution": "Attention",
"CC Switch": "Changement CC",
"CC Switch": "CC Switch",
"Centered": "Centré",
"Chain": "Chaîne",
"Change": "Modifier",
......
......@@ -638,7 +638,7 @@
"Category name is required": "カテゴリ名は必須です",
"Category name must be less than 50 characters": "カテゴリ名は50文字以内にしてください",
"Caution": "注意",
"CC Switch": "CC 切替",
"CC Switch": "CC Switch",
"Centered": "中央揃え",
"Chain": "チェーン",
"Change": "変更",
......
......@@ -638,7 +638,7 @@
"Category name is required": "Название категории обязательно",
"Category name must be less than 50 characters": "Название категории должно содержать менее 50 символов",
"Caution": "Внимание",
"CC Switch": "CC переключение",
"CC Switch": "CC Switch",
"Centered": "По центру",
"Chain": "Цепочка",
"Change": "Изменить",
......
......@@ -638,7 +638,7 @@
"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ự",
"Caution": "Thận trọng",
"CC Switch": "Chuyển đổi CC",
"CC Switch": "CC Switch",
"Centered": "Căn giữa",
"Chain": "Chuỗi",
"Change": "Thay đổi",
......
......@@ -638,7 +638,7 @@
"Category name is required": "分类名称不能为空",
"Category name must be less than 50 characters": "分类名称不能超过 50 个字符",
"Caution": "注意",
"CC Switch": "CC 切换",
"CC Switch": "CC Switch",
"Centered": "居中",
"Chain": "链路",
"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