mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-04-01 17:40:30 -04:00
Update resource strings for 1.9.0 langpacks (#6144)
* Refresh loc resources * Update loc strings
This commit is contained in:
@@ -57,8 +57,8 @@
|
||||
"command.pushForce": "푸시(강제)",
|
||||
"command.pushTo": "다음으로 푸시...",
|
||||
"command.pushToForce": "...로 푸시 (강제)",
|
||||
"command.pushWithTags": "태그로 푸시",
|
||||
"command.pushWithTagsForce": "태그와 함께 푸시 (강제)",
|
||||
"command.pushFollowTags": "Push (Follow Tags)",
|
||||
"command.pushFollowTagsForce": "Push (Follow Tags, Force)",
|
||||
"command.addRemote": "원격 추가",
|
||||
"command.removeRemote": "원격 제거",
|
||||
"command.sync": "동기화",
|
||||
@@ -122,6 +122,7 @@
|
||||
"config.rebaseWhenSync": "동기화 명령을 실행할 때 Git에서 다시 지정을 사용하게 합니다.",
|
||||
"config.confirmEmptyCommits": "빈 커밋의 생성을 항상 확인합니다.",
|
||||
"config.fetchOnPull": "풀링할 때 모든 분기를 페치하거나 현재 분기만 페치합니다.",
|
||||
"config.pullTags": "Fetch all tags when pulling.",
|
||||
"config.autoStash": "풀하기 전에 변경 내용을 스태시하고 풀하는 데 성공한 후 변경 내용을 복원합니다.",
|
||||
"config.allowForcePush": "강제 푸시(임대 사용 또는 사용 안 함)가 가능한지 여부를 제어합니다.",
|
||||
"config.useForcePushWithLease": "강제 푸시가 좀 더 안전한 force-with-lease 변형을 사용하는지 여부를 제어합니다.",
|
||||
@@ -200,7 +201,8 @@
|
||||
"selectFolder": "리포지토리 위치 선택",
|
||||
"cloning": "Git 리포지토리 '{0}'을(를) 복제하는 중...",
|
||||
"proposeopen": "복제된 리포지토리를 여시겠습니까?",
|
||||
"openrepo": "리포지토리 열기",
|
||||
"openrepo": "열기",
|
||||
"openreponew": "Open in New Window",
|
||||
"add": "작업 영역에 추가",
|
||||
"proposeopen2": "복제된 리포지토리를 열거나 현재 작업 영역에 추가하시겠습니까?",
|
||||
"init": "Git 리포지토리를 초기화할 작업 영역 폴더 선택",
|
||||
@@ -277,7 +279,6 @@
|
||||
"confirm force push": "변경 내용을 강제 푸시하려고 하는데, 이렇게 하면 다른 사람의 변경 내용을 망가뜨리거나 의도하지 않게 덮어쓸 수 있습니다.\n\n 그래도 계속하시겠습니까?",
|
||||
"ok": "확인",
|
||||
"never ask again": "네, 다시 표시 안 함",
|
||||
"push with tags success": "태그와 함께 푸시되었습니다.",
|
||||
"nobranch": "원격에 푸시할 분기를 체크 아웃하세요.",
|
||||
"confirm publish branch": "'{0}' 분기에는 상향 분기가 없습니다. 이 분기를 게시하시겠습니까?",
|
||||
"pick remote": "'{0}' 분기를 다음에 게시하려면 원격을 선택하세요.",
|
||||
|
||||
Reference in New Issue
Block a user