en.ts 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. export default {
  2. nav: {
  3. feed: 'Feed',
  4. compose: 'New Post',
  5. scheduler: 'Scheduler',
  6. settings: 'Settings',
  7. },
  8. dashboard: {
  9. platforms: 'Platforms',
  10. tags: 'Tags',
  11. allTags: 'All',
  12. searchPlaceholder: 'Search content or user...',
  13. refresh: 'Refresh',
  14. refreshing: 'Refreshing...',
  15. newPost: '+ New Post',
  16. loading: 'Loading feed...',
  17. empty: 'No content to show.',
  18. emptyHint: 'Check platform connections or refresh the feed.',
  19. },
  20. compose: {
  21. title: 'New Post',
  22. platformsLabel: 'Share to platforms',
  23. placeholder: "What's on your mind?",
  24. schedulingLabel: 'Schedule (optional)',
  25. cancel: 'Cancel',
  26. schedule: 'Schedule',
  27. scheduling: 'Scheduling...',
  28. send: 'Post →',
  29. sending: 'Posting...',
  30. successMessage: 'Post sent successfully.',
  31. },
  32. scheduler: {
  33. title: 'Scheduler',
  34. newSchedule: '+ New Schedule',
  35. noJobs: 'No scheduled posts.',
  36. statuses: {
  37. pending: 'Pending',
  38. completed: 'Completed',
  39. failed: 'Failed',
  40. cancelled: 'Cancelled',
  41. },
  42. cancel: 'Cancel',
  43. },
  44. settings: {
  45. title: 'Platform Connections',
  46. subtitle: 'Edit the {env} file to connect platforms, then restart the relevant service.',
  47. connected: 'Connected',
  48. notConnected: 'Not connected',
  49. refreshStatus: '↻ Refresh Status',
  50. envHint: 'Configuration required',
  51. meta: {
  52. sectionTitle: 'Facebook & Instagram',
  53. sectionSubtitle: 'Both platforms share a single Facebook Developer App. Connect once to manage all your Pages and Instagram accounts.',
  54. appIdLabel: 'App ID',
  55. appSecretLabel: 'App Secret',
  56. appIdPlaceholder: 'Your Facebook App ID',
  57. appSecretPlaceholder: 'Your Facebook App Secret',
  58. saveApp: 'Save App Credentials',
  59. saving: 'Saving...',
  60. appConfigured: 'App credentials saved',
  61. connectButton: 'Connect with Facebook & Instagram',
  62. connecting: 'Redirecting to Facebook...',
  63. reconnect: 'Reconnect',
  64. disconnect: 'Disconnect all',
  65. disconnectConfirm: 'This will disconnect all Facebook Pages and Instagram accounts. Continue?',
  66. discoveryTitle: 'Choose Pages & Accounts to Connect',
  67. discoverySubtitle: 'Select any combination of Facebook Pages and Instagram accounts below.',
  68. pagesHeading: 'Facebook Pages',
  69. igHeading: 'Instagram Accounts',
  70. noPages: 'No Facebook Pages found for this account.',
  71. noIgAccounts: 'No Instagram Business accounts found.',
  72. igLinkedTo: 'Linked to',
  73. confirmSelection: 'Connect Selected',
  74. confirmingSelection: 'Connecting...',
  75. nothingSelected: 'Select at least one Page or Instagram account.',
  76. connectedPages: 'Connected Pages',
  77. connectedAccounts: 'Connected Accounts',
  78. errorTitle: 'OAuth Error',
  79. getAppHelp: 'Get your App ID and Secret from',
  80. devPortal: 'developers.facebook.com',
  81. },
  82. },
  83. feed: {
  84. openOriginal: '↗ Open',
  85. },
  86. platforms: {
  87. twitter: 'Twitter/X',
  88. linkedin: 'LinkedIn',
  89. mastodon: 'Mastodon',
  90. bluesky: 'Bluesky',
  91. instagram: 'Instagram',
  92. facebook: 'Facebook',
  93. reddit: 'Reddit',
  94. youtube: 'YouTube',
  95. },
  96. }