Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Commit

Permalink
ci: New translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Workflow committed May 21, 2020
1 parent adc127c commit d062fc9
Show file tree
Hide file tree
Showing 2 changed files with 218 additions and 0 deletions.
109 changes: 109 additions & 0 deletions src/i18n/fr_CH.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
{
"overlays": {
"disconnection": {
"title": "Oh No!",
"message": "It looks like we lost connection with your remote. Please make sure it is accessible on the network.",
"reconnecting": "Reconnecting"
}
},
"common": {
"id": "ID",
"save": "Save",
"cancel": "Cancel",
"create": "Create",
"name": "Name",
"pleaseSelect": "Please Select",
"settings": "Settings",
"type": "Type",
"version": "Version",
"release": "Release"
},
"header": {
"title": "Web Configurator"
},
"menu": {
"advanced": "Advanced",
"entities": "Entities",
"integrations": "Integrations",
"irLearning": "IR Learning",
"settings": "Settings",
"profiles": "Profiles",
"softwareUpdate": "Software Update"
},
"components": {
"editEntities": {
"dropZone": "Drag an entity here"
},
"editPage": {
"dropZone": "Drag a group here"
},
"profileOptions": {
"pagesTab": {
"title": "Pages",
"message": "You can add groups to a page after dragging it under a profile and selecting it.",
"availablePages": "Available Pages"
},
"groupsTab": {
"title": "Groups",
"message": "You can add entities to a group after dragging it under a page in the remote view to the left.",
"availableGroups": "Available Groups"
},
"entitiesTab": {
"title": "Entities",
"message": "Drag entities to the remote view to add them to favorites or a group."
}
}
},
"pages": {
"integrations": {
"configuredIntegrations": "Configured Integrations",
"discoveredIntegrations": "Discovered Integrations",
"addIntegration": "Add Integrations",
"newIntegration": "New Integrations"
},
"entities": {
"title": "Entities Controlled By YIO Remote",
"integration": "Integration",
"availableEntities": "Available Entities"
},
"profiles": {
"title": "Profiles",
"profileList": {
"title": "Pages",
"dropZone": "Drag a page here"
},
"newProfile": {
"title": "New Profile"
},
"remote": {
"defaultMessage": "Select a page in a profile to start editing",
"editSettingsMessage": "Settings content cannot be edited"
}
},
"irLearning": {},
"softwareUpdate": {
"title": "Software Update",
"description": "Automatically look for updates and update when a new software version is available. Updates are installed at 04.00 am.",
"autoUpdate": "Auto Update",
"update": "Update",
"checkForUpdate": "Check For Updates",
"upToDate": "Your software is up to date",
"newAvailable": "New software is available",
"installedVersion": "Installed Version"
},
"advanced": {
"title": "Advanced Configuration",
"message": "Manually set the remote config by hand:"
},
"settings": {
"title": "Settings",
"darkMode": {
"title": "Dark Mode"
},
"autoBrightness": {
"title": "Auto Brightness",
"description": "Automatically adjust the brightness based on ambient light."
}
}
}
}
109 changes: 109 additions & 0 deletions src/i18n/it_CH.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
{
"overlays": {
"disconnection": {
"title": "Oh No!",
"message": "It looks like we lost connection with your remote. Please make sure it is accessible on the network.",
"reconnecting": "Reconnecting"
}
},
"common": {
"id": "ID",
"save": "Save",
"cancel": "Cancel",
"create": "Create",
"name": "Name",
"pleaseSelect": "Please Select",
"settings": "Settings",
"type": "Type",
"version": "Version",
"release": "Release"
},
"header": {
"title": "Web Configurator"
},
"menu": {
"advanced": "Advanced",
"entities": "Entities",
"integrations": "Integrations",
"irLearning": "IR Learning",
"settings": "Settings",
"profiles": "Profiles",
"softwareUpdate": "Software Update"
},
"components": {
"editEntities": {
"dropZone": "Drag an entity here"
},
"editPage": {
"dropZone": "Drag a group here"
},
"profileOptions": {
"pagesTab": {
"title": "Pages",
"message": "You can add groups to a page after dragging it under a profile and selecting it.",
"availablePages": "Available Pages"
},
"groupsTab": {
"title": "Groups",
"message": "You can add entities to a group after dragging it under a page in the remote view to the left.",
"availableGroups": "Available Groups"
},
"entitiesTab": {
"title": "Entities",
"message": "Drag entities to the remote view to add them to favorites or a group."
}
}
},
"pages": {
"integrations": {
"configuredIntegrations": "Configured Integrations",
"discoveredIntegrations": "Discovered Integrations",
"addIntegration": "Add Integrations",
"newIntegration": "New Integrations"
},
"entities": {
"title": "Entities Controlled By YIO Remote",
"integration": "Integration",
"availableEntities": "Available Entities"
},
"profiles": {
"title": "Profiles",
"profileList": {
"title": "Pages",
"dropZone": "Drag a page here"
},
"newProfile": {
"title": "New Profile"
},
"remote": {
"defaultMessage": "Select a page in a profile to start editing",
"editSettingsMessage": "Settings content cannot be edited"
}
},
"irLearning": {},
"softwareUpdate": {
"title": "Software Update",
"description": "Automatically look for updates and update when a new software version is available. Updates are installed at 04.00 am.",
"autoUpdate": "Auto Update",
"update": "Update",
"checkForUpdate": "Check For Updates",
"upToDate": "Your software is up to date",
"newAvailable": "New software is available",
"installedVersion": "Installed Version"
},
"advanced": {
"title": "Advanced Configuration",
"message": "Manually set the remote config by hand:"
},
"settings": {
"title": "Settings",
"darkMode": {
"title": "Dark Mode"
},
"autoBrightness": {
"title": "Auto Brightness",
"description": "Automatically adjust the brightness based on ambient light."
}
}
}
}

0 comments on commit d062fc9

Please sign in to comment.