Compare commits
105 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1a3c26c074 | ||
|
|
598f93201b | ||
|
|
a03fae8556 | ||
|
|
7eb7248b4c | ||
|
|
16956d214b | ||
|
|
3966b8f4ff | ||
|
|
4b11a2737a | ||
|
|
aea8a6ed5f | ||
|
|
24ad3369c7 | ||
|
|
12f6ae0567 | ||
|
|
b89d15537d | ||
|
|
f0be6888cf | ||
|
|
43ec0e1a1f | ||
|
|
e3411b8e7e | ||
|
|
00151abcf7 | ||
|
|
6b2678c5f6 | ||
|
|
6edd85e80a | ||
|
|
3da6674dbb | ||
|
|
43e8317c46 | ||
|
|
8a7d716db6 | ||
|
|
fd66d07ac3 | ||
|
|
cebf080619 | ||
|
|
e08f849d64 | ||
|
|
a08ed1d4c2 | ||
|
|
984249c05b | ||
|
|
1d630722de | ||
|
|
2303c2e6da | ||
|
|
fd9e0511d0 | ||
|
|
dc9a91eac3 | ||
|
|
0da5f94ea3 | ||
|
|
5b08cea6de | ||
|
|
0f6a989142 | ||
|
|
3c6639ae07 | ||
|
|
3e495283b0 | ||
|
|
9e60aad7f3 | ||
|
|
8ec2998077 | ||
|
|
62aff0e7cc | ||
|
|
c1715aa328 | ||
|
|
d136897c8c | ||
|
|
7b4513913e | ||
|
|
0fb7c859d2 | ||
|
|
39f79e118e | ||
|
|
d93c6aa81d | ||
|
|
3107bda8e0 | ||
|
|
fbc33e0fe3 | ||
|
|
5ea8d49f14 | ||
|
|
cccc4744ac | ||
|
|
05004b8225 | ||
|
|
b86f0f9217 | ||
|
|
22182a838a | ||
|
|
a9e67595f7 | ||
|
|
9986e35365 | ||
|
|
c8bc101c96 | ||
|
|
06026757d6 | ||
|
|
d2064ecaf4 | ||
|
|
ed3b8d7019 | ||
|
|
1279514c30 | ||
|
|
b580e55c02 | ||
|
|
33377cf69f | ||
|
|
50ce503458 | ||
|
|
7647857617 | ||
|
|
329fe098c5 | ||
|
|
415ebb8844 | ||
|
|
dac83919a0 | ||
|
|
32b965300f | ||
|
|
74b639c760 | ||
|
|
4a1f9d3f86 | ||
|
|
087c7989c2 | ||
|
|
725e4027f2 | ||
|
|
41f7ce3d5f | ||
|
|
ee0c07befc | ||
|
|
b942fd7d3c | ||
|
|
00580571a6 | ||
|
|
60b8a537ea | ||
|
|
df69352602 | ||
|
|
a9dc097553 | ||
|
|
cbe9bfbab8 | ||
|
|
45be2eb165 | ||
|
|
1e484e03f2 | ||
|
|
f18894bf10 | ||
|
|
a4c28449a7 | ||
|
|
b1cb2d679a | ||
|
|
e373534e41 | ||
|
|
937f66237c | ||
|
|
f3db0647ae | ||
|
|
54d9a996e4 | ||
|
|
95d1fe6c92 | ||
|
|
7e968a9ac7 | ||
|
|
960eaa1949 | ||
|
|
b511ce22b7 | ||
|
|
6899246d01 | ||
|
|
3bcbf8457c | ||
|
|
397f267522 | ||
|
|
6e1acf43da | ||
|
|
3e568be6d8 | ||
|
|
89afe23535 | ||
|
|
77b083e219 | ||
|
|
780fd0a09f | ||
|
|
a53e49610c | ||
|
|
3ec02ee64f | ||
|
|
4ed84390cf | ||
|
|
dbe00c5f90 | ||
|
|
6766910bb7 | ||
|
|
7a3019775c | ||
|
|
ef509f2eb0 |
4
.github/workflows/flatpak-builder.yml
vendored
@@ -8,11 +8,11 @@ jobs:
|
|||||||
name: "Flatpak"
|
name: "Flatpak"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: bilelmoussaoui/flatpak-github-actions:gnome-40
|
image: bilelmoussaoui/flatpak-github-actions:gnome-44
|
||||||
options: --privileged
|
options: --privileged
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: flatpak/flatpak-github-actions/flatpak-builder@v5
|
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
|
||||||
with:
|
with:
|
||||||
bundle: hu.kramo.Cartridges.flatpak
|
bundle: hu.kramo.Cartridges.flatpak
|
||||||
manifest-path: hu.kramo.Cartridges.json
|
manifest-path: hu.kramo.Cartridges.json
|
||||||
|
|||||||
3
.github/workflows/windows.yml
vendored
@@ -15,13 +15,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
msystem: UCRT64
|
msystem: UCRT64
|
||||||
update: true
|
update: true
|
||||||
install: mingw-w64-ucrt-x86_64-gtk4 mingw-w64-ucrt-x86_64-libadwaita mingw-w64-ucrt-x86_64-python-gobject mingw-w64-ucrt-x86_64-python-yaml mingw-w64-ucrt-x86_64-desktop-file-utils mingw-w64-ucrt-x86_64-ca-certificates mingw-w64-ucrt-x86_64-meson git
|
install: mingw-w64-ucrt-x86_64-gtk4 mingw-w64-ucrt-x86_64-libadwaita mingw-w64-ucrt-x86_64-python-gobject mingw-w64-ucrt-x86_64-python-yaml mingw-w64-ucrt-x86_64-python-requests mingw-w64-ucrt-x86_64-python-pillow mingw-w64-ucrt-x86_64-desktop-file-utils mingw-w64-ucrt-x86_64-ca-certificates mingw-w64-ucrt-x86_64-meson git
|
||||||
- name: Compile
|
- name: Compile
|
||||||
shell: msys2 {0}
|
shell: msys2 {0}
|
||||||
run: |
|
run: |
|
||||||
meson setup _build
|
meson setup _build
|
||||||
ninja -C _build install
|
ninja -C _build install
|
||||||
pacman --noconfirm -Rs mingw-w64-ucrt-x86_64-desktop-file-utils mingw-w64-ucrt-x86_64-meson git
|
pacman --noconfirm -Rs mingw-w64-ucrt-x86_64-desktop-file-utils mingw-w64-ucrt-x86_64-meson git
|
||||||
|
find /ucrt64/share/locale/ -type f ! -name "*cartridges.mo" -delete
|
||||||
- name: "Inno Setup"
|
- name: "Inno Setup"
|
||||||
run: iscc ".\.windows\Cartridges.iss"
|
run: iscc ".\.windows\Cartridges.iss"
|
||||||
- name: "Upload Artifact"
|
- name: "Upload Artifact"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#define MyAppName "Cartridges"
|
#define MyAppName "Cartridges"
|
||||||
#define MyAppVersion "1.2"
|
#define MyAppVersion "1.4"
|
||||||
#define MyAppPublisher "kramo"
|
#define MyAppPublisher "kramo"
|
||||||
#define MyAppURL "https://github.com/kra-mo/cartridges"
|
#define MyAppURL "https://github.com/kra-mo/cartridges"
|
||||||
#define MyAppExeName "pythonw.exe"
|
#define MyAppExeName "pythonw.exe"
|
||||||
@@ -13,7 +13,7 @@ AppPublisher={#MyAppPublisher}
|
|||||||
AppPublisherURL={#MyAppURL}
|
AppPublisherURL={#MyAppURL}
|
||||||
AppSupportURL=https://github.com/kra-mo/cartridges/issues
|
AppSupportURL=https://github.com/kra-mo/cartridges/issues
|
||||||
AppUpdatesURL={#MyAppURL}
|
AppUpdatesURL={#MyAppURL}
|
||||||
DefaultDirName={autopf}\{#MyAppName}
|
DefaultDirName={autopf64}\{#MyAppName}
|
||||||
DisableProgramGroupPage=yes
|
DisableProgramGroupPage=yes
|
||||||
LicenseFile=..\LICENSE
|
LicenseFile=..\LICENSE
|
||||||
PrivilegesRequiredOverridesAllowed=dialog
|
PrivilegesRequiredOverridesAllowed=dialog
|
||||||
@@ -34,6 +34,8 @@ Source: "D:\a\_temp\msys64\ucrt64\bin\cartridges"; DestDir: "{app}\bin"; Flags:
|
|||||||
Source: "D:\a\_temp\msys64\ucrt64\bin\pythonw.exe"; DestDir: "{app}\bin"; Flags: ignoreversion
|
Source: "D:\a\_temp\msys64\ucrt64\bin\pythonw.exe"; DestDir: "{app}\bin"; Flags: ignoreversion
|
||||||
Source: "D:\a\_temp\msys64\ucrt64\bin\python.exe"; DestDir: "{app}\bin"; Flags: ignoreversion
|
Source: "D:\a\_temp\msys64\ucrt64\bin\python.exe"; DestDir: "{app}\bin"; Flags: ignoreversion
|
||||||
Source: "D:\a\_temp\msys64\ucrt64\bin\gdbus.exe"; DestDir: "{app}\bin"; Flags: ignoreversion
|
Source: "D:\a\_temp\msys64\ucrt64\bin\gdbus.exe"; DestDir: "{app}\bin"; Flags: ignoreversion
|
||||||
|
Source: "D:\a\_temp\msys64\ucrt64\bin\gspawn-win64-helper.exe"; DestDir: "{app}\bin"; Flags: ignoreversion
|
||||||
|
Source: "D:\a\_temp\msys64\ucrt64\bin\gspawn-win64-helper-console.exe"; DestDir: "{app}\bin"; Flags: ignoreversion
|
||||||
Source: "D:\a\_temp\msys64\ucrt64\bin\*.dll"; DestDir: "{app}\bin"; Flags: recursesubdirs ignoreversion
|
Source: "D:\a\_temp\msys64\ucrt64\bin\*.dll"; DestDir: "{app}\bin"; Flags: recursesubdirs ignoreversion
|
||||||
|
|
||||||
Source: "D:\a\_temp\msys64\ucrt64\etc\ssl\*"; DestDir: "{app}\etc\ssl"; Flags: recursesubdirs ignoreversion
|
Source: "D:\a\_temp\msys64\ucrt64\etc\ssl\*"; DestDir: "{app}\etc\ssl"; Flags: recursesubdirs ignoreversion
|
||||||
@@ -43,9 +45,10 @@ Source: "D:\a\_temp\msys64\ucrt64\lib\girepository-1.0\*"; DestDir: "{app}\lib\g
|
|||||||
Source: "D:\a\_temp\msys64\ucrt64\lib\python3.10\*"; DestDir: "{app}\lib\python3.10"; Excludes: "__pycache__"; Flags: recursesubdirs ignoreversion
|
Source: "D:\a\_temp\msys64\ucrt64\lib\python3.10\*"; DestDir: "{app}\lib\python3.10"; Excludes: "__pycache__"; Flags: recursesubdirs ignoreversion
|
||||||
|
|
||||||
Source: "D:\a\_temp\msys64\ucrt64\share\cartridges\*"; DestDir: "{app}\share\cartridges"; Excludes: "__pycache__"; Flags: recursesubdirs ignoreversion
|
Source: "D:\a\_temp\msys64\ucrt64\share\cartridges\*"; DestDir: "{app}\share\cartridges"; Excludes: "__pycache__"; Flags: recursesubdirs ignoreversion
|
||||||
Source: "D:\a\_temp\msys64\ucrt64\share\icons\*"; DestDir: "{app}\share\icons"; Excludes: "cursors\*"; Flags: recursesubdirs ignoreversion
|
Source: "D:\a\_temp\msys64\ucrt64\share\icons\*"; DestDir: "{app}\share\icons"; Excludes: "*.png,cursors\*"; Flags: recursesubdirs ignoreversion
|
||||||
Source: "D:\a\_temp\msys64\ucrt64\share\glib-2.0\*"; DestDir: "{app}\share\glib-2.0"; Flags: recursesubdirs ignoreversion
|
Source: "D:\a\_temp\msys64\ucrt64\share\glib-2.0\*"; DestDir: "{app}\share\glib-2.0"; Flags: recursesubdirs ignoreversion
|
||||||
Source: "D:\a\_temp\msys64\ucrt64\share\gtk-4.0\*"; DestDir: "{app}\share\gtk-4.0"; Flags: recursesubdirs ignoreversion
|
Source: "D:\a\_temp\msys64\ucrt64\share\gtk-4.0\*"; DestDir: "{app}\share\gtk-4.0"; Flags: recursesubdirs ignoreversion
|
||||||
|
Source: "D:\a\_temp\msys64\ucrt64\share\locale\*"; DestDir: "{app}\share\locale"; Flags: recursesubdirs ignoreversion
|
||||||
|
|
||||||
Source: "icon.ico"; DestDir: "{app}"; Flags: recursesubdirs ignoreversion
|
Source: "icon.ico"; DestDir: "{app}"; Flags: recursesubdirs ignoreversion
|
||||||
|
|
||||||
|
|||||||
@@ -32,10 +32,13 @@
|
|||||||
Cartridges is a simple game launcher written in Python using GTK4 and Libadwaita.
|
Cartridges is a simple game launcher written in Python using GTK4 and Libadwaita.
|
||||||
## Features
|
## Features
|
||||||
- Manually adding and editing games
|
- Manually adding and editing games
|
||||||
- Importing games from Steam, Heroic and Bottles
|
- Importing games from Steam, Lutris, Heroic, Bottles and itch
|
||||||
- Support for multiple Steam install locations
|
- Support for multiple Steam install locations
|
||||||
- Hiding games
|
- Hiding games
|
||||||
- Searching and sorting by title, date added and last played
|
- Searching and sorting by title, date added and last played
|
||||||
|
- Automatically downloading cover art from [SteamGridDB](https://www.steamgriddb.com/)
|
||||||
|
- Searching for games on various databases
|
||||||
|
- Animated covers
|
||||||
|
|
||||||
For updates and questions, join our [Discord server][discord-url]!
|
For updates and questions, join our [Discord server][discord-url]!
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
using Gtk 4.0;
|
using Gtk 4.0;
|
||||||
using Adw 1;
|
using Adw 1;
|
||||||
|
|
||||||
template game : Box {
|
template Game : Box {
|
||||||
orientation: vertical;
|
orientation: vertical;
|
||||||
halign: center;
|
halign: center;
|
||||||
valign: start;
|
valign: start;
|
||||||
@@ -12,12 +12,19 @@ template game : Box {
|
|||||||
orientation: vertical;
|
orientation: vertical;
|
||||||
Button cover_button {
|
Button cover_button {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
Overlay {
|
||||||
|
[overlay]
|
||||||
|
Spinner spinner {
|
||||||
|
margin-start: 72;
|
||||||
|
margin-end: 72;
|
||||||
|
}
|
||||||
Picture cover {
|
Picture cover {
|
||||||
width-request: 200;
|
width-request: 200;
|
||||||
height-request: 300;
|
height-request: 300;
|
||||||
hexpand: true;
|
hexpand: true;
|
||||||
vexpand: true;
|
vexpand: true;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
styles [
|
styles [
|
||||||
"card",
|
"card",
|
||||||
@@ -30,7 +37,7 @@ template game : Box {
|
|||||||
reveal-child: false;
|
reveal-child: false;
|
||||||
transition-type: crossfade;
|
transition-type: crossfade;
|
||||||
Box {
|
Box {
|
||||||
Button button_play {
|
Button play_button {
|
||||||
halign: start;
|
halign: start;
|
||||||
margin-start: 6;
|
margin-start: 6;
|
||||||
margin-end: 6;
|
margin-end: 6;
|
||||||
@@ -80,7 +87,7 @@ menu game_options {
|
|||||||
section {
|
section {
|
||||||
item {
|
item {
|
||||||
label: _("Edit");
|
label: _("Edit");
|
||||||
action: "app.edit_details";
|
action: "app.edit_game";
|
||||||
}
|
}
|
||||||
|
|
||||||
item {
|
item {
|
||||||
@@ -99,7 +106,7 @@ menu hidden_game_options {
|
|||||||
section {
|
section {
|
||||||
item {
|
item {
|
||||||
label: _("Edit");
|
label: _("Edit");
|
||||||
action: "app.edit_details";
|
action: "app.edit_game";
|
||||||
}
|
}
|
||||||
|
|
||||||
item {
|
item {
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ ShortcutsWindow help_overlay {
|
|||||||
|
|
||||||
ShortcutsShortcut {
|
ShortcutsShortcut {
|
||||||
title: _("Undo");
|
title: _("Undo");
|
||||||
action-name: "win.undo_remove";
|
action-name: "win.undo";
|
||||||
}
|
}
|
||||||
|
|
||||||
ShortcutsShortcut {
|
ShortcutsShortcut {
|
||||||
@@ -58,6 +58,11 @@ ShortcutsWindow help_overlay {
|
|||||||
title: _("Show hidden games");
|
title: _("Show hidden games");
|
||||||
action-name: "win.show_hidden";
|
action-name: "win.show_hidden";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ShortcutsShortcut {
|
||||||
|
title: _("Remove game");
|
||||||
|
action-name: "app.remove_game_details_view";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ template PreferencesWindow : Adw.PreferencesWindow {
|
|||||||
|
|
||||||
Adw.ActionRow {
|
Adw.ActionRow {
|
||||||
title: _("Exit After Launching Games");
|
title: _("Exit After Launching Games");
|
||||||
|
activatable-widget: exit_after_launch_switch;
|
||||||
|
|
||||||
Switch exit_after_launch_switch {
|
Switch exit_after_launch_switch {
|
||||||
valign: center;
|
valign: center;
|
||||||
@@ -23,6 +24,7 @@ template PreferencesWindow : Adw.PreferencesWindow {
|
|||||||
Adw.ActionRow {
|
Adw.ActionRow {
|
||||||
title: _("Cover Image Launches Game");
|
title: _("Cover Image Launches Game");
|
||||||
subtitle: _("Swaps the behavior of the cover image and the play button");
|
subtitle: _("Swaps the behavior of the cover image and the play button");
|
||||||
|
activatable-widget: cover_launches_game_switch;
|
||||||
|
|
||||||
Switch cover_launches_game_switch {
|
Switch cover_launches_game_switch {
|
||||||
valign: center;
|
valign: center;
|
||||||
@@ -36,6 +38,7 @@ template PreferencesWindow : Adw.PreferencesWindow {
|
|||||||
Adw.ActionRow {
|
Adw.ActionRow {
|
||||||
title: _("High Quality Images");
|
title: _("High Quality Images");
|
||||||
subtitle: _("Save game covers losslessly at the cost of storage");
|
subtitle: _("Save game covers losslessly at the cost of storage");
|
||||||
|
activatable-widget: high_quality_images_switch;
|
||||||
|
|
||||||
Switch high_quality_images_switch {
|
Switch high_quality_images_switch {
|
||||||
valign: center;
|
valign: center;
|
||||||
@@ -86,7 +89,6 @@ template PreferencesWindow : Adw.PreferencesWindow {
|
|||||||
title: _("Extra Steam Libraries");
|
title: _("Extra Steam Libraries");
|
||||||
subtitle: _("Select other directories where you have Steam games installed");
|
subtitle: _("Select other directories where you have Steam games installed");
|
||||||
|
|
||||||
|
|
||||||
Revealer steam_clear_button_revealer {
|
Revealer steam_clear_button_revealer {
|
||||||
reveal-child: false;
|
reveal-child: false;
|
||||||
transition-type: slide_left;
|
transition-type: slide_left;
|
||||||
@@ -108,6 +110,40 @@ template PreferencesWindow : Adw.PreferencesWindow {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Adw.ExpanderRow lutris_expander_row {
|
||||||
|
title: _("Lutris");
|
||||||
|
show-enable-switch: true;
|
||||||
|
|
||||||
|
Adw.ActionRow {
|
||||||
|
title: _("Lutris Install Location");
|
||||||
|
subtitle: _("Directory to use when importing games");
|
||||||
|
|
||||||
|
Button lutris_file_chooser_button {
|
||||||
|
icon-name: "folder-symbolic";
|
||||||
|
valign: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Adw.ActionRow {
|
||||||
|
title: _("Lutris Cache Location");
|
||||||
|
subtitle: _("Directory to use when importing game covers");
|
||||||
|
|
||||||
|
Button lutris_cache_file_chooser_button {
|
||||||
|
icon-name: "folder-symbolic";
|
||||||
|
valign: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Adw.ActionRow {
|
||||||
|
title: _("Import Steam Games");
|
||||||
|
activatable-widget: lutris_steam_switch;
|
||||||
|
|
||||||
|
Switch lutris_steam_switch {
|
||||||
|
valign: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
Adw.ExpanderRow heroic_expander_row {
|
Adw.ExpanderRow heroic_expander_row {
|
||||||
title: _("Heroic");
|
title: _("Heroic");
|
||||||
show-enable-switch: true;
|
show-enable-switch: true;
|
||||||
@@ -124,6 +160,7 @@ template PreferencesWindow : Adw.PreferencesWindow {
|
|||||||
|
|
||||||
Adw.ActionRow {
|
Adw.ActionRow {
|
||||||
title: _("Import Epic Games");
|
title: _("Import Epic Games");
|
||||||
|
activatable-widget: heroic_epic_switch;
|
||||||
|
|
||||||
Switch heroic_epic_switch {
|
Switch heroic_epic_switch {
|
||||||
valign: center;
|
valign: center;
|
||||||
@@ -132,6 +169,7 @@ template PreferencesWindow : Adw.PreferencesWindow {
|
|||||||
|
|
||||||
Adw.ActionRow {
|
Adw.ActionRow {
|
||||||
title: _("Import GOG Games");
|
title: _("Import GOG Games");
|
||||||
|
activatable-widget: heroic_gog_switch;
|
||||||
|
|
||||||
Switch heroic_gog_switch {
|
Switch heroic_gog_switch {
|
||||||
valign: center;
|
valign: center;
|
||||||
@@ -140,6 +178,7 @@ template PreferencesWindow : Adw.PreferencesWindow {
|
|||||||
|
|
||||||
Adw.ActionRow {
|
Adw.ActionRow {
|
||||||
title: _("Import Sideloaded Games");
|
title: _("Import Sideloaded Games");
|
||||||
|
activatable-widget: heroic_sideloaded_switch;
|
||||||
|
|
||||||
Switch heroic_sideloaded_switch {
|
Switch heroic_sideloaded_switch {
|
||||||
valign: center;
|
valign: center;
|
||||||
@@ -161,6 +200,67 @@ template PreferencesWindow : Adw.PreferencesWindow {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Adw.ExpanderRow itch_expander_row {
|
||||||
|
title: _("itch");
|
||||||
|
show-enable-switch: true;
|
||||||
|
|
||||||
|
Adw.ActionRow {
|
||||||
|
title: _("itch Install Location");
|
||||||
|
subtitle: _("Directory to use when importing games");
|
||||||
|
|
||||||
|
Button itch_file_chooser_button {
|
||||||
|
icon-name: "folder-symbolic";
|
||||||
|
valign: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Adw.PreferencesPage sgdb_page {
|
||||||
|
name: "sgdb";
|
||||||
|
title: _("SteamGridDB");
|
||||||
|
icon-name: "image-x-generic-symbolic";
|
||||||
|
|
||||||
|
Adw.PreferencesGroup sgdb_key_group {
|
||||||
|
title: _("Authentication");
|
||||||
|
|
||||||
|
Adw.EntryRow sgdb_key_entry_row {
|
||||||
|
title: _("API Key");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Adw.PreferencesGroup sgdb_behavior_group {
|
||||||
|
title: _("Behavior");
|
||||||
|
|
||||||
|
Adw.ActionRow {
|
||||||
|
title: _("Use SteamGridDB");
|
||||||
|
subtitle: _("Download images when adding or importing games");
|
||||||
|
activatable-widget: sgdb_download_switch;
|
||||||
|
|
||||||
|
Switch sgdb_download_switch {
|
||||||
|
valign: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Adw.ActionRow {
|
||||||
|
title: _("Prefer Over Official Images");
|
||||||
|
activatable-widget: sgdb_prefer_switch;
|
||||||
|
|
||||||
|
Switch sgdb_prefer_switch {
|
||||||
|
valign: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Adw.ActionRow {
|
||||||
|
title: _("Prefer Animated Images");
|
||||||
|
activatable-widget: sgdb_animated_switch;
|
||||||
|
|
||||||
|
Switch sgdb_animated_switch {
|
||||||
|
valign: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,2 +1,11 @@
|
|||||||
@define-color accent_color @purple_1;
|
@define-color accent_color @purple_1;
|
||||||
@define-color accent_bg_color @purple_4;
|
@define-color accent_bg_color @purple_4;
|
||||||
|
|
||||||
|
#details_view {
|
||||||
|
background-color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
#details_view_play_button {
|
||||||
|
color: @dark_5;
|
||||||
|
background-color: @light_1;
|
||||||
|
}
|
||||||
@@ -1,2 +1,12 @@
|
|||||||
@define-color accent_color @purple_5;
|
@define-color accent_color @purple_5;
|
||||||
@define-color accent_bg_color @purple_3;
|
@define-color accent_bg_color @purple_3;
|
||||||
|
|
||||||
|
#details_view {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
#details_view_play_button {
|
||||||
|
color: @light_1;
|
||||||
|
background-color: @dark_5;
|
||||||
|
opacity: 0.8;
|
||||||
|
}
|
||||||
@@ -33,9 +33,11 @@ template CartridgesWindow : Adw.ApplicationWindow {
|
|||||||
visible-child: library_view;
|
visible-child: library_view;
|
||||||
transition-type: over_left;
|
transition-type: over_left;
|
||||||
|
|
||||||
Overlay overview {
|
Overlay details_view {
|
||||||
|
name: "details_view";
|
||||||
|
|
||||||
[overlay]
|
[overlay]
|
||||||
Box overview_box {
|
Box details_view_box {
|
||||||
orientation: vertical;
|
orientation: vertical;
|
||||||
|
|
||||||
Adw.HeaderBar {
|
Adw.HeaderBar {
|
||||||
@@ -47,7 +49,7 @@ template CartridgesWindow : Adw.ApplicationWindow {
|
|||||||
}
|
}
|
||||||
|
|
||||||
[title]
|
[title]
|
||||||
Adw.WindowTitle overview_header_bar_title {
|
Adw.WindowTitle details_view_header_bar_title {
|
||||||
title: _("Game Details");
|
title: _("Game Details");
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -70,7 +72,14 @@ template CartridgesWindow : Adw.ApplicationWindow {
|
|||||||
|
|
||||||
Adw.Clamp {
|
Adw.Clamp {
|
||||||
maximum-size: 200;
|
maximum-size: 200;
|
||||||
Picture overview_cover {
|
Overlay {
|
||||||
|
[overlay]
|
||||||
|
Spinner details_view_spinner {
|
||||||
|
margin-start: 72;
|
||||||
|
margin-end: 72;
|
||||||
|
}
|
||||||
|
|
||||||
|
Picture details_view_cover {
|
||||||
halign: end;
|
halign: end;
|
||||||
valign: start;
|
valign: start;
|
||||||
width-request: 200;
|
width-request: 200;
|
||||||
@@ -81,6 +90,7 @@ template CartridgesWindow : Adw.ApplicationWindow {
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
Box {
|
Box {
|
||||||
orientation: vertical;
|
orientation: vertical;
|
||||||
@@ -88,10 +98,11 @@ template CartridgesWindow : Adw.ApplicationWindow {
|
|||||||
vexpand: true;
|
vexpand: true;
|
||||||
valign: center;
|
valign: center;
|
||||||
|
|
||||||
Label overview_title {
|
Label details_view_title {
|
||||||
label: _("Game Title");
|
label: _("Game Title");
|
||||||
hexpand: true;
|
hexpand: true;
|
||||||
halign: start;
|
halign: start;
|
||||||
|
max-width-chars: 24;
|
||||||
wrap: true;
|
wrap: true;
|
||||||
wrap-mode: word_char;
|
wrap-mode: word_char;
|
||||||
natural-wrap-mode: word;
|
natural-wrap-mode: word;
|
||||||
@@ -101,10 +112,11 @@ template CartridgesWindow : Adw.ApplicationWindow {
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
Label overview_developer {
|
Label details_view_developer {
|
||||||
margin-top: 3;
|
margin-top: 3;
|
||||||
hexpand: true;
|
hexpand: true;
|
||||||
halign: start;
|
halign: start;
|
||||||
|
max-width-chars: 36;
|
||||||
wrap: true;
|
wrap: true;
|
||||||
wrap-mode: word_char;
|
wrap-mode: word_char;
|
||||||
natural-wrap-mode: word;
|
natural-wrap-mode: word;
|
||||||
@@ -114,55 +126,87 @@ template CartridgesWindow : Adw.ApplicationWindow {
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
Label overview_added {
|
Box {
|
||||||
|
orientation: horizontal;
|
||||||
margin-top: 12;
|
margin-top: 12;
|
||||||
hexpand: true;
|
hexpand: true;
|
||||||
halign: start;
|
halign: start;
|
||||||
|
|
||||||
|
Label details_view_added {
|
||||||
wrap: true;
|
wrap: true;
|
||||||
wrap-mode: word_char;
|
wrap-mode: word_char;
|
||||||
natural-wrap-mode: word;
|
natural-wrap-mode: word;
|
||||||
|
|
||||||
styles [
|
|
||||||
"dim-label",
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
Label overview_last_played {
|
Label details_view_last_played {
|
||||||
margin-top: 6;
|
margin-start: 12;
|
||||||
hexpand: true;
|
|
||||||
halign: start;
|
|
||||||
wrap: true;
|
wrap: true;
|
||||||
wrap-mode: word_char;
|
wrap-mode: word_char;
|
||||||
natural-wrap-mode: word;
|
natural-wrap-mode: word;
|
||||||
|
}
|
||||||
styles [
|
|
||||||
"dim-label",
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
Box {
|
Box {
|
||||||
hexpand: true;
|
hexpand: true;
|
||||||
vexpand: true;
|
vexpand: true;
|
||||||
valign: center;
|
valign: center;
|
||||||
|
|
||||||
Button overview_launch {
|
Button details_view_play_button {
|
||||||
|
name: "details_view_play_button";
|
||||||
action-name: "app.launch_game";
|
action-name: "app.launch_game";
|
||||||
label: _("Play");
|
label: _("Play");
|
||||||
halign: start;
|
halign: start;
|
||||||
margin-top: 24;
|
margin-top: 24;
|
||||||
|
|
||||||
styles [
|
styles [
|
||||||
"suggested-action",
|
"opaque",
|
||||||
"pill",
|
"pill",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
MenuButton overview_menu_button {
|
Box {
|
||||||
icon-name: "view-more-symbolic";
|
|
||||||
hexpand: true;
|
|
||||||
vexpand: true;
|
|
||||||
halign: start;
|
halign: start;
|
||||||
valign: center;
|
valign: center;
|
||||||
margin-top: 24;
|
margin-top: 24;
|
||||||
margin-start: 6;
|
margin-start: 12;
|
||||||
|
|
||||||
|
Button {
|
||||||
|
icon-name: "document-edit-symbolic";
|
||||||
|
action-name: "app.edit_game";
|
||||||
|
tooltip-text: _("Edit");
|
||||||
|
|
||||||
|
styles [
|
||||||
|
"circular",
|
||||||
|
]
|
||||||
|
}
|
||||||
|
Button details_view_hide_button {
|
||||||
|
action-name: "app.hide_game";
|
||||||
|
|
||||||
|
styles [
|
||||||
|
"circular",
|
||||||
|
]
|
||||||
|
}
|
||||||
|
Button {
|
||||||
|
icon-name: "user-trash-symbolic";
|
||||||
|
action-name: "app.remove_game";
|
||||||
|
tooltip-text: _("Remove");
|
||||||
|
|
||||||
|
styles [
|
||||||
|
"circular",
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
|
styles [
|
||||||
|
"linked",
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
|
MenuButton {
|
||||||
|
halign: start;
|
||||||
|
valign: center;
|
||||||
|
margin-top: 24;
|
||||||
|
margin-start: 12;
|
||||||
|
icon-name: "system-search-symbolic";
|
||||||
|
menu-model: search;
|
||||||
|
tooltip-text: _("Search");
|
||||||
|
|
||||||
styles [
|
styles [
|
||||||
"circular",
|
"circular",
|
||||||
@@ -174,16 +218,8 @@ template CartridgesWindow : Adw.ApplicationWindow {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
styles [
|
Picture details_view_blurred_cover {
|
||||||
"background",
|
|
||||||
]
|
|
||||||
|
|
||||||
Picture overview_blurred_cover {
|
|
||||||
opacity: 0.2;
|
|
||||||
can-shrink: true;
|
|
||||||
keep-aspect-ratio: false;
|
keep-aspect-ratio: false;
|
||||||
hexpand: true;
|
|
||||||
vexpand: true;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -390,3 +426,29 @@ menu add_games {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
menu search {
|
||||||
|
section {
|
||||||
|
label: "Search on…";
|
||||||
|
item {
|
||||||
|
label: "IGDB";
|
||||||
|
action: "app.igdb_search";
|
||||||
|
}
|
||||||
|
item {
|
||||||
|
label: "SteamGridDB";
|
||||||
|
action: "app.sgdb_search";
|
||||||
|
}
|
||||||
|
item {
|
||||||
|
label: "ProtonDB";
|
||||||
|
action: "app.protondb_search";
|
||||||
|
}
|
||||||
|
item {
|
||||||
|
label: "Lutris";
|
||||||
|
action: "app.lutris_search";
|
||||||
|
}
|
||||||
|
item {
|
||||||
|
label: "HowLongToBeat";
|
||||||
|
action: "app.hltb_search";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=Cartridges
|
Name=Cartridges
|
||||||
GenericName=Game Launcher
|
GenericName=Game Launcher
|
||||||
Comment=Launch your games
|
Comment=Launch all your games
|
||||||
Exec=cartridges
|
Exec=cartridges
|
||||||
Icon=hu.kramo.Cartridges
|
Icon=hu.kramo.Cartridges
|
||||||
Terminal=false
|
Terminal=false
|
||||||
|
|||||||
@@ -19,6 +19,21 @@
|
|||||||
<key name="steam-extra-dirs" type="as">
|
<key name="steam-extra-dirs" type="as">
|
||||||
<default>[]</default>
|
<default>[]</default>
|
||||||
</key>
|
</key>
|
||||||
|
<key name="steam-extra-dirs-hint" type="b">
|
||||||
|
<default>true</default>
|
||||||
|
</key>
|
||||||
|
<key name="lutris" type="b">
|
||||||
|
<default>true</default>
|
||||||
|
</key>
|
||||||
|
<key name="lutris-location" type="s">
|
||||||
|
<default>"~/.var/app/net.lutris.Lutris/data/lutris/"</default>
|
||||||
|
</key>
|
||||||
|
<key name="lutris-cache-location" type="s">
|
||||||
|
<default>"~/.var/app/net.lutris.Lutris/cache/lutris"</default>
|
||||||
|
</key>
|
||||||
|
<key name="lutris-import-steam" type="b">
|
||||||
|
<default>false</default>
|
||||||
|
</key>
|
||||||
<key name="heroic" type="b">
|
<key name="heroic" type="b">
|
||||||
<default>true</default>
|
<default>true</default>
|
||||||
</key>
|
</key>
|
||||||
@@ -39,6 +54,24 @@
|
|||||||
</key>
|
</key>
|
||||||
<key name="bottles-location" type="s">
|
<key name="bottles-location" type="s">
|
||||||
<default>"~/.var/app/com.usebottles.bottles/data/bottles/"</default>
|
<default>"~/.var/app/com.usebottles.bottles/data/bottles/"</default>
|
||||||
|
</key>
|
||||||
|
<key name="itch" type="b">
|
||||||
|
<default>true</default>
|
||||||
|
</key>
|
||||||
|
<key name="itch-location" type="s">
|
||||||
|
<default>"~/.var/app/io.itch.itch/config/itch/"</default>
|
||||||
|
</key>
|
||||||
|
<key name="sgdb-key" type="s">
|
||||||
|
<default>""</default>
|
||||||
|
</key>
|
||||||
|
<key name="sgdb" type="b">
|
||||||
|
<default>false</default>
|
||||||
|
</key>
|
||||||
|
<key name="sgdb-prefer" type="b">
|
||||||
|
<default>false</default>
|
||||||
|
</key>
|
||||||
|
<key name="sgdb-animated" type="b">
|
||||||
|
<default>false</default>
|
||||||
</key>
|
</key>
|
||||||
</schema>
|
</schema>
|
||||||
<schema id="hu.kramo.Cartridge.State" path="/hu/kramo/Cartridges/State/">
|
<schema id="hu.kramo.Cartridge.State" path="/hu/kramo/Cartridges/State/">
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<name>Cartridges</name>
|
<name>Cartridges</name>
|
||||||
<summary>Launch all your games</summary>
|
<summary>Launch all your games</summary>
|
||||||
<description>
|
<description>
|
||||||
<p>Cartridges is a simple game launcher. It has support for importing your games from Steam, Heroic and Bottles with organizational features such as hiding and sorting by date added or last played.</p>
|
<p>Cartridges is a simple game launcher for all of your games. It has support for importing games from Steam, Lutris, Heroic and more with no login necessary. You can sort and hide games or download cover art from SteamGridDB.</p>
|
||||||
</description>
|
</description>
|
||||||
<url type="homepage">https://github.com/kra-mo/cartridges</url>
|
<url type="homepage">https://github.com/kra-mo/cartridges</url>
|
||||||
<url type="bugtracker">https://github.com/kra-mo/cartridges/issues</url>
|
<url type="bugtracker">https://github.com/kra-mo/cartridges/issues</url>
|
||||||
@@ -36,6 +36,28 @@
|
|||||||
</screenshots>
|
</screenshots>
|
||||||
<content_rating type="oars-1.1" />
|
<content_rating type="oars-1.1" />
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="1.4" date="2023-04-16">
|
||||||
|
<description translatable="no">
|
||||||
|
<ul>
|
||||||
|
<li>Support for animated covers</li>
|
||||||
|
<li>Redesigned details view</li>
|
||||||
|
<li>Easily search for games on various databases</li>
|
||||||
|
<li>Translations since 1.3</li>
|
||||||
|
</ul>
|
||||||
|
</description>
|
||||||
|
</release>
|
||||||
|
<release version="1.3" date="2023-04-06">
|
||||||
|
<description translatable="no">
|
||||||
|
<ul>
|
||||||
|
<li>Support for importing game covers from SteamGridDB!</li>
|
||||||
|
<li>New import source: Lutris</li>
|
||||||
|
<li>New import source: itch</li>
|
||||||
|
<li>Better feedback for hiding and launching games</li>
|
||||||
|
<li>UX improvements</li>
|
||||||
|
<li>Translations since 1.2</li>
|
||||||
|
</ul>
|
||||||
|
</description>
|
||||||
|
</release>
|
||||||
<release version="1.2" date="2023-03-30">
|
<release version="1.2" date="2023-03-30">
|
||||||
<description translatable="no">
|
<description translatable="no">
|
||||||
<ul>
|
<ul>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 719 KiB After Width: | Height: | Size: 710 KiB |
|
Before Width: | Height: | Size: 105 KiB After Width: | Height: | Size: 142 KiB |
|
Before Width: | Height: | Size: 156 KiB After Width: | Height: | Size: 204 KiB |
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 28 KiB |
@@ -5,19 +5,23 @@
|
|||||||
"sdk" : "org.gnome.Sdk",
|
"sdk" : "org.gnome.Sdk",
|
||||||
"command" : "cartridges",
|
"command" : "cartridges",
|
||||||
"finish-args" : [
|
"finish-args" : [
|
||||||
|
"--share=network",
|
||||||
"--share=ipc",
|
"--share=ipc",
|
||||||
"--socket=fallback-x11",
|
"--socket=fallback-x11",
|
||||||
"--device=dri",
|
"--device=dri",
|
||||||
"--socket=wayland",
|
"--socket=wayland",
|
||||||
"--talk-name=org.freedesktop.Flatpak",
|
"--talk-name=org.freedesktop.Flatpak",
|
||||||
"--talk-name=org.gtk.vfs.*",
|
|
||||||
"--filesystem=xdg-run/gvfsd",
|
|
||||||
"--filesystem=~/.steam/steam/:ro",
|
"--filesystem=~/.steam/steam/:ro",
|
||||||
|
"--filesystem=xdg-data/lutris/:ro",
|
||||||
|
"--filesystem=xdg-cache/lutris/:ro",
|
||||||
"--filesystem=xdg-config/heroic/:ro",
|
"--filesystem=xdg-config/heroic/:ro",
|
||||||
"--filesystem=xdg-data/bottles/:ro",
|
"--filesystem=xdg-data/bottles/:ro",
|
||||||
|
"--filesystem=xdg-config/itch/:ro",
|
||||||
"--filesystem=~/.var/app/com.valvesoftware.Steam/data/Steam/:ro",
|
"--filesystem=~/.var/app/com.valvesoftware.Steam/data/Steam/:ro",
|
||||||
|
"--filesystem=~/.var/app/net.lutris.Lutris/:ro",
|
||||||
"--filesystem=~/.var/app/com.heroicgameslauncher.hgl/config/heroic/:ro",
|
"--filesystem=~/.var/app/com.heroicgameslauncher.hgl/config/heroic/:ro",
|
||||||
"--filesystem=~/.var/app/com.usebottles.bottles/data/bottles/:ro"
|
"--filesystem=~/.var/app/com.usebottles.bottles/data/bottles/:ro",
|
||||||
|
"--filesystem=~/.var/app/io.itch.itch/config/itch/:ro"
|
||||||
],
|
],
|
||||||
"cleanup" : [
|
"cleanup" : [
|
||||||
"/include",
|
"/include",
|
||||||
@@ -30,6 +34,11 @@
|
|||||||
"*.la",
|
"*.la",
|
||||||
"*.a"
|
"*.a"
|
||||||
],
|
],
|
||||||
|
"modules" : [
|
||||||
|
{
|
||||||
|
"name": "python3-modules",
|
||||||
|
"buildsystem": "simple",
|
||||||
|
"build-commands": [],
|
||||||
"modules": [
|
"modules": [
|
||||||
{
|
{
|
||||||
"name": "python3-pyyaml",
|
"name": "python3-pyyaml",
|
||||||
@@ -45,6 +54,56 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "python3-requests",
|
||||||
|
"buildsystem": "simple",
|
||||||
|
"build-commands": [
|
||||||
|
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"requests\" --no-build-isolation"
|
||||||
|
],
|
||||||
|
"sources": [
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"url": "https://files.pythonhosted.org/packages/71/4c/3db2b8021bd6f2f0ceb0e088d6b2d49147671f25832fb17970e9b583d742/certifi-2022.12.7-py3-none-any.whl",
|
||||||
|
"sha256": "4ad3232f5e926d6718ec31cfc1fcadfde020920e278684144551c91769c7bc18"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"url": "https://files.pythonhosted.org/packages/ff/d7/8d757f8bd45be079d76309248845a04f09619a7b17d6dfc8c9ff6433cac2/charset-normalizer-3.1.0.tar.gz",
|
||||||
|
"sha256": "34e0a2f9c370eb95597aae63bf85eb5e96826d81e3dcf88b8886012906f509b5"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"url": "https://files.pythonhosted.org/packages/fc/34/3030de6f1370931b9dbb4dad48f6ab1015ab1d32447850b9fc94e60097be/idna-3.4-py3-none-any.whl",
|
||||||
|
"sha256": "90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"url": "https://files.pythonhosted.org/packages/d2/f4/274d1dbe96b41cf4e0efb70cbced278ffd61b5c7bb70338b62af94ccb25b/requests-2.28.2-py3-none-any.whl",
|
||||||
|
"sha256": "64299f4909223da747622c030b781c0d7811e359c37124b4bd368fb8c6518baa"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"url": "https://files.pythonhosted.org/packages/7b/f5/890a0baca17a61c1f92f72b81d3c31523c99bec609e60c292ea55b387ae8/urllib3-1.26.15-py2.py3-none-any.whl",
|
||||||
|
"sha256": "aa751d169e23c7479ce47a0cb0da579e3ede798f994f5816a74e4f4500dcea42"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "python3-pillow",
|
||||||
|
"buildsystem": "simple",
|
||||||
|
"build-commands": [
|
||||||
|
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"pillow\" --no-build-isolation"
|
||||||
|
],
|
||||||
|
"sources": [
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"url": "https://files.pythonhosted.org/packages/00/d5/4903f310765e0ff2b8e91ffe55031ac6af77d982f0156061e20a4d1a8b2d/Pillow-9.5.0.tar.gz",
|
||||||
|
"sha256": "bf548479d336726d7a0eceb6e767e179fbde37833ae42794602631a070d630f1"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name" : "blueprint-compiler",
|
"name" : "blueprint-compiler",
|
||||||
"buildsystem" : "meson",
|
"buildsystem" : "meson",
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
project('cartridges',
|
project('cartridges',
|
||||||
version: '1.2',
|
version: '1.4',
|
||||||
meson_version: '>= 0.59.0',
|
meson_version: '>= 0.59.0',
|
||||||
default_options: [ 'warning_level=2', 'werror=false', ],
|
default_options: [ 'warning_level=2', 'werror=false', ],
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -11,3 +11,5 @@ fi
|
|||||||
pt
|
pt
|
||||||
ru
|
ru
|
||||||
ko
|
ko
|
||||||
|
de
|
||||||
|
ro
|
||||||
|
|||||||
@@ -2,19 +2,17 @@ data/hu.kramo.Cartridges.desktop.in
|
|||||||
data/hu.kramo.Cartridges.gschema.xml
|
data/hu.kramo.Cartridges.gschema.xml
|
||||||
data/hu.kramo.Cartridges.metainfo.xml.in
|
data/hu.kramo.Cartridges.metainfo.xml.in
|
||||||
|
|
||||||
data/gtk/window.blp
|
|
||||||
data/gtk/game.blp
|
data/gtk/game.blp
|
||||||
data/gtk/help-overlay.blp
|
data/gtk/help-overlay.blp
|
||||||
data/gtk/preferences.blp
|
data/gtk/preferences.blp
|
||||||
|
data/gtk/window.blp
|
||||||
|
|
||||||
src/main.py
|
src/main.py
|
||||||
src/window.py
|
src/window.py
|
||||||
src/game.py
|
src/game.py
|
||||||
src/preferences.py
|
src/preferences.py
|
||||||
|
|
||||||
src/utils/importer.py
|
|
||||||
src/utils/bottles_parser.py
|
|
||||||
src/utils/create_details_window.py
|
src/utils/create_details_window.py
|
||||||
src/utils/create_dialog.py
|
src/utils/create_dialog.py
|
||||||
src/utils/heroic_parser.py
|
src/utils/importer.py
|
||||||
src/utils/steam_parser.py
|
src/utils/steamgriddb.py
|
||||||
610
po/ar.po
@@ -2,12 +2,13 @@
|
|||||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
# This file is distributed under the same license as the cartridges package.
|
# This file is distributed under the same license as the cartridges package.
|
||||||
# Ali Aljishi <ahj696@hotmail.com>, 2023.
|
# Ali Aljishi <ahj696@hotmail.com>, 2023.
|
||||||
|
# kramo <contact@kramo.hu>, 2023.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: cartridges\n"
|
"Project-Id-Version: cartridges\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-03-30 16:23+0200\n"
|
"POT-Creation-Date: 2023-04-11 23:33+0200\n"
|
||||||
"PO-Revision-Date: 2023-03-30 11:43+0000\n"
|
"PO-Revision-Date: 2023-04-14 12:29+0000\n"
|
||||||
"Last-Translator: Ali Aljishi <ahj696@hotmail.com>\n"
|
"Last-Translator: Ali Aljishi <ahj696@hotmail.com>\n"
|
||||||
"Language-Team: Arabic <https://hosted.weblate.org/projects/cartridges/"
|
"Language-Team: Arabic <https://hosted.weblate.org/projects/cartridges/"
|
||||||
"cartridges/ar/>\n"
|
"cartridges/ar/>\n"
|
||||||
@@ -21,38 +22,36 @@ msgstr ""
|
|||||||
|
|
||||||
#: data/hu.kramo.Cartridges.desktop.in:3
|
#: data/hu.kramo.Cartridges.desktop.in:3
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:6 data/gtk/window.blp:29
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:6 data/gtk/window.blp:29
|
||||||
#: src/main.py:110
|
#: src/main.py:119
|
||||||
msgid "Cartridges"
|
msgid "Cartridges"
|
||||||
msgstr "عبوات"
|
msgstr "خراطيش"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.desktop.in:4
|
#: data/hu.kramo.Cartridges.desktop.in:4
|
||||||
msgid "Game Launcher"
|
msgid "Game Launcher"
|
||||||
msgstr "مشغِّل ألعاب"
|
msgstr "مشغِّل ألعاب"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.desktop.in:5
|
#: data/hu.kramo.Cartridges.desktop.in:5
|
||||||
msgid "Launch your games"
|
|
||||||
msgstr "شغِّل ألعابك"
|
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:7
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:7
|
||||||
msgid "Launch all your games"
|
msgid "Launch all your games"
|
||||||
msgstr "شغِّل كلَّ ألعابك"
|
msgstr "شغِّل كلَّ ألعابك"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:9
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:9
|
||||||
msgid ""
|
msgid ""
|
||||||
"Cartridges is a simple game launcher. It has support for importing your "
|
"Cartridges is a simple game launcher for all of your games. It has support "
|
||||||
"games from Steam, Heroic and Bottles with organizational features such as "
|
"for importing games from Steam, Lutris, Heroic and more with no login "
|
||||||
"hiding and sorting by date added or last played."
|
"necessary. You can sort and hide games or download cover art from "
|
||||||
|
"SteamGridDB."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"«عبوَّات» هو مشغِّل ألعاب يسير، فيه دعم لاستيراد الألعاب من ستيم، وهِرُوِك، "
|
"«خراطيش» هو مشغِّل ألعاب يسير، فيه دعم لاستيراد الألعاب من ستيم،ولوترس، وهِرُوِك، "
|
||||||
"وقوارير، وفيه مزايا لترتيب هذه الألعاب مثل إخفاء بعضها أو ترتيبها حسب تاريخ "
|
"وبرامج أخرى، وذلك دون تسجيل دخول. ولك ترتيب وإخفاء الألعاب فيه كيفما شئت، "
|
||||||
"إضافتها أو آخر تاريخ لُعبت فيه."
|
"وكذلك تستطيع منه تنزيل غُلُف الألعاب من SteamGridDB."
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:22
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:22
|
||||||
msgid "Library"
|
msgid "Library"
|
||||||
msgstr "المكتبة"
|
msgstr "المكتبة"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:26
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:26
|
||||||
#: src/utils/create_details_window.py:48
|
#: src/utils/create_details_window.py:87
|
||||||
msgid "Edit Game Details"
|
msgid "Edit Game Details"
|
||||||
msgstr "حرِّر تفاصيل اللعبة"
|
msgstr "حرِّر تفاصيل اللعبة"
|
||||||
|
|
||||||
@@ -60,120 +59,30 @@ msgstr "حرِّر تفاصيل اللعبة"
|
|||||||
msgid "Game Details"
|
msgid "Game Details"
|
||||||
msgstr "تفاصيل اللعبة"
|
msgstr "تفاصيل اللعبة"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:34 data/gtk/window.blp:363
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:34 data/gtk/window.blp:402
|
||||||
#: src/utils/importer.py:81
|
#: src/utils/importer.py:94 src/utils/importer.py:123 src/utils/importer.py:148
|
||||||
|
#: src/utils/steamgriddb.py:116
|
||||||
msgid "Preferences"
|
msgid "Preferences"
|
||||||
msgstr "التفضيلات"
|
msgstr "التفضيلات"
|
||||||
|
|
||||||
#: data/gtk/window.blp:6 src/utils/importer.py:78
|
#: data/gtk/game.blp:67 src/utils/create_details_window.py:129
|
||||||
msgid "No Games Found"
|
|
||||||
msgstr "لم يُعثر على ألعاب"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:7
|
|
||||||
msgid "Try a different search."
|
|
||||||
msgstr "جرِّب بحثًا آخر."
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:14
|
|
||||||
msgid "No Games"
|
|
||||||
msgstr "لا توجد ألعاب"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:15
|
|
||||||
msgid "Use the + button to add games."
|
|
||||||
msgstr "استخدم زرَّ + لتضيف ألعابًا."
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:22
|
|
||||||
msgid "No Hidden Games"
|
|
||||||
msgstr "لا توجد ألعاب مخفية"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:23
|
|
||||||
msgid "Games you hide will appear here."
|
|
||||||
msgstr "هنا يظهر ما أخفيت من ألعاب."
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:44 data/gtk/window.blp:254
|
|
||||||
msgid "Back"
|
|
||||||
msgstr "عد"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:92
|
|
||||||
msgid "Game Title"
|
|
||||||
msgstr "عنوان اللعبة"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:148 src/game.py:175
|
|
||||||
msgid "Play"
|
|
||||||
msgstr "العب"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:196 data/gtk/window.blp:382
|
|
||||||
msgid "Add Game"
|
|
||||||
msgstr "أضف لعبةً"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:203 data/gtk/window.blp:266
|
|
||||||
msgid "Main Menu"
|
|
||||||
msgstr "القائمة الرئيسة"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:210 data/gtk/window.blp:273 data/gtk/help-overlay.blp:19
|
|
||||||
msgid "Search"
|
|
||||||
msgstr "ابحث"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:261
|
|
||||||
msgid "Hidden Games"
|
|
||||||
msgstr "الألعاب المخفية"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:321
|
|
||||||
msgid "Sort"
|
|
||||||
msgstr "رتِّب"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:324
|
|
||||||
msgid "A-Z"
|
|
||||||
msgstr "أ-ي"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:330
|
|
||||||
msgid "Z-A"
|
|
||||||
msgstr "ي-أ"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:336
|
|
||||||
msgid "Newest"
|
|
||||||
msgstr "الأجدد"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:342
|
|
||||||
msgid "Oldest"
|
|
||||||
msgstr "الأقدم"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:348
|
|
||||||
msgid "Last Played"
|
|
||||||
msgstr "لُعبت آخر مرَّة"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:355
|
|
||||||
msgid "Show Hidden"
|
|
||||||
msgstr "أظهر ما أخفي"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:368
|
|
||||||
msgid "Keyboard Shortcuts"
|
|
||||||
msgstr "اختصارات لوحة المفاتيح"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:373
|
|
||||||
msgid "About Cartridges"
|
|
||||||
msgstr "عن «عبوَّات»"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:388 data/gtk/preferences.blp:66
|
|
||||||
msgid "Import"
|
|
||||||
msgstr "استورد"
|
|
||||||
|
|
||||||
#: data/gtk/game.blp:60 src/utils/create_details_window.py:94
|
|
||||||
msgid "Title"
|
msgid "Title"
|
||||||
msgstr "العنوان"
|
msgstr "العنوان"
|
||||||
|
|
||||||
#: data/gtk/game.blp:82 data/gtk/game.blp:101
|
#: data/gtk/game.blp:89 data/gtk/game.blp:108 data/gtk/window.blp:170
|
||||||
msgid "Edit"
|
msgid "Edit"
|
||||||
msgstr "حرِّر"
|
msgstr "حرِّر"
|
||||||
|
|
||||||
#: data/gtk/game.blp:87
|
#: data/gtk/game.blp:94 src/window.py:286
|
||||||
msgid "Hide"
|
msgid "Hide"
|
||||||
msgstr "أخفِ"
|
msgstr "أخفِ"
|
||||||
|
|
||||||
#: data/gtk/game.blp:92 data/gtk/game.blp:111 data/gtk/preferences.blp:53
|
#: data/gtk/game.blp:99 data/gtk/game.blp:118 data/gtk/preferences.blp:56
|
||||||
|
#: data/gtk/window.blp:186
|
||||||
msgid "Remove"
|
msgid "Remove"
|
||||||
msgstr "أزل"
|
msgstr "أزل"
|
||||||
|
|
||||||
#: data/gtk/game.blp:106
|
#: data/gtk/game.blp:113 src/window.py:283
|
||||||
msgid "Unhide"
|
msgid "Unhide"
|
||||||
msgstr "اكشف"
|
msgstr "اكشف"
|
||||||
|
|
||||||
@@ -185,6 +94,11 @@ msgstr "عام"
|
|||||||
msgid "Quit"
|
msgid "Quit"
|
||||||
msgstr "أنهِ"
|
msgstr "أنهِ"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:19 data/gtk/window.blp:205 data/gtk/window.blp:249
|
||||||
|
#: data/gtk/window.blp:312
|
||||||
|
msgid "Search"
|
||||||
|
msgstr "ابحث"
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:24
|
#: data/gtk/help-overlay.blp:24
|
||||||
msgid "Show preferences"
|
msgid "Show preferences"
|
||||||
msgstr "أظهر التفضيلات"
|
msgstr "أظهر التفضيلات"
|
||||||
@@ -193,7 +107,8 @@ msgstr "أظهر التفضيلات"
|
|||||||
msgid "Shortcuts"
|
msgid "Shortcuts"
|
||||||
msgstr "الاختصارات"
|
msgstr "الاختصارات"
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:34 src/main.py:198 src/preferences.py:118
|
#: data/gtk/help-overlay.blp:34 src/main.py:186 src/main.py:242
|
||||||
|
#: src/preferences.py:133
|
||||||
msgid "Undo"
|
msgid "Undo"
|
||||||
msgstr "تراجع"
|
msgstr "تراجع"
|
||||||
|
|
||||||
@@ -217,7 +132,11 @@ msgstr "استورد ألعابًا"
|
|||||||
msgid "Show hidden games"
|
msgid "Show hidden games"
|
||||||
msgstr "أظهر الألعاب المخفية"
|
msgstr "أظهر الألعاب المخفية"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:13
|
#: data/gtk/help-overlay.blp:63
|
||||||
|
msgid "Remove game"
|
||||||
|
msgstr "أزل اللعبة"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:13 data/gtk/preferences.blp:235
|
||||||
msgid "Behavior"
|
msgid "Behavior"
|
||||||
msgstr "السلوك"
|
msgstr "السلوك"
|
||||||
|
|
||||||
@@ -225,296 +144,422 @@ msgstr "السلوك"
|
|||||||
msgid "Exit After Launching Games"
|
msgid "Exit After Launching Games"
|
||||||
msgstr "اخرج بعد بدء الألعاب"
|
msgstr "اخرج بعد بدء الألعاب"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:24
|
#: data/gtk/preferences.blp:25
|
||||||
msgid "Cover Image Launches Game"
|
msgid "Cover Image Launches Game"
|
||||||
msgstr "تبدأ صورة الغلاف اللعبة"
|
msgstr "تبدأ صورة الغلاف اللعبة"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:25
|
#: data/gtk/preferences.blp:26
|
||||||
msgid "Swaps the behavior of the cover image and the play button"
|
msgid "Swaps the behavior of the cover image and the play button"
|
||||||
msgstr "يبدِّل سلوك صورة الغلاف وزرِّ «العب»"
|
msgstr "يبدِّل سلوك صورة الغلاف وزرِّ «العب»"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:34 src/utils/create_details_window.py:59
|
#: data/gtk/preferences.blp:36 src/utils/create_details_window.py:101
|
||||||
msgid "Images"
|
msgid "Images"
|
||||||
msgstr "الصور"
|
msgstr "الصور"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:37
|
#: data/gtk/preferences.blp:39
|
||||||
msgid "High Quality Images"
|
msgid "High Quality Images"
|
||||||
msgstr "صور ذات دقَّة عالية"
|
msgstr "صور ذات دقَّة عالية"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:38
|
#: data/gtk/preferences.blp:40
|
||||||
msgid "Save game covers losslessly at the cost of storage"
|
msgid "Save game covers losslessly at the cost of storage"
|
||||||
msgstr "احفظ غُلُف الألعاب دون فقد على حساب مساحة التخزين"
|
msgstr "احفظ غُلُف الألعاب دون فقد على حساب مساحة التخزين"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:47
|
|
||||||
msgid "Danger Zone"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:50
|
#: data/gtk/preferences.blp:50
|
||||||
msgid "Remove All Games"
|
msgid "Danger Zone"
|
||||||
msgstr ""
|
msgstr "منطقة خطر"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:70
|
#: data/gtk/preferences.blp:53
|
||||||
|
msgid "Remove All Games"
|
||||||
|
msgstr "أزل كلَّ الألعاب"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:69 data/gtk/window.blp:427
|
||||||
|
msgid "Import"
|
||||||
|
msgstr "استورد"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:73
|
||||||
msgid "Sources"
|
msgid "Sources"
|
||||||
msgstr "المصادر"
|
msgstr "المصادر"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:73
|
#: data/gtk/preferences.blp:76
|
||||||
msgid "Steam"
|
msgid "Steam"
|
||||||
msgstr "ستيم"
|
msgstr "ستيم"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:77
|
#: data/gtk/preferences.blp:80
|
||||||
msgid "Steam Install Location"
|
msgid "Steam Install Location"
|
||||||
msgstr "موضع تثبيت ستيم"
|
msgstr "موضع تثبيت ستيم"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:78 data/gtk/preferences.blp:117
|
#: data/gtk/preferences.blp:81 data/gtk/preferences.blp:119
|
||||||
#: data/gtk/preferences.blp:156
|
#: data/gtk/preferences.blp:153 data/gtk/preferences.blp:195
|
||||||
|
#: data/gtk/preferences.blp:210
|
||||||
msgid "Directory to use when importing games"
|
msgid "Directory to use when importing games"
|
||||||
msgstr "المجلَّد المستخدم عند استيراد الألعاب"
|
msgstr "المجلَّد المستخدم عند استيراد الألعاب"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:86
|
#: data/gtk/preferences.blp:89 src/utils/importer.py:143
|
||||||
msgid "Extra Steam Libraries"
|
msgid "Extra Steam Libraries"
|
||||||
msgstr "مكتبات ستيم الإضافية"
|
msgstr "مكتبات ستيم الإضافية"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:87
|
#: data/gtk/preferences.blp:90
|
||||||
msgid "Select other directories where you have Steam games installed"
|
msgid "Select other directories where you have Steam games installed"
|
||||||
msgstr "حدِّد المجلَّدات الأخرى التي ثُبِّتت فيها ألعاب ستيم"
|
msgstr "حدِّد المجلَّدات الأخرى التي ثُبِّتت فيها ألعاب ستيم"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:94
|
#: data/gtk/preferences.blp:96
|
||||||
msgid "Clear"
|
msgid "Clear"
|
||||||
msgstr "أمحُ"
|
msgstr "أمحُ"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:112
|
#: data/gtk/preferences.blp:114
|
||||||
|
msgid "Lutris"
|
||||||
|
msgstr "لوترس"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:118
|
||||||
|
msgid "Lutris Install Location"
|
||||||
|
msgstr "موضع تثبيت لوترس"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:128
|
||||||
|
msgid "Lutris Cache Location"
|
||||||
|
msgstr "موضع ذكرة لوترس المؤقَّتة"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:129
|
||||||
|
msgid "Directory to use when importing game covers"
|
||||||
|
msgstr "المجلَّد المستخدم عند استيراد غُلُف الألعاب"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:138
|
||||||
|
msgid "Import Steam Games"
|
||||||
|
msgstr "استورد ألعابًا من ستيم"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:148
|
||||||
msgid "Heroic"
|
msgid "Heroic"
|
||||||
msgstr "هِرُوِك"
|
msgstr "هِرُوِك"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:116
|
#: data/gtk/preferences.blp:152
|
||||||
msgid "Heroic Install Location"
|
msgid "Heroic Install Location"
|
||||||
msgstr "موضع تثبيت هِرُوِك"
|
msgstr "موضع تثبيت هِرُوِك"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:126
|
#: data/gtk/preferences.blp:162
|
||||||
msgid "Import Epic Games"
|
msgid "Import Epic Games"
|
||||||
msgstr "استورد ألعاب أَبِك"
|
msgstr "استورد ألعاب أَبِك"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:134
|
#: data/gtk/preferences.blp:171
|
||||||
msgid "Import GOG Games"
|
msgid "Import GOG Games"
|
||||||
msgstr "استورد ألعاب جيأوجي"
|
msgstr "استورد ألعاب جيأوجي"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:142
|
#: data/gtk/preferences.blp:180
|
||||||
msgid "Import Sideloaded Games"
|
msgid "Import Sideloaded Games"
|
||||||
msgstr "استورد ألعابًا مثبَّتةً بغير متجر"
|
msgstr "استورد ألعابًا مثبَّتةً بغير متجر"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:151
|
#: data/gtk/preferences.blp:190
|
||||||
msgid "Bottles"
|
msgid "Bottles"
|
||||||
msgstr "قوارير"
|
msgstr "قوارير"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:155
|
#: data/gtk/preferences.blp:194
|
||||||
msgid "Bottles Install Location"
|
msgid "Bottles Install Location"
|
||||||
msgstr "موضع تثبيت قوارير"
|
msgstr "موضع تثبيت قوارير"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:205
|
||||||
|
msgid "itch"
|
||||||
|
msgstr "إتش"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:209
|
||||||
|
msgid "itch Install Location"
|
||||||
|
msgstr "موضع تثبيت إتش"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:223
|
||||||
|
msgid "SteamGridDB"
|
||||||
|
msgstr "SteamGridDB"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:227
|
||||||
|
msgid "Authentication"
|
||||||
|
msgstr "الاستيثاق"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:230
|
||||||
|
msgid "API Key"
|
||||||
|
msgstr "مفتاح واجهة البرمجة"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:238
|
||||||
|
msgid "Use SteamGridDB"
|
||||||
|
msgstr "استخدم SteamGridDB"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:239
|
||||||
|
msgid "Download images when adding or importing games"
|
||||||
|
msgstr "نزِّل الصور حينما تنزِّل أو تستورد الألعاب"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:248
|
||||||
|
msgid "Prefer Over Official Images"
|
||||||
|
msgstr "فضِّلها على الصور الرسمية"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:257
|
||||||
|
msgid "Prefer Animated Images"
|
||||||
|
msgstr "فضِّل الصور المتحرِّكة"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:6 src/utils/importer.py:91
|
||||||
|
msgid "No Games Found"
|
||||||
|
msgstr "لم يُعثر على ألعاب"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:7
|
||||||
|
msgid "Try a different search."
|
||||||
|
msgstr "جرِّب بحثًا آخر."
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:14
|
||||||
|
msgid "No Games"
|
||||||
|
msgstr "لا توجد ألعاب"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:15
|
||||||
|
msgid "Use the + button to add games."
|
||||||
|
msgstr "استخدم زرَّ + لتضيف ألعابًا."
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:22
|
||||||
|
msgid "No Hidden Games"
|
||||||
|
msgstr "لا توجد ألعاب مخفية"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:23
|
||||||
|
msgid "Games you hide will appear here."
|
||||||
|
msgstr "هنا يظهر ما أخفيت من ألعاب."
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:44 data/gtk/window.blp:293
|
||||||
|
msgid "Back"
|
||||||
|
msgstr "عد"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:100
|
||||||
|
msgid "Game Title"
|
||||||
|
msgstr "عنوان اللعبة"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:151 src/game.py:158
|
||||||
|
msgid "Play"
|
||||||
|
msgstr "العب"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:235 data/gtk/window.blp:421
|
||||||
|
msgid "Add Game"
|
||||||
|
msgstr "أضف لعبةً"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:242 data/gtk/window.blp:305
|
||||||
|
msgid "Main Menu"
|
||||||
|
msgstr "القائمة الرئيسة"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:300
|
||||||
|
msgid "Hidden Games"
|
||||||
|
msgstr "الألعاب المخفية"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:360
|
||||||
|
msgid "Sort"
|
||||||
|
msgstr "رتِّب"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:363
|
||||||
|
msgid "A-Z"
|
||||||
|
msgstr "أ-ي"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:369
|
||||||
|
msgid "Z-A"
|
||||||
|
msgstr "ي-أ"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:375
|
||||||
|
msgid "Newest"
|
||||||
|
msgstr "الأجدد"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:381
|
||||||
|
msgid "Oldest"
|
||||||
|
msgstr "الأقدم"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:387
|
||||||
|
msgid "Last Played"
|
||||||
|
msgstr "لُعبت آخر مرَّة"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:394
|
||||||
|
msgid "Show Hidden"
|
||||||
|
msgstr "أظهر ما أخفي"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:407
|
||||||
|
msgid "Keyboard Shortcuts"
|
||||||
|
msgstr "اختصارات لوحة المفاتيح"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:412
|
||||||
|
msgid "About Cartridges"
|
||||||
|
msgstr "عن «خراطيش»"
|
||||||
|
|
||||||
#. Translators: Replace this with your name for it to show up in the about window
|
#. Translators: Replace this with your name for it to show up in the about window
|
||||||
#: src/main.py:125
|
#: src/main.py:137
|
||||||
msgid "translator_credits"
|
msgid "translator_credits"
|
||||||
msgstr "Ali Aljishi <ahj696@hotmail.com>"
|
msgstr "Ali Aljishi <ahj696@hotmail.com>"
|
||||||
|
|
||||||
#. The variable is the title of the game
|
#. The variable is the title of the game
|
||||||
#: src/main.py:197
|
#: src/main.py:164
|
||||||
#, python-brace-format
|
msgid "{} launched"
|
||||||
msgid "{title} removed"
|
msgstr "بُدئت {}"
|
||||||
msgstr "أزيلت {title}"
|
|
||||||
|
|
||||||
#: src/window.py:234
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:182
|
||||||
|
msgid "{} hidden"
|
||||||
|
msgstr "أٌخفيت {}"
|
||||||
|
|
||||||
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:185
|
||||||
|
msgid "{} unhidden"
|
||||||
|
msgstr "أٌظهرت {}"
|
||||||
|
|
||||||
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:241
|
||||||
|
msgid "{} removed"
|
||||||
|
msgstr "أزيلت {}"
|
||||||
|
|
||||||
|
#: src/window.py:262
|
||||||
msgid "Today"
|
msgid "Today"
|
||||||
msgstr "اليوم"
|
msgstr "اليوم"
|
||||||
|
|
||||||
#: src/window.py:236
|
#: src/window.py:264
|
||||||
msgid "Yesterday"
|
msgid "Yesterday"
|
||||||
msgstr "أمس"
|
msgstr "أمس"
|
||||||
|
|
||||||
#. The variable is the date when the game was added
|
#. The variable is the date when the game was added
|
||||||
#: src/window.py:270
|
#: src/window.py:310
|
||||||
#, python-brace-format
|
msgid "Added: {}"
|
||||||
msgid "Added: {date}"
|
msgstr "أضيفت في: {}"
|
||||||
msgstr "أضيفت في: {date}"
|
|
||||||
|
|
||||||
#: src/window.py:275
|
#: src/window.py:315
|
||||||
msgid "Never"
|
msgid "Never"
|
||||||
msgstr "أبدًا"
|
msgstr "أبدًا"
|
||||||
|
|
||||||
#. The variable is the date when the game was last played
|
#. The variable is the date when the game was last played
|
||||||
#: src/window.py:279
|
#: src/window.py:319
|
||||||
#, python-brace-format
|
msgid "Last played: {}"
|
||||||
msgid "Last played: {last_played_date}"
|
msgstr "لُعبت آخر مرَّة في: {}"
|
||||||
msgstr "لُعبت آخر مرَّة في: {last_played_date}"
|
|
||||||
|
|
||||||
#: src/game.py:173
|
#: src/game.py:156
|
||||||
msgid "Details"
|
msgid "Details"
|
||||||
msgstr "التفاصيل"
|
msgstr "التفاصيل"
|
||||||
|
|
||||||
#: src/preferences.py:55
|
#: src/preferences.py:54
|
||||||
msgid "Installation Not Found"
|
msgid "Installation Not Found"
|
||||||
msgstr "لم يُعثر على التثبيت"
|
msgstr "لم يُعثر على التثبيت"
|
||||||
|
|
||||||
#. The variable is the name of the game launcher
|
#. The variable is the name of the game launcher
|
||||||
#: src/preferences.py:57
|
#: src/preferences.py:56
|
||||||
#, python-brace-format
|
msgid "Select the {} configuration directory."
|
||||||
msgid "Select the {name} configuration directory."
|
msgstr "حدِّد مجلَّد ضبط {}."
|
||||||
msgstr "حدِّد مجلَّد ضبط {name}."
|
|
||||||
|
|
||||||
#. The variable is the name of the game launcher
|
#. The variable is the name of the game launcher
|
||||||
#: src/preferences.py:59
|
#: src/preferences.py:59
|
||||||
#, python-brace-format
|
msgid "Select the {} data directory."
|
||||||
msgid "Select the {name} data directory."
|
msgstr "حدِّد مجلَّد بيانات {}."
|
||||||
msgstr "حدِّد مجلَّد بيانات {name}."
|
|
||||||
|
|
||||||
#: src/preferences.py:61
|
#: src/preferences.py:61 src/preferences.py:240
|
||||||
msgid "Set Location"
|
msgid "Set Location"
|
||||||
msgstr "عيِّن الموضع"
|
msgstr "عيِّن الموضع"
|
||||||
|
|
||||||
#: src/preferences.py:117
|
#: src/preferences.py:132
|
||||||
#, fuzzy
|
|
||||||
#| msgid "{title} removed"
|
|
||||||
msgid "All games removed"
|
msgid "All games removed"
|
||||||
msgstr "أزيلت {title}"
|
msgstr "أُزيلت كلُّ الألعاب"
|
||||||
|
|
||||||
#: src/utils/importer.py:37
|
#: src/preferences.py:237
|
||||||
msgid "Importing Games…"
|
msgid "Cache Not Found"
|
||||||
msgstr "تُستورد الألعاب…"
|
msgstr "لم يُعثر على الذاكرة المؤقَّتة"
|
||||||
|
|
||||||
#: src/utils/importer.py:79
|
#: src/preferences.py:238
|
||||||
#, fuzzy
|
msgid "Select the Lutris cache directory."
|
||||||
#| msgid "No new games were found on your device."
|
msgstr "حدِّد مجلَّد ذاكرة لوترس المؤقَّتة."
|
||||||
msgid "No new games were found on your system."
|
|
||||||
msgstr "لم يُعثر على ألعاب جديدة في جهازك."
|
|
||||||
|
|
||||||
#: src/utils/importer.py:87
|
#: src/preferences.py:344
|
||||||
msgid "Game Imported"
|
msgid ""
|
||||||
msgstr "اُستوردت اللعبة"
|
"An API key is required to use SteamGridDB. You can generate one {}here{}."
|
||||||
|
msgstr ""
|
||||||
|
"تحتاج مفتاح واجهة برمجة حال ما أردت استخدام SteamGridDB، {}هنا تولِّده{}."
|
||||||
|
|
||||||
#: src/utils/importer.py:88
|
#: src/utils/create_details_window.py:81
|
||||||
msgid "Successfully imported 1 game."
|
|
||||||
msgstr "اُستوردت لعبة بنجاح."
|
|
||||||
|
|
||||||
#: src/utils/importer.py:94
|
|
||||||
msgid "Games Imported"
|
|
||||||
msgstr "اُستوردت الألعاب"
|
|
||||||
|
|
||||||
#. The variable is the number of games
|
|
||||||
#: src/utils/importer.py:96
|
|
||||||
#, python-brace-format
|
|
||||||
msgid "Successfully imported {games_no} games."
|
|
||||||
msgstr "اُستوردت {games_no} لعبة بنجاح."
|
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:41
|
|
||||||
msgid "Add New Game"
|
msgid "Add New Game"
|
||||||
msgstr "أضف لعبةً جديدةً"
|
msgstr "أضف لعبةً جديدةً"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:46
|
#: src/utils/create_details_window.py:85
|
||||||
msgid "Confirm"
|
msgid "Confirm"
|
||||||
msgstr "أكِّد"
|
msgstr "أكِّد"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:57
|
#: src/utils/create_details_window.py:96
|
||||||
msgid "Apply"
|
msgid "Apply"
|
||||||
msgstr "طبِّق"
|
msgstr "طبِّق"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:95
|
#: src/utils/create_details_window.py:130
|
||||||
msgid "The title of the game"
|
msgid "The title of the game"
|
||||||
msgstr "عنوان اللعبة"
|
msgstr "عنوان اللعبة"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:100
|
#: src/utils/create_details_window.py:135
|
||||||
msgid "Developer"
|
msgid "Developer"
|
||||||
msgstr "المطوِّر"
|
msgstr "المطوِّر"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:101
|
#: src/utils/create_details_window.py:136
|
||||||
msgid "The developer or publisher (optional)"
|
msgid "The developer or publisher (optional)"
|
||||||
msgstr "المطوِّر أو الناشر (اختياري)"
|
msgstr "المطوِّر أو الناشر (اختياري)"
|
||||||
|
|
||||||
#. Translate this string as you would translate "file"
|
#. Translate this string as you would translate "file"
|
||||||
#: src/utils/create_details_window.py:112
|
#: src/utils/create_details_window.py:147
|
||||||
msgid "file.txt"
|
msgid "file.txt"
|
||||||
msgstr "ملف.txt"
|
msgstr "ملف.txt"
|
||||||
|
|
||||||
#. As in software
|
#. As in software
|
||||||
#: src/utils/create_details_window.py:114
|
#: src/utils/create_details_window.py:149
|
||||||
msgid "program"
|
msgid "program"
|
||||||
msgstr "برنامج"
|
msgstr "البرنامج"
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {exe_name}"
|
#. Translate this string as you would translate "path to {}"
|
||||||
#: src/utils/create_details_window.py:119
|
#: src/utils/create_details_window.py:154
|
||||||
#, python-brace-format
|
#: src/utils/create_details_window.py:156
|
||||||
msgid "C:\\path\\to\\{exe_name}"
|
msgid "C:\\path\\to\\{}"
|
||||||
msgstr "C:\\path\\to\\{exe_name}"
|
msgstr "C:\\المسار\\إلى\\{}"
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {file_name}"
|
#. Translate this string as you would translate "path to {}"
|
||||||
#: src/utils/create_details_window.py:121
|
#: src/utils/create_details_window.py:160
|
||||||
#, python-brace-format
|
#: src/utils/create_details_window.py:162
|
||||||
msgid "C:\\path\\to\\{file_name}"
|
msgid "/path/to/{}"
|
||||||
msgstr "C:\\path\\to\\{file_name}"
|
msgstr "/المسار/إلى/{}"
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {exe_name}"
|
#: src/utils/create_details_window.py:166
|
||||||
#: src/utils/create_details_window.py:125
|
|
||||||
#, python-brace-format
|
|
||||||
msgid "/path/to/{exe_name}"
|
|
||||||
msgstr "/path/to/{exe_name}"
|
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {file_name}"
|
|
||||||
#: src/utils/create_details_window.py:127
|
|
||||||
#, python-brace-format
|
|
||||||
msgid "/path/to/{file_name}"
|
|
||||||
msgstr "/path/to/{file_name}"
|
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:131
|
|
||||||
#, python-brace-format
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"To launch the executable \"{exe_name}\", use the command:\n"
|
"To launch the executable \"{}\", use the command:\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>\"{exe_path}\"</tt>\n"
|
"<tt>\"{}\"</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"To open the file \"{file_name}\" with the default application, use:\n"
|
"To open the file \"{}\" with the default application, use:\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>{command} \"{file_path}\"</tt>\n"
|
"<tt>{} \"{}\"</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"If the path contains spaces, make sure to wrap it in double quotes!"
|
"If the path contains spaces, make sure to wrap it in double quotes!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"إن أردت تشغيل ملفِّ التنفيذ «{exe_name}» فعليك استخدام الأمر:\n"
|
"إن أردت تشغيل ملفِّ التنفيذ «{}» فعليك استخدام الأمر:\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>\"{exe_path}\"</tt>\n"
|
"<tt>«{}»</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"إن أردت فتح الملفِّ «{file_name}» باستخدام التطبيق المبدئيِّ فعليك استخدام:\n"
|
"إن أردت فتح الملفِّ «{}» باستخدام التطبيق المبدئيِّ فعليك استخدام:\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>{command} \"{file_path}\"</tt>\n"
|
"<tt>{} «{}»</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"ولا تنسَ إحاطة المسافات في المسار بعلامتي تنصيص مزدوجتين!"
|
"ولا تنسَ إحاطة المسار بعلامتي تنصيص مزدوجتين حالما تضمَّن مسافات!"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:154
|
#: src/utils/create_details_window.py:189
|
||||||
msgid "Executable"
|
msgid "Executable"
|
||||||
msgstr "ملفُّ تنفيذ"
|
msgstr "ملفُّ التنفيذ"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:155
|
#: src/utils/create_details_window.py:190
|
||||||
msgid "File to open or command to run when launching the game"
|
msgid "File to open or command to run when launching the game"
|
||||||
msgstr "الملفُّ المفتوح أو الأمر المشغَّل عند بدء اللعبة"
|
msgstr "الملفُّ المفتوح أو الأمر المشغَّل عند بدء اللعبة"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:167
|
#: src/utils/create_details_window.py:202
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr "ألغِ"
|
msgstr "ألغِ"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:217
|
#: src/utils/create_details_window.py:259
|
||||||
#: src/utils/create_details_window.py:227
|
#: src/utils/create_details_window.py:269
|
||||||
#: src/utils/create_details_window.py:233
|
#: src/utils/create_details_window.py:275
|
||||||
msgid "Couldn't Add Game"
|
msgid "Couldn't Add Game"
|
||||||
msgstr "تعذَّرت إضافة اللعبة"
|
msgstr "تعذَّرت إضافة اللعبة"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:219
|
#: src/utils/create_details_window.py:261
|
||||||
#: src/utils/create_details_window.py:257
|
#: src/utils/create_details_window.py:299
|
||||||
#: src/utils/create_details_window.py:265
|
#: src/utils/create_details_window.py:307
|
||||||
msgid "Couldn't Apply Preferences"
|
msgid "Couldn't Apply Preferences"
|
||||||
msgstr "تعذَّر تطبيق التفضيلات"
|
msgstr "تعذَّر تطبيق التفضيلات"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:227
|
#: src/utils/create_details_window.py:269
|
||||||
#: src/utils/create_details_window.py:258
|
#: src/utils/create_details_window.py:300
|
||||||
msgid "Game title cannot be empty."
|
msgid "Game title cannot be empty."
|
||||||
msgstr "لا يجوز كون عنوان اللعبة فارغًا."
|
msgstr "لا يجوز كون عنوان اللعبة فارغًا."
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:233
|
#: src/utils/create_details_window.py:275
|
||||||
#: src/utils/create_details_window.py:266
|
#: src/utils/create_details_window.py:308
|
||||||
msgid "Executable cannot be empty."
|
msgid "Executable cannot be empty."
|
||||||
msgstr "لا يجوز كون ملفِّ التنفيذ فارغًا."
|
msgstr "لا يجوز كون ملفِّ التنفيذ فارغًا."
|
||||||
|
|
||||||
@@ -522,6 +567,64 @@ msgstr "لا يجوز كون ملفِّ التنفيذ فارغًا."
|
|||||||
msgid "Dismiss"
|
msgid "Dismiss"
|
||||||
msgstr "تجاهل"
|
msgstr "تجاهل"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:42
|
||||||
|
msgid "Importing Games…"
|
||||||
|
msgstr "تُستورد الألعاب…"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:77
|
||||||
|
msgid "Importing Covers…"
|
||||||
|
msgstr "تُستورد الغُلُف…"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:92
|
||||||
|
msgid "No new games were found on your system."
|
||||||
|
msgstr "لم يُعثر على ألعاب جديدة في نظامك."
|
||||||
|
|
||||||
|
#: src/utils/importer.py:100
|
||||||
|
msgid "Game Imported"
|
||||||
|
msgstr "اُستوردت اللعبة"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:101
|
||||||
|
msgid "Successfully imported 1 game."
|
||||||
|
msgstr "اُستوردت لعبة بنجاح."
|
||||||
|
|
||||||
|
#: src/utils/importer.py:107
|
||||||
|
msgid "Games Imported"
|
||||||
|
msgstr "اُستوردت الألعاب"
|
||||||
|
|
||||||
|
#. The variable is the number of games
|
||||||
|
#: src/utils/importer.py:109
|
||||||
|
msgid "Successfully imported {} games."
|
||||||
|
msgstr "اُستوردت {} لعبة بنجاح."
|
||||||
|
|
||||||
|
#: src/utils/importer.py:120 src/utils/steamgriddb.py:113
|
||||||
|
msgid "Couldn't Connect to SteamGridDB"
|
||||||
|
msgstr "تعذَّر الاتصال ب SteamGridDB"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:145
|
||||||
|
msgid ""
|
||||||
|
"Looks like you have multiple Steam libraries. Would you like to add them in "
|
||||||
|
"preferences?"
|
||||||
|
msgstr "يبدو أن عندك أكثر من مكتبة ستيم. أتريد إضافتهم في التفضيلات؟"
|
||||||
|
|
||||||
|
#~ msgid "Launch your games"
|
||||||
|
#~ msgstr "شغِّل ألعابك"
|
||||||
|
|
||||||
|
#, python-brace-format
|
||||||
|
#~ msgid "Last played: {last_played_date}"
|
||||||
|
#~ msgstr "لُعبت آخر مرَّة في: {last_played_date}"
|
||||||
|
|
||||||
|
#, python-brace-format
|
||||||
|
#~ msgid "Successfully imported {games_no} games."
|
||||||
|
#~ msgstr "اُستوردت {games_no} لعبة بنجاح."
|
||||||
|
|
||||||
|
#, python-brace-format
|
||||||
|
#~ msgid "C:\\path\\to\\{file_name}"
|
||||||
|
#~ msgstr "C:\\path\\to\\{file_name}"
|
||||||
|
|
||||||
|
#, python-brace-format
|
||||||
|
#~ msgid "/path/to/{file_name}"
|
||||||
|
#~ msgstr "/path/to/{file_name}"
|
||||||
|
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#~| msgid "General"
|
#~| msgid "General"
|
||||||
#~ msgctxt "shortcuts window"
|
#~ msgctxt "shortcuts window"
|
||||||
@@ -573,9 +676,6 @@ msgstr "تجاهل"
|
|||||||
#~ msgid "The Heroic directory cannot be found."
|
#~ msgid "The Heroic directory cannot be found."
|
||||||
#~ msgstr "تعذَّر العثور على مجلَّد هِرُوِك."
|
#~ msgstr "تعذَّر العثور على مجلَّد هِرُوِك."
|
||||||
|
|
||||||
#~ msgid "Set Heroic Location"
|
|
||||||
#~ msgstr "عيِّن موضع هِرُوِك"
|
|
||||||
|
|
||||||
#~ msgid "Heroic Games Imported"
|
#~ msgid "Heroic Games Imported"
|
||||||
#~ msgstr "اُستوردت ألعاب هِرُوِك"
|
#~ msgstr "اُستوردت ألعاب هِرُوِك"
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Cartridges\n"
|
"Project-Id-Version: Cartridges\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-03-30 16:23+0200\n"
|
"POT-Creation-Date: 2023-04-11 23:33+0200\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@@ -19,7 +19,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: data/hu.kramo.Cartridges.desktop.in:3
|
#: data/hu.kramo.Cartridges.desktop.in:3
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:6 data/gtk/window.blp:29
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:6 data/gtk/window.blp:29
|
||||||
#: src/main.py:110
|
#: src/main.py:119
|
||||||
msgid "Cartridges"
|
msgid "Cartridges"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -28,18 +28,16 @@ msgid "Game Launcher"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.desktop.in:5
|
#: data/hu.kramo.Cartridges.desktop.in:5
|
||||||
msgid "Launch your games"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:7
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:7
|
||||||
msgid "Launch all your games"
|
msgid "Launch all your games"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:9
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:9
|
||||||
msgid ""
|
msgid ""
|
||||||
"Cartridges is a simple game launcher. It has support for importing your "
|
"Cartridges is a simple game launcher for all of your games. It has support "
|
||||||
"games from Steam, Heroic and Bottles with organizational features such as "
|
"for importing games from Steam, Lutris, Heroic and more with no login "
|
||||||
"hiding and sorting by date added or last played."
|
"necessary. You can sort and hide games or download cover art from "
|
||||||
|
"SteamGridDB."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:22
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:22
|
||||||
@@ -47,7 +45,7 @@ msgid "Library"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:26
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:26
|
||||||
#: src/utils/create_details_window.py:48
|
#: src/utils/create_details_window.py:87
|
||||||
msgid "Edit Game Details"
|
msgid "Edit Game Details"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -55,120 +53,30 @@ msgstr ""
|
|||||||
msgid "Game Details"
|
msgid "Game Details"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:34 data/gtk/window.blp:363
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:34 data/gtk/window.blp:402
|
||||||
#: src/utils/importer.py:81
|
#: src/utils/importer.py:94 src/utils/importer.py:123 src/utils/importer.py:148
|
||||||
|
#: src/utils/steamgriddb.py:116
|
||||||
msgid "Preferences"
|
msgid "Preferences"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/window.blp:6 src/utils/importer.py:78
|
#: data/gtk/game.blp:67 src/utils/create_details_window.py:129
|
||||||
msgid "No Games Found"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:7
|
|
||||||
msgid "Try a different search."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:14
|
|
||||||
msgid "No Games"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:15
|
|
||||||
msgid "Use the + button to add games."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:22
|
|
||||||
msgid "No Hidden Games"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:23
|
|
||||||
msgid "Games you hide will appear here."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:44 data/gtk/window.blp:254
|
|
||||||
msgid "Back"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:92
|
|
||||||
msgid "Game Title"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:148 src/game.py:175
|
|
||||||
msgid "Play"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:196 data/gtk/window.blp:382
|
|
||||||
msgid "Add Game"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:203 data/gtk/window.blp:266
|
|
||||||
msgid "Main Menu"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:210 data/gtk/window.blp:273 data/gtk/help-overlay.blp:19
|
|
||||||
msgid "Search"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:261
|
|
||||||
msgid "Hidden Games"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:321
|
|
||||||
msgid "Sort"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:324
|
|
||||||
msgid "A-Z"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:330
|
|
||||||
msgid "Z-A"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:336
|
|
||||||
msgid "Newest"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:342
|
|
||||||
msgid "Oldest"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:348
|
|
||||||
msgid "Last Played"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:355
|
|
||||||
msgid "Show Hidden"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:368
|
|
||||||
msgid "Keyboard Shortcuts"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:373
|
|
||||||
msgid "About Cartridges"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:388 data/gtk/preferences.blp:66
|
|
||||||
msgid "Import"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/game.blp:60 src/utils/create_details_window.py:94
|
|
||||||
msgid "Title"
|
msgid "Title"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/game.blp:82 data/gtk/game.blp:101
|
#: data/gtk/game.blp:89 data/gtk/game.blp:108 data/gtk/window.blp:170
|
||||||
msgid "Edit"
|
msgid "Edit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/game.blp:87
|
#: data/gtk/game.blp:94 src/window.py:286
|
||||||
msgid "Hide"
|
msgid "Hide"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/game.blp:92 data/gtk/game.blp:111 data/gtk/preferences.blp:53
|
#: data/gtk/game.blp:99 data/gtk/game.blp:118 data/gtk/preferences.blp:56
|
||||||
|
#: data/gtk/window.blp:186
|
||||||
msgid "Remove"
|
msgid "Remove"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/game.blp:106
|
#: data/gtk/game.blp:113 src/window.py:283
|
||||||
msgid "Unhide"
|
msgid "Unhide"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -180,6 +88,11 @@ msgstr ""
|
|||||||
msgid "Quit"
|
msgid "Quit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:19 data/gtk/window.blp:205 data/gtk/window.blp:249
|
||||||
|
#: data/gtk/window.blp:312
|
||||||
|
msgid "Search"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:24
|
#: data/gtk/help-overlay.blp:24
|
||||||
msgid "Show preferences"
|
msgid "Show preferences"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -188,7 +101,8 @@ msgstr ""
|
|||||||
msgid "Shortcuts"
|
msgid "Shortcuts"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:34 src/main.py:198 src/preferences.py:118
|
#: data/gtk/help-overlay.blp:34 src/main.py:186 src/main.py:242
|
||||||
|
#: src/preferences.py:133
|
||||||
msgid "Undo"
|
msgid "Undo"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -212,7 +126,11 @@ msgstr ""
|
|||||||
msgid "Show hidden games"
|
msgid "Show hidden games"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:13
|
#: data/gtk/help-overlay.blp:63
|
||||||
|
msgid "Remove game"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:13 data/gtk/preferences.blp:235
|
||||||
msgid "Behavior"
|
msgid "Behavior"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -220,286 +138,454 @@ msgstr ""
|
|||||||
msgid "Exit After Launching Games"
|
msgid "Exit After Launching Games"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:24
|
#: data/gtk/preferences.blp:25
|
||||||
msgid "Cover Image Launches Game"
|
msgid "Cover Image Launches Game"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:25
|
#: data/gtk/preferences.blp:26
|
||||||
msgid "Swaps the behavior of the cover image and the play button"
|
msgid "Swaps the behavior of the cover image and the play button"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:34 src/utils/create_details_window.py:59
|
#: data/gtk/preferences.blp:36 src/utils/create_details_window.py:101
|
||||||
msgid "Images"
|
msgid "Images"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:37
|
#: data/gtk/preferences.blp:39
|
||||||
msgid "High Quality Images"
|
msgid "High Quality Images"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:38
|
#: data/gtk/preferences.blp:40
|
||||||
msgid "Save game covers losslessly at the cost of storage"
|
msgid "Save game covers losslessly at the cost of storage"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:47
|
#: data/gtk/preferences.blp:50
|
||||||
msgid "Danger Zone"
|
msgid "Danger Zone"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:50
|
#: data/gtk/preferences.blp:53
|
||||||
msgid "Remove All Games"
|
msgid "Remove All Games"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:70
|
#: data/gtk/preferences.blp:69 data/gtk/window.blp:427
|
||||||
msgid "Sources"
|
msgid "Import"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:73
|
#: data/gtk/preferences.blp:73
|
||||||
|
msgid "Sources"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:76
|
||||||
msgid "Steam"
|
msgid "Steam"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:77
|
#: data/gtk/preferences.blp:80
|
||||||
msgid "Steam Install Location"
|
msgid "Steam Install Location"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:78 data/gtk/preferences.blp:117
|
#: data/gtk/preferences.blp:81 data/gtk/preferences.blp:119
|
||||||
#: data/gtk/preferences.blp:156
|
#: data/gtk/preferences.blp:153 data/gtk/preferences.blp:195
|
||||||
|
#: data/gtk/preferences.blp:210
|
||||||
msgid "Directory to use when importing games"
|
msgid "Directory to use when importing games"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:86
|
#: data/gtk/preferences.blp:89 src/utils/importer.py:143
|
||||||
msgid "Extra Steam Libraries"
|
msgid "Extra Steam Libraries"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:87
|
#: data/gtk/preferences.blp:90
|
||||||
msgid "Select other directories where you have Steam games installed"
|
msgid "Select other directories where you have Steam games installed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:94
|
#: data/gtk/preferences.blp:96
|
||||||
msgid "Clear"
|
msgid "Clear"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:112
|
#: data/gtk/preferences.blp:114
|
||||||
|
msgid "Lutris"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:118
|
||||||
|
msgid "Lutris Install Location"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:128
|
||||||
|
msgid "Lutris Cache Location"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:129
|
||||||
|
msgid "Directory to use when importing game covers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:138
|
||||||
|
msgid "Import Steam Games"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:148
|
||||||
msgid "Heroic"
|
msgid "Heroic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:116
|
#: data/gtk/preferences.blp:152
|
||||||
msgid "Heroic Install Location"
|
msgid "Heroic Install Location"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:126
|
#: data/gtk/preferences.blp:162
|
||||||
msgid "Import Epic Games"
|
msgid "Import Epic Games"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:134
|
#: data/gtk/preferences.blp:171
|
||||||
msgid "Import GOG Games"
|
msgid "Import GOG Games"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:142
|
#: data/gtk/preferences.blp:180
|
||||||
msgid "Import Sideloaded Games"
|
msgid "Import Sideloaded Games"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:151
|
#: data/gtk/preferences.blp:190
|
||||||
msgid "Bottles"
|
msgid "Bottles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:155
|
#: data/gtk/preferences.blp:194
|
||||||
msgid "Bottles Install Location"
|
msgid "Bottles Install Location"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:205
|
||||||
|
msgid "itch"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:209
|
||||||
|
msgid "itch Install Location"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:223
|
||||||
|
msgid "SteamGridDB"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:227
|
||||||
|
msgid "Authentication"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:230
|
||||||
|
msgid "API Key"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:238
|
||||||
|
msgid "Use SteamGridDB"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:239
|
||||||
|
msgid "Download images when adding or importing games"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:248
|
||||||
|
msgid "Prefer Over Official Images"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:257
|
||||||
|
msgid "Prefer Animated Images"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:6 src/utils/importer.py:91
|
||||||
|
msgid "No Games Found"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:7
|
||||||
|
msgid "Try a different search."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:14
|
||||||
|
msgid "No Games"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:15
|
||||||
|
msgid "Use the + button to add games."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:22
|
||||||
|
msgid "No Hidden Games"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:23
|
||||||
|
msgid "Games you hide will appear here."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:44 data/gtk/window.blp:293
|
||||||
|
msgid "Back"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:100
|
||||||
|
msgid "Game Title"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:151 src/game.py:158
|
||||||
|
msgid "Play"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:235 data/gtk/window.blp:421
|
||||||
|
msgid "Add Game"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:242 data/gtk/window.blp:305
|
||||||
|
msgid "Main Menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:300
|
||||||
|
msgid "Hidden Games"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:360
|
||||||
|
msgid "Sort"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:363
|
||||||
|
msgid "A-Z"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:369
|
||||||
|
msgid "Z-A"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:375
|
||||||
|
msgid "Newest"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:381
|
||||||
|
msgid "Oldest"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:387
|
||||||
|
msgid "Last Played"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:394
|
||||||
|
msgid "Show Hidden"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:407
|
||||||
|
msgid "Keyboard Shortcuts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:412
|
||||||
|
msgid "About Cartridges"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. Translators: Replace this with your name for it to show up in the about window
|
#. Translators: Replace this with your name for it to show up in the about window
|
||||||
#: src/main.py:125
|
#: src/main.py:137
|
||||||
msgid "translator_credits"
|
msgid "translator_credits"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. The variable is the title of the game
|
#. The variable is the title of the game
|
||||||
#: src/main.py:197
|
#: src/main.py:164
|
||||||
#, python-brace-format
|
msgid "{} launched"
|
||||||
msgid "{title} removed"
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/window.py:234
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:182
|
||||||
|
msgid "{} hidden"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:185
|
||||||
|
msgid "{} unhidden"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:241
|
||||||
|
msgid "{} removed"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/window.py:262
|
||||||
msgid "Today"
|
msgid "Today"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/window.py:236
|
#: src/window.py:264
|
||||||
msgid "Yesterday"
|
msgid "Yesterday"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. The variable is the date when the game was added
|
#. The variable is the date when the game was added
|
||||||
#: src/window.py:270
|
#: src/window.py:310
|
||||||
#, python-brace-format
|
msgid "Added: {}"
|
||||||
msgid "Added: {date}"
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/window.py:275
|
#: src/window.py:315
|
||||||
msgid "Never"
|
msgid "Never"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. The variable is the date when the game was last played
|
#. The variable is the date when the game was last played
|
||||||
#: src/window.py:279
|
#: src/window.py:319
|
||||||
#, python-brace-format
|
msgid "Last played: {}"
|
||||||
msgid "Last played: {last_played_date}"
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/game.py:173
|
#: src/game.py:156
|
||||||
msgid "Details"
|
msgid "Details"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/preferences.py:55
|
#: src/preferences.py:54
|
||||||
msgid "Installation Not Found"
|
msgid "Installation Not Found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. The variable is the name of the game launcher
|
#. The variable is the name of the game launcher
|
||||||
#: src/preferences.py:57
|
#: src/preferences.py:56
|
||||||
#, python-brace-format
|
msgid "Select the {} configuration directory."
|
||||||
msgid "Select the {name} configuration directory."
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. The variable is the name of the game launcher
|
#. The variable is the name of the game launcher
|
||||||
#: src/preferences.py:59
|
#: src/preferences.py:59
|
||||||
#, python-brace-format
|
msgid "Select the {} data directory."
|
||||||
msgid "Select the {name} data directory."
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/preferences.py:61
|
#: src/preferences.py:61 src/preferences.py:240
|
||||||
msgid "Set Location"
|
msgid "Set Location"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/preferences.py:117
|
#: src/preferences.py:132
|
||||||
msgid "All games removed"
|
msgid "All games removed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/utils/importer.py:37
|
#: src/preferences.py:237
|
||||||
msgid "Importing Games…"
|
msgid "Cache Not Found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/utils/importer.py:79
|
#: src/preferences.py:238
|
||||||
msgid "No new games were found on your system."
|
msgid "Select the Lutris cache directory."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/utils/importer.py:87
|
#: src/preferences.py:344
|
||||||
msgid "Game Imported"
|
msgid ""
|
||||||
|
"An API key is required to use SteamGridDB. You can generate one {}here{}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/utils/importer.py:88
|
#: src/utils/create_details_window.py:81
|
||||||
msgid "Successfully imported 1 game."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/utils/importer.py:94
|
|
||||||
msgid "Games Imported"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. The variable is the number of games
|
|
||||||
#: src/utils/importer.py:96
|
|
||||||
#, python-brace-format
|
|
||||||
msgid "Successfully imported {games_no} games."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:41
|
|
||||||
msgid "Add New Game"
|
msgid "Add New Game"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:46
|
#: src/utils/create_details_window.py:85
|
||||||
msgid "Confirm"
|
msgid "Confirm"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:57
|
#: src/utils/create_details_window.py:96
|
||||||
msgid "Apply"
|
msgid "Apply"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:95
|
#: src/utils/create_details_window.py:130
|
||||||
msgid "The title of the game"
|
msgid "The title of the game"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:100
|
#: src/utils/create_details_window.py:135
|
||||||
msgid "Developer"
|
msgid "Developer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:101
|
#: src/utils/create_details_window.py:136
|
||||||
msgid "The developer or publisher (optional)"
|
msgid "The developer or publisher (optional)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Translate this string as you would translate "file"
|
#. Translate this string as you would translate "file"
|
||||||
#: src/utils/create_details_window.py:112
|
#: src/utils/create_details_window.py:147
|
||||||
msgid "file.txt"
|
msgid "file.txt"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. As in software
|
#. As in software
|
||||||
#: src/utils/create_details_window.py:114
|
#: src/utils/create_details_window.py:149
|
||||||
msgid "program"
|
msgid "program"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {exe_name}"
|
#. Translate this string as you would translate "path to {}"
|
||||||
#: src/utils/create_details_window.py:119
|
#: src/utils/create_details_window.py:154
|
||||||
#, python-brace-format
|
#: src/utils/create_details_window.py:156
|
||||||
msgid "C:\\path\\to\\{exe_name}"
|
msgid "C:\\path\\to\\{}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {file_name}"
|
#. Translate this string as you would translate "path to {}"
|
||||||
#: src/utils/create_details_window.py:121
|
#: src/utils/create_details_window.py:160
|
||||||
#, python-brace-format
|
#: src/utils/create_details_window.py:162
|
||||||
msgid "C:\\path\\to\\{file_name}"
|
msgid "/path/to/{}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {exe_name}"
|
#: src/utils/create_details_window.py:166
|
||||||
#: src/utils/create_details_window.py:125
|
|
||||||
#, python-brace-format
|
|
||||||
msgid "/path/to/{exe_name}"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {file_name}"
|
|
||||||
#: src/utils/create_details_window.py:127
|
|
||||||
#, python-brace-format
|
|
||||||
msgid "/path/to/{file_name}"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:131
|
|
||||||
#, python-brace-format
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"To launch the executable \"{exe_name}\", use the command:\n"
|
"To launch the executable \"{}\", use the command:\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>\"{exe_path}\"</tt>\n"
|
"<tt>\"{}\"</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"To open the file \"{file_name}\" with the default application, use:\n"
|
"To open the file \"{}\" with the default application, use:\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>{command} \"{file_path}\"</tt>\n"
|
"<tt>{} \"{}\"</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"If the path contains spaces, make sure to wrap it in double quotes!"
|
"If the path contains spaces, make sure to wrap it in double quotes!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:154
|
#: src/utils/create_details_window.py:189
|
||||||
msgid "Executable"
|
msgid "Executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:155
|
#: src/utils/create_details_window.py:190
|
||||||
msgid "File to open or command to run when launching the game"
|
msgid "File to open or command to run when launching the game"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:167
|
#: src/utils/create_details_window.py:202
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:217
|
#: src/utils/create_details_window.py:259
|
||||||
#: src/utils/create_details_window.py:227
|
#: src/utils/create_details_window.py:269
|
||||||
#: src/utils/create_details_window.py:233
|
#: src/utils/create_details_window.py:275
|
||||||
msgid "Couldn't Add Game"
|
msgid "Couldn't Add Game"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:219
|
#: src/utils/create_details_window.py:261
|
||||||
#: src/utils/create_details_window.py:257
|
#: src/utils/create_details_window.py:299
|
||||||
#: src/utils/create_details_window.py:265
|
#: src/utils/create_details_window.py:307
|
||||||
msgid "Couldn't Apply Preferences"
|
msgid "Couldn't Apply Preferences"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:227
|
#: src/utils/create_details_window.py:269
|
||||||
#: src/utils/create_details_window.py:258
|
#: src/utils/create_details_window.py:300
|
||||||
msgid "Game title cannot be empty."
|
msgid "Game title cannot be empty."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:233
|
#: src/utils/create_details_window.py:275
|
||||||
#: src/utils/create_details_window.py:266
|
#: src/utils/create_details_window.py:308
|
||||||
msgid "Executable cannot be empty."
|
msgid "Executable cannot be empty."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/utils/create_dialog.py:25
|
#: src/utils/create_dialog.py:25
|
||||||
msgid "Dismiss"
|
msgid "Dismiss"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/utils/importer.py:42
|
||||||
|
msgid "Importing Games…"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/utils/importer.py:77
|
||||||
|
msgid "Importing Covers…"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/utils/importer.py:92
|
||||||
|
msgid "No new games were found on your system."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/utils/importer.py:100
|
||||||
|
msgid "Game Imported"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/utils/importer.py:101
|
||||||
|
msgid "Successfully imported 1 game."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/utils/importer.py:107
|
||||||
|
msgid "Games Imported"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. The variable is the number of games
|
||||||
|
#: src/utils/importer.py:109
|
||||||
|
msgid "Successfully imported {} games."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/utils/importer.py:120 src/utils/steamgriddb.py:113
|
||||||
|
msgid "Couldn't Connect to SteamGridDB"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/utils/importer.py:145
|
||||||
|
msgid ""
|
||||||
|
"Looks like you have multiple Steam libraries. Would you like to add them in "
|
||||||
|
"preferences?"
|
||||||
|
msgstr ""
|
||||||
|
|||||||
616
po/de.po
Normal file
@@ -0,0 +1,616 @@
|
|||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR kramo
|
||||||
|
# This file is distributed under the same license as the Cartridges package.
|
||||||
|
# Jummit <jummit@web.de>, 2023.
|
||||||
|
# WebSnke <websnke@tutanota.com>, 2023.
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Cartridges\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-04-11 23:33+0200\n"
|
||||||
|
"PO-Revision-Date: 2023-04-08 20:49+0000\n"
|
||||||
|
"Last-Translator: Jummit <jummit@web.de>\n"
|
||||||
|
"Language-Team: German <https://hosted.weblate.org/projects/cartridges/"
|
||||||
|
"cartridges/de/>\n"
|
||||||
|
"Language: de\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||||
|
"X-Generator: Weblate 4.17-dev\n"
|
||||||
|
|
||||||
|
#: data/hu.kramo.Cartridges.desktop.in:3
|
||||||
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:6 data/gtk/window.blp:29
|
||||||
|
#: src/main.py:119
|
||||||
|
msgid "Cartridges"
|
||||||
|
msgstr "Cartridges"
|
||||||
|
|
||||||
|
#: data/hu.kramo.Cartridges.desktop.in:4
|
||||||
|
msgid "Game Launcher"
|
||||||
|
msgstr "Spiele-Launcher"
|
||||||
|
|
||||||
|
#: data/hu.kramo.Cartridges.desktop.in:5
|
||||||
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:7
|
||||||
|
msgid "Launch all your games"
|
||||||
|
msgstr "Starte all deine Spiele"
|
||||||
|
|
||||||
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:9
|
||||||
|
msgid ""
|
||||||
|
"Cartridges is a simple game launcher for all of your games. It has support "
|
||||||
|
"for importing games from Steam, Lutris, Heroic and more with no login "
|
||||||
|
"necessary. You can sort and hide games or download cover art from "
|
||||||
|
"SteamGridDB."
|
||||||
|
msgstr ""
|
||||||
|
"Cartridges ist ein einfacher Spiel-Launcher. Es unterstützt das Importieren "
|
||||||
|
"von Spielen aus Steam, Lutris, Heroic und mehr, keine Anmeldung "
|
||||||
|
"erforderlich. Du kannst sortieren, Spiele verstecken oder das Cover-Art aus "
|
||||||
|
"SteamGRID herunterladen."
|
||||||
|
|
||||||
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:22
|
||||||
|
msgid "Library"
|
||||||
|
msgstr "Bibliothek"
|
||||||
|
|
||||||
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:26
|
||||||
|
#: src/utils/create_details_window.py:87
|
||||||
|
msgid "Edit Game Details"
|
||||||
|
msgstr "Spieldetails bearbeiten"
|
||||||
|
|
||||||
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:30 data/gtk/window.blp:51
|
||||||
|
msgid "Game Details"
|
||||||
|
msgstr "Spieldetails"
|
||||||
|
|
||||||
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:34 data/gtk/window.blp:402
|
||||||
|
#: src/utils/importer.py:94 src/utils/importer.py:123 src/utils/importer.py:148
|
||||||
|
#: src/utils/steamgriddb.py:116
|
||||||
|
msgid "Preferences"
|
||||||
|
msgstr "Einstellungen"
|
||||||
|
|
||||||
|
#: data/gtk/game.blp:67 src/utils/create_details_window.py:129
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "Titel"
|
||||||
|
|
||||||
|
#: data/gtk/game.blp:89 data/gtk/game.blp:108 data/gtk/window.blp:170
|
||||||
|
msgid "Edit"
|
||||||
|
msgstr "Bearbeiten"
|
||||||
|
|
||||||
|
#: data/gtk/game.blp:94 src/window.py:286
|
||||||
|
msgid "Hide"
|
||||||
|
msgstr "Verstecken"
|
||||||
|
|
||||||
|
#: data/gtk/game.blp:99 data/gtk/game.blp:118 data/gtk/preferences.blp:56
|
||||||
|
#: data/gtk/window.blp:186
|
||||||
|
msgid "Remove"
|
||||||
|
msgstr "Entfernen"
|
||||||
|
|
||||||
|
#: data/gtk/game.blp:113 src/window.py:283
|
||||||
|
msgid "Unhide"
|
||||||
|
msgstr "Unverstecken"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:11 data/gtk/preferences.blp:9
|
||||||
|
msgid "General"
|
||||||
|
msgstr "Allgemein"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:14
|
||||||
|
msgid "Quit"
|
||||||
|
msgstr "Beenden"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:19 data/gtk/window.blp:205 data/gtk/window.blp:249
|
||||||
|
#: data/gtk/window.blp:312
|
||||||
|
msgid "Search"
|
||||||
|
msgstr "Suchen"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:24
|
||||||
|
msgid "Show preferences"
|
||||||
|
msgstr "Einstellungen anzeigen"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:29
|
||||||
|
msgid "Shortcuts"
|
||||||
|
msgstr "Kürzel"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:34 src/main.py:186 src/main.py:242
|
||||||
|
#: src/preferences.py:133
|
||||||
|
msgid "Undo"
|
||||||
|
msgstr "Rückgängig"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:39
|
||||||
|
msgid "Open menu"
|
||||||
|
msgstr "Menü öffnen"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:45
|
||||||
|
msgid "Games"
|
||||||
|
msgstr "Spiele"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:48
|
||||||
|
msgid "Add new game"
|
||||||
|
msgstr "Neues Spiel hinzufügen"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:53
|
||||||
|
msgid "Import games"
|
||||||
|
msgstr "Spiele importieren"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:58
|
||||||
|
msgid "Show hidden games"
|
||||||
|
msgstr "Ausgeblendete Spiele anzeigen"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:63
|
||||||
|
msgid "Remove game"
|
||||||
|
msgstr "Spiel entfernen"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:13 data/gtk/preferences.blp:235
|
||||||
|
msgid "Behavior"
|
||||||
|
msgstr "Verhalten"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:16
|
||||||
|
msgid "Exit After Launching Games"
|
||||||
|
msgstr "Nach dem Starten von Spielen beenden"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:25
|
||||||
|
msgid "Cover Image Launches Game"
|
||||||
|
msgstr "Coverbild Startet Spiel"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:26
|
||||||
|
msgid "Swaps the behavior of the cover image and the play button"
|
||||||
|
msgstr "Tauscht das Verhalten des Covers und des Spielen-Knopfes"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:36 src/utils/create_details_window.py:101
|
||||||
|
msgid "Images"
|
||||||
|
msgstr "Bilder"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:39
|
||||||
|
msgid "High Quality Images"
|
||||||
|
msgstr "Hochaufgelöste Bilder"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:40
|
||||||
|
msgid "Save game covers losslessly at the cost of storage"
|
||||||
|
msgstr "Speichere Spielcovers verlustfrei auf Kosten des Speicherplatzes"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:50
|
||||||
|
msgid "Danger Zone"
|
||||||
|
msgstr "Gefahrenzone"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:53
|
||||||
|
msgid "Remove All Games"
|
||||||
|
msgstr "Alle Spiele entfernen"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:69 data/gtk/window.blp:427
|
||||||
|
msgid "Import"
|
||||||
|
msgstr "Importieren"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:73
|
||||||
|
msgid "Sources"
|
||||||
|
msgstr "Quellen"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:76
|
||||||
|
msgid "Steam"
|
||||||
|
msgstr "Steam"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:80
|
||||||
|
msgid "Steam Install Location"
|
||||||
|
msgstr "Steam-Installationsort"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:81 data/gtk/preferences.blp:119
|
||||||
|
#: data/gtk/preferences.blp:153 data/gtk/preferences.blp:195
|
||||||
|
#: data/gtk/preferences.blp:210
|
||||||
|
msgid "Directory to use when importing games"
|
||||||
|
msgstr "Verzeichnis, das beim Importieren von Spielen verwendet wird"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:89 src/utils/importer.py:143
|
||||||
|
msgid "Extra Steam Libraries"
|
||||||
|
msgstr "Extra Steam-Bibliotheken"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:90
|
||||||
|
msgid "Select other directories where you have Steam games installed"
|
||||||
|
msgstr "Wähle andere Verzeichnisse in denen du Steam-Spiele installiert hast"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:96
|
||||||
|
msgid "Clear"
|
||||||
|
msgstr "Löchen"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:114
|
||||||
|
msgid "Lutris"
|
||||||
|
msgstr "Lutris"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:118
|
||||||
|
msgid "Lutris Install Location"
|
||||||
|
msgstr "Lutris-Installationsort"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:128
|
||||||
|
msgid "Lutris Cache Location"
|
||||||
|
msgstr "Lutris-Cacheort"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:129
|
||||||
|
msgid "Directory to use when importing game covers"
|
||||||
|
msgstr "Verzeichnis für den Import von Spiel-Covern"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:138
|
||||||
|
msgid "Import Steam Games"
|
||||||
|
msgstr "Steam-Spiele importieren"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:148
|
||||||
|
msgid "Heroic"
|
||||||
|
msgstr "Heroic"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:152
|
||||||
|
msgid "Heroic Install Location"
|
||||||
|
msgstr "Heroic-Installationsort"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:162
|
||||||
|
msgid "Import Epic Games"
|
||||||
|
msgstr "Epic Games importieren"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:171
|
||||||
|
msgid "Import GOG Games"
|
||||||
|
msgstr "GOG-Spiele importieren"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:180
|
||||||
|
msgid "Import Sideloaded Games"
|
||||||
|
msgstr "Sideloaded-Spiele importieren"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:190
|
||||||
|
msgid "Bottles"
|
||||||
|
msgstr "Bottles"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:194
|
||||||
|
msgid "Bottles Install Location"
|
||||||
|
msgstr "Bottles-Installationsort"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:205
|
||||||
|
msgid "itch"
|
||||||
|
msgstr "itch"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:209
|
||||||
|
msgid "itch Install Location"
|
||||||
|
msgstr "itch-Installationsort"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:223
|
||||||
|
msgid "SteamGridDB"
|
||||||
|
msgstr "SteamGridDB"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:227
|
||||||
|
msgid "Authentication"
|
||||||
|
msgstr "Authentifizierung"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:230
|
||||||
|
msgid "API Key"
|
||||||
|
msgstr "API-Schlüssel"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:238
|
||||||
|
msgid "Use SteamGridDB"
|
||||||
|
msgstr "SteamGridDB benutzen"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:239
|
||||||
|
msgid "Download images when adding or importing games"
|
||||||
|
msgstr "Lade Bilder herunter, wenn Spiele hinzugefügt oder importiert werden"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:248
|
||||||
|
msgid "Prefer Over Official Images"
|
||||||
|
msgstr "Über offizielien Images bevorzugen"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:257
|
||||||
|
#, fuzzy
|
||||||
|
#| msgid "Prefer Over Official Images"
|
||||||
|
msgid "Prefer Animated Images"
|
||||||
|
msgstr "Über offizielien Images bevorzugen"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:6 src/utils/importer.py:91
|
||||||
|
msgid "No Games Found"
|
||||||
|
msgstr "Keine Spiele gefunden"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:7
|
||||||
|
msgid "Try a different search."
|
||||||
|
msgstr "Versuche eine andere Suche."
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:14
|
||||||
|
msgid "No Games"
|
||||||
|
msgstr "Keine Spiele"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:15
|
||||||
|
msgid "Use the + button to add games."
|
||||||
|
msgstr "Benutze denn + Knopf um Spiele hinzuzufügen."
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:22
|
||||||
|
msgid "No Hidden Games"
|
||||||
|
msgstr "Keine versteckten Spiele"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:23
|
||||||
|
msgid "Games you hide will appear here."
|
||||||
|
msgstr "Ausgeblendete Spiele, werden hier angezeigt."
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:44 data/gtk/window.blp:293
|
||||||
|
msgid "Back"
|
||||||
|
msgstr "Zurück"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:100
|
||||||
|
msgid "Game Title"
|
||||||
|
msgstr "Spieltitel"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:151 src/game.py:158
|
||||||
|
msgid "Play"
|
||||||
|
msgstr "Spielen"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:235 data/gtk/window.blp:421
|
||||||
|
msgid "Add Game"
|
||||||
|
msgstr "Spiel hinzufügen"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:242 data/gtk/window.blp:305
|
||||||
|
msgid "Main Menu"
|
||||||
|
msgstr "Hauptmenü"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:300
|
||||||
|
msgid "Hidden Games"
|
||||||
|
msgstr "Ausgeblendete Spiele"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:360
|
||||||
|
msgid "Sort"
|
||||||
|
msgstr "Sortierung"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:363
|
||||||
|
msgid "A-Z"
|
||||||
|
msgstr "A-Z"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:369
|
||||||
|
msgid "Z-A"
|
||||||
|
msgstr "Z-A"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:375
|
||||||
|
msgid "Newest"
|
||||||
|
msgstr "Neuestes"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:381
|
||||||
|
msgid "Oldest"
|
||||||
|
msgstr "Älteste"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:387
|
||||||
|
msgid "Last Played"
|
||||||
|
msgstr "Zuletzt gespielt"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:394
|
||||||
|
msgid "Show Hidden"
|
||||||
|
msgstr "Ausgeblendete anzeigen"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:407
|
||||||
|
msgid "Keyboard Shortcuts"
|
||||||
|
msgstr "Tastaturkürzel"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:412
|
||||||
|
msgid "About Cartridges"
|
||||||
|
msgstr "Über Cartridges"
|
||||||
|
|
||||||
|
#. Translators: Replace this with your name for it to show up in the about window
|
||||||
|
#: src/main.py:137
|
||||||
|
msgid "translator_credits"
|
||||||
|
msgstr "Feliks Weber"
|
||||||
|
|
||||||
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:164
|
||||||
|
msgid "{} launched"
|
||||||
|
msgstr "{} gestartet"
|
||||||
|
|
||||||
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:182
|
||||||
|
msgid "{} hidden"
|
||||||
|
msgstr "{} versteckt"
|
||||||
|
|
||||||
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:185
|
||||||
|
msgid "{} unhidden"
|
||||||
|
msgstr "{} unversteckt"
|
||||||
|
|
||||||
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:241
|
||||||
|
msgid "{} removed"
|
||||||
|
msgstr "{} entfernt"
|
||||||
|
|
||||||
|
#: src/window.py:262
|
||||||
|
msgid "Today"
|
||||||
|
msgstr "Heute"
|
||||||
|
|
||||||
|
#: src/window.py:264
|
||||||
|
msgid "Yesterday"
|
||||||
|
msgstr "Gestern"
|
||||||
|
|
||||||
|
#. The variable is the date when the game was added
|
||||||
|
#: src/window.py:310
|
||||||
|
msgid "Added: {}"
|
||||||
|
msgstr "Hinzugefügt: {}"
|
||||||
|
|
||||||
|
#: src/window.py:315
|
||||||
|
msgid "Never"
|
||||||
|
msgstr "Nie"
|
||||||
|
|
||||||
|
#. The variable is the date when the game was last played
|
||||||
|
#: src/window.py:319
|
||||||
|
msgid "Last played: {}"
|
||||||
|
msgstr "Zuletzt gespielt: {}"
|
||||||
|
|
||||||
|
#: src/game.py:156
|
||||||
|
msgid "Details"
|
||||||
|
msgstr "Details"
|
||||||
|
|
||||||
|
#: src/preferences.py:54
|
||||||
|
msgid "Installation Not Found"
|
||||||
|
msgstr "Installation nicht gefunden"
|
||||||
|
|
||||||
|
#. The variable is the name of the game launcher
|
||||||
|
#: src/preferences.py:56
|
||||||
|
msgid "Select the {} configuration directory."
|
||||||
|
msgstr "Wähle das Konfigurationsverzeichnis von {} aus."
|
||||||
|
|
||||||
|
#. The variable is the name of the game launcher
|
||||||
|
#: src/preferences.py:59
|
||||||
|
msgid "Select the {} data directory."
|
||||||
|
msgstr "Wähle das Datenverzeichnis von {} aus."
|
||||||
|
|
||||||
|
#: src/preferences.py:61 src/preferences.py:240
|
||||||
|
msgid "Set Location"
|
||||||
|
msgstr "Ort festlegen"
|
||||||
|
|
||||||
|
#: src/preferences.py:132
|
||||||
|
msgid "All games removed"
|
||||||
|
msgstr "Alle Spiele entfernt"
|
||||||
|
|
||||||
|
#: src/preferences.py:237
|
||||||
|
msgid "Cache Not Found"
|
||||||
|
msgstr "Cache nicht gefunden"
|
||||||
|
|
||||||
|
#: src/preferences.py:238
|
||||||
|
msgid "Select the Lutris cache directory."
|
||||||
|
msgstr "Wähle das Lutris-Cache-Verzeichnis aus."
|
||||||
|
|
||||||
|
#: src/preferences.py:344
|
||||||
|
msgid ""
|
||||||
|
"An API key is required to use SteamGridDB. You can generate one {}here{}."
|
||||||
|
msgstr ""
|
||||||
|
"Für die Nutzung von SteamGridDB ist ein API-Schlüssel erforderlich. Sie "
|
||||||
|
"können ihn {}hier{} generieren."
|
||||||
|
|
||||||
|
#: src/utils/create_details_window.py:81
|
||||||
|
msgid "Add New Game"
|
||||||
|
msgstr "Neues Spiel hinzufügen"
|
||||||
|
|
||||||
|
#: src/utils/create_details_window.py:85
|
||||||
|
msgid "Confirm"
|
||||||
|
msgstr "Bestätigen"
|
||||||
|
|
||||||
|
#: src/utils/create_details_window.py:96
|
||||||
|
msgid "Apply"
|
||||||
|
msgstr "Anwenden"
|
||||||
|
|
||||||
|
#: src/utils/create_details_window.py:130
|
||||||
|
msgid "The title of the game"
|
||||||
|
msgstr "Der Titel des Spiels"
|
||||||
|
|
||||||
|
#: src/utils/create_details_window.py:135
|
||||||
|
msgid "Developer"
|
||||||
|
msgstr "Entwickler"
|
||||||
|
|
||||||
|
#: src/utils/create_details_window.py:136
|
||||||
|
msgid "The developer or publisher (optional)"
|
||||||
|
msgstr "Der Entwickler oder Verlag (optional)"
|
||||||
|
|
||||||
|
#. Translate this string as you would translate "file"
|
||||||
|
#: src/utils/create_details_window.py:147
|
||||||
|
msgid "file.txt"
|
||||||
|
msgstr "datei.txt"
|
||||||
|
|
||||||
|
#. As in software
|
||||||
|
#: src/utils/create_details_window.py:149
|
||||||
|
msgid "program"
|
||||||
|
msgstr "Programm"
|
||||||
|
|
||||||
|
#. Translate this string as you would translate "path to {}"
|
||||||
|
#: src/utils/create_details_window.py:154
|
||||||
|
#: src/utils/create_details_window.py:156
|
||||||
|
msgid "C:\\path\\to\\{}"
|
||||||
|
msgstr "C:\\pfad\\zu\\{}"
|
||||||
|
|
||||||
|
#. Translate this string as you would translate "path to {}"
|
||||||
|
#: src/utils/create_details_window.py:160
|
||||||
|
#: src/utils/create_details_window.py:162
|
||||||
|
msgid "/path/to/{}"
|
||||||
|
msgstr "/pfad/zu/{}"
|
||||||
|
|
||||||
|
#: src/utils/create_details_window.py:166
|
||||||
|
msgid ""
|
||||||
|
"To launch the executable \"{}\", use the command:\n"
|
||||||
|
"\n"
|
||||||
|
"<tt>\"{}\"</tt>\n"
|
||||||
|
"\n"
|
||||||
|
"To open the file \"{}\" with the default application, use:\n"
|
||||||
|
"\n"
|
||||||
|
"<tt>{} \"{}\"</tt>\n"
|
||||||
|
"\n"
|
||||||
|
"If the path contains spaces, make sure to wrap it in double quotes!"
|
||||||
|
msgstr ""
|
||||||
|
"Verwende diesen Kommando um die ausführbare Datei \"{}\" zu starten:\n"
|
||||||
|
"\n"
|
||||||
|
"<tt>\"{}\"</tt>\n"
|
||||||
|
"\n"
|
||||||
|
"Um die Datei \"{}\" mit der Standardanwendung zu öffnen, benutze:\n"
|
||||||
|
"\n"
|
||||||
|
"<tt>{} \"{}\"</tt>\n"
|
||||||
|
"\n"
|
||||||
|
"Falls der Pfad Leerzeichen enthält, stelle sicher ihn in doppelte "
|
||||||
|
"Anführungszeichen zu setzen!"
|
||||||
|
|
||||||
|
#: src/utils/create_details_window.py:189
|
||||||
|
msgid "Executable"
|
||||||
|
msgstr "Ausführbare Datei"
|
||||||
|
|
||||||
|
#: src/utils/create_details_window.py:190
|
||||||
|
msgid "File to open or command to run when launching the game"
|
||||||
|
msgstr "Datei zum Öffnen oder Befehl zum Starten des Spiels"
|
||||||
|
|
||||||
|
#: src/utils/create_details_window.py:202
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr "Abbrechen"
|
||||||
|
|
||||||
|
#: src/utils/create_details_window.py:259
|
||||||
|
#: src/utils/create_details_window.py:269
|
||||||
|
#: src/utils/create_details_window.py:275
|
||||||
|
msgid "Couldn't Add Game"
|
||||||
|
msgstr "Konnte Spiel nicht hinzufügen"
|
||||||
|
|
||||||
|
#: src/utils/create_details_window.py:261
|
||||||
|
#: src/utils/create_details_window.py:299
|
||||||
|
#: src/utils/create_details_window.py:307
|
||||||
|
msgid "Couldn't Apply Preferences"
|
||||||
|
msgstr "Einstellungen konnten nicht angewendet werden"
|
||||||
|
|
||||||
|
#: src/utils/create_details_window.py:269
|
||||||
|
#: src/utils/create_details_window.py:300
|
||||||
|
msgid "Game title cannot be empty."
|
||||||
|
msgstr "Spieltitel kann nicht leer sein."
|
||||||
|
|
||||||
|
#: src/utils/create_details_window.py:275
|
||||||
|
#: src/utils/create_details_window.py:308
|
||||||
|
msgid "Executable cannot be empty."
|
||||||
|
msgstr "Ausführbare Datei darf nicht leer sein."
|
||||||
|
|
||||||
|
#: src/utils/create_dialog.py:25
|
||||||
|
msgid "Dismiss"
|
||||||
|
msgstr "Verstanden"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:42
|
||||||
|
msgid "Importing Games…"
|
||||||
|
msgstr "Spiele werden importiert…"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:77
|
||||||
|
msgid "Importing Covers…"
|
||||||
|
msgstr "Spielecover werden importiert…"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:92
|
||||||
|
msgid "No new games were found on your system."
|
||||||
|
msgstr "Keine neuen Spiele auf deinem System gefunden."
|
||||||
|
|
||||||
|
#: src/utils/importer.py:100
|
||||||
|
msgid "Game Imported"
|
||||||
|
msgstr "Spiel Importiert"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:101
|
||||||
|
msgid "Successfully imported 1 game."
|
||||||
|
msgstr "Erfolgreich 1 Spiel importiert."
|
||||||
|
|
||||||
|
#: src/utils/importer.py:107
|
||||||
|
msgid "Games Imported"
|
||||||
|
msgstr "Spiele importiert"
|
||||||
|
|
||||||
|
#. The variable is the number of games
|
||||||
|
#: src/utils/importer.py:109
|
||||||
|
msgid "Successfully imported {} games."
|
||||||
|
msgstr "Erfolgreich {} Spiele importiert."
|
||||||
|
|
||||||
|
#: src/utils/importer.py:120 src/utils/steamgriddb.py:113
|
||||||
|
msgid "Couldn't Connect to SteamGridDB"
|
||||||
|
msgstr "Verbindung zu SteamGridDB konnte nicht hergestellt werden"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:145
|
||||||
|
msgid ""
|
||||||
|
"Looks like you have multiple Steam libraries. Would you like to add them in "
|
||||||
|
"preferences?"
|
||||||
|
msgstr ""
|
||||||
|
"Sieht aus als hättest du mehrere Steam-Bibliotheken. Möchtest du sie in den "
|
||||||
|
"Einstellungen hinzufügen?"
|
||||||
|
|
||||||
|
#~ msgid "Launch your games"
|
||||||
|
#~ msgstr "Starte deine Spiele"
|
||||||
607
po/es.po
@@ -3,12 +3,13 @@
|
|||||||
# This file is distributed under the same license as the cartridges package.
|
# This file is distributed under the same license as the cartridges package.
|
||||||
# Óscar Fernández Díaz <oscfdezdz@users.noreply.hosted.weblate.org>, 2023.
|
# Óscar Fernández Díaz <oscfdezdz@users.noreply.hosted.weblate.org>, 2023.
|
||||||
# gallegonovato <fran-carro@hotmail.es>, 2023.
|
# gallegonovato <fran-carro@hotmail.es>, 2023.
|
||||||
|
# kramo <contact@kramo.hu>, 2023.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: cartridges\n"
|
"Project-Id-Version: cartridges\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-03-30 16:23+0200\n"
|
"POT-Creation-Date: 2023-04-11 23:33+0200\n"
|
||||||
"PO-Revision-Date: 2023-03-30 14:24+0000\n"
|
"PO-Revision-Date: 2023-04-14 12:29+0000\n"
|
||||||
"Last-Translator: gallegonovato <fran-carro@hotmail.es>\n"
|
"Last-Translator: gallegonovato <fran-carro@hotmail.es>\n"
|
||||||
"Language-Team: Spanish <https://hosted.weblate.org/projects/cartridges/"
|
"Language-Team: Spanish <https://hosted.weblate.org/projects/cartridges/"
|
||||||
"cartridges/es/>\n"
|
"cartridges/es/>\n"
|
||||||
@@ -21,7 +22,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: data/hu.kramo.Cartridges.desktop.in:3
|
#: data/hu.kramo.Cartridges.desktop.in:3
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:6 data/gtk/window.blp:29
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:6 data/gtk/window.blp:29
|
||||||
#: src/main.py:110
|
#: src/main.py:119
|
||||||
msgid "Cartridges"
|
msgid "Cartridges"
|
||||||
msgstr "Cartuchos"
|
msgstr "Cartuchos"
|
||||||
|
|
||||||
@@ -30,29 +31,28 @@ msgid "Game Launcher"
|
|||||||
msgstr "Lanzador de juegos"
|
msgstr "Lanzador de juegos"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.desktop.in:5
|
#: data/hu.kramo.Cartridges.desktop.in:5
|
||||||
msgid "Launch your games"
|
|
||||||
msgstr "Lance sus juegos"
|
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:7
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:7
|
||||||
msgid "Launch all your games"
|
msgid "Launch all your games"
|
||||||
msgstr "Lance todos sus juegos"
|
msgstr "Lance todos sus juegos"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:9
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:9
|
||||||
msgid ""
|
msgid ""
|
||||||
"Cartridges is a simple game launcher. It has support for importing your "
|
"Cartridges is a simple game launcher for all of your games. It has support "
|
||||||
"games from Steam, Heroic and Bottles with organizational features such as "
|
"for importing games from Steam, Lutris, Heroic and more with no login "
|
||||||
"hiding and sorting by date added or last played."
|
"necessary. You can sort and hide games or download cover art from "
|
||||||
|
"SteamGridDB."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Cartuchos es un lanzador de juegos simple. Tiene soporte para importar sus "
|
"Cartridges es un lanzador simple para todos tus juegos. Admite la "
|
||||||
"juegos de Steam, Heroic y Bottles con características de organización como "
|
"importación de tus juegos de Steam, Lutris, Heroic y más sin necesidad de "
|
||||||
"ocultar y ordenar por fecha añadida o última vez jugado."
|
"una cuenta. Puedes ordenar y ocultar juegos, o descargar carátulas de "
|
||||||
|
"SteamGridDB."
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:22
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:22
|
||||||
msgid "Library"
|
msgid "Library"
|
||||||
msgstr "Biblioteca"
|
msgstr "Biblioteca"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:26
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:26
|
||||||
#: src/utils/create_details_window.py:48
|
#: src/utils/create_details_window.py:87
|
||||||
msgid "Edit Game Details"
|
msgid "Edit Game Details"
|
||||||
msgstr "Editar detalles del juego"
|
msgstr "Editar detalles del juego"
|
||||||
|
|
||||||
@@ -60,120 +60,30 @@ msgstr "Editar detalles del juego"
|
|||||||
msgid "Game Details"
|
msgid "Game Details"
|
||||||
msgstr "Detalles del juego"
|
msgstr "Detalles del juego"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:34 data/gtk/window.blp:363
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:34 data/gtk/window.blp:402
|
||||||
#: src/utils/importer.py:81
|
#: src/utils/importer.py:94 src/utils/importer.py:123 src/utils/importer.py:148
|
||||||
|
#: src/utils/steamgriddb.py:116
|
||||||
msgid "Preferences"
|
msgid "Preferences"
|
||||||
msgstr "Preferencias"
|
msgstr "Preferencias"
|
||||||
|
|
||||||
#: data/gtk/window.blp:6 src/utils/importer.py:78
|
#: data/gtk/game.blp:67 src/utils/create_details_window.py:129
|
||||||
msgid "No Games Found"
|
|
||||||
msgstr "No se han encontrado juegos"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:7
|
|
||||||
msgid "Try a different search."
|
|
||||||
msgstr "Pruebe con otra búsqueda."
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:14
|
|
||||||
msgid "No Games"
|
|
||||||
msgstr "No hay juegos"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:15
|
|
||||||
msgid "Use the + button to add games."
|
|
||||||
msgstr "Use el botón + para añadir juegos."
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:22
|
|
||||||
msgid "No Hidden Games"
|
|
||||||
msgstr "No hay juegos ocultos"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:23
|
|
||||||
msgid "Games you hide will appear here."
|
|
||||||
msgstr "Los juegos que oculte aparecerán aquí."
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:44 data/gtk/window.blp:254
|
|
||||||
msgid "Back"
|
|
||||||
msgstr "Volver"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:92
|
|
||||||
msgid "Game Title"
|
|
||||||
msgstr "Título del juego"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:148 src/game.py:175
|
|
||||||
msgid "Play"
|
|
||||||
msgstr "Jugar"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:196 data/gtk/window.blp:382
|
|
||||||
msgid "Add Game"
|
|
||||||
msgstr "Añadir juego"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:203 data/gtk/window.blp:266
|
|
||||||
msgid "Main Menu"
|
|
||||||
msgstr "Menú principal"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:210 data/gtk/window.blp:273 data/gtk/help-overlay.blp:19
|
|
||||||
msgid "Search"
|
|
||||||
msgstr "Buscar"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:261
|
|
||||||
msgid "Hidden Games"
|
|
||||||
msgstr "Juegos ocultos"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:321
|
|
||||||
msgid "Sort"
|
|
||||||
msgstr "Ordenar"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:324
|
|
||||||
msgid "A-Z"
|
|
||||||
msgstr "A-Z"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:330
|
|
||||||
msgid "Z-A"
|
|
||||||
msgstr "Z-A"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:336
|
|
||||||
msgid "Newest"
|
|
||||||
msgstr "Más recientes"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:342
|
|
||||||
msgid "Oldest"
|
|
||||||
msgstr "Más antiguos"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:348
|
|
||||||
msgid "Last Played"
|
|
||||||
msgstr "Último jugado"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:355
|
|
||||||
msgid "Show Hidden"
|
|
||||||
msgstr "Mostrar ocultos"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:368
|
|
||||||
msgid "Keyboard Shortcuts"
|
|
||||||
msgstr "Atajos del teclado"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:373
|
|
||||||
msgid "About Cartridges"
|
|
||||||
msgstr "Acerca de Cartuchos"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:388 data/gtk/preferences.blp:66
|
|
||||||
msgid "Import"
|
|
||||||
msgstr "Importar"
|
|
||||||
|
|
||||||
#: data/gtk/game.blp:60 src/utils/create_details_window.py:94
|
|
||||||
msgid "Title"
|
msgid "Title"
|
||||||
msgstr "Título"
|
msgstr "Título"
|
||||||
|
|
||||||
#: data/gtk/game.blp:82 data/gtk/game.blp:101
|
#: data/gtk/game.blp:89 data/gtk/game.blp:108 data/gtk/window.blp:170
|
||||||
msgid "Edit"
|
msgid "Edit"
|
||||||
msgstr "Editar"
|
msgstr "Editar"
|
||||||
|
|
||||||
#: data/gtk/game.blp:87
|
#: data/gtk/game.blp:94 src/window.py:286
|
||||||
msgid "Hide"
|
msgid "Hide"
|
||||||
msgstr "Ocultar"
|
msgstr "Ocultar"
|
||||||
|
|
||||||
#: data/gtk/game.blp:92 data/gtk/game.blp:111 data/gtk/preferences.blp:53
|
#: data/gtk/game.blp:99 data/gtk/game.blp:118 data/gtk/preferences.blp:56
|
||||||
|
#: data/gtk/window.blp:186
|
||||||
msgid "Remove"
|
msgid "Remove"
|
||||||
msgstr "Eliminar"
|
msgstr "Eliminar"
|
||||||
|
|
||||||
#: data/gtk/game.blp:106
|
#: data/gtk/game.blp:113 src/window.py:283
|
||||||
msgid "Unhide"
|
msgid "Unhide"
|
||||||
msgstr "Mostrar"
|
msgstr "Mostrar"
|
||||||
|
|
||||||
@@ -185,6 +95,11 @@ msgstr "General"
|
|||||||
msgid "Quit"
|
msgid "Quit"
|
||||||
msgstr "Salir"
|
msgstr "Salir"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:19 data/gtk/window.blp:205 data/gtk/window.blp:249
|
||||||
|
#: data/gtk/window.blp:312
|
||||||
|
msgid "Search"
|
||||||
|
msgstr "Buscar"
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:24
|
#: data/gtk/help-overlay.blp:24
|
||||||
msgid "Show preferences"
|
msgid "Show preferences"
|
||||||
msgstr "Mostrar preferencias"
|
msgstr "Mostrar preferencias"
|
||||||
@@ -193,7 +108,8 @@ msgstr "Mostrar preferencias"
|
|||||||
msgid "Shortcuts"
|
msgid "Shortcuts"
|
||||||
msgstr "Atajos"
|
msgstr "Atajos"
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:34 src/main.py:198 src/preferences.py:118
|
#: data/gtk/help-overlay.blp:34 src/main.py:186 src/main.py:242
|
||||||
|
#: src/preferences.py:133
|
||||||
msgid "Undo"
|
msgid "Undo"
|
||||||
msgstr "Deshacer"
|
msgstr "Deshacer"
|
||||||
|
|
||||||
@@ -217,7 +133,11 @@ msgstr "Importar juegos"
|
|||||||
msgid "Show hidden games"
|
msgid "Show hidden games"
|
||||||
msgstr "Mostrar juegos ocultos"
|
msgstr "Mostrar juegos ocultos"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:13
|
#: data/gtk/help-overlay.blp:63
|
||||||
|
msgid "Remove game"
|
||||||
|
msgstr "Eliminar juego"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:13 data/gtk/preferences.blp:235
|
||||||
msgid "Behavior"
|
msgid "Behavior"
|
||||||
msgstr "Conducta"
|
msgstr "Conducta"
|
||||||
|
|
||||||
@@ -225,298 +145,424 @@ msgstr "Conducta"
|
|||||||
msgid "Exit After Launching Games"
|
msgid "Exit After Launching Games"
|
||||||
msgstr "Salir después de iniciar juegos"
|
msgstr "Salir después de iniciar juegos"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:24
|
#: data/gtk/preferences.blp:25
|
||||||
msgid "Cover Image Launches Game"
|
msgid "Cover Image Launches Game"
|
||||||
msgstr "La imagen de portada lanza el juego"
|
msgstr "La imagen de portada lanza el juego"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:25
|
#: data/gtk/preferences.blp:26
|
||||||
msgid "Swaps the behavior of the cover image and the play button"
|
msgid "Swaps the behavior of the cover image and the play button"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Cambia el comportamiento de la imagen de portada y del botón de reproducción"
|
"Cambia el comportamiento de la imagen de portada y del botón de reproducción"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:34 src/utils/create_details_window.py:59
|
#: data/gtk/preferences.blp:36 src/utils/create_details_window.py:101
|
||||||
msgid "Images"
|
msgid "Images"
|
||||||
msgstr "Imágenes"
|
msgstr "Imágenes"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:37
|
#: data/gtk/preferences.blp:39
|
||||||
msgid "High Quality Images"
|
msgid "High Quality Images"
|
||||||
msgstr "Imágenes de alta calidad"
|
msgstr "Imágenes de alta calidad"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:38
|
#: data/gtk/preferences.blp:40
|
||||||
msgid "Save game covers losslessly at the cost of storage"
|
msgid "Save game covers losslessly at the cost of storage"
|
||||||
msgstr "Guarda las partidas sin pérdidas a costa del almacenamiento"
|
msgstr "Guarda las partidas sin pérdidas a costa del almacenamiento"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:47
|
|
||||||
msgid "Danger Zone"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:50
|
#: data/gtk/preferences.blp:50
|
||||||
msgid "Remove All Games"
|
msgid "Danger Zone"
|
||||||
msgstr ""
|
msgstr "Zona peligrosa"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:70
|
#: data/gtk/preferences.blp:53
|
||||||
|
msgid "Remove All Games"
|
||||||
|
msgstr "Quitar todos los juegos"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:69 data/gtk/window.blp:427
|
||||||
|
msgid "Import"
|
||||||
|
msgstr "Importar"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:73
|
||||||
msgid "Sources"
|
msgid "Sources"
|
||||||
msgstr "Fuentes"
|
msgstr "Fuentes"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:73
|
#: data/gtk/preferences.blp:76
|
||||||
msgid "Steam"
|
msgid "Steam"
|
||||||
msgstr "Steam"
|
msgstr "Steam"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:77
|
#: data/gtk/preferences.blp:80
|
||||||
msgid "Steam Install Location"
|
msgid "Steam Install Location"
|
||||||
msgstr "Ubicación de la instalación de Steam"
|
msgstr "Ubicación de la instalación de Steam"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:78 data/gtk/preferences.blp:117
|
#: data/gtk/preferences.blp:81 data/gtk/preferences.blp:119
|
||||||
#: data/gtk/preferences.blp:156
|
#: data/gtk/preferences.blp:153 data/gtk/preferences.blp:195
|
||||||
|
#: data/gtk/preferences.blp:210
|
||||||
msgid "Directory to use when importing games"
|
msgid "Directory to use when importing games"
|
||||||
msgstr "Directorio a usar para importar juegos"
|
msgstr "Directorio a usar para importar juegos"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:86
|
#: data/gtk/preferences.blp:89 src/utils/importer.py:143
|
||||||
msgid "Extra Steam Libraries"
|
msgid "Extra Steam Libraries"
|
||||||
msgstr "Bibliotecas Steam adicionales"
|
msgstr "Bibliotecas Steam adicionales"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:87
|
#: data/gtk/preferences.blp:90
|
||||||
msgid "Select other directories where you have Steam games installed"
|
msgid "Select other directories where you have Steam games installed"
|
||||||
msgstr "Seleccione otros directorios donde tenga instalados juegos de Steam"
|
msgstr "Seleccione otros directorios donde tenga instalados juegos de Steam"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:94
|
#: data/gtk/preferences.blp:96
|
||||||
msgid "Clear"
|
msgid "Clear"
|
||||||
msgstr "Limpiar"
|
msgstr "Limpiar"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:112
|
#: data/gtk/preferences.blp:114
|
||||||
|
msgid "Lutris"
|
||||||
|
msgstr "Lutris"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:118
|
||||||
|
msgid "Lutris Install Location"
|
||||||
|
msgstr "Ubicación de instalación de Lutris"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:128
|
||||||
|
msgid "Lutris Cache Location"
|
||||||
|
msgstr "Ubicación de la caché de Lutris"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:129
|
||||||
|
msgid "Directory to use when importing game covers"
|
||||||
|
msgstr "Directorio para usar al importar las carátulas de los juegos"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:138
|
||||||
|
msgid "Import Steam Games"
|
||||||
|
msgstr "Importar juegos de Steam"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:148
|
||||||
msgid "Heroic"
|
msgid "Heroic"
|
||||||
msgstr "Heroic"
|
msgstr "Heroic"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:116
|
#: data/gtk/preferences.blp:152
|
||||||
msgid "Heroic Install Location"
|
msgid "Heroic Install Location"
|
||||||
msgstr "Ubicación de la instalación de Heroic"
|
msgstr "Ubicación de la instalación de Heroic"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:126
|
#: data/gtk/preferences.blp:162
|
||||||
msgid "Import Epic Games"
|
msgid "Import Epic Games"
|
||||||
msgstr "Importar juegos de Epic"
|
msgstr "Importar juegos de Epic"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:134
|
#: data/gtk/preferences.blp:171
|
||||||
msgid "Import GOG Games"
|
msgid "Import GOG Games"
|
||||||
msgstr "Importar juegos de GOG"
|
msgstr "Importar juegos de GOG"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:142
|
#: data/gtk/preferences.blp:180
|
||||||
msgid "Import Sideloaded Games"
|
msgid "Import Sideloaded Games"
|
||||||
msgstr "Importar juegos descargados"
|
msgstr "Importar juegos descargados"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:151
|
#: data/gtk/preferences.blp:190
|
||||||
msgid "Bottles"
|
msgid "Bottles"
|
||||||
msgstr "Bottles"
|
msgstr "Bottles"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:155
|
#: data/gtk/preferences.blp:194
|
||||||
msgid "Bottles Install Location"
|
msgid "Bottles Install Location"
|
||||||
msgstr "Ubicación de instalación de Bottles"
|
msgstr "Ubicación de instalación de Bottles"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:205
|
||||||
|
msgid "itch"
|
||||||
|
msgstr "itch"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:209
|
||||||
|
msgid "itch Install Location"
|
||||||
|
msgstr "Ubicación de la instalación de itch"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:223
|
||||||
|
msgid "SteamGridDB"
|
||||||
|
msgstr "SteamGridDB"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:227
|
||||||
|
msgid "Authentication"
|
||||||
|
msgstr "Autentificación"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:230
|
||||||
|
msgid "API Key"
|
||||||
|
msgstr "Código API"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:238
|
||||||
|
msgid "Use SteamGridDB"
|
||||||
|
msgstr "Utiliza SteamGridDB"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:239
|
||||||
|
msgid "Download images when adding or importing games"
|
||||||
|
msgstr "Descargar las imágenes al añadir o importar juegos"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:248
|
||||||
|
msgid "Prefer Over Official Images"
|
||||||
|
msgstr "Preferir las imágenes oficiales"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:257
|
||||||
|
msgid "Prefer Animated Images"
|
||||||
|
msgstr "Prefiero las imágenes animadas"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:6 src/utils/importer.py:91
|
||||||
|
msgid "No Games Found"
|
||||||
|
msgstr "No se han encontrado juegos"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:7
|
||||||
|
msgid "Try a different search."
|
||||||
|
msgstr "Pruebe con otra búsqueda."
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:14
|
||||||
|
msgid "No Games"
|
||||||
|
msgstr "No hay juegos"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:15
|
||||||
|
msgid "Use the + button to add games."
|
||||||
|
msgstr "Use el botón + para añadir juegos."
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:22
|
||||||
|
msgid "No Hidden Games"
|
||||||
|
msgstr "No hay juegos ocultos"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:23
|
||||||
|
msgid "Games you hide will appear here."
|
||||||
|
msgstr "Los juegos que oculte aparecerán aquí."
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:44 data/gtk/window.blp:293
|
||||||
|
msgid "Back"
|
||||||
|
msgstr "Volver"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:100
|
||||||
|
msgid "Game Title"
|
||||||
|
msgstr "Título del juego"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:151 src/game.py:158
|
||||||
|
msgid "Play"
|
||||||
|
msgstr "Jugar"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:235 data/gtk/window.blp:421
|
||||||
|
msgid "Add Game"
|
||||||
|
msgstr "Añadir juego"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:242 data/gtk/window.blp:305
|
||||||
|
msgid "Main Menu"
|
||||||
|
msgstr "Menú principal"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:300
|
||||||
|
msgid "Hidden Games"
|
||||||
|
msgstr "Juegos ocultos"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:360
|
||||||
|
msgid "Sort"
|
||||||
|
msgstr "Ordenar"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:363
|
||||||
|
msgid "A-Z"
|
||||||
|
msgstr "A-Z"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:369
|
||||||
|
msgid "Z-A"
|
||||||
|
msgstr "Z-A"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:375
|
||||||
|
msgid "Newest"
|
||||||
|
msgstr "Más recientes"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:381
|
||||||
|
msgid "Oldest"
|
||||||
|
msgstr "Más antiguos"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:387
|
||||||
|
msgid "Last Played"
|
||||||
|
msgstr "Último jugado"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:394
|
||||||
|
msgid "Show Hidden"
|
||||||
|
msgstr "Mostrar ocultos"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:407
|
||||||
|
msgid "Keyboard Shortcuts"
|
||||||
|
msgstr "Atajos del teclado"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:412
|
||||||
|
msgid "About Cartridges"
|
||||||
|
msgstr "Acerca de Cartuchos"
|
||||||
|
|
||||||
#. Translators: Replace this with your name for it to show up in the about window
|
#. Translators: Replace this with your name for it to show up in the about window
|
||||||
#: src/main.py:125
|
#: src/main.py:137
|
||||||
msgid "translator_credits"
|
msgid "translator_credits"
|
||||||
msgstr "Óscar Fernández Díaz <oscfdezdz@tuta.io>"
|
msgstr "Óscar Fernández Díaz <oscfdezdz@tuta.io>"
|
||||||
|
|
||||||
#. The variable is the title of the game
|
#. The variable is the title of the game
|
||||||
#: src/main.py:197
|
#: src/main.py:164
|
||||||
#, python-brace-format
|
msgid "{} launched"
|
||||||
msgid "{title} removed"
|
msgstr "{} comenzó"
|
||||||
msgstr "{title} eliminado"
|
|
||||||
|
|
||||||
#: src/window.py:234
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:182
|
||||||
|
msgid "{} hidden"
|
||||||
|
msgstr "{} oculto"
|
||||||
|
|
||||||
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:185
|
||||||
|
msgid "{} unhidden"
|
||||||
|
msgstr "{} visible"
|
||||||
|
|
||||||
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:241
|
||||||
|
msgid "{} removed"
|
||||||
|
msgstr "{} eliminado"
|
||||||
|
|
||||||
|
#: src/window.py:262
|
||||||
msgid "Today"
|
msgid "Today"
|
||||||
msgstr "Hoy"
|
msgstr "Hoy"
|
||||||
|
|
||||||
#: src/window.py:236
|
#: src/window.py:264
|
||||||
msgid "Yesterday"
|
msgid "Yesterday"
|
||||||
msgstr "Ayer"
|
msgstr "Ayer"
|
||||||
|
|
||||||
#. The variable is the date when the game was added
|
#. The variable is the date when the game was added
|
||||||
#: src/window.py:270
|
#: src/window.py:310
|
||||||
#, python-brace-format
|
msgid "Added: {}"
|
||||||
msgid "Added: {date}"
|
msgstr "Añadido: {}"
|
||||||
msgstr "Añadido: {date}"
|
|
||||||
|
|
||||||
#: src/window.py:275
|
#: src/window.py:315
|
||||||
msgid "Never"
|
msgid "Never"
|
||||||
msgstr "Nunca"
|
msgstr "Nunca"
|
||||||
|
|
||||||
#. The variable is the date when the game was last played
|
#. The variable is the date when the game was last played
|
||||||
#: src/window.py:279
|
#: src/window.py:319
|
||||||
#, python-brace-format
|
msgid "Last played: {}"
|
||||||
msgid "Last played: {last_played_date}"
|
msgstr "Último jugado: {}"
|
||||||
msgstr "Jugado por última vez: {last_played_date}"
|
|
||||||
|
|
||||||
#: src/game.py:173
|
#: src/game.py:156
|
||||||
msgid "Details"
|
msgid "Details"
|
||||||
msgstr "Detalles"
|
msgstr "Detalles"
|
||||||
|
|
||||||
#: src/preferences.py:55
|
#: src/preferences.py:54
|
||||||
msgid "Installation Not Found"
|
msgid "Installation Not Found"
|
||||||
msgstr "No se encuentra la instalación"
|
msgstr "No se encuentra la instalación"
|
||||||
|
|
||||||
#. The variable is the name of the game launcher
|
#. The variable is the name of the game launcher
|
||||||
#: src/preferences.py:57
|
#: src/preferences.py:56
|
||||||
#, python-brace-format
|
msgid "Select the {} configuration directory."
|
||||||
msgid "Select the {name} configuration directory."
|
msgstr "Selecciona el directorio de la configuración {}."
|
||||||
msgstr "Selecciona el directorio de la configuración {name}."
|
|
||||||
|
|
||||||
#. The variable is the name of the game launcher
|
#. The variable is the name of the game launcher
|
||||||
#: src/preferences.py:59
|
#: src/preferences.py:59
|
||||||
#, python-brace-format
|
msgid "Select the {} data directory."
|
||||||
msgid "Select the {name} data directory."
|
msgstr "Selecciona el directorio de los datos {}."
|
||||||
msgstr "Selecciona el directorio de los datos {name}."
|
|
||||||
|
|
||||||
#: src/preferences.py:61
|
#: src/preferences.py:61 src/preferences.py:240
|
||||||
msgid "Set Location"
|
msgid "Set Location"
|
||||||
msgstr "Escoger la ubicación"
|
msgstr "Escoger la ubicación"
|
||||||
|
|
||||||
#: src/preferences.py:117
|
#: src/preferences.py:132
|
||||||
#, fuzzy
|
|
||||||
#| msgid "{title} removed"
|
|
||||||
msgid "All games removed"
|
msgid "All games removed"
|
||||||
msgstr "{title} eliminado"
|
msgstr "Todos los juegos eliminados"
|
||||||
|
|
||||||
#: src/utils/importer.py:37
|
#: src/preferences.py:237
|
||||||
msgid "Importing Games…"
|
msgid "Cache Not Found"
|
||||||
msgstr "Importando juegos…"
|
msgstr "Caché no encontrada"
|
||||||
|
|
||||||
#: src/utils/importer.py:79
|
#: src/preferences.py:238
|
||||||
#, fuzzy
|
msgid "Select the Lutris cache directory."
|
||||||
#| msgid "No new games were found on your device."
|
msgstr "Selecciona el directorio de la caché de Lutris."
|
||||||
msgid "No new games were found on your system."
|
|
||||||
msgstr "No se han encontrado juegos nuevos en tu dispositivo."
|
|
||||||
|
|
||||||
#: src/utils/importer.py:87
|
#: src/preferences.py:344
|
||||||
msgid "Game Imported"
|
msgid ""
|
||||||
msgstr "Juego importado"
|
"An API key is required to use SteamGridDB. You can generate one {}here{}."
|
||||||
|
msgstr ""
|
||||||
|
"Se necesita una clave API para utilizar SteamGridDB. Puedes generar una {}"
|
||||||
|
"aquí{}."
|
||||||
|
|
||||||
#: src/utils/importer.py:88
|
#: src/utils/create_details_window.py:81
|
||||||
msgid "Successfully imported 1 game."
|
|
||||||
msgstr "Importado 1 juego con éxito."
|
|
||||||
|
|
||||||
#: src/utils/importer.py:94
|
|
||||||
msgid "Games Imported"
|
|
||||||
msgstr "Juegos importados"
|
|
||||||
|
|
||||||
#. The variable is the number of games
|
|
||||||
#: src/utils/importer.py:96
|
|
||||||
#, python-brace-format
|
|
||||||
msgid "Successfully imported {games_no} games."
|
|
||||||
msgstr "Importados {games_no} juegos con éxito."
|
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:41
|
|
||||||
msgid "Add New Game"
|
msgid "Add New Game"
|
||||||
msgstr "Añadir juego nuevo"
|
msgstr "Añadir juego nuevo"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:46
|
#: src/utils/create_details_window.py:85
|
||||||
msgid "Confirm"
|
msgid "Confirm"
|
||||||
msgstr "Confirmar"
|
msgstr "Confirmar"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:57
|
#: src/utils/create_details_window.py:96
|
||||||
msgid "Apply"
|
msgid "Apply"
|
||||||
msgstr "Aplicar"
|
msgstr "Aplicar"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:95
|
#: src/utils/create_details_window.py:130
|
||||||
msgid "The title of the game"
|
msgid "The title of the game"
|
||||||
msgstr "El título del juego"
|
msgstr "El título del juego"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:100
|
#: src/utils/create_details_window.py:135
|
||||||
msgid "Developer"
|
msgid "Developer"
|
||||||
msgstr "Desarrollador"
|
msgstr "Desarrollador"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:101
|
#: src/utils/create_details_window.py:136
|
||||||
msgid "The developer or publisher (optional)"
|
msgid "The developer or publisher (optional)"
|
||||||
msgstr "El desarrollador o editor (opcional)"
|
msgstr "El desarrollador o editor (opcional)"
|
||||||
|
|
||||||
#. Translate this string as you would translate "file"
|
#. Translate this string as you would translate "file"
|
||||||
#: src/utils/create_details_window.py:112
|
#: src/utils/create_details_window.py:147
|
||||||
msgid "file.txt"
|
msgid "file.txt"
|
||||||
msgstr "archivo.txt"
|
msgstr "archivo.txt"
|
||||||
|
|
||||||
#. As in software
|
#. As in software
|
||||||
#: src/utils/create_details_window.py:114
|
#: src/utils/create_details_window.py:149
|
||||||
msgid "program"
|
msgid "program"
|
||||||
msgstr "programa"
|
msgstr "programa"
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {exe_name}"
|
#. Translate this string as you would translate "path to {}"
|
||||||
#: src/utils/create_details_window.py:119
|
#: src/utils/create_details_window.py:154
|
||||||
#, python-brace-format
|
#: src/utils/create_details_window.py:156
|
||||||
msgid "C:\\path\\to\\{exe_name}"
|
msgid "C:\\path\\to\\{}"
|
||||||
msgstr "C:\\ruta\\hasta\\{exe_name}"
|
msgstr "C:\\ruta\\hasta\\{}"
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {file_name}"
|
#. Translate this string as you would translate "path to {}"
|
||||||
#: src/utils/create_details_window.py:121
|
#: src/utils/create_details_window.py:160
|
||||||
#, python-brace-format
|
#: src/utils/create_details_window.py:162
|
||||||
msgid "C:\\path\\to\\{file_name}"
|
msgid "/path/to/{}"
|
||||||
msgstr "C:\\ruta\\hasta\\{file_name}"
|
msgstr "/ruta/hasta/{}"
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {exe_name}"
|
#: src/utils/create_details_window.py:166
|
||||||
#: src/utils/create_details_window.py:125
|
|
||||||
#, python-brace-format
|
|
||||||
msgid "/path/to/{exe_name}"
|
|
||||||
msgstr "/ruta/hasta/{exe_name}"
|
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {file_name}"
|
|
||||||
#: src/utils/create_details_window.py:127
|
|
||||||
#, python-brace-format
|
|
||||||
msgid "/path/to/{file_name}"
|
|
||||||
msgstr "/ruta/hasta/{file_name}"
|
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:131
|
|
||||||
#, python-brace-format
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"To launch the executable \"{exe_name}\", use the command:\n"
|
"To launch the executable \"{}\", use the command:\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>\"{exe_path}\"</tt>\n"
|
"<tt>\"{}\"</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"To open the file \"{file_name}\" with the default application, use:\n"
|
"To open the file \"{}\" with the default application, use:\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>{command} \"{file_path}\"</tt>\n"
|
"<tt>{} \"{}\"</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"If the path contains spaces, make sure to wrap it in double quotes!"
|
"If the path contains spaces, make sure to wrap it in double quotes!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Para lanzar el ejecutable \"{exe_name}\", use el comando:\n"
|
"Para lanzar el ejecutable \"{}\", use el comando:\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>\"{exe_path}\"</tt>\n"
|
"<tt>\"{}\"</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Para abrir el archivo \"{file_name}\" con la aplicación predeterminada, "
|
"Para abrir el archivo \"{}\" con la aplicación predeterminada, use:\n"
|
||||||
"use:\n"
|
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>{command} \"{file_path}\"</tt>\n"
|
"<tt>{} \"{}\"</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Si la ruta contiene espacios, ¡asegúrese de entrecomillarla!"
|
"Si la ruta contiene espacios, ¡asegúrese de entrecomillarla!"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:154
|
#: src/utils/create_details_window.py:189
|
||||||
msgid "Executable"
|
msgid "Executable"
|
||||||
msgstr "Ejecutable"
|
msgstr "Ejecutable"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:155
|
#: src/utils/create_details_window.py:190
|
||||||
msgid "File to open or command to run when launching the game"
|
msgid "File to open or command to run when launching the game"
|
||||||
msgstr "Archivo a abrir o comando a ejecutar al iniciar el juego"
|
msgstr "Archivo a abrir o comando a ejecutar al iniciar el juego"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:167
|
#: src/utils/create_details_window.py:202
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr "Cancelar"
|
msgstr "Cancelar"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:217
|
#: src/utils/create_details_window.py:259
|
||||||
#: src/utils/create_details_window.py:227
|
#: src/utils/create_details_window.py:269
|
||||||
#: src/utils/create_details_window.py:233
|
#: src/utils/create_details_window.py:275
|
||||||
msgid "Couldn't Add Game"
|
msgid "Couldn't Add Game"
|
||||||
msgstr "No se puede añadir el juego"
|
msgstr "No se puede añadir el juego"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:219
|
#: src/utils/create_details_window.py:261
|
||||||
#: src/utils/create_details_window.py:257
|
#: src/utils/create_details_window.py:299
|
||||||
#: src/utils/create_details_window.py:265
|
#: src/utils/create_details_window.py:307
|
||||||
msgid "Couldn't Apply Preferences"
|
msgid "Couldn't Apply Preferences"
|
||||||
msgstr "No se pudieron aplicar las preferencias"
|
msgstr "No se pudieron aplicar las preferencias"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:227
|
#: src/utils/create_details_window.py:269
|
||||||
#: src/utils/create_details_window.py:258
|
#: src/utils/create_details_window.py:300
|
||||||
msgid "Game title cannot be empty."
|
msgid "Game title cannot be empty."
|
||||||
msgstr "El título del juego no puede estar vacío."
|
msgstr "El título del juego no puede estar vacío."
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:233
|
#: src/utils/create_details_window.py:275
|
||||||
#: src/utils/create_details_window.py:266
|
#: src/utils/create_details_window.py:308
|
||||||
msgid "Executable cannot be empty."
|
msgid "Executable cannot be empty."
|
||||||
msgstr "El ejecutable no puede estar vacío."
|
msgstr "El ejecutable no puede estar vacío."
|
||||||
|
|
||||||
@@ -524,6 +570,66 @@ msgstr "El ejecutable no puede estar vacío."
|
|||||||
msgid "Dismiss"
|
msgid "Dismiss"
|
||||||
msgstr "Descartar"
|
msgstr "Descartar"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:42
|
||||||
|
msgid "Importing Games…"
|
||||||
|
msgstr "Importando juegos…"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:77
|
||||||
|
msgid "Importing Covers…"
|
||||||
|
msgstr "Importando las portadas…"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:92
|
||||||
|
msgid "No new games were found on your system."
|
||||||
|
msgstr "No se encontraron nuevos juegos en tú sistema."
|
||||||
|
|
||||||
|
#: src/utils/importer.py:100
|
||||||
|
msgid "Game Imported"
|
||||||
|
msgstr "Juego importado"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:101
|
||||||
|
msgid "Successfully imported 1 game."
|
||||||
|
msgstr "Importado 1 juego con éxito."
|
||||||
|
|
||||||
|
#: src/utils/importer.py:107
|
||||||
|
msgid "Games Imported"
|
||||||
|
msgstr "Juegos importados"
|
||||||
|
|
||||||
|
#. The variable is the number of games
|
||||||
|
#: src/utils/importer.py:109
|
||||||
|
msgid "Successfully imported {} games."
|
||||||
|
msgstr "{} juegos importados con éxito."
|
||||||
|
|
||||||
|
#: src/utils/importer.py:120 src/utils/steamgriddb.py:113
|
||||||
|
msgid "Couldn't Connect to SteamGridDB"
|
||||||
|
msgstr "No se puede conectar a SteamGridDB"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:145
|
||||||
|
msgid ""
|
||||||
|
"Looks like you have multiple Steam libraries. Would you like to add them in "
|
||||||
|
"preferences?"
|
||||||
|
msgstr ""
|
||||||
|
"Parece que tienes varias bibliotecas de Steam. ¿Quieres agregarlas en la "
|
||||||
|
"configuración?"
|
||||||
|
|
||||||
|
#~ msgid "Launch your games"
|
||||||
|
#~ msgstr "Lance sus juegos"
|
||||||
|
|
||||||
|
#, python-brace-format
|
||||||
|
#~ msgid "Last played: {last_played_date}"
|
||||||
|
#~ msgstr "Jugado por última vez: {last_played_date}"
|
||||||
|
|
||||||
|
#, python-brace-format
|
||||||
|
#~ msgid "Successfully imported {games_no} games."
|
||||||
|
#~ msgstr "Importados {games_no} juegos con éxito."
|
||||||
|
|
||||||
|
#, python-brace-format
|
||||||
|
#~ msgid "C:\\path\\to\\{file_name}"
|
||||||
|
#~ msgstr "C:\\ruta\\hasta\\{file_name}"
|
||||||
|
|
||||||
|
#, python-brace-format
|
||||||
|
#~ msgid "/path/to/{file_name}"
|
||||||
|
#~ msgstr "/ruta/hasta/{file_name}"
|
||||||
|
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#~| msgid "General"
|
#~| msgid "General"
|
||||||
#~ msgctxt "shortcuts window"
|
#~ msgctxt "shortcuts window"
|
||||||
@@ -575,9 +681,6 @@ msgstr "Descartar"
|
|||||||
#~ msgid "The Heroic directory cannot be found."
|
#~ msgid "The Heroic directory cannot be found."
|
||||||
#~ msgstr "No se encuentra el directorio Heroic."
|
#~ msgstr "No se encuentra el directorio Heroic."
|
||||||
|
|
||||||
#~ msgid "Set Heroic Location"
|
|
||||||
#~ msgstr "Establecer ubicación de Heroic"
|
|
||||||
|
|
||||||
#~ msgid "Heroic Games Imported"
|
#~ msgid "Heroic Games Imported"
|
||||||
#~ msgstr "Juegos de Heroic importados"
|
#~ msgstr "Juegos de Heroic importados"
|
||||||
|
|
||||||
|
|||||||
730
po/fi.po
@@ -5,12 +5,13 @@
|
|||||||
# Kimmo Kujansuu <mrkujansuu@gmail.com>, 2023.
|
# Kimmo Kujansuu <mrkujansuu@gmail.com>, 2023.
|
||||||
# Kopimi <tatuus@tutanota.com>, 2023.
|
# Kopimi <tatuus@tutanota.com>, 2023.
|
||||||
# Jiri Grönroos <jiri.gronroos@iki.fi>, 2023.
|
# Jiri Grönroos <jiri.gronroos@iki.fi>, 2023.
|
||||||
|
# kramo <contact@kramo.hu>, 2023.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: cartridges\n"
|
"Project-Id-Version: cartridges\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-03-30 16:23+0200\n"
|
"POT-Creation-Date: 2023-04-11 23:33+0200\n"
|
||||||
"PO-Revision-Date: 2023-03-26 17:51+0000\n"
|
"PO-Revision-Date: 2023-04-02 15:04+0000\n"
|
||||||
"Last-Translator: Jiri Grönroos <jiri.gronroos@iki.fi>\n"
|
"Last-Translator: Jiri Grönroos <jiri.gronroos@iki.fi>\n"
|
||||||
"Language-Team: Finnish <https://hosted.weblate.org/projects/cartridges/"
|
"Language-Team: Finnish <https://hosted.weblate.org/projects/cartridges/"
|
||||||
"cartridges/fi/>\n"
|
"cartridges/fi/>\n"
|
||||||
@@ -23,7 +24,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: data/hu.kramo.Cartridges.desktop.in:3
|
#: data/hu.kramo.Cartridges.desktop.in:3
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:6 data/gtk/window.blp:29
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:6 data/gtk/window.blp:29
|
||||||
#: src/main.py:110
|
#: src/main.py:119
|
||||||
msgid "Cartridges"
|
msgid "Cartridges"
|
||||||
msgstr "Cartridges"
|
msgstr "Cartridges"
|
||||||
|
|
||||||
@@ -32,18 +33,21 @@ msgid "Game Launcher"
|
|||||||
msgstr "Pelin käynnistin"
|
msgstr "Pelin käynnistin"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.desktop.in:5
|
#: data/hu.kramo.Cartridges.desktop.in:5
|
||||||
msgid "Launch your games"
|
|
||||||
msgstr "Käynnistä pelit"
|
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:7
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:7
|
||||||
msgid "Launch all your games"
|
msgid "Launch all your games"
|
||||||
msgstr "Käynnistä kaikki pelisi"
|
msgstr "Käynnistä kaikki pelisi"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:9
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:9
|
||||||
|
#, fuzzy
|
||||||
|
#| msgid ""
|
||||||
|
#| "Cartridges is a simple game launcher. It has support for importing your "
|
||||||
|
#| "games from Steam, Heroic and Bottles with organizational features such as "
|
||||||
|
#| "hiding and sorting by date added or last played."
|
||||||
msgid ""
|
msgid ""
|
||||||
"Cartridges is a simple game launcher. It has support for importing your "
|
"Cartridges is a simple game launcher for all of your games. It has support "
|
||||||
"games from Steam, Heroic and Bottles with organizational features such as "
|
"for importing games from Steam, Lutris, Heroic and more with no login "
|
||||||
"hiding and sorting by date added or last played."
|
"necessary. You can sort and hide games or download cover art from "
|
||||||
|
"SteamGridDB."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Cartridges on helppo pelikäynnistin. Se tukee pelien tuontia Steamista, "
|
"Cartridges on helppo pelikäynnistin. Se tukee pelien tuontia Steamista, "
|
||||||
"Heroicista ja Bottlesista ja tarjoaa ominaisuuden järjestelyyn, kuten "
|
"Heroicista ja Bottlesista ja tarjoaa ominaisuuden järjestelyyn, kuten "
|
||||||
@@ -55,7 +59,7 @@ msgid "Library"
|
|||||||
msgstr "Kirjasto"
|
msgstr "Kirjasto"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:26
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:26
|
||||||
#: src/utils/create_details_window.py:48
|
#: src/utils/create_details_window.py:87
|
||||||
msgid "Edit Game Details"
|
msgid "Edit Game Details"
|
||||||
msgstr "Muokkaa pelin tietoja"
|
msgstr "Muokkaa pelin tietoja"
|
||||||
|
|
||||||
@@ -63,12 +67,252 @@ msgstr "Muokkaa pelin tietoja"
|
|||||||
msgid "Game Details"
|
msgid "Game Details"
|
||||||
msgstr "Pelin tiedot"
|
msgstr "Pelin tiedot"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:34 data/gtk/window.blp:363
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:34 data/gtk/window.blp:402
|
||||||
#: src/utils/importer.py:81
|
#: src/utils/importer.py:94 src/utils/importer.py:123 src/utils/importer.py:148
|
||||||
|
#: src/utils/steamgriddb.py:116
|
||||||
msgid "Preferences"
|
msgid "Preferences"
|
||||||
msgstr "Asetukset"
|
msgstr "Asetukset"
|
||||||
|
|
||||||
#: data/gtk/window.blp:6 src/utils/importer.py:78
|
#: data/gtk/game.blp:67 src/utils/create_details_window.py:129
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "Nimi"
|
||||||
|
|
||||||
|
#: data/gtk/game.blp:89 data/gtk/game.blp:108 data/gtk/window.blp:170
|
||||||
|
msgid "Edit"
|
||||||
|
msgstr "Muokkaa"
|
||||||
|
|
||||||
|
#: data/gtk/game.blp:94 src/window.py:286
|
||||||
|
msgid "Hide"
|
||||||
|
msgstr "Piilota"
|
||||||
|
|
||||||
|
#: data/gtk/game.blp:99 data/gtk/game.blp:118 data/gtk/preferences.blp:56
|
||||||
|
#: data/gtk/window.blp:186
|
||||||
|
msgid "Remove"
|
||||||
|
msgstr "Poista"
|
||||||
|
|
||||||
|
#: data/gtk/game.blp:113 src/window.py:283
|
||||||
|
msgid "Unhide"
|
||||||
|
msgstr "Näytä"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:11 data/gtk/preferences.blp:9
|
||||||
|
msgid "General"
|
||||||
|
msgstr "Yleistä"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:14
|
||||||
|
msgid "Quit"
|
||||||
|
msgstr "Lopeta"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:19 data/gtk/window.blp:205 data/gtk/window.blp:249
|
||||||
|
#: data/gtk/window.blp:312
|
||||||
|
msgid "Search"
|
||||||
|
msgstr "Etsi"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:24
|
||||||
|
msgid "Show preferences"
|
||||||
|
msgstr "Näytä asetukset"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:29
|
||||||
|
msgid "Shortcuts"
|
||||||
|
msgstr "Pikanäppäimet"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:34 src/main.py:186 src/main.py:242
|
||||||
|
#: src/preferences.py:133
|
||||||
|
msgid "Undo"
|
||||||
|
msgstr "Kumoa"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:39
|
||||||
|
msgid "Open menu"
|
||||||
|
msgstr "Avaa valikko"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:45
|
||||||
|
msgid "Games"
|
||||||
|
msgstr "Pelit"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:48
|
||||||
|
msgid "Add new game"
|
||||||
|
msgstr "Lisää uusi peli"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:53
|
||||||
|
msgid "Import games"
|
||||||
|
msgstr "Tuo pelejä"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:58
|
||||||
|
msgid "Show hidden games"
|
||||||
|
msgstr "Näytä piilotetut pelit"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:63
|
||||||
|
#, fuzzy
|
||||||
|
#| msgid "Remove All Games"
|
||||||
|
msgid "Remove game"
|
||||||
|
msgstr "Poista kaikki pelit"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:13 data/gtk/preferences.blp:235
|
||||||
|
msgid "Behavior"
|
||||||
|
msgstr "Toiminta"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:16
|
||||||
|
msgid "Exit After Launching Games"
|
||||||
|
msgstr "Poistuminen pelin käynnistämisen jälkeen"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:25
|
||||||
|
msgid "Cover Image Launches Game"
|
||||||
|
msgstr "Kansikuva käynnistää pelin"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:26
|
||||||
|
msgid "Swaps the behavior of the cover image and the play button"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:36 src/utils/create_details_window.py:101
|
||||||
|
msgid "Images"
|
||||||
|
msgstr "Kuvat"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:39
|
||||||
|
msgid "High Quality Images"
|
||||||
|
msgstr "Korkealaatuiset kuvat"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:40
|
||||||
|
msgid "Save game covers losslessly at the cost of storage"
|
||||||
|
msgstr "Tallenna pelien kansikuvat häviöttömästi tallennustilan kustannuksella"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:50
|
||||||
|
msgid "Danger Zone"
|
||||||
|
msgstr "Vaaravyöhyke"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:53
|
||||||
|
msgid "Remove All Games"
|
||||||
|
msgstr "Poista kaikki pelit"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:69 data/gtk/window.blp:427
|
||||||
|
msgid "Import"
|
||||||
|
msgstr "Tuo"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:73
|
||||||
|
msgid "Sources"
|
||||||
|
msgstr "Lähteet"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:76
|
||||||
|
msgid "Steam"
|
||||||
|
msgstr "Steam"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:80
|
||||||
|
msgid "Steam Install Location"
|
||||||
|
msgstr "Steam-asennuksen sijainti"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:81 data/gtk/preferences.blp:119
|
||||||
|
#: data/gtk/preferences.blp:153 data/gtk/preferences.blp:195
|
||||||
|
#: data/gtk/preferences.blp:210
|
||||||
|
msgid "Directory to use when importing games"
|
||||||
|
msgstr "Hakemisto, jota käytetään pelejä tuotaessa"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:89 src/utils/importer.py:143
|
||||||
|
msgid "Extra Steam Libraries"
|
||||||
|
msgstr "Steam-lisäkirjastot"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:90
|
||||||
|
msgid "Select other directories where you have Steam games installed"
|
||||||
|
msgstr "Valitse muut hakemistot, joihin Steam-pelit on asennettu"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:96
|
||||||
|
msgid "Clear"
|
||||||
|
msgstr "Tyhjennä"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:114
|
||||||
|
msgid "Lutris"
|
||||||
|
msgstr "Lutris"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:118
|
||||||
|
msgid "Lutris Install Location"
|
||||||
|
msgstr "Lutris-asennuksen sijainti"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:128
|
||||||
|
msgid "Lutris Cache Location"
|
||||||
|
msgstr "Lutris-välimuistin sijainti"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:129
|
||||||
|
#, fuzzy
|
||||||
|
#| msgid "Directory to use when importing games"
|
||||||
|
msgid "Directory to use when importing game covers"
|
||||||
|
msgstr "Hakemisto, jota käytetään pelejä tuotaessa"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:138
|
||||||
|
#, fuzzy
|
||||||
|
#| msgid "Import Sideloaded Games"
|
||||||
|
msgid "Import Steam Games"
|
||||||
|
msgstr "Tuo Sideload-pelejä"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:148
|
||||||
|
msgid "Heroic"
|
||||||
|
msgstr "Heroic"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:152
|
||||||
|
msgid "Heroic Install Location"
|
||||||
|
msgstr "Heroic-asennuksen sijainti"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:162
|
||||||
|
msgid "Import Epic Games"
|
||||||
|
msgstr "Tuo Epic-pelejä"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:171
|
||||||
|
msgid "Import GOG Games"
|
||||||
|
msgstr "Tuo GOG-pelejä"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:180
|
||||||
|
msgid "Import Sideloaded Games"
|
||||||
|
msgstr "Tuo Sideload-pelejä"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:190
|
||||||
|
msgid "Bottles"
|
||||||
|
msgstr "Pullot"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:194
|
||||||
|
msgid "Bottles Install Location"
|
||||||
|
msgstr "Bottles-asennuksen sijainti"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:205
|
||||||
|
msgid "itch"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:209
|
||||||
|
#, fuzzy
|
||||||
|
#| msgid "Heroic Install Location"
|
||||||
|
msgid "itch Install Location"
|
||||||
|
msgstr "Heroic-asennuksen sijainti"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:223
|
||||||
|
#, fuzzy
|
||||||
|
#| msgid "Steam"
|
||||||
|
msgid "SteamGridDB"
|
||||||
|
msgstr "Steam"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:227
|
||||||
|
#, fuzzy
|
||||||
|
#| msgid "Set Location"
|
||||||
|
msgid "Authentication"
|
||||||
|
msgstr "Aseta sijainti"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:230
|
||||||
|
msgid "API Key"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:238
|
||||||
|
msgid "Use SteamGridDB"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:239
|
||||||
|
#, fuzzy
|
||||||
|
#| msgid "Directory to use when importing games"
|
||||||
|
msgid "Download images when adding or importing games"
|
||||||
|
msgstr "Hakemisto, jota käytetään pelejä tuotaessa"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:248
|
||||||
|
msgid "Prefer Over Official Images"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:257
|
||||||
|
msgid "Prefer Animated Images"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:6 src/utils/importer.py:91
|
||||||
msgid "No Games Found"
|
msgid "No Games Found"
|
||||||
msgstr "Pelejä ei löydetty"
|
msgstr "Pelejä ei löydetty"
|
||||||
|
|
||||||
@@ -92,445 +336,256 @@ msgstr "Ei piilotettuja pelejä"
|
|||||||
msgid "Games you hide will appear here."
|
msgid "Games you hide will appear here."
|
||||||
msgstr "Piilotetut pelit näkyvät täällä."
|
msgstr "Piilotetut pelit näkyvät täällä."
|
||||||
|
|
||||||
#: data/gtk/window.blp:44 data/gtk/window.blp:254
|
#: data/gtk/window.blp:44 data/gtk/window.blp:293
|
||||||
msgid "Back"
|
msgid "Back"
|
||||||
msgstr "Takaisin"
|
msgstr "Takaisin"
|
||||||
|
|
||||||
#: data/gtk/window.blp:92
|
#: data/gtk/window.blp:100
|
||||||
msgid "Game Title"
|
msgid "Game Title"
|
||||||
msgstr "Pelin nimi"
|
msgstr "Pelin nimi"
|
||||||
|
|
||||||
#: data/gtk/window.blp:148 src/game.py:175
|
#: data/gtk/window.blp:151 src/game.py:158
|
||||||
msgid "Play"
|
msgid "Play"
|
||||||
msgstr "Pelaa"
|
msgstr "Pelaa"
|
||||||
|
|
||||||
#: data/gtk/window.blp:196 data/gtk/window.blp:382
|
#: data/gtk/window.blp:235 data/gtk/window.blp:421
|
||||||
msgid "Add Game"
|
msgid "Add Game"
|
||||||
msgstr "Lisää peli"
|
msgstr "Lisää peli"
|
||||||
|
|
||||||
#: data/gtk/window.blp:203 data/gtk/window.blp:266
|
#: data/gtk/window.blp:242 data/gtk/window.blp:305
|
||||||
msgid "Main Menu"
|
msgid "Main Menu"
|
||||||
msgstr "Päävalikko"
|
msgstr "Päävalikko"
|
||||||
|
|
||||||
#: data/gtk/window.blp:210 data/gtk/window.blp:273 data/gtk/help-overlay.blp:19
|
#: data/gtk/window.blp:300
|
||||||
msgid "Search"
|
|
||||||
msgstr "Etsi"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:261
|
|
||||||
msgid "Hidden Games"
|
msgid "Hidden Games"
|
||||||
msgstr "Piilotetut pelit"
|
msgstr "Piilotetut pelit"
|
||||||
|
|
||||||
#: data/gtk/window.blp:321
|
#: data/gtk/window.blp:360
|
||||||
msgid "Sort"
|
msgid "Sort"
|
||||||
msgstr "Lajittele"
|
msgstr "Lajittele"
|
||||||
|
|
||||||
#: data/gtk/window.blp:324
|
#: data/gtk/window.blp:363
|
||||||
msgid "A-Z"
|
msgid "A-Z"
|
||||||
msgstr "A-Z"
|
msgstr "A-Z"
|
||||||
|
|
||||||
#: data/gtk/window.blp:330
|
#: data/gtk/window.blp:369
|
||||||
msgid "Z-A"
|
msgid "Z-A"
|
||||||
msgstr "Z-A"
|
msgstr "Z-A"
|
||||||
|
|
||||||
#: data/gtk/window.blp:336
|
#: data/gtk/window.blp:375
|
||||||
msgid "Newest"
|
msgid "Newest"
|
||||||
msgstr "Uusin"
|
msgstr "Uusin"
|
||||||
|
|
||||||
#: data/gtk/window.blp:342
|
#: data/gtk/window.blp:381
|
||||||
msgid "Oldest"
|
msgid "Oldest"
|
||||||
msgstr "Vanhin"
|
msgstr "Vanhin"
|
||||||
|
|
||||||
#: data/gtk/window.blp:348
|
#: data/gtk/window.blp:387
|
||||||
msgid "Last Played"
|
msgid "Last Played"
|
||||||
msgstr "Viimeksi pelattu"
|
msgstr "Viimeksi pelattu"
|
||||||
|
|
||||||
#: data/gtk/window.blp:355
|
#: data/gtk/window.blp:394
|
||||||
msgid "Show Hidden"
|
msgid "Show Hidden"
|
||||||
msgstr "Näytä piilotetut"
|
msgstr "Näytä piilotetut"
|
||||||
|
|
||||||
#: data/gtk/window.blp:368
|
#: data/gtk/window.blp:407
|
||||||
msgid "Keyboard Shortcuts"
|
msgid "Keyboard Shortcuts"
|
||||||
msgstr "Pikanäppäimet"
|
msgstr "Pikanäppäimet"
|
||||||
|
|
||||||
#: data/gtk/window.blp:373
|
#: data/gtk/window.blp:412
|
||||||
msgid "About Cartridges"
|
msgid "About Cartridges"
|
||||||
msgstr "Tietoja - Cartridges"
|
msgstr "Tietoja - Cartridges"
|
||||||
|
|
||||||
#: data/gtk/window.blp:388 data/gtk/preferences.blp:66
|
|
||||||
#, fuzzy
|
|
||||||
#| msgid "Import from"
|
|
||||||
msgid "Import"
|
|
||||||
msgstr "Tuo kohteesta"
|
|
||||||
|
|
||||||
#: data/gtk/game.blp:60 src/utils/create_details_window.py:94
|
|
||||||
msgid "Title"
|
|
||||||
msgstr "Nimi"
|
|
||||||
|
|
||||||
#: data/gtk/game.blp:82 data/gtk/game.blp:101
|
|
||||||
msgid "Edit"
|
|
||||||
msgstr "Muokkaa"
|
|
||||||
|
|
||||||
#: data/gtk/game.blp:87
|
|
||||||
msgid "Hide"
|
|
||||||
msgstr "Piilota"
|
|
||||||
|
|
||||||
#: data/gtk/game.blp:92 data/gtk/game.blp:111 data/gtk/preferences.blp:53
|
|
||||||
msgid "Remove"
|
|
||||||
msgstr "Poista"
|
|
||||||
|
|
||||||
#: data/gtk/game.blp:106
|
|
||||||
msgid "Unhide"
|
|
||||||
msgstr "Näytä"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:11 data/gtk/preferences.blp:9
|
|
||||||
msgid "General"
|
|
||||||
msgstr "Yleistä"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:14
|
|
||||||
msgid "Quit"
|
|
||||||
msgstr "Lopeta"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:24
|
|
||||||
msgid "Show preferences"
|
|
||||||
msgstr "Näytä asetukset"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:29
|
|
||||||
msgid "Shortcuts"
|
|
||||||
msgstr "Pikanäppäimet"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:34 src/main.py:198 src/preferences.py:118
|
|
||||||
msgid "Undo"
|
|
||||||
msgstr "Kumoa"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:39
|
|
||||||
msgid "Open menu"
|
|
||||||
msgstr "Avaa valikko"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:45
|
|
||||||
msgid "Games"
|
|
||||||
msgstr "Pelit"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:48
|
|
||||||
msgid "Add new game"
|
|
||||||
msgstr "Lisää uusi peli"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:53
|
|
||||||
#, fuzzy
|
|
||||||
#| msgid "Import GOG Games"
|
|
||||||
msgid "Import games"
|
|
||||||
msgstr "Tuo GOG-pelejä"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:58
|
|
||||||
msgid "Show hidden games"
|
|
||||||
msgstr "Näytä piilotetut pelit"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:13
|
|
||||||
msgid "Behavior"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:16
|
|
||||||
msgid "Exit After Launching Games"
|
|
||||||
msgstr "Poistuminen pelin käynnistämisen jälkeen"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:24
|
|
||||||
msgid "Cover Image Launches Game"
|
|
||||||
msgstr "Kansikuva käynnistää pelin"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:25
|
|
||||||
msgid "Swaps the behavior of the cover image and the play button"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:34 src/utils/create_details_window.py:59
|
|
||||||
msgid "Images"
|
|
||||||
msgstr "Kuvat"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:37
|
|
||||||
msgid "High Quality Images"
|
|
||||||
msgstr "Korkealaatuiset kuvat"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:38
|
|
||||||
msgid "Save game covers losslessly at the cost of storage"
|
|
||||||
msgstr "Tallenna pelien kansikuvat häviöttömästi tallennustilan kustannuksella"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:47
|
|
||||||
msgid "Danger Zone"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:50
|
|
||||||
msgid "Remove All Games"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:70
|
|
||||||
msgid "Sources"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:73
|
|
||||||
msgid "Steam"
|
|
||||||
msgstr "Steam"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:77
|
|
||||||
msgid "Steam Install Location"
|
|
||||||
msgstr "Steam-asennuksen sijainti"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:78 data/gtk/preferences.blp:117
|
|
||||||
#: data/gtk/preferences.blp:156
|
|
||||||
msgid "Directory to use when importing games"
|
|
||||||
msgstr "Hakemisto, jota käytetään pelejä tuotaessa"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:86
|
|
||||||
msgid "Extra Steam Libraries"
|
|
||||||
msgstr "Steam-lisäkirjastot"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:87
|
|
||||||
msgid "Select other directories where you have Steam games installed"
|
|
||||||
msgstr "Valitse muut hakemistot, joihin Steam-pelit on asennettu"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:94
|
|
||||||
msgid "Clear"
|
|
||||||
msgstr "Tyhjennä"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:112
|
|
||||||
msgid "Heroic"
|
|
||||||
msgstr "Heroic"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:116
|
|
||||||
msgid "Heroic Install Location"
|
|
||||||
msgstr "Heroic-asennuksen sijainti"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:126
|
|
||||||
msgid "Import Epic Games"
|
|
||||||
msgstr "Tuo Epic-pelejä"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:134
|
|
||||||
msgid "Import GOG Games"
|
|
||||||
msgstr "Tuo GOG-pelejä"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:142
|
|
||||||
msgid "Import Sideloaded Games"
|
|
||||||
msgstr "Tuo Sideload-pelejä"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:151
|
|
||||||
msgid "Bottles"
|
|
||||||
msgstr "Pullot"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:155
|
|
||||||
msgid "Bottles Install Location"
|
|
||||||
msgstr "Bottles-asennuksen sijainti"
|
|
||||||
|
|
||||||
#. Translators: Replace this with your name for it to show up in the about window
|
#. Translators: Replace this with your name for it to show up in the about window
|
||||||
#: src/main.py:125
|
#: src/main.py:137
|
||||||
msgid "translator_credits"
|
msgid "translator_credits"
|
||||||
msgstr "Linux Sauna"
|
msgstr "Linux Sauna"
|
||||||
|
|
||||||
#. The variable is the title of the game
|
#. The variable is the title of the game
|
||||||
#: src/main.py:197
|
#: src/main.py:164
|
||||||
#, python-brace-format
|
msgid "{} launched"
|
||||||
msgid "{title} removed"
|
msgstr ""
|
||||||
msgstr "{title} poistettu"
|
|
||||||
|
|
||||||
#: src/window.py:234
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:182
|
||||||
|
#, fuzzy
|
||||||
|
#| msgid "Show Hidden"
|
||||||
|
msgid "{} hidden"
|
||||||
|
msgstr "Näytä piilotetut"
|
||||||
|
|
||||||
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:185
|
||||||
|
msgid "{} unhidden"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:241
|
||||||
|
msgid "{} removed"
|
||||||
|
msgstr "{} poistettu"
|
||||||
|
|
||||||
|
#: src/window.py:262
|
||||||
msgid "Today"
|
msgid "Today"
|
||||||
msgstr "Tänään"
|
msgstr "Tänään"
|
||||||
|
|
||||||
#: src/window.py:236
|
#: src/window.py:264
|
||||||
msgid "Yesterday"
|
msgid "Yesterday"
|
||||||
msgstr "Eilen"
|
msgstr "Eilen"
|
||||||
|
|
||||||
#. The variable is the date when the game was added
|
#. The variable is the date when the game was added
|
||||||
#: src/window.py:270
|
#: src/window.py:310
|
||||||
#, python-brace-format
|
msgid "Added: {}"
|
||||||
msgid "Added: {date}"
|
msgstr "Lisätty: {}"
|
||||||
msgstr "Lisätty: {date}"
|
|
||||||
|
|
||||||
#: src/window.py:275
|
#: src/window.py:315
|
||||||
msgid "Never"
|
msgid "Never"
|
||||||
msgstr "Ei koskaan"
|
msgstr "Ei koskaan"
|
||||||
|
|
||||||
#. The variable is the date when the game was last played
|
#. The variable is the date when the game was last played
|
||||||
#: src/window.py:279
|
#: src/window.py:319
|
||||||
#, python-brace-format
|
msgid "Last played: {}"
|
||||||
msgid "Last played: {last_played_date}"
|
msgstr "Viimeksi pelattu: {}"
|
||||||
msgstr "Pelattu: {last_played_date}"
|
|
||||||
|
|
||||||
#: src/game.py:173
|
#: src/game.py:156
|
||||||
msgid "Details"
|
msgid "Details"
|
||||||
msgstr "Tiedot"
|
msgstr "Tiedot"
|
||||||
|
|
||||||
#: src/preferences.py:55
|
#: src/preferences.py:54
|
||||||
msgid "Installation Not Found"
|
msgid "Installation Not Found"
|
||||||
msgstr ""
|
msgstr "Asennusta ei löydy"
|
||||||
|
|
||||||
#. The variable is the name of the game launcher
|
#. The variable is the name of the game launcher
|
||||||
#: src/preferences.py:57
|
#: src/preferences.py:56
|
||||||
#, python-brace-format
|
msgid "Select the {} configuration directory."
|
||||||
msgid "Select the {name} configuration directory."
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. The variable is the name of the game launcher
|
#. The variable is the name of the game launcher
|
||||||
#: src/preferences.py:59
|
#: src/preferences.py:59
|
||||||
#, python-brace-format
|
msgid "Select the {} data directory."
|
||||||
msgid "Select the {name} data directory."
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/preferences.py:61
|
#: src/preferences.py:61 src/preferences.py:240
|
||||||
#, fuzzy
|
|
||||||
#| msgid "Set Steam Location"
|
|
||||||
msgid "Set Location"
|
msgid "Set Location"
|
||||||
msgstr "Aseta Steamin sijainti"
|
msgstr "Aseta sijainti"
|
||||||
|
|
||||||
#: src/preferences.py:117
|
#: src/preferences.py:132
|
||||||
#, fuzzy
|
|
||||||
#| msgid "{title} removed"
|
|
||||||
msgid "All games removed"
|
msgid "All games removed"
|
||||||
msgstr "{title} poistettu"
|
msgstr "Kaikki pelit poistettu"
|
||||||
|
|
||||||
#: src/utils/importer.py:37
|
#: src/preferences.py:237
|
||||||
msgid "Importing Games…"
|
msgid "Cache Not Found"
|
||||||
msgstr "Tuodaan pelejä…"
|
msgstr "Välimuistia ei löydy"
|
||||||
|
|
||||||
#: src/utils/importer.py:79
|
#: src/preferences.py:238
|
||||||
#, fuzzy
|
msgid "Select the Lutris cache directory."
|
||||||
#| msgid "No new games were found in the Heroic library."
|
msgstr ""
|
||||||
msgid "No new games were found on your system."
|
|
||||||
msgstr "Heroic-kirjastosta ei löytynyt uusia pelejä."
|
|
||||||
|
|
||||||
#: src/utils/importer.py:87
|
#: src/preferences.py:344
|
||||||
#, fuzzy
|
msgid ""
|
||||||
#| msgid "Steam Games Imported"
|
"An API key is required to use SteamGridDB. You can generate one {}here{}."
|
||||||
msgid "Game Imported"
|
msgstr ""
|
||||||
msgstr "Steam-pelit tuotu"
|
|
||||||
|
|
||||||
#: src/utils/importer.py:88
|
#: src/utils/create_details_window.py:81
|
||||||
msgid "Successfully imported 1 game."
|
|
||||||
msgstr "Onnistuneesti tuotu 1 peli."
|
|
||||||
|
|
||||||
#: src/utils/importer.py:94
|
|
||||||
#, fuzzy
|
|
||||||
#| msgid "Steam Games Imported"
|
|
||||||
msgid "Games Imported"
|
|
||||||
msgstr "Steam-pelit tuotu"
|
|
||||||
|
|
||||||
#. The variable is the number of games
|
|
||||||
#: src/utils/importer.py:96
|
|
||||||
#, python-brace-format
|
|
||||||
msgid "Successfully imported {games_no} games."
|
|
||||||
msgstr "Onnistuneesti tuotu {games_no} peliä."
|
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:41
|
|
||||||
msgid "Add New Game"
|
msgid "Add New Game"
|
||||||
msgstr "Lisää uusi peli"
|
msgstr "Lisää uusi peli"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:46
|
#: src/utils/create_details_window.py:85
|
||||||
msgid "Confirm"
|
msgid "Confirm"
|
||||||
msgstr "Vahvista"
|
msgstr "Vahvista"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:57
|
#: src/utils/create_details_window.py:96
|
||||||
msgid "Apply"
|
msgid "Apply"
|
||||||
msgstr "Käytä"
|
msgstr "Käytä"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:95
|
#: src/utils/create_details_window.py:130
|
||||||
msgid "The title of the game"
|
msgid "The title of the game"
|
||||||
msgstr "Pelin nimi"
|
msgstr "Pelin nimi"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:100
|
#: src/utils/create_details_window.py:135
|
||||||
msgid "Developer"
|
msgid "Developer"
|
||||||
msgstr "Kehittäjä"
|
msgstr "Kehittäjä"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:101
|
#: src/utils/create_details_window.py:136
|
||||||
msgid "The developer or publisher (optional)"
|
msgid "The developer or publisher (optional)"
|
||||||
msgstr "Kehittäjä tai julkaisija (valinnainen)"
|
msgstr "Kehittäjä tai julkaisija (valinnainen)"
|
||||||
|
|
||||||
#. Translate this string as you would translate "file"
|
#. Translate this string as you would translate "file"
|
||||||
#: src/utils/create_details_window.py:112
|
#: src/utils/create_details_window.py:147
|
||||||
msgid "file.txt"
|
msgid "file.txt"
|
||||||
msgstr "file.txt"
|
msgstr "file.txt"
|
||||||
|
|
||||||
#. As in software
|
#. As in software
|
||||||
#: src/utils/create_details_window.py:114
|
#: src/utils/create_details_window.py:149
|
||||||
msgid "program"
|
msgid "program"
|
||||||
msgstr "ohjelma"
|
msgstr "ohjelma"
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {exe_name}"
|
#. Translate this string as you would translate "path to {}"
|
||||||
#: src/utils/create_details_window.py:119
|
#: src/utils/create_details_window.py:154
|
||||||
#, python-brace-format
|
#: src/utils/create_details_window.py:156
|
||||||
msgid "C:\\path\\to\\{exe_name}"
|
msgid "C:\\path\\to\\{}"
|
||||||
msgstr "C:\\polku\\kansioon\\{exe_name}"
|
msgstr "C:\\polku\\kansioon\\{}"
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {file_name}"
|
#. Translate this string as you would translate "path to {}"
|
||||||
#: src/utils/create_details_window.py:121
|
#: src/utils/create_details_window.py:160
|
||||||
#, python-brace-format
|
#: src/utils/create_details_window.py:162
|
||||||
msgid "C:\\path\\to\\{file_name}"
|
msgid "/path/to/{}"
|
||||||
msgstr "C:\\polku\\kansioon\\{file_name}"
|
msgstr "/polku/kansioon/{}"
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {exe_name}"
|
#: src/utils/create_details_window.py:166
|
||||||
#: src/utils/create_details_window.py:125
|
|
||||||
#, python-brace-format
|
|
||||||
msgid "/path/to/{exe_name}"
|
|
||||||
msgstr "/polku/kansioon/{exe_name}"
|
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {file_name}"
|
|
||||||
#: src/utils/create_details_window.py:127
|
|
||||||
#, python-brace-format
|
|
||||||
msgid "/path/to/{file_name}"
|
|
||||||
msgstr "/polku/kansioon/{file_name}"
|
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:131
|
|
||||||
#, python-brace-format
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"To launch the executable \"{exe_name}\", use the command:\n"
|
"To launch the executable \"{}\", use the command:\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>\"{exe_path}\"</tt>\n"
|
"<tt>\"{}\"</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"To open the file \"{file_name}\" with the default application, use:\n"
|
"To open the file \"{}\" with the default application, use:\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>{command} \"{file_path}\"</tt>\n"
|
"<tt>{} \"{}\"</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"If the path contains spaces, make sure to wrap it in double quotes!"
|
"If the path contains spaces, make sure to wrap it in double quotes!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Käynnistääksesi suoritettavan ohjelman \"{exe_name}\", käytä komentoa:\n"
|
"Käynnistääksesi suoritettavan ohjelman \"{exe_name}\", käytä komentoa:\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>\"{exe_path}\"</tt>\n"
|
"<tt>\"{}\"</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Avataksesi tiedoston \"{file_name}\" oletussovelluksella, käytä komentoa:\n"
|
"Avataksesi tiedoston \"{}\" oletussovelluksella, käytä komentoa:\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>{command} \"{file_path}\"</tt>\n"
|
"<tt>{} \"{}\"</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Jos polku sisältää välilyöntejä, varmista, että se on suljettu "
|
"Jos polku sisältää välilyöntejä, varmista, että se on suljettu "
|
||||||
"kaksinkertaisiin lainausmerkkeihin!"
|
"kaksinkertaisiin lainausmerkkeihin!"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:154
|
#: src/utils/create_details_window.py:189
|
||||||
msgid "Executable"
|
msgid "Executable"
|
||||||
msgstr "Suoritettava"
|
msgstr "Suoritettava"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:155
|
#: src/utils/create_details_window.py:190
|
||||||
msgid "File to open or command to run when launching the game"
|
msgid "File to open or command to run when launching the game"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Tiedosto, joka avataan tai komento, joka ajetaan pelin käynnistämisen "
|
"Tiedosto, joka avataan tai komento, joka ajetaan pelin käynnistämisen "
|
||||||
"yhteydessä"
|
"yhteydessä"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:167
|
#: src/utils/create_details_window.py:202
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr "Peru"
|
msgstr "Peru"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:217
|
#: src/utils/create_details_window.py:259
|
||||||
#: src/utils/create_details_window.py:227
|
#: src/utils/create_details_window.py:269
|
||||||
#: src/utils/create_details_window.py:233
|
#: src/utils/create_details_window.py:275
|
||||||
msgid "Couldn't Add Game"
|
msgid "Couldn't Add Game"
|
||||||
msgstr "Peliä ei voitu lisätä"
|
msgstr "Peliä ei voitu lisätä"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:219
|
#: src/utils/create_details_window.py:261
|
||||||
#: src/utils/create_details_window.py:257
|
#: src/utils/create_details_window.py:299
|
||||||
#: src/utils/create_details_window.py:265
|
#: src/utils/create_details_window.py:307
|
||||||
msgid "Couldn't Apply Preferences"
|
msgid "Couldn't Apply Preferences"
|
||||||
msgstr "Asetuksia ei voitu ottaa käyttöön"
|
msgstr "Asetuksia ei voitu ottaa käyttöön"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:227
|
#: src/utils/create_details_window.py:269
|
||||||
#: src/utils/create_details_window.py:258
|
#: src/utils/create_details_window.py:300
|
||||||
msgid "Game title cannot be empty."
|
msgid "Game title cannot be empty."
|
||||||
msgstr "Pelin nimi ei voi olla tyhjä."
|
msgstr "Pelin nimi ei voi olla tyhjä."
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:233
|
#: src/utils/create_details_window.py:275
|
||||||
#: src/utils/create_details_window.py:266
|
#: src/utils/create_details_window.py:308
|
||||||
msgid "Executable cannot be empty."
|
msgid "Executable cannot be empty."
|
||||||
msgstr "Suoritettava ei voi olla tyhjä."
|
msgstr "Suoritettava ei voi olla tyhjä."
|
||||||
|
|
||||||
@@ -538,6 +593,66 @@ msgstr "Suoritettava ei voi olla tyhjä."
|
|||||||
msgid "Dismiss"
|
msgid "Dismiss"
|
||||||
msgstr "Hylkää"
|
msgstr "Hylkää"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:42
|
||||||
|
msgid "Importing Games…"
|
||||||
|
msgstr "Tuodaan pelejä…"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:77
|
||||||
|
#, fuzzy
|
||||||
|
#| msgid "Importing Games…"
|
||||||
|
msgid "Importing Covers…"
|
||||||
|
msgstr "Tuodaan pelejä…"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:92
|
||||||
|
msgid "No new games were found on your system."
|
||||||
|
msgstr "Järjestelmästä ei löytynyt uusia pelejä."
|
||||||
|
|
||||||
|
#: src/utils/importer.py:100
|
||||||
|
msgid "Game Imported"
|
||||||
|
msgstr "Peli tuotu"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:101
|
||||||
|
msgid "Successfully imported 1 game."
|
||||||
|
msgstr "Onnistuneesti tuotu 1 peli."
|
||||||
|
|
||||||
|
#: src/utils/importer.py:107
|
||||||
|
msgid "Games Imported"
|
||||||
|
msgstr "Pelit tuotu"
|
||||||
|
|
||||||
|
#. The variable is the number of games
|
||||||
|
#: src/utils/importer.py:109
|
||||||
|
msgid "Successfully imported {} games."
|
||||||
|
msgstr "{} peliä tuotu."
|
||||||
|
|
||||||
|
#: src/utils/importer.py:120 src/utils/steamgriddb.py:113
|
||||||
|
msgid "Couldn't Connect to SteamGridDB"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/utils/importer.py:145
|
||||||
|
msgid ""
|
||||||
|
"Looks like you have multiple Steam libraries. Would you like to add them in "
|
||||||
|
"preferences?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "Launch your games"
|
||||||
|
#~ msgstr "Käynnistä pelit"
|
||||||
|
|
||||||
|
#, python-brace-format
|
||||||
|
#~ msgid "Last played: {last_played_date}"
|
||||||
|
#~ msgstr "Pelattu: {last_played_date}"
|
||||||
|
|
||||||
|
#, python-brace-format
|
||||||
|
#~ msgid "Successfully imported {games_no} games."
|
||||||
|
#~ msgstr "Onnistuneesti tuotu {games_no} peliä."
|
||||||
|
|
||||||
|
#, python-brace-format
|
||||||
|
#~ msgid "C:\\path\\to\\{file_name}"
|
||||||
|
#~ msgstr "C:\\polku\\kansioon\\{file_name}"
|
||||||
|
|
||||||
|
#, python-brace-format
|
||||||
|
#~ msgid "/path/to/{file_name}"
|
||||||
|
#~ msgstr "/polku/kansioon/{file_name}"
|
||||||
|
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#~| msgid "General"
|
#~| msgid "General"
|
||||||
#~ msgctxt "shortcuts window"
|
#~ msgctxt "shortcuts window"
|
||||||
@@ -589,9 +704,6 @@ msgstr "Hylkää"
|
|||||||
#~ msgid "The Heroic directory cannot be found."
|
#~ msgid "The Heroic directory cannot be found."
|
||||||
#~ msgstr "Heroic-hakemistoa ei löytynyt."
|
#~ msgstr "Heroic-hakemistoa ei löytynyt."
|
||||||
|
|
||||||
#~ msgid "Set Heroic Location"
|
|
||||||
#~ msgstr "Aseta Heroicin sijainti"
|
|
||||||
|
|
||||||
#~ msgid "Heroic Games Imported"
|
#~ msgid "Heroic Games Imported"
|
||||||
#~ msgstr "Heroic-pelit tuotu"
|
#~ msgstr "Heroic-pelit tuotu"
|
||||||
|
|
||||||
|
|||||||
739
po/fr.po
@@ -8,9 +8,9 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: cartridges\n"
|
"Project-Id-Version: cartridges\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-03-30 16:23+0200\n"
|
"POT-Creation-Date: 2023-04-11 23:33+0200\n"
|
||||||
"PO-Revision-Date: 2023-03-28 22:23+0000\n"
|
"PO-Revision-Date: 2023-04-08 20:49+0000\n"
|
||||||
"Last-Translator: \"J. Lavoie\" <j.lavoie@net-c.ca>\n"
|
"Last-Translator: rene-coty <irenee.thirion@e.email>\n"
|
||||||
"Language-Team: French <https://hosted.weblate.org/projects/cartridges/"
|
"Language-Team: French <https://hosted.weblate.org/projects/cartridges/"
|
||||||
"cartridges/fr/>\n"
|
"cartridges/fr/>\n"
|
||||||
"Language: fr\n"
|
"Language: fr\n"
|
||||||
@@ -22,7 +22,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: data/hu.kramo.Cartridges.desktop.in:3
|
#: data/hu.kramo.Cartridges.desktop.in:3
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:6 data/gtk/window.blp:29
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:6 data/gtk/window.blp:29
|
||||||
#: src/main.py:110
|
#: src/main.py:119
|
||||||
msgid "Cartridges"
|
msgid "Cartridges"
|
||||||
msgstr "Cartouches"
|
msgstr "Cartouches"
|
||||||
|
|
||||||
@@ -31,30 +31,28 @@ msgid "Game Launcher"
|
|||||||
msgstr "Lanceur de jeu"
|
msgstr "Lanceur de jeu"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.desktop.in:5
|
#: data/hu.kramo.Cartridges.desktop.in:5
|
||||||
msgid "Launch your games"
|
|
||||||
msgstr "Lancez vos jeux"
|
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:7
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:7
|
||||||
msgid "Launch all your games"
|
msgid "Launch all your games"
|
||||||
msgstr "Lancez tous vos jeux"
|
msgstr "Lancez tous vos jeux"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:9
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:9
|
||||||
msgid ""
|
msgid ""
|
||||||
"Cartridges is a simple game launcher. It has support for importing your "
|
"Cartridges is a simple game launcher for all of your games. It has support "
|
||||||
"games from Steam, Heroic and Bottles with organizational features such as "
|
"for importing games from Steam, Lutris, Heroic and more with no login "
|
||||||
"hiding and sorting by date added or last played."
|
"necessary. You can sort and hide games or download cover art from "
|
||||||
|
"SteamGridDB."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Cartouches est un simple lanceur de jeux. Il prend en charge l'importation "
|
"Cartouches est un simple lanceur pour tous vos jeux. Il prend en charge "
|
||||||
"de vos jeux depuis Steam, Heroic et Bottles, avec des fonctions "
|
"l’importation de vos jeux depuis Steam, Lutris, Heroic et d’autres encore, "
|
||||||
"d'organisation telles que le masquage et le tri par date d'ajout ou de "
|
"sans nécessiter de compte. Vous pouvez trier et masquer les jeux, ou "
|
||||||
"dernière lecture."
|
"télécharger la pochette depuis SteamGridDB."
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:22
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:22
|
||||||
msgid "Library"
|
msgid "Library"
|
||||||
msgstr "Bibliothèque"
|
msgstr "Bibliothèque"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:26
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:26
|
||||||
#: src/utils/create_details_window.py:48
|
#: src/utils/create_details_window.py:87
|
||||||
msgid "Edit Game Details"
|
msgid "Edit Game Details"
|
||||||
msgstr "Modifier les détails du jeu"
|
msgstr "Modifier les détails du jeu"
|
||||||
|
|
||||||
@@ -62,12 +60,243 @@ msgstr "Modifier les détails du jeu"
|
|||||||
msgid "Game Details"
|
msgid "Game Details"
|
||||||
msgstr "Détails du jeu"
|
msgstr "Détails du jeu"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:34 data/gtk/window.blp:363
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:34 data/gtk/window.blp:402
|
||||||
#: src/utils/importer.py:81
|
#: src/utils/importer.py:94 src/utils/importer.py:123 src/utils/importer.py:148
|
||||||
|
#: src/utils/steamgriddb.py:116
|
||||||
msgid "Preferences"
|
msgid "Preferences"
|
||||||
msgstr "Préférences"
|
msgstr "Préférences"
|
||||||
|
|
||||||
#: data/gtk/window.blp:6 src/utils/importer.py:78
|
#: data/gtk/game.blp:67 src/utils/create_details_window.py:129
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "Titre"
|
||||||
|
|
||||||
|
#: data/gtk/game.blp:89 data/gtk/game.blp:108 data/gtk/window.blp:170
|
||||||
|
msgid "Edit"
|
||||||
|
msgstr "Modifier"
|
||||||
|
|
||||||
|
#: data/gtk/game.blp:94 src/window.py:286
|
||||||
|
msgid "Hide"
|
||||||
|
msgstr "Masquer"
|
||||||
|
|
||||||
|
#: data/gtk/game.blp:99 data/gtk/game.blp:118 data/gtk/preferences.blp:56
|
||||||
|
#: data/gtk/window.blp:186
|
||||||
|
msgid "Remove"
|
||||||
|
msgstr "Retirer"
|
||||||
|
|
||||||
|
#: data/gtk/game.blp:113 src/window.py:283
|
||||||
|
msgid "Unhide"
|
||||||
|
msgstr "Afficher"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:11 data/gtk/preferences.blp:9
|
||||||
|
msgid "General"
|
||||||
|
msgstr "Général"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:14
|
||||||
|
msgid "Quit"
|
||||||
|
msgstr "Quitter"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:19 data/gtk/window.blp:205 data/gtk/window.blp:249
|
||||||
|
#: data/gtk/window.blp:312
|
||||||
|
msgid "Search"
|
||||||
|
msgstr "Rechercher"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:24
|
||||||
|
msgid "Show preferences"
|
||||||
|
msgstr "Afficher les préférences"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:29
|
||||||
|
msgid "Shortcuts"
|
||||||
|
msgstr "Raccourcis"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:34 src/main.py:186 src/main.py:242
|
||||||
|
#: src/preferences.py:133
|
||||||
|
msgid "Undo"
|
||||||
|
msgstr "Annuler"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:39
|
||||||
|
msgid "Open menu"
|
||||||
|
msgstr "Ouvrir le menu"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:45
|
||||||
|
msgid "Games"
|
||||||
|
msgstr "Jeux"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:48
|
||||||
|
msgid "Add new game"
|
||||||
|
msgstr "Ajouter un nouveau jeu"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:53
|
||||||
|
msgid "Import games"
|
||||||
|
msgstr "Importer des jeux"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:58
|
||||||
|
msgid "Show hidden games"
|
||||||
|
msgstr "Afficher les jeux masqués"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:63
|
||||||
|
msgid "Remove game"
|
||||||
|
msgstr "Supprimer le jeu"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:13 data/gtk/preferences.blp:235
|
||||||
|
msgid "Behavior"
|
||||||
|
msgstr "Comportement"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:16
|
||||||
|
msgid "Exit After Launching Games"
|
||||||
|
msgstr "Quitter après avoir lancé les jeux"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:25
|
||||||
|
msgid "Cover Image Launches Game"
|
||||||
|
msgstr "Cliquer sur l’image de la pochette lance le jeu"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:26
|
||||||
|
msgid "Swaps the behavior of the cover image and the play button"
|
||||||
|
msgstr ""
|
||||||
|
"Intervertit le comportement de l’image de la pochette et du bouton de lecture"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:36 src/utils/create_details_window.py:101
|
||||||
|
msgid "Images"
|
||||||
|
msgstr "Images"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:39
|
||||||
|
msgid "High Quality Images"
|
||||||
|
msgstr "Images de haute qualité"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:40
|
||||||
|
msgid "Save game covers losslessly at the cost of storage"
|
||||||
|
msgstr ""
|
||||||
|
"Sauvegarde les pochettes des jeux sans perte, mais prend plus de stockage"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:50
|
||||||
|
msgid "Danger Zone"
|
||||||
|
msgstr "Zone de danger"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:53
|
||||||
|
msgid "Remove All Games"
|
||||||
|
msgstr "Supprimer tous les jeux"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:69 data/gtk/window.blp:427
|
||||||
|
msgid "Import"
|
||||||
|
msgstr "Importer"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:73
|
||||||
|
msgid "Sources"
|
||||||
|
msgstr "Sources"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:76
|
||||||
|
msgid "Steam"
|
||||||
|
msgstr "Steam"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:80
|
||||||
|
msgid "Steam Install Location"
|
||||||
|
msgstr "Emplacement de l'installation de Steam"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:81 data/gtk/preferences.blp:119
|
||||||
|
#: data/gtk/preferences.blp:153 data/gtk/preferences.blp:195
|
||||||
|
#: data/gtk/preferences.blp:210
|
||||||
|
msgid "Directory to use when importing games"
|
||||||
|
msgstr "Répertoire à utiliser lors de l'importation de jeux"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:89 src/utils/importer.py:143
|
||||||
|
msgid "Extra Steam Libraries"
|
||||||
|
msgstr "Bibliothèque Steam supplémentaires"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:90
|
||||||
|
msgid "Select other directories where you have Steam games installed"
|
||||||
|
msgstr ""
|
||||||
|
"Sélectionnez d’autres répertoires où vous avez des jeux Steam installés"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:96
|
||||||
|
msgid "Clear"
|
||||||
|
msgstr "Vider"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:114
|
||||||
|
msgid "Lutris"
|
||||||
|
msgstr "Lutris"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:118
|
||||||
|
msgid "Lutris Install Location"
|
||||||
|
msgstr "Emplacement de l’installation Lutris"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:128
|
||||||
|
msgid "Lutris Cache Location"
|
||||||
|
msgstr "Emplacement du cache Lutris"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:129
|
||||||
|
msgid "Directory to use when importing game covers"
|
||||||
|
msgstr "Répertoire à utiliser lors de l’importation des pochettes des jeux"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:138
|
||||||
|
msgid "Import Steam Games"
|
||||||
|
msgstr "Importer des jeux Steam"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:148
|
||||||
|
msgid "Heroic"
|
||||||
|
msgstr "Heroic"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:152
|
||||||
|
msgid "Heroic Install Location"
|
||||||
|
msgstr "Emplacement de l'installation Heroic"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:162
|
||||||
|
msgid "Import Epic Games"
|
||||||
|
msgstr "Importer Epic Games"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:171
|
||||||
|
msgid "Import GOG Games"
|
||||||
|
msgstr "Importer des jeux GOG"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:180
|
||||||
|
msgid "Import Sideloaded Games"
|
||||||
|
msgstr "Importer des jeux Sideloaded"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:190
|
||||||
|
msgid "Bottles"
|
||||||
|
msgstr "Bottles"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:194
|
||||||
|
msgid "Bottles Install Location"
|
||||||
|
msgstr "Emplacement de l'installation Bottles"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:205
|
||||||
|
msgid "itch"
|
||||||
|
msgstr "itch"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:209
|
||||||
|
msgid "itch Install Location"
|
||||||
|
msgstr "Emplacement d’installation itch"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:223
|
||||||
|
msgid "SteamGridDB"
|
||||||
|
msgstr "SteamGridDB"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:227
|
||||||
|
msgid "Authentication"
|
||||||
|
msgstr "Identification"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:230
|
||||||
|
msgid "API Key"
|
||||||
|
msgstr "Clé API"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:238
|
||||||
|
msgid "Use SteamGridDB"
|
||||||
|
msgstr "Utiliser SteamGridDB"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:239
|
||||||
|
msgid "Download images when adding or importing games"
|
||||||
|
msgstr "Télécharger les images lors de l’ajout ou de l’importation de jeux"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:248
|
||||||
|
msgid "Prefer Over Official Images"
|
||||||
|
msgstr "Préférer à la place des images officielles"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:257
|
||||||
|
#, fuzzy
|
||||||
|
#| msgid "Prefer Over Official Images"
|
||||||
|
msgid "Prefer Animated Images"
|
||||||
|
msgstr "Préférer à la place des images officielles"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:6 src/utils/importer.py:91
|
||||||
msgid "No Games Found"
|
msgid "No Games Found"
|
||||||
msgstr "Aucun jeu trouvé"
|
msgstr "Aucun jeu trouvé"
|
||||||
|
|
||||||
@@ -91,447 +320,255 @@ msgstr "Pas de jeux masqués"
|
|||||||
msgid "Games you hide will appear here."
|
msgid "Games you hide will appear here."
|
||||||
msgstr "Les jeux que vous masquez apparaîtront ici."
|
msgstr "Les jeux que vous masquez apparaîtront ici."
|
||||||
|
|
||||||
#: data/gtk/window.blp:44 data/gtk/window.blp:254
|
#: data/gtk/window.blp:44 data/gtk/window.blp:293
|
||||||
msgid "Back"
|
msgid "Back"
|
||||||
msgstr "Retour"
|
msgstr "Retour"
|
||||||
|
|
||||||
#: data/gtk/window.blp:92
|
#: data/gtk/window.blp:100
|
||||||
msgid "Game Title"
|
msgid "Game Title"
|
||||||
msgstr "Titre du jeu"
|
msgstr "Titre du jeu"
|
||||||
|
|
||||||
#: data/gtk/window.blp:148 src/game.py:175
|
#: data/gtk/window.blp:151 src/game.py:158
|
||||||
msgid "Play"
|
msgid "Play"
|
||||||
msgstr "Jouer"
|
msgstr "Jouer"
|
||||||
|
|
||||||
#: data/gtk/window.blp:196 data/gtk/window.blp:382
|
#: data/gtk/window.blp:235 data/gtk/window.blp:421
|
||||||
msgid "Add Game"
|
msgid "Add Game"
|
||||||
msgstr "Ajouter un jeu"
|
msgstr "Ajouter un jeu"
|
||||||
|
|
||||||
#: data/gtk/window.blp:203 data/gtk/window.blp:266
|
#: data/gtk/window.blp:242 data/gtk/window.blp:305
|
||||||
msgid "Main Menu"
|
msgid "Main Menu"
|
||||||
msgstr "Menu principal"
|
msgstr "Menu principal"
|
||||||
|
|
||||||
#: data/gtk/window.blp:210 data/gtk/window.blp:273 data/gtk/help-overlay.blp:19
|
#: data/gtk/window.blp:300
|
||||||
msgid "Search"
|
|
||||||
msgstr "Rechercher"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:261
|
|
||||||
msgid "Hidden Games"
|
msgid "Hidden Games"
|
||||||
msgstr "Jeux masqués"
|
msgstr "Jeux masqués"
|
||||||
|
|
||||||
#: data/gtk/window.blp:321
|
#: data/gtk/window.blp:360
|
||||||
msgid "Sort"
|
msgid "Sort"
|
||||||
msgstr "Trier"
|
msgstr "Trier"
|
||||||
|
|
||||||
#: data/gtk/window.blp:324
|
#: data/gtk/window.blp:363
|
||||||
msgid "A-Z"
|
msgid "A-Z"
|
||||||
msgstr "A-Z"
|
msgstr "A-Z"
|
||||||
|
|
||||||
#: data/gtk/window.blp:330
|
#: data/gtk/window.blp:369
|
||||||
msgid "Z-A"
|
msgid "Z-A"
|
||||||
msgstr "Z-A"
|
msgstr "Z-A"
|
||||||
|
|
||||||
#: data/gtk/window.blp:336
|
#: data/gtk/window.blp:375
|
||||||
msgid "Newest"
|
msgid "Newest"
|
||||||
msgstr "Le plus récent"
|
msgstr "Le plus récent"
|
||||||
|
|
||||||
#: data/gtk/window.blp:342
|
#: data/gtk/window.blp:381
|
||||||
msgid "Oldest"
|
msgid "Oldest"
|
||||||
msgstr "Le plus ancien"
|
msgstr "Le plus ancien"
|
||||||
|
|
||||||
#: data/gtk/window.blp:348
|
#: data/gtk/window.blp:387
|
||||||
msgid "Last Played"
|
msgid "Last Played"
|
||||||
msgstr "Dernière session"
|
msgstr "Dernière session"
|
||||||
|
|
||||||
#: data/gtk/window.blp:355
|
#: data/gtk/window.blp:394
|
||||||
msgid "Show Hidden"
|
msgid "Show Hidden"
|
||||||
msgstr "Afficher les masqués"
|
msgstr "Afficher les masqués"
|
||||||
|
|
||||||
#: data/gtk/window.blp:368
|
#: data/gtk/window.blp:407
|
||||||
msgid "Keyboard Shortcuts"
|
msgid "Keyboard Shortcuts"
|
||||||
msgstr "Raccourcis clavier"
|
msgstr "Raccourcis clavier"
|
||||||
|
|
||||||
#: data/gtk/window.blp:373
|
#: data/gtk/window.blp:412
|
||||||
msgid "About Cartridges"
|
msgid "About Cartridges"
|
||||||
msgstr "À propos de Cartouches"
|
msgstr "À propos de Cartouches"
|
||||||
|
|
||||||
#: data/gtk/window.blp:388 data/gtk/preferences.blp:66
|
|
||||||
#, fuzzy
|
|
||||||
#| msgid "Import from"
|
|
||||||
msgid "Import"
|
|
||||||
msgstr "Importer depuis"
|
|
||||||
|
|
||||||
#: data/gtk/game.blp:60 src/utils/create_details_window.py:94
|
|
||||||
msgid "Title"
|
|
||||||
msgstr "Titre"
|
|
||||||
|
|
||||||
#: data/gtk/game.blp:82 data/gtk/game.blp:101
|
|
||||||
msgid "Edit"
|
|
||||||
msgstr "Modifier"
|
|
||||||
|
|
||||||
#: data/gtk/game.blp:87
|
|
||||||
msgid "Hide"
|
|
||||||
msgstr "Masquer"
|
|
||||||
|
|
||||||
#: data/gtk/game.blp:92 data/gtk/game.blp:111 data/gtk/preferences.blp:53
|
|
||||||
msgid "Remove"
|
|
||||||
msgstr "Retirer"
|
|
||||||
|
|
||||||
#: data/gtk/game.blp:106
|
|
||||||
msgid "Unhide"
|
|
||||||
msgstr "Afficher"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:11 data/gtk/preferences.blp:9
|
|
||||||
msgid "General"
|
|
||||||
msgstr "Général"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:14
|
|
||||||
msgid "Quit"
|
|
||||||
msgstr "Quitter"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:24
|
|
||||||
msgid "Show preferences"
|
|
||||||
msgstr "Afficher les préférences"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:29
|
|
||||||
msgid "Shortcuts"
|
|
||||||
msgstr "Raccourcis"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:34 src/main.py:198 src/preferences.py:118
|
|
||||||
msgid "Undo"
|
|
||||||
msgstr "Annuler"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:39
|
|
||||||
msgid "Open menu"
|
|
||||||
msgstr "Ouvrir le menu"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:45
|
|
||||||
msgid "Games"
|
|
||||||
msgstr "Jeux"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:48
|
|
||||||
msgid "Add new game"
|
|
||||||
msgstr "Ajouter un nouveau jeu"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:53
|
|
||||||
#, fuzzy
|
|
||||||
#| msgid "Import GOG Games"
|
|
||||||
msgid "Import games"
|
|
||||||
msgstr "Importer des jeux GOG"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:58
|
|
||||||
msgid "Show hidden games"
|
|
||||||
msgstr "Afficher les jeux masqués"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:13
|
|
||||||
msgid "Behavior"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:16
|
|
||||||
msgid "Exit After Launching Games"
|
|
||||||
msgstr "Quitter après avoir lancé les jeux"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:24
|
|
||||||
msgid "Cover Image Launches Game"
|
|
||||||
msgstr "Cliquer sur l’image de couverture lance le jeu"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:25
|
|
||||||
msgid "Swaps the behavior of the cover image and the play button"
|
|
||||||
msgstr ""
|
|
||||||
"Intervertit le comportement de l’image de couverture et du bouton de lecture"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:34 src/utils/create_details_window.py:59
|
|
||||||
msgid "Images"
|
|
||||||
msgstr "Images"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:37
|
|
||||||
msgid "High Quality Images"
|
|
||||||
msgstr "Images de haute qualité"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:38
|
|
||||||
msgid "Save game covers losslessly at the cost of storage"
|
|
||||||
msgstr ""
|
|
||||||
"Sauvegarde les couvertures de jeu sans perte, mais prend plus de stockage"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:47
|
|
||||||
msgid "Danger Zone"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:50
|
|
||||||
msgid "Remove All Games"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:70
|
|
||||||
msgid "Sources"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:73
|
|
||||||
msgid "Steam"
|
|
||||||
msgstr "Steam"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:77
|
|
||||||
msgid "Steam Install Location"
|
|
||||||
msgstr "Emplacement de l'installation de Steam"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:78 data/gtk/preferences.blp:117
|
|
||||||
#: data/gtk/preferences.blp:156
|
|
||||||
msgid "Directory to use when importing games"
|
|
||||||
msgstr "Répertoire à utiliser lors de l'importation de jeux"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:86
|
|
||||||
msgid "Extra Steam Libraries"
|
|
||||||
msgstr "Bibliothèque Steam supplémentaires"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:87
|
|
||||||
msgid "Select other directories where you have Steam games installed"
|
|
||||||
msgstr ""
|
|
||||||
"Sélectionnez d’autres répertoires où vous avez des jeux Steam installés"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:94
|
|
||||||
msgid "Clear"
|
|
||||||
msgstr "Vider"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:112
|
|
||||||
msgid "Heroic"
|
|
||||||
msgstr "Heroic"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:116
|
|
||||||
msgid "Heroic Install Location"
|
|
||||||
msgstr "Emplacement de l'installation Heroic"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:126
|
|
||||||
msgid "Import Epic Games"
|
|
||||||
msgstr "Importer Epic Games"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:134
|
|
||||||
msgid "Import GOG Games"
|
|
||||||
msgstr "Importer des jeux GOG"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:142
|
|
||||||
msgid "Import Sideloaded Games"
|
|
||||||
msgstr "Importer des jeux Sideloaded"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:151
|
|
||||||
msgid "Bottles"
|
|
||||||
msgstr "Bottles"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:155
|
|
||||||
msgid "Bottles Install Location"
|
|
||||||
msgstr "Emplacement de l'installation Bottles"
|
|
||||||
|
|
||||||
#. Translators: Replace this with your name for it to show up in the about window
|
#. Translators: Replace this with your name for it to show up in the about window
|
||||||
#: src/main.py:125
|
#: src/main.py:137
|
||||||
msgid "translator_credits"
|
msgid "translator_credits"
|
||||||
msgstr "Irénée Thirion"
|
msgstr "Irénée Thirion"
|
||||||
|
|
||||||
#. The variable is the title of the game
|
#. The variable is the title of the game
|
||||||
#: src/main.py:197
|
#: src/main.py:164
|
||||||
#, python-brace-format
|
msgid "{} launched"
|
||||||
msgid "{title} removed"
|
msgstr "{} lancé"
|
||||||
msgstr "{title} retiré"
|
|
||||||
|
|
||||||
#: src/window.py:234
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:182
|
||||||
|
msgid "{} hidden"
|
||||||
|
msgstr "{} masqué"
|
||||||
|
|
||||||
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:185
|
||||||
|
msgid "{} unhidden"
|
||||||
|
msgstr "{} affiché"
|
||||||
|
|
||||||
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:241
|
||||||
|
msgid "{} removed"
|
||||||
|
msgstr "{} retiré"
|
||||||
|
|
||||||
|
#: src/window.py:262
|
||||||
msgid "Today"
|
msgid "Today"
|
||||||
msgstr "Aujourd'hui"
|
msgstr "Aujourd'hui"
|
||||||
|
|
||||||
#: src/window.py:236
|
#: src/window.py:264
|
||||||
msgid "Yesterday"
|
msgid "Yesterday"
|
||||||
msgstr "Hier"
|
msgstr "Hier"
|
||||||
|
|
||||||
#. The variable is the date when the game was added
|
#. The variable is the date when the game was added
|
||||||
#: src/window.py:270
|
#: src/window.py:310
|
||||||
#, python-brace-format
|
msgid "Added: {}"
|
||||||
msgid "Added: {date}"
|
msgstr "Ajouté : {}"
|
||||||
msgstr "Ajouté : {date}"
|
|
||||||
|
|
||||||
#: src/window.py:275
|
#: src/window.py:315
|
||||||
msgid "Never"
|
msgid "Never"
|
||||||
msgstr "Jamais"
|
msgstr "Jamais"
|
||||||
|
|
||||||
#. The variable is the date when the game was last played
|
#. The variable is the date when the game was last played
|
||||||
#: src/window.py:279
|
#: src/window.py:319
|
||||||
#, python-brace-format
|
msgid "Last played: {}"
|
||||||
msgid "Last played: {last_played_date}"
|
msgstr "Dernière session : {}"
|
||||||
msgstr "Dernière session : {last_played_date}"
|
|
||||||
|
|
||||||
#: src/game.py:173
|
#: src/game.py:156
|
||||||
msgid "Details"
|
msgid "Details"
|
||||||
msgstr "Détails"
|
msgstr "Détails"
|
||||||
|
|
||||||
#: src/preferences.py:55
|
#: src/preferences.py:54
|
||||||
msgid "Installation Not Found"
|
msgid "Installation Not Found"
|
||||||
msgstr ""
|
msgstr "Installation introuvable"
|
||||||
|
|
||||||
#. The variable is the name of the game launcher
|
#. The variable is the name of the game launcher
|
||||||
#: src/preferences.py:57
|
#: src/preferences.py:56
|
||||||
#, python-brace-format
|
msgid "Select the {} configuration directory."
|
||||||
msgid "Select the {name} configuration directory."
|
msgstr "Sélectionnez le répertoire de configuration de {}."
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. The variable is the name of the game launcher
|
#. The variable is the name of the game launcher
|
||||||
#: src/preferences.py:59
|
#: src/preferences.py:59
|
||||||
#, python-brace-format
|
msgid "Select the {} data directory."
|
||||||
msgid "Select the {name} data directory."
|
msgstr "Sélectionnez le répertoire de données de {}."
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/preferences.py:61
|
#: src/preferences.py:61 src/preferences.py:240
|
||||||
#, fuzzy
|
|
||||||
#| msgid "Set Steam Location"
|
|
||||||
msgid "Set Location"
|
msgid "Set Location"
|
||||||
msgstr "Définir l'emplacement Steam"
|
msgstr "Définir l’emplacement"
|
||||||
|
|
||||||
#: src/preferences.py:117
|
#: src/preferences.py:132
|
||||||
#, fuzzy
|
|
||||||
#| msgid "{title} removed"
|
|
||||||
msgid "All games removed"
|
msgid "All games removed"
|
||||||
msgstr "{title} retiré"
|
msgstr "Tous les jeux ont été supprimés"
|
||||||
|
|
||||||
#: src/utils/importer.py:37
|
#: src/preferences.py:237
|
||||||
msgid "Importing Games…"
|
msgid "Cache Not Found"
|
||||||
msgstr "Importation des jeux…"
|
msgstr "Cache non trouvé"
|
||||||
|
|
||||||
#: src/utils/importer.py:79
|
#: src/preferences.py:238
|
||||||
#, fuzzy
|
msgid "Select the Lutris cache directory."
|
||||||
#| msgid "No new games were found in the Heroic library."
|
msgstr "Sélectionnez le répertoire de cache de Lutris."
|
||||||
msgid "No new games were found on your system."
|
|
||||||
msgstr "Aucun nouveau jeu n'a été trouvé dans la bibliothèque Heroic."
|
|
||||||
|
|
||||||
#: src/utils/importer.py:87
|
#: src/preferences.py:344
|
||||||
#, fuzzy
|
msgid ""
|
||||||
#| msgid "Steam Games Imported"
|
"An API key is required to use SteamGridDB. You can generate one {}here{}."
|
||||||
msgid "Game Imported"
|
msgstr ""
|
||||||
msgstr "Jeux Steam importés"
|
"Une clé API est requise pour utiliser SteamGridDB. Vous pouvez en générer "
|
||||||
|
"une {}ici{}."
|
||||||
|
|
||||||
#: src/utils/importer.py:88
|
#: src/utils/create_details_window.py:81
|
||||||
msgid "Successfully imported 1 game."
|
|
||||||
msgstr "Importation réussie de 1 jeu."
|
|
||||||
|
|
||||||
#: src/utils/importer.py:94
|
|
||||||
#, fuzzy
|
|
||||||
#| msgid "Steam Games Imported"
|
|
||||||
msgid "Games Imported"
|
|
||||||
msgstr "Jeux Steam importés"
|
|
||||||
|
|
||||||
#. The variable is the number of games
|
|
||||||
#: src/utils/importer.py:96
|
|
||||||
#, python-brace-format
|
|
||||||
msgid "Successfully imported {games_no} games."
|
|
||||||
msgstr "Importation réussie de {games_no} jeux."
|
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:41
|
|
||||||
msgid "Add New Game"
|
msgid "Add New Game"
|
||||||
msgstr "Ajouter un nouveau jeu"
|
msgstr "Ajouter un nouveau jeu"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:46
|
#: src/utils/create_details_window.py:85
|
||||||
msgid "Confirm"
|
msgid "Confirm"
|
||||||
msgstr "Confirmer"
|
msgstr "Confirmer"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:57
|
#: src/utils/create_details_window.py:96
|
||||||
msgid "Apply"
|
msgid "Apply"
|
||||||
msgstr "Appliquer"
|
msgstr "Appliquer"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:95
|
#: src/utils/create_details_window.py:130
|
||||||
msgid "The title of the game"
|
msgid "The title of the game"
|
||||||
msgstr "Le titre du jeu"
|
msgstr "Le titre du jeu"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:100
|
#: src/utils/create_details_window.py:135
|
||||||
msgid "Developer"
|
msgid "Developer"
|
||||||
msgstr "Développeur"
|
msgstr "Développeur"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:101
|
#: src/utils/create_details_window.py:136
|
||||||
msgid "The developer or publisher (optional)"
|
msgid "The developer or publisher (optional)"
|
||||||
msgstr "Le développeur ou l'éditeur (facultatif)"
|
msgstr "Le développeur ou l'éditeur (facultatif)"
|
||||||
|
|
||||||
#. Translate this string as you would translate "file"
|
#. Translate this string as you would translate "file"
|
||||||
#: src/utils/create_details_window.py:112
|
#: src/utils/create_details_window.py:147
|
||||||
msgid "file.txt"
|
msgid "file.txt"
|
||||||
msgstr "ficher.txt"
|
msgstr "ficher.txt"
|
||||||
|
|
||||||
#. As in software
|
#. As in software
|
||||||
#: src/utils/create_details_window.py:114
|
#: src/utils/create_details_window.py:149
|
||||||
msgid "program"
|
msgid "program"
|
||||||
msgstr "programme"
|
msgstr "programme"
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {exe_name}"
|
#. Translate this string as you would translate "path to {}"
|
||||||
#: src/utils/create_details_window.py:119
|
#: src/utils/create_details_window.py:154
|
||||||
#, python-brace-format
|
#: src/utils/create_details_window.py:156
|
||||||
msgid "C:\\path\\to\\{exe_name}"
|
msgid "C:\\path\\to\\{}"
|
||||||
msgstr "C:\\chemin\\vers\\{exe_name}"
|
msgstr "C:\\chemin\\vers\\{}"
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {file_name}"
|
#. Translate this string as you would translate "path to {}"
|
||||||
#: src/utils/create_details_window.py:121
|
#: src/utils/create_details_window.py:160
|
||||||
#, python-brace-format
|
#: src/utils/create_details_window.py:162
|
||||||
msgid "C:\\path\\to\\{file_name}"
|
msgid "/path/to/{}"
|
||||||
msgstr "C:\\chemin\\vers\\{file_name}"
|
msgstr "/chemin/vers/{}"
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {exe_name}"
|
#: src/utils/create_details_window.py:166
|
||||||
#: src/utils/create_details_window.py:125
|
|
||||||
#, python-brace-format
|
|
||||||
msgid "/path/to/{exe_name}"
|
|
||||||
msgstr "/chemin/vers/{exe_name}"
|
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {file_name}"
|
|
||||||
#: src/utils/create_details_window.py:127
|
|
||||||
#, python-brace-format
|
|
||||||
msgid "/path/to/{file_name}"
|
|
||||||
msgstr "/chemin/vers/{file_name}"
|
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:131
|
|
||||||
#, python-brace-format
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"To launch the executable \"{exe_name}\", use the command:\n"
|
"To launch the executable \"{}\", use the command:\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>\"{exe_path}\"</tt>\n"
|
"<tt>\"{}\"</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"To open the file \"{file_name}\" with the default application, use:\n"
|
"To open the file \"{}\" with the default application, use:\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>{command} \"{file_path}\"</tt>\n"
|
"<tt>{} \"{}\"</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"If the path contains spaces, make sure to wrap it in double quotes!"
|
"If the path contains spaces, make sure to wrap it in double quotes!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Pour lancer l'exécutable « {exe_name} », utilisez la commande :\n"
|
"Pour lancer l'exécutable « {} », utilisez la commande :\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>\"{exe_path}\"</tt>\n"
|
"<tt>\"{}\"</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Pour ouvrir le fichier « {file_name} » avec l'application par défaut, "
|
"Pour ouvrir le fichier « {} » avec l'application par défaut, utilisez la "
|
||||||
"utilisez la commande :\n"
|
"commande :\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>{command} \"{file_path}\"</tt>\n"
|
"<tt>{} \"{}\"</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Si le chemin d'accès contient des espaces, veillez à le mettre entre "
|
"Si le chemin d'accès contient des espaces, veillez à le mettre entre "
|
||||||
"guillemets !"
|
"guillemets !"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:154
|
#: src/utils/create_details_window.py:189
|
||||||
msgid "Executable"
|
msgid "Executable"
|
||||||
msgstr "Exécutable"
|
msgstr "Exécutable"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:155
|
#: src/utils/create_details_window.py:190
|
||||||
msgid "File to open or command to run when launching the game"
|
msgid "File to open or command to run when launching the game"
|
||||||
msgstr "Fichier à ouvrir ou commande à exécuter au lancement du jeu"
|
msgstr "Fichier à ouvrir ou commande à exécuter au lancement du jeu"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:167
|
#: src/utils/create_details_window.py:202
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr "Annuler"
|
msgstr "Annuler"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:217
|
#: src/utils/create_details_window.py:259
|
||||||
#: src/utils/create_details_window.py:227
|
#: src/utils/create_details_window.py:269
|
||||||
#: src/utils/create_details_window.py:233
|
#: src/utils/create_details_window.py:275
|
||||||
msgid "Couldn't Add Game"
|
msgid "Couldn't Add Game"
|
||||||
msgstr "Impossible d'ajouter un jeu"
|
msgstr "Impossible d'ajouter un jeu"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:219
|
#: src/utils/create_details_window.py:261
|
||||||
#: src/utils/create_details_window.py:257
|
#: src/utils/create_details_window.py:299
|
||||||
#: src/utils/create_details_window.py:265
|
#: src/utils/create_details_window.py:307
|
||||||
msgid "Couldn't Apply Preferences"
|
msgid "Couldn't Apply Preferences"
|
||||||
msgstr "Impossible d'appliquer les préférences"
|
msgstr "Impossible d'appliquer les préférences"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:227
|
#: src/utils/create_details_window.py:269
|
||||||
#: src/utils/create_details_window.py:258
|
#: src/utils/create_details_window.py:300
|
||||||
msgid "Game title cannot be empty."
|
msgid "Game title cannot be empty."
|
||||||
msgstr "Le titre du jeu ne peut pas être vide."
|
msgstr "Le titre du jeu ne peut pas être vide."
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:233
|
#: src/utils/create_details_window.py:275
|
||||||
#: src/utils/create_details_window.py:266
|
#: src/utils/create_details_window.py:308
|
||||||
msgid "Executable cannot be empty."
|
msgid "Executable cannot be empty."
|
||||||
msgstr "L'exécutable ne peut pas être vide."
|
msgstr "L'exécutable ne peut pas être vide."
|
||||||
|
|
||||||
@@ -539,6 +576,66 @@ msgstr "L'exécutable ne peut pas être vide."
|
|||||||
msgid "Dismiss"
|
msgid "Dismiss"
|
||||||
msgstr "Rejeter"
|
msgstr "Rejeter"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:42
|
||||||
|
msgid "Importing Games…"
|
||||||
|
msgstr "Importation des jeux…"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:77
|
||||||
|
msgid "Importing Covers…"
|
||||||
|
msgstr "Importation des pochettes des jeux…"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:92
|
||||||
|
msgid "No new games were found on your system."
|
||||||
|
msgstr "Aucun nouveau jeu n’a été trouvé sur votre système."
|
||||||
|
|
||||||
|
#: src/utils/importer.py:100
|
||||||
|
msgid "Game Imported"
|
||||||
|
msgstr "Jeu importé"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:101
|
||||||
|
msgid "Successfully imported 1 game."
|
||||||
|
msgstr "Importation réussie de 1 jeu."
|
||||||
|
|
||||||
|
#: src/utils/importer.py:107
|
||||||
|
msgid "Games Imported"
|
||||||
|
msgstr "Jeux importés"
|
||||||
|
|
||||||
|
#. The variable is the number of games
|
||||||
|
#: src/utils/importer.py:109
|
||||||
|
msgid "Successfully imported {} games."
|
||||||
|
msgstr "Importation de {} jeux réussie."
|
||||||
|
|
||||||
|
#: src/utils/importer.py:120 src/utils/steamgriddb.py:113
|
||||||
|
msgid "Couldn't Connect to SteamGridDB"
|
||||||
|
msgstr "Impossible de se connecter à SteamGridDB"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:145
|
||||||
|
msgid ""
|
||||||
|
"Looks like you have multiple Steam libraries. Would you like to add them in "
|
||||||
|
"preferences?"
|
||||||
|
msgstr ""
|
||||||
|
"Il semble que vous ayez plusieurs bibliothèques Steam. Souhaitez-vous les "
|
||||||
|
"ajouter dans les préférences ?"
|
||||||
|
|
||||||
|
#~ msgid "Launch your games"
|
||||||
|
#~ msgstr "Lancez vos jeux"
|
||||||
|
|
||||||
|
#, python-brace-format
|
||||||
|
#~ msgid "Last played: {last_played_date}"
|
||||||
|
#~ msgstr "Dernière session : {last_played_date}"
|
||||||
|
|
||||||
|
#, python-brace-format
|
||||||
|
#~ msgid "Successfully imported {games_no} games."
|
||||||
|
#~ msgstr "Importation réussie de {games_no} jeux."
|
||||||
|
|
||||||
|
#, python-brace-format
|
||||||
|
#~ msgid "C:\\path\\to\\{file_name}"
|
||||||
|
#~ msgstr "C:\\chemin\\vers\\{file_name}"
|
||||||
|
|
||||||
|
#, python-brace-format
|
||||||
|
#~ msgid "/path/to/{file_name}"
|
||||||
|
#~ msgstr "/chemin/vers/{file_name}"
|
||||||
|
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#~| msgid "General"
|
#~| msgid "General"
|
||||||
#~ msgctxt "shortcuts window"
|
#~ msgctxt "shortcuts window"
|
||||||
@@ -590,9 +687,6 @@ msgstr "Rejeter"
|
|||||||
#~ msgid "The Heroic directory cannot be found."
|
#~ msgid "The Heroic directory cannot be found."
|
||||||
#~ msgstr "Le répertoire Heroic est introuvable."
|
#~ msgstr "Le répertoire Heroic est introuvable."
|
||||||
|
|
||||||
#~ msgid "Set Heroic Location"
|
|
||||||
#~ msgstr "Définir l'emplacement Heroic"
|
|
||||||
|
|
||||||
#~ msgid "Heroic Games Imported"
|
#~ msgid "Heroic Games Imported"
|
||||||
#~ msgstr "Jeux Heroic importés"
|
#~ msgstr "Jeux Heroic importés"
|
||||||
|
|
||||||
@@ -613,9 +707,6 @@ msgstr "Rejeter"
|
|||||||
#~ msgid "Successfully imported {str(len(heroic_games))} games."
|
#~ msgid "Successfully imported {str(len(heroic_games))} games."
|
||||||
#~ msgstr "Importation réussie de 1 jeu."
|
#~ msgstr "Importation réussie de 1 jeu."
|
||||||
|
|
||||||
#~ msgid "Last played:"
|
|
||||||
#~ msgstr "Dernière session :"
|
|
||||||
|
|
||||||
#~ msgid "Successfully imported"
|
#~ msgid "Successfully imported"
|
||||||
#~ msgstr "Importation réussie"
|
#~ msgstr "Importation réussie"
|
||||||
|
|
||||||
|
|||||||
596
po/hu.po
@@ -8,8 +8,8 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-03-30 16:23+0200\n"
|
"POT-Creation-Date: 2023-04-11 23:33+0200\n"
|
||||||
"PO-Revision-Date: 2023-03-30 16:17+0000\n"
|
"PO-Revision-Date: 2023-04-11 21:31+0000\n"
|
||||||
"Last-Translator: kramo <contact@kramo.hu>\n"
|
"Last-Translator: kramo <contact@kramo.hu>\n"
|
||||||
"Language-Team: Hungarian <https://hosted.weblate.org/projects/cartridges/"
|
"Language-Team: Hungarian <https://hosted.weblate.org/projects/cartridges/"
|
||||||
"cartridges/hu/>\n"
|
"cartridges/hu/>\n"
|
||||||
@@ -22,7 +22,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: data/hu.kramo.Cartridges.desktop.in:3
|
#: data/hu.kramo.Cartridges.desktop.in:3
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:6 data/gtk/window.blp:29
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:6 data/gtk/window.blp:29
|
||||||
#: src/main.py:110
|
#: src/main.py:119
|
||||||
msgid "Cartridges"
|
msgid "Cartridges"
|
||||||
msgstr "Kazetták"
|
msgstr "Kazetták"
|
||||||
|
|
||||||
@@ -31,28 +31,27 @@ msgid "Game Launcher"
|
|||||||
msgstr "Játék Indító"
|
msgstr "Játék Indító"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.desktop.in:5
|
#: data/hu.kramo.Cartridges.desktop.in:5
|
||||||
msgid "Launch your games"
|
|
||||||
msgstr "Indítsa el a játékait"
|
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:7
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:7
|
||||||
msgid "Launch all your games"
|
msgid "Launch all your games"
|
||||||
msgstr "Indítsa el az összes játékát"
|
msgstr "Indítsa el az összes játékát"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:9
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:9
|
||||||
msgid ""
|
msgid ""
|
||||||
"Cartridges is a simple game launcher. It has support for importing your "
|
"Cartridges is a simple game launcher for all of your games. It has support "
|
||||||
"games from Steam, Heroic and Bottles with organizational features such as "
|
"for importing games from Steam, Lutris, Heroic and more with no login "
|
||||||
"hiding and sorting by date added or last played."
|
"necessary. You can sort and hide games or download cover art from "
|
||||||
|
"SteamGridDB."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"A Kazetták egy egyszerű játékindító. Támogatja a Steam-ből, Heroic-ból és "
|
"A Kazetták egy egyszerű játékindító. Importálhat játékokat Steam-ből, Lutris-"
|
||||||
"Palackok-ból való importálást, valamint a játékok elrejtését és rendezését."
|
"ból, Heroic-ból és több más forrásból bejelentkezés nélkül. Rendezheti és "
|
||||||
|
"elrejtheti a játékait, valamint letölthet borítóképeket a SteamGridDB-ről."
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:22
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:22
|
||||||
msgid "Library"
|
msgid "Library"
|
||||||
msgstr "Könyvtár"
|
msgstr "Könyvtár"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:26
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:26
|
||||||
#: src/utils/create_details_window.py:48
|
#: src/utils/create_details_window.py:87
|
||||||
msgid "Edit Game Details"
|
msgid "Edit Game Details"
|
||||||
msgstr "Játék Szerkesztése"
|
msgstr "Játék Szerkesztése"
|
||||||
|
|
||||||
@@ -60,120 +59,30 @@ msgstr "Játék Szerkesztése"
|
|||||||
msgid "Game Details"
|
msgid "Game Details"
|
||||||
msgstr "Játék Tulajdonságai"
|
msgstr "Játék Tulajdonságai"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:34 data/gtk/window.blp:363
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:34 data/gtk/window.blp:402
|
||||||
#: src/utils/importer.py:81
|
#: src/utils/importer.py:94 src/utils/importer.py:123 src/utils/importer.py:148
|
||||||
|
#: src/utils/steamgriddb.py:116
|
||||||
msgid "Preferences"
|
msgid "Preferences"
|
||||||
msgstr "Beállítások"
|
msgstr "Beállítások"
|
||||||
|
|
||||||
#: data/gtk/window.blp:6 src/utils/importer.py:78
|
#: data/gtk/game.blp:67 src/utils/create_details_window.py:129
|
||||||
msgid "No Games Found"
|
|
||||||
msgstr "Nem találhatóak játékok"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:7
|
|
||||||
msgid "Try a different search."
|
|
||||||
msgstr "Próbálkozz más kereséssel."
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:14
|
|
||||||
msgid "No Games"
|
|
||||||
msgstr "Nincsenek játékok"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:15
|
|
||||||
msgid "Use the + button to add games."
|
|
||||||
msgstr "Használja a + gombot a játékok hozzáadásához."
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:22
|
|
||||||
msgid "No Hidden Games"
|
|
||||||
msgstr "Nincsenek rejtett játékok"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:23
|
|
||||||
msgid "Games you hide will appear here."
|
|
||||||
msgstr "A rejtett játékaid itt lesznek megtalálhatóak."
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:44 data/gtk/window.blp:254
|
|
||||||
msgid "Back"
|
|
||||||
msgstr "Vissza"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:92
|
|
||||||
msgid "Game Title"
|
|
||||||
msgstr "Cím"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:148 src/game.py:175
|
|
||||||
msgid "Play"
|
|
||||||
msgstr "Játék"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:196 data/gtk/window.blp:382
|
|
||||||
msgid "Add Game"
|
|
||||||
msgstr "Játék hozzáadása"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:203 data/gtk/window.blp:266
|
|
||||||
msgid "Main Menu"
|
|
||||||
msgstr "Főmenü"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:210 data/gtk/window.blp:273 data/gtk/help-overlay.blp:19
|
|
||||||
msgid "Search"
|
|
||||||
msgstr "Keresés"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:261
|
|
||||||
msgid "Hidden Games"
|
|
||||||
msgstr "Rejtett játékok"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:321
|
|
||||||
msgid "Sort"
|
|
||||||
msgstr "Rendezés"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:324
|
|
||||||
msgid "A-Z"
|
|
||||||
msgstr "A-Z"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:330
|
|
||||||
msgid "Z-A"
|
|
||||||
msgstr "Z-A"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:336
|
|
||||||
msgid "Newest"
|
|
||||||
msgstr "Legújabb"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:342
|
|
||||||
msgid "Oldest"
|
|
||||||
msgstr "Legrégebbi"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:348
|
|
||||||
msgid "Last Played"
|
|
||||||
msgstr "Legutóbb játszott"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:355
|
|
||||||
msgid "Show Hidden"
|
|
||||||
msgstr "Rejtett játékok"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:368
|
|
||||||
msgid "Keyboard Shortcuts"
|
|
||||||
msgstr "Gyorsbillentyűk"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:373
|
|
||||||
msgid "About Cartridges"
|
|
||||||
msgstr "A Kazetták névjegye"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:388 data/gtk/preferences.blp:66
|
|
||||||
msgid "Import"
|
|
||||||
msgstr "Importálás"
|
|
||||||
|
|
||||||
#: data/gtk/game.blp:60 src/utils/create_details_window.py:94
|
|
||||||
msgid "Title"
|
msgid "Title"
|
||||||
msgstr "Cím"
|
msgstr "Cím"
|
||||||
|
|
||||||
#: data/gtk/game.blp:82 data/gtk/game.blp:101
|
#: data/gtk/game.blp:89 data/gtk/game.blp:108 data/gtk/window.blp:170
|
||||||
msgid "Edit"
|
msgid "Edit"
|
||||||
msgstr "Szerkesztés"
|
msgstr "Szerkesztés"
|
||||||
|
|
||||||
#: data/gtk/game.blp:87
|
#: data/gtk/game.blp:94 src/window.py:286
|
||||||
msgid "Hide"
|
msgid "Hide"
|
||||||
msgstr "Elrejtés"
|
msgstr "Elrejtés"
|
||||||
|
|
||||||
#: data/gtk/game.blp:92 data/gtk/game.blp:111 data/gtk/preferences.blp:53
|
#: data/gtk/game.blp:99 data/gtk/game.blp:118 data/gtk/preferences.blp:56
|
||||||
|
#: data/gtk/window.blp:186
|
||||||
msgid "Remove"
|
msgid "Remove"
|
||||||
msgstr "Eltávolítás"
|
msgstr "Eltávolítás"
|
||||||
|
|
||||||
#: data/gtk/game.blp:106
|
#: data/gtk/game.blp:113 src/window.py:283
|
||||||
msgid "Unhide"
|
msgid "Unhide"
|
||||||
msgstr "Elrejtés visszavonása"
|
msgstr "Elrejtés visszavonása"
|
||||||
|
|
||||||
@@ -185,6 +94,11 @@ msgstr "Általános"
|
|||||||
msgid "Quit"
|
msgid "Quit"
|
||||||
msgstr "Kilépés"
|
msgstr "Kilépés"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:19 data/gtk/window.blp:205 data/gtk/window.blp:249
|
||||||
|
#: data/gtk/window.blp:312
|
||||||
|
msgid "Search"
|
||||||
|
msgstr "Keresés"
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:24
|
#: data/gtk/help-overlay.blp:24
|
||||||
msgid "Show preferences"
|
msgid "Show preferences"
|
||||||
msgstr "Beállítások megjelenítése"
|
msgstr "Beállítások megjelenítése"
|
||||||
@@ -193,7 +107,8 @@ msgstr "Beállítások megjelenítése"
|
|||||||
msgid "Shortcuts"
|
msgid "Shortcuts"
|
||||||
msgstr "Gyorsbillentyűk"
|
msgstr "Gyorsbillentyűk"
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:34 src/main.py:198 src/preferences.py:118
|
#: data/gtk/help-overlay.blp:34 src/main.py:186 src/main.py:242
|
||||||
|
#: src/preferences.py:133
|
||||||
msgid "Undo"
|
msgid "Undo"
|
||||||
msgstr "Visszavonás"
|
msgstr "Visszavonás"
|
||||||
|
|
||||||
@@ -217,7 +132,11 @@ msgstr "Játékok importálása"
|
|||||||
msgid "Show hidden games"
|
msgid "Show hidden games"
|
||||||
msgstr "Rejtett játékok megjelenítése"
|
msgstr "Rejtett játékok megjelenítése"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:13
|
#: data/gtk/help-overlay.blp:63
|
||||||
|
msgid "Remove game"
|
||||||
|
msgstr "Játék eltávolítása"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:13 data/gtk/preferences.blp:235
|
||||||
msgid "Behavior"
|
msgid "Behavior"
|
||||||
msgstr "Működés"
|
msgstr "Működés"
|
||||||
|
|
||||||
@@ -225,293 +144,424 @@ msgstr "Működés"
|
|||||||
msgid "Exit After Launching Games"
|
msgid "Exit After Launching Games"
|
||||||
msgstr "Kilépés játékok indítása után"
|
msgstr "Kilépés játékok indítása után"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:24
|
#: data/gtk/preferences.blp:25
|
||||||
msgid "Cover Image Launches Game"
|
msgid "Cover Image Launches Game"
|
||||||
msgstr "A borítókép indítja el a játékot"
|
msgstr "A borítókép indítja el a játékot"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:25
|
#: data/gtk/preferences.blp:26
|
||||||
msgid "Swaps the behavior of the cover image and the play button"
|
msgid "Swaps the behavior of the cover image and the play button"
|
||||||
msgstr "Felcseréli a \"Játék\" gomb és a borítókép funkcióját"
|
msgstr "Felcseréli a \"Játék\" gomb és a borítókép funkcióját"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:34 src/utils/create_details_window.py:59
|
#: data/gtk/preferences.blp:36 src/utils/create_details_window.py:101
|
||||||
msgid "Images"
|
msgid "Images"
|
||||||
msgstr "Képek"
|
msgstr "Képek"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:37
|
#: data/gtk/preferences.blp:39
|
||||||
msgid "High Quality Images"
|
msgid "High Quality Images"
|
||||||
msgstr "Jó minőségű képek"
|
msgstr "Jó minőségű képek"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:38
|
#: data/gtk/preferences.blp:40
|
||||||
msgid "Save game covers losslessly at the cost of storage"
|
msgid "Save game covers losslessly at the cost of storage"
|
||||||
msgstr "Játékborítók veszteségmentes tárolása a tárhely költségére"
|
msgstr "Játékborítók veszteségmentes tárolása a tárhely költségére"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:47
|
#: data/gtk/preferences.blp:50
|
||||||
msgid "Danger Zone"
|
msgid "Danger Zone"
|
||||||
msgstr "Veszélyzóna"
|
msgstr "Veszélyzóna"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:50
|
#: data/gtk/preferences.blp:53
|
||||||
msgid "Remove All Games"
|
msgid "Remove All Games"
|
||||||
msgstr "Az összes játék eltávolítása"
|
msgstr "Az összes játék eltávolítása"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:70
|
#: data/gtk/preferences.blp:69 data/gtk/window.blp:427
|
||||||
|
msgid "Import"
|
||||||
|
msgstr "Importálás"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:73
|
||||||
msgid "Sources"
|
msgid "Sources"
|
||||||
msgstr "Források"
|
msgstr "Források"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:73
|
#: data/gtk/preferences.blp:76
|
||||||
msgid "Steam"
|
msgid "Steam"
|
||||||
msgstr "Steam"
|
msgstr "Steam"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:77
|
#: data/gtk/preferences.blp:80
|
||||||
msgid "Steam Install Location"
|
msgid "Steam Install Location"
|
||||||
msgstr "Steam telepítés helye"
|
msgstr "Steam telepítés helye"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:78 data/gtk/preferences.blp:117
|
#: data/gtk/preferences.blp:81 data/gtk/preferences.blp:119
|
||||||
#: data/gtk/preferences.blp:156
|
#: data/gtk/preferences.blp:153 data/gtk/preferences.blp:195
|
||||||
|
#: data/gtk/preferences.blp:210
|
||||||
msgid "Directory to use when importing games"
|
msgid "Directory to use when importing games"
|
||||||
msgstr "Az importáláshoz használt mappa"
|
msgstr "Az importáláshoz használt mappa"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:86
|
#: data/gtk/preferences.blp:89 src/utils/importer.py:143
|
||||||
msgid "Extra Steam Libraries"
|
msgid "Extra Steam Libraries"
|
||||||
msgstr "További Steam könyvtárak"
|
msgstr "További Steam könyvtárak"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:87
|
#: data/gtk/preferences.blp:90
|
||||||
msgid "Select other directories where you have Steam games installed"
|
msgid "Select other directories where you have Steam games installed"
|
||||||
msgstr "Válasszon ki egyéb mappákat, ahol vannak még Steam játékai"
|
msgstr "Válasszon ki egyéb mappákat, ahol vannak még Steam játékai"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:94
|
#: data/gtk/preferences.blp:96
|
||||||
msgid "Clear"
|
msgid "Clear"
|
||||||
msgstr "Törlés"
|
msgstr "Törlés"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:112
|
#: data/gtk/preferences.blp:114
|
||||||
|
msgid "Lutris"
|
||||||
|
msgstr "Lutris"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:118
|
||||||
|
msgid "Lutris Install Location"
|
||||||
|
msgstr "Lutris telepítés helye"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:128
|
||||||
|
msgid "Lutris Cache Location"
|
||||||
|
msgstr "Lutris gyorsítótár helye"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:129
|
||||||
|
msgid "Directory to use when importing game covers"
|
||||||
|
msgstr "A játékborítók importáláshoz használt mappa"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:138
|
||||||
|
msgid "Import Steam Games"
|
||||||
|
msgstr "Steam játékok importálása"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:148
|
||||||
msgid "Heroic"
|
msgid "Heroic"
|
||||||
msgstr "Heroic"
|
msgstr "Heroic"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:116
|
#: data/gtk/preferences.blp:152
|
||||||
msgid "Heroic Install Location"
|
msgid "Heroic Install Location"
|
||||||
msgstr "Heroic telepítés helye"
|
msgstr "Heroic telepítés helye"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:126
|
#: data/gtk/preferences.blp:162
|
||||||
msgid "Import Epic Games"
|
msgid "Import Epic Games"
|
||||||
msgstr "Epic Games játékok importálása"
|
msgstr "Epic Games játékok importálása"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:134
|
#: data/gtk/preferences.blp:171
|
||||||
msgid "Import GOG Games"
|
msgid "Import GOG Games"
|
||||||
msgstr "GOG játékok importálása"
|
msgstr "GOG játékok importálása"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:142
|
#: data/gtk/preferences.blp:180
|
||||||
msgid "Import Sideloaded Games"
|
msgid "Import Sideloaded Games"
|
||||||
msgstr "Manuálisan hozzáadott játékok importálása"
|
msgstr "Manuálisan hozzáadott játékok importálása"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:151
|
#: data/gtk/preferences.blp:190
|
||||||
msgid "Bottles"
|
msgid "Bottles"
|
||||||
msgstr "Palackok"
|
msgstr "Palackok"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:155
|
#: data/gtk/preferences.blp:194
|
||||||
msgid "Bottles Install Location"
|
msgid "Bottles Install Location"
|
||||||
msgstr "Palackok telepítés helye"
|
msgstr "Palackok telepítés helye"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:205
|
||||||
|
msgid "itch"
|
||||||
|
msgstr "itch"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:209
|
||||||
|
msgid "itch Install Location"
|
||||||
|
msgstr "itch telepítés helye"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:223
|
||||||
|
msgid "SteamGridDB"
|
||||||
|
msgstr "SteamGridDB"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:227
|
||||||
|
msgid "Authentication"
|
||||||
|
msgstr "Hitelesítés"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:230
|
||||||
|
msgid "API Key"
|
||||||
|
msgstr "API kulcs"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:238
|
||||||
|
msgid "Use SteamGridDB"
|
||||||
|
msgstr "SteamGridDB használata"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:239
|
||||||
|
msgid "Download images when adding or importing games"
|
||||||
|
msgstr "Képek letöltése játékok hozzáadásakor és importálásakor"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:248
|
||||||
|
msgid "Prefer Over Official Images"
|
||||||
|
msgstr "SteamGridDB képek előnyben részesítése"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:257
|
||||||
|
msgid "Prefer Animated Images"
|
||||||
|
msgstr "Animált képek előnyben részesítése"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:6 src/utils/importer.py:91
|
||||||
|
msgid "No Games Found"
|
||||||
|
msgstr "Nem találhatóak játékok"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:7
|
||||||
|
msgid "Try a different search."
|
||||||
|
msgstr "Próbálkozz más kereséssel."
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:14
|
||||||
|
msgid "No Games"
|
||||||
|
msgstr "Nincsenek játékok"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:15
|
||||||
|
msgid "Use the + button to add games."
|
||||||
|
msgstr "Használja a + gombot a játékok hozzáadásához."
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:22
|
||||||
|
msgid "No Hidden Games"
|
||||||
|
msgstr "Nincsenek rejtett játékok"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:23
|
||||||
|
msgid "Games you hide will appear here."
|
||||||
|
msgstr "A rejtett játékaid itt lesznek megtalálhatóak."
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:44 data/gtk/window.blp:293
|
||||||
|
msgid "Back"
|
||||||
|
msgstr "Vissza"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:100
|
||||||
|
msgid "Game Title"
|
||||||
|
msgstr "Cím"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:151 src/game.py:158
|
||||||
|
msgid "Play"
|
||||||
|
msgstr "Játék"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:235 data/gtk/window.blp:421
|
||||||
|
msgid "Add Game"
|
||||||
|
msgstr "Játék hozzáadása"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:242 data/gtk/window.blp:305
|
||||||
|
msgid "Main Menu"
|
||||||
|
msgstr "Főmenü"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:300
|
||||||
|
msgid "Hidden Games"
|
||||||
|
msgstr "Rejtett játékok"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:360
|
||||||
|
msgid "Sort"
|
||||||
|
msgstr "Rendezés"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:363
|
||||||
|
msgid "A-Z"
|
||||||
|
msgstr "A-Z"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:369
|
||||||
|
msgid "Z-A"
|
||||||
|
msgstr "Z-A"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:375
|
||||||
|
msgid "Newest"
|
||||||
|
msgstr "Legújabb"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:381
|
||||||
|
msgid "Oldest"
|
||||||
|
msgstr "Legrégebbi"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:387
|
||||||
|
msgid "Last Played"
|
||||||
|
msgstr "Legutóbb játszott"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:394
|
||||||
|
msgid "Show Hidden"
|
||||||
|
msgstr "Rejtett játékok"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:407
|
||||||
|
msgid "Keyboard Shortcuts"
|
||||||
|
msgstr "Gyorsbillentyűk"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:412
|
||||||
|
msgid "About Cartridges"
|
||||||
|
msgstr "A Kazetták névjegye"
|
||||||
|
|
||||||
#. Translators: Replace this with your name for it to show up in the about window
|
#. Translators: Replace this with your name for it to show up in the about window
|
||||||
#: src/main.py:125
|
#: src/main.py:137
|
||||||
msgid "translator_credits"
|
msgid "translator_credits"
|
||||||
msgstr "kramo https://kramo.hu"
|
msgstr "kramo https://kramo.hu"
|
||||||
|
|
||||||
#. The variable is the title of the game
|
#. The variable is the title of the game
|
||||||
#: src/main.py:197
|
#: src/main.py:164
|
||||||
#, python-brace-format
|
msgid "{} launched"
|
||||||
msgid "{title} removed"
|
msgstr "{} elindítva"
|
||||||
msgstr "{title} eltávolítva"
|
|
||||||
|
|
||||||
#: src/window.py:234
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:182
|
||||||
|
msgid "{} hidden"
|
||||||
|
msgstr "{} elrejtve"
|
||||||
|
|
||||||
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:185
|
||||||
|
msgid "{} unhidden"
|
||||||
|
msgstr "{} elrejtése visszavonva"
|
||||||
|
|
||||||
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:241
|
||||||
|
msgid "{} removed"
|
||||||
|
msgstr "{} eltávolítva"
|
||||||
|
|
||||||
|
#: src/window.py:262
|
||||||
msgid "Today"
|
msgid "Today"
|
||||||
msgstr "Ma"
|
msgstr "Ma"
|
||||||
|
|
||||||
#: src/window.py:236
|
#: src/window.py:264
|
||||||
msgid "Yesterday"
|
msgid "Yesterday"
|
||||||
msgstr "Tegnap"
|
msgstr "Tegnap"
|
||||||
|
|
||||||
#. The variable is the date when the game was added
|
#. The variable is the date when the game was added
|
||||||
#: src/window.py:270
|
#: src/window.py:310
|
||||||
#, python-brace-format
|
msgid "Added: {}"
|
||||||
msgid "Added: {date}"
|
msgstr "Hozzáadva: {}"
|
||||||
msgstr "Hozzáadva: {date}"
|
|
||||||
|
|
||||||
#: src/window.py:275
|
#: src/window.py:315
|
||||||
msgid "Never"
|
msgid "Never"
|
||||||
msgstr "Soha"
|
msgstr "Soha"
|
||||||
|
|
||||||
#. The variable is the date when the game was last played
|
#. The variable is the date when the game was last played
|
||||||
#: src/window.py:279
|
#: src/window.py:319
|
||||||
#, python-brace-format
|
msgid "Last played: {}"
|
||||||
msgid "Last played: {last_played_date}"
|
msgstr "Legutóbbi játékmenet: {}"
|
||||||
msgstr "Legutóbbi játékmenet: {last_played_date}"
|
|
||||||
|
|
||||||
#: src/game.py:173
|
#: src/game.py:156
|
||||||
msgid "Details"
|
msgid "Details"
|
||||||
msgstr "Tulajdonságok"
|
msgstr "Tulajdonságok"
|
||||||
|
|
||||||
#: src/preferences.py:55
|
#: src/preferences.py:54
|
||||||
msgid "Installation Not Found"
|
msgid "Installation Not Found"
|
||||||
msgstr "Telepítés nem található"
|
msgstr "Telepítés nem található"
|
||||||
|
|
||||||
#. The variable is the name of the game launcher
|
#. The variable is the name of the game launcher
|
||||||
#: src/preferences.py:57
|
#: src/preferences.py:56
|
||||||
#, python-brace-format
|
msgid "Select the {} configuration directory."
|
||||||
msgid "Select the {name} configuration directory."
|
msgstr "Válassza ki {} konfigurációs mappáját."
|
||||||
msgstr "Válassza ki {name} konfigurációs mappáját."
|
|
||||||
|
|
||||||
#. The variable is the name of the game launcher
|
#. The variable is the name of the game launcher
|
||||||
#: src/preferences.py:59
|
#: src/preferences.py:59
|
||||||
#, python-brace-format
|
msgid "Select the {} data directory."
|
||||||
msgid "Select the {name} data directory."
|
msgstr "Válassza ki {} adatainak mappáját."
|
||||||
msgstr "Válassza ki {name} adatainak mappáját."
|
|
||||||
|
|
||||||
#: src/preferences.py:61
|
#: src/preferences.py:61 src/preferences.py:240
|
||||||
msgid "Set Location"
|
msgid "Set Location"
|
||||||
msgstr "Mappa kiválasztása"
|
msgstr "Mappa kiválasztása"
|
||||||
|
|
||||||
#: src/preferences.py:117
|
#: src/preferences.py:132
|
||||||
msgid "All games removed"
|
msgid "All games removed"
|
||||||
msgstr "Az összes játék eltávolítva"
|
msgstr "Az összes játék eltávolítva"
|
||||||
|
|
||||||
#: src/utils/importer.py:37
|
#: src/preferences.py:237
|
||||||
msgid "Importing Games…"
|
msgid "Cache Not Found"
|
||||||
msgstr "Játékok importálása folyamatban…"
|
msgstr "Gyorsítótár nem található"
|
||||||
|
|
||||||
#: src/utils/importer.py:79
|
#: src/preferences.py:238
|
||||||
msgid "No new games were found on your system."
|
msgid "Select the Lutris cache directory."
|
||||||
msgstr "Nem találhatóak új játékok a rendszerén."
|
msgstr "Válassza ki Lutris gyorsítótár mappáját."
|
||||||
|
|
||||||
#: src/utils/importer.py:87
|
#: src/preferences.py:344
|
||||||
msgid "Game Imported"
|
msgid ""
|
||||||
msgstr "Játékok importálva"
|
"An API key is required to use SteamGridDB. You can generate one {}here{}."
|
||||||
|
msgstr ""
|
||||||
|
"Egy API kulcs szükséges a SteamGridDB használatához. {}Itt{} generálhat "
|
||||||
|
"egyet."
|
||||||
|
|
||||||
#: src/utils/importer.py:88
|
#: src/utils/create_details_window.py:81
|
||||||
msgid "Successfully imported 1 game."
|
|
||||||
msgstr "1 játék sikeresen importálva."
|
|
||||||
|
|
||||||
#: src/utils/importer.py:94
|
|
||||||
msgid "Games Imported"
|
|
||||||
msgstr "Játékok importálva"
|
|
||||||
|
|
||||||
#. The variable is the number of games
|
|
||||||
#: src/utils/importer.py:96
|
|
||||||
#, python-brace-format
|
|
||||||
msgid "Successfully imported {games_no} games."
|
|
||||||
msgstr "{games_no} játék sikeresen importálva."
|
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:41
|
|
||||||
msgid "Add New Game"
|
msgid "Add New Game"
|
||||||
msgstr "Új játék hozzáadása"
|
msgstr "Új játék hozzáadása"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:46
|
#: src/utils/create_details_window.py:85
|
||||||
msgid "Confirm"
|
msgid "Confirm"
|
||||||
msgstr "Megerősítés"
|
msgstr "Megerősítés"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:57
|
#: src/utils/create_details_window.py:96
|
||||||
msgid "Apply"
|
msgid "Apply"
|
||||||
msgstr "Alkalmazás"
|
msgstr "Alkalmazás"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:95
|
#: src/utils/create_details_window.py:130
|
||||||
msgid "The title of the game"
|
msgid "The title of the game"
|
||||||
msgstr "A játék címe"
|
msgstr "A játék címe"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:100
|
#: src/utils/create_details_window.py:135
|
||||||
msgid "Developer"
|
msgid "Developer"
|
||||||
msgstr "Fejlesztő"
|
msgstr "Fejlesztő"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:101
|
#: src/utils/create_details_window.py:136
|
||||||
msgid "The developer or publisher (optional)"
|
msgid "The developer or publisher (optional)"
|
||||||
msgstr "A fejlesztő vagy kiadó (nem kötelező)"
|
msgstr "A fejlesztő vagy kiadó (nem kötelező)"
|
||||||
|
|
||||||
#. Translate this string as you would translate "file"
|
#. Translate this string as you would translate "file"
|
||||||
#: src/utils/create_details_window.py:112
|
#: src/utils/create_details_window.py:147
|
||||||
msgid "file.txt"
|
msgid "file.txt"
|
||||||
msgstr "fájl.txt"
|
msgstr "fájl.txt"
|
||||||
|
|
||||||
#. As in software
|
#. As in software
|
||||||
#: src/utils/create_details_window.py:114
|
#: src/utils/create_details_window.py:149
|
||||||
msgid "program"
|
msgid "program"
|
||||||
msgstr "program"
|
msgstr "program"
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {exe_name}"
|
#. Translate this string as you would translate "path to {}"
|
||||||
#: src/utils/create_details_window.py:119
|
#: src/utils/create_details_window.py:154
|
||||||
#, python-brace-format
|
#: src/utils/create_details_window.py:156
|
||||||
msgid "C:\\path\\to\\{exe_name}"
|
msgid "C:\\path\\to\\{}"
|
||||||
msgstr "C:\\útvonal\\a\\programhoz\\{exe_name}"
|
msgstr "C:\\útvonal\\ide\\{}"
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {file_name}"
|
#. Translate this string as you would translate "path to {}"
|
||||||
#: src/utils/create_details_window.py:121
|
#: src/utils/create_details_window.py:160
|
||||||
#, python-brace-format
|
#: src/utils/create_details_window.py:162
|
||||||
msgid "C:\\path\\to\\{file_name}"
|
msgid "/path/to/{}"
|
||||||
msgstr "C:\\útvonal\\a\\fájlhoz\\{file_name}"
|
msgstr "/útvonal/ide/{}"
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {exe_name}"
|
#: src/utils/create_details_window.py:166
|
||||||
#: src/utils/create_details_window.py:125
|
|
||||||
#, python-brace-format
|
|
||||||
msgid "/path/to/{exe_name}"
|
|
||||||
msgstr "/útvonal/a/programhoz/{exe_name}"
|
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {file_name}"
|
|
||||||
#: src/utils/create_details_window.py:127
|
|
||||||
#, python-brace-format
|
|
||||||
msgid "/path/to/{file_name}"
|
|
||||||
msgstr "/útvonal/a/fájlhoz/{file_name}"
|
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:131
|
|
||||||
#, python-brace-format
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"To launch the executable \"{exe_name}\", use the command:\n"
|
"To launch the executable \"{}\", use the command:\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>\"{exe_path}\"</tt>\n"
|
"<tt>\"{}\"</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"To open the file \"{file_name}\" with the default application, use:\n"
|
"To open the file \"{}\" with the default application, use:\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>{command} \"{file_path}\"</tt>\n"
|
"<tt>{} \"{}\"</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"If the path contains spaces, make sure to wrap it in double quotes!"
|
"If the path contains spaces, make sure to wrap it in double quotes!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Az \"{exe_name}\" program elindításához ezt a parancsot használd:\n"
|
"Az \"{}\" program elindításához használja ezt a parancsot:\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>\"{exe_path}\"</tt>\n"
|
"<tt>\"{}\"</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"A \"{file_name}\" fájl megnyitásához az alapértelmezett programmal ezt a "
|
"A \"{}\" fájl megnyitásához az alapértelmezett programmal használja ezt a "
|
||||||
"parancsot használd:\n"
|
"parancsot:\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>{command} \"{file_path}\"</tt>\n"
|
"<tt>{} \"{}\"</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Ha az elérési útvonalban szóközök vannak, rakd az útvonalat idézőjelek közé!"
|
"Ha az elérési útvonalban szóközök vannak, rakja az útvonalat idézőjelek közé!"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:154
|
#: src/utils/create_details_window.py:189
|
||||||
msgid "Executable"
|
msgid "Executable"
|
||||||
msgstr "Program"
|
msgstr "Program"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:155
|
#: src/utils/create_details_window.py:190
|
||||||
msgid "File to open or command to run when launching the game"
|
msgid "File to open or command to run when launching the game"
|
||||||
msgstr "Fájl megnyitása vagy parancs futtatása a játék indításakor"
|
msgstr "Fájl megnyitása vagy parancs futtatása a játék indításakor"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:167
|
#: src/utils/create_details_window.py:202
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr "Mégse"
|
msgstr "Mégse"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:217
|
#: src/utils/create_details_window.py:259
|
||||||
#: src/utils/create_details_window.py:227
|
#: src/utils/create_details_window.py:269
|
||||||
#: src/utils/create_details_window.py:233
|
#: src/utils/create_details_window.py:275
|
||||||
msgid "Couldn't Add Game"
|
msgid "Couldn't Add Game"
|
||||||
msgstr "Nem lehet hozzáadni a játékot"
|
msgstr "Nem lehet hozzáadni a játékot"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:219
|
#: src/utils/create_details_window.py:261
|
||||||
#: src/utils/create_details_window.py:257
|
#: src/utils/create_details_window.py:299
|
||||||
#: src/utils/create_details_window.py:265
|
#: src/utils/create_details_window.py:307
|
||||||
msgid "Couldn't Apply Preferences"
|
msgid "Couldn't Apply Preferences"
|
||||||
msgstr "Nem lehet menteni a beállításokat"
|
msgstr "Nem lehet menteni a beállításokat"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:227
|
#: src/utils/create_details_window.py:269
|
||||||
#: src/utils/create_details_window.py:258
|
#: src/utils/create_details_window.py:300
|
||||||
msgid "Game title cannot be empty."
|
msgid "Game title cannot be empty."
|
||||||
msgstr "A cím nem lehet üres."
|
msgstr "A cím nem lehet üres."
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:233
|
#: src/utils/create_details_window.py:275
|
||||||
#: src/utils/create_details_window.py:266
|
#: src/utils/create_details_window.py:308
|
||||||
msgid "Executable cannot be empty."
|
msgid "Executable cannot be empty."
|
||||||
msgstr "A program nem lehet üres."
|
msgstr "A program nem lehet üres."
|
||||||
|
|
||||||
@@ -519,6 +569,66 @@ msgstr "A program nem lehet üres."
|
|||||||
msgid "Dismiss"
|
msgid "Dismiss"
|
||||||
msgstr "Rendben"
|
msgstr "Rendben"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:42
|
||||||
|
msgid "Importing Games…"
|
||||||
|
msgstr "Játékok importálása folyamatban…"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:77
|
||||||
|
msgid "Importing Covers…"
|
||||||
|
msgstr "Borítóképek importálása folyamatban…"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:92
|
||||||
|
msgid "No new games were found on your system."
|
||||||
|
msgstr "Nem találhatóak új játékok a rendszerén."
|
||||||
|
|
||||||
|
#: src/utils/importer.py:100
|
||||||
|
msgid "Game Imported"
|
||||||
|
msgstr "Játékok importálva"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:101
|
||||||
|
msgid "Successfully imported 1 game."
|
||||||
|
msgstr "1 játék sikeresen importálva."
|
||||||
|
|
||||||
|
#: src/utils/importer.py:107
|
||||||
|
msgid "Games Imported"
|
||||||
|
msgstr "Játékok importálva"
|
||||||
|
|
||||||
|
#. The variable is the number of games
|
||||||
|
#: src/utils/importer.py:109
|
||||||
|
msgid "Successfully imported {} games."
|
||||||
|
msgstr "{} játék sikeresen importálva."
|
||||||
|
|
||||||
|
#: src/utils/importer.py:120 src/utils/steamgriddb.py:113
|
||||||
|
msgid "Couldn't Connect to SteamGridDB"
|
||||||
|
msgstr "Nem lehet csatlakozni a SteamGridDB-hez"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:145
|
||||||
|
msgid ""
|
||||||
|
"Looks like you have multiple Steam libraries. Would you like to add them in "
|
||||||
|
"preferences?"
|
||||||
|
msgstr ""
|
||||||
|
"Úgy tűnik, több Steam könyvtára van. Szeretné őket hozzáadni a "
|
||||||
|
"beállításokban?"
|
||||||
|
|
||||||
|
#~ msgid "Launch your games"
|
||||||
|
#~ msgstr "Indítsa el a játékait"
|
||||||
|
|
||||||
|
#, python-brace-format
|
||||||
|
#~ msgid "Last played: {last_played_date}"
|
||||||
|
#~ msgstr "Legutóbbi játékmenet: {last_played_date}"
|
||||||
|
|
||||||
|
#, python-brace-format
|
||||||
|
#~ msgid "Successfully imported {games_no} games."
|
||||||
|
#~ msgstr "{games_no} játék sikeresen importálva."
|
||||||
|
|
||||||
|
#, python-brace-format
|
||||||
|
#~ msgid "C:\\path\\to\\{file_name}"
|
||||||
|
#~ msgstr "C:\\útvonal\\a\\fájlhoz\\{file_name}"
|
||||||
|
|
||||||
|
#, python-brace-format
|
||||||
|
#~ msgid "/path/to/{file_name}"
|
||||||
|
#~ msgstr "/útvonal/a/fájlhoz/{file_name}"
|
||||||
|
|
||||||
#~ msgctxt "shortcuts window"
|
#~ msgctxt "shortcuts window"
|
||||||
#~ msgid "General"
|
#~ msgid "General"
|
||||||
#~ msgstr "Általános"
|
#~ msgstr "Általános"
|
||||||
@@ -564,9 +674,6 @@ msgstr "Rendben"
|
|||||||
#~ msgid "The Heroic directory cannot be found."
|
#~ msgid "The Heroic directory cannot be found."
|
||||||
#~ msgstr "A Heroic mappa nem található."
|
#~ msgstr "A Heroic mappa nem található."
|
||||||
|
|
||||||
#~ msgid "Set Heroic Location"
|
|
||||||
#~ msgstr "Heroic mappa kiválasztása"
|
|
||||||
|
|
||||||
#~ msgid "Heroic Games Imported"
|
#~ msgid "Heroic Games Imported"
|
||||||
#~ msgstr "Játékok importálva a Heroic-ból"
|
#~ msgstr "Játékok importálva a Heroic-ból"
|
||||||
|
|
||||||
@@ -592,9 +699,6 @@ msgstr "Rendben"
|
|||||||
#~ msgid "Successfully imported {str(len(heroic_games))} games."
|
#~ msgid "Successfully imported {str(len(heroic_games))} games."
|
||||||
#~ msgstr "{str(len(heroic_games))} játék sikeresen importálva."
|
#~ msgstr "{str(len(heroic_games))} játék sikeresen importálva."
|
||||||
|
|
||||||
#~ msgid "Last played:"
|
|
||||||
#~ msgstr "Legutóbbi játékmenet:"
|
|
||||||
|
|
||||||
#~ msgid "Successfully imported"
|
#~ msgid "Successfully imported"
|
||||||
#~ msgstr "Sikeresen importálva"
|
#~ msgstr "Sikeresen importálva"
|
||||||
|
|
||||||
|
|||||||
729
po/it.po
@@ -3,12 +3,13 @@
|
|||||||
# This file is distributed under the same license as the cartridges package.
|
# This file is distributed under the same license as the cartridges package.
|
||||||
# Alessandro Iepure <alessandro.iepure@gmail.com>, 2023.
|
# Alessandro Iepure <alessandro.iepure@gmail.com>, 2023.
|
||||||
# albanobattistella <albano_battistella@hotmail.com>, 2023.
|
# albanobattistella <albano_battistella@hotmail.com>, 2023.
|
||||||
|
# kramo <contact@kramo.hu>, 2023.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: cartridges\n"
|
"Project-Id-Version: cartridges\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-03-30 16:23+0200\n"
|
"POT-Creation-Date: 2023-04-11 23:33+0200\n"
|
||||||
"PO-Revision-Date: 2023-03-28 22:23+0000\n"
|
"PO-Revision-Date: 2023-04-14 12:29+0000\n"
|
||||||
"Last-Translator: Alessandro Iepure <alessandro.iepure@gmail.com>\n"
|
"Last-Translator: Alessandro Iepure <alessandro.iepure@gmail.com>\n"
|
||||||
"Language-Team: Italian <https://hosted.weblate.org/projects/cartridges/"
|
"Language-Team: Italian <https://hosted.weblate.org/projects/cartridges/"
|
||||||
"cartridges/it/>\n"
|
"cartridges/it/>\n"
|
||||||
@@ -21,7 +22,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: data/hu.kramo.Cartridges.desktop.in:3
|
#: data/hu.kramo.Cartridges.desktop.in:3
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:6 data/gtk/window.blp:29
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:6 data/gtk/window.blp:29
|
||||||
#: src/main.py:110
|
#: src/main.py:119
|
||||||
msgid "Cartridges"
|
msgid "Cartridges"
|
||||||
msgstr "Cartucce"
|
msgstr "Cartucce"
|
||||||
|
|
||||||
@@ -30,29 +31,28 @@ msgid "Game Launcher"
|
|||||||
msgstr "Launcher di giochi"
|
msgstr "Launcher di giochi"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.desktop.in:5
|
#: data/hu.kramo.Cartridges.desktop.in:5
|
||||||
msgid "Launch your games"
|
|
||||||
msgstr "Avvia i tuoi giochi"
|
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:7
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:7
|
||||||
msgid "Launch all your games"
|
msgid "Launch all your games"
|
||||||
msgstr "Avvia tutti i tuoi giochi"
|
msgstr "Avvia tutti i tuoi giochi"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:9
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:9
|
||||||
msgid ""
|
msgid ""
|
||||||
"Cartridges is a simple game launcher. It has support for importing your "
|
"Cartridges is a simple game launcher for all of your games. It has support "
|
||||||
"games from Steam, Heroic and Bottles with organizational features such as "
|
"for importing games from Steam, Lutris, Heroic and more with no login "
|
||||||
"hiding and sorting by date added or last played."
|
"necessary. You can sort and hide games or download cover art from "
|
||||||
|
"SteamGridDB."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Cartridges è un semplice launcher di giochi. Supporta l'import di giochi da "
|
"Cartucce è un semplice launcher per tutti i tuoi giochi. Supporta l'import "
|
||||||
"Steam, Heroic e Bottles con funzioni organizzative come la possibilità di "
|
"di giochi da Steam, Lutris, Heroic e altri senza bisogno di login. Puoi "
|
||||||
"nascondere e ordinare per data di aggiunta o di ultimo avvio."
|
"organizzare e nascondere i giochi oppure scaricare le copertine da "
|
||||||
|
"StreamGridDB."
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:22
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:22
|
||||||
msgid "Library"
|
msgid "Library"
|
||||||
msgstr "Libreria"
|
msgstr "Libreria"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:26
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:26
|
||||||
#: src/utils/create_details_window.py:48
|
#: src/utils/create_details_window.py:87
|
||||||
msgid "Edit Game Details"
|
msgid "Edit Game Details"
|
||||||
msgstr "Modifica dettagli del gioco"
|
msgstr "Modifica dettagli del gioco"
|
||||||
|
|
||||||
@@ -60,12 +60,240 @@ msgstr "Modifica dettagli del gioco"
|
|||||||
msgid "Game Details"
|
msgid "Game Details"
|
||||||
msgstr "Dettagli del gioco"
|
msgstr "Dettagli del gioco"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:34 data/gtk/window.blp:363
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:34 data/gtk/window.blp:402
|
||||||
#: src/utils/importer.py:81
|
#: src/utils/importer.py:94 src/utils/importer.py:123 src/utils/importer.py:148
|
||||||
|
#: src/utils/steamgriddb.py:116
|
||||||
msgid "Preferences"
|
msgid "Preferences"
|
||||||
msgstr "Preferenze"
|
msgstr "Preferenze"
|
||||||
|
|
||||||
#: data/gtk/window.blp:6 src/utils/importer.py:78
|
#: data/gtk/game.blp:67 src/utils/create_details_window.py:129
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "Titolo"
|
||||||
|
|
||||||
|
#: data/gtk/game.blp:89 data/gtk/game.blp:108 data/gtk/window.blp:170
|
||||||
|
msgid "Edit"
|
||||||
|
msgstr "Modifica"
|
||||||
|
|
||||||
|
#: data/gtk/game.blp:94 src/window.py:286
|
||||||
|
msgid "Hide"
|
||||||
|
msgstr "Nascondi"
|
||||||
|
|
||||||
|
#: data/gtk/game.blp:99 data/gtk/game.blp:118 data/gtk/preferences.blp:56
|
||||||
|
#: data/gtk/window.blp:186
|
||||||
|
msgid "Remove"
|
||||||
|
msgstr "Rimuovi"
|
||||||
|
|
||||||
|
#: data/gtk/game.blp:113 src/window.py:283
|
||||||
|
msgid "Unhide"
|
||||||
|
msgstr "Mostra"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:11 data/gtk/preferences.blp:9
|
||||||
|
msgid "General"
|
||||||
|
msgstr "Generale"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:14
|
||||||
|
msgid "Quit"
|
||||||
|
msgstr "Chiudi"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:19 data/gtk/window.blp:205 data/gtk/window.blp:249
|
||||||
|
#: data/gtk/window.blp:312
|
||||||
|
msgid "Search"
|
||||||
|
msgstr "Cerca"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:24
|
||||||
|
msgid "Show preferences"
|
||||||
|
msgstr "Mostra preferenze"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:29
|
||||||
|
msgid "Shortcuts"
|
||||||
|
msgstr "Scorciatoie da tastiera"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:34 src/main.py:186 src/main.py:242
|
||||||
|
#: src/preferences.py:133
|
||||||
|
msgid "Undo"
|
||||||
|
msgstr "Annulla"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:39
|
||||||
|
msgid "Open menu"
|
||||||
|
msgstr "Apri il menù"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:45
|
||||||
|
msgid "Games"
|
||||||
|
msgstr "Giochi"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:48
|
||||||
|
msgid "Add new game"
|
||||||
|
msgstr "Aggiungi un nuovo gioco"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:53
|
||||||
|
msgid "Import games"
|
||||||
|
msgstr "Importa giochi"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:58
|
||||||
|
msgid "Show hidden games"
|
||||||
|
msgstr "Mostra giochi nascosti"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:63
|
||||||
|
msgid "Remove game"
|
||||||
|
msgstr "Rimuovi gioco"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:13 data/gtk/preferences.blp:235
|
||||||
|
msgid "Behavior"
|
||||||
|
msgstr "Comportamento"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:16
|
||||||
|
msgid "Exit After Launching Games"
|
||||||
|
msgstr "Esci dopo l'avvio dei giochi"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:25
|
||||||
|
msgid "Cover Image Launches Game"
|
||||||
|
msgstr "La copertina avvia il gioco"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:26
|
||||||
|
msgid "Swaps the behavior of the cover image and the play button"
|
||||||
|
msgstr "Inverti il comportamento della copertina con il pulsante di avvio"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:36 src/utils/create_details_window.py:101
|
||||||
|
msgid "Images"
|
||||||
|
msgstr "Immagini"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:39
|
||||||
|
msgid "High Quality Images"
|
||||||
|
msgstr "Immagini di alta qualità"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:40
|
||||||
|
msgid "Save game covers losslessly at the cost of storage"
|
||||||
|
msgstr ""
|
||||||
|
"Salva copertine dei giochi in formato lossless, consuma più spazio su disco"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:50
|
||||||
|
msgid "Danger Zone"
|
||||||
|
msgstr "Zona di pericolo"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:53
|
||||||
|
msgid "Remove All Games"
|
||||||
|
msgstr "Rimuovi tutti i giochi"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:69 data/gtk/window.blp:427
|
||||||
|
msgid "Import"
|
||||||
|
msgstr "Importa"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:73
|
||||||
|
msgid "Sources"
|
||||||
|
msgstr "Fonti"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:76
|
||||||
|
msgid "Steam"
|
||||||
|
msgstr "Steam"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:80
|
||||||
|
msgid "Steam Install Location"
|
||||||
|
msgstr "Percorso Installazione Steam"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:81 data/gtk/preferences.blp:119
|
||||||
|
#: data/gtk/preferences.blp:153 data/gtk/preferences.blp:195
|
||||||
|
#: data/gtk/preferences.blp:210
|
||||||
|
msgid "Directory to use when importing games"
|
||||||
|
msgstr "Cartella da usare per importare i giochi"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:89 src/utils/importer.py:143
|
||||||
|
msgid "Extra Steam Libraries"
|
||||||
|
msgstr "Librerie Steam Extra"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:90
|
||||||
|
msgid "Select other directories where you have Steam games installed"
|
||||||
|
msgstr "Seleziona le altre directory in cui sono installati i giochi di Steam"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:96
|
||||||
|
msgid "Clear"
|
||||||
|
msgstr "Cancella"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:114
|
||||||
|
msgid "Lutris"
|
||||||
|
msgstr "Lutris"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:118
|
||||||
|
msgid "Lutris Install Location"
|
||||||
|
msgstr "Posizione di installazione di Lutris"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:128
|
||||||
|
msgid "Lutris Cache Location"
|
||||||
|
msgstr "Posizione della cache di Lutris"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:129
|
||||||
|
msgid "Directory to use when importing game covers"
|
||||||
|
msgstr ""
|
||||||
|
"Directory da utilizzare durante l'importazione delle copertine dei giochi"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:138
|
||||||
|
msgid "Import Steam Games"
|
||||||
|
msgstr "Importa giochi da Steam"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:148
|
||||||
|
msgid "Heroic"
|
||||||
|
msgstr "Heroic"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:152
|
||||||
|
msgid "Heroic Install Location"
|
||||||
|
msgstr "Percorso Installazione Heroic"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:162
|
||||||
|
msgid "Import Epic Games"
|
||||||
|
msgstr "Importa giochi da Epic Games"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:171
|
||||||
|
msgid "Import GOG Games"
|
||||||
|
msgstr "Importa giochi da GOG"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:180
|
||||||
|
msgid "Import Sideloaded Games"
|
||||||
|
msgstr "Importa giochi da aggiunti manualmente"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:190
|
||||||
|
msgid "Bottles"
|
||||||
|
msgstr "Bottles"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:194
|
||||||
|
msgid "Bottles Install Location"
|
||||||
|
msgstr "Percorso Installazione Bottles"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:205
|
||||||
|
msgid "itch"
|
||||||
|
msgstr "itch"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:209
|
||||||
|
msgid "itch Install Location"
|
||||||
|
msgstr "itch Posizione di installazione"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:223
|
||||||
|
msgid "SteamGridDB"
|
||||||
|
msgstr "SteamGridDB"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:227
|
||||||
|
msgid "Authentication"
|
||||||
|
msgstr "Autenticazione"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:230
|
||||||
|
msgid "API Key"
|
||||||
|
msgstr "Chiave API"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:238
|
||||||
|
msgid "Use SteamGridDB"
|
||||||
|
msgstr "Usa SteamGridDB"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:239
|
||||||
|
msgid "Download images when adding or importing games"
|
||||||
|
msgstr "Scarica immagini durante l'aggiunta o l'import di giochi"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:248
|
||||||
|
msgid "Prefer Over Official Images"
|
||||||
|
msgstr "Preferisci alle immagini ufficiali"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:257
|
||||||
|
msgid "Prefer Animated Images"
|
||||||
|
msgstr "Preferisci immagini animate"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:6 src/utils/importer.py:91
|
||||||
msgid "No Games Found"
|
msgid "No Games Found"
|
||||||
msgstr "Nessun Gioco Trovato"
|
msgstr "Nessun Gioco Trovato"
|
||||||
|
|
||||||
@@ -89,443 +317,253 @@ msgstr "Nessun Gioco Nascosto"
|
|||||||
msgid "Games you hide will appear here."
|
msgid "Games you hide will appear here."
|
||||||
msgstr "I giochi nascosti appariranno qui."
|
msgstr "I giochi nascosti appariranno qui."
|
||||||
|
|
||||||
#: data/gtk/window.blp:44 data/gtk/window.blp:254
|
#: data/gtk/window.blp:44 data/gtk/window.blp:293
|
||||||
msgid "Back"
|
msgid "Back"
|
||||||
msgstr "Indietro"
|
msgstr "Indietro"
|
||||||
|
|
||||||
#: data/gtk/window.blp:92
|
#: data/gtk/window.blp:100
|
||||||
msgid "Game Title"
|
msgid "Game Title"
|
||||||
msgstr "Titolo del gioco"
|
msgstr "Titolo del gioco"
|
||||||
|
|
||||||
#: data/gtk/window.blp:148 src/game.py:175
|
#: data/gtk/window.blp:151 src/game.py:158
|
||||||
msgid "Play"
|
msgid "Play"
|
||||||
msgstr "Gioca"
|
msgstr "Gioca"
|
||||||
|
|
||||||
#: data/gtk/window.blp:196 data/gtk/window.blp:382
|
#: data/gtk/window.blp:235 data/gtk/window.blp:421
|
||||||
msgid "Add Game"
|
msgid "Add Game"
|
||||||
msgstr "Aggiungi Gioco"
|
msgstr "Aggiungi Gioco"
|
||||||
|
|
||||||
#: data/gtk/window.blp:203 data/gtk/window.blp:266
|
#: data/gtk/window.blp:242 data/gtk/window.blp:305
|
||||||
msgid "Main Menu"
|
msgid "Main Menu"
|
||||||
msgstr "Menù Principale"
|
msgstr "Menù Principale"
|
||||||
|
|
||||||
#: data/gtk/window.blp:210 data/gtk/window.blp:273 data/gtk/help-overlay.blp:19
|
#: data/gtk/window.blp:300
|
||||||
msgid "Search"
|
|
||||||
msgstr "Cerca"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:261
|
|
||||||
msgid "Hidden Games"
|
msgid "Hidden Games"
|
||||||
msgstr "Giochi Nascosti"
|
msgstr "Giochi Nascosti"
|
||||||
|
|
||||||
#: data/gtk/window.blp:321
|
#: data/gtk/window.blp:360
|
||||||
msgid "Sort"
|
msgid "Sort"
|
||||||
msgstr "Ordina per"
|
msgstr "Ordina per"
|
||||||
|
|
||||||
#: data/gtk/window.blp:324
|
#: data/gtk/window.blp:363
|
||||||
msgid "A-Z"
|
msgid "A-Z"
|
||||||
msgstr "A-Z"
|
msgstr "A-Z"
|
||||||
|
|
||||||
#: data/gtk/window.blp:330
|
#: data/gtk/window.blp:369
|
||||||
msgid "Z-A"
|
msgid "Z-A"
|
||||||
msgstr "Z-A"
|
msgstr "Z-A"
|
||||||
|
|
||||||
#: data/gtk/window.blp:336
|
#: data/gtk/window.blp:375
|
||||||
msgid "Newest"
|
msgid "Newest"
|
||||||
msgstr "Più recente"
|
msgstr "Più recente"
|
||||||
|
|
||||||
#: data/gtk/window.blp:342
|
#: data/gtk/window.blp:381
|
||||||
msgid "Oldest"
|
msgid "Oldest"
|
||||||
msgstr "Più vecchio"
|
msgstr "Più vecchio"
|
||||||
|
|
||||||
#: data/gtk/window.blp:348
|
#: data/gtk/window.blp:387
|
||||||
msgid "Last Played"
|
msgid "Last Played"
|
||||||
msgstr "Ultimo Avvio"
|
msgstr "Ultimo Avvio"
|
||||||
|
|
||||||
#: data/gtk/window.blp:355
|
#: data/gtk/window.blp:394
|
||||||
msgid "Show Hidden"
|
msgid "Show Hidden"
|
||||||
msgstr "Mostra Nascosti"
|
msgstr "Mostra Nascosti"
|
||||||
|
|
||||||
#: data/gtk/window.blp:368
|
#: data/gtk/window.blp:407
|
||||||
msgid "Keyboard Shortcuts"
|
msgid "Keyboard Shortcuts"
|
||||||
msgstr "Scorciatoie da Tastiera"
|
msgstr "Scorciatoie da Tastiera"
|
||||||
|
|
||||||
#: data/gtk/window.blp:373
|
#: data/gtk/window.blp:412
|
||||||
msgid "About Cartridges"
|
msgid "About Cartridges"
|
||||||
msgstr "Informazioni su Cartucce"
|
msgstr "Informazioni su Cartucce"
|
||||||
|
|
||||||
#: data/gtk/window.blp:388 data/gtk/preferences.blp:66
|
|
||||||
#, fuzzy
|
|
||||||
#| msgid "Import from"
|
|
||||||
msgid "Import"
|
|
||||||
msgstr "Importa da"
|
|
||||||
|
|
||||||
#: data/gtk/game.blp:60 src/utils/create_details_window.py:94
|
|
||||||
msgid "Title"
|
|
||||||
msgstr "Titolo"
|
|
||||||
|
|
||||||
#: data/gtk/game.blp:82 data/gtk/game.blp:101
|
|
||||||
msgid "Edit"
|
|
||||||
msgstr "Modifica"
|
|
||||||
|
|
||||||
#: data/gtk/game.blp:87
|
|
||||||
msgid "Hide"
|
|
||||||
msgstr "Nascondi"
|
|
||||||
|
|
||||||
#: data/gtk/game.blp:92 data/gtk/game.blp:111 data/gtk/preferences.blp:53
|
|
||||||
msgid "Remove"
|
|
||||||
msgstr "Rimuovi"
|
|
||||||
|
|
||||||
#: data/gtk/game.blp:106
|
|
||||||
msgid "Unhide"
|
|
||||||
msgstr "Mostra"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:11 data/gtk/preferences.blp:9
|
|
||||||
msgid "General"
|
|
||||||
msgstr "Generale"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:14
|
|
||||||
msgid "Quit"
|
|
||||||
msgstr "Chiudi"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:24
|
|
||||||
msgid "Show preferences"
|
|
||||||
msgstr "Mostra preferenze"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:29
|
|
||||||
msgid "Shortcuts"
|
|
||||||
msgstr "Scorciatoie da tastiera"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:34 src/main.py:198 src/preferences.py:118
|
|
||||||
msgid "Undo"
|
|
||||||
msgstr "Annulla"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:39
|
|
||||||
msgid "Open menu"
|
|
||||||
msgstr "Apri il menù"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:45
|
|
||||||
msgid "Games"
|
|
||||||
msgstr "Giochi"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:48
|
|
||||||
msgid "Add new game"
|
|
||||||
msgstr "Aggiungi un nuovo gioco"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:53
|
|
||||||
#, fuzzy
|
|
||||||
#| msgid "Import GOG Games"
|
|
||||||
msgid "Import games"
|
|
||||||
msgstr "Importa giochi da GOG"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:58
|
|
||||||
msgid "Show hidden games"
|
|
||||||
msgstr "Mostra giochi nascosti"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:13
|
|
||||||
msgid "Behavior"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:16
|
|
||||||
msgid "Exit After Launching Games"
|
|
||||||
msgstr "Esci dopo l'avvio dei giochi"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:24
|
|
||||||
msgid "Cover Image Launches Game"
|
|
||||||
msgstr "La copertina avvia il gioco"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:25
|
|
||||||
msgid "Swaps the behavior of the cover image and the play button"
|
|
||||||
msgstr "Inverti il comportamento della copertina con il pulsante di avvio"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:34 src/utils/create_details_window.py:59
|
|
||||||
msgid "Images"
|
|
||||||
msgstr "Immagini"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:37
|
|
||||||
msgid "High Quality Images"
|
|
||||||
msgstr "Immagini di alta qualità"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:38
|
|
||||||
msgid "Save game covers losslessly at the cost of storage"
|
|
||||||
msgstr ""
|
|
||||||
"Salva copertine dei giochi in formato lossless, consuma più spazio su disco"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:47
|
|
||||||
msgid "Danger Zone"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:50
|
|
||||||
msgid "Remove All Games"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:70
|
|
||||||
msgid "Sources"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:73
|
|
||||||
msgid "Steam"
|
|
||||||
msgstr "Steam"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:77
|
|
||||||
msgid "Steam Install Location"
|
|
||||||
msgstr "Percorso Installazione Steam"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:78 data/gtk/preferences.blp:117
|
|
||||||
#: data/gtk/preferences.blp:156
|
|
||||||
msgid "Directory to use when importing games"
|
|
||||||
msgstr "Cartella da usare per importare i giochi"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:86
|
|
||||||
msgid "Extra Steam Libraries"
|
|
||||||
msgstr "Librerie Steam Extra"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:87
|
|
||||||
msgid "Select other directories where you have Steam games installed"
|
|
||||||
msgstr "Seleziona le altre directory in cui sono installati i giochi di Steam"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:94
|
|
||||||
msgid "Clear"
|
|
||||||
msgstr "Cancella"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:112
|
|
||||||
msgid "Heroic"
|
|
||||||
msgstr "Heroic"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:116
|
|
||||||
msgid "Heroic Install Location"
|
|
||||||
msgstr "Percorso Installazione Heroic"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:126
|
|
||||||
msgid "Import Epic Games"
|
|
||||||
msgstr "Importa giochi da Epic Games"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:134
|
|
||||||
msgid "Import GOG Games"
|
|
||||||
msgstr "Importa giochi da GOG"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:142
|
|
||||||
msgid "Import Sideloaded Games"
|
|
||||||
msgstr "Importa giochi da aggiunti manualmente"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:151
|
|
||||||
msgid "Bottles"
|
|
||||||
msgstr "Bottles"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:155
|
|
||||||
msgid "Bottles Install Location"
|
|
||||||
msgstr "Percorso Installazione Bottles"
|
|
||||||
|
|
||||||
#. Translators: Replace this with your name for it to show up in the about window
|
#. Translators: Replace this with your name for it to show up in the about window
|
||||||
#: src/main.py:125
|
#: src/main.py:137
|
||||||
msgid "translator_credits"
|
msgid "translator_credits"
|
||||||
msgstr "Alessandro Iepure https://ale.iepure.me"
|
msgstr "Alessandro Iepure https://ale.iepure.me"
|
||||||
|
|
||||||
#. The variable is the title of the game
|
#. The variable is the title of the game
|
||||||
#: src/main.py:197
|
#: src/main.py:164
|
||||||
#, python-brace-format
|
msgid "{} launched"
|
||||||
msgid "{title} removed"
|
msgstr "{} avviato"
|
||||||
msgstr "{title} rimosso"
|
|
||||||
|
|
||||||
#: src/window.py:234
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:182
|
||||||
|
msgid "{} hidden"
|
||||||
|
msgstr "{} nascosto"
|
||||||
|
|
||||||
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:185
|
||||||
|
msgid "{} unhidden"
|
||||||
|
msgstr "{} visibile"
|
||||||
|
|
||||||
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:241
|
||||||
|
msgid "{} removed"
|
||||||
|
msgstr "{} rimosso"
|
||||||
|
|
||||||
|
#: src/window.py:262
|
||||||
msgid "Today"
|
msgid "Today"
|
||||||
msgstr "Oggi"
|
msgstr "Oggi"
|
||||||
|
|
||||||
#: src/window.py:236
|
#: src/window.py:264
|
||||||
msgid "Yesterday"
|
msgid "Yesterday"
|
||||||
msgstr "Ieri"
|
msgstr "Ieri"
|
||||||
|
|
||||||
#. The variable is the date when the game was added
|
#. The variable is the date when the game was added
|
||||||
#: src/window.py:270
|
#: src/window.py:310
|
||||||
#, python-brace-format
|
msgid "Added: {}"
|
||||||
msgid "Added: {date}"
|
msgstr "Aggiunto il: {}"
|
||||||
msgstr "Aggiunto il: {date}"
|
|
||||||
|
|
||||||
#: src/window.py:275
|
#: src/window.py:315
|
||||||
msgid "Never"
|
msgid "Never"
|
||||||
msgstr "Mai"
|
msgstr "Mai"
|
||||||
|
|
||||||
#. The variable is the date when the game was last played
|
#. The variable is the date when the game was last played
|
||||||
#: src/window.py:279
|
#: src/window.py:319
|
||||||
#, python-brace-format
|
msgid "Last played: {}"
|
||||||
msgid "Last played: {last_played_date}"
|
msgstr "Ultima riproduzione: {}"
|
||||||
msgstr "Ultimo avvio: {last_played_date}"
|
|
||||||
|
|
||||||
#: src/game.py:173
|
#: src/game.py:156
|
||||||
msgid "Details"
|
msgid "Details"
|
||||||
msgstr "Dettagli"
|
msgstr "Dettagli"
|
||||||
|
|
||||||
#: src/preferences.py:55
|
#: src/preferences.py:54
|
||||||
msgid "Installation Not Found"
|
msgid "Installation Not Found"
|
||||||
msgstr ""
|
msgstr "Installazione non trovata"
|
||||||
|
|
||||||
#. The variable is the name of the game launcher
|
#. The variable is the name of the game launcher
|
||||||
#: src/preferences.py:57
|
#: src/preferences.py:56
|
||||||
#, python-brace-format
|
msgid "Select the {} configuration directory."
|
||||||
msgid "Select the {name} configuration directory."
|
msgstr "Selezionare la directory di configurazione {}."
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. The variable is the name of the game launcher
|
#. The variable is the name of the game launcher
|
||||||
#: src/preferences.py:59
|
#: src/preferences.py:59
|
||||||
#, python-brace-format
|
msgid "Select the {} data directory."
|
||||||
msgid "Select the {name} data directory."
|
msgstr "Selezionare la directory dei dati {}."
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/preferences.py:61
|
#: src/preferences.py:61 src/preferences.py:240
|
||||||
#, fuzzy
|
|
||||||
#| msgid "Set Steam Location"
|
|
||||||
msgid "Set Location"
|
msgid "Set Location"
|
||||||
msgstr "Imposta il percorso per Steam"
|
msgstr "Imposta percorso"
|
||||||
|
|
||||||
#: src/preferences.py:117
|
#: src/preferences.py:132
|
||||||
#, fuzzy
|
|
||||||
#| msgid "{title} removed"
|
|
||||||
msgid "All games removed"
|
msgid "All games removed"
|
||||||
msgstr "{title} rimosso"
|
msgstr "Tutti i giochi sono stati rimossi"
|
||||||
|
|
||||||
#: src/utils/importer.py:37
|
#: src/preferences.py:237
|
||||||
msgid "Importing Games…"
|
msgid "Cache Not Found"
|
||||||
msgstr "Import dei giochi in corso…"
|
msgstr "Cache non trovata"
|
||||||
|
|
||||||
#: src/utils/importer.py:79
|
#: src/preferences.py:238
|
||||||
#, fuzzy
|
msgid "Select the Lutris cache directory."
|
||||||
#| msgid "No new games were found in the Heroic library."
|
msgstr "Selezionare la directory della cache di Lutris."
|
||||||
msgid "No new games were found on your system."
|
|
||||||
msgstr "Nessun nuovo gioco trovato nella libreria di Heroic."
|
|
||||||
|
|
||||||
#: src/utils/importer.py:87
|
#: src/preferences.py:344
|
||||||
#, fuzzy
|
msgid ""
|
||||||
#| msgid "Steam Games Imported"
|
"An API key is required to use SteamGridDB. You can generate one {}here{}."
|
||||||
msgid "Game Imported"
|
msgstr ""
|
||||||
msgstr "Importati giochi da Steam"
|
"Per utilizzare SteamGridDB è necessaria una chiave API. Puoi generarne una {}"
|
||||||
|
"qui{}."
|
||||||
|
|
||||||
#: src/utils/importer.py:88
|
#: src/utils/create_details_window.py:81
|
||||||
msgid "Successfully imported 1 game."
|
|
||||||
msgstr "Un gioco importato con successo."
|
|
||||||
|
|
||||||
#: src/utils/importer.py:94
|
|
||||||
#, fuzzy
|
|
||||||
#| msgid "Steam Games Imported"
|
|
||||||
msgid "Games Imported"
|
|
||||||
msgstr "Importati giochi da Steam"
|
|
||||||
|
|
||||||
#. The variable is the number of games
|
|
||||||
#: src/utils/importer.py:96
|
|
||||||
#, python-brace-format
|
|
||||||
msgid "Successfully imported {games_no} games."
|
|
||||||
msgstr "{games_no} giochi importati con successo."
|
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:41
|
|
||||||
msgid "Add New Game"
|
msgid "Add New Game"
|
||||||
msgstr "Aggiungi un Nuovo Gioco"
|
msgstr "Aggiungi un Nuovo Gioco"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:46
|
#: src/utils/create_details_window.py:85
|
||||||
msgid "Confirm"
|
msgid "Confirm"
|
||||||
msgstr "Conferma"
|
msgstr "Conferma"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:57
|
#: src/utils/create_details_window.py:96
|
||||||
msgid "Apply"
|
msgid "Apply"
|
||||||
msgstr "Applica"
|
msgstr "Applica"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:95
|
#: src/utils/create_details_window.py:130
|
||||||
msgid "The title of the game"
|
msgid "The title of the game"
|
||||||
msgstr "Titolo del gioco"
|
msgstr "Titolo del gioco"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:100
|
#: src/utils/create_details_window.py:135
|
||||||
msgid "Developer"
|
msgid "Developer"
|
||||||
msgstr "Sviluppatore"
|
msgstr "Sviluppatore"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:101
|
#: src/utils/create_details_window.py:136
|
||||||
msgid "The developer or publisher (optional)"
|
msgid "The developer or publisher (optional)"
|
||||||
msgstr "Lo sviluppatore o l'editore (opzionale)"
|
msgstr "Lo sviluppatore o l'editore (opzionale)"
|
||||||
|
|
||||||
#. Translate this string as you would translate "file"
|
#. Translate this string as you would translate "file"
|
||||||
#: src/utils/create_details_window.py:112
|
#: src/utils/create_details_window.py:147
|
||||||
msgid "file.txt"
|
msgid "file.txt"
|
||||||
msgstr "file.txt"
|
msgstr "file.txt"
|
||||||
|
|
||||||
#. As in software
|
#. As in software
|
||||||
#: src/utils/create_details_window.py:114
|
#: src/utils/create_details_window.py:149
|
||||||
msgid "program"
|
msgid "program"
|
||||||
msgstr "programma"
|
msgstr "programma"
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {exe_name}"
|
#. Translate this string as you would translate "path to {}"
|
||||||
#: src/utils/create_details_window.py:119
|
#: src/utils/create_details_window.py:154
|
||||||
#, python-brace-format
|
#: src/utils/create_details_window.py:156
|
||||||
msgid "C:\\path\\to\\{exe_name}"
|
msgid "C:\\path\\to\\{}"
|
||||||
msgstr "C:\\percorso\\per\\{exe_name}"
|
msgstr "C:\\path\\to{}"
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {file_name}"
|
#. Translate this string as you would translate "path to {}"
|
||||||
#: src/utils/create_details_window.py:121
|
#: src/utils/create_details_window.py:160
|
||||||
#, python-brace-format
|
#: src/utils/create_details_window.py:162
|
||||||
msgid "C:\\path\\to\\{file_name}"
|
msgid "/path/to/{}"
|
||||||
msgstr "C:\\percorso\\per\\{file_name}"
|
msgstr "/percorso/to/{}"
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {exe_name}"
|
#: src/utils/create_details_window.py:166
|
||||||
#: src/utils/create_details_window.py:125
|
|
||||||
#, python-brace-format
|
|
||||||
msgid "/path/to/{exe_name}"
|
|
||||||
msgstr "/percorso/per/{exe_name}"
|
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {file_name}"
|
|
||||||
#: src/utils/create_details_window.py:127
|
|
||||||
#, python-brace-format
|
|
||||||
msgid "/path/to/{file_name}"
|
|
||||||
msgstr "/percorso/per/{file_name}"
|
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:131
|
|
||||||
#, python-brace-format
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"To launch the executable \"{exe_name}\", use the command:\n"
|
"To launch the executable \"{}\", use the command:\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>\"{exe_path}\"</tt>\n"
|
"<tt>\"{}\"</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"To open the file \"{file_name}\" with the default application, use:\n"
|
"To open the file \"{}\" with the default application, use:\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>{command} \"{file_path}\"</tt>\n"
|
"<tt>{} \"{}\"</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"If the path contains spaces, make sure to wrap it in double quotes!"
|
"If the path contains spaces, make sure to wrap it in double quotes!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Per avviare l'eseguibile \"{exe_name}\", usa il comando:\n"
|
"Per lanciare l'eseguibile \"{}\", utilizzare il comando:\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>\"{exe_path}\"</tt>\n"
|
"<tt>\"{}\"</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Per aprire il file \"{file_name}\" con il programma di default, usa:\n"
|
"Per aprire il file \"{}\" con l'applicazione predefinita, utilizzare:\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>{command} \"{file_path}\"</tt>\n"
|
"<tt>{} \"{}\"</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Se il comando contiene spazi, mettilo tra virgolette!"
|
"Se il percorso contiene spazi, assicurarsi di avvolgerlo in doppi apici!"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:154
|
#: src/utils/create_details_window.py:189
|
||||||
msgid "Executable"
|
msgid "Executable"
|
||||||
msgstr "Eseguibile"
|
msgstr "Eseguibile"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:155
|
#: src/utils/create_details_window.py:190
|
||||||
msgid "File to open or command to run when launching the game"
|
msgid "File to open or command to run when launching the game"
|
||||||
msgstr "File da aprire o comando da lanciare per avviare il gioco"
|
msgstr "File da aprire o comando da lanciare per avviare il gioco"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:167
|
#: src/utils/create_details_window.py:202
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr "Annulla"
|
msgstr "Annulla"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:217
|
#: src/utils/create_details_window.py:259
|
||||||
#: src/utils/create_details_window.py:227
|
#: src/utils/create_details_window.py:269
|
||||||
#: src/utils/create_details_window.py:233
|
#: src/utils/create_details_window.py:275
|
||||||
msgid "Couldn't Add Game"
|
msgid "Couldn't Add Game"
|
||||||
msgstr "Impossibile aggiungere il gioco"
|
msgstr "Impossibile aggiungere il gioco"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:219
|
#: src/utils/create_details_window.py:261
|
||||||
#: src/utils/create_details_window.py:257
|
#: src/utils/create_details_window.py:299
|
||||||
#: src/utils/create_details_window.py:265
|
#: src/utils/create_details_window.py:307
|
||||||
msgid "Couldn't Apply Preferences"
|
msgid "Couldn't Apply Preferences"
|
||||||
msgstr "Impossibile applicare le preferenze"
|
msgstr "Impossibile applicare le preferenze"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:227
|
#: src/utils/create_details_window.py:269
|
||||||
#: src/utils/create_details_window.py:258
|
#: src/utils/create_details_window.py:300
|
||||||
msgid "Game title cannot be empty."
|
msgid "Game title cannot be empty."
|
||||||
msgstr "Il titolo del gioco non può essere vuoto."
|
msgstr "Il titolo del gioco non può essere vuoto."
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:233
|
#: src/utils/create_details_window.py:275
|
||||||
#: src/utils/create_details_window.py:266
|
#: src/utils/create_details_window.py:308
|
||||||
msgid "Executable cannot be empty."
|
msgid "Executable cannot be empty."
|
||||||
msgstr "L'eseguibile non può essere vuoto."
|
msgstr "L'eseguibile non può essere vuoto."
|
||||||
|
|
||||||
@@ -533,6 +571,66 @@ msgstr "L'eseguibile non può essere vuoto."
|
|||||||
msgid "Dismiss"
|
msgid "Dismiss"
|
||||||
msgstr "Chiudi"
|
msgstr "Chiudi"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:42
|
||||||
|
msgid "Importing Games…"
|
||||||
|
msgstr "Import dei giochi in corso…"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:77
|
||||||
|
msgid "Importing Covers…"
|
||||||
|
msgstr "Import delle copertine…"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:92
|
||||||
|
msgid "No new games were found on your system."
|
||||||
|
msgstr "Nessun nuovo gioco trovato nel tuo sistema."
|
||||||
|
|
||||||
|
#: src/utils/importer.py:100
|
||||||
|
msgid "Game Imported"
|
||||||
|
msgstr "Gioco importato"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:101
|
||||||
|
msgid "Successfully imported 1 game."
|
||||||
|
msgstr "Un gioco importato con successo."
|
||||||
|
|
||||||
|
#: src/utils/importer.py:107
|
||||||
|
msgid "Games Imported"
|
||||||
|
msgstr "Giochi importati"
|
||||||
|
|
||||||
|
#. The variable is the number of games
|
||||||
|
#: src/utils/importer.py:109
|
||||||
|
msgid "Successfully imported {} games."
|
||||||
|
msgstr "Importazione riuscita di {} giochi."
|
||||||
|
|
||||||
|
#: src/utils/importer.py:120 src/utils/steamgriddb.py:113
|
||||||
|
msgid "Couldn't Connect to SteamGridDB"
|
||||||
|
msgstr "Impossibile connettersi a SteamGridDB"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:145
|
||||||
|
msgid ""
|
||||||
|
"Looks like you have multiple Steam libraries. Would you like to add them in "
|
||||||
|
"preferences?"
|
||||||
|
msgstr ""
|
||||||
|
"Sembra che tu abbia più librerie Steam. Vorresti aggiungerle nelle "
|
||||||
|
"preferenze?"
|
||||||
|
|
||||||
|
#~ msgid "Launch your games"
|
||||||
|
#~ msgstr "Avvia i tuoi giochi"
|
||||||
|
|
||||||
|
#, python-brace-format
|
||||||
|
#~ msgid "Last played: {last_played_date}"
|
||||||
|
#~ msgstr "Ultimo avvio: {last_played_date}"
|
||||||
|
|
||||||
|
#, python-brace-format
|
||||||
|
#~ msgid "Successfully imported {games_no} games."
|
||||||
|
#~ msgstr "{games_no} giochi importati con successo."
|
||||||
|
|
||||||
|
#, python-brace-format
|
||||||
|
#~ msgid "C:\\path\\to\\{file_name}"
|
||||||
|
#~ msgstr "C:\\percorso\\per\\{file_name}"
|
||||||
|
|
||||||
|
#, python-brace-format
|
||||||
|
#~ msgid "/path/to/{file_name}"
|
||||||
|
#~ msgstr "/percorso/per/{file_name}"
|
||||||
|
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#~| msgid "General"
|
#~| msgid "General"
|
||||||
#~ msgctxt "shortcuts window"
|
#~ msgctxt "shortcuts window"
|
||||||
@@ -584,9 +682,6 @@ msgstr "Chiudi"
|
|||||||
#~ msgid "The Heroic directory cannot be found."
|
#~ msgid "The Heroic directory cannot be found."
|
||||||
#~ msgstr "Non è possibile trovare il percorso per Heroic."
|
#~ msgstr "Non è possibile trovare il percorso per Heroic."
|
||||||
|
|
||||||
#~ msgid "Set Heroic Location"
|
|
||||||
#~ msgstr "Imposta il percorso per Heroic"
|
|
||||||
|
|
||||||
#~ msgid "Heroic Games Imported"
|
#~ msgid "Heroic Games Imported"
|
||||||
#~ msgstr "Importati giochi da Heroic"
|
#~ msgstr "Importati giochi da Heroic"
|
||||||
|
|
||||||
|
|||||||
540
po/ko.po
@@ -6,7 +6,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Cartridges\n"
|
"Project-Id-Version: Cartridges\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-03-30 16:23+0200\n"
|
"POT-Creation-Date: 2023-04-11 23:33+0200\n"
|
||||||
"PO-Revision-Date: 2023-03-28 22:23+0000\n"
|
"PO-Revision-Date: 2023-03-28 22:23+0000\n"
|
||||||
"Last-Translator: MJKim <kmj10727@gmail.com>\n"
|
"Last-Translator: MJKim <kmj10727@gmail.com>\n"
|
||||||
"Language-Team: Korean <https://hosted.weblate.org/projects/cartridges/"
|
"Language-Team: Korean <https://hosted.weblate.org/projects/cartridges/"
|
||||||
@@ -20,7 +20,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: data/hu.kramo.Cartridges.desktop.in:3
|
#: data/hu.kramo.Cartridges.desktop.in:3
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:6 data/gtk/window.blp:29
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:6 data/gtk/window.blp:29
|
||||||
#: src/main.py:110
|
#: src/main.py:119
|
||||||
msgid "Cartridges"
|
msgid "Cartridges"
|
||||||
msgstr "카트리지"
|
msgstr "카트리지"
|
||||||
|
|
||||||
@@ -29,18 +29,21 @@ msgid "Game Launcher"
|
|||||||
msgstr "게임 런처"
|
msgstr "게임 런처"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.desktop.in:5
|
#: data/hu.kramo.Cartridges.desktop.in:5
|
||||||
msgid "Launch your games"
|
|
||||||
msgstr "게임을 실행합니다"
|
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:7
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:7
|
||||||
msgid "Launch all your games"
|
msgid "Launch all your games"
|
||||||
msgstr "모든 게임을 실행합니다"
|
msgstr "모든 게임을 실행합니다"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:9
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:9
|
||||||
|
#, fuzzy
|
||||||
|
#| msgid ""
|
||||||
|
#| "Cartridges is a simple game launcher. It has support for importing your "
|
||||||
|
#| "games from Steam, Heroic and Bottles with organizational features such as "
|
||||||
|
#| "hiding and sorting by date added or last played."
|
||||||
msgid ""
|
msgid ""
|
||||||
"Cartridges is a simple game launcher. It has support for importing your "
|
"Cartridges is a simple game launcher for all of your games. It has support "
|
||||||
"games from Steam, Heroic and Bottles with organizational features such as "
|
"for importing games from Steam, Lutris, Heroic and more with no login "
|
||||||
"hiding and sorting by date added or last played."
|
"necessary. You can sort and hide games or download cover art from "
|
||||||
|
"SteamGridDB."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"카트리지는 간단한 게임 런처입니다. 추가한 날짜 또는 마지막으로 플레이한 날짜"
|
"카트리지는 간단한 게임 런처입니다. 추가한 날짜 또는 마지막으로 플레이한 날짜"
|
||||||
"별로 게임을 숨기거나 정렬하는 등의 정리 기능을 통해 Steam, Heroic 및 Bottles"
|
"별로 게임을 숨기거나 정렬하는 등의 정리 기능을 통해 Steam, Heroic 및 Bottles"
|
||||||
@@ -51,7 +54,7 @@ msgid "Library"
|
|||||||
msgstr "라이브러리"
|
msgstr "라이브러리"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:26
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:26
|
||||||
#: src/utils/create_details_window.py:48
|
#: src/utils/create_details_window.py:87
|
||||||
msgid "Edit Game Details"
|
msgid "Edit Game Details"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -59,120 +62,30 @@ msgstr ""
|
|||||||
msgid "Game Details"
|
msgid "Game Details"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:34 data/gtk/window.blp:363
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:34 data/gtk/window.blp:402
|
||||||
#: src/utils/importer.py:81
|
#: src/utils/importer.py:94 src/utils/importer.py:123 src/utils/importer.py:148
|
||||||
|
#: src/utils/steamgriddb.py:116
|
||||||
msgid "Preferences"
|
msgid "Preferences"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/window.blp:6 src/utils/importer.py:78
|
#: data/gtk/game.blp:67 src/utils/create_details_window.py:129
|
||||||
msgid "No Games Found"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:7
|
|
||||||
msgid "Try a different search."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:14
|
|
||||||
msgid "No Games"
|
|
||||||
msgstr "게임이 없습니다"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:15
|
|
||||||
msgid "Use the + button to add games."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:22
|
|
||||||
msgid "No Hidden Games"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:23
|
|
||||||
msgid "Games you hide will appear here."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:44 data/gtk/window.blp:254
|
|
||||||
msgid "Back"
|
|
||||||
msgstr "뒤로"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:92
|
|
||||||
msgid "Game Title"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:148 src/game.py:175
|
|
||||||
msgid "Play"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:196 data/gtk/window.blp:382
|
|
||||||
msgid "Add Game"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:203 data/gtk/window.blp:266
|
|
||||||
msgid "Main Menu"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:210 data/gtk/window.blp:273 data/gtk/help-overlay.blp:19
|
|
||||||
msgid "Search"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:261
|
|
||||||
msgid "Hidden Games"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:321
|
|
||||||
msgid "Sort"
|
|
||||||
msgstr "정렬"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:324
|
|
||||||
msgid "A-Z"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:330
|
|
||||||
msgid "Z-A"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:336
|
|
||||||
msgid "Newest"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:342
|
|
||||||
msgid "Oldest"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:348
|
|
||||||
msgid "Last Played"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:355
|
|
||||||
msgid "Show Hidden"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:368
|
|
||||||
msgid "Keyboard Shortcuts"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:373
|
|
||||||
msgid "About Cartridges"
|
|
||||||
msgstr "카트리지 정보"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:388 data/gtk/preferences.blp:66
|
|
||||||
msgid "Import"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/game.blp:60 src/utils/create_details_window.py:94
|
|
||||||
msgid "Title"
|
msgid "Title"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/game.blp:82 data/gtk/game.blp:101
|
#: data/gtk/game.blp:89 data/gtk/game.blp:108 data/gtk/window.blp:170
|
||||||
msgid "Edit"
|
msgid "Edit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/game.blp:87
|
#: data/gtk/game.blp:94 src/window.py:286
|
||||||
msgid "Hide"
|
msgid "Hide"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/game.blp:92 data/gtk/game.blp:111 data/gtk/preferences.blp:53
|
#: data/gtk/game.blp:99 data/gtk/game.blp:118 data/gtk/preferences.blp:56
|
||||||
|
#: data/gtk/window.blp:186
|
||||||
msgid "Remove"
|
msgid "Remove"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/game.blp:106
|
#: data/gtk/game.blp:113 src/window.py:283
|
||||||
msgid "Unhide"
|
msgid "Unhide"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -184,6 +97,11 @@ msgstr ""
|
|||||||
msgid "Quit"
|
msgid "Quit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:19 data/gtk/window.blp:205 data/gtk/window.blp:249
|
||||||
|
#: data/gtk/window.blp:312
|
||||||
|
msgid "Search"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:24
|
#: data/gtk/help-overlay.blp:24
|
||||||
msgid "Show preferences"
|
msgid "Show preferences"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -192,7 +110,8 @@ msgstr ""
|
|||||||
msgid "Shortcuts"
|
msgid "Shortcuts"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:34 src/main.py:198 src/preferences.py:118
|
#: data/gtk/help-overlay.blp:34 src/main.py:186 src/main.py:242
|
||||||
|
#: src/preferences.py:133
|
||||||
msgid "Undo"
|
msgid "Undo"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -220,7 +139,13 @@ msgstr "게임이 없습니다"
|
|||||||
msgid "Show hidden games"
|
msgid "Show hidden games"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:13
|
#: data/gtk/help-overlay.blp:63
|
||||||
|
#, fuzzy
|
||||||
|
#| msgid "No Games"
|
||||||
|
msgid "Remove game"
|
||||||
|
msgstr "게임이 없습니다"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:13 data/gtk/preferences.blp:235
|
||||||
msgid "Behavior"
|
msgid "Behavior"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -228,286 +153,459 @@ msgstr ""
|
|||||||
msgid "Exit After Launching Games"
|
msgid "Exit After Launching Games"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:24
|
#: data/gtk/preferences.blp:25
|
||||||
msgid "Cover Image Launches Game"
|
msgid "Cover Image Launches Game"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:25
|
#: data/gtk/preferences.blp:26
|
||||||
msgid "Swaps the behavior of the cover image and the play button"
|
msgid "Swaps the behavior of the cover image and the play button"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:34 src/utils/create_details_window.py:59
|
#: data/gtk/preferences.blp:36 src/utils/create_details_window.py:101
|
||||||
msgid "Images"
|
msgid "Images"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:37
|
#: data/gtk/preferences.blp:39
|
||||||
msgid "High Quality Images"
|
msgid "High Quality Images"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:38
|
#: data/gtk/preferences.blp:40
|
||||||
msgid "Save game covers losslessly at the cost of storage"
|
msgid "Save game covers losslessly at the cost of storage"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:47
|
#: data/gtk/preferences.blp:50
|
||||||
msgid "Danger Zone"
|
msgid "Danger Zone"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:50
|
#: data/gtk/preferences.blp:53
|
||||||
msgid "Remove All Games"
|
msgid "Remove All Games"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:70
|
#: data/gtk/preferences.blp:69 data/gtk/window.blp:427
|
||||||
msgid "Sources"
|
msgid "Import"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:73
|
#: data/gtk/preferences.blp:73
|
||||||
|
msgid "Sources"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:76
|
||||||
msgid "Steam"
|
msgid "Steam"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:77
|
#: data/gtk/preferences.blp:80
|
||||||
msgid "Steam Install Location"
|
msgid "Steam Install Location"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:78 data/gtk/preferences.blp:117
|
#: data/gtk/preferences.blp:81 data/gtk/preferences.blp:119
|
||||||
#: data/gtk/preferences.blp:156
|
#: data/gtk/preferences.blp:153 data/gtk/preferences.blp:195
|
||||||
|
#: data/gtk/preferences.blp:210
|
||||||
msgid "Directory to use when importing games"
|
msgid "Directory to use when importing games"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:86
|
#: data/gtk/preferences.blp:89 src/utils/importer.py:143
|
||||||
msgid "Extra Steam Libraries"
|
msgid "Extra Steam Libraries"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:87
|
#: data/gtk/preferences.blp:90
|
||||||
msgid "Select other directories where you have Steam games installed"
|
msgid "Select other directories where you have Steam games installed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:94
|
#: data/gtk/preferences.blp:96
|
||||||
msgid "Clear"
|
msgid "Clear"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:112
|
#: data/gtk/preferences.blp:114
|
||||||
|
msgid "Lutris"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:118
|
||||||
|
msgid "Lutris Install Location"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:128
|
||||||
|
msgid "Lutris Cache Location"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:129
|
||||||
|
msgid "Directory to use when importing game covers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:138
|
||||||
|
#, fuzzy
|
||||||
|
#| msgid "No Games"
|
||||||
|
msgid "Import Steam Games"
|
||||||
|
msgstr "게임이 없습니다"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:148
|
||||||
msgid "Heroic"
|
msgid "Heroic"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:116
|
#: data/gtk/preferences.blp:152
|
||||||
msgid "Heroic Install Location"
|
msgid "Heroic Install Location"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:126
|
#: data/gtk/preferences.blp:162
|
||||||
msgid "Import Epic Games"
|
msgid "Import Epic Games"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:134
|
#: data/gtk/preferences.blp:171
|
||||||
msgid "Import GOG Games"
|
msgid "Import GOG Games"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:142
|
#: data/gtk/preferences.blp:180
|
||||||
msgid "Import Sideloaded Games"
|
msgid "Import Sideloaded Games"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:151
|
#: data/gtk/preferences.blp:190
|
||||||
msgid "Bottles"
|
msgid "Bottles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:155
|
#: data/gtk/preferences.blp:194
|
||||||
msgid "Bottles Install Location"
|
msgid "Bottles Install Location"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:205
|
||||||
|
msgid "itch"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:209
|
||||||
|
msgid "itch Install Location"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:223
|
||||||
|
msgid "SteamGridDB"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:227
|
||||||
|
msgid "Authentication"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:230
|
||||||
|
msgid "API Key"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:238
|
||||||
|
msgid "Use SteamGridDB"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:239
|
||||||
|
msgid "Download images when adding or importing games"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:248
|
||||||
|
msgid "Prefer Over Official Images"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:257
|
||||||
|
msgid "Prefer Animated Images"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:6 src/utils/importer.py:91
|
||||||
|
msgid "No Games Found"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:7
|
||||||
|
msgid "Try a different search."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:14
|
||||||
|
msgid "No Games"
|
||||||
|
msgstr "게임이 없습니다"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:15
|
||||||
|
msgid "Use the + button to add games."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:22
|
||||||
|
msgid "No Hidden Games"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:23
|
||||||
|
msgid "Games you hide will appear here."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:44 data/gtk/window.blp:293
|
||||||
|
msgid "Back"
|
||||||
|
msgstr "뒤로"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:100
|
||||||
|
msgid "Game Title"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:151 src/game.py:158
|
||||||
|
msgid "Play"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:235 data/gtk/window.blp:421
|
||||||
|
msgid "Add Game"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:242 data/gtk/window.blp:305
|
||||||
|
msgid "Main Menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:300
|
||||||
|
msgid "Hidden Games"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:360
|
||||||
|
msgid "Sort"
|
||||||
|
msgstr "정렬"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:363
|
||||||
|
msgid "A-Z"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:369
|
||||||
|
msgid "Z-A"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:375
|
||||||
|
msgid "Newest"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:381
|
||||||
|
msgid "Oldest"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:387
|
||||||
|
msgid "Last Played"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:394
|
||||||
|
msgid "Show Hidden"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:407
|
||||||
|
msgid "Keyboard Shortcuts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:412
|
||||||
|
msgid "About Cartridges"
|
||||||
|
msgstr "카트리지 정보"
|
||||||
|
|
||||||
#. Translators: Replace this with your name for it to show up in the about window
|
#. Translators: Replace this with your name for it to show up in the about window
|
||||||
#: src/main.py:125
|
#: src/main.py:137
|
||||||
msgid "translator_credits"
|
msgid "translator_credits"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. The variable is the title of the game
|
#. The variable is the title of the game
|
||||||
#: src/main.py:197
|
#: src/main.py:164
|
||||||
#, python-brace-format
|
msgid "{} launched"
|
||||||
msgid "{title} removed"
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/window.py:234
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:182
|
||||||
|
msgid "{} hidden"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:185
|
||||||
|
msgid "{} unhidden"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:241
|
||||||
|
msgid "{} removed"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/window.py:262
|
||||||
msgid "Today"
|
msgid "Today"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/window.py:236
|
#: src/window.py:264
|
||||||
msgid "Yesterday"
|
msgid "Yesterday"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. The variable is the date when the game was added
|
#. The variable is the date when the game was added
|
||||||
#: src/window.py:270
|
#: src/window.py:310
|
||||||
#, python-brace-format
|
msgid "Added: {}"
|
||||||
msgid "Added: {date}"
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/window.py:275
|
#: src/window.py:315
|
||||||
msgid "Never"
|
msgid "Never"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. The variable is the date when the game was last played
|
#. The variable is the date when the game was last played
|
||||||
#: src/window.py:279
|
#: src/window.py:319
|
||||||
#, python-brace-format
|
msgid "Last played: {}"
|
||||||
msgid "Last played: {last_played_date}"
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/game.py:173
|
#: src/game.py:156
|
||||||
msgid "Details"
|
msgid "Details"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/preferences.py:55
|
#: src/preferences.py:54
|
||||||
msgid "Installation Not Found"
|
msgid "Installation Not Found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. The variable is the name of the game launcher
|
#. The variable is the name of the game launcher
|
||||||
#: src/preferences.py:57
|
#: src/preferences.py:56
|
||||||
#, python-brace-format
|
msgid "Select the {} configuration directory."
|
||||||
msgid "Select the {name} configuration directory."
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. The variable is the name of the game launcher
|
#. The variable is the name of the game launcher
|
||||||
#: src/preferences.py:59
|
#: src/preferences.py:59
|
||||||
#, python-brace-format
|
msgid "Select the {} data directory."
|
||||||
msgid "Select the {name} data directory."
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/preferences.py:61
|
#: src/preferences.py:61 src/preferences.py:240
|
||||||
msgid "Set Location"
|
msgid "Set Location"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/preferences.py:117
|
#: src/preferences.py:132
|
||||||
msgid "All games removed"
|
msgid "All games removed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/utils/importer.py:37
|
#: src/preferences.py:237
|
||||||
msgid "Importing Games…"
|
msgid "Cache Not Found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/utils/importer.py:79
|
#: src/preferences.py:238
|
||||||
msgid "No new games were found on your system."
|
msgid "Select the Lutris cache directory."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/utils/importer.py:87
|
#: src/preferences.py:344
|
||||||
msgid "Game Imported"
|
msgid ""
|
||||||
|
"An API key is required to use SteamGridDB. You can generate one {}here{}."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/utils/importer.py:88
|
#: src/utils/create_details_window.py:81
|
||||||
msgid "Successfully imported 1 game."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/utils/importer.py:94
|
|
||||||
msgid "Games Imported"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. The variable is the number of games
|
|
||||||
#: src/utils/importer.py:96
|
|
||||||
#, python-brace-format
|
|
||||||
msgid "Successfully imported {games_no} games."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:41
|
|
||||||
msgid "Add New Game"
|
msgid "Add New Game"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:46
|
#: src/utils/create_details_window.py:85
|
||||||
msgid "Confirm"
|
msgid "Confirm"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:57
|
#: src/utils/create_details_window.py:96
|
||||||
msgid "Apply"
|
msgid "Apply"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:95
|
#: src/utils/create_details_window.py:130
|
||||||
msgid "The title of the game"
|
msgid "The title of the game"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:100
|
#: src/utils/create_details_window.py:135
|
||||||
msgid "Developer"
|
msgid "Developer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:101
|
#: src/utils/create_details_window.py:136
|
||||||
msgid "The developer or publisher (optional)"
|
msgid "The developer or publisher (optional)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Translate this string as you would translate "file"
|
#. Translate this string as you would translate "file"
|
||||||
#: src/utils/create_details_window.py:112
|
#: src/utils/create_details_window.py:147
|
||||||
msgid "file.txt"
|
msgid "file.txt"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. As in software
|
#. As in software
|
||||||
#: src/utils/create_details_window.py:114
|
#: src/utils/create_details_window.py:149
|
||||||
msgid "program"
|
msgid "program"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {exe_name}"
|
#. Translate this string as you would translate "path to {}"
|
||||||
#: src/utils/create_details_window.py:119
|
#: src/utils/create_details_window.py:154
|
||||||
#, python-brace-format
|
#: src/utils/create_details_window.py:156
|
||||||
msgid "C:\\path\\to\\{exe_name}"
|
msgid "C:\\path\\to\\{}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {file_name}"
|
#. Translate this string as you would translate "path to {}"
|
||||||
#: src/utils/create_details_window.py:121
|
#: src/utils/create_details_window.py:160
|
||||||
#, python-brace-format
|
#: src/utils/create_details_window.py:162
|
||||||
msgid "C:\\path\\to\\{file_name}"
|
msgid "/path/to/{}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {exe_name}"
|
#: src/utils/create_details_window.py:166
|
||||||
#: src/utils/create_details_window.py:125
|
|
||||||
#, python-brace-format
|
|
||||||
msgid "/path/to/{exe_name}"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {file_name}"
|
|
||||||
#: src/utils/create_details_window.py:127
|
|
||||||
#, python-brace-format
|
|
||||||
msgid "/path/to/{file_name}"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:131
|
|
||||||
#, python-brace-format
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"To launch the executable \"{exe_name}\", use the command:\n"
|
"To launch the executable \"{}\", use the command:\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>\"{exe_path}\"</tt>\n"
|
"<tt>\"{}\"</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"To open the file \"{file_name}\" with the default application, use:\n"
|
"To open the file \"{}\" with the default application, use:\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>{command} \"{file_path}\"</tt>\n"
|
"<tt>{} \"{}\"</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"If the path contains spaces, make sure to wrap it in double quotes!"
|
"If the path contains spaces, make sure to wrap it in double quotes!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:154
|
#: src/utils/create_details_window.py:189
|
||||||
msgid "Executable"
|
msgid "Executable"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:155
|
#: src/utils/create_details_window.py:190
|
||||||
msgid "File to open or command to run when launching the game"
|
msgid "File to open or command to run when launching the game"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:167
|
#: src/utils/create_details_window.py:202
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:217
|
#: src/utils/create_details_window.py:259
|
||||||
#: src/utils/create_details_window.py:227
|
#: src/utils/create_details_window.py:269
|
||||||
#: src/utils/create_details_window.py:233
|
#: src/utils/create_details_window.py:275
|
||||||
msgid "Couldn't Add Game"
|
msgid "Couldn't Add Game"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:219
|
#: src/utils/create_details_window.py:261
|
||||||
#: src/utils/create_details_window.py:257
|
#: src/utils/create_details_window.py:299
|
||||||
#: src/utils/create_details_window.py:265
|
#: src/utils/create_details_window.py:307
|
||||||
msgid "Couldn't Apply Preferences"
|
msgid "Couldn't Apply Preferences"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:227
|
#: src/utils/create_details_window.py:269
|
||||||
#: src/utils/create_details_window.py:258
|
#: src/utils/create_details_window.py:300
|
||||||
msgid "Game title cannot be empty."
|
msgid "Game title cannot be empty."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:233
|
#: src/utils/create_details_window.py:275
|
||||||
#: src/utils/create_details_window.py:266
|
#: src/utils/create_details_window.py:308
|
||||||
msgid "Executable cannot be empty."
|
msgid "Executable cannot be empty."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/utils/create_dialog.py:25
|
#: src/utils/create_dialog.py:25
|
||||||
msgid "Dismiss"
|
msgid "Dismiss"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/utils/importer.py:42
|
||||||
|
msgid "Importing Games…"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/utils/importer.py:77
|
||||||
|
msgid "Importing Covers…"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/utils/importer.py:92
|
||||||
|
msgid "No new games were found on your system."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/utils/importer.py:100
|
||||||
|
msgid "Game Imported"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/utils/importer.py:101
|
||||||
|
msgid "Successfully imported 1 game."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/utils/importer.py:107
|
||||||
|
msgid "Games Imported"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. The variable is the number of games
|
||||||
|
#: src/utils/importer.py:109
|
||||||
|
msgid "Successfully imported {} games."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/utils/importer.py:120 src/utils/steamgriddb.py:113
|
||||||
|
msgid "Couldn't Connect to SteamGridDB"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/utils/importer.py:145
|
||||||
|
msgid ""
|
||||||
|
"Looks like you have multiple Steam libraries. Would you like to add them in "
|
||||||
|
"preferences?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "Launch your games"
|
||||||
|
#~ msgstr "게임을 실행합니다"
|
||||||
|
|||||||
749
po/nb_NO.po
@@ -7,8 +7,8 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: cartridges\n"
|
"Project-Id-Version: cartridges\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-03-30 16:23+0200\n"
|
"POT-Creation-Date: 2023-04-11 23:33+0200\n"
|
||||||
"PO-Revision-Date: 2023-03-30 11:43+0000\n"
|
"PO-Revision-Date: 2023-04-06 08:09+0000\n"
|
||||||
"Last-Translator: Allan Nordhøy <epost@anotheragency.no>\n"
|
"Last-Translator: Allan Nordhøy <epost@anotheragency.no>\n"
|
||||||
"Language-Team: Norwegian Bokmål <https://hosted.weblate.org/projects/"
|
"Language-Team: Norwegian Bokmål <https://hosted.weblate.org/projects/"
|
||||||
"cartridges/cartridges/nb_NO/>\n"
|
"cartridges/cartridges/nb_NO/>\n"
|
||||||
@@ -21,7 +21,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: data/hu.kramo.Cartridges.desktop.in:3
|
#: data/hu.kramo.Cartridges.desktop.in:3
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:6 data/gtk/window.blp:29
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:6 data/gtk/window.blp:29
|
||||||
#: src/main.py:110
|
#: src/main.py:119
|
||||||
msgid "Cartridges"
|
msgid "Cartridges"
|
||||||
msgstr "Cartridges"
|
msgstr "Cartridges"
|
||||||
|
|
||||||
@@ -30,30 +30,28 @@ msgid "Game Launcher"
|
|||||||
msgstr "Spillutvalgstarter"
|
msgstr "Spillutvalgstarter"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.desktop.in:5
|
#: data/hu.kramo.Cartridges.desktop.in:5
|
||||||
msgid "Launch your games"
|
|
||||||
msgstr "Start spillene dine"
|
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:7
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:7
|
||||||
msgid "Launch all your games"
|
msgid "Launch all your games"
|
||||||
msgstr "Start alle spillene dine"
|
msgstr "Start alle spillene dine"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:9
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:9
|
||||||
msgid ""
|
msgid ""
|
||||||
"Cartridges is a simple game launcher. It has support for importing your "
|
"Cartridges is a simple game launcher for all of your games. It has support "
|
||||||
"games from Steam, Heroic and Bottles with organizational features such as "
|
"for importing games from Steam, Lutris, Heroic and more with no login "
|
||||||
"hiding and sorting by date added or last played."
|
"necessary. You can sort and hide games or download cover art from "
|
||||||
|
"SteamGridDB."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Cartridges er en enkel spillutvalgsoppstarter. Den har støtte for "
|
"Cartridges er en enkel spillutvalgsoppstarter for alle spillene dine. Den "
|
||||||
"importering av spillene dine fra Steam, Heroic, og Bottles, med "
|
"har støtte for importering av spill fra Steam, Lutris, Heroic, og flere uten "
|
||||||
"organiseringsfunksjoner som skjuling og sortering etter tillagt dato eller "
|
"innlogging. Du kan sortere og skjule spil eller laste ned omslagsbilder fra "
|
||||||
"sist spilt."
|
"SteamGridDB."
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:22
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:22
|
||||||
msgid "Library"
|
msgid "Library"
|
||||||
msgstr "Bibliotek"
|
msgstr "Bibliotek"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:26
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:26
|
||||||
#: src/utils/create_details_window.py:48
|
#: src/utils/create_details_window.py:87
|
||||||
msgid "Edit Game Details"
|
msgid "Edit Game Details"
|
||||||
msgstr "Rediger spilldetaljer"
|
msgstr "Rediger spilldetaljer"
|
||||||
|
|
||||||
@@ -61,12 +59,257 @@ msgstr "Rediger spilldetaljer"
|
|||||||
msgid "Game Details"
|
msgid "Game Details"
|
||||||
msgstr "Spilldetaljer"
|
msgstr "Spilldetaljer"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:34 data/gtk/window.blp:363
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:34 data/gtk/window.blp:402
|
||||||
#: src/utils/importer.py:81
|
#: src/utils/importer.py:94 src/utils/importer.py:123 src/utils/importer.py:148
|
||||||
|
#: src/utils/steamgriddb.py:116
|
||||||
msgid "Preferences"
|
msgid "Preferences"
|
||||||
msgstr "Innstillinger"
|
msgstr "Innstillinger"
|
||||||
|
|
||||||
#: data/gtk/window.blp:6 src/utils/importer.py:78
|
#: data/gtk/game.blp:67 src/utils/create_details_window.py:129
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "Navn"
|
||||||
|
|
||||||
|
#: data/gtk/game.blp:89 data/gtk/game.blp:108 data/gtk/window.blp:170
|
||||||
|
msgid "Edit"
|
||||||
|
msgstr "Rediger"
|
||||||
|
|
||||||
|
#: data/gtk/game.blp:94 src/window.py:286
|
||||||
|
msgid "Hide"
|
||||||
|
msgstr "Skjul"
|
||||||
|
|
||||||
|
#: data/gtk/game.blp:99 data/gtk/game.blp:118 data/gtk/preferences.blp:56
|
||||||
|
#: data/gtk/window.blp:186
|
||||||
|
msgid "Remove"
|
||||||
|
msgstr "Fjern"
|
||||||
|
|
||||||
|
#: data/gtk/game.blp:113 src/window.py:283
|
||||||
|
msgid "Unhide"
|
||||||
|
msgstr "Opphev fjerning"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:11 data/gtk/preferences.blp:9
|
||||||
|
msgid "General"
|
||||||
|
msgstr "Generelt"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:14
|
||||||
|
msgid "Quit"
|
||||||
|
msgstr "Avslutt"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:19 data/gtk/window.blp:205 data/gtk/window.blp:249
|
||||||
|
#: data/gtk/window.blp:312
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Search"
|
||||||
|
msgstr "Søk"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:24
|
||||||
|
msgid "Show preferences"
|
||||||
|
msgstr "Vis innstillinger"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:29
|
||||||
|
msgid "Shortcuts"
|
||||||
|
msgstr "Snarveier"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:34 src/main.py:186 src/main.py:242
|
||||||
|
#: src/preferences.py:133
|
||||||
|
msgid "Undo"
|
||||||
|
msgstr "Angre"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:39
|
||||||
|
msgid "Open menu"
|
||||||
|
msgstr "Åpne meny"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:45
|
||||||
|
msgid "Games"
|
||||||
|
msgstr "Spill"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:48
|
||||||
|
msgid "Add new game"
|
||||||
|
msgstr "Legg til nytt spill"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:53
|
||||||
|
msgid "Import games"
|
||||||
|
msgstr "Importer spill"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:58
|
||||||
|
msgid "Show hidden games"
|
||||||
|
msgstr "Vis skjulte spill"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:63
|
||||||
|
#, fuzzy
|
||||||
|
#| msgid "Remove"
|
||||||
|
msgid "Remove game"
|
||||||
|
msgstr "Fjern spill"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:13 data/gtk/preferences.blp:235
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Behavior"
|
||||||
|
msgstr "Adferd"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:16
|
||||||
|
msgid "Exit After Launching Games"
|
||||||
|
msgstr "Avslutt etter oppstart av spill"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:25
|
||||||
|
msgid "Cover Image Launches Game"
|
||||||
|
msgstr "Omslagsbilde starter spill"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:26
|
||||||
|
msgid "Swaps the behavior of the cover image and the play button"
|
||||||
|
msgstr "Bytter adferd for omslagsbilde og spill-knapp"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:36 src/utils/create_details_window.py:101
|
||||||
|
msgid "Images"
|
||||||
|
msgstr "Bilder"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:39
|
||||||
|
msgid "High Quality Images"
|
||||||
|
msgstr "Høykvalitetsbilder"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:40
|
||||||
|
msgid "Save game covers losslessly at the cost of storage"
|
||||||
|
msgstr "Lagre spillomslag tapsfritt på bekostning av lagringsplass"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:50
|
||||||
|
msgid "Danger Zone"
|
||||||
|
msgstr "Faresone"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:53
|
||||||
|
msgid "Remove All Games"
|
||||||
|
msgstr "Fjern alle spill"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:69 data/gtk/window.blp:427
|
||||||
|
msgid "Import"
|
||||||
|
msgstr "Importer"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:73
|
||||||
|
msgid "Sources"
|
||||||
|
msgstr "Kilder"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:76
|
||||||
|
msgid "Steam"
|
||||||
|
msgstr "Steam"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:80
|
||||||
|
msgid "Steam Install Location"
|
||||||
|
msgstr "Installasjonssted for Steam"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:81 data/gtk/preferences.blp:119
|
||||||
|
#: data/gtk/preferences.blp:153 data/gtk/preferences.blp:195
|
||||||
|
#: data/gtk/preferences.blp:210
|
||||||
|
msgid "Directory to use when importing games"
|
||||||
|
msgstr "Mappe å bruke ved import av spill"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:89 src/utils/importer.py:143
|
||||||
|
msgid "Extra Steam Libraries"
|
||||||
|
msgstr "Ekstra Steam-bibliotek"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:90
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Select other directories where you have Steam games installed"
|
||||||
|
msgstr "Velg andre mapper der du har Steam-spill installert"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:96
|
||||||
|
msgid "Clear"
|
||||||
|
msgstr "Tøm"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:114
|
||||||
|
msgid "Lutris"
|
||||||
|
msgstr "Lutris"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:118
|
||||||
|
msgid "Lutris Install Location"
|
||||||
|
msgstr "Installasjonssted for Lutris"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:128
|
||||||
|
#, fuzzy
|
||||||
|
#| msgid "Set Heroic Location"
|
||||||
|
msgid "Lutris Cache Location"
|
||||||
|
msgstr "Posisjon for Lutris-hurtiglager"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:129
|
||||||
|
#, fuzzy
|
||||||
|
#| msgid "Directory to use when importing games"
|
||||||
|
msgid "Directory to use when importing game covers"
|
||||||
|
msgstr "Mappe å bruke ved import av spillomslag"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:138
|
||||||
|
#, fuzzy
|
||||||
|
#| msgid "Import Sideloaded Games"
|
||||||
|
msgid "Import Steam Games"
|
||||||
|
msgstr "Importer sideinnlastede spill"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:148
|
||||||
|
msgid "Heroic"
|
||||||
|
msgstr "Heroic"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:152
|
||||||
|
msgid "Heroic Install Location"
|
||||||
|
msgstr "Installasjonssted for Heroic"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:162
|
||||||
|
msgid "Import Epic Games"
|
||||||
|
msgstr "Importer Epic-spill"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:171
|
||||||
|
msgid "Import GOG Games"
|
||||||
|
msgstr "Importer GOG-spill"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:180
|
||||||
|
msgid "Import Sideloaded Games"
|
||||||
|
msgstr "Importer sideinnlastede spill"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:190
|
||||||
|
msgid "Bottles"
|
||||||
|
msgstr "Bottles"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:194
|
||||||
|
msgid "Bottles Install Location"
|
||||||
|
msgstr "Installasjonssted for Bottles"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:205
|
||||||
|
#, fuzzy
|
||||||
|
msgid "itch"
|
||||||
|
msgstr "itch"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:209
|
||||||
|
#, fuzzy
|
||||||
|
#| msgid "Heroic Install Location"
|
||||||
|
msgid "itch Install Location"
|
||||||
|
msgstr "Installasjonssted for itch"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:223
|
||||||
|
msgid "SteamGridDB"
|
||||||
|
msgstr "SteamGridDB"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:227
|
||||||
|
msgid "Authentication"
|
||||||
|
msgstr "Identitetsbekreftelse"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:230
|
||||||
|
#, fuzzy
|
||||||
|
msgid "API Key"
|
||||||
|
msgstr "API-nøkkel"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:238
|
||||||
|
msgid "Use SteamGridDB"
|
||||||
|
msgstr "Bruk SteamGridDB"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:239
|
||||||
|
#, fuzzy
|
||||||
|
#| msgid "Directory to use when importing games"
|
||||||
|
msgid "Download images when adding or importing games"
|
||||||
|
msgstr "Mappe å bruke ved import av spill"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:248
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Prefer Over Official Images"
|
||||||
|
msgstr "Foretrekk over offisielle bilder"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:257
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Prefer Animated Images"
|
||||||
|
msgstr "Foretrekk over offisielle bilder"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:6 src/utils/importer.py:91
|
||||||
msgid "No Games Found"
|
msgid "No Games Found"
|
||||||
msgstr "Fant ingen spill"
|
msgstr "Fant ingen spill"
|
||||||
|
|
||||||
@@ -90,447 +333,259 @@ msgstr "Ingen skjulte spill"
|
|||||||
msgid "Games you hide will appear here."
|
msgid "Games you hide will appear here."
|
||||||
msgstr "Spill du skjuler vil vises her."
|
msgstr "Spill du skjuler vil vises her."
|
||||||
|
|
||||||
#: data/gtk/window.blp:44 data/gtk/window.blp:254
|
#: data/gtk/window.blp:44 data/gtk/window.blp:293
|
||||||
msgid "Back"
|
msgid "Back"
|
||||||
msgstr "Tilbake"
|
msgstr "Tilbake"
|
||||||
|
|
||||||
#: data/gtk/window.blp:92
|
#: data/gtk/window.blp:100
|
||||||
msgid "Game Title"
|
msgid "Game Title"
|
||||||
msgstr "Spillnavn"
|
msgstr "Spillnavn"
|
||||||
|
|
||||||
#: data/gtk/window.blp:148 src/game.py:175
|
#: data/gtk/window.blp:151 src/game.py:158
|
||||||
msgid "Play"
|
msgid "Play"
|
||||||
msgstr "Spill"
|
msgstr "Spill"
|
||||||
|
|
||||||
#: data/gtk/window.blp:196 data/gtk/window.blp:382
|
#: data/gtk/window.blp:235 data/gtk/window.blp:421
|
||||||
msgid "Add Game"
|
msgid "Add Game"
|
||||||
msgstr "Legg til spill"
|
msgstr "Legg til spill"
|
||||||
|
|
||||||
#: data/gtk/window.blp:203 data/gtk/window.blp:266
|
#: data/gtk/window.blp:242 data/gtk/window.blp:305
|
||||||
msgid "Main Menu"
|
msgid "Main Menu"
|
||||||
msgstr "Hovedmeny"
|
msgstr "Hovedmeny"
|
||||||
|
|
||||||
#: data/gtk/window.blp:210 data/gtk/window.blp:273 data/gtk/help-overlay.blp:19
|
#: data/gtk/window.blp:300
|
||||||
#, fuzzy
|
|
||||||
msgid "Search"
|
|
||||||
msgstr "Søk"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:261
|
|
||||||
msgid "Hidden Games"
|
msgid "Hidden Games"
|
||||||
msgstr "Skjulte spill"
|
msgstr "Skjulte spill"
|
||||||
|
|
||||||
#: data/gtk/window.blp:321
|
#: data/gtk/window.blp:360
|
||||||
msgid "Sort"
|
msgid "Sort"
|
||||||
msgstr "Sorter"
|
msgstr "Sorter"
|
||||||
|
|
||||||
#: data/gtk/window.blp:324
|
#: data/gtk/window.blp:363
|
||||||
msgid "A-Z"
|
msgid "A-Z"
|
||||||
msgstr "A-Å"
|
msgstr "A-Å"
|
||||||
|
|
||||||
#: data/gtk/window.blp:330
|
#: data/gtk/window.blp:369
|
||||||
msgid "Z-A"
|
msgid "Z-A"
|
||||||
msgstr "Å-A"
|
msgstr "Å-A"
|
||||||
|
|
||||||
#: data/gtk/window.blp:336
|
#: data/gtk/window.blp:375
|
||||||
msgid "Newest"
|
msgid "Newest"
|
||||||
msgstr "Nyeste"
|
msgstr "Nyeste"
|
||||||
|
|
||||||
#: data/gtk/window.blp:342
|
#: data/gtk/window.blp:381
|
||||||
msgid "Oldest"
|
msgid "Oldest"
|
||||||
msgstr "Eldste"
|
msgstr "Eldste"
|
||||||
|
|
||||||
#: data/gtk/window.blp:348
|
#: data/gtk/window.blp:387
|
||||||
msgid "Last Played"
|
msgid "Last Played"
|
||||||
msgstr "Sist spilt"
|
msgstr "Sist spilt"
|
||||||
|
|
||||||
#: data/gtk/window.blp:355
|
#: data/gtk/window.blp:394
|
||||||
msgid "Show Hidden"
|
msgid "Show Hidden"
|
||||||
msgstr "Vis skjulte"
|
msgstr "Vis skjulte"
|
||||||
|
|
||||||
#: data/gtk/window.blp:368
|
#: data/gtk/window.blp:407
|
||||||
msgid "Keyboard Shortcuts"
|
msgid "Keyboard Shortcuts"
|
||||||
msgstr "Tastatursnarveier"
|
msgstr "Tastatursnarveier"
|
||||||
|
|
||||||
#: data/gtk/window.blp:373
|
#: data/gtk/window.blp:412
|
||||||
msgid "About Cartridges"
|
msgid "About Cartridges"
|
||||||
msgstr "Om"
|
msgstr "Om"
|
||||||
|
|
||||||
#: data/gtk/window.blp:388 data/gtk/preferences.blp:66
|
|
||||||
#, fuzzy
|
|
||||||
#| msgid "Import from"
|
|
||||||
msgid "Import"
|
|
||||||
msgstr "Importer fra"
|
|
||||||
|
|
||||||
#: data/gtk/game.blp:60 src/utils/create_details_window.py:94
|
|
||||||
msgid "Title"
|
|
||||||
msgstr "Navn"
|
|
||||||
|
|
||||||
#: data/gtk/game.blp:82 data/gtk/game.blp:101
|
|
||||||
msgid "Edit"
|
|
||||||
msgstr "Rediger"
|
|
||||||
|
|
||||||
#: data/gtk/game.blp:87
|
|
||||||
msgid "Hide"
|
|
||||||
msgstr "Skjul"
|
|
||||||
|
|
||||||
#: data/gtk/game.blp:92 data/gtk/game.blp:111 data/gtk/preferences.blp:53
|
|
||||||
msgid "Remove"
|
|
||||||
msgstr "Fjern"
|
|
||||||
|
|
||||||
#: data/gtk/game.blp:106
|
|
||||||
msgid "Unhide"
|
|
||||||
msgstr "Opphev fjerning"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:11 data/gtk/preferences.blp:9
|
|
||||||
msgid "General"
|
|
||||||
msgstr "Generelt"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:14
|
|
||||||
msgid "Quit"
|
|
||||||
msgstr "Avslutt"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:24
|
|
||||||
msgid "Show preferences"
|
|
||||||
msgstr "Vis innstillinger"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:29
|
|
||||||
msgid "Shortcuts"
|
|
||||||
msgstr "Snarveier"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:34 src/main.py:198 src/preferences.py:118
|
|
||||||
msgid "Undo"
|
|
||||||
msgstr "Angre"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:39
|
|
||||||
msgid "Open menu"
|
|
||||||
msgstr "Åpne meny"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:45
|
|
||||||
msgid "Games"
|
|
||||||
msgstr "Spill"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:48
|
|
||||||
msgid "Add new game"
|
|
||||||
msgstr "Legg til nytt spill"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:53
|
|
||||||
#, fuzzy
|
|
||||||
#| msgid "Import GOG Games"
|
|
||||||
msgid "Import games"
|
|
||||||
msgstr "Importer GOG-spill"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:58
|
|
||||||
msgid "Show hidden games"
|
|
||||||
msgstr "Vis skjulte spill"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:13
|
|
||||||
#, fuzzy
|
|
||||||
msgid "Behavior"
|
|
||||||
msgstr "Adferd"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:16
|
|
||||||
msgid "Exit After Launching Games"
|
|
||||||
msgstr "Avslutt etter oppstart av spill"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:24
|
|
||||||
msgid "Cover Image Launches Game"
|
|
||||||
msgstr "Omslagsbilde starter spill"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:25
|
|
||||||
msgid "Swaps the behavior of the cover image and the play button"
|
|
||||||
msgstr "Bytter adferd for omslagsbilde og spill-knapp"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:34 src/utils/create_details_window.py:59
|
|
||||||
msgid "Images"
|
|
||||||
msgstr "Bilder"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:37
|
|
||||||
msgid "High Quality Images"
|
|
||||||
msgstr "Høykvalitetsbilder"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:38
|
|
||||||
msgid "Save game covers losslessly at the cost of storage"
|
|
||||||
msgstr "Lagre spillomslag tapsfritt på bekostning av lagringsplass"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:47
|
|
||||||
msgid "Danger Zone"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:50
|
|
||||||
msgid "Remove All Games"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:70
|
|
||||||
msgid "Sources"
|
|
||||||
msgstr "Kilder"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:73
|
|
||||||
msgid "Steam"
|
|
||||||
msgstr "Steam"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:77
|
|
||||||
msgid "Steam Install Location"
|
|
||||||
msgstr "Installasjonssted for Steam"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:78 data/gtk/preferences.blp:117
|
|
||||||
#: data/gtk/preferences.blp:156
|
|
||||||
msgid "Directory to use when importing games"
|
|
||||||
msgstr "Mappe å bruke ved import av spill"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:86
|
|
||||||
msgid "Extra Steam Libraries"
|
|
||||||
msgstr "Ekstra Steam-bibliotek"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:87
|
|
||||||
#, fuzzy
|
|
||||||
msgid "Select other directories where you have Steam games installed"
|
|
||||||
msgstr "Velg andre mapper der du har Steam-spill installert"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:94
|
|
||||||
msgid "Clear"
|
|
||||||
msgstr "Tøm"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:112
|
|
||||||
msgid "Heroic"
|
|
||||||
msgstr "Heroic"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:116
|
|
||||||
msgid "Heroic Install Location"
|
|
||||||
msgstr "Installasjonssted for Heroic"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:126
|
|
||||||
msgid "Import Epic Games"
|
|
||||||
msgstr "Importer Epic-spill"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:134
|
|
||||||
msgid "Import GOG Games"
|
|
||||||
msgstr "Importer GOG-spill"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:142
|
|
||||||
msgid "Import Sideloaded Games"
|
|
||||||
msgstr "Importer sideinnlastede spill"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:151
|
|
||||||
msgid "Bottles"
|
|
||||||
msgstr "Bottles"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:155
|
|
||||||
msgid "Bottles Install Location"
|
|
||||||
msgstr "Installasjonssted for Bottles"
|
|
||||||
|
|
||||||
#. Translators: Replace this with your name for it to show up in the about window
|
#. Translators: Replace this with your name for it to show up in the about window
|
||||||
#: src/main.py:125
|
#: src/main.py:137
|
||||||
msgid "translator_credits"
|
msgid "translator_credits"
|
||||||
msgstr "Allan Nordhøy, <epost@anotheragency.no>"
|
msgstr "Allan Nordhøy, <epost@anotheragency.no>"
|
||||||
|
|
||||||
#. The variable is the title of the game
|
#. The variable is the title of the game
|
||||||
#: src/main.py:197
|
#: src/main.py:164
|
||||||
#, python-brace-format
|
msgid "{} launched"
|
||||||
msgid "{title} removed"
|
msgstr "{} startet"
|
||||||
msgstr "{title} fjernet"
|
|
||||||
|
|
||||||
#: src/window.py:234
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:182
|
||||||
|
#, fuzzy
|
||||||
|
#| msgid "Show Hidden"
|
||||||
|
msgid "{} hidden"
|
||||||
|
msgstr "{} skjult"
|
||||||
|
|
||||||
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:185
|
||||||
|
msgid "{} unhidden"
|
||||||
|
msgstr "{} synlig"
|
||||||
|
|
||||||
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:241
|
||||||
|
msgid "{} removed"
|
||||||
|
msgstr "{} fjernet"
|
||||||
|
|
||||||
|
#: src/window.py:262
|
||||||
msgid "Today"
|
msgid "Today"
|
||||||
msgstr "I dag"
|
msgstr "I dag"
|
||||||
|
|
||||||
#: src/window.py:236
|
#: src/window.py:264
|
||||||
msgid "Yesterday"
|
msgid "Yesterday"
|
||||||
msgstr "I går"
|
msgstr "I går"
|
||||||
|
|
||||||
#. The variable is the date when the game was added
|
#. The variable is the date when the game was added
|
||||||
#: src/window.py:270
|
#: src/window.py:310
|
||||||
#, python-brace-format
|
msgid "Added: {}"
|
||||||
msgid "Added: {date}"
|
msgstr "Tillagt: {}"
|
||||||
msgstr "Tillagt: {date}"
|
|
||||||
|
|
||||||
#: src/window.py:275
|
#: src/window.py:315
|
||||||
msgid "Never"
|
msgid "Never"
|
||||||
msgstr "Aldri"
|
msgstr "Aldri"
|
||||||
|
|
||||||
#. The variable is the date when the game was last played
|
#. The variable is the date when the game was last played
|
||||||
#: src/window.py:279
|
#: src/window.py:319
|
||||||
#, python-brace-format
|
msgid "Last played: {}"
|
||||||
msgid "Last played: {last_played_date}"
|
msgstr "Sist spilt: {}"
|
||||||
msgstr "Sist spilt: {last_played_date}"
|
|
||||||
|
|
||||||
#: src/game.py:173
|
#: src/game.py:156
|
||||||
#, fuzzy
|
|
||||||
msgid "Details"
|
msgid "Details"
|
||||||
msgstr "Spilldetaljer"
|
msgstr "Detaljer"
|
||||||
|
|
||||||
#: src/preferences.py:55
|
#: src/preferences.py:54
|
||||||
msgid "Installation Not Found"
|
msgid "Installation Not Found"
|
||||||
msgstr "Fant ikke installasjonen"
|
msgstr "Fant ikke installasjonen"
|
||||||
|
|
||||||
#. The variable is the name of the game launcher
|
#. The variable is the name of the game launcher
|
||||||
#: src/preferences.py:57
|
#: src/preferences.py:56
|
||||||
#, fuzzy, python-brace-format
|
msgid "Select the {} configuration directory."
|
||||||
msgid "Select the {name} configuration directory."
|
msgstr "Velg {}-oppsettsmappen."
|
||||||
msgstr "Velg {name}-oppsettsmappen."
|
|
||||||
|
|
||||||
#. The variable is the name of the game launcher
|
#. The variable is the name of the game launcher
|
||||||
#: src/preferences.py:59
|
#: src/preferences.py:59
|
||||||
#, fuzzy, python-brace-format
|
msgid "Select the {} data directory."
|
||||||
msgid "Select the {name} data directory."
|
msgstr "Velg {}-datamappen."
|
||||||
msgstr "Velg {name}-datamappen."
|
|
||||||
|
|
||||||
#: src/preferences.py:61
|
#: src/preferences.py:61 src/preferences.py:240
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Set Steam Location"
|
#| msgid "Set Steam Location"
|
||||||
msgid "Set Location"
|
msgid "Set Location"
|
||||||
msgstr "Velg hvor Steam er å finne"
|
msgstr "Velg mappe"
|
||||||
|
|
||||||
#: src/preferences.py:117
|
#: src/preferences.py:132
|
||||||
#, fuzzy
|
|
||||||
#| msgid "{title} removed"
|
|
||||||
msgid "All games removed"
|
msgid "All games removed"
|
||||||
msgstr "{title} fjernet"
|
msgstr "Alle spill fjernet"
|
||||||
|
|
||||||
#: src/utils/importer.py:37
|
#: src/preferences.py:237
|
||||||
msgid "Importing Games…"
|
|
||||||
msgstr "Importerer spill …"
|
|
||||||
|
|
||||||
#: src/utils/importer.py:79
|
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "No new games were found in the Heroic library."
|
msgid "Cache Not Found"
|
||||||
msgid "No new games were found on your system."
|
msgstr "Fant ikke hurtiglager"
|
||||||
msgstr "Fant ingen nye spill i Heroic-biblioteket."
|
|
||||||
|
|
||||||
#: src/utils/importer.py:87
|
#: src/preferences.py:238
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Steam Games Imported"
|
msgid "Select the Lutris cache directory."
|
||||||
msgid "Game Imported"
|
msgstr "Velg {name}-datamappen."
|
||||||
msgstr "Steam-spill importert"
|
|
||||||
|
|
||||||
#: src/utils/importer.py:88
|
#: src/preferences.py:344
|
||||||
msgid "Successfully imported 1 game."
|
msgid ""
|
||||||
msgstr "Importerte ett spill."
|
"An API key is required to use SteamGridDB. You can generate one {}here{}."
|
||||||
|
msgstr ""
|
||||||
|
"En API-nøkkel kreves for å bruke SteamGridDB. Du kan generere en {}her{}."
|
||||||
|
|
||||||
#: src/utils/importer.py:94
|
#: src/utils/create_details_window.py:81
|
||||||
#, fuzzy
|
|
||||||
#| msgid "Steam Games Imported"
|
|
||||||
msgid "Games Imported"
|
|
||||||
msgstr "Steam-spill importert"
|
|
||||||
|
|
||||||
#. The variable is the number of games
|
|
||||||
#: src/utils/importer.py:96
|
|
||||||
#, python-brace-format
|
|
||||||
msgid "Successfully imported {games_no} games."
|
|
||||||
msgstr "Importerte {games_no} spill."
|
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:41
|
|
||||||
msgid "Add New Game"
|
msgid "Add New Game"
|
||||||
msgstr "Legg til nytt spill"
|
msgstr "Legg til nytt spill"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:46
|
#: src/utils/create_details_window.py:85
|
||||||
msgid "Confirm"
|
msgid "Confirm"
|
||||||
msgstr "Bekreft"
|
msgstr "Bekreft"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:57
|
#: src/utils/create_details_window.py:96
|
||||||
msgid "Apply"
|
msgid "Apply"
|
||||||
msgstr "Bruk"
|
msgstr "Bruk"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:95
|
#: src/utils/create_details_window.py:130
|
||||||
msgid "The title of the game"
|
msgid "The title of the game"
|
||||||
msgstr "Navnet på spillet"
|
msgstr "Navnet på spillet"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:100
|
#: src/utils/create_details_window.py:135
|
||||||
msgid "Developer"
|
msgid "Developer"
|
||||||
msgstr "Utvikler"
|
msgstr "Utvikler"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:101
|
#: src/utils/create_details_window.py:136
|
||||||
msgid "The developer or publisher (optional)"
|
msgid "The developer or publisher (optional)"
|
||||||
msgstr "Utvikler eller utgiver (valgfritt)"
|
msgstr "Utvikler eller utgiver (valgfritt)"
|
||||||
|
|
||||||
#. Translate this string as you would translate "file"
|
#. Translate this string as you would translate "file"
|
||||||
#: src/utils/create_details_window.py:112
|
#: src/utils/create_details_window.py:147
|
||||||
msgid "file.txt"
|
msgid "file.txt"
|
||||||
msgstr "fil.txt"
|
msgstr "fil.txt"
|
||||||
|
|
||||||
#. As in software
|
#. As in software
|
||||||
#: src/utils/create_details_window.py:114
|
#: src/utils/create_details_window.py:149
|
||||||
msgid "program"
|
msgid "program"
|
||||||
msgstr "program"
|
msgstr "program"
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {exe_name}"
|
#. Translate this string as you would translate "path to {}"
|
||||||
#: src/utils/create_details_window.py:119
|
#: src/utils/create_details_window.py:154
|
||||||
#, python-brace-format
|
#: src/utils/create_details_window.py:156
|
||||||
msgid "C:\\path\\to\\{exe_name}"
|
msgid "C:\\path\\to\\{}"
|
||||||
msgstr "C:\\sti\\til\\{exe_name}"
|
msgstr "C:\\sti\\til\\{}"
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {file_name}"
|
#. Translate this string as you would translate "path to {}"
|
||||||
#: src/utils/create_details_window.py:121
|
#: src/utils/create_details_window.py:160
|
||||||
#, python-brace-format
|
#: src/utils/create_details_window.py:162
|
||||||
msgid "C:\\path\\to\\{file_name}"
|
msgid "/path/to/{}"
|
||||||
msgstr "C:\\sti\\til\\{file_name}"
|
msgstr "/sti/til/{}"
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {exe_name}"
|
#: src/utils/create_details_window.py:166
|
||||||
#: src/utils/create_details_window.py:125
|
|
||||||
#, python-brace-format
|
|
||||||
msgid "/path/to/{exe_name}"
|
|
||||||
msgstr "/sti/til/{exe_name}"
|
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {file_name}"
|
|
||||||
#: src/utils/create_details_window.py:127
|
|
||||||
#, python-brace-format
|
|
||||||
msgid "/path/to/{file_name}"
|
|
||||||
msgstr "/sti/til/{file_name}"
|
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:131
|
|
||||||
#, fuzzy, python-brace-format
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"To launch the executable \"{exe_name}\", use the command:\n"
|
"To launch the executable \"{}\", use the command:\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>\"{exe_path}\"</tt>\n"
|
"<tt>\"{}\"</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"To open the file \"{file_name}\" with the default application, use:\n"
|
"To open the file \"{}\" with the default application, use:\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>{command} \"{file_path}\"</tt>\n"
|
"<tt>{} \"{}\"</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"If the path contains spaces, make sure to wrap it in double quotes!"
|
"If the path contains spaces, make sure to wrap it in double quotes!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Start den kjørbare «{exe_name}»-filen med denne kommandoen:\n"
|
"Start den kjørbare «{}»-filen med denne kommandoen:\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>«{exe_path}»</tt>\n"
|
"<tt>«{}»</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"For å åpne filen «{file_name}» med forvalgt program bruker du:\n"
|
"For å åpne filen «{}» med forvalgt program bruker du:\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>{command} «{file_path}»</tt>\n"
|
"<tt>{} «{}»</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Hvis stien inneholder mellomrom må du pakke den inn i doble engelske "
|
"Hvis stien inneholder mellomrom må du pakke den inn i doble engelske "
|
||||||
"sitattegn."
|
"sitattegn."
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:154
|
#: src/utils/create_details_window.py:189
|
||||||
msgid "Executable"
|
msgid "Executable"
|
||||||
msgstr "Kjørbar"
|
msgstr "Kjørbar"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:155
|
#: src/utils/create_details_window.py:190
|
||||||
msgid "File to open or command to run when launching the game"
|
msgid "File to open or command to run when launching the game"
|
||||||
msgstr "Fil å åpne eller kommando å kjøre ved oppstart av spillet"
|
msgstr "Fil å åpne eller kommando å kjøre ved oppstart av spillet"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:167
|
#: src/utils/create_details_window.py:202
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr "Avbryt"
|
msgstr "Avbryt"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:217
|
#: src/utils/create_details_window.py:259
|
||||||
#: src/utils/create_details_window.py:227
|
#: src/utils/create_details_window.py:269
|
||||||
#: src/utils/create_details_window.py:233
|
#: src/utils/create_details_window.py:275
|
||||||
msgid "Couldn't Add Game"
|
msgid "Couldn't Add Game"
|
||||||
msgstr "Kunne ikke legge til spill"
|
msgstr "Kunne ikke legge til spill"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:219
|
#: src/utils/create_details_window.py:261
|
||||||
#: src/utils/create_details_window.py:257
|
#: src/utils/create_details_window.py:299
|
||||||
#: src/utils/create_details_window.py:265
|
#: src/utils/create_details_window.py:307
|
||||||
msgid "Couldn't Apply Preferences"
|
msgid "Couldn't Apply Preferences"
|
||||||
msgstr "Kunne ikke ta i bruk endringer"
|
msgstr "Kunne ikke ta i bruk endringer"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:227
|
#: src/utils/create_details_window.py:269
|
||||||
#: src/utils/create_details_window.py:258
|
#: src/utils/create_details_window.py:300
|
||||||
msgid "Game title cannot be empty."
|
msgid "Game title cannot be empty."
|
||||||
msgstr "Spillnavnet kan ikke være tomt."
|
msgstr "Spillnavnet kan ikke være tomt."
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:233
|
#: src/utils/create_details_window.py:275
|
||||||
#: src/utils/create_details_window.py:266
|
#: src/utils/create_details_window.py:308
|
||||||
msgid "Executable cannot be empty."
|
msgid "Executable cannot be empty."
|
||||||
msgstr "Kjørbar fil må angis."
|
msgstr "Kjørbar fil må angis."
|
||||||
|
|
||||||
@@ -538,6 +593,68 @@ msgstr "Kjørbar fil må angis."
|
|||||||
msgid "Dismiss"
|
msgid "Dismiss"
|
||||||
msgstr "Forkast"
|
msgstr "Forkast"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:42
|
||||||
|
msgid "Importing Games…"
|
||||||
|
msgstr "Importerer spill …"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:77
|
||||||
|
msgid "Importing Covers…"
|
||||||
|
msgstr "Importerer omslag …"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:92
|
||||||
|
msgid "No new games were found on your system."
|
||||||
|
msgstr "Fant ingen nye spill på systemet ditt."
|
||||||
|
|
||||||
|
#: src/utils/importer.py:100
|
||||||
|
msgid "Game Imported"
|
||||||
|
msgstr "Spill importert"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:101
|
||||||
|
msgid "Successfully imported 1 game."
|
||||||
|
msgstr "Importerte ett spill."
|
||||||
|
|
||||||
|
#: src/utils/importer.py:107
|
||||||
|
msgid "Games Imported"
|
||||||
|
msgstr "Spill importert"
|
||||||
|
|
||||||
|
#. The variable is the number of games
|
||||||
|
#: src/utils/importer.py:109
|
||||||
|
#, fuzzy
|
||||||
|
#| msgid "Successfully imported 1 game."
|
||||||
|
msgid "Successfully imported {} games."
|
||||||
|
msgstr "Importerte {} spill."
|
||||||
|
|
||||||
|
#: src/utils/importer.py:120 src/utils/steamgriddb.py:113
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Couldn't Connect to SteamGridDB"
|
||||||
|
msgstr "Kunne ikke koble til SteamGridDB"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:145
|
||||||
|
#, fuzzy
|
||||||
|
msgid ""
|
||||||
|
"Looks like you have multiple Steam libraries. Would you like to add them in "
|
||||||
|
"preferences?"
|
||||||
|
msgstr "Du har flere Steam-bibliotek. Vil du legge dem til i innstillingene?"
|
||||||
|
|
||||||
|
#~ msgid "Launch your games"
|
||||||
|
#~ msgstr "Start spillene dine"
|
||||||
|
|
||||||
|
#, python-brace-format
|
||||||
|
#~ msgid "Last played: {last_played_date}"
|
||||||
|
#~ msgstr "Sist spilt: {last_played_date}"
|
||||||
|
|
||||||
|
#, python-brace-format
|
||||||
|
#~ msgid "Successfully imported {games_no} games."
|
||||||
|
#~ msgstr "Importerte {games_no} spill."
|
||||||
|
|
||||||
|
#, python-brace-format
|
||||||
|
#~ msgid "C:\\path\\to\\{file_name}"
|
||||||
|
#~ msgstr "C:\\sti\\til\\{file_name}"
|
||||||
|
|
||||||
|
#, python-brace-format
|
||||||
|
#~ msgid "/path/to/{file_name}"
|
||||||
|
#~ msgstr "/sti/til/{file_name}"
|
||||||
|
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#~| msgid "General"
|
#~| msgid "General"
|
||||||
#~ msgctxt "shortcuts window"
|
#~ msgctxt "shortcuts window"
|
||||||
@@ -588,9 +705,6 @@ msgstr "Forkast"
|
|||||||
#~ msgid "The Heroic directory cannot be found."
|
#~ msgid "The Heroic directory cannot be found."
|
||||||
#~ msgstr "Finner ikke Heroic-spillmappen."
|
#~ msgstr "Finner ikke Heroic-spillmappen."
|
||||||
|
|
||||||
#~ msgid "Set Heroic Location"
|
|
||||||
#~ msgstr "Velg hvor Heroic er å finne"
|
|
||||||
|
|
||||||
#~ msgid "Heroic Games Imported"
|
#~ msgid "Heroic Games Imported"
|
||||||
#~ msgstr "Heroic-spill importert"
|
#~ msgstr "Heroic-spill importert"
|
||||||
|
|
||||||
@@ -612,9 +726,6 @@ msgstr "Forkast"
|
|||||||
#~ msgid "Successfully imported {str(len(heroic_games))} games."
|
#~ msgid "Successfully imported {str(len(heroic_games))} games."
|
||||||
#~ msgstr "Importerte ett spill."
|
#~ msgstr "Importerte ett spill."
|
||||||
|
|
||||||
#~ msgid "Last played:"
|
|
||||||
#~ msgstr "Sist spilt:"
|
|
||||||
|
|
||||||
#~ msgid "Successfully imported"
|
#~ msgid "Successfully imported"
|
||||||
#~ msgstr "Importert"
|
#~ msgstr "Importert"
|
||||||
|
|
||||||
|
|||||||
597
po/nl.po
@@ -2,12 +2,13 @@
|
|||||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
# This file is distributed under the same license as the cartridges package.
|
# This file is distributed under the same license as the cartridges package.
|
||||||
# Philip Goto <philip.goto@gmail.com>, 2023.
|
# Philip Goto <philip.goto@gmail.com>, 2023.
|
||||||
|
# kramo <contact@kramo.hu>, 2023.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: cartridges\n"
|
"Project-Id-Version: cartridges\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-03-30 16:23+0200\n"
|
"POT-Creation-Date: 2023-04-11 23:33+0200\n"
|
||||||
"PO-Revision-Date: 2023-03-30 16:17+0000\n"
|
"PO-Revision-Date: 2023-04-14 12:29+0000\n"
|
||||||
"Last-Translator: Philip Goto <philip.goto@gmail.com>\n"
|
"Last-Translator: Philip Goto <philip.goto@gmail.com>\n"
|
||||||
"Language-Team: Dutch <https://hosted.weblate.org/projects/cartridges/"
|
"Language-Team: Dutch <https://hosted.weblate.org/projects/cartridges/"
|
||||||
"cartridges/nl/>\n"
|
"cartridges/nl/>\n"
|
||||||
@@ -20,7 +21,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: data/hu.kramo.Cartridges.desktop.in:3
|
#: data/hu.kramo.Cartridges.desktop.in:3
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:6 data/gtk/window.blp:29
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:6 data/gtk/window.blp:29
|
||||||
#: src/main.py:110
|
#: src/main.py:119
|
||||||
msgid "Cartridges"
|
msgid "Cartridges"
|
||||||
msgstr "Cartridges"
|
msgstr "Cartridges"
|
||||||
|
|
||||||
@@ -29,30 +30,28 @@ msgid "Game Launcher"
|
|||||||
msgstr "Game-launcher"
|
msgstr "Game-launcher"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.desktop.in:5
|
#: data/hu.kramo.Cartridges.desktop.in:5
|
||||||
msgid "Launch your games"
|
|
||||||
msgstr "Start uw games op"
|
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:7
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:7
|
||||||
msgid "Launch all your games"
|
msgid "Launch all your games"
|
||||||
msgstr "Start al uw games op"
|
msgstr "Start al uw games op"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:9
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:9
|
||||||
msgid ""
|
msgid ""
|
||||||
"Cartridges is a simple game launcher. It has support for importing your "
|
"Cartridges is a simple game launcher for all of your games. It has support "
|
||||||
"games from Steam, Heroic and Bottles with organizational features such as "
|
"for importing games from Steam, Lutris, Heroic and more with no login "
|
||||||
"hiding and sorting by date added or last played."
|
"necessary. You can sort and hide games or download cover art from "
|
||||||
|
"SteamGridDB."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Cartridges is een eenvoudige game-launcher. Het biedt ondersteuning voor het "
|
"Cartridges is een eenvoudige launcher voor al uw games. Het biedt "
|
||||||
"importeren van al uw games van Steam, Heroic en Bottles. Daarnaast heeft het "
|
"ondersteuning voor het importeren van games van Steam, Lutris, Heroic en "
|
||||||
"organisatorische functies zoals verbergen en sorteren op toegevoegd of "
|
"meer, zonder in te hoeven loggen. U kunt spellen sorteren, verbergen en "
|
||||||
"laatst gespeeld."
|
"covers van SteamGridDB downloaden."
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:22
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:22
|
||||||
msgid "Library"
|
msgid "Library"
|
||||||
msgstr "Bibliotheek"
|
msgstr "Bibliotheek"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:26
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:26
|
||||||
#: src/utils/create_details_window.py:48
|
#: src/utils/create_details_window.py:87
|
||||||
msgid "Edit Game Details"
|
msgid "Edit Game Details"
|
||||||
msgstr "Game-details bewerken"
|
msgstr "Game-details bewerken"
|
||||||
|
|
||||||
@@ -60,120 +59,30 @@ msgstr "Game-details bewerken"
|
|||||||
msgid "Game Details"
|
msgid "Game Details"
|
||||||
msgstr "Game-details"
|
msgstr "Game-details"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:34 data/gtk/window.blp:363
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:34 data/gtk/window.blp:402
|
||||||
#: src/utils/importer.py:81
|
#: src/utils/importer.py:94 src/utils/importer.py:123 src/utils/importer.py:148
|
||||||
|
#: src/utils/steamgriddb.py:116
|
||||||
msgid "Preferences"
|
msgid "Preferences"
|
||||||
msgstr "Voorkeuren"
|
msgstr "Voorkeuren"
|
||||||
|
|
||||||
#: data/gtk/window.blp:6 src/utils/importer.py:78
|
#: data/gtk/game.blp:67 src/utils/create_details_window.py:129
|
||||||
msgid "No Games Found"
|
|
||||||
msgstr "Geen games gevonden"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:7
|
|
||||||
msgid "Try a different search."
|
|
||||||
msgstr "Probeer een andere zoekopdracht"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:14
|
|
||||||
msgid "No Games"
|
|
||||||
msgstr "Geen games"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:15
|
|
||||||
msgid "Use the + button to add games."
|
|
||||||
msgstr "Gebruik de plusknop om games toe te voegen"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:22
|
|
||||||
msgid "No Hidden Games"
|
|
||||||
msgstr "Geen verborgen games"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:23
|
|
||||||
msgid "Games you hide will appear here."
|
|
||||||
msgstr "Games die u verbergt zullen hier verschijnen"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:44 data/gtk/window.blp:254
|
|
||||||
msgid "Back"
|
|
||||||
msgstr "Terug"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:92
|
|
||||||
msgid "Game Title"
|
|
||||||
msgstr "Game-titel"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:148 src/game.py:175
|
|
||||||
msgid "Play"
|
|
||||||
msgstr "Spelen"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:196 data/gtk/window.blp:382
|
|
||||||
msgid "Add Game"
|
|
||||||
msgstr "Game toevoegen"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:203 data/gtk/window.blp:266
|
|
||||||
msgid "Main Menu"
|
|
||||||
msgstr "Hoofdmenu"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:210 data/gtk/window.blp:273 data/gtk/help-overlay.blp:19
|
|
||||||
msgid "Search"
|
|
||||||
msgstr "Zoeken"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:261
|
|
||||||
msgid "Hidden Games"
|
|
||||||
msgstr "Verborgen games"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:321
|
|
||||||
msgid "Sort"
|
|
||||||
msgstr "Sorteren"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:324
|
|
||||||
msgid "A-Z"
|
|
||||||
msgstr "A-Z"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:330
|
|
||||||
msgid "Z-A"
|
|
||||||
msgstr "Z-A"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:336
|
|
||||||
msgid "Newest"
|
|
||||||
msgstr "Nieuwste"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:342
|
|
||||||
msgid "Oldest"
|
|
||||||
msgstr "Oudste"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:348
|
|
||||||
msgid "Last Played"
|
|
||||||
msgstr "Laatst gespeeld"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:355
|
|
||||||
msgid "Show Hidden"
|
|
||||||
msgstr "Verborgen games tonen"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:368
|
|
||||||
msgid "Keyboard Shortcuts"
|
|
||||||
msgstr "Sneltoetsen"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:373
|
|
||||||
msgid "About Cartridges"
|
|
||||||
msgstr "Over Cartridges"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:388 data/gtk/preferences.blp:66
|
|
||||||
msgid "Import"
|
|
||||||
msgstr "Importeren"
|
|
||||||
|
|
||||||
#: data/gtk/game.blp:60 src/utils/create_details_window.py:94
|
|
||||||
msgid "Title"
|
msgid "Title"
|
||||||
msgstr "Titel"
|
msgstr "Titel"
|
||||||
|
|
||||||
#: data/gtk/game.blp:82 data/gtk/game.blp:101
|
#: data/gtk/game.blp:89 data/gtk/game.blp:108 data/gtk/window.blp:170
|
||||||
msgid "Edit"
|
msgid "Edit"
|
||||||
msgstr "Bewerken"
|
msgstr "Bewerken"
|
||||||
|
|
||||||
#: data/gtk/game.blp:87
|
#: data/gtk/game.blp:94 src/window.py:286
|
||||||
msgid "Hide"
|
msgid "Hide"
|
||||||
msgstr "Verbergen"
|
msgstr "Verbergen"
|
||||||
|
|
||||||
#: data/gtk/game.blp:92 data/gtk/game.blp:111 data/gtk/preferences.blp:53
|
#: data/gtk/game.blp:99 data/gtk/game.blp:118 data/gtk/preferences.blp:56
|
||||||
|
#: data/gtk/window.blp:186
|
||||||
msgid "Remove"
|
msgid "Remove"
|
||||||
msgstr "Verwijderen"
|
msgstr "Verwijderen"
|
||||||
|
|
||||||
#: data/gtk/game.blp:106
|
#: data/gtk/game.blp:113 src/window.py:283
|
||||||
msgid "Unhide"
|
msgid "Unhide"
|
||||||
msgstr "Niet meer verbergen"
|
msgstr "Niet meer verbergen"
|
||||||
|
|
||||||
@@ -185,6 +94,11 @@ msgstr "Algemeen"
|
|||||||
msgid "Quit"
|
msgid "Quit"
|
||||||
msgstr "Sluiten"
|
msgstr "Sluiten"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:19 data/gtk/window.blp:205 data/gtk/window.blp:249
|
||||||
|
#: data/gtk/window.blp:312
|
||||||
|
msgid "Search"
|
||||||
|
msgstr "Zoeken"
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:24
|
#: data/gtk/help-overlay.blp:24
|
||||||
msgid "Show preferences"
|
msgid "Show preferences"
|
||||||
msgstr "Voorkeuren tonen"
|
msgstr "Voorkeuren tonen"
|
||||||
@@ -193,7 +107,8 @@ msgstr "Voorkeuren tonen"
|
|||||||
msgid "Shortcuts"
|
msgid "Shortcuts"
|
||||||
msgstr "Sneltoetsen"
|
msgstr "Sneltoetsen"
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:34 src/main.py:198 src/preferences.py:118
|
#: data/gtk/help-overlay.blp:34 src/main.py:186 src/main.py:242
|
||||||
|
#: src/preferences.py:133
|
||||||
msgid "Undo"
|
msgid "Undo"
|
||||||
msgstr "Ongedaan maken"
|
msgstr "Ongedaan maken"
|
||||||
|
|
||||||
@@ -217,7 +132,11 @@ msgstr "Games importeren"
|
|||||||
msgid "Show hidden games"
|
msgid "Show hidden games"
|
||||||
msgstr "Verborgen games tonen"
|
msgstr "Verborgen games tonen"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:13
|
#: data/gtk/help-overlay.blp:63
|
||||||
|
msgid "Remove game"
|
||||||
|
msgstr "Game verwijderen"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:13 data/gtk/preferences.blp:235
|
||||||
msgid "Behavior"
|
msgid "Behavior"
|
||||||
msgstr "Gedrag"
|
msgstr "Gedrag"
|
||||||
|
|
||||||
@@ -225,296 +144,427 @@ msgstr "Gedrag"
|
|||||||
msgid "Exit After Launching Games"
|
msgid "Exit After Launching Games"
|
||||||
msgstr "Sluiten na starten van game"
|
msgstr "Sluiten na starten van game"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:24
|
#: data/gtk/preferences.blp:25
|
||||||
msgid "Cover Image Launches Game"
|
msgid "Cover Image Launches Game"
|
||||||
msgstr "Cover-afbeelding start game"
|
msgstr "Cover-afbeelding start game"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:25
|
#: data/gtk/preferences.blp:26
|
||||||
msgid "Swaps the behavior of the cover image and the play button"
|
msgid "Swaps the behavior of the cover image and the play button"
|
||||||
msgstr "Wisselt het gedrag van de cover-afbeelding en de speelknop om"
|
msgstr "Wisselt het gedrag van de cover-afbeelding en de speelknop om"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:34 src/utils/create_details_window.py:59
|
#: data/gtk/preferences.blp:36 src/utils/create_details_window.py:101
|
||||||
msgid "Images"
|
msgid "Images"
|
||||||
msgstr "Afbeeldingen"
|
msgstr "Afbeeldingen"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:37
|
#: data/gtk/preferences.blp:39
|
||||||
msgid "High Quality Images"
|
msgid "High Quality Images"
|
||||||
msgstr "Afbeeldingen van hoge kwaliteit"
|
msgstr "Afbeeldingen van hoge kwaliteit"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:38
|
#: data/gtk/preferences.blp:40
|
||||||
msgid "Save game covers losslessly at the cost of storage"
|
msgid "Save game covers losslessly at the cost of storage"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Game-covers zonder kwaliteitsverlies opslaan ten koste van opslagruimte"
|
"Game-covers zonder kwaliteitsverlies opslaan ten koste van opslagruimte"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:47
|
#: data/gtk/preferences.blp:50
|
||||||
msgid "Danger Zone"
|
msgid "Danger Zone"
|
||||||
msgstr "Gevarenzone"
|
msgstr "Gevarenzone"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:50
|
#: data/gtk/preferences.blp:53
|
||||||
msgid "Remove All Games"
|
msgid "Remove All Games"
|
||||||
msgstr "Alle games verwijderen"
|
msgstr "Alle games verwijderen"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:70
|
#: data/gtk/preferences.blp:69 data/gtk/window.blp:427
|
||||||
|
msgid "Import"
|
||||||
|
msgstr "Importeren"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:73
|
||||||
msgid "Sources"
|
msgid "Sources"
|
||||||
msgstr "Bronnen"
|
msgstr "Bronnen"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:73
|
#: data/gtk/preferences.blp:76
|
||||||
msgid "Steam"
|
msgid "Steam"
|
||||||
msgstr "Steam"
|
msgstr "Steam"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:77
|
#: data/gtk/preferences.blp:80
|
||||||
msgid "Steam Install Location"
|
msgid "Steam Install Location"
|
||||||
msgstr "Installatielocatie van Steam"
|
msgstr "Installatielocatie van Steam"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:78 data/gtk/preferences.blp:117
|
#: data/gtk/preferences.blp:81 data/gtk/preferences.blp:119
|
||||||
#: data/gtk/preferences.blp:156
|
#: data/gtk/preferences.blp:153 data/gtk/preferences.blp:195
|
||||||
|
#: data/gtk/preferences.blp:210
|
||||||
msgid "Directory to use when importing games"
|
msgid "Directory to use when importing games"
|
||||||
msgstr "Map om te gebruiken bij het importeren van games"
|
msgstr "Map om te gebruiken bij het importeren van games"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:86
|
#: data/gtk/preferences.blp:89 src/utils/importer.py:143
|
||||||
msgid "Extra Steam Libraries"
|
msgid "Extra Steam Libraries"
|
||||||
msgstr "Extra Steam-bibliotheken"
|
msgstr "Extra Steam-bibliotheken"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:87
|
#: data/gtk/preferences.blp:90
|
||||||
msgid "Select other directories where you have Steam games installed"
|
msgid "Select other directories where you have Steam games installed"
|
||||||
msgstr "Andere mappen waar u Steam-games heeft geïnstalleerd"
|
msgstr "Andere mappen waar u Steam-games heeft geïnstalleerd"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:94
|
#: data/gtk/preferences.blp:96
|
||||||
msgid "Clear"
|
msgid "Clear"
|
||||||
msgstr "Wissen"
|
msgstr "Wissen"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:112
|
#: data/gtk/preferences.blp:114
|
||||||
|
msgid "Lutris"
|
||||||
|
msgstr "Lutris"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:118
|
||||||
|
msgid "Lutris Install Location"
|
||||||
|
msgstr "Installatielocatie van Lutris"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:128
|
||||||
|
msgid "Lutris Cache Location"
|
||||||
|
msgstr "Cache-locatie van Lutris"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:129
|
||||||
|
msgid "Directory to use when importing game covers"
|
||||||
|
msgstr "Map om te gebruiken bij het importeren van game-covers"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:138
|
||||||
|
msgid "Import Steam Games"
|
||||||
|
msgstr "Steam-games importeren"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:148
|
||||||
msgid "Heroic"
|
msgid "Heroic"
|
||||||
msgstr "Heroic"
|
msgstr "Heroic"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:116
|
#: data/gtk/preferences.blp:152
|
||||||
msgid "Heroic Install Location"
|
msgid "Heroic Install Location"
|
||||||
msgstr "Installatielocatie van Heroic"
|
msgstr "Installatielocatie van Heroic"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:126
|
#: data/gtk/preferences.blp:162
|
||||||
msgid "Import Epic Games"
|
msgid "Import Epic Games"
|
||||||
msgstr "Epic-games importeren"
|
msgstr "Epic-games importeren"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:134
|
#: data/gtk/preferences.blp:171
|
||||||
msgid "Import GOG Games"
|
msgid "Import GOG Games"
|
||||||
msgstr "GOG-games importeren"
|
msgstr "GOG-games importeren"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:142
|
#: data/gtk/preferences.blp:180
|
||||||
msgid "Import Sideloaded Games"
|
msgid "Import Sideloaded Games"
|
||||||
msgstr "Gesideloade games importeren"
|
msgstr "Gesideloade games importeren"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:151
|
#: data/gtk/preferences.blp:190
|
||||||
msgid "Bottles"
|
msgid "Bottles"
|
||||||
msgstr "Bottles"
|
msgstr "Bottles"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:155
|
#: data/gtk/preferences.blp:194
|
||||||
msgid "Bottles Install Location"
|
msgid "Bottles Install Location"
|
||||||
msgstr "Installatielocatie van Bottles"
|
msgstr "Installatielocatie van Bottles"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:205
|
||||||
|
msgid "itch"
|
||||||
|
msgstr "itch"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:209
|
||||||
|
msgid "itch Install Location"
|
||||||
|
msgstr "Installatielocatie van itch"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:223
|
||||||
|
msgid "SteamGridDB"
|
||||||
|
msgstr "SteamGridDB"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:227
|
||||||
|
msgid "Authentication"
|
||||||
|
msgstr "Authenticatie"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:230
|
||||||
|
msgid "API Key"
|
||||||
|
msgstr "API-sleutel"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:238
|
||||||
|
msgid "Use SteamGridDB"
|
||||||
|
msgstr "SteamGridDB gebruiken"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:239
|
||||||
|
msgid "Download images when adding or importing games"
|
||||||
|
msgstr "Afbeeldingen downloaden bij het toevoegen of importeren van games"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:248
|
||||||
|
msgid "Prefer Over Official Images"
|
||||||
|
msgstr "Voorkeur geven boven officiële afbeeldingen"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:257
|
||||||
|
msgid "Prefer Animated Images"
|
||||||
|
msgstr "Voorkeur geven aan geanimeerde afbeeldingen"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:6 src/utils/importer.py:91
|
||||||
|
msgid "No Games Found"
|
||||||
|
msgstr "Geen games gevonden"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:7
|
||||||
|
msgid "Try a different search."
|
||||||
|
msgstr "Probeer een andere zoekopdracht"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:14
|
||||||
|
msgid "No Games"
|
||||||
|
msgstr "Geen games"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:15
|
||||||
|
msgid "Use the + button to add games."
|
||||||
|
msgstr "Gebruik de plusknop om games toe te voegen"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:22
|
||||||
|
msgid "No Hidden Games"
|
||||||
|
msgstr "Geen verborgen games"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:23
|
||||||
|
msgid "Games you hide will appear here."
|
||||||
|
msgstr "Games die u verbergt zullen hier verschijnen"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:44 data/gtk/window.blp:293
|
||||||
|
msgid "Back"
|
||||||
|
msgstr "Terug"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:100
|
||||||
|
msgid "Game Title"
|
||||||
|
msgstr "Game-titel"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:151 src/game.py:158
|
||||||
|
msgid "Play"
|
||||||
|
msgstr "Spelen"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:235 data/gtk/window.blp:421
|
||||||
|
msgid "Add Game"
|
||||||
|
msgstr "Game toevoegen"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:242 data/gtk/window.blp:305
|
||||||
|
msgid "Main Menu"
|
||||||
|
msgstr "Hoofdmenu"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:300
|
||||||
|
msgid "Hidden Games"
|
||||||
|
msgstr "Verborgen games"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:360
|
||||||
|
msgid "Sort"
|
||||||
|
msgstr "Sorteren"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:363
|
||||||
|
msgid "A-Z"
|
||||||
|
msgstr "A-Z"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:369
|
||||||
|
msgid "Z-A"
|
||||||
|
msgstr "Z-A"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:375
|
||||||
|
msgid "Newest"
|
||||||
|
msgstr "Nieuwste"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:381
|
||||||
|
msgid "Oldest"
|
||||||
|
msgstr "Oudste"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:387
|
||||||
|
msgid "Last Played"
|
||||||
|
msgstr "Laatst gespeeld"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:394
|
||||||
|
msgid "Show Hidden"
|
||||||
|
msgstr "Verborgen games tonen"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:407
|
||||||
|
msgid "Keyboard Shortcuts"
|
||||||
|
msgstr "Sneltoetsen"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:412
|
||||||
|
msgid "About Cartridges"
|
||||||
|
msgstr "Over Cartridges"
|
||||||
|
|
||||||
#. Translators: Replace this with your name for it to show up in the about window
|
#. Translators: Replace this with your name for it to show up in the about window
|
||||||
#: src/main.py:125
|
#: src/main.py:137
|
||||||
msgid "translator_credits"
|
msgid "translator_credits"
|
||||||
msgstr "Philip Goto <philip.goto@gmail.com>"
|
msgstr "Philip Goto https://flipflop97.github.io/"
|
||||||
|
|
||||||
#. The variable is the title of the game
|
#. The variable is the title of the game
|
||||||
#: src/main.py:197
|
#: src/main.py:164
|
||||||
#, python-brace-format
|
msgid "{} launched"
|
||||||
msgid "{title} removed"
|
msgstr "{} gestart"
|
||||||
msgstr "{title} verwijderd"
|
|
||||||
|
|
||||||
#: src/window.py:234
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:182
|
||||||
|
msgid "{} hidden"
|
||||||
|
msgstr "{} verborgen"
|
||||||
|
|
||||||
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:185
|
||||||
|
msgid "{} unhidden"
|
||||||
|
msgstr "{} hersteld"
|
||||||
|
|
||||||
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:241
|
||||||
|
msgid "{} removed"
|
||||||
|
msgstr "{} verwijderd"
|
||||||
|
|
||||||
|
#: src/window.py:262
|
||||||
msgid "Today"
|
msgid "Today"
|
||||||
msgstr "Vandaag"
|
msgstr "Vandaag"
|
||||||
|
|
||||||
#: src/window.py:236
|
#: src/window.py:264
|
||||||
msgid "Yesterday"
|
msgid "Yesterday"
|
||||||
msgstr "Gisteren"
|
msgstr "Gisteren"
|
||||||
|
|
||||||
#. The variable is the date when the game was added
|
#. The variable is the date when the game was added
|
||||||
#: src/window.py:270
|
#: src/window.py:310
|
||||||
#, python-brace-format
|
msgid "Added: {}"
|
||||||
msgid "Added: {date}"
|
msgstr "Toegevoegd op {}"
|
||||||
msgstr "Toegevoegd op {date}"
|
|
||||||
|
|
||||||
#: src/window.py:275
|
#: src/window.py:315
|
||||||
msgid "Never"
|
msgid "Never"
|
||||||
msgstr "Nooit"
|
msgstr "Nooit"
|
||||||
|
|
||||||
#. The variable is the date when the game was last played
|
#. The variable is the date when the game was last played
|
||||||
#: src/window.py:279
|
#: src/window.py:319
|
||||||
#, python-brace-format
|
msgid "Last played: {}"
|
||||||
msgid "Last played: {last_played_date}"
|
msgstr "Laatst gespeeld: {}"
|
||||||
msgstr "Laatst gespeeld op {last_played_date}"
|
|
||||||
|
|
||||||
#: src/game.py:173
|
#: src/game.py:156
|
||||||
msgid "Details"
|
msgid "Details"
|
||||||
msgstr "Details"
|
msgstr "Details"
|
||||||
|
|
||||||
#: src/preferences.py:55
|
#: src/preferences.py:54
|
||||||
msgid "Installation Not Found"
|
msgid "Installation Not Found"
|
||||||
msgstr "Installatie niet gevonden"
|
msgstr "Installatie niet gevonden"
|
||||||
|
|
||||||
#. The variable is the name of the game launcher
|
#. The variable is the name of the game launcher
|
||||||
#: src/preferences.py:57
|
#: src/preferences.py:56
|
||||||
#, python-brace-format
|
msgid "Select the {} configuration directory."
|
||||||
msgid "Select the {name} configuration directory."
|
msgstr "Selecteer de configuratiemap van {}"
|
||||||
msgstr "Selecteer de configuratiemap van {name}"
|
|
||||||
|
|
||||||
#. The variable is the name of the game launcher
|
#. The variable is the name of the game launcher
|
||||||
#: src/preferences.py:59
|
#: src/preferences.py:59
|
||||||
#, python-brace-format
|
msgid "Select the {} data directory."
|
||||||
msgid "Select the {name} data directory."
|
msgstr "Selecteer de gegevensmap van {}"
|
||||||
msgstr "Selecteer de gegevensmap van {name}"
|
|
||||||
|
|
||||||
#: src/preferences.py:61
|
#: src/preferences.py:61 src/preferences.py:240
|
||||||
msgid "Set Location"
|
msgid "Set Location"
|
||||||
msgstr "Locatie instellen"
|
msgstr "Locatie instellen"
|
||||||
|
|
||||||
#: src/preferences.py:117
|
#: src/preferences.py:132
|
||||||
msgid "All games removed"
|
msgid "All games removed"
|
||||||
msgstr "Alle games verwijderd"
|
msgstr "Alle games verwijderd"
|
||||||
|
|
||||||
#: src/utils/importer.py:37
|
#: src/preferences.py:237
|
||||||
msgid "Importing Games…"
|
msgid "Cache Not Found"
|
||||||
msgstr "Games importeren…"
|
msgstr "Cache niet gevonden"
|
||||||
|
|
||||||
#: src/utils/importer.py:79
|
#: src/preferences.py:238
|
||||||
msgid "No new games were found on your system."
|
msgid "Select the Lutris cache directory."
|
||||||
msgstr "Geen nieuwe games gevonden op uw systeem"
|
msgstr "Selecteer de cache-map van Lutris"
|
||||||
|
|
||||||
#: src/utils/importer.py:87
|
#: src/preferences.py:344
|
||||||
msgid "Game Imported"
|
msgid ""
|
||||||
msgstr "Game geïmporteerd"
|
"An API key is required to use SteamGridDB. You can generate one {}here{}."
|
||||||
|
msgstr ""
|
||||||
|
"Een API-sleutel is vereist om SteamGridDB te gebruiken. U kunt er {}hier{} "
|
||||||
|
"één genereren."
|
||||||
|
|
||||||
#: src/utils/importer.py:88
|
#: src/utils/create_details_window.py:81
|
||||||
msgid "Successfully imported 1 game."
|
|
||||||
msgstr "1 game succesvol geïmporteerd"
|
|
||||||
|
|
||||||
#: src/utils/importer.py:94
|
|
||||||
msgid "Games Imported"
|
|
||||||
msgstr "Games geïmporteerd"
|
|
||||||
|
|
||||||
#. The variable is the number of games
|
|
||||||
#: src/utils/importer.py:96
|
|
||||||
#, python-brace-format
|
|
||||||
msgid "Successfully imported {games_no} games."
|
|
||||||
msgstr "{games_no} games succesvol geïmporteerd"
|
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:41
|
|
||||||
msgid "Add New Game"
|
msgid "Add New Game"
|
||||||
msgstr "Nieuwe game toevoegen"
|
msgstr "Nieuwe game toevoegen"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:46
|
#: src/utils/create_details_window.py:85
|
||||||
msgid "Confirm"
|
msgid "Confirm"
|
||||||
msgstr "Bevestigen"
|
msgstr "Bevestigen"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:57
|
#: src/utils/create_details_window.py:96
|
||||||
msgid "Apply"
|
msgid "Apply"
|
||||||
msgstr "Toepassen"
|
msgstr "Toepassen"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:95
|
#: src/utils/create_details_window.py:130
|
||||||
msgid "The title of the game"
|
msgid "The title of the game"
|
||||||
msgstr "De titel van de game"
|
msgstr "De titel van de game"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:100
|
#: src/utils/create_details_window.py:135
|
||||||
msgid "Developer"
|
msgid "Developer"
|
||||||
msgstr "Ontwikkelaar"
|
msgstr "Ontwikkelaar"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:101
|
#: src/utils/create_details_window.py:136
|
||||||
msgid "The developer or publisher (optional)"
|
msgid "The developer or publisher (optional)"
|
||||||
msgstr "De ontwikkelaar of uitgever (optioneel)"
|
msgstr "De ontwikkelaar of uitgever (optioneel)"
|
||||||
|
|
||||||
#. Translate this string as you would translate "file"
|
#. Translate this string as you would translate "file"
|
||||||
#: src/utils/create_details_window.py:112
|
#: src/utils/create_details_window.py:147
|
||||||
msgid "file.txt"
|
msgid "file.txt"
|
||||||
msgstr "bestand.txt"
|
msgstr "bestand.txt"
|
||||||
|
|
||||||
#. As in software
|
#. As in software
|
||||||
#: src/utils/create_details_window.py:114
|
#: src/utils/create_details_window.py:149
|
||||||
msgid "program"
|
msgid "program"
|
||||||
msgstr "programma"
|
msgstr "programma"
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {exe_name}"
|
#. Translate this string as you would translate "path to {}"
|
||||||
#: src/utils/create_details_window.py:119
|
#: src/utils/create_details_window.py:154
|
||||||
#, python-brace-format
|
#: src/utils/create_details_window.py:156
|
||||||
msgid "C:\\path\\to\\{exe_name}"
|
msgid "C:\\path\\to\\{}"
|
||||||
msgstr "C:\\pad\\naar\\{exe_name}"
|
msgstr "C:\\pad\\naar\\{}"
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {file_name}"
|
#. Translate this string as you would translate "path to {}"
|
||||||
#: src/utils/create_details_window.py:121
|
#: src/utils/create_details_window.py:160
|
||||||
#, python-brace-format
|
#: src/utils/create_details_window.py:162
|
||||||
msgid "C:\\path\\to\\{file_name}"
|
msgid "/path/to/{}"
|
||||||
msgstr "C:\\pad\\naar\\{file_name}"
|
msgstr "/pad/naar/{}"
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {exe_name}"
|
#: src/utils/create_details_window.py:166
|
||||||
#: src/utils/create_details_window.py:125
|
|
||||||
#, python-brace-format
|
|
||||||
msgid "/path/to/{exe_name}"
|
|
||||||
msgstr "/pad/naar/{exe_name}"
|
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {file_name}"
|
|
||||||
#: src/utils/create_details_window.py:127
|
|
||||||
#, python-brace-format
|
|
||||||
msgid "/path/to/{file_name}"
|
|
||||||
msgstr "/pad/naar/{file_name}"
|
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:131
|
|
||||||
#, python-brace-format
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"To launch the executable \"{exe_name}\", use the command:\n"
|
"To launch the executable \"{}\", use the command:\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>\"{exe_path}\"</tt>\n"
|
"<tt>\"{}\"</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"To open the file \"{file_name}\" with the default application, use:\n"
|
"To open the file \"{}\" with the default application, use:\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>{command} \"{file_path}\"</tt>\n"
|
"<tt>{} \"{}\"</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"If the path contains spaces, make sure to wrap it in double quotes!"
|
"If the path contains spaces, make sure to wrap it in double quotes!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Om het programma ‘{exe_name}’ te starten, gebruik de volgende opdracht:\n"
|
"Om het programma ‘{}’ te starten, gebruik de volgende opdracht:\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>\"{exe_path}\"</tt>\n"
|
"<tt>\"{}\"</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Om het bestand ‘{file_name}’ met de standaard-app te openen, gebruik de "
|
"Om het bestand ‘{}’ met de standaard-app te openen, gebruik de volgende "
|
||||||
"volgende opdracht:\n"
|
"opdracht:\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>{command} \"{file_path}\"</tt>\n"
|
"<tt>{} \"{}\"</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Indien het pad spaties bevat, zorg er dan voor dat er dubbele "
|
"Indien het pad spaties bevat, zorg er dan voor dat er dubbele "
|
||||||
"aanhalingstekens omheen staan!"
|
"aanhalingstekens omheen staan!"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:154
|
#: src/utils/create_details_window.py:189
|
||||||
msgid "Executable"
|
msgid "Executable"
|
||||||
msgstr "Programmabestand"
|
msgstr "Programmabestand"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:155
|
#: src/utils/create_details_window.py:190
|
||||||
msgid "File to open or command to run when launching the game"
|
msgid "File to open or command to run when launching the game"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Te openen bestand of uit te voeren opdracht bij het starten van de game"
|
"Te openen bestand of uit te voeren opdracht bij het starten van de game"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:167
|
#: src/utils/create_details_window.py:202
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr "Annuleren"
|
msgstr "Annuleren"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:217
|
#: src/utils/create_details_window.py:259
|
||||||
#: src/utils/create_details_window.py:227
|
#: src/utils/create_details_window.py:269
|
||||||
#: src/utils/create_details_window.py:233
|
#: src/utils/create_details_window.py:275
|
||||||
msgid "Couldn't Add Game"
|
msgid "Couldn't Add Game"
|
||||||
msgstr "Kon game niet toevoegen"
|
msgstr "Kon game niet toevoegen"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:219
|
#: src/utils/create_details_window.py:261
|
||||||
#: src/utils/create_details_window.py:257
|
#: src/utils/create_details_window.py:299
|
||||||
#: src/utils/create_details_window.py:265
|
#: src/utils/create_details_window.py:307
|
||||||
msgid "Couldn't Apply Preferences"
|
msgid "Couldn't Apply Preferences"
|
||||||
msgstr "Kon voorkeuren niet toepassen"
|
msgstr "Kon voorkeuren niet toepassen"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:227
|
#: src/utils/create_details_window.py:269
|
||||||
#: src/utils/create_details_window.py:258
|
#: src/utils/create_details_window.py:300
|
||||||
msgid "Game title cannot be empty."
|
msgid "Game title cannot be empty."
|
||||||
msgstr "Game-titel mag niet leeg zijn"
|
msgstr "Game-titel mag niet leeg zijn"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:233
|
#: src/utils/create_details_window.py:275
|
||||||
#: src/utils/create_details_window.py:266
|
#: src/utils/create_details_window.py:308
|
||||||
msgid "Executable cannot be empty."
|
msgid "Executable cannot be empty."
|
||||||
msgstr "Programmabestand mag niet leeg zijn"
|
msgstr "Programmabestand mag niet leeg zijn"
|
||||||
|
|
||||||
@@ -522,6 +572,66 @@ msgstr "Programmabestand mag niet leeg zijn"
|
|||||||
msgid "Dismiss"
|
msgid "Dismiss"
|
||||||
msgstr "Sluiten"
|
msgstr "Sluiten"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:42
|
||||||
|
msgid "Importing Games…"
|
||||||
|
msgstr "Games importeren…"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:77
|
||||||
|
msgid "Importing Covers…"
|
||||||
|
msgstr "Covers importeren…"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:92
|
||||||
|
msgid "No new games were found on your system."
|
||||||
|
msgstr "Geen nieuwe games gevonden op uw systeem"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:100
|
||||||
|
msgid "Game Imported"
|
||||||
|
msgstr "Game geïmporteerd"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:101
|
||||||
|
msgid "Successfully imported 1 game."
|
||||||
|
msgstr "1 game succesvol geïmporteerd"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:107
|
||||||
|
msgid "Games Imported"
|
||||||
|
msgstr "Games geïmporteerd"
|
||||||
|
|
||||||
|
#. The variable is the number of games
|
||||||
|
#: src/utils/importer.py:109
|
||||||
|
msgid "Successfully imported {} games."
|
||||||
|
msgstr "{} games succesvol geïmporteerd"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:120 src/utils/steamgriddb.py:113
|
||||||
|
msgid "Couldn't Connect to SteamGridDB"
|
||||||
|
msgstr "Kan geen verbinding maken met SteamGridDB"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:145
|
||||||
|
msgid ""
|
||||||
|
"Looks like you have multiple Steam libraries. Would you like to add them in "
|
||||||
|
"preferences?"
|
||||||
|
msgstr ""
|
||||||
|
"Het lijkt erop dat u meerdere Steam-bibliotheken heeft. Wilt u ze toevoegen "
|
||||||
|
"in de voorkeuren?"
|
||||||
|
|
||||||
|
#~ msgid "Launch your games"
|
||||||
|
#~ msgstr "Start uw games op"
|
||||||
|
|
||||||
|
#, python-brace-format
|
||||||
|
#~ msgid "Last played: {last_played_date}"
|
||||||
|
#~ msgstr "Laatst gespeeld op {last_played_date}"
|
||||||
|
|
||||||
|
#, python-brace-format
|
||||||
|
#~ msgid "Successfully imported {games_no} games."
|
||||||
|
#~ msgstr "{games_no} games succesvol geïmporteerd"
|
||||||
|
|
||||||
|
#, python-brace-format
|
||||||
|
#~ msgid "C:\\path\\to\\{file_name}"
|
||||||
|
#~ msgstr "C:\\pad\\naar\\{file_name}"
|
||||||
|
|
||||||
|
#, python-brace-format
|
||||||
|
#~ msgid "/path/to/{file_name}"
|
||||||
|
#~ msgstr "/pad/naar/{file_name}"
|
||||||
|
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#~ msgctxt "shortcuts window"
|
#~ msgctxt "shortcuts window"
|
||||||
#~ msgid "General"
|
#~ msgid "General"
|
||||||
@@ -570,9 +680,6 @@ msgstr "Sluiten"
|
|||||||
#~ msgid "The Heroic directory cannot be found."
|
#~ msgid "The Heroic directory cannot be found."
|
||||||
#~ msgstr "De Heroic-map kan niet worden gevonden"
|
#~ msgstr "De Heroic-map kan niet worden gevonden"
|
||||||
|
|
||||||
#~ msgid "Set Heroic Location"
|
|
||||||
#~ msgstr "Heroic-locatie instellen"
|
|
||||||
|
|
||||||
#~ msgid "Heroic Games Imported"
|
#~ msgid "Heroic Games Imported"
|
||||||
#~ msgstr "Heroic-games geïmporteerd"
|
#~ msgstr "Heroic-games geïmporteerd"
|
||||||
|
|
||||||
|
|||||||
725
po/pt.po
@@ -2,13 +2,15 @@
|
|||||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
# This file is distributed under the same license as the cartridges package.
|
# This file is distributed under the same license as the cartridges package.
|
||||||
# Pedro Sader Azevedo <pedro.saderazevedo@protonmail.com>, 2023.
|
# Pedro Sader Azevedo <pedro.saderazevedo@protonmail.com>, 2023.
|
||||||
|
# kramo <contact@kramo.hu>, 2023.
|
||||||
|
# Henrique Machado <henriquecamposrj@gmail.com>, 2023.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: cartridges\n"
|
"Project-Id-Version: cartridges\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-03-30 16:23+0200\n"
|
"POT-Creation-Date: 2023-04-11 23:33+0200\n"
|
||||||
"PO-Revision-Date: 2023-03-26 17:51+0000\n"
|
"PO-Revision-Date: 2023-04-14 12:29+0000\n"
|
||||||
"Last-Translator: Pedro Sader Azevedo <pedro.saderazevedo@protonmail.com>\n"
|
"Last-Translator: Henrique Machado <henriquecamposrj@gmail.com>\n"
|
||||||
"Language-Team: Portuguese <https://hosted.weblate.org/projects/cartridges/"
|
"Language-Team: Portuguese <https://hosted.weblate.org/projects/cartridges/"
|
||||||
"cartridges/pt/>\n"
|
"cartridges/pt/>\n"
|
||||||
"Language: pt\n"
|
"Language: pt\n"
|
||||||
@@ -20,7 +22,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: data/hu.kramo.Cartridges.desktop.in:3
|
#: data/hu.kramo.Cartridges.desktop.in:3
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:6 data/gtk/window.blp:29
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:6 data/gtk/window.blp:29
|
||||||
#: src/main.py:110
|
#: src/main.py:119
|
||||||
msgid "Cartridges"
|
msgid "Cartridges"
|
||||||
msgstr "Cartuchos"
|
msgstr "Cartuchos"
|
||||||
|
|
||||||
@@ -29,29 +31,28 @@ msgid "Game Launcher"
|
|||||||
msgstr "Iniciador de jogos"
|
msgstr "Iniciador de jogos"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.desktop.in:5
|
#: data/hu.kramo.Cartridges.desktop.in:5
|
||||||
msgid "Launch your games"
|
|
||||||
msgstr "Inicie seus jogos"
|
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:7
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:7
|
||||||
msgid "Launch all your games"
|
msgid "Launch all your games"
|
||||||
msgstr "Inicie todos os seus jogos"
|
msgstr "Inicie todos os seus jogos"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:9
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:9
|
||||||
msgid ""
|
msgid ""
|
||||||
"Cartridges is a simple game launcher. It has support for importing your "
|
"Cartridges is a simple game launcher for all of your games. It has support "
|
||||||
"games from Steam, Heroic and Bottles with organizational features such as "
|
"for importing games from Steam, Lutris, Heroic and more with no login "
|
||||||
"hiding and sorting by date added or last played."
|
"necessary. You can sort and hide games or download cover art from "
|
||||||
|
"SteamGridDB."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Cartuchos é um iniciador de jogos simples. Ele tem suporte para importação "
|
"Cartuchos é um iniciador de jogos simples. Ele tem suporte para importação "
|
||||||
"de jogos da Steam, do Heroic, e do Bottles, com recursos de organização como "
|
"de jogos da Steam, Lutris, Heroic, e etc. sem precisar fazer login. E pode "
|
||||||
"ocultação e ordenação por data de adição ou de última vez jogado."
|
"organizar e esconder jogos ou baixar imagens das capas dos jogos a partir do "
|
||||||
|
"SteamGridDB."
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:22
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:22
|
||||||
msgid "Library"
|
msgid "Library"
|
||||||
msgstr "Biblioteca"
|
msgstr "Biblioteca"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:26
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:26
|
||||||
#: src/utils/create_details_window.py:48
|
#: src/utils/create_details_window.py:87
|
||||||
msgid "Edit Game Details"
|
msgid "Edit Game Details"
|
||||||
msgstr "Editar detalhes do jogo"
|
msgstr "Editar detalhes do jogo"
|
||||||
|
|
||||||
@@ -59,12 +60,238 @@ msgstr "Editar detalhes do jogo"
|
|||||||
msgid "Game Details"
|
msgid "Game Details"
|
||||||
msgstr "Detalhes do jogo"
|
msgstr "Detalhes do jogo"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:34 data/gtk/window.blp:363
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:34 data/gtk/window.blp:402
|
||||||
#: src/utils/importer.py:81
|
#: src/utils/importer.py:94 src/utils/importer.py:123 src/utils/importer.py:148
|
||||||
|
#: src/utils/steamgriddb.py:116
|
||||||
msgid "Preferences"
|
msgid "Preferences"
|
||||||
msgstr "Preferências"
|
msgstr "Preferências"
|
||||||
|
|
||||||
#: data/gtk/window.blp:6 src/utils/importer.py:78
|
#: data/gtk/game.blp:67 src/utils/create_details_window.py:129
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "Título"
|
||||||
|
|
||||||
|
#: data/gtk/game.blp:89 data/gtk/game.blp:108 data/gtk/window.blp:170
|
||||||
|
msgid "Edit"
|
||||||
|
msgstr "Editar"
|
||||||
|
|
||||||
|
#: data/gtk/game.blp:94 src/window.py:286
|
||||||
|
msgid "Hide"
|
||||||
|
msgstr "Ocultar"
|
||||||
|
|
||||||
|
#: data/gtk/game.blp:99 data/gtk/game.blp:118 data/gtk/preferences.blp:56
|
||||||
|
#: data/gtk/window.blp:186
|
||||||
|
msgid "Remove"
|
||||||
|
msgstr "Remover"
|
||||||
|
|
||||||
|
#: data/gtk/game.blp:113 src/window.py:283
|
||||||
|
msgid "Unhide"
|
||||||
|
msgstr "Exibir"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:11 data/gtk/preferences.blp:9
|
||||||
|
msgid "General"
|
||||||
|
msgstr "Geral"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:14
|
||||||
|
msgid "Quit"
|
||||||
|
msgstr "Sair"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:19 data/gtk/window.blp:205 data/gtk/window.blp:249
|
||||||
|
#: data/gtk/window.blp:312
|
||||||
|
msgid "Search"
|
||||||
|
msgstr "Buscar"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:24
|
||||||
|
msgid "Show preferences"
|
||||||
|
msgstr "Mostrar preferências"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:29
|
||||||
|
msgid "Shortcuts"
|
||||||
|
msgstr "Atalhos"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:34 src/main.py:186 src/main.py:242
|
||||||
|
#: src/preferences.py:133
|
||||||
|
msgid "Undo"
|
||||||
|
msgstr "Desfazer"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:39
|
||||||
|
msgid "Open menu"
|
||||||
|
msgstr "Abrir menu"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:45
|
||||||
|
msgid "Games"
|
||||||
|
msgstr "Jogos"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:48
|
||||||
|
msgid "Add new game"
|
||||||
|
msgstr "Adicionar novo jogo"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:53
|
||||||
|
msgid "Import games"
|
||||||
|
msgstr "Importar jogos"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:58
|
||||||
|
msgid "Show hidden games"
|
||||||
|
msgstr "Exibir jogos ocultados"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:63
|
||||||
|
msgid "Remove game"
|
||||||
|
msgstr "Remove o jogo"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:13 data/gtk/preferences.blp:235
|
||||||
|
msgid "Behavior"
|
||||||
|
msgstr "Comportamento"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:16
|
||||||
|
msgid "Exit After Launching Games"
|
||||||
|
msgstr "Sair depois de iniciar os jogos"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:25
|
||||||
|
msgid "Cover Image Launches Game"
|
||||||
|
msgstr "Clicar na imagem da capa inicia o jogo"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:26
|
||||||
|
msgid "Swaps the behavior of the cover image and the play button"
|
||||||
|
msgstr "Troca o comportamento da imagem da capa e do botão de jogar"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:36 src/utils/create_details_window.py:101
|
||||||
|
msgid "Images"
|
||||||
|
msgstr "Imagens"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:39
|
||||||
|
msgid "High Quality Images"
|
||||||
|
msgstr "Imagens de alta qualidade"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:40
|
||||||
|
msgid "Save game covers losslessly at the cost of storage"
|
||||||
|
msgstr "Salva imagens das capas sem perda, consumindo mais armazenamento"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:50
|
||||||
|
msgid "Danger Zone"
|
||||||
|
msgstr "Atenção"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:53
|
||||||
|
msgid "Remove All Games"
|
||||||
|
msgstr "Remove todos os jogos"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:69 data/gtk/window.blp:427
|
||||||
|
msgid "Import"
|
||||||
|
msgstr "Importar"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:73
|
||||||
|
msgid "Sources"
|
||||||
|
msgstr "Fontes"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:76
|
||||||
|
msgid "Steam"
|
||||||
|
msgstr "Steam"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:80
|
||||||
|
msgid "Steam Install Location"
|
||||||
|
msgstr "Local de instalação da Steam"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:81 data/gtk/preferences.blp:119
|
||||||
|
#: data/gtk/preferences.blp:153 data/gtk/preferences.blp:195
|
||||||
|
#: data/gtk/preferences.blp:210
|
||||||
|
msgid "Directory to use when importing games"
|
||||||
|
msgstr "Diretório para usar ao importar jogos"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:89 src/utils/importer.py:143
|
||||||
|
msgid "Extra Steam Libraries"
|
||||||
|
msgstr "Bibliotecas adicionais da Steam"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:90
|
||||||
|
msgid "Select other directories where you have Steam games installed"
|
||||||
|
msgstr "Selecione outros diretórios onde você tem jogos da Steam instalados"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:96
|
||||||
|
msgid "Clear"
|
||||||
|
msgstr "Limpar"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:114
|
||||||
|
msgid "Lutris"
|
||||||
|
msgstr "Lutris"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:118
|
||||||
|
msgid "Lutris Install Location"
|
||||||
|
msgstr "Local de instalação do Lutris"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:128
|
||||||
|
msgid "Lutris Cache Location"
|
||||||
|
msgstr "Local do cache do Lutris"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:129
|
||||||
|
msgid "Directory to use when importing game covers"
|
||||||
|
msgstr "Diretório para usar ao importar imagens das capas dos jogos"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:138
|
||||||
|
msgid "Import Steam Games"
|
||||||
|
msgstr "Importar jogos da Steam"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:148
|
||||||
|
msgid "Heroic"
|
||||||
|
msgstr "Heroic"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:152
|
||||||
|
msgid "Heroic Install Location"
|
||||||
|
msgstr "Local de instalação do Heroic"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:162
|
||||||
|
msgid "Import Epic Games"
|
||||||
|
msgstr "Importar jogos da Epic Games"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:171
|
||||||
|
msgid "Import GOG Games"
|
||||||
|
msgstr "Importar jogos do GOG"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:180
|
||||||
|
msgid "Import Sideloaded Games"
|
||||||
|
msgstr "Importar jogos adicionados manualmente"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:190
|
||||||
|
msgid "Bottles"
|
||||||
|
msgstr "Bottles"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:194
|
||||||
|
msgid "Bottles Install Location"
|
||||||
|
msgstr "Local de instalação do Bottles"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:205
|
||||||
|
msgid "itch"
|
||||||
|
msgstr "itch"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:209
|
||||||
|
msgid "itch Install Location"
|
||||||
|
msgstr "Local de instalação do itch"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:223
|
||||||
|
msgid "SteamGridDB"
|
||||||
|
msgstr "SteamGridDB"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:227
|
||||||
|
msgid "Authentication"
|
||||||
|
msgstr "Autenticação"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:230
|
||||||
|
msgid "API Key"
|
||||||
|
msgstr "Chave da API"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:238
|
||||||
|
msgid "Use SteamGridDB"
|
||||||
|
msgstr "Usar SteamGridDB"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:239
|
||||||
|
msgid "Download images when adding or importing games"
|
||||||
|
msgstr "Baixa imagens ao adicionar ou importar jogos"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:248
|
||||||
|
msgid "Prefer Over Official Images"
|
||||||
|
msgstr "Preferir mais que as imagens oficiais"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:257
|
||||||
|
msgid "Prefer Animated Images"
|
||||||
|
msgstr "Preferir imagens animadas"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:6 src/utils/importer.py:91
|
||||||
msgid "No Games Found"
|
msgid "No Games Found"
|
||||||
msgstr "Nenhum jogo encontrado"
|
msgstr "Nenhum jogo encontrado"
|
||||||
|
|
||||||
@@ -88,442 +315,253 @@ msgstr "Sem jogos ocultados"
|
|||||||
msgid "Games you hide will appear here."
|
msgid "Games you hide will appear here."
|
||||||
msgstr "Jogos ocultados vão aparecer aqui."
|
msgstr "Jogos ocultados vão aparecer aqui."
|
||||||
|
|
||||||
#: data/gtk/window.blp:44 data/gtk/window.blp:254
|
#: data/gtk/window.blp:44 data/gtk/window.blp:293
|
||||||
msgid "Back"
|
msgid "Back"
|
||||||
msgstr "Voltar"
|
msgstr "Voltar"
|
||||||
|
|
||||||
#: data/gtk/window.blp:92
|
#: data/gtk/window.blp:100
|
||||||
msgid "Game Title"
|
msgid "Game Title"
|
||||||
msgstr "Título do jogo"
|
msgstr "Título do jogo"
|
||||||
|
|
||||||
#: data/gtk/window.blp:148 src/game.py:175
|
#: data/gtk/window.blp:151 src/game.py:158
|
||||||
msgid "Play"
|
msgid "Play"
|
||||||
msgstr "Jogar"
|
msgstr "Jogar"
|
||||||
|
|
||||||
#: data/gtk/window.blp:196 data/gtk/window.blp:382
|
#: data/gtk/window.blp:235 data/gtk/window.blp:421
|
||||||
msgid "Add Game"
|
msgid "Add Game"
|
||||||
msgstr "Adicionar jogo"
|
msgstr "Adicionar jogo"
|
||||||
|
|
||||||
#: data/gtk/window.blp:203 data/gtk/window.blp:266
|
#: data/gtk/window.blp:242 data/gtk/window.blp:305
|
||||||
msgid "Main Menu"
|
msgid "Main Menu"
|
||||||
msgstr "Menu principal"
|
msgstr "Menu principal"
|
||||||
|
|
||||||
#: data/gtk/window.blp:210 data/gtk/window.blp:273 data/gtk/help-overlay.blp:19
|
#: data/gtk/window.blp:300
|
||||||
msgid "Search"
|
|
||||||
msgstr "Buscar"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:261
|
|
||||||
msgid "Hidden Games"
|
msgid "Hidden Games"
|
||||||
msgstr "Jogos ocultados"
|
msgstr "Jogos ocultados"
|
||||||
|
|
||||||
#: data/gtk/window.blp:321
|
#: data/gtk/window.blp:360
|
||||||
msgid "Sort"
|
msgid "Sort"
|
||||||
msgstr "Ordenar"
|
msgstr "Ordenar"
|
||||||
|
|
||||||
#: data/gtk/window.blp:324
|
#: data/gtk/window.blp:363
|
||||||
msgid "A-Z"
|
msgid "A-Z"
|
||||||
msgstr "A-Z"
|
msgstr "A-Z"
|
||||||
|
|
||||||
#: data/gtk/window.blp:330
|
#: data/gtk/window.blp:369
|
||||||
msgid "Z-A"
|
msgid "Z-A"
|
||||||
msgstr "Z-A"
|
msgstr "Z-A"
|
||||||
|
|
||||||
#: data/gtk/window.blp:336
|
#: data/gtk/window.blp:375
|
||||||
msgid "Newest"
|
msgid "Newest"
|
||||||
msgstr "Mais novo"
|
msgstr "Mais novo"
|
||||||
|
|
||||||
#: data/gtk/window.blp:342
|
#: data/gtk/window.blp:381
|
||||||
msgid "Oldest"
|
msgid "Oldest"
|
||||||
msgstr "Mais antigo"
|
msgstr "Mais antigo"
|
||||||
|
|
||||||
#: data/gtk/window.blp:348
|
#: data/gtk/window.blp:387
|
||||||
msgid "Last Played"
|
msgid "Last Played"
|
||||||
msgstr "Última vez jogado"
|
msgstr "Última vez jogado"
|
||||||
|
|
||||||
#: data/gtk/window.blp:355
|
#: data/gtk/window.blp:394
|
||||||
msgid "Show Hidden"
|
msgid "Show Hidden"
|
||||||
msgstr "Mostrar ocultados"
|
msgstr "Mostrar ocultados"
|
||||||
|
|
||||||
#: data/gtk/window.blp:368
|
#: data/gtk/window.blp:407
|
||||||
msgid "Keyboard Shortcuts"
|
msgid "Keyboard Shortcuts"
|
||||||
msgstr "Atalhos de teclado"
|
msgstr "Atalhos de teclado"
|
||||||
|
|
||||||
#: data/gtk/window.blp:373
|
#: data/gtk/window.blp:412
|
||||||
msgid "About Cartridges"
|
msgid "About Cartridges"
|
||||||
msgstr "Sobre o Cartuchos"
|
msgstr "Sobre o Cartuchos"
|
||||||
|
|
||||||
#: data/gtk/window.blp:388 data/gtk/preferences.blp:66
|
|
||||||
#, fuzzy
|
|
||||||
#| msgid "Import from"
|
|
||||||
msgid "Import"
|
|
||||||
msgstr "Importar de"
|
|
||||||
|
|
||||||
#: data/gtk/game.blp:60 src/utils/create_details_window.py:94
|
|
||||||
msgid "Title"
|
|
||||||
msgstr "Título"
|
|
||||||
|
|
||||||
#: data/gtk/game.blp:82 data/gtk/game.blp:101
|
|
||||||
msgid "Edit"
|
|
||||||
msgstr "Editar"
|
|
||||||
|
|
||||||
#: data/gtk/game.blp:87
|
|
||||||
msgid "Hide"
|
|
||||||
msgstr "Ocultar"
|
|
||||||
|
|
||||||
#: data/gtk/game.blp:92 data/gtk/game.blp:111 data/gtk/preferences.blp:53
|
|
||||||
msgid "Remove"
|
|
||||||
msgstr "Remover"
|
|
||||||
|
|
||||||
#: data/gtk/game.blp:106
|
|
||||||
msgid "Unhide"
|
|
||||||
msgstr "Exibir"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:11 data/gtk/preferences.blp:9
|
|
||||||
msgid "General"
|
|
||||||
msgstr "Geral"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:14
|
|
||||||
msgid "Quit"
|
|
||||||
msgstr "Sair"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:24
|
|
||||||
msgid "Show preferences"
|
|
||||||
msgstr "Mostrar preferências"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:29
|
|
||||||
msgid "Shortcuts"
|
|
||||||
msgstr "Atalhos"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:34 src/main.py:198 src/preferences.py:118
|
|
||||||
msgid "Undo"
|
|
||||||
msgstr "Desfazer"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:39
|
|
||||||
msgid "Open menu"
|
|
||||||
msgstr "Abrir menu"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:45
|
|
||||||
msgid "Games"
|
|
||||||
msgstr "Jogos"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:48
|
|
||||||
msgid "Add new game"
|
|
||||||
msgstr "Adicionar novo jogo"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:53
|
|
||||||
#, fuzzy
|
|
||||||
#| msgid "Import GOG Games"
|
|
||||||
msgid "Import games"
|
|
||||||
msgstr "Importar jogos do GOG"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:58
|
|
||||||
msgid "Show hidden games"
|
|
||||||
msgstr "Exibir jogos ocultados"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:13
|
|
||||||
msgid "Behavior"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:16
|
|
||||||
msgid "Exit After Launching Games"
|
|
||||||
msgstr "Sair depois de iniciar os jogos"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:24
|
|
||||||
msgid "Cover Image Launches Game"
|
|
||||||
msgstr "Imagem de capa inicia o jogo"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:25
|
|
||||||
msgid "Swaps the behavior of the cover image and the play button"
|
|
||||||
msgstr "Troca o comportamento da imagem de capa e do botão de jogar"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:34 src/utils/create_details_window.py:59
|
|
||||||
msgid "Images"
|
|
||||||
msgstr "Imagens"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:37
|
|
||||||
msgid "High Quality Images"
|
|
||||||
msgstr "Imagens de alta qualidade"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:38
|
|
||||||
msgid "Save game covers losslessly at the cost of storage"
|
|
||||||
msgstr "Salvar imagens de capa sem perda, consumindo mais armazenamento"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:47
|
|
||||||
msgid "Danger Zone"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:50
|
|
||||||
msgid "Remove All Games"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:70
|
|
||||||
msgid "Sources"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:73
|
|
||||||
msgid "Steam"
|
|
||||||
msgstr "Steam"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:77
|
|
||||||
msgid "Steam Install Location"
|
|
||||||
msgstr "Local de instalação da Steam"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:78 data/gtk/preferences.blp:117
|
|
||||||
#: data/gtk/preferences.blp:156
|
|
||||||
msgid "Directory to use when importing games"
|
|
||||||
msgstr "Diretório para usar ao importar jogos"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:86
|
|
||||||
msgid "Extra Steam Libraries"
|
|
||||||
msgstr "Bibliotecas adicionais da Steam"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:87
|
|
||||||
msgid "Select other directories where you have Steam games installed"
|
|
||||||
msgstr "Selecione outros diretórios onde você tem jogos da Steam instalados"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:94
|
|
||||||
msgid "Clear"
|
|
||||||
msgstr "Limpar"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:112
|
|
||||||
msgid "Heroic"
|
|
||||||
msgstr "Heroic"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:116
|
|
||||||
msgid "Heroic Install Location"
|
|
||||||
msgstr "Local de instalação do Heroic"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:126
|
|
||||||
msgid "Import Epic Games"
|
|
||||||
msgstr "Importar jogos da Epic Games"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:134
|
|
||||||
msgid "Import GOG Games"
|
|
||||||
msgstr "Importar jogos do GOG"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:142
|
|
||||||
msgid "Import Sideloaded Games"
|
|
||||||
msgstr "Importar jogos adicionados manualmente"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:151
|
|
||||||
msgid "Bottles"
|
|
||||||
msgstr "Bottles"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:155
|
|
||||||
msgid "Bottles Install Location"
|
|
||||||
msgstr "Local de instalação do Bottles"
|
|
||||||
|
|
||||||
#. Translators: Replace this with your name for it to show up in the about window
|
#. Translators: Replace this with your name for it to show up in the about window
|
||||||
#: src/main.py:125
|
#: src/main.py:137
|
||||||
msgid "translator_credits"
|
msgid "translator_credits"
|
||||||
msgstr "Pedro Sader Azevedo"
|
msgstr "Pedro Sader Azevedo"
|
||||||
|
|
||||||
#. The variable is the title of the game
|
#. The variable is the title of the game
|
||||||
#: src/main.py:197
|
#: src/main.py:164
|
||||||
#, python-brace-format
|
msgid "{} launched"
|
||||||
msgid "{title} removed"
|
msgstr "{} iniciado"
|
||||||
msgstr "{title} removido"
|
|
||||||
|
|
||||||
#: src/window.py:234
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:182
|
||||||
|
msgid "{} hidden"
|
||||||
|
msgstr "{} está oculto"
|
||||||
|
|
||||||
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:185
|
||||||
|
msgid "{} unhidden"
|
||||||
|
msgstr "{} está exposto"
|
||||||
|
|
||||||
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:241
|
||||||
|
msgid "{} removed"
|
||||||
|
msgstr "{} removido"
|
||||||
|
|
||||||
|
#: src/window.py:262
|
||||||
msgid "Today"
|
msgid "Today"
|
||||||
msgstr "Hoje"
|
msgstr "Hoje"
|
||||||
|
|
||||||
#: src/window.py:236
|
#: src/window.py:264
|
||||||
msgid "Yesterday"
|
msgid "Yesterday"
|
||||||
msgstr "Ontem"
|
msgstr "Ontem"
|
||||||
|
|
||||||
#. The variable is the date when the game was added
|
#. The variable is the date when the game was added
|
||||||
#: src/window.py:270
|
#: src/window.py:310
|
||||||
#, python-brace-format
|
msgid "Added: {}"
|
||||||
msgid "Added: {date}"
|
msgstr "Adicionado: {}"
|
||||||
msgstr "Adicionado: {date}"
|
|
||||||
|
|
||||||
#: src/window.py:275
|
#: src/window.py:315
|
||||||
msgid "Never"
|
msgid "Never"
|
||||||
msgstr "Nunca"
|
msgstr "Nunca"
|
||||||
|
|
||||||
#. The variable is the date when the game was last played
|
#. The variable is the date when the game was last played
|
||||||
#: src/window.py:279
|
#: src/window.py:319
|
||||||
#, python-brace-format
|
msgid "Last played: {}"
|
||||||
msgid "Last played: {last_played_date}"
|
msgstr "Última vez jogado"
|
||||||
msgstr "Última vez jogado: {last_played_date}"
|
|
||||||
|
|
||||||
#: src/game.py:173
|
#: src/game.py:156
|
||||||
msgid "Details"
|
msgid "Details"
|
||||||
msgstr "Detalhes"
|
msgstr "Detalhes"
|
||||||
|
|
||||||
#: src/preferences.py:55
|
#: src/preferences.py:54
|
||||||
msgid "Installation Not Found"
|
msgid "Installation Not Found"
|
||||||
msgstr ""
|
msgstr "Instalação não encontrada"
|
||||||
|
|
||||||
#. The variable is the name of the game launcher
|
#. The variable is the name of the game launcher
|
||||||
#: src/preferences.py:57
|
#: src/preferences.py:56
|
||||||
#, python-brace-format
|
msgid "Select the {} configuration directory."
|
||||||
msgid "Select the {name} configuration directory."
|
msgstr "Selecione o diretório de configuração de {}."
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. The variable is the name of the game launcher
|
#. The variable is the name of the game launcher
|
||||||
#: src/preferences.py:59
|
#: src/preferences.py:59
|
||||||
#, python-brace-format
|
msgid "Select the {} data directory."
|
||||||
msgid "Select the {name} data directory."
|
msgstr "Selecione o diretório de informações de {}."
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/preferences.py:61
|
#: src/preferences.py:61 src/preferences.py:240
|
||||||
#, fuzzy
|
|
||||||
#| msgid "Set Steam Location"
|
|
||||||
msgid "Set Location"
|
msgid "Set Location"
|
||||||
msgstr "Definir local da Steam"
|
msgstr "Definir local"
|
||||||
|
|
||||||
#: src/preferences.py:117
|
#: src/preferences.py:132
|
||||||
#, fuzzy
|
|
||||||
#| msgid "{title} removed"
|
|
||||||
msgid "All games removed"
|
msgid "All games removed"
|
||||||
msgstr "{title} removido"
|
msgstr "Todos os jogos foram removidos"
|
||||||
|
|
||||||
#: src/utils/importer.py:37
|
#: src/preferences.py:237
|
||||||
msgid "Importing Games…"
|
msgid "Cache Not Found"
|
||||||
msgstr "Importando jogos…"
|
msgstr "Cache não encontrado"
|
||||||
|
|
||||||
#: src/utils/importer.py:79
|
#: src/preferences.py:238
|
||||||
#, fuzzy
|
msgid "Select the Lutris cache directory."
|
||||||
#| msgid "No new games were found in the Heroic library."
|
msgstr "Selecione o diretório de cache do Lutris."
|
||||||
msgid "No new games were found on your system."
|
|
||||||
msgstr "Nenhum jogo novo foi encontrado na biblioteca do Heroic."
|
|
||||||
|
|
||||||
#: src/utils/importer.py:87
|
#: src/preferences.py:344
|
||||||
#, fuzzy
|
msgid ""
|
||||||
#| msgid "Steam Games Imported"
|
"An API key is required to use SteamGridDB. You can generate one {}here{}."
|
||||||
msgid "Game Imported"
|
msgstr ""
|
||||||
msgstr "Jogos da Steam importados"
|
"Uma chave de API é necessária para usar a SteamGridDB. Você pode gerar uma "
|
||||||
|
"chave {}aqui{}."
|
||||||
|
|
||||||
#: src/utils/importer.py:88
|
#: src/utils/create_details_window.py:81
|
||||||
msgid "Successfully imported 1 game."
|
|
||||||
msgstr "1 jogo foi importado com sucesso."
|
|
||||||
|
|
||||||
#: src/utils/importer.py:94
|
|
||||||
#, fuzzy
|
|
||||||
#| msgid "Steam Games Imported"
|
|
||||||
msgid "Games Imported"
|
|
||||||
msgstr "Jogos da Steam importados"
|
|
||||||
|
|
||||||
#. The variable is the number of games
|
|
||||||
#: src/utils/importer.py:96
|
|
||||||
#, python-brace-format
|
|
||||||
msgid "Successfully imported {games_no} games."
|
|
||||||
msgstr "{games_no} jogos importados com sucesso."
|
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:41
|
|
||||||
msgid "Add New Game"
|
msgid "Add New Game"
|
||||||
msgstr "Adicionar novo jogo"
|
msgstr "Adicionar novo jogo"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:46
|
#: src/utils/create_details_window.py:85
|
||||||
msgid "Confirm"
|
msgid "Confirm"
|
||||||
msgstr "Confirmar"
|
msgstr "Confirmar"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:57
|
#: src/utils/create_details_window.py:96
|
||||||
msgid "Apply"
|
msgid "Apply"
|
||||||
msgstr "Aplicar"
|
msgstr "Aplicar"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:95
|
#: src/utils/create_details_window.py:130
|
||||||
msgid "The title of the game"
|
msgid "The title of the game"
|
||||||
msgstr "O título do jogo"
|
msgstr "O título do jogo"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:100
|
#: src/utils/create_details_window.py:135
|
||||||
msgid "Developer"
|
msgid "Developer"
|
||||||
msgstr "Desenvolvedor"
|
msgstr "Desenvolvedor"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:101
|
#: src/utils/create_details_window.py:136
|
||||||
msgid "The developer or publisher (optional)"
|
msgid "The developer or publisher (optional)"
|
||||||
msgstr "O desenvolvedor ou publicador (opcional)"
|
msgstr "O desenvolvedor ou publicador (opcional)"
|
||||||
|
|
||||||
#. Translate this string as you would translate "file"
|
#. Translate this string as you would translate "file"
|
||||||
#: src/utils/create_details_window.py:112
|
#: src/utils/create_details_window.py:147
|
||||||
msgid "file.txt"
|
msgid "file.txt"
|
||||||
msgstr "arquivo.txt"
|
msgstr "arquivo.txt"
|
||||||
|
|
||||||
#. As in software
|
#. As in software
|
||||||
#: src/utils/create_details_window.py:114
|
#: src/utils/create_details_window.py:149
|
||||||
msgid "program"
|
msgid "program"
|
||||||
msgstr "programa"
|
msgstr "programa"
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {exe_name}"
|
#. Translate this string as you would translate "path to {}"
|
||||||
#: src/utils/create_details_window.py:119
|
#: src/utils/create_details_window.py:154
|
||||||
#, python-brace-format
|
#: src/utils/create_details_window.py:156
|
||||||
msgid "C:\\path\\to\\{exe_name}"
|
msgid "C:\\path\\to\\{}"
|
||||||
msgstr "C:\\caminho\\para\\{exe_name}"
|
msgstr "C:\\caminho\\para\\{}"
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {file_name}"
|
#. Translate this string as you would translate "path to {}"
|
||||||
#: src/utils/create_details_window.py:121
|
#: src/utils/create_details_window.py:160
|
||||||
#, python-brace-format
|
#: src/utils/create_details_window.py:162
|
||||||
msgid "C:\\path\\to\\{file_name}"
|
msgid "/path/to/{}"
|
||||||
msgstr "C:\\caminho\\para\\{file_name}"
|
msgstr "/caminho/para/{}"
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {exe_name}"
|
#: src/utils/create_details_window.py:166
|
||||||
#: src/utils/create_details_window.py:125
|
|
||||||
#, python-brace-format
|
|
||||||
msgid "/path/to/{exe_name}"
|
|
||||||
msgstr "/caminho/para/{exe_name}"
|
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {file_name}"
|
|
||||||
#: src/utils/create_details_window.py:127
|
|
||||||
#, python-brace-format
|
|
||||||
msgid "/path/to/{file_name}"
|
|
||||||
msgstr "/caminho/para/{file_name}"
|
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:131
|
|
||||||
#, python-brace-format
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"To launch the executable \"{exe_name}\", use the command:\n"
|
"To launch the executable \"{}\", use the command:\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>\"{exe_path}\"</tt>\n"
|
"<tt>\"{}\"</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"To open the file \"{file_name}\" with the default application, use:\n"
|
"To open the file \"{}\" with the default application, use:\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>{command} \"{file_path}\"</tt>\n"
|
"<tt>{} \"{}\"</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"If the path contains spaces, make sure to wrap it in double quotes!"
|
"If the path contains spaces, make sure to wrap it in double quotes!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Para iniciar o executável \"{exe_name}\", use o comando:\n"
|
"Para iniciar o executável \"{}\", use o comando:\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>\"{exe_path}\"</tt>\n"
|
"<tt>\"{}\"</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Para abrir o arquivo \"{file_name}\" com o aplicativo padrão, use:\n"
|
"Para abrir o arquivo \"{}\" com o aplicativo padrão, use:\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>{command}\"{file_path}\"</tt>\n"
|
"<tt>{}\"{}\"</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Se o caminho contiver espaços, certifique-se de colocá-lo entre aspas duplas!"
|
"Se o caminho contiver espaços, certifique-se de colocá-lo entre aspas duplas!"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:154
|
#: src/utils/create_details_window.py:189
|
||||||
msgid "Executable"
|
msgid "Executable"
|
||||||
msgstr "Executável"
|
msgstr "Executável"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:155
|
#: src/utils/create_details_window.py:190
|
||||||
msgid "File to open or command to run when launching the game"
|
msgid "File to open or command to run when launching the game"
|
||||||
msgstr "Arquivo a ser aberto ou comando a ser executado ao iniciar o jogo"
|
msgstr "Arquivo a ser aberto ou comando a ser executado ao iniciar o jogo"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:167
|
#: src/utils/create_details_window.py:202
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr "Cancelar"
|
msgstr "Cancelar"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:217
|
#: src/utils/create_details_window.py:259
|
||||||
#: src/utils/create_details_window.py:227
|
#: src/utils/create_details_window.py:269
|
||||||
#: src/utils/create_details_window.py:233
|
#: src/utils/create_details_window.py:275
|
||||||
msgid "Couldn't Add Game"
|
msgid "Couldn't Add Game"
|
||||||
msgstr "Não foi possível adicionar o jogo"
|
msgstr "Não foi possível adicionar o jogo"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:219
|
#: src/utils/create_details_window.py:261
|
||||||
#: src/utils/create_details_window.py:257
|
#: src/utils/create_details_window.py:299
|
||||||
#: src/utils/create_details_window.py:265
|
#: src/utils/create_details_window.py:307
|
||||||
msgid "Couldn't Apply Preferences"
|
msgid "Couldn't Apply Preferences"
|
||||||
msgstr "Não foi possível aplicar as preferências"
|
msgstr "Não foi possível aplicar as preferências"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:227
|
#: src/utils/create_details_window.py:269
|
||||||
#: src/utils/create_details_window.py:258
|
#: src/utils/create_details_window.py:300
|
||||||
msgid "Game title cannot be empty."
|
msgid "Game title cannot be empty."
|
||||||
msgstr "O título do jogo não pode estar vazio."
|
msgstr "O título do jogo não pode estar vazio."
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:233
|
#: src/utils/create_details_window.py:275
|
||||||
#: src/utils/create_details_window.py:266
|
#: src/utils/create_details_window.py:308
|
||||||
msgid "Executable cannot be empty."
|
msgid "Executable cannot be empty."
|
||||||
msgstr "O executável não pode estar vazio."
|
msgstr "O executável não pode estar vazio."
|
||||||
|
|
||||||
@@ -531,6 +569,66 @@ msgstr "O executável não pode estar vazio."
|
|||||||
msgid "Dismiss"
|
msgid "Dismiss"
|
||||||
msgstr "Dispensar"
|
msgstr "Dispensar"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:42
|
||||||
|
msgid "Importing Games…"
|
||||||
|
msgstr "Importando jogos…"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:77
|
||||||
|
msgid "Importing Covers…"
|
||||||
|
msgstr "Importando capas…"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:92
|
||||||
|
msgid "No new games were found on your system."
|
||||||
|
msgstr "Nenhum jogo novo foi encontrado no seu sistema."
|
||||||
|
|
||||||
|
#: src/utils/importer.py:100
|
||||||
|
msgid "Game Imported"
|
||||||
|
msgstr "Jogo importado"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:101
|
||||||
|
msgid "Successfully imported 1 game."
|
||||||
|
msgstr "1 jogo foi importado com sucesso."
|
||||||
|
|
||||||
|
#: src/utils/importer.py:107
|
||||||
|
msgid "Games Imported"
|
||||||
|
msgstr "Jogos importados"
|
||||||
|
|
||||||
|
#. The variable is the number of games
|
||||||
|
#: src/utils/importer.py:109
|
||||||
|
msgid "Successfully imported {} games."
|
||||||
|
msgstr "{} jogos foram importados com sucesso."
|
||||||
|
|
||||||
|
#: src/utils/importer.py:120 src/utils/steamgriddb.py:113
|
||||||
|
msgid "Couldn't Connect to SteamGridDB"
|
||||||
|
msgstr "Não foi possível conectar à SteamGridDB"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:145
|
||||||
|
msgid ""
|
||||||
|
"Looks like you have multiple Steam libraries. Would you like to add them in "
|
||||||
|
"preferences?"
|
||||||
|
msgstr ""
|
||||||
|
"Parece que você tem múltiplas bibliotecas Steam. Gostaria de adicioná-las "
|
||||||
|
"nas preferências?"
|
||||||
|
|
||||||
|
#~ msgid "Launch your games"
|
||||||
|
#~ msgstr "Inicie seus jogos"
|
||||||
|
|
||||||
|
#, python-brace-format
|
||||||
|
#~ msgid "Last played: {last_played_date}"
|
||||||
|
#~ msgstr "Última vez jogado: {last_played_date}"
|
||||||
|
|
||||||
|
#, python-brace-format
|
||||||
|
#~ msgid "Successfully imported {games_no} games."
|
||||||
|
#~ msgstr "{games_no} jogos importados com sucesso."
|
||||||
|
|
||||||
|
#, python-brace-format
|
||||||
|
#~ msgid "C:\\path\\to\\{file_name}"
|
||||||
|
#~ msgstr "C:\\caminho\\para\\{file_name}"
|
||||||
|
|
||||||
|
#, python-brace-format
|
||||||
|
#~ msgid "/path/to/{file_name}"
|
||||||
|
#~ msgstr "/caminho/para/{file_name}"
|
||||||
|
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#~| msgid "General"
|
#~| msgid "General"
|
||||||
#~ msgctxt "shortcuts window"
|
#~ msgctxt "shortcuts window"
|
||||||
@@ -582,9 +680,6 @@ msgstr "Dispensar"
|
|||||||
#~ msgid "The Heroic directory cannot be found."
|
#~ msgid "The Heroic directory cannot be found."
|
||||||
#~ msgstr "O diretório do Heroic não foi encontrado."
|
#~ msgstr "O diretório do Heroic não foi encontrado."
|
||||||
|
|
||||||
#~ msgid "Set Heroic Location"
|
|
||||||
#~ msgstr "Definir local do Heroic"
|
|
||||||
|
|
||||||
#~ msgid "Heroic Games Imported"
|
#~ msgid "Heroic Games Imported"
|
||||||
#~ msgstr "Jogos do Heroic importados"
|
#~ msgstr "Jogos do Heroic importados"
|
||||||
|
|
||||||
|
|||||||
604
po/ro.po
Normal file
@@ -0,0 +1,604 @@
|
|||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR kramo
|
||||||
|
# This file is distributed under the same license as the Cartridges package.
|
||||||
|
# Matt C <matei.gurzu@gmail.com>, 2023.
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Cartridges\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-04-11 23:33+0200\n"
|
||||||
|
"PO-Revision-Date: 2023-04-04 17:12+0000\n"
|
||||||
|
"Last-Translator: Matt C <matei.gurzu@gmail.com>\n"
|
||||||
|
"Language-Team: Romanian <https://hosted.weblate.org/projects/cartridges/"
|
||||||
|
"cartridges/ro/>\n"
|
||||||
|
"Language: ro\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
|
||||||
|
"20)) ? 1 : 2;\n"
|
||||||
|
"X-Generator: Weblate 4.17-dev\n"
|
||||||
|
|
||||||
|
#: data/hu.kramo.Cartridges.desktop.in:3
|
||||||
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:6 data/gtk/window.blp:29
|
||||||
|
#: src/main.py:119
|
||||||
|
msgid "Cartridges"
|
||||||
|
msgstr "Cartușe"
|
||||||
|
|
||||||
|
#: data/hu.kramo.Cartridges.desktop.in:4
|
||||||
|
msgid "Game Launcher"
|
||||||
|
msgstr "Lansator de jocuri"
|
||||||
|
|
||||||
|
#: data/hu.kramo.Cartridges.desktop.in:5
|
||||||
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:7
|
||||||
|
msgid "Launch all your games"
|
||||||
|
msgstr "Lansați toate jocurile dvs"
|
||||||
|
|
||||||
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:9
|
||||||
|
#, fuzzy
|
||||||
|
#| msgid ""
|
||||||
|
#| "Cartridges is a simple game launcher. It has support for importing your "
|
||||||
|
#| "games from Steam, Heroic and Bottles with organizational features such as "
|
||||||
|
#| "hiding and sorting by date added or last played."
|
||||||
|
msgid ""
|
||||||
|
"Cartridges is a simple game launcher for all of your games. It has support "
|
||||||
|
"for importing games from Steam, Lutris, Heroic and more with no login "
|
||||||
|
"necessary. You can sort and hide games or download cover art from "
|
||||||
|
"SteamGridDB."
|
||||||
|
msgstr ""
|
||||||
|
"Cartridges este un simplu lansator de jocuri. Are suport pentru importarea "
|
||||||
|
"jocurilor dvs. din Steam, Heroic și Bottles cu funcții de organizare, cum ar "
|
||||||
|
"fi ascunderea și sortarea după data adăugată sau ultima dată jucată."
|
||||||
|
|
||||||
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:22
|
||||||
|
msgid "Library"
|
||||||
|
msgstr "Bibliotecă"
|
||||||
|
|
||||||
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:26
|
||||||
|
#: src/utils/create_details_window.py:87
|
||||||
|
msgid "Edit Game Details"
|
||||||
|
msgstr "Editați detaliile jocului"
|
||||||
|
|
||||||
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:30 data/gtk/window.blp:51
|
||||||
|
msgid "Game Details"
|
||||||
|
msgstr "Detalii joc"
|
||||||
|
|
||||||
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:34 data/gtk/window.blp:402
|
||||||
|
#: src/utils/importer.py:94 src/utils/importer.py:123 src/utils/importer.py:148
|
||||||
|
#: src/utils/steamgriddb.py:116
|
||||||
|
msgid "Preferences"
|
||||||
|
msgstr "Preferințe"
|
||||||
|
|
||||||
|
#: data/gtk/game.blp:67 src/utils/create_details_window.py:129
|
||||||
|
msgid "Title"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/game.blp:89 data/gtk/game.blp:108 data/gtk/window.blp:170
|
||||||
|
msgid "Edit"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/game.blp:94 src/window.py:286
|
||||||
|
msgid "Hide"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/game.blp:99 data/gtk/game.blp:118 data/gtk/preferences.blp:56
|
||||||
|
#: data/gtk/window.blp:186
|
||||||
|
msgid "Remove"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/game.blp:113 src/window.py:283
|
||||||
|
msgid "Unhide"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:11 data/gtk/preferences.blp:9
|
||||||
|
msgid "General"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:14
|
||||||
|
msgid "Quit"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:19 data/gtk/window.blp:205 data/gtk/window.blp:249
|
||||||
|
#: data/gtk/window.blp:312
|
||||||
|
msgid "Search"
|
||||||
|
msgstr "Căutare"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:24
|
||||||
|
msgid "Show preferences"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:29
|
||||||
|
msgid "Shortcuts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:34 src/main.py:186 src/main.py:242
|
||||||
|
#: src/preferences.py:133
|
||||||
|
msgid "Undo"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:39
|
||||||
|
msgid "Open menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:45
|
||||||
|
msgid "Games"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:48
|
||||||
|
msgid "Add new game"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:53
|
||||||
|
msgid "Import games"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:58
|
||||||
|
msgid "Show hidden games"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:63
|
||||||
|
msgid "Remove game"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:13 data/gtk/preferences.blp:235
|
||||||
|
msgid "Behavior"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:16
|
||||||
|
msgid "Exit After Launching Games"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:25
|
||||||
|
msgid "Cover Image Launches Game"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:26
|
||||||
|
msgid "Swaps the behavior of the cover image and the play button"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:36 src/utils/create_details_window.py:101
|
||||||
|
msgid "Images"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:39
|
||||||
|
msgid "High Quality Images"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:40
|
||||||
|
msgid "Save game covers losslessly at the cost of storage"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:50
|
||||||
|
msgid "Danger Zone"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:53
|
||||||
|
msgid "Remove All Games"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:69 data/gtk/window.blp:427
|
||||||
|
msgid "Import"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:73
|
||||||
|
msgid "Sources"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:76
|
||||||
|
msgid "Steam"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:80
|
||||||
|
msgid "Steam Install Location"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:81 data/gtk/preferences.blp:119
|
||||||
|
#: data/gtk/preferences.blp:153 data/gtk/preferences.blp:195
|
||||||
|
#: data/gtk/preferences.blp:210
|
||||||
|
msgid "Directory to use when importing games"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:89 src/utils/importer.py:143
|
||||||
|
msgid "Extra Steam Libraries"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:90
|
||||||
|
msgid "Select other directories where you have Steam games installed"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:96
|
||||||
|
msgid "Clear"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:114
|
||||||
|
msgid "Lutris"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:118
|
||||||
|
msgid "Lutris Install Location"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:128
|
||||||
|
msgid "Lutris Cache Location"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:129
|
||||||
|
msgid "Directory to use when importing game covers"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:138
|
||||||
|
msgid "Import Steam Games"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:148
|
||||||
|
msgid "Heroic"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:152
|
||||||
|
msgid "Heroic Install Location"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:162
|
||||||
|
msgid "Import Epic Games"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:171
|
||||||
|
msgid "Import GOG Games"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:180
|
||||||
|
msgid "Import Sideloaded Games"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:190
|
||||||
|
msgid "Bottles"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:194
|
||||||
|
msgid "Bottles Install Location"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:205
|
||||||
|
msgid "itch"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:209
|
||||||
|
msgid "itch Install Location"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:223
|
||||||
|
msgid "SteamGridDB"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:227
|
||||||
|
msgid "Authentication"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:230
|
||||||
|
msgid "API Key"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:238
|
||||||
|
msgid "Use SteamGridDB"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:239
|
||||||
|
msgid "Download images when adding or importing games"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:248
|
||||||
|
msgid "Prefer Over Official Images"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:257
|
||||||
|
msgid "Prefer Animated Images"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:6 src/utils/importer.py:91
|
||||||
|
msgid "No Games Found"
|
||||||
|
msgstr "Nu s-au găsit jocuri"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:7
|
||||||
|
msgid "Try a different search."
|
||||||
|
msgstr "Încercați o altă căutare."
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:14
|
||||||
|
msgid "No Games"
|
||||||
|
msgstr "Fără jocuri"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:15
|
||||||
|
msgid "Use the + button to add games."
|
||||||
|
msgstr "Folosiți butonul + pentru a adăuga jocuri."
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:22
|
||||||
|
msgid "No Hidden Games"
|
||||||
|
msgstr "Fără jocuri ascunse"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:23
|
||||||
|
msgid "Games you hide will appear here."
|
||||||
|
msgstr "Jocurile pe care le ascundeți vor apărea aici."
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:44 data/gtk/window.blp:293
|
||||||
|
msgid "Back"
|
||||||
|
msgstr "Înapoi"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:100
|
||||||
|
msgid "Game Title"
|
||||||
|
msgstr "Titlul jocului"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:151 src/game.py:158
|
||||||
|
msgid "Play"
|
||||||
|
msgstr "Joacă"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:235 data/gtk/window.blp:421
|
||||||
|
msgid "Add Game"
|
||||||
|
msgstr "Adăugați joc"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:242 data/gtk/window.blp:305
|
||||||
|
msgid "Main Menu"
|
||||||
|
msgstr "Meniu principal"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:300
|
||||||
|
msgid "Hidden Games"
|
||||||
|
msgstr "Jocuri ascunse"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:360
|
||||||
|
msgid "Sort"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:363
|
||||||
|
msgid "A-Z"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:369
|
||||||
|
msgid "Z-A"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:375
|
||||||
|
msgid "Newest"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:381
|
||||||
|
msgid "Oldest"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:387
|
||||||
|
msgid "Last Played"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:394
|
||||||
|
msgid "Show Hidden"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:407
|
||||||
|
msgid "Keyboard Shortcuts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:412
|
||||||
|
msgid "About Cartridges"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. Translators: Replace this with your name for it to show up in the about window
|
||||||
|
#: src/main.py:137
|
||||||
|
msgid "translator_credits"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:164
|
||||||
|
msgid "{} launched"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:182
|
||||||
|
msgid "{} hidden"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:185
|
||||||
|
msgid "{} unhidden"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:241
|
||||||
|
msgid "{} removed"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/window.py:262
|
||||||
|
msgid "Today"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/window.py:264
|
||||||
|
msgid "Yesterday"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. The variable is the date when the game was added
|
||||||
|
#: src/window.py:310
|
||||||
|
msgid "Added: {}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/window.py:315
|
||||||
|
msgid "Never"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. The variable is the date when the game was last played
|
||||||
|
#: src/window.py:319
|
||||||
|
msgid "Last played: {}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/game.py:156
|
||||||
|
msgid "Details"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/preferences.py:54
|
||||||
|
msgid "Installation Not Found"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. The variable is the name of the game launcher
|
||||||
|
#: src/preferences.py:56
|
||||||
|
msgid "Select the {} configuration directory."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. The variable is the name of the game launcher
|
||||||
|
#: src/preferences.py:59
|
||||||
|
msgid "Select the {} data directory."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/preferences.py:61 src/preferences.py:240
|
||||||
|
msgid "Set Location"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/preferences.py:132
|
||||||
|
msgid "All games removed"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/preferences.py:237
|
||||||
|
msgid "Cache Not Found"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/preferences.py:238
|
||||||
|
msgid "Select the Lutris cache directory."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/preferences.py:344
|
||||||
|
msgid ""
|
||||||
|
"An API key is required to use SteamGridDB. You can generate one {}here{}."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/utils/create_details_window.py:81
|
||||||
|
msgid "Add New Game"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/utils/create_details_window.py:85
|
||||||
|
msgid "Confirm"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/utils/create_details_window.py:96
|
||||||
|
msgid "Apply"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/utils/create_details_window.py:130
|
||||||
|
msgid "The title of the game"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/utils/create_details_window.py:135
|
||||||
|
msgid "Developer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/utils/create_details_window.py:136
|
||||||
|
msgid "The developer or publisher (optional)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. Translate this string as you would translate "file"
|
||||||
|
#: src/utils/create_details_window.py:147
|
||||||
|
msgid "file.txt"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. As in software
|
||||||
|
#: src/utils/create_details_window.py:149
|
||||||
|
msgid "program"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. Translate this string as you would translate "path to {}"
|
||||||
|
#: src/utils/create_details_window.py:154
|
||||||
|
#: src/utils/create_details_window.py:156
|
||||||
|
msgid "C:\\path\\to\\{}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. Translate this string as you would translate "path to {}"
|
||||||
|
#: src/utils/create_details_window.py:160
|
||||||
|
#: src/utils/create_details_window.py:162
|
||||||
|
msgid "/path/to/{}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/utils/create_details_window.py:166
|
||||||
|
msgid ""
|
||||||
|
"To launch the executable \"{}\", use the command:\n"
|
||||||
|
"\n"
|
||||||
|
"<tt>\"{}\"</tt>\n"
|
||||||
|
"\n"
|
||||||
|
"To open the file \"{}\" with the default application, use:\n"
|
||||||
|
"\n"
|
||||||
|
"<tt>{} \"{}\"</tt>\n"
|
||||||
|
"\n"
|
||||||
|
"If the path contains spaces, make sure to wrap it in double quotes!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/utils/create_details_window.py:189
|
||||||
|
msgid "Executable"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/utils/create_details_window.py:190
|
||||||
|
msgid "File to open or command to run when launching the game"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/utils/create_details_window.py:202
|
||||||
|
msgid "Cancel"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/utils/create_details_window.py:259
|
||||||
|
#: src/utils/create_details_window.py:269
|
||||||
|
#: src/utils/create_details_window.py:275
|
||||||
|
msgid "Couldn't Add Game"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/utils/create_details_window.py:261
|
||||||
|
#: src/utils/create_details_window.py:299
|
||||||
|
#: src/utils/create_details_window.py:307
|
||||||
|
msgid "Couldn't Apply Preferences"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/utils/create_details_window.py:269
|
||||||
|
#: src/utils/create_details_window.py:300
|
||||||
|
msgid "Game title cannot be empty."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/utils/create_details_window.py:275
|
||||||
|
#: src/utils/create_details_window.py:308
|
||||||
|
msgid "Executable cannot be empty."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/utils/create_dialog.py:25
|
||||||
|
msgid "Dismiss"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/utils/importer.py:42
|
||||||
|
msgid "Importing Games…"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/utils/importer.py:77
|
||||||
|
msgid "Importing Covers…"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/utils/importer.py:92
|
||||||
|
msgid "No new games were found on your system."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/utils/importer.py:100
|
||||||
|
msgid "Game Imported"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/utils/importer.py:101
|
||||||
|
msgid "Successfully imported 1 game."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/utils/importer.py:107
|
||||||
|
msgid "Games Imported"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. The variable is the number of games
|
||||||
|
#: src/utils/importer.py:109
|
||||||
|
msgid "Successfully imported {} games."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/utils/importer.py:120 src/utils/steamgriddb.py:113
|
||||||
|
msgid "Couldn't Connect to SteamGridDB"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/utils/importer.py:145
|
||||||
|
msgid ""
|
||||||
|
"Looks like you have multiple Steam libraries. Would you like to add them in "
|
||||||
|
"preferences?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#~ msgid "Launch your games"
|
||||||
|
#~ msgstr "Lansați-vă jocurile"
|
||||||
610
po/ru.po
@@ -2,12 +2,13 @@
|
|||||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
# This file is distributed under the same license as the cartridges package.
|
# This file is distributed under the same license as the cartridges package.
|
||||||
# Сергей <asvmail.as@gmail.com>, 2023.
|
# Сергей <asvmail.as@gmail.com>, 2023.
|
||||||
|
# kramo <contact@kramo.hu>, 2023.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: cartridges\n"
|
"Project-Id-Version: cartridges\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-03-30 16:23+0200\n"
|
"POT-Creation-Date: 2023-04-11 23:33+0200\n"
|
||||||
"PO-Revision-Date: 2023-03-30 14:24+0000\n"
|
"PO-Revision-Date: 2023-04-14 12:29+0000\n"
|
||||||
"Last-Translator: Сергей <asvmail.as@gmail.com>\n"
|
"Last-Translator: Сергей <asvmail.as@gmail.com>\n"
|
||||||
"Language-Team: Russian <https://hosted.weblate.org/projects/cartridges/"
|
"Language-Team: Russian <https://hosted.weblate.org/projects/cartridges/"
|
||||||
"cartridges/ru/>\n"
|
"cartridges/ru/>\n"
|
||||||
@@ -15,13 +16,13 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
||||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||||
"X-Generator: Weblate 4.17-dev\n"
|
"X-Generator: Weblate 4.17-dev\n"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.desktop.in:3
|
#: data/hu.kramo.Cartridges.desktop.in:3
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:6 data/gtk/window.blp:29
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:6 data/gtk/window.blp:29
|
||||||
#: src/main.py:110
|
#: src/main.py:119
|
||||||
msgid "Cartridges"
|
msgid "Cartridges"
|
||||||
msgstr "Картриджи"
|
msgstr "Картриджи"
|
||||||
|
|
||||||
@@ -30,29 +31,28 @@ msgid "Game Launcher"
|
|||||||
msgstr "Средство запуска игр"
|
msgstr "Средство запуска игр"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.desktop.in:5
|
#: data/hu.kramo.Cartridges.desktop.in:5
|
||||||
msgid "Launch your games"
|
|
||||||
msgstr "Запускайте свои игры"
|
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:7
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:7
|
||||||
msgid "Launch all your games"
|
msgid "Launch all your games"
|
||||||
msgstr "Запустите все свои игры"
|
msgstr "Запустите все свои игры"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:9
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:9
|
||||||
msgid ""
|
msgid ""
|
||||||
"Cartridges is a simple game launcher. It has support for importing your "
|
"Cartridges is a simple game launcher for all of your games. It has support "
|
||||||
"games from Steam, Heroic and Bottles with organizational features such as "
|
"for importing games from Steam, Lutris, Heroic and more with no login "
|
||||||
"hiding and sorting by date added or last played."
|
"necessary. You can sort and hide games or download cover art from "
|
||||||
|
"SteamGridDB."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Картриджи - это простое приложение для запуска игр. Оно поддерживает импорт "
|
"Картриджи - это простое приложение для запуска ваших игр. Оно поддерживает "
|
||||||
"игр из Steam, Heroic и Bottles, имеет организационные функции, такие как "
|
"импорт игр из Steam, Lutris, Heroic и других без необходимости входа в "
|
||||||
"скрытие и сортировка по дате добавления или последней игры."
|
"систему. Вы можете сортировать и скрывать игры или загружать обложки из "
|
||||||
|
"SteamGridDB."
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:22
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:22
|
||||||
msgid "Library"
|
msgid "Library"
|
||||||
msgstr "Библиотека"
|
msgstr "Библиотека"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:26
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:26
|
||||||
#: src/utils/create_details_window.py:48
|
#: src/utils/create_details_window.py:87
|
||||||
msgid "Edit Game Details"
|
msgid "Edit Game Details"
|
||||||
msgstr "Редактировать подробности об игре"
|
msgstr "Редактировать подробности об игре"
|
||||||
|
|
||||||
@@ -60,120 +60,30 @@ msgstr "Редактировать подробности об игре"
|
|||||||
msgid "Game Details"
|
msgid "Game Details"
|
||||||
msgstr "Подробности об игре"
|
msgstr "Подробности об игре"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:34 data/gtk/window.blp:363
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:34 data/gtk/window.blp:402
|
||||||
#: src/utils/importer.py:81
|
#: src/utils/importer.py:94 src/utils/importer.py:123 src/utils/importer.py:148
|
||||||
|
#: src/utils/steamgriddb.py:116
|
||||||
msgid "Preferences"
|
msgid "Preferences"
|
||||||
msgstr "Параметры"
|
msgstr "Параметры"
|
||||||
|
|
||||||
#: data/gtk/window.blp:6 src/utils/importer.py:78
|
#: data/gtk/game.blp:67 src/utils/create_details_window.py:129
|
||||||
msgid "No Games Found"
|
|
||||||
msgstr "Игры не найдены"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:7
|
|
||||||
msgid "Try a different search."
|
|
||||||
msgstr "Попробуйте другой поиск."
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:14
|
|
||||||
msgid "No Games"
|
|
||||||
msgstr "Игр нет"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:15
|
|
||||||
msgid "Use the + button to add games."
|
|
||||||
msgstr "Используйте кнопку «+» для добавления игр."
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:22
|
|
||||||
msgid "No Hidden Games"
|
|
||||||
msgstr "Нет скрытых игр"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:23
|
|
||||||
msgid "Games you hide will appear here."
|
|
||||||
msgstr "Здесь появятся скрытые игры."
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:44 data/gtk/window.blp:254
|
|
||||||
msgid "Back"
|
|
||||||
msgstr "Назад"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:92
|
|
||||||
msgid "Game Title"
|
|
||||||
msgstr "Название игры"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:148 src/game.py:175
|
|
||||||
msgid "Play"
|
|
||||||
msgstr "Играть"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:196 data/gtk/window.blp:382
|
|
||||||
msgid "Add Game"
|
|
||||||
msgstr "Добавить игру"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:203 data/gtk/window.blp:266
|
|
||||||
msgid "Main Menu"
|
|
||||||
msgstr "Главное меню"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:210 data/gtk/window.blp:273 data/gtk/help-overlay.blp:19
|
|
||||||
msgid "Search"
|
|
||||||
msgstr "Поиск"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:261
|
|
||||||
msgid "Hidden Games"
|
|
||||||
msgstr "Скрытые игры"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:321
|
|
||||||
msgid "Sort"
|
|
||||||
msgstr "Сортировать"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:324
|
|
||||||
msgid "A-Z"
|
|
||||||
msgstr "А-Я"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:330
|
|
||||||
msgid "Z-A"
|
|
||||||
msgstr "Я-А"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:336
|
|
||||||
msgid "Newest"
|
|
||||||
msgstr "Сначала новые"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:342
|
|
||||||
msgid "Oldest"
|
|
||||||
msgstr "Сначала старые"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:348
|
|
||||||
msgid "Last Played"
|
|
||||||
msgstr "Последняя игра"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:355
|
|
||||||
msgid "Show Hidden"
|
|
||||||
msgstr "Показать скрытые"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:368
|
|
||||||
msgid "Keyboard Shortcuts"
|
|
||||||
msgstr "Комбинации клавиш"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:373
|
|
||||||
msgid "About Cartridges"
|
|
||||||
msgstr "О приложении"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:388 data/gtk/preferences.blp:66
|
|
||||||
msgid "Import"
|
|
||||||
msgstr "Импортировать"
|
|
||||||
|
|
||||||
#: data/gtk/game.blp:60 src/utils/create_details_window.py:94
|
|
||||||
msgid "Title"
|
msgid "Title"
|
||||||
msgstr "Название"
|
msgstr "Название"
|
||||||
|
|
||||||
#: data/gtk/game.blp:82 data/gtk/game.blp:101
|
#: data/gtk/game.blp:89 data/gtk/game.blp:108 data/gtk/window.blp:170
|
||||||
msgid "Edit"
|
msgid "Edit"
|
||||||
msgstr "Редактировать"
|
msgstr "Редактировать"
|
||||||
|
|
||||||
#: data/gtk/game.blp:87
|
#: data/gtk/game.blp:94 src/window.py:286
|
||||||
msgid "Hide"
|
msgid "Hide"
|
||||||
msgstr "Скрыть"
|
msgstr "Скрыть"
|
||||||
|
|
||||||
#: data/gtk/game.blp:92 data/gtk/game.blp:111 data/gtk/preferences.blp:53
|
#: data/gtk/game.blp:99 data/gtk/game.blp:118 data/gtk/preferences.blp:56
|
||||||
|
#: data/gtk/window.blp:186
|
||||||
msgid "Remove"
|
msgid "Remove"
|
||||||
msgstr "Удалить"
|
msgstr "Удалить"
|
||||||
|
|
||||||
#: data/gtk/game.blp:106
|
#: data/gtk/game.blp:113 src/window.py:283
|
||||||
msgid "Unhide"
|
msgid "Unhide"
|
||||||
msgstr "Показать"
|
msgstr "Показать"
|
||||||
|
|
||||||
@@ -185,6 +95,11 @@ msgstr "Основное"
|
|||||||
msgid "Quit"
|
msgid "Quit"
|
||||||
msgstr "Выйти"
|
msgstr "Выйти"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:19 data/gtk/window.blp:205 data/gtk/window.blp:249
|
||||||
|
#: data/gtk/window.blp:312
|
||||||
|
msgid "Search"
|
||||||
|
msgstr "Поиск"
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:24
|
#: data/gtk/help-overlay.blp:24
|
||||||
msgid "Show preferences"
|
msgid "Show preferences"
|
||||||
msgstr "Показать параметры"
|
msgstr "Показать параметры"
|
||||||
@@ -193,7 +108,8 @@ msgstr "Показать параметры"
|
|||||||
msgid "Shortcuts"
|
msgid "Shortcuts"
|
||||||
msgstr "Комбинации клавиш"
|
msgstr "Комбинации клавиш"
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:34 src/main.py:198 src/preferences.py:118
|
#: data/gtk/help-overlay.blp:34 src/main.py:186 src/main.py:242
|
||||||
|
#: src/preferences.py:133
|
||||||
msgid "Undo"
|
msgid "Undo"
|
||||||
msgstr "Отменить"
|
msgstr "Отменить"
|
||||||
|
|
||||||
@@ -217,7 +133,11 @@ msgstr "Импорт игр"
|
|||||||
msgid "Show hidden games"
|
msgid "Show hidden games"
|
||||||
msgstr "Показать скрытые игры"
|
msgstr "Показать скрытые игры"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:13
|
#: data/gtk/help-overlay.blp:63
|
||||||
|
msgid "Remove game"
|
||||||
|
msgstr "Удалить игру"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:13 data/gtk/preferences.blp:235
|
||||||
msgid "Behavior"
|
msgid "Behavior"
|
||||||
msgstr "Поведение"
|
msgstr "Поведение"
|
||||||
|
|
||||||
@@ -225,297 +145,423 @@ msgstr "Поведение"
|
|||||||
msgid "Exit After Launching Games"
|
msgid "Exit After Launching Games"
|
||||||
msgstr "Выход после запуска игр"
|
msgstr "Выход после запуска игр"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:24
|
#: data/gtk/preferences.blp:25
|
||||||
msgid "Cover Image Launches Game"
|
msgid "Cover Image Launches Game"
|
||||||
msgstr "Запуск игры используя изображение обложки"
|
msgstr "Запуск игры используя изображение обложки"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:25
|
#: data/gtk/preferences.blp:26
|
||||||
msgid "Swaps the behavior of the cover image and the play button"
|
msgid "Swaps the behavior of the cover image and the play button"
|
||||||
msgstr "Меняет местами поведение изображения обложки и кнопки запуска"
|
msgstr "Меняет местами поведение изображения обложки и кнопки запуска"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:34 src/utils/create_details_window.py:59
|
#: data/gtk/preferences.blp:36 src/utils/create_details_window.py:101
|
||||||
msgid "Images"
|
msgid "Images"
|
||||||
msgstr "Изображения"
|
msgstr "Изображения"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:37
|
#: data/gtk/preferences.blp:39
|
||||||
msgid "High Quality Images"
|
msgid "High Quality Images"
|
||||||
msgstr "Изображения высокого качества"
|
msgstr "Изображения высокого качества"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:38
|
#: data/gtk/preferences.blp:40
|
||||||
msgid "Save game covers losslessly at the cost of storage"
|
msgid "Save game covers losslessly at the cost of storage"
|
||||||
msgstr "Сохранение обложек игр без потерь за счет хранилища"
|
msgstr "Сохранение обложек игр без потерь за счет хранилища"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:47
|
|
||||||
msgid "Danger Zone"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:50
|
#: data/gtk/preferences.blp:50
|
||||||
msgid "Remove All Games"
|
msgid "Danger Zone"
|
||||||
msgstr ""
|
msgstr "Небезопасная область"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:70
|
#: data/gtk/preferences.blp:53
|
||||||
|
msgid "Remove All Games"
|
||||||
|
msgstr "Удалить все игры"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:69 data/gtk/window.blp:427
|
||||||
|
msgid "Import"
|
||||||
|
msgstr "Импортировать"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:73
|
||||||
msgid "Sources"
|
msgid "Sources"
|
||||||
msgstr "Источники"
|
msgstr "Источники"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:73
|
#: data/gtk/preferences.blp:76
|
||||||
msgid "Steam"
|
msgid "Steam"
|
||||||
msgstr "Steam"
|
msgstr "Steam"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:77
|
#: data/gtk/preferences.blp:80
|
||||||
msgid "Steam Install Location"
|
msgid "Steam Install Location"
|
||||||
msgstr "Место установки Steam"
|
msgstr "Место установки Steam"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:78 data/gtk/preferences.blp:117
|
#: data/gtk/preferences.blp:81 data/gtk/preferences.blp:119
|
||||||
#: data/gtk/preferences.blp:156
|
#: data/gtk/preferences.blp:153 data/gtk/preferences.blp:195
|
||||||
|
#: data/gtk/preferences.blp:210
|
||||||
msgid "Directory to use when importing games"
|
msgid "Directory to use when importing games"
|
||||||
msgstr "Каталог для импорта игр"
|
msgstr "Каталог для импорта игр"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:86
|
#: data/gtk/preferences.blp:89 src/utils/importer.py:143
|
||||||
msgid "Extra Steam Libraries"
|
msgid "Extra Steam Libraries"
|
||||||
msgstr "Дополнительные библиотеки Steam"
|
msgstr "Дополнительные библиотеки Steam"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:87
|
#: data/gtk/preferences.blp:90
|
||||||
msgid "Select other directories where you have Steam games installed"
|
msgid "Select other directories where you have Steam games installed"
|
||||||
msgstr "Выберите другие каталоги, в которых у вас установлены игры из Steam"
|
msgstr "Выберите другие каталоги, в которых у вас установлены игры из Steam"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:94
|
#: data/gtk/preferences.blp:96
|
||||||
msgid "Clear"
|
msgid "Clear"
|
||||||
msgstr "Очистить"
|
msgstr "Очистить"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:112
|
#: data/gtk/preferences.blp:114
|
||||||
|
msgid "Lutris"
|
||||||
|
msgstr "Lutris"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:118
|
||||||
|
msgid "Lutris Install Location"
|
||||||
|
msgstr "Место установки Lutris"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:128
|
||||||
|
msgid "Lutris Cache Location"
|
||||||
|
msgstr "Расположение кэша Lutris"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:129
|
||||||
|
msgid "Directory to use when importing game covers"
|
||||||
|
msgstr "Каталог для импорта обложек игр"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:138
|
||||||
|
msgid "Import Steam Games"
|
||||||
|
msgstr "Импорт игр Steam"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:148
|
||||||
msgid "Heroic"
|
msgid "Heroic"
|
||||||
msgstr "Heroic"
|
msgstr "Heroic"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:116
|
#: data/gtk/preferences.blp:152
|
||||||
msgid "Heroic Install Location"
|
msgid "Heroic Install Location"
|
||||||
msgstr "Место установки Heroic"
|
msgstr "Место установки Heroic"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:126
|
#: data/gtk/preferences.blp:162
|
||||||
msgid "Import Epic Games"
|
msgid "Import Epic Games"
|
||||||
msgstr "Импорт игр Epic"
|
msgstr "Импорт игр Epic"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:134
|
#: data/gtk/preferences.blp:171
|
||||||
msgid "Import GOG Games"
|
msgid "Import GOG Games"
|
||||||
msgstr "Импорт игр GOG"
|
msgstr "Импорт игр GOG"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:142
|
#: data/gtk/preferences.blp:180
|
||||||
msgid "Import Sideloaded Games"
|
msgid "Import Sideloaded Games"
|
||||||
msgstr "Импорт сторонних игр"
|
msgstr "Импорт сторонних игр"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:151
|
#: data/gtk/preferences.blp:190
|
||||||
msgid "Bottles"
|
msgid "Bottles"
|
||||||
msgstr "Bottles"
|
msgstr "Bottles"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:155
|
#: data/gtk/preferences.blp:194
|
||||||
msgid "Bottles Install Location"
|
msgid "Bottles Install Location"
|
||||||
msgstr "Место установки Bottles"
|
msgstr "Место установки Bottles"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:205
|
||||||
|
msgid "itch"
|
||||||
|
msgstr "itch"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:209
|
||||||
|
msgid "itch Install Location"
|
||||||
|
msgstr "Место установки itch"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:223
|
||||||
|
msgid "SteamGridDB"
|
||||||
|
msgstr "SteamGridDB"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:227
|
||||||
|
msgid "Authentication"
|
||||||
|
msgstr "Аутентификация"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:230
|
||||||
|
msgid "API Key"
|
||||||
|
msgstr "API-ключ"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:238
|
||||||
|
msgid "Use SteamGridDB"
|
||||||
|
msgstr "Использовать SteamGridDB"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:239
|
||||||
|
msgid "Download images when adding or importing games"
|
||||||
|
msgstr "Загрузка изображений при добавлении или импорте игр"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:248
|
||||||
|
msgid "Prefer Over Official Images"
|
||||||
|
msgstr "Отдавать предпочтение официальным изображениям"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:257
|
||||||
|
msgid "Prefer Animated Images"
|
||||||
|
msgstr "Отдавать предпочтение анимированным изображениям"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:6 src/utils/importer.py:91
|
||||||
|
msgid "No Games Found"
|
||||||
|
msgstr "Игры не найдены"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:7
|
||||||
|
msgid "Try a different search."
|
||||||
|
msgstr "Попробуйте другой поиск."
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:14
|
||||||
|
msgid "No Games"
|
||||||
|
msgstr "Игр нет"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:15
|
||||||
|
msgid "Use the + button to add games."
|
||||||
|
msgstr "Используйте кнопку «+» для добавления игр."
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:22
|
||||||
|
msgid "No Hidden Games"
|
||||||
|
msgstr "Нет скрытых игр"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:23
|
||||||
|
msgid "Games you hide will appear here."
|
||||||
|
msgstr "Здесь появятся скрытые игры."
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:44 data/gtk/window.blp:293
|
||||||
|
msgid "Back"
|
||||||
|
msgstr "Назад"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:100
|
||||||
|
msgid "Game Title"
|
||||||
|
msgstr "Название игры"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:151 src/game.py:158
|
||||||
|
msgid "Play"
|
||||||
|
msgstr "Играть"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:235 data/gtk/window.blp:421
|
||||||
|
msgid "Add Game"
|
||||||
|
msgstr "Добавить игру"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:242 data/gtk/window.blp:305
|
||||||
|
msgid "Main Menu"
|
||||||
|
msgstr "Главное меню"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:300
|
||||||
|
msgid "Hidden Games"
|
||||||
|
msgstr "Скрытые игры"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:360
|
||||||
|
msgid "Sort"
|
||||||
|
msgstr "Сортировать"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:363
|
||||||
|
msgid "A-Z"
|
||||||
|
msgstr "А-Я"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:369
|
||||||
|
msgid "Z-A"
|
||||||
|
msgstr "Я-А"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:375
|
||||||
|
msgid "Newest"
|
||||||
|
msgstr "Сначала новые"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:381
|
||||||
|
msgid "Oldest"
|
||||||
|
msgstr "Сначала старые"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:387
|
||||||
|
msgid "Last Played"
|
||||||
|
msgstr "Последняя игра"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:394
|
||||||
|
msgid "Show Hidden"
|
||||||
|
msgstr "Показать скрытые"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:407
|
||||||
|
msgid "Keyboard Shortcuts"
|
||||||
|
msgstr "Комбинации клавиш"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:412
|
||||||
|
msgid "About Cartridges"
|
||||||
|
msgstr "О приложении"
|
||||||
|
|
||||||
#. Translators: Replace this with your name for it to show up in the about window
|
#. Translators: Replace this with your name for it to show up in the about window
|
||||||
#: src/main.py:125
|
#: src/main.py:137
|
||||||
msgid "translator_credits"
|
msgid "translator_credits"
|
||||||
msgstr "Ser82-png"
|
msgstr "Ser82-png"
|
||||||
|
|
||||||
#. The variable is the title of the game
|
#. The variable is the title of the game
|
||||||
#: src/main.py:197
|
#: src/main.py:164
|
||||||
#, python-brace-format
|
msgid "{} launched"
|
||||||
msgid "{title} removed"
|
msgstr "{} - запущена"
|
||||||
msgstr "{title} удалена"
|
|
||||||
|
|
||||||
#: src/window.py:234
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:182
|
||||||
|
msgid "{} hidden"
|
||||||
|
msgstr "{} - скрытая"
|
||||||
|
|
||||||
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:185
|
||||||
|
msgid "{} unhidden"
|
||||||
|
msgstr "{} - не скрыта"
|
||||||
|
|
||||||
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:241
|
||||||
|
msgid "{} removed"
|
||||||
|
msgstr "{} удалена"
|
||||||
|
|
||||||
|
#: src/window.py:262
|
||||||
msgid "Today"
|
msgid "Today"
|
||||||
msgstr "Сегодня"
|
msgstr "Сегодня"
|
||||||
|
|
||||||
#: src/window.py:236
|
#: src/window.py:264
|
||||||
msgid "Yesterday"
|
msgid "Yesterday"
|
||||||
msgstr "Вчера"
|
msgstr "Вчера"
|
||||||
|
|
||||||
#. The variable is the date when the game was added
|
#. The variable is the date when the game was added
|
||||||
#: src/window.py:270
|
#: src/window.py:310
|
||||||
#, python-brace-format
|
msgid "Added: {}"
|
||||||
msgid "Added: {date}"
|
msgstr "Добавлено: {}"
|
||||||
msgstr "Добавлено: {date}"
|
|
||||||
|
|
||||||
#: src/window.py:275
|
#: src/window.py:315
|
||||||
msgid "Never"
|
msgid "Never"
|
||||||
msgstr "Никогда"
|
msgstr "Никогда"
|
||||||
|
|
||||||
#. The variable is the date when the game was last played
|
#. The variable is the date when the game was last played
|
||||||
#: src/window.py:279
|
#: src/window.py:319
|
||||||
#, python-brace-format
|
msgid "Last played: {}"
|
||||||
msgid "Last played: {last_played_date}"
|
msgstr "Последняя игра: {}"
|
||||||
msgstr "Последняя игра: {last_played_date}"
|
|
||||||
|
|
||||||
#: src/game.py:173
|
#: src/game.py:156
|
||||||
msgid "Details"
|
msgid "Details"
|
||||||
msgstr "Подробности"
|
msgstr "Подробности"
|
||||||
|
|
||||||
#: src/preferences.py:55
|
#: src/preferences.py:54
|
||||||
msgid "Installation Not Found"
|
msgid "Installation Not Found"
|
||||||
msgstr "Установка не найдена"
|
msgstr "Установка не найдена"
|
||||||
|
|
||||||
#. The variable is the name of the game launcher
|
#. The variable is the name of the game launcher
|
||||||
#: src/preferences.py:57
|
#: src/preferences.py:56
|
||||||
#, python-brace-format
|
msgid "Select the {} configuration directory."
|
||||||
msgid "Select the {name} configuration directory."
|
msgstr "Выберите каталог конфигурации {}."
|
||||||
msgstr "Выберите каталог конфигурации {name}."
|
|
||||||
|
|
||||||
#. The variable is the name of the game launcher
|
#. The variable is the name of the game launcher
|
||||||
#: src/preferences.py:59
|
#: src/preferences.py:59
|
||||||
#, python-brace-format
|
msgid "Select the {} data directory."
|
||||||
msgid "Select the {name} data directory."
|
msgstr "Выберите каталог данных {}."
|
||||||
msgstr "Выберите каталог данных {name}."
|
|
||||||
|
|
||||||
#: src/preferences.py:61
|
#: src/preferences.py:61 src/preferences.py:240
|
||||||
msgid "Set Location"
|
msgid "Set Location"
|
||||||
msgstr "Установить расположение"
|
msgstr "Установить расположение"
|
||||||
|
|
||||||
#: src/preferences.py:117
|
#: src/preferences.py:132
|
||||||
#, fuzzy
|
|
||||||
#| msgid "{title} removed"
|
|
||||||
msgid "All games removed"
|
msgid "All games removed"
|
||||||
msgstr "{title} удалена"
|
msgstr "Все игры удалены"
|
||||||
|
|
||||||
#: src/utils/importer.py:37
|
#: src/preferences.py:237
|
||||||
msgid "Importing Games…"
|
msgid "Cache Not Found"
|
||||||
msgstr "Импорт игр…"
|
msgstr "Кэш не найден"
|
||||||
|
|
||||||
#: src/utils/importer.py:79
|
#: src/preferences.py:238
|
||||||
#, fuzzy
|
msgid "Select the Lutris cache directory."
|
||||||
#| msgid "No new games were found on your device."
|
msgstr "Выберите каталог кэша Lutris."
|
||||||
msgid "No new games were found on your system."
|
|
||||||
msgstr "На вашем устройстве не найдено новых игр."
|
|
||||||
|
|
||||||
#: src/utils/importer.py:87
|
#: src/preferences.py:344
|
||||||
msgid "Game Imported"
|
msgid ""
|
||||||
msgstr "Игра импортирована"
|
"An API key is required to use SteamGridDB. You can generate one {}here{}."
|
||||||
|
msgstr ""
|
||||||
|
"Для использования SteamGridDB требуется ключ API. Вы можете сгенерировать "
|
||||||
|
"его {}здесь{}."
|
||||||
|
|
||||||
#: src/utils/importer.py:88
|
#: src/utils/create_details_window.py:81
|
||||||
msgid "Successfully imported 1 game."
|
|
||||||
msgstr "Успешно импортирована 1 игра."
|
|
||||||
|
|
||||||
#: src/utils/importer.py:94
|
|
||||||
msgid "Games Imported"
|
|
||||||
msgstr "Игры импортированы"
|
|
||||||
|
|
||||||
#. The variable is the number of games
|
|
||||||
#: src/utils/importer.py:96
|
|
||||||
#, python-brace-format
|
|
||||||
msgid "Successfully imported {games_no} games."
|
|
||||||
msgstr "Успешно импортировано {games_no} игр."
|
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:41
|
|
||||||
msgid "Add New Game"
|
msgid "Add New Game"
|
||||||
msgstr "Добавить новую игру"
|
msgstr "Добавить новую игру"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:46
|
#: src/utils/create_details_window.py:85
|
||||||
msgid "Confirm"
|
msgid "Confirm"
|
||||||
msgstr "Подтвердить"
|
msgstr "Подтвердить"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:57
|
#: src/utils/create_details_window.py:96
|
||||||
msgid "Apply"
|
msgid "Apply"
|
||||||
msgstr "Применить"
|
msgstr "Применить"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:95
|
#: src/utils/create_details_window.py:130
|
||||||
msgid "The title of the game"
|
msgid "The title of the game"
|
||||||
msgstr "Название игры"
|
msgstr "Название игры"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:100
|
#: src/utils/create_details_window.py:135
|
||||||
msgid "Developer"
|
msgid "Developer"
|
||||||
msgstr "Разработчик"
|
msgstr "Разработчик"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:101
|
#: src/utils/create_details_window.py:136
|
||||||
msgid "The developer or publisher (optional)"
|
msgid "The developer or publisher (optional)"
|
||||||
msgstr "Разработчик или издатель (необязательно)"
|
msgstr "Разработчик или издатель (необязательно)"
|
||||||
|
|
||||||
#. Translate this string as you would translate "file"
|
#. Translate this string as you would translate "file"
|
||||||
#: src/utils/create_details_window.py:112
|
#: src/utils/create_details_window.py:147
|
||||||
msgid "file.txt"
|
msgid "file.txt"
|
||||||
msgstr "file.txt"
|
msgstr "file.txt"
|
||||||
|
|
||||||
#. As in software
|
#. As in software
|
||||||
#: src/utils/create_details_window.py:114
|
#: src/utils/create_details_window.py:149
|
||||||
msgid "program"
|
msgid "program"
|
||||||
msgstr "программа"
|
msgstr "программа"
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {exe_name}"
|
#. Translate this string as you would translate "path to {}"
|
||||||
#: src/utils/create_details_window.py:119
|
#: src/utils/create_details_window.py:154
|
||||||
#, python-brace-format
|
#: src/utils/create_details_window.py:156
|
||||||
msgid "C:\\path\\to\\{exe_name}"
|
msgid "C:\\path\\to\\{}"
|
||||||
msgstr "C:\\путь\\к\\{exe_name}"
|
msgstr "C:\\путь\\к\\{}"
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {file_name}"
|
#. Translate this string as you would translate "path to {}"
|
||||||
#: src/utils/create_details_window.py:121
|
#: src/utils/create_details_window.py:160
|
||||||
#, python-brace-format
|
#: src/utils/create_details_window.py:162
|
||||||
msgid "C:\\path\\to\\{file_name}"
|
msgid "/path/to/{}"
|
||||||
msgstr "C:\\путь\\к\\{file_name}"
|
msgstr "/путь/к/{}"
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {exe_name}"
|
#: src/utils/create_details_window.py:166
|
||||||
#: src/utils/create_details_window.py:125
|
|
||||||
#, python-brace-format
|
|
||||||
msgid "/path/to/{exe_name}"
|
|
||||||
msgstr "/путь/к/{exe_name}"
|
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {file_name}"
|
|
||||||
#: src/utils/create_details_window.py:127
|
|
||||||
#, python-brace-format
|
|
||||||
msgid "/path/to/{file_name}"
|
|
||||||
msgstr "/путь/к/{file_name}"
|
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:131
|
|
||||||
#, python-brace-format
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"To launch the executable \"{exe_name}\", use the command:\n"
|
"To launch the executable \"{}\", use the command:\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>\"{exe_path}\"</tt>\n"
|
"<tt>\"{}\"</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"To open the file \"{file_name}\" with the default application, use:\n"
|
"To open the file \"{}\" with the default application, use:\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>{command} \"{file_path}\"</tt>\n"
|
"<tt>{} \"{}\"</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"If the path contains spaces, make sure to wrap it in double quotes!"
|
"If the path contains spaces, make sure to wrap it in double quotes!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Чтобы запустить исполняемый файл \"{exe_name}\", выполните команду:\n"
|
"Чтобы запустить исполняемый файл \"{}\", выполните команду:\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>\"{exe_path}\"</tt>\n"
|
"<tt>\"{}\"</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Чтобы открыть файл \"{file_name}\" с помощью приложения по умолчанию, "
|
"Чтобы открыть файл \"{}\" с помощью приложения по умолчанию, используйте:\n"
|
||||||
"используйте:\n"
|
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>{command} \"{file_path}\"</tt>\n"
|
"<tt>{} \"{}\"</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Если путь содержит пробелы, обязательно заключите его в двойные кавычки!"
|
"Если путь содержит пробелы, обязательно заключите его в двойные кавычки!"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:154
|
#: src/utils/create_details_window.py:189
|
||||||
msgid "Executable"
|
msgid "Executable"
|
||||||
msgstr "Исполняемый"
|
msgstr "Исполняемый"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:155
|
#: src/utils/create_details_window.py:190
|
||||||
msgid "File to open or command to run when launching the game"
|
msgid "File to open or command to run when launching the game"
|
||||||
msgstr "Файл для открытия или команда для запуска игры"
|
msgstr "Файл для открытия или команда для запуска игры"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:167
|
#: src/utils/create_details_window.py:202
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr "Отменить"
|
msgstr "Отменить"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:217
|
#: src/utils/create_details_window.py:259
|
||||||
#: src/utils/create_details_window.py:227
|
#: src/utils/create_details_window.py:269
|
||||||
#: src/utils/create_details_window.py:233
|
#: src/utils/create_details_window.py:275
|
||||||
msgid "Couldn't Add Game"
|
msgid "Couldn't Add Game"
|
||||||
msgstr "Не удалось добавить игру"
|
msgstr "Не удалось добавить игру"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:219
|
#: src/utils/create_details_window.py:261
|
||||||
#: src/utils/create_details_window.py:257
|
#: src/utils/create_details_window.py:299
|
||||||
#: src/utils/create_details_window.py:265
|
#: src/utils/create_details_window.py:307
|
||||||
msgid "Couldn't Apply Preferences"
|
msgid "Couldn't Apply Preferences"
|
||||||
msgstr "Не удалось применить параметры"
|
msgstr "Не удалось применить параметры"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:227
|
#: src/utils/create_details_window.py:269
|
||||||
#: src/utils/create_details_window.py:258
|
#: src/utils/create_details_window.py:300
|
||||||
msgid "Game title cannot be empty."
|
msgid "Game title cannot be empty."
|
||||||
msgstr "Название игры не может быть пустым."
|
msgstr "Название игры не может быть пустым."
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:233
|
#: src/utils/create_details_window.py:275
|
||||||
#: src/utils/create_details_window.py:266
|
#: src/utils/create_details_window.py:308
|
||||||
msgid "Executable cannot be empty."
|
msgid "Executable cannot be empty."
|
||||||
msgstr "Исполняемый файл не может быть пустым."
|
msgstr "Исполняемый файл не может быть пустым."
|
||||||
|
|
||||||
@@ -523,6 +569,65 @@ msgstr "Исполняемый файл не может быть пустым."
|
|||||||
msgid "Dismiss"
|
msgid "Dismiss"
|
||||||
msgstr "Отклонить"
|
msgstr "Отклонить"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:42
|
||||||
|
msgid "Importing Games…"
|
||||||
|
msgstr "Импорт игр…"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:77
|
||||||
|
msgid "Importing Covers…"
|
||||||
|
msgstr "Импорт обложек…"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:92
|
||||||
|
msgid "No new games were found on your system."
|
||||||
|
msgstr "В вашей системе не найдено новых игр."
|
||||||
|
|
||||||
|
#: src/utils/importer.py:100
|
||||||
|
msgid "Game Imported"
|
||||||
|
msgstr "Игра импортирована"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:101
|
||||||
|
msgid "Successfully imported 1 game."
|
||||||
|
msgstr "Успешно импортирована 1 игра."
|
||||||
|
|
||||||
|
#: src/utils/importer.py:107
|
||||||
|
msgid "Games Imported"
|
||||||
|
msgstr "Игры импортированы"
|
||||||
|
|
||||||
|
#. The variable is the number of games
|
||||||
|
#: src/utils/importer.py:109
|
||||||
|
msgid "Successfully imported {} games."
|
||||||
|
msgstr "Успешно импортировано {} игр."
|
||||||
|
|
||||||
|
#: src/utils/importer.py:120 src/utils/steamgriddb.py:113
|
||||||
|
msgid "Couldn't Connect to SteamGridDB"
|
||||||
|
msgstr "Не удалось подключиться к SteamGridDB"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:145
|
||||||
|
msgid ""
|
||||||
|
"Looks like you have multiple Steam libraries. Would you like to add them in "
|
||||||
|
"preferences?"
|
||||||
|
msgstr ""
|
||||||
|
"Похоже, у вас несколько библиотек Steam. Хотите добавить их в параметрах?"
|
||||||
|
|
||||||
|
#~ msgid "Launch your games"
|
||||||
|
#~ msgstr "Запускайте свои игры"
|
||||||
|
|
||||||
|
#, python-brace-format
|
||||||
|
#~ msgid "Last played: {last_played_date}"
|
||||||
|
#~ msgstr "Последняя игра: {last_played_date}"
|
||||||
|
|
||||||
|
#, python-brace-format
|
||||||
|
#~ msgid "Successfully imported {games_no} games."
|
||||||
|
#~ msgstr "Успешно импортировано {games_no} игр."
|
||||||
|
|
||||||
|
#, python-brace-format
|
||||||
|
#~ msgid "C:\\path\\to\\{file_name}"
|
||||||
|
#~ msgstr "C:\\путь\\к\\{file_name}"
|
||||||
|
|
||||||
|
#, python-brace-format
|
||||||
|
#~ msgid "/path/to/{file_name}"
|
||||||
|
#~ msgstr "/путь/к/{file_name}"
|
||||||
|
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#~| msgid "General"
|
#~| msgid "General"
|
||||||
#~ msgctxt "shortcuts window"
|
#~ msgctxt "shortcuts window"
|
||||||
@@ -574,9 +679,6 @@ msgstr "Отклонить"
|
|||||||
#~ msgid "The Heroic directory cannot be found."
|
#~ msgid "The Heroic directory cannot be found."
|
||||||
#~ msgstr "Не удалось найти каталог Heroic."
|
#~ msgstr "Не удалось найти каталог Heroic."
|
||||||
|
|
||||||
#~ msgid "Set Heroic Location"
|
|
||||||
#~ msgstr "Установить расположение Heroic"
|
|
||||||
|
|
||||||
#~ msgid "Heroic Games Imported"
|
#~ msgid "Heroic Games Imported"
|
||||||
#~ msgstr "Игры Heroic импортированы"
|
#~ msgstr "Игры Heroic импортированы"
|
||||||
|
|
||||||
|
|||||||
729
po/ta.po
@@ -8,8 +8,8 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Cartridges\n"
|
"Project-Id-Version: Cartridges\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-03-30 16:23+0200\n"
|
"POT-Creation-Date: 2023-04-11 23:33+0200\n"
|
||||||
"PO-Revision-Date: 2023-03-28 07:06+0000\n"
|
"PO-Revision-Date: 2023-04-14 12:29+0000\n"
|
||||||
"Last-Translator: \"K.B.Dharun Krishna\" <kbdharunkrishna@gmail.com>\n"
|
"Last-Translator: \"K.B.Dharun Krishna\" <kbdharunkrishna@gmail.com>\n"
|
||||||
"Language-Team: Tamil <https://hosted.weblate.org/projects/cartridges/"
|
"Language-Team: Tamil <https://hosted.weblate.org/projects/cartridges/"
|
||||||
"cartridges/ta/>\n"
|
"cartridges/ta/>\n"
|
||||||
@@ -22,7 +22,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: data/hu.kramo.Cartridges.desktop.in:3
|
#: data/hu.kramo.Cartridges.desktop.in:3
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:6 data/gtk/window.blp:29
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:6 data/gtk/window.blp:29
|
||||||
#: src/main.py:110
|
#: src/main.py:119
|
||||||
msgid "Cartridges"
|
msgid "Cartridges"
|
||||||
msgstr "கார்ட்ரிட்ஜ்கள்"
|
msgstr "கார்ட்ரிட்ஜ்கள்"
|
||||||
|
|
||||||
@@ -31,30 +31,29 @@ msgid "Game Launcher"
|
|||||||
msgstr "விளையாட்டு துவக்கி"
|
msgstr "விளையாட்டு துவக்கி"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.desktop.in:5
|
#: data/hu.kramo.Cartridges.desktop.in:5
|
||||||
msgid "Launch your games"
|
|
||||||
msgstr "உங்கள் விளையாட்டுகளைத் தொடங்கவும்"
|
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:7
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:7
|
||||||
msgid "Launch all your games"
|
msgid "Launch all your games"
|
||||||
msgstr "உங்கள் எல்லா விளையாட்டுகளையும் தொடங்கவும்"
|
msgstr "உங்கள் எல்லா விளையாட்டுகளையும் தொடங்கவும்"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:9
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:9
|
||||||
msgid ""
|
msgid ""
|
||||||
"Cartridges is a simple game launcher. It has support for importing your "
|
"Cartridges is a simple game launcher for all of your games. It has support "
|
||||||
"games from Steam, Heroic and Bottles with organizational features such as "
|
"for importing games from Steam, Lutris, Heroic and more with no login "
|
||||||
"hiding and sorting by date added or last played."
|
"necessary. You can sort and hide games or download cover art from "
|
||||||
|
"SteamGridDB."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"கார்ட்ரிட்ஜ்கள் ஒரு எளிய விளையாட்டு துவக்கி. இது உங்கள் விளையாட்டுகளை ஸ்டீம், ஹீரோயிக் "
|
"உங்கள் எல்லா விளையாட்டுகளுக்கும் கேட்ரிட்ஜ்கள் ஒரு எளிய விளையாட்டு துவக்கி ஆகும். ஸ்டீம் "
|
||||||
"மற்றும் பாட்டில்களில் இருந்து இறக்குமதி செய்வதற்கான ஆதரவைக் கொண்டுள்ளது, அதாவது மறைத்தல் "
|
"(Steam), லுட்ரிஸ் (Lutris), வீரம் (Heroic) மற்றும் பலவற்றிலிருந்து விளையாட்டுகளை "
|
||||||
"மற்றும் சேர்த்த அல்லது கடைசியாக விளையாடிய தேதியின்படி வரிசைப்படுத்துதல் போன்ற நிறுவன "
|
"இறக்குமதி செய்வதற்கான ஆதரவை இது கொண்டுள்ளது. நீங்கள் விளையாட்டுகளை வரிசைப்படுத்தலாம் "
|
||||||
"அம்சங்களுடன்."
|
"மற்றும் மறைக்கலாம் அல்லது ஸ்டீம்கிரிட் டிபி (SteamGridDB) இலிருந்து அட்டைப்பட கலையைப் "
|
||||||
|
"பதிவிறக்கலாம்."
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:22
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:22
|
||||||
msgid "Library"
|
msgid "Library"
|
||||||
msgstr "நூலகம்"
|
msgstr "நூலகம்"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:26
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:26
|
||||||
#: src/utils/create_details_window.py:48
|
#: src/utils/create_details_window.py:87
|
||||||
msgid "Edit Game Details"
|
msgid "Edit Game Details"
|
||||||
msgstr "விளையாட்டு விவரங்களைத் திருத்து"
|
msgstr "விளையாட்டு விவரங்களைத் திருத்து"
|
||||||
|
|
||||||
@@ -62,12 +61,239 @@ msgstr "விளையாட்டு விவரங்களைத் தி
|
|||||||
msgid "Game Details"
|
msgid "Game Details"
|
||||||
msgstr "விளையாட்டு விவரங்கள்"
|
msgstr "விளையாட்டு விவரங்கள்"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:34 data/gtk/window.blp:363
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:34 data/gtk/window.blp:402
|
||||||
#: src/utils/importer.py:81
|
#: src/utils/importer.py:94 src/utils/importer.py:123 src/utils/importer.py:148
|
||||||
|
#: src/utils/steamgriddb.py:116
|
||||||
msgid "Preferences"
|
msgid "Preferences"
|
||||||
msgstr "விருப்பங்கள்"
|
msgstr "விருப்பங்கள்"
|
||||||
|
|
||||||
#: data/gtk/window.blp:6 src/utils/importer.py:78
|
#: data/gtk/game.blp:67 src/utils/create_details_window.py:129
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "தலைப்பு"
|
||||||
|
|
||||||
|
#: data/gtk/game.blp:89 data/gtk/game.blp:108 data/gtk/window.blp:170
|
||||||
|
msgid "Edit"
|
||||||
|
msgstr "தொகு"
|
||||||
|
|
||||||
|
#: data/gtk/game.blp:94 src/window.py:286
|
||||||
|
msgid "Hide"
|
||||||
|
msgstr "மறை"
|
||||||
|
|
||||||
|
#: data/gtk/game.blp:99 data/gtk/game.blp:118 data/gtk/preferences.blp:56
|
||||||
|
#: data/gtk/window.blp:186
|
||||||
|
msgid "Remove"
|
||||||
|
msgstr "அகற்று"
|
||||||
|
|
||||||
|
#: data/gtk/game.blp:113 src/window.py:283
|
||||||
|
msgid "Unhide"
|
||||||
|
msgstr "மறை காட்டு"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:11 data/gtk/preferences.blp:9
|
||||||
|
msgid "General"
|
||||||
|
msgstr "பொது"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:14
|
||||||
|
msgid "Quit"
|
||||||
|
msgstr "வெளியேறு"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:19 data/gtk/window.blp:205 data/gtk/window.blp:249
|
||||||
|
#: data/gtk/window.blp:312
|
||||||
|
msgid "Search"
|
||||||
|
msgstr "தேடு"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:24
|
||||||
|
msgid "Show preferences"
|
||||||
|
msgstr "விருப்பங்களைக் காட்டு"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:29
|
||||||
|
msgid "Shortcuts"
|
||||||
|
msgstr "குறுக்குவழிகள்"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:34 src/main.py:186 src/main.py:242
|
||||||
|
#: src/preferences.py:133
|
||||||
|
msgid "Undo"
|
||||||
|
msgstr "செயல்தவிர்"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:39
|
||||||
|
msgid "Open menu"
|
||||||
|
msgstr "பட்டியலை திறக்கவும்"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:45
|
||||||
|
msgid "Games"
|
||||||
|
msgstr "விளையாட்டுகள்"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:48
|
||||||
|
msgid "Add new game"
|
||||||
|
msgstr "புதிய விளையாட்டைச் சேர்க்கவும்"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:53
|
||||||
|
msgid "Import games"
|
||||||
|
msgstr "இறக்குமதி விளையாட்டுகள்"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:58
|
||||||
|
msgid "Show hidden games"
|
||||||
|
msgstr "மறைக்கப்பட்ட விளையாட்டுகளைக் காட்டு"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:63
|
||||||
|
msgid "Remove game"
|
||||||
|
msgstr "விளையாட்டை அகற்று"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:13 data/gtk/preferences.blp:235
|
||||||
|
msgid "Behavior"
|
||||||
|
msgstr "நடத்தை"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:16
|
||||||
|
msgid "Exit After Launching Games"
|
||||||
|
msgstr "விளையாட்டுகளை தொடங்கிய பிறகு வெளியேறவும்"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:25
|
||||||
|
msgid "Cover Image Launches Game"
|
||||||
|
msgstr "அட்டைப் படம் விளையாட்டை தொடங்குகிறது"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:26
|
||||||
|
msgid "Swaps the behavior of the cover image and the play button"
|
||||||
|
msgstr "அட்டைப் படத்தின் நடத்தை மற்றும் பிளே பட்டனை மாற்றுகிறது"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:36 src/utils/create_details_window.py:101
|
||||||
|
msgid "Images"
|
||||||
|
msgstr "படங்கள்"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:39
|
||||||
|
msgid "High Quality Images"
|
||||||
|
msgstr "உயர்தர படங்கள்"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:40
|
||||||
|
msgid "Save game covers losslessly at the cost of storage"
|
||||||
|
msgstr "சேமிப்பக செலவில் விளையாட்டுகளை இழப்பின்றி சேமிக்கவும்"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:50
|
||||||
|
msgid "Danger Zone"
|
||||||
|
msgstr "ஆபத்து மண்டலம்"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:53
|
||||||
|
msgid "Remove All Games"
|
||||||
|
msgstr "அனைத்து விளையாட்டுகளையும் அகற்று"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:69 data/gtk/window.blp:427
|
||||||
|
msgid "Import"
|
||||||
|
msgstr "இறக்குமதி"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:73
|
||||||
|
msgid "Sources"
|
||||||
|
msgstr "மூலங்கள்"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:76
|
||||||
|
msgid "Steam"
|
||||||
|
msgstr "Steam (ஸ்டீம்)"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:80
|
||||||
|
msgid "Steam Install Location"
|
||||||
|
msgstr "Steam (ஸ்டீம்) நிறுவல் இடம்"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:81 data/gtk/preferences.blp:119
|
||||||
|
#: data/gtk/preferences.blp:153 data/gtk/preferences.blp:195
|
||||||
|
#: data/gtk/preferences.blp:210
|
||||||
|
msgid "Directory to use when importing games"
|
||||||
|
msgstr "விளையாட்டுகளை இறக்குமதி செய்யும் போது பயன்படுத்த வேண்டிய அடைவு"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:89 src/utils/importer.py:143
|
||||||
|
msgid "Extra Steam Libraries"
|
||||||
|
msgstr "கூடுதல் ஸ்டீம் (Steam) நூலகங்கள்"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:90
|
||||||
|
msgid "Select other directories where you have Steam games installed"
|
||||||
|
msgstr "ஸ்டீம் (Steam) கேம்களை நிறுவிய பிற கோப்பகங்களைத் தேர்ந்தெடுக்கவும்"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:96
|
||||||
|
msgid "Clear"
|
||||||
|
msgstr "தெளிவு"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:114
|
||||||
|
msgid "Lutris"
|
||||||
|
msgstr "லூட்ரிஸ்"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:118
|
||||||
|
msgid "Lutris Install Location"
|
||||||
|
msgstr "லூட்ரிஸ் நிறுவல் இடம்"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:128
|
||||||
|
msgid "Lutris Cache Location"
|
||||||
|
msgstr "லுட்ரிஸ் தற்காலிக சேமிப்பு இடம்"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:129
|
||||||
|
msgid "Directory to use when importing game covers"
|
||||||
|
msgstr "விளையாட்டு அட்டைகளை இறக்குமதி செய்யும் போது பயன்படுத்த வேண்டிய அடைவு"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:138
|
||||||
|
msgid "Import Steam Games"
|
||||||
|
msgstr "ஸ்டீம் (Steam) விளையாட்டுகளை இறக்குமதி செய்யவும்"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:148
|
||||||
|
msgid "Heroic"
|
||||||
|
msgstr "Heroic (ஹீரோயிக்)"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:152
|
||||||
|
msgid "Heroic Install Location"
|
||||||
|
msgstr "Heroic (ஹீரோயிக்) நிறுவல் இடம்"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:162
|
||||||
|
msgid "Import Epic Games"
|
||||||
|
msgstr "Epic விளையாட்டுகளை இறக்குமதி செய்"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:171
|
||||||
|
msgid "Import GOG Games"
|
||||||
|
msgstr "GOG விளையாட்டுகளை இறக்குமதி செய்யவும்"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:180
|
||||||
|
msgid "Import Sideloaded Games"
|
||||||
|
msgstr "பக்க ஏற்றப்பட்ட விளையாட்டுகளை இறக்குமதி செய்யவும்"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:190
|
||||||
|
msgid "Bottles"
|
||||||
|
msgstr "Bottles (பாட்டில்கள்)"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:194
|
||||||
|
msgid "Bottles Install Location"
|
||||||
|
msgstr "Bottles (பாட்டில்கள்) நிறுவும் இடம்"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:205
|
||||||
|
msgid "itch"
|
||||||
|
msgstr "அரிப்பு (itch)"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:209
|
||||||
|
msgid "itch Install Location"
|
||||||
|
msgstr "அரிப்பு (itch) நிறுவல் இடம்"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:223
|
||||||
|
msgid "SteamGridDB"
|
||||||
|
msgstr "ஸ்டீம்கிரிட் டிபி (SteamGridDB)"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:227
|
||||||
|
msgid "Authentication"
|
||||||
|
msgstr "அங்கீகாரம்"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:230
|
||||||
|
msgid "API Key"
|
||||||
|
msgstr "API விசை"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:238
|
||||||
|
msgid "Use SteamGridDB"
|
||||||
|
msgstr "ஸ்டீம்கிரிட் டிபி (SteamGridDB) ஐப் பயன்படுத்தவும்"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:239
|
||||||
|
msgid "Download images when adding or importing games"
|
||||||
|
msgstr ""
|
||||||
|
"விளையாட்டுகளைச் சேர்க்கும் போது அல்லது இறக்குமதி செய்யும் போது படங்களைப் பதிவிறக்கவும்"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:248
|
||||||
|
msgid "Prefer Over Official Images"
|
||||||
|
msgstr "அதிகாரப்பூர்வ படங்களை விட முன்னுரிமை"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:257
|
||||||
|
msgid "Prefer Animated Images"
|
||||||
|
msgstr "இயங்குபடம் செய்யப்பட்ட படங்களுக்கு முன்னுரிமை கொடுங்கள்"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:6 src/utils/importer.py:91
|
||||||
msgid "No Games Found"
|
msgid "No Games Found"
|
||||||
msgstr "விளையாட்டுகள் எதுவும் இல்லை"
|
msgstr "விளையாட்டுகள் எதுவும் இல்லை"
|
||||||
|
|
||||||
@@ -91,442 +317,253 @@ msgstr "மறைக்கப்பட்ட விளையாட்டுக
|
|||||||
msgid "Games you hide will appear here."
|
msgid "Games you hide will appear here."
|
||||||
msgstr "நீங்கள் மறைக்கும் விளையாட்டுகள் இங்கே தோன்றும்."
|
msgstr "நீங்கள் மறைக்கும் விளையாட்டுகள் இங்கே தோன்றும்."
|
||||||
|
|
||||||
#: data/gtk/window.blp:44 data/gtk/window.blp:254
|
#: data/gtk/window.blp:44 data/gtk/window.blp:293
|
||||||
msgid "Back"
|
msgid "Back"
|
||||||
msgstr "மீண்டும்"
|
msgstr "மீண்டும்"
|
||||||
|
|
||||||
#: data/gtk/window.blp:92
|
#: data/gtk/window.blp:100
|
||||||
msgid "Game Title"
|
msgid "Game Title"
|
||||||
msgstr "விளையாட்டு தலைப்பு"
|
msgstr "விளையாட்டு தலைப்பு"
|
||||||
|
|
||||||
#: data/gtk/window.blp:148 src/game.py:175
|
#: data/gtk/window.blp:151 src/game.py:158
|
||||||
msgid "Play"
|
msgid "Play"
|
||||||
msgstr "விளையாடு"
|
msgstr "விளையாடு"
|
||||||
|
|
||||||
#: data/gtk/window.blp:196 data/gtk/window.blp:382
|
#: data/gtk/window.blp:235 data/gtk/window.blp:421
|
||||||
msgid "Add Game"
|
msgid "Add Game"
|
||||||
msgstr "விளையாட்டைச் சேர்க்கவும்"
|
msgstr "விளையாட்டைச் சேர்க்கவும்"
|
||||||
|
|
||||||
#: data/gtk/window.blp:203 data/gtk/window.blp:266
|
#: data/gtk/window.blp:242 data/gtk/window.blp:305
|
||||||
msgid "Main Menu"
|
msgid "Main Menu"
|
||||||
msgstr "முதன்மை பட்டியல்"
|
msgstr "முதன்மை பட்டியல்"
|
||||||
|
|
||||||
#: data/gtk/window.blp:210 data/gtk/window.blp:273 data/gtk/help-overlay.blp:19
|
#: data/gtk/window.blp:300
|
||||||
msgid "Search"
|
|
||||||
msgstr "தேடு"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:261
|
|
||||||
msgid "Hidden Games"
|
msgid "Hidden Games"
|
||||||
msgstr "மறைக்கப்பட்ட விளையாட்டுகள்"
|
msgstr "மறைக்கப்பட்ட விளையாட்டுகள்"
|
||||||
|
|
||||||
#: data/gtk/window.blp:321
|
#: data/gtk/window.blp:360
|
||||||
msgid "Sort"
|
msgid "Sort"
|
||||||
msgstr "வகைபடுத்து"
|
msgstr "வகைபடுத்து"
|
||||||
|
|
||||||
#: data/gtk/window.blp:324
|
#: data/gtk/window.blp:363
|
||||||
msgid "A-Z"
|
msgid "A-Z"
|
||||||
msgstr "A-Z"
|
msgstr "A-Z"
|
||||||
|
|
||||||
#: data/gtk/window.blp:330
|
#: data/gtk/window.blp:369
|
||||||
msgid "Z-A"
|
msgid "Z-A"
|
||||||
msgstr "Z-A"
|
msgstr "Z-A"
|
||||||
|
|
||||||
#: data/gtk/window.blp:336
|
#: data/gtk/window.blp:375
|
||||||
msgid "Newest"
|
msgid "Newest"
|
||||||
msgstr "புதியது"
|
msgstr "புதியது"
|
||||||
|
|
||||||
#: data/gtk/window.blp:342
|
#: data/gtk/window.blp:381
|
||||||
msgid "Oldest"
|
msgid "Oldest"
|
||||||
msgstr "பழமையானது"
|
msgstr "பழமையானது"
|
||||||
|
|
||||||
#: data/gtk/window.blp:348
|
#: data/gtk/window.blp:387
|
||||||
msgid "Last Played"
|
msgid "Last Played"
|
||||||
msgstr "கடைசியாக விளையாடியது"
|
msgstr "கடைசியாக விளையாடியது"
|
||||||
|
|
||||||
#: data/gtk/window.blp:355
|
#: data/gtk/window.blp:394
|
||||||
msgid "Show Hidden"
|
msgid "Show Hidden"
|
||||||
msgstr "மறைக்கப்பட்டதைக் காட்டு"
|
msgstr "மறைக்கப்பட்டதைக் காட்டு"
|
||||||
|
|
||||||
#: data/gtk/window.blp:368
|
#: data/gtk/window.blp:407
|
||||||
msgid "Keyboard Shortcuts"
|
msgid "Keyboard Shortcuts"
|
||||||
msgstr "விசைப்பலகை குறுக்குவழிகள்"
|
msgstr "விசைப்பலகை குறுக்குவழிகள்"
|
||||||
|
|
||||||
#: data/gtk/window.blp:373
|
#: data/gtk/window.blp:412
|
||||||
msgid "About Cartridges"
|
msgid "About Cartridges"
|
||||||
msgstr "கார்ட்ரிட்ஜ்கள் பற்றி"
|
msgstr "கார்ட்ரிட்ஜ்கள் பற்றி"
|
||||||
|
|
||||||
#: data/gtk/window.blp:388 data/gtk/preferences.blp:66
|
|
||||||
#, fuzzy
|
|
||||||
#| msgid "Import from"
|
|
||||||
msgid "Import"
|
|
||||||
msgstr "இலிருந்து இறக்குமதி செய்"
|
|
||||||
|
|
||||||
#: data/gtk/game.blp:60 src/utils/create_details_window.py:94
|
|
||||||
msgid "Title"
|
|
||||||
msgstr "தலைப்பு"
|
|
||||||
|
|
||||||
#: data/gtk/game.blp:82 data/gtk/game.blp:101
|
|
||||||
msgid "Edit"
|
|
||||||
msgstr "தொகு"
|
|
||||||
|
|
||||||
#: data/gtk/game.blp:87
|
|
||||||
msgid "Hide"
|
|
||||||
msgstr "மறை"
|
|
||||||
|
|
||||||
#: data/gtk/game.blp:92 data/gtk/game.blp:111 data/gtk/preferences.blp:53
|
|
||||||
msgid "Remove"
|
|
||||||
msgstr "அகற்று"
|
|
||||||
|
|
||||||
#: data/gtk/game.blp:106
|
|
||||||
msgid "Unhide"
|
|
||||||
msgstr "மறை காட்டு"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:11 data/gtk/preferences.blp:9
|
|
||||||
msgid "General"
|
|
||||||
msgstr "பொது"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:14
|
|
||||||
msgid "Quit"
|
|
||||||
msgstr "வெளியேறு"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:24
|
|
||||||
msgid "Show preferences"
|
|
||||||
msgstr "விருப்பங்களைக் காட்டு"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:29
|
|
||||||
msgid "Shortcuts"
|
|
||||||
msgstr "குறுக்குவழிகள்"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:34 src/main.py:198 src/preferences.py:118
|
|
||||||
msgid "Undo"
|
|
||||||
msgstr "செயல்தவிர்"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:39
|
|
||||||
msgid "Open menu"
|
|
||||||
msgstr "பட்டியலை திறக்கவும்"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:45
|
|
||||||
msgid "Games"
|
|
||||||
msgstr "விளையாட்டுகள்"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:48
|
|
||||||
msgid "Add new game"
|
|
||||||
msgstr "புதிய விளையாட்டைச் சேர்க்கவும்"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:53
|
|
||||||
#, fuzzy
|
|
||||||
#| msgid "Import GOG Games"
|
|
||||||
msgid "Import games"
|
|
||||||
msgstr "GOG விளையாட்டுகளை இறக்குமதி செய்யவும்"
|
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:58
|
|
||||||
msgid "Show hidden games"
|
|
||||||
msgstr "மறைக்கப்பட்ட விளையாட்டுகளைக் காட்டு"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:13
|
|
||||||
msgid "Behavior"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:16
|
|
||||||
msgid "Exit After Launching Games"
|
|
||||||
msgstr "விளையாட்டுகளை தொடங்கிய பிறகு வெளியேறவும்"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:24
|
|
||||||
msgid "Cover Image Launches Game"
|
|
||||||
msgstr "அட்டைப் படம் விளையாட்டை தொடங்குகிறது"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:25
|
|
||||||
msgid "Swaps the behavior of the cover image and the play button"
|
|
||||||
msgstr "அட்டைப் படத்தின் நடத்தை மற்றும் பிளே பட்டனை மாற்றுகிறது"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:34 src/utils/create_details_window.py:59
|
|
||||||
msgid "Images"
|
|
||||||
msgstr "படங்கள்"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:37
|
|
||||||
msgid "High Quality Images"
|
|
||||||
msgstr "உயர்தர படங்கள்"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:38
|
|
||||||
msgid "Save game covers losslessly at the cost of storage"
|
|
||||||
msgstr "சேமிப்பக செலவில் விளையாட்டுகளை இழப்பின்றி சேமிக்கவும்"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:47
|
|
||||||
msgid "Danger Zone"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:50
|
|
||||||
msgid "Remove All Games"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:70
|
|
||||||
msgid "Sources"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:73
|
|
||||||
msgid "Steam"
|
|
||||||
msgstr "Steam (ஸ்டீம்)"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:77
|
|
||||||
msgid "Steam Install Location"
|
|
||||||
msgstr "Steam (ஸ்டீம்) நிறுவல் இடம்"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:78 data/gtk/preferences.blp:117
|
|
||||||
#: data/gtk/preferences.blp:156
|
|
||||||
msgid "Directory to use when importing games"
|
|
||||||
msgstr "விளையாட்டுகளை இறக்குமதி செய்யும் போது பயன்படுத்த வேண்டிய அடைவு"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:86
|
|
||||||
msgid "Extra Steam Libraries"
|
|
||||||
msgstr "கூடுதல் ஸ்டீம் (Steam) நூலகங்கள்"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:87
|
|
||||||
msgid "Select other directories where you have Steam games installed"
|
|
||||||
msgstr "ஸ்டீம் (Steam) கேம்களை நிறுவிய பிற கோப்பகங்களைத் தேர்ந்தெடுக்கவும்"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:94
|
|
||||||
msgid "Clear"
|
|
||||||
msgstr "தெளிவு"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:112
|
|
||||||
msgid "Heroic"
|
|
||||||
msgstr "Heroic (ஹீரோயிக்)"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:116
|
|
||||||
msgid "Heroic Install Location"
|
|
||||||
msgstr "Heroic (ஹீரோயிக்) நிறுவல் இடம்"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:126
|
|
||||||
msgid "Import Epic Games"
|
|
||||||
msgstr "Epic விளையாட்டுகளை இறக்குமதி செய்"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:134
|
|
||||||
msgid "Import GOG Games"
|
|
||||||
msgstr "GOG விளையாட்டுகளை இறக்குமதி செய்யவும்"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:142
|
|
||||||
msgid "Import Sideloaded Games"
|
|
||||||
msgstr "பக்க ஏற்றப்பட்ட விளையாட்டுகளை இறக்குமதி செய்யவும்"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:151
|
|
||||||
msgid "Bottles"
|
|
||||||
msgstr "Bottles (பாட்டில்கள்)"
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:155
|
|
||||||
msgid "Bottles Install Location"
|
|
||||||
msgstr "Bottles (பாட்டில்கள்) நிறுவும் இடம்"
|
|
||||||
|
|
||||||
#. Translators: Replace this with your name for it to show up in the about window
|
#. Translators: Replace this with your name for it to show up in the about window
|
||||||
#: src/main.py:125
|
#: src/main.py:137
|
||||||
msgid "translator_credits"
|
msgid "translator_credits"
|
||||||
msgstr "K.B.Dharun Krishna <kbdharunkrishna@gmail.com>"
|
msgstr "K.B.Dharun Krishna <kbdharunkrishna@gmail.com>"
|
||||||
|
|
||||||
#. The variable is the title of the game
|
#. The variable is the title of the game
|
||||||
#: src/main.py:197
|
#: src/main.py:164
|
||||||
#, python-brace-format
|
msgid "{} launched"
|
||||||
msgid "{title} removed"
|
msgstr "{} தொடங்கப்பட்டது"
|
||||||
msgstr "{title} அகற்றப்பட்டது"
|
|
||||||
|
|
||||||
#: src/window.py:234
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:182
|
||||||
|
msgid "{} hidden"
|
||||||
|
msgstr "{} மறைக்கப்பட்டுள்ளது"
|
||||||
|
|
||||||
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:185
|
||||||
|
msgid "{} unhidden"
|
||||||
|
msgstr "{} மறைக்கப்படாதது"
|
||||||
|
|
||||||
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:241
|
||||||
|
msgid "{} removed"
|
||||||
|
msgstr "{} அகற்றப்பட்டது"
|
||||||
|
|
||||||
|
#: src/window.py:262
|
||||||
msgid "Today"
|
msgid "Today"
|
||||||
msgstr "இன்று"
|
msgstr "இன்று"
|
||||||
|
|
||||||
#: src/window.py:236
|
#: src/window.py:264
|
||||||
msgid "Yesterday"
|
msgid "Yesterday"
|
||||||
msgstr "நேற்று"
|
msgstr "நேற்று"
|
||||||
|
|
||||||
#. The variable is the date when the game was added
|
#. The variable is the date when the game was added
|
||||||
#: src/window.py:270
|
#: src/window.py:310
|
||||||
#, python-brace-format
|
msgid "Added: {}"
|
||||||
msgid "Added: {date}"
|
msgstr "சேர்க்கப்பட்டது: {}"
|
||||||
msgstr "சேர்க்கப்பட்டது: {date}"
|
|
||||||
|
|
||||||
#: src/window.py:275
|
#: src/window.py:315
|
||||||
msgid "Never"
|
msgid "Never"
|
||||||
msgstr "ஒருபோதும் இல்லை"
|
msgstr "ஒருபோதும் இல்லை"
|
||||||
|
|
||||||
#. The variable is the date when the game was last played
|
#. The variable is the date when the game was last played
|
||||||
#: src/window.py:279
|
#: src/window.py:319
|
||||||
#, python-brace-format
|
msgid "Last played: {}"
|
||||||
msgid "Last played: {last_played_date}"
|
msgstr "கடைசியாக விளையாடியது: {}"
|
||||||
msgstr "கடைசியாக விளையாடியது: {last_played_date}"
|
|
||||||
|
|
||||||
#: src/game.py:173
|
#: src/game.py:156
|
||||||
msgid "Details"
|
msgid "Details"
|
||||||
msgstr "விவரங்கள்"
|
msgstr "விவரங்கள்"
|
||||||
|
|
||||||
#: src/preferences.py:55
|
#: src/preferences.py:54
|
||||||
msgid "Installation Not Found"
|
msgid "Installation Not Found"
|
||||||
msgstr ""
|
msgstr "நிறுவல் கிடைக்கவில்லை"
|
||||||
|
|
||||||
#. The variable is the name of the game launcher
|
#. The variable is the name of the game launcher
|
||||||
#: src/preferences.py:57
|
#: src/preferences.py:56
|
||||||
#, python-brace-format
|
msgid "Select the {} configuration directory."
|
||||||
msgid "Select the {name} configuration directory."
|
msgstr "{} உள்ளமைவு கோப்பகத்தைத் தேர்ந்தெடுக்கவும்."
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. The variable is the name of the game launcher
|
#. The variable is the name of the game launcher
|
||||||
#: src/preferences.py:59
|
#: src/preferences.py:59
|
||||||
#, python-brace-format
|
msgid "Select the {} data directory."
|
||||||
msgid "Select the {name} data directory."
|
msgstr "{} தரவு கோப்பகத்தைத் தேர்ந்தெடுக்கவும்."
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/preferences.py:61
|
#: src/preferences.py:61 src/preferences.py:240
|
||||||
#, fuzzy
|
|
||||||
#| msgid "Set Steam Location"
|
|
||||||
msgid "Set Location"
|
msgid "Set Location"
|
||||||
msgstr "Steam (ஸ்டீம் இடத்தை அமைக்கவும்"
|
msgstr "இருப்பிடத்தை அமைக்கவும்"
|
||||||
|
|
||||||
#: src/preferences.py:117
|
#: src/preferences.py:132
|
||||||
#, fuzzy
|
|
||||||
#| msgid "{title} removed"
|
|
||||||
msgid "All games removed"
|
msgid "All games removed"
|
||||||
msgstr "{title} அகற்றப்பட்டது"
|
msgstr "அனைத்து விளையாட்டுகளும் அகற்றப்பட்டன"
|
||||||
|
|
||||||
#: src/utils/importer.py:37
|
#: src/preferences.py:237
|
||||||
msgid "Importing Games…"
|
msgid "Cache Not Found"
|
||||||
msgstr "விளையாட்டுகளை இறக்குமதி செய்கிறது…"
|
msgstr "தற்காலிக சேமிப்பு கிடைக்கவில்லை"
|
||||||
|
|
||||||
#: src/utils/importer.py:79
|
#: src/preferences.py:238
|
||||||
#, fuzzy
|
msgid "Select the Lutris cache directory."
|
||||||
#| msgid "No new games were found in the Heroic library."
|
msgstr "லூட்ரிஸ் தற்காலிக சேமிப்பு கோப்பகத்தைத் தேர்ந்தெடுக்கவும்."
|
||||||
msgid "No new games were found on your system."
|
|
||||||
msgstr "Heroic (ஹீரோயிக்) நூலகத்தில் புதிய விளையாட்டுகள் எதுவும் இல்லை."
|
|
||||||
|
|
||||||
#: src/utils/importer.py:87
|
#: src/preferences.py:344
|
||||||
#, fuzzy
|
msgid ""
|
||||||
#| msgid "Steam Games Imported"
|
"An API key is required to use SteamGridDB. You can generate one {}here{}."
|
||||||
msgid "Game Imported"
|
msgstr ""
|
||||||
msgstr "Steam (ஸ்டீம்) விளையாட்டுகள் இறக்குமதி செய்யப்பட்டன"
|
"ஸ்டீம்கிரிட் டிபி (SteamGridDB) ஐப் பயன்படுத்த API விசை தேவை. நீங்கள் ஒன்றை {}இங்கே{} "
|
||||||
|
"உருவாக்கலாம்."
|
||||||
|
|
||||||
#: src/utils/importer.py:88
|
#: src/utils/create_details_window.py:81
|
||||||
msgid "Successfully imported 1 game."
|
|
||||||
msgstr "1 விளையாட்டு வெற்றிகரமாக இறக்குமதி செய்யப்பட்டது."
|
|
||||||
|
|
||||||
#: src/utils/importer.py:94
|
|
||||||
#, fuzzy
|
|
||||||
#| msgid "Steam Games Imported"
|
|
||||||
msgid "Games Imported"
|
|
||||||
msgstr "Steam (ஸ்டீம்) விளையாட்டுகள் இறக்குமதி செய்யப்பட்டன"
|
|
||||||
|
|
||||||
#. The variable is the number of games
|
|
||||||
#: src/utils/importer.py:96
|
|
||||||
#, python-brace-format
|
|
||||||
msgid "Successfully imported {games_no} games."
|
|
||||||
msgstr "{games_no} விளையாட்டுகள் வெற்றிகரமாக இறக்குமதி செய்யப்பட்டன."
|
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:41
|
|
||||||
msgid "Add New Game"
|
msgid "Add New Game"
|
||||||
msgstr "புதிய விளையாட்டைச் சேர்க்கவும்"
|
msgstr "புதிய விளையாட்டைச் சேர்க்கவும்"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:46
|
#: src/utils/create_details_window.py:85
|
||||||
msgid "Confirm"
|
msgid "Confirm"
|
||||||
msgstr "உறுதிப்படுத்தவும்"
|
msgstr "உறுதிப்படுத்தவும்"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:57
|
#: src/utils/create_details_window.py:96
|
||||||
msgid "Apply"
|
msgid "Apply"
|
||||||
msgstr "விண்ணப்பி"
|
msgstr "விண்ணப்பி"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:95
|
#: src/utils/create_details_window.py:130
|
||||||
msgid "The title of the game"
|
msgid "The title of the game"
|
||||||
msgstr "விளையாட்டின் தலைப்பு"
|
msgstr "விளையாட்டின் தலைப்பு"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:100
|
#: src/utils/create_details_window.py:135
|
||||||
msgid "Developer"
|
msgid "Developer"
|
||||||
msgstr "டெவலப்பர்"
|
msgstr "டெவலப்பர்"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:101
|
#: src/utils/create_details_window.py:136
|
||||||
msgid "The developer or publisher (optional)"
|
msgid "The developer or publisher (optional)"
|
||||||
msgstr "டெவலப்பர் அல்லது வெளியீட்டாளர் (விரும்பினால்)"
|
msgstr "டெவலப்பர் அல்லது வெளியீட்டாளர் (விரும்பினால்)"
|
||||||
|
|
||||||
#. Translate this string as you would translate "file"
|
#. Translate this string as you would translate "file"
|
||||||
#: src/utils/create_details_window.py:112
|
#: src/utils/create_details_window.py:147
|
||||||
msgid "file.txt"
|
msgid "file.txt"
|
||||||
msgstr "கோப்பு.txt"
|
msgstr "கோப்பு.txt"
|
||||||
|
|
||||||
#. As in software
|
#. As in software
|
||||||
#: src/utils/create_details_window.py:114
|
#: src/utils/create_details_window.py:149
|
||||||
msgid "program"
|
msgid "program"
|
||||||
msgstr "பயன்பாடு"
|
msgstr "பயன்பாடு"
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {exe_name}"
|
#. Translate this string as you would translate "path to {}"
|
||||||
#: src/utils/create_details_window.py:119
|
#: src/utils/create_details_window.py:154
|
||||||
#, python-brace-format
|
#: src/utils/create_details_window.py:156
|
||||||
msgid "C:\\path\\to\\{exe_name}"
|
msgid "C:\\path\\to\\{}"
|
||||||
msgstr "C:\\பாதை\\டு \\{exe_name}"
|
msgstr "C:\\பாதை\\டு \\{}"
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {file_name}"
|
#. Translate this string as you would translate "path to {}"
|
||||||
#: src/utils/create_details_window.py:121
|
#: src/utils/create_details_window.py:160
|
||||||
#, python-brace-format
|
#: src/utils/create_details_window.py:162
|
||||||
msgid "C:\\path\\to\\{file_name}"
|
msgid "/path/to/{}"
|
||||||
msgstr "C:\\பாதை\\டு \\{file_name}"
|
msgstr "/பாதை/டு/ {}"
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {exe_name}"
|
#: src/utils/create_details_window.py:166
|
||||||
#: src/utils/create_details_window.py:125
|
|
||||||
#, python-brace-format
|
|
||||||
msgid "/path/to/{exe_name}"
|
|
||||||
msgstr "/பாதை/டு/ {exe_name}"
|
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {file_name}"
|
|
||||||
#: src/utils/create_details_window.py:127
|
|
||||||
#, python-brace-format
|
|
||||||
msgid "/path/to/{file_name}"
|
|
||||||
msgstr "/பாதை/டு /{file_name}"
|
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:131
|
|
||||||
#, python-brace-format
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"To launch the executable \"{exe_name}\", use the command:\n"
|
"To launch the executable \"{}\", use the command:\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>\"{exe_path}\"</tt>\n"
|
"<tt>\"{}\"</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"To open the file \"{file_name}\" with the default application, use:\n"
|
"To open the file \"{}\" with the default application, use:\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>{command} \"{file_path}\"</tt>\n"
|
"<tt>{} \"{}\"</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"If the path contains spaces, make sure to wrap it in double quotes!"
|
"If the path contains spaces, make sure to wrap it in double quotes!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"இயங்கக்கூடிய \"{exe_name}\" ஐத் தொடங்க, கட்டளையைப் பயன்படுத்தவும்:\n"
|
"இயங்கக்கூடிய \"{}\" ஐத் தொடங்க, கட்டளையைப் பயன்படுத்தவும்:\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>\"{exe_path}\"</tt>\n"
|
"<tt>\"{}\"</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"இயல்புநிலை பயன்பாட்டுடன் \"{file_name}\" கோப்பைத் திறக்க, பயன்படுத்தவும்:\n"
|
"இயல்புநிலை பயன்பாட்டுடன் \"{}\" கோப்பைத் திறக்க, பயன்படுத்தவும்:\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>{command} \"{file_path}\"</tt>\n"
|
"<tt>{} \"{}\"</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"பாதையில் இடைவெளிகள் இருந்தால், அதை இரட்டை மேற்கோள்களில் போர்த்துவதை உறுதிசெய்யவும்!"
|
"பாதையில் இடைவெளிகள் இருந்தால், அதை இரட்டை மேற்கோள்களில் போர்த்துவதை உறுதிசெய்யவும்!"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:154
|
#: src/utils/create_details_window.py:189
|
||||||
msgid "Executable"
|
msgid "Executable"
|
||||||
msgstr "செயல்படுத்தக்கூடியது"
|
msgstr "செயல்படுத்தக்கூடியது"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:155
|
#: src/utils/create_details_window.py:190
|
||||||
msgid "File to open or command to run when launching the game"
|
msgid "File to open or command to run when launching the game"
|
||||||
msgstr "விளையாட்டைத் தொடங்கும் போது திறக்க கோப்பு அல்லது இயக்க கட்டளை"
|
msgstr "விளையாட்டைத் தொடங்கும் போது திறக்க கோப்பு அல்லது இயக்க கட்டளை"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:167
|
#: src/utils/create_details_window.py:202
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr "ரத்துசெய்"
|
msgstr "ரத்துசெய்"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:217
|
#: src/utils/create_details_window.py:259
|
||||||
#: src/utils/create_details_window.py:227
|
#: src/utils/create_details_window.py:269
|
||||||
#: src/utils/create_details_window.py:233
|
#: src/utils/create_details_window.py:275
|
||||||
msgid "Couldn't Add Game"
|
msgid "Couldn't Add Game"
|
||||||
msgstr "விளையாட்டைச் சேர்க்க முடியவில்லை"
|
msgstr "விளையாட்டைச் சேர்க்க முடியவில்லை"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:219
|
#: src/utils/create_details_window.py:261
|
||||||
#: src/utils/create_details_window.py:257
|
#: src/utils/create_details_window.py:299
|
||||||
#: src/utils/create_details_window.py:265
|
#: src/utils/create_details_window.py:307
|
||||||
msgid "Couldn't Apply Preferences"
|
msgid "Couldn't Apply Preferences"
|
||||||
msgstr "விருப்பத்தேர்வுகளைப் பயன்படுத்த முடியவில்லை"
|
msgstr "விருப்பத்தேர்வுகளைப் பயன்படுத்த முடியவில்லை"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:227
|
#: src/utils/create_details_window.py:269
|
||||||
#: src/utils/create_details_window.py:258
|
#: src/utils/create_details_window.py:300
|
||||||
msgid "Game title cannot be empty."
|
msgid "Game title cannot be empty."
|
||||||
msgstr "விளையாட்டு தலைப்பு காலியாக இருக்கக்கூடாது."
|
msgstr "விளையாட்டு தலைப்பு காலியாக இருக்கக்கூடாது."
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:233
|
#: src/utils/create_details_window.py:275
|
||||||
#: src/utils/create_details_window.py:266
|
#: src/utils/create_details_window.py:308
|
||||||
msgid "Executable cannot be empty."
|
msgid "Executable cannot be empty."
|
||||||
msgstr "இயங்கக்கூடியது காலியாக இருக்க முடியாது."
|
msgstr "இயங்கக்கூடியது காலியாக இருக்க முடியாது."
|
||||||
|
|
||||||
@@ -534,6 +571,66 @@ msgstr "இயங்கக்கூடியது காலியாக இர
|
|||||||
msgid "Dismiss"
|
msgid "Dismiss"
|
||||||
msgstr "நிராகரி"
|
msgstr "நிராகரி"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:42
|
||||||
|
msgid "Importing Games…"
|
||||||
|
msgstr "விளையாட்டுகளை இறக்குமதி செய்கிறது…"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:77
|
||||||
|
msgid "Importing Covers…"
|
||||||
|
msgstr "அட்டைகளை இறக்குமதி செய்கிறது…"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:92
|
||||||
|
msgid "No new games were found on your system."
|
||||||
|
msgstr "உங்கள் கணினியில் புதிய விளையாட்டுகள் எதுவும் இல்லை."
|
||||||
|
|
||||||
|
#: src/utils/importer.py:100
|
||||||
|
msgid "Game Imported"
|
||||||
|
msgstr "விளையாட்டு இறக்குமதி செய்யப்பட்டது"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:101
|
||||||
|
msgid "Successfully imported 1 game."
|
||||||
|
msgstr "1 விளையாட்டு வெற்றிகரமாக இறக்குமதி செய்யப்பட்டது."
|
||||||
|
|
||||||
|
#: src/utils/importer.py:107
|
||||||
|
msgid "Games Imported"
|
||||||
|
msgstr "விளையாட்டுகள் இறக்குமதி செய்யப்பட்டன"
|
||||||
|
|
||||||
|
#. The variable is the number of games
|
||||||
|
#: src/utils/importer.py:109
|
||||||
|
msgid "Successfully imported {} games."
|
||||||
|
msgstr "{} விளையாட்டுகள் வெற்றிகரமாக இறக்குமதி செய்யப்பட்டன."
|
||||||
|
|
||||||
|
#: src/utils/importer.py:120 src/utils/steamgriddb.py:113
|
||||||
|
msgid "Couldn't Connect to SteamGridDB"
|
||||||
|
msgstr "ஸ்டீம்கிரிட் டிபி (SteamGridDB) உடன் இணைக்க முடியவில்லை"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:145
|
||||||
|
msgid ""
|
||||||
|
"Looks like you have multiple Steam libraries. Would you like to add them in "
|
||||||
|
"preferences?"
|
||||||
|
msgstr ""
|
||||||
|
"உங்களிடம் பல ஸ்டீம் (Steam) நூலகங்கள் இருப்பது போல் தெரிகிறது. அவற்றை விருப்பத்தேர்வுகளில் "
|
||||||
|
"சேர்க்க விரும்புகிறீர்களா?"
|
||||||
|
|
||||||
|
#~ msgid "Launch your games"
|
||||||
|
#~ msgstr "உங்கள் விளையாட்டுகளைத் தொடங்கவும்"
|
||||||
|
|
||||||
|
#, python-brace-format
|
||||||
|
#~ msgid "Last played: {last_played_date}"
|
||||||
|
#~ msgstr "கடைசியாக விளையாடியது: {last_played_date}"
|
||||||
|
|
||||||
|
#, python-brace-format
|
||||||
|
#~ msgid "Successfully imported {games_no} games."
|
||||||
|
#~ msgstr "{games_no} விளையாட்டுகள் வெற்றிகரமாக இறக்குமதி செய்யப்பட்டன."
|
||||||
|
|
||||||
|
#, python-brace-format
|
||||||
|
#~ msgid "C:\\path\\to\\{file_name}"
|
||||||
|
#~ msgstr "C:\\பாதை\\டு \\{file_name}"
|
||||||
|
|
||||||
|
#, python-brace-format
|
||||||
|
#~ msgid "/path/to/{file_name}"
|
||||||
|
#~ msgstr "/பாதை/டு /{file_name}"
|
||||||
|
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#~| msgid "General"
|
#~| msgid "General"
|
||||||
#~ msgctxt "shortcuts window"
|
#~ msgctxt "shortcuts window"
|
||||||
@@ -585,9 +682,6 @@ msgstr "நிராகரி"
|
|||||||
#~ msgid "The Heroic directory cannot be found."
|
#~ msgid "The Heroic directory cannot be found."
|
||||||
#~ msgstr "Heroic (ஹீரோயிக்) கோப்பகத்தைக் கண்டுபிடிக்க முடியவில்லை."
|
#~ msgstr "Heroic (ஹீரோயிக்) கோப்பகத்தைக் கண்டுபிடிக்க முடியவில்லை."
|
||||||
|
|
||||||
#~ msgid "Set Heroic Location"
|
|
||||||
#~ msgstr "Heroic (ஹீரோயிக்) இருப்பிடத்தை அமைக்கவும்"
|
|
||||||
|
|
||||||
#~ msgid "Heroic Games Imported"
|
#~ msgid "Heroic Games Imported"
|
||||||
#~ msgstr "Heroic (ஹீரோயிக்) விளையாட்டுகள் இறக்குமதி செய்யப்பட்டன"
|
#~ msgstr "Heroic (ஹீரோயிக்) விளையாட்டுகள் இறக்குமதி செய்யப்பட்டன"
|
||||||
|
|
||||||
@@ -608,9 +702,6 @@ msgstr "நிராகரி"
|
|||||||
#~ msgid "Successfully imported {str(len(heroic_games))} games."
|
#~ msgid "Successfully imported {str(len(heroic_games))} games."
|
||||||
#~ msgstr "1 விளையாட்டு வெற்றிகரமாக இறக்குமதி செய்யப்பட்டது."
|
#~ msgstr "1 விளையாட்டு வெற்றிகரமாக இறக்குமதி செய்யப்பட்டது."
|
||||||
|
|
||||||
#~ msgid "Last played:"
|
|
||||||
#~ msgstr "கடைசியாக விளையாடியது:"
|
|
||||||
|
|
||||||
#~ msgid "Successfully imported"
|
#~ msgid "Successfully imported"
|
||||||
#~ msgstr "வெற்றிகரமாக இறக்குமதி செய்யப்பட்டது"
|
#~ msgstr "வெற்றிகரமாக இறக்குமதி செய்யப்பட்டது"
|
||||||
|
|
||||||
|
|||||||
611
po/uk.po
@@ -7,8 +7,8 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: cartridges\n"
|
"Project-Id-Version: cartridges\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-03-30 16:23+0200\n"
|
"POT-Creation-Date: 2023-04-11 23:33+0200\n"
|
||||||
"PO-Revision-Date: 2023-03-30 11:43+0000\n"
|
"PO-Revision-Date: 2023-04-14 12:29+0000\n"
|
||||||
"Last-Translator: Dan <denqwerta@gmail.com>\n"
|
"Last-Translator: Dan <denqwerta@gmail.com>\n"
|
||||||
"Language-Team: Ukrainian <https://hosted.weblate.org/projects/cartridges/"
|
"Language-Team: Ukrainian <https://hosted.weblate.org/projects/cartridges/"
|
||||||
"cartridges/uk/>\n"
|
"cartridges/uk/>\n"
|
||||||
@@ -16,13 +16,13 @@ msgstr ""
|
|||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
||||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||||
"X-Generator: Weblate 4.17-dev\n"
|
"X-Generator: Weblate 4.17-dev\n"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.desktop.in:3
|
#: data/hu.kramo.Cartridges.desktop.in:3
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:6 data/gtk/window.blp:29
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:6 data/gtk/window.blp:29
|
||||||
#: src/main.py:110
|
#: src/main.py:119
|
||||||
msgid "Cartridges"
|
msgid "Cartridges"
|
||||||
msgstr "Cartridges"
|
msgstr "Cartridges"
|
||||||
|
|
||||||
@@ -31,29 +31,28 @@ msgid "Game Launcher"
|
|||||||
msgstr "Ігровий лаунчер"
|
msgstr "Ігровий лаунчер"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.desktop.in:5
|
#: data/hu.kramo.Cartridges.desktop.in:5
|
||||||
msgid "Launch your games"
|
|
||||||
msgstr "Запустіть свої ігри"
|
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:7
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:7
|
||||||
msgid "Launch all your games"
|
msgid "Launch all your games"
|
||||||
msgstr "Запустіть усі свої ігри"
|
msgstr "Запустіть усі свої ігри"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:9
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:9
|
||||||
msgid ""
|
msgid ""
|
||||||
"Cartridges is a simple game launcher. It has support for importing your "
|
"Cartridges is a simple game launcher for all of your games. It has support "
|
||||||
"games from Steam, Heroic and Bottles with organizational features such as "
|
"for importing games from Steam, Lutris, Heroic and more with no login "
|
||||||
"hiding and sorting by date added or last played."
|
"necessary. You can sort and hide games or download cover art from "
|
||||||
|
"SteamGridDB."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Cartridges — це простий ігровий лаунчер. Він підтримує імпорт ваших ігор із "
|
"Cartridges - це простий лаунчер для всіх ваших ігор. Він підтримує імпорт "
|
||||||
"Steam, Heroic та Bottles із такими організаційними функціями, як "
|
"ігор з Steam, Lutris, Heroic тощо без необхідності входу в систему. Ви "
|
||||||
"приховування та сортування за датою додавання чи останньої гри."
|
"можете сортувати та приховувати ігри або завантажувати обкладинки з "
|
||||||
|
"SteamGridDB."
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:22
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:22
|
||||||
msgid "Library"
|
msgid "Library"
|
||||||
msgstr "Бібліотека"
|
msgstr "Бібліотека"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:26
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:26
|
||||||
#: src/utils/create_details_window.py:48
|
#: src/utils/create_details_window.py:87
|
||||||
msgid "Edit Game Details"
|
msgid "Edit Game Details"
|
||||||
msgstr "Редагувати інформацію про гру"
|
msgstr "Редагувати інформацію про гру"
|
||||||
|
|
||||||
@@ -61,120 +60,30 @@ msgstr "Редагувати інформацію про гру"
|
|||||||
msgid "Game Details"
|
msgid "Game Details"
|
||||||
msgstr "Подробиці гри"
|
msgstr "Подробиці гри"
|
||||||
|
|
||||||
#: data/hu.kramo.Cartridges.metainfo.xml.in:34 data/gtk/window.blp:363
|
#: data/hu.kramo.Cartridges.metainfo.xml.in:34 data/gtk/window.blp:402
|
||||||
#: src/utils/importer.py:81
|
#: src/utils/importer.py:94 src/utils/importer.py:123 src/utils/importer.py:148
|
||||||
|
#: src/utils/steamgriddb.py:116
|
||||||
msgid "Preferences"
|
msgid "Preferences"
|
||||||
msgstr "Параметри"
|
msgstr "Параметри"
|
||||||
|
|
||||||
#: data/gtk/window.blp:6 src/utils/importer.py:78
|
#: data/gtk/game.blp:67 src/utils/create_details_window.py:129
|
||||||
msgid "No Games Found"
|
|
||||||
msgstr "Ігор не знайдено"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:7
|
|
||||||
msgid "Try a different search."
|
|
||||||
msgstr "Спробуйте інший пошук."
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:14
|
|
||||||
msgid "No Games"
|
|
||||||
msgstr "Ніяких ігор"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:15
|
|
||||||
msgid "Use the + button to add games."
|
|
||||||
msgstr "Використовуйте кнопку +, щоб додати гру."
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:22
|
|
||||||
msgid "No Hidden Games"
|
|
||||||
msgstr "Ніяких прихованих ігор"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:23
|
|
||||||
msgid "Games you hide will appear here."
|
|
||||||
msgstr "Ігри, які ви сховали, з'являться тут."
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:44 data/gtk/window.blp:254
|
|
||||||
msgid "Back"
|
|
||||||
msgstr "Назад"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:92
|
|
||||||
msgid "Game Title"
|
|
||||||
msgstr "Назва гри"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:148 src/game.py:175
|
|
||||||
msgid "Play"
|
|
||||||
msgstr "Грати"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:196 data/gtk/window.blp:382
|
|
||||||
msgid "Add Game"
|
|
||||||
msgstr "Додати гру"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:203 data/gtk/window.blp:266
|
|
||||||
msgid "Main Menu"
|
|
||||||
msgstr "Головне меню"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:210 data/gtk/window.blp:273 data/gtk/help-overlay.blp:19
|
|
||||||
msgid "Search"
|
|
||||||
msgstr "Пошук"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:261
|
|
||||||
msgid "Hidden Games"
|
|
||||||
msgstr "Приховані ігри"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:321
|
|
||||||
msgid "Sort"
|
|
||||||
msgstr "Сортувати"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:324
|
|
||||||
msgid "A-Z"
|
|
||||||
msgstr "А-Я"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:330
|
|
||||||
msgid "Z-A"
|
|
||||||
msgstr "Я-А"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:336
|
|
||||||
msgid "Newest"
|
|
||||||
msgstr "Найновіші"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:342
|
|
||||||
msgid "Oldest"
|
|
||||||
msgstr "Найстаріші"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:348
|
|
||||||
msgid "Last Played"
|
|
||||||
msgstr "Остання гра"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:355
|
|
||||||
msgid "Show Hidden"
|
|
||||||
msgstr "Показати приховане"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:368
|
|
||||||
msgid "Keyboard Shortcuts"
|
|
||||||
msgstr "Комбінації клавіш"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:373
|
|
||||||
msgid "About Cartridges"
|
|
||||||
msgstr "Про Cartridges"
|
|
||||||
|
|
||||||
#: data/gtk/window.blp:388 data/gtk/preferences.blp:66
|
|
||||||
msgid "Import"
|
|
||||||
msgstr "Імпорт"
|
|
||||||
|
|
||||||
#: data/gtk/game.blp:60 src/utils/create_details_window.py:94
|
|
||||||
msgid "Title"
|
msgid "Title"
|
||||||
msgstr "Назва"
|
msgstr "Назва"
|
||||||
|
|
||||||
#: data/gtk/game.blp:82 data/gtk/game.blp:101
|
#: data/gtk/game.blp:89 data/gtk/game.blp:108 data/gtk/window.blp:170
|
||||||
msgid "Edit"
|
msgid "Edit"
|
||||||
msgstr "Редагувати"
|
msgstr "Редагувати"
|
||||||
|
|
||||||
#: data/gtk/game.blp:87
|
#: data/gtk/game.blp:94 src/window.py:286
|
||||||
msgid "Hide"
|
msgid "Hide"
|
||||||
msgstr "Приховати"
|
msgstr "Приховати"
|
||||||
|
|
||||||
#: data/gtk/game.blp:92 data/gtk/game.blp:111 data/gtk/preferences.blp:53
|
#: data/gtk/game.blp:99 data/gtk/game.blp:118 data/gtk/preferences.blp:56
|
||||||
|
#: data/gtk/window.blp:186
|
||||||
msgid "Remove"
|
msgid "Remove"
|
||||||
msgstr "Видалити"
|
msgstr "Видалити"
|
||||||
|
|
||||||
#: data/gtk/game.blp:106
|
#: data/gtk/game.blp:113 src/window.py:283
|
||||||
msgid "Unhide"
|
msgid "Unhide"
|
||||||
msgstr "Показати"
|
msgstr "Показати"
|
||||||
|
|
||||||
@@ -186,6 +95,11 @@ msgstr "Загальний"
|
|||||||
msgid "Quit"
|
msgid "Quit"
|
||||||
msgstr "Вийти"
|
msgstr "Вийти"
|
||||||
|
|
||||||
|
#: data/gtk/help-overlay.blp:19 data/gtk/window.blp:205 data/gtk/window.blp:249
|
||||||
|
#: data/gtk/window.blp:312
|
||||||
|
msgid "Search"
|
||||||
|
msgstr "Пошук"
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:24
|
#: data/gtk/help-overlay.blp:24
|
||||||
msgid "Show preferences"
|
msgid "Show preferences"
|
||||||
msgstr "Показати параметри"
|
msgstr "Показати параметри"
|
||||||
@@ -194,7 +108,8 @@ msgstr "Показати параметри"
|
|||||||
msgid "Shortcuts"
|
msgid "Shortcuts"
|
||||||
msgstr "Ярлики"
|
msgstr "Ярлики"
|
||||||
|
|
||||||
#: data/gtk/help-overlay.blp:34 src/main.py:198 src/preferences.py:118
|
#: data/gtk/help-overlay.blp:34 src/main.py:186 src/main.py:242
|
||||||
|
#: src/preferences.py:133
|
||||||
msgid "Undo"
|
msgid "Undo"
|
||||||
msgstr "Відмінити"
|
msgstr "Відмінити"
|
||||||
|
|
||||||
@@ -218,7 +133,11 @@ msgstr "Імпорт ігор"
|
|||||||
msgid "Show hidden games"
|
msgid "Show hidden games"
|
||||||
msgstr "Показати приховані ігри"
|
msgstr "Показати приховані ігри"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:13
|
#: data/gtk/help-overlay.blp:63
|
||||||
|
msgid "Remove game"
|
||||||
|
msgstr "Видалити гру"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:13 data/gtk/preferences.blp:235
|
||||||
msgid "Behavior"
|
msgid "Behavior"
|
||||||
msgstr "Поведінка"
|
msgstr "Поведінка"
|
||||||
|
|
||||||
@@ -226,297 +145,424 @@ msgstr "Поведінка"
|
|||||||
msgid "Exit After Launching Games"
|
msgid "Exit After Launching Games"
|
||||||
msgstr "Вихід після запуску ігор"
|
msgstr "Вихід після запуску ігор"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:24
|
#: data/gtk/preferences.blp:25
|
||||||
msgid "Cover Image Launches Game"
|
msgid "Cover Image Launches Game"
|
||||||
msgstr "Обкладинка запускає гру"
|
msgstr "Обкладинка запускає гру"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:25
|
#: data/gtk/preferences.blp:26
|
||||||
msgid "Swaps the behavior of the cover image and the play button"
|
msgid "Swaps the behavior of the cover image and the play button"
|
||||||
msgstr "Міняє місцями поведінку зображення обкладинки та кнопки відтворення"
|
msgstr "Міняє місцями поведінку зображення обкладинки та кнопки відтворення"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:34 src/utils/create_details_window.py:59
|
#: data/gtk/preferences.blp:36 src/utils/create_details_window.py:101
|
||||||
msgid "Images"
|
msgid "Images"
|
||||||
msgstr "Зображення"
|
msgstr "Зображення"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:37
|
#: data/gtk/preferences.blp:39
|
||||||
msgid "High Quality Images"
|
msgid "High Quality Images"
|
||||||
msgstr "Зображення високої якості"
|
msgstr "Зображення високої якості"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:38
|
#: data/gtk/preferences.blp:40
|
||||||
msgid "Save game covers losslessly at the cost of storage"
|
msgid "Save game covers losslessly at the cost of storage"
|
||||||
msgstr "Збережена гра покривається без втрат за вартістю зберігання"
|
msgstr "Збережена гра покривається без втрат за вартістю зберігання"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:47
|
|
||||||
msgid "Danger Zone"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:50
|
#: data/gtk/preferences.blp:50
|
||||||
msgid "Remove All Games"
|
msgid "Danger Zone"
|
||||||
msgstr ""
|
msgstr "Небезпечна зона"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:70
|
#: data/gtk/preferences.blp:53
|
||||||
|
msgid "Remove All Games"
|
||||||
|
msgstr "Видалити всі ігри"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:69 data/gtk/window.blp:427
|
||||||
|
msgid "Import"
|
||||||
|
msgstr "Імпорт"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:73
|
||||||
msgid "Sources"
|
msgid "Sources"
|
||||||
msgstr "Джерела"
|
msgstr "Джерела"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:73
|
#: data/gtk/preferences.blp:76
|
||||||
msgid "Steam"
|
msgid "Steam"
|
||||||
msgstr "Steam"
|
msgstr "Steam"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:77
|
#: data/gtk/preferences.blp:80
|
||||||
msgid "Steam Install Location"
|
msgid "Steam Install Location"
|
||||||
msgstr "Місце встановлення Steam"
|
msgstr "Місце встановлення Steam"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:78 data/gtk/preferences.blp:117
|
#: data/gtk/preferences.blp:81 data/gtk/preferences.blp:119
|
||||||
#: data/gtk/preferences.blp:156
|
#: data/gtk/preferences.blp:153 data/gtk/preferences.blp:195
|
||||||
|
#: data/gtk/preferences.blp:210
|
||||||
msgid "Directory to use when importing games"
|
msgid "Directory to use when importing games"
|
||||||
msgstr "Каталог для імпорту ігор"
|
msgstr "Каталог для імпорту ігор"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:86
|
#: data/gtk/preferences.blp:89 src/utils/importer.py:143
|
||||||
msgid "Extra Steam Libraries"
|
msgid "Extra Steam Libraries"
|
||||||
msgstr "Додаткові бібліотеки Steam"
|
msgstr "Додаткові бібліотеки Steam"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:87
|
#: data/gtk/preferences.blp:90
|
||||||
msgid "Select other directories where you have Steam games installed"
|
msgid "Select other directories where you have Steam games installed"
|
||||||
msgstr "Виберіть інші директорії, до яких інстальовано ігри Steam"
|
msgstr "Виберіть інші директорії, до яких інстальовано ігри Steam"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:94
|
#: data/gtk/preferences.blp:96
|
||||||
msgid "Clear"
|
msgid "Clear"
|
||||||
msgstr "Очистити"
|
msgstr "Очистити"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:112
|
#: data/gtk/preferences.blp:114
|
||||||
|
msgid "Lutris"
|
||||||
|
msgstr "Lutris"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:118
|
||||||
|
msgid "Lutris Install Location"
|
||||||
|
msgstr "Місце встановлення Lutris"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:128
|
||||||
|
msgid "Lutris Cache Location"
|
||||||
|
msgstr "Розташування сховища Lutris"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:129
|
||||||
|
msgid "Directory to use when importing game covers"
|
||||||
|
msgstr "Каталог для імпорту обкладинок ігор"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:138
|
||||||
|
msgid "Import Steam Games"
|
||||||
|
msgstr "Імпорт ігор Steam"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:148
|
||||||
msgid "Heroic"
|
msgid "Heroic"
|
||||||
msgstr "Heroic"
|
msgstr "Heroic"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:116
|
#: data/gtk/preferences.blp:152
|
||||||
msgid "Heroic Install Location"
|
msgid "Heroic Install Location"
|
||||||
msgstr "Місце встановлення Heroic"
|
msgstr "Місце встановлення Heroic"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:126
|
#: data/gtk/preferences.blp:162
|
||||||
msgid "Import Epic Games"
|
msgid "Import Epic Games"
|
||||||
msgstr "Імпорт Epic Games"
|
msgstr "Імпорт Epic Games"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:134
|
#: data/gtk/preferences.blp:171
|
||||||
msgid "Import GOG Games"
|
msgid "Import GOG Games"
|
||||||
msgstr "Імпорт ігор GOG"
|
msgstr "Імпорт ігор GOG"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:142
|
#: data/gtk/preferences.blp:180
|
||||||
msgid "Import Sideloaded Games"
|
msgid "Import Sideloaded Games"
|
||||||
msgstr "Імпорт сторонніх ігор"
|
msgstr "Імпорт сторонніх ігор"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:151
|
#: data/gtk/preferences.blp:190
|
||||||
msgid "Bottles"
|
msgid "Bottles"
|
||||||
msgstr "Bottles"
|
msgstr "Bottles"
|
||||||
|
|
||||||
#: data/gtk/preferences.blp:155
|
#: data/gtk/preferences.blp:194
|
||||||
msgid "Bottles Install Location"
|
msgid "Bottles Install Location"
|
||||||
msgstr "Місце встановлення Bottles"
|
msgstr "Місце встановлення Bottles"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:205
|
||||||
|
msgid "itch"
|
||||||
|
msgstr "itch"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:209
|
||||||
|
msgid "itch Install Location"
|
||||||
|
msgstr "Місце встановлення itch"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:223
|
||||||
|
msgid "SteamGridDB"
|
||||||
|
msgstr "SteamGridDB"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:227
|
||||||
|
msgid "Authentication"
|
||||||
|
msgstr "Аутентифікація"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:230
|
||||||
|
msgid "API Key"
|
||||||
|
msgstr "Ключ API"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:238
|
||||||
|
msgid "Use SteamGridDB"
|
||||||
|
msgstr "Використовувати SteamGridDB"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:239
|
||||||
|
msgid "Download images when adding or importing games"
|
||||||
|
msgstr "Завантаження зображень під час додавання або імпорту ігор"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:248
|
||||||
|
msgid "Prefer Over Official Images"
|
||||||
|
msgstr "Надавати перевагу офіційним зображенням"
|
||||||
|
|
||||||
|
#: data/gtk/preferences.blp:257
|
||||||
|
msgid "Prefer Animated Images"
|
||||||
|
msgstr "Надавати перевагу анімованим зображенням"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:6 src/utils/importer.py:91
|
||||||
|
msgid "No Games Found"
|
||||||
|
msgstr "Ігор не знайдено"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:7
|
||||||
|
msgid "Try a different search."
|
||||||
|
msgstr "Спробуйте інший пошук."
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:14
|
||||||
|
msgid "No Games"
|
||||||
|
msgstr "Ніяких ігор"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:15
|
||||||
|
msgid "Use the + button to add games."
|
||||||
|
msgstr "Використовуйте кнопку +, щоб додати гру."
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:22
|
||||||
|
msgid "No Hidden Games"
|
||||||
|
msgstr "Ніяких прихованих ігор"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:23
|
||||||
|
msgid "Games you hide will appear here."
|
||||||
|
msgstr "Ігри, які ви сховали, з'являться тут."
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:44 data/gtk/window.blp:293
|
||||||
|
msgid "Back"
|
||||||
|
msgstr "Назад"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:100
|
||||||
|
msgid "Game Title"
|
||||||
|
msgstr "Назва гри"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:151 src/game.py:158
|
||||||
|
msgid "Play"
|
||||||
|
msgstr "Грати"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:235 data/gtk/window.blp:421
|
||||||
|
msgid "Add Game"
|
||||||
|
msgstr "Додати гру"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:242 data/gtk/window.blp:305
|
||||||
|
msgid "Main Menu"
|
||||||
|
msgstr "Головне меню"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:300
|
||||||
|
msgid "Hidden Games"
|
||||||
|
msgstr "Приховані ігри"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:360
|
||||||
|
msgid "Sort"
|
||||||
|
msgstr "Сортувати"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:363
|
||||||
|
msgid "A-Z"
|
||||||
|
msgstr "А-Я"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:369
|
||||||
|
msgid "Z-A"
|
||||||
|
msgstr "Я-А"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:375
|
||||||
|
msgid "Newest"
|
||||||
|
msgstr "Найновіші"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:381
|
||||||
|
msgid "Oldest"
|
||||||
|
msgstr "Найстаріші"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:387
|
||||||
|
msgid "Last Played"
|
||||||
|
msgstr "Остання гра"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:394
|
||||||
|
msgid "Show Hidden"
|
||||||
|
msgstr "Показати приховане"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:407
|
||||||
|
msgid "Keyboard Shortcuts"
|
||||||
|
msgstr "Комбінації клавіш"
|
||||||
|
|
||||||
|
#: data/gtk/window.blp:412
|
||||||
|
msgid "About Cartridges"
|
||||||
|
msgstr "Про Cartridges"
|
||||||
|
|
||||||
#. Translators: Replace this with your name for it to show up in the about window
|
#. Translators: Replace this with your name for it to show up in the about window
|
||||||
#: src/main.py:125
|
#: src/main.py:137
|
||||||
msgid "translator_credits"
|
msgid "translator_credits"
|
||||||
msgstr "kefir2105"
|
msgstr "kefir2105"
|
||||||
|
|
||||||
#. The variable is the title of the game
|
#. The variable is the title of the game
|
||||||
#: src/main.py:197
|
#: src/main.py:164
|
||||||
#, python-brace-format
|
msgid "{} launched"
|
||||||
msgid "{title} removed"
|
msgstr "{} запущено"
|
||||||
msgstr "{title} видалено"
|
|
||||||
|
|
||||||
#: src/window.py:234
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:182
|
||||||
|
msgid "{} hidden"
|
||||||
|
msgstr "{} приховано"
|
||||||
|
|
||||||
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:185
|
||||||
|
msgid "{} unhidden"
|
||||||
|
msgstr "{} показано"
|
||||||
|
|
||||||
|
#. The variable is the title of the game
|
||||||
|
#: src/main.py:241
|
||||||
|
msgid "{} removed"
|
||||||
|
msgstr "{} видалено"
|
||||||
|
|
||||||
|
#: src/window.py:262
|
||||||
msgid "Today"
|
msgid "Today"
|
||||||
msgstr "Сьогодні"
|
msgstr "Сьогодні"
|
||||||
|
|
||||||
#: src/window.py:236
|
#: src/window.py:264
|
||||||
msgid "Yesterday"
|
msgid "Yesterday"
|
||||||
msgstr "Вчора"
|
msgstr "Вчора"
|
||||||
|
|
||||||
#. The variable is the date when the game was added
|
#. The variable is the date when the game was added
|
||||||
#: src/window.py:270
|
#: src/window.py:310
|
||||||
#, python-brace-format
|
msgid "Added: {}"
|
||||||
msgid "Added: {date}"
|
msgstr "Додано: {}"
|
||||||
msgstr "Додано: {date}"
|
|
||||||
|
|
||||||
#: src/window.py:275
|
#: src/window.py:315
|
||||||
msgid "Never"
|
msgid "Never"
|
||||||
msgstr "Ніколи"
|
msgstr "Ніколи"
|
||||||
|
|
||||||
#. The variable is the date when the game was last played
|
#. The variable is the date when the game was last played
|
||||||
#: src/window.py:279
|
#: src/window.py:319
|
||||||
#, python-brace-format
|
msgid "Last played: {}"
|
||||||
msgid "Last played: {last_played_date}"
|
msgstr "Останній раз грали: {}"
|
||||||
msgstr "Останній раз грали: {last_played_date}"
|
|
||||||
|
|
||||||
#: src/game.py:173
|
#: src/game.py:156
|
||||||
msgid "Details"
|
msgid "Details"
|
||||||
msgstr "Деталі"
|
msgstr "Деталі"
|
||||||
|
|
||||||
#: src/preferences.py:55
|
#: src/preferences.py:54
|
||||||
msgid "Installation Not Found"
|
msgid "Installation Not Found"
|
||||||
msgstr "Встановлення не знайдено"
|
msgstr "Встановлення не знайдено"
|
||||||
|
|
||||||
#. The variable is the name of the game launcher
|
#. The variable is the name of the game launcher
|
||||||
#: src/preferences.py:57
|
#: src/preferences.py:56
|
||||||
#, python-brace-format
|
msgid "Select the {} configuration directory."
|
||||||
msgid "Select the {name} configuration directory."
|
msgstr "Виберіть каталог конфігурації {}."
|
||||||
msgstr "Виберіть каталог конфігурації {name}."
|
|
||||||
|
|
||||||
#. The variable is the name of the game launcher
|
#. The variable is the name of the game launcher
|
||||||
#: src/preferences.py:59
|
#: src/preferences.py:59
|
||||||
#, python-brace-format
|
msgid "Select the {} data directory."
|
||||||
msgid "Select the {name} data directory."
|
msgstr "Виберіть каталог даних {}."
|
||||||
msgstr "Виберіть каталог даних {name}."
|
|
||||||
|
|
||||||
#: src/preferences.py:61
|
#: src/preferences.py:61 src/preferences.py:240
|
||||||
msgid "Set Location"
|
msgid "Set Location"
|
||||||
msgstr "Встановити місцезнаходження"
|
msgstr "Встановити місцезнаходження"
|
||||||
|
|
||||||
#: src/preferences.py:117
|
#: src/preferences.py:132
|
||||||
#, fuzzy
|
|
||||||
#| msgid "{title} removed"
|
|
||||||
msgid "All games removed"
|
msgid "All games removed"
|
||||||
msgstr "{title} видалено"
|
msgstr "Всі ігри видалено"
|
||||||
|
|
||||||
#: src/utils/importer.py:37
|
#: src/preferences.py:237
|
||||||
msgid "Importing Games…"
|
msgid "Cache Not Found"
|
||||||
msgstr "Імпорт ігор…"
|
msgstr "Кеш не знайдено"
|
||||||
|
|
||||||
#: src/utils/importer.py:79
|
#: src/preferences.py:238
|
||||||
#, fuzzy
|
msgid "Select the Lutris cache directory."
|
||||||
#| msgid "No new games were found on your device."
|
msgstr "Виберіть каталог кешу Lutris."
|
||||||
msgid "No new games were found on your system."
|
|
||||||
msgstr "На вашому пристрої не знайдено нових ігор."
|
|
||||||
|
|
||||||
#: src/utils/importer.py:87
|
#: src/preferences.py:344
|
||||||
msgid "Game Imported"
|
msgid ""
|
||||||
msgstr "Ігру імпортовано"
|
"An API key is required to use SteamGridDB. You can generate one {}here{}."
|
||||||
|
msgstr ""
|
||||||
|
"Для використання SteamGridDB потрібен ключ API. Ви можете згенерувати його {}"
|
||||||
|
"тут{}."
|
||||||
|
|
||||||
#: src/utils/importer.py:88
|
#: src/utils/create_details_window.py:81
|
||||||
msgid "Successfully imported 1 game."
|
|
||||||
msgstr "Успішно імпортовано 1 гру."
|
|
||||||
|
|
||||||
#: src/utils/importer.py:94
|
|
||||||
msgid "Games Imported"
|
|
||||||
msgstr "Ігри імпортовано"
|
|
||||||
|
|
||||||
#. The variable is the number of games
|
|
||||||
#: src/utils/importer.py:96
|
|
||||||
#, python-brace-format
|
|
||||||
msgid "Successfully imported {games_no} games."
|
|
||||||
msgstr "Успішно імпортовано {games_no} ігри."
|
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:41
|
|
||||||
msgid "Add New Game"
|
msgid "Add New Game"
|
||||||
msgstr "Додати нову гру"
|
msgstr "Додати нову гру"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:46
|
#: src/utils/create_details_window.py:85
|
||||||
msgid "Confirm"
|
msgid "Confirm"
|
||||||
msgstr "Підтвердити"
|
msgstr "Підтвердити"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:57
|
#: src/utils/create_details_window.py:96
|
||||||
msgid "Apply"
|
msgid "Apply"
|
||||||
msgstr "Застосувати"
|
msgstr "Застосувати"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:95
|
#: src/utils/create_details_window.py:130
|
||||||
msgid "The title of the game"
|
msgid "The title of the game"
|
||||||
msgstr "Назва гри"
|
msgstr "Назва гри"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:100
|
#: src/utils/create_details_window.py:135
|
||||||
msgid "Developer"
|
msgid "Developer"
|
||||||
msgstr "Розробник"
|
msgstr "Розробник"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:101
|
#: src/utils/create_details_window.py:136
|
||||||
msgid "The developer or publisher (optional)"
|
msgid "The developer or publisher (optional)"
|
||||||
msgstr "Розробник або видавець (необов'язково)"
|
msgstr "Розробник або видавець (необов'язково)"
|
||||||
|
|
||||||
#. Translate this string as you would translate "file"
|
#. Translate this string as you would translate "file"
|
||||||
#: src/utils/create_details_window.py:112
|
#: src/utils/create_details_window.py:147
|
||||||
msgid "file.txt"
|
msgid "file.txt"
|
||||||
msgstr "file.txt"
|
msgstr "file.txt"
|
||||||
|
|
||||||
#. As in software
|
#. As in software
|
||||||
#: src/utils/create_details_window.py:114
|
#: src/utils/create_details_window.py:149
|
||||||
msgid "program"
|
msgid "program"
|
||||||
msgstr "програма"
|
msgstr "програма"
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {exe_name}"
|
#. Translate this string as you would translate "path to {}"
|
||||||
#: src/utils/create_details_window.py:119
|
#: src/utils/create_details_window.py:154
|
||||||
#, python-brace-format
|
#: src/utils/create_details_window.py:156
|
||||||
msgid "C:\\path\\to\\{exe_name}"
|
msgid "C:\\path\\to\\{}"
|
||||||
msgstr "C:\\path\\to\\{exe_name}"
|
msgstr "C:\\path\\to\\{}"
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {file_name}"
|
#. Translate this string as you would translate "path to {}"
|
||||||
#: src/utils/create_details_window.py:121
|
#: src/utils/create_details_window.py:160
|
||||||
#, python-brace-format
|
#: src/utils/create_details_window.py:162
|
||||||
msgid "C:\\path\\to\\{file_name}"
|
msgid "/path/to/{}"
|
||||||
msgstr "C:\\path\\to\\{file_name}"
|
msgstr "/path/to/{}"
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {exe_name}"
|
#: src/utils/create_details_window.py:166
|
||||||
#: src/utils/create_details_window.py:125
|
|
||||||
#, python-brace-format
|
|
||||||
msgid "/path/to/{exe_name}"
|
|
||||||
msgstr "/path/to/{exe_name}"
|
|
||||||
|
|
||||||
#. Translate this string as you would translate "path to {file_name}"
|
|
||||||
#: src/utils/create_details_window.py:127
|
|
||||||
#, python-brace-format
|
|
||||||
msgid "/path/to/{file_name}"
|
|
||||||
msgstr "/path/to/{file_name}"
|
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:131
|
|
||||||
#, python-brace-format
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"To launch the executable \"{exe_name}\", use the command:\n"
|
"To launch the executable \"{}\", use the command:\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>\"{exe_path}\"</tt>\n"
|
"<tt>\"{}\"</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"To open the file \"{file_name}\" with the default application, use:\n"
|
"To open the file \"{}\" with the default application, use:\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>{command} \"{file_path}\"</tt>\n"
|
"<tt>{} \"{}\"</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"If the path contains spaces, make sure to wrap it in double quotes!"
|
"If the path contains spaces, make sure to wrap it in double quotes!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Щоб запустити виконуваний файл \"{exe_name}\", скористайтеся командою:\n"
|
"Щоб запустити виконуваний файл \"{}\", скористайтеся командою:\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>\"{exe_path}\"</tt>\n"
|
"<tt>\"{}\"</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Щоб відкрити файл \"{file_name}\" за допомогою застосунку за замовчуванням, "
|
"Щоб відкрити файл \"{}\" за допомогою застосунку за замовчуванням, "
|
||||||
"скористайтеся:\n"
|
"скористайтеся:\n"
|
||||||
"\n"
|
"\n"
|
||||||
"<tt>{command} \"{file_path}\"</tt>\n"
|
"<tt>{} \"{}\"</tt>\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Якщо шлях містить пробіли, обов'язково візьміть його в подвійні лапки!"
|
"Якщо шлях містить пробіли, обов'язково візьміть його в подвійні лапки!"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:154
|
#: src/utils/create_details_window.py:189
|
||||||
msgid "Executable"
|
msgid "Executable"
|
||||||
msgstr "Виконуваний"
|
msgstr "Виконуваний"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:155
|
#: src/utils/create_details_window.py:190
|
||||||
msgid "File to open or command to run when launching the game"
|
msgid "File to open or command to run when launching the game"
|
||||||
msgstr "Файл для відкриття або команда для запуску під час запуску гри"
|
msgstr "Файл для відкриття або команда для запуску під час запуску гри"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:167
|
#: src/utils/create_details_window.py:202
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr "Скасувати"
|
msgstr "Скасувати"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:217
|
#: src/utils/create_details_window.py:259
|
||||||
#: src/utils/create_details_window.py:227
|
#: src/utils/create_details_window.py:269
|
||||||
#: src/utils/create_details_window.py:233
|
#: src/utils/create_details_window.py:275
|
||||||
msgid "Couldn't Add Game"
|
msgid "Couldn't Add Game"
|
||||||
msgstr "Не вдалося додати гру"
|
msgstr "Не вдалося додати гру"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:219
|
#: src/utils/create_details_window.py:261
|
||||||
#: src/utils/create_details_window.py:257
|
#: src/utils/create_details_window.py:299
|
||||||
#: src/utils/create_details_window.py:265
|
#: src/utils/create_details_window.py:307
|
||||||
msgid "Couldn't Apply Preferences"
|
msgid "Couldn't Apply Preferences"
|
||||||
msgstr "Не вдалося застосувати параметри"
|
msgstr "Не вдалося застосувати параметри"
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:227
|
#: src/utils/create_details_window.py:269
|
||||||
#: src/utils/create_details_window.py:258
|
#: src/utils/create_details_window.py:300
|
||||||
msgid "Game title cannot be empty."
|
msgid "Game title cannot be empty."
|
||||||
msgstr "Назва гри не може бути порожньою."
|
msgstr "Назва гри не може бути порожньою."
|
||||||
|
|
||||||
#: src/utils/create_details_window.py:233
|
#: src/utils/create_details_window.py:275
|
||||||
#: src/utils/create_details_window.py:266
|
#: src/utils/create_details_window.py:308
|
||||||
msgid "Executable cannot be empty."
|
msgid "Executable cannot be empty."
|
||||||
msgstr "Виконуваний файл не може бути порожнім."
|
msgstr "Виконуваний файл не може бути порожнім."
|
||||||
|
|
||||||
@@ -524,6 +570,65 @@ msgstr "Виконуваний файл не може бути порожнім.
|
|||||||
msgid "Dismiss"
|
msgid "Dismiss"
|
||||||
msgstr "Відхилити"
|
msgstr "Відхилити"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:42
|
||||||
|
msgid "Importing Games…"
|
||||||
|
msgstr "Імпорт ігор…"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:77
|
||||||
|
msgid "Importing Covers…"
|
||||||
|
msgstr "Імпорт обкладинок…"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:92
|
||||||
|
msgid "No new games were found on your system."
|
||||||
|
msgstr "У вашій системі не знайдено жодної нової гри."
|
||||||
|
|
||||||
|
#: src/utils/importer.py:100
|
||||||
|
msgid "Game Imported"
|
||||||
|
msgstr "Ігру імпортовано"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:101
|
||||||
|
msgid "Successfully imported 1 game."
|
||||||
|
msgstr "Успішно імпортовано 1 гру."
|
||||||
|
|
||||||
|
#: src/utils/importer.py:107
|
||||||
|
msgid "Games Imported"
|
||||||
|
msgstr "Ігри імпортовано"
|
||||||
|
|
||||||
|
#. The variable is the number of games
|
||||||
|
#: src/utils/importer.py:109
|
||||||
|
msgid "Successfully imported {} games."
|
||||||
|
msgstr "Успішно імпортовано {} ігор."
|
||||||
|
|
||||||
|
#: src/utils/importer.py:120 src/utils/steamgriddb.py:113
|
||||||
|
msgid "Couldn't Connect to SteamGridDB"
|
||||||
|
msgstr "Не вдалося підключитися до SteamGridDB"
|
||||||
|
|
||||||
|
#: src/utils/importer.py:145
|
||||||
|
msgid ""
|
||||||
|
"Looks like you have multiple Steam libraries. Would you like to add them in "
|
||||||
|
"preferences?"
|
||||||
|
msgstr ""
|
||||||
|
"Схоже, у вас є кілька бібліотек Steam. Бажаєте додати їх у налаштуваннях?"
|
||||||
|
|
||||||
|
#~ msgid "Launch your games"
|
||||||
|
#~ msgstr "Запустіть свої ігри"
|
||||||
|
|
||||||
|
#, python-brace-format
|
||||||
|
#~ msgid "Last played: {last_played_date}"
|
||||||
|
#~ msgstr "Останній раз грали: {last_played_date}"
|
||||||
|
|
||||||
|
#, python-brace-format
|
||||||
|
#~ msgid "Successfully imported {games_no} games."
|
||||||
|
#~ msgstr "Успішно імпортовано {games_no} ігри."
|
||||||
|
|
||||||
|
#, python-brace-format
|
||||||
|
#~ msgid "C:\\path\\to\\{file_name}"
|
||||||
|
#~ msgstr "C:\\path\\to\\{file_name}"
|
||||||
|
|
||||||
|
#, python-brace-format
|
||||||
|
#~ msgid "/path/to/{file_name}"
|
||||||
|
#~ msgstr "/path/to/{file_name}"
|
||||||
|
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#~| msgid "General"
|
#~| msgid "General"
|
||||||
#~ msgctxt "shortcuts window"
|
#~ msgctxt "shortcuts window"
|
||||||
@@ -575,9 +680,6 @@ msgstr "Відхилити"
|
|||||||
#~ msgid "The Heroic directory cannot be found."
|
#~ msgid "The Heroic directory cannot be found."
|
||||||
#~ msgstr "Не вдається знайти каталог Heroic."
|
#~ msgstr "Не вдається знайти каталог Heroic."
|
||||||
|
|
||||||
#~ msgid "Set Heroic Location"
|
|
||||||
#~ msgstr "Встановіть розташування Heroic"
|
|
||||||
|
|
||||||
#~ msgid "Heroic Games Imported"
|
#~ msgid "Heroic Games Imported"
|
||||||
#~ msgstr "Ігри Heroic імпортовано"
|
#~ msgstr "Ігри Heroic імпортовано"
|
||||||
|
|
||||||
@@ -598,9 +700,6 @@ msgstr "Відхилити"
|
|||||||
#~ msgid "Successfully imported {str(len(heroic_games))} games."
|
#~ msgid "Successfully imported {str(len(heroic_games))} games."
|
||||||
#~ msgstr "Успішно імпортовано 1 гру."
|
#~ msgstr "Успішно імпортовано 1 гру."
|
||||||
|
|
||||||
#~ msgid "Last played:"
|
|
||||||
#~ msgstr "Остання гра:"
|
|
||||||
|
|
||||||
#~ msgid "Successfully imported"
|
#~ msgid "Successfully imported"
|
||||||
#~ msgstr "Успішно імпортовано"
|
#~ msgstr "Успішно імпортовано"
|
||||||
|
|
||||||
|
|||||||
@@ -27,6 +27,11 @@ import gettext
|
|||||||
|
|
||||||
VERSION = "@VERSION@"
|
VERSION = "@VERSION@"
|
||||||
if os.name == "nt":
|
if os.name == "nt":
|
||||||
|
from ctypes import windll
|
||||||
|
|
||||||
|
os.environ["LANGUAGE"] = locale.windows_locale[
|
||||||
|
windll.kernel32.GetUserDefaultUILanguage()
|
||||||
|
]
|
||||||
pkgdatadir = os.path.join(os.path.dirname(__file__), "..", "share", "cartridges")
|
pkgdatadir = os.path.join(os.path.dirname(__file__), "..", "share", "cartridges")
|
||||||
localedir = os.path.join(os.path.dirname(__file__), "..", "share", "locale")
|
localedir = os.path.join(os.path.dirname(__file__), "..", "share", "locale")
|
||||||
else:
|
else:
|
||||||
|
|||||||
102
src/game.py
@@ -23,19 +23,21 @@ import shlex # pylint: disable=unused-import
|
|||||||
import subprocess
|
import subprocess
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
from gi.repository import GdkPixbuf, Gio, Gtk
|
from gi.repository import Gio, Gtk
|
||||||
|
|
||||||
|
from .game_cover import GameCover
|
||||||
from .save_game import save_game
|
from .save_game import save_game
|
||||||
|
|
||||||
|
|
||||||
@Gtk.Template(resource_path="/hu/kramo/Cartridges/gtk/game.ui")
|
@Gtk.Template(resource_path="/hu/kramo/Cartridges/gtk/game.ui")
|
||||||
class game(Gtk.Box): # pylint: disable=invalid-name
|
class Game(Gtk.Box):
|
||||||
__gtype_name__ = "game"
|
__gtype_name__ = "Game"
|
||||||
|
|
||||||
overlay = Gtk.Template.Child()
|
overlay = Gtk.Template.Child()
|
||||||
title = Gtk.Template.Child()
|
title = Gtk.Template.Child()
|
||||||
button_play = Gtk.Template.Child()
|
play_button = Gtk.Template.Child()
|
||||||
cover = Gtk.Template.Child()
|
cover = Gtk.Template.Child()
|
||||||
|
spinner = Gtk.Template.Child()
|
||||||
cover_button = Gtk.Template.Child()
|
cover_button = Gtk.Template.Child()
|
||||||
menu_button = Gtk.Template.Child()
|
menu_button = Gtk.Template.Child()
|
||||||
play_revealer = Gtk.Template.Child()
|
play_revealer = Gtk.Template.Child()
|
||||||
@@ -43,25 +45,29 @@ class game(Gtk.Box): # pylint: disable=invalid-name
|
|||||||
game_options = Gtk.Template.Child()
|
game_options = Gtk.Template.Child()
|
||||||
hidden_game_options = Gtk.Template.Child()
|
hidden_game_options = Gtk.Template.Child()
|
||||||
|
|
||||||
def __init__(self, parent_widget, data, **kwargs):
|
def __init__(self, win, data, **kwargs):
|
||||||
super().__init__(**kwargs)
|
super().__init__(**kwargs)
|
||||||
|
|
||||||
self.parent_widget = parent_widget
|
self.win = win
|
||||||
self.added = data["added"]
|
self.added = data["added"]
|
||||||
self.executable = data["executable"]
|
self.executable = data["executable"]
|
||||||
self.game_id = data["game_id"]
|
self.game_id = data["game_id"]
|
||||||
self.hidden = data["hidden"]
|
self.hidden = data["hidden"]
|
||||||
self.last_played = data["last_played"]
|
self.last_played = data["last_played"]
|
||||||
self.name = data["name"]
|
self.name = data["name"]
|
||||||
self.developer = data["developer"] if "developer" in data.keys() else None
|
self.developer = data["developer"] if "developer" in data else None
|
||||||
self.removed = "removed" in data.keys()
|
self.removed = "removed" in data
|
||||||
self.blacklisted = "blacklisted" in data.keys()
|
self.blacklisted = "blacklisted" in data
|
||||||
|
|
||||||
self.pixbuf = self.get_cover()
|
self.loading = 0
|
||||||
|
|
||||||
self.cover.set_pixbuf(self.pixbuf)
|
|
||||||
self.title.set_label(self.name)
|
self.title.set_label(self.name)
|
||||||
|
|
||||||
|
if self.game_id in self.win.game_covers:
|
||||||
|
self.win.game_covers[self.game_id].add_picture(self.cover)
|
||||||
|
else:
|
||||||
|
game_cover = GameCover({self.cover}, self.get_cover_path())
|
||||||
|
self.win.game_covers[self.game_id] = game_cover
|
||||||
|
|
||||||
self.event_contoller_motion = Gtk.EventControllerMotion.new()
|
self.event_contoller_motion = Gtk.EventControllerMotion.new()
|
||||||
self.add_controller(self.event_contoller_motion)
|
self.add_controller(self.event_contoller_motion)
|
||||||
self.overlay.set_measure_overlay(self.play_revealer, True)
|
self.overlay.set_measure_overlay(self.play_revealer, True)
|
||||||
@@ -69,12 +75,12 @@ class game(Gtk.Box): # pylint: disable=invalid-name
|
|||||||
self.set_play_label()
|
self.set_play_label()
|
||||||
|
|
||||||
self.cover_button.connect("clicked", self.cover_button_clicked)
|
self.cover_button.connect("clicked", self.cover_button_clicked)
|
||||||
self.button_play.connect("clicked", self.button_play_clicked)
|
self.play_button.connect("clicked", self.play_button_clicked)
|
||||||
|
|
||||||
self.event_contoller_motion.connect("enter", self.show_play)
|
self.event_contoller_motion.connect("enter", self.show_play)
|
||||||
self.event_contoller_motion.connect("leave", self.hide_play)
|
self.event_contoller_motion.connect("leave", self.hide_play)
|
||||||
|
|
||||||
self.parent_widget.schema.connect("changed", self.schema_changed)
|
self.win.schema.connect("changed", self.schema_changed)
|
||||||
|
|
||||||
if self.hidden:
|
if self.hidden:
|
||||||
self.menu_button.set_menu_model(self.hidden_game_options)
|
self.menu_button.set_menu_model(self.hidden_game_options)
|
||||||
@@ -105,43 +111,22 @@ class game(Gtk.Box): # pylint: disable=invalid-name
|
|||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
||||||
def toggle_hidden(self):
|
def toggle_hidden(self):
|
||||||
games_dir = os.path.join(
|
data = json.loads(
|
||||||
os.getenv("XDG_DATA_HOME")
|
(self.win.games_dir / f"{self.game_id}.json").read_text("utf-8")
|
||||||
or os.path.expanduser(os.path.join("~", ".local", "share")),
|
|
||||||
"cartridges",
|
|
||||||
"games",
|
|
||||||
)
|
)
|
||||||
|
|
||||||
if not os.path.exists(games_dir):
|
|
||||||
return
|
|
||||||
|
|
||||||
with open(os.path.join(games_dir, f"{self.game_id}.json"), "r") as open_file:
|
|
||||||
data = json.loads(open_file.read())
|
|
||||||
|
|
||||||
data["hidden"] = not data["hidden"]
|
data["hidden"] = not data["hidden"]
|
||||||
|
|
||||||
save_game(data)
|
save_game(self.win, data)
|
||||||
|
|
||||||
def get_cover(self):
|
def get_cover_path(self):
|
||||||
|
cover_path = self.win.covers_dir / f"{self.game_id}.gif"
|
||||||
|
if cover_path.is_file():
|
||||||
|
return cover_path
|
||||||
|
|
||||||
# If the cover is already in memory, return
|
cover_path = self.win.covers_dir / f"{self.game_id}.tiff"
|
||||||
if self.game_id in self.parent_widget.pixbufs.keys():
|
if cover_path.is_file():
|
||||||
return self.parent_widget.pixbufs[self.game_id]
|
return cover_path
|
||||||
|
|
||||||
# Create a new pixbuf
|
|
||||||
cover_path = os.path.join(
|
|
||||||
os.getenv("XDG_DATA_HOME")
|
|
||||||
or os.path.expanduser(os.path.join("~", ".local", "share")),
|
|
||||||
"cartridges",
|
|
||||||
"covers",
|
|
||||||
f"{self.game_id}.tiff",
|
|
||||||
)
|
|
||||||
|
|
||||||
if os.path.isfile(cover_path):
|
|
||||||
return GdkPixbuf.Pixbuf.new_from_file(cover_path)
|
|
||||||
|
|
||||||
# Return the placeholder pixbuf
|
|
||||||
return self.parent_widget.placeholder_pixbuf
|
|
||||||
|
|
||||||
def show_play(self, _widget, *_unused):
|
def show_play(self, _widget, *_unused):
|
||||||
self.play_revealer.set_reveal_child(True)
|
self.play_revealer.set_reveal_child(True)
|
||||||
@@ -153,27 +138,34 @@ class game(Gtk.Box): # pylint: disable=invalid-name
|
|||||||
self.title_revealer.set_reveal_child(True)
|
self.title_revealer.set_reveal_child(True)
|
||||||
|
|
||||||
def launch_game(self, _widget, *_unused):
|
def launch_game(self, _widget, *_unused):
|
||||||
self.parent_widget.set_active_game(None, None, self.game_id)
|
self.win.set_active_game(None, None, self.game_id)
|
||||||
self.parent_widget.get_application().on_launch_game_action(None)
|
self.win.get_application().on_launch_game_action(None)
|
||||||
|
|
||||||
def cover_button_clicked(self, _widget):
|
def cover_button_clicked(self, _widget):
|
||||||
if self.parent_widget.schema.get_boolean("cover-launches-game"):
|
if self.win.schema.get_boolean("cover-launches-game"):
|
||||||
self.launch_game(None)
|
self.launch_game(None)
|
||||||
else:
|
else:
|
||||||
self.parent_widget.show_overview(None, self.game_id)
|
self.win.show_details_view(None, self.game_id)
|
||||||
|
|
||||||
def button_play_clicked(self, _widget):
|
def play_button_clicked(self, _widget):
|
||||||
if self.parent_widget.schema.get_boolean("cover-launches-game"):
|
if self.win.schema.get_boolean("cover-launches-game"):
|
||||||
self.parent_widget.show_overview(None, self.game_id)
|
self.win.show_details_view(None, self.game_id)
|
||||||
else:
|
else:
|
||||||
self.launch_game(None)
|
self.launch_game(None)
|
||||||
|
|
||||||
def set_play_label(self):
|
def set_play_label(self):
|
||||||
if self.parent_widget.schema.get_boolean("cover-launches-game"):
|
if self.win.schema.get_boolean("cover-launches-game"):
|
||||||
self.button_play.set_label(_("Details"))
|
self.play_button.set_label(_("Details"))
|
||||||
else:
|
else:
|
||||||
self.button_play.set_label(_("Play"))
|
self.play_button.set_label(_("Play"))
|
||||||
|
|
||||||
def schema_changed(self, _settings, key):
|
def schema_changed(self, _settings, key):
|
||||||
if key == "cover-launches-game":
|
if key == "cover-launches-game":
|
||||||
self.set_play_label()
|
self.set_play_label()
|
||||||
|
|
||||||
|
def set_loading(self, state):
|
||||||
|
self.loading += state
|
||||||
|
loading = self.loading > 0
|
||||||
|
|
||||||
|
self.cover.set_opacity(int(not loading))
|
||||||
|
self.spinner.set_spinning(loading)
|
||||||
|
|||||||
100
src/game_cover.py
Normal file
@@ -0,0 +1,100 @@
|
|||||||
|
# game_cover.py
|
||||||
|
#
|
||||||
|
# Copyright 2022-2023 kramo
|
||||||
|
#
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
from gi.repository import GdkPixbuf, Gio, GLib
|
||||||
|
|
||||||
|
|
||||||
|
class GameCover:
|
||||||
|
pixbuf = None
|
||||||
|
path = None
|
||||||
|
animation = None
|
||||||
|
anim_iter = None
|
||||||
|
|
||||||
|
placeholder_pixbuf = GdkPixbuf.Pixbuf.new_from_resource_at_scale(
|
||||||
|
"/hu/kramo/Cartridges/library_placeholder.svg", 400, 600, False
|
||||||
|
)
|
||||||
|
|
||||||
|
def __init__(self, pictures, path=None):
|
||||||
|
self.pictures = pictures
|
||||||
|
self.new_pixbuf(path)
|
||||||
|
|
||||||
|
# Wrap the function in another one as Gio.Task.run_in_thread does not allow for passing args
|
||||||
|
def create_func(self, path):
|
||||||
|
self.animation = GdkPixbuf.PixbufAnimation.new_from_file(str(path))
|
||||||
|
self.anim_iter = self.animation.get_iter()
|
||||||
|
|
||||||
|
def wrapper(task, *_unused):
|
||||||
|
self.update_animation((task, self.animation))
|
||||||
|
|
||||||
|
return wrapper
|
||||||
|
|
||||||
|
def new_pixbuf(self, path=None):
|
||||||
|
self.animation = None
|
||||||
|
self.pixbuf = None
|
||||||
|
self.path = path
|
||||||
|
|
||||||
|
if path:
|
||||||
|
if str(path).rsplit(".", maxsplit=1)[-1] == "gif":
|
||||||
|
task = Gio.Task.new()
|
||||||
|
task.run_in_thread(self.create_func(self.path))
|
||||||
|
else:
|
||||||
|
self.pixbuf = GdkPixbuf.Pixbuf.new_from_file_at_scale(
|
||||||
|
str(path), 200, 300, False
|
||||||
|
)
|
||||||
|
|
||||||
|
if not self.animation:
|
||||||
|
self.set_pixbuf(self.pixbuf)
|
||||||
|
|
||||||
|
def get_pixbuf(self):
|
||||||
|
return self.animation.get_static_image() if self.animation else self.pixbuf
|
||||||
|
|
||||||
|
def get_animation(self):
|
||||||
|
return self.path if self.animation else None
|
||||||
|
|
||||||
|
def add_picture(self, picture):
|
||||||
|
self.pictures.add(picture)
|
||||||
|
if not self.animation:
|
||||||
|
self.set_pixbuf(self.pixbuf)
|
||||||
|
|
||||||
|
def set_pixbuf(self, pixbuf):
|
||||||
|
self.pictures.discard(
|
||||||
|
picture for picture in self.pictures if not picture.is_visible()
|
||||||
|
)
|
||||||
|
if not self.pictures:
|
||||||
|
self.animation = None
|
||||||
|
else:
|
||||||
|
for picture in self.pictures:
|
||||||
|
if not pixbuf:
|
||||||
|
pixbuf = self.placeholder_pixbuf
|
||||||
|
picture.set_pixbuf(pixbuf)
|
||||||
|
|
||||||
|
def update_animation(self, data):
|
||||||
|
if self.animation == data[1]:
|
||||||
|
self.anim_iter.advance()
|
||||||
|
|
||||||
|
self.set_pixbuf(self.anim_iter.get_pixbuf())
|
||||||
|
|
||||||
|
delay_time = self.anim_iter.get_delay_time()
|
||||||
|
GLib.timeout_add(
|
||||||
|
20 if delay_time < 20 else delay_time,
|
||||||
|
self.update_animation,
|
||||||
|
data,
|
||||||
|
)
|
||||||
|
else:
|
||||||
|
data[0].return_value(False)
|
||||||
96
src/importers/bottles_importer.py
Normal file
@@ -0,0 +1,96 @@
|
|||||||
|
# bottles_importer.py
|
||||||
|
#
|
||||||
|
# Copyright 2022-2023 kramo
|
||||||
|
#
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
from pathlib import Path
|
||||||
|
from time import time
|
||||||
|
|
||||||
|
import yaml
|
||||||
|
|
||||||
|
from .check_install import check_install
|
||||||
|
|
||||||
|
|
||||||
|
def bottles_installed(win, path=None):
|
||||||
|
location_key = "bottles-location"
|
||||||
|
bottles_dir = (
|
||||||
|
path if path else Path(win.schema.get_string(location_key)).expanduser()
|
||||||
|
)
|
||||||
|
check = "library.yml"
|
||||||
|
|
||||||
|
if not (bottles_dir / check).is_file():
|
||||||
|
locations = (
|
||||||
|
(Path(),)
|
||||||
|
if path
|
||||||
|
else (
|
||||||
|
Path.home() / ".var/app/com.usebottles.bottles/data/bottles",
|
||||||
|
win.data_dir / "bottles",
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
||||||
|
bottles_dir = check_install(check, locations, (win.schema, location_key))
|
||||||
|
|
||||||
|
return bottles_dir
|
||||||
|
|
||||||
|
|
||||||
|
def bottles_importer(win):
|
||||||
|
bottles_dir = bottles_installed(win)
|
||||||
|
if not bottles_dir:
|
||||||
|
return
|
||||||
|
|
||||||
|
current_time = int(time())
|
||||||
|
|
||||||
|
data = (bottles_dir / "library.yml").read_text("utf-8")
|
||||||
|
|
||||||
|
library = yaml.load(data, Loader=yaml.Loader)
|
||||||
|
|
||||||
|
importer = win.importer
|
||||||
|
importer.total_queue += len(library)
|
||||||
|
importer.queue += len(library)
|
||||||
|
|
||||||
|
for game in library:
|
||||||
|
game = library[game]
|
||||||
|
values = {}
|
||||||
|
|
||||||
|
values["game_id"] = f'bottles_{game["id"]}'
|
||||||
|
|
||||||
|
if values["game_id"] in win.games and not win.games[values["game_id"]].removed:
|
||||||
|
importer.save_game()
|
||||||
|
continue
|
||||||
|
|
||||||
|
values["name"] = game["name"]
|
||||||
|
values["executable"] = [
|
||||||
|
"xdg-open",
|
||||||
|
f'bottles:run/{game["bottle"]["name"]}/{game["name"]}',
|
||||||
|
]
|
||||||
|
values["hidden"] = False
|
||||||
|
values["source"] = "bottles"
|
||||||
|
values["added"] = current_time
|
||||||
|
values["last_played"] = 0
|
||||||
|
|
||||||
|
importer.save_game(
|
||||||
|
values,
|
||||||
|
(
|
||||||
|
bottles_dir
|
||||||
|
/ "bottles"
|
||||||
|
/ game["bottle"]["path"]
|
||||||
|
/ "grids"
|
||||||
|
/ game["thumbnail"].split(":")[1]
|
||||||
|
)
|
||||||
|
if game["thumbnail"]
|
||||||
|
else None,
|
||||||
|
)
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
# heroic_parser.py
|
# heroic_importer.py
|
||||||
#
|
#
|
||||||
# Copyright 2022-2023 kramo
|
# Copyright 2022-2023 kramo
|
||||||
#
|
#
|
||||||
@@ -20,56 +20,52 @@
|
|||||||
import hashlib
|
import hashlib
|
||||||
import json
|
import json
|
||||||
import os
|
import os
|
||||||
import time
|
from pathlib import Path
|
||||||
|
from time import time
|
||||||
|
|
||||||
|
from .check_install import check_install
|
||||||
|
|
||||||
|
|
||||||
def heroic_parser(parent_widget):
|
def heroic_installed(win, path=None):
|
||||||
schema = parent_widget.schema
|
location_key = "heroic-location"
|
||||||
heroic_dir = os.path.expanduser(schema.get_string("heroic-location"))
|
heroic_dir = (
|
||||||
|
path if path else Path(win.schema.get_string(location_key)).expanduser()
|
||||||
|
)
|
||||||
|
check = "config.json"
|
||||||
|
|
||||||
if not os.path.exists(os.path.join(heroic_dir, "config.json")):
|
if not (heroic_dir / check).is_file():
|
||||||
if os.path.exists(
|
locations = (
|
||||||
os.path.expanduser("~/.var/app/com.heroicgameslauncher.hgl/config/heroic/")
|
(Path(),)
|
||||||
):
|
if path
|
||||||
schema.set_string(
|
else (
|
||||||
"heroic-location",
|
Path.home() / ".var/app/com.heroicgameslauncher.hgl/config/heroic",
|
||||||
"~/.var/app/com.heroicgameslauncher.hgl/config/heroic/",
|
win.config_dir / "heroic",
|
||||||
)
|
)
|
||||||
elif os.path.exists(
|
|
||||||
os.path.join(
|
|
||||||
os.getenv("XDG_CONFIG_HOME")
|
|
||||||
or os.path.expanduser(os.path.join("~", ".config")),
|
|
||||||
"heroic",
|
|
||||||
)
|
)
|
||||||
):
|
|
||||||
schema.set_string(
|
if os.name == "nt" and not path:
|
||||||
"heroic-location",
|
locations += (Path(os.getenv("appdata")) / "heroic",)
|
||||||
os.path.join(
|
|
||||||
os.getenv("XDG_CONFIG_HOME")
|
heroic_dir = check_install(check, locations, (win.schema, location_key))
|
||||||
or os.path.expanduser(os.path.join("~", ".config")),
|
|
||||||
"heroic",
|
return heroic_dir
|
||||||
),
|
|
||||||
)
|
|
||||||
elif os.path.exists(os.path.join(os.getenv("appdata"), "heroic")):
|
def heroic_importer(win):
|
||||||
schema.set_string(
|
heroic_dir = heroic_installed(win)
|
||||||
"heroic-location", os.path.join(os.getenv("appdata"), "heroic")
|
if not heroic_dir:
|
||||||
)
|
|
||||||
else:
|
|
||||||
return
|
return
|
||||||
|
|
||||||
heroic_dir = os.path.expanduser(schema.get_string("heroic-location"))
|
current_time = int(time())
|
||||||
current_time = int(time.time())
|
importer = win.importer
|
||||||
|
|
||||||
importer = parent_widget.importer
|
|
||||||
|
|
||||||
# Import Epic games
|
# Import Epic games
|
||||||
if not schema.get_boolean("heroic-import-epic"):
|
if not win.schema.get_boolean("heroic-import-epic"):
|
||||||
pass
|
pass
|
||||||
elif os.path.exists(os.path.join(heroic_dir, "lib-cache", "library.json")):
|
elif (heroic_dir / "store_cache" / "legendary_library.json").exists():
|
||||||
with open(
|
data = (heroic_dir / "store_cache" / "legendary_library.json").read_text(
|
||||||
os.path.join(heroic_dir, "lib-cache", "library.json"), "r"
|
"utf-8"
|
||||||
) as open_file:
|
)
|
||||||
data = open_file.read()
|
|
||||||
library = json.loads(data)
|
library = json.loads(data)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
@@ -86,8 +82,8 @@ def heroic_parser(parent_widget):
|
|||||||
values["game_id"] = f"heroic_epic_{app_name}"
|
values["game_id"] = f"heroic_epic_{app_name}"
|
||||||
|
|
||||||
if (
|
if (
|
||||||
values["game_id"] in parent_widget.games
|
values["game_id"] in win.games
|
||||||
and not parent_widget.games[values["game_id"]].removed
|
and not win.games[values["game_id"]].removed
|
||||||
):
|
):
|
||||||
importer.save_game()
|
importer.save_game()
|
||||||
continue
|
continue
|
||||||
@@ -104,28 +100,24 @@ def heroic_parser(parent_widget):
|
|||||||
values["added"] = current_time
|
values["added"] = current_time
|
||||||
values["last_played"] = 0
|
values["last_played"] = 0
|
||||||
|
|
||||||
image_path = os.path.join(
|
image_path = (
|
||||||
heroic_dir,
|
heroic_dir
|
||||||
"images-cache",
|
/ "images-cache"
|
||||||
hashlib.sha256(
|
/ hashlib.sha256(
|
||||||
(f'{game["art_square"]}?h=400&resize=1&w=300').encode()
|
(f'{game["art_square"]}?h=400&resize=1&w=300').encode()
|
||||||
).hexdigest(),
|
).hexdigest()
|
||||||
)
|
)
|
||||||
if os.path.exists(image_path):
|
|
||||||
importer.save_cover(values["game_id"], image_path)
|
|
||||||
|
|
||||||
importer.save_game(values)
|
importer.save_game(values, image_path if image_path.exists() else None)
|
||||||
|
|
||||||
except KeyError:
|
except KeyError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
# Import GOG games
|
# Import GOG games
|
||||||
if not schema.get_boolean("heroic-import-gog"):
|
if not win.schema.get_boolean("heroic-import-gog"):
|
||||||
pass
|
pass
|
||||||
elif os.path.exists(os.path.join(heroic_dir, "gog_store", "installed.json")):
|
elif (heroic_dir / "gog_store" / "installed.json").exists():
|
||||||
with open(
|
data = (heroic_dir / "gog_store" / "installed.json").read_text("utf-8")
|
||||||
os.path.join(heroic_dir, "gog_store", "installed.json"), "r"
|
|
||||||
) as open_file:
|
|
||||||
data = open_file.read()
|
|
||||||
installed = json.loads(data)
|
installed = json.loads(data)
|
||||||
|
|
||||||
importer.total_queue += len(installed["installed"])
|
importer.total_queue += len(installed["installed"])
|
||||||
@@ -138,30 +130,24 @@ def heroic_parser(parent_widget):
|
|||||||
values["game_id"] = f"heroic_gog_{app_name}"
|
values["game_id"] = f"heroic_gog_{app_name}"
|
||||||
|
|
||||||
if (
|
if (
|
||||||
values["game_id"] in parent_widget.games
|
values["game_id"] in win.games
|
||||||
and not parent_widget.games[values["game_id"]].removed
|
and not win.games[values["game_id"]].removed
|
||||||
):
|
):
|
||||||
importer.save_game()
|
importer.save_game()
|
||||||
continue
|
continue
|
||||||
|
|
||||||
# Get game title and developer from library.json as they are not present in installed.json
|
# Get game title and developer from library.json as they are not present in installed.json
|
||||||
with open(
|
data = (heroic_dir / "gog_store" / "library.json").read_text("utf-8")
|
||||||
os.path.join(heroic_dir, "gog_store", "library.json"), "r"
|
|
||||||
) as open_file:
|
|
||||||
data = open_file.read()
|
|
||||||
library = json.loads(data)
|
library = json.loads(data)
|
||||||
for game in library["games"]:
|
for game in library["games"]:
|
||||||
if game["app_name"] == app_name:
|
if game["app_name"] == app_name:
|
||||||
values["developer"] = game["developer"]
|
values["developer"] = game["developer"]
|
||||||
values["name"] = game["title"]
|
values["name"] = game["title"]
|
||||||
image_path = os.path.join(
|
image_path = (
|
||||||
heroic_dir,
|
heroic_dir
|
||||||
"images-cache",
|
/ "images-cache"
|
||||||
hashlib.sha256(game["art_square"].encode()).hexdigest(),
|
/ hashlib.sha256(game["art_square"].encode()).hexdigest()
|
||||||
)
|
)
|
||||||
if os.path.exists(image_path):
|
|
||||||
importer.save_cover(values["game_id"], image_path)
|
|
||||||
break
|
|
||||||
|
|
||||||
values["executable"] = (
|
values["executable"] = (
|
||||||
["start", f"heroic://launch/{app_name}"]
|
["start", f"heroic://launch/{app_name}"]
|
||||||
@@ -173,16 +159,13 @@ def heroic_parser(parent_widget):
|
|||||||
values["added"] = current_time
|
values["added"] = current_time
|
||||||
values["last_played"] = 0
|
values["last_played"] = 0
|
||||||
|
|
||||||
importer.save_game(values)
|
importer.save_game(values, image_path if image_path.exists() else None)
|
||||||
|
|
||||||
# Import sideloaded games
|
# Import sideloaded games
|
||||||
if not schema.get_boolean("heroic-import-sideload"):
|
if not win.schema.get_boolean("heroic-import-sideload"):
|
||||||
pass
|
pass
|
||||||
elif os.path.exists(os.path.join(heroic_dir, "sideload_apps", "library.json")):
|
elif (heroic_dir / "sideload_apps" / "library.json").exists():
|
||||||
with open(
|
data = (heroic_dir / "sideload_apps" / "library.json").read_text("utf-8")
|
||||||
os.path.join(heroic_dir, "sideload_apps", "library.json"), "r"
|
|
||||||
) as open_file:
|
|
||||||
data = open_file.read()
|
|
||||||
library = json.loads(data)
|
library = json.loads(data)
|
||||||
|
|
||||||
importer.total_queue += len(library["games"])
|
importer.total_queue += len(library["games"])
|
||||||
@@ -195,8 +178,8 @@ def heroic_parser(parent_widget):
|
|||||||
values["game_id"] = f"heroic_sideload_{app_name}"
|
values["game_id"] = f"heroic_sideload_{app_name}"
|
||||||
|
|
||||||
if (
|
if (
|
||||||
values["game_id"] in parent_widget.games
|
values["game_id"] in win.games
|
||||||
and not parent_widget.games[values["game_id"]].removed
|
and not win.games[values["game_id"]].removed
|
||||||
):
|
):
|
||||||
importer.save_game()
|
importer.save_game()
|
||||||
continue
|
continue
|
||||||
@@ -211,12 +194,10 @@ def heroic_parser(parent_widget):
|
|||||||
values["source"] = "heroic_sideload"
|
values["source"] = "heroic_sideload"
|
||||||
values["added"] = current_time
|
values["added"] = current_time
|
||||||
values["last_played"] = 0
|
values["last_played"] = 0
|
||||||
image_path = os.path.join(
|
image_path = (
|
||||||
heroic_dir,
|
heroic_dir
|
||||||
"images-cache",
|
/ "images-cache"
|
||||||
hashlib.sha256(item["art_square"].encode()).hexdigest(),
|
/ hashlib.sha256(item["art_square"].encode()).hexdigest()
|
||||||
)
|
)
|
||||||
if os.path.exists(image_path):
|
|
||||||
importer.save_cover(values["game_id"], image_path)
|
|
||||||
|
|
||||||
importer.save_game(values)
|
importer.save_game(values, image_path if image_path.exists() else None)
|
||||||
182
src/importers/itch_importer.py
Normal file
@@ -0,0 +1,182 @@
|
|||||||
|
# itch_importer.py
|
||||||
|
#
|
||||||
|
# Copyright 2022-2023 kramo
|
||||||
|
#
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
import os
|
||||||
|
from pathlib import Path
|
||||||
|
from shutil import copyfile
|
||||||
|
from sqlite3 import connect
|
||||||
|
from time import time
|
||||||
|
|
||||||
|
import requests
|
||||||
|
from gi.repository import GdkPixbuf, Gio
|
||||||
|
|
||||||
|
from .check_install import check_install
|
||||||
|
|
||||||
|
|
||||||
|
def get_game(task, current_time, win, row):
|
||||||
|
values = {}
|
||||||
|
|
||||||
|
values["game_id"] = f"itch_{row[0]}"
|
||||||
|
|
||||||
|
if values["game_id"] in win.games and not win.games[values["game_id"]].removed:
|
||||||
|
task.return_value((None, None))
|
||||||
|
return
|
||||||
|
|
||||||
|
values["added"] = current_time
|
||||||
|
values["executable"] = (
|
||||||
|
["start", f"itch://caves/{row[4]}/launch"]
|
||||||
|
if os.name == "nt"
|
||||||
|
else ["xdg-open", f"itch://caves/{row[4]}/launch"]
|
||||||
|
)
|
||||||
|
values["hidden"] = False
|
||||||
|
values["last_played"] = 0
|
||||||
|
values["name"] = row[1]
|
||||||
|
values["source"] = "itch"
|
||||||
|
|
||||||
|
if row[3] or row[2]:
|
||||||
|
tmp_file = Gio.File.new_tmp(None)[0]
|
||||||
|
try:
|
||||||
|
with requests.get(row[3] or row[2], timeout=5) as cover:
|
||||||
|
cover.raise_for_status()
|
||||||
|
Path(tmp_file.get_path()).write_bytes(cover.content)
|
||||||
|
except requests.exceptions.RequestException:
|
||||||
|
task.return_value((values, None))
|
||||||
|
return
|
||||||
|
|
||||||
|
game_cover = GdkPixbuf.Pixbuf.new_from_stream_at_scale(
|
||||||
|
tmp_file.read(), 2, 2, False
|
||||||
|
).scale_simple(*win.image_size, GdkPixbuf.InterpType.BILINEAR)
|
||||||
|
|
||||||
|
itch_pixbuf = GdkPixbuf.Pixbuf.new_from_stream(tmp_file.read())
|
||||||
|
itch_pixbuf = itch_pixbuf.scale_simple(
|
||||||
|
win.image_size[0],
|
||||||
|
itch_pixbuf.get_height() * (win.image_size[0] / itch_pixbuf.get_width()),
|
||||||
|
GdkPixbuf.InterpType.BILINEAR,
|
||||||
|
)
|
||||||
|
itch_pixbuf.composite(
|
||||||
|
game_cover,
|
||||||
|
0,
|
||||||
|
(win.image_size[1] - itch_pixbuf.get_height()) / 2,
|
||||||
|
itch_pixbuf.get_width(),
|
||||||
|
itch_pixbuf.get_height(),
|
||||||
|
0,
|
||||||
|
(win.image_size[1] - itch_pixbuf.get_height()) / 2,
|
||||||
|
1.0,
|
||||||
|
1.0,
|
||||||
|
GdkPixbuf.InterpType.BILINEAR,
|
||||||
|
255,
|
||||||
|
)
|
||||||
|
else:
|
||||||
|
game_cover = None
|
||||||
|
|
||||||
|
task.return_value((values, game_cover))
|
||||||
|
|
||||||
|
|
||||||
|
def get_games_async(win, rows, importer):
|
||||||
|
current_time = int(time())
|
||||||
|
|
||||||
|
# Wrap the function in another one as Gio.Task.run_in_thread does not allow for passing args
|
||||||
|
def create_func(current_time, win, row):
|
||||||
|
def wrapper(task, *_unused):
|
||||||
|
get_game(
|
||||||
|
task,
|
||||||
|
current_time,
|
||||||
|
win,
|
||||||
|
row,
|
||||||
|
)
|
||||||
|
|
||||||
|
return wrapper
|
||||||
|
|
||||||
|
def update_games(_task, result):
|
||||||
|
final_values = result.propagate_value()[1]
|
||||||
|
# No need for an if statement as final_value would be None for games we don't want to save
|
||||||
|
importer.save_game(final_values[0], pixbuf=final_values[1])
|
||||||
|
|
||||||
|
for row in rows:
|
||||||
|
task = Gio.Task.new(None, None, update_games)
|
||||||
|
task.run_in_thread(create_func(current_time, win, row))
|
||||||
|
|
||||||
|
|
||||||
|
def itch_installed(win, path=None):
|
||||||
|
location_key = "itch-location"
|
||||||
|
itch_dir = path if path else Path(win.schema.get_string(location_key)).expanduser()
|
||||||
|
check = Path("db") / "butler.db"
|
||||||
|
|
||||||
|
if not (itch_dir / check).is_file():
|
||||||
|
locations = (
|
||||||
|
(Path(),)
|
||||||
|
if path
|
||||||
|
else (
|
||||||
|
Path.home() / ".var/app/io.itch.itch/config/itch",
|
||||||
|
win.config_dir / "itch",
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
||||||
|
if os.name == "nt" and not path:
|
||||||
|
locations += (Path(os.getenv("appdata")) / "itch",)
|
||||||
|
|
||||||
|
itch_dir = check_install(check, locations, (win.schema, location_key))
|
||||||
|
|
||||||
|
return itch_dir
|
||||||
|
|
||||||
|
|
||||||
|
def itch_importer(win):
|
||||||
|
itch_dir = itch_installed(win)
|
||||||
|
if not itch_dir:
|
||||||
|
return
|
||||||
|
|
||||||
|
database_path = (itch_dir / "db").expanduser()
|
||||||
|
|
||||||
|
db_cache_dir = win.cache_dir / "cartridges" / "itch"
|
||||||
|
db_cache_dir.mkdir(parents=True, exist_ok=True)
|
||||||
|
|
||||||
|
# Copy the file because sqlite3 doesn't like databases in /run/user/
|
||||||
|
database_tmp_path = db_cache_dir / "butler.db"
|
||||||
|
|
||||||
|
for db_file in database_path.glob("butler.db*"):
|
||||||
|
copyfile(db_file, (db_cache_dir / db_file.name))
|
||||||
|
|
||||||
|
db_request = """
|
||||||
|
SELECT
|
||||||
|
games.id,
|
||||||
|
games.title,
|
||||||
|
games.cover_url,
|
||||||
|
games.still_cover_url,
|
||||||
|
caves.id
|
||||||
|
FROM
|
||||||
|
'caves'
|
||||||
|
INNER JOIN
|
||||||
|
'games'
|
||||||
|
ON
|
||||||
|
caves.game_id = games.id
|
||||||
|
;
|
||||||
|
"""
|
||||||
|
|
||||||
|
connection = connect(database_tmp_path)
|
||||||
|
cursor = connection.execute(db_request)
|
||||||
|
rows = cursor.fetchall()
|
||||||
|
connection.close()
|
||||||
|
# No need to unlink temp files as they disappear when the connection is closed
|
||||||
|
database_tmp_path.unlink(missing_ok=True)
|
||||||
|
|
||||||
|
importer = win.importer
|
||||||
|
importer.total_queue += len(rows)
|
||||||
|
importer.queue += len(rows)
|
||||||
|
|
||||||
|
get_games_async(win, rows, importer)
|
||||||
134
src/importers/lutris_importer.py
Normal file
@@ -0,0 +1,134 @@
|
|||||||
|
# lutris_importer.py
|
||||||
|
#
|
||||||
|
# Copyright 2022-2023 kramo
|
||||||
|
#
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
from pathlib import Path
|
||||||
|
from shutil import copyfile
|
||||||
|
from sqlite3 import connect
|
||||||
|
from time import time
|
||||||
|
|
||||||
|
from .check_install import check_install
|
||||||
|
|
||||||
|
|
||||||
|
def lutris_installed(win, path=None):
|
||||||
|
location_key = "lutris-location"
|
||||||
|
lutris_dir = (
|
||||||
|
path if path else Path(win.schema.get_string(location_key)).expanduser()
|
||||||
|
)
|
||||||
|
check = "pga.db"
|
||||||
|
|
||||||
|
if not (lutris_dir / check).is_file():
|
||||||
|
locations = (
|
||||||
|
(Path(),)
|
||||||
|
if path
|
||||||
|
else (
|
||||||
|
Path.home() / ".var/app/net.lutris.Lutris/data/lutris",
|
||||||
|
win.data_dir / "lutris",
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
||||||
|
lutris_dir = check_install(check, locations, (win.schema, location_key))
|
||||||
|
|
||||||
|
return lutris_dir
|
||||||
|
|
||||||
|
|
||||||
|
def lutris_cache_exists(win, path=None):
|
||||||
|
cache_key = "lutris-cache-location"
|
||||||
|
cache_dir = path if path else Path(win.schema.get_string(cache_key)).expanduser()
|
||||||
|
cache_check = "coverart"
|
||||||
|
|
||||||
|
if not (cache_dir / cache_check).exists():
|
||||||
|
cache_locations = (
|
||||||
|
(Path(),)
|
||||||
|
if path
|
||||||
|
else (
|
||||||
|
Path.home() / ".var" / "app" / "net.lutris.Lutris" / "cache" / "lutris",
|
||||||
|
win.cache_dir / "lutris",
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
||||||
|
cache_dir = check_install(cache_check, cache_locations, (win.schema, cache_key))
|
||||||
|
|
||||||
|
return cache_dir
|
||||||
|
|
||||||
|
|
||||||
|
def lutris_importer(win):
|
||||||
|
lutris_dir = lutris_installed(win)
|
||||||
|
if not lutris_dir:
|
||||||
|
return
|
||||||
|
|
||||||
|
cache_dir = lutris_cache_exists(win)
|
||||||
|
if not cache_dir:
|
||||||
|
return
|
||||||
|
|
||||||
|
db_cache_dir = win.cache_dir / "cartridges" / "lutris"
|
||||||
|
db_cache_dir.mkdir(parents=True, exist_ok=True)
|
||||||
|
|
||||||
|
# Copy the file because sqlite3 doesn't like databases in /run/user/
|
||||||
|
database_tmp_path = db_cache_dir / "pga.db"
|
||||||
|
|
||||||
|
for db_file in lutris_dir.glob("pga.db*"):
|
||||||
|
copyfile(db_file, (db_cache_dir / db_file.name))
|
||||||
|
|
||||||
|
db_request = """
|
||||||
|
SELECT
|
||||||
|
id, name, slug, runner, hidden
|
||||||
|
FROM
|
||||||
|
'games'
|
||||||
|
WHERE
|
||||||
|
name IS NOT NULL
|
||||||
|
AND slug IS NOT NULL
|
||||||
|
AND configPath IS NOT NULL
|
||||||
|
AND installed IS TRUE
|
||||||
|
;
|
||||||
|
"""
|
||||||
|
|
||||||
|
connection = connect(database_tmp_path)
|
||||||
|
cursor = connection.execute(db_request)
|
||||||
|
rows = cursor.fetchall()
|
||||||
|
connection.close()
|
||||||
|
# No need to unlink temp files as they disappear when the connection is closed
|
||||||
|
database_tmp_path.unlink(missing_ok=True)
|
||||||
|
|
||||||
|
if not win.schema.get_boolean("lutris-import-steam"):
|
||||||
|
rows = [row for row in rows if not row[3] == "steam"]
|
||||||
|
|
||||||
|
current_time = int(time())
|
||||||
|
|
||||||
|
importer = win.importer
|
||||||
|
importer.total_queue += len(rows)
|
||||||
|
importer.queue += len(rows)
|
||||||
|
|
||||||
|
for row in rows:
|
||||||
|
values = {}
|
||||||
|
|
||||||
|
values["game_id"] = f"lutris_{row[3]}_{row[0]}"
|
||||||
|
|
||||||
|
if values["game_id"] in win.games and not win.games[values["game_id"]].removed:
|
||||||
|
importer.save_game()
|
||||||
|
continue
|
||||||
|
|
||||||
|
values["added"] = current_time
|
||||||
|
values["executable"] = ["xdg-open", f"lutris:rungameid/{row[0]}"]
|
||||||
|
values["hidden"] = row[4] == 1
|
||||||
|
values["last_played"] = 0
|
||||||
|
values["name"] = row[1]
|
||||||
|
values["source"] = f"lutris_{row[3]}"
|
||||||
|
|
||||||
|
image_path = cache_dir / "coverart" / f"{row[2]}.jpg"
|
||||||
|
importer.save_game(values, image_path if image_path.exists() else None)
|
||||||
176
src/importers/steam_importer.py
Normal file
@@ -0,0 +1,176 @@
|
|||||||
|
# steam_importer.py
|
||||||
|
#
|
||||||
|
# Copyright 2022-2023 kramo
|
||||||
|
#
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
import os
|
||||||
|
import re
|
||||||
|
from pathlib import Path
|
||||||
|
from time import time
|
||||||
|
|
||||||
|
import requests
|
||||||
|
from gi.repository import Gio
|
||||||
|
|
||||||
|
from .check_install import check_install
|
||||||
|
|
||||||
|
|
||||||
|
def update_values_from_data(content, values):
|
||||||
|
basic_data = content[values["appid"]]
|
||||||
|
if not basic_data["success"]:
|
||||||
|
values["blacklisted"] = True
|
||||||
|
else:
|
||||||
|
data = basic_data["data"]
|
||||||
|
values["developer"] = ", ".join(data["developers"])
|
||||||
|
|
||||||
|
if data["type"] != "game":
|
||||||
|
values["blacklisted"] = True
|
||||||
|
|
||||||
|
return values
|
||||||
|
|
||||||
|
|
||||||
|
def get_game(task, datatypes, current_time, win, appmanifest, steam_dir):
|
||||||
|
values = {}
|
||||||
|
|
||||||
|
data = appmanifest.read_text("utf-8")
|
||||||
|
for datatype in datatypes:
|
||||||
|
value = re.findall(f'"{datatype}"\t\t"(.*)"\n', data, re.IGNORECASE)
|
||||||
|
try:
|
||||||
|
values[datatype] = value[0]
|
||||||
|
except IndexError:
|
||||||
|
task.return_value((None, None))
|
||||||
|
return
|
||||||
|
|
||||||
|
values["game_id"] = f'steam_{values["appid"]}'
|
||||||
|
|
||||||
|
if values["game_id"] in win.games and not win.games[values["game_id"]].removed:
|
||||||
|
task.return_value((None, None))
|
||||||
|
return
|
||||||
|
|
||||||
|
values["executable"] = (
|
||||||
|
["start", f'steam://rungameid/{values["appid"]}']
|
||||||
|
if os.name == "nt"
|
||||||
|
else ["xdg-open", f'steam://rungameid/{values["appid"]}']
|
||||||
|
)
|
||||||
|
values["hidden"] = False
|
||||||
|
values["source"] = "steam"
|
||||||
|
values["added"] = current_time
|
||||||
|
values["last_played"] = 0
|
||||||
|
|
||||||
|
image_path = (
|
||||||
|
steam_dir
|
||||||
|
/ "appcache"
|
||||||
|
/ "librarycache"
|
||||||
|
/ f'{values["appid"]}_library_600x900.jpg'
|
||||||
|
)
|
||||||
|
|
||||||
|
try:
|
||||||
|
with requests.get(
|
||||||
|
f'https://store.steampowered.com/api/appdetails?appids={values["appid"]}',
|
||||||
|
timeout=5,
|
||||||
|
) as open_file:
|
||||||
|
open_file.raise_for_status()
|
||||||
|
content = open_file.json()
|
||||||
|
except requests.exceptions.RequestException:
|
||||||
|
task.return_value((values, image_path if image_path.exists() else None))
|
||||||
|
return
|
||||||
|
|
||||||
|
values = update_values_from_data(content, values)
|
||||||
|
task.return_value((values, image_path if image_path.exists() else None))
|
||||||
|
|
||||||
|
|
||||||
|
def get_games_async(win, appmanifests, steam_dir, importer):
|
||||||
|
datatypes = ["appid", "name"]
|
||||||
|
current_time = int(time())
|
||||||
|
|
||||||
|
# Wrap the function in another one as Gio.Task.run_in_thread does not allow for passing args
|
||||||
|
def create_func(datatypes, current_time, win, appmanifest, steam_dir):
|
||||||
|
def wrapper(task, *_unused):
|
||||||
|
get_game(
|
||||||
|
task,
|
||||||
|
datatypes,
|
||||||
|
current_time,
|
||||||
|
win,
|
||||||
|
appmanifest,
|
||||||
|
steam_dir,
|
||||||
|
)
|
||||||
|
|
||||||
|
return wrapper
|
||||||
|
|
||||||
|
def update_games(_task, result):
|
||||||
|
final_values = result.propagate_value()[1]
|
||||||
|
# No need for an if statement as final_value would be None for games we don't want to save
|
||||||
|
importer.save_game(final_values[0], final_values[1])
|
||||||
|
|
||||||
|
for appmanifest in appmanifests:
|
||||||
|
task = Gio.Task.new(None, None, update_games)
|
||||||
|
task.run_in_thread(
|
||||||
|
create_func(datatypes, current_time, win, appmanifest, steam_dir)
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
|
def steam_installed(win, path=None):
|
||||||
|
location_key = "steam-location"
|
||||||
|
steam_dir = Path(win.schema.get_string(location_key)).expanduser()
|
||||||
|
check = "steamapps"
|
||||||
|
|
||||||
|
if not (steam_dir / check).is_file():
|
||||||
|
subdirs = ("steam", "Steam")
|
||||||
|
locations = (
|
||||||
|
(path,)
|
||||||
|
if path
|
||||||
|
else (
|
||||||
|
steam_dir,
|
||||||
|
Path.home() / ".steam",
|
||||||
|
win.data_dir / "Steam",
|
||||||
|
Path.home() / ".var/app/com.valvesoftware.Steam/data/Steam",
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
||||||
|
if os.name == "nt":
|
||||||
|
locations += (Path(os.getenv("programfiles(x86)")) / "Steam",)
|
||||||
|
|
||||||
|
steam_dir = check_install(check, locations, (win.schema, location_key), subdirs)
|
||||||
|
|
||||||
|
return steam_dir
|
||||||
|
|
||||||
|
|
||||||
|
def steam_importer(win):
|
||||||
|
steam_dir = steam_installed(win)
|
||||||
|
if not steam_dir:
|
||||||
|
return
|
||||||
|
|
||||||
|
appmanifests = []
|
||||||
|
|
||||||
|
steam_dirs = [
|
||||||
|
Path(directory) for directory in win.schema.get_strv("steam-extra-dirs")
|
||||||
|
]
|
||||||
|
steam_dirs.append(steam_dir)
|
||||||
|
|
||||||
|
for directory in steam_dirs:
|
||||||
|
if not (directory / "steamapps").exists():
|
||||||
|
steam_dirs.remove(directory)
|
||||||
|
|
||||||
|
for directory in steam_dirs:
|
||||||
|
for open_file in (directory / "steamapps").iterdir():
|
||||||
|
if open_file.is_file() and "appmanifest" in open_file.name:
|
||||||
|
appmanifests.append(open_file)
|
||||||
|
|
||||||
|
importer = win.importer
|
||||||
|
importer.total_queue += len(appmanifests)
|
||||||
|
importer.queue += len(appmanifests)
|
||||||
|
|
||||||
|
get_games_async(win, appmanifests, directory, importer)
|
||||||
137
src/main.py
@@ -28,14 +28,16 @@ gi.require_version("Adw", "1")
|
|||||||
# pylint: disable=wrong-import-position
|
# pylint: disable=wrong-import-position
|
||||||
from gi.repository import Adw, Gio, GLib, Gtk
|
from gi.repository import Adw, Gio, GLib, Gtk
|
||||||
|
|
||||||
from .bottles_parser import bottles_parser
|
from .bottles_importer import bottles_importer
|
||||||
from .create_details_window import create_details_window
|
from .create_details_window import create_details_window
|
||||||
from .get_games import get_games
|
from .get_games import get_games
|
||||||
from .heroic_parser import heroic_parser
|
from .heroic_importer import heroic_importer
|
||||||
from .importer import Importer
|
from .importer import Importer
|
||||||
|
from .itch_importer import itch_importer
|
||||||
|
from .lutris_importer import lutris_importer
|
||||||
from .preferences import PreferencesWindow
|
from .preferences import PreferencesWindow
|
||||||
from .save_game import save_game
|
from .save_game import save_game
|
||||||
from .steam_parser import steam_parser
|
from .steam_importer import steam_importer
|
||||||
from .window import CartridgesWindow
|
from .window import CartridgesWindow
|
||||||
|
|
||||||
|
|
||||||
@@ -51,15 +53,24 @@ class CartridgesApplication(Adw.Application):
|
|||||||
)
|
)
|
||||||
self.create_action("launch_game", self.on_launch_game_action)
|
self.create_action("launch_game", self.on_launch_game_action)
|
||||||
self.create_action("hide_game", self.on_hide_game_action)
|
self.create_action("hide_game", self.on_hide_game_action)
|
||||||
self.create_action("edit_details", self.on_edit_details_action)
|
self.create_action("edit_game", self.on_edit_game_action)
|
||||||
self.create_action("add_game", self.on_add_game_action, ["<primary>n"])
|
self.create_action("add_game", self.on_add_game_action, ["<primary>n"])
|
||||||
self.create_action("import", self.on_import_action, ["<primary>i"])
|
self.create_action("import", self.on_import_action, ["<primary>i"])
|
||||||
|
self.create_action(
|
||||||
|
"remove_game_details_view",
|
||||||
|
self.on_remove_game_details_view_action,
|
||||||
|
["Delete"],
|
||||||
|
)
|
||||||
self.create_action("remove_game", self.on_remove_game_action)
|
self.create_action("remove_game", self.on_remove_game_action)
|
||||||
|
self.create_action("igdb_search", self.on_igdb_search_action)
|
||||||
|
self.create_action("sgdb_search", self.on_sgdb_search_action)
|
||||||
|
self.create_action("protondb_search", self.on_protondb_search_action)
|
||||||
|
self.create_action("lutris_search", self.on_lutris_search_action)
|
||||||
|
self.create_action("hltb_search", self.on_hltb_search_action)
|
||||||
|
|
||||||
self.win = None
|
self.win = None
|
||||||
|
|
||||||
def do_activate(self): # pylint: disable=arguments-differ
|
def do_activate(self): # pylint: disable=arguments-differ
|
||||||
|
|
||||||
# Create the main window
|
# Create the main window
|
||||||
self.win = self.props.active_window # pylint: disable=no-member
|
self.win = self.props.active_window # pylint: disable=no-member
|
||||||
if not self.win:
|
if not self.win:
|
||||||
@@ -93,9 +104,7 @@ class CartridgesApplication(Adw.Application):
|
|||||||
"toggle_search", self.win.on_toggle_search_action, ["<primary>f"], self.win
|
"toggle_search", self.win.on_toggle_search_action, ["<primary>f"], self.win
|
||||||
)
|
)
|
||||||
self.create_action("escape", self.win.on_escape_action, ["Escape"], self.win)
|
self.create_action("escape", self.win.on_escape_action, ["Escape"], self.win)
|
||||||
self.create_action(
|
self.create_action("undo", self.win.on_undo_action, ["<primary>z"], self.win)
|
||||||
"undo_remove", self.win.on_undo_remove_action, ["<primary>z"], self.win
|
|
||||||
)
|
|
||||||
self.create_action("open_menu", self.win.on_open_menu_action, ["F10"], self.win)
|
self.create_action("open_menu", self.win.on_open_menu_action, ["F10"], self.win)
|
||||||
self.win.sort = Gio.SimpleAction.new_stateful(
|
self.win.sort = Gio.SimpleAction.new_stateful(
|
||||||
"sort_by", GLib.VariantType.new("s"), GLib.Variant("s", "a-z")
|
"sort_by", GLib.VariantType.new("s"), GLib.Variant("s", "a-z")
|
||||||
@@ -110,11 +119,14 @@ class CartridgesApplication(Adw.Application):
|
|||||||
application_name=_("Cartridges"),
|
application_name=_("Cartridges"),
|
||||||
application_icon="hu.kramo.Cartridges",
|
application_icon="hu.kramo.Cartridges",
|
||||||
developer_name="kramo",
|
developer_name="kramo",
|
||||||
version="1.2",
|
version="1.4",
|
||||||
developers=[
|
developers=[
|
||||||
"kramo https://kramo.hu",
|
"kramo https://kramo.hu",
|
||||||
"Paweł Lidwin https://github.com/imLinguin",
|
"Paweł Lidwin https://github.com/imLinguin",
|
||||||
|
"Domenico https://github.com/Domefemia",
|
||||||
"Bananaman https://github.com/Bananaman",
|
"Bananaman https://github.com/Bananaman",
|
||||||
|
"Geoffrey Coulaud https://geoffrey-coulaud.fr",
|
||||||
|
"Rafael Mardojai CM https://mardojai.com",
|
||||||
],
|
],
|
||||||
designers=["kramo https://kramo.hu"],
|
designers=["kramo https://kramo.hu"],
|
||||||
copyright="© 2022-2023 kramo",
|
copyright="© 2022-2023 kramo",
|
||||||
@@ -126,35 +138,70 @@ class CartridgesApplication(Adw.Application):
|
|||||||
)
|
)
|
||||||
about.present()
|
about.present()
|
||||||
|
|
||||||
def on_preferences_action(self, _widget, _callback=None, page_name=None):
|
def on_preferences_action(
|
||||||
|
self, _widget, _callback=None, page_name=None, expander_row=None
|
||||||
|
):
|
||||||
win = PreferencesWindow(self.win)
|
win = PreferencesWindow(self.win)
|
||||||
if page_name:
|
if page_name:
|
||||||
win.set_visible_page_name(page_name)
|
win.set_visible_page_name(page_name)
|
||||||
|
if expander_row:
|
||||||
|
getattr(win, expander_row).set_expanded(True)
|
||||||
win.present()
|
win.present()
|
||||||
|
|
||||||
def on_launch_game_action(self, _widget, _callback=None):
|
def on_launch_game_action(self, _widget, _callback=None):
|
||||||
# Launch the game and update the last played value
|
# Launch the game and update the last played value
|
||||||
|
|
||||||
game_id = self.win.active_game_id
|
game_id = self.win.active_game_id
|
||||||
|
last_played = int(time.time())
|
||||||
|
|
||||||
data = get_games([game_id])[game_id]
|
data = get_games(self.win, [game_id])[game_id]
|
||||||
data["last_played"] = int(time.time())
|
data["last_played"] = last_played
|
||||||
save_game(data)
|
save_game(self.win, data)
|
||||||
|
|
||||||
self.win.games[game_id].launch()
|
self.win.games[game_id].launch()
|
||||||
|
|
||||||
|
# Update state
|
||||||
|
self.win.games[game_id].last_played = last_played
|
||||||
|
self.win.library.invalidate_sort()
|
||||||
|
self.win.hidden_library.invalidate_sort()
|
||||||
|
if self.win.stack.get_visible_child() == self.win.details_view:
|
||||||
|
self.win.show_details_view(None, game_id)
|
||||||
|
|
||||||
|
title = self.win.games[game_id].name
|
||||||
|
# The variable is the title of the game
|
||||||
|
toast = Adw.Toast.new(_("{} launched").format(title))
|
||||||
|
toast.set_priority(Adw.ToastPriority.HIGH)
|
||||||
|
self.win.toast_overlay.add_toast(toast)
|
||||||
|
|
||||||
|
def on_hide_game_action(self, _widget, _callback=None, game_id=None, toast=True):
|
||||||
|
if not game_id:
|
||||||
|
game_id = self.win.active_game_id
|
||||||
|
|
||||||
|
if self.win.stack.get_visible_child() == self.win.details_view:
|
||||||
|
self.win.on_go_back_action(None, None)
|
||||||
|
self.win.games[game_id].toggle_hidden()
|
||||||
self.win.update_games([game_id])
|
self.win.update_games([game_id])
|
||||||
|
|
||||||
if self.win.stack.get_visible_child() == self.win.overview:
|
if not toast:
|
||||||
self.win.show_overview(None, self.win.active_game_id)
|
return
|
||||||
|
|
||||||
def on_hide_game_action(self, _widget, _callback=None):
|
title = self.win.games[game_id].name
|
||||||
if self.win.stack.get_visible_child() == self.win.overview:
|
if self.win.games[game_id].hidden:
|
||||||
self.win.on_go_back_action(None, None)
|
# The variable is the title of the game
|
||||||
self.win.games[self.win.active_game_id].toggle_hidden()
|
toast = Adw.Toast.new(_("{} hidden").format(title))
|
||||||
self.win.update_games([self.win.active_game_id])
|
else:
|
||||||
|
# The variable is the title of the game
|
||||||
|
toast = Adw.Toast.new(_("{} unhidden").format(title))
|
||||||
|
toast.set_button_label(_("Undo"))
|
||||||
|
toast.connect("button-clicked", self.win.on_undo_action, game_id, "hide")
|
||||||
|
toast.set_priority(Adw.ToastPriority.HIGH)
|
||||||
|
if (game_id, "hide") in self.win.toasts.keys():
|
||||||
|
# Dismiss the toast if there already is one
|
||||||
|
self.win.toasts[(game_id, "hide")].dismiss()
|
||||||
|
self.win.toasts[(game_id, "hide")] = toast
|
||||||
|
self.win.toast_overlay.add_toast(toast)
|
||||||
|
|
||||||
def on_edit_details_action(self, _widget, _callback=None):
|
def on_edit_game_action(self, _widget, _callback=None):
|
||||||
create_details_window(self.win, self.win.active_game_id)
|
create_details_window(self.win, self.win.active_game_id)
|
||||||
|
|
||||||
def on_add_game_action(self, _widget, _callback=None):
|
def on_add_game_action(self, _widget, _callback=None):
|
||||||
@@ -166,13 +213,19 @@ class CartridgesApplication(Adw.Application):
|
|||||||
self.win.importer.blocker = True
|
self.win.importer.blocker = True
|
||||||
|
|
||||||
if self.win.schema.get_boolean("steam"):
|
if self.win.schema.get_boolean("steam"):
|
||||||
steam_parser(self.win)
|
steam_importer(self.win)
|
||||||
|
|
||||||
|
if self.win.schema.get_boolean("lutris"):
|
||||||
|
lutris_importer(self.win)
|
||||||
|
|
||||||
if self.win.schema.get_boolean("heroic"):
|
if self.win.schema.get_boolean("heroic"):
|
||||||
heroic_parser(self.win)
|
heroic_importer(self.win)
|
||||||
|
|
||||||
if self.win.schema.get_boolean("bottles"):
|
if self.win.schema.get_boolean("bottles"):
|
||||||
bottles_parser(self.win)
|
bottles_importer(self.win)
|
||||||
|
|
||||||
|
if self.win.schema.get_boolean("itch"):
|
||||||
|
itch_importer(self.win)
|
||||||
|
|
||||||
self.win.importer.blocker = False
|
self.win.importer.blocker = False
|
||||||
|
|
||||||
@@ -184,26 +237,50 @@ class CartridgesApplication(Adw.Application):
|
|||||||
# Add "removed=True" to the game properties so it can be deleted on next init
|
# Add "removed=True" to the game properties so it can be deleted on next init
|
||||||
game_id = self.win.active_game_id
|
game_id = self.win.active_game_id
|
||||||
|
|
||||||
data = get_games([game_id])[game_id]
|
data = get_games(self.win, [game_id])[game_id]
|
||||||
data["removed"] = True
|
data["removed"] = True
|
||||||
save_game(data)
|
save_game(self.win, data)
|
||||||
|
|
||||||
self.win.update_games([game_id])
|
self.win.update_games([game_id])
|
||||||
if self.win.stack.get_visible_child() == self.win.overview:
|
if self.win.stack.get_visible_child() == self.win.details_view:
|
||||||
self.win.on_go_back_action(None, None)
|
self.win.on_go_back_action(None, None)
|
||||||
|
|
||||||
title = self.win.games[game_id].name
|
title = self.win.games[game_id].name
|
||||||
# The variable is the title of the game
|
# The variable is the title of the game
|
||||||
toast = Adw.Toast.new(_(f"{title} removed"))
|
toast = Adw.Toast.new(_("{} removed").format(title))
|
||||||
toast.set_button_label(_("Undo"))
|
toast.set_button_label(_("Undo"))
|
||||||
toast.connect("button-clicked", self.win.on_undo_remove_action, game_id)
|
toast.connect("button-clicked", self.win.on_undo_action, game_id, "remove")
|
||||||
toast.set_priority(Adw.ToastPriority.HIGH)
|
toast.set_priority(Adw.ToastPriority.HIGH)
|
||||||
self.win.toasts[game_id] = toast
|
self.win.toasts[(game_id, "remove")] = toast
|
||||||
self.win.toast_overlay.add_toast(toast)
|
self.win.toast_overlay.add_toast(toast)
|
||||||
|
|
||||||
|
def on_remove_game_details_view_action(self, _widget, _callback=None):
|
||||||
|
if self.win.stack.get_visible_child() == self.win.details_view:
|
||||||
|
self.on_remove_game_action(None)
|
||||||
|
|
||||||
def on_quit_action(self, _widget, _callback=None):
|
def on_quit_action(self, _widget, _callback=None):
|
||||||
self.quit()
|
self.quit()
|
||||||
|
|
||||||
|
def search(self, uri):
|
||||||
|
Gio.AppInfo.launch_default_for_uri(
|
||||||
|
f"{uri}{self.win.games[self.win.active_game_id].name}"
|
||||||
|
)
|
||||||
|
|
||||||
|
def on_igdb_search_action(self, _widget, _callback=None):
|
||||||
|
self.search("https://www.igdb.com/search?type=1&q=")
|
||||||
|
|
||||||
|
def on_sgdb_search_action(self, _widget, _callback=None):
|
||||||
|
self.search("https://www.steamgriddb.com/search/grids?term=")
|
||||||
|
|
||||||
|
def on_protondb_search_action(self, _widget, _callback=None):
|
||||||
|
self.search("https://www.protondb.com/search?q=")
|
||||||
|
|
||||||
|
def on_lutris_search_action(self, _widget, _callback=None):
|
||||||
|
self.search("https://lutris.net/games?q=")
|
||||||
|
|
||||||
|
def on_hltb_search_action(self, _widget, _callback=None):
|
||||||
|
self.search("https://howlongtobeat.com/?q=")
|
||||||
|
|
||||||
def create_action(self, name, callback, shortcuts=None, win=None):
|
def create_action(self, name, callback, shortcuts=None, win=None):
|
||||||
action = Gio.SimpleAction.new(name, None)
|
action = Gio.SimpleAction.new(name, None)
|
||||||
action.connect("activate", callback)
|
action.connect("activate", callback)
|
||||||
|
|||||||
@@ -22,15 +22,20 @@ cartridges_sources = [
|
|||||||
'window.py',
|
'window.py',
|
||||||
'preferences.py',
|
'preferences.py',
|
||||||
'game.py',
|
'game.py',
|
||||||
|
'game_cover.py',
|
||||||
|
'importers/steam_importer.py',
|
||||||
|
'importers/lutris_importer.py',
|
||||||
|
'importers/heroic_importer.py',
|
||||||
|
'importers/bottles_importer.py',
|
||||||
|
'importers/itch_importer.py',
|
||||||
'utils/importer.py',
|
'utils/importer.py',
|
||||||
'utils/steam_parser.py',
|
'utils/steamgriddb.py',
|
||||||
'utils/heroic_parser.py',
|
|
||||||
'utils/bottles_parser.py',
|
|
||||||
'utils/get_games.py',
|
'utils/get_games.py',
|
||||||
'utils/save_game.py',
|
'utils/save_game.py',
|
||||||
'utils/save_cover.py',
|
'utils/save_cover.py',
|
||||||
'utils/create_dialog.py',
|
'utils/create_dialog.py',
|
||||||
'utils/create_details_window.py'
|
'utils/create_details_window.py',
|
||||||
|
'utils/check_install.py'
|
||||||
]
|
]
|
||||||
|
|
||||||
install_data(cartridges_sources, install_dir: moduledir)
|
install_data(cartridges_sources, install_dir: moduledir)
|
||||||
|
|||||||
@@ -18,64 +18,62 @@
|
|||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
from pathlib import Path
|
||||||
|
from shutil import move
|
||||||
|
|
||||||
from gi.repository import Adw, Gio, GLib, Gtk
|
from gi.repository import Adw, Gio, GLib, Gtk
|
||||||
|
|
||||||
|
from .bottles_importer import bottles_installed
|
||||||
from .create_dialog import create_dialog
|
from .create_dialog import create_dialog
|
||||||
from .get_games import get_games
|
from .get_games import get_games
|
||||||
|
from .heroic_importer import heroic_installed
|
||||||
|
from .itch_importer import itch_installed
|
||||||
|
from .lutris_importer import lutris_cache_exists, lutris_installed
|
||||||
from .save_game import save_game
|
from .save_game import save_game
|
||||||
|
from .steam_importer import steam_installed
|
||||||
|
|
||||||
|
|
||||||
class ImportPreferences:
|
class ImportPreferences:
|
||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
window,
|
win,
|
||||||
source_id,
|
source_id,
|
||||||
name,
|
name,
|
||||||
install_key,
|
check_func,
|
||||||
paths,
|
|
||||||
expander_row,
|
expander_row,
|
||||||
file_chooser_button,
|
file_chooser_button,
|
||||||
config=False,
|
config=False,
|
||||||
):
|
):
|
||||||
def set_dir(_source, result, _unused):
|
def set_dir(_source, result, _unused):
|
||||||
try:
|
try:
|
||||||
path = window.file_chooser.select_folder_finish(result).get_path()
|
path = Path(win.file_chooser.select_folder_finish(result).get_path())
|
||||||
|
except GLib.GError:
|
||||||
|
return
|
||||||
|
|
||||||
def response(widget, response):
|
def response(widget, response):
|
||||||
if response == "choose_folder":
|
if response == "choose_folder":
|
||||||
window.choose_folder(widget, set_dir)
|
win.choose_folder(widget, set_dir)
|
||||||
|
|
||||||
if not any(
|
if not check_func(win, path):
|
||||||
os.path.exists(os.path.join(path, current_path))
|
|
||||||
for current_path in paths
|
|
||||||
):
|
|
||||||
create_dialog(
|
create_dialog(
|
||||||
window.parent_widget,
|
win,
|
||||||
_("Installation Not Found"),
|
_("Installation Not Found"),
|
||||||
# The variable is the name of the game launcher
|
# The variable is the name of the game launcher
|
||||||
_(f"Select the {name} configuration directory.") if config
|
_("Select the {} configuration directory.").format(name) if config
|
||||||
# The variable is the name of the game launcher
|
# The variable is the name of the game launcher
|
||||||
else _(f"Select the {name} data directory."),
|
else _("Select the {} data directory.").format(name),
|
||||||
"choose_folder",
|
"choose_folder",
|
||||||
_("Set Location"),
|
_("Set Location"),
|
||||||
).connect("response", response)
|
).connect("response", response)
|
||||||
else:
|
|
||||||
window.schema.set_string(
|
|
||||||
install_key,
|
|
||||||
path,
|
|
||||||
)
|
|
||||||
except GLib.GError:
|
|
||||||
pass
|
|
||||||
|
|
||||||
window.schema.bind(
|
win.schema.bind(
|
||||||
source_id,
|
source_id,
|
||||||
expander_row,
|
expander_row,
|
||||||
"enable-expansion",
|
"enable-expansion",
|
||||||
Gio.SettingsBindFlags.DEFAULT,
|
Gio.SettingsBindFlags.DEFAULT,
|
||||||
)
|
)
|
||||||
|
|
||||||
file_chooser_button.connect("clicked", window.choose_folder, set_dir)
|
file_chooser_button.connect("clicked", win.choose_folder, set_dir)
|
||||||
|
|
||||||
|
|
||||||
@Gtk.Template(resource_path="/hu/kramo/Cartridges/gtk/preferences.ui")
|
@Gtk.Template(resource_path="/hu/kramo/Cartridges/gtk/preferences.ui")
|
||||||
@@ -84,6 +82,7 @@ class PreferencesWindow(Adw.PreferencesWindow):
|
|||||||
|
|
||||||
general_page = Gtk.Template.Child()
|
general_page = Gtk.Template.Child()
|
||||||
import_page = Gtk.Template.Child()
|
import_page = Gtk.Template.Child()
|
||||||
|
sgdb_page = Gtk.Template.Child()
|
||||||
|
|
||||||
sources_group = Gtk.Template.Child()
|
sources_group = Gtk.Template.Child()
|
||||||
|
|
||||||
@@ -98,6 +97,11 @@ class PreferencesWindow(Adw.PreferencesWindow):
|
|||||||
steam_clear_button_revealer = Gtk.Template.Child()
|
steam_clear_button_revealer = Gtk.Template.Child()
|
||||||
steam_clear_button = Gtk.Template.Child()
|
steam_clear_button = Gtk.Template.Child()
|
||||||
|
|
||||||
|
lutris_expander_row = Gtk.Template.Child()
|
||||||
|
lutris_file_chooser_button = Gtk.Template.Child()
|
||||||
|
lutris_cache_file_chooser_button = Gtk.Template.Child()
|
||||||
|
lutris_steam_switch = Gtk.Template.Child()
|
||||||
|
|
||||||
heroic_expander_row = Gtk.Template.Child()
|
heroic_expander_row = Gtk.Template.Child()
|
||||||
heroic_file_chooser_button = Gtk.Template.Child()
|
heroic_file_chooser_button = Gtk.Template.Child()
|
||||||
heroic_epic_switch = Gtk.Template.Child()
|
heroic_epic_switch = Gtk.Template.Child()
|
||||||
@@ -107,12 +111,21 @@ class PreferencesWindow(Adw.PreferencesWindow):
|
|||||||
bottles_expander_row = Gtk.Template.Child()
|
bottles_expander_row = Gtk.Template.Child()
|
||||||
bottles_file_chooser_button = Gtk.Template.Child()
|
bottles_file_chooser_button = Gtk.Template.Child()
|
||||||
|
|
||||||
def __init__(self, parent_widget, **kwargs):
|
itch_expander_row = Gtk.Template.Child()
|
||||||
|
itch_file_chooser_button = Gtk.Template.Child()
|
||||||
|
|
||||||
|
sgdb_key_group = Gtk.Template.Child()
|
||||||
|
sgdb_key_entry_row = Gtk.Template.Child()
|
||||||
|
sgdb_download_switch = Gtk.Template.Child()
|
||||||
|
sgdb_prefer_switch = Gtk.Template.Child()
|
||||||
|
sgdb_animated_switch = Gtk.Template.Child()
|
||||||
|
|
||||||
|
def __init__(self, win, **kwargs):
|
||||||
super().__init__(**kwargs)
|
super().__init__(**kwargs)
|
||||||
self.schema = parent_widget.schema
|
self.schema = win.schema
|
||||||
self.parent_widget = parent_widget
|
self.win = win
|
||||||
self.file_chooser = Gtk.FileDialog()
|
self.file_chooser = Gtk.FileDialog()
|
||||||
self.set_transient_for(parent_widget)
|
self.set_transient_for(win)
|
||||||
|
|
||||||
self.toast = Adw.Toast.new(_("All games removed"))
|
self.toast = Adw.Toast.new(_("All games removed"))
|
||||||
self.toast.set_button_label(_("Undo"))
|
self.toast.set_button_label(_("Undo"))
|
||||||
@@ -155,12 +168,7 @@ class PreferencesWindow(Adw.PreferencesWindow):
|
|||||||
self,
|
self,
|
||||||
"steam",
|
"steam",
|
||||||
"Steam",
|
"Steam",
|
||||||
"steam-location",
|
steam_installed,
|
||||||
[
|
|
||||||
"steamapps",
|
|
||||||
os.path.join("steam", "steamapps"),
|
|
||||||
os.path.join("Steam", "steamapps"),
|
|
||||||
],
|
|
||||||
self.steam_expander_row,
|
self.steam_expander_row,
|
||||||
self.steam_file_chooser_button,
|
self.steam_file_chooser_button,
|
||||||
)
|
)
|
||||||
@@ -177,7 +185,7 @@ class PreferencesWindow(Adw.PreferencesWindow):
|
|||||||
value.append(self.file_chooser.select_folder_finish(result).get_path())
|
value.append(self.file_chooser.select_folder_finish(result).get_path())
|
||||||
self.schema.set_strv("steam-extra-dirs", value)
|
self.schema.set_strv("steam-extra-dirs", value)
|
||||||
except GLib.GError:
|
except GLib.GError:
|
||||||
pass
|
return
|
||||||
update_revealer()
|
update_revealer()
|
||||||
|
|
||||||
def clear_steam_dirs(*_unused):
|
def clear_steam_dirs(*_unused):
|
||||||
@@ -191,13 +199,54 @@ class PreferencesWindow(Adw.PreferencesWindow):
|
|||||||
)
|
)
|
||||||
self.steam_clear_button.connect("clicked", clear_steam_dirs)
|
self.steam_clear_button.connect("clicked", clear_steam_dirs)
|
||||||
|
|
||||||
|
# Lutris
|
||||||
|
ImportPreferences(
|
||||||
|
self,
|
||||||
|
"lutris",
|
||||||
|
"Lutris",
|
||||||
|
lutris_installed,
|
||||||
|
self.lutris_expander_row,
|
||||||
|
self.lutris_file_chooser_button,
|
||||||
|
)
|
||||||
|
self.schema.bind(
|
||||||
|
"lutris-import-steam",
|
||||||
|
self.lutris_steam_switch,
|
||||||
|
"active",
|
||||||
|
Gio.SettingsBindFlags.DEFAULT,
|
||||||
|
)
|
||||||
|
|
||||||
|
def set_cache_dir(_source, result, _unused):
|
||||||
|
try:
|
||||||
|
path = Path(self.file_chooser.select_folder_finish(result).get_path())
|
||||||
|
except GLib.GError:
|
||||||
|
return
|
||||||
|
|
||||||
|
def response(widget, response):
|
||||||
|
if response == "choose_folder":
|
||||||
|
self.choose_folder(widget, set_cache_dir)
|
||||||
|
|
||||||
|
if not lutris_cache_exists(path).exists():
|
||||||
|
create_dialog(
|
||||||
|
self.win,
|
||||||
|
_("Cache Not Found"),
|
||||||
|
_("Select the Lutris cache directory."),
|
||||||
|
"choose_folder",
|
||||||
|
_("Set Location"),
|
||||||
|
).connect("response", response)
|
||||||
|
|
||||||
|
self.lutris_cache_file_chooser_button.connect(
|
||||||
|
"clicked", self.choose_folder, set_cache_dir
|
||||||
|
)
|
||||||
|
|
||||||
|
if os.name == "nt":
|
||||||
|
self.sources_group.remove(self.lutris_expander_row)
|
||||||
|
|
||||||
# Heroic
|
# Heroic
|
||||||
ImportPreferences(
|
ImportPreferences(
|
||||||
self,
|
self,
|
||||||
"heroic",
|
"heroic",
|
||||||
"Heroic",
|
"Heroic",
|
||||||
"heroic-location",
|
heroic_installed,
|
||||||
["config.json"],
|
|
||||||
self.heroic_expander_row,
|
self.heroic_expander_row,
|
||||||
self.heroic_file_chooser_button,
|
self.heroic_file_chooser_button,
|
||||||
True,
|
True,
|
||||||
@@ -227,8 +276,7 @@ class PreferencesWindow(Adw.PreferencesWindow):
|
|||||||
self,
|
self,
|
||||||
"bottles",
|
"bottles",
|
||||||
"Bottles",
|
"Bottles",
|
||||||
"bottles-location",
|
bottles_installed,
|
||||||
["library.yml"],
|
|
||||||
self.bottles_expander_row,
|
self.bottles_expander_row,
|
||||||
self.bottles_file_chooser_button,
|
self.bottles_file_chooser_button,
|
||||||
)
|
)
|
||||||
@@ -236,28 +284,96 @@ class PreferencesWindow(Adw.PreferencesWindow):
|
|||||||
if os.name == "nt":
|
if os.name == "nt":
|
||||||
self.sources_group.remove(self.bottles_expander_row)
|
self.sources_group.remove(self.bottles_expander_row)
|
||||||
|
|
||||||
|
# itch
|
||||||
|
ImportPreferences(
|
||||||
|
self,
|
||||||
|
"itch",
|
||||||
|
"itch",
|
||||||
|
itch_installed,
|
||||||
|
self.itch_expander_row,
|
||||||
|
self.itch_file_chooser_button,
|
||||||
|
True,
|
||||||
|
)
|
||||||
|
|
||||||
|
# SteamGridDB
|
||||||
|
self.schema.bind(
|
||||||
|
"sgdb",
|
||||||
|
self.sgdb_download_switch,
|
||||||
|
"active",
|
||||||
|
Gio.SettingsBindFlags.DEFAULT,
|
||||||
|
)
|
||||||
|
|
||||||
|
self.schema.bind(
|
||||||
|
"sgdb-prefer",
|
||||||
|
self.sgdb_prefer_switch,
|
||||||
|
"active",
|
||||||
|
Gio.SettingsBindFlags.DEFAULT,
|
||||||
|
)
|
||||||
|
|
||||||
|
self.schema.bind(
|
||||||
|
"sgdb-animated",
|
||||||
|
self.sgdb_animated_switch,
|
||||||
|
"active",
|
||||||
|
Gio.SettingsBindFlags.DEFAULT,
|
||||||
|
)
|
||||||
|
|
||||||
|
def sgdb_key_changed(_widget):
|
||||||
|
self.schema.set_string("sgdb-key", self.sgdb_key_entry_row.get_text())
|
||||||
|
|
||||||
|
self.sgdb_key_entry_row.set_text(self.schema.get_string("sgdb-key"))
|
||||||
|
self.sgdb_key_entry_row.connect("changed", sgdb_key_changed)
|
||||||
|
|
||||||
|
self.sgdb_key_group.set_description(
|
||||||
|
_(
|
||||||
|
"An API key is required to use SteamGridDB. You can generate one {}here{}."
|
||||||
|
).format(
|
||||||
|
'<a href="https://www.steamgriddb.com/profile/preferences/api">', "</a>"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
||||||
def choose_folder(self, _widget, function):
|
def choose_folder(self, _widget, function):
|
||||||
self.file_chooser.select_folder(self.parent_widget, None, function, None)
|
self.file_chooser.select_folder(self.win, None, function, None)
|
||||||
|
|
||||||
def undo_remove_all(self, _widget, _unused):
|
def undo_remove_all(self, _widget, _unused):
|
||||||
|
deleted_covers_dir = self.win.cache_dir / "cartridges" / "deleted_covers"
|
||||||
|
|
||||||
for game_id in self.removed_games:
|
for game_id in self.removed_games:
|
||||||
data = get_games([game_id])[game_id]
|
data = get_games(self.win, [game_id])[game_id]
|
||||||
if "removed" in data.keys():
|
if "removed" in data:
|
||||||
data.pop("removed")
|
data.pop("removed")
|
||||||
save_game(data)
|
save_game(self.win, data)
|
||||||
self.parent_widget.update_games(self.removed_games)
|
|
||||||
|
cover_path = deleted_covers_dir / f"{game_id}.tiff"
|
||||||
|
if not cover_path.is_file():
|
||||||
|
cover_path = deleted_covers_dir / f"{game_id}.gif"
|
||||||
|
if not cover_path.is_file():
|
||||||
|
continue
|
||||||
|
|
||||||
|
move(cover_path, self.win.covers_dir / cover_path.name)
|
||||||
|
|
||||||
|
self.win.update_games(self.removed_games)
|
||||||
self.removed_games = []
|
self.removed_games = []
|
||||||
self.toast.dismiss()
|
self.toast.dismiss()
|
||||||
|
|
||||||
def remove_all_games(self, _widget):
|
def remove_all_games(self, _widget):
|
||||||
for game in get_games().values():
|
deleted_covers_dir = self.win.cache_dir / "cartridges" / "deleted_covers"
|
||||||
if not "removed" in game.keys():
|
deleted_covers_dir.mkdir(parents=True, exist_ok=True)
|
||||||
|
|
||||||
|
for game in get_games(self.win).values():
|
||||||
|
if "removed" not in game:
|
||||||
self.removed_games.append(game["game_id"])
|
self.removed_games.append(game["game_id"])
|
||||||
game["removed"] = True
|
game["removed"] = True
|
||||||
save_game(game)
|
save_game(self.win, game)
|
||||||
|
|
||||||
self.parent_widget.update_games(self.parent_widget.games)
|
cover_path = self.win.games[game["game_id"]].get_cover_path()
|
||||||
if self.parent_widget.stack.get_visible_child() == self.parent_widget.overview:
|
if not cover_path:
|
||||||
self.parent_widget.on_go_back_action(None, None)
|
continue
|
||||||
|
|
||||||
|
if cover_path.is_file():
|
||||||
|
move(cover_path, deleted_covers_dir / cover_path.name)
|
||||||
|
|
||||||
|
self.win.update_games(self.win.games)
|
||||||
|
if self.win.stack.get_visible_child() == self.win.details_view:
|
||||||
|
self.win.on_go_back_action(None, None)
|
||||||
|
|
||||||
self.add_toast(self.toast)
|
self.add_toast(self.toast)
|
||||||
|
|||||||
@@ -1,101 +0,0 @@
|
|||||||
# bottles_parser.py
|
|
||||||
#
|
|
||||||
# Copyright 2022-2023 kramo
|
|
||||||
#
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
|
||||||
# it under the terms of the GNU General Public License as published by
|
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
|
||||||
# (at your option) any later version.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it will be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
import os
|
|
||||||
import time
|
|
||||||
|
|
||||||
import yaml
|
|
||||||
|
|
||||||
|
|
||||||
def bottles_parser(parent_widget):
|
|
||||||
schema = parent_widget.schema
|
|
||||||
bottles_dir = os.path.expanduser(schema.get_string("bottles-location"))
|
|
||||||
|
|
||||||
if not os.path.isfile(os.path.join(bottles_dir, "library.yml")):
|
|
||||||
if os.path.exists(
|
|
||||||
os.path.expanduser("~/.var/app/com.usebottles.bottles/data/bottles/")
|
|
||||||
):
|
|
||||||
schema.set_string(
|
|
||||||
"bottles-location", "~/.var/app/com.usebottles.bottles/data/bottles/"
|
|
||||||
)
|
|
||||||
elif os.path.exists(
|
|
||||||
os.path.join(
|
|
||||||
os.getenv("XDG_DATA_HOME")
|
|
||||||
or os.path.expanduser(os.path.join("~", ".local", "share")),
|
|
||||||
"bottles",
|
|
||||||
)
|
|
||||||
):
|
|
||||||
schema.set_string(
|
|
||||||
"bottles-location",
|
|
||||||
os.path.join(
|
|
||||||
os.getenv("XDG_DATA_HOME")
|
|
||||||
or os.path.expanduser(os.path.join("~", ".local", "share")),
|
|
||||||
"bottles",
|
|
||||||
),
|
|
||||||
)
|
|
||||||
else:
|
|
||||||
return
|
|
||||||
|
|
||||||
bottles_dir = os.path.expanduser(schema.get_string("bottles-location"))
|
|
||||||
current_time = int(time.time())
|
|
||||||
|
|
||||||
with open(os.path.join(bottles_dir, "library.yml"), "r") as open_file:
|
|
||||||
data = open_file.read()
|
|
||||||
|
|
||||||
library = yaml.load(data, Loader=yaml.Loader)
|
|
||||||
|
|
||||||
importer = parent_widget.importer
|
|
||||||
importer.total_queue += len(library)
|
|
||||||
importer.queue += len(library)
|
|
||||||
|
|
||||||
for game in library:
|
|
||||||
game = library[game]
|
|
||||||
values = {}
|
|
||||||
|
|
||||||
values["game_id"] = f'bottles_{game["id"]}'
|
|
||||||
|
|
||||||
if (
|
|
||||||
values["game_id"] in parent_widget.games
|
|
||||||
and not parent_widget.games[values["game_id"]].removed
|
|
||||||
):
|
|
||||||
importer.save_game()
|
|
||||||
continue
|
|
||||||
|
|
||||||
values["name"] = game["name"]
|
|
||||||
values["executable"] = [
|
|
||||||
"xdg-open",
|
|
||||||
f'bottles:run/{game["bottle"]["name"]}/{game["name"]}',
|
|
||||||
]
|
|
||||||
values["hidden"] = False
|
|
||||||
values["source"] = "bottles"
|
|
||||||
values["added"] = current_time
|
|
||||||
values["last_played"] = 0
|
|
||||||
|
|
||||||
if game["thumbnail"]:
|
|
||||||
importer.save_cover(
|
|
||||||
values["game_id"],
|
|
||||||
os.path.join(
|
|
||||||
bottles_dir,
|
|
||||||
"bottles",
|
|
||||||
game["bottle"]["path"],
|
|
||||||
"grids",
|
|
||||||
game["thumbnail"].split(":")[1],
|
|
||||||
),
|
|
||||||
)
|
|
||||||
importer.save_game(values)
|
|
||||||
32
src/utils/check_install.py
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
# check_install.py
|
||||||
|
#
|
||||||
|
# Copyright 2022-2023 kramo
|
||||||
|
#
|
||||||
|
# This program is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
from pathlib import Path
|
||||||
|
|
||||||
|
|
||||||
|
def check_install(check, locations, setting=None, subdirs=(Path(),)):
|
||||||
|
for location in locations:
|
||||||
|
for subdir in (Path(),) + subdirs:
|
||||||
|
if (location / subdir / check).is_file() or (
|
||||||
|
location / subdir / check
|
||||||
|
).exists():
|
||||||
|
if setting:
|
||||||
|
setting[0].set_string(setting[1], str(location / subdir))
|
||||||
|
|
||||||
|
return location / subdir
|
||||||
@@ -22,31 +22,63 @@ import os
|
|||||||
import shlex
|
import shlex
|
||||||
import time
|
import time
|
||||||
|
|
||||||
from gi.repository import Adw, GdkPixbuf, Gio, GLib, GObject, Gtk
|
from gi.repository import Adw, Gio, GLib, GObject, Gtk
|
||||||
|
|
||||||
from .create_dialog import create_dialog
|
from .create_dialog import create_dialog
|
||||||
from .save_cover import save_cover
|
from .game_cover import GameCover
|
||||||
|
from .save_cover import resize_animation, save_cover
|
||||||
from .save_game import save_game
|
from .save_game import save_game
|
||||||
|
from .steamgriddb import SGDBSave
|
||||||
|
|
||||||
|
|
||||||
def create_details_window(parent_widget, game_id=None):
|
def create_details_window(win, game_id=None):
|
||||||
window = Adw.Window(
|
window = Adw.Window(
|
||||||
modal=True, default_width=500, default_height=750, transient_for=parent_widget
|
modal=True, default_width=500, default_height=-1, transient_for=win
|
||||||
)
|
)
|
||||||
|
|
||||||
games = parent_widget.games
|
games = win.games
|
||||||
pixbuf = None
|
cover_changed = False
|
||||||
|
|
||||||
if game_id is None:
|
cover_button_edit = Gtk.Button(
|
||||||
window.set_title(_("Add New Game"))
|
icon_name="document-edit-symbolic",
|
||||||
cover = Gtk.Picture.new_for_pixbuf(parent_widget.placeholder_pixbuf)
|
halign=Gtk.Align.END,
|
||||||
name = Gtk.Entry()
|
valign=Gtk.Align.END,
|
||||||
developer = Gtk.Entry()
|
margin_bottom=6,
|
||||||
executable = Gtk.Entry()
|
margin_end=6,
|
||||||
apply_button = Gtk.Button.new_with_label(_("Confirm"))
|
css_classes=["circular", "osd"],
|
||||||
else:
|
)
|
||||||
|
|
||||||
|
cover_button_delete = Gtk.Button(
|
||||||
|
icon_name="user-trash-symbolic",
|
||||||
|
css_classes=["circular", "osd"],
|
||||||
|
halign=Gtk.Align.END,
|
||||||
|
valign=Gtk.Align.END,
|
||||||
|
margin_bottom=6,
|
||||||
|
margin_end=6,
|
||||||
|
)
|
||||||
|
|
||||||
|
def delete_pixbuf(_widget):
|
||||||
|
nonlocal game_cover
|
||||||
|
nonlocal cover_changed
|
||||||
|
|
||||||
|
game_cover.new_pixbuf()
|
||||||
|
|
||||||
|
cover_button_delete_revealer.set_reveal_child(False)
|
||||||
|
cover_changed = True
|
||||||
|
|
||||||
|
cover_button_delete.connect("clicked", delete_pixbuf)
|
||||||
|
|
||||||
|
cover_button_delete_revealer = Gtk.Revealer(
|
||||||
|
child=cover_button_delete,
|
||||||
|
transition_type=Gtk.RevealerTransitionType.CROSSFADE,
|
||||||
|
margin_end=40,
|
||||||
|
)
|
||||||
|
|
||||||
|
cover = Gtk.Picture.new()
|
||||||
|
game_cover = GameCover({cover})
|
||||||
|
|
||||||
|
if game_id:
|
||||||
window.set_title(_("Edit Game Details"))
|
window.set_title(_("Edit Game Details"))
|
||||||
cover = Gtk.Picture.new_for_pixbuf(parent_widget.games[game_id].pixbuf)
|
|
||||||
developer = Gtk.Entry.new_with_buffer(
|
developer = Gtk.Entry.new_with_buffer(
|
||||||
Gtk.EntryBuffer.new(games[game_id].developer, -1)
|
Gtk.EntryBuffer.new(games[game_id].developer, -1)
|
||||||
)
|
)
|
||||||
@@ -56,6 +88,16 @@ def create_details_window(parent_widget, game_id=None):
|
|||||||
)
|
)
|
||||||
apply_button = Gtk.Button.new_with_label(_("Apply"))
|
apply_button = Gtk.Button.new_with_label(_("Apply"))
|
||||||
|
|
||||||
|
game_cover.new_pixbuf(win.games[game_id].get_cover_path())
|
||||||
|
if game_cover.get_pixbuf():
|
||||||
|
cover_button_delete_revealer.set_reveal_child(True)
|
||||||
|
else:
|
||||||
|
window.set_title(_("Add New Game"))
|
||||||
|
name = Gtk.Entry()
|
||||||
|
developer = Gtk.Entry()
|
||||||
|
executable = Gtk.Entry()
|
||||||
|
apply_button = Gtk.Button.new_with_label(_("Confirm"))
|
||||||
|
|
||||||
image_filter = Gtk.FileFilter(name=_("Images"))
|
image_filter = Gtk.FileFilter(name=_("Images"))
|
||||||
image_filter.add_pixbuf_formats()
|
image_filter.add_pixbuf_formats()
|
||||||
file_filters = Gio.ListStore.new(Gtk.FileFilter)
|
file_filters = Gio.ListStore.new(Gtk.FileFilter)
|
||||||
@@ -66,21 +108,14 @@ def create_details_window(parent_widget, game_id=None):
|
|||||||
cover.add_css_class("card")
|
cover.add_css_class("card")
|
||||||
cover.set_size_request(200, 300)
|
cover.set_size_request(200, 300)
|
||||||
|
|
||||||
cover_button = Gtk.Button(
|
|
||||||
icon_name="document-edit-symbolic",
|
|
||||||
halign=Gtk.Align.END,
|
|
||||||
valign=Gtk.Align.END,
|
|
||||||
margin_bottom=6,
|
|
||||||
margin_end=6,
|
|
||||||
css_classes=["circular", "osd"],
|
|
||||||
)
|
|
||||||
|
|
||||||
cover_overlay = Gtk.Overlay(
|
cover_overlay = Gtk.Overlay(
|
||||||
child=cover,
|
child=cover,
|
||||||
halign=Gtk.Align.CENTER,
|
halign=Gtk.Align.CENTER,
|
||||||
valign=Gtk.Align.CENTER,
|
valign=Gtk.Align.CENTER,
|
||||||
)
|
)
|
||||||
cover_overlay.add_overlay(cover_button)
|
|
||||||
|
cover_overlay.add_overlay(cover_button_edit)
|
||||||
|
cover_overlay.add_overlay(cover_button_delete_revealer)
|
||||||
|
|
||||||
cover_clamp = Adw.Clamp(
|
cover_clamp = Adw.Clamp(
|
||||||
maximum_size=200,
|
maximum_size=200,
|
||||||
@@ -103,9 +138,9 @@ def create_details_window(parent_widget, game_id=None):
|
|||||||
developer_group.add(developer)
|
developer_group.add(developer)
|
||||||
|
|
||||||
exec_info_button = Gtk.ToggleButton(
|
exec_info_button = Gtk.ToggleButton(
|
||||||
icon_name="dialog-information-symbolic",
|
icon_name="help-about-symbolic",
|
||||||
valign=Gtk.Align.CENTER,
|
valign=Gtk.Align.CENTER,
|
||||||
css_classes=["flat", "circular"],
|
css_classes=["flat"],
|
||||||
)
|
)
|
||||||
|
|
||||||
# Translate this string as you would translate "file"
|
# Translate this string as you would translate "file"
|
||||||
@@ -115,21 +150,21 @@ def create_details_window(parent_widget, game_id=None):
|
|||||||
|
|
||||||
if os.name == "nt":
|
if os.name == "nt":
|
||||||
exe_name += ".exe"
|
exe_name += ".exe"
|
||||||
# Translate this string as you would translate "path to {exe_name}"
|
# Translate this string as you would translate "path to {}"
|
||||||
exe_path = _(f"C:\\path\\to\\{exe_name}")
|
exe_path = _("C:\\path\\to\\{}").format(exe_name)
|
||||||
# Translate this string as you would translate "path to {file_name}"
|
# Translate this string as you would translate "path to {}"
|
||||||
file_path = _(f"C:\\path\\to\\{file_name}")
|
file_path = _("C:\\path\\to\\{}").format(file_name)
|
||||||
command = "start"
|
command = "start"
|
||||||
else:
|
else:
|
||||||
# Translate this string as you would translate "path to {exe_name}"
|
# Translate this string as you would translate "path to {}"
|
||||||
exe_path = _(f"/path/to/{exe_name}")
|
exe_path = _("/path/to/{}").format(exe_name)
|
||||||
# Translate this string as you would translate "path to {file_name}"
|
# Translate this string as you would translate "path to {}"
|
||||||
file_path = _(f"/path/to/{file_name}")
|
file_path = _("/path/to/{}").format(file_name)
|
||||||
command = "xdg-open"
|
command = "xdg-open"
|
||||||
|
|
||||||
exec_info_text = _(
|
exec_info_text = _(
|
||||||
f'To launch the executable "{exe_name}", use the command:\n\n<tt>"{exe_path}"</tt>\n\nTo open the file "{file_name}" with the default application, use:\n\n<tt>{command} "{file_path}"</tt>\n\nIf the path contains spaces, make sure to wrap it in double quotes!'
|
'To launch the executable "{}", use the command:\n\n<tt>"{}"</tt>\n\nTo open the file "{}" with the default application, use:\n\n<tt>{} "{}"</tt>\n\nIf the path contains spaces, make sure to wrap it in double quotes!'
|
||||||
)
|
).format(exe_name, exe_path, file_name, command, file_path)
|
||||||
|
|
||||||
exec_info_label = Gtk.Label(
|
exec_info_label = Gtk.Label(
|
||||||
label=exec_info_text,
|
label=exec_info_text,
|
||||||
@@ -158,7 +193,7 @@ def create_details_window(parent_widget, game_id=None):
|
|||||||
exec_info_popover.set_parent(exec_group.get_header_suffix())
|
exec_info_popover.set_parent(exec_group.get_header_suffix())
|
||||||
exec_group.add(executable)
|
exec_group.add(executable)
|
||||||
|
|
||||||
general_page = Adw.PreferencesPage()
|
general_page = Adw.PreferencesPage(vexpand=True)
|
||||||
general_page.add(cover_group)
|
general_page.add(cover_group)
|
||||||
general_page.add(title_group)
|
general_page.add(title_group)
|
||||||
general_page.add(developer_group)
|
general_page.add(developer_group)
|
||||||
@@ -184,21 +219,29 @@ def create_details_window(parent_widget, game_id=None):
|
|||||||
filechooser.open(window, None, set_cover, None)
|
filechooser.open(window, None, set_cover, None)
|
||||||
|
|
||||||
def set_cover(_source, result, _unused):
|
def set_cover(_source, result, _unused):
|
||||||
nonlocal pixbuf
|
nonlocal game_cover
|
||||||
|
nonlocal cover_changed
|
||||||
|
|
||||||
try:
|
try:
|
||||||
pixbuf = GdkPixbuf.Pixbuf.new_from_file_at_scale(
|
path = filechooser.open_finish(result).get_path()
|
||||||
filechooser.open_finish(result).get_path(), 200, 300, False
|
|
||||||
)
|
|
||||||
cover.set_pixbuf(pixbuf)
|
|
||||||
except GLib.GError:
|
except GLib.GError:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
cover_button_delete_revealer.set_reveal_child(True)
|
||||||
|
cover_changed = True
|
||||||
|
game_cover.new_pixbuf(
|
||||||
|
resize_animation(path)
|
||||||
|
if str(path).rsplit(".", maxsplit=1)[-1] == "gif"
|
||||||
|
else path
|
||||||
|
)
|
||||||
|
|
||||||
def close_window(_widget, _callback=None):
|
def close_window(_widget, _callback=None):
|
||||||
window.close()
|
window.close()
|
||||||
|
|
||||||
def apply_preferences(_widget, _callback=None):
|
def apply_preferences(_widget, _callback=None):
|
||||||
nonlocal pixbuf
|
nonlocal cover_changed
|
||||||
nonlocal game_id
|
nonlocal game_id
|
||||||
|
nonlocal cover
|
||||||
|
|
||||||
values = {}
|
values = {}
|
||||||
|
|
||||||
@@ -215,13 +258,13 @@ def create_details_window(parent_widget, game_id=None):
|
|||||||
create_dialog(
|
create_dialog(
|
||||||
window,
|
window,
|
||||||
_("Couldn't Add Game")
|
_("Couldn't Add Game")
|
||||||
if game_id is None
|
if not game_id
|
||||||
else _("Couldn't Apply Preferences"),
|
else _("Couldn't Apply Preferences"),
|
||||||
f'{_("Executable")}: {exception}.',
|
f'{_("Executable")}: {exception}.',
|
||||||
)
|
)
|
||||||
return
|
return
|
||||||
|
|
||||||
if game_id is None:
|
if not game_id:
|
||||||
if final_name == "":
|
if final_name == "":
|
||||||
create_dialog(
|
create_dialog(
|
||||||
window, _("Couldn't Add Game"), _("Game title cannot be empty.")
|
window, _("Couldn't Add Game"), _("Game title cannot be empty.")
|
||||||
@@ -267,44 +310,48 @@ def create_details_window(parent_widget, game_id=None):
|
|||||||
)
|
)
|
||||||
return
|
return
|
||||||
|
|
||||||
if pixbuf is not None:
|
|
||||||
save_cover(parent_widget, game_id, None, pixbuf)
|
|
||||||
|
|
||||||
values["name"] = final_name
|
values["name"] = final_name
|
||||||
values["developer"] = final_developer or None
|
values["developer"] = final_developer or None
|
||||||
values["executable"] = final_executable_split
|
values["executable"] = final_executable_split
|
||||||
|
|
||||||
path = os.path.join(
|
win.game_covers[game_id] = game_cover
|
||||||
os.path.join(
|
|
||||||
os.getenv("XDG_DATA_HOME")
|
if cover_changed:
|
||||||
or os.path.expanduser(os.path.join("~", ".local", "share")),
|
save_cover(
|
||||||
"cartridges",
|
win,
|
||||||
"games",
|
game_id,
|
||||||
f"{game_id}.json",
|
None,
|
||||||
)
|
game_cover.get_pixbuf(),
|
||||||
|
game_cover.get_animation(),
|
||||||
)
|
)
|
||||||
|
|
||||||
if os.path.exists(path):
|
path = win.games_dir / f"{game_id}.json"
|
||||||
with open(path, "r") as open_file:
|
|
||||||
data = json.loads(open_file.read())
|
if path.exists():
|
||||||
|
data = json.loads(path.read_text("utf-8"))
|
||||||
data.update(values)
|
data.update(values)
|
||||||
save_game(data)
|
save_game(win, data)
|
||||||
else:
|
else:
|
||||||
save_game(values)
|
save_game(win, values)
|
||||||
|
|
||||||
|
win.update_games([game_id])
|
||||||
|
|
||||||
|
if not game_cover.get_pixbuf():
|
||||||
|
SGDBSave(win, {(game_id, values["name"])})
|
||||||
|
|
||||||
|
win.game_covers[game_id].pictures.remove(cover)
|
||||||
|
|
||||||
parent_widget.update_games([game_id])
|
|
||||||
if parent_widget.stack.get_visible_child() == parent_widget.overview:
|
|
||||||
parent_widget.show_overview(None, game_id)
|
|
||||||
window.close()
|
window.close()
|
||||||
parent_widget.show_overview(None, game_id)
|
win.show_details_view(None, game_id)
|
||||||
|
|
||||||
def focus_executable(_widget):
|
def focus_executable(_widget):
|
||||||
window.set_focus(executable)
|
window.set_focus(executable)
|
||||||
|
|
||||||
cover_button.connect("clicked", choose_cover)
|
cover_button_edit.connect("clicked", choose_cover)
|
||||||
cancel_button.connect("clicked", close_window)
|
cancel_button.connect("clicked", close_window)
|
||||||
apply_button.connect("clicked", apply_preferences)
|
apply_button.connect("clicked", apply_preferences)
|
||||||
name.connect("activate", focus_executable)
|
name.connect("activate", focus_executable)
|
||||||
|
developer.connect("activate", focus_executable)
|
||||||
executable.connect("activate", apply_preferences)
|
executable.connect("activate", apply_preferences)
|
||||||
|
|
||||||
shortcut_controller = Gtk.ShortcutController()
|
shortcut_controller = Gtk.ShortcutController()
|
||||||
|
|||||||
@@ -20,8 +20,8 @@
|
|||||||
from gi.repository import Adw
|
from gi.repository import Adw
|
||||||
|
|
||||||
|
|
||||||
def create_dialog(parent_widget, heading, body, extra_option=None, extra_label=None):
|
def create_dialog(win, heading, body, extra_option=None, extra_label=None):
|
||||||
dialog = Adw.MessageDialog.new(parent_widget, heading, body)
|
dialog = Adw.MessageDialog.new(win, heading, body)
|
||||||
dialog.add_response("dismiss", _("Dismiss"))
|
dialog.add_response("dismiss", _("Dismiss"))
|
||||||
|
|
||||||
if extra_option:
|
if extra_option:
|
||||||
|
|||||||
@@ -18,29 +18,21 @@
|
|||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
import json
|
import json
|
||||||
import os
|
|
||||||
|
|
||||||
|
|
||||||
def get_games(game_ids=None):
|
def get_games(win, game_ids=None):
|
||||||
games_dir = os.path.join(
|
|
||||||
os.getenv("XDG_DATA_HOME")
|
|
||||||
or os.path.expanduser(os.path.join("~", ".local", "share")),
|
|
||||||
"cartridges",
|
|
||||||
"games",
|
|
||||||
)
|
|
||||||
games = {}
|
games = {}
|
||||||
|
|
||||||
if not os.path.exists(games_dir):
|
if not win.games_dir.exists():
|
||||||
return {}
|
return {}
|
||||||
|
|
||||||
if game_ids:
|
if game_ids:
|
||||||
game_files = [f"{game_id}.json" for game_id in game_ids]
|
game_files = [win.games_dir / f"{game_id}.json" for game_id in game_ids]
|
||||||
else:
|
else:
|
||||||
game_files = os.listdir(games_dir)
|
game_files = win.games_dir.iterdir()
|
||||||
|
|
||||||
for game in game_files:
|
for game in game_files:
|
||||||
with open(os.path.join(games_dir, game), "r") as open_file:
|
data = json.loads(game.read_text("utf-8"))
|
||||||
data = json.loads(open_file.read())
|
|
||||||
games[data["game_id"]] = data
|
games[data["game_id"]] = data
|
||||||
|
|
||||||
return games
|
return games
|
||||||
|
|||||||
@@ -17,81 +17,139 @@
|
|||||||
#
|
#
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
from pathlib import Path
|
||||||
|
|
||||||
from gi.repository import Adw, Gtk
|
from gi.repository import Adw, Gtk
|
||||||
|
|
||||||
from .create_dialog import create_dialog
|
from .create_dialog import create_dialog
|
||||||
from .save_cover import save_cover
|
from .save_cover import save_cover
|
||||||
from .save_game import save_game
|
from .save_game import save_game
|
||||||
|
from .steamgriddb import SGDBSave
|
||||||
|
|
||||||
|
|
||||||
class Importer:
|
class Importer:
|
||||||
def __init__(self, parent_widget):
|
def __init__(self, win):
|
||||||
self.parent_widget = parent_widget
|
self.win = win
|
||||||
self.total_queue = 0
|
self.total_queue = 0
|
||||||
self.queue = 0
|
self.queue = 0
|
||||||
self.games_no = 0
|
self.games_no = 0
|
||||||
self.blocker = False
|
self.blocker = False
|
||||||
|
self.games = set()
|
||||||
|
self.sgdb_exception = None
|
||||||
|
|
||||||
self.progressbar = Gtk.ProgressBar(margin_start=12, margin_end=12)
|
self.progressbar = Gtk.ProgressBar(margin_start=12, margin_end=12)
|
||||||
import_statuspage = Adw.StatusPage(
|
self.import_statuspage = Adw.StatusPage(
|
||||||
title=_("Importing Games…"),
|
title=_("Importing Games…"),
|
||||||
child=self.progressbar,
|
child=self.progressbar,
|
||||||
)
|
)
|
||||||
|
|
||||||
self.import_dialog = Adw.Window(
|
self.import_dialog = Adw.Window(
|
||||||
content=import_statuspage,
|
content=self.import_statuspage,
|
||||||
modal=True,
|
modal=True,
|
||||||
default_width=350,
|
default_width=350,
|
||||||
default_height=-1,
|
default_height=-1,
|
||||||
transient_for=parent_widget,
|
transient_for=win,
|
||||||
deletable=False,
|
deletable=False,
|
||||||
)
|
)
|
||||||
|
|
||||||
self.import_dialog.present()
|
self.import_dialog.present()
|
||||||
|
|
||||||
def save_cover(self, game_id, cover_path):
|
def save_game(self, values=None, cover_path=None, pixbuf=None):
|
||||||
save_cover(self.parent_widget, game_id, cover_path)
|
|
||||||
|
|
||||||
def save_game(self, values=None):
|
|
||||||
if values:
|
if values:
|
||||||
|
save_game(self.win, values)
|
||||||
|
|
||||||
|
if cover_path or pixbuf:
|
||||||
|
save_cover(self.win, values["game_id"], cover_path, pixbuf)
|
||||||
|
|
||||||
|
self.games.add((values["game_id"], values["name"]))
|
||||||
|
|
||||||
self.games_no += 1
|
self.games_no += 1
|
||||||
save_game(values)
|
if "blacklisted" in values:
|
||||||
self.parent_widget.update_games([values["game_id"]])
|
|
||||||
if "blacklisted" in values.keys():
|
|
||||||
self.games_no -= 1
|
self.games_no -= 1
|
||||||
|
|
||||||
self.queue -= 1
|
self.queue -= 1
|
||||||
self.progressbar.set_fraction(1 - (self.queue / self.total_queue))
|
self.update_progressbar()
|
||||||
|
|
||||||
if self.queue == 0 and not self.blocker:
|
if self.queue == 0 and not self.blocker:
|
||||||
self.import_dialog.close()
|
if self.games:
|
||||||
|
self.total_queue = len(self.games)
|
||||||
|
self.queue = len(self.games)
|
||||||
|
self.import_statuspage.set_title(_("Importing Covers…"))
|
||||||
|
self.update_progressbar()
|
||||||
|
SGDBSave(self.win, self.games, self)
|
||||||
|
else:
|
||||||
|
self.done()
|
||||||
|
|
||||||
def response(_widget, response):
|
def done(self):
|
||||||
if response == "open_preferences":
|
self.update_progressbar()
|
||||||
self.parent_widget.get_application().on_preferences_action(
|
if self.queue == 0:
|
||||||
None, page_name="import"
|
self.import_dialog.close()
|
||||||
)
|
|
||||||
|
|
||||||
if self.games_no == 0:
|
if self.games_no == 0:
|
||||||
create_dialog(
|
create_dialog(
|
||||||
self.parent_widget,
|
self.win,
|
||||||
_("No Games Found"),
|
_("No Games Found"),
|
||||||
_("No new games were found on your system."),
|
_("No new games were found on your system."),
|
||||||
"open_preferences",
|
"open_preferences",
|
||||||
_("Preferences"),
|
_("Preferences"),
|
||||||
).connect("response", response)
|
).connect("response", self.response, "import")
|
||||||
|
|
||||||
elif self.games_no == 1:
|
elif self.games_no == 1:
|
||||||
create_dialog(
|
create_dialog(
|
||||||
self.parent_widget,
|
self.win,
|
||||||
_("Game Imported"),
|
_("Game Imported"),
|
||||||
_("Successfully imported 1 game."),
|
_("Successfully imported 1 game."),
|
||||||
)
|
).connect("response", self.response, "import")
|
||||||
elif self.games_no > 1:
|
elif self.games_no > 1:
|
||||||
games_no = self.games_no
|
games_no = self.games_no
|
||||||
create_dialog(
|
create_dialog(
|
||||||
self.parent_widget,
|
self.win,
|
||||||
_("Games Imported"),
|
_("Games Imported"),
|
||||||
# The variable is the number of games
|
# The variable is the number of games
|
||||||
_(f"Successfully imported {games_no} games."),
|
_("Successfully imported {} games.").format(games_no),
|
||||||
|
).connect("response", self.response, "import")
|
||||||
|
|
||||||
|
def response(self, _widget, response, page_name=None, expander_row=None):
|
||||||
|
if response == "open_preferences":
|
||||||
|
self.win.get_application().on_preferences_action(
|
||||||
|
None, page_name=page_name, expander_row=expander_row
|
||||||
)
|
)
|
||||||
|
elif self.sgdb_exception:
|
||||||
|
create_dialog(
|
||||||
|
self.win,
|
||||||
|
_("Couldn't Connect to SteamGridDB"),
|
||||||
|
self.sgdb_exception,
|
||||||
|
"open_preferences",
|
||||||
|
_("Preferences"),
|
||||||
|
).connect("response", self.response, "sgdb")
|
||||||
|
self.sgdb_exception = None
|
||||||
|
elif (
|
||||||
|
self.win.schema.get_boolean("steam")
|
||||||
|
and self.win.schema.get_boolean("steam-extra-dirs-hint")
|
||||||
|
and not self.win.schema.get_strv("steam-extra-dirs")
|
||||||
|
):
|
||||||
|
steam_library_path = (
|
||||||
|
Path(self.win.schema.get_string("steam-location"))
|
||||||
|
/ "steamapps"
|
||||||
|
/ "libraryfolders.vdf"
|
||||||
|
)
|
||||||
|
if (
|
||||||
|
steam_library_path.exists()
|
||||||
|
and steam_library_path.read_text("utf-8").count('"path"') > 1
|
||||||
|
):
|
||||||
|
self.win.schema.set_boolean("steam-extra-dirs-hint", False)
|
||||||
|
create_dialog(
|
||||||
|
self.win,
|
||||||
|
_("Extra Steam Libraries"),
|
||||||
|
_(
|
||||||
|
"Looks like you have multiple Steam libraries. Would you like to add them in preferences?"
|
||||||
|
),
|
||||||
|
"open_preferences",
|
||||||
|
_("Preferences"),
|
||||||
|
).connect("response", self.response, "import", "steam_expander_row")
|
||||||
|
|
||||||
|
def update_progressbar(self):
|
||||||
|
try:
|
||||||
|
self.progressbar.set_fraction(1 - (self.queue / self.total_queue))
|
||||||
|
except ZeroDivisionError:
|
||||||
|
self.progressbar.set_fraction(1)
|
||||||
|
|||||||
@@ -17,34 +17,63 @@
|
|||||||
#
|
#
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
import os
|
|
||||||
|
from pathlib import Path
|
||||||
|
from shutil import copyfile
|
||||||
|
|
||||||
from gi.repository import GdkPixbuf, Gio
|
from gi.repository import GdkPixbuf, Gio
|
||||||
|
from PIL import Image, ImageSequence
|
||||||
|
|
||||||
|
|
||||||
def save_cover(parent_widget, game_id, cover_path, pixbuf=None):
|
def resize_animation(cover_path):
|
||||||
covers_dir = os.path.join(
|
image = Image.open(cover_path)
|
||||||
os.getenv("XDG_DATA_HOME")
|
frames = tuple(
|
||||||
or os.path.expanduser(os.path.join("~", ".local", "share")),
|
frame.copy().resize((200, 300)) for frame in ImageSequence.Iterator(image)
|
||||||
"cartridges",
|
|
||||||
"covers",
|
|
||||||
)
|
)
|
||||||
|
|
||||||
if not os.path.exists(covers_dir):
|
tmp_path = Path(Gio.File.new_tmp("XXXXXX.gif")[0].get_path())
|
||||||
os.makedirs(covers_dir)
|
frames[0].save(
|
||||||
|
tmp_path,
|
||||||
|
format="gif",
|
||||||
|
save_all=True,
|
||||||
|
append_images=frames[1:],
|
||||||
|
)
|
||||||
|
|
||||||
if pixbuf is None:
|
return tmp_path
|
||||||
pixbuf = GdkPixbuf.Pixbuf.new_from_file_at_scale(cover_path, 400, 600, False)
|
|
||||||
|
|
||||||
def cover_callback(*_unused):
|
|
||||||
pass
|
|
||||||
|
|
||||||
open_file = Gio.File.new_for_path(os.path.join(covers_dir, f"{game_id}.tiff"))
|
def save_cover(
|
||||||
parent_widget.pixbufs[game_id] = pixbuf
|
win,
|
||||||
pixbuf.save_to_streamv_async(
|
game_id,
|
||||||
open_file.replace(None, False, Gio.FileCreateFlags.NONE),
|
cover_path=None,
|
||||||
|
pixbuf=None,
|
||||||
|
animation_path=None,
|
||||||
|
):
|
||||||
|
win.covers_dir.mkdir(parents=True, exist_ok=True)
|
||||||
|
|
||||||
|
# Remove previous covers
|
||||||
|
(win.covers_dir / f"{game_id}.tiff").unlink(missing_ok=True)
|
||||||
|
(win.covers_dir / f"{game_id}.gif").unlink(missing_ok=True)
|
||||||
|
|
||||||
|
if animation_path:
|
||||||
|
copyfile(animation_path, win.covers_dir / f"{game_id}.gif")
|
||||||
|
if game_id in win.game_covers:
|
||||||
|
win.game_covers[game_id].new_pixbuf(animation_path)
|
||||||
|
return
|
||||||
|
|
||||||
|
if not pixbuf:
|
||||||
|
if not cover_path:
|
||||||
|
return
|
||||||
|
pixbuf = GdkPixbuf.Pixbuf.new_from_file_at_scale(
|
||||||
|
str(cover_path), *win.image_size, False
|
||||||
|
)
|
||||||
|
|
||||||
|
pixbuf.savev(
|
||||||
|
str(win.covers_dir / f"{game_id}.tiff"),
|
||||||
"tiff",
|
"tiff",
|
||||||
["compression"],
|
["compression"],
|
||||||
["8"] if parent_widget.schema.get_boolean("high-quality-images") else ["7"],
|
["8"] if win.schema.get_boolean("high-quality-images") else ["7"],
|
||||||
callback=cover_callback,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if game_id in win.game_covers:
|
||||||
|
win.game_covers[game_id].new_pixbuf(win.covers_dir / f"{game_id}.tiff")
|
||||||
|
|||||||
@@ -18,19 +18,11 @@
|
|||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
import json
|
import json
|
||||||
import os
|
|
||||||
|
|
||||||
|
|
||||||
def save_game(game):
|
def save_game(win, game):
|
||||||
games_dir = os.path.join(
|
win.games_dir.mkdir(parents=True, exist_ok=True)
|
||||||
os.getenv("XDG_DATA_HOME")
|
|
||||||
or os.path.expanduser(os.path.join("~", ".local", "share")),
|
(win.games_dir / f'{game["game_id"]}.json').write_text(
|
||||||
"cartridges",
|
json.dumps(game, indent=4, sort_keys=True), "utf-8"
|
||||||
"games",
|
|
||||||
)
|
)
|
||||||
|
|
||||||
if not os.path.exists(games_dir):
|
|
||||||
os.makedirs(games_dir)
|
|
||||||
|
|
||||||
with open(os.path.join(games_dir, f'{game["game_id"]}.json'), "w") as open_file:
|
|
||||||
open_file.write(json.dumps(game, indent=4, sort_keys=True))
|
|
||||||
|
|||||||
@@ -1,201 +0,0 @@
|
|||||||
# steam_parser.py
|
|
||||||
#
|
|
||||||
# Copyright 2022-2023 kramo
|
|
||||||
#
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
|
||||||
# it under the terms of the GNU General Public License as published by
|
|
||||||
# the Free Software Foundation, either version 3 of the License, or
|
|
||||||
# (at your option) any later version.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it will be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
|
|
||||||
import json
|
|
||||||
import os
|
|
||||||
import re
|
|
||||||
import time
|
|
||||||
import urllib.request
|
|
||||||
|
|
||||||
from gi.repository import Gio, GLib
|
|
||||||
|
|
||||||
|
|
||||||
def update_values_from_data(content, values):
|
|
||||||
basic_data = json.loads(content)[values["appid"]]
|
|
||||||
if not basic_data["success"]:
|
|
||||||
values["blacklisted"] = True
|
|
||||||
else:
|
|
||||||
data = basic_data["data"]
|
|
||||||
values["developer"] = ", ".join(data["developers"])
|
|
||||||
|
|
||||||
if data["type"] != "game":
|
|
||||||
values["blacklisted"] = True
|
|
||||||
|
|
||||||
return values
|
|
||||||
|
|
||||||
|
|
||||||
def get_game(
|
|
||||||
task, datatypes, current_time, parent_widget, appmanifest, steam_dir, importer
|
|
||||||
):
|
|
||||||
values = {}
|
|
||||||
|
|
||||||
with open(appmanifest, "r") as open_file:
|
|
||||||
data = open_file.read()
|
|
||||||
for datatype in datatypes:
|
|
||||||
value = re.findall(f'"{datatype}"\t\t"(.*)"\n', data)
|
|
||||||
values[datatype] = value[0]
|
|
||||||
|
|
||||||
values["game_id"] = f'steam_{values["appid"]}'
|
|
||||||
|
|
||||||
if (
|
|
||||||
values["game_id"] in parent_widget.games
|
|
||||||
and not parent_widget.games[values["game_id"]].removed
|
|
||||||
):
|
|
||||||
task.return_value(None)
|
|
||||||
return
|
|
||||||
|
|
||||||
values["executable"] = (
|
|
||||||
["start", f'steam://rungameid/{values["appid"]}']
|
|
||||||
if os.name == "nt"
|
|
||||||
else ["xdg-open", f'steam://rungameid/{values["appid"]}']
|
|
||||||
)
|
|
||||||
values["hidden"] = False
|
|
||||||
values["source"] = "steam"
|
|
||||||
values["added"] = current_time
|
|
||||||
values["last_played"] = 0
|
|
||||||
|
|
||||||
url = f'https://store.steampowered.com/api/appdetails?appids={values["appid"]}'
|
|
||||||
|
|
||||||
# On Linux the request is made through gvfs so the app can run without network permissions
|
|
||||||
if os.name == "nt":
|
|
||||||
try:
|
|
||||||
with urllib.request.urlopen(url, timeout=10) as open_file:
|
|
||||||
content = open_file.read().decode("utf-8")
|
|
||||||
except urllib.error.URLError:
|
|
||||||
content = None
|
|
||||||
else:
|
|
||||||
open_file = Gio.File.new_for_uri(url)
|
|
||||||
try:
|
|
||||||
content = open_file.load_contents()[1]
|
|
||||||
except GLib.GError:
|
|
||||||
content = None
|
|
||||||
|
|
||||||
if content:
|
|
||||||
values = update_values_from_data(content, values)
|
|
||||||
|
|
||||||
if os.path.isfile(
|
|
||||||
os.path.join(
|
|
||||||
steam_dir,
|
|
||||||
"appcache",
|
|
||||||
"librarycache",
|
|
||||||
f'{values["appid"]}_library_600x900.jpg',
|
|
||||||
)
|
|
||||||
):
|
|
||||||
importer.save_cover(
|
|
||||||
values["game_id"],
|
|
||||||
os.path.join(
|
|
||||||
steam_dir,
|
|
||||||
"appcache",
|
|
||||||
"librarycache",
|
|
||||||
f'{values["appid"]}_library_600x900.jpg',
|
|
||||||
),
|
|
||||||
)
|
|
||||||
|
|
||||||
task.return_value(values)
|
|
||||||
return
|
|
||||||
|
|
||||||
|
|
||||||
def get_games_async(parent_widget, appmanifests, steam_dir, importer):
|
|
||||||
datatypes = ["appid", "name"]
|
|
||||||
current_time = int(time.time())
|
|
||||||
|
|
||||||
# Wrap the function in another one as Gio.Task.run_in_thread does not allow for passing args
|
|
||||||
def create_func(datatypes, current_time, parent_widget, appmanifest, steam_dir):
|
|
||||||
def wrapper(task, *_unused):
|
|
||||||
get_game(
|
|
||||||
task,
|
|
||||||
datatypes,
|
|
||||||
current_time,
|
|
||||||
parent_widget,
|
|
||||||
appmanifest,
|
|
||||||
steam_dir,
|
|
||||||
importer,
|
|
||||||
)
|
|
||||||
|
|
||||||
return wrapper
|
|
||||||
|
|
||||||
def update_games(_task, result):
|
|
||||||
try:
|
|
||||||
final_values = result.propagate_value()[1]
|
|
||||||
# No need for an if statement as final_value would be None for games we don't want to save
|
|
||||||
importer.save_game(final_values)
|
|
||||||
except GLib.GError: # Handle the exception for the timeout
|
|
||||||
importer.save_game()
|
|
||||||
|
|
||||||
for appmanifest in appmanifests:
|
|
||||||
cancellable = Gio.Cancellable.new()
|
|
||||||
GLib.timeout_add_seconds(5, cancellable.cancel)
|
|
||||||
|
|
||||||
task = Gio.Task.new(None, cancellable, update_games)
|
|
||||||
task.set_return_on_cancel(True)
|
|
||||||
task.run_in_thread(
|
|
||||||
create_func(datatypes, current_time, parent_widget, appmanifest, steam_dir)
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
def steam_parser(parent_widget):
|
|
||||||
schema = parent_widget.schema
|
|
||||||
steam_dir = os.path.expanduser(schema.get_string("steam-location"))
|
|
||||||
|
|
||||||
def steam_not_found():
|
|
||||||
if os.path.exists(
|
|
||||||
os.path.expanduser("~/.var/app/com.valvesoftware.Steam/data/Steam/")
|
|
||||||
):
|
|
||||||
schema.set_string(
|
|
||||||
"steam-location", "~/.var/app/com.valvesoftware.Steam/data/Steam/"
|
|
||||||
)
|
|
||||||
elif os.path.exists(os.path.expanduser("~/.steam/steam/")):
|
|
||||||
schema.set_string("steam-location", "~/.steam/steam/")
|
|
||||||
elif os.path.exists(os.path.join(os.getenv("programfiles(x86)"), "Steam")):
|
|
||||||
schema.set_string(
|
|
||||||
"steam-location", os.path.join(os.getenv("programfiles(x86)"), "Steam")
|
|
||||||
)
|
|
||||||
|
|
||||||
if os.path.exists(os.path.join(steam_dir, "steamapps")):
|
|
||||||
pass
|
|
||||||
elif os.path.exists(os.path.join(steam_dir, "steam", "steamapps")):
|
|
||||||
schema.set_string("steam-location", os.path.join(steam_dir, "steam"))
|
|
||||||
elif os.path.exists(os.path.join(steam_dir, "Steam", "steamapps")):
|
|
||||||
schema.set_string("steam-location", os.path.join(steam_dir, "Steam"))
|
|
||||||
else:
|
|
||||||
steam_not_found()
|
|
||||||
steam_parser(parent_widget)
|
|
||||||
return
|
|
||||||
|
|
||||||
steam_dir = os.path.expanduser(schema.get_string("steam-location"))
|
|
||||||
appmanifests = []
|
|
||||||
|
|
||||||
steam_dirs = schema.get_strv("steam-extra-dirs")
|
|
||||||
steam_dirs.append(steam_dir)
|
|
||||||
|
|
||||||
for directory in steam_dirs:
|
|
||||||
if not os.path.exists(os.path.join(directory, "steamapps")):
|
|
||||||
steam_dirs.remove(directory)
|
|
||||||
|
|
||||||
for directory in steam_dirs:
|
|
||||||
for open_file in os.listdir(os.path.join(directory, "steamapps")):
|
|
||||||
path = os.path.join(directory, "steamapps", open_file)
|
|
||||||
if os.path.isfile(path) and "appmanifest" in open_file:
|
|
||||||
appmanifests.append(path)
|
|
||||||
|
|
||||||
importer = parent_widget.importer
|
|
||||||
importer.total_queue += len(appmanifests)
|
|
||||||
importer.queue += len(appmanifests)
|
|
||||||
|
|
||||||
get_games_async(parent_widget, appmanifests, directory, importer)
|
|
||||||
124
src/utils/steamgriddb.py
Normal file
@@ -0,0 +1,124 @@
|
|||||||
|
from pathlib import Path
|
||||||
|
|
||||||
|
import requests
|
||||||
|
from gi.repository import Gio
|
||||||
|
|
||||||
|
from .create_dialog import create_dialog
|
||||||
|
from .save_cover import save_cover, resize_animation
|
||||||
|
|
||||||
|
|
||||||
|
class SGDBSave:
|
||||||
|
def __init__(self, win, games, importer=None):
|
||||||
|
self.win = win
|
||||||
|
self.importer = importer
|
||||||
|
self.exception = None
|
||||||
|
|
||||||
|
# Wrap the function in another one as Gio.Task.run_in_thread does not allow for passing args
|
||||||
|
def create_func(game):
|
||||||
|
def wrapper(task, *_unused):
|
||||||
|
self.update_cover(
|
||||||
|
task,
|
||||||
|
game,
|
||||||
|
)
|
||||||
|
|
||||||
|
return wrapper
|
||||||
|
|
||||||
|
for game in games:
|
||||||
|
Gio.Task.new(None, None, self.task_done).run_in_thread(create_func(game))
|
||||||
|
|
||||||
|
def update_cover(self, task, game):
|
||||||
|
if self.win.schema.get_boolean("sgdb") and (
|
||||||
|
self.win.schema.get_boolean("sgdb-prefer")
|
||||||
|
or (
|
||||||
|
not (self.win.covers_dir / f"{game[0]}.gif").is_file()
|
||||||
|
and not (self.win.covers_dir / f"{game[0]}.tiff").is_file()
|
||||||
|
)
|
||||||
|
):
|
||||||
|
if not self.importer:
|
||||||
|
self.win.games[game[0]].set_loading(1)
|
||||||
|
|
||||||
|
url = "https://www.steamgriddb.com/api/v2/"
|
||||||
|
headers = {
|
||||||
|
"Authorization": f'Bearer {self.win.schema.get_string("sgdb-key")}'
|
||||||
|
}
|
||||||
|
|
||||||
|
try:
|
||||||
|
search_result = requests.get(
|
||||||
|
f"{url}search/autocomplete/{game[1]}",
|
||||||
|
headers=headers,
|
||||||
|
timeout=5,
|
||||||
|
)
|
||||||
|
if search_result.status_code != 200:
|
||||||
|
self.exception = str(
|
||||||
|
search_result.json()["errors"][0]
|
||||||
|
if "errors" in tuple(search_result.json())
|
||||||
|
else search_result.status_code
|
||||||
|
)
|
||||||
|
search_result.raise_for_status()
|
||||||
|
except requests.exceptions.RequestException:
|
||||||
|
task.return_value(game[0])
|
||||||
|
return
|
||||||
|
|
||||||
|
animated_grid = False
|
||||||
|
response = None
|
||||||
|
|
||||||
|
try:
|
||||||
|
if self.win.schema.get_boolean("sgdb-animated"):
|
||||||
|
try:
|
||||||
|
grid = requests.get(
|
||||||
|
f'{url}grids/game/{search_result.json()["data"][0]["id"]}?dimensions=600x900&types=animated',
|
||||||
|
headers=headers,
|
||||||
|
timeout=5,
|
||||||
|
)
|
||||||
|
response = requests.get(
|
||||||
|
grid.json()["data"][0]["url"], timeout=5
|
||||||
|
)
|
||||||
|
animated_grid = True
|
||||||
|
except IndexError:
|
||||||
|
pass
|
||||||
|
if not response:
|
||||||
|
grid = requests.get(
|
||||||
|
f'{url}grids/game/{search_result.json()["data"][0]["id"]}?dimensions=600x900',
|
||||||
|
headers=headers,
|
||||||
|
timeout=5,
|
||||||
|
)
|
||||||
|
response = requests.get(grid.json()["data"][0]["url"], timeout=5)
|
||||||
|
except (requests.exceptions.RequestException, IndexError):
|
||||||
|
task.return_value(game[0])
|
||||||
|
return
|
||||||
|
|
||||||
|
tmp_file = Gio.File.new_tmp(None)[0]
|
||||||
|
Path(tmp_file.get_path()).write_bytes(response.content)
|
||||||
|
|
||||||
|
save_cover(
|
||||||
|
self.win,
|
||||||
|
game[0],
|
||||||
|
tmp_file.get_path(),
|
||||||
|
animation_path=resize_animation(tmp_file.get_path())
|
||||||
|
if animated_grid
|
||||||
|
else None,
|
||||||
|
)
|
||||||
|
|
||||||
|
task.return_value(game[0])
|
||||||
|
|
||||||
|
def task_done(self, _task, result):
|
||||||
|
if self.importer:
|
||||||
|
self.importer.queue -= 1
|
||||||
|
self.importer.done()
|
||||||
|
self.importer.sgdb_exception = self.exception
|
||||||
|
|
||||||
|
if self.exception and not self.importer:
|
||||||
|
create_dialog(
|
||||||
|
self.win,
|
||||||
|
_("Couldn't Connect to SteamGridDB"),
|
||||||
|
self.exception,
|
||||||
|
"open_preferences",
|
||||||
|
_("Preferences"),
|
||||||
|
).connect("response", self.response)
|
||||||
|
|
||||||
|
game_id = result.propagate_value()[1]
|
||||||
|
self.win.update_games([game_id])
|
||||||
|
|
||||||
|
def response(self, _widget, response):
|
||||||
|
if response == "open_preferences":
|
||||||
|
self.win.get_application().on_preferences_action(None, page_name="sgdb")
|
||||||
253
src/window.py
@@ -19,10 +19,13 @@
|
|||||||
|
|
||||||
import datetime
|
import datetime
|
||||||
import os
|
import os
|
||||||
|
import struct
|
||||||
|
from pathlib import Path
|
||||||
|
from shutil import rmtree
|
||||||
|
|
||||||
from gi.repository import Adw, GdkPixbuf, Gio, GLib, Gtk
|
from gi.repository import Adw, Gdk, GdkPixbuf, Gio, GLib, Gtk
|
||||||
|
|
||||||
from .game import game
|
from .game import Game
|
||||||
from .get_games import get_games
|
from .get_games import get_games
|
||||||
from .save_game import save_game
|
from .save_game import save_game
|
||||||
|
|
||||||
@@ -34,7 +37,7 @@ class CartridgesWindow(Adw.ApplicationWindow):
|
|||||||
toast_overlay = Gtk.Template.Child()
|
toast_overlay = Gtk.Template.Child()
|
||||||
primary_menu_button = Gtk.Template.Child()
|
primary_menu_button = Gtk.Template.Child()
|
||||||
stack = Gtk.Template.Child()
|
stack = Gtk.Template.Child()
|
||||||
overview = Gtk.Template.Child()
|
details_view = Gtk.Template.Child()
|
||||||
library_view = Gtk.Template.Child()
|
library_view = Gtk.Template.Child()
|
||||||
library = Gtk.Template.Child()
|
library = Gtk.Template.Child()
|
||||||
scrolledwindow = Gtk.Template.Child()
|
scrolledwindow = Gtk.Template.Child()
|
||||||
@@ -45,16 +48,17 @@ class CartridgesWindow(Adw.ApplicationWindow):
|
|||||||
search_entry = Gtk.Template.Child()
|
search_entry = Gtk.Template.Child()
|
||||||
search_button = Gtk.Template.Child()
|
search_button = Gtk.Template.Child()
|
||||||
|
|
||||||
overview_box = Gtk.Template.Child()
|
details_view_box = Gtk.Template.Child()
|
||||||
overview_cover = Gtk.Template.Child()
|
details_view_cover = Gtk.Template.Child()
|
||||||
overview_title = Gtk.Template.Child()
|
details_view_spinner = Gtk.Template.Child()
|
||||||
overview_header_bar_title = Gtk.Template.Child()
|
details_view_title = Gtk.Template.Child()
|
||||||
overview_launch = Gtk.Template.Child()
|
details_view_header_bar_title = Gtk.Template.Child()
|
||||||
overview_blurred_cover = Gtk.Template.Child()
|
details_view_play_button = Gtk.Template.Child()
|
||||||
overview_menu_button = Gtk.Template.Child()
|
details_view_blurred_cover = Gtk.Template.Child()
|
||||||
overview_developer = Gtk.Template.Child()
|
details_view_developer = Gtk.Template.Child()
|
||||||
overview_added = Gtk.Template.Child()
|
details_view_added = Gtk.Template.Child()
|
||||||
overview_last_played = Gtk.Template.Child()
|
details_view_last_played = Gtk.Template.Child()
|
||||||
|
details_view_hide_button = Gtk.Template.Child()
|
||||||
|
|
||||||
hidden_library = Gtk.Template.Child()
|
hidden_library = Gtk.Template.Child()
|
||||||
hidden_library_view = Gtk.Template.Child()
|
hidden_library_view = Gtk.Template.Child()
|
||||||
@@ -68,52 +72,60 @@ class CartridgesWindow(Adw.ApplicationWindow):
|
|||||||
def __init__(self, **kwargs):
|
def __init__(self, **kwargs):
|
||||||
super().__init__(**kwargs)
|
super().__init__(**kwargs)
|
||||||
|
|
||||||
|
self.data_dir = (
|
||||||
|
Path(os.getenv("XDG_DATA_HOME"))
|
||||||
|
if "XDG_DATA_HOME" in os.environ
|
||||||
|
else Path.home() / ".local" / "share"
|
||||||
|
)
|
||||||
|
self.config_dir = (
|
||||||
|
Path(os.getenv("XDG_CONFIG_HOME"))
|
||||||
|
if "XDG_CONFIG_HOME" in os.environ
|
||||||
|
else Path.home() / ".config"
|
||||||
|
)
|
||||||
|
self.cache_dir = (
|
||||||
|
Path(os.getenv("XDG_CACHE_HOME"))
|
||||||
|
if "XDG_CACHE_HOME" in os.environ
|
||||||
|
else Path.home() / ".cache"
|
||||||
|
)
|
||||||
|
|
||||||
|
self.games_dir = self.data_dir / "cartridges" / "games"
|
||||||
|
self.covers_dir = self.data_dir / "cartridges" / "covers"
|
||||||
|
|
||||||
self.games = {}
|
self.games = {}
|
||||||
|
self.game_covers = {}
|
||||||
self.visible_widgets = {}
|
self.visible_widgets = {}
|
||||||
self.hidden_widgets = {}
|
self.hidden_widgets = {}
|
||||||
self.filtered = {}
|
self.filtered = {}
|
||||||
self.hidden_filtered = {}
|
self.hidden_filtered = {}
|
||||||
self.previous_page = self.library_view
|
self.previous_page = self.library_view
|
||||||
self.toasts = {}
|
self.toasts = {}
|
||||||
self.pixbufs = {}
|
|
||||||
self.active_game_id = None
|
self.active_game_id = None
|
||||||
|
self.scaled_pixbuf = None
|
||||||
self.overview.set_measure_overlay(self.overview_box, True)
|
self.details_view_game_cover = None
|
||||||
self.overview.set_clip_overlay(self.overview_box, False)
|
|
||||||
|
|
||||||
self.schema = Gio.Settings.new("hu.kramo.Cartridges")
|
self.schema = Gio.Settings.new("hu.kramo.Cartridges")
|
||||||
self.placeholder_pixbuf = GdkPixbuf.Pixbuf.new_from_resource_at_scale(
|
scale_factor = max(
|
||||||
"/hu/kramo/Cartridges/library_placeholder.svg", 400, 600, False
|
monitor.get_scale_factor()
|
||||||
|
for monitor in Gdk.Display.get_default().get_monitors()
|
||||||
)
|
)
|
||||||
current_games = get_games()
|
self.image_size = (200 * scale_factor, 300 * scale_factor)
|
||||||
for current_game in current_games:
|
|
||||||
if "removed" in current_games[current_game].keys():
|
games = get_games(self)
|
||||||
os.remove(
|
for game_id in games:
|
||||||
os.path.join(
|
if "removed" in games[game_id]:
|
||||||
os.getenv("XDG_DATA_HOME")
|
(self.games_dir / f"{game_id}.json").unlink(missing_ok=True)
|
||||||
or os.path.expanduser(os.path.join("~", ".local", "share")),
|
(self.covers_dir / f"{game_id}.tiff").unlink(missing_ok=True)
|
||||||
"cartridges",
|
(self.covers_dir / f"{game_id}.gif").unlink(missing_ok=True)
|
||||||
"games",
|
|
||||||
f"{current_game}.json",
|
rmtree(self.cache_dir / "cartridges" / "deleted_covers", True)
|
||||||
)
|
|
||||||
)
|
self.details_view.set_measure_overlay(self.details_view_box, True)
|
||||||
try:
|
self.details_view.set_clip_overlay(self.details_view_box, False)
|
||||||
os.remove(
|
|
||||||
os.path.join(
|
|
||||||
os.getenv("XDG_DATA_HOME")
|
|
||||||
or os.path.expanduser(os.path.join("~", ".local", "share")),
|
|
||||||
"cartridges",
|
|
||||||
"covers",
|
|
||||||
f"{current_game}.tiff",
|
|
||||||
)
|
|
||||||
)
|
|
||||||
except FileNotFoundError:
|
|
||||||
pass
|
|
||||||
|
|
||||||
self.library.set_filter_func(self.search_filter)
|
self.library.set_filter_func(self.search_filter)
|
||||||
self.hidden_library.set_filter_func(self.hidden_search_filter)
|
self.hidden_library.set_filter_func(self.hidden_search_filter)
|
||||||
|
|
||||||
self.update_games(get_games())
|
self.update_games(get_games(self))
|
||||||
|
|
||||||
# Connect signals
|
# Connect signals
|
||||||
self.search_entry.connect("search-changed", self.search_changed, False)
|
self.search_entry.connect("search-changed", self.search_changed, False)
|
||||||
@@ -123,8 +135,15 @@ class CartridgesWindow(Adw.ApplicationWindow):
|
|||||||
back_mouse_button.connect("pressed", self.on_go_back_action)
|
back_mouse_button.connect("pressed", self.on_go_back_action)
|
||||||
self.add_controller(back_mouse_button)
|
self.add_controller(back_mouse_button)
|
||||||
|
|
||||||
|
Adw.StyleManager.get_default().connect(
|
||||||
|
"notify::dark", self.set_details_view_opacity
|
||||||
|
)
|
||||||
|
Adw.StyleManager.get_default().connect(
|
||||||
|
"notify::high-contrast", self.set_details_view_opacity
|
||||||
|
)
|
||||||
|
|
||||||
def update_games(self, games):
|
def update_games(self, games):
|
||||||
current_games = get_games()
|
current_games = get_games(self)
|
||||||
|
|
||||||
for game_id in games:
|
for game_id in games:
|
||||||
if game_id in self.visible_widgets:
|
if game_id in self.visible_widgets:
|
||||||
@@ -138,7 +157,7 @@ class CartridgesWindow(Adw.ApplicationWindow):
|
|||||||
|
|
||||||
current_game = current_games[game_id]
|
current_game = current_games[game_id]
|
||||||
|
|
||||||
entry = game(self, current_game)
|
entry = Game(self, current_game)
|
||||||
self.games[current_game["game_id"]] = entry
|
self.games[current_game["game_id"]] = entry
|
||||||
|
|
||||||
if entry.removed:
|
if entry.removed:
|
||||||
@@ -168,6 +187,9 @@ class CartridgesWindow(Adw.ApplicationWindow):
|
|||||||
else:
|
else:
|
||||||
self.hidden_library_bin.set_child(self.hidden_scrolledwindow)
|
self.hidden_library_bin.set_child(self.hidden_scrolledwindow)
|
||||||
|
|
||||||
|
if self.stack.get_visible_child() == self.details_view:
|
||||||
|
self.show_details_view(None, self.active_game_id)
|
||||||
|
|
||||||
self.library.invalidate_filter()
|
self.library.invalidate_filter()
|
||||||
self.hidden_library.invalidate_filter()
|
self.hidden_library.invalidate_filter()
|
||||||
|
|
||||||
@@ -236,47 +258,103 @@ class CartridgesWindow(Adw.ApplicationWindow):
|
|||||||
return _("Yesterday")
|
return _("Yesterday")
|
||||||
if (datetime.datetime.today() - date).days < 8:
|
if (datetime.datetime.today() - date).days < 8:
|
||||||
return GLib.DateTime.new_from_unix_utc(timestamp).format("%A")
|
return GLib.DateTime.new_from_unix_utc(timestamp).format("%A")
|
||||||
return GLib.DateTime.new_from_unix_utc(timestamp).format("%x")
|
if (datetime.datetime.today() - date).days < 335:
|
||||||
|
return GLib.DateTime.new_from_unix_utc(timestamp).format("%B")
|
||||||
|
return GLib.DateTime.new_from_unix_utc(timestamp).format("%Y")
|
||||||
|
|
||||||
def show_overview(self, _widget, game_id):
|
def show_details_view(self, _widget, game_id):
|
||||||
current_game = self.games[game_id]
|
current_game = self.games[game_id]
|
||||||
|
|
||||||
|
self.details_view_cover.set_visible(not current_game.loading)
|
||||||
|
self.details_view_spinner.set_spinning(current_game.loading)
|
||||||
|
|
||||||
if current_game.developer:
|
if current_game.developer:
|
||||||
self.overview_developer.set_label(current_game.developer)
|
self.details_view_developer.set_label(current_game.developer)
|
||||||
self.overview_developer.set_visible(True)
|
self.details_view_developer.set_visible(True)
|
||||||
else:
|
else:
|
||||||
self.overview_developer.set_visible(False)
|
self.details_view_developer.set_visible(False)
|
||||||
|
|
||||||
self.overview_menu_button.set_menu_model(
|
if current_game.hidden:
|
||||||
current_game.menu_button.get_menu_model()
|
self.details_view_hide_button.set_icon_name("view-reveal-symbolic")
|
||||||
)
|
self.details_view_hide_button.set_tooltip_text(_("Unhide"))
|
||||||
|
else:
|
||||||
if self.stack.get_visible_child() != self.overview:
|
self.details_view_hide_button.set_icon_name("view-conceal-symbolic")
|
||||||
self.stack.set_transition_type(Gtk.StackTransitionType.OVER_LEFT)
|
self.details_view_hide_button.set_tooltip_text(_("Hide"))
|
||||||
self.stack.set_visible_child(self.overview)
|
|
||||||
|
|
||||||
self.active_game_id = game_id
|
self.active_game_id = game_id
|
||||||
|
|
||||||
pixbuf = current_game.pixbuf
|
if self.details_view_game_cover:
|
||||||
self.overview_cover.set_pixbuf(pixbuf)
|
self.details_view_game_cover.pictures.remove(self.details_view_cover)
|
||||||
self.overview_blurred_cover.set_pixbuf(
|
self.details_view_game_cover = self.game_covers[game_id]
|
||||||
pixbuf.scale_simple(2, 3, GdkPixbuf.InterpType.BILINEAR)
|
self.details_view_game_cover.add_picture(self.details_view_cover)
|
||||||
)
|
|
||||||
self.overview_title.set_label(current_game.name)
|
self.scaled_pixbuf = (
|
||||||
self.overview_header_bar_title.set_title(current_game.name)
|
self.details_view_game_cover.get_pixbuf()
|
||||||
|
or self.details_view_game_cover.placeholder_pixbuf
|
||||||
|
).scale_simple(2, 3, GdkPixbuf.InterpType.BILINEAR)
|
||||||
|
self.details_view_blurred_cover.set_pixbuf(self.scaled_pixbuf)
|
||||||
|
|
||||||
|
self.details_view_title.set_label(current_game.name)
|
||||||
|
self.details_view_header_bar_title.set_title(current_game.name)
|
||||||
date = self.get_time(current_game.added)
|
date = self.get_time(current_game.added)
|
||||||
self.overview_added.set_label(
|
self.details_view_added.set_label(
|
||||||
# The variable is the date when the game was added
|
# The variable is the date when the game was added
|
||||||
_(f"Added: {date}")
|
_("Added: {}").format(date)
|
||||||
)
|
)
|
||||||
last_played_date = (
|
last_played_date = (
|
||||||
self.get_time(current_game.last_played)
|
self.get_time(current_game.last_played)
|
||||||
if current_game.last_played != 0
|
if current_game.last_played != 0
|
||||||
else _("Never")
|
else _("Never")
|
||||||
)
|
)
|
||||||
self.overview_last_played.set_label(
|
self.details_view_last_played.set_label(
|
||||||
# The variable is the date when the game was last played
|
# The variable is the date when the game was last played
|
||||||
_(f"Last played: {last_played_date}")
|
_("Last played: {}").format(last_played_date)
|
||||||
|
)
|
||||||
|
|
||||||
|
if self.stack.get_visible_child() != self.details_view:
|
||||||
|
self.stack.set_transition_type(Gtk.StackTransitionType.OVER_LEFT)
|
||||||
|
self.stack.set_visible_child(self.details_view)
|
||||||
|
|
||||||
|
self.set_details_view_opacity()
|
||||||
|
|
||||||
|
def set_details_view_opacity(self, _widget=None, _unused=None):
|
||||||
|
if self.stack.get_visible_child() == self.details_view:
|
||||||
|
style_manager = Adw.StyleManager.get_default()
|
||||||
|
|
||||||
|
if (
|
||||||
|
style_manager.get_high_contrast()
|
||||||
|
or not style_manager.get_system_supports_color_schemes()
|
||||||
|
):
|
||||||
|
self.details_view_blurred_cover.set_opacity(0.3)
|
||||||
|
return
|
||||||
|
|
||||||
|
pixels = self.scaled_pixbuf.get_pixels()
|
||||||
|
channels = self.scaled_pixbuf.get_n_channels()
|
||||||
|
colors = set()
|
||||||
|
|
||||||
|
for index in range(6):
|
||||||
|
colors.add(struct.unpack_from("BBBB", pixels, offset=index * channels))
|
||||||
|
|
||||||
|
dark_theme = style_manager.get_dark()
|
||||||
|
|
||||||
|
luminances = []
|
||||||
|
|
||||||
|
for red, green, blue, alpha in colors:
|
||||||
|
# https://en.wikipedia.org/wiki/Relative_luminance
|
||||||
|
luminance = red * 0.2126 + green * 0.7152 + blue * 0.0722
|
||||||
|
|
||||||
|
if dark_theme:
|
||||||
|
luminances.append((luminance * alpha) / 255**2)
|
||||||
|
else:
|
||||||
|
luminances.append((alpha * (luminance - 255)) / 255**2 + 1)
|
||||||
|
|
||||||
|
if dark_theme:
|
||||||
|
self.details_view_blurred_cover.set_opacity(
|
||||||
|
1.3 - (sum(luminances) / len(luminances) + max(luminances)) / 2
|
||||||
|
)
|
||||||
|
else:
|
||||||
|
self.details_view_blurred_cover.set_opacity(
|
||||||
|
0.2 + (sum(luminances) / len(luminances) + min(luminances)) / 2
|
||||||
)
|
)
|
||||||
|
|
||||||
def a_z_sort(self, child1, child2):
|
def a_z_sort(self, child1, child2):
|
||||||
@@ -321,11 +399,11 @@ class CartridgesWindow(Adw.ApplicationWindow):
|
|||||||
def on_go_back_action(self, _widget, _unused, _x=None, _y=None):
|
def on_go_back_action(self, _widget, _unused, _x=None, _y=None):
|
||||||
if self.stack.get_visible_child() == self.hidden_library_view:
|
if self.stack.get_visible_child() == self.hidden_library_view:
|
||||||
self.on_show_library_action(None, None)
|
self.on_show_library_action(None, None)
|
||||||
elif self.stack.get_visible_child() == self.overview:
|
elif self.stack.get_visible_child() == self.details_view:
|
||||||
self.on_go_to_parent_action(None, None)
|
self.on_go_to_parent_action(None, None)
|
||||||
|
|
||||||
def on_go_to_parent_action(self, _widget, _unused):
|
def on_go_to_parent_action(self, _widget, _unused):
|
||||||
if self.stack.get_visible_child() == self.overview:
|
if self.stack.get_visible_child() == self.details_view:
|
||||||
if self.previous_page == self.library_view:
|
if self.previous_page == self.library_view:
|
||||||
self.on_show_library_action(None, None)
|
self.on_show_library_action(None, None)
|
||||||
else:
|
else:
|
||||||
@@ -393,7 +471,7 @@ class CartridgesWindow(Adw.ApplicationWindow):
|
|||||||
search_entry.set_text("")
|
search_entry.set_text("")
|
||||||
|
|
||||||
def on_escape_action(self, _widget, _unused):
|
def on_escape_action(self, _widget, _unused):
|
||||||
if self.stack.get_visible_child() == self.overview:
|
if self.stack.get_visible_child() == self.details_view:
|
||||||
self.on_go_back_action(None, None)
|
self.on_go_back_action(None, None)
|
||||||
return
|
return
|
||||||
if self.stack.get_visible_child() == self.library_view:
|
if self.stack.get_visible_child() == self.library_view:
|
||||||
@@ -412,23 +490,28 @@ class CartridgesWindow(Adw.ApplicationWindow):
|
|||||||
search_button.set_active(False)
|
search_button.set_active(False)
|
||||||
search_entry.set_text("")
|
search_entry.set_text("")
|
||||||
|
|
||||||
def on_undo_remove_action(self, _widget, game_id=None):
|
def on_undo_action(self, _widget, game_id=None, undo=None):
|
||||||
# Remove the "removed=True" property from the game and dismiss the toast
|
if not game_id: # If the action was activated via Ctrl + Z
|
||||||
|
|
||||||
if not game_id:
|
|
||||||
try:
|
try:
|
||||||
game_id = list(self.toasts)[-1]
|
game_id = tuple(self.toasts.keys())[-1][0]
|
||||||
|
undo = tuple(self.toasts.keys())[-1][1]
|
||||||
except IndexError:
|
except IndexError:
|
||||||
return
|
return
|
||||||
data = get_games([game_id])[game_id]
|
|
||||||
data.pop("removed")
|
if undo == "hide":
|
||||||
save_game(data)
|
self.get_application().on_hide_game_action(
|
||||||
|
None, game_id=game_id, toast=False
|
||||||
|
)
|
||||||
|
|
||||||
|
elif undo == "remove":
|
||||||
|
data = get_games(self, [game_id])[game_id]
|
||||||
|
data.pop("removed", None)
|
||||||
|
save_game(self, data)
|
||||||
self.update_games([game_id])
|
self.update_games([game_id])
|
||||||
self.toasts[game_id].dismiss()
|
|
||||||
self.toasts.pop(game_id)
|
self.toasts[(game_id, undo)].dismiss()
|
||||||
|
self.toasts.pop((game_id, undo))
|
||||||
|
|
||||||
def on_open_menu_action(self, _widget, _unused):
|
def on_open_menu_action(self, _widget, _unused):
|
||||||
if self.stack.get_visible_child() != self.overview:
|
if self.stack.get_visible_child() != self.details_view:
|
||||||
self.primary_menu_button.set_active(True)
|
self.primary_menu_button.set_active(True)
|
||||||
else:
|
|
||||||
self.overview_menu_button.set_active(True)
|
|
||||||
|
|||||||