feat: add single column layout toggle option

This commit is contained in:
codytseng
2025-10-19 14:50:49 +08:00
parent 56729e09c3
commit dbee10361b
23 changed files with 298 additions and 112 deletions

View File

@@ -476,6 +476,9 @@ export default {
Fuchsia: 'فوشيا',
Pink: 'وردي',
Rose: 'وردة',
'Primary color': 'اللون الأساسي'
'Primary color': 'اللون الأساسي',
Layout: 'التخطيط',
'Double column': 'عمودين',
'Single column': 'عمود واحد'
}
}

View File

@@ -490,6 +490,9 @@ export default {
Fuchsia: 'Fuchsia',
Pink: 'Rosa',
Rose: 'Rose',
'Primary color': 'Primärfarbe'
'Primary color': 'Primärfarbe',
Layout: 'Layout',
'Double column': 'Zweispaltig',
'Single column': 'Einspaltig'
}
}

View File

@@ -475,6 +475,9 @@ export default {
Fuchsia: 'Fuchsia',
Pink: 'Pink',
Rose: 'Rose',
'Primary color': 'Primary color'
'Primary color': 'Primary color',
Layout: 'Layout',
'Double column': 'Double column',
'Single column': 'Single column'
}
}

View File

@@ -484,6 +484,9 @@ export default {
Fuchsia: 'Fucsia',
Pink: 'Rosa',
Rose: 'Rosa',
'Primary color': 'Color primario'
'Primary color': 'Color primario',
Layout: 'Diseño',
'Double column': 'Doble columna',
'Single column': 'Columna única'
}
}

View File

@@ -479,6 +479,9 @@ export default {
Fuchsia: 'فوشیا',
Pink: 'صورتی',
Rose: 'گلی',
'Primary color': 'رنگ اصلی'
'Primary color': 'رنگ اصلی',
Layout: 'چیدمان',
'Double column': 'دو ستونی',
'Single column': 'تک ستونی'
}
}

View File

@@ -489,6 +489,9 @@ export default {
Fuchsia: 'Fuchsia',
Pink: 'Rose',
Rose: 'Rose',
'Primary color': 'Couleur principale'
'Primary color': 'Couleur principale',
Layout: 'Disposition',
'Double column': 'Double colonne',
'Single column': 'Colonne unique'
}
}

View File

@@ -481,6 +481,9 @@ export default {
Fuchsia: 'फुशिया',
Pink: 'गुलाबी',
Rose: 'गुलाब',
'Primary color': 'प्राथमिक रंग'
'Primary color': 'प्राथमिक रंग',
Layout: 'लेआउट',
'Double column': 'दोहरा स्तंभ',
'Single column': 'एकल स्तंभ'
}
}

View File

@@ -484,6 +484,9 @@ export default {
Fuchsia: 'Fucsia',
Pink: 'Rosa',
Rose: 'Rosa',
'Primary color': 'Colore primario'
'Primary color': 'Colore primario',
Layout: 'Layout',
'Double column': 'Doppia colonna',
'Single column': 'Colonna singola'
}
}

View File

@@ -480,6 +480,9 @@ export default {
Fuchsia: 'フクシア',
Pink: 'ピンク',
Rose: 'ローズ',
'Primary color': '主要な色'
'Primary color': '主要な色',
Layout: 'レイアウト',
'Double column': '2列',
'Single column': '1列'
}
}

View File

@@ -480,6 +480,9 @@ export default {
Fuchsia: '자홍',
Pink: '분홍',
Rose: '장미',
'Primary color': '기본 색상'
'Primary color': '기본 색상',
Layout: '레이아웃',
'Double column': '두 열',
'Single column': '한 열'
}
}

View File

@@ -484,6 +484,9 @@ export default {
Fuchsia: 'Fuksja',
Pink: 'Różowy',
Rose: 'Różany',
'Primary color': 'Kolor podstawowy'
'Primary color': 'Kolor podstawowy',
Layout: 'Układ',
'Double column': 'Dwie kolumny',
'Single column': 'Jedna kolumna'
}
}

View File

@@ -481,6 +481,9 @@ export default {
Fuchsia: 'Fúcsia',
Pink: 'Rosa',
Rose: 'Rosa',
'Primary color': 'Cor primária'
'Primary color': 'Cor primária',
Layout: 'Layout',
'Double column': 'Coluna dupla',
'Single column': 'Coluna única'
}
}

View File

@@ -484,6 +484,9 @@ export default {
Fuchsia: 'Fúcsia',
Pink: 'Rosa',
Rose: 'Rosa',
'Primary color': 'Cor primária'
'Primary color': 'Cor primária',
Layout: 'Layout',
'Double column': 'Coluna dupla',
'Single column': 'Coluna única'
}
}

View File

@@ -486,6 +486,9 @@ export default {
Fuchsia: 'Фуксия',
Pink: 'Розовый',
Rose: 'Роза',
'Primary color': 'Основной цвет'
'Primary color': 'Основной цвет',
Layout: 'Макет',
'Double column': 'Две колонки',
'Single column': 'Одна колонка'
}
}

View File

@@ -474,6 +474,9 @@ export default {
Fuchsia: 'บานเย็น',
Pink: 'ชมพู',
Rose: 'กุหลาบ',
'Primary color': 'สีหลัก'
'Primary color': 'สีหลัก',
Layout: 'เค้าโครง',
'Double column': 'สองคอลัมน์',
'Single column': 'คอลัมน์เดียว'
}
}

View File

@@ -472,6 +472,9 @@ export default {
Fuchsia: '紫红色',
Pink: '粉色',
Rose: '玫瑰色',
'Primary color': '主色调'
'Primary color': '主色调',
Layout: '布局',
'Double column': '双栏',
'Single column': '单栏'
}
}