mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-09 13:41:18 +01:00
Currently translated at 92.3% (374 of 405 strings) Translated using Weblate (German) Currently translated at 100.0% (229 of 229 strings) Translated using Weblate (German) Currently translated at 100.0% (64 of 64 strings) Translated using Weblate (German) Currently translated at 100.0% (29 of 29 strings) Translated using Weblate (German) Currently translated at 100.0% (63 of 63 strings) Translated using Weblate (German) Currently translated at 99.1% (227 of 229 strings) Translated using Weblate (German) Currently translated at 85.8% (91 of 106 strings) Translated using Weblate (German) Currently translated at 96.9% (222 of 229 strings) Translated using Weblate (German) Currently translated at 98.4% (63 of 64 strings) Translated using Weblate (German) Currently translated at 100.0% (26 of 26 strings) Translated using Weblate (German) Currently translated at 98.4% (62 of 63 strings) Translated using Weblate (German) Currently translated at 98.6% (225 of 228 strings) Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Retro 37 <wenzelnico@aol.com> Co-authored-by: Spam Mails <spam.lokilicious@gmail.com> Co-authored-by: wake134 <github@stdin.vip> Translate-URL: https://hosted.weblate.org/projects/unit3d/auth/de/ Translate-URL: https://hosted.weblate.org/projects/unit3d/common/de/ Translate-URL: https://hosted.weblate.org/projects/unit3d/mediahub/de/ Translate-URL: https://hosted.weblate.org/projects/unit3d/playlist/de/ Translate-URL: https://hosted.weblate.org/projects/unit3d/staff/de/ Translate-URL: https://hosted.weblate.org/projects/unit3d/torrent/de/ Translate-URL: https://hosted.weblate.org/projects/unit3d/user/de/ Translate-URL: https://hosted.weblate.org/projects/unit3d/validation/de/ Translation: UNIT3D/auth Translation: UNIT3D/common Translation: UNIT3D/mediahub Translation: UNIT3D/playlist Translation: UNIT3D/staff Translation: UNIT3D/torrent Translation: UNIT3D/user Translation: UNIT3D/validation
44 lines
1.9 KiB
PHP
44 lines
1.9 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
|
|
*/
|
|
'about' => 'Hier findest du von Nutzern erstelle Playlists!',
|
|
'attached-success' => 'Torrent wurde erfolgreich zur Playlist hinzugefügt.',
|
|
'add-to-playlist' => 'Torrent zur Playlist hinzufügen',
|
|
'add-torrent' => 'Torrent hinzufügen',
|
|
'added-by' => 'Von:',
|
|
'cover' => 'Ein Titelbild auswählen',
|
|
'create' => 'Neue Playlist erstellen',
|
|
'delete-playlist' => 'Playlist löschen',
|
|
'deleted' => 'Playlist gelöscht!',
|
|
'detached-success' => 'Torrent wurde erfolgreich von der Playslist entfernt.',
|
|
'desc' => 'Playlist Beschreibung',
|
|
'download-all' => 'Alle Playlist Torrents herunterladen',
|
|
'edit-playlist' => 'Playlist bearbeiten',
|
|
'list-by' => 'Eine Liste erstellt von:',
|
|
'list-about' => 'Eine Liste über:',
|
|
'is-private' => 'Private Playlist?',
|
|
'playlists' => 'Playlists',
|
|
'private-error' => 'Dies ist eine Private Playlist!',
|
|
'published-success' => 'Deine Playlist wurde erfolgreich erstellt!',
|
|
'title' => 'Titel',
|
|
'titles' => 'Titel',
|
|
'update-success' => 'Deine Playlist wurde erfolgreich aktualisiert!',
|
|
'playlist-suggestions' => 'Playlist Vorschläge',
|
|
'playlist-suggestion-rejections' => 'Abgelehnte Playlist Vorschläge',
|
|
'suggest-torrent' => 'Torrent vorschlagen',
|
|
'suggestion-review' => 'Dein Vorschlag wurde zur Prüfung an den Playlistersteller geschickt',
|
|
'suggestion-approved' => 'Playlist Vorschlag angenommen',
|
|
'suggestion-rejected' => 'Playlist Vorschlag abgelehnt',
|
|
'last-addition-at' => 'Zuletzt hinzugefügt am',
|
|
];
|