]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/i18n/de.js
switch participant list to scoreboard
[alttp.git] / resources / js / i18n / de.js
index 6bca83bd27b50d80b2944cd96c0dfbe26333e083..97089e6013fe89a6dc450cb73f6db1aad669a57d 100644 (file)
@@ -22,15 +22,24 @@ export default {
                        DiscordIcon: 'Discord',
                        EditIcon: 'Bearbeiten',
                        FinishedIcon: 'Abgeschlossen',
+                       FirstPlaceIcon: 'Erster Platz',
+                       ForfeitIcon: 'Aufgegeben',
                        LogoutIcon: 'Logout',
                        PendingIcon: 'Ausstehend',
+                       SecondPlaceIcon: 'Zweiter Platz',
+                       ThirdPlaceIcon: 'Dritter Platz',
                },
                participants: {
                        empty: 'Noch keine Teilnehmer eingetragen',
                        heading: 'Teilnehmer',
+                       participant: 'Teilnehmer',
+                       score: 'Punktzahl',
                },
                protocol: {
                        description: {
+                               result: {
+                                       report: 'Ergebnis eingetragen',
+                               },
                                round: {
                                        create: 'Runde hinzugefügt',
                                },
@@ -41,9 +50,12 @@ export default {
                },
                results: {
                        edit: 'Ergebnis ändern',
+                       forfeit: 'Aufgegeben',
                        report: 'Ergebnis eintragen',
-                       reportTime: 'Zeit',
+                       reportError: 'Fehler beim Eintragen :(',
                        reportPreview: 'Wird als {{ time }} festgehalten',
+                       reportSuccess: 'Ergebnis festgehalten',
+                       reportTime: 'Zeit',
                        time: 'Zeit: {{ time }}',
                },
                rounds: {
@@ -55,6 +67,9 @@ export default {
                        seed: 'Seed',
                        setSeed: 'Seed eintragen',
                },
+               tournaments: {
+                       scoreboard: 'Scoreboard',
+               },
                validation: {
                        error: {
                                required: 'Bitte ausfüllen',