Browse Source

Showcase, contribute, section updates

pull/16/head
Matīss Treinis 4 years ago
parent
commit
ce7fe6ab5e
No known key found for this signature in database GPG Key ID: 3781D64D73F1907F
  1. 10
      almalinux/settings.py
  2. 2
      commons/templates/admin/base.html
  3. 8
      frontend/src/common/scss/main.scss
  4. 1
      frontend/src/modules/page_contribute/main.js
  5. 26
      frontend/src/modules/page_contribute/main.scss
  6. 61
      frontend/src/modules/page_index/main.scss
  7. 1
      frontend/src/modules/page_showcase/main.js
  8. 7
      frontend/src/modules/page_showcase/main.scss
  9. 2
      frontend/webpack.config.js
  10. 406
      locale/de/LC_MESSAGES/django.po
  11. 23
      locale/de/LC_MESSAGES/djangojs.po
  12. 168
      locale/es/LC_MESSAGES/django.po
  13. 2
      locale/es/LC_MESSAGES/djangojs.po
  14. 406
      locale/fr/LC_MESSAGES/django.po
  15. 23
      locale/fr/LC_MESSAGES/djangojs.po
  16. 168
      locale/he/LC_MESSAGES/django.po
  17. 2
      locale/he/LC_MESSAGES/djangojs.po
  18. 168
      locale/it/LC_MESSAGES/django.po
  19. 2
      locale/it/LC_MESSAGES/djangojs.po
  20. 406
      locale/ja/LC_MESSAGES/django.po
  21. 23
      locale/ja/LC_MESSAGES/djangojs.po
  22. 174
      locale/lv/LC_MESSAGES/django.po
  23. 2
      locale/lv/LC_MESSAGES/djangojs.po
  24. 408
      locale/pl/LC_MESSAGES/django.po
  25. 25
      locale/pl/LC_MESSAGES/djangojs.po
  26. 406
      locale/pt/LC_MESSAGES/django.po
  27. 23
      locale/pt/LC_MESSAGES/djangojs.po
  28. 406
      locale/pt_BR/LC_MESSAGES/django.po
  29. 23
      locale/pt_BR/LC_MESSAGES/djangojs.po
  30. 172
      locale/ru/LC_MESSAGES/django.po
  31. 2
      locale/ru/LC_MESSAGES/djangojs.po
  32. 174
      locale/uk/LC_MESSAGES/django.po
  33. 2
      locale/uk/LC_MESSAGES/djangojs.po
  34. BIN
      screenshot.png
  35. BIN
      static/images/contribute-hero.png
  36. 16
      static/images/icon-migrate.svg
  37. 2
      www/admin.py
  38. 55
      www/migrations/0002_auto_20210530_1359.py
  39. 34
      www/migrations/0003_showcasefeature.py
  40. 75
      www/models.py
  41. 13
      www/templates/_partial/navbar.html
  42. 93
      www/templates/contribute/index.html
  43. 90
      www/templates/index.html
  44. 41
      www/templates/showcase/index.html
  45. 2
      www/urls.py
  46. 30
      www/views.py

10
almalinux/settings.py

@ -146,11 +146,17 @@ USE_L10N = True
USE_TZ = True
LANGUAGES = (
('en', 'English (US)'),
('es', 'Español (España)'),
('de', 'Deutsch'),
('en', 'English'), # English (US), default
('es', 'Español'), # Spanish (ES)
('fr', 'Français'),
('he', 'עִבְרִית'),
('it', 'Italiano'),
('ja', '日本語'), # Japanese
('lv', 'Latviešu'),
('pl', 'Polski'),
('pt', 'Português'), # Portuguese (PT)
('pt-br', 'Português Brasileiro'), # Portuguese (BR)
('ru', 'Русский'),
('uk', 'Украї́нська'),
)

2
commons/templates/admin/base.html

@ -17,10 +17,10 @@
--link-selected-fg: #004bbc;
--hairline-color: transparent;
--border-color: #dedede;
--error-fg: #fefefe;
--message-success-bg: #68bc11;
--message-warning-bg: #e1ad00;
--message-error-bg: #e1282b;
--error-fg: #e1282b;
--darkened-bg: #efefef;
--selected-bg: rgba(40, 145, 255, 0.13);
--selected-row: rgba(40, 145, 255, 0.13);

8
frontend/src/common/scss/main.scss

