@docusaurus/theme-translations 2.0.1 → 2.1.0
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.
- package/locales/uk/plugin-ideal-image.json +7 -0
- package/locales/uk/plugin-pwa.json +5 -0
- package/locales/uk/theme-common.json +66 -0
- package/locales/uk/theme-live-codeblock.json +4 -0
- package/locales/uk/theme-search-algolia.json +35 -0
- package/locales/vi/theme-search-algolia.json +23 -23
- package/package.json +4 -4
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"theme.IdealImageMessage.404error": "404. Зображення не знайдено",
|
|
3
|
+
"theme.IdealImageMessage.error": "Помилка. Натисніть, щоб перезавантажити",
|
|
4
|
+
"theme.IdealImageMessage.load": "Натисніть, щоб завантажити {sizeMessage}",
|
|
5
|
+
"theme.IdealImageMessage.loading": "Завантаження...",
|
|
6
|
+
"theme.IdealImageMessage.offline": "Ваш браузер перебуває в автономному режимі. Зображення не завантажено"
|
|
7
|
+
}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
{
|
|
2
|
+
"theme.AnnouncementBar.closeButtonAriaLabel": "Закрити",
|
|
3
|
+
"theme.BackToTopButton.buttonAriaLabel": "Прокрутити до початку",
|
|
4
|
+
"theme.CodeBlock.copied": "Скопійовано",
|
|
5
|
+
"theme.CodeBlock.copy": "Копіювати",
|
|
6
|
+
"theme.CodeBlock.copyButtonAriaLabel": "Копіювати в буфер обміну",
|
|
7
|
+
"theme.CodeBlock.wordWrapToggle": "Перемикання обведення слів",
|
|
8
|
+
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Згорнути/розгорнути категорію '{label}'",
|
|
9
|
+
"theme.ErrorPageContent.title": "На сторінці стався збій.",
|
|
10
|
+
"theme.ErrorPageContent.tryAgain": "Спробуйте ще раз",
|
|
11
|
+
"theme.NotFound.p1": "На жаль, ми не змогли знайти сторінку, яку ви запитували.",
|
|
12
|
+
"theme.NotFound.p2": "Будь ласка, зверніться до власника сайту, з якого ви перейшли на це посилання, щоб повідомити, що посилання не працює.",
|
|
13
|
+
"theme.NotFound.title": "Сторінку не знайдено",
|
|
14
|
+
"theme.TOCCollapsible.toggleButtonLabel": "Зміст цієї сторінки",
|
|
15
|
+
"theme.admonition.caution": "обережно",
|
|
16
|
+
"theme.admonition.danger": "небезпека",
|
|
17
|
+
"theme.admonition.info": "інформація",
|
|
18
|
+
"theme.admonition.note": "примітка",
|
|
19
|
+
"theme.admonition.tip": "порада",
|
|
20
|
+
"theme.blog.archive.description": "Архів",
|
|
21
|
+
"theme.blog.archive.title": "Архів",
|
|
22
|
+
"theme.blog.paginator.navAriaLabel": "Навігація по сторінці списку блогів",
|
|
23
|
+
"theme.blog.paginator.newerEntries": "Наступні записи",
|
|
24
|
+
"theme.blog.paginator.olderEntries": "Попередні записи",
|
|
25
|
+
"theme.blog.post.paginator.navAriaLabel": "Навігація по сторінці посту блогу",
|
|
26
|
+
"theme.blog.post.paginator.newerPost": "Наступний пост",
|
|
27
|
+
"theme.blog.post.paginator.olderPost": "Попередній пост",
|
|
28
|
+
"theme.blog.post.plurals": "{count} запис|{count} записи|{count} записів",
|
|
29
|
+
"theme.blog.post.readMore": "Читати далі",
|
|
30
|
+
"theme.blog.post.readMoreLabel": "Докладніше про {title}",
|
|
31
|
+
"theme.blog.post.readingTime.plurals": "{readingTime} хв. читання",
|
|
32
|
+
"theme.blog.sidebar.navAriaLabel": "Навігація за останніми постами у блозі",
|
|
33
|
+
"theme.blog.tagTitle": "{nPosts} з тегом \"{tagName}\"",
|
|
34
|
+
"theme.colorToggle.ariaLabel": "Перемикання між темним та світлим режимом (зараз використовується {mode})",
|
|
35
|
+
"theme.colorToggle.ariaLabel.mode.dark": "Темний режим",
|
|
36
|
+
"theme.colorToggle.ariaLabel.mode.light": "Світлий режим",
|
|
37
|
+
"theme.common.editThisPage": "Відредагувати цю сторінку",
|
|
38
|
+
"theme.common.headingLinkTitle": "Пряме посилання на цей заголовок",
|
|
39
|
+
"theme.common.skipToMainContent": "Перейти до основного вмісту",
|
|
40
|
+
"theme.docs.DocCard.categoryDescription": "{count} елемент|{count} елементи|{count} елементів",
|
|
41
|
+
"theme.docs.breadcrumbs.home": "Головна сторінка",
|
|
42
|
+
"theme.docs.breadcrumbs.navAriaLabel": "Навігаційний ланцюжок поточної сторінки",
|
|
43
|
+
"theme.docs.paginator.navAriaLabel": "Навігація по сторінці документації",
|
|
44
|
+
"theme.docs.paginator.next": "Наступна сторінка",
|
|
45
|
+
"theme.docs.paginator.previous": "Попередня сторінка",
|
|
46
|
+
"theme.docs.sidebar.collapseButtonAriaLabel": "Згорнути сайдбар",
|
|
47
|
+
"theme.docs.sidebar.collapseButtonTitle": "Згорнути сайдбар",
|
|
48
|
+
"theme.docs.sidebar.expandButtonAriaLabel": "Розгорнути сайдбар",
|
|
49
|
+
"theme.docs.sidebar.expandButtonTitle": "Розгорнути сайдбар",
|
|
50
|
+
"theme.docs.tagDocListPageTitle": "{nDocsTagged} з тегом \"{tagName}\"",
|
|
51
|
+
"theme.docs.tagDocListPageTitle.nDocsTagged": "Одна сторінка|{count} сторінки|{count} сторінок",
|
|
52
|
+
"theme.docs.versionBadge.label": "Версія: {versionLabel}",
|
|
53
|
+
"theme.docs.versions.latestVersionLinkLabel": "остання версія",
|
|
54
|
+
"theme.docs.versions.latestVersionSuggestionLabel": "Актуальна документація знаходиться на сторінці {latestVersionLink} ({versionLabel}).",
|
|
55
|
+
"theme.docs.versions.unmaintainedVersionLabel": "Це документація {siteTitle} для версії {versionLabel}, яка вже не підтримується.",
|
|
56
|
+
"theme.docs.versions.unreleasedVersionLabel": "Це документація для майбутньої версії {siteTitle} {versionLabel}.",
|
|
57
|
+
"theme.lastUpdated.atDate": " {date}",
|
|
58
|
+
"theme.lastUpdated.byUser": " від {user}",
|
|
59
|
+
"theme.lastUpdated.lastUpdatedAtBy": "Останнє оновлення{atDate}{byUser}",
|
|
60
|
+
"theme.navbar.mobileLanguageDropdown.label": "Мови",
|
|
61
|
+
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Перейти до головного меню",
|
|
62
|
+
"theme.navbar.mobileVersionsDropdown.label": "Версії",
|
|
63
|
+
"theme.tags.tagsListLabel": "Теги:",
|
|
64
|
+
"theme.tags.tagsPageLink": "Переглянути всі теги",
|
|
65
|
+
"theme.tags.tagsPageTitle": "Теги"
|
|
66
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
{
|
|
2
|
+
"theme.SearchBar.label": "Пошук",
|
|
3
|
+
"theme.SearchBar.seeAll": "Переглянути всі результати ({count})",
|
|
4
|
+
"theme.SearchModal.errorScreen.helpText": "Перевірте підключення до мережі.",
|
|
5
|
+
"theme.SearchModal.errorScreen.titleText": "Не вдалося отримати результати",
|
|
6
|
+
"theme.SearchModal.footer.closeKeyAriaLabel": "Клавіша Escape",
|
|
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": "Клавіша Enter",
|
|
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
|
+
"theme.SearchPage.algoliaLabel": "Пошук за допомогою Algolia",
|
|
28
|
+
"theme.SearchPage.documentsFound.plurals": "{count} документ|{count} документи|{count} документів",
|
|
29
|
+
"theme.SearchPage.emptyResultsTitle": "Пошук по сайту",
|
|
30
|
+
"theme.SearchPage.existingResultsTitle": "Результати пошуку за запитом \"{query}\"",
|
|
31
|
+
"theme.SearchPage.fetchingNewResults": "Завантаження нових результатів пошуку...",
|
|
32
|
+
"theme.SearchPage.inputLabel": "Пошук",
|
|
33
|
+
"theme.SearchPage.inputPlaceholder": "Введіть фразу для пошуку",
|
|
34
|
+
"theme.SearchPage.noResultsText": "За запитом нічого не знайдено"
|
|
35
|
+
}
|
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"theme.SearchBar.label": "Tìm kiếm",
|
|
3
3
|
"theme.SearchBar.seeAll": "Xem tất cả {count} kết quả",
|
|
4
|
-
"theme.SearchModal.errorScreen.helpText": "
|
|
5
|
-
"theme.SearchModal.errorScreen.titleText": "
|
|
6
|
-
"theme.SearchModal.footer.closeKeyAriaLabel": "
|
|
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": "
|
|
4
|
+
"theme.SearchModal.errorScreen.helpText": "Bạn nên kiểm tra lại kết nối mạng của mình.",
|
|
5
|
+
"theme.SearchModal.errorScreen.titleText": "Không thể tìm nạp dữ liệu",
|
|
6
|
+
"theme.SearchModal.footer.closeKeyAriaLabel": "Phím thoát",
|
|
7
|
+
"theme.SearchModal.footer.closeText": "để đóng",
|
|
8
|
+
"theme.SearchModal.footer.navigateDownKeyAriaLabel": "Mũi tên xuống",
|
|
9
|
+
"theme.SearchModal.footer.navigateText": "để điều hướng",
|
|
10
|
+
"theme.SearchModal.footer.navigateUpKeyAriaLabel": "Mũi tên lên",
|
|
11
|
+
"theme.SearchModal.footer.searchByText": "Tìm kiếm theo",
|
|
12
|
+
"theme.SearchModal.footer.selectKeyAriaLabel": "Nhập khóa",
|
|
13
|
+
"theme.SearchModal.footer.selectText": "để chọn",
|
|
14
|
+
"theme.SearchModal.noResultsScreen.noResultsText": "Không có kết quả dành cho",
|
|
15
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "Hãy để chúng tôi biết.",
|
|
16
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsText": "Tin rằng truy vấn này sẽ trả về kết quả?",
|
|
17
|
+
"theme.SearchModal.noResultsScreen.suggestedQueryText": "Thử tìm kiếm",
|
|
18
|
+
"theme.SearchModal.placeholder": "Tìm kiếm tài liệu",
|
|
19
|
+
"theme.SearchModal.searchBox.cancelButtonText": "Hủy bỏ",
|
|
20
|
+
"theme.SearchModal.searchBox.resetButtonTitle": "Xóa truy vấn",
|
|
21
|
+
"theme.SearchModal.startScreen.favoriteSearchesTitle": "Yêu thích",
|
|
22
|
+
"theme.SearchModal.startScreen.noRecentSearchesText": "Không có tìm kiếm nào gần đây",
|
|
23
|
+
"theme.SearchModal.startScreen.recentSearchesTitle": "Gần đây",
|
|
24
|
+
"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "Xóa tìm kiếm này khỏi danh sách yêu thích",
|
|
25
|
+
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "Xóa tìm kiếm này khỏi lịch sử",
|
|
26
|
+
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "Lưu tìm kiếm này",
|
|
27
27
|
"theme.SearchPage.algoliaLabel": "Tìm kiếm với Algolia",
|
|
28
28
|
"theme.SearchPage.documentsFound.plurals": "Tìm thấy một kết quả|Tìm thấy {count} kết quả",
|
|
29
29
|
"theme.SearchPage.emptyResultsTitle": "Tìm kiếm",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@docusaurus/theme-translations",
|
|
3
|
-
"version": "2.0
|
|
3
|
+
"version": "2.1.0",
|
|
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
|
|
27
|
-
"@docusaurus/logger": "2.0
|
|
26
|
+
"@docusaurus/core": "2.1.0",
|
|
27
|
+
"@docusaurus/logger": "2.1.0",
|
|
28
28
|
"lodash": "^4.17.21"
|
|
29
29
|
},
|
|
30
30
|
"engines": {
|
|
31
31
|
"node": ">=16.14"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "be9b0942641184213485eba7fd75ceb0b328d3f4"
|
|
34
34
|
}
|