]> git.localhorst.tv Git - alttp.git/blob - resources/js/i18n/de.js
protocol frontend
[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                         close: 'Schließen',
8                         edit: 'Bearbeiten',
9                         help: 'Hilfe',
10                         login: 'Login',
11                         logout: 'Logout',
12                         new: 'Neu',
13                         protocol: 'Protokoll',
14                         save: 'Speichern',
15                         search: 'Suche',
16                 },
17                 general: {
18                         appName: 'ALttP',
19                 },
20                 icon: {
21                         DiscordIcon: 'Discord',
22                         LogoutIcon: 'Logout',
23                 },
24                 participants: {
25                         empty: 'Noch keine Teilnehmer eingetragen',
26                         heading: 'Teilnehmer',
27                 },
28                 protocol: {
29                         description: {
30                                 round: {
31                                         create: 'Runde hinzugefügt',
32                                 },
33                                 unknown: 'Unbekannter Protokolleintrag vom Typ {{type}}.',
34                         },
35                         empty: 'Leider nix',
36                         heading: 'Protokoll',
37                 },
38                 results: {
39                         time: 'Zeit: {{ time }}',
40                 },
41                 rounds: {
42                         date: '{{ date, L }}',
43                         empty: 'Noch keine Runde gestartet',
44                         heading: 'Runden',
45                         new: 'Neue Runde',
46                 },
47         },
48 };