X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fi18n%2Fen.js;fp=resources%2Fjs%2Fi18n%2Fen.js;h=d9cd50ff574849bf311be4ad658b977a764ae770;hb=73c29bf37f10df401d87d14cc26999f88ce77379;hp=5ad5c352c19c59d9845f58d76c5c9b8cc5be9cc0;hpb=2ba39c5f4632579146d2663d82149a156a4e96c1;p=alttp.git diff --git a/resources/js/i18n/en.js b/resources/js/i18n/en.js index 5ad5c35..d9cd50f 100644 --- a/resources/js/i18n/en.js +++ b/resources/js/i18n/en.js @@ -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',