chore(app): translations

This commit is contained in:
Adam
2026-01-22 11:06:07 -06:00
parent de6582b38b
commit c4971e48c4
11 changed files with 66 additions and 0 deletions

View File

@@ -426,6 +426,7 @@ export const dict = {
"common.learnMore": "더 알아보기",
"common.rename": "이름 바꾸기",
"common.reset": "초기화",
"common.archive": "보관",
"common.delete": "삭제",
"common.close": "닫기",
"common.edit": "편집",
@@ -544,6 +545,11 @@ export const dict = {
"settings.permissions.tool.doom_loop.title": "무한 반복",
"settings.permissions.tool.doom_loop.description": "동일한 입력으로 반복되는 도구 호출 감지",
"session.delete.failed.title": "세션 삭제 실패",
"session.delete.title": "세션 삭제",
"session.delete.confirm": '"{{name}}" 세션을 삭제하시겠습니까?',
"session.delete.button": "세션 삭제",
"workspace.new": "새 작업 공간",
"workspace.type.local": "로컬",
"workspace.type.sandbox": "샌드박스",