Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit eb094f9

Browse files
committed
Added "under construction" notice
Signed-off-by: Serhii Horodilov <sgorodil@gmail.com>
1 parent 5470671 commit eb094f9

File tree

17 files changed

+243
-29
lines changed

17 files changed

+243
-29
lines changed

assets/img/construction.svg

Lines changed: 119 additions & 0 deletions
Loading

src/_locales/uk/LC_MESSAGES/appx.po

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python Training Course 2022.11.dev\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2023-04-21 04:34+0300\n"
12-
"PO-Revision-Date: 2023-04-21 04:41+0300\n"
11+
"POT-Creation-Date: 2023-04-21 05:50+0300\n"
12+
"PO-Revision-Date: 2023-04-21 05:51+0300\n"
1313
"Last-Translator: Serhii Horodilov <sgorodil@gmail.com>\n"
1414
"Language-Team: ua <LL@li.org>\n"
1515
"Language: uk\n"
@@ -594,11 +594,15 @@ msgstr "Serhii Horodilov sgorodil@gmail.com"
594594
msgid "python, editor, ide"
595595
msgstr "python, editor, ide"
596596

597-
#: ../../src/appx/code_edit.txt:8
597+
#: ../../src/appx/code_edit.txt:8 ../../src/appx/env_path.txt:8
598+
msgid "Page is under construction"
599+
msgstr "Сторінка в розробці"
600+
601+
#: ../../src/appx/code_edit.txt:16
598602
msgid "Code Editors"
599603
msgstr "Редактори Коду"
600604

601-
#: ../../src/appx/code_edit.txt:10
605+
#: ../../src/appx/code_edit.txt:18
602606
msgid ""
603607
"Writing Python using IDLE or the Python Shell is great for simple things, "
604608
"but those tools quickly turn larger programming projects into frustrating "
@@ -1158,7 +1162,7 @@ msgstr "Встановлення змінних середовища"
11581162
msgid "settings, environment, variables"
11591163
msgstr "settings, environment, variables"
11601164

1161-
#: ../../src/appx/env_path.txt:8
1165+
#: ../../src/appx/env_path.txt:16
11621166
msgid "Issue - System Environment PATH"
11631167
msgstr "Проблема - System Environment PATH"
11641168

src/_locales/uk/LC_MESSAGES/basics.po

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@
33
# Copyright (C) 2023, Python training course authors and contributors
44
# This file is distributed under the same license as the Python Training
55
# Course package.
6-
#
76
# OLEKSANDR YEROMIN <unicorn.in.pants@gmail.com>, 2023.
8-
#
97
msgid ""
108
msgstr ""
119
"Project-Id-Version: Python Training Course 2022.11.dev\n"
1210
"Report-Msgid-Bugs-To: \n"
13-
"POT-Creation-Date: 2023-04-14 01:49+0300\n"
14-
"PO-Revision-Date: 2023-04-14 02:10+0300\n"
11+
"POT-Creation-Date: 2023-04-21 05:50+0300\n"
12+
"PO-Revision-Date: 2023-04-21 05:51+0300\n"
1513
"Last-Translator: Serhii Horodilov <sgorodil@gmail.com>\n"
1614
"Language-Team: \n"
1715
"Language: uk\n"
@@ -775,7 +773,12 @@ msgstr "Функції в Python"
775773
msgid "python, basics, functions"
776774
msgstr "python, basics, functions"
777775

778-
#: ../../src/basics/functions.txt:8 ../../src/basics/syntax.txt
776+
#: ../../src/basics/functions.txt:8 ../../src/basics/modules.txt:8
777+
#: ../../src/basics/pep8.txt:8 ../../src/basics/testing.txt:8
778+
msgid "Page is under construction"
779+
msgstr "Сторінка в розробці"
780+
781+
#: ../../src/basics/functions.txt:16 ../../src/basics/syntax.txt
779782
msgid "Functions"
780783
msgstr "Функції"
781784

