]> git.localhorst.tv Git - alttp.git/blob - resources/js/i18n/de.js
add missing translation
[alttp.git] / resources / js / i18n / de.js
1 /* eslint-disable max-len */
2 export default {
3         translation: {
4                 button: {
5                         add: 'Hinzufügen',
6                         back: 'Zurück',
7                         cancel: 'Abbrechen',
8                         close: 'Schließen',
9                         edit: 'Bearbeiten',
10                         help: 'Hilfe',
11                         login: 'Login',
12                         logout: 'Logout',
13                         new: 'Neu',
14                         protocol: 'Protokoll',
15                         save: 'Speichern',
16                         search: 'Suche',
17                 },
18                 general: {
19                         appName: 'ALttP',
20                 },
21                 icon: {
22                         DiscordIcon: 'Discord',
23                         EditIcon: 'Bearbeiten',
24                         FinishedIcon: 'Abgeschlossen',
25                         FirstPlaceIcon: 'Erster Platz',
26                         LogoutIcon: 'Logout',
27                         PendingIcon: 'Ausstehend',
28                         SecondPlaceIcon: 'Zweiter Platz',
29                         ThirdPlaceIcon: 'Dritter Platz',
30                 },
31                 participants: {
32                         empty: 'Noch keine Teilnehmer eingetragen',
33                         heading: 'Teilnehmer',
34                 },
35                 protocol: {
36                         description: {
37                                 result: {
38                                         report: 'Ergebnis eingetragen',
39                                 },
40                                 round: {
41                                         create: 'Runde hinzugefügt',
42                                 },
43                                 unknown: 'Unbekannter Protokolleintrag vom Typ {{type}}.',
44                         },
45                         empty: 'Leider nix',
46                         heading: 'Protokoll',
47                 },
48                 results: {
49                         edit: 'Ergebnis ändern',
50                         report: 'Ergebnis eintragen',
51                         reportTime: 'Zeit',
52                         reportPreview: 'Wird als {{ time }} festgehalten',
53                         time: 'Zeit: {{ time }}',
54                 },
55                 rounds: {
56                         date: '{{ date, L }}',
57                         empty: 'Noch keine Runde gestartet',
58                         heading: 'Runden',
59                         new: 'Neue Runde',
60                         noSeed: 'Noch kein Seed',
61                         seed: 'Seed',
62                         setSeed: 'Seed eintragen',
63                 },
64                 validation: {
65                         error: {
66                                 required: 'Bitte ausfüllen',
67                                 time: 'Bitte Zeit im 1:23:45 Format eingeben (oder 56:23 wenn du schnell warst ^^).',
68                                 url: 'Bitte eine URL eingeben',
69                         },
70                 }
71         },
72 };