Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,13 @@ export default function ListenButton({ sessionId, isCompact = false }: { session
onClick={handleResumeSession}
className={cn(
`${
isCompact ? "w-12" : "w-16"
isCompact ? "w-16" : "w-16"
} h-9 rounded-full transition-all hover:scale-95 cursor-pointer outline-none p-0 flex items-center justify-center text-xs font-medium`,
"bg-red-100 border-2 border-red-400 text-red-600",
"shadow-[0_0_0_2px_rgba(255,255,255,0.8)_inset]",
)}
>
<Trans>{isCompact ? "Go" : "Resume"}</Trans>
<Trans>{isCompact ? "Resume" : "Resume"}</Trans>
</button>
);
}
Expand Down Expand Up @@ -219,7 +219,7 @@ function WhenInactiveAndMeetingEnded(
onMouseLeave={() => setIsHovered(false)}
className={cn(
`${
isCompact ? "w-12" : "w-16"
isCompact ? "w-16" : "w-16"
} h-9 rounded-full transition-all outline-none p-0 flex items-center justify-center text-xs font-medium`,
"bg-neutral-200 border-2 border-neutral-400 text-neutral-600",
"shadow-[0_0_0_2px_rgba(255,255,255,0.8)_inset]",
Expand All @@ -228,7 +228,9 @@ function WhenInactiveAndMeetingEnded(
: "opacity-10 cursor-progress",
)}
>
<Trans>{disabled ? "Wait..." : isHovered ? (isCompact ? "Go" : "Resume") : (isCompact ? "End" : "Ended")}</Trans>
<Trans>
{disabled ? "Wait..." : isHovered ? (isCompact ? "Resume" : "Resume") : (isCompact ? "Ended" : "Ended")}
</Trans>
</button>
);
}
Expand Down
28 changes: 14 additions & 14 deletions apps/desktop/src/locales/en/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -266,11 +266,11 @@ msgstr "(Optional)"

#. placeholder {0}: disabled ? "Wait..." : "Play again"
#. placeholder {0}: disabled ? "Wait..." : "Play video"
#. placeholder {0}: disabled ? "Wait..." : isHovered ? (isCompact ? "Go" : "Resume") : (isCompact ? "End" : "Ended")
#. placeholder {0}: disabled ? "Wait..." : isHovered ? (isCompact ? "Resume" : "Resume") : (isCompact ? "Ended" : "Ended")
#: src/components/editor-area/note-header/listen-button.tsx:153
#: src/components/editor-area/note-header/listen-button.tsx:231
#: src/components/editor-area/note-header/listen-button.tsx:253
#: src/components/editor-area/note-header/listen-button.tsx:273
#: src/components/editor-area/note-header/listen-button.tsx:255
#: src/components/editor-area/note-header/listen-button.tsx:275
#: src/components/settings/views/templates.tsx:217
msgid "{0}"
msgstr "{0}"
Expand Down Expand Up @@ -440,7 +440,7 @@ msgstr "Audio Permissions"
#~ msgid "Auto (Default)"
#~ msgstr "Auto (Default)"

#: src/components/settings/views/ai-llm.tsx:702
#: src/components/settings/views/ai-llm.tsx:704
msgid "Autonomy Selector"
msgstr "Autonomy Selector"

Expand Down Expand Up @@ -618,7 +618,7 @@ msgstr "Continue"
#~ msgid "Control how autonomous the AI enhancement should be"
#~ msgstr "Control how autonomous the AI enhancement should be"

#: src/components/settings/views/ai-llm.tsx:723
#: src/components/settings/views/ai-llm.tsx:725
msgid "Control how autonomous the AI enhancement should be."
msgstr "Control how autonomous the AI enhancement should be."

Expand Down Expand Up @@ -659,7 +659,7 @@ msgstr "Create your first template to get started"
#~ msgid "Current Plan"
#~ msgstr "Current Plan"

