From b763cbb1ced6ba9b5f9c264b73a80d6cfd30c337 Mon Sep 17 00:00:00 2001 From: Codel1417 <13484789+Codel1417@users.noreply.github.com> Date: Thu, 25 Jan 2024 14:48:47 -0500 Subject: [PATCH] add en --- lang/intl_messages_en.arb | 369 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 369 insertions(+) create mode 100644 lang/intl_messages_en.arb diff --git a/lang/intl_messages_en.arb b/lang/intl_messages_en.arb new file mode 100644 index 00000000..1e4b3250 --- /dev/null +++ b/lang/intl_messages_en.arb @@ -0,0 +1,369 @@ +{ + "@@last_modified": "2024-01-25T13:41:19.340125", + "Tail App": "Tail App", + "@Tail App": { + "description": "The name of the app", + "type": "text", + "placeholders": {} + }, + "All of the Tails": "All of the Tails", + "@All of the Tails": { + "description": "The sub-title which displays in the navigation drawer", + "type": "text", + "placeholders": {} + }, + "Manage Devices": "Manage Devices", + "@Manage Devices": { + "description": "The screen where you pair and manage gear", + "type": "text", + "placeholders": {} + }, + "Press back again to leave": "Press back again to leave", + "@Press back again to leave": { + "description": "A toast which appears when the back button is pressed at the main page", + "type": "text", + "placeholders": {} + }, + "Joystick": "Joystick", + "@Joystick": { + "description": "The label and title of the joystick page", + "type": "text", + "placeholders": {} + }, + "Feedback": "Feedback", + "@Feedback": { + "description": "The label and title of the feedback page", + "type": "text", + "placeholders": {} + }, + "About": "About", + "@About": { + "description": "The label and title of the about page", + "type": "text", + "placeholders": {} + }, + "Settings": "Settings", + "@Settings": { + "description": "The label and title of the settings page", + "type": "text", + "placeholders": {} + }, + "Actions": "Actions", + "@Actions": { + "description": "The label and title of the action page", + "type": "text", + "placeholders": {} + }, + "Triggers": "Triggers", + "@Triggers": { + "description": "The label and title of the trigger page", + "type": "text", + "placeholders": {} + }, + "Sequences": "Sequences", + "@Sequences": { + "description": "The label and title of the sequences page", + "type": "text", + "placeholders": {} + }, + "Select an Trigger Type": "Select an Trigger Type", + "@Select an Trigger Type": { + "description": "The title of the add trigger dialog", + "type": "text", + "placeholders": {} + }, + "Ok": "Ok", + "@Ok": { + "description": "Ok on dialog boxes", + "type": "text", + "placeholders": {} + }, + "Cancel": "Cancel", + "@Cancel": { + "description": "Cancel on dialog boxes", + "type": "text", + "placeholders": {} + }, + "Add Trigger": "Add Trigger", + "@Add Trigger": { + "description": "Floating Action Button on the triggers page", + "type": "text", + "placeholders": {} + }, + "Device Type": "Device Type", + "@Device Type": { + "description": "Title for the selector to select which device to send moves to", + "type": "text", + "placeholders": {} + }, + "Tail": "Tail", + "@Tail": { + "description": "Tail option for the selector to select which device to send moves to", + "type": "text", + "placeholders": {} + }, + "Ears": "Ears", + "@Ears": { + "description": "Ears option for the selector to select which device to send moves to", + "type": "text", + "placeholders": {} + }, + "Wings": "Wings", + "@Wings": { + "description": "Wings option for the selector to select which device to send moves to", + "type": "text", + "placeholders": {} + }, + "New Sequence": "New Sequence", + "@New Sequence": { + "description": "Floating Action Button on the sequences page", + "type": "text", + "placeholders": {} + }, + "Edit Sequence": "Edit Sequence", + "@Edit Sequence": { + "description": "Label for the edit icon on a sequence", + "type": "text", + "placeholders": {} + }, + "Add Move": "Add Move", + "@Add Move": { + "description": "Label for the add Floating Action Button on edit sequence page", + "type": "text", + "placeholders": {} + }, + "Name": "Name", + "@Name": { + "description": "Label for the name field on sequence edit page", + "type": "text", + "placeholders": {} + }, + "Move": "Move", + "@Move": { + "description": "Label for the move tab on sequence move edit page", + "type": "text", + "placeholders": {} + }, + "Delay": "Delay", + "@Delay": { + "description": "Label for the delay tab on sequence move edit page", + "type": "text", + "placeholders": {} + }, + "Home": "Home", + "@Home": { + "description": "Label for the home tab on sequence move edit page", + "type": "text", + "placeholders": {} + }, + "Left Servo": "Left Servo", + "@Left Servo": { + "description": "Label for the left servo slider on the move tab of the move edit page", + "type": "text", + "placeholders": {} + }, + "Right Servo": "Right Servo", + "@Right Servo": { + "description": "Label for the right servo slider on the move tab of the move edit page", + "type": "text", + "placeholders": {} + }, + "Speed": "Speed", + "@Speed": { + "description": "Label for the speed selector on the move tab of the move edit page", + "type": "text", + "placeholders": {} + }, + "Fast": "Fast", + "@Fast": { + "description": "Label for the Fast speed selector on the move tab of the move edit page", + "type": "text", + "placeholders": {} + }, + "Slow": "Slow", + "@Slow": { + "description": "Label for the Slow speed selector on the move tab of the move edit page", + "type": "text", + "placeholders": {} + }, + "Easing Type": "Easing Type", + "@Easing Type": { + "description": "Label for the easing selector on the move tab of the move edit page", + "type": "text", + "placeholders": {} + }, + "Time": "Time", + "@Time": { + "description": "Label for the time slider on the delay tab of the move edit page", + "type": "text", + "placeholders": {} + }, + "Home the Gear": "Home the Gear", + "@Home the Gear": { + "description": "Label on the home tab of the move edit page", + "type": "text", + "placeholders": {} + }, + "sequenceEditListDelayLabel": "Intl.plural(howMany, one: ' Delay next move for {howMany} second.', other: 'Delay next move for {howMany} seconds.')", + "@sequenceEditListDelayLabel": { + "description": "Delay move label on the edit sequences page.", + "type": "text", + "placeholders": { + "howMany": { + "example": 42 + } + } + }, + "No Gear Connected": "No Gear Connected", + "@No Gear Connected": { + "description": "Label on the actions page when no gear is connected", + "type": "text", + "placeholders": {} + }, + "Calm and Relaxed": "Calm and Relaxed", + "@Calm and Relaxed": { + "description": "calm action group label", + "type": "text", + "placeholders": {} + }, + "Fast and Excited": "Fast and Excited", + "@Fast and Excited": { + "description": "fast action group label", + "type": "text", + "placeholders": {} + }, + "Frustrated and Tense": "Frustrated and Tense", + "@Frustrated and Tense": { + "description": "tense action group label", + "type": "text", + "placeholders": {} + }, + "GlowTip": "GlowTip", + "@GlowTip": { + "description": "glowtip action group label", + "type": "text", + "placeholders": {} + }, + "Haptic Feedback": "Haptic Feedback", + "@Haptic Feedback": { + "description": "Settings page haptic feedback toggle title", + "type": "text", + "placeholders": {} + }, + "Enable vibration when an action or sequence is tapped": "Enable vibration when an action or sequence is tapped", + "@Enable vibration when an action or sequence is tapped": { + "description": "Settings page haptic feedback toggle subtitle", + "type": "text", + "placeholders": {} + }, + "Automatically Scan for known gear": "Automatically Scan for known gear", + "@Automatically Scan for known gear": { + "description": "Settings page auto connect toggle title", + "type": "text", + "placeholders": {} + }, + "Scan for known gear automatically, This only works when the app is open and will drain your battery faster!": "Scan for known gear automatically, This only works when the app is open and will drain your battery faster!", + "@Scan for known gear automatically, This only works when the app is open and will drain your battery faster!": { + "description": "Settings page auto connect toggle subtitle", + "type": "text", + "placeholders": {} + }, + "Automatic error reporting": "Automatic error reporting", + "@Automatic error reporting": { + "description": "Settings page error reporting toggle title", + "type": "text", + "placeholders": {} + }, + "Automatically reports errors to sentry": "Automatically reports errors to sentry", + "@Automatically reports errors to sentry": { + "description": "Settings page error reporting toggle subtitle", + "type": "text", + "placeholders": {} + }, + "Auto Move": "Auto Move", + "@Auto Move": { + "description": "Auto move toggle title when managing a device", + "type": "text", + "placeholders": {} + }, + "The tail will select a random move, pausing for a random number of seconds between each move": "The tail will select a random move, pausing for a random number of seconds between each move", + "@The tail will select a random move, pausing for a random number of seconds between each move": { + "description": "Auto move toggle subtitle when managing a device", + "type": "text", + "placeholders": {} + }, + "Move Groups": "Move Groups", + "@Move Groups": { + "description": "Auto move group selector title when managing a device", + "type": "text", + "placeholders": {} + }, + "Calm": "Calm", + "@Calm": { + "description": "Auto move group calm option label when managing a device", + "type": "text", + "placeholders": {} + }, + "Frustrated": "Frustrated", + "@Frustrated": { + "description": "Auto move group frustrated option label when managing a device", + "type": "text", + "placeholders": {} + }, + "Pause between moves": "Pause between moves", + "@Pause between moves": { + "description": "Auto move pause slider title when managing a device", + "type": "text", + "placeholders": {} + }, + "manageDevicesAutoMovePauseSliderLabel": "Intl.plural(howMany, one: '{howMany} second', other: '{howMany} seconds')", + "@manageDevicesAutoMovePauseSliderLabel": { + "description": "Auto move pause slider title when managing a device.", + "type": "text", + "placeholders": { + "howMany": { + "example": 42 + } + } + }, + "No-Phone-Mode Start Delay": "No-Phone-Mode Start Delay", + "@No-Phone-Mode Start Delay": { + "description": "Auto move no-phone mode slider title when managing a device", + "type": "text", + "placeholders": {} + }, + "manageDevicesAutoMoveNoPhoneSliderLabel": "Intl.plural(howMany, one: '{howMany} minute', other: '{howMany} minutes')", + "@manageDevicesAutoMoveNoPhoneSliderLabel": { + "description": "Auto move no phone slider label when managing a device.", + "type": "text", + "placeholders": { + "howMany": { + "example": 42 + } + } + }, + "Disconnect": "Disconnect", + "@Disconnect": { + "description": "manage devices disconnect button title when managing a device", + "type": "text", + "placeholders": {} + }, + "Forget": "Forget", + "@Forget": { + "description": "manage devices forget button title when managing a device", + "type": "text", + "placeholders": {} + }, + "Automatically connect to new devices": "Automatically connect to new devices", + "@Automatically connect to new devices": { + "description": "scan for devices auto connect toggle title when scanning for a device", + "type": "text", + "placeholders": {} + }, + "Scanning for gear. Please make sure your gear is powered on and nearby": "Scanning for gear. Please make sure your gear is powered on and nearby", + "@Scanning for gear. Please make sure your gear is powered on and nearby": { + "description": "scan for devices scan in progress message when scanning for a device", + "type": "text", + "placeholders": {} + } +} \ No newline at end of file