feat(i18n): add translation keys for settings phase 1

This commit is contained in:
Siddharth Kumar Sah
2026-03-26 01:10:51 +08:00
parent 6a13065706
commit ffb676d648
+44
View File
@@ -127,6 +127,50 @@ export const en = {
aboutLinks: "Links",
github: "GitHub",
documentation: "Documentation",
teams: {
title: "Teams",
description: "Manage teams and organize workspace members",
createTeam: "Create New Team",
teamName: "Team Name",
totalMembers: "Total Members",
rename: "Rename",
delete: "Delete",
deleteConfirm: "Are you sure you want to delete this team?",
cannotDeleteDefault: "Cannot delete the Default team",
cannotDeleteWithMembers: "Cannot delete a team with assigned members",
namePlaceholder: "Enter team name",
nameRequired: "Team name is required",
nameTooLong: "Team name must be 50 characters or less",
duplicateName: "A team with this name already exists",
},
tools: {
title: "Tools",
description: "Enable or disable tools for all users",
searchPlaceholder: "Search tools...",
enabled: "Enabled",
disabled: "Disabled",
restartRequired: "Restart required for changes to take effect",
toolUnavailable: "Tool unavailable",
},
experimental: {
label: "Enable Experimental Tools",
description: "Show tools that are still in development. These may be unstable.",
},
fileManagement: {
title: "File Management",
maxAge: "Max File Age (hours)",
maxAgeDescription: "How long processed files are kept before automatic cleanup",
startupCleanup: "Startup Cleanup",
startupCleanupDescription: "Clean up old temporary files when the server starts",
},
branding: {
logo: "Custom Logo",
logoDescription: "Upload a custom logo for the sidebar and navbar",
uploadLogo: "Upload Logo",
removeLogo: "Remove Logo",
logoRequirements: "PNG, SVG, or JPEG. Max 500KB.",
dragDrop: "Drag and drop or click to upload",
},
},
auth: {
login: "Login",