Added German language

This commit is contained in:
Sebastian Seedorf
2022-08-20 00:30:49 +02:00
parent f826537aec
commit 3fea0f851f
11 changed files with 155 additions and 33 deletions

View File

@@ -1,6 +1,25 @@
{
"page.home.head.title": "Next.js i18n example",
"page.home.head.meta.description": "Next.js i18n example - English",
"page.home.head.title": "Factorio Microservices",
"page.home.head.meta.description": "Group Factorio factories together into microservices",
"page.home.title": "Factorio Microservices",
"page.home.description": "You are currently viewing the homepage in English 🚀"
"page.home.description": "On this page you can make all settings. Group all factories into microservices. A microservice is a collection of certain assembly machines and other fabrications that share inputs (through trains). Optimal groups should therefore have few inputs and produce many items. \"Exported factories\" are outputs that are picked up by trains, for example, and available to other services as inputs. \"Mall factories\" use vendor crates to make goods available for pickup by the player or robot. The required input and intermediate factories are calculated automatically.",
"page.home.pref.basic.title": "Basic goods",
"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.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}\"",
"page.home.group.missing.export.title": "Missing export factories",
"page.home.group.missing.export.description": "A listing of all goods that are not basic or ignored goods, and are not yet exported at any group or added as a mall factory. Only in this list if used by at least 3 other goods.",
"page.home.group.missing.mall.title": "Missing mall factories",
"page.home.group.missing.mall.description": "A listing of all goods that are not basic or ignored goods, and are not yet exported at any group or added as a mall factory. Only in this list if used by a maximum of 2 other goods.",
"page.home.group.missing.none": "All factories added!",
"page.home.group.item.export": "Exported goods",
"page.home.group.item.mall": "Mall goods",
"page.home.group.item.input": "Input goods",
"page.home.group.item.intermediate": "Intermediate factories",
"page.home.group.item.suggestion.export": "Suggested export goods",
"page.home.group.item.suggestion.mall": "Suggested mall goods",
"page.home.group.delete.confirmation": "Delete group permanently?"
}