fix: localize delete confirmation modal strings

This commit is contained in:
Eric Blanquer​
2026-01-21 22:38:29 +01:00
parent 74640a7f31
commit 8cb34a73b5
3 changed files with 30 additions and 12 deletions

View File

@@ -98,5 +98,14 @@
},
"version": {
"updateAvailable": "Update available"
},
"deleteConfirmation": {
"deleteProject": "Delete Project",
"deleteSession": "Delete Session",
"confirmDelete": "Are you sure you want to delete",
"sessionCount": "This project contains {{count}} conversation.",
"sessionCount_plural": "This project contains {{count}} conversations.",
"allConversationsDeleted": "All conversations will be permanently deleted.",
"cannotUndo": "This action cannot be undone."
}
}

View File

@@ -98,5 +98,14 @@
},
"version": {
"updateAvailable": "有可用更新"
},
"deleteConfirmation": {
"deleteProject": "删除项目",
"deleteSession": "删除会话",
"confirmDelete": "您确定要删除",
"sessionCount": "此项目包含 {{count}} 个对话。",
"sessionCount_plural": "此项目包含 {{count}} 个对话。",
"allConversationsDeleted": "所有对话将被永久删除。",
"cannotUndo": "此操作无法撤销。"
}
}