Skip to content

Commit 1c89ad9

Browse files
committed
Korean Language Support
Added snippet locale and AppMan locale.
1 parent f290f0a commit 1c89ad9

File tree

4 files changed

+108
-4
lines changed

4 files changed

+108
-4
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Locale xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3+
<!-- States -->
4+
<StateNew>설치되지 않음</StateNew>
5+
<StateUpdate>업데이트</StateUpdate>
6+
<StateInstalled>설치됨</StateInstalled>
7+
<!-- Headers -->
8+
<NameHeader>이름</NameHeader>
9+
<VersionHeader>버전</VersionHeader>
10+
<DescHeader>설명</DescHeader>
11+
<StatusHeader>상태</StatusHeader>
12+
<TypeHeader>유형</TypeHeader>
13+
<!-- Progress -->
14+
<ExtractingFile>압축 해제중: </ExtractingFile>
15+
<DownloadingFile>다운로드중: </DownloadingFile>
16+
<DownloadingItemList>항목 목록 다운로드중...</DownloadingItemList>
17+
<!-- Messages -->
18+
<NoItemsSelected>선택된 항목이 없습니다.</NoItemsSelected>
19+
<ItemListOpened>파일에서 항목 목록을 불러왔습니다.</ItemListOpened>
20+
<DownloadedItemList>항목 목록을 다운로드했습니다.</DownloadedItemList>
21+
<AllItemsCompleted>모든 선택 항목이 완료되었습니다.</AllItemsCompleted>
22+
<ItemListDownloadCancelled>항목 목록의 다운로드가 취소되었습니다.</ItemListDownloadCancelled>
23+
<ItemListDownloadFailed>항목 목록을 다운로드 할 수 없습니다.</ItemListDownloadFailed>
24+
<DeleteSelectedConfirm>선택한 항목의 모든 버전을 삭제 하시겠습니까?</DeleteSelectedConfirm>
25+
<ContinueWithNextItem>다음 항목을 계속하려고 합니다.</ContinueWithNextItem>
26+
<DownloadingError>파일을 다운로드하는 동안 오류: </DownloadingError>
27+
<ExtractingError>파일을 압축 해제하는 동안 오류: </ExtractingError>
28+
<DeleteDirError>디렉토리를 삭제하는 동안 오류: </DeleteDirError>
29+
<ChecksumVerifyError>체크섬이 파일과 일치하지 않았습니다: </ChecksumVerifyError>
30+
<!-- Labels -->
31+
<SelectLabel>선택:</SelectLabel>
32+
<ExploreLabel>탐색...</ExploreLabel>
33+
<InstallPathLabel>설치 경로:</InstallPathLabel>
34+
<DeleteSelectedLabel>{0}개 항목을 삭제</DeleteSelectedLabel>
35+
<InstallSelectedLabel>{0}개 항목을 설치</InstallSelectedLabel>
36+
<ToggleCheckedLabel>선택 전환</ToggleCheckedLabel>
37+
<ShowInfoLabel>정보 보기...</ShowInfoLabel>
38+
<!-- Types -->
39+
<TypeExecutable>실행 파일</TypeExecutable>
40+
<TypeArchive>자료</TypeArchive>
41+
<TypeLink>링크</TypeLink>
42+
<!-- Dialogs -->
43+
<MainFormTitle>AppMan</MainFormTitle>
44+
<ConfirmTitle>확인</ConfirmTitle>
45+
<!-- Links -->
46+
<LinkAll>전체</LinkAll>
47+
<LinkNone>없음</LinkNone>
48+
<LinkInstalled>설치됨</LinkInstalled>
49+
<LinkUpdates>업데이트</LinkUpdates>
50+
<LinkNew>설치되지 않음</LinkNew>
51+
</Locale>

FlashDevelop/FlashDevelop.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,9 @@
242242
<ItemGroup>
243243
<EmbeddedResource Include="Resources\BookmarkIcon.png" />
244244
</ItemGroup>
245+
<ItemGroup>
246+
<EmbeddedResource Include="Resources\SnippetVars.ko_KR.txt" />
247+
</ItemGroup>
245248
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
246249
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
247250
Other similar extension points exist, see Microsoft.Common.targets.