#: src/components/settings/views/ai-llm.tsx:671
#: src/components/settings/views/ai-llm.tsx:673
#: src/components/settings/views/ai-stt.tsx:66
msgid "Custom"
msgstr "Custom"
Expand All @@ -676,7 +676,7 @@ msgstr "Custom"
msgid "Custom Vocabulary"
msgstr "Custom Vocabulary"

#: src/components/settings/views/ai-llm.tsx:668
#: src/components/settings/views/ai-llm.tsx:670
#: src/components/settings/views/ai-stt.tsx:63
msgid "Default"
msgstr "Default"
Expand Down Expand Up @@ -957,7 +957,7 @@ msgstr "Language for AI-generated summaries"
#~ msgid "Language Model"
#~ msgstr "Language Model"

#: src/components/settings/views/ai-llm.tsx:716
#: src/components/settings/views/ai-llm.tsx:718
msgid "Learn more about AI autonomy"
msgstr "Learn more about AI autonomy"

Expand Down Expand Up @@ -1139,7 +1139,7 @@ msgstr "No recent notes with this organization"
#~ msgid "No Template"
#~ msgstr "No Template"

#: src/components/editor-area/note-header/listen-button.tsx:528
#: src/components/editor-area/note-header/listen-button.tsx:530
msgid "No Template (Default)"
msgstr "No Template (Default)"

Expand Down Expand Up @@ -1171,7 +1171,7 @@ msgstr "Obsidian"
msgid "Official Templates"
msgstr "Official Templates"

#: src/components/settings/views/ai-llm.tsx:722
#: src/components/settings/views/ai-llm.tsx:724
msgid "Only works with Custom Endpoints. Please configure one of the above first."
msgstr "Only works with Custom Endpoints. Please configure one of the above first."

Expand Down Expand Up @@ -1223,7 +1223,7 @@ msgstr "Others"
msgid "Owner"
msgstr "Owner"

#: src/components/editor-area/note-header/listen-button.tsx:374
#: src/components/editor-area/note-header/listen-button.tsx:376
msgid "Pause"
msgstr "Pause"

Expand Down Expand Up @@ -1319,7 +1319,7 @@ msgstr "Role"
#~ msgid "Save and close"
#~ msgstr "Save and close"

#: src/components/editor-area/note-header/listen-button.tsx:498
#: src/components/editor-area/note-header/listen-button.tsx:500
msgid "Save current recording"
msgstr "Save current recording"

Expand Down Expand Up @@ -1464,7 +1464,7 @@ msgstr "Spoken languages"
msgid "Start recording"
msgstr "Start recording"

#: src/components/editor-area/note-header/listen-button.tsx:475
#: src/components/editor-area/note-header/listen-button.tsx:477
msgid "Stop"
msgstr "Stop"

Expand Down Expand Up @@ -1513,7 +1513,7 @@ msgstr "Team management features are currently under development and will be ava
msgid "Teamspace"
msgstr "Teamspace"

#: src/components/editor-area/note-header/listen-button.tsx:519
#: src/components/editor-area/note-header/listen-button.tsx:521
msgid "Template"
msgstr "Template"

Expand Down
28 changes: 14 additions & 14 deletions apps/desktop/src/locales/ko/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -266,11 +266,11 @@ msgstr ""

#. placeholder {0}: disabled ? "Wait..." : "Play again"
#. placeholder {0}: disabled ? "Wait..." : "Play video"
#. placeholder {0}: disabled ? "Wait..." : isHovered ? (isCompact ? "Go" : "Resume") : (isCompact ? "End" : "Ended")
#. placeholder {0}: disabled ? "Wait..." : isHovered ? (isCompact ? "Resume" : "Resume") : (isCompact ? "Ended" : "Ended")
#: src/components/editor-area/note-header/listen-button.tsx:153
#: src/components/editor-area/note-header/listen-button.tsx:231
#: src/components/editor-area/note-header/listen-button.tsx:253
#: src/components/editor-area/note-header/listen-button.tsx:273
#: src/components/editor-area/note-header/listen-button.tsx:255
#: src/components/editor-area/note-header/listen-button.tsx:275
#: src/components/settings/views/templates.tsx:217
msgid "{0}"
msgstr ""
Expand Down Expand Up @@ -440,7 +440,7 @@ msgstr ""
#~ msgid "Auto (Default)"
#~ msgstr ""

