From 40e75bd3992f55233134ece7089cf76011eaf36b Mon Sep 17 00:00:00 2001 From: Pete Navarra Date: Fri, 3 Mar 2023 20:44:24 -0500 Subject: [PATCH 1/3] Adding Ukrainian Translation Thanks to Stadde1n from Discord! --- AdventureBackpacks.sln | 1 + .../AdventureBackpacks.Ukrainian.json | 45 +++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 Translations/AdventureBackpacks.Ukrainian.json diff --git a/AdventureBackpacks.sln b/AdventureBackpacks.sln index 7e5f950..4eef96b 100644 --- a/AdventureBackpacks.sln +++ b/AdventureBackpacks.sln @@ -24,6 +24,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Translations", "Translation Translations\AdventureBackpacks.Portuguese_Brazilian.json = Translations\AdventureBackpacks.Portuguese_Brazilian.json Translations\AdventureBackpacks.Chinese_Trad.json = Translations\AdventureBackpacks.Chinese_Trad.json Translations\AdventureBackpacks.Chinese.json = Translations\AdventureBackpacks.Chinese.json + Translations\AdventureBackpacks.Ukrainian.json = Translations\AdventureBackpacks.Ukrainian.json EndProjectSection EndProject Global diff --git a/Translations/AdventureBackpacks.Ukrainian.json b/Translations/AdventureBackpacks.Ukrainian.json new file mode 100644 index 0000000..e1938c2 --- /dev/null +++ b/Translations/AdventureBackpacks.Ukrainian.json @@ -0,0 +1,45 @@ +{ + "vapok_mod_item_backpack_meadows": "Сумка", + "vapok_mod_item_backpack_meadows_description": "Маленька сумка, в яку можна помістити кілька речей.", + + "vapok_mod_item_backpack_blackforest": "Міцний рюкзак", + "vapok_mod_item_backpack_blackforest_description": "Міцний рюкзак, посилений пряжками і тонкими шкіряними ремінцями", + + "vapok_mod_item_backpack_swamp": "Водонепроникна сумка", + "vapok_mod_item_backpack_swamp_description": "Водонепроникна сумка закрита водонепроникними мішками для крові..", + + "vapok_mod_item_backpack_mountains": "Пошарпаний арктичний рюкзак", + "vapok_mod_item_backpack_mountains_description": "Арктичний рюкзак для тривалих походів у гори.", + + "vapok_mod_item_backpack_plains": "Посилена шкіряна сумка із локса", + "vapok_mod_item_backpack_plains_description": "Сумка для авантюристів, виготовлена ​​з надзвичайно міцної шкіри локса.", + + "vapok_mod_item_backpack_mistlands": "Рюкзак дослідника", + "vapok_mod_item_backpack_mistlands_description": "Містичний рюкзак тонкої роботи. Розроблено з власною бездонною кишенею. Ніхто насправді не знає, як це працює.", + + "vapok_mod_item_rugged_backpack": "Стародавній міцний рюкзак", + "vapok_mod_item_rugged_backpack_description": "Стародавній міцний рюкзак, посилений пряжками і тонкими шкіряними ремінцями.", + + "vapok_mod_item_arctic_backpack": "Стародавній арктичний рюкзак", + "vapok_mod_item_arctic_backpack_description": "Арктичний рюкзак, який підходить для тривалих гірських походів.", + + "vapok_mod_no_inception": "Ви розгнівили богів!", + + "vapok_mod_no_inception1": "Не засмучуй богів.", + "vapok_mod_no_inception2": "Вас попередили.", + "vapok_mod_no_inception3": "Ви розгнівили богів!", + "vapok_mod_no_inception4": "Зітхнув... Тор скоро подбає про вас.", + "vapok_mod_no_inception5": "Тор позбавив тебе сил!!", + + "vapok_mod_thor_saves_contents": "Цей рюкзак містив речі. Тор зберіг його для вас.", + + "vapok_mod_useful_backpack": "Ваш рюкзак виглядає корисним...", + "vapok_mod_you_droped_bag": "Ти впустив сумку!", + "vapok_mod_level": "Рівень", + "vapok_mod_effect": "Ефект", + "vapok_mod_quick_drop_unavailable": "Швидке скидання недоступне.", + + "vapok_mod_se_cold_immunity": "Стійкість до холоду", + "vapok_mod_se_frost_resistance": "Опір морозу", + "vapok_mod_se_wet_resistance": "Стійкість до води" +} \ No newline at end of file From d5cabbb85c68fb69be7822b744369d11a1c26fd0 Mon Sep 17 00:00:00 2001 From: Pete Navarra Date: Tue, 7 Mar 2023 10:34:52 -0500 Subject: [PATCH 2/3] Updating references to 0.214.2 --- AdventureBackpacks/AdventureBackpacks.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AdventureBackpacks/AdventureBackpacks.csproj b/AdventureBackpacks/AdventureBackpacks.csproj index d08a3e9..0951b81 100644 --- a/AdventureBackpacks/AdventureBackpacks.csproj +++ b/AdventureBackpacks/AdventureBackpacks.csproj @@ -39,13 +39,13 @@ ..\..\References\BepInEx\5.4.1901\BepInEx\core\0Harmony.dll - ..\..\References\Valheim\0.213.4\assembly_guiutils_publicized.dll + ..\..\References\Valheim\0.214.2\assembly_guiutils_publicized.dll - ..\..\References\Valheim\0.213.4\assembly_utils_publicized.dll + ..\..\References\Valheim\0.214.2\assembly_utils_publicized.dll - ..\..\References\Valheim\0.213.4\assembly_valheim_publicized.dll + ..\..\References\Valheim\0.214.2\assembly_valheim_publicized.dll ..\..\References\BepInEx\5.4.1901\BepInEx\core\BepInEx.dll From 49b1b6307eff7093ba6b73efc96f9ee1efa12e4b Mon Sep 17 00:00:00 2001 From: Pete Navarra Date: Mon, 13 Mar 2023 11:30:20 -0400 Subject: [PATCH 3/3] Updating for 0.214.2 and 1.6.10 Release --- AdventureBackpacks/AdventureBackpacks.cs | 2 +- AdventureBackpacks/Properties/AssemblyInfo.cs | 4 ++-- PATCHNOTES.md | 4 ++++ README.md | 1 + manifest.json | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/AdventureBackpacks/AdventureBackpacks.cs b/AdventureBackpacks/AdventureBackpacks.cs index 591737a..96176e6 100644 --- a/AdventureBackpacks/AdventureBackpacks.cs +++ b/AdventureBackpacks/AdventureBackpacks.cs @@ -28,7 +28,7 @@ public class AdventureBackpacks : BaseUnityPlugin, IPluginInfo //Module Constants private const string _pluginId = "vapok.mods.adventurebackpacks"; private const string _displayName = "Adventure Backpacks"; - private const string _version = "1.6.9"; + private const string _version = "1.6.10"; //Interface Properties public string PluginId => _pluginId; diff --git a/AdventureBackpacks/Properties/AssemblyInfo.cs b/AdventureBackpacks/Properties/AssemblyInfo.cs index 2591591..83c0fdb 100644 --- a/AdventureBackpacks/Properties/AssemblyInfo.cs +++ b/AdventureBackpacks/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.6.9.0")] -[assembly: AssemblyFileVersion("1.6.9.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.6.10.0")] +[assembly: AssemblyFileVersion("1.6.10.0")] \ No newline at end of file diff --git a/PATCHNOTES.md b/PATCHNOTES.md index d6bfda0..3571c63 100644 --- a/PATCHNOTES.md +++ b/PATCHNOTES.md @@ -1,5 +1,9 @@ # Adventure Backpacks Patchnotes +# 1.6.10.0 - Valheim 0.214.2 Update +* Updates to Valheim 0.214.2 +* Adds in Ukranian Translation (Thanks to @Stadde1n for stopping by the Discord!) + # 1.6.9.0 - Bugfixes and Chinese Translation * Onward Mode/Quick Drop Bug * Fixed an issue with quick drop mod when bag inventory is full, while using Extended Inventory mods diff --git a/README.md b/README.md index 9e710e3..601d9cc 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ learn how to make your very own, Adventure Backpacks! Go forth and wander, ye w * Russian / Русский * Spanish / Español * Swedish / svenska +* Ukrainian / українська * *Don't see your language, I'm looking for submissions for additional languages. Please find me on Discord (see link below) or submit a Pull Request!* ## Current Patch Notes diff --git a/manifest.json b/manifest.json index 25bf084..210bb7d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "AdventureBackpacks", - "version_number": "1.6.9", + "version_number": "1.6.10", "website_url": "https://github.com/Vapok/AdventureBackpacks", "description": "A Valheim Mod to add a catalogue of Adventuring Backpacks to the Game. These packs will grow and become more useful as the game progresses.", "dependencies": [