Skip to content

Commit

Permalink
Update data
Browse files Browse the repository at this point in the history
  • Loading branch information
marticliment committed Jan 30, 2025
1 parent 0112935 commit 8cb74e1
Show file tree
Hide file tree
Showing 13 changed files with 325 additions and 328 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ To translate UniGetUI to other languages or to update an old translation, please
| <img src='https://flagcdn.com/bg.svg' width=20> &nbsp; Bulgarian - български | 52% | Vasil Kolev |
| <img src='https://flagcdn.com/bd.svg' width=20> &nbsp; Bangla - বাংলা | 80% | [fluentmoheshwar](https://github.com/fluentmoheshwar), [itz-rj-here](https://github.com/itz-rj-here), Mushfiq Iqbal Rayon, Nilavra Bhattacharya, [samiulislamsharan](https://github.com/samiulislamsharan) |
| <img src='https://flagcdn.com/ad.svg' width=20> &nbsp; Catalan - Català | 100% | [marticliment](https://github.com/marticliment) |
| <img src='https://flagcdn.com/cz.svg' width=20> &nbsp; Czech - Čeština | 96% | [mlisko](https://github.com/mlisko), [panther7](https://github.com/panther7), [xtorlukas](https://github.com/xtorlukas) |
| <img src='https://flagcdn.com/cz.svg' width=20> &nbsp; Czech - Čeština | 100% | [mlisko](https://github.com/mlisko), [panther7](https://github.com/panther7), [xtorlukas](https://github.com/xtorlukas) |
| <img src='https://flagcdn.com/dk.svg' width=20> &nbsp; Danish - Dansk | 65% | [AAUCrisp](https://github.com/AAUCrisp), [mikkolukas](https://github.com/mikkolukas), [yrjarv](https://github.com/yrjarv) |
| <img src='https://flagcdn.com/de.svg' width=20> &nbsp; German - Deutsch | 100% | [1270o1](https://github.com/1270o1), [alxhu-dev](https://github.com/alxhu-dev), [Araxxas](https://github.com/Araxxas), [CanePlayz](https://github.com/CanePlayz), [Datacra5H](https://github.com/Datacra5H), [ebnater](https://github.com/ebnater), [martinwilco](https://github.com/martinwilco), [michaelmairegger](https://github.com/michaelmairegger), [Seeloewen](https://github.com/Seeloewen), [yrjarv](https://github.com/yrjarv) |
| <img src='https://flagcdn.com/gr.svg' width=20> &nbsp; Greek - Ελληνικά | 89% | [antwnhsx](https://github.com/antwnhsx), [seijind](https://github.com/seijind), [thunderstrike116](https://github.com/thunderstrike116), [wobblerrrgg](https://github.com/wobblerrrgg) |
Expand Down Expand Up @@ -169,7 +169,7 @@ To translate UniGetUI to other languages or to update an old translation, please
| <img src='https://flagcdn.com/cn.svg' width=20> &nbsp; Simplified Chinese (China) | 100% | Aaron Liu, adfnekc, [Ardenet](https://github.com/Ardenet), [arthurfsy2](https://github.com/arthurfsy2), [bai0012](https://github.com/bai0012), BUGP Association, ciaran, CnYeSheng, Cololi, [dongfengweixiao](https://github.com/dongfengweixiao), [enKl03B](https://github.com/enKl03B), [seanyu0](https://github.com/seanyu0), [Sigechaishijie](https://github.com/Sigechaishijie), [SpaceTimee](https://github.com/SpaceTimee), Yisme |
| <img src='https://flagcdn.com/tw.svg' width=20> &nbsp; Traditional Chinese (Taiwan) | 99% | Aaron Liu, CnYeSheng, Cololi, [enKl03B](https://github.com/enKl03B), [Henryliu880922](https://github.com/Henryliu880922), [StarsShine11904](https://github.com/StarsShine11904), [yrctw](https://github.com/yrctw) |

Last updated: Fri Jan 24 00:13:04 2025
Last updated: Thu Jan 30 12:41:26 2025
<!-- END Autogenerated translations -->


Expand Down
2 changes: 1 addition & 1 deletion UniGetUI.iss
Original file line number Diff line number Diff line change
@@ -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.6-beta2"
#define MyAppVersion "3.1.6-beta3"
#define MyAppName "UniGetUI"
#define MyAppPublisher "Martí Climent"
#define MyAppURL "https://github.com/marticliment/UniGetUI"
Expand Down
2 changes: 1 addition & 1 deletion scripts/BuildNumber
Original file line number Diff line number Diff line change
@@ -1 +1 @@
77
78
2 changes: 1 addition & 1 deletion src/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
[assembly: AssemblyCopyright("2025, Martí Climent")]
[assembly: AssemblyVersion("3.1.6.0")]
[assembly: AssemblyFileVersion("3.1.6.0")]
[assembly: AssemblyInformationalVersion("3.1.6-beta2")]
[assembly: AssemblyInformationalVersion("3.1.6-beta3")]
[assembly: SupportedOSPlatform("windows10.0.19041")]
4 changes: 2 additions & 2 deletions src/UniGetUI.Core.Data/CoreData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ public static class CoreData
{
private static int? __code_page;
public static int CODE_PAGE { get => __code_page ??= GetCodePage(); }
public const string VersionName = "3.1.6-beta2"; // Do not modify this line, use file scripts/apply_versions.py
public const int BuildNumber = 77; // Do not modify this line, use file scripts/apply_versions.py
public const string VersionName = "3.1.6-beta3"; // Do not modify this line, use file scripts/apply_versions.py
public const int BuildNumber = 78; // Do not modify this line, use file scripts/apply_versions.py

public const string UserAgentString = $"UniGetUI/{VersionName} (https://marticliment.com/unigetui/; [email protected])";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,18 @@
"ko": "73%",
"lt": "99%",
"mk": "55%",
"nb": "88%",
"nb": "89%",
"nn": "88%",
"pl": "95%",
"pt_PT": "88%",
"ro": "99%",
"sa": "11%",
"si": "7%",
"sk": "11%",
"sl": "83%",
"sq": "99%",
"sl": "97%",
"sr": "88%",
"sv": "43%",
"tg": "12%",
"th": "86%",
"ur": "62%",
"vi": "94%",
"zh_TW": "99%"
"vi": "94%"
}
10 changes: 5 additions & 5 deletions src/UniGetUI.Core.LanguageEngine/Assets/Languages/lang_de.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"(Last checked: {0})": "(Zuletzt geprüft: {0})",
"(Number {0} in the queue)": "( Position {0} in der Warteschlange )",
"(Number {0} in the queue)": "(Position {0} in der Warteschlange)",
"0 0 0 Contributors, please add your names/usernames separated by comas (for credit purposes). DO NOT Translate this entry": "@Datacra5H, @ebnater, @Seeloewen, @michaelmairegger, @CanePlayz, @1270o1, @yrjarv, @alxhu-dev, @Araxxas, @martinwilco",
"0 packages found": "0 Pakete gefunden",
"0 updates found": "0 Updates gefunden",
Expand All @@ -23,7 +23,7 @@
"About WingetUI": "Über UniGetUI",
"About WingetUI version {0}": "Über UniGetUI Version {0}",
"About the dev": "Über den Entwickler",
"Action when double-clicking packages, hide successful installations": "Aktion bei Doppelklick auf die Pakete, erfolgreiche Installationen ausblenden",
"Action when double-clicking packages, hide successful installations": "Aktion bei Doppelklick auf Pakete, erfolgreiche Installationen ausblenden",
"Add": "Hinzufügen",
"Add a source to {0}": "Quelle zu {0} hinzufügen",
"Add a timestamp to the backup file names": "Zeitstempel an den Sicherungsdateinamen anhängen",
Expand Down Expand Up @@ -247,7 +247,7 @@
"Installation scope:": "Installationsumgebung:",
"Installation succeeded": "Installation erfolgreich",
"Installed Packages": "Installierte Pakete",
"Installed Version": "Installierte Version",
"Installed Version": "Installierte Version:",
"Installer SHA256": "Installations-SHA256",
"Installer SHA512": "Installations-SHA512",
"Installer Type": "Installations-Typ",
Expand Down Expand Up @@ -451,7 +451,7 @@
"Select only <b>if you know what you are doing</b>.": "Wählen Sie die Option nur, <b>wenn Sie wissen, was Sie tun</b>.",
"Select package file": "Paketdatei auswählen",
"Select the source you want to add:": "Wählen Sie die Quelle, die hinzugefügt werden soll:",
"Select upgradable packages by default": "Pakete mit Updates automatisch markieren",
"Select upgradable packages by default": "Pakete mit Updates automatisch auswählen",
"Select which <b>package managers</b> to use ({0}), configure how packages are installed, manage how administrator rights are handled, etc.": "Wählen Sie aus, welche <b>Paketmanager</b> verwendet werden sollen ({0}). Konfigurieren Sie, wie Pakete installiert werden, wie Administratorrechte gehandhabt werden, usw.",
"Sent handshake. Waiting for instance listener's answer... ({0}%)": "Handshake gesendet. Wartet auf die Antwort der Instanz... ({0}%)",
"Set a custom backup file name": "Einen benutzerdefinierten Dateinamen für Sicherungen festlegen",
Expand Down Expand Up @@ -641,7 +641,7 @@
"Vcpkg was not found on your system.": "Vcpkg wurde nicht auf dem System gefunden.",
"Verbose": "Verbose",
"Version": "Version",
"Version to install:": "Zu installierende Version",
"Version to install:": "Zu installierende Version:",
"View GitHub Profile": "GitHub-Profil öffnen",
"View WingetUI on GitHub": "UniGetUI auf GitHub öffnen",
"View WingetUI's source code. From there, you can report bugs or suggest features, or even contribute direcly to The WingetUI Project": "Sehen Sie sich den Quellcode von UniGetUI an. Melden Sie hier Fehler oder schlagen Sie Funktionen vor, oder tragen Sie direkt zum UniGetUI-Projekt bei.",
Expand Down
14 changes: 7 additions & 7 deletions src/UniGetUI.Core.LanguageEngine/Assets/Languages/lang_nb.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"3 - Information (less)": "3 - Informasjon (mindre)",
"4 - Information (more)": "4 - Informasjon (mer)",
"5 - information (debug)": "5 - Informasjon (feilsøking)",
"A popular C/C++ library manager. Full of C/C++ libraries and other C/C++-related utilities<br>Contains: <b>C/C++ libraries and related utilities</b>": null,
"A popular C/C++ library manager. Full of C/C++ libraries and other C/C++-related utilities<br>Contains: <b>C/C++ libraries and related utilities</b>": "A popular C/C++ library manager. Full of C/C++ libraries and other C/C++-related utilities<br>Contains: <b>C/C++ libraries and related utilities</b>\nEn populær C/C++-bibliotekhåndterer. Full av C/C++-biblioteer og andre relaterte verktøy.<br>Inneholder:<b>C/C++-biblioteker og relaterte verktøy</b>",
"A repository full of tools and executables designed with Microsoft's .NET ecosystem in mind.<br>Contains: <b>.NET related tools and scripts</b>": "Et repository fullt av verktøy og programmer designet for Microsoft sitt .NET-økosystem.<br>Inneholder: <b>.NET-relaterte verktøy og skript</b>",
"A repository full of tools designed with Microsoft's .NET ecosystem in mind.<br>Contains: <b>.NET related Tools</b>": "Et repository fylt med verktøy, designet med Microsoft sitt .NET-økosystem i tankene.<br>Inneholder:<b>.NET-relaterte verktøy:</b> ",
"A restart is required": "Omstart av datamaskinen er nødvendig",
Expand Down Expand Up @@ -43,28 +43,28 @@
"Allow package operations to be performed in parallel": "Tillat at pakkehandlinger skjer parallelt",
"Allow parallel installs (NOT RECOMMENDED)": "Tillat parallelle installasjoner (IKKE ANBEFALT)",
"Allow {pm} operations to be performed in parallel": "Tillat at {pm}-operasjoner kan kjøre i parallell",
"Alternatively, you can also install {0} by running the following command in a Windows PowerShell prompt:": null,
"Alternatively, you can also install {0} by running the following command in a Windows PowerShell prompt:": "Du kan eventuelt også installere {0} ved å kjøre følgende kommando i Windows PowerShell:",
"Always elevate {pm} installations by default": "Alltid øk tillatelsesnivået for {pm}-installasjoner",
"Always run {pm} operations with administrator rights": "Alltid kjør {pm}-operasjoner med administratorrettigheter",
"An error occurred": "En feil oppstod",
"An error occurred when adding the source: ": "En feil oppstod da kilden ble lagt til:",
"An error occurred when attempting to show the package with Id {0}": null,
"An error occurred when attempting to show the package with Id {0}": "En feil oppstod med visningen av en pakke med ID {0}",
"An error occurred when checking for updates: ": "En feil oppstod ved sjekking for oppdateringer",
"An error occurred while processing this package": "En feil oppstod i behandlingen av denne pakken",
"An error occurred:": "En feil oppstod:",
"An interal error occurred. Please view the log for further details.": "En intern feil oppstod. Vennligst se loggen for flere detaljer.",
"An unexpected error occurred:": "En uventet feil oppstod:",
"An unexpected issue occurred while attempting to repair WinGet. Please try again later": null,
"An unexpected issue occurred while attempting to repair WinGet. Please try again later": "En uventet feil oppstod mens vi forsøkte å reparere WinGet. Vennligst prøv igjen senere",
"An update was found!": "En oppdatering ble funnet!",
"Android Subsystem": "Android Subsystem",
"Another source": "Annen kilde",
"Any unsaved changes will be lost": null,
"Any unsaved changes will be lost": "Ulagrede endringer vill gå tapt",
"App Name": "Appnavn",
"Application theme, startup page, package icons, clear successful installs automatically": null,
"Application theme, startup page, package icons, clear successful installs automatically": "App-tema, oppstartsfane, pakkeikoner, fjern suksessfulle installasjoner automatisk",
"Application theme:": "Applikasjonstema:",
"Architecture to install:": "Arkitektur som installeres:",
"Are these screenshots wron or blurry?": "Er disse skjermbildene feil eller uklare?",
"Are you sure you want to create a new package bundle? ": null,
"Are you sure you want to create a new package bundle? ": "Er du sikker på at du vil lage en ny pakkebundle?",
"Are you sure?": "Er du sikker?",
"Ask for administrator privileges once for each batch of operations": "Spør etter administratorrettigheter en gang per gruppe operasjoner",
"Ask for administrator rights when required": "Spør om administratorrettigheter ved behov",
Expand Down
Loading

0 comments on commit 8cb74e1

Please sign in to comment.