Added da-DK translation THX atjn

This commit is contained in:
Tobias Diekershoff 2022-05-01 20:03:18 +02:00
parent 9b789907f5
commit f34c9bcc63
Signed by: tobias
GPG Key ID: 25FE376FF17694A1
4 changed files with 131 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<div class="ui stackable middle very relaxed page grid">
<div class="sixteen wide center aligned centered column">
<div>
<img class="logo" src="{{AppSubUrl}}/assets/img/friendica-128.png" />
<img class="logo" src="{{AppSubUrl}}/img/friendica-128.png" />
</div>
<div class="hero">
<h1 class="ui icon header title">
@ -36,6 +36,8 @@
<h2>A <a href='https://friendi.ca' target='_new'>Friendica</a> projekt git tárolóinak gyűjteménye.</h2>
{{else if eq .Lang "ru-RU"}}
<h2>Собрание git-репозиториев проекта <a href='https://friendi.ca' target='_new'>Friendica</a>.</h2>
{{else if eq .Lang "da-DK"}}
<h2><a href='https://friendi.ca' target='_new'>Friendica</a> projektets samling af git depoter.</h2>
{{else}}
<h2>Collection of the git repositories of the <a href='https://friendi.ca' target='_new'>Friendica</a> project.</h2>
{{end}}
@ -538,6 +540,44 @@
</div>
</div>
{{else if eq .Lang "da-DK"}}
<div class="ui stackable middle very relaxed page grid">
<div class="eight wide center column">
<h1 class="hero ui icon header">
<i class="octicon octicon-rocket"></i> Nem at installere
</h1>
<p class="large">
Det eneste du skal bruge er PHP og en MySQL database. Installation kan foregå via filupload, git eller docker.
</p>
</div>
<div class="eight wide center column">
<h1 class="hero ui icon header">
<i class="octicon octicon-code"></i> Fri software
</h1>
<p class="large">
Friendica er fri software, licenseret i henhold til AGPLv3 (eller senere). Den fulde kildekode er hostet på <a href='https://git.friendi.ca/friendica/friendica'>git.friendi.ca</a>. Slut dig til os ved at bidrage og gøre dette projekt endnu bedre. Vær ikke bange for at <a href='https://git.friendi.ca/friendica/friendica/src/branch/develop/doc/Developers-Intro.md'>blive en bidragsyder</a>!
</p>
</div>
</div>
<div class="ui stackable middle very relaxed page grid">
<div class="eight wide center column">
<h1 class="hero ui icon header">
<i class="octicon octicon-globe"></i> Decentralisering
</h1>
<p class="large">
Decentralized architecture with no central authority or ownership. Relationships can be made across any compatible system, creating a network of Internet scale made up of smaller sites. Seamless wall-to-wall posts and remote comments, even across different network nodes.
</p>
</div>
<div class="eight wide center column">
<h1 class="hero ui icon header">
<i class="octicon octicon-organization"></i> Interoperabilitet
</h1>
<p class="large">
Friendica har indbygget understøttelse for protokollerne ActivityPub (fx Hubzilla, Mastodon, Pleroma, Pixelfed, Socialhome), OStatus (fx GNU social) og diaspora* (fx diaspora*). Med yderligere tilføjelser kan du forbinde til flere netværk som pump.io, Twitter og flere.
</p>
</div>
</div>
{{else}}
<div class="ui stackable middle very relaxed page grid">
<div class="eight wide center column">

View File

@ -56,7 +56,7 @@ fn = os.path.join(os.path.abspath(os.path.dirname(__file__)), languageDirectory)
# of the available translations. Later in the script, when the home.tmpl
# is created, we'll loop over all these languages.
translations = ['de-DE', 'nl-NL', 'it-IT', 'pl-PL', 'cs-CZ', 'en-GB',
'ja-JA', 'ca-ES', 'es-ES', 'fi-FI', 'fr-FR', 'hu-HU', 'ru-RU']
'ja-JA', 'ca-ES', 'es-ES', 'fi-FI', 'fr-FR', 'hu-HU', 'ru-RU', 'da-DK']
count = len(translations)
languages = {}
# read in all the available translation for later usage

Binary file not shown.

View File

@ -0,0 +1,89 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR ORGANIZATION
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# Translators:
# Anton <dev@atjn.dk>, 2022
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2020-08-18 18:15+CEST\n"
"PO-Revision-Date: 2018-06-06 12:46+0000\n"
"Last-Translator: Anton <dev@atjn.dk>, 2022\n"
"Language-Team: Danish (Denmark) (https://www.transifex.com/Friendica/teams/12172/da_DK/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Language: da_DK\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: generate_home_tmpl.py:39
msgid ""
"Collection of the git repositories of the <a href='https://friendi.ca' "
"target='_new'>Friendica</a> project."
msgstr ""
"<a href='https://friendi.ca' target='_new'>Friendica</a> projektets samling "
"af git depoter."
#: generate_home_tmpl.py:40
msgid "Easy to install"
msgstr "Nem at installere"
#: generate_home_tmpl.py:41
msgid ""
"All you need is PHP and a MySQL database. Installation can be done via file "
"upload, git or docker."
msgstr ""
"Det eneste du skal bruge er PHP og en MySQL database. Installation kan "
"foregå via filupload, git eller docker."
#: generate_home_tmpl.py:42
msgid "Free Software"
msgstr "Fri software"
#: generate_home_tmpl.py:43
msgid ""
"Friendica is Free Software, licensed under the terms of the AGPLv3 (or "
"later). The entire source code is hosted at <a "
"href='https://git.friendi.ca/friendica/friendica'>git.friendi.ca</a>. Join "
"us by contributing to make this project even better. Don't be shy to <a "
"href='https://git.friendi.ca/friendica/friendica/src/branch/develop/doc/Developers-"
"Intro.md'>be a contributor</a>!"
msgstr ""
"Friendica er fri software, licenseret i henhold til AGPLv3 (eller senere). "
"Den fulde kildekode er hostet på <a "
"href='https://git.friendi.ca/friendica/friendica'>git.friendi.ca</a>. Slut "
"dig til os ved at bidrage og gøre dette projekt endnu bedre. Vær ikke bange "
"for at <a "
"href='https://git.friendi.ca/friendica/friendica/src/branch/develop/doc/Developers-"
"Intro.md'>blive en bidragsyder</a>!"
#: generate_home_tmpl.py:44
msgid "Decentralization"
msgstr "Decentralisering"
#: generate_home_tmpl.py:45
msgid ""
"Decentralized architecture with no central authority or ownership. "
"Relationships can be made across any compatible system, creating a network "
"of Internet scale made up of smaller sites. Seamless wall-to-wall posts and "
"remote comments, even across different network nodes."
msgstr ""
#: generate_home_tmpl.py:46
msgid "Interoperability"
msgstr "Interoperabilitet"
#: generate_home_tmpl.py:47
msgid ""
"Friendica has build in support for the ActivityPub (e.g. Hubzilla, Mastodon,"
" Pleroma, Pixelfed, Socialhome), OStatus (e.g. GNU social) and diaspora* "
"(e.g. diaspora*) protocol. With additional addons you can bridge to more "
"networks like pump.io, Twitter and others."
msgstr ""
"Friendica har indbygget understøttelse for protokollerne ActivityPub (fx "
"Hubzilla, Mastodon, Pleroma, Pixelfed, Socialhome), OStatus (fx GNU social) "
"og diaspora* (fx diaspora*). Med yderligere tilføjelser kan du forbinde til "
"flere netværk som pump.io, Twitter og flere."