]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/i18n/en.js
guessing game auto-tracking
[alttp.git] / resources / js / i18n / en.js
index 5ad5c352c19c59d9845f58d76c5c9b8cc5be9cc0..d9cd50ff574849bf311be4ad658b977a764ae770 100644 (file)
@@ -52,6 +52,18 @@ export default {
                        rejectSuccess: 'Rejected',
                        rejectError: 'Error rejecting',
                },
+               autoTracking: {
+                       heading: 'Auto tracking',
+                       statusMsg: {
+                               disabled: 'Disabled',
+                               disconnected: 'Disconnected',
+                               error: 'Connection error',
+                               'no-device': 'No device',
+                               'not-applicable': 'Connected to {{ device }}, mode not applicable',
+                               'not-in-game': 'Connected to {{ device }}, not in game',
+                               tracking: 'Connected to {{ device }}',
+                       },
+               },
                button: {
                        add: 'Add',
                        back: 'Back',