diff --git a/.gitignore b/.gitignore
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,6 @@
*.orig
*.rej
*.sw[nop]
+.DS_Store
+node_modules
+package*.json
diff --git a/website/config/_default/hugo.toml b/website/config/_default/hugo.toml
--- a/website/config/_default/hugo.toml
+++ b/website/config/_default/hugo.toml
@@ -3,7 +3,7 @@
baseURL = "https://www.freebsd.org/"
title = "The FreeBSD Project"
copyright = "BSD 2-clause 'Simplified' License"
-DefaultContentLanguage = "en"
+defaultContentLanguage = "en"
defaultContentLanguageInSubdir = false
theme = "beastie"
disableKinds = [ "taxonomy" ]
@@ -14,6 +14,11 @@
enableGitInfo = true
preserveTOC = true
+[params]
+ isOnline = true
+ description = "The FreeBSD Project"
+ editBaseUrl = "https://github.com/freebsd/freebsd-doc/blob/main/website/content/"
+
[markup.asciidocExt]
preserveTOC = true
extensions = ["man-macro", "inter-document-references-macro", "sectnumoffset-treeprocessor", "packages-macro", "git-macro"]
diff --git a/website/content/en/about.adoc b/website/content/en/about.adoc
--- a/website/content/en/about.adoc
+++ b/website/content/en/about.adoc
@@ -5,41 +5,28 @@
include::shared/en/urls.adoc[]
-= About FreeBSD
++++
+
++++
== What is FreeBSD?
-FreeBSD is an operating system for a link:../platforms[variety of platforms] which focuses on features, speed, and stability. It is derived from BSD, the version of UNIX(R) developed at the University of California, Berkeley. It is developed and maintained by link:{contributors}#staff-committers[a large community].
-
-== Cutting edge features
-
-FreeBSD offers advanced networking, performance, security and compatibility link:../features[features] today which are still missing in other operating systems, even some of the best commercial ones.
-
-== Powerful Internet solutions
-
-FreeBSD makes an ideal Internet or Intranet server. It provides robust network services under the heaviest loads and uses memory efficiently to maintain good response times for thousands of simultaneous user processes.
-
-== Advanced Embedded Platform
-
-FreeBSD brings advanced network operating system features to appliance and embedded platforms, from higher-end Intel-based appliances to ARM, PowerPC, and MIPS hardware platforms. From mail and web appliances to routers, time servers, and wireless access points, vendors around the world rely on FreeBSD's integrated build and cross-build environments and advanced features as the foundation for their embedded products. And the Berkeley open source license lets them decide how many of their local changes they want to contribute back.
+FreeBSD is an operating system for a link:../platforms[variety of platforms] that focuses on features, speed, and stability. Developed and maintained by link:{contributors}#staff-committers[a large community], FreeBSD descended from the Berkeley Software Distribution, a version of UNIX® developed at the University of California, Berkeley.
== Run a huge number of applications
-With over 33,000 ported libraries and link:../applications[applications], FreeBSD supports applications for desktop, server, appliance, and embedded environments.
+With over 45,000 ported libraries and link:../applications[applications], FreeBSD supports applications for desktop, server, appliance, and embedded environments.
-== Easy to install
+== Detailed Reading
-FreeBSD can be installed from a variety of media including CD-ROM, DVD, or directly over the network using FTP or NFS. All you need are link:{handbook}bsdinstall[these directions].
+* link:https://docs.freebsd.org/en/books/handbook/introduction/#nutshell[The Operating System] - The FreeBSD Handbook contains general information about the OS as well as a complete guide for using it.
-== FreeBSD is _free_
+* link:https://docs.freebsd.org/en/books/handbook/introduction/#history[The Project] - the FreeBSD Project is the collection of work to develop and release the FreeBSD OS, maintain ports and packages, and provide documentation for it all.
-[.right]
-image:../gifs/dae_up3.gif[The BSD Daemon,width=72,height=81]
+* link:/administration/[Project Administration] - the various teams who steer the project to achieve its goals.
-While you might expect an operating system with these features to sell for a high price, FreeBSD is available link:../copyright[free of charge] and comes with the source code. If you would like to purchase or download a copy to try out, link:{handbook}mirrors[more information is available].
+* link:https://freebsdfoundation.org/about-us/about-the-foundation/[The Foundation] - the FreeBSD Foundation is a non-profit organization dedicated to supporting and promoting the FreeBSD Project and community worldwide.
-== Contributing to FreeBSD
+* link:https://docs.freebsd.org/en/books/developers-handbook/introduction/[FreeBSD Vision & Architectural Guidelines] - the FreeBSD Project aims to produce the best UNIX like operating system package possible and this document outlines how
-It is easy to contribute to FreeBSD. All you need to do is find a part of FreeBSD which you think could be improved and make those changes (carefully and cleanly) and submit that back to the Project by means of a bug report or a committer, if you know one. This could be anything from documentation to artwork to source code. See the link:{contributing}[Contributing to FreeBSD] article for more information.
-Even if you are not a programmer, there are other ways to contribute to FreeBSD. The https://www.freebsdfoundation.org[FreeBSD Foundation] is a non-profit organization for which direct contributions are fully tax deductible. Please visit the link:https://freebsdfoundation.org/about-us/contact-us/[Contact Us] page for more information.
diff --git a/website/content/en/applications.adoc b/website/content/en/applications.adoc
--- a/website/content/en/applications.adoc
+++ b/website/content/en/applications.adoc
@@ -17,11 +17,11 @@
== FreeBSD runs thousands of applications.
-Because FreeBSD is based on 4.4BSD, an industry-standard version of UNIX, it is easy to compile and run programs. FreeBSD also includes an extensive packages collection and link:../ports/[ports collection] that bring precompiled and easy-to-build software right to your desktop or enterprise server. There is also a growing number of link:../commercial/software/[commercial applications] written for FreeBSD.
+Because FreeBSD is based on 4.4BSD, an industry-standard version of UNIX, it is easy to compile and run programs. FreeBSD also includes an extensive packages collection and https://ports.freebsd.org[ports collection] that bring precompiled and easy-to-build software right to your desktop or enterprise server. There is also a growing number of link:../commercial/software/[commercial applications] written for FreeBSD.
Here are some examples of the environments in which FreeBSD is used:
-* *Internet services.* Many Internet Service Providers (ISPs) find FreeBSD ideal, running WWW, Usenet news, FTP, Email, and other services. Ready-to-run software like the http://nginx.org[NGINX] or http://www.apache.org/[Apache] web server or the http://proftpd.org/[ProFTPD] or http://security.appspot.com/vsftpd.html[vsftpd] FTP server make it easy to set up a business or community-centered ISP. Of course, with FreeBSD's unbeatable link:../internet/[networking], your users will enjoy high speed, reliable services.
+* *Internet services.* Many Internet Service Providers (ISPs) find FreeBSD ideal, running WWW, Usenet news, FTP, Email, and other services. Ready-to-run software like the http://nginx.org[NGINX] or http://www.apache.org/[Apache] web server or the http://proftpd.org/[ProFTPD] or http://security.appspot.com/vsftpd.html[vsftpd] FTP server make it easy to set up a business or community-centered ISP. Of course, with FreeBSD's unbeatable networking, your users will enjoy high speed, reliable services.
* *X Window workstation.* From an inexpensive X terminal to an advanced X display, FreeBSD works quite well. Free X software (https://x.org/[X.Org](T)) comes with the system. https://www.nvidia.com/[NVIDIA] offers native drivers for their high-performance graphics hardware, and the industry standard https://www.opengroup.org/motif/[Motif](R) and https://www.opengl.org/[OpenGL](R) libraries are supported. The https://xfce.org/[Xfce] and https://lxde.org/[LXDE] products provide a desktop environment. The https://www.kde.org[KDE] and https://www.gnome.org[GNOME] desktop environments also enjoy full support and provide office suite functionality, with further good functionality available in the https://www.libreoffice.org/[LibreOffice] and https://www.openoffice.org/[OpenOffice.Org] products.
* *Networking.* From packet filtering to routing to name service, FreeBSD can turn any PC into a Internet firewall, email host, print server, PC/NFS server, and more.
* *Software development.* A suite of https://docs.freebsd.org/en/books/developers-handbook/tools/[development tools] comes with FreeBSD, including the LLVM-based clang C/C++ compiler and debugger. Java(R) and Tcl/Tk development are also possible for example. And FreeBSD's shared libraries have always been easy to make and use. You can also choose from a wide range of popular and powerful editors, such as Emacs and Vim.
diff --git a/website/content/en/community/_index.adoc b/website/content/en/community/_index.adoc
--- a/website/content/en/community/_index.adoc
+++ b/website/content/en/community/_index.adoc
@@ -18,13 +18,13 @@
If you are interested in professional development and networking opportunities then follow us on https://www.linkedin.com/company/freebsd/[LinkedIn] and join our official https://www.linkedin.com/groups/47628[FreeBSD LinkedIn Group].
-For regularly run in-person and online meets, you might like to look into our https://www.freebsd.org/events[FreeBSD Events] where we maintain a feed and calendar of upcoming events.
+For regularly run in-person and online meets, you might like to look into our link:/events[FreeBSD Events] where we maintain a feed and calendar of upcoming events.
Last year there were {{< get-event-last-year-info "events" >}} events around the world.
////
Last year there were {{< get-event-last-year-info "events" >}} events in {{< get-event-last-year-info "countries" >}} different countries around the world.
////
-Beyond officially run community spaces, there are many https://www.freebsd.org/usergroups/[User Groups], along with highly active FreeBSD communities on link:https://www.reddit.com/r/freebsd/[Reddit], https://wiki.freebsd.org/Discord[Discord], https://stackoverflow.com/questions/tagged/freebsd[StackOverflow], https://serverfault.com/questions/tagged/freebsd[ServerFault], and https://www.meetup.com/topics/freebsd/[MeetUp.com], among many other technology-related spaces.
+Beyond officially run community spaces, there are many link:/usergroups/[User Groups], along with highly active FreeBSD communities on link:https://www.reddit.com/r/freebsd/[Reddit], https://wiki.freebsd.org/Discord/DiscordServer[Discord], https://stackoverflow.com/questions/tagged/freebsd[StackOverflow], https://serverfault.com/questions/tagged/freebsd[ServerFault], and https://www.meetup.com/topics/freebsd/[MeetUp.com], among many other technology-related spaces.
The https://wiki.freebsd.org/[FreeBSD wiki] contains information about development and related projects.
diff --git a/website/content/en/languages.adoc b/website/content/en/languages.adoc
new file mode 100644
--- /dev/null
+++ b/website/content/en/languages.adoc
@@ -0,0 +1,6 @@
+---
+title: Languages
+layout: languages
+---
+
+= Languages
diff --git a/website/content/ru/languages.adoc b/website/content/ru/languages.adoc
new file mode 100644
--- /dev/null
+++ b/website/content/ru/languages.adoc
@@ -0,0 +1,6 @@
+---
+title: Languages
+layout: languages
+---
+
+= Languages
diff --git a/website/content/zh-tw/languages.adoc b/website/content/zh-tw/languages.adoc
new file mode 100644
--- /dev/null
+++ b/website/content/zh-tw/languages.adoc
@@ -0,0 +1,6 @@
+---
+title: Languages
+layout: languages
+---
+
+= Languages
diff --git a/website/themes/beastie/assets/js/copy-clipboard.js b/website/themes/beastie/assets/js/copy-clipboard.js
new file mode 100644
--- /dev/null
+++ b/website/themes/beastie/assets/js/copy-clipboard.js
@@ -0,0 +1,69 @@
+/*
+BSD 2-Clause License
+
+Copyright (c) 1994-2023, The FreeBSD Documentation Project
+Copyright (c) 2021-2023, Sergio Carlavilla
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+*/
+
+;(function () {
+ 'use strict'
+
+ document.querySelectorAll(".rouge, .highlight").forEach(function(codeItem) {
+ var sourceCode = codeItem.textContent;
+
+ var icon = document.createElement("i");
+ icon.className = "fa fa-clipboard";
+
+ var tooltip = document.createElement("span");
+ tooltip.className = "tooltip";
+ tooltip.innerHTML = "Copied!";
+
+ var button = document.createElement("button");
+ button.title = "Copy to clipboard";
+ button.appendChild(icon);
+ button.appendChild(tooltip);
+
+ var clipboardWrapper = document.createElement("div");
+ clipboardWrapper.className = "copy-to-clipboard-wrapper";
+ clipboardWrapper.appendChild(button);
+
+ codeItem.appendChild(clipboardWrapper);
+
+ button.addEventListener('click', copyToClipboard.bind(button, sourceCode));
+ });
+
+ function copyToClipboard(text, item) {
+ const tooltip = item.target.nextElementSibling;
+ window.navigator.clipboard.writeText(text).then(function() {
+ if (tooltip) {
+ tooltip.classList.add("show-tooltip");
+ setTimeout(function(){
+ tooltip.classList.remove("show-tooltip");
+ }, 1200);
+ }
+ });
+ }
+
+})();
diff --git a/website/themes/beastie/assets/js/search.js b/website/themes/beastie/assets/js/search.js
new file mode 100644
--- /dev/null
+++ b/website/themes/beastie/assets/js/search.js
@@ -0,0 +1,65 @@
+/*
+BSD 2-Clause License
+
+Copyright (c) 1994-2023, The FreeBSD Documentation Project
+Copyright (c) 2021-2023, Sergio Carlavilla
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+*/
+
+;(function () {
+ 'use strict'
+
+ var searchBookInput = document.querySelector("#search-book");
+ var menuContents = document.querySelector("#MenuContents");
+
+ if (searchBookInput) {
+ searchBookInput.addEventListener('keyup', search);
+ }
+
+ function search() {
+ var menuElements = menuContents.children[0];
+
+ Array.from(menuElements.children).map(element => {
+ var menuContent = element.textContent || element.innerText;
+ var check = element.getElementsByTagName("input");
+
+ if (menuContent.toUpperCase().includes(searchBookInput.value.toUpperCase())) {
+ element.classList.remove("hidden");
+ if (check && check[0]) {
+ if (searchBookInput.value) {
+ check[0].checked = true;
+ } else {
+ check[0].checked = false;
+ }
+ }
+ } else {
+ element.classList.add("hidden");
+ if (check && check[0]) {
+ check[0].checked = false;
+ }
+ }
+ });
+ }
+
+})();
diff --git a/website/themes/beastie/assets/js/theme-chooser.js b/website/themes/beastie/assets/js/theme-chooser.js
new file mode 100644
--- /dev/null
+++ b/website/themes/beastie/assets/js/theme-chooser.js
@@ -0,0 +1,79 @@
+/*
+BSD 2-Clause License
+
+Copyright (c) 1994-2023, The FreeBSD Documentation Project
+Copyright (c) 2021-2023, Sergio Carlavilla
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+*/
+
+;(function () {
+ 'use strict'
+
+ var theme = localStorage.getItem('theme');
+ var themeChooser = document.querySelector('#theme-chooser');
+ var themeContainer = document.querySelector('.theme-container');
+ themeContainer.style.display = "block";
+
+ if (theme === "theme-dark") {
+ setTheme('theme-dark');
+ themeChooser.value = 'theme-dark';
+ } else if (theme === "theme-high-contrast") {
+ setTheme('theme-high-contrast');
+ themeChooser.value = 'theme-high-contrast';
+ } else if (theme === "theme-light") {
+ setTheme('theme-light');
+ themeChooser.value = 'theme-light';
+ } else {
+ setTheme('theme-system');
+ themeChooser.value = 'theme-system';
+ }
+
+ themeChooser.addEventListener('change', function() {
+ var theme = this.value;
+
+ if (theme === "theme-dark") {
+ setTheme('theme-dark');
+ } else if (theme === "theme-high-contrast") {
+ setTheme('theme-high-contrast');
+ } else if (theme === "theme-light") {
+ setTheme('theme-light');
+ } else {
+ setTheme('theme-system');
+ }
+ });
+
+ function setTheme(themeName) {
+ localStorage.setItem('theme', themeName);
+
+ if (themeName === 'theme-system') {
+ if (window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches) {
+ document.documentElement.className = 'theme-dark';
+ } else {
+ document.documentElement.className = 'theme-light';
+ }
+ } else {
+ document.documentElement.className = themeName;
+ }
+ }
+})();
diff --git a/website/themes/beastie/assets/styles/documentation.scss b/website/themes/beastie/assets/styles/documentation.scss
new file mode 100644
--- /dev/null
+++ b/website/themes/beastie/assets/styles/documentation.scss
@@ -0,0 +1,406 @@
+/*
+ * Copyright (c) 1994-2023, The FreeBSD Documentation Project
+ * Copyright (c) 2021-2023, Sergio Carlavilla
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in the
+ * documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ *
+ */
+
+.documents-list {
+ list-style: none;
+ padding-left: 10px;
+
+ li {
+
+ a {
+ text-decoration: none;
+ font-weight: bolder;
+ color: var(--global-font);
+ }
+
+ p {
+ margin-top: 0px;
+ }
+ }
+
+}
+
+.main-wrapper-article {
+ display: flex;
+ justify-content: center;
+ margin-left: auto;
+ margin-right: auto;
+ max-width: var(--max-width);
+ width: 100%;
+
+ .article {
+ flex-grow: 1;
+ padding: var(--documentation-padding);
+ width: 90vw;
+ width: clamp(16rem, 90vw, 70rem);
+ min-width: 20rem;
+ margin-left: auto;
+ margin-right: auto;
+ padding-left: 1.5rem;
+ padding-right: 1.5rem;
+ transition: .2s ease-in-out;
+
+ h1 {
+ margin: .8rem 0;
+ }
+ }
+}
+
+.main-wrapper-book {
+ display: flex;
+ justify-content: center;
+ margin-left: auto;
+ margin-right: auto;
+ max-width: var(--max-width);
+ width: 100%;
+
+ .book-menu {
+ flex: 0 0 16rem;
+ font-size: .75rem;
+ background-color: var(--global-background-color);
+
+ .book-menu-content {
+ width: 16rem;
+ position: sticky;
+ top: var(--header-height);
+ bottom: 0;
+ overflow-x: hidden;
+ overflow-y: auto;
+ background-color: var(--global-background-color);
+ transition: .2s ease-in-out;
+
+ h3 {
+ margin: 1rem 0;
+ padding-left: .5rem;
+ border-bottom: none;
+ }
+
+ #search-book {
+ margin-top: 1.5rem;
+ margin-bottom: .75rem;
+ border: 1px solid #CCC;
+ border-radius: 4px;
+ box-shadow: inset 0 1px 3px #DDD;
+ box-sizing: border-box;
+ background-color: #FCFCFD;
+ color: #444;
+ width: 95%;
+ margin-left: .5rem;
+ }
+
+ input.toggle ~ .icon::after {
+ display: inline-block;
+ font: 1rem FontAwesome;
+ text-rendering: auto;
+ content: "\f105";
+ }
+
+ input.toggle:checked ~ .icon::after {
+ display: inline-block;
+ font: 1rem FontAwesome;
+ text-rendering: auto;
+ content: "\f107";
+ }
+
+ input.toggle ~ ul {
+ display:none
+ }
+
+ input.toggle:checked ~ ul {
+ display:block
+ }
+
+ #MenuContents {
+ position: sticky;
+ overflow: auto;
+ max-height: calc(100vh - 8rem);
+ line-height: 2;
+
+ ul {
+ margin: 0;
+ padding: 0;
+ padding-left: .5rem;
+
+ li {
+ list-style: none;
+ margin: 0;
+
+ label {
+ position: absolute;
+ cursor: pointer;
+ font-size: 0.875rem;
+ }
+
+ a {
+ color: var(--global-font-color);
+ display: block;
+ padding-left: 1rem;
+ padding-right: .5rem;
+ font-size: 0.875rem;
+ }
+ }
+ }
+ }
+ }
+ }
+
+ .book {
+ flex-grow: 1;
+ padding: var(--documentation-padding);
+ width: 90vw;
+ min-width: 20rem;
+ max-width: var(--max-width);
+ padding-left: 1.5rem;
+ padding-right: 1.5rem;
+ transition-duration: 0.2s;
+ background-color: var(--global-background-color);
+
+ h1 {
+ margin: .8rem 0;
+ }
+
+ .book-menu-mobile {
+ margin-top: 10px;
+
+ .menu-control-button {
+ border-radius: 2px;
+ cursor: pointer;
+ font-weight: 500;
+ padding: 5px;
+ border: 1px solid var(--lines-color);
+
+ i {
+ padding-right: 5px;
+ }
+ }
+ }
+
+ .buttons {
+ display: flex;
+ align-content: center;
+ align-items: center;
+ justify-content: center;
+ flex-direction: row;
+
+ .prev, .home, .next {
+ display: flex;
+ flex-direction: row;
+ align-items: center;
+
+ i {
+ padding: 1rem;
+ }
+ }
+
+ .home {
+ margin-left: auto;
+ margin-right: auto;
+
+ i {
+ padding-left: .2rem;
+ padding-right: .2rem;
+ }
+ }
+
+ .container {
+ display: flex;
+ flex-direction: column;
+
+ .direction {
+ font-weight: bolder;
+ }
+ }
+ }
+
+ }
+}
+
+.toc {
+ flex: 0 0 16rem;
+ background-color: var(--global-background-color);
+
+ .toc-content {
+ width: 16rem;
+ position: sticky;
+ top: var(--header-height);
+ bottom: 0;
+ overflow-x: hidden;
+ overflow-y: auto;
+ transition: .2s ease-in-out;
+
+ h3 {
+ border-bottom: none;
+ margin: 1rem 0;
+ }
+
+ #TableOfContents {
+ position: sticky;
+ overflow: auto;
+ max-height: 60vh;
+
+ ul {
+ margin: 0;
+ padding: 0;
+
+ li {
+ margin: 0;
+ margin-bottom: .5rem;
+ list-style: none;
+
+ a {
+ color: var(--global-font-color);
+ display: inline-block;
+ padding: .25rem .5rem .25rem .5rem;
+ margin-left: .5rem;
+ font-size: 0.875rem;
+ text-decoration: none;
+
+ &:hover {
+ text-decoration: underline;
+ }
+ }
+ }
+ }
+ }
+
+ .resources {
+ h3 {
+ margin: 1rem 0;
+ }
+
+ ul {
+ margin: 0;
+ padding: 0;
+
+ li {
+ list-style: none;
+ margin: 0;
+
+ a {
+ color: var(--global-font-color);
+ display: inline-block;
+ padding: .25rem .5rem .25rem .5rem;
+ font-size: 0.875rem;
+ }
+
+ i {
+ margin-left: 1rem;
+ }
+ }
+ }
+ }
+ }
+}
+
+.toc-mobile {
+ h3 {
+ border-bottom: none;
+ }
+
+ #TableOfContents, .resources {
+ ul {
+ list-style: none;
+ margin: 0;
+ padding: 0;
+
+ li {
+ margin: 0;
+
+ a {
+ color: var(--global-font-color);
+ display: inline-block;
+ padding: .25rem 0 .25rem .5rem;
+ text-decoration: none;
+ border-left: 1px solid var(--lines-color);
+
+ &:hover {
+ font-weight: bolder;
+ }
+ }
+ }
+ }
+ }
+}
+
+.hidden {
+ display: none;
+}
+
+input.toggle {
+ height: 0;
+ width: 0;
+ overflow: hidden;
+ opacity: 0;
+ position: absolute;
+}
+
+@media (max-width: 55em) {
+ .toc {
+ display: none;
+ }
+
+ #menu-control {
+ display: inline;
+ }
+
+ .book-menu {
+ visibility: hidden;
+ margin-inline-start: -16rem;
+ z-index: 1;
+ }
+
+ #menu-control:checked ~ main {
+ .book-menu {
+ visibility: initial;
+ }
+
+ .book-menu .book-menu-content {
+ transform: translateX(16rem);
+ box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
+ }
+
+ .book {
+ opacity: 0.25;
+ }
+
+ .book-menu-overlay {
+ display: block;
+ position: absolute;
+ top: 0;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ }
+ }
+}
+
+@media (min-width: 55em) {
+ .toc-mobile, .book-menu-mobile {
+ display: none;
+ }
+}
diff --git a/website/themes/beastie/assets/styles/footer.scss b/website/themes/beastie/assets/styles/footer.scss
new file mode 100644
--- /dev/null
+++ b/website/themes/beastie/assets/styles/footer.scss
@@ -0,0 +1,187 @@
+/*
+ * Copyright (c) 1994-2023, The FreeBSD Documentation Project
+ * Copyright (c) 2021-2023, Sergio Carlavilla
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in the
+ * documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ *
+ */
+
+footer {
+ margin-top: 1rem;
+ padding: 1rem;
+ color: var(--global-font-color);
+ background-color: var(--footer-background-color);
+}
+
+.footer-container {
+ display: grid;
+ gap: 1rem;
+ grid-template-columns: 1fr;
+ grid-template-areas:
+ "logo"
+ "about"
+ "documentation"
+ "community"
+ "legal"
+ "copyright";
+ max-width: var(--max-width);
+ margin-left: auto;
+ margin-right: auto;
+}
+
+.logo-column {
+ grid-area: logo;
+}
+
+.about-column {
+ grid-area: about;
+}
+
+.community-column {
+ grid-area: community;
+}
+
+.documentation-column {
+ grid-area: documentation;
+}
+
+.legal-column {
+ grid-area: legal;
+}
+
+.copyright-column {
+ grid-area: copyright;
+ padding-top: 1rem;
+ border-top: 1px solid #E5E7EB;
+ line-height: 1rem;
+ font-size: .8rem;
+}
+
+.column-title {
+ margin-top: 0;
+ font-size: inherit;
+ border-bottom: none;
+}
+
+.column-elements-container {
+ margin: .5rem 0;
+ padding: 0;
+ list-style: none;
+}
+
+.column-elements-container li {
+ margin-top: .7rem;
+}
+
+.column-element {
+ text-decoration: none;
+ line-height: 2rem;
+ color: inherit;
+ font-size: inherit;
+}
+
+.heart {
+ font-size: 1.2rem;
+ color: #E38582;
+}
+
+.heart:hover {
+ color: #D1332E;
+}
+
+.options-container {
+ display: flex;
+ align-items: center;
+}
+
+.theme-container {
+ display: none;
+ margin-left: 2rem;
+}
+
+.theme-container select {
+ border: 1px solid #CCC;
+ border-radius: 4px;
+ box-sizing: border-box;
+ background-color: #FCFCFD;
+ color: #444;
+}
+
+.language-container {
+ display: flex;
+ align-items: center;
+}
+
+.language-container a {
+ display: flex;
+ align-items: center;
+ text-decoration: none;
+ color: var(--global-font-color);
+ border-radius: 1px;
+ padding: .3rem;
+}
+
+.language-container a img {
+ display: inline-flex;
+ padding-right: 10px;
+ align-items: center;
+ justify-content: center;
+ height: 1.5rem;
+ width: 1.5rem;
+}
+
+@media screen and (min-width: 450px) {
+ .footer-container {
+ gap: 2rem;
+ grid-template-columns: 1fr 1fr;
+ grid-template-areas:
+ "logo logo"
+ "about community"
+ "documentation legal"
+ "copyright copyright";
+ }
+}
+
+@media screen and (min-width: 900px) {
+ footer {
+ padding: 2rem;
+ }
+
+ .footer-container {
+ grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
+ grid-template-areas:
+ "logo about documentation community legal"
+ "copyright copyright copyright copyright copyright";
+ gap: 1rem;
+ }
+}
+
+@media screen and (min-width: 1451px) {
+ footer {
+ padding: 2rem 5rem;
+ }
+
+ .footer-container {
+ gap: 2rem;
+ }
+}
diff --git a/website/themes/beastie/assets/styles/global.scss b/website/themes/beastie/assets/styles/global.scss
new file mode 100644
--- /dev/null
+++ b/website/themes/beastie/assets/styles/global.scss
@@ -0,0 +1,808 @@
+/*
+ * Copyright (c) 1994-2025, The FreeBSD Project
+ * Copyright (c) 2021-2023, Sergio Carlavilla
+ * Copyright (c) 2023, Mark McBride
+ * Copyright (c) 2023, Mark Phillips
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in the
+ * documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ *
+ */
+
+html {
+ font-family:
+ "Inter",
+ -apple-system,
+ BlinkMacSystemFont,
+ avenir next,
+ avenir,
+ segoe ui,
+ helvetica neue,
+ helvetica,
+ Cantarell,
+ Ubuntu,
+ roboto,
+ noto,
+ arial,
+ sans-serif;
+ scroll-padding-top: var(--header-height);
+ scroll-behavior: auto;
+}
+
+@supports (font-variation-settings: normal) {
+ html {
+ font-family:
+ "Inter var",
+ -apple-system,
+ BlinkMacSystemFont,
+ avenir next,
+ avenir,
+ segoe ui,
+ helvetica neue,
+ helvetica,
+ Cantarell,
+ Ubuntu,
+ roboto,
+ noto,
+ arial,
+ sans-serif;
+ }
+}
+
+html,
+body {
+ text-rendering: optimizeLegibility;
+ line-height: 1.5;
+}
+
+body {
+ display: flex;
+ flex-direction: column;
+ color: var(--global-font-color);
+ padding: 0;
+ margin: 0;
+ font-size: 100%;
+ font-weight: 400;
+ font-style: normal;
+ cursor: auto;
+ background-color: var(--global-background-color);
+}
+
+/* Main */
+.main-wrapper {
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ margin: 0 auto;
+ width: 100%;
+ max-width: var(--max-width);
+ transition: padding 0.15s;
+ background-color: var(--global-background-color);
+
+ .welcome-container {
+ display: flex;
+ width: 100%;
+ margin-top: 2.5rem;
+ text-align: center;
+ align-items: center;
+ flex-direction: column;
+
+ .title-language-container {
+ display: flex;
+ width: 100%;
+ justify-content: center;
+
+ h2 {
+ margin: 0;
+ border-bottom: 0px;
+ margin-left: 10%;
+ }
+
+ a {
+ margin-left: auto;
+
+ img {
+ display: inline-flex;
+ padding-right: 10px;
+ align-items: center;
+ justify-content: center;
+ height: 1.5rem;
+ width: 1.5rem;
+ }
+ }
+ }
+
+ form {
+ display: flex;
+ width: 100%;
+ background-color: var(--global-background-color);
+ justify-content: center;
+ border: none;
+
+ input {
+ display: block;
+ width: 80%;
+ padding: 10px 20px;
+ border: 1px solid #ccc;
+ border-radius: 4px;
+ box-shadow: inset 0 1px 3px #ddd;
+ box-sizing: border-box;
+ background-color: #fcfcfd;
+ color: #444;
+ }
+ }
+ }
+
+ .cards-container {
+ display: grid;
+ grid-gap: 1rem;
+ margin: 0 auto;
+ margin-top: 3rem;
+ margin-bottom: 3rem;
+ padding-right: 10%;
+ padding-left: 10%;
+
+ .card {
+ padding: 1rem;
+ border: 1px solid var(--card-border-color);
+ background-color: var(--card-background-color);
+
+ a {
+ display: flex;
+ flex-direction: column;
+ text-decoration: none;
+
+ h5 {
+ color: var(--global-font-color);
+ font-weight: 700;
+ font-size: 22px;
+ margin: 0px 0px 8px 0px;
+ border-bottom: 0px;
+ }
+
+ p {
+ color: var(--global-font-color);
+ font-size: 18px;
+ margin: 0px;
+ margin-top: auto;
+ text-align: inherit;
+ }
+ }
+ }
+ }
+
+ .document {
+ padding: var(--documentation-padding);
+ }
+}
+
+ul.language-list {
+ display: flex;
+ flex-wrap: wrap;
+ list-style: none;
+
+ li {
+ flex: 1 0 25%;
+ list-style-type: none;
+ max-width: 25%;
+
+ a {
+ cursor: pointer;
+ color: var(--global-font-color);
+ }
+ }
+
+ .selected {
+ font-weight: bolder;
+ }
+}
+
+@media (min-width: 600px) {
+ .main-wrapper {
+ .welcome-container {
+ .title-language-container {
+ h2 {
+ margin-left: auto;
+ }
+ }
+
+ form {
+ input {
+ width: 50%;
+ }
+ }
+ }
+ }
+
+ .cards-container {
+ grid-template-columns: repeat(2, 1fr);
+ }
+}
+
+@media (min-width: 900px) {
+ .cards-container {
+ grid-template-columns: repeat(3, 1fr);
+ }
+}
+
+h1,
+h2,
+h3,
+h4,
+h5,
+h6 {
+ margin: 0;
+ padding-bottom: 0.3rem;
+}
+
+h1,
+h2,
+h3,
+h4 {
+ line-height: 1.3;
+}
+
+h1,
+h2 {
+ font-weight: 900;
+}
+
+h1 {
+ font-size: var(--size-750);
+}
+
+h2 {
+ font-size: var(--size-600);
+}
+
+h3 {
+ font-size: var(--size-550);
+ padding-top: 0.8rem;
+}
+
+h4 {
+ font-size: var(--size-500);
+}
+
+h5 {
+ font-size: var(--size-400);
+}
+
+h6 {
+ font-size: var(--size-300);
+}
+
+h2 > .anchor,
+h3 > .anchor,
+h4 > .anchor,
+h5 > .anchor,
+h6 > .anchor {
+ text-decoration: none;
+
+ &:hover {
+ text-decoration: none;
+ }
+}
+
+h2 > .anchor::before,
+h3 > .anchor::before,
+h4 > .anchor::before,
+h5 > .anchor::before,
+h6 > .anchor::before {
+ visibility: hidden;
+ margin-left: 0.3rem;
+ content: "#";
+ color: var(--global-font-color);
+}
+
+h2,
+h3,
+h4,
+h5,
+h6 {
+ border-bottom: 1px solid var(--lines-color);
+
+ &:hover .anchor::before {
+ visibility: visible;
+ transition: visibility 0s easy 0s;
+ }
+}
+
+hr {
+ margin-top: 1rem;
+ margin-bottom: 1rem;
+ border: 0;
+ border-top: 1px solid var(--lines-color);
+}
+
+a {
+ text-decoration: none;
+ color: var(--links-color);
+
+ &:hover {
+ text-decoration: underline;
+ }
+}
+
+img {
+ max-width: 100%;
+}
+
+.imageblock {
+ .title {
+ margin-top: 0.5rem;
+ padding-bottom: 0;
+ font-weight: bolder;
+ font-style: italic;
+ }
+}
+
+figcaption {
+ font-size: var(--size-300);
+ font-style: italic;
+ margin-top: 1rem;
+}
+
+pre {
+ border-radius: 0.25rem;
+ font-family:
+ Menlo,
+ Consolas,
+ Monaco,
+ Liberation Mono,
+ Lucida Console,
+ monospace;
+ background-color: var(--pre-background-color);
+ font-size: 1rem;
+ color: var(--pre-font-color);
+ line-height: 1.4;
+ margin: 0 0 24px;
+ overflow: auto !important;
+ padding: 1rem;
+ margin: 0;
+}
+
+p {
+ text-justify: inter-word;
+}
+
+b,
+dt,
+strong,
+th {
+ font-weight: bolder;
+}
+
+dt {
+ font-style: italic;
+}
+
+blockquote {
+ padding-left: var(--size-600);
+ border-left: 5px solid;
+ font-style: italic;
+}
+
+.literalblock {
+ margin: 0.75em 0;
+ overflow: auto;
+
+ .content {
+ overflow: auto;
+ }
+}
+
+/* callouts */
+.conum {
+ display: inline-block;
+ color: #fff !important;
+ background-color: #000;
+ border-radius: 100px;
+ text-align: center;
+ font-size: 0.75em;
+ width: 1.67em;
+ height: 1.67em;
+ font-style: normal;
+ font-weight: bold;
+}
+
+.conum[data-value] {
+ color: #fff !important;
+ text-align: center;
+ font-size: 0.75em;
+ line-height: 1.67em;
+ font-style: normal;
+ font-weight: bold;
+}
+
+.conum[data-value]::after {
+ content: attr(data-value);
+}
+
+.colist td {
+ padding-top: 4px;
+ padding-bottom: 4px;
+ vertical-align: top;
+}
+
+.colist tr td b,
+.programlisting b {
+ display: none;
+}
+
+.rouge b {
+ display: none;
+}
+
+/* Tables */
+table {
+ caption {
+ text-rendering: optimizeLegibility;
+ text-align: left;
+ font-weight: bolder;
+ font-size: 1rem;
+ }
+}
+
+table.tableblock {
+ display: block;
+ margin: auto;
+ margin-bottom: 1.25em;
+ max-width: 100%;
+ border-collapse: collapse;
+ overflow-x: auto;
+
+ th {
+ text-align: left;
+ background-color: var(--table-header-background-color);
+ color: var(--table-header-font-color);
+ text-rendering: optimizeLegibility;
+ padding: 0.5em 0.625em 0.625em;
+ border: 0 solid #dedede;
+ border-width: 0 1px 1px 0;
+ }
+
+ td {
+ text-align: left;
+ border: 0 solid #dedede;
+ text-rendering: optimizeLegibility;
+ line-height: 1.6;
+ padding: 0.5em 0.625em 0.625em;
+ font-size: inherit;
+ border-width: 0 1px 1px 0;
+ vertical-align: top;
+ }
+
+ td.icon {
+ border: none;
+ }
+
+ td:first-of-type,
+ th:first-of-type {
+ border-left: none;
+ }
+
+ td:last-of-type,
+ th:last-of-type {
+ border-right: none;
+ }
+}
+
+table.stretch {
+ width: 100%;
+}
+
+/* Admonitions */
+.admonitionblock {
+ margin: 1.4rem 0;
+ padding: 1rem;
+ color: var(--admonition-font-color);
+
+ table {
+ table-layout: fixed;
+ position: relative;
+ width: 100%;
+
+ tbody {
+ tr {
+ td.icon {
+ i {
+ display: none;
+ // This icon display is currently very broken on mobile. It's cleaner to just not display them. We can address this after deployment - this works for now and displays, as per the site today (Dec 2025) actually (which also does not display these icons). --MP 16-Dec-25
+ // align-items: center;
+ // width: auto;
+ // background-position-x: 0.5em;
+ // vertical-align: initial;
+ // font-style: normal;
+ // padding-bottom: 2rem;
+ //
+ // &:after {
+ // content: attr(title);
+ // font-family: "Inter var", sans-serif;
+ // font-weight: bolder;
+ // padding: 0 0.5em;
+ // margin: -0.05em;
+ // }
+ }
+
+ .icon-note::before {
+ content: "\f05a";
+ color: var(--admonition-note-color);
+ }
+
+ .icon-tip::before {
+ content: "\f0eb";
+ color: var(--admonition-tip-color);
+ }
+
+ .icon-warning::before {
+ content: "\f071";
+ color: var(--admonition-warning-color);
+ }
+
+ .icon-caution::before {
+ content: "\f06d";
+ color: var(--admonition-caution-color);
+ }
+
+ .icon-important::before {
+ content: "\f06a";
+ color: var(--admonition-important-color);
+ }
+ }
+
+ td.icon [class^="fa icon-"] {
+ font-size: 1.2rem;
+ cursor: default;
+ }
+
+ td.content {
+ width: 100%;
+ word-wrap: anywhere;
+
+ .title {
+ margin-top: 2rem;
+ }
+
+ // .paragraph {
+ // padding-top: 3rem;
+ // }
+
+ a {
+ color: var(--admonition-links-color);
+ }
+ }
+ }
+ }
+ }
+}
+
+.note {
+ border-left: 5px solid var(--admonition-note-color);
+ background-color: var(--admonition-note-background-color);
+}
+
+.warning {
+ border-left: 5px solid var(--admonition-warning-color);
+ background-color: var(--admonition-warning-background-color);
+}
+
+.important {
+ border-left: 5px solid var(--admonition-important-color);
+ background-color: var(--admonition-important-background-color);
+}
+
+.caution {
+ border-left: 5px solid var(--admonition-caution-color);
+ background-color: var(--admonition-caution-background-color);
+}
+
+.tip {
+ border-left: 5px solid var(--admonition-tip-color);
+ background-color: var(--admonition-tip-background-color);
+}
+
+/* Example */
+.example,
+.exampleblock {
+ border-left: 5px solid var(--example-block-color);
+ padding: 1rem;
+ background-color: var(--example-block-background-color);
+}
+
+.exampleblock {
+ margin: 0.75rem 0;
+ color: var(--example-block-font-color);
+
+ .title {
+ font-weight: bolder;
+ font-family: "Inter var", sans-serif;
+ }
+
+ .content {
+ .literalblock {
+ .content {
+ background: #fefde6 !important;
+ border: none !important;
+ color: var(--global-font-color);
+ }
+ }
+
+ a {
+ color: var(--admonition-links-color);
+ }
+ }
+}
+
+.procedure {
+ border-left: 5px solid #b3b3b3;
+ padding: 1rem;
+ margin-bottom: 1.4rem;
+}
+
+/* Misc */
+.fa {
+ font-family: FontAwesome;
+ font-style: normal;
+}
+
+.listingblock {
+ margin: 0.75em 0;
+ position: relative;
+}
+
+.listingblock .title {
+ position: absolute;
+ top: -1em;
+ left: 1em;
+}
+
+.highlight {
+ padding: 1.5em 2em;
+
+ code {
+ font-size: 0.75rem;
+ padding: 0;
+ border-radius: inherit;
+ background-color: transparent;
+ color: inherit;
+ }
+
+ &:hover code::before {
+ content: attr(data-lang);
+ position: absolute;
+ top: 0.5em;
+ right: 3em;
+ }
+}
+
+code {
+ font-family:
+ "DejaVu Sans Mono",
+ Menlo,
+ Consolas,
+ Monaco,
+ Liberation Mono,
+ Lucida Console,
+ monospace;
+ padding: 0.12rem 0.2rem;
+ border-radius: 0.25rem;
+ background-color: var(--pre-background-color);
+ color: var(--pre-font-color);
+}
+
+.filename {
+ font-weight: bolder;
+}
+
+details {
+ margin: 1rem 0;
+
+ summary {
+ cursor: pointer;
+ }
+}
+
+kbd {
+ font-family: "DejaVu Sans", "DejaVu Sans Bold";
+ display: inline-block;
+ color: rgba(0, 0, 0, 0.8);
+ font-size: 0.65em;
+ line-height: 1.45;
+ background-color: #f7f7f7;
+ border: 1px solid #ccc;
+ border-radius: 3px;
+ box-shadow:
+ 0 1px 0 rgba(0, 0, 0, 0.2),
+ 0 0 0 0.1em #fff inset;
+ margin: 0 0.15em;
+ padding: 0.2em 0.5em;
+ vertical-align: middle;
+ position: relative;
+ top: -0.1em;
+ white-space: nowrap;
+}
+
+.to-top {
+ opacity: 1;
+ visibility: visible;
+ transition: 0.2s;
+ position: fixed;
+ bottom: 1.2rem;
+ right: 1.5rem;
+ z-index: 15;
+ text-decoration: none;
+
+ i {
+ font-size: 2rem;
+ color: var(--global-font-color);
+ }
+}
+
+.copy-to-clipboard-wrapper {
+ position: absolute;
+ margin: 0;
+ padding: 0.5rem;
+ right: 0.5rem;
+ top: 0rem;
+
+ button {
+ display: flex;
+ flex-direction: column;
+ border: none;
+ cursor: pointer;
+ align-items: center;
+ width: 1rem;
+ height: 1rem;
+ background: none;
+
+ &:focus {
+ outline: none;
+ }
+
+ i {
+ color: var(--white);
+ }
+ }
+
+ .tooltip {
+ visibility: hidden;
+ opacity: 0;
+ justify-content: center;
+ margin-top: 1em;
+ background-color: var(--copy-clipboard-tooltip-background-color);
+ border-radius: 0.25em;
+ padding: 0.5em;
+ color: var(--white);
+ z-index: 999;
+
+ &:focus {
+ outline: none;
+ }
+ }
+
+ .show-tooltip {
+ visibility: visible;
+ opacity: 1;
+ transition: visibility 0s easy 0s;
+ }
+}
diff --git a/website/themes/beastie/assets/styles/header.scss b/website/themes/beastie/assets/styles/header.scss
new file mode 100644
--- /dev/null
+++ b/website/themes/beastie/assets/styles/header.scss
@@ -0,0 +1,367 @@
+/*
+ * Copyright (c) 1994-2025, The FreeBSD Project
+ * Copyright (c) 2021-2023, Sergio Carlavilla
+ * Copyright (c) 2023, Mark McBride
+ * Copyright (c) 2023, Mark Phillips
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in the
+ * documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ *
+ */
+
+header {
+ position: sticky;
+ top: 0;
+ z-index: 9999;
+ padding: 0.5rem 1rem;
+ background-color: var(--header-background);
+}
+
+.header-container {
+ display: flex;
+ width: 100%;
+ max-width: var(--max-width);
+ margin-left: auto;
+ margin-right: auto;
+ align-items: center;
+}
+
+.logo-menu-bars-container {
+ display: flex;
+ align-items: center;
+}
+
+.logo {
+ display: flex;
+ align-items: center;
+ margin-right: 1rem;
+}
+
+header nav {
+ margin-left: 0;
+ margin-right: 0;
+}
+
+header ul {
+ margin: 0;
+ padding: 0;
+ list-style: none;
+ overflow: hidden;
+}
+
+header ul li {
+ list-style: none;
+}
+
+.menu-bars {
+ display: none;
+ margin-left: auto;
+ color: var(--white);
+ cursor: pointer;
+}
+
+input[type="checkbox"] {
+ display: none;
+}
+
+.menu {
+ display: flex;
+ padding: 0;
+ margin: 0;
+}
+
+.menu-item {
+ display: flex;
+ margin-right: 1rem;
+ align-items: center;
+ color: var(--white) !important;
+ margin-top: 0px !important;
+}
+
+.menu-item a {
+ padding: 1rem 0;
+ color: inherit;
+}
+
+.menu-item a,
+.donate a {
+ text-decoration: none;
+ font-weight: 600;
+}
+
+.menu-item a:hover,
+.donate a:hover {
+ text-decoration: none;
+}
+
+.donate a {
+ color: var(--black) !important;
+}
+
+.menu-item i {
+ margin-left: 0.1rem;
+}
+
+.sub-menu {
+ visibility: hidden;
+ position: absolute;
+ top: 55px;
+ padding: 1rem 0.75rem;
+ min-width: 250px;
+ background-color: var(--white);
+ border-radius: 0.4rem;
+ color: #444;
+ border: 1px solid #cdcdcd;
+ z-index: 999;
+}
+
+.sub-menu:hover {
+ visibility: visible;
+}
+
+.menu-item a:hover + .sub-menu {
+ visibility: visible;
+}
+
+.sub-menu li {
+ margin-top: 0;
+ padding: 0.75rem 0.6rem;
+}
+
+.sub-menu .title {
+ border-bottom: 1px solid #e5e7eb;
+}
+
+.sub-menu li a {
+ font-weight: normal !important;
+}
+
+.sub-menu .title a {
+ font-weight: bolder !important;
+}
+
+.search-donate-container {
+ display: flex;
+ align-items: center;
+ margin-top: 0px;
+ margin-left: auto;
+}
+
+.search-donate-container a {
+ display: flex;
+ align-items: center;
+}
+
+.language-image {
+ height: 1.5rem;
+ padding-right: 1rem;
+ width: 1.5rem;
+}
+
+.search {
+ display: flex;
+ border-radius: 0.4rem;
+ background-color: var(--white);
+ border: 1px solid var(--white);
+ margin-top: 0px;
+}
+
+.search input[type="text"] {
+ display: inline-block;
+ width: 100%;
+ padding: 0.3rem 0.8rem;
+ border: none;
+ border-radius: 0.4rem;
+ appearance: none;
+ outline: none;
+ background-color: var(--white);
+ color: var(--black);
+}
+
+.search button {
+ background-color: var(--white);
+ border: none;
+ border-radius: 0.4rem;
+}
+
+.search button i {
+ color: var(--black);
+}
+
+.donate {
+ margin-left: 0.5rem;
+}
+
+.donate a {
+ display: inline-block;
+ padding: 0.5rem 1rem;
+ background-color: var(--white);
+ border-radius: 0.4rem;
+}
+
+.donate a .heart,
+.heart .heart {
+ font-size: 1.2rem;
+ color: #e38582;
+}
+
+.donate:hover a .heart,
+.heart:hover .heart {
+ color: #d1332e;
+}
+
+@media screen and (max-width: 1100px) {
+ .header-container {
+ flex-direction: column;
+ }
+
+ .logo-menu-bars-container {
+ width: 100%;
+ padding: 0.5rem 0;
+ }
+
+ nav {
+ width: 100%;
+ margin: 0;
+ padding: 0;
+ }
+
+ .menu-bars {
+ display: block;
+ }
+
+ .menu {
+ display: none;
+ width: 100%;
+ }
+
+ #menu-bars:checked ~ nav .menu {
+ display: block !important;
+ }
+
+ .menu-item {
+ flex-direction: column;
+ width: 100%;
+ margin-right: 0px;
+ border-top: 1px solid var(--white);
+ cursor: pointer;
+ }
+
+ .menu-item a {
+ width: 100%;
+ }
+
+ .menu-item a:hover + .sub-menu {
+ visibility: visible;
+ }
+
+ .menu-item-description {
+ display: flex;
+ width: 100%;
+ cursor: pointer;
+ }
+
+ .menu-item-description i {
+ margin-left: auto;
+ }
+
+ .sub-menu {
+ display: none;
+ flex-direction: column;
+ width: 100%;
+ padding: 0px;
+ position: static;
+ visibility: visible;
+ border: none;
+ background-color: inherit;
+ color: inherit;
+ box-shadow: inherit;
+ }
+
+ .sub-menu .title {
+ display: none;
+ border-bottom: none;
+ }
+
+ .sub-menu li {
+ padding-left: 0px;
+ padding-right: 0px;
+ }
+
+ #about:checked ~ .sub-menu,
+ #download:checked ~ .sub-menu,
+ #documentation:checked ~ .sub-menu,
+ #community:checked ~ .sub-menu {
+ display: flex;
+ }
+
+ .language-image {
+ height: 1.5rem;
+ padding: 1rem 0;
+ width: 1.5rem;
+ }
+
+ .search-donate-container {
+ display: none;
+ }
+
+ .search {
+ width: 100%;
+ }
+
+ #menu-bars:checked ~ .search-donate-container {
+ display: flex;
+ flex-direction: column;
+ width: 100%;
+ margin-left: unset;
+ padding-top: 0.2rem;
+ }
+
+ .donate {
+ display: flex;
+ width: 100%;
+ margin-left: unset;
+ padding-top: 0.8rem;
+ }
+
+ .donate a {
+ width: 100%;
+ text-align: center;
+ }
+
+ .donate a .heart {
+ font-size: 1.2rem;
+ color: #d1332e;
+ }
+}
+
+@media screen and (min-width: 900px) {
+ header {
+ padding: 0.5rem 2rem;
+ }
+}
+
+@media screen and (min-width: 1451px) {
+ header {
+ padding: 0.5rem 5rem;
+ }
+}
diff --git a/website/themes/beastie/assets/styles/main.scss b/website/themes/beastie/assets/styles/main.scss
new file mode 100644
--- /dev/null
+++ b/website/themes/beastie/assets/styles/main.scss
@@ -0,0 +1,60 @@
+/*
+ * Copyright (c) 1994-2023, The FreeBSD Documentation Project
+ * Copyright (c) 2021-2023, Sergio Carlavilla
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in the
+ * documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ *
+ */
+@font-face {
+ font-family: "Montserrat";
+ font-style: normal;
+ font-weight: 400;
+ font-display: swap;
+ src: url("../fonts/montserrat/Montserrat-Regular.woff2") format("woff2");
+}
+
+@font-face {
+ font-family: "Inter";
+ font-style: normal;
+ font-weight: 400;
+ font-display: swap;
+ src:
+ url("../fonts/inter/Inter-Regular.woff2") format("woff2"),
+ url("../fonts/inter/Inter-Regular.woff") format("woff");
+}
+
+@font-face {
+ font-family: "Inter var";
+ font-weight: 100 900;
+ font-display: swap;
+ font-style: normal;
+ font-named-instance: "Regular";
+ src: url("../fonts/inter/Inter-roman.var.woff2") format("woff2");
+}
+
+@import "variables";
+@import "global";
+@import "header";
+@import "documentation";
+@import "footer";
+@import "twentyfive";
diff --git a/website/themes/beastie/assets/styles/rouge.scss b/website/themes/beastie/assets/styles/rouge.scss
new file mode 100644
--- /dev/null
+++ b/website/themes/beastie/assets/styles/rouge.scss
@@ -0,0 +1,84 @@
+.highlight table td { padding: 5px; }
+.highlight table pre { margin: 0; }
+.highlight, .highlight .w {
+ color: #f8f8f2;
+ background-color: #272822;
+}
+.highlight .err {
+ color: #272822;
+ background-color: #f92672;
+}
+.highlight .c {
+ color: #f8f8f2;
+}
+.highlight .ch, .highlight .cd, .highlight .cm, .highlight .cpf, .highlight .c1, .highlight .cs {
+ color: #75715e;
+}
+.highlight .cp {
+ color: #f4bf75;
+}
+.highlight .nt {
+ color: #f4bf75;
+}
+.highlight .o, .highlight .ow {
+ color: #f8f8f2;
+}
+.highlight .p, .highlight .pi {
+ color: #f8f8f2;
+}
+.highlight .gi {
+ color: #a6e22e;
+}
+.highlight .gd {
+ color: #f92672;
+}
+.highlight .gh {
+ color: #66d9ef;
+ background-color: #272822;
+ font-weight: bold;
+}
+.highlight .k, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .kv {
+ color: #ae81ff;
+}
+.highlight .kc {
+ color: #fd971f;
+}
+.highlight .kt {
+ color: #fd971f;
+}
+.highlight .kd {
+ color: #fd971f;
+}
+.highlight .s, .highlight .sb, .highlight .sc, .highlight .dl, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .s1 {
+ color: #a6e22e;
+}
+.highlight .sa {
+ color: #ae81ff;
+}
+.highlight .sr {
+ color: #a1efe4;
+}
+.highlight .si {
+ color: #cc6633;
+}
+.highlight .se {
+ color: #cc6633;
+}
+.highlight .nn {
+ color: #f4bf75;
+}
+.highlight .nc {
+ color: #f4bf75;
+}
+.highlight .no {
+ color: #f4bf75;
+}
+.highlight .na {
+ color: #66d9ef;
+}
+.highlight .m, .highlight .mb, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mx {
+ color: #a6e22e;
+}
+.highlight .ss {
+ color: #a6e22e;
+}
diff --git a/website/themes/beastie/assets/styles/twentyfive.scss b/website/themes/beastie/assets/styles/twentyfive.scss
new file mode 100644
--- /dev/null
+++ b/website/themes/beastie/assets/styles/twentyfive.scss
@@ -0,0 +1,993 @@
+/*
+ * Copyright (c) 1994-2025, The FreeBSD Project
+ * Copyright (c) 2021-2023, Sergio Carlavilla
+ * Copyright (c) 2023, Mark McBride
+ * Copyright (c) 2023, Mark Phillips
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in the
+ * documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ *
+ */
+
+// Page is small
+@media (max-width: 599px) {
+ :root {
+ --main-tag-padding: 30px 15px;
+ --header-tag-padding: 5px 15px 3px 15px;
+ }
+}
+// Page is medium
+@media (min-width: 600px) and (max-width: 1199px) {
+ :root {
+ --main-tag-padding: 30px 20px;
+ --header-tag-padding: 8px 20px 8px 20px;
+ }
+}
+// Page is huge
+@media (min-width: 1200px) {
+ :root {
+ --main-tag-padding: 30px 40px;
+ --header-tag-padding: 8px 40px 8px 40px;
+ }
+}
+
+/* Light default mode */
+.theme-light {
+ --header-background-color: #ab2b28;
+ --header-fabar-color: #fff;
+ --header-menu-item-color: #fff;
+ --header-submenu-color: #111;
+ --header-submenu-border-color: #ccc;
+ --header-submenu-background-color: #fff;
+ --header-search-background-color: #fff;
+ --header-search-color: #333;
+ --header-donate-background-color: #fff;
+ --header-donate-color: #000;
+ --background-color: #fff;
+ --background-accent-color: #f9f0f0;
+ --background-frontpage-band-color: #fff6f6;
+ --text-color: #000;
+ --h1-color: #ab2b28;
+ --h2-color: #ab2b28;
+ --h3-color: #ab2b28;
+ --link-color: #ab2b28;
+ --link-hover-color: #ab2b28;
+ --table-border-color: #ccc;
+ --table-background-color: #f6f6f6;
+ --download-table-background-color: transparent;
+ --download-table-border-color: #ab2b28; //#8b210f;
+ --download-table-text-color: #821;
+ --download-prod-background-color: #ffd9d9;
+ --download-prod-color: #ab2b28;
+ --download-upcoming-background-color: #fff9f9;
+ --obsolete-background: #f3f3f3;
+ --obsolete-color: #666;
+ --admonition-font-color: #444;
+ --admonition-links-color: #0645ad;
+ --admonition-note-color: #19407c;
+ --admonition-note-background-color: #eaf1fb;
+ --admonition-warning-color: #bf6900;
+ --admonition-warning-background-color: #fff4e6;
+ --admonition-important-color: #bf0000;
+ --admonition-important-background-color: #ffe6e6;
+ --admonition-caution-color: #bf3400;
+ --admonition-caution-background-color: #ffece6;
+ --admonition-tip-color: #43b929;
+ --admonition-tip-background-color: #edfaea;
+ --example-block-color: #f1bb16;
+ --example-block-background-color: #fef8e7;
+ --example-block-font-color: #444;
+ --terminal-background: rgba(10, 10, 10, 0.8);
+ --terminal-background: rgba(171, 43, 40, 0.1);
+ --terminal-color: rgba(0, 0, 0, 1);
+ --terminal-color: rgba(80, 10, 10, 1);
+ --feeds-background: #f9f0f0;
+ --footer-background: #f9f0f0;
+ --select-arrow: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2224%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%20fill=%22none%22%20stroke=%22black%22%20stroke-width=%222%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22%3E%3Cpath%20d=%22M6%209%2012%2015%2018%209%22/%3E%3C/svg%3E");
+ /* Images optimized for light/dark */
+ --freebsd-logo-image: url("/images/FreeBSD-monochromatic.svg");
+ header .logo {
+ background-image: var(--freebsd-logo-image);
+ }
+ --freebsd-logo-horizontal-image: url("/images/FREEBSD_Logo_Horiz_Pos_RGB_black.png");
+ .freebsd-horizontal .logo-box-image {
+ background-image: var(--freebsd-logo-horizontal-image);
+ }
+ --openzfs-logo-image: url("/images/OpenZFS_logo.png");
+ .openzfs .logo-box-image {
+ background-image: var(--openzfs-logo-image);
+ }
+ --bhyve-logo-image: url("/images/bhyve.png");
+ .bhyve .logo-box-image {
+ background-image: var(--bhyve-logo-image);
+ }
+ --jails-logo-image: url("/images/bastille-icon.png");
+ .jails .logo-box-image {
+ background-image: var(--jails-logo-image);
+ }
+ --network-logo-image: url("/images/Netflix-Logo.png");
+ .network .logo-box-image {
+ background-image: var(--network-logo-image);
+ }
+ --docs-logo-image: url("/images/book.png");
+ .docs .logo-box-image {
+ background-image: var(--docs-logo-image);
+ }
+ --foundation-logo-image: url("/images/FreeBSD_Vrt.png");
+ .fbf .logo-box-image {
+ background-image: var(--foundation-logo-image);
+ }
+ --freebsd-logo-vert: url("/images/FREEBSD_Logo_Vert_Pos_RGB.png");
+ .freebsd .logo-box-image {
+ background-image: var(--freebsd-logo-vert);
+ }
+}
+
+.theme-dark {
+ --header-background-color: #ab2b28;
+ --header-fabar-color: #fff;
+ --header-menu-item-color: #fff;
+ --header-submenu-color: #111;
+ --header-submenu-border-color: #ccc;
+ --header-submenu-background-color: #fff;
+ --header-search-background-color: #fff;
+ --header-search-color: #333;
+ --header-donate-background-color: #fff;
+ --header-donate-color: #000;
+ --background-color: #101010;
+ --background-accent-color: #333;
+ --text-color: #bbb;
+ --h1-color: #bbb;
+ --h2-color: #bbb;
+ --h3-color: #bbb;
+ --link-color: #bbb;
+ --link-hover-color: #bbb;
+ --table-border-color: #666;
+ --table-background-color: transparent;
+ --download-table-background-color: transparent;
+ --download-table-border-color: #711;
+ --download-table-text-color: var(--text-color);
+ --download-prod-background-color: #511;
+ --download-prod-color: #bbb;
+ --download-upcoming-background-color: #300909;
+ --obsolete-background: #222;
+ --obsolete-color: #777;
+ --admonition-font-color: var(--text-color);
+ --admonition-links-color: var(--text-color);
+ --admonition-note-color: #19407c;
+ --admonition-note-background-color: rgba(234, 241, 251, 0.3);
+ --admonition-warning-color: #bf6900;
+ --admonition-warning-background-color: rgba(255, 244, 230, 0.3);
+ --admonition-important-color: #bf0000;
+ --admonition-important-background-color: rgba(255, 230, 230, 0.3);
+ --admonition-caution-color: #bf3400;
+ --admonition-caution-background-color: rgba(255, 236, 230, 0.3);
+ --admonition-tip-color: #43b929;
+ --admonition-tip-background-color: rgba(237, 250, 234, 0.3);
+ --example-block-color: #f1bb16;
+ --example-block-background-color: rgba(254, 248, 231, 0.3);
+ --example-block-font-color: var(--text-color);
+ --terminal-background: rgba(255, 255, 255, 0.08);
+ --terminal-color: rgba(0, 180, 0, 1);
+
+ --feeds-background: #222;
+ --footer-background: linear-gradient(to bottom, #222, #191919, #191919);
+ --select-arrow: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2224%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%20fill=%22none%22%20stroke=%22white%22%20stroke-width=%222%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22%3E%3Cpath%20d=%22M6%209%2012%2015%2018%209%22/%3E%3C/svg%3E");
+ /* Images optimized for light/dark */
+ --freebsd-logo-image: url("/images/FreeBSD-colors.svg");
+ header .logo {
+ background-image: var(--freebsd-logo-image);
+ }
+ --freebsd-logo-horizontal-image: url("/images/FREEBSD_Logo_Horiz_Pos_RGB_white.png");
+ .freebsd-horizontal .logo-box-image {
+ background-image: var(--freebsd-logo-horizontal-image);
+ }
+ --openzfs-logo-image: url("/images/OpenZFS_logo.png");
+ .openzfs .logo-box-image {
+ background-image: var(--openzfs-logo-image);
+ }
+ --bhyve-logo-image: url("/images/bhyve-dark.png");
+ .bhyve .logo-box-image {
+ background-image: var(--bhyve-logo-image);
+ }
+ --jails-logo-image: url("/images/bastille-icon.png");
+ .jails .logo-box-image {
+ background-image: var(--jails-logo-image);
+ }
+ --network-logo-image: url("/images/Netflix-Logo.png");
+ .network .logo-box-image {
+ background-image: var(--network-logo-image);
+ }
+ --docs-logo-image: url("/images/book.png");
+ .docs .logo-box-image {
+ background-image: var(--docs-logo-image);
+ }
+ --foundation-logo-image: url("/images/FreeBSD_Vrt_Grey.png");
+ .fbf .logo-box-image {
+ background-image: var(--foundation-logo-image);
+ }
+ --freebsd-logo-vert: url("/images/FREEBSD_Logo_Vert_Rev_RGB.png");
+ .freebsd .logo-box-image {
+ background-image: var(--freebsd-logo-vert);
+ }
+}
+
+.theme-high-contrast {
+ --header-background-color: #000;
+ --header-fabar-color: #eee;
+ --header-menu-item-color: #eee;
+ --header-submenu-border-color: #666;
+ --header-submenu-background-color: #222;
+ --header-submenu-color: #eee;
+ --header-search-background-color: #eee;
+ --header-search-color: #000;
+ --header-donate-background-color: #eee;
+ --header-donate-color: #611;
+ --background-color: #000;
+ --background-accent-color: #111;
+ --text-color: #eee;
+ --h1-color: #eee;
+ --h2-color: #eee;
+ --h3-color: #eee;
+ --link-color: #eee;
+ --link-hover-color: #eee;
+ --table-border-color: #666;
+ --table-background-color: transparent;
+ --download-table-background-color: transparent;
+ --download-table-border-color: #999;
+ --download-table-text-color: var(--text-color);
+ --download-prod-background-color: transparent;
+ --download-prod-color: #eee;
+ --download-upcoming-background-color: transparent;
+ --obsolete-background: #111;
+ --obsolete-color: #bbb;
+ --feeds-background: #111;
+ --footer-background: #111;
+ --admonition-font-color: var(--text-color);
+ --admonition-links-color: var(--text-color);
+ --admonition-note-color: #19407c;
+ --admonition-note-background-color: rgba(234, 241, 251, 0.3);
+ --admonition-warning-color: #bf6900;
+ --admonition-warning-background-color: rgba(255, 244, 230, 0.3);
+ --admonition-important-color: #bf0000;
+ --admonition-important-background-color: rgba(255, 230, 230, 0.3);
+ --admonition-caution-color: #bf3400;
+ --admonition-caution-background-color: rgba(255, 236, 230, 0.3);
+ --admonition-tip-color: #43b929;
+ --admonition-tip-background-color: rgba(237, 250, 234, 0.3);
+ --example-block-color: #f1bb16;
+ --example-block-background-color: rgba(254, 248, 231, 0.3);
+ --example-block-font-color: var(--text-color);
+ --terminal-background: rgba(255, 255, 255, 0.08);
+ --terminal-color: rgba(0, 180, 0, 1);
+
+ --select-arrow: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2224%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%20fill=%22none%22%20stroke=%22white%22%20stroke-width=%222%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22%3E%3Cpath%20d=%22M6%209%2012%2015%2018%209%22/%3E%3C/svg%3E");
+ /* Images optimized for light/dark */
+ --freebsd-logo-image: url("/images/FreeBSD-colors.svg");
+ header .logo {
+ background-image: var(--freebsd-logo-image);
+ }
+ --freebsd-logo-horizontal-image: url("/images/FREEBSD_Logo_Horiz_Pos_RGB_white.png");
+ .freebsd-horizontal .logo-box-image {
+ background-image: var(--freebsd-logo-horizontal-image);
+ }
+ --openzfs-logo-image: url("/images/OpenZFS_logo.png");
+ .openzfs .logo-box-image {
+ background-image: var(--openzfs-logo-image);
+ }
+ --bhyve-logo-image: url("/images/bhyve-dark.png");
+ .bhyve .logo-box-image {
+ background-image: var(--bhyve-logo-image);
+ }
+ --jails-logo-image: url("/images/bastille-icon.png");
+ .jails .logo-box-image {
+ background-image: var(--jails-logo-image);
+ }
+ --network-logo-image: url("/images/Netflix-Logo.png");
+ .network .logo-box-image {
+ background-image: var(--network-logo-image);
+ }
+ --docs-logo-image: url("/images/book.png");
+ .docs .logo-box-image {
+ background-image: var(--docs-logo-image);
+ }
+ --foundation-logo-image: url("/images/FreeBSD_Vrt_Grey.png");
+ .fbf .logo-box-image {
+ background-image: var(--foundation-logo-image);
+ }
+ --freebsd-logo-vert: url("/images/FREEBSD_Logo_Vert_Rev_RGB.png");
+ .freebsd .logo-box-image {
+ background-image: var(--freebsd-logo-vert);
+ }
+}
+
+html {
+ scroll-padding-top: 90px;
+}
+body {
+ background: var(--background-color);
+ background-repeat: no-repeat;
+ font-family: var(--content-font);
+ font-weight: 350;
+ font-size: 16px;
+ line-height: 25px;
+ color: var(--text-color);
+}
+
+//sub-main is #content
+#content {
+ padding: var(--main-tag-padding);
+ max-width: var(--max-width);
+ margin: 0px auto;
+}
+.main-flex {
+ display: flex;
+ flex-wrap: wrap;
+ gap: 35px;
+}
+.main-flex ul {
+ line-height: 2em;
+ margin: 15px 0 25px 0;
+}
+.main-flex-content {
+ flex: 1 1 70%;
+}
+.main-flex-sidebar {
+ flex: 1 1 15%;
+}
+.full-width-background {
+ width: 100vw;
+ height: 50px;
+ position: relative;
+ left: 50%;
+ right: 50%;
+ margin-left: -50vw;
+ margin-right: -50vw;
+ background: linear-gradient(
+ to bottom,
+ var(--h1-color),
+ var(--background-accent-color),
+ transparent
+ );
+}
+.front-page-band-off {
+ background: var(--background-color);
+ margin-bottom: 50px;
+ // background: linear-gradient(160deg, var(--background-accent-color), var(--background-color) 50vw);
+}
+.front-page-band-on {
+ background: var(--background-frontpage-band-color);
+}
+.front-page-band-content {
+ font-family: var(--headings-font);
+ max-width: var(--max-width);
+ margin: 0px auto;
+ padding: var(--main-tag-padding);
+ padding-top: 20px;
+ padding-bottom: 20px;
+}
+
+h1,
+h2,
+h3 {
+ font-family: var(--headings-font);
+ font-weight: 700;
+ border: 0;
+ margin: 15px 0;
+ clear: none;
+}
+h1 {
+ font-size: 30px;
+ color: var(--h1-color);
+}
+h2 {
+ font-size: 25px;
+ color: var(--h2-color);
+}
+h3 {
+ font-size: 20px;
+ color: var(--h3-color);
+}
+
+// pre {font-family: var(--mono-font); font-size: 14px;}
+// code {font-family: var(--mono-font); font-size: 14px;}
+
+table {
+ background: transparent;
+ border-collapse: collapse;
+}
+table.tableblock {
+ font-size: clamp(11px, 1.5vw, 16px);
+}
+
+tr {
+ background: transparent;
+}
+tr:nth-child(even) {
+ background-color: var(--table-background-color);
+}
+th {
+ background: transparent;
+}
+td {
+ border: 1px solid var(--table-border-color);
+ padding: 10px;
+ line-height: normal;
+}
+td p {
+ padding: 0;
+ margin: 0;
+}
+
+a {
+ color: var(--link-color);
+ text-decoration: underline;
+}
+a:hover {
+ color: var(--link-hover-color);
+}
+
+header {
+ background: var(--header-background-color);
+ padding: var(--header-tag-padding);
+}
+.header-container {
+ font-family: var(--headings-font);
+ max-width: var(--max-width);
+}
+header .logo {
+ width: 144px;
+ height: 45px;
+ background-repeat: no-repeat;
+ background-position: center center;
+ background-size: contain;
+}
+header .fa-bars {
+ color: var(--header-fabar-color);
+}
+header .menu {
+ margin-left: 10px;
+}
+header .menu .menu-item .menu-item-description {
+ color: var(--header-menu-item-color);
+ font-weight: 550;
+}
+header .menu .sub-menu {
+ background-color: var(--header-submenu-background-color);
+ border-color: var(--header-submenu-border-color);
+}
+header .menu .sub-menu li.title {
+ color: var(--header-submenu-color);
+}
+header .menu .sub-menu li {
+ color: var(--header-submenu-color);
+}
+header .search {
+ width: 170px;
+ background-color: var(--header-search-background-color);
+ border-color: var(--header-search-background-color);
+}
+header .search #words {
+ font-size: 16px;
+ background-color: var(--header-search-background-color);
+ color: var(--header-search-color);
+}
+header .search button {
+ background-color: var(--header-search-background-color);
+}
+header .donate .heart {
+ font-size: 15px;
+}
+header .donate a {
+ max-width: 200px;
+ margin: auto;
+ padding: 2px 10px 2px 8px;
+}
+header .donate a {
+ background-color: var(--header-donate-background-color);
+}
+header .donate a .donate-text {
+ color: var(--header-donate-color);
+}
+header .donate a:hover {
+ font-weight: 600;
+}
+
+.downloads {
+ margin: 0;
+ min-width: 275px;
+}
+.downloads th {
+ color: var(--h3-color);
+}
+.downloads td {
+ line-height: 2;
+ text-align: center;
+ background: var(--download-table-background-color);
+ padding: 10px 5px;
+ border: 1px solid var(--download-table-border-color);
+}
+.latest-production-series td {
+ background: var(--download-prod-background-color);
+ color: var(--download-prod-color);
+}
+.latest-production-series a {
+ color: var(--download-prod-color);
+}
+.latest-production-series a {
+ font-weight: bold;
+}
+.latest-production-series td {
+ font-weight: bold;
+}
+.upcoming td {
+ background: var(--download-upcoming-background-color);
+ color: var(--download-table-text-color);
+}
+.upcoming td a {
+ color: var(--download-table-text-color);
+}
+
+.get-freebsd-flex {
+ display: flex;
+ flex-wrap: wrap;
+ gap: 30px 35px;
+}
+.get-freebsd-flex-item {
+ flex: 1 1 40%;
+}
+.why-freebsd-flex {
+ display: flex;
+ flex-wrap: wrap;
+ gap: 30px;
+ margin-top: 30px;
+}
+.why-freebsd-flex-item {
+ flex: 1 1 30%;
+ min-width: 280px;
+}
+.why-freebsd-flex-item p {
+ padding: 0 20px 0 0;
+}
+
+.get-freebsd-flex-item h2 {
+ margin-top: 0;
+}
+.why-freebsd-flex-item h3 {
+ margin-top: 0;
+ border-radius: 5px;
+ padding: 2px 10px 0 0px;
+}
+
+.logo-box {
+ width: 100px;
+ height: 100px;
+ float: right;
+ margin: 5px 10px 20px 20px;
+}
+.logo-box-image {
+ width: 100%;
+ height: 100%;
+ margin: auto;
+ background-repeat: no-repeat;
+ background-position: center center;
+ background-size: contain;
+}
+.beastie-logo {
+ float: right;
+ margin: 20px 40px;
+}
+.why-logo-box {
+ border: 0px solid red;
+ width: 100px;
+ height: 100px;
+ float: right;
+ margin: 5px 10px 20px 20px;
+}
+.why-logo {
+ max-height: 100px;
+ display: block;
+ margin: auto;
+}
+#sidewrap {
+ float: right;
+ width: 150px;
+ margin: 0 0 20px 40px;
+ background: var(--feeds-background);
+ border-radius: 7px;
+ padding: 10px;
+}
+#sidewrap h3 {
+ font-weight: 500;
+ color: var(--h3-color);
+ margin-top: 0;
+ padding-top: 0;
+}
+#sidewrap ul {
+ padding: 0;
+ margin: 0;
+}
+#sidewrap li {
+ list-style: none;
+ padding: 0;
+ margin: 0;
+}
+#contentwrap h1 {
+ clear: none;
+}
+#contentwrap h2 {
+ clear: none;
+}
+.feed-flex {
+ display: flex;
+ flex-wrap: wrap;
+ gap: 30px 20px;
+}
+.feed-flex-item {
+ background: var(--feeds-background);
+ line-height: 1.3em;
+ border-radius: 7px;
+}
+.feed-flex-item a {
+ text-decoration: none;
+}
+.feed-flex-item a:hover {
+ text-decoration: underline;
+}
+.feed-flex-item {
+ flex: 1 1 15%;
+ padding: 10px 10px;
+ min-width: 150px;
+ border-radius: 5px;
+ font-size: 0.8em;
+}
+.feed-flex-item h3 {
+ padding-top: 0px;
+ margin-top: 0px;
+}
+.feed-flex-item .feed-item {
+ margin: 0;
+ padding: 0 0 5px 0;
+}
+.feed-flex-item .feed-item-date {
+ opacity: 0.5;
+ font-weight: 400;
+ margin: 10px 0 0 0;
+ padding: 0 0 3px 0;
+}
+.feed-flex-item .feed-source {
+ margin: 15px 0 5px 0;
+ opacity: 0.5;
+ color: var(--text-color);
+}
+.feed-flex-item .feed-source a {
+ color: var(--text-color);
+}
+.mobile-only {
+ display: none;
+}
+
+@media screen and (max-width: 400px) {
+ .downloads th:nth-of-type(2) {
+ display: none;
+ }
+ .downloads td:nth-of-type(2) {
+ display: none;
+ }
+ .mobile-only {
+ display: unset;
+ }
+}
+
+/* .adocs files */
+
+li p {
+ margin: 0;
+ padding: 0;
+}
+.tblDownload {
+ border-collapse: collapse;
+ margin: 0 auto;
+ width: 100%;
+}
+.tblDownload th {
+ border: 1px solid #ccc;
+ color: var(--h3-color);
+ background-color: var(--footer-background);
+}
+.tblDownload td {
+ border: 1px solid #ccc;
+ vertical-align: top;
+ padding: 15px;
+}
+.tblDownload td ul {
+ margin: 0;
+ padding-left: 20px;
+ list-style: none;
+ padding: 0;
+}
+.tblDownload td p {
+ margin: 0 0 0 0;
+}
+
+#content {
+ max-width: var(--max-width);
+ margin: 0 auto;
+}
+.listingblock {
+ margin: 0;
+ padding: 0;
+}
+.listingblock pre {
+ line-height: normal;
+ margin: auto;
+ font-size: 0.8em;
+}
+#content h2 {
+ margin: 40px 0 15px 0;
+}
+
+.obsolete {
+ color: var(--obsolete-color);
+ background-color: var(--obsolete-background);
+ border-radius: 5px;
+ padding: 1px 20px 10px 20px;
+ margin: 20px 0;
+ font-size: 0.8em;
+}
+.obsolete a,
+.obsolete h3 {
+ color: var(--obsolete-color);
+}
+
+.article-flex {
+ display: flex;
+ flex-wrap: wrap;
+ gap: 30px;
+ margin-top: 20px;
+}
+.article-flex-item h3 {
+ margin-top: 0;
+ padding-top: 0;
+}
+.article-flex-item {
+ flex: 1 1 25%;
+ min-width: 200px;
+ padding: 20px;
+ background-color: var(--background-accent-color);
+ border-radius: 5px;
+}
+
+//sticky toc when not on mobile for hardware page
+@media (min-width: 600px) {
+ .hardware #preamble {
+ position: sticky;
+ float: right;
+ top: 100px;
+ right: 20px;
+ width: 280px;
+ margin: 0;
+ padding: 15px;
+ overflow-y: auto;
+ max-height: 80vh;
+ border-radius: 5px;
+ box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
+ background-color: var(--background-accent-color);
+ }
+ .hardware #preamble ul {
+ margin: 0;
+ padding-left: 0px;
+ list-style-type: none;
+ }
+ .hardware #preamble ul.sectlevel1 {
+ mrrgin: 0 0 0 -20px;
+ }
+ .hardware #preamble ul li {
+ margin: 0;
+ padding-left: 20px;
+ }
+ .hardware .sect1 {
+ margin-right: 350px;
+ }
+}
+.hardware blockquote {
+ border: 0;
+ font-style: normal;
+}
+.hardware #preamble a {
+ text-decoration: none;
+}
+.hardware #preamble a:hover {
+ text-decoration: underline;
+}
+.hardware code {
+ font-family: var(--content-font);
+}
+
+.feature-flex {
+ display: flex;
+ flex-wrap: wrap;
+ gap: 0 30px;
+}
+.feature-flex h3 {
+ flex: 1 0 100%;
+}
+.feature-flex-item {
+ flex: 1 1 30%;
+ padding-bottom: 20px;
+}
+.feature-flex-menu {
+ display: flex;
+ flex-wrap: wrap;
+ gap: 20px;
+ justify-content: center;
+}
+
+.feature-flex-menu-item {
+ flex: 0 1 100px;
+ display: block;
+ padding: 0 0 10px 0;
+ border-radius: 10px;
+ text-align: center;
+ border: 3px solid var(--terminal-background);
+ text-decoration: none;
+ font-weight: bold;
+}
+.feature-flex-menu-item-text {
+ background: var(--terminal-background);
+ border-radius: 6px 6px 0 0;
+ margin: 0 0 10px 0;
+}
+.feature-flex-menu-item .logo-box {
+ width: 50px;
+ height: 50px;
+ margin: auto;
+ float: none;
+}
+.feature-flex-menu-item:hover {
+ background: transparent;
+ border: 3px solid var(--h1-color);
+ text-decoration: none;
+}
+.feature-flex-menu-item:hover .feature-flex-menu-item-text {
+ background: var(--h1-color);
+ color: var(--background-color);
+}
+
+.feature-flex-item p {
+ margin: 0;
+ padding: 0;
+}
+.demo-terminal .content {
+ width: 600px;
+ color: var(--terminal-color);
+ background: var(--terminal-background);
+ border-radius: 10px;
+ margin: 0 auto 0 0;
+}
+@media (max-width: 619px) {
+ .demo-terminal .content {
+ margin-bottom: -160px;
+ margin-right: -250px;
+ scale: 0.6;
+ transform-origin: top left;
+ }
+ .feature-flex-item {
+ min-width: 300px;
+ }
+}
+
+.feature-flex-item img {
+ border-radius: 10px;
+}
+
+//admonitions
+.admonitionblock {
+ td.icon,
+ td.content,
+ tr:nth-child(odd) {
+ background: transparent;
+ border: 0;
+ }
+}
+
+/* Front page logo box */
+.front-page-logo {
+ margin: 60px 10px;
+ float: none;
+ width: auto;
+ height: clamp(100px, 30vw, 180px);
+}
+
+/* Front page tagline */
+.front-page-tagline {
+ margin: 30px 0;
+ line-height: normal;
+ font-weight: 400;
+ font-size: 30px;
+ text-align: center;
+}
+
+/* Downloads section links */
+.downloads a {
+ text-decoration: none;
+}
+
+.downloads a:hover {
+ text-decoration: underline;
+}
+
+/* Downloads container */
+.downloads-container {
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: center;
+ margin: 0 auto;
+}
+
+/* Individual download section */
+.download-section {
+ flex: 0 0 20%;
+ text-align: center;
+ margin-top: 90px;
+}
+
+/* Download section title */
+.download-section-title {
+ color: var(--h1-color);
+ padding: 2px 0px;
+ border-radius: 5px;
+ font-size: 18px;
+ font-weight: 500;
+ margin: 0 0 5px 0;
+}
+
+/* Download button */
+.download-button {
+ background: var(--h1-color);
+ color: var(--background-color);
+ padding: 5px 10px;
+ border-radius: 5px;
+ font-size: 14px;
+ font-weight: 500;
+}
+
+/* Download links wrapper */
+.download-links {
+ margin: 5px 0 0 0;
+}
+
+/* Additional downloads section */
+.additional-downloads {
+ margin: 5px 0;
+}
+
+/* Why FreeBSD section wrapper */
+.why-section-wrapper {
+ margin: 40px 0 70px 0;
+}
+
+/* Support section heading */
+.support-heading {
+ margin-top: 40px;
+ clear: both;
+}
diff --git a/website/themes/beastie/assets/styles/variables.scss b/website/themes/beastie/assets/styles/variables.scss
new file mode 100644
--- /dev/null
+++ b/website/themes/beastie/assets/styles/variables.scss
@@ -0,0 +1,157 @@
+/*
+ * Copyright (c) 1994-2025, The FreeBSD Project
+ * Copyright (c) 2021-2023, Sergio Carlavilla
+ * Copyright (c) 2023, Mark McBride
+ * Copyright (c) 2023, Mark Phillips
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in the
+ * documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ *
+ */
+
+:root {
+ --main-tag-padding: 30px 40px;
+ --header-tag-padding: 8px 15px 8px 15px;
+ --headings-font: "Montserrat", Arial, sans-serif;
+ //--content-font: "Roboto"; WIP
+ --max-width: 1200px;
+ --header-height: 4.5rem;
+ --documentation-padding: 0px 20px 20px 20px;
+
+ --size-300: 0.75rem;
+ --size-400: 1rem;
+ --size-500: 1.33rem;
+ --size-550: 1.55rem;
+ --size-600: 1.77rem;
+ --size-700: 2.3rem;
+ --size-750: 2.4rem;
+}
+
+.theme-light {
+ --white: #fff;
+ --black: #000;
+ --global-font-color: #444;
+ --header-background: #ab2b28;
+ --header-font-color: #fff;
+ --global-background-color: #fff;
+ --card-background-color: #f0f1f5;
+ --card-border-color: #f0f1f5;
+ --table-header-background-color: #f1f3f1;
+ --table-header-font-color: #444;
+ --footer-background-color: #f0f1f5;
+ --footer-border-color: #f0f1f5;
+ --lines-color: #ddd;
+ --links-color: #0645ad;
+ --pre-background-color: #f4f4f4;
+ --pre-font-color: #444;
+ --copy-clipboard-tooltip-background-color: #43453b;
+
+ --admonition-font-color: #444;
+ --admonition-links-color: #0645ad;
+ --admonition-note-color: #19407c;
+ --admonition-note-background-color: #eaf1fb;
+ --admonition-warning-color: #bf6900;
+ --admonition-warning-background-color: #fff4e6;
+ --admonition-important-color: #bf0000;
+ --admonition-important-background-color: #ffe6e6;
+ --admonition-caution-color: #bf3400;
+ --admonition-caution-background-color: #ffece6;
+ --admonition-tip-color: #43b929;
+ --admonition-tip-background-color: #edfaea;
+ --example-block-color: #f1bb16;
+ --example-block-background-color: #fef8e7;
+ --example-block-font-color: #444;
+
+ --footer-logo: "";
+}
+
+.theme-dark {
+ --white: #fff;
+ --black: #000;
+ --global-font-color: #eeeff1;
+ --header-background: #ab2b28;
+ --header-font-color: #eeeff1;
+ --global-background-color: #333333;
+ --card-background-color: #272727;
+ --card-border-color: #272727;
+ --table-header-background-color: #f1f3f1;
+ --table-header-font-color: #444;
+ --footer-background-color: #2b2b2b;
+ --footer-border-color: #2b2b2b;
+ --lines-color: #4d4d4d;
+ --links-color: #bad7ff;
+ --pre-background-color: #272727;
+ --pre-font-color: #eeeff1;
+ --copy-clipboard-tooltip-background-color: #43453b;
+
+ --admonition-font-color: #444;
+ --admonition-links-color: #1a79ff;
+ --admonition-note-color: #19407c;
+ --admonition-note-background-color: #eaf1fb;
+ --admonition-warning-color: #bf6900;
+ --admonition-warning-background-color: #fff4e6;
+ --admonition-important-color: #bf0000;
+ --admonition-important-background-color: #ffe6e6;
+ --admonition-caution-color: #bf3400;
+ --admonition-caution-background-color: #ffece6;
+ --admonition-tip-color: #43b929;
+ --admonition-tip-background-color: #edfaea;
+ --example-block-color: #f1bb16;
+ --example-block-background-color: #fef8e7;
+ --example-block-font-color: #272727;
+}
+
+.theme-high-contrast {
+ --white: #fff;
+ --black: #000;
+ --global-font-color: #fff;
+ --header-background: #ab2b28;
+ --header-font-color: #fff;
+ --global-background-color: #000;
+ --card-background-color: #000;
+ --card-border-color: #fff;
+ --table-header-background-color: #fff;
+ --table-header-font-color: #000;
+ --footer-background-color: #000;
+ --footer-border-color: #fff;
+ --lines-color: #fff;
+ --links-color: #9f0e0f;
+ --pre-background-color: #fff;
+ --pre-font-color: #000;
+ --copy-clipboard-tooltip-background-color: #43453b;
+
+ --admonition-font-color: #000;
+ --admonition-note-color: #19407c;
+ --admonition-links-color: #9f0e0f;
+ --admonition-note-background-color: #eaf1fb;
+ --admonition-warning-color: #bf6900;
+ --admonition-warning-background-color: #fff4e6;
+ --admonition-important-color: #bf0000;
+ --admonition-important-background-color: #ffe6e6;
+ --admonition-caution-color: #bf3400;
+ --admonition-caution-background-color: #ffece6;
+ --admonition-tip-color: #43b929;
+ --admonition-tip-background-color: #edfaea;
+ --example-block-color: #f1bb16;
+ --example-block-background-color: #fef8e7;
+ --example-block-font-color: #000;
+}
diff --git a/website/themes/beastie/i18n/bn-bd.toml b/website/themes/beastie/i18n/bn-bd.toml
new file mode 100644
--- /dev/null
+++ b/website/themes/beastie/i18n/bn-bd.toml
@@ -0,0 +1,316 @@
+# ---------------------------------------------------
+# Global
+# ---------------------------------------------------
+[freebsd]
+other = "FreeBSD"
+
+[freebsd-project]
+other = "The FreeBSD Project"
+
+[freebsd-foundation]
+other = "The FreeBSD Foundation"
+
+[freebsd-documentation]
+other = "FreeBSD Documentation"
+
+[freebsd-documentation-main-desc]
+other = "FreeBSD is an operating system used to power modern servers, desktops, and embedded platforms."
+
+[global-search-placeholder]
+other = "Search in the articles, books and guides."
+
+[toc]
+other = "Table of Contents"
+
+[resources]
+other = "Resources"
+
+[download-pdf]
+other = "Download PDF"
+
+[edit-page]
+other = "Edit this page"
+
+[trademarks]
+other = "trademarks"
+
+[books]
+other = "Books"
+
+[articles]
+other = "Articles"
+
+[choose-language]
+other = "Choose language"
+
+[last-modified]
+other = "Last modified on"
+
+[by]
+other = "by"
+
+[search]
+other = "Search"
+
+# ---------------------------------------------------
+# Header
+# ---------------------------------------------------
+[documentation]
+other = "Documentation"
+
+[community]
+other = "Community"
+
+# ---------------------------------------------------
+# Main page
+# ---------------------------------------------------
+[getting-started]
+other = "Getting started"
+
+[learn-basics]
+other = "Learn about FreeBSD basics"
+
+[download]
+other = "Download"
+
+[download-freebsd]
+other = "Download FreeBSD"
+
+[handbook]
+other = "FreeBSD Handbook"
+
+[handbook-desc]
+other = "A constantly evolving, comprehensive resource for FreeBSD users"
+
+[porters-handbook]
+other = "FreeBSD Porter's Handbook"
+
+[porters-handbook-desc]
+other = "A complete reference about the FreeBSD ports system"
+
+[faq]
+other = "FreeBSD FAQ"
+
+[faq-desc]
+other = "FreeBSD frequently Asked Questions (FAQ) for 13.X and 12.X"
+
+[fdp]
+other = "Documentation Project Primer"
+
+[fdp-desc]
+other = "A complete guide about how to start contributing to the documentation"
+
+[books-list]
+other = "List of FreeBSD books"
+
+[articles-list]
+other = "List of FreeBSD articles"
+
+[manual-pages]
+other = "Manual pages"
+
+[manual-pages-desc]
+other = "FreeBSD Manual Pages"
+
+# ---------------------------------------------------
+# Footer
+# ---------------------------------------------------
+[system]
+other = "System"
+[light]
+other = "Light"
+
+[dark]
+other = "Dark"
+
+[high-contrast]
+other = "High contrast"
+
+[previous-versions]
+other = "Previous versions"
+
+[4-4bsd-documents]
+other = "4.4BSD Documents"
+
+[about]
+other = "About"
+
+[legal]
+other = "Legal"
+
+[donations]
+other = "Donations"
+
+[legal-notices]
+other = "Legal notices"
+
+[made-with]
+other = "Made with"
+
+[by-freebsd-community]
+other = "by the FreeBSD Community"
+
+[copyright]
+other = "All rights reserved."
+
+# ---------------------------------------------------
+# Articles page
+# ---------------------------------------------------
+[list-desc-articles]
+other = "Explore a comprehensive list of FreeBSD articles."
+
+# ---------------------------------------------------
+# Books page
+# ---------------------------------------------------
+[prev]
+other = "Prev"
+
+[next]
+other = "Next"
+
+[home]
+other = "Home"
+
+[split-html]
+other = "Split HTML"
+
+[single-html]
+other = "Single HTML"
+
+[book-chapters]
+other = "Book chapters"
+
+[book-menu]
+other = "Book menu"
+
+[list-desc-books]
+other = "Explore a comprehensive list of FreeBSD books."
+
+# ---------------------------------------------------
+# Languages page
+# ---------------------------------------------------
+[select-language]
+other = "Select a language"
+
+[current-selection]
+other = "Current selection:"
+
+# ---------------------------------------------------
+# Copyright
+# ---------------------------------------------------
+[freebsd-copyright]
+other = "FreeBSD is a registered trademark of the FreeBSD Foundation."
+
+[pam]
+other = "This article was written for the FreeBSD Project by ThinkSec AS and Network Associates Laboratories, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 (“CBOSS”), as part of the DARPA CHATS research program."
+
+[coverity]
+other = "Coverity is a registered trademark; Coverity Extend, Coverity Prevent and Coverity Prevent SQS are trademarks of Coverity, Inc."
+
+[ibm]
+other = "IBM, AIX, OS/2, PowerPC, PS/2, S/390, and ThinkPad are trademarks of International Business Machines Corporation in the United States, other countries, or both."
+
+[ieee]
+other = "IEEE, POSIX, and 802 are registered trademarks of Institute of Electrical and Electronics Engineers, Inc. in the United States."
+
+[redhat]
+other = "Red Hat, RPM, are trademarks or registered trademarks of Red Hat, Inc. in the United States and other countries."
+
+[3com]
+other = "3Com and HomeConnect are registered trademarks of 3Com Corporation."
+
+[amd]
+other = "AMD, AMD Athlon, AMD Opteron, AMD Phenom, AMD Sempron, AMD Turion, Athlon, Élan, Opteron, and PCnet are trademarks of Advanced Micro Devices, Inc."
+
+[adobe]
+other = "Adobe, Acrobat, Acrobat Reader, Flash and PostScript are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries."
+
+[apple]
+other = "Apple, AirPort, FireWire, iMac, iPhone, iPad, Mac, Macintosh, Mac OS, Quicktime, and TrueType are trademarks of Apple Inc., registered in the U.S. and other countries."
+
+[git]
+other = "Git and the Git logo are either registered trademarks or trademarks of Software Freedom Conservancy, Inc., corporate home of the Git Project, in the United States and/or other countries."
+
+[github]
+other = "GitHub is a trademark of GitHub Inc., registered in the United States and other countries."
+
+[gitlab]
+other = "GITLAB is a trademark of GitLab Inc. in the United States and other countries and regions."
+
+[intel]
+other = "Intel, Celeron, Centrino, Core, EtherExpress, i386, i486, Itanium, Pentium, and Xeon are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries."
+
+[linux]
+other = "Linux is a registered trademark of Linus Torvalds."
+
+[microsoft]
+other = "Microsoft, IntelliMouse, MS-DOS, Outlook, Windows, Windows Media and Windows NT are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries."
+
+[opengroup]
+other = "Motif, OSF/1, and UNIX are registered trademarks and IT DialTone and The Open Group are trademarks of The Open Group in the United States and other countries."
+
+[qualcomm]
+other = "QUALCOMM and Eudora are registered trademarks of QUALCOMM Incorporated."
+
+[sparc]
+other = "SPARC, SPARC64, and UltraSPARC are trademarks of SPARC International, Inc in the United States and other countries. SPARC International, Inc owns all of the SPARC trademarks and under licensing agreements allows the proper use of these trademarks by its members."
+
+[sun]
+other = "Sun, Sun Microsystems, Java, Java Virtual Machine, JDK, JRE, JSP, JVM, Netra, OpenJDK, Solaris, StarOffice, SunOS and VirtualBox are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries."
+
+[unix]
+other = "UNIX is a registered trademark of The Open Group in the United States and other countries."
+
+[netbsd]
+other = "NetBSD is a registered trademark of the NetBSD Foundation."
+
+[realnetworks]
+other = "RealNetworks, RealPlayer, and RealAudio are the registered trademarks of RealNetworks, Inc."
+
+[oracle]
+other = "Oracle is a registered trademark of Oracle Corporation."
+
+[3ware]
+other = "3ware is a registered trademark of 3ware Inc."
+
+[arm]
+other = "ARM is a registered trademark of ARM Limited."
+
+[adaptec]
+other = "Adaptec is a registered trademark of Adaptec, Inc."
+
+[google]
+other = "Android is a trademark of Google Inc."
+
+[heidelberger]
+other = "Heidelberg, Helvetica, Palatino, and Times Roman are either registered trademarks or trademarks of Heidelberger Druckmaschinen AG in the U.S. and other countries."
+
+[intuit]
+other = "Intuit and Quicken are registered trademarks and/or registered service marks of Intuit Inc., or one of its subsidiaries, in the United States and other countries."
+
+[lsilogic]
+other = "LSI Logic, AcceleRAID, eXtremeRAID, MegaRAID and Mylex are trademarks or registered trademarks of LSI Logic Corp."
+
+[themathworks]
+other = "MATLAB is a registered trademark of The MathWorks, Inc."
+
+[thomson]
+other = "SpeedTouch is a trademark of Thomson."
+
+[vmware]
+other = "VMware is a trademark of VMware, Inc."
+
+[wolframresearch]
+other = "Mathematica is a registered trademark of Wolfram Research, Inc."
+
+[xiph]
+other = "Ogg Vorbis and Xiph.Org are trademarks of Xiph.Org."
+
+[xfree86]
+other = "XFree86 is a trademark of The XFree86 Project, Inc."
+
+[daemon-news]
+other = "This article was originally published in the January 2000 issue of DaemonNews. This version of the article may include updates from Matt and other authors to reflect changes in FreeBSD's VM implementation."
+
+[general]
+other = "Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this document, and the FreeBSD Project was aware of the trademark claim, the designations have been followed by the “™” or the “®” symbol."
diff --git a/website/themes/beastie/i18n/da.toml b/website/themes/beastie/i18n/da.toml
new file mode 100644
--- /dev/null
+++ b/website/themes/beastie/i18n/da.toml
@@ -0,0 +1,317 @@
+# ---------------------------------------------------
+# Global
+# ---------------------------------------------------
+[freebsd]
+other = "FreeBSD"
+
+[freebsd-project]
+other = "The FreeBSD Project"
+
+[freebsd-foundation]
+other = "The FreeBSD Foundation"
+
+[freebsd-documentation]
+other = "FreeBSD Documentation"
+
+[freebsd-documentation-main-desc]
+other = "FreeBSD is an operating system used to power modern servers, desktops, and embedded platforms."
+
+[global-search-placeholder]
+other = "Search in the articles, books and guides."
+
+[toc]
+other = "Table of Contents"
+
+[resources]
+other = "Resources"
+
+[download-pdf]
+other = "Download PDF"
+
+[edit-page]
+other = "Edit this page"
+
+[trademarks]
+other = "trademarks"
+
+[books]
+other = "Books"
+
+[articles]
+other = "Articles"
+
+[choose-language]
+other = "Choose language"
+
+[last-modified]
+other = "Last modified on"
+
+[by]
+other = "by"
+
+[search]
+other = "Search"
+
+# ---------------------------------------------------
+# Header
+# ---------------------------------------------------
+[documentation]
+other = "Documentation"
+
+[community]
+other = "Community"
+
+# ---------------------------------------------------
+# Main page
+# ---------------------------------------------------
+[getting-started]
+other = "Getting started"
+
+[learn-basics]
+other = "Learn about FreeBSD basics"
+
+[download]
+other = "Download"
+
+[download-freebsd]
+other = "Download FreeBSD"
+
+[handbook]
+other = "FreeBSD Handbook"
+
+[handbook-desc]
+other = "A constantly evolving, comprehensive resource for FreeBSD users"
+
+[porters-handbook]
+other = "FreeBSD Porter's Handbook"
+
+[porters-handbook-desc]
+other = "A complete reference about the FreeBSD ports system"
+
+[faq]
+other = "FreeBSD FAQ"
+
+[faq-desc]
+other = "FreeBSD frequently Asked Questions (FAQ) for 13.X and 12.X"
+
+[fdp]
+other = "Documentation Project Primer"
+
+[fdp-desc]
+other = "A complete guide about how to start contributing to the documentation"
+
+[books-list]
+other = "List of FreeBSD books"
+
+[articles-list]
+other = "List of FreeBSD articles"
+
+[manual-pages]
+other = "Manual pages"
+
+[manual-pages-desc]
+other = "FreeBSD Manual Pages"
+
+# ---------------------------------------------------
+# Footer
+# ---------------------------------------------------
+[system]
+other = "System"
+
+[light]
+other = "Light"
+
+[dark]
+other = "Dark"
+
+[high-contrast]
+other = "High contrast"
+
+[previous-versions]
+other = "Previous versions"
+
+[4-4bsd-documents]
+other = "4.4BSD Documents"
+
+[about]
+other = "About"
+
+[legal]
+other = "Legal"
+
+[donations]
+other = "Donations"
+
+[legal-notices]
+other = "Legal notices"
+
+[made-with]
+other = "Made with"
+
+[by-freebsd-community]
+other = "by the FreeBSD Community"
+
+[copyright]
+other = "All rights reserved."
+
+# ---------------------------------------------------
+# Articles page
+# ---------------------------------------------------
+[list-desc-articles]
+other = "Explore a comprehensive list of FreeBSD articles."
+
+# ---------------------------------------------------
+# Books page
+# ---------------------------------------------------
+[prev]
+other = "Prev"
+
+[next]
+other = "Next"
+
+[home]
+other = "Home"
+
+[split-html]
+other = "Split HTML"
+
+[single-html]
+other = "Single HTML"
+
+[book-chapters]
+other = "Book chapters"
+
+[book-menu]
+other = "Book menu"
+
+[list-desc-books]
+other = "Explore a comprehensive list of FreeBSD books."
+
+# ---------------------------------------------------
+# Languages page
+# ---------------------------------------------------
+[select-language]
+other = "Select a language"
+
+[current-selection]
+other = "Current selection:"
+
+# ---------------------------------------------------
+# Copyright
+# ---------------------------------------------------
+[freebsd-copyright]
+other = "FreeBSD is a registered trademark of the FreeBSD Foundation."
+
+[pam]
+other = "This article was written for the FreeBSD Project by ThinkSec AS and Network Associates Laboratories, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 (“CBOSS”), as part of the DARPA CHATS research program."
+
+[coverity]
+other = "Coverity is a registered trademark; Coverity Extend, Coverity Prevent and Coverity Prevent SQS are trademarks of Coverity, Inc."
+
+[ibm]
+other = "IBM, AIX, OS/2, PowerPC, PS/2, S/390, and ThinkPad are trademarks of International Business Machines Corporation in the United States, other countries, or both."
+
+[ieee]
+other = "IEEE, POSIX, and 802 are registered trademarks of Institute of Electrical and Electronics Engineers, Inc. in the United States."
+
+[redhat]
+other = "Red Hat, RPM, are trademarks or registered trademarks of Red Hat, Inc. in the United States and other countries."
+
+[3com]
+other = "3Com and HomeConnect are registered trademarks of 3Com Corporation."
+
+[amd]
+other = "AMD, AMD Athlon, AMD Opteron, AMD Phenom, AMD Sempron, AMD Turion, Athlon, Élan, Opteron, and PCnet are trademarks of Advanced Micro Devices, Inc."
+
+[adobe]
+other = "Adobe, Acrobat, Acrobat Reader, Flash and PostScript are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries."
+
+[apple]
+other = "Apple, AirPort, FireWire, iMac, iPhone, iPad, Mac, Macintosh, Mac OS, Quicktime, and TrueType are trademarks of Apple Inc., registered in the U.S. and other countries."
+
+[git]
+other = "Git and the Git logo are either registered trademarks or trademarks of Software Freedom Conservancy, Inc., corporate home of the Git Project, in the United States and/or other countries."
+
+[github]
+other = "GitHub is a trademark of GitHub Inc., registered in the United States and other countries."
+
+[gitlab]
+other = "GITLAB is a trademark of GitLab Inc. in the United States and other countries and regions."
+
+[intel]
+other = "Intel, Celeron, Centrino, Core, EtherExpress, i386, i486, Itanium, Pentium, and Xeon are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries."
+
+[linux]
+other = "Linux is a registered trademark of Linus Torvalds."
+
+[microsoft]
+other = "Microsoft, IntelliMouse, MS-DOS, Outlook, Windows, Windows Media and Windows NT are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries."
+
+[opengroup]
+other = "Motif, OSF/1, and UNIX are registered trademarks and IT DialTone and The Open Group are trademarks of The Open Group in the United States and other countries."
+
+[qualcomm]
+other = "QUALCOMM and Eudora are registered trademarks of QUALCOMM Incorporated."
+
+[sparc]
+other = "SPARC, SPARC64, and UltraSPARC are trademarks of SPARC International, Inc in the United States and other countries. SPARC International, Inc owns all of the SPARC trademarks and under licensing agreements allows the proper use of these trademarks by its members."
+
+[sun]
+other = "Sun, Sun Microsystems, Java, Java Virtual Machine, JDK, JRE, JSP, JVM, Netra, OpenJDK, Solaris, StarOffice, SunOS and VirtualBox are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries."
+
+[unix]
+other = "UNIX is a registered trademark of The Open Group in the United States and other countries."
+
+[netbsd]
+other = "NetBSD is a registered trademark of the NetBSD Foundation."
+
+[realnetworks]
+other = "RealNetworks, RealPlayer, and RealAudio are the registered trademarks of RealNetworks, Inc."
+
+[oracle]
+other = "Oracle is a registered trademark of Oracle Corporation."
+
+[3ware]
+other = "3ware is a registered trademark of 3ware Inc."
+
+[arm]
+other = "ARM is a registered trademark of ARM Limited."
+
+[adaptec]
+other = "Adaptec is a registered trademark of Adaptec, Inc."
+
+[google]
+other = "Android is a trademark of Google Inc."
+
+[heidelberger]
+other = "Heidelberg, Helvetica, Palatino, and Times Roman are either registered trademarks or trademarks of Heidelberger Druckmaschinen AG in the U.S. and other countries."
+
+[intuit]
+other = "Intuit and Quicken are registered trademarks and/or registered service marks of Intuit Inc., or one of its subsidiaries, in the United States and other countries."
+
+[lsilogic]
+other = "LSI Logic, AcceleRAID, eXtremeRAID, MegaRAID and Mylex are trademarks or registered trademarks of LSI Logic Corp."
+
+[themathworks]
+other = "MATLAB is a registered trademark of The MathWorks, Inc."
+
+[thomson]
+other = "SpeedTouch is a trademark of Thomson."
+
+[vmware]
+other = "VMware is a trademark of VMware, Inc."
+
+[wolframresearch]
+other = "Mathematica is a registered trademark of Wolfram Research, Inc."
+
+[xiph]
+other = "Ogg Vorbis and Xiph.Org are trademarks of Xiph.Org."
+
+[xfree86]
+other = "XFree86 is a trademark of The XFree86 Project, Inc."
+
+[daemon-news]
+other = "This article was originally published in the January 2000 issue of DaemonNews. This version of the article may include updates from Matt and other authors to reflect changes in FreeBSD's VM implementation."
+
+[general]
+other = "Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this document, and the FreeBSD Project was aware of the trademark claim, the designations have been followed by the “™” or the “®” symbol."
diff --git a/website/themes/beastie/i18n/de.toml b/website/themes/beastie/i18n/de.toml
--- a/website/themes/beastie/i18n/de.toml
+++ b/website/themes/beastie/i18n/de.toml
@@ -1,588 +1,317 @@
+# ---------------------------------------------------
# Global
+# ---------------------------------------------------
[freebsd]
other = "FreeBSD"
-[freebsdProject]
+[freebsd-project]
other = "The FreeBSD Project"
-[freebsdPowerServe]
-other = "FreeBSD The Power to Serve"
-
-[freebsdFoundation]
+[freebsd-foundation]
other = "The FreeBSD Foundation"
-[downloadFreeBSD]
-other = "Download FreeBSD"
-
-[production]
-other = "Produktion"
+[freebsd-documentation]
+other = "FreeBSD Documentation"
-# Header
-[donate]
-other = "An FreeBSD spenden"
+[freebsd-documentation-main-desc]
+other = "FreeBSD is an operating system used to power modern servers, desktops, and embedded platforms."
-[donateFoundation]
-other = "Donate to the FreeBSD Foundation"
+[global-search-placeholder]
+other = "Search in the articles, books and guides."
-[search]
-other = "Suche"
-
-# Navigation
-[home]
-other = "Startseite"
+[toc]
+other = "Table of Contents"
-[about]
-other = "Über FreeBSD"
+[resources]
+other = "Resources"
-[introduction]
-other = "Für Einsteiger"
+[download-pdf]
+other = "Download PDF"
-[features]
-other = "Eigenschaften"
+[edit-page]
+other = "Edit this page"
-[advocacy]
-other = "Advocacy"
+[trademarks]
+other = "trademarks"
-[marketing]
-other = "Marketing"
+[books]
+other = "Books"
-[privacyPolicy]
-other = "Privacy Policy"
+[articles]
+other = "Articles"
-[projects]
-other = "Projects"
+[choose-language]
+other = "Choose language"
-[getFreeBSD]
-other = "Bezugsquellen"
+[last-modified]
+other = "Last modified on"
-[releaseInformation]
-other = "Release Information"
+[by]
+other = "by"
-[releaseEngineering]
-other = "Release Engineering"
+[search]
+other = "Search"
+# ---------------------------------------------------
+# Header
+# ---------------------------------------------------
[documentation]
-other = "Dokumentation"
-
-[faq]
-other = "FAQ"
-
-[handbook]
-other = "Handbuch"
-
-[porterHandbook]
-other = "Porter-Handbuch"
-
-[developerHandbook]
-other = "Entwickler-Handbuch"
-
-[manualPages]
-other = "Manualpages"
-
-[documentationProjectPrimer]
-other = "Documentation Project Primer"
-
-[allBooksArticles]
-other = "Alle Bücher und Artikel"
+other = "Documentation"
[community]
other = "Community"
-[mailingLists]
-other = "Mailinglisten"
-
-[forums]
-other = "Forums"
-
-[userGroups]
-other = "User Groups"
-
-[events]
-other = "Events"
-
-[FreeBSDJournal]
-other = "FreeBSD Journal"
-
-[QA]
-other = "Q&A (external)"
-
-[developers]
-other = "Entwicklung"
-
-[projectIdeas]
-other = "Projektideen"
-
-[gitRepository]
-other = "Git-Spiegelserver"
+# ---------------------------------------------------
+# Main page
+# ---------------------------------------------------
+[getting-started]
+other = "Getting started"
-[gitMirror]
-other = "GitHub Mirror"
+[learn-basics]
+other = "Learn about FreeBSD basics"
-[phabricator]
-other = "Phabricator (Code Review)"
+[download]
+other = "Download"
-[wiki]
-other = "Wiki"
-
-[CI]
-other = "Continuous Integration Service"
-
-[support]
-other = "Hilfe"
-
-[vendors]
-other = "Kommerzieller Support"
-
-[securityInformation]
-other = "Sicherheit"
-
-[bugReports]
-other = "Problemberichte"
-
-[submittingBugReports]
-other = "Problembericht erstellen"
-
-[foundation]
-other = "Foundation"
-
-[monetaryDonations]
-other = "Geldspende"
-
-[hardwareDonations]
-other = "Hardwarespende"
-
-#Main
-[freebsdDescription1]
-other = "FreeBSD® ist ein Betriebssystem für Server, Desktops und eingebettete Systeme, das auf zahlreichen"
-
-[freebsdDescription2]
-other = "Plattformen"
-
-[freebsdDescription3]
-other = "läuft. Der Quellcode von FreeBSD wird von einer"
-
-[freebsdDescription4]
-other = " großen Entwicklergruppe"
-
-[freebsdDescription5]
-other = "seit mehr als 30 Jahren kontinuierlich weiterentwickelt, verbessert und optimiert. Seine leistungsfähigen und beeindruckenden Netzwerk-, Sicherheits- und Speicherfunktionen machen FreeBSD zum Betriebssystem der Wahl für einige der größten"
-
-[freebsdDescription6]
-other = "Internet-Seiten"
-
-[freebsdDescription7]
-other = "und für zahlreiche Anbieter eingebetteter Netzwerk- und Speichergeräte."
-
-[learnMore]
-other = "Mehr Informationen"
-
-[getThe]
-other = "Lesen Sie das"
-
-[journal]
-other = "FreeBSD Journal!"
-
-[25th-logo]
-other = "25th Anniversary Logo"
-
-[supportedReleases]
-other = "Unterstützte Versionen:"
-
-[supportLifecycle]
-other = "FreeBSD Supportzyklus"
-
-[upcoming]
-other = "Test"
-
-[newFreeBSD]
-other= "FreeBSD-Einsteiger?"
-
-[shortcuts]
-other = "Shortcuts"
-
-[reportingProblems]
-other = "Reporting Problems"
+[download-freebsd]
+other = "Download FreeBSD"
-[ports]
-other = "Ports"
+[handbook]
+other = "FreeBSD Handbook"
-[latestNews]
-other = "NEUIGKEITEN"
+[handbook-desc]
+other = "A constantly evolving, comprehensive resource for FreeBSD users"
-[upcomingEvents]
-other = "VERANSTALTUNGEN"
+[porters-handbook]
+other = "FreeBSD Porter's Handbook"
-[press]
-other = "AUS DER PRESSE"
+[porters-handbook-desc]
+other = "A complete reference about the FreeBSD ports system"
-[securityAdvisories]
-other = "SICHERHEITS-HINWEISE"
+[faq]
+other = "FreeBSD FAQ"
-[errataNotices]
-other = "FEHLER-HINWEISE"
+[faq-desc]
+other = "FreeBSD frequently Asked Questions (FAQ) for 13.X and 12.X"
-[more]
-other = "Mehr"
+[fdp]
+other = "Documentation Project Primer"
-[rssNews]
-other = "News RSS Feed"
+[fdp-desc]
+other = "A complete guide about how to start contributing to the documentation"
-[rssSecurity]
-other = "Security Advisories and Errata Notices RSS Feed"
+[books-list]
+other = "List of FreeBSD books"
-#404
-[pageNotFound]
-other = "Page not found."
+[articles-list]
+other = "List of FreeBSD articles"
-[notFoundTitle]
-other = "We could not find the page you requested."
+[manual-pages]
+other = "Manual pages"
-[notFoundDesc]
-other = "Please try your request again, use one of the links in the navigation menu, or the search box at the top of the page."
+[manual-pages-desc]
+other = "FreeBSD Manual Pages"
+# ---------------------------------------------------
# Footer
-[copyright]
-other = "Alle Rechte vorbehalten."
-
-[trademark]
-other = "Die Marke FreeBSD ist eine eingetragene Marke der FreeBSD Foundation und wird vom FreeBSD Project mit freundlicher Genehmigung der"
-
-[contact]
-other = "Kontakt"
-
-[legalNotices]
-other = "Rechtliches"
-
-# Ports form
-[ports-search]
-other = "Search ports for:"
-
-[all]
-other = "All"
-
-[package-name]
-other = "Package Name"
-
-[description]
-other = "Description"
-
-[long-description]
-other = "Long description"
-
-[maintainer]
-other = "Maintainer"
-
-[requires]
-other = "Requires"
-
-[submit]
-other = "Submit"
-
-# Months
-[1]
-other = "Januar"
-
-[2]
-other = "Februar"
-
-[3]
-other = "März"
-
-[4]
-other = "April"
-
-[5]
-other = "Mai"
-
-[6]
-other = "Juni"
-
-[7]
-other = "Juli"
-
-[8]
-other = "August"
-
-[9]
-other = "September"
-
-[10]
-other = "Oktober"
-
-[11]
-other = "November"
-
-[12]
-other = "Dezember"
-
-# Security section
-[data]
-other = "Data"
-
-[errataNoticeName]
-other = "Errata Notice name"
+# ---------------------------------------------------
+[system]
+other = "System"
-[advisoryName]
-other = "Advisory name"
+[light]
+other = "Light"
-# Events section
-[currentEvents]
-other = "Current/Upcoming Events:"
+[dark]
+other = "Dark"
-[pastEvents]
-other = "Past Events:"
+[high-contrast]
+other = "High contrast"
-[upcomingFreeBSDEvents]
-other = "Upcoming FreeBSD Events"
+[previous-versions]
+other = "Previous versions"
-# Continents, countries
-[europe]
-other = "Europe"
+[4-4bsd-documents]
+other = "4.4BSD Documents"
-[africa]
-other = "Africa"
-
-[australia]
-other = "Australia"
-
-[newZealand]
-other = "New Zealand"
-
-[northAmerica]
-other = "North America"
-
-[asia]
-other = "Asia"
-
-[southAmerica]
-other = "South America"
-
-[oceania]
-other = "Oceania"
-
-[global]
-other = "Global"
-
-# Commercial software
-[databases]
-other = "Databases"
-
-[developmentTools]
-other = "Development Tools"
-
-[ecommerce]
-other = "E-Commerce Solutions and Tools"
-
-[email]
-other = "Electronic Mail Software"
-
-[misc]
-other = "Miscellaneous"
-
-[network]
-other = "Network Systems and Applications"
-
-[scientific]
-other = "Scientific and Language Tools"
-
-[security]
-other = "Security"
-
-[isp]
-other = "System Administration / ISP"
-
-# sidenav
-[applications]
-other = "Anwendungen"
-
-[administration]
-other = "Administration"
-
-[news]
-other = "Neuigkeiten"
-
-[pressSidenav]
-other = "Aus der Presse"
-
-[multimedia]
-other = "Multimedia"
-
-[art]
-other = "Kunst"
+[about]
+other = "About"
-[logo]
-other = "Logo"
+[legal]
+other = "Legal"
[donations]
-other = "Spenden"
-
-[privacy]
-other = "Privacy Policy"
-
-[mailinglists]
-other = "Mailinglisten"
+other = "Donations"
-[newsgroups]
-other = "Newsgroups"
+[legal-notices]
+other = "Legal notices"
-[usergroups]
-other = "User Groups"
+[made-with]
+other = "Made with"
-[sourceCodeRepositories]
-other = "Source code repositories"
+[by-freebsd-community]
+other = "by the FreeBSD Community"
-[releng]
-other = "Release Engineering"
-
-[platforms]
-other = "Platforms"
+[copyright]
+other = "All rights reserved."
-[ideas]
-other = "Project Ideas"
+# ---------------------------------------------------
+# Articles page
+# ---------------------------------------------------
+[list-desc-articles]
+other = "Explore a comprehensive list of FreeBSD articles."
-[contributing]
-other = "Contributing"
+# ---------------------------------------------------
+# Books page
+# ---------------------------------------------------
+[prev]
+other = "Prev"
-[FAQ]
-other = "FAQ"
+[next]
+other = "Next"
-[man]
-other = "Manual Pages"
+[home]
+other = "Home"
-[papers]
-other = "Presentations and Papers"
+[split-html]
+other = "Split HTML"
-[booksArticles]
-other = "Bücher und Artikel (Online)"
+[single-html]
+other = "Single HTML"
-[publications]
-other = "Publikationen"
+[book-chapters]
+other = "Book chapters"
-[newbies]
-other = "Für Einsteiger"
+[book-menu]
+other = "Book menu"
-[docproj]
-other = "Documentation Project"
+[list-desc-books]
+other = "Explore a comprehensive list of FreeBSD books."
-[archive]
-other = "Archiv"
+# ---------------------------------------------------
+# Languages page
+# ---------------------------------------------------
+[select-language]
+other = "Select a language"
-[releases]
-other = "Release Informationen"
+[current-selection]
+other = "Current selection:"
-[productionRelease]
-other = "Produktiv-Version"
+# ---------------------------------------------------
+# Copyright
+# ---------------------------------------------------
+[freebsd-copyright]
+other = "FreeBSD ist ein eingetragenes Warenzeichen der FreeBSD Foundation."
-[upcomingRelease]
-other = "Testversion"
+[pam]
+other = "This article was written for the FreeBSD Project by ThinkSec AS and Network Associates Laboratories, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 (“CBOSS”), as part of the DARPA CHATS research program."
-[snapshotReleases]
-other = "Snapshot"
+[coverity]
+other = "Coverity is a registered trademark; Coverity Extend, Coverity Prevent and Coverity Prevent SQS are trademarks of Coverity, Inc."
-[portedApplications]
-other = "Anwendungen (Ports)"
+[ibm]
+other = "IBM, AIX, OS/2, PowerPC, PS/2, S/390 und ThinkPad sind Warenzeichen der International Business Machines Corporation in den Vereinigten Staaten, anderen Ländern oder beiden."
-[gnome]
-other = "GNOME"
+[ieee]
+other = "IEEE, POSIX und 802 sind eingetragene Warenzeichen vom Institute of Electrical and Electronics Engineers, Inc. in den Vereinigten Staaten."
-[installationInstructions]
-other = "Installation Instructions"
+[redhat]
+other = "Red Hat, RPM, sind Warenzeichen oder eingetragene Warenzeichen von Red Hat, Inc. in den Vereinigten Staaten und in anderen Ländern."
-[upgradeInstructions]
-other = "Upgrade Instructions"
+[3com]
+other = "3Com und HomeConnect sind eingetragene Warenzeichen der 3Com Corporation."
-[availableApplications]
-other = "Available Applications"
+[amd]
+other = "AMD, AMD Athlon, AMD Opteron, Élan und PCnet sind eingetragene Warenzeichen von Advanced Micro Devices, Inc."
-[howHelp]
-other = "How to Help"
+[adobe]
+other = "Adobe, Acrobat, Acrobat Reader und PostScript sind entweder eingetragene Warenzeichen oder Warenzeichen von Adobe Systems Incorporated in den Vereinigten Staaten und/oder in anderen Ländern."
-[reportingBug]
-other = "Reporting a Bug"
+[apple]
+other = "Apple, FireWire, Mac, Macintosh, Mac OS, Quicktime und TrueType sind eingetragene Warenzeichen von Apple Computer, Inc., in den Vereinigten Staaten und anderen Ländern."
-[screenshots]
-other = "Screenshots"
+[git]
+other = "Git and the Git logo are either registered trademarks or trademarks of Software Freedom Conservancy, Inc., corporate home of the Git Project, in the United States and/or other countries."
-[contactUs]
-other = "Contact Us"
+[github]
+other = "GitHub is a trademark of GitHub Inc., registered in the United States and other countries."
-[HALFAQ]
-other = "HAL FAQ"
+[gitlab]
+other = "GITLAB is a trademark of GitLab Inc. in the United States and other countries and regions."
-[upgradeFAQ]
-other = "2.30 to 2.32 Upgrade FAQ"
+[intel]
+other = "Intel, Celeron, EtherExpress, i386, i486, Itanium, Pentium und Xeon sind Warenzeichen oder eingetragene Warenzeichen der Intel Corporation oder ihrer Gesellschaften in den Vereinigten Staaten und in anderen Ländern."
-[developmentBranchFAQ]
-other = "Development Branch FAQ"
+[linux]
+other = "Linux ist ein eingetragenes Warenzeichen von Linus Torvalds."
-[creatingPorts]
-other = "Creating Ports"
+[microsoft]
+other = "Microsoft, MS-DOS, Outlook, Windows, Windows Media und Windows NT sind entweder eingetragene Warenzeichen oder Warenzeichen der Microsoft Corporation in den Vereinigten Staaten und/oder in anderen Ländern."
-[knownIssues]
-other = "Known Issues"
+[opengroup]
+other = "Motif, OSF/1 und UNIX sind eingetragene Warenzeichen und IT DialTone und The Open Group sind Warenzeichen der The Open Group in den Vereinigten Staaten und in anderen Ländern."
-[aboutPorts]
-other = "Allgemeines"
+[qualcomm]
+other = "QUALCOMM und Eudora sind eingetragene Warenzeichen von QUALCOMM Incorporated."
-[installing]
-other = "Installing"
+[sparc]
+other = "Sparc, Sparc64, und UltraSPARC sind Warenzeichen von SPARC International, Inc in den Vereinigten Staaten und in anderen Ländern. Produkte, die das Warenzeichen SPARC tragen, basieren auf einer von Sun Microsystems, Inc. entwickelten Architektur."
-[updating]
-other = "Aktualisierung"
+[sun]
+other = "Sun, Sun Microsystems, Java, Java Virtual Machine, JDK, JSP, JVM, Netra, Solaris, StarOffice und SunOS sind Warenzeichen oder eingetragene Warenzeichen von Sun Microsystems, Inc. in den Vereinigten Staaten und in anderen Ländern."
-[searching]
-other = "Durchsuchen"
+[unix]
+other = "UNIX ist ein eingetragenes Warenzeichen von The Open Group in den Vereinigten Staaten und in anderen Ländern."
-[categories]
-other = "Kategorien"
+[netbsd]
+other = "NetBSD is a registered trademark of the NetBSD Foundation."
-[alphabetically]
-other = "alphabetisch sortiert"
+[realnetworks]
+other = "RealNetworks, RealPlayer und RealAudio sind eingetragene Warenzeichen von RealNetworks, Inc."
-[logicalGroup]
-other = "logisch gruppiert"
+[oracle]
+other = "Oracle ist ein eingetragenes Warenzeichen der Oracle Corporation."
-[allPorts]
-other = "Alle Ports"
+[3ware]
+other = "3ware und Escalade sind eingetragene Warenzeichen von 3ware Inc."
-[moreInformation]
-other = "Weitere Informationen"
+[arm]
+other = "ARM ist ein eingetragenes Warenzeichen von ARM Limited."
-[software]
-other = "Software"
+[adaptec]
+other = "Adaptec ist ein eingetragenes Warenzeichen von Adaptec, Inc."
-[hardware]
-other = "Hardware"
+[google]
+other = "Android is a trademark of Google Inc."
-[consulting]
-other = "Consulting"
+[heidelberger]
+other = "Heidelberg, Helvetica, Palatino und Times Roman sind Marken der Heidelberger Druckmaschinen AG in Deutschland und anderen Ländern."
-[ispCommercial]
-other = "Internet Service Providers"
+[intuit]
+other = "Intuit und Quicken sind eingetragene Warenzeichen und/oder Dienstleistungsmarken von Intuit Inc. oder einer ihrer Geselllschaften in den Vereinigten Staaten und in anderen Ländern."
-[securityInfo]
-other = "Security Information"
+[lsilogic]
+other = "LSI Logic, AcceleRAID, eXtremeRAID, MegaRAID und Mylex sind Warenzeichen oder eingetragene Warenzeichen der LSI Logic Corp."
-[advisories]
-other = "Advisories"
+[themathworks]
+other = "MATLAB ist ein eingetragenes Warenzeichen von The MathWorks, Inc."
-[errataNoticesSidenav]
-other = "Errata Notices"
+[thomson]
+other = "SpeedTouch ist ein Warenzeichen von Thomson."
-[unsupportedReleases]
-other = "Unsupported Releases"
+[vmware]
+other = "VMware ist ein Warenzeichen von VMware, Inc"
-[readSecurityAdvisories]
-other = "How to read FreeBSD Security Advisories"
+[wolframresearch]
+other = "Mathematica ist ein eingetragenes Warenzeichen von Wolfram Research, Inc."
-[charterSecurityOfficerTeam]
-other = "Charter for the Security Officer and Team"
+[xiph]
+other = "Ogg Vorbis und Xiph.Org sind Warenzeichen von Xiph.Org."
-[bugreports]
-other = "Bug Reports"
+[xfree86]
+other = "XFree86 ist ein Warenzeichen von The XFree86 Project, Inc."
-[submitPR]
-other = "Submit a Problem Report"
+[daemon-news]
+other = "This article was originally published in the January 2000 issue of DaemonNews. This version of the article may include updates from Matt and other authors to reflect changes in FreeBSD's VM implementation."
-[webresources]
-other = "Internet-Ressourcen"
+[general]
+other = "Viele Produktbezeichnungen von Herstellern und Verkäufern sind Warenzeichen. Soweit dem FreeBSD Project das Warenzeichen bekannt ist, werden die in diesem Dokument vorkommenden Bezeichnungen mit dem Symbol “™” oder dem Symbol “®” gekennzeichnet."
diff --git a/website/themes/beastie/i18n/el.toml b/website/themes/beastie/i18n/el.toml
new file mode 100644
--- /dev/null
+++ b/website/themes/beastie/i18n/el.toml
@@ -0,0 +1,317 @@
+# ---------------------------------------------------
+# Global
+# ---------------------------------------------------
+[freebsd]
+other = "FreeBSD"
+
+[freebsd-project]
+other = "The FreeBSD Project"
+
+[freebsd-foundation]
+other = "Το ίδρυμα FreeBSD"
+
+[freebsd-documentation]
+other = "Τεκμηρίωση FreeBSD"
+
+[freebsd-documentation-main-desc]
+other = "Το FreeBSD είναι ένα λειτουργικό σύστημα το οποίο χρησιμοποιείται από servers, desktops, και ενσωματωμένα συστήματα."
+
+[global-search-placeholder]
+other = "Αναζήτηση σε άρθρα, βιβλία και οδηγούς"
+
+[toc]
+other = "Πίνακας περιεχομένων"
+
+[resources]
+other = "Πηγές"
+
+[download-pdf]
+other = "Λήψη PDF"
+
+[edit-page]
+other = "Τροποποίηση αυτής της σελίδας"
+
+[trademarks]
+other = "Εμπορικά σύμβολα"
+
+[books]
+other = "Βιβλία"
+
+[articles]
+other = "Άρθρα"
+
+[choose-language]
+other = "Επιλογή γλώσσας"
+
+[last-modified]
+other = "Τελευταία τροποποίηση"
+
+[by]
+other = "από"
+
+[search]
+other = "Αναζήτηση"
+
+# ---------------------------------------------------
+# Header
+# ---------------------------------------------------
+[documentation]
+other = "Τεκμηρίωση"
+
+[community]
+other = "Κοινότητα"
+
+# ---------------------------------------------------
+# Main page
+# ---------------------------------------------------
+[getting-started]
+other = "Εισαγωγή"
+
+[learn-basics]
+other = "Μάθετε τα βασικά σχετικά με το FreeBSD"
+
+[download]
+other = "Download"
+
+[download-freebsd]
+other = "Λήψη του FreeBSD"
+
+[handbook]
+other = "Εγχειρίδιο FreeBSD"
+
+[handbook-desc]
+other = "Μια συνεχώς εξελισσόμενη, περιεκτική πηγή για χρήστες του FreeBSD"
+
+[porters-handbook]
+other = "FreeBSD Porter's Handbook"
+
+[porters-handbook-desc]
+other = "Ένας ολοκληρωμένος οδηγός για την συλλογή Ports του FreeBSD"
+
+[faq]
+other = "FreeBSD FAQ"
+
+[faq-desc]
+other = "Συχνές ερωτήσεις για το FreeBSD"
+
+[fdp]
+other = "Documentation Project Primer"
+
+[fdp-desc]
+other = "Ένας ολοκληρωμένος οδηγός για το πως να συνεισφέρετε στην τεκμηρίωση"
+
+[books-list]
+other = "Λίστα βιβλίων FreeBSD"
+
+[articles-list]
+other = "Λίστα άρθρων FreeBSD"
+
+[manual-pages]
+other = "Manual pages"
+
+[manual-pages-desc]
+other = "FreeBSD Manual Pages"
+
+# ---------------------------------------------------
+# Footer
+# ---------------------------------------------------
+[system]
+other = "Σύστημα"
+
+[light]
+other = "Light"
+
+[dark]
+other = "Dark"
+
+[high-contrast]
+other = "Υψηλή αντίθεση"
+
+[previous-versions]
+other = "Προηγούμενες εκδόσεις"
+
+[4-4bsd-documents]
+other = "4.4BSD Documents"
+
+[about]
+other = "Σχετικά"
+
+[legal]
+other = "Legal"
+
+[donations]
+other = "Δωρεές"
+
+[legal-notices]
+other = "Νομικές συστάσεις"
+
+[made-with]
+other = "Made with"
+
+[by-freebsd-community]
+other = "από την κοινότητα FreeBSD"
+
+[copyright]
+other = "All rights reserved."
+
+# ---------------------------------------------------
+# Articles page
+# ---------------------------------------------------
+[list-desc-articles]
+other = "Εξερευνήστε μια αναλυτική λίστα άρθρων FreeBSD."
+
+# ---------------------------------------------------
+# Books page
+# ---------------------------------------------------
+[prev]
+other = "Προηγούμενη"
+
+[next]
+other = "Επόμενη"
+
+[home]
+other = "Αρχική"
+
+[split-html]
+other = "Split HTML"
+
+[single-html]
+other = "Single HTML"
+
+[book-chapters]
+other = "Κεφάλαια βιβλίων"
+
+[book-menu]
+other = "Book menu"
+
+[list-desc-books]
+other = "Εξερευνήστε μία αναλυτική λίστα βιβλίων FreeBSD."
+
+# ---------------------------------------------------
+# Languages page
+# ---------------------------------------------------
+[select-language]
+other = "Επιλογή γλώσσας"
+
+[current-selection]
+other = "Τρέχουσα επιλογή:"
+
+# ---------------------------------------------------
+# Copyright
+# ---------------------------------------------------
+[freebsd-copyright]
+other = "Το FreeBSD είναι ένα κατοχυρωμένο εμπορικό σύμβολο του FreeBSD Foundation."
+
+[pam]
+other = "This article was written for the FreeBSD Project by ThinkSec AS and Network Associates Laboratories, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 (“CBOSS”), as part of the DARPA CHATS research program."
+
+[coverity]
+other = "Η λέξη Coverity είναι ένα κατοχυρωμένο εμπορικό σύμβολο. Οι λέξεις ή φράσεις Coverity Extend, Coverity Prevent και Coverity Prevent SQS είναι εμπορικά σύμβολα της Coverity, Inc."
+
+[ibm]
+other = "Οι λέξεις ή φράσεις IBM, AIX, OS/2, PowerPC, PS/2, S/390, και ThinkPad είναι εμπορικά σύμβολα της International Business Machines Corporation στις Ηνωμένες Πολιτείες, άλλες χώρες, ή και στα δύο ταυτόχρονα."
+
+[ieee]
+other = "Οι λέξεις IEEE, POSIX, και 802 είναι κατοχυρωμένα εμπορικά σύμβολα του Institute of Electrical and Electronics Engineers, Inc. στις Ηνωμένες Πολιτείες."
+
+[redhat]
+other = "Οι λέξεις ή φράσεις Red Hat, και RPM είναι εμπορικά σύμβολα ή κατοχυρωμένα εμπορικά σύμβολα της Red Hat, Inc. στις Ηνωμένες Πολιτείες και σε άλλες χώρες."
+
+[3com]
+other = "Οι λέξεις 3Com και HomeConnect είναι κατοχυρωμένα εμπορικά σύμβολα της 3Com Corporation."
+
+[amd]
+other = "Οι λέξεις ή φράσεις AMD, AMD Athlon, AMD Opteron, Élan, και PCnet είναι εμπορικά σύμβολα της Advanced Micro Devices, Inc."
+
+[adobe]
+other = "Οι λέξεις ή φράσεις Adobe, Acrobat, Acrobat Reader, και PostScript είναι είτε κατοχυρωμένα εμπορικά σύμβολα ή εμπορικά σύμβολα της Adobe Systems Incorporated στις Ηνωμένες Πολιτείες ή/και σε άλλες χώρες."
+
+[apple]
+other = "Οι λέξεις ή φράσεις Apple, AirPort, FireWire, Mac, Macintosh, Mac OS, Quicktime, και TrueType είναι εμπορικά σύμβολα της Apple Computer, Inc., κατοχυρωμένα στις Ηνωμένες Πολιτείες και σε άλλες χώρες."
+
+[git]
+other = "Git and the Git logo are either registered trademarks or trademarks of Software Freedom Conservancy, Inc., corporate home of the Git Project, in the United States and/or other countries."
+
+[github]
+other = "GitHub is a trademark of GitHub Inc., registered in the United States and other countries."
+
+[gitlab]
+other = "GITLAB is a trademark of GitLab Inc. in the United States and other countries and regions."
+
+[intel]
+other = "Οι λέξεις Intel, Celeron, EtherExpress, i386, i486, Itanium, Pentium, και Xeon είναι εμπορικά σύμβολα ή κατοχυρωμένα εμπορικά σύμβολα της Intel Corporation και των θυγατρικών της στις Ηνωμένες Πολιτείες και σε άλλες χώρες."
+
+[linux]
+other = "Το Linux είναι ένα κατοχυρωμένα εμπορικό σύμβολο του Linus Torvalds στις Ηνωμένες Πολιτείες."
+
+[microsoft]
+other = "Οι λέξεις Microsoft, IntelliMouse, MS-DOS, Outlook, Windows, Windows Media, και Windows NT είναι είτε κατοχυρωμένα εμπορικά σύμβολα ή εμπορικά σύμβολα της Microsoft Corporation στις Ηνωμένες Πολιτείες και/ή σε άλλες χώρες."
+
+[opengroup]
+other = "Οι λέξεις Motif, OSF/1, και UNIX είναι κατοχυρωμένα εμπορικά σύμβολα και οι λέξεις ή φράσεις IT DialTone και The Open Group είναι εμπορικά σύμβολα του The Open Group στις Ηνωμένες Πολιτείες και σε άλλες χώρες."
+
+[qualcomm]
+other = "Οι λέξεις QUALCOMM και Eudora είναι κατοχυρωμένα εμπορικά σύμβολα της QUALCOMM Incorporated."
+
+[sparc]
+other = "Οι λέξεις ή φράσεις SPARC, SPARC64, και UltraSPARC είναι εμπορικά σύμβολα της SPARC International, Inc. στις Ηνωμένες Πολιτείες και σε άλλες χώρες. Η SPARC International Inc. κατέχει όλα τα εμπορικά δικαιώματα των συμβόλων SPARC και επιτρέπει την ορθή χρήση τους από όλα τα μέλη της, κατόπιν σχετικής άδειας."
+
+[sun]
+other = "Οι λέξεις ή φράσεις Sun, Sun Microsystems, Java, Java Virtual Machine, JDK, JRE, JSP, JVM, Netra, OpenJDK, Solaris, StarOffice, SunOS και VirtualBox είναι εμπορικά σύμβολα ή κατοχυρωμένα εμπορικά σύμβολα της Sun Microsystems, Inc. στις Ηνωμένες Πολιτείες και σε άλλες χώρες."
+
+[unix]
+other = "Η λέξη UNIX είναι κατοχυρωμένο εμπορικό σύμβολο του Open Group στις Ηνωμένες Πολιτείες και σε άλλες χώρες."
+
+[netbsd]
+other = "Η λέξη NetBSD είναι ένα κατοχυρωμένο εμπορικό σύμβολο του NetBSD Foundation."
+
+[realnetworks]
+other = "Οι λέξεις RealNetworks, RealPlayer και RealAudio είναι κατοχυρωμένα εμπορικά σύμβολα της RealNetworks, Inc."
+
+[oracle]
+other = "Η λέξη Oracle είναι κατοχυρωμένο εμπορικό σύμβολο της Oracle Corporation."
+
+[3ware]
+other = "Οι λέξεις 3ware και Escalade είναι κατοχυρωμένα εμπορικά σύμβολα της 3ware Inc."
+
+[arm]
+other = "Η λέξη ARM είναι κατοχυρωμένο εμπορικό σύμβολο της ARM Limited."
+
+[adaptec]
+other = "Η λέξη Adaptec είναι κατοχυρωμένο εμπορικό σύμβολο της Adaptec, Inc."
+
+[google]
+other = "Android is a trademark of Google Inc."
+
+[heidelberger]
+other = "Οι λέξεις ή φράσεις Heidelberg, Helvetica, Palatino, και Times Roman είναι είτε κατοχυρωμένα εμπορικά σύμβολα ή εμπορικά σύμβολα της Heidelberger Druckmaschinen AG στις ΗΠΑ και σε άλλες χώρες."
+
+[intuit]
+other = "Οι λέξεις Intuit και Quicken είναι κατοχυρωμένα εμπορικά σύμβολα ή κατοχυρωμένα σύμβολα υπηρεσιών της Intuit Inc., ή κάποιων από τις θυγατρικές της, στις Ηνωμένες Πολιτείες και σε άλλες χώρες."
+
+[lsilogic]
+other = "Οι λέξεις LSI Logic, AcceleRAID, eXtremeRAID, MegaRAID και Mylex είναι εμπορικά σύμβολα ή κατοχυρωμένα εμπορικά σύμβολα της LSI Logic Corp."
+
+[themathworks]
+other = "Η λέξη MATLAB είναι ένα κατοχυρωμένο εμπορικό σύμβολο της The MathWorks, Inc."
+
+[thomson]
+other = "Η λέξη SpeedTouch είναι ένα εμπορικό σύμβολο της Thomson"
+
+[vmware]
+other = "Η λέξη VMware είναι εμπορικό σύμβολο της VMware, Inc."
+
+[wolframresearch]
+other = "Η λέξη Mathematica είναι κατοχυρωμένο εμπορικό σύμβολο της Wolfram Research, Inc."
+
+[xiph]
+other = "Οι λέξεις ή φράσεις Ogg Vorbis και Xiph.Org είναι εμπορικά σύμβολα τουXiph.Org."
+
+[xfree86]
+other = "Η λέξη XFree86 είναι ένα εμπορικό σύμβολο του The XFree86 Project, Inc."
+
+[daemon-news]
+other = "Αυτό το άρθρο δημοσιεύτηκε αρχικά στο τεύχος του Ιανουαρίου 2000 DaemonNews. Αυτή η έκδοση του άρθρου μπορεί να περιέχει ενημερώσεις από τον Matt και άλλους συγγραφείς, που αντικατοπτρίζουν τις αλλαγές στην υλοποίηση της εικονικοποίησης του FreeBSD."
+
+[general]
+other = "Πολλές από τις λέξεις ή φράσεις οι οποίες χρησιμοποιούνται από τους κατασκευαστές ή τους πωλητές τους για να διακρίνουν τα προϊόντα τους θεωρούνται εμπορικά σύμβολα. Όπου αυτές εμφανίζονται σε αυτό το κείμενο και για όσες από αυτές γνωρίζει η Ομάδα Ανάπτυξης του FreeBSD ότι είναι πιθανόν να είναι εμπορικά σύμβολα, θα δείτε ένα από τα σύμβολα: “™” ή “®”."
diff --git a/website/themes/beastie/i18n/en.toml b/website/themes/beastie/i18n/en.toml
--- a/website/themes/beastie/i18n/en.toml
+++ b/website/themes/beastie/i18n/en.toml
@@ -1,7 +1,465 @@
+# ---------------------------------------------------
# Global
+# ---------------------------------------------------
[freebsd]
other = "FreeBSD"
+[freebsd-project]
+other = "The FreeBSD Project"
+
+[freebsd-foundation]
+other = "The FreeBSD Foundation"
+
+[freebsd-documentation]
+other = "FreeBSD Documentation"
+
+[freebsd-documentation-main-desc]
+other = "FreeBSD is an operating system used to power modern servers, desktops, and embedded platforms."
+
+[global-search-placeholder]
+other = "Search in the articles, books and guides."
+
+[toc]
+other = "Table of Contents"
+
+[resources]
+other = "Resources"
+
+[download-pdf]
+other = "Download PDF"
+
+[edit-page]
+other = "Edit this page"
+
+[trademarks]
+other = "trademarks"
+
+[books]
+other = "Books"
+
+[articles]
+other = "Articles"
+
+[choose-language]
+other = "Choose language"
+
+[last-modified]
+other = "Last modified on"
+
+[by]
+other = "by"
+
+[search]
+other = "Search"
+
+[stale-warning-message]
+other = "This translation may be out of date. To help with the translations please access the"
+
+[translation-instance]
+other = "FreeBSD translations instance"
+
+# ---------------------------------------------------
+# Header
+# ---------------------------------------------------
+[documentation]
+other = "Documentation"
+
+[community]
+other = "Community"
+
+[h-about]
+other = "About"
+
+[h-freebsd]
+other = "FreeBSD"
+
+[h-freebsd-foundation]
+other = "FreeBSD Foundation"
+
+[h-code-of-conduct]
+other = "Code of Conduct"
+
+[h-get-freebsd]
+other = "Get FreeBSD"
+
+[h-release-information]
+other = "Release Information"
+
+[h-release-engineering]
+other = "Release Engineering"
+
+[h-security-advisories]
+other = "Security Advisories"
+
+[h-documentation]
+other = "Documentation"
+
+[h-documentation-portal]
+other = "Documentation portal"
+
+[h-freebsd-handbook]
+other = "FreeBSD Handbook"
+
+[h-porter-handbook]
+other = "Porter's Handbook"
+
+[h-documentation-handbook]
+other = "Documentation Project Handbook"
+
+[h-manual-pages]
+other = "Manual pages"
+
+[h-presentation-and-papers]
+other = "Presentations and papers"
+
+[h-wiki]
+other = "Wiki"
+
+[h-books]
+other = "Books"
+
+[h-articles]
+other = "Articles"
+
+[h-community]
+other = "Community"
+
+[h-get-involved]
+other = "Get involved"
+
+[h-community-forum]
+other = "Forum"
+
+[h-mailing-lists]
+other = "Mailing lists"
+
+[h-irc-channels]
+other = "IRC Channels"
+
+[h-bug-tracker]
+other = "Bug Tracker"
+
+[h-support]
+other = "Support"
+
+[h-donate]
+other = "Donate"
+
+# ---------------------------------------------------
+# Main page
+# ---------------------------------------------------
+[getting-started]
+other = "Getting started"
+
+[learn-basics]
+other = "Learn about FreeBSD basics"
+
+[download]
+other = "Download"
+
+[download-freebsd]
+other = "Get FreeBSD"
+
+[handbook]
+other = "FreeBSD Handbook"
+
+[handbook-desc]
+other = "A constantly evolving, comprehensive resource for FreeBSD users"
+
+[porters-handbook]
+other = "FreeBSD Porter's Handbook"
+
+[porters-handbook-desc]
+other = "A complete reference about the FreeBSD ports system"
+
+[faq]
+other = "FreeBSD FAQ"
+
+[faq-desc]
+other = "Frequently Asked Questions for FreeBSD"
+
+[fdp]
+other = "Documentation Project Primer"
+
+[fdp-desc]
+other = "A complete guide about how to start contributing to the documentation"
+
+[books-list]
+other = "List of FreeBSD books"
+
+[articles-list]
+other = "List of FreeBSD articles"
+
+[manual-pages]
+other = "Manual pages"
+
+[manual-pages-desc]
+other = "FreeBSD Manual Pages"
+
+# ---------------------------------------------------
+# Footer
+# ---------------------------------------------------
+[system]
+other = "System"
+
+[light]
+other = "Light"
+
+[dark]
+other = "Dark"
+
+[high-contrast]
+other = "High contrast"
+
+[f-about]
+other = "About"
+
+[f-freebsd]
+other = "FreeBSD"
+
+[f-freebsd-foundation]
+other = "FreeBSD Foundation"
+
+[f-get-freebsd]
+other = "Get FreeBSD"
+
+[f-code-of-conduct]
+other = "Code of Conduct"
+
+[f-security-advisories]
+other = "Security Advisories"
+
+[f-documentation]
+other = "Documentation"
+
+[f-documentation-portal]
+other = "Documentation portal"
+
+[f-manual-pages]
+other = "Manual pages"
+
+[f-presentation-and-papers]
+other = "Presentations and papers"
+
+[f-previous-versions]
+other = "Previous versions"
+
+[f-44bsd-documents]
+other = "4.4BSD Documents"
+
+[f-wiki]
+other = "Wiki"
+
+[f-community]
+other = "Community"
+
+[f-get-involved]
+other = "Get involved"
+
+[f-community-forum]
+other = "Community forum"
+
+[f-mailing-lists]
+other = "Mailing lists"
+
+[f-irc-channels]
+other = "IRC Channels"
+
+[f-bug-tracker]
+other = "Bug Tracker"
+
+[f-legal]
+other = "Legal"
+
+[f-donations]
+other = "Donations"
+
+[f-licensing]
+other = "Licensing"
+
+[f-privacy-policy]
+other = "Privacy Policy"
+
+[f-legal-notices]
+other = "Legal notices"
+
+[f-all-rights-reserved]
+other = "The FreeBSD Project. All rights reserved"
+
+[f-made-with]
+other = "Made with"
+
+[f-by-freebsd-community]
+other = "by the FreeBSD Community"
+
+# ---------------------------------------------------
+# Articles page
+# ---------------------------------------------------
+[list-desc-articles]
+other = "Explore a comprehensive list of FreeBSD articles."
+
+# ---------------------------------------------------
+# Books page
+# ---------------------------------------------------
+[prev]
+other = "Prev"
+
+[next]
+other = "Next"
+
+[home]
+other = "Home"
+
+[split-html]
+other = "Split HTML"
+
+[single-html]
+other = "Single HTML"
+
+[book-chapters]
+other = "Book chapters"
+
+[book-menu]
+other = "Book menu"
+
+[list-desc-books]
+other = "Explore a comprehensive list of FreeBSD books."
+
+# ---------------------------------------------------
+# Languages page
+# ---------------------------------------------------
+[select-language]
+other = "Select a language"
+
+[current-selection]
+other = "Current selection:"
+
+# ---------------------------------------------------
+# Copyright
+# ---------------------------------------------------
+[freebsd-copyright]
+other = "FreeBSD is a registered trademark of the FreeBSD Foundation."
+
+[pam]
+other = "This article was written for the FreeBSD Project by ThinkSec AS and Network Associates Laboratories, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 (“CBOSS”), as part of the DARPA CHATS research program."
+
+[coverity]
+other = "Coverity is a registered trademark; Coverity Extend, Coverity Prevent and Coverity Prevent SQS are trademarks of Coverity, Inc."
+
+[ibm]
+other = "IBM, AIX, OS/2, PowerPC, PS/2, S/390, and ThinkPad are trademarks of International Business Machines Corporation in the United States, other countries, or both."
+
+[ieee]
+other = "IEEE, POSIX, and 802 are registered trademarks of Institute of Electrical and Electronics Engineers, Inc. in the United States."
+
+[redhat]
+other = "Red Hat, RPM, are trademarks or registered trademarks of Red Hat, Inc. in the United States and other countries."
+
+[3com]
+other = "3Com and HomeConnect are registered trademarks of 3Com Corporation."
+
+[amd]
+other = "AMD, AMD Athlon, AMD Opteron, AMD Phenom, AMD Sempron, AMD Turion, Athlon, Élan, Opteron, and PCnet are trademarks of Advanced Micro Devices, Inc."
+
+[adobe]
+other = "Adobe, Acrobat, Acrobat Reader, Flash and PostScript are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries."
+
+[apple]
+other = "Apple, AirPort, FireWire, iMac, iPhone, iPad, Mac, Macintosh, Mac OS, Quicktime, and TrueType are trademarks of Apple Inc., registered in the U.S. and other countries."
+
+[git]
+other = "Git and the Git logo are either registered trademarks or trademarks of Software Freedom Conservancy, Inc., corporate home of the Git Project, in the United States and/or other countries."
+
+[github]
+other = "GitHub is a trademark of GitHub Inc., registered in the United States and other countries."
+
+[gitlab]
+other = "GITLAB is a trademark of GitLab Inc. in the United States and other countries and regions."
+
+[intel]
+other = "Intel, Celeron, Centrino, Core, EtherExpress, i386, i486, Itanium, Pentium, and Xeon are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries."
+
+[linux]
+other = "Linux is a registered trademark of Linus Torvalds."
+
+[microsoft]
+other = "Microsoft, IntelliMouse, MS-DOS, Outlook, Windows, Windows Media and Windows NT are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries."
+
+[opengroup]
+other = "Motif, OSF/1, and UNIX are registered trademarks and IT DialTone and The Open Group are trademarks of The Open Group in the United States and other countries."
+
+[qualcomm]
+other = "QUALCOMM and Eudora are registered trademarks of QUALCOMM Incorporated."
+
+[sparc]
+other = "SPARC, SPARC64, and UltraSPARC are trademarks of SPARC International, Inc in the United States and other countries. SPARC International, Inc owns all of the SPARC trademarks and under licensing agreements allows the proper use of these trademarks by its members."
+
+[sun]
+other = "Sun, Sun Microsystems, Java, Java Virtual Machine, JDK, JRE, JSP, JVM, Netra, OpenJDK, Solaris, StarOffice, SunOS and VirtualBox are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries."
+
+[unix]
+other = "UNIX is a registered trademark of The Open Group in the United States and other countries."
+
+[netbsd]
+other = "NetBSD is a registered trademark of the NetBSD Foundation."
+
+[realnetworks]
+other = "RealNetworks, RealPlayer, and RealAudio are the registered trademarks of RealNetworks, Inc."
+
+[oracle]
+other = "Oracle is a registered trademark of Oracle Corporation."
+
+[3ware]
+other = "3ware is a registered trademark of 3ware Inc."
+
+[arm]
+other = "ARM is a registered trademark of ARM Limited."
+
+[adaptec]
+other = "Adaptec is a registered trademark of Adaptec, Inc."
+
+[google]
+other = "Android is a trademark of Google Inc."
+
+[heidelberger]
+other = "Heidelberg, Helvetica, Palatino, and Times Roman are either registered trademarks or trademarks of Heidelberger Druckmaschinen AG in the U.S. and other countries."
+
+[intuit]
+other = "Intuit and Quicken are registered trademarks and/or registered service marks of Intuit Inc., or one of its subsidiaries, in the United States and other countries."
+
+[lsilogic]
+other = "LSI Logic, AcceleRAID, eXtremeRAID, MegaRAID and Mylex are trademarks or registered trademarks of LSI Logic Corp."
+
+[themathworks]
+other = "MATLAB is a registered trademark of The MathWorks, Inc."
+
+[thomson]
+other = "SpeedTouch is a trademark of Thomson."
+
+[vmware]
+other = "VMware is a trademark of VMware, Inc."
+
+[wolframresearch]
+other = "Mathematica is a registered trademark of Wolfram Research, Inc."
+
+[xiph]
+other = "Ogg Vorbis and Xiph.Org are trademarks of Xiph.Org."
+
+[xfree86]
+other = "XFree86 is a trademark of The XFree86 Project, Inc."
+
+[daemon-news]
+other = "This article was originally published in the January 2000 issue of DaemonNews. This version of the article may include updates from Matt and other authors to reflect changes in FreeBSD's VM implementation."
+
+[qemu]
+other = "QEMU is a trademark of the Software Freedom Conservancy, Inc."
+
+[general]
+other = "Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this document, and the FreeBSD Project was aware of the trademark claim, the designations have been followed by the “™” or the “®” symbol."
+
+[more]
+other = "More"
+
[freebsdProject]
other = "The FreeBSD Project"
@@ -17,12 +475,6 @@
[production]
other = "Production"
-[last-modified]
-other = "Last modified on"
-
-[by]
-other = "by"
-
# Header
[donate]
other = "Donate to FreeBSD"
@@ -30,13 +482,6 @@
[donateFoundation]
other = "Donate to the FreeBSD Foundation"
-[search]
-other = "Search"
-
-# Navigation
-[home]
-other = "Home"
-
[about]
other = "About"
@@ -67,15 +512,6 @@
[releaseEngineering]
other = "Release Engineering"
-[documentation]
-other = "Documentation"
-
-[faq]
-other = "FAQ"
-
-[handbook]
-other = "Handbook"
-
[porterHandbook]
other = "Porter's Handbook"
@@ -94,9 +530,6 @@
[allBooksArticles]
other = "All Books and Articles"
-[community]
-other = "Community"
-
[mailingLists]
other = "Mailing Lists"
@@ -233,9 +666,6 @@
[errataNotices]
other = "ERRATA NOTICES"
-[more]
-other = "More"
-
[rssNews]
other = "News RSS Feed"
diff --git a/website/themes/beastie/i18n/es.toml b/website/themes/beastie/i18n/es.toml
--- a/website/themes/beastie/i18n/es.toml
+++ b/website/themes/beastie/i18n/es.toml
@@ -1,545 +1,317 @@
+# ---------------------------------------------------
# Global
+# ---------------------------------------------------
[freebsd]
other = "FreeBSD"
-[freebsdProject]
+[freebsd-project]
other = "El Proyecto FreeBSD"
-[freebsdPowerServe]
-other = "FreeBSD The Power to Serve"
-
-[freebsdFoundation]
+[freebsd-foundation]
other = "La Fundación FreeBSD"
-[downloadFreeBSD]
-other = "Descargar FreeBSD"
-
-[production]
-other = "Producción"
+[freebsd-documentation]
+other = "Documentación de FreeBSD"
-# Header
-[donate]
-other = "Donar a FreeBSD"
+[freebsd-documentation-main-desc]
+other = "FreeBSD es un sistema operativo utilizado en servidores, ordenadores de escritorio y plataformas embebidas."
-[donateFoundation]
-other = "Donar a la Fundación FreeBSD"
+[global-search-placeholder]
+other = "Buscar en los artículos, libros y guías."
-[search]
-other = "Buscar"
-
-# Navigation
-[home]
-other = "Inicio"
+[toc]
+other = "Tabla de contenidos"
-[about]
-other = "Acerca de FreeBSD"
+[resources]
+other = "Recursos"
-[introduction]
-other = "Introduccion"
+[download-pdf]
+other = "Descargar PDF"
-[features]
-other = "Características"
+[edit-page]
+other = "Editar esta página"
-[advocacy]
-other = "Apoyo"
+[trademarks]
+other = "Marcas registradas"
-[marketing]
-other = "Marketing"
+[books]
+other = "Libros"
-[privacyPolicy]
-other = "Política de privacidad"
+[articles]
+other = "Artículos"
-[projects]
-other = "Proyectos"
+[choose-language]
+other = "Elegir idioma"
-[getFreeBSD]
-other = "Descargar FreeBSD"
+[last-modified]
+other = "Last modified on"
-[releaseInformation]
-other = "Información de Versiones"
+[by]
+other = "by"
-[releaseEngineering]
-other = "Ingeniería de Versiones"
+[search]
+other = "Search"
+# ---------------------------------------------------
+# Header
+# ---------------------------------------------------
[documentation]
other = "Documentación"
-[faq]
-other = "FAQ"
-
-[handbook]
-other = "Manual"
-
-[porterHandbook]
-other = "Manual del Porter"
-
-[developerHandbook]
-other = "Manual del desarrollador"
-
-[committersGuide]
-other = "Guía del Committer"
-
-[manualPages]
-other = "Manuales en línea"
-
-[documentationProjectPrimer]
-other = "Introducción al Proyecto de Documentación"
-
-[allBooksArticles]
-other = "Todos los libros y artículos"
-
[community]
other = "Comunidad"
-[mailingLists]
-other = "Listas de correo"
-
-[forums]
-other = "Foros"
-
-[userGroups]
-other = "Grupos de usuarios"
-
-[events]
-other = "Eventos"
-
-[FreeBSDJournal]
-other = "FreeBSD Journal"
+# ---------------------------------------------------
+# Main page
+# ---------------------------------------------------
+[getting-started]
+other = "Para empezar"
-[QA]
-other = "Q&A (externo)"
+[learn-basics]
+other = "Más información sobre los conceptos básicos de FreeBSD"
-[developers]
-other = "Desarrolladores"
+[download]
+other = "Descargar"
-[projectIdeas]
-other = "Ideas para proyectos"
-
-[gitMirror]
-other = "Git Mirror"
-
-[phabricator]
-other = "Revisiones de Código (Phabricator)"
-
-[wiki]
-other = "Wiki"
-
-[CI]
-other = "Servicio de integración continua"
-
-[support]
-other = "Soporte"
-
-[vendors]
-other = "Distribuidores comerciales"
-
-[securityInformation]
-other = "Información de seguridad"
-
-[bugReports]
-other = "Informes de errores"
-
-[submittingBugReports]
-other = "Envío informes de error"
-
-[foundation]
-other = "Fundación"
-
-[monetaryDonations]
-other = "Donaciones monetarias"
-
-[hardwareDonations]
-other = "Donaciones hardware"
-
-#Main
-[freebsdDescription1]
-other = "FreeBSD es un sistema operativo usado para alimentar servidores modernos, escritorios y plataformas"
-
-[freebsdDescription2]
-other = "embebidas."
-
-[freebsdDescription3]
-other = "Una gran"
-
-[freebsdDescription4]
-other = "comunidad"
-
-[freebsdDescription5]
-other = "lo ha desarrollado de forma continua durante más de treinta años. Sus avanzadas capacidades de red, seguridad y almacenamiento han hecho de FreeBSD la plataforma escogida por muchos de los"
-
-[freebsdDescription6]
-other = "sitios web más concurridos"
-
-[freebsdDescription7]
-other = "y los dispositivos embebidos de red y almacenamiento más dominantes."
-
-[learnMore]
-other = "Más información"
-
-[getThe]
-other = "Obtener el"
-
-[journal]
-other = "FreeBSD Journal"
-
-[supportedReleases]
-other = "Versiones soportadas"
-
-[supportLifecycle]
-other = "Ciclo de vida de Soporte"
-
-[upcoming]
-other = "Próximo"
+[download-freebsd]
+other = "Descargar FreeBSD"
-[newFreeBSD]
-other= "¿Nuevo en FreeBSD?"
+[handbook]
+other = "Manual de FreeBSD"
-[shortcuts]
-other = "Enlaces rápidos"
+[handbook-desc]
+other = "Un recurso completo y en constante evolución para los usuarios de FreeBSD"
-[reportingProblems]
-other = "Reportar un fallo"
+[porters-handbook]
+other = "Manual de FreeBSD Porter's"
-[ports]
-other = "Ports"
+[porters-handbook-desc]
+other = "Una referencia completa sobre el sistema de ports FreeBSD"
-[latestNews]
-other = "ÚLTIMAS NOTICIAS"
+[faq]
+other = "FreeBSD FAQ"
-[upcomingEvents]
-other = "PRÓXIMOS EVENTOS"
+[faq-desc]
+other = "Preguntas frecuentes (FAQ) de FreeBSD para 13.X y 12.X"
-[press]
-other = "EN LOS MEDIOS"
+[fdp]
+other = "Introducción al Proyecto de Documentación"
-[securityAdvisories]
-other = "AVISOS DE SEGURIDAD"
+[fdp-desc]
+other = "Una guía completa sobre cómo empezar a contribuir en la documentación."
-[errataNotices]
-other = "AVISOS SOBRE ERRORES"
+[books-list]
+other = "Lista de libros de FreeBSD"
-[more]
-other = "Más"
+[articles-list]
+other = "Lista de artículos de FreeBSD"
-#404
-[notFoundTitle]
-other = "No hemos podido encontrar la página solicitada"
+[manual-pages]
+other = "Páginas del Manual"
-[notFoundDesc]
-other = "Por favor vuelva a intentarlo, use algo de los enlaces del menú de navegación, o la caja de búsqueda en la parte superior de la página."
+[manual-pages-desc]
+other = "Páginas del Manual de FreeBSD"
+# ---------------------------------------------------
# Footer
-[copyright]
-other = "Todos los derechos reservados."
-
-[trademark]
-other = "La marca FreeBSD es una marca registrada de la Fundación FreeBSD es es utilizada por el Proyecto FreeBSD con su permiso"
-
-# Months
-[1]
-other = "Enero"
-
-[2]
-other = "Febrero"
-
-[3]
-other = "Marzo"
-
-[4]
-other = "Abril"
-
-[5]
-other = "Mayo"
-
-[6]
-other = "Junio"
-
-[7]
-other = "Julio"
-
-[8]
-other = "Agosto"
-
-[9]
-other = "Septiembre"
-
-[10]
-other = "Octubre"
-
-[11]
-other = "Noviembre"
-
-[12]
-other = "Diciembre"
-
-# Security section
-[data]
-other = "Datos"
-
-[errataNoticeName]
-other = "Nombre del Aviso de Errata"
-
-[advisoryName]
-other = "Nombre de la Advertencia"
-
-# Events section
-[currentEvents]
-other = "Actuales/Próximos Eventos:"
-
-[pastEvents]
-other = "Eventos Pasados:"
-
-[upcomingFreeBSDEvents]
-other = "Próximos Eventos de FreeBSD"
-
-# Continents, countries
-[europe]
-other = "Europa"
+# ---------------------------------------------------
+[system]
+other = "System"
-[africa]
-other = "África"
+[light]
+other = "Claro"
-[australia]
-other = "Australia"
+[dark]
+other = "Oscuro"
-[newZealand]
-other = "Nueva Zelanda"
+[high-contrast]
+other = "Alto contraste"
-[northAmerica]
-other = "Norte América"
+[previous-versions]
+other = "Versiones anteriores"
-[asia]
-other = "Asia"
+[4-4bsd-documents]
+other = "4.4BSD Documents"
-[southAmerica]
-other = "Sur América"
-
-[oceania]
-other = "Oceanía"
-
-[global]
-other = "Global"
-
-# Commercial software
-[databases]
-other = "Bases de datos"
-
-[developmentTools]
-other = "Herramientas de Desarrollo"
-
-[ecommerce]
-other = "Herramientas y Soluciones de E-Commerce"
-
-[email]
-other = "Software de Correo Electrónico"
-
-[misc]
-other = "Miscelánea"
-
-[network]
-other = "Aplicaciones y Sistemas de Red"
-
-[scientific]
-other = "Herramientas y Lenguajes Científicos"
-
-[security]
-other = "Seguridad"
-
-[isp]
-other = "Administración de Sistemas / ISP"
-
-# sidenav
-[applications]
-other = "Aplicaciones"
-
-[administration]
-other = "Administración"
-
-[news]
-other = "Noticias"
-
-[pressSidenav]
-other = "Prensa"
-
-[multimedia]
-other = "Multimedia"
-
-[art]
-other = "Material gráfico"
+[about]
+other = "Acerca de"
-[logo]
-other = "Logotipo"
+[legal]
+other = "Legal"
[donations]
other = "Donaciones"
-[privacy]
-other = "Política de Privacidad"
-
-[mailinglists]
-other = "Listas de Correo"
-
-[newsgroups]
-other = "Grupos de Noticias"
+[legal-notices]
+other = "Avisos legales"
-[usergroups]
-other = "Grupos de Usuarios"
+[made-with]
+other = "Hecho con"
-[sourceCodeRepositories]
-other = "Repositorios de código fuente"
+[by-freebsd-community]
+other = "por la comunidad de FreeBSD"
-[releng]
-other = "Ingeniería de Versiones"
-
-[platforms]
-other = "Plataformas"
+[copyright]
+other = "Todos los derechos reservados."
-[ideas]
-other = "Ideas del Proyecto"
+# ---------------------------------------------------
+# Articles page
+# ---------------------------------------------------
+[list-desc-articles]
+other = "Explore una lista completa de artículos de FreeBSD."
-[contributing]
-other = "Contribuir"
+# ---------------------------------------------------
+# Books page
+# ---------------------------------------------------
+[prev]
+other = "Anterior"
-[FAQ]
-other = "FAQ"
+[next]
+other = "Siguiente"
-[man]
-other = "Páginas del Manual"
+[home]
+other = "Inicio"
-[papers]
-other = "Presentaciones y Trabajos"
+[split-html]
+other = "HTML dividido"
-[booksArticles]
-other = "Libros y Artículos en línea"
+[single-html]
+other = "HTML completo"
-[publications]
-other = "Publicaciones"
+[book-chapters]
+other = "Capítulos del libro"
-[newbies]
-other = "Para Principiantes"
+[book-menu]
+other = "Menú del libro"
-[docproj]
-other = "Proyecto de Documentación"
+[list-desc-books]
+other = "Explore una lista completa de libros de FreeBSD."
-[archive]
-other = "Archivo"
+# ---------------------------------------------------
+# Languages page
+# ---------------------------------------------------
+[select-language]
+other = "Seleccionar un idioma"
-[releases]
-other = "Información de Versiones"
+[current-selection]
+other = "Selección actual:"
-[productionRelease]
-other = "Versiones de Producción"
+# ---------------------------------------------------
+# Copyright
+# ---------------------------------------------------
+[freebsd-copyright]
+other = "FreeBSD es una marca registrada de la Fundación FreeBSD"
-[upcomingRelease]
-other = "Próxima Versión"
+[pam]
+other = "Este artículo fue escrito para el Proyecto FreeBSD por ThinkSec AS y Network Associates Laboratoriesm la División de Investigación de Seguridad de Network Associates, Inc. bajo el contrato N66001-01-C-8035 (“CBOSS) de DARPA/SPAWAR, como parte del programa de investigación DARPA CHATS."
-[snapshotReleases]
-other = "Versiones Instantáneas"
+[coverity]
+other = "Coverity es una marca registrada; Coverity Extend, Coverity Prevent y Coverity Prevent SQS son marcas registradas de Coverity, Inc."
-[portedApplications]
-other = "Aplicaciones Portadas"
+[ibm]
+other = "IBM, AIX, OS/2, PowerPC, PS/2, S/390, y ThinkPad son marcas registradas de International Business Machines Corporation en los Estados Unidos de América, otros países, o ambos."
-[gnome]
-other = "GNOME"
+[ieee]
+other = "IEEE, POSIX, y 802 son marcas registradas del Institute of Electrical and Electronics Engineers, Inc. en los Estados Unidos de América."
-[installationInstructions]
-other = "Instrucciones de Instalación"
+[redhat]
+other = "Red Hat, RPM, son marcas registradas de Red Hat, Inc. en los Estados Unidos de América y otros países."
-[upgradeInstructions]
-other = "Instrucciones de Actualización"
+[3com]
+other = "3Com y HomeConnect son marcas registradas de 3Com Corporation."
-[availableApplications]
-other = "Aplicaciones Disponibles"
+[amd]
+other = "AMD, AMD Athlon, AMD Opteron, AMD Phenom, AMD Sempron, AMD Turion, Athlon, Élan, Opteron, y PCnet son marcas registradas de Advanced Micro Devices, Inc."
-[howHelp]
-other = "Cómo Ayudar"
+[adobe]
+other = "Adobe, Acrobat, Acrobat Reader, Flash y PostScript son marcas registradas o marcas comerciales de Adobe Systems Incorporated en los Estados Unidos de América y/o otros países."
-[reportingBug]
-other = "Reportar un error"
+[apple]
+other = "Apple, AirPort, FireWire, iMac, iPhone, iPad, Mac, Macintosh, Mac OS, Quicktime, y TrueType son marcas comerciales de Apple Inc., registradas en los Estados Unidos de América y otros países."
-[screenshots]
-other = "Capturas de pantalla"
+[git]
+other = "Git and the Git logo are either registered trademarks or trademarks of Software Freedom Conservancy, Inc., corporate home of the Git Project, in the United States and/or other countries."
-[contactUs]
-other = "Contáctanos"
+[github]
+other = "GitHub is a trademark of GitHub Inc., registered in the United States and other countries."
-[HALFAQ]
-other = "HAL FAQ"
+[gitlab]
+other = "GITLAB is a trademark of GitLab Inc. in the United States and other countries and regions."
-[upgradeFAQ]
-other = "FAQ de actualización de 2.30 a 2.32"
+[intel]
+other = "Intel, Celeron, Centrino, Core, EtherExpress, i386, i486, Itanium, Pentium, y Xeon son marcas registradas de ntel Corporation o sus subsidiarias en los Estados Unidos de América y otros países."
-[developmentBranchFAQ]
-other = "FAQ de Ramas de Desarrollo"
+[linux]
+other = "Linux es una marca registrada de Linus Torvalds."
-[creatingPorts]
-other = "Creando Ports"
+[microsoft]
+other = "Microsoft, IntelliMouse, MS-DOS, Outlook, Windows, Windows Media y Windows NT son marcas registradas o marcas comerciales de Microsoft Corporation en los Estados Unidos de América y/o otros países."
-[knownIssues]
-other = "Problemas Conocidos"
+[opengroup]
+other = "Motif, OSF/1, y UNIX son marcas registradas y IT DialTone y The Open Group son marcas comerciales de The Open Group en los Estados Unidos de América y otros países."
-[aboutPorts]
-other = "Acerca de los ports"
+[qualcomm]
+other = "QUALCOMM y Eudora son marcas registradas de QUALCOMM Incorporated."
-[installing]
-other = "Instalación"
+[sparc]
+other = "SPARC, SPARC64, y UltraSPARC son marcas registradas de SPARC International, Inc en los Estados Unidos de América y otros países. SPARC International, Inc es propietaria de todas las marcas comerciales SPARC y bajo acuerdos de licencia permite el uso adecuado de estas marcas por parte de sus miembros."
-[updating]
-other = "Actualización"
+[sun]
+other = "Sun, Sun Microsystems, Java, Java Virtual Machine, JDK, JRE, JSP, JVM, Netra, OpenJDK, Solaris, StarOffice, SunOS y VirtualBox son marcas comerciales o marcas registradas de Sun Microsystems, Inc. en los Estados Unidos de América y otros países."
-[searching]
-other = "Búsqueda"
+[unix]
+other = "UNIX es una marca registrada de The Open Group en los Estados Unidos de América y otros países."
-[categories]
-other = "Categorías"
+[netbsd]
+other = "NetBSD es una marca registrada de la Fundación NetBSD."
-[alphabetically]
-other = "listado alfabéticamente"
+[realnetworks]
+other = "RealNetworks, RealPlayer, and RealAudio son marcas registradas de RealNetworks, Inc."
-[logicalGroup]
-other = "listado por grupo lógico"
+[oracle]
+other = "Oracle es una marca registrada de Oracle Corporation."
-[allPorts]
-other = "Lista de Todos los Ports"
+[3ware]
+other = "3ware es una marca registrada de 3ware Inc."
-[moreInformation]
-other = "Para Más Información"
+[arm]
+other = "ARM es una marca registrada de ARM Limited."
-[software]
-other = "Software"
+[adaptec]
+other = "Adaptec es una marca registrada de Adaptec, Inc."
-[hardware]
-other = "Hardware"
+[google]
+other = "Android es una marca registrada de Google Inc."
-[consulting]
-other = "Consultoría"
+[heidelberger]
+other = "Heidelberg, Helvetica, Palatino, y Times Roman son marcas registradas o marcas comerciales de Heidelberger Druckmaschinen AG en los Estados Unidos de América y otros países."
-[ispCommercial]
-other = "Proveedores de Servicios de Internet"
+[intuit]
+other = "Intuit y Quicken son marcas registradas y/o marcas registradas de servicios de Intuit Inc., o uno de sus subsidiarios, en los Estados Unidos de América y otros países."
-[securityInfo]
-other = "Información de Seguridad"
+[lsilogic]
+other = "LSI Logic, AcceleRAID, eXtremeRAID, MegaRAID y Mylex son marcas registradas o marcas comerciales de LSI Logic Corp."
-[advisories]
-other = "Advertencias"
+[themathworks]
+other = "MATLAB es una marca registrada de The MathWorks, Inc."
-[errataNoticesSidenav]
-other = "Avisos de Errata"
+[thomson]
+other = "SpeedTouch es una marca comercial de Thomson."
-[unsupportedReleases]
-other = "Versiones No Soportadas"
+[vmware]
+other = "VMware es una marca comercial de VMware, Inc."
-[readSecurityAdvisories]
-other = "Cómo leer las advertencias de seguridad de FreeBSD"
+[wolframresearch]
+other = "Mathematica es una marca registrada de Wolfram Research, Inc."
-[charterSecurityOfficerTeam]
-other = "Carta para el Director y el Equipo de Seguridad"
+[xiph]
+other = "Ogg Vorbis y Xiph.Org son marcas comerciales de Xiph.Org."
-[bugreports]
-other = "Informes de Error"
+[xfree86]
+other = "XFree86 es una marca comercial de The XFree86 Project, Inc."
-[submitPR]
-other = "Informar de un problema"
+[daemon-news]
+other = "Este artículo fue publicado originalmente en la edición de Enero de 2000 de DaemonNews. Esta versión del artículo podría incluir actualizaciones de Matt y otros autores para reflejar cambios en la implementación de memoria virtual de FreeBSD."
-[webresources]
-other = "Recursos Web"
+[general]
+other = "Muchos de los nombres usados por los fabricantes y vendedores para diferenciar sus productos son designados como marcas comerciales. Allí donde estos nombres aparezcan en este documento y el Proyecto FreeBSD fuera consciente de la alegación de marca comercial, los nombres tienen a continuación el símbolo “™” o “®”."
diff --git a/website/themes/beastie/i18n/fr.toml b/website/themes/beastie/i18n/fr.toml
--- a/website/themes/beastie/i18n/fr.toml
+++ b/website/themes/beastie/i18n/fr.toml
@@ -1,588 +1,317 @@
+# ---------------------------------------------------
# Global
+# ---------------------------------------------------
[freebsd]
other = "FreeBSD"
-[freebsdProject]
+[freebsd-project]
other = "Le Projet FreeBSD"
-[freebsdPowerServe]
-other = "FreeBSD The Power to Serve"
-
-[freebsdFoundation]
+[freebsd-foundation]
other = "La fondation FreeBSD"
-[downloadFreeBSD]
-other = "Télécharger FreeBSD"
-
-[production]
-other = "Production"
-
-# Header
-[donate]
-other = "Faire un don à FreeBSD"
+[freebsd-documentation]
+other = "Documentation FreeBSD"
-[donateFoundation]
-other = "Faire un don à la fondation FreeBSD"
+[freebsd-documentation-main-desc]
+other = "FreeBSD est un système d'exploitation pour les plates-formes de type serveur, station de travail et les systèmes embarqués"
-[search]
-other = "Recherche"
+[global-search-placeholder]
+other = "Chercher dans les articles, livres et guides."
-# Navigation
-[home]
-other = "Accueil"
+[toc]
+other = "Sommaire"
-[about]
-other = "A propos"
+[resources]
+other = "Ressources"
-[introduction]
-other = "Introduction"
+[download-pdf]
+other = "Téléchargement en PDF"
-[features]
-other = "Fonctionnalités"
+[edit-page]
+other = "Éditer cette page"
-[advocacy]
-other = "Prosélytisme"
+[trademarks]
+other = "Marques déposées"
-[marketing]
-other = "Marketing"
+[books]
+other = "Livres"
-[privacyPolicy]
-other = "Politique de confidentialité"
+[articles]
+other = "Articles"
-[projects]
-other = "Projects"
+[choose-language]
+other = "Choose language"
-[getFreeBSD]
-other = "Obtenir FreeBSD"
+[last-modified]
+other = "Last modified on"
-[releaseInformation]
-other = "Information sur les versions"
+[by]
+other = "by"
-[releaseEngineering]
-other = "Production des versions"
+[search]
+other = "Search"
+# ---------------------------------------------------
+# Header
+# ---------------------------------------------------
[documentation]
other = "Documentation"
-[faq]
-other = "FAQ"
-
-[handbook]
-other = "Manuel de référence"
-
-[porterHandbook]
-other = "Manuel du porteur d'application"
-
-[developerHandbook]
-other = "Manuel du développeur"
-
-[manualPages]
-other = "Pages de manuel"
-
-[documentationProjectPrimer]
-other = "Manuel d'introduction au projet de documentation"
-
-[allBooksArticles]
-other = "Tous les livres et articles"
-
[community]
other = "Communauté"
-[mailingLists]
-other = "Listes de diffusion"
-
-[forums]
-other = "Forums"
-
-[userGroups]
-other = "Groupes d'utilisateurs"
-
-[events]
-other = "Événements"
-
-[FreeBSDJournal]
-other = "Journal FreeBSD"
-
-[QA]
-other = "Q&R (externe)"
-
-[developers]
-other = "Développeurs"
-
-[projectIdeas]
-other = "Idées de project"
+# ---------------------------------------------------
+# Main page
+# ---------------------------------------------------
+[getting-started]
+other = "Débuter"
-[gitRepository]
-other = "Dépôt Git"
+[learn-basics]
+other = "Apprendre les bases de FreeBSD"
-[gitMirror]
-other = "Miroir GitHub"
+[download]
+other = "Téléchargement"
-[phabricator]
-other = "Code Review (Phabricator)"
-
-[wiki]
-other = "Wiki"
-
-[CI]
-other = "Continuous Integration Service"
-
-[support]
-other = "Support"
-
-[vendors]
-other = "Revendeurs"
-
-[securityInformation]
-other = "Information de sécurité"
-
-[bugReports]
-other = "Rapport de bogue"
-
-[submittingBugReports]
-other = "Envoyer un rapport de bogue"
-
-[foundation]
-other = "Fondation"
-
-[monetaryDonations]
-other = "Don d'argent"
-
-[hardwareDonations]
-other = "Don de matériel"
-
-#Main
-[freebsdDescription1]
-other = "FreeBSD est un système d'exploitation pour les plates-formes de type serveur, station de travail et les systèmes embarqués"
-
-[freebsdDescription2]
-other = "modernes."
-
-[freebsdDescription3]
-other = "Une importante"
-
-[freebsdDescription4]
-other = "communauté"
-
-[freebsdDescription5]
-other="l'a développé continuellement pendant plus de trente ans. Ses fonctionnalités réseau, de sécurité et de stockage avancées ont fait de FreeBSD la plate-forme de choix de certains"
-
-[freebsdDescription6]
-other = "des sites Web les plus visités"
-
-[freebsdDescription7]
-other = "ainsi que pour la plupart des systèmes embarqués orientés réseau et des systèmes de stockage les plus répandus."
-
-[learnMore]
-other = "En apprendre plus"
-
-[getThe]
-other = "Obtenir le"
-
-[journal]
-other = "Journal FreeBSD"
-
-[25th-logo]
-other = "25th Anniversary Logo"
-
-[supportedReleases]
-other = "Versions supportées"
-
-[supportLifecycle]
-other = "Cycle de vie des versions"
-
-[upcoming]
-other = "A venir"
-
-[newFreeBSD]
-other= "Débutant sous FreeBSD?"
-
-[shortcuts]
-other = "Accès rapides"
-
-[reportingProblems]
-other = "Rapporter un problème"
+[download-freebsd]
+other = "Télécharger FreeBSD"
-[ports]
-other = "Logiciels portés"
+[handbook]
+other = "Manuel de référence"
-[latestNews]
-other = "DERNIÈRES NOUVELLES"
+[handbook-desc]
+other = "Une ressource complète et en constante évolution à destination des utilisateurs de FreeBSD"
-[upcomingEvents]
-other = "ÉVÉNEMENTS A VENIR"
+[porters-handbook]
+other = "Manuel du porteur d'application"
-[press]
-other = "DANS LA PRESSE"
+[porters-handbook-desc]
+other = "Une référence complète sur le système des logiciels portés de FreeBSD"
-[securityAdvisories]
-other = "AVIS DE SÉCURITÉ"
+[faq]
+other = "FAQ FreeBSD"
-[errataNotices]
-other = "ERRATA"
+[faq-desc]
+other = "Questions Fréquemment Posées sur FreeBSD 13.X et 12.X"
-[more]
-other = "Plus"
+[fdp]
+other = "Manuel d'introduction au projet de documentation"
-[rssNews]
-other = "Flux RSS de nouvelles"
+[fdp-desc]
+other = "Un guide complet pour commencer à contribuer à la documentation"
-[rssSecurity]
-other = "Flux RSS des avis de sécurité et des errata"
+[books-list]
+other = "Liste des livres FreeBSD"
-#404
-[pageNotFound]
-other = "Page not found."
+[articles-list]
+other = "Liste des articles FreeBSD"
-[notFoundTitle]
-other = "We could not find the page you requested."
+[manual-pages]
+other = "Pages de manuel"
-[notFoundDesc]
-other = "Please try your request again, use one of the links in the navigation menu, or the search box at the top of the page."
+[manual-pages-desc]
+other = "Pages de manuel FreeBSD"
+# ---------------------------------------------------
# Footer
-[copyright]
-other = "All rights reserved."
-
-[trademark]
-other = "The mark FreeBSD is a registered trademark of The FreeBSD Foundation and is used by The FreeBSD Project with the permission of"
-
-[contact]
-other = "Contact"
-
-[legalNotices]
-other = "Legal Notices"
-
-# Ports form
-[ports-search]
-other = "Search ports for:"
-
-[all]
-other = "Tout"
-
-[package-name]
-other = "Nom du paquet"
-
-[description]
-other = "Description"
-
-[long-description]
-other = "Long description"
-
-[maintainer]
-other = "Maintainer"
-
-[requires]
-other = "Requires"
-
-[submit]
-other = "Envoyer"
-
-# Months
-[1]
-other = "Janvier"
-
-[2]
-other = "Février"
-
-[3]
-other = "Mars"
-
-[4]
-other = "Avril"
-
-[5]
-other = "Mai"
-
-[6]
-other = "Juin"
-
-[7]
-other = "Juillet"
-
-[8]
-other = "Août"
-
-[9]
-other = "Septembre"
-
-[10]
-other = "Octobre"
-
-[11]
-other = "Novembre"
-
-[12]
-other = "Décembre"
-
-# Security section
-[data]
-other = "Data"
+# ---------------------------------------------------
+[system]
+other = "System"
-[errataNoticeName]
-other = "Nom de l'errata"
+[light]
+other = "Clair"
-[advisoryName]
-other = "Nom de l'avis de sécurité"
+[dark]
+other = "Sombre"
-# Events section
-[currentEvents]
-other = "Current/Upcoming Events:"
+[high-contrast]
+other = "Contraste élevé"
-[pastEvents]
-other = "Événements passés:"
+[previous-versions]
+other = "Versions précédentes"
-[upcomingFreeBSDEvents]
-other = "Événements à venir"
+[4-4bsd-documents]
+other = "Documents 4.4BSD"
-# Continents, countries
-[europe]
-other = "Europe"
-
-[africa]
-other = "Afrique"
-
-[australia]
-other = "Australie"
-
-[newZealand]
-other = "Nouvelle Zélande"
-
-[northAmerica]
-other = "Amérique du nord"
-
-[asia]
-other = "Asie"
-
-[southAmerica]
-other = "Amérique du sud"
-
-[oceania]
-other = "Océanie"
-
-[global]
-other = "Global"
-
-# Commercial software
-[databases]
-other = "Bases de données"
-
-[developmentTools]
-other = "Outils de développement"
-
-[ecommerce]
-other = "Outils et solutions d'E-Commerce"
-
-[email]
-other = "Logiciels de messagerie électronique"
-
-[misc]
-other = "Divers"
-
-[network]
-other = "Systèmes réseau et applications"
-
-[scientific]
-other = "Outils scientifiques et linguistiques"
-
-[security]
-other = "Sécurité"
-
-[isp]
-other = "Administration système / FAI"
-
-# sidenav
-[applications]
-other = "Applications"
-
-[administration]
-other = "Administration"
-
-[news]
-other = "Nouvelles du projet"
-
-[pressSidenav]
-other = "Presse"
-
-[multimedia]
-other = "Multimedia"
-
-[art]
-other = "Ressources artistiques"
+[about]
+other = "À propos"
-[logo]
-other = "Logo"
+[legal]
+other = "Informations légales"
[donations]
-other = "Donations"
-
-[privacy]
-other = "Politique de confidentialité"
-
-[mailinglists]
-other = "Listes de diffusion"
-
-[newsgroups]
-other = "Forums de discussion"
+other = "Dons"
-[usergroups]
-other = "Groupes d'utilisateurs"
+[legal-notices]
+other = "Informations légales et Copyright"
-[sourceCodeRepositories]
-other = "Dépôt des codes source"
+[made-with]
+other = "Fait avec"
-[releng]
-other = "Production des versions"
+[by-freebsd-community]
+other = "par la communauté FreeBSD"
-[platforms]
-other = "Plates-formes"
+[copyright]
+other = "Tous droits réservés."
-[ideas]
-other = "Idées de projet"
+# ---------------------------------------------------
+# Articles page
+# ---------------------------------------------------
+[list-desc-articles]
+other = "Explore a comprehensive list of FreeBSD articles."
-[contributing]
-other = "Contribuer"
+# ---------------------------------------------------
+# Books page
+# ---------------------------------------------------
+[prev]
+other = "Prev"
-[FAQ]
-other = "FAQ"
+[next]
+other = "Next"
-[man]
-other = "Pages de manuel"
+[home]
+other = "Home"
-[papers]
-other = "Présentations et papiers"
+[split-html]
+other = "Split HTML"
-[booksArticles]
-other = "Livres et articles en ligne"
+[single-html]
+other = "Single HTML"
-[publications]
-other = "Publications"
+[book-chapters]
+other = "Book chapters"
-[newbies]
-other = "Pour les débutants"
+[book-menu]
+other = "Book menu"
-[docproj]
-other = "Projet de documentation"
+[list-desc-books]
+other = "Explore a comprehensive list of FreeBSD books."
-[archive]
-other = "Archive"
+# ---------------------------------------------------
+# Languages page
+# ---------------------------------------------------
+[select-language]
+other = "Select a language"
-[releases]
-other = "Information sur les versions"
+[current-selection]
+other = "Current selection:"
-[productionRelease]
-other = "Version de production"
+# ---------------------------------------------------
+# Copyright
+# ---------------------------------------------------
+[freebsd-copyright]
+other = "FreeBSD is a registered trademark of the FreeBSD Foundation."
-[upcomingRelease]
-other = "Version à venir"
+[pam]
+other = "This article was written for the FreeBSD Project by ThinkSec AS and Network Associates Laboratories, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 (“CBOSS”), as part of the DARPA CHATS research program."
-[snapshotReleases]
-other = "Instantanés"
+[coverity]
+other = "Coverity is a registered trademark; Coverity Extend, Coverity Prevent and Coverity Prevent SQS are trademarks of Coverity, Inc."
-[portedApplications]
-other = "Applications portées"
+[ibm]
+other = "IBM, AIX, OS/2, PowerPC, PS/2, S/390, and ThinkPad are trademarks of International Business Machines Corporation in the United States, other countries, or both."
-[gnome]
-other = "GNOME"
+[ieee]
+other = "IEEE, POSIX, and 802 are registered trademarks of Institute of Electrical and Electronics Engineers, Inc. in the United States."
-[installationInstructions]
-other = "Instructions d'installation"
+[redhat]
+other = "Red Hat, RPM, are trademarks or registered trademarks of Red Hat, Inc. in the United States and other countries."
-[upgradeInstructions]
-other = "Instructions de mise à jour"
+[3com]
+other = "3Com and HomeConnect are registered trademarks of 3Com Corporation."
-[availableApplications]
-other = "Applications disponibles"
+[amd]
+other = "AMD, AMD Athlon, AMD Opteron, AMD Phenom, AMD Sempron, AMD Turion, Athlon, Élan, Opteron, and PCnet are trademarks of Advanced Micro Devices, Inc."
-[howHelp]
-other = "Comment participer"
+[adobe]
+other = "Adobe, Acrobat, Acrobat Reader, Flash and PostScript are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries."
-[reportingBug]
-other = "Rapporter un bogue"
+[apple]
+other = "Apple, AirPort, FireWire, iMac, iPhone, iPad, Mac, Macintosh, Mac OS, Quicktime, and TrueType are trademarks of Apple Inc., registered in the U.S. and other countries."
-[screenshots]
-other = "Captures d'écran"
+[git]
+other = "Git and the Git logo are either registered trademarks or trademarks of Software Freedom Conservancy, Inc., corporate home of the Git Project, in the United States and/or other countries."
-[contactUs]
-other = "Nous contacter"
+[github]
+other = "GitHub is a trademark of GitHub Inc., registered in the United States and other countries."
-[HALFAQ]
-other = "FAQ sur l'HAL"
+[gitlab]
+other = "GITLAB is a trademark of GitLab Inc. in the United States and other countries and regions."
-[upgradeFAQ]
-other = "FAQ mise à jour 2.10 à 2.12"
+[intel]
+other = "Intel, Celeron, Centrino, Core, EtherExpress, i386, i486, Itanium, Pentium, and Xeon are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries."
-[developmentBranchFAQ]
-other = "FAQ branche de développement"
+[linux]
+other = "Linux is a registered trademark of Linus Torvalds."
-[creatingPorts]
-other = "Création des logiciels portés"
+[microsoft]
+other = "Microsoft, IntelliMouse, MS-DOS, Outlook, Windows, Windows Media and Windows NT are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries."
-[knownIssues]
-other = "Problèmes connus"
+[opengroup]
+other = "Motif, OSF/1, and UNIX are registered trademarks and IT DialTone and The Open Group are trademarks of The Open Group in the United States and other countries."
-[aboutPorts]
-other = "À propos des logiciels portés"
+[qualcomm]
+other = "QUALCOMM and Eudora are registered trademarks of QUALCOMM Incorporated."
-[installing]
-other = "Installation"
+[sparc]
+other = "SPARC, SPARC64, and UltraSPARC are trademarks of SPARC International, Inc in the United States and other countries. SPARC International, Inc owns all of the SPARC trademarks and under licensing agreements allows the proper use of these trademarks by its members."
-[updating]
-other = "Mise à jour"
+[sun]
+other = "Sun, Sun Microsystems, Java, Java Virtual Machine, JDK, JRE, JSP, JVM, Netra, OpenJDK, Solaris, StarOffice, SunOS and VirtualBox are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries."
-[searching]
-other = "Recherche"
+[unix]
+other = "UNIX is a registered trademark of The Open Group in the United States and other countries."
-[categories]
-other = "Catégories"
+[netbsd]
+other = "NetBSD is a registered trademark of the NetBSD Foundation."
-[alphabetically]
-other = "classées par ordre alphabétique"
+[realnetworks]
+other = "RealNetworks, RealPlayer, and RealAudio are the registered trademarks of RealNetworks, Inc."
-[logicalGroup]
-other = "classées par groupes"
+[oracle]
+other = "Oracle is a registered trademark of Oracle Corporation."
-[allPorts]
-other = "Liste de tous les logiciels portés"
+[3ware]
+other = "3ware is a registered trademark of 3ware Inc."
-[moreInformation]
-other = "Pour plus d'informations"
+[arm]
+other = "ARM is a registered trademark of ARM Limited."
-[software]
-other = "Logiciel"
+[adaptec]
+other = "Adaptec is a registered trademark of Adaptec, Inc."
-[hardware]
-other = "Matériel"
+[google]
+other = "Android is a trademark of Google Inc."
-[consulting]
-other = "Consultants"
+[heidelberger]
+other = "Heidelberg, Helvetica, Palatino, and Times Roman are either registered trademarks or trademarks of Heidelberger Druckmaschinen AG in the U.S. and other countries."
-[ispCommercial]
-other = "Fournisseurs d'accès à Internet"
+[intuit]
+other = "Intuit and Quicken are registered trademarks and/or registered service marks of Intuit Inc., or one of its subsidiaries, in the United States and other countries."
-[securityInfo]
-other = "Information de sécurité"
+[lsilogic]
+other = "LSI Logic, AcceleRAID, eXtremeRAID, MegaRAID and Mylex are trademarks or registered trademarks of LSI Logic Corp."
-[advisories]
-other = "Avis de sécurité"
+[themathworks]
+other = "MATLAB is a registered trademark of The MathWorks, Inc."
-[errataNoticesSidenav]
-other = "Errata"
+[thomson]
+other = "SpeedTouch is a trademark of Thomson."
-[unsupportedReleases]
-other = "Versions non-supportées"
+[vmware]
+other = "VMware is a trademark of VMware, Inc."
-[readSecurityAdvisories]
-other = "Comment lire les avis de sécurité FreeBSD"
+[wolframresearch]
+other = "Mathematica is a registered trademark of Wolfram Research, Inc."
-[charterSecurityOfficerTeam]
-other = "Charte de l'officier de Sécurité et de son équipe"
+[xiph]
+other = "Ogg Vorbis and Xiph.Org are trademarks of Xiph.Org."
-[bugreports]
-other = "Rapports de bogues"
+[xfree86]
+other = "XFree86 is a trademark of The XFree86 Project, Inc."
-[submitPR]
-other = "Envoyer un rapport de bogue"
+[daemon-news]
+other = "This article was originally published in the January 2000 issue of DaemonNews. This version of the article may include updates from Matt and other authors to reflect changes in FreeBSD's VM implementation."
-[webresources]
-other = "Ressources Web"
+[general]
+other = "Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this document, and the FreeBSD Project was aware of the trademark claim, the designations have been followed by the “™” or the “®” symbol."
diff --git a/website/themes/beastie/i18n/hu.toml b/website/themes/beastie/i18n/hu.toml
new file mode 100644
--- /dev/null
+++ b/website/themes/beastie/i18n/hu.toml
@@ -0,0 +1,317 @@
+# ---------------------------------------------------
+# Global
+# ---------------------------------------------------
+[freebsd]
+other = "FreeBSD"
+
+[freebsd-project]
+other = "The FreeBSD Project"
+
+[freebsd-foundation]
+other = "The FreeBSD Foundation"
+
+[freebsd-documentation]
+other = "FreeBSD Documentation"
+
+[freebsd-documentation-main-desc]
+other = "FreeBSD is an operating system used to power modern servers, desktops, and embedded platforms."
+
+[global-search-placeholder]
+other = "Search in the articles, books and guides."
+
+[toc]
+other = "Table of Contents"
+
+[resources]
+other = "Resources"
+
+[download-pdf]
+other = "Download PDF"
+
+[edit-page]
+other = "Edit this page"
+
+[trademarks]
+other = "trademarks"
+
+[books]
+other = "Books"
+
+[articles]
+other = "Articles"
+
+[choose-language]
+other = "Choose language"
+
+[last-modified]
+other = "Last modified on"
+
+[by]
+other = "by"
+
+[search]
+other = "Search"
+
+# ---------------------------------------------------
+# Header
+# ---------------------------------------------------
+[documentation]
+other = "Documentation"
+
+[community]
+other = "Community"
+
+# ---------------------------------------------------
+# Main page
+# ---------------------------------------------------
+[getting-started]
+other = "Getting started"
+
+[learn-basics]
+other = "Learn about FreeBSD basics"
+
+[download]
+other = "Download"
+
+[download-freebsd]
+other = "Download FreeBSD"
+
+[handbook]
+other = "FreeBSD Handbook"
+
+[handbook-desc]
+other = "A constantly evolving, comprehensive resource for FreeBSD users"
+
+[porters-handbook]
+other = "FreeBSD Porter's Handbook"
+
+[porters-handbook-desc]
+other = "A complete reference about the FreeBSD ports system"
+
+[faq]
+other = "FreeBSD FAQ"
+
+[faq-desc]
+other = "FreeBSD frequently Asked Questions (FAQ) for 13.X and 12.X"
+
+[fdp]
+other = "Documentation Project Primer"
+
+[fdp-desc]
+other = "A complete guide about how to start contributing to the documentation"
+
+[books-list]
+other = "List of FreeBSD books"
+
+[articles-list]
+other = "List of FreeBSD articles"
+
+[manual-pages]
+other = "Manual pages"
+
+[manual-pages-desc]
+other = "FreeBSD Manual Pages"
+
+# ---------------------------------------------------
+# Footer
+# ---------------------------------------------------
+[system]
+other = "System"
+
+[light]
+other = "Light"
+
+[dark]
+other = "Dark"
+
+[high-contrast]
+other = "High contrast"
+
+[previous-versions]
+other = "Previous versions"
+
+[4-4bsd-documents]
+other = "4.4BSD Documents"
+
+[about]
+other = "About"
+
+[legal]
+other = "Legal"
+
+[donations]
+other = "Donations"
+
+[legal-notices]
+other = "Legal notices"
+
+[made-with]
+other = "Made with"
+
+[by-freebsd-community]
+other = "by the FreeBSD Community"
+
+[copyright]
+other = "All rights reserved."
+
+# ---------------------------------------------------
+# Articles page
+# ---------------------------------------------------
+[list-desc-articles]
+other = "Explore a comprehensive list of FreeBSD articles."
+
+# ---------------------------------------------------
+# Books page
+# ---------------------------------------------------
+[prev]
+other = "Prev"
+
+[next]
+other = "Next"
+
+[home]
+other = "Home"
+
+[split-html]
+other = "Split HTML"
+
+[single-html]
+other = "Single HTML"
+
+[book-chapters]
+other = "Book chapters"
+
+[book-menu]
+other = "Book menu"
+
+[list-desc-books]
+other = "Explore a comprehensive list of FreeBSD books."
+
+# ---------------------------------------------------
+# Languages page
+# ---------------------------------------------------
+[select-language]
+other = "Select a language"
+
+[current-selection]
+other = "Current selection:"
+
+# ---------------------------------------------------
+# Copyright
+# ---------------------------------------------------
+[freebsd-copyright]
+other = "A FreeBSD a FreeBSD Foundation bejegyzett védjegye."
+
+[pam]
+other = "This article was written for the FreeBSD Project by ThinkSec AS and Network Associates Laboratories, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 (“CBOSS”), as part of the DARPA CHATS research program."
+
+[coverity]
+other = "A Coverity bejegyzett védjegye, a Coverity Extend, Coverity Prevent és Coverity Prevent SQS pedig védjegyei a Coverity, Inc.-nek."
+
+[ibm]
+other = "Az IBM, AIX, OS/2, PowerPC, PS/2, S/390 és ThinkPad az International Business Machines Corporation védjegyei az Egyesült Államokban, más országokban, vagy mindkettõben."
+
+[ieee]
+other = "Az IEEE, POSIX és 802 az Institute of Electrical and Electronics Engineers, Inc. bejegyzett védjegyei az Egyesült Államokban."
+
+[redhat]
+other = "A Red Hat és RPM a Red Hat, Inc. védjegyei vagy bejegyzett védjegyei az Egyesült Államokban és más országokban."
+
+[3com]
+other = "A 3Com és HomeConnect a 3Com Corporation bejegyzett védjegyei."
+
+[amd]
+other = "Az AMD, AMD Athlon, AMD Opteron, Athlon, Élan, Opteron és PCnet az Advanced Micro Devices, Inc. védjegyei."
+
+[adobe]
+other = "Az Adobe, Acrobat, Acrobat Reader, és PostScript az Adobe Systems Incorporated bejegyzett védjegyei, vagy védjegyei az Egyesült Államokban és/vagy más országokban."
+
+[apple]
+other = "Az Apple, AirPort, FireWire, Mac, Macintosh, Mac OS, Quicktime, és TrueType az Apple Computer, Inc., bejegyzett védjegyei az Egyesült Államokban és más országokban."
+
+[git]
+other = "Git and the Git logo are either registered trademarks or trademarks of Software Freedom Conservancy, Inc., corporate home of the Git Project, in the United States and/or other countries."
+
+[github]
+other = "GitHub is a trademark of GitHub Inc., registered in the United States and other countries."
+
+[gitlab]
+other = "GITLAB is a trademark of GitLab Inc. in the United States and other countries and regions."
+
+[intel]
+other = "Az Intel, Celeron, EtherExpress, i386, i486, Itanium, Pentium és Xeon az Intel Corporation vagy leányvállalatainak védjegyei vagy bejegyzett védjegyei az Egyesült Államokban és más országokban."
+
+[linux]
+other = "A Linux Linus Torvalds bejegyzett védjegye."
+
+[microsoft]
+other = "A Microsoft, IntelliMouse, MS-DOS, Outlook, Windows, Windows Media és Windows NT a Microsoft Corporation bejegyzett veacute;djegyei, vagy védjegyei az Egyesült Államokban és/vagy más országokban."
+
+[opengroup]
+other = "A Motif, OSF/1 és UNIX a The Open Group bejegyzett védjegyei, az IT DialTone és a The Open Group pedig védjegyei az Egyesült államokban és/vagy más országokban."
+
+[qualcomm]
+other = "A QUALCOMM és Eudora a QUALCOMM Incorporated bejegyzett védjegyei."
+
+[sparc]
+other = "A SPARC, SPARC64, és UltraSPARC a SPARC International, Inc védjegyei az Egyesült államokban és más országokban. A SPARC International, Inc birtokolja az összes SPARC védjegyet és annak tagjai között teszi azok megfelelõ használatát elérhetõvé a licencelési megegyezések alapján."
+
+[sun]
+other = "A Sun, Sun Microsystems, Java, Java Virtual Machine, JDK, JRE, JSP, JVM, Netra, OpenJDK, Solaris, StarOffice, SunOS és VirtualBox a Sun Microsystems, Inc. védjegyei vagy bejegyzett védjegyei az Egyesült Államokban és más országokban."
+
+[unix]
+other = "A UNIX a The Open Group bejegyzett védjegye az Egyesült Államokban és más országokban."
+
+[netbsd]
+other = "A NetBSD a NetBSD Foundation bejegyzett védjegye."
+
+[realnetworks]
+other = "A RealNetworks, RealPlayer és RealAudio a RealNetworks, Inc. bejegyzett védjegyei."
+
+[oracle]
+other = "Az Oracle az Oracle Corporation bejegyzett védjegye."
+
+[3ware]
+other = "A 3ware a 3ware Inc. bejegyzett védjegyei."
+
+[arm]
+other = "Az ARM az ARM Limited bejegyzett védjegye."
+
+[adaptec]
+other = "A Adaptec az Adaptec, Inc. bejegyzett védjegye."
+
+[google]
+other = "Android is a trademark of Google Inc."
+
+[heidelberger]
+other = "A Heidelberg, Helvetica, Palatino, és Times Roman a Heidelberger Druckmaschinen AG bejegyzett védjegyei, vagy védjegyei az Egyesült Államokban és más országokban."
+
+[intuit]
+other = "Az Intuit és Quicken az Intuit Inc., vagy valamely leányvállalatának bejegyzett védjegyei és/vagy bejegyzett szervizmárkái az Egyesült Államokban és más országokban."
+
+[lsilogic]
+other = "Az LSI Logic, AcceleRAID, eXtremeRAID, MegaRAID és Mylex az LSI Logic Corp. védjegyei vagy bejegyzett védjegyei."
+
+[themathworks]
+other = "A MATLAB a The MathWorks, Inc. bejegyzett védjegye."
+
+[thomson]
+other = "A SpeedTouch a Thomson védjegye."
+
+[vmware]
+other = "A VMware a VMware, Inc. védjegye."
+
+[wolframresearch]
+other = "A Mathematica a Wolfram Research, Inc. védjegye."
+
+[xiph]
+other = "Az Ogg Vorbis és Xiph.Org a Xiph.Org védjegyei."
+
+[xfree86]
+other = "Az XFree86 az XFree86 Project, Inc. védjegye."
+
+[daemon-news]
+other = "This article was originally published in the January 2000 issue of DaemonNews. This version of the article may include updates from Matt and other authors to reflect changes in FreeBSD's VM implementation."
+
+[general]
+other = "A gyártók és terjesztõk által használt megnevezések közül sok védjegy jogot követel. Ahol ilyen megnevezés tûnik fel ebben a dokumentumban, és a FreeBSD Projektnek tudomása volt a védjegyrõl, a megnevezést a “™” vagy a “®” szimbólum követi."
diff --git a/website/themes/beastie/i18n/it.toml b/website/themes/beastie/i18n/it.toml
new file mode 100644
--- /dev/null
+++ b/website/themes/beastie/i18n/it.toml
@@ -0,0 +1,317 @@
+# ---------------------------------------------------
+# Global
+# ---------------------------------------------------
+[freebsd]
+other = "FreeBSD"
+
+[freebsd-project]
+other = "The FreeBSD Project"
+
+[freebsd-foundation]
+other = "The FreeBSD Foundation"
+
+[freebsd-documentation]
+other = "Documentazione di FreeBSD"
+
+[freebsd-documentation-main-desc]
+other = "FreeBSD è un sistema operativo usato su server moderni, pc desktop e piattaforme integrate."
+
+[global-search-placeholder]
+other = "Cerca in articoli, libri e guide."
+
+[toc]
+other = "Indice"
+
+[resources]
+other = "Risorse"
+
+[download-pdf]
+other = "Scarica PDF"
+
+[edit-page]
+other = "Modifica questa pagina"
+
+[trademarks]
+other = "marchi registrati"
+
+[books]
+other = "Libri"
+
+[articles]
+other = "Articoli"
+
+[choose-language]
+other = "Scegli una lingua"
+
+[last-modified]
+other = "Ultima modifica"
+
+[by]
+other = "da"
+
+[search]
+other = "Ricerca"
+
+# ---------------------------------------------------
+# Header
+# ---------------------------------------------------
+[documentation]
+other = "Documentazione"
+
+[community]
+other = "Community"
+
+# ---------------------------------------------------
+# Main page
+# ---------------------------------------------------
+[getting-started]
+other = "Come iniziare"
+
+[learn-basics]
+other = "Imparare i fondamenti di FreeBSD"
+
+[download]
+other = "Download"
+
+[download-freebsd]
+other = "Download FreeBSD"
+
+[handbook]
+other = "Manuale di FreeBSD"
+
+[handbook-desc]
+other = "Una risorsa esauriente e in continua evoluzione per utenti di FreeBSD"
+
+[porters-handbook]
+other = "Manuale del porter di FreeBSD"
+
+[porters-handbook-desc]
+other = "Un manuale di riferimento completo sul sistema dei port di FreeBSD"
+
+[faq]
+other = "FAQ su FreeBSD"
+
+[faq-desc]
+other = "Domande frequenti su FreeBSD per 13.X e 12.X"
+
+[fdp]
+other = "Manuale introduttivo al Documentation Project"
+
+[fdp-desc]
+other = "Una guida completa su come cominciare a dare il proprio contributo alla documentazione"
+
+[books-list]
+other = "Lista di libri su FreeBSD"
+
+[articles-list]
+other = "Lista di articoli su FreeBSD"
+
+[manual-pages]
+other = "Man page"
+
+[manual-pages-desc]
+other = "FreeBSD man page"
+
+# ---------------------------------------------------
+# Footer
+# ---------------------------------------------------
+[system]
+other = "System"
+
+[light]
+other = "Light"
+
+[dark]
+other = "Dark"
+
+[high-contrast]
+other = "Alto contrasto"
+
+[previous-versions]
+other = "Versioni precedenti"
+
+[4-4bsd-documents]
+other = "Documenti di 4.4BSD"
+
+[about]
+other = "A proposito"
+
+[legal]
+other = "Area legale"
+
+[donations]
+other = "Donazioni"
+
+[legal-notices]
+other = "Note legali"
+
+[made-with]
+other = "Realizzato con"
+
+[by-freebsd-community]
+other = "dalla FreeBSD Community"
+
+[copyright]
+other = "Tutti i diritti riservati."
+
+# ---------------------------------------------------
+# Articles page
+# ---------------------------------------------------
+[list-desc-articles]
+other = "Esplora una lista esauriente di articoli di FreeBSD"
+
+# ---------------------------------------------------
+# Books page
+# ---------------------------------------------------
+[prev]
+other = "Precedente"
+
+[next]
+other = "Successivo"
+
+[home]
+other = "Home"
+
+[split-html]
+other = "HTML suddiviso in pagine multiple"
+
+[single-html]
+other = "HTML in pagina unica"
+
+[book-chapters]
+other = "Capitoli del libro"
+
+[book-menu]
+other = "Indice del libro"
+
+[list-desc-books]
+other = "Esplora una lista esauriente di libri di FreeBSD."
+
+# ---------------------------------------------------
+# Languages page
+# ---------------------------------------------------
+[select-language]
+other = "Seleziona una lingua"
+
+[current-selection]
+other = "Selezione corrente:"
+
+# ---------------------------------------------------
+# Copyright
+# ---------------------------------------------------
+[freebsd-copyright]
+other = "FreeBSD è un marchio registrato della FreeBSD Foundation."
+
+[pam]
+other = "Questo articolo è stato scritto per il FreeBSD Project da ThinkSec AS e Network Associates Laboratories, la Security Research Division di Network Associates, Inc. sotto contratto N66001-01-C-8035 (“CBOSS”) DARPA/SPAWAR, come parte del programma di ricerca DARPA CHATS."
+
+[coverity]
+other = "Coverity è un marchio registrato; Coverity Extend, Coverity Prevent e Coverity Prevent SQS sono marchi registrati di Coverity, Inc."
+
+[ibm]
+other = "IBM, AIX, OS/2, PowerPC, PS/2, S/390 e ThinkPad sono marchi della International Business Machines Corporation negli Stati Uniti, in altri paesi, o in entrambi."
+
+[ieee]
+other = "IEEE, POSIX e 802 sono marchi registrati dell'Institute of Electrical and Electronics Engineers, Inc. negli Stati Uniti."
+
+[redhat]
+other = "Red Hat e RPM sono marchi o marchi registrati della Red Hat, Inc. negli Stati Uniti e in altri paesi."
+
+[3com]
+other = "3Com e HomeConnect sono marchi registrati della 3Com Corporation."
+
+[amd]
+other = "AMD, AMD Athlon, AMD Opteron, Athlon, Élan, Opteron e PCnet sono marchi della Advanced Micro Devices, Inc."
+
+[adobe]
+other = "Adobe, Acrobat, Acrobat Reader e PostScript sono marchi o marchi registrati della Adobe Systems Incorporated negli Stati Uniti e/o in altri paesi."
+
+[apple]
+other = "Apple, AirPort, FireWire, Mac, Macintosh, Mac OS, Quicktime e TrueType sono marchi della Apple Computer, Inc., registrati negli Stati Uniti e in altri paesi."
+
+[git]
+other = "Git and the Git logo are either registered trademarks or trademarks of Software Freedom Conservancy, Inc., corporate home of the Git Project, in the United States and/or other countries."
+
+[github]
+other = "GitHub è un marchio registrato di GitHub Inc., registrato negli Stati Uniti e in altri paesi."
+
+[gitlab]
+other = "GITLAB è un marchio registrato di GitLab Inc. negli Stati Uniti e in altri paesi e regioni."
+
+[intel]
+other = "Intel, Celeron, EtherExpress, i386, i486, Itanium, Pentium e Xeon sono marchi o marchi registrati della Intel Corporation o delle sue sussidiarie negli Stati Uniti e in altri paesi."
+
+[linux]
+other = "Linux è un marchio registrato di Linus Torvalds."
+
+[microsoft]
+other = "Microsoft, IntelliMouse, MS-DOS, Outlook, Windows, Windows Media e Windows NT sono marchi o marchi registrati della Microsoft Corporation negli Stati Uniti e/o in altri paesi."
+
+[opengroup]
+other = "Motif, OSF/1 e UNIX sono marchi registrati e IT DialTone e The Open Group sono marchi del The Open Group negli Stati Uniti e in altri paesi."
+
+[qualcomm]
+other = "QUALCOMM e Eudora sono marchi registrati della QUALCOMM Incorporated."
+
+[sparc]
+other = "Sparc, Sparc64 e UltraSPARC sono marchi SPARC International, Inc negli Stati Uniti e in altri paesi. I prodotti che portano il marchio SPARC sono basati su architettura sviluppata dalla Sun Microsystems, Inc."
+
+[sun]
+other = "Sun, Sun Microsystems, Java, Java Virtual Machine, JDK, JRE, JSP, JVM, Netra, Solaris, StarOffice e SunOS sono marchi o marchi registrati della Sun Microsystems, Inc. negli Stati Uniti e in altri paesi."
+
+[unix]
+other = "UNIX è un marchio registrato del The Open Group negli Stati Uniti e in altri paesi."
+
+[netbsd]
+other = "NetBSD è un marchio registrato della Fondazione NetBSD."
+
+[realnetworks]
+other = "RealNetworks, RealPlayer e RealAudio sono marchi registrati della RealNetworks, Inc."
+
+[oracle]
+other = "Oracle è un marchio registrato della Oracle Corporation."
+
+[3ware]
+other = "3ware e Escalade sono marchi registrati della 3ware Inc."
+
+[arm]
+other = "ARM è un marchio registrato della ARM Limited."
+
+[adaptec]
+other = "Adaptec è un marchio registrato della Adaptec, Inc."
+
+[google]
+other = "Android è un marchio registrato di Google Inc."
+
+[heidelberger]
+other = "Heidelberg, Helvetica, Palatino e Times Roman sono marchi o marchi registrati della Heidelberger Druckmaschinen AG negli Stati Uniti e in altri paesi."
+
+[intuit]
+other = "Intuit e Quicken sono marchi registrati e/o marchi di servizi registrati della Intuit Inc., o una delle sue sussidiarie, negli Stati Uniti e in altri paesi."
+
+[lsilogic]
+other = "LSI Logic, AcceleRAID, eXtremeRAID, MegaRAID e Mylex sono marchi o marchi registrati della LSI Logic Corp."
+
+[themathworks]
+other = "MATLAB è un marchio registrato della The MathWorks, Inc."
+
+[thomson]
+other = "SpeedTouch è un marchio di Thomson."
+
+[vmware]
+other = "VMware è un marchio della VMware, Inc."
+
+[wolframresearch]
+other = "Mathematica è un marchio registrato della Wolfram Research, Inc."
+
+[xiph]
+other = "Ogg Vorbis e Xiph.Org sono marchi di Xiph.Org."
+
+[xfree86]
+other = "XFree86 è un marchio della The XFree86 Project, Inc."
+
+[daemon-news]
+other = "Questo articolo è stato publicato originalmente nel numero di gennaio 2000 di DaemonNews. Questa versione dell'articolo può includere aggiornamenti da Matt e da altri autori per seguire le modifiche dell'implementazione della memoria virtuale di FreeBSD."
+
+[general]
+other = "Molti dei nomi identificativi usati dai produttori e dai venditori per distinguere i loro prodotti sono anche dei marchi. Quando questi nomi appaiono nel documento, e il FreeBSD Project è al corrente del marchio, vengono fatti seguire dal simbolo “™” o “®”."
diff --git a/website/themes/beastie/i18n/ja.toml b/website/themes/beastie/i18n/ja.toml
--- a/website/themes/beastie/i18n/ja.toml
+++ b/website/themes/beastie/i18n/ja.toml
@@ -1,392 +1,317 @@
+# ---------------------------------------------------
# Global
+# ---------------------------------------------------
[freebsd]
other = "FreeBSD"
-[freebsdProject]
-other = "FreeBSD プロジェクト"
+[freebsd-project]
+other = "The FreeBSD Project"
-[freebsdPowerServe]
-other = "FreeBSD The Power to Serve"
-
-[freebsdFoundation]
+[freebsd-foundation]
other = "The FreeBSD Foundation"
-[downloadFreeBSD]
-other = " FreeBSD を入手する"
-
-[production]
-other = "プロダクション"
-
-[last-modified]
-other = "最終更新日"
-
-# Header
-[donate]
-other = "FreeBSD への寄付"
+[freebsd-documentation]
+other = "FreeBSD ドキュメンテーション"
-[donateFoundation]
-other = "Donate to the FreeBSD Foundation"
+[freebsd-documentation-main-desc]
+other = "FreeBSD は、最新のサーバ、デスクトップおよび組み込みプラットフォーム用のオペレーティングシステムです。"
-[search]
-other = "検索"
+[global-search-placeholder]
+other = "Search in the articles, books and guides."
-# Navigation
-[home]
-other = "ホーム"
+[toc]
+other = "目次"
-[about]
-other = "FreeBSD とは"
+[resources]
+other = "リソース"
-[introduction]
-other = "FreeBSD が初めてという方へ"
+[download-pdf]
+other = "PDF 版のダウンロード"
-[features]
-other = "特徴"
+[edit-page]
+other = "Edit this page"
-[advocacy]
-other = "プロモーション活動"
+[trademarks]
+other = "trademarks"
-[marketing]
-other = "マーケティング活動"
+[books]
+other = "Books"
-[privacyPolicy]
-other = "プライバシーポリシー"
+[articles]
+other = "Articles"
-[projects]
-other = "Projects"
+[choose-language]
+other = "Choose language"
-[getFreeBSD]
-other = "FreeBSD の入手"
+[last-modified]
+other = "最終更新日"
-[releaseInformation]
-other = "リリース情報"
+[by]
+other = "by"
-[releaseEngineering]
-other = "リリースエンジニアリング"
+[search]
+other = "Search"
+# ---------------------------------------------------
+# Header
+# ---------------------------------------------------
[documentation]
-other = "ドキュメント"
-
-[faq]
-other = "FAQ"
-
-[handbook]
-other = "ハンドブック"
-
-[porterHandbook]
-other = "port 作成者のためのハンドブック"
-
-[developerHandbook]
-other = "開発者のためのハンドブック"
-
-[manualPages]
-other = "マニュアルページ"
-
-[documentationProjectPrimer]
-other = "新しい貢献者のためのドキュメンテーションプロジェクト入門"
-
-[allBooksArticles]
-other = "すべての Books と Articles"
+other = "Documentation"
[community]
-other = "コミュニティ"
-
-[mailingLists]
-other = "メーリングリスト"
-
-[forums]
-other = "フォーラム"
-
-[userGroups]
-other = "ユーザグループ"
+other = "Community"
-[events]
-other = "イベント"
+# ---------------------------------------------------
+# Main page
+# ---------------------------------------------------
+[getting-started]
+other = "さあ、始めよう!"
-[FreeBSDJournal]
-other = "FreeBSD ジャーナル"
+[learn-basics]
+other = "FreeBSD の基礎知識を学ぶ"
-[QA]
-other = "Q&A (外部)"
+[download]
+other = "ダウンロード"
-[developers]
-other = "開発"
+[download-freebsd]
+other = "FreeBSD を入手する"
-[projectIdeas]
-other = "プロジェクトアイディア"
-
-[gitRepository]
-other = "Git リポジトリ"
-
-[gitMirror]
-other = "GitHub ミラー"
-
-[phabricator]
-other = "コードレビュー (Phabricator)"
-
-[wiki]
-other = "Wiki"
-
-[CI]
-other = "継続的インテグレーションサービス"
-
-[support]
-other = "サポート"
-
-[vendors]
-other = "ベンダ"
-
-[securityInformation]
-other = "セキュリティ情報"
-
-[bugReports]
-other = "障害報告"
-
-[submittingBugReports]
-other = "障害報告の提出"
-
-[foundation]
-other = "財団"
-
-[monetaryDonations]
-other = "寄付"
-
-[hardwareDonations]
-other = "ハードウェアの寄贈"
-
-#Main
-[freebsdDescription1]
-other = "FreeBSD は、最新のサーバ、デスクトップおよび組み込み"
-
-[freebsdDescription2]
-other = "プラットフォーム"
-
-[freebsdDescription3]
-other = "用のオペレーティングシステムです。 多くの"
+[handbook]
+other = "FreeBSD ハンドブック"
-[freebsdDescription4]
-other = "コミュニティ"
+[handbook-desc]
+other = "絶えず進化している FreeBSD ユーザのための包括的な情報源"
-[freebsdDescription5]
-other = "が 30 年以上にも渡って開発を続けています。 高度なネットワーク、セキュリティ、 およびストレージ機能により、 FreeBSD は数多くの"
+[porters-handbook]
+other = "FreeBSD Porter's Handbook"
-[freebsdDescription6]
-other = "最大規模のウェブサイト"
+[porters-handbook-desc]
+other = "A complete reference about the FreeBSD ports system"
-[freebsdDescription7]
-other = "、 広く普及している組み込みネットワーク機器、 ストレージデバイスにおいて利用されています。"
+[faq]
+other = "FreeBSD FAQ"
-[learnMore]
-other = "詳しくはこちら"
+[faq-desc]
+other = "FreeBSD frequently Asked Questions (FAQ) for 13.X and 12.X"
-[getThe]
-other = " "
+[fdp]
+other = "Documentation Project Primer"
-[journal]
-other = "FreeBSD Journal を入手 "
+[fdp-desc]
+other = "A complete guide about how to start contributing to the documentation"
-[supportedReleases]
-other = "サポートされているリリース"
+[books-list]
+other = "List of FreeBSD books"
-[supportLifecycle]
-other = "サポートライフサイクル"
+[articles-list]
+other = "List of FreeBSD articles"
-[upcoming]
-other = "次回予定"
+[manual-pages]
+other = "マニュアルページ"
-[newFreeBSD]
-other= " FreeBSD が初めてという方へ"
+[manual-pages-desc]
+other = "FreeBSD Manual Pages"
-[shortcuts]
-other = "ショートカット"
+# ---------------------------------------------------
+# Footer
+# ---------------------------------------------------
+[system]
+other = "System"
-[reportingProblems]
-other = "障害報告"
+[light]
+other = "Light"
-[FAQ]
-other = "FAQ"
+[dark]
+other = "Dark"
-[ports]
-other = "Ports"
+[high-contrast]
+other = "High contrast"
-[latestNews]
-other = "最新ニュース"
+[previous-versions]
+other = "Previous versions"
-[upcomingEvents]
-other = "イベント予定"
+[4-4bsd-documents]
+other = "4.4BSD Documents"
-[press]
-other = "ニュース記事"
+[about]
+other = "About"
-[securityAdvisories]
-other = "セキュリティ勧告"
+[legal]
+other = "Legal"
-[errataNotices]
-other = "Errata 情報"
+[donations]
+other = "寄付"
-[more]
-other = "すべて表示"
+[legal-notices]
+other = "Legal notices"
-#404
-[notFoundTitle]
-other = "We could not find the page you requested."
+[made-with]
+other = "Made with"
-[notFoundDesc]
-other = "Please try your request again, use one of the links in the navigation menu, or the search box at the top of the page."
+[by-freebsd-community]
+other = "by the FreeBSD Community"
-# Footer
[copyright]
other = "All rights reserved."
-[trademark]
-other = "The mark FreeBSD is a registered trademark of The FreeBSD Foundation and is used by The FreeBSD Project with the permission of"
+# ---------------------------------------------------
+# Articles page
+# ---------------------------------------------------
+[list-desc-articles]
+other = "Explore a comprehensive list of FreeBSD articles."
-[legalNotices]
-other = "法律上の注意事項"
+# ---------------------------------------------------
+# Books page
+# ---------------------------------------------------
+[prev]
+other = "Prev"
-# Months
-[1]
-other = "January"
+[next]
+other = "Next"
-[2]
-other = "February"
+[home]
+other = "Home"
-[3]
-other = "March"
+[split-html]
+other = "Split HTML"
-[4]
-other = "April"
+[single-html]
+other = "Single HTML"
-[5]
-other = "May"
+[book-chapters]
+other = "Book chapters"
-[6]
-other = "June"
+[book-menu]
+other = "Book menu"
-[7]
-other = "July"
+[list-desc-books]
+other = "Explore a comprehensive list of FreeBSD books."
-[8]
-other = "August"
+# ---------------------------------------------------
+# Languages page
+# ---------------------------------------------------
+[select-language]
+other = "Select a language"
-[9]
-other = "September"
+[current-selection]
+other = "Current selection:"
-[10]
-other = "October"
+# ---------------------------------------------------
+# Copyright
+# ---------------------------------------------------
+[freebsd-copyright]
+other = "FreeBSD は The FreeBSD Foundation の登録商標です。"
-[11]
-other = "November"
+[pam]
+other = "This article was written for the FreeBSD Project by ThinkSec AS and Network Associates Laboratories, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 (“CBOSS”), as part of the DARPA CHATS research program."
-[12]
-other = "December"
+[coverity]
+other = "Coverity は登録商標です; Coverity Extend, Coverity Prevent および Coverity Prevent SQS は、Coverity, Inc. の商標です。"
-# Commercial software
-[misc]
-other = "その他"
+[ibm]
+other = "IBM, AIX, OS/2, PowerPC, PS/2, S/390 および ThinkPad は アメリカ合衆国、その他の国、または両方における International Business Machines Corporation の商標です。"
-# sidenav
-[applications]
-other = "アプリケーション"
+[ieee]
+other = "IEEE, POSIX および 802 は アメリカ合衆国における Institute of Electrical and Electronics Engineers, Inc. の登録商標です。"
-[administration]
-other = "担当者一覧"
+[redhat]
+other = "Red Hat, RPM は アメリカ合衆国およびその他の国における Red Hat, Inc. の商標または登録商標です。"
-[news]
-other = "ニュース"
+[3com]
+other = "3Com および HomeConnect は 3Com Corporation の登録商標です。"
-[pressSidenav]
-other = "ニュース記事"
+[amd]
+other = "AMD, AMD Athlon, AMD Opteron, AMD Phenom, AMD Sempron, AMD Turion, Athlon, Élan, Opteron および PCnet は Advanced Micro Devices, Inc. の商標です。"
-[multimedia]
-other = "マルチメディア"
+[adobe]
+other = "Adobe, Acrobat, Acrobat Reader, Flash および PostScript は アメリカ合衆国および/またはその他の国の Adobe Systems Incorporated の登録商標または商標です。"
-[art]
-other = "画像"
+[apple]
+other = "Apple, AirPort, FireWire, iMac, iPhone, iPad, Mac, Macintosh, Mac OS, Quicktime および TrueType は Apple Inc. の商標で、 アメリカ合衆国およびその他の国で登録されています。"
-[logo]
-other = "ロゴ"
+[git]
+other = "Git and the Git logo are either registered trademarks or trademarks of Software Freedom Conservancy, Inc., corporate home of the Git Project, in the United States and/or other countries."
-[donations]
-other = "寄付・寄贈"
+[github]
+other = "GitHub is a trademark of GitHub Inc., registered in the United States and other countries."
-[privacy]
-other = "プライバシーポリシー"
+[gitlab]
+other = "GITLAB is a trademark of GitLab Inc. in the United States and other countries and regions."
-[mailinglists]
-other = "メーリングリスト"
+[intel]
+other = "Intel, Celeron, Centrino, Core, EtherExpress, i386, i486, Itanium, Pentium および Xeon はアメリカ合衆国およびその他の国における Intel Corporation またはその関連会社の商標または登録商標です。"
-[newsgroups]
-other = "ニュースグループ"
+[linux]
+other = "Linux は Linus Torvalds の登録商標です。"
-[sourceCodeRepositories]
-other = "ソースコードリポジトリ"
+[microsoft]
+other = "Microsoft, IntelliMouse, MS-DOS, Outlook, Windows, Windows Media および Windows NT は アメリカ合衆国および/またはその他の国における Microsoft Corporation の登録商標または商標です。"
-[releases]
-other = "リリース情報"
+[opengroup]
+other = "Motif, OSF/1 および UNIX は アメリカ合衆国およびその他の国における The Open Group の登録商標で、 IT DialTone および The Open Group は同じく商標です。"
-[productionRelease]
-other = "プロダクションリリース"
+[qualcomm]
+other = "QUALCOMM および Eudora は QUALCOMM Incorporated の登録商標です。"
-[upcomingRelease]
-other = "今後のリリース"
+[sparc]
+other = "SPARC, SPARC64 および UltraSPARC はアメリカ合衆国およびその他の国における SPARC International, Inc. の商標です。SPARC International, Inc は、すべての SPARC 商標を所有しています。また、ライセンス許諾契約のもとで、そのメンバーは、これらの商標を適切な範囲で使用することができます。"
-[snapshotReleases]
-other = "スナップショットリリース"
+[sun]
+other = "Sun, Sun Microsystems, Java, Java Virtual Machine, JDK, JRE, JSP, JVM, Netra, OpenJDK, Solaris, StarOffice, SunOS および VirtualBox は アメリカ合衆国およびその他の国における Sun Microsystems, Inc. の 商標または登録商標です。"
-[portedApplications]
-other = "ports に収録されているアプリケーション"
+[unix]
+other = "UNIX は アメリカ合衆国およびその他の国における The Open Group の登録商標です。"
-[aboutPorts]
-other = "ports について"
+[netbsd]
+other = "NetBSD は the NetBSD Foundation の登録商標です。"
-[installing]
-other = "インストール"
+[realnetworks]
+other = "RealNetworks, RealPlayer および RealAudio は RealNetworks, Inc. の登録商標です。"
-[updating]
-other = "アップデート"
+[oracle]
+other = "Oracle は Oracle Corporation の登録商標です。"
-[searching]
-other = "検索"
+[3ware]
+other = "3ware は 3ware Inc. の登録商標です。"
-[moreInformation]
-other = "その他の情報"
+[arm]
+other = "ARM は ARM Limited の登録商標です。"
-[software]
-other = "ソフトウェア"
+[adaptec]
+other = "Adaptec は Adaptec, Inc. の登録商標です。"
-[hardware]
-other = "ハードウェア"
+[google]
+other = "Android は Google Inc. の商標です。"
-[consulting]
-other = "コンサルティング"
+[heidelberger]
+other = "Heidelberg, Helvetica, Palatino, および Times Roman はアメリカ合衆国およびその他の国における Heidelberger Druckmaschinen AG の登録商標または商標です。"
-[ispCommercial]
-other = "インターネットサービスプロバイダ"
+[intuit]
+other = "Intuit および Quicken は アメリカ合衆国およびその他の国における Intuit Inc. またはその関連会社の 商標および/または登録商標です。"
-[securityInfo]
-other = "セキュリティ情報"
+[lsilogic]
+other = "LSI Logic, AcceleRAID, eXtremeRAID, MegaRAID および Mylex は LSI Logic Corp. の商標または登録商標です。"
-[advisories]
-other = "セキュリティ勧告"
+[themathworks]
+other = "MATLAB は The MathWorks, Inc. の登録商標です。"
-[errataNoticesSidenav]
-other = "Errata 情報"
+[thomson]
+other = "SpeedTouch は Thomson の商標です。"
-[unsupportedReleases]
-other = "サポートが終了したリリース"
+[vmware]
+other = "VMware は VMware, Inc. の商標です。"
-[readSecurityAdvisories]
-other = "FreeBSD セキュリティ勧告の読み方"
+[wolframresearch]
+other = "Mathematica は Wolfram Research, Inc. の登録商標です。"
-[charterSecurityOfficerTeam]
-other = "セキュリティオフィサとチームの憲章"
+[xiph]
+other = "Ogg Vorbis および Xiph.Org は Xiph.Org の商標です。"
-[bugreports]
-other = "バグ報告"
+[xfree86]
+other = "XFree86 は The XFree86 Project, Inc. の商標です。"
-[submitPR]
-other = "障害報告 (PR) の提出"
+[daemon-news]
+other = "This article was originally published in the January 2000 issue of DaemonNews. This version of the article may include updates from Matt and other authors to reflect changes in FreeBSD's VM implementation."
-[webresources]
-other = "ウェブ上の情報"
+[general]
+other = "製造者および販売者が製品を区別するのに 用いている表示の多くは、商標とされています。この文書に登場する表示のうち FreeBSD Project がその商標を確認しているものには、その表示に続いて“™” または “®” 記号がおかれています。"
diff --git a/website/themes/beastie/i18n/ko.toml b/website/themes/beastie/i18n/ko.toml
new file mode 100644
--- /dev/null
+++ b/website/themes/beastie/i18n/ko.toml
@@ -0,0 +1,317 @@
+# ---------------------------------------------------
+# Global
+# ---------------------------------------------------
+[freebsd]
+other = "FreeBSD"
+
+[freebsd-project]
+other = "The FreeBSD Project"
+
+[freebsd-foundation]
+other = "The FreeBSD Foundation"
+
+[freebsd-documentation]
+other = "FreeBSD Documentation"
+
+[freebsd-documentation-main-desc]
+other = "FreeBSD is an operating system used to power modern servers, desktops, and embedded platforms."
+
+[global-search-placeholder]
+other = "Search in the articles, books and guides."
+
+[toc]
+other = "Table of Contents"
+
+[resources]
+other = "Resources"
+
+[download-pdf]
+other = "Download PDF"
+
+[edit-page]
+other = "Edit this page"
+
+[trademarks]
+other = "trademarks"
+
+[books]
+other = "Books"
+
+[articles]
+other = "Articles"
+
+[choose-language]
+other = "Choose language"
+
+[last-modified]
+other = "Last modified on"
+
+[by]
+other = "by"
+
+[search]
+other = "Search"
+
+# ---------------------------------------------------
+# Header
+# ---------------------------------------------------
+[documentation]
+other = "Documentation"
+
+[community]
+other = "Community"
+
+# ---------------------------------------------------
+# Main page
+# ---------------------------------------------------
+[getting-started]
+other = "Getting started"
+
+[learn-basics]
+other = "Learn about FreeBSD basics"
+
+[download]
+other = "Download"
+
+[download-freebsd]
+other = "Download FreeBSD"
+
+[handbook]
+other = "FreeBSD Handbook"
+
+[handbook-desc]
+other = "A constantly evolving, comprehensive resource for FreeBSD users"
+
+[porters-handbook]
+other = "FreeBSD Porter's Handbook"
+
+[porters-handbook-desc]
+other = "A complete reference about the FreeBSD ports system"
+
+[faq]
+other = "FreeBSD FAQ"
+
+[faq-desc]
+other = "FreeBSD frequently Asked Questions (FAQ) for 13.X and 12.X"
+
+[fdp]
+other = "Documentation Project Primer"
+
+[fdp-desc]
+other = "A complete guide about how to start contributing to the documentation"
+
+[books-list]
+other = "List of FreeBSD books"
+
+[articles-list]
+other = "List of FreeBSD articles"
+
+[manual-pages]
+other = "Manual pages"
+
+[manual-pages-desc]
+other = "FreeBSD Manual Pages"
+
+# ---------------------------------------------------
+# Footer
+# ---------------------------------------------------
+[system]
+other = "System"
+
+[light]
+other = "Light"
+
+[dark]
+other = "Dark"
+
+[high-contrast]
+other = "High contrast"
+
+[previous-versions]
+other = "Previous versions"
+
+[4-4bsd-documents]
+other = "4.4BSD Documents"
+
+[about]
+other = "About"
+
+[legal]
+other = "Legal"
+
+[donations]
+other = "Donations"
+
+[legal-notices]
+other = "Legal notices"
+
+[made-with]
+other = "Made with"
+
+[by-freebsd-community]
+other = "by the FreeBSD Community"
+
+[copyright]
+other = "All rights reserved."
+
+# ---------------------------------------------------
+# Articles page
+# ---------------------------------------------------
+[list-desc-articles]
+other = "Explore a comprehensive list of FreeBSD articles."
+
+# ---------------------------------------------------
+# Books page
+# ---------------------------------------------------
+[prev]
+other = "Prev"
+
+[next]
+other = "Next"
+
+[home]
+other = "Home"
+
+[split-html]
+other = "Split HTML"
+
+[single-html]
+other = "Single HTML"
+
+[book-chapters]
+other = "Book chapters"
+
+[book-menu]
+other = "Book menu"
+
+[list-desc-books]
+other = "Explore a comprehensive list of FreeBSD books."
+
+# ---------------------------------------------------
+# Languages page
+# ---------------------------------------------------
+[select-language]
+other = "Select a language"
+
+[current-selection]
+other = "Current selection:"
+
+# ---------------------------------------------------
+# Copyright
+# ---------------------------------------------------
+[freebsd-copyright]
+other = "FreeBSD is a registered trademark of the FreeBSD Foundation."
+
+[pam]
+other = "This article was written for the FreeBSD Project by ThinkSec AS and Network Associates Laboratories, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 (“CBOSS”), as part of the DARPA CHATS research program."
+
+[coverity]
+other = "Coverity is a registered trademark; Coverity Extend, Coverity Prevent and Coverity Prevent SQS are trademarks of Coverity, Inc."
+
+[ibm]
+other = "IBM, AIX, OS/2, PowerPC, PS/2, S/390, and ThinkPad are trademarks of International Business Machines Corporation in the United States, other countries, or both."
+
+[ieee]
+other = "IEEE, POSIX, and 802 are registered trademarks of Institute of Electrical and Electronics Engineers, Inc. in the United States."
+
+[redhat]
+other = "Red Hat, RPM, are trademarks or registered trademarks of Red Hat, Inc. in the United States and other countries."
+
+[3com]
+other = "3Com and HomeConnect are registered trademarks of 3Com Corporation."
+
+[amd]
+other = "AMD, AMD Athlon, AMD Opteron, AMD Phenom, AMD Sempron, AMD Turion, Athlon, Élan, Opteron, and PCnet are trademarks of Advanced Micro Devices, Inc."
+
+[adobe]
+other = "Adobe, Acrobat, Acrobat Reader, Flash and PostScript are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries."
+
+[apple]
+other = "Apple, AirPort, FireWire, iMac, iPhone, iPad, Mac, Macintosh, Mac OS, Quicktime, and TrueType are trademarks of Apple Inc., registered in the U.S. and other countries."
+
+[git]
+other = "Git and the Git logo are either registered trademarks or trademarks of Software Freedom Conservancy, Inc., corporate home of the Git Project, in the United States and/or other countries."
+
+[github]
+other = "GitHub is a trademark of GitHub Inc., registered in the United States and other countries."
+
+[gitlab]
+other = "GITLAB is a trademark of GitLab Inc. in the United States and other countries and regions."
+
+[intel]
+other = "Intel, Celeron, Centrino, Core, EtherExpress, i386, i486, Itanium, Pentium, and Xeon are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries."
+
+[linux]
+other = "Linux is a registered trademark of Linus Torvalds."
+
+[microsoft]
+other = "Microsoft, IntelliMouse, MS-DOS, Outlook, Windows, Windows Media and Windows NT are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries."
+
+[opengroup]
+other = "Motif, OSF/1, and UNIX are registered trademarks and IT DialTone and The Open Group are trademarks of The Open Group in the United States and other countries."
+
+[qualcomm]
+other = "QUALCOMM and Eudora are registered trademarks of QUALCOMM Incorporated."
+
+[sparc]
+other = "SPARC, SPARC64, and UltraSPARC are trademarks of SPARC International, Inc in the United States and other countries. SPARC International, Inc owns all of the SPARC trademarks and under licensing agreements allows the proper use of these trademarks by its members."
+
+[sun]
+other = "Sun, Sun Microsystems, Java, Java Virtual Machine, JDK, JRE, JSP, JVM, Netra, OpenJDK, Solaris, StarOffice, SunOS and VirtualBox are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries."
+
+[unix]
+other = "UNIX is a registered trademark of The Open Group in the United States and other countries."
+
+[netbsd]
+other = "NetBSD is a registered trademark of the NetBSD Foundation."
+
+[realnetworks]
+other = "RealNetworks, RealPlayer, and RealAudio are the registered trademarks of RealNetworks, Inc."
+
+[oracle]
+other = "Oracle is a registered trademark of Oracle Corporation."
+
+[3ware]
+other = "3ware is a registered trademark of 3ware Inc."
+
+[arm]
+other = "ARM is a registered trademark of ARM Limited."
+
+[adaptec]
+other = "Adaptec is a registered trademark of Adaptec, Inc."
+
+[google]
+other = "Android is a trademark of Google Inc."
+
+[heidelberger]
+other = "Heidelberg, Helvetica, Palatino, and Times Roman are either registered trademarks or trademarks of Heidelberger Druckmaschinen AG in the U.S. and other countries."
+
+[intuit]
+other = "Intuit and Quicken are registered trademarks and/or registered service marks of Intuit Inc., or one of its subsidiaries, in the United States and other countries."
+
+[lsilogic]
+other = "LSI Logic, AcceleRAID, eXtremeRAID, MegaRAID and Mylex are trademarks or registered trademarks of LSI Logic Corp."
+
+[themathworks]
+other = "MATLAB is a registered trademark of The MathWorks, Inc."
+
+[thomson]
+other = "SpeedTouch is a trademark of Thomson."
+
+[vmware]
+other = "VMware is a trademark of VMware, Inc."
+
+[wolframresearch]
+other = "Mathematica is a registered trademark of Wolfram Research, Inc."
+
+[xiph]
+other = "Ogg Vorbis and Xiph.Org are trademarks of Xiph.Org."
+
+[xfree86]
+other = "XFree86 is a trademark of The XFree86 Project, Inc."
+
+[daemon-news]
+other = "This article was originally published in the January 2000 issue of DaemonNews. This version of the article may include updates from Matt and other authors to reflect changes in FreeBSD's VM implementation."
+
+[general]
+other = "Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this document, and the FreeBSD Project was aware of the trademark claim, the designations have been followed by the “™” or the “®” symbol."
diff --git a/website/themes/beastie/i18n/mn.toml b/website/themes/beastie/i18n/mn.toml
new file mode 100644
--- /dev/null
+++ b/website/themes/beastie/i18n/mn.toml
@@ -0,0 +1,317 @@
+# ---------------------------------------------------
+# Global
+# ---------------------------------------------------
+[freebsd]
+other = "FreeBSD"
+
+[freebsd-project]
+other = "The FreeBSD Project"
+
+[freebsd-foundation]
+other = "The FreeBSD Foundation"
+
+[freebsd-documentation]
+other = "FreeBSD Documentation"
+
+[freebsd-documentation-main-desc]
+other = "FreeBSD is an operating system used to power modern servers, desktops, and embedded platforms."
+
+[global-search-placeholder]
+other = "Search in the articles, books and guides."
+
+[toc]
+other = "Table of Contents"
+
+[resources]
+other = "Resources"
+
+[download-pdf]
+other = "Download PDF"
+
+[edit-page]
+other = "Edit this page"
+
+[trademarks]
+other = "trademarks"
+
+[books]
+other = "Books"
+
+[articles]
+other = "Articles"
+
+[choose-language]
+other = "Choose language"
+
+[last-modified]
+other = "Last modified on"
+
+[by]
+other = "by"
+
+[search]
+other = "Search"
+
+# ---------------------------------------------------
+# Header
+# ---------------------------------------------------
+[documentation]
+other = "Documentation"
+
+[community]
+other = "Community"
+
+# ---------------------------------------------------
+# Main page
+# ---------------------------------------------------
+[getting-started]
+other = "Getting started"
+
+[learn-basics]
+other = "Learn about FreeBSD basics"
+
+[download]
+other = "Download"
+
+[download-freebsd]
+other = "Download FreeBSD"
+
+[handbook]
+other = "FreeBSD Handbook"
+
+[handbook-desc]
+other = "A constantly evolving, comprehensive resource for FreeBSD users"
+
+[porters-handbook]
+other = "FreeBSD Porter's Handbook"
+
+[porters-handbook-desc]
+other = "A complete reference about the FreeBSD ports system"
+
+[faq]
+other = "FreeBSD FAQ"
+
+[faq-desc]
+other = "FreeBSD frequently Asked Questions (FAQ) for 13.X and 12.X"
+
+[fdp]
+other = "Documentation Project Primer"
+
+[fdp-desc]
+other = "A complete guide about how to start contributing to the documentation"
+
+[books-list]
+other = "List of FreeBSD books"
+
+[articles-list]
+other = "List of FreeBSD articles"
+
+[manual-pages]
+other = "Manual pages"
+
+[manual-pages-desc]
+other = "FreeBSD Manual Pages"
+
+# ---------------------------------------------------
+# Footer
+# ---------------------------------------------------
+[system]
+other = "System"
+
+[light]
+other = "Light"
+
+[dark]
+other = "Dark"
+
+[high-contrast]
+other = "High contrast"
+
+[previous-versions]
+other = "Previous versions"
+
+[4-4bsd-documents]
+other = "4.4BSD Documents"
+
+[about]
+other = "About"
+
+[legal]
+other = "Legal"
+
+[donations]
+other = "Donations"
+
+[legal-notices]
+other = "Legal notices"
+
+[made-with]
+other = "Made with"
+
+[by-freebsd-community]
+other = "by the FreeBSD Community"
+
+[copyright]
+other = "All rights reserved."
+
+# ---------------------------------------------------
+# Articles page
+# ---------------------------------------------------
+[list-desc-articles]
+other = "Explore a comprehensive list of FreeBSD articles."
+
+# ---------------------------------------------------
+# Books page
+# ---------------------------------------------------
+[prev]
+other = "Prev"
+
+[next]
+other = "Next"
+
+[home]
+other = "Home"
+
+[split-html]
+other = "Split HTML"
+
+[single-html]
+other = "Single HTML"
+
+[book-chapters]
+other = "Book chapters"
+
+[book-menu]
+other = "Book menu"
+
+[list-desc-books]
+other = "Explore a comprehensive list of FreeBSD books."
+
+# ---------------------------------------------------
+# Languages page
+# ---------------------------------------------------
+[select-language]
+other = "Select a language"
+
+[current-selection]
+other = "Current selection:"
+
+# ---------------------------------------------------
+# Copyright
+# ---------------------------------------------------
+[freebsd-copyright]
+other = "FreeBSD нь FreeBSD Сангийн бүртгэгдсэн худалдааны тэмдэг юм."
+
+[pam]
+other = "This article was written for the FreeBSD Project by ThinkSec AS and Network Associates Laboratories, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 (“CBOSS”), as part of the DARPA CHATS research program."
+
+[coverity]
+other = "Coverity нь бүртгэгдсэн худалдааны тэмдэг бөгөөд Coverity Extend, Coverity Prevent болон Coverity Prevent SQS нь Coverity Inc-ийн худалдааны тэмдэгнүүд юм."
+
+[ibm]
+other = "IBM, AIX, OS/2, PowerPC, PS/2, S/390, болон ThinkPad нь Америкийн Нэгдсэн Улс болон бусад улсууд дахь International Business Machines корпорацийн худалдааны тэмдэгнүүд юм."
+
+[ieee]
+other = "IEEE, POSIX, болон 802 нь Америкийн Нэгдсэн Улс дахь Institute of Electrical and Electronics Engineers буюу Цахилгаан ба Электроны Инженерүүдийн Сургуулийн бүртгэгдсэн худалдааны тэмдэгнүүд юм."
+
+[redhat]
+other = "Red Hat, RPM, нь Америкийн Нэгдсэн Улс болон бусад улсууд дахь Red Hat, Inc-ийн худалдааны тэмдэгнүүд эсвэл бүртгэгдсэн худалдааны тэмдэгнүүд юм."
+
+[3com]
+other = "3Com болон HomeConnect нь 3Com Корпорацийн бүртгэгдсэн худалдааны тэмдэгнүүд юм."
+
+[amd]
+other = "AMD, AMD Athlon, AMD Opteron, Athlon, Élan, Opteron, болон PCnet нь Advanced Micro Devices, Inc-ийн худалдааны тэмдэгнүүд юм."
+
+[adobe]
+other = "Adobe, Acrobat, Acrobat Reader, болон PostScript нь бүртгэгдсэн худалдааны тэмдэгнүүд эсвэл Adobe Systems Incorporated-ийн Америкийн Нэгдсэн Улс ба/эсвэл бусад улсууд дахь худалдааны тэмдэгнүүд юм."
+
+[apple]
+other = "Apple, AirPort, FireWire, Mac, Macintosh, Mac OS, Quicktime, болон TrueType нь Америкийн Нэгдсэн Улс ба/эсвэл бусад улсуудад бүртгэгдсэн Apple Computer, Inc.-ийн худалдааны тэмдэгнүүд юм."
+
+[git]
+other = "Git and the Git logo are either registered trademarks or trademarks of Software Freedom Conservancy, Inc., corporate home of the Git Project, in the United States and/or other countries."
+
+[github]
+other = "GitHub is a trademark of GitHub Inc., registered in the United States and other countries."
+
+[gitlab]
+other = "GITLAB is a trademark of GitLab Inc. in the United States and other countries and regions."
+
+[intel]
+other = "Intel, Celeron, EtherExpress, i386, i486, Itanium, Pentium, болон Xeon нь Америкийн Нэгдсэн Улс болон бусад улсууд дахь Intel корпораци эсвэл түүний салбаруудын худалдааны тэмдэгнүүд эсвэл бүртгэгдсэн худалдааны тэмдэгнүүд юм."
+
+[linux]
+other = "Линукс нь Линус Торвалдсын бүртгэгдсэн худалдааны тэмдэг юм."
+
+[microsoft]
+other = "Microsoft, IntelliMouse, MS-DOS, Outlook, Windows, Windows Media болон Windows NT нь Америкийн Нэгдсэн Улс ба/эсвэл бусад улсууд дахь Microsoft корпорацийн бүртгэгдсэн худалдааны тэмдэгнүүд эсвэл худалдааны тэмдэгнүүд юм."
+
+[opengroup]
+other = "Motif, OSF/1, болон UNIX нь Америкийн Нэгдсэн Улс болон бусад улсууд дахь The Open Group-ийн бүртгэгдсэн худалдааны тэмдэгнүүд бөгөөд IT DialTone ба The Open Group нь Америкийн Нэгдсэн Улс болон бусад улсууд дахь The Open Group-ийн худалдааны тэмдэгнүүд юм."
+
+[qualcomm]
+other = "QUALCOMM болон Eudora нь QUALCOMM Incorporated-ийн бүртгэгдсэн худалдааны тэмдэгнүүд юм."
+
+[sparc]
+other = "Sparc, Sparc64, болон UltraSPARC нь Америкийн Нэгдсэн Улс болон бусад улсууд дахь SPARC International, Inc-ийн худалдааны тэмдэгнүүд юм. SPARC худалдааны тэмдэгнүүдийг зүүсэн бүтээгдэхүүнүүд нь Sun Microsystems, Inc-ийн хөгжүүлсэн архитектур дээр суурилсан байдаг."
+
+[sun]
+other = "Sun, Sun Microsystems, Java, Java Virtual Machine, JDK, JRE, JSP, JVM, Netra, Solaris, StarOffice, SunOS болон VirtualBox нь Америкийн Нэгдсэн Улс болон бусад улсууд дахь Sun Microsystems, Inc-ийн худалдааны тэмдэгнүүд эсвэл бүртгэгдсэн худалдааны тэмдэгнүүд юм."
+
+[unix]
+other = "UNIX нь АНУ болон бусад улсууд дахь The Open Group-ийн бүртгэгдсэн худалдааны тэмдэг юм."
+
+[netbsd]
+other = "NetBSD нь NetBSD сангийн бүртгэгдсэн худалдааны тэмдэг юм."
+
+[realnetworks]
+other = "RealNetworks, RealPlayer, болон RealAudio нь RealNetworks, Inc.-ийн бүртгэгдсэн худалдааны тэмдэгнүүд юм."
+
+[oracle]
+other = "Oracle нь Oracle корпорацийн бүртгэгдсэн худалдааны тэмдэгнүүд юм."
+
+[3ware]
+other = "3ware болон Escalade нь 3ware Inc-ийн бүртгэгдсэн худалдааны тэмдэгнүүд юм."
+
+[arm]
+other = "ARM нь ARM Limited-ийн бүртгэгдсэн худалдааны тэмдэг юм."
+
+[adaptec]
+other = "Adaptec нь Adaptec, Inc-ийн бүртгэгдсэн худалдааны тэмдэг юм."
+
+[google]
+other = "Android is a trademark of Google Inc."
+
+[heidelberger]
+other = "Heidelberg, Helvetica, Palatino, болон Times Roman нь АНУ болон бусад улсууд дахь Heidelberger Druckmaschinen AG-ийн бүртгэгдсэн худалдааны тэмдэгнүүд, аль эсвэл худалдааны тэмдэгнүүд юм."
+
+[intuit]
+other = "Intuit болон Quicken нь Америкийн Нэгдсэн Улс болон бусад улсууд дахь Intuit Inc. эсвэл түүний аль нэг салбаруудын бүртгэгдсэн тэмдэгнүүд ба/эсвэл бүртгэгдсэн үйлчилгээний тэмдэгнүүд юм."
+
+[lsilogic]
+other = "LSI Logic, AcceleRAID, eXtremeRAID, MegaRAID болон Mylex нь LSI Logic Corp-ийн худалдааны тэмдэгнүүд эсвэл бүртгэгдсэн худалдааны тэмдэгнүүд юм."
+
+[themathworks]
+other = "MATLAB нь The MathWorks, Inc-ийн бүртгэгдсэн худалдааны тэмдэг юм."
+
+[thomson]
+other = "SpeedTouch нь Thomson-ий худалдааны тэмдэг юм."
+
+[vmware]
+other = "VMware нь VMware, Inc-ийн худалдааны тэмдэг юм."
+
+[wolframresearch]
+other = "Mathematica нь Wolfram Research, Inc-ийн бүртгэгдсэн худалдааны тэмдэг юм."
+
+[xiph]
+other = "Ogg Vorbis болон Xiph.Org нь Xiph.Org-ийн худалдааны тэмдэгнүүд юм."
+
+[xfree86]
+other = "XFree86 нь XFree86 Project, Inc-ийн худалдааны тэмдэг юм."
+
+[daemon-news]
+other = "This article was originally published in the January 2000 issue of DaemonNews. This version of the article may include updates from Matt and other authors to reflect changes in FreeBSD's VM implementation."
+
+[general]
+other = "Үйлдвэрлэгчид болон худалдаалагчдын өөрийнхөө бүтээгдэхүүнүүддээ ашигладаг тэмдэгнүүдийн олонхи нь худалдааны тэмдэг гэж хэлэгддэг. Тийм худалдааны тэмдэгнүүд энэ баримтад гарч байх үед, FreeBSD төсөлд худалдааны тэмдэг мэдэгдэж байвал тэмдэгнүүд дээр “™” эсвэл “®” тэмдэгт нэмэгддэг."
diff --git a/website/themes/beastie/i18n/nl.toml b/website/themes/beastie/i18n/nl.toml
--- a/website/themes/beastie/i18n/nl.toml
+++ b/website/themes/beastie/i18n/nl.toml
@@ -1,564 +1,317 @@
+# ---------------------------------------------------
# Global
+# ---------------------------------------------------
[freebsd]
other = "FreeBSD"
-[freebsdProject]
+[freebsd-project]
other = "The FreeBSD Project"
-[freebsdPowerServe]
-other = "FreeBSD The Power to Serve"
-
-[freebsdFoundation]
+[freebsd-foundation]
other = "The FreeBSD Foundation"
-[downloadFreeBSD]
-other = "Download FreeBSD"
-
-[production]
-other = "Production"
+[freebsd-documentation]
+other = "FreeBSD Documentation"
-# Header
-[donate]
-other = "Donate to FreeBSD"
+[freebsd-documentation-main-desc]
+other = "FreeBSD is an operating system used to power modern servers, desktops, and embedded platforms."
-[donateFoundation]
-other = "Donate to the FreeBSD Foundation"
-
-[search]
-other = "Search"
+[global-search-placeholder]
+other = "Search in the articles, books and guides."
-# Navigation
-[home]
-other = "Home"
+[toc]
+other = "Table of Contents"
-[about]
-other = "About"
+[resources]
+other = "Resources"
-[introduction]
-other = "Introduction"
+[download-pdf]
+other = "Download PDF"
-[features]
-other = "Features"
+[edit-page]
+other = "Edit this page"
-[advocacy]
-other = "Advocacy"
+[trademarks]
+other = "trademarks"
-[marketing]
-other = "Marketing"
+[books]
+other = "Books"
-[privacyPolicy]
-other = "Privacy Policy"
+[articles]
+other = "Articles"
-[projects]
-other = "Projects"
+[choose-language]
+other = "Choose language"
-[getFreeBSD]
-other = "Get FreeBSD"
+[last-modified]
+other = "Last modified on"
-[releaseInformation]
-other = "Release Information"
+[by]
+other = "by"
-[releaseEngineering]
-other = "Release Engineering"
+[search]
+other = "Search"
+# ---------------------------------------------------
+# Header
+# ---------------------------------------------------
[documentation]
other = "Documentation"
-[faq]
-other = "FAQ"
-
-[handbook]
-other = "Handbook"
-
-[porterHandbook]
-other = "Porter's Handbook"
-
-[developerHandbook]
-other = "Developer's Handbook"
-
-[manualPages]
-other = "Manual Pages"
-
-[documentationProjectPrimer]
-other = "Documentation Project Primer"
-
-[allBooksArticles]
-other = "All Books and Articles"
-
[community]
other = "Community"
-[mailingLists]
-other = "Mailing Lists"
-
-[forums]
-other = "Forums"
-
-[userGroups]
-other = "User Groups"
-
-[events]
-other = "Events"
-
-[FreeBSDJournal]
-other = "FreeBSD Journal"
+# ---------------------------------------------------
+# Main page
+# ---------------------------------------------------
+[getting-started]
+other = "Getting started"
-[QA]
-other = "Q&A (external)"
+[learn-basics]
+other = "Learn about FreeBSD basics"
-[developers]
-other = "Developers"
+[download]
+other = "Download"
-[projectIdeas]
-other = "Project Ideas"
-
-[gitMirror]
-other = "Git Mirror"
-
-[phabricator]
-other = "Code Review (Phabricator)"
-
-[wiki]
-other = "Wiki"
-
-[CI]
-other = "Continuous Integration Service"
-
-[support]
-other = "Support"
-
-[vendors]
-other = "Vendors"
-
-[securityInformation]
-other = "Security Information"
-
-[bugReports]
-other = "Bug Reports"
-
-[submittingBugReports]
-other = "Submitting Bug Reports"
-
-[foundation]
-other = "Foundation"
-
-[monetaryDonations]
-other = "Monetary Donations"
-
-[hardwareDonations]
-other = "Hardware Donations"
-
-#Main
-[freebsdDescription]
-other = "FreeBSD is an operating system used to power modern servers, desktops, and embedded platforms. A large community has continually developed it for more than thirty years. Its advanced networking, security, and storage features have made FreeBSD the platform of choice for many of the busiest web sites and most pervasive embedded networking and storage devices."
-
-[learnMore]
-other = "Learn More"
-
-[getThe]
-other = "Get the"
-
-[journal]
-other = "FreeBSD Journal"
-
-[25th-logo]
-other = "25th Anniversary Logo"
-
-[supportedReleases]
-other = "Supported Releases"
-
-[supportLifecycle]
-other = "Support Lifecycle"
-
-[upcoming]
-other = "Upcoming"
-
-[newFreeBSD]
-other= "New to FreeBSD?"
-
-[shortcuts]
-other = "Shortcuts"
+[download-freebsd]
+other = "Download FreeBSD"
-[reportingProblems]
-other = "Reporting Problems"
+[handbook]
+other = "FreeBSD Handbook"
-[ports]
-other = "Ports"
+[handbook-desc]
+other = "A constantly evolving, comprehensive resource for FreeBSD users"
-[latestNews]
-other = "LATEST NEWS"
+[porters-handbook]
+other = "FreeBSD Porter's Handbook"
-[upcomingEvents]
-other = "UPCOMING EVENTS"
+[porters-handbook-desc]
+other = "A complete reference about the FreeBSD ports system"
-[press]
-other = "PRESS"
+[faq]
+other = "FreeBSD FAQ"
-[securityAdvisories]
-other = "SECURITY ADVISORIES"
+[faq-desc]
+other = "FreeBSD frequently Asked Questions (FAQ) for 13.X and 12.X"
-[errataNotices]
-other = "ERRATA NOTICES"
+[fdp]
+other = "Documentation Project Primer"
-[more]
-other = "More"
+[fdp-desc]
+other = "A complete guide about how to start contributing to the documentation"
-[rssNews]
-other = "News RSS Feed"
+[books-list]
+other = "List of FreeBSD books"
-[rssSecurity]
-other = "Security Advisories and Errata Notices RSS Feed"
+[articles-list]
+other = "List of FreeBSD articles"
-#404
-[notFoundTitle]
-other = "We konden die pagina die u opvroeg niet vinden."
+[manual-pages]
+other = "Manual pages"
-[notFoundDesc]
-other = "Probeert u uw verzoek nogmaals, gebruik een van de verwijzingen in het navigatiemenu of gebruik het zoekvak bovenin de pagina."
+[manual-pages-desc]
+other = "FreeBSD Manual Pages"
+# ---------------------------------------------------
# Footer
-[copyright]
-other = "All rights reserved."
+# ---------------------------------------------------
+[system]
+other = "System"
-[trademark]
-other = "The mark FreeBSD is a registered trademark of The FreeBSD Foundation and is used by The FreeBSD Project with the permission of"
+[light]
+other = "Light"
-[contact]
-other = "Contact"
+[dark]
+other = "Dark"
-[legalNotices]
-other = "Legal Notices"
+[high-contrast]
+other = "High contrast"
-# Ports form
-[ports-search]
-other = "Search ports for:"
+[previous-versions]
+other = "Previous versions"
-[all]
-other = "All"
+[4-4bsd-documents]
+other = "4.4BSD Documents"
-[package-name]
-other = "Package Name"
-
-[description]
-other = "Description"
-
-[long-description]
-other = "Long description"
-
-[maintainer]
-other = "Maintainer"
-
-[requires]
-other = "Requires"
-
-[submit]
-other = "Submit"
-
-# Months
-[1]
-other = "January"
-
-[2]
-other = "February"
-
-[3]
-other = "March"
-
-[4]
-other = "April"
-
-[5]
-other = "May"
-
-[6]
-other = "June"
-
-[7]
-other = "July"
-
-[8]
-other = "August"
-
-[9]
-other = "September"
-
-[10]
-other = "October"
-
-[11]
-other = "November"
-
-[12]
-other = "December"
-
-# Security section
-[data]
-other = "Data"
-
-[errataNoticeName]
-other = "Errata Notice name"
-
-[advisoryName]
-other = "Advisory name"
-
-# Events section
-[currentEvents]
-other = "Current/Upcoming Events:"
-
-[pastEvents]
-other = "Past Events:"
-
-[upcomingFreeBSDEvents]
-other = "Upcoming FreeBSD Events"
-
-# Continents, countries
-[europe]
-other = "Europe"
-
-[africa]
-other = "Africa"
-
-[australia]
-other = "Australia"
-
-[newZealand]
-other = "New Zealand"
-
-[northAmerica]
-other = "North America"
-
-[asia]
-other = "Asia"
-
-[southAmerica]
-other = "South America"
-
-[oceania]
-other = "Oceania"
-
-[global]
-other = "Global"
-
-# Commercial software
-[databases]
-other = "Databases"
-
-[developmentTools]
-other = "Development Tools"
-
-[ecommerce]
-other = "E-Commerce Solutions and Tools"
-
-[email]
-other = "Electronic Mail Software"
-
-[misc]
-other = "Miscellaneous"
-
-[network]
-other = "Network Systems and Applications"
-
-[scientific]
-other = "Scientific and Language Tools"
-
-[security]
-other = "Security"
-
-[isp]
-other = "System Administration / ISP"
-
-# sidenav
-[applications]
-other = "Applications"
-
-[administration]
-other = "Administration"
-
-[news]
-other = "News"
-
-[pressSidenav]
-other = "Press"
-
-[multimedia]
-other = "Multimedia"
-
-[art]
-other = "Artwork"
+[about]
+other = "About"
-[logo]
-other = "Logo"
+[legal]
+other = "Legal"
[donations]
other = "Donations"
-[privacy]
-other = "Privacy Policy"
+[legal-notices]
+other = "Legal notices"
-[mailinglists]
-other = "Mailing Lists"
+[made-with]
+other = "Made with"
-[newsgroups]
-other = "Newsgroups"
+[by-freebsd-community]
+other = "by the FreeBSD Community"
-[usergroups]
-other = "User Groups"
-
-[sourceCodeRepositories]
-other = "Source code repositories"
-
-[releng]
-other = "Release Engineering"
-
-[platforms]
-other = "Platforms"
+[copyright]
+other = "All rights reserved."
-[ideas]
-other = "Project Ideas"
+# ---------------------------------------------------
+# Articles page
+# ---------------------------------------------------
+[list-desc-articles]
+other = "Explore a comprehensive list of FreeBSD articles."
-[contributing]
-other = "Contributing"
+# ---------------------------------------------------
+# Books page
+# ---------------------------------------------------
+[prev]
+other = "Prev"
-[FAQ]
-other = "FAQ"
+[next]
+other = "Next"
-[man]
-other = "Manual Pages"
+[home]
+other = "Home"
-[papers]
-other = "Presentations and Papers"
+[split-html]
+other = "Split HTML"
-[booksArticles]
-other = "Books and Articles Online"
+[single-html]
+other = "Single HTML"
-[publications]
-other = "Publications"
+[book-chapters]
+other = "Book chapters"
-[newbies]
-other = "For Newbies"
+[book-menu]
+other = "Book menu"
-[docproj]
-other = "Documentation Project"
+[list-desc-books]
+other = "Explore a comprehensive list of FreeBSD books."
-[archive]
-other = "Archive"
+# ---------------------------------------------------
+# Languages page
+# ---------------------------------------------------
+[select-language]
+other = "Select a language"
-[releases]
-other = "Release Information"
+[current-selection]
+other = "Current selection:"
-[productionRelease]
-other = "Production Release"
+# ---------------------------------------------------
+# Copyright
+# ---------------------------------------------------
+[freebsd-copyright]
+other = "FreeBSD is een geregistreerd handelsmerk van de FreeBSD Foundation."
-[upcomingRelease]
-other = "Upcoming Release"
+[pam]
+other = "This article was written for the FreeBSD Project by ThinkSec AS and Network Associates Laboratories, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 (“CBOSS”), as part of the DARPA CHATS research program."
-[snapshotReleases]
-other = "Snapshot Releases"
+[coverity]
+other = "Coverity is een geregistreerd handelsmerk; Coverity Extend, Coverity Prevent en Coverity Prevent SQS zijn handelsmerken van Coverity, Inc."
-[portedApplications]
-other = "Ported Applications"
+[ibm]
+other = "IBM, AIX, OS/2, PowerPC, PS/2, S/390, en ThinkPad zijn handelsmerken van International Business Machines Corporation in de Verenigde Staten, andere landen, of beide."
-[gnome]
-other = "GNOME"
+[ieee]
+other = "IEEE, POSIX, en 802 zijn geregistreerde handelsmerken van Institute of Electrical and Electronics Engineers, Inc. in de Verenigde Staten."
-[installationInstructions]
-other = "Installation Instructions"
+[redhat]
+other = "Red Hat, RPM, zijn handelsmerken of geregistreerde handelsmerken van Red Hat, Inc. in de Verenigde Staten en andere landen."
-[upgradeInstructions]
-other = "Upgrade Instructions"
+[3com]
+other = "3Com en HomeConnect zijn geregistreerde handelsmerken van 3Com Corporation."
-[availableApplications]
-other = "Available Applications"
+[amd]
+other = "AMD, AMD Athlon, AMD Opteron, Athlon, Élan, Opteron, en PCnet zijn handelsmerken van Advanced Micro Devices, Inc."
-[howHelp]
-other = "How to Help"
+[adobe]
+other = "Adobe, Acrobat, Acrobat Reader, en PostScript zijn òfwel geregistreerde handelsmerken òf handelsmerken van Adobe Systems Incorporated in de Verenigde Staten en/of andere landen."
-[reportingBug]
-other = "Reporting a Bug"
+[apple]
+other = "Apple, AirPort, FireWire, Mac, Macintosh, Mac OS, Quicktime, en TrueType zijn handelsmerken van Apple Computer, Inc., geregistreerd in de Verenigde Staten en andere landen."
-[screenshots]
-other = "Screenshots"
+[git]
+other = "Git and the Git logo are either registered trademarks or trademarks of Software Freedom Conservancy, Inc., corporate home of the Git Project, in the United States and/or other countries."
-[contactUs]
-other = "Contact Us"
+[github]
+other = "GitHub is a trademark of GitHub Inc., registered in the United States and other countries."
-[HALFAQ]
-other = "HAL FAQ"
+[gitlab]
+other = "GITLAB is a trademark of GitLab Inc. in the United States and other countries and regions."
-[upgradeFAQ]
-other = "2.30 to 2.32 Upgrade FAQ"
+[intel]
+other = "Intel, Celeron, EtherExpress, i386, i486, Itanium, Pentium, en Xeon zijn handelsmerken of geregistreerde handelsmerken van Intel Corporation of haar dochterondernemingen in de Verenigde Staten en andere landen."
-[developmentBranchFAQ]
-other = "Development Branch FAQ"
+[linux]
+other = "Linux is een geregistreerd handelsmerk van Linus Torvalds."
-[creatingPorts]
-other = "Creating Ports"
+[microsoft]
+other = "Microsoft, IntelliMouse, MS-DOS, Outlook, Windows, Windows Media en Windows NT zijn òfwel geregistreerde handelsmerken òf handelsmerken van Microsoft Corporation in de Verenigde Staten en/of andere landen."
-[knownIssues]
-other = "Known Issues"
+[opengroup]
+other = "Motif, OSF/1, en UNIX zijn geregistreerde handelsmerken en IT DialTone en The Open Group zijn handelsmerken van The Open Group in de Verenigde Staten en andere landen."
-[aboutPorts]
-other = "About ports"
+[qualcomm]
+other = "QUALCOMM en Eudora zijn geregistreerde handelsmerken van QUALCOMM Incorporated."
-[installing]
-other = "Installing"
+[sparc]
+other = "SPARC, SPARC64, en UltraSPARC zijn handelsmerken van SPARC International, Inc. in de Verenigde Staten en andere landen. SPARC International, Inc. bezit alle handelsmerken van SPARC en staat onder licentie het juiste gebruik van deze handelsmerken toe door zijn leden."
-[updating]
-other = "Updating"
+[sun]
+other = "Sun, Sun Microsystems, Java, Java Virtual Machine, JDK, JRE, JSP, JVM, Netra, OpenJDK, Solaris, StarOffice, SunOS en VirtualBox zijn handelsmerken of geregistreerde handelsmerken van Sun Microsystems, Inc. in de Verenigde Staten en andere landen."
-[searching]
-other = "Searching"
+[unix]
+other = "UNIX is een geregistreerd handelsmerk van The Open Group in de Verenigde Staten en andere landen."
-[categories]
-other = "Categories"
+[netbsd]
+other = "NetBSD is een geregistreerd handelsmerk van de NetBSD Foundation."
-[alphabetically]
-other = "listed alphabetically"
+[realnetworks]
+other = "RealNetworks, RealPlayer, en RealAudio zijn de geregistreerde handelsmerken van RealNetworks, Inc."
-[logicalGroup]
-other = "listed by logical group"
+[oracle]
+other = "Oracle is een geregistreerd handelsmerk van Oracle Corporation."
-[allPorts]
-other = "List of All Ports"
+[3ware]
+other = "3ware en Escalade zijn geregistreerde handelsmerken van 3ware Inc."
-[moreInformation]
-other = "For More Information"
+[arm]
+other = "ARM is een geregistreerd handelsmerk van ARM Limited."
-[software]
-other = "Software"
+[adaptec]
+other = "Adaptec is een geregistreerd handelsmerk van Adaptec, Inc."
-[hardware]
-other = "Hardware"
+[google]
+other = "Android is a trademark of Google Inc."
-[consulting]
-other = "Consulting"
+[heidelberger]
+other = "Heidelberg, Helvetica, Palatino, en Times Roman zijn òfwel geregistreerde handelsmerken òf handelsmerken van Heidelberger Druckmaschinen AG in de Verenigde Staten en andere landen."
-[ispCommercial]
-other = "Internet Service Providers"
+[intuit]
+other = "Intuit en Quicken zijn geregistreerde handelsmerken en/of geregistreerde dienstmerken van Intuit Inc., of een van haar dochterondernemingen, in de Verenigde Staten en andere landen."
-[securityInfo]
-other = "Security Information"
+[lsilogic]
+other = "LSI Logic, AcceleRAID, eXtremeRAID, MegaRAID en Mylex zijn handelsmerken of geregistreerde handelsmerken van LSI Logic Corp."
-[advisories]
-other = "Advisories"
+[themathworks]
+other = "MATLAB is een geregistreerd handelsmerk van The MathWorks, Inc."
-[errataNoticesSidenav]
-other = "Errata Notices"
+[thomson]
+other = "SpeedTouch is een handelsmerk van Thomson."
-[unsupportedReleases]
-other = "Unsupported Releases"
+[vmware]
+other = "VMware is een handelsmerk van VMware, Inc."
-[readSecurityAdvisories]
-other = "How to read FreeBSD Security Advisories"
+[wolframresearch]
+other = "Mathematica is een geregistreerd handelsmerk van Wolfram Research, Inc."
-[charterSecurityOfficerTeam]
-other = "Charter for the Security Officer and Team"
+[xiph]
+other = "Ogg Vorbis en Xiph.Org zijn handelsmerken van Xiph.Org."
-[bugreports]
-other = "Bug Reports"
+[xfree86]
+other = "XFree86 is een handelsmerk van The XFree86 Project, Inc."
-[submitPR]
-other = "Submit a Problem Report"
+[daemon-news]
+other = "This article was originally published in the January 2000 issue of DaemonNews. This version of the article may include updates from Matt and other authors to reflect changes in FreeBSD's VM implementation."
-[webresources]
-other = "Web Resources"
+[general]
+other = "Veel van de termen die door fabrikanten en verkopers worden gebruikt om hun producten te onderscheiden worden geclaimd als handelsmerk. Op de plaatsen waar deze handelsmerken in dit document voorkomen, en het &os; Project op de hoogte was van de claim op het handelsmerk, worden de termen gevolgd door het symbool “™” of het symbool “®”."
diff --git a/website/themes/beastie/i18n/pl.toml b/website/themes/beastie/i18n/pl.toml
new file mode 100644
--- /dev/null
+++ b/website/themes/beastie/i18n/pl.toml
@@ -0,0 +1,317 @@
+# ---------------------------------------------------
+# Global
+# ---------------------------------------------------
+[freebsd]
+other = "FreeBSD"
+
+[freebsd-project]
+other = "The FreeBSD Project"
+
+[freebsd-foundation]
+other = "The FreeBSD Foundation"
+
+[freebsd-documentation]
+other = "FreeBSD Documentation"
+
+[freebsd-documentation-main-desc]
+other = "FreeBSD is an operating system used to power modern servers, desktops, and embedded platforms."
+
+[global-search-placeholder]
+other = "Search in the articles, books and guides."
+
+[toc]
+other = "Table of Contents"
+
+[resources]
+other = "Resources"
+
+[download-pdf]
+other = "Download PDF"
+
+[edit-page]
+other = "Edit this page"
+
+[trademarks]
+other = "trademarks"
+
+[books]
+other = "Books"
+
+[articles]
+other = "Articles"
+
+[choose-language]
+other = "Choose language"
+
+[last-modified]
+other = "Last modified on"
+
+[by]
+other = "by"
+
+[search]
+other = "Search"
+
+# ---------------------------------------------------
+# Header
+# ---------------------------------------------------
+[documentation]
+other = "Documentation"
+
+[community]
+other = "Community"
+
+# ---------------------------------------------------
+# Main page
+# ---------------------------------------------------
+[getting-started]
+other = "Getting started"
+
+[learn-basics]
+other = "Learn about FreeBSD basics"
+
+[download]
+other = "Download"
+
+[download-freebsd]
+other = "Download FreeBSD"
+
+[handbook]
+other = "FreeBSD Handbook"
+
+[handbook-desc]
+other = "A constantly evolving, comprehensive resource for FreeBSD users"
+
+[porters-handbook]
+other = "FreeBSD Porter's Handbook"
+
+[porters-handbook-desc]
+other = "A complete reference about the FreeBSD ports system"
+
+[faq]
+other = "FreeBSD FAQ"
+
+[faq-desc]
+other = "FreeBSD frequently Asked Questions (FAQ) for 13.X and 12.X"
+
+[fdp]
+other = "Documentation Project Primer"
+
+[fdp-desc]
+other = "A complete guide about how to start contributing to the documentation"
+
+[books-list]
+other = "List of FreeBSD books"
+
+[articles-list]
+other = "List of FreeBSD articles"
+
+[manual-pages]
+other = "Manual pages"
+
+[manual-pages-desc]
+other = "FreeBSD Manual Pages"
+
+# ---------------------------------------------------
+# Footer
+# ---------------------------------------------------
+[system]
+other = "System"
+
+[light]
+other = "Light"
+
+[dark]
+other = "Dark"
+
+[high-contrast]
+other = "High contrast"
+
+[previous-versions]
+other = "Previous versions"
+
+[4-4bsd-documents]
+other = "4.4BSD Documents"
+
+[about]
+other = "About"
+
+[legal]
+other = "Legal"
+
+[donations]
+other = "Donations"
+
+[legal-notices]
+other = "Legal notices"
+
+[made-with]
+other = "Made with"
+
+[by-freebsd-community]
+other = "by the FreeBSD Community"
+
+[copyright]
+other = "All rights reserved."
+
+# ---------------------------------------------------
+# Articles page
+# ---------------------------------------------------
+[list-desc-articles]
+other = "Explore a comprehensive list of FreeBSD articles."
+
+# ---------------------------------------------------
+# Books page
+# ---------------------------------------------------
+[prev]
+other = "Prev"
+
+[next]
+other = "Next"
+
+[home]
+other = "Home"
+
+[split-html]
+other = "Split HTML"
+
+[single-html]
+other = "Single HTML"
+
+[book-chapters]
+other = "Book chapters"
+
+[book-menu]
+other = "Book menu"
+
+[list-desc-books]
+other = "Explore a comprehensive list of FreeBSD books."
+
+# ---------------------------------------------------
+# Languages page
+# ---------------------------------------------------
+[select-language]
+other = "Select a language"
+
+[current-selection]
+other = "Current selection:"
+
+# ---------------------------------------------------
+# Copyright
+# ---------------------------------------------------
+[freebsd-copyright]
+other = "FreeBSD is a registered trademark of the FreeBSD Foundation."
+
+[pam]
+other = "This article was written for the FreeBSD Project by ThinkSec AS and Network Associates Laboratories, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 (“CBOSS”), as part of the DARPA CHATS research program."
+
+[coverity]
+other = "Coverity is a registered trademark; Coverity Extend, Coverity Prevent and Coverity Prevent SQS are trademarks of Coverity, Inc."
+
+[ibm]
+other = "IBM, AIX, OS/2, PowerPC, PS/2, S/390, and ThinkPad are trademarks of International Business Machines Corporation in the United States, other countries, or both."
+
+[ieee]
+other = "IEEE, POSIX, and 802 are registered trademarks of Institute of Electrical and Electronics Engineers, Inc. in the United States."
+
+[redhat]
+other = "Red Hat, RPM, are trademarks or registered trademarks of Red Hat, Inc. in the United States and other countries."
+
+[3com]
+other = "3Com and HomeConnect are registered trademarks of 3Com Corporation."
+
+[amd]
+other = "AMD, AMD Athlon, AMD Opteron, AMD Phenom, AMD Sempron, AMD Turion, Athlon, Élan, Opteron, and PCnet are trademarks of Advanced Micro Devices, Inc."
+
+[adobe]
+other = "Adobe, Acrobat, Acrobat Reader, Flash and PostScript are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries."
+
+[apple]
+other = "Apple, AirPort, FireWire, iMac, iPhone, iPad, Mac, Macintosh, Mac OS, Quicktime, and TrueType are trademarks of Apple Inc., registered in the U.S. and other countries."
+
+[git]
+other = "Git and the Git logo are either registered trademarks or trademarks of Software Freedom Conservancy, Inc., corporate home of the Git Project, in the United States and/or other countries."
+
+[github]
+other = "GitHub is a trademark of GitHub Inc., registered in the United States and other countries."
+
+[gitlab]
+other = "GITLAB is a trademark of GitLab Inc. in the United States and other countries and regions."
+
+[intel]
+other = "Intel, Celeron, Centrino, Core, EtherExpress, i386, i486, Itanium, Pentium, and Xeon are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries."
+
+[linux]
+other = "Linux is a registered trademark of Linus Torvalds."
+
+[microsoft]
+other = "Microsoft, IntelliMouse, MS-DOS, Outlook, Windows, Windows Media and Windows NT are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries."
+
+[opengroup]
+other = "Motif, OSF/1, and UNIX are registered trademarks and IT DialTone and The Open Group are trademarks of The Open Group in the United States and other countries."
+
+[qualcomm]
+other = "QUALCOMM and Eudora are registered trademarks of QUALCOMM Incorporated."
+
+[sparc]
+other = "SPARC, SPARC64, and UltraSPARC are trademarks of SPARC International, Inc in the United States and other countries. SPARC International, Inc owns all of the SPARC trademarks and under licensing agreements allows the proper use of these trademarks by its members."
+
+[sun]
+other = "Sun, Sun Microsystems, Java, Java Virtual Machine, JDK, JRE, JSP, JVM, Netra, OpenJDK, Solaris, StarOffice, SunOS and VirtualBox are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries."
+
+[unix]
+other = "UNIX is a registered trademark of The Open Group in the United States and other countries."
+
+[netbsd]
+other = "NetBSD is a registered trademark of the NetBSD Foundation."
+
+[realnetworks]
+other = "RealNetworks, RealPlayer, and RealAudio are the registered trademarks of RealNetworks, Inc."
+
+[oracle]
+other = "Oracle is a registered trademark of Oracle Corporation."
+
+[3ware]
+other = "3ware is a registered trademark of 3ware Inc."
+
+[arm]
+other = "ARM is a registered trademark of ARM Limited."
+
+[adaptec]
+other = "Adaptec is a registered trademark of Adaptec, Inc."
+
+[google]
+other = "Android is a trademark of Google Inc."
+
+[heidelberger]
+other = "Heidelberg, Helvetica, Palatino, and Times Roman are either registered trademarks or trademarks of Heidelberger Druckmaschinen AG in the U.S. and other countries."
+
+[intuit]
+other = "Intuit and Quicken are registered trademarks and/or registered service marks of Intuit Inc., or one of its subsidiaries, in the United States and other countries."
+
+[lsilogic]
+other = "LSI Logic, AcceleRAID, eXtremeRAID, MegaRAID and Mylex are trademarks or registered trademarks of LSI Logic Corp."
+
+[themathworks]
+other = "MATLAB is a registered trademark of The MathWorks, Inc."
+
+[thomson]
+other = "SpeedTouch is a trademark of Thomson."
+
+[vmware]
+other = "VMware is a trademark of VMware, Inc."
+
+[wolframresearch]
+other = "Mathematica is a registered trademark of Wolfram Research, Inc."
+
+[xiph]
+other = "Ogg Vorbis and Xiph.Org are trademarks of Xiph.Org."
+
+[xfree86]
+other = "XFree86 is a trademark of The XFree86 Project, Inc."
+
+[daemon-news]
+other = "This article was originally published in the January 2000 issue of DaemonNews. This version of the article may include updates from Matt and other authors to reflect changes in FreeBSD's VM implementation."
+
+[general]
+other = "Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this document, and the FreeBSD Project was aware of the trademark claim, the designations have been followed by the “™” or the “®” symbol."
diff --git a/website/themes/beastie/i18n/pt-br.toml b/website/themes/beastie/i18n/pt-br.toml
new file mode 100644
--- /dev/null
+++ b/website/themes/beastie/i18n/pt-br.toml
@@ -0,0 +1,323 @@
+# ---------------------------------------------------
+# Global
+# ---------------------------------------------------
+[freebsd]
+other = "FreeBSD"
+
+[freebsd-project]
+other = "O Projeto FreeBSD"
+
+[freebsd-foundation]
+other = "A Fundação FreeBSD"
+
+[freebsd-documentation]
+other = "Documentação do FreeBSD"
+
+[freebsd-documentation-main-desc]
+other = "O FreeBSD é um sistema operacional usado para servidores modernos, desktops e plataformas embarcadas."
+
+[global-search-placeholder]
+other = "Pesquise nos artigos, livros e guias."
+
+[toc]
+other = "Índice"
+
+[resources]
+other = "Recursos"
+
+[download-pdf]
+other = "Download PDF"
+
+[edit-page]
+other = "Edite essa página"
+
+[trademarks]
+other = "trademarks"
+
+[books]
+other = "Livros"
+
+[articles]
+other = "Artigos"
+
+[choose-language]
+other = "Escolha o idioma"
+
+[last-modified]
+other = "Última alteração em"
+
+[by]
+other = "por"
+
+[search]
+other = "Pesquisar"
+
+[stale-warning-message]
+other = "Esta tradução pode estar desatualizada. Para ajudar com as traduções, acesse a"
+
+[translation-instance]
+other = "ferramenta de traduções do FreeBSD"
+
+# ---------------------------------------------------
+# Header
+# ---------------------------------------------------
+[documentation]
+other = "Documentação"
+
+[community]
+other = "Comunidade"
+
+# ---------------------------------------------------
+# Main page
+# ---------------------------------------------------
+[getting-started]
+other = "Primeiros passos"
+
+[learn-basics]
+other = "Aprenda sobre os fundamentos do FreeBSD"
+
+[download]
+other = "Download"
+
+[download-freebsd]
+other = "Baixe o FreeBSD"
+
+[handbook]
+other = "FreeBSD Handbook"
+
+[handbook-desc]
+other = "Um recurso abrangente e em constante evolução para usuários do FreeBSD"
+
+[porters-handbook]
+other = "FreeBSD Porter's Handbook"
+
+[porters-handbook-desc]
+other = "Uma referência completa sobre o sistema de ports do FreeBSD"
+
+[faq]
+other = "FreeBSD FAQ"
+
+[faq-desc]
+other = "Perguntas Frequentes (FAQ) para o FreeBSD 13.X e 12.X"
+
+[fdp]
+other = "Primer do Projeto de Documentação"
+
+[fdp-desc]
+other = "Um guia completo sobre como começar a contribuir com a documentação"
+
+[books-list]
+other = "Lista de livros do FreeBSD"
+
+[articles-list]
+other = "Lista de artigos do FreeBSD"
+
+[manual-pages]
+other = "Páginas de Manual"
+
+[manual-pages-desc]
+other = "Páginas de Manual do FreeBSD"
+
+# ---------------------------------------------------
+# Footer
+# ---------------------------------------------------
+[system]
+other = "System"
+
+[light]
+other = "Light"
+
+[dark]
+other = "Dark"
+
+[high-contrast]
+other = "Alto contraste"
+
+[previous-versions]
+other = "Versões anteriores"
+
+[4-4bsd-documents]
+other = "Documentos 4.4BSD"
+
+[about]
+other = "Sobre"
+
+[legal]
+other = "Legal"
+
+[donations]
+other = "Doações"
+
+[legal-notices]
+other = "Informações legais e Copyright"
+
+[made-with]
+other = "Made with"
+
+[by-freebsd-community]
+other = "by the FreeBSD Community"
+
+[copyright]
+other = "Todos os direitos reservados."
+
+# ---------------------------------------------------
+# Articles page
+# ---------------------------------------------------
+[list-desc-articles]
+other = "Explore uma lista abrangente de artigos do FreeBSD."
+
+# ---------------------------------------------------
+# Books page
+# ---------------------------------------------------
+[prev]
+other = "Anterior"
+
+[next]
+other = "Próximo"
+
+[home]
+other = "Início"
+
+[split-html]
+other = "HTML dividido"
+
+[single-html]
+other = "HTML único"
+
+[book-chapters]
+other = "Capítulos"
+
+[book-menu]
+other = "Menu"
+
+[list-desc-books]
+other = "Explore uma lista abrangente de livros do FreeBSD."
+
+# ---------------------------------------------------
+# Languages page
+# ---------------------------------------------------
+[select-language]
+other = "Selecione um idioma"
+
+[current-selection]
+other = "Seleção atual:"
+
+# ---------------------------------------------------
+# Copyright
+# ---------------------------------------------------
+[freebsd-copyright]
+other = "FreeBSD is a registered trademark of the FreeBSD Foundation."
+
+[pam]
+other = "This article was written for the FreeBSD Project by ThinkSec AS and Network Associates Laboratories, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 (“CBOSS”), as part of the DARPA CHATS research program."
+
+[coverity]
+other = "Coverity is a registered trademark; Coverity Extend, Coverity Prevent and Coverity Prevent SQS are trademarks of Coverity, Inc."
+
+[ibm]
+other = "IBM, AIX, OS/2, PowerPC, PS/2, S/390, and ThinkPad are trademarks of International Business Machines Corporation in the United States, other countries, or both."
+
+[ieee]
+other = "IEEE, POSIX, and 802 are registered trademarks of Institute of Electrical and Electronics Engineers, Inc. in the United States."
+
+[redhat]
+other = "Red Hat, RPM, are trademarks or registered trademarks of Red Hat, Inc. in the United States and other countries."
+
+[3com]
+other = "3Com and HomeConnect are registered trademarks of 3Com Corporation."
+
+[amd]
+other = "AMD, AMD Athlon, AMD Opteron, AMD Phenom, AMD Sempron, AMD Turion, Athlon, Élan, Opteron, and PCnet are trademarks of Advanced Micro Devices, Inc."
+
+[adobe]
+other = "Adobe, Acrobat, Acrobat Reader, Flash and PostScript are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries."
+
+[apple]
+other = "Apple, AirPort, FireWire, iMac, iPhone, iPad, Mac, Macintosh, Mac OS, Quicktime, and TrueType are trademarks of Apple Inc., registered in the U.S. and other countries."
+
+[git]
+other = "Git and the Git logo are either registered trademarks or trademarks of Software Freedom Conservancy, Inc., corporate home of the Git Project, in the United States and/or other countries."
+
+[github]
+other = "GitHub is a trademark of GitHub Inc., registered in the United States and other countries."
+
+[gitlab]
+other = "GITLAB is a trademark of GitLab Inc. in the United States and other countries and regions."
+
+[intel]
+other = "Intel, Celeron, Centrino, Core, EtherExpress, i386, i486, Itanium, Pentium, and Xeon are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries."
+
+[linux]
+other = "Linux is a registered trademark of Linus Torvalds."
+
+[microsoft]
+other = "Microsoft, IntelliMouse, MS-DOS, Outlook, Windows, Windows Media and Windows NT are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries."
+
+[opengroup]
+other = "Motif, OSF/1, and UNIX are registered trademarks and IT DialTone and The Open Group are trademarks of The Open Group in the United States and other countries."
+
+[qualcomm]
+other = "QUALCOMM and Eudora are registered trademarks of QUALCOMM Incorporated."
+
+[sparc]
+other = "SPARC, SPARC64, and UltraSPARC are trademarks of SPARC International, Inc in the United States and other countries. SPARC International, Inc owns all of the SPARC trademarks and under licensing agreements allows the proper use of these trademarks by its members."
+
+[sun]
+other = "Sun, Sun Microsystems, Java, Java Virtual Machine, JDK, JRE, JSP, JVM, Netra, OpenJDK, Solaris, StarOffice, SunOS and VirtualBox are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries."
+
+[unix]
+other = "UNIX is a registered trademark of The Open Group in the United States and other countries."
+
+[netbsd]
+other = "NetBSD is a registered trademark of the NetBSD Foundation."
+
+[realnetworks]
+other = "RealNetworks, RealPlayer, and RealAudio are the registered trademarks of RealNetworks, Inc."
+
+[oracle]
+other = "Oracle is a registered trademark of Oracle Corporation."
+
+[3ware]
+other = "3ware is a registered trademark of 3ware Inc."
+
+[arm]
+other = "ARM is a registered trademark of ARM Limited."
+
+[adaptec]
+other = "Adaptec is a registered trademark of Adaptec, Inc."
+
+[google]
+other = "Android is a trademark of Google Inc."
+
+[heidelberger]
+other = "Heidelberg, Helvetica, Palatino, and Times Roman are either registered trademarks or trademarks of Heidelberger Druckmaschinen AG in the U.S. and other countries."
+
+[intuit]
+other = "Intuit and Quicken are registered trademarks and/or registered service marks of Intuit Inc., or one of its subsidiaries, in the United States and other countries."
+
+[lsilogic]
+other = "LSI Logic, AcceleRAID, eXtremeRAID, MegaRAID and Mylex are trademarks or registered trademarks of LSI Logic Corp."
+
+[themathworks]
+other = "MATLAB is a registered trademark of The MathWorks, Inc."
+
+[thomson]
+other = "SpeedTouch is a trademark of Thomson."
+
+[vmware]
+other = "VMware is a trademark of VMware, Inc."
+
+[wolframresearch]
+other = "Mathematica is a registered trademark of Wolfram Research, Inc."
+
+[xiph]
+other = "Ogg Vorbis and Xiph.Org are trademarks of Xiph.Org."
+
+[xfree86]
+other = "XFree86 is a trademark of The XFree86 Project, Inc."
+
+[daemon-news]
+other = "This article was originally published in the January 2000 issue of DaemonNews. This version of the article may include updates from Matt and other authors to reflect changes in FreeBSD's VM implementation."
+
+[general]
+other = "Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this document, and the FreeBSD Project was aware of the trademark claim, the designations have been followed by the “™” or the “®” symbol."
diff --git a/website/themes/beastie/i18n/ru.toml b/website/themes/beastie/i18n/ru.toml
--- a/website/themes/beastie/i18n/ru.toml
+++ b/website/themes/beastie/i18n/ru.toml
@@ -1,9 +1,492 @@
-# Original EN revision (24.07.2022): 41a39b1b9049a17b2a63c59e07d7adee5a362cc2
-
-# Глобальные
+#
+# The FreeBSD Russian Documentation Project
+#
+# Original EN revision (14.07.2023): fbf328b48f749b62f2166771e94b5cd0664dd52d
+#
+
+# ---------------------------------------------------
+# Глобальные значения
+# ---------------------------------------------------
[freebsd]
other = "FreeBSD"
+[freebsd-project]
+other = "Проект FreeBSD"
+
+[freebsd-foundation]
+other = "Фонд FreeBSD"
+
+[freebsd-documentation]
+other = "Документация FreeBSD"
+
+[freebsd-documentation-main-desc]
+other = "FreeBSD - это операционная система, обеспечивающая работу современных серверов, настольных компьютеров и встраиваемых платформ."
+
+[global-search-placeholder]
+other = "Поиск в статьях, книгах и руководствах."
+
+[toc]
+other = "Содержание"
+
+[resources]
+other = "Материалы"
+
+[download-pdf]
+other = "Скачать PDF"
+
+[edit-page]
+other = "Редактировать эту страницу"
+
+[trademarks]
+other = "товарные знаки"
+
+[books]
+other = "Книги"
+
+[articles]
+other = "Статьи"
+
+[choose-language]
+other = "Выберите язык"
+
+[last-modified]
+other = "Изменено"
+
+[by]
+other = "by"
+
+[search]
+other = "Поиск"
+
+[stale-warning-message]
+other = "Этот перевод может быть устаревшим. Для того, чтобы помочь с переводом, пожалуйста, обратитесь к"
+
+[translation-instance]
+other = "Сервер переводов FreeBSD"
+
+# ---------------------------------------------------
+# Верхний колонтитул
+# ---------------------------------------------------
+[documentation]
+other = "Документация"
+
+[community]
+other = "Сообщество"
+
+[h-about]
+other = "О нас"
+
+[h-freebsd]
+other = "FreeBSD"
+
+[h-freebsd-foundation]
+other = "Фонд FreeBSD"
+
+[h-code-of-conduct]
+other = "Кодекс Этики"
+
+[h-get-freebsd]
+other = "Получить FreeBSD"
+
+[h-release-information]
+other = "Информация о релизах"
+
+[h-release-engineering]
+other = "Подготовка релизов"
+
+[h-security-advisories]
+other = "Бюллетени Безопасности"
+
+[h-documentation]
+other = "Документация"
+
+[h-documentation-portal]
+other = "Портал документации"
+
+[h-freebsd-handbook]
+other = "Руководство"
+
+[h-porter-handbook]
+other = "Руководство по созданию портов"
+
+[h-documentation-handbook]
+other = "Учебник Проекта Документирования"
+
+[h-manual-pages]
+other = "Страницы Справочника"
+
+[h-presentation-and-papers]
+other = "Презентации и публикации"
+
+[h-wiki]
+other = "Wiki"
+
+[h-books]
+other = "Книги"
+
+[h-articles]
+other = "Статьи"
+
+[h-community]
+other = "Сообщество"
+
+[h-get-involved]
+other = "Стать участником"
+
+[h-community-forum]
+other = "Форум"
+
+[h-mailing-lists]
+other = "Списки рассылки"
+
+[h-irc-channels]
+other = "Каналы IRC"
+
+[h-bug-tracker]
+other = "Трекер ошибок"
+
+[h-support]
+other = "Поддержка"
+
+[h-donate]
+other = "Пожертвования"
+
+# ---------------------------------------------------
+# Главная страница
+# ---------------------------------------------------
+[getting-started]
+other = "Начать знакомство"
+
+[learn-basics]
+other = "Изучить основы FreeBSD"
+
+[download]
+other = "Скачать"
+
+[download-freebsd]
+other = "Скачать FreeBSD"
+
+[handbook]
+other = "Руководство по FreeBSD"
+
+[handbook-desc]
+other = "Постоянно развивающийся и обширный источник информации для пользователей FreeBSD"
+
+[porters-handbook]
+other = "Руководство FreeBSD по созданию портов"
+
+[porters-handbook-desc]
+other = "Полное справочное руководство по системе управления портами FreeBSD"
+
+[faq]
+other = "FreeBSD FAQ"
+
+[faq-desc]
+other = "Часто Задаваемые Вопросы (ЧаВО) по FreeBSD"
+
+[fdp]
+other = "Учебник Проекта Документирования"
+
+[fdp-desc]
+other = "Полное руководство, посвящённое тому, как принять участие в создании документации"
+
+[books-list]
+other = "Список книг о FreeBSD"
+
+[articles-list]
+other = "Список статей о FreeBSD"
+
+[manual-pages]
+other = "Страницы Справочника"
+
+[manual-pages-desc]
+other = "Страницы Справочника FreeBSD"
+
+# ---------------------------------------------------
+# Нижний колонтитул
+# ---------------------------------------------------
+[system]
+other = "Система"
+
+[light]
+other = "Светлый"
+
+[dark]
+other = "Тёмный"
+
+[high-contrast]
+other = "Высокая контрастность"
+
+[f-about]
+other = "О нас"
+
+[f-freebsd]
+other = "FreeBSD"
+
+[f-freebsd-foundation]
+other = "Фонд FreeBSD"
+
+[f-get-freebsd]
+other = "Получить FreeBSD"
+
+[f-code-of-conduct]
+other = "Кодекс Этики"
+
+[f-security-advisories]
+other = "Бюллетени Безопасности"
+
+[f-documentation]
+other = "Документация"
+
+[f-documentation-portal]
+other = "Портал документации"
+
+[f-manual-pages]
+other = "Страницы Справочника"
+
+[f-presentation-and-papers]
+other = "Презентации и публикации"
+
+[f-previous-versions]
+other = "Предыдущие версии"
+
+[f-44bsd-documents]
+other = "Документы 4.4BSD"
+
+[f-wiki]
+other = "Wiki"
+
+[f-community]
+other = "Сообщество"
+
+[f-get-involved]
+other = "Принять участие"
+
+[f-community-forum]
+other = "Форум Сообщества"
+
+[f-mailing-lists]
+other = "Списки рассылки"
+
+[f-irc-channels]
+other = "Каналы IRC"
+
+[f-bug-tracker]
+other = "Трекер ошибок"
+
+[f-legal]
+other = "Юридическая информация"
+
+[f-donations]
+other = "Пожертвования"
+
+[f-licensing]
+other = "Лицензирование"
+
+[f-privacy-policy]
+other = "Политика Конфиденциальности"
+
+[f-legal-notices]
+other = "Юридические оговорки"
+
+[f-all-rights-reserved]
+other = "Проект FreeBSD. Все права защищены"
+
+[f-made-with]
+other = "Сделано с помощью"
+
+[f-by-freebsd-community]
+other = "Сообществом FreeBSD"
+
+[previous-versions]
+other = "Предыдущие версии"
+
+[4-4bsd-documents]
+other = "Документы 4.4BSD"
+
+[about]
+other = "О нас"
+
+[legal]
+other = "Юридическая информация"
+
+[donations]
+other = "Пожертвования"
+
+[legal-notices]
+other = "Юридические оговорки"
+
+[made-with]
+other = "Сделано при помощи"
+
+[by-freebsd-community]
+other = "Сообществом FreeBSD"
+
+[copyright]
+other = "Все права защищены."
+
+# ---------------------------------------------------
+# Страница публикаций
+# ---------------------------------------------------
+[list-desc-articles]
+other = "Изучите обширный список публикаций FreeBSD."
+
+# ---------------------------------------------------
+# Страница книг
+# ---------------------------------------------------
+[prev]
+other = "Назад"
+
+[next]
+other = "Далее"
+
+[home]
+other = "Главная"
+
+[split-html]
+other = "Постраничный HTML"
+
+[single-html]
+other = "Единый HTML"
+
+[book-chapters]
+other = "Главы книги"
+
+[book-menu]
+other = "Меню книги"
+
+[list-desc-books]
+other = "Изучите обширный список книг по FreeBSD."
+
+# ---------------------------------------------------
+# Страница языков
+# ---------------------------------------------------
+[select-language]
+other = "Выберите язык"
+
+[current-selection]
+other = "Текущий выбор:"
+
+# ---------------------------------------------------
+# Авторские права
+# ---------------------------------------------------
+[freebsd-copyright]
+other = "FreeBSD является зарегистрированным товарным знаком Фонда FreeBSD."
+
+[pam]
+other = "Эта статья была написана для Проекта FreeBSD компаниями ThinkSec AS и Network Associates Laboratories, входящей в Security Research Division of Network Associates, Inc., в рамках договора DARPA/SPAWAR N66001-01-C-8035 (“CBOSS”), как часть исследовательской программы DARPA CHATS."
+
+[coverity]
+other = "Coverity является зарегистрированным товарным знаком; Coverity Extend, Coverity Prevent и Coverity Prevent SQS являются зарегистрированными товарными знаками Coverity, Inc."
+
+[ibm]
+other = "IBM, AIX, OS/2, PowerPC, PS/2, S/390 и ThinkPad являются товарными знаками International Business Machines Corporation в Соединённых Штатах, других странах, или по всему миру."
+
+[ieee]
+other = "IEEE, POSIX и 802 являются зарегистрированными товарными знаками Institute of Electrical and Electronics Engineers, Inc. в Соединённых Штатах."
+
+[redhat]
+other = "Red Hat и RPM это торговые марки или зарегистрированные торговые марки Red Hat, Inc. в Соединенных Штатах и других странах."
+
+[3com]
+other = "3Com и HomeConnect это зарегистрированные торговые марки 3Com Corporation."
+
+[amd]
+other = "AMD, AMD Athlon, AMD Opteron, Athlon, Élan, и PCnet это торговые марки Advanced Micro Devices, Inc."
+
+[adobe]
+other = "Adobe, Acrobat, Acrobat Reader и PostScript это или зарегистрированные торговые марки или торговые марки Adobe Systems Incorporated в Соединенных Штатах и/или других странах."
+
+[apple]
+other = "Apple, AirPort, FireWire, Mac, Macintosh, Mac OS, Quicktime и TrueType это торговые марки Apple Computer, Inc., зарегистрированные в Соединенных Штатах и других странах."
+
+[git]
+other = "Git и логотип Git являются зарегистрированными торговыми знаками или торговыми знаками Software Freedom Conservancy, Inc., являющимся корпоративным местонахождением Git Project, в Соединённых Штатах и/или других странах."
+
+[github]
+other = "GitHub является торговым знаком GitHub Inc., зарегистрированным в Соединённых Штатах и других странах."
+
+[gitlab]
+other = "GITLAB является торговым знаком GitLab Inc. в Соединённых Штатах и других странах и регионах."
+
+[intel]
+other = "Intel, Celeron, EtherExpress, i386, i486, Itanium, Pentium и Xeon это торговые марки или зарегистрированные торговые марки Intel Corporation или ее дочерних компаний в Соединенных Штатах и других странах."
+
+[linux]
+other = "Linux является торговым знаком Linus Torvalds."
+
+[microsoft]
+other = "Microsoft, FrontPage, IntelliMouse, MS-DOS, Outlook, Windows, Windows Media и Windows NT это или зарегистрированные торговые марки или торговые марки Microsoft Corporation в Соединенных Штатах и/или других странах."
+
+[opengroup]
+other = "Motif, OSF/1 и UNIX это зарегистрированные торговые марки, а IT DialTone и The Open Group это торговые марки Open Group в Соединенных Штатах и других странах."
+
+[qualcomm]
+other = "QUALCOMM и Eudora это зарегистрированные торговые марки QUALCOMM Incorporated."
+
+[sparc]
+other = "Sparc, Sparc64, и UltraSPARC это торговые марки SPARC International, Inc в Соединенных Штатах и других странах. Продукты с торговой маркой SPARC основаны на архитектуре, разработанной Sun Microsystems, Inc."
+
+[sun]
+other = "Sun, Sun Microsystems, Java, Java Virtual Machine, JDK, JRE, JSP, JVM, Netra, Solaris, StarOffice, SunOS это торговые марки или зарегистрированные торговые марки Sun Microsystems, Inc. в Соединенных Штатах и других странах."
+
+[unix]
+other = "Unix это зарегистрированная торговая марка Open Group в Соединенных Штатах и других странах."
+
+[netbsd]
+other = "NetBSD это зарегистрированная торговая марка NetBSD Foundation."
+
+[realnetworks]
+other = "RealNetworks, RealPlayer и RealAudio это зарегистрированные торговые марки RealNetworks, Inc."
+
+[oracle]
+other = "Oracle это зарегистрированная торговая марка Oracle Corporation."
+
+[3ware]
+other = "3ware и Escalade это зарегистрированные торговые марки 3ware Inc."
+
+[arm]
+other = "ARM это зарегистрированная торговая марка ARM Limited."
+
+[adaptec]
+other = "Adaptec это зарегистрированная торговая марка Adaptec, Inc."
+
+[google]
+other = "Android является товарным знаком Google Inc."
+
+[heidelberger]
+other = "Heidelberg, Helvetica, Palatino и Times Roman это или зарегистрированные торговые марки или торговые марки Heidelberger Druckmaschinen AG в США и других странах."
+
+[intuit]
+other = "Intuit и Quicken это зарегистрированные торговые марки и/или зарегистрированные сервис марки Intuit Inc., или одной из ее дочерних компаний в Соединенных Штатах и других странах."
+
+[lsilogic]
+other = "LSI Logic, AcceleRAID, eXtremeRAID, MegaRAID и Mylex является товарными знаками или зарегистрированные торговыми марками LSI Logic Corp."
+
+[themathworks]
+other = "MATLAB является товарным знаком MathWorks, Inc."
+
+[thomson]
+other = "SpeedTouch является товарным знаком Thomson."
+
+[vmware]
+other = "VMware является товарным знаком VMware, Inc."
+
+[wolframresearch]
+other = "Mathematica является товарным знаком Wolfram Research, Inc."
+
+[xiph]
+other = "Ogg Vorbis и Xiph.Org являются товарными знаками Xiph.Org."
+
+[xfree86]
+other = "XFree86 является товарным знаком XFree86 Project, Inc."
+
+[daemon-news]
+other = "Эта статья была впервые опубликована в январском номере 2000 года издания DaemonNews. Данная версия публикации может содержать обновления от Мэтта и других авторов, отражающие изменения в реализации VM во FreeBSD."
+
+[general]
+other = "Многие из обозначений, используемые производителями и продавцами для обозначения своих продуктов, заявляются в качестве товарных знаков. Когда такие обозначения появляются в этом документе, и Проекту FreeBSD известно о товарном знаке, к обозначению добавляется знак “™” или “®”."
+
[freebsdProject]
other = "Проект FreeBSD"
@@ -19,12 +502,6 @@
[production]
other = "Продуктивный"
-[last-modified]
-other = "Дата последнего изменения"
-
-[by]
-other = "выполнил"
-
# Заголовок
[donate]
other = "Пожертвование в пользу FreeBSD"
@@ -32,16 +509,7 @@
[donateFoundation]
other = "Пожертвование в Фонд FreeBSD"
-[search]
-other = "Поиск"
-
# Навигация
-[home]
-other = "На главную"
-
-[about]
-other = "О FreeBSD"
-
[introduction]
other = "Введение"
@@ -69,15 +537,6 @@
[releaseEngineering]
other = "Подготовка релизов"
-[documentation]
-other = "Документация"
-
-[faq]
-other = "Часто задаваемые вопросы"
-
-[handbook]
-other = "Руководство"
-
[porterHandbook]
other = "Руководство портера"
@@ -96,9 +555,6 @@
[allBooksArticles]
other = "Все книги и статьи"
-[community]
-other = "Сообщество"
-
[mailingLists]
other = "Списки рассылки"
@@ -187,9 +643,6 @@
[learnMore]
other = "Подробнее"
-[legacy]
-other = "Ста\u00ADрые про\u00ADдук\u00ADтив\u00ADные ре\u00ADли\u00ADзы"
-
[getThe]
other = "Получить"
@@ -255,9 +708,6 @@
other = "Пожалуйста, повторите ваш запрос либо воспользуйтесь одной из ссылок в меню навигации или окном поиска вверху страницы."
# Footer
-[copyright]
-other = "Все права защищены."
-
[trademark]
other = "Название FreeBSD является зарегистрированным торговым знаком The FreeBSD Foundation и используется Проектом FreeBSD с разрешения"
@@ -427,8 +877,6 @@
[logo]
other = "Логотип"
-[donations]
-other = "По\u00ADжертво\u00ADва\u00ADния"
[privacy]
other = "Политика кон\u00ADфи\u00ADден\u00ADци\u00ADаль\u00ADнос\u00ADти"
diff --git a/website/themes/beastie/i18n/tr.toml b/website/themes/beastie/i18n/tr.toml
new file mode 100644
--- /dev/null
+++ b/website/themes/beastie/i18n/tr.toml
@@ -0,0 +1,317 @@
+# ---------------------------------------------------
+# Global
+# ---------------------------------------------------
+[freebsd]
+other = "FreeBSD"
+
+[freebsd-project]
+other = "The FreeBSD Project"
+
+[freebsd-foundation]
+other = "The FreeBSD Foundation"
+
+[freebsd-documentation]
+other = "FreeBSD Documentation"
+
+[freebsd-documentation-main-desc]
+other = "FreeBSD is an operating system used to power modern servers, desktops, and embedded platforms."
+
+[global-search-placeholder]
+other = "Search in the articles, books and guides."
+
+[toc]
+other = "Table of Contents"
+
+[resources]
+other = "Resources"
+
+[download-pdf]
+other = "Download PDF"
+
+[edit-page]
+other = "Edit this page"
+
+[trademarks]
+other = "trademarks"
+
+[books]
+other = "Books"
+
+[articles]
+other = "Articles"
+
+[choose-language]
+other = "Choose language"
+
+[last-modified]
+other = "Last modified on"
+
+[by]
+other = "by"
+
+[search]
+other = "Search"
+
+# ---------------------------------------------------
+# Header
+# ---------------------------------------------------
+[documentation]
+other = "Documentation"
+
+[community]
+other = "Community"
+
+# ---------------------------------------------------
+# Main page
+# ---------------------------------------------------
+[getting-started]
+other = "Getting started"
+
+[learn-basics]
+other = "Learn about FreeBSD basics"
+
+[download]
+other = "Download"
+
+[download-freebsd]
+other = "Download FreeBSD"
+
+[handbook]
+other = "FreeBSD Handbook"
+
+[handbook-desc]
+other = "A constantly evolving, comprehensive resource for FreeBSD users"
+
+[porters-handbook]
+other = "FreeBSD Porter's Handbook"
+
+[porters-handbook-desc]
+other = "A complete reference about the FreeBSD ports system"
+
+[faq]
+other = "FreeBSD FAQ"
+
+[faq-desc]
+other = "FreeBSD frequently Asked Questions (FAQ) for 13.X and 12.X"
+
+[fdp]
+other = "Documentation Project Primer"
+
+[fdp-desc]
+other = "A complete guide about how to start contributing to the documentation"
+
+[books-list]
+other = "List of FreeBSD books"
+
+[articles-list]
+other = "List of FreeBSD articles"
+
+[manual-pages]
+other = "Manual pages"
+
+[manual-pages-desc]
+other = "FreeBSD Manual Pages"
+
+# ---------------------------------------------------
+# Footer
+# ---------------------------------------------------
+[system]
+other = "System"
+
+[light]
+other = "Light"
+
+[dark]
+other = "Dark"
+
+[high-contrast]
+other = "High contrast"
+
+[previous-versions]
+other = "Previous versions"
+
+[4-4bsd-documents]
+other = "4.4BSD Documents"
+
+[about]
+other = "About"
+
+[legal]
+other = "Legal"
+
+[donations]
+other = "Donations"
+
+[legal-notices]
+other = "Legal notices"
+
+[made-with]
+other = "Made with"
+
+[by-freebsd-community]
+other = "by the FreeBSD Community"
+
+[copyright]
+other = "All rights reserved."
+
+# ---------------------------------------------------
+# Articles page
+# ---------------------------------------------------
+[list-desc-articles]
+other = "Explore a comprehensive list of FreeBSD articles."
+
+# ---------------------------------------------------
+# Books page
+# ---------------------------------------------------
+[prev]
+other = "Prev"
+
+[next]
+other = "Next"
+
+[home]
+other = "Home"
+
+[split-html]
+other = "Split HTML"
+
+[single-html]
+other = "Single HTML"
+
+[book-chapters]
+other = "Book chapters"
+
+[book-menu]
+other = "Book menu"
+
+[list-desc-books]
+other = "Explore a comprehensive list of FreeBSD books."
+
+# ---------------------------------------------------
+# Languages page
+# ---------------------------------------------------
+[select-language]
+other = "Select a language"
+
+[current-selection]
+other = "Current selection:"
+
+# ---------------------------------------------------
+# Copyright
+# ---------------------------------------------------
+[freebsd-copyright]
+other = "FreeBSD is a registered trademark of the FreeBSD Foundation."
+
+[pam]
+other = "This article was written for the FreeBSD Project by ThinkSec AS and Network Associates Laboratories, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 (“CBOSS”), as part of the DARPA CHATS research program."
+
+[coverity]
+other = "Coverity is a registered trademark; Coverity Extend, Coverity Prevent and Coverity Prevent SQS are trademarks of Coverity, Inc."
+
+[ibm]
+other = "IBM, AIX, OS/2, PowerPC, PS/2, S/390, and ThinkPad are trademarks of International Business Machines Corporation in the United States, other countries, or both."
+
+[ieee]
+other = "IEEE, POSIX, and 802 are registered trademarks of Institute of Electrical and Electronics Engineers, Inc. in the United States."
+
+[redhat]
+other = "Red Hat, RPM, are trademarks or registered trademarks of Red Hat, Inc. in the United States and other countries."
+
+[3com]
+other = "3Com and HomeConnect are registered trademarks of 3Com Corporation."
+
+[amd]
+other = "AMD, AMD Athlon, AMD Opteron, AMD Phenom, AMD Sempron, AMD Turion, Athlon, Élan, Opteron, and PCnet are trademarks of Advanced Micro Devices, Inc."
+
+[adobe]
+other = "Adobe, Acrobat, Acrobat Reader, Flash and PostScript are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries."
+
+[apple]
+other = "Apple, AirPort, FireWire, iMac, iPhone, iPad, Mac, Macintosh, Mac OS, Quicktime, and TrueType are trademarks of Apple Inc., registered in the U.S. and other countries."
+
+[git]
+other = "Git and the Git logo are either registered trademarks or trademarks of Software Freedom Conservancy, Inc., corporate home of the Git Project, in the United States and/or other countries."
+
+[github]
+other = "GitHub is a trademark of GitHub Inc., registered in the United States and other countries."
+
+[gitlab]
+other = "GITLAB is a trademark of GitLab Inc. in the United States and other countries and regions."
+
+[intel]
+other = "Intel, Celeron, Centrino, Core, EtherExpress, i386, i486, Itanium, Pentium, and Xeon are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries."
+
+[linux]
+other = "Linux is a registered trademark of Linus Torvalds."
+
+[microsoft]
+other = "Microsoft, IntelliMouse, MS-DOS, Outlook, Windows, Windows Media and Windows NT are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries."
+
+[opengroup]
+other = "Motif, OSF/1, and UNIX are registered trademarks and IT DialTone and The Open Group are trademarks of The Open Group in the United States and other countries."
+
+[qualcomm]
+other = "QUALCOMM and Eudora are registered trademarks of QUALCOMM Incorporated."
+
+[sparc]
+other = "SPARC, SPARC64, and UltraSPARC are trademarks of SPARC International, Inc in the United States and other countries. SPARC International, Inc owns all of the SPARC trademarks and under licensing agreements allows the proper use of these trademarks by its members."
+
+[sun]
+other = "Sun, Sun Microsystems, Java, Java Virtual Machine, JDK, JRE, JSP, JVM, Netra, OpenJDK, Solaris, StarOffice, SunOS and VirtualBox are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries."
+
+[unix]
+other = "UNIX is a registered trademark of The Open Group in the United States and other countries."
+
+[netbsd]
+other = "NetBSD is a registered trademark of the NetBSD Foundation."
+
+[realnetworks]
+other = "RealNetworks, RealPlayer, and RealAudio are the registered trademarks of RealNetworks, Inc."
+
+[oracle]
+other = "Oracle is a registered trademark of Oracle Corporation."
+
+[3ware]
+other = "3ware is a registered trademark of 3ware Inc."
+
+[arm]
+other = "ARM is a registered trademark of ARM Limited."
+
+[adaptec]
+other = "Adaptec is a registered trademark of Adaptec, Inc."
+
+[google]
+other = "Android is a trademark of Google Inc."
+
+[heidelberger]
+other = "Heidelberg, Helvetica, Palatino, and Times Roman are either registered trademarks or trademarks of Heidelberger Druckmaschinen AG in the U.S. and other countries."
+
+[intuit]
+other = "Intuit and Quicken are registered trademarks and/or registered service marks of Intuit Inc., or one of its subsidiaries, in the United States and other countries."
+
+[lsilogic]
+other = "LSI Logic, AcceleRAID, eXtremeRAID, MegaRAID and Mylex are trademarks or registered trademarks of LSI Logic Corp."
+
+[themathworks]
+other = "MATLAB is a registered trademark of The MathWorks, Inc."
+
+[thomson]
+other = "SpeedTouch is a trademark of Thomson."
+
+[vmware]
+other = "VMware is a trademark of VMware, Inc."
+
+[wolframresearch]
+other = "Mathematica is a registered trademark of Wolfram Research, Inc."
+
+[xiph]
+other = "Ogg Vorbis and Xiph.Org are trademarks of Xiph.Org."
+
+[xfree86]
+other = "XFree86 is a trademark of The XFree86 Project, Inc."
+
+[daemon-news]
+other = "This article was originally published in the January 2000 issue of DaemonNews. This version of the article may include updates from Matt and other authors to reflect changes in FreeBSD's VM implementation."
+
+[general]
+other = "Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this document, and the FreeBSD Project was aware of the trademark claim, the designations have been followed by the “™” or the “®” symbol."
diff --git a/website/themes/beastie/i18n/zh-cn.toml b/website/themes/beastie/i18n/zh-cn.toml
--- a/website/themes/beastie/i18n/zh-cn.toml
+++ b/website/themes/beastie/i18n/zh-cn.toml
@@ -1,583 +1,317 @@
+# ---------------------------------------------------
# Global
+# ---------------------------------------------------
[freebsd]
other = "FreeBSD"
-[freebsdProject]
-other = "FreeBSD 项目"
+[freebsd-project]
+other = "The FreeBSD Project"
-[freebsdPowerServe]
-other = "FreeBSD The Power to Serve"
-
-[freebsdFoundation]
+[freebsd-foundation]
other = "The FreeBSD Foundation"
-[downloadFreeBSD]
-other = "获取 FreeBSD"
-
-[production]
-other = "生产环境适用"
+[freebsd-documentation]
+other = "FreeBSD Documentation"
-# Header
-[donate]
-other = " 捐赠 FreeBSD"
+[freebsd-documentation-main-desc]
+other = "FreeBSD is an operating system used to power modern servers, desktops, and embedded platforms."
-[donateFoundation]
-other = "Donate to the FreeBSD Foundation"
+[global-search-placeholder]
+other = "Search in the articles, books and guides."
-[search]
-other = "搜索"
+[toc]
+other = "Table of Contents"
-# Navigation
-[home]
-other = "首页"
-
-[about]
-other = "关于"
+[resources]
+other = "Resources"
-[introduction]
-other = "简介"
+[download-pdf]
+other = "Download PDF"
-[features]
-other = "特性"
+[edit-page]
+other = "Edit this page"
-[advocacy]
-other = "宣传"
+[trademarks]
+other = "trademarks"
-[marketing]
-other = "营销"
+[books]
+other = "Books"
-[privacyPolicy]
-other = "隐私政策"
+[articles]
+other = "Articles"
-[projects]
-other = "Projects"
+[choose-language]
+other = "Choose language"
-[getFreeBSD]
-other = "获取 FreeBSD"
+[last-modified]
+other = "Last modified on"
-[releaseInformation]
-other = "发行版本"
+[by]
+other = "by"
-[releaseEngineering]
-other = "发布工程"
+[search]
+other = "Search"
+# ---------------------------------------------------
+# Header
+# ---------------------------------------------------
[documentation]
-other = "文档"
-
-[faq]
-other = "常见问题合集"
-
-[handbook]
-other = "使用手册"
-
-[porterHandbook]
-other = "Porter' 手册"
-
-[developerHandbook]
-other = "Developer' 手册"
-
-[manualPages]
-other = "Manual Pages"
-
-[documentationProjectPrimer]
-other = "文档计划入门书"
-
-[allBooksArticles]
-other = "所有书籍和文档"
+other = "Documentation"
[community]
-other = "社区"
-
-[mailingLists]
-other = "邮件列表"
-
-[forums]
-other = "论坛"
-
-[userGroups]
-other = "用户群体"
-
-[events]
-other = "活动"
-
-[FreeBSDJournal]
-other = "FreeBSD Journal"
-
-[QA]
-other = "Q&A (external)"
-
-[developers]
-other = "开发"
-
-[projectIdeas]
-other = "项目新点子"
-
-[gitMirror]
-other = "Git 镜像"
+other = "Community"
-[phabricator]
-other = "代码审查 (Phabricator)"
+# ---------------------------------------------------
+# Main page
+# ---------------------------------------------------
+[getting-started]
+other = "Getting started"
-[wiki]
-other = "Wiki"
+[learn-basics]
+other = "Learn about FreeBSD basics"
-[CI]
-other = "持续集成服务"
+[download]
+other = "Download"
-[support]
-other = "支持"
+[download-freebsd]
+other = "Download FreeBSD"
-[vendors]
-other = "供应商"
-
-[securityInformation]
-other = "安全公告"
-
-[bugReports]
-other = "问题报告"
-
-[submittingBugReports]
-other = "提交问题报告"
-
-[foundation]
-other = "基金会"
-
-[monetaryDonations]
-other = "资金捐赠"
-
-[hardwareDonations]
-other = "硬件捐赠"
-
-#Main
-[freebsdDescription1]
-other = "FreeBSD 是一个适用于现代服务器、桌面与嵌入式"
-
-[freebsdDescription2]
-other = "平台"
-
-[freebsdDescription3]
-other = "的操作系统, 由一个庞大的"
-
-[freebsdDescription4]
-other = "开发人员团队"
-
-[freebsdDescription5]
-other = "持续开发超过三十年。 FreeBSD 先进的网络、安全性和存储方面的特色使得它成为许多"
-
-[freebsdDescription6]
-other = "大型网站"
-
-[freebsdDescription7]
-other = "以及最普遍的嵌入式网络与存储设备的平台选择。 "
-
-[learnMore]
-other = "了解更多"
-
-[getThe]
-other = "立即获取"
-
-[journal]
-other = "FreeBSD Journal"
-
-[25th-logo]
-other = "25th Anniversary Logo"
-
-[supportedReleases]
-other = "支持的版本"
-
-[supportLifecycle]
-other = "支持生命周期"
-
-[upcoming]
-other = "Upcoming"
-
-[newFreeBSD]
-other= " 不熟悉 FreeBSD?"
-
-[shortcuts]
-other = "常用链接"
-
-[reportingProblems]
-other = "问题报告"
+[handbook]
+other = "FreeBSD Handbook"
-[ports]
-other = "Ports"
+[handbook-desc]
+other = "A constantly evolving, comprehensive resource for FreeBSD users"
-[latestNews]
-other = "最新动态"
+[porters-handbook]
+other = "FreeBSD Porter's Handbook"
-[upcomingEvents]
-other = "近期活动"
+[porters-handbook-desc]
+other = "A complete reference about the FreeBSD ports system"
-[press]
-other = "媒体报道"
+[faq]
+other = "FreeBSD FAQ"
-[securityAdvisories]
-other = "安全公告"
+[faq-desc]
+other = "FreeBSD frequently Asked Questions (FAQ) for 13.X and 12.X"
-[errataNotices]
-other = "勘误公告"
+[fdp]
+other = "Documentation Project Primer"
-[more]
-other = "更多勘误公告"
+[fdp-desc]
+other = "A complete guide about how to start contributing to the documentation"
-[rssNews]
-other = "新闻 RSS Feed"
+[books-list]
+other = "List of FreeBSD books"
-[rssSecurity]
-other = "安全公告 RSS Feed"
+[articles-list]
+other = "List of FreeBSD articles"
-#404
-[notFoundTitle]
-other = "We could not find the page you requested."
+[manual-pages]
+other = "Manual pages"
-[notFoundDesc]
-other = "Please try your request again, use one of the links in the navigation menu, or the search box at the top of the page."
+[manual-pages-desc]
+other = "FreeBSD Manual Pages"
+# ---------------------------------------------------
# Footer
-[copyright]
-other = "保留所有权利。"
-
-[trademark]
-other = "The mark FreeBSD is a registered trademark of The FreeBSD Foundation and is used by The FreeBSD Project with the permission of"
+# ---------------------------------------------------
+[system]
+other = "System"
-[contact]
-other = "联系"
+[light]
+other = "Light"
-[legalNotices]
-other = "法律信息"
+[dark]
+other = "Dark"
-# Ports form
-[ports-search]
-other = "Search ports for:"
+[high-contrast]
+other = "High contrast"
-[all]
-other = "All"
+[previous-versions]
+other = "Previous versions"
-[package-name]
-other = "Package Name"
+[4-4bsd-documents]
+other = "4.4BSD Documents"
-[description]
-other = "Description"
-
-[long-description]
-other = "Long description"
-
-[maintainer]
-other = "Maintainer"
-
-[requires]
-other = "Requires"
-
-[submit]
-other = "Submit"
-
-# Months
-[1]
-other = "January"
-
-[2]
-other = "February"
-
-[3]
-other = "March"
-
-[4]
-other = "April"
-
-[5]
-other = "May"
-
-[6]
-other = "June"
-
-[7]
-other = "July"
-
-[8]
-other = "August"
-
-[9]
-other = "September"
-
-[10]
-other = "October"
-
-[11]
-other = "November"
-
-[12]
-other = "December"
-
-# Security section
-[data]
-other = "Data"
-
-[errataNoticeName]
-other = "Errata Notice name"
-
-[advisoryName]
-other = "Advisory name"
-
-# Events section
-[currentEvents]
-other = "Current/Upcoming Events:"
-
-[pastEvents]
-other = "Past Events:"
-
-[upcomingFreeBSDEvents]
-other = "Upcoming FreeBSD Events"
-
-# Continents, countries
-[europe]
-other = "Europe"
-
-[africa]
-other = "Africa"
-
-[australia]
-other = "Australia"
-
-[newZealand]
-other = "New Zealand"
-
-[northAmerica]
-other = "North America"
-
-[asia]
-other = "Asia"
-
-[southAmerica]
-other = "South America"
-
-[oceania]
-other = "Oceania"
-
-[global]
-other = "Global"
-
-# Commercial software
-[databases]
-other = "Databases"
-
-[developmentTools]
-other = "Development Tools"
-
-[ecommerce]
-other = "E-Commerce Solutions and Tools"
-
-[email]
-other = "Electronic Mail Software"
-
-[misc]
-other = "Miscellaneous"
-
-[network]
-other = "Network Systems and Applications"
-
-[scientific]
-other = "Scientific and Language Tools"
-
-[security]
-other = "Security"
-
-[isp]
-other = "System Administration / ISP"
-
-# sidenav
-[applications]
-other = "Applications"
-
-[administration]
-other = "Administration"
-
-[news]
-other = "News"
-
-[pressSidenav]
-other = "Press"
-
-[multimedia]
-other = "Multimedia"
-
-[art]
-other = "Artwork"
+[about]
+other = "About"
-[logo]
-other = "Logo"
+[legal]
+other = "Legal"
[donations]
other = "Donations"
-[privacy]
-other = "Privacy Policy"
+[legal-notices]
+other = "Legal notices"
-[mailinglists]
-other = "Mailing Lists"
+[made-with]
+other = "Made with"
-[newsgroups]
-other = "Newsgroups"
+[by-freebsd-community]
+other = "by the FreeBSD Community"
-[usergroups]
-other = "User Groups"
-
-[sourceCodeRepositories]
-other = "Source code repositories"
-
-[releng]
-other = "Release Engineering"
-
-[platforms]
-other = "Platforms"
-
-[ideas]
-other = "Project Ideas"
+[copyright]
+other = "All rights reserved."
-[contributing]
-other = "Contributing"
+# ---------------------------------------------------
+# Articles page
+# ---------------------------------------------------
+[list-desc-articles]
+other = "Explore a comprehensive list of FreeBSD articles."
-[FAQ]
-other = "常见问题解答"
+# ---------------------------------------------------
+# Books page
+# ---------------------------------------------------
+[prev]
+other = "Prev"
-[man]
-other = "Manual Pages"
+[next]
+other = "Next"
-[papers]
-other = "Presentations and Papers"
+[home]
+other = "Home"
-[booksArticles]
-other = "Books and Articles Online"
+[split-html]
+other = "Split HTML"
-[publications]
-other = "Publications"
+[single-html]
+other = "Single HTML"
-[newbies]
-other = "For Newbies"
+[book-chapters]
+other = "Book chapters"
-[docproj]
-other = "Documentation Project"
+[book-menu]
+other = "Book menu"
-[archive]
-other = "Archive"
+[list-desc-books]
+other = "Explore a comprehensive list of FreeBSD books."
-[releases]
-other = "Release Information"
+# ---------------------------------------------------
+# Languages page
+# ---------------------------------------------------
+[select-language]
+other = "Select a language"
-[productionRelease]
-other = "Production Release"
+[current-selection]
+other = "Current selection:"
-[upcomingRelease]
-other = "Upcoming Release"
+# ---------------------------------------------------
+# Copyright
+# ---------------------------------------------------
+[freebsd-copyright]
+other = "FreeBSD 是 FreeBSD 基金会的注册商标"
-[snapshotReleases]
-other = "Snapshot Releases"
+[pam]
+other = "This article was written for the FreeBSD Project by ThinkSec AS and Network Associates Laboratories, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 (“CBOSS”), as part of the DARPA CHATS research program."
-[portedApplications]
-other = "Ported Applications"
+[coverity]
+other = "Coverity 是一个注册商标; Coverity Extend, Coverity Prevent 和 Coverity Prevent SQS 是 Coverity 公司的注册商标。"
-[gnome]
-other = "GNOME"
+[ibm]
+other = "IBM、 AIX、 OS/2、 PowerPC、 PS/2、 S/390 以及 ThinkPad 是国际商用机器公司在美国和其他国家的注册商标或商标。"
-[installationInstructions]
-other = "Installation Instructions"
+[ieee]
+other = "IEEE, POSIX, 和 802 是 Institute of Electrical and Electronics Engineers, Inc. 在美国的注册商标。"
-[upgradeInstructions]
-other = "Upgrade Instructions"
+[redhat]
+other = "Red Hat, RPM, 是 Red Hat, Inc. 在美国和其他国家的注册商标。"
-[availableApplications]
-other = "Available Applications"
+[3com]
+other = "3Com 和 HomeConnect 是 3Com Corporation 的注册商标。"
-[howHelp]
-other = "How to Help"
+[amd]
+other = "AMD, AMD Athlon, AMD Opteron, AMD Phenom, AMD Sempron, AMD Turion, Athlon, Élan, Opteron, 和 PCnet 是 Advanced Micro Devices, Inc. 的商标。"
-[reportingBug]
-other = "Reporting a Bug"
+[adobe]
+other = "Adobe、 Acrobat、 Acrobat Reader、 Flash, 以及 PostScript 是 Adobe Systems Incorporated 在美国和/或其他国家的商标或注册商标。"
-[screenshots]
-other = "Screenshots"
+[apple]
+other = "Apple, AirPort, FireWire, iMac, iPhone, iPad, Mac, Macintosh, Mac OS, Quicktime, 以及 TrueType 是 Apple Inc. 在美国以及其他国家的注册商标。"
-[contactUs]
-other = "Contact Us"
+[git]
+other = "Git and the Git logo are either registered trademarks or trademarks of Software Freedom Conservancy, Inc., corporate home of the Git Project, in the United States and/or other countries."
-[HALFAQ]
-other = "HAL FAQ"
+[github]
+other = "GitHub is a trademark of GitHub Inc., registered in the United States and other countries."
-[upgradeFAQ]
-other = "2.30 to 2.32 Upgrade FAQ"
+[gitlab]
+other = "GITLAB is a trademark of GitLab Inc. in the United States and other countries and regions."
-[developmentBranchFAQ]
-other = "Development Branch FAQ"
+[intel]
+other = "Intel, Celeron, Centrino, Core, EtherExpress, i386, i486, Itanium, Pentium, 和 Xeon 是 Intel Corporation 及其分支机构在美国和其他国家的商标或注册商标。"
-[creatingPorts]
-other = "Creating Ports"
+[linux]
+other = "Linux 是 Linus Torvalds 的注册商标。"
-[knownIssues]
-other = "Known Issues"
+[microsoft]
+other = "Microsoft, IntelliMouse, MS-DOS, Outlook, Windows, Windows Media, 和 Windows NT 是 Microsoft Corporation 在美国和/或其他国家的商标或注册商标。"
-[aboutPorts]
-other = "About ports"
+[opengroup]
+other = "Motif, OSF/1, 和 UNIX 是 The Open Group 在美国和其他国家的注册商标; IT DialTone 和 The Open Group 是其商标。"
-[installing]
-other = "Installing"
+[qualcomm]
+other = "QUALCOMM 和 Eudora 是 QUALCOMM Incorporated 的注册商标。"
-[updating]
-other = "Updating"
+[sparc]
+other = "SPARC、 SPARC64, 以及 UltraSPARC 是 SPARC International, Inc 在美国和其他国家的商标。SPARC International, Inc 拥有所有 SPARC 商标的相关权利,并以许可证形式允许其会员以适当形式使用这些商标。"
-[searching]
-other = "Searching"
+[sun]
+other = "Sun、 Sun Microsystems、 Java、 Java Virtual Machine、 JDK、 JRE、 JSP、 JVM、 Netra、 OpenJDK、 Solaris、 StarOffice、 SunOS 以及 VirtualBox 是 Sun Microsystems, Inc. 在美国和其他国家的商标或注册商标。"
-[categories]
-other = "Categories"
+[unix]
+other = "UNIX是 Open Group 在美国和其它国家的注册商标。"
-[alphabetically]
-other = "listed alphabetically"
+[netbsd]
+other = "NetBSD是 NetBSD Foundation的注册商标。"
-[logicalGroup]
-other = "listed by logical group"
+[realnetworks]
+other = "RealNetworks, RealPlayer, 和 RealAudio 是 RealNetworks, Inc. 的注册商标。"
-[allPorts]
-other = "List of All Ports"
+[oracle]
+other = "Oracle 是 Oracle Corporation 的注册商标。"
-[moreInformation]
-other = "For More Information"
+[3ware]
+other = "3ware 是 3ware Inc 的注册商标。"
-[software]
-other = "Software"
+[arm]
+other = "ARM 是 ARM Limited. 的注册商标。"
-[hardware]
-other = "Hardware"
+[adaptec]
+other = "Adaptec 是 Adaptec, Inc. 的注册商标。"
-[consulting]
-other = "Consulting"
+[google]
+other = "Android 是 Google Inc 的注册商标。"
-[ispCommercial]
-other = "Internet Service Providers"
+[heidelberger]
+other = "Heidelberg、 Helvetica、 Palatino 以及 Times Roman 是 Heidelberger Druckmaschinen AG 在美国和其他国家的商标或注册商标。"
-[securityInfo]
-other = "Security Information"
+[intuit]
+other = "Intuit 和 Quicken 是 Intuit Inc., 或其子公司在美国和其他国家的商标或注册商标。"
-[advisories]
-other = "Advisories"
+[lsilogic]
+other = "LSI Logic, AcceleRAID, eXtremeRAID, MegaRAID 和 Mylex 是 LSI Logic Corp 的商标或注册商标。"
-[errataNoticesSidenav]
-other = "Errata Notices"
+[themathworks]
+other = "MATLAB 是 The MathWorks, Inc. 的注册商标。"
-[unsupportedReleases]
-other = "Unsupported Releases"
+[thomson]
+other = "SpeedTouch 是 Thomson 的商标。"
-[readSecurityAdvisories]
-other = "How to read FreeBSD Security Advisories"
+[vmware]
+other = "VMware 是 VMware, Inc. 的商标"
-[charterSecurityOfficerTeam]
-other = "Charter for the Security Officer and Team"
+[wolframresearch]
+other = "Mathematica 是 Wolfram Research, Inc 的注册商标。"
-[bugreports]
-other = "Bug Reports"
+[xiph]
+other = "Ogg Vorbis 和 Xiph.Org 是 Xiph.Org 的商标。"
-[submitPR]
-other = "Submit a Problem Report"
+[xfree86]
+other = "XFree86 是 The XFree86 Project, Inc 的商标。."
-[webresources]
-other = "Web Resources"
+[daemon-news]
+other = "This article was originally published in the January 2000 issue of DaemonNews. This version of the article may include updates from Matt and other authors to reflect changes in FreeBSD's VM implementation."
+[general]
+other = "许多制造商和经销商使用一些称为商标的图案或文字设计来彰显自己的产品。 本文档中出现的, 为 FreeBSD Project 所知晓的商标,后面将以 “™” 或 “®” 符号来标注。"
diff --git a/website/themes/beastie/i18n/zh-tw.toml b/website/themes/beastie/i18n/zh-tw.toml
--- a/website/themes/beastie/i18n/zh-tw.toml
+++ b/website/themes/beastie/i18n/zh-tw.toml
@@ -1,9 +1,311 @@
+# ---------------------------------------------------
# Global
+# ---------------------------------------------------
[freebsd]
other = "FreeBSD"
-[freebsdProject]
-other = "FreeBSD 計劃"
+[freebsd-project]
+other = "FreeBSD 計畫"
+
+[freebsd-foundation]
+other = "FreeBSD 基金會"
+
+[freebsd-documentation]
+other = "FreeBSD 文件"
+
+[freebsd-documentation-main-desc]
+other = "FreeBSD 是用於現代伺服器、桌面環境和嵌入式平台的作業系統。"
+
+[global-search-placeholder]
+other = "在文章、書籍和指引中搜尋。"
+
+[toc]
+other = "目錄"
+
+[resources]
+other = "資源"
+
+[download-pdf]
+other = "下載 PDF"
+
+[edit-page]
+other = "編輯此頁"
+
+[trademarks]
+other = "註冊商標"
+
+[books]
+other = "書籍"
+
+[articles]
+other = "文章"
+
+[choose-language]
+other = "選擇語言"
+
+[last-modified]
+other = "最後修改於"
+
+[by]
+other = "由"
+
+# ---------------------------------------------------
+# Header
+# ---------------------------------------------------
+[documentation]
+other = "文件"
+
+[community]
+other = "社群"
+
+# ---------------------------------------------------
+# Main page
+# ---------------------------------------------------
+[getting-started]
+other = "入門"
+
+[learn-basics]
+other = "學習 FreeBSD 基礎"
+
+[download]
+other = "下載"
+
+[download-freebsd]
+other = "下載 FreeBSD"
+
+[handbook]
+other = "FreeBSD 使用手冊"
+
+[handbook-desc]
+other = "持續演進的 FreeBSD 使用者綜合資源"
+
+[porters-handbook]
+other = "FreeBSD Porter 手冊"
+
+[porters-handbook-desc]
+other = "FreeBSD ports 系統的完整參考資料"
+
+[faq-desc]
+other = "FreeBSD 13.X 與 12.X 常見問題集"
+
+[fdp]
+other = "文件計畫入門書"
+
+[fdp-desc]
+other = "如何開始文件貢獻的完整指引"
+
+[books-list]
+other = "FreeBSD 書籍清單"
+
+[articles-list]
+other = "FreeBSD 文章清單"
+
+[manual-pages]
+other = "Manual pages"
+
+[manual-pages-desc]
+other = "FreeBSD Manual Pages"
+
+# ---------------------------------------------------
+# Footer
+# ---------------------------------------------------
+[system]
+other = "System"
+
+[light]
+other = "淺色"
+
+[dark]
+other = "深色"
+
+[high-contrast]
+other = "高對比"
+
+[previous-versions]
+other = "先前版本"
+
+[4-4bsd-documents]
+other = "4.4BSD 文件"
+
+[about]
+other = "關於"
+
+[legal]
+other = "法律"
+
+[donations]
+other = "捐贈"
+
+[legal-notices]
+other = "法律聲明"
+
+[made-with]
+other = "Made with"
+
+[by-freebsd-community]
+other = "by the FreeBSD Community"
+
+[copyright]
+other = "保留所有權利"
+
+# ---------------------------------------------------
+# Articles page
+# ---------------------------------------------------
+[list-desc-articles]
+other = "探索 FreeBSD 文章綜合清單。"
+
+# ---------------------------------------------------
+# Books page
+# ---------------------------------------------------
+[prev]
+other = "Prev"
+
+[next]
+other = "Next"
+
+[split-html]
+other = "Split HTML"
+
+[single-html]
+other = "Single HTML"
+
+[book-chapters]
+other = "Book chapters"
+
+[book-menu]
+other = "Book menu"
+
+[list-desc-books]
+other = "Explore a comprehensive list of FreeBSD books."
+
+# ---------------------------------------------------
+# Languages page
+# ---------------------------------------------------
+[select-language]
+other = "Select a language"
+
+[current-selection]
+other = "Current selection:"
+
+# ---------------------------------------------------
+# Copyright
+# ---------------------------------------------------
+[freebsd-copyright]
+other = "FreeBSD 是 FreeBSD 基金會的註冊商標。"
+
+[pam]
+other = "This article was written for the FreeBSD Project by ThinkSec AS and Network Associates Laboratories, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 (“CBOSS”), as part of the DARPA CHATS research program."
+
+[coverity]
+other = "Coverity 是註冊商標。而 Coverity Extend、Coverity Prevent、Coverity Prevent SQS 是 Coverity, Inc. 的註冊商標。"
+
+[ibm]
+other = "IBM, AIX, OS/2, PowerPC, PS/2, S/390 以及 ThinkPad 是 International Business Machines Corporation 在美國和其他國家的商標。"
+
+[ieee]
+other = "IEEE, POSIX 以及 802 是 Institute of Electrical and Electronics Engineers, Inc. 在美國的註冊商標。"
+
+[redhat]
+other = "Red Hat, RPM, 是 Red Hat, Inc. 在美國和其他國家的註冊商標。"
+
+[3com]
+other = "3Com 和 HomeConnect 是 3Com Corporation 的註冊商標。"
+
+[amd]
+other = "AMD, AMD Athlon, AMD Opteron, Athlon, Élan, Opteron, 和 PCnet 是 Advanced Micro Devices, Inc. 的商標。"
+
+[adobe]
+other = "Adobe, Acrobat, Acrobat Reader, Flash 以及 PostScript 是 Adobe Systems Incorporated 在美國和/或其他國家的商標或註冊商標。"
+
+[apple]
+other = "Apple, AirPort, FireWire, iMac, iPhone, iPad, Mac, Macintosh, Mac OS, Quicktime 以及 TrueType 是 Apple Inc. 在美國以及其他國家的註冊商標。"
+
+[git]
+other = "Git and the Git logo are either registered trademarks or trademarks of Software Freedom Conservancy, Inc., corporate home of the Git Project, in the United States and/or other countries."
+
+[github]
+other = "GitHub is a trademark of GitHub Inc., registered in the United States and other countries."
+
+[gitlab]
+other = "GITLAB is a trademark of GitLab Inc. in the United States and other countries and regions."
+
+[intel]
+other = "Intel, Celeron, Centrino, Core, EtherExpress, i386, i486, Itanium, Pentium 以及 Xeon 是 Intel Corporation 及其分支機構在美國和其他國家的商標或註冊商標。"
+
+[linux]
+other = "Linux 是 Linus Torvalds 的註冊商標。"
+
+[microsoft]
+other = "Microsoft, IntelliMouse, MS-DOS, Outlook, Windows, Windows Media 以及 Windows NT 是 Microsoft Corporation 在美國和/或其他國家的商標或註冊商標。"
+
+[opengroup]
+other = "Motif, OSF/1, 和 UNIX 是 The Open Group 在美國和其他國家的註冊商標; IT DialTone 和 The Open Group 是其商標。"
+
+[qualcomm]
+other = "QUALCOMM 和 Eudora 是 QUALCOMM Incorporated 的註冊商標。"
+
+[sparc]
+other = "Sparc, Sparc64, 以及 UltraSPARC 是 SPARC International, Inc 在美國和其他國家的商標。為 Sun Microsystems, Inc. 所開發的架構,包含 SPARC 商標的產品。"
+
+[sun]
+other = "Sun, Sun Microsystems, Java, Java Virtual Machine, JDK, JRE, JSP, JVM, Netra, OpenJDK, Solaris, StarOffice, SunOS 以及 VirtualBox 是 Sun Microsystems, Inc. 在美國和其他國家的商標或註冊商標。"
+
+[unix]
+other = "Motif, OSF/1 以及 UNIX 是 The Open Group 在美國和其他國家的註冊商標; IT DialTone 和 The Open Group 是其商標。"
+
+[netbsd]
+other = "NetBSD是 NetBSD Foundation的註冊商標。"
+
+[realnetworks]
+other = "RealNetworks, RealPlayer, 和 RealAudio 是 RealNetworks, Inc. 的註冊商標。"
+
+[oracle]
+other = "Oracle 是 Oracle Corporation 的註冊商標。"
+
+[3ware]
+other = "3ware 是 3ware Inc 的註冊商標。"
+
+[arm]
+other = "ARM 是 ARM Limited. 的註冊商標。"
+
+[adaptec]
+other = "Adaptec 是 Adaptec, Inc. 的註冊商標。"
+
+[google]
+other = "Android is a trademark of Google Inc."
+
+[heidelberger]
+other = "Heidelberg, Helvetica, Palatino 以及 Times Roman 是 Heidelberger Druckmaschinen AG 在美國以及其他國家的商標或註冊商標。"
+
+[intuit]
+other = "Intuit 和 Quicken 是 Intuit Inc., 或其子公司在美國和其他國家的商標或註冊商標。"
+
+[lsilogic]
+other = "LSI Logic, AcceleRAID, eXtremeRAID, MegaRAID 和 Mylex 是 LSI Logic Corp 的商標或註冊商標。"
+
+[themathworks]
+other = "MATLAB 是 The MathWorks, Inc. 的註冊商標。"
+
+[thomson]
+other = "SpeedTouch 是 Thomson 的商標。"
+
+[vmware]
+other = "VMware 是 VMware, Inc. 的商標。"
+
+[wolframresearch]
+other = "Mathematica 是 Wolfram Research, Inc 的註冊商標。"
+
+[xiph]
+other = "Ogg Vorbis 和 Xiph.Org 是 Xiph.Org 的商標。"
+
+[xfree86]
+other = "XFree86 是 The XFree86 Project, Inc 的商標。."
+
+[daemon-news]
+other = "This article was originally published in the January 2000 issue of DaemonNews. This version of the article may include updates from Matt and other authors to reflect changes in FreeBSD's VM implementation."
+
+[general]
+other = "許多製造商和經銷商使用一些稱為商標的圖案或文字設計來區別自己的產品。 本文件中出現的眾多商標,以及 FreeBSD Project 本身廣所人知的商標,後面將以 “™” 或 “®” 符號來標示。"
[freebsdPowerServe]
other = "FreeBSD The Power to Serve"
@@ -18,9 +320,6 @@
other = "Production"
# Header
-[donate]
-other = "捐贈 FreeBSD"
-
[donateFoundation]
other = "Donate to the FreeBSD Foundation"
@@ -31,9 +330,6 @@
[home]
other = "首頁"
-[about]
-other = "關於"
-
[introduction]
other = "簡介"
@@ -61,15 +357,9 @@
[releaseEngineering]
other = "Release Engineering"
-[documentation]
-other = "文件"
-
[faq]
other = "常見問題集"
-[handbook]
-other = "使用手冊"
-
[porterHandbook]
other = "Porter 手冊"
@@ -85,9 +375,6 @@
[allBooksArticles]
other = "所有書籍與文章"
-[community]
-other = "社群"
-
[mailingLists]
other = "郵件論壇"
@@ -237,10 +524,6 @@
[notFoundDesc]
other = "Please try your request again, use one of the links in the navigation menu, or the search box at the top of the page."
-# Footer
-[copyright]
-other = "保留所有權利。"
-
[trademark]
other = "FreeBSD 標誌是 FreeBSD 基金會的註冊商標,由 FreeBSD 基金會授權 FreeBSD 計畫使用"
@@ -410,9 +693,6 @@
[logo]
other = "Logo"
-[donations]
-other = "捐贈"
-
[privacy]
other = "隱私政策"
diff --git a/website/themes/beastie/layouts/404.html b/website/themes/beastie/layouts/404.html
old mode 100755
new mode 100644
diff --git a/website/themes/beastie/layouts/_partials/advisories.html b/website/themes/beastie/layouts/_partials/advisories.html
--- a/website/themes/beastie/layouts/_partials/advisories.html
+++ b/website/themes/beastie/layouts/_partials/advisories.html
@@ -1,13 +1,29 @@
+
{{ i18n "securityAdvisories" }}
{{ $advisoriesCounter := 0 }}
{{ with .Site.Data.security.advisories }}
+ {{ $prevDate := false }}
{{ range (sort .advisories "date" "desc") }}
- {{ if lt $advisoriesCounter 4 }}
-
+ There are many reasons to choose FreeBSD. Browse highlights below or
+ explore features for more insights.
+
+
+
+
+
Native ZFS
+
+
+
+
+ OpenZFS is a
+ mature, sophisticated, and much-loved file system. FreeBSD is one
+ of the only operating systems to offer it as a fully integrated
+ feature and not as manual add-on. This means it's painless to
+ choose ZFS from the installer, and you won't have to worry during
+ system upgrades.
+
+
+
+
+
Virtualization
+
+
+
+
+ FreeBSD comes with bhyve, a
+ feature-rich type 2 hypervisor. bhyve supports virtio hardware,
+ PCI passthrough, and high-performance emulated NVMe. Run
+ bhyve(8) directly, or
+ leverage tools like
+ vm-bhyve(8) to simplify
+ management of virtual machines.
+
+
+
+
+
Jails
+
+
+
+
+ FreeBSD
+ jails
+ are isolated environments that allow you to partition your
+ system's workload. Want to run a web server with its own isolated
+ file system and networking? Put it in a jail. Use the built-in
+ jail(8) command or
+ leverage tools like
+ Bastille to make jail
+ management trivial.
+
+
+
+
+
Networking
+
+
+
+
+ FreeBSD has long been known for its excellent networking
+ performance. Today companies like Netflix rely on the performance
+ and stability of FreeBSD's network stack to handle some of the
+ most demanding loads in the world.
+
+
+
+
+
Documentation
+
+
+
+
+ FreeBSD prides itself in having comprehensive, well-written
+ documentation. You'll find it on the
+ documentation page, and
+ perhaps more importantly you'll find it as part of the FreeBSD OS
+ itself. Tools like
+ apropos(1) make
+ finding docs simple.
+
+
+
+
+
Community
+
+
+
+
+ The FreeBSD community is vibrant and collaborative. Engage
+ virtually on
+ IRC,
+ Discord, or the mailing lists;
+ or attend a FreeBSD
+ event. And be sure
+ to checkout all the community engagement driven by the
+ FreeBSD Foundation.
+
-{{ end }}
+{{ end }}
\ No newline at end of file
diff --git a/website/themes/beastie/layouts/news/rss.xml b/website/themes/beastie/layouts/news/news.rss.xml
rename from website/themes/beastie/layouts/news/rss.xml
rename to website/themes/beastie/layouts/news/news.rss.xml
diff --git a/website/themes/beastie/layouts/press/rss.xml b/website/themes/beastie/layouts/press/press.rss.xml
rename from website/themes/beastie/layouts/press/rss.xml
rename to website/themes/beastie/layouts/press/press.rss.xml
diff --git a/website/themes/beastie/layouts/security/list.html b/website/themes/beastie/layouts/security/list.html
--- a/website/themes/beastie/layouts/security/list.html
+++ b/website/themes/beastie/layouts/security/list.html
@@ -1,57 +1,75 @@
{{ define "main" }}
-
+ {{ end }}
{{ end }}
{{ end }}
- {{ end }}
- {{ if eq $.Params.security "advisories" }}
- {{ with .Site.Data.security.advisories }}
- {{ range .advisories }}
-
+ {{ end }}
{{ end }}
{{ end }}
- {{ end }}
- {{ if eq $.Params.security "advisories" }}
- {{ with .Site.Data.security.advisories }}
- {{ range .advisories }}
-