mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
feat(i18n): add translation keys for settings phase 1
This commit is contained in:
@@ -127,6 +127,50 @@ export const en = {
|
|||||||
aboutLinks: "Links",
|
aboutLinks: "Links",
|
||||||
github: "GitHub",
|
github: "GitHub",
|
||||||
documentation: "Documentation",
|
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: {
|
auth: {
|
||||||
login: "Login",
|
login: "Login",
|
||||||
|
|||||||
Reference in New Issue
Block a user