]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/i18n/de.js
basic result display
[alttp.git] / resources / js / i18n / de.js
index fcfbe4a667539c5f21affcd992cca9293aa738f4..e31b96c780800c8f34eb5c1c1139de0dcd6de73c 100644 (file)
@@ -12,5 +12,17 @@ export default {
                        DiscordIcon: 'Discord',
                        LogoutIcon: 'Logout',
                },
+               participants: {
+                       empty: 'Noch keine Teilnehmer eingetragen',
+                       heading: 'Teilnehmer',
+               },
+               results: {
+                       time: 'Zeit: {{ time }}',
+               },
+               rounds: {
+                       date: '{{ date, L }}',
+                       heading: 'Runden',
+                       new: 'Neue Runde',
+               },
        },
 };