managarten/apps/context/apps/mobile/locales/en.json
Till-JS bb0e0cf5cb 🚚 feat(context): integrate context app into monorepo
Restructure the context app (formerly basetext) to follow the monorepo
pattern with proper workspace configuration.

Changes:
- Move app files to apps/context/apps/mobile/
- Rename package to @context/mobile
- Update bundle ID to com.manacore.context
- Create pnpm-workspace.yaml for project workspace
- Add dev scripts to root package.json
- Update CLAUDE.md with project documentation

The app structure is prepared for future web/backend additions.

Note: Existing TypeScript errors in the original codebase are preserved.
These should be fixed in a follow-up PR.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-05 15:09:04 +01:00

382 lines
11 KiB
JSON

{
"common": {
"cancel": "Cancel",
"save": "Save",
"create": "Create",
"edit": "Edit",
"delete": "Delete",
"add": "Add",
"search": "Search",
"settings": "Settings",
"back": "Back",
"close": "Close",
"open": "Open",
"select": "Select",
"done": "Done",
"loading": "Loading...",
"error": "Error",
"success": "Success",
"confirm": "Confirm",
"yes": "Yes",
"no": "No",
"all": "All",
"none": "None",
"new": "New",
"refresh": "Refresh",
"share": "Share",
"export": "Export",
"import": "Import",
"copy": "Copy",
"paste": "Paste",
"cut": "Cut",
"undo": "Undo",
"redo": "Redo"
},
"navigation": {
"home": "Home",
"spaces": "Spaces",
"documents": "Documents",
"tokens": "Tokens",
"settings": "Settings",
"profile": "Profile"
},
"auth": {
"login": "Login",
"logout": "Logout",
"register": "Register",
"email": "Email",
"password": "Password",
"confirmPassword": "Confirm Password",
"forgotPassword": "Forgot Password?",
"signIn": "Sign In",
"signUp": "Sign Up",
"signOut": "Sign Out",
"noAccount": "Don't have an account?",
"haveAccount": "Already have an account?",
"emailAddress": "Email Address",
"noEmailAddress": "No email address"
},
"spaces": {
"space": "Space",
"spaces": "Spaces",
"newSpace": "New Space",
"createSpace": "Create Space",
"editSpace": "Edit Space",
"deleteSpace": "Delete Space",
"selectSpace": "Select Space",
"allSpaces": "All Spaces",
"noSpaces": "No spaces found",
"spaceName": "Space Name",
"spaceDescription": "Space Description",
"spaceSettings": "Space Settings",
"pinnedSpaces": "Pinned Spaces",
"unpinnedSpaces": "Unpinned Spaces",
"pinSpace": "Pin Space",
"unpinSpace": "Unpin Space",
"spaceCreated": "Space created successfully",
"spaceUpdated": "Space updated successfully",
"spaceDeleted": "Space deleted successfully",
"createSpaceFirst": "Please create a space first to create a document.",
"noPermissionEdit": "No permission to edit this space",
"noPermissionDelete": "No permission to delete this space",
"errorCreating": "Error creating space",
"errorUpdating": "Error updating space",
"errorDeleting": "Error deleting space",
"errorLoading": "Error loading spaces"
},
"documents": {
"document": "Document",
"documents": "Documents",
"newDocument": "New Document",
"createDocument": "Create Document",
"editDocument": "Edit Document",
"deleteDocument": "Delete Document",
"documentTitle": "Document Title",
"documentContent": "Document Content",
"documentType": "Document Type",
"documentNotFound": "Document not found",
"noDocuments": "No documents found",
"documentCreated": "Document created successfully",
"documentUpdated": "Document updated successfully",
"documentDeleted": "Document deleted successfully",
"savingDocument": "Saving document...",
"documentSaved": "Document saved",
"errorSaving": "Error saving document",
"errorLoading": "Error loading document",
"errorCreating": "Error creating document",
"errorDeleting": "Error deleting document",
"recentDocuments": "Recent Documents",
"pinnedDocuments": "Pinned Documents",
"pinDocument": "Pin Document",
"unpinDocument": "Unpin Document",
"searchPlaceholder": "Search documents...",
"noSearchResults": "No search results found",
"documentVersions": "Document Versions",
"newVersion": "New Version",
"noVersionsFound": "No versions found",
"noNewerVersion": "No newer version available",
"noOlderVersion": "No older version available",
"currentDocument": "Current document not found in versions",
"errorCreatingVersion": "Error creating new version",
"errorLoadingVersions": "Error loading document versions",
"wordCount": "Word Count",
"characterCount": "Character Count",
"estimatedReadingTime": "Estimated Reading Time",
"tokenCount": "Token Count"
},
"tokens": {
"tokens": "Tokens",
"tokenBalance": "Token Balance",
"tokenUsage": "Token Usage",
"tokenTransaction": "Token Transaction",
"tokenTransactions": "Token Transactions",
"noTokenData": "No token data found for this period",
"noTransactions": "No transactions found",
"addTokens": "Add Tokens",
"errorAddingTokens": "Error adding tokens",
"errorLoadingTokens": "Error loading token data",
"freeTokens": "Free Tokens",
"purchasedTokens": "Purchased Tokens",
"totalTokens": "Total Tokens",
"tokensPerMonth": "Tokens per Month",
"tokensRemaining": "Tokens Remaining",
"tokensUsed": "Tokens Used",
"monthlyRefresh": "Monthly Refresh",
"noActiveEntitlements": "No active entitlements found",
"noPriceData": "No price data found for model"
},
"ai": {
"generateText": "Generate Text",
"aiGenerated": "AI Generated",
"aiModel": "AI Model",
"prompt": "Prompt",
"generating": "Generating...",
"generationComplete": "Generation Complete",
"errorGenerating": "Error generating text",
"referencedDocuments": "Referenced Documents",
"noReferencedDocuments": "No referenced documents available",
"expectedInputTokens": "Expected Input Tokens",
"totalInputTokens": "Total Input Tokens",
"documentTokens": "Document Tokens",
"baseTokens": "Base Tokens"
},
"settings": {
"settings": "Settings",
"appSettings": "App Settings",
"theme": "Theme",
"language": "Language",
"darkMode": "Dark Mode",
"lightMode": "Light Mode",
"systemMode": "System Mode",
"notifications": "Notifications",
"privacy": "Privacy",
"about": "About",
"version": "Version",
"support": "Support",
"feedback": "Feedback",
"termsOfService": "Terms of Service",
"privacyPolicy": "Privacy Policy",
"account": "Account",
"profile": "Profile",
"preferences": "Preferences",
"general": "General",
"advanced": "Advanced",
"developer": "Developer",
"debug": "Debug",
"export": "Export",
"import": "Import",
"reset": "Reset",
"resetSettings": "Reset Settings",
"confirmReset": "Are you sure you want to reset all settings?",
"settingsReset": "Settings have been reset",
"errorSavingSettings": "Error saving settings",
"errorLoadingSettings": "Error loading settings",
"appearance": "Appearance",
"session": "Session",
"tokenManagement": "Token Management"
},
"homepage": {
"title": "BaseText",
"selectSpace": "Select Space",
"documentTypeFilter": "Document Type Filter",
"noSpacesFound": "No spaces found",
"createSpacePrompt": "Create your first space to get started",
"allDocuments": "All Documents",
"searchDocuments": "Search documents...",
"filterByType": "Filter by Type",
"noDocumentsFound": "No documents found",
"loadingDocuments": "Loading documents...",
"errorLoadingData": "Error loading data",
"refreshData": "Refresh Data",
"createFirstDocument": "Create your first document"
},
"errors": {
"genericError": "An error occurred",
"networkError": "Network error",
"authError": "Authentication error",
"permissionError": "Permission denied",
"notFoundError": "Not found",
"validationError": "Validation error",
"serverError": "Server error",
"timeoutError": "Request timeout",
"unknownError": "Unknown error",
"tryAgain": "Try again",
"contactSupport": "Contact support",
"errorDetails": "Error details",
"reportBug": "Report bug"
},
"editor": {
"editor": "Editor",
"textEditor": "Text Editor",
"richEditor": "Rich Editor",
"markdownEditor": "Markdown Editor",
"wysiwyg": "WYSIWYG",
"preview": "Preview",
"fullscreen": "Fullscreen",
"exitFullscreen": "Exit Fullscreen",
"bold": "Bold",
"italic": "Italic",
"underline": "Underline",
"strikethrough": "Strikethrough",
"heading": "Heading",
"paragraph": "Paragraph",
"bulletList": "Bullet List",
"numberedList": "Numbered List",
"link": "Link",
"image": "Image",
"table": "Table",
"quote": "Quote",
"code": "Code",
"codeBlock": "Code Block",
"divider": "Divider",
"alignment": "Alignment",
"alignLeft": "Align Left",
"alignCenter": "Align Center",
"alignRight": "Align Right",
"alignJustify": "Align Justify",
"fontSize": "Font Size",
"fontFamily": "Font Family",
"textColor": "Text Color",
"backgroundColor": "Background Color",
"insertMention": "Insert Mention",
"insertLink": "Insert Link",
"insertImage": "Insert Image",
"insertTable": "Insert Table",
"autoSave": "Auto Save",
"manualSave": "Manual Save",
"saveDraft": "Save Draft",
"publishDocument": "Publish Document",
"unpublishDocument": "Unpublish Document",
"documentPublished": "Document Published",
"documentUnpublished": "Document Unpublished",
"saving": "Saving...",
"saved": "Saved",
"unsavedChanges": "Unsaved Changes",
"discardChanges": "Discard Changes",
"saveChanges": "Save Changes"
},
"types": {
"text": "Text",
"note": "Note",
"article": "Article",
"blog": "Blog",
"essay": "Essay",
"story": "Story",
"poem": "Poem",
"script": "Script",
"letter": "Letter",
"email": "Email",
"report": "Report",
"research": "Research",
"thesis": "Thesis",
"presentation": "Presentation",
"meeting": "Meeting",
"interview": "Interview",
"summary": "Summary",
"outline": "Outline",
"todo": "Todo",
"checklist": "Checklist",
"journal": "Journal",
"diary": "Diary",
"log": "Log",
"manual": "Manual",
"guide": "Guide",
"tutorial": "Tutorial",
"faq": "FAQ",
"documentation": "Documentation",
"specification": "Specification",
"contract": "Contract",
"agreement": "Agreement",
"proposal": "Proposal",
"invoice": "Invoice",
"receipt": "Receipt",
"other": "Other"
},
"time": {
"now": "Now",
"today": "Today",
"yesterday": "Yesterday",
"tomorrow": "Tomorrow",
"thisWeek": "This Week",
"lastWeek": "Last Week",
"thisMonth": "This Month",
"lastMonth": "Last Month",
"thisYear": "This Year",
"lastYear": "Last Year",
"secondsAgo": "{{count}} second ago",
"secondsAgo_plural": "{{count}} seconds ago",
"minutesAgo": "{{count}} minute ago",
"minutesAgo_plural": "{{count}} minutes ago",
"hoursAgo": "{{count}} hour ago",
"hoursAgo_plural": "{{count}} hours ago",
"daysAgo": "{{count}} day ago",
"daysAgo_plural": "{{count}} days ago",
"weeksAgo": "{{count}} week ago",
"weeksAgo_plural": "{{count}} weeks ago",
"monthsAgo": "{{count}} month ago",
"monthsAgo_plural": "{{count}} months ago",
"yearsAgo": "{{count}} year ago",
"yearsAgo_plural": "{{count}} years ago",
"inSeconds": "in {{count}} second",
"inSeconds_plural": "in {{count}} seconds",
"inMinutes": "in {{count}} minute",
"inMinutes_plural": "in {{count}} minutes",
"inHours": "in {{count}} hour",
"inHours_plural": "in {{count}} hours",
"inDays": "in {{count}} day",
"inDays_plural": "in {{count}} days",
"inWeeks": "in {{count}} week",
"inWeeks_plural": "in {{count}} weeks",
"inMonths": "in {{count}} month",
"inMonths_plural": "in {{count}} months",
"inYears": "in {{count}} year",
"inYears_plural": "in {{count}} years"
},
"units": {
"word": "word",
"word_plural": "words",
"character": "character",
"character_plural": "characters",
"token": "token",
"token_plural": "tokens",
"minute": "minute",
"minute_plural": "minutes",
"hour": "hour",
"hour_plural": "hours",
"day": "day",
"day_plural": "days",
"week": "week",
"week_plural": "weeks",
"month": "month",
"month_plural": "months",
"year": "year",
"year_plural": "years",
"byte": "byte",
"byte_plural": "bytes",
"kb": "KB",
"mb": "MB",
"gb": "GB",
"percent": "%",
"currency": "$"
}
}