From 001cb74910ae75a3a223c4536eef947984fb4bfa Mon Sep 17 00:00:00 2001 From: Amirhan-Taipovjan-Greatest-I <51203385+Amirhan-Taipovjan-Greatest-I@users.noreply.github.com> Date: Sun, 5 Jul 2026 14:01:45 +0000 Subject: [PATCH 1/2] [WiP] Init Vanilla'ish Tatar Translation. --- .../resources/assets/scribble/lang/tt_ru.json | 55 +++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 common/src/main/resources/assets/scribble/lang/tt_ru.json diff --git a/common/src/main/resources/assets/scribble/lang/tt_ru.json b/common/src/main/resources/assets/scribble/lang/tt_ru.json new file mode 100644 index 0000000..b35fcb8 --- /dev/null +++ b/common/src/main/resources/assets/scribble/lang/tt_ru.json @@ -0,0 +1,55 @@ +{ + "modmenu.summaryTranslation.scribble": "", + "modmenu.descriptionTranslation.scribble": "", + "config.scribble.title": "Scribble көйләүләре", + "config.scribble.category.appearance": "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": "Always", + "config.scribble.value.show_action_buttons.when_editing": "Editing screen only", + "config.scribble.value.show_action_buttons.never": "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": "Delete this page", + "text.scribble.action.insert_new_page": "Insert new page\nbefore this one", + "text.scribble.action.insert_new_page_here": "Insert new page here", + "text.scribble.action.undo": "Undo", + "text.scribble.action.redo": "Redo", + "text.scribble.action.save_book_to_file": "Save book to file...", + "text.scribble.action.load_book_from_file": "Load book from file...", + "text.scribble.action.settings": "Click to open 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": "Bold", + "text.scribble.modifier.italic": "Italic", + "text.scribble.modifier.underline": "Underline", + "text.scribble.modifier.strikethrough": "Strikethrough", + "text.scribble.modifier.obfuscated": "Obfuscated", + "text.scribble.color.black": "Black", + "text.scribble.color.dark_gray": "Dark Gray", + "text.scribble.color.gray": "Gray", + "text.scribble.color.white": "White", + "text.scribble.color.dark_red": "Dark Red", + "text.scribble.color.red": "Red", + "text.scribble.color.gold": "Gold", + "text.scribble.color.yellow": "Yellow", + "text.scribble.color.dark_green": "Green", + "text.scribble.color.green": "Lime", + "text.scribble.color.dark_aqua": "Cyan", + "text.scribble.color.aqua": "Aqua", + "text.scribble.color.dark_blue": "Dark Blue", + "text.scribble.color.blue": "Blue", + "text.scribble.color.dark_purple": "Purple", + "text.scribble.color.light_purple": "Magenta" +} From df601381584cd6b2a99d8f33ef9c31d783aa0aba Mon Sep 17 00:00:00 2001 From: Amirhan-Taipovjan-Greatest-I <51203385+Amirhan-Taipovjan-Greatest-I@users.noreply.github.com> Date: Tue, 14 Jul 2026 05:36:16 +0000 Subject: [PATCH 2/2] [WiP] Translating... --- .../resources/assets/scribble/lang/tt_ru.json | 52 +++++++++---------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/common/src/main/resources/assets/scribble/lang/tt_ru.json b/common/src/main/resources/assets/scribble/lang/tt_ru.json index b35fcb8..559f943 100644 --- a/common/src/main/resources/assets/scribble/lang/tt_ru.json +++ b/common/src/main/resources/assets/scribble/lang/tt_ru.json @@ -2,27 +2,27 @@ "modmenu.summaryTranslation.scribble": "", "modmenu.descriptionTranslation.scribble": "", "config.scribble.title": "Scribble көйләүләре", - "config.scribble.category.appearance": "Appearance", + "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": "Always", + "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": "Never", + "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": "Delete this page", - "text.scribble.action.insert_new_page": "Insert new page\nbefore this one", - "text.scribble.action.insert_new_page_here": "Insert new page here", + "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": "Save book to file...", - "text.scribble.action.load_book_from_file": "Load book from file...", - "text.scribble.action.settings": "Click to open settings...", + "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?", @@ -31,25 +31,25 @@ "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": "Bold", - "text.scribble.modifier.italic": "Italic", - "text.scribble.modifier.underline": "Underline", - "text.scribble.modifier.strikethrough": "Strikethrough", + "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": "Black", - "text.scribble.color.dark_gray": "Dark Gray", - "text.scribble.color.gray": "Gray", - "text.scribble.color.white": "White", + "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": "Red", - "text.scribble.color.gold": "Gold", - "text.scribble.color.yellow": "Yellow", - "text.scribble.color.dark_green": "Green", - "text.scribble.color.green": "Lime", - "text.scribble.color.dark_aqua": "Cyan", - "text.scribble.color.aqua": "Aqua", - "text.scribble.color.dark_blue": "Dark Blue", - "text.scribble.color.blue": "Blue", + "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" }