]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/i18n/de.js
protocol frontend
[alttp.git] / resources / js / i18n / de.js
index 033059b40f7ef0f10907461526d2e8756e137d52..ff78e7a1acab8e351d09f011baf248de5fb709bc 100644 (file)
@@ -2,8 +2,17 @@
 export default {
        translation: {
                button: {
+                       add: 'Hinzufügen',
+                       back: 'Zurück',
+                       close: 'Schließen',
+                       edit: 'Bearbeiten',
+                       help: 'Hilfe',
                        login: 'Login',
                        logout: 'Logout',
+                       new: 'Neu',
+                       protocol: 'Protokoll',
+                       save: 'Speichern',
+                       search: 'Suche',
                },
                general: {
                        appName: 'ALttP',
@@ -16,6 +25,16 @@ export default {
                        empty: 'Noch keine Teilnehmer eingetragen',
                        heading: 'Teilnehmer',
                },
+               protocol: {
+                       description: {
+                               round: {
+                                       create: 'Runde hinzugefügt',
+                               },
+                               unknown: 'Unbekannter Protokolleintrag vom Typ {{type}}.',
+                       },
+                       empty: 'Leider nix',
+                       heading: 'Protokoll',
+               },
                results: {
                        time: 'Zeit: {{ time }}',
                },