FlashDevelop/Resources/SnippetVars.en_US.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Select instruction...
22
- MAIN -------------------------------------------------------------------------
33
$(EntryPoint) - Selection's start position
4-
$(ExitPoint) - Selection's end position.
4+
$(ExitPoint) - Selection's end position
55
$(Boundary) - Keep all text between boundaries
66
$(CSLB) - Coding style line break
77
$(CBI) - Comment block indent
@@ -36,9 +36,9 @@ $(TypClosestListItemType) - Closest Vector item type
3636
$(MbrName) - Current member, ie. current method
3737
$(MbrKind) - Member kind (const, var, function)
3838
$(MbrTypPkg) - Member's type package
39-
$(MbrTypName) - Members's type name
40-
$(MbrTypePkgName) - Members's type qualified name
41-
$(MbrTypKind) - Members's type kind (interface, class)
39+
$(MbrTypName) - Member's type name
40+
$(MbrTypePkgName) - Member's type qualified name
41+
$(MbrTypKind) - Member's type kind (interface, class)
4242
- ITEM -------------------------------------------------------------------------
4343
$(ItmTypName) - Current item name at cursor position
4444
$(ItmFile) - File where the item is declared
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
명령 선택...
2+
-------------------------- MAIN ------------------------------------------------
3+
$(EntryPoint) - 선택 시작 위치
4+
$(ExitPoint) - 선택 끝 위치
5+
$(Boundary) - 경계 사이의 모든 텍스트를 유지
6+
$(CSLB) - 코딩 스타일의 줄 바꿈
7+
$(CBI) - 주석 블록 들여 쓰기
8+
$(STC) - 공백이나 탭 문자
9+
-------------------------- TEXT ------------------------------------------------
10+
$(SelText) - 선택한 텍스트
11+
$(CurWord) - 커서 위치 단어
12+
$(CurSyntax) - 현재 활성화된 구문
13+
$(Clipboard) - 클립 보드 내용
14+
-------------------------- FILE ------------------------------------------------
15+
$(CurFile) - 현재 파일
16+
$(CurFilename) - 현재 파일의 이름
17+
$(CurFilenameNoExt) - 확장자가없는 현재 파일의 이름
18+
$(CurDir) - 현재 파일의 디렉토리
19+
-------------------------- DIRECTORY ------------------------------------------------
20+
$(DesktopDir) - 사용자 바탕 화면 디렉토리
21+
$(SystemDir) - Windows 시스템 디렉토리
22+
$(ProgramsDir) - 프로그램 파일 디렉토리
23+
$(PersonalDir) - 사용자의 개인 파일 디렉토리
24+
$(WorkingDir) - 현재 작업 디렉토리
25+
$(AppDir) - FlashDevelop 프로그램 디렉토리
26+
$(BaseDir) - FlashDevelop 파일 디렉토리
27+
$(UserAppDir) - FlashDevelop 사용자 디렉토리
28+
-------------------------- TYPE ------------------------------------------------
29+
$(TypPkg) - 파일 패키지
30+
$(TypName) - 현재 유형 이름
31+
$(TypPkgName) - 현재 패키지 + 유형 이름
32+
$(TypKind) - 유형 종류 (인터페이스, 클래스)
33+
$(TypClosestListName) - 가장 가까운 배열 또는 벡터 변수 이름
34+
$(TypClosestListItemType) - 가장 가까운 벡터 항목 유형
35+
-------------------------- MEMBER ------------------------------------------------
36+
$(MbrName) - 현제 멤버 ie. 현제 메소드
37+
$(MbrKind) - 멤버 유형 (const, var, function)
38+
$(MbrTypPkg) - 멤버의 유형 패키지
39+
$(MbrTypName) - 멤버의 유형 이름
40+
$(MbrTypePkgName) - 멤버의 정규화된 유형 이름
41+
$(MbrTypKind) - 멤버의 유형의 종류 (interface, class)
42+
--------------------- ITEM ------------------------------------------------
43+
$(ItmTypName) - 커서 위치에서 현재 항목 이름
44+
$(ItmFile) - 항목이 선언 된 파일
45+
$(ItmKind) - 항목 종류 (const, var, function)
46+
$(ItmTypPkg) - 항목의 유형 패키지
47+
$(ItmTypName) - 항목의 유형 이름
48+
$(ItmTypPkgName) - 항목의 정규화된 유형 이름
49+
$(ItmTypKind) - 항목의 유형의 종류 (interface, class)
50+
$(ItmUniqueVar) - 고유 변수 이름 (i, j... etc.)

0 commit comments

Comments
 (0)