@ -87,13 +87,13 @@ section h1.al-section-title {
}
.al-py-lg {
padding-top: 6rem !important;
padding-bottom: 6rem !important;
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.al-py-md {
padding-top: 3.5rem !important;
padding-bottom: 3.5rem !important;
padding-top: 2.5rem !important;
padding-bottom: 2.5rem !important;
}
.al-text-shadow-dark {

1
frontend/src/modules/page_contribute/main.js

@ -0,0 +1 @@
import './main.scss';

26
frontend/src/modules/page_contribute/main.scss

@ -0,0 +1,26 @@
@import "~bootstrap/scss/bootstrap-utilities";
@import "../../common/scss/variables";
@import "../../common/scss/functions";
.al-page-contribute-index {
padding-bottom: 120px;
.al-subtle-links {
a {
text-decoration: none;
&:hover, &:active {
text-decoration: underline;
}
}
}
.al-cta-chat {
background: $al-c-atlantis;
color: #222222;
&:hover {
background: darken($al-c-atlantis, 5%);
}
}
}

61
frontend/src/modules/page_index/main.scss

@ -4,11 +4,11 @@
.al-page-index {
.al-hero-cta-primary {
background: $al-c-science-blue;
color: $al-font-color;
background: #24c2ff;
color: #222222;
&:hover {
background: darken($al-c-science-blue, 5%);
background: darken(#24c2ff, 5%);
}
}
@ -21,6 +21,20 @@
}
}
.al-hero-cta-tertiary {
background: $al-c-candlelight;
color: #222222;
img {
display: inline;
height: 1em;
}
&:hover {
background: darken($al-c-candlelight, 5%);
}
}
.al-index-feature-container {
background: #0e3b5c;
@ -38,6 +52,7 @@
color: $al-font-color;
font-size: 32px;
padding-right: 22px;
flex: 0;
&.img {
height: 32px;
@ -45,6 +60,18 @@
}
}
@include media-breakpoint-up(md) {
.al-index-community-content-wrap {
display: flex;
flex-direction: column;
flex: 1;
p {
flex: 1;
}
}
}
.al-community-cta {
min-width: 120px;
}
@ -78,6 +105,34 @@
}
}
.al-index-commercial-support {
h2.border-bottom {
border-bottom-color: lighten($al-body-background, 8%) !important;
}
@include media-breakpoint-up(md) {
padding-top: 72px !important;
padding-bottom: 102px !important;
}
.al-commercial-supporter-list {
justify-content: center;
div.col {
text-align: center;
}
.al-commercial-supporter-logo-container {
height: 100%;
}
.al-commercial-supporter-logo {
max-width: 120px;
width: 100%;
}
}
}
.al-index-faq {
background: #0e3b5c;

1
frontend/src/modules/page_showcase/main.js

@ -0,0 +1 @@
import './main.scss';

7
frontend/src/modules/page_showcase/main.scss

@ -0,0 +1,7 @@
@import "~bootstrap/scss/bootstrap-utilities";
@import "../../common/scss/variables";
@import "../../common/scss/functions";
.al-page-showcase-index {
}

2
frontend/webpack.config.js

@ -35,6 +35,8 @@ Encore
.addEntry('page_index', __dirname + '/src/modules/page_index/main.js')
.addEntry('page_page', __dirname + '/src/modules/page_page/main.js')
.addEntry('page_blog', __dirname + '/src/modules/page_blog/main.js')
.addEntry('page_showcase', __dirname + '/src/modules/page_showcase/main.js')
.addEntry('page_contribute', __dirname + '/src/modules/page_contribute/main.js')
;
if (Encore.isDevServer() || Encore.isDev()) {

406
locale/de/LC_MESSAGES/django.po

@ -0,0 +1,406 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-30 16:16+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: www/templates/404.html:4
msgid "404 Not Found - AlmaLinux OS"
msgstr ""
#: www/templates/404.html:6 www/templates/blog/index.html:9
#: www/templates/index.html:8 www/templates/layouts/base.html:19
#: www/templates/subscribe_post.html:8
msgid ""
"An open-source RHEL fork built by the team at CloudLinux, inspired by the "
"community."
msgstr ""
#: www/templates/404.html:13
msgid "404 Not Found"
msgstr ""
#: www/templates/404.html:16
msgid "Sorry, but the page you were trying to access could not be found."
msgstr ""
#: www/templates/_partial/footer.html:11 www/templates/_partial/navbar.html:38
msgid "Resources"
msgstr ""
#: www/templates/_partial/footer.html:13 www/templates/_partial/navbar.html:28
msgid "Wiki"
msgstr ""
#: www/templates/_partial/footer.html:15
msgid "Bugs"
msgstr ""
#: www/templates/_partial/footer.html:16
msgid "Repository"
msgstr ""
#: www/templates/_partial/footer.html:17
msgid "Downloads"
msgstr ""
#: www/templates/_partial/footer.html:21
msgid "Community"
msgstr ""
#: www/templates/_partial/footer.html:25
msgid "Forums"
msgstr ""
#: www/templates/_partial/footer.html:26
msgid "Chat"
msgstr ""
#: www/templates/_partial/footer.html:31
msgid "Legal"
msgstr ""
#: www/templates/_partial/footer.html:33 www/templates/index.html:351
msgid "Privacy Policy"
msgstr ""
#: www/templates/_partial/footer.html:34
msgid "Terms of Service"
msgstr ""
#: www/templates/_partial/navbar.html:7
msgid "AlmaLinux OS logo"
msgstr ""
#: www/templates/_partial/navbar.html:16
msgid "Toggle navigation"
msgstr ""
#: www/templates/_partial/navbar.html:23
msgid "Blog"
msgstr ""
#: www/templates/_partial/navbar.html:44
msgid "Migrate from CentOS 8"
msgstr ""
#: www/templates/_partial/navbar.html:49
msgid "Report Bugs"
msgstr ""
#: www/templates/_partial/navbar.html:57
msgid "Shop"
msgstr ""
#: www/templates/_partial/navbar.html:65
msgid "Language"
msgstr ""
#: www/templates/_partial/navbar.html:87 www/templates/index.html:51
msgid "Download"
msgstr ""
#: www/templates/blog/index.html:7
msgid "AlmaLinux OS Blog"
msgstr ""
#: www/templates/blog/index.html:40
msgid "Continue reading"
msgstr ""
#: www/templates/blog/index.html:53 www/templates/blog/index.html:59
msgid "Previous"
msgstr ""
#: www/templates/blog/index.html:71 www/templates/blog/index.html:77
msgid "Next"
msgstr ""
#: www/templates/contribute/index.html:6
msgid "AlmaLinux OS - Contribute"
msgstr ""
#: www/templates/contribute/index.html:7 www/templates/contribute/index.html:22
msgid "Contribute to AlmaLinux OS development"
msgstr ""
#: www/templates/contribute/index.html:26
msgid ""
"AlmaLinux OS and infrastructure development are organized using our "
"community chat. There are many ways to contribute to AlmaLinux OS - testing, "
"quality assurance, documentation, and more."
msgstr ""
#: www/templates/contribute/index.html:33
#, python-format
msgid ""
"<a href=\"%(intro_link)s\">Introduce yourself</a> or join one of the topical "
"channels below to find out more!"
msgstr ""
#: www/templates/contribute/index.html:43
msgid "General chat"
msgstr ""
#: www/templates/contribute/index.html:48
msgid "Development"
msgstr ""
#: www/templates/contribute/index.html:53
msgid "Infrastructure"
msgstr ""
#: www/templates/contribute/index.html:58
msgid "Security"
msgstr ""
#: www/templates/contribute/index.html:63
msgid "Documentation"
msgstr ""
#: www/templates/contribute/index.html:68
msgid "Marketing"
msgstr ""
#: www/templates/contribute/index.html:73
msgid "Web presence"
msgstr ""
#: www/templates/contribute/index.html:82
msgid "Join AlmaLinux OS community chat"
msgstr ""
#: www/templates/index.html:6
msgid "AlmaLinux OS - Forever-Free Enterprise-Grade Operating System"
msgstr ""
#: www/templates/index.html:33
msgid "Free Linux OS for the community, by the community"
msgstr ""
#: www/templates/index.html:36
msgid ""
"An Open Source, community-governed and forever-free enterprise Linux "
"distribution, focused on long-term stability, providing a robust production-"
"grade platform. AlmaLinux OS is 1:1 binary compatible with RHEL&reg; and pre-"
"Stream CentOS."
msgstr ""
#: www/templates/index.html:46
msgid "Contribute"
msgstr ""
#: www/templates/index.html:56
msgid "Migrate"
msgstr ""
#: www/templates/index.html:60
#, python-format
msgid "Founded by the team behind the <a href=\"%(link)s\">CloudLinux OS</a>."
msgstr ""
#: www/templates/index.html:77
msgid ""
"Our GitHub organization contains source code and tools used to build "
"AlmaLinux OS and related infrastructure."
msgstr ""
#: www/templates/index.html:85
msgid "Explore"
msgstr ""
#: www/templates/index.html:97
msgid ""
"Join our vibrant Reddit community, interact with other AlmaLinux OS users, "
"receive updates, find and provide help."
msgstr ""
#: www/templates/index.html:105
msgid "Join"
msgstr ""
#: www/templates/index.html:114
msgid "Community chat"
msgstr ""
#: www/templates/index.html:117
msgid ""
"Join a real time discussion with other AlmaLinux OS community members, "
"governance team and AlmaLinux OS developers."
msgstr ""
#: www/templates/index.html:125
msgid "Engage"
msgstr ""
#: www/templates/index.html:133
msgid "Community forums"
msgstr ""
#: www/templates/index.html:135
msgid ""
"Ask questions, get answers and contribute community support to others in "
"AlmaLinux OS community and developers alike."
msgstr ""
#: www/templates/index.html:143
msgid "Discover"
msgstr ""
#: www/templates/index.html:157
msgid "About AlmaLinux OS"
msgstr ""
#: www/templates/index.html:159
msgid ""
"AlmaLinux OS is an open-source, community-driven Linux operating system that "
"fills the gap left by the discontinuation of the CentOS Linux stable "
"release. AlmaLinux OS is a 1:1 binary compatible fork of RHEL&reg; guided "
"and built by the community."
msgstr ""
#: www/templates/index.html:166
msgid ""
"As a standalone, completely free OS, AlmaLinux OS enjoys $1M in annual "
"sponsorship from CloudLinux Inc and support from other sponsors. Ongoing "
"development efforts are governed by the members of the community."
msgstr ""
#: www/templates/index.html:173
msgid ""
"The AlmaLinux OS Foundation is a 501(c)(6) non-profit created for the "
"benefit of the AlmaLinux OS community."
msgstr ""
#: www/templates/index.html:187
msgid "Backed by"
msgstr ""
#: www/templates/index.html:211
msgid "Production-ready"
msgstr ""
#: www/templates/index.html:213
msgid ""
"AlmaLinux OS is an enterprise-grade server OS and a stable Linux "
"distribution with regular releases that come with a long support windows. "
"You can rely on AlmaLinux OS to run any and every critical workloads."
msgstr ""
#: www/templates/index.html:224
msgid "Fully supported, always free"
msgstr ""
#: www/templates/index.html:226
msgid ""
"AlmaLinux OS Foundation members, sponsors and partners back the AlmaLinux OS "
"with investments and long support commitments to ensure the distribution is "
"free of limitations, fees and charges."
msgstr ""
#: www/templates/index.html:237
msgid "Effortless to switch to"
msgstr ""
#: www/templates/index.html:240
#, python-format
msgid ""
"Switching distributions is usually costly and time-consuming, but that’s not "
"the case when switching from CentOS and other RHEL&reg; forks to AlmaLinux "
"OS. Switching is easy - <a href=\"%(migrate_link)s\">read how.</a>"
msgstr ""
#: www/templates/index.html:253 www/templates/showcase/index.html:7
msgid "Feature showcase"
msgstr ""
#: www/templates/index.html:264
msgid "Commercial Support"
msgstr ""
#: www/templates/index.html:285
msgid "Answers to Key Questions"
msgstr ""
#: www/templates/index.html:319
msgid "Stay updated!"
msgstr ""
#: www/templates/index.html:322
msgid ""
"Subscribe to our newsletter and never miss out on the latest in AlmaLinux OS "
"development!"
msgstr ""
#: www/templates/index.html:336
msgid "Your email"
msgstr ""
#: www/templates/index.html:340
msgid "Subscribe"
msgstr ""
#: www/templates/index.html:347
msgid ""
"By filling this form you agree to be contacted by AlmaLinux OS Foundation "
"regarding your request. You can unsubscribe at any time."
msgstr ""
#: www/templates/index.html:362
msgid "AlmaLinux OS in the Press"
msgstr ""
#: www/templates/page/page.html:27
msgid "Published"
msgstr ""
#: www/templates/showcase/index.html:6
msgid "AlmaLinux OS feature showcase"
msgstr ""
#: www/templates/subscribe_post.html:6
msgid "Mailing list subscription - AlmaLinux OS"
msgstr ""
#: www/templates/subscribe_post.html:16
msgid "Something went wrong..."
msgstr ""
#: www/templates/subscribe_post.html:22 www/templates/subscribe_post.html:33
msgid "Return home"
msgstr ""
#: www/templates/subscribe_post.html:27
msgid "Thank you!"
msgstr ""
#: www/templates/subscribe_post.html:30
msgid ""
"You have successfully subscribed to AlmaLinux OS announcement mailing list!"
msgstr ""
#: www/views.py:53
msgid "Email address is not valid"
msgstr ""
#: www/views.py:77
msgid "Failed to subscribe to mailing list, please try again later"
msgstr ""
#: www/views.py:79
msgid "You are already subscribed to this mailing list!"
msgstr ""

23
locale/de/LC_MESSAGES/djangojs.po

@ -0,0 +1,23 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-30 16:16+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: frontend/src/common/js/main.js:7
msgid "Hello World"
msgstr ""

168
locale/es/LC_MESSAGES/django.po

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-30 13:21+0000\n"
"POT-Creation-Date: 2021-05-30 16:16+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -37,11 +37,11 @@ msgstr ""
msgid "Sorry, but the page you were trying to access could not be found."
msgstr ""
#: www/templates/_partial/footer.html:11 www/templates/_partial/navbar.html:37
#: www/templates/_partial/footer.html:11 www/templates/_partial/navbar.html:38
msgid "Resources"
msgstr ""
#: www/templates/_partial/footer.html:13 www/templates/_partial/navbar.html:27
#: www/templates/_partial/footer.html:13 www/templates/_partial/navbar.html:28
msgid "Wiki"
msgstr ""
@ -73,7 +73,7 @@ msgstr ""
msgid "Legal"
msgstr ""
#: www/templates/_partial/footer.html:33 www/templates/index.html:315
#: www/templates/_partial/footer.html:33 www/templates/index.html:351
msgid "Privacy Policy"
msgstr ""
@ -85,35 +85,31 @@ msgstr ""
msgid "AlmaLinux OS logo"
msgstr ""
#: www/templates/_partial/navbar.html:15
#: www/templates/_partial/navbar.html:16
msgid "Toggle navigation"
msgstr ""
#: www/templates/_partial/navbar.html:22
#: www/templates/_partial/navbar.html:23
msgid "Blog"
msgstr ""
#: www/templates/_partial/navbar.html:43
#: www/templates/_partial/navbar.html:44
msgid "Migrate from CentOS 8"
msgstr ""
#: www/templates/_partial/navbar.html:48
#: www/templates/_partial/navbar.html:49
msgid "Report Bugs"
msgstr ""
#: www/templates/_partial/navbar.html:56
#: www/templates/_partial/navbar.html:57
msgid "Shop"
msgstr ""
#: www/templates/_partial/navbar.html:61
msgid "Commercial Support"
msgstr ""
#: www/templates/_partial/navbar.html:69
#: www/templates/_partial/navbar.html:65
msgid "Language"
msgstr ""
#: www/templates/_partial/navbar.html:90 www/templates/index.html:49
#: www/templates/_partial/navbar.html:87 www/templates/index.html:51
msgid "Download"
msgstr ""
@ -133,15 +129,69 @@ msgstr ""
msgid "Next"
msgstr ""
#: www/templates/contribute/index.html:6
msgid "AlmaLinux OS - Contribute"
msgstr ""
#: www/templates/contribute/index.html:7 www/templates/contribute/index.html:22
msgid "Contribute to AlmaLinux OS development"
msgstr ""
#: www/templates/contribute/index.html:26
msgid ""
"AlmaLinux OS and infrastructure development are organized using our "
"community chat. There are many ways to contribute to AlmaLinux OS - testing, "
"quality assurance, documentation, and more."
msgstr ""
#: www/templates/contribute/index.html:33
#, python-format
msgid ""
"<a href=\"%(intro_link)s\">Introduce yourself</a> or join one of the topical "
"channels below to find out more!"
msgstr ""
#: www/templates/contribute/index.html:43
msgid "General chat"
msgstr ""
#: www/templates/contribute/index.html:48
msgid "Development"
msgstr ""
#: www/templates/contribute/index.html:53
msgid "Infrastructure"
msgstr ""
#: www/templates/contribute/index.html:58
msgid "Security"
msgstr ""
#: www/templates/contribute/index.html:63
msgid "Documentation"
msgstr ""
#: www/templates/contribute/index.html:68
msgid "Marketing"
msgstr ""
#: www/templates/contribute/index.html:73
msgid "Web presence"
msgstr ""
#: www/templates/contribute/index.html:82
msgid "Join AlmaLinux OS community chat"
msgstr ""
#: www/templates/index.html:6
msgid "AlmaLinux OS - Forever-Free Enterprise-Grade Operating System"
msgstr ""
#: www/templates/index.html:31
#: www/templates/index.html:33
msgid "Free Linux OS for the community, by the community"
msgstr ""
#: www/templates/index.html:34
#: www/templates/index.html:36
msgid ""
"An Open Source, community-governed and forever-free enterprise Linux "
"distribution, focused on long-term stability, providing a robust production-"
@ -149,68 +199,72 @@ msgid ""
"Stream CentOS."
msgstr ""
#: www/templates/index.html:44
#: www/templates/index.html:46
msgid "Contribute"
msgstr ""
#: www/templates/index.html:53
#: www/templates/index.html:56
msgid "Migrate"
msgstr ""
#: www/templates/index.html:60
#, python-format
msgid "Founded by the team behind the <a href=\"%(link)s\">CloudLinux OS</a>."
msgstr ""
#: www/templates/index.html:70
#: www/templates/index.html:77
msgid ""
"Our GitHub organization contains source code and tools used to build "
"AlmaLinux OS and related infrastructure."
msgstr ""
#: www/templates/index.html:78
#: www/templates/index.html:85
msgid "Explore"
msgstr ""
#: www/templates/index.html:90
#: www/templates/index.html:97
msgid ""
"Join our vibrant Reddit community, interact with other AlmaLinux OS users, "
"receive updates, find and provide help."
msgstr ""
#: www/templates/index.html:98
#: www/templates/index.html:105
msgid "Join"
msgstr ""
#: www/templates/index.html:107
#: www/templates/index.html:114
msgid "Community chat"
msgstr ""
#: www/templates/index.html:110
#: www/templates/index.html:117
msgid ""
"Join a real time discussion with other AlmaLinux OS community members, "
"governance team and AlmaLinux OS developers."
msgstr ""
#: www/templates/index.html:118
#: www/templates/index.html:125
msgid "Engage"
msgstr ""
#: www/templates/index.html:126
#: www/templates/index.html:133
msgid "Community forums"
msgstr ""
#: www/templates/index.html:128
#: www/templates/index.html:135
msgid ""
"Ask questions, get answers and contribute community support to others in "
"AlmaLinux OS community and developers alike."
msgstr ""
#: www/templates/index.html:136
#: www/templates/index.html:143
msgid "Discover"
msgstr ""
#: www/templates/index.html:150
#: www/templates/index.html:157
msgid "About AlmaLinux OS"
msgstr ""
#: www/templates/index.html:152
#: www/templates/index.html:159
msgid ""
"AlmaLinux OS is an open-source, community-driven Linux operating system that "
"fills the gap left by the discontinuation of the CentOS Linux stable "
@ -218,46 +272,50 @@ msgid ""
"and built by the community."
msgstr ""
#: www/templates/index.html:159
#: www/templates/index.html:166
msgid ""
"As a standalone, completely free OS, AlmaLinux OS enjoys $1M in annual "
"sponsorship from CloudLinux Inc and support from other sponsors. Ongoing "
"development efforts are governed by the members of the community."
msgstr ""
#: www/templates/index.html:166
#: www/templates/index.html:173
msgid ""
"The AlmaLinux OS Foundation is a 501(c)(6) non-profit created for the "
"benefit of the AlmaLinux OS community."
msgstr ""
#: www/templates/index.html:183
#: www/templates/index.html:187
msgid "Backed by"
msgstr ""
#: www/templates/index.html:211
msgid "Production-ready"
msgstr ""
#: www/templates/index.html:185
#: www/templates/index.html:213
msgid ""
"AlmaLinux OS is an enterprise-grade server OS and a stable Linux "
"distribution with regular releases that come with a long support windows. "
"You can rely on AlmaLinux OS to run any and every critical workloads."
msgstr ""
#: www/templates/index.html:196
#: www/templates/index.html:224
msgid "Fully supported, always free"
msgstr ""
#: www/templates/index.html:198
#: www/templates/index.html:226
msgid ""
"AlmaLinux OS Foundation members, sponsors and partners back the AlmaLinux OS "
"with investments and long support commitments to ensure the distribution is "
"free of limitations, fees and charges."
msgstr ""
#: www/templates/index.html:209
#: www/templates/index.html:237
msgid "Effortless to switch to"
msgstr ""
#: www/templates/index.html:212
#: www/templates/index.html:240
#, python-format
msgid ""
"Switching distributions is usually costly and time-consuming, but that’s not "
@ -265,39 +323,43 @@ msgid ""
"OS. Switching is easy - <a href=\"%(migrate_link)s\">read how.</a>"
msgstr ""
#: www/templates/index.html:228
msgid "Backed by"
#: www/templates/index.html:253 www/templates/showcase/index.html:7
msgid "Feature showcase"
msgstr ""
#: www/templates/index.html:249
#: www/templates/index.html:264
msgid "Commercial Support"
msgstr ""
#: www/templates/index.html:285
msgid "Answers to Key Questions"
msgstr ""
#: www/templates/index.html:283
#: www/templates/index.html:319
msgid "Stay updated!"
msgstr ""
#: www/templates/index.html:286
#: www/templates/index.html:322
msgid ""
"Subscribe to our newsletter and never miss out on the latest in AlmaLinux OS "
"development!"
msgstr ""
#: www/templates/index.html:300
#: www/templates/index.html:336
msgid "Your email"
msgstr ""
#: www/templates/index.html:304
#: www/templates/index.html:340
msgid "Subscribe"
msgstr ""
#: www/templates/index.html:311
#: www/templates/index.html:347
msgid ""
"By filling this form you agree to be contacted by AlmaLinux OS Foundation "
"regarding your request. You can unsubscribe at any time."
msgstr ""
#: www/templates/index.html:326
#: www/templates/index.html:362
msgid "AlmaLinux OS in the Press"
msgstr ""
@ -305,6 +367,10 @@ msgstr ""
msgid "Published"
msgstr ""
#: www/templates/showcase/index.html:6
msgid "AlmaLinux OS feature showcase"
msgstr ""
#: www/templates/subscribe_post.html:6
msgid "Mailing list subscription - AlmaLinux OS"
msgstr ""
@ -326,15 +392,15 @@ msgid ""
"You have successfully subscribed to AlmaLinux OS announcement mailing list!"
msgstr ""
#: www/views.py:51
#: www/views.py:53
msgid "Email address is not valid"
msgstr ""
#: www/views.py:75
#: www/views.py:77
msgid "Failed to subscribe to mailing list, please try again later"
msgstr ""
#: www/views.py:77
#: www/views.py:79
msgid "You are already subscribed to this mailing list!"
msgstr ""

2
locale/es/LC_MESSAGES/djangojs.po

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-30 13:21+0000\n"
"POT-Creation-Date: 2021-05-30 16:16+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

406
locale/fr/LC_MESSAGES/django.po

@ -0,0 +1,406 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-30 16:16+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: www/templates/404.html:4
msgid "404 Not Found - AlmaLinux OS"
msgstr ""
#: www/templates/404.html:6 www/templates/blog/index.html:9
#: www/templates/index.html:8 www/templates/layouts/base.html:19
#: www/templates/subscribe_post.html:8
msgid ""
"An open-source RHEL fork built by the team at CloudLinux, inspired by the "
"community."
msgstr ""
#: www/templates/404.html:13
msgid "404 Not Found"
msgstr ""
#: www/templates/404.html:16
msgid "Sorry, but the page you were trying to access could not be found."
msgstr ""
#: www/templates/_partial/footer.html:11 www/templates/_partial/navbar.html:38
msgid "Resources"
msgstr ""
#: www/templates/_partial/footer.html:13 www/templates/_partial/navbar.html:28
msgid "Wiki"
msgstr ""
#: www/templates/_partial/footer.html:15
msgid "Bugs"
msgstr ""
#: www/templates/_partial/footer.html:16
msgid "Repository"
msgstr ""
#: www/templates/_partial/footer.html:17
msgid "Downloads"
msgstr ""
#: www/templates/_partial/footer.html:21
msgid "Community"
msgstr ""
#: www/templates/_partial/footer.html:25
msgid "Forums"
msgstr ""
#: www/templates/_partial/footer.html:26
msgid "Chat"
msgstr ""
#: www/templates/_partial/footer.html:31
msgid "Legal"
msgstr ""
#: www/templates/_partial/footer.html:33 www/templates/index.html:351
msgid "Privacy Policy"
msgstr ""
#: www/templates/_partial/footer.html:34
msgid "Terms of Service"
msgstr ""
#: www/templates/_partial/navbar.html:7
msgid "AlmaLinux OS logo"
msgstr ""
#: www/templates/_partial/navbar.html:16
msgid "Toggle navigation"
msgstr ""
#: www/templates/_partial/navbar.html:23
msgid "Blog"
msgstr ""
#: www/templates/_partial/navbar.html:44
msgid "Migrate from CentOS 8"
msgstr ""
#: www/templates/_partial/navbar.html:49
msgid "Report Bugs"
msgstr ""
#: www/templates/_partial/navbar.html:57
msgid "Shop"
msgstr ""
#: www/templates/_partial/navbar.html:65
msgid "Language"
msgstr ""
#: www/templates/_partial/navbar.html:87 www/templates/index.html:51
msgid "Download"
msgstr ""
#: www/templates/blog/index.html:7
msgid "AlmaLinux OS Blog"
msgstr ""
#: www/templates/blog/index.html:40
msgid "Continue reading"
msgstr ""
#: www/templates/blog/index.html:53 www/templates/blog/index.html:59
msgid "Previous"
msgstr ""
#: www/templates/blog/index.html:71 www/templates/blog/index.html:77
msgid "Next"
msgstr ""
#: www/templates/contribute/index.html:6
msgid "AlmaLinux OS - Contribute"
msgstr ""
#: www/templates/contribute/index.html:7 www/templates/contribute/index.html:22
msgid "Contribute to AlmaLinux OS development"
msgstr ""
#: www/templates/contribute/index.html:26
msgid ""
"AlmaLinux OS and infrastructure development are organized using our "
"community chat. There are many ways to contribute to AlmaLinux OS - testing, "
"quality assurance, documentation, and more."
msgstr ""
#: www/templates/contribute/index.html:33
#, python-format
msgid ""
"<a href=\"%(intro_link)s\">Introduce yourself</a> or join one of the topical "
"channels below to find out more!"
msgstr ""
#: www/templates/contribute/index.html:43
msgid "General chat"
msgstr ""
#: www/templates/contribute/index.html:48
msgid "Development"
msgstr ""
#: www/templates/contribute/index.html:53
msgid "Infrastructure"
msgstr ""
#: www/templates/contribute/index.html:58
msgid "Security"
msgstr ""
#: www/templates/contribute/index.html:63
msgid "Documentation"
msgstr ""
#: www/templates/contribute/index.html:68
msgid "Marketing"
msgstr ""
#: www/templates/contribute/index.html:73
msgid "Web presence"
msgstr ""
#: www/templates/contribute/index.html:82
msgid "Join AlmaLinux OS community chat"
msgstr ""
#: www/templates/index.html:6
msgid "AlmaLinux OS - Forever-Free Enterprise-Grade Operating System"
msgstr ""
#: www/templates/index.html:33
msgid "Free Linux OS for the community, by the community"
msgstr ""
#: www/templates/index.html:36
msgid ""
"An Open Source, community-governed and forever-free enterprise Linux "
"distribution, focused on long-term stability, providing a robust production-"
"grade platform. AlmaLinux OS is 1:1 binary compatible with RHEL&reg; and pre-"
"Stream CentOS."
msgstr ""
#: www/templates/index.html:46
msgid "Contribute"
msgstr ""
#: www/templates/index.html:56
msgid "Migrate"
msgstr ""
#: www/templates/index.html:60
#, python-format
msgid "Founded by the team behind the <a href=\"%(link)s\">CloudLinux OS</a>."
msgstr ""
#: www/templates/index.html:77
msgid ""
"Our GitHub organization contains source code and tools used to build "
"AlmaLinux OS and related infrastructure."
msgstr ""
#: www/templates/index.html:85
msgid "Explore"
msgstr ""
#: www/templates/index.html:97
msgid ""
"Join our vibrant Reddit community, interact with other AlmaLinux OS users, "
"receive updates, find and provide help."
msgstr ""
#: www/templates/index.html:105
msgid "Join"
msgstr ""
#: www/templates/index.html:114
msgid "Community chat"
msgstr ""
#: www/templates/index.html:117
msgid ""
"Join a real time discussion with other AlmaLinux OS community members, "
"governance team and AlmaLinux OS developers."
msgstr ""
#: www/templates/index.html:125
msgid "Engage"
msgstr ""
#: www/templates/index.html:133
msgid "Community forums"
msgstr ""
#: www/templates/index.html:135
msgid ""
"Ask questions, get answers and contribute community support to others in "
"AlmaLinux OS community and developers alike."
msgstr ""
#: www/templates/index.html:143
msgid "Discover"
msgstr ""
#: www/templates/index.html:157
msgid "About AlmaLinux OS"
msgstr ""
#: www/templates/index.html:159
msgid ""
"AlmaLinux OS is an open-source, community-driven Linux operating system that "
"fills the gap left by the discontinuation of the CentOS Linux stable "
"release. AlmaLinux OS is a 1:1 binary compatible fork of RHEL&reg; guided "
"and built by the community."
msgstr ""
#: www/templates/index.html:166
msgid ""
"As a standalone, completely free OS, AlmaLinux OS enjoys $1M in annual "
"sponsorship from CloudLinux Inc and support from other sponsors. Ongoing "
"development efforts are governed by the members of the community."
msgstr ""
#: www/templates/index.html:173
msgid ""
"The AlmaLinux OS Foundation is a 501(c)(6) non-profit created for the "
"benefit of the AlmaLinux OS community."
msgstr ""
#: www/templates/index.html:187
msgid "Backed by"
msgstr ""
#: www/templates/index.html:211
msgid "Production-ready"
msgstr ""
#: www/templates/index.html:213
msgid ""
"AlmaLinux OS is an enterprise-grade server OS and a stable Linux "
"distribution with regular releases that come with a long support windows. "
"You can rely on AlmaLinux OS to run any and every critical workloads."
msgstr ""
#: www/templates/index.html:224
msgid "Fully supported, always free"
msgstr ""
#: www/templates/index.html:226
msgid ""
"AlmaLinux OS Foundation members, sponsors and partners back the AlmaLinux OS "
"with investments and long support commitments to ensure the distribution is "
"free of limitations, fees and charges."
msgstr ""
#: www/templates/index.html:237
msgid "Effortless to switch to"
msgstr ""
#: www/templates/index.html:240
#, python-format
msgid ""
"Switching distributions is usually costly and time-consuming, but that’s not "
"the case when switching from CentOS and other RHEL&reg; forks to AlmaLinux "
"OS. Switching is easy - <a href=\"%(migrate_link)s\">read how.</a>"
msgstr ""
#: www/templates/index.html:253 www/templates/showcase/index.html:7
msgid "Feature showcase"
msgstr ""
#: www/templates/index.html:264
msgid "Commercial Support"
msgstr ""
#: www/templates/index.html:285
msgid "Answers to Key Questions"
msgstr ""
#: www/templates/index.html:319
msgid "Stay updated!"
msgstr ""
#: www/templates/index.html:322
msgid ""
"Subscribe to our newsletter and never miss out on the latest in AlmaLinux OS "
"development!"
msgstr ""
#: www/templates/index.html:336
msgid "Your email"
msgstr ""
#: www/templates/index.html:340
msgid "Subscribe"
msgstr ""
#: www/templates/index.html:347
msgid ""
"By filling this form you agree to be contacted by AlmaLinux OS Foundation "
"regarding your request. You can unsubscribe at any time."
msgstr ""
#: www/templates/index.html:362
msgid "AlmaLinux OS in the Press"
msgstr ""
#: www/templates/page/page.html:27
msgid "Published"
msgstr ""
#: www/templates/showcase/index.html:6
msgid "AlmaLinux OS feature showcase"
msgstr ""
#: www/templates/subscribe_post.html:6
msgid "Mailing list subscription - AlmaLinux OS"
msgstr ""
#: www/templates/subscribe_post.html:16
msgid "Something went wrong..."
msgstr ""
#: www/templates/subscribe_post.html:22 www/templates/subscribe_post.html:33
msgid "Return home"
msgstr ""
#: www/templates/subscribe_post.html:27
msgid "Thank you!"
msgstr ""
#: www/templates/subscribe_post.html:30
msgid ""
"You have successfully subscribed to AlmaLinux OS announcement mailing list!"
msgstr ""
#: www/views.py:53
msgid "Email address is not valid"
msgstr ""
#: www/views.py:77
msgid "Failed to subscribe to mailing list, please try again later"
msgstr ""
#: www/views.py:79
msgid "You are already subscribed to this mailing list!"
msgstr ""

23
locale/fr/LC_MESSAGES/djangojs.po

@ -0,0 +1,23 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-30 16:16+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: frontend/src/common/js/main.js:7
msgid "Hello World"
msgstr ""

168
locale/he/LC_MESSAGES/django.po

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-30 13:21+0000\n"
"POT-Creation-Date: 2021-05-30 16:16+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -39,11 +39,11 @@ msgstr ""
msgid "Sorry, but the page you were trying to access could not be found."
msgstr ""
#: www/templates/_partial/footer.html:11 www/templates/_partial/navbar.html:37
#: www/templates/_partial/footer.html:11 www/templates/_partial/navbar.html:38
msgid "Resources"
msgstr ""
#: www/templates/_partial/footer.html:13 www/templates/_partial/navbar.html:27
#: www/templates/_partial/footer.html:13 www/templates/_partial/navbar.html:28
msgid "Wiki"
msgstr ""
@ -75,7 +75,7 @@ msgstr ""
msgid "Legal"
msgstr ""
#: www/templates/_partial/footer.html:33 www/templates/index.html:315
#: www/templates/_partial/footer.html:33 www/templates/index.html:351
msgid "Privacy Policy"
msgstr ""
@ -87,35 +87,31 @@ msgstr ""
msgid "AlmaLinux OS logo"
msgstr ""
#: www/templates/_partial/navbar.html:15
#: www/templates/_partial/navbar.html:16
msgid "Toggle navigation"
msgstr ""
#: www/templates/_partial/navbar.html:22
#: www/templates/_partial/navbar.html:23
msgid "Blog"
msgstr ""
#: www/templates/_partial/navbar.html:43
#: www/templates/_partial/navbar.html:44
msgid "Migrate from CentOS 8"
msgstr ""
#: www/templates/_partial/navbar.html:48
#: www/templates/_partial/navbar.html:49
msgid "Report Bugs"
msgstr ""
#: www/templates/_partial/navbar.html:56
#: www/templates/_partial/navbar.html:57
msgid "Shop"
msgstr ""
#: www/templates/_partial/navbar.html:61
msgid "Commercial Support"
msgstr ""
#: www/templates/_partial/navbar.html:69
#: www/templates/_partial/navbar.html:65
msgid "Language"
msgstr ""
#: www/templates/_partial/navbar.html:90 www/templates/index.html:49
#: www/templates/_partial/navbar.html:87 www/templates/index.html:51
msgid "Download"
msgstr ""
@ -135,15 +131,69 @@ msgstr ""
msgid "Next"
msgstr ""
#: www/templates/contribute/index.html:6
msgid "AlmaLinux OS - Contribute"
msgstr ""
#: www/templates/contribute/index.html:7 www/templates/contribute/index.html:22
msgid "Contribute to AlmaLinux OS development"
msgstr ""
#: www/templates/contribute/index.html:26
msgid ""
"AlmaLinux OS and infrastructure development are organized using our "
"community chat. There are many ways to contribute to AlmaLinux OS - testing, "
"quality assurance, documentation, and more."
msgstr ""
#: www/templates/contribute/index.html:33
#, python-format
msgid ""
"<a href=\"%(intro_link)s\">Introduce yourself</a> or join one of the topical "
"channels below to find out more!"
msgstr ""
#: www/templates/contribute/index.html:43
msgid "General chat"
msgstr ""
#: www/templates/contribute/index.html:48
msgid "Development"
msgstr ""
#: www/templates/contribute/index.html:53
msgid "Infrastructure"
msgstr ""
#: www/templates/contribute/index.html:58
msgid "Security"
msgstr ""
#: www/templates/contribute/index.html:63
msgid "Documentation"
msgstr ""
#: www/templates/contribute/index.html:68
msgid "Marketing"
msgstr ""
#: www/templates/contribute/index.html:73
msgid "Web presence"
msgstr ""
#: www/templates/contribute/index.html:82
msgid "Join AlmaLinux OS community chat"
msgstr ""
#: www/templates/index.html:6
msgid "AlmaLinux OS - Forever-Free Enterprise-Grade Operating System"
msgstr ""
#: www/templates/index.html:31
#: www/templates/index.html:33
msgid "Free Linux OS for the community, by the community"
msgstr ""
#: www/templates/index.html:34
#: www/templates/index.html:36
msgid ""
"An Open Source, community-governed and forever-free enterprise Linux "
"distribution, focused on long-term stability, providing a robust production-"
@ -151,68 +201,72 @@ msgid ""
"Stream CentOS."
msgstr ""
#: www/templates/index.html:44
#: www/templates/index.html:46
msgid "Contribute"
msgstr ""
#: www/templates/index.html:53
#: www/templates/index.html:56
msgid "Migrate"
msgstr ""
#: www/templates/index.html:60
#, python-format
msgid "Founded by the team behind the <a href=\"%(link)s\">CloudLinux OS</a>."
msgstr ""
#: www/templates/index.html:70
#: www/templates/index.html:77
msgid ""
"Our GitHub organization contains source code and tools used to build "
"AlmaLinux OS and related infrastructure."
msgstr ""
#: www/templates/index.html:78
#: www/templates/index.html:85
msgid "Explore"
msgstr ""
#: www/templates/index.html:90
#: www/templates/index.html:97
msgid ""
"Join our vibrant Reddit community, interact with other AlmaLinux OS users, "
"receive updates, find and provide help."
msgstr ""
#: www/templates/index.html:98
#: www/templates/index.html:105
msgid "Join"
msgstr ""
#: www/templates/index.html:107
#: www/templates/index.html:114
msgid "Community chat"
msgstr ""
#: www/templates/index.html:110
#: www/templates/index.html:117
msgid ""
"Join a real time discussion with other AlmaLinux OS community members, "
"governance team and AlmaLinux OS developers."
msgstr ""
#: www/templates/index.html:118
#: www/templates/index.html:125
msgid "Engage"
msgstr ""
#: www/templates/index.html:126
#: www/templates/index.html:133
msgid "Community forums"
msgstr ""
#: www/templates/index.html:128
#: www/templates/index.html:135
msgid ""
"Ask questions, get answers and contribute community support to others in "
"AlmaLinux OS community and developers alike."
msgstr ""
#: www/templates/index.html:136
#: www/templates/index.html:143
msgid "Discover"
msgstr ""
#: www/templates/index.html:150
#: www/templates/index.html:157
msgid "About AlmaLinux OS"
msgstr ""
#: www/templates/index.html:152
#: www/templates/index.html:159
msgid ""
"AlmaLinux OS is an open-source, community-driven Linux operating system that "
"fills the gap left by the discontinuation of the CentOS Linux stable "
@ -220,46 +274,50 @@ msgid ""
"and built by the community."
msgstr ""
#: www/templates/index.html:159
#: www/templates/index.html:166
msgid ""
"As a standalone, completely free OS, AlmaLinux OS enjoys $1M in annual "
"sponsorship from CloudLinux Inc and support from other sponsors. Ongoing "
"development efforts are governed by the members of the community."
msgstr ""
#: www/templates/index.html:166
#: www/templates/index.html:173
msgid ""
"The AlmaLinux OS Foundation is a 501(c)(6) non-profit created for the "
"benefit of the AlmaLinux OS community."
msgstr ""
#: www/templates/index.html:183
#: www/templates/index.html:187
msgid "Backed by"
msgstr ""
#: www/templates/index.html:211
msgid "Production-ready"
msgstr ""
#: www/templates/index.html:185
#: www/templates/index.html:213
msgid ""
"AlmaLinux OS is an enterprise-grade server OS and a stable Linux "
"distribution with regular releases that come with a long support windows. "
"You can rely on AlmaLinux OS to run any and every critical workloads."
msgstr ""
#: www/templates/index.html:196
#: www/templates/index.html:224
msgid "Fully supported, always free"
msgstr ""
#: www/templates/index.html:198
#: www/templates/index.html:226
msgid ""
"AlmaLinux OS Foundation members, sponsors and partners back the AlmaLinux OS "
"with investments and long support commitments to ensure the distribution is "
"free of limitations, fees and charges."
msgstr ""
#: www/templates/index.html:209
#: www/templates/index.html:237
msgid "Effortless to switch to"
msgstr ""
#: www/templates/index.html:212
#: www/templates/index.html:240
#, python-format
msgid ""
"Switching distributions is usually costly and time-consuming, but that’s not "
@ -267,39 +325,43 @@ msgid ""
"OS. Switching is easy - <a href=\"%(migrate_link)s\">read how.</a>"
msgstr ""
#: www/templates/index.html:228
msgid "Backed by"
#: www/templates/index.html:253 www/templates/showcase/index.html:7
msgid "Feature showcase"
msgstr ""
#: www/templates/index.html:249
#: www/templates/index.html:264
msgid "Commercial Support"
msgstr ""
#: www/templates/index.html:285
msgid "Answers to Key Questions"
msgstr ""
#: www/templates/index.html:283
#: www/templates/index.html:319
msgid "Stay updated!"
msgstr ""
#: www/templates/index.html:286
#: www/templates/index.html:322
msgid ""
"Subscribe to our newsletter and never miss out on the latest in AlmaLinux OS "
"development!"
msgstr ""
#: www/templates/index.html:300
#: www/templates/index.html:336
msgid "Your email"
msgstr ""
#: www/templates/index.html:304
#: www/templates/index.html:340
msgid "Subscribe"
msgstr ""
#: www/templates/index.html:311
#: www/templates/index.html:347
msgid ""
"By filling this form you agree to be contacted by AlmaLinux OS Foundation "
"regarding your request. You can unsubscribe at any time."
msgstr ""
#: www/templates/index.html:326
#: www/templates/index.html:362
msgid "AlmaLinux OS in the Press"
msgstr ""
@ -307,6 +369,10 @@ msgstr ""
msgid "Published"
msgstr ""
#: www/templates/showcase/index.html:6
msgid "AlmaLinux OS feature showcase"
msgstr ""
#: www/templates/subscribe_post.html:6
msgid "Mailing list subscription - AlmaLinux OS"
msgstr ""
@ -328,14 +394,14 @@ msgid ""
"You have successfully subscribed to AlmaLinux OS announcement mailing list!"
msgstr ""
#: www/views.py:51
#: www/views.py:53
msgid "Email address is not valid"
msgstr ""
#: www/views.py:75
#: www/views.py:77
msgid "Failed to subscribe to mailing list, please try again later"
msgstr ""
#: www/views.py:77
#: www/views.py:79
msgid "You are already subscribed to this mailing list!"
msgstr ""

2
locale/he/LC_MESSAGES/djangojs.po

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-30 13:21+0000\n"
"POT-Creation-Date: 2021-05-30 16:16+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

168
locale/it/LC_MESSAGES/django.po

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-30 13:21+0000\n"
"POT-Creation-Date: 2021-05-30 16:16+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -38,11 +38,11 @@ msgstr ""
msgid "Sorry, but the page you were trying to access could not be found."
msgstr ""
#: www/templates/_partial/footer.html:11 www/templates/_partial/navbar.html:37
#: www/templates/_partial/footer.html:11 www/templates/_partial/navbar.html:38
msgid "Resources"
msgstr ""
#: www/templates/_partial/footer.html:13 www/templates/_partial/navbar.html:27
#: www/templates/_partial/footer.html:13 www/templates/_partial/navbar.html:28
msgid "Wiki"
msgstr ""
@ -74,7 +74,7 @@ msgstr ""
msgid "Legal"
msgstr ""
#: www/templates/_partial/footer.html:33 www/templates/index.html:315
#: www/templates/_partial/footer.html:33 www/templates/index.html:351
msgid "Privacy Policy"
msgstr ""
@ -86,35 +86,31 @@ msgstr ""
msgid "AlmaLinux OS logo"
msgstr ""
#: www/templates/_partial/navbar.html:15
#: www/templates/_partial/navbar.html:16
msgid "Toggle navigation"
msgstr ""
#: www/templates/_partial/navbar.html:22
#: www/templates/_partial/navbar.html:23
msgid "Blog"
msgstr ""
#: www/templates/_partial/navbar.html:43
#: www/templates/_partial/navbar.html:44
msgid "Migrate from CentOS 8"
msgstr ""
#: www/templates/_partial/navbar.html:48
#: www/templates/_partial/navbar.html:49
msgid "Report Bugs"
msgstr ""
#: www/templates/_partial/navbar.html:56
#: www/templates/_partial/navbar.html:57
msgid "Shop"
msgstr ""
#: www/templates/_partial/navbar.html:61
msgid "Commercial Support"
msgstr ""
#: www/templates/_partial/navbar.html:69
#: www/templates/_partial/navbar.html:65
msgid "Language"
msgstr ""
#: www/templates/_partial/navbar.html:90 www/templates/index.html:49
#: www/templates/_partial/navbar.html:87 www/templates/index.html:51
msgid "Download"
msgstr ""
@ -134,15 +130,69 @@ msgstr ""
msgid "Next"
msgstr ""
#: www/templates/contribute/index.html:6
msgid "AlmaLinux OS - Contribute"
msgstr ""
#: www/templates/contribute/index.html:7 www/templates/contribute/index.html:22
msgid "Contribute to AlmaLinux OS development"
msgstr ""
#: www/templates/contribute/index.html:26
msgid ""
"AlmaLinux OS and infrastructure development are organized using our "
"community chat. There are many ways to contribute to AlmaLinux OS - testing, "
"quality assurance, documentation, and more."
msgstr ""
#: www/templates/contribute/index.html:33
#, python-format
msgid ""
"<a href=\"%(intro_link)s\">Introduce yourself</a> or join one of the topical "
"channels below to find out more!"
msgstr ""
#: www/templates/contribute/index.html:43
msgid "General chat"
msgstr ""
#: www/templates/contribute/index.html:48
msgid "Development"
msgstr ""
#: www/templates/contribute/index.html:53
msgid "Infrastructure"
msgstr ""
#: www/templates/contribute/index.html:58
msgid "Security"
msgstr ""
#: www/templates/contribute/index.html:63
msgid "Documentation"
msgstr ""
#: www/templates/contribute/index.html:68
msgid "Marketing"
msgstr ""
#: www/templates/contribute/index.html:73
msgid "Web presence"
msgstr ""
#: www/templates/contribute/index.html:82
msgid "Join AlmaLinux OS community chat"
msgstr ""
#: www/templates/index.html:6
msgid "AlmaLinux OS - Forever-Free Enterprise-Grade Operating System"
msgstr ""
#: www/templates/index.html:31
#: www/templates/index.html:33
msgid "Free Linux OS for the community, by the community"
msgstr ""
#: www/templates/index.html:34
#: www/templates/index.html:36
msgid ""
"An Open Source, community-governed and forever-free enterprise Linux "
"distribution, focused on long-term stability, providing a robust production-"
@ -150,68 +200,72 @@ msgid ""
"Stream CentOS."
msgstr ""
#: www/templates/index.html:44
#: www/templates/index.html:46
msgid "Contribute"
msgstr ""
#: www/templates/index.html:53
#: www/templates/index.html:56
msgid "Migrate"
msgstr ""
#: www/templates/index.html:60
#, python-format
msgid "Founded by the team behind the <a href=\"%(link)s\">CloudLinux OS</a>."
msgstr ""
#: www/templates/index.html:70
#: www/templates/index.html:77
msgid ""
"Our GitHub organization contains source code and tools used to build "
"AlmaLinux OS and related infrastructure."
msgstr ""
#: www/templates/index.html:78
#: www/templates/index.html:85
msgid "Explore"
msgstr ""
#: www/templates/index.html:90
#: www/templates/index.html:97
msgid ""
"Join our vibrant Reddit community, interact with other AlmaLinux OS users, "
"receive updates, find and provide help."
msgstr ""
#: www/templates/index.html:98
#: www/templates/index.html:105
msgid "Join"
msgstr ""
#: www/templates/index.html:107
#: www/templates/index.html:114
msgid "Community chat"
msgstr ""
#: www/templates/index.html:110
#: www/templates/index.html:117
msgid ""
"Join a real time discussion with other AlmaLinux OS community members, "
"governance team and AlmaLinux OS developers."
msgstr ""
#: www/templates/index.html:118
#: www/templates/index.html:125
msgid "Engage"
msgstr ""
#: www/templates/index.html:126
#: www/templates/index.html:133
msgid "Community forums"
msgstr ""
#: www/templates/index.html:128
#: www/templates/index.html:135
msgid ""
"Ask questions, get answers and contribute community support to others in "
"AlmaLinux OS community and developers alike."
msgstr ""
#: www/templates/index.html:136
#: www/templates/index.html:143
msgid "Discover"
msgstr ""
#: www/templates/index.html:150
#: www/templates/index.html:157
msgid "About AlmaLinux OS"
msgstr ""
#: www/templates/index.html:152
#: www/templates/index.html:159
msgid ""
"AlmaLinux OS is an open-source, community-driven Linux operating system that "
"fills the gap left by the discontinuation of the CentOS Linux stable "
@ -219,46 +273,50 @@ msgid ""
"and built by the community."
msgstr ""
#: www/templates/index.html:159
#: www/templates/index.html:166
msgid ""
"As a standalone, completely free OS, AlmaLinux OS enjoys $1M in annual "
"sponsorship from CloudLinux Inc and support from other sponsors. Ongoing "
"development efforts are governed by the members of the community."
msgstr ""
#: www/templates/index.html:166
#: www/templates/index.html:173
msgid ""
"The AlmaLinux OS Foundation is a 501(c)(6) non-profit created for the "
"benefit of the AlmaLinux OS community."
msgstr ""
#: www/templates/index.html:183
#: www/templates/index.html:187
msgid "Backed by"
msgstr ""
#: www/templates/index.html:211
msgid "Production-ready"
msgstr ""
#: www/templates/index.html:185
#: www/templates/index.html:213
msgid ""
"AlmaLinux OS is an enterprise-grade server OS and a stable Linux "
"distribution with regular releases that come with a long support windows. "
"You can rely on AlmaLinux OS to run any and every critical workloads."
msgstr ""
#: www/templates/index.html:196
#: www/templates/index.html:224
msgid "Fully supported, always free"
msgstr ""
#: www/templates/index.html:198
#: www/templates/index.html:226
msgid ""
"AlmaLinux OS Foundation members, sponsors and partners back the AlmaLinux OS "
"with investments and long support commitments to ensure the distribution is "
"free of limitations, fees and charges."
msgstr ""
#: www/templates/index.html:209
#: www/templates/index.html:237
msgid "Effortless to switch to"
msgstr ""
#: www/templates/index.html:212
#: www/templates/index.html:240
#, python-format
msgid ""
"Switching distributions is usually costly and time-consuming, but that’s not "
@ -266,39 +324,43 @@ msgid ""
"OS. Switching is easy - <a href=\"%(migrate_link)s\">read how.</a>"
msgstr ""
#: www/templates/index.html:228
msgid "Backed by"
#: www/templates/index.html:253 www/templates/showcase/index.html:7
msgid "Feature showcase"
msgstr ""
#: www/templates/index.html:249
#: www/templates/index.html:264
msgid "Commercial Support"
msgstr ""
#: www/templates/index.html:285
msgid "Answers to Key Questions"
msgstr ""
#: www/templates/index.html:283
#: www/templates/index.html:319
msgid "Stay updated!"
msgstr ""
#: www/templates/index.html:286
#: www/templates/index.html:322
msgid ""
"Subscribe to our newsletter and never miss out on the latest in AlmaLinux OS "
"development!"
msgstr ""
#: www/templates/index.html:300
#: www/templates/index.html:336
msgid "Your email"
msgstr ""
#: www/templates/index.html:304
#: www/templates/index.html:340
msgid "Subscribe"
msgstr ""
#: www/templates/index.html:311
#: www/templates/index.html:347
msgid ""
"By filling this form you agree to be contacted by AlmaLinux OS Foundation "
"regarding your request. You can unsubscribe at any time."
msgstr ""
#: www/templates/index.html:326
#: www/templates/index.html:362
msgid "AlmaLinux OS in the Press"
msgstr ""
@ -306,6 +368,10 @@ msgstr ""
msgid "Published"
msgstr ""
#: www/templates/showcase/index.html:6
msgid "AlmaLinux OS feature showcase"
msgstr ""
#: www/templates/subscribe_post.html:6
msgid "Mailing list subscription - AlmaLinux OS"
msgstr ""
@ -327,14 +393,14 @@ msgid ""
"You have successfully subscribed to AlmaLinux OS announcement mailing list!"
msgstr ""
#: www/views.py:51
#: www/views.py:53
msgid "Email address is not valid"
msgstr ""
#: www/views.py:75
#: www/views.py:77
msgid "Failed to subscribe to mailing list, please try again later"
msgstr ""
#: www/views.py:77
#: www/views.py:79
msgid "You are already subscribed to this mailing list!"
msgstr ""

2
locale/it/LC_MESSAGES/djangojs.po

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-30 13:21+0000\n"
"POT-Creation-Date: 2021-05-30 16:16+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

406
locale/ja/LC_MESSAGES/django.po

@ -0,0 +1,406 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-30 16:16+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: www/templates/404.html:4
msgid "404 Not Found - AlmaLinux OS"
msgstr ""
#: www/templates/404.html:6 www/templates/blog/index.html:9
#: www/templates/index.html:8 www/templates/layouts/base.html:19
#: www/templates/subscribe_post.html:8
msgid ""
"An open-source RHEL fork built by the team at CloudLinux, inspired by the "
"community."
msgstr ""
#: www/templates/404.html:13
msgid "404 Not Found"
msgstr ""
#: www/templates/404.html:16
msgid "Sorry, but the page you were trying to access could not be found."
msgstr ""
#: www/templates/_partial/footer.html:11 www/templates/_partial/navbar.html:38
msgid "Resources"
msgstr ""
#: www/templates/_partial/footer.html:13 www/templates/_partial/navbar.html:28
msgid "Wiki"
msgstr ""
#: www/templates/_partial/footer.html:15
msgid "Bugs"
msgstr ""
#: www/templates/_partial/footer.html:16
msgid "Repository"
msgstr ""
#: www/templates/_partial/footer.html:17
msgid "Downloads"
msgstr ""
#: www/templates/_partial/footer.html:21
msgid "Community"
msgstr ""
#: www/templates/_partial/footer.html:25
msgid "Forums"
msgstr ""
#: www/templates/_partial/footer.html:26
msgid "Chat"
msgstr ""
#: www/templates/_partial/footer.html:31
msgid "Legal"
msgstr ""
#: www/templates/_partial/footer.html:33 www/templates/index.html:351
msgid "Privacy Policy"
msgstr ""
#: www/templates/_partial/footer.html:34
msgid "Terms of Service"
msgstr ""
#: www/templates/_partial/navbar.html:7
msgid "AlmaLinux OS logo"
msgstr ""
#: www/templates/_partial/navbar.html:16
msgid "Toggle navigation"
msgstr ""
#: www/templates/_partial/navbar.html:23
msgid "Blog"
msgstr ""
#: www/templates/_partial/navbar.html:44
msgid "Migrate from CentOS 8"
msgstr ""
#: www/templates/_partial/navbar.html:49
msgid "Report Bugs"
msgstr ""
#: www/templates/_partial/navbar.html:57
msgid "Shop"
msgstr ""
#: www/templates/_partial/navbar.html:65
msgid "Language"
msgstr ""
#: www/templates/_partial/navbar.html:87 www/templates/index.html:51
msgid "Download"
msgstr ""
#: www/templates/blog/index.html:7
msgid "AlmaLinux OS Blog"
msgstr ""
#: www/templates/blog/index.html:40
msgid "Continue reading"
msgstr ""
#: www/templates/blog/index.html:53 www/templates/blog/index.html:59
msgid "Previous"
msgstr ""
#: www/templates/blog/index.html:71 www/templates/blog/index.html:77
msgid "Next"
msgstr ""
#: www/templates/contribute/index.html:6
msgid "AlmaLinux OS - Contribute"
msgstr ""
#: www/templates/contribute/index.html:7 www/templates/contribute/index.html:22
msgid "Contribute to AlmaLinux OS development"
msgstr ""
#: www/templates/contribute/index.html:26
msgid ""
"AlmaLinux OS and infrastructure development are organized using our "
"community chat. There are many ways to contribute to AlmaLinux OS - testing, "
"quality assurance, documentation, and more."
msgstr ""
#: www/templates/contribute/index.html:33
#, python-format
msgid ""
"<a href=\"%(intro_link)s\">Introduce yourself</a> or join one of the topical "
"channels below to find out more!"
msgstr ""
#: www/templates/contribute/index.html:43
msgid "General chat"
msgstr ""
#: www/templates/contribute/index.html:48
msgid "Development"
msgstr ""
#: www/templates/contribute/index.html:53
msgid "Infrastructure"
msgstr ""
#: www/templates/contribute/index.html:58
msgid "Security"
msgstr ""
#: www/templates/contribute/index.html:63
msgid "Documentation"
msgstr ""
#: www/templates/contribute/index.html:68
msgid "Marketing"
msgstr ""
#: www/templates/contribute/index.html:73
msgid "Web presence"
msgstr ""
#: www/templates/contribute/index.html:82
msgid "Join AlmaLinux OS community chat"
msgstr ""
#: www/templates/index.html:6
msgid "AlmaLinux OS - Forever-Free Enterprise-Grade Operating System"
msgstr ""
#: www/templates/index.html:33
msgid "Free Linux OS for the community, by the community"
msgstr ""
#: www/templates/index.html:36
msgid ""
"An Open Source, community-governed and forever-free enterprise Linux "
"distribution, focused on long-term stability, providing a robust production-"
"grade platform. AlmaLinux OS is 1:1 binary compatible with RHEL&reg; and pre-"
"Stream CentOS."
msgstr ""
#: www/templates/index.html:46
msgid "Contribute"
msgstr ""
#: www/templates/index.html:56
msgid "Migrate"
msgstr ""
#: www/templates/index.html:60
#, python-format
msgid "Founded by the team behind the <a href=\"%(link)s\">CloudLinux OS</a>."
msgstr ""
#: www/templates/index.html:77
msgid ""
"Our GitHub organization contains source code and tools used to build "
"AlmaLinux OS and related infrastructure."
msgstr ""
#: www/templates/index.html:85
msgid "Explore"
msgstr ""
#: www/templates/index.html:97
msgid ""
"Join our vibrant Reddit community, interact with other AlmaLinux OS users, "
"receive updates, find and provide help."
msgstr ""
#: www/templates/index.html:105
msgid "Join"
msgstr ""
#: www/templates/index.html:114
msgid "Community chat"
msgstr ""
#: www/templates/index.html:117
msgid ""
"Join a real time discussion with other AlmaLinux OS community members, "
"governance team and AlmaLinux OS developers."
msgstr ""
#: www/templates/index.html:125
msgid "Engage"
msgstr ""
#: www/templates/index.html:133
msgid "Community forums"
msgstr ""
#: www/templates/index.html:135
msgid ""
"Ask questions, get answers and contribute community support to others in "
"AlmaLinux OS community and developers alike."
msgstr ""
#: www/templates/index.html:143
msgid "Discover"
msgstr ""
#: www/templates/index.html:157
msgid "About AlmaLinux OS"
msgstr ""
#: www/templates/index.html:159
msgid ""
"AlmaLinux OS is an open-source, community-driven Linux operating system that "
"fills the gap left by the discontinuation of the CentOS Linux stable "
"release. AlmaLinux OS is a 1:1 binary compatible fork of RHEL&reg; guided "
"and built by the community."
msgstr ""
#: www/templates/index.html:166
msgid ""
"As a standalone, completely free OS, AlmaLinux OS enjoys $1M in annual "
"sponsorship from CloudLinux Inc and support from other sponsors. Ongoing "
"development efforts are governed by the members of the community."
msgstr ""
#: www/templates/index.html:173
msgid ""
"The AlmaLinux OS Foundation is a 501(c)(6) non-profit created for the "
"benefit of the AlmaLinux OS community."
msgstr ""
#: www/templates/index.html:187
msgid "Backed by"
msgstr ""
#: www/templates/index.html:211
msgid "Production-ready"
msgstr ""
#: www/templates/index.html:213
msgid ""
"AlmaLinux OS is an enterprise-grade server OS and a stable Linux "
"distribution with regular releases that come with a long support windows. "
"You can rely on AlmaLinux OS to run any and every critical workloads."
msgstr ""
#: www/templates/index.html:224
msgid "Fully supported, always free"
msgstr ""
#: www/templates/index.html:226
msgid ""
"AlmaLinux OS Foundation members, sponsors and partners back the AlmaLinux OS "
"with investments and long support commitments to ensure the distribution is "
"free of limitations, fees and charges."
msgstr ""
#: www/templates/index.html:237
msgid "Effortless to switch to"
msgstr ""
#: www/templates/index.html:240
#, python-format
msgid ""
"Switching distributions is usually costly and time-consuming, but that’s not "
"the case when switching from CentOS and other RHEL&reg; forks to AlmaLinux "
"OS. Switching is easy - <a href=\"%(migrate_link)s\">read how.</a>"
msgstr ""
#: www/templates/index.html:253 www/templates/showcase/index.html:7
msgid "Feature showcase"
msgstr ""
#: www/templates/index.html:264
msgid "Commercial Support"
msgstr ""
#: www/templates/index.html:285
msgid "Answers to Key Questions"
msgstr ""
#: www/templates/index.html:319
msgid "Stay updated!"
msgstr ""
#: www/templates/index.html:322
msgid ""
"Subscribe to our newsletter and never miss out on the latest in AlmaLinux OS "
"development!"
msgstr ""
#: www/templates/index.html:336
msgid "Your email"
msgstr ""
#: www/templates/index.html:340
msgid "Subscribe"
msgstr ""
#: www/templates/index.html:347
msgid ""
"By filling this form you agree to be contacted by AlmaLinux OS Foundation "
"regarding your request. You can unsubscribe at any time."
msgstr ""
#: www/templates/index.html:362
msgid "AlmaLinux OS in the Press"
msgstr ""
#: www/templates/page/page.html:27
msgid "Published"
msgstr ""
#: www/templates/showcase/index.html:6
msgid "AlmaLinux OS feature showcase"
msgstr ""
#: www/templates/subscribe_post.html:6
msgid "Mailing list subscription - AlmaLinux OS"
msgstr ""
#: www/templates/subscribe_post.html:16
msgid "Something went wrong..."
msgstr ""
#: www/templates/subscribe_post.html:22 www/templates/subscribe_post.html:33
msgid "Return home"
msgstr ""
#: www/templates/subscribe_post.html:27
msgid "Thank you!"
msgstr ""
#: www/templates/subscribe_post.html:30
msgid ""
"You have successfully subscribed to AlmaLinux OS announcement mailing list!"
msgstr ""
#: www/views.py:53
msgid "Email address is not valid"
msgstr ""
#: www/views.py:77
msgid "Failed to subscribe to mailing list, please try again later"
msgstr ""
#: www/views.py:79
msgid "You are already subscribed to this mailing list!"
msgstr ""

23
locale/ja/LC_MESSAGES/djangojs.po

@ -0,0 +1,23 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-30 16:16+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: frontend/src/common/js/main.js:7
msgid "Hello World"
msgstr ""

174
locale/lv/LC_MESSAGES/django.po

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-30 13:21+0000\n"
"POT-Creation-Date: 2021-05-30 16:16+0000\n"
"PO-Revision-Date: 2021-05-21 20:33+0000\n"
"Last-Translator: Matīss Treinis <matiss@hub256.com>\n"
"Language-Team: Latvian <https://hosted.weblate.org/projects/almalinux/"
@ -41,11 +41,11 @@ msgstr "404 Nav Atrasts"
msgid "Sorry, but the page you were trying to access could not be found."
msgstr "Atvaino, bet šī lapa nav pieejama."
#: www/templates/_partial/footer.html:11 www/templates/_partial/navbar.html:37
#: www/templates/_partial/footer.html:11 www/templates/_partial/navbar.html:38
msgid "Resources"
msgstr "Resursi"
#: www/templates/_partial/footer.html:13 www/templates/_partial/navbar.html:27
#: www/templates/_partial/footer.html:13 www/templates/_partial/navbar.html:28
msgid "Wiki"
msgstr "Wiki"
@ -77,7 +77,7 @@ msgstr "Čats"
msgid "Legal"
msgstr "Noteikumi"
#: www/templates/_partial/footer.html:33 www/templates/index.html:315
#: www/templates/_partial/footer.html:33 www/templates/index.html:351
msgid "Privacy Policy"
msgstr "Privātuma politika"
@ -89,35 +89,31 @@ msgstr "Lietošanas noteikumi"
msgid "AlmaLinux OS logo"
msgstr "AlmaLinux OS logo"
#: www/templates/_partial/navbar.html:15
#: www/templates/_partial/navbar.html:16
msgid "Toggle navigation"
msgstr "Atvērt navigāciju"
#: www/templates/_partial/navbar.html:22
#: www/templates/_partial/navbar.html:23
msgid "Blog"
msgstr "Blogs"
#: www/templates/_partial/navbar.html:43
#: www/templates/_partial/navbar.html:44
msgid "Migrate from CentOS 8"
msgstr "Migrēt no CentOS 8"
#: www/templates/_partial/navbar.html:48
#: www/templates/_partial/navbar.html:49
msgid "Report Bugs"
msgstr "Kļūdu paziņojumi"
#: www/templates/_partial/navbar.html:56
#: www/templates/_partial/navbar.html:57
msgid "Shop"
msgstr "Veikals"
#: www/templates/_partial/navbar.html:61
msgid "Commercial Support"
msgstr "Komerciāls atbalsts"
#: www/templates/_partial/navbar.html:69
#: www/templates/_partial/navbar.html:65
msgid "Language"
msgstr "Valoda"
#: www/templates/_partial/navbar.html:90 www/templates/index.html:49
#: www/templates/_partial/navbar.html:87 www/templates/index.html:51
msgid "Download"
msgstr "Lejupielādēt"
@ -137,15 +133,71 @@ msgstr "Atpakaļ"
msgid "Next"
msgstr "Uz priekšu"
#: www/templates/contribute/index.html:6
#, fuzzy
#| msgid "AlmaLinux OS in the Press"
msgid "AlmaLinux OS - Contribute"
msgstr "AlmaLinux OS presē"
#: www/templates/contribute/index.html:7 www/templates/contribute/index.html:22
msgid "Contribute to AlmaLinux OS development"
msgstr ""
#: www/templates/contribute/index.html:26
msgid ""
"AlmaLinux OS and infrastructure development are organized using our "
"community chat. There are many ways to contribute to AlmaLinux OS - testing, "
"quality assurance, documentation, and more."
msgstr ""
#: www/templates/contribute/index.html:33
#, python-format
msgid ""
"<a href=\"%(intro_link)s\">Introduce yourself</a> or join one of the topical "
"channels below to find out more!"
msgstr ""
#: www/templates/contribute/index.html:43
msgid "General chat"
msgstr ""
#: www/templates/contribute/index.html:48
msgid "Development"
msgstr ""
#: www/templates/contribute/index.html:53
msgid "Infrastructure"
msgstr ""
#: www/templates/contribute/index.html:58
msgid "Security"
msgstr ""
#: www/templates/contribute/index.html:63
msgid "Documentation"
msgstr ""
#: www/templates/contribute/index.html:68
msgid "Marketing"
msgstr ""
#: www/templates/contribute/index.html:73
msgid "Web presence"
msgstr ""
#: www/templates/contribute/index.html:82
msgid "Join AlmaLinux OS community chat"
msgstr ""
#: www/templates/index.html:6
msgid "AlmaLinux OS - Forever-Free Enterprise-Grade Operating System"
msgstr "AlmaLinux OS - vienmēr-bezmaksas komerciāla līmeņa operētājsistēma"
#: www/templates/index.html:31
#: www/templates/index.html:33
msgid "Free Linux OS for the community, by the community"
msgstr "Bezmaksas Linux operētājsistēma"
#: www/templates/index.html:34
#: www/templates/index.html:36
msgid ""
"An Open Source, community-governed and forever-free enterprise Linux "
"distribution, focused on long-term stability, providing a robust production-"
@ -157,18 +209,22 @@ msgstr ""
"produkcijas platformu un ir 1:1 bināri saderīga ar RHEL&reg; un pirms-Stream "
"CentOS operētājsistēmām."
#: www/templates/index.html:44
#: www/templates/index.html:46
msgid "Contribute"
msgstr "Piedalīties projektā"
#: www/templates/index.html:53
#: www/templates/index.html:56
msgid "Migrate"
msgstr ""
#: www/templates/index.html:60
#, python-format
msgid "Founded by the team behind the <a href=\"%(link)s\">CloudLinux OS</a>."
msgstr ""
"AlmaLinux OS dibināja komanda kas veido <a href=\"%(link)s\">CloudLinux OS</"
"a>."
#: www/templates/index.html:70
#: www/templates/index.html:77
msgid ""
"Our GitHub organization contains source code and tools used to build "
"AlmaLinux OS and related infrastructure."
@ -176,11 +232,11 @@ msgstr ""
"Mūsu GitHub organizācija satur izejas kodu un instrumentus kurus lietojam "
"AlmaLinux un infrastruktūras izveidei."
#: www/templates/index.html:78
#: www/templates/index.html:85
msgid "Explore"
msgstr "Izpētīt"
#: www/templates/index.html:90
#: www/templates/index.html:97
msgid ""
"Join our vibrant Reddit community, interact with other AlmaLinux OS users, "
"receive updates, find and provide help."
@ -188,15 +244,15 @@ msgstr ""
"Pievienojies mūsu Reddit kopienai, sazinies ar citiem AlmaLinux OS "
"lietotājiem, saņem jaunākās ziņas, atrodi un sniedz palīdzību."
#: www/templates/index.html:98
#: www/templates/index.html:105
msgid "Join"
msgstr "Pievienoties"
#: www/templates/index.html:107
#: www/templates/index.html:114
msgid "Community chat"
msgstr "Kopienas čats"
#: www/templates/index.html:110
#: www/templates/index.html:117
msgid ""
"Join a real time discussion with other AlmaLinux OS community members, "
"governance team and AlmaLinux OS developers."
@ -204,15 +260,15 @@ msgstr ""
"Pievienojieties reāllaika diskusijai ar citiem AlmaLinux OS lietotājiem, "
"pārvaldes komandu un AlmaLinux OS izstrādātājiem."
#: www/templates/index.html:118
#: www/templates/index.html:125
msgid "Engage"
msgstr "Iesaistīties"
#: www/templates/index.html:126
#: www/templates/index.html:133
msgid "Community forums"
msgstr "Kopienas forumi"
#: www/templates/index.html:128
#: www/templates/index.html:135
msgid ""
"Ask questions, get answers and contribute community support to others in "
"AlmaLinux OS community and developers alike."
@ -220,15 +276,15 @@ msgstr ""
"Uzdodiet jautājumus, saņemiet atbildes un sniedziet atbalstu citiem "
"AlmaLinux OS kopienā un kopā ar izstrādātājiem."
#: www/templates/index.html:136
#: www/templates/index.html:143
msgid "Discover"
msgstr "Apmeklēt"
#: www/templates/index.html:150
#: www/templates/index.html:157
msgid "About AlmaLinux OS"
msgstr "Par AlmaLinux OS"
#: www/templates/index.html:152
#: www/templates/index.html:159
msgid ""
"AlmaLinux OS is an open-source, community-driven Linux operating system that "
"fills the gap left by the discontinuation of the CentOS Linux stable "
@ -240,7 +296,7 @@ msgstr ""
"AlmaLinux OS ir bināri saderīga ar RHEL&reg;, to vada un izstrādā AlmaLinux "
"OS kopiena."
#: www/templates/index.html:159
#: www/templates/index.html:166
msgid ""
"As a standalone, completely free OS, AlmaLinux OS enjoys $1M in annual "
"sponsorship from CloudLinux Inc and support from other sponsors. Ongoing "
@ -250,7 +306,7 @@ msgstr ""
"miljonu ASV dolāruizstrādes finansējumu no CloudLinux Inc, kā arī citu "
"sponsoru atbalstu. AlmaLinux OS attīstību un izstrādi vada kopiena."
#: www/templates/index.html:166
#: www/templates/index.html:173
msgid ""
"The AlmaLinux OS Foundation is a 501(c)(6) non-profit created for the "
"benefit of the AlmaLinux OS community."
@ -259,11 +315,15 @@ msgstr ""
"kas izveidota AlmaLinux OS kopienas organizācijai un kopienas interešu "
"pārstāvībai."
#: www/templates/index.html:183
#: www/templates/index.html:187
msgid "Backed by"
msgstr "Atbalsta"
#: www/templates/index.html:211
msgid "Production-ready"
msgstr "Gatava lietošanai"
#: www/templates/index.html:185
#: www/templates/index.html:213
msgid ""
"AlmaLinux OS is an enterprise-grade server OS and a stable Linux "
"distribution with regular releases that come with a long support windows. "
@ -274,11 +334,11 @@ msgstr ""
"varat paļauties uz AlmaLinux OS visa veida kritiskas infrastruktūras "
"uzturēšanai."
#: www/templates/index.html:196
#: www/templates/index.html:224
msgid "Fully supported, always free"
msgstr "Pilnībā atbalstīta, vienmēr bezmaksas"
#: www/templates/index.html:198
#: www/templates/index.html:226
msgid ""
"AlmaLinux OS Foundation members, sponsors and partners back the AlmaLinux OS "
"with investments and long support commitments to ensure the distribution is "
@ -288,11 +348,11 @@ msgstr ""
"OS ar investīcijām un ilgām atbalsta saistībām, lai nodrošinātu AlmaLinux OS "
"distribūcijas pieejamību bez ierobežojumiem, nodevām un maksas."
#: www/templates/index.html:209
#: www/templates/index.html:237
msgid "Effortless to switch to"
msgstr "Vienkāršota migrācija"
#: www/templates/index.html:212
#: www/templates/index.html:240
#, python-format
msgid ""
"Switching distributions is usually costly and time-consuming, but that’s not "
@ -303,19 +363,23 @@ msgstr ""
"pāreja no CentOS un citām RHEL&reg; bāzētām Linux distribūcijām ir "
"vienkārša. <a href=\"%(migrate_link)s\">Uzzināt kā.</a>"
#: www/templates/index.html:228
msgid "Backed by"
msgstr "Atbalsta"
#: www/templates/index.html:253 www/templates/showcase/index.html:7
msgid "Feature showcase"
msgstr ""
#: www/templates/index.html:264
msgid "Commercial Support"
msgstr "Komerciāls atbalsts"
#: www/templates/index.html:249
#: www/templates/index.html:285
msgid "Answers to Key Questions"
msgstr "Atbildes uz svarīgākajiem jautājumiem"
#: www/templates/index.html:283
#: www/templates/index.html:319
msgid "Stay updated!"
msgstr "Pieraksties uz jaunumu saņemšanu!"
#: www/templates/index.html:286
#: www/templates/index.html:322
msgid ""
"Subscribe to our newsletter and never miss out on the latest in AlmaLinux OS "
"development!"
@ -323,15 +387,15 @@ msgstr ""
"Pievienojies saņemt jaunumus no AlmaLinux OS izstrādātājiem un nekad "
"nepalaidiet garām jaunāko AlmaLinux OS attīstība!"
#: www/templates/index.html:300
#: www/templates/index.html:336
msgid "Your email"
msgstr "Tavs epasts"
#: www/templates/index.html:304
#: www/templates/index.html:340
msgid "Subscribe"
msgstr "Parakstīties"
#: www/templates/index.html:311
#: www/templates/index.html:347
msgid ""
"By filling this form you agree to be contacted by AlmaLinux OS Foundation "
"regarding your request. You can unsubscribe at any time."
@ -340,7 +404,7 @@ msgstr ""
"Foundation attiecībā uz Tavu pieprasījumu. Abonamentu vari atcelt jebkurā "
"brīdī."
#: www/templates/index.html:326
#: www/templates/index.html:362
msgid "AlmaLinux OS in the Press"
msgstr "AlmaLinux OS presē"
@ -348,6 +412,12 @@ msgstr "AlmaLinux OS presē"
msgid "Published"
msgstr "Publicēts"
#: www/templates/showcase/index.html:6
#, fuzzy
#| msgid "AlmaLinux OS in the Press"
msgid "AlmaLinux OS feature showcase"
msgstr "AlmaLinux OS presē"
#: www/templates/subscribe_post.html:6
msgid "Mailing list subscription - AlmaLinux OS"
msgstr "Abonēšana - AlmaLinux OS"
@ -369,16 +439,16 @@ msgid ""
"You have successfully subscribed to AlmaLinux OS announcement mailing list!"
msgstr "Pierakstīšanās uz AlmaLinux OS jaunumu saņemšanu veiksmīga!"
#: www/views.py:51
#: www/views.py:53
msgid "Email address is not valid"
msgstr "Ievadītā epasta adrese nav derīga"
#: www/views.py:75
#: www/views.py:77
msgid "Failed to subscribe to mailing list, please try again later"
msgstr ""
"Nebija iespējams parakstīties uz atjauninājumu saņemšanu, lūdzu mēģini "
"vēlreiz"
#: www/views.py:77
#: www/views.py:79
msgid "You are already subscribed to this mailing list!"
msgstr "Tu jau esi parakstījies uz jaunumu saņemšanu!"

2
locale/lv/LC_MESSAGES/djangojs.po

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-30 13:21+0000\n"
"POT-Creation-Date: 2021-05-30 16:16+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

408
locale/pl/LC_MESSAGES/django.po

@ -0,0 +1,408 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-30 16:16+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n"
"%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n"
"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: www/templates/404.html:4
msgid "404 Not Found - AlmaLinux OS"
msgstr ""
#: www/templates/404.html:6 www/templates/blog/index.html:9
#: www/templates/index.html:8 www/templates/layouts/base.html:19
#: www/templates/subscribe_post.html:8
msgid ""
"An open-source RHEL fork built by the team at CloudLinux, inspired by the "
"community."
msgstr ""
#: www/templates/404.html:13
msgid "404 Not Found"
msgstr ""
#: www/templates/404.html:16
msgid "Sorry, but the page you were trying to access could not be found."
msgstr ""
#: www/templates/_partial/footer.html:11 www/templates/_partial/navbar.html:38
msgid "Resources"
msgstr ""
#: www/templates/_partial/footer.html:13 www/templates/_partial/navbar.html:28
msgid "Wiki"
msgstr ""
#: www/templates/_partial/footer.html:15
msgid "Bugs"
msgstr ""
#: www/templates/_partial/footer.html:16
msgid "Repository"
msgstr ""
#: www/templates/_partial/footer.html:17
msgid "Downloads"
msgstr ""
#: www/templates/_partial/footer.html:21
msgid "Community"
msgstr ""
#: www/templates/_partial/footer.html:25
msgid "Forums"
msgstr ""
#: www/templates/_partial/footer.html:26
msgid "Chat"
msgstr ""
#: www/templates/_partial/footer.html:31
msgid "Legal"
msgstr ""
#: www/templates/_partial/footer.html:33 www/templates/index.html:351
msgid "Privacy Policy"
msgstr ""
#: www/templates/_partial/footer.html:34
msgid "Terms of Service"
msgstr ""
#: www/templates/_partial/navbar.html:7
msgid "AlmaLinux OS logo"
msgstr ""
#: www/templates/_partial/navbar.html:16
msgid "Toggle navigation"
msgstr ""
#: www/templates/_partial/navbar.html:23
msgid "Blog"
msgstr ""
#: www/templates/_partial/navbar.html:44
msgid "Migrate from CentOS 8"
msgstr ""
#: www/templates/_partial/navbar.html:49
msgid "Report Bugs"
msgstr ""
#: www/templates/_partial/navbar.html:57
msgid "Shop"
msgstr ""
#: www/templates/_partial/navbar.html:65
msgid "Language"
msgstr ""
#: www/templates/_partial/navbar.html:87 www/templates/index.html:51
msgid "Download"
msgstr ""
#: www/templates/blog/index.html:7
msgid "AlmaLinux OS Blog"
msgstr ""
#: www/templates/blog/index.html:40
msgid "Continue reading"
msgstr ""
#: www/templates/blog/index.html:53 www/templates/blog/index.html:59
msgid "Previous"
msgstr ""
#: www/templates/blog/index.html:71 www/templates/blog/index.html:77
msgid "Next"
msgstr ""
#: www/templates/contribute/index.html:6
msgid "AlmaLinux OS - Contribute"
msgstr ""
#: www/templates/contribute/index.html:7 www/templates/contribute/index.html:22
msgid "Contribute to AlmaLinux OS development"
msgstr ""
#: www/templates/contribute/index.html:26
msgid ""
"AlmaLinux OS and infrastructure development are organized using our "
"community chat. There are many ways to contribute to AlmaLinux OS - testing, "
"quality assurance, documentation, and more."
msgstr ""
#: www/templates/contribute/index.html:33
#, python-format
msgid ""
"<a href=\"%(intro_link)s\">Introduce yourself</a> or join one of the topical "
"channels below to find out more!"
msgstr ""
#: www/templates/contribute/index.html:43
msgid "General chat"
msgstr ""
#: www/templates/contribute/index.html:48
msgid "Development"
msgstr ""
#: www/templates/contribute/index.html:53
msgid "Infrastructure"
msgstr ""
#: www/templates/contribute/index.html:58
msgid "Security"
msgstr ""
#: www/templates/contribute/index.html:63
msgid "Documentation"
msgstr ""
#: www/templates/contribute/index.html:68
msgid "Marketing"
msgstr ""
#: www/templates/contribute/index.html:73
msgid "Web presence"
msgstr ""
#: www/templates/contribute/index.html:82
msgid "Join AlmaLinux OS community chat"
msgstr ""
#: www/templates/index.html:6
msgid "AlmaLinux OS - Forever-Free Enterprise-Grade Operating System"
msgstr ""
#: www/templates/index.html:33
msgid "Free Linux OS for the community, by the community"
msgstr ""
#: www/templates/index.html:36
msgid ""
"An Open Source, community-governed and forever-free enterprise Linux "
"distribution, focused on long-term stability, providing a robust production-"
"grade platform. AlmaLinux OS is 1:1 binary compatible with RHEL&reg; and pre-"
"Stream CentOS."
msgstr ""
#: www/templates/index.html:46
msgid "Contribute"
msgstr ""
#: www/templates/index.html:56
msgid "Migrate"
msgstr ""
#: www/templates/index.html:60
#, python-format
msgid "Founded by the team behind the <a href=\"%(link)s\">CloudLinux OS</a>."
msgstr ""
#: www/templates/index.html:77
msgid ""
"Our GitHub organization contains source code and tools used to build "
"AlmaLinux OS and related infrastructure."
msgstr ""
#: www/templates/index.html:85
msgid "Explore"
msgstr ""
#: www/templates/index.html:97
msgid ""
"Join our vibrant Reddit community, interact with other AlmaLinux OS users, "
"receive updates, find and provide help."
msgstr ""
#: www/templates/index.html:105
msgid "Join"
msgstr ""
#: www/templates/index.html:114
msgid "Community chat"
msgstr ""
#: www/templates/index.html:117
msgid ""
"Join a real time discussion with other AlmaLinux OS community members, "
"governance team and AlmaLinux OS developers."
msgstr ""
#: www/templates/index.html:125
msgid "Engage"
msgstr ""
#: www/templates/index.html:133
msgid "Community forums"
msgstr ""
#: www/templates/index.html:135
msgid ""
"Ask questions, get answers and contribute community support to others in "
"AlmaLinux OS community and developers alike."
msgstr ""
#: www/templates/index.html:143
msgid "Discover"
msgstr ""
#: www/templates/index.html:157
msgid "About AlmaLinux OS"
msgstr ""
#: www/templates/index.html:159
msgid ""
"AlmaLinux OS is an open-source, community-driven Linux operating system that "
"fills the gap left by the discontinuation of the CentOS Linux stable "
"release. AlmaLinux OS is a 1:1 binary compatible fork of RHEL&reg; guided "
"and built by the community."
msgstr ""
#: www/templates/index.html:166
msgid ""
"As a standalone, completely free OS, AlmaLinux OS enjoys $1M in annual "
"sponsorship from CloudLinux Inc and support from other sponsors. Ongoing "
"development efforts are governed by the members of the community."
msgstr ""
#: www/templates/index.html:173
msgid ""
"The AlmaLinux OS Foundation is a 501(c)(6) non-profit created for the "
"benefit of the AlmaLinux OS community."
msgstr ""
#: www/templates/index.html:187
msgid "Backed by"
msgstr ""
#: www/templates/index.html:211
msgid "Production-ready"
msgstr ""
#: www/templates/index.html:213
msgid ""
"AlmaLinux OS is an enterprise-grade server OS and a stable Linux "
"distribution with regular releases that come with a long support windows. "
"You can rely on AlmaLinux OS to run any and every critical workloads."
msgstr ""
#: www/templates/index.html:224
msgid "Fully supported, always free"
msgstr ""
#: www/templates/index.html:226
msgid ""
"AlmaLinux OS Foundation members, sponsors and partners back the AlmaLinux OS "
"with investments and long support commitments to ensure the distribution is "
"free of limitations, fees and charges."
msgstr ""
#: www/templates/index.html:237
msgid "Effortless to switch to"
msgstr ""
#: www/templates/index.html:240
#, python-format
msgid ""
"Switching distributions is usually costly and time-consuming, but that’s not "
"the case when switching from CentOS and other RHEL&reg; forks to AlmaLinux "
"OS. Switching is easy - <a href=\"%(migrate_link)s\">read how.</a>"
msgstr ""
#: www/templates/index.html:253 www/templates/showcase/index.html:7
msgid "Feature showcase"
msgstr ""
#: www/templates/index.html:264
msgid "Commercial Support"
msgstr ""
#: www/templates/index.html:285
msgid "Answers to Key Questions"
msgstr ""
#: www/templates/index.html:319
msgid "Stay updated!"
msgstr ""
#: www/templates/index.html:322
msgid ""
"Subscribe to our newsletter and never miss out on the latest in AlmaLinux OS "
"development!"
msgstr ""
#: www/templates/index.html:336
msgid "Your email"
msgstr ""
#: www/templates/index.html:340
msgid "Subscribe"
msgstr ""
#: www/templates/index.html:347
msgid ""
"By filling this form you agree to be contacted by AlmaLinux OS Foundation "
"regarding your request. You can unsubscribe at any time."
msgstr ""
#: www/templates/index.html:362
msgid "AlmaLinux OS in the Press"
msgstr ""
#: www/templates/page/page.html:27
msgid "Published"
msgstr ""
#: www/templates/showcase/index.html:6
msgid "AlmaLinux OS feature showcase"
msgstr ""
#: www/templates/subscribe_post.html:6
msgid "Mailing list subscription - AlmaLinux OS"
msgstr ""
#: www/templates/subscribe_post.html:16
msgid "Something went wrong..."
msgstr ""
#: www/templates/subscribe_post.html:22 www/templates/subscribe_post.html:33
msgid "Return home"
msgstr ""
#: www/templates/subscribe_post.html:27
msgid "Thank you!"
msgstr ""
#: www/templates/subscribe_post.html:30
msgid ""
"You have successfully subscribed to AlmaLinux OS announcement mailing list!"
msgstr ""
#: www/views.py:53
msgid "Email address is not valid"
msgstr ""
#: www/views.py:77
msgid "Failed to subscribe to mailing list, please try again later"
msgstr ""
#: www/views.py:79
msgid "You are already subscribed to this mailing list!"
msgstr ""

25
locale/pl/LC_MESSAGES/djangojs.po

@ -0,0 +1,25 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-30 16:16+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n"
"%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n"
"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: frontend/src/common/js/main.js:7
msgid "Hello World"
msgstr ""

406
locale/pt/LC_MESSAGES/django.po

@ -0,0 +1,406 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-30 16:16+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: www/templates/404.html:4
msgid "404 Not Found - AlmaLinux OS"
msgstr ""
#: www/templates/404.html:6 www/templates/blog/index.html:9
#: www/templates/index.html:8 www/templates/layouts/base.html:19
#: www/templates/subscribe_post.html:8
msgid ""
"An open-source RHEL fork built by the team at CloudLinux, inspired by the "
"community."
msgstr ""
#: www/templates/404.html:13
msgid "404 Not Found"
msgstr ""
#: www/templates/404.html:16
msgid "Sorry, but the page you were trying to access could not be found."
msgstr ""
#: www/templates/_partial/footer.html:11 www/templates/_partial/navbar.html:38
msgid "Resources"
msgstr ""
#: www/templates/_partial/footer.html:13 www/templates/_partial/navbar.html:28
msgid "Wiki"
msgstr ""
#: www/templates/_partial/footer.html:15
msgid "Bugs"
msgstr ""
#: www/templates/_partial/footer.html:16
msgid "Repository"
msgstr ""
#: www/templates/_partial/footer.html:17
msgid "Downloads"
msgstr ""
#: www/templates/_partial/footer.html:21
msgid "Community"
msgstr ""
#: www/templates/_partial/footer.html:25
msgid "Forums"
msgstr ""
#: www/templates/_partial/footer.html:26
msgid "Chat"
msgstr ""
#: www/templates/_partial/footer.html:31
msgid "Legal"
msgstr ""
#: www/templates/_partial/footer.html:33 www/templates/index.html:351
msgid "Privacy Policy"
msgstr ""
#: www/templates/_partial/footer.html:34
msgid "Terms of Service"
msgstr ""
#: www/templates/_partial/navbar.html:7
msgid "AlmaLinux OS logo"
msgstr ""
#: www/templates/_partial/navbar.html:16
msgid "Toggle navigation"
msgstr ""
#: www/templates/_partial/navbar.html:23
msgid "Blog"
msgstr ""
#: www/templates/_partial/navbar.html:44
msgid "Migrate from CentOS 8"
msgstr ""
#: www/templates/_partial/navbar.html:49
msgid "Report Bugs"
msgstr ""
#: www/templates/_partial/navbar.html:57
msgid "Shop"
msgstr ""
#: www/templates/_partial/navbar.html:65
msgid "Language"
msgstr ""
#: www/templates/_partial/navbar.html:87 www/templates/index.html:51
msgid "Download"
msgstr ""
#: www/templates/blog/index.html:7
msgid "AlmaLinux OS Blog"
msgstr ""
#: www/templates/blog/index.html:40
msgid "Continue reading"
msgstr ""
#: www/templates/blog/index.html:53 www/templates/blog/index.html:59
msgid "Previous"
msgstr ""
#: www/templates/blog/index.html:71 www/templates/blog/index.html:77
msgid "Next"
msgstr ""
#: www/templates/contribute/index.html:6
msgid "AlmaLinux OS - Contribute"
msgstr ""
#: www/templates/contribute/index.html:7 www/templates/contribute/index.html:22
msgid "Contribute to AlmaLinux OS development"
msgstr ""
#: www/templates/contribute/index.html:26
msgid ""
"AlmaLinux OS and infrastructure development are organized using our "
"community chat. There are many ways to contribute to AlmaLinux OS - testing, "
"quality assurance, documentation, and more."
msgstr ""
#: www/templates/contribute/index.html:33
#, python-format
msgid ""
"<a href=\"%(intro_link)s\">Introduce yourself</a> or join one of the topical "
"channels below to find out more!"
msgstr ""
#: www/templates/contribute/index.html:43
msgid "General chat"
msgstr ""
#: www/templates/contribute/index.html:48
msgid "Development"
msgstr ""
#: www/templates/contribute/index.html:53
msgid "Infrastructure"
msgstr ""
#: www/templates/contribute/index.html:58
msgid "Security"
msgstr ""
#: www/templates/contribute/index.html:63
msgid "Documentation"
msgstr ""
#: www/templates/contribute/index.html:68
msgid "Marketing"
msgstr ""
#: www/templates/contribute/index.html:73
msgid "Web presence"
msgstr ""
#: www/templates/contribute/index.html:82
msgid "Join AlmaLinux OS community chat"
msgstr ""
#: www/templates/index.html:6
msgid "AlmaLinux OS - Forever-Free Enterprise-Grade Operating System"
msgstr ""
#: www/templates/index.html:33
msgid "Free Linux OS for the community, by the community"
msgstr ""
#: www/templates/index.html:36
msgid ""
"An Open Source, community-governed and forever-free enterprise Linux "
"distribution, focused on long-term stability, providing a robust production-"
"grade platform. AlmaLinux OS is 1:1 binary compatible with RHEL&reg; and pre-"
"Stream CentOS."
msgstr ""
#: www/templates/index.html:46
msgid "Contribute"
msgstr ""
#: www/templates/index.html:56
msgid "Migrate"
msgstr ""
#: www/templates/index.html:60
#, python-format
msgid "Founded by the team behind the <a href=\"%(link)s\">CloudLinux OS</a>."
msgstr ""
#: www/templates/index.html:77
msgid ""
"Our GitHub organization contains source code and tools used to build "
"AlmaLinux OS and related infrastructure."
msgstr ""
#: www/templates/index.html:85
msgid "Explore"
msgstr ""
#: www/templates/index.html:97
msgid ""
"Join our vibrant Reddit community, interact with other AlmaLinux OS users, "
"receive updates, find and provide help."
msgstr ""
#: www/templates/index.html:105
msgid "Join"
msgstr ""
#: www/templates/index.html:114
msgid "Community chat"
msgstr ""
#: www/templates/index.html:117
msgid ""
"Join a real time discussion with other AlmaLinux OS community members, "
"governance team and AlmaLinux OS developers."
msgstr ""
#: www/templates/index.html:125
msgid "Engage"
msgstr ""
#: www/templates/index.html:133
msgid "Community forums"
msgstr ""
#: www/templates/index.html:135
msgid ""
"Ask questions, get answers and contribute community support to others in "
"AlmaLinux OS community and developers alike."
msgstr ""
#: www/templates/index.html:143
msgid "Discover"
msgstr ""
#: www/templates/index.html:157
msgid "About AlmaLinux OS"
msgstr ""
#: www/templates/index.html:159
msgid ""
"AlmaLinux OS is an open-source, community-driven Linux operating system that "
"fills the gap left by the discontinuation of the CentOS Linux stable "
"release. AlmaLinux OS is a 1:1 binary compatible fork of RHEL&reg; guided "
"and built by the community."
msgstr ""
#: www/templates/index.html:166
msgid ""
"As a standalone, completely free OS, AlmaLinux OS enjoys $1M in annual "
"sponsorship from CloudLinux Inc and support from other sponsors. Ongoing "
"development efforts are governed by the members of the community."
msgstr ""
#: www/templates/index.html:173
msgid ""
"The AlmaLinux OS Foundation is a 501(c)(6) non-profit created for the "
"benefit of the AlmaLinux OS community."
msgstr ""
#: www/templates/index.html:187
msgid "Backed by"
msgstr ""
#: www/templates/index.html:211
msgid "Production-ready"
msgstr ""
#: www/templates/index.html:213
msgid ""
"AlmaLinux OS is an enterprise-grade server OS and a stable Linux "
"distribution with regular releases that come with a long support windows. "
"You can rely on AlmaLinux OS to run any and every critical workloads."
msgstr ""
#: www/templates/index.html:224
msgid "Fully supported, always free"
msgstr ""
#: www/templates/index.html:226
msgid ""
"AlmaLinux OS Foundation members, sponsors and partners back the AlmaLinux OS "
"with investments and long support commitments to ensure the distribution is "
"free of limitations, fees and charges."
msgstr ""
#: www/templates/index.html:237
msgid "Effortless to switch to"
msgstr ""
#: www/templates/index.html:240
#, python-format
msgid ""
"Switching distributions is usually costly and time-consuming, but that’s not "
"the case when switching from CentOS and other RHEL&reg; forks to AlmaLinux "
"OS. Switching is easy - <a href=\"%(migrate_link)s\">read how.</a>"
msgstr ""
#: www/templates/index.html:253 www/templates/showcase/index.html:7
msgid "Feature showcase"
msgstr ""
#: www/templates/index.html:264
msgid "Commercial Support"
msgstr ""
#: www/templates/index.html:285
msgid "Answers to Key Questions"
msgstr ""
#: www/templates/index.html:319
msgid "Stay updated!"
msgstr ""
#: www/templates/index.html:322
msgid ""
"Subscribe to our newsletter and never miss out on the latest in AlmaLinux OS "
"development!"
msgstr ""
#: www/templates/index.html:336
msgid "Your email"
msgstr ""
#: www/templates/index.html:340
msgid "Subscribe"
msgstr ""
#: www/templates/index.html:347
msgid ""
"By filling this form you agree to be contacted by AlmaLinux OS Foundation "
"regarding your request. You can unsubscribe at any time."
msgstr ""
#: www/templates/index.html:362
msgid "AlmaLinux OS in the Press"
msgstr ""
#: www/templates/page/page.html:27
msgid "Published"
msgstr ""
#: www/templates/showcase/index.html:6
msgid "AlmaLinux OS feature showcase"
msgstr ""
#: www/templates/subscribe_post.html:6
msgid "Mailing list subscription - AlmaLinux OS"
msgstr ""
#: www/templates/subscribe_post.html:16
msgid "Something went wrong..."
msgstr ""
#: www/templates/subscribe_post.html:22 www/templates/subscribe_post.html:33
msgid "Return home"
msgstr ""
#: www/templates/subscribe_post.html:27
msgid "Thank you!"
msgstr ""
#: www/templates/subscribe_post.html:30
msgid ""
"You have successfully subscribed to AlmaLinux OS announcement mailing list!"
msgstr ""
#: www/views.py:53
msgid "Email address is not valid"
msgstr ""
#: www/views.py:77
msgid "Failed to subscribe to mailing list, please try again later"
msgstr ""
#: www/views.py:79
msgid "You are already subscribed to this mailing list!"
msgstr ""

23
locale/pt/LC_MESSAGES/djangojs.po

@ -0,0 +1,23 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-30 16:16+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: frontend/src/common/js/main.js:7
msgid "Hello World"
msgstr ""

406
locale/pt_BR/LC_MESSAGES/django.po

@ -0,0 +1,406 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-30 16:16+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: www/templates/404.html:4
msgid "404 Not Found - AlmaLinux OS"
msgstr ""
#: www/templates/404.html:6 www/templates/blog/index.html:9
#: www/templates/index.html:8 www/templates/layouts/base.html:19
#: www/templates/subscribe_post.html:8
msgid ""
"An open-source RHEL fork built by the team at CloudLinux, inspired by the "
"community."
msgstr ""
#: www/templates/404.html:13
msgid "404 Not Found"
msgstr ""
#: www/templates/404.html:16
msgid "Sorry, but the page you were trying to access could not be found."
msgstr ""
#: www/templates/_partial/footer.html:11 www/templates/_partial/navbar.html:38
msgid "Resources"
msgstr ""
#: www/templates/_partial/footer.html:13 www/templates/_partial/navbar.html:28
msgid "Wiki"
msgstr ""
#: www/templates/_partial/footer.html:15
msgid "Bugs"
msgstr ""
#: www/templates/_partial/footer.html:16
msgid "Repository"
msgstr ""
#: www/templates/_partial/footer.html:17
msgid "Downloads"
msgstr ""
#: www/templates/_partial/footer.html:21
msgid "Community"
msgstr ""
#: www/templates/_partial/footer.html:25
msgid "Forums"
msgstr ""
#: www/templates/_partial/footer.html:26
msgid "Chat"
msgstr ""
#: www/templates/_partial/footer.html:31
msgid "Legal"
msgstr ""
#: www/templates/_partial/footer.html:33 www/templates/index.html:351
msgid "Privacy Policy"
msgstr ""
#: www/templates/_partial/footer.html:34
msgid "Terms of Service"
msgstr ""
#: www/templates/_partial/navbar.html:7
msgid "AlmaLinux OS logo"
msgstr ""
#: www/templates/_partial/navbar.html:16
msgid "Toggle navigation"
msgstr ""
#: www/templates/_partial/navbar.html:23
msgid "Blog"
msgstr ""
#: www/templates/_partial/navbar.html:44
msgid "Migrate from CentOS 8"
msgstr ""
#: www/templates/_partial/navbar.html:49
msgid "Report Bugs"
msgstr ""
#: www/templates/_partial/navbar.html:57
msgid "Shop"
msgstr ""
#: www/templates/_partial/navbar.html:65
msgid "Language"
msgstr ""
#: www/templates/_partial/navbar.html:87 www/templates/index.html:51
msgid "Download"
msgstr ""
#: www/templates/blog/index.html:7
msgid "AlmaLinux OS Blog"
msgstr ""
#: www/templates/blog/index.html:40
msgid "Continue reading"
msgstr ""
#: www/templates/blog/index.html:53 www/templates/blog/index.html:59
msgid "Previous"
msgstr ""
#: www/templates/blog/index.html:71 www/templates/blog/index.html:77
msgid "Next"
msgstr ""
#: www/templates/contribute/index.html:6
msgid "AlmaLinux OS - Contribute"
msgstr ""
#: www/templates/contribute/index.html:7 www/templates/contribute/index.html:22
msgid "Contribute to AlmaLinux OS development"
msgstr ""
#: www/templates/contribute/index.html:26
msgid ""
"AlmaLinux OS and infrastructure development are organized using our "
"community chat. There are many ways to contribute to AlmaLinux OS - testing, "
"quality assurance, documentation, and more."
msgstr ""
#: www/templates/contribute/index.html:33
#, python-format
msgid ""
"<a href=\"%(intro_link)s\">Introduce yourself</a> or join one of the topical "
"channels below to find out more!"
msgstr ""
#: www/templates/contribute/index.html:43
msgid "General chat"
msgstr ""
#: www/templates/contribute/index.html:48
msgid "Development"
msgstr ""
#: www/templates/contribute/index.html:53
msgid "Infrastructure"
msgstr ""
#: www/templates/contribute/index.html:58
msgid "Security"
msgstr ""
#: www/templates/contribute/index.html:63
msgid "Documentation"
msgstr ""
#: www/templates/contribute/index.html:68
msgid "Marketing"
msgstr ""
#: www/templates/contribute/index.html:73
msgid "Web presence"
msgstr ""
#: www/templates/contribute/index.html:82
msgid "Join AlmaLinux OS community chat"
msgstr ""
#: www/templates/index.html:6
msgid "AlmaLinux OS - Forever-Free Enterprise-Grade Operating System"
msgstr ""
#: www/templates/index.html:33
msgid "Free Linux OS for the community, by the community"
msgstr ""
#: www/templates/index.html:36
msgid ""
"An Open Source, community-governed and forever-free enterprise Linux "
"distribution, focused on long-term stability, providing a robust production-"
"grade platform. AlmaLinux OS is 1:1 binary compatible with RHEL&reg; and pre-"
"Stream CentOS."
msgstr ""
#: www/templates/index.html:46
msgid "Contribute"
msgstr ""
#: www/templates/index.html:56
msgid "Migrate"
msgstr ""
#: www/templates/index.html:60
#, python-format
msgid "Founded by the team behind the <a href=\"%(link)s\">CloudLinux OS</a>."
msgstr ""
#: www/templates/index.html:77
msgid ""
"Our GitHub organization contains source code and tools used to build "
"AlmaLinux OS and related infrastructure."
msgstr ""
#: www/templates/index.html:85
msgid "Explore"
msgstr ""
#: www/templates/index.html:97
msgid ""
"Join our vibrant Reddit community, interact with other AlmaLinux OS users, "
"receive updates, find and provide help."
msgstr ""
#: www/templates/index.html:105
msgid "Join"
msgstr ""
#: www/templates/index.html:114
msgid "Community chat"
msgstr ""
#: www/templates/index.html:117
msgid ""
"Join a real time discussion with other AlmaLinux OS community members, "
"governance team and AlmaLinux OS developers."
msgstr ""
#: www/templates/index.html:125
msgid "Engage"
msgstr ""
#: www/templates/index.html:133
msgid "Community forums"
msgstr ""
#: www/templates/index.html:135
msgid ""
"Ask questions, get answers and contribute community support to others in "
"AlmaLinux OS community and developers alike."
msgstr ""
#: www/templates/index.html:143
msgid "Discover"
msgstr ""
#: www/templates/index.html:157
msgid "About AlmaLinux OS"
msgstr ""
#: www/templates/index.html:159
msgid ""
"AlmaLinux OS is an open-source, community-driven Linux operating system that "
"fills the gap left by the discontinuation of the CentOS Linux stable "
"release. AlmaLinux OS is a 1:1 binary compatible fork of RHEL&reg; guided "
"and built by the community."
msgstr ""
#: www/templates/index.html:166
msgid ""
"As a standalone, completely free OS, AlmaLinux OS enjoys $1M in annual "
"sponsorship from CloudLinux Inc and support from other sponsors. Ongoing "
"development efforts are governed by the members of the community."
msgstr ""
#: www/templates/index.html:173
msgid ""
"The AlmaLinux OS Foundation is a 501(c)(6) non-profit created for the "
"benefit of the AlmaLinux OS community."
msgstr ""
#: www/templates/index.html:187
msgid "Backed by"
msgstr ""
#: www/templates/index.html:211
msgid "Production-ready"
msgstr ""
#: www/templates/index.html:213
msgid ""
"AlmaLinux OS is an enterprise-grade server OS and a stable Linux "
"distribution with regular releases that come with a long support windows. "
"You can rely on AlmaLinux OS to run any and every critical workloads."
msgstr ""
#: www/templates/index.html:224
msgid "Fully supported, always free"
msgstr ""
#: www/templates/index.html:226
msgid ""
"AlmaLinux OS Foundation members, sponsors and partners back the AlmaLinux OS "
"with investments and long support commitments to ensure the distribution is "
"free of limitations, fees and charges."
msgstr ""
#: www/templates/index.html:237
msgid "Effortless to switch to"
msgstr ""
#: www/templates/index.html:240
#, python-format
msgid ""
"Switching distributions is usually costly and time-consuming, but that’s not "
"the case when switching from CentOS and other RHEL&reg; forks to AlmaLinux "
"OS. Switching is easy - <a href=\"%(migrate_link)s\">read how.</a>"
msgstr ""
#: www/templates/index.html:253 www/templates/showcase/index.html:7
msgid "Feature showcase"
msgstr ""
#: www/templates/index.html:264
msgid "Commercial Support"
msgstr ""
#: www/templates/index.html:285
msgid "Answers to Key Questions"
msgstr ""
#: www/templates/index.html:319
msgid "Stay updated!"
msgstr ""
#: www/templates/index.html:322
msgid ""
"Subscribe to our newsletter and never miss out on the latest in AlmaLinux OS "
"development!"
msgstr ""
#: www/templates/index.html:336
msgid "Your email"
msgstr ""
#: www/templates/index.html:340
msgid "Subscribe"
msgstr ""
#: www/templates/index.html:347
msgid ""
"By filling this form you agree to be contacted by AlmaLinux OS Foundation "
"regarding your request. You can unsubscribe at any time."
msgstr ""
#: www/templates/index.html:362
msgid "AlmaLinux OS in the Press"
msgstr ""
#: www/templates/page/page.html:27
msgid "Published"
msgstr ""
#: www/templates/showcase/index.html:6
msgid "AlmaLinux OS feature showcase"
msgstr ""
#: www/templates/subscribe_post.html:6
msgid "Mailing list subscription - AlmaLinux OS"
msgstr ""
#: www/templates/subscribe_post.html:16
msgid "Something went wrong..."
msgstr ""
#: www/templates/subscribe_post.html:22 www/templates/subscribe_post.html:33
msgid "Return home"
msgstr ""
#: www/templates/subscribe_post.html:27
msgid "Thank you!"
msgstr ""
#: www/templates/subscribe_post.html:30
msgid ""
"You have successfully subscribed to AlmaLinux OS announcement mailing list!"
msgstr ""
#: www/views.py:53
msgid "Email address is not valid"
msgstr ""
#: www/views.py:77
msgid "Failed to subscribe to mailing list, please try again later"
msgstr ""
#: www/views.py:79
msgid "You are already subscribed to this mailing list!"
msgstr ""

23
locale/pt_BR/LC_MESSAGES/djangojs.po

@ -0,0 +1,23 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-30 16:16+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: frontend/src/common/js/main.js:7
msgid "Hello World"
msgstr ""

172
locale/ru/LC_MESSAGES/django.po

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: almalinuxorg/1.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-30 13:21+0000\n"
"POT-Creation-Date: 2021-05-30 16:16+0000\n"
"PO-Revision-Date: 2021-05-25 17:48+0000\n"
"Last-Translator: Eugene Zamriy <eugene@zamriy.info>\n"
"Language-Team: Russian <https://hosted.weblate.org/projects/almalinux/"
@ -36,11 +36,11 @@ msgstr ""
msgid "Sorry, but the page you were trying to access could not be found."
msgstr ""
#: www/templates/_partial/footer.html:11 www/templates/_partial/navbar.html:37
#: www/templates/_partial/footer.html:11 www/templates/_partial/navbar.html:38
msgid "Resources"
msgstr ""
#: www/templates/_partial/footer.html:13 www/templates/_partial/navbar.html:27
#: www/templates/_partial/footer.html:13 www/templates/_partial/navbar.html:28
msgid "Wiki"
msgstr ""
@ -72,7 +72,7 @@ msgstr ""
msgid "Legal"
msgstr ""
#: www/templates/_partial/footer.html:33 www/templates/index.html:315
#: www/templates/_partial/footer.html:33 www/templates/index.html:351
msgid "Privacy Policy"
msgstr ""
@ -84,35 +84,31 @@ msgstr ""
msgid "AlmaLinux OS logo"
msgstr ""
#: www/templates/_partial/navbar.html:15
#: www/templates/_partial/navbar.html:16
msgid "Toggle navigation"
msgstr ""
#: www/templates/_partial/navbar.html:22
#: www/templates/_partial/navbar.html:23
msgid "Blog"
msgstr ""
#: www/templates/_partial/navbar.html:43
#: www/templates/_partial/navbar.html:44
msgid "Migrate from CentOS 8"
msgstr ""
#: www/templates/_partial/navbar.html:48
#: www/templates/_partial/navbar.html:49
msgid "Report Bugs"
msgstr ""
#: www/templates/_partial/navbar.html:56
#: www/templates/_partial/navbar.html:57
msgid "Shop"
msgstr ""
#: www/templates/_partial/navbar.html:61
msgid "Commercial Support"
msgstr ""
#: www/templates/_partial/navbar.html:69
#: www/templates/_partial/navbar.html:65
msgid "Language"
msgstr ""
#: www/templates/_partial/navbar.html:90 www/templates/index.html:49
#: www/templates/_partial/navbar.html:87 www/templates/index.html:51
msgid "Download"
msgstr ""
@ -132,15 +128,71 @@ msgstr ""
msgid "Next"
msgstr ""
#: www/templates/contribute/index.html:6
#, fuzzy
#| msgid "AlmaLinux OS in the Press"
msgid "AlmaLinux OS - Contribute"
msgstr "Пресса об AlmaLinux ОС"
#: www/templates/contribute/index.html:7 www/templates/contribute/index.html:22
msgid "Contribute to AlmaLinux OS development"
msgstr ""
#: www/templates/contribute/index.html:26
msgid ""
"AlmaLinux OS and infrastructure development are organized using our "
"community chat. There are many ways to contribute to AlmaLinux OS - testing, "
"quality assurance, documentation, and more."
msgstr ""
#: www/templates/contribute/index.html:33
#, python-format
msgid ""
"<a href=\"%(intro_link)s\">Introduce yourself</a> or join one of the topical "
"channels below to find out more!"
msgstr ""
#: www/templates/contribute/index.html:43
msgid "General chat"
msgstr ""
#: www/templates/contribute/index.html:48
msgid "Development"
msgstr ""
#: www/templates/contribute/index.html:53
msgid "Infrastructure"
msgstr ""
#: www/templates/contribute/index.html:58
msgid "Security"
msgstr ""
#: www/templates/contribute/index.html:63
msgid "Documentation"
msgstr ""
#: www/templates/contribute/index.html:68
msgid "Marketing"
msgstr ""
#: www/templates/contribute/index.html:73
msgid "Web presence"
msgstr ""
#: www/templates/contribute/index.html:82
msgid "Join AlmaLinux OS community chat"
msgstr ""
#: www/templates/index.html:6
msgid "AlmaLinux OS - Forever-Free Enterprise-Grade Operating System"
msgstr ""
#: www/templates/index.html:31
#: www/templates/index.html:33
msgid "Free Linux OS for the community, by the community"
msgstr ""
#: www/templates/index.html:34
#: www/templates/index.html:36
msgid ""
"An Open Source, community-governed and forever-free enterprise Linux "
"distribution, focused on long-term stability, providing a robust production-"
@ -148,68 +200,72 @@ msgid ""
"Stream CentOS."
msgstr ""
#: www/templates/index.html:44
#: www/templates/index.html:46
msgid "Contribute"
msgstr ""
#: www/templates/index.html:53
#: www/templates/index.html:56
msgid "Migrate"
msgstr ""
#: www/templates/index.html:60
#, python-format
msgid "Founded by the team behind the <a href=\"%(link)s\">CloudLinux OS</a>."
msgstr ""
#: www/templates/index.html:70
#: www/templates/index.html:77
msgid ""
"Our GitHub organization contains source code and tools used to build "
"AlmaLinux OS and related infrastructure."
msgstr ""
#: www/templates/index.html:78
#: www/templates/index.html:85
msgid "Explore"
msgstr ""
#: www/templates/index.html:90
#: www/templates/index.html:97
msgid ""
"Join our vibrant Reddit community, interact with other AlmaLinux OS users, "
"receive updates, find and provide help."
msgstr ""
#: www/templates/index.html:98
#: www/templates/index.html:105
msgid "Join"
msgstr "Присоединиться"
#: www/templates/index.html:107
#: www/templates/index.html:114
msgid "Community chat"
msgstr ""
#: www/templates/index.html:110
#: www/templates/index.html:117
msgid ""
"Join a real time discussion with other AlmaLinux OS community members, "
"governance team and AlmaLinux OS developers."
msgstr ""
#: www/templates/index.html:118
#: www/templates/index.html:125
msgid "Engage"
msgstr ""
#: www/templates/index.html:126
#: www/templates/index.html:133
msgid "Community forums"
msgstr ""
#: www/templates/index.html:128
#: www/templates/index.html:135
msgid ""
"Ask questions, get answers and contribute community support to others in "
"AlmaLinux OS community and developers alike."
msgstr ""
#: www/templates/index.html:136
#: www/templates/index.html:143
msgid "Discover"
msgstr ""
#: www/templates/index.html:150
#: www/templates/index.html:157
msgid "About AlmaLinux OS"
msgstr ""
#: www/templates/index.html:152
#: www/templates/index.html:159
msgid ""
"AlmaLinux OS is an open-source, community-driven Linux operating system that "
"fills the gap left by the discontinuation of the CentOS Linux stable "
@ -217,46 +273,50 @@ msgid ""
"and built by the community."
msgstr ""
#: www/templates/index.html:159
#: www/templates/index.html:166
msgid ""
"As a standalone, completely free OS, AlmaLinux OS enjoys $1M in annual "
"sponsorship from CloudLinux Inc and support from other sponsors. Ongoing "
"development efforts are governed by the members of the community."
msgstr ""
#: www/templates/index.html:166
#: www/templates/index.html:173
msgid ""
"The AlmaLinux OS Foundation is a 501(c)(6) non-profit created for the "
"benefit of the AlmaLinux OS community."
msgstr ""
#: www/templates/index.html:183
#: www/templates/index.html:187
msgid "Backed by"
msgstr ""
#: www/templates/index.html:211
msgid "Production-ready"
msgstr ""
#: www/templates/index.html:185
#: www/templates/index.html:213
msgid ""
"AlmaLinux OS is an enterprise-grade server OS and a stable Linux "
"distribution with regular releases that come with a long support windows. "
"You can rely on AlmaLinux OS to run any and every critical workloads."
msgstr ""
#: www/templates/index.html:196
#: www/templates/index.html:224
msgid "Fully supported, always free"
msgstr ""
#: www/templates/index.html:198
#: www/templates/index.html:226
msgid ""
"AlmaLinux OS Foundation members, sponsors and partners back the AlmaLinux OS "
"with investments and long support commitments to ensure the distribution is "
"free of limitations, fees and charges."
msgstr ""
#: www/templates/index.html:209
#: www/templates/index.html:237
msgid "Effortless to switch to"
msgstr ""
#: www/templates/index.html:212
#: www/templates/index.html:240
#, python-format
msgid ""
"Switching distributions is usually costly and time-consuming, but that’s not "
@ -264,39 +324,43 @@ msgid ""
"OS. Switching is easy - <a href=\"%(migrate_link)s\">read how.</a>"
msgstr ""
#: www/templates/index.html:228
msgid "Backed by"
#: www/templates/index.html:253 www/templates/showcase/index.html:7
msgid "Feature showcase"
msgstr ""
#: www/templates/index.html:249
#: www/templates/index.html:264
msgid "Commercial Support"
msgstr ""
#: www/templates/index.html:285
msgid "Answers to Key Questions"
msgstr ""
#: www/templates/index.html:283
#: www/templates/index.html:319
msgid "Stay updated!"
msgstr ""
#: www/templates/index.html:286
#: www/templates/index.html:322
msgid ""
"Subscribe to our newsletter and never miss out on the latest in AlmaLinux OS "
"development!"
msgstr ""
#: www/templates/index.html:300
#: www/templates/index.html:336
msgid "Your email"
msgstr ""
#: www/templates/index.html:304
#: www/templates/index.html:340
msgid "Subscribe"
msgstr "Подписаться"
#: www/templates/index.html:311
#: www/templates/index.html:347
msgid ""
"By filling this form you agree to be contacted by AlmaLinux OS Foundation "
"regarding your request. You can unsubscribe at any time."
msgstr ""
#: www/templates/index.html:326
#: www/templates/index.html:362
msgid "AlmaLinux OS in the Press"
msgstr "Пресса об AlmaLinux ОС"
@ -304,6 +368,12 @@ msgstr "Пресса об AlmaLinux ОС"
msgid "Published"
msgstr ""
#: www/templates/showcase/index.html:6
#, fuzzy
#| msgid "AlmaLinux OS in the Press"
msgid "AlmaLinux OS feature showcase"
msgstr "Пресса об AlmaLinux ОС"
#: www/templates/subscribe_post.html:6
msgid "Mailing list subscription - AlmaLinux OS"
msgstr ""
@ -325,15 +395,15 @@ msgid ""
"You have successfully subscribed to AlmaLinux OS announcement mailing list!"
msgstr ""
#: www/views.py:51
#: www/views.py:53
msgid "Email address is not valid"
msgstr "Неверный адрес электронной почты"
#: www/views.py:75
#: www/views.py:77
msgid "Failed to subscribe to mailing list, please try again later"
msgstr ""
#: www/views.py:77
#: www/views.py:79
msgid "You are already subscribed to this mailing list!"
msgstr ""

2
locale/ru/LC_MESSAGES/djangojs.po

@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: almalinuxorg/1.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-30 13:21+0000\n"
"POT-Creation-Date: 2021-05-30 16:16+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

174
locale/uk/LC_MESSAGES/django.po

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-30 13:21+0000\n"
"POT-Creation-Date: 2021-05-30 16:16+0000\n"
"PO-Revision-Date: 2021-05-27 11:33+0000\n"
"Last-Translator: Ruslan Pisarev <ruslan@rpisarev.org.ua>\n"
"Language-Team: Ukrainian <https://hosted.weblate.org/projects/almalinux/"
@ -45,11 +45,11 @@ msgid "Sorry, but the page you were trying to access could not be found."
msgstr ""
"Вибачте, але сторінка до якої ви намагалися отримати доступ не була знайдена."
#: www/templates/_partial/footer.html:11 www/templates/_partial/navbar.html:37
#: www/templates/_partial/footer.html:11 www/templates/_partial/navbar.html:38
msgid "Resources"
msgstr "Ресурси"
#: www/templates/_partial/footer.html:13 www/templates/_partial/navbar.html:27
#: www/templates/_partial/footer.html:13 www/templates/_partial/navbar.html:28
msgid "Wiki"
msgstr "Вікіпедія"
@ -81,7 +81,7 @@ msgstr "Чат"
msgid "Legal"
msgstr "Угоди"
#: www/templates/_partial/footer.html:33 www/templates/index.html:315
#: www/templates/_partial/footer.html:33 www/templates/index.html:351
msgid "Privacy Policy"
msgstr "Політика конфіденційності"
@ -93,35 +93,31 @@ msgstr "Умови надання послуг"
msgid "AlmaLinux OS logo"
msgstr "Логотип ОС AlmaLinux"
#: www/templates/_partial/navbar.html:15
#: www/templates/_partial/navbar.html:16
msgid "Toggle navigation"
msgstr "Перемкнути навігацію"
#: www/templates/_partial/navbar.html:22
#: www/templates/_partial/navbar.html:23
msgid "Blog"
msgstr "Блог"
#: www/templates/_partial/navbar.html:43
#: www/templates/_partial/navbar.html:44
msgid "Migrate from CentOS 8"
msgstr "Мігрувати з CentOS 8"
#: www/templates/_partial/navbar.html:48
#: www/templates/_partial/navbar.html:49
msgid "Report Bugs"
msgstr "Повідомити про помилки"
#: www/templates/_partial/navbar.html:56
#: www/templates/_partial/navbar.html:57
msgid "Shop"
msgstr "Крамниця"
#: www/templates/_partial/navbar.html:61
msgid "Commercial Support"
msgstr "Комерційна підтримка"
#: www/templates/_partial/navbar.html:69
#: www/templates/_partial/navbar.html:65
msgid "Language"
msgstr "Мова"
#: www/templates/_partial/navbar.html:90 www/templates/index.html:49
#: www/templates/_partial/navbar.html:87 www/templates/index.html:51
msgid "Download"
msgstr "Завантажити"
@ -141,15 +137,71 @@ msgstr "Назад"
msgid "Next"
msgstr "Далі"
#: www/templates/contribute/index.html:6
#, fuzzy
#| msgid "AlmaLinux OS in the Press"
msgid "AlmaLinux OS - Contribute"
msgstr "ОС AlmaLinux у пресі"
#: www/templates/contribute/index.html:7 www/templates/contribute/index.html:22
msgid "Contribute to AlmaLinux OS development"
msgstr ""
#: www/templates/contribute/index.html:26
msgid ""
"AlmaLinux OS and infrastructure development are organized using our "
"community chat. There are many ways to contribute to AlmaLinux OS - testing, "
"quality assurance, documentation, and more."
msgstr ""
#: www/templates/contribute/index.html:33
#, python-format
msgid ""
"<a href=\"%(intro_link)s\">Introduce yourself</a> or join one of the topical "
"channels below to find out more!"
msgstr ""
#: www/templates/contribute/index.html:43
msgid "General chat"
msgstr ""
#: www/templates/contribute/index.html:48
msgid "Development"
msgstr ""
#: www/templates/contribute/index.html:53
msgid "Infrastructure"
msgstr ""
#: www/templates/contribute/index.html:58
msgid "Security"
msgstr ""
#: www/templates/contribute/index.html:63
msgid "Documentation"
msgstr ""
#: www/templates/contribute/index.html:68
msgid "Marketing"
msgstr ""
#: www/templates/contribute/index.html:73
msgid "Web presence"
msgstr ""
#: www/templates/contribute/index.html:82
msgid "Join AlmaLinux OS community chat"
msgstr ""
#: www/templates/index.html:6
msgid "AlmaLinux OS - Forever-Free Enterprise-Grade Operating System"
msgstr "ОС AlmaLinux - назавжди вільна операційна система промислового рівня"
#: www/templates/index.html:31
#: www/templates/index.html:33
msgid "Free Linux OS for the community, by the community"
msgstr "Вільна ОС Linux для спільноти, від спільноти"
#: www/templates/index.html:34
#: www/templates/index.html:36
msgid ""
"An Open Source, community-governed and forever-free enterprise Linux "
"distribution, focused on long-term stability, providing a robust production-"
@ -161,17 +213,21 @@ msgstr ""
"надійну платформу виробничого рівня. ОС AlmaLinux є 1:1 бінарно сумісною з "
"RHEL&reg; та pre-Stream CentOS."
#: www/templates/index.html:44
#: www/templates/index.html:46
msgid "Contribute"
msgstr "Зробити внесок"
#: www/templates/index.html:53
#: www/templates/index.html:56
msgid "Migrate"
msgstr ""
#: www/templates/index.html:60
#, python-format
msgid "Founded by the team behind the <a href=\"%(link)s\">CloudLinux OS</a>."
msgstr ""
"Заснована командою, що стоїть за <a href=\"%(link)s\">ОС CloudLinux</a>."
#: www/templates/index.html:70
#: www/templates/index.html:77
msgid ""
"Our GitHub organization contains source code and tools used to build "
"AlmaLinux OS and related infrastructure."
@ -179,11 +235,11 @@ msgstr ""
"Наша організація на GitHub містить вихідний код та інструменти, що "
"використовуються для побудови ОС AlmaLinux та супутньої інфраструктури."
#: www/templates/index.html:78
#: www/templates/index.html:85
msgid "Explore"
msgstr "Дослідити"
#: www/templates/index.html:90
#: www/templates/index.html:97
msgid ""
"Join our vibrant Reddit community, interact with other AlmaLinux OS users, "
"receive updates, find and provide help."
@ -192,15 +248,15 @@ msgstr ""
"користувачами ОС AlmaLinux, отримуйте оновлення, знаходьте та надавайте "
"допомогу."
#: www/templates/index.html:98
#: www/templates/index.html:105
msgid "Join"
msgstr "Приєднатись"
#: www/templates/index.html:107
#: www/templates/index.html:114
msgid "Community chat"
msgstr "Чат спільноти"
#: www/templates/index.html:110
#: www/templates/index.html:117
msgid ""
"Join a real time discussion with other AlmaLinux OS community members, "
"governance team and AlmaLinux OS developers."
@ -208,15 +264,15 @@ msgstr ""
"Приєднуйтесь до обговорення в режимі реального часу з іншими членами "
"спільноти ОС AlmaLinux, командою керування та розробниками ОС AlmaLinux."
#: www/templates/index.html:118
#: www/templates/index.html:125
msgid "Engage"
msgstr "Залучитися"
#: www/templates/index.html:126
#: www/templates/index.html:133
msgid "Community forums"
msgstr "Форуми спільноти"
#: www/templates/index.html:128
#: www/templates/index.html:135
msgid ""
"Ask questions, get answers and contribute community support to others in "
"AlmaLinux OS community and developers alike."
@ -224,15 +280,15 @@ msgstr ""
"Запитуйте, отримуйте відповіді та надавайте підтримку іншим у спільноті ОС "
"AlmaLinux та розробникам."
#: www/templates/index.html:136
#: www/templates/index.html:143
msgid "Discover"
msgstr "Відкривайте"
#: www/templates/index.html:150
#: www/templates/index.html:157
msgid "About AlmaLinux OS"
msgstr "Про ОС AlmaLinux"
#: www/templates/index.html:152
#: www/templates/index.html:159
msgid ""
"AlmaLinux OS is an open-source, community-driven Linux operating system that "
"fills the gap left by the discontinuation of the CentOS Linux stable "
@ -244,7 +300,7 @@ msgstr ""
"випуску CentOS Linux. ОС AlmaLinux - це 1:1 бінарно сумісний форк RHEL&reg; "
"що керується та будується спільнотою."
#: www/templates/index.html:159
#: www/templates/index.html:166
msgid ""
"As a standalone, completely free OS, AlmaLinux OS enjoys $1M in annual "
"sponsorship from CloudLinux Inc and support from other sponsors. Ongoing "
@ -255,7 +311,7 @@ msgstr ""
"та підтримкою інших спонсорів. Постійними зусиллями щодо розвитку керують "
"члени спільноти."
#: www/templates/index.html:166
#: www/templates/index.html:173
msgid ""
"The AlmaLinux OS Foundation is a 501(c)(6) non-profit created for the "
"benefit of the AlmaLinux OS community."
@ -263,11 +319,15 @@ msgstr ""
"AlmaLinux OS Foundation - це некомерційна організація 501 (c) (6), створена "
"на благо спільноти ОС AlmaLinux."
#: www/templates/index.html:183
#: www/templates/index.html:187
msgid "Backed by"
msgstr "Підтримано"
#: www/templates/index.html:211
msgid "Production-ready"
msgstr "Готовий до виробництва"
#: www/templates/index.html:185
#: www/templates/index.html:213
msgid ""
"AlmaLinux OS is an enterprise-grade server OS and a stable Linux "
"distribution with regular releases that come with a long support windows. "
@ -277,11 +337,11 @@ msgstr ""
"Linux із регулярними випусками, що мають довгі вікна підтримки. Ви можете "
"покладатися на ОС AlmaLinux для запуску будь-яких критичних навантажень."
#: www/templates/index.html:196
#: www/templates/index.html:224
msgid "Fully supported, always free"
msgstr "Повністю підтримується, завжди вільна"
#: www/templates/index.html:198
#: www/templates/index.html:226
msgid ""
"AlmaLinux OS Foundation members, sponsors and partners back the AlmaLinux OS "
"with investments and long support commitments to ensure the distribution is "
@ -291,11 +351,11 @@ msgstr ""
"AlmaLinux інвестиціями та довгими зобов’язаннями щодо підтримки, щоб "
"гарантувати розповсюдження без обмежень, зборів та стягнень."
#: www/templates/index.html:209
#: www/templates/index.html:237
msgid "Effortless to switch to"
msgstr "Легко перейти на"
#: www/templates/index.html:212
#: www/templates/index.html:240
#, python-format
msgid ""
"Switching distributions is usually costly and time-consuming, but that’s not "
@ -306,19 +366,23 @@ msgstr ""
"переході від CentOS та інших RHEL&reg; форків до ОС AlmaLinux. Мігрувати "
"просто - <a href=\"%(migrate_link)s\">прочитайте як.</a>"
#: www/templates/index.html:228
msgid "Backed by"
msgstr "Підтримано"
#: www/templates/index.html:253 www/templates/showcase/index.html:7
msgid "Feature showcase"
msgstr ""
#: www/templates/index.html:264
msgid "Commercial Support"
msgstr "Комерційна підтримка"
#: www/templates/index.html:249
#: www/templates/index.html:285
msgid "Answers to Key Questions"
msgstr "Відповіді на ключові питання"
#: www/templates/index.html:283
#: www/templates/index.html:319
msgid "Stay updated!"
msgstr "Слідкуйте за оновленнями!"
#: www/templates/index.html:286
#: www/templates/index.html:322
msgid ""
"Subscribe to our newsletter and never miss out on the latest in AlmaLinux OS "
"development!"
@ -326,15 +390,15 @@ msgstr ""
"Підпишіться на нашу розсилку новин і ніколи не пропускайте останні новини "
"щодо розробки ОС AlmaLinux!"
#: www/templates/index.html:300
#: www/templates/index.html:336
msgid "Your email"
msgstr "Ваша електронна адреса"
#: www/templates/index.html:304
#: www/templates/index.html:340
msgid "Subscribe"
msgstr "Підписатися"
#: www/templates/index.html:311
#: www/templates/index.html:347
msgid ""
"By filling this form you agree to be contacted by AlmaLinux OS Foundation "
"regarding your request. You can unsubscribe at any time."
@ -342,7 +406,7 @@ msgstr ""
"Заповнивши цю форму, ви погоджуєтесь що з вами зв’яжуться AlmaLinux OS "
"Foundation щодо вашого запиту. Ви можете будь-коли скасувати підписку."
#: www/templates/index.html:326
#: www/templates/index.html:362
msgid "AlmaLinux OS in the Press"
msgstr "ОС AlmaLinux у пресі"
@ -350,6 +414,12 @@ msgstr "ОС AlmaLinux у пресі"
msgid "Published"
msgstr "Опубліковано"
#: www/templates/showcase/index.html:6
#, fuzzy
#| msgid "AlmaLinux OS in the Press"
msgid "AlmaLinux OS feature showcase"
msgstr "ОС AlmaLinux у пресі"
#: www/templates/subscribe_post.html:6
msgid "Mailing list subscription - AlmaLinux OS"
msgstr "Підписка на список розсилки - ОС AlmaLinux"
@ -371,15 +441,15 @@ msgid ""
"You have successfully subscribed to AlmaLinux OS announcement mailing list!"
msgstr "Ви успішно підписалися на список розсилки оголошень ОС AlmaLinux!"
#: www/views.py:51
#: www/views.py:53
msgid "Email address is not valid"
msgstr "Адреса електронної пошти недійсна"
#: www/views.py:75
#: www/views.py:77
msgid "Failed to subscribe to mailing list, please try again later"
msgstr ""
"Не вдалося підписатися на список розсилки, будь-ласка спробуйте пізніше"
#: www/views.py:77
#: www/views.py:79
msgid "You are already subscribed to this mailing list!"
msgstr "Ви вже підписані на цей список розсилки!"

2
locale/uk/LC_MESSAGES/djangojs.po

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-30 13:21+0000\n"
"POT-Creation-Date: 2021-05-30 16:16+0000\n"
"PO-Revision-Date: 2021-05-27 11:33+0000\n"
"Last-Translator: Ruslan Pisarev <ruslan@rpisarev.org.ua>\n"
"Language-Team: Ukrainian <https://hosted.weblate.org/projects/almalinux/"

BIN
screenshot.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 275 KiB

After

Width:  |  Height:  |  Size: 273 KiB

BIN
static/images/contribute-hero.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

16
static/images/icon-migrate.svg

@ -0,0 +1,16 @@
<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" x="0" y="0" version="1.1" xml:space="preserve" viewBox="0 0 61.028259 59.731277">
<defs/>
<style id="style2" type="text/css">
.st1{fill:#222222}.st2{fill:#222222}.st3{fill:#222222}.st4{fill:#222222}.st5{fill:#222222}
</style>
<path id="path22" d="M56.11382 33.731278c2.6-.2 4.7 1.5 4.9 4.1.2 2.7-1.7 4.9-4.3 5.1-2.5.2-4.7-1.7-4.9-4.2-.2-2.7 1.6-4.7 4.3-5z" class="st1"/>
<path id="path24" d="M24.51382 55.031278c0-2.6 2-4.6 4.4-4.6 2.4 0 4.7 2.2 4.7 4.7 0 2.4-2 4.5-4.3 4.6-2.9 0-4.8-1.8-4.8-4.7z" class="st2"/>
<path id="path26" d="M31.61382 25.831278c-.4.2-.6-.1-.7-.4-3.7-6.9-2.6-15.6000004 3.9-20.8000004 1.7-1.4 4.9-1.7 6.3-.3.6.5.7 1.1.8 1.8.2 1.5.5 3 1.5 4.2000004 1.1 1.3 2.5 1.8 4.1 1.7 1.4 0 2.8-.2 3.7 1.4.5.9.3 4.4-.5 5.1-.4.3-.7.1-1 0-2.3-.9-4.7-.9-7.1-.5-.8.1-1.2-.1-1.2-1-.1-1.5-.4-2.9-1.2-4.2-1.5-2.7-4.3-2.8-6.1-.3-1.5 2-1.9 4.4-2.3 6.8-.4 2.1-.3 4.3-.2 6.5 0 0-.1 0 0 0z" class="st3"/>
<path id="path28" d="M34.11382 27.331278c-.2-.3-.1-.6.2-.8 5.7-5.2 14.2-6.2 20.8-1.1 1.7 1.4 2.8 4.3 1.9 6-.4.7-.9 1-1.5 1.2-1.4.6-2.7 1.2-3.6 2.5-.9 1.3-1.1 2.8-.7 4.4.3 1.3.8 2.7-.5 3.9-.7.7-4.1 1.3-5 .7-.4-.3-.3-.6-.2-1 .3-2.5-.3-4.8-1.2-7-.3-.8-.2-1.2.6-1.4 1.4-.4 2.7-1.1 3.7-2.1 2.2-2.1 1.7-4.8-1.2-6-2.3-1-4.7-.8-7-.6-2.2.1-4.3.7-6.3 1.3z" class="st1"/>
<path id="path30" d="M32.81382 29.931278c.3-.3.5-.2.8 0 6.6 4 10 11.9 7 19.6-.8 2-3.4 4-5.3 3.5-.8-.2-1.2-.6-1.6-1.1-.9-1.2-1.9-2.3-3.4-2.8-1.6-.5-3-.2-4.4.6-1.2.7-2.4 1.6-3.9.7-.9-.5-2.4-3.6-2.1-4.6.2-.4.6-.4 1-.4 2.5-.4 4.5-1.6 6.4-3.2.6-.5 1.1-.5 1.6.2.8 1.2 1.8 2.2 3.1 2.9 2.6 1.5 5.1.2 5.4-2.8.3-2.5-.6-4.7-1.4-6.9-.9-2-2-3.9-3.2-5.7z" class="st2"/>
<path id="path32" d="M29.61382 30.531278c-.4 2-1.3 3.9-2.5 5.6-3.6 5.4-8.8 7.6-15.2 7-2.2999997-.2-4.1999997-2.1-4.3999997-4-.1-.8.1-1.4.6-2 .7-.9 1.3-1.7 1.6-2.8.5999997-2.2-.2-4-1.8-5.6-2.2-2.2-1.9-4.2.7-5.8.3-.2.7-.4 1.1-.6.5999997-.3 1.0999997-.3 1.2999997.4.9 2.3 2.7 4 4.7 5.4.7.6.7 1 .1 1.7-1.2 1.3-1.9 2.9-2 4.7-.2 2.2 1.1 3.6 3.3 3.6 1.4 0 2.7-.5 3.9-1.1 3.1-1.6 5.5-3.9 7.8-6.3.3-.1.4-.3.8-.2z" class="st4"/>
<path id="path34" d="M13.21382 9.5312776c.2 0 .7.1 1.2.2 3.7.7000004 6-.6 7.2-4.1.8-2.3 2.5-3 4.7-1.8.1 0 .1.1.2.1 2.3 1.3 2.3 1.5.9 3.5-1.2 1.6-1.8 3.4000004-2.1 5.3000004-.2 1.1-.6 1.3-1.6.9-1.6-.6-3.3-.6-5 0-1.9.6-2.7 2.3-2.1 4.2.8 2.5 3 3.6 4.9 4.9 1.9 1.3 4.1 2 6.2 2.9.3.1.8.1.7.6-.1.3-.5.3-.9.3-4.5.2-8.8-.5-12.3-3.5-3.3-2.7-5.6999997-6-5.2999997-10.6.2999997-1.5 1.3999997-2.6000004 3.2999997-2.9000004z" class="st5"/>
<path id="path36" d="M5.0138203 37.631278c-2.4.3-4.80000003-1.7-5.00000003-4.2-.2-2.4 1.80000003-4.8 4.10000003-5 2.6-.3 5 1.5 5.2 3.9.1 2.3-1.4 5.1-4.3 5.3z" class="st4"/>
<path id="path38" d="M47.01382 2.0312776c2.5-.2 4.9 1.8 5.1 4.3.2 2.4-1.8 4.7000004-4.2 4.9000004-2.6.2-4.9-1.7000004-5.1-4.2000004-.2-2.5 1.6-4.8 4.2-5z" class="st3"/>
<path id="path40" d="M20.91382 3.9312776c.3 2.6-1.5 4.8-4.2 5.2-2.3.3-4.7-1.6-5-3.8-.3-2.9 1.3-4.99999996 4-5.29999996 2.5-.3 4.9 1.59999996 5.2 3.89999996z" class="st5"/>
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

2
www/admin.py

@ -7,10 +7,12 @@ from .models import *
# Register your models here.
admin.site.register(Backer)
admin.site.register(CommercialSupportVendor)
admin.site.register(PressArticle)
admin.site.register(Page)
admin.site.register(BlogPost)
admin.site.register(FAQEntry)
admin.site.register(ShowcaseFeature)
# Admin special URLs (path, template, name, context)

55
www/migrations/0002_auto_20210530_1359.py

@ -0,0 +1,55 @@
# Generated by Django 3.2.3 on 2021-05-30 13:59
import django.core.validators
from django.db import migrations, models
import commons.uploads
class Migration(migrations.Migration):
dependencies = [
('www', '0001_initial'),
]
operations = [
migrations.CreateModel(
name='CommercialSupportVendor',
fields=[
('id', models.AutoField(primary_key=True, serialize=False)),
('display_name', models.CharField(help_text='Name of the vendor', max_length=100)),
('logo', models.FileField(help_text='Logo of the vendor. MUST be a zero-margin SVG file!',
upload_to=commons.uploads.segmented_upload_to,
validators=[django.core.validators.FileExtensionValidator(['svg'])])),
('url', models.URLField(help_text='URL of the vendor')),
('priority', models.PositiveIntegerField(default=0,
help_text='Absolute priority of the vendor relative to other vendors. The higher the priority, the earlier the vendor will appear.')),
],
),
migrations.AlterField(
model_name='blogpost',
name='lang',
field=models.CharField(choices=[('de', 'Deutsch'), ('en', 'English'), ('es', 'Español'), ('fr', 'Français'),
('he', 'עִבְרִית'), ('it', 'Italiano'), ('ja', '日本語'), ('lv', 'Latviešu'),
('pl', 'Polski'), ('pt', 'Português'), ('pt-br', 'Português Brasileiro'),
('ru', 'Русский'), ('uk', 'Украї́нська')], db_index=True, default='en',
max_length=7, verbose_name='Content language'),
),
migrations.AlterField(
model_name='faqentry',
name='lang',
field=models.CharField(choices=[('de', 'Deutsch'), ('en', 'English'), ('es', 'Español'), ('fr', 'Français'),
('he', 'עִבְרִית'), ('it', 'Italiano'), ('ja', '日本語'), ('lv', 'Latviešu'),
('pl', 'Polski'), ('pt', 'Português'), ('pt-br', 'Português Brasileiro'),
('ru', 'Русский'), ('uk', 'Украї́нська')], db_index=True, default='en',
max_length=7, verbose_name='Content language'),
),
migrations.AlterField(
model_name='page',
name='lang',
field=models.CharField(choices=[('de', 'Deutsch'), ('en', 'English'), ('es', 'Español'), ('fr', 'Français'),
('he', 'עִבְרִית'), ('it', 'Italiano'), ('ja', '日本語'), ('lv', 'Latviešu'),
('pl', 'Polski'), ('pt', 'Português'), ('pt-br', 'Português Brasileiro'),
('ru', 'Русский'), ('uk', 'Украї́нська')], db_index=True, default='en',
max_length=7, verbose_name='Content language'),
),
]

34
www/migrations/0003_showcasefeature.py

@ -0,0 +1,34 @@
# Generated by Django 3.2.3 on 2021-05-30 14:53
from django.db import migrations, models
import commons.uploads
class Migration(migrations.Migration):
dependencies = [
('www', '0002_auto_20210530_1359'),
]
operations = [
migrations.CreateModel(
name='ShowcaseFeature',
fields=[
('id', models.AutoField(primary_key=True, serialize=False)),
('lang', models.CharField(
choices=[('de', 'Deutsch'), ('en', 'English'), ('es', 'Español'), ('fr', 'Français'),
('he', 'עִבְרִית'), ('it', 'Italiano'), ('ja', '日本語'), ('lv', 'Latviešu'),
('pl', 'Polski'), ('pt', 'Português'), ('pt-br', 'Português Brasileiro'),
('ru', 'Русский'), ('uk', 'Украї́нська')], db_index=True, default='en', max_length=7,
verbose_name='Content language')),
('title', models.CharField(help_text='Feature title', max_length=255)),
('description', models.TextField(help_text='Feature description')),
('screenshot',
models.ImageField(help_text='Feature screenshot', upload_to=commons.uploads.segmented_upload_to)),
('priority', models.PositiveIntegerField(
default=0,
help_text='Absolute priority of the feature relative to other features. The higher the priority, the earlier the feature will appear.')
),
],
),
]

75
www/models.py

@ -41,6 +41,40 @@ class Backer(models.Model):
return self.display_name
class CommercialSupportVendor(models.Model):
id: models.AutoField = models.AutoField(
primary_key=True
)
display_name: models.CharField = models.CharField(
max_length=100,
null=False,
help_text='Name of the vendor'
)
logo: models.FileField = models.FileField(
null=False,
upload_to=segmented_upload_to,
help_text='Logo of the vendor. MUST be a zero-margin SVG file!',
validators=[FileExtensionValidator(['svg'])]
)
url: models.URLField = models.URLField(
null=False,
help_text='URL of the vendor'
)
priority: models.PositiveIntegerField = models.PositiveIntegerField(
null=False,
default=0,
help_text='Absolute priority of the vendor relative to other vendors. The higher the priority, the earlier '
'the vendor will appear.'
)
def __str__(self) -> str:
return self.display_name
class PressArticle(models.Model):
id: models.AutoField = models.AutoField(
primary_key=True
@ -201,3 +235,44 @@ class FAQEntry(models.Model):
def __str__(self) -> str:
return self.question
class ShowcaseFeature(models.Model):
id: models.AutoField = models.AutoField(
primary_key=True
)
lang: models.CharField = models.CharField(
max_length=7,
choices=LANGUAGES,
db_index=True,
default='en',
verbose_name='Content language'
)
title: models.CharField = models.CharField(
max_length=255,
null=False,
help_text='Feature title'
)
description: models.TextField = models.TextField(
null=False,
help_text='Feature description'
)
screenshot: models.ImageField = models.ImageField(
null=False,
upload_to=segmented_upload_to,
help_text='Feature screenshot',
)
priority: models.PositiveIntegerField = models.PositiveIntegerField(
null=False,
default=0,
help_text='Absolute priority of the feature relative to other features. The higher the priority, the earlier '
'the feature will appear.'
)
def __str__(self) -> str:
return self.title

13
www/templates/_partial/navbar.html

@ -4,7 +4,8 @@
<nav class="al-primary-navbar navbar sticky-top navbar-expand-lg navbar-dark">
<div class="container">
<a class="navbar-brand" href="{% url 'index' %}">
<img src="{% static 'images/logo.svg' %}" alt="{% translate 'AlmaLinux OS logo' %}" width="165.93" height="32">
<img src="{% static 'images/logo.svg' %}" alt="{% translate 'AlmaLinux OS logo' %}" width="165.93"
height="32">
</a>
<button class="navbar-toggler"
type="button"
@ -39,7 +40,7 @@
<ul class="dropdown-menu dropdown-menu-dark dropdown-menu-lg-start"
aria-labelledby="navbarDropResources">
<li>
<a class="dropdown-item" href="{% url 'page' 'migrate' %}">
<a class="dropdown-item" href="https://github.com/AlmaLinux/almalinux-deploy">
{% translate 'Migrate from CentOS 8' %}
</a>
</li>
@ -56,17 +57,13 @@
{% translate 'Shop' %}
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="{% url 'page' 'commercial-support' %}">
{% translate 'Commercial Support' %}
</a>
</li>
<li class="nav-item dropdown ps-md-2">
<button class="btn nav-link dropdown-toggle al-language-switch"
id="navbarDropLanguages"
data-bs-toggle="dropdown"
aria-expanded="false">
<img src="{% static 'images/lang.svg' %}" alt="{% translate 'Language' %}" width="24" height="24">
<img src="{% static 'images/lang.svg' %}" alt="{% translate 'Language' %}" width="24"
height="24">
</button>
<ul class="dropdown-menu dropdown-menu-dark dropdown-menu-lg-start"
aria-labelledby="navbarDropLanguages">

93
www/templates/contribute/index.html

@ -0,0 +1,93 @@
{% extends 'layouts/base.html' %}
{% load i18n %}
{% load static %}
{% load encore %}
{% block title %}{% translate 'AlmaLinux OS - Contribute' %}{% endblock %}
{% block description %}{% translate 'Contribute to AlmaLinux OS development' %}{% endblock %}
{% block head_end %}
{% encore_entrypoint_css 'page_contribute' %}
{% endblock %}
{% block body_end %}
{% encore_entrypoint_js 'page_contribute' %}
{% endblock %}
{% block body %}
<section class="al-page-contribute-index">
<div class="container my-5">
<div class="row p-4 pb-0 pe-lg-0 pt-lg-5 align-items-center">
<div class="col-lg-7 p-3 p-lg-5 pt-lg-3">
<h3 class="fw-bold pb-3">
{% translate 'Contribute to AlmaLinux OS development' %}
</h3>
<div class="al-subtle-links pb-2">
<p>
{% blocktranslate trimmed %}
AlmaLinux OS and infrastructure development are organized using our community chat.
There are many ways to contribute to AlmaLinux OS - testing, quality assurance,
documentation, and more.
{% endblocktranslate %}
</p>
<p>
{% blocktranslate trimmed with intro_link='https://chat.almalinux.org/almalinux/channels/introductions' %}
<a href="{{ intro_link }}">Introduce yourself</a>
or join one of the topical channels below to find out more!
{% endblocktranslate %}
</p>
</div>
<div class="d-grid gap-2 d-md-flex justify-content-md-start mb-3">
<ul class="al-subtle-links">
<li>
<a href="https://chat.almalinux.org/almalinux/channels/town-square">
{% translate 'General chat' %}
</a>
</li>
<li>
<a href="https://chat.almalinux.org/almalinux/channels/development">
{% translate 'Development' %}
</a>
</li>
<li>
<a href="https://chat.almalinux.org/almalinux/channels/infrastructure">
{% translate 'Infrastructure' %}
</a>
</li>
<li>
<a href="https://chat.almalinux.org/almalinux/channels/security">
{% translate 'Security' %}
</a>
</li>
<li>
<a href="https://chat.almalinux.org/almalinux/channels/documentation">
{% translate 'Documentation' %}
</a>
</li>
<li>
<a href="https://chat.almalinux.org/almalinux/channels/marketing">
{% translate 'Marketing' %}
</a>
</li>
<li>
<a href="https://chat.almalinux.org/almalinux/channels/www">
{% translate 'Web presence' %}
</a>
</li>
</ul>
</div>
<div>
<a href="https://chat.almalinux.org/almalinux/channels/town-square"
class="btn al-cta-chat btn-lg px-4">
<i class="bi bi-chat-left-dots pe-1"></i>
{% translate 'Join AlmaLinux OS community chat' %}
</a>
</div>
</div>
<div class="col-lg-4 d-none d-lg-block">
<img class="rounded-lg-3" src="{% static 'images/contribute-hero.png' %}"
alt="Contribute to AlmaLinux OS">
</div>
</div>
</div>
</section>
{% endblock %}

90
www/templates/index.html

@ -20,11 +20,13 @@
<div class="container al-py-lg">
<div class="row flex-lg-row-reverse align-items-center g-5 py-2 py-md-5">
<div class="d-none d-lg-block col-10 col-sm-8 col-lg-6">
<img src="{% static 'images/hero.png' %}"
class="d-block mx-lg-auto img-fluid"
alt="Hero image"
width="624"
height="430">
<a href="{% url 'showcase_index' %}">
<img src="{% static 'images/hero.png' %}"
class="d-block mx-lg-auto img-fluid"
alt="Hero image"
width="624"
height="430">
</a>
</div>
<div class="col-lg-6">
<h1 class="display-5 fw-bold lh-1 mb-5 mb-md-3">
@ -37,8 +39,8 @@
AlmaLinux OS is 1:1 binary compatible with RHEL&reg; and pre-Stream CentOS.
{% endblocktranslate %}
</p>
<div class="d-grid gap-3 d-md-flex justify-content-md-start pt-2">
<a href="{% url 'page' 'contribute' %}"
<div class="d-grid gap-3 d-md-flex justify-content-md-start pt-3">
<a href="{% url 'contribute_index' %}"
class="btn btn-lg px-4 me-md-2 al-hero-cta-primary">
<i class="bi bi-people pe-1"></i>
{% translate 'Contribute' %}
@ -48,8 +50,13 @@
<i class="bi bi-download pe-1"></i>
{% translate 'Download' %}
</a>
<a href="https://github.com/AlmaLinux/almalinux-deploy"
class="btn btn-lg px-4 al-hero-cta-tertiary">
<img src="{% static 'images/icon-migrate.svg' %}" alt="Icon" class="pe-1">
{% translate 'Migrate' %}
</a>
</div>
<div class="pt-5 pt-md-4 fw-light">
<div class="pt-4 fw-light">
{% blocktranslate trimmed with link='https://www.cloudlinux.com/?utm_source=almalinuxorg&utm_medium=web&utm_campaign=almalinuxorg_organic' %}
Founded by the team behind the <a href="{{ link }}">CloudLinux OS</a>.
{% endblocktranslate %}
@ -62,9 +69,9 @@
<div class="al-index-community-container">
<div class="container al-py-md">
<div class="row row-cols-1 row-cols-sm-2 row-cols-md-3 row-cols-lg-4 g-4 py-2 py-md-5">
<div class="col d-flex align-items-start">
<div class="col d-flex align-items-stretch">
<i class="bi bi-github al-index-community-icon"></i>
<div>
<div class="al-index-community-content-wrap">
<h4 class="fw-bold mb-0 pb-2">GitHub</h4>
<p>
{% blocktranslate trimmed %}
@ -80,11 +87,11 @@
</div>
</div>
</div>
<div class="col d-flex align-items-start">
<div class="col d-flex align-items-stretch">
<img loading="lazy" class="al-index-community-icon img"
src="{% static 'images/icon-reddit.svg' %}"
alt="Reddit">
<div>
<div class="al-index-community-content-wrap">
<h4 class="fw-bold mb-0 pb-2">Reddit</h4>
<p>
{% blocktranslate trimmed %}
@ -100,9 +107,9 @@
</div>
</div>
</div>
<div class="col d-flex align-items-start">
<div class="col d-flex align-items-stretch">
<i class="bi bi-chat-dots al-index-community-icon"></i>
<div>
<div class="al-index-community-content-wrap">
<h4 class="fw-bold mb-0 pb-2">
{% translate 'Community chat' %}
</h4>
@ -120,9 +127,9 @@
</div>
</div>
</div>
<div class="col d-flex align-items-start">
<div class="col d-flex align-items-stretch">
<i class="bi bi-journals al-index-community-icon"></i>
<div>
<div class="al-index-community-content-wrap">
<h4 class="fw-bold mb-0 pb-2">{% translate 'Community forums' %}</h4>
<p>
{% blocktranslate trimmed %}
@ -173,10 +180,31 @@
</div>
</div>
<!-- BACKERS -->
<div class="al-index-backed-by al-py-lg">
<div class="container">
<h2 class="pb-2 mb-5 text-center border-bottom">
{% translate 'Backed by' %}
</h2>
<div class="row row-cols-2 row-cols-sm-4 row-cols-md-6 g-5 al-backed-by-list">
{% for backer in backers %}
<a href="{{ backer.url }}">
<div class="col d-flex flex-fill align-items-center justify-content-center al-backer-logo-container">
<img loading="lazy"
src="{{ backer.logo.url }}"
alt="{{ backer.display_name }}"
class="al-backer-logo">
</div>
</a>
{% endfor %}
</div>
</div>
</div>
<!-- FEATURES -->
<div class="al-index-feature-container">
<div class="container al-py-md">
<div class="row row-cols-1 row-cols-md-3 py-2 py-md-5">
<div class="row row-cols-1 row-cols-md-3 pt-2 pt-md-5">
<div class="col d-flex align-items-start">
<i class="bi bi-battery-charging al-index-feature-icon"></i>
<div>
@ -218,23 +246,31 @@
</div>
</div>
</div>
<div class="row pb-2 pb-md-3 pt-4">
<div class="col d-flex justify-content-center align-items-center">
<a href="{% url 'showcase_index' %}" class="btn btn-primary">
<i class="bi bi-stars"></i>
{% translate 'Feature showcase' %}
</a>
</div>
</div>
</div>
</div>
<!-- BACKERS -->
<div class="al-index-backed-by al-py-lg">
<!-- COMMERCIAL SUPPORT -->
<div class="al-index-commercial-support al-py-lg">
<div class="container">
<h2 class="pb-2 mb-5 text-center border-bottom">
{% translate 'Backed by' %}
{% translate 'Commercial Support' %}
</h2>
<div class="row row-cols-2 row-cols-sm-4 row-cols-md-6 g-5 al-backed-by-list">
{% for backer in backers %}
<a href="{{ backer.url }}">
<div class="col d-flex flex-fill align-items-center justify-content-center al-backer-logo-container">
<div class="row row-cols-2 row-cols-sm-4 row-cols-md-6 g-5 al-commercial-supporter-list">
{% for vendor in commercial_support_vendors %}
<a href="{{ vendor.url }}">
<div class="col d-flex flex-fill align-items-center justify-content-center al-commercial-supporter-logo-container">
<img loading="lazy"
src="{{ backer.logo.url }}"
alt="{{ backer.display_name }}"
class="al-backer-logo">
src="{{ vendor.logo.url }}"
alt="{{ vendor.display_name }}"
class="al-commercial-supporter-logo">
</div>
</a>
{% endfor %}

41
www/templates/showcase/index.html

@ -0,0 +1,41 @@
{% extends 'layouts/base.html' %}
{% load i18n %}
{% load static %}
{% load encore %}
{% block title %}{% translate 'AlmaLinux OS feature showcase' %}{% endblock %}
{% block description %}{% translate 'Feature showcase' %}{% endblock %}
{% block head_end %}
{% encore_entrypoint_css 'page_showcase' %}
{% endblock %}
{% block body_end %}
{% encore_entrypoint_js 'page_showcase' %}
{% endblock %}
{% block body %}
<section class="al-page-showcase-index">
<div class="container g-5 py-5 align-items-center">
{% for feature in showcase_features %}
<div class="row flex-lg-row-reverse align-items-center g-5 py-5">
<div class="col-10 col-sm-8 col-lg-6">
<img src="{{ feature.screenshot.url }}"
class="d-block mx-lg-auto img-fluid"
alt="{{ feature.title }}"
loading="lazy"
width="700"
height="500">
</div>
<div class="col-lg-6">
<h2 class="fw-bold lh-1 mb-3">
{{ feature.title }}
</h2>
<div class="lead">
{{ feature.description }}
</div>
</div>
</div>
{% endfor %}
</div>
</section>
{% endblock %}

2
www/urls.py

@ -9,4 +9,6 @@ urlpatterns = [
path('blog/', views.blog_index, name='blog_index'),
path('blog/page/<int:page_num>/', views.blog_index, name='blog_index_page'),
path('blog/<slug:slug>/', views.blog_post, name='blog_post'),
path('showcase/', views.showcase_index, name='showcase_index'),
path('contribute/', views.contribute_index, name='contribute_index'),
]

30
www/views.py

@ -14,7 +14,7 @@ from django.views.decorators.cache import never_cache
from django.views.decorators.http import require_POST, require_safe
from almalinux.settings import HUBSPOT_APIKEY, HUBSPOT_SUB_ID
from .models import Backer, PressArticle, BlogPost, Page, FAQEntry
from .models import Backer, PressArticle, BlogPost, Page, FAQEntry, CommercialSupportVendor, ShowcaseFeature
# Public views
@ -22,12 +22,13 @@ from .models import Backer, PressArticle, BlogPost, Page, FAQEntry
@never_cache
def index(request: HttpRequest) -> HttpResponse:
backers = Backer.objects.order_by('-priority').all()
commercial_support_vendors = CommercialSupportVendor.objects.order_by('-priority').all()
press_articles = PressArticle.objects.order_by('-priority').all()
lang_code = request.LANGUAGE_CODE # type: ignore
if lang_code != 'en':
# If the slug does not exist in this language, use EN
# If the entries does not exist in this language, use EN
if 0 == FAQEntry.objects.filter(lang=lang_code).count():
lang_code = 'en'
@ -35,6 +36,7 @@ def index(request: HttpRequest) -> HttpResponse:
return render(request, 'index.html', {
'backers': backers,
'commercial_support_vendors': commercial_support_vendors,
'press_articles': press_articles,
'faq_entries': faq_entries
})
@ -157,5 +159,29 @@ def blog_post(request: HttpRequest, slug: str = None) -> HttpResponse:
})
@require_safe
@never_cache
def showcase_index(request: HttpRequest) -> HttpResponse:
lang_code = request.LANGUAGE_CODE # type: ignore
if lang_code != 'en':
# If the features does not exist in this language, use EN
if 0 == ShowcaseFeature.objects.filter(lang=lang_code).count():
lang_code = 'en'
showcase_features = ShowcaseFeature.objects.filter(lang=lang_code).order_by('-priority').all()
return render(request, 'showcase/index.html', {
'showcase_features': showcase_features,
})
@require_safe
@never_cache
def contribute_index(request: HttpRequest) -> HttpResponse:
return render(request, 'contribute/index.html', {
})
def not_found(request: HttpRequest, exception: Exception) -> HttpResponse:
return render(request, '404.html', status=404)

Loading…
Cancel
Save