@@ -799,7 +802,7 @@ msgstr "Модулі та імпорти в Pythons"
799802
msgid "python, basics, modules, import"
800803
msgstr "python, basics, modules, import"
801804

802-
#: ../../src/basics/modules.txt:8
805+
#: ../../src/basics/modules.txt:16
803806
msgid "Pythons Modules and Imports"
804807
msgstr "Модулі та імпорт Pythons"
805808

@@ -811,7 +814,7 @@ msgstr "Керівництво по стилю PEP8"
811814
msgid "python, style, guide"
812815
msgstr "python, style, guide"
813816

814-
#: ../../src/basics/pep8.txt:8
817+
#: ../../src/basics/pep8.txt:16
815818
msgid "Style Guides: PEP8"
816819
msgstr "Керівництво по стилю: PEP8"
817820

@@ -1757,7 +1760,7 @@ msgstr "Тестування в Python"
17571760
msgid "python, testing, unittest, pytest"
17581761
msgstr "python, testing, unittest, pytest"
17591762

1760-
#: ../../src/basics/testing.txt:8
1763+
#: ../../src/basics/testing.txt:16
17611764
msgid "Testing"
17621765
msgstr "Тестування"
17631766

src/_locales/uk/LC_MESSAGES/deploy.po

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@
33
# Copyright (C) 2023, Python training course authors and contributors
44
# This file is distributed under the same license as the Python Training
55
# Course package.
6-
#
76
# SERHII HORODILOV <sgorodil@gmail.com>
8-
#
97
msgid ""
108
msgstr ""
119
"Project-Id-Version: Python Training Course 2023.04.dev\n"
1210
"Report-Msgid-Bugs-To: \n"
13-
"POT-Creation-Date: 2023-04-14 01:49+0300\n"
14-
"PO-Revision-Date: 2023-04-14 02:10+0300\n"
11+
"POT-Creation-Date: 2023-04-21 05:50+0300\n"
12+
"PO-Revision-Date: 2023-04-21 05:51+0300\n"
1513
"Last-Translator: Serhii Horodilov <sgorodil@gmail.com>\n"
1614
"Language-Team: ua <LL@li.org>\n"
1715
"Language: ua\n"
@@ -34,5 +32,9 @@ msgid "python, deployment, index"
3432
msgstr "python, deployment, index"
3533

3634
#: ../../src/deploy/index.txt:8
35+
msgid "Page is under construction"
36+
msgstr "Сторінка в розробці"
37+
38+
#: ../../src/deploy/index.txt:16
3739
msgid "Application Deployment"
3840
msgstr "Розгортання Застосунків"

src/_locales/uk/LC_MESSAGES/django.po

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@
33
# Copyright (C) 2023, Python training course authors and contributors
44
# This file is distributed under the same license as the Python Training
55
# Course package.
6-
#
76
# SERHII HORODILOV <sgorodil@gmail.com>
8-
#
97
msgid ""
108
msgstr ""
119
"Project-Id-Version: Python Training Course 2023.04.dev\n"
1210
"Report-Msgid-Bugs-To: \n"
13-
"POT-Creation-Date: 2023-04-14 01:49+0300\n"
14-
"PO-Revision-Date: 2023-04-14 02:11+0300\n"
11+
"POT-Creation-Date: 2023-04-21 05:50+0300\n"
12+
"PO-Revision-Date: 2023-04-21 05:51+0300\n"
1513
"Last-Translator: Serhii Horodilov <sgorodil@gmail.com>\n"
1614
"Language-Team: ua <LL@li.org>\n"
1715
"Language: ua\n"
@@ -34,5 +32,9 @@ msgid "python, web, django, index"
3432
msgstr "python, web, django, index"
3533

3634
#: ../../src/django/index.txt:8
35+
msgid "Page is under construction"
36+
msgstr "Сторінка в розробці"
37+
38+
#: ../../src/django/index.txt:16
3739
msgid "Django Framework"
3840
msgstr "Фреймворк Django"

