Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add appdata hu (Hungarian - magyar) #3670

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
1 change: 1 addition & 0 deletions data/com.usebottles.bottles.desktop.in.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[Desktop Entry]
Name=@APP_NAME@
Comment=Run Windows Software
Comment[hu]=Windows szoftver futtatása
Icon=@APP_ID@
Exec=bottles %u
TryExec=bottles
Expand Down
28 changes: 28 additions & 0 deletions data/com.usebottles.bottles.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@
<project_license>GPL-3.0-only</project_license>
<id>@APP_ID@</id>
<launchable type="desktop-id">@[email protected]</launchable>

<name>Bottles</name>
<name xml:lang="hu">Palackok</name>

<summary>Run Windows Software</summary>
<summary xml:lang="hu">Windows szoftver futtatása</summary>

<developer_name translatable="no">Bottles Contributors</developer_name>
<developer id="@DEVELOPER_ID@">
<name translatable="no">Bottles Contributors</name>
Expand All @@ -22,6 +27,17 @@
<li>Integrated task manager to manage and monitor processes</li>
<li>Backup and restore</li>
</ul>
<p xml:lang="hu">A Palackok lehetővé teszi Windows-szoftverek, például alkalmazások és játékok futtatását Linuxon. Bevezet egy munkafolyamatot, amely az egyes szoftverek tetszés szerinti kategorizálásával segíti a rendszerezést. A Palackok számos eszközt és integrációt kínál az alkalmazások kezeléséhez és optimalizálásához.</p>
<p xml:lang="hu">Jellemzők:</p>
<ul>
<li xml:lang="hu">Használjon előre konfigurált környezeteket alapként</li>
<li xml:lang="hu">Cserélje ki a futószalagokat bármelyik palackra</li>
<li xml:lang="hu">Különféle optimalizálások és lehetőségek a játékhoz</li>
<li xml:lang="hu">Javítsa meg, ha a szoftver vagy a palack elromlik</li>
<li xml:lang="hu">Különféle ismert függőségek telepítése</li>
<li xml:lang="hu">Integrált feladatkezelő a folyamatok kezeléséhez és figyeléséhez</li>
<li xml:lang="hu">Biztonsági mentés és visszaállítás</li>
</ul>
</description>
<provides>
<mediatype>application/x-ms-dos-executable</mediatype>
Expand All @@ -32,21 +48,33 @@
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/bottlesdevs/Bottles/main/data/appstream/screenshot.png</image>
<caption>Bottles</caption>
<caption xml:lang="hu">Palackok</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/bottlesdevs/Bottles/main/data/appstream/1.png</image>
<caption>Application, gaming, and custom bottles</caption>
<caption xml:lang="hu">Alkalmazás, játék és egyéni palackok</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/bottlesdevs/Bottles/main/data/appstream/2.png</image>
<caption>Details</caption>
<caption xml:lang="hu">Részletek</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/bottlesdevs/Bottles/main/data/appstream/3.png</image>
<caption>Settings</caption>
<caption xml:lang="hu">Beállítások</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/bottlesdevs/Bottles/main/data/appstream/4.png</image>
<caption>Dependencies</caption>
<caption xml:lang="hu">Függőségek</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/bottlesdevs/Bottles/main/data/appstream/5.png</image>
<caption>Snapshots</caption>
<caption xml:lang="hu">Pillanatképek</caption>
</screenshot>
</screenshots>
<translation type="gettext">@APP_ID@</translation>
Expand Down
Loading