diff --git a/README.md b/README.md index 1c72455a6..2b90f2457 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ To translate UniGetUI to other languages or to update an old translation, please |   Danish - Dansk | 74% | [AAUCrisp](https://github.com/AAUCrisp), [mikkolukas](https://github.com/mikkolukas), [yrjarv](https://github.com/yrjarv) | |   German - Deutsch | 100% | [1270o1](https://github.com/1270o1), [alxhu-dev](https://github.com/alxhu-dev), [CanePlayz](https://github.com/CanePlayz), [Datacra5H](https://github.com/Datacra5H), [ebnater](https://github.com/ebnater), [michaelmairegger](https://github.com/michaelmairegger), [Seeloewen](https://github.com/Seeloewen), [yrjarv](https://github.com/yrjarv) | |   Greek - Ελληνικά | 97% | [antwnhsx](https://github.com/antwnhsx), [thunderstrike116](https://github.com/thunderstrike116), [wobblerrrgg](https://github.com/wobblerrrgg) | -|   Estonian - Eesti | 18% | [artjom3729](https://github.com/artjom3729) | +|   Estonian - Eesti | 31% | [artjom3729](https://github.com/artjom3729) | |   English - English | 100% | [marticliment](https://github.com/marticliment), [ppvnf](https://github.com/ppvnf) | |   Spanish - Castellano | 98% | [apazga](https://github.com/apazga), [dalbitresb12](https://github.com/dalbitresb12), [evaneliasyoung](https://github.com/evaneliasyoung), [guplem](https://github.com/guplem), [JMoreno97](https://github.com/JMoreno97), [marticliment](https://github.com/marticliment), [rubnium](https://github.com/rubnium), [uKER](https://github.com/uKER) | |   Persian - فارسی‎ | 86% | [Imorate](https://github.com/Imorate), [itsarian](https://github.com/itsarian), [Mahdi-Hazrati](https://github.com/Mahdi-Hazrati), [moon24-s](https://github.com/moon24-s), [smsi2001](https://github.com/smsi2001) | @@ -164,7 +164,7 @@ To translate UniGetUI to other languages or to update an old translation, please |   Simplified Chinese (China) | 100% | Aaron Liu, adfnekc, [arthurfsy2](https://github.com/arthurfsy2), [bai0012](https://github.com/bai0012), BUGP Association, ciaran, CnYeSheng, Cololi, [dongfengweixiao](https://github.com/dongfengweixiao), [FloatStream](https://github.com/FloatStream), [seanyu0](https://github.com/seanyu0), [Sigechaishijie](https://github.com/Sigechaishijie), [SpaceTimee](https://github.com/SpaceTimee), Yisme | |   Traditional Chinese (Taiwan) | 99% | Aaron Liu, CnYeSheng, Cololi, [Henryliu880922](https://github.com/Henryliu880922), [yrctw](https://github.com/yrctw) | -Last updated: Sat Sep 14 00:12:07 2024 +Last updated: Sun Sep 15 19:04:08 2024 diff --git a/UniGetUI.iss b/UniGetUI.iss index 29466ef2f..120091da6 100644 --- a/UniGetUI.iss +++ b/UniGetUI.iss @@ -1,7 +1,7 @@ ; Script generated by the Inno Setup Script Wizard. ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! -#define MyAppVersion "3.1.2-beta1" +#define MyAppVersion "3.1.2-beta2" #define MyAppName "UniGetUI (formerly WingetUI)" #define MyAppPublisher "Martí Climent" #define MyAppURL "https://github.com/marticliment/UniGetUI" diff --git a/src/SharedAssemblyInfo.cs b/src/SharedAssemblyInfo.cs index d02d60001..a255e1886 100644 --- a/src/SharedAssemblyInfo.cs +++ b/src/SharedAssemblyInfo.cs @@ -8,5 +8,5 @@ [assembly: AssemblyCopyright("2024, Martí Climent")] [assembly: AssemblyVersion("3.1.2.0")] [assembly: AssemblyFileVersion("3.1.2.0")] -[assembly: AssemblyInformationalVersion("3.1.2-beta1")] +[assembly: AssemblyInformationalVersion("3.1.2-beta2")] [assembly: SupportedOSPlatform("windows10.0.19041")] diff --git a/src/UniGetUI.Core.Data/Assets/Data/Contributors.list b/src/UniGetUI.Core.Data/Assets/Data/Contributors.list index fb0c78bc2..0049419a0 100644 --- a/src/UniGetUI.Core.Data/Assets/Data/Contributors.list +++ b/src/UniGetUI.Core.Data/Assets/Data/Contributors.list @@ -13,22 +13,24 @@ adripo mapi68 MisterEvans78 CoolSpy3 +Schtenk rumplin turw41th uKER sklart SpaceTimee -KimCM -joguarino -sitiom -mvaneijken elliot-100 -candrapersada -BastianKamp -adfnekc -vedantmgoyal9 -dave-sc +mvaneijken +sitiom +joguarino +KimCM aaronliu0130 +dave-sc +wilt00 +vedantmgoyal9 +adfnekc +BastianKamp +candrapersada tomasz1986 vsilvar yrjarv @@ -49,7 +51,6 @@ MSDNicrosoft ImgBotApp eltociear HorridModz -Schtenk Carterpersall ArtyomZabroda neoOpus diff --git a/src/UniGetUI.Core.Data/CoreData.cs b/src/UniGetUI.Core.Data/CoreData.cs index 24c0e2d30..9119da3c9 100644 --- a/src/UniGetUI.Core.Data/CoreData.cs +++ b/src/UniGetUI.Core.Data/CoreData.cs @@ -45,8 +45,8 @@ private static int GetCodePage() } } - public const string VersionName = "3.1.2-beta1"; // Do not modify this line, use file scripts/apply_versions.py - public const double VersionNumber = 3.1191; // Do not modify this line, use file scripts/apply_versions.py + public const string VersionName = "3.1.2-beta2"; // Do not modify this line, use file scripts/apply_versions.py + public const double VersionNumber = 3.1192; // Do not modify this line, use file scripts/apply_versions.py public const string UserAgentString = $"UniGetUI/{VersionName} (https://marticliment.com/unigetui/; contact@marticliment.com)"; diff --git a/src/UniGetUI.Core.LanguageEngine/Assets/Data/TranslatedPercentages.json b/src/UniGetUI.Core.LanguageEngine/Assets/Data/TranslatedPercentages.json index 8a2504e12..3e1577446 100644 --- a/src/UniGetUI.Core.LanguageEngine/Assets/Data/TranslatedPercentages.json +++ b/src/UniGetUI.Core.LanguageEngine/Assets/Data/TranslatedPercentages.json @@ -6,7 +6,7 @@ "da": "74%", "el": "97%", "es": "98%", - "et": "31%", + "et": "34%", "fa": "86%", "fi": "51%", "gu": "10%", diff --git a/src/UniGetUI.Core.LanguageEngine/Assets/Languages/lang_et.json b/src/UniGetUI.Core.LanguageEngine/Assets/Languages/lang_et.json index 1a8cd6428..31f170879 100644 --- a/src/UniGetUI.Core.LanguageEngine/Assets/Languages/lang_et.json +++ b/src/UniGetUI.Core.LanguageEngine/Assets/Languages/lang_et.json @@ -215,7 +215,7 @@ "Install the latest prerelease version" : null, "Install updates automatically" : "Paigalda uuendusi automaatselt", "Installation canceled by the user!" : "Paigaldamine tühistatud kasutaja poolt!", - "Installation failed" : null, + "Installation failed" : "Paigaldamine ebaõnnestus", "Installation options" : null, "Installation scope:" : null, "Installation succeeded" : null, @@ -294,11 +294,11 @@ "NuPkg (zipped manifest)" : null, "OK" : null, "Ok" : null, - "Open" : null, - "Open GitHub" : null, - "Open WingetUI" : null, - "Open backup location" : null, - "Open existing bundle" : null, + "Open" : "Ava", + "Open GitHub" : "Ava GitHub", + "Open WingetUI" : "Ava WingetUI", + "Open backup location" : "Ava varukoopiate asukoht", + "Open existing bundle" : "Ava olemasolev kimp", "Open the welcome wizard" : null, "Operation canceled by user" : null, "Operation cancelled" : null, @@ -348,7 +348,7 @@ "Release notes:" : null, "Reload" : null, "Reload log" : null, - "Removal failed" : null, + "Removal failed" : "Eemaldamine ebaõnnestus", "Removal succeeded" : null, "Remove from list" : null, "Remove permanent data" : null, @@ -417,9 +417,9 @@ "Share this package" : null, "Show UniGetUI on the system tray" : "Näita UniGetUI tegumiribal", "Show WingetUI" : null, - "Show a notification when an installation fails" : null, + "Show a notification when an installation fails" : "Näita teavitus, kui paigaldamine ebaõnnestub", "Show a notification when an installation finishes successfully" : null, - "Show a notification when an operation fails" : null, + "Show a notification when an operation fails" : "Näita teavitus, kui operatsioon ebaõnnestub", "Show a notification when an operation finishes successfully" : null, "Show a notification when there are available updates" : null, "Show a silent notification when an operation is running" : null, @@ -441,9 +441,9 @@ "Something went wrong" : null, "Source" : "Allikas", "Source URL:" : "Allika URL:", - "Source addition failed" : "Ei saanud lisada allikat", + "Source addition failed" : "Allika lisamine ebaõnnestus", "Source name:" : "Allika nimetus:", - "Source removal failed" : "Ei saanud kustutada allikat", + "Source removal failed" : "Allika kustutamine ebaõnnestus", "Source:" : "Allikas:", "Sources" : "Allikad:", "Start" : null, @@ -513,7 +513,7 @@ "Uninstall and remove data" : null, "Uninstall as administrator" : null, "Uninstall canceled by the user!" : "Desinstallimine tühistatud kasutaja poolt!", - "Uninstall failed" : null, + "Uninstall failed" : "Desinstallimine ebaõnnestus", "Uninstall package" : null, "Uninstall package, then reinstall it" : null, "Uninstall package, then update it" : null, @@ -528,7 +528,7 @@ "Update all" : "Uuenda kõik", "Update as administrator" : null, "Update date" : null, - "Update failed" : "Ei saanud uuendada", + "Update failed" : "Uuendamine ebaõnnestus", "Update found!" : "Uuendus leitud!", "Update now" : "Uuenda praegu", "Update package indexes on launch" : null, @@ -582,7 +582,7 @@ "WingetUI" : null, "WingetUI - Everything is up to date" : "WingetUI - kõik on ajakohane", "WingetUI - {0} updates are available" : null, - "WingetUI - {0} {1}" : null, + "WingetUI - {0} {1}" : "WingetUI - {0} {1}", "WingetUI Homepage" : null, "WingetUI Homepage - Share this link!" : null, "WingetUI License" : null, @@ -614,7 +614,7 @@ "WingetUI wouldn't have been possible without the help of the contributors. Thank you all \uD83E\uDD73" : null, "WingetUI {0} is ready to be installed." : null, "Yes" : null, - "You have currently version {0} installed" : null, + "You have currently version {0} installed" : "Praegune rakenduse versioon on {0}", "You have installed WingetUI Version {0}" : null, "You may need to install {pm} in order to use it with WingetUI." : null, "You may restart your computer later if you wish" : null, @@ -642,7 +642,7 @@ "{0} can be updated" : "{0} saab uuendada", "{0} can be updated to version {1}" : "{0} saab uuendada versioonini {1}", "{0} days" : null, - "{0} failed" : null, + "{0} failed" : "{0} ebaõnnestus", "{0} homepage" : null, "{0} hours" : null, "{0} installation" : null, @@ -660,17 +660,17 @@ "{0} update" : null, "{0} updates are available" : null, "{0} was {1} successfully!" : null, - "{0} {1} failed" : null, + "{0} {1} failed" : "{0} {1} ebaõnnestus", "{package} Installation" : null, "{package} Uninstall" : null, "{package} Update" : null, "{package} could not be installed" : null, "{package} could not be uninstalled" : null, "{package} could not be updated" : null, - "{package} installation failed" : null, - "{package} uninstall failed" : null, - "{package} update failed" : null, - "{package} update failed. Click here for more details." : null, + "{package} installation failed" : "{package} paigaldamine ebaõnnestus", + "{package} uninstall failed" : "{package} desinstallimine ebaõnnestus", + "{package} update failed" : "{package} uuendamine ebaõnnestus", + "{package} update failed. Click here for more details." : "{package} uuendamine ebaõnnestus. Klõpsake siin, et saada rohkem informatsiooni.", "{package} was installed successfully" : null, "{package} was uninstalled successfully" : null, "{package} was updated successfully" : null,