src/_locales/uk/LC_MESSAGES/flask.po

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@
33
# Copyright (C) 2023, Python training course authors and contributors
44
# This file is distributed under the same license as the Python Training
55
# Course package.
6-
#
76
# SERHII HORODILOV <sgorodil@gmail.com>
8-
#
97
msgid ""
108
msgstr ""
119
"Project-Id-Version: Python Training Course 2023.04.dev\n"
1210
"Report-Msgid-Bugs-To: \n"
13-
"POT-Creation-Date: 2023-04-14 01:49+0300\n"
14-
"PO-Revision-Date: 2023-04-14 02:11+0300\n"
11+
"POT-Creation-Date: 2023-04-21 05:50+0300\n"
12+
"PO-Revision-Date: 2023-04-21 05:51+0300\n"
1513
"Last-Translator: Serhii Horodilov <sgorodil@gmail.com>\n"
1614
"Language-Team: ua <LL@li.org>\n"
1715
"Language: ua\n"
@@ -34,5 +32,9 @@ msgid "python, web, flask, index"
3432
msgstr "python, web, flask, index"
3533

3634
#: ../../src/flask/index.txt:8
35+
msgid "Page is under construction"
36+
msgstr "Сторінка в розробці"
37+
38+
#: ../../src/flask/index.txt:16
3739
msgid "Flask Framework"
3840
msgstr "Фреймворк Flask"

src/_locales/uk/LC_MESSAGES/linux.po

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@
33
# Copyright (C) 2023, Python training course authors and contributors
44
# This file is distributed under the same license as the Python Training
55
# Course package.
6-
#
76
# SERHII HORODILOV <sgorodil@gmail.com>
8-
#
97
msgid ""
108
msgstr ""
119
"Project-Id-Version: Python Training Course 2023.04.dev\n"
1210
"Report-Msgid-Bugs-To: \n"
13-
"POT-Creation-Date: 2023-04-14 01:49+0300\n"
14-
"PO-Revision-Date: 2023-04-14 02:12+0300\n"
11+
"POT-Creation-Date: 2023-04-21 05:50+0300\n"
12+
"PO-Revision-Date: 2023-04-21 05:52+0300\n"
1513
"Last-Translator: Serhii Horodilov <sgorodil@gmail.com>\n"
1614
"Language-Team: ua <LL@li.org>\n"
1715
"Language: ua\n"
@@ -34,5 +32,9 @@ msgid "linux, basics, index"
3432
msgstr "linux, basics, index"
3533

3634
#: ../../src/linux/index.txt:8
35+
msgid "Page is under construction"
36+
msgstr "Сторінка в розробці"
37+
38+
#: ../../src/linux/index.txt:16
3739
msgid "Linux Basics"
3840
msgstr "Основи Linux"

src/appx/code_edit.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
:author: Serhii Horodilov sgorodil@gmail.com
44
:keywords: python, editor, ide
55

6+
.. todo
7+
8+
.. attention:: Page is under construction
9+
10+
.. figure:: /../assets/img/construction.svg
11+
:figwidth: 250
12+
:align: center
13+
614
############
715
Code Editors
816
############

src/appx/env_path.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
:author: Serhii Horodilov sgorodil@gmail.com
44
:keywords: settings, environment, variables
55

6+
.. todo
7+
8+
.. attention:: Page is under construction
9+
10+
.. figure:: /../assets/img/construction.svg
11+
:figwidth: 250
12+
:align: center
13+
614
###############################
715
Issue - System Environment PATH
816
###############################

src/basics/functions.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
:author: Serhii Horodilov
44
:keywords: python, basics, functions
55

6+
.. todo
7+
8+
.. attention:: Page is under construction
9+
10+
.. figure:: /../assets/img/construction.svg
11+
:figwidth: 250
12+
:align: center
13+
614
*******************************************************************************
715
Functions
816
*******************************************************************************

0 commit comments

Comments
 (0)