@agent-native/core 0.76.10 → 0.76.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/corpus/README.md +1 -1
- package/corpus/core/CHANGELOG.md +6 -0
- package/corpus/core/docs/content/locales/ar-SA/actions.md +7 -7
- package/corpus/core/docs/content/locales/ar-SA/template-plan.md +6 -4
- package/corpus/core/docs/content/locales/de-DE/actions.md +9 -9
- package/corpus/core/docs/content/locales/de-DE/template-plan.md +6 -4
- package/corpus/core/docs/content/locales/es-ES/actions.md +9 -9
- package/corpus/core/docs/content/locales/es-ES/template-plan.md +6 -4
- package/corpus/core/docs/content/locales/fr-FR/actions.md +9 -9
- package/corpus/core/docs/content/locales/fr-FR/template-plan.md +6 -4
- package/corpus/core/docs/content/locales/hi-IN/actions.md +9 -9
- package/corpus/core/docs/content/locales/hi-IN/template-plan.md +4 -4
- package/corpus/core/docs/content/locales/ja-JP/actions.md +9 -9
- package/corpus/core/docs/content/locales/ja-JP/template-plan.md +4 -4
- package/corpus/core/docs/content/locales/ko-KR/actions.md +9 -9
- package/corpus/core/docs/content/locales/ko-KR/template-plan.md +4 -4
- package/corpus/core/docs/content/locales/pt-BR/actions.md +9 -9
- package/corpus/core/docs/content/locales/pt-BR/template-plan.md +6 -4
- package/corpus/core/docs/content/locales/zh-CN/actions.md +9 -9
- package/corpus/core/docs/content/locales/zh-CN/template-plan.md +4 -4
- package/corpus/core/package.json +1 -1
- package/corpus/core/src/client/ErrorBoundary.tsx +151 -10
- package/corpus/templates/analytics/app/components/layout/CommandPalette.tsx +51 -31
- package/corpus/templates/analytics/app/components/layout/DashboardHeader.tsx +26 -16
- package/corpus/templates/analytics/app/components/layout/Header.tsx +1 -2
- package/corpus/templates/analytics/app/components/layout/HeaderActions.tsx +8 -1
- package/corpus/templates/analytics/app/components/layout/Layout.tsx +2 -5
- package/corpus/templates/analytics/app/components/layout/Sidebar.tsx +172 -107
- package/corpus/templates/analytics/app/i18n-data.ts +1076 -5
- package/corpus/templates/analytics/app/pages/Settings.tsx +2 -2
- package/corpus/templates/analytics/changelog/2026-06-24-analytics-navigation-command-palette-and-settings-now-honor-.md +6 -0
- package/corpus/templates/assets/app/components/layout/Header.tsx +0 -2
- package/corpus/templates/calendar/app/components/layout/AppLayout.tsx +0 -2
- package/corpus/templates/calendar/app/pages/CalendarView.tsx +0 -2
- package/corpus/templates/chat/app/components/layout/Header.tsx +1 -6
- package/corpus/templates/clips/app/components/layout/Header.tsx +1 -6
- package/corpus/templates/clips/app/hooks/use-library.ts +2 -0
- package/corpus/templates/clips/app/routes/_app.settings._index.tsx +3 -1
- package/corpus/templates/clips/changelog/2026-06-24-archive-and-spaces-navigation-is-more-resilient-when-sidebar.md +6 -0
- package/corpus/templates/content/app/components/layout/Header.tsx +0 -2
- package/corpus/templates/design/app/components/layout/Header.tsx +1 -6
- package/corpus/templates/forms/app/components/layout/Header.tsx +1 -6
- package/corpus/templates/macros/app/components/layout/Header.tsx +1 -6
- package/corpus/templates/mail/app/components/email/CodeBlockLangPicker.tsx +4 -2
- package/corpus/templates/mail/app/components/email/ComposeBubbleToolbar.tsx +18 -12
- package/corpus/templates/mail/app/components/email/ComposeEditor.tsx +9 -5
- package/corpus/templates/mail/app/components/email/ComposeModal.tsx +36 -19
- package/corpus/templates/mail/app/components/email/EmailList.tsx +59 -55
- package/corpus/templates/mail/app/components/email/EmailListItem.tsx +7 -3
- package/corpus/templates/mail/app/components/email/EmailThread.tsx +25 -16
- package/corpus/templates/mail/app/components/email/InlineReplyComposer.tsx +25 -19
- package/corpus/templates/mail/app/components/email/IntegrationsSidebar.tsx +32 -17
- package/corpus/templates/mail/app/components/email/RecipientInput.tsx +26 -10
- package/corpus/templates/mail/app/components/email/SendLaterButton.tsx +5 -3
- package/corpus/templates/mail/app/components/email/SnoozeModal.tsx +4 -2
- package/corpus/templates/mail/app/components/email/SnoozePopover.tsx +9 -5
- package/corpus/templates/mail/app/components/email/extensions/ComposeImageBlock.tsx +4 -2
- package/corpus/templates/mail/app/components/layout/AppLayout.tsx +168 -86
- package/corpus/templates/mail/app/components/layout/SearchBar.tsx +4 -2
- package/corpus/templates/mail/app/i18n/ar-SA.ts +212 -0
- package/corpus/templates/mail/app/i18n/de-DE.ts +212 -0
- package/corpus/templates/mail/app/i18n/en-US.ts +212 -0
- package/corpus/templates/mail/app/i18n/es-ES.ts +212 -0
- package/corpus/templates/mail/app/i18n/fr-FR.ts +212 -0
- package/corpus/templates/mail/app/i18n/hi-IN.ts +212 -0
- package/corpus/templates/mail/app/i18n/ja-JP.ts +212 -0
- package/corpus/templates/mail/app/i18n/ko-KR.ts +212 -0
- package/corpus/templates/mail/app/i18n/pt-BR.ts +212 -0
- package/corpus/templates/mail/app/i18n/zh-CN.ts +211 -0
- package/corpus/templates/mail/changelog/2026-06-24-interface-language-support-now-covers-more-mail-controls-and.md +6 -0
- package/corpus/templates/plan/app/components/layout/Header.tsx +1 -6
- package/corpus/templates/slides/app/components/layout/Header.tsx +1 -6
- package/corpus/templates/videos/app/components/layout/Header.tsx +1 -6
- package/dist/client/ErrorBoundary.d.ts.map +1 -1
- package/dist/client/ErrorBoundary.js +128 -7
- package/dist/client/ErrorBoundary.js.map +1 -1
- package/docs/content/locales/ar-SA/actions.md +7 -7
- package/docs/content/locales/ar-SA/template-plan.md +6 -4
- package/docs/content/locales/de-DE/actions.md +9 -9
- package/docs/content/locales/de-DE/template-plan.md +6 -4
- package/docs/content/locales/es-ES/actions.md +9 -9
- package/docs/content/locales/es-ES/template-plan.md +6 -4
- package/docs/content/locales/fr-FR/actions.md +9 -9
- package/docs/content/locales/fr-FR/template-plan.md +6 -4
- package/docs/content/locales/hi-IN/actions.md +9 -9
- package/docs/content/locales/hi-IN/template-plan.md +4 -4
- package/docs/content/locales/ja-JP/actions.md +9 -9
- package/docs/content/locales/ja-JP/template-plan.md +4 -4
- package/docs/content/locales/ko-KR/actions.md +9 -9
- package/docs/content/locales/ko-KR/template-plan.md +4 -4
- package/docs/content/locales/pt-BR/actions.md +9 -9
- package/docs/content/locales/pt-BR/template-plan.md +6 -4
- package/docs/content/locales/zh-CN/actions.md +9 -9
- package/docs/content/locales/zh-CN/template-plan.md +4 -4
- package/package.json +1 -1
|
@@ -1,4 +1,216 @@
|
|
|
1
1
|
const messages = {
|
|
2
|
+
mail: {
|
|
3
|
+
appName: "البريد",
|
|
4
|
+
pages: {
|
|
5
|
+
team: "Team",
|
|
6
|
+
},
|
|
7
|
+
views: {
|
|
8
|
+
inbox: "Inbox",
|
|
9
|
+
unread: "Unread",
|
|
10
|
+
starred: "Starred",
|
|
11
|
+
snoozed: "Snoozed",
|
|
12
|
+
sent: "Sent",
|
|
13
|
+
draftQueue: "Draft queue",
|
|
14
|
+
scheduled: "Scheduled",
|
|
15
|
+
drafts: "Drafts",
|
|
16
|
+
archive: "Archive",
|
|
17
|
+
trash: "Trash",
|
|
18
|
+
other: "Other",
|
|
19
|
+
labels: "Labels",
|
|
20
|
+
extensions: "Extensions",
|
|
21
|
+
},
|
|
22
|
+
toolbar: {
|
|
23
|
+
toggleMenu: "Toggle menu",
|
|
24
|
+
menu: "Menu",
|
|
25
|
+
configureTabs: "Configure tabs",
|
|
26
|
+
refreshInbox: "Refresh inbox",
|
|
27
|
+
composeEmail: "Compose email",
|
|
28
|
+
compose: "Compose",
|
|
29
|
+
composeShortcut: "Compose (C)",
|
|
30
|
+
accounts: "Accounts",
|
|
31
|
+
pinSidebar: "Pin sidebar",
|
|
32
|
+
unpinSidebar: "Unpin sidebar",
|
|
33
|
+
settings: "Settings",
|
|
34
|
+
},
|
|
35
|
+
search: {
|
|
36
|
+
label: "Search",
|
|
37
|
+
placeholder: "Search...",
|
|
38
|
+
clear: "Clear search (Esc)",
|
|
39
|
+
noMatches: "No matches",
|
|
40
|
+
},
|
|
41
|
+
tabSettings: {
|
|
42
|
+
views: "Views",
|
|
43
|
+
categories: "Categories",
|
|
44
|
+
rename: "Rename",
|
|
45
|
+
renameTab: "Rename tab",
|
|
46
|
+
help: "Checked items show as tabs. Label emails split from inbox.",
|
|
47
|
+
},
|
|
48
|
+
accounts: {
|
|
49
|
+
remove: "Remove",
|
|
50
|
+
connecting: "Connecting...",
|
|
51
|
+
addAccount: "Add account",
|
|
52
|
+
},
|
|
53
|
+
actions: {
|
|
54
|
+
undo: "UNDO",
|
|
55
|
+
archive: "Archive",
|
|
56
|
+
markRead: "Mark read",
|
|
57
|
+
markUnread: "Mark unread",
|
|
58
|
+
moveTo: "Move to",
|
|
59
|
+
moveToTrash: "Move to Trash",
|
|
60
|
+
},
|
|
61
|
+
compose: {
|
|
62
|
+
addImage: "Add an image",
|
|
63
|
+
agentPromptLabel: "What should the agent write?",
|
|
64
|
+
agentPromptPlaceholder: "e.g. Write a polite follow-up...",
|
|
65
|
+
aiAssist: "AI Assist",
|
|
66
|
+
aiAssistPlaceholder: "e.g. make more formal...",
|
|
67
|
+
apply: "Apply",
|
|
68
|
+
attachFile: "Attach file",
|
|
69
|
+
bold: "Bold",
|
|
70
|
+
cancel: "Cancel",
|
|
71
|
+
code: "Code",
|
|
72
|
+
deleteDraft: "Delete draft",
|
|
73
|
+
discardDraft: "Discard draft",
|
|
74
|
+
enterLinkUrl: "Enter the URL for the link.",
|
|
75
|
+
forward: "Forward",
|
|
76
|
+
fullScreen: "Full screen",
|
|
77
|
+
fullScreenCompose: "Full screen compose",
|
|
78
|
+
generate: "Generate",
|
|
79
|
+
generateShortcut: "Generate ({{shortcut}})",
|
|
80
|
+
generating: "Generating...",
|
|
81
|
+
insertLink: "Insert link",
|
|
82
|
+
italic: "Italic",
|
|
83
|
+
link: "Link",
|
|
84
|
+
minimize: "Minimize",
|
|
85
|
+
minimizeCompose: "Minimize compose",
|
|
86
|
+
newDraft: "New draft",
|
|
87
|
+
pasteLink: "Paste link...",
|
|
88
|
+
plainText: "Plain text",
|
|
89
|
+
popOut: "Pop out to compose window",
|
|
90
|
+
reply: "Reply",
|
|
91
|
+
replyTo: "to {{recipient}}",
|
|
92
|
+
restore: "Restore",
|
|
93
|
+
restoreCompose: "Restore compose",
|
|
94
|
+
restoreComposeSize: "Restore compose size",
|
|
95
|
+
restoreSize: "Restore size",
|
|
96
|
+
send: "Send",
|
|
97
|
+
sending: "Sending...",
|
|
98
|
+
strikethrough: "Strikethrough",
|
|
99
|
+
subject: "Subject",
|
|
100
|
+
toSubmit: "to submit",
|
|
101
|
+
uploading: "Uploading...",
|
|
102
|
+
writeMessagePlaceholder: "Write your message...",
|
|
103
|
+
},
|
|
104
|
+
integrations: {
|
|
105
|
+
addIntegration: "Add integration",
|
|
106
|
+
checking: "Checking...",
|
|
107
|
+
connect: "Connect",
|
|
108
|
+
disconnect: "Disconnect",
|
|
109
|
+
getApiKey: "To get your API key:",
|
|
110
|
+
newIntegration: "New integration",
|
|
111
|
+
newIntegrationPlaceholder:
|
|
112
|
+
"e.g. Salesforce CRM — show deal stage and recent activity for the contact",
|
|
113
|
+
openProviderSettings: "Open {{provider}} Settings",
|
|
114
|
+
save: "Save",
|
|
115
|
+
submit: "Submit",
|
|
116
|
+
submitShortcut: "Submit ({{shortcut}})",
|
|
117
|
+
updateKey: "Update key",
|
|
118
|
+
},
|
|
119
|
+
recipients: {
|
|
120
|
+
aliasName: "Alias name",
|
|
121
|
+
createReusableGroup: "Create a reusable group of {{count}} recipients",
|
|
122
|
+
editAlias: "Edit alias",
|
|
123
|
+
expandToIndividualEmails: "Expand to individual emails",
|
|
124
|
+
peopleCount: "{{count}} people",
|
|
125
|
+
recipientCount: "{{count}} recipients",
|
|
126
|
+
saveAsAlias: "Save as alias",
|
|
127
|
+
saving: "Saving...",
|
|
128
|
+
},
|
|
129
|
+
sendLater: {
|
|
130
|
+
cancelScheduledSend: "Cancel scheduled send",
|
|
131
|
+
pickDateTime: "Pick date & time...",
|
|
132
|
+
scheduleSend: "Schedule send",
|
|
133
|
+
sendNow: "Send now",
|
|
134
|
+
},
|
|
135
|
+
snooze: {
|
|
136
|
+
modalPlaceholder: "Try: 8 am, 3 days, aug 7",
|
|
137
|
+
parsing: "Parsing...",
|
|
138
|
+
snooze: "Snooze",
|
|
139
|
+
snoozeUntil: "Snooze until",
|
|
140
|
+
snoozeUntilDate: "Snooze until {{date}}",
|
|
141
|
+
snoozing: "Snoozing...",
|
|
142
|
+
tryPlaceholder: "or try: friday 5pm, in 2 weeks...",
|
|
143
|
+
},
|
|
144
|
+
thread: {
|
|
145
|
+
alwaysFrom: "Always from {{domain}}",
|
|
146
|
+
downloadAll: "Download all",
|
|
147
|
+
emailContent: "Email content",
|
|
148
|
+
hideQuotedText: "Hide quoted text",
|
|
149
|
+
imagesBlocked: "Images blocked.",
|
|
150
|
+
remoteImagesHidden: "Remote images hidden in this embed.",
|
|
151
|
+
searchConversation: "Search in conversation...",
|
|
152
|
+
showImages: "Show images",
|
|
153
|
+
showQuotedText: "Show quoted text",
|
|
154
|
+
showSignature: "Show signature",
|
|
155
|
+
unsubscribe: "Unsubscribe",
|
|
156
|
+
unsubscribeTooltip: "Unsubscribe from this mailing list",
|
|
157
|
+
unsubscribing: "Unsubscribing...",
|
|
158
|
+
viewPullRequest: "View Pull Request",
|
|
159
|
+
},
|
|
160
|
+
selection: {
|
|
161
|
+
clear: "Clear selection",
|
|
162
|
+
actions: "Selection actions",
|
|
163
|
+
selected: "{{count}} selected",
|
|
164
|
+
select: "Select",
|
|
165
|
+
all: "All",
|
|
166
|
+
none: "None",
|
|
167
|
+
read: "Read",
|
|
168
|
+
unstarred: "Unstarred",
|
|
169
|
+
},
|
|
170
|
+
empty: {
|
|
171
|
+
inboxZeroTitle: "You've hit Inbox Zero",
|
|
172
|
+
inboxZeroSubtitle: "You're all caught up",
|
|
173
|
+
snoozed: "No snoozed emails right now.",
|
|
174
|
+
drafts: "Drafts you save will appear here.",
|
|
175
|
+
starred: "Star an email to keep it close at hand.",
|
|
176
|
+
sent: "Emails you send will appear here.",
|
|
177
|
+
scheduled: "Scheduled sends will appear here.",
|
|
178
|
+
archive: "Archived emails will appear here.",
|
|
179
|
+
trash: "Trashed emails appear here for 30 days.",
|
|
180
|
+
spam: "Spam Gmail flags will appear here.",
|
|
181
|
+
all: "All your mail will appear here.",
|
|
182
|
+
unread: "You're caught up — no unread mail.",
|
|
183
|
+
default: "Emails matching this view will appear here.",
|
|
184
|
+
noSearchResults: "No results for “{{query}}”",
|
|
185
|
+
tryDifferentKeywords: "Try different keywords",
|
|
186
|
+
nothingHere: "Nothing here yet",
|
|
187
|
+
loadingMore: "Loading more...",
|
|
188
|
+
},
|
|
189
|
+
toasts: {
|
|
190
|
+
noEmailSelected: "No email selected.",
|
|
191
|
+
reportedSpam: "Reported as spam.",
|
|
192
|
+
reportedSpamBlocked: "Reported as spam & blocked {{email}}.",
|
|
193
|
+
noThreadSelected: "No thread selected.",
|
|
194
|
+
threadMuted: "Thread muted.",
|
|
195
|
+
archived: "Archived.",
|
|
196
|
+
archivedMany: "Archived {{count}} conversations.",
|
|
197
|
+
trashed: "Moved to Trash.",
|
|
198
|
+
trashedMany: "Trashed {{count}} conversations.",
|
|
199
|
+
scheduledSent: "Scheduled email sent.",
|
|
200
|
+
scheduledSendFailed: "Failed to send scheduled email",
|
|
201
|
+
scheduledCancelled: "Scheduled email cancelled.",
|
|
202
|
+
scheduledCancelFailed: "Failed to cancel scheduled email",
|
|
203
|
+
},
|
|
204
|
+
error: {
|
|
205
|
+
retrying: "Retrying...",
|
|
206
|
+
tryAgainIn: "Try again in {{seconds}}s",
|
|
207
|
+
tryAgain: "Try again",
|
|
208
|
+
rateLimitTitle: "Gmail rate limit hit",
|
|
209
|
+
loadTitle: "Unable to load emails",
|
|
210
|
+
rateLimitDescription:
|
|
211
|
+
"Too many recent requests to Google. Waiting a moment before retrying.",
|
|
212
|
+
},
|
|
213
|
+
},
|
|
2
214
|
agent: {
|
|
3
215
|
emptyState: "اسألني أي شيء عن رسائلك",
|
|
4
216
|
suggestionSummarize: "لخص رسائلي غير المقروءة",
|
|
@@ -1,4 +1,216 @@
|
|
|
1
1
|
const messages = {
|
|
2
|
+
mail: {
|
|
3
|
+
appName: "Mail",
|
|
4
|
+
pages: {
|
|
5
|
+
team: "Team",
|
|
6
|
+
},
|
|
7
|
+
views: {
|
|
8
|
+
inbox: "Inbox",
|
|
9
|
+
unread: "Unread",
|
|
10
|
+
starred: "Starred",
|
|
11
|
+
snoozed: "Snoozed",
|
|
12
|
+
sent: "Sent",
|
|
13
|
+
draftQueue: "Draft queue",
|
|
14
|
+
scheduled: "Scheduled",
|
|
15
|
+
drafts: "Drafts",
|
|
16
|
+
archive: "Archive",
|
|
17
|
+
trash: "Trash",
|
|
18
|
+
other: "Other",
|
|
19
|
+
labels: "Labels",
|
|
20
|
+
extensions: "Extensions",
|
|
21
|
+
},
|
|
22
|
+
toolbar: {
|
|
23
|
+
toggleMenu: "Toggle menu",
|
|
24
|
+
menu: "Menu",
|
|
25
|
+
configureTabs: "Configure tabs",
|
|
26
|
+
refreshInbox: "Refresh inbox",
|
|
27
|
+
composeEmail: "Compose email",
|
|
28
|
+
compose: "Compose",
|
|
29
|
+
composeShortcut: "Compose (C)",
|
|
30
|
+
accounts: "Accounts",
|
|
31
|
+
pinSidebar: "Pin sidebar",
|
|
32
|
+
unpinSidebar: "Unpin sidebar",
|
|
33
|
+
settings: "Settings",
|
|
34
|
+
},
|
|
35
|
+
search: {
|
|
36
|
+
label: "Search",
|
|
37
|
+
placeholder: "Search...",
|
|
38
|
+
clear: "Clear search (Esc)",
|
|
39
|
+
noMatches: "No matches",
|
|
40
|
+
},
|
|
41
|
+
tabSettings: {
|
|
42
|
+
views: "Views",
|
|
43
|
+
categories: "Categories",
|
|
44
|
+
rename: "Rename",
|
|
45
|
+
renameTab: "Rename tab",
|
|
46
|
+
help: "Checked items show as tabs. Label emails split from inbox.",
|
|
47
|
+
},
|
|
48
|
+
accounts: {
|
|
49
|
+
remove: "Remove",
|
|
50
|
+
connecting: "Connecting...",
|
|
51
|
+
addAccount: "Add account",
|
|
52
|
+
},
|
|
53
|
+
actions: {
|
|
54
|
+
undo: "UNDO",
|
|
55
|
+
archive: "Archive",
|
|
56
|
+
markRead: "Mark read",
|
|
57
|
+
markUnread: "Mark unread",
|
|
58
|
+
moveTo: "Move to",
|
|
59
|
+
moveToTrash: "Move to Trash",
|
|
60
|
+
},
|
|
61
|
+
compose: {
|
|
62
|
+
addImage: "Add an image",
|
|
63
|
+
agentPromptLabel: "What should the agent write?",
|
|
64
|
+
agentPromptPlaceholder: "e.g. Write a polite follow-up...",
|
|
65
|
+
aiAssist: "AI Assist",
|
|
66
|
+
aiAssistPlaceholder: "e.g. make more formal...",
|
|
67
|
+
apply: "Apply",
|
|
68
|
+
attachFile: "Attach file",
|
|
69
|
+
bold: "Bold",
|
|
70
|
+
cancel: "Cancel",
|
|
71
|
+
code: "Code",
|
|
72
|
+
deleteDraft: "Delete draft",
|
|
73
|
+
discardDraft: "Discard draft",
|
|
74
|
+
enterLinkUrl: "Enter the URL for the link.",
|
|
75
|
+
forward: "Forward",
|
|
76
|
+
fullScreen: "Full screen",
|
|
77
|
+
fullScreenCompose: "Full screen compose",
|
|
78
|
+
generate: "Generate",
|
|
79
|
+
generateShortcut: "Generate ({{shortcut}})",
|
|
80
|
+
generating: "Generating...",
|
|
81
|
+
insertLink: "Insert link",
|
|
82
|
+
italic: "Italic",
|
|
83
|
+
link: "Link",
|
|
84
|
+
minimize: "Minimize",
|
|
85
|
+
minimizeCompose: "Minimize compose",
|
|
86
|
+
newDraft: "New draft",
|
|
87
|
+
pasteLink: "Paste link...",
|
|
88
|
+
plainText: "Plain text",
|
|
89
|
+
popOut: "Pop out to compose window",
|
|
90
|
+
reply: "Reply",
|
|
91
|
+
replyTo: "to {{recipient}}",
|
|
92
|
+
restore: "Restore",
|
|
93
|
+
restoreCompose: "Restore compose",
|
|
94
|
+
restoreComposeSize: "Restore compose size",
|
|
95
|
+
restoreSize: "Restore size",
|
|
96
|
+
send: "Send",
|
|
97
|
+
sending: "Sending...",
|
|
98
|
+
strikethrough: "Strikethrough",
|
|
99
|
+
subject: "Subject",
|
|
100
|
+
toSubmit: "to submit",
|
|
101
|
+
uploading: "Uploading...",
|
|
102
|
+
writeMessagePlaceholder: "Write your message...",
|
|
103
|
+
},
|
|
104
|
+
integrations: {
|
|
105
|
+
addIntegration: "Add integration",
|
|
106
|
+
checking: "Checking...",
|
|
107
|
+
connect: "Connect",
|
|
108
|
+
disconnect: "Disconnect",
|
|
109
|
+
getApiKey: "To get your API key:",
|
|
110
|
+
newIntegration: "New integration",
|
|
111
|
+
newIntegrationPlaceholder:
|
|
112
|
+
"e.g. Salesforce CRM — show deal stage and recent activity for the contact",
|
|
113
|
+
openProviderSettings: "Open {{provider}} Settings",
|
|
114
|
+
save: "Save",
|
|
115
|
+
submit: "Submit",
|
|
116
|
+
submitShortcut: "Submit ({{shortcut}})",
|
|
117
|
+
updateKey: "Update key",
|
|
118
|
+
},
|
|
119
|
+
recipients: {
|
|
120
|
+
aliasName: "Alias name",
|
|
121
|
+
createReusableGroup: "Create a reusable group of {{count}} recipients",
|
|
122
|
+
editAlias: "Edit alias",
|
|
123
|
+
expandToIndividualEmails: "Expand to individual emails",
|
|
124
|
+
peopleCount: "{{count}} people",
|
|
125
|
+
recipientCount: "{{count}} recipients",
|
|
126
|
+
saveAsAlias: "Save as alias",
|
|
127
|
+
saving: "Saving...",
|
|
128
|
+
},
|
|
129
|
+
sendLater: {
|
|
130
|
+
cancelScheduledSend: "Cancel scheduled send",
|
|
131
|
+
pickDateTime: "Pick date & time...",
|
|
132
|
+
scheduleSend: "Schedule send",
|
|
133
|
+
sendNow: "Send now",
|
|
134
|
+
},
|
|
135
|
+
snooze: {
|
|
136
|
+
modalPlaceholder: "Try: 8 am, 3 days, aug 7",
|
|
137
|
+
parsing: "Parsing...",
|
|
138
|
+
snooze: "Snooze",
|
|
139
|
+
snoozeUntil: "Snooze until",
|
|
140
|
+
snoozeUntilDate: "Snooze until {{date}}",
|
|
141
|
+
snoozing: "Snoozing...",
|
|
142
|
+
tryPlaceholder: "or try: friday 5pm, in 2 weeks...",
|
|
143
|
+
},
|
|
144
|
+
thread: {
|
|
145
|
+
alwaysFrom: "Always from {{domain}}",
|
|
146
|
+
downloadAll: "Download all",
|
|
147
|
+
emailContent: "Email content",
|
|
148
|
+
hideQuotedText: "Hide quoted text",
|
|
149
|
+
imagesBlocked: "Images blocked.",
|
|
150
|
+
remoteImagesHidden: "Remote images hidden in this embed.",
|
|
151
|
+
searchConversation: "Search in conversation...",
|
|
152
|
+
showImages: "Show images",
|
|
153
|
+
showQuotedText: "Show quoted text",
|
|
154
|
+
showSignature: "Show signature",
|
|
155
|
+
unsubscribe: "Unsubscribe",
|
|
156
|
+
unsubscribeTooltip: "Unsubscribe from this mailing list",
|
|
157
|
+
unsubscribing: "Unsubscribing...",
|
|
158
|
+
viewPullRequest: "View Pull Request",
|
|
159
|
+
},
|
|
160
|
+
selection: {
|
|
161
|
+
clear: "Clear selection",
|
|
162
|
+
actions: "Selection actions",
|
|
163
|
+
selected: "{{count}} selected",
|
|
164
|
+
select: "Select",
|
|
165
|
+
all: "All",
|
|
166
|
+
none: "None",
|
|
167
|
+
read: "Read",
|
|
168
|
+
unstarred: "Unstarred",
|
|
169
|
+
},
|
|
170
|
+
empty: {
|
|
171
|
+
inboxZeroTitle: "You've hit Inbox Zero",
|
|
172
|
+
inboxZeroSubtitle: "You're all caught up",
|
|
173
|
+
snoozed: "No snoozed emails right now.",
|
|
174
|
+
drafts: "Drafts you save will appear here.",
|
|
175
|
+
starred: "Star an email to keep it close at hand.",
|
|
176
|
+
sent: "Emails you send will appear here.",
|
|
177
|
+
scheduled: "Scheduled sends will appear here.",
|
|
178
|
+
archive: "Archived emails will appear here.",
|
|
179
|
+
trash: "Trashed emails appear here for 30 days.",
|
|
180
|
+
spam: "Spam Gmail flags will appear here.",
|
|
181
|
+
all: "All your mail will appear here.",
|
|
182
|
+
unread: "You're caught up — no unread mail.",
|
|
183
|
+
default: "Emails matching this view will appear here.",
|
|
184
|
+
noSearchResults: "No results for “{{query}}”",
|
|
185
|
+
tryDifferentKeywords: "Try different keywords",
|
|
186
|
+
nothingHere: "Nothing here yet",
|
|
187
|
+
loadingMore: "Loading more...",
|
|
188
|
+
},
|
|
189
|
+
toasts: {
|
|
190
|
+
noEmailSelected: "No email selected.",
|
|
191
|
+
reportedSpam: "Reported as spam.",
|
|
192
|
+
reportedSpamBlocked: "Reported as spam & blocked {{email}}.",
|
|
193
|
+
noThreadSelected: "No thread selected.",
|
|
194
|
+
threadMuted: "Thread muted.",
|
|
195
|
+
archived: "Archived.",
|
|
196
|
+
archivedMany: "Archived {{count}} conversations.",
|
|
197
|
+
trashed: "Moved to Trash.",
|
|
198
|
+
trashedMany: "Trashed {{count}} conversations.",
|
|
199
|
+
scheduledSent: "Scheduled email sent.",
|
|
200
|
+
scheduledSendFailed: "Failed to send scheduled email",
|
|
201
|
+
scheduledCancelled: "Scheduled email cancelled.",
|
|
202
|
+
scheduledCancelFailed: "Failed to cancel scheduled email",
|
|
203
|
+
},
|
|
204
|
+
error: {
|
|
205
|
+
retrying: "Retrying...",
|
|
206
|
+
tryAgainIn: "Try again in {{seconds}}s",
|
|
207
|
+
tryAgain: "Try again",
|
|
208
|
+
rateLimitTitle: "Gmail rate limit hit",
|
|
209
|
+
loadTitle: "Unable to load emails",
|
|
210
|
+
rateLimitDescription:
|
|
211
|
+
"Too many recent requests to Google. Waiting a moment before retrying.",
|
|
212
|
+
},
|
|
213
|
+
},
|
|
2
214
|
agent: {
|
|
3
215
|
emptyState: "Frag mich alles zu deinen E-Mails",
|
|
4
216
|
suggestionSummarize: "Fasse meine ungelesenen E-Mails zusammen",
|
|
@@ -1,4 +1,216 @@
|
|
|
1
1
|
const messages = {
|
|
2
|
+
mail: {
|
|
3
|
+
appName: "Mail",
|
|
4
|
+
pages: {
|
|
5
|
+
team: "Team",
|
|
6
|
+
},
|
|
7
|
+
views: {
|
|
8
|
+
inbox: "Inbox",
|
|
9
|
+
unread: "Unread",
|
|
10
|
+
starred: "Starred",
|
|
11
|
+
snoozed: "Snoozed",
|
|
12
|
+
sent: "Sent",
|
|
13
|
+
draftQueue: "Draft queue",
|
|
14
|
+
scheduled: "Scheduled",
|
|
15
|
+
drafts: "Drafts",
|
|
16
|
+
archive: "Archive",
|
|
17
|
+
trash: "Trash",
|
|
18
|
+
other: "Other",
|
|
19
|
+
labels: "Labels",
|
|
20
|
+
extensions: "Extensions",
|
|
21
|
+
},
|
|
22
|
+
toolbar: {
|
|
23
|
+
toggleMenu: "Toggle menu",
|
|
24
|
+
menu: "Menu",
|
|
25
|
+
configureTabs: "Configure tabs",
|
|
26
|
+
refreshInbox: "Refresh inbox",
|
|
27
|
+
composeEmail: "Compose email",
|
|
28
|
+
compose: "Compose",
|
|
29
|
+
composeShortcut: "Compose (C)",
|
|
30
|
+
accounts: "Accounts",
|
|
31
|
+
pinSidebar: "Pin sidebar",
|
|
32
|
+
unpinSidebar: "Unpin sidebar",
|
|
33
|
+
settings: "Settings",
|
|
34
|
+
},
|
|
35
|
+
search: {
|
|
36
|
+
label: "Search",
|
|
37
|
+
placeholder: "Search...",
|
|
38
|
+
clear: "Clear search (Esc)",
|
|
39
|
+
noMatches: "No matches",
|
|
40
|
+
},
|
|
41
|
+
tabSettings: {
|
|
42
|
+
views: "Views",
|
|
43
|
+
categories: "Categories",
|
|
44
|
+
rename: "Rename",
|
|
45
|
+
renameTab: "Rename tab",
|
|
46
|
+
help: "Checked items show as tabs. Label emails split from inbox.",
|
|
47
|
+
},
|
|
48
|
+
accounts: {
|
|
49
|
+
remove: "Remove",
|
|
50
|
+
connecting: "Connecting...",
|
|
51
|
+
addAccount: "Add account",
|
|
52
|
+
},
|
|
53
|
+
actions: {
|
|
54
|
+
undo: "UNDO",
|
|
55
|
+
archive: "Archive",
|
|
56
|
+
markRead: "Mark read",
|
|
57
|
+
markUnread: "Mark unread",
|
|
58
|
+
moveTo: "Move to",
|
|
59
|
+
moveToTrash: "Move to Trash",
|
|
60
|
+
},
|
|
61
|
+
compose: {
|
|
62
|
+
addImage: "Add an image",
|
|
63
|
+
agentPromptLabel: "What should the agent write?",
|
|
64
|
+
agentPromptPlaceholder: "e.g. Write a polite follow-up...",
|
|
65
|
+
aiAssist: "AI Assist",
|
|
66
|
+
aiAssistPlaceholder: "e.g. make more formal...",
|
|
67
|
+
apply: "Apply",
|
|
68
|
+
attachFile: "Attach file",
|
|
69
|
+
bold: "Bold",
|
|
70
|
+
cancel: "Cancel",
|
|
71
|
+
code: "Code",
|
|
72
|
+
deleteDraft: "Delete draft",
|
|
73
|
+
discardDraft: "Discard draft",
|
|
74
|
+
enterLinkUrl: "Enter the URL for the link.",
|
|
75
|
+
forward: "Forward",
|
|
76
|
+
fullScreen: "Full screen",
|
|
77
|
+
fullScreenCompose: "Full screen compose",
|
|
78
|
+
generate: "Generate",
|
|
79
|
+
generateShortcut: "Generate ({{shortcut}})",
|
|
80
|
+
generating: "Generating...",
|
|
81
|
+
insertLink: "Insert link",
|
|
82
|
+
italic: "Italic",
|
|
83
|
+
link: "Link",
|
|
84
|
+
minimize: "Minimize",
|
|
85
|
+
minimizeCompose: "Minimize compose",
|
|
86
|
+
newDraft: "New draft",
|
|
87
|
+
pasteLink: "Paste link...",
|
|
88
|
+
plainText: "Plain text",
|
|
89
|
+
popOut: "Pop out to compose window",
|
|
90
|
+
reply: "Reply",
|
|
91
|
+
replyTo: "to {{recipient}}",
|
|
92
|
+
restore: "Restore",
|
|
93
|
+
restoreCompose: "Restore compose",
|
|
94
|
+
restoreComposeSize: "Restore compose size",
|
|
95
|
+
restoreSize: "Restore size",
|
|
96
|
+
send: "Send",
|
|
97
|
+
sending: "Sending...",
|
|
98
|
+
strikethrough: "Strikethrough",
|
|
99
|
+
subject: "Subject",
|
|
100
|
+
toSubmit: "to submit",
|
|
101
|
+
uploading: "Uploading...",
|
|
102
|
+
writeMessagePlaceholder: "Write your message...",
|
|
103
|
+
},
|
|
104
|
+
integrations: {
|
|
105
|
+
addIntegration: "Add integration",
|
|
106
|
+
checking: "Checking...",
|
|
107
|
+
connect: "Connect",
|
|
108
|
+
disconnect: "Disconnect",
|
|
109
|
+
getApiKey: "To get your API key:",
|
|
110
|
+
newIntegration: "New integration",
|
|
111
|
+
newIntegrationPlaceholder:
|
|
112
|
+
"e.g. Salesforce CRM — show deal stage and recent activity for the contact",
|
|
113
|
+
openProviderSettings: "Open {{provider}} Settings",
|
|
114
|
+
save: "Save",
|
|
115
|
+
submit: "Submit",
|
|
116
|
+
submitShortcut: "Submit ({{shortcut}})",
|
|
117
|
+
updateKey: "Update key",
|
|
118
|
+
},
|
|
119
|
+
recipients: {
|
|
120
|
+
aliasName: "Alias name",
|
|
121
|
+
createReusableGroup: "Create a reusable group of {{count}} recipients",
|
|
122
|
+
editAlias: "Edit alias",
|
|
123
|
+
expandToIndividualEmails: "Expand to individual emails",
|
|
124
|
+
peopleCount: "{{count}} people",
|
|
125
|
+
recipientCount: "{{count}} recipients",
|
|
126
|
+
saveAsAlias: "Save as alias",
|
|
127
|
+
saving: "Saving...",
|
|
128
|
+
},
|
|
129
|
+
sendLater: {
|
|
130
|
+
cancelScheduledSend: "Cancel scheduled send",
|
|
131
|
+
pickDateTime: "Pick date & time...",
|
|
132
|
+
scheduleSend: "Schedule send",
|
|
133
|
+
sendNow: "Send now",
|
|
134
|
+
},
|
|
135
|
+
snooze: {
|
|
136
|
+
modalPlaceholder: "Try: 8 am, 3 days, aug 7",
|
|
137
|
+
parsing: "Parsing...",
|
|
138
|
+
snooze: "Snooze",
|
|
139
|
+
snoozeUntil: "Snooze until",
|
|
140
|
+
snoozeUntilDate: "Snooze until {{date}}",
|
|
141
|
+
snoozing: "Snoozing...",
|
|
142
|
+
tryPlaceholder: "or try: friday 5pm, in 2 weeks...",
|
|
143
|
+
},
|
|
144
|
+
thread: {
|
|
145
|
+
alwaysFrom: "Always from {{domain}}",
|
|
146
|
+
downloadAll: "Download all",
|
|
147
|
+
emailContent: "Email content",
|
|
148
|
+
hideQuotedText: "Hide quoted text",
|
|
149
|
+
imagesBlocked: "Images blocked.",
|
|
150
|
+
remoteImagesHidden: "Remote images hidden in this embed.",
|
|
151
|
+
searchConversation: "Search in conversation...",
|
|
152
|
+
showImages: "Show images",
|
|
153
|
+
showQuotedText: "Show quoted text",
|
|
154
|
+
showSignature: "Show signature",
|
|
155
|
+
unsubscribe: "Unsubscribe",
|
|
156
|
+
unsubscribeTooltip: "Unsubscribe from this mailing list",
|
|
157
|
+
unsubscribing: "Unsubscribing...",
|
|
158
|
+
viewPullRequest: "View Pull Request",
|
|
159
|
+
},
|
|
160
|
+
selection: {
|
|
161
|
+
clear: "Clear selection",
|
|
162
|
+
actions: "Selection actions",
|
|
163
|
+
selected: "{{count}} selected",
|
|
164
|
+
select: "Select",
|
|
165
|
+
all: "All",
|
|
166
|
+
none: "None",
|
|
167
|
+
read: "Read",
|
|
168
|
+
unstarred: "Unstarred",
|
|
169
|
+
},
|
|
170
|
+
empty: {
|
|
171
|
+
inboxZeroTitle: "You've hit Inbox Zero",
|
|
172
|
+
inboxZeroSubtitle: "You're all caught up",
|
|
173
|
+
snoozed: "No snoozed emails right now.",
|
|
174
|
+
drafts: "Drafts you save will appear here.",
|
|
175
|
+
starred: "Star an email to keep it close at hand.",
|
|
176
|
+
sent: "Emails you send will appear here.",
|
|
177
|
+
scheduled: "Scheduled sends will appear here.",
|
|
178
|
+
archive: "Archived emails will appear here.",
|
|
179
|
+
trash: "Trashed emails appear here for 30 days.",
|
|
180
|
+
spam: "Spam Gmail flags will appear here.",
|
|
181
|
+
all: "All your mail will appear here.",
|
|
182
|
+
unread: "You're caught up — no unread mail.",
|
|
183
|
+
default: "Emails matching this view will appear here.",
|
|
184
|
+
noSearchResults: "No results for “{{query}}”",
|
|
185
|
+
tryDifferentKeywords: "Try different keywords",
|
|
186
|
+
nothingHere: "Nothing here yet",
|
|
187
|
+
loadingMore: "Loading more...",
|
|
188
|
+
},
|
|
189
|
+
toasts: {
|
|
190
|
+
noEmailSelected: "No email selected.",
|
|
191
|
+
reportedSpam: "Reported as spam.",
|
|
192
|
+
reportedSpamBlocked: "Reported as spam & blocked {{email}}.",
|
|
193
|
+
noThreadSelected: "No thread selected.",
|
|
194
|
+
threadMuted: "Thread muted.",
|
|
195
|
+
archived: "Archived.",
|
|
196
|
+
archivedMany: "Archived {{count}} conversations.",
|
|
197
|
+
trashed: "Moved to Trash.",
|
|
198
|
+
trashedMany: "Trashed {{count}} conversations.",
|
|
199
|
+
scheduledSent: "Scheduled email sent.",
|
|
200
|
+
scheduledSendFailed: "Failed to send scheduled email",
|
|
201
|
+
scheduledCancelled: "Scheduled email cancelled.",
|
|
202
|
+
scheduledCancelFailed: "Failed to cancel scheduled email",
|
|
203
|
+
},
|
|
204
|
+
error: {
|
|
205
|
+
retrying: "Retrying...",
|
|
206
|
+
tryAgainIn: "Try again in {{seconds}}s",
|
|
207
|
+
tryAgain: "Try again",
|
|
208
|
+
rateLimitTitle: "Gmail rate limit hit",
|
|
209
|
+
loadTitle: "Unable to load emails",
|
|
210
|
+
rateLimitDescription:
|
|
211
|
+
"Too many recent requests to Google. Waiting a moment before retrying.",
|
|
212
|
+
},
|
|
213
|
+
},
|
|
2
214
|
agent: {
|
|
3
215
|
emptyState: "Ask me anything about your emails",
|
|
4
216
|
suggestionSummarize: "Summarize my unread emails",
|