Styling of home

This commit is contained in:
Sebastian Seedorf
2022-08-22 17:04:39 +02:00
parent 537a18fb88
commit d964748a66
55 changed files with 1791 additions and 341 deletions

View File

@@ -9,6 +9,13 @@
"page.home.pref.basic.description": "Basic goods cannot be produced in factories. It may make sense to add iron plates here, for example, if they are produced directly at the ore.",
"page.home.pref.ignored.title": "Ignored goods",
"page.home.pref.ignored.description": "Goods that are to be manufactured in in the mall (e.g., burner inserter because it is not needed) and also are not to be exported between microservices (e.g., gears because that is manufactured in the factory itself as an intermediate product when needed).",
"page.home.share.download.title": "Download & Upload",
"page.home.share.download.description": "Download your data here to store it for later upload. All changes made on this page are automatically saved and cannot be undone. So it is recommended to store a stable state before testing something out.",
"page.home.share.download.upload_text": "Click to upload or drop save in this area!",
"page.home.share.link.title": "Divide and Conquer!",
"page.home.share.link.description": "You can also work together with your friends! Just share the following link!",
"page.home.share.link.warning": "Warning: Everyone with this link can edit!",
"page.home.group.title": "Groups of Microservices",
"page.home.group.add.title": "Add a new group",
"page.home.group.add.default_group_name": "New Group",
"page.home.group.add.button_text": "Add group \"{name}\"",
@@ -32,6 +39,9 @@
"page.home.tooltip.action.add_to_new_export": "Create a new group with this name and good as exported factory",
"page.home.tooltip.action.add_to_export": "Add good to exported factories",
"page.home.tooltip.action.add_to_mall": "Add good to mall factories",
"page.visualize.imports": "Imports",
"page.visualize.exports": "Exports"
"page.visualize.overview.imports": "Imports",
"page.visualize.overview.exports": "Exports",
"page.visualize.overview.title": "Interrelationships of Groups",
"page.visualize.details.title": "Group \"{name}\"",
"component.recipe.arrow": "→"
}