Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 55 additions & 0 deletions common/src/main/resources/assets/scribble/lang/tt_ru.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"modmenu.summaryTranslation.scribble": "",
"modmenu.descriptionTranslation.scribble": "",
"config.scribble.title": "Scribble көйләүләре",
"config.scribble.category.appearance": "Тышкы күренещ",
"config.scribble.option.double_page_viewing": "Double page viewing",
"config.scribble.option.center_book_gui": "Center book GUI",
"config.scribble.option.show_formatting_buttons": "Show formatting buttons",
"config.scribble.option.show_action_buttons": "Show action buttons",
"config.scribble.value.show_action_buttons.always": "Һәрвакыт",
"config.scribble.value.show_action_buttons.when_editing": "Editing screen only",
"config.scribble.value.show_action_buttons.never": "Һичвакыт",
"config.scribble.category.behaviour": "Behaviour",
"config.scribble.option.copy_formatting_codes": "Copy formatting codes",
"config.scribble.option.edit_history_size": "Edit history limit",
"config.scribble.category.miscellaneous": "Miscellaneous",
"config.scribble.option.open_vanilla_book_screen_on_shift": "Open vanilla GUIs when holding SHIFT",
"text.scribble.action.delete_page": "Бу битне бетерү",
"text.scribble.action.insert_new_page": "Бу биткә кадәр\nяңаны кую",
"text.scribble.action.insert_new_page_here": "Яңа битне моңа кую",
"text.scribble.action.undo": "Undo",
"text.scribble.action.redo": "Redo",
"text.scribble.action.save_book_to_file": "Китапны файлга саклау...",
"text.scribble.action.load_book_from_file": "Китапны файлдан йөкләү...",
"text.scribble.action.settings": "Көйләүләрне ачу өчен басыгыз...",
"text.scribble.overwrite_warning.title": "Are you sure you want to overwrite this book?",
"text.scribble.overwrite_warning.description": "The current contents of this book will be lost!",
"text.scribble.quit_without_saving.title": "Are you sure you want to quit without saving?",
"text.scribble.quit_without_saving.description": "The changes made to this book will be lost!",
"text.scribble.error.save_book.title": "Something went wrong while saving the book!",
"text.scribble.error.load_book.title": "Something went wrong while loading the book!",
"text.scribble.error.load_book.subtitle": "Double-check if the file you're loading is correct.",
"text.scribble.error.summary_below": "The full error can be found in the log files, summary below.",
"text.scribble.modifier.bold": "Калын",
"text.scribble.modifier.italic": "Авыш",
"text.scribble.modifier.underline": "Ассызыклау",
"text.scribble.modifier.strikethrough": "Сызыклану",
"text.scribble.modifier.obfuscated": "Obfuscated",
"text.scribble.color.black": "Кара",
"text.scribble.color.dark_gray": "Соры",
"text.scribble.color.gray": "Соргылт",
"text.scribble.color.white": "Ак",
"text.scribble.color.dark_red": "Dark Red",
"text.scribble.color.red": "Кызыл",
"text.scribble.color.gold": "Алтын",
"text.scribble.color.yellow": "Сары",
"text.scribble.color.dark_green": "Яшел",
"text.scribble.color.green": "Яшькелт",
"text.scribble.color.dark_aqua": "Фирәзә",
"text.scribble.color.aqua": "Зәңгәрсу",
"text.scribble.color.dark_blue": "Куе зәңгәр",
"text.scribble.color.blue": "Зәңгәр",
"text.scribble.color.dark_purple": "Purple",
"text.scribble.color.light_purple": "Magenta"
}