]> git.localhorst.tv Git - alttp.git/commitdiff
add cancel-event command translation
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 11 Jul 2025 14:50:48 +0000 (16:50 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 11 Jul 2025 14:50:48 +0000 (16:50 +0200)
resources/js/i18n/de.js
resources/js/i18n/en.js

index ea110814d007b146c6884f98623ddd5319412383..89d4d669b93b49ae1768e5c0af60d36d74119aaa 100644 (file)
@@ -159,6 +159,7 @@ export default {
                        commandTime: '{{ time, L HH:mm:ss }}',
                        commandTimeUser: '{{ time, L HH:mm:ss }} von {{ user }}',
                        commandType: {
+                               'cancel-event': 'Event absagen',
                                'episode-event': 'Episoden-Event Synchronisation',
                                message: 'Nachricht',
                                result: 'Ergebnis',
index f0c00159a80c160787d1bd862c5892d61eaa61d7..9f28396748819e5f75c56a08c9d787e08a0db1c0 100644 (file)
@@ -159,6 +159,7 @@ export default {
                        commandTime: '{{ time, L HH:mm:ss }}',
                        commandTimeUser: '{{ time, L HH:mm:ss }} by {{ user }}',
                        commandType: {
+                               'cancel-event': 'Cancel event',
                                'episode-event': 'Episode event synchronization',
                                message: 'Message',
                                result: 'Result',