diff --git a/app/src/components/LanguageSelect.tsx b/app/src/components/LanguageSelect.tsx index 9f1afffd8..396790e5a 100644 --- a/app/src/components/LanguageSelect.tsx +++ b/app/src/components/LanguageSelect.tsx @@ -7,6 +7,7 @@ import { setLocale } from '../store/localeSlice'; // is recognisable to a native speaker even before the rest of the UI rerenders. const LOCALE_OPTIONS: Array<{ value: Locale; flag: string; label: string }> = [ { value: 'en', flag: '๐Ÿ‡ฌ๐Ÿ‡ง', label: 'English' }, + { value: 'ko', flag: '๐Ÿ‡ฐ๐Ÿ‡ท', label: 'ํ•œ๊ตญ์–ด' }, { value: 'zh-CN', flag: '๐Ÿ‡จ๐Ÿ‡ณ', label: 'ไธญๆ–‡' }, { value: 'hi', flag: '๐Ÿ‡ฎ๐Ÿ‡ณ', label: 'เคนเคฟเคจเฅเคฆเฅ€' }, { value: 'es', flag: '๐Ÿ‡ช๐Ÿ‡ธ', label: 'Espaรฑol' }, diff --git a/app/src/lib/i18n/I18nContext.tsx b/app/src/lib/i18n/I18nContext.tsx index e40eaeac2..022b32f92 100644 --- a/app/src/lib/i18n/I18nContext.tsx +++ b/app/src/lib/i18n/I18nContext.tsx @@ -9,6 +9,7 @@ import fr from './fr'; import hi from './hi'; import id from './id'; import it from './it'; +import ko from './ko'; import pt from './pt'; import ru from './ru'; import type { Locale } from './types'; @@ -21,6 +22,7 @@ interface I18nContextValue { const translations: Record> = { en, + ko, 'zh-CN': zhCN, hi, es, diff --git a/app/src/lib/i18n/chunks/ko-1.ts b/app/src/lib/i18n/chunks/ko-1.ts new file mode 100644 index 000000000..041374bc5 --- /dev/null +++ b/app/src/lib/i18n/chunks/ko-1.ts @@ -0,0 +1,386 @@ +import type { TranslationMap } from '../types'; + +// Korean chunk 1/5. Source of truth for translators. +const ko1: TranslationMap = { + 'nav.home': 'ํ™ˆ', + 'nav.human': 'ํœด๋จผ', + 'nav.chat': '์ฑ„ํŒ…', + 'nav.connections': '์—ฐ๊ฒฐ', + 'nav.memory': '์ธํ…”๋ฆฌ์ „์Šค', + 'nav.alerts': '์•Œ๋ฆผ', + 'nav.rewards': '๋ณด์ƒ', + 'nav.settings': '์„ค์ •', + 'common.cancel': '์ทจ์†Œ', + 'common.save': '์ €์žฅ', + 'common.confirm': 'ํ™•์ธ', + 'common.delete': '์‚ญ์ œ', + 'common.edit': 'ํŽธ์ง‘', + 'common.create': '์ƒ์„ฑ', + 'common.search': '๊ฒ€์ƒ‰', + 'common.loading': '๋กœ๋”ฉ ์ค‘โ€ฆ', + 'common.error': '์˜ค๋ฅ˜', + 'common.success': '์„ฑ๊ณต', + 'common.back': '๋’ค๋กœ', + 'common.next': '๋‹ค์Œ', + 'common.finish': '์™„๋ฃŒ', + 'common.close': '๋‹ซ๊ธฐ', + 'common.enabled': 'ํ™œ์„ฑํ™”๋จ', + 'common.disabled': '๋น„ํ™œ์„ฑํ™”๋จ', + 'common.on': '์ผœ์ง', + 'common.off': '๊บผ์ง', + 'common.yes': '์˜ˆ', + 'common.no': '์•„๋‹ˆ์š”', + 'common.ok': 'ํ™•์ธํ–ˆ์Šต๋‹ˆ๋‹ค', + 'common.retry': '๋‹ค์‹œ ์‹œ๋„', + 'common.copy': '๋ณต์‚ฌ', + 'common.copied': '๋ณต์‚ฌ๋จ', + 'common.learnMore': '์ž์„ธํžˆ ์•Œ์•„๋ณด๊ธฐ', + 'common.seeAll': '๋ณด๊ธฐ', + 'common.dismiss': '๋‹ซ๊ธฐ', + 'common.clear': '์ง€์šฐ๊ธฐ', + 'common.reset': '์ดˆ๊ธฐํ™”', + 'common.refresh': '์ƒˆ๋กœ๊ณ ์นจ', + 'common.export': '๋‚ด๋ณด๋‚ด๊ธฐ', + 'common.import': '๊ฐ€์ ธ์˜ค๊ธฐ', + 'common.upload': '์—…๋กœ๋“œ', + 'common.download': '๋‹ค์šด๋กœ๋“œ', + 'common.add': '์ถ”๊ฐ€', + 'common.remove': '์ œ๊ฑฐ', + 'common.showMore': '๋” ๋ณด๊ธฐ', + 'common.showLess': '๊ฐ„๋‹จํžˆ ๋ณด๊ธฐ', + 'common.submit': '์ œ์ถœ', + 'common.continue': '๊ณ„์†', + 'settings.general': '์ผ๋ฐ˜', + 'settings.featuresAndAI': '๊ธฐ๋Šฅ ๋ฐ AI', + 'settings.billingAndRewards': '๊ฒฐ์ œ ๋ฐ ๋ณด์ƒ', + 'settings.support': '์ง€์›', + 'settings.advanced': '๊ณ ๊ธ‰', + 'settings.dangerZone': '์œ„ํ—˜ ์˜์—ญ', + 'settings.account': '๊ณ„์ •', + 'settings.accountDesc': '๋ณต๊ตฌ ๋ฌธ๊ตฌ, ํŒ€, ์—ฐ๊ฒฐ ๋ฐ ๊ฐœ์ธ์ •๋ณด', + 'settings.notifications': '์•Œ๋ฆผ', + 'settings.notificationsDesc': '๋ฐฉํ•ด ๊ธˆ์ง€ ๋ฐ ๊ณ„์ •๋ณ„ ์•Œ๋ฆผ ์„ค์ •', + 'settings.features': '๊ธฐ๋Šฅ', + 'settings.featuresDesc': 'ํ™”๋ฉด ์ธ์‹, ๋ฉ”์‹œ์ง• ๋ฐ ๋„๊ตฌ', + 'settings.aiModels': 'AI ๋ฐ ๋ชจ๋ธ', + 'settings.aiModelsDesc': '๋กœ์ปฌ AI ๋ชจ๋ธ ์„ค์ •, ๋‹ค์šด๋กœ๋“œ ๋ฐ LLM ์ œ๊ณต์—…์ฒด', + 'settings.ai': 'AI ๊ตฌ์„ฑ', + 'settings.aiDesc': 'ํด๋ผ์šฐ๋“œ ์ œ๊ณต์—…์ฒด, ๋กœ์ปฌ Ollama ๋ชจ๋ธ ๋ฐ ์ž‘์—…๋ณ„ ๋ผ์šฐํŒ…', + 'settings.billingUsage': '๊ฒฐ์ œ ๋ฐ ์‚ฌ์šฉ๋Ÿ‰', + 'settings.billingUsageDesc': '๊ตฌ๋… ํ”Œ๋žœ, ํฌ๋ ˆ๋”ง ๋ฐ ๊ฒฐ์ œ ์ˆ˜๋‹จ', + 'settings.rewards': '๋ณด์ƒ', + 'settings.rewardsDesc': '์ถ”์ฒœ, ์ฟ ํฐ ๋ฐ ์ ๋ฆฝ ํฌ๋ ˆ๋”ง', + 'settings.restartTour': 'ํˆฌ์–ด ๋‹ค์‹œ ์‹œ์ž‘', + 'settings.restartTourDesc': '์ œํ’ˆ ์•ˆ๋‚ด๋ฅผ ์ฒ˜์Œ๋ถ€ํ„ฐ ๋‹ค์‹œ ๋ณด๊ธฐ', + 'settings.about': '์ •๋ณด', + 'settings.aboutDesc': '์•ฑ ๋ฒ„์ „ ๋ฐ ์†Œํ”„ํŠธ์›จ์–ด ์—…๋ฐ์ดํŠธ', + 'settings.developerOptions': '๊ณ ๊ธ‰', + 'settings.developerOptionsDesc': 'AI ๊ตฌ์„ฑ, ๋ฉ”์‹œ์ง• ์ฑ„๋„, ๋„๊ตฌ, ์ง„๋‹จ ๋ฐ ๋””๋ฒ„๊ทธ ํŒจ๋„', + 'settings.clearAppData': '์•ฑ ๋ฐ์ดํ„ฐ ์‚ญ์ œ', + 'settings.clearAppDataDesc': '๋กœ๊ทธ์•„์›ƒํ•˜๊ณ  ๋ชจ๋“  ๋กœ์ปฌ ์•ฑ ๋ฐ์ดํ„ฐ๋ฅผ ์˜๊ตฌ์ ์œผ๋กœ ์‚ญ์ œ', + 'settings.logOut': '๋กœ๊ทธ์•„์›ƒ', + 'settings.logOutDesc': '๊ณ„์ •์—์„œ ๋กœ๊ทธ์•„์›ƒ', + 'settings.language': '์–ธ์–ด', + 'settings.languageDesc': '์•ฑ ์ธํ„ฐํŽ˜์ด์Šค ํ‘œ์‹œ ์–ธ์–ด', + 'settings.alerts': '์•Œ๋ฆผ', + 'settings.alertsDesc': '๋ฐ›์€ ํŽธ์ง€ํ•จ์—์„œ ์ตœ๊ทผ ์•Œ๋ฆผ ๋ฐ ํ™œ๋™ ๋ณด๊ธฐ', + 'settings.account.recoveryPhrase': '๋ณต๊ตฌ ๋ฌธ๊ตฌ', + 'settings.account.recoveryPhraseDesc': '๊ณ„์ • ๋ณต๊ตฌ ๋ฌธ๊ตฌ๋ฅผ ํ™•์ธํ•˜๊ณ  ๋ฐฑ์—…ํ•ฉ๋‹ˆ๋‹ค', + 'settings.account.team': 'ํŒ€', + 'settings.account.teamDesc': 'ํŒ€ ๊ตฌ์„ฑ์›๊ณผ ๊ถŒํ•œ์„ ๊ด€๋ฆฌํ•ฉ๋‹ˆ๋‹ค', + 'settings.account.connections': '์—ฐ๊ฒฐ', + 'settings.account.connectionsDesc': '์—ฐ๊ฒฐ๋œ ๊ณ„์ •๊ณผ ์„œ๋น„์Šค๋ฅผ ๊ด€๋ฆฌํ•ฉ๋‹ˆ๋‹ค', + 'settings.account.privacy': '๊ฐœ์ธ์ •๋ณด ๋ณดํ˜ธ', + 'settings.account.privacyDesc': '์ปดํ“จํ„ฐ ๋ฐ–์œผ๋กœ ๋‚˜๊ฐ€๋Š” ๋ฐ์ดํ„ฐ๋ฅผ ์ œ์–ดํ•ฉ๋‹ˆ๋‹ค', + 'settings.notifications.doNotDisturb': '๋ฐฉํ•ด ๊ธˆ์ง€', + 'settings.notifications.doNotDisturbDesc': '์ •ํ•ด์ง„ ์‹œ๊ฐ„ ๋™์•ˆ ๋ชจ๋“  ์•Œ๋ฆผ์„ ์ผ์‹œ ์ค‘์ง€ํ•ฉ๋‹ˆ๋‹ค', + 'settings.notifications.channelControls': '์ฑ„๋„๋ณ„ ์„ค์ •', + 'settings.notifications.channelControlsDesc': '๊ฐ ์ฑ„๋„์˜ ์•Œ๋ฆผ ๊ธฐ๋ณธ ์„ค์ •์„ ๊ตฌ์„ฑํ•ฉ๋‹ˆ๋‹ค', + 'settings.features.screenAwareness': 'ํ™”๋ฉด ์ธ์‹', + 'settings.features.screenAwarenessDesc': '์–ด์‹œ์Šคํ„ดํŠธ๊ฐ€ ํ˜„์žฌ ํ™œ์„ฑ ์ฐฝ์„ ๋ณผ ์ˆ˜ ์žˆ๊ฒŒ ํ•ฉ๋‹ˆ๋‹ค', + 'settings.features.messaging': '๋ฉ”์‹œ์ง•', + 'settings.features.messagingDesc': '์ฑ„๋„ ๋ฐ ๋ฉ”์‹œ์ง• ํ†ตํ•ฉ ์„ค์ •', + 'settings.features.tools': '๋„๊ตฌ', + 'settings.features.toolsDesc': '์—ฐ๊ฒฐ๋œ ๋„๊ตฌ์™€ ํ†ตํ•ฉ์„ ๊ด€๋ฆฌํ•ฉ๋‹ˆ๋‹ค', + 'settings.ai.localSetup': '๋กœ์ปฌ AI ์„ค์ •', + 'settings.ai.localSetupDesc': '๋กœ์ปฌ AI ๋ชจ๋ธ์„ ๋‹ค์šด๋กœ๋“œํ•˜๊ณ  ๊ตฌ์„ฑํ•ฉ๋‹ˆ๋‹ค', + 'settings.ai.llmProvider': 'LLM ์ œ๊ณต์—…์ฒด', + 'settings.ai.llmProviderDesc': 'AI ์ œ๊ณต์—…์ฒด๋ฅผ ์„ ํƒํ•˜๊ณ  ๊ตฌ์„ฑํ•ฉ๋‹ˆ๋‹ค', + 'clearData.title': '์•ฑ ๋ฐ์ดํ„ฐ ์‚ญ์ œ', + 'clearData.warning': '์ด ์ž‘์—…์€ ๋กœ๊ทธ์•„์›ƒํ•˜๊ณ  ๋‹ค์Œ ๋กœ์ปฌ ์•ฑ ๋ฐ์ดํ„ฐ๋ฅผ ์˜๊ตฌ์ ์œผ๋กœ ์‚ญ์ œํ•ฉ๋‹ˆ๋‹ค:', + 'clearData.bulletSettings': '์•ฑ ์„ค์ • ๋ฐ ๋Œ€ํ™”', + 'clearData.bulletCache': '๋ชจ๋“  ๋กœ์ปฌ ํ†ตํ•ฉ ์บ์‹œ ๋ฐ์ดํ„ฐ', + 'clearData.bulletWorkspace': '์›Œํฌ์ŠคํŽ˜์ด์Šค ๋ฐ์ดํ„ฐ', + 'clearData.bulletOther': '๊ธฐํƒ€ ๋ชจ๋“  ๋กœ์ปฌ ๋ฐ์ดํ„ฐ', + 'clearData.irreversible': '์ด ์ž‘์—…์€ ๋˜๋Œ๋ฆด ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค.', + 'clearData.clearing': '์•ฑ ๋ฐ์ดํ„ฐ๋ฅผ ์‚ญ์ œํ•˜๋Š” ์ค‘...', + 'clearData.failed': '๋ฐ์ดํ„ฐ ์‚ญ์ œ ๋ฐ ๋กœ๊ทธ์•„์›ƒ์— ์‹คํŒจํ–ˆ์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•ด ์ฃผ์„ธ์š”.', + 'clearData.failedLogout': '๋กœ๊ทธ์•„์›ƒ์— ์‹คํŒจํ–ˆ์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•ด ์ฃผ์„ธ์š”.', + 'clearData.failedPersist': '์ €์žฅ๋œ ์•ฑ ์ƒํƒœ๋ฅผ ์‚ญ์ œํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•ด ์ฃผ์„ธ์š”.', + 'welcome.title': 'OpenHuman์— ์˜ค์‹  ๊ฒƒ์„ ํ™˜์˜ํ•ฉ๋‹ˆ๋‹ค', + 'welcome.subtitle': '๊ฐœ์ธ์šฉ AI ์Šˆํผ ์ธํ…”๋ฆฌ์ „์Šค์ž…๋‹ˆ๋‹ค. ๋น„๊ณต๊ฐœ์ด๋ฉฐ, ๊ฐ„๋‹จํ•˜๊ณ , ๋งค์šฐ ๊ฐ•๋ ฅํ•ฉ๋‹ˆ๋‹ค.', + 'welcome.connectPrompt': 'RPC URL ๊ตฌ์„ฑ(๊ณ ๊ธ‰)', + 'welcome.selectRuntime': '๋Ÿฐํƒ€์ž„ ์„ ํƒ', + 'welcome.urlPlaceholder': 'http://localhost:8089', + 'welcome.invalidUrl': '์˜ฌ๋ฐ”๋ฅธ HTTP ๋˜๋Š” HTTPS URL์„ ์ž…๋ ฅํ•ด ์ฃผ์„ธ์š”', + 'welcome.connecting': 'ํ…Œ์ŠคํŠธ ์ค‘', + 'welcome.connect': 'ํ…Œ์ŠคํŠธ', + 'home.greeting': '์ข‹์€ ์•„์นจ์ž…๋‹ˆ๋‹ค', + 'home.greetingAfternoon': '์ข‹์€ ์˜คํ›„์ž…๋‹ˆ๋‹ค', + 'home.greetingEvening': '์ข‹์€ ์ €๋…์ž…๋‹ˆ๋‹ค', + 'home.askAssistant': '์–ด์‹œ์Šคํ„ดํŠธ์—๊ฒŒ ๋ฌด์—‡์ด๋“  ๋ฌผ์–ด๋ณด์„ธ์š”...', + 'home.statusOk': + '๊ธฐ๊ธฐ๊ฐ€ ์—ฐ๊ฒฐ๋˜์—ˆ์Šต๋‹ˆ๋‹ค. ์—ฐ๊ฒฐ์„ ์œ ์ง€ํ•˜๋ ค๋ฉด ์•ฑ์„ ๊ณ„์† ์‹คํ–‰ํ•ด ์ฃผ์„ธ์š”. ์•„๋ž˜ ๋ฒ„ํŠผ์œผ๋กœ ์—์ด์ „ํŠธ์—๊ฒŒ ๋ฉ”์‹œ์ง€๋ฅผ ๋ณด๋‚ด์„ธ์š”.', + 'home.statusBackendOnly': + '๋ฐฑ์—”๋“œ์— ๋‹ค์‹œ ์—ฐ๊ฒฐํ•˜๋Š” ์ค‘์ž…๋‹ˆ๋‹คโ€ฆ ๊ณง ์—์ด์ „ํŠธ๋ฅผ ๋‹ค์‹œ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.', + 'home.statusCoreUnreachable': + '๋กœ์ปฌ ์ฝ”์–ด ์‚ฌ์ด๋“œ์นด๊ฐ€ ์‘๋‹ตํ•˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค. OpenHuman ๋ฐฑ๊ทธ๋ผ์šด๋“œ ํ”„๋กœ์„ธ์Šค๊ฐ€ ์ค‘๋‹จ๋˜์—ˆ๊ฑฐ๋‚˜ ์‹œ์ž‘ํ•˜์ง€ ๋ชปํ–ˆ์„ ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.', + 'home.statusInternetOffline': + 'ํ˜„์žฌ ๊ธฐ๊ธฐ๊ฐ€ ์˜คํ”„๋ผ์ธ ์ƒํƒœ์ž…๋‹ˆ๋‹ค. ๋„คํŠธ์›Œํฌ๋ฅผ ํ™•์ธํ•˜๊ฑฐ๋‚˜ ์•ฑ์„ ๋‹ค์‹œ ์‹œ์ž‘ํ•˜์—ฌ ๋‹ค์‹œ ์—ฐ๊ฒฐํ•˜์„ธ์š”.', + 'home.restartCore': '์ฝ”์–ด ๋‹ค์‹œ ์‹œ์ž‘', + 'home.restartingCore': '์ฝ”์–ด๋ฅผ ๋‹ค์‹œ ์‹œ์ž‘ํ•˜๋Š” ์ค‘โ€ฆ', + 'home.themeToggle.toLight': '๋ผ์ดํŠธ ๋ชจ๋“œ๋กœ ์ „ํ™˜', + 'home.themeToggle.toDark': '๋‹คํฌ ๋ชจ๋“œ๋กœ ์ „ํ™˜', + 'chat.newThread': '์ƒˆ ์Šค๋ ˆ๋“œ', + 'chat.typeMessage': '๋ฉ”์‹œ์ง€๋ฅผ ์ž…๋ ฅํ•˜์„ธ์š”...', + 'chat.send': '๋ฉ”์‹œ์ง€ ๋ณด๋‚ด๊ธฐ', + 'chat.thinking': '์ƒ๊ฐ ์ค‘...', + 'chat.noMessages': '์•„์ง ๋ฉ”์‹œ์ง€๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค', + 'chat.startConversation': '๋Œ€ํ™” ์‹œ์ž‘', + 'chat.regenerate': '๋‹ค์‹œ ์ƒ์„ฑ', + 'chat.copyResponse': '์‘๋‹ต ๋ณต์‚ฌ', + 'chat.citations': '์ธ์šฉ', + 'chat.toolUsed': '์‚ฌ์šฉ๋œ ๋„๊ตฌ', + 'scope.legacy': '๋ ˆ๊ฑฐ์‹œ', + 'scope.user': '์‚ฌ์šฉ์ž', + 'scope.project': 'ํ”„๋กœ์ ํŠธ', + 'skills.title': '์—ฐ๊ฒฐ', + 'skills.search': '์—ฐ๊ฒฐ ๊ฒ€์ƒ‰...', + 'skills.noResults': '์—ฐ๊ฒฐ์„ ์ฐพ์„ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค', + 'skills.connect': '์—ฐ๊ฒฐ', + 'skills.disconnect': '์—ฐ๊ฒฐ ํ•ด์ œ', + 'skills.configure': '๊ด€๋ฆฌ', + 'skills.connected': '์—ฐ๊ฒฐ๋จ', + 'skills.available': '์‚ฌ์šฉ ๊ฐ€๋Šฅ', + 'skills.addAccount': '๊ณ„์ • ์ถ”๊ฐ€', + 'skills.channels': '์ฑ„๋„', + 'skills.integrations': 'ํ†ตํ•ฉ', + 'memory.title': '๋ฉ”๋ชจ๋ฆฌ', + 'memory.search': '๋ฉ”๋ชจ๋ฆฌ ๊ฒ€์ƒ‰...', + 'memory.noResults': '๋ฉ”๋ชจ๋ฆฌ๋ฅผ ์ฐพ์„ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค', + 'memory.empty': '์•„์ง ๋ฉ”๋ชจ๋ฆฌ๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค. ๋ฉ”๋ชจ๋ฆฌ๋Š” ์ƒํ˜ธ์ž‘์šฉํ•˜๋ฉด์„œ ์ž๋™์œผ๋กœ ์ƒ์„ฑ๋ฉ๋‹ˆ๋‹ค.', + 'memory.tab.memory': '๋ฉ”๋ชจ๋ฆฌ', + 'memory.tab.subconscious': '์ž ์žฌ์˜์‹', + 'memory.tab.dreams': '๊ฟˆ', + 'memory.tab.calls': 'ํ†ตํ™”', + 'memory.tab.settings': '์„ค์ •', + 'memory.analyzeNow': '์ง€๊ธˆ ๋ถ„์„', + 'alerts.title': '์•Œ๋ฆผ', + 'alerts.empty': '์•„์ง ์•Œ๋ฆผ์ด ์—†์Šต๋‹ˆ๋‹ค', + 'alerts.markAllRead': '๋ชจ๋‘ ์ฝ์Œ์œผ๋กœ ํ‘œ์‹œ', + 'alerts.unread': '์ฝ์ง€ ์•Š์Œ', + 'rewards.title': '๋ณด์ƒ', + 'rewards.referrals': '์ถ”์ฒœ', + 'rewards.coupons': '๊ตํ™˜', + 'rewards.credits': 'ํฌ๋ ˆ๋”ง', + 'rewards.referralCode': '๋‚ด ์ถ”์ฒœ ์ฝ”๋“œ', + 'rewards.copyCode': '์ฝ”๋“œ ๋ณต์‚ฌ', + 'rewards.share': '๊ณต์œ ', + 'onboarding.welcome': '์•ˆ๋…•ํ•˜์„ธ์š”. ์ €๋Š” OpenHuman์ž…๋‹ˆ๋‹ค.', + 'onboarding.welcomeDesc': + '์ปดํ“จํ„ฐ์—์„œ ์‹คํ–‰๋˜๋Š” ์ดˆ์ง€๋Šฅ AI ์–ด์‹œ์Šคํ„ดํŠธ์ž…๋‹ˆ๋‹ค. ๋น„๊ณต๊ฐœ์ด๋ฉฐ, ๊ฐ„๋‹จํ•˜๊ณ , ๋งค์šฐ ๊ฐ•๋ ฅํ•ฉ๋‹ˆ๋‹ค.', + 'onboarding.context': '์ปจํ…์ŠคํŠธ ์ˆ˜์ง‘', + 'onboarding.contextDesc': '๋งค์ผ ์‚ฌ์šฉํ•˜๋Š” ๋„๊ตฌ์™€ ์„œ๋น„์Šค๋ฅผ ์—ฐ๊ฒฐํ•˜์„ธ์š”.', + 'onboarding.localAI': '๋กœ์ปฌ AI', + 'onboarding.localAIDesc': '๊ธฐ๊ธฐ์—์„œ ์‹คํ–‰๋˜๋Š” ๋กœ์ปฌ AI ๋ชจ๋ธ์„ ์„ค์ •ํ•˜์„ธ์š”.', + 'onboarding.chatProvider': '์ฑ„ํŒ… ์ œ๊ณต์—…์ฒด', + 'onboarding.chatProviderDesc': '์–ด์‹œ์Šคํ„ดํŠธ์™€ ์ƒํ˜ธ์ž‘์šฉํ•  ๋ฐฉ๋ฒ•์„ ์„ ํƒํ•˜์„ธ์š”.', + 'onboarding.referral': '์ถ”์ฒœ', + 'onboarding.referralDesc': '์ถ”์ฒœ ์ฝ”๋“œ๊ฐ€ ์žˆ๋‹ค๋ฉด ์ ์šฉํ•˜์„ธ์š”.', + 'onboarding.finish': '์„ค์ • ์™„๋ฃŒ', + 'onboarding.finishDesc': '๋ชจ๋“  ์ค€๋น„๊ฐ€ ๋๋‚ฌ์Šต๋‹ˆ๋‹ค! OpenHuman์„ ์‚ฌ์šฉํ•ด ๋ณด์„ธ์š”.', + 'onboarding.skip': '๊ฑด๋„ˆ๋›ฐ๊ธฐ', + 'onboarding.getStarted': '์‹œ์ž‘ํ•˜๊ธฐ', + 'onboarding.runtimeChoice.title': 'OpenHuman์„ ์–ด๋–ป๊ฒŒ ์‹คํ–‰ํ•˜์‹œ๊ฒ ์Šต๋‹ˆ๊นŒ?', + 'onboarding.runtimeChoice.subtitle': + '๊ฐ€์žฅ ์ž˜ ๋งž๋Š” ์„ค์ •์„ ์„ ํƒํ•˜์„ธ์š”. ๋‚˜์ค‘์— ์„ค์ •์—์„œ ๋ณ€๊ฒฝํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.', + 'onboarding.runtimeChoice.cloud.title': '๊ฐ„๋‹จ ๋ชจ๋“œ', + 'onboarding.runtimeChoice.cloud.tagline': 'OpenHuman์ด ๋ชจ๋“  ๊ฒƒ์„ ๋Œ€์‹  ๊ด€๋ฆฌํ•˜๋„๋ก ํ•ฉ๋‹ˆ๋‹ค.', + 'onboarding.runtimeChoice.cloud.f1': '๋‚ด์žฅ ๋ณด์•ˆ', + 'onboarding.runtimeChoice.cloud.f2': '์‚ฌ์šฉ๋Ÿ‰์„ ๋” ์˜ค๋ž˜ ์“ฐ๊ธฐ ์œ„ํ•œ ํ† ํฐ ์••์ถ•', + 'onboarding.runtimeChoice.cloud.f3': 'ํ•˜๋‚˜์˜ ๊ตฌ๋…์œผ๋กœ ๋ชจ๋“  ๋ชจ๋ธ ํฌํ•จ', + 'onboarding.runtimeChoice.cloud.f4': '๊ด€๋ฆฌํ•  API ํ‚ค ์—†์Œ', + 'onboarding.runtimeChoice.cloud.f5': '๊ฐ„๋‹จํ•œ ์„ค์ •', + 'onboarding.runtimeChoice.custom.title': '์‚ฌ์šฉ์ž ์ง€์ • ์‹คํ–‰', + 'onboarding.runtimeChoice.custom.tagline': '์ง์ ‘ ํ‚ค๋ฅผ ๊ฐ€์ ธ์™€ ์‚ฌ์šฉ ์ค‘์ธ ํ•ญ๋ชฉ์„ ์™„์ „ํžˆ ์ œ์–ดํ•ฉ๋‹ˆ๋‹ค.', + 'onboarding.runtimeChoice.custom.f1': '๊ฑฐ์˜ ๋ชจ๋“  ๊ธฐ๋Šฅ์— API ํ‚ค๊ฐ€ ํ•„์š”ํ•ฉ๋‹ˆ๋‹ค', + 'onboarding.runtimeChoice.custom.f2': '์ด๋ฏธ ๊ฒฐ์ œ ์ค‘์ธ ์„œ๋น„์Šค๋ฅผ ๋‹ค์‹œ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค', + 'onboarding.runtimeChoice.custom.f3': '๋ชจ๋“  ๊ฒƒ์„ ๋กœ์ปฌ์—์„œ ์‹คํ–‰ํ•˜๋ฉด ๋ฌด๋ฃŒ์ผ ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค', + 'onboarding.runtimeChoice.custom.f4': '๋” ๋งŽ์€ ์„ค์ •๊ณผ ๋” ๋งŽ์€ ์˜ต์…˜', + 'onboarding.runtimeChoice.custom.f5': '๊ณ ๊ธ‰ ์‚ฌ์šฉ์ž์™€ ๊ฐœ๋ฐœ์ž์—๊ฒŒ ๊ฐ€์žฅ ์ ํ•ฉ', + 'onboarding.runtimeChoice.cloud.creditHighlight': '์ฒดํ—˜์šฉ $1 ๋ฌด๋ฃŒ ํฌ๋ ˆ๋”ง', + 'onboarding.runtimeChoice.continueCloud': '๊ฐ„๋‹จ ๋ชจ๋“œ๋กœ ๊ณ„์†', + 'onboarding.runtimeChoice.continueCustom': '์‚ฌ์šฉ์ž ์ง€์ •์œผ๋กœ ๊ณ„์†', + 'onboarding.runtimeChoice.recommended': '์ถ”์ฒœ', + 'onboarding.apiKeys.title': 'API ํ‚ค๋ฅผ ์ถ”๊ฐ€ํ•ด ๋ด…์‹œ๋‹ค', + 'onboarding.apiKeys.subtitle': + '์ง€๊ธˆ ๋ถ™์—ฌ๋„ฃ๊ฑฐ๋‚˜ ๊ฑด๋„ˆ๋›ฐ๊ณ  ๋‚˜์ค‘์— ์„ค์ • โ€บ AI์—์„œ ์ถ”๊ฐ€ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. ํ‚ค๋Š” ์ด ๊ธฐ๊ธฐ์— ์ €์žฅ๋˜๋ฉฐ ์ €์žฅ ์‹œ ์•”ํ˜ธํ™”๋ฉ๋‹ˆ๋‹ค.', + 'onboarding.apiKeys.openaiLabel': 'OpenAI API ํ‚ค', + 'onboarding.apiKeys.openaiPlaceholder': 'sk-...', + 'onboarding.apiKeys.anthropicLabel': 'Anthropic API ํ‚ค', + 'onboarding.apiKeys.anthropicPlaceholder': 'sk-ant-...', + 'onboarding.apiKeys.saveError': + 'ํ•ด๋‹น ํ‚ค๋ฅผ ์ €์žฅํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ํ™•์ธํ•œ ํ›„ ๋‹ค์‹œ ์‹œ๋„ํ•ด ์ฃผ์„ธ์š”.', + 'onboarding.apiKeys.skipForNow': '์ง€๊ธˆ์€ ๊ฑด๋„ˆ๋›ฐ๊ธฐ', + 'onboarding.apiKeys.continue': '์ €์žฅํ•˜๊ณ  ๊ณ„์†', + 'onboarding.apiKeys.saving': '์ €์žฅ ์ค‘โ€ฆ', + 'onboarding.custom.stepperInference': '์ถ”๋ก ', + 'onboarding.custom.stepperVoice': '์Œ์„ฑ', + 'onboarding.custom.stepperOAuth': 'OAuth', + 'onboarding.custom.stepperSearch': '๊ฒ€์ƒ‰', + 'onboarding.custom.stepperMemory': '๋ฉ”๋ชจ๋ฆฌ', + 'onboarding.custom.stepCounter': '{total}๋‹จ๊ณ„ ์ค‘ {n}๋‹จ๊ณ„', + 'onboarding.custom.defaultTitle': '๊ธฐ๋ณธ๊ฐ’', + 'onboarding.custom.defaultSubtitle': 'OpenHuman์ด ๋Œ€์‹  ๊ด€๋ฆฌํ•˜๋„๋ก ํ•ฉ๋‹ˆ๋‹ค.', + 'onboarding.custom.configureTitle': '๊ตฌ์„ฑ', + 'onboarding.custom.configureSubtitle': '์‚ฌ์šฉํ•  ํ•ญ๋ชฉ์„ ์ง์ ‘ ์„ ํƒํ•ฉ๋‹ˆ๋‹ค.', + 'onboarding.custom.progressAriaLabel': '์˜จ๋ณด๋”ฉ ์ง„ํ–‰ ์ƒํ™ฉ', + 'onboarding.custom.continue': '๊ณ„์†', + 'onboarding.custom.back': '๋’ค๋กœ', + 'onboarding.custom.finish': '์„ค์ • ์™„๋ฃŒ', + 'onboarding.custom.configureLater': + '์˜จ๋ณด๋”ฉ ํ›„์— ์ด ์„ค์ •์„ ๋งˆ์น  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. ์™„๋ฃŒ๋˜๋ฉด ํ•ด๋‹น ์„ค์ • ํŽ˜์ด์ง€๋กœ ์ด๋™ํ•ฉ๋‹ˆ๋‹ค.', + 'onboarding.custom.openSettings': '์„ค์ •์—์„œ ์—ด๊ธฐ', + 'onboarding.custom.inference.title': '์ถ”๋ก (ํ…์ŠคํŠธ)', + 'onboarding.custom.inference.subtitle': + '์–ด๋–ค ์–ธ์–ด ๋ชจ๋ธ์ด ์งˆ๋ฌธ์— ๋‹ตํ•˜๊ณ  ์—์ด์ „ํŠธ๋ฅผ ์‹คํ–‰ํ•ด์•ผ ํ•˜๋‚˜์š”?', + 'onboarding.custom.inference.defaultDesc': + 'OpenHuman์€ ๋ชจ๋“  ์ž‘์—…์„ ์ ์ ˆํ•œ ๊ธฐ๋ณธ ๋ชจ๋ธ๋กœ ๋ผ์šฐํŒ…ํ•ฉ๋‹ˆ๋‹ค. ํ‚ค๋„ ํ•„์š” ์—†๊ณ  ์„ค์ •๋„ ํ•„์š” ์—†์Šต๋‹ˆ๋‹ค.', + 'onboarding.custom.inference.configureDesc': + '์ง์ ‘ OpenAI ๋˜๋Š” Anthropic ํ‚ค๋ฅผ ๊ฐ€์ ธ์˜ค์„ธ์š”. ๋ชจ๋“  ํ…์ŠคํŠธ ๊ธฐ๋ฐ˜ ์ž‘์—…์— ์ด ํ‚ค๋ฅผ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค.', + 'onboarding.custom.voice.title': '์Œ์„ฑ', + 'onboarding.custom.voice.subtitle': + '์Œ์„ฑ ๋ชจ๋“œ๋ฅผ ์œ„ํ•œ ์Œ์„ฑ-ํ…์ŠคํŠธ ๋ณ€ํ™˜ ๋ฐ ํ…์ŠคํŠธ-์Œ์„ฑ ๋ณ€ํ™˜์ž…๋‹ˆ๋‹ค.', + 'onboarding.custom.voice.defaultDesc': + 'OpenHuman์—๋Š” ๋ฐ”๋กœ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ๋Š” ๊ด€๋ฆฌํ˜• STT/TTS๊ฐ€ ํฌํ•จ๋˜์–ด ์žˆ์Šต๋‹ˆ๋‹ค. ๋ณ„๋„๋กœ ์—ฐ๊ฒฐํ•  ํ•„์š”๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค.', + 'onboarding.custom.voice.configureDesc': + '์ง์ ‘ ElevenLabs / OpenAI Whisper ๋“ฑ์„ ์‚ฌ์šฉํ•˜์„ธ์š”. ์„ค์ • โ€บ ์Œ์„ฑ์—์„œ ๊ตฌ์„ฑํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.', + 'onboarding.custom.oauth.title': '์—ฐ๊ฒฐ(OAuth)', + 'onboarding.custom.oauth.subtitle': + 'OAuth๊ฐ€ ํ•„์š”ํ•œ Gmail, Slack, Notion ๋ฐ ๊ธฐํƒ€ ์—ฐ๊ฒฐ ์„œ๋น„์Šค์ž…๋‹ˆ๋‹ค.', + 'onboarding.custom.oauth.defaultDesc': + 'OpenHuman์€ ๊ด€๋ฆฌํ˜• Composio ์›Œํฌ์ŠคํŽ˜์ด์Šค๋ฅผ ์‹คํ–‰ํ•ฉ๋‹ˆ๋‹ค. ๋‚˜์ค‘์— ๊ฐ ์„œ๋น„์Šค๋ฅผ ํ•œ ๋ฒˆ์˜ ํด๋ฆญ์œผ๋กœ ์—ฐ๊ฒฐํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.', + 'onboarding.custom.oauth.configureDesc': + '์ง์ ‘ Composio ๊ณ„์ • ๋˜๋Š” API ํ‚ค๋ฅผ ๊ฐ€์ ธ์˜ค์„ธ์š”. ์„ค์ • โ€บ ์—ฐ๊ฒฐ์—์„œ ๊ตฌ์„ฑํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.', + 'onboarding.custom.search.title': '์›น ๊ฒ€์ƒ‰', + 'onboarding.custom.search.subtitle': 'OpenHuman์ด ์‚ฌ์šฉ์ž๋ฅผ ๋Œ€์‹ ํ•ด ์›น์„ ๊ฒ€์ƒ‰ํ•˜๋Š” ๋ฐฉ์‹์ž…๋‹ˆ๋‹ค.', + 'onboarding.custom.search.defaultDesc': + 'OpenHuman์€ ๊ด€๋ฆฌํ˜• ๊ฒ€์ƒ‰ ๋ฐฑ์—”๋“œ๋ฅผ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค. ํ‚ค๊ฐ€ ํ•„์š” ์—†์Šต๋‹ˆ๋‹ค.', + 'onboarding.custom.search.configureDesc': + '์ง์ ‘ ๊ฒ€์ƒ‰ ์ œ๊ณต์—…์ฒด ํ‚ค(Tavily, Brave ๋“ฑ)๋ฅผ ๊ฐ€์ ธ์˜ค์„ธ์š”. ์„ค์ • โ€บ ๋„๊ตฌ์—์„œ ๊ตฌ์„ฑํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.', + 'onboarding.custom.memory.title': '๋ฉ”๋ชจ๋ฆฌ', + 'onboarding.custom.memory.subtitle': + 'OpenHuman์ด ์‚ฌ์šฉ์ž์˜ ์ปจํ…์ŠคํŠธ, ์„ ํ˜ธ๋„, ์ด์ „ ๋Œ€ํ™”๋ฅผ ๊ธฐ์–ตํ•˜๋Š” ๋ฐฉ์‹์ž…๋‹ˆ๋‹ค.', + 'onboarding.custom.memory.defaultDesc': + 'OpenHuman์€ ๋ฉ”๋ชจ๋ฆฌ ์ €์žฅ๊ณผ ๊ฒ€์ƒ‰์„ ์ž๋™์œผ๋กœ ๊ด€๋ฆฌํ•ฉ๋‹ˆ๋‹ค. ์„ค์ •ํ•  ๊ฒƒ์ด ์—†์Šต๋‹ˆ๋‹ค.', + 'onboarding.custom.memory.configureDesc': + '๋ฉ”๋ชจ๋ฆฌ๋ฅผ ์ง์ ‘ ๊ฒ€์‚ฌ, ๋‚ด๋ณด๋‚ด๊ธฐ ๋˜๋Š” ์‚ญ์ œํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. ์„ค์ • โ€บ ๋ฉ”๋ชจ๋ฆฌ์—์„œ ๊ตฌ์„ฑํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.', + 'accounts.addAccount': '๊ณ„์ • ์ถ”๊ฐ€', + 'accounts.manageAccounts': '๊ณ„์ • ๊ด€๋ฆฌ', + 'accounts.noAccounts': '์—ฐ๊ฒฐ๋œ ๊ณ„์ •์ด ์—†์Šต๋‹ˆ๋‹ค', + 'accounts.connectAccount': '์‹œ์ž‘ํ•˜๋ ค๋ฉด ๊ณ„์ •์„ ์—ฐ๊ฒฐํ•˜์„ธ์š”', + 'accounts.agent': '์—์ด์ „ํŠธ', + 'accounts.respondQueue': '์‘๋‹ต ๋Œ€๊ธฐ์—ด', + 'accounts.disconnect': '์—ฐ๊ฒฐ ํ•ด์ œ', + 'accounts.disconnectConfirm': '์ด ๊ณ„์ •์˜ ์—ฐ๊ฒฐ์„ ํ•ด์ œํ•˜์‹œ๊ฒ ์Šต๋‹ˆ๊นŒ?', + 'accounts.searchAccounts': '๊ณ„์ • ๊ฒ€์ƒ‰...', + 'channels.title': '์ฑ„๋„', + 'channels.configure': '์ฑ„๋„ ๊ตฌ์„ฑ', + 'channels.setup': '์„ค์ •', + 'channels.noChannels': '๊ตฌ์„ฑ๋œ ์ฑ„๋„์ด ์—†์Šต๋‹ˆ๋‹ค', + 'channels.addChannel': '์ฑ„๋„ ์ถ”๊ฐ€', + 'channels.status.connected': '์—ฐ๊ฒฐ๋จ', + 'channels.status.disconnected': '์—ฐ๊ฒฐ ํ•ด์ œ๋จ', + 'channels.status.error': '์˜ค๋ฅ˜', + 'channels.status.configuring': '๊ตฌ์„ฑ ์ค‘', + 'channels.defaultMessaging': '๊ธฐ๋ณธ ๋ฉ”์‹œ์ง• ์ฑ„๋„', + 'webhooks.title': '์›นํ›…', + 'webhooks.create': '์›นํ›… ์ƒ์„ฑ', + 'webhooks.noWebhooks': '๊ตฌ์„ฑ๋œ ์›นํ›…์ด ์—†์Šต๋‹ˆ๋‹ค', + 'webhooks.url': 'URL', + 'webhooks.secret': '์‹œํฌ๋ฆฟ', + 'webhooks.events': '์ด๋ฒคํŠธ', + 'webhooks.archiveDirectory': '๋ณด๊ด€ ๋””๋ ‰ํ„ฐ๋ฆฌ', + 'webhooks.todayFile': '์˜ค๋Š˜์˜ ํŒŒ์ผ', + 'invites.title': '์ดˆ๋Œ€', + 'invites.create': '์ดˆ๋Œ€ ์ƒ์„ฑ', + 'invites.noInvites': '๋Œ€๊ธฐ ์ค‘์ธ ์ดˆ๋Œ€๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค', + 'invites.code': '์ดˆ๋Œ€ ์ฝ”๋“œ', + 'invites.copyLink': '๋งํฌ ๋ณต์‚ฌ', + 'devOptions.title': '๊ณ ๊ธ‰', + 'devOptions.diagnostics': '์ง„๋‹จ', + 'devOptions.diagnosticsDesc': '์‹œ์Šคํ…œ ์ƒํƒœ, ๋กœ๊ทธ ๋ฐ ์„ฑ๋Šฅ ์ง€ํ‘œ', + 'devOptions.debugPanels': '๋””๋ฒ„๊ทธ ํŒจ๋„', + 'devOptions.debugPanelsDesc': '๊ธฐ๋Šฅ ํ”Œ๋ž˜๊ทธ, ์ƒํƒœ ๊ฒ€์‚ฌ ๋ฐ ๋””๋ฒ„๊น… ๋„๊ตฌ', + 'devOptions.webhooks': '์›นํ›…', + 'devOptions.webhooksDesc': '์›นํ›… ํ†ตํ•ฉ์„ ๊ตฌ์„ฑํ•˜๊ณ  ํ…Œ์ŠคํŠธํ•ฉ๋‹ˆ๋‹ค', + 'devOptions.memoryInspection': '๋ฉ”๋ชจ๋ฆฌ ๊ฒ€์‚ฌ', + 'devOptions.memoryInspectionDesc': '๋ฉ”๋ชจ๋ฆฌ ํ•ญ๋ชฉ์„ ํƒ์ƒ‰, ์ฟผ๋ฆฌ ๋ฐ ๊ด€๋ฆฌํ•ฉ๋‹ˆ๋‹ค', + 'voice.pushToTalk': '๋ˆŒ๋Ÿฌ์„œ ๋งํ•˜๊ธฐ', + 'voice.recording': '๋…น์Œ ์ค‘...', + 'voice.processing': '์ฒ˜๋ฆฌ ์ค‘...', + 'voice.languageHint': '์–ธ์–ด', + 'misc.rehydrating': '๋ฐ์ดํ„ฐ๋ฅผ ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘...', + 'misc.checkingServices': '์„œ๋น„์Šค ํ™•์ธ ์ค‘...', + 'misc.serviceUnavailable': '์„œ๋น„์Šค๋ฅผ ์‚ฌ์šฉํ•  ์ˆ˜ ์—†์Œ', + 'misc.somethingWentWrong': '๋ฌธ์ œ๊ฐ€ ๋ฐœ์ƒํ–ˆ์Šต๋‹ˆ๋‹ค', + 'misc.tryAgainLater': '๋‚˜์ค‘์— ๋‹ค์‹œ ์‹œ๋„ํ•ด ์ฃผ์„ธ์š”.', + 'misc.restartApp': '์•ฑ ๋‹ค์‹œ ์‹œ์ž‘', + 'misc.updateAvailable': '์—…๋ฐ์ดํŠธ ์‚ฌ์šฉ ๊ฐ€๋Šฅ', + 'misc.updateNow': '์ง€๊ธˆ ์—…๋ฐ์ดํŠธ', + 'misc.updateLater': '๋‚˜์ค‘์—', + 'misc.downloading': '๋‹ค์šด๋กœ๋“œ ์ค‘...', + 'misc.installing': '์„ค์น˜ ์ค‘...', + 'misc.beta': + 'OpenHuman์€ ์ดˆ๊ธฐ ๋ฒ ํƒ€ ๋ฒ„์ „์ž…๋‹ˆ๋‹ค. ํ”ผ๋“œ๋ฐฑ์„ ๊ณต์œ ํ•˜๊ฑฐ๋‚˜ ๋ฐœ๊ฒฌํ•œ ๋ฒ„๊ทธ๋ฅผ ์‹ ๊ณ ํ•ด ์ฃผ์„ธ์š” โ€” ๋ชจ๋“  ์‹ ๊ณ ๋Š” ๋” ๋น ๋ฅธ ์ถœ์‹œ๋ฅผ ๋•์Šต๋‹ˆ๋‹ค.', + 'misc.betaFeedback': 'ํ”ผ๋“œ๋ฐฑ ๋ณด๋‚ด๊ธฐ', + 'mnemonic.title': '๋ณต๊ตฌ ๋ฌธ๊ตฌ', + 'mnemonic.warning': '์ด ๋‹จ์–ด๋“ค์„ ์ˆœ์„œ๋Œ€๋กœ ์ ์–ด ์•ˆ์ „ํ•œ ๊ณณ์— ๋ณด๊ด€ํ•˜์„ธ์š”.', + 'mnemonic.copyWarning': + '๋ณต๊ตฌ ๋ฌธ๊ตฌ๋ฅผ ์ ˆ๋Œ€ ๊ณต์œ ํ•˜์ง€ ๋งˆ์„ธ์š”. ์ด ๋‹จ์–ด๋ฅผ ๊ฐ€์ง„ ์‚ฌ๋žŒ์€ ๋ˆ„๊ตฌ๋‚˜ ๊ณ„์ •์— ์ ‘๊ทผํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.', + 'mnemonic.copied': '๋ณต๊ตฌ ๋ฌธ๊ตฌ๊ฐ€ ํด๋ฆฝ๋ณด๋“œ์— ๋ณต์‚ฌ๋˜์—ˆ์Šต๋‹ˆ๋‹ค', + 'mnemonic.reveal': '๋ฌธ๊ตฌ ๋ณด๊ธฐ', + 'mnemonic.hidden': '๋ณต๊ตฌ ๋ฌธ๊ตฌ๊ฐ€ ์ˆจ๊ฒจ์ ธ ์žˆ์Šต๋‹ˆ๋‹ค', + 'privacy.title': '๊ฐœ์ธ์ •๋ณด ๋ฐ ๋ณด์•ˆ', + 'privacy.description': '์™ธ๋ถ€ ์„œ๋น„์Šค๋กœ ์ „์†ก๋˜๋Š” ๋ฐ์ดํ„ฐ์— ๋Œ€ํ•œ ํˆฌ๋ช…์„ฑ ๋ณด๊ณ ์„œ์ž…๋‹ˆ๋‹ค.', + 'privacy.empty': '๊ฐ์ง€๋œ ์™ธ๋ถ€ ๋ฐ์ดํ„ฐ ์ „์†ก์ด ์—†์Šต๋‹ˆ๋‹ค.', + 'privacy.whatLeavesComputer': '๋‚ด ์ปดํ“จํ„ฐ๋ฅผ ๋– ๋‚˜๋Š” ๋ฐ์ดํ„ฐ', + 'privacy.loading': '๊ฐœ์ธ์ •๋ณด ์„ธ๋ถ€ ์ •๋ณด๋ฅผ ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘...', + 'privacy.loadError': + '์‹ค์‹œ๊ฐ„ ๊ฐœ์ธ์ •๋ณด ๋ชฉ๋ก์„ ๋ถˆ๋Ÿฌ์˜ฌ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค. ์•„๋ž˜์˜ ๋ถ„์„ ์ œ์–ด ๊ธฐ๋Šฅ์€ ๊ณ„์† ์ž‘๋™ํ•ฉ๋‹ˆ๋‹ค.', + 'privacy.noCapabilities': 'ํ˜„์žฌ ๋ฐ์ดํ„ฐ ์ด๋™์„ ๊ณต๊ฐœํ•˜๋Š” ๊ธฐ๋Šฅ์ด ์—†์Šต๋‹ˆ๋‹ค.', + 'privacy.sentTo': '์ „์†ก ๋Œ€์ƒ', + 'privacy.leavesDevice': '๊ธฐ๊ธฐ๋ฅผ ๋– ๋‚จ', + 'privacy.staysLocal': '๋กœ์ปฌ์— ์œ ์ง€๋จ', + 'privacy.anonymizedAnalytics': '์ต๋ช…ํ™”๋œ ๋ถ„์„', + 'privacy.shareAnonymizedData': '์ต๋ช…ํ™”๋œ ์‚ฌ์šฉ ๋ฐ์ดํ„ฐ ๊ณต์œ ', + 'privacy.shareAnonymizedDataDesc': + '์ต๋ช… ์ถฉ๋Œ ๋ณด๊ณ ์„œ์™€ ์‚ฌ์šฉ ๋ถ„์„์„ ๊ณต์œ ํ•˜์—ฌ OpenHuman ๊ฐœ์„ ์„ ๋„์™€์ฃผ์„ธ์š”. ๋ชจ๋“  ๋ฐ์ดํ„ฐ๋Š” ์™„์ „ํžˆ ์ต๋ช…ํ™”๋˜๋ฉฐ, ๊ฐœ์ธ ๋ฐ์ดํ„ฐ, ๋ฉ”์‹œ์ง€, ์ง€๊ฐ‘ ํ‚ค ๋˜๋Š” ์„ธ์…˜ ์ •๋ณด๋Š” ์ ˆ๋Œ€ ์ˆ˜์ง‘๋˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค.', + 'privacy.meetingFollowUps': 'ํšŒ์˜ ํ›„์† ์กฐ์น˜', + 'privacy.autoHandoffMeet': 'Google Meet transcript๋ฅผ ์˜ค์ผ€์ŠคํŠธ๋ ˆ์ดํ„ฐ์— ์ž๋™ ์ „๋‹ฌ', + 'privacy.autoHandoffMeetDesc': + 'Google Meet ํ†ตํ™”๊ฐ€ ๋๋‚˜๋ฉด OpenHuman์˜ ์˜ค์ผ€์ŠคํŠธ๋ ˆ์ดํ„ฐ๊ฐ€ transcript๋ฅผ ์ฝ๊ณ  ๋ฉ”์‹œ์ง€ ์ดˆ์•ˆ ์ž‘์„ฑ, ํ›„์† ์ผ์ • ์˜ˆ์•ฝ, ์—ฐ๊ฒฐ๋œ Slack ์›Œํฌ์ŠคํŽ˜์ด์Šค์— ์š”์•ฝ ๊ฒŒ์‹œ ๊ฐ™์€ ์ž‘์—…์„ ์ˆ˜ํ–‰ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. ๊ธฐ๋ณธ๊ฐ’์€ ๊บผ์ง์ž…๋‹ˆ๋‹ค.', + 'privacy.analyticsDisclaimer': + '๋ชจ๋“  ๋ถ„์„ ๋ฐ ๋ฒ„๊ทธ ๋ณด๊ณ ์„œ๋Š” ์™„์ „ํžˆ ์ต๋ช…ํ™”๋ฉ๋‹ˆ๋‹ค. ํ™œ์„ฑํ™”ํ•˜๋ฉด ์ถฉ๋Œ ์ •๋ณด, ๊ธฐ๊ธฐ ์œ ํ˜•, ์˜ค๋ฅ˜ ํŒŒ์ผ ์œ„์น˜๋งŒ ์ˆ˜์ง‘ํ•ฉ๋‹ˆ๋‹ค. ๋ฉ”์‹œ์ง€, ์„ธ์…˜ ๋ฐ์ดํ„ฐ, ์ง€๊ฐ‘ ํ‚ค, API ํ‚ค ๋˜๋Š” ๊ฐœ์ธ ์‹๋ณ„ ์ •๋ณด์—๋Š” ์ ˆ๋Œ€ ์ ‘๊ทผํ•˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค. ์ด ์„ค์ •์€ ์–ธ์ œ๋“ ์ง€ ๋ณ€๊ฒฝํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.', + 'settings.about.version': '๋ฒ„์ „', + 'settings.about.updateAvailable': '์‚ฌ์šฉ ๊ฐ€๋Šฅ', + 'settings.about.softwareUpdates': '์†Œํ”„ํŠธ์›จ์–ด ์—…๋ฐ์ดํŠธ', + 'settings.about.lastChecked': '๋งˆ์ง€๋ง‰ ํ™•์ธ', + 'settings.about.checking': 'ํ™•์ธ ์ค‘...', + 'settings.about.checkForUpdates': '์—…๋ฐ์ดํŠธ ํ™•์ธ', + 'settings.about.releases': '๋ฆด๋ฆฌ์Šค', + 'settings.about.releasesDesc': 'GitHub์—์„œ ๋ฆด๋ฆฌ์Šค ๋…ธํŠธ์™€ ์ด์ „ ๋นŒ๋“œ๋ฅผ ์ฐพ์•„๋ณด์„ธ์š”.', + 'settings.about.openReleases': 'GitHub ๋ฆด๋ฆฌ์Šค ์—ด๊ธฐ', + 'settings.ai.overview': 'AI ์‹œ์Šคํ…œ ๊ฐœ์š”', +}; +export default ko1; diff --git a/app/src/lib/i18n/chunks/ko-2.ts b/app/src/lib/i18n/chunks/ko-2.ts new file mode 100644 index 000000000..3bbdb3607 --- /dev/null +++ b/app/src/lib/i18n/chunks/ko-2.ts @@ -0,0 +1,375 @@ +import type { TranslationMap } from '../types'; + +// Korean chunk 2/5. Source of truth for translators. +const ko2: TranslationMap = { + 'settings.ai.configStatus': '๊ตฌ์„ฑ ์ƒํƒœ', + 'settings.ai.fallbackMode': '๋Œ€์ฒด ๋ชจ๋“œ', + 'settings.ai.loadedFromRuntime': '๋Ÿฐํƒ€์ž„์—์„œ ๋กœ๋“œ๋จ', + 'settings.ai.loadingDuration': '๋กœ๋“œ ์‹œ๊ฐ„', + 'settings.ai.localRuntime': '๋กœ์ปฌ ๋ชจ๋ธ ๋Ÿฐํƒ€์ž„', + 'settings.ai.openManager': '๊ด€๋ฆฌ์ž ์—ด๊ธฐ', + 'settings.ai.retryDownload': '๋‹ค์šด๋กœ๋“œ ๋‹ค์‹œ ์‹œ๋„', + 'settings.ai.state': '์ƒํƒœ', + 'settings.ai.targetModel': '๋Œ€์ƒ ๋ชจ๋ธ', + 'settings.ai.download': '๋‹ค์šด๋กœ๋“œ', + 'settings.ai.localModelUnavailable': '๋กœ์ปฌ ๋ชจ๋ธ ์ƒํƒœ๋ฅผ ์‚ฌ์šฉํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค.', + 'settings.ai.soulConfig': 'SOUL ํŽ˜๋ฅด์†Œ๋‚˜ ๊ตฌ์„ฑ', + 'settings.ai.refreshing': '์ƒˆ๋กœ๊ณ ์นจ ์ค‘...', + 'settings.ai.refreshSoul': 'SOUL ์ƒˆ๋กœ๊ณ ์นจ', + 'settings.ai.loadingSoul': 'SOUL ๊ตฌ์„ฑ์„ ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘...', + 'settings.ai.identity': '์ •์ฒด์„ฑ', + 'settings.ai.personality': '์„ฑ๊ฒฉ', + 'settings.ai.safetyRules': '์•ˆ์ „ ๊ทœ์น™', + 'settings.ai.source': '์ถœ์ฒ˜', + 'settings.ai.loaded': '๋กœ๋“œ๋จ', + 'settings.ai.toolsConfig': 'TOOLS ๊ตฌ์„ฑ', + 'settings.ai.refreshTools': 'TOOLS ์ƒˆ๋กœ๊ณ ์นจ', + 'settings.ai.toolsAvailable': '์‚ฌ์šฉ ๊ฐ€๋Šฅํ•œ ๋„๊ตฌ', + 'settings.ai.tools': '๋„๊ตฌ', + 'settings.ai.activeSkills': 'ํ™œ์„ฑ ์Šคํ‚ฌ', + 'settings.ai.skills': '์Šคํ‚ฌ', + 'settings.ai.skillsOverview': '์Šคํ‚ฌ ๊ฐœ์š”', + 'settings.ai.refreshingAll': '๋ชจ๋‘ ์ƒˆ๋กœ๊ณ ์นจ ์ค‘...', + 'settings.ai.refreshAll': '๋ชจ๋“  AI ๊ตฌ์„ฑ ์ƒˆ๋กœ๊ณ ์นจ', + 'settings.notifications.suppressAll': '๋ชจ๋“  ์•Œ๋ฆผ ์–ต์ œ', + 'settings.notifications.suppressAllDesc': + 'ํฌ์ปค์Šค ์ƒํƒœ์™€ ๊ด€๊ณ„์—†์ด ๋‚ด์žฅ ์•ฑ์˜ ๋ชจ๋“  OS ์•Œ๋ฆผ ํ† ์ŠคํŠธ๋ฅผ ์ฐจ๋‹จํ•ฉ๋‹ˆ๋‹ค.', + 'settings.notifications.toggleDnd': '๋ฐฉํ•ด ๊ธˆ์ง€ ์ „ํ™˜', + 'settings.notifications.categories': '์นดํ…Œ๊ณ ๋ฆฌ', + 'settings.notifications.categoryFooter': + '์นดํ…Œ๊ณ ๋ฆฌ๋ฅผ ๋น„ํ™œ์„ฑํ™”ํ•˜๋ฉด ํ•ด๋‹น ์œ ํ˜•์˜ ์ƒˆ ์•Œ๋ฆผ์ด ์•Œ๋ฆผ ์„ผํ„ฐ์— ํ‘œ์‹œ๋˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค. ๊ธฐ์กด ์•Œ๋ฆผ์€ ์‚ญ์ œ๋  ๋•Œ๊นŒ์ง€ ๋‚จ์•„ ์žˆ์Šต๋‹ˆ๋‹ค.', + 'settings.billing.movedToWeb': '๊ฒฐ์ œ๊ฐ€ ์›น์œผ๋กœ ์ด๋™๋จ', + 'settings.billing.openDashboard': '๊ฒฐ์ œ ๋Œ€์‹œ๋ณด๋“œ ์—ด๊ธฐ', + 'settings.billing.movedToWebDesc': + '๊ตฌ๋… ๋ณ€๊ฒฝ, ๊ฒฐ์ œ ์ˆ˜๋‹จ, ํฌ๋ ˆ๋”ง ๋ฐ ์ธ๋ณด์ด์Šค๋Š” ์ด์ œ ์›น์˜ TinyHumans์—์„œ ๊ด€๋ฆฌ๋ฉ๋‹ˆ๋‹ค.', + 'settings.billing.backToSettings': '์„ค์ •์œผ๋กœ ๋Œ์•„๊ฐ€๊ธฐ', + 'settings.billing.openingBrowser': '๋ธŒ๋ผ์šฐ์ €๋ฅผ ์—ฌ๋Š” ์ค‘...', + 'settings.billing.browserNotOpen': '๋ธŒ๋ผ์šฐ์ €๊ฐ€ ์—ด๋ฆฌ์ง€ ์•Š์•˜๋‹ค๋ฉด ์œ„ ๋ฒ„ํŠผ์„ ์‚ฌ์šฉํ•˜์„ธ์š”.', + 'settings.billing.browserOpenFailed': '๋ธŒ๋ผ์šฐ์ €๋ฅผ ์ž๋™์œผ๋กœ ์—ด ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค. ์œ„ ๋ฒ„ํŠผ์„ ์‚ฌ์šฉํ•˜์„ธ์š”.', + 'settings.tools.chooseCapabilities': + 'OpenHuman์ด ์‚ฌ์šฉ์ž๋ฅผ ๋Œ€์‹ ํ•ด ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ๋Š” ๊ธฐ๋Šฅ์„ ์„ ํƒํ•˜์„ธ์š”.', + 'settings.tools.saveChanges': '๋ณ€๊ฒฝ ์‚ฌํ•ญ ์ €์žฅ', + 'settings.tools.preferencesSaved': '๊ธฐ๋ณธ ์„ค์ •์ด ์ €์žฅ๋˜์—ˆ์Šต๋‹ˆ๋‹ค', + 'settings.tools.saveFailed': '๊ธฐ๋ณธ ์„ค์ • ์ €์žฅ์— ์‹คํŒจํ–ˆ์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•˜์„ธ์š”.', + 'settings.screenAwareness.mode': '๋ชจ๋“œ', + 'settings.screenAwareness.allExceptBlacklist': '๋ธ”๋ž™๋ฆฌ์ŠคํŠธ ์ œ์™ธ ๋ชจ๋‘', + 'settings.screenAwareness.whitelistOnly': 'ํ™”์ดํŠธ๋ฆฌ์ŠคํŠธ๋งŒ', + 'settings.screenAwareness.screenMonitoring': 'ํ™”๋ฉด ๋ชจ๋‹ˆํ„ฐ๋ง', + 'settings.screenAwareness.saveSettings': '์„ค์ • ์ €์žฅ', + 'settings.screenAwareness.session': '์„ธ์…˜', + 'settings.screenAwareness.status': '์ƒํƒœ', + 'settings.screenAwareness.active': 'ํ™œ์„ฑ', + 'settings.screenAwareness.stopped': '์ค‘์ง€๋จ', + 'settings.screenAwareness.remaining': '๋‚จ์€ ์‹œ๊ฐ„', + 'settings.screenAwareness.startSession': '์„ธ์…˜ ์‹œ์ž‘', + 'settings.screenAwareness.stopSession': '์„ธ์…˜ ์ค‘์ง€', + 'settings.screenAwareness.analyzeNow': '์ง€๊ธˆ ๋ถ„์„', + 'settings.screenAwareness.macosOnly': + 'ํ™”๋ฉด ์ธ์‹ ๋ฐ์Šคํฌํ†ฑ ์บก์ฒ˜ ๋ฐ ๊ถŒํ•œ ์ œ์–ด๋Š” ํ˜„์žฌ macOS์—์„œ๋งŒ ์ง€์›๋ฉ๋‹ˆ๋‹ค.', + 'connections.comingSoon': '๊ณง ์ œ๊ณต ์˜ˆ์ •', + 'connections.setUp': '์„ค์ •', + 'connections.configured': '๊ตฌ์„ฑ๋จ', + 'connections.unavailable': '์‚ฌ์šฉํ•  ์ˆ˜ ์—†์Œ', + 'connections.checking': 'ํ™•์ธ ์ค‘โ€ฆ', + 'connections.walletConfigured': + '๋กœ์ปฌ EVM, BTC, Solana ๋ฐ Tron ID๊ฐ€ ๋ณต๊ตฌ ๋ฌธ๊ตฌ์—์„œ ๊ตฌ์„ฑ๋˜์—ˆ์Šต๋‹ˆ๋‹ค.', + 'connections.walletReady': 'ํ•˜๋‚˜์˜ ๋ณต๊ตฌ ๋ฌธ๊ตฌ์—์„œ ๋กœ์ปฌ EVM, BTC, Solana ๋ฐ Tron ID๋ฅผ ์„ค์ •ํ•ฉ๋‹ˆ๋‹ค.', + 'connections.walletError': '์ง€๊ฐ‘ ์ƒํƒœ๋ฅผ ํ™•์ธํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค. ๋ณต๊ตฌ ๋ฌธ๊ตฌ ํŒจ๋„์—์„œ ๋‹ค์‹œ ์‹œ๋„ํ•˜์„ธ์š”.', + 'connections.walletChecking': '์ง€๊ฐ‘ ์ƒํƒœ ํ™•์ธ ์ค‘...', + 'connections.walletIdentities': '์ง€๊ฐ‘ ID', + 'connections.walletDerived': '๋ณต๊ตฌ ๋ฌธ๊ตฌ์—์„œ ๋กœ์ปฌ๋กœ ํŒŒ์ƒ๋˜๋ฉฐ ์•ˆ์ „ํ•œ ๋ฉ”ํƒ€๋ฐ์ดํ„ฐ๋กœ๋งŒ ์ €์žฅ๋ฉ๋‹ˆ๋‹ค.', + 'connections.privacySecurity': '๊ฐœ์ธ์ •๋ณด ๋ฐ ๋ณด์•ˆ', + 'connections.privacySecurityDesc': + '๋ชจ๋“  ๋ฐ์ดํ„ฐ์™€ ์ž๊ฒฉ ์ฆ๋ช…์€ ๋ฌด๋ฐ์ดํ„ฐ ๋ณด์กด ์ •์ฑ…์œผ๋กœ ๋กœ์ปฌ์— ์ €์žฅ๋ฉ๋‹ˆ๋‹ค. ์‚ฌ์šฉ์ž์˜ ์ •๋ณด๋Š” ์•”ํ˜ธํ™”๋˜๋ฉฐ ์ œ3์ž์™€ ์ ˆ๋Œ€ ๊ณต์œ ๋˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค.', + 'channels.status.connecting': '์—ฐ๊ฒฐ ์ค‘', + 'channels.status.notConfigured': '๊ตฌ์„ฑ๋˜์ง€ ์•Š์Œ', + 'channels.noActiveRoute': 'ํ™œ์„ฑ ๊ฒฝ๋กœ ์—†์Œ', + 'channels.activeRoute': 'ํ™œ์„ฑ ๊ฒฝ๋กœ', + 'channels.loadingDefinitions': '์ฑ„๋„ ์ •์˜๋ฅผ ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘...', + 'channels.channelConnections': '์ฑ„๋„ ์—ฐ๊ฒฐ', + 'channels.configureAuthModes': '๊ฐ ๋ฉ”์‹œ์ง• ์ฑ„๋„์˜ ์ธ์ฆ ๋ชจ๋“œ๋ฅผ ๊ตฌ์„ฑํ•ฉ๋‹ˆ๋‹ค.', + 'channels.configNotAvailable': '๊ตฌ์„ฑ์„ ์‚ฌ์šฉํ•  ์ˆ˜ ์—†์Œ:', + 'channels.channel': '์ฑ„๋„', + 'devOptions.coreModeNotSet': '์ฝ”์–ด ๋ชจ๋“œ: ์„ค์ •๋˜์ง€ ์•Š์Œ', + 'devOptions.coreModeNotSetDesc': + '๋ถ€ํŠธ ์ฒดํฌ ์„ ํƒ๊ธฐ๊ฐ€ ์•„์ง ํ™•์ธ๋˜์ง€ ์•Š์•˜์Šต๋‹ˆ๋‹ค. ์„ ํƒ๊ธฐ์—์„œ ๋ชจ๋“œ ์ „ํ™˜์„ ์‚ฌ์šฉํ•˜์—ฌ ๋กœ์ปฌ ๋˜๋Š” ํด๋ผ์šฐ๋“œ๋ฅผ ์„ ํƒํ•˜์„ธ์š”.', + 'devOptions.local': '๋กœ์ปฌ', + 'devOptions.embeddedCoreSidecar': '๋‚ด์žฅ ์ฝ”์–ด ์‚ฌ์ด๋“œ์นด', + 'devOptions.sidecarSpawned': '์•ฑ ์‹คํ–‰ ์‹œ Tauri ์…ธ์— ์˜ํ•ด ํ”„๋กœ์„ธ์Šค ๋‚ด๋ถ€์—์„œ ์ƒ์„ฑ๋ฉ๋‹ˆ๋‹ค.', + 'devOptions.cloud': 'ํด๋ผ์šฐ๋“œ', + 'devOptions.remoteCoreRpc': '์›๊ฒฉ ์ฝ”์–ด RPC', + 'devOptions.token': 'ํ† ํฐ', + 'devOptions.tokenNotSet': '์„ค์ •๋˜์ง€ ์•Š์Œ โ€” RPC๊ฐ€ 401์„ ๋ฐ˜ํ™˜ํ•ฉ๋‹ˆ๋‹ค', + 'devOptions.triggerSentryTest': 'Sentry ํ…Œ์ŠคํŠธ ํŠธ๋ฆฌ๊ฑฐ(์Šคํ…Œ์ด์ง•)', + 'devOptions.triggerSentryTestDesc': + 'Sentry ํŒŒ์ดํ”„๋ผ์ธ์„ ํ™•์ธํ•˜๊ธฐ ์œ„ํ•ด ํƒœ๊ทธ๊ฐ€ ์ง€์ •๋œ ์˜ค๋ฅ˜๋ฅผ ๋ฐœ์ƒ์‹œํ‚ต๋‹ˆ๋‹ค. ์ด์Šˆ #1072 โ€” ํ™•์ธ ํ›„ ์ œ๊ฑฐ.', + 'devOptions.sendTestEvent': 'ํ…Œ์ŠคํŠธ ์ด๋ฒคํŠธ ๋ณด๋‚ด๊ธฐ', + 'devOptions.sending': '๋ณด๋‚ด๋Š” ์ค‘โ€ฆ', + 'devOptions.eventSent': '์ด๋ฒคํŠธ ์ „์†ก๋จ', + 'devOptions.failed': '์‹คํŒจ', + 'devOptions.appLogs': '์•ฑ ๋กœ๊ทธ', + 'devOptions.appLogsDesc': + '์ผ๋ณ„ ๋กค๋ง ๋กœ๊ทธ ํŒŒ์ผ์ด ๋“ค์–ด ์žˆ๋Š” ํด๋”๋ฅผ ์—ฝ๋‹ˆ๋‹ค. ๋ฌธ์ œ๋ฅผ ๋ณด๊ณ ํ•  ๋•Œ ๊ฐ€์žฅ ์ตœ๊ทผ ํŒŒ์ผ์„ ์ฒจ๋ถ€ํ•˜์„ธ์š”.', + 'devOptions.openLogsFolder': '๋กœ๊ทธ ํด๋” ์—ด๊ธฐ', + 'mnemonic.phraseSaved': '๋ณต๊ตฌ ๋ฌธ๊ตฌ ์ €์žฅ๋จ', + 'mnemonic.walletReady': '๋ฉ€ํ‹ฐ์ฒด์ธ ์ง€๊ฐ‘ ID๊ฐ€ ์ค€๋น„๋˜์—ˆ์Šต๋‹ˆ๋‹ค. ์„ค์ •์œผ๋กœ ๋Œ์•„๊ฐ€๋Š” ์ค‘...', + 'mnemonic.writeDownWords': '๋‹ค์Œ ๋‹จ์–ด๋“ค์„ ์ ์–ด ๋‘์„ธ์š”', + 'mnemonic.wordsInOrder': + '๋‹จ์–ด๋ฅผ ์ˆœ์„œ๋Œ€๋กœ ์ ์–ด ์•ˆ์ „ํ•œ ๊ณณ์— ๋ณด๊ด€ํ•˜์„ธ์š”. ์ด ๋ฌธ๊ตฌ๋Š” ๋กœ์ปฌ ์•”ํ˜ธํ™” ํ‚ค์™€ EVM, BTC, Solana ๋ฐ Tron ์ง€๊ฐ‘ ID๋ฅผ ๋ณดํ˜ธํ•ฉ๋‹ˆ๋‹ค.', + 'mnemonic.cannotRecover': + '์ด ๋ฌธ๊ตฌ๋Š” ๋ถ„์‹คํ•˜๋ฉด ๋ณต๊ตฌํ•  ์ˆ˜ ์—†์œผ๋ฉฐ ๊ธฐ๊ธฐ์—์„œ๋งŒ ์™„์ „ํžˆ ๋กœ์ปฌ๋กœ ์œ ์ง€๋˜์–ด์•ผ ํ•ฉ๋‹ˆ๋‹ค.', + 'mnemonic.copyToClipboard': 'ํด๋ฆฝ๋ณด๋“œ์— ๋ณต์‚ฌ', + 'mnemonic.alreadyHavePhrase': '์ด๋ฏธ ๋ณต๊ตฌ ๋ฌธ๊ตฌ๊ฐ€ ์žˆ์Šต๋‹ˆ๋‹ค', + 'mnemonic.consentSaved': '์ด ๋ฌธ๊ตฌ๋ฅผ ์ €์žฅํ–ˆ์œผ๋ฉฐ ๋กœ์ปฌ ์ง€๊ฐ‘ ์„ค์ •์— ์‚ฌ์šฉํ•˜๋Š” ๋ฐ ๋™์˜ํ•ฉ๋‹ˆ๋‹ค', + 'mnemonic.enterPhraseToRestore': + '๋กœ์ปฌ ์ง€๊ฐ‘ ID๋ฅผ ๋ณต์›ํ•˜๋ ค๋ฉด ์•„๋ž˜์— ๋ณต๊ตฌ ๋ฌธ๊ตฌ๋ฅผ ์ž…๋ ฅํ•˜๊ฑฐ๋‚˜ ์ „์ฒด ๋ฌธ๊ตฌ๋ฅผ ์•„๋ฌด ์ž…๋ ฅ๋ž€์— ๋ถ™์—ฌ๋„ฃ์œผ์„ธ์š”(์ƒˆ ๋ฐฑ์—…์€ 12๋‹จ์–ด, ์ด์ „ ๋ฒ„์ „์˜ 24๋‹จ์–ด ๋ฌธ๊ตฌ๋„ ์ž‘๋™ํ•ฉ๋‹ˆ๋‹ค).', + 'mnemonic.words': '๋‹จ์–ด', + 'mnemonic.validPhrase': '์œ ํšจํ•œ ๋ณต๊ตฌ ๋ฌธ๊ตฌ', + 'mnemonic.generateNewPhrase': '๋Œ€์‹  ์ƒˆ ๋ณต๊ตฌ ๋ฌธ๊ตฌ ์ƒ์„ฑ', + 'mnemonic.securingData': '๋ฐ์ดํ„ฐ ๋ณดํ˜ธ ์ค‘...', + 'mnemonic.saveRecoveryPhrase': '๋ณต๊ตฌ ๋ฌธ๊ตฌ ์ €์žฅ', + 'mnemonic.userNotLoaded': + '์‚ฌ์šฉ์ž๊ฐ€ ๋กœ๋“œ๋˜์ง€ ์•Š์•˜์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ๋กœ๊ทธ์ธํ•˜๊ฑฐ๋‚˜ ํŽ˜์ด์ง€๋ฅผ ์ƒˆ๋กœ๊ณ ์นจํ•˜์„ธ์š”.', + 'mnemonic.invalidPhrase': '์œ ํšจํ•˜์ง€ ์•Š์€ ๋ณต๊ตฌ ๋ฌธ๊ตฌ์ž…๋‹ˆ๋‹ค. ๋‹จ์–ด๋ฅผ ํ™•์ธํ•˜๊ณ  ๋‹ค์‹œ ์‹œ๋„ํ•˜์„ธ์š”.', + 'mnemonic.somethingWentWrong': '๋ฌธ์ œ๊ฐ€ ๋ฐœ์ƒํ–ˆ์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•ด ์ฃผ์„ธ์š”.', + 'team.failedToCreate': 'ํŒ€ ์ƒ์„ฑ์— ์‹คํŒจํ–ˆ์Šต๋‹ˆ๋‹ค', + 'team.invalidInviteCode': '์œ ํšจํ•˜์ง€ ์•Š๊ฑฐ๋‚˜ ๋งŒ๋ฃŒ๋œ ์ดˆ๋Œ€ ์ฝ”๋“œ์ž…๋‹ˆ๋‹ค', + 'team.failedToSwitch': 'ํŒ€ ์ „ํ™˜์— ์‹คํŒจํ–ˆ์Šต๋‹ˆ๋‹ค', + 'team.failedToLeave': 'ํŒ€ ๋‚˜๊ฐ€๊ธฐ์— ์‹คํŒจํ–ˆ์Šต๋‹ˆ๋‹ค', + 'team.role.owner': '์†Œ์œ ์ž', + 'team.role.admin': '๊ด€๋ฆฌ์ž', + 'team.role.billingManager': '๊ฒฐ์ œ ๊ด€๋ฆฌ์ž', + 'team.role.member': '๋ฉค๋ฒ„', + 'team.active': 'ํ™œ์„ฑ', + 'team.personalTeam': '๊ฐœ์ธ ํŒ€', + 'team.manageTeam': 'ํŒ€ ๊ด€๋ฆฌ', + 'team.switching': '์ „ํ™˜ ์ค‘...', + 'team.switch': '์ „ํ™˜', + 'team.leaving': '๋‚˜๊ฐ€๋Š” ์ค‘...', + 'team.leave': '๋‚˜๊ฐ€๊ธฐ', + 'team.yourTeams': '๋‚ด ํŒ€', + 'team.createNewTeam': '์ƒˆ ํŒ€ ์ƒ์„ฑ', + 'team.teamName': 'ํŒ€ ์ด๋ฆ„', + 'team.creating': '์ƒ์„ฑ ์ค‘...', + 'team.joinExistingTeam': '๊ธฐ์กด ํŒ€ ์ฐธ๊ฐ€', + 'team.inviteCode': '์ดˆ๋Œ€ ์ฝ”๋“œ', + 'team.joining': '์ฐธ๊ฐ€ ์ค‘...', + 'team.join': '์ฐธ๊ฐ€', + 'team.leaveTeam': 'ํŒ€ ๋‚˜๊ฐ€๊ธฐ', + 'team.confirmLeave': '์ •๋ง๋กœ ๋‚˜๊ฐ€์‹œ๊ฒ ์Šต๋‹ˆ๊นŒ', + 'team.leaveWarning': + 'ํŒ€๊ณผ ๋ชจ๋“  ํŒ€ ๋ฆฌ์†Œ์Šค์— ๋Œ€ํ•œ ์ ‘๊ทผ ๊ถŒํ•œ์„ ์žƒ๊ฒŒ ๋ฉ๋‹ˆ๋‹ค. ๋‹ค์‹œ ์ฐธ๊ฐ€ํ•˜๋ ค๋ฉด ์ƒˆ ์ดˆ๋Œ€๊ฐ€ ํ•„์š”ํ•ฉ๋‹ˆ๋‹ค.', + 'team.management': 'ํŒ€ ๊ด€๋ฆฌ', + 'team.notFound': 'ํŒ€์„ ์ฐพ์„ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค', + 'team.accessDenied': '์ ‘๊ทผ์ด ๊ฑฐ๋ถ€๋˜์—ˆ์Šต๋‹ˆ๋‹ค', + 'team.members': '๋ฉค๋ฒ„', + 'voice.title': '์Œ์„ฑ ๋ฐ›์•„์“ฐ๊ธฐ', + 'voice.settings': '์Œ์„ฑ ์„ค์ •', + 'voice.settingsDesc': 'ํ•ซํ‚ค๋ฅผ ๊ธธ๊ฒŒ ๋ˆŒ๋Ÿฌ ๋ฐ›์•„์“ฐ๊ธฐํ•˜๊ณ  ํ™œ์„ฑ ์ž…๋ ฅ๋ž€์— ํ…์ŠคํŠธ๋ฅผ ์‚ฝ์ž…ํ•ฉ๋‹ˆ๋‹ค.', + 'voice.hotkey': 'ํ•ซํ‚ค', + 'voice.activationMode': 'ํ™œ์„ฑํ™” ๋ชจ๋“œ', + 'voice.tapToToggle': 'ํƒญํ•˜์—ฌ ์ „ํ™˜', + 'voice.writingStyle': '์ž‘์„ฑ ์Šคํƒ€์ผ', + 'voice.verbatimTranscription': '๊ทธ๋Œ€๋กœ ์ „์‚ฌ', + 'voice.naturalCleanup': '์ž์—ฐ์Šค๋Ÿฝ๊ฒŒ ์ •๋ฆฌ', + 'voice.autoStart': '์ฝ”์–ด์™€ ํ•จ๊ป˜ ์Œ์„ฑ ์„œ๋ฒ„ ์ž๋™ ์‹œ์ž‘', + 'voice.customDictionary': '์‚ฌ์šฉ์ž ์ง€์ • ์‚ฌ์ „', + 'voice.customDictionaryDesc': '์ด๋ฆ„, ๊ธฐ์ˆ  ์šฉ์–ด, ๋„๋ฉ”์ธ ๋‹จ์–ด๋ฅผ ์ถ”๊ฐ€ํ•˜์—ฌ ์ธ์‹ ์ •ํ™•๋„๋ฅผ ํ–ฅ์ƒํ•ฉ๋‹ˆ๋‹ค.', + 'voice.addWord': '๋‹จ์–ด ์ถ”๊ฐ€...', + 'voice.sttDisabled': '๋กœ์ปฌ STT ๋ชจ๋ธ์ด ๋‹ค์šด๋กœ๋“œ๋˜๊ณ  ์ค€๋น„๋  ๋•Œ๊นŒ์ง€ ์Œ์„ฑ ๋ฐ›์•„์“ฐ๊ธฐ๊ฐ€ ๋น„ํ™œ์„ฑํ™”๋ฉ๋‹ˆ๋‹ค.', + 'voice.openLocalAiModel': '๋กœ์ปฌ AI ๋ชจ๋ธ ์—ด๊ธฐ', + 'voice.serverRestarted': '์ƒˆ ์„ค์ •์œผ๋กœ ์Œ์„ฑ ์„œ๋ฒ„๊ฐ€ ๋‹ค์‹œ ์‹œ์ž‘๋˜์—ˆ์Šต๋‹ˆ๋‹ค.', + 'voice.settingsSaved': '์Œ์„ฑ ์„ค์ •์ด ์ €์žฅ๋˜์—ˆ์Šต๋‹ˆ๋‹ค.', + 'voice.serverStarted': '์Œ์„ฑ ์„œ๋ฒ„๊ฐ€ ์‹œ์ž‘๋˜์—ˆ์Šต๋‹ˆ๋‹ค.', + 'voice.serverStopped': '์Œ์„ฑ ์„œ๋ฒ„๊ฐ€ ์ค‘์ง€๋˜์—ˆ์Šต๋‹ˆ๋‹ค.', + 'voice.saveVoiceSettings': '์Œ์„ฑ ์„ค์ • ์ €์žฅ', + 'voice.startVoiceServer': '์Œ์„ฑ ์„œ๋ฒ„ ์‹œ์ž‘', + 'voice.stopVoiceServer': '์Œ์„ฑ ์„œ๋ฒ„ ์ค‘์ง€', + 'voice.debugTitle': '์Œ์„ฑ ๋””๋ฒ„๊ทธ', + 'autocomplete.title': '์ž๋™ ์™„์„ฑ', + 'autocomplete.settings': '์„ค์ •', + 'autocomplete.acceptWithTab': 'Tab์œผ๋กœ ์ˆ˜๋ฝ', + 'autocomplete.stylePreset': '์Šคํƒ€์ผ ํ”„๋ฆฌ์…‹', + 'autocomplete.style.balanced': '๊ท ํ˜•', + 'autocomplete.style.concise': '๊ฐ„๊ฒฐ', + 'autocomplete.style.formal': '๊ฒฉ์‹', + 'autocomplete.style.casual': '์บ์ฃผ์–ผ', + 'autocomplete.style.custom': '์‚ฌ์šฉ์ž ์ง€์ •', + 'autocomplete.disabledApps': '๋น„ํ™œ์„ฑํ™”๋œ ์•ฑ(์ค„๋งˆ๋‹ค ํ•˜๋‚˜์˜ ๋ฒˆ๋“ค/์•ฑ ํ† ํฐ)', + 'autocomplete.saveSettings': '์„ค์ • ์ €์žฅ', + 'autocomplete.saving': '์ €์žฅ ์ค‘โ€ฆ', + 'autocomplete.runtime': '๋Ÿฐํƒ€์ž„', + 'autocomplete.running': '์‹คํ–‰ ์ค‘', + 'autocomplete.start': '์‹œ์ž‘', + 'autocomplete.stop': '์ค‘์ง€', + 'autocomplete.settingsSaved': '์ž๋™ ์™„์„ฑ ์„ค์ •์ด ์ €์žฅ๋˜์—ˆ์Šต๋‹ˆ๋‹ค.', + 'autocomplete.started': '์ž๋™ ์™„์„ฑ์ด ์‹œ์ž‘๋˜์—ˆ์Šต๋‹ˆ๋‹ค.', + 'autocomplete.didNotStart': '์ž๋™ ์™„์„ฑ์ด ์‹œ์ž‘๋˜์ง€ ์•Š์•˜์Šต๋‹ˆ๋‹ค. ํ™œ์„ฑํ™”๋˜์–ด ์žˆ๋Š”์ง€ ํ™•์ธํ•˜์„ธ์š”.', + 'autocomplete.stopped': '์ž๋™ ์™„์„ฑ์ด ์ค‘์ง€๋˜์—ˆ์Šต๋‹ˆ๋‹ค.', + 'autocomplete.advancedSettings': '๊ณ ๊ธ‰ ์„ค์ •', + 'autocomplete.debugTitle': '์ž๋™ ์™„์„ฑ ๋””๋ฒ„๊ทธ', + 'chat.agentChat': '์—์ด์ „ํŠธ ์ฑ„ํŒ…', + 'chat.overrides': '์žฌ์ •์˜', + 'chat.model': '๋ชจ๋ธ', + 'chat.temperature': '์˜จ๋„', + 'chat.conversation': '๋Œ€ํ™”', + 'chat.startAgentConversation': '์—์ด์ „ํŠธ์™€ ๋Œ€ํ™”๋ฅผ ์‹œ์ž‘ํ•˜์„ธ์š”.', + 'chat.you': '๋‚˜', + 'chat.agent': '์—์ด์ „ํŠธ', + 'chat.askAgent': '์—์ด์ „ํŠธ์—๊ฒŒ ๋ฌด์—‡์ด๋“  ๋ฌผ์–ด๋ณด์„ธ์š”...', + 'chat.sendMessage': '๋ฉ”์‹œ์ง€ ๋ณด๋‚ด๊ธฐ', + 'composio.triageTitle': 'ํ†ตํ•ฉ ํŠธ๋ฆฌ๊ฑฐ', + 'composio.triageDesc': + 'ํ™œ์„ฑํ™”๋˜๋ฉด ๋“ค์–ด์˜ค๋Š” ๊ฐ Composio ํŠธ๋ฆฌ๊ฑฐ๊ฐ€ ์ด๋ฒคํŠธ๋ฅผ ๋ถ„๋ฅ˜ํ•˜๊ณ  ์ž๋™ ์ž‘์—…์„ ์‹œ์ž‘ํ•  ์ˆ˜ ์žˆ๋Š” AI ์„ ๋ณ„ ๋‹จ๊ณ„๋ฅผ ๊ฑฐ์นฉ๋‹ˆ๋‹ค โ€” ํŠธ๋ฆฌ๊ฑฐ๋‹น ๋กœ์ปฌ LLM ํ„ด ํ•˜๋‚˜๊ฐ€ ์‚ฌ์šฉ๋ฉ๋‹ˆ๋‹ค. ์ˆ˜๋™ ๊ฒ€ํ† ๋ฅผ ์„ ํ˜ธํ•œ๋‹ค๋ฉด ์ „์ฒด ๋˜๋Š” ํ†ตํ•ฉ๋ณ„๋กœ ๋น„ํ™œ์„ฑํ™”ํ•˜์„ธ์š”. ํ™˜๊ฒฝ ๋ณ€์ˆ˜๊ฐ€', + 'composio.disableAllTriage': '๋ชจ๋“  ํŠธ๋ฆฌ๊ฑฐ์— ๋Œ€ํ•œ AI ์„ ๋ณ„ ๋น„ํ™œ์„ฑํ™”', + 'composio.triggersStillRecorded': 'ํŠธ๋ฆฌ๊ฑฐ๋Š” ๊ธฐ๋ก์— ๊ณ„์† ์ €์žฅ๋ฉ๋‹ˆ๋‹ค โ€” LLM ํ„ด์€ ์‹คํ–‰๋˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค.', + 'composio.disableSpecificIntegrations': 'ํŠน์ • ํ†ตํ•ฉ์— ๋Œ€ํ•œ AI ์„ ๋ณ„ ๋น„ํ™œ์„ฑํ™”', + 'composio.settingsSaved': '์„ค์ •์ด ์ €์žฅ๋˜์—ˆ์Šต๋‹ˆ๋‹ค', + 'composio.saveFailed': '์ €์žฅ์— ์‹คํŒจํ–ˆ์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•˜์„ธ์š”.', + 'cron.title': 'Cron ์ž‘์—…', + 'cron.scheduledJobs': '์˜ˆ์•ฝ๋œ ์ž‘์—…', + 'cron.manageCronJobs': '์ฝ”์–ด ์Šค์ผ€์ค„๋Ÿฌ์—์„œ cron ์ž‘์—…์„ ๊ด€๋ฆฌํ•ฉ๋‹ˆ๋‹ค.', + 'cron.refreshCronJobs': 'Cron ์ž‘์—… ์ƒˆ๋กœ๊ณ ์นจ', + 'localModel.modelStatus': '๋ชจ๋ธ ์ƒํƒœ', + 'localModel.downloadModels': '๋ชจ๋ธ ๋‹ค์šด๋กœ๋“œ', + 'localModel.usage': '์‚ฌ์šฉ๋Ÿ‰', + 'localModel.usageDesc': + '๋กœ์ปฌ ๋ชจ๋ธ์—์„œ ์‹คํ–‰ํ•  ํ•˜์œ„ ์‹œ์Šคํ…œ์„ ์„ ํƒํ•˜์„ธ์š”. ๊บผ์ง„ ํ•ญ๋ชฉ์€ ํด๋ผ์šฐ๋“œ๋ฅผ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค.', + 'localModel.enableRuntime': '๋กœ์ปฌ AI ๋Ÿฐํƒ€์ž„ ํ™œ์„ฑํ™”', + 'localModel.enableRuntimeDesc': + '๋งˆ์Šคํ„ฐ ์Šค์œ„์น˜์ž…๋‹ˆ๋‹ค. ๊ธฐ๋ณธ๊ฐ’์€ ๊บผ์ง์ด๋ฉฐ Ollama๋Š” ์œ ํœด ์ƒํƒœ๋กœ ์œ ์ง€๋ฉ๋‹ˆ๋‹ค. ์ผœ๋ฉด ํŠธ๋ฆฌ ์š”์•ฝ๊ธฐ, ํ™”๋ฉด ์ธํ…”๋ฆฌ์ „์Šค, ์ž๋™ ์™„์„ฑ์ด ํ•ญ์ƒ ๋กœ์ปฌ ๋ชจ๋ธ์„ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค.', + 'localModel.advancedSettings': '๊ณ ๊ธ‰ ์„ค์ •', + 'localModel.debugTitle': '๋กœ์ปฌ ๋ชจ๋ธ ๋””๋ฒ„๊ทธ', + 'screenAwareness.debugTitle': 'ํ™”๋ฉด ์ธ์‹ ๋””๋ฒ„๊ทธ', + 'memory.debugTitle': '๋ฉ”๋ชจ๋ฆฌ ๋””๋ฒ„๊ทธ', + 'webhooks.debugTitle': '์›นํ›… ๋””๋ฒ„๊ทธ', + 'notifications.routingTitle': '์•Œ๋ฆผ ๋ผ์šฐํŒ…', + 'common.reload': '๋‹ค์‹œ ๋ถˆ๋Ÿฌ์˜ค๊ธฐ', + 'common.skip': '๊ฑด๋„ˆ๋›ฐ๊ธฐ', + 'common.disable': '๋น„ํ™œ์„ฑํ™”', + 'common.enable': 'ํ™œ์„ฑํ™”', + 'chat.safetyTimeout': '2๋ถ„ ํ›„์—๋„ ์—์ด์ „ํŠธ์˜ ์‘๋‹ต์ด ์—†์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•˜๊ฑฐ๋‚˜ ์—ฐ๊ฒฐ์„ ํ™•์ธํ•˜์„ธ์š”.', + 'chat.filter.all': '์ „์ฒด', + 'chat.filter.work': '์—…๋ฌด', + 'chat.filter.briefing': '๋ธŒ๋ฆฌํ•‘', + 'chat.filter.notification': '์•Œ๋ฆผ', + 'chat.filter.workers': '์›Œ์ปค', + 'chat.selectThread': '์Šค๋ ˆ๋“œ ์„ ํƒ', + 'chat.threads': '์Šค๋ ˆ๋“œ', + 'chat.noThreads': '์•„์ง ์Šค๋ ˆ๋“œ๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค', + 'chat.noLabelThreads': '"{label}" ์Šค๋ ˆ๋“œ๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค', + 'chat.noWorkerThreads': '์•„์ง ์›Œ์ปค ์Šค๋ ˆ๋“œ๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค', + 'chat.deleteThread': '์Šค๋ ˆ๋“œ ์‚ญ์ œ', + 'chat.deleteThreadConfirm': '"{title}" ์Šค๋ ˆ๋“œ๋ฅผ ์‚ญ์ œํ•˜์‹œ๊ฒ ์Šต๋‹ˆ๊นŒ?', + 'chat.untitledThread': '์ œ๋ชฉ ์—†๋Š” ์Šค๋ ˆ๋“œ', + 'chat.hideSidebar': '์‚ฌ์ด๋“œ๋ฐ” ์ˆจ๊ธฐ๊ธฐ', + 'chat.showSidebar': '์‚ฌ์ด๋“œ๋ฐ” ํ‘œ์‹œ', + 'chat.newThreadShortcut': '์ƒˆ ์Šค๋ ˆ๋“œ (/new)', + 'chat.new': '์ƒˆ๋กœ ๋งŒ๋“ค๊ธฐ', + 'chat.failedToLoadMessages': '๋ฉ”์‹œ์ง€๋ฅผ ๋ถˆ๋Ÿฌ์˜ค์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค', + 'chat.thinkingIteration': '์ƒ๊ฐ ์ค‘... ({n})', + 'chat.thinkingDots': '์ƒ๊ฐ ์ค‘...', + 'chat.approachingLimit': '์‚ฌ์šฉ ํ•œ๋„์— ๊ฐ€๊นŒ์›Œ์ง€๊ณ  ์žˆ์Šต๋‹ˆ๋‹ค', + 'chat.approachingLimitMsg': '์‚ฌ์šฉ ๊ฐ€๋Šฅํ•œ ํ• ๋‹น๋Ÿ‰์˜ {pct}%๋ฅผ ์‚ฌ์šฉํ–ˆ์Šต๋‹ˆ๋‹ค.', + 'chat.upgrade': '์—…๊ทธ๋ ˆ์ด๋“œ', + 'chat.weeklyLimitHit': 'ํฌํ•จ๋œ ์ฃผ๊ธฐ ์˜ˆ์‚ฐ์„ ๋ชจ๋‘ ์‚ฌ์šฉํ–ˆ์Šต๋‹ˆ๋‹ค.', + 'chat.resets': '์ดˆ๊ธฐํ™”', + 'chat.topUpToContinue': '๊ณ„์†ํ•˜๋ ค๋ฉด ์ถฉ์ „ํ•˜์„ธ์š”.', + 'chat.budgetComplete': + 'ํฌํ•จ๋œ ์˜ˆ์‚ฐ์„ ๋ชจ๋‘ ์‚ฌ์šฉํ–ˆ์Šต๋‹ˆ๋‹ค. ๊ณ„์†ํ•˜๋ ค๋ฉด ํฌ๋ ˆ๋”ง์„ ์ถ”๊ฐ€ํ•˜๊ฑฐ๋‚˜ ์—…๊ทธ๋ ˆ์ด๋“œํ•˜์„ธ์š”.', + 'chat.topUp': '์ถฉ์ „', + 'chat.cycle': '์ฃผ๊ธฐ', + 'chat.cycleSpent': '์ด๋ฒˆ ์ฃผ๊ธฐ ์‚ฌ์šฉ๋Ÿ‰', + 'chat.cycleRemaining': '๋‚จ์€ ์–‘', + 'chat.left': '๋‚จ์Œ', + 'chat.setup': '์„ค์ •', + 'chat.switchToText': 'ํ…์ŠคํŠธ๋กœ ์ „ํ™˜', + 'chat.transcribing': '์ „์‚ฌ ์ค‘...', + 'chat.stopAndSend': '์ค‘์ง€ํ•˜๊ณ  ๋ณด๋‚ด๊ธฐ', + 'chat.startTalking': '๋งํ•˜๊ธฐ ์‹œ์ž‘', + 'chat.playingVoiceReply': '์Œ์„ฑ ์‘๋‹ต ์žฌ์ƒ ์ค‘', + 'chat.voiceHint': '๋งˆ์ดํฌ๋ฅผ ์‚ฌ์šฉํ•ด ๋งํ•˜์„ธ์š”', + 'chat.micUnavailable': '๋งˆ์ดํฌ๋ฅผ ์‚ฌ์šฉํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค', + 'chat.turn': 'ํ„ด', + 'chat.turns': 'ํ„ด', + 'chat.openWorkerThread': '์›Œ์ปค ์Šค๋ ˆ๋“œ ์—ด๊ธฐ', + 'memory.searchAria': '๋ฉ”๋ชจ๋ฆฌ ๊ฒ€์ƒ‰', + 'memory.searchPlaceholder': '๋ฉ”๋ชจ๋ฆฌ ํ•ญ๋ชฉ ๊ฒ€์ƒ‰...', + 'memory.sourceFilter.all': '๋ชจ๋“  ์†Œ์Šค', + 'memory.sourceFilter.email': '์ด๋ฉ”์ผ', + 'memory.sourceFilter.calendar': '์บ˜๋ฆฐ๋”', + 'memory.sourceFilter.telegram': 'Telegram', + 'memory.sourceFilter.aiInsight': 'AI ์ธ์‚ฌ์ดํŠธ', + 'memory.sourceFilter.system': '์‹œ์Šคํ…œ', + 'memory.sourceFilter.trading': '๊ฑฐ๋ž˜', + 'memory.sourceFilter.security': '๋ณด์•ˆ', + 'memory.ingestionActivity': '์ˆ˜์ง‘ ํ™œ๋™', + 'memory.events': '์ด๋ฒคํŠธ', + 'memory.event': '์ด๋ฒคํŠธ', + 'memory.overTheLast': '์ง€๋‚œ ๊ธฐ๊ฐ„', + 'memory.months': '๊ฐœ์›”', + 'memory.peak': '์ตœ๊ณ ์น˜', + 'memory.perDay': '/์ผ', + 'memory.less': '์ ์Œ', + 'memory.more': '๋งŽ์Œ', + 'memory.on': '์ผœ์ง', + 'memory.loading': '๋ฉ”๋ชจ๋ฆฌ ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘', + 'memory.fetching': '๋ฉ”๋ชจ๋ฆฌ ํ•ญ๋ชฉ์„ ๊ฐ€์ ธ์˜ค๋Š” ์ค‘...', + 'memory.analyzing': '๋ฉ”๋ชจ๋ฆฌ ๋ถ„์„ ์ค‘', + 'memory.analyzingHint': '์ธ์‚ฌ์ดํŠธ๋ฅผ ์ถ”์ถœํ•˜๊ธฐ ์œ„ํ•ด ๋ฉ”๋ชจ๋ฆฌ๋ฅผ ์ฒ˜๋ฆฌํ•˜๋Š” ์ค‘...', + 'memory.noMatches': '์ผ์น˜ํ•˜๋Š” ํ•ญ๋ชฉ ์—†์Œ', + 'memory.noMatchesHint': '๊ฒ€์ƒ‰์–ด ๋˜๋Š” ํ•„ํ„ฐ๋ฅผ ๋ณ€๊ฒฝํ•ด ๋ณด์„ธ์š”.', + 'memory.allCaughtUp': '๋ชจ๋‘ ์™„๋ฃŒ๋จ', + 'memory.allCaughtUpHint': '์ฒ˜๋ฆฌํ•  ์ƒˆ ๋ฉ”๋ชจ๋ฆฌ ํ•ญ๋ชฉ์ด ์—†์Šต๋‹ˆ๋‹ค.', + 'memory.noAnalysis': '์•„์ง ๋ถ„์„ ์—†์Œ', + 'memory.noAnalysisHint': '๋ฉ”๋ชจ๋ฆฌ์—์„œ ํŒจํ„ด์„ ๋ฐœ๊ฒฌํ•˜๋ ค๋ฉด ๋ถ„์„์„ ์‹คํ–‰ํ•˜์„ธ์š”.', + 'memory.emptyHint': '์ฒซ ๋ฒˆ์งธ ๋ฉ”๋ชจ๋ฆฌ๋ฅผ ๋งŒ๋“ค๋ ค๋ฉด ์ƒํ˜ธ์ž‘์šฉ์„ ์‹œ์ž‘ํ•˜์„ธ์š”.', + 'mic.unavailable': '๋งˆ์ดํฌ๋ฅผ ์‚ฌ์šฉํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค', + 'mic.permissionDenied': '๋งˆ์ดํฌ ๊ถŒํ•œ์ด ๊ฑฐ๋ถ€๋˜์—ˆ์Šต๋‹ˆ๋‹ค', + 'mic.failedToStartRecorder': '๋…น์Œ๊ธฐ๋ฅผ ์‹œ์ž‘ํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค', + 'mic.transcribing': '์ „์‚ฌ ์ค‘...', + 'mic.tapToSend': 'ํƒญํ•˜์—ฌ ๋ณด๋‚ด๊ธฐ', + 'mic.waitingForAgent': '์—์ด์ „ํŠธ๋ฅผ ๊ธฐ๋‹ค๋ฆฌ๋Š” ์ค‘...', + 'mic.tapAndSpeak': 'ํƒญํ•˜๊ณ  ๋งํ•˜๊ธฐ', + 'mic.stopRecording': '๋…น์Œ์„ ์ค‘์ง€ํ•˜๊ณ  ๋ณด๋‚ด๊ธฐ', + 'mic.startRecording': '๋…น์Œ ์‹œ์ž‘', + 'token.usageLimitReached': '์‚ฌ์šฉ ํ•œ๋„์— ๋„๋‹ฌํ–ˆ์Šต๋‹ˆ๋‹ค', + 'token.approachingLimit': 'ํ•œ๋„์— ๊ฐ€๊นŒ์›Œ์ง€๊ณ  ์žˆ์Šต๋‹ˆ๋‹ค', + 'token.planClickForDetails': 'ํ”Œ๋žœ - ์ž์„ธํ•œ ๋‚ด์šฉ์„ ๋ณด๋ ค๋ฉด ํด๋ฆญ', + 'token.sessionTokens': '์ž…๋ ฅ: {in} | ์ถœ๋ ฅ: {out} | ํ„ด: {turns}', + 'token.limit': 'ํ•œ๋„ ๋„๋‹ฌ', + 'catalog.noCapabilityBinding': '๊ธฐ๋Šฅ ๋ฐ”์ธ๋”ฉ ์—†์Œ', + 'catalog.downloadFailed': '๋‹ค์šด๋กœ๋“œ ์‹คํŒจ', + 'catalog.active': 'ํ™œ์„ฑ', + 'catalog.installed': '์„ค์น˜๋จ', + 'catalog.notDownloaded': '๋‹ค์šด๋กœ๋“œ๋˜์ง€ ์•Š์Œ', + 'catalog.inUse': '์‚ฌ์šฉ ์ค‘', + 'catalog.use': '์‚ฌ์šฉ', + 'catalog.deleteModel': '๋ชจ๋ธ ์‚ญ์ œ', + 'catalog.download': '๋‹ค์šด๋กœ๋“œ', + 'navigator.recent': '์ตœ๊ทผ', + 'navigator.today': '์˜ค๋Š˜', + 'navigator.thisWeek': '์ด๋ฒˆ ์ฃผ', + 'navigator.sources': '์†Œ์Šค', + 'navigator.email': '์ด๋ฉ”์ผ', + 'navigator.slack': 'Slack', + 'navigator.chat': '์ฑ„ํŒ…', + 'navigator.documents': '๋ฌธ์„œ', + 'navigator.people': '์‚ฌ๋žŒ', + 'navigator.topics': '์ฃผ์ œ', + 'dreams.description': '๊ฟˆ์€ ๋ฉ”๋ชจ๋ฆฌ์˜ ํŒจํ„ด์„ ์ข…ํ•ฉํ•˜๋Š” AI ์ƒ์„ฑ ๋ฐ˜์˜์ž…๋‹ˆ๋‹ค.', + 'dreams.comingSoon': '๊ณง ์ œ๊ณต ์˜ˆ์ •', + 'assignment.memoryLlm': '๋ฉ”๋ชจ๋ฆฌ LLM', + 'assignment.memoryLlmAria': '๋ฉ”๋ชจ๋ฆฌ LLM ์„ ํƒ', + 'assignment.embedder': '์ž„๋ฒ ๋”', + 'assignment.loaded': '๋กœ๋“œ๋จ', + 'assignment.notDownloaded': '๋‹ค์šด๋กœ๋“œ๋˜์ง€ ์•Š์Œ', + 'assignment.usedForExtractSummarise': '์ถ”์ถœ ๋ฐ ์š”์•ฝ์— ์‚ฌ์šฉ๋จ', + 'insights.knownFacts': '์•Œ๋ ค์ง„ ์‚ฌ์‹ค', + 'insights.preferences': '์„ ํ˜ธ๋„', + 'insights.relationships': '๊ด€๊ณ„', + 'insights.skills': '์Šคํ‚ฌ', + 'insights.opinions': '์˜๊ฒฌ', +}; + +export default ko2; diff --git a/app/src/lib/i18n/chunks/ko-3.ts b/app/src/lib/i18n/chunks/ko-3.ts new file mode 100644 index 000000000..424838ef1 --- /dev/null +++ b/app/src/lib/i18n/chunks/ko-3.ts @@ -0,0 +1,373 @@ +import type { TranslationMap } from '../types'; + +// Korean chunk 3/5. Source of truth for translators. +const ko3: TranslationMap = { + 'insights.other': '๊ธฐํƒ€', + 'insights.title': '์ธ์‚ฌ์ดํŠธ', + 'insights.empty': '์•„์ง ์ธ์‚ฌ์ดํŠธ๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค. ๋ฉ”๋ชจ๋ฆฌ๊ฐ€ ๋Š˜์–ด๋‚˜๋ฉด ์ธ์‚ฌ์ดํŠธ๊ฐ€ ์ƒ์„ฑ๋ฉ๋‹ˆ๋‹ค.', + 'insights.description': '๋ฉ”๋ชจ๋ฆฌ ๊ทธ๋ž˜ํ”„์˜ {count}๊ฐœ ๊ด€๊ณ„๋ฅผ ๊ธฐ๋ฐ˜์œผ๋กœ ํ•ฉ๋‹ˆ๋‹ค.', + 'insights.items': 'ํ•ญ๋ชฉ', + 'insights.more': '๋” ๋ณด๊ธฐ', + 'calls.joiningCall': 'ํ†ตํ™”์— ์ฐธ์—ฌํ•˜๋Š” ์ค‘', + 'calls.meetWindowOpening': 'Meet ์ฐฝ์ด ์—ด๋ฆฌ๋Š” ์ค‘...', + 'calls.failedToStart': 'Meet ํ†ตํ™”๋ฅผ ์‹œ์ž‘ํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค', + 'calls.couldNotStart': 'ํ†ตํ™”๋ฅผ ์‹œ์ž‘ํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค', + 'calls.failedToClose': 'ํ†ตํ™”๋ฅผ ๋‹ซ์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค', + 'calls.couldNotClose': 'ํ†ตํ™”๋ฅผ ๋‹ซ์„ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค', + 'calls.joinMeet': 'Google Meet ํ†ตํ™” ์ฐธ์—ฌ', + 'calls.joinMeetDescription': '์ฐธ์—ฌํ•  Google Meet ๋งํฌ๋ฅผ ์ž…๋ ฅํ•˜์„ธ์š”.', + 'calls.meetLink': 'Meet ๋งํฌ', + 'calls.displayName': 'ํ‘œ์‹œ ์ด๋ฆ„', + 'calls.openingMeet': 'Meet ์—ฌ๋Š” ์ค‘...', + 'calls.joinCall': 'ํ†ตํ™” ์ฐธ์—ฌ', + 'calls.activeCalls': 'ํ™œ์„ฑ ํ†ตํ™”', + 'calls.leave': '๋‚˜๊ฐ€๊ธฐ', + 'workspace.wipeConfirm': '๋ชจ๋“  ๋ฉ”๋ชจ๋ฆฌ๋ฅผ ์‚ญ์ œํ•˜์‹œ๊ฒ ์Šต๋‹ˆ๊นŒ? ์ด ์ž‘์—…์€ ๋˜๋Œ๋ฆด ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค.', + 'workspace.resetTreeConfirm': '๋ฉ”๋ชจ๋ฆฌ ํŠธ๋ฆฌ๋ฅผ ๋‹ค์‹œ ๋นŒ๋“œํ•˜์‹œ๊ฒ ์Šต๋‹ˆ๊นŒ?', + 'workspace.wipeTitle': '๋ฉ”๋ชจ๋ฆฌ ์‚ญ์ œ', + 'workspace.resetting': '์ดˆ๊ธฐํ™” ์ค‘...', + 'workspace.resetMemory': '๋ฉ”๋ชจ๋ฆฌ ์ดˆ๊ธฐํ™”', + 'workspace.resetTreeTitle': '๋ฉ”๋ชจ๋ฆฌ ํŠธ๋ฆฌ ๋‹ค์‹œ ๋นŒ๋“œ', + 'workspace.rebuilding': '๋‹ค์‹œ ๋นŒ๋“œ ์ค‘...', + 'workspace.resetMemoryTree': '๋ฉ”๋ชจ๋ฆฌ ํŠธ๋ฆฌ ์ดˆ๊ธฐํ™”', + 'workspace.building': '๋นŒ๋“œ ์ค‘...', + 'workspace.buildSummaryTrees': '์š”์•ฝ ํŠธ๋ฆฌ ๋นŒ๋“œ', + 'workspace.viewVault': '๋ณผํŠธ ๋ณด๊ธฐ', + 'workspace.graphLoadFailed': '๋ฉ”๋ชจ๋ฆฌ ๊ทธ๋ž˜ํ”„๋ฅผ ๋ถˆ๋Ÿฌ์˜ค์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค', + 'workspace.loadingGraph': '๋ฉ”๋ชจ๋ฆฌ ๊ทธ๋ž˜ํ”„๋ฅผ ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘...', + 'workspace.graphViewMode': '๋ฉ”๋ชจ๋ฆฌ ๊ทธ๋ž˜ํ”„ ๋ณด๊ธฐ ๋ชจ๋“œ', + 'workspace.trees': 'ํŠธ๋ฆฌ', + 'workspace.contacts': '์—ฐ๋ฝ์ฒ˜', + 'graph.noContactMentions': '์—ฐ๋ฝ์ฒ˜ ์–ธ๊ธ‰ ์—†์Œ', + 'graph.noMemory': '๋ฉ”๋ชจ๋ฆฌ ์—†์Œ', + 'graph.source': '์†Œ์Šค', + 'graph.topic': '์ฃผ์ œ', + 'graph.global': '์ „์—ญ', + 'graph.document': '๋ฌธ์„œ', + 'graph.contact': '์—ฐ๋ฝ์ฒ˜', + 'graph.nodes': '๋…ธ๋“œ', + 'graph.parentChild': '๋ถ€๋ชจ-์ž์‹', + 'graph.documentContact': '๋ฌธ์„œ-์—ฐ๋ฝ์ฒ˜', + 'graph.link': '๋งํฌ', + 'graph.links': '๋งํฌ', + 'graph.children': '์ž์‹', + 'graph.clickToOpenObsidian': 'ํด๋ฆญํ•˜์—ฌ Obsidian์—์„œ ์—ด๊ธฐ', + 'graph.person': '์‚ฌ๋žŒ', + 'modal.dontShowAgain': '๋น„์Šทํ•œ ์ œ์•ˆ์„ ๋‹ค์‹œ ํ‘œ์‹œํ•˜์ง€ ์•Š๊ธฐ', + 'reflections.loading': '๋ฐ˜์˜์„ ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘...', + 'reflections.empty': '์•„์ง ๋ฐ˜์˜์ด ์—†์Šต๋‹ˆ๋‹ค', + 'reflections.title': '๋ฐ˜์˜', + 'reflections.proposedAction': '์ œ์•ˆ๋œ ์ž‘์—…', + 'reflections.act': '์‹คํ–‰', + 'reflections.dismiss': '๋‹ซ๊ธฐ', + 'whatsapp.chatsSynced': '์ฑ„ํŒ… ๋™๊ธฐํ™”๋จ', + 'whatsapp.chatSynced': '์ฑ„ํŒ… ๋™๊ธฐํ™”๋จ', + 'sync.active': 'ํ™œ์„ฑ', + 'sync.recent': '์ตœ๊ทผ', + 'sync.idle': '์œ ํœด', + 'sync.memorySources': '๋ฉ”๋ชจ๋ฆฌ ์†Œ์Šค', + 'sync.noConnectedSources': '์—ฐ๊ฒฐ๋œ ์†Œ์Šค ์—†์Œ', + 'sync.chunks': '์ฒญํฌ', + 'sync.lastChunk': '๋งˆ์ง€๋ง‰ ์ฒญํฌ:', + 'sync.pending': '๋Œ€๊ธฐ ์ค‘', + 'sync.processed': '์ฒ˜๋ฆฌ๋จ', + 'sync.syncing': '๋™๊ธฐํ™” ์ค‘โ€ฆ', + 'sync.sync': '๋™๊ธฐํ™”', + 'sync.failedToLoad': '๋™๊ธฐํ™” ์ƒํƒœ๋ฅผ ๋ถˆ๋Ÿฌ์˜ค์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค', + 'sync.noContent': '์•„์ง ๋ฉ”๋ชจ๋ฆฌ์— ๋™๊ธฐํ™”๋œ ์ฝ˜ํ…์ธ ๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค. ์‹œ์ž‘ํ•˜๋ ค๋ฉด ํ†ตํ•ฉ์„ ์—ฐ๊ฒฐํ•˜์„ธ์š”.', + 'backend.aiBackend': 'AI ๋ฐฑ์—”๋“œ', + 'backend.cloud': 'ํด๋ผ์šฐ๋“œ', + 'backend.recommended': '์ถ”์ฒœ', + 'backend.cloudDescription': + '์„œ๋ฒ„์—์„œ ํ˜ธ์ŠคํŒ…๋˜๋Š” ๋น ๋ฅด๊ณ  ๊ฐ•๋ ฅํ•œ ๋ชจ๋ธ์ž…๋‹ˆ๋‹ค. ์ฆ‰์‹œ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.', + 'backend.privacyNote': '๊ฐœ์ธ ๋ฐ์ดํ„ฐ, ๋ฉ”์‹œ์ง€ ๋˜๋Š” ํ‚ค๋Š” ์„œ๋ฒ„๋กœ ์ „์†ก๋˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค.', + 'backend.local': '๋กœ์ปฌ', + 'backend.advanced': '๊ณ ๊ธ‰', + 'backend.localDescription': + 'Ollama๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ ์ž์‹ ์˜ ์ปดํ“จํ„ฐ์—์„œ ๋ชจ๋ธ์„ ์‹คํ–‰ํ•ฉ๋‹ˆ๋‹ค. ์™„์ „ํ•œ ๊ฐœ์ธ์ •๋ณด ๋ณดํ˜ธ๋ฅผ ์ œ๊ณตํ•˜์ง€๋งŒ ์„ค์ •์ด ํ•„์š”ํ•ฉ๋‹ˆ๋‹ค.', + 'backend.ramRecommended': '16GB ์ด์ƒ RAM ๊ถŒ์žฅ', + 'subconscious.tasks': '์ž‘์—…', + 'subconscious.ticks': 'ํ‹ฑ', + 'subconscious.last': '๋งˆ์ง€๋ง‰', + 'subconscious.failed': '์‹คํŒจ', + 'subconscious.tickInterval': 'ํ‹ฑ ๊ฐ„๊ฒฉ', + 'subconscious.runNow': '์ง€๊ธˆ ์‹คํ–‰', + 'subconscious.approvalNeeded': '์Šน์ธ ํ•„์š”', + 'subconscious.requiresApproval': '์Šน์ธ์ด ํ•„์š”ํ•จ', + 'subconscious.fixInConnections': '์—ฐ๊ฒฐ์—์„œ ์ˆ˜์ •', + 'subconscious.goAhead': '์ง„ํ–‰', + 'subconscious.activeTasks': 'ํ™œ์„ฑ ์ž‘์—…', + 'subconscious.noActiveTasks': 'ํ™œ์„ฑ ์ž‘์—… ์—†์Œ', + 'subconscious.default': '๊ธฐ๋ณธ๊ฐ’', + 'subconscious.addTaskPlaceholder': '์ƒˆ ์ž‘์—… ์ถ”๊ฐ€...', + 'subconscious.activityLog': 'ํ™œ๋™ ๋กœ๊ทธ', + 'subconscious.noActivity': '์•„์ง ํ™œ๋™์ด ์—†์Šต๋‹ˆ๋‹ค', + 'subconscious.decision.nothingNew': '์ƒˆ๋กœ์šด ๋‚ด์šฉ ์—†์Œ', + 'subconscious.decision.completed': '์™„๋ฃŒ๋จ', + 'subconscious.decision.evaluating': 'ํ‰๊ฐ€ ์ค‘', + 'subconscious.decision.waitingApproval': '์Šน์ธ ๋Œ€๊ธฐ ์ค‘', + 'subconscious.decision.failed': '์‹คํŒจ', + 'subconscious.decision.cancelled': '์ทจ์†Œ๋จ', + 'subconscious.decision.skipped': '๊ฑด๋„ˆ๋œ€', + 'actionable.complete': '์™„๋ฃŒ', + 'actionable.dismiss': '๋‹ซ๊ธฐ', + 'actionable.snooze': '๋‹ค์‹œ ์•Œ๋ฆผ', + 'actionable.new': '์ƒˆ ํ•ญ๋ชฉ', + 'stats.storage': '์ €์žฅ์†Œ', + 'stats.files': 'ํŒŒ์ผ', + 'stats.documents': '๋ฌธ์„œ', + 'stats.today': '์˜ค๋Š˜', + 'stats.namespaces': '๋„ค์ž„์ŠคํŽ˜์ด์Šค', + 'stats.relations': '๊ด€๊ณ„', + 'stats.firstMemory': '์ฒซ ๋ฒˆ์งธ ๋ฉ”๋ชจ๋ฆฌ', + 'stats.latest': '์ตœ์‹ ', + 'stats.sessions': '์„ธ์…˜', + 'stats.tokens': 'ํ† ํฐ', + 'bootCheck.invalidUrl': '๋Ÿฐํƒ€์ž„ URL์„ ์ž…๋ ฅํ•ด ์ฃผ์„ธ์š”.', + 'bootCheck.urlMustStartWith': 'URL์€ http:// ๋˜๋Š” https://๋กœ ์‹œ์ž‘ํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค', + 'bootCheck.validUrlRequired': '์œ ํšจํ•œ URL์ฒ˜๋Ÿผ ๋ณด์ด์ง€ ์•Š์Šต๋‹ˆ๋‹ค(์˜ˆ: https://core.example.com/rpc)', + 'bootCheck.tokenRequired': '์—ฐ๊ฒฐํ•˜๋ ค๋ฉด ์ธ์ฆ ํ† ํฐ์ด ํ•„์š”ํ•ฉ๋‹ˆ๋‹ค.', + 'bootCheck.chooseCoreMode': '๋Ÿฐํƒ€์ž„ ์„ ํƒ', + 'bootCheck.connectToCore': '๋Ÿฐํƒ€์ž„์— ์—ฐ๊ฒฐ', + 'bootCheck.desktopDescription': + 'OpenHuman์€ ์ƒ๊ฐํ•˜๊ธฐ ์œ„ํ•œ ๋Ÿฐํƒ€์ž„์ด ํ•„์š”ํ•ฉ๋‹ˆ๋‹ค. ์–ด๋””์—์„œ ์‹คํ–‰ํ• ์ง€ ์„ ํƒํ•˜์„ธ์š”.', + 'bootCheck.webDescription': + '์›น์—์„œ OpenHuman์€ ์‚ฌ์šฉ์ž๊ฐ€ ์ œ์–ดํ•˜๋Š” ๋Ÿฐํƒ€์ž„์— ์—ฐ๊ฒฐ๋ฉ๋‹ˆ๋‹ค. ์•„๋ž˜์— URL๊ณผ ์ธ์ฆ ํ† ํฐ์„ ์ž…๋ ฅํ•˜๊ฑฐ๋‚˜, ๋ฐ์Šคํฌํ†ฑ ์•ฑ์„ ๋ฐ›์•„ ์ด ์ปดํ“จํ„ฐ์—์„œ ๋ฐ”๋กœ ์‹คํ–‰ํ•˜์„ธ์š”.', + 'bootCheck.preferDesktop': '๋ชจ๋“  ๊ฒƒ์„ ์ž์‹ ์˜ ๊ธฐ๊ธฐ์— ๋ณด๊ด€ํ•˜๊ณ  ์‹ถ์œผ์‹ ๊ฐ€์š”?', + 'bootCheck.downloadDesktop': '๋ฐ์Šคํฌํ†ฑ ์•ฑ ๋ฐ›๊ธฐ', + 'bootCheck.localRecommended': '๋กœ์ปฌ์—์„œ ์‹คํ–‰(์ถ”์ฒœ)', + 'bootCheck.localDescription': + '์ด ์ปดํ“จํ„ฐ์—์„œ ๋ฐ”๋กœ ์‹คํ–‰๋ฉ๋‹ˆ๋‹ค. ๊ฐ€์žฅ ๋น ๋ฅด๊ณ , ์™„์ „ํžˆ ๋น„๊ณต๊ฐœ์ด๋ฉฐ, ์„ค์ •ํ•  ๊ฒƒ์ด ์—†์Šต๋‹ˆ๋‹ค.', + 'bootCheck.cloudMode': 'ํด๋ผ์šฐ๋“œ์—์„œ ์‹คํ–‰(๋ณต์žก)', + 'bootCheck.cloudDescription': + '๋‹ค๋ฅธ ๊ณณ์—์„œ ํ˜ธ์ŠคํŒ… ์ค‘์ธ ๋Ÿฐํƒ€์ž„์— ์—ฐ๊ฒฐํ•ฉ๋‹ˆ๋‹ค. 24ร—7 ์˜จ๋ผ์ธ ์ƒํƒœ๋ฅผ ์œ ์ง€ํ•˜๋ฏ€๋กœ ์ด ๊ธฐ๊ธฐ๋ฅผ ๊ณ„์† ์ผœ๋‘˜ ํ•„์š”๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค.', + 'bootCheck.coreRpcUrl': '๋Ÿฐํƒ€์ž„ URL', + 'bootCheck.rpcUrlPlaceholder': 'https://core.example.com/rpc', + 'bootCheck.authToken': '์ธ์ฆ ํ† ํฐ', + 'bootCheck.bearerTokenPlaceholder': '์›๊ฒฉ ๋Ÿฐํƒ€์ž„์˜ bearer ํ† ํฐ', + 'bootCheck.storedLocally': '์ด ๊ธฐ๊ธฐ์—๋งŒ ๋ณด๊ด€๋ฉ๋‹ˆ๋‹ค. ๋‹ค์Œ์œผ๋กœ ์ „์†ก๋จ: ', + 'bootCheck.testing': 'ํ…Œ์ŠคํŠธ ์ค‘โ€ฆ', + 'bootCheck.testConnection': '์—ฐ๊ฒฐ ํ…Œ์ŠคํŠธ', + 'bootCheck.connectedOk': '์—ฐ๊ฒฐ๋˜์—ˆ์Šต๋‹ˆ๋‹ค. ์‚ฌ์šฉํ•  ์ค€๋น„๊ฐ€ ๋˜์—ˆ์Šต๋‹ˆ๋‹ค.', + 'bootCheck.authFailed': 'ํ•ด๋‹น ํ† ํฐ์ด ์ž‘๋™ํ•˜์ง€ ์•Š์•˜์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ํ™•์ธํ•˜๊ณ  ์‹œ๋„ํ•˜์„ธ์š”.', + 'bootCheck.unreachablePrefix': '์—ฐ๊ฒฐํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค:', + 'bootCheck.checkingCore': '๋Ÿฐํƒ€์ž„์„ ๊นจ์šฐ๋Š” ์ค‘โ€ฆ', + 'bootCheck.cannotReach': '๋Ÿฐํƒ€์ž„์— ์—ฐ๊ฒฐํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค', + 'bootCheck.cannotReachDesc': '๋Ÿฐํƒ€์ž„์— ์—ฐ๊ฒฐํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค. ๋‹ค๋ฅธ ๋Ÿฐํƒ€์ž„์„ ์‹œ๋„ํ•˜์‹œ๊ฒ ์Šต๋‹ˆ๊นŒ?', + 'bootCheck.switchMode': '๋‹ค๋ฅธ ๋Ÿฐํƒ€์ž„ ์„ ํƒ', + 'bootCheck.quit': '์ข…๋ฃŒ', + 'bootCheck.legacyDetected': '๋ ˆ๊ฑฐ์‹œ ๋ฐฑ๊ทธ๋ผ์šด๋“œ ๋Ÿฐํƒ€์ž„ ๊ฐ์ง€๋จ', + 'bootCheck.legacyDescription': + '๋ณ„๋„๋กœ ์„ค์น˜๋œ OpenHuman ๋ฐ๋ชฌ์ด ์ด ๊ธฐ๊ธฐ์—์„œ ์ด๋ฏธ ์‹คํ–‰ ์ค‘์ž…๋‹ˆ๋‹ค. ๋‚ด์žฅ ๋Ÿฐํƒ€์ž„์ด ๋Œ€์‹  ์‹คํ–‰๋˜๊ธฐ ์ „์— ์ด๋ฅผ ์ •๋ฆฌํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค.', + 'bootCheck.removing': '์ œ๊ฑฐ ์ค‘โ€ฆ', + 'bootCheck.removeContinue': '์ œ๊ฑฐํ•˜๊ณ  ๊ณ„์†', + 'bootCheck.localNeedsRestart': '๋กœ์ปฌ ๋Ÿฐํƒ€์ž„์„ ๋‹ค์‹œ ์‹œ์ž‘ํ•ด์•ผ ํ•จ', + 'bootCheck.localNeedsRestartDesc': + '๋กœ์ปฌ ๋Ÿฐํƒ€์ž„์˜ ๋ฒ„์ „์ด ์ด ์•ฑ๊ณผ ๋‹ค๋ฆ…๋‹ˆ๋‹ค. ๋น ๋ฅด๊ฒŒ ๋‹ค์‹œ ์‹œ์ž‘ํ•˜๋ฉด ๋‹ค์‹œ ๋™๊ธฐํ™”๋ฉ๋‹ˆ๋‹ค.', + 'bootCheck.restarting': '๋‹ค์‹œ ์‹œ์ž‘ ์ค‘โ€ฆ', + 'bootCheck.restartCore': '๋Ÿฐํƒ€์ž„ ๋‹ค์‹œ ์‹œ์ž‘', + 'bootCheck.cloudNeedsUpdate': 'ํด๋ผ์šฐ๋“œ ๋Ÿฐํƒ€์ž„ ์—…๋ฐ์ดํŠธ ํ•„์š”', + 'bootCheck.cloudNeedsUpdateDesc': + 'ํด๋ผ์šฐ๋“œ ๋Ÿฐํƒ€์ž„์˜ ๋ฒ„์ „์ด ์ด ์•ฑ๊ณผ ๋‹ค๋ฆ…๋‹ˆ๋‹ค. ์—…๋ฐ์ดํŠธ ํ”„๋กœ๊ทธ๋žจ์„ ์‹คํ–‰ํ•˜์—ฌ ๋‹ค์‹œ ๋™๊ธฐํ™”ํ•˜์„ธ์š”.', + 'bootCheck.updating': '์—…๋ฐ์ดํŠธ ์ค‘โ€ฆ', + 'bootCheck.updateCloudCore': 'ํด๋ผ์šฐ๋“œ ๋Ÿฐํƒ€์ž„ ์—…๋ฐ์ดํŠธ', + 'bootCheck.versionCheckFailed': '๋Ÿฐํƒ€์ž„ ๋ฒ„์ „ ํ™•์ธ ์‹คํŒจ', + 'bootCheck.versionCheckFailedDesc': + '๋Ÿฐํƒ€์ž„์ด ์‹คํ–‰ ์ค‘์ด์ง€๋งŒ ๋ฒ„์ „์„ ๋ณด๊ณ ํ•˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค. ์˜ค๋ž˜๋œ ๋ฒ„์ „์ผ ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. ๊ณ„์†ํ•˜๋ ค๋ฉด ๋‹ค์‹œ ์‹œ์ž‘ํ•˜๊ฑฐ๋‚˜ ์—…๋ฐ์ดํŠธํ•˜์„ธ์š”.', + 'bootCheck.working': '์ž‘์—… ์ค‘โ€ฆ', + 'bootCheck.restartUpdateCore': '๋Ÿฐํƒ€์ž„ ๋‹ค์‹œ ์‹œ์ž‘ / ์—…๋ฐ์ดํŠธ', + 'bootCheck.unexpectedError': '์˜ˆ์ƒ์น˜ ๋ชปํ•œ ๋ถ€ํŠธ ์ฒดํฌ ์˜ค๋ฅ˜', + 'bootCheck.actionFailed': '๋ฌธ์ œ๊ฐ€ ๋ฐœ์ƒํ–ˆ์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•ด ์ฃผ์„ธ์š”.', + 'notifications.justNow': '๋ฐฉ๊ธˆ ์ „', + 'notifications.minAgo': '{n}๋ถ„ ์ „', + 'notifications.hrAgo': '{n}์‹œ๊ฐ„ ์ „', + 'notifications.dayAgo': '{n}์ผ ์ „', + 'notifications.category.messages': '๋ฉ”์‹œ์ง€', + 'notifications.category.agents': '์—์ด์ „ํŠธ', + 'notifications.category.skills': '์Šคํ‚ฌ', + 'notifications.category.system': '์‹œ์Šคํ…œ', + 'notifications.category.meetings': 'ํšŒ์˜', + 'notifications.category.reminders': '๋ฆฌ๋งˆ์ธ๋”', + 'notifications.category.important': '์ค‘์š”', + 'about.update.status.checking': 'ํ™•์ธ ์ค‘...', + 'about.update.status.available': 'v{version} ์‚ฌ์šฉ ๊ฐ€๋Šฅ', + 'about.update.status.availableNoVersion': '์—…๋ฐ์ดํŠธ ์‚ฌ์šฉ ๊ฐ€๋Šฅ', + 'about.update.status.downloading': '๋‹ค์šด๋กœ๋“œ ์ค‘...', + 'about.update.status.readyToInstall': 'v{version} ์„ค์น˜ ์ค€๋น„ ์™„๋ฃŒ', + 'about.update.status.readyToInstallNoVersion': + '์ƒˆ ๋ฒ„์ „์ด ๋‹ค์šด๋กœ๋“œ๋˜์–ด ์ค€๋น„๋˜์—ˆ์Šต๋‹ˆ๋‹ค. ์ ์šฉํ•˜๋ ค๋ฉด ๋‹ค์‹œ ์‹œ์ž‘ํ•˜์„ธ์š”.', + 'about.update.status.installing': '์„ค์น˜ ์ค‘...', + 'about.update.status.restarting': '๋‹ค์‹œ ์‹œ์ž‘ ์ค‘...', + 'about.update.status.upToDate': '์ตœ์‹  ๋ฒ„์ „์„ ์‹คํ–‰ ์ค‘์ž…๋‹ˆ๋‹ค.', + 'about.update.status.error': '์—…๋ฐ์ดํŠธ ํ™•์ธ ์‹คํŒจ', + 'about.update.status.default': '์—…๋ฐ์ดํŠธ ํ™•์ธ', + 'welcome.connectionFailed': '์—ฐ๊ฒฐ ์‹คํŒจ: {status} {statusText}', + 'welcome.connectionFailedMsg': '์—ฐ๊ฒฐ ์‹คํŒจ: {message}', + 'chat.agentChatDesc': '์—์ด์ „ํŠธ์™€ ์ง์ ‘ ์ฑ„ํŒ… ์„ธ์…˜์„ ์—ฝ๋‹ˆ๋‹ค.', + 'channels.activeRouteValue': '{channel} via {authMode}', + 'privacy.dataKind.messages': '๋ฉ”์‹œ์ง€', + 'privacy.dataKind.agents': '์—์ด์ „ํŠธ', + 'privacy.dataKind.skills': '์Šคํ‚ฌ', + 'privacy.dataKind.system': '์‹œ์Šคํ…œ', + 'privacy.dataKind.meetings': 'ํšŒ์˜', + 'privacy.dataKind.reminders': '๋ฆฌ๋งˆ์ธ๋”', + 'privacy.dataKind.important': '์ค‘์š”', + 'onboarding.enableLocalAI': '๋กœ์ปฌ AI ํ™œ์„ฑํ™”', + 'onboarding.skills.status.available': '์‚ฌ์šฉ ๊ฐ€๋Šฅ', + 'onboarding.skills.status.connected': '์—ฐ๊ฒฐ๋จ', + 'onboarding.skills.status.connecting': '์—ฐ๊ฒฐ ์ค‘', + 'onboarding.skills.status.error': '์˜ค๋ฅ˜', + 'onboarding.skills.status.unavailable': '์‚ฌ์šฉํ•  ์ˆ˜ ์—†์Œ', + 'composio.statusUnavailable': '์ƒํƒœ๋ฅผ ์‚ฌ์šฉํ•  ์ˆ˜ ์—†์Œ', + 'composio.envVarOverrides': '์„ค์ •๋˜์–ด ์žˆ์œผ๋ฉฐ, ์ด ์„ค์ •์„ ์žฌ์ •์˜ํ•ฉ๋‹ˆ๋‹ค.', + 'memory.day.sun': '์ผ', + 'memory.day.mon': '์›”', + 'memory.day.tue': 'ํ™”', + 'memory.day.wed': '์ˆ˜', + 'memory.day.thu': '๋ชฉ', + 'memory.day.fri': '๊ธˆ', + 'memory.day.sat': 'ํ† ', + 'memory.ingesting': '์ˆ˜์ง‘ ์ค‘', + 'memory.ingestionQueued': '๋Œ€๊ธฐ์—ด์— ์ถ”๊ฐ€๋จ', + 'memory.ingestingTitle': '{title} ์ˆ˜์ง‘ ์ค‘', + 'mic.noAudioCaptured': '์บก์ฒ˜๋œ ์˜ค๋””์˜ค๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค', + 'mic.noSpeechDetected': '์Œ์„ฑ์ด ๊ฐ์ง€๋˜์ง€ ์•Š์•˜์Šต๋‹ˆ๋‹ค', + 'mic.failedToStopRecording': '๋…น์Œ์„ ์ค‘์ง€ํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค: {message}', + 'mic.transcriptionFailed': '์ „์‚ฌ์— ์‹คํŒจํ–ˆ์Šต๋‹ˆ๋‹ค: {message}', + 'reflections.kind.retrospective': 'ํšŒ๊ณ ', + 'reflections.kind.derivedFact': 'ํŒŒ์ƒ๋œ ์‚ฌ์‹ค', + 'reflections.kind.moodInsight': '๊ธฐ๋ถ„ ์ธ์‚ฌ์ดํŠธ', + 'reflections.kind.relationshipInsight': '๊ด€๊ณ„ ์ธ์‚ฌ์ดํŠธ', + 'graph.tooltip.summary': '์š”์•ฝ', + 'graph.tooltip.contact': '์—ฐ๋ฝ์ฒ˜', + 'localModel.usage.never': '์‚ฌ์šฉ ์•ˆ ํ•จ', + 'localModel.usage.mediumLoad': '์ค‘๊ฐ„ ๋ถ€ํ•˜', + 'localModel.usage.lowLoad': '๋‚ฎ์€ ๋ถ€ํ•˜', + 'localModel.usage.idleMode': '์œ ํœด ๋ชจ๋“œ', + 'localModel.rebootstrapComplete': '๋ชจ๋ธ ์žฌ๋ถ€ํŠธ์ŠคํŠธ๋žฉ ์™„๋ฃŒ.', + 'localModel.modelsVerified': '๋กœ์ปฌ ๋ชจ๋ธ ํ™•์ธ ์™„๋ฃŒ.', + 'accounts.addModal.allConnected': '๋ชจ๋‘ ์—ฐ๊ฒฐ๋จ', + 'accounts.addModal.title': '๊ณ„์ • ์ถ”๊ฐ€', + 'accounts.respondQueue.empty': '๋น„์–ด ์žˆ์Œ', + 'accounts.respondQueue.hide': '์‘๋‹ต ๋Œ€๊ธฐ์—ด ์ˆจ๊ธฐ๊ธฐ', + 'accounts.respondQueue.loadFailed': '์‘๋‹ต ๋Œ€๊ธฐ์—ด์„ ๋ถˆ๋Ÿฌ์˜ค์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค', + 'accounts.respondQueue.loading': '๋Œ€๊ธฐ์—ด ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘โ€ฆ', + 'accounts.respondQueue.pending': '๋Œ€๊ธฐ ์ค‘', + 'accounts.respondQueue.show': '์‘๋‹ต ๋Œ€๊ธฐ์—ด ํ‘œ์‹œ', + 'accounts.respondQueue.title': '์‘๋‹ต ๋Œ€๊ธฐ์—ด', + 'accounts.webviewHost.almostReady': '๊ฑฐ์˜ ์ค€๋น„๋จ...', + 'accounts.webviewHost.loadTimeout': 'Webview ๋กœ๋“œ ์‹œ๊ฐ„ ์ดˆ๊ณผ', + 'accounts.webviewHost.loading': '{providerName} ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘...', + 'accounts.webviewHost.loadingAccount': '๊ณ„์ • ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘', + 'accounts.webviewHost.restoringSession': '์„ธ์…˜ ๋ณต์› ์ค‘...', + 'accounts.webviewHost.retryLoading': '๋‹ค์‹œ ๋ถˆ๋Ÿฌ์˜ค๊ธฐ', + 'accounts.webviewHost.takingLonger': '{providerName}์ด ์˜ˆ์ƒ๋ณด๋‹ค ์˜ค๋ž˜ ๊ฑธ๋ฆฌ๊ณ  ์žˆ์Šต๋‹ˆ๋‹ค.', + 'accounts.webviewHost.timeoutHint': '์‹œ๊ฐ„ ์ดˆ๊ณผ ํžŒํŠธ', + 'app.connectionBadge.composio': 'Composio', + 'app.connectionBadge.messaging': '๋ฉ”์‹œ์ง•', + 'app.connectionIndicator.connected': 'OpenHuman AI์— ์—ฐ๊ฒฐ๋จ ๐Ÿš€', + 'app.connectionIndicator.connecting': '์—ฐ๊ฒฐ ์ค‘', + 'app.connectionIndicator.coreOffline': '์ฝ”์–ด ์˜คํ”„๋ผ์ธ', + 'app.connectionIndicator.disconnected': '์—ฐ๊ฒฐ ํ•ด์ œ๋จ', + 'app.connectionIndicator.offline': '์˜คํ”„๋ผ์ธ', + 'app.connectionIndicator.reconnecting': '๋‹ค์‹œ ์—ฐ๊ฒฐ ์ค‘โ€ฆ', + 'app.errorFallback.componentStack': '์ปดํฌ๋„ŒํŠธ ์Šคํƒ', + 'app.errorFallback.downloadLatest': '์ตœ์‹  ๋ฒ„์ „ ๋‹ค์šด๋กœ๋“œ', + 'app.errorFallback.heading': '์ œ๋ชฉ', + 'app.errorFallback.hint': 'ํžŒํŠธ', + 'app.errorFallback.reloadApp': '์•ฑ ๋‹ค์‹œ ๋ถˆ๋Ÿฌ์˜ค๊ธฐ', + 'app.errorFallback.subheading': '๋ถ€์ œ๋ชฉ', + 'app.errorFallback.tryRecover': '๋ณต๊ตฌ ์‹œ๋„', + 'app.localAiDownload.installing': '์„ค์น˜ ์ค‘...', + 'app.localAiDownload.preparing': '์ค€๋น„ ์ค‘...', + 'app.openhumanLink.accounts.continueWith': '{label} ๋กœ๊ทธ์ธ์œผ๋กœ ๊ณ„์†', + 'app.openhumanLink.accounts.done': '์™„๋ฃŒ', + 'app.openhumanLink.accounts.intro': '์†Œ๊ฐœ', + 'app.openhumanLink.accounts.webviewNote': 'Webview ์•ˆ๋‚ด', + 'app.openhumanLink.billing.openDashboard': '๋Œ€์‹œ๋ณด๋“œ ์—ด๊ธฐ', + 'app.openhumanLink.billing.stayOnTrial': '์ฒดํ—˜ํŒ ์œ ์ง€', + 'app.openhumanLink.billing.trialCredit': '์ฒดํ—˜ ํฌ๋ ˆ๋”ง', + 'app.openhumanLink.billing.trialDesc': '์ฒดํ—˜ ์„ค๋ช…', + 'app.openhumanLink.defaultBody': + '์•„์ง ํŒ์—…์—์„œ ์ค€๋น„๋˜์ง€ ์•Š์•˜์Šต๋‹ˆ๋‹ค. ํ•„์š”ํ•˜๋ฉด ์ „์ฒด ์„ค์ • ํŽ˜์ด์ง€๋ฅผ ์—ฌ์„ธ์š”.', + 'app.openhumanLink.discord.intro': '์†Œ๊ฐœ', + 'app.openhumanLink.discord.openInvite': '์ดˆ๋Œ€ ์—ด๊ธฐ', + 'app.openhumanLink.discord.perk1': 'ํ˜œํƒ1', + 'app.openhumanLink.discord.perk2': 'ํ˜œํƒ2', + 'app.openhumanLink.discord.perk3': 'ํ˜œํƒ3', + 'app.openhumanLink.discord.perk4': 'ํ˜œํƒ4', + 'app.openhumanLink.done': '์™„๋ฃŒ', + 'app.openhumanLink.loadingChannelSetup': '์ฑ„๋„ ์„ค์ • ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘', + 'app.openhumanLink.maybeLater': '๋‚˜์ค‘์—', + 'app.openhumanLink.notifications.asking': 'OS์— ์š”์ฒญ ์ค‘โ€ฆ', + 'app.openhumanLink.notifications.blocked': '์ฐจ๋‹จ๋จ', + 'app.openhumanLink.notifications.blockedStep1': '์ฐจ๋‹จ ๋‹จ๊ณ„1', + 'app.openhumanLink.notifications.blockedStep2': '์ฐจ๋‹จ ๋‹จ๊ณ„2', + 'app.openhumanLink.notifications.blockedStep3': '์ฐจ๋‹จ ๋‹จ๊ณ„3', + 'app.openhumanLink.notifications.intro': '์†Œ๊ฐœ', + 'app.openhumanLink.notifications.promptHint': 'ํ”„๋กฌํ”„ํŠธ ํžŒํŠธ', + 'app.openhumanLink.notifications.retry': 'ํ…Œ์ŠคํŠธ ์•Œ๋ฆผ ๋‹ค์‹œ ์‹œ๋„', + 'app.openhumanLink.notifications.send': 'ํ…Œ์ŠคํŠธ ์•Œ๋ฆผ ๋ณด๋‚ด๊ธฐ', + 'app.openhumanLink.notifications.sendFailed': '๋ณด๋‚ผ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค: {error}', + 'app.openhumanLink.notifications.sent': + 'ํ…Œ์ŠคํŠธ ์•Œ๋ฆผ์ด ์ „์†ก๋˜์—ˆ์Šต๋‹ˆ๋‹ค. ๋ฐ›์ง€ ๋ชปํ–ˆ๋‹ค๋ฉด ์‹œ์Šคํ…œ ์„ค์ • โ†’ ์•Œ๋ฆผ โ†’ OpenHuman์œผ๋กœ ์ด๋™ํ•ด ์•Œ๋ฆผ ํ—ˆ์šฉ์„ ์ผœ๊ณ  ๋ฐฐ๋„ˆ ์Šคํƒ€์ผ์„ ์ง€์†์œผ๋กœ ์„ค์ •ํ•˜์„ธ์š”.', + 'app.openhumanLink.skipForNow': '์ง€๊ธˆ์€ ๊ฑด๋„ˆ๋›ฐ๊ธฐ', + 'app.openhumanLink.telegramUnavailable': 'Telegram์„ ์‚ฌ์šฉํ•  ์ˆ˜ ์—†์Œ', + 'app.openhumanLink.title.accounts': '์•ฑ ์—ฐ๊ฒฐ', + 'app.openhumanLink.title.billing': '๊ฒฐ์ œ ๋ฐ ํฌ๋ ˆ๋”ง', + 'app.openhumanLink.title.discord': '์ปค๋ฎค๋‹ˆํ‹ฐ ์ฐธ์—ฌ', + 'app.openhumanLink.title.messaging': '์ฑ„ํŒ… ์ฑ„๋„ ์—ฐ๊ฒฐ', + 'app.openhumanLink.title.notifications': '์•Œ๋ฆผ ํ—ˆ์šฉ', + 'app.persistRehydration.body': '๋ณธ๋ฌธ', + 'app.persistRehydration.heading': '์ œ๋ชฉ', + 'app.persistRehydration.resetCta': '์ดˆ๊ธฐํ™” ์ค‘โ€ฆ', + 'app.persistRehydration.resetting': '์ดˆ๊ธฐํ™” ์ค‘โ€ฆ', + 'app.routeLoading.initializing': 'OpenHuman ์ดˆ๊ธฐํ™” ์ค‘...', + 'app.update.currentlyOn': '{version}', + 'app.update.errorFallback': '์—…๋ฐ์ดํŠธ ์ค‘ ๋ฌธ์ œ๊ฐ€ ๋ฐœ์ƒํ–ˆ์Šต๋‹ˆ๋‹ค.', + 'app.update.header.default': '์—…๋ฐ์ดํŠธ', + 'app.update.header.error': '์—…๋ฐ์ดํŠธ ์‹คํŒจ', + 'app.update.header.installing': '์—…๋ฐ์ดํŠธ ์„ค์น˜ ์ค‘', + 'app.update.header.readyToInstall': '์—…๋ฐ์ดํŠธ ์„ค์น˜ ์ค€๋น„ ์™„๋ฃŒ', + 'app.update.header.restarting': '๋‹ค์‹œ ์‹œ์ž‘ ์ค‘โ€ฆ', + 'app.update.later': '๋‚˜์ค‘์—', + 'app.update.newVersionReady': '์ƒˆ ๋ฒ„์ „์„ ์„ค์น˜ํ•  ์ค€๋น„๊ฐ€ ๋˜์—ˆ์Šต๋‹ˆ๋‹ค.', + 'app.update.progress.downloaded': '{amount} ๋‹ค์šด๋กœ๋“œ๋จ', + 'app.update.progress.installing': '์ƒˆ ๋ฒ„์ „ ์„ค์น˜ ์ค‘โ€ฆ', + 'app.update.progress.restarting': '์•ฑ ๋‹ค์‹œ ์‹คํ–‰ ์ค‘โ€ฆ', + 'app.update.progress.working': '{percent}%', + 'app.update.restartNote': '๋‹ค์‹œ ์‹œ์ž‘ ์•ˆ๋‚ด', + 'app.update.restartNow': '์ง€๊ธˆ ๋‹ค์‹œ ์‹œ์ž‘', + 'app.update.versionReady': '๋ฒ„์ „ {newVersion} ์„ค์น˜ ์ค€๋น„ ์™„๋ฃŒ.', + 'channels.discord.accountLinked': '๊ณ„์ • ์—ฐ๊ฒฐ๋จ', + 'channels.discord.connect': '์—ฐ๊ฒฐ', + 'channels.discord.linkTokenExpired': '๋งํฌ ํ† ํฐ์ด ๋งŒ๋ฃŒ๋˜์—ˆ์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•˜์„ธ์š”.', + 'channels.discord.linkTokenInstruction': '{token}', + 'channels.discord.linkTokenLabel': '๋งํฌ ํ† ํฐ ๋ผ๋ฒจ', + 'channels.discord.linkTokenOnce': '๋งํฌ ํ† ํฐ 1ํšŒ ์‚ฌ์šฉ', + 'channels.discord.picker.allPermissionsOk': + '๋ด‡์ด ์ด ์ฑ„๋„์—์„œ ํ•„์š”ํ•œ ๋ชจ๋“  ๊ถŒํ•œ์„ ๊ฐ€์ง€๊ณ  ์žˆ์Šต๋‹ˆ๋‹ค.', + 'channels.discord.picker.botNotInServers': '๋ด‡์ด ์„œ๋ฒ„์— ์—†์Šต๋‹ˆ๋‹ค', + 'channels.discord.picker.category': '์นดํ…Œ๊ณ ๋ฆฌ', + 'channels.discord.picker.channel': '์ฑ„๋„', + 'channels.discord.picker.checkingPermissions': '๊ถŒํ•œ ํ™•์ธ ์ค‘', + 'channels.discord.picker.loadingChannels': '์ฑ„๋„ ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘...', + 'channels.discord.picker.loadingServers': '์„œ๋ฒ„ ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘...', + 'channels.discord.picker.missingPermissions': '๊ถŒํ•œ ๋ˆ„๋ฝ', + 'channels.discord.picker.noChannels': 'ํ…์ŠคํŠธ ์ฑ„๋„์„ ์ฐพ์„ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค', + 'channels.discord.picker.noServers': '์„œ๋ฒ„๋ฅผ ์ฐพ์„ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค', + 'channels.discord.picker.selectChannel': '์ฑ„๋„ ์„ ํƒ', + 'channels.discord.picker.selectServer': '์„œ๋ฒ„ ์„ ํƒ', + 'channels.discord.picker.server': '์„œ๋ฒ„', + 'channels.discord.picker.serverChannelSelection': '์„œ๋ฒ„ ๋ฐ ์ฑ„๋„ ์„ ํƒ', + 'channels.discord.savedRestartRequired': + '์ฑ„๋„์ด ์ €์žฅ๋˜์—ˆ์Šต๋‹ˆ๋‹ค. ํ™œ์„ฑํ™”ํ•˜๋ ค๋ฉด ์•ฑ์„ ๋‹ค์‹œ ์‹œ์ž‘ํ•˜์„ธ์š”.', + 'channels.telegram.connect': '์—ฐ๊ฒฐ', + 'channels.telegram.managedDmConnecting': '๊ด€๋ฆฌํ˜• DM ์—ฐ๊ฒฐ ์ค‘', + 'channels.telegram.managedDmTimeout': '๊ด€๋ฆฌํ˜• DM ์‹œ๊ฐ„์ด ์ดˆ๊ณผ๋จ', + 'channels.telegram.reconnect': '๋‹ค์‹œ ์—ฐ๊ฒฐ', + 'channels.telegram.savedRestartRequired': + '์ฑ„๋„์ด ์ €์žฅ๋˜์—ˆ์Šต๋‹ˆ๋‹ค. ํ™œ์„ฑํ™”ํ•˜๋ ค๋ฉด ์•ฑ์„ ๋‹ค์‹œ ์‹œ์ž‘ํ•˜์„ธ์š”.', + 'channels.web.alwaysAvailable': 'ํ•ญ์ƒ ์‚ฌ์šฉ ๊ฐ€๋Šฅ', +}; +export default ko3; diff --git a/app/src/lib/i18n/chunks/ko-4.ts b/app/src/lib/i18n/chunks/ko-4.ts new file mode 100644 index 000000000..f43fe1bef --- /dev/null +++ b/app/src/lib/i18n/chunks/ko-4.ts @@ -0,0 +1,370 @@ +import type { TranslationMap } from '../types'; + +// Korean chunk 4/5. Source of truth for translators. +const ko4: TranslationMap = { + 'chat.unsubscribeApproval.approve': '์Šน์ธ ๋ฐ ๊ตฌ๋… ์ทจ์†Œ', + 'chat.unsubscribeApproval.approved': 'โœ“ ๊ตฌ๋… ์ทจ์†Œ๊ฐ€ ์™„๋ฃŒ๋˜์—ˆ์Šต๋‹ˆ๋‹ค.', + 'chat.unsubscribeApproval.denied': 'โœ• ์š”์ฒญ์ด ๊ฑฐ๋ถ€๋˜์—ˆ์Šต๋‹ˆ๋‹ค.', + 'chat.unsubscribeApproval.deny': '๊ฑฐ๋ถ€', + 'chat.unsubscribeApproval.processing': '์ฒ˜๋ฆฌ ์ค‘...', + 'chat.unsubscribeApproval.title': '๊ตฌ๋… ์ทจ์†Œ ์š”์ฒญ', + 'commandPalette.ariaLabel': '๋ช…๋ น ํŒ”๋ ˆํŠธ', + 'commandPalette.description': '์„ค๋ช…', + 'commandPalette.label': '๋ช…๋ น', + 'commandPalette.noResults': '๊ฒฐ๊ณผ ์—†์Œ', + 'commandPalette.placeholder': '๋ช…๋ น์„ ์ž…๋ ฅํ•˜๊ฑฐ๋‚˜ ๊ฒ€์ƒ‰โ€ฆ', + 'commandPalette.searchAria': '๋ช…๋ น ๊ฒ€์ƒ‰', + 'commandPalette.shortcutHint': '๋ชจ๋“  ๋‹จ์ถ•ํ‚ค๋ฅผ ๋ณด๋ ค๋ฉด ?๋ฅผ ๋ˆ„๋ฅด์„ธ์š”', + 'commandPalette.title': '๋ช…๋ น ํŒ”๋ ˆํŠธ', + 'composio.connect.additionalConfigRequired': '์ถ”๊ฐ€ ๊ตฌ์„ฑ์ด ํ•„์š”ํ•ฉ๋‹ˆ๋‹ค', + 'composio.connect.atlassianSubdomainHint': 'acme', + 'composio.connect.atlassianSubdomainLabel': 'Atlassian ํ•˜์œ„ ๋„๋ฉ”์ธ ๋ผ๋ฒจ', + 'composio.connect.connect': '์—ฐ๊ฒฐ', + 'composio.connect.connectionFailed': '์—ฐ๊ฒฐ ์‹คํŒจ(์ƒํƒœ: {status}).', + 'composio.connect.disconnectFailed': '์—ฐ๊ฒฐ ํ•ด์ œ ์‹คํŒจ: {msg}', + 'composio.connect.disconnecting': '์—ฐ๊ฒฐ ํ•ด์ œ ์ค‘โ€ฆ', + 'composio.connect.idleDescription': '๋‹ค์Œ์„ ์—ฐ๊ฒฐํ•˜์„ธ์š”:', + 'composio.connect.idleDescriptionSuffix': + '๊ณ„์ •. ๋ธŒ๋ผ์šฐ์ € ์ฐฝ์„ ์—ด๋ฉด ๊ทธ๊ณณ์—์„œ ์ ‘๊ทผ์„ ์Šน์ธํ•˜๊ณ , ์ด ์•ฑ์ด ์ž๋™์œผ๋กœ ์—ฐ๊ฒฐ์„ ๊ฐ์ง€ํ•ฉ๋‹ˆ๋‹ค.', + 'composio.connect.isConnected': '์—ฐ๊ฒฐ๋˜์—ˆ์Šต๋‹ˆ๋‹ค.', + 'composio.connect.manage': '๊ด€๋ฆฌ', + 'composio.connect.needsSubdomain': '์—ฐ๊ฒฐํ•˜๋ ค๋ฉด', + 'composio.connect.needsSubdomainSuffix': + 'Atlassian ํ•˜์œ„ ๋„๋ฉ”์ธ(์˜ˆ: acme.atlassian.net์˜ ๊ฒฝ์šฐ acme)์„ ์ž…๋ ฅํ•˜๊ณ  ๋‹ค์‹œ ์‹œ๋„ํ•˜์„ธ์š”.', + 'composio.connect.oauthComplete': 'OAuth ์™„๋ฃŒ ๋Œ€๊ธฐ ์ค‘โ€ฆ', + 'composio.connect.oauthTimeout': 'OAuth ์‹œ๊ฐ„์ด ์ดˆ๊ณผ๋˜์—ˆ์Šต๋‹ˆ๋‹ค', + 'composio.connect.permissions': '๊ถŒํ•œ', + 'composio.connect.permissionsDefault': '์ฝ๊ธฐ + ์“ฐ๊ธฐ๊ฐ€ ๊ธฐ๋ณธ์ ์œผ๋กœ ํ™œ์„ฑํ™”๋จ', + 'composio.connect.permissionsNote': '๋…ธ์ถœํ•  ์ˆ˜ ์žˆ์Œ', + 'composio.connect.permissionsNoteSuffix': + 'OpenHuman ์ž์ฒด ์—์ด์ „ํŠธ ๊ถŒํ•œ์€ ์•„๋ž˜์—์„œ ์ฝ๊ธฐ, ์“ฐ๊ธฐ, ๊ด€๋ฆฌ์ž ํ† ๊ธ€๋กœ ์ œ์–ด๋ฉ๋‹ˆ๋‹ค.', + 'composio.connect.reopenBrowser': '๋ธŒ๋ผ์šฐ์ € ๋‹ค์‹œ ์—ด๊ธฐ', + 'composio.connect.requestingUrl': '์—ฐ๊ฒฐ URL ์š”์ฒญ ์ค‘โ€ฆ', + 'composio.connect.retryConnection': '์—ฐ๊ฒฐ ๋‹ค์‹œ ์‹œ๋„', + 'composio.connect.scopeLoadError': '๋ฒ”์œ„ ๊ธฐ๋ณธ ์„ค์ •์„ ๋ถˆ๋Ÿฌ์˜ฌ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค: {msg}', + 'composio.connect.scopeSaveError': '{key} ๋ฒ”์œ„๋ฅผ ์ €์žฅํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค: {msg}', + 'composio.connect.subdomainInvalid': + '์ „์ฒด URL์ด ์•„๋‹Œ ์งง์€ ํ•˜์œ„ ๋„๋ฉ”์ธ๋งŒ ์ž…๋ ฅํ•˜์„ธ์š”(์˜ˆ: "acme"). ๋ฌธ์ž, ์ˆซ์ž, ํ•˜์ดํ”ˆ๋งŒ ํฌํ•จํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค.', + 'composio.connect.subdomainRequired': '๊ณ„์†ํ•˜๋ ค๋ฉด Atlassian ํ•˜์œ„ ๋„๋ฉ”์ธ์„ ์ž…๋ ฅํ•˜์„ธ์š”.', + 'composio.connect.wabaIdLabel': 'WABA ID ๋ผ๋ฒจ', + 'composio.connect.wabaIdRequired': + '๊ณ„์†ํ•˜๋ ค๋ฉด WhatsApp Business Account ID (WABA ID)๋ฅผ ์ž…๋ ฅํ•˜์„ธ์š”.', + 'composio.connect.waitingFor': '๋Œ€๊ธฐ ์ค‘:', + 'composio.connect.waitingHint': '๋ฐฉ๊ธˆ ์—ด๋ฆฐ ๋ธŒ๋ผ์šฐ์ € ์ฐฝ์—์„œ ์—ฐ๊ฒฐ์„ ์™„๋ฃŒํ•˜์„ธ์š”.', + 'composio.triggers.heading': 'ํŠธ๋ฆฌ๊ฑฐ', + 'composio.triggers.listenFrom': '๋‹ค์Œ์—์„œ ์ด๋ฒคํŠธ ์ˆ˜์‹ :', + 'composio.triggers.loadError': 'ํŠธ๋ฆฌ๊ฑฐ๋ฅผ ๋ถˆ๋Ÿฌ์˜ฌ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค', + 'composio.triggers.needsConfiguration': '๊ตฌ์„ฑ์ด ํ•„์š”ํ•ฉ๋‹ˆ๋‹ค', + 'composio.triggers.noneAvailable': 'ํ˜„์žฌ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ๋Š” ํŠธ๋ฆฌ๊ฑฐ๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค:', + 'conversations.taskKanban.moveLeft': '์™ผ์ชฝ์œผ๋กœ ์ด๋™', + 'conversations.taskKanban.moveRight': '์˜ค๋ฅธ์ชฝ์œผ๋กœ ์ด๋™', + 'conversations.taskKanban.title': '์ž‘์—…', + 'conversations.toolTimeline.turn': 'ํ„ด', + 'conversations.toolTimeline.workerThread': '์›Œ์ปค ์Šค๋ ˆ๋“œ', + 'daemon.serviceBlockingGate.body': '๋ณธ๋ฌธ', + 'daemon.serviceBlockingGate.downloadHint': '๋‹ค์šด๋กœ๋“œ ์•ˆ๋‚ด', + 'daemon.serviceBlockingGate.downloadLatest': '์ตœ์‹  ๋ฒ„์ „ ๋‹ค์šด๋กœ๋“œ', + 'daemon.serviceBlockingGate.retryCore': '์ฝ”์–ด ๋‹ค์‹œ ์‹œ๋„', + 'daemon.serviceBlockingGate.retryFailed': + '๋‹ค์‹œ ์‹œ๋„์— ์‹คํŒจํ–ˆ์Šต๋‹ˆ๋‹ค. ์ตœ์‹  ์•ฑ ๋นŒ๋“œ๋ฅผ ๋‹ค์šด๋กœ๋“œํ•˜๊ณ  ๋‹ค์‹œ ์‹œ๋„ํ•˜์„ธ์š”.', + 'daemon.serviceBlockingGate.retrying': '๋‹ค์‹œ ์‹œ๋„ ์ค‘...', + 'daemon.serviceBlockingGate.title': 'OpenHuman ์ฝ”์–ด๋ฅผ ์‚ฌ์šฉํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค', + 'home.banners.discordSubtitle': 'Discord ๋ถ€์ œ๋ชฉ', + 'home.banners.discordTitle': 'Discord ์ฐธ์—ฌํ•˜๊ธฐ', + 'home.banners.earlyBirdDismiss': '์–ผ๋ฆฌ๋ฒ„๋“œ ๋ฐฐ๋„ˆ ๋‹ซ๊ธฐ', + 'home.banners.earlyBirdFirstSub': '์ฒซ ๊ตฌ๋….', + 'home.banners.earlyBirdOn': '์–ผ๋ฆฌ๋ฒ„๋“œ ์ ์šฉ', + 'home.banners.earlyBirdTitle': '์ฒซ 1,000๋ช…์˜ ์‚ฌ์šฉ์ž๋Š” 60% ํ• ์ธ์„ ๋ฐ›์Šต๋‹ˆ๋‹ค.', + 'home.banners.earlyBirdUseCode': '์–ผ๋ฆฌ๋ฒ„๋“œ ์ฝ”๋“œ ์‚ฌ์šฉ', + 'home.banners.getSubscription': '๊ตฌ๋…ํ•˜๊ธฐ', + 'home.banners.promoCreditsBody': 'OpenHuman์„ ์‚ฌ์šฉํ•ด ๋ณด๊ณ , ๋” ํ•„์š”ํ•  ๋•Œ', + 'home.banners.promoCreditsTitle': '{amount}์˜ ํ”„๋กœ๋ชจ์…˜ ํฌ๋ ˆ๋”ง์ด ์žˆ์Šต๋‹ˆ๋‹ค.', + 'home.banners.promoCreditsUsage': '10๋ฐฐ ๋” ๋งŽ์€ ์‚ฌ์šฉ๋Ÿ‰์„ ๋ฐ›์œผ์„ธ์š”.', + 'intelligence.memoryChunk.detail.chunk': '์ฒญํฌ', + 'intelligence.memoryChunk.detail.copyChunkId': '์ฒญํฌ ID ๋ณต์‚ฌ', + 'intelligence.memoryChunk.detail.embeddingInfo': 'bge-m3 1024dim', + 'intelligence.memoryChunk.detail.noEmbedding': '์ž„๋ฒ ๋”ฉ ์—†์Œ', + 'intelligence.memoryChunk.letterhead.from': '๋ณด๋‚ธ ์‚ฌ๋žŒ', + 'intelligence.memoryChunk.letterhead.to': '๋ฐ›๋Š” ์‚ฌ๋žŒ', + 'intelligence.memoryChunk.mentioned.chunkOne': '์ฒญํฌ 1๊ฐœ', + 'intelligence.memoryChunk.mentioned.chunkOther': '์ฒญํฌ {count}๊ฐœ', + 'intelligence.memoryChunk.mentioned.heading': '์–ธ๊ธ‰๋จ', + 'intelligence.memoryChunk.scoreBars.ariaScore': '{name} ์ ์ˆ˜ {pct}ํผ์„ผํŠธ', + 'intelligence.memoryChunk.scoreBars.atThreshold': '{threshold} ๊ธฐ์ค€', + 'intelligence.memoryChunk.scoreBars.dropped': '์ œ์™ธ๋จ', + 'intelligence.memoryChunk.scoreBars.heading': '์œ ์ง€๋œ ์ด์œ ', + 'intelligence.memoryChunk.scoreBars.kept': '์œ ์ง€๋จ', + 'intelligence.memoryText.entityTypePrefix': '์—”ํ„ฐํ‹ฐ ์œ ํ˜•', + 'intelligence.screenDebug.active': 'ํ™œ์„ฑ', + 'intelligence.screenDebug.app': '์•ฑ', + 'intelligence.screenDebug.bounds': '๊ฒฝ๊ณ„', + 'intelligence.screenDebug.captureAlt': '์บก์ฒ˜ ํ…Œ์ŠคํŠธ ๊ฒฐ๊ณผ', + 'intelligence.screenDebug.captureFailed': '์‹คํŒจ', + 'intelligence.screenDebug.captureSuccess': '์„ฑ๊ณต', + 'intelligence.screenDebug.captureTest': '์บก์ฒ˜ ํ…Œ์ŠคํŠธ', + 'intelligence.screenDebug.capturing': '์บก์ฒ˜ ์ค‘', + 'intelligence.screenDebug.frames': 'ํ”„๋ ˆ์ž„', + 'intelligence.screenDebug.idle': '์œ ํœด', + 'intelligence.screenDebug.lastApp': '๋งˆ์ง€๋ง‰ ์•ฑ', + 'intelligence.screenDebug.mode': '๋ชจ๋“œ', + 'intelligence.screenDebug.permAccessibility': '์ ‘๊ทผ์„ฑ ๊ถŒํ•œ', + 'intelligence.screenDebug.permInput': '์ž…๋ ฅ ๊ถŒํ•œ', + 'intelligence.screenDebug.permScreen': '์ ‘๊ทผ์„ฑ', + 'intelligence.screenDebug.permissions': '๊ถŒํ•œ', + 'intelligence.screenDebug.platformNotSupported': 'ํ”Œ๋žซํผ์ด ์ง€์›๋˜์ง€ ์•Š์Œ', + 'intelligence.screenDebug.recentVisionSummaries': '์ตœ๊ทผ ๋น„์ „ ์š”์•ฝ', + 'intelligence.screenDebug.session': '์„ธ์…˜', + 'intelligence.screenDebug.size': 'ํฌ๊ธฐ', + 'intelligence.screenDebug.status': '์ƒํƒœ', + 'intelligence.screenDebug.testCapture': 'ํ…Œ์ŠคํŠธ ์บก์ฒ˜', + 'intelligence.screenDebug.time': '์‹œ๊ฐ„', + 'intelligence.screenDebug.title': '์ œ๋ชฉ', + 'intelligence.screenDebug.unknown': '์•Œ ์ˆ˜ ์—†์Œ', + 'intelligence.screenDebug.visionQueue': '๋น„์ „ ๋Œ€๊ธฐ์—ด', + 'intelligence.screenDebug.visionState': '๋น„์ „ ์ƒํƒœ', + 'intelligence.tasks.activeBoardOne': '๋Œ€ํ™” ์ „๋ฐ˜์— ํ™œ์„ฑ ๋ณด๋“œ 1๊ฐœ', + 'intelligence.tasks.activeBoardOther': '๋Œ€ํ™” ์ „๋ฐ˜์— ํ™œ์„ฑ ๋ณด๋“œ {count}๊ฐœ', + 'intelligence.tasks.empty': '์•„์ง ์—์ด์ „ํŠธ ์ž‘์—… ๋ณด๋“œ๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค', + 'intelligence.tasks.emptyHint': '๋นˆ ์ƒํƒœ ์•ˆ๋‚ด', + 'intelligence.tasks.failedToLoad': '๋ถˆ๋Ÿฌ์˜ค์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค', + 'intelligence.tasks.live': '์‹ค์‹œ๊ฐ„', + 'intelligence.tasks.loadingBoards': '์ž‘์—… ๋ณด๋“œ ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘โ€ฆ', + 'intelligence.tasks.threadPrefix': '์Šค๋ ˆ๋“œ {thread}', + 'notifications.card.dismiss': '์•Œ๋ฆผ ๋‹ซ๊ธฐ', + 'notifications.card.importanceTitle': '์ค‘์š”๋„: {pct}%', + 'notifications.center.empty': '์•„์ง ์•Œ๋ฆผ์ด ์—†์Šต๋‹ˆ๋‹ค', + 'notifications.center.emptyHint': '๋นˆ ์ƒํƒœ ์•ˆ๋‚ด', + 'notifications.center.filterAll': '์ „์ฒด ํ•„ํ„ฐ', + 'notifications.center.markAllRead': '๋ชจ๋‘ ์ฝ์Œ์œผ๋กœ ํ‘œ์‹œ', + 'notifications.center.title': '์•Œ๋ฆผ', + 'oauth.button.connecting': '์—ฐ๊ฒฐ ์ค‘...', + 'oauth.login.continueWith': '๋‹ค์Œ์œผ๋กœ ๊ณ„์†:', + 'onboarding.contextGathering.buildingDesc': '์ž‘์„ฑ ์„ค๋ช…', + 'onboarding.contextGathering.buildingProfile': 'ํ”„๋กœํ•„์„ ๋งŒ๋“œ๋Š” ์ค‘...', + 'onboarding.contextGathering.continueToChat': '์ฑ„ํŒ…์œผ๋กœ ๊ณ„์†', + 'onboarding.contextGathering.errorDesc': + '์ฑ„ํŒ…์ด ์ค€๋น„๋˜์—ˆ์Šต๋‹ˆ๋‹ค. ์ „์ฒด ํ”„๋กœํ•„์€ ๋ฐฑ๊ทธ๋ผ์šด๋“œ์—์„œ ๊ณ„์† ๋งŒ๋“ค ์˜ˆ์ •์ด๋ฏ€๋กœ ์ง€๊ธˆ ๊ณ„์†ํ•˜๊ณ  ๋‚˜์ค‘์— ์ ์ง„์ ์œผ๋กœ ๊ฐœ์„ ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.', + 'onboarding.contextGathering.title': '์ปจํ…์ŠคํŠธ ์ˆ˜์ง‘', + 'openhuman.team_list_teams': 'ํŒ€ ๋ชฉ๋ก ํŒ€', + 'overlay.ariaAttention': '์ฃผ์˜ ๋ฉ”์‹œ์ง€', + 'overlay.ariaOrb': 'OpenHuman ์˜ค๋ฒ„๋ ˆ์ด', + 'overlay.ariaVoiceActive': '์Œ์„ฑ ์ž…๋ ฅ ํ™œ์„ฑ', + 'overlay.orbTitle': '๋“œ๋ž˜๊ทธํ•˜์—ฌ ์ด๋™ ยท ๋‘ ๋ฒˆ ํด๋ฆญํ•˜์—ฌ ์œ„์น˜ ์ดˆ๊ธฐํ™”', + 'pages.settings.account.connections': '์—ฐ๊ฒฐ', + 'pages.settings.account.connectionsDesc': '์—ฐ๊ฒฐ๋œ ๊ณ„์ • ์—ฐ๊ฒฐ์„ ๊ฒ€ํ† ํ•˜๊ณ  ๊ด€๋ฆฌํ•ฉ๋‹ˆ๋‹ค', + 'pages.settings.account.privacy': '๊ฐœ์ธ์ •๋ณด ๋ณดํ˜ธ', + 'pages.settings.account.privacyDesc': '๋ฐ์ดํ„ฐ ๊ณต์œ  ๋ฐ ์ต๋ช…ํ™”๋œ ์‚ฌ์šฉ ๊ธฐ๋ณธ ์„ค์ •์„ ๊ด€๋ฆฌํ•ฉ๋‹ˆ๋‹ค', + 'pages.settings.account.recoveryPhrase': '๋ณต๊ตฌ ๋ฌธ๊ตฌ', + 'pages.settings.account.recoveryPhraseDesc': + '์•”ํ˜ธํ™” ๋ฐ ์ง€๊ฐ‘ ์ ‘๊ทผ์„ ์œ„ํ•œ BIP39 ๋ณต๊ตฌ ๋ฌธ๊ตฌ๋ฅผ ๊ด€๋ฆฌํ•ฉ๋‹ˆ๋‹ค', + 'pages.settings.account.team': 'ํŒ€', + 'pages.settings.account.teamDesc': 'ํŒ€, ๋ฉค๋ฒ„ ๋ฐ ์ดˆ๋Œ€๋ฅผ ๊ด€๋ฆฌํ•ฉ๋‹ˆ๋‹ค', + 'pages.settings.accountSection.description': '๋ณต๊ตฌ ๋ฌธ๊ตฌ, ํŒ€, ์—ฐ๊ฒฐ ๋ฐ ๊ฐœ์ธ์ •๋ณด ์„ค์ •.', + 'pages.settings.accountSection.title': '๊ณ„์ •', + 'pages.settings.ai.llm': 'LLM', + 'pages.settings.ai.llmDesc': 'LLM ์„ค๋ช…', + 'pages.settings.ai.voice': '์Œ์„ฑ', + 'pages.settings.ai.voiceDesc': '์Œ์„ฑ ์„ค๋ช…', + 'pages.settings.aiSection.description': '์–ธ์–ด ๋ชจ๋ธ ์ œ๊ณต์—…์ฒด, ๋กœ์ปฌ Ollama ๋ฐ ์Œ์„ฑ(STT / TTS).', + 'pages.settings.aiSection.title': 'AI', + 'pages.settings.features.messagingChannels': '๋ฉ”์‹œ์ง• ์ฑ„๋„', + 'pages.settings.features.messagingChannelsDesc': '๋ฉ”์‹œ์ง• ์ฑ„๋„ ์„ค๋ช…', + 'pages.settings.features.notifications': '์•Œ๋ฆผ', + 'pages.settings.features.notificationsDesc': '์•Œ๋ฆผ ์„ค๋ช…', + 'pages.settings.features.screenAwareness': 'ํ™”๋ฉด ์ธ์‹', + 'pages.settings.features.screenAwarenessDesc': 'ํ™”๋ฉด ์ธ์‹ ์„ค๋ช…', + 'pages.settings.features.tools': '๋„๊ตฌ', + 'pages.settings.features.toolsDesc': '๋„๊ตฌ ์„ค๋ช…', + 'pages.settings.featuresSection.description': 'ํ™”๋ฉด ์ธ์‹, ๋ฉ”์‹œ์ง• ๋ฐ ๋„๊ตฌ.', + 'pages.settings.featuresSection.title': '๊ธฐ๋Šฅ', + 'privacy.dataKind.credentials': '์ž๊ฒฉ ์ฆ๋ช…', + 'privacy.dataKind.derived': 'ํŒŒ์ƒ๋จ', + 'privacy.dataKind.diagnostics': '์ง„๋‹จ', + 'privacy.dataKind.metadata': '๋ฉ”ํƒ€๋ฐ์ดํ„ฐ', + 'privacy.dataKind.raw': '์›๋ณธ', + 'privacy.whatLeaves.link.label': '๋‚ด ์ปดํ“จํ„ฐ๋ฅผ ๋– ๋‚˜๋Š” ๋ฐ์ดํ„ฐ๋Š” ๋ฌด์—‡์ธ๊ฐ€์š”?', + 'rewards.community.achievementsUnlocked': '{total}๊ฐœ ์ค‘ {unlocked}๊ฐœ ์—…์  ์ž ๊ธˆ ํ•ด์ œ๋จ', + 'rewards.community.connectDiscord': 'Discord ์—ฐ๊ฒฐ', + 'rewards.community.cumulativeTokens': '๋ˆ„์  ํ† ํฐ', + 'rewards.community.currentStreak': 'ํ˜„์žฌ ์—ฐ์† ๊ธฐ๋ก', + 'rewards.community.discordLinkedNotInGuild': '์—ฐ๊ฒฐ๋จ, ํ•˜์ง€๋งŒ ์„œ๋ฒ„ ๋ฉค๋ฒ„๊ฐ€ ์•„๋‹˜', + 'rewards.community.discordMember': '์„œ๋ฒ„์— ์ฐธ์—ฌํ•จ', + 'rewards.community.discordNotLinked': '์—ฐ๊ฒฐ๋˜์ง€ ์•Š์Œ', + 'rewards.community.discordServer': 'Discord ์„œ๋ฒ„', + 'rewards.community.discordStatusUnavailable': '๋ฉค๋ฒ„์‹ญ ์ƒํƒœ๋ฅผ ์‚ฌ์šฉํ•  ์ˆ˜ ์—†์Œ', + 'rewards.community.discordWaiting': '๋ฐฑ์—”๋“œ ๋™๊ธฐํ™” ๋Œ€๊ธฐ ์ค‘', + 'rewards.community.heroSubtitle': + 'Discord ๊ณ„์ •์„ ์—ฐ๊ฒฐํ•˜์—ฌ ๋…์  ์ฑ„๋„, ํ›„์›์ž ๋ฐฐ์ง€ ๋ฐ ๋ฐฑ์—”๋“œ ๋™๊ธฐํ™” ๋ณด์ƒ์„ ์ž ๊ธˆ ํ•ด์ œํ•˜์„ธ์š”.', + 'rewards.community.heroTitle': '๋ณด์ƒ ๋ฐ Discord ์—ญํ•  ๋ฐ›๊ธฐ', + 'rewards.community.joinDiscord': 'Discord ์ฐธ์—ฌ', + 'rewards.community.loadingRewards': '๋ณด์ƒ ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘โ€ฆ', + 'rewards.community.locked': '์ž ๊น€', + 'rewards.community.retrying': '๋‹ค์‹œ ์‹œ๋„ ์ค‘โ€ฆ', + 'rewards.community.rolesAndRewards': '์—ญํ•  ๋ฐ ๋ณด์ƒ', + 'rewards.community.streakDays': '{n}์ผ', + 'rewards.community.syncPending': '๋ณด์ƒ ๋™๊ธฐํ™” ๋Œ€๊ธฐ ์ค‘', + 'rewards.community.syncPendingDesc': '๋™๊ธฐํ™” ๋Œ€๊ธฐ ์„ค๋ช…', + 'rewards.community.syncUnavailable': '๋™๊ธฐํ™”๋ฅผ ์‚ฌ์šฉํ•  ์ˆ˜ ์—†์Œ', + 'rewards.community.tryAgain': '๋‹ค์‹œ ์‹œ๋„ ์ค‘โ€ฆ', + 'rewards.community.unknown': '์•Œ ์ˆ˜ ์—†์Œ', + 'rewards.community.unlocked': '์ž ๊ธˆ ํ•ด์ œ๋จ', + 'rewards.community.yourProgress': '๋‚ด ์ง„ํ–‰ ์ƒํ™ฉ', + 'rewards.coupon.colCode': '์ฝ”๋“œ', + 'rewards.coupon.colRedeemed': '๊ตํ™˜๋จ', + 'rewards.coupon.colReward': '๋ณด์ƒ', + 'rewards.coupon.colStatus': '์ƒํƒœ', + 'rewards.coupon.loadingHistory': '๋ณด์ƒ ๊ธฐ๋ก ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘โ€ฆ', + 'rewards.coupon.noCodes': '์•„์ง ๊ตํ™˜๋œ ๋ณด์ƒ ์ฝ”๋“œ๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค.', + 'rewards.coupon.pending': '๋Œ€๊ธฐ ์ค‘', + 'rewards.coupon.placeholder': '์ฟ ํฐ ์ฝ”๋“œ', + 'rewards.coupon.promoCredits': 'ํ”„๋กœ๋ชจ์…˜ ํฌ๋ ˆ๋”ง', + 'rewards.coupon.recentRedemptions': '์ตœ๊ทผ ๊ตํ™˜', + 'rewards.coupon.redeemAccepted': + '{code}์ด(๊ฐ€) ์Šน์ธ๋˜์—ˆ์Šต๋‹ˆ๋‹ค. ํ•„์š”ํ•œ ์ž‘์—…์ด ์™„๋ฃŒ๋˜๋ฉด {amount}์ด(๊ฐ€) ์ž ๊ธˆ ํ•ด์ œ๋ฉ๋‹ˆ๋‹ค.', + 'rewards.coupon.redeemButton': '์ฝ”๋“œ ๊ตํ™˜', + 'rewards.coupon.redeemSuccess': + '{code}์ด(๊ฐ€) ๊ตํ™˜๋˜์—ˆ์Šต๋‹ˆ๋‹ค. {amount}์ด(๊ฐ€) ํฌ๋ ˆ๋”ง์— ์ถ”๊ฐ€๋˜์—ˆ์Šต๋‹ˆ๋‹ค.', + 'rewards.coupon.redeemedCodes': '๊ตํ™˜๋œ ์ฝ”๋“œ', + 'rewards.coupon.redeeming': '๊ตํ™˜ ์ค‘...', + 'rewards.coupon.statusApplied': '์ ์šฉ๋จ', + 'rewards.coupon.statusPendingAction': '์ž‘์—… ๋Œ€๊ธฐ ์ค‘', + 'rewards.coupon.statusRedeemed': '๊ตํ™˜๋จ', + 'rewards.coupon.subtitle': '๋ถ€์ œ๋ชฉ', + 'rewards.coupon.title': '์ฟ ํฐ ์ฝ”๋“œ ๊ตํ™˜', + 'rewards.referralSection.activity': '์ถ”์ฒœ ํ™œ๋™', + 'rewards.referralSection.apply': '์ ์šฉ ์ค‘โ€ฆ', + 'rewards.referralSection.applying': '์ ์šฉ ์ค‘โ€ฆ', + 'rewards.referralSection.colReferredUser': '์ถ”์ฒœ๋œ ์‚ฌ์šฉ์ž', + 'rewards.referralSection.colReward': '๋ณด์ƒ', + 'rewards.referralSection.colStatus': '์ƒํƒœ', + 'rewards.referralSection.colUpdated': '์—…๋ฐ์ดํŠธ๋จ', + 'rewards.referralSection.completed': '์™„๋ฃŒ๋จ', + 'rewards.referralSection.copyCode': '์ฝ”๋“œ ๋ณต์‚ฌ', + 'rewards.referralSection.copyFailed': '๋ณต์‚ฌ ์‹คํŒจ', + 'rewards.referralSection.haveCode': '์ถ”์ฒœ ์ฝ”๋“œ๊ฐ€ ์žˆ๋‚˜์š”?', + 'rewards.referralSection.haveCodeDesc': '์ฝ”๋“œ ์žˆ์Œ ์„ค๋ช…', + 'rewards.referralSection.linked': '์—ฐ๊ฒฐ๋จ', + 'rewards.referralSection.linkedCode': '(์ฝ”๋“œ {code})', + 'rewards.referralSection.loading': '์ถ”์ฒœ ํ”„๋กœ๊ทธ๋žจ ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘โ€ฆ', + 'rewards.referralSection.noReferrals': '์ถ”์ฒœ ์—†์Œ', + 'rewards.referralSection.pendingReferrals': '๋Œ€๊ธฐ ์ค‘์ธ ์ถ”์ฒœ', + 'rewards.referralSection.placeholder': '์ถ”์ฒœ ์ฝ”๋“œ', + 'rewards.referralSection.share': '๊ณต์œ ', + 'rewards.referralSection.statusCompleted': '์™„๋ฃŒ ์ƒํƒœ', + 'rewards.referralSection.statusExpired': '๋งŒ๋ฃŒ ์ƒํƒœ', + 'rewards.referralSection.statusJoined': '์ฐธ์—ฌ ์ƒํƒœ', + 'rewards.referralSection.subtitle': '๋ถ€์ œ๋ชฉ', + 'rewards.referralSection.title': '์นœ๊ตฌ๋ฅผ ์ดˆ๋Œ€ํ•˜๊ณ  ํฌ๋ ˆ๋”ง ๋ฐ›๊ธฐ', + 'rewards.referralSection.totalEarned': '์ด ์ ๋ฆฝ', + 'rewards.referralSection.yourCode': '๋‚ด ์ฝ”๋“œ', + 'settings.ai.addCloudProvider': 'ํด๋ผ์šฐ๋“œ ์ œ๊ณต์—…์ฒด ์ถ”๊ฐ€', + 'settings.ai.addProvider': '์ €์žฅ ์ค‘โ€ฆ', + 'settings.ai.apiKeyFieldLabel': 'API ํ‚ค ํ•„๋“œ ๋ผ๋ฒจ', + 'settings.ai.apiKeyRequired': '๊ณ„์†ํ•˜๋ ค๋ฉด API ํ‚ค๋ฅผ ๋ถ™์—ฌ๋„ฃ์–ด ์ฃผ์„ธ์š”.', + 'settings.ai.apiKeyStoredEncrypted': 'API ํ‚ค๊ฐ€ ์•”ํ˜ธํ™”๋˜์–ด ์ €์žฅ๋จ', + 'settings.ai.apiKeysEncrypted': 'auth-profiles.json', + 'settings.ai.clearStoredKey': '์ €์žฅ๋œ ํ‚ค ์ง€์šฐ๊ธฐ', + 'settings.ai.connectProvider': '์ œ๊ณต์—…์ฒด ์—ฐ๊ฒฐ', + 'settings.ai.customRouting': '์‚ฌ์šฉ์ž ์ง€์ • ๋ผ์šฐํŒ…', + 'settings.ai.defaultResolvesTo': 'OpenHuman', + 'settings.ai.discard': '์ทจ์†Œ', + 'settings.ai.editProvider': '์ œ๊ณต์—…์ฒด ํŽธ์ง‘', + 'settings.ai.llmProviders': 'LLM ์ œ๊ณต์—…์ฒด', + 'settings.ai.llmProvidersDesc': 'LLM ์ œ๊ณต์—…์ฒด ์„ค๋ช…', + 'settings.ai.localOllama': '๋กœ์ปฌ(Ollama)', + 'settings.ai.modelLabel': '๋ชจ๋ธ', + 'settings.ai.noCustomProviders': '์‚ฌ์šฉ์ž ์ง€์ • ์ œ๊ณต์—…์ฒด ์—†์Œ', + 'settings.ai.providerLabel': '์ œ๊ณต์—…์ฒด', + 'settings.ai.routing': '๋ผ์šฐํŒ…', + 'settings.ai.routingCustom': '์‚ฌ์šฉ์ž ์ง€์ • ๋ผ์šฐํŒ…', + 'settings.ai.routingDefault': '๊ธฐ๋ณธ๊ฐ’', + 'settings.ai.routingDesc': '๋ผ์šฐํŒ… ์„ค๋ช…', + 'settings.ai.saveChanges': '์ €์žฅ ์ค‘โ€ฆ', + 'settings.ai.saving': '์ €์žฅ ์ค‘โ€ฆ', + 'settings.ai.unsavedChange': '์ €์žฅ๋˜์ง€ ์•Š์€ ๋ณ€๊ฒฝ ์‚ฌํ•ญ', + 'settings.ai.unsavedChanges': '์ €์žฅ๋˜์ง€ ์•Š์€ ๋ณ€๊ฒฝ ์‚ฌํ•ญ', + 'settings.ai.workloadGroupBackground': '๋ฐฑ๊ทธ๋ผ์šด๋“œ ์ž‘์—… ๊ทธ๋ฃน', + 'settings.ai.workloadGroupChat': '์ฑ„ํŒ… ์ž‘์—… ๊ทธ๋ฃน', + 'settings.autocomplete.appFilter.acceptSuggestion': '์ œ์•ˆ ์ˆ˜๋ฝ', + 'settings.autocomplete.appFilter.contextOverride': '์ปจํ…์ŠคํŠธ ์žฌ์ •์˜(์„ ํƒ ์‚ฌํ•ญ)', + 'settings.autocomplete.appFilter.debugFocus': 'ํฌ์ปค์Šค ๋””๋ฒ„๊ทธ', + 'settings.autocomplete.appFilter.getSuggestion': '์ œ์•ˆ ๋ฐ›๊ธฐ', + 'settings.autocomplete.appFilter.liveLogs': '์‹ค์‹œ๊ฐ„ ๋กœ๊ทธ', + 'settings.autocomplete.appFilter.noLogs': ') :', + 'settings.autocomplete.appFilter.refreshStatus': '์ƒˆ๋กœ๊ณ ์นจ ์ค‘โ€ฆ', + 'settings.autocomplete.appFilter.refreshing': '์ƒˆ๋กœ๊ณ ์นจ ์ค‘โ€ฆ', + 'settings.autocomplete.appFilter.runtime': '๋Ÿฐํƒ€์ž„', + 'settings.autocomplete.appFilter.test': 'ํ…Œ์ŠคํŠธ', + 'settings.autocomplete.completionStyle.acceptedCompletion': + '์ˆ˜๋ฝ๋œ ์™„์„ฑ {count}๊ฐœ๊ฐ€ ์ €์žฅ๋จ โ€” ํ–ฅํ›„ ์ œ์•ˆ์„ ๊ฐœ์ธํ™”ํ•˜๋Š” ๋ฐ ์‚ฌ์šฉ๋ฉ๋‹ˆ๋‹ค.', + 'settings.autocomplete.completionStyle.acceptedCompletions': + '์ˆ˜๋ฝ๋œ ์™„์„ฑ {count}๊ฐœ๊ฐ€ ์ €์žฅ๋จ โ€” ํ–ฅํ›„ ์ œ์•ˆ์„ ๊ฐœ์ธํ™”ํ•˜๋Š” ๋ฐ ์‚ฌ์šฉ๋ฉ๋‹ˆ๋‹ค.', + 'settings.autocomplete.completionStyle.clearHistory': '์ง€์šฐ๋Š” ์ค‘โ€ฆ', + 'settings.autocomplete.completionStyle.clearing': '์ง€์šฐ๋Š” ์ค‘โ€ฆ', + 'settings.autocomplete.completionStyle.debounce': '๋””๋ฐ”์šด์Šค(ms)', + 'settings.autocomplete.completionStyle.enabled': 'ํ™œ์„ฑํ™”๋จ', + 'settings.autocomplete.completionStyle.maxChars': '์ตœ๋Œ€ ๋ฌธ์ž ์ˆ˜', + 'settings.autocomplete.completionStyle.noHistory': + '์•„์ง ์ˆ˜๋ฝ๋œ ์™„์„ฑ์ด ์—†์Šต๋‹ˆ๋‹ค. Tab์œผ๋กœ ์ œ์•ˆ์„ ์ˆ˜๋ฝํ•˜์—ฌ ๊ฐœ์ธํ™”๋ฅผ ์‹œ์ž‘ํ•˜์„ธ์š”.', + 'settings.autocomplete.completionStyle.overlayTtl': '์˜ค๋ฒ„๋ ˆ์ด TTL(ms)', + 'settings.autocomplete.completionStyle.personalizationHistory': '๊ฐœ์ธํ™” ๊ธฐ๋ก', + 'settings.autocomplete.completionStyle.styleExamples': '์Šคํƒ€์ผ ์˜ˆ์‹œ(์ค„๋งˆ๋‹ค ํ•˜๋‚˜์”ฉ)', + 'settings.autocomplete.completionStyle.styleInstructions': '์Šคํƒ€์ผ ์ง€์นจ', + 'settings.billing.autoRecharge.addAmount': '์ด ๊ธˆ์•ก ์ถ”๊ฐ€', + 'settings.billing.autoRecharge.addCard': '์นด๋“œ ์ถ”๊ฐ€', + 'settings.billing.autoRecharge.amountHint': '๊ธˆ์•ก ์•ˆ๋‚ด', + 'settings.billing.autoRecharge.defaultCard': '๊ธฐ๋ณธ ์นด๋“œ', + 'settings.billing.autoRecharge.lastRechargeFailed': '๋งˆ์ง€๋ง‰ ์ถฉ์ „ ์‹คํŒจ', + 'settings.billing.autoRecharge.lastRecharged': '๋งˆ์ง€๋ง‰ ์ถฉ์ „', + 'settings.billing.autoRecharge.noCards': '์นด๋“œ ์—†์Œ', + 'settings.billing.autoRecharge.paymentMethods': '๊ฒฐ์ œ ์ˆ˜๋‹จ', + 'settings.billing.autoRecharge.rechargeInProgress': '์ถฉ์ „ ์ง„ํ–‰ ์ค‘', + 'settings.billing.autoRecharge.rechargeWhen': '์ž”์•ก์ด ๋‹ค์Œ๋ณด๋‹ค ๋‚ฎ์•„์ง€๋ฉด ์ถฉ์ „', + 'settings.billing.autoRecharge.saveSettings': '์ €์žฅ ์ค‘โ€ฆ', + 'settings.billing.autoRecharge.saving': '์ €์žฅ ์ค‘โ€ฆ', + 'settings.billing.autoRecharge.setDefault': ':', + 'settings.billing.autoRecharge.subtitle': '๋ถ€์ œ๋ชฉ', + 'settings.billing.autoRecharge.title': '์ž๋™ ์ถฉ์ „ ํ™œ์„ฑํ™”', + 'settings.billing.autoRecharge.toggleAriaLabel': '์ž๋™ ์ถฉ์ „ ์ „ํ™˜', + 'settings.billing.autoRecharge.weeklyLimit': '์ฃผ๊ฐ„ ์ง€์ถœ ํ•œ๋„', + 'settings.billing.history.desc': '์„ค๋ช…', + 'settings.billing.history.empty': '๋น„์–ด ์žˆ์Œ', + 'settings.billing.history.openPortal': 'ํฌํ„ธ ์—ด๊ธฐ', + 'settings.billing.history.posted': '๊ฒŒ์‹œ๋จ', + 'settings.billing.history.title': '์ œ๋ชฉ', + 'settings.billing.inferenceBudget.cycleEnds': '์ฃผ๊ธฐ ์ข…๋ฃŒ', + 'settings.billing.inferenceBudget.exhausted': '์†Œ์ง„๋จ', + 'settings.billing.inferenceBudget.loadError': '๋กœ๋“œ ์˜ค๋ฅ˜', + 'settings.billing.inferenceBudget.noBudgetDesc': '์˜ˆ์‚ฐ ์—†์Œ ์„ค๋ช…', + 'settings.billing.inferenceBudget.noRecurringBudget': '๋ฐ˜๋ณต ์˜ˆ์‚ฐ ์—†์Œ', + 'settings.billing.inferenceBudget.remaining': '๋‚จ์Œ', + 'settings.billing.inferenceBudget.tenHourCap': '10์‹œ๊ฐ„ ํ•œ๋„', + 'settings.billing.inferenceBudget.title': '์ œ๋ชฉ', + 'settings.billing.payAsYouGo.available': '์‚ฌ์šฉ ๊ฐ€๋Šฅ', + 'settings.billing.payAsYouGo.chargeCustomAmount': '์—ฌ๋Š” ์ค‘โ€ฆ', + 'settings.billing.payAsYouGo.chooseTopUpDesc': '์ถฉ์ „ ์„ ํƒ ์„ค๋ช…', + 'settings.billing.payAsYouGo.chooseTopUpTitle': '์ถฉ์ „ ์„ ํƒ ์ œ๋ชฉ', + 'settings.billing.payAsYouGo.creditBalanceDesc': 'ํฌ๋ ˆ๋”ง ์ž”์•ก ์„ค๋ช…', + 'settings.billing.payAsYouGo.creditBalanceTitle': 'ํฌ๋ ˆ๋”ง ์ž”์•ก ์ œ๋ชฉ', + 'settings.billing.payAsYouGo.customAmount': '์‚ฌ์šฉ์ž ์ง€์ • ๊ธˆ์•ก', + 'settings.billing.payAsYouGo.enterAmount': '๊ธˆ์•ก ์ž…๋ ฅ', + 'settings.billing.payAsYouGo.opening': '์—ฌ๋Š” ์ค‘', + 'settings.billing.payAsYouGo.promotionalCredits': 'ํ”„๋กœ๋ชจ์…˜ ํฌ๋ ˆ๋”ง', + 'settings.billing.payAsYouGo.topUpBalance': '์ถฉ์ „ ์ž”์•ก', + 'settings.billing.payAsYouGo.topUpCredits': 'ํฌ๋ ˆ๋”ง ์ถฉ์ „', + 'settings.billing.payAsYouGo.unableToLoad': '์ž”์•ก์„ ๋ถˆ๋Ÿฌ์˜ฌ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค.', + 'settings.billing.subscription.annual': '์—ฐ๊ฐ„', + 'settings.billing.subscription.billedAnnually': '์—ฐ๊ฐ„ ์ฒญ๊ตฌ', + 'settings.billing.subscription.chooseSubtitle': '๋ถ€์ œ๋ชฉ ์„ ํƒ', + 'settings.billing.subscription.chooseTitle': '์ œ๋ชฉ ์„ ํƒ', + 'settings.billing.subscription.cryptoDesc': '์•”ํ˜ธํ™”ํ ์„ค๋ช…', + 'settings.billing.subscription.cryptoQuestion': '์•”ํ˜ธํ™”ํ ์งˆ๋ฌธ', + 'settings.billing.subscription.current': 'ํ˜„์žฌ', + 'settings.billing.subscription.currentPlan': 'ํ˜„์žฌ ํ”Œ๋žœ', + 'settings.billing.subscription.monthly': '์›”๊ฐ„', + 'settings.billing.subscription.paymentConfirmed': '๊ฒฐ์ œ ํ™•์ธ๋จ', + 'settings.billing.subscription.perMonth': '์›”๋ณ„', + 'settings.billing.subscription.popular': '์ธ๊ธฐ', +}; + +export default ko4; diff --git a/app/src/lib/i18n/chunks/ko-5.ts b/app/src/lib/i18n/chunks/ko-5.ts new file mode 100644 index 000000000..050bda421 --- /dev/null +++ b/app/src/lib/i18n/chunks/ko-5.ts @@ -0,0 +1,448 @@ +import type { TranslationMap } from '../types'; + +// Korean chunk 5/5. Source of truth for translators. +const ko5: TranslationMap = { + 'settings.billing.subscription.save': '{pct}', + 'settings.billing.subscription.upgrade': '์—…๊ทธ๋ ˆ์ด๋“œ', + 'settings.billing.subscription.waiting': '๋Œ€๊ธฐ ์ค‘', + 'settings.billing.subscription.waitingPayment': '๊ฒฐ์ œ ๋Œ€๊ธฐ ์ค‘', + 'settings.composio.apiKeyDesc': 'Composio API ํ‚ค๊ฐ€ ํ˜„์žฌ ์ด ๊ธฐ๊ธฐ์— ์ €์žฅ๋˜์–ด ์žˆ์Šต๋‹ˆ๋‹ค.', + 'settings.composio.apiKeyLabel': 'Composio API ํ‚ค', + 'settings.composio.apiKeyStored': 'API ํ‚ค ์ €์žฅ๋จ', + 'settings.composio.apiKeyStoredPlaceholder': 'โ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ข', + 'settings.composio.clearedToBackend': '๋ฐฑ์—”๋“œ ๋ชจ๋“œ๋กœ ์ „ํ™˜๋จ', + 'settings.composio.confirmItem1': 'API ํ‚ค๊ฐ€ ์žˆ๋Š” app.composio.dev ๊ณ„์ •', + 'settings.composio.confirmItem2': '๊ฐœ์ธ Composio ๊ณ„์ •์„ ํ†ตํ•ด ๊ฐ ํ†ตํ•ฉ์„ ๋‹ค์‹œ ์—ฐ๊ฒฐํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค', + 'settings.composio.confirmItem3': + '์ฐธ๊ณ : Composio ํŠธ๋ฆฌ๊ฑฐ(์‹ค์‹œ๊ฐ„ ์›นํ›…)๋Š” ์•„์ง Direct ๋ชจ๋“œ์—์„œ ์‹คํ–‰๋˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค โ€” ๋™๊ธฐ์‹ ๋„๊ตฌ ํ˜ธ์ถœ๋งŒ ์ง€์›๋ฉ๋‹ˆ๋‹ค', + 'settings.composio.confirmNeedItems': 'ํ•„์š”ํ•œ ํ•ญ๋ชฉ:', + 'settings.composio.confirmSwitch': '์ดํ•ดํ–ˆ์Šต๋‹ˆ๋‹ค. Direct๋กœ ์ „ํ™˜', + 'settings.composio.confirmTitle': 'โš ๏ธ Direct ๋ชจ๋“œ๋กœ ์ „ํ™˜', + 'settings.composio.confirmWarning': + '๊ธฐ์กด ํ†ตํ•ฉ(Gmail, Slack, GitHub ๋“ฑ OpenHuman์„ ํ†ตํ•ด ์—ฐ๊ฒฐ๋œ ํ†ตํ•ฉ)์€ ํ‘œ์‹œ๋˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค โ€” OpenHuman ๊ด€๋ฆฌํ˜• Composio ํ…Œ๋„ŒํŠธ์— ์žˆ์Šต๋‹ˆ๋‹ค.', + 'settings.composio.intro': + 'Composio๋Š” ์—์ด์ „ํŠธ๊ฐ€ ํ˜ธ์ถœํ•  ์ˆ˜ ์žˆ๋Š” ๋„๊ตฌ๋กœ 250๊ฐœ ์ด์ƒ์˜ ์™ธ๋ถ€ ์•ฑ์„ ํ†ตํ•ฉํ•ฉ๋‹ˆ๋‹ค. ์ด๋Ÿฌํ•œ ๋„๊ตฌ ํ˜ธ์ถœ์ด ๋ผ์šฐํŒ…๋˜๋Š” ๋ฐฉ์‹์„ ์„ ํƒํ•˜์„ธ์š”.', + 'settings.composio.modeDirect': 'Direct(์ง์ ‘ API ํ‚ค ์‚ฌ์šฉ)', + 'settings.composio.modeDirectDesc': + 'ํ˜ธ์ถœ์ด backend.composio.dev๋กœ ์ง์ ‘ ์ด๋™ํ•ฉ๋‹ˆ๋‹ค. ๋…๋ฆฝ์ ์ด๊ณ  ์˜คํ”„๋ผ์ธ ์นœํ™”์ ์ž…๋‹ˆ๋‹ค. ๋„๊ตฌ ์‹คํ–‰์€ ๋™๊ธฐ์‹์œผ๋กœ ์ž‘๋™ํ•˜์ง€๋งŒ, ์‹ค์‹œ๊ฐ„ ํŠธ๋ฆฌ๊ฑฐ ์›นํ›…์€ ์•„์ง Direct ๋ชจ๋“œ์—์„œ ๋ผ์šฐํŒ…๋˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค(ํ›„์† ์ด์Šˆ).', + 'settings.composio.modeManaged': '๊ด€๋ฆฌํ˜•(OpenHuman์ด ๋Œ€์‹  ์ฒ˜๋ฆฌ)', + 'settings.composio.modeManagedDesc': + 'OpenHuman์ด ๋ฐฑ์—”๋“œ๋ฅผ ํ†ตํ•ด ๋„๊ตฌ ํ˜ธ์ถœ์„ ํ”„๋ก์‹œํ•ฉ๋‹ˆ๋‹ค(๊ถŒ์žฅ). ์ธ์ฆ์€ ์ค‘๊ฐœ๋˜๋ฉฐ, Composio API ํ‚ค๋ฅผ ๋ถ™์—ฌ๋„ฃ์„ ํ•„์š”๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค. ์›นํ›…์€ ์™„์ „ํžˆ ๋ผ์šฐํŒ…๋ฉ๋‹ˆ๋‹ค.', + 'settings.composio.routingMode': '๋ผ์šฐํŒ… ๋ชจ๋“œ', + 'settings.composio.saveErrorNoKey': + '์ €์žฅ์— ์‹คํŒจํ–ˆ์Šต๋‹ˆ๋‹ค. Direct ๋ชจ๋“œ์—๋Š” ๋น„์–ด ์žˆ์ง€ ์•Š์€ API ํ‚ค๊ฐ€ ํ•„์š”ํ•ฉ๋‹ˆ๋‹ค.', + 'settings.composio.saving': '์ €์žฅ ์ค‘โ€ฆ', + 'settings.composio.switching': '์ „ํ™˜ ์ค‘โ€ฆ', + 'settings.cron.jobs.desc': '์„ค๋ช…', + 'settings.cron.jobs.empty': '์ฝ”์–ด cron ์ž‘์—…์„ ์ฐพ์„ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค.', + 'settings.cron.jobs.lastStatus': '๋งˆ์ง€๋ง‰ ์ƒํƒœ', + 'settings.cron.jobs.loading': 'cron ์ž‘์—… ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘...', + 'settings.cron.jobs.loadingRuns': '์‹คํ–‰ ๊ธฐ๋ก ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘', + 'settings.cron.jobs.nextRun': '๋‹ค์Œ ์‹คํ–‰', + 'settings.cron.jobs.pause': '์ผ์‹œ ์ค‘์ง€', + 'settings.cron.jobs.paused': 'ํ™œ์„ฑํ™”๋จ', + 'settings.cron.jobs.recentRuns': '์ตœ๊ทผ ์‹คํ–‰', + 'settings.cron.jobs.removing': '์ œ๊ฑฐ ์ค‘', + 'settings.cron.jobs.resume': '์žฌ๊ฐœ', + 'settings.cron.jobs.runningNow': '์ง€๊ธˆ ์‹คํ–‰ ์ค‘', + 'settings.cron.jobs.saving': '์ €์žฅ ์ค‘โ€ฆ', + 'settings.cron.jobs.schedule': '์ผ์ •', + 'settings.cron.jobs.title': '์ฝ”์–ด Cron ์ž‘์—…', + 'settings.cron.jobs.viewRuns': '์‹คํ–‰ ๊ธฐ๋ก ๋ณด๊ธฐ', + 'settings.localModel.deviceCapability.active': 'ํ™œ์„ฑ', + 'settings.localModel.deviceCapability.appliedTier': '์ ์šฉ๋œ ํ‹ฐ์–ด', + 'settings.localModel.deviceCapability.applying': '์ ์šฉ ์ค‘', + 'settings.localModel.deviceCapability.cores': '{count}', + 'settings.localModel.deviceCapability.couldNotLoadPresets': 'ํ”„๋ฆฌ์…‹์„ ๋ถˆ๋Ÿฌ์˜ฌ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค', + 'settings.localModel.deviceCapability.cpu': 'CPU', + 'settings.localModel.deviceCapability.customModelIds': '์‚ฌ์šฉ์ž ์ง€์ • ๋ชจ๋ธ ID', + 'settings.localModel.deviceCapability.detected': '๊ฐ์ง€๋จ', + 'settings.localModel.deviceCapability.disabled': '๋น„ํ™œ์„ฑํ™”๋จ', + 'settings.localModel.deviceCapability.disabledDesc': '๋น„ํ™œ์„ฑํ™” ์„ค๋ช…', + 'settings.localModel.deviceCapability.downloadingModels': '(๋ชจ๋ธ ๋‹ค์šด๋กœ๋“œ ์ค‘)', + 'settings.localModel.deviceCapability.downloadingSetupDesc': + 'OllamaSetup ์„ค์น˜ ํ”„๋กœ๊ทธ๋žจ(~2GB)์„ ๋‹ค์šด๋กœ๋“œํ•˜๊ณ  ์••์ถ•์„ ํ‘ธ๋Š” ์ค‘์ž…๋‹ˆ๋‹ค. ์ฒซ ์„ค์น˜ ์‹œ ์‹œ๊ฐ„์ด ๊ฑธ๋ฆด ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.', + 'settings.localModel.deviceCapability.failedToApplyPreset': 'ํ”„๋ฆฌ์…‹ ์ ์šฉ ์‹คํŒจ', + 'settings.localModel.deviceCapability.gpu': 'GPU', + 'settings.localModel.deviceCapability.installFailed': 'Ollama ์„ค์น˜ ์‹คํŒจ', + 'settings.localModel.deviceCapability.installFailedDesc': + 'Ollama๋ฅผ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ๊ธฐ ์ „์— ์„ค์น˜ ํ”„๋กœ๊ทธ๋žจ์ด ์ข…๋ฃŒ๋˜์—ˆ์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•˜๋ ค๋ฉด ์žฌ์‹œ๋„๋ฅผ ํด๋ฆญํ•˜๊ฑฐ๋‚˜ ollama.com์—์„œ ์ˆ˜๋™์œผ๋กœ ์„ค์น˜ํ•˜์„ธ์š”.', + 'settings.localModel.deviceCapability.installFirst': '๋จผ์ € Ollama๋ฅผ ์‹คํ–‰ํ•˜์„ธ์š”.', + 'settings.localModel.deviceCapability.installFirstDesc': + '๋กœ์ปฌ ํ‹ฐ์–ด๋Š” ์™ธ๋ถ€์—์„œ ๊ด€๋ฆฌ๋˜๋Š” Ollama ์—”๋“œํฌ์ธํŠธ์— ์˜์กดํ•ฉ๋‹ˆ๋‹ค. ์ง์ ‘ ์‹œ์ž‘ํ•˜๊ณ  ์›ํ•˜๋Š” ๋ชจ๋ธ์„ ๊ฐ€์ ธ์˜จ ๋’ค, ๋Ÿฐํƒ€์ž„์— ์—ฐ๊ฒฐํ•  ์ˆ˜ ์žˆ์„ ๋•Œ๊นŒ์ง€ "๋น„ํ™œ์„ฑํ™”๋จ(ํด๋ผ์šฐ๋“œ ๋Œ€์ฒด)"์„ ๊ณ„์† ์‚ฌ์šฉํ•˜์„ธ์š”.', + 'settings.localModel.deviceCapability.installOllamaFirst': + '์ด ํ‹ฐ์–ด๋ฅผ ์‚ฌ์šฉํ•˜๋ ค๋ฉด ๋จผ์ € Ollama๋ฅผ ์‹คํ–‰ํ•˜์„ธ์š”', + 'settings.localModel.deviceCapability.installingOllama': 'Ollama ์„ค์น˜ ์ค‘', + 'settings.localModel.deviceCapability.loadingDeviceInfo': '๊ธฐ๊ธฐ ์ •๋ณด ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘', + 'settings.localModel.deviceCapability.localAiDisabled': + '๋กœ์ปฌ AI ๋น„ํ™œ์„ฑํ™”๋จ โ€” ํด๋ผ์šฐ๋“œ ๋Œ€์ฒด ์‚ฌ์šฉ ์ค‘.', + 'settings.localModel.deviceCapability.modelTier': '๋ชจ๋ธ ํ‹ฐ์–ด', + 'settings.localModel.deviceCapability.needsOllama': 'Ollama ํ•„์š”', + 'settings.localModel.deviceCapability.notDetected': '๊ฐ์ง€๋˜์ง€ ์•Š์Œ', + 'settings.localModel.deviceCapability.ram': 'RAM', + 'settings.localModel.deviceCapability.recommended': '๊ถŒ์žฅ', + 'settings.localModel.deviceCapability.retryInstall': '๋‹ค์‹œ ์‹œ๋„ ์ค‘โ€ฆ', + 'settings.localModel.deviceCapability.retrying': '๋‹ค์‹œ ์‹œ๋„ ์ค‘โ€ฆ', + 'settings.localModel.deviceCapability.starting': '์‹œ์ž‘ ์ค‘โ€ฆ', + 'settings.localModel.download.audioPathPlaceholder': '์˜ค๋””์˜ค ํŒŒ์ผ์˜ ์ ˆ๋Œ€ ๊ฒฝ๋กœ', + 'settings.localModel.download.capabilityAssets': '๊ธฐ๋Šฅ ์ž์‚ฐ', + 'settings.localModel.download.downloading': '๋‹ค์šด๋กœ๋“œ ์ค‘...', + 'settings.localModel.download.embeddingPlaceholder': '์ค„๋งˆ๋‹ค ํ•˜๋‚˜์˜ ์ž…๋ ฅ ๋ฌธ์ž์—ด...', + 'settings.localModel.download.noThinkMode': '์ƒ๊ฐ ์—†์Œ ๋ชจ๋“œ', + 'settings.localModel.download.promptPlaceholder': + '์•„๋ฌด ํ”„๋กฌํ”„ํŠธ๋‚˜ ์ž…๋ ฅํ•˜๊ณ  ๋กœ์ปฌ ๋ชจ๋ธ์—์„œ ์‹คํ–‰ํ•˜์„ธ์š”...', + 'settings.localModel.download.quantizationPref': '์–‘์žํ™” ๊ธฐ๋ณธ ์„ค์ •', + 'settings.localModel.download.runEmbeddingTest': '์‹คํ–‰ ์ค‘...', + 'settings.localModel.download.runPromptTest': 'ํ”„๋กฌํ”„ํŠธ ํ…Œ์ŠคํŠธ ์‹คํ–‰', + 'settings.localModel.download.runSummaryTest': '์š”์•ฝ ํ…Œ์ŠคํŠธ ์‹คํ–‰', + 'settings.localModel.download.runTranscriptionTest': '์‹คํ–‰ ์ค‘...', + 'settings.localModel.download.runTtsTest': '์‹คํ–‰ ์ค‘...', + 'settings.localModel.download.runVisionTest': '์‹คํ–‰ ์ค‘...', + 'settings.localModel.download.running': '์‹คํ–‰ ์ค‘...', + 'settings.localModel.download.runningPrompt': 'ํ”„๋กฌํ”„ํŠธ ์‹คํ–‰ ์ค‘', + 'settings.localModel.download.summarizePlaceholder': + '๋กœ์ปฌ ๋ชจ๋ธ๋กœ ์š”์•ฝํ•  ํ…์ŠคํŠธ๋ฅผ ๋ถ™์—ฌ๋„ฃ์œผ์„ธ์š”...', + 'settings.localModel.download.testCustomPrompt': '์‚ฌ์šฉ์ž ์ง€์ • ํ”„๋กฌํ”„ํŠธ ํ…Œ์ŠคํŠธ', + 'settings.localModel.download.testEmbeddings': '์ž„๋ฒ ๋”ฉ ํ…Œ์ŠคํŠธ', + 'settings.localModel.download.testSummarization': '์š”์•ฝ ํ…Œ์ŠคํŠธ', + 'settings.localModel.download.testVisionPrompt': '๋น„์ „ ํ”„๋กฌํ”„ํŠธ ํ…Œ์ŠคํŠธ', + 'settings.localModel.download.testVoiceInput': '์Œ์„ฑ ์ž…๋ ฅ ํ…Œ์ŠคํŠธ(STT)', + 'settings.localModel.download.testVoiceOutput': '์Œ์„ฑ ์ถœ๋ ฅ ํ…Œ์ŠคํŠธ(TTS)', + 'settings.localModel.download.ttsOutputPlaceholder': '์„ ํƒ์  ์ถœ๋ ฅ WAV ๊ฒฝ๋กœ', + 'settings.localModel.download.ttsPlaceholder': 'ํ•ฉ์„ฑํ•  ํ…์ŠคํŠธ ์ž…๋ ฅ...', + 'settings.localModel.download.visionImagePlaceholder': + '์ค„๋งˆ๋‹ค ํ•˜๋‚˜์˜ ์ด๋ฏธ์ง€ ์ฐธ์กฐ(data URI, URL ๋˜๋Š” ๋กœ์ปฌ ๊ฒฝ๋กœ ํ‘œ์‹œ)', + 'settings.localModel.download.visionPromptPlaceholder': '๋น„์ „ ๋ชจ๋ธ์šฉ ํ”„๋กฌํ”„ํŠธ ์ž…๋ ฅ...', + 'settings.localModel.status.allChecksPassed': '๋ชจ๋“  ํ™•์ธ ํ†ต๊ณผ', + 'settings.localModel.status.artifact': '์•„ํ‹ฐํŒฉํŠธ', + 'settings.localModel.status.backend': '๋ฐฑ์—”๋“œ', + 'settings.localModel.status.binary': '๋ฐ”์ด๋„ˆ๋ฆฌ', + 'settings.localModel.status.bootstrapResume': '๋ถ€ํŠธ์ŠคํŠธ๋žฉ / ์žฌ๊ฐœ', + 'settings.localModel.status.checking': 'ํ™•์ธ ์ค‘...', + 'settings.localModel.status.checkingOllama': 'Ollama ํ™•์ธ ์ค‘', + 'settings.localModel.status.customLocation': '์‚ฌ์šฉ์ž ์ง€์ • ์œ„์น˜', + 'settings.localModel.status.customLocationDesc': '์‚ฌ์šฉ์ž ์ง€์ • ์œ„์น˜ ์„ค๋ช…', + 'settings.localModel.status.diagnosticsHint': + '"์ง„๋‹จ ์‹คํ–‰"์„ ํด๋ฆญํ•˜์—ฌ Ollama๊ฐ€ ์‹คํ–‰ ์ค‘์ด๊ณ  ๋ชจ๋ธ์ด ์„ค์น˜๋˜์–ด ์žˆ๋Š”์ง€ ํ™•์ธํ•˜์„ธ์š”.', + 'settings.localModel.status.downloadingUnknown': '๋‹ค์šด๋กœ๋“œ ์ค‘(ํฌ๊ธฐ ์•Œ ์ˆ˜ ์—†์Œ)', + 'settings.localModel.status.eta': '์˜ˆ์ƒ ์‹œ๊ฐ„', + 'settings.localModel.status.expectedModels': '์˜ˆ์ƒ ๋ชจ๋ธ', + 'settings.localModel.status.forceRebootstrap': '๊ฐ•์ œ ์žฌ๋ถ€ํŠธ์ŠคํŠธ๋žฉ', + 'settings.localModel.status.generationTps': '์ƒ์„ฑ TPS', + 'settings.localModel.status.hideErrorDetails': '์˜ค๋ฅ˜ ์„ธ๋ถ€ ์ •๋ณด ์ˆจ๊ธฐ๊ธฐ', + 'settings.localModel.status.installManually': '์ˆ˜๋™ ์„ค์น˜', + 'settings.localModel.status.installManuallyFrom': '๋‹ค์Œ์—์„œ ์ˆ˜๋™ ์„ค์น˜', + 'settings.localModel.status.installOllama': '์‹œ์ž‘ ์ค‘โ€ฆ', + 'settings.localModel.status.installedModels': '์„ค์น˜๋œ ๋ชจ๋ธ', + 'settings.localModel.status.installing': '์„ค์น˜ ์ค‘...', + 'settings.localModel.status.installingOllama': 'Ollama ๋Ÿฐํƒ€์ž„ ์„ค์น˜ ์ค‘...', + 'settings.localModel.status.issues': '๋ฌธ์ œ', + 'settings.localModel.status.issuesFound': '๋ฌธ์ œ {count}๊ฐœ ๋ฐœ๊ฒฌ', + 'settings.localModel.status.lastLatency': '๋งˆ์ง€๋ง‰ ์ง€์—ฐ ์‹œ๊ฐ„', + 'settings.localModel.status.model': '๋ชจ๋ธ', + 'settings.localModel.status.notFound': '์ฐพ์„ ์ˆ˜ ์—†์Œ', + 'settings.localModel.status.notRunning': '์‹คํ–‰ ์ค‘์ด ์•„๋‹˜', + 'settings.localModel.status.ollamaBinaryPath': 'Ollama ๋ฐ”์ด๋„ˆ๋ฆฌ ๊ฒฝ๋กœ', + 'settings.localModel.status.ollamaDiagnostics': 'Ollama ์ง„๋‹จ', + 'settings.localModel.status.ollamaNotInstalled': 'Ollama ๋Ÿฐํƒ€์ž„์„ ์‚ฌ์šฉํ•  ์ˆ˜ ์—†์Œ', + 'settings.localModel.status.ollamaNotInstalledDesc': + 'OpenHuman์€ ์ด์ œ Ollama๋ฅผ ์™ธ๋ถ€ ์ถ”๋ก  ๋Ÿฐํƒ€์ž„์œผ๋กœ ์ทจ๊ธ‰ํ•ฉ๋‹ˆ๋‹ค. ์ง์ ‘ Ollama ์„œ๋ฒ„๋ฅผ ์‹œ์ž‘ํ•˜๊ณ  ์›ํ•˜๋Š” ๋ชจ๋ธ์„ ๊ฐ€์ ธ์˜จ ๋’ค ์ž‘์—… ๋ผ์šฐํŒ…์„ ํ•ด๋‹น ์„œ๋ฒ„๋กœ ์ง€์ •ํ•˜์„ธ์š”.', + 'settings.localModel.status.progress': '์ง„ํ–‰๋ฅ ', + 'settings.localModel.status.provider': '์ œ๊ณต์—…์ฒด', + 'settings.localModel.status.retryBootstrap': '๋ถ€ํŠธ์ŠคํŠธ๋žฉ ๋‹ค์‹œ ์‹œ๋„', + 'settings.localModel.status.runDiagnostics': 'ํ™•์ธ ์ค‘...', + 'settings.localModel.status.running': '์‹คํ–‰ ์ค‘', + 'settings.localModel.status.runningExternalProcess': '์™ธ๋ถ€ ํ”„๋กœ์„ธ์Šค๋กœ ์‹คํ–‰ ์ค‘', + 'settings.localModel.status.runtimeStatus': '๋Ÿฐํƒ€์ž„ ์ƒํƒœ', + 'settings.localModel.status.server': '์„œ๋ฒ„', + 'settings.localModel.status.setPath': '์„ค์ • ์ค‘...', + 'settings.localModel.status.setting': '์„ค์ • ์ค‘...', + 'settings.localModel.status.showErrorDetails': '์˜ค๋ฅ˜ ์„ธ๋ถ€ ์ •๋ณด ์ˆจ๊ธฐ๊ธฐ', + 'settings.localModel.status.showInstallErrorDetails': '์˜ค๋ฅ˜ ์„ธ๋ถ€ ์ •๋ณด ์ˆจ๊ธฐ๊ธฐ', + 'settings.localModel.status.suggestedFixes': '์ œ์•ˆ๋œ ์ˆ˜์ • ์‚ฌํ•ญ', + 'settings.localModel.status.thenSetPath': '๊ทธ๋Ÿฐ ๋‹ค์Œ ๊ฒฝ๋กœ ์„ค์ •', + 'settings.localModel.status.triggering': 'ํŠธ๋ฆฌ๊ฑฐ ์ค‘...', + 'settings.localModel.status.unavailable': '์‚ฌ์šฉํ•  ์ˆ˜ ์—†์Œ', + 'settings.localModel.status.working': '์ž‘์—… ์ค‘...', + 'settings.mascot.active': 'ํ™œ์„ฑ', + 'settings.mascot.characterDesc': '์บ๋ฆญํ„ฐ ์„ค๋ช…', + 'settings.mascot.characterHeading': '์บ๋ฆญํ„ฐ ์ œ๋ชฉ', + 'settings.mascot.colorDesc': '์ƒ‰์ƒ ์„ค๋ช…', + 'settings.mascot.colorHeading': '์ƒ‰์ƒ ์ œ๋ชฉ', + 'settings.mascot.loadingLibrary': 'OpenHuman ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘โ€ฆ', + 'settings.mascot.localDefault': '๋กœ์ปฌ OpenHuman(๊ธฐ๋ณธ๊ฐ’)', + 'settings.mascot.noCharacters': '์•„์ง ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ๋Š” OpenHuman ์บ๋ฆญํ„ฐ๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค', + 'settings.mascot.noColorVariants': '์ƒ‰์ƒ ๋ณ€ํ˜• ์—†์Œ', + 'settings.mascot.voice.current': 'ํ˜„์žฌ', + 'settings.mascot.voice.customDesc': + 'api.elevenlabs.io/v1/voices ๋˜๋Š” ElevenLabs ๋Œ€์‹œ๋ณด๋“œ์—์„œ ์Œ์„ฑ ID๋ฅผ ์ฐพ์œผ์„ธ์š”. ID๋งŒ ์ €์žฅ๋˜๋ฉฐ API ํ‚ค๋Š” ๋ฐฑ์—”๋“œ์— ์œ ์ง€๋ฉ๋‹ˆ๋‹ค.', + 'settings.mascot.voice.customHeading': '์‚ฌ์šฉ์ž ์ง€์ • ์Œ์„ฑ ID', + 'settings.mascot.voice.customOption': '๊ธฐํƒ€(์Œ์„ฑ ID ๋ถ™์—ฌ๋„ฃ๊ธฐ)โ€ฆ', + 'settings.mascot.voice.desc': + '๋งˆ์Šค์ฝ”ํŠธ๊ฐ€ ์Œ์„ฑ ์‘๋‹ต์— ์‚ฌ์šฉํ•  ElevenLabs ์Œ์„ฑ์„ ์„ ํƒํ•˜์„ธ์š”. ์„ฑ๋ณ„๋กœ ํ•„ํ„ฐ๋งํ•˜๊ณ , ์„ ๋ณ„๋œ ๋ชฉ๋ก์—์„œ ์„ ํƒํ•˜๊ฑฐ๋‚˜, ์‚ฌ์šฉ์ž ์ง€์ • ID๋ฅผ ๋ถ™์—ฌ๋„ฃ๊ฑฐ๋‚˜, ์•ฑ์ด ์ธํ„ฐํŽ˜์ด์Šค ์–ธ์–ด์— ๋งž๋Š” ์Œ์„ฑ์„ ์„ ํƒํ•˜๋„๋ก ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.', + 'settings.mascot.voice.genderFemale': '์—ฌ์„ฑ', + 'settings.mascot.voice.genderHeading': '์Œ์„ฑ ์„ฑ๋ณ„', + 'settings.mascot.voice.genderMale': '๋‚จ์„ฑ', + 'settings.mascot.voice.heading': '์Œ์„ฑ', + 'settings.mascot.voice.preset': '์Œ์„ฑ ํ”„๋ฆฌ์…‹', + 'settings.mascot.voice.presetHeading': '์Œ์„ฑ ํ”„๋ฆฌ์…‹', + 'settings.mascot.voice.preview': '์Œ์„ฑ ๋ฏธ๋ฆฌ๋“ฃ๊ธฐ', + 'settings.mascot.voice.previewError': '์Œ์„ฑ ๋ฏธ๋ฆฌ๋“ฃ๊ธฐ ์‹คํŒจ', + 'settings.mascot.voice.previewing': '๋ฏธ๋ฆฌ๋“ฃ๋Š” ์ค‘โ€ฆ', + 'settings.mascot.voice.reset': '๊ธฐ๋ณธ๊ฐ’์œผ๋กœ ์ดˆ๊ธฐํ™”', + 'settings.mascot.voice.useLocaleDefault': '์•ฑ ์–ธ์–ด์™€ ์ผ์น˜', + 'settings.mascot.voice.useLocaleDefaultDesc': + 'ํ˜„์žฌ ์ธํ„ฐํŽ˜์ด์Šค ์–ธ์–ด์— ๋งž๋Š” ์Œ์„ฑ์„ ์ž๋™์œผ๋กœ ์„ ํƒํ•ฉ๋‹ˆ๋‹ค.', + 'settings.memoryWindow.balanced.badge': '์ถ”์ฒœ', + 'settings.memoryWindow.balanced.hint': + 'ํ•ฉ๋ฆฌ์ ์ธ ๊ธฐ๋ณธ๊ฐ’ โ€” ๋งค๋ฒˆ ์ถ”๊ฐ€ ํ† ํฐ์„ ๋งŽ์ด ์“ฐ์ง€ ์•Š์œผ๋ฉด์„œ ์ข‹์€ ์—ฐ์†์„ฑ์„ ์ œ๊ณตํ•ฉ๋‹ˆ๋‹ค.', + 'settings.memoryWindow.balanced.label': '๊ท ํ˜•', + 'settings.memoryWindow.description': + 'OpenHuman์ด ์ƒˆ ์—์ด์ „ํŠธ ์‹คํ–‰๋งˆ๋‹ค ์ฃผ์ž…ํ•˜๋Š” ๊ธฐ์–ต๋œ ์ปจํ…์ŠคํŠธ์˜ ์–‘์ž…๋‹ˆ๋‹ค. ์ฐฝ์ด ํด์ˆ˜๋ก ๊ณผ๊ฑฐ ๋Œ€ํ™”๋ฅผ ๋” ์ž˜ ์ธ์‹ํ•˜์ง€๋งŒ, ๋งค ์‹คํ–‰๋งˆ๋‹ค ๋” ๋งŽ์€ ํ† ํฐ์„ ์‚ฌ์šฉํ•˜๊ณ  ๋น„์šฉ๋„ ๋” ๋“ญ๋‹ˆ๋‹ค.', + 'settings.memoryWindow.extended.badge': '๋” ๋งŽ์€ ์ปจํ…์ŠคํŠธ', + 'settings.memoryWindow.extended.hint': + '๊ฐ ์‹คํ–‰์— ๋” ๋งŽ์€ ์žฅ๊ธฐ ๋ฉ”๋ชจ๋ฆฌ๋ฅผ ์ฃผ์ž…ํ•ฉ๋‹ˆ๋‹ค. ํ„ด๋‹น ํ† ํฐ ๋น„์šฉ์ด ๋” ๋†’์Šต๋‹ˆ๋‹ค.', + 'settings.memoryWindow.extended.label': 'ํ™•์žฅ', + 'settings.memoryWindow.maximum.badge': '๊ฐ€์žฅ ๋†’์€ ๋น„์šฉ', + 'settings.memoryWindow.maximum.hint': + '๊ฐ€์žฅ ํฐ ์•ˆ์ „ ์ฐฝ์ž…๋‹ˆ๋‹ค. ์ตœ๊ณ ์˜ ์—ฐ์†์„ฑ์„ ์ œ๊ณตํ•˜์ง€๋งŒ ๋งค ์‹คํ–‰๋งˆ๋‹ค ํ† ํฐ ๋น„์šฉ์ด ์˜๋ฏธ ์žˆ๊ฒŒ ์ฆ๊ฐ€ํ•ฉ๋‹ˆ๋‹ค.', + 'settings.memoryWindow.maximum.label': '์ตœ๋Œ€', + 'settings.memoryWindow.minimal.badge': '๊ฐ€์žฅ ์ €๋ ดํ•จ', + 'settings.memoryWindow.minimal.hint': + '๊ฐ€์žฅ ์ž‘์€ ๋ฉ”๋ชจ๋ฆฌ ์ฐฝ์ž…๋‹ˆ๋‹ค. ๊ฐ€์žฅ ์ €๋ ดํ•˜๊ณ  ๋น ๋ฅด์ง€๋งŒ ์‹คํ–‰ ๊ฐ„ ์—ฐ์†์„ฑ์ด ๊ฐ€์žฅ ๋‚ฎ์Šต๋‹ˆ๋‹ค.', + 'settings.memoryWindow.minimal.label': '์ตœ์†Œ', + 'settings.memoryWindow.title': '์žฅ๊ธฐ ๋ฉ”๋ชจ๋ฆฌ ์ฐฝ', + 'settings.screenIntel.permissions.accessibility': '์ ‘๊ทผ์„ฑ', + 'settings.screenIntel.permissions.grantHint': '๊ถŒํ•œ ํ—ˆ์šฉ ์•ˆ๋‚ด', + 'settings.screenIntel.permissions.inputMonitoring': '์ž…๋ ฅ ๋ชจ๋‹ˆํ„ฐ๋ง', + 'settings.screenIntel.permissions.macosAppliesPrivacy': 'macOS ๊ฐœ์ธ์ •๋ณด ๋ณดํ˜ธ ์ ์šฉ', + 'settings.screenIntel.permissions.openInputMonitoring': '์š”์ฒญ ์ค‘โ€ฆ', + 'settings.screenIntel.permissions.refreshStatus': '์ƒˆ๋กœ๊ณ ์นจ ์ค‘โ€ฆ', + 'settings.screenIntel.permissions.refreshing': '์ƒˆ๋กœ๊ณ ์นจ ์ค‘โ€ฆ', + 'settings.screenIntel.permissions.requestAccessibility': '์š”์ฒญ ์ค‘โ€ฆ', + 'settings.screenIntel.permissions.requestScreenRecording': '์š”์ฒญ ์ค‘โ€ฆ', + 'settings.screenIntel.permissions.requesting': '์š”์ฒญ ์ค‘โ€ฆ', + 'settings.screenIntel.permissions.restartRefresh': '์ฝ”์–ด ๋‹ค์‹œ ์‹œ์ž‘ ์ค‘โ€ฆ', + 'settings.screenIntel.permissions.restartingCore': '์ฝ”์–ด ๋‹ค์‹œ ์‹œ์ž‘ ์ค‘โ€ฆ', + 'settings.screenIntel.permissions.screenRecording': 'ํ™”๋ฉด ๋…นํ™”', + 'settings.screenIntel.permissions.title': '๊ถŒํ•œ', + 'skills.card.moreActions': '์ถ”๊ฐ€ ์ž‘์—…', + 'skills.create.allowedTools': 'ํ—ˆ์šฉ๋œ ๋„๊ตฌ', + 'skills.create.author': '์ž‘์„ฑ์ž', + 'skills.create.authorPlaceholder': '์ด๋ฆ„', + 'skills.create.commaSeparated': '(์‰ผํ‘œ๋กœ ๊ตฌ๋ถ„)', + 'skills.create.createBtn': '์Šคํ‚ฌ ์ƒ์„ฑ', + 'skills.create.createError': '์Šคํ‚ฌ์„ ์ƒ์„ฑํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค', + 'skills.create.creating': '์ƒ์„ฑ ์ค‘โ€ฆ', + 'skills.create.description': '์„ค๋ช…', + 'skills.create.descriptionPlaceholder': '์ด ์Šคํ‚ฌ์€ ๋ฌด์—‡์„ ํ•˜๋‚˜์š”?', + 'skills.create.license': '๋ผ์ด์„ ์Šค', + 'skills.create.name': '์ด๋ฆ„', + 'skills.create.namePlaceholder': '์˜ˆ: Trade Journal', + 'skills.create.scope': '๋ฒ”์œ„', + 'skills.create.scopeProjectHint': '/.openhuman/skills/', + 'skills.create.scopeUserHint': + '~/.openhuman/skills//SKILL.md์— ์ž‘์„ฑ๋จ โ€” ๋ชจ๋“  ์›Œํฌ์ŠคํŽ˜์ด์Šค์—์„œ ์‚ฌ์šฉ ๊ฐ€๋Šฅ.', + 'skills.create.slugLabel': '์Šฌ๋Ÿฌ๊ทธ ๋ผ๋ฒจ', + 'skills.create.subtitle': 'SKILL.md', + 'skills.create.tags': 'ํƒœ๊ทธ', + 'skills.create.title': '์ƒˆ ์Šคํ‚ฌ', + 'skills.detail.allowedTools': 'ํ—ˆ์šฉ๋œ ๋„๊ตฌ', + 'skills.detail.author': '์ž‘์„ฑ์ž', + 'skills.detail.bundledResources': '๋ฒˆ๋“ค ๋ฆฌ์†Œ์Šค', + 'skills.detail.closeAriaLabel': '์Šคํ‚ฌ ์„ธ๋ถ€ ์ •๋ณด ๋‹ซ๊ธฐ', + 'skills.detail.location': '์œ„์น˜', + 'skills.detail.noBundledResources': '๋ฒˆ๋“ค ๋ฆฌ์†Œ์Šค๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค.', + 'skills.detail.tags': 'ํƒœ๊ทธ', + 'skills.detail.warnings': '๊ฒฝ๊ณ ', + 'skills.install.fetchLog': '๋กœ๊ทธ ๊ฐ€์ ธ์˜ค๊ธฐ', + 'skills.install.installBtn': '์„ค์น˜ ์ค‘โ€ฆ', + 'skills.install.installComplete': '์„ค์น˜ ์™„๋ฃŒ', + 'skills.install.installing': '์„ค์น˜ ์ค‘โ€ฆ', + 'skills.install.parseWarnings': 'ํŒŒ์‹ฑ ๊ฒฝ๊ณ ', + 'skills.install.rawError': '์›์‹œ ์˜ค๋ฅ˜', + 'skills.install.timeoutHint': '(์ดˆ, ์„ ํƒ ์‚ฌํ•ญ)', + 'skills.install.timeoutLabel': '์‹œ๊ฐ„ ์ดˆ๊ณผ ๋ผ๋ฒจ', + 'skills.install.title': 'URL์—์„œ ์Šคํ‚ฌ ์„ค์น˜', + 'skills.install.urlLabel': '์Šคํ‚ฌ URL', + 'skills.meetingBots.bannerDesc': + 'Google Meet ๋งํฌ๋ฅผ ๋„ฃ์œผ๋ฉด OpenHuman์ด ๊ฒŒ์ŠคํŠธ๋กœ ์ฐธ์—ฌํ•˜์—ฌ ๋งํ•˜๊ณ , ๋“ฃ๊ณ , ๋ฐ˜์‘ํ•ฉ๋‹ˆ๋‹ค.', + 'skills.meetingBots.bannerTitle': 'OpenHuman์„ ํšŒ์˜์— ๋ณด๋‚ด๊ธฐ', + 'skills.meetingBots.busyTitle': 'OpenHuman์ด ๋ฐ”์ฉ๋‹ˆ๋‹ค', + 'skills.meetingBots.comingSoon': '๊ณง ์ œ๊ณต ์˜ˆ์ •', + 'skills.meetingBots.couldNotStartTitle': 'OpenHuman์„ ์‹œ์ž‘ํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค', + 'skills.meetingBots.displayName': 'ํ‘œ์‹œ ์ด๋ฆ„', + 'skills.meetingBots.failedToStart': 'OpenHuman ์‹œ์ž‘์— ์‹คํŒจํ–ˆ์Šต๋‹ˆ๋‹ค.', + 'skills.meetingBots.joiningMessage': '๋ช‡ ์ดˆ ์•ˆ์— ์ฐธ๊ฐ€์ž๋กœ ํ‘œ์‹œ๋  ๊ฒƒ์ž…๋‹ˆ๋‹ค.', + 'skills.meetingBots.joiningTitle': 'OpenHuman์ด ํšŒ์˜์— ์ฐธ์—ฌํ•˜๋Š” ์ค‘', + 'skills.meetingBots.meetingLink': 'ํšŒ์˜ ๋งํฌ', + 'skills.meetingBots.modalAriaLabel': 'OpenHuman์„ ํšŒ์˜์— ๋ณด๋‚ด๊ธฐ', + 'skills.meetingBots.modalDesc': + 'OpenHuman์ด ์ต๋ช… ๊ฒŒ์ŠคํŠธ๋กœ ์ฐธ์—ฌํ•˜์—ฌ ๋น„๋””์˜ค๋ฅผ ํ†ตํ™”์— ์ŠคํŠธ๋ฆฌ๋ฐํ•˜๊ณ  ์—์ด์ „ํŠธ๋ฅผ ํ†ตํ•ด ์‘๋‹ตํ•ฉ๋‹ˆ๋‹ค.', + 'skills.meetingBots.modalTitle': 'OpenHuman์„ ํšŒ์˜์— ๋ณด๋‚ด๊ธฐ', + 'skills.meetingBots.newBadge': '์ƒˆ ํ•ญ๋ชฉ', + 'skills.meetingBots.sendTo': '๋ณด๋‚ด๊ธฐ', + 'skills.meetingBots.starting': '์‹œ์ž‘ ์ค‘โ€ฆ', + 'skills.resource.preview.closeAriaLabel': '๋ฏธ๋ฆฌ๋ณด๊ธฐ ๋‹ซ๊ธฐ', + 'skills.resource.preview.failed': '๋ฏธ๋ฆฌ๋ณด๊ธฐ ์‹คํŒจ', + 'skills.resource.preview.loading': '๋ฏธ๋ฆฌ๋ณด๊ธฐ ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘โ€ฆ', + 'skills.resource.tree.empty': '๋ฒˆ๋“ค ๋ฆฌ์†Œ์Šค๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค.', + 'skills.search.placeholder': 'ํ”Œ๋ ˆ์ด์Šคํ™€๋”', + 'skills.setup.autocomplete.acceptKey': '์ˆ˜๋ฝ ํ‚ค', + 'skills.setup.autocomplete.activeDesc': 'ํ™œ์„ฑ ์„ค๋ช…', + 'skills.setup.autocomplete.activeTitle': '์ž๋™ ์™„์„ฑ์ด ํ™œ์„ฑํ™”๋จ', + 'skills.setup.autocomplete.customizeSettings': '์„ค์ • ์‚ฌ์šฉ์ž ์ง€์ •', + 'skills.setup.autocomplete.debounce': '๋””๋ฐ”์šด์Šค', + 'skills.setup.autocomplete.description': '์„ค๋ช…', + 'skills.setup.autocomplete.enableBtn': 'ํ™œ์„ฑํ™” ์ค‘...', + 'skills.setup.autocomplete.enableError': '์ž๋™ ์™„์„ฑ์„ ํ™œ์„ฑํ™”ํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค', + 'skills.setup.autocomplete.enabling': 'ํ™œ์„ฑํ™” ์ค‘...', + 'skills.setup.autocomplete.notSupported': '์ง€์›๋˜์ง€ ์•Š์Œ', + 'skills.setup.autocomplete.stepEnable': '์ธ๋ผ์ธ ์™„์„ฑ ํ™œ์„ฑํ™”', + 'skills.setup.autocomplete.stepSuccess': '์‚ฌ์šฉ ์ค€๋น„ ์™„๋ฃŒ', + 'skills.setup.autocomplete.stylePreset': '์Šคํƒ€์ผ ํ”„๋ฆฌ์…‹', + 'skills.setup.autocomplete.stylePresetValue': '๊ท ํ˜•(๋‚˜์ค‘์— ๊ตฌ์„ฑ ๊ฐ€๋Šฅ)', + 'skills.setup.autocomplete.title': 'ํ…์ŠคํŠธ ์ž๋™ ์™„์„ฑ', + 'skills.setup.screenIntel.activeDesc': 'ํ™œ์„ฑ ์„ค๋ช…', + 'skills.setup.screenIntel.activeTitle': 'ํ™”๋ฉด ์ธํ…”๋ฆฌ์ „์Šค๊ฐ€ ํ™œ์„ฑํ™”๋จ', + 'skills.setup.screenIntel.advancedSettings': '๊ณ ๊ธ‰ ์„ค์ •', + 'skills.setup.screenIntel.allGranted': '๋ชจ๋“  ๊ถŒํ•œ ํ—ˆ์šฉ๋จ', + 'skills.setup.screenIntel.captureMode': '์บก์ฒ˜ ๋ชจ๋“œ', + 'skills.setup.screenIntel.captureModeValue': '๋ชจ๋“  ์ฐฝ(๋‚˜์ค‘์— ๊ตฌ์„ฑ ๊ฐ€๋Šฅ)', + 'skills.setup.screenIntel.deniedHint': + '์‹œ์Šคํ…œ ์„ค์ •์—์„œ ๊ถŒํ•œ์„ ํ—ˆ์šฉํ•œ ํ›„ ์•„๋ž˜๋ฅผ ํด๋ฆญํ•˜์—ฌ ๋‹ค์‹œ ์‹œ์ž‘ํ•˜๊ณ  ๋ณ€๊ฒฝ ์‚ฌํ•ญ์„ ์ ์šฉํ•˜์„ธ์š”.', + 'skills.setup.screenIntel.enableBtn': 'ํ™œ์„ฑํ™” ์ค‘...', + 'skills.setup.screenIntel.enableDesc': + 'ํ™”๋ฉด์˜ ๋‚ด์šฉ์„ ์ฝ๊ณ  ์œ ์šฉํ•œ ์ปจํ…์ŠคํŠธ๋ฅผ ์—์ด์ „ํŠธ์— ์ œ๊ณตํ•ฉ๋‹ˆ๋‹ค', + 'skills.setup.screenIntel.enableError': 'ํ™”๋ฉด ์ธํ…”๋ฆฌ์ „์Šค๋ฅผ ํ™œ์„ฑํ™”ํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค', + 'skills.setup.screenIntel.enabling': 'ํ™œ์„ฑํ™” ์ค‘...', + 'skills.setup.screenIntel.grant': '์—ฌ๋Š” ์ค‘...', + 'skills.setup.screenIntel.granted': 'ํ—ˆ์šฉ๋จ', + 'skills.setup.screenIntel.macosOnly': 'macOS ์ „์šฉ', + 'skills.setup.screenIntel.opening': '์—ฌ๋Š” ์ค‘...', + 'skills.setup.screenIntel.panicHotkey': 'ํŒจ๋‹‰ ํ•ซํ‚ค', + 'skills.setup.screenIntel.permAccessibility': '์ ‘๊ทผ์„ฑ', + 'skills.setup.screenIntel.permInputMonitoring': '์ž…๋ ฅ ๋ชจ๋‹ˆํ„ฐ๋ง', + 'skills.setup.screenIntel.permScreenRecording': 'ํ™”๋ฉด ๋…นํ™”', + 'skills.setup.screenIntel.permissionsDesc': '๊ถŒํ•œ ์„ค๋ช…', + 'skills.setup.screenIntel.refreshStatus': '์ƒํƒœ ์ƒˆ๋กœ๊ณ ์นจ', + 'skills.setup.screenIntel.restartRefresh': '๋‹ค์‹œ ์‹œ์ž‘ ์ค‘...', + 'skills.setup.screenIntel.restarting': '๋‹ค์‹œ ์‹œ์ž‘ ์ค‘...', + 'skills.setup.screenIntel.stepEnable': '์Šคํ‚ฌ ํ™œ์„ฑํ™”', + 'skills.setup.screenIntel.stepPermissions': '๊ถŒํ•œ ํ—ˆ์šฉ', + 'skills.setup.screenIntel.stepSuccess': '์‚ฌ์šฉ ์ค€๋น„ ์™„๋ฃŒ', + 'skills.setup.screenIntel.title': 'ํ™”๋ฉด ์ธํ…”๋ฆฌ์ „์Šค', + 'skills.setup.screenIntel.visionModel': '๋น„์ „ ๋ชจ๋ธ', + 'skills.setup.voice.activation': 'ํ™œ์„ฑํ™”', + 'skills.setup.voice.activeDescPrefix': 'Fn', + 'skills.setup.voice.activeDescSuffix': 'Fn', + 'skills.setup.voice.activeTitle': '์Œ์„ฑ ์ธํ…”๋ฆฌ์ „์Šค๊ฐ€ ํ™œ์„ฑํ™”๋จ', + 'skills.setup.voice.customizeSettings': '์„ค์ • ์‚ฌ์šฉ์ž ์ง€์ •', + 'skills.setup.voice.downloadSttBtn': 'STT ๋‹ค์šด๋กœ๋“œ ๋ฒ„ํŠผ', + 'skills.setup.voice.enableDesc': 'ํ™œ์„ฑํ™” ์„ค๋ช…', + 'skills.setup.voice.hotkey': 'ํ•ซํ‚ค', + 'skills.setup.voice.startBtn': '์‹œ์ž‘ ์ค‘...', + 'skills.setup.voice.startError': '์Œ์„ฑ ์„œ๋ฒ„๋ฅผ ์‹œ์ž‘ํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค', + 'skills.setup.voice.starting': '์‹œ์ž‘ ์ค‘...', + 'skills.setup.voice.stepEnable': '์Œ์„ฑ ์„œ๋ฒ„ ์‹œ์ž‘', + 'skills.setup.voice.stepSetup': '๋ชจ๋ธ ๋‹ค์šด๋กœ๋“œ ํ•„์š”', + 'skills.setup.voice.stepSuccess': '์‚ฌ์šฉ ์ค€๋น„ ์™„๋ฃŒ', + 'skills.setup.voice.sttNotReady': '์Œ์„ฑ-ํ…์ŠคํŠธ ๋ชจ๋ธ์ด ์ค€๋น„๋˜์ง€ ์•Š์Œ', + 'skills.setup.voice.sttNotReadyDesc': + '์Œ์„ฑ ์ธํ…”๋ฆฌ์ „์Šค์—๋Š” ์ „์‚ฌ์šฉ ๋กœ์ปฌ Whisper ๋ชจ๋ธ์ด ํ•„์š”ํ•ฉ๋‹ˆ๋‹ค. ๋กœ์ปฌ ๋ชจ๋ธ ์„ค์ •์—์„œ ๋‹ค์šด๋กœ๋“œํ•˜์„ธ์š”.', + 'skills.setup.voice.sttReady': '์Œ์„ฑ-ํ…์ŠคํŠธ ๋ชจ๋ธ ์ค€๋น„๋จ', + 'skills.setup.voice.sttReturnHint': 'STT ๋ฐ˜ํ™˜ ์•ˆ๋‚ด', + 'skills.setup.voice.title': '์Œ์„ฑ ์ธํ…”๋ฆฌ์ „์Šค', + 'skills.uninstall.couldNotUninstall': '์ œ๊ฑฐํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค', + 'skills.uninstall.description': + '์ด ์ž‘์—…์€ ์Šคํ‚ฌ ๋””๋ ‰ํ„ฐ๋ฆฌ์™€ ๋ชจ๋“  ๋ฒˆ๋“ค ๋ฆฌ์†Œ์Šค๋ฅผ ์˜๊ตฌ์ ์œผ๋กœ ์‚ญ์ œํ•ฉ๋‹ˆ๋‹ค. ์—์ด์ „ํŠธ๋Š” ๋‹ค์Œ ํ„ด๋ถ€ํ„ฐ ์ด๋ฅผ ๋” ์ด์ƒ ๋ณผ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค.', + 'skills.uninstall.title': '์ œ๊ฑฐ', + 'skills.uninstall.uninstallBtn': '์ œ๊ฑฐ', + 'skills.uninstall.uninstalling': '์ œ๊ฑฐ ์ค‘โ€ฆ', + 'upsell.global.limitMessage': '๊ณ„์†ํ•˜๋ ค๋ฉด ํ”Œ๋žœ์„ ์—…๊ทธ๋ ˆ์ด๋“œํ•˜๊ฑฐ๋‚˜ ํฌ๋ ˆ๋”ง์„ ์ถฉ์ „ํ•˜์„ธ์š”', + 'upsell.global.limitTitle': '์‚ฌ์šฉ์ž', + 'upsell.global.nearLimitMessage': + '์‚ฌ์šฉ ํ•œ๋„์˜ {pct}%๋ฅผ ์‚ฌ์šฉํ–ˆ์Šต๋‹ˆ๋‹ค. ๋” ๋†’์€ ํ•œ๋„๋ฅผ ์œ„ํ•ด ์—…๊ทธ๋ ˆ์ด๋“œํ•˜์„ธ์š”.', + 'upsell.global.nearLimitTitle': '์‚ฌ์šฉ ํ•œ๋„์— ๊ฐ€๊นŒ์›Œ์ง€๊ณ  ์žˆ์Šต๋‹ˆ๋‹ค', + 'upsell.usageLimit.bodyBudget': + '์ฃผ๊ฐ„ ํ•œ๋„์— ๋„๋‹ฌํ–ˆ์Šต๋‹ˆ๋‹ค.{reset} ํ•œ๋„๋ฅผ ํ”ผํ•˜๋ ค๋ฉด ํ”Œ๋žœ์„ ์—…๊ทธ๋ ˆ์ด๋“œํ•˜๊ฑฐ๋‚˜ ํฌ๋ ˆ๋”ง์„ ์ถฉ์ „ํ•˜์„ธ์š”.', + 'upsell.usageLimit.bodyRate': + '10์‹œ๊ฐ„ ์ถ”๋ก  ์†๋„ ํ•œ๋„์— ๋„๋‹ฌํ–ˆ์Šต๋‹ˆ๋‹ค.{reset} ๋” ๋†’์€ ํ•œ๋„๋ฅผ ์œ„ํ•ด ์—…๊ทธ๋ ˆ์ด๋“œํ•˜์„ธ์š”.', + 'upsell.usageLimit.heading': '์‚ฌ์šฉ ํ•œ๋„์— ๋„๋‹ฌํ–ˆ์Šต๋‹ˆ๋‹ค', + 'upsell.usageLimit.notNow': '์ง€๊ธˆ์€ ์•„๋‹˜', + 'upsell.usageLimit.perWindow': '{amount}', + 'upsell.usageLimit.planIncludes': '{plan}', + 'upsell.usageLimit.resetsIn': '{time}์— ์ดˆ๊ธฐํ™”๋ฉ๋‹ˆ๋‹ค.', + 'upsell.usageLimit.upgradePlan': 'ํ”Œ๋žœ ์—…๊ทธ๋ ˆ์ด๋“œ', + 'upsell.usageLimit.weeklyInference': '{amount}', + 'walkthrough.tooltip.letsGo': '์‹œ์ž‘ํ•ด ๋ด…์‹œ๋‹ค!', + 'walkthrough.tooltip.next': '๋‹ค์Œ โ†’', + 'walkthrough.tooltip.skip': 'ํˆฌ์–ด ๊ฑด๋„ˆ๋›ฐ๊ธฐ', + 'walkthrough.tooltip.stepCounter': '{total}๊ฐœ ์ค‘ {n}๊ฐœ', + 'webhooks.activity.empty': '๋น„์–ด ์žˆ์Œ', + 'webhooks.activity.title': '์ตœ๊ทผ ํ™œ๋™', + 'webhooks.composioHistory.empty': '๋น„์–ด ์žˆ์Œ', + 'webhooks.composioHistory.metadataId': '๋ฉ”ํƒ€๋ฐ์ดํ„ฐ ID', + 'webhooks.composioHistory.metadataUuid': '๋ฉ”ํƒ€๋ฐ์ดํ„ฐ UUID', + 'webhooks.composioHistory.payload': 'ํŽ˜์ด๋กœ๋“œ', + 'webhooks.composioHistory.title': 'ComposeIO ํŠธ๋ฆฌ๊ฑฐ ๊ธฐ๋ก', + 'webhooks.tunnels.active': 'ํ™œ์„ฑ', + 'webhooks.tunnels.createFailed': 'ํ„ฐ๋„ ์ƒ์„ฑ ์‹คํŒจ', + 'webhooks.tunnels.creating': '์ƒ์„ฑ ์ค‘...', + 'webhooks.tunnels.deleteFailed': 'ํ„ฐ๋„ ์‚ญ์ œ ์‹คํŒจ', + 'webhooks.tunnels.descriptionPlaceholder': '์„ค๋ช…(์„ ํƒ ์‚ฌํ•ญ)', + 'webhooks.tunnels.echo': 'Echo', + 'webhooks.tunnels.empty': '๋น„์–ด ์žˆ์Œ', + 'webhooks.tunnels.enableEcho': 'Echo ์ œ๊ฑฐ', + 'webhooks.tunnels.inactive': 'ํ™œ์„ฑ', + 'webhooks.tunnels.namePlaceholder': 'ํ„ฐ๋„ ์ด๋ฆ„(์˜ˆ: telegram-bot)', + 'webhooks.tunnels.newTunnel': '์ƒˆ ํ„ฐ๋„', + 'webhooks.tunnels.removeEcho': 'Echo ์ œ๊ฑฐ', + 'webhooks.tunnels.title': '์›นํ›… ํ„ฐ๋„', + 'webhooks.tunnels.toggleFailed': 'Echo ์ „ํ™˜ ์‹คํŒจ', + 'composio.authExpired': '์ธ์ฆ์ด ๋งŒ๋ฃŒ๋จ', + 'composio.reconnect': '๋‹ค์‹œ ์—ฐ๊ฒฐ', + 'composio.directModeRequiresKey': + '์ €์žฅ์— ์‹คํŒจํ–ˆ์Šต๋‹ˆ๋‹ค. Direct ๋ชจ๋“œ์—๋Š” ๋น„์–ด ์žˆ์ง€ ์•Š์€ API ํ‚ค๊ฐ€ ํ•„์š”ํ•ฉ๋‹ˆ๋‹ค.', + 'composio.notYetRouted': '์•„์ง ๋ผ์šฐํŒ…๋˜์ง€ ์•Š์Œ', + 'composio.triggers.loading': '๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘โ€ฆ', + 'conversations.taskKanban.todo': 'ํ•  ์ผ', + 'settings.composio.loading': '๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘โ€ฆ', + 'settings.mascot.noCharactersAvailable': '์•„์ง ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ๋Š” OpenHuman ์บ๋ฆญํ„ฐ๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค', + 'skills.uninstall.confirmTitle': '{name}์„(๋ฅผ) ์ œ๊ฑฐํ•˜์‹œ๊ฒ ์Šต๋‹ˆ๊นŒ?', + 'conversations.taskKanban.blocked': '์ฐจ๋‹จ๋จ', + 'conversations.taskKanban.done': '์™„๋ฃŒ', + 'conversations.taskKanban.inProgress': '์ง„ํ–‰ ์ค‘', + 'intelligence.memoryChunk.detail.copiedHint': '๋ณต์‚ฌ๋จ', + 'settings.composio.notYetRouted': '์•„์ง ๋ผ์šฐํŒ…๋˜์ง€ ์•Š์Œ', + 'settings.localModel.download.manageExternal': '์™ธ๋ถ€ ๋Ÿฐํƒ€์ž„์—์„œ ์ด ๋ชจ๋ธ์„ ๊ด€๋ฆฌํ•˜์„ธ์š”.', + 'settings.localModel.status.manageOllamaExternal': + 'OpenHuman ์™ธ๋ถ€์—์„œ Ollama ํ”„๋กœ์„ธ์Šค์™€ ๋ชจ๋ธ ๊ฐ€์ ธ์˜ค๊ธฐ๋ฅผ ๊ด€๋ฆฌํ•œ ๋‹ค์Œ ์ง„๋‹จ์„ ๋‹ค์‹œ ์‹คํ–‰ํ•˜์„ธ์š”.', + 'settings.localModel.status.ollamaDocs': 'Ollama ๋ฌธ์„œ', + 'settings.localModel.status.thenRetry': + '์„ค์ • ์ง€์นจ์„ ํ™•์ธํ•œ ๋‹ค์Œ ๋Ÿฐํƒ€์ž„์— ์—ฐ๊ฒฐํ•  ์ˆ˜ ์žˆ๊ฒŒ ๋˜๋ฉด ๋‹ค์‹œ ์‹œ๋„ํ•˜์„ธ์š”.', + 'settings.appearance.title': '์™ธ๊ด€', + 'settings.appearance.themeHeading': 'ํ…Œ๋งˆ', + 'settings.appearance.themeAria': 'ํ…Œ๋งˆ', + 'settings.appearance.modeLight': '๋ผ์ดํŠธ', + 'settings.appearance.modeLightDesc': '๋ฐ์€ ํ‘œ๋ฉด, ์–ด๋‘์šด ํ…์ŠคํŠธ.', + 'settings.appearance.modeDark': '๋‹คํฌ', + 'settings.appearance.modeDarkDesc': '์–ด๋‘์šด ํ‘œ๋ฉด, ํ•ด๊ฐ€ ์ง„ ํ›„ ๋ˆˆ์— ๋” ํŽธ์•ˆํ•ฉ๋‹ˆ๋‹ค.', + 'settings.appearance.modeSystem': '์‹œ์Šคํ…œ๊ณผ ์ผ์น˜', + 'settings.appearance.modeSystemDesc': 'OS ์™ธ๊ด€ ์„ค์ •์„ ๋”ฐ๋ฆ…๋‹ˆ๋‹ค.', + 'settings.appearance.helperText': + '๋‹คํฌ ๋ชจ๋“œ๋Š” ์ „์ฒด ์•ฑ โ€” ์ฑ„ํŒ…, ์„ค์ •, ํŒจ๋„ โ€” ์„ ์–ด๋‘์šด ํŒ”๋ ˆํŠธ๋กœ ์ „ํ™˜ํ•ฉ๋‹ˆ๋‹ค. "์‹œ์Šคํ…œ๊ณผ ์ผ์น˜"๋Š” OS ์™ธ๊ด€์„ ๋”ฐ๋ฅด๋ฉฐ ์‹ค์‹œ๊ฐ„์œผ๋กœ ์—…๋ฐ์ดํŠธ๋ฉ๋‹ˆ๋‹ค.', + 'settings.mascot.characterPreview': '๋ฏธ๋ฆฌ๋ณด๊ธฐ', + 'settings.mascot.characterStates': '์ƒํƒœ', + 'settings.mascot.characterVisemes': '์ž… ๋ชจ์–‘', + 'settings.mascot.colorAria': 'OpenHuman ์ƒ‰์ƒ', + 'settings.mascot.colorBlack': '๊ฒ€์ •', + 'settings.mascot.colorBurgundy': '๋ฒ„๊ฑด๋””', + 'settings.mascot.colorGreen': '์ดˆ๋ก', + 'settings.mascot.colorNavy': '๋„ค์ด๋น„', + 'settings.mascot.colorYellow': '๋…ธ๋ž‘', + 'settings.mascot.libraryUnavailable': 'OpenHuman ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ๋ฅผ ์‚ฌ์šฉํ•  ์ˆ˜ ์—†์Œ', + 'settings.mascot.title': 'OpenHuman', +}; + +export default ko5; diff --git a/app/src/lib/i18n/ko.ts b/app/src/lib/i18n/ko.ts new file mode 100644 index 000000000..5e85ff7b8 --- /dev/null +++ b/app/src/lib/i18n/ko.ts @@ -0,0 +1,2111 @@ +import type { TranslationMap } from './types'; + +const ko: TranslationMap = { + // Navigation + 'nav.home': 'ํ™ˆ', + 'nav.human': 'ํœด๋จผ', + 'nav.chat': '์ฑ„ํŒ…', + 'nav.connections': '์—ฐ๊ฒฐ', + 'nav.memory': '์ธํ…”๋ฆฌ์ „์Šค', + 'nav.alerts': '์•Œ๋ฆผ', + 'nav.rewards': '๋ณด์ƒ', + 'nav.settings': '์„ค์ •', + + // Common + // Common + 'common.cancel': '์ทจ์†Œ', + 'common.save': '์ €์žฅ', + 'common.confirm': 'ํ™•์ธ', + 'common.delete': '์‚ญ์ œ', + 'common.edit': 'ํŽธ์ง‘', + 'common.create': '์ƒ์„ฑ', + 'common.search': '๊ฒ€์ƒ‰', + 'common.loading': '๋กœ๋”ฉ ์ค‘โ€ฆ', + 'common.error': '์˜ค๋ฅ˜', + 'common.success': '์„ฑ๊ณต', + 'common.back': '๋’ค๋กœ', + 'common.next': '๋‹ค์Œ', + 'common.finish': '์™„๋ฃŒ', + 'common.close': '๋‹ซ๊ธฐ', + 'common.enabled': 'ํ™œ์„ฑํ™”๋จ', + 'common.disabled': '๋น„ํ™œ์„ฑํ™”๋จ', + 'common.on': '์ผœ์ง', + 'common.off': '๊บผ์ง', + 'common.yes': '์˜ˆ', + 'common.no': '์•„๋‹ˆ์š”', + 'common.ok': 'ํ™•์ธํ–ˆ์Šต๋‹ˆ๋‹ค', + 'common.retry': '๋‹ค์‹œ ์‹œ๋„', + 'common.copy': '๋ณต์‚ฌ', + 'common.copied': '๋ณต์‚ฌ๋จ', + 'common.learnMore': '์ž์„ธํžˆ ์•Œ์•„๋ณด๊ธฐ', + 'common.seeAll': '๋ณด๊ธฐ', + 'common.dismiss': '๋‹ซ๊ธฐ', + 'common.clear': '์ง€์šฐ๊ธฐ', + 'common.reset': '์ดˆ๊ธฐํ™”', + 'common.refresh': '์ƒˆ๋กœ๊ณ ์นจ', + 'common.export': '๋‚ด๋ณด๋‚ด๊ธฐ', + 'common.import': '๊ฐ€์ ธ์˜ค๊ธฐ', + 'common.upload': '์—…๋กœ๋“œ', + 'common.download': '๋‹ค์šด๋กœ๋“œ', + 'common.add': '์ถ”๊ฐ€', + 'common.remove': '์ œ๊ฑฐ', + 'common.showMore': '๋” ๋ณด๊ธฐ', + 'common.showLess': '๊ฐ„๋‹จํžˆ ๋ณด๊ธฐ', + 'common.submit': '์ œ์ถœ', + 'common.continue': '๊ณ„์†', + + // Settings Home + // Settings Home + 'settings.general': '์ผ๋ฐ˜', + 'settings.featuresAndAI': '๊ธฐ๋Šฅ ๋ฐ AI', + 'settings.billingAndRewards': '๊ฒฐ์ œ ๋ฐ ๋ณด์ƒ', + 'settings.support': '์ง€์›', + 'settings.advanced': '๊ณ ๊ธ‰', + 'settings.dangerZone': '์œ„ํ—˜ ์˜์—ญ', + 'settings.account': '๊ณ„์ •', + 'settings.accountDesc': '๋ณต๊ตฌ ๋ฌธ๊ตฌ, ํŒ€, ์—ฐ๊ฒฐ ๋ฐ ๊ฐœ์ธ์ •๋ณด', + 'settings.notifications': '์•Œ๋ฆผ', + 'settings.notificationsDesc': '๋ฐฉํ•ด ๊ธˆ์ง€ ๋ฐ ๊ณ„์ •๋ณ„ ์•Œ๋ฆผ ์„ค์ •', + 'settings.features': '๊ธฐ๋Šฅ', + 'settings.featuresDesc': 'ํ™”๋ฉด ์ธ์‹, ๋ฉ”์‹œ์ง• ๋ฐ ๋„๊ตฌ', + 'settings.aiModels': 'AI ๋ฐ ๋ชจ๋ธ', + 'settings.aiModelsDesc': '๋กœ์ปฌ AI ๋ชจ๋ธ ์„ค์ •, ๋‹ค์šด๋กœ๋“œ ๋ฐ LLM ์ œ๊ณต์—…์ฒด', + 'settings.ai': 'AI ๊ตฌ์„ฑ', + 'settings.aiDesc': 'ํด๋ผ์šฐ๋“œ ์ œ๊ณต์—…์ฒด, ๋กœ์ปฌ Ollama ๋ชจ๋ธ ๋ฐ ์ž‘์—…๋ณ„ ๋ผ์šฐํŒ…', + 'settings.billingUsage': '๊ฒฐ์ œ ๋ฐ ์‚ฌ์šฉ๋Ÿ‰', + 'settings.billingUsageDesc': '๊ตฌ๋… ํ”Œ๋žœ, ํฌ๋ ˆ๋”ง ๋ฐ ๊ฒฐ์ œ ์ˆ˜๋‹จ', + 'settings.rewards': '๋ณด์ƒ', + 'settings.rewardsDesc': '์ถ”์ฒœ, ์ฟ ํฐ ๋ฐ ์ ๋ฆฝ ํฌ๋ ˆ๋”ง', + 'settings.restartTour': 'ํˆฌ์–ด ๋‹ค์‹œ ์‹œ์ž‘', + 'settings.restartTourDesc': '์ œํ’ˆ ์•ˆ๋‚ด๋ฅผ ์ฒ˜์Œ๋ถ€ํ„ฐ ๋‹ค์‹œ ๋ณด๊ธฐ', + 'settings.about': '์ •๋ณด', + 'settings.aboutDesc': '์•ฑ ๋ฒ„์ „ ๋ฐ ์†Œํ”„ํŠธ์›จ์–ด ์—…๋ฐ์ดํŠธ', + 'settings.developerOptions': '๊ณ ๊ธ‰', + 'settings.developerOptionsDesc': 'AI ๊ตฌ์„ฑ, ๋ฉ”์‹œ์ง• ์ฑ„๋„, ๋„๊ตฌ, ์ง„๋‹จ ๋ฐ ๋””๋ฒ„๊ทธ ํŒจ๋„', + 'settings.clearAppData': '์•ฑ ๋ฐ์ดํ„ฐ ์‚ญ์ œ', + 'settings.clearAppDataDesc': '๋กœ๊ทธ์•„์›ƒํ•˜๊ณ  ๋ชจ๋“  ๋กœ์ปฌ ์•ฑ ๋ฐ์ดํ„ฐ๋ฅผ ์˜๊ตฌ์ ์œผ๋กœ ์‚ญ์ œ', + 'settings.logOut': '๋กœ๊ทธ์•„์›ƒ', + 'settings.logOutDesc': '๊ณ„์ •์—์„œ ๋กœ๊ทธ์•„์›ƒ', + 'settings.language': '์–ธ์–ด', + 'settings.languageDesc': '์•ฑ ์ธํ„ฐํŽ˜์ด์Šค ํ‘œ์‹œ ์–ธ์–ด', + 'settings.alerts': '์•Œ๋ฆผ', + 'settings.alertsDesc': '๋ฐ›์€ ํŽธ์ง€ํ•จ์—์„œ ์ตœ๊ทผ ์•Œ๋ฆผ ๋ฐ ํ™œ๋™ ๋ณด๊ธฐ', + + // Settings: Account + 'settings.account.recoveryPhrase': '๋ณต๊ตฌ ๋ฌธ๊ตฌ', + 'settings.account.recoveryPhraseDesc': '๊ณ„์ • ๋ณต๊ตฌ ๋ฌธ๊ตฌ๋ฅผ ํ™•์ธํ•˜๊ณ  ๋ฐฑ์—…ํ•ฉ๋‹ˆ๋‹ค', + 'settings.account.team': 'ํŒ€', + 'settings.account.teamDesc': 'ํŒ€ ๊ตฌ์„ฑ์›๊ณผ ๊ถŒํ•œ์„ ๊ด€๋ฆฌํ•ฉ๋‹ˆ๋‹ค', + 'settings.account.connections': '์—ฐ๊ฒฐ', + 'settings.account.connectionsDesc': '์—ฐ๊ฒฐ๋œ ๊ณ„์ •๊ณผ ์„œ๋น„์Šค๋ฅผ ๊ด€๋ฆฌํ•ฉ๋‹ˆ๋‹ค', + 'settings.account.privacy': '๊ฐœ์ธ์ •๋ณด ๋ณดํ˜ธ', + 'settings.account.privacyDesc': '์ปดํ“จํ„ฐ ๋ฐ–์œผ๋กœ ๋‚˜๊ฐ€๋Š” ๋ฐ์ดํ„ฐ๋ฅผ ์ œ์–ดํ•ฉ๋‹ˆ๋‹ค', + + // Settings: Notifications + 'settings.notifications.doNotDisturb': '๋ฐฉํ•ด ๊ธˆ์ง€', + 'settings.notifications.doNotDisturbDesc': '์ •ํ•ด์ง„ ์‹œ๊ฐ„ ๋™์•ˆ ๋ชจ๋“  ์•Œ๋ฆผ์„ ์ผ์‹œ ์ค‘์ง€ํ•ฉ๋‹ˆ๋‹ค', + 'settings.notifications.channelControls': '์ฑ„๋„๋ณ„ ์„ค์ •', + 'settings.notifications.channelControlsDesc': '๊ฐ ์ฑ„๋„์˜ ์•Œ๋ฆผ ๊ธฐ๋ณธ ์„ค์ •์„ ๊ตฌ์„ฑํ•ฉ๋‹ˆ๋‹ค', + + // Settings: Features + 'settings.features.screenAwareness': 'ํ™”๋ฉด ์ธ์‹', + 'settings.features.screenAwarenessDesc': '์–ด์‹œ์Šคํ„ดํŠธ๊ฐ€ ํ˜„์žฌ ํ™œ์„ฑ ์ฐฝ์„ ๋ณผ ์ˆ˜ ์žˆ๊ฒŒ ํ•ฉ๋‹ˆ๋‹ค', + 'settings.features.messaging': '๋ฉ”์‹œ์ง•', + 'settings.features.messagingDesc': '์ฑ„๋„ ๋ฐ ๋ฉ”์‹œ์ง• ํ†ตํ•ฉ ์„ค์ •', + 'settings.features.tools': '๋„๊ตฌ', + 'settings.features.toolsDesc': '์—ฐ๊ฒฐ๋œ ๋„๊ตฌ์™€ ํ†ตํ•ฉ์„ ๊ด€๋ฆฌํ•ฉ๋‹ˆ๋‹ค', + + // Settings: AI & Models + 'settings.ai.localSetup': '๋กœ์ปฌ AI ์„ค์ •', + 'settings.ai.localSetupDesc': '๋กœ์ปฌ AI ๋ชจ๋ธ์„ ๋‹ค์šด๋กœ๋“œํ•˜๊ณ  ๊ตฌ์„ฑํ•ฉ๋‹ˆ๋‹ค', + 'settings.ai.llmProvider': 'LLM ์ œ๊ณต์—…์ฒด', + 'settings.ai.llmProviderDesc': 'AI ์ œ๊ณต์—…์ฒด๋ฅผ ์„ ํƒํ•˜๊ณ  ๊ตฌ์„ฑํ•ฉ๋‹ˆ๋‹ค', + + // Clear App Data modal + 'clearData.title': '์•ฑ ๋ฐ์ดํ„ฐ ์‚ญ์ œ', + 'clearData.warning': '์ด ์ž‘์—…์€ ๋กœ๊ทธ์•„์›ƒํ•˜๊ณ  ๋‹ค์Œ ๋กœ์ปฌ ์•ฑ ๋ฐ์ดํ„ฐ๋ฅผ ์˜๊ตฌ์ ์œผ๋กœ ์‚ญ์ œํ•ฉ๋‹ˆ๋‹ค:', + 'clearData.bulletSettings': '์•ฑ ์„ค์ • ๋ฐ ๋Œ€ํ™”', + 'clearData.bulletCache': '๋ชจ๋“  ๋กœ์ปฌ ํ†ตํ•ฉ ์บ์‹œ ๋ฐ์ดํ„ฐ', + 'clearData.bulletWorkspace': '์›Œํฌ์ŠคํŽ˜์ด์Šค ๋ฐ์ดํ„ฐ', + 'clearData.bulletOther': '๊ธฐํƒ€ ๋ชจ๋“  ๋กœ์ปฌ ๋ฐ์ดํ„ฐ', + 'clearData.irreversible': '์ด ์ž‘์—…์€ ๋˜๋Œ๋ฆด ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค.', + 'clearData.clearing': '์•ฑ ๋ฐ์ดํ„ฐ๋ฅผ ์‚ญ์ œํ•˜๋Š” ์ค‘...', + 'clearData.failed': '๋ฐ์ดํ„ฐ ์‚ญ์ œ ๋ฐ ๋กœ๊ทธ์•„์›ƒ์— ์‹คํŒจํ–ˆ์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•ด ์ฃผ์„ธ์š”.', + 'clearData.failedLogout': '๋กœ๊ทธ์•„์›ƒ์— ์‹คํŒจํ–ˆ์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•ด ์ฃผ์„ธ์š”.', + 'clearData.failedPersist': '์ €์žฅ๋œ ์•ฑ ์ƒํƒœ๋ฅผ ์‚ญ์ œํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•ด ์ฃผ์„ธ์š”.', + + // Welcome page + 'welcome.title': 'OpenHuman์— ์˜ค์‹  ๊ฒƒ์„ ํ™˜์˜ํ•ฉ๋‹ˆ๋‹ค', + 'welcome.subtitle': '๊ฐœ์ธ์šฉ AI ์Šˆํผ ์ธํ…”๋ฆฌ์ „์Šค์ž…๋‹ˆ๋‹ค. ๋น„๊ณต๊ฐœ์ด๋ฉฐ, ๊ฐ„๋‹จํ•˜๊ณ , ๋งค์šฐ ๊ฐ•๋ ฅํ•ฉ๋‹ˆ๋‹ค.', + 'welcome.connectPrompt': 'RPC URL ๊ตฌ์„ฑ(๊ณ ๊ธ‰)', + 'welcome.selectRuntime': '๋Ÿฐํƒ€์ž„ ์„ ํƒ', + 'welcome.urlPlaceholder': 'http://localhost:8089', + 'welcome.invalidUrl': '์˜ฌ๋ฐ”๋ฅธ HTTP ๋˜๋Š” HTTPS URL์„ ์ž…๋ ฅํ•ด ์ฃผ์„ธ์š”', + 'welcome.connecting': 'ํ…Œ์ŠคํŠธ ์ค‘', + 'welcome.connect': 'ํ…Œ์ŠคํŠธ', + + // Home page + 'home.greeting': '์ข‹์€ ์•„์นจ์ž…๋‹ˆ๋‹ค', + 'home.greetingAfternoon': '์ข‹์€ ์˜คํ›„์ž…๋‹ˆ๋‹ค', + 'home.greetingEvening': '์ข‹์€ ์ €๋…์ž…๋‹ˆ๋‹ค', + 'home.askAssistant': '์–ด์‹œ์Šคํ„ดํŠธ์—๊ฒŒ ๋ฌด์—‡์ด๋“  ๋ฌผ์–ด๋ณด์„ธ์š”...', + 'home.statusOk': + '๊ธฐ๊ธฐ๊ฐ€ ์—ฐ๊ฒฐ๋˜์—ˆ์Šต๋‹ˆ๋‹ค. ์—ฐ๊ฒฐ์„ ์œ ์ง€ํ•˜๋ ค๋ฉด ์•ฑ์„ ๊ณ„์† ์‹คํ–‰ํ•ด ์ฃผ์„ธ์š”. ์•„๋ž˜ ๋ฒ„ํŠผ์œผ๋กœ ์—์ด์ „ํŠธ์—๊ฒŒ ๋ฉ”์‹œ์ง€๋ฅผ ๋ณด๋‚ด์„ธ์š”.', + 'home.statusBackendOnly': + '๋ฐฑ์—”๋“œ์— ๋‹ค์‹œ ์—ฐ๊ฒฐํ•˜๋Š” ์ค‘์ž…๋‹ˆ๋‹คโ€ฆ ๊ณง ์—์ด์ „ํŠธ๋ฅผ ๋‹ค์‹œ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.', + 'home.statusCoreUnreachable': + 'OpenHuman ์ฝ”์–ด๊ฐ€ ์‘๋‹ตํ•˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค. ๋ฐฑ๊ทธ๋ผ์šด๋“œ ํ”„๋กœ์„ธ์Šค๊ฐ€ ์ค‘๋‹จ๋˜์—ˆ๊ฑฐ๋‚˜ ์‹œ์ž‘ํ•˜์ง€ ๋ชปํ–ˆ์„ ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.', + 'home.statusInternetOffline': + 'ํ˜„์žฌ ๊ธฐ๊ธฐ๊ฐ€ ์˜คํ”„๋ผ์ธ ์ƒํƒœ์ž…๋‹ˆ๋‹ค. ๋„คํŠธ์›Œํฌ๋ฅผ ํ™•์ธํ•˜๊ฑฐ๋‚˜ ์•ฑ์„ ๋‹ค์‹œ ์‹œ์ž‘ํ•˜์—ฌ ๋‹ค์‹œ ์—ฐ๊ฒฐํ•˜์„ธ์š”.', + 'home.restartCore': '์ฝ”์–ด ๋‹ค์‹œ ์‹œ์ž‘', + 'home.restartingCore': '์ฝ”์–ด๋ฅผ ๋‹ค์‹œ ์‹œ์ž‘ํ•˜๋Š” ์ค‘โ€ฆ', + 'home.themeToggle.toLight': '๋ผ์ดํŠธ ๋ชจ๋“œ๋กœ ์ „ํ™˜', + 'home.themeToggle.toDark': '๋‹คํฌ ๋ชจ๋“œ๋กœ ์ „ํ™˜', + + // Chat / Conversations + 'chat.newThread': '์ƒˆ ์Šค๋ ˆ๋“œ', + 'chat.typeMessage': '๋ฉ”์‹œ์ง€๋ฅผ ์ž…๋ ฅํ•˜์„ธ์š”...', + 'chat.send': '๋ฉ”์‹œ์ง€ ๋ณด๋‚ด๊ธฐ', + 'chat.thinking': '์ƒ๊ฐ ์ค‘...', + 'chat.noMessages': '์•„์ง ๋ฉ”์‹œ์ง€๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค', + 'chat.startConversation': '๋Œ€ํ™” ์‹œ์ž‘', + 'chat.regenerate': '๋‹ค์‹œ ์ƒ์„ฑ', + 'chat.copyResponse': '์‘๋‹ต ๋ณต์‚ฌ', + 'chat.citations': '์ธ์šฉ', + 'chat.toolUsed': '์‚ฌ์šฉ๋œ ๋„๊ตฌ', + + // Skills / Connections + 'scope.legacy': '๋ ˆ๊ฑฐ์‹œ', + 'scope.user': '์‚ฌ์šฉ์ž', + 'scope.project': 'ํ”„๋กœ์ ํŠธ', + 'skills.title': '์—ฐ๊ฒฐ', + 'skills.search': '์—ฐ๊ฒฐ ๊ฒ€์ƒ‰...', + 'skills.noResults': '์—ฐ๊ฒฐ์„ ์ฐพ์„ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค', + 'skills.connect': '์—ฐ๊ฒฐ', + 'skills.disconnect': '์—ฐ๊ฒฐ ํ•ด์ œ', + 'skills.configure': '๊ด€๋ฆฌ', + 'skills.connected': '์—ฐ๊ฒฐ๋จ', + 'skills.available': '์‚ฌ์šฉ ๊ฐ€๋Šฅ', + 'skills.addAccount': '๊ณ„์ • ์ถ”๊ฐ€', + 'skills.channels': '์ฑ„๋„', + 'skills.integrations': 'ํ†ตํ•ฉ', + + // Intelligence / Memory + 'memory.title': '๋ฉ”๋ชจ๋ฆฌ', + 'memory.search': '๋ฉ”๋ชจ๋ฆฌ ๊ฒ€์ƒ‰...', + 'memory.noResults': '๋ฉ”๋ชจ๋ฆฌ๋ฅผ ์ฐพ์„ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค', + 'memory.empty': '์•„์ง ๋ฉ”๋ชจ๋ฆฌ๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค. ๋ฉ”๋ชจ๋ฆฌ๋Š” ์ƒํ˜ธ์ž‘์šฉํ•˜๋ฉด์„œ ์ž๋™์œผ๋กœ ์ƒ์„ฑ๋ฉ๋‹ˆ๋‹ค.', + 'memory.tab.memory': '๋ฉ”๋ชจ๋ฆฌ', + 'memory.tab.subconscious': '์ž ์žฌ์˜์‹', + 'memory.tab.dreams': '๊ฟˆ', + 'memory.tab.calls': 'ํ†ตํ™”', + 'memory.tab.settings': '์„ค์ •', + 'memory.analyzeNow': '์ง€๊ธˆ ๋ถ„์„', + + // Notifications / Alerts + 'alerts.title': '์•Œ๋ฆผ', + 'alerts.empty': '์•„์ง ์•Œ๋ฆผ์ด ์—†์Šต๋‹ˆ๋‹ค', + 'alerts.markAllRead': '๋ชจ๋‘ ์ฝ์Œ์œผ๋กœ ํ‘œ์‹œ', + 'alerts.unread': '์ฝ์ง€ ์•Š์Œ', + + // Rewards + 'rewards.title': '๋ณด์ƒ', + 'rewards.referrals': '์ถ”์ฒœ', + 'rewards.coupons': '๊ตํ™˜', + 'rewards.credits': 'ํฌ๋ ˆ๋”ง', + 'rewards.referralCode': '๋‚ด ์ถ”์ฒœ ์ฝ”๋“œ', + 'rewards.copyCode': '์ฝ”๋“œ ๋ณต์‚ฌ', + 'rewards.share': '๊ณต์œ ', + + // Onboarding + 'onboarding.welcome': '์•ˆ๋…•ํ•˜์„ธ์š”. ์ €๋Š” OpenHuman์ž…๋‹ˆ๋‹ค.', + 'onboarding.welcomeDesc': + '์ปดํ“จํ„ฐ์—์„œ ์‹คํ–‰๋˜๋Š” ์ดˆ์ง€๋Šฅ AI ์–ด์‹œ์Šคํ„ดํŠธ์ž…๋‹ˆ๋‹ค. ๋น„๊ณต๊ฐœ์ด๋ฉฐ, ๊ฐ„๋‹จํ•˜๊ณ , ๋งค์šฐ ๊ฐ•๋ ฅํ•ฉ๋‹ˆ๋‹ค.', + 'onboarding.context': '์ปจํ…์ŠคํŠธ ์ˆ˜์ง‘', + 'onboarding.contextDesc': '๋งค์ผ ์‚ฌ์šฉํ•˜๋Š” ๋„๊ตฌ์™€ ์„œ๋น„์Šค๋ฅผ ์—ฐ๊ฒฐํ•˜์„ธ์š”.', + 'onboarding.localAI': '๋กœ์ปฌ AI', + 'onboarding.localAIDesc': '๊ธฐ๊ธฐ์—์„œ ์‹คํ–‰๋˜๋Š” ๋กœ์ปฌ AI ๋ชจ๋ธ์„ ์„ค์ •ํ•˜์„ธ์š”.', + 'onboarding.chatProvider': '์ฑ„ํŒ… ์ œ๊ณต์—…์ฒด', + 'onboarding.chatProviderDesc': '์–ด์‹œ์Šคํ„ดํŠธ์™€ ์ƒํ˜ธ์ž‘์šฉํ•  ๋ฐฉ๋ฒ•์„ ์„ ํƒํ•˜์„ธ์š”.', + 'onboarding.referral': '์ถ”์ฒœ', + 'onboarding.referralDesc': '์ถ”์ฒœ ์ฝ”๋“œ๊ฐ€ ์žˆ๋‹ค๋ฉด ์ ์šฉํ•˜์„ธ์š”.', + 'onboarding.finish': '์„ค์ • ์™„๋ฃŒ', + 'onboarding.finishDesc': '๋ชจ๋“  ์ค€๋น„๊ฐ€ ๋๋‚ฌ์Šต๋‹ˆ๋‹ค! OpenHuman์„ ์‚ฌ์šฉํ•ด ๋ณด์„ธ์š”.', + 'onboarding.skip': '๊ฑด๋„ˆ๋›ฐ๊ธฐ', + 'onboarding.getStarted': '์‹œ์ž‘ํ•˜๊ธฐ', + + // Onboarding: runtime-choice step (Cloud vs Custom) + 'onboarding.runtimeChoice.title': 'OpenHuman์„ ์–ด๋–ป๊ฒŒ ์‹คํ–‰ํ•˜์‹œ๊ฒ ์Šต๋‹ˆ๊นŒ?', + 'onboarding.runtimeChoice.subtitle': + '๊ฐ€์žฅ ์ž˜ ๋งž๋Š” ์„ค์ •์„ ์„ ํƒํ•˜์„ธ์š”. ๋‚˜์ค‘์— ์„ค์ •์—์„œ ๋ณ€๊ฒฝํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.', + 'onboarding.runtimeChoice.cloud.title': '๊ฐ„๋‹จ ๋ชจ๋“œ', + 'onboarding.runtimeChoice.cloud.tagline': 'OpenHuman์ด ๋ชจ๋“  ๊ฒƒ์„ ๋Œ€์‹  ๊ด€๋ฆฌํ•˜๋„๋ก ํ•ฉ๋‹ˆ๋‹ค.', + 'onboarding.runtimeChoice.cloud.f1': '๋‚ด์žฅ ๋ณด์•ˆ', + 'onboarding.runtimeChoice.cloud.f2': '์‚ฌ์šฉ๋Ÿ‰์„ ๋” ์˜ค๋ž˜ ์“ฐ๊ธฐ ์œ„ํ•œ ํ† ํฐ ์••์ถ•', + 'onboarding.runtimeChoice.cloud.f3': 'ํ•˜๋‚˜์˜ ๊ตฌ๋…์œผ๋กœ ๋ชจ๋“  ๋ชจ๋ธ ํฌํ•จ', + 'onboarding.runtimeChoice.cloud.f4': '๊ด€๋ฆฌํ•  API ํ‚ค ์—†์Œ', + 'onboarding.runtimeChoice.cloud.f5': '๊ฐ„๋‹จํ•œ ์„ค์ •', + 'onboarding.runtimeChoice.custom.title': '์‚ฌ์šฉ์ž ์ง€์ • ์‹คํ–‰', + 'onboarding.runtimeChoice.custom.tagline': '์ง์ ‘ ํ‚ค๋ฅผ ๊ฐ€์ ธ์™€ ์‚ฌ์šฉ ์ค‘์ธ ํ•ญ๋ชฉ์„ ์™„์ „ํžˆ ์ œ์–ดํ•ฉ๋‹ˆ๋‹ค.', + 'onboarding.runtimeChoice.custom.f1': '๊ฑฐ์˜ ๋ชจ๋“  ๊ธฐ๋Šฅ์— API ํ‚ค๊ฐ€ ํ•„์š”ํ•ฉ๋‹ˆ๋‹ค', + 'onboarding.runtimeChoice.custom.f2': '์ด๋ฏธ ๊ฒฐ์ œ ์ค‘์ธ ์„œ๋น„์Šค๋ฅผ ๋‹ค์‹œ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค', + 'onboarding.runtimeChoice.custom.f3': '๋ชจ๋“  ๊ฒƒ์„ ๋กœ์ปฌ์—์„œ ์‹คํ–‰ํ•˜๋ฉด ๋ฌด๋ฃŒ์ผ ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค', + 'onboarding.runtimeChoice.custom.f4': '๋” ๋งŽ์€ ์„ค์ •๊ณผ ๋” ๋งŽ์€ ์˜ต์…˜', + 'onboarding.runtimeChoice.custom.f5': '๊ณ ๊ธ‰ ์‚ฌ์šฉ์ž์™€ ๊ฐœ๋ฐœ์ž์—๊ฒŒ ๊ฐ€์žฅ ์ ํ•ฉ', + 'onboarding.runtimeChoice.cloud.creditHighlight': '์ฒดํ—˜์šฉ $1 ๋ฌด๋ฃŒ ํฌ๋ ˆ๋”ง', + 'onboarding.runtimeChoice.continueCloud': '๊ฐ„๋‹จ ๋ชจ๋“œ๋กœ ๊ณ„์†', + 'onboarding.runtimeChoice.continueCustom': '์‚ฌ์šฉ์ž ์ง€์ •์œผ๋กœ ๊ณ„์†', + 'onboarding.runtimeChoice.recommended': '์ถ”์ฒœ', + + // Onboarding: API keys step (only when Custom is picked) + 'onboarding.apiKeys.title': 'API ํ‚ค๋ฅผ ์ถ”๊ฐ€ํ•ด ๋ด…์‹œ๋‹ค', + 'onboarding.apiKeys.subtitle': + '์ง€๊ธˆ ๋ถ™์—ฌ๋„ฃ๊ฑฐ๋‚˜ ๊ฑด๋„ˆ๋›ฐ๊ณ  ๋‚˜์ค‘์— ์„ค์ • โ€บ AI์—์„œ ์ถ”๊ฐ€ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. ํ‚ค๋Š” ์ด ๊ธฐ๊ธฐ์— ์ €์žฅ๋˜๋ฉฐ ์ €์žฅ ์‹œ ์•”ํ˜ธํ™”๋ฉ๋‹ˆ๋‹ค.', + 'onboarding.apiKeys.openaiLabel': 'OpenAI API ํ‚ค', + 'onboarding.apiKeys.openaiPlaceholder': 'sk-...', + 'onboarding.apiKeys.anthropicLabel': 'Anthropic API ํ‚ค', + 'onboarding.apiKeys.anthropicPlaceholder': 'sk-ant-...', + 'onboarding.apiKeys.saveError': + 'ํ•ด๋‹น ํ‚ค๋ฅผ ์ €์žฅํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ํ™•์ธํ•œ ํ›„ ๋‹ค์‹œ ์‹œ๋„ํ•ด ์ฃผ์„ธ์š”.', + 'onboarding.apiKeys.skipForNow': '์ง€๊ธˆ์€ ๊ฑด๋„ˆ๋›ฐ๊ธฐ', + 'onboarding.apiKeys.continue': '์ €์žฅํ•˜๊ณ  ๊ณ„์†', + 'onboarding.apiKeys.saving': '์ €์žฅ ์ค‘โ€ฆ', + + // Onboarding: Custom wizard (Inference / Voice / OAuth / Search / Memory) + 'onboarding.custom.stepperInference': '์ถ”๋ก ', + 'onboarding.custom.stepperVoice': '์Œ์„ฑ', + 'onboarding.custom.stepperOAuth': 'OAuth', + 'onboarding.custom.stepperSearch': '๊ฒ€์ƒ‰', + 'onboarding.custom.stepperMemory': '๋ฉ”๋ชจ๋ฆฌ', + 'onboarding.custom.stepCounter': '{total}๋‹จ๊ณ„ ์ค‘ {n}๋‹จ๊ณ„', + 'onboarding.custom.defaultTitle': '๊ธฐ๋ณธ๊ฐ’', + 'onboarding.custom.defaultSubtitle': 'OpenHuman์ด ๋Œ€์‹  ๊ด€๋ฆฌํ•˜๋„๋ก ํ•ฉ๋‹ˆ๋‹ค.', + 'onboarding.custom.configureTitle': '๊ตฌ์„ฑ', + 'onboarding.custom.configureSubtitle': '์‚ฌ์šฉํ•  ํ•ญ๋ชฉ์„ ์ง์ ‘ ์„ ํƒํ•ฉ๋‹ˆ๋‹ค.', + 'onboarding.custom.progressAriaLabel': '์˜จ๋ณด๋”ฉ ์ง„ํ–‰ ์ƒํ™ฉ', + 'onboarding.custom.continue': '๊ณ„์†', + 'onboarding.custom.back': '๋’ค๋กœ', + 'onboarding.custom.finish': '์„ค์ • ์™„๋ฃŒ', + 'onboarding.custom.configureLater': + '์˜จ๋ณด๋”ฉ ํ›„์— ์ด ์„ค์ •์„ ๋งˆ์น  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. ์™„๋ฃŒ๋˜๋ฉด ํ•ด๋‹น ์„ค์ • ํŽ˜์ด์ง€๋กœ ์ด๋™ํ•ฉ๋‹ˆ๋‹ค.', + 'onboarding.custom.openSettings': '์„ค์ •์—์„œ ์—ด๊ธฐ', + + // Onboarding: Custom > Inference (text) + 'onboarding.custom.inference.title': '์ถ”๋ก (ํ…์ŠคํŠธ)', + 'onboarding.custom.inference.subtitle': + '์–ด๋–ค ์–ธ์–ด ๋ชจ๋ธ์ด ์งˆ๋ฌธ์— ๋‹ตํ•˜๊ณ  ์—์ด์ „ํŠธ๋ฅผ ์‹คํ–‰ํ•ด์•ผ ํ•˜๋‚˜์š”?', + 'onboarding.custom.inference.defaultDesc': + 'OpenHuman์€ ๋ชจ๋“  ์ž‘์—…์„ ์ ์ ˆํ•œ ๊ธฐ๋ณธ ๋ชจ๋ธ๋กœ ๋ผ์šฐํŒ…ํ•ฉ๋‹ˆ๋‹ค. ํ‚ค๋„ ํ•„์š” ์—†๊ณ  ์„ค์ •๋„ ํ•„์š” ์—†์Šต๋‹ˆ๋‹ค.', + 'onboarding.custom.inference.configureDesc': + '์ง์ ‘ OpenAI ๋˜๋Š” Anthropic ํ‚ค๋ฅผ ๊ฐ€์ ธ์˜ค์„ธ์š”. ๋ชจ๋“  ํ…์ŠคํŠธ ๊ธฐ๋ฐ˜ ์ž‘์—…์— ์ด ํ‚ค๋ฅผ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค.', + // Onboarding: Custom > Voice + 'onboarding.custom.voice.title': '์Œ์„ฑ', + 'onboarding.custom.voice.subtitle': + '์Œ์„ฑ ๋ชจ๋“œ๋ฅผ ์œ„ํ•œ ์Œ์„ฑ-ํ…์ŠคํŠธ ๋ณ€ํ™˜ ๋ฐ ํ…์ŠคํŠธ-์Œ์„ฑ ๋ณ€ํ™˜์ž…๋‹ˆ๋‹ค.', + 'onboarding.custom.voice.defaultDesc': + 'OpenHuman์—๋Š” ๋ฐ”๋กœ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ๋Š” ๊ด€๋ฆฌํ˜• STT/TTS๊ฐ€ ํฌํ•จ๋˜์–ด ์žˆ์Šต๋‹ˆ๋‹ค. ๋ณ„๋„๋กœ ์—ฐ๊ฒฐํ•  ํ•„์š”๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค.', + 'onboarding.custom.voice.configureDesc': + '์ง์ ‘ ElevenLabs / OpenAI Whisper ๋“ฑ์„ ์‚ฌ์šฉํ•˜์„ธ์š”. ์„ค์ • โ€บ ์Œ์„ฑ์—์„œ ๊ตฌ์„ฑํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.', + + // Onboarding: Custom > OAuth (Composio) + 'onboarding.custom.oauth.title': '์—ฐ๊ฒฐ(OAuth)', + 'onboarding.custom.oauth.subtitle': + 'OAuth๊ฐ€ ํ•„์š”ํ•œ Gmail, Slack, Notion ๋ฐ ๊ธฐํƒ€ ์—ฐ๊ฒฐ ์„œ๋น„์Šค์ž…๋‹ˆ๋‹ค.', + 'onboarding.custom.oauth.defaultDesc': + 'OpenHuman์€ ๊ด€๋ฆฌํ˜• Composio ์›Œํฌ์ŠคํŽ˜์ด์Šค๋ฅผ ์‹คํ–‰ํ•ฉ๋‹ˆ๋‹ค. ๋‚˜์ค‘์— ๊ฐ ์„œ๋น„์Šค๋ฅผ ํ•œ ๋ฒˆ์˜ ํด๋ฆญ์œผ๋กœ ์—ฐ๊ฒฐํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.', + 'onboarding.custom.oauth.configureDesc': + '์ง์ ‘ Composio ๊ณ„์ • ๋˜๋Š” API ํ‚ค๋ฅผ ๊ฐ€์ ธ์˜ค์„ธ์š”. ์„ค์ • โ€บ ์—ฐ๊ฒฐ์—์„œ ๊ตฌ์„ฑํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.', + + // Onboarding: Custom > Search + 'onboarding.custom.search.title': '์›น ๊ฒ€์ƒ‰', + 'onboarding.custom.search.subtitle': 'OpenHuman์ด ์‚ฌ์šฉ์ž๋ฅผ ๋Œ€์‹ ํ•ด ์›น์„ ๊ฒ€์ƒ‰ํ•˜๋Š” ๋ฐฉ์‹์ž…๋‹ˆ๋‹ค.', + 'onboarding.custom.search.defaultDesc': + 'OpenHuman์€ ๊ด€๋ฆฌํ˜• ๊ฒ€์ƒ‰ ๋ฐฑ์—”๋“œ๋ฅผ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค. ํ‚ค๊ฐ€ ํ•„์š” ์—†์Šต๋‹ˆ๋‹ค.', + 'onboarding.custom.search.configureDesc': + '์ง์ ‘ ๊ฒ€์ƒ‰ ์ œ๊ณต์—…์ฒด ํ‚ค(Tavily, Brave ๋“ฑ)๋ฅผ ๊ฐ€์ ธ์˜ค์„ธ์š”. ์„ค์ • โ€บ ๋„๊ตฌ์—์„œ ๊ตฌ์„ฑํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.', + + // Onboarding: Custom > Memory + 'onboarding.custom.memory.title': '๋ฉ”๋ชจ๋ฆฌ', + 'onboarding.custom.memory.subtitle': + 'OpenHuman์ด ์‚ฌ์šฉ์ž์˜ ์ปจํ…์ŠคํŠธ, ์„ ํ˜ธ๋„, ์ด์ „ ๋Œ€ํ™”๋ฅผ ๊ธฐ์–ตํ•˜๋Š” ๋ฐฉ์‹์ž…๋‹ˆ๋‹ค.', + 'onboarding.custom.memory.defaultDesc': + 'OpenHuman์€ ๋ฉ”๋ชจ๋ฆฌ ์ €์žฅ๊ณผ ๊ฒ€์ƒ‰์„ ์ž๋™์œผ๋กœ ๊ด€๋ฆฌํ•ฉ๋‹ˆ๋‹ค. ์„ค์ •ํ•  ๊ฒƒ์ด ์—†์Šต๋‹ˆ๋‹ค.', + 'onboarding.custom.memory.configureDesc': + '๋ฉ”๋ชจ๋ฆฌ๋ฅผ ์ง์ ‘ ๊ฒ€์‚ฌ, ๋‚ด๋ณด๋‚ด๊ธฐ ๋˜๋Š” ์‚ญ์ œํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. ์„ค์ • โ€บ ๋ฉ”๋ชจ๋ฆฌ์—์„œ ๊ตฌ์„ฑํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.', + + // Accounts + 'accounts.addAccount': '๊ณ„์ • ์ถ”๊ฐ€', + 'accounts.manageAccounts': '๊ณ„์ • ๊ด€๋ฆฌ', + 'accounts.noAccounts': '์—ฐ๊ฒฐ๋œ ๊ณ„์ •์ด ์—†์Šต๋‹ˆ๋‹ค', + 'accounts.connectAccount': '์‹œ์ž‘ํ•˜๋ ค๋ฉด ๊ณ„์ •์„ ์—ฐ๊ฒฐํ•˜์„ธ์š”', + 'accounts.agent': '์—์ด์ „ํŠธ', + 'accounts.respondQueue': '์‘๋‹ต ๋Œ€๊ธฐ์—ด', + 'accounts.disconnect': '์—ฐ๊ฒฐ ํ•ด์ œ', + 'accounts.disconnectConfirm': '์ด ๊ณ„์ •์˜ ์—ฐ๊ฒฐ์„ ํ•ด์ œํ•˜์‹œ๊ฒ ์Šต๋‹ˆ๊นŒ?', + 'accounts.searchAccounts': '๊ณ„์ • ๊ฒ€์ƒ‰...', + + // Channels + 'channels.title': '์ฑ„๋„', + 'channels.configure': '์ฑ„๋„ ๊ตฌ์„ฑ', + 'channels.setup': '์„ค์ •', + 'channels.noChannels': '๊ตฌ์„ฑ๋œ ์ฑ„๋„์ด ์—†์Šต๋‹ˆ๋‹ค', + 'channels.addChannel': '์ฑ„๋„ ์ถ”๊ฐ€', + 'channels.status.connected': '์—ฐ๊ฒฐ๋จ', + 'channels.status.disconnected': '์—ฐ๊ฒฐ ํ•ด์ œ๋จ', + 'channels.status.error': '์˜ค๋ฅ˜', + 'channels.status.configuring': '๊ตฌ์„ฑ ์ค‘', + 'channels.defaultMessaging': '๊ธฐ๋ณธ ๋ฉ”์‹œ์ง• ์ฑ„๋„', + + // Webhooks + 'webhooks.title': '์›นํ›…', + 'webhooks.create': '์›นํ›… ์ƒ์„ฑ', + 'webhooks.noWebhooks': '๊ตฌ์„ฑ๋œ ์›นํ›…์ด ์—†์Šต๋‹ˆ๋‹ค', + 'webhooks.url': 'URL', + 'webhooks.secret': '์‹œํฌ๋ฆฟ', + 'webhooks.events': '์ด๋ฒคํŠธ', + 'webhooks.archiveDirectory': '๋ณด๊ด€ ๋””๋ ‰ํ„ฐ๋ฆฌ', + 'webhooks.todayFile': '์˜ค๋Š˜์˜ ํŒŒ์ผ', + + // Invites + 'invites.title': '์ดˆ๋Œ€', + 'invites.create': '์ดˆ๋Œ€ ์ƒ์„ฑ', + 'invites.noInvites': '๋Œ€๊ธฐ ์ค‘์ธ ์ดˆ๋Œ€๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค', + 'invites.code': '์ดˆ๋Œ€ ์ฝ”๋“œ', + 'invites.copyLink': '๋งํฌ ๋ณต์‚ฌ', + + // Developer Options + 'devOptions.title': '๊ณ ๊ธ‰', + 'devOptions.diagnostics': '์ง„๋‹จ', + 'devOptions.diagnosticsDesc': '์‹œ์Šคํ…œ ์ƒํƒœ, ๋กœ๊ทธ ๋ฐ ์„ฑ๋Šฅ ์ง€ํ‘œ', + 'devOptions.debugPanels': '๋””๋ฒ„๊ทธ ํŒจ๋„', + 'devOptions.debugPanelsDesc': '๊ธฐ๋Šฅ ํ”Œ๋ž˜๊ทธ, ์ƒํƒœ ๊ฒ€์‚ฌ ๋ฐ ๋””๋ฒ„๊น… ๋„๊ตฌ', + 'devOptions.webhooks': '์›นํ›…', + 'devOptions.webhooksDesc': '์›นํ›… ํ†ตํ•ฉ์„ ๊ตฌ์„ฑํ•˜๊ณ  ํ…Œ์ŠคํŠธํ•ฉ๋‹ˆ๋‹ค', + 'devOptions.memoryInspection': '๋ฉ”๋ชจ๋ฆฌ ๊ฒ€์‚ฌ', + 'devOptions.memoryInspectionDesc': '๋ฉ”๋ชจ๋ฆฌ ํ•ญ๋ชฉ์„ ํƒ์ƒ‰, ์ฟผ๋ฆฌ ๋ฐ ๊ด€๋ฆฌํ•ฉ๋‹ˆ๋‹ค', + + // Voice / Dictation + 'voice.pushToTalk': '๋ˆŒ๋Ÿฌ์„œ ๋งํ•˜๊ธฐ', + 'voice.recording': '๋…น์Œ ์ค‘...', + 'voice.processing': '์ฒ˜๋ฆฌ ์ค‘...', + 'voice.languageHint': '์–ธ์–ด', + + // Misc + 'misc.rehydrating': '๋ฐ์ดํ„ฐ๋ฅผ ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘...', + 'misc.checkingServices': '์„œ๋น„์Šค ํ™•์ธ ์ค‘...', + 'misc.serviceUnavailable': '์„œ๋น„์Šค๋ฅผ ์‚ฌ์šฉํ•  ์ˆ˜ ์—†์Œ', + 'misc.somethingWentWrong': '๋ฌธ์ œ๊ฐ€ ๋ฐœ์ƒํ–ˆ์Šต๋‹ˆ๋‹ค', + 'misc.tryAgainLater': '๋‚˜์ค‘์— ๋‹ค์‹œ ์‹œ๋„ํ•ด ์ฃผ์„ธ์š”.', + 'misc.restartApp': '์•ฑ ๋‹ค์‹œ ์‹œ์ž‘', + 'misc.updateAvailable': '์—…๋ฐ์ดํŠธ ์‚ฌ์šฉ ๊ฐ€๋Šฅ', + 'misc.updateNow': '์ง€๊ธˆ ์—…๋ฐ์ดํŠธ', + 'misc.updateLater': '๋‚˜์ค‘์—', + 'misc.downloading': '๋‹ค์šด๋กœ๋“œ ์ค‘...', + 'misc.installing': '์„ค์น˜ ์ค‘...', + 'misc.beta': + 'OpenHuman์€ ์ดˆ๊ธฐ ๋ฒ ํƒ€ ๋ฒ„์ „์ž…๋‹ˆ๋‹ค. ํ”ผ๋“œ๋ฐฑ์„ ๊ณต์œ ํ•˜๊ฑฐ๋‚˜ ๋ฐœ๊ฒฌํ•œ ๋ฒ„๊ทธ๋ฅผ ์‹ ๊ณ ํ•ด ์ฃผ์„ธ์š” โ€” ๋ชจ๋“  ์‹ ๊ณ ๋Š” ๋” ๋น ๋ฅธ ์ถœ์‹œ๋ฅผ ๋•์Šต๋‹ˆ๋‹ค.', + 'misc.betaFeedback': 'ํ”ผ๋“œ๋ฐฑ ๋ณด๋‚ด๊ธฐ', + + // Mnemonic / Recovery + 'mnemonic.title': '๋ณต๊ตฌ ๋ฌธ๊ตฌ', + 'mnemonic.warning': '์ด ๋‹จ์–ด๋“ค์„ ์ˆœ์„œ๋Œ€๋กœ ์ ์–ด ์•ˆ์ „ํ•œ ๊ณณ์— ๋ณด๊ด€ํ•˜์„ธ์š”.', + 'mnemonic.copyWarning': + '๋ณต๊ตฌ ๋ฌธ๊ตฌ๋ฅผ ์ ˆ๋Œ€ ๊ณต์œ ํ•˜์ง€ ๋งˆ์„ธ์š”. ์ด ๋‹จ์–ด๋ฅผ ๊ฐ€์ง„ ์‚ฌ๋žŒ์€ ๋ˆ„๊ตฌ๋‚˜ ๊ณ„์ •์— ์ ‘๊ทผํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.', + 'mnemonic.copied': '๋ณต๊ตฌ ๋ฌธ๊ตฌ๊ฐ€ ํด๋ฆฝ๋ณด๋“œ์— ๋ณต์‚ฌ๋˜์—ˆ์Šต๋‹ˆ๋‹ค', + 'mnemonic.reveal': '๋ฌธ๊ตฌ ๋ณด๊ธฐ', + 'mnemonic.hidden': '๋ณต๊ตฌ ๋ฌธ๊ตฌ๊ฐ€ ์ˆจ๊ฒจ์ ธ ์žˆ์Šต๋‹ˆ๋‹ค', + + // What Leaves My Computer + 'privacy.title': '๊ฐœ์ธ์ •๋ณด ๋ฐ ๋ณด์•ˆ', + 'privacy.description': '์™ธ๋ถ€ ์„œ๋น„์Šค๋กœ ์ „์†ก๋˜๋Š” ๋ฐ์ดํ„ฐ์— ๋Œ€ํ•œ ํˆฌ๋ช…์„ฑ ๋ณด๊ณ ์„œ์ž…๋‹ˆ๋‹ค.', + 'privacy.empty': '๊ฐ์ง€๋œ ์™ธ๋ถ€ ๋ฐ์ดํ„ฐ ์ „์†ก์ด ์—†์Šต๋‹ˆ๋‹ค.', + 'privacy.whatLeavesComputer': '๋‚ด ์ปดํ“จํ„ฐ๋ฅผ ๋– ๋‚˜๋Š” ๋ฐ์ดํ„ฐ', + 'privacy.loading': '๊ฐœ์ธ์ •๋ณด ์„ธ๋ถ€ ์ •๋ณด๋ฅผ ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘...', + 'privacy.loadError': + '์‹ค์‹œ๊ฐ„ ๊ฐœ์ธ์ •๋ณด ๋ชฉ๋ก์„ ๋ถˆ๋Ÿฌ์˜ฌ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค. ์•„๋ž˜์˜ ๋ถ„์„ ์ œ์–ด ๊ธฐ๋Šฅ์€ ๊ณ„์† ์ž‘๋™ํ•ฉ๋‹ˆ๋‹ค.', + 'privacy.noCapabilities': 'ํ˜„์žฌ ๋ฐ์ดํ„ฐ ์ด๋™์„ ๊ณต๊ฐœํ•˜๋Š” ๊ธฐ๋Šฅ์ด ์—†์Šต๋‹ˆ๋‹ค.', + 'privacy.sentTo': '์ „์†ก ๋Œ€์ƒ', + 'privacy.leavesDevice': '๊ธฐ๊ธฐ๋ฅผ ๋– ๋‚จ', + 'privacy.staysLocal': '๋กœ์ปฌ์— ์œ ์ง€๋จ', + 'privacy.anonymizedAnalytics': '์ต๋ช…ํ™”๋œ ๋ถ„์„', + 'privacy.shareAnonymizedData': '์ต๋ช…ํ™”๋œ ์‚ฌ์šฉ ๋ฐ์ดํ„ฐ ๊ณต์œ ', + 'privacy.shareAnonymizedDataDesc': + '์ต๋ช… ์ถฉ๋Œ ๋ณด๊ณ ์„œ์™€ ์‚ฌ์šฉ ๋ถ„์„์„ ๊ณต์œ ํ•˜์—ฌ OpenHuman ๊ฐœ์„ ์„ ๋„์™€์ฃผ์„ธ์š”. ๋ชจ๋“  ๋ฐ์ดํ„ฐ๋Š” ์™„์ „ํžˆ ์ต๋ช…ํ™”๋˜๋ฉฐ, ๊ฐœ์ธ ๋ฐ์ดํ„ฐ, ๋ฉ”์‹œ์ง€, ์ง€๊ฐ‘ ํ‚ค ๋˜๋Š” ์„ธ์…˜ ์ •๋ณด๋Š” ์ ˆ๋Œ€ ์ˆ˜์ง‘๋˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค.', + 'privacy.meetingFollowUps': 'ํšŒ์˜ ํ›„์† ์กฐ์น˜', + 'privacy.autoHandoffMeet': 'Google Meet transcript๋ฅผ ์˜ค์ผ€์ŠคํŠธ๋ ˆ์ดํ„ฐ์— ์ž๋™ ์ „๋‹ฌ', + 'privacy.autoHandoffMeetDesc': + 'Google Meet ํ†ตํ™”๊ฐ€ ๋๋‚˜๋ฉด OpenHuman์˜ ์˜ค์ผ€์ŠคํŠธ๋ ˆ์ดํ„ฐ๊ฐ€ transcript๋ฅผ ์ฝ๊ณ  ๋ฉ”์‹œ์ง€ ์ดˆ์•ˆ ์ž‘์„ฑ, ํ›„์† ์ผ์ • ์˜ˆ์•ฝ, ์—ฐ๊ฒฐ๋œ Slack ์›Œํฌ์ŠคํŽ˜์ด์Šค์— ์š”์•ฝ ๊ฒŒ์‹œ ๊ฐ™์€ ์ž‘์—…์„ ์ˆ˜ํ–‰ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. ๊ธฐ๋ณธ๊ฐ’์€ ๊บผ์ง์ž…๋‹ˆ๋‹ค.', + 'privacy.analyticsDisclaimer': + '๋ชจ๋“  ๋ถ„์„ ๋ฐ ๋ฒ„๊ทธ ๋ณด๊ณ ์„œ๋Š” ์™„์ „ํžˆ ์ต๋ช…ํ™”๋ฉ๋‹ˆ๋‹ค. ํ™œ์„ฑํ™”ํ•˜๋ฉด ์ถฉ๋Œ ์ •๋ณด, ๊ธฐ๊ธฐ ์œ ํ˜•, ์˜ค๋ฅ˜ ํŒŒ์ผ ์œ„์น˜๋งŒ ์ˆ˜์ง‘ํ•ฉ๋‹ˆ๋‹ค. ๋ฉ”์‹œ์ง€, ์„ธ์…˜ ๋ฐ์ดํ„ฐ, ์ง€๊ฐ‘ ํ‚ค, API ํ‚ค ๋˜๋Š” ๊ฐœ์ธ ์‹๋ณ„ ์ •๋ณด์—๋Š” ์ ˆ๋Œ€ ์ ‘๊ทผํ•˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค. ์ด ์„ค์ •์€ ์–ธ์ œ๋“ ์ง€ ๋ณ€๊ฒฝํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.', + + // Settings: About + 'settings.about.version': '๋ฒ„์ „', + 'settings.about.updateAvailable': '์‚ฌ์šฉ ๊ฐ€๋Šฅ', + 'settings.about.softwareUpdates': '์†Œํ”„ํŠธ์›จ์–ด ์—…๋ฐ์ดํŠธ', + 'settings.about.lastChecked': '๋งˆ์ง€๋ง‰ ํ™•์ธ', + 'settings.about.checking': 'ํ™•์ธ ์ค‘...', + 'settings.about.checkForUpdates': '์—…๋ฐ์ดํŠธ ํ™•์ธ', + 'settings.about.releases': '๋ฆด๋ฆฌ์Šค', + 'settings.about.releasesDesc': 'GitHub์—์„œ ๋ฆด๋ฆฌ์Šค ๋…ธํŠธ์™€ ์ด์ „ ๋นŒ๋“œ๋ฅผ ์ฐพ์•„๋ณด์„ธ์š”.', + 'settings.about.openReleases': 'GitHub ๋ฆด๋ฆฌ์Šค ์—ด๊ธฐ', + + // Settings: AI + 'settings.ai.overview': 'AI ์‹œ์Šคํ…œ ๊ฐœ์š”', + 'settings.ai.configStatus': '๊ตฌ์„ฑ ์ƒํƒœ', + 'settings.ai.fallbackMode': '๋Œ€์ฒด ๋ชจ๋“œ', + 'settings.ai.loadedFromRuntime': '๋Ÿฐํƒ€์ž„์—์„œ ๋กœ๋“œ๋จ', + 'settings.ai.loadingDuration': '๋กœ๋“œ ์‹œ๊ฐ„', + 'settings.ai.localRuntime': '๋กœ์ปฌ ๋ชจ๋ธ ๋Ÿฐํƒ€์ž„', + 'settings.ai.openManager': '๊ด€๋ฆฌ์ž ์—ด๊ธฐ', + 'settings.ai.retryDownload': '๋‹ค์šด๋กœ๋“œ ๋‹ค์‹œ ์‹œ๋„', + 'settings.ai.state': '์ƒํƒœ', + 'settings.ai.targetModel': '๋Œ€์ƒ ๋ชจ๋ธ', + 'settings.ai.download': '๋‹ค์šด๋กœ๋“œ', + 'settings.ai.localModelUnavailable': '๋กœ์ปฌ ๋ชจ๋ธ ์ƒํƒœ๋ฅผ ์‚ฌ์šฉํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค.', + 'settings.ai.soulConfig': 'SOUL ํŽ˜๋ฅด์†Œ๋‚˜ ๊ตฌ์„ฑ', + 'settings.ai.refreshing': '์ƒˆ๋กœ๊ณ ์นจ ์ค‘...', + 'settings.ai.refreshSoul': 'SOUL ์ƒˆ๋กœ๊ณ ์นจ', + 'settings.ai.loadingSoul': 'SOUL ๊ตฌ์„ฑ์„ ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘...', + 'settings.ai.identity': '์ •์ฒด์„ฑ', + 'settings.ai.personality': '์„ฑ๊ฒฉ', + 'settings.ai.safetyRules': '์•ˆ์ „ ๊ทœ์น™', + 'settings.ai.source': '์ถœ์ฒ˜', + 'settings.ai.loaded': '๋กœ๋“œ๋จ', + 'settings.ai.toolsConfig': 'TOOLS ๊ตฌ์„ฑ', + 'settings.ai.refreshTools': 'TOOLS ์ƒˆ๋กœ๊ณ ์นจ', + 'settings.ai.toolsAvailable': '์‚ฌ์šฉ ๊ฐ€๋Šฅํ•œ ๋„๊ตฌ', + 'settings.ai.tools': '๋„๊ตฌ', + 'settings.ai.activeSkills': 'ํ™œ์„ฑ ์Šคํ‚ฌ', + 'settings.ai.skills': '์Šคํ‚ฌ', + 'settings.ai.skillsOverview': '์Šคํ‚ฌ ๊ฐœ์š”', + 'settings.ai.refreshingAll': '๋ชจ๋‘ ์ƒˆ๋กœ๊ณ ์นจ ์ค‘...', + 'settings.ai.refreshAll': '๋ชจ๋“  AI ๊ตฌ์„ฑ ์ƒˆ๋กœ๊ณ ์นจ', + + // Settings: Notifications + 'settings.notifications.suppressAll': '๋ชจ๋“  ์•Œ๋ฆผ ์–ต์ œ', + 'settings.notifications.suppressAllDesc': + 'ํฌ์ปค์Šค ์ƒํƒœ์™€ ๊ด€๊ณ„์—†์ด ๋‚ด์žฅ ์•ฑ์˜ ๋ชจ๋“  OS ์•Œ๋ฆผ ํ† ์ŠคํŠธ๋ฅผ ์ฐจ๋‹จํ•ฉ๋‹ˆ๋‹ค.', + 'settings.notifications.toggleDnd': '๋ฐฉํ•ด ๊ธˆ์ง€ ์ „ํ™˜', + 'settings.notifications.categories': '์นดํ…Œ๊ณ ๋ฆฌ', + 'settings.notifications.categoryFooter': + '์นดํ…Œ๊ณ ๋ฆฌ๋ฅผ ๋น„ํ™œ์„ฑํ™”ํ•˜๋ฉด ํ•ด๋‹น ์œ ํ˜•์˜ ์ƒˆ ์•Œ๋ฆผ์ด ์•Œ๋ฆผ ์„ผํ„ฐ์— ํ‘œ์‹œ๋˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค. ๊ธฐ์กด ์•Œ๋ฆผ์€ ์‚ญ์ œ๋  ๋•Œ๊นŒ์ง€ ๋‚จ์•„ ์žˆ์Šต๋‹ˆ๋‹ค.', + + // Settings: Billing + 'settings.billing.movedToWeb': '๊ฒฐ์ œ๊ฐ€ ์›น์œผ๋กœ ์ด๋™๋จ', + 'settings.billing.openDashboard': '๊ฒฐ์ œ ๋Œ€์‹œ๋ณด๋“œ ์—ด๊ธฐ', + 'settings.billing.movedToWebDesc': + '๊ตฌ๋… ๋ณ€๊ฒฝ, ๊ฒฐ์ œ ์ˆ˜๋‹จ, ํฌ๋ ˆ๋”ง ๋ฐ ์ธ๋ณด์ด์Šค๋Š” ์ด์ œ ์›น์˜ TinyHumans์—์„œ ๊ด€๋ฆฌ๋ฉ๋‹ˆ๋‹ค.', + 'settings.billing.backToSettings': '์„ค์ •์œผ๋กœ ๋Œ์•„๊ฐ€๊ธฐ', + 'settings.billing.openingBrowser': '๋ธŒ๋ผ์šฐ์ €๋ฅผ ์—ฌ๋Š” ์ค‘...', + 'settings.billing.browserNotOpen': '๋ธŒ๋ผ์šฐ์ €๊ฐ€ ์—ด๋ฆฌ์ง€ ์•Š์•˜๋‹ค๋ฉด ์œ„ ๋ฒ„ํŠผ์„ ์‚ฌ์šฉํ•˜์„ธ์š”.', + 'settings.billing.browserOpenFailed': '๋ธŒ๋ผ์šฐ์ €๋ฅผ ์ž๋™์œผ๋กœ ์—ด ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค. ์œ„ ๋ฒ„ํŠผ์„ ์‚ฌ์šฉํ•˜์„ธ์š”.', + + // Settings: Tools + 'settings.tools.chooseCapabilities': + 'OpenHuman์ด ์‚ฌ์šฉ์ž๋ฅผ ๋Œ€์‹ ํ•ด ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ๋Š” ๊ธฐ๋Šฅ์„ ์„ ํƒํ•˜์„ธ์š”.', + 'settings.tools.saveChanges': '๋ณ€๊ฒฝ ์‚ฌํ•ญ ์ €์žฅ', + 'settings.tools.preferencesSaved': '๊ธฐ๋ณธ ์„ค์ •์ด ์ €์žฅ๋˜์—ˆ์Šต๋‹ˆ๋‹ค', + 'settings.tools.saveFailed': '๊ธฐ๋ณธ ์„ค์ • ์ €์žฅ์— ์‹คํŒจํ–ˆ์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•˜์„ธ์š”.', + + // Settings: Screen Awareness + 'settings.screenAwareness.mode': '๋ชจ๋“œ', + 'settings.screenAwareness.allExceptBlacklist': '๋ธ”๋ž™๋ฆฌ์ŠคํŠธ ์ œ์™ธ ๋ชจ๋‘', + 'settings.screenAwareness.whitelistOnly': 'ํ™”์ดํŠธ๋ฆฌ์ŠคํŠธ๋งŒ', + 'settings.screenAwareness.screenMonitoring': 'ํ™”๋ฉด ๋ชจ๋‹ˆํ„ฐ๋ง', + 'settings.screenAwareness.saveSettings': '์„ค์ • ์ €์žฅ', + 'settings.screenAwareness.session': '์„ธ์…˜', + 'settings.screenAwareness.status': '์ƒํƒœ', + 'settings.screenAwareness.active': 'ํ™œ์„ฑ', + 'settings.screenAwareness.stopped': '์ค‘์ง€๋จ', + 'settings.screenAwareness.remaining': '๋‚จ์€ ์‹œ๊ฐ„', + 'settings.screenAwareness.startSession': '์„ธ์…˜ ์‹œ์ž‘', + 'settings.screenAwareness.stopSession': '์„ธ์…˜ ์ค‘์ง€', + 'settings.screenAwareness.analyzeNow': '์ง€๊ธˆ ๋ถ„์„', + 'settings.screenAwareness.macosOnly': + 'ํ™”๋ฉด ์ธ์‹ ๋ฐ์Šคํฌํ†ฑ ์บก์ฒ˜ ๋ฐ ๊ถŒํ•œ ์ œ์–ด๋Š” ํ˜„์žฌ macOS์—์„œ๋งŒ ์ง€์›๋ฉ๋‹ˆ๋‹ค.', + + // Connections + 'connections.comingSoon': '๊ณง ์ œ๊ณต ์˜ˆ์ •', + 'connections.setUp': '์„ค์ •', + 'connections.configured': '๊ตฌ์„ฑ๋จ', + 'connections.unavailable': '์‚ฌ์šฉํ•  ์ˆ˜ ์—†์Œ', + 'connections.checking': 'ํ™•์ธ ์ค‘โ€ฆ', + 'connections.walletConfigured': + '๋กœ์ปฌ EVM, BTC, Solana ๋ฐ Tron ID๊ฐ€ ๋ณต๊ตฌ ๋ฌธ๊ตฌ์—์„œ ๊ตฌ์„ฑ๋˜์—ˆ์Šต๋‹ˆ๋‹ค.', + 'connections.walletReady': 'ํ•˜๋‚˜์˜ ๋ณต๊ตฌ ๋ฌธ๊ตฌ์—์„œ ๋กœ์ปฌ EVM, BTC, Solana ๋ฐ Tron ID๋ฅผ ์„ค์ •ํ•ฉ๋‹ˆ๋‹ค.', + 'connections.walletError': '์ง€๊ฐ‘ ์ƒํƒœ๋ฅผ ํ™•์ธํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค. ๋ณต๊ตฌ ๋ฌธ๊ตฌ ํŒจ๋„์—์„œ ๋‹ค์‹œ ์‹œ๋„ํ•˜์„ธ์š”.', + 'connections.walletChecking': '์ง€๊ฐ‘ ์ƒํƒœ ํ™•์ธ ์ค‘...', + 'connections.walletIdentities': '์ง€๊ฐ‘ ID', + 'connections.walletDerived': '๋ณต๊ตฌ ๋ฌธ๊ตฌ์—์„œ ๋กœ์ปฌ๋กœ ํŒŒ์ƒ๋˜๋ฉฐ ์•ˆ์ „ํ•œ ๋ฉ”ํƒ€๋ฐ์ดํ„ฐ๋กœ๋งŒ ์ €์žฅ๋ฉ๋‹ˆ๋‹ค.', + 'connections.privacySecurity': '๊ฐœ์ธ์ •๋ณด ๋ฐ ๋ณด์•ˆ', + 'connections.privacySecurityDesc': + '๋ชจ๋“  ๋ฐ์ดํ„ฐ์™€ ์ž๊ฒฉ ์ฆ๋ช…์€ ๋ฌด๋ฐ์ดํ„ฐ ๋ณด์กด ์ •์ฑ…์œผ๋กœ ๋กœ์ปฌ์— ์ €์žฅ๋ฉ๋‹ˆ๋‹ค. ์‚ฌ์šฉ์ž์˜ ์ •๋ณด๋Š” ์•”ํ˜ธํ™”๋˜๋ฉฐ ์ œ3์ž์™€ ์ ˆ๋Œ€ ๊ณต์œ ๋˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค.', + + // Channels + 'channels.status.connecting': '์—ฐ๊ฒฐ ์ค‘', + 'channels.status.notConfigured': '๊ตฌ์„ฑ๋˜์ง€ ์•Š์Œ', + 'channels.noActiveRoute': 'ํ™œ์„ฑ ๊ฒฝ๋กœ ์—†์Œ', + 'channels.activeRoute': 'ํ™œ์„ฑ ๊ฒฝ๋กœ', + 'channels.loadingDefinitions': '์ฑ„๋„ ์ •์˜๋ฅผ ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘...', + 'channels.channelConnections': '์ฑ„๋„ ์—ฐ๊ฒฐ', + 'channels.configureAuthModes': '๊ฐ ๋ฉ”์‹œ์ง• ์ฑ„๋„์˜ ์ธ์ฆ ๋ชจ๋“œ๋ฅผ ๊ตฌ์„ฑํ•ฉ๋‹ˆ๋‹ค.', + 'channels.configNotAvailable': '๊ตฌ์„ฑ์„ ์‚ฌ์šฉํ•  ์ˆ˜ ์—†์Œ:', + 'channels.channel': '์ฑ„๋„', + + // Dev Options + 'devOptions.coreModeNotSet': '์ฝ”์–ด ๋ชจ๋“œ: ์„ค์ •๋˜์ง€ ์•Š์Œ', + 'devOptions.coreModeNotSetDesc': + '๋ถ€ํŠธ ์ฒดํฌ ์„ ํƒ๊ธฐ๊ฐ€ ์•„์ง ํ™•์ธ๋˜์ง€ ์•Š์•˜์Šต๋‹ˆ๋‹ค. ์„ ํƒ๊ธฐ์—์„œ ๋ชจ๋“œ ์ „ํ™˜์„ ์‚ฌ์šฉํ•˜์—ฌ ๋กœ์ปฌ ๋˜๋Š” ํด๋ผ์šฐ๋“œ๋ฅผ ์„ ํƒํ•˜์„ธ์š”.', + 'devOptions.local': '๋กœ์ปฌ', + 'devOptions.embeddedCoreSidecar': '๋‚ด์žฅ ์ฝ”์–ด ์‚ฌ์ด๋“œ์นด', + 'devOptions.sidecarSpawned': '์•ฑ ์‹คํ–‰ ์‹œ Tauri ์…ธ์— ์˜ํ•ด ํ”„๋กœ์„ธ์Šค ๋‚ด๋ถ€์—์„œ ์ƒ์„ฑ๋ฉ๋‹ˆ๋‹ค.', + 'devOptions.cloud': 'ํด๋ผ์šฐ๋“œ', + 'devOptions.remoteCoreRpc': '์›๊ฒฉ ์ฝ”์–ด RPC', + 'devOptions.token': 'ํ† ํฐ', + 'devOptions.tokenNotSet': '์„ค์ •๋˜์ง€ ์•Š์Œ โ€” RPC๊ฐ€ 401์„ ๋ฐ˜ํ™˜ํ•ฉ๋‹ˆ๋‹ค', + 'devOptions.triggerSentryTest': 'Sentry ํ…Œ์ŠคํŠธ ํŠธ๋ฆฌ๊ฑฐ(์Šคํ…Œ์ด์ง•)', + 'devOptions.triggerSentryTestDesc': + 'Sentry ํŒŒ์ดํ”„๋ผ์ธ์„ ํ™•์ธํ•˜๊ธฐ ์œ„ํ•ด ํƒœ๊ทธ๊ฐ€ ์ง€์ •๋œ ์˜ค๋ฅ˜๋ฅผ ๋ฐœ์ƒ์‹œํ‚ต๋‹ˆ๋‹ค. ์ด์Šˆ #1072 โ€” ํ™•์ธ ํ›„ ์ œ๊ฑฐ.', + 'devOptions.sendTestEvent': 'ํ…Œ์ŠคํŠธ ์ด๋ฒคํŠธ ๋ณด๋‚ด๊ธฐ', + 'devOptions.sending': '๋ณด๋‚ด๋Š” ์ค‘โ€ฆ', + 'devOptions.eventSent': '์ด๋ฒคํŠธ ์ „์†ก๋จ', + 'devOptions.failed': '์‹คํŒจ', + 'devOptions.appLogs': '์•ฑ ๋กœ๊ทธ', + 'devOptions.appLogsDesc': + '์ผ๋ณ„ ๋กค๋ง ๋กœ๊ทธ ํŒŒ์ผ์ด ๋“ค์–ด ์žˆ๋Š” ํด๋”๋ฅผ ์—ฝ๋‹ˆ๋‹ค. ๋ฌธ์ œ๋ฅผ ๋ณด๊ณ ํ•  ๋•Œ ๊ฐ€์žฅ ์ตœ๊ทผ ํŒŒ์ผ์„ ์ฒจ๋ถ€ํ•˜์„ธ์š”.', + 'devOptions.openLogsFolder': '๋กœ๊ทธ ํด๋” ์—ด๊ธฐ', + + // Mnemonic + 'mnemonic.phraseSaved': '๋ณต๊ตฌ ๋ฌธ๊ตฌ ์ €์žฅ๋จ', + 'mnemonic.walletReady': '๋ฉ€ํ‹ฐ์ฒด์ธ ์ง€๊ฐ‘ ID๊ฐ€ ์ค€๋น„๋˜์—ˆ์Šต๋‹ˆ๋‹ค. ์„ค์ •์œผ๋กœ ๋Œ์•„๊ฐ€๋Š” ์ค‘...', + 'mnemonic.writeDownWords': '๋‹ค์Œ ๋‹จ์–ด๋“ค์„ ์ ์–ด ๋‘์„ธ์š”', + 'mnemonic.wordsInOrder': + '๋‹จ์–ด๋ฅผ ์ˆœ์„œ๋Œ€๋กœ ์ ์–ด ์•ˆ์ „ํ•œ ๊ณณ์— ๋ณด๊ด€ํ•˜์„ธ์š”. ์ด ๋ฌธ๊ตฌ๋Š” ๋กœ์ปฌ ์•”ํ˜ธํ™” ํ‚ค์™€ EVM, BTC, Solana ๋ฐ Tron ์ง€๊ฐ‘ ID๋ฅผ ๋ณดํ˜ธํ•ฉ๋‹ˆ๋‹ค.', + 'mnemonic.cannotRecover': + '์ด ๋ฌธ๊ตฌ๋Š” ๋ถ„์‹คํ•˜๋ฉด ๋ณต๊ตฌํ•  ์ˆ˜ ์—†์œผ๋ฉฐ ๊ธฐ๊ธฐ์—์„œ๋งŒ ์™„์ „ํžˆ ๋กœ์ปฌ๋กœ ์œ ์ง€๋˜์–ด์•ผ ํ•ฉ๋‹ˆ๋‹ค.', + 'mnemonic.copyToClipboard': 'ํด๋ฆฝ๋ณด๋“œ์— ๋ณต์‚ฌ', + 'mnemonic.alreadyHavePhrase': '์ด๋ฏธ ๋ณต๊ตฌ ๋ฌธ๊ตฌ๊ฐ€ ์žˆ์Šต๋‹ˆ๋‹ค', + 'mnemonic.consentSaved': '์ด ๋ฌธ๊ตฌ๋ฅผ ์ €์žฅํ–ˆ์œผ๋ฉฐ ๋กœ์ปฌ ์ง€๊ฐ‘ ์„ค์ •์— ์‚ฌ์šฉํ•˜๋Š” ๋ฐ ๋™์˜ํ•ฉ๋‹ˆ๋‹ค', + 'mnemonic.enterPhraseToRestore': + '๋กœ์ปฌ ์ง€๊ฐ‘ ID๋ฅผ ๋ณต์›ํ•˜๋ ค๋ฉด ์•„๋ž˜์— ๋ณต๊ตฌ ๋ฌธ๊ตฌ๋ฅผ ์ž…๋ ฅํ•˜๊ฑฐ๋‚˜ ์ „์ฒด ๋ฌธ๊ตฌ๋ฅผ ์•„๋ฌด ์ž…๋ ฅ๋ž€์— ๋ถ™์—ฌ๋„ฃ์œผ์„ธ์š”(์ƒˆ ๋ฐฑ์—…์€ 12๋‹จ์–ด, ์ด์ „ ๋ฒ„์ „์˜ 24๋‹จ์–ด ๋ฌธ๊ตฌ๋„ ์ž‘๋™ํ•ฉ๋‹ˆ๋‹ค).', + 'mnemonic.words': '๋‹จ์–ด', + 'mnemonic.validPhrase': '์œ ํšจํ•œ ๋ณต๊ตฌ ๋ฌธ๊ตฌ', + 'mnemonic.generateNewPhrase': '๋Œ€์‹  ์ƒˆ ๋ณต๊ตฌ ๋ฌธ๊ตฌ ์ƒ์„ฑ', + 'mnemonic.securingData': '๋ฐ์ดํ„ฐ ๋ณดํ˜ธ ์ค‘...', + 'mnemonic.saveRecoveryPhrase': '๋ณต๊ตฌ ๋ฌธ๊ตฌ ์ €์žฅ', + 'mnemonic.userNotLoaded': + '์‚ฌ์šฉ์ž๊ฐ€ ๋กœ๋“œ๋˜์ง€ ์•Š์•˜์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ๋กœ๊ทธ์ธํ•˜๊ฑฐ๋‚˜ ํŽ˜์ด์ง€๋ฅผ ์ƒˆ๋กœ๊ณ ์นจํ•˜์„ธ์š”.', + 'mnemonic.invalidPhrase': '์œ ํšจํ•˜์ง€ ์•Š์€ ๋ณต๊ตฌ ๋ฌธ๊ตฌ์ž…๋‹ˆ๋‹ค. ๋‹จ์–ด๋ฅผ ํ™•์ธํ•˜๊ณ  ๋‹ค์‹œ ์‹œ๋„ํ•˜์„ธ์š”.', + 'mnemonic.somethingWentWrong': '๋ฌธ์ œ๊ฐ€ ๋ฐœ์ƒํ–ˆ์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•ด ์ฃผ์„ธ์š”.', + + // Team + 'team.failedToCreate': 'ํŒ€ ์ƒ์„ฑ์— ์‹คํŒจํ–ˆ์Šต๋‹ˆ๋‹ค', + 'team.invalidInviteCode': '์œ ํšจํ•˜์ง€ ์•Š๊ฑฐ๋‚˜ ๋งŒ๋ฃŒ๋œ ์ดˆ๋Œ€ ์ฝ”๋“œ์ž…๋‹ˆ๋‹ค', + 'team.failedToSwitch': 'ํŒ€ ์ „ํ™˜์— ์‹คํŒจํ–ˆ์Šต๋‹ˆ๋‹ค', + 'team.failedToLeave': 'ํŒ€ ๋‚˜๊ฐ€๊ธฐ์— ์‹คํŒจํ–ˆ์Šต๋‹ˆ๋‹ค', + 'team.role.owner': '์†Œ์œ ์ž', + 'team.role.admin': '๊ด€๋ฆฌ์ž', + 'team.role.billingManager': '๊ฒฐ์ œ ๊ด€๋ฆฌ์ž', + 'team.role.member': '๋ฉค๋ฒ„', + 'team.active': 'ํ™œ์„ฑ', + 'team.personalTeam': '๊ฐœ์ธ ํŒ€', + 'team.manageTeam': 'ํŒ€ ๊ด€๋ฆฌ', + 'team.switching': '์ „ํ™˜ ์ค‘...', + 'team.switch': '์ „ํ™˜', + 'team.leaving': '๋‚˜๊ฐ€๋Š” ์ค‘...', + 'team.leave': '๋‚˜๊ฐ€๊ธฐ', + 'team.yourTeams': '๋‚ด ํŒ€', + 'team.createNewTeam': '์ƒˆ ํŒ€ ์ƒ์„ฑ', + 'team.teamName': 'ํŒ€ ์ด๋ฆ„', + 'team.creating': '์ƒ์„ฑ ์ค‘...', + 'team.joinExistingTeam': '๊ธฐ์กด ํŒ€ ์ฐธ๊ฐ€', + 'team.inviteCode': '์ดˆ๋Œ€ ์ฝ”๋“œ', + 'team.joining': '์ฐธ๊ฐ€ ์ค‘...', + 'team.join': '์ฐธ๊ฐ€', + 'team.leaveTeam': 'ํŒ€ ๋‚˜๊ฐ€๊ธฐ', + 'team.confirmLeave': '์ •๋ง๋กœ ๋‚˜๊ฐ€์‹œ๊ฒ ์Šต๋‹ˆ๊นŒ', + 'team.leaveWarning': + 'ํŒ€๊ณผ ๋ชจ๋“  ํŒ€ ๋ฆฌ์†Œ์Šค์— ๋Œ€ํ•œ ์ ‘๊ทผ ๊ถŒํ•œ์„ ์žƒ๊ฒŒ ๋ฉ๋‹ˆ๋‹ค. ๋‹ค์‹œ ์ฐธ๊ฐ€ํ•˜๋ ค๋ฉด ์ƒˆ ์ดˆ๋Œ€๊ฐ€ ํ•„์š”ํ•ฉ๋‹ˆ๋‹ค.', + 'team.management': 'ํŒ€ ๊ด€๋ฆฌ', + 'team.notFound': 'ํŒ€์„ ์ฐพ์„ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค', + 'team.accessDenied': '์ ‘๊ทผ์ด ๊ฑฐ๋ถ€๋˜์—ˆ์Šต๋‹ˆ๋‹ค', + 'team.members': '๋ฉค๋ฒ„', + + // Voice + 'voice.title': '์Œ์„ฑ ๋ฐ›์•„์“ฐ๊ธฐ', + 'voice.settings': '์Œ์„ฑ ์„ค์ •', + 'voice.settingsDesc': 'ํ•ซํ‚ค๋ฅผ ๊ธธ๊ฒŒ ๋ˆŒ๋Ÿฌ ๋ฐ›์•„์“ฐ๊ธฐํ•˜๊ณ  ํ™œ์„ฑ ์ž…๋ ฅ๋ž€์— ํ…์ŠคํŠธ๋ฅผ ์‚ฝ์ž…ํ•ฉ๋‹ˆ๋‹ค.', + 'voice.hotkey': 'ํ•ซํ‚ค', + 'voice.activationMode': 'ํ™œ์„ฑํ™” ๋ชจ๋“œ', + 'voice.tapToToggle': 'ํƒญํ•˜์—ฌ ์ „ํ™˜', + 'voice.writingStyle': '์ž‘์„ฑ ์Šคํƒ€์ผ', + 'voice.verbatimTranscription': '๊ทธ๋Œ€๋กœ ์ „์‚ฌ', + 'voice.naturalCleanup': '์ž์—ฐ์Šค๋Ÿฝ๊ฒŒ ์ •๋ฆฌ', + 'voice.autoStart': '์ฝ”์–ด์™€ ํ•จ๊ป˜ ์Œ์„ฑ ์„œ๋ฒ„ ์ž๋™ ์‹œ์ž‘', + 'voice.customDictionary': '์‚ฌ์šฉ์ž ์ง€์ • ์‚ฌ์ „', + 'voice.customDictionaryDesc': '์ด๋ฆ„, ๊ธฐ์ˆ  ์šฉ์–ด, ๋„๋ฉ”์ธ ๋‹จ์–ด๋ฅผ ์ถ”๊ฐ€ํ•˜์—ฌ ์ธ์‹ ์ •ํ™•๋„๋ฅผ ํ–ฅ์ƒํ•ฉ๋‹ˆ๋‹ค.', + 'voice.addWord': '๋‹จ์–ด ์ถ”๊ฐ€...', + 'voice.sttDisabled': '๋กœ์ปฌ STT ๋ชจ๋ธ์ด ๋‹ค์šด๋กœ๋“œ๋˜๊ณ  ์ค€๋น„๋  ๋•Œ๊นŒ์ง€ ์Œ์„ฑ ๋ฐ›์•„์“ฐ๊ธฐ๊ฐ€ ๋น„ํ™œ์„ฑํ™”๋ฉ๋‹ˆ๋‹ค.', + 'voice.openLocalAiModel': '๋กœ์ปฌ AI ๋ชจ๋ธ ์—ด๊ธฐ', + 'voice.serverRestarted': '์ƒˆ ์„ค์ •์œผ๋กœ ์Œ์„ฑ ์„œ๋ฒ„๊ฐ€ ๋‹ค์‹œ ์‹œ์ž‘๋˜์—ˆ์Šต๋‹ˆ๋‹ค.', + 'voice.settingsSaved': '์Œ์„ฑ ์„ค์ •์ด ์ €์žฅ๋˜์—ˆ์Šต๋‹ˆ๋‹ค.', + 'voice.serverStarted': '์Œ์„ฑ ์„œ๋ฒ„๊ฐ€ ์‹œ์ž‘๋˜์—ˆ์Šต๋‹ˆ๋‹ค.', + 'voice.serverStopped': '์Œ์„ฑ ์„œ๋ฒ„๊ฐ€ ์ค‘์ง€๋˜์—ˆ์Šต๋‹ˆ๋‹ค.', + 'voice.saveVoiceSettings': '์Œ์„ฑ ์„ค์ • ์ €์žฅ', + 'voice.startVoiceServer': '์Œ์„ฑ ์„œ๋ฒ„ ์‹œ์ž‘', + 'voice.stopVoiceServer': '์Œ์„ฑ ์„œ๋ฒ„ ์ค‘์ง€', + 'voice.debugTitle': '์Œ์„ฑ ๋””๋ฒ„๊ทธ', + + // Autocomplete + 'autocomplete.title': '์ž๋™ ์™„์„ฑ', + 'autocomplete.settings': '์„ค์ •', + 'autocomplete.acceptWithTab': 'Tab์œผ๋กœ ์ˆ˜๋ฝ', + 'autocomplete.stylePreset': '์Šคํƒ€์ผ ํ”„๋ฆฌ์…‹', + 'autocomplete.style.balanced': '๊ท ํ˜•', + 'autocomplete.style.concise': '๊ฐ„๊ฒฐ', + 'autocomplete.style.formal': '๊ฒฉ์‹', + 'autocomplete.style.casual': '์บ์ฃผ์–ผ', + 'autocomplete.style.custom': '์‚ฌ์šฉ์ž ์ง€์ •', + 'autocomplete.disabledApps': '๋น„ํ™œ์„ฑํ™”๋œ ์•ฑ(์ค„๋งˆ๋‹ค ํ•˜๋‚˜์˜ ๋ฒˆ๋“ค/์•ฑ ํ† ํฐ)', + 'autocomplete.saveSettings': '์„ค์ • ์ €์žฅ', + 'autocomplete.saving': '์ €์žฅ ์ค‘โ€ฆ', + 'autocomplete.runtime': '๋Ÿฐํƒ€์ž„', + 'autocomplete.running': '์‹คํ–‰ ์ค‘', + 'autocomplete.start': '์‹œ์ž‘', + 'autocomplete.stop': '์ค‘์ง€', + 'autocomplete.settingsSaved': '์ž๋™ ์™„์„ฑ ์„ค์ •์ด ์ €์žฅ๋˜์—ˆ์Šต๋‹ˆ๋‹ค.', + 'autocomplete.started': '์ž๋™ ์™„์„ฑ์ด ์‹œ์ž‘๋˜์—ˆ์Šต๋‹ˆ๋‹ค.', + 'autocomplete.didNotStart': '์ž๋™ ์™„์„ฑ์ด ์‹œ์ž‘๋˜์ง€ ์•Š์•˜์Šต๋‹ˆ๋‹ค. ํ™œ์„ฑํ™”๋˜์–ด ์žˆ๋Š”์ง€ ํ™•์ธํ•˜์„ธ์š”.', + 'autocomplete.stopped': '์ž๋™ ์™„์„ฑ์ด ์ค‘์ง€๋˜์—ˆ์Šต๋‹ˆ๋‹ค.', + 'autocomplete.advancedSettings': '๊ณ ๊ธ‰ ์„ค์ •', + 'autocomplete.debugTitle': '์ž๋™ ์™„์„ฑ ๋””๋ฒ„๊ทธ', + + // Chat + 'chat.agentChat': '์—์ด์ „ํŠธ ์ฑ„ํŒ…', + 'chat.overrides': '์žฌ์ •์˜', + 'chat.model': '๋ชจ๋ธ', + 'chat.temperature': '์˜จ๋„', + 'chat.conversation': '๋Œ€ํ™”', + 'chat.startAgentConversation': '์—์ด์ „ํŠธ์™€ ๋Œ€ํ™”๋ฅผ ์‹œ์ž‘ํ•˜์„ธ์š”.', + 'chat.you': '๋‚˜', + 'chat.agent': '์—์ด์ „ํŠธ', + 'chat.askAgent': '์—์ด์ „ํŠธ์—๊ฒŒ ๋ฌด์—‡์ด๋“  ๋ฌผ์–ด๋ณด์„ธ์š”...', + 'chat.sendMessage': '๋ฉ”์‹œ์ง€ ๋ณด๋‚ด๊ธฐ', + + // Composio + 'composio.triageTitle': 'ํ†ตํ•ฉ ํŠธ๋ฆฌ๊ฑฐ', + 'composio.triageDesc': + 'ํ™œ์„ฑํ™”๋˜๋ฉด ๋“ค์–ด์˜ค๋Š” ๊ฐ Composio ํŠธ๋ฆฌ๊ฑฐ๊ฐ€ ์ด๋ฒคํŠธ๋ฅผ ๋ถ„๋ฅ˜ํ•˜๊ณ  ์ž๋™ ์ž‘์—…์„ ์‹œ์ž‘ํ•  ์ˆ˜ ์žˆ๋Š” AI ์„ ๋ณ„ ๋‹จ๊ณ„๋ฅผ ๊ฑฐ์นฉ๋‹ˆ๋‹ค โ€” ํŠธ๋ฆฌ๊ฑฐ๋‹น ๋กœ์ปฌ LLM ํ„ด ํ•˜๋‚˜๊ฐ€ ์‚ฌ์šฉ๋ฉ๋‹ˆ๋‹ค. ์ˆ˜๋™ ๊ฒ€ํ† ๋ฅผ ์„ ํ˜ธํ•œ๋‹ค๋ฉด ์ „์ฒด ๋˜๋Š” ํ†ตํ•ฉ๋ณ„๋กœ ๋น„ํ™œ์„ฑํ™”ํ•˜์„ธ์š”. ํ™˜๊ฒฝ ๋ณ€์ˆ˜๊ฐ€', + 'composio.disableAllTriage': '๋ชจ๋“  ํŠธ๋ฆฌ๊ฑฐ์— ๋Œ€ํ•œ AI ์„ ๋ณ„ ๋น„ํ™œ์„ฑํ™”', + 'composio.triggersStillRecorded': 'ํŠธ๋ฆฌ๊ฑฐ๋Š” ๊ธฐ๋ก์— ๊ณ„์† ์ €์žฅ๋ฉ๋‹ˆ๋‹ค โ€” LLM ํ„ด์€ ์‹คํ–‰๋˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค.', + 'composio.disableSpecificIntegrations': 'ํŠน์ • ํ†ตํ•ฉ์— ๋Œ€ํ•œ AI ์„ ๋ณ„ ๋น„ํ™œ์„ฑํ™”', + 'composio.settingsSaved': '์„ค์ •์ด ์ €์žฅ๋˜์—ˆ์Šต๋‹ˆ๋‹ค', + 'composio.saveFailed': '์ €์žฅ์— ์‹คํŒจํ–ˆ์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•˜์„ธ์š”.', + + // Cron + 'cron.title': 'Cron ์ž‘์—…', + 'cron.scheduledJobs': '์˜ˆ์•ฝ๋œ ์ž‘์—…', + 'cron.manageCronJobs': '์ฝ”์–ด ์Šค์ผ€์ค„๋Ÿฌ์—์„œ cron ์ž‘์—…์„ ๊ด€๋ฆฌํ•ฉ๋‹ˆ๋‹ค.', + 'cron.refreshCronJobs': 'Cron ์ž‘์—… ์ƒˆ๋กœ๊ณ ์นจ', + + // Local Model + 'localModel.modelStatus': '๋ชจ๋ธ ์ƒํƒœ', + 'localModel.downloadModels': '๋ชจ๋ธ ๋‹ค์šด๋กœ๋“œ', + 'localModel.usage': '์‚ฌ์šฉ๋Ÿ‰', + 'localModel.usageDesc': + '๋กœ์ปฌ ๋ชจ๋ธ์—์„œ ์‹คํ–‰ํ•  ํ•˜์œ„ ์‹œ์Šคํ…œ์„ ์„ ํƒํ•˜์„ธ์š”. ๊บผ์ง„ ํ•ญ๋ชฉ์€ ํด๋ผ์šฐ๋“œ๋ฅผ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค.', + 'localModel.enableRuntime': '๋กœ์ปฌ AI ๋Ÿฐํƒ€์ž„ ํ™œ์„ฑํ™”', + 'localModel.enableRuntimeDesc': + '๋งˆ์Šคํ„ฐ ์Šค์œ„์น˜์ž…๋‹ˆ๋‹ค. ๊ธฐ๋ณธ๊ฐ’์€ ๊บผ์ง์ด๋ฉฐ Ollama๋Š” ์œ ํœด ์ƒํƒœ๋กœ ์œ ์ง€๋ฉ๋‹ˆ๋‹ค. ์ผœ๋ฉด ํŠธ๋ฆฌ ์š”์•ฝ๊ธฐ, ํ™”๋ฉด ์ธํ…”๋ฆฌ์ „์Šค, ์ž๋™ ์™„์„ฑ์ด ํ•ญ์ƒ ๋กœ์ปฌ ๋ชจ๋ธ์„ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค.', + 'localModel.advancedSettings': '๊ณ ๊ธ‰ ์„ค์ •', + 'localModel.debugTitle': '๋กœ์ปฌ ๋ชจ๋ธ ๋””๋ฒ„๊ทธ', + + // Screen Awareness + 'screenAwareness.debugTitle': 'ํ™”๋ฉด ์ธ์‹ ๋””๋ฒ„๊ทธ', + + // Memory + 'memory.debugTitle': '๋ฉ”๋ชจ๋ฆฌ ๋””๋ฒ„๊ทธ', + + // Webhooks + 'webhooks.debugTitle': '์›นํ›… ๋””๋ฒ„๊ทธ', + + // Notifications + 'notifications.routingTitle': '์•Œ๋ฆผ ๋ผ์šฐํŒ…', + + // Common (additional) + 'common.reload': '๋‹ค์‹œ ๋ถˆ๋Ÿฌ์˜ค๊ธฐ', + 'common.skip': '๊ฑด๋„ˆ๋›ฐ๊ธฐ', + 'common.disable': '๋น„ํ™œ์„ฑํ™”', + 'common.enable': 'ํ™œ์„ฑํ™”', + + // Chat (additional) + 'chat.safetyTimeout': '2๋ถ„ ํ›„์—๋„ ์—์ด์ „ํŠธ์˜ ์‘๋‹ต์ด ์—†์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•˜๊ฑฐ๋‚˜ ์—ฐ๊ฒฐ์„ ํ™•์ธํ•˜์„ธ์š”.', + 'chat.filter.all': '์ „์ฒด', + 'chat.filter.work': '์—…๋ฌด', + 'chat.filter.briefing': '๋ธŒ๋ฆฌํ•‘', + 'chat.filter.notification': '์•Œ๋ฆผ', + 'chat.filter.workers': '์›Œ์ปค', + 'chat.selectThread': '์Šค๋ ˆ๋“œ ์„ ํƒ', + 'chat.threads': '์Šค๋ ˆ๋“œ', + 'chat.noThreads': '์•„์ง ์Šค๋ ˆ๋“œ๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค', + 'chat.noLabelThreads': '"{label}" ์Šค๋ ˆ๋“œ๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค', + 'chat.noWorkerThreads': '์•„์ง ์›Œ์ปค ์Šค๋ ˆ๋“œ๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค', + 'chat.deleteThread': '์Šค๋ ˆ๋“œ ์‚ญ์ œ', + 'chat.deleteThreadConfirm': '"{title}" ์Šค๋ ˆ๋“œ๋ฅผ ์‚ญ์ œํ•˜์‹œ๊ฒ ์Šต๋‹ˆ๊นŒ?', + 'chat.untitledThread': '์ œ๋ชฉ ์—†๋Š” ์Šค๋ ˆ๋“œ', + 'chat.hideSidebar': '์‚ฌ์ด๋“œ๋ฐ” ์ˆจ๊ธฐ๊ธฐ', + 'chat.showSidebar': '์‚ฌ์ด๋“œ๋ฐ” ํ‘œ์‹œ', + 'chat.newThreadShortcut': '์ƒˆ ์Šค๋ ˆ๋“œ (/new)', + 'chat.new': '์ƒˆ๋กœ ๋งŒ๋“ค๊ธฐ', + 'chat.failedToLoadMessages': '๋ฉ”์‹œ์ง€๋ฅผ ๋ถˆ๋Ÿฌ์˜ค์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค', + 'chat.thinkingIteration': '์ƒ๊ฐ ์ค‘... ({n})', + 'chat.thinkingDots': '์ƒ๊ฐ ์ค‘...', + 'chat.approachingLimit': '์‚ฌ์šฉ ํ•œ๋„์— ๊ฐ€๊นŒ์›Œ์ง€๊ณ  ์žˆ์Šต๋‹ˆ๋‹ค', + 'chat.approachingLimitMsg': '์‚ฌ์šฉ ๊ฐ€๋Šฅํ•œ ํ• ๋‹น๋Ÿ‰์˜ {pct}%๋ฅผ ์‚ฌ์šฉํ–ˆ์Šต๋‹ˆ๋‹ค.', + 'chat.upgrade': '์—…๊ทธ๋ ˆ์ด๋“œ', + 'chat.weeklyLimitHit': 'ํฌํ•จ๋œ ์ฃผ๊ธฐ ์˜ˆ์‚ฐ์„ ๋ชจ๋‘ ์‚ฌ์šฉํ–ˆ์Šต๋‹ˆ๋‹ค.', + 'chat.resets': '์ดˆ๊ธฐํ™”', + 'chat.topUpToContinue': '๊ณ„์†ํ•˜๋ ค๋ฉด ์ถฉ์ „ํ•˜์„ธ์š”.', + 'chat.budgetComplete': + 'ํฌํ•จ๋œ ์˜ˆ์‚ฐ์„ ๋ชจ๋‘ ์‚ฌ์šฉํ–ˆ์Šต๋‹ˆ๋‹ค. ๊ณ„์†ํ•˜๋ ค๋ฉด ํฌ๋ ˆ๋”ง์„ ์ถ”๊ฐ€ํ•˜๊ฑฐ๋‚˜ ์—…๊ทธ๋ ˆ์ด๋“œํ•˜์„ธ์š”.', + 'chat.topUp': '์ถฉ์ „', + 'chat.cycle': '์ฃผ๊ธฐ', + 'chat.cycleSpent': '์ด๋ฒˆ ์ฃผ๊ธฐ ์‚ฌ์šฉ๋Ÿ‰', + 'chat.cycleRemaining': '๋‚จ์€ ์–‘', + 'chat.left': '๋‚จ์Œ', + 'chat.setup': '์„ค์ •', + 'chat.switchToText': 'ํ…์ŠคํŠธ๋กœ ์ „ํ™˜', + 'chat.transcribing': '์ „์‚ฌ ์ค‘...', + 'chat.stopAndSend': '์ค‘์ง€ํ•˜๊ณ  ๋ณด๋‚ด๊ธฐ', + 'chat.startTalking': '๋งํ•˜๊ธฐ ์‹œ์ž‘', + 'chat.playingVoiceReply': '์Œ์„ฑ ์‘๋‹ต ์žฌ์ƒ ์ค‘', + 'chat.voiceHint': '๋งˆ์ดํฌ๋ฅผ ์‚ฌ์šฉํ•ด ๋งํ•˜์„ธ์š”', + 'chat.micUnavailable': '๋งˆ์ดํฌ๋ฅผ ์‚ฌ์šฉํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค', + 'chat.turn': 'ํ„ด', + 'chat.turns': 'ํ„ด', + 'chat.openWorkerThread': '์›Œ์ปค ์Šค๋ ˆ๋“œ ์—ด๊ธฐ', + + // Memory (additional) + 'memory.searchAria': '๋ฉ”๋ชจ๋ฆฌ ๊ฒ€์ƒ‰', + 'memory.searchPlaceholder': '๋ฉ”๋ชจ๋ฆฌ ํ•ญ๋ชฉ ๊ฒ€์ƒ‰...', + 'memory.sourceFilter.all': '๋ชจ๋“  ์†Œ์Šค', + 'memory.sourceFilter.email': '์ด๋ฉ”์ผ', + 'memory.sourceFilter.calendar': '์บ˜๋ฆฐ๋”', + 'memory.sourceFilter.telegram': 'Telegram', + 'memory.sourceFilter.aiInsight': 'AI ์ธ์‚ฌ์ดํŠธ', + 'memory.sourceFilter.system': '์‹œ์Šคํ…œ', + 'memory.sourceFilter.trading': '๊ฑฐ๋ž˜', + 'memory.sourceFilter.security': '๋ณด์•ˆ', + 'memory.ingestionActivity': '์ˆ˜์ง‘ ํ™œ๋™', + 'memory.events': '์ด๋ฒคํŠธ', + 'memory.event': '์ด๋ฒคํŠธ', + 'memory.overTheLast': '์ง€๋‚œ ๊ธฐ๊ฐ„', + 'memory.months': '๊ฐœ์›”', + 'memory.peak': '์ตœ๊ณ ์น˜', + 'memory.perDay': '/์ผ', + 'memory.less': '์ ์Œ', + 'memory.more': '๋งŽ์Œ', + 'memory.on': '์ผœ์ง', + 'memory.loading': '๋ฉ”๋ชจ๋ฆฌ ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘', + 'memory.fetching': '๋ฉ”๋ชจ๋ฆฌ ํ•ญ๋ชฉ์„ ๊ฐ€์ ธ์˜ค๋Š” ์ค‘...', + 'memory.analyzing': '๋ฉ”๋ชจ๋ฆฌ ๋ถ„์„ ์ค‘', + 'memory.analyzingHint': '์ธ์‚ฌ์ดํŠธ๋ฅผ ์ถ”์ถœํ•˜๊ธฐ ์œ„ํ•ด ๋ฉ”๋ชจ๋ฆฌ๋ฅผ ์ฒ˜๋ฆฌํ•˜๋Š” ์ค‘...', + 'memory.noMatches': '์ผ์น˜ํ•˜๋Š” ํ•ญ๋ชฉ ์—†์Œ', + 'memory.noMatchesHint': '๊ฒ€์ƒ‰์–ด ๋˜๋Š” ํ•„ํ„ฐ๋ฅผ ๋ณ€๊ฒฝํ•ด ๋ณด์„ธ์š”.', + 'memory.allCaughtUp': '๋ชจ๋‘ ์™„๋ฃŒ๋จ', + 'memory.allCaughtUpHint': '์ฒ˜๋ฆฌํ•  ์ƒˆ ๋ฉ”๋ชจ๋ฆฌ ํ•ญ๋ชฉ์ด ์—†์Šต๋‹ˆ๋‹ค.', + 'memory.noAnalysis': '์•„์ง ๋ถ„์„ ์—†์Œ', + 'memory.noAnalysisHint': '๋ฉ”๋ชจ๋ฆฌ์—์„œ ํŒจํ„ด์„ ๋ฐœ๊ฒฌํ•˜๋ ค๋ฉด ๋ถ„์„์„ ์‹คํ–‰ํ•˜์„ธ์š”.', + 'memory.emptyHint': '์ฒซ ๋ฒˆ์งธ ๋ฉ”๋ชจ๋ฆฌ๋ฅผ ๋งŒ๋“ค๋ ค๋ฉด ์ƒํ˜ธ์ž‘์šฉ์„ ์‹œ์ž‘ํ•˜์„ธ์š”.', + + // Mic + 'mic.unavailable': '๋งˆ์ดํฌ๋ฅผ ์‚ฌ์šฉํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค', + 'mic.permissionDenied': '๋งˆ์ดํฌ ๊ถŒํ•œ์ด ๊ฑฐ๋ถ€๋˜์—ˆ์Šต๋‹ˆ๋‹ค', + 'mic.failedToStartRecorder': '๋…น์Œ๊ธฐ๋ฅผ ์‹œ์ž‘ํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค', + 'mic.transcribing': '์ „์‚ฌ ์ค‘...', + 'mic.tapToSend': 'ํƒญํ•˜์—ฌ ๋ณด๋‚ด๊ธฐ', + 'mic.waitingForAgent': '์—์ด์ „ํŠธ๋ฅผ ๊ธฐ๋‹ค๋ฆฌ๋Š” ์ค‘...', + 'mic.tapAndSpeak': 'ํƒญํ•˜๊ณ  ๋งํ•˜๊ธฐ', + 'mic.stopRecording': '๋…น์Œ์„ ์ค‘์ง€ํ•˜๊ณ  ๋ณด๋‚ด๊ธฐ', + 'mic.startRecording': '๋…น์Œ ์‹œ์ž‘', + + // Token + 'token.usageLimitReached': '์‚ฌ์šฉ ํ•œ๋„์— ๋„๋‹ฌํ–ˆ์Šต๋‹ˆ๋‹ค', + 'token.approachingLimit': 'ํ•œ๋„์— ๊ฐ€๊นŒ์›Œ์ง€๊ณ  ์žˆ์Šต๋‹ˆ๋‹ค', + 'token.planClickForDetails': 'ํ”Œ๋žœ - ์ž์„ธํ•œ ๋‚ด์šฉ์„ ๋ณด๋ ค๋ฉด ํด๋ฆญ', + 'token.sessionTokens': '์ž…๋ ฅ: {in} | ์ถœ๋ ฅ: {out} | ํ„ด: {turns}', + 'token.limit': 'ํ•œ๋„ ๋„๋‹ฌ', + + // Catalog + 'catalog.noCapabilityBinding': '๊ธฐ๋Šฅ ๋ฐ”์ธ๋”ฉ ์—†์Œ', + 'catalog.downloadFailed': '๋‹ค์šด๋กœ๋“œ ์‹คํŒจ', + 'catalog.active': 'ํ™œ์„ฑ', + 'catalog.installed': '์„ค์น˜๋จ', + 'catalog.notDownloaded': '๋‹ค์šด๋กœ๋“œ๋˜์ง€ ์•Š์Œ', + 'catalog.inUse': '์‚ฌ์šฉ ์ค‘', + 'catalog.use': '์‚ฌ์šฉ', + 'catalog.deleteModel': '๋ชจ๋ธ ์‚ญ์ œ', + 'catalog.download': '๋‹ค์šด๋กœ๋“œ', + + // Navigator + 'navigator.recent': '์ตœ๊ทผ', + 'navigator.today': '์˜ค๋Š˜', + 'navigator.thisWeek': '์ด๋ฒˆ ์ฃผ', + 'navigator.sources': '์†Œ์Šค', + 'navigator.email': '์ด๋ฉ”์ผ', + 'navigator.slack': 'Slack', + 'navigator.chat': '์ฑ„ํŒ…', + 'navigator.documents': '๋ฌธ์„œ', + 'navigator.people': '์‚ฌ๋žŒ', + 'navigator.topics': '์ฃผ์ œ', + + // Dreams + 'dreams.description': '๊ฟˆ์€ ๋ฉ”๋ชจ๋ฆฌ์˜ ํŒจํ„ด์„ ์ข…ํ•ฉํ•˜๋Š” AI ์ƒ์„ฑ ๋ฐ˜์˜์ž…๋‹ˆ๋‹ค.', + 'dreams.comingSoon': '๊ณง ์ œ๊ณต ์˜ˆ์ •', + + // Assignment + 'assignment.memoryLlm': '๋ฉ”๋ชจ๋ฆฌ LLM', + 'assignment.memoryLlmAria': '๋ฉ”๋ชจ๋ฆฌ LLM ์„ ํƒ', + 'assignment.embedder': '์ž„๋ฒ ๋”', + 'assignment.loaded': '๋กœ๋“œ๋จ', + 'assignment.notDownloaded': '๋‹ค์šด๋กœ๋“œ๋˜์ง€ ์•Š์Œ', + 'assignment.usedForExtractSummarise': '์ถ”์ถœ ๋ฐ ์š”์•ฝ์— ์‚ฌ์šฉ๋จ', + + // Insights + 'insights.knownFacts': '์•Œ๋ ค์ง„ ์‚ฌ์‹ค', + 'insights.preferences': '์„ ํ˜ธ๋„', + 'insights.relationships': '๊ด€๊ณ„', + 'insights.skills': '์Šคํ‚ฌ', + 'insights.opinions': '์˜๊ฒฌ', + 'insights.other': '๊ธฐํƒ€', + 'insights.title': '์ธ์‚ฌ์ดํŠธ', + 'insights.empty': '์•„์ง ์ธ์‚ฌ์ดํŠธ๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค. ๋ฉ”๋ชจ๋ฆฌ๊ฐ€ ๋Š˜์–ด๋‚˜๋ฉด ์ธ์‚ฌ์ดํŠธ๊ฐ€ ์ƒ์„ฑ๋ฉ๋‹ˆ๋‹ค.', + 'insights.description': '๋ฉ”๋ชจ๋ฆฌ ๊ทธ๋ž˜ํ”„์˜ {count}๊ฐœ ๊ด€๊ณ„๋ฅผ ๊ธฐ๋ฐ˜์œผ๋กœ ํ•ฉ๋‹ˆ๋‹ค.', + 'insights.items': 'ํ•ญ๋ชฉ', + 'insights.more': '๋” ๋ณด๊ธฐ', + + // Calls + 'calls.joiningCall': 'ํ†ตํ™”์— ์ฐธ์—ฌํ•˜๋Š” ์ค‘', + 'calls.meetWindowOpening': 'Meet ์ฐฝ์ด ์—ด๋ฆฌ๋Š” ์ค‘...', + 'calls.failedToStart': 'Meet ํ†ตํ™”๋ฅผ ์‹œ์ž‘ํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค', + 'calls.couldNotStart': 'ํ†ตํ™”๋ฅผ ์‹œ์ž‘ํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค', + 'calls.failedToClose': 'ํ†ตํ™”๋ฅผ ๋‹ซ์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค', + 'calls.couldNotClose': 'ํ†ตํ™”๋ฅผ ๋‹ซ์„ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค', + 'calls.joinMeet': 'Google Meet ํ†ตํ™” ์ฐธ์—ฌ', + 'calls.joinMeetDescription': '์ฐธ์—ฌํ•  Google Meet ๋งํฌ๋ฅผ ์ž…๋ ฅํ•˜์„ธ์š”.', + 'calls.meetLink': 'Meet ๋งํฌ', + 'calls.displayName': 'ํ‘œ์‹œ ์ด๋ฆ„', + 'calls.openingMeet': 'Meet ์—ฌ๋Š” ์ค‘...', + 'calls.joinCall': 'ํ†ตํ™” ์ฐธ์—ฌ', + 'calls.activeCalls': 'ํ™œ์„ฑ ํ†ตํ™”', + 'calls.leave': '๋‚˜๊ฐ€๊ธฐ', + + // Workspace + 'workspace.wipeConfirm': '๋ชจ๋“  ๋ฉ”๋ชจ๋ฆฌ๋ฅผ ์‚ญ์ œํ•˜์‹œ๊ฒ ์Šต๋‹ˆ๊นŒ? ์ด ์ž‘์—…์€ ๋˜๋Œ๋ฆด ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค.', + 'workspace.resetTreeConfirm': '๋ฉ”๋ชจ๋ฆฌ ํŠธ๋ฆฌ๋ฅผ ๋‹ค์‹œ ๋นŒ๋“œํ•˜์‹œ๊ฒ ์Šต๋‹ˆ๊นŒ?', + 'workspace.wipeTitle': '๋ฉ”๋ชจ๋ฆฌ ์‚ญ์ œ', + 'workspace.resetting': '์ดˆ๊ธฐํ™” ์ค‘...', + 'workspace.resetMemory': '๋ฉ”๋ชจ๋ฆฌ ์ดˆ๊ธฐํ™”', + 'workspace.resetTreeTitle': '๋ฉ”๋ชจ๋ฆฌ ํŠธ๋ฆฌ ๋‹ค์‹œ ๋นŒ๋“œ', + 'workspace.rebuilding': '๋‹ค์‹œ ๋นŒ๋“œ ์ค‘...', + 'workspace.resetMemoryTree': '๋ฉ”๋ชจ๋ฆฌ ํŠธ๋ฆฌ ์ดˆ๊ธฐํ™”', + 'workspace.building': '๋นŒ๋“œ ์ค‘...', + 'workspace.buildSummaryTrees': '์š”์•ฝ ํŠธ๋ฆฌ ๋นŒ๋“œ', + 'workspace.viewVault': '๋ณผํŠธ ๋ณด๊ธฐ', + 'workspace.graphLoadFailed': '๋ฉ”๋ชจ๋ฆฌ ๊ทธ๋ž˜ํ”„๋ฅผ ๋ถˆ๋Ÿฌ์˜ค์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค', + 'workspace.loadingGraph': '๋ฉ”๋ชจ๋ฆฌ ๊ทธ๋ž˜ํ”„๋ฅผ ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘...', + 'workspace.graphViewMode': '๋ฉ”๋ชจ๋ฆฌ ๊ทธ๋ž˜ํ”„ ๋ณด๊ธฐ ๋ชจ๋“œ', + 'workspace.trees': 'ํŠธ๋ฆฌ', + 'workspace.contacts': '์—ฐ๋ฝ์ฒ˜', + + // Graph + 'graph.noContactMentions': '์—ฐ๋ฝ์ฒ˜ ์–ธ๊ธ‰ ์—†์Œ', + 'graph.noMemory': '๋ฉ”๋ชจ๋ฆฌ ์—†์Œ', + 'graph.source': '์†Œ์Šค', + 'graph.topic': '์ฃผ์ œ', + 'graph.global': '์ „์—ญ', + 'graph.document': '๋ฌธ์„œ', + 'graph.contact': '์—ฐ๋ฝ์ฒ˜', + 'graph.nodes': '๋…ธ๋“œ', + 'graph.parentChild': '๋ถ€๋ชจ-์ž์‹', + 'graph.documentContact': '๋ฌธ์„œ-์—ฐ๋ฝ์ฒ˜', + 'graph.link': '๋งํฌ', + 'graph.links': '๋งํฌ', + 'graph.children': '์ž์‹', + 'graph.clickToOpenObsidian': 'ํด๋ฆญํ•˜์—ฌ Obsidian์—์„œ ์—ด๊ธฐ', + 'graph.person': '์‚ฌ๋žŒ', + + // Modal + 'modal.dontShowAgain': '๋น„์Šทํ•œ ์ œ์•ˆ์„ ๋‹ค์‹œ ํ‘œ์‹œํ•˜์ง€ ์•Š๊ธฐ', + + // Reflections + 'reflections.loading': '๋ฐ˜์˜์„ ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘...', + 'reflections.empty': '์•„์ง ๋ฐ˜์˜์ด ์—†์Šต๋‹ˆ๋‹ค', + 'reflections.title': '๋ฐ˜์˜', + 'reflections.proposedAction': '์ œ์•ˆ๋œ ์ž‘์—…', + 'reflections.act': '์‹คํ–‰', + 'reflections.dismiss': '๋‹ซ๊ธฐ', + + // WhatsApp + 'whatsapp.chatsSynced': '์ฑ„ํŒ… ๋™๊ธฐํ™”๋จ', + 'whatsapp.chatSynced': '์ฑ„ํŒ… ๋™๊ธฐํ™”๋จ', + + // Sync + 'sync.active': 'ํ™œ์„ฑ', + 'sync.recent': '์ตœ๊ทผ', + 'sync.idle': '์œ ํœด', + 'sync.memorySources': '๋ฉ”๋ชจ๋ฆฌ ์†Œ์Šค', + 'sync.noConnectedSources': '์—ฐ๊ฒฐ๋œ ์†Œ์Šค ์—†์Œ', + 'sync.chunks': '์ฒญํฌ', + 'sync.lastChunk': '๋งˆ์ง€๋ง‰ ์ฒญํฌ:', + 'sync.pending': '๋Œ€๊ธฐ ์ค‘', + 'sync.processed': '์ฒ˜๋ฆฌ๋จ', + 'sync.syncing': '๋™๊ธฐํ™” ์ค‘โ€ฆ', + 'sync.sync': '๋™๊ธฐํ™”', + 'sync.failedToLoad': '๋™๊ธฐํ™” ์ƒํƒœ๋ฅผ ๋ถˆ๋Ÿฌ์˜ค์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค', + 'sync.noContent': '์•„์ง ๋ฉ”๋ชจ๋ฆฌ์— ๋™๊ธฐํ™”๋œ ์ฝ˜ํ…์ธ ๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค. ์‹œ์ž‘ํ•˜๋ ค๋ฉด ํ†ตํ•ฉ์„ ์—ฐ๊ฒฐํ•˜์„ธ์š”.', + + // Backend + 'backend.aiBackend': 'AI ๋ฐฑ์—”๋“œ', + 'backend.cloud': 'ํด๋ผ์šฐ๋“œ', + 'backend.recommended': '์ถ”์ฒœ', + 'backend.cloudDescription': + '์„œ๋ฒ„์—์„œ ํ˜ธ์ŠคํŒ…๋˜๋Š” ๋น ๋ฅด๊ณ  ๊ฐ•๋ ฅํ•œ ๋ชจ๋ธ์ž…๋‹ˆ๋‹ค. ์ฆ‰์‹œ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.', + 'backend.privacyNote': '๊ฐœ์ธ ๋ฐ์ดํ„ฐ, ๋ฉ”์‹œ์ง€ ๋˜๋Š” ํ‚ค๋Š” ์„œ๋ฒ„๋กœ ์ „์†ก๋˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค.', + 'backend.local': '๋กœ์ปฌ', + 'backend.advanced': '๊ณ ๊ธ‰', + 'backend.localDescription': + 'Ollama๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ ์ž์‹ ์˜ ์ปดํ“จํ„ฐ์—์„œ ๋ชจ๋ธ์„ ์‹คํ–‰ํ•ฉ๋‹ˆ๋‹ค. ์™„์ „ํ•œ ๊ฐœ์ธ์ •๋ณด ๋ณดํ˜ธ๋ฅผ ์ œ๊ณตํ•˜์ง€๋งŒ ์„ค์ •์ด ํ•„์š”ํ•ฉ๋‹ˆ๋‹ค.', + 'backend.ramRecommended': '16GB ์ด์ƒ RAM ๊ถŒ์žฅ', + + // Subconscious + 'subconscious.tasks': '์ž‘์—…', + 'subconscious.ticks': 'ํ‹ฑ', + 'subconscious.last': '๋งˆ์ง€๋ง‰', + 'subconscious.failed': '์‹คํŒจ', + 'subconscious.tickInterval': 'ํ‹ฑ ๊ฐ„๊ฒฉ', + 'subconscious.runNow': '์ง€๊ธˆ ์‹คํ–‰', + 'subconscious.approvalNeeded': '์Šน์ธ ํ•„์š”', + 'subconscious.requiresApproval': '์Šน์ธ์ด ํ•„์š”ํ•จ', + 'subconscious.fixInConnections': '์—ฐ๊ฒฐ์—์„œ ์ˆ˜์ •', + 'subconscious.goAhead': '์ง„ํ–‰', + 'subconscious.activeTasks': 'ํ™œ์„ฑ ์ž‘์—…', + 'subconscious.noActiveTasks': 'ํ™œ์„ฑ ์ž‘์—… ์—†์Œ', + 'subconscious.default': '๊ธฐ๋ณธ๊ฐ’', + 'subconscious.addTaskPlaceholder': '์ƒˆ ์ž‘์—… ์ถ”๊ฐ€...', + 'subconscious.activityLog': 'ํ™œ๋™ ๋กœ๊ทธ', + 'subconscious.noActivity': '์•„์ง ํ™œ๋™์ด ์—†์Šต๋‹ˆ๋‹ค', + 'subconscious.decision.nothingNew': '์ƒˆ๋กœ์šด ๋‚ด์šฉ ์—†์Œ', + 'subconscious.decision.completed': '์™„๋ฃŒ๋จ', + 'subconscious.decision.evaluating': 'ํ‰๊ฐ€ ์ค‘', + 'subconscious.decision.waitingApproval': '์Šน์ธ ๋Œ€๊ธฐ ์ค‘', + 'subconscious.decision.failed': '์‹คํŒจ', + 'subconscious.decision.cancelled': '์ทจ์†Œ๋จ', + 'subconscious.decision.skipped': '๊ฑด๋„ˆ๋œ€', + + // Actionable + 'actionable.complete': '์™„๋ฃŒ', + 'actionable.dismiss': '๋‹ซ๊ธฐ', + 'actionable.snooze': '๋‹ค์‹œ ์•Œ๋ฆผ', + 'actionable.new': '์ƒˆ ํ•ญ๋ชฉ', + + // Stats + 'stats.storage': '์ €์žฅ์†Œ', + 'stats.files': 'ํŒŒ์ผ', + 'stats.documents': '๋ฌธ์„œ', + 'stats.today': '์˜ค๋Š˜', + 'stats.namespaces': '๋„ค์ž„์ŠคํŽ˜์ด์Šค', + 'stats.relations': '๊ด€๊ณ„', + 'stats.firstMemory': '์ฒซ ๋ฒˆ์งธ ๋ฉ”๋ชจ๋ฆฌ', + 'stats.latest': '์ตœ์‹ ', + 'stats.sessions': '์„ธ์…˜', + 'stats.tokens': 'ํ† ํฐ', + + // Boot Check Gate + 'bootCheck.invalidUrl': '๋Ÿฐํƒ€์ž„ URL์„ ์ž…๋ ฅํ•ด ์ฃผ์„ธ์š”.', + 'bootCheck.urlMustStartWith': 'URL์€ http:// ๋˜๋Š” https://๋กœ ์‹œ์ž‘ํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค', + 'bootCheck.validUrlRequired': '์œ ํšจํ•œ URL์ฒ˜๋Ÿผ ๋ณด์ด์ง€ ์•Š์Šต๋‹ˆ๋‹ค(์˜ˆ: https://core.example.com/rpc)', + 'bootCheck.tokenRequired': '์—ฐ๊ฒฐํ•˜๋ ค๋ฉด ์ธ์ฆ ํ† ํฐ์ด ํ•„์š”ํ•ฉ๋‹ˆ๋‹ค.', + 'bootCheck.chooseCoreMode': '๋Ÿฐํƒ€์ž„ ์„ ํƒ', + 'bootCheck.connectToCore': '๋Ÿฐํƒ€์ž„์— ์—ฐ๊ฒฐ', + 'bootCheck.desktopDescription': + 'OpenHuman์€ ์ƒ๊ฐํ•˜๊ธฐ ์œ„ํ•œ ๋Ÿฐํƒ€์ž„์ด ํ•„์š”ํ•ฉ๋‹ˆ๋‹ค. ์–ด๋””์—์„œ ์‹คํ–‰ํ• ์ง€ ์„ ํƒํ•˜์„ธ์š”.', + 'bootCheck.webDescription': + '์›น์—์„œ OpenHuman์€ ์‚ฌ์šฉ์ž๊ฐ€ ์ œ์–ดํ•˜๋Š” ๋Ÿฐํƒ€์ž„์— ์—ฐ๊ฒฐ๋ฉ๋‹ˆ๋‹ค. ์•„๋ž˜์— URL๊ณผ ์ธ์ฆ ํ† ํฐ์„ ์ž…๋ ฅํ•˜๊ฑฐ๋‚˜, ๋ฐ์Šคํฌํ†ฑ ์•ฑ์„ ๋ฐ›์•„ ์ด ์ปดํ“จํ„ฐ์—์„œ ๋ฐ”๋กœ ์‹คํ–‰ํ•˜์„ธ์š”.', + 'bootCheck.preferDesktop': '๋ชจ๋“  ๊ฒƒ์„ ์ž์‹ ์˜ ๊ธฐ๊ธฐ์— ๋ณด๊ด€ํ•˜๊ณ  ์‹ถ์œผ์‹ ๊ฐ€์š”?', + 'bootCheck.downloadDesktop': '๋ฐ์Šคํฌํ†ฑ ์•ฑ ๋ฐ›๊ธฐ', + 'bootCheck.localRecommended': '๋กœ์ปฌ์—์„œ ์‹คํ–‰(์ถ”์ฒœ)', + 'bootCheck.localDescription': + '์ด ์ปดํ“จํ„ฐ์—์„œ ๋ฐ”๋กœ ์‹คํ–‰๋ฉ๋‹ˆ๋‹ค. ๊ฐ€์žฅ ๋น ๋ฅด๊ณ , ์™„์ „ํžˆ ๋น„๊ณต๊ฐœ์ด๋ฉฐ, ์„ค์ •ํ•  ๊ฒƒ์ด ์—†์Šต๋‹ˆ๋‹ค.', + 'bootCheck.cloudMode': 'ํด๋ผ์šฐ๋“œ์—์„œ ์‹คํ–‰(๋ณต์žก)', + 'bootCheck.cloudDescription': + '๋‹ค๋ฅธ ๊ณณ์—์„œ ํ˜ธ์ŠคํŒ… ์ค‘์ธ ๋Ÿฐํƒ€์ž„์— ์—ฐ๊ฒฐํ•ฉ๋‹ˆ๋‹ค. 24ร—7 ์˜จ๋ผ์ธ ์ƒํƒœ๋ฅผ ์œ ์ง€ํ•˜๋ฏ€๋กœ ์ด ๊ธฐ๊ธฐ๋ฅผ ๊ณ„์† ์ผœ๋‘˜ ํ•„์š”๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค.', + 'bootCheck.coreRpcUrl': '๋Ÿฐํƒ€์ž„ URL', + 'bootCheck.rpcUrlPlaceholder': 'https://core.example.com/rpc', + 'bootCheck.authToken': '์ธ์ฆ ํ† ํฐ', + 'bootCheck.bearerTokenPlaceholder': '์›๊ฒฉ ๋Ÿฐํƒ€์ž„์˜ bearer ํ† ํฐ', + 'bootCheck.storedLocally': '์ด ๊ธฐ๊ธฐ์—๋งŒ ๋ณด๊ด€๋ฉ๋‹ˆ๋‹ค. ๋‹ค์Œ์œผ๋กœ ์ „์†ก๋จ: ', + 'bootCheck.testing': 'ํ…Œ์ŠคํŠธ ์ค‘โ€ฆ', + 'bootCheck.testConnection': '์—ฐ๊ฒฐ ํ…Œ์ŠคํŠธ', + 'bootCheck.connectedOk': '์—ฐ๊ฒฐ๋˜์—ˆ์Šต๋‹ˆ๋‹ค. ์‚ฌ์šฉํ•  ์ค€๋น„๊ฐ€ ๋˜์—ˆ์Šต๋‹ˆ๋‹ค.', + 'bootCheck.authFailed': 'ํ•ด๋‹น ํ† ํฐ์ด ์ž‘๋™ํ•˜์ง€ ์•Š์•˜์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ํ™•์ธํ•˜๊ณ  ์‹œ๋„ํ•˜์„ธ์š”.', + 'bootCheck.unreachablePrefix': '์—ฐ๊ฒฐํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค:', + 'bootCheck.checkingCore': '๋Ÿฐํƒ€์ž„์„ ๊นจ์šฐ๋Š” ์ค‘โ€ฆ', + 'bootCheck.cannotReach': '๋Ÿฐํƒ€์ž„์— ์—ฐ๊ฒฐํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค', + 'bootCheck.cannotReachDesc': '๋Ÿฐํƒ€์ž„์— ์—ฐ๊ฒฐํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค. ๋‹ค๋ฅธ ๋Ÿฐํƒ€์ž„์„ ์‹œ๋„ํ•˜์‹œ๊ฒ ์Šต๋‹ˆ๊นŒ?', + 'bootCheck.switchMode': '๋‹ค๋ฅธ ๋Ÿฐํƒ€์ž„ ์„ ํƒ', + 'bootCheck.quit': '์ข…๋ฃŒ', + 'bootCheck.legacyDetected': '๋ ˆ๊ฑฐ์‹œ ๋ฐฑ๊ทธ๋ผ์šด๋“œ ๋Ÿฐํƒ€์ž„ ๊ฐ์ง€๋จ', + 'bootCheck.legacyDescription': + '๋ณ„๋„๋กœ ์„ค์น˜๋œ OpenHuman ๋ฐ๋ชฌ์ด ์ด ๊ธฐ๊ธฐ์—์„œ ์ด๋ฏธ ์‹คํ–‰ ์ค‘์ž…๋‹ˆ๋‹ค. ๋‚ด์žฅ ๋Ÿฐํƒ€์ž„์ด ๋Œ€์‹  ์‹คํ–‰๋˜๊ธฐ ์ „์— ์ด๋ฅผ ์ •๋ฆฌํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค.', + 'bootCheck.removing': '์ œ๊ฑฐ ์ค‘โ€ฆ', + 'bootCheck.removeContinue': '์ œ๊ฑฐํ•˜๊ณ  ๊ณ„์†', + 'bootCheck.localNeedsRestart': '๋กœ์ปฌ ๋Ÿฐํƒ€์ž„์„ ๋‹ค์‹œ ์‹œ์ž‘ํ•ด์•ผ ํ•จ', + 'bootCheck.localNeedsRestartDesc': + '๋กœ์ปฌ ๋Ÿฐํƒ€์ž„์˜ ๋ฒ„์ „์ด ์ด ์•ฑ๊ณผ ๋‹ค๋ฆ…๋‹ˆ๋‹ค. ๋น ๋ฅด๊ฒŒ ๋‹ค์‹œ ์‹œ์ž‘ํ•˜๋ฉด ๋‹ค์‹œ ๋™๊ธฐํ™”๋ฉ๋‹ˆ๋‹ค.', + 'bootCheck.restarting': '๋‹ค์‹œ ์‹œ์ž‘ ์ค‘โ€ฆ', + 'bootCheck.restartCore': '๋Ÿฐํƒ€์ž„ ๋‹ค์‹œ ์‹œ์ž‘', + 'bootCheck.cloudNeedsUpdate': 'ํด๋ผ์šฐ๋“œ ๋Ÿฐํƒ€์ž„ ์—…๋ฐ์ดํŠธ ํ•„์š”', + 'bootCheck.cloudNeedsUpdateDesc': + 'ํด๋ผ์šฐ๋“œ ๋Ÿฐํƒ€์ž„์˜ ๋ฒ„์ „์ด ์ด ์•ฑ๊ณผ ๋‹ค๋ฆ…๋‹ˆ๋‹ค. ์—…๋ฐ์ดํŠธ ํ”„๋กœ๊ทธ๋žจ์„ ์‹คํ–‰ํ•˜์—ฌ ๋‹ค์‹œ ๋™๊ธฐํ™”ํ•˜์„ธ์š”.', + 'bootCheck.updating': '์—…๋ฐ์ดํŠธ ์ค‘โ€ฆ', + 'bootCheck.updateCloudCore': 'ํด๋ผ์šฐ๋“œ ๋Ÿฐํƒ€์ž„ ์—…๋ฐ์ดํŠธ', + 'bootCheck.versionCheckFailed': '๋Ÿฐํƒ€์ž„ ๋ฒ„์ „ ํ™•์ธ ์‹คํŒจ', + 'bootCheck.versionCheckFailedDesc': + '๋Ÿฐํƒ€์ž„์ด ์‹คํ–‰ ์ค‘์ด์ง€๋งŒ ๋ฒ„์ „์„ ๋ณด๊ณ ํ•˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค. ์˜ค๋ž˜๋œ ๋ฒ„์ „์ผ ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. ๊ณ„์†ํ•˜๋ ค๋ฉด ๋‹ค์‹œ ์‹œ์ž‘ํ•˜๊ฑฐ๋‚˜ ์—…๋ฐ์ดํŠธํ•˜์„ธ์š”.', + 'bootCheck.working': '์ž‘์—… ์ค‘โ€ฆ', + 'bootCheck.restartUpdateCore': '๋Ÿฐํƒ€์ž„ ๋‹ค์‹œ ์‹œ์ž‘ / ์—…๋ฐ์ดํŠธ', + 'bootCheck.unexpectedError': '์˜ˆ์ƒ์น˜ ๋ชปํ•œ ๋ถ€ํŠธ ์ฒดํฌ ์˜ค๋ฅ˜', + 'bootCheck.actionFailed': '๋ฌธ์ œ๊ฐ€ ๋ฐœ์ƒํ–ˆ์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•ด ์ฃผ์„ธ์š”.', + + // Notifications: category labels & timestamps + 'notifications.justNow': '๋ฐฉ๊ธˆ ์ „', + 'notifications.minAgo': '{n}๋ถ„ ์ „', + 'notifications.hrAgo': '{n}์‹œ๊ฐ„ ์ „', + 'notifications.dayAgo': '{n}์ผ ์ „', + 'notifications.category.messages': '๋ฉ”์‹œ์ง€', + 'notifications.category.agents': '์—์ด์ „ํŠธ', + 'notifications.category.skills': '์Šคํ‚ฌ', + 'notifications.category.system': '์‹œ์Šคํ…œ', + 'notifications.category.meetings': 'ํšŒ์˜', + 'notifications.category.reminders': '๋ฆฌ๋งˆ์ธ๋”', + 'notifications.category.important': '์ค‘์š”', + + // About / Updates: status summary phrases + 'about.update.status.checking': 'ํ™•์ธ ์ค‘...', + 'about.update.status.available': 'v{version} ์‚ฌ์šฉ ๊ฐ€๋Šฅ', + 'about.update.status.availableNoVersion': '์—…๋ฐ์ดํŠธ ์‚ฌ์šฉ ๊ฐ€๋Šฅ', + 'about.update.status.downloading': '๋‹ค์šด๋กœ๋“œ ์ค‘...', + 'about.update.status.readyToInstall': 'v{version} ์„ค์น˜ ์ค€๋น„ ์™„๋ฃŒ', + 'about.update.status.readyToInstallNoVersion': + '์ƒˆ ๋ฒ„์ „์ด ๋‹ค์šด๋กœ๋“œ๋˜์–ด ์ค€๋น„๋˜์—ˆ์Šต๋‹ˆ๋‹ค. ์ ์šฉํ•˜๋ ค๋ฉด ๋‹ค์‹œ ์‹œ์ž‘ํ•˜์„ธ์š”.', + 'about.update.status.installing': '์„ค์น˜ ์ค‘...', + 'about.update.status.restarting': '๋‹ค์‹œ ์‹œ์ž‘ ์ค‘...', + 'about.update.status.upToDate': '์ตœ์‹  ๋ฒ„์ „์„ ์‹คํ–‰ ์ค‘์ž…๋‹ˆ๋‹ค.', + 'about.update.status.error': '์—…๋ฐ์ดํŠธ ํ™•์ธ ์‹คํŒจ', + 'about.update.status.default': '์—…๋ฐ์ดํŠธ ํ™•์ธ', + + // Welcome: connection error messages + 'welcome.connectionFailed': '์—ฐ๊ฒฐ ์‹คํŒจ: {status} {statusText}', + 'welcome.connectionFailedMsg': '์—ฐ๊ฒฐ ์‹คํŒจ: {message}', + + // Chat: Agent chat panel description + 'chat.agentChatDesc': '์—์ด์ „ํŠธ์™€ ์ง์ ‘ ์ฑ„ํŒ… ์„ธ์…˜์„ ์—ฝ๋‹ˆ๋‹ค.', + + // Channels: active route interpolated value + 'channels.activeRouteValue': '{channel} via {authMode}', + + // Privacy: data kind labels for What Leaves My Computer + 'privacy.dataKind.messages': '๋ฉ”์‹œ์ง€', + 'privacy.dataKind.agents': '์—์ด์ „ํŠธ', + 'privacy.dataKind.skills': '์Šคํ‚ฌ', + 'privacy.dataKind.system': '์‹œ์Šคํ…œ', + 'privacy.dataKind.meetings': 'ํšŒ์˜', + 'privacy.dataKind.reminders': '๋ฆฌ๋งˆ์ธ๋”', + 'privacy.dataKind.important': '์ค‘์š”', + + // Onboarding: supplementary keys + 'onboarding.enableLocalAI': '๋กœ์ปฌ AI ํ™œ์„ฑํ™”', + 'onboarding.skills.status.available': '์‚ฌ์šฉ ๊ฐ€๋Šฅ', + 'onboarding.skills.status.connected': '์—ฐ๊ฒฐ๋จ', + 'onboarding.skills.status.connecting': '์—ฐ๊ฒฐ ์ค‘', + 'onboarding.skills.status.error': '์˜ค๋ฅ˜', + 'onboarding.skills.status.unavailable': '์‚ฌ์šฉํ•  ์ˆ˜ ์—†์Œ', + + // Composio: miscellaneous + 'composio.statusUnavailable': '์ƒํƒœ๋ฅผ ์‚ฌ์šฉํ•  ์ˆ˜ ์—†์Œ', + 'composio.authExpired': '์ธ์ฆ์ด ๋งŒ๋ฃŒ๋จ', + 'composio.reconnect': '๋‹ค์‹œ ์—ฐ๊ฒฐ', + 'composio.envVarOverrides': '์„ค์ •๋˜์–ด ์žˆ์œผ๋ฉฐ, ์ด ์„ค์ •์„ ์žฌ์ •์˜ํ•ฉ๋‹ˆ๋‹ค.', + + // Memory: day-of-week labels for heatmap + 'memory.day.sun': '์ผ', + 'memory.day.mon': '์›”', + 'memory.day.tue': 'ํ™”', + 'memory.day.wed': '์ˆ˜', + 'memory.day.thu': '๋ชฉ', + 'memory.day.fri': '๊ธˆ', + 'memory.day.sat': 'ํ† ', + + // Memory: ingestion status labels + 'memory.ingesting': '์ˆ˜์ง‘ ์ค‘', + 'memory.ingestionQueued': '๋Œ€๊ธฐ์—ด์— ์ถ”๊ฐ€๋จ', + 'memory.ingestingTitle': '{title} ์ˆ˜์ง‘ ์ค‘', + + // Mic: error messages + 'mic.noAudioCaptured': '์บก์ฒ˜๋œ ์˜ค๋””์˜ค๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค', + 'mic.noSpeechDetected': '์Œ์„ฑ์ด ๊ฐ์ง€๋˜์ง€ ์•Š์•˜์Šต๋‹ˆ๋‹ค', + 'mic.failedToStopRecording': '๋…น์Œ์„ ์ค‘์ง€ํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค: {message}', + 'mic.transcriptionFailed': '์ „์‚ฌ์— ์‹คํŒจํ–ˆ์Šต๋‹ˆ๋‹ค: {message}', + + // Reflections: kind labels + 'reflections.kind.retrospective': 'ํšŒ๊ณ ', + 'reflections.kind.derivedFact': 'ํŒŒ์ƒ๋œ ์‚ฌ์‹ค', + 'reflections.kind.moodInsight': '๊ธฐ๋ถ„ ์ธ์‚ฌ์ดํŠธ', + 'reflections.kind.relationshipInsight': '๊ด€๊ณ„ ์ธ์‚ฌ์ดํŠธ', + + // Graph: tooltip keys + 'graph.tooltip.summary': '์š”์•ฝ', + 'graph.tooltip.contact': '์—ฐ๋ฝ์ฒ˜', + + // Local Model: usage labels + 'localModel.usage.never': '์‚ฌ์šฉ ์•ˆ ํ•จ', + 'localModel.usage.mediumLoad': '์ค‘๊ฐ„ ๋ถ€ํ•˜', + 'localModel.usage.lowLoad': '๋‚ฎ์€ ๋ถ€ํ•˜', + 'localModel.usage.idleMode': '์œ ํœด ๋ชจ๋“œ', + 'localModel.rebootstrapComplete': '๋ชจ๋ธ ์žฌ๋ถ€ํŠธ์ŠคํŠธ๋žฉ ์™„๋ฃŒ.', + 'localModel.modelsVerified': '๋กœ์ปฌ ๋ชจ๋ธ ํ™•์ธ ์™„๋ฃŒ.', + + // === i18n migration: extracted strings (auto-merged) === + 'accounts.addModal.allConnected': '๋ชจ๋‘ ์—ฐ๊ฒฐ๋จ', + 'accounts.addModal.title': '๊ณ„์ • ์ถ”๊ฐ€', + 'accounts.respondQueue.empty': '๋น„์–ด ์žˆ์Œ', + 'accounts.respondQueue.hide': '์‘๋‹ต ๋Œ€๊ธฐ์—ด ์ˆจ๊ธฐ๊ธฐ', + 'accounts.respondQueue.loadFailed': '์‘๋‹ต ๋Œ€๊ธฐ์—ด์„ ๋ถˆ๋Ÿฌ์˜ค์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค', + 'accounts.respondQueue.loading': '๋Œ€๊ธฐ์—ด ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘โ€ฆ', + 'accounts.respondQueue.pending': '๋Œ€๊ธฐ ์ค‘', + 'accounts.respondQueue.show': '์‘๋‹ต ๋Œ€๊ธฐ์—ด ํ‘œ์‹œ', + 'accounts.respondQueue.title': '์‘๋‹ต ๋Œ€๊ธฐ์—ด', + 'accounts.webviewHost.almostReady': '๊ฑฐ์˜ ์ค€๋น„๋จ...', + 'accounts.webviewHost.loadTimeout': 'Webview ๋กœ๋“œ ์‹œ๊ฐ„ ์ดˆ๊ณผ', + 'accounts.webviewHost.loading': '{providerName} ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘...', + 'accounts.webviewHost.loadingAccount': '๊ณ„์ • ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘', + 'accounts.webviewHost.restoringSession': '์„ธ์…˜ ๋ณต์› ์ค‘...', + 'accounts.webviewHost.retryLoading': '๋‹ค์‹œ ๋ถˆ๋Ÿฌ์˜ค๊ธฐ', + 'accounts.webviewHost.takingLonger': '{providerName}์ด ์˜ˆ์ƒ๋ณด๋‹ค ์˜ค๋ž˜ ๊ฑธ๋ฆฌ๊ณ  ์žˆ์Šต๋‹ˆ๋‹ค.', + 'accounts.webviewHost.timeoutHint': '์‹œ๊ฐ„ ์ดˆ๊ณผ ํžŒํŠธ', + 'app.connectionBadge.composio': 'Composio', + 'app.connectionBadge.messaging': '๋ฉ”์‹œ์ง•', + 'app.connectionIndicator.connected': 'OpenHuman AI์— ์—ฐ๊ฒฐ๋จ ๐Ÿš€', + 'app.connectionIndicator.connecting': '์—ฐ๊ฒฐ ์ค‘', + 'app.connectionIndicator.coreOffline': '์ฝ”์–ด ์˜คํ”„๋ผ์ธ', + 'app.connectionIndicator.disconnected': '์—ฐ๊ฒฐ ํ•ด์ œ๋จ', + 'app.connectionIndicator.offline': '์˜คํ”„๋ผ์ธ', + 'app.connectionIndicator.reconnecting': '๋‹ค์‹œ ์—ฐ๊ฒฐ ์ค‘โ€ฆ', + 'app.errorFallback.componentStack': '์ปดํฌ๋„ŒํŠธ ์Šคํƒ', + 'app.errorFallback.downloadLatest': '์ตœ์‹  ๋ฒ„์ „ ๋‹ค์šด๋กœ๋“œ', + 'app.errorFallback.heading': '๋ฌธ์ œ๊ฐ€ ๋ฐœ์ƒํ–ˆ์Šต๋‹ˆ๋‹ค', + 'app.errorFallback.hint': '์•ฑ์„ ๋‹ค์‹œ ๋ถˆ๋Ÿฌ์™€ ๋ณด์„ธ์š”. ๋ฌธ์ œ๊ฐ€ ๊ณ„์†๋˜๋ฉด ์ตœ์‹  ๋ฒ„์ „์„ ๋‹ค์šด๋กœ๋“œํ•˜์„ธ์š”.', + 'app.errorFallback.reloadApp': '์•ฑ ๋‹ค์‹œ ๋ถˆ๋Ÿฌ์˜ค๊ธฐ', + 'app.errorFallback.subheading': '์˜ˆ์ƒ์น˜ ๋ชปํ•œ ์˜ค๋ฅ˜๊ฐ€ ๋ฐœ์ƒํ–ˆ์Šต๋‹ˆ๋‹ค', + 'app.errorFallback.tryRecover': '๋ณต๊ตฌ ์‹œ๋„', + 'app.localAiDownload.installing': '์„ค์น˜ ์ค‘...', + 'app.localAiDownload.preparing': '์ค€๋น„ ์ค‘...', + 'app.openhumanLink.accounts.continueWith': '{label} ๋กœ๊ทธ์ธ์œผ๋กœ ๊ณ„์†', + 'app.openhumanLink.accounts.done': '์™„๋ฃŒ', + 'app.openhumanLink.accounts.intro': 'OpenHuman์ด ๊ณ„์ •์— ์ ‘๊ทผํ•  ์ˆ˜ ์žˆ๋„๋ก ์•ฑ์„ ์—ฐ๊ฒฐํ•˜์„ธ์š”.', + 'app.openhumanLink.accounts.webviewNote': + '์ž๊ฒฉ ์ฆ๋ช…์€ ์ด ๊ธฐ๊ธฐ์— ๋ณด๊ด€๋˜๋ฉฐ ์ ˆ๋Œ€ ๊ณต์œ ๋˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค.', + 'app.openhumanLink.billing.openDashboard': '๋Œ€์‹œ๋ณด๋“œ ์—ด๊ธฐ', + 'app.openhumanLink.billing.stayOnTrial': '์ฒดํ—˜ํŒ ์œ ์ง€', + 'app.openhumanLink.billing.trialCredit': '์ฒดํ—˜ ํฌ๋ ˆ๋”ง', + 'app.openhumanLink.billing.trialDesc': '์ฒดํ—˜ ์„ค๋ช…', + 'app.openhumanLink.defaultBody': + '์•„์ง ํŒ์—…์—์„œ ์ค€๋น„๋˜์ง€ ์•Š์•˜์Šต๋‹ˆ๋‹ค. ์™„๋ฃŒ๋˜๋ฉด ์ „์ฒด ์„ค์ • ํŽ˜์ด์ง€๋ฅผ ์—ฌ์„ธ์š”.', + 'app.openhumanLink.discord.intro': 'Discord์—์„œ OpenHuman ์ปค๋ฎค๋‹ˆํ‹ฐ์— ์ฐธ์—ฌํ•˜์„ธ์š”.', + 'app.openhumanLink.discord.openInvite': '์ดˆ๋Œ€ ๋งํฌ ์—ด๊ธฐ', + 'app.openhumanLink.discord.perk1': '์ƒˆ ๊ธฐ๋Šฅ ์กฐ๊ธฐ ์ด์šฉ', + 'app.openhumanLink.discord.perk2': '๋‹ค๋ฅธ OpenHuman ์‚ฌ์šฉ์ž์™€ ์—ฐ๊ฒฐ', + 'app.openhumanLink.discord.perk3': 'ํŒ€์— ์ง์ ‘ ํ”ผ๋“œ๋ฐฑ ๊ณต์œ ', + 'app.openhumanLink.discord.perk4': '์ปค๋ฎค๋‹ˆํ‹ฐ ๋„์›€๋ง ๋ฐ ์ง€์›', + 'app.openhumanLink.done': '์™„๋ฃŒ', + 'app.openhumanLink.loadingChannelSetup': '์ฑ„๋„ ์„ค์ • ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘', + 'app.openhumanLink.maybeLater': '๋‚˜์ค‘์—', + 'app.openhumanLink.notifications.asking': 'OS์— ์š”์ฒญ ์ค‘โ€ฆ', + 'app.openhumanLink.notifications.blocked': '์•Œ๋ฆผ์ด ์ฐจ๋‹จ๋จ', + 'app.openhumanLink.notifications.blockedStep1': '์‹œ์Šคํ…œ ์„ค์ • ์—ด๊ธฐ', + 'app.openhumanLink.notifications.blockedStep2': '์•Œ๋ฆผ โ†’ OpenHuman์œผ๋กœ ์ด๋™', + 'app.openhumanLink.notifications.blockedStep3': '์•Œ๋ฆผ ํ—ˆ์šฉ ํ™œ์„ฑํ™”', + 'app.openhumanLink.notifications.intro': 'OpenHuman์ด ์•Œ๋ฆผ์„ ๋ณด๋‚ผ ์ˆ˜ ์žˆ๋„๋ก ํ—ˆ์šฉํ•˜์„ธ์š”.', + 'app.openhumanLink.notifications.promptHint': '์‹œ์Šคํ…œ์—์„œ ๊ถŒํ•œ์„ ์š”์ฒญํ•˜๋ฉด ํ—ˆ์šฉ์„ ํด๋ฆญํ•˜์„ธ์š”.', + 'app.openhumanLink.notifications.retry': 'ํ…Œ์ŠคํŠธ ์•Œ๋ฆผ ๋‹ค์‹œ ์‹œ๋„', + 'app.openhumanLink.notifications.send': 'ํ…Œ์ŠคํŠธ ์•Œ๋ฆผ ๋ณด๋‚ด๊ธฐ', + 'app.openhumanLink.notifications.sendFailed': '๋ณด๋‚ผ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค: {error}', + 'app.openhumanLink.notifications.sent': + 'ํ…Œ์ŠคํŠธ ์•Œ๋ฆผ์ด ์ „์†ก๋˜์—ˆ์Šต๋‹ˆ๋‹ค. ๋ฐ›์ง€ ๋ชปํ–ˆ๋‹ค๋ฉด ์‹œ์Šคํ…œ ์„ค์ • โ†’ ์•Œ๋ฆผ โ†’ OpenHuman์œผ๋กœ ์ด๋™ํ•ด ์•Œ๋ฆผ ํ—ˆ์šฉ์„ ์ผœ๊ณ  ๋ฐฐ๋„ˆ ์Šคํƒ€์ผ์„ ์ง€์†์œผ๋กœ ์„ค์ •ํ•˜์„ธ์š”.', + 'app.openhumanLink.skipForNow': '์ง€๊ธˆ์€ ๊ฑด๋„ˆ๋›ฐ๊ธฐ', + 'app.openhumanLink.telegramUnavailable': 'Telegram์„ ์‚ฌ์šฉํ•  ์ˆ˜ ์—†์Œ', + 'app.openhumanLink.title.accounts': '์•ฑ ์—ฐ๊ฒฐ', + 'app.openhumanLink.title.billing': '๊ฒฐ์ œ ๋ฐ ํฌ๋ ˆ๋”ง', + 'app.openhumanLink.title.discord': '์ปค๋ฎค๋‹ˆํ‹ฐ ์ฐธ์—ฌ', + 'app.openhumanLink.title.messaging': '์ฑ„ํŒ… ์ฑ„๋„ ์—ฐ๊ฒฐ', + 'app.openhumanLink.title.notifications': '์•Œ๋ฆผ ํ—ˆ์šฉ', + 'app.persistRehydration.body': '์ €์žฅ๋œ ์„ค์ •์„ ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘โ€ฆ', + 'app.persistRehydration.heading': '๋ฐ์ดํ„ฐ ๋ณต์› ์ค‘', + 'app.persistRehydration.resetCta': '์ดˆ๊ธฐํ™” ์ค‘โ€ฆ', + 'app.persistRehydration.resetting': '์ดˆ๊ธฐํ™” ์ค‘โ€ฆ', + 'app.routeLoading.initializing': 'OpenHuman ์ดˆ๊ธฐํ™” ์ค‘...', + 'app.update.currentlyOn': '{version}', + 'app.update.errorFallback': '์—…๋ฐ์ดํŠธ ์ค‘ ๋ฌธ์ œ๊ฐ€ ๋ฐœ์ƒํ–ˆ์Šต๋‹ˆ๋‹ค.', + 'app.update.header.default': '์—…๋ฐ์ดํŠธ', + 'app.update.header.error': '์—…๋ฐ์ดํŠธ ์‹คํŒจ', + 'app.update.header.installing': '์—…๋ฐ์ดํŠธ ์„ค์น˜ ์ค‘', + 'app.update.header.readyToInstall': '์—…๋ฐ์ดํŠธ ์„ค์น˜ ์ค€๋น„ ์™„๋ฃŒ', + 'app.update.header.restarting': '๋‹ค์‹œ ์‹œ์ž‘ ์ค‘โ€ฆ', + 'app.update.later': '๋‚˜์ค‘์—', + 'app.update.newVersionReady': '์ƒˆ ๋ฒ„์ „์„ ์„ค์น˜ํ•  ์ค€๋น„๊ฐ€ ๋˜์—ˆ์Šต๋‹ˆ๋‹ค.', + 'app.update.progress.downloaded': '${formatBytes(downloaded)} ๋‹ค์šด๋กœ๋“œ๋จ', + 'app.update.progress.installing': '์ƒˆ ๋ฒ„์ „ ์„ค์น˜ ์ค‘โ€ฆ', + 'app.update.progress.restarting': '์•ฑ ๋‹ค์‹œ ์‹คํ–‰ ์ค‘โ€ฆ', + 'app.update.progress.working': '{percent}%', + 'app.update.restartNote': '์—…๋ฐ์ดํŠธ๋ฅผ ์ ์šฉํ•˜๋ ค๋ฉด ์•ฑ์ด ๋‹ค์‹œ ์‹œ์ž‘๋ฉ๋‹ˆ๋‹ค.', + 'app.update.restartNow': '์ง€๊ธˆ ๋‹ค์‹œ ์‹œ์ž‘', + 'app.update.versionReady': '๋ฒ„์ „ {newVersion} ์„ค์น˜ ์ค€๋น„ ์™„๋ฃŒ.', + 'channels.discord.accountLinked': '๊ณ„์ • ์—ฐ๊ฒฐ๋จ', + 'channels.discord.connect': '์—ฐ๊ฒฐ', + 'channels.discord.linkTokenExpired': '๋งํฌ ํ† ํฐ์ด ๋งŒ๋ฃŒ๋˜์—ˆ์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•˜์„ธ์š”.', + 'channels.discord.linkTokenInstruction': '{token}', + 'channels.discord.linkTokenLabel': '๋งํฌ ํ† ํฐ', + 'channels.discord.linkTokenOnce': '์ด ํ† ํฐ์€ ํ•œ ๋ฒˆ๋งŒ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.', + 'channels.discord.picker.allPermissionsOk': + '๋ด‡์ด ์ด ์ฑ„๋„์—์„œ ํ•„์š”ํ•œ ๋ชจ๋“  ๊ถŒํ•œ์„ ๊ฐ€์ง€๊ณ  ์žˆ์Šต๋‹ˆ๋‹ค.', + 'channels.discord.picker.botNotInServers': '๋ด‡์ด ์„œ๋ฒ„์— ์—†์Šต๋‹ˆ๋‹ค', + 'channels.discord.picker.category': '์นดํ…Œ๊ณ ๋ฆฌ', + 'channels.discord.picker.channel': '์ฑ„๋„', + 'channels.discord.picker.checkingPermissions': '๊ถŒํ•œ ํ™•์ธ ์ค‘', + 'channels.discord.picker.loadingChannels': '์ฑ„๋„ ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘...', + 'channels.discord.picker.loadingServers': '์„œ๋ฒ„ ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘...', + 'channels.discord.picker.missingPermissions': '๊ถŒํ•œ ๋ˆ„๋ฝ', + 'channels.discord.picker.noChannels': 'ํ…์ŠคํŠธ ์ฑ„๋„์„ ์ฐพ์„ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค', + 'channels.discord.picker.noServers': '์„œ๋ฒ„๋ฅผ ์ฐพ์„ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค', + 'channels.discord.picker.selectChannel': '์ฑ„๋„ ์„ ํƒ', + 'channels.discord.picker.selectServer': '์„œ๋ฒ„ ์„ ํƒ', + 'channels.discord.picker.server': '์„œ๋ฒ„', + 'channels.discord.picker.serverChannelSelection': '์„œ๋ฒ„ ๋ฐ ์ฑ„๋„ ์„ ํƒ', + 'channels.discord.savedRestartRequired': + '์ฑ„๋„์ด ์ €์žฅ๋˜์—ˆ์Šต๋‹ˆ๋‹ค. ํ™œ์„ฑํ™”ํ•˜๋ ค๋ฉด ์•ฑ์„ ๋‹ค์‹œ ์‹œ์ž‘ํ•˜์„ธ์š”.', + 'channels.telegram.connect': '์—ฐ๊ฒฐ', + 'channels.telegram.managedDmConnecting': 'Telegram ๊ณ„์ • ์—ฐ๊ฒฐ ์ค‘โ€ฆ', + 'channels.telegram.managedDmTimeout': '์—ฐ๊ฒฐ ์‹œ๊ฐ„์ด ์ดˆ๊ณผ๋˜์—ˆ์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•˜์„ธ์š”.', + 'channels.telegram.reconnect': '๋‹ค์‹œ ์—ฐ๊ฒฐ', + 'channels.telegram.savedRestartRequired': + '์ฑ„๋„์ด ์ €์žฅ๋˜์—ˆ์Šต๋‹ˆ๋‹ค. ํ™œ์„ฑํ™”ํ•˜๋ ค๋ฉด ์•ฑ์„ ๋‹ค์‹œ ์‹œ์ž‘ํ•˜์„ธ์š”.', + 'channels.web.alwaysAvailable': 'ํ•ญ์ƒ ์‚ฌ์šฉ ๊ฐ€๋Šฅ', + 'chat.unsubscribeApproval.approve': '์Šน์ธ ๋ฐ ๊ตฌ๋… ์ทจ์†Œ', + 'chat.unsubscribeApproval.approved': 'โœ“ ๊ตฌ๋… ์ทจ์†Œ๊ฐ€ ์™„๋ฃŒ๋˜์—ˆ์Šต๋‹ˆ๋‹ค.', + 'chat.unsubscribeApproval.denied': 'โœ• ์š”์ฒญ์ด ๊ฑฐ๋ถ€๋˜์—ˆ์Šต๋‹ˆ๋‹ค.', + 'chat.unsubscribeApproval.deny': '๊ฑฐ๋ถ€', + 'chat.unsubscribeApproval.processing': '์ฒ˜๋ฆฌ ์ค‘...', + 'chat.unsubscribeApproval.title': '๊ตฌ๋… ์ทจ์†Œ ์š”์ฒญ', + 'commandPalette.ariaLabel': '๋ช…๋ น ํŒ”๋ ˆํŠธ', + 'commandPalette.description': '์„ค๋ช…', + 'commandPalette.label': '๋ช…๋ น', + 'commandPalette.noResults': '๊ฒฐ๊ณผ ์—†์Œ', + 'commandPalette.placeholder': '๋ช…๋ น์„ ์ž…๋ ฅํ•˜๊ฑฐ๋‚˜ ๊ฒ€์ƒ‰โ€ฆ', + 'commandPalette.searchAria': '๋ช…๋ น ๊ฒ€์ƒ‰', + 'commandPalette.shortcutHint': '๋ชจ๋“  ๋‹จ์ถ•ํ‚ค๋ฅผ ๋ณด๋ ค๋ฉด ?๋ฅผ ๋ˆ„๋ฅด์„ธ์š”', + 'commandPalette.title': '๋ช…๋ น ํŒ”๋ ˆํŠธ', + 'composio.connect.additionalConfigRequired': '์ถ”๊ฐ€ ๊ตฌ์„ฑ์ด ํ•„์š”ํ•ฉ๋‹ˆ๋‹ค', + 'composio.connect.atlassianSubdomainHint': 'acme', + 'composio.connect.atlassianSubdomainLabel': 'Atlassian ํ•˜์œ„ ๋„๋ฉ”์ธ', + 'composio.connect.connect': '์—ฐ๊ฒฐ', + 'composio.connect.connectionFailed': '์—ฐ๊ฒฐ ์‹คํŒจ(์ƒํƒœ: ${hit.status}).', + 'composio.connect.disconnectFailed': '์—ฐ๊ฒฐ ํ•ด์ œ ์‹คํŒจ: {msg}', + 'composio.connect.disconnecting': '์—ฐ๊ฒฐ ํ•ด์ œ ์ค‘โ€ฆ', + 'composio.connect.idleDescription': '๋‹ค์Œ์„ ์—ฐ๊ฒฐํ•˜์„ธ์š”:', + 'composio.connect.idleDescriptionSuffix': + '๊ณ„์ •. ๋ธŒ๋ผ์šฐ์ € ์ฐฝ์„ ์—ด๋ฉด ๊ทธ๊ณณ์—์„œ ์ ‘๊ทผ์„ ์Šน์ธํ•˜๊ณ , ์ด ์•ฑ์ด ์ž๋™์œผ๋กœ ์—ฐ๊ฒฐ์„ ๊ฐ์ง€ํ•ฉ๋‹ˆ๋‹ค.', + 'composio.connect.isConnected': '์—ฐ๊ฒฐ๋˜์—ˆ์Šต๋‹ˆ๋‹ค.', + 'composio.connect.manage': '๊ด€๋ฆฌ', + 'composio.connect.needsSubdomain': '์—ฐ๊ฒฐํ•˜๋ ค๋ฉด', + 'composio.connect.needsSubdomainSuffix': + 'Atlassian ํ•˜์œ„ ๋„๋ฉ”์ธ(์˜ˆ: acme.atlassian.net์˜ ๊ฒฝ์šฐ acme)์„ ์ž…๋ ฅํ•˜๊ณ  ๋‹ค์‹œ ์‹œ๋„ํ•˜์„ธ์š”.', + 'composio.connect.oauthComplete': 'OAuth ์™„๋ฃŒ ๋Œ€๊ธฐ ์ค‘โ€ฆ', + 'composio.connect.oauthTimeout': 'OAuth ์‹œ๊ฐ„์ด ์ดˆ๊ณผ๋˜์—ˆ์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•˜์„ธ์š”.', + 'composio.connect.permissions': '๊ถŒํ•œ', + 'composio.connect.permissionsDefault': '์ฝ๊ธฐ + ์“ฐ๊ธฐ๊ฐ€ ๊ธฐ๋ณธ์ ์œผ๋กœ ํ™œ์„ฑํ™”๋จ', + 'composio.connect.permissionsNote': '๋…ธ์ถœํ•  ์ˆ˜ ์žˆ์Œ', + 'composio.connect.permissionsNoteSuffix': + 'OpenHuman ์ž์ฒด ์—์ด์ „ํŠธ ๊ถŒํ•œ์€ ์•„๋ž˜์—์„œ ์ฝ๊ธฐ, ์“ฐ๊ธฐ, ๊ด€๋ฆฌ์ž ํ† ๊ธ€๋กœ ์ œ์–ด๋ฉ๋‹ˆ๋‹ค.', + 'composio.connect.reopenBrowser': '๋ธŒ๋ผ์šฐ์ € ๋‹ค์‹œ ์—ด๊ธฐ', + 'composio.connect.requestingUrl': '์—ฐ๊ฒฐ URL ์š”์ฒญ ์ค‘โ€ฆ', + 'composio.connect.retryConnection': '์—ฐ๊ฒฐ ๋‹ค์‹œ ์‹œ๋„', + 'composio.connect.scopeLoadError': '๋ฒ”์œ„ ๊ธฐ๋ณธ ์„ค์ •์„ ๋ถˆ๋Ÿฌ์˜ฌ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค: {msg}', + 'composio.connect.scopeSaveError': '{key} ๋ฒ”์œ„๋ฅผ ์ €์žฅํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค: {msg}', + 'composio.connect.subdomainInvalid': + '์ „์ฒด URL์ด ์•„๋‹Œ ์งง์€ ํ•˜์œ„ ๋„๋ฉ”์ธ๋งŒ ์ž…๋ ฅํ•˜์„ธ์š”(์˜ˆ: "acme"). ๋ฌธ์ž, ์ˆซ์ž, ํ•˜์ดํ”ˆ๋งŒ ํฌํ•จํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค.', + 'composio.connect.subdomainRequired': '๊ณ„์†ํ•˜๋ ค๋ฉด Atlassian ํ•˜์œ„ ๋„๋ฉ”์ธ์„ ์ž…๋ ฅํ•˜์„ธ์š”.', + 'composio.connect.wabaIdLabel': 'WhatsApp Business Account ID (WABA ID)', + 'composio.connect.wabaIdRequired': + '๊ณ„์†ํ•˜๋ ค๋ฉด WhatsApp Business Account ID (WABA ID)๋ฅผ ์ž…๋ ฅํ•˜์„ธ์š”.', + 'composio.connect.waitingFor': '๋Œ€๊ธฐ ์ค‘:', + 'composio.connect.waitingHint': '๋ฐฉ๊ธˆ ์—ด๋ฆฐ ๋ธŒ๋ผ์šฐ์ € ์ฐฝ์—์„œ ์—ฐ๊ฒฐ์„ ์™„๋ฃŒํ•˜์„ธ์š”.', + 'composio.triggers.heading': 'ํŠธ๋ฆฌ๊ฑฐ', + 'composio.triggers.listenFrom': '๋‹ค์Œ์—์„œ ์ด๋ฒคํŠธ ์ˆ˜์‹ :', + 'composio.triggers.loadError': 'ํŠธ๋ฆฌ๊ฑฐ๋ฅผ ๋ถˆ๋Ÿฌ์˜ฌ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค', + 'composio.triggers.needsConfiguration': '๊ตฌ์„ฑ์ด ํ•„์š”ํ•ฉ๋‹ˆ๋‹ค', + 'composio.triggers.noneAvailable': 'ํ˜„์žฌ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ๋Š” ํŠธ๋ฆฌ๊ฑฐ๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค:', + 'conversations.taskKanban.moveLeft': '์™ผ์ชฝ์œผ๋กœ ์ด๋™', + 'conversations.taskKanban.moveRight': '์˜ค๋ฅธ์ชฝ์œผ๋กœ ์ด๋™', + 'conversations.taskKanban.title': '์ž‘์—…', + 'conversations.toolTimeline.turn': 'ํ„ด', + 'conversations.toolTimeline.workerThread': '์›Œ์ปค ์Šค๋ ˆ๋“œ', + 'daemon.serviceBlockingGate.body': + '๋ฐฑ๊ทธ๋ผ์šด๋“œ์—์„œ ๋‹ค์‹œ ์‹œ๋„ ์ค‘์ž…๋‹ˆ๋‹ค. ๋ณดํ†ต ๋ช‡ ์ดˆ ์•ˆ์— ํ•ด๊ฒฐ๋ฉ๋‹ˆ๋‹ค.', + 'daemon.serviceBlockingGate.downloadHint': '์ด ๋ฌธ์ œ๊ฐ€ ๊ณ„์† ๋ฐœ์ƒํ•˜๋ฉด ์ตœ์‹  ๋ฒ„์ „์„ ๋‹ค์šด๋กœ๋“œํ•˜์„ธ์š”.', + 'daemon.serviceBlockingGate.downloadLatest': '์ตœ์‹  ๋ฒ„์ „ ๋‹ค์šด๋กœ๋“œ', + 'daemon.serviceBlockingGate.retryCore': '์ฝ”์–ด ๋‹ค์‹œ ์‹œ๋„', + 'daemon.serviceBlockingGate.retryFailed': + '๋‹ค์‹œ ์‹œ๋„์— ์‹คํŒจํ–ˆ์Šต๋‹ˆ๋‹ค. ์ตœ์‹  ์•ฑ ๋นŒ๋“œ๋ฅผ ๋‹ค์šด๋กœ๋“œํ•˜๊ณ  ๋‹ค์‹œ ์‹œ๋„ํ•˜์„ธ์š”.', + 'daemon.serviceBlockingGate.retrying': '๋‹ค์‹œ ์‹œ๋„ ์ค‘...', + 'daemon.serviceBlockingGate.title': 'OpenHuman ์ฝ”์–ด๋ฅผ ์‚ฌ์šฉํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค', + 'home.banners.discordSubtitle': '์ง€์›์„ ๋ฐ›๊ณ , ํ”ผ๋“œ๋ฐฑ์„ ๊ณต์œ ํ•˜๊ณ , ์ปค๋ฎค๋‹ˆํ‹ฐ๋ฅผ ๋งŒ๋‚˜๋ณด์„ธ์š”.', + 'home.banners.discordTitle': 'Discord ์ฐธ์—ฌํ•˜๊ธฐ', + 'home.banners.earlyBirdDismiss': '์–ผ๋ฆฌ๋ฒ„๋“œ ๋ฐฐ๋„ˆ ๋‹ซ๊ธฐ', + 'home.banners.earlyBirdFirstSub': '์ฒซ ๊ตฌ๋….', + 'home.banners.earlyBirdOn': '์–ผ๋ฆฌ๋ฒ„๋“œ ์ ์šฉ', + 'home.banners.earlyBirdTitle': '์ฒซ 1,000๋ช…์˜ ์‚ฌ์šฉ์ž๋Š” 60% ํ• ์ธ์„ ๋ฐ›์Šต๋‹ˆ๋‹ค.', + 'home.banners.earlyBirdUseCode': '์ฝ”๋“œ ์‚ฌ์šฉ', + 'home.banners.getSubscription': '๊ตฌ๋…ํ•˜๊ธฐ', + 'home.banners.promoCreditsBody': 'ํ”„๋กœ๋ชจ์…˜ ํฌ๋ ˆ๋”ง์ด ๊ณ„์ •์— ์ถ”๊ฐ€๋˜์—ˆ์Šต๋‹ˆ๋‹ค.', + 'home.banners.promoCreditsTitle': '{amount}', + 'home.banners.promoCreditsUsage': '๋ชจ๋“  AI ์ž‘์—…์— ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.', + 'intelligence.memoryChunk.detail.chunk': '์ฒญํฌ', + 'intelligence.memoryChunk.detail.copyChunkId': '์ฒญํฌ ID ๋ณต์‚ฌ', + 'intelligence.memoryChunk.detail.embeddingInfo': 'bge-m3 1024dim', + 'intelligence.memoryChunk.detail.noEmbedding': '์ž„๋ฒ ๋”ฉ ์—†์Œ', + 'intelligence.memoryChunk.letterhead.from': '๋ณด๋‚ธ ์‚ฌ๋žŒ', + 'intelligence.memoryChunk.letterhead.to': '๋ฐ›๋Š” ์‚ฌ๋žŒ', + 'intelligence.memoryChunk.mentioned.chunkOne': '์ฒญํฌ 1๊ฐœ', + 'intelligence.memoryChunk.mentioned.chunkOther': '์ฒญํฌ {count}๊ฐœ', + 'intelligence.memoryChunk.mentioned.heading': '์–ธ๊ธ‰๋จ', + 'intelligence.memoryChunk.scoreBars.ariaScore': '{name} ์ ์ˆ˜ {pct}ํผ์„ผํŠธ', + 'intelligence.memoryChunk.scoreBars.atThreshold': '{threshold} ๊ธฐ์ค€', + 'intelligence.memoryChunk.scoreBars.dropped': '์ œ์™ธ๋จ', + 'intelligence.memoryChunk.scoreBars.heading': '์œ ์ง€๋œ ์ด์œ ', + 'intelligence.memoryChunk.scoreBars.kept': '์œ ์ง€๋จ', + 'intelligence.memoryText.entityTypePrefix': '์—”ํ„ฐํ‹ฐ ์œ ํ˜•', + 'intelligence.screenDebug.active': 'ํ™œ์„ฑ', + 'intelligence.screenDebug.app': '์•ฑ', + 'intelligence.screenDebug.bounds': '๊ฒฝ๊ณ„', + 'intelligence.screenDebug.captureAlt': '์บก์ฒ˜ ํ…Œ์ŠคํŠธ ๊ฒฐ๊ณผ', + 'intelligence.screenDebug.captureFailed': '์‹คํŒจ', + 'intelligence.screenDebug.captureSuccess': '์„ฑ๊ณต', + 'intelligence.screenDebug.captureTest': '์บก์ฒ˜ ํ…Œ์ŠคํŠธ', + 'intelligence.screenDebug.capturing': '์บก์ฒ˜ ์ค‘', + 'intelligence.screenDebug.frames': 'ํ”„๋ ˆ์ž„', + 'intelligence.screenDebug.idle': '์œ ํœด', + 'intelligence.screenDebug.lastApp': '๋งˆ์ง€๋ง‰ ์•ฑ', + 'intelligence.screenDebug.mode': '๋ชจ๋“œ', + 'intelligence.screenDebug.permAccessibility': '์ ‘๊ทผ์„ฑ ๊ถŒํ•œ', + 'intelligence.screenDebug.permInput': '์ž…๋ ฅ ๊ถŒํ•œ', + 'intelligence.screenDebug.permScreen': '์ ‘๊ทผ์„ฑ', + 'intelligence.screenDebug.permissions': '๊ถŒํ•œ', + 'intelligence.screenDebug.platformNotSupported': 'ํ”Œ๋žซํผ์ด ์ง€์›๋˜์ง€ ์•Š์Œ', + 'intelligence.screenDebug.recentVisionSummaries': '์ตœ๊ทผ ๋น„์ „ ์š”์•ฝ', + 'intelligence.screenDebug.session': '์„ธ์…˜', + 'intelligence.screenDebug.size': 'ํฌ๊ธฐ', + 'intelligence.screenDebug.status': '์ƒํƒœ', + 'intelligence.screenDebug.testCapture': 'ํ…Œ์ŠคํŠธ ์บก์ฒ˜', + 'intelligence.screenDebug.time': '์‹œ๊ฐ„', + 'intelligence.screenDebug.title': '์ œ๋ชฉ', + 'intelligence.screenDebug.unknown': '์•Œ ์ˆ˜ ์—†์Œ', + 'intelligence.screenDebug.visionQueue': '๋น„์ „ ๋Œ€๊ธฐ์—ด', + 'intelligence.screenDebug.visionState': '๋น„์ „ ์ƒํƒœ', + 'intelligence.tasks.activeBoardOne': '๋Œ€ํ™” ์ „๋ฐ˜์— ํ™œ์„ฑ ๋ณด๋“œ 1๊ฐœ', + 'intelligence.tasks.activeBoardOther': '๋Œ€ํ™” ์ „๋ฐ˜์— ํ™œ์„ฑ ๋ณด๋“œ {count}๊ฐœ', + 'intelligence.tasks.empty': '์•„์ง ์—์ด์ „ํŠธ ์ž‘์—… ๋ณด๋“œ๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค', + 'intelligence.tasks.emptyHint': + '์—์ด์ „ํŠธ๊ฐ€ ๋‹ค๋‹จ๊ณ„ ์ž‘์—…์„ ์‹คํ–‰ํ•˜๋ฉด ์ž‘์—… ๋ณด๋“œ๊ฐ€ ์—ฌ๊ธฐ์— ํ‘œ์‹œ๋ฉ๋‹ˆ๋‹ค.', + 'intelligence.tasks.failedToLoad': '๋ถˆ๋Ÿฌ์˜ค์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค', + 'intelligence.tasks.live': '์‹ค์‹œ๊ฐ„', + 'intelligence.tasks.loadingBoards': '์ž‘์—… ๋ณด๋“œ ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘โ€ฆ', + 'intelligence.tasks.threadPrefix': '์Šค๋ ˆ๋“œ {id}', + 'notifications.card.dismiss': '์•Œ๋ฆผ ๋‹ซ๊ธฐ', + 'notifications.card.importanceTitle': '์ค‘์š”๋„: {pct}%', + 'notifications.center.empty': '์•„์ง ์•Œ๋ฆผ์ด ์—†์Šต๋‹ˆ๋‹ค', + 'notifications.center.emptyHint': '๋ชจ๋‘ ํ™•์ธํ–ˆ์Šต๋‹ˆ๋‹ค.', + 'notifications.center.filterAll': '์ „์ฒด ํ•„ํ„ฐ', + 'notifications.center.markAllRead': '๋ชจ๋‘ ์ฝ์Œ์œผ๋กœ ํ‘œ์‹œ', + 'notifications.center.title': '์•Œ๋ฆผ', + 'oauth.button.connecting': '์—ฐ๊ฒฐ ์ค‘...', + 'oauth.login.continueWith': '๋‹ค์Œ์œผ๋กœ ๊ณ„์†:', + 'onboarding.contextGathering.buildingDesc': '์—ฐ๊ฒฐ๋œ ๊ณ„์ •์—์„œ ์ปจํ…์ŠคํŠธ๋ฅผ ์ˆ˜์ง‘ํ•˜๋Š” ์ค‘โ€ฆ', + 'onboarding.contextGathering.buildingProfile': 'ํ”„๋กœํ•„์„ ๋งŒ๋“œ๋Š” ์ค‘...', + 'onboarding.contextGathering.continueToChat': '์ฑ„ํŒ…์œผ๋กœ ๊ณ„์†', + 'onboarding.contextGathering.errorDesc': + '์ฑ„ํŒ…์ด ์ค€๋น„๋˜์—ˆ์Šต๋‹ˆ๋‹ค. ์ „์ฒด ํ”„๋กœํ•„์€ ๋ฐฑ๊ทธ๋ผ์šด๋“œ์—์„œ ๊ณ„์† ๋งŒ๋“ค ์˜ˆ์ •์ด๋ฏ€๋กœ ์ง€๊ธˆ ๊ณ„์†ํ•˜๊ณ  ๋‚˜์ค‘์— ์ ์ง„์ ์œผ๋กœ ๊ฐœ์„ ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.', + 'onboarding.contextGathering.title': '์ปจํ…์ŠคํŠธ ์ˆ˜์ง‘', + 'openhuman.team_list_teams': 'ํŒ€ ๋ชฉ๋ก ํŒ€', + 'overlay.ariaAttention': '์ฃผ์˜ ๋ฉ”์‹œ์ง€', + 'overlay.ariaOrb': 'OpenHuman ์˜ค๋ฒ„๋ ˆ์ด', + 'overlay.ariaVoiceActive': '์Œ์„ฑ ์ž…๋ ฅ ํ™œ์„ฑ', + 'overlay.orbTitle': '๋“œ๋ž˜๊ทธํ•˜์—ฌ ์ด๋™ ยท ๋‘ ๋ฒˆ ํด๋ฆญํ•˜์—ฌ ์œ„์น˜ ์ดˆ๊ธฐํ™”', + 'pages.settings.account.connections': '์—ฐ๊ฒฐ', + 'pages.settings.account.connectionsDesc': '์—ฐ๊ฒฐ๋œ ๊ณ„์ •๊ณผ ์„œ๋น„์Šค๋ฅผ ๊ด€๋ฆฌํ•ฉ๋‹ˆ๋‹ค', + 'pages.settings.account.privacy': '๊ฐœ์ธ์ •๋ณด ๋ณดํ˜ธ', + 'pages.settings.account.privacyDesc': '์ปดํ“จํ„ฐ ๋ฐ–์œผ๋กœ ๋‚˜๊ฐ€๋Š” ๋ฐ์ดํ„ฐ๋ฅผ ์ œ์–ดํ•ฉ๋‹ˆ๋‹ค', + 'pages.settings.account.recoveryPhrase': '๋ณต๊ตฌ ๋ฌธ๊ตฌ', + 'pages.settings.account.recoveryPhraseDesc': '๊ณ„์ • ๋ณต๊ตฌ ๋ฌธ๊ตฌ๋ฅผ ํ™•์ธํ•˜๊ณ  ๋ฐฑ์—…ํ•ฉ๋‹ˆ๋‹ค', + 'pages.settings.account.team': 'ํŒ€', + 'pages.settings.account.teamDesc': 'ํŒ€ ๊ตฌ์„ฑ์›๊ณผ ๊ถŒํ•œ์„ ๊ด€๋ฆฌํ•ฉ๋‹ˆ๋‹ค', + 'pages.settings.accountSection.description': '๋ณต๊ตฌ ๋ฌธ๊ตฌ, ํŒ€, ์—ฐ๊ฒฐ ๋ฐ ๊ฐœ์ธ์ •๋ณด ์„ค์ •.', + 'pages.settings.accountSection.title': '๊ณ„์ •', + 'pages.settings.ai.llm': 'LLM', + 'pages.settings.ai.llmDesc': '์–ธ์–ด ๋ชจ๋ธ ์ œ๊ณต์—…์ฒด ๋ฐ ๋ผ์šฐํŒ…', + 'pages.settings.ai.voice': '์Œ์„ฑ', + 'pages.settings.ai.voiceDesc': '์Œ์„ฑ-ํ…์ŠคํŠธ ๋ฐ ํ…์ŠคํŠธ-์Œ์„ฑ ์„ค์ •', + 'pages.settings.aiSection.description': '์–ธ์–ด ๋ชจ๋ธ ์ œ๊ณต์—…์ฒด, ๋กœ์ปฌ Ollama ๋ฐ ์Œ์„ฑ(STT / TTS).', + 'pages.settings.aiSection.title': 'AI', + 'pages.settings.features.messagingChannels': '๋ฉ”์‹œ์ง• ์ฑ„๋„', + 'pages.settings.features.messagingChannelsDesc': '๋ฉ”์‹œ์ง• ์ฑ„๋„ ์„ค๋ช…', + 'pages.settings.features.notifications': '์•Œ๋ฆผ', + 'pages.settings.features.notificationsDesc': '์•Œ๋ฆผ ์„ค๋ช…', + 'pages.settings.features.screenAwareness': 'ํ™”๋ฉด ์ธ์‹', + 'pages.settings.features.screenAwarenessDesc': 'ํ™”๋ฉด ์ธ์‹ ์„ค๋ช…', + 'pages.settings.features.tools': '๋„๊ตฌ', + 'pages.settings.features.toolsDesc': '๋„๊ตฌ ์„ค๋ช…', + 'pages.settings.featuresSection.description': 'ํ™”๋ฉด ์ธ์‹, ๋ฉ”์‹œ์ง• ๋ฐ ๋„๊ตฌ.', + 'pages.settings.featuresSection.title': '๊ธฐ๋Šฅ', + 'privacy.dataKind.credentials': '์ž๊ฒฉ ์ฆ๋ช…', + 'privacy.dataKind.derived': 'ํŒŒ์ƒ๋จ', + 'privacy.dataKind.diagnostics': '์ง„๋‹จ', + 'privacy.dataKind.metadata': '๋ฉ”ํƒ€๋ฐ์ดํ„ฐ', + 'privacy.dataKind.raw': '์›๋ณธ', + 'privacy.whatLeaves.link.label': '๋‚ด ์ปดํ“จํ„ฐ๋ฅผ ๋– ๋‚˜๋Š” ๋ฐ์ดํ„ฐ๋Š” ๋ฌด์—‡์ธ๊ฐ€์š”?', + 'rewards.community.achievementsUnlocked': '{total}๊ฐœ ์ค‘ {unlocked}๊ฐœ ์—…์  ์ž ๊ธˆ ํ•ด์ œ๋จ', + 'rewards.community.connectDiscord': 'Discord ์—ฐ๊ฒฐ', + 'rewards.community.cumulativeTokens': '๋ˆ„์  ํ† ํฐ', + 'rewards.community.currentStreak': 'ํ˜„์žฌ ์—ฐ์† ๊ธฐ๋ก', + 'rewards.community.discordLinkedNotInGuild': 'Discord ์—ฐ๊ฒฐ๋จ โ€” ์•„์ง ์„œ๋ฒ„ ๋ฉค๋ฒ„๊ฐ€ ์•„๋‹™๋‹ˆ๋‹ค', + 'rewards.community.discordMember': '์„œ๋ฒ„์— ์ฐธ์—ฌํ•จ', + 'rewards.community.discordNotLinked': 'Discord๊ฐ€ ์—ฐ๊ฒฐ๋˜์ง€ ์•Š์Œ', + 'rewards.community.discordServer': 'Discord ์„œ๋ฒ„', + 'rewards.community.discordStatusUnavailable': 'Discord ์ƒํƒœ๋ฅผ ์‚ฌ์šฉํ•  ์ˆ˜ ์—†์Œ', + 'rewards.community.discordWaiting': 'Discord ๋Œ€๊ธฐ ์ค‘โ€ฆ', + 'rewards.community.heroSubtitle': '์นœ๊ตฌ๋ฅผ ์ถ”์ฒœํ•˜๊ณ  ์ฑŒ๋ฆฐ์ง€๋ฅผ ์™„๋ฃŒํ•˜์—ฌ ํฌ๋ ˆ๋”ง์„ ๋ฐ›์œผ์„ธ์š”.', + 'rewards.community.heroTitle': 'OpenHuman์œผ๋กœ ๋ณด์ƒ ๋ฐ›๊ธฐ', + 'rewards.community.joinDiscord': 'Discord ์ฐธ์—ฌ', + 'rewards.community.loadingRewards': '๋ณด์ƒ ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘โ€ฆ', + 'rewards.community.locked': '์ž ๊น€', + 'rewards.community.retrying': '๋‹ค์‹œ ์‹œ๋„ ์ค‘โ€ฆ', + 'rewards.community.rolesAndRewards': '์—ญํ•  ๋ฐ ๋ณด์ƒ', + 'rewards.community.streakDays': '{n}', + 'rewards.community.syncPending': '๋ณด์ƒ ๋™๊ธฐํ™” ๋Œ€๊ธฐ ์ค‘', + 'rewards.community.syncPendingDesc': '๋ณด์ƒ์ด ๋™๊ธฐํ™” ์ค‘์ž…๋‹ˆ๋‹ค. ์ž ์‹œ ํ›„ ๋‹ค์‹œ ํ™•์ธํ•˜์„ธ์š”.', + 'rewards.community.syncUnavailable': '๋™๊ธฐํ™”๋ฅผ ์‚ฌ์šฉํ•  ์ˆ˜ ์—†์Œ', + 'rewards.community.tryAgain': '๋‹ค์‹œ ์‹œ๋„ ์ค‘โ€ฆ', + 'rewards.community.unknown': '์•Œ ์ˆ˜ ์—†์Œ', + 'rewards.community.unlocked': '์ž ๊ธˆ ํ•ด์ œ๋จ', + 'rewards.community.yourProgress': '๋‚ด ์ง„ํ–‰ ์ƒํ™ฉ', + 'rewards.coupon.colCode': '์ฝ”๋“œ', + 'rewards.coupon.colRedeemed': '๊ตํ™˜๋จ', + 'rewards.coupon.colReward': '๋ณด์ƒ', + 'rewards.coupon.colStatus': '์ƒํƒœ', + 'rewards.coupon.loadingHistory': '๋ณด์ƒ ๊ธฐ๋ก ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘โ€ฆ', + 'rewards.coupon.noCodes': '์•„์ง ๊ตํ™˜๋œ ๋ณด์ƒ ์ฝ”๋“œ๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค.', + 'rewards.coupon.pending': '๋Œ€๊ธฐ ์ค‘', + 'rewards.coupon.placeholder': '์ฟ ํฐ ์ฝ”๋“œ', + 'rewards.coupon.promoCredits': 'ํ”„๋กœ๋ชจ์…˜ ํฌ๋ ˆ๋”ง', + 'rewards.coupon.recentRedemptions': '์ตœ๊ทผ ๊ตํ™˜', + 'rewards.coupon.redeemAccepted': + '{code}์ด(๊ฐ€) ์Šน์ธ๋˜์—ˆ์Šต๋‹ˆ๋‹ค. ํ•„์š”ํ•œ ์ž‘์—…์ด ์™„๋ฃŒ๋˜๋ฉด {amount}์ด(๊ฐ€) ์ž ๊ธˆ ํ•ด์ œ๋ฉ๋‹ˆ๋‹ค.', + 'rewards.coupon.redeemButton': '์ฝ”๋“œ ๊ตํ™˜', + 'rewards.coupon.redeemSuccess': + '{code}์ด(๊ฐ€) ๊ตํ™˜๋˜์—ˆ์Šต๋‹ˆ๋‹ค. {amount}์ด(๊ฐ€) ํฌ๋ ˆ๋”ง์— ์ถ”๊ฐ€๋˜์—ˆ์Šต๋‹ˆ๋‹ค.', + 'rewards.coupon.redeemedCodes': '๊ตํ™˜๋œ ์ฝ”๋“œ', + 'rewards.coupon.redeeming': '๊ตํ™˜ ์ค‘...', + 'rewards.coupon.statusApplied': '์ ์šฉ๋จ', + 'rewards.coupon.statusPendingAction': '์ž‘์—… ๋Œ€๊ธฐ ์ค‘', + 'rewards.coupon.statusRedeemed': '๊ตํ™˜๋จ', + 'rewards.coupon.subtitle': '๊ณ„์ •์— ํฌ๋ ˆ๋”ง์„ ์ถ”๊ฐ€ํ•˜๋ ค๋ฉด ์ฟ ํฐ ์ฝ”๋“œ๋ฅผ ์ž…๋ ฅํ•˜์„ธ์š”.', + 'rewards.coupon.title': '์ฟ ํฐ ์ฝ”๋“œ ๊ตํ™˜', + 'rewards.referralSection.activity': '์ถ”์ฒœ ํ™œ๋™', + 'rewards.referralSection.apply': '์ ์šฉ ์ค‘โ€ฆ', + 'rewards.referralSection.applying': '์ ์šฉ ์ค‘โ€ฆ', + 'rewards.referralSection.colReferredUser': '์ถ”์ฒœ๋œ ์‚ฌ์šฉ์ž', + 'rewards.referralSection.colReward': '๋ณด์ƒ', + 'rewards.referralSection.colStatus': '์ƒํƒœ', + 'rewards.referralSection.colUpdated': '์—…๋ฐ์ดํŠธ๋จ', + 'rewards.referralSection.completed': '์™„๋ฃŒ๋จ', + 'rewards.referralSection.copyCode': '์ฝ”๋“œ ๋ณต์‚ฌ', + 'rewards.referralSection.copyFailed': '๋ณต์‚ฌ ์‹คํŒจ', + 'rewards.referralSection.haveCode': '์ถ”์ฒœ ์ฝ”๋“œ๊ฐ€ ์žˆ๋‚˜์š”?', + 'rewards.referralSection.haveCodeDesc': '๊ณ„์ •์— ์—ฐ๊ฒฐํ•˜๋ ค๋ฉด ์•„๋ž˜์— ์ž…๋ ฅํ•˜์„ธ์š”.', + 'rewards.referralSection.linked': '์—ฐ๊ฒฐ๋จ', + 'rewards.referralSection.linkedCode': '์—ฐ๊ฒฐ๋จ', + 'rewards.referralSection.loading': '์ถ”์ฒœ ํ”„๋กœ๊ทธ๋žจ ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘โ€ฆ', + 'rewards.referralSection.noReferrals': '์ถ”์ฒœ ์—†์Œ', + 'rewards.referralSection.pendingReferrals': '๋Œ€๊ธฐ ์ค‘์ธ ์ถ”์ฒœ', + 'rewards.referralSection.placeholder': '์ถ”์ฒœ ์ฝ”๋“œ', + 'rewards.referralSection.share': '๊ณต์œ ', + 'rewards.referralSection.statusCompleted': '์™„๋ฃŒ๋จ', + 'rewards.referralSection.statusExpired': '๋งŒ๋ฃŒ๋จ', + 'rewards.referralSection.statusJoined': '์ฐธ์—ฌํ•จ', + 'rewards.referralSection.subtitle': '์ฝ”๋“œ๋ฅผ ๊ณต์œ ํ•˜๊ณ  ์ฐธ์—ฌํ•˜๋Š” ์นœ๊ตฌ๋งˆ๋‹ค ํฌ๋ ˆ๋”ง์„ ๋ฐ›์œผ์„ธ์š”.', + 'rewards.referralSection.title': '์นœ๊ตฌ๋ฅผ ์ดˆ๋Œ€ํ•˜๊ณ  ํฌ๋ ˆ๋”ง ๋ฐ›๊ธฐ', + 'rewards.referralSection.totalEarned': '์ด ์ ๋ฆฝ', + 'rewards.referralSection.yourCode': '๋‚ด ์ฝ”๋“œ', + 'settings.ai.addCloudProvider': 'ํด๋ผ์šฐ๋“œ ์ œ๊ณต์—…์ฒด ์ถ”๊ฐ€', + 'settings.ai.addProvider': '์ œ๊ณต์—…์ฒด ์ถ”๊ฐ€', + 'settings.ai.apiKeyFieldLabel': 'API ํ‚ค', + 'settings.ai.apiKeyRequired': '๊ณ„์†ํ•˜๋ ค๋ฉด API ํ‚ค๋ฅผ ๋ถ™์—ฌ๋„ฃ์–ด ์ฃผ์„ธ์š”.', + 'settings.ai.apiKeyStoredEncrypted': 'API ํ‚ค๋Š” ์ด ๊ธฐ๊ธฐ์— ์•”ํ˜ธํ™”๋˜์–ด ์ €์žฅ๋ฉ๋‹ˆ๋‹ค.', + 'settings.ai.apiKeysEncrypted': 'auth-profiles.json', + 'settings.ai.clearStoredKey': '์ €์žฅ๋œ ํ‚ค ์ง€์šฐ๊ธฐ', + 'settings.ai.connectProvider': '์—ฐ๊ฒฐ', + 'settings.ai.customRouting': '์‚ฌ์šฉ์ž ์ง€์ • ๋ผ์šฐํŒ…', + 'settings.ai.defaultResolvesTo': 'OpenHuman', + 'settings.ai.discard': '์ทจ์†Œ', + 'settings.ai.editProvider': '{label} ํŽธ์ง‘', + 'settings.ai.llmProviders': 'LLM ์ œ๊ณต์—…์ฒด', + 'settings.ai.llmProvidersDesc': '์–ธ์–ด ๋ชจ๋ธ ์ œ๊ณต์—…์ฒด๋ฅผ ์ถ”๊ฐ€ํ•˜๊ณ  ๊ตฌ์„ฑํ•ฉ๋‹ˆ๋‹ค.', + 'settings.ai.localOllama': '๋กœ์ปฌ(Ollama)', + 'settings.ai.modelLabel': '๋ชจ๋ธ', + 'settings.ai.noCustomProviders': '์‚ฌ์šฉ์ž ์ง€์ • ์ œ๊ณต์—…์ฒด ์—†์Œ', + 'settings.ai.providerLabel': '์ œ๊ณต์—…์ฒด', + 'settings.ai.routing': '๋ผ์šฐํŒ…', + 'settings.ai.routingCustom': '์‚ฌ์šฉ์ž ์ง€์ • ๋ผ์šฐํŒ…', + 'settings.ai.routingDefault': '๊ธฐ๋ณธ๊ฐ’', + 'settings.ai.routingDesc': '๊ฐ ์ž‘์—… ์œ ํ˜•์„ ์ฒ˜๋ฆฌํ•  ๋ชจ๋ธ์„ ์„ ํƒํ•˜์„ธ์š”.', + 'settings.ai.saveChanges': '๋ณ€๊ฒฝ ์‚ฌํ•ญ ์ €์žฅ', + 'settings.ai.saving': '์ €์žฅ ์ค‘โ€ฆ', + 'settings.ai.unsavedChange': '์ €์žฅ๋˜์ง€ ์•Š์€ ๋ณ€๊ฒฝ ์‚ฌํ•ญ', + 'settings.ai.unsavedChanges': '์ €์žฅ๋˜์ง€ ์•Š์€ ๋ณ€๊ฒฝ ์‚ฌํ•ญ', + 'settings.ai.workloadGroupBackground': '๋ฐฑ๊ทธ๋ผ์šด๋“œ ์ž‘์—…', + 'settings.ai.workloadGroupChat': '์ฑ„ํŒ… ๋ฐ ๋Œ€ํ™”', + 'settings.autocomplete.appFilter.acceptSuggestion': '์ œ์•ˆ ์ˆ˜๋ฝ', + 'settings.autocomplete.appFilter.contextOverride': '์ปจํ…์ŠคํŠธ ์žฌ์ •์˜(์„ ํƒ ์‚ฌํ•ญ)', + 'settings.autocomplete.appFilter.debugFocus': 'ํฌ์ปค์Šค ๋””๋ฒ„๊ทธ', + 'settings.autocomplete.appFilter.getSuggestion': '์ œ์•ˆ ๋ฐ›๊ธฐ', + 'settings.autocomplete.appFilter.liveLogs': '์‹ค์‹œ๊ฐ„ ๋กœ๊ทธ', + 'settings.autocomplete.appFilter.noLogs': ') :', + 'settings.autocomplete.appFilter.refreshStatus': '์ƒˆ๋กœ๊ณ ์นจ ์ค‘โ€ฆ', + 'settings.autocomplete.appFilter.refreshing': '์ƒˆ๋กœ๊ณ ์นจ ์ค‘โ€ฆ', + 'settings.autocomplete.appFilter.runtime': '๋Ÿฐํƒ€์ž„', + 'settings.autocomplete.appFilter.test': 'ํ…Œ์ŠคํŠธ', + 'settings.autocomplete.completionStyle.acceptedCompletion': + '์ˆ˜๋ฝ๋œ ์™„์„ฑ {count}๊ฐœ๊ฐ€ ์ €์žฅ๋จ โ€” ํ–ฅํ›„ ์ œ์•ˆ์„ ๊ฐœ์ธํ™”ํ•˜๋Š” ๋ฐ ์‚ฌ์šฉ๋ฉ๋‹ˆ๋‹ค.', + 'settings.autocomplete.completionStyle.acceptedCompletions': + '์ˆ˜๋ฝ๋œ ์™„์„ฑ {count}๊ฐœ๊ฐ€ ์ €์žฅ๋จ โ€” ํ–ฅํ›„ ์ œ์•ˆ์„ ๊ฐœ์ธํ™”ํ•˜๋Š” ๋ฐ ์‚ฌ์šฉ๋ฉ๋‹ˆ๋‹ค.', + 'settings.autocomplete.completionStyle.clearHistory': '๊ธฐ๋ก ์ง€์šฐ๊ธฐ', + 'settings.autocomplete.completionStyle.clearing': '์ง€์šฐ๋Š” ์ค‘โ€ฆ', + 'settings.autocomplete.completionStyle.debounce': '๋””๋ฐ”์šด์Šค(ms)', + 'settings.autocomplete.completionStyle.enabled': 'ํ™œ์„ฑํ™”๋จ', + 'settings.autocomplete.completionStyle.maxChars': '์ตœ๋Œ€ ๋ฌธ์ž ์ˆ˜', + 'settings.autocomplete.completionStyle.noHistory': + '์•„์ง ์ˆ˜๋ฝ๋œ ์™„์„ฑ์ด ์—†์Šต๋‹ˆ๋‹ค. Tab์œผ๋กœ ์ œ์•ˆ์„ ์ˆ˜๋ฝํ•˜์—ฌ ๊ฐœ์ธํ™”๋ฅผ ์‹œ์ž‘ํ•˜์„ธ์š”.', + 'settings.autocomplete.completionStyle.overlayTtl': '์˜ค๋ฒ„๋ ˆ์ด TTL(ms)', + 'settings.autocomplete.completionStyle.personalizationHistory': '๊ฐœ์ธํ™” ๊ธฐ๋ก', + 'settings.autocomplete.completionStyle.styleExamples': '์Šคํƒ€์ผ ์˜ˆ์‹œ(์ค„๋งˆ๋‹ค ํ•˜๋‚˜์”ฉ)', + 'settings.autocomplete.completionStyle.styleInstructions': '์Šคํƒ€์ผ ์ง€์นจ', + 'settings.billing.autoRecharge.addAmount': '์ด ๊ธˆ์•ก ์ถ”๊ฐ€', + 'settings.billing.autoRecharge.addCard': '์นด๋“œ ์ถ”๊ฐ€', + 'settings.billing.autoRecharge.amountHint': '๊ธฐ๋ณธ ๊ฒฐ์ œ ์ˆ˜๋‹จ์œผ๋กœ ์ฒญ๊ตฌ๋ฉ๋‹ˆ๋‹ค.', + 'settings.billing.autoRecharge.defaultCard': '๊ธฐ๋ณธ ์นด๋“œ', + 'settings.billing.autoRecharge.lastRechargeFailed': '๋งˆ์ง€๋ง‰ ์ถฉ์ „ ์‹คํŒจ', + 'settings.billing.autoRecharge.lastRecharged': '๋งˆ์ง€๋ง‰ ์ถฉ์ „', + 'settings.billing.autoRecharge.noCards': '์นด๋“œ ์—†์Œ', + 'settings.billing.autoRecharge.paymentMethods': '๊ฒฐ์ œ ์ˆ˜๋‹จ', + 'settings.billing.autoRecharge.rechargeInProgress': '์ถฉ์ „ ์ง„ํ–‰ ์ค‘', + 'settings.billing.autoRecharge.rechargeWhen': '์ž”์•ก์ด ๋‹ค์Œ๋ณด๋‹ค ๋‚ฎ์•„์ง€๋ฉด ์ถฉ์ „', + 'settings.billing.autoRecharge.saveSettings': '์„ค์ • ์ €์žฅ', + 'settings.billing.autoRecharge.saving': '์ €์žฅ ์ค‘โ€ฆ', + 'settings.billing.autoRecharge.setDefault': '๊ธฐ๋ณธ๊ฐ’์œผ๋กœ ์„ค์ •', + 'settings.billing.autoRecharge.subtitle': '์ž”์•ก์ด ๋ถ€์กฑํ•ด์ง€๋ฉด ํฌ๋ ˆ๋”ง์„ ์ž๋™์œผ๋กœ ์ถฉ์ „ํ•ฉ๋‹ˆ๋‹ค.', + 'settings.billing.autoRecharge.title': '์ž๋™ ์ถฉ์ „ ํ™œ์„ฑํ™”', + 'settings.billing.autoRecharge.toggleAriaLabel': '์ž๋™ ์ถฉ์ „ ์ „ํ™˜', + 'settings.billing.autoRecharge.weeklyLimit': '์ฃผ๊ฐ„ ์ง€์ถœ ํ•œ๋„', + 'settings.billing.history.desc': '์ตœ๊ทผ ๊ฑฐ๋ž˜ ๋ฐ ์ธ๋ณด์ด์Šค', + 'settings.billing.history.empty': '์•„์ง ๊ฒฐ์ œ ๊ธฐ๋ก์ด ์—†์Šต๋‹ˆ๋‹ค', + 'settings.billing.history.openPortal': 'ํฌํ„ธ ์—ด๊ธฐ', + 'settings.billing.history.posted': '๊ฒŒ์‹œ๋จ', + 'settings.billing.history.title': '๊ฒฐ์ œ ๊ธฐ๋ก', + 'settings.billing.inferenceBudget.cycleEnds': '์ฃผ๊ธฐ ์ข…๋ฃŒ', + 'settings.billing.inferenceBudget.exhausted': '์†Œ์ง„๋จ', + 'settings.billing.inferenceBudget.loadError': '์˜ˆ์‚ฐ ์ •๋ณด๋ฅผ ๋ถˆ๋Ÿฌ์˜ค์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค.', + 'settings.billing.inferenceBudget.noBudgetDesc': '์ด ๊ธฐ๊ฐ„์— ๊ตฌ์„ฑ๋œ ๋ฐ˜๋ณต ์˜ˆ์‚ฐ์ด ์—†์Šต๋‹ˆ๋‹ค.', + 'settings.billing.inferenceBudget.noRecurringBudget': '๋ฐ˜๋ณต ์˜ˆ์‚ฐ ์—†์Œ', + 'settings.billing.inferenceBudget.remaining': '๋‚จ์Œ', + 'settings.billing.inferenceBudget.tenHourCap': '10์‹œ๊ฐ„ ํ•œ๋„', + 'settings.billing.inferenceBudget.title': '์ถ”๋ก  ์˜ˆ์‚ฐ', + 'settings.billing.payAsYouGo.available': '์‚ฌ์šฉ ๊ฐ€๋Šฅ', + 'settings.billing.payAsYouGo.chargeCustomAmount': '์—ฌ๋Š” ์ค‘โ€ฆ', + 'settings.billing.payAsYouGo.chooseTopUpDesc': 'ํฌ๋ ˆ๋”ง ์ž”์•ก์— ์ถ”๊ฐ€ํ•  ๊ธˆ์•ก์„ ์„ ํƒํ•˜์„ธ์š”.', + 'settings.billing.payAsYouGo.chooseTopUpTitle': 'ํฌ๋ ˆ๋”ง ์ถฉ์ „', + 'settings.billing.payAsYouGo.creditBalanceDesc': 'AI ์‚ฌ์šฉ์„ ์œ„ํ•œ ์‚ฌ์šฉ ๊ฐ€๋Šฅ ํฌ๋ ˆ๋”ง์ž…๋‹ˆ๋‹ค.', + 'settings.billing.payAsYouGo.creditBalanceTitle': 'ํฌ๋ ˆ๋”ง ์ž”์•ก', + 'settings.billing.payAsYouGo.customAmount': '์‚ฌ์šฉ์ž ์ง€์ • ๊ธˆ์•ก', + 'settings.billing.payAsYouGo.enterAmount': '๊ธˆ์•ก ์ž…๋ ฅ', + 'settings.billing.payAsYouGo.opening': '{amount}', + 'settings.billing.payAsYouGo.promotionalCredits': 'ํ”„๋กœ๋ชจ์…˜ ํฌ๋ ˆ๋”ง', + 'settings.billing.payAsYouGo.topUpBalance': '์ถฉ์ „ ์ž”์•ก', + 'settings.billing.payAsYouGo.topUpCredits': 'ํฌ๋ ˆ๋”ง ์ถฉ์ „', + 'settings.billing.payAsYouGo.unableToLoad': '์ž”์•ก์„ ๋ถˆ๋Ÿฌ์˜ฌ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค.', + 'settings.billing.subscription.annual': '์—ฐ๊ฐ„', + 'settings.billing.subscription.billedAnnually': '์—ฐ๊ฐ„ ์ฒญ๊ตฌ', + 'settings.billing.subscription.chooseSubtitle': + '๋” ๋งŽ์€ ์‚ฌ์šฉ๋Ÿ‰๊ณผ ๊ธฐ๋Šฅ์„ ์ž ๊ธˆ ํ•ด์ œํ•˜๋ ค๋ฉด ์—…๊ทธ๋ ˆ์ด๋“œํ•˜์„ธ์š”.', + 'settings.billing.subscription.chooseTitle': 'ํ”Œ๋žœ ์„ ํƒ', + 'settings.billing.subscription.cryptoDesc': '๊ฒฐ์ œ ๊ฒŒ์ดํŠธ์›จ์ด๋ฅผ ํ†ตํ•ด ์•”ํ˜ธํ™”ํ๋กœ ๊ฒฐ์ œํ•˜์„ธ์š”.', + 'settings.billing.subscription.cryptoQuestion': '์•”ํ˜ธํ™”ํ๋กœ ๊ฒฐ์ œํ•˜์‹œ๊ฒ ์Šต๋‹ˆ๊นŒ?', + 'settings.billing.subscription.current': 'ํ˜„์žฌ', + 'settings.billing.subscription.currentPlan': 'ํ˜„์žฌ ํ”Œ๋žœ', + 'settings.billing.subscription.monthly': '์›”๊ฐ„', + 'settings.billing.subscription.paymentConfirmed': '๊ฒฐ์ œ ํ™•์ธ๋จ', + 'settings.billing.subscription.perMonth': '์›”๋ณ„', + 'settings.billing.subscription.popular': '์ธ๊ธฐ', + 'settings.billing.subscription.save': '{pct}', + 'settings.billing.subscription.upgrade': '์—…๊ทธ๋ ˆ์ด๋“œ', + 'settings.billing.subscription.waiting': '๋Œ€๊ธฐ ์ค‘', + 'settings.billing.subscription.waitingPayment': '๊ฒฐ์ œ ๋Œ€๊ธฐ ์ค‘', + 'settings.composio.apiKeyDesc': 'Composio API ํ‚ค๊ฐ€ ํ˜„์žฌ ์ด ๊ธฐ๊ธฐ์— ์ €์žฅ๋˜์–ด ์žˆ์Šต๋‹ˆ๋‹ค.', + 'settings.composio.apiKeyLabel': 'Composio API ํ‚ค', + 'settings.composio.apiKeyStored': 'API ํ‚ค ์ €์žฅ๋จ', + 'settings.composio.apiKeyStoredPlaceholder': 'โ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ข', + 'settings.composio.clearedToBackend': '๋ฐฑ์—”๋“œ ๋ชจ๋“œ๋กœ ์ „ํ™˜๋จ', + 'settings.composio.confirmItem1': 'API ํ‚ค๊ฐ€ ์žˆ๋Š” app.composio.dev ๊ณ„์ •', + 'settings.composio.confirmItem2': '๊ฐœ์ธ Composio ๊ณ„์ •์„ ํ†ตํ•ด ๊ฐ ํ†ตํ•ฉ์„ ๋‹ค์‹œ ์—ฐ๊ฒฐํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค', + 'settings.composio.confirmItem3': + '์ฐธ๊ณ : Composio ํŠธ๋ฆฌ๊ฑฐ(์‹ค์‹œ๊ฐ„ ์›นํ›…)๋Š” ์•„์ง Direct ๋ชจ๋“œ์—์„œ ์‹คํ–‰๋˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค โ€” ๋™๊ธฐ์‹ ๋„๊ตฌ ํ˜ธ์ถœ๋งŒ ์ง€์›๋ฉ๋‹ˆ๋‹ค', + 'settings.composio.confirmNeedItems': 'ํ•„์š”ํ•œ ํ•ญ๋ชฉ:', + 'settings.composio.confirmSwitch': '์ดํ•ดํ–ˆ์Šต๋‹ˆ๋‹ค. Direct๋กœ ์ „ํ™˜', + 'settings.composio.confirmTitle': 'โš ๏ธ Direct ๋ชจ๋“œ๋กœ ์ „ํ™˜', + 'settings.composio.confirmWarning': + '๊ธฐ์กด ํ†ตํ•ฉ(Gmail, Slack, GitHub ๋“ฑ OpenHuman์„ ํ†ตํ•ด ์—ฐ๊ฒฐ๋œ ํ†ตํ•ฉ)์€ ํ‘œ์‹œ๋˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค โ€” OpenHuman ๊ด€๋ฆฌํ˜• Composio ํ…Œ๋„ŒํŠธ์— ์žˆ์Šต๋‹ˆ๋‹ค.', + 'settings.composio.intro': + 'Composio๋Š” ์—์ด์ „ํŠธ๊ฐ€ ํ˜ธ์ถœํ•  ์ˆ˜ ์žˆ๋Š” ๋„๊ตฌ๋กœ 250๊ฐœ ์ด์ƒ์˜ ์™ธ๋ถ€ ์•ฑ์„ ํ†ตํ•ฉํ•ฉ๋‹ˆ๋‹ค. ์ด๋Ÿฌํ•œ ๋„๊ตฌ ํ˜ธ์ถœ์ด ๋ผ์šฐํŒ…๋˜๋Š” ๋ฐฉ์‹์„ ์„ ํƒํ•˜์„ธ์š”.', + 'settings.composio.modeDirect': 'Direct(์ง์ ‘ API ํ‚ค ์‚ฌ์šฉ)', + 'settings.composio.modeDirectDesc': + 'ํ˜ธ์ถœ์ด backend.composio.dev๋กœ ์ง์ ‘ ์ด๋™ํ•ฉ๋‹ˆ๋‹ค. ๋…๋ฆฝ์ ์ด๊ณ  ์˜คํ”„๋ผ์ธ ์นœํ™”์ ์ž…๋‹ˆ๋‹ค. ๋„๊ตฌ ์‹คํ–‰์€ ๋™๊ธฐ์‹์œผ๋กœ ์ž‘๋™ํ•˜์ง€๋งŒ, ์‹ค์‹œ๊ฐ„ ํŠธ๋ฆฌ๊ฑฐ ์›นํ›…์€ ์•„์ง Direct ๋ชจ๋“œ์—์„œ ๋ผ์šฐํŒ…๋˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค(ํ›„์† ์ด์Šˆ).', + 'settings.composio.modeManaged': '๊ด€๋ฆฌํ˜•(OpenHuman์ด ๋Œ€์‹  ์ฒ˜๋ฆฌ)', + 'settings.composio.modeManagedDesc': + 'OpenHuman์ด ๋ฐฑ์—”๋“œ๋ฅผ ํ†ตํ•ด ๋„๊ตฌ ํ˜ธ์ถœ์„ ํ”„๋ก์‹œํ•ฉ๋‹ˆ๋‹ค(๊ถŒ์žฅ). ์ธ์ฆ์€ ์ค‘๊ฐœ๋˜๋ฉฐ, Composio API ํ‚ค๋ฅผ ๋ถ™์—ฌ๋„ฃ์„ ํ•„์š”๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค. ์›นํ›…์€ ์™„์ „ํžˆ ๋ผ์šฐํŒ…๋ฉ๋‹ˆ๋‹ค.', + 'settings.composio.routingMode': '๋ผ์šฐํŒ… ๋ชจ๋“œ', + 'settings.composio.saveErrorNoKey': + '์ €์žฅ์— ์‹คํŒจํ–ˆ์Šต๋‹ˆ๋‹ค. Direct ๋ชจ๋“œ์—๋Š” ๋น„์–ด ์žˆ์ง€ ์•Š์€ API ํ‚ค๊ฐ€ ํ•„์š”ํ•ฉ๋‹ˆ๋‹ค.', + 'settings.composio.saving': '์ €์žฅ ์ค‘โ€ฆ', + 'settings.composio.switching': '์ „ํ™˜ ์ค‘โ€ฆ', + 'settings.cron.jobs.desc': '์ฝ”์–ด์—์„œ ์‹คํ–‰ ์ค‘์ธ ์˜ˆ์•ฝ ์ž‘์—…์„ ๋ณด๊ณ  ๊ด€๋ฆฌํ•ฉ๋‹ˆ๋‹ค.', + 'settings.cron.jobs.empty': '์ฝ”์–ด cron ์ž‘์—…์„ ์ฐพ์„ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค.', + 'settings.cron.jobs.lastStatus': '๋งˆ์ง€๋ง‰ ์ƒํƒœ', + 'settings.cron.jobs.loading': 'cron ์ž‘์—… ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘...', + 'settings.cron.jobs.loadingRuns': '์‹คํ–‰ ๊ธฐ๋ก ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘โ€ฆ', + 'settings.cron.jobs.nextRun': '๋‹ค์Œ ์‹คํ–‰', + 'settings.cron.jobs.pause': '์ผ์‹œ ์ค‘์ง€', + 'settings.cron.jobs.paused': '์ผ์‹œ ์ค‘์ง€๋จ', + 'settings.cron.jobs.recentRuns': '์ตœ๊ทผ ์‹คํ–‰', + 'settings.cron.jobs.removing': '์ œ๊ฑฐ ์ค‘โ€ฆ', + 'settings.cron.jobs.resume': '์žฌ๊ฐœ', + 'settings.cron.jobs.runningNow': '์ง€๊ธˆ ์‹คํ–‰ ์ค‘โ€ฆ', + 'settings.cron.jobs.saving': '์ €์žฅ ์ค‘โ€ฆ', + 'settings.cron.jobs.schedule': '์ผ์ •', + 'settings.cron.jobs.title': '์ฝ”์–ด Cron ์ž‘์—…', + 'settings.cron.jobs.viewRuns': '์‹คํ–‰ ๊ธฐ๋ก ๋ณด๊ธฐ', + 'settings.localModel.deviceCapability.active': 'ํ™œ์„ฑ', + 'settings.localModel.deviceCapability.appliedTier': '์ ์šฉ๋œ ํ‹ฐ์–ด', + 'settings.localModel.deviceCapability.applying': '์ ์šฉ ์ค‘', + 'settings.localModel.deviceCapability.cores': '{count}', + 'settings.localModel.deviceCapability.couldNotLoadPresets': 'ํ”„๋ฆฌ์…‹์„ ๋ถˆ๋Ÿฌ์˜ฌ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค', + 'settings.localModel.deviceCapability.cpu': 'CPU', + 'settings.localModel.deviceCapability.customModelIds': '์‚ฌ์šฉ์ž ์ง€์ • ๋ชจ๋ธ ID', + 'settings.localModel.deviceCapability.detected': '๊ฐ์ง€๋จ', + 'settings.localModel.deviceCapability.disabled': '๋น„ํ™œ์„ฑํ™”๋จ', + 'settings.localModel.deviceCapability.disabledDesc': + '๋กœ์ปฌ AI๊ฐ€ ๊บผ์ ธ ์žˆ์Šต๋‹ˆ๋‹ค. ๋ชจ๋“  ์ถ”๋ก ์€ ํด๋ผ์šฐ๋“œ๋ฅผ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค.', + 'settings.localModel.deviceCapability.downloadingModels': '(๋ชจ๋ธ ๋‹ค์šด๋กœ๋“œ ์ค‘)', + 'settings.localModel.deviceCapability.downloadingSetupDesc': + 'OllamaSetup ์„ค์น˜ ํ”„๋กœ๊ทธ๋žจ(~2GB)์„ ๋‹ค์šด๋กœ๋“œํ•˜๊ณ  ์••์ถ•์„ ํ‘ธ๋Š” ์ค‘์ž…๋‹ˆ๋‹ค. ์ฒซ ์„ค์น˜ ์‹œ ์‹œ๊ฐ„์ด ๊ฑธ๋ฆด ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.', + 'settings.localModel.deviceCapability.failedToApplyPreset': 'ํ”„๋ฆฌ์…‹ ์ ์šฉ ์‹คํŒจ', + 'settings.localModel.deviceCapability.gpu': 'GPU', + 'settings.localModel.deviceCapability.installFailed': 'Ollama ์„ค์น˜ ์‹คํŒจ', + 'settings.localModel.deviceCapability.installFailedDesc': + 'Ollama๋ฅผ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ๊ธฐ ์ „์— ์„ค์น˜ ํ”„๋กœ๊ทธ๋žจ์ด ์ข…๋ฃŒ๋˜์—ˆ์Šต๋‹ˆ๋‹ค. ๋‹ค์‹œ ์‹œ๋„ํ•˜๋ ค๋ฉด ์žฌ์‹œ๋„๋ฅผ ํด๋ฆญํ•˜๊ฑฐ๋‚˜ ollama.com์—์„œ ์ˆ˜๋™์œผ๋กœ ์„ค์น˜ํ•˜์„ธ์š”.', + 'settings.localModel.deviceCapability.installFirst': '๋จผ์ € Ollama๋ฅผ ์‹คํ–‰ํ•˜์„ธ์š”.', + 'settings.localModel.deviceCapability.installFirstDesc': + '๋กœ์ปฌ ํ‹ฐ์–ด๋Š” ์™ธ๋ถ€์—์„œ ๊ด€๋ฆฌ๋˜๋Š” Ollama ์—”๋“œํฌ์ธํŠธ์— ์˜์กดํ•ฉ๋‹ˆ๋‹ค. ์ง์ ‘ ์‹œ์ž‘ํ•˜๊ณ  ์›ํ•˜๋Š” ๋ชจ๋ธ์„ ๊ฐ€์ ธ์˜จ ๋’ค, ๋Ÿฐํƒ€์ž„์— ์—ฐ๊ฒฐํ•  ์ˆ˜ ์žˆ์„ ๋•Œ๊นŒ์ง€ "๋น„ํ™œ์„ฑํ™”๋จ(ํด๋ผ์šฐ๋“œ ๋Œ€์ฒด)"์„ ๊ณ„์† ์‚ฌ์šฉํ•˜์„ธ์š”.', + 'settings.localModel.deviceCapability.installOllamaFirst': + '์ด ํ‹ฐ์–ด๋ฅผ ์‚ฌ์šฉํ•˜๋ ค๋ฉด ๋จผ์ € Ollama๋ฅผ ์‹คํ–‰ํ•˜์„ธ์š”', + 'settings.localModel.deviceCapability.installingOllama': 'Ollama ์„ค์น˜ ์ค‘', + 'settings.localModel.deviceCapability.loadingDeviceInfo': '๊ธฐ๊ธฐ ์ •๋ณด ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘', + 'settings.localModel.deviceCapability.localAiDisabled': + '๋กœ์ปฌ AI ๋น„ํ™œ์„ฑํ™”๋จ โ€” ํด๋ผ์šฐ๋“œ ๋Œ€์ฒด ์‚ฌ์šฉ ์ค‘.', + 'settings.localModel.deviceCapability.modelTier': '๋ชจ๋ธ ํ‹ฐ์–ด', + 'settings.localModel.deviceCapability.needsOllama': 'Ollama ํ•„์š”', + 'settings.localModel.deviceCapability.notDetected': '๊ฐ์ง€๋˜์ง€ ์•Š์Œ', + 'settings.localModel.deviceCapability.ram': 'RAM', + 'settings.localModel.deviceCapability.recommended': '๊ถŒ์žฅ', + 'settings.localModel.deviceCapability.retryInstall': '๋‹ค์‹œ ์‹œ๋„ ์ค‘โ€ฆ', + 'settings.localModel.deviceCapability.retrying': '๋‹ค์‹œ ์‹œ๋„ ์ค‘โ€ฆ', + 'settings.localModel.deviceCapability.starting': '์‹œ์ž‘ ์ค‘โ€ฆ', + 'settings.localModel.download.audioPathPlaceholder': '์˜ค๋””์˜ค ํŒŒ์ผ์˜ ์ ˆ๋Œ€ ๊ฒฝ๋กœ', + 'settings.localModel.download.capabilityAssets': '๊ธฐ๋Šฅ ์ž์‚ฐ', + 'settings.localModel.download.downloading': '๋‹ค์šด๋กœ๋“œ ์ค‘...', + 'settings.localModel.download.embeddingPlaceholder': '์ค„๋งˆ๋‹ค ํ•˜๋‚˜์˜ ์ž…๋ ฅ ๋ฌธ์ž์—ด...', + 'settings.localModel.download.noThinkMode': '์ƒ๊ฐ ์—†์Œ ๋ชจ๋“œ', + 'settings.localModel.download.promptPlaceholder': + '์•„๋ฌด ํ”„๋กฌํ”„ํŠธ๋‚˜ ์ž…๋ ฅํ•˜๊ณ  ๋กœ์ปฌ ๋ชจ๋ธ์—์„œ ์‹คํ–‰ํ•˜์„ธ์š”...', + 'settings.localModel.download.quantizationPref': '์–‘์žํ™” ๊ธฐ๋ณธ ์„ค์ •', + 'settings.localModel.download.runEmbeddingTest': '์ž„๋ฒ ๋”ฉ ํ…Œ์ŠคํŠธ ์‹คํ–‰', + 'settings.localModel.download.runPromptTest': 'ํ”„๋กฌํ”„ํŠธ ํ…Œ์ŠคํŠธ ์‹คํ–‰', + 'settings.localModel.download.runSummaryTest': '์š”์•ฝ ํ…Œ์ŠคํŠธ ์‹คํ–‰', + 'settings.localModel.download.runTranscriptionTest': '์ „์‚ฌ ํ…Œ์ŠคํŠธ ์‹คํ–‰', + 'settings.localModel.download.runTtsTest': 'TTS ํ…Œ์ŠคํŠธ ์‹คํ–‰', + 'settings.localModel.download.runVisionTest': '๋น„์ „ ํ…Œ์ŠคํŠธ ์‹คํ–‰', + 'settings.localModel.download.running': '์‹คํ–‰ ์ค‘...', + 'settings.localModel.download.runningPrompt': 'ํ”„๋กฌํ”„ํŠธ ์‹คํ–‰ ์ค‘', + 'settings.localModel.download.summarizePlaceholder': + '๋กœ์ปฌ ๋ชจ๋ธ๋กœ ์š”์•ฝํ•  ํ…์ŠคํŠธ๋ฅผ ๋ถ™์—ฌ๋„ฃ์œผ์„ธ์š”...', + 'settings.localModel.download.testCustomPrompt': '์‚ฌ์šฉ์ž ์ง€์ • ํ”„๋กฌํ”„ํŠธ ํ…Œ์ŠคํŠธ', + 'settings.localModel.download.testEmbeddings': '์ž„๋ฒ ๋”ฉ ํ…Œ์ŠคํŠธ', + 'settings.localModel.download.testSummarization': '์š”์•ฝ ํ…Œ์ŠคํŠธ', + 'settings.localModel.download.testVisionPrompt': '๋น„์ „ ํ”„๋กฌํ”„ํŠธ ํ…Œ์ŠคํŠธ', + 'settings.localModel.download.testVoiceInput': '์Œ์„ฑ ์ž…๋ ฅ ํ…Œ์ŠคํŠธ(STT)', + 'settings.localModel.download.testVoiceOutput': '์Œ์„ฑ ์ถœ๋ ฅ ํ…Œ์ŠคํŠธ(TTS)', + 'settings.localModel.download.ttsOutputPlaceholder': '์„ ํƒ์  ์ถœ๋ ฅ WAV ๊ฒฝ๋กœ', + 'settings.localModel.download.ttsPlaceholder': 'ํ•ฉ์„ฑํ•  ํ…์ŠคํŠธ ์ž…๋ ฅ...', + 'settings.localModel.download.visionImagePlaceholder': + '์ค„๋งˆ๋‹ค ํ•˜๋‚˜์˜ ์ด๋ฏธ์ง€ ์ฐธ์กฐ(data URI, URL ๋˜๋Š” ๋กœ์ปฌ ๊ฒฝ๋กœ ํ‘œ์‹œ)', + 'settings.localModel.download.visionPromptPlaceholder': '๋น„์ „ ๋ชจ๋ธ์šฉ ํ”„๋กฌํ”„ํŠธ ์ž…๋ ฅ...', + 'settings.localModel.status.allChecksPassed': '๋ชจ๋“  ํ™•์ธ ํ†ต๊ณผ', + 'settings.localModel.status.artifact': '์•„ํ‹ฐํŒฉํŠธ', + 'settings.localModel.status.backend': '๋ฐฑ์—”๋“œ', + 'settings.localModel.status.binary': '๋ฐ”์ด๋„ˆ๋ฆฌ', + 'settings.localModel.status.bootstrapResume': '๋ถ€ํŠธ์ŠคํŠธ๋žฉ / ์žฌ๊ฐœ', + 'settings.localModel.status.checking': 'ํ™•์ธ ์ค‘...', + 'settings.localModel.status.checkingOllama': 'Ollama ํ™•์ธ ์ค‘', + 'settings.localModel.status.customLocation': '์‚ฌ์šฉ์ž ์ง€์ • ์œ„์น˜', + 'settings.localModel.status.customLocationDesc': '์‚ฌ์šฉ์ž ์ง€์ • Ollama ๋ฐ”์ด๋„ˆ๋ฆฌ ์œ„์น˜๋ฅผ ์ง€์ •ํ•ฉ๋‹ˆ๋‹ค.', + 'settings.localModel.status.diagnosticsHint': + '"์ง„๋‹จ ์‹คํ–‰"์„ ํด๋ฆญํ•˜์—ฌ Ollama๊ฐ€ ์‹คํ–‰ ์ค‘์ด๊ณ  ๋ชจ๋ธ์ด ์„ค์น˜๋˜์–ด ์žˆ๋Š”์ง€ ํ™•์ธํ•˜์„ธ์š”.', + 'settings.localModel.status.downloadingUnknown': '๋‹ค์šด๋กœ๋“œ ์ค‘(ํฌ๊ธฐ ์•Œ ์ˆ˜ ์—†์Œ)', + 'settings.localModel.status.eta': '์˜ˆ์ƒ ์‹œ๊ฐ„', + 'settings.localModel.status.expectedModels': '์˜ˆ์ƒ ๋ชจ๋ธ', + 'settings.localModel.status.forceRebootstrap': '๊ฐ•์ œ ์žฌ๋ถ€ํŠธ์ŠคํŠธ๋žฉ', + 'settings.localModel.status.generationTps': '์ƒ์„ฑ TPS', + 'settings.localModel.status.hideErrorDetails': '์˜ค๋ฅ˜ ์„ธ๋ถ€ ์ •๋ณด ์ˆจ๊ธฐ๊ธฐ', + 'settings.localModel.status.installManually': '์ˆ˜๋™ ์„ค์น˜', + 'settings.localModel.status.installManuallyFrom': '๋‹ค์Œ์—์„œ ์ˆ˜๋™ ์„ค์น˜', + 'settings.localModel.status.installOllama': 'Ollama ์„ค์น˜', + 'settings.localModel.status.installedModels': '์„ค์น˜๋œ ๋ชจ๋ธ', + 'settings.localModel.status.installing': '์„ค์น˜ ์ค‘...', + 'settings.localModel.status.installingOllama': 'Ollama ๋Ÿฐํƒ€์ž„ ์„ค์น˜ ์ค‘...', + 'settings.localModel.status.issues': '๋ฌธ์ œ', + 'settings.localModel.status.issuesFound': '๋ฌธ์ œ {count}๊ฐœ ๋ฐœ๊ฒฌ', + 'settings.localModel.status.lastLatency': '๋งˆ์ง€๋ง‰ ์ง€์—ฐ ์‹œ๊ฐ„', + 'settings.localModel.status.model': '๋ชจ๋ธ', + 'settings.localModel.status.notFound': '์ฐพ์„ ์ˆ˜ ์—†์Œ', + 'settings.localModel.status.notRunning': '์‹คํ–‰ ์ค‘์ด ์•„๋‹˜', + 'settings.localModel.status.ollamaBinaryPath': 'Ollama ๋ฐ”์ด๋„ˆ๋ฆฌ ๊ฒฝ๋กœ', + 'settings.localModel.status.ollamaDiagnostics': 'Ollama ์ง„๋‹จ', + 'settings.localModel.status.ollamaNotInstalled': 'Ollama ๋Ÿฐํƒ€์ž„์„ ์‚ฌ์šฉํ•  ์ˆ˜ ์—†์Œ', + 'settings.localModel.status.ollamaNotInstalledDesc': + 'OpenHuman์€ ์ด์ œ Ollama๋ฅผ ์™ธ๋ถ€ ์ถ”๋ก  ๋Ÿฐํƒ€์ž„์œผ๋กœ ์ทจ๊ธ‰ํ•ฉ๋‹ˆ๋‹ค. ์ง์ ‘ Ollama ์„œ๋ฒ„๋ฅผ ์‹œ์ž‘ํ•˜๊ณ  ์›ํ•˜๋Š” ๋ชจ๋ธ์„ ๊ฐ€์ ธ์˜จ ๋’ค ์ž‘์—… ๋ผ์šฐํŒ…์„ ํ•ด๋‹น ์„œ๋ฒ„๋กœ ์ง€์ •ํ•˜์„ธ์š”.', + 'settings.localModel.status.progress': '์ง„ํ–‰๋ฅ ', + 'settings.localModel.status.provider': '์ œ๊ณต์—…์ฒด', + 'settings.localModel.status.retryBootstrap': '๋ถ€ํŠธ์ŠคํŠธ๋žฉ ๋‹ค์‹œ ์‹œ๋„', + 'settings.localModel.status.runDiagnostics': '์ง„๋‹จ ์‹คํ–‰', + 'settings.localModel.status.running': '์‹คํ–‰ ์ค‘', + 'settings.localModel.status.runningExternalProcess': '์™ธ๋ถ€ ํ”„๋กœ์„ธ์Šค๋กœ ์‹คํ–‰ ์ค‘', + 'settings.localModel.status.runtimeStatus': '๋Ÿฐํƒ€์ž„ ์ƒํƒœ', + 'settings.localModel.status.server': '์„œ๋ฒ„', + 'settings.localModel.status.setPath': '๊ฒฝ๋กœ ์„ค์ •', + 'settings.localModel.status.setting': '์„ค์ • ์ค‘...', + 'settings.localModel.status.showErrorDetails': '์˜ค๋ฅ˜ ์„ธ๋ถ€ ์ •๋ณด ํ‘œ์‹œ', + 'settings.localModel.status.showInstallErrorDetails': '์˜ค๋ฅ˜ ์„ธ๋ถ€ ์ •๋ณด ํ‘œ์‹œ', + 'settings.localModel.status.suggestedFixes': '์ œ์•ˆ๋œ ์ˆ˜์ • ์‚ฌํ•ญ', + 'settings.localModel.status.thenSetPath': '๊ทธ๋Ÿฐ ๋‹ค์Œ ๊ฒฝ๋กœ ์„ค์ •', + 'settings.localModel.status.triggering': 'ํŠธ๋ฆฌ๊ฑฐ ์ค‘...', + 'settings.localModel.status.unavailable': '์‚ฌ์šฉํ•  ์ˆ˜ ์—†์Œ', + 'settings.localModel.status.working': '์ž‘์—… ์ค‘...', + 'settings.appearance.title': '์™ธ๊ด€', + 'settings.appearance.themeHeading': 'ํ…Œ๋งˆ', + 'settings.appearance.themeAria': 'ํ…Œ๋งˆ', + 'settings.appearance.modeLight': '๋ผ์ดํŠธ', + 'settings.appearance.modeLightDesc': '๋ฐ์€ ํ‘œ๋ฉด, ์–ด๋‘์šด ํ…์ŠคํŠธ.', + 'settings.appearance.modeDark': '๋‹คํฌ', + 'settings.appearance.modeDarkDesc': '์–ด๋‘์šด ํ‘œ๋ฉด, ํ•ด๊ฐ€ ์ง„ ํ›„ ๋ˆˆ์— ๋” ํŽธ์•ˆํ•ฉ๋‹ˆ๋‹ค.', + 'settings.appearance.modeSystem': '์‹œ์Šคํ…œ๊ณผ ์ผ์น˜', + 'settings.appearance.modeSystemDesc': 'OS ์™ธ๊ด€ ์„ค์ •์„ ๋”ฐ๋ฆ…๋‹ˆ๋‹ค.', + 'settings.appearance.helperText': + '๋‹คํฌ ๋ชจ๋“œ๋Š” ์ „์ฒด ์•ฑ โ€” ์ฑ„ํŒ…, ์„ค์ •, ํŒจ๋„ โ€” ์„ ์–ด๋‘์šด ํŒ”๋ ˆํŠธ๋กœ ์ „ํ™˜ํ•ฉ๋‹ˆ๋‹ค. "์‹œ์Šคํ…œ๊ณผ ์ผ์น˜"๋Š” OS ์™ธ๊ด€์„ ๋”ฐ๋ฅด๋ฉฐ ์‹ค์‹œ๊ฐ„์œผ๋กœ ์—…๋ฐ์ดํŠธ๋ฉ๋‹ˆ๋‹ค.', + 'settings.mascot.active': 'ํ™œ์„ฑ', + 'settings.mascot.characterDesc': 'OpenHuman ์บ๋ฆญํ„ฐ๋ฅผ ์„ ํƒํ•˜์„ธ์š”.', + 'settings.mascot.characterHeading': '์บ๋ฆญํ„ฐ', + 'settings.mascot.characterPreview': '๋ฏธ๋ฆฌ๋ณด๊ธฐ', + 'settings.mascot.characterStates': '์ƒํƒœ', + 'settings.mascot.characterVisemes': '์ž… ๋ชจ์–‘', + 'settings.mascot.colorAria': 'OpenHuman ์ƒ‰์ƒ', + 'settings.mascot.colorDesc': '์บ๋ฆญํ„ฐ์˜ ์ƒ‰์ƒ ํ…Œ๋งˆ๋ฅผ ์„ ํƒํ•˜์„ธ์š”.', + 'settings.mascot.colorHeading': '์ƒ‰์ƒ', + 'settings.mascot.colorBlack': '๊ฒ€์ •', + 'settings.mascot.colorBurgundy': '๋ฒ„๊ฑด๋””', + 'settings.mascot.colorGreen': '์ดˆ๋ก', + 'settings.mascot.colorNavy': '๋„ค์ด๋น„', + 'settings.mascot.colorYellow': '๋…ธ๋ž‘', + 'settings.mascot.libraryUnavailable': 'OpenHuman ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ๋ฅผ ์‚ฌ์šฉํ•  ์ˆ˜ ์—†์Œ', + 'settings.mascot.title': 'OpenHuman', + 'settings.mascot.loadingLibrary': 'OpenHuman ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘โ€ฆ', + 'settings.mascot.localDefault': '๋กœ์ปฌ OpenHuman(๊ธฐ๋ณธ๊ฐ’)', + 'settings.mascot.noCharacters': '์•„์ง ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ๋Š” OpenHuman ์บ๋ฆญํ„ฐ๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค', + 'settings.mascot.noColorVariants': '์ƒ‰์ƒ ๋ณ€ํ˜• ์—†์Œ', + 'settings.mascot.voice.current': 'ํ˜„์žฌ', + 'settings.mascot.voice.customDesc': + 'api.elevenlabs.io/v1/voices ๋˜๋Š” ElevenLabs ๋Œ€์‹œ๋ณด๋“œ์—์„œ ์Œ์„ฑ ID๋ฅผ ์ฐพ์œผ์„ธ์š”. ID๋งŒ ์ €์žฅ๋˜๋ฉฐ API ํ‚ค๋Š” ๋ฐฑ์—”๋“œ์— ์œ ์ง€๋ฉ๋‹ˆ๋‹ค.', + 'settings.mascot.voice.customHeading': '์‚ฌ์šฉ์ž ์ง€์ • ์Œ์„ฑ ID', + 'settings.mascot.voice.customOption': '๊ธฐํƒ€(์Œ์„ฑ ID ๋ถ™์—ฌ๋„ฃ๊ธฐ)โ€ฆ', + 'settings.mascot.voice.desc': + '๋งˆ์Šค์ฝ”ํŠธ๊ฐ€ ์Œ์„ฑ ์‘๋‹ต์— ์‚ฌ์šฉํ•  ElevenLabs ์Œ์„ฑ์„ ์„ ํƒํ•˜์„ธ์š”. ์„ฑ๋ณ„๋กœ ํ•„ํ„ฐ๋งํ•˜๊ณ , ์„ ๋ณ„๋œ ๋ชฉ๋ก์—์„œ ์„ ํƒํ•˜๊ฑฐ๋‚˜, ์‚ฌ์šฉ์ž ์ง€์ • ID๋ฅผ ๋ถ™์—ฌ๋„ฃ๊ฑฐ๋‚˜, ์•ฑ์ด ์ธํ„ฐํŽ˜์ด์Šค ์–ธ์–ด์— ๋งž๋Š” ์Œ์„ฑ์„ ์„ ํƒํ•˜๋„๋ก ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.', + 'settings.mascot.voice.genderFemale': '์—ฌ์„ฑ', + 'settings.mascot.voice.genderHeading': '์Œ์„ฑ ์„ฑ๋ณ„', + 'settings.mascot.voice.genderMale': '๋‚จ์„ฑ', + 'settings.mascot.voice.heading': '์Œ์„ฑ', + 'settings.mascot.voice.preset': '์Œ์„ฑ ํ”„๋ฆฌ์…‹', + 'settings.mascot.voice.presetHeading': '์Œ์„ฑ ํ”„๋ฆฌ์…‹', + 'settings.mascot.voice.preview': '์Œ์„ฑ ๋ฏธ๋ฆฌ๋“ฃ๊ธฐ', + 'settings.mascot.voice.previewError': '์Œ์„ฑ ๋ฏธ๋ฆฌ๋“ฃ๊ธฐ ์‹คํŒจ', + 'settings.mascot.voice.previewing': '๋ฏธ๋ฆฌ๋“ฃ๋Š” ์ค‘โ€ฆ', + 'settings.mascot.voice.reset': '๊ธฐ๋ณธ๊ฐ’์œผ๋กœ ์ดˆ๊ธฐํ™”', + 'settings.mascot.voice.useLocaleDefault': '์•ฑ ์–ธ์–ด์™€ ์ผ์น˜', + 'settings.mascot.voice.useLocaleDefaultDesc': + 'ํ˜„์žฌ ์ธํ„ฐํŽ˜์ด์Šค ์–ธ์–ด์— ๋งž๋Š” ์Œ์„ฑ์„ ์ž๋™์œผ๋กœ ์„ ํƒํ•ฉ๋‹ˆ๋‹ค.', + 'settings.memoryWindow.balanced.badge': '์ถ”์ฒœ', + 'settings.memoryWindow.balanced.hint': + 'ํ•ฉ๋ฆฌ์ ์ธ ๊ธฐ๋ณธ๊ฐ’ โ€” ๋งค๋ฒˆ ์ถ”๊ฐ€ ํ† ํฐ์„ ๋งŽ์ด ์“ฐ์ง€ ์•Š์œผ๋ฉด์„œ ์ข‹์€ ์—ฐ์†์„ฑ์„ ์ œ๊ณตํ•ฉ๋‹ˆ๋‹ค.', + 'settings.memoryWindow.balanced.label': '๊ท ํ˜•', + 'settings.memoryWindow.description': + 'OpenHuman์ด ์ƒˆ ์—์ด์ „ํŠธ ์‹คํ–‰๋งˆ๋‹ค ์ฃผ์ž…ํ•˜๋Š” ๊ธฐ์–ต๋œ ์ปจํ…์ŠคํŠธ์˜ ์–‘์ž…๋‹ˆ๋‹ค. ์ฐฝ์ด ํด์ˆ˜๋ก ๊ณผ๊ฑฐ ๋Œ€ํ™”๋ฅผ ๋” ์ž˜ ์ธ์‹ํ•˜์ง€๋งŒ, ๋งค ์‹คํ–‰๋งˆ๋‹ค ๋” ๋งŽ์€ ํ† ํฐ์„ ์‚ฌ์šฉํ•˜๊ณ  ๋น„์šฉ๋„ ๋” ๋“ญ๋‹ˆ๋‹ค.', + 'settings.memoryWindow.extended.badge': '๋” ๋งŽ์€ ์ปจํ…์ŠคํŠธ', + 'settings.memoryWindow.extended.hint': + '๊ฐ ์‹คํ–‰์— ๋” ๋งŽ์€ ์žฅ๊ธฐ ๋ฉ”๋ชจ๋ฆฌ๋ฅผ ์ฃผ์ž…ํ•ฉ๋‹ˆ๋‹ค. ํ„ด๋‹น ํ† ํฐ ๋น„์šฉ์ด ๋” ๋†’์Šต๋‹ˆ๋‹ค.', + 'settings.memoryWindow.extended.label': 'ํ™•์žฅ', + 'settings.memoryWindow.maximum.badge': '๊ฐ€์žฅ ๋†’์€ ๋น„์šฉ', + 'settings.memoryWindow.maximum.hint': + '๊ฐ€์žฅ ํฐ ์•ˆ์ „ ์ฐฝ์ž…๋‹ˆ๋‹ค. ์ตœ๊ณ ์˜ ์—ฐ์†์„ฑ์„ ์ œ๊ณตํ•˜์ง€๋งŒ ๋งค ์‹คํ–‰๋งˆ๋‹ค ํ† ํฐ ๋น„์šฉ์ด ์˜๋ฏธ ์žˆ๊ฒŒ ์ฆ๊ฐ€ํ•ฉ๋‹ˆ๋‹ค.', + 'settings.memoryWindow.maximum.label': '์ตœ๋Œ€', + 'settings.memoryWindow.minimal.badge': '๊ฐ€์žฅ ์ €๋ ดํ•จ', + 'settings.memoryWindow.minimal.hint': + '๊ฐ€์žฅ ์ž‘์€ ๋ฉ”๋ชจ๋ฆฌ ์ฐฝ์ž…๋‹ˆ๋‹ค. ๊ฐ€์žฅ ์ €๋ ดํ•˜๊ณ  ๋น ๋ฅด์ง€๋งŒ ์‹คํ–‰ ๊ฐ„ ์—ฐ์†์„ฑ์ด ๊ฐ€์žฅ ๋‚ฎ์Šต๋‹ˆ๋‹ค.', + 'settings.memoryWindow.minimal.label': '์ตœ์†Œ', + 'settings.memoryWindow.title': '์žฅ๊ธฐ ๋ฉ”๋ชจ๋ฆฌ ์ฐฝ', + 'settings.screenIntel.permissions.accessibility': '์ ‘๊ทผ์„ฑ', + 'settings.screenIntel.permissions.grantHint': + '์‹œ์Šคํ…œ ์„ค์ •์—์„œ ์ด ๊ถŒํ•œ์„ ํ—ˆ์šฉํ•œ ๋‹ค์Œ ์ฝ”์–ด๋ฅผ ๋‹ค์‹œ ์‹œ์ž‘ํ•˜์„ธ์š”.', + 'settings.screenIntel.permissions.inputMonitoring': '์ž…๋ ฅ ๋ชจ๋‹ˆํ„ฐ๋ง', + 'settings.screenIntel.permissions.macosAppliesPrivacy': + 'macOS์—์„œ๋Š” ์‹œ์Šคํ…œ ์„ค์ • โ†’ ๊ฐœ์ธ์ •๋ณด ๋ณดํ˜ธ ๋ฐ ๋ณด์•ˆ์—์„œ ์ด๋ฅผ ์ œ์–ดํ•ฉ๋‹ˆ๋‹ค.', + 'settings.screenIntel.permissions.openInputMonitoring': '์ž…๋ ฅ ๋ชจ๋‹ˆํ„ฐ๋ง ์—ด๊ธฐ', + 'settings.screenIntel.permissions.refreshStatus': '์ƒˆ๋กœ๊ณ ์นจ ์ค‘โ€ฆ', + 'settings.screenIntel.permissions.refreshing': '์ƒˆ๋กœ๊ณ ์นจ ์ค‘โ€ฆ', + 'settings.screenIntel.permissions.requestAccessibility': '์ ‘๊ทผ์„ฑ ์š”์ฒญ', + 'settings.screenIntel.permissions.requestScreenRecording': 'ํ™”๋ฉด ๋…นํ™” ์š”์ฒญ', + 'settings.screenIntel.permissions.requesting': '์š”์ฒญ ์ค‘โ€ฆ', + 'settings.screenIntel.permissions.restartRefresh': '์ฝ”์–ด ๋‹ค์‹œ ์‹œ์ž‘ ์ค‘โ€ฆ', + 'settings.screenIntel.permissions.restartingCore': '์ฝ”์–ด ๋‹ค์‹œ ์‹œ์ž‘ ์ค‘โ€ฆ', + 'settings.screenIntel.permissions.screenRecording': 'ํ™”๋ฉด ๋…นํ™”', + 'settings.screenIntel.permissions.title': '๊ถŒํ•œ', + 'skills.card.moreActions': '์ถ”๊ฐ€ ์ž‘์—…', + 'skills.create.allowedTools': 'ํ—ˆ์šฉ๋œ ๋„๊ตฌ', + 'skills.create.author': '์ž‘์„ฑ์ž', + 'skills.create.authorPlaceholder': '์ด๋ฆ„', + 'skills.create.commaSeparated': '(์‰ผํ‘œ๋กœ ๊ตฌ๋ถ„)', + 'skills.create.createBtn': '์Šคํ‚ฌ ์ƒ์„ฑ', + 'skills.create.createError': '์Šคํ‚ฌ์„ ์ƒ์„ฑํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค', + 'skills.create.creating': '์ƒ์„ฑ ์ค‘โ€ฆ', + 'skills.create.description': '์„ค๋ช…', + 'skills.create.descriptionPlaceholder': '์ด ์Šคํ‚ฌ์€ ๋ฌด์—‡์„ ํ•˜๋‚˜์š”?', + 'skills.create.license': '๋ผ์ด์„ ์Šค', + 'skills.create.name': '์ด๋ฆ„', + 'skills.create.namePlaceholder': '์˜ˆ: Trade Journal', + 'skills.create.scope': '๋ฒ”์œ„', + 'skills.create.scopeProjectHint': '/.openhuman/skills/', + 'skills.create.scopeUserHint': + '~/.openhuman/skills//SKILL.md์— ์ž‘์„ฑ๋จ โ€” ๋ชจ๋“  ์›Œํฌ์ŠคํŽ˜์ด์Šค์—์„œ ์‚ฌ์šฉ ๊ฐ€๋Šฅ.', + 'skills.create.slugLabel': '์Šฌ๋Ÿฌ๊ทธ', + 'skills.create.subtitle': 'SKILL.md', + 'skills.create.tags': 'ํƒœ๊ทธ', + 'skills.create.title': '์ƒˆ ์Šคํ‚ฌ', + 'skills.detail.allowedTools': 'ํ—ˆ์šฉ๋œ ๋„๊ตฌ', + 'skills.detail.author': '์ž‘์„ฑ์ž', + 'skills.detail.bundledResources': '๋ฒˆ๋“ค ๋ฆฌ์†Œ์Šค', + 'skills.detail.closeAriaLabel': '์Šคํ‚ฌ ์„ธ๋ถ€ ์ •๋ณด ๋‹ซ๊ธฐ', + 'skills.detail.location': '์œ„์น˜', + 'skills.detail.noBundledResources': '๋ฒˆ๋“ค ๋ฆฌ์†Œ์Šค๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค.', + 'skills.detail.tags': 'ํƒœ๊ทธ', + 'skills.detail.warnings': '๊ฒฝ๊ณ ', + 'skills.install.fetchLog': '๋กœ๊ทธ ๊ฐ€์ ธ์˜ค๊ธฐ', + 'skills.install.installBtn': '์„ค์น˜ ์ค‘โ€ฆ', + 'skills.install.installComplete': '์„ค์น˜ ์™„๋ฃŒ', + 'skills.install.installing': '์„ค์น˜ ์ค‘โ€ฆ', + 'skills.install.parseWarnings': 'ํŒŒ์‹ฑ ๊ฒฝ๊ณ ', + 'skills.install.rawError': '์›์‹œ ์˜ค๋ฅ˜', + 'skills.install.timeoutHint': '(์ดˆ, ์„ ํƒ ์‚ฌํ•ญ)', + 'skills.install.timeoutLabel': '์‹œ๊ฐ„ ์ดˆ๊ณผ', + 'skills.install.title': 'URL์—์„œ ์Šคํ‚ฌ ์„ค์น˜', + 'skills.install.urlLabel': '์Šคํ‚ฌ URL', + 'skills.meetingBots.bannerDesc': + 'OpenHuman์ด ํ†ตํ™”์— ์กฐ์šฉํžˆ ์ฐธ์—ฌํ•˜์—ฌ ๋ฉ”๋ชจ์™€ ํ›„์† ์กฐ์น˜๋ฅผ ์ž๋™์œผ๋กœ ์ฒ˜๋ฆฌํ•ฉ๋‹ˆ๋‹ค.', + 'skills.meetingBots.bannerTitle': '๋‹ค์Œ ํšŒ์˜์— OpenHuman ๋ณด๋‚ด๊ธฐ', + 'skills.meetingBots.busyTitle': 'OpenHuman์ด ๋ฐ”์ฉ๋‹ˆ๋‹ค', + 'skills.meetingBots.comingSoon': '{label} ๊ณง ์ œ๊ณต ์˜ˆ์ •', + 'skills.meetingBots.couldNotStartTitle': 'OpenHuman์„ ์‹œ์ž‘ํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค', + 'skills.meetingBots.displayName': 'ํ‘œ์‹œ ์ด๋ฆ„', + 'skills.meetingBots.failedToStart': 'OpenHuman ์‹œ์ž‘์— ์‹คํŒจํ–ˆ์Šต๋‹ˆ๋‹ค.', + 'skills.meetingBots.joiningMessage': '๋ช‡ ์ดˆ ์•ˆ์— ์ฐธ๊ฐ€์ž๋กœ ํ‘œ์‹œ๋  ๊ฒƒ์ž…๋‹ˆ๋‹ค.', + 'skills.meetingBots.joiningTitle': 'OpenHuman์ด ํšŒ์˜์— ์ฐธ์—ฌํ•˜๋Š” ์ค‘', + 'skills.meetingBots.meetingLink': 'ํšŒ์˜ ๋งํฌ', + 'skills.meetingBots.modalAriaLabel': 'OpenHuman์„ ํšŒ์˜์— ๋ณด๋‚ด๊ธฐ', + 'skills.meetingBots.modalDesc': + 'OpenHuman์ด ์กฐ์šฉํ•œ ์ฐธ๊ฐ€์ž๋กœ ์ฐธ์—ฌํ•˜์—ฌ ๋ฉ”๋ชจ์™€ ํ›„์† ์กฐ์น˜๋ฅผ ๋„์™€์ค๋‹ˆ๋‹ค.', + 'skills.meetingBots.modalTitle': 'OpenHuman์„ ํšŒ์˜์— ๋ณด๋‚ด๊ธฐ', + 'skills.meetingBots.newBadge': '์ƒˆ ํ•ญ๋ชฉ', + 'skills.meetingBots.sendTo': '{label}๋กœ ๋ณด๋‚ด๊ธฐ', + 'skills.meetingBots.starting': '์‹œ์ž‘ ์ค‘โ€ฆ', + 'skills.resource.preview.closeAriaLabel': '๋ฏธ๋ฆฌ๋ณด๊ธฐ ๋‹ซ๊ธฐ', + 'skills.resource.preview.failed': '๋ฏธ๋ฆฌ๋ณด๊ธฐ ์‹คํŒจ', + 'skills.resource.preview.loading': '๋ฏธ๋ฆฌ๋ณด๊ธฐ ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘โ€ฆ', + 'skills.resource.tree.empty': '๋ฒˆ๋“ค ๋ฆฌ์†Œ์Šค๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค.', + 'skills.search.placeholder': '์Šคํ‚ฌ ๊ฒ€์ƒ‰โ€ฆ', + 'skills.setup.autocomplete.acceptKey': '์ˆ˜๋ฝ ํ‚ค', + 'skills.setup.autocomplete.activeDesc': '์ธ๋ผ์ธ ์™„์„ฑ์ด ์‹คํ–‰ ์ค‘์ด๋ฉฐ ์ค€๋น„๋˜์—ˆ์Šต๋‹ˆ๋‹ค.', + 'skills.setup.autocomplete.activeTitle': '์ž๋™ ์™„์„ฑ์ด ํ™œ์„ฑํ™”๋จ', + 'skills.setup.autocomplete.customizeSettings': '์„ค์ • ์‚ฌ์šฉ์ž ์ง€์ •', + 'skills.setup.autocomplete.debounce': '๋””๋ฐ”์šด์Šค', + 'skills.setup.autocomplete.description': '์ž…๋ ฅํ•˜๋Š” ๋™์•ˆ AI ๊ธฐ๋ฐ˜ ์ธ๋ผ์ธ ํ…์ŠคํŠธ ์™„์„ฑ์„ ์ œ๊ณตํ•ฉ๋‹ˆ๋‹ค.', + 'skills.setup.autocomplete.enableBtn': 'ํ™œ์„ฑํ™” ์ค‘...', + 'skills.setup.autocomplete.enableError': '์ž๋™ ์™„์„ฑ์„ ํ™œ์„ฑํ™”ํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค', + 'skills.setup.autocomplete.enabling': 'ํ™œ์„ฑํ™” ์ค‘...', + 'skills.setup.autocomplete.notSupported': '์ง€์›๋˜์ง€ ์•Š์Œ', + 'skills.setup.autocomplete.stepEnable': '์ธ๋ผ์ธ ์™„์„ฑ ํ™œ์„ฑํ™”', + 'skills.setup.autocomplete.stepSuccess': '์‚ฌ์šฉ ์ค€๋น„ ์™„๋ฃŒ', + 'skills.setup.autocomplete.stylePreset': '์Šคํƒ€์ผ ํ”„๋ฆฌ์…‹', + 'skills.setup.autocomplete.stylePresetValue': '๊ท ํ˜•(๋‚˜์ค‘์— ๊ตฌ์„ฑ ๊ฐ€๋Šฅ)', + 'skills.setup.autocomplete.title': 'ํ…์ŠคํŠธ ์ž๋™ ์™„์„ฑ', + 'skills.setup.screenIntel.activeDesc': 'ํ™”๋ฉด ์ธํ…”๋ฆฌ์ „์Šค๊ฐ€ ์‹คํ–‰ ์ค‘์ด๋ฉฐ ํ™œ์„ฑ ์ฐฝ์„ ์ฝ๊ณ  ์žˆ์Šต๋‹ˆ๋‹ค.', + 'skills.setup.screenIntel.activeTitle': 'ํ™”๋ฉด ์ธํ…”๋ฆฌ์ „์Šค๊ฐ€ ํ™œ์„ฑํ™”๋จ', + 'skills.setup.screenIntel.advancedSettings': '๊ณ ๊ธ‰ ์„ค์ •', + 'skills.setup.screenIntel.allGranted': '๋ชจ๋“  ๊ถŒํ•œ ํ—ˆ์šฉ๋จ', + 'skills.setup.screenIntel.captureMode': '์บก์ฒ˜ ๋ชจ๋“œ', + 'skills.setup.screenIntel.captureModeValue': '๋ชจ๋“  ์ฐฝ(๋‚˜์ค‘์— ๊ตฌ์„ฑ ๊ฐ€๋Šฅ)', + 'skills.setup.screenIntel.deniedHint': + '์‹œ์Šคํ…œ ์„ค์ •์—์„œ ๊ถŒํ•œ์„ ํ—ˆ์šฉํ•œ ํ›„ ์•„๋ž˜๋ฅผ ํด๋ฆญํ•˜์—ฌ ๋‹ค์‹œ ์‹œ์ž‘ํ•˜๊ณ  ๋ณ€๊ฒฝ ์‚ฌํ•ญ์„ ์ ์šฉํ•˜์„ธ์š”.', + 'skills.setup.screenIntel.enableBtn': 'ํ™œ์„ฑํ™” ์ค‘...', + 'skills.setup.screenIntel.enableDesc': + 'ํ™”๋ฉด์— ํ‘œ์‹œ๋˜๋Š” ๋‚ด์šฉ์„ ์ฝ๊ณ  ์œ ์šฉํ•œ ์ปจํ…์ŠคํŠธ๋ฅผ ์—์ด์ „ํŠธ์— ์ œ๊ณตํ•ฉ๋‹ˆ๋‹ค.', + 'skills.setup.screenIntel.enableError': 'ํ™”๋ฉด ์ธํ…”๋ฆฌ์ „์Šค๋ฅผ ํ™œ์„ฑํ™”ํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค', + 'skills.setup.screenIntel.enabling': 'ํ™œ์„ฑํ™” ์ค‘...', + 'skills.setup.screenIntel.grant': '์—ฌ๋Š” ์ค‘...', + 'skills.setup.screenIntel.granted': 'ํ—ˆ์šฉ๋จ', + 'skills.setup.screenIntel.macosOnly': 'macOS ์ „์šฉ', + 'skills.setup.screenIntel.opening': '์—ฌ๋Š” ์ค‘...', + 'skills.setup.screenIntel.panicHotkey': 'ํŒจ๋‹‰ ํ•ซํ‚ค', + 'skills.setup.screenIntel.permAccessibility': '์ ‘๊ทผ์„ฑ', + 'skills.setup.screenIntel.permInputMonitoring': '์ž…๋ ฅ ๋ชจ๋‹ˆํ„ฐ๋ง', + 'skills.setup.screenIntel.permScreenRecording': 'ํ™”๋ฉด ๋…นํ™”', + 'skills.setup.screenIntel.permissionsDesc': + 'ํ™”๋ฉด ์ธํ…”๋ฆฌ์ „์Šค์—๋Š” ์ ‘๊ทผ์„ฑ, ์ž…๋ ฅ ๋ชจ๋‹ˆํ„ฐ๋ง ๋ฐ ํ™”๋ฉด ๋…นํ™” ๊ถŒํ•œ์ด ํ•„์š”ํ•ฉ๋‹ˆ๋‹ค.', + 'skills.setup.screenIntel.refreshStatus': '์ƒํƒœ ์ƒˆ๋กœ๊ณ ์นจ', + 'skills.setup.screenIntel.restartRefresh': '๋‹ค์‹œ ์‹œ์ž‘ ์ค‘...', + 'skills.setup.screenIntel.restarting': '๋‹ค์‹œ ์‹œ์ž‘ ์ค‘...', + 'skills.setup.screenIntel.stepEnable': '์Šคํ‚ฌ ํ™œ์„ฑํ™”', + 'skills.setup.screenIntel.stepPermissions': '๊ถŒํ•œ ํ—ˆ์šฉ', + 'skills.setup.screenIntel.stepSuccess': '์‚ฌ์šฉ ์ค€๋น„ ์™„๋ฃŒ', + 'skills.setup.screenIntel.title': 'ํ™”๋ฉด ์ธํ…”๋ฆฌ์ „์Šค', + 'skills.setup.screenIntel.visionModel': '๋น„์ „ ๋ชจ๋ธ', + 'skills.setup.voice.activation': 'ํ™œ์„ฑํ™”', + 'skills.setup.voice.activeDescPrefix': 'Fn', + 'skills.setup.voice.activeDescSuffix': 'Fn', + 'skills.setup.voice.activeTitle': '์Œ์„ฑ ์ธํ…”๋ฆฌ์ „์Šค๊ฐ€ ํ™œ์„ฑํ™”๋จ', + 'skills.setup.voice.customizeSettings': '์„ค์ • ์‚ฌ์šฉ์ž ์ง€์ •', + 'skills.setup.voice.downloadSttBtn': 'STT ๋ชจ๋ธ ๋‹ค์šด๋กœ๋“œ', + 'skills.setup.voice.enableDesc': '๋งˆ์ดํฌ๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ ์†์„ ์“ฐ์ง€ ์•Š๊ณ  ํ…์ŠคํŠธ๋ฅผ ๋ฐ›์•„์“ฐ๊ธฐํ•˜์„ธ์š”.', + 'skills.setup.voice.hotkey': 'ํ•ซํ‚ค', + 'skills.setup.voice.startBtn': '์‹œ์ž‘ ์ค‘...', + 'skills.setup.voice.startError': '์Œ์„ฑ ์„œ๋ฒ„๋ฅผ ์‹œ์ž‘ํ•˜์ง€ ๋ชปํ–ˆ์Šต๋‹ˆ๋‹ค', + 'skills.setup.voice.starting': '์‹œ์ž‘ ์ค‘...', + 'skills.setup.voice.stepEnable': '์Œ์„ฑ ์„œ๋ฒ„ ์‹œ์ž‘', + 'skills.setup.voice.stepSetup': '๋ชจ๋ธ ๋‹ค์šด๋กœ๋“œ ํ•„์š”', + 'skills.setup.voice.stepSuccess': '์‚ฌ์šฉ ์ค€๋น„ ์™„๋ฃŒ', + 'skills.setup.voice.sttNotReady': '์Œ์„ฑ-ํ…์ŠคํŠธ ๋ชจ๋ธ์ด ์ค€๋น„๋˜์ง€ ์•Š์Œ', + 'skills.setup.voice.sttNotReadyDesc': + '์Œ์„ฑ ์ธํ…”๋ฆฌ์ „์Šค์—๋Š” ์ „์‚ฌ์šฉ ๋กœ์ปฌ Whisper ๋ชจ๋ธ์ด ํ•„์š”ํ•ฉ๋‹ˆ๋‹ค. ๋กœ์ปฌ ๋ชจ๋ธ ์„ค์ •์—์„œ ๋‹ค์šด๋กœ๋“œํ•˜์„ธ์š”.', + 'skills.setup.voice.sttReady': '์Œ์„ฑ-ํ…์ŠคํŠธ ๋ชจ๋ธ ์ค€๋น„๋จ', + 'skills.setup.voice.sttReturnHint': '์Œ์„ฑ-ํ…์ŠคํŠธ ๋ชจ๋ธ์„ ๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘์ž…๋‹ˆ๋‹ค. ์ž ์‹œ ํ›„ ๋‹ค์‹œ ์˜ค์„ธ์š”.', + 'skills.setup.voice.title': '์Œ์„ฑ ์ธํ…”๋ฆฌ์ „์Šค', + 'skills.uninstall.couldNotUninstall': '์ œ๊ฑฐํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค', + 'skills.uninstall.description': + '์ด ์ž‘์—…์€ ์Šคํ‚ฌ ๋””๋ ‰ํ„ฐ๋ฆฌ์™€ ๋ชจ๋“  ๋ฒˆ๋“ค ๋ฆฌ์†Œ์Šค๋ฅผ ์˜๊ตฌ์ ์œผ๋กœ ์‚ญ์ œํ•ฉ๋‹ˆ๋‹ค. ์—์ด์ „ํŠธ๋Š” ๋‹ค์Œ ํ„ด๋ถ€ํ„ฐ ์ด๋ฅผ ๋” ์ด์ƒ ๋ณผ ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค.', + 'skills.uninstall.title': '์ œ๊ฑฐ', + 'skills.uninstall.uninstallBtn': '์ œ๊ฑฐ', + 'skills.uninstall.uninstalling': '์ œ๊ฑฐ ์ค‘โ€ฆ', + 'upsell.global.limitMessage': '๊ณ„์†ํ•˜๋ ค๋ฉด ํ”Œ๋žœ์„ ์—…๊ทธ๋ ˆ์ด๋“œํ•˜๊ฑฐ๋‚˜ ํฌ๋ ˆ๋”ง์„ ์ถฉ์ „ํ•˜์„ธ์š”', + 'upsell.global.limitTitle': '์‚ฌ์šฉ ํ•œ๋„์— ๋„๋‹ฌํ–ˆ์Šต๋‹ˆ๋‹ค', + 'upsell.global.nearLimitMessage': + '์‚ฌ์šฉ ํ•œ๋„์˜ {pct}%๋ฅผ ์‚ฌ์šฉํ–ˆ์Šต๋‹ˆ๋‹ค. ๋” ๋†’์€ ํ•œ๋„๋ฅผ ์œ„ํ•ด ์—…๊ทธ๋ ˆ์ด๋“œํ•˜์„ธ์š”.', + 'upsell.global.nearLimitTitle': '์‚ฌ์šฉ ํ•œ๋„์— ๊ฐ€๊นŒ์›Œ์ง€๊ณ  ์žˆ์Šต๋‹ˆ๋‹ค', + 'upsell.usageLimit.bodyBudget': '์ฃผ๊ฐ„ ํ•œ๋„์— ๋„๋‹ฌํ–ˆ์Šต๋‹ˆ๋‹ค. {resetTime}', + 'upsell.usageLimit.bodyRate': '10์‹œ๊ฐ„ ์ถ”๋ก  ์†๋„ ํ•œ๋„์— ๋„๋‹ฌํ–ˆ์Šต๋‹ˆ๋‹ค. {resetTime}', + 'upsell.usageLimit.heading': '์‚ฌ์šฉ ํ•œ๋„์— ๋„๋‹ฌํ–ˆ์Šต๋‹ˆ๋‹ค', + 'upsell.usageLimit.notNow': '์ง€๊ธˆ์€ ์•„๋‹˜', + 'upsell.usageLimit.perWindow': '{amount}', + 'upsell.usageLimit.planIncludes': '{plan}', + 'upsell.usageLimit.resetsIn': '{time} ํ›„ ์ดˆ๊ธฐํ™”', + 'upsell.usageLimit.upgradePlan': 'ํ”Œ๋žœ ์—…๊ทธ๋ ˆ์ด๋“œ', + 'upsell.usageLimit.weeklyInference': '{amount}', + 'walkthrough.tooltip.letsGo': '์‹œ์ž‘ํ•ด ๋ด…์‹œ๋‹ค!', + 'walkthrough.tooltip.next': '๋‹ค์Œ โ†’', + 'walkthrough.tooltip.skip': 'ํˆฌ์–ด ๊ฑด๋„ˆ๋›ฐ๊ธฐ', + 'walkthrough.tooltip.stepCounter': '{total}๊ฐœ ์ค‘ {n}๊ฐœ', + 'webhooks.activity.empty': '์ตœ๊ทผ ํ™œ๋™ ์—†์Œ', + 'webhooks.activity.title': '์ตœ๊ทผ ํ™œ๋™', + 'webhooks.composioHistory.empty': '๋น„์–ด ์žˆ์Œ', + 'webhooks.composioHistory.metadataId': '๋ฉ”ํƒ€๋ฐ์ดํ„ฐ ID', + 'webhooks.composioHistory.metadataUuid': '๋ฉ”ํƒ€๋ฐ์ดํ„ฐ UUID', + 'webhooks.composioHistory.payload': 'ํŽ˜์ด๋กœ๋“œ', + 'webhooks.composioHistory.title': 'Composio ํŠธ๋ฆฌ๊ฑฐ ๊ธฐ๋ก', + 'webhooks.tunnels.active': 'ํ™œ์„ฑ', + 'webhooks.tunnels.createFailed': 'ํ„ฐ๋„ ์ƒ์„ฑ ์‹คํŒจ', + 'webhooks.tunnels.creating': '์ƒ์„ฑ ์ค‘...', + 'webhooks.tunnels.deleteFailed': 'ํ„ฐ๋„ ์‚ญ์ œ ์‹คํŒจ', + 'webhooks.tunnels.descriptionPlaceholder': '์„ค๋ช…(์„ ํƒ ์‚ฌํ•ญ)', + 'webhooks.tunnels.echo': 'Echo', + 'webhooks.tunnels.empty': '๊ตฌ์„ฑ๋œ ํ„ฐ๋„์ด ์—†์Šต๋‹ˆ๋‹ค', + 'webhooks.tunnels.enableEcho': 'Echo ํ™œ์„ฑํ™”', + 'webhooks.tunnels.inactive': '๋น„ํ™œ์„ฑ', + 'webhooks.tunnels.namePlaceholder': 'ํ„ฐ๋„ ์ด๋ฆ„(์˜ˆ: telegram-bot)', + 'webhooks.tunnels.newTunnel': '์ƒˆ ํ„ฐ๋„', + 'webhooks.tunnels.removeEcho': 'Echo ์ œ๊ฑฐ', + 'webhooks.tunnels.title': '์›นํ›… ํ„ฐ๋„', + 'webhooks.tunnels.toggleFailed': 'Echo ์ „ํ™˜ ์‹คํŒจ', + 'composio.directModeRequiresKey': + '์ €์žฅ์— ์‹คํŒจํ–ˆ์Šต๋‹ˆ๋‹ค. Direct ๋ชจ๋“œ์—๋Š” ๋น„์–ด ์žˆ์ง€ ์•Š์€ API ํ‚ค๊ฐ€ ํ•„์š”ํ•ฉ๋‹ˆ๋‹ค.', + 'composio.notYetRouted': '์•„์ง ๋ผ์šฐํŒ…๋˜์ง€ ์•Š์Œ', + 'composio.triggers.loading': '๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘โ€ฆ', + 'conversations.taskKanban.todo': 'ํ•  ์ผ', + 'settings.composio.loading': '๋ถˆ๋Ÿฌ์˜ค๋Š” ์ค‘โ€ฆ', + 'settings.mascot.noCharactersAvailable': '์•„์ง ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ๋Š” OpenHuman ์บ๋ฆญํ„ฐ๊ฐ€ ์—†์Šต๋‹ˆ๋‹ค', + 'skills.uninstall.confirmTitle': '{name}์„(๋ฅผ) ์ œ๊ฑฐํ•˜์‹œ๊ฒ ์Šต๋‹ˆ๊นŒ?', + 'conversations.taskKanban.blocked': '์ฐจ๋‹จ๋จ', + 'conversations.taskKanban.done': '์™„๋ฃŒ', + 'conversations.taskKanban.inProgress': '์ง„ํ–‰ ์ค‘', + 'intelligence.memoryChunk.detail.copiedHint': '๋ณต์‚ฌ๋จ', + 'settings.composio.notYetRouted': '์•„์ง ๋ผ์šฐํŒ…๋˜์ง€ ์•Š์Œ', + 'settings.localModel.download.manageExternal': '์™ธ๋ถ€ ๋Ÿฐํƒ€์ž„์—์„œ ์ด ๋ชจ๋ธ์„ ๊ด€๋ฆฌํ•˜์„ธ์š”.', + 'settings.localModel.status.manageOllamaExternal': + 'OpenHuman ์™ธ๋ถ€์—์„œ Ollama ํ”„๋กœ์„ธ์Šค์™€ ๋ชจ๋ธ ๊ฐ€์ ธ์˜ค๊ธฐ๋ฅผ ๊ด€๋ฆฌํ•œ ๋‹ค์Œ ์ง„๋‹จ์„ ๋‹ค์‹œ ์‹คํ–‰ํ•˜์„ธ์š”.', + 'settings.localModel.status.ollamaDocs': 'Ollama ๋ฌธ์„œ', + 'settings.localModel.status.thenRetry': + '์„ค์ • ์ง€์นจ์„ ํ™•์ธํ•œ ๋‹ค์Œ ๋Ÿฐํƒ€์ž„์— ์—ฐ๊ฒฐํ•  ์ˆ˜ ์žˆ๊ฒŒ ๋˜๋ฉด ๋‹ค์‹œ ์‹œ๋„ํ•˜์„ธ์š”.', +}; + +export default ko; diff --git a/app/src/lib/i18n/types.ts b/app/src/lib/i18n/types.ts index 14277080b..712621e44 100644 --- a/app/src/lib/i18n/types.ts +++ b/app/src/lib/i18n/types.ts @@ -1,4 +1,16 @@ -export type Locale = 'en' | 'zh-CN' | 'hi' | 'es' | 'ar' | 'fr' | 'bn' | 'pt' | 'ru' | 'id' | 'it'; +export type Locale = + | 'en' + | 'zh-CN' + | 'hi' + | 'es' + | 'ar' + | 'fr' + | 'bn' + | 'pt' + | 'ru' + | 'id' + | 'it' + | 'ko'; export interface TranslationMap { [key: string]: string; diff --git a/app/src/store/localeSlice.ts b/app/src/store/localeSlice.ts index ad560fdd8..2e881203d 100644 --- a/app/src/store/localeSlice.ts +++ b/app/src/store/localeSlice.ts @@ -9,6 +9,7 @@ const PREFIX_TO_LOCALE: Array<[string, Locale]> = [ ['zh', 'zh-CN'], ['hi', 'hi'], ['es', 'es'], + ['ko', 'ko'], ['ar', 'ar'], ['fr', 'fr'], ['bn', 'bn'],