en.ts 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  1. export default {
  2. nav: {
  3. feed: 'Feed',
  4. compose: 'New Post',
  5. media: 'Media',
  6. scheduler: 'Scheduler',
  7. analytics: 'Analytics',
  8. settings: 'Settings',
  9. },
  10. analytics: {
  11. title: 'Analytics',
  12. subtitle: 'Publishing activity across all connected platforms',
  13. refresh: 'Refresh',
  14. loading: 'Loading analytics…',
  15. empty: 'No posts yet.',
  16. emptyHint: 'Start publishing to see analytics here.',
  17. totalPosts: 'Total Posts',
  18. last7Days: 'Last 7 Days',
  19. platformsReached: 'Platforms Reached',
  20. successRate: 'Success Rate',
  21. postsPerDay: 'Posts per Day',
  22. postsPerDaySubtitle: 'Last 30 days',
  23. noActivity: 'No activity in the last 30 days.',
  24. platformBreakdown: 'Platform Breakdown',
  25. successfulPosts: 'successful posts',
  26. statusBreakdown: 'Status Breakdown',
  27. published: 'Published',
  28. partial: 'Partial',
  29. failed: 'Failed',
  30. recentPosts: 'Recent Posts',
  31. colContent: 'Content',
  32. colPlatforms: 'Platforms',
  33. colDate: 'Date',
  34. colStatus: 'Status',
  35. statusPublished: 'Published',
  36. statusPartial: 'Partial',
  37. statusFailed: 'Failed',
  38. typeScheduled: 'Scheduled',
  39. typeImmediate: 'Immediate',
  40. noRecentPosts: 'No posts to show.',
  41. loadMore: 'Load more',
  42. },
  43. media: {
  44. title: 'Media Library',
  45. fileCount: '{count} files',
  46. upload: 'Upload',
  47. uploading: 'Uploading…',
  48. dropZoneTitle: 'Drop files here or click Upload',
  49. dropZoneHint: 'Supports JPEG, PNG, GIF, WebP, MP4, MOV — up to 100 MB each',
  50. useInPost: 'Use in Post',
  51. copyUrl: 'Copy URL',
  52. copied: 'Copied!',
  53. deleteConfirmTitle: 'Delete this file?',
  54. deleteConfirmHint: 'This cannot be undone. Any posts using this file will lose the media.',
  55. cancel: 'Cancel',
  56. delete: 'Delete',
  57. deleting: 'Deleting…',
  58. },
  59. dashboard: {
  60. platforms: 'Platforms',
  61. tags: 'Tags',
  62. allTags: 'All',
  63. searchPlaceholder: 'Search content or user...',
  64. refresh: 'Refresh',
  65. refreshing: 'Refreshing...',
  66. newPost: '+ New Post',
  67. loading: 'Loading feed...',
  68. empty: 'No content to show.',
  69. emptyHint: 'Check platform connections or refresh the feed.',
  70. },
  71. compose: {
  72. title: 'New Post',
  73. destinationsLabel: 'Post to',
  74. placeholder: "What's on your mind?",
  75. cancel: 'Cancel',
  76. schedule: 'Schedule',
  77. send: 'Post Now →',
  78. sending: 'Posting...',
  79. successMessage: 'Post sent successfully.',
  80. scheduleTitle: 'Schedule post (leave empty to post now)',
  81. timezoneLabel: 'Timezone',
  82. timezoneAutoFrom: 'Auto from account',
  83. preview: 'Preview',
  84. addMedia: 'Photo / Video',
  85. uploadFile: 'Upload a photo or video from your device',
  86. uploading: 'Uploading…',
  87. uploadFailed: 'Upload failed. Please try again.',
  88. pasteUrl: 'or paste a URL',
  89. cancelUrl: 'cancel',
  90. mediaUrlPlaceholder: 'Paste image or video URL, then press Enter…',
  91. mediaLoadError: 'Could not load this URL — check it is publicly accessible.',
  92. igImageRequired: 'Instagram requires an image or video.',
  93. noDestinations: 'No platforms configured.',
  94. goToSettings: 'Go to Settings →',
  95. saveDraft: 'Save Draft',
  96. updateDraft: 'Update Draft',
  97. savingDraft: 'Saving…',
  98. draftSaved: 'Draft saved.',
  99. hashtagSuggestions: 'Suggested hashtags',
  100. hashtagsLoading: 'Suggesting…',
  101. hashtagsRefresh: 'Refresh',
  102. aiButton: 'AI',
  103. aiPanelTitle: 'Generate with AI',
  104. aiTopic: 'Topic',
  105. aiTopicPlaceholder: 'What should this post be about?',
  106. aiGoal: 'Goal',
  107. aiGoals: {
  108. promote: 'Promote',
  109. engage: 'Engage',
  110. inform: 'Inform',
  111. entertain: 'Entertain',
  112. announce: 'Announce',
  113. },
  114. aiTone: 'Tone',
  115. aiToneDefault: 'From profile',
  116. aiGenerate: 'Generate',
  117. aiGenerating: 'Generating…',
  118. aiStop: 'Stop',
  119. aiContextFrom: 'Context: {account}',
  120. aiNoContext: 'No profile — set one in Settings',
  121. aiNotConfigured: 'AI not configured — check Settings → AI Integration',
  122. aiError: 'Generation failed',
  123. captionGenerate: '✨ Generate caption',
  124. captionGenerating: 'Generating caption…',
  125. captionError: 'Caption generation failed',
  126. },
  127. scheduler: {
  128. title: 'Scheduler',
  129. newSchedule: '+ New Post',
  130. noJobs: 'No scheduled posts.',
  131. statuses: {
  132. pending: 'Pending',
  133. completed: 'Completed',
  134. failed: 'Failed',
  135. cancelled: 'Cancelled',
  136. },
  137. cancel: 'Cancel',
  138. scheduledTab: 'Scheduled',
  139. calendarTab: 'Calendar',
  140. draftsTab: 'Drafts',
  141. noDrafts: 'No saved drafts.',
  142. editDraft: 'Edit',
  143. deleteDraft: 'Delete',
  144. goToToday: 'Today',
  145. noJobsDay: 'No posts scheduled for this day.',
  146. weekDaysShort: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'],
  147. months: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'],
  148. },
  149. settings: {
  150. title: 'Platform Connections',
  151. subtitle: 'Edit the {env} file to connect platforms, then restart the relevant service.',
  152. connected: 'Connected',
  153. notConnected: 'Not connected',
  154. refreshStatus: '↻ Refresh Status',
  155. envHint: 'Configuration required',
  156. profiles: {
  157. sectionTitle: 'Account Profiles',
  158. sectionSubtitle: 'Business context used to personalise AI-generated content.',
  159. edit: 'Edit',
  160. close: 'Close',
  161. save: 'Save Profile',
  162. saving: 'Saving…',
  163. saved: 'Saved!',
  164. noAccounts: 'No connected accounts. Connect platforms above first.',
  165. businessName: 'Business Name',
  166. businessNameHint: 'e.g. Acme Coffee Roasters',
  167. description: 'Description',
  168. descriptionHint: 'What does this account represent? What do you do?',
  169. websiteUrl: 'Website URL',
  170. industry: 'Industry',
  171. industryHint: 'e.g. Food & Beverage, SaaS, Retail',
  172. targetAudience: 'Target Audience',
  173. targetAudienceHint: 'e.g. Coffee enthusiasts aged 25–45',
  174. toneOfVoice: 'Tone of Voice',
  175. toneSelect: 'Select a tone…',
  176. keywords: 'Keywords',
  177. keywordsHint: 'Comma-separated, e.g. organic, specialty, single-origin',
  178. hashtags: 'Preferred Hashtags',
  179. hashtagsHint: 'e.g. #specialtycoffee #coffeelovers',
  180. postingGuidelines: 'Posting Guidelines',
  181. postingGuidelinesHint: 'Any specific rules, e.g. always mention opening hours on Fridays',
  182. timezone: 'Timezone',
  183. timezoneHint: 'Used to schedule posts at the correct local time for this account.',
  184. timezoneAuto: 'Use browser timezone',
  185. },
  186. meta: {
  187. sectionTitle: 'Facebook & Instagram',
  188. sectionSubtitle: 'Both platforms share a single Facebook Developer App. Connect once to manage all your Pages and Instagram accounts.',
  189. appIdLabel: 'App ID',
  190. appSecretLabel: 'App Secret',
  191. appIdPlaceholder: 'Your Facebook App ID',
  192. appSecretPlaceholder: 'Your Facebook App Secret',
  193. saveApp: 'Save App Credentials',
  194. saving: 'Saving...',
  195. appConfigured: 'App credentials saved',
  196. connectButton: 'Connect with Facebook & Instagram',
  197. connecting: 'Redirecting to Facebook...',
  198. reconnect: 'Reconnect',
  199. disconnect: 'Disconnect all',
  200. disconnectConfirm: 'This will disconnect all Facebook Pages and Instagram accounts. Continue?',
  201. discoveryTitle: 'Choose Pages & Accounts to Connect',
  202. discoverySubtitle: 'Select any combination of Facebook Pages and Instagram accounts below.',
  203. pagesHeading: 'Facebook Pages',
  204. igHeading: 'Instagram Accounts',
  205. noPages: 'No Facebook Pages found for this account.',
  206. noIgAccounts: 'No Instagram Business accounts found.',
  207. igLinkedTo: 'Linked to',
  208. confirmSelection: 'Connect Selected',
  209. confirmingSelection: 'Connecting...',
  210. nothingSelected: 'Select at least one Page or Instagram account.',
  211. connectedPages: 'Connected Pages',
  212. connectedAccounts: 'Connected Accounts',
  213. errorTitle: 'OAuth Error',
  214. getAppHelp: 'Get your App ID and Secret from',
  215. devPortal: 'developers.facebook.com',
  216. expiryWarningTitle: 'Instagram token expiring soon',
  217. expiryWarningBody: '{username} expires in {days} day | {username} expires in {days} days',
  218. expiryRefreshToken: 'Refresh Token',
  219. expiryRefreshing: 'Refreshing…',
  220. expiryRefreshDone: 'Token refreshed',
  221. expiryAutoNote: 'Tokens are refreshed automatically when ≤ 7 days remain.',
  222. expiryReconnect: 'Reconnect',
  223. expiryDismiss: 'Dismiss',
  224. },
  225. },
  226. ai: {
  227. sectionTitle: 'AI Integration',
  228. sectionSubtitle: 'Connect a local Ollama instance to generate post content with AI.',
  229. endpointLabel: 'Ollama Endpoint',
  230. endpointPlaceholder: 'http://localhost:11434',
  231. endpointHint: 'Inside Docker the default is http://ollama:11434',
  232. modelLabel: 'Model',
  233. modelPlaceholder: 'Select a model…',
  234. testConnection: 'Test Connection',
  235. testing: 'Testing…',
  236. saveConfig: 'Save',
  237. saving: 'Saving…',
  238. saved: 'Saved!',
  239. noModels: 'No models found — is Ollama running?',
  240. connected: 'Connected',
  241. connectionFailed: 'Connection failed',
  242. modelsAvailable: '{count} model available | {count} models available',
  243. visionModelLabel: 'Vision Model',
  244. visionModelPlaceholder: 'e.g. llava, llama3.2-vision',
  245. visionModelHint: 'Used for image captioning. Pull with: ollama pull llava',
  246. },
  247. feed: {
  248. openOriginal: '↗ Open',
  249. },
  250. platforms: {
  251. twitter: 'Twitter/X',
  252. linkedin: 'LinkedIn',
  253. mastodon: 'Mastodon',
  254. bluesky: 'Bluesky',
  255. instagram: 'Instagram',
  256. facebook: 'Facebook',
  257. reddit: 'Reddit',
  258. youtube: 'YouTube',
  259. },
  260. }