Skip to content
Merged
Show file tree
Hide file tree
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
9 changes: 5 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,14 @@ In order to translate WingetUI to other languages or to update an old translatio
<!-- Autogenerated translations -->
| Language | Translated | Translator(s) |
| :-- | :-- | --- |
| <img src='https://flagcdn.com/bg.svg' width=20> &nbsp; Bulgarian - български | 71% | Vasil Kolev |
| <img src='https://flagcdn.com/sa.svg' width=20> &nbsp; Arabic - عربي‎ | 2% | MahmoudAdel |
| <img src='https://flagcdn.com/bg.svg' width=20> &nbsp; Bulgarian - български | 100% | Vasil Kolev |
| <img src='https://flagcdn.com/bn.svg' width=20> &nbsp; Bangla - বাংলা | 19% | Nilavra Bhattacharya |
| <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 | 100% | [panther7](https://github.com/panther7), Petr Janeček |
| <img src='https://flagcdn.com/de.svg' width=20> &nbsp; German - Deutsch | 92% | Datacra5H |
| <img src='https://flagcdn.com/gb.svg' width=20> &nbsp; English - English | 100% | [marticliment](https://github.com/marticliment), [ppvnf](https://github.com/ppvnf) |
| <img src='https://flagcdn.com/es.svg' width=20> &nbsp; Spanish - Castellano | 11% | |
| <img src='https://flagcdn.com/es.svg' width=20> &nbsp; Spanish - Castellano | 66% | [rubnium](https://github.com/rubnium) |
| <img src='https://flagcdn.com/fr.svg' width=20> &nbsp; French - Français | 100% | Evans Costa |
| <img src='https://flagcdn.com/in.svg' width=20> &nbsp; Hindi - हिंदी | 85% | Satyam Singh Niranjan |
| <img src='https://flagcdn.com/hu.svg' width=20> &nbsp; Hungarian - Magyar | 99% | gidano |
Expand All @@ -96,10 +97,10 @@ In order to translate WingetUI to other languages or to update an old translatio
| <img src='https://flagcdn.com/rs.svg' width=20> &nbsp; Serbian - Srpski | 22% | Nemanja Djurcic |
| <img src='https://flagcdn.com/tr.svg' width=20> &nbsp; Turkish - Türkçe | 89% | Ahmet Özmetin |
| <img src='https://flagcdn.com/ua.svg' width=20> &nbsp; Ukranian - Yкраї́нська | 85% | Artem Moldovanenko, Operator404 |
| <img src='https://flagcdn.com/cn.svg' width=20> &nbsp; Simplified Chinese (China) | 99% | Aaron Liu, BUGP Association, ciaran, Cololi |
| <img src='https://flagcdn.com/cn.svg' width=20> &nbsp; Simplified Chinese (China) | 100% | Aaron Liu, BUGP Association, ciaran, Cololi |
| <img src='https://flagcdn.com/tw.svg' width=20> &nbsp; Traditional Chinese (Taiwan) | 89% | Aaron Liu, Cololi, yrctw |

Last updated: Fri Dec 30 00:58:17 2022
Last updated: Sat Dec 31 00:55:10 2022
<!-- END Autogenerated translations -->


Expand Down
22 changes: 16 additions & 6 deletions wingetui/data/translations.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Autogenerated file, do not modify it!!!

untranslatedPercentage = {
"ar": "0%",
"bg": "71%",
"ar": "2%",
"bn": "19%",
"de": "92%",
"es": "11%",
"es": "66%",
"hi": "85%",
"hr": "0%",
"hu": "99%",
"id": "0%",
"it": "99%",
"ja": "93%",
"ko": "32%",
Expand All @@ -17,12 +17,16 @@
"sr": "22%",
"tr": "89%",
"ua": "85%",
"zh_CN": "99%",
"zh_TW": "89%"
}

languageCredits = {
"ar": [],
"ar": [
{
"name": "MahmoudAdel",
"link": ""
}
],
"bg": [
{
"name": "Vasil Kolev",
Expand Down Expand Up @@ -67,7 +71,12 @@
"link": "https://github.com/ppvnf"
}
],
"es": [],
"es": [
{
"name": "rubnium",
"link": "https://github.com/rubnium"
}
],
"fr": [
{
"name": "Evans Costa",
Expand All @@ -92,6 +101,7 @@
"link": ""
}
],
"id": [],
"it": [
{
"name": "GiacoBot",
Expand Down
12 changes: 6 additions & 6 deletions wingetui/lang/lang_ar.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"{0} {0} {0} Contributors, please add your names/usernames separated by comas (for credit purposes)" : null,
"{0} {1} failed" : null,
"{0} apps can be updated" : null,
"{0} failed" : null,
"{0} {0} {0} Contributors, please add your names/usernames separated by comas (for credit purposes)" : "MahmoudAdel",
"{0} {1} failed" : "{0} {1} فشل",
"{0} apps can be updated" : "{0} برامج يمكن تحديثها",
"{0} failed" : "{0} فشل",
"{0} installation" : null,
"{0} is disabled" : null,
"0 packages found" : null,
"{0} packages found" : null,
"0 packages found" : "لم يتم العثور على أية برنامج",
"{0} packages found" : "عُثر على {0} برامج",
"{0} Scoop bucket" : null,
"{0} succeeded" : null,
"{0} Uninstallation" : null,
Expand Down
236 changes: 118 additions & 118 deletions wingetui/lang/lang_bg.json

Large diffs are not rendered by default.

Loading