Makes a lot of formatting customizable, and fixes some problems caused by splitting Translatable
All checks were successful
EpicKnarvik97/Books-Without-Borders/pipeline/head This commit looks good
All checks were successful
EpicKnarvik97/Books-Without-Borders/pipeline/head This commit looks good
This commit is contained in:
@@ -23,6 +23,7 @@ en:
|
||||
SUCCESS_BOOKSHELF_LORE_SET: "Lore successfully saved!"
|
||||
SUCCESS_GENERATION_CHANGED: "Book generation successfully changed!"
|
||||
SUCCESS_LORE_SET: "Added lore to item!"
|
||||
SUCCESS_TITLE_SET: "Title set to {title}!"
|
||||
ACTION_COPY: "copy"
|
||||
ACTION_CLEAR: "clear"
|
||||
ACTION_DECRYPT: "decrypt"
|
||||
@@ -30,6 +31,7 @@ en:
|
||||
ACTION_ADD_TITLE_AUTHOR_PAGE: "add an author title page to"
|
||||
ACTION_SET_AUTHOR: "set author"
|
||||
ACTION_CHANGE_GENERATION: "change generation"
|
||||
ACTION_UNSIGN: "unsign"
|
||||
ERROR_PLAYER_ONLY: "This command can only be used by a player!"
|
||||
ERROR_NOT_HOLDING_WRITTEN_BOOK: "You must be holding a written book to {action} it!"
|
||||
ERROR_NOT_HOLDING_WRITABLE_BOOK: "You must be holding a writable book to {action} it!"
|
||||
@@ -86,8 +88,12 @@ en:
|
||||
ERROR_GENERATION_NOT_SPECIFIED: "You must specify the new generation for your book!"
|
||||
ERROR_GENERATION_INVALID: "Invalid book generation specified!"
|
||||
ERROR_LORE_EMPTY: "You must specify the new lore to set!"
|
||||
ERROR_LORE_NO_ITEM: "Must be holding an item to set lore!"
|
||||
ERROR_NO_ITEM: "You must be holding an item to use this command!"
|
||||
ERROR_TITLE_EMPTY: "You must specify the new title/display name to set!"
|
||||
ERROR_TITLE_LENGTH: "Book titles are capped at 32 characters!"
|
||||
# ---------------------------------- #
|
||||
# Custom formatting for some output #
|
||||
# ---------------------------------- #
|
||||
NEUTRAL_COMMANDS_HEADER: |
|
||||
&nBooks without Borders help page&r
|
||||
&e[] = optional, <> = required (see each description for exceptions)
|
||||
@@ -100,8 +106,28 @@ en:
|
||||
NEUTRAL_COMMANDS_COMMAND_NO_PERMISSION_REQUIRED: "None"
|
||||
NEUTRAL_COMMANDS_COMMAND_PERMISSION: " &7{{permission}}"
|
||||
NEUTRAL_COMMANDS_ALIASES: " &f(&b{aliases}&f)"
|
||||
NEUTRAL_UNKNOWN_AUTHOR: "Unknown"
|
||||
NEUTRAL_UNKNOWN_TITLE: "Untitled"
|
||||
NEUTRAL_TITLE_PAGE_TITLE_AUTHOR_FORMAT: "{title}{separator}By: {author}"
|
||||
NEUTRAL_TITLE_PAGE_HEADER_FORMAT: "\n&n&l{header}&r"
|
||||
NEUTRAL_TITLE_PAGE_TEXT_FORMAT: "\n\n&o{text}&r"
|
||||
NEUTRAL_TITLE_PAGE_TEXT_FORMAT: "\n\n&o{text}&r"
|
||||
NEUTRAL_AUTHOR_PUBLIC_BOOKS_HEADER: "--- &aPublicly saved books by: &b{author}&r ---\n"
|
||||
NEUTRAL_AUTHOR_PLAYER_BOOKS_HEADER: "--- &aYour saved books by: &b{author}&r ---\n"
|
||||
NEUTRAL_AUTHOR_BOOKS_PATH: "Select book by path"
|
||||
NEUTRAL_AUTHOR_BOOKS_INVALID_PAGE: "&7No such page"
|
||||
NEUTRAL_BOOK_LIST_TOTAL_PAGES: "Page {current} of {total}"
|
||||
NEUTRAL_BOOK_LIST_PREVIOUS_PAGE: "[<] Previous"
|
||||
NEUTRAL_BOOK_LIST_NEXT_PAGE: "Next [>]"
|
||||
NEUTRAL_BOOK_LIST_AUTHOR_SEPARATOR: "&r by "
|
||||
NEUTRAL_BOOK_LIST_TO_PAGE: "To page {page}"
|
||||
NEUTRAL_BOOK_LIST_INDEX_HOVER: "Books starting with {character}"
|
||||
NEUTRAL_BOOK_LIST_PUBLIC_BOOKS_HEADER: "--- &aPublicly saved books&r ---\n"
|
||||
NEUTRAL_BOOK_LIST_PLAYER_BOOKS_HEADER: "--- &aYour saved books&r ---\n"
|
||||
NEUTRAL_BOOK_LIST_AUTHOR_HOVER: "Books by {author}"
|
||||
NEUTRAL_BOOK_LIST_PATH_HOVER: "Select book by path"
|
||||
NEUTRAL_BOOK_LIST_BOOK_INDEX_HOVER: "Select book by index"
|
||||
NEUTRAL_BOOK_LIST_BOOK_INDEX_NUMBER: "[{index}]"
|
||||
# -----------------------------------------#
|
||||
# Translations of unknown/untitled author. #
|
||||
# Altering this might cause problems. #
|
||||
# -----------------------------------------#
|
||||
NEUTRAL_UNKNOWN_AUTHOR: "Unknown"
|
||||
NEUTRAL_UNKNOWN_TITLE: "Untitled"
|
Reference in New Issue
Block a user