|
| 1 | +{ |
| 2 | + "notion.aiResponding": { |
| 3 | + "description": "Displayed when the AI is generating a response.", |
| 4 | + "message": "Notion AI is responding..." |
| 5 | + }, |
| 6 | + "notion.browseCategory": { |
| 7 | + "description": "Displayed when the user browsing template categories", |
| 8 | + "message": "Browsing categories" |
| 9 | + }, |
| 10 | + "notion.browsingTemplates": { |
| 11 | + "description": "Displayed when the user browsing templates", |
| 12 | + "message": "Browsing templates" |
| 13 | + }, |
| 14 | + "notion.category": { |
| 15 | + "description": "Displayed when the user viewing a category", |
| 16 | + "message": "Category: {0}" |
| 17 | + }, |
| 18 | + "notion.composingEmail": { |
| 19 | + "description": "Displayed when the user is composing an email", |
| 20 | + "message": "Composing an email" |
| 21 | + }, |
| 22 | + "notion.conversationStats": { |
| 23 | + "description": "Displayed to show the number of times the user asked a question and total words used, e.g., 'asked 3 times | 150 words'.", |
| 24 | + "message": "asked {0} times | {1} words" |
| 25 | + }, |
| 26 | + "notion.daySchedule": { |
| 27 | + "description": "Displayed when the user is viewing a calendar with day schedule.", |
| 28 | + "message": "Viewing the day schedule:" |
| 29 | + }, |
| 30 | + "notion.editAMeetingNote": { |
| 31 | + "description": "Displayed when the user editing a meeting note", |
| 32 | + "message": "Editing a meeting note" |
| 33 | + }, |
| 34 | + "notion.editMeetingNote": { |
| 35 | + "description": "Displayed when the user editing a specifig meeting note", |
| 36 | + "message": "Editing meeting note:" |
| 37 | + }, |
| 38 | + "notion.editing": { |
| 39 | + "description": "Displayed when the user editing", |
| 40 | + "message": "Editing" |
| 41 | + }, |
| 42 | + "notion.editingAPage": { |
| 43 | + "description": "Displayed when the user editing a page", |
| 44 | + "message": "Editing a page" |
| 45 | + }, |
| 46 | + "notion.editingAnEvent": { |
| 47 | + "description": "Displayed when the user is editing an event.", |
| 48 | + "message": "Editing an event" |
| 49 | + }, |
| 50 | + "notion.editingPage": { |
| 51 | + "description": "Displayed when the user editing a specific page", |
| 52 | + "message": "Editing page:" |
| 53 | + }, |
| 54 | + "notion.editingTheirSettings": { |
| 55 | + "description": "Displayed when the user editing their settings", |
| 56 | + "message": "Editing their settings" |
| 57 | + }, |
| 58 | + "notion.lookingForEmail": { |
| 59 | + "description": "Displayed when the user is searching for an email", |
| 60 | + "message": "Looking for an email" |
| 61 | + }, |
| 62 | + "notion.monthSchedule": { |
| 63 | + "description": "Displayed when the user is viewing a calendar with month schedule.", |
| 64 | + "message": "Viewing the month schedule:" |
| 65 | + }, |
| 66 | + "notion.reading": { |
| 67 | + "description": "Displayed when the user reading", |
| 68 | + "message": "Reading" |
| 69 | + }, |
| 70 | + "notion.readingAPage": { |
| 71 | + "description": "Displayed when the user reading a page", |
| 72 | + "message": "Reading a page" |
| 73 | + }, |
| 74 | + "notion.readingBlogs": { |
| 75 | + "description": "Displayed when the user reading a blog", |
| 76 | + "message": "Reading blogs" |
| 77 | + }, |
| 78 | + "notion.readingCustomerReview": { |
| 79 | + "description": "Displayed when the user reading customer reviews", |
| 80 | + "message": "Reading customer reviews" |
| 81 | + }, |
| 82 | + "notion.readingPage": { |
| 83 | + "description": "Displayed when the user reading a specifig page", |
| 84 | + "message": "Reading page:" |
| 85 | + }, |
| 86 | + "notion.schedulingMeetings": { |
| 87 | + "description": "Displayed when the user scheduling meetings", |
| 88 | + "message": "Scheduling meetings" |
| 89 | + }, |
| 90 | + "notion.searchingTemplate": { |
| 91 | + "description": "Displayed when the user searching a template", |
| 92 | + "message": "Searching template: {0}" |
| 93 | + }, |
| 94 | + "notion.startNewConversation": { |
| 95 | + "description": "Displayed when the user is starting a new conversation.", |
| 96 | + "message": "Start new conversation" |
| 97 | + }, |
| 98 | + "notion.talkingWithAI": { |
| 99 | + "description": "Displayed when the user is engaging in a conversation with the AI.", |
| 100 | + "message": "Talking with Notion AI about something" |
| 101 | + }, |
| 102 | + "notion.template": { |
| 103 | + "description": "Displayed when the user viewing a template", |
| 104 | + "message": "Template: {0}" |
| 105 | + }, |
| 106 | + "notion.thinkingOfPrompt": { |
| 107 | + "description": "Displayed when the user is thinking of a new prompt.", |
| 108 | + "message": "Thinking of a new prompt..." |
| 109 | + }, |
| 110 | + "notion.unknown": { |
| 111 | + "description": "Displayed when the user viewing an unknown page/template/category", |
| 112 | + "message": "Unknown" |
| 113 | + }, |
| 114 | + "notion.viewDownloadsPage": { |
| 115 | + "description": "Displayed when the user viewing a download page", |
| 116 | + "message": "Viewing Downloads page" |
| 117 | + }, |
| 118 | + "notion.viewProductsPage": { |
| 119 | + "description": "Displayed when the user viewing a product page", |
| 120 | + "message": "Viewing Products page" |
| 121 | + }, |
| 122 | + "notion.viewPublicWebsite": { |
| 123 | + "description": "Displayed when the user viewing a public Notion website", |
| 124 | + "message": "Viewing a public Notion website" |
| 125 | + }, |
| 126 | + "notion.viewUpcomingMeeting": { |
| 127 | + "description": "Displayed when the user viewing their upcoming meetings", |
| 128 | + "message": "Viewing their upcoming meetings" |
| 129 | + }, |
| 130 | + "notion.viewingAllEmails": { |
| 131 | + "description": "Displayed when the user is viewing all their emails", |
| 132 | + "message": "Viewing all emails" |
| 133 | + }, |
| 134 | + "notion.viewingCalendar": { |
| 135 | + "description": "Displayed when the user is viewing a calendar.", |
| 136 | + "message": "Viewing the calendar" |
| 137 | + }, |
| 138 | + "notion.viewingCategory": { |
| 139 | + "description": "Displayed when the user viewing a category", |
| 140 | + "message": "Viewing category" |
| 141 | + }, |
| 142 | + "notion.viewingDrafts": { |
| 143 | + "description": "Displayed when the user is viewing their drafts", |
| 144 | + "message": "Viewing drafts" |
| 145 | + }, |
| 146 | + "notion.viewingEmail": { |
| 147 | + "description": "Displayed when the user is viewing an email", |
| 148 | + "message": "Viewing an email" |
| 149 | + }, |
| 150 | + "notion.viewingInbox": { |
| 151 | + "description": "Displayed when the user viewing the inbox", |
| 152 | + "message": "Viewing inbox" |
| 153 | + }, |
| 154 | + "notion.viewingSentEmails": { |
| 155 | + "description": "Displayed when the user is viewing the emails they have sent", |
| 156 | + "message": "Viewing sent emails" |
| 157 | + }, |
| 158 | + "notion.viewingSpam": { |
| 159 | + "description": "Displayed when the user is viewing their spam", |
| 160 | + "message": "Viewing spam emails" |
| 161 | + }, |
| 162 | + "notion.viewingTrash": { |
| 163 | + "description": "Displayed when the user is viewing their trash", |
| 164 | + "message": "Viewing trash" |
| 165 | + }, |
| 166 | + "notion.weekSchedule": { |
| 167 | + "description": "Displayed when the user is viewing a calendar with week schedule.", |
| 168 | + "message": "Viewing the week schedule:" |
| 169 | + } |
| 170 | +} |
0 commit comments