diff --git a/TRANSLATION.md b/TRANSLATION.md index 6d8488c3c..7c70adc1c 100644 --- a/TRANSLATION.md +++ b/TRANSLATION.md @@ -111,7 +111,7 @@ | Оригінал | Переклад | | ------------------ | ---------- | -| API reference | API довідник | +| API reference | Довідник API | | app | застосунок | | array | масив | | arrow function | стрілкова функція | @@ -175,6 +175,7 @@ | Note | Примітка | | online | онлайн | | online playground | онлайн пісочниця | +| overview | огляд; вступ (тільки як вступна частина розділів та сторінок)| | package manager | менеджер пакетів | | package registry | реєстр пакетів | | paint | фарбування, перефарбування | diff --git a/src/components/DocsFooter.tsx b/src/components/DocsFooter.tsx index 5f2330e7e..a2d491077 100644 --- a/src/components/DocsFooter.tsx +++ b/src/components/DocsFooter.tsx @@ -80,7 +80,7 @@ function FooterLink({ />
- {type} + {type === 'Previous' ? 'Попередня' : 'Наступна'} {title} diff --git a/src/components/Layout/Feedback.tsx b/src/components/Layout/Feedback.tsx index 34db728ce..9a4f375bf 100644 --- a/src/components/Layout/Feedback.tsx +++ b/src/components/Layout/Feedback.tsx @@ -67,11 +67,11 @@ function SendFeedback({onSubmit}: {onSubmit: () => void}) { {exit: isSubmitted} )}>

- {isSubmitted ? 'Thank you for your feedback!' : 'Is this page useful?'} + {isSubmitted ? 'Дякуємо за відгук!' : 'Ця сторінка корисна?'}

{!isSubmitted && (
- Logo by + Лого від @@ -313,72 +313,68 @@ export function Footer() {
- Learn React - - Quick Start - Installation - - Describing the UI + Вивчення React + Швидкий старт + Встановлення + Написання UI - Adding Interactivity + Додавання інтерактивності Managing State Escape Hatches
- API Reference + Довідник API - React APIs - React DOM APIs + React: API + React DOM: API
- Community + Спільнота - Code of Conduct + Кодекс поведінки - Meet the Team + Команда React - Docs Contributors - - - Acknowledgements + Автори документації + Подяки
- More - Blog + Більше + Блог React Native - Privacy + Політика конфіденційності - Terms + Умови використання
diff --git a/src/components/Layout/HomeContent.js b/src/components/Layout/HomeContent.js index 72ab36884..1540fab52 100644 --- a/src/components/Layout/HomeContent.js +++ b/src/components/Layout/HomeContent.js @@ -119,8 +119,8 @@ export function HomeContent() {
logo by @sawaratsuki1004 - Learn React + Вивчення React - API Reference + Довідник API
@@ -435,7 +435,7 @@ export function HomeContent() {
- Read more React news + Більше новин про React
@@ -443,7 +443,7 @@ export function HomeContent() {

- Latest React News + Останні новини про React

@@ -461,7 +461,7 @@ export function HomeContent() {
- Read more React news + Більше новин про React
@@ -519,7 +519,7 @@ export function HomeContent() { type="primary" size="lg" label="Take the Tutorial"> - Get Started + Ознайомитися
@@ -1104,7 +1104,7 @@ function SearchableVideoList({ videos }) { contentMarginTop="72px" height="30rem">

- React Videos + Відео про React

A brief history of React @@ -1321,7 +1321,7 @@ function BrowserChrome({children, hasPulse, hasRefresh, domain, path}) {

)}