#: src/components/settings/views/ai-llm.tsx:702
#: src/components/settings/views/ai-llm.tsx:704
msgid "Autonomy Selector"
msgstr ""

Expand Down Expand Up @@ -618,7 +618,7 @@ msgstr ""
#~ msgid "Control how autonomous the AI enhancement should be"
#~ msgstr ""

#: src/components/settings/views/ai-llm.tsx:723
#: src/components/settings/views/ai-llm.tsx:725
msgid "Control how autonomous the AI enhancement should be."
msgstr ""

Expand Down Expand Up @@ -659,7 +659,7 @@ msgstr ""
#~ msgid "Current Plan"
#~ msgstr ""

#: src/components/settings/views/ai-llm.tsx:671
#: src/components/settings/views/ai-llm.tsx:673
#: src/components/settings/views/ai-stt.tsx:66
msgid "Custom"
msgstr ""
Expand All @@ -676,7 +676,7 @@ msgstr ""
msgid "Custom Vocabulary"
msgstr ""

#: src/components/settings/views/ai-llm.tsx:668
#: src/components/settings/views/ai-llm.tsx:670
#: src/components/settings/views/ai-stt.tsx:63
msgid "Default"
msgstr ""
Expand Down Expand Up @@ -957,7 +957,7 @@ msgstr ""
#~ msgid "Language Model"
#~ msgstr ""

#: src/components/settings/views/ai-llm.tsx:716
#: src/components/settings/views/ai-llm.tsx:718
msgid "Learn more about AI autonomy"
msgstr ""

Expand Down Expand Up @@ -1139,7 +1139,7 @@ msgstr ""
#~ msgid "No Template"
#~ msgstr ""

#: src/components/editor-area/note-header/listen-button.tsx:528
#: src/components/editor-area/note-header/listen-button.tsx:530
msgid "No Template (Default)"
msgstr ""

Expand Down Expand Up @@ -1171,7 +1171,7 @@ msgstr ""
msgid "Official Templates"
msgstr ""

#: src/components/settings/views/ai-llm.tsx:722
#: src/components/settings/views/ai-llm.tsx:724
msgid "Only works with Custom Endpoints. Please configure one of the above first."
msgstr ""

Expand Down Expand Up @@ -1223,7 +1223,7 @@ msgstr ""
msgid "Owner"
msgstr ""

#: src/components/editor-area/note-header/listen-button.tsx:374
#: src/components/editor-area/note-header/listen-button.tsx:376
msgid "Pause"
msgstr ""

Expand Down Expand Up @@ -1319,7 +1319,7 @@ msgstr ""
#~ msgid "Save and close"
#~ msgstr ""

#: src/components/editor-area/note-header/listen-button.tsx:498
#: src/components/editor-area/note-header/listen-button.tsx:500
msgid "Save current recording"
msgstr ""

Expand Down Expand Up @@ -1464,7 +1464,7 @@ msgstr ""
msgid "Start recording"
msgstr ""

#: src/components/editor-area/note-header/listen-button.tsx:475
#: src/components/editor-area/note-header/listen-button.tsx:477
msgid "Stop"
msgstr ""

Expand Down Expand Up @@ -1513,7 +1513,7 @@ msgstr ""
msgid "Teamspace"
msgstr ""

#: src/components/editor-area/note-header/listen-button.tsx:519
#: src/components/editor-area/note-header/listen-button.tsx:521
msgid "Template"
msgstr ""

Expand Down
Loading