-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
61 changed files
with
696 additions
and
861 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<interface> | ||
<object class="GtkShortcutsWindow" id="help_overlay"> | ||
<property name="modal">True</property> | ||
<child> | ||
<object class="GtkShortcutsSection"> | ||
<property name="section-name">shortcuts</property> | ||
<property name="max-height">10</property> | ||
<child> | ||
<object class="GtkShortcutsGroup"> | ||
<property name="title" translatable="yes" context="shortcut window">General</property> | ||
<child> | ||
<object class="GtkShortcutsShortcut"> | ||
<property name="title" translatable="yes" context="shortcut window">Show Shortcuts</property> | ||
<property name="action-name">win.show-help-overlay</property> | ||
</object> | ||
</child> | ||
<child> | ||
<object class="GtkShortcutsShortcut"> | ||
<property name="title" translatable="yes" context="shortcut window">Quit</property> | ||
<property name="action-name">app.quit</property> | ||
</object> | ||
</child> | ||
</object> | ||
</child> | ||
</object> | ||
</child> | ||
</object> | ||
</interface> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
ui_gresource = gnome.compile_resources( | ||
'ui-resource', | ||
'ui.gresource.xml' | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<gresources> | ||
<gresource prefix="/com/vysp3r/ProtonPlus"> | ||
<file preprocess="xml-stripblanks">gtk/help-overlay.ui</file> | ||
</gresource> | ||
</gresources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: com.vysp3r.ProtonPlus\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2025-01-18 21:10-0500\n" | ||
"POT-Creation-Date: 2025-01-19 11:19-0500\n" | ||
"PO-Revision-Date: 2024-05-31 16:22+0000\n" | ||
"Last-Translator: Yahor <[email protected]>\n" | ||
"Language-Team: Belarusian <https://hosted.weblate.org/projects/protonplus/" | ||
|
@@ -20,15 +20,20 @@ msgstr "" | |
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" | ||
"X-Generator: Weblate 5.6-dev\n" | ||
|
||
#: src/widgets/sidebar.vala:11 src/widgets/info-box.vala:18 | ||
msgid "Toggle Sidebar" | ||
#: src/widgets/sidebar.vala:20 | ||
#, fuzzy | ||
msgid "Show Installed" | ||
msgstr "Толькі ўсталяваныя" | ||
|
||
#: src/widgets/info-box.vala:17 | ||
msgid "_Keyboard Shortcuts" | ||
msgstr "" | ||
|
||
#: src/widgets/info-box.vala:22 | ||
#: src/widgets/info-box.vala:18 | ||
msgid "_About ProtonPlus" | ||
msgstr "" | ||
|
||
#: src/widgets/info-box.vala:25 | ||
#: src/widgets/info-box.vala:21 | ||
msgid "Main Menu" | ||
msgstr "" | ||
|
||
|
@@ -48,8 +53,8 @@ msgstr "" | |
msgid "Closing in" | ||
msgstr "" | ||
|
||
#: src/widgets/release-row.vala:12 src/widgets/release-rows/basic.vala:39 | ||
#: src/widgets/release-rows/steamtinkerlaunch.vala:122 | ||
#: src/widgets/release-row.vala:12 src/widgets/release-rows/basic.vala:35 | ||
#: src/widgets/release-rows/steamtinkerlaunch.vala:118 | ||
#, c-format | ||
msgid "Delete %s" | ||
msgstr "" | ||
|
@@ -67,45 +72,45 @@ msgstr "" | |
msgid "Load more" | ||
msgstr "Загрузіць больш" | ||
|
||
#: src/widgets/window.vala:80 | ||
#: src/widgets/window.vala:51 | ||
#, fuzzy, c-format | ||
msgid "Welcome to %s" | ||
msgstr "Вітаем у " | ||
|
||
#: src/widgets/window.vala:80 | ||
#: src/widgets/window.vala:51 | ||
msgid "Install Steam, Lutris, Bottles or Heroic Games Launcher to get started." | ||
msgstr "" | ||
"Каб пачаць, усталюйце Steam, Lutris, Bottles або Heroic Games Launcher." | ||
|
||
#: src/widgets/application.vala:59 | ||
#: src/widgets/application.vala:78 | ||
#, fuzzy | ||
msgid "A modern compatibility tools manager for Linux." | ||
msgstr "" | ||
"Просты менеджэр інструментаў сумяшчальнасці на базе Wine і Proton для GNOME" | ||
|
||
#: src/widgets/application.vala:65 | ||
#: src/widgets/application.vala:84 | ||
msgid "Special thanks to" | ||
msgstr "Асаблівая падзяка" | ||
|
||
#: src/widgets/release-rows/basic.vala:39 | ||
#: src/widgets/release-rows/steamtinkerlaunch.vala:122 | ||
#: src/widgets/release-rows/basic.vala:35 | ||
#: src/widgets/release-rows/steamtinkerlaunch.vala:118 | ||
#, c-format | ||
msgid "You're about to remove %s from your system." | ||
msgstr "" | ||
|
||
#: src/widgets/release-rows/basic.vala:39 | ||
#: src/widgets/release-rows/steamtinkerlaunch.vala:122 | ||
#: src/widgets/release-rows/basic.vala:35 | ||
#: src/widgets/release-rows/steamtinkerlaunch.vala:118 | ||
#, fuzzy | ||
msgid "Are you sure you want this?" | ||
msgstr "Вы ўпэўнены, што хочаце выдаліць " | ||
|
||
#: src/widgets/release-rows/basic.vala:41 | ||
#: src/widgets/release-rows/steamtinkerlaunch.vala:126 | ||
#: src/widgets/release-rows/basic.vala:37 | ||
#: src/widgets/release-rows/steamtinkerlaunch.vala:122 | ||
msgid "No" | ||
msgstr "" | ||
|
||
#: src/widgets/release-rows/basic.vala:42 | ||
#: src/widgets/release-rows/steamtinkerlaunch.vala:127 | ||
#: src/widgets/release-rows/basic.vala:38 | ||
#: src/widgets/release-rows/steamtinkerlaunch.vala:123 | ||
msgid "Yes" | ||
msgstr "" | ||
|
||
|
@@ -125,7 +130,7 @@ msgstr "Усталяванне " | |
|
||
#: src/widgets/release-rows/steamtinkerlaunch.vala:71 | ||
#: src/widgets/release-rows/steamtinkerlaunch.vala:85 | ||
#: src/widgets/release-rows/steamtinkerlaunch.vala:193 | ||
#: src/widgets/release-rows/steamtinkerlaunch.vala:181 | ||
msgid "OK" | ||
msgstr "" | ||
|
||
|
@@ -150,32 +155,32 @@ msgstr "" | |
msgid "Cancel" | ||
msgstr "" | ||
|
||
#: src/widgets/release-rows/steamtinkerlaunch.vala:120 | ||
#: src/widgets/release-rows/steamtinkerlaunch.vala:116 | ||
msgid "Check this to also remove your configuration files." | ||
msgstr "" | ||
|
||
#: src/widgets/release-rows/steamtinkerlaunch.vala:183 | ||
#: src/widgets/release-rows/steamtinkerlaunch.vala:187 | ||
#: src/widgets/release-rows/steamtinkerlaunch.vala:171 | ||
#: src/widgets/release-rows/steamtinkerlaunch.vala:175 | ||
#, c-format | ||
msgid "%s is not supported" | ||
msgstr "" | ||
|
||
#: src/widgets/release-rows/steamtinkerlaunch.vala:183 | ||
#: src/widgets/release-rows/steamtinkerlaunch.vala:171 | ||
#, c-format | ||
msgid "To install %s for the %s, please run the following command:" | ||
msgstr "" | ||
|
||
#: src/widgets/release-rows/steamtinkerlaunch.vala:187 | ||
#: src/widgets/release-rows/steamtinkerlaunch.vala:175 | ||
#, c-format | ||
msgid "There's currently no known way for us to install %s for the %s." | ||
msgstr "" | ||
|
||
#: src/widgets/release-rows/steamtinkerlaunch.vala:213 | ||
#: src/widgets/release-rows/steamtinkerlaunch.vala:201 | ||
#, c-format | ||
msgid "%s is up-to-date" | ||
msgstr "" | ||
|
||
#: src/widgets/release-rows/steamtinkerlaunch.vala:213 | ||
#: src/widgets/release-rows/steamtinkerlaunch.vala:201 | ||
#, c-format | ||
msgid "Update %s to the latest version" | ||
msgstr "" | ||
|
@@ -329,13 +334,6 @@ msgstr "" | |
"Інструмент сумяшчальнасці Steam Play для запуску прыгодніцкіх гульняў з " | ||
"выкарыстаннем націўнай Linux ScummVM." | ||
|
||
#: src/models/runners/wine-ge.vala:6 | ||
msgid "" | ||
"Based on Valve Proton Experimental's bleeding-edge Wine, built for Lutris." | ||
msgstr "" | ||
"Заснаваны на перадавой Wine ад Valve Proton Experimental, створанай для " | ||
"Lutris." | ||
|
||
#: src/models/runners/wine-lutris.vala:7 | ||
msgid "" | ||
"Improved by Lutris to offer better compatibility or performance in certain " | ||
|
@@ -387,9 +385,11 @@ msgstr "Выдаленне " | |
msgid "An unexpected error occurred while upgrading %s." | ||
msgstr "Падчас распакавання адбылася нечаканая памылка " | ||
|
||
#, fuzzy | ||
#~ msgid "Only Installed" | ||
#~ msgstr "Толькі ўсталяваныя" | ||
#~ msgid "" | ||
#~ "Based on Valve Proton Experimental's bleeding-edge Wine, built for Lutris." | ||
#~ msgstr "" | ||
#~ "Заснаваны на перадавой Wine ад Valve Proton Experimental, створанай для " | ||
#~ "Lutris." | ||
|
||
#, fuzzy | ||
#~ msgid "There was an error while fetching data from the GitHub API." | ||
|
Oops, something went wrong.