]> git.localhorst.tv Git - alttp.git/blob - resources/js/i18n/de.js
add seed display
[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                         LogoutIcon: 'Logout',
26                         PendingIcon: 'Ausstehend',
27                 },
28                 participants: {
29                         empty: 'Noch keine Teilnehmer eingetragen',
30                         heading: 'Teilnehmer',
31                 },
32                 protocol: {
33                         description: {
34                                 round: {
35                                         create: 'Runde hinzugefügt',
36                                 },
37                                 unknown: 'Unbekannter Protokolleintrag vom Typ {{type}}.',
38                         },
39                         empty: 'Leider nix',
40                         heading: 'Protokoll',
41                 },
42                 results: {
43                         edit: 'Ergebnis ändern',
44                         report: 'Ergebnis eintragen',
45                         reportTime: 'Zeit',
46                         reportPreview: 'Wird als {{ time }} festgehalten',
47                         time: 'Zeit: {{ time }}',
48                 },
49                 rounds: {
50                         date: '{{ date, L }}',
51                         empty: 'Noch keine Runde gestartet',
52                         heading: 'Runden',
53                         new: 'Neue Runde',
54                         seed: 'Seed',
55                 },
56                 validation: {
57                         error: {
58                                 required: 'Bitte ausfüllen',
59                                 time: 'Bitte Zeit im 1:23:45 Format eingeben (oder 56:23 wenn du schnell warst ^^).',
60                         },
61                 }
62         },
63 };