Skip to content

Commit

Permalink
fix misleading description
Browse files Browse the repository at this point in the history
  • Loading branch information
btwonion committed Oct 5, 2024
1 parent f978367 commit 55e1c90
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
- fix visual bug in ignored slots screen in archive - reported by MikeT28
- migrate ignored slots to set to prevent duplicate entries
- migrate ignored slots to set to prevent duplicate entries
- fix misleading description
14 changes: 7 additions & 7 deletions src/main/resources/assets/autodrop/lang/de_de.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"menu.autodrop.screen.done": "Fertig",
"menu.autodrop.screen.identifier": "Item Identifikator hinzufügen",
"menu.autodrop.screen.ignored": "Ignorierte Inventarplätze festlegen",
"menu.autodrop.screen.ignored.description": "Lege die ignorierten Inventarplätze fest (jeder Platz muss mit einem Semikolon getrennt sein)",
"menu.autodrop.screen.ignored.empty": "z.B.: 1;15;6",
"menu.autodrop.screen.ignored.description": "Lege die ignorierten Inventarplätze fest (jeder Platz muss mit einem Komma getrennt sein)",
"menu.autodrop.screen.ignored.empty": "z.B.: 1,15,6",
"menu.autodrop.screen.ignored.title": "Ignorierte Plätze",
"menu.autodrop.screen.modify.amount.description": "Gebe die geringste Anzahl des Items ein, welches gefiltert werden soll",
"menu.autodrop.screen.modify.components.description": "Gebe die Komponenten ein, welche du filtern willst (das Format entspricht dem des Command-Syntax)",
Expand All @@ -24,10 +24,11 @@
"menu.autodrop.screen.modify.title": "Neue Liste erstellen",
"menu.autodrop.screen.title": "AutoDrop",
"menu.autodrop.screen.widget.items.amount": "Mindestanzahl: %d",
"menu.autodrop.screen.widget.items.component.false": "Komponenten Filter: No",
"menu.autodrop.screen.widget.items.component.true": "Komponenten Filter: Yes",
"menu.autodrop.screen.widget.items.component.false": "Komponenten Filter: Nein",
"menu.autodrop.screen.widget.items.component.true": "Komponenten Filter: Ja",
"menu.autodrop.screen.widget.items.modify": "Ändern",
"menu.autodrop.screen.widget.items.remove": "Entfernen",
"yacl3.config.autodrop.title": "AutoDrop",
"yacl3.config.autodrop.category.general": "Allgemeines",
"yacl3.config.autodrop.category.general.group.triggers": "Auslöser",
"yacl3.config.autodrop.category.general.group.triggers.description": "Legt fest wann die AutoDrop Funktion ausgeführt werden soll.",
Expand All @@ -39,7 +40,6 @@
"yacl3.config.autodrop.category.general.root.option.delay.description": "Bestimmt die Verzögerung nach dem Auslöser, nach der die Items weggeworfen werden sollen.",
"yacl3.config.autodrop.category.general.root.option.enabled": "Aktiviert",
"yacl3.config.autodrop.category.general.root.option.enabled.description": "De-/Aktiviert die Funktionalität der Mod.",
"yacl3.config.autodrop.category.general.root.option.screen": "Open archives screen",
"yacl3.config.autodrop.category.general.root.option.screen.description": "Opens the screen to configure your archives.",
"yacl3.config.autodrop.title": "AutoDrop"
"yacl3.config.autodrop.category.general.root.option.screen": "Öffne Listeneditor",
"yacl3.config.autodrop.category.general.root.option.screen.description": "Öffnet den Bilschirm, bei dem du deine Listen bearbeiten kannst."
}
4 changes: 2 additions & 2 deletions src/main/resources/assets/autodrop/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"menu.autodrop.screen.widget.items.remove": "Remove",
"menu.autodrop.screen.widget.items.modify": "Modify",
"menu.autodrop.screen.ignored.title": "Ignored Slots",
"menu.autodrop.screen.ignored.description": "Edit ignored slots (every slots should be seperated by a semicolon)",
"menu.autodrop.screen.ignored.empty": "e.g. 1;15;6",
"menu.autodrop.screen.ignored.description": "Edit ignored slots (every slots should be seperated by a comma)",
"menu.autodrop.screen.ignored.empty": "e.g. 1,15,6",
"menu.autodrop.screen.create.title": "Create new archive",
"menu.autodrop.screen.create.description": "Enter the new archive's name below.",
"menu.autodrop.screen.create.empty": "Enter name here",
Expand Down

0 comments on commit 55e1c90

Please sign in to comment.