]> git.localhorst.tv Git - alttp.git/commitdiff
add missing translation
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 11 Jul 2025 11:37:24 +0000 (13:37 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 11 Jul 2025 11:37:24 +0000 (13:37 +0200)
resources/js/i18n/en.js

index de6c2232961ab48883160afa4e5222e25c12a44e..ebab681c78892b0be0bf1e30def253f422524aa3 100644 (file)
@@ -598,6 +598,18 @@ export default {
                },
                schedule: {
                        description: 'Upcoming matches and other events.',
+                       filter: 'Filter',
+                       filters: {
+                               event: 'By event',
+                               game: 'By game',
+                       },
+                       games: {
+                               alttp: 'ALttP',
+                               alttpr: 'ALttPR',
+                               sm: 'SM',
+                               smr: 'SMR',
+                               smz3: 'SMZ3',
+                       },
                        heading: 'Schedule',
                        startTime: '{{ date, LT }}',
                },