mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-04 11:11:21 +01:00
Updated by "Remove blank strings" add-on in Weblate. Co-authored-by: Hosted Weblate <hosted@weblate.org> Translate-URL: https://hosted.weblate.org/projects/unit3d/regions/ Translation: UNIT3D/regions
64 lines
2.4 KiB
PHP
64 lines
2.4 KiB
PHP
<?php
|
|
return [
|
|
/**
|
|
* NOTICE OF LICENSE.
|
|
*
|
|
* UNIT3D Community Edition is open-sourced software licensed under the GNU Affero General Public License v3.0
|
|
* The details is bundled with this project in the file LICENSE.txt.
|
|
*
|
|
* @project UNIT3D Community Edition
|
|
*
|
|
* @author HDVinnie <hdinnovations@protonmail.com>
|
|
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
|
|
*/
|
|
'active' => 'Aktiv',
|
|
'all' => 'Alle',
|
|
'all-time' => 'Alle Bisher',
|
|
'banned' => 'Verbannte',
|
|
'by-count' => 'Nach Anzahl',
|
|
'by-data' => 'Nach Größe',
|
|
'by-volume' => 'Nach Traffic',
|
|
'credited' => 'Gutgeschrieben',
|
|
'disabled' => 'Deaktivierte',
|
|
'group' => 'Gruppe',
|
|
'groups' => 'Gruppen',
|
|
'last30days' => 'Letzte 30 Tage',
|
|
'nerd-stats' => 'Nerd-Statistiken',
|
|
'nerd-stats-desc' => 'Wir alle lieben Statistiken. Hier einige, die wir wichtig finden',
|
|
'place' => 'Ort',
|
|
'pruned' => 'Deaktivierte',
|
|
'real' => 'Real',
|
|
'registration-date' => 'Registrierungs-Datum',
|
|
'request-fulfilled' => 'Request erfüllt',
|
|
'request-not-fulfilled' => 'Request nicht erfüllt',
|
|
'request-pending-aproval' => 'Noch ausstehende Request Genehmigung',
|
|
'select-category' => 'Bitte wähle eine Kategorie aus',
|
|
'site-stats' => 'Seiten-Statistiken',
|
|
'stats' => 'Statistiken',
|
|
'stats-format' => 'Alle Statistiken werden im Top-100-Format angezeigt',
|
|
'top-bankers' => 'Top Punkte-Hoarder',
|
|
'top-bountied' => 'Top Bountied',
|
|
'top-completed' => 'Top Abgeschlossen',
|
|
'top-dead' => 'Top Tot',
|
|
'top-downloaded' => 'Top Heruntergeladene Torrents',
|
|
'top-downloaders' => 'Top Downloader',
|
|
'top-dying' => 'Top Sterbend',
|
|
'top-leeched' => 'Top Leecher',
|
|
'top-leechers' => 'Top Leecher',
|
|
'top-seeded' => 'Top Seeded',
|
|
'top-seeding' => 'Top Seeding',
|
|
'top-seeders' => 'Top Seeder',
|
|
'top-seedsize' => 'Top Seedgröße',
|
|
'top-seedtime' => 'Top Seedzeit',
|
|
'top-uploaders' => 'Top Uploader',
|
|
'total-download' => 'Total Download',
|
|
'total-torrents' => 'Total Torrents',
|
|
'total-traffic' => 'Total Traffic',
|
|
'total-upload' => 'Total Upload',
|
|
'updated' => '(Wird alle 10 Minuten aktualisiert!)',
|
|
'users-in-group' => 'Nutzer in der Gruppe',
|
|
'users-per-group' => 'Nutzer pro Gruppe',
|
|
'last60days' => 'Letzten 60 Tage',
|
|
'languages' => 'Sprachen',
|
|
];
|