mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 03:26:38 +08:00
fix bug
This commit is contained in:
parent
82cb4a4dba
commit
ca2eeb8370
@ -185,12 +185,10 @@ const cn = {
|
|||||||
NotSyncYet: "还没有进行过同步",
|
NotSyncYet: "还没有进行过同步",
|
||||||
Success: "同步成功",
|
Success: "同步成功",
|
||||||
Fail: "同步失败",
|
Fail: "同步失败",
|
||||||
|
|
||||||
ExportSuccess: "同步配置已复制到剪贴板",
|
ExportSuccess: "同步配置已复制到剪贴板",
|
||||||
ExportFail: "导出失败,请重试",
|
ExportFail: "同步配置导出失败,请重试",
|
||||||
ImportSuccess: "同步配置导入成功",
|
ImportSuccess: "同步配置导入成功",
|
||||||
ImportFail: "导入失败,请检查配置字符串",
|
ImportFail: "同步配置导入失败,请检查配置字符串",
|
||||||
|
|
||||||
Config: {
|
Config: {
|
||||||
Modal: {
|
Modal: {
|
||||||
Title: "配置云同步",
|
Title: "配置云同步",
|
||||||
|
@ -187,12 +187,19 @@ const en: LocaleType = {
|
|||||||
NotSyncYet: "Not sync yet",
|
NotSyncYet: "Not sync yet",
|
||||||
Success: "Sync Success",
|
Success: "Sync Success",
|
||||||
Fail: "Sync Fail",
|
Fail: "Sync Fail",
|
||||||
|
ExportSuccess: "Sync config copied to clipboard",
|
||||||
|
ExportFail: "Export failed, please retry",
|
||||||
|
ImportSuccess: "Sync config imported successfully",
|
||||||
|
ImportFail: "Import failed, please check config string",
|
||||||
Config: {
|
Config: {
|
||||||
Modal: {
|
Modal: {
|
||||||
Title: "Config Sync",
|
Title: "Config Sync",
|
||||||
Check: "Check Connection",
|
Check: "Check Connection",
|
||||||
},
|
},
|
||||||
|
ImportModal: {
|
||||||
|
Title: "Import Sync Config",
|
||||||
|
Placeholder: "Enter sync config",
|
||||||
|
},
|
||||||
SyncType: {
|
SyncType: {
|
||||||
Title: "Sync Type",
|
Title: "Sync Type",
|
||||||
SubTitle: "Choose your favorite sync service",
|
SubTitle: "Choose your favorite sync service",
|
||||||
|
Loading…
Reference in New Issue
Block a user