1<?php
2
3// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
4// See the LICENCE file in the repository root for full licence text.
5
6return [
7 'deleted' => 'gelöscht',
8 'deleted_by' => 'vor :timeago von :user entfernt',
9 'deleted_by_system' => 'System',
10 'deleted_count' => ':count_delimited gelöschter Kommentar|:count_delimited gelöschte Kommentare',
11 'edited' => ':timeago von :user bearbeitet',
12 'pinned' => 'angeheftet',
13 'empty' => 'Noch keine Kommentare vorhanden.',
14 'empty_other' => 'Keine anderen Kommentare bisher.',
15 'load_replies' => 'Antworten laden',
16 'replies_count' => ':count_delimited Antwort|:count_delimited Antworten',
17 'title' => 'Kommentare',
18
19 'commentable_name' => [
20 'beatmapset' => 'Beatmap',
21 'build' => 'Changelog',
22 'news_post' => 'Neuigkeiten',
23 '_deleted' => 'Gelöschtes Item',
24 ],
25
26 'editor' => [
27 'textarea_hint' => [
28 '_' => 'Drücke Enter, um zu :action. Benutze Shift+Enter für eine neue Zeile.',
29 'edit' => 'Speichern',
30 'new' => 'posten',
31 'reply' => 'Antworten',
32 ],
33 ],
34
35 'guest_button' => [
36 'new' => 'Einloggen, um zu kommentieren',
37 'reply' => 'Einloggen, um zu antworten',
38 ],
39
40 'index' => [
41 'nav_comments' => 'Kommentare',
42 'nav_title' => 'Auflistung',
43 'no_comments' => 'keine Kommentare gefunden...',
44 ],
45
46 'ogp' => [
47 'title' => 'Kommentar von :user',
48 ],
49
50 'placeholder' => [
51 'edit' => 'Kommentar hier bearbeiten',
52 'new' => 'Neuen Kommentar hier schreiben',
53 'reply' => 'Antwort hier eingeben',
54 ],
55
56 'show' => [
57 'nav_title' => 'Kommentare',
58 ],
59];