Skip to content

Commit

Permalink
โœจ feat: support translate message to current language (#340)
Browse files Browse the repository at this point in the history
* ๐Ÿšš refactor: rename prompts to chains

* โ™ป๏ธ refactor: refactor Message Actions

* โ™ป๏ธ refactor: add translate action

* โœจ feat: support translate

* โ™ป๏ธ refactor: refactor part of common locale to chat

* ๐ŸŒ style: update i18n
  • Loading branch information
arvinxx authored Oct 18, 2023
1 parent 33c0853 commit cf15f1e
Show file tree
Hide file tree
Showing 78 changed files with 1,111 additions and 559 deletions.
55 changes: 55 additions & 0 deletions locales/en_US/chat.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"agentDefaultMessage": "Hello, I'm **{{name}}**. You can start chatting with me right away or go to [Assistant Settings](/chat/settings#session={{id}}) to improve my information.",
"agentDefaultMessageWithSystemRole": "Hello, I'm **{{name}}**, {{systemRole}}. Let's start the conversation!",
"backToBottom": "Go to Latest Messages",
"clearCurrentMessages": "Clear Current Session Messages",
"confirmClearCurrentMessages": "You are about to clear the current session messages. Once cleared, they cannot be recovered. Please confirm your operation.",
"confirmRemoveSessionItemAlert": "You are about to delete this assistant. Once deleted, it cannot be recovered. Please confirm your operation.",
"defaultAgent": "Custom Assistant",
"defaultSession": "Custom Assistant",
"historyRange": "History Range",
"inbox": {
"defaultMessage": "Hello, I'm your intelligent assistant. You can ask me any questions, and I will do my best to answer you. If you need a more professional or customized assistant, you can click on `+` to create a custom assistant.",
"desc": "Activate brain clusters and spark thinking. Your intelligent assistant is here to communicate with you about everything.",
"title": "Chat Randomly"
},
"newAgent": "Create New Assistant",
"noDescription": "No description available",
"regenerate": "Regenerate",
"roleAndArchive": "Roles and Archives",
"searchAgentPlaceholder": "Search assistants and conversations...",
"send": "Send",
"sendPlaceholder": "Enter chat content...",
"shareModal": {
"download": "Download Screenshot",
"imageType": "Image Format",
"screenshot": "Screenshot",
"settings": "Export Settings",
"shareToShareGPT": "Generate ShareGPT Sharing Link",
"withBackground": "Include Background Image",
"withFooter": "Include Footer",
"withPluginInfo": "Include Plugin Information",
"withSystemRole": "Include Assistant Role Setting"
},
"stop": "Stop",
"temp": "Temporary",
"tokenDetail": "Role Setting: {{systemRoleToken}} ยท Chat History: {{chatsToken}}",
"tokenTag": {
"overload": "Exceeded Limit",
"remained": "Remaining",
"used": "Used"
},
"topic": {
"confirmRemoveTopic": "You are about to delete this topic. Once deleted, it cannot be recovered. Please proceed with caution.",
"defaultTitle": "Default Topic",
"saveCurrentMessages": "Save Current Session as Topic",
"searchPlaceholder": "Search topics...",
"title": "Topic"
},
"translate": {
"clear": "Clear Translation"
},
"translateTo": "Translate",
"updateAgent": "Update Assistant Information",
"warp": "Line Break"
}
68 changes: 17 additions & 51 deletions locales/en_US/common.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,19 @@
{
"about": "About",
"advanceSettings": "Advanced Settings",
"agentDefaultMessage": "Hello, I'm **{{name}}**. You can start chatting with me right away or go to [Agent Settings](/chat/settings#session={{id}}) to complete my information.",
"agentDefaultMessageWithSystemRole": "Hello, I'm **{{name}}**, {{systemRole}}. Let's start chatting!",
"agentMaxToken": "Max Session Length",
"agentModel": "Model",
"agentProfile": "Agent Information",
"agentProfile": "Agent Profile",
"appInitializing": "LobeChat is initializing, please wait...",
"archive": "Archive",
"autoGenerate": "Auto Generate",
"autoGenerateTooltip": "Auto generate agent description based on prompts",
"backToBottom": "Go to Latest Messages",
"cancel": "Cancel",
"changelog": "Changelog",
"clearCurrentMessages": "Clear Current Session Messages",
"close": "Close",
"confirmClearCurrentMessages": "You are about to clear the current session messages. Once cleared, they cannot be recovered. Please confirm your operation.",
"confirmRemoveSessionItemAlert": "You are about to delete this agent. Once deleted, it cannot be recovered. Please confirm your operation.",
"confirmRemoveSessionItemAlert": "You are about to delete this agent. Once deleted, it cannot be recovered. Please confirm your action.",
"copy": "Copy",
"copySuccess": "Copy Success",
"copySuccess": "Copy Successful",
"defaultAgent": "Custom Agent",
"defaultSession": "Custom Agent",
"delete": "Delete",
Expand All @@ -35,17 +30,18 @@
"feedback": "Feedback",
"historyRange": "History Range",
"import": "Import Configuration",
"inbox": {
"defaultMessage": "Hello, I'm your intelligent agent. You can ask me any questions and I will do my best to answer you. If you need a more professional or customized agent, you can click `+` to create a custom agent.",
"desc": "Activate the brain cluster and spark your thinking. Your intelligent agent is here to communicate with you about everything.",
"title": "Chat Freely"
"lang": {
"en": "English",
"en-US": "English",
"ja-JP": "Japanese",
"ko-KR": "Korean",
"ru-RU": "Russian",
"zh": "Simplified Chinese",
"zh-CN": "Simplified Chinese",
"zh-TW": "Traditional Chinese"
},
"message": {
"function_loading": "Plugin request in progress..."
},
"moreSetting": "More Settings...",
"newAgent": "New Agent",
"noDescription": "No Description",
"layoutInitializing": "Loading layout...",
"noDescription": "No description",
"ok": "OK",
"password": "Password",
"pin": "Pin",
Expand All @@ -54,51 +50,21 @@
"rename": "Rename",
"reset": "Reset",
"retry": "Retry",
"roleAndArchive": "Roles and Archives",
"searchAgentPlaceholder": "Search Agents and Conversations...",
"send": "Send",
"sendPlaceholder": "Enter chat content...",
"sessionList": "Agent List",
"setting": "Settings",
"share": "Share",
"shareModal": {
"download": "Download Screenshot",
"imageType": "Image Type",
"screenshot": "Screenshot",
"settings": "Export Settings",
"withBackground": "Include Background Image",
"withPluginInfo": "Include Plugin Information",
"withSystemRole": "Include Agent Role Setting",
"withFooter": "Including footer",
"shareToShareGPT": "Generate ShareGPT sharing link"
},
"stop": "Stop",
"switchMobileLayout": "Switching to mobile layout...",
"tab": {
"chat": "Chat",
"market": "Discover",
"setting": "Settings"
},
"temp": "Temporary",
"tokenDetail": "Role Setting: {{systemRoleToken}} ยท Message History: {{chatsToken}}",
"tokenTag": {
"overload": "Exceeded Limit",
"remained": "Remaining",
"used": "Used"
},
"topic": {
"confirmRemoveTopic": "You are about to delete this topic. Once deleted, it cannot be recovered. Please proceed with caution.",
"defaultTitle": "Default Topic",
"saveCurrentMessages": "Save the current session as a topic",
"searchPlaceholder": "Search Topics...",
"title": "Topic"
},
"updateAgent": "Update Agent Information",
"updatePrompt": "Update Prompts",
"updateAgent": "Update Agent Profile",
"upgradeVersion": {
"action": "Upgrade Now",
"hasNew": "New Update Available",
"hasNew": "Update available",
"newVersion": "New version available: {{version}}"
},
"warp": "Line break"
}
}
55 changes: 55 additions & 0 deletions locales/ja_JP/chat.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"agentDefaultMessage": "ใ“ใ‚“ใซใกใฏใ€็งใฏ **{{name}}** ใงใ™ใ€‚ใ™ใใซไผš่ฉฑใ‚’ๅง‹ใ‚ใ‚‹ใ“ใจใŒใงใใพใ™ใ—ใ€[ใ‚จใƒผใ‚ธใ‚งใƒณใƒˆ่จญๅฎš](/chat/settings#session={{id}}) ใซ็งปๅ‹•ใ—ใฆ็งใฎๆƒ…ๅ ฑใ‚’ๅ……ๅฎŸใ•ใ›ใ‚‹ใ“ใจใ‚‚ใงใใพใ™ใ€‚",
"agentDefaultMessageWithSystemRole": "ใ“ใ‚“ใซใกใฏใ€็งใฏ **{{name}}** ใงใ™ใ€{{systemRole}}ใ€ใ•ใ‚ใ€ไผš่ฉฑใ‚’ๅง‹ใ‚ใพใ—ใ‚‡ใ†๏ผ",
"backToBottom": "ๆœ€ๆ–ฐใฎใƒกใƒƒใ‚ปใƒผใ‚ธใ‚’่กจ็คบ",
"clearCurrentMessages": "็พๅœจใฎไผš่ฉฑใƒกใƒƒใ‚ปใƒผใ‚ธใ‚’ใ‚ฏใƒชใ‚ข",
"confirmClearCurrentMessages": "็พๅœจใฎไผš่ฉฑใƒกใƒƒใ‚ปใƒผใ‚ธใ‚’ใ‚ฏใƒชใ‚ขใ—ใพใ™ใ€‚ใ‚ฏใƒชใ‚ขๅพŒใฏๅ…ƒใซๆˆปใ™ใ“ใจใฏใงใใพใ›ใ‚“ใฎใงใ€ๆ“ไฝœใ‚’็ขบ่ชใ—ใฆใใ ใ•ใ„",
"confirmRemoveSessionItemAlert": "ใ“ใฎใ‚จใƒผใ‚ธใ‚งใƒณใƒˆใ‚’ๅ‰Š้™คใ—ใพใ™ใ€‚ๅ‰Š้™คๅพŒใฏๅ…ƒใซๆˆปใ™ใ“ใจใฏใงใใพใ›ใ‚“ใฎใงใ€ๆ“ไฝœใ‚’็ขบ่ชใ—ใฆใใ ใ•ใ„",
"defaultAgent": "ใƒ‡ใƒ•ใ‚ฉใƒซใƒˆใ‚จใƒผใ‚ธใ‚งใƒณใƒˆ",
"defaultSession": "ใƒ‡ใƒ•ใ‚ฉใƒซใƒˆใ‚จใƒผใ‚ธใ‚งใƒณใƒˆ",
"historyRange": "ๅฑฅๆญด็ฏ„ๅ›ฒ",
"inbox": {
"defaultMessage": "ใ“ใ‚“ใซใกใฏใ€็งใฏใ‚ใชใŸใฎใ‚คใƒณใƒ†ใƒชใ‚ธใ‚งใƒณใƒˆใ‚ขใ‚ทใ‚นใ‚ฟใƒณใƒˆใงใ™ใ€‚ไฝ•ใงใ‚‚่ณชๅ•ใ—ใฆใใ ใ•ใ„ใ€ใงใใ‚‹้™ใ‚ŠใŠ็ญ”ใˆใ—ใพใ™ใ€‚ใ‚ˆใ‚Šๅฐ‚้–€็š„ใพใŸใฏใ‚ซใ‚นใ‚ฟใƒžใ‚คใ‚บใ•ใ‚ŒใŸใ‚ขใ‚ทใ‚นใ‚ฟใƒณใƒˆใŒๅฟ…่ฆใชๅ ดๅˆใฏใ€`+` ใ‚’ใ‚ฏใƒชใƒƒใ‚ฏใ—ใฆใ‚ซใ‚นใ‚ฟใƒ ใ‚จใƒผใ‚ธใ‚งใƒณใƒˆใ‚’ไฝœๆˆใงใใพใ™",
"desc": "ใƒ–ใƒฌใ‚คใƒณใ‚ฏใƒฉใ‚นใ‚ฟใ‚’่ตทๅ‹•ใ—ใ€ๆ€่€ƒใฎ็ซ่Šฑใ‚’ๅผ•ใ่ตทใ“ใ—ใพใ™ใ€‚ใ‚ใชใŸใฎใ‚คใƒณใƒ†ใƒชใ‚ธใ‚งใƒณใƒˆใ‚ขใ‚ทใ‚นใ‚ฟใƒณใƒˆใฏใ€ใ“ใ“ใงใ‚ใชใŸใจใ™ในใฆใ‚’่ฉฑใ—ใพใ™",
"title": "ใกใ‚‡ใฃใจใŠใ—ใ‚ƒในใ‚Šใ—ใพใ—ใ‚‡ใ†"
},
"newAgent": "ๆ–ฐใ—ใ„ใ‚จใƒผใ‚ธใ‚งใƒณใƒˆใ‚’ไฝœๆˆ",
"noDescription": "่ชฌๆ˜Žใฏใ‚ใ‚Šใพใ›ใ‚“",
"regenerate": "ๅ†็”Ÿๆˆ",
"roleAndArchive": "ๅฝนๅ‰ฒใจใ‚ขใƒผใ‚ซใ‚คใƒ–",
"searchAgentPlaceholder": "ใ‚จใƒผใ‚ธใ‚งใƒณใƒˆใจไผš่ฉฑใ‚’ๆคœ็ดข...",
"send": "้€ไฟก",
"sendPlaceholder": "ใƒใƒฃใƒƒใƒˆๅ†…ๅฎนใ‚’ๅ…ฅๅŠ›...",
"shareModal": {
"download": "ใ‚นใ‚ฏใƒชใƒผใƒณใ‚ทใƒงใƒƒใƒˆใ‚’ใƒ€ใ‚ฆใƒณใƒญใƒผใƒ‰",
"imageType": "็”ปๅƒๅฝขๅผ",
"screenshot": "ใ‚นใ‚ฏใƒชใƒผใƒณใ‚ทใƒงใƒƒใƒˆ",
"settings": "ใ‚จใ‚ฏใ‚นใƒใƒผใƒˆ่จญๅฎš",
"shareToShareGPT": "ShareGPTๅ…ฑๆœ‰ใƒชใƒณใ‚ฏใ‚’็”Ÿๆˆ",
"withBackground": "่ƒŒๆ™ฏ็”ปๅƒใ‚’ๅซใ‚€",
"withFooter": "ใƒ•ใƒƒใ‚ฟใƒผใ‚’ๅซใ‚€",
"withPluginInfo": "ใƒ—ใƒฉใ‚ฐใ‚คใƒณๆƒ…ๅ ฑใ‚’ๅซใ‚€",
"withSystemRole": "ใ‚จใƒผใ‚ธใ‚งใƒณใƒˆใฎๅฝนๅ‰ฒ่จญๅฎšใ‚’ๅซใ‚€"
},
"stop": "ๅœๆญข",
"temp": "ไธ€ๆ™‚",
"tokenDetail": "ๅฝนๅ‰ฒ่จญๅฎš: {{systemRoleToken}} ยท ใƒใƒฃใƒƒใƒˆๅฑฅๆญด: {{chatsToken}}",
"tokenTag": {
"overload": "ๅˆถ้™ใ‚’่ถ…ใˆใฆใ„ใพใ™",
"remained": "ๆฎ‹ใ‚Š",
"used": "ไฝฟ็”จๆธˆใฟ"
},
"topic": {
"confirmRemoveTopic": "ใ“ใฎใƒˆใƒ”ใƒƒใ‚ฏใ‚’ๅ‰Š้™คใ—ใพใ™ใ€‚ๅ‰Š้™คๅพŒใฏๅ…ƒใซๆˆปใ™ใ“ใจใฏใงใใพใ›ใ‚“ใฎใงใ€ๆณจๆ„ใ—ใฆๆ“ไฝœใ—ใฆใใ ใ•ใ„",
"defaultTitle": "ใƒ‡ใƒ•ใ‚ฉใƒซใƒˆใƒˆใƒ”ใƒƒใ‚ฏ",
"saveCurrentMessages": "็พๅœจใฎไผš่ฉฑใ‚’ใƒˆใƒ”ใƒƒใ‚ฏใจใ—ใฆไฟๅญ˜",
"searchPlaceholder": "ใƒˆใƒ”ใƒƒใ‚ฏใ‚’ๆคœ็ดข...",
"title": "ใƒˆใƒ”ใƒƒใ‚ฏ"
},
"translate": {
"clear": "็ฟป่จณใ‚’ใ‚ฏใƒชใ‚ข"
},
"translateTo": "็ฟป่จณ",
"updateAgent": "ใ‚จใƒผใ‚ธใ‚งใƒณใƒˆๆƒ…ๅ ฑใ‚’ๆ›ดๆ–ฐ",
"warp": "ๆ”น่กŒ"
}
62 changes: 14 additions & 48 deletions locales/ja_JP/common.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,17 @@
{
"about": "ใซใคใ„ใฆ",
"advanceSettings": "่ฉณ็ดฐ่จญๅฎš",
"agentDefaultMessage": "ใ“ใ‚“ใซใกใฏใ€็งใฏ **{{name}}** ใงใ™ใ€‚ใ™ใใซใƒใƒฃใƒƒใƒˆใ‚’ๅง‹ใ‚ใ‚‹ใ“ใจใŒใงใใพใ™ใ—ใ€[ใ‚จใƒผใ‚ธใ‚งใƒณใƒˆ่จญๅฎš](/chat/settings#session={{id}}) ใซ็งปๅ‹•ใ—ใฆ็งใฎๆƒ…ๅ ฑใ‚’ๅฎŒๅ…จใซใ™ใ‚‹ใ“ใจใ‚‚ใงใใพใ™ใ€‚",
"agentDefaultMessageWithSystemRole": "ใ“ใ‚“ใซใกใฏใ€็งใฏ **{{name}}** ใงใ™ใ€‚{{systemRole}}ใ€ใ•ใ‚ใ€ใƒใƒฃใƒƒใƒˆใ‚’ๅง‹ใ‚ใพใ—ใ‚‡ใ†๏ผ",
"agentMaxToken": "ใ‚ปใƒƒใ‚ทใƒงใƒณใฎๆœ€ๅคงใƒˆใƒผใ‚ฏใƒณๆ•ฐ",
"agentModel": "ใƒขใƒ‡ใƒซ",
"agentProfile": "ใ‚จใƒผใ‚ธใ‚งใƒณใƒˆๆƒ…ๅ ฑ",
"appInitializing": "LobeChat ใ‚’่ตทๅ‹•ใ—ใฆใ„ใพใ™ใ€‚ใŠๅพ…ใกใใ ใ•ใ„...",
"appInitializing": "LobeChatใ‚’่ตทๅ‹•ไธญใงใ™ใ€‚ใŠๅพ…ใกใใ ใ•ใ„...",
"archive": "ใ‚ขใƒผใ‚ซใ‚คใƒ–",
"autoGenerate": "่‡ชๅ‹•็”Ÿๆˆ",
"autoGenerateTooltip": "ใƒ’ใƒณใƒˆใƒฏใƒผใƒ‰ใซๅŸบใฅใ„ใฆใ‚จใƒผใ‚ธใ‚งใƒณใƒˆใฎ่ชฌๆ˜Žใ‚’่‡ชๅ‹•็”Ÿๆˆใ—ใพใ™",
"backToBottom": "ๆœ€ๆ–ฐใƒกใƒƒใ‚ปใƒผใ‚ธใ‚’่กจ็คบ",
"cancel": "ใ‚ญใƒฃใƒณใ‚ปใƒซ",
"changelog": "ๆ›ดๆ–ฐๅฑฅๆญด",
"clearCurrentMessages": "็พๅœจใฎใ‚ปใƒƒใ‚ทใƒงใƒณใฎใƒกใƒƒใ‚ปใƒผใ‚ธใ‚’ใ‚ฏใƒชใ‚ข",
"close": "้–‰ใ˜ใ‚‹",
"confirmClearCurrentMessages": "็พๅœจใฎใ‚ปใƒƒใ‚ทใƒงใƒณใฎใƒกใƒƒใ‚ปใƒผใ‚ธใ‚’ใ‚ฏใƒชใ‚ขใ—ใพใ™ใ€‚ใ‚ฏใƒชใ‚ขๅพŒใฏๅ…ƒใซๆˆปใ™ใ“ใจใฏใงใใพใ›ใ‚“ใฎใงใ€ๆ“ไฝœใ‚’็ขบ่ชใ—ใฆใใ ใ•ใ„",
"confirmRemoveSessionItemAlert": "ใ“ใฎใ‚จใƒผใ‚ธใ‚งใƒณใƒˆใ‚’ๅ‰Š้™คใ—ใพใ™ใ€‚ๅ‰Š้™คๅพŒใฏๅ…ƒใซๆˆปใ™ใ“ใจใฏใงใใพใ›ใ‚“ใฎใงใ€ๆ“ไฝœใ‚’็ขบ่ชใ—ใฆใใ ใ•ใ„",
"confirmRemoveSessionItemAlert": "ใ“ใฎใ‚จใƒผใ‚ธใ‚งใƒณใƒˆใ‚’ๅ‰Š้™คใ—ใพใ™ใ€‚ๅ‰Š้™คๅพŒใฏๅ…ƒใซๆˆปใ™ใ“ใจใฏใงใใพใ›ใ‚“ใ€‚ๆ“ไฝœใ‚’็ขบ่ชใ—ใฆใใ ใ•ใ„",
"copy": "ใ‚ณใƒ”ใƒผ",
"copySuccess": "ใ‚ณใƒ”ใƒผใŒๆˆๅŠŸใ—ใพใ—ใŸ",
"defaultAgent": "ใƒ‡ใƒ•ใ‚ฉใƒซใƒˆใ‚จใƒผใ‚ธใ‚งใƒณใƒˆ",
Expand All @@ -35,16 +30,17 @@
"feedback": "ใƒ•ใ‚ฃใƒผใƒ‰ใƒใƒƒใ‚ฏ",
"historyRange": "ๅฑฅๆญด็ฏ„ๅ›ฒ",
"import": "่จญๅฎšใฎใ‚คใƒณใƒใƒผใƒˆ",
"inbox": {
"defaultMessage": "ใ“ใ‚“ใซใกใฏใ€็งใฏใ‚ใชใŸใฎใ‚คใƒณใƒ†ใƒชใ‚ธใ‚งใƒณใƒˆใ‚จใƒผใ‚ธใ‚งใƒณใƒˆใงใ™ใ€‚ไฝ•ใงใ‚‚่ณชๅ•ใ—ใฆใใ ใ•ใ„ใ€ใงใใ‚‹้™ใ‚ŠใŠ็ญ”ใˆใ—ใพใ™ใ€‚ใ‚ˆใ‚Šๅฐ‚้–€็š„ใงใ‚ซใ‚นใ‚ฟใƒžใ‚คใ‚บใ•ใ‚ŒใŸใ‚จใƒผใ‚ธใ‚งใƒณใƒˆใŒๅฟ…่ฆใชๅ ดๅˆใฏใ€`+` ใ‚’ใ‚ฏใƒชใƒƒใ‚ฏใ—ใฆใ‚ซใ‚นใ‚ฟใƒ ใ‚จใƒผใ‚ธใ‚งใƒณใƒˆใ‚’ไฝœๆˆใงใใพใ™",
"desc": "ใƒ–ใƒฌใ‚คใƒณใ‚ฏใƒฉใ‚นใ‚ฟใ‚’่ตทๅ‹•ใ—ใ€ๆ€่€ƒใฎ็ซ่Šฑใ‚’ๅผ•ใ่ตทใ“ใ—ใพใ™ใ€‚ใ‚ใชใŸใฎใ‚คใƒณใƒ†ใƒชใ‚ธใ‚งใƒณใƒˆใ‚ขใ‚ทใ‚นใ‚ฟใƒณใƒˆใจใฎใ™ในใฆใฎใ‚ณใƒŸใƒฅใƒ‹ใ‚ฑใƒผใ‚ทใƒงใƒณใฏใ“ใ“ใง่กŒใ‚ใ‚Œใพใ™",
"title": "ๆฐ—่ปฝใซใƒใƒฃใƒƒใƒˆ"
"lang": {
"en": "่‹ฑ่ชž",
"en-US": "่‹ฑ่ชž",
"ja-JP": "ๆ—ฅๆœฌ่ชž",
"ko-KR": "้Ÿ“ๅ›ฝ่ชž",
"ru-RU": "ใƒญใ‚ทใ‚ข่ชž",
"zh": "็ฐกไฝ“ไธญๅ›ฝ่ชž",
"zh-CN": "็ฐกไฝ“ไธญๅ›ฝ่ชž",
"zh-TW": "็นไฝ“ไธญๅ›ฝ่ชž"
},
"message": {
"function_loading": "ใƒ—ใƒฉใ‚ฐใ‚คใƒณใƒชใ‚ฏใ‚จใ‚นใƒˆไธญ..."
},
"moreSetting": "ใใฎไป–ใฎ่จญๅฎš...",
"newAgent": "ๆ–ฐใ—ใ„ใ‚จใƒผใ‚ธใ‚งใƒณใƒˆ",
"layoutInitializing": "ใƒฌใ‚คใ‚ขใ‚ฆใƒˆใ‚’่ชญใฟ่พผใ‚“ใงใ„ใพใ™...",
"noDescription": "่ชฌๆ˜Žใฏใ‚ใ‚Šใพใ›ใ‚“",
"ok": "OK",
"password": "ใƒ‘ใ‚นใƒฏใƒผใƒ‰",
Expand All @@ -54,51 +50,21 @@
"rename": "ๅๅ‰ใฎๅค‰ๆ›ด",
"reset": "ใƒชใ‚ปใƒƒใƒˆ",
"retry": "ๅ†่ฉฆ่กŒ",
"roleAndArchive": "ๅฝนๅ‰ฒใจใ‚ขใƒผใ‚ซใ‚คใƒ–",
"searchAgentPlaceholder": "ใ‚จใƒผใ‚ธใ‚งใƒณใƒˆใจใƒใƒฃใƒƒใƒˆใ‚’ๆคœ็ดข...",
"send": "้€ไฟก",
"sendPlaceholder": "ใƒใƒฃใƒƒใƒˆๅ†…ๅฎนใ‚’ๅ…ฅๅŠ›...",
"sessionList": "ใ‚จใƒผใ‚ธใ‚งใƒณใƒˆใƒชใ‚นใƒˆ",
"setting": "่จญๅฎš",
"share": "ๅ…ฑๆœ‰",
"shareModal": {
"download": "ใƒ€ใ‚ฆใƒณใƒญใƒผใƒ‰",
"imageType": "็”ปๅƒๅฝขๅผ",
"screenshot": "ใ‚นใ‚ฏใƒชใƒผใƒณใ‚ทใƒงใƒƒใƒˆ",
"settings": "่จญๅฎšใ‚’ใ‚จใ‚ฏใ‚นใƒใƒผใƒˆ",
"shareToShareGPT": "ShareGPTๅ…ฑๆœ‰ใƒชใƒณใ‚ฏใ‚’็”Ÿๆˆ",
"withBackground": "่ƒŒๆ™ฏ็”ปๅƒใ‚’ๅซใ‚€",
"withFooter": "ใƒ•ใƒƒใ‚ฟใƒผใ‚’ๅซใ‚€",
"withPluginInfo": "ใƒ—ใƒฉใ‚ฐใ‚คใƒณๆƒ…ๅ ฑใ‚’ๅซใ‚€",
"withSystemRole": "ใ‚ขใ‚ทใ‚นใ‚ฟใƒณใƒˆใฎๅฝนๅ‰ฒ่จญๅฎšใ‚’ๅซใ‚€"
},
"stop": "ๅœๆญข",
"switchMobileLayout": "ใƒขใƒใ‚คใƒซใƒฌใ‚คใ‚ขใ‚ฆใƒˆใซๅˆ‡ใ‚Šๆ›ฟใˆไธญ...",
"tab": {
"chat": "ใƒใƒฃใƒƒใƒˆ",
"market": "็™บ่ฆ‹",
"setting": "่จญๅฎš"
},
"temp": "ไธ€ๆ™‚็š„ใช",
"tokenDetail": "ๅฝนๅ‰ฒ่จญๅฎš: {{systemRoleToken}} ยท ใƒใƒฃใƒƒใƒˆๅฑฅๆญด: {{chatsToken}}",
"tokenTag": {
"overload": "ๅˆถ้™ใ‚’่ถ…ใˆใ‚‹",
"remained": "ๆฎ‹ใ‚Š",
"used": "ไฝฟ็”จๆธˆใฟ"
},
"topic": {
"confirmRemoveTopic": "ใ“ใฎใƒˆใƒ”ใƒƒใ‚ฏใ‚’ๅ‰Š้™คใ—ใพใ™ใ‹๏ผŸๅ‰Š้™คๅพŒใฏๅ…ƒใซๆˆปใ›ใพใ›ใ‚“ใฎใงใ€ๆณจๆ„ใ—ใฆๆ“ไฝœใ—ใฆใใ ใ•ใ„ใ€‚",
"defaultTitle": "ใƒ‡ใƒ•ใ‚ฉใƒซใƒˆใƒˆใƒ”ใƒƒใ‚ฏ",
"saveCurrentMessages": "็พๅœจใฎใƒใƒฃใƒƒใƒˆใ‚’ใƒˆใƒ”ใƒƒใ‚ฏใจใ—ใฆไฟๅญ˜",
"searchPlaceholder": "ใƒˆใƒ”ใƒƒใ‚ฏใ‚’ๆคœ็ดข...",
"title": "ใƒˆใƒ”ใƒƒใ‚ฏ"
},
"updateAgent": "ใ‚ขใ‚ทใ‚นใ‚ฟใƒณใƒˆๆƒ…ๅ ฑใ‚’ๆ›ดๆ–ฐ",
"updatePrompt": "ใƒ—ใƒญใƒณใƒ—ใƒˆใฎๆ›ดๆ–ฐ",
"updateAgent": "ใ‚จใƒผใ‚ธใ‚งใƒณใƒˆๆƒ…ๅ ฑใฎๆ›ดๆ–ฐ",
"upgradeVersion": {
"action": "ไปŠใ™ใใ‚ขใƒƒใƒ—ใ‚ฐใƒฌใƒผใƒ‰",
"hasNew": "ๅˆฉ็”จๅฏ่ƒฝใชๆ›ดๆ–ฐใŒใ‚ใ‚Šใพใ™",
"newVersion": "ๆ–ฐใ—ใ„ใƒใƒผใ‚ธใƒงใƒณใŒๅˆฉ็”จๅฏ่ƒฝใงใ™๏ผš{{version}}"
},
"warp": "ๆ”น่กŒ"
}
}
55 changes: 55 additions & 0 deletions locales/ko_KR/chat.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"agentDefaultMessage": "์•ˆ๋…•ํ•˜์„ธ์š”, ์ €๋Š” **{{name}}**์ž…๋‹ˆ๋‹ค. ๋ฐ”๋กœ ๋Œ€ํ™”๋ฅผ ์‹œ์ž‘ํ•˜๊ฑฐ๋‚˜ [๋„์šฐ๋ฏธ ์„ค์ •](/chat/settings#session={{id}})์œผ๋กœ ์ด๋™ํ•˜์—ฌ ์ œ ์ •๋ณด๋ฅผ ์™„์„ฑํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.",
"agentDefaultMessageWithSystemRole": "์•ˆ๋…•ํ•˜์„ธ์š”, ์ €๋Š” **{{name}}**์ž…๋‹ˆ๋‹ค. {{systemRole}}์ž…๋‹ˆ๋‹ค. ๋Œ€ํ™”๋ฅผ ์‹œ์ž‘ํ•ด๋ณด์„ธ์š”!",
"backToBottom": "์ตœ์‹  ๋ฉ”์‹œ์ง€ ๋ณด๊ธฐ",
"clearCurrentMessages": "ํ˜„์žฌ ๋Œ€ํ™” ์ง€์šฐ๊ธฐ",
"confirmClearCurrentMessages": "ํ˜„์žฌ ๋Œ€ํ™”๋ฅผ ์ง€์šฐ์‹œ๊ฒ ์Šต๋‹ˆ๊นŒ? ์ง€์šฐ๋ฉด ๋ณต๊ตฌํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค. ์ž‘์—…์„ ํ™•์ธํ•˜์„ธ์š”.",
"confirmRemoveSessionItemAlert": "๋„์šฐ๋ฏธ๋ฅผ ์‚ญ์ œํ•˜์‹œ๊ฒ ์Šต๋‹ˆ๊นŒ? ์‚ญ์ œํ•˜๋ฉด ๋ณต๊ตฌํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค. ์ž‘์—…์„ ํ™•์ธํ•˜์„ธ์š”.",
"defaultAgent": "์‚ฌ์šฉ์ž ์ •์˜ ๋„์šฐ๋ฏธ",
"defaultSession": "์‚ฌ์šฉ์ž ์ •์˜ ๋„์šฐ๋ฏธ",
"historyRange": "๊ธฐ๋ก ๋ฒ”์œ„",
"inbox": {
"defaultMessage": "์•ˆ๋…•ํ•˜์„ธ์š”, ์ €๋Š” ์—ฌ๋Ÿฌ๋ถ„์˜ ์ธ๊ณต์ง€๋Šฅ ๋„์šฐ๋ฏธ์ž…๋‹ˆ๋‹ค. ๊ถ๊ธˆํ•œ ์ ์ด ์žˆ์œผ๋ฉด ๋ฌผ์–ด๋ณด์„ธ์š”. ๋” ์ „๋ฌธ์ ์ด๊ฑฐ๋‚˜ ๋งž์ถคํ™”๋œ ๋„์šฐ๋ฏธ๊ฐ€ ํ•„์š”ํ•˜๋‹ค๋ฉด `+`๋ฅผ ํด๋ฆญํ•˜์—ฌ ์‚ฌ์šฉ์ž ์ •์˜ ๋„์šฐ๋ฏธ๋ฅผ ์ƒ์„ฑํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.",
"desc": "๋‡Œ ํด๋Ÿฌ์Šคํ„ฐ๋ฅผ ํ™œ์„ฑํ™”ํ•˜์—ฌ ์ฐฝ์˜์ ์ธ ์ƒ๊ฐ์„ ์ด๋Œ์–ด๋‚ด๋Š” ์ธ๊ณต์ง€๋Šฅ ๋„์šฐ๋ฏธ์ž…๋‹ˆ๋‹ค. ๋ชจ๋“  ๊ฒƒ์— ๋Œ€ํ•ด ์—ฌ๊ธฐ์—์„œ ๋Œ€ํ™”ํ•˜์„ธ์š”.",
"title": "์žก๋‹ดํ•˜๊ธฐ"
},
"newAgent": "์ƒˆ ๋„์šฐ๋ฏธ ๋งŒ๋“ค๊ธฐ",
"noDescription": "์„ค๋ช… ์—†์Œ",
"regenerate": "์žฌ์ƒ์„ฑ",
"roleAndArchive": "์—ญํ•  ๋ฐ ์•„์นด์ด๋ธŒ",
"searchAgentPlaceholder": "๋„์šฐ๋ฏธ ๋ฐ ๋Œ€ํ™” ๊ฒ€์ƒ‰...",
"send": "๋ณด๋‚ด๊ธฐ",
"sendPlaceholder": "๋Œ€ํ™” ๋‚ด์šฉ ์ž…๋ ฅ...",
"shareModal": {
"download": "์Šคํฌ๋ฆฐ์ƒท ๋‹ค์šด๋กœ๋“œ",
"imageType": "์ด๋ฏธ์ง€ ํ˜•์‹",
"screenshot": "์Šคํฌ๋ฆฐ์ƒท",
"settings": "๋‚ด๋ณด๋‚ด๊ธฐ ์„ค์ •",
"shareToShareGPT": "ShareGPT ๊ณต์œ  ๋งํฌ ์ƒ์„ฑ",
"withBackground": "๋ฐฐ๊ฒฝ ์ด๋ฏธ์ง€ ํฌํ•จ",
"withFooter": "ํ‘ธํ„ฐ ํฌํ•จ",
"withPluginInfo": "ํ”Œ๋Ÿฌ๊ทธ์ธ ์ •๋ณด ํฌํ•จ",
"withSystemRole": "๋„์šฐ๋ฏธ ์—ญํ•  ํฌํ•จ"
},
"stop": "์ •์ง€",
"temp": "์ž„์‹œ",
"tokenDetail": "์—ญํ•  ์„ค์ •: {{systemRoleToken}} ยท ๋Œ€ํ™” ๊ธฐ๋ก: {{chatsToken}}",
"tokenTag": {
"overload": "ํ•œ๋„ ์ดˆ๊ณผ",
"remained": "๋‚จ์Œ",
"used": "์‚ฌ์šฉ"
},
"topic": {
"confirmRemoveTopic": "ํ•ด๋‹น ์ฃผ์ œ๋ฅผ ์‚ญ์ œํ•˜์‹œ๊ฒ ์Šต๋‹ˆ๊นŒ? ์‚ญ์ œํ•˜๋ฉด ๋ณต๊ตฌํ•  ์ˆ˜ ์—†์Šต๋‹ˆ๋‹ค. ์‹ ์ค‘ํ•˜๊ฒŒ ์ž‘์—…ํ•˜์„ธ์š”.",
"defaultTitle": "๊ธฐ๋ณธ ์ฃผ์ œ",
"saveCurrentMessages": "ํ˜„์žฌ ๋Œ€ํ™”๋ฅผ ์ฃผ์ œ๋กœ ์ €์žฅ",
"searchPlaceholder": "์ฃผ์ œ ๊ฒ€์ƒ‰...",
"title": "์ฃผ์ œ"
},
"translate": {
"clear": "๋ฒˆ์—ญ ์ง€์šฐ๊ธฐ"
},
"translateTo": "๋ฒˆ์—ญ",
"updateAgent": "๋„์šฐ๋ฏธ ์ •๋ณด ์—…๋ฐ์ดํŠธ",
"warp": "์ค„๋ฐ”๊ฟˆ"
}
Loading

0 comments on commit cf15f1e

Please sign in to comment.