@docusaurus/theme-translations 2.0.0-beta.22 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,35 +1,35 @@
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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docusaurus/theme-translations",
3
- "version": "2.0.0-beta.22",
3
+ "version": "2.0.1",
4
4
  "description": "Docusaurus theme translations.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -23,12 +23,12 @@
23
23
  "tslib": "^2.4.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@docusaurus/core": "2.0.0-beta.22",
27
- "@docusaurus/logger": "2.0.0-beta.22",
26
+ "@docusaurus/core": "2.0.1",
27
+ "@docusaurus/logger": "2.0.1",
28
28
  "lodash": "^4.17.21"
29
29
  },
30
30
  "engines": {
31
31
  "node": ">=16.14"
32
32
  },
33
- "gitHead": "daf9e462c4eebb7ac26a940932311f987e768f87"
33
+ "gitHead": "1ddee1c29cabf9bb52e4d78af6ebfaaabb1bc1f9"
34
34
  }