|
1 | 1 | {
|
2 | 2 | "theme.SearchBar.label": "검색",
|
3 | 3 | "theme.SearchBar.seeAll": "{count}개의 결과 확인하기",
|
4 |
| - "theme.SearchModal.errorScreen.helpText": "You might want to check your network connection.", |
5 |
| - "theme.SearchModal.errorScreen.titleText": "Unable to fetch results", |
6 |
| - "theme.SearchModal.footer.closeKeyAriaLabel": "Escape key", |
7 |
| - "theme.SearchModal.footer.closeText": "to close", |
8 |
| - "theme.SearchModal.footer.navigateDownKeyAriaLabel": "Arrow down", |
9 |
| - "theme.SearchModal.footer.navigateText": "to navigate", |
10 |
| - "theme.SearchModal.footer.navigateUpKeyAriaLabel": "Arrow up", |
11 |
| - "theme.SearchModal.footer.searchByText": "Search by", |
12 |
| - "theme.SearchModal.footer.selectKeyAriaLabel": "Enter key", |
13 |
| - "theme.SearchModal.footer.selectText": "to select", |
14 |
| - "theme.SearchModal.noResultsScreen.noResultsText": "No results for", |
15 |
| - "theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "Let us know.", |
16 |
| - "theme.SearchModal.noResultsScreen.reportMissingResultsText": "Believe this query should return results?", |
17 |
| - "theme.SearchModal.noResultsScreen.suggestedQueryText": "Try searching for", |
18 |
| - "theme.SearchModal.placeholder": "Search docs", |
19 |
| - "theme.SearchModal.searchBox.cancelButtonText": "Cancel", |
20 |
| - "theme.SearchModal.searchBox.resetButtonTitle": "Clear the query", |
21 |
| - "theme.SearchModal.startScreen.favoriteSearchesTitle": "Favorite", |
22 |
| - "theme.SearchModal.startScreen.noRecentSearchesText": "No recent searches", |
23 |
| - "theme.SearchModal.startScreen.recentSearchesTitle": "Recent", |
24 |
| - "theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "Remove this search from favorites", |
25 |
| - "theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "Remove this search from history", |
26 |
| - "theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "Save this search", |
| 4 | + "theme.SearchModal.errorScreen.helpText": "인터넷 연결을 다시 확인하시기 바랍니다.", |
| 5 | + "theme.SearchModal.errorScreen.titleText": "결과를 불러올 수 없음", |
| 6 | + "theme.SearchModal.footer.closeKeyAriaLabel": "Esc 키", |
| 7 | + "theme.SearchModal.footer.closeText": "로 종료", |
| 8 | + "theme.SearchModal.footer.navigateDownKeyAriaLabel": "화살표 아래 키", |
| 9 | + "theme.SearchModal.footer.navigateText": "로 이동", |
| 10 | + "theme.SearchModal.footer.navigateUpKeyAriaLabel": "화살표 위 키", |
| 11 | + "theme.SearchModal.footer.searchByText": "검색 제공", |
| 12 | + "theme.SearchModal.footer.selectKeyAriaLabel": "엔터 키", |
| 13 | + "theme.SearchModal.footer.selectText": "로 선택", |
| 14 | + "theme.SearchModal.noResultsScreen.noResultsText": "검색 결과 없음", |
| 15 | + "theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "알려주시기 바랍니다.", |
| 16 | + "theme.SearchModal.noResultsScreen.reportMissingResultsText": "검색 결과가 없는 것이 오류라고 생각되십니까?", |
| 17 | + "theme.SearchModal.noResultsScreen.suggestedQueryText": "다른 추천 검색어", |
| 18 | + "theme.SearchModal.placeholder": "문서 검색", |
| 19 | + "theme.SearchModal.searchBox.cancelButtonText": "취소", |
| 20 | + "theme.SearchModal.searchBox.resetButtonTitle": "검색어 초기화", |
| 21 | + "theme.SearchModal.startScreen.favoriteSearchesTitle": "즐겨찾기", |
| 22 | + "theme.SearchModal.startScreen.noRecentSearchesText": "최근 검색어 없음", |
| 23 | + "theme.SearchModal.startScreen.recentSearchesTitle": "최근", |
| 24 | + "theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "이 검색어를 즐겨찾기에서 삭제", |
| 25 | + "theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "이 검색어를 최근 검색어에서 삭제", |
| 26 | + "theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "이 검색어를 저장", |
27 | 27 | "theme.SearchPage.algoliaLabel": "Algolia로 검색",
|
28 |
| - "theme.SearchPage.documentsFound.plurals": "{count}개 문서를 찾았습니다.", |
| 28 | + "theme.SearchPage.documentsFound.plurals": "{count}개의 문서를 찾았습니다.", |
29 | 29 | "theme.SearchPage.emptyResultsTitle": "문서를 검색합니다.",
|
30 |
| - "theme.SearchPage.existingResultsTitle": "\"{query}\"개 검색 결과가 있습니다.", |
31 |
| - "theme.SearchPage.fetchingNewResults": "새로운 검색 결과를 불러오는 중 입니다...", |
| 30 | + "theme.SearchPage.existingResultsTitle": "\"{query}\" 검색 결과", |
| 31 | + "theme.SearchPage.fetchingNewResults": "새로운 검색 결과를 불러오는 중입니다.", |
32 | 32 | "theme.SearchPage.inputLabel": "검색",
|
33 |
| - "theme.SearchPage.inputPlaceholder": "여기에 검색할 키워드를 입력하세요.", |
| 33 | + "theme.SearchPage.inputPlaceholder": "검색어를 입력하세요.", |
34 | 34 | "theme.SearchPage.noResultsText": "검색 결과가 없습니다."
|
35 | 35 | }
|
0 commit comments