]> git.localhorst.tv Git - alttp.git/blob - resources/js/i18n/de.js
add command to reload clients
[alttp.git] / resources / js / i18n / de.js
1 /* eslint-disable max-len */
2 export default {
3         translation: {
4                 button: {
5                         login: 'Login',
6                         logout: 'Logout',
7                 },
8                 general: {
9                         appName: 'ALttP',
10                 },
11                 icon: {
12                         DiscordIcon: 'Discord',
13                         LogoutIcon: 'Logout',
14                 },
15                 participants: {
16                         empty: 'Noch keine Teilnehmer eingetragen',
17                         heading: 'Teilnehmer',
18                 },
19                 results: {
20                         time: 'Zeit: {{ time }}',
21                 },
22                 rounds: {
23                         date: '{{ date, L }}',
24                         empty: 'Noch keine Runde gestartet',
25                         heading: 'Runden',
26                         new: 'Neue Runde',
27                 },
28         },
29 };