mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-09 03:23:09 +01:00
Lang
This commit is contained in:
parent
562abdea31
commit
822ca6dad6
1 changed files with 21 additions and 0 deletions
|
@ -840,6 +840,10 @@
|
|||
"create.item_attributes.blastable.inverted": "is not smeltable in Blast Furnace",
|
||||
"create.item_attributes.enchanted": "is enchanted",
|
||||
"create.item_attributes.enchanted.inverted": "is unenchanted",
|
||||
"create.item_attributes.renamed": "has a custom name",
|
||||
"create.item_attributes.renamed.inverted": "does not have a custom name",
|
||||
"create.item_attributes.fluid_container": "can hold fluid",
|
||||
"create.item_attributes.fluid_container.inverted": "cannot hold fluid",
|
||||
"create.item_attributes.damaged": "is damaged",
|
||||
"create.item_attributes.damaged.inverted": "is not damaged",
|
||||
"create.item_attributes.badly_damaged": "is heavily damaged",
|
||||
|
@ -856,6 +860,23 @@
|
|||
"create.item_attributes.in_item_group.inverted": "is not in group '%1$s'",
|
||||
"create.item_attributes.added_by": "was added by %1$s",
|
||||
"create.item_attributes.added_by.inverted": "was not added by %1$s",
|
||||
"create.item_attributes.has_enchant": "is enchanted with %1$s",
|
||||
"create.item_attributes.has_enchant.inverted": "is not enchanted with %1$s",
|
||||
"create.item_attributes.has_fluid": "contains %1$s",
|
||||
"create.item_attributes.has_fluid.inverted": "does not contain %1$s",
|
||||
"create.item_attributes.has_name": "has the custom name %1$s",
|
||||
"create.item_attributes.has_name.inverted": "does not have the custom name %1$s",
|
||||
"create.item_attributes.book_author": "was authored by %1$s",
|
||||
"create.item_attributes.book_author.inverted": "was not authored by %1$s",
|
||||
"create.item_attributes.book_copy_original": "is an original",
|
||||
"create.item_attributes.book_copy_original.inverted": "is not an original",
|
||||
"create.item_attributes.book_copy_first": "is a first-generation copy",
|
||||
"create.item_attributes.book_copy_first.inverted": "is not a first-generation copy",
|
||||
"create.item_attributes.book_copy_second": "is a second-generation copy",
|
||||
"create.item_attributes.book_copy_second.inverted": "is not a second-generation copy",
|
||||
"create.item_attributes.book_copy_tattered": "is a tattered mess",
|
||||
"create.item_attributes.book_copy_tattered.inverted": "is not a tattered mess",
|
||||
|
||||
|
||||
"create.gui.attribute_filter.no_selected_attributes": "No attributes selected",
|
||||
"create.gui.attribute_filter.selected_attributes": "Selected attributes:",
|
||||
|
|
Loading…
Reference in a new issue