Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🇺🇦 Translation of documents into Ukrainian #5983

Open
wants to merge 2 commits into
base: mainline
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ generate-coverage: test
go tool cover -html=${COVERAGE}

.PHONY: integ-test
integ-test: package-custom-resources run-integ-test package-custom-resources-clean
integ-test: package-custom-resources run-integ-test package-custom-resources-clean

.PHONY: run-integ-test
run-integ-test:
Expand Down Expand Up @@ -155,7 +155,7 @@ tools:
.PHONY: site-local
site-local:
docker build . -f Dockerfile.site -t site:latest
docker run -p 8000:8000 -v `pwd`/site:/website/site -it site:latest
docker run --rm --init -it -p 8000:8000 -v `pwd`/site:/website/site site:latest

.PHONY: gen-mocks
gen-mocks: tools
Expand Down
77 changes: 77 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ extra:
- name: 日本語
link: ./ja/
lang: ja
- name: Українська
link: ./uk/
lang: uk

nav:
- Home: index.en.md
Expand Down Expand Up @@ -216,6 +219,11 @@ theme:
markdown_extensions:
- admonition
- meta
- toc:
permalink: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
Expand All @@ -238,10 +246,79 @@ plugins:
'docs/developing/service-discovery.md': 'docs/developing/svc-to-svc-communication.en.md'
'docs/developing/taskdef-overrides.md': 'docs/developing/overrides/taskdef-overrides.md'
- i18n:
docs_structure: suffix
default_language: en
languages:
en: english
ja: japanese
uk: ukrainian
nav_translations:
uk:
Home: Головна
Documentation: Документація
Blogs: Блог
Community: Спільнота
Get Involved: Приєднуйтесь
Guides and Resources: Посібники та ресурси

Overview: Огляд

Getting Started: Початок роботи
Install Copilot: Встановлення Copilot
(Optional) Verify the installation: Перевірка встановлення (опціонально)
Deploy your first application: Розгортання першого застосунку

Concepts: Концепції
Applications: Застосунки
Environments: Середовища
Services: Сервіси
Jobs: Завдання
Pipelines: Конвеєри

Credentials: Облікові дані
Manifest: Маніфест
# Backend Service: Сервіс Backend
Load Balanced Web Service: Вебсервіс з балансуванням навантаження
Request-Driven Web Service: Вебсервіс на основі запитів
Scheduled Job: Заплановане завдання
Static Site: Статичний сайт
Worker Service: Сервіс робочих навантажень
# Environment: Середовище
Pipeline: Конвеєр

Developing: Розробка
Additional AWS Resources: Додаткові ресурси AWS
Additional Workload Resources: Додаткові ресурси робочого навантаження
Additional Environment Resources: Додаткові ресурси середовища
Uploading Local Artifacts: Надсилання локальних артефактів

Container Environment Variables: Змінні середовища
Content Delivery: Доставка контенту
Custom Environment Resources: Власні ресурси середовища
Domain: Домен

Extend Copilot with Overrides: Розширення Copilot за допомогою перевизначень
YAML Patch Overrides: Перевизначення YAML Patch
CDK Overrides: Перевизначення CDK
Task Definition Overrides: Перевизначення завдання

Internal Load Balancers: Внутрішні балансувальники навантаження
Manifest Environment Variables: Змінні середовища в маніфесті
Observability: Спостережуваність
Publish/Subscribe: Публікація/Підписка
Secrets: Секрети
Service-to-Service Communication: Комунікація між сервісами
# Sidecars: Sidecars
Storage: Зберігання

Commands: Команди
Build: Збірка
Release: Реліз
Operate: Робота
Extend: Розширення
Settings: Налаштування
All: Всі

material_alternate: false
- macros:
include_dir: site/content/docs/include
12 changes: 12 additions & 0 deletions site/content/community/get-involved.uk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Долучайтеся
---

# Ласкаво просимо до спільноти AWS Copilot ❤️

Це місце для обміну вашими [[застосунками, статтями, відео](../../community/guides/)] та іншими ресурсами, повʼязаними з AWS Copilot CLI 👩‍✈️.

Ви можете долучитися до CLI, зробивши наступне:

* Створюйте тікети в репозиторії GitHub [![GitHub issues](https://img.shields.io/github/issues/aws/copilot-cli)](https://github.com/aws/copilot-cli/issues)
* Приєднуйтесь до чату з іншими Copilotʼами [![https://gitter.im/aws/copilot-cli](https://badges.gitter.im/aws/copilot-cli.svg)](https://gitter.im/aws/copilot-cli?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Loading