chore(store): bump persisted reducer version to 154 (#10148)

* chore(store): bump persisted reducer version to 154

* fix(i18n): Auto update translations for PR #10148

* Update fr-fr.json

---------

Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Pleasure1234 <3196812536@qq.com>
This commit is contained in:
Phantom 2025-09-13 21:38:24 +08:00 committed by GitHub
parent 993d497aad
commit c9bb3ff6f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 36 additions and 36 deletions

View File

@ -3117,11 +3117,11 @@
}
},
"font": {
"code": "[to be translated]:代码字体",
"default": "[to be translated]:默认",
"global": "[to be translated]:全局字体",
"select": "[to be translated]:选择字体",
"title": "[to be translated]:字体设置"
"code": "程式碼字型",
"default": "預設",
"global": "全域字型",
"select": "選擇字體",
"title": "字型設定"
},
"navbar": {
"position": {

View File

@ -3117,11 +3117,11 @@
}
},
"font": {
"code": "[to be translated]:代码字体",
"default": "[to be translated]:默认",
"global": "[to be translated]:全局字体",
"select": "[to be translated]:选择字体",
"title": "[to be translated]:字体设置"
"code": "γραμματοσειρά κώδικα",
"default": "προεπιλογή",
"global": "Γενική γραμματοσειρά",
"select": "Επιλέξτε γραμματοσειρά",
"title": "Ρύθμιση γραμματοσειράς"
},
"navbar": {
"position": {

View File

@ -3117,11 +3117,11 @@
}
},
"font": {
"code": "[to be translated]:代码字体",
"default": "[to be translated]:默认",
"global": "[to be translated]:全局字体",
"select": "[to be translated]:选择字体",
"title": "[to be translated]:字体设置"
"code": "fuente de código",
"default": "predeterminado",
"global": "Fuente global",
"select": "Seleccionar fuente",
"title": "Configuración de fuente"
},
"navbar": {
"position": {

View File

@ -3117,11 +3117,11 @@
}
},
"font": {
"code": "[to be translated]:代码字体",
"default": "[to be translated]:默认",
"global": "[to be translated]:全局字体",
"select": "[to be translated]:选择字体",
"title": "[to be translated]:字体设置"
"code": "police de code",
"default": "Par défaut",
"global": "Police de caractère globale",
"select": "Sélectionner la police",
"title": "Paramètres de police"
},
"navbar": {
"position": {

View File

@ -3117,11 +3117,11 @@
}
},
"font": {
"code": "[to be translated]:代码字体",
"default": "[to be translated]:默认",
"global": "[to be translated]:全局字体",
"select": "[to be translated]:选择字体",
"title": "[to be translated]:字体设置"
"code": "コードフォント",
"default": "デフォルト",
"global": "グローバルフォント",
"select": "フォントを選択",
"title": "フォント設定"
},
"navbar": {
"position": {

View File

@ -3117,11 +3117,11 @@
}
},
"font": {
"code": "[to be translated]:代码字体",
"default": "[to be translated]:默认",
"global": "[to be translated]:全局字体",
"select": "[to be translated]:选择字体",
"title": "[to be translated]:字体设置"
"code": "fonte de código",
"default": "padrão",
"global": "Fonte global",
"select": "Selecionar fonte",
"title": "Configuração de fonte"
},
"navbar": {
"position": {

View File

@ -3117,11 +3117,11 @@
}
},
"font": {
"code": "[to be translated]:代码字体",
"default": "[to be translated]:默认",
"global": "[to be translated]:全局字体",
"select": "[to be translated]:选择字体",
"title": "[to be translated]:字体设置"
"code": "шрифт кода",
"default": "по умолчанию",
"global": "Глобальный шрифт",
"select": "Выбрать шрифт",
"title": "Настройки шрифта"
},
"navbar": {
"position": {

View File

@ -67,7 +67,7 @@ const persistedReducer = persistReducer(
{
key: 'cherry-studio',
storage,
version: 153,
version: 154,
blacklist: ['runtime', 'messages', 'messageBlocks', 'tabs'],
migrate
},