chore(app): i18n sync (#15362)
This commit is contained in:
parent
e5ae6c51b0
commit
6ef3af73df
65 changed files with 1096 additions and 71 deletions
|
|
@ -3,6 +3,9 @@ export const dict = {
|
|||
"ui.sessionReview.title.lastTurn": "마지막 턴 변경 사항",
|
||||
"ui.sessionReview.diffStyle.unified": "통합 보기",
|
||||
"ui.sessionReview.diffStyle.split": "분할 보기",
|
||||
"ui.sessionReview.openFile": "파일 열기",
|
||||
"ui.sessionReview.selection.line": "{{line}}번 줄",
|
||||
"ui.sessionReview.selection.lines": "{{start}}-{{end}}번 줄",
|
||||
"ui.sessionReview.expandAll": "모두 펼치기",
|
||||
"ui.sessionReview.collapseAll": "모두 접기",
|
||||
"ui.sessionReview.change.added": "추가됨",
|
||||
|
|
@ -53,6 +56,13 @@ export const dict = {
|
|||
"ui.sessionTurn.status.gatheringThoughts": "생각 정리 중",
|
||||
"ui.sessionTurn.status.consideringNextSteps": "다음 단계 고려 중",
|
||||
|
||||
"ui.messagePart.questions.dismissed": "질문 무시됨",
|
||||
"ui.messagePart.context.read.one": "{{count}}개 읽음",
|
||||
"ui.messagePart.context.read.other": "{{count}}개 읽음",
|
||||
"ui.messagePart.context.search.one": "{{count}}개 검색",
|
||||
"ui.messagePart.context.search.other": "{{count}}개 검색",
|
||||
"ui.messagePart.context.list.one": "{{count}}개 목록",
|
||||
"ui.messagePart.context.list.other": "{{count}}개 목록",
|
||||
"ui.messagePart.diagnostic.error": "오류",
|
||||
"ui.messagePart.title.edit": "편집",
|
||||
"ui.messagePart.title.write": "작성",
|
||||
|
|
@ -72,6 +82,7 @@ export const dict = {
|
|||
"ui.textField.copied": "복사됨",
|
||||
|
||||
"ui.imagePreview.alt": "이미지 미리보기",
|
||||
"ui.scrollView.ariaLabel": "스크롤 가능한 콘텐츠",
|
||||
|
||||
"ui.tool.read": "읽기",
|
||||
"ui.tool.loaded": "로드